/* Corrected V6: verified GitHub upload stylesheet. */
/* Christ First CEO, The One-Offer Kit
   Palette drawn from the brand photography:
   ivory #FBF6EE, sand #F3E8D8, blush #F6D9C8, ink #14222B,
   sea #0C5E65, deep sea #0A3B44, gold #C8912F, lit gold #E4B357 */

/* ---------- Fonts (self-hosted) ---------- */
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('assets/fonts/CormorantGaramond.woff2') format('woff2');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('assets/fonts/CormorantGaramond-Italic.woff2') format('woff2');
  font-weight: 300 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('assets/fonts/Jost.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Parisienne';
  src: url('assets/fonts/Parisienne.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ---------- Tokens ---------- */
:root {
  --ivory: #FBF6EE;
  --sand: #F3E8D8;
  --blush: #F6D9C8;
  --ink: #14222B;
  --ink-soft: #3C4C55;
  --sea: #0C5E65;
  --sea-deep: #0A3B44;
  --mist: #A7C4C4;
  --gold: #C8912F;
  --gold-hi: #E4B357;
  --hairline: rgba(20, 34, 43, 0.16);
  --display: 'Cormorant Garamond', Georgia, serif;
  --utility: 'Jost', 'Avenir Next', sans-serif;
  --script: 'Parisienne', cursive;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--utility);
  font-weight: 400;
  color: var(--ink);
  background: var(--ivory);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.locked { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

/* Keep headings balanced and paragraphs from leaving lone words behind. */
h1, h2, h3, blockquote, .lead, .kicker, .price, .delivery, figcaption {
  text-wrap: balance;
}
p, li, dd, small, summary {
  text-wrap: pretty;
}

.wrap { max-width: 1180px; margin: 0 auto; padding: 0 6vw; }

/* ---------- Shared type ---------- */
.kicker {
  font-family: var(--utility);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
}
.display {
  font-family: var(--display);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: 0.005em;
}
h2.display { font-size: clamp(34px, 4.4vw, 56px); margin-top: 18px; }
h2.display em { font-style: italic; }

.btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-block;
  font-family: var(--utility);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 18px 36px;
  border-radius: 2px;
  background: linear-gradient(135deg, var(--gold), var(--gold-hi));
  color: #17242B;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  animation: ctaLift 5.2s cubic-bezier(.22,.8,.24,1) infinite;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(200, 145, 47, 0.35); }
.btn::after, .nav-cta::after {
  content: '';
  position: absolute;
  inset: -45% auto -45% -35%;
  z-index: -1;
  width: 24%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.5), transparent);
  transform: skewX(-18deg);
  animation: buttonGleam 5.2s ease-in-out infinite;
}
.btn-light { background: var(--ivory); color: var(--ink); }
.btn-light:hover { box-shadow: 0 14px 34px rgba(9, 20, 28, 0.35); }
.hero .btn { animation-delay: .75s; }
.hero .btn::after { animation-delay: .75s; }
.buy-card .btn { animation-delay: 1.5s; }
.buy-card .btn::after { animation-delay: 1.5s; }
@keyframes ctaLift {
  0%, 76%, 100% { translate: 0 0; }
  82% { translate: 0 -6px; }
  87% { translate: 0 0; }
  91% { translate: 0 -3px; }
}
@keyframes buttonGleam {
  0%, 70% { left: -35%; opacity: 0; }
  74% { opacity: 1; }
  88%, 100% { left: 118%; opacity: 0; }
}

/* ---------- Reveals ---------- */
.reveal { opacity: 0; transform: translateY(30px) scale(.985); filter: blur(3px); transition: opacity .9s ease, transform .9s cubic-bezier(.2,.7,.2,1), filter .9s ease; }
.reveal.in { opacity: 1; transform: none; filter: none; }
.inside-rows .reveal:nth-child(2n), .metrics .reveal:nth-child(2n), .fit-grid .reveal:nth-child(2n) { transition-delay: .08s; }

/* ---------- Coastal hero film ---------- */
#ocean {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.96) brightness(1.04);
  z-index: 0;
}


.sound-toggle {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 55;
  font-family: var(--utility);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ivory);
  background: rgba(10, 22, 30, 0.42);
  border: 1px solid rgba(251, 246, 238, 0.32);
  border-radius: 999px;
  padding: 10px 18px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s ease;
  backdrop-filter: blur(6px);
}
.sound-toggle.show { opacity: 1; pointer-events: auto; }

/* ---------- Site shell ---------- */
.site { position: relative; z-index: 1; }

.chrome {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
}
.topbar {
  background: var(--sea-deep);
  color: rgba(251, 246, 238, 0.92);
  text-align: center;
  font-size: 11.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  height: 38px;
  line-height: 38px;
  padding: 0 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0;
  transition: opacity 1.2s ease 0.3s, margin-top 0.45s ease;
}
.topbar.tucked { margin-top: -38px; }
.topbar b { color: var(--gold-hi); font-weight: 600; }
body.open .topbar { opacity: 1; }

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 4vw;
  color: var(--ivory);
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 1.2s ease 0.5s, transform 1.2s ease 0.5s, background 0.4s ease, color 0.4s ease, box-shadow 0.4s ease;
}
body.open .nav { opacity: 1; transform: none; }
.nav .brand, .nav-links a { text-shadow: 0 1px 14px rgba(9, 18, 26, 0.45); }
.nav.solid .brand, .nav.solid .nav-links a { text-shadow: none; }
.nav .brand {
  font-family: var(--display);
  font-weight: 600;
  font-size: 19px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
}
.nav-links { display: flex; gap: 34px; }
.nav-links a {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 0.88;
  transition: opacity 0.25s ease;
}
.nav-links a:hover { opacity: 1; }
.nav-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  background: linear-gradient(135deg, var(--gold), var(--gold-hi));
  color: #17242B;
  padding: 13px 25px;
  border-radius: 2px;
  white-space: nowrap;
  transition: filter 0.25s ease, transform 0.25s ease;
  animation: ctaLift 5.2s cubic-bezier(.22,.8,.24,1) 2.15s infinite;
}
.nav-cta::after { animation-delay: 2.15s; }
.nav-cta:hover { filter: brightness(1.07); transform: translateY(-1px); }
.nav.solid {
  background: rgba(251, 246, 238, 0.94);
  color: var(--ink);
  box-shadow: 0 1px 0 var(--hairline);
  backdrop-filter: blur(10px);
}


/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #c8dfe0 url('assets/img/hero-sunrise-waves.jpg') center 56% / cover no-repeat;
  color: var(--ivory);
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(94deg, rgba(9, 18, 26, 0.44) 0%, rgba(9, 18, 26, 0.10) 46%, rgba(9, 18, 26, 0) 62%),
    linear-gradient(to top, rgba(9, 18, 26, 0.34), rgba(9, 18, 26, 0) 26%);
  z-index: 1;
  pointer-events: none;
}
.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 150px 6vw 90px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease .15s, transform 1s ease .15s;
}
body.dawn .hero-inner { opacity: 1; transform: none; }
.hero .kicker { color: var(--gold-hi); text-shadow: 0 1px 14px rgba(9, 18, 26, 0.5); }
.hero h1 {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(46px, 7vw, 92px);
  line-height: 1.02;
  margin-top: 22px;
  text-shadow: 0 2px 30px rgba(9, 18, 26, 0.45);
}
.hero h1 span { display: block; }
.hero h1 .l2 { font-style: italic; color: var(--gold-hi); }
.hero h1 .l3, .hero h1 .l3b, .hero h1 .l4 { color: var(--ivory); }
.hero-sub {
  margin-top: 26px;
  max-width: 46ch;
  font-size: clamp(16px, 1.6vw, 19px);
  font-weight: 300;
  letter-spacing: 0.02em;
  color: rgba(251, 246, 238, 0.94);
  text-shadow: 0 1px 16px rgba(9, 18, 26, 0.5);
}
.price-row { display: flex; align-items: center; gap: 26px; margin-top: 38px; flex-wrap: wrap; }
.price {
  font-family: var(--display);
  font-style: italic;
  font-size: 21px;
  color: rgba(251, 246, 238, 0.95);
  text-shadow: 0 1px 14px rgba(9, 18, 26, 0.5);
}
.hero .micro {
  margin-top: 22px;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(251, 246, 238, 0.72);
}
.scroll-cue {
  opacity: 0;
  transition: opacity 1.2s ease 0.5s;
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  font-size: 10px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: rgba(251, 246, 238, 0.75);
  padding-bottom: 34px;
}
.scroll-cue::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 26px;
  background: linear-gradient(to bottom, rgba(251, 246, 238, 0.85), rgba(251, 246, 238, 0));
  animation: cueDrop 2.2s ease-in-out infinite;
}
body.dawn .scroll-cue { opacity: 1; }
@keyframes cueDrop {
  0% { transform: scaleY(0); transform-origin: top; opacity: 0; }
  35% { transform: scaleY(1); opacity: 1; }
  100% { transform: scaleY(1) translateY(10px); opacity: 0; }
}

