@font-face {
  font-family: "LP Display";
  src: url("/assets/lp-display.woff2") format("woff2");
  font-weight: 100 900;
  font-display: optional;
}

@font-face {
  font-family: "Geist";
  src: url("/assets/geist.woff2") format("woff2");
  font-weight: 100 900;
  font-display: optional;
}

:root {
  --display: "LP Display";
  --ink: #090b0c;
  --muted: #777b7d;
  --faint: #bfc3c4;
  --line: #e9ebeb;
  --sky: #00a5ef;
  --blue-ice: #eef9ff;
  --blue-pale: #cdeefe;
  --blue-light: #8fd8fa;
  --blue-mid: #40bcf3;
  --blue-deep: #0b86d9;
  --paper: #fdfefe;
  --page: #f6f8f9;
  --ok: #0f7b52;
  --warn: #9a6207;
  --err: #b3261e;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; background: var(--paper); }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Geist", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}

button, a, input { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img { display: block; max-width: 100%; }
ul, ol { margin: 0; padding: 0; list-style: none; }

a:focus-visible, button:focus-visible, input:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 2px;
  border-radius: 2px;
}

h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: "LP Display", "Geist", sans-serif; font-weight: 480; letter-spacing: -0.04em; }

.shell {
  margin: 16px;
  border-radius: 26px;
  overflow: hidden;
}

/* ---------- hero ---------- */

.hero {
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(178deg, rgba(238, 249, 255, .25) 0%, rgba(253, 254, 254, .55) 60%, #fdfefe 100%),
    radial-gradient(90% 70% at 15% 0%, rgba(64, 188, 243, .42), transparent 60%),
    radial-gradient(80% 60% at 90% 8%, rgba(11, 134, 217, .30), transparent 55%),
    linear-gradient(178deg, #d8f3ff 0%, #eef9ff 52%, #fdfefe 100%);
  padding-bottom: 96px;
}

/* subtle dot texture so the sky reads as a surface, not a flat fill */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(11, 134, 217, .16) 1px, transparent 1.4px);
  background-size: 22px 22px;
  mask-image: radial-gradient(75% 60% at 50% 30%, #000, transparent 75%);
  z-index: -1;
}

.js .hero::before { animation: gridDrift 26s linear infinite; }

@keyframes gridDrift {
  to { background-position: 44px 22px; }
}

/* soft light follows the pointer across the sky */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(340px 240px at calc(var(--hx, .5) * 100%) calc(var(--hy, .3) * 100%), rgba(255,255,255,.5), transparent 70%),
    linear-gradient(to bottom, rgba(255,255,255,.05), rgba(255,255,255,0) 40%);
  pointer-events: none;
  z-index: -1;
}

.nav { position: relative; z-index: 100; padding-top: 12px; }

