:root {
  --ink: #263233;
  --navy: #113b49;
  --navy-dark: #092b35;
  --teal: #2f6a69;
  --sage: #789483;
  --cream: #fbf7ef;
  --paper: #fffdf8;
  --gold: #efb34d;
  --gold-dark: #a85c10;
  --line: rgba(17, 59, 73, 0.17);
  --display: Georgia, "Times New Roman", serif;
  --body: "Segoe UI", Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--body); font-size: 18px; line-height: 1.65; text-rendering: optimizeLegibility; }
a { color: inherit; }
svg { display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--paper); color: var(--navy); padding: .7rem 1rem; border-radius: .45rem; font-weight: 800; }
.skip-link:focus { top: 1rem; }

.site-header { position: sticky; top: 0; z-index: 40; background: rgba(251, 247, 239, .95); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 1.35rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; color: var(--navy); text-decoration: none; }
.brand-mark { width: 46px; height: 46px; flex: 0 0 auto; }
.brand > span { display: grid; line-height: 1; }
.brand strong { font-family: var(--display); font-size: 1.42rem; letter-spacing: -.02em; }
.brand small { margin-top: .3rem; color: var(--teal); font-size: .64rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: stretch; align-self: stretch; gap: 1.15rem; margin-left: auto; }
.desktop-nav a { position: relative; display: flex; align-items: center; color: var(--navy); font-size: .82rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.desktop-nav a:hover { color: var(--gold-dark); }
.desktop-nav a[aria-current="page"]::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; border-radius: 3px 3px 0 0; background: var(--gold); }
.header-call { display: block; color: var(--navy); line-height: 1.15; text-align: right; text-decoration: none; }
.header-call strong { font-size: 1.03rem; }