@keyframes heroLineIn {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}
.hero-copy > .kicker,
.hero h1 > span,
.hero-copy > .hero-sub,
.hero-copy > .hero-method-line,
.hero-copy > .hero-faith-line,
.hero-copy > .price-row,
.hero-copy > .micro,
.hero-copy > .hero-plain-explainer,
.hero-copy > .hero-offer-definition { opacity: 0; }
body.dawn .hero-copy > .kicker,
body.dawn .hero h1 > span,
body.dawn .hero-copy > .hero-sub,
body.dawn .hero-copy > .hero-method-line,
body.dawn .hero-copy > .hero-faith-line,
body.dawn .hero-copy > .price-row,
body.dawn .hero-copy > .micro,
body.dawn .hero-copy > .hero-plain-explainer,
body.dawn .hero-copy > .hero-offer-definition { animation: heroLineIn .75s cubic-bezier(.2,.7,.2,1) forwards; }
body.dawn .hero-copy > .kicker { animation-delay: .15s; }
body.dawn .hero h1 > .l1 { animation-delay: .25s; }
body.dawn .hero h1 > .l2 { animation-delay: .35s; }
body.dawn .hero h1 > .l3 { animation-delay: .45s; }
body.dawn .hero h1 > .l3b { animation-delay: .49s; }
body.dawn .hero h1 > .l4 { animation-delay: .53s; }
body.dawn .hero-copy > .hero-sub { animation-delay: .62s; }
body.dawn .hero-copy > .hero-method-line { animation-delay: .68s; }
body.dawn .hero-copy > .hero-faith-line { animation-delay: .74s; }
body.dawn .hero-copy > .price-row { animation-delay: .8s; }
body.dawn .hero-copy > .micro { animation-delay: .88s; }
body.dawn .hero-copy > .hero-plain-explainer { animation-delay: .91s; }
body.dawn .hero-copy > .hero-offer-definition { animation-delay: .94s; }
body.dawn .hero-copy > .hero-integrity { animation-delay: .97s; }

/* ---------- Everything below the hero sits on solid ground ---------- */
.pagebody { position: relative; background: var(--ivory); }

/* ---------- Marquee ---------- */
.marquee { overflow: hidden; padding: 60px 0 64px; border-bottom: 1px solid var(--hairline); }
.mq-track { display: flex; gap: 18px; width: max-content; animation: mq 52s linear infinite; }
.mq-track img {
  width: clamp(210px, 22vw, 320px);
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 3px;
}
@keyframes mq { to { transform: translateX(-50%); } }

/* ---------- Problem ---------- */
.problem { padding: 130px 0 120px; }
.problem-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.9fr;
  gap: clamp(48px, 6vw, 96px);
  align-items: center;
}
.problem .lead {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(26px, 2.9vw, 38px);
  line-height: 1.28;
  margin-top: 20px;
}
.problem .support {
  margin-top: 24px;
  font-size: 17px;
  font-weight: 300;
  color: var(--ink-soft);
  max-width: 52ch;
}
.arch {
  width: 100%;
  max-width: 440px;
  justify-self: end;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 999px 999px 3px 3px;
}

/* ---------- What is inside ---------- */
.inside { background: var(--sand); padding: 130px 0 140px; }
.section-head { max-width: 720px; }
.section-head.center { margin: 0 auto; text-align: center; }
.inside-rows { margin-top: 70px; border-top: 1px solid var(--hairline); }
.row {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 26px;
  padding: 40px 0;
  border-bottom: 1px solid var(--hairline);
  align-items: baseline;
}
.row .num {
  font-family: var(--display);
  font-style: italic;
  font-weight: 500;
  font-size: 42px;
  color: var(--gold);
  line-height: 1;
}
.row h3 {
  font-family: var(--utility);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.row p { margin-top: 10px; font-size: 17px; font-weight: 300; color: var(--ink-soft); max-width: 64ch; }

/* ---------- Scripture photo band ---------- */
.scripture {
  position: relative;
  min-height: 74vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image:
    linear-gradient(rgba(16, 27, 35, 0.38), rgba(16, 27, 35, 0.52)),
    url('assets/img/fallback-ocean.webp');
  background-size: cover;
  background-position: center;
  color: var(--ivory);
  padding: 140px 6vw;
}
.scripture .kicker { color: var(--gold-hi); }
.scripture blockquote {
  font-family: var(--display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(27px, 3.6vw, 46px);
  line-height: 1.32;
  max-width: 27ch;
  margin: 26px auto 0;
}
.attribution {
  display: block;
  margin-top: 26px;
  font-family: var(--utility);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--mist);
}

/* ---------- Proof ---------- */
.proof {
  background: linear-gradient(165deg, #0C4B55 0%, var(--sea-deep) 70%, #08303A 100%);
  color: var(--ivory);
  padding: 140px 0;
}
.proof .kicker { color: var(--gold-hi); }
.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 44px 32px;
  margin-top: 78px;
  text-align: center;
}
.metric .val {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(44px, 4.6vw, 66px);
  line-height: 1;
}
.metric.gold .val { color: var(--gold-hi); }
.metric .lab {
  margin-top: 14px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--mist);
}
.proof-line {
  margin: 74px auto 0;
  max-width: 48ch;
  text-align: center;
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(19px, 2vw, 24px);
  color: rgba(251, 246, 238, 0.88);
}

/* ---------- Delivery ribbon ---------- */
.delivery {
  background: linear-gradient(90deg, var(--gold), var(--gold-hi));
  color: #17242B;
  text-align: center;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 20px 5vw;
}

/* ---------- Fit ---------- */
.fit { padding: 130px 0; }
.fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 64px;
}
.card { border-radius: 5px; padding: 48px 44px; }
.card h3 {
  font-family: var(--display);
  font-weight: 500;
  font-size: 27px;
}
.card ul { list-style: none; margin-top: 26px; }
.card li {
  position: relative;
  padding: 10px 0 10px 34px;
  font-size: 16.5px;
  font-weight: 300;
}
.card-yes { background: var(--sea-deep); color: var(--ivory); }
.card-yes li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  top: 10px;
  color: var(--gold-hi);
  font-family: var(--utility);
  font-weight: 600;
}
.card-not { border: 1px solid var(--hairline); color: var(--ink); }
.card-not li { color: var(--ink-soft); }
.card-not li::before {
  content: '\00B7';
  position: absolute;
  left: 6px;
  top: 8px;
  font-size: 26px;
  color: var(--gold);
}