.nav-inner {
  max-width: none;
  margin: 0 auto;
  padding: 0 44px;
  height: 72px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.logo { width: max-content; height: 40px; display: inline-flex; align-items: center; gap: 8px; }
.logo img { width: 29px; height: 29px; }
.logo span { font-family: "Geist", sans-serif; font-size: 25px; font-weight: 650; line-height: 1; letter-spacing: -.045em; transform: translateY(-0.125px); }

.nav-links { display: flex; gap: 6px; align-items: center; }

.nav-link {
  display: inline-flex;
  align-items: center;
  border: 0;
  padding: 8px 13px;
  background: transparent;
  cursor: pointer;
  font-size: 15px;
  font-weight: 460;
  white-space: nowrap;
  transition: opacity .2s ease;
}

.nav-link:hover { opacity: .55; }

.nav-right { justify-self: end; display: flex; align-items: center; gap: 10px; }

.button {
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  cursor: pointer;
  transition: transform .25s var(--ease), background .25s ease;
}

.button:hover { transform: translateY(-2px); }
.button-dark { color: #fafafa; background: #090b0c; }
.button-dark:hover { background: #25292a; }
.button-small { min-width: 94px; padding: 10px 18px; font-size: 14px; }

.hero-copy {
  width: min(980px, 92vw);
  margin: 96px auto 0;
  text-align: center;
  position: relative;
  z-index: 2;
}

.eyebrow {
  font-size: 12px;
  font-weight: 640;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--blue-deep);
}

.hero-eyebrow { margin-bottom: 22px; }

.hero h1 {
  font-size: clamp(52px, 8vw, 92px);
  line-height: .96;
}

/* each line slides up out of a mask — reads as typeset, not a fade */
.hl { display: block; overflow: hidden; }
.hl i { display: block; font-style: normal; }

.hero-sub {
  width: min(640px, 92%);
  margin: 26px auto 0;
  font-size: 18px;
  line-height: 1.55;
  color: #3d4345;
}

/* orchestrated entrance — staggered rise + blur-clear, one move */
.js .hero-eyebrow, .js .hero-sub, .js .hero .intake, .js .hero .intake-note, .js .hero .intake-legal, .js .shot {
  opacity: 0;
  transform: translateY(26px);
  filter: blur(7px);
  animation: rise .9s var(--ease) forwards;
}

.js .hl i { transform: translateY(112%); animation: rise-line 1s var(--ease) forwards; }
.js .hl:nth-child(2) i { animation-delay: .1s; }
.js .hero-sub { animation-delay: .22s; }
.js .hero .intake { animation-delay: .32s; }
.js .hero .intake-note { animation-delay: .4s; }
.js .hero .intake-legal { animation-delay: .46s; }
.js .shot { animation-delay: .55s; }

/* after the entrance ends, JS swaps to this so pointer-tilt owns transform */
.js .shot.shot-live {
  animation: none;
  opacity: 1;
  filter: none;
  transform: perspective(1400px) rotateX(calc(var(--ry, 0) * 1deg)) rotateY(calc(var(--rx, 0) * 1deg));
}

@keyframes rise-line {
  to { transform: translateY(0); }
}

@keyframes rise {
  to { opacity: 1; transform: translateY(0); filter: blur(0); }
}

/* waitlist intake */

.intake {
  margin: 38px auto 0;
  width: max-content;
  max-width: 94%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  box-shadow: inset 0 0 0 1px rgba(9, 11, 12, .1), 0 20px 44px -22px rgba(11, 134, 217, .4);
  backdrop-filter: blur(8px);
}

.intake input:not(.hp) {
  border: 0;
  background: transparent;
  padding: 12px 14px;
  font-size: 15px;
  min-width: 0;
  color: var(--ink);
  outline: none;
}

.intake input:first-of-type:not(.hp) { padding-left: 20px; }
.intake input[name="name"] { width: 120px; }
.intake input[name="email"] { width: 210px; }
.intake input[name="phone"] { width: 150px; }
.intake input:not(.hp) + input:not(.hp) { border-left: 1px solid rgba(9, 11, 12, .12); }

.intake-large input[name="name"] { width: 140px; }
.intake-large input[name="email"] { width: 240px; }
.intake-large input[name="phone"] { width: 170px; }

.intake input::placeholder { color: rgba(9, 11, 12, .4); }
.intake .button { white-space: nowrap; }
.intake .hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; padding: 0; border: 0; }

.intake-note { margin-top: 14px; font-size: 13.5px; color: var(--muted); }
.intake-note [data-waitlist-count] { font-weight: 620; color: var(--ink); font-variant-numeric: tabular-nums; }
.intake-note.is-error { color: #b3261e; }
.intake-legal { margin-top: 10px; font-size: 12px; line-height: 1.5; color: #9aa2a5; max-width: 46ch; }
.intake-legal a { color: var(--muted); text-decoration: underline; text-underline-offset: 2px; }
.intake-legal a:hover { color: var(--ink); }
.intake.is-done input, .intake.is-done .button { display: none; }
.intake.is-done { padding: 14px 26px; }
.intake-done { font-size: 15px; font-weight: 560; }
.intake-done b { color: var(--blue-deep); }

/* ---------- hero visual: the actual report UI ---------- */

.shot {
  position: relative;
  z-index: 2;
  width: min(520px, calc(100vw - 72px));
  margin: 72px auto 0;
  transform: perspective(1400px) rotateX(calc(var(--ry, 0) * 1deg)) rotateY(calc(var(--rx, 0) * 1deg));
  transition: transform .45s var(--ease);
  will-change: transform;
}

.shot-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow:
    0 0 0 1px rgba(9, 11, 12, .05),
    0 30px 80px -30px rgba(9, 11, 12, .45),
    0 80px 140px -60px rgba(11, 134, 217, .4);
}

/* ---------- framed sections (launchpointhq.com rhythm) ---------- */

:root { --frame: min(1240px, calc(100vw - 32px)); }

.section-frame {
  width: var(--frame);
  margin: 0 auto;
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
}

.center-heading {
  min-height: 280px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 30px 60px;
}

.center-heading h2 { font-size: clamp(38px, 4vw, 54px); line-height: 1.04; }
.center-heading p { margin-top: 18px; color: var(--muted); font-size: 16px; }

/* manifesto — words darken on scroll */

.intro { padding: clamp(130px, 16vh, 200px) 40px; border-bottom: 1px solid var(--line); }

.intro-copy {
  max-width: 980px;
  margin: 0 auto;
  color: #b8bbbc;
  font-family: "LP Display", "Geist", sans-serif;
  font-size: clamp(26px, 2.6vw, 38px);
  line-height: 1.26;
  letter-spacing: -.025em;
}
.intro-copy p + p { margin-top: 44px; }
.intro-copy strong { font-weight: 620; }
.manifesto-word { transition: color .45s cubic-bezier(.25, 1, .5, 1); }
.manifesto-word.is-dark { color: var(--ink); }

/* capability — gradient feature cards with live vignettes */

.capability { border-bottom: 1px solid var(--line); }

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 0 24px 100px;
}

.feature-card > p, .security-grid article > p {
  margin: 16px 8px 0;
  color: #626b67;
  font-size: 14px;
  line-height: 1.48;
}
.feature-card strong, .security-grid strong { color: var(--ink); font-weight: 620; }

.feature-art {
  height: 300px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  display: grid;
  place-items: center;
  container-type: size;
  background: #f7f9fa;
}

/* real report UI screenshots fill the card, peeking in from the top */
.feature-art > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

/* flags section */

.flags { border-bottom: 1px solid var(--line); }
.flags-heading { padding: 100px 40px 64px; text-align: center; }
.flags-heading h2 { font-size: clamp(40px, 4vw, 56px); line-height: 1; }
.flags-heading > p { margin-top: 22px; color: var(--muted); font-size: 16px; }
.security-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding: 0 24px 100px; }

