/* ================================================================
   Caldra Learning — landing page scenes
   ================================================================ */

/* ---------------- HERO ---------------- */
.hero {
  min-height: 100vh; min-height: 100svh;
  display: flex; align-items: center;
  padding: calc(var(--nav-h) + 7vh) 0 70px;
  overflow: hidden;
}
.hero-copy .kicker { display: block; margin-bottom: 1.6rem; }
.hero-copy h1 {
  font-size: clamp(50px, 8.6vw, 122px);
  line-height: 0.99;
  letter-spacing: -0.028em;
  font-variation-settings: "SOFT" 75, "opsz" 144;
}
.hero-copy h1 .genius {
  font-style: italic; white-space: nowrap;
  background: linear-gradient(100deg, #F5A623 0%, #E85D3C 55%, #C4482E 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}
.hero-copy h1 .l2 { display: block; color: var(--ink-soft); }
.orb-seat { display: inline-block; width: 0.6em; height: 0.05em; margin-left: 0.18em; vertical-align: 0.34em; position: relative; }
.hero-sub { max-width: 54ch; color: var(--ink-soft); font-size: 19px; margin-top: 2rem; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 2.2rem; }
.hero-hi { font-family: 'Fraunces', serif; font-style: italic; font-size: 15.5px; color: var(--ink-mute); margin-top: 1.6rem; }

.hero-chips {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px;
  border-top: 1px solid var(--line);
  margin-top: 6vh; padding-top: 1.8rem;
}
.chip .chip-k {
  font-family: 'JetBrains Mono', monospace; font-size: 10px; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--coral);
  border-bottom: 2px solid rgba(232, 93, 60, 0.35); padding-bottom: 3px;
}
.chip p { font-size: 13.5px; color: var(--ink-soft); margin-top: 0.6rem; line-height: 1.45; }

/* ---------------- HERO FILM OPEN (scroll-scrubbed clip) ----------------
   300vh runway, sticky viewport. The still is the markup default; the
   canvas scrubs the 101-frame sequence over it. Static/no-JS/reduced
   motion all resolve to still + copy. */
.hero-clip { min-height: 0; height: 300vh; padding: 0; display: block; overflow: visible; }
.hero-stick {
  position: sticky; top: 0;
  height: 100vh; height: 100svh;
  overflow: hidden;
  display: flex; align-items: flex-end;
  padding: calc(var(--nav-h) + 2vh) 0 34px;
}
/* over the film the type sits lower and a size down — the frame breathes */
.hero-clip .hero-copy h1 { font-size: clamp(42px, 6.6vw, 92px); }
.hero-clip .hero-sub { margin-top: 1.3rem; }
.hero-clip .hero-ctas { margin-top: 1.6rem; }
.hero-clip .hero-hi { margin-top: 1.1rem; }
.hero-clip .hero-chips { margin-top: 3.5vh; padding-top: 1.4rem; }
.hero-media { position: absolute; inset: 0; }
.hero-media .hero-fallback,
.hero-media .hero-canvas {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.hero-canvas { opacity: 0; }
body.anim .hero-canvas { opacity: 1; transition: opacity 0.35s ease; }
/* warm paper scrim — keeps ink type legible over the film */
.hero-scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(250, 243, 231, 0) 26%, rgba(250, 243, 231, 0.88) 64%, rgba(250, 243, 231, 0.97) 100%),
    linear-gradient(100deg, rgba(250, 243, 231, 0.7) 0%, rgba(250, 243, 231, 0.25) 40%, rgba(250, 243, 231, 0) 66%);
}
.hero-overlay { position: relative; z-index: 2; will-change: opacity, transform; }
/* the film's own orb carries the hero — the site orb waits its turn */
body.in-clip-hero .orb { opacity: 0 !important; pointer-events: none; }
/* static/reduced-motion: the still already contains the orb character */
body.static .orb { opacity: 0 !important; pointer-events: none; }
body.static .hero-clip { height: auto; }
body.static .hero-clip .hero-stick { position: relative; height: auto; min-height: 100vh; }
body.static .hero-canvas { display: none; }