/* ---------- Verse pull ---------- */
.verse {
  background: var(--blush);
  text-align: center;
  padding: 120px 6vw;
}
.verse blockquote {
  font-family: var(--display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(23px, 3vw, 38px);
  line-height: 1.34;
  max-width: 30ch;
  margin: 0 auto;
}
.verse .attribution { color: var(--ink-soft); }

/* ---------- FAQ ---------- */
.faq-section { padding: 130px 0 140px; }
.faq { max-width: 760px; margin: 56px auto 0; border-top: 1px solid var(--hairline); }
.faq details { border-bottom: 1px solid var(--hairline); }
.faq summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 24px 4px;
  font-size: 17px;
  font-weight: 500;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+';
  font-family: var(--display);
  font-size: 26px;
  color: var(--gold);
  transition: transform 0.3s ease;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq p { padding: 0 4px 26px; font-weight: 300; color: var(--ink-soft); max-width: 60ch; }

/* ---------- Final call ---------- */
.buy {
  position: relative;
  background-image:
    linear-gradient(rgba(251, 246, 238, 0.32), rgba(246, 217, 200, 0.55)),
    url('assets/img/wildflower-dawn.webp');
  background-size: cover;
  background-position: center;
  padding: 150px 6vw;
  display: flex;
  justify-content: center;
}
.buy-card {
  background: rgba(251, 246, 238, 0.94);
  backdrop-filter: blur(8px);
  border-radius: 6px;
  padding: clamp(48px, 6vw, 76px);
  max-width: 660px;
  width: 100%;
  text-align: center;
  box-shadow: 0 30px 80px rgba(20, 34, 43, 0.22);
}
.buy-recap {
  margin: 18px auto 0;
  max-width: 46ch;
  font-size: 15.5px;
  font-weight: 300;
  color: var(--ink-soft);
}
.buy-price {
  font-family: var(--display);
  font-style: italic;
  font-size: 22px;
  margin-top: 26px;
}
.buy-card .btn { margin-top: 30px; }
.guarantee {
  margin-top: 26px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

/* ---------- Sticky mobile buy bar ---------- */
.mobile-cta {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 45;
  text-align: center;
  font-family: var(--utility);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  color: #17242B;
  background: linear-gradient(135deg, var(--gold), var(--gold-hi));
  padding: 17px 16px calc(17px + env(safe-area-inset-bottom, 0px));
  box-shadow: 0 -8px 26px rgba(20, 34, 43, 0.28);
  transform: translateY(110%);
  transition: transform 0.4s ease;
}
.mobile-cta.show { transform: translateY(0); }
@media (max-width: 820px) {
  .mobile-cta { display: block; }
  .sound-toggle { bottom: 86px; right: 16px; }
}

/* ---------- Footer ---------- */
footer {
  background: var(--sand);
  border-top: 1px solid rgba(200, 145, 47, 0.4);
  text-align: center;
  padding: 88px 6vw 64px;
  color: var(--ink-soft);
}
footer .flogo { width: 176px; margin: 0 auto; }
footer .tag {
  font-family: var(--script);
  font-size: clamp(25px, 2.7vw, 31px);
  color: var(--sea);
  margin-top: 28px;
}
footer .fine {
  margin-top: 30px;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(60, 76, 85, 0.72);
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .metrics { grid-template-columns: repeat(2, 1fr); }
  .fit-grid { grid-template-columns: 1fr; }
  .problem-grid { grid-template-columns: 1fr; }
  .arch { justify-self: center; max-width: 420px; }
}
@media (max-width: 820px) {
  .nav-links { display: none; }
  .topbar { font-size: 10px; letter-spacing: 0.1em; }
  .tb-hide { display: none; }
  .nav { padding: 16px 5vw; }
  .nav .brand { font-size: 16px; }
  .nav-cta { padding: 11px 16px; font-size: 11px; letter-spacing: 0.16em; }
  .hero::before {
    background:
      linear-gradient(180deg, rgba(9, 18, 26, 0.34), rgba(9, 18, 26, 0.06) 52%),
      linear-gradient(94deg, rgba(9, 18, 26, 0.40) 0%, rgba(9, 18, 26, 0.10) 55%, rgba(9, 18, 26, 0) 72%),
      linear-gradient(to top, rgba(9, 18, 26, 0.34), rgba(9, 18, 26, 0) 26%);
  }
  .row { grid-template-columns: 64px 1fr; }
  .row .num { font-size: 32px; }
  .mq-track img { width: 46vw; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .mq-track { animation: none; }
  .scroll-cue::after { animation: none; }
  .reveal { transition: none; filter: none; }
  .hero-inner { transition: none; }
  .btn, .btn::after, .nav-cta, .nav-cta::after, .hero-workbook-image, .hero-workbook-front { animation: none !important; }
  .hero-product { transform: none !important; transition: none; }
  .hero-copy > .kicker, .hero h1 > span, .hero-copy > .hero-sub, .hero-copy > .hero-method-line, .hero-copy > .hero-faith-line, .hero-copy > .hero-plain-explainer, .hero-copy > .hero-offer-definition, .hero-copy > .price-row, .hero-copy > .micro { opacity: 1; animation: none !important; }
}


/* ---------- Restored cinematic direction ---------- */
.hero::before {
  background:
    linear-gradient(90deg, rgba(8, 19, 26, .70) 0%, rgba(8, 19, 26, .46) 42%, rgba(8, 19, 26, .12) 73%),
    linear-gradient(to top, rgba(8, 19, 26, .42), transparent 35%);
}
.hero-inner {
  max-width: 1320px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(350px, .72fr);
  gap: clamp(45px, 6vw, 92px);
  align-items: center;
}
.hero-copy { min-width: 0; }
.hero .kicker { max-width: 66ch; font-size: clamp(12px, 1.05vw, 13px); font-weight: 600; letter-spacing: .22em; line-height: 1.55; }
.hero h1 { max-width: 790px; font-size: clamp(52px, 5.2vw, 74px); line-height: .92; letter-spacing: -.018em; }
.hero h1 > span { width: fit-content; max-width: 100%; }
.hero h1 .l2 { margin-top: 4px; }
.hero h1 .l3,
.hero h1 .l3b,
.hero h1 .l4 {
  font-size: .69em;
  font-weight: 500;
  line-height: .96;
  letter-spacing: .006em;
}
.hero h1 .l3 { margin-top: 25px; }
.hero h1 .l3b { margin-top: 2px; }
.hero h1 .l4 { margin-top: 1px; font-size: .76em; color: #f8dfab; font-style: italic; letter-spacing: .015em; }
.hero-sub { max-width: 57ch; margin-top: 27px; font-size: clamp(17px, 1.45vw, 20px); line-height: 1.62; }
.price { font-size: clamp(20px, 1.65vw, 23px); }
.hero .micro { font-size: 12.5px; letter-spacing: .12em; line-height: 1.55; }
.hero-plain-explainer,
.hero-offer-definition {
  max-width: 60ch;
  font-size: 14px !important;
  font-weight: 400;
  letter-spacing: .01em !important;
  line-height: 1.6 !important;
  text-transform: none !important;
  color: rgba(251, 246, 238, 0.88);
}
.hero-integrity { max-width: 66ch; font-size: 13px !important; letter-spacing: .02em !important; line-height: 1.62 !important; text-transform: none !important; }

/* ---------- Hero micro-outcome row (matrix Section 6.1) ---------- */
/* Every item carries its own small round marker (not a shared mid-sentence */
/* separator), so however many items land on a line, it always looks like a */
/* clean tag list rather than a broken sentence with a stray dot. */
.hero-outcome-row {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  column-gap: 22px;
  row-gap: 8px;
  margin-top: 20px;
  color: var(--gold-hi);
  font-size: 12.5px;
  font-weight: 650;
  letter-spacing: .1em;
  line-height: 1.4;
  text-transform: uppercase;
}
.hero-outcome-row li { display: flex; align-items: center; }
.hero-outcome-row li::before {
  content: '';
  flex: none;
  width: 4px;
  height: 4px;
  margin-right: 9px;
  border-radius: 50%;
  background: currentColor;
  opacity: .65;
}

/* ---------- Hero method line + faith line (coach feedback, Step 2.1) ---------- */
/* Sit below .hero-sub, above .price-row. Deliberately smaller than the */
/* subheadline so neither reads as the main hero message. */
.hero-method-line {
  margin-top: 18px;
  max-width: 54ch;
  font-family: var(--utility);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.62;
  letter-spacing: 0.01em;
  color: rgba(251, 246, 238, 0.86);
  text-shadow: 0 1px 14px rgba(9, 18, 26, 0.5);
}
.hero-faith-line {
  margin-top: 10px;
  max-width: 54ch;
  font-family: var(--display);
  font-style: italic;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  color: var(--gold-hi);
  text-shadow: 0 1px 14px rgba(9, 18, 26, 0.5);
}
@media (max-width: 520px) {
  .hero-method-line, .hero-faith-line { max-width: 34ch; font-size: 13px; }
}
.hero-proof-row {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  column-gap: 22px;
  row-gap: 8px;
  margin-top: 24px;
  color: rgba(251,246,238,.94);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.4;
  text-transform: uppercase;
}
.hero-proof-row li { display: flex; align-items: center; }
.hero-proof-row li::before {
  content: '';
  flex: none;
  width: 4px;
  height: 4px;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--gold-hi);
}

/* ---------- Hero workbook preview: real product screens ---------- */
.hero-product {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --drift-x: 0px;
  --drift-y: 0px;
  position: relative;
  width: min(100%, 500px);
  min-height: 530px;
  margin: 0;
  justify-self: end;
  filter: drop-shadow(0 30px 30px rgba(7,20,27,.28));
  transform: perspective(950px) translate3d(var(--drift-x), var(--drift-y), 0) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transform-style: preserve-3d;
  transition: transform .55s cubic-bezier(.2,.75,.2,1);
}
.hero-workbook-stack {
  position: absolute;
  inset: 22px 0 58px;
  transform-style: preserve-3d;
}
.hero-workbook-image {
  position: absolute;
  width: 94%;
  border: 1px solid rgba(12,94,101,.22);
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 22px 50px rgba(7,35,42,.28);
}
.hero-workbook-back { top: 4px; right: -1%; transform: translateZ(0) rotate(6deg); animation: floatWorkbookBack 7.2s ease-in-out infinite; }
.hero-workbook-mid { top: 35px; left: -2%; transform: translateZ(10px) rotate(-5deg); animation: floatWorkbookMid 6.4s ease-in-out .7s infinite; }
.hero-workbook-front {
  position: absolute;
  top: 74px;
  left: 5%;
  z-index: 3;
  width: 94%;
  padding: 12px;
  border: 1px solid rgba(12,94,101,.22);
  border-radius: 9px;
  background: rgba(255,253,248,.98);
  box-shadow: 0 25px 60px rgba(7,35,42,.32);
  transform: translateZ(28px) rotate(.6deg);
  animation: floatWorkbookFront 5.8s ease-in-out 1.1s infinite;
}
.hero-workbook-front .hero-workbook-image { position: static; width: 100%; border: 0; border-radius: 4px; box-shadow: none; }
.hero-workbook-label {
  display: block;
  padding: 2px 4px 10px;
  color: var(--sea);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.hero-product figcaption { position: absolute; right: 4%; bottom: 0; color: var(--ivory); font-family: var(--display); font-size: 17px; font-style: italic; text-shadow: 0 1px 14px rgba(7,20,27,.7); }
.hero-callouts {
  position: absolute;
  top: 78px;
  right: -8px;
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  pointer-events: none;
}
.hero-callouts span {
  max-width: 180px;
  padding: 8px 11px;
  border: 1px solid rgba(228,179,87,.72);
  border-radius: 3px;
  background: rgba(10,59,68,.94);
  box-shadow: 0 8px 22px rgba(7,20,27,.2);
  color: var(--ivory);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .1em;
  line-height: 1.35;
  text-align: right;
  text-transform: uppercase;
}
.hero-callouts span:nth-child(2) { margin-top: 92px; }
.hero-callouts span:nth-child(3) { margin-top: 82px; }
@keyframes floatWorkbookBack { 0%,100% { transform: translate3d(0,0,0) rotate(6deg); } 50% { transform: translate3d(3px,-9px,14px) rotate(6.6deg); } }
@keyframes floatWorkbookMid { 0%,100% { transform: translate3d(0,0,10px) rotate(-5deg); } 50% { transform: translate3d(-4px,-7px,20px) rotate(-5.6deg); } }
@keyframes floatWorkbookFront { 0%,100% { transform: translate3d(0,0,28px) rotate(.6deg); } 50% { transform: translate3d(2px,-8px,34px) rotate(.15deg); } }

/* ---------- Product proof strip ---------- */
.product-proof { padding: 118px 0; background: var(--ivory); }
.product-proof > .wrap { max-width: 1480px; padding-left: clamp(20px, 3vw, 48px); padding-right: clamp(20px, 3vw, 48px); }
.section-intro { max-width: 66ch; margin-top: 24px; color: var(--ink-soft); font-size: 17px; font-weight: 300; line-height: 1.72; }
.section-head.center .section-intro { margin-left: auto; margin-right: auto; }
.product-proof-strip { display: grid; grid-template-columns: 1fr; gap: 62px; max-width: 1320px; margin: 64px auto 0; }
.product-proof-card { overflow: hidden; width: 100%; margin: 0 auto; border: 1px solid var(--hairline); border-radius: 5px; background: #fff; box-shadow: 0 18px 42px rgba(20,34,43,.09); }
.product-proof-image-link { position: relative; display: block; overflow: hidden; background: #edf1ee; cursor: zoom-in; }
.product-proof-card img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; object-position: top left; border-bottom: 1px solid var(--hairline); transition: transform .35s ease; }
.product-proof-image-link:hover img { transform: scale(1.012); }
.product-proof-expand { position: absolute; right: 18px; bottom: 18px; padding: 10px 14px; border: 1px solid rgba(228,179,87,.8); border-radius: 3px; background: rgba(10,59,68,.94); box-shadow: 0 8px 22px rgba(7,20,27,.18); color: var(--ivory); font-size: 11px; font-weight: 650; letter-spacing: .08em; line-height: 1; text-transform: uppercase; }
.product-proof-expand b { margin-left: 5px; color: var(--gold-hi); font-size: 14px; }
.product-proof-card figcaption { display: flex; gap: 14px; align-items: center; justify-content: center; min-height: 0; padding: 28px 32px; color: var(--ink-soft); font-size: 18px; font-weight: 400; line-height: 1.55; text-align: center; }
.product-proof-card figcaption strong { font-weight: 450; }
.product-proof-card figcaption span { flex: 0 0 auto; color: var(--gold); font-family: var(--display); font-size: 26px; font-style: italic; line-height: 1; }

/* ---------- Updated supporting sections ---------- */
.symptom-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 18px; margin-top: 56px; }
.symptom-card { padding: 26px 22px; border: 1px solid var(--hairline); border-radius: 4px; background: rgba(255,255,255,.48); }
.symptom-card h3 { color: var(--sea-deep); font-family: var(--display); font-size: 23px; font-weight: 600; line-height: 1.05; }
.symptom-card p { margin-top: 14px; color: var(--ink-soft); font-size: 14px; font-weight: 300; line-height: 1.55; }
.problem-close { max-width: 40ch; margin: 50px auto 0; color: var(--sea); font-family: var(--display); font-size: clamp(24px,2.4vw,31px); font-style: italic; font-weight: 600; line-height: 1.25; text-align: center; }
.mechanism { padding: 130px 0; background: var(--sand); }
.mechanism-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 22px; margin-top: 60px; }
.mechanism-grid article { grid-column: span 2; min-height: 300px; padding: 32px 28px; border-top: 3px solid var(--gold); border-radius: 3px; background: rgba(251,246,238,.86); box-shadow: 0 12px 32px rgba(20,34,43,.06); }
.mechanism-grid article:nth-child(n+4) { grid-column: span 3; min-height: 260px; }
.mechanism-grid h3 { color: var(--sea-deep); font-family: var(--display); font-size: 30px; font-style: italic; font-weight: 600; }
.mechanism-grid p { margin-top: 18px; color: var(--ink-soft); font-size: 15px; font-weight: 300; line-height: 1.58; }
.mechanism-grid strong { display: block; margin-top: 24px; color: var(--sea); font-size: 13px; font-weight: 650; line-height: 1.55; }
.factor-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:1.7rem; margin-top:2.75rem; }
.factor { padding-top: 24px; border-top: 1px solid var(--hairline); transition: transform .35s ease, border-color .35s ease; }
.factor:hover { transform: translateY(-8px); border-color: var(--gold); }
.factor h3 { color:var(--gold); font-family:var(--display); font-size:1.45rem; font-style:italic; font-weight:500; margin-bottom:.35rem; }
.factor p { color:var(--ink-soft); font-size:.9rem; font-weight:300; line-height:1.5; }
.outcome { background: var(--sea-deep); color: var(--ivory); }
.outcome .kicker { color: var(--gold-hi); }
.outcome .row { border-color: rgba(251,246,238,.18); }
.outcome .row h3 { color: var(--ivory); }
.outcome .row p { color: rgba(251,246,238,.68); }
.outcome .section-intro { color: rgba(251,246,238,.72); }
.how { background: var(--ivory); }
.walkthrough { padding: 130px 0; background: linear-gradient(180deg, var(--ivory), var(--sand)); }
.walkthrough-frame { max-width: 1120px; margin: 55px auto 0; text-align: center; }
.workbook-window { overflow: hidden; border: 1px solid rgba(20,34,43,.16); border-radius: 5px; background: var(--ivory); box-shadow: 0 28px 75px rgba(20,34,43,.14); text-align: left; }
.workbook-tabs { display: flex; overflow-x: auto; background: #e7ede8; }
.workbook-tabs button { flex: 1 0 max-content; padding: 15px 14px; border: 0; border-right: 1px solid rgba(20,34,43,.1); background: transparent; color: var(--ink-soft); cursor: pointer; font-family: var(--utility); font-size: 10px; font-weight: 550; letter-spacing: .06em; }
.workbook-tabs button.active { background: var(--ivory); color: var(--sea-deep); box-shadow: inset 0 3px var(--gold); }
.workbook-screen { margin: 0; background: #fff; }
.workbook-screenshot { width: 100%; height: auto; border-bottom: 1px solid var(--hairline); }
.workbook-caption {
  display: grid;
  grid-template-columns: minmax(130px,.62fr) minmax(160px,.8fr) 1.6fr;
  gap: 22px;
  align-items: center;
  min-height: 92px;
  padding: 21px 26px;
  background: var(--ivory);
}
.workbook-caption-kicker { color: var(--gold); font-size: 10px; font-weight: 650; letter-spacing: .16em; text-transform: uppercase; }
.workbook-caption-title { color: var(--sea-deep); font-family: var(--display); font-size: 24px; font-weight: 600; }
.workbook-caption-copy { color: var(--ink-soft); font-size: 13px; font-weight: 300; line-height: 1.55; }
.workbook-progress { height: 4px; background: #dbe5df; }
.workbook-progress i { display: block; height: 100%; background: linear-gradient(90deg,var(--sea),var(--gold-hi)); transition: width .45s ease; }
.walkthrough-play { margin-top: 28px; padding: 0 0 9px; border: 0; border-bottom: 1px solid var(--gold); background: transparent; color: var(--sea-deep); cursor: pointer; font-size: 11px; font-weight: 650; letter-spacing: .17em; text-transform: uppercase; }
.walkthrough-note { max-width: 55ch; margin: 30px auto 0; color: var(--ink-soft); font-family: var(--display); font-size: 22px; font-style: italic; text-align: center; }
.guided-example { padding: 130px 0; background: linear-gradient(165deg,#0C4B55 0%,var(--sea-deep) 72%,#08303A 100%); color: var(--ivory); }
.guided-example .kicker { color: var(--gold-hi); }
.guided-example .section-intro { color: rgba(251,246,238,.76); }
.illustrative-disclosure { max-width: 68ch; margin-top: 28px; padding-left: 18px; border-left: 3px solid var(--gold-hi); color: rgba(251,246,238,.82); font-family: var(--display); font-size: 20px; font-style: italic; line-height: 1.5; }
.scenario { max-width: 890px; margin-top: 56px; padding: 36px 40px; border: 1px solid rgba(251,246,238,.18); background: rgba(251,246,238,.07); }
.scenario p { color: rgba(251,246,238,.84); font-size: 16px; font-weight: 300; line-height: 1.7; }
.scenario p + p { margin-top: 18px; }
.scenario strong { color: var(--ivory); font-weight: 650; }
.example-steps { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; margin-top: 48px; }
.example-steps article { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 30px; border: 1px solid rgba(251,246,238,.16); background: rgba(251,246,238,.045); }
.example-steps article > span { color: var(--gold-hi); font-family: var(--display); font-size: 34px; font-style: italic; line-height: 1; }
.example-steps h3 { font-family: var(--display); font-size: 24px; font-weight: 600; }
.example-steps p { margin-top: 10px; color: rgba(251,246,238,.7); font-size: 15px; font-weight: 300; line-height: 1.55; }
.example-steps strong { display: block; margin-top: 16px; color: var(--gold-hi); font-size: 13px; line-height: 1.5; }
.example-close { max-width: 60ch; margin: 56px auto 0; color: var(--ivory); font-family: var(--display); font-size: clamp(23px,2.5vw,30px); font-style: italic; line-height: 1.35; text-align: center; }
#trust { padding: 130px 0; background:var(--sand); }
.trust-list { display:grid; gap:0; max-width:760px; margin:2.8rem auto; border-top:1px solid var(--hairline); }
.trust-item { padding:25px 0; border-bottom:1px solid var(--hairline); transition: padding .3s ease, background .3s ease, transform .3s ease; }
.trust-item:hover { padding-left: 18px; padding-right: 18px; background: rgba(251,246,238,.54); transform: translateX(5px); }
.trust-item h3 { color:var(--ink); font-family:var(--display); font-size:1.35rem; font-weight:500; margin-bottom:.3rem; }
.trust-item p { color:var(--ink-soft); font-size:.95rem; font-weight:300; line-height:1.55; }
#trust > .wrap > .lead { max-width: 760px; margin: 32px auto 0; font-family: var(--display); font-size: 24px; font-style: italic; text-align: center; }
.founder-layout { display: grid; grid-template-columns: minmax(280px,.78fr) minmax(0,1.22fr); gap: clamp(50px,7vw,90px); align-items: center; margin-top: 62px; }
.founder-image { margin: 0; }
.founder-image img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: 999px 999px 4px 4px; }
.founder-image figcaption { margin-top: 22px; color: var(--sea); font-family: var(--script); font-size: clamp(23px,2.4vw,30px); text-align: center; }
.founder-copy p { color: var(--ink-soft); font-size: 17px; font-weight: 300; line-height: 1.72; }
.founder-copy p + p { margin-top: 22px; }
.founder-copy .founder-proof { padding-left: 18px; border-left: 3px solid var(--gold); color: var(--sea-deep); font-family: var(--display); font-size: 21px; font-style: italic; font-weight: 600; line-height: 1.45; }
.faith-truth { max-width: 900px; margin: 72px auto 0; padding: 32px 36px; border: 1px solid rgba(200,145,47,.42); background: rgba(251,246,238,.58); text-align: center; }
.faith-truth strong { color: var(--sea-deep); font-family: var(--display); font-size: 27px; font-style: italic; }
.faith-truth p { margin-top: 12px; color: var(--ink-soft); font-size: 15px; font-weight: 300; line-height: 1.65; }
.objection, .urgency { background:var(--sand); }
.objection-honest { background: var(--ivory); }
.objection-close { color: var(--sea-deep) !important; font-family: var(--display); font-size: 22px !important; font-style: italic; }
.cannot { background: var(--ivory); }
.delivery-support { max-width: 50ch; margin: 24px auto 0; color: var(--ink-soft); font-size: 14px; font-weight: 400; line-height: 1.6; }
.final-clarification { max-width: 44ch; margin: 24px auto 0; color: var(--sea-deep); font-family: var(--display); font-size: 21px; font-style: italic; font-weight: 600; line-height: 1.35; }

@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; padding-top: 155px; }
  .hero-product { width: min(520px, 92%); margin: -10px auto 25px; justify-self: center; }
  .product-proof-strip { max-width: 760px; }
  .symptom-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .mechanism-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .mechanism-grid article, .mechanism-grid article:nth-child(n+4) { grid-column: auto; min-height: 0; }
  .founder-layout { grid-template-columns: 1fr; }
  .founder-image { width: min(430px,90%); margin: 0 auto; }
  .factor-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 820px) {
  .hero { background-position: 56% center; }
  .hero h1 { max-width: 100%; font-size: clamp(43px, 11.5vw, 67px); line-height: .94; }
  .hero h1 > span { max-width: 100%; }
  .hero h1 .l3 { margin-top: 22px; font-size: .69em; }
  .hero h1 .l4 { font-size: .76em; }
  .hero-sub { max-width: 38ch; font-size: clamp(17px, 4.2vw, 19px); }
  .hero-inner { padding: 145px 6vw 60px; }
  .hero-product { min-height: 420px; }
  .hero-workbook-back { right: -2%; }
  .hero-workbook-mid { left: -2%; }
  .hero-workbook-front { left: 5%; width: 94%; }
  .hero-callouts { right: -2%; }
  .hero-product figcaption { right: 0; bottom: 10px; font-size: 15px; }
  .product-proof { padding: 86px 0; }
  .symptom-grid, .mechanism-grid, .example-steps { grid-template-columns: 1fr; }
  .scenario { padding: 28px 24px; }
  .factor-grid { grid-template-columns: 1fr; }
  .workbook-caption { grid-template-columns: 1fr; gap: 5px; padding: 18px 20px 20px; }
}

@media (max-width: 520px) {
  .hero .kicker { max-width: 40ch; font-size: 11.5px; letter-spacing: .16em; }
  .hero h1 { font-size: clamp(35px, 11.25vw, 48px); }
  .hero h1 .l3 { margin-top: 19px; font-size: .72em; }
  .hero h1 .l4 { font-size: .8em; }
  .hero-sub { max-width: 35ch; line-height: 1.55; }
  .price-row { gap: 18px; margin-top: 30px; }
  .price { font-size: 19px; }
  .hero .micro { font-size: 12px; }
  .hero-outcome-row { font-size: 10.5px; letter-spacing: .06em; column-gap: 14px; }
  .hero-proof-row { font-size: 10.5px; letter-spacing: .06em; column-gap: 14px; }
  .hero-callouts { top: 66px; right: -1%; }
  .hero-callouts span { max-width: 145px; padding: 7px 9px; font-size: 8.5px; }
  .hero-callouts span:nth-child(2) { margin-top: 70px; }
  .hero-callouts span:nth-child(3) { margin-top: 62px; }
  .symptom-grid { grid-template-columns: 1fr; }
  .product-proof-card figcaption { min-height: 0; }
  .product-proof-expand { right: 10px; bottom: 10px; padding: 8px 10px; font-size: 9px; }
  .example-steps article { grid-template-columns: 42px 1fr; padding: 24px 20px; }
  .faith-truth { padding: 28px 22px; }
}

/* ---------- Balanced editorial rhythm and spotlight moments ---------- */
.problem,
.mechanism,
.inside,
.guided-example,
.founder-section,
.fit,
.faq-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.problem > .wrap,
.mechanism > .wrap,
.inside > .wrap,
.guided-example > .wrap,
.founder-section > .wrap {
  position: relative;
  z-index: 1;
}
.problem::before,
.mechanism::before,
.guided-example::before {
  content: '';
  position: absolute;
  z-index: 0;
  width: min(54vw, 760px);
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(3px);
  animation: ambientSpotlight 12s ease-in-out infinite alternate;
}
.problem::before {
  top: -31%;
  right: -18%;
  background: radial-gradient(circle, rgba(246,217,200,.52), rgba(246,217,200,0) 70%);
}
.mechanism::before {
  top: -24%;
  left: -18%;
  background: radial-gradient(circle, rgba(228,179,87,.18), rgba(228,179,87,0) 70%);
}
.guided-example::before {
  top: -20%;
  right: -12%;
  background: radial-gradient(circle, rgba(228,179,87,.12), rgba(228,179,87,0) 70%);
}
@keyframes ambientSpotlight {
  from { transform: translate3d(-2%, 0, 0) scale(.94); opacity: .72; }
  to { transform: translate3d(4%, 5%, 0) scale(1.06); opacity: 1; }
}

.problem > .wrap > .reveal:first-child {
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}
.center-copy { margin-left: auto; margin-right: auto; text-align: center; }
.center-copy .lead,
.center-copy .support { margin-left: auto; margin-right: auto; }
.problem .lead {
  max-width: 29ch;
  margin: 22px auto 0;
  font-size: clamp(31px, 3.65vw, 48px);
  line-height: 1.15;
}
.problem .support {
  max-width: 68ch;
  margin: 24px auto 0;
  font-size: 17px;
  line-height: 1.75;
}
.symptom-grid {
  counter-reset: symptom;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
  max-width: 1080px;
  margin: 64px auto 0;
}
.symptom-card {
  counter-increment: symptom;
  position: relative;
  grid-column: span 2;
  display: flex;
  min-height: 220px;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 38px 28px 30px;
  border-color: rgba(20,34,43,.14);
  background: rgba(255,255,255,.7);
  box-shadow: 0 18px 46px rgba(20,34,43,.06);
  text-align: center;
  transition: transform .4s cubic-bezier(.2,.7,.2,1), box-shadow .4s ease, border-color .4s ease;
}
.symptom-card:nth-child(n+4) { grid-column: span 3; }
.symptom-card::before {
  content: '0' counter(symptom);
  position: absolute;
  top: 14px;
  left: 18px;
  color: rgba(200,145,47,.55);
  font-family: var(--display);
  font-size: 18px;
  font-style: italic;
}
.symptom-card::after {
  content: '';
  position: absolute;
  inset: auto -30% -68% 30%;
  height: 125px;
  border-radius: 50%;
  background: rgba(246,217,200,.38);
  filter: blur(24px);
  transition: transform .45s ease;
}
.symptom-card:hover {
  transform: translateY(-9px);
  border-color: rgba(200,145,47,.55);
  box-shadow: 0 26px 58px rgba(20,34,43,.12);
}
.symptom-card:hover::after { transform: translate3d(-20%, -28%, 0) scale(1.2); }
.symptom-card h3 { position: relative; z-index: 1; font-size: 26px; }
.symptom-card p { position: relative; z-index: 1; max-width: 30ch; margin: 15px auto 0; font-size: 15px; }
.problem-close,
.example-close {
  position: relative;
  width: fit-content;
  max-width: min(760px, 92%);
  padding: 20px 34px;
  border: 1px solid rgba(200,145,47,.48);
  border-radius: 999px;
  background: rgba(255,255,255,.68);
  box-shadow: 0 16px 44px rgba(200,145,47,.12);
  animation: spotlightBreath 5.6s ease-in-out infinite;
}
@keyframes spotlightBreath {
  0%, 100% { box-shadow: 0 14px 38px rgba(200,145,47,.10); }
  50% { box-shadow: 0 20px 52px rgba(200,145,47,.24); }
}

.mechanism .section-head,
.inside .section-head,
.guided-example .section-head,
.founder-section .section-head {
  max-width: 920px;
}
.mechanism .section-intro { max-width: 76ch; margin-left: auto; margin-right: auto; }
.mechanism-grid {
  counter-reset: factor;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.mechanism-grid article {
  counter-increment: factor;
  position: relative;
  overflow: hidden;
  text-align: center;
  transition: transform .42s cubic-bezier(.2,.7,.2,1), box-shadow .42s ease, border-color .42s ease;
}
.mechanism-grid article::before {
  content: '0' counter(factor);
  display: block;
  margin-bottom: 14px;
  color: rgba(200,145,47,.72);
  font-family: var(--display);
  font-size: 18px;
  font-style: italic;
}
.mechanism-grid article::after {
  content: '';
  position: absolute;
  top: -55px;
  right: -65px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(228,179,87,.17), transparent 70%);
  transition: transform .45s ease;
}
.mechanism-grid article:hover {
  transform: translateY(-10px);
  border-top-color: var(--sea);
  box-shadow: 0 28px 58px rgba(20,34,43,.12);
}
.mechanism-grid article:hover::after { transform: translate3d(-28px, 28px, 0) scale(1.3); }
.mechanism-grid article p { max-width: 34ch; margin-left: auto; margin-right: auto; font-size: 16px; }
.mechanism-grid article strong {
  position: relative;
  z-index: 1;
  max-width: 36ch;
  margin: 24px auto 0;
  padding: 14px 16px;
  border-radius: 3px;
  background: rgba(12,94,101,.07);
}

.inside-rows {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  max-width: 1080px;
  margin: 64px auto 0;
  border-top: 0;
}
.row {
  grid-template-columns: 66px 1fr;
  align-items: start;
  min-height: 170px;
  padding: 30px;
  border: 1px solid var(--hairline);
  border-radius: 5px;
  background: rgba(251,246,238,.62);
  transition: transform .4s cubic-bezier(.2,.7,.2,1), box-shadow .4s ease, border-color .4s ease;
}
.row:hover {
  transform: translateY(-7px);
  border-color: rgba(200,145,47,.52);
  box-shadow: 0 22px 48px rgba(20,34,43,.09);
}
.row .num { font-size: 34px; }
.row h3 { letter-spacing: .14em; line-height: 1.45; }
.row p { font-size: 16px; line-height: 1.65; }
#inside .row:last-child { grid-column: 1 / -1; }
.outcome .row {
  border-color: rgba(251,246,238,.18);
  background: rgba(251,246,238,.055);
}
.outcome .row:hover {
  border-color: rgba(228,179,87,.55);
  box-shadow: 0 22px 50px rgba(4,23,29,.24);
}

.guided-example .illustrative-disclosure {
  max-width: 760px;
  margin: 30px auto 0;
  padding: 20px 26px;
  border: 1px solid rgba(228,179,87,.42);
  border-radius: 4px;
  background: rgba(251,246,238,.055);
  text-align: center;
}
.scenario {
  max-width: 1080px;
  margin: 58px auto 0;
  padding: 0;
  border: 0;
  background: transparent;
}
.scenario-intro { text-align: center; }
.scenario-intro > span {
  color: var(--gold-hi);
  font-family: var(--display);
  font-size: 34px;
  font-style: italic;
}
.scenario-intro p { margin-top: 6px; }
.scenario-offers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 34px;
}
.scenario-offers article {
  min-height: 220px;
  padding: 32px 28px;
  border: 1px solid rgba(251,246,238,.18);
  background: rgba(251,246,238,.055);
  text-align: center;
  transition: transform .4s cubic-bezier(.2,.7,.2,1), background .4s ease, border-color .4s ease;
}
.scenario-offers article:hover { transform: translateY(-8px); background: rgba(251,246,238,.09); }
.scenario-offers article > span {
  color: var(--gold-hi);
  font-family: var(--utility);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.scenario-offers article p { margin-top: 22px; font-size: 16px; line-height: 1.65; }
.scenario-offers .scenario-offer-focus {
  transform: translateY(-10px);
  border-color: rgba(228,179,87,.68);
  background: rgba(228,179,87,.09);
  box-shadow: 0 20px 46px rgba(4,23,29,.22);
}
.scenario-offers .scenario-offer-focus:hover { transform: translateY(-16px); }
.scenario-summary {
  max-width: 800px;
  margin: 36px auto 0 !important;
  padding-top: 30px;
  border-top: 1px solid rgba(251,246,238,.18);
  text-align: center;
}
.example-steps { max-width: 1080px; margin-left: auto; margin-right: auto; }
.example-steps article {
  position: relative;
  overflow: hidden;
  transition: transform .4s cubic-bezier(.2,.7,.2,1), background .4s ease, border-color .4s ease;
}
.example-steps article:hover { transform: translateY(-8px); border-color: rgba(228,179,87,.5); background: rgba(251,246,238,.08); }
.example-steps article:last-child { border-color: rgba(228,179,87,.56); background: rgba(228,179,87,.08); }
.guided-example .example-close { color: var(--ivory); background: rgba(251,246,238,.08); }

.founder-image img {
  border: 1px solid rgba(200,145,47,.38);
  box-shadow: 0 26px 65px rgba(20,34,43,.15);
  animation: founderFloat 7s ease-in-out infinite;
}
@keyframes founderFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
.faith-truth {
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(200,145,47,.10);
  animation: spotlightBreath 5.6s ease-in-out infinite;
}
.faith-truth::after {
  content: '';
  position: absolute;
  inset: 0 auto 0 -45%;
  width: 28%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.38), transparent);
  transform: skewX(-18deg);
  animation: quietGleam 7s ease-in-out infinite;
}
@keyframes quietGleam {
  0%, 72% { left: -45%; opacity: 0; }
  76% { opacity: 1; }
  92%, 100% { left: 122%; opacity: 0; }
}

.objection > .wrap > .reveal:first-child {
  max-width: 900px;
  padding: clamp(40px, 6vw, 72px);
  border: 1px solid rgba(200,145,47,.35);
  border-radius: 6px;
  background: rgba(255,255,255,.66);
  box-shadow: 0 28px 70px rgba(20,34,43,.10);
}
.objection-honest > .wrap > .reveal:first-child { background: rgba(243,232,216,.62); }
.objection .lead { max-width: 25ch; }
.objection-close { width: fit-content; margin: 30px auto 0 !important; padding: 14px 20px; border: 1px solid rgba(200,145,47,.42); border-radius: 999px; }
.urgency { background: linear-gradient(155deg, var(--sea-deep), #07313a); color: var(--ivory); }
.urgency::before { background: radial-gradient(circle, rgba(228,179,87,.2), transparent 70%); }
.urgency .kicker { color: var(--gold-hi); }
.urgency .support { color: rgba(251,246,238,.76); }
.urgency > .wrap > .reveal:first-child {
  padding: clamp(40px, 6vw, 70px);
  border: 1px solid rgba(228,179,87,.28);
  background: rgba(251,246,238,.04);
  box-shadow: 0 30px 80px rgba(2,17,22,.24);
}
.card { transition: transform .4s cubic-bezier(.2,.7,.2,1), box-shadow .4s ease, border-color .4s ease; }
.card:hover { transform: translateY(-8px); box-shadow: 0 28px 58px rgba(20,34,43,.12); }
.card-yes { box-shadow: 0 24px 56px rgba(10,59,68,.18); }
.delivery { background-size: 180% 100%; animation: deliveryGlow 7s ease-in-out infinite alternate; }
@keyframes deliveryGlow { from { background-position: 0% 50%; } to { background-position: 100% 50%; } }

@media (max-width: 900px) {
  .symptom-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .symptom-card,
  .symptom-card:nth-child(n+4) { grid-column: auto; }
  .symptom-card:last-child { grid-column: 1 / -1; }
  .scenario-offers { grid-template-columns: 1fr; }
  .scenario-offers .scenario-offer-focus,
  .scenario-offers .scenario-offer-focus:hover { transform: none; }
}
@media (max-width: 820px) {
  .problem .lead { font-size: clamp(30px, 8vw, 42px); }
  .problem .support { font-size: 16px; }
  .inside-rows { grid-template-columns: 1fr; }
  #inside .row:last-child { grid-column: auto; }
  .row { min-height: 0; padding: 26px 22px; }
  .scenario { padding: 0; }
  .scenario-offers article { min-height: 0; }
  .problem-close,
  .example-close { border-radius: 5px; padding: 18px 22px; }
}
@media (max-width: 520px) {
  .symptom-grid { grid-template-columns: 1fr; }
  .symptom-card:last-child { grid-column: auto; }
  .symptom-card { min-height: 0; padding: 48px 22px 30px; }
  .mechanism-grid article { padding: 30px 22px; }
  .row { grid-template-columns: 48px 1fr; gap: 16px; }
  .row .num { font-size: 29px; }
  .objection > .wrap > .reveal:first-child,
  .urgency > .wrap > .reveal:first-child { padding: 34px 22px; }
  .scenario-offers article { padding: 28px 22px; }
}
@media (prefers-reduced-motion: reduce) {
  .problem::before,
  .mechanism::before,
  .guided-example::before,
  .problem-close,
  .example-close,
  .founder-image img,
  .faith-truth,
  .faith-truth::after,
  .delivery { animation: none !important; }
}

/* ---------- Restored faith imagery ---------- */
.verse {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 130px 6vw;
  background: linear-gradient(145deg, #f2dfd5 0%, var(--sand) 55%, #dce9e7 100%);
  text-align: left;
}
.verse::before {
  content: '';
  position: absolute;
  top: -45%;
  right: -18%;
  z-index: -1;
  width: min(62vw, 860px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.82), rgba(255,255,255,0) 70%);
  animation: ambientSpotlight 12s ease-in-out infinite alternate;
}
.verse-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
}
.verse-collage { position: relative; display: flex; justify-content: center; }
.verse-collage img {
  position: relative;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 4px;
  box-shadow: 0 28px 68px rgba(20,34,43,.18);
}
.verse-image-main {
  width: min(100%, 520px);
  aspect-ratio: 4 / 5;
  animation: faithImageFloat 8s ease-in-out infinite;
}
@keyframes faithImageFloat {
  0%, 100% { transform: translateY(0) rotate(0); }
  50% { transform: translateY(-10px) rotate(.35deg); }
}
.verse-copy {
  position: relative;
  z-index: 3;
  margin-left: -52px;
  padding: clamp(42px, 5vw, 68px);
  border: 1px solid rgba(200,145,47,.36);
  border-radius: 6px;
  background: rgba(251,246,238,.92);
  box-shadow: 0 32px 78px rgba(20,34,43,.16);
  text-align: center;
  backdrop-filter: blur(10px);
}
.verse .kicker { color: var(--gold); }
.verse blockquote { max-width: 22ch; margin: 22px auto 0; color: var(--ink); font-size: clamp(28px, 3.2vw, 42px); }
.verse .attribution { color: var(--sea); }

@media (max-width: 900px) {
  .verse-inner { grid-template-columns: 1fr; max-width: 720px; }
  .verse-copy { margin: -42px 5vw 0; }
}
@media (max-width: 520px) {
  .verse { padding: 90px 5vw; }
  .verse-image-main { width: 92%; }
  .verse-copy { margin: -24px 0 0; padding: 38px 24px; }
}
@media (prefers-reduced-motion: reduce) {
  .verse::before,
  .verse-collage img { animation: none !important; }
}

/* ---------- V5 balanced editorial composition ---------- */
.section-head.center {
  width: min(100%, 1040px);
  max-width: 1040px;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}
.section-head.center .kicker,
.section-head.center .display,
.section-head.center .section-intro {
  margin-right: auto;
  margin-left: auto;
  text-align: center !important;
}
.section-head.center .display {
  max-width: 22ch;
  text-wrap: balance;
}
.mechanism .section-head.center .display,
.founder-section .section-head.center .display { max-width: 20ch; }
.mechanism .section-intro {
  max-width: 72ch;
  text-align: center !important;
}

.editorial-callout {
  position: relative;
  width: min(760px, 92%);
  max-width: 760px;
  margin: 68px auto 0;
  padding: 25px 18px;
  border: 0;
  border-top: 1px solid rgba(200,145,47,.58);
  border-bottom: 1px solid rgba(200,145,47,.58);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--sea);
  font-family: var(--display);
  font-size: clamp(24px, 2.5vw, 32px);
  font-style: italic;
  line-height: 1.25;
  text-align: center;
}
.editorial-callout-dark {
  color: var(--ivory);
  border-color: rgba(228,179,87,.65);
}
.truth-note {
  width: min(680px, 100%);
  max-width: 680px !important;
  margin: 34px auto 0 !important;
  padding: 22px 8px 0;
  border: 0;
  border-top: 1px solid rgba(200,145,47,.5);
  border-radius: 0;
  background: transparent;
  color: var(--sea) !important;
  font-family: var(--display);
  font-size: clamp(21px, 2.1vw, 28px) !important;
  font-style: italic;
  line-height: 1.35 !important;
  text-align: center;
}

.verse-feature {
  padding: clamp(92px, 10vw, 138px) 5vw;
  background: linear-gradient(135deg, #f3dfd3 0%, #f7eee2 48%, #dbe9e7 100%);
  text-align: left;
}
.verse-feature::before {
  top: -52%;
  right: -16%;
  width: min(58vw, 760px);
}
.verse-feature .verse-inner {
  display: grid;
  grid-template-columns: minmax(300px, .88fr) minmax(400px, 1.12fr);
  gap: clamp(46px, 7vw, 96px);
  align-items: center;
  width: min(100%, 1180px);
  max-width: 1180px;
  margin: 0 auto;
}
.verse-visual {
  position: relative;
  margin: 0;
  text-align: center;
}
.verse-visual::after {
  content: '';
  position: absolute;
  right: -24px;
  bottom: 54px;
  z-index: -1;
  width: 72%;
  height: 78%;
  border: 1px solid rgba(200,145,47,.48);
  border-radius: 230px 230px 10px 10px;
}
.verse-visual .verse-image-main {
  display: block;
  width: min(100%, 500px);
  aspect-ratio: 4 / 5;
  margin: 0 auto;
  border: 1px solid rgba(200,145,47,.42);
  border-radius: 230px 230px 10px 10px;
  object-fit: cover;
  box-shadow: 0 28px 70px rgba(20,34,43,.18);
  animation: faithImageFloat 8s ease-in-out infinite;
}
.verse-visual figcaption {
  margin-top: 22px;
  color: var(--sea);
  font-family: var(--display);
  font-size: 20px;
  font-style: italic;
}
.verse-feature .verse-copy {
  position: relative;
  min-height: 520px;
  margin: 0;
  padding: clamp(50px, 6vw, 78px);
  border: 0;
  border-left: 4px solid var(--gold-hi);
  border-radius: 0 8px 8px 0;
  background: linear-gradient(150deg, var(--sea-deep), #0b4d57);
  box-shadow: 0 30px 76px rgba(20,34,43,.2);
  text-align: center;
  backdrop-filter: none;
}
.verse-feature .verse-copy::before {
  content: '“';
  position: absolute;
  top: 16px;
  right: 36px;
  color: rgba(228,179,87,.24);
  font-family: var(--display);
  font-size: 150px;
  line-height: 1;
}
.verse-feature .kicker { color: var(--gold-hi); }
.verse-feature blockquote {
  position: relative;
  z-index: 1;
  max-width: 16ch;
  margin: 26px auto 0;
  color: var(--ivory);
  font-size: clamp(31px, 3.6vw, 47px);
  line-height: 1.24;
  text-align: center;
  text-wrap: balance;
}
.verse-feature .attribution {
  margin-top: 34px;
  color: var(--gold-hi);
}

@media (max-width: 900px) {
  .verse-feature .verse-inner {
    grid-template-columns: 1fr;
    max-width: 720px;
  }
  .verse-feature .verse-copy {
    min-height: 0;
    margin: 0;
    border-top: 4px solid var(--gold-hi);
    border-left: 0;
    border-radius: 0 0 8px 8px;
  }
}
@media (max-width: 520px) {
  .section-head.center .display { max-width: 18ch; }
  .editorial-callout { width: 100%; padding: 22px 8px; }
  .verse-feature { padding: 84px 5vw; }
  .verse-feature .verse-copy { padding: 42px 26px; }
  .verse-feature .verse-copy::before { right: 18px; font-size: 110px; }
  .verse-feature blockquote { font-size: clamp(30px, 9vw, 40px); }
  .verse-visual::after { right: -10px; bottom: 50px; }
}
@media (prefers-reduced-motion: reduce) {
  .verse-visual .verse-image-main { animation: none !important; }
}

/* ---------- V7 focused conversion-page refinements ---------- */
#fit, #inside, #faq, #buy { scroll-margin-top: 96px; }

.btn:active,
.nav-cta:active,
.mobile-cta:active {
  transform: scale(.97);
  transition-duration: 160ms;
}

/* Keep the shortened hero focused and readable over the moving background. */
.hero::before {
  background:
    linear-gradient(90deg, rgba(8, 19, 26, .78) 0%, rgba(8, 19, 26, .55) 45%, rgba(8, 19, 26, .16) 76%),
    linear-gradient(to top, rgba(8, 19, 26, .48), transparent 38%);
}
.hero h1 .l3 {
  margin-top: 12px;
  font-size: .78em;
}
.hero h1 .l4 {
  margin-top: 2px;
  font-size: .82em;
}
.hero-method-line {
  max-width: 57ch;
  font-size: clamp(15px, 1.2vw, 17px);
}
.hero .price-row { margin-top: 30px; }
.hero .btn-light { text-align: center; }

/* Early qualification replaces several later, repetitive sections. */
.quick-fit {
  position: relative;
  padding: 78px 0;
  overflow: hidden;
  background: linear-gradient(145deg, var(--ivory), #f5eadc);
  border-bottom: 1px solid var(--hairline);
}
.quick-fit-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: 26px;
  max-width: 1080px;
  margin: 0 auto;
}
.quick-fit-block { padding: 34px 36px; border-radius: 5px; }
.quick-fit-block .kicker { margin-bottom: 20px; }
.quick-fit-block ul { display: grid; gap: 13px; list-style: none; }
.quick-fit-block li {
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  font-weight: 350;
  line-height: 1.6;
}
.quick-fit-block li::before {
  content: '\2713';
  position: absolute;
  top: 0;
  left: 0;
  color: var(--gold-hi);
  font-weight: 700;
}
.quick-fit-yes {
  color: var(--ivory);
  background: var(--sea-deep);
  box-shadow: 0 22px 54px rgba(10, 59, 68, .16);
}
.quick-fit-yes .kicker { color: var(--gold-hi); }
.quick-fit-not {
  align-self: stretch;
  border: 1px solid rgba(200, 145, 47, .42);
  background: rgba(251, 246, 238, .8);
}
.quick-fit-not p {
  color: var(--ink-soft);
  font-size: 16px;
  font-weight: 350;
  line-height: 1.7;
}

/* The mechanism is now one simple three-step sequence. */
.mechanism-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1120px;
}
.mechanism-grid-three article,
.mechanism-grid-three article:nth-child(n+4) {
  grid-column: auto;
  min-height: 310px;
}
.mechanism-grid-three article p { max-width: 31ch; }

/* Five outcomes: four paired cards and one final full-width decision card. */
.outcome-five .row:last-child { grid-column: 1 / -1; }

/* Compact example and business-identity details. */
.decision-results article { min-height: 150px; }
.decision-results p {
  color: rgba(251, 246, 238, .86);
  font-size: 17px;
}
.founder-copy strong { color: var(--sea-deep); font-weight: 650; }
.founder-copy a,
.faq a,
.delivery-support a,
.footer-links a {
  text-decoration-color: rgba(200, 145, 47, .7);
  text-underline-offset: 4px;
}
.fit-limits { background: var(--ivory); }
.buy-format {
  margin-top: 8px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.55;
  text-transform: uppercase;
}
.footer-links {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 26px;
  color: var(--sea-deep);
  font-size: 12px;
  font-weight: 550;
  letter-spacing: .12em;
  text-transform: uppercase;
}
footer .fine + .fine { margin-top: 12px; }

@media (max-width: 900px) {
  .quick-fit-grid,
  .mechanism-grid-three { grid-template-columns: 1fr; }
  .mechanism-grid-three { max-width: 760px; }
  .mechanism-grid-three article,
  .mechanism-grid-three article:nth-child(n+4) { min-height: 0; }
}

@media (max-width: 820px) {
  .hero h1 .l3 { margin-top: 12px; font-size: .78em; }
  .hero h1 .l4 { font-size: .84em; }
  .hero .price-row { align-items: flex-start; flex-direction: column; }
  .hero .btn-light { width: 100%; }
  .quick-fit { padding: 64px 0; }
}

@media (max-width: 520px) {
  .hero h1 .l3 { margin-top: 10px; font-size: .79em; }
  .hero h1 .l4 { font-size: .88em; }
  .hero-method-line { max-width: 35ch; font-size: 14px; }
  .hero .price-row { margin-top: 26px; }
  .hero .btn-light {
    padding-right: 22px;
    padding-left: 22px;
    letter-spacing: .12em;
  }
  .quick-fit-block { padding: 30px 24px; }
  .quick-fit-block li,
  .quick-fit-not p { font-size: 15px; }
  .outcome-five .row:last-child { grid-column: auto; }
  .footer-links {
    align-items: center;
    flex-direction: column;
    gap: 8px;
  }
  .footer-links span { display: none; }
}
