/* ====================================================================
   iBOrbit Intensives — page-scoped styles
   Layers on top of:
     - ../../colors_and_type.css   (design tokens)
     - ../landing/landing.css      (shared section/atoms)
   Only define what differs from landing or what's net-new.
   ==================================================================== */

/* ---- Plus Jakarta Sans takes priority ---------------------------- */
:root { --font-sans: "Plus Jakarta Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif; }
body { font-family: var(--font-sans); }

/* Jakarta tops out at 800 — re-map the heaviest tokens so headings stay tight */
:root {
  --w-heavy: 800;
  --w-black: 800;

  /* ---- Intensives design system tokens (unified radii + shadows) ---- */
  --ir-radius-card:    20px;   /* large cards: coach, product, intake, parents */
  --ir-radius-card-lg: 24px;   /* hero-scale: drawer, modal, product-card hero */
  --ir-radius-inner:   14px;   /* nested elements: transcript-thumb, price matrix */
  --ir-radius-chip:    8px;    /* pills, label-chips, micro-buttons */

  --ir-line:           rgba(26,22,12,.08);   /* default hairline border */
  --ir-line-soft:      rgba(26,22,12,.06);   /* even softer divider */

  /* Editorial shadow rhythm — quieter than v1 */
  --ir-shadow-card:    0 18px 44px rgba(28,22,12,.055), 0 1px 3px rgba(28,22,12,.04), inset 0 1px 0 rgba(255,255,255,.92);
  --ir-shadow-lift:    0 24px 60px rgba(28,22,12,.075), 0 2px 6px rgba(28,22,12,.05), inset 0 1px 0 rgba(255,255,255,.94);
  --ir-shadow-modal:   0 50px 120px rgba(8,9,18,.30), 0 14px 36px rgba(8,9,18,.16), inset 0 1px 0 rgba(255,255,255,.95);
}

/* Display tightening for Jakarta specifically — slightly looser line + tracking */
.intensives h1, .intensives h2 { font-weight: 800; letter-spacing: -.038em; }
.intensives h3, .intensives h4 { font-weight: 700; letter-spacing: -.028em; }

/* Lighter eyebrow text-shadow — landing.css ships a heavy 24px blur that
   reads as a glow-blob during low-DPR rasterization; tone it down for
   intensives so the actual text always reads first. */
.intensives .eyebrow {
  text-shadow: 0 2px 8px rgba(104,69,245,.10);
}

/* ============== Nav overrides — "INTENSIVES" sub-label ============== */
.nav.intensives-nav { grid-template-columns: 1fr auto 1fr; }
.nav.intensives-nav .brand { display: inline-flex; align-items: center; gap: 12px; }
.nav.intensives-nav .brand .logo { width: 96px; height: 38px; }
.nav.intensives-nav .brand .sub {
  display: inline-flex; align-items: center;
  padding: 4px 9px; border-radius: 7px;
  background: var(--purple-soft); color: var(--purple);
  font-size: 10.5px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase;
  border: 1px solid rgba(104,69,245,.1);
}
.nav.intensives-nav .links { gap: 32px; font-size: 13.5px; }

/* ============== Hero — overrides ============== */
.intensives .hero { padding-top: 100px; padding-bottom: 32px; }
.intensives .hero-grid {
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
}

.intensives .hero h1 {
  font-size: 64px; font-weight: 800;
  max-width: 580px; line-height: .98; letter-spacing: -.038em;
  margin: 22px 0 20px;
}
.intensives .hero h1 .scribble::after {
  left: -2%; right: -4%; bottom: -.14em; border-bottom-width: 4px; transform: rotate(-1.6deg);
}
.intensives .hero-copy .lede {
  font-size: 18.5px; line-height: 1.55; color: var(--ink-2); max-width: 540px;
  margin: 0 0 26px;
  font-weight: 500;
}
.intensives .hero-actions { display: flex; gap: 12px; margin: 0 0 14px; flex-wrap: wrap; }
.intensives .hero-actions .btn { height: 58px; padding: 0 26px; font-size: 15px; }
.intensives .hero-actions .btn.white { background: linear-gradient(180deg, #fff, rgba(255,255,255,.78)); }
.intensives .hero-microline {
  font-size: 12.5px; color: var(--soft); line-height: 1.55; max-width: 460px;
  letter-spacing: -.005em; margin: 0;
}

/* ---- Right column: visual stage ---- */
.intensives .hero-visual { position: relative; height: 540px; }

/* Quieter orbit density — 2 orbits instead of 3, lower opacity */
.intensives .orbit.a {
  width: 680px; height: 460px; left: -30px; top: 30px; transform: rotate(-8deg);
  opacity: .55;
}
.intensives .orbit.b {
  width: 560px; height: 560px; right: -30px; top: -10px; transform: rotate(20deg);
  opacity: .42;
}
.intensives .orbit.c { display: none; }

/* The "draft document" backdrop card — sits behind, slight tilt, suggests an IA */
.draft-doc {
  position: absolute;
  left: 24px; top: 42px;
  width: 410px; height: 470px;
  border-radius: var(--ir-radius-card);
  background: linear-gradient(180deg, #fefefe, #f4f1e8);
  border: 1px solid var(--ir-line);
  box-shadow: 0 22px 56px rgba(31,24,16,.13), 0 4px 12px rgba(31,24,16,.04), inset 0 1px 0 rgba(255,255,255,.95);
  transform: rotate(-3.2deg);
  padding: 30px 32px 36px;
  overflow: hidden;
  z-index: 2;
}
.draft-doc::before {
  /* Faint horizontal lined-paper feel */
  content: ""; position: absolute; inset: 0;
  background: repeating-linear-gradient(
    180deg,
    transparent 0 31px,
    rgba(26, 22, 12, .05) 31px 32px
  );
  pointer-events: none;
  opacity: .5;
}
.draft-doc .doc-eyebrow {
  font-size: 9.5px; font-weight: 800; letter-spacing: .32em;
  color: var(--soft); text-transform: uppercase;
  position: relative; z-index: 2; margin-bottom: 6px;
}
.draft-doc .doc-title {
  font-size: 18px; font-weight: 800; letter-spacing: -.028em; line-height: 1.2;
  color: var(--ink-2);
  position: relative; z-index: 2;
  margin-bottom: 16px;
}
.draft-doc .doc-lines {
  position: relative; z-index: 2; display: grid; gap: 14px;
}
.draft-doc .doc-line {
  height: 7px; border-radius: 4px;
  background: linear-gradient(90deg, rgba(26,22,12,.14), rgba(26,22,12,.06));
}
.draft-doc .doc-line.short { width: 62%; }
.draft-doc .doc-line.mid   { width: 84%; }
.draft-doc .doc-line.full  { width: 100%; }
.draft-doc .doc-line.tiny  { width: 38%; }
.draft-doc .doc-redmark {
  position: absolute; right: 22px; top: 178px;
  width: 64px; height: 18px;
  border-radius: 3px;
  background: rgba(232, 69, 69, .12);
  border: 1.4px solid rgba(232,69,69,.5);
  transform: rotate(-2.4deg);
  z-index: 3;
}
.draft-doc .doc-redmark::after {
  content: "?"; position: absolute; right: -22px; top: -8px;
  font-size: 22px; color: var(--red); font-weight: 800; font-family: var(--font-serif);
}

/* ---- Supervisor message card — overlay A ---- */
.supervisor-msg {
  position: absolute;
  right: 36px; top: 56px;
  width: 286px;
  padding: 18px 20px 20px;
  border-radius: var(--ir-radius-card);
  background: linear-gradient(180deg, #ffffff, rgba(255,255,255,.94));
  border: 1px solid var(--ir-line);
  box-shadow: 0 22px 56px rgba(31,24,16,.14), 0 4px 12px rgba(31,24,16,.05), inset 0 1px 0 rgba(255,255,255,.95);
  backdrop-filter: blur(12px);
  transform: rotate(-2.0deg);
  z-index: 6;
}
.supervisor-msg .msg-head {
  display: grid; grid-template-columns: 34px 1fr; gap: 11px; align-items: center;
  padding-bottom: 12px; border-bottom: 1px solid var(--line);
}
.supervisor-msg .msg-avatar {
  width: 34px; height: 34px; border-radius: 50%;
  background: linear-gradient(140deg, #d6d2c4, #b6afa1);
  color: #50566f; font-size: 11px; font-weight: 800;
  display: grid; place-items: center;
  box-shadow: 0 4px 12px rgba(31,24,16,.12);
}
.supervisor-msg .msg-head b {
  display: block; font-size: 13.5px; font-weight: 800; color: var(--ink); letter-spacing: -.015em;
}
.supervisor-msg .msg-head span {
  display: block; font-size: 11px; color: var(--soft); margin-top: 2px;
}
.supervisor-msg .msg-body {
  margin: 14px 0 6px;
  font-size: 16.5px; line-height: 1.32; color: var(--ink-2);
  font-style: italic;
  font-family: "Plus Jakarta Sans", ui-sans-serif;
  font-weight: 500;
  letter-spacing: -.012em;
}
.supervisor-msg .msg-body::before {
  content: "“"; color: var(--soft); font-size: 28px; line-height: 0; vertical-align: -8px; margin-right: 2px;
  font-family: Georgia, serif;
}
.supervisor-msg .msg-body::after {
  content: "”"; color: var(--soft); font-size: 28px; line-height: 0; vertical-align: -12px; margin-left: 2px;
  font-family: Georgia, serif;
}
.supervisor-msg .msg-footer {
  font-size: 11px; color: var(--soft); letter-spacing: .02em;
  margin-top: 8px;
}

/* ---- Deadline stamp — overlay B (FIXED: no text overflow, taller card) ---- */
.deadline-stamp {
  position: absolute;
  right: 16px; bottom: 28px;
  width: 200px;
  min-height: 168px;
  padding: 18px 22px 20px;
  border-radius: var(--ir-radius-inner);
  background: linear-gradient(155deg, #e94747, #c52727);
  border: 1.5px solid rgba(120, 12, 12, .35);
  box-shadow:
    0 24px 56px rgba(232,69,69,.26),
    0 8px 20px rgba(120,12,12,.14),
    inset 0 1px 0 rgba(255,255,255,.22),
    inset 0 -1px 0 rgba(0,0,0,.16);
  transform: rotate(3.2deg);
  color: #fff;
  z-index: 7;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.deadline-stamp::before {
  /* paper-texture subtle scuff */
  content: ""; position: absolute; inset: 0; border-radius: inherit;
  background:
    radial-gradient(circle at 78% 18%, rgba(255,255,255,.16), transparent 38%),
    repeating-linear-gradient(135deg, transparent 0 14px, rgba(255,255,255,.035) 14px 15px);
  pointer-events: none;
}
.deadline-stamp .ds-eyebrow {
  font-size: 10.5px; font-weight: 800; letter-spacing: .32em; text-transform: uppercase;
  color: rgba(255,255,255,.88);
  position: relative; z-index: 2;
}
.deadline-stamp .ds-days {
  font-size: 64px; font-weight: 800; letter-spacing: -.05em; line-height: 1;
  margin: 2px 0 0;
  position: relative; z-index: 2;
}
.deadline-stamp .ds-unit {
  font-size: 12.5px; font-weight: 800; letter-spacing: .26em; text-transform: uppercase;
  position: relative; z-index: 2;
  margin: 2px 0 6px;
}
.deadline-stamp .ds-context {
  position: relative; z-index: 2;
  font-size: 10.5px; color: rgba(255,255,255,.74);
  letter-spacing: .01em; line-height: 1.35;
  margin: 0;
}

/* ============== Proof strip — intensives flavour ============== */
.intensives .section.proof-section { padding: 12px 0 48px; }

.hero-proof-tower {
  display: grid; gap: 14px;
}

/* ---- TOP: primary 45/45 trust band ---- */
.hero-proof-primary {
  display: block;
  text-decoration: none;
  padding: 24px 32px;
  border-radius: var(--ir-radius-card);
  background: linear-gradient(180deg, var(--purple-soft), color-mix(in oklab, var(--purple-soft) 86%, #ffffff));
  border: 1px solid rgba(104,69,245,.16);
  box-shadow: var(--ir-shadow-card);
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  position: relative;
}
.hero-proof-primary::after {
  /* very soft purple glow on hover */
  content: ""; position: absolute; inset: 0; border-radius: inherit;
  box-shadow: 0 0 0 0 rgba(104,69,245,.0);
  transition: box-shadow .25s ease;
  pointer-events: none;
}
.hero-proof-primary:hover {
  transform: translateY(-2px) scale(1.005);
  border-color: rgba(104,69,245,.32);
  box-shadow: var(--ir-shadow-lift);
}
.hero-proof-primary:hover::after { box-shadow: 0 14px 40px rgba(104,69,245,.14); }

.hpp-content {
  display: flex; justify-content: space-between; align-items: center;
  gap: 22px; flex-wrap: wrap;
}
.hpp-headline {
  display: inline-flex; align-items: baseline; gap: 12px;
  letter-spacing: -.026em; line-height: 1;
  color: var(--purple);
  font-feature-settings: "ss01" on;
}
.hpp-mult {
  font-size: 22px; font-weight: 800;
  color: color-mix(in oklab, var(--purple) 72%, #ffffff);
}
.hpp-score {
  font-size: 32px; font-weight: 800; letter-spacing: -.03em;
  color: var(--purple);
  font-variant-numeric: tabular-nums;
}
.hpp-noun {
  font-size: 22px; font-weight: 800;
  color: color-mix(in oklab, var(--purple) 78%, #1a160c);
  letter-spacing: -.02em;
}
.hpp-meta {
  margin: 0;
  font-size: 13px; color: var(--ink-2); font-weight: 600;
  letter-spacing: -.005em;
}
.hpp-cta {
  display: inline-flex; align-items: center; gap: 4px;
  color: var(--purple); font-weight: 800;
  margin-left: 4px;
  border-bottom: 1px dotted var(--purple);
  padding-bottom: 1px;
}
.hpp-cta .lucide { width: 13px; height: 13px; stroke-width: 2.4; }

/* ---- BOTTOM: logistical fact tiles ---- */
.hero-proof-facts {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
}
.hpf-tile {
  display: flex; flex-direction: column; gap: 4px;
  padding: 16px 20px;
  border-radius: var(--ir-radius-inner);
  background: #ffffff;
  border: 1px solid var(--ir-line);
  box-shadow: 0 2px 6px rgba(28,22,12,.03), inset 0 1px 0 rgba(255,255,255,.9);
}
.hpf-label {
  font-size: 10px; font-weight: 800; letter-spacing: .24em; text-transform: uppercase;
  color: var(--soft);
}
.hpf-value {
  font-size: 17px; font-weight: 800; letter-spacing: -.022em;
  color: var(--ink);
  line-height: 1.2;
}

@media (max-width: 1080px) {
  .hero-proof-primary { padding: 22px 24px; }
  .hpp-headline { gap: 10px; }
  .hpp-score { font-size: 28px; }
  .hpp-mult, .hpp-noun { font-size: 20px; }
}
@media (max-width: 720px) {
  .hero-proof-facts { grid-template-columns: 1fr; }
  .hpp-content { flex-direction: column; align-items: flex-start; gap: 10px; }
  .hpp-headline { gap: 8px; }
  .hpp-score { font-size: 26px; }
  .hpp-mult, .hpp-noun { font-size: 18px; }
}

/* ============== Eyebrow with bullet (the brand's `●ROW` style) ============== */
.eyebrow.with-bullet::before {
  content: "●"; color: var(--purple); margin-right: 8px; font-size: 9px;
  position: relative; top: -1px;
}

/* ============== Section heads — intensives flavour ============== */
.intensives-section-head { text-align: left; margin: 0 0 38px; max-width: none; }
.intensives-section-head.align-center { text-align: center; }
.intensives-section-head .eyebrow { display: inline-block; margin-bottom: 18px; }
.intensives-section-head h2 {
  font-size: 52px; font-weight: 800; letter-spacing: -.04em; line-height: 1.02;
  max-width: 820px; margin: 0;
}
.intensives-section-head.align-center h2 { margin: 0 auto; }
.intensives-section-head .section-sub {
  font-size: 17.5px; line-height: 1.5; color: var(--ink-2);
  max-width: 600px; margin: 18px 0 0;
}
.intensives-section-head.align-center .section-sub { margin: 18px auto 0; }

/* ============== Section 2 — Coaches ============== */
.coaches-section { padding: 80px 0 96px; }
.coaches-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  margin-top: 14px;
}
.coach-card {
  position: relative;
  background: linear-gradient(180deg, #ffffff, rgba(255,255,255,.92));
  border: 1px solid var(--ir-line);
  border-radius: var(--ir-radius-card);
  padding: 26px 26px 26px;
  box-shadow: var(--ir-shadow-card);
  display: flex; flex-direction: column; gap: 20px;
  transition: box-shadow .25s ease, transform .25s ease;
}
.coach-card:hover {
  box-shadow: var(--ir-shadow-lift);
  transform: translateY(-2px);
}
.coach-card .score-badge {
  position: absolute; top: 18px; right: 18px;
  display: inline-flex; align-items: center; justify-content: center;
  padding: 7px 12px; border-radius: 999px;
  background: linear-gradient(180deg, var(--purple-2), var(--purple-3));
  color: #fff; font-weight: 800; font-size: 13.5px; letter-spacing: -.02em;
  font-variant-numeric: tabular-nums;
  box-shadow: 0 10px 22px rgba(104,69,245,.22), inset 0 1px 0 rgba(255,255,255,.2);
  z-index: 3;
}
.coach-portrait {
  width: 100%; aspect-ratio: 5 / 4;
  border-radius: var(--ir-radius-inner); overflow: hidden;
  background: linear-gradient(135deg, #ece8e0, #d6d1c6);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.6);
}
.coach-portrait img { width: 100%; height: 100%; object-fit: cover; display: block; }
.coach-portrait .placeholder { width: 100%; height: 100%; border-radius: var(--ir-radius-inner); }
.coach-name {
  font-size: 26px; font-weight: 800; letter-spacing: -.028em; line-height: 1.1;
  margin: 0;
}
.receipts-list {
  list-style: none; padding: 0; margin: 0;
  display: grid; gap: 9px;
}
.receipts-list li {
  position: relative; padding-left: 16px;
  font-size: 14.5px; line-height: 1.45; color: var(--ink-2); font-weight: 500;
  letter-spacing: -.01em;
}
.receipts-list li::before {
  content: ""; position: absolute; left: 0; top: .65em;
  width: 4px; height: 4px; border-radius: 50%;
  background: var(--purple);
}

/* "Teaches" — editorial metadata, NOT pills.
   Inline comma-separated subjects in sentence-case at meta sizing. */
.teaches-line {
  display: grid; grid-template-columns: auto 1fr; align-items: baseline;
  gap: 10px;
  padding-top: 14px;
  border-top: 1px solid var(--ir-line-soft);
}
.teaches-label {
  font-size: 10px; font-weight: 800; letter-spacing: .26em; text-transform: uppercase;
  color: var(--soft);
}
.teaches-subjects {
  font-size: 13px; line-height: 1.5; color: var(--ink-2);
  font-weight: 600;
  font-feature-settings: "ss01" on;
}
.teaches-subjects .sep { color: var(--line-strong); margin: 0 6px; }

/* Transcript thumbnail (placeholder) */
.transcript-thumb {
  border-radius: var(--ir-radius-inner); padding: 14px 16px 36px;
  background: linear-gradient(180deg, #f7f5ef, #ece8df);
  border: 1px solid var(--ir-line);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7), 0 4px 10px rgba(28,22,12,.04);
  display: flex; flex-direction: column; gap: 10px;
  position: relative;
}
.transcript-thumb .transcript-head {
  display: flex; align-items: center; gap: 8px;
  padding-bottom: 8px; border-bottom: 1px dashed rgba(6, 63, 150, .3);
}
.transcript-thumb .ibo-mark {
  display: inline-grid; place-items: center;
  width: 28px; height: 18px; border-radius: 3px;
  background: var(--blue-deep); color: #fff;
  font-family: "Times New Roman", Times, serif; font-weight: 700; font-size: 11px; letter-spacing: .12em;
}
.transcript-thumb .transcript-head > span:last-child {
  font-size: 11px; color: var(--ink-2); font-weight: 700; letter-spacing: -.005em;
}
.transcript-thumb .transcript-body { display: grid; gap: 6px; }
.transcript-thumb .t-row { font-size: 10.5px; color: var(--muted); }
.transcript-thumb .t-name { font-weight: 800; color: var(--ink); font-size: 11.5px; letter-spacing: -.012em; }
.transcript-thumb .t-label { font-size: 10px; color: var(--soft); letter-spacing: .04em; }
.transcript-thumb .t-grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 4px; margin-top: 4px;
}
.transcript-thumb .t-cell {
  background: #fff; border: 1px solid var(--ir-line); border-radius: 4px;
  height: 22px; display: grid; place-items: center;
  font-size: 11.5px; font-weight: 800; color: var(--ink);
}
.transcript-thumb .t-total {
  display: flex; justify-content: space-between; align-items: center;
  padding: 6px 0 0; border-top: 1px solid var(--ir-line);
  margin-top: 4px;
}
.transcript-thumb .t-total span {
  font-size: 10px; font-weight: 800; color: var(--soft); letter-spacing: .18em; text-transform: uppercase;
}
.transcript-thumb .t-total b {
  font-size: 16px; font-weight: 800; color: var(--purple); letter-spacing: -.02em;
}
.transcript-thumb .transcript-link {
  position: absolute; bottom: 10px; right: 14px;
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
  color: var(--ink-2);
  border-bottom: 1px dotted var(--ink-2);
  padding-bottom: 1px;
  transition: color .2s ease, border-color .2s ease;
}
.transcript-thumb .transcript-link:hover { color: var(--purple); border-bottom-color: var(--purple); }
.transcript-thumb .transcript-link .lucide { width: 10px; height: 10px; stroke-width: 2.4; }

/* Learn more — editorial dossier link at bottom of coach card */
.coach-learn-more {
  display: inline-flex; align-items: center; gap: 6px;
  background: transparent; border: 0; padding: 0;
  font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase;
  color: var(--ink-2);
  cursor: pointer;
  border-bottom: 1px dotted currentColor;
  align-self: flex-start;
  padding-bottom: 2px;
  transition: color .2s ease;
}
.coach-learn-more:hover { color: var(--purple); }
.coach-learn-more .lucide { width: 11px; height: 11px; stroke-width: 2.4; }

.coaches-closer {
  margin: 44px auto 8px;
  text-align: center;
  font-size: 22px; font-weight: 700; line-height: 1.35; letter-spacing: -.022em;
  color: var(--ink); max-width: 760px;
}
.coaches-closer .scribble::after { left: 0; right: 0; bottom: -.18em; border-bottom-width: 3px; }

@media (max-width: 1080px) {
  .coaches-grid { grid-template-columns: 1fr; gap: 18px; }
  .intensives-section-head h2 { font-size: 42px; }
  .coaches-closer { font-size: 20px; }
}
@media (max-width: 720px) {
  .intensives-section-head h2 { font-size: 34px; }
  .coach-card { padding: 22px 22px 22px; }
}

/* ============== Section 3 — Differentiator ============== */
.differentiator-section { padding: 56px 0 64px; }
.contrast-rows {
  display: grid; gap: 38px;
  max-width: 940px;
  margin-top: 8px;
}
.contrast-row { display: grid; gap: 6px; }
.contrast-grey {
  font-size: 28px; font-weight: 600; letter-spacing: -.022em; line-height: 1.16;
  color: #6f7480;
}
.contrast-purple {
  font-size: 28px; font-weight: 800; letter-spacing: -.026em; line-height: 1.16;
  color: var(--purple);
  text-wrap: pretty;
}
.differentiator-closer {
  margin: 46px auto 0;
  text-align: center;
  font-size: 20px; font-weight: 600; line-height: 1.4; letter-spacing: -.018em;
  color: var(--ink); max-width: 760px;
}
.differentiator-closer .scribble::after { left: 0; right: 0; bottom: -.18em; }

@media (max-width: 720px) {
  .contrast-grey, .contrast-purple { font-size: 22px; }
  .differentiator-closer { font-size: 18px; }
}

/* ============== Section 4/5 — Product cards (Essay + Component) ============== */
.product-section { padding: 56px 0 56px; }
.product-card {
  position: relative;
  background: linear-gradient(180deg, #ffffff, rgba(255,255,255,.94));
  border: 1px solid var(--ir-line);
  border-radius: var(--ir-radius-card-lg);
  padding: 40px 44px 36px;
  box-shadow: var(--ir-shadow-lift);
}
.product-label {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 13px; border-radius: 9px;
  background: linear-gradient(180deg, #f4efff, #ebe4ff);
  color: var(--purple); font-weight: 800;
  letter-spacing: .18em; text-transform: uppercase; font-size: 11px;
  border: 1px solid rgba(104,69,245,.1);
  box-shadow: 0 8px 22px rgba(104,69,245,.08), inset 0 1px 0 rgba(255,255,255,.9);
}
.product-label.lavender {
  background: linear-gradient(180deg, #faf7ff, #f1ecff);
  font-weight: 700;
}
.product-header { margin-bottom: 30px; }
.product-name {
  font-size: 42px; font-weight: 800; letter-spacing: -.038em; line-height: 1.04;
  margin: 18px 0 14px;
}
.product-promise {
  font-size: 18px; line-height: 1.5; color: var(--ink-2); font-weight: 500;
  letter-spacing: -.012em;
  max-width: 760px; margin: 0;
}
.product-promise b { color: var(--purple); font-weight: 800; }

.product-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px;
  padding: 12px 0 26px;
  border-top: 1px solid var(--ir-line);
  border-bottom: 1px solid var(--ir-line);
}
.product-left, .product-right { padding-top: 22px; }

.micro-eyebrow {
  font-size: 10.5px; font-weight: 800; letter-spacing: .26em; text-transform: uppercase;
  color: var(--purple);
  margin-bottom: 14px;
}

.product-checks {
  list-style: none; padding: 0; margin: 0;
  display: grid; gap: 11px;
}
.product-checks li {
  position: relative; padding-left: 22px;
  font-size: 15px; line-height: 1.5; color: var(--ink-2); font-weight: 500;
}
.product-checks li::before {
  content: ""; position: absolute; left: 0; top: .55em;
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--purple);
  box-shadow: 0 0 0 3px rgba(104,69,245,.12);
}
.product-checks li b {
  color: var(--ink); font-weight: 800;
}

.subject-pills {
  display: flex; flex-wrap: wrap; gap: 7px;
  margin-bottom: 6px;
}
.subject-pill {
  display: inline-flex; align-items: center;
  padding: 7px 11px; border-radius: 9px;
  background: var(--purple-soft); color: var(--purple);
  font-size: 11.5px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
  border: 1px solid rgba(104,69,245,.12);
}
.subject-pills.wide-pills .subject-pill { padding: 6px 10px; font-size: 10.5px; }

/* Expand button styled as a chip; same shape, opposite ink */
.subject-pill.expand-pill {
  display: inline-flex; align-items: center; gap: 5px;
  background: var(--purple-soft);
  color: var(--purple);
  border: 1px solid rgba(104,69,245,.18);
  cursor: pointer;
  font-family: var(--font-sans);
  transition: border-color .18s ease, color .18s ease, background .18s ease;
}
.subject-pill.expand-pill:hover {
  border-color: var(--purple);
  background: rgba(104,69,245,.16);
}
.expand-pill-plus {
  display: inline-grid; place-items: center;
  width: 12px; height: 12px;
  font-size: 14px; font-weight: 800; line-height: 1;
  color: var(--purple);
}

/* Secondary pills fade in when the grid expands */
.subject-pill.secondary-pill {
  animation: pillFadeIn .35s cubic-bezier(.18, .82, .35, 1) backwards;
}
.component-pills.expanded .secondary-pill:nth-child(7)  { animation-delay: 0ms; }
.component-pills.expanded .secondary-pill:nth-child(8)  { animation-delay: 32ms; }
.component-pills.expanded .secondary-pill:nth-child(9)  { animation-delay: 64ms; }
.component-pills.expanded .secondary-pill:nth-child(10) { animation-delay: 96ms; }
.component-pills.expanded .secondary-pill:nth-child(11) { animation-delay: 128ms; }
.component-pills.expanded .secondary-pill:nth-child(12) { animation-delay: 160ms; }
.component-pills.expanded .secondary-pill:nth-child(13) { animation-delay: 192ms; }

@keyframes pillFadeIn {
  from { opacity: 0; transform: translateY(-2px) scale(.96); }
  to   { opacity: 1; transform: none; }
}

.request-link {
  background: transparent; border: 0; padding: 0; margin: 16px 0 6px;
  color: var(--ink-2); font-size: 14px; font-weight: 500;
  letter-spacing: -.005em;
  cursor: pointer;
  text-align: left;
}
.scribble-arrow {
  display: inline-flex; align-items: center; gap: 4px;
  color: var(--purple); font-weight: 800;
  border-bottom: 1.5px dotted var(--purple);
  padding-bottom: 1px;
  transition: color .2s ease;
}
.scribble-arrow .lucide { width: 14px; height: 14px; stroke-width: 2.4; }
.request-link:hover .scribble-arrow { color: var(--purple-3); }

.product-audience {
  font-size: 13.5px; color: var(--soft); line-height: 1.5;
  margin: 14px 0 18px;
  font-style: italic;
}

.guarantee-chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 14px; border-radius: 10px;
  background: var(--purple-soft);
  border: 1px solid rgba(104,69,245,.15);
  color: var(--purple); font-weight: 800; font-size: 11.5px;
  letter-spacing: .14em; text-transform: uppercase;
  margin-top: 6px;
}
.guarantee-chip .dot { font-size: 10px; }

/* Week timeline */
.weeks { display: grid; gap: 22px; position: relative; padding-left: 20px; }
.weeks::before {
  content: ""; position: absolute;
  left: 7px; top: 12px; bottom: 12px;
  border-left: 2px dotted rgba(104,69,245,.35);
}
.week-row { display: grid; grid-template-columns: 1fr; gap: 4px; position: relative; }
.week-row::before {
  content: ""; position: absolute;
  left: -20px; top: 10px;
  width: 14px; height: 14px; border-radius: 50%;
  background: #fff; border: 2px solid var(--purple);
  box-shadow: 0 0 0 4px var(--bg), 0 6px 12px rgba(104,69,245,.18);
}
.week-meta .week-num {
  font-size: 10.5px; font-weight: 800; letter-spacing: .26em; text-transform: uppercase;
  color: var(--purple);
}
.week-body h4 {
  font-size: 19px; font-weight: 800; letter-spacing: -.022em; line-height: 1.15;
  margin: 4px 0 6px; color: var(--ink);
}
.week-body p {
  font-size: 14px; line-height: 1.5; color: var(--ink-2); font-weight: 500;
}

/* Pricing matrix */
.product-foot { padding-top: 28px; }
.price-matrix {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  border-radius: 16px; overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
}
.price-col { padding: 22px 24px; }
.price-col.launch {
  background: linear-gradient(180deg, #f6f1ff, #ede5ff);
  border-right: 1px solid var(--line);
}
.price-col.full { background: #fafafa; }
.price-col-head { margin-bottom: 12px; }
.launch-chip {
  display: inline-flex; align-items: center;
  padding: 4px 10px; border-radius: 6px;
  background: linear-gradient(180deg, var(--purple-2), var(--purple-3));
  color: #fff; font-size: 10.5px; font-weight: 800;
  letter-spacing: .22em; text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(104,69,245,.18);
}
.full-label {
  font-size: 10.5px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase;
  color: var(--soft);
}
.price-row {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 6px 0;
  font-size: 14px; color: var(--ink-2); font-weight: 600;
}
.price-row b {
  font-size: 22px; font-weight: 800; letter-spacing: -.026em; color: var(--ink);
  font-variant-numeric: tabular-nums;
}
.price-col.launch .price-row b { color: var(--purple); }
.price-col.full .price-row b { color: var(--ink-2); }
.price-note {
  font-size: 12.5px; color: var(--soft); line-height: 1.5;
  margin: 14px 0 0; max-width: 760px;
  grid-column: 1 / -1;
  padding: 0 4px;
}

.product-cta-row {
  display: flex; align-items: center; gap: 22px;
  margin-top: 26px;
  flex-wrap: wrap;
}
.product-cta-row .btn { height: 58px; padding: 0 26px; font-size: 15px; }
.cta-micro {
  font-size: 10.5px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase;
  color: var(--soft);
}

@media (max-width: 1080px) {
  .product-card { padding: 32px 28px 28px; }
  .product-grid { grid-template-columns: 1fr; gap: 24px; padding-bottom: 16px; }
  .product-name { font-size: 34px; }
  .product-promise { font-size: 16.5px; }
}

@media (max-width: 720px) {
  .product-card { padding: 26px 22px 24px; border-radius: 22px; }
  .product-name { font-size: 28px; }
  .price-matrix { grid-template-columns: 1fr; }
  .price-col.launch { border-right: 0; border-bottom: 1px solid var(--line); }
}

/* ============== Inline testimonials (post-Essay, post-Component) ============== */
.testimonial-section { padding: 8px 0 40px; }
.testimonial-card {
  max-width: 760px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid var(--ir-line);
  border-radius: var(--ir-radius-card);
  padding: 32px 36px 28px;
  box-shadow: var(--ir-shadow-card);
  position: relative;
}

.testimonial-head {
  display: flex; align-items: center; gap: 16px;
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid var(--ir-line-soft);
}
.testimonial-avatar {
  flex: none;
  display: grid; place-items: center;
  width: 64px; height: 64px;
  border-radius: 50%;
  font-size: 18px; font-weight: 800; letter-spacing: -.015em;
  color: var(--ink);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7), 0 6px 14px rgba(28,22,12,.08);
}
.testimonial-avatar.tone-warm {
  background: linear-gradient(140deg, #ece3d4, #c8bca7);
  color: #4a3a26;
}
.testimonial-avatar.tone-cool {
  background: linear-gradient(140deg, #d8d3e6, #aba2c8);
  color: #3a3050;
}
.testimonial-id {
  display: flex; flex-direction: column; gap: 4px;
  min-width: 0;
}
.testimonial-name {
  font-size: 17px; font-weight: 800; letter-spacing: -.015em;
  color: var(--ink);
  line-height: 1.2;
}
.testimonial-meta {
  font-size: 12.5px; color: var(--soft);
  font-weight: 600; letter-spacing: -.005em;
  line-height: 1.35;
}

.testimonial-quote {
  margin: 0;
  font-size: 22px; line-height: 1.45; letter-spacing: -.022em;
  color: var(--ink);
  font-weight: 600;
  text-wrap: pretty;
}

.testimonial-tag {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--ir-line-soft);
  font-size: 10.5px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase;
  color: var(--soft);
}

@media (max-width: 1080px) {
  .testimonial-card { padding: 28px 28px 24px; }
  .testimonial-quote { font-size: 20px; }
}
@media (max-width: 767px) {
  .testimonial-section { padding: 4px 0 28px; }
  .testimonial-card {
    padding: 22px 22px 20px;
    border-radius: var(--ir-radius-inner);
  }
  .testimonial-head {
    padding-bottom: 18px;
    margin-bottom: 18px;
    gap: 14px;
  }
  .testimonial-avatar { width: 52px; height: 52px; font-size: 15px; }
  .testimonial-name { font-size: 15.5px; }
  .testimonial-meta { font-size: 12px; }
  .testimonial-quote { font-size: 18px; line-height: 1.45; }
  .testimonial-tag { margin-top: 18px; padding-top: 16px; font-size: 10px; }
}
.thesis-bridge {
  position: relative;
  padding: 56px 0;
  overflow: hidden;
}
.thesis-bridge-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at 50% 50%, var(--purple-soft) 0%, transparent 65%);
  opacity: .85;
  pointer-events: none;
}
.thesis-bridge::before,
.thesis-bridge::after {
  content: ""; position: absolute; left: 50%; transform: translateX(-50%);
  width: min(720px, 70%); height: 1px;
  background: linear-gradient(90deg, transparent, rgba(26,22,12,.12), transparent);
}
.thesis-bridge::before { top: 22px; }
.thesis-bridge::after  { bottom: 22px; }

.thesis-bridge-inner {
  position: relative; z-index: 2;
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px;
}
.thesis-line {
  margin: 0;
  font-size: 56px; font-weight: 800; letter-spacing: -.04em; line-height: 1.06;
  text-wrap: balance;
}
.thesis-line.ink     { color: var(--ink); }
.thesis-line.purple  { color: var(--purple); margin-top: 14px; }
.thesis-line .scribble::after {
  left: -1%; right: -3%; bottom: -.16em;
  border-bottom-width: 4px;
  border-bottom-color: rgba(104,69,245,.42);
  transform: rotate(-1.4deg);
}

@media (max-width: 1080px) {
  .thesis-bridge { padding: 48px 0; }
  .thesis-line { font-size: 42px; }
}
@media (max-width: 720px) {
  .thesis-bridge { padding: 40px 0; }
  .thesis-line { font-size: 30px; line-height: 1.1; }
  .thesis-line.purple { margin-top: 12px; }
}

/* ============== Section 5 — Component Intensive (restructured) ============== */
/* The card itself uses .product-card chrome but a quieter background + lighter shadow */
.component-card {
  background: linear-gradient(180deg, #fdfcf8, rgba(253,252,248,.88));
  box-shadow: var(--ir-shadow-card);
}

/* Hide the inherited product-grid two-column treatment when present */
.component-card .product-grid { display: none; }

/* Single-column narrative body */
.ci-body {
  padding: 22px 0 18px;
  border-top: 1px solid var(--ir-line);
  display: grid; gap: 38px;
  max-width: 760px;
  margin: 0 auto;
}

.ci-section { display: grid; gap: 14px; }
.ci-section .micro-eyebrow { margin-bottom: 0; }

.ci-list {
  list-style: none; padding: 0; margin: 0;
  display: grid; gap: 14px;
}
.ci-list li {
  position: relative;
  padding-left: 22px;
  font-size: 15.5px; line-height: 1.55; color: var(--ink-2); font-weight: 500;
  letter-spacing: -.008em;
}
.ci-list li::before {
  content: ""; position: absolute; left: 0; top: .62em;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--purple);
}

.ci-muted {
  margin: 0;
  font-size: 13.5px; color: var(--soft); font-style: italic; line-height: 1.5;
}

/* Promoted capacity line — pull-quote treatment */
.ci-capacity {
  position: relative;
  padding: 22px 26px;
  background: linear-gradient(180deg, var(--purple-soft), color-mix(in oklab, var(--purple-soft) 55%, #ffffff));
  border: 1px solid rgba(104,69,245,.16);
  border-radius: var(--ir-radius-inner);
}
.ci-capacity-line {
  margin: 0;
  font-size: 18px; line-height: 1.45; color: var(--ink);
  font-weight: 700; letter-spacing: -.018em;
}
.ci-capacity-line .purple {
  color: var(--purple); font-weight: 800;
}
.ci-capacity-rule { display: none; }

/* Horizontal four-week timeline */
.ci-timeline-wrap {
  margin: 12px auto 0;
  max-width: 100%;
  padding: 26px 0 18px;
  border-top: 1px solid var(--ir-line);
}
.ci-timeline-wrap .micro-eyebrow { margin-bottom: 18px; }

.ci-horizontal-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.ci-horizontal-timeline::before {
  /* Horizontal connector that runs through the week dots */
  content: ""; position: absolute;
  left: 24px; right: 24px;
  top: 25px;
  height: 2px;
  background-image: linear-gradient(90deg, rgba(104,69,245,.35) 50%, transparent 0);
  background-size: 8px 2px;
  background-repeat: repeat-x;
  z-index: 0;
}
.hw-cell {
  position: relative;
  padding: 12px 4px 0;
  display: grid; gap: 6px;
  z-index: 1;
}
.hw-cell::before {
  /* The dot on the timeline */
  content: ""; position: absolute;
  top: 14px; left: 4px;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--purple);
  box-shadow: 0 0 0 4px var(--bg), 0 6px 14px rgba(104,69,245,.22);
}
.hw-cell::after {
  /* Inner dot */
  content: ""; position: absolute;
  top: 21px; left: 11px;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--purple);
}
.hw-week {
  margin-top: 40px;
  font-size: 10.5px; font-weight: 800; letter-spacing: .26em; text-transform: uppercase;
  color: var(--purple);
  font-variant-numeric: tabular-nums;
}
.hw-label {
  font-size: 18px; font-weight: 800; letter-spacing: -.022em; line-height: 1.15;
  margin: 0; color: var(--ink);
}
.hw-body {
  font-size: 13px; line-height: 1.5; color: var(--ink-2); font-weight: 500;
  margin: 0;
  letter-spacing: -.005em;
}

@media (max-width: 1080px) {
  .ci-horizontal-timeline { grid-template-columns: repeat(2, 1fr); }
  .ci-horizontal-timeline::before { display: none; }
  .hw-week { margin-top: 0; }
  .hw-cell::before, .hw-cell::after { display: none; }
  .hw-cell {
    padding: 16px 18px;
    background: #fff;
    border: 1px solid var(--ir-line);
    border-radius: var(--ir-radius-inner);
    box-shadow: 0 2px 6px rgba(28,22,12,.03);
  }
}
@media (max-width: 720px) {
  .ci-horizontal-timeline { grid-template-columns: 1fr; gap: 10px; }
}

/* ============== Responsive: stack hero below ~1080px ============== */
@media (max-width: 1080px) {
  /* Nav simplifies — hide section links, keep brand + Apply */
  .nav.intensives-nav { grid-template-columns: 1fr auto; padding: 0 16px; }
  .nav.intensives-nav .links { display: none; }
  .nav.intensives-nav .brand .sub { font-size: 9.5px; padding: 3px 7px; letter-spacing: .18em; }

  .intensives .hero { padding-top: 110px; padding-bottom: 24px; }
  .intensives .hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 56px;
    align-items: start;
  }
  .intensives .hero h1 { font-size: 56px; max-width: 100%; }
  .intensives .hero-copy .lede { max-width: 100%; }

  .intensives .hero-visual {
    height: 520px;
    max-width: 540px;
    margin: 0 auto;
    width: 100%;
  }

  .intensives .orbit.a { width: 580px; height: 400px; left: -30px; top: 30px; transform: rotate(-9deg); }
  .intensives .orbit.b { width: 480px; height: 500px; right: -30px; top: -10px; transform: rotate(22deg); }
  .intensives .orbit.c { width: 620px; height: 320px; left: -60px; top: 150px; transform: rotate(13deg); }

  .draft-doc { left: 20px; top: 26px; width: 360px; height: 410px; padding: 26px 28px; }
  .draft-doc .doc-redmark { right: 18px; top: 160px; }
  .supervisor-msg { right: 22px; top: 50px; width: 260px; padding: 16px 18px 18px; }
  .deadline-stamp { right: 10px; bottom: 30px; width: 180px; height: 136px; }
}

@media (max-width: 720px) {
  .intensives .hero { padding-top: 96px; }
  .intensives .hero h1 { font-size: 44px; }
  .intensives .hero-copy .lede { font-size: 17px; }
  .intensives .hero-actions .btn { height: 56px; padding: 0 22px; font-size: 14.5px; }

  .intensives .hero-visual { height: 460px; max-width: 100%; }
  .intensives .orbit.a { width: 460px; height: 320px; left: -20px; }
  .intensives .orbit.b { width: 380px; height: 400px; right: -20px; }
  .intensives .orbit.c { width: 480px; height: 260px; left: -40px; top: 130px; }

  .draft-doc { left: 8px; top: 22px; width: min(320px, 78%); height: 350px; padding: 22px 24px; }
  .draft-doc .doc-title { font-size: 16px; }
  .draft-doc .doc-redmark { right: 14px; top: 138px; }
  .supervisor-msg { right: 8px; top: 36px; width: min(240px, 64%); padding: 14px 16px 16px; }
  .supervisor-msg .msg-body { font-size: 14.5px; }
  .deadline-stamp { right: 6px; bottom: 22px; width: 160px; height: 120px; padding: 18px 20px 16px; }
  .deadline-stamp .ds-days { font-size: 58px; }

  .intensives .proof-strip { grid-template-columns: repeat(2, 1fr); padding: 18px 20px; gap: 16px 0; }
  .intensives .proof-strip > div:nth-child(3) { border-left: 0; }
}

/* ============== Section 8.5 — Membership explainer ============== */
.membership-section {
  padding: 56px 0 56px;
}
.membership-card {
  background: linear-gradient(180deg, var(--purple-soft), color-mix(in oklab, var(--purple-soft) 50%, #ffffff));
  border: 1px solid rgba(104,69,245,.14);
  border-radius: var(--ir-radius-card);
  padding: 40px 44px 36px;
  box-shadow: var(--ir-shadow-card);
}
.membership-card .eyebrow { display: inline-block; margin-bottom: 14px; }
.membership-h {
  font-size: 30px; font-weight: 800; letter-spacing: -.032em; line-height: 1.1;
  margin: 0 0 14px;
}
.membership-h .purple { color: var(--purple); }
.membership-lede {
  font-size: 16px; line-height: 1.55; color: var(--ink-2);
  font-weight: 500; letter-spacing: -.012em;
  max-width: 760px;
  margin: 0 0 30px;
}

.member-items {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding: 24px 0;
  border-top: 1px solid rgba(104,69,245,.16);
  border-bottom: 1px solid rgba(104,69,245,.16);
}
.member-item {
  padding: 0 20px;
  border-right: 1px dashed rgba(104,69,245,.18);
}
.member-item:first-child { padding-left: 0; }
.member-item:last-child { padding-right: 0; border-right: 0; }
.member-item-label {
  font-size: 11px; font-weight: 800; letter-spacing: .26em; text-transform: uppercase;
  color: var(--purple);
  margin-bottom: 10px;
}
.member-item-body {
  font-size: 14px; line-height: 1.5; color: var(--ink-2);
  font-weight: 500; letter-spacing: -.005em;
  margin: 0;
}
.member-item-body b {
  color: var(--ink); font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.membership-cta-line {
  margin: 22px 0 0;
  font-size: 14.5px; color: var(--ink-2); font-weight: 600;
  letter-spacing: -.008em;
  display: flex; align-items: baseline; flex-wrap: wrap; gap: 6px;
}
.membership-cta-line b {
  color: var(--ink); font-weight: 800; font-variant-numeric: tabular-nums;
}

/* Inline savings line under product pricing blocks */
.member-savings-line {
  margin: 14px 0 0;
  font-size: 13px; line-height: 1.5;
  color: var(--soft);
  font-weight: 500; letter-spacing: -.005em;
}
.member-savings-link {
  display: inline-flex; align-items: center; gap: 4px;
  color: var(--purple); font-weight: 800;
  border-bottom: 1px dotted var(--purple);
  padding-bottom: 1px;
  margin-left: 2px;
  transition: color .2s ease, border-color .2s ease;
}
.member-savings-link:hover { color: var(--purple-3); border-bottom-color: var(--purple-3); }
.member-savings-link .lucide { width: 12px; height: 12px; stroke-width: 2.4; }

@media (max-width: 1080px) {
  .membership-card { padding: 32px 28px 28px; }
  .membership-h { font-size: 26px; }
  .member-items { grid-template-columns: 1fr; gap: 0; padding: 8px 0; }
  .member-item {
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px dashed rgba(104,69,245,.18);
  }
  .member-item:last-child { border-bottom: 0; }
}
@media (max-width: 720px) {
  .membership-card { padding: 26px 22px 24px; }
  .membership-h { font-size: 22px; }
}
.coaching-section { padding: 32px 0 64px; }
.coaching-card.office-hours-card {
  background: linear-gradient(180deg, #fdfcf8, rgba(253,252,248,.88));
  border: 1px solid var(--ir-line);
  border-radius: var(--ir-radius-card);
  padding: 44px 48px 40px;
  box-shadow: var(--ir-shadow-card);
  max-width: 860px;
  margin: 0 auto;
}

.oh-header-row {
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
  margin-bottom: 18px;
}
.members-only-tag {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 11px; border-radius: 999px;
  background: var(--purple-soft);
  color: var(--purple);
  font-size: 10.5px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase;
  border: 1px solid rgba(104,69,245,.16);
}
.members-only-tag::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: var(--purple);
}

.coaching-header { margin-bottom: 22px; }
.coaching-name {
  font-size: 36px; font-weight: 800; letter-spacing: -.034em; line-height: 1.06;
  margin: 8px 0 16px;
}
.coaching-promise {
  font-size: 16.5px; line-height: 1.55; color: var(--ink-2); font-weight: 500;
  letter-spacing: -.012em;
  max-width: 720px;
  margin: 0 0 14px;
}

.oh-gate-line {
  margin: 0;
  font-size: 13.5px; color: var(--soft); line-height: 1.5;
  letter-spacing: -.005em;
}
.oh-gate-line em { font-style: italic; }
.oh-membership-link {
  color: var(--purple); font-weight: 800; font-style: normal;
  border-bottom: 1px dotted var(--purple);
  padding-bottom: 1px;
  display: inline-flex; align-items: center; gap: 4px;
  transition: color .2s ease, border-color .2s ease;
}
.oh-membership-link:hover { color: var(--purple-3); border-bottom-color: var(--purple-3); }
.oh-membership-link .lucide { width: 12px; height: 12px; stroke-width: 2.4; }

.oh-pricing {
  padding-top: 28px;
  margin-top: 16px;
  border-top: 1px solid var(--ir-line);
}
.oh-price-grid { margin-top: 14px; }

/* Two-card pricing — matches the Essay/Component PriceMatrix rhythm */
.coaching-price-grid.two-card {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  border-radius: var(--ir-radius-inner); overflow: hidden;
  border: 1px solid var(--ir-line);
  background: #fff;
}
.coaching-price-card {
  position: relative;
  padding: 26px 28px 28px;
  display: flex; flex-direction: column; gap: 14px;
  background: #fafaf6;
  border-right: 1px solid var(--ir-line);
}
.coaching-price-card:last-child { border-right: 0; }
.coaching-price-card.recommended {
  background: linear-gradient(180deg, #f6f1ff, #ede5ff);
  border-right: 0;
}
.coaching-price-grid.two-card .coaching-price-card.recommended {
  box-shadow: -1px 0 0 var(--ir-line);
}

.cpc-head {
  display: flex; align-items: center; justify-content: space-between;
  gap: 10px; min-height: 26px;
}
.cpc-label {
  font-size: 10.5px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase;
  color: var(--soft);
  line-height: 1.3;
}
.coaching-price-card.recommended .cpc-label { color: var(--purple); }
.cpc-recommended {
  display: inline-flex; align-items: center;
  padding: 4px 10px; border-radius: 999px;
  background: rgba(104,69,245,.16);
  color: var(--purple);
  font-size: 9.5px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase;
  border: 1px solid rgba(104,69,245,.18);
}

/* Office Hours: Members | Non-members row layout */
.cpc-rows { display: grid; gap: 8px; }
.cpc-row {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 13px; color: var(--ink-2); font-weight: 700;
  letter-spacing: -.005em;
}
.cpc-row > span {
  font-size: 10.5px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase;
  color: var(--soft);
}
.cpc-row b {
  font-size: 26px; font-weight: 800; letter-spacing: -.026em;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}
.coaching-price-card.recommended .cpc-row b { color: var(--purple); }
.cpc-row-unavailable {
  border-top: 1px dashed var(--ir-line);
  padding-top: 8px;
}
.cpc-row-unavailable b { display: none; }
.cpc-row-unavailable .cpc-unavailable {
  font-size: 11px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase;
  color: var(--soft);
}

.cpc-sub {
  margin: 6px 0 0;
  font-size: 13px; line-height: 1.5; color: var(--soft);
  font-weight: 500; letter-spacing: -.005em;
}
.coaching-price-card.recommended .cpc-sub { color: var(--ink-2); font-weight: 600; }

.oh-members-only-line {
  margin: 14px 0 0;
  font-size: 12.5px; color: var(--soft);
  font-weight: 500; line-height: 1.5;
  text-align: right;
  letter-spacing: -.005em;
}

.coaching-cta-row {
  display: flex; align-items: center; gap: 20px;
  margin-top: 28px; flex-wrap: wrap;
}
.coaching-cta-row .btn { height: 56px; padding: 0 24px; font-size: 14.5px; }

.oh-tertiary {
  margin: 16px 0 0;
  font-size: 12.5px; color: var(--soft);
  font-weight: 500; letter-spacing: -.005em;
  line-height: 1.5;
}
.oh-tertiary .oh-membership-link { font-size: 12.5px; }

/* ---- Office Hours gate modal ---- */
.oh-gate-modal {
  text-align: left;
  padding: 36px 38px 32px;
}
.oh-gate-icon {
  width: 56px; height: 56px; border-radius: 50%;
  margin: 0 0 18px;
  background: var(--purple-soft);
  display: grid; place-items: center;
  color: var(--purple);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 12px 28px rgba(104,69,245,.14);
}
.oh-gate-icon .lucide { width: 24px; height: 24px; stroke-width: 2.4; }
.oh-gate-modal .eyebrow { display: inline-block; margin-bottom: 10px; }
.oh-gate-modal .apf-h { margin: 0 0 14px; }
.oh-gate-body {
  font-size: 14.5px; line-height: 1.55; color: var(--ink-2);
  font-weight: 500;
  margin: 0 0 28px;
}

.oh-gate-ctas {
  display: flex; flex-direction: column; gap: 10px;
}
.oh-gate-primary {
  height: 56px; padding: 0 22px; font-size: 14.5px;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
}
.oh-gate-primary .oh-gate-price {
  display: inline-flex; align-items: center;
  padding: 3px 8px; border-radius: 6px;
  background: rgba(255,255,255,.16);
  font-size: 12px; font-weight: 700; letter-spacing: -.01em;
  color: rgba(255,255,255,.92);
  margin-left: -2px;
}
.oh-gate-secondary {
  height: 52px; padding: 0 22px; font-size: 13.5px;
  background: #fff;
  border-color: var(--ir-line);
  color: var(--ink-2);
}
.oh-gate-secondary:hover { border-color: var(--purple); color: var(--purple); }
.oh-gate-secondary .lucide { stroke-width: 2.4; }

@media (max-width: 720px) {
  .oh-gate-modal { padding: 56px 22px 30px; }
  .oh-gate-icon { width: 48px; height: 48px; }
  .oh-gate-icon .lucide { width: 20px; height: 20px; }
}

@media (max-width: 1080px) {
  .coaching-card.office-hours-card { padding: 32px 28px 28px; }
  .coaching-name { font-size: 28px; }
}
@media (max-width: 720px) {
  .coaching-card.office-hours-card { padding: 26px 22px 24px; }
  .coaching-name { font-size: 24px; }
  .coaching-price-grid.two-card { grid-template-columns: 1fr; }
  .coaching-price-card { border-right: 0; border-bottom: 1px solid var(--ir-line); }
  .coaching-price-card:last-child { border-bottom: 0; }
  .coaching-price-grid.two-card .coaching-price-card.recommended { box-shadow: 0 -1px 0 var(--ir-line); }
  .oh-members-only-line { text-align: left; }
}

/* ============== Section 7 — Parents ============== */
.parents-section { padding: 64px 0 72px; }
.parents-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 32px;
  margin-top: 18px;
}
.parents-col {
  background: linear-gradient(180deg, #ffffff, rgba(255,255,255,.92));
  border: 1px solid var(--ir-line);
  border-radius: var(--ir-radius-card); padding: 30px 28px 28px;
  box-shadow: var(--ir-shadow-card);
}
.parents-col-head {
  font-size: 22px; font-weight: 800; letter-spacing: -.024em; line-height: 1.15;
  color: var(--purple);
  margin: 0 0 18px;
}
.parents-col.never .parents-col-head { color: var(--purple); }
.red-dot { color: var(--red); margin-right: 6px; font-size: 14px; }
.parents-list {
  list-style: none; padding: 0; margin: 0;
  display: grid; gap: 14px;
}
.parents-list li {
  position: relative; padding-left: 22px;
  font-size: 15.5px; line-height: 1.5; color: var(--ink-2); font-weight: 500;
}
.parents-list li::before {
  content: ""; position: absolute; left: 0; top: .58em;
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--purple);
  box-shadow: 0 0 0 3px rgba(104,69,245,.12);
}
.parents-list.never-list li::before {
  background: var(--red);
  box-shadow: 0 0 0 3px rgba(232,69,69,.12);
}
.parents-locked {
  margin: 52px auto 14px;
  text-align: center;
  font-size: 30px; font-weight: 800; line-height: 1.18; letter-spacing: -.028em;
  color: var(--ink); max-width: 820px;
}
.parents-locked .scribble::after {
  left: -2%; right: -2%;
  bottom: -.14em;
  border-bottom-width: 3px;
  transform: rotate(-.8deg);
}
.parents-closer {
  text-align: center; margin: 0 auto 26px;
  font-size: 16.5px; line-height: 1.5; color: var(--muted);
  max-width: 660px; font-weight: 500;
}
.integrity-chip {
  display: flex; align-items: center; gap: 8px;
  justify-content: center; width: fit-content; margin: 0 auto;
  padding: 10px 16px; border-radius: 999px;
  background: var(--purple-soft);
  border: 1px solid rgba(104,69,245,.15);
  color: var(--purple); font-weight: 800; font-size: 11.5px;
  letter-spacing: .18em; text-transform: uppercase;
}
.integrity-chip .lucide { width: 14px; height: 14px; stroke-width: 3; }

@media (max-width: 1080px) {
  .parents-grid { grid-template-columns: 1fr; gap: 18px; }
  .parents-locked { font-size: 24px; }
}

/* ============== Section 8 — Guarantee (purple full-width) ============== */
.guarantee-section {
  padding: 88px 0 88px;
  background: linear-gradient(180deg, var(--purple-2), var(--purple-3));
  color: #fff;
  position: relative; overflow: hidden;
}
.guarantee-section::before {
  /* Disable the section's dot-grid overlay; the purple bg owns this section */
  display: none;
}
.guarantee-bg { position: absolute; inset: 0; pointer-events: none; opacity: .14; }
.g-orbit {
  position: absolute; border-radius: 50%;
  border: 1px dotted rgba(255,255,255,.5);
}
.g-orbit.a { width: 760px; height: 500px; left: -120px; top: -80px; transform: rotate(-10deg); }
.g-orbit.b { width: 640px; height: 640px; right: -180px; bottom: -200px; transform: rotate(22deg); }

.g-head { text-align: center; margin-bottom: 48px; position: relative; z-index: 2; }
.g-eyebrow-light { color: rgba(255,255,255,.95); display: inline-block; }
.g-eyebrow-light::before { color: rgba(255,255,255,.95) !important; }
.g-heading {
  font-size: 56px; font-weight: 800; letter-spacing: -.04em; line-height: 1.02;
  color: #fff;
  margin: 18px auto 0;
  max-width: 740px;
  text-wrap: balance;
}
.g-heading .scribble.white::after {
  border-bottom-color: rgba(255,255,255,.9);
  filter: drop-shadow(0 6px 10px rgba(255,255,255,.18));
}
.g-rows {
  display: grid; gap: 28px;
  max-width: 660px; margin: 0 auto;
  position: relative; z-index: 2;
}
.g-row { padding: 0 8px; }
.g-eyebrow {
  font-size: 11px; font-weight: 800; letter-spacing: .26em; text-transform: uppercase;
  color: rgba(255,255,255,.7);
  display: flex; gap: 6px; align-items: baseline;
  margin-bottom: 8px;
}
.g-eyebrow span:first-child {
  color: #fff; font-size: 13px;
  font-variant-numeric: tabular-nums;
}
.g-body {
  font-size: 19px; line-height: 1.42; font-weight: 600; letter-spacing: -.018em;
  color: #fff;
}
.g-footnote {
  margin: 56px auto 0; text-align: center;
  font-size: 13px; color: rgba(255,255,255,.62); line-height: 1.5; font-style: italic;
  max-width: 540px;
  position: relative; z-index: 2;
}

@media (max-width: 720px) {
  .guarantee-section { padding: 64px 0; }
  .g-heading { font-size: 38px; }
  .g-body { font-size: 17px; }
}

/* ============== Section 8.6 — FAQ ============== */
.faq-section { padding: 56px 0 72px; }
.faq-section .wide { max-width: 920px; }

/* Override landing.css's `.faq-list p { padding: 0 26px 22px 78px }` which
   was designed for the iborbit.com landing FAQ (with a leading icon column).
   Our intensives FAQ uses .faq-a as the padding host, so reset the <p>. */
.intensives .faq-list p {
  padding: 0;
}
.faq-list {
  display: flex; flex-direction: column;
  margin-top: 12px;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.faq-row {
  border-top: 1px solid var(--ir-line);
  background: transparent;
}
.faq-row:last-child { border-bottom: 1px solid var(--ir-line); }
.faq-q {
  width: 100%;
  display: flex; justify-content: space-between; align-items: center;
  gap: 24px;
  padding: 22px 4px;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
  font-family: var(--font-sans);
  transition: padding .2s ease;
}
.faq-q-text {
  font-size: 20px; font-weight: 800; letter-spacing: -.022em; line-height: 1.3;
  color: var(--ink);
  text-wrap: pretty;
  flex: 1 1 0;
  min-width: 0;
}
.faq-row.open .faq-q-text { color: var(--purple); }
.faq-q:hover .faq-q-text { color: var(--purple); }

.faq-indicator {
  flex: none;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--ir-line);
  display: grid; place-items: center;
  transition: background .2s ease, border-color .2s ease, transform .25s ease;
}
.faq-row:hover .faq-indicator { border-color: var(--purple); }
.faq-row.open .faq-indicator {
  background: var(--purple);
  border-color: var(--purple);
  transform: rotate(45deg);
}
.faq-plus {
  display: inline-block;
  font-size: 20px; font-weight: 800; line-height: 1;
  color: var(--ink);
  transition: color .2s ease;
  transform: translateY(-1px);
}
.faq-row.open .faq-plus { color: #fff; }

.faq-a-wrap {
  overflow: hidden;
  transition: height .35s cubic-bezier(.18,.82,.35,1);
}
.faq-a {
  padding: 4px 56px 24px 4px;
}
.faq-a p {
  margin: 0;
  font-size: 15.5px; line-height: 1.65; color: var(--ink-2);
  font-weight: 500; letter-spacing: -.008em;
  max-width: 720px;
}

.faq-footer {
  margin: 32px 4px 0;
  font-size: 13.5px; color: var(--soft);
  font-weight: 500; line-height: 1.6;
  letter-spacing: -.005em;
}
.faq-link {
  color: var(--purple); font-weight: 800;
  border-bottom: 1px dotted var(--purple);
  padding-bottom: 1px;
  transition: color .2s ease, border-color .2s ease;
}
.faq-link:hover { color: var(--purple-3); border-bottom-color: var(--purple-3); }

@media (max-width: 720px) {
  .faq-q { padding: 18px 4px; gap: 14px; }
  .faq-q-text { font-size: 17px; }
  .faq-indicator { width: 28px; height: 28px; }
  .faq-plus { font-size: 16px; }
  .faq-a { padding: 4px 12px 20px 0; }
  .faq-a p { font-size: 14.5px; }
}

/* ============== Section 9 — Intake / Urgency ============== */
.intake-section { padding: 64px 0 56px; }
.intake-dateline {
  display: inline-block;
  margin: -4px 0 16px;
  font-size: 10.5px; font-weight: 800; letter-spacing: .26em; text-transform: uppercase;
  color: var(--soft);
}
.intake-card {
  background: linear-gradient(180deg, #ffffff, rgba(255,255,255,.92));
  border: 1px solid var(--ir-line); border-radius: var(--ir-radius-card);
  overflow: hidden;
  box-shadow: var(--ir-shadow-card);
}
.intake-top-strip {
  background: linear-gradient(180deg, var(--purple-2), var(--purple-3));
  color: #fff;
  padding: 14px 24px;
  display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
  font-size: 11.5px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase;
}
.intake-top-strip .divider { color: rgba(255,255,255,.5); margin: 0 4px; }

.intake-rows { padding: 6px 0; }
.intake-row {
  display: grid;
  grid-template-columns: 1.2fr 1.3fr 1.4fr auto;
  align-items: center; gap: 22px;
  padding: 22px 28px;
  border-top: 1px solid var(--line);
}
.intake-row:first-child { border-top: 0; }

/* Purple-soft tint on the Component row only — emphasises booking urgency */
.intake-row.component-row-tint {
  background: linear-gradient(90deg, var(--purple-soft), color-mix(in oklab, var(--purple-soft) 50%, #ffffff));
  border-top-color: rgba(104,69,245,.14);
}
.intake-row.component-row-tint + .intake-row { border-top-color: rgba(104,69,245,.14); }
.ir-context-emphasis {
  font-size: 14px; font-weight: 600; color: var(--ink);
  letter-spacing: -.008em;
}
.ir-context-emphasis .purple {
  color: var(--purple); font-weight: 800;
}

.ir-subject {
  font-size: 19px; font-weight: 800; letter-spacing: -.022em; line-height: 1.15;
  color: var(--ink);
}
.ir-subject.muted { color: var(--ink-2); font-size: 16px; }
.ir-meta {
  font-size: 12.5px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
  color: var(--purple);
}
.ir-meta.muted { color: var(--soft); }
.ir-context {
  font-size: 13.5px; color: var(--muted); line-height: 1.45; font-weight: 500;
}
.ir-context.muted { color: var(--soft); }
.ir-count {
  /* legacy "X of 12 seats remaining" label; no longer used */
  display: none;
}
.ir-apply {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 10px 16px; border-radius: 9px;
  background: var(--ink); color: #fff;
  font-size: 13px; font-weight: 800; letter-spacing: -.012em;
  border: 1px solid var(--ink);
  transition: transform .2s ease;
  white-space: nowrap;
}
.ir-apply:hover { transform: translateY(-1px); }
.ir-apply .lucide { width: 14px; height: 14px; stroke-width: 2.4; }
.ir-apply .ir-arrow {
  display: inline-block; width: 14px; height: 14px;
  stroke-width: 2.4;
  flex: none;
  margin-left: 4px;
  vertical-align: middle;
}
.ir-apply.secondary {
  background: transparent; color: var(--ink); border-color: var(--line-strong);
}

.seat-dots {
  /* legacy seat-counter no longer rendered, but keep styles harmless if reused */
  display: none;
}

/* ---- Status pills ---- */
.status-pill {
  display: inline-flex; align-items: center; gap: 6px;
  width: fit-content;
  padding: 6px 11px; border-radius: 999px;
  font-size: 10.5px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase;
  border: 1px solid transparent;
}
.status-pill::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
}
.status-pill.status-open {
  background: var(--purple-soft);
  color: var(--purple);
  border-color: rgba(104,69,245,.16);
}
.status-pill.status-open::before {
  background: var(--purple);
}
.status-pill.status-filling {
  background: rgba(104,69,245,.12);
  color: var(--purple);
  border-color: rgba(104,69,245,.22);
}
.status-pill.status-filling::before {
  background: var(--purple);
  animation: statusPulse 1.6s ease-in-out infinite;
}
@keyframes statusPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(104,69,245,.4); }
  50%      { box-shadow: 0 0 0 4px rgba(104,69,245,0); }
}
.status-pill.status-final {
  background: linear-gradient(180deg, var(--purple-2), var(--purple-3));
  color: #fff;
  border-color: transparent;
  box-shadow: 0 6px 14px rgba(104,69,245,.22);
}
.status-pill.status-final::before {
  background: #fff;
}
.status-pill.status-closed {
  background: #ffffff;
  color: var(--soft);
  border-color: var(--ir-line);
}
.status-pill.status-closed::before {
  background: var(--soft);
}

.intake-footnote {
  margin: 18px 0 0;
  font-size: 12.5px; color: var(--soft); line-height: 1.5; font-style: italic;
  text-align: right;
}

@media (max-width: 1080px) {
  .intake-row { grid-template-columns: 1fr; gap: 8px; }
  .intake-row .ir-apply { justify-self: start; }
}

/* ============== Section 10 — Final CTA ============== */
.final-cta-section { padding: 96px 0 40px; }
.final-cta-inner { text-align: center; max-width: 760px; margin: 0 auto; }
.final-h {
  font-size: 58px; font-weight: 800; letter-spacing: -.04em; line-height: 1.02;
  margin: 0 auto 26px;
  text-wrap: balance;
}
.final-restate {
  font-size: 20px; font-weight: 700; letter-spacing: -.016em;
  color: var(--ink);
  margin: 0 auto 32px;
}
.final-restate .scribble::after { border-bottom-width: 3px; bottom: -.16em; }
.final-buttons {
  display: flex; gap: 16px; justify-content: center; flex-wrap: wrap;
  margin-bottom: 24px;
}
.final-buttons .btn { height: 64px; padding: 0 28px; font-size: 15px; min-width: 260px; }
.final-tertiary {
  margin: 0 auto 22px;
  font-size: 16px; color: var(--ink-2);
  font-weight: 500; letter-spacing: -.008em;
  line-height: 1.5;
  max-width: 580px;
}
.final-tertiary b { color: var(--ink); font-weight: 800; }

.final-secondary {
  font-size: 13.5px; color: var(--soft); margin: 0 auto 32px;
  font-weight: 500;
}
.final-secondary .text-link { font-weight: 700; color: var(--ink-2); }
.final-secondary .scribble-arrow {
  color: var(--ink-2); border-bottom-color: var(--ink-2);
}
.text-link { color: var(--purple); font-weight: 800; }
.final-micro {
  font-size: 10.5px; font-weight: 800; letter-spacing: .26em; text-transform: uppercase;
  color: var(--soft);
  display: inline-flex; gap: 8px; flex-wrap: wrap; justify-content: center;
}
.final-micro .divider { color: var(--soft); opacity: .5; }

@media (max-width: 720px) {
  .final-h { font-size: 38px; }
  .final-buttons .btn { width: 100%; min-width: 0; }
}

/* ============== Section 10.5 — Email capture strip ============== */
.email-capture-section { padding: 12px 0 56px; }
.email-strip {
  background: linear-gradient(180deg, #f6f1ff, #ede5ff);
  border: 1px solid rgba(104,69,245,.14);
  border-radius: 22px;
  padding: 38px 40px;
  text-align: center;
  box-shadow: 0 18px 50px rgba(104,69,245,.08), inset 0 1px 0 rgba(255,255,255,.9);
}
.email-strip .eyebrow { display: inline-block; margin-bottom: 14px; }
.email-h {
  font-size: 26px; font-weight: 800; letter-spacing: -.028em; line-height: 1.18;
  margin: 0 auto 8px;
  max-width: 580px;
}
.email-body {
  font-size: 13.5px; color: var(--muted); line-height: 1.5;
  max-width: 540px; margin: 0 auto 22px;
}
.email-form {
  display: flex; gap: 10px; justify-content: center;
  max-width: 520px; margin: 0 auto;
  flex-wrap: wrap;
}
.email-form input {
  flex: 1; min-width: 240px;
  height: 56px; padding: 0 18px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #fff;
  font-family: var(--font-sans);
  font-size: 14.5px; font-weight: 500;
  color: var(--ink);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.95), 0 4px 12px rgba(28,22,12,.04);
  outline: none;
  transition: border-color .2s ease;
}
.email-form input:focus { border-color: var(--purple); }
.email-form .btn { height: 56px; padding: 0 22px; font-size: 14.5px; }
.email-confirm {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 22px; border-radius: 12px;
  background: #fff; border: 1px solid var(--green);
  color: var(--green); font-weight: 800; font-size: 14.5px;
}
.email-confirm .lucide { width: 20px; height: 20px; stroke-width: 2.5; }

@media (max-width: 720px) {
  .email-strip { padding: 28px 22px; }
  .email-h { font-size: 22px; }
}

/* ============== Section 11 — Footer ============== */
.intensives-footer {
  padding: 48px 0 64px;
  border-top: 1px solid var(--line);
  background: rgba(252, 251, 248, .8);
}
.intensives-footer .wide { display: grid; gap: 24px; }
.footer-row { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.footer-brand { display: inline-flex; align-items: center; gap: 12px; }
.footer-logo { width: 104px; height: auto; }
.footer-sub {
  display: inline-flex; align-items: center;
  padding: 4px 9px; border-radius: 7px;
  background: var(--purple-soft); color: var(--purple);
  font-size: 10.5px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase;
  border: 1px solid rgba(104,69,245,.1);
}
.footer-back {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11.5px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase;
  color: var(--ink-2);
  padding: 8px 12px; border-radius: 8px;
  border: 1px solid var(--line);
  background: #fff;
  transition: border-color .2s ease;
}
.footer-back:hover { border-color: var(--purple); color: var(--purple); }
.footer-back .lucide { width: 13px; height: 13px; stroke-width: 2.5; }

.footer-nav {
  display: flex; flex-wrap: wrap; gap: 8px;
  font-size: 14px; color: var(--ink-2); font-weight: 500;
}
.footer-nav a {
  color: var(--ink-2);
  transition: color .2s ease;
}
.footer-nav a:hover { color: var(--purple); }
.footer-nav .sep { color: var(--soft); opacity: .5; }

.footer-socials { display: flex; gap: 10px; }
.footer-socials a {
  display: grid; place-items: center;
  width: 36px; height: 36px; border-radius: var(--ir-radius-chip);
  background: #fff;
  border: 1px solid var(--ir-line);
  color: var(--purple);
  transition: transform .2s ease, border-color .2s ease;
}
.footer-socials a:hover { transform: translateY(-2px); border-color: var(--purple); }
.footer-socials a svg { width: 16px; height: 16px; display: block; }

.footer-legal, .footer-credit {
  font-size: 12.5px; color: var(--soft); line-height: 1.45;
}
.footer-legal a { color: var(--soft); text-decoration: none; border-bottom: 1px dotted transparent; }
.footer-legal a:hover { border-bottom-color: var(--soft); }
.footer-legal .sep { opacity: .5; }

@media (max-width: 720px) {
  .footer-row { gap: 14px; }
  .footer-nav { font-size: 13px; }
}

/* ============== Request Subject Modal ============== */
.modal-backdrop {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(8, 9, 18, .56);
  backdrop-filter: blur(8px);
  display: grid; place-items: center;
  padding: 24px;
  animation: modalFade .25s ease;
}
@keyframes modalFade { from { opacity: 0; } to { opacity: 1; } }

.modal-card {
  position: relative;
  width: min(520px, 100%);
  max-height: 92vh; overflow: auto;
  background: linear-gradient(180deg, #fff, rgba(255,255,255,.94));
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 32px 32px 28px;
  box-shadow: 0 50px 120px rgba(8,9,18,.34), 0 14px 36px rgba(8,9,18,.18), inset 0 1px 0 rgba(255,255,255,.95);
  animation: modalRise .3s cubic-bezier(.18,.89,.32,1.28);
}
@keyframes modalRise { from { transform: translateY(20px) scale(.96); opacity: 0; } to { transform: none; opacity: 1; } }

.modal-card .eyebrow { display: inline-block; margin-bottom: 12px; }
.modal-h {
  font-size: 24px; font-weight: 800; letter-spacing: -.028em; line-height: 1.16;
  margin: 0 0 10px;
}
.modal-body {
  font-size: 14.5px; line-height: 1.55; color: var(--ink-2);
  margin: 0 0 14px;
}
.modal-proof {
  font-size: 10.5px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase;
  color: var(--soft);
  padding: 10px 12px; border-radius: 8px;
  background: var(--purple-soft);
  border: 1px solid rgba(104,69,245,.08);
  margin: 0 0 22px;
  line-height: 1.4;
}
.modal-proof b { color: var(--purple); }

.modal-close {
  position: absolute; top: 16px; right: 16px;
  width: 32px; height: 32px; border-radius: 8px;
  background: transparent; border: 0;
  color: var(--soft);
  display: grid; place-items: center;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}
.modal-close:hover { background: var(--line); color: var(--ink); }
.modal-close .lucide { width: 18px; height: 18px; stroke-width: 2.4; }

.modal-form { display: grid; gap: 14px; }
.field { display: grid; gap: 6px; }
.field > span {
  font-size: 12px; font-weight: 800; letter-spacing: .04em;
  color: var(--ink); display: flex; align-items: center; gap: 6px;
}
.field > span em {
  font-style: normal; color: var(--soft); font-weight: 500;
  letter-spacing: 0; font-size: 11px;
  text-transform: uppercase; letter-spacing: .12em;
}
.field input, .field textarea {
  font-family: var(--font-sans);
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  font-size: 14.5px; font-weight: 500;
  color: var(--ink);
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
  resize: vertical;
}
.field input:focus, .field textarea:focus {
  border-color: var(--purple);
  box-shadow: 0 0 0 3px rgba(104,69,245,.12);
}

.modal-submit { width: 100%; height: 54px; margin-top: 6px; }

.modal-confirm { text-align: center; padding: 12px 0 4px; }
.confirm-icon {
  width: 64px; height: 64px; border-radius: 50%; margin: 0 auto 18px;
  background: var(--purple-soft);
  display: grid; place-items: center;
  color: var(--purple);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 12px 28px rgba(104,69,245,.18);
}
.confirm-icon .lucide { width: 30px; height: 30px; stroke-width: 3; }
.modal-confirm .btn { margin-top: 14px; }

/* ============== Apply Flow Modal ============== */
.apply-backdrop {
  position: fixed; inset: 0; z-index: 220;
  background: rgba(8, 9, 18, .58);
  backdrop-filter: blur(10px);
  display: grid; place-items: center;
  padding: 32px;
  animation: modalFade .25s ease;
}
.apply-modal {
  position: relative;
  width: min(560px, 100%);
  max-height: calc(100vh - 64px);
  overflow-y: auto;
  background: linear-gradient(180deg, #ffffff, #fafaf6);
  border: 1px solid var(--ir-line);
  border-radius: var(--ir-radius-card-lg);
  box-shadow: var(--ir-shadow-modal);
  padding: 36px 38px 32px;
  animation: modalRise .3s cubic-bezier(.18,.89,.32,1.28);
}
.apf-close {
  position: absolute; top: 18px; right: 18px;
  width: 36px; height: 36px; border-radius: var(--ir-radius-chip);
  background: transparent; border: 1px solid var(--ir-line);
  display: grid; place-items: center;
  color: var(--ink-2);
  cursor: pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
  z-index: 4;
}
.apf-close:hover { background: #fff; color: var(--ink); border-color: var(--line-strong); }
.apf-close .lucide { width: 16px; height: 16px; stroke-width: 2.4; }

.apf-step-head { margin-bottom: 28px; display: flex; align-items: flex-start; gap: 12px; }
.apf-step-head .eyebrow { display: block; margin-bottom: 8px; }
.apf-h {
  font-size: 26px; font-weight: 800; letter-spacing: -.032em; line-height: 1.1;
  margin: 0;
}
.apf-back {
  flex: none;
  width: 36px; height: 36px; border-radius: var(--ir-radius-chip);
  background: transparent; border: 1px solid var(--ir-line);
  display: grid; place-items: center;
  color: var(--ink-2);
  cursor: pointer;
  margin-top: 2px;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.apf-back:hover { background: #fff; color: var(--ink); border-color: var(--line-strong); }
.apf-back .lucide { width: 16px; height: 16px; stroke-width: 2.4; }

.apf-fields { display: grid; gap: 22px; }
.apf-field { display: grid; gap: 8px; }
.apf-label {
  display: flex; gap: 8px; align-items: baseline;
  font-size: 12px; font-weight: 800; color: var(--ink);
  letter-spacing: -.005em;
}
.apf-label em {
  font-style: normal; color: var(--soft);
  font-size: 10.5px; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase;
}

.apf-field input[type="text"],
.apf-field input[type="email"],
.apf-field textarea,
.apf-field select {
  font-family: var(--font-sans);
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--ir-line);
  border-radius: 10px;
  background: #fff;
  font-size: 14.5px; font-weight: 500;
  color: var(--ink);
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
  resize: vertical;
}
.apf-field input:focus,
.apf-field textarea:focus,
.apf-field select:focus {
  border-color: var(--purple);
  box-shadow: 0 0 0 3px var(--purple-soft);
}
.apf-field textarea { line-height: 1.5; min-height: 76px; }

.apf-select-wrap {
  position: relative;
}
.apf-select-wrap select {
  appearance: none; -webkit-appearance: none;
  padding-right: 38px;
  cursor: pointer;
}
.apf-select-wrap .lucide {
  position: absolute; right: 14px; top: 50%; transform: translateY(-50%);
  width: 16px; height: 16px; color: var(--soft); stroke-width: 2;
  pointer-events: none;
}

/* Radio rows */
.apf-radio {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.apf-radio-stack { flex-direction: column; }
.apf-radio-row { flex-direction: row; }

.apf-radio-opt {
  position: relative;
  flex: 1 1 0;
  min-width: 64px;
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 14px;
  border-radius: 10px;
  border: 1px solid var(--ir-line);
  background: #fff;
  font-size: 13.5px; font-weight: 600;
  color: var(--ink-2);
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
  text-align: center;
}
.apf-radio-stack .apf-radio-opt {
  flex: none;
  justify-content: flex-start;
  text-align: left;
}
.apf-radio-opt input {
  position: absolute;
  opacity: 0; pointer-events: none;
}
.apf-radio-opt:hover { border-color: var(--line-strong); color: var(--ink); }
.apf-radio-opt.checked {
  border-color: var(--purple);
  background: var(--purple-soft);
  color: var(--purple);
  box-shadow: 0 0 0 3px rgba(104,69,245,.08);
  font-weight: 800;
}
.apf-radio-stack .apf-radio-opt.checked::before {
  content: "●"; margin-right: 8px; font-size: 9px;
}

.apf-error {
  margin: 14px 0 0;
  padding: 10px 14px;
  border-radius: 10px;
  background: rgba(232,69,69,.07);
  border: 1px solid rgba(232,69,69,.22);
  color: var(--red);
  font-size: 13px; font-weight: 700;
  line-height: 1.4;
}

.apf-submit {
  width: 100%; height: 56px;
  margin-top: 24px;
  font-size: 15px;
}
.apf-microcopy {
  margin: 12px 0 0;
  font-size: 12px; color: var(--soft); font-weight: 500;
  text-align: center;
  letter-spacing: -.005em;
}

/* ---- Step 3 — confirmation ---- */
.apf-step-confirm { text-align: center; padding: 6px 0 4px; }
.apf-confirm-icon {
  width: 64px; height: 64px; border-radius: 50%;
  margin: 0 auto 18px;
  background: var(--purple-soft);
  display: grid; place-items: center;
  color: var(--purple);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 12px 28px rgba(104,69,245,.16);
}
.apf-confirm-icon .lucide { width: 30px; height: 30px; stroke-width: 3; }
.apf-step-confirm .apf-h { margin: 0 0 12px; }
.apf-confirm-body {
  font-size: 14.5px; line-height: 1.55; color: var(--ink-2);
  max-width: 420px; margin: 0 auto 28px;
}

.apf-while-you-wait {
  text-align: left;
  padding: 24px 22px;
  border-radius: var(--ir-radius-inner);
  background: linear-gradient(180deg, #f6f3ec, #fdfcf8);
  border: 1px solid var(--ir-line);
  margin: 0 0 22px;
}
.apf-while-you-wait .eyebrow {
  display: block;
  margin-bottom: 14px;
}
.apf-wyw-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.apf-wyw-tile {
  position: relative;
  display: flex; flex-direction: column; gap: 2px;
  padding: 14px 16px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid var(--ir-line);
  text-decoration: none;
  color: inherit;
  transition: border-color .18s ease, transform .18s ease;
}
.apf-wyw-tile:hover { transform: translateY(-2px); border-color: var(--purple); }
.apf-wyw-label {
  font-size: 10px; font-weight: 800; letter-spacing: .24em; text-transform: uppercase;
  color: var(--soft);
}
.apf-wyw-title {
  font-size: 14px; font-weight: 800; color: var(--ink);
  letter-spacing: -.012em;
}
.apf-wyw-arrow {
  position: absolute; right: 12px; top: 14px;
  color: var(--purple);
}
.apf-wyw-arrow .lucide { width: 13px; height: 13px; stroke-width: 2.4; }

.apf-close-btn {
  width: 100%; height: 50px;
  font-size: 14px;
}

/* ---- Mobile: full-screen ---- */
@media (max-width: 720px) {
  .apply-backdrop { padding: 0; }
  .apply-modal {
    width: 100%;
    height: 100vh; max-height: 100vh;
    border-radius: 0;
    border: 0;
    padding: 64px 22px 36px;
  }
  .apf-h { font-size: 22px; }
  .apf-radio-row { flex-direction: row; }
  .apf-radio-opt { font-size: 13px; padding: 10px 12px; }
  .apf-wyw-grid { grid-template-columns: 1fr; }
}

/* ============== Section 2.5 — Coach dossier drawer ============== */
.dossier-backdrop {
  position: fixed; inset: 0; z-index: 210;
  background: rgba(8, 9, 18, .48);
  backdrop-filter: blur(6px);
  display: flex; justify-content: flex-end;
  animation: modalFade .25s ease;
}
.dossier-drawer {
  width: min(560px, 100%); height: 100%;
  background: linear-gradient(180deg, #fdfcf8, #f6f3ec);
  border-left: 1px solid var(--ir-line);
  box-shadow: -40px 0 80px rgba(8,9,18,.18), inset 1px 0 0 rgba(255,255,255,.7);
  overflow-y: auto;
  padding: 32px 38px 48px;
  animation: drawerSlide .35s cubic-bezier(.22, .85, .35, 1);
}
@keyframes drawerSlide { from { transform: translateX(60px); opacity: 0; } to { transform: none; opacity: 1; } }

.dossier-head {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 28px;
}
.dossier-eyebrow {
  font-size: 10.5px; font-weight: 800; letter-spacing: .3em; text-transform: uppercase;
  color: var(--purple);
}
.dossier-close {
  width: 36px; height: 36px; border-radius: var(--ir-radius-chip);
  background: transparent; border: 1px solid var(--ir-line);
  display: grid; place-items: center;
  color: var(--ink-2);
  cursor: pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.dossier-close:hover { background: #fff; color: var(--ink); border-color: var(--line-strong); }
.dossier-close .lucide { width: 16px; height: 16px; stroke-width: 2.4; }

.dossier-portrait-row {
  display: grid; grid-template-columns: 110px 1fr; gap: 22px;
  align-items: center;
  padding-bottom: 28px; margin-bottom: 28px;
  border-bottom: 1px solid var(--ir-line);
}
.dossier-portrait {
  width: 110px; height: 110px;
  border-radius: var(--ir-radius-inner); overflow: hidden;
  background: linear-gradient(135deg, #ece8e0, #d6d1c6);
  box-shadow: 0 12px 30px rgba(28,22,12,.1), inset 0 1px 0 rgba(255,255,255,.7);
}
.dossier-portrait img { width: 100%; height: 100%; object-fit: cover; display: block; }
.dossier-portrait .placeholder { width: 100%; height: 100%; border-radius: var(--ir-radius-inner); }
.dossier-name-block { display: flex; flex-direction: column; gap: 4px; }
.dossier-score {
  display: inline-flex; align-items: center;
  width: fit-content; padding: 4px 10px; border-radius: 999px;
  background: linear-gradient(180deg, var(--purple-2), var(--purple-3));
  color: #fff; font-weight: 800; font-size: 12px; letter-spacing: -.01em;
  font-variant-numeric: tabular-nums;
  margin-bottom: 4px;
  box-shadow: 0 6px 14px rgba(104,69,245,.2);
}
.dossier-name {
  font-size: 28px; font-weight: 800; letter-spacing: -.032em; line-height: 1.06;
  margin: 0;
}
.dossier-title {
  font-size: 12.5px; color: var(--soft); margin: 0;
  font-weight: 500; line-height: 1.4;
}

.dossier-field { margin-bottom: 28px; }
.dossier-field-label {
  font-size: 10px; font-weight: 800; letter-spacing: .28em; text-transform: uppercase;
  color: var(--soft); margin-bottom: 10px;
}
.dossier-field-body {
  font-size: 14px; line-height: 1.55; color: var(--ink-2);
}
.dossier-line {
  font-size: 15px; font-weight: 700; color: var(--ink); margin: 0;
  letter-spacing: -.012em;
}

.dossier-grades {
  width: 100%; border-collapse: collapse;
  background: #fff; border: 1px solid var(--ir-line);
  border-radius: var(--ir-radius-inner); overflow: hidden;
  box-shadow: 0 2px 6px rgba(28,22,12,.03);
}
.dossier-grades td {
  padding: 10px 14px;
  border-top: 1px solid var(--ir-line-soft);
  font-size: 13.5px;
  font-feature-settings: "ss01" on;
}
.dossier-grades tr:first-child td { border-top: 0; }
.dossier-grades td:first-child {
  color: var(--ink-2); font-weight: 600;
  letter-spacing: -.005em;
}
.dossier-grades td:last-child {
  text-align: right; color: var(--purple); font-weight: 800;
  width: 42px; font-variant-numeric: tabular-nums;
}
.dossier-grades td:last-child b { font-size: 14.5px; }
.dossier-bonus {
  margin-top: 12px;
  font-size: 12px; color: var(--ink-2); font-weight: 600;
  display: flex; flex-wrap: wrap; gap: 4px; align-items: baseline;
}
.dossier-bonus .sep { color: var(--line-strong); margin: 0 6px; }

.dossier-list {
  list-style: none; padding: 0; margin: 0;
  display: grid; gap: 8px;
}
.dossier-list li {
  position: relative; padding-left: 14px;
  font-size: 14px; line-height: 1.5; color: var(--ink-2); font-weight: 500;
}
.dossier-list li::before {
  content: ""; position: absolute; left: 0; top: .65em;
  width: 4px; height: 4px; border-radius: 50%;
  background: var(--purple);
}
.dossier-results li::before { background: var(--green); }

.dossier-body {
  font-size: 14px; line-height: 1.6; color: var(--ink-2); font-weight: 500;
  margin: 0;
}
.dossier-quote {
  font-size: 15px; line-height: 1.5; color: var(--ink);
  font-style: italic; font-weight: 600; letter-spacing: -.014em;
  margin: 0;
  padding-left: 18px;
  border-left: 2px solid var(--purple);
}

.dossier-foot {
  margin-top: 12px;
  padding-top: 24px;
  border-top: 1px solid var(--ir-line);
}
.dossier-foot .btn { width: 100%; height: 52px; font-size: 14px; }

@media (max-width: 560px) {
  .dossier-drawer { padding: 24px 22px 36px; }
  .dossier-portrait-row { grid-template-columns: 88px 1fr; }
  .dossier-portrait { width: 88px; height: 88px; }
}

/* ============== Section 2.7 — Inside the programme (cinematic) ============== */
.inside-programme-section { padding: 40px 0 80px; }
.programme-stage { display: grid; gap: 22px; }

.video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  width: 100%;
  border-radius: var(--ir-radius-card-lg);
  overflow: hidden;
  background:
    radial-gradient(circle at 28% 32%, #2a1f48 0%, transparent 50%),
    radial-gradient(circle at 78% 70%, #3b1f5e 0%, transparent 55%),
    linear-gradient(160deg, #14101f 0%, #1d162e 60%, #100c19 100%);
  border: 1px solid rgba(255,255,255,.04);
  box-shadow:
    0 40px 100px rgba(8, 9, 18, .35),
    0 8px 28px rgba(8, 9, 18, .2),
    inset 0 1px 0 rgba(255,255,255,.05);
}
.vf-grain {
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.9'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 .35 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  opacity: .08; mix-blend-mode: overlay; pointer-events: none;
}
.vf-vignette {
  position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 60%, transparent 40%, rgba(0,0,0,.45) 100%);
  pointer-events: none;
}

/* Mocked still content inside the video */
.vs-content { position: absolute; inset: 0; }
.vs-doc {
  position: absolute;
  left: 6%; top: 14%;
  width: 38%;
  padding: 18px 20px 16px;
  border-radius: var(--ir-radius-inner);
  background: linear-gradient(180deg, rgba(255,253,247,.97), rgba(244,240,231,.94));
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 24px 60px rgba(0,0,0,.45), 0 6px 16px rgba(0,0,0,.2);
  transform: rotate(-1.6deg);
  color: var(--ink);
}
.vs-doc-head {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 12px;
  padding-bottom: 10px; border-bottom: 1px dashed rgba(26,22,12,.18);
}
.vs-doc-eyebrow {
  font-size: 9px; font-weight: 800; letter-spacing: .28em; text-transform: uppercase;
  color: var(--soft);
}
.vs-doc-grade {
  display: inline-grid; place-items: center;
  min-width: 24px; padding: 2px 7px; border-radius: 5px;
  background: var(--purple-soft); color: var(--purple);
  font-weight: 800; font-size: 13px;
  border: 1px solid rgba(104,69,245,.2);
}
.vs-doc-lines { display: grid; gap: 8px; }
.vs-line {
  height: 5px; border-radius: 3px;
  background: linear-gradient(90deg, rgba(26,22,12,.18), rgba(26,22,12,.07));
}
.vs-line.short { width: 60%; }
.vs-line.mid   { width: 82%; }
.vs-line.full  { width: 100%; }
.vs-line.hl {
  background: linear-gradient(90deg, rgba(255, 213, 64, .55), rgba(255, 213, 64, .15));
  height: 9px;
}
.vs-annotation {
  margin-top: 14px;
  font-size: 11px; line-height: 1.4; color: var(--purple);
  font-weight: 700; font-style: italic;
  display: flex; gap: 6px; align-items: flex-start;
}
.vs-annotation .vs-arrow { font-size: 14px; line-height: 1; }

.vs-comment {
  position: absolute;
  right: 6%; bottom: 16%;
  width: 32%;
  padding: 16px 18px 16px;
  border-radius: var(--ir-radius-inner);
  background: linear-gradient(180deg, rgba(28, 22, 38, .9), rgba(20, 16, 32, .85));
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 22px 50px rgba(0,0,0,.45);
  backdrop-filter: blur(8px);
  color: rgba(255,255,255,.92);
}
.vs-comment-head {
  display: flex; align-items: center; gap: 8px;
  margin-bottom: 10px;
  padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.08);
}
.vs-avatar {
  display: grid; place-items: center;
  width: 24px; height: 24px; border-radius: 50%;
  background: linear-gradient(180deg, var(--purple-2), var(--purple-3));
  font-size: 9.5px; font-weight: 800; color: #fff; letter-spacing: -.01em;
}
.vs-comment-meta {
  font-size: 10.5px; font-weight: 700; letter-spacing: .04em;
  color: rgba(255,255,255,.62);
}
.vs-comment p {
  font-size: 12.5px; line-height: 1.5;
  margin: 0;
  font-weight: 500;
  color: rgba(255,255,255,.88);
}

.vs-transcript-chip {
  position: absolute;
  right: 6%; top: 14%;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 12px; border-radius: 999px;
  background: rgba(8, 9, 18, .55);
  border: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.78);
  font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase;
  backdrop-filter: blur(8px);
}
.vs-tc-label { color: var(--purple); }
.vs-tc-time { font-variant-numeric: tabular-nums; color: rgba(255,255,255,.78); }

/* Elegant play button */
.vf-play {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -54%);
  width: 88px; height: 88px;
  border-radius: 50%;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(255,255,255,.6);
  box-shadow:
    0 30px 80px rgba(0,0,0,.45),
    0 8px 22px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.9);
  display: grid; place-items: center;
  color: var(--ink);
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease;
  z-index: 4;
}
.vf-play::before {
  /* halo */
  content: ""; position: absolute; inset: -8px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.18);
  animation: pulseHalo 3s ease-in-out infinite;
}
@keyframes pulseHalo {
  0%, 100% { opacity: .35; transform: scale(1); }
  50% { opacity: 0; transform: scale(1.14); }
}
.vf-play:hover { transform: translate(-50%, -54%) scale(1.04); }
.vf-play .lucide {
  width: 30px; height: 30px; stroke-width: 0; fill: var(--ink);
  margin-left: 4px;
}
.video-frame.playing .vf-play { opacity: 0.6; }
.video-frame.playing .vf-play .lucide { margin-left: 0; }

/* Chrome */
.vf-chrome {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 16px 22px 18px;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.6));
  display: flex; flex-direction: column; gap: 10px;
  z-index: 3;
}
.vf-progress {
  height: 3px; border-radius: 999px;
  background: rgba(255,255,255,.18);
  overflow: hidden;
}
.vf-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--purple), #b9a6ff);
  border-radius: 999px;
  transition: width .4s ease;
}
.vf-chrome-meta {
  display: flex; align-items: center; gap: 10px;
  font-size: 10.5px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase;
  color: rgba(255,255,255,.85);
}
.vf-time, .vf-runtime { font-variant-numeric: tabular-nums; }
.vf-divider { color: rgba(255,255,255,.35); }
.vf-label { color: rgba(255,255,255,.55); margin-left: auto; }

/* Mini proof cards below the video */
.programme-proof-strip {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  margin-top: 4px;
}
.programme-proof {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 16px;
  background: linear-gradient(180deg, #ffffff, rgba(255,255,255,.92));
  border: 1px solid var(--ir-line);
  border-radius: var(--ir-radius-inner);
  box-shadow: var(--ir-shadow-card);
}
.pp-icon {
  flex: none;
  width: 36px; height: 36px;
  border-radius: var(--ir-radius-chip);
  background: var(--purple-soft);
  display: grid; place-items: center;
  color: var(--purple);
}
.pp-icon .lucide { width: 16px; height: 16px; stroke-width: 2.2; }
.pp-text { display: flex; flex-direction: column; }
.pp-text b {
  font-size: 13px; font-weight: 800; letter-spacing: -.01em; color: var(--ink);
  line-height: 1.2;
}
.pp-text span {
  font-size: 11px; color: var(--soft); font-weight: 600;
  line-height: 1.35;
  margin-top: 2px;
}

@media (max-width: 1080px) {
  .programme-proof-strip { grid-template-columns: repeat(2, 1fr); }
  .vs-doc { width: 46%; }
  .vs-comment { width: 40%; }
  .vf-play { width: 72px; height: 72px; }
  .vf-play .lucide { width: 26px; height: 26px; }
}
@media (max-width: 720px) {
  .programme-proof-strip { grid-template-columns: 1fr; }
  .vs-doc, .vs-comment, .vs-transcript-chip { display: none; }
  .vf-play { width: 60px; height: 60px; }
  .vf-play .lucide { width: 22px; height: 22px; }
}

/* ====================================================================
   MOBILE — Hero only (≤ 767px)
   Scoped strictly to .intensives .hero, .hero-grid, .hero-* and the
   hero proof strip (.hero-proof-tower and its children). Appended at
   end-of-file so cascade order beats earlier @media (max-width: 720px)
   rules that touch the same selectors.
   No rules in this block affect any other section of the page.
   ==================================================================== */
@media (max-width: 767px) {

  /* --- Section padding + container gutters --- */
  .intensives .hero {
    padding: 40px 0 32px;
  }
  .intensives .hero .wide,
  .intensives .section.proof-section .wide {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
  }

  /* --- Hero grid: stack, visual ABOVE copy --- */
  .intensives .hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: stretch;
  }
  .intensives .hero-copy   { order: 2; }
  .intensives .hero-visual { order: 1; }

  /* --- Visual stage: ~40vh, slight overflow allowed --- */
  .intensives .hero-visual {
    position: relative;
    height: 40vh;
    min-height: 280px;
    max-height: 380px;
    margin: 0;
    max-width: 100%;
    width: 100%;
    overflow: visible;
  }

  /* Rescale orbits + floating cards to fit the smaller stage.
     Clipping at edges is OK; the composition keeps its impact. */
  .intensives .orbit.a { width: 480px; height: 320px; left: -50px; top: -10px; }
  .intensives .orbit.b { width: 380px; height: 380px; right: -50px; top: -30px; }

  .draft-doc {
    left: 12px; top: 18px;
    width: 62%;
    height: calc(40vh - 60px);
    min-height: 220px;
    max-height: 310px;
    padding: 18px 20px 22px;
  }
  .draft-doc .doc-title { font-size: 14.5px; }
  .draft-doc .doc-lines { gap: 10px; }
  .draft-doc .doc-line { height: 6px; }
  .draft-doc .doc-redmark { right: 14px; top: 124px; }

  .supervisor-msg {
    right: 6px; top: 26px;
    width: 58%;
    max-width: 240px;
    padding: 14px 16px 14px;
  }
  .supervisor-msg .msg-body { font-size: 14px; }

  .deadline-stamp {
    right: 4px;
    bottom: 12px;
    width: 138px;
    min-height: 124px;
    padding: 14px 16px 14px;
    transform: rotate(3deg);
  }
  .deadline-stamp .ds-days { font-size: 48px; }
  .deadline-stamp .ds-unit { font-size: 11px; }
  .deadline-stamp .ds-eyebrow { font-size: 9.5px; }
  .deadline-stamp .ds-context { font-size: 10px; }

  /* --- Typography --- */
  .intensives .hero h1 {
    font-size: 36px;
    line-height: 1.05;
    letter-spacing: -.034em;
    margin: 18px 0 16px;
    max-width: 100%;
  }
  .intensives .hero-copy .eyebrow { font-size: 12px; }
  .intensives .hero-copy .lede {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 22px;
    max-width: 100%;
  }
  .intensives .hero-microline {
    font-size: 13px;
    margin: 14px 0 0;
    max-width: 100%;
  }

  /* --- CTAs: stack full-width, 12px gap --- */
  .intensives .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin: 0;
  }
  .intensives .hero-actions .btn {
    width: 100%;
    height: 54px;
    padding: 0 22px;
    font-size: 14.5px;
  }

  /* --- Proof strip --- */
  .intensives .section.proof-section { padding: 0 0 32px; }

  .hero-proof-tower { gap: 10px; }

  .hero-proof-primary { padding: 18px 18px; }
  .hpp-content { gap: 8px; flex-direction: column; align-items: flex-start; }
  .hpp-headline { gap: 7px; }
  .hpp-mult,
  .hpp-noun { font-size: 16px; }
  .hpp-score { font-size: 22px; }
  .hpp-meta { font-size: 12.5px; line-height: 1.45; }

  /* Secondary tiles → stacked rows: label left, value right */
  .hero-proof-facts {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .hpf-tile {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    gap: 12px;
  }
  .hpf-label { font-size: 9.5px; letter-spacing: .22em; }
  .hpf-value { font-size: 15.5px; }

  /* ───────── FAQ answer — flush-left at mobile to match question ───────── */
  .faq-q { padding-left: 0; padding-right: 0; }
  .faq-q-text { font-size: 16px; line-height: 1.3; }
  .faq-a { padding: 0 8px 20px 0; }
  .faq-a p { font-size: 14.5px; line-height: 1.6; max-width: 100%; }

  /* ───────── Coach-trio proof strip — full-width stack ─────────
     The ProofStrip component sets grid-template-columns INLINE via
     style={{ gridTemplateColumns: ... }}, so we need !important here
     to win against that inline rule at mobile. */
  .intensives .proof-strip {
    grid-template-columns: 1fr !important;
    padding: 8px;
    gap: 0;
    min-height: 0;
  }
  .intensives .proof-strip > div {
    grid-template-columns: 44px 1fr;
    padding: 14px 14px;
    border-left: 0;
    border-top: 1px solid rgba(26,22,12,.10);
    min-height: 56px;
  }
  .intensives .proof-strip > div:first-child { border-top: 0; }
  .intensives .proof-strip > div:nth-child(3) { border-left: 0; }
  .intensives .proof-strip strong { font-size: 15px; letter-spacing: -.022em; }
  .intensives .proof-strip span { font-size: 12.5px; }
  .intensives .proof-strip .icon { width: 32px; height: 32px; }

  /* By default ir-context-mobile is hidden; only show inside .intake-row at mobile */
  .ir-context-mobile { display: none; }

  /* ───────── Pricing matrix — separate the two blocks ───────── */
  .price-matrix {
    grid-template-columns: 1fr;
    border: 0;
    border-radius: 0;
    overflow: visible;
    background: transparent;
    gap: 20px;
  }
  .price-col.launch,
  .price-col.full {
    border-radius: var(--ir-radius-inner);
    padding: 22px 22px;
  }
  .price-col.launch {
    border: 1px solid rgba(104,69,245,.18);
    border-right: 0;
    border-bottom: 0;
    box-shadow: 0 8px 22px rgba(104,69,245,.10);
  }
  .price-col.full {
    background: #ffffff;
    border: 1px solid var(--ir-line);
    box-shadow: var(--ir-shadow-card);
  }
  .price-note {
    margin: 4px 4px 0;
    padding: 0;
  }

  /* ───────── Intake table — separate cards, larger pill, single-line context ───────── */
  .intake-card {
    background: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
  }
  .intake-top-strip {
    border-radius: var(--ir-radius-inner);
    padding: 12px 18px;
    margin-bottom: 14px;
    text-align: center;
    line-height: 1.4;
    font-size: 10.5px;
    letter-spacing: .2em;
  }
  .intake-top-strip .divider { display: inline-block; margin: 0 6px; }
  .intake-rows {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0;
  }
  .intake-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 18px 18px;
    background: #ffffff;
    border: 1px solid var(--ir-line);
    border-radius: var(--ir-radius-inner);
    box-shadow: var(--ir-shadow-card);
  }
  .intake-row:first-child { border-top: 1px solid var(--ir-line); }

  /* Title slightly larger at mobile to anchor each card */
  .intake-row .ir-subject {
    font-size: 18px;
    line-height: 1.2;
  }

  /* OPEN / FILLING / FINAL pill bumped */
  .intake-row .status-pill {
    font-size: 11.5px;
    padding: 7px 13px;
    letter-spacing: .24em;
    font-weight: 800;
    align-self: flex-start;
  }

  /* "Cohort of 12 · Apply by Aug 1, 2026" — keep on one line */
  .intake-row .ir-context {
    font-size: 12.5px;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* Component row: quieter at mobile — neutral cream bg, no emphasis, simpler subline */
  .intake-row.component-row-tint {
    background: linear-gradient(180deg, #fbfaf4, #fdfcf8);
    border-color: var(--ir-line);
    box-shadow: var(--ir-shadow-card);
  }
  .intake-row.component-row-tint .ir-meta { display: none; }
  .intake-row.component-row-tint .ir-context-emphasis { display: none; }
  .intake-row.component-row-tint .ir-context-mobile {
    display: block;
    font-size: 12.5px;
    color: var(--soft);
    font-weight: 600;
    letter-spacing: -.005em;
    line-height: 1.4;
  }

  /* Office Hours row (existing .coaching class) stays as-is, just inherits card chrome */
  .intake-row.coaching { background: #ffffff; }

  .intake-row .ir-apply {
    justify-self: flex-start;
    margin-top: 2px;
  }

  .intake-footnote {
    margin-top: 16px;
    font-size: 12px;
    text-align: left;
  }
}