.hero { position: relative; min-height: min(790px, calc(100svh - 76px)); overflow: hidden; background: var(--navy-dark); isolation: isolate; }
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image { background: url('media/safefare-hero-couple.png') 58% center / cover no-repeat; z-index: -3; }
.hero-shade { background: linear-gradient(90deg, rgba(7, 36, 44, .96) 0%, rgba(9, 43, 53, .91) 37%, rgba(9, 43, 53, .48) 58%, rgba(9, 43, 53, .04) 78%); z-index: -2; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 34%; z-index: -1; background: linear-gradient(0deg, rgba(7, 36, 44, .38), transparent); }
.hero-inner { min-height: inherit; display: flex; align-items: center; padding-block: 5rem; }
.hero-copy { max-width: 680px; color: white; }
.trust-chip { display: inline-flex; align-items: center; gap: .35rem; margin: 0 0 1.45rem; padding: .46rem .8rem; border: 1px solid rgba(255,255,255,.33); border-radius: 999px; background: rgba(9,43,53,.36); font-size: .78rem; font-weight: 750; letter-spacing: .03em; }
.trust-chip span { color: #ffd78d; }
.hero h1 { margin: 0; max-width: 670px; font-family: var(--display); font-size: clamp(3.35rem, 6.3vw, 6.15rem); font-weight: 700; letter-spacing: -.045em; line-height: .98; text-wrap: balance; }
.hero-lede { max-width: 630px; margin: 1.65rem 0 0; color: rgba(255,255,255,.9); font-size: clamp(1.08rem, 1.7vw, 1.3rem); line-height: 1.58; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; min-height: 54px; margin-top: 2rem; padding: .86rem 1.28rem; border-radius: .5rem; font-weight: 850; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button svg, .answer-note a svg { width: 20px; height: 20px; }
.button-gold { color: #1f3033; background: var(--gold); box-shadow: 0 12px 28px rgba(0,0,0,.2); }
.button-gold:hover { background: #f5c46f; transform: translateY(-2px); box-shadow: 0 16px 32px rgba(0,0,0,.25); }
.hero-note { margin: .85rem 0 0; color: rgba(255,255,255,.72); font-size: .77rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.trust-strip { position: relative; z-index: 3; margin-top: -1px; background: var(--paper); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { min-height: 130px; padding: 1.8rem 1.45rem; border-left: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; }
.trust-item:last-child { border-right: 1px solid var(--line); }
.trust-item strong { color: var(--navy); font-family: var(--display); font-size: 1.55rem; line-height: 1.1; }
.trust-item span { margin-top: .48rem; color: #536364; font-size: .76rem; font-weight: 800; letter-spacing: .06em; line-height: 1.4; text-transform: uppercase; }
.trust-item em { color: var(--gold-dark); font-size: .65rem; font-style: normal; }
.placeholder-stat strong { color: var(--gold-dark); }

.section { padding-block: clamp(5rem, 9vw, 8.5rem); }
.questions-section { background: var(--cream); }
.split-intro { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 4rem; }
.eyebrow { margin: 0 0 .85rem; color: var(--gold-dark); font-size: .74rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
h2 { margin: 0; color: var(--navy); font-family: var(--display); font-size: clamp(2.45rem, 4.3vw, 4.5rem); letter-spacing: -.035em; line-height: 1.05; text-wrap: balance; }
.intro-copy { padding-bottom: .5rem; color: #4e5e5e; font-size: 1.08rem; }
.intro-copy p { margin: 0; }
.question-layout { display: grid; grid-template-columns: 1.3fr .7fr; gap: 2.2rem; margin-top: 4.2rem; }
.question-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.question-list li { display: grid; grid-template-columns: 54px 1fr; gap: 1rem; align-items: center; min-height: 82px; border-bottom: 1px solid var(--line); }
.question-list span { color: var(--gold-dark); font-family: var(--display); font-size: .95rem; font-weight: 700; }
.question-list p { margin: 0; color: var(--navy); font-family: var(--display); font-size: clamp(1.35rem, 2vw, 1.82rem); font-weight: 700; line-height: 1.25; }
.answer-note { position: relative; align-self: stretch; padding: 2.7rem; overflow: hidden; border-radius: 1rem; background: var(--navy); color: white; box-shadow: 0 26px 60px rgba(9,43,53,.15); }
.answer-mark { position: absolute; right: 1.4rem; top: -2.4rem; color: rgba(255,255,255,.08); font-family: var(--display); font-size: 12rem; line-height: 1; }
.answer-note p { position: relative; margin: 0 0 1rem; color: #ffd78d; font-size: .84rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.answer-note strong { position: relative; display: block; font-family: var(--display); font-size: clamp(1.75rem, 3vw, 2.55rem); line-height: 1.18; }
.answer-note a { position: relative; display: inline-flex; align-items: center; gap: .5rem; margin-top: 2rem; color: white; font-weight: 800; text-decoration-color: var(--gold); text-underline-offset: .25rem; }

.video-section { position: relative; overflow: hidden; background: var(--navy-dark); color: rgba(255,255,255,.82); }
.video-section::before { content: ""; position: absolute; width: 480px; height: 480px; left: -260px; top: -220px; border: 1px solid rgba(239,179,77,.18); border-radius: 50%; box-shadow: 0 0 0 80px rgba(239,179,77,.025), 0 0 0 160px rgba(239,179,77,.018); }
.video-layout { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(3rem, 7vw, 7rem); }
.eyebrow-light { color: #ffd78d; }
.video-copy h2, .process-heading h2, .closing-inner h2 { color: white; }
.video-copy blockquote { margin: 2.2rem 0 0; padding: 0 0 0 1.35rem; border-left: 3px solid var(--gold); }
.video-copy blockquote p { margin: 0; color: white; font-family: var(--display); font-size: clamp(1.35rem, 2.2vw, 2rem); line-height: 1.38; }
.video-support { margin: 1.5rem 0 0; max-width: 520px; font-size: .95rem; }
.video-frame { position: relative; padding: .65rem; border: 1px solid rgba(255,255,255,.2); border-radius: 1.25rem; background: rgba(255,255,255,.06); box-shadow: 0 35px 90px rgba(0,0,0,.32); }
.video-frame video { display: block; width: 100%; aspect-ratio: 16 / 9; border-radius: .8rem; background: #05090a; object-fit: cover; }
.video-caption { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding: .8rem .55rem .2rem; }
.video-caption span { color: white; font-weight: 800; }
.video-caption small { color: rgba(255,255,255,.55); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.help-section { background: var(--paper); }
.help-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.help-heading { position: sticky; top: 126px; }
.help-heading > p:last-child { max-width: 410px; margin: 1.6rem 0 0; color: #556564; }
.help-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.help-list li { display: grid; grid-template-columns: 58px 1fr; gap: 1rem; padding: 2rem 0 2.15rem; border-bottom: 1px solid var(--line); }
.help-list li > span { padding-top: .15rem; color: var(--gold-dark); font-family: var(--display); font-size: .95rem; font-weight: 800; }
.help-list h3 { margin: 0; color: var(--navy); font-family: var(--display); font-size: clamp(1.55rem, 2.2vw, 2.15rem); line-height: 1.2; }
.help-list p { max-width: 650px; margin: .62rem 0 0; color: #566465; }

.process-section { overflow: hidden; background: var(--teal); color: rgba(255,255,255,.82); }
.process-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 4rem; }
.process-heading > p { max-width: 430px; margin: 0 0 .45rem auto; font-size: 1.08rem; }
.step-list { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); margin: 4rem 0 0; padding: 0; list-style: none; counter-reset: steps; }
.step-list::before { content: ""; position: absolute; left: 35px; right: calc(33.333% - 35px); top: 35px; height: 1px; background: rgba(255,255,255,.3); }
.step-list li { position: relative; padding-right: clamp(2rem, 4vw, 4rem); }
.step-number { position: relative; z-index: 1; display: grid; width: 70px; height: 70px; place-items: center; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; background: var(--teal); color: #ffe1a9; font-family: var(--display); font-size: 1.6rem; font-weight: 700; }
.step-list h3 { margin: 1.7rem 0 .8rem; color: white; font-family: var(--display); font-size: clamp(1.55rem, 2.4vw, 2.25rem); line-height: 1.15; }
.step-list p { margin: 0; }

.story-section { background: #f1e9dc; }
.story-layout { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(3rem, 8vw, 8rem); }
.book-art { position: relative; display: grid; grid-template-columns: 22px minmax(220px, 320px); justify-content: center; transform: rotate(-2.4deg); filter: drop-shadow(24px 30px 28px rgba(38,50,51,.18)); }
.book-spine { border-radius: .25rem 0 0 .25rem; background: #082832; box-shadow: inset -5px 0 7px rgba(0,0,0,.32); }
.book-cover { min-height: 430px; padding: 2rem; border-radius: 0 .45rem .45rem 0; background: linear-gradient(145deg, #184e5d 0%, #0a303a 72%); color: white; box-shadow: inset -1px 0 rgba(255,255,255,.18); }
.book-cover::before { content: ""; display: block; width: 42px; height: 5px; margin-bottom: 7rem; background: var(--gold); }
.book-cover small { display: block; font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.book-cover strong { display: block; margin-top: 1.3rem; color: #ffd78d; font-family: var(--display); font-size: 3.7rem; line-height: .92; }
.book-cover span { display: block; margin-top: .7rem; font-family: var(--display); font-size: 1.55rem; line-height: 1.15; }
.story-copy > p:not(.eyebrow) { max-width: 670px; margin: 1.7rem 0 0; color: #4e5d5d; font-size: 1.03rem; }
.story-copy cite { color: var(--navy); font-family: var(--display); font-style: italic; font-weight: 700; }
.story-link { display: inline-flex; align-items: center; gap: .6rem; margin-top: 2rem; color: var(--navy); font-weight: 850; text-decoration-color: var(--gold-dark); text-decoration-thickness: 2px; text-underline-offset: .35rem; }
.story-link svg { width: 20px; height: 20px; transition: transform .18s ease; }
.story-link:hover svg { transform: translateX(4px); }

.closing-section { padding-block: clamp(4.4rem, 8vw, 7.2rem); background: var(--navy); color: white; }
.closing-inner { display: flex; align-items: center; justify-content: space-between; gap: 3rem; }
.closing-inner h2 { font-size: clamp(3rem, 5.4vw, 5.8rem); }
.closing-inner p:not(.eyebrow) { margin: 1rem 0 0; font-size: 1.12rem; }
.closing-button { flex: 0 0 auto; margin: 0; min-width: 210px; }

.site-footer { padding-top: 4.8rem; background: var(--navy-dark); color: rgba(255,255,255,.78); }
.footer-main { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 3rem; padding-bottom: 3rem; }
.brand-light { color: white; }
.brand-light small { color: #ffd78d; }
.footer-brand p { max-width: 320px; margin: 1.2rem 0 0; }
.footer-main h2 { margin: 0 0 1rem; color: white; font-family: var(--body); font-size: .73rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-main a { margin-bottom: .4rem; color: white; font-weight: 700; }
.footer-main p { margin: 0; }
.sab-note { margin-top: .6rem !important; color: rgba(255,255,255,.52); font-size: .78rem; }
.compliance-copy { padding-block: 2rem; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.compliance-copy p { margin: 0 0 .65rem; max-width: 1050px; font-size: .75rem; line-height: 1.65; }
.compliance-copy span { color: #ffd78d; font-weight: 800; }
.compliance-copy small { color: rgba(255,255,255,.47); font-size: .65rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.legal-row { min-height: 76px; display: flex; justify-content: space-between; align-items: center; gap: 1rem; color: rgba(255,255,255,.55); font-size: .72rem; }

@media (max-width: 920px) {
  .desktop-nav { display: none; }
  .hero { min-height: 760px; }
  .hero-image { background-position: 64% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(7,36,44,.96), rgba(9,43,53,.83) 62%, rgba(9,43,53,.2)); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(3), .trust-item:nth-child(4) { border-top: 1px solid var(--line); }
  .trust-item:nth-child(4) { border-right: 1px solid var(--line); }
  .split-intro, .question-layout { grid-template-columns: 1fr; gap: 2.4rem; }
  .video-layout, .help-layout, .story-layout { grid-template-columns: 1fr; }
  .help-heading { position: static; }
  .process-heading { grid-template-columns: 1fr; gap: 1.4rem; }
  .process-heading > p { margin-left: 0; }
  .story-layout { gap: 5rem; }
  .book-art { grid-row: 2; }
  .closing-inner { align-items: flex-start; flex-direction: column; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  body { font-size: 17px; }
  .shell { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 68px; }
  .brand-mark { width: 39px; height: 39px; }
  .brand strong { font-size: 1.2rem; }
  .header-call strong { font-size: .87rem; }
  .hero { min-height: 780px; }
  .hero-image { background-position: 69% center; transform: scale(1.02); }
  .hero-shade { background: linear-gradient(0deg, rgba(7,36,44,.98) 0%, rgba(7,36,44,.93) 51%, rgba(7,36,44,.25) 78%, transparent); }
  .hero-inner { align-items: flex-end; padding-block: 4rem 3rem; }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.4rem); }
  .hero-lede { font-size: 1.02rem; line-height: 1.52; }
  .trust-chip { font-size: .67rem; }
  .button { width: 100%; min-height: 58px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { min-height: 104px; padding: 1.3rem; border-right: 1px solid var(--line); border-top: 1px solid var(--line); }
  .trust-item:first-child { border-top: 0; }
  .question-layout { margin-top: 2.7rem; }
  .question-list li { grid-template-columns: 38px 1fr; min-height: 78px; }
  .answer-note { padding: 2rem 1.5rem; }
  .video-frame { padding: .4rem; border-radius: .9rem; }
  .video-frame video { border-radius: .62rem; }
  .video-caption { align-items: flex-start; flex-direction: column; gap: .2rem; }
  .help-list li { grid-template-columns: 42px 1fr; }
  .step-list { grid-template-columns: 1fr; gap: 2.6rem; }
  .step-list::before { left: 29px; right: auto; top: 29px; bottom: 40px; width: 1px; height: auto; }
  .step-list li { padding: 0 0 0 4.7rem; }
  .step-number { position: absolute; left: 0; top: 0; width: 58px; height: 58px; }
  .step-list h3 { margin-top: 0; }
  .book-art { grid-template-columns: 18px minmax(190px, 270px); }
  .book-cover { min-height: 370px; padding: 1.5rem; }
  .book-cover::before { margin-bottom: 5rem; }
  .book-cover strong { font-size: 3.05rem; }
  .closing-button { width: 100%; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .legal-row { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 1.2rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}

/* Source-authored interior content */
.page-hero__support { margin: 1rem 0 0; color: rgba(255,255,255,.86); font-size: 1.05rem; }
.media-preview-section { padding-block: 2.4rem; background: var(--cream); }
.media-preview-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.media-placeholder { position: relative; min-height: 190px; display: flex; flex-direction: column; justify-content: flex-end; padding: 1.6rem; overflow: hidden; border: 1px dashed rgba(255,255,255,.34); border-radius: .9rem; background: linear-gradient(135deg, var(--navy-dark), var(--teal)); color: white; }
.media-placeholder::before { content: "▶"; position: absolute; right: 1.5rem; top: 1.2rem; display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: #ffd78d; }
.media-placeholder span { color: #ffd78d; font-size: .7rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.media-placeholder strong { margin-top: .5rem; font-family: var(--display); font-size: 1.55rem; }
.media-placeholder--single { max-width: 620px; margin-top: 1.5rem; }
.aha-callout { margin: 1.6rem 0 0; padding: 1.35rem 1.5rem 1.4rem 3.5rem; border-left: 4px solid var(--gold); border-radius: .55rem; background: #fff0cf; color: var(--navy-dark); }
.aha-callout::before { content: "💡"; float: left; margin-left: -2.35rem; }
.aha-callout--wide { max-width: 920px; margin: 2.2rem auto 0; }
.road-card > p { margin: 1.2rem 0 0; line-height: 1.72; }
.comparison-wrap { margin-top: 2.2rem; overflow-x: auto; border: 1px solid var(--line); border-radius: .85rem; background: var(--paper); }
.comparison-table, table.glossary-table { width: 100%; min-width: 720px; border-collapse: collapse; }
.comparison-table th, .comparison-table td, table.glossary-table th, table.glossary-table td { padding: 1rem 1.15rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.comparison-table thead th, table.glossary-table thead th { background: var(--navy); color: white; font-size: .82rem; }
.comparison-table tbody th, table.glossary-table tbody th { color: var(--gold-dark); font-weight: 850; }
.comparison-table tbody tr:nth-child(even), table.glossary-table tbody tr:nth-child(even) { background: var(--cream); }
.comparison-table tbody tr:last-child > *, table.glossary-table tbody tr:last-child > * { border-bottom: 0; }
.which-road { max-width: 920px; margin: 2rem auto 0; color: #536364; font-size: 1.05rem; }
.one-rule-section { background: var(--navy-dark); color: rgba(255,255,255,.84); }
.one-rule-section h2 { color: white; }
.prose-block--light p { color: rgba(255,255,255,.84); }

.supplement-story { background: var(--paper); }
.supplement-story:nth-child(even) { background: var(--cream); }
.supplement-story__layout { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(3rem, 8vw, 8rem); }
.supplement-story--reverse .supplement-story__visual { grid-column: 2; }
.supplement-story--reverse .supplement-story__copy { grid-column: 1; grid-row: 1; }
.supplement-story__visual { min-height: 440px; display: flex; align-items: flex-end; padding: 2rem; overflow: hidden; border-radius: 1rem; background: radial-gradient(circle at 30% 26%, rgba(255,255,255,.55), transparent 20%), linear-gradient(145deg, #e9d6b5, #88aaa4 62%, #173f49); box-shadow: 0 28px 70px rgba(9,43,53,.16); }
.supplement-story--cancer .supplement-story__visual { background: radial-gradient(circle at 72% 28%, rgba(255,235,191,.7), transparent 24%), linear-gradient(145deg, #527d6e, #d5a961 72%, #805d3f); }
.supplement-story--care .supplement-story__visual { background: radial-gradient(circle at 32% 28%, rgba(255,255,255,.64), transparent 24%), linear-gradient(145deg, #e6ded0, #7a9a96 66%, #24515a); }
.supplement-story__visual span { color: rgba(255,255,255,.83); font-family: var(--display); font-size: 7rem; line-height: .8; }
.supplement-story__copy > p:last-child { margin: 1.5rem 0 0; color: #536364; font-size: 1.06rem; }

.product-stat-section { padding-block: 2.2rem; background: var(--cream); }
.product-stat-grid { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: .9rem; background: var(--paper); }
.product-stat-grid > div { min-height: 120px; display: flex; flex-direction: column; justify-content: center; padding: 1.5rem 2rem; }
.product-stat-grid > div + div { border-left: 1px solid var(--line); }
.product-stat-grid strong { color: var(--gold-dark); font-family: var(--display); font-size: clamp(1.7rem, 3vw, 2.5rem); }
.product-stat-grid span { margin-top: .35rem; color: #61706f; font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.source-copy-section { background: var(--paper); }
.source-copy { max-width: 790px; }
.source-copy p { margin: 0 0 1.25rem; color: var(--navy-dark); font-size: 1.05rem; }

.glossary-intro { padding-block: 3rem; background: var(--cream); }
.glossary-jumps { position: sticky; top: 108px; z-index: 10; display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; padding: .9rem 1rem; border: 1px solid var(--line); border-radius: .65rem; background: rgba(255,255,255,.95); box-shadow: 0 8px 22px rgba(9,43,53,.07); }
.glossary-jumps span { color: var(--navy); font-weight: 850; }
.glossary-jumps a { color: var(--gold-dark); font-weight: 800; }
.glossary-groups > section { scroll-margin-top: 130px; }
.glossary-groups > section > h2 { margin-bottom: .7rem; }
.glossary-intro-copy { margin: 0 0 1.7rem; color: #536364; }
table.glossary-table { border-top: 0; }
table.glossary-table th:first-child { width: 12%; }
table.glossary-table th:nth-child(2) { width: 30%; }

.letter-section { background: var(--paper); }
.letter-copy { max-width: 840px; }
.letter-copy > p { margin: 0 0 1.35rem; color: #465757; font-size: 1.08rem; line-height: 1.8; }
.letter-copy blockquote { margin: 2.4rem 0; padding: 1rem 0 1rem 1.5rem; border-left: 4px solid var(--gold); color: var(--navy); font-family: var(--display); font-size: clamp(1.8rem, 3vw, 2.8rem); line-height: 1.28; }
.belief-section { background: var(--cream); }
.belief-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 3rem; }
.belief-grid article { padding: 2rem; border: 1px solid var(--line); border-radius: .8rem; background: var(--paper); }
.belief-grid h3 { margin: 0; color: var(--navy); font-family: var(--display); font-size: 1.65rem; }
.belief-grid p { margin: .75rem 0 0; color: #536364; }
.own-words-section { background: var(--teal); }
.own-words-layout blockquote { max-width: 980px; margin: 0; color: white; font-family: var(--display); font-size: clamp(2rem, 4vw, 4.2rem); line-height: 1.18; }
.signature { color: var(--navy) !important; font-family: var(--display); font-size: 1.35rem !important; font-style: italic; font-weight: 700; }
.signature-role { margin-top: -.8rem !important; color: #687575 !important; font-size: .78rem !important; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.contact-layout { grid-template-columns: 1.25fr .75fr; }
.contact-detail { display: grid; gap: 1.1rem; }
.contact-card h3 { margin: 0 0 .45rem; color: var(--navy); font-family: var(--display); font-size: 1.35rem; }
.contact-card p { margin: 0; color: #536364; overflow-wrap: anywhere; }
.contact-card a { color: var(--navy); font-weight: 800; }
.form-safety { margin-top: 0 !important; }

.scott-letter-section { background: var(--cream); }
.scott-letter { max-width: 820px; }
.scott-letter > p { margin: 0 0 1.4rem; color: #475858; font-size: 1.08rem; line-height: 1.8; }
.scott-layout .video-frame { max-width: 760px; }
.scott-cancer-section { background: var(--teal); color: rgba(255,255,255,.84); }
.scott-cancer-layout { display: grid; grid-template-columns: .82fr 1.18fr; align-items: start; gap: clamp(3rem, 8vw, 8rem); }
.scott-cancer-layout h2 { color: white; }
.scott-cancer-copy p { margin: 0 0 1.35rem; }
.scott-cancer-copy a { color: #ffe2aa; font-weight: 800; text-underline-offset: .2rem; }
.scott-source { color: rgba(255,255,255,.63); font-size: .72rem; }

@media (max-width: 920px) {
  .supplement-story__layout, .contact-layout, .scott-cancer-layout { grid-template-columns: 1fr; }
  .supplement-story--reverse .supplement-story__visual, .supplement-story--reverse .supplement-story__copy { grid-column: auto; grid-row: auto; }
  .supplement-story__visual { min-height: 340px; }
  .belief-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .media-preview-grid, .product-stat-grid { grid-template-columns: 1fr; }
  .product-stat-grid > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .comparison-wrap { margin-inline: -14px; border-radius: 0; }
  .media-placeholder { min-height: 160px; }
  .supplement-story__visual { min-height: 260px; }
  .supplement-story__visual span { font-size: 5rem; }
}

/* Shared navigation */
.desktop-nav .home-link { font-family: var(--display); font-size: 1.25rem; line-height: 1; }
.nav-cluster { position: relative; }
.nav-cluster > button { appearance: none; border: 0; padding: 0; background: transparent; color: var(--navy); font: inherit; font-size: .91rem; font-weight: 700; cursor: pointer; }
.nav-cluster > button span { margin-left: .2rem; color: var(--gold-dark); }
.nav-menu { position: absolute; left: 50%; top: calc(100% + 18px); width: 255px; padding: .7rem; opacity: 0; visibility: hidden; transform: translate(-50%, -6px); border: 1px solid var(--line); border-radius: .75rem; background: var(--paper); box-shadow: 0 22px 55px rgba(9,43,53,.18); transition: .18s ease; }
.nav-menu::before { content: ""; position: absolute; inset: -20px 0 auto; height: 20px; }
.nav-menu--small { width: 220px; }
.nav-menu a { display: block; padding: .67rem .75rem; border-radius: .45rem; }
.nav-menu a:hover { background: #f3ece0; }
.nav-cluster:hover .nav-menu, .nav-cluster:focus-within .nav-menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.menu-button { display: none; align-items: center; gap: .4rem; min-height: 42px; padding: .5rem .75rem; border: 1px solid var(--line); border-radius: .45rem; background: transparent; color: var(--navy); font: inherit; font-size: .84rem; font-weight: 800; cursor: pointer; }
.mobile-drawer { position: fixed; inset: 0; z-index: 80; visibility: hidden; pointer-events: none; }
.mobile-drawer[data-open="true"] { visibility: visible; pointer-events: auto; }
.drawer-veil { position: absolute; inset: 0; width: 100%; border: 0; opacity: 0; background: rgba(3,22,28,.66); transition: opacity .2s ease; }
.mobile-drawer[data-open="true"] .drawer-veil { opacity: 1; }
.drawer-panel { position: absolute; right: 0; top: 0; bottom: 0; width: min(430px, 91vw); padding: 1.2rem; overflow-y: auto; transform: translateX(105%); background: var(--paper); box-shadow: -30px 0 80px rgba(0,0,0,.2); transition: transform .24s ease; }
.mobile-drawer[data-open="true"] .drawer-panel { transform: translateX(0); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 1.2rem; border-bottom: 1px solid var(--line); }
.drawer-close { width: 43px; height: 43px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--navy); font-size: 1.8rem; line-height: 1; cursor: pointer; }
.drawer-panel nav { display: flex; flex-direction: column; padding: 1rem 0; }
.drawer-panel nav a { padding: .65rem .25rem; color: var(--navy); font-size: 1.05rem; font-weight: 800; text-decoration: none; }
.drawer-panel nav a[aria-current="page"] { color: var(--gold-dark); }
.drawer-panel nav a.sub { padding-left: 1.2rem; color: #536364; font-size: .9rem; font-weight: 700; }
.drawer-panel nav p { margin: 1.2rem .25rem .2rem; color: var(--gold-dark); font-size: .7rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.drawer-contact { display: grid; gap: .75rem; padding-top: 1.2rem; border-top: 1px solid var(--line); }
.drawer-contact a { color: var(--navy); font-weight: 800; }

/* Homepage cards and image */
.service-section { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 4rem; padding: 1px; background: var(--line); }
.service-grid--five { grid-template-columns: repeat(5, 1fr); }
.service-card { min-height: 340px; padding: 2rem 1.6rem; background: var(--paper); color: var(--ink); text-decoration: none; transition: background .18s ease, transform .18s ease; }
.service-card:hover { position: relative; z-index: 1; background: #f3ece0; transform: translateY(-5px); }
.service-card > span { color: var(--gold-dark); font-family: var(--display); font-size: .84rem; font-weight: 800; }
.service-card h3 { margin: 3.4rem 0 .85rem; color: var(--navy); font-family: var(--display); font-size: 1.75rem; line-height: 1.12; }
.service-card p { margin: 0; color: #536364; font-size: .9rem; }
.service-card b { display: inline-flex; align-items: center; gap: .4rem; margin-top: 1.5rem; color: var(--navy); font-size: .76rem; text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: .25rem; }
.service-card b svg { width: 18px; }
.book-photo { display: grid; place-items: center; }
.book-photo img, .book-display img { display: block; max-width: min(100%, 355px); transform: rotate(-2deg); border-radius: .3rem; box-shadow: 24px 30px 35px rgba(38,50,51,.22); }

/* True homepage */
.home-hero { position: relative; overflow: hidden; background: var(--navy-dark); color: rgba(255,255,255,.86); }
.home-hero::before { content: ""; position: absolute; width: 620px; height: 620px; left: -340px; bottom: -360px; border: 1px solid rgba(239,179,77,.18); border-radius: 50%; box-shadow: 0 0 0 90px rgba(239,179,77,.025), 0 0 0 180px rgba(239,179,77,.016); }
.home-hero__layout { position: relative; min-height: 700px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(3rem, 7vw, 7rem); padding-block: 5rem; }
.home-hero__copy h1 { margin: 0; color: white; font-family: var(--display); font-size: clamp(3.5rem, 6.5vw, 6.8rem); letter-spacing: -.05em; line-height: .94; text-wrap: balance; }
.home-hero__copy > p:not(.eyebrow) { max-width: 680px; margin: 1.6rem 0 0; font-size: clamp(1.05rem, 1.6vw, 1.25rem); }
.home-hero__actions { display: flex; align-items: center; gap: 1.4rem; margin-top: 2rem; }
.home-hero__actions .button { margin-top: 0; }
.home-hero__number { color: #ffd78d; font-family: var(--display); font-size: 1.45rem; font-weight: 800; text-underline-offset: .25rem; }
.home-portrait { margin: 0; padding: .65rem; border: 1px solid rgba(255,255,255,.22); border-radius: 1rem; background: rgba(255,255,255,.06); box-shadow: 0 35px 90px rgba(0,0,0,.3); }
.home-portrait img { display: block; width: 100%; aspect-ratio: 1 / 1; border-radius: .7rem; object-fit: cover; object-position: center top; }
.home-portrait--couple img { aspect-ratio: 16 / 10; object-position: 58% center; }
.home-portrait figcaption { display: flex; justify-content: space-between; gap: 1rem; padding: .8rem .45rem .15rem; }
.home-portrait figcaption strong { color: white; }
.home-portrait figcaption span { color: rgba(255,255,255,.58); font-size: .72rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.home-story { background: var(--cream); }
.home-story__layout, .home-difference__layout, .cancer-message__layout, .waiting-warning__layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.home-story__copy p, .home-difference__copy p { margin: 0 0 1.25rem; font-size: 1.05rem; }
.home-story__video { margin-top: 2rem; background: var(--navy-dark); }
.page-inline-video { margin-top: 2rem; background: var(--navy-dark); }
.home-difference { background: var(--teal); color: rgba(255,255,255,.84); }
.home-difference h2 { color: white; }
.about-portrait { max-width: 540px; margin: 0; }
.about-portrait img { aspect-ratio: 16 / 10; object-position: center; }

/* Cancer education */
.cancer-stat-section { background: var(--cream); }
.cancer-stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; padding: 1px; background: var(--line); }
.cancer-stat-grid article { min-height: 235px; padding: 2rem; background: var(--paper); }
.cancer-stat-grid strong { display: block; color: var(--gold-dark); font-family: var(--display); font-size: clamp(3rem, 5vw, 5rem); line-height: 1; }
.cancer-stat-grid p { margin: 1.2rem 0 0; color: var(--navy); font-weight: 750; line-height: 1.45; }
.cancer-message { background: var(--paper); }
.cancer-source-section { background: #f1e9dc; }
.cancer-source-card { max-width: 900px; padding: clamp(2rem, 5vw, 4rem); border-left: 5px solid var(--gold); background: var(--paper); box-shadow: 0 24px 60px rgba(38,50,51,.1); }
.cancer-source-card h2 { font-size: clamp(2.2rem, 4vw, 3.8rem); }
.cancer-source-card > p:not(.eyebrow) { color: #536364; }
.cancer-source-card a { color: var(--navy); font-weight: 850; text-decoration-color: var(--gold-dark); text-underline-offset: .25rem; }

/* Final expense */
.final-letter { background: var(--paper); }
.final-letter__copy { max-width: 900px; }
.final-letter__copy > p { margin: 0 0 1.35rem; color: #475858; font-size: 1.08rem; line-height: 1.8; }
.waiting-warning { background: var(--navy-dark); color: rgba(255,255,255,.82); }
.waiting-warning h2 { color: white; }
.waiting-warning__layout > div:last-child > p { margin: 0; }
.waiting-warning__layout strong { display: block; margin-top: 1.6rem; padding: 1.4rem 1.5rem; border-left: 4px solid var(--gold); background: rgba(255,255,255,.07); color: white; font-family: var(--display); font-size: clamp(1.35rem, 2.3vw, 2rem); line-height: 1.4; }
.waiting-warning__layout small { display: block; margin-top: 1rem; color: rgba(255,255,255,.6); }
.final-types { background: var(--cream); }
.final-type-stack { display: grid; gap: 1.4rem; margin-top: 4rem; }
.final-type-stack > article { position: relative; padding: clamp(2rem, 4vw, 3.4rem); border: 1px solid var(--line); border-radius: 1rem; background: var(--paper); }
.final-type-stack > article > span { color: var(--gold-dark); font-family: var(--display); font-size: .9rem; font-weight: 800; }
.final-type-stack h3 { margin: .8rem 0 .65rem; color: var(--navy); font-family: var(--display); font-size: clamp(2rem, 3vw, 3.1rem); }
.type-intro { max-width: 850px; color: #536364; }
.final-type-stack dl { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 2rem 0 0; background: var(--line); }
.final-type-stack dl > div { padding: 1.5rem; background: var(--cream); }
.final-type-stack dt { color: var(--navy); font-family: var(--display); font-size: 1.25rem; font-weight: 800; }
.final-type-stack dd { margin: .55rem 0 0; color: #576565; font-size: .9rem; }

/* Interior page framework */
.page-hero { position: relative; min-height: 530px; overflow: hidden; display: flex; align-items: center; isolation: isolate; background: var(--navy-dark); color: white; }
.page-hero--compact { min-height: 470px; }
.page-hero__photo, .page-hero__shade { position: absolute; inset: 0; }
.page-hero__photo { z-index: -3; background: var(--page-image) 60% center / cover no-repeat; }
.page-hero__shade { z-index: -2; background: radial-gradient(circle at 22% 35%, rgba(47,106,105,.45), transparent 46%), linear-gradient(90deg, rgba(7,35,44,.97) 0%, rgba(7,35,44,.92) 43%, rgba(7,35,44,.36) 68%, rgba(7,35,44,.08)); }
.page-hero:not(.page-hero--image)::before { content: ""; position: absolute; z-index: -1; width: 520px; height: 520px; right: -180px; top: -300px; border: 1px solid rgba(239,179,77,.22); border-radius: 50%; box-shadow: 0 0 0 90px rgba(239,179,77,.025), 0 0 0 180px rgba(239,179,77,.018); }
.page-hero__inner { padding-block: 5.5rem; }
.page-hero__copy { max-width: 790px; }
.page-hero__copy h1 { margin: 0; max-width: 820px; font-family: var(--display); font-size: clamp(3.2rem, 6.2vw, 6.4rem); letter-spacing: -.045em; line-height: .98; text-wrap: balance; }
.page-hero__lede { max-width: 700px; margin: 1.5rem 0 0; color: rgba(255,255,255,.83); font-size: clamp(1.08rem, 1.7vw, 1.25rem); }
.page-hero--image .page-hero__copy { max-width: 670px; }
.section-heading { max-width: 590px; }
.section-heading.narrow { max-width: 820px; }
.section-heading > p:not(.eyebrow) { margin: 1.3rem 0 0; color: #536364; }
.prose-block { max-width: 680px; }
.prose-block p { margin: 0 0 1rem; color: #536364; }
.prose-block--large p { font-size: 1.04rem; }
.prose-block h2 { margin-bottom: 1.6rem; }
.source-note { margin: 1.4rem 0 0; color: #647171; font-size: .72rem; }

/* About */
.about-video-hero { position: relative; overflow: hidden; padding-block: clamp(4.5rem, 9vw, 8rem); background: var(--navy-dark); color: rgba(255,255,255,.86); }
.about-video-hero::before { content: ""; position: absolute; width: 520px; height: 520px; right: -240px; top: -250px; border: 1px solid rgba(239,179,77,.15); border-radius: 50%; box-shadow: 0 0 0 90px rgba(239,179,77,.025), 0 0 0 180px rgba(239,179,77,.016); }
.about-video-hero__layout { position: relative; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: clamp(3rem, 7vw, 7rem); }
.about-video-hero__copy h1 { margin: 0; color: white; font-family: var(--display); font-size: clamp(3rem, 5.4vw, 5.6rem); letter-spacing: -.045em; line-height: .98; text-wrap: balance; }
.about-video-hero__copy > p:last-child { max-width: 620px; margin: 1.5rem 0 0; font-size: clamp(1.02rem, 1.5vw, 1.18rem); }
.about-video-hero__video { width: 100%; }
.portrait-section { background: var(--paper); }
.portrait-layout { display: grid; grid-template-columns: minmax(300px, .78fr) 1.22fr; align-items: center; gap: clamp(3rem, 8vw, 8rem); }
.portrait-frame { margin: 0; padding: .65rem; border: 1px solid var(--line); border-radius: .9rem; background: #eee7df; box-shadow: 0 32px 70px rgba(38,50,51,.15); }
.portrait-frame img { display: block; width: 100%; aspect-ratio: 1 / 1; border-radius: .55rem; object-fit: cover; object-position: center top; }
.portrait-frame figcaption { display: flex; justify-content: space-between; gap: 1rem; padding: .8rem .35rem .15rem; color: var(--navy); font-size: .75rem; }
.portrait-frame figcaption span { color: #667171; font-weight: 700; }
.chapter-section { background: var(--cream); }
.chapter-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin: 4rem 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.chapter-grid li { padding: 2.4rem 2rem 2.4rem 0; }
.chapter-grid li + li { padding-left: 2rem; border-left: 1px solid var(--line); }
.chapter-grid span, .benefit-grid span, .use-grid span { color: var(--gold-dark); font-family: var(--display); font-size: .8rem; font-weight: 800; }
.chapter-grid h3, .benefit-grid h3, .use-grid h3, .adjacent-grid h3 { margin: 1.8rem 0 .7rem; color: var(--navy); font-family: var(--display); font-size: 1.65rem; line-height: 1.18; }
.chapter-grid p, .benefit-grid p, .use-grid p, .adjacent-grid p { margin: 0; color: #576565; font-size: .9rem; }
.values-section { background: var(--teal); color: rgba(255,255,255,.8); }
.values-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); }
.values-layout h2 { color: white; }
.value-list { border-top: 1px solid rgba(255,255,255,.25); }
.value-list > div { padding: 1.6rem 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.value-list strong { color: white; font-family: var(--display); font-size: 1.45rem; }
.value-list p { margin: .45rem 0 0; }

/* Medicare and Medigap */
.road-section, .definition-section, .benefits-section, .use-section, .glossary-section, .contact-section, .legal-page, .scott-section { background: var(--paper); }
.road-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; margin-top: 3.5rem; }
.road-card { padding: clamp(2rem, 4vw, 3.5rem); border: 1px solid var(--line); border-radius: 1rem; background: var(--cream); }
.road-card--accent { background: var(--navy); color: rgba(255,255,255,.8); }
.road-card > span, .mini-road-grid span { color: var(--gold-dark); font-size: .7rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.road-card--accent > span { color: #ffd78d; }
.road-card h3, .mini-road-grid h3 { margin: 1rem 0; color: var(--navy); font-family: var(--display); font-size: clamp(2rem, 3vw, 3rem); line-height: 1.05; }
.road-card--accent h3 { color: white; }
.road-card ul, .timing-section ul, .checklist-card ul { margin: 1.4rem 0 0; padding-left: 1.15rem; }
.road-card li, .timing-section li, .checklist-card li { margin: .6rem 0; }
.parts-section, .adjacent-section, .faq-section, .campaign-questions { background: var(--cream); }
.parts-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 4rem; padding: 1px; background: var(--line); }
.parts-grid article { min-height: 300px; padding: 1.7rem; background: var(--paper); }
.parts-grid span { display: grid; width: 55px; height: 55px; place-items: center; border-radius: 50%; background: var(--navy); color: #ffd78d; font-family: var(--display); font-size: 1.15rem; font-weight: 800; }
.parts-grid h3 { margin: 2.1rem 0 .7rem; color: var(--navy); font-family: var(--display); font-size: 1.35rem; }
.parts-grid p { margin: 0; color: #576565; font-size: .86rem; }
.timing-section { background: var(--teal); color: rgba(255,255,255,.82); }
.timing-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.timing-layout h2 { color: white; }
.timing-layout > div > p:last-child { font-size: 1.05rem; }
.timing-layout aside { padding: 2rem; border: 1px solid rgba(255,255,255,.24); border-radius: .8rem; background: rgba(255,255,255,.06); }
.timing-layout aside h3 { margin: 0; color: white; font-family: var(--display); font-size: 1.5rem; }
.timing-layout aside a { color: #ffd78d; font-weight: 800; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(3rem, 8vw, 8rem); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 1.35rem 2.5rem 1.35rem 0; color: var(--navy); font-family: var(--display); font-size: 1.32rem; font-weight: 700; cursor: pointer; }
.faq-list details p { margin: -.4rem 2rem 1.6rem 0; color: #576565; }
.definition-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.compare-band, .policy-section, .two-roads-summary { background: var(--navy-dark); color: rgba(255,255,255,.8); }
.compare-band h2, .policy-section h2, .two-roads-summary h2 { color: white; }
.coverage-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 1.2rem; align-items: center; margin-top: 3.5rem; }
.coverage-flow > div { min-height: 230px; padding: 1.7rem; border: 1px solid rgba(255,255,255,.2); border-radius: .75rem; background: rgba(255,255,255,.045); }
.coverage-flow > b { color: var(--gold); font-size: 2rem; }
.coverage-flow span { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: #ffd78d; font-family: var(--display); }
.coverage-flow strong { display: block; margin-top: 1.6rem; color: white; font-family: var(--display); font-size: 1.4rem; }
.coverage-flow p { margin: .5rem 0 0; font-size: .88rem; }
.benefit-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(3rem, 7vw, 7rem); }
.benefit-grid, .use-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); }
.benefit-grid article, .use-grid article { min-height: 245px; padding: 1.7rem; background: var(--paper); }
.timing-card-section { background: var(--cream); }
.timing-card { padding: clamp(2rem, 5vw, 4.5rem); border-radius: 1.1rem; background: var(--teal); color: rgba(255,255,255,.82); box-shadow: 0 30px 70px rgba(47,106,105,.18); }
.timing-card h2 { color: white; }
.timing-card > div { max-width: 850px; }
.timing-card .button { width: auto; }
.adjacent-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 3.5rem; }
.adjacent-grid article { padding: 1.6rem; border: 1px solid var(--line); border-radius: .75rem; background: var(--paper); }
.adjacent-grid h3 { margin-top: 0; }

/* Final expense, benefits and glossary */
.use-grid { margin-top: 3.5rem; }
.policy-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); }
.policy-layout ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); counter-reset: policy; }
.policy-layout li { padding: 1.4rem 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.policy-layout strong { color: white; font-family: var(--display); font-size: 1.3rem; }
.policy-layout p { margin: .4rem 0 0; }
.step-list--four { grid-template-columns: repeat(4, 1fr); }
.step-list--four::before { right: calc(25% - 35px); }
.checklist-card { padding: 2rem 2.2rem; border: 1px solid var(--line); border-radius: .8rem; background: var(--paper); }
.checklist-card p { margin: 1.5rem 0 0; color: var(--navy); font-weight: 800; }
.glossary-groups { display: grid; gap: 5rem; }
.glossary-groups > section > h2 { margin-bottom: 2rem; font-size: clamp(2.2rem, 3vw, 3.3rem); }
.glossary-table { border-top: 1px solid var(--line); }
.glossary-table article { display: grid; grid-template-columns: 100px 1fr; gap: 2rem; padding: 1.3rem 0; border-bottom: 1px solid var(--line); }
.glossary-table article > strong { color: var(--gold-dark); font-family: var(--display); font-size: 1.35rem; }
.glossary-table h3 { margin: 0; color: var(--navy); font-family: var(--display); font-size: 1.25rem; }
.glossary-table p { margin: .25rem 0 0; color: #576565; }
.source-bar { padding-block: 1.3rem; background: var(--gold); color: var(--navy-dark); }
.source-bar p { margin: 0; font-size: .84rem; font-weight: 700; }

/* Scott, contact, forms and privacy */
.scott-layout { display: grid; grid-template-columns: .68fr 1.32fr; align-items: center; gap: clamp(3rem, 8vw, 8rem); }
.book-display { margin: 0; display: grid; place-items: center; }
.scott-video-section { background: var(--navy-dark); color: rgba(255,255,255,.8); }
.scott-video-section h2 { color: white; }
.contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 1.4rem; align-items: start; }
.contact-card, .form-card { padding: clamp(1.6rem, 4vw, 3rem); border: 1px solid var(--line); border-radius: 1rem; background: var(--cream); }
.contact-card h2, .form-card h2 { font-size: clamp(2rem, 3vw, 3.2rem); }
.contact-method { display: flex; flex-direction: column; margin-top: 1.7rem; padding: 1.1rem 0; border-top: 1px solid var(--line); text-decoration: none; }
.contact-method span { color: var(--gold-dark); font-size: .68rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.contact-method strong { margin-top: .25rem; color: var(--navy); overflow-wrap: anywhere; }
.service-area { margin-top: 1.7rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.service-area > strong { color: var(--navy); font-family: var(--display); font-size: 1.3rem; }
.service-area p { color: #536364; }
.service-area small { display: block; color: #6d7676; font-size: .7rem; }
.form-card > p { margin: .6rem 0 1.6rem; color: #657171; font-size: .78rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-grid label { display: grid; gap: .4rem; }
.form-grid label.full { grid-column: 1 / -1; }
.form-grid label > span { color: var(--navy); font-size: .76rem; font-weight: 800; }
.form-grid label em { color: #758080; font-style: normal; font-weight: 500; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; min-height: 48px; padding: .72rem .8rem; border: 1px solid rgba(17,59,73,.25); border-radius: .42rem; background: white; color: var(--ink); font: inherit; font-size: .92rem; }
.form-grid textarea { resize: vertical; }
.honeypot { position: absolute !important; left: -9999px !important; }
.form-consent { margin: 1rem 0 0; color: #667171; font-size: .68rem; line-height: 1.5; }
.form-actions { display: flex; align-items: center; gap: 1.2rem; margin-top: 1.3rem; }
.form-actions .button { width: auto; margin: 0; border: 0; cursor: pointer; }
.form-actions > span { font-size: .75rem; }
.form-actions > span a { color: var(--navy); font-weight: 800; }
.form-status { min-height: 1.3rem; margin: 1rem 0 0; color: #3c6b4b; font-size: .8rem; font-weight: 700; }
.form-status[data-state="error"] { color: #8b2b20; }
.legal-copy { max-width: 850px; }
.legal-copy .effective-date { padding: .75rem 1rem; border-left: 3px solid var(--gold); background: var(--cream); color: var(--gold-dark); font-size: .76rem; font-weight: 800; }
.legal-copy h2 { margin-top: 3rem; font-size: clamp(1.8rem, 2.6vw, 2.5rem); }
.legal-copy p { color: #536364; }

/* Turning-65 campaign */
.campaign-hero { position: relative; min-height: 740px; overflow: hidden; display: flex; isolation: isolate; background: var(--navy-dark); }
.campaign-hero__image, .campaign-hero__shade { position: absolute; inset: 0; }
.campaign-hero__image { z-index: -3; background: url('media/t65-hero.png') 56% center / cover no-repeat; }
.campaign-hero__shade { z-index: -2; background: linear-gradient(90deg, rgba(7,35,44,.96), rgba(7,35,44,.88) 42%, rgba(7,35,44,.3) 66%, rgba(7,35,44,.03)); }
.campaign-hero__inner { display: flex; align-items: center; padding-block: 5rem; }
.campaign-hero__copy { max-width: 690px; color: white; }
.campaign-hero h1 { margin: 0; font-family: var(--display); font-size: clamp(3.8rem, 7vw, 7.1rem); letter-spacing: -.05em; line-height: .92; text-wrap: balance; }
.campaign-hero__copy > p:not(.trust-chip) { margin: 1.5rem 0 0; max-width: 630px; color: rgba(255,255,255,.88); font-size: 1.14rem; }
.campaign-hero__copy small { display: block; margin-top: .7rem; color: rgba(255,255,255,.67); }
.campaign-trust { padding-block: 1.1rem; border-bottom: 1px solid var(--line); background: var(--paper); }
.campaign-trust .shell { display: flex; justify-content: center; gap: 1.2rem; color: var(--navy); font-size: .8rem; letter-spacing: .04em; text-transform: uppercase; }
.campaign-trust span { color: var(--gold-dark); }
.campaign-questions .question-layout { margin-top: 0; }
.campaign-questions .question-list { margin-top: 2.5rem; }
.mini-road-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; margin-top: 3rem; }
.mini-road-grid article { padding: 2rem; border: 1px solid rgba(255,255,255,.18); border-radius: .8rem; background: rgba(255,255,255,.045); }
.mini-road-grid span { color: #ffd78d; }
.mini-road-grid h3 { color: white; }
.mini-road-grid p { color: rgba(255,255,255,.76); }
.plain-link { display: inline-block; margin-top: 2rem; color: #ffd78d; font-weight: 800; }
.campaign-form-section { background: var(--paper); }
.campaign-form-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem, 7vw, 7rem); align-items: start; }
.campaign-form-layout > div:first-child > p:not(.eyebrow) { color: #536364; }
.callout-number { display: flex; flex-direction: column; margin-top: 2rem; }
.callout-number span { color: var(--gold-dark); font-size: .7rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.callout-number a { color: var(--navy); font-family: var(--display); font-size: 2rem; font-weight: 800; }

@media (max-width: 1080px) {
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .parts-grid { grid-template-columns: repeat(2, 1fr); }
  .step-list--four { grid-template-columns: repeat(2, 1fr); gap: 3rem 0; }
  .step-list--four::before { display: none; }
}

@media (max-width: 1220px) and (min-width: 1081px) {
  .header-call { display: none; }
  .desktop-nav { gap: 1rem; }
}

@media (max-width: 920px) {
  .desktop-nav, .header-call { display: none; }
  .menu-button { display: inline-flex; }
  .about-video-hero__layout, .portrait-layout, .values-layout, .definition-layout, .timing-layout, .benefit-layout, .policy-layout, .scott-layout, .contact-layout, .campaign-form-layout, .home-hero__layout, .home-story__layout, .home-difference__layout, .cancer-message__layout, .waiting-warning__layout { grid-template-columns: 1fr; }
  .home-hero__layout { padding-block: 4.5rem; }
  .home-portrait { max-width: 560px; }
  .cancer-stat-grid { grid-template-columns: repeat(2, 1fr); }
  .portrait-frame { max-width: 560px; }
  .chapter-grid { grid-template-columns: 1fr; }
  .chapter-grid li, .chapter-grid li + li { padding: 1.8rem 0; border-left: 0; border-top: 1px solid var(--line); }
  .chapter-grid li:first-child { border-top: 0; }
  .road-grid, .faq-layout { grid-template-columns: 1fr; }
  .coverage-flow { grid-template-columns: 1fr; }
  .coverage-flow > b { transform: rotate(90deg); justify-self: center; }
  .coverage-flow > div { min-height: auto; }
  .adjacent-grid { grid-template-columns: 1fr; }
  .book-display { grid-row: 2; }
  .campaign-hero__image { background-position: 64% center; }
}

@media (max-width: 620px) {
  .menu-button { padding-inline: .65rem; }
  .page-hero, .page-hero--compact { min-height: 520px; }
  .page-hero--image { min-height: 650px; align-items: flex-end; }
  .page-hero__photo { background-position: 67% top; }
  .page-hero__shade { background: linear-gradient(0deg, rgba(7,35,44,.98) 0%, rgba(7,35,44,.9) 49%, rgba(7,35,44,.1) 78%); }
  .page-hero__inner { padding-block: 4rem; }
  .page-hero__copy h1 { font-size: clamp(3rem, 14vw, 4.4rem); }
  .service-grid, .parts-grid, .benefit-grid, .use-grid, .mini-road-grid { grid-template-columns: 1fr; }
  .home-hero__layout { min-height: auto; padding-block: 3.5rem; }
  .home-hero__copy h1 { font-size: clamp(3.1rem, 15vw, 4.6rem); }
  .home-hero__actions { align-items: stretch; flex-direction: column; }
  .home-hero__number { text-align: center; }
  .home-portrait figcaption { flex-direction: column; gap: .15rem; }
  .cancer-stat-grid { grid-template-columns: 1fr; }
  .cancer-stat-grid article { min-height: 190px; }
  .final-type-stack dl { grid-template-columns: 1fr; }
  .service-card { min-height: 290px; }
  .chapter-grid { margin-top: 2.7rem; }
  .portrait-frame figcaption { flex-direction: column; gap: .1rem; }
  .step-list--four { grid-template-columns: 1fr; }
  .glossary-table article { grid-template-columns: 72px 1fr; gap: 1rem; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid label.full { grid-column: auto; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .form-actions .button { width: 100%; }
  .campaign-hero { min-height: 760px; align-items: flex-end; }
  .campaign-hero__image { background-position: 66% top; }
  .campaign-hero__shade { background: linear-gradient(0deg, rgba(7,35,44,.99) 0%, rgba(7,35,44,.93) 55%, rgba(7,35,44,.18) 83%); }
  .campaign-hero__inner { align-items: flex-end; padding-block: 3rem; }
  .campaign-hero h1 { font-size: clamp(3.2rem, 15vw, 4.7rem); }
  .campaign-trust .shell { align-items: center; flex-direction: column; gap: .2rem; text-align: center; }
  .campaign-trust span { display: none; }
}

/* Final source-page overrides */
.contact-layout { grid-template-columns: 1.25fr .75fr; }
.glossary-groups > section > h2 { margin-bottom: .7rem; }

@media (max-width: 920px) {
  .contact-layout { grid-template-columns: 1fr; }
}

/* ===== SafeFare global nav consistency ===== */
.desktop-nav a[aria-current="page"], .mobile-drawer a[aria-current="page"]{color:var(--gold-dark);font-weight:800}
.desktop-nav a[aria-current="page"]::after{display:none}
