/* Persistent photo fallback for the editable LND full-cycle block. */
.lnd-process-intro {
  min-height: 350px;
  background-color: #0a2c3f;
  background-image: url("assets/lnd-process/project-machine-left.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.lnd-process-intro::after {
  background: linear-gradient(180deg, rgba(4, 23, 35, .05) 28%, rgba(4, 23, 35, .94) 100%);
}

@media (max-width: 760px) {
  .lnd-process-intro { min-height: 320px; }
}
/* Stronger hierarchy for the LND full-cycle block v2. */
#lnd-process .lnd-process-intro::after {
  background:
    linear-gradient(90deg, rgba(4, 23, 35, .9) 0%, rgba(4, 23, 35, .68) 58%, rgba(4, 23, 35, .12) 100%),
    linear-gradient(180deg, rgba(4, 23, 35, .04) 24%, rgba(4, 23, 35, .9) 100%);
}

#lnd-process .lnd-process-intro-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#lnd-process .lnd-process-intro .section-kicker {
  display: inline-flex;
  width: max-content;
  margin: 0 0 14px;
  padding: 8px 12px 7px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 999px;
  background: #f26122;
  color: #fff !important;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .14em;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .2);
}

#lnd-process .lnd-process-scope {
  max-width: 540px;
  margin: 0 0 12px;
  color: #ffb58f;
  font-size: clamp(18px, 1.55vw, 24px);
  font-weight: 850;
  line-height: 1.12;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .5);
}

#lnd-process .lnd-process-intro h2 {
  margin: 0;
}

@media (max-width: 760px) {
  #lnd-process .lnd-process-intro::after {
    background: linear-gradient(180deg, rgba(4, 23, 35, .08) 8%, rgba(4, 23, 35, .94) 74%);
  }

  #lnd-process .lnd-process-scope {
    font-size: 17px;
  }
}
