/* Editorial growth pages: sponsor-ready, clear, and intentionally restrained. */

.growth-hero {
  position: relative;
  overflow: hidden;
  padding-top: 72px;
  padding-bottom: 42px;
}

.growth-hero .breadcrumbs { margin-bottom: 16px; }
.growth-hero .eyebrow { margin-bottom: 8px; }
.growth-hero h1 {
  margin-bottom: 10px;
  max-width: 980px;
  font-size: clamp(3.2rem, 5.8vw, 5.35rem);
  line-height: .95;
  text-wrap: balance;
}
.growth-hero p:last-child {
  max-width: 760px;
  font-size: 1rem;
  line-height: 1.58;
}

/* The feature is the editorial thesis of each page, not a marketing card pair. */
.growth-feature {
  padding: clamp(46px, 5.4vw, 72px) 0;
  background: var(--ivory-100);
  border-bottom: 1px solid rgba(20, 35, 58, .08);
}

.growth-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, .7fr);
  gap: clamp(36px, 5vw, 70px);
  align-items: center;
}

.growth-feature-copy {
  max-width: 900px;
  padding: 4px 0;
}

.growth-feature-copy .eyebrow { margin-bottom: 10px; }
.growth-feature-copy h2 {
  max-width: 840px;
  margin-top: 6px;
  font-size: clamp(2.55rem, 4vw, 4.25rem);
  line-height: .96;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.growth-feature-copy > p:last-child {
  max-width: 720px;
  margin-top: 18px;
  color: var(--muted);
  font-size: .98rem;
  line-height: 1.62;
}

.growth-feature-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(27px, 3vw, 36px) clamp(26px, 3vw, 34px);
  color: var(--white);
  border: 0;
  border-top: 1px solid rgba(216, 184, 102, .28);
  border-bottom: 1px solid rgba(216, 184, 102, .18);
  border-left: 2px solid var(--gold-400);
  border-radius: 0;
  background: linear-gradient(145deg, #102947 0%, #08172d 76%);
  box-shadow: none;
}

.growth-feature-panel::after {
  content: "";
  width: 88px;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, transparent, rgba(234, 215, 158, .72));
}

.growth-panel-kicker {
  display: block;
  color: var(--gold-300);
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.growth-feature-panel strong {
  display: block;
  max-width: 470px;
  margin-top: 10px;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 2.45vw, 2.6rem);
  line-height: 1;
  text-wrap: balance;
}

.growth-feature-panel p {
  max-width: 520px;
  margin-top: 13px;
  color: rgba(255, 255, 255, .84);
  font-size: .82rem;
  line-height: 1.56;
}

.growth-feature-panel .growth-panel-note {
  color: rgba(255, 255, 255, .64);
  font-size: .72rem;
}

.growth-feature-panel .button {
  min-height: 43px;
  margin-top: 20px;
  border-radius: 4px;
}