/* ---------------- HEAR THE MOMENT (voice demo player) ---------------- */
.hear-moment {
  display: flex; align-items: center; gap: 16px;
  margin-top: 14px; padding: 12px 14px;
  border: 1px solid var(--line); border-radius: 14px;
  background: rgba(255, 255, 255, 0.55);
}
.hm-meta { min-width: 0; }
.hm-title { font-family: 'Fraunces', serif; font-style: italic; font-size: 15px; color: var(--ink); }
.hm-caption { font-size: 12px; color: var(--ink-mute); margin-top: 2px; }
.hm-who {
  font-family: 'JetBrains Mono', monospace; font-size: 10px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-mute);
  margin-top: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.hm-q {
  font-size: 13px; font-style: italic; color: var(--ink-soft);
  margin-top: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.hm-wave { flex: 1; display: flex; align-items: center; gap: 2px; height: 30px; min-width: 60px; }
.hm-wave span { flex: 1; border-radius: 2px; background: rgba(42, 33, 24, 0.16); transition: background 0.15s; }
.hm-wave span.lit { background: var(--coral); }
.hm-play {
  width: 48px; height: 48px; border-radius: 50%; border: 0; flex: 0 0 auto;
  background: var(--coral); color: #FAF3E7;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: transform 0.12s ease, background 0.2s ease;
}
.hm-play:hover { background: #C4482E; }
.hm-play:active { transform: scale(0.94); }
.hm-play:focus-visible { outline: 2px solid var(--coral); outline-offset: 3px; }
.hm-play .hm-ic-pause { display: none; }
.hear-moment.playing .hm-ic-pause { display: block; }
.hear-moment.playing .hm-ic-play { display: none; }
.hm-play[aria-disabled="true"] { opacity: 0.45; cursor: default; }

/* hero load choreography */
body.anim .rise { opacity: 0; transform: translateY(30px); animation: rise-in 1s cubic-bezier(.22,.9,.3,1) forwards; }
body.anim .rise.d1 { animation-delay: .1s; } body.anim .rise.d2 { animation-delay: .24s; }
body.anim .rise.d3 { animation-delay: .38s; } body.anim .rise.d4 { animation-delay: .52s; }
body.anim .rise.d5 { animation-delay: .72s; }
@keyframes rise-in { to { opacity: 1; transform: none; } }

/* film-title masked lines (hero h1) */
.ml { display: block; overflow: hidden; padding-bottom: 0.1em; margin-bottom: -0.1em; }
.mli { display: inline-block; }
body.anim .mli { transform: translateY(115%); animation: ml-up 1.25s cubic-bezier(.16,1,.3,1) forwards; }
body.anim .ml:nth-child(1) .mli { animation-delay: .18s; }
body.anim .ml:nth-child(2) .mli { animation-delay: .4s; }
@keyframes ml-up { to { transform: none; } }

/* word-cinema for section headings */
.wsplit .wu { display: inline-block; overflow: hidden; vertical-align: top; padding-bottom: 0.14em; margin-bottom: -0.14em; }
.wsplit .wi { display: inline-block; }
body.anim .wsplit .wi { transform: translateY(120%); transition: transform .95s cubic-bezier(.16,1,.3,1); }
body.anim .wsplit.in .wi { transform: none; }

/* ink words — paragraph lights up as you read-scroll */
.ink-words .iw { display: inline-block; color: rgba(243, 231, 210, 0.20); transition: color .4s; }
.ink-words .iw.lit { color: rgba(243, 231, 210, 0.92); }
.ink-words .iw .one-right { color: inherit; }
.ink-words .iw.lit .one-right { color: #F0A860; }
body:not(.anim) .ink-words .iw { color: rgba(243, 231, 210, 0.92); }
body:not(.anim) .ink-words .iw .one-right { color: #F0A860; }

/* scroll cue */
.scroll-cue {
  position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  transition: opacity .6s;
}
.scroll-cue span { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--ink-mute); }
.scroll-cue i { width: 1px; height: 42px; background: var(--gold); transform-origin: top; animation: cue-pulse 1.8s ease-in-out infinite; }
@keyframes cue-pulse { 0% { transform: scaleY(0); } 55% { transform: scaleY(1); } 100% { transform: scaleY(0); transform-origin: bottom; } }
body[data-scrolled] .scroll-cue { opacity: 0; }

/* hero CTA: confident static presence — pulsing glows read as growth-hack, not luxury */
.hero .btn-coral { box-shadow: 0 10px 30px rgba(196, 72, 46, 0.28); }

/* section glow washes */
.subjects::before, .bigger::before, .pricing-teaser::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(620px 420px at 82% 22%, rgba(232, 93, 60, 0.06), transparent 70%);
}
.founder::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(560px 380px at 50% 20%, rgba(176, 137, 84, 0.10), transparent 70%);
}

/* ---------------- PROBLEM (night) ---------------- */
.problem {
  padding-top: 110px;
  width: calc(100% - clamp(20px, 4vw, 56px));
  margin: 44px auto 0;
  border-radius: clamp(28px, 4vw, 52px);
}
.problem .lead-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 60px; align-items: start; }
.problem h2 { font-size: clamp(32px, 4.6vw, 52px); margin-top: 1rem; }
.problem h2 em { color: #F0A860; font-style: italic; }
.problem .lead-grid p { color: rgba(243, 231, 210, 0.72); margin-top: 1.4rem; font-size: 17.5px; }

/* decay scrub */
.decay-stage { text-align: center; width: min(860px, 92vw); }
.decay-num {
  font-family: 'Fraunces', serif; font-weight: 500;
  font-size: clamp(90px, 17vw, 210px); line-height: 1;
  color: #F0A860; font-variant-numeric: tabular-nums; letter-spacing: -0.02em;
}
.decay-label { font-family: 'Fraunces', serif; font-style: italic; font-size: clamp(19px, 2.6vw, 27px); color: rgba(243, 231, 210, 0.85); margin-top: 0.4rem; }
.decay-sub { color: rgba(243, 231, 210, 0.55); font-size: 15px; margin-top: 0.6rem; }
.decay-dots {
  display: grid; grid-template-columns: repeat(20, 1fr); gap: 7px;
  width: min(560px, 84vw); margin: 2.6rem auto 0;
}
.decay-dots span {
  aspect-ratio: 1; border-radius: 50%;
  background: #F0A860; opacity: 0.9; transition: opacity .5s, background .5s;
}
.decay-dots span.off { opacity: 0.10; background: var(--night-text); }
.decay-cite { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.08em; color: rgba(243, 231, 210, 0.4); margin-top: 2.4rem; }
.problem-close { padding: 90px 0 110px; }
.problem-close p { max-width: 62ch; color: rgba(243, 231, 210, 0.75); font-size: 18px; margin: 1.2rem 0; }
.problem-close .one-right { color: #F0A860; font-style: italic; }

/* ---------------- TEACH (chat scrub) ---------------- */
.teach-head { text-align: left; max-width: 620px; margin-bottom: 0; }
.chat-stage { width: min(680px, 92vw); }
.chat-stage .sect-head { margin-bottom: 2rem; }
.chat-panel {
  background: var(--paper-3); border: 1px solid var(--line); border-radius: 24px;
  padding: 26px 26px 20px;
  box-shadow: 0 24px 70px rgba(42, 33, 24, 0.09);
  max-width: 560px; margin-right: auto;
}
@media (max-width: 860px) { .chat-panel { max-width: none; margin-right: 0; } }
.chat-panel .chat-top {
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid var(--line); padding-bottom: 12px; margin-bottom: 16px;
}
.chat-panel .chat-top .who { display: flex; align-items: center; gap: 9px; font-weight: 600; font-size: 14.5px; }
.chat-panel .chat-top .who i { width: 18px; height: 18px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #FFD9A0, #E85D3C 80%); }
.chat-panel .chat-top .mono { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); }
.msg { max-width: 82%; padding: 11px 15px; border-radius: 16px; font-size: 15.5px; margin: 9px 0; }
.msg.kid { margin-left: auto; background: var(--coral); color: #fff; border-bottom-right-radius: 4px; }
.msg.cal { background: var(--paper-2); color: var(--ink); border-bottom-left-radius: 4px; }
.think-chip {
  width: max-content; margin: 12px auto;
  font-family: 'JetBrains Mono', monospace; font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--gold); background: rgba(176, 137, 84, 0.10);
  border: 1px dashed rgba(176, 137, 84, 0.4); border-radius: 999px; padding: 6px 14px;
}
body.anim .chat-panel .msg, body.anim .chat-panel .think-chip { opacity: 0; will-change: opacity, transform; }
.chat-note { text-align: center; font-family: 'Fraunces', serif; font-style: italic; color: var(--ink-mute); font-size: 15px; margin-top: 1.4rem; }

/* ---------------- LETTERS (phonics, staged) ---------------- */
.letters-stage { text-align: center; width: min(820px, 94vw); }
.letters-stage .h-mid { margin-bottom: 2.2rem; }
.letters-row { display: flex; gap: 0.16em; justify-content: center; align-items: flex-start; font-size: clamp(80px, 14vw, 180px); }
.lu { display: flex; flex-direction: column; align-items: center; }
.lu .l {
  font-family: 'Fraunces', serif; font-weight: 500; line-height: 1;
  display: block; will-change: transform, opacity;
  transition: color .5s;
}
.letters-row.lit .l { color: var(--coral); }
.lsound {
  font-family: 'Fraunces', serif; font-style: italic;
  font-size: clamp(15px, 2vw, 22px); color: var(--gold);
  margin-top: 0.55rem; will-change: opacity;
}
.lword {
  font-family: 'Fraunces', serif; font-style: italic;
  font-size: clamp(20px, 3vw, 30px); color: var(--coral-deep);
  margin-top: 1.4rem; will-change: opacity;
}
.lword b { font-style: normal; font-weight: 600; }
body.anim .lu .l, body.anim .lsound, body.anim .lword { opacity: 0; }
.letters-cat { width: clamp(110px, 16vw, 170px); margin: 1.4rem auto 0; }
.letters-cat path, .letters-cat circle.draw { fill: none; stroke: var(--ink); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.letters-caption { font-family: 'Fraunces', serif; font-style: italic; font-size: clamp(18px, 2.4vw, 24px); color: var(--ink-soft); margin-top: 1.4rem; }
body.anim .letters-caption { opacity: 0; }
.scene-eyebrow { margin-bottom: 2.2rem; display: inline-block; }

/* ---------------- ADAPT (threads) ---------------- */
.adapt-stage { width: min(940px, 94vw); text-align: center; }
.adapt-canvas-wrap {
  position: relative; width: 100%; aspect-ratio: 16 / 8.4;
  background: var(--paper-3); border: 1px solid var(--line); border-radius: 26px;
  box-shadow: 0 24px 70px rgba(42, 33, 24, 0.08);
  overflow: hidden;
}
.adapt-canvas-wrap canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.adapt-caps { position: relative; height: 2.4em; margin-top: 1.5rem; }
.adapt-caps span {
  position: absolute; left: 0; right: 0;
  font-family: 'Fraunces', serif; font-style: italic; font-size: clamp(17px, 2.3vw, 23px); color: var(--ink-soft);
  opacity: 0;
}
body:not(.anim) .adapt-caps span:last-child { opacity: 1; }

/* ---------------- TENS ---------------- */
.tens-stage { text-align: center; width: min(760px, 94vw); }
.tens-big { font-family: 'Fraunces', serif; font-size: clamp(72px, 12vw, 130px); line-height: 1; }
.tens-label { position: relative; height: 2em; margin-top: 0.4rem; }
.tens-label span {
  position: absolute; left: 0; right: 0;
  font-family: 'Fraunces', serif; font-style: italic; font-size: clamp(19px, 2.6vw, 26px); color: var(--ink-soft);
}
.tens-label .t2 { opacity: 0; color: var(--coral-deep); }
body:not(.anim) .tens-label .t1 { opacity: 0; }
body:not(.anim) .tens-label .t2 { opacity: 1; }
.tens-field { position: relative; width: min(560px, 90vw); height: 210px; margin: 2.6rem auto 0; }
.ten-frame {
  position: absolute; left: 0; top: 8px; width: 330px; height: 138px;
  border: 2px dashed rgba(176, 137, 84, 0.0); border-radius: 18px;
  transition: border-color .6s;
}
.ten-frame.on { border-color: rgba(232, 93, 60, 0.55); }
.three-frame {
  position: absolute; right: 12px; top: 42px; width: 148px; height: 70px;
  border: 2px dashed rgba(176, 137, 84, 0.0); border-radius: 16px;
  transition: border-color .6s;
}
.three-frame.on { border-color: rgba(192, 138, 30, 0.6); }
.tens-dot {
  position: absolute; width: 40px; height: 40px; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #FFD9A0, #E85D3C 78%);
  box-shadow: 0 6px 16px rgba(196, 72, 46, 0.25);
  will-change: transform;
}

/* ---------------- REAL, NOT SCRIPTED ---------------- */
.real-q {
  font-family: 'Fraunces', serif; font-style: italic;
  font-size: clamp(22px, 3vw, 32px); line-height: 1.35;
  color: var(--coral-deep); max-width: 26ch;
  border-left: 3px solid rgba(232, 93, 60, 0.35); padding-left: 1.4rem;
  margin: 0 0 2.6rem;
}
.real-panels { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 22px; }
.real-panel {
  background: var(--paper-3); border: 1px solid var(--line); border-radius: 22px;
  padding: 22px;
  box-shadow: 0 20px 55px rgba(42, 33, 24, 0.07);
}
.real-meta { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.real-panel .msg { max-width: 92%; }
.real-note { font-size: 10.5px; letter-spacing: 0.12em; color: var(--ink-mute); margin-top: 1.8rem; }

/* ---------------- UNDER THE HOOD ---------------- */
.under-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 20px; }
.under-grid .u { border-top: 2px solid rgba(232, 93, 60, 0.5); padding-top: 1rem; }
.under-grid .u b {
  display: block; font-family: 'Fraunces', serif; font-weight: 500;
  font-size: clamp(34px, 3.6vw, 46px); line-height: 1; color: var(--coral-deep);
  font-variant-numeric: tabular-nums;
}
.under-grid .u span { display: block; font-size: 14px; color: var(--ink-soft); margin-top: 0.5rem; line-height: 1.45; }

/* ---------------- ONE SUBSCRIPTION, NOT FIVE ---------------- */
.pile-row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-top: 0.6rem; }
.pile-item {
  border: 1px dashed var(--ink-mute); border-radius: 999px; padding: 8px 16px;
  font-size: 14px; color: var(--ink-mute); text-decoration: line-through;
  text-decoration-color: rgba(196, 72, 46, 0.6);
}
.pile-plus, .pile-arrow { font-family: 'JetBrains Mono', monospace; color: var(--ink-mute); font-size: 14px; }
.pile-arrow { font-size: 18px; color: var(--coral-deep); }
.pile-one {
  background: linear-gradient(120deg, var(--coral) 0%, #F0813C 100%); color: #fff;
  border-radius: 999px; padding: 10px 22px; font-size: 15px; font-weight: 700;
  box-shadow: 0 10px 28px rgba(196, 72, 46, 0.30);
}

/* ---------------- OBJECTIONS ---------------- */
.objections .cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
.obj-card {
  background: var(--paper-3); border: 1px solid var(--line); border-radius: 20px;
  padding: 1.7rem 1.7rem 1.5rem;
  transition: transform .25s, box-shadow .25s;
}
.obj-card:hover { transform: translateY(-4px); box-shadow: 0 20px 50px rgba(42, 33, 24, 0.10); }
.obj-card .q { font-family: 'JetBrains Mono', monospace; font-size: 12px; color: var(--ink-mute); letter-spacing: 0.02em; }
.obj-card h3 { font-size: 20px; margin: 0.7rem 0 0.5rem; }
.obj-card p { font-size: 14.5px; color: var(--ink-soft); }
.obj-card p em { color: var(--coral-deep); font-style: normal; font-weight: 600; }

/* ---------------- SUBJECTS ---------------- */
.subjects-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 48px; align-items: start; }
.subject-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.subject-pills button {
  border: 1px solid var(--line); background: var(--paper-3); color: var(--ink-soft);
  border-radius: 999px; padding: 9px 18px; font-size: 14px; font-weight: 600;
  cursor: pointer; transition: all .3s;
}
.subject-pills button.on { color: #fff; border-color: transparent; transform: scale(1.05); }
.subject-line {
  margin-top: 2rem; min-height: 4.2em;
  font-family: 'Fraunces', serif; font-style: italic; font-size: clamp(21px, 2.8vw, 30px); line-height: 1.35;
  transition: color .4s;
}
.subject-note { font-size: 14px; color: var(--ink-mute); margin-top: 1rem; }

/* ---------------- CHATBOT COMPARE ---------------- */
.compare { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.comp-col { border-radius: 22px; padding: 1.9rem; }
.comp-col.raw { background: var(--paper-2); border: 1px solid var(--line); }
.comp-col.cal { background: linear-gradient(150deg, var(--night) 0%, #3A2415 100%); color: var(--night-text); }
.comp-col h3 { font-size: 21px; margin-bottom: 1.1rem; }
.comp-col ul { list-style: none; }
.comp-col li { display: flex; gap: 12px; padding: 0.6rem 0; font-size: 15px; color: var(--ink-soft); border-bottom: 1px solid rgba(42, 33, 24, 0.07); }
.comp-col li:last-child { border-bottom: none; }
.comp-col.cal li { color: rgba(243, 231, 210, 0.82); border-bottom-color: rgba(243, 231, 210, 0.1); }
.comp-col li .mk { font-family: 'JetBrains Mono', monospace; font-weight: 600; font-size: 13px; padding-top: 1px; }
.comp-col.raw li .mk { color: var(--ink-mute); }
.comp-col.cal li .mk { color: #F0A860; }

/* ---------------- PARENT REPORT ---------------- */
.parent-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: center; }
.report-card {
  background: var(--paper-3); border: 1px solid var(--line); border-radius: 24px;
  padding: 26px; box-shadow: 0 26px 70px rgba(42, 33, 24, 0.10);
}
.report-card .r-top { display: flex; justify-content: space-between; align-items: baseline; border-bottom: 1px solid var(--line); padding-bottom: 14px; }
.report-card .r-top .t { font-weight: 700; font-size: 15px; }
.report-card .r-top .mono { font-size: 10.5px; letter-spacing: 0.14em; color: var(--ink-mute); }
.report-card h3 { font-size: 22px; margin: 1.1rem 0 0.2rem; }
.report-card .r-meta { font-size: 13px; color: var(--ink-mute); }
.r-stats { display: flex; gap: 10px; flex-wrap: wrap; margin: 1.1rem 0 0.4rem; }
.r-stat { background: var(--paper-2); border-radius: 12px; padding: 8px 13px; font-size: 12.5px; color: var(--ink-soft); }
.r-stat b { display: block; font-size: 16px; color: var(--ink); font-variant-numeric: tabular-nums; }
.report-card .r-note { font-family: 'Fraunces', serif; font-size: 15.5px; color: var(--ink-soft); margin: 0.8rem 0 1.2rem; }
.r-bar-row { display: flex; justify-content: space-between; font-size: 13px; margin-top: 0.9rem; }
.r-bar-row .lv { color: var(--ink-mute); }
.r-bar { height: 7px; background: var(--paper-2); border-radius: 4px; margin-top: 5px; overflow: hidden; }
.r-bar i { display: block; height: 100%; border-radius: 4px; width: 0; transition: width 1.2s cubic-bezier(.22,.9,.3,1); }
body:not(.anim) .r-bar i { width: var(--w) !important; }
.gentle {
  margin-top: 1.4rem; background: #E9EBDD; border: 1px solid #CBD2B2; border-radius: 14px; padding: 12px 15px;
}
.gentle .mono { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: #5A6B33; }
.gentle p { font-size: 13.5px; color: #4A5A2E; margin-top: 4px; }

/* ---------------- BIGGER IDEA ---------------- */
.bigger h2 em { color: var(--coral); font-style: italic; }
.bigger .proofs { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin-top: 3rem; }
.proof { border-top: 2px solid var(--coral); padding-top: 1.2rem; }
.proof h3 { font-size: 20px; }
.proof p { font-size: 15px; color: var(--ink-soft); margin-top: 0.5rem; }

/* ---------------- FOUNDER ---------------- */
.founder { background: var(--paper-2); }
.founder-card { max-width: 760px; margin: 0 auto; text-align: center; }
.founder-card .fq { font-family: 'Fraunces', serif; font-size: clamp(24px, 3.4vw, 36px); line-height: 1.35; }
.founder-card .fq em { color: var(--coral-deep); }
.founder-card .fbody { color: var(--ink-soft); font-size: 17px; margin-top: 1.6rem; }
.founder-card .fsig { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-top: 2rem; }

/* ---------------- ECOSYSTEM ---------------- */
.eco { text-align: center; padding: 90px 0; }
.eco p { font-family: 'Fraunces', serif; font-style: italic; font-size: clamp(19px, 2.6vw, 26px); color: var(--ink-soft); max-width: 46ch; margin: 0 auto; }
.eco .mono { display: block; margin-bottom: 1.2rem; font-size: 10.5px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); }

/* ---------------- PRICING TEASER ---------------- */
.pricing-teaser .plans { max-width: 780px; }
.pricing-more { margin-top: 2rem; }
.pricing-more a { font-weight: 700; color: var(--coral-deep); font-size: 15.5px; }

/* ---------------- CHAPTER NUMBERS ---------------- */
.chno { color: var(--ink-mute); margin-right: 1.1em; font-weight: 500; }
.night .chno { color: rgba(243, 231, 210, 0.45); }

/* ---------------- FINALE (giant wordmark) ---------------- */
.finale { padding: 20px 0 0; overflow: hidden; }
.finale-mark {
  font-family: 'Fraunces', serif; font-weight: 600;
  font-size: clamp(110px, 20.5vw, 300px);
  line-height: 0.82; text-align: center;
  letter-spacing: -0.02em;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(42, 33, 24, 0.22);
  margin-bottom: -0.04em;
  user-select: none;
}
.finale-mark .dot {
  color: var(--coral);
  -webkit-text-stroke: 0;
  position: relative;
}
/* the orb takes over as the period while animations run; the glyph
   stays for no-JS and reduced-motion visitors */
body.anim .finale-mark .dot { color: transparent; }
.dot-seat {
  /* centered WITHOUT transform — offset-based anchor measurement
     cannot see transforms; bottom 0.28em rests the orb's underside on
     the type baseline so it reads as period ink, not a fallen dot */
  position: absolute; left: calc(50% - 0.1em); bottom: 0.28em;
  width: 0.2em; height: 0.2em;
  font-style: normal;
}

/* ---------------- WAITLIST ---------------- */
.waitlist { padding: 215px 0 130px; text-align: center; }
.waitlist h2 { font-size: clamp(32px, 4.8vw, 54px); max-width: 18ch; margin: 1rem auto 0; }
.waitlist .wl-sub { max-width: 52ch; margin: 1.4rem auto 0; color: var(--ink-soft); font-size: 17.5px; }
.wl-form { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-top: 2.4rem; }
.wl-form input {
  width: min(340px, 86vw); padding: 14px 22px; border-radius: 999px;
  border: 1.5px solid var(--line); background: var(--paper-3); color: var(--ink);
  font-size: 15.5px; outline: none; transition: border-color .25s, box-shadow .25s;
}
.wl-form input:focus { border-color: var(--coral); box-shadow: 0 0 0 4px rgba(232, 93, 60, 0.12); }
.wl-msg { margin-top: 1.2rem; font-size: 15px; color: var(--moss); font-weight: 600; min-height: 1.4em; }
.wl-msg a { color: var(--coral-deep); text-decoration: underline; }
.wl-micro { font-family: 'JetBrains Mono', monospace; font-size: 10.5px; letter-spacing: 0.14em; color: var(--ink-mute); margin-top: 1.6rem; }

/* ---------------- shared scene bits ---------------- */
.h-mid { font-size: clamp(24px, 3.2vw, 36px); margin-top: 0.8rem; }
.chat-stage .sect-head { margin-bottom: 1.8rem; }
.adapt-stage .h-mid { margin-bottom: 2rem; }
.subjects-stage { position: relative; min-height: 360px; }
.r-cap { text-align: center; font-size: 10.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-mute); margin-top: 1rem; }

/* ---------------- responsive ---------------- */
@media (max-width: 860px) {
  .hero { padding-top: calc(var(--nav-h) + 5vh); }
  .hero-rings span:nth-child(3) { display: none; }
  .hero-chips { grid-template-columns: 1fr 1fr; gap: 18px; }
  .problem .lead-grid { grid-template-columns: 1fr; gap: 20px; }
  .subjects-grid, .parent-grid { grid-template-columns: 1fr; gap: 30px; }
  .compare { grid-template-columns: 1fr; }
  .ten-frame { width: 62%; }
  .three-frame { width: 27%; }
  .tens-dot { width: 30px; height: 30px; }
}
