/* PDPM homepage — lighter density, dominant CTA, who/trust bands */

#who,
#proof-title {
  scroll-margin-top: 5.5rem;
}

.home-hero-cta-dominant {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.65rem;
  margin-bottom: 0.5rem;
}

.home-hero-cta-dominant .btn-dominant {
  font-size: 0.95rem;
  padding: 1rem 1.75rem;
  letter-spacing: 0.06em;
  box-shadow: 0 8px 28px rgba(22, 107, 98, 0.28);
}

.home-hero-secondary-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  font-size: 0.84rem;
  margin: 0;
}

.home-hero-secondary-links a {
  color: var(--brand, #166b62);
  font-weight: 600;
  text-decoration: none;
}

.home-hero-secondary-links a:hover {
  text-decoration: underline;
}

/* ── As Featured In press bar (grows as more outlets are added) ── */
.home-press-bar {
  margin: 1.15rem 0 1rem;
  padding: 0.85rem 0 0;
  border-top: 1px solid rgba(184, 151, 94, 0.22);
}

.home-press-bar-label {
  margin: 0 0 0.55rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold, #b8975e);
}

.home-press-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-press-logo-link {
  display: inline-flex;
  align-items: center;
  opacity: 0.92;
  padding: 0.55rem 0.75rem;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.94);
  transition: opacity 0.2s, transform 0.2s;
}

.home-press-logo-link:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.home-press-logo-link img {
  display: block;
  height: 2.5rem;
  width: auto;
  max-width: 13rem;
}

.home-press-cta {
  margin-top: 0.65rem;
  font-size: 0.72rem;
  padding: 0.55rem 1rem;
}