/* compare table */

.compare { border-bottom: 1px solid var(--line); }
.compare-table { margin: 0 24px 110px; }
.compare-row {
  display: grid;
  grid-template-columns: 1.4fr .8fr 1fr;
  align-items: center;
  border-top: 1px solid var(--line);
}
.compare-row:last-child { border-bottom: 1px solid var(--line); }
.compare-row > span { padding: 16px 14px; }
.compare-head > span { padding: 14px; font-size: 13px; font-weight: 640; color: var(--muted); }
.compare-brand { display: inline-flex; align-items: center; gap: 7px; color: var(--ink) !important; }
.compare-brand img { width: 18px; height: 18px; }
.compare-label { font-size: 14.5px; font-weight: 540; }
.compare-cell { border-left: 1px solid var(--line); }
.lp-cell { background: var(--blue-ice); }

.mk {
  display: inline-flex;
  align-items: center;
  font-style: normal;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 5px;
}
.mk-yes { background: #dff3fe; color: #0b5ea8; }
.mk-no { background: transparent; color: var(--faint); font-weight: 500; }
.mk-mut { background: var(--page); color: var(--muted); border: 1px solid var(--line); }

/* ---------- chapters ---------- */

.chapter { padding: 120px 0; }
.chapter .wrap { width: min(1120px, 100%); padding: 0 40px; margin: 0 auto; box-sizing: border-box; }
.wrap-center { text-align: center; }
.wrap-center .chapter-sub { margin-left: auto; margin-right: auto; }

.chapter h2 {
  margin-top: 18px;
  font-size: clamp(38px, 4.6vw, 60px);
  line-height: 1.0;
}

.chapter-sub {
  margin-top: 22px;
  width: min(560px, 100%);
  font-size: 17px;
  line-height: 1.6;
  color: #4b5154;
}

.js .scroll-fade, .js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js .scroll-fade.revealed, .js .reveal.revealed { opacity: 1; transform: none; }

/* chapter 01 — flag cards */

.cards {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.card {
  padding: 30px 32px;
  border-radius: 20px;
  background: var(--page);
  border: 1px solid var(--line);
  transition: transform .3s var(--ease), box-shadow .3s ease;
}

.card:hover { transform: translateY(-3px); box-shadow: 0 18px 44px -26px rgba(9, 11, 12, .25); }

.card-glyph {
  width: 42px; height: 42px;
  border-radius: 12px;
  background: var(--blue-ice);
  color: var(--blue-deep);
  display: grid;
  place-items: center;
  margin-bottom: 18px;
}
.card-glyph svg { width: 22px; height: 22px; }

.card h3 { font-size: 21px; letter-spacing: -0.02em; }
.card p { margin-top: 12px; font-size: 15px; line-height: 1.6; color: #4b5154; }

/* chapter 02 — dark */

.chapter-dark {
  background:
    radial-gradient(90% 60% at 50% -10%, rgba(64, 188, 243, .1), transparent 60%),
    var(--ink);
  color: #eef1f2;
}
.chapter-dark .eyebrow-light { color: var(--blue-light); }
.chapter-dark h2 { color: #fafbfb; }
.chapter-dark .chapter-sub { color: #9aa2a5; }

/* signal flow — the real engagement read inside the product */

.flow {
  margin: 52px auto 0;
  max-width: 620px;
}
.flow img {
  display: block;
  width: 100%;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .75), 0 0 0 1px rgba(64, 188, 243, .06);
}

/* compare rows stagger in when the table reveals */

.js .compare-row { opacity: 0; transform: translateY(14px); transition: opacity .55s var(--ease), transform .55s var(--ease); }
.js .compare-table.revealed .compare-row { opacity: 1; transform: none; }
.js .compare-table.revealed .compare-row:nth-child(2) { transition-delay: .06s; }
.js .compare-table.revealed .compare-row:nth-child(3) { transition-delay: .12s; }
.js .compare-table.revealed .compare-row:nth-child(4) { transition-delay: .18s; }
.js .compare-table.revealed .compare-row:nth-child(5) { transition-delay: .24s; }
.js .compare-table.revealed .compare-row:nth-child(6) { transition-delay: .3s; }

.bands {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 40px;
}

.band { display: grid; gap: 10px; }

.band-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.band-head b { font-size: 15px; font-weight: 560; }

.band-flag {
  font-size: 11px;
  font-weight: 680;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.band-ok { color: #6fdcb3; }
.band-warn { color: #f5c76a; }
.band-info { color: var(--blue-light); }

.band-track {
  position: relative;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .09);
  overflow: hidden;
}

.band-range {
  position: absolute;
  top: 0; bottom: 0;
  left: var(--a);
  width: calc(var(--b) - var(--a));
  background: rgba(64, 188, 243, .18);
  border-radius: 999px;
}

.band-fill {
  position: absolute;
  top: 0; bottom: 0;
  left: 0;
  width: var(--w);
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue-mid), var(--blue-light));
  transform-origin: left;
}

.js .band-fill { transform: scaleX(0); transition: transform .9s var(--ease) .15s; }
.js .band.revealed .band-fill { transform: scaleX(1); }

.band p { font-size: 13px; color: #8b9497; font-variant-numeric: tabular-nums; }

.stats {
  margin-top: 72px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.stat { display: grid; gap: 6px; }

.stat b {
  font-family: "LP Display", sans-serif;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 480;
  letter-spacing: -0.04em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  min-height: 1em;
}

.stat span { font-size: 13.5px; color: #8b9497; }

/* chapter 03 — feed strip + steps */

.feed-strip {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.fs-post {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 14px 34px -22px rgba(9, 11, 12, .22);
}

.fs-avatar { width: 34px; height: 34px; border-radius: 50%; flex: none; }
.a1 { background: linear-gradient(135deg, #8fd8fa, #0b86d9); }
.a2 { background: linear-gradient(135deg, #f5c76a, #c07c14); }
.a3 { background: linear-gradient(135deg, #b7bec2, #6b7478); }

.fs-lines { flex: 1; display: grid; gap: 7px; padding-top: 4px; }
.fs-lines i { display: block; height: 7px; border-radius: 4px; background: #eceff0; width: var(--w); }

.fs-tag {
  flex: none;
  padding: 3px 9px;
  border-radius: 5px;
  font-size: 10.5px;
  font-weight: 680;
  letter-spacing: .04em;
}

.t-ok { background: rgba(15, 123, 82, .1); color: var(--ok); }
.t-info { background: rgba(0, 165, 239, .12); color: var(--blue-deep); }
.t-err { background: rgba(179, 38, 30, .08); color: var(--err); }

.steps {
  margin: 56px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.step { position: relative; padding-top: 30px; border-top: 1px solid var(--ink); }

.step-num {
  position: absolute;
  top: -1px;
  right: 0;
  font-family: "LP Display", sans-serif;
  font-size: 15px;
  color: var(--muted);
}

.step h3 { font-size: 21px; letter-spacing: -0.02em; }
.step p { margin-top: 12px; font-size: 15px; line-height: 1.6; color: #4b5154; }

/* final CTA */

.chapter-cta { position: relative; overflow: hidden; padding: 140px 0; background: linear-gradient(180deg, var(--paper), var(--blue-ice) 130%); }
.chapter-cta::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 54%;
  width: 900px;
  height: 900px;
  transform: translate(-50%, -50%);
  background: conic-gradient(from 0deg, transparent 0deg, rgba(0,165,239,.16) 60deg, transparent 130deg, rgba(11,134,217,.1) 210deg, transparent 300deg);
  border-radius: 50%;
  filter: blur(46px);
  pointer-events: none;
}
.js .chapter-cta::before { animation: auroraSpin 26s linear infinite; }
@keyframes auroraSpin { to { transform: translate(-50%, -50%) rotate(360deg); } }
.chapter-cta .wrap { position: relative; }
.chapter-cta h2 { font-size: clamp(44px, 5.6vw, 72px); }
.chapter-cta .intake-large { margin-top: 44px; }

/* footer */

.foot { padding: 40px 0 56px; }
.foot-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.foot .logo span { font-size: 21px; }
.foot p { font-size: 13px; color: var(--muted); }
.foot-links { display: flex; gap: 18px; }
.foot-links a { font-size: 13px; color: var(--muted); text-decoration: none; }
.foot-links a:hover { color: var(--ink); }

/* legal pages */

.legal-page { background: #fdfefe; }
.legal-head { display: flex; justify-content: center; padding: 26px 24px 0; }
.legal-head .logo { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; color: var(--ink); font-weight: 640; font-size: 21px; }
.legal { max-width: 640px; margin: 0 auto; padding: 72px 24px 96px; }
.legal h1 { font-family: var(--display); font-size: clamp(34px, 5vw, 48px); font-weight: 560; letter-spacing: -.02em; }
.legal-meta { margin-top: 10px; font-size: 13px; color: var(--muted); }
.legal h2 { margin-top: 40px; font-size: 17px; font-weight: 640; }
.legal p, .legal li { margin-top: 10px; font-size: 14.5px; line-height: 1.7; color: #3d4346; }
.legal ul { padding-left: 20px; }
.legal a { color: var(--blue-deep); }

/* ---------- responsive ---------- */

@media (max-width: 900px) {
  .nav-links { display: none; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; gap: 28px; }
  .cards, .bands { grid-template-columns: 1fr; }
  .feature-grid, .security-grid { grid-template-columns: 1fr; padding-bottom: 64px; }
  .compare-table { margin-bottom: 64px; }
  .compare-label { font-size: 12.5px; }
  .mk { font-size: 10.5px; padding: 3px 9px; }
  .intro { padding: 96px 24px; }
  .chapter .wrap { padding: 0 24px; }
  .feed-strip { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .shell { margin: 10px; border-radius: 20px; }
  .nav-inner { padding: 0 20px; height: 60px; }
  .hero { padding-bottom: 64px; }
  .hero-copy { margin-top: 64px; }
  .hero h1 { font-size: clamp(38px, 11.5vw, 56px); }
  .hero-sub { font-size: 16px; }
  .intake { flex-direction: column; align-items: stretch; border-radius: 22px; padding: 8px; width: calc(100vw - 84px); }
  .intake input:not(.hp) { width: 100% !important; min-width: 0; padding: 12px 14px; }
  .intake input:not(.hp) + input:not(.hp) { border-left: 0; border-top: 1px solid rgba(9, 11, 12, .1); }
  .intake input:first-of-type:not(.hp) { padding-left: 14px; }
  .intake .button { width: 100%; }
  .shot { width: calc(100vw - 64px); }
  .chapter { padding: 84px 0; }
  .chapter .wrap { width: calc(100vw - 48px); }
  .chapter-cta { padding: 100px 0; }
}

/* ---------- reduced motion ---------- */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .hero-eyebrow, .js .hl i, .js .hero-sub, .js .hero .intake, .js .hero .intake-note, .js .hero .intake-legal, .js .shot,
  .js .scroll-fade, .js .reveal {
    animation: none;
    transition: none;
    opacity: 1;
    transform: none;
    filter: none;
  }
  .js .compare-row { opacity: 1; transform: none; transition: none; }
  .js .hero::before, .js .chapter-cta::before { animation: none; }
  .manifesto-word { color: var(--ink) !important; transition: none; }
  .js .band-fill { transform: none; transition: none; }
  .shot { transform: none !important; }
}
