.hero .hero-lead {
  max-width: 72rem;
  color: #161a17;
  font-weight: 600;
  background: transparent;
  box-shadow: none;
  -webkit-text-stroke: 0.15px rgba(22, 26, 23, 0.32);
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.98),
    0 0 10px rgba(255, 255, 255, 0.98),
    0 0 22px rgba(255, 255, 255, 0.96),
    0 0 36px rgba(255, 255, 255, 0.9);
}

.floorplan-campaign {
  margin: clamp(1.25rem, 3vw, 2.25rem) 0 clamp(2rem, 4vw, 3.25rem);
  padding: clamp(1.15rem, 2vw, 1.75rem) 0;
  border-top: 1px solid rgba(160, 120, 23, 0.38);
  border-bottom: 1px solid rgba(160, 120, 23, 0.38);
  background: transparent;
}

.floorplan-campaign-kicker,
.floorplan-campaign-note {
  margin: 0;
}

.floorplan-campaign-kicker {
  color: #98731d;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.floorplan-campaign-terms {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0.9rem 0 0.75rem;
}

.floorplan-campaign-terms strong {
  display: flex;
  align-items: baseline;
  gap: clamp(0.45rem, 1vw, 0.8rem);
  padding: 0.2rem clamp(1rem, 2.5vw, 2rem);
  color: #171915;
  font-weight: 500;
}

.floorplan-campaign-terms strong:first-child {
  padding-left: 0;
}

.floorplan-campaign-terms strong + strong {
  border-left: 1px solid rgba(23, 25, 21, 0.18);
}

.floorplan-campaign-terms em {
  color: #a47b19;
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(2.15rem, 5vw, 4.4rem);
  font-style: normal;
  font-weight: 400;
  line-height: 0.92;
}

.floorplan-campaign-terms strong:last-child em {
  font-size: clamp(1.45rem, 3vw, 2.75rem);
  letter-spacing: -0.025em;
  white-space: nowrap;
}

.floorplan-campaign-terms span {
  max-width: 10rem;
  font-size: clamp(0.8rem, 1.3vw, 1.05rem);
  line-height: 1.3;
}

.floorplan-campaign-note {
  color: #62675f;
  font-size: 0.78rem;
  line-height: 1.55;
}

.floorplan-investment-highlight {
  display: grid;
  grid-template-columns: minmax(12rem, 0.7fr) minmax(0, 1.6fr);
  gap: clamp(1rem, 3vw, 2.5rem);
  align-items: center;
  margin-top: 1.15rem;
  padding: clamp(1rem, 2vw, 1.35rem);
  border-left: 3px solid #a47b19;
  background: rgba(255, 255, 255, 0.6);
}

.floorplan-investment-highlight strong {
  color: #7e5c11;
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(1.2rem, 2vw, 1.75rem);
  font-weight: 500;
  line-height: 1.12;
}

.floorplan-investment-highlight p {
  margin: 0;
  color: #3f453f;
  font-size: clamp(0.82rem, 1.1vw, 0.98rem);
  line-height: 1.65;
}

@media (max-width: 760px) {
  .hero .hero-lead {
    color: #11140f;
    font-weight: 650;
    text-shadow:
      0 1px 0 #fff,
      0 0 9px rgba(255, 255, 255, 0.98),
      0 0 20px rgba(255, 255, 255, 0.96),
      0 0 32px rgba(255, 255, 255, 0.92);
  }

  .floorplan-campaign-terms {
    grid-template-columns: 1fr;
  }

  .floorplan-campaign-terms strong {
    padding: 0.8rem 0;
  }

  .floorplan-campaign-terms strong + strong {
    border-top: 1px solid rgba(23, 25, 21, 0.16);
    border-left: 0;
  }

  .floorplan-investment-highlight {
    grid-template-columns: 1fr;
  }
}