/* Page-specific rhythm keeps the four growth surfaces from feeling cloned. */
body[data-page="south-florida"] .growth-feature {
  background: linear-gradient(180deg, #f8f2e6 0%, #fffdf8 100%);
}

body[data-page="specials"] .growth-feature {
  background: #f3ecdf;
}

body[data-page="advertise"] .growth-feature {
  background: #fffdf8;
}

body[data-page="book"] .growth-feature-panel {
  background: linear-gradient(145deg, #0b2340 0%, #061426 78%);
}

/* Explore is a numbered editorial ledger. The information stays scannable
   without turning every idea into another floating card. */
.growth-explore {
  padding: clamp(44px, 5.4vw, 68px) 0;
  background: linear-gradient(180deg, #fffdf8, var(--ivory-100));
}

.growth-section-heading {
  max-width: 900px;
  margin-bottom: 27px;
}

.growth-section-heading .eyebrow { margin-bottom: 7px; }
.growth-section-heading h2 {
  margin-top: 4px;
  max-width: 820px;
  font-size: clamp(2.2rem, 3.4vw, 3.45rem);
  line-height: 1;
  text-wrap: balance;
}

.growth-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid rgba(20, 35, 58, .14);
}

.growth-card {
  min-height: 0;
  padding: 24px 2px 23px;
  display: grid;
  grid-template-columns: 54px minmax(210px, .72fr) minmax(260px, 1.2fr) 92px;
  gap: 22px;
  align-items: center;
  color: var(--ink);
  text-decoration: none;
  border: 0;
  border-bottom: 1px solid rgba(20, 35, 58, .13);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  opacity: 1 !important;
  transform: none !important;
  transition: background .18s ease, border-color .18s ease;
}

.growth-card:hover,
.growth-card:focus-visible {
  transform: none;
  border-color: rgba(189, 150, 63, .42);
  background: rgba(255, 255, 255, .42);
}

.growth-card-number {
  align-self: start;
  padding-top: 5px;
  color: var(--gold-600);
  font-size: .6rem;
  font-weight: 900;
  letter-spacing: .13em;
}

.growth-card h2 {
  margin: 0;
  font-size: clamp(1.7rem, 2.15vw, 2.3rem);
  line-height: 1.02;
  text-wrap: balance;
}

.growth-card p {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.55;
}

.growth-card-link {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  border: 0;
  color: var(--navy-700);
  font-size: .68rem;
  font-weight: 850;
  white-space: nowrap;
}

.growth-card-link span { color: var(--gold-600); }

/* The closing action is a concise editorial handoff rather than a second hero. */
.growth-cta {
  padding: 30px 0;
  color: var(--white);
  background: linear-gradient(125deg, var(--navy-1000), var(--navy-900));
  border-top: 1px solid rgba(216, 184, 102, .18);
}

.growth-cta-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 34px;
}

.growth-cta .eyebrow { margin-bottom: 5px; font-size: .65rem; }
.growth-cta h2 {
  max-width: 760px;
  margin-top: 3px;
  font-size: clamp(1.75rem, 2.7vw, 2.6rem);
  line-height: 1;
  text-wrap: balance;
}

.growth-cta-actions {
  flex: 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.growth-cta-actions .button {
  min-height: 43px;
  border-radius: 4px;
}

@media (max-width: 1100px) {
  .growth-feature-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
    gap: 34px;
  }

  .growth-card {
    grid-template-columns: 44px minmax(190px, .78fr) minmax(240px, 1.22fr) 78px;
    gap: 17px;
  }

  .growth-cta-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }
}

@media (max-width: 860px) {
  .growth-feature-grid { grid-template-columns: 1fr; }

  .growth-feature-panel {
    max-width: 680px;
  }

  .growth-card {
    grid-template-columns: 42px minmax(0, .78fr) minmax(0, 1.22fr);
  }

  .growth-card-link {
    grid-column: 2 / -1;
    justify-content: flex-start;
    padding-top: 2px;
  }
}

@media (max-width: 700px) {
  .growth-hero {
    padding-top: 82px;
    padding-bottom: 34px;
  }

  .growth-hero h1 {
    font-size: clamp(2.8rem, 13vw, 4rem);
  }

  .growth-hero p:last-child {
    font-size: .92rem;
    line-height: 1.55;
  }

  .growth-feature {
    padding-top: 38px;
    padding-bottom: 42px;
  }

  .growth-feature-copy h2 {
    font-size: clamp(2.15rem, 10.2vw, 3.15rem);
  }

  .growth-feature-copy > p:last-child {
    margin-top: 15px;
    font-size: .91rem;
  }

  .growth-feature-panel {
    padding: 23px 20px 24px;
  }

  .growth-feature-panel strong {
    font-size: clamp(1.72rem, 8vw, 2.2rem);
  }

  .growth-explore {
    padding-top: 39px;
    padding-bottom: 44px;
  }

  .growth-section-heading {
    margin-bottom: 21px;
  }

  .growth-card {
    padding: 20px 1px 19px;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 9px 12px;
    align-items: start;
  }

  .growth-card-number {
    grid-row: 1 / 4;
    padding-top: 5px;
  }

  .growth-card h2 {
    grid-column: 2;
    font-size: clamp(1.6rem, 7.6vw, 2rem);
  }

  .growth-card p {
    grid-column: 2;
    margin-top: 2px;
    font-size: .78rem;
    line-height: 1.5;
  }

  .growth-card-link {
    grid-column: 2;
    padding-top: 4px;
  }

  .growth-cta { padding: 25px 0; }
  .growth-cta-actions,
  .growth-cta-actions .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .growth-card { transition: none; }
}