body.home-lux-page .home-press-cta.btn-ghost {
  border-color: rgba(184, 151, 94, 0.55);
  color: var(--home-gold-bright, #d4c4a0) !important;
}

body.home-lux-page .home-press-cta.btn-ghost:hover {
  background: rgba(184, 151, 94, 0.12);
}

/* ── McKnight's mission quote (hero pull) ── */
.home-hero-quote {
  margin: 1.15rem 0 1.35rem;
  padding: 0 0 0 1rem;
  border-left: 3px solid var(--gold, #b8975e);
  max-width: 36rem;
}

.home-hero-quote p {
  margin: 0 0 0.45rem;
  font-family: var(--font-display, "Cormorant Garamond", Georgia, serif);
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.45;
  color: rgba(235, 248, 245, 0.92);
}

.home-hero-quote-attrib {
  margin: 0;
}

.home-hero-quote cite {
  font-style: normal;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.home-hero-quote cite a {
  color: var(--gold, #b8975e);
  text-decoration: none;
}

.home-hero-quote cite a:hover {
  text-decoration: underline;
}

.home-mcknights-band {
  border-top: 1px solid var(--line-gold, rgba(184, 151, 94, 0.28));
  border-bottom: 1px solid var(--line-gold, rgba(184, 151, 94, 0.28));
  background: linear-gradient(135deg, rgba(7, 26, 24, 0.04) 0%, rgba(184, 151, 94, 0.08) 100%);
  padding: 2rem 1.5rem;
}

.home-mcknights-inner {
  max-width: 52rem;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}

.home-mcknights-eyebrow {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold, #b8975e);
}

.home-mcknights-band h2 {
  margin: 0;
  font-family: var(--font-display, "Cormorant Garamond", Georgia, serif);
  font-size: clamp(1.45rem, 3.5vw, 2rem);
  line-height: 1.2;
  color: var(--ink, #1a1a2e);
}

.home-mcknights-band p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--ink-muted, #45403a);
}

.home-mcknights-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  align-items: center;
}

.home-who-trust {
  padding: 3rem 1.5rem;
  background: var(--bg, #f7f5f0);
  border-bottom: 1px solid var(--line, #e8e4dc);
}

.home-who-trust-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.home-who-head {
  max-width: 40rem;
  margin-bottom: 1.75rem;
}

.home-who-head .pill {
  margin-bottom: 0.5rem;
}

.home-who-head h2 {
  font-family: var(--font-display, "Cormorant Garamond", Georgia, serif);
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  margin: 0 0 0.5rem;
  color: var(--ink, #1a1a2e);
}

.home-who-head p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--ink-muted, #45403a);
}

.home-who-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.85rem;
  margin-bottom: 1.5rem;
}

.home-who-card {
  padding: 1.1rem 1rem;
  border-radius: 10px;
  border: 1px solid var(--line-gold, rgba(184, 151, 94, 0.28));
  background: #fff;
}

.home-who-card h3 {
  margin: 0 0 0.35rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--brand, #166b62);
}

.home-who-card p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--ink-muted, #45403a);
}

.home-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.65rem;
}

.home-trust-box {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  padding: 0.85rem 0.9rem;
  border-radius: 8px;
  border: 1px solid var(--line-gold, rgba(184, 151, 94, 0.28));
  background: rgba(22, 107, 98, 0.06);
}

.home-trust-box strong {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--brand, #166b62);
  margin-bottom: 0.15rem;
}

.home-trust-box p {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: var(--ink-muted, #45403a);
}

.home-trust-icon {
  font-size: 1.1rem;
  line-height: 1;
  flex-shrink: 0;
}

.home-illustrative-note {
  margin: 0.75rem 0 0;
  font-size: 0.78rem;
  color: var(--ink-mute, #6c7488);
  font-style: italic;
}

/* Secondary sections: ghost CTAs only — hero + final band carry primary */
.home-lux-page .solution-cta-row .btn-primary,
.home-lux-page .mock-audit-grid + .hero-actions .btn-primary,
.home-lux-page .ecosystem-card .btn-primary,
.home-lux-page .video-ad-cta-row .btn-primary {
  background: transparent;
  color: var(--brand, #166b62);
  border: 1px solid var(--brand, #166b62);
  box-shadow: none;
}

.home-lux-page .solution-cta-row .btn-primary:hover,
.home-lux-page .ecosystem-card .btn-primary:hover {
  background: rgba(22, 107, 98, 0.08);
}

.home-hero-secondary-links span[aria-hidden="true"] {
  color: var(--ink-mute, #6c7488);
  user-select: none;
}

.home-trust-compact {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem 1rem;
  margin: 0;
  padding: 0.85rem 1rem;
  list-style: none;
  border-radius: 8px;
  border: 1px solid var(--line-gold, rgba(184, 151, 94, 0.28));
  background: rgba(22, 107, 98, 0.06);
}

.home-trust-compact li {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: var(--ink-muted, #45403a);
}

.home-trust-compact strong {
  color: var(--brand, #166b62);
  font-weight: 700;
}

.home-illustrative-note--center {
  text-align: center;
  margin-top: 1rem;
}

.home-cta-meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin-top: 1.75rem;
  text-align: left;
}

.home-cta-meta .contact-card {
  margin: 0;
}

.hero-preview--platform {
  opacity: 0.92;
  transition: opacity 0.2s, transform 0.2s;
}

.hero-preview--platform:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.hero-preview--platform .hero-preview-cta {
  font-size: 0.78rem;
}

.home-footer-premium .home-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 2rem 1.5rem;
  align-items: start;
}

.home-footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-footer-links li + li {
  margin-top: 0.45rem;
}

.home-footer-links a {
  font-size: 0.84rem;
  text-decoration: none;
  color: var(--home-gold-bright, #d4c4a0);
}

.home-footer-links a:hover {
  text-decoration: underline;
}

.home-footer-brand .footer-tagline {
  max-width: 22rem;
  margin-top: 0.5rem;
}

@media (max-width: 900px) {
  .home-footer-premium .home-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .home-trust-compact,
  .home-cta-meta {
    grid-template-columns: 1fr;
  }

  .home-footer-premium .home-footer-grid {
    grid-template-columns: 1fr;
  }

  .home-press-logos {
    gap: 0.85rem 1.25rem;
  }

  .home-hero-quote {
    padding-left: 0.75rem;
  }
}

.home-lux-cta-band--solo .btn-dominant {
  font-size: 1rem;
  padding: 1.05rem 2rem;
}

.home-lux-subscribe-band {
  padding: 3rem 1.5rem;
  background: linear-gradient(180deg, rgba(12, 40, 36, 0.55), rgba(7, 26, 24, 0.2));
  border-top: 1px solid rgba(143, 212, 197, 0.15);
  border-bottom: 1px solid rgba(143, 212, 197, 0.15);
  text-align: center;
}

.home-lux-subscribe-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  margin-top: 1.25rem;
}

.home-lux-nav-start--subscribe {
  color: #d9b769 !important;
  font-weight: 700;
}

@media (max-width: 900px) {
  .home-who-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .home-who-grid {
    grid-template-columns: 1fr;
  }
}
