:root {
  --teal: #165963;
  --teal-dark: #0f454d;
  --teal-soft: #e7f1f2;
  --coral: #d96d79;
  --coral-dark: #b64f5d;
  --blush: #fae9ea;
  --gold: #dfaa34;
  --cream: #fff6dc;
  --ink: #263238;
  --muted: #64737a;
  --line: #d8e1e3;
  --white: #ffffff;
  --book-pink: #ae075a;
  --book-pink-dark: #7d0541;
  --book-orange: #ff9d1a;
  --shadow: 0 20px 55px rgba(28, 54, 60, .12);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: absolute;
  left: 14px;
  top: -50px;
  z-index: 999;
  padding: 10px 14px;
  background: var(--white);
  color: var(--teal-dark);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.skip-link:focus { top: 12px; }

.container { width: min(var(--max), calc(100% - 44px)); margin: 0 auto; }
.section { padding: 96px 0; }
.eyebrow {
  margin: 0 0 16px;
  font-size: .78rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .13em;
  color: var(--teal);
}
.eyebrow.coral { color: var(--coral-dark); }
.eyebrow.gold { color: #a87507; }
.eyebrow.teal { color: var(--teal); }
h1, h2, h3 { line-height: 1.08; margin: 0; letter-spacing: -.025em; }
h1 { font-size: clamp(3.35rem, 7vw, 6.5rem); max-width: 770px; color: var(--teal-dark); }
h2 { font-size: clamp(2.2rem, 4vw, 4rem); color: var(--teal-dark); }
h3 { font-size: 1.32rem; color: var(--teal-dark); }
p { margin: 0 0 1.2rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(22,89,99,.12);
}
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; min-width: 190px; }
.brand img { width: 42px; height: 55px; object-fit: contain; }
.brand-text { line-height: .92; letter-spacing: .02em; color: var(--teal-dark); }
.brand-text strong { display: block; font-size: .74rem; letter-spacing: .12em; }
.brand-text span { display: block; font-size: 1.34rem; font-weight: 900; letter-spacing: .03em; }
.site-nav { display: flex; align-items: center; gap: 26px; font-size: .9rem; font-weight: 700; }
.site-nav a { text-decoration: none; color: #3a4d53; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--teal); }
.nav-pill { padding: 9px 14px; border: 1px solid rgba(22,89,99,.28); border-radius: 999px; }
.menu-button { display: none; border: 1px solid var(--line); background: white; padding: 9px 12px; border-radius: 10px; font-weight: 700; color: var(--teal-dark); }

.hero { position: relative; overflow: hidden; background: linear-gradient(180deg, #fff 0%, #fffdfb 100%); padding: 100px 0 96px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(360px, .84fr); gap: 76px; align-items: center; }
.hero-lede { max-width: 760px; margin: 30px 0 14px; font-size: clamp(1.45rem, 2.3vw, 2rem); line-height: 1.35; color: #3b4b50; font-weight: 650; }
.hero-support { max-width: 700px; color: var(--muted); font-size: 1.06rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.microcopy { margin-top: 12px; font-size: .84rem; color: #748087; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 49px; padding: 0 20px; border-radius: 999px; text-decoration: none; font-weight: 800; font-size: .94rem; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--teal); box-shadow: 0 12px 28px rgba(22,89,99,.22); }
.button-primary:hover { background: var(--teal-dark); }
.button-ghost { color: var(--teal-dark); border: 1.5px solid rgba(22,89,99,.3); background: rgba(255,255,255,.76); }
.button-secondary { background: var(--cream); color: var(--teal-dark); border: 1px solid rgba(223,170,52,.35); }

.hero-visual { position: relative; min-height: 650px; }
.statement-card { position: absolute; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.statement-card-main { inset: 20px 30px 70px 10px; padding: 52px 48px; background: var(--teal); color: white; overflow: hidden; transform: rotate(1.2deg); }
.statement-card-main:after { content: ""; position: absolute; width: 260px; height: 260px; border: 2px solid rgba(255,255,255,.11); border-radius: 50%; right: -105px; top: -80px; box-shadow: 0 0 0 34px rgba(255,255,255,.04), 0 0 0 68px rgba(255,255,255,.025); }
.statement-icon { width: 108px; height: auto; filter: brightness(0) invert(1); opacity: .86; margin-bottom: 38px; }
.statement-kicker { color: #f7cbd0; font-size: .76rem; font-weight: 850; letter-spacing: .14em; margin-bottom: 14px; }
.statement-big { font-size: clamp(2rem, 2.75vw, 2.8rem); line-height: 1.14; font-weight: 800; letter-spacing: -.035em; }
.statement-big span { color: #f4c95d; }
.statement-card-small { right: 0; bottom: 6px; width: 82%; padding: 23px 26px; background: white; display: grid; grid-template-columns: 13px 1fr; gap: 14px; transform: rotate(-1.4deg); }
.statement-card-small p { margin: 0; font-size: .96rem; line-height: 1.45; }
.dot { width: 11px; height: 11px; margin-top: 6px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px var(--blush); }
.hero-orb { position: absolute; border-radius: 50%; border: 1px solid rgba(216,109,121,.15); pointer-events: none; }
.hero-orb-one { width: 460px; height: 460px; right: -210px; top: 80px; box-shadow: 0 0 0 45px rgba(216,109,121,.025), 0 0 0 90px rgba(216,109,121,.018); }
.hero-orb-two { width: 220px; height: 220px; left: -120px; bottom: -60px; box-shadow: 0 0 0 34px rgba(223,170,52,.025); }

.notice-strip { background: var(--teal-dark); color: rgba(255,255,255,.86); padding: 14px 0; font-size: .78rem; }
.notice-inner { display: flex; gap: 18px; align-items: center; justify-content: center; flex-wrap: wrap; text-align: center; }
.notice-inner strong { color: #fff; letter-spacing: .08em; }

.resources { background: #fbfdfd; }
.section-heading { max-width: 820px; margin-bottom: 50px; }
.section-heading h2 { margin-bottom: 18px; }
.section-heading > p:last-child { font-size: 1.08rem; color: var(--muted); max-width: 720px; }
.resource-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.resource-card { display: grid; grid-template-columns: 220px 1fr; background: white; border: 1px solid var(--line); border-radius: var(--radius-md); overflow: hidden; min-height: 310px; box-shadow: 0 10px 30px rgba(28, 54, 60, .055); position: relative; }
.resource-card:before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 5px; background: var(--teal); z-index: 2; }
.accent-coral:before { background: var(--coral); }
.accent-gold:before { background: var(--gold); }
.accent-teal:before { background: var(--teal); }
.accent-rose:before { background: #c77f86; }
.resource-preview { overflow: hidden; background: #eef3f4; border-right: 1px solid var(--line); }
.resource-preview img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .3s ease; }
.resource-card:hover .resource-preview img { transform: scale(1.018); }
.resource-body { padding: 29px 28px 26px; display: flex; flex-direction: column; align-items: flex-start; }
.resource-tag { font-size: .69rem; font-weight: 850; letter-spacing: .12em; color: var(--coral-dark); margin-bottom: 10px; }
.resource-body h3 { margin-bottom: 12px; }
.resource-body p { color: var(--muted); font-size: .94rem; }
.text-link { margin-top: auto; display: inline-flex; gap: 8px; align-items: center; color: var(--teal-dark); font-weight: 850; text-decoration: none; border-bottom: 2px solid #a8cdd1; line-height: 1.25; }
.text-link:hover { border-color: var(--teal); }
.download-all { margin-top: 28px; display: flex; justify-content: space-between; align-items: center; gap: 28px; background: var(--teal-soft); padding: 22px 24px; border-radius: var(--radius-md); }
.download-all strong { display: block; color: var(--teal-dark); font-size: 1.08rem; }
.download-all span { color: var(--muted); font-size: .91rem; }

.heard { background: white; }
.split-heading { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: end; margin-bottom: 46px; }
.split-heading > p { color: var(--muted); font-size: 1.05rem; margin: 0 0 4px; }
.heard-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.heard-item { min-height: 265px; border-radius: var(--radius-md); padding: 26px 20px 24px; display: flex; flex-direction: column; gap: 24px; border: 1px solid rgba(0,0,0,.05); }
.heard-item > span { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 15px; font-size: 1.55rem; font-weight: 900; color: white; background: var(--teal); }
.heard-item h3 { font-size: 1.1rem; margin-bottom: 8px; }
.heard-item p { color: #5c6b70; font-size: .9rem; line-height: 1.5; margin: 0; }
.h-coral { background: var(--blush); }
.h-coral > span { background: var(--coral); }
.h-teal { background: var(--teal-soft); }
.h-teal > span { background: #2c7881; }
.h-gold { background: var(--cream); }
.h-gold > span { background: var(--gold); }
.quote-panel { margin-top: 26px; display: grid; grid-template-columns: 50px minmax(0,1fr) auto; gap: 22px; align-items: center; padding: 28px 34px; background: var(--teal-dark); color: white; border-radius: var(--radius-md); }
.quote-mark { margin: 0; font-family: Georgia, serif; font-size: 4.4rem; line-height: .5; color: #f6cbd0; }
blockquote { margin: 0; font-size: 1.15rem; line-height: 1.4; font-weight: 650; }
.quote-note { margin: 0; max-width: 240px; color: #c4d5d7; font-size: .84rem; }

.advocate { background: #fffaf5; }
.advocate-grid { display: grid; grid-template-columns: .83fr 1.17fr; gap: 78px; align-items: center; }
.advocate-art { min-height: 510px; position: relative; background: var(--blush); border-radius: var(--radius-lg); overflow: hidden; display: grid; place-items: center; }
.advocate-art:before, .advocate-art:after { content: ""; position: absolute; border-radius: 50%; border: 2px solid rgba(216,109,121,.15); }
.advocate-art:before { width: 400px; height: 400px; left: -175px; top: -165px; box-shadow: 0 0 0 45px rgba(216,109,121,.035), 0 0 0 90px rgba(216,109,121,.02); }
.advocate-art:after { width: 240px; height: 240px; right: -115px; bottom: -90px; box-shadow: 0 0 0 38px rgba(223,170,52,.04); }
.advocate-art img { width: 54%; position: relative; z-index: 1; mix-blend-mode: multiply; }
.advocate-badge { position: absolute; left: 25px; right: 25px; bottom: 23px; z-index: 2; padding: 13px 20px; text-align: center; border-radius: 10px; background: var(--cream); color: var(--teal-dark); font-weight: 900; letter-spacing: .04em; box-shadow: 0 8px 20px rgba(66, 57, 37, .08); }
.advocate-copy h2 span { color: var(--coral-dark); }
.large-copy { font-size: 1.45rem; color: var(--teal); font-weight: 780; margin-top: 24px; }
.advocate-copy > p:not(.eyebrow):not(.large-copy) { color: var(--muted); max-width: 660px; }
.mini-checks { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; margin: 28px 0 32px; color: #42565c; font-size: .92rem; }
.mini-checks span::first-letter { color: var(--coral); }

.perspective { padding-top: 0; background: #fffaf5; }
.perspective-card { display: grid; grid-template-columns: 100px 1fr; gap: 34px; background: white; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 42px 46px; box-shadow: 0 10px 32px rgba(28, 54, 60, .055); }
.perspective-number { font-size: 4rem; line-height: 1; font-weight: 900; color: var(--gold); }
.perspective-card h2 { font-size: clamp(2rem, 3vw, 3.2rem); margin-bottom: 15px; max-width: 850px; }
.perspective-card p:last-child { max-width: 900px; color: var(--muted); font-size: 1.02rem; }

.book-section { position: relative; overflow: hidden; background: var(--book-pink); color: white; padding: 110px 0; }
.book-circles { position: absolute; inset: 0; opacity: .28; background-image: radial-gradient(circle at 14% 30%, transparent 0 44px, #7e0742 45px 48px, transparent 49px 72px, #7e0742 73px 76px, transparent 77px), radial-gradient(circle at 86% 67%, transparent 0 60px, #7e0742 61px 64px, transparent 65px 92px, #7e0742 93px 96px, transparent 97px), radial-gradient(circle at 54% 12%, transparent 0 28px, #7e0742 29px 32px, transparent 33px 55px, #7e0742 56px 59px, transparent 60px); background-size: 420px 420px, 520px 520px, 350px 350px; }
.book-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .78fr 1.22fr; gap: 88px; align-items: center; }
.book-cover-wrap { position: relative; padding: 28px 32px 34px; }
.book-cover-wrap:before { content: ""; position: absolute; inset: 68px 4px 4px 68px; background: var(--book-orange); border-radius: 20px; transform: rotate(4deg); opacity: .95; }
.book-cover { position: relative; z-index: 1; width: min(390px, 100%); margin: 0 auto; border-radius: 5px; box-shadow: 0 30px 60px rgba(57,0,31,.38); transform: rotate(-2deg); }
.book-date { position: absolute; z-index: 2; bottom: 2px; right: 8px; background: #fff6d3; color: var(--book-pink-dark); padding: 10px 14px; border-radius: 999px; font-weight: 900; font-size: .75rem; letter-spacing: .08em; box-shadow: 0 8px 20px rgba(65,0,35,.18); }
.book-eyebrow { color: #ffd7df; }
.book-copy h2 { color: white; font-size: clamp(3rem, 5vw, 5.6rem); margin-bottom: 24px; }
.book-hook { font-size: clamp(1.45rem, 2.4vw, 2.15rem); line-height: 1.35; color: #fff4d7; margin-bottom: 28px; }
.book-hook strong { color: white; }
.book-copy > p:not(.eyebrow):not(.book-hook) { color: #f8dce9; max-width: 720px; }
.book-bridge { padding: 18px 20px; margin-top: 24px; border-left: 4px solid var(--book-orange); background: rgba(72,0,39,.18); border-radius: 0 12px 12px 0; }
.book-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 30px; }
.button-book { background: var(--book-orange); color: #5a1232; box-shadow: 0 12px 30px rgba(87, 22, 0, .25); }
.button-book:hover { background: #ffb03d; }
.plain-link { color: white; font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: 4px; }

.about { background: #f8fbfb; }
.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: start; }
.about h2 { font-size: clamp(2.2rem, 3.5vw, 3.65rem); }
.about-copy { color: var(--muted); font-size: 1.04rem; }
.about-copy strong { color: var(--teal-dark); }
.about-copy .text-link { color: var(--teal-dark); }

.final-cta { background: #f8fbfb; padding-top: 0; }
.final-cta-card { display: grid; grid-template-columns: 115px 1fr auto; align-items: center; gap: 36px; background: white; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 36px 42px; box-shadow: var(--shadow); }
.final-cta-card img { width: 100px; mix-blend-mode: multiply; }
.final-cta-card h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); margin-bottom: 10px; }
.final-cta-card p:not(.eyebrow) { color: var(--muted); margin: 0; }

.site-footer { background: #102f35; color: #c8d5d8; padding: 58px 0 34px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 30px; border-bottom: 1px solid rgba(255,255,255,.11); }
.footer-brand .brand-text { color: white; }
.footer-brand img { filter: brightness(0) invert(1); opacity: .82; }
.footer-links { display: flex; gap: 24px; flex-wrap: wrap; }
.footer-links a { color: #deeaec; text-decoration: none; font-weight: 700; font-size: .9rem; }
.footer-links a:hover { color: white; }
.footer-disclaimer { padding-top: 28px; font-size: .78rem; line-height: 1.6; }
.footer-disclaimer p { max-width: 930px; }
.copyright { color: #94a9ad; }

:focus-visible { outline: 3px solid #f0ba42; outline-offset: 3px; }

@media (max-width: 1050px) {
  .site-nav { gap: 15px; font-size: .82rem; }
  .hero-grid { gap: 40px; grid-template-columns: 1fr .8fr; }
  .hero-visual { min-height: 590px; }
  .statement-card-main { padding: 42px 34px; }
  .resource-card { grid-template-columns: 180px 1fr; }
  .heard-grid { grid-template-columns: repeat(3, 1fr); }
  .heard-item:nth-child(4), .heard-item:nth-child(5) { min-height: 230px; }
  .book-grid { gap: 50px; }
  .final-cta-card { grid-template-columns: 90px 1fr; }
  .final-cta-card .button { grid-column: 2; justify-self: start; }
}

@media (max-width: 820px) {
  .section { padding: 74px 0; }
  .menu-button { display: block; }
  .site-nav { display: none; position: absolute; left: 22px; right: 22px; top: 70px; padding: 18px; background: white; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; gap: 6px; }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 10px 8px; }
  .nav-pill { border-radius: 8px; }
  .hero { padding: 72px 0 74px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 560px; width: min(560px, 100%); }
  .resource-grid { grid-template-columns: 1fr; }
  .resource-card { grid-template-columns: 210px 1fr; }
  .split-heading { grid-template-columns: 1fr; gap: 20px; }
  .heard-grid { grid-template-columns: repeat(2, 1fr); }
  .quote-panel { grid-template-columns: 40px 1fr; }
  .quote-note { grid-column: 2; max-width: none; }
  .advocate-grid, .book-grid, .about-grid { grid-template-columns: 1fr; }
  .advocate-art { min-height: 420px; width: min(560px,100%); }
  .book-cover-wrap { width: min(480px,100%); margin: 0 auto; }
  .book-copy { max-width: 760px; }
  .perspective-card { grid-template-columns: 70px 1fr; padding: 34px 30px; }
  .final-cta-card { grid-template-columns: 80px 1fr; padding: 30px; }
  .footer-top { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 590px) {
  .container { width: min(100% - 30px, var(--max)); }
  h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  h2 { font-size: 2.25rem; }
  .header-inner { min-height: 70px; }
  .brand-text strong { font-size: .63rem; }
  .brand-text span { font-size: 1.12rem; }
  .brand img { width: 35px; height: 48px; }
  .hero-visual { min-height: 520px; }
  .statement-card-main { inset: 0 7px 72px 0; padding: 34px 25px; }
  .statement-icon { width: 82px; margin-bottom: 28px; }
  .statement-card-small { width: 92%; padding: 20px; }
  .hero-actions .button { width: 100%; }
  .resource-card { grid-template-columns: 1fr; }
  .resource-preview { height: 280px; border-right: 0; border-bottom: 1px solid var(--line); }
  .download-all { align-items: flex-start; flex-direction: column; }
  .heard-grid { grid-template-columns: 1fr; }
  .heard-item { min-height: 200px; }
  .quote-panel { padding: 26px 22px; }
  .mini-checks { grid-template-columns: 1fr; }
  .advocate-art { min-height: 360px; }
  .advocate-art img { width: 65%; }
  .perspective-card { grid-template-columns: 1fr; }
  .perspective-number { font-size: 2.8rem; }
  .book-section { padding: 80px 0; }
  .book-cover-wrap { padding: 15px 20px 30px; }
  .book-date { position: relative; display: block; width: fit-content; margin: -2px auto 0; right: auto; bottom: auto; }
  .book-actions { align-items: flex-start; flex-direction: column; }
  .final-cta-card { grid-template-columns: 1fr; text-align: left; }
  .final-cta-card img { width: 76px; }
  .final-cta-card .button { grid-column: 1; }
  .footer-links { flex-direction: column; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
