  :root {
    --bg: #fafaf7;
    --bg-cream: #FFF9F0;
    --bg-sage: #F0F7F1;
    --bg-indigo: #EEF0FF;
    --bg-coral: #FFF1ED;
    --bg-warm: #f5f3ec;
    --surface: #fff;
    --ink: #0b1220;
    --ink-2: #1c2433;
    --ink-3: #4a5568;
    --ink-4: #6b7280;
    --ink-5: #9ca3af;
    --border: #e8e6df;
    --border-strong: #d4d1c4;
    --red: #B91C1C;
    --red-soft: #FEE2E2;
    --red-bg: #FFF5F5;
    --amber: #9a6700;
    --amber-soft: #FEF3C7;
    --green: #2E7D32;
    --green-soft: #DCFCE7;
    --indigo: #4f46e5;
    --indigo-soft: #E0E7FF;
    --coral: #F97066;
    --sage: #5C9069;
    --sky: #0284c7;
  }
  * { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: auto; }
  body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
    font-size: 16px; color: var(--ink); background: var(--bg); line-height: 1.55;
    -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  }
  .container { max-width: 1180px; margin: 0 auto; padding: 0 32px; }
  .container-narrow { max-width: 880px; margin: 0 auto; padding: 0 32px; }
  a { color: inherit; }
  img, svg { max-width: 100%; }

  /* ──────────── Typography ──────────── */
  .eyebrow {
    font-size: 15px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
    color: var(--indigo); display: inline-flex; align-items: center; gap: 10px;
  }
  .eyebrow::before {
    content: ""; width: 22px; height: 2px; background: var(--indigo);
  }
  .eyebrow .menu-tag {
    font-family: Georgia, serif; font-style: italic; font-weight: 400;
    text-transform: none; letter-spacing: 0; font-size: 14px;
    color: var(--ink-4); margin-left: 2px;
  }
  section.dark .eyebrow .menu-tag { color: rgba(255,255,255,0.5); }
  .eyebrow.coral { color: var(--coral); }
  .eyebrow.coral::before { background: var(--coral); }
  .eyebrow.sage { color: var(--sage); }
  .eyebrow.sage::before { background: var(--sage); }
  .eyebrow.amber { color: var(--amber); }
  .eyebrow.amber::before { background: var(--amber); }
  .eyebrow.muted { color: rgba(255,255,255,0.6); }
  .eyebrow.muted::before { background: rgba(255,255,255,0.6); }
  h1.display { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; font-size: 56px; line-height: 1.12; letter-spacing: -1.2px; }
  /* Hero headline = "Every X." three lines. Active one is bold white; others muted. */
  .hl-line {
    display: block; white-space: nowrap;
    color: rgba(255,255,255,0.35);
    transition: color .5s ease;
    cursor: pointer; padding: 2px 0;
    position: relative;
  }
  .hl-line.active { color: #fff; }
  .hl-line.active::before {
    content: ""; position: absolute; left: -22px; top: 50%; width: 12px; height: 2px;
    transform: translateY(-50%); border-radius: 1px;
  }
  .hl-line[data-idx="0"].active::before { background: var(--indigo); }
  .hl-line[data-idx="1"].active::before { background: var(--coral); }
  .hl-line[data-idx="2"].active::before { background: #10B981; }

  /* Sub-tagline: three transformations */
  .hero-tagline {
    margin-top: 18px; margin-bottom: 24px; font-size: 18px;
    color: rgba(255,255,255,0.5); font-family: Georgia, serif; font-style: italic;
    letter-spacing: -0.2px;
  }
  .ht-word { transition: color .5s ease; }
  .ht-word.active { color: #fff; font-weight: 600; }
  .ht-word[data-idx="0"].active { color: #a5b0ff; }  /* indigo, lightened for dark bg */
  .ht-word[data-idx="1"].active { color: #FFB4A8; }  /* coral, lightened */
  .ht-word[data-idx="2"].active { color: #80f1c8; }  /* emerald, lightened */
  .ht-sep { margin: 0 12px; opacity: 0.4; font-style: normal; }
  h2.section { font-family: Georgia, serif; font-weight: 400; font-size: 54px; line-height: 1.1; letter-spacing: -1px; text-wrap: balance; }
  h2.section em { white-space: nowrap; } /* keep italic clause as one unit; wraps as a whole, not mid-phrase */
  h3.feature { font-family: Georgia, serif; font-weight: 400; font-size: 34px; line-height: 1.18; letter-spacing: -0.5px; text-wrap: balance; }
  h1.display, .cta-band h2 { text-wrap: balance; }
  h4 { font-size: 19px; font-weight: 600; letter-spacing: -0.2px; line-height: 1.3; }
  .lede { font-size: 19px; color: var(--ink-3); line-height: 1.55; }
  .lede-sm { font-size: 16px; color: var(--ink-3); line-height: 1.6; }
  .accent-mark { background: linear-gradient(180deg, transparent 65%, rgba(249,112,102,0.35) 65%); padding: 0 3px; }

  /* ──────────── Nav ──────────── */
  nav.top {
    position: sticky; top: 0; z-index: 100; background: rgba(250, 250, 247, 0.85);
    backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid transparent; transition: border-color .2s;
  }
  nav.top.scrolled { border-bottom-color: var(--border); }
  .nav-row { display: flex; align-items: center; height: 60px; gap: 22px; }

  /* Brand wordmark — serif on the brand name, sans on the TLD, refined logo */
  .brand {
    display: flex; align-items: center; gap: 11px;
    white-space: nowrap; flex-shrink: 0;
    text-decoration: none;
  }
  .brand .logo {
    width: 34px; height: 34px; border-radius: 8px;
    background: linear-gradient(135deg, var(--ink) 0%, var(--indigo) 100%);
    color: #fff; display: flex; align-items: center; justify-content: center;
    font-family: Georgia, serif; font-size: 18px; font-weight: 400;
    letter-spacing: -0.5px; flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(79,70,229,0.2);
  }
  .brand .wordmark {
    font-family: Georgia, serif; font-weight: 400; font-size: 19px;
    color: var(--ink); letter-spacing: -0.4px; line-height: 1;
  }
  .brand .tld {
    font-family: 'Inter', sans-serif; font-weight: 600; font-size: 13px;
    color: var(--indigo); letter-spacing: 0.3px;
    margin-left: 1px;
  }
  .brand .by {
    font-family: 'Inter', sans-serif; font-weight: 400; font-size: 11px;
    color: var(--ink-4); letter-spacing: 0.5px; text-transform: uppercase;
    margin-left: 14px; padding-left: 14px;
    border-left: 1px solid var(--border-strong);
  }

  /* Nav links with active-on-scroll state */
  .nav-links { display: flex; gap: 4px; margin-left: auto; align-items: center; }
  .nav-links a {
    font-size: 13.5px; font-weight: 500; color: var(--ink-3);
    text-decoration: none; white-space: nowrap;
    padding: 8px 12px; border-radius: 7px;
    position: relative;
    transition: color .15s, background-color .15s;
  }
  .nav-links a:hover { color: var(--ink); background: var(--bg-warm); }
  .nav-links a.active {
    color: var(--ink); font-weight: 600;
  }
  .nav-links a.active::after {
    content: ""; position: absolute;
    left: 12px; right: 12px; bottom: 0;
    height: 2px; border-radius: 2px;
    background: var(--indigo);
  }

  /* CTA group */
  .nav-cta { display: flex; gap: 10px; align-items: center; flex-shrink: 0; }
  .nav-cta .btn { white-space: nowrap; }
  .btn {
    font-family: inherit; font-size: 14px; font-weight: 600; padding: 9px 18px;
    border: 0; border-radius: 7px; cursor: pointer; text-decoration: none;
    display: inline-flex; align-items: center; gap: 6px; letter-spacing: -0.1px;
    transition: transform .12s, box-shadow .12s;
  }
  .btn-primary { background: var(--ink); color: #fff; box-shadow: 0 4px 14px rgba(11,18,32,0.18); }
  .btn-primary:hover { background: var(--ink-2); transform: translateY(-1px); }
  .btn-indigo { background: var(--indigo); color: #fff; box-shadow: 0 4px 14px rgba(79,70,229,0.25); }
  .btn-indigo:hover { background: #3730a3; transform: translateY(-1px); }
  .btn-ghost { background: transparent; color: var(--ink); border: 1px solid var(--border-strong); }
  .btn-ghost:hover { background: var(--bg-warm); }
  .btn-lg { padding: 13px 22px; font-size: 15px; }
  .btn-on-dark { background: #fff; color: var(--ink); }
  .btn-on-dark:hover { background: rgba(255,255,255,0.9); transform: translateY(-1px); }
  .btn-on-dark-ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.3); }
  .btn-on-dark-ghost:hover { background: rgba(255,255,255,0.08); }

  /* ──────────── Hero ──────────── */
  .hero {
    background: var(--ink);
    color: #fff; position: relative; overflow: hidden;
  }
  /* AI-generated hero abstract as backdrop */
  .hero-bg-img {
    position: absolute; inset: 0;
    background-image: url('/audit-images/hero-abstract.jpg');
    background-size: cover;
    background-position: center;
    opacity: 1;
    pointer-events: none;
    z-index: 0;
  }
  /* Directional overlay — darker on the LEFT (behind text), much lighter on the RIGHT */
  .hero-bg-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(90deg,
      rgba(5,9,18,0.70) 0%,
      rgba(11,18,32,0.40) 35%,
      rgba(11,18,32,0.10) 65%,
      rgba(11,18,32,0.00) 100%);
    pointer-events: none;
    z-index: 1;
  }
  .hero-grid {
    position: absolute; inset: 0; background-image:
      linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
    background-size: 80px 80px;
    pointer-events: none; z-index: 2;
    mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
  }
  .hero-row { display: grid; grid-template-columns: 1.3fr 1fr; gap: 56px; align-items: center; padding: 90px 0 80px; position: relative; z-index: 1; }
  .hero h1 { color: #fff; margin-bottom: 24px; }
  .hero h1 em { font-style: italic; color: rgba(255,255,255,0.65); font-family: Georgia, serif; }
  .hero h1 .highlight { color: #fff; position: relative; }
  .hero h1 .highlight::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: 4px; height: 12px;
    background: linear-gradient(90deg, rgba(249,112,102,0.6) 0%, rgba(79,70,229,0.4) 100%);
    z-index: -1; border-radius: 2px;
  }
  .hero .lede { color: rgba(255,255,255,0.7); font-size: 20px; max-width: 540px; margin-bottom: 32px; }
  .hero .actions { display: flex; gap: 12px; margin-bottom: 28px; }
  .hero .micro { display: flex; align-items: center; gap: 14px; font-size: 13px; color: rgba(255,255,255,0.5); }
  .hero .micro .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px var(--green); }

  /* Hero mock dashboard */
  .hero-visual {
    background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.1);
    border-radius: 14px; padding: 18px; box-shadow: 0 40px 100px rgba(0,0,0,0.5);
    position: relative; backdrop-filter: blur(20px);
  }
  .hero-mock {
    background: #fff; border-radius: 9px; padding: 22px; color: var(--ink);
    display: flex; flex-direction: column; gap: 14px;
  }
  /* v2 hero mock — three stacked blocks, one per tagline */
  .hero-mock-3up {
    background: #fff; border-radius: 9px; color: var(--ink);
    overflow: hidden;
  }

  /* v3 hero — auto-rotating slides */
  .hero-slides {
    position: relative; min-height: 460px;
    border-radius: 10px; overflow: hidden;
  }
  .hero-slide {
    position: absolute; inset: 0;
    opacity: 0; transform: translateY(8px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    pointer-events: none;
  }
  .hero-slide.active { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .slide-card {
    background: #fff; color: var(--ink);
    border-radius: 9px; padding: 24px 26px;
    height: 100%;
  }
  .slide-label {
    font-size: 10px; font-weight: 700; letter-spacing: 1.3px; text-transform: uppercase;
    display: inline-flex; align-items: center; gap: 8px; margin-bottom: 14px;
  }
  .slide-label .dot { width: 8px; height: 8px; border-radius: 50%; box-shadow: 0 0 0 4px rgba(255,255,255,0.3); }
  .slide-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 14px; margin-bottom: 4px; }
  .slide-nm { font-weight: 700; font-size: 17px; line-height: 1.2; }
  .slide-meta { font-size: 11.5px; color: var(--ink-4); margin-top: 3px; }
  .slide-big { font-family: Georgia, serif; font-size: 32px; line-height: 1; letter-spacing: -0.6px; }
  .slide-delta { font-size: 10.5px; font-weight: 600; margin-top: 5px; }
  .slide-delta.up { color: var(--green); }
  .slide-footrow {
    display: flex; flex-direction: column; gap: 8px; margin-top: 16px;
    padding-top: 14px; border-top: 1px solid var(--border);
  }
  .sf-pill {
    display: block; padding: 8px 12px; border-radius: 7px; font-size: 12px;
    background: var(--bg); color: var(--ink-2);
  }
  .sf-pill.green { background: var(--green-soft); color: var(--green); }
  .sf-pill.amber { background: var(--amber-soft); color: var(--amber); }
  .sf-pill.coral { background: var(--bg-coral); color: #C2410C; }

  /* Candidate slide gauges */
  .slide-gauges { display: flex; flex-direction: column; gap: 12px; margin-top: 16px; }
  .sg { display: grid; grid-template-columns: 110px 60px 1fr; align-items: center; gap: 12px; font-size: 12.5px; }
  .sg-lbl { color: var(--ink-3); font-weight: 500; }
  .sg-val { font-family: Georgia, serif; font-size: 16px; }
  .sg-bar { height: 6px; background: #f1efe7; border-radius: 3px; overflow: hidden; }
  .sg-bar span { display: block; height: 100%; border-radius: 3px; }

  /* Placement slide KPI strip + list */
  .slide-kpi-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 16px; padding: 14px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
  .skp { text-align: left; }
  .skp-val { font-family: Georgia, serif; font-size: 26px; line-height: 1; }
  .skp-lbl { font-size: 10.5px; color: var(--ink-4); margin-top: 5px; line-height: 1.4; }
  .slide-list { margin-top: 14px; display: flex; flex-direction: column; gap: 8px; }
  .sl-row { display: flex; justify-content: space-between; font-size: 12.5px; padding: 6px 0; }

  /* Progress dots */
  .hero-progress { display: flex; gap: 6px; margin-top: 16px; }
  .hp-dot {
    flex: 1; height: 4px; background: rgba(255,255,255,0.15);
    border: 0; border-radius: 3px; overflow: hidden; cursor: pointer;
    padding: 0;
  }
  .hp-dot .fill {
    display: block; height: 100%; width: 0; background: #fff;
    transition: width .15s linear;
  }
  .hp-dot.active .fill { background: var(--coral); }
  .h3-block {
    padding: 16px 20px; border-bottom: 1px solid var(--border);
  }
  .h3-label {
    font-size: 10px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase;
    display: inline-flex; align-items: center; gap: 7px; margin-bottom: 8px;
  }
  .h3-label .dot {
    width: 7px; height: 7px; border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(255,255,255,0.4);
  }
  .h3-row {
    display: flex; align-items: flex-end; justify-content: space-between; gap: 12px;
  }
  .h3-nm { font-weight: 700; font-size: 14px; line-height: 1.2; }
  .h3-meta { font-size: 11px; color: var(--ink-4); margin-top: 2px; line-height: 1.3; }
  .h3-big { font-family: Georgia, serif; font-size: 24px; line-height: 1; letter-spacing: -0.4px; }
  .h3-delta { font-size: 10px; font-weight: 600; margin-top: 4px; }
  .h3-delta.up { color: var(--green); }
  .h3-pill {
    display: inline-block; padding: 3px 10px; border-radius: 11px;
    font-size: 10px; font-weight: 700; letter-spacing: 0.4px;
  }
  .h3-microgauges {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 12px;
  }
  .h3-mg .lbl {
    font-size: 9px; font-weight: 700; letter-spacing: 0.6px;
    text-transform: uppercase; color: var(--ink-4);
  }
  .h3-mg .val { font-family: Georgia, serif; font-size: 14px; margin: 3px 0 5px; }
  .h3-mg .bar { height: 4px; background: #f1efe7; border-radius: 2px; overflow: hidden; }
  .h3-mg .bar span { display: block; height: 100%; border-radius: 2px; }
  .hero-mock-head {
    display: flex; justify-content: space-between; align-items: baseline;
    padding-bottom: 12px; border-bottom: 1px solid var(--border);
  }
  .hero-mock-head .t1 { font-family: Georgia, serif; font-size: 19px; font-weight: 400; }
  .hero-mock-head .t2 { font-size: 11px; color: var(--ink-5); letter-spacing: 0.6px; text-transform: uppercase; font-weight: 600; }
  .hm-kpi-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .hm-kpi { padding: 12px 14px; background: var(--bg); border-radius: 7px; border-left: 3px solid var(--indigo); }
  .hm-kpi.r { border-left-color: var(--red); }
  .hm-kpi.g { border-left-color: var(--green); }
  .hm-kpi .l { font-size: 9px; text-transform: uppercase; letter-spacing: 0.8px; color: var(--ink-4); font-weight: 700; }
  .hm-kpi .v { font-family: Georgia, serif; font-size: 26px; margin-top: 4px; line-height: 1; }
  .hm-kpi .d { font-size: 10px; color: var(--green); margin-top: 4px; font-weight: 600; }
  .hm-kpi .d.down { color: var(--red); }
  .hm-list { background: var(--bg); border-radius: 7px; padding: 6px 14px; }
  .hm-row { display: flex; align-items: center; padding: 9px 0; border-bottom: 1px solid rgba(0,0,0,0.04); font-size: 12px; }
  .hm-row:last-child { border-bottom: 0; }
  .hm-row .rname { font-weight: 600; flex: 1; }
  .hm-row .rmeta { color: var(--ink-4); font-size: 11px; margin-right: 10px; }
  .hm-score { font-family: Menlo, monospace; font-size: 11px; font-weight: 700; padding: 2px 7px; border-radius: 4px; }
  .hm-score.s5 { background: var(--amber-soft); color: var(--amber); }
  .hm-score.s4 { background: var(--red-soft); color: var(--red); }
  .hm-score.s6 { background: var(--amber-soft); color: var(--amber); }
  .hm-score.s7 { background: var(--green-soft); color: var(--green); }
  .hero-mock-secondary {
    background: linear-gradient(135deg, rgba(249,112,102,0.18) 0%, rgba(79,70,229,0.18) 100%);
    border: 1px solid rgba(255,255,255,0.12); border-radius: 9px; padding: 14px 16px;
    margin-top: 12px; color: rgba(255,255,255,0.85); font-size: 12.5px;
  }
  .hero-mock-secondary strong { color: #fff; }

  /* ──────────── Stat strip ──────────── */
  .strip {
    background: var(--ink); padding: 0; border-top: 1px solid rgba(255,255,255,0.06);
    color: #fff;
  }
  .strip-grid {
    display: grid; grid-template-columns: repeat(4, 1fr);
    border-left: 1px solid rgba(255,255,255,0.08);
  }
  .strip-cell {
    padding: 32px 24px; border-right: 1px solid rgba(255,255,255,0.08);
    position: relative;
  }
  .strip-cell .v { font-family: Georgia, serif; font-size: 38px; color: #fff; line-height: 1; letter-spacing: -0.7px; margin-bottom: 10px; }
  .strip-cell .v .unit { font-size: 22px; opacity: 0.5; }
  .strip-cell .l { font-size: 12px; letter-spacing: 0.5px; color: rgba(255,255,255,0.55); line-height: 1.45; }
  .strip-cell .accent { width: 28px; height: 2px; background: var(--indigo); margin-bottom: 14px; }
  .strip-cell:nth-child(2) .accent { background: var(--coral); }
  .strip-cell:nth-child(3) .accent { background: #10B981; }
  .strip-cell:nth-child(4) .accent { background: var(--amber-soft); }

  /* ──────────── Sections ──────────── */
  section { padding: 100px 0; position: relative; }
  section.tinted-indigo { background: var(--bg-indigo); }
  section.tinted-sage { background: var(--bg-sage); }
  section.tinted-cream { background: var(--bg-cream); }
  section.tinted-warm { background: var(--bg-warm); }
  section.dark { background: var(--ink); color: #fff; }
  section.dark h2.section { color: #fff; }
  section.dark .lede { color: rgba(255,255,255,0.7); }
  .section-head { max-width: 720px; margin-bottom: 60px; }
  .section-head h2 { margin: 14px 0 18px; }

  /* ──────────── Problem cards (image-headed, photographic) ──────────── */
  .problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
  .problem-card {
    padding: 0; border-radius: 14px; position: relative; overflow: hidden;
    background: var(--surface); border: 1px solid var(--border);
    transition: transform .2s, box-shadow .2s;
    display: flex; flex-direction: column;
  }
  .problem-card:hover { transform: translateY(-4px); box-shadow: 0 20px 50px rgba(11,18,32,0.10); }
  .problem-card.p1 { background: var(--bg-coral); border-color: #FED8D2; }
  .problem-card.p2 { background: var(--bg-cream); border-color: #F8E9C7; }
  .problem-card.p3 { background: var(--bg-indigo); border-color: #D6DBFF; }
  .problem-card .problem-illo {
    width: 100%; aspect-ratio: 16 / 10; overflow: hidden; background: var(--bg);
  }
  .problem-card .problem-illo img {
    width: 100%; height: 100%; object-fit: cover; display: block;
    transition: transform .4s ease;
  }
  .problem-card:hover .problem-illo img { transform: scale(1.04); }
  .problem-card .problem-body {
    padding: 28px 30px 32px; flex: 1 1 auto;
  }
  .problem-card .num {
    font-family: Georgia, serif; font-size: 48px; line-height: 1; color: var(--ink);
    margin-bottom: 12px; letter-spacing: -1.4px; opacity: 0.85;
  }
  .problem-card.p1 .num { color: var(--coral); }
  .problem-card.p2 .num { color: var(--amber); }
  .problem-card.p3 .num { color: var(--indigo); }
  .problem-card h4 { margin-bottom: 10px; }
  .problem-card p { color: var(--ink-3); font-size: 15px; }

  /* ──────────── How it works (3-step) ──────────── */
  .how-strip { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 18px; position: relative; }
  .how-step {
    background: var(--surface); border: 1px solid var(--border);
    border-radius: 14px; padding: 32px 28px; position: relative;
    transition: transform .2s, box-shadow .2s;
  }
  .how-step:hover { transform: translateY(-4px); box-shadow: 0 20px 50px rgba(11,18,32,0.08); }
  .how-step .num-ring {
    width: 58px; height: 58px; border-radius: 50%; background: var(--ink); color: #fff;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 22px;
    box-shadow: 0 0 0 7px rgba(11,18,32,0.04);
  }
  .how-step .num-ring svg { width: 28px; height: 28px; display: block; }
  .how-step.s1 .num-ring { background: var(--indigo); box-shadow: 0 0 0 7px rgba(79,70,229,0.14); }
  .how-step.s2 .num-ring { background: var(--coral); box-shadow: 0 0 0 7px rgba(249,112,102,0.14); }
  .how-step.s3 .num-ring { background: var(--green); box-shadow: 0 0 0 7px rgba(46,125,50,0.14); }
  .how-step h4 { margin-bottom: 12px; }
  .how-step p { color: var(--ink-3); font-size: 14.5px; line-height: 1.6; }
  .how-step .micro-illustration {
    margin-top: 18px; padding-top: 16px; border-top: 1px dashed var(--border);
    font-size: 12px; color: var(--ink-4); font-family: Menlo, monospace;
  }

  /* ──────────── Feature tabs (4 deep dives) ──────────── */
  .feat-tabs {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px;
    margin-bottom: 44px;
  }
  .feat-tab {
    background: var(--surface); border: 1px solid var(--border);
    cursor: pointer; padding: 18px 20px; text-align: left;
    font-family: inherit; border-radius: 12px;
    display: flex; align-items: center; gap: 14px;
    transition: transform .15s, box-shadow .15s, border-color .15s, background .15s;
    color: var(--ink-2);
  }
  .feat-tab:hover { border-color: var(--border-strong); transform: translateY(-1px); }
  .feat-tab .ft-num {
    font-family: Georgia, serif; font-size: 26px; line-height: 1;
    color: var(--ink-5); font-weight: 400; letter-spacing: -0.5px;
    flex-shrink: 0;
  }
  .feat-tab .ft-label {
    font-size: 13.5px; font-weight: 600; line-height: 1.3;
    letter-spacing: -0.1px;
  }
  .feat-tab.active {
    color: #fff; box-shadow: 0 10px 26px rgba(11,18,32,0.18);
  }
  .feat-tab.active .ft-num { color: rgba(255,255,255,0.6); }
  .feat-tab[data-color="coral"].active   { background: var(--coral);  border-color: var(--coral); }
  .feat-tab[data-color="sage"].active    { background: var(--sage);   border-color: var(--sage); }
  .feat-tab[data-color="indigo"].active  { background: var(--indigo); border-color: var(--indigo); }
  .feat-tab[data-color="red"].active     { background: var(--red);    border-color: var(--red); }

  .feat-pane { display: none; }
  .feat-pane.active { display: block; animation: capFade 0.25s ease; }

  /* ──────────── Feature nav strip (legacy — kept for any remaining refs) ──────────── */
  .feature-nav {
    display: flex; align-items: center; justify-content: space-between; gap: 6px;
    padding: 18px 22px; background: var(--surface); border: 1px solid var(--border);
    border-radius: 12px; margin-bottom: 60px;
    box-shadow: 0 4px 20px rgba(11,18,32,0.04);
  }
  .fnav-item {
    display: flex; align-items: center; gap: 12px;
    text-decoration: none; color: var(--ink-3);
    padding: 8px 14px; border-radius: 8px;
    transition: background .15s, color .15s;
    flex: 1; justify-content: flex-start;
  }
  .fnav-item:hover { background: var(--bg); color: var(--ink); }
  .fn-num {
    font-family: Georgia, serif; font-size: 22px; line-height: 1; color: var(--ink-4);
    font-weight: 400; letter-spacing: -0.5px;
  }
  .fnav-item:hover .fn-num { color: var(--coral); }
  .fn-label {
    font-size: 12.5px; font-weight: 600; letter-spacing: -0.1px;
    line-height: 1.3;
  }
  .fnav-sep { color: var(--border-strong); font-size: 14px; }

  /* Section markers within each feature deep-dive */
  .feat-marker {
    display: inline-flex; align-items: baseline; gap: 8px; margin-bottom: 14px;
    font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  }
  .feat-marker .num {
    font-family: Georgia, serif; font-size: 26px; line-height: 1; letter-spacing: -0.5px;
    color: var(--coral); font-weight: 400;
  }
  .feat-marker .of { color: var(--ink-5); font-weight: 400; }
  .feat-marker .name { color: var(--coral); }

  /* End-of-features transition strip */
  .features-end {
    margin-top: 80px; padding: 32px; background: var(--surface);
    border: 1px solid var(--border); border-radius: 12px; text-align: center;
  }
  .features-end .lbl {
    font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
    color: var(--ink-4); margin-bottom: 8px;
  }
  .features-end h4 {
    font-family: Georgia, serif; font-size: 22px; font-weight: 400; margin-bottom: 8px;
  }
  .features-end p { color: var(--ink-3); font-size: 14px; }

  /* ──────────── Feature deep dive ──────────── */
  .feature-block { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; padding: 56px 0; }
  .feature-block.reverse { direction: rtl; }
  .feature-block.reverse > * { direction: ltr; }
  .feature-block .text h3 { margin: 18px 0 20px; }
  .feature-block .lede { margin-bottom: 28px; }
  .feature-block ul.checklist { list-style: none; padding: 0; }
  .feature-block ul.checklist li {
    position: relative; padding: 12px 0 12px 36px; font-size: 15px; color: var(--ink-2);
    border-bottom: 1px solid rgba(0,0,0,0.05);
  }
  .feature-block ul.checklist li:last-child { border-bottom: 0; }
  .feature-block ul.checklist li::before {
    content: ""; position: absolute; left: 0; top: 14px;
    width: 22px; height: 22px; border-radius: 50%; background: #fff;
    border: 2px solid var(--green);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M3 6.5 L5 8.5 L9.5 4' stroke='%232E7D32' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: center;
  }
  .feature-visual {
    background: var(--surface); border: 1px solid var(--border);
    border-radius: 16px; padding: 22px;
    box-shadow: 0 40px 100px rgba(11,18,32,0.10);
  }

  /* Featured-stat callout — used in deep dives to highlight key fact */
  .stat-callout {
    display: inline-flex; align-items: baseline; gap: 12px; padding: 14px 20px;
    background: #fff; border: 1px solid var(--border); border-radius: 11px;
    margin-bottom: 14px;
  }
  .stat-callout .big { font-family: Georgia, serif; font-size: 32px; line-height: 1; color: var(--coral); }
  .stat-callout .big.green { color: var(--green); }
  .stat-callout .big.indigo { color: var(--indigo); }
  .stat-callout .lbl { font-size: 13px; color: var(--ink-3); }

  /* ──────────── Candidate assessment visual ──────────── */
  .fv-card { background: #fff; border: 1px solid var(--border); border-radius: 10px; padding: 22px; }
  .fv-card .head { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 16px; }
  .fv-card .head .nm { font-weight: 700; font-size: 17px; }
  .fv-card .head .role { font-size: 11px; color: var(--ink-4); margin-top: 3px; }
  .fv-row { display: flex; padding: 9px 0; font-size: 13px; gap: 12px; align-items: flex-start; }
  .fv-ts { font-family: Menlo, monospace; font-size: 11px; color: var(--indigo); flex-shrink: 0; min-width: 44px; font-weight: 600; }
  .fv-pill { display: inline-block; padding: 2px 8px; border-radius: 9px; font-size: 10px; font-weight: 700; margin-left: 4px; }
  .fv-pill.red { background: var(--red-soft); color: var(--red); }
  .fv-pill.amber { background: var(--amber-soft); color: var(--amber); }
  .fv-pill.green { background: var(--green-soft); color: var(--green); }
  .fv-pill.indigo { background: var(--indigo-soft); color: var(--indigo); }

  /* Gauges for engagement / drop-out */
  .gauge-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 16px; padding-bottom: 14px; border-bottom: 1px solid var(--border); }
  .gauge { background: var(--bg); border-radius: 8px; padding: 12px 14px; }
  .gauge .l { font-size: 10px; text-transform: uppercase; letter-spacing: 0.7px; color: var(--ink-4); font-weight: 700; }
  .gauge .v { font-family: Georgia, serif; font-size: 28px; margin: 4px 0; line-height: 1; }
  .gauge .v.high { color: var(--green); }
  .gauge .v.mid { color: var(--amber); }
  .gauge .v.low { color: var(--red); }
  .gauge .meter { height: 6px; background: #eee; border-radius: 3px; overflow: hidden; }
  .gauge .meter .fill { height: 100%; }
  .gauge .meter .fill.green { background: var(--green); }
  .gauge .meter .fill.amber { background: var(--amber); }
  .gauge .meter .fill.red { background: var(--red); }

  /* ──────────── Recruiter coaching mock ──────────── */
  .coach-mock {
    background: var(--surface); border-radius: 12px; padding: 24px;
    border: 1px solid var(--border);
  }
  .coach-mock .coach-head { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 18px; padding-bottom: 14px; border-bottom: 1px solid var(--border); }
  .coach-mock .coach-head .nm { font-family: Georgia, serif; font-size: 22px; }
  .coach-mock .coach-head .meta { font-size: 11px; color: var(--ink-4); margin-top: 3px; }
  .coach-mock .big-score { font-family: Georgia, serif; font-size: 36px; line-height: 1; }
  .coach-mock .big-score .delta { font-size: 11px; color: var(--green); font-weight: 700; font-family: 'Inter',sans-serif; display: block; margin-top: 3px; }
  .traj-svg { width: 100%; height: 130px; }
  .coach-bottom { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 16px; }
  .coach-bottom .b { background: var(--bg); border-radius: 8px; padding: 14px 16px; border-left: 3px solid var(--amber); }
  .coach-bottom .b.green { border-left-color: var(--green); }
  .coach-bottom .l { font-size: 10px; text-transform: uppercase; letter-spacing: 0.7px; color: var(--ink-4); font-weight: 700; margin-bottom: 5px; }
  .coach-bottom .v { font-family: Georgia, serif; font-size: 19px; line-height: 1.2; }
  .coach-bottom .sub { font-size: 11px; color: var(--ink-4); margin-top: 4px; }

  /* ──────────── Rules editor mock ──────────── */
  .rules-mock {
    background: linear-gradient(180deg, #fff 0%, var(--bg-indigo) 100%);
    border: 1px solid var(--border); border-radius: 12px; padding: 24px;
  }
  .rules-mock h5 { font-size: 13px; font-weight: 700; margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid var(--border); display: flex; justify-content: space-between; align-items: center; }
  .rules-mock h5 .sparkle { color: var(--indigo); font-size: 14px; }
  .rules-input-mock { background: #fff; border: 1px dashed var(--border-strong); border-radius: 8px; padding: 14px 16px; margin-bottom: 14px; }
  .rules-input-mock .l { font-size: 10px; text-transform: uppercase; letter-spacing: 0.7px; color: var(--ink-4); font-weight: 700; margin-bottom: 8px; }
  .rules-input-mock .input-fake { font-size: 13px; color: var(--ink-2); font-style: italic; padding: 9px 11px; background: var(--bg); border-radius: 5px; line-height: 1.5; }
  .arrow-down { text-align: center; color: var(--indigo); font-size: 22px; margin: 8px 0 -4px; }
  .rule-result { background: #fff; border: 1px solid var(--indigo-soft); border-radius: 8px; padding: 14px 16px; box-shadow: 0 4px 16px rgba(79,70,229,0.08); }
  .rule-result .rh { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
  .rule-result .rh .rt { font-size: 14px; font-weight: 700; }
  .rule-result .rd { font-size: 12px; color: var(--ink-3); line-height: 1.55; }

  /* ──────────── Compliance visual ──────────── */
  .comp-bar-row { display: grid; grid-template-columns: 1fr 60px; gap: 10px; font-size: 13px; padding: 8px 0; align-items: center; }
  .comp-bar-row .n { text-align: right; font-family: Menlo, monospace; font-weight: 700; }
  .comp-bar { height: 7px; background: #f4f3ed; border-radius: 4px; overflow: hidden; margin-bottom: 8px; }
  .comp-bar .fill { height: 100%; border-radius: 4px; }

  /* ──────────── Capabilities: tab strip + panes ──────────── */
  .cap-tabs {
    display: flex; gap: 4px; margin-bottom: 28px;
    border-bottom: 1px solid var(--border-strong);
    flex-wrap: wrap;
  }
  .cap-tab {
    background: transparent; border: 0; cursor: pointer;
    font-family: inherit; font-size: 14px; font-weight: 600;
    color: var(--ink-4); padding: 14px 22px 16px;
    display: inline-flex; align-items: center; gap: 10px;
    position: relative; letter-spacing: -0.1px;
    transition: color .15s;
    border-radius: 0;
  }
  .cap-tab:hover { color: var(--ink-2); }
  .cap-tab.active { color: var(--ink); }
  .cap-tab.active::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: -1px;
    height: 2px; background: var(--ink); border-radius: 2px;
  }
  .cap-tab-dot {
    width: 8px; height: 8px; border-radius: 50%;
    display: inline-block; flex-shrink: 0;
  }
  .cap-tab-label { white-space: nowrap; }
  .cap-tab-count {
    font-size: 11px; font-weight: 700; letter-spacing: 0.4px;
    padding: 2px 8px; border-radius: 999px;
    background: var(--bg); color: var(--ink-4);
    line-height: 1.4;
  }
  .cap-tab.active .cap-tab-count { background: var(--ink); color: #fff; }

  .cap-pane { display: none; }
  .cap-pane.active { display: block; animation: capFade 0.25s ease; }

  /* ──────────── Capability inventory: name-only list ──────────── */
  .cap-list {
    display: grid; grid-template-columns: 1fr 1fr;
    column-gap: 56px; row-gap: 0;
    max-width: 960px;
  }
  .cap-list .cap-item {
    display: flex; align-items: baseline; gap: 24px;
    padding: 20px 0; border-bottom: 1px solid var(--border);
    transition: padding-left .2s;
  }
  .cap-list .cap-item:hover { padding-left: 6px; }
  .cap-list .cap-num {
    font-family: Georgia, serif; font-size: 18px;
    color: var(--ink-4); font-weight: 400; letter-spacing: 0.5px;
    flex-shrink: 0; min-width: 28px;
  }
  .cap-list.c-coral  .cap-num { color: var(--coral); }
  .cap-list.c-sage   .cap-num { color: var(--sage); }
  .cap-list.c-indigo .cap-num { color: var(--indigo); }
  .cap-list .cap-name {
    font-size: 18px; font-weight: 500; letter-spacing: -0.2px;
    color: var(--ink); line-height: 1.3;
  }
  @keyframes capFade {
    from { opacity: 0; transform: translateY(4px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .cap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .cap-card {
    background: var(--surface); border: 1px solid var(--border);
    border-radius: 12px; padding: 26px 22px;
    transition: transform .15s, box-shadow .15s;
  }
  .cap-card:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(11,18,32,0.08); }
  .cap-card .ic {
    width: 44px; height: 44px; border-radius: 11px;
    display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
    font-size: 21px;
  }
  /* Each capability category gets a color */
  .cap-card.c-indigo .ic { background: var(--indigo-soft); color: var(--indigo); }
  .cap-card.c-coral .ic { background: var(--bg-coral); color: var(--coral); }
  .cap-card.c-sage .ic { background: var(--bg-sage); color: var(--sage); }
  .cap-card.c-amber .ic { background: var(--amber-soft); color: var(--amber); }
  .cap-card.c-red .ic { background: var(--red-soft); color: var(--red); }
  .cap-card.c-sky .ic { background: #E0F2FE; color: var(--sky); }
  .cap-card h5 { font-size: 17px; font-weight: 700; margin-bottom: 8px; letter-spacing: -0.1px; }
  .cap-card p { font-size: 14px; color: var(--ink-3); line-height: 1.55; }

  /* ──────────── Features teaser (home, 4 tiles → /features/) ──────────── */
  .feat-teaser-grid {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
  }
  .feat-teaser {
    display: flex; flex-direction: column;
    border-radius: 14px; overflow: hidden;
    background: var(--surface); border: 1px solid var(--border);
    text-decoration: none; color: var(--ink);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  }
  .feat-teaser:hover {
    transform: translateY(-3px); box-shadow: 0 20px 50px rgba(11,18,32,0.10);
  }
  .feat-teaser .ft-img {
    width: 100%; aspect-ratio: 16 / 10; overflow: hidden;
    background: var(--bg);
  }
  .feat-teaser .ft-img img {
    width: 100%; height: 100%; object-fit: cover; display: block;
    transition: transform .4s ease;
  }
  .feat-teaser:hover .ft-img img { transform: scale(1.04); }
  .feat-teaser .ft-body {
    padding: 22px 22px 20px;
    display: flex; flex-direction: column; flex: 1 1 auto;
  }
  .feat-teaser .ft-num {
    font-family: Georgia, serif; font-size: 24px; line-height: 1;
    letter-spacing: -0.5px; margin-bottom: 10px;
  }
  .feat-teaser h4 {
    font-family: Georgia, serif; font-size: 22px; font-weight: 400;
    line-height: 1.2; margin-bottom: 10px; letter-spacing: -0.4px;
  }
  .feat-teaser p {
    font-size: 14px; color: var(--ink-3); line-height: 1.55;
    flex: 1 1 auto; margin-bottom: 16px;
  }
  .feat-teaser .ft-go {
    font-size: 12.5px; font-weight: 600; letter-spacing: 0.3px;
  }
  .feat-teaser.t-coral  .ft-body { background: var(--bg-coral); }
  .feat-teaser.t-coral  { border-color: #FED8D2; }
  .feat-teaser.t-coral  .ft-num, .feat-teaser.t-coral  .ft-go { color: var(--coral); }
  .feat-teaser.t-sage   .ft-body { background: var(--bg-sage); }
  .feat-teaser.t-sage   { border-color: #CFE2D4; }
  .feat-teaser.t-sage   .ft-num, .feat-teaser.t-sage   .ft-go { color: var(--sage); }
  .feat-teaser.t-indigo .ft-body { background: var(--bg-indigo); }
  .feat-teaser.t-indigo { border-color: #D6DBFF; }
  .feat-teaser.t-indigo .ft-num, .feat-teaser.t-indigo .ft-go { color: var(--indigo); }
  .feat-teaser.t-red    .ft-body { background: var(--bg-coral); }
  .feat-teaser.t-red    { border-color: #FED8D2; }
  .feat-teaser.t-red    .ft-num, .feat-teaser.t-red    .ft-go { color: var(--red); }

  /* ──────────── Platform teaser (3 image-led group boxes → /platform/) ──────────── */
  .pt-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
  }
  .pt-card {
    display: flex; flex-direction: column;
    border-radius: 14px; overflow: hidden;
    background: var(--surface); border: 1px solid var(--border);
    text-decoration: none; color: var(--ink);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  }
  .pt-card:hover {
    transform: translateY(-3px); box-shadow: 0 20px 50px rgba(11,18,32,0.10);
  }
  .pt-card .pt-img {
    width: 100%; aspect-ratio: 16 / 10; overflow: hidden;
    background: var(--bg);
  }
  .pt-card .pt-img img {
    width: 100%; height: 100%; object-fit: cover; display: block;
    transition: transform .4s ease;
  }
  .pt-card:hover .pt-img img { transform: scale(1.04); }
  .pt-card .pt-body {
    padding: 22px 24px 24px;
    display: flex; align-items: center; gap: 12px;
    flex-wrap: wrap;
  }
  .pt-card .pt-dot {
    width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0;
  }
  .pt-card .pt-label {
    font-family: Georgia, serif; font-size: 22px; font-weight: 400;
    line-height: 1.2; letter-spacing: -0.4px;
    flex: 1 1 auto;
  }
  .pt-card .pt-count {
    font-size: 12px; font-weight: 600; letter-spacing: 0.4px;
    color: var(--ink-4); text-transform: uppercase;
  }
  .pt-card.pt-coral  { border-color: #FED8D2; }
  .pt-card.pt-coral  .pt-body { background: var(--bg-coral); }
  .pt-card.pt-sage   { border-color: #CFE2D4; }
  .pt-card.pt-sage   .pt-body { background: var(--bg-sage); }
  .pt-card.pt-indigo { border-color: #D6DBFF; }
  .pt-card.pt-indigo .pt-body { background: var(--bg-indigo); }

  /* ──────────── Outcomes ──────────── */
  .outcomes-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 36px; margin-bottom: 60px; }
  .outcome { padding: 28px 0 28px; border-top: 1px solid rgba(255,255,255,0.18); position: relative; }
  .outcome::before {
    content: ""; position: absolute; top: -1px; left: 0; width: 60px; height: 3px; background: var(--coral);
  }
  .outcome:nth-child(2)::before { background: var(--indigo); }
  .outcome:nth-child(3)::before { background: #10B981; }
  .outcome:nth-child(4)::before { background: #FBBF24; }
  .outcome .v { font-family: Georgia, serif; font-size: 64px; line-height: 1; letter-spacing: -1.5px; color: #fff; }
  .outcome .v .unit { font-size: 32px; opacity: 0.6; margin-left: 2px; }
  .outcome .p {
    font-size: 17px; font-weight: 600; color: #fff;
    margin-top: 18px; letter-spacing: -0.2px; line-height: 1.3;
  }
  .outcome .l { font-size: 13.5px; color: rgba(255,255,255,0.55); margin-top: 8px; line-height: 1.55; }

  /* ──────────── In Action (McKinsey-style scene cards) ──────────── */
  .in-action { background: var(--bg-warm); }
  .scenes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
  .scene {
    background: #fff; border: 1px solid var(--border);
    border-radius: 14px; padding: 32px 30px;
    display: flex; flex-direction: column;
    transition: transform .2s ease, box-shadow .2s ease;
  }
  .scene:hover { transform: translateY(-2px); box-shadow: 0 18px 48px rgba(11,18,32,0.08); }

  /* Top: photo-avatar + person identity */
  .scene-header {
    display: flex; align-items: center; gap: 16px;
    padding-bottom: 22px; border-bottom: 1px solid var(--border);
  }
  .scene-avatar-photo {
    width: 64px; height: 64px; border-radius: 50%;
    overflow: hidden; flex-shrink: 0;
    box-shadow: 0 6px 16px rgba(11,18,32,0.14), 0 0 0 3px #fff, 0 0 0 4px rgba(11,18,32,0.06);
    position: relative;
  }
  .scene-avatar-photo img {
    width: 100%; height: 100%; object-fit: cover; display: block;
  }
  /* Color ring around photo per scene */
  .scene-avatar-photo::after {
    content: ""; position: absolute; inset: 0; border-radius: 50%;
    pointer-events: none;
  }
  .scene.s1 .scene-avatar-photo::after { box-shadow: inset 0 0 0 2px rgba(79,70,229,0.5); }
  .scene.s2 .scene-avatar-photo::after { box-shadow: inset 0 0 0 2px rgba(92,144,105,0.5); }
  .scene.s3 .scene-avatar-photo::after { box-shadow: inset 0 0 0 2px rgba(249,112,102,0.5); }
  .scene-id .nm { font-weight: 700; font-size: 17px; letter-spacing: -0.2px; line-height: 1.2; }
  .scene-id .rl {
    font-size: 10.5px; font-weight: 700; letter-spacing: 1.2px;
    text-transform: uppercase; color: var(--ink-4); margin-top: 5px;
  }
  .scene-id .rl .dot {
    display: inline-block; width: 5px; height: 5px; border-radius: 50%;
    margin: 0 6px 1px; vertical-align: middle; background: var(--ink-5);
  }
  .scene.s1 .scene-id .rl .dot { background: var(--indigo); }
  .scene.s2 .scene-id .rl .dot { background: var(--sage); }
  .scene.s3 .scene-id .rl .dot { background: var(--coral); }

  /* Section label inside card */
  /* Hero metric: single big number + one-line label per scene */
  .scene-hero {
    margin: 26px 0 18px; padding: 22px 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    text-align: left;
  }
  .scene-hero-num {
    font-family: Georgia, serif; font-size: 54px; line-height: 1;
    letter-spacing: -1.5px; color: var(--ink);
    display: inline-flex; align-items: baseline; gap: 10px;
  }
  .scene.s1 .scene-hero-num { color: var(--indigo); }
  .scene.s2 .scene-hero-num { color: var(--green); }
  .scene.s3 .scene-hero-num { color: var(--coral); }
  .scene-hero-unit {
    font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 600;
    color: var(--ink-4); letter-spacing: 0.4px; text-transform: uppercase;
  }
  .scene-hero-label {
    font-size: 13.5px; color: var(--ink-3); margin-top: 10px;
    line-height: 1.4;
  }

  /* Status tag chips */
  .scene-tags {
    display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 20px;
  }
  .scene-tag {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 6px 11px; border-radius: 999px; font-size: 12px;
    font-weight: 600; letter-spacing: -0.1px;
    background: var(--bg); color: var(--ink-2);
    border: 1px solid var(--border);
  }
  .scene-tag.t-red   { background: var(--red-soft);   color: var(--red);   border-color: transparent; }
  .scene-tag.t-amber { background: var(--amber-soft); color: var(--amber); border-color: transparent; }
  .scene-tag.t-green { background: var(--green-soft); color: var(--green); border-color: transparent; }

  /* Footer caption */
  .scene-footer {
    margin-top: auto; padding-top: 16px;
    font-family: Georgia, serif; font-style: italic; font-size: 14px;
    color: var(--ink-3); line-height: 1.55;
  }

  /* ──────────── Quote band ──────────── */
  .quote-band {
    padding: 100px 0; background: linear-gradient(135deg, var(--bg-cream) 0%, var(--bg-coral) 100%);
    text-align: center; position: relative; overflow: hidden;
  }
  .quote-band::before {
    content: '"'; position: absolute; top: -60px; left: 50%; transform: translateX(-50%);
    font-family: Georgia, serif; font-size: 380px; color: rgba(11,18,32,0.04); line-height: 1; pointer-events: none;
  }
  .quote-band blockquote {
    font-family: Georgia, serif; font-size: 38px; line-height: 1.3; color: var(--ink);
    max-width: 880px; margin: 0 auto; letter-spacing: -0.5px; font-style: italic; position: relative; z-index: 1;
  }
  .quote-band .author {
    margin-top: 32px; font-size: 14px; color: var(--ink-3); position: relative; z-index: 1;
    display: inline-flex; align-items: center; gap: 12px;
  }
  .quote-band .avatar {
    width: 44px; height: 44px; border-radius: 50%;
    background: linear-gradient(135deg, var(--indigo) 0%, var(--coral) 100%);
    color: #fff; display: flex; align-items: center; justify-content: center;
    font-weight: 700; font-size: 14px; overflow: hidden;
    box-shadow: 0 6px 20px rgba(11,18,32,0.12);
  }
  .quote-band .author .nm { font-weight: 700; color: var(--ink); }
  .quote-band .author .rl { color: var(--ink-3); }

  /* ──────────── Personas (image-led cards) ──────────── */
  .persona-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
  .persona {
    border-radius: 14px; overflow: hidden;
    background: #fff; border: 1px solid var(--border);
    display: flex; flex-direction: column;
    transition: transform .2s ease, box-shadow .2s ease;
  }
  .persona:hover { transform: translateY(-3px); box-shadow: 0 20px 50px rgba(11,18,32,0.10); }
  .persona.p1 { border-color: #D6DBFF; }
  .persona.p2 { border-color: #CFE2D4; }
  .persona.p3 { border-color: #F8E9C7; }

  .persona .persona-image {
    width: 100%; aspect-ratio: 3 / 2;
    overflow: hidden; background: var(--bg);
    position: relative;
  }
  .persona .persona-image::after {
    content: ""; position: absolute; inset: auto 0 0 0; height: 40%;
    background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.04) 100%);
    pointer-events: none;
  }

  /* Recruiter card: 'Performance lift' callout overlaid on the image */
  .recruiter-trend {
    position: absolute; bottom: 14px; right: 14px;
    background: rgba(255,255,255,0.96);
    backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.6);
    border-radius: 11px;
    padding: 10px 14px 11px;
    display: flex; align-items: center; gap: 12px;
    box-shadow: 0 10px 26px rgba(11,18,32,0.20);
    z-index: 2;
  }
  .recruiter-trend svg { flex-shrink: 0; }
  .recruiter-trend .trend-label {
    font-size: 9.5px; font-weight: 700; letter-spacing: 1.3px;
    text-transform: uppercase; color: var(--ink-4); line-height: 1.2;
  }
  .recruiter-trend .trend-value {
    font-family: Georgia, serif; font-size: 13.5px; color: #0a8d5f;
    margin-top: 3px; line-height: 1.2; letter-spacing: -0.2px;
  }
  .persona .persona-image img {
    width: 100%; height: 100%; object-fit: cover; display: block;
    transition: transform .4s ease;
  }
  .persona:hover .persona-image img { transform: scale(1.03); }

  .persona .persona-body {
    padding: 24px 28px 30px;
    flex: 1 1 auto;
    display: flex; flex-direction: column;
  }
  .persona.p1 .persona-body { background: var(--bg-indigo); }
  .persona.p2 .persona-body { background: var(--bg-sage); }
  .persona.p3 .persona-body { background: var(--bg-cream); }

  .persona .role-tag { font-size: 11px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; margin-bottom: 14px; }
  .persona.p1 .role-tag { color: var(--indigo); }
  .persona.p2 .role-tag { color: var(--sage); }
  .persona.p3 .role-tag { color: var(--amber); }
  .persona h4 { font-family: Georgia, serif; font-size: 23px; font-weight: 400; margin-bottom: 14px; line-height: 1.25; }
  .persona p { font-size: 14.5px; color: var(--ink-3); margin-bottom: 18px; }
  .persona ul { list-style: none; padding: 0; }
  .persona ul li { padding: 7px 0 7px 24px; font-size: 13.5px; position: relative; color: var(--ink-2); border-bottom: 1px solid rgba(0,0,0,0.05); }
  .persona ul li:last-child { border-bottom: 0; }
  .persona ul li::before { content: "→"; position: absolute; left: 0; }
  .persona.p1 ul li::before { color: var(--indigo); }
  .persona.p2 ul li::before { color: var(--sage); }
  .persona.p3 ul li::before { color: var(--amber); }

  /* ──────────── Security ──────────── */
  .sec-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
  .sec-card {
    background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 30px 28px;
    display: flex; flex-direction: column; gap: 12px;
  }
  .sec-card .ic-circle {
    width: 48px; height: 48px; border-radius: 12px;
    background: linear-gradient(135deg, var(--bg-indigo) 0%, var(--bg) 100%);
    display: flex; align-items: center; justify-content: center;
    font-size: 22px; color: var(--indigo); margin-bottom: 10px;
  }
  .sec-card h4 { font-size: 17px; }
  .sec-card p { font-size: 14px; color: var(--ink-3); line-height: 1.55; }

  /* ──────────── Final CTA ──────────── */
  .cta-band {
    background: linear-gradient(135deg, #050912 0%, var(--ink) 50%, #14213D 100%);
    color: #fff; text-align: center; padding: 110px 0; position: relative; overflow: hidden;
  }
  .cta-band::before {
    content: ""; position: absolute; inset: 0;
    background-image:
      radial-gradient(circle at 20% 30%, rgba(79,70,229,0.18) 0%, transparent 50%),
      radial-gradient(circle at 80% 70%, rgba(249,112,102,0.12) 0%, transparent 50%);
    pointer-events: none;
  }
  .cta-band .container { position: relative; z-index: 1; }
  .cta-band h2 { font-family: Georgia, serif; font-weight: 400; font-size: 56px; letter-spacing: -1px; color: #fff; margin-bottom: 18px; line-height: 1.1; }
  .cta-band p { color: rgba(255,255,255,0.7); font-size: 19px; margin-bottom: 36px; }
  .cta-band .actions { display: flex; gap: 14px; justify-content: center; }

  /* ──────────── Footer ──────────── */
  footer { padding: 60px 0 36px; border-top: 1px solid var(--border); }
  .footer-row { display: flex; justify-content: space-between; align-items: center; gap: 32px; }
  .footer-row .brand { font-size: 14px; color: var(--ink-3); }
  .footer-meta { font-size: 12px; color: var(--ink-5); }
  .footer-meta .live-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); display: inline-block; margin: 0 4px 1px; }

  /* ──────────── 5-dimensions grid (replaces inline 3-col) ──────────── */
  .five-dim-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }

  /* ──────────── Mobile nav: hamburger + drawer ──────────── */
  .nav-menu-btn {
    display: none; /* hidden on desktop */
    background: transparent; border: 0; cursor: pointer;
    width: 40px; height: 40px; padding: 0;
    flex-direction: column; justify-content: center; align-items: center; gap: 5px;
    flex-shrink: 0; border-radius: 8px;
    transition: background .15s;
  }
  .nav-menu-btn:hover { background: var(--bg-warm); }
  .nav-menu-btn span {
    display: block; width: 20px; height: 2px; background: var(--ink);
    border-radius: 2px; transition: transform .2s, opacity .2s;
  }
  .nav-menu-btn.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-menu-btn.open span:nth-child(2) { opacity: 0; }
  .nav-menu-btn.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .nav-drawer {
    display: none; /* hidden by default; mobile media query shows it */
    position: absolute; top: 100%; left: 0; right: 0;
    background: rgba(250, 250, 247, 0.98);
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    border-top: 1px solid var(--border);
    box-shadow: 0 18px 40px rgba(11,18,32,0.10);
    padding: 8px 20px 20px;
    flex-direction: column;
  }
  .nav-drawer a {
    font-size: 16px; font-weight: 500; color: var(--ink-2);
    text-decoration: none; padding: 14px 4px;
    border-bottom: 1px solid var(--border);
  }
  .nav-drawer a:last-child { border-bottom: 0; }
  .nav-drawer .drawer-signin {
    margin-top: 14px; padding: 14px 20px; text-align: center;
    background: var(--ink); color: #fff; border-radius: 8px;
    font-weight: 600; border-bottom: 0;
  }

  /* ──────────── Responsive: tablet & medium screens ──────────── */
  @media (max-width: 1100px) {
    h1.display { font-size: 46px; letter-spacing: -1px; }
  }

  /* ──────────── Responsive: large mobile / tablet portrait (≤ 900px) ──────────── */
  @media (max-width: 900px) {
    /* Container + section rhythm */
    .container, .container-narrow { padding: 0 20px; }
    section { padding: 64px 0; }
    .section-head { margin-bottom: 40px; }

    /* Typography */
    h1.display { font-size: 38px; letter-spacing: -0.8px; }
    h2.section { font-size: 30px; line-height: 1.15; letter-spacing: -0.5px; }
    h3.feature { font-size: 24px; }
    .lede { font-size: 16.5px; }
    .lede-sm { font-size: 15px; }

    /* Nav — hide desktop links, show hamburger */
    .nav-row { gap: 10px; height: 56px; }
    .nav-links { display: none; }
    .nav-cta .nav-signin { display: none; } /* hidden on mobile — drawer has it */
    .nav-menu-btn { display: flex; }
    .nav-drawer.open { display: flex; }
    /* Lock body scroll when drawer open to avoid janky background */
    body:has(.nav-drawer.open) { overflow: hidden; }

    /* Hero */
    .hero-row { grid-template-columns: 1fr; gap: 32px; padding: 56px 0 48px; }
    .hero h1 { margin-bottom: 14px; }
    .hl-line { white-space: normal; }
    .hl-line.active::before { left: -16px; width: 8px; }
    .hero-tagline { font-size: 16px; margin-top: 12px; margin-bottom: 20px; }
    .hero .lede { font-size: 17px; }
    .hero .actions { flex-wrap: wrap; gap: 10px; }
    .hero .actions .btn { flex: 1 1 auto; justify-content: center; }
    .hero .micro { font-size: 12px; flex-wrap: wrap; gap: 8px; }
    .hero-visual { padding: 14px; }
    .hero-slides { min-height: 420px; }
    .slide-card { padding: 20px 22px; }
    .slide-big { font-size: 28px; }
    .slide-kpi-strip { grid-template-columns: repeat(3, 1fr); gap: 8px; }
    .skp-val { font-size: 22px; }
    .skp-lbl { font-size: 10px; }
    .sg { grid-template-columns: 100px 56px 1fr; gap: 10px; font-size: 12px; }

    /* Stat strip — 4 cols → 2x2 */
    .strip-grid { grid-template-columns: 1fr 1fr; }
    .strip-cell { padding: 24px 18px; border-right: 1px solid rgba(255,255,255,0.08); border-bottom: 1px solid rgba(255,255,255,0.08); }
    .strip-cell:nth-child(2n) { border-right: 0; }
    .strip-cell:nth-last-child(-n+2) { border-bottom: 0; }
    .strip-cell .v { font-size: 30px; }
    .strip-cell .v .unit { font-size: 18px; }

    /* Multi-col grids → 1 col */
    .problem-grid, .cap-grid, .persona-grid, .outcomes-row, .how-strip, .sec-grid, .scenes,
    .feat-teaser-grid, .pt-grid, .cap-list { grid-template-columns: 1fr; gap: 18px; }
    .feat-teaser { padding: 22px 22px 20px; }
    .pt-card .pt-body { padding: 18px 20px 20px; }
    .cap-list { column-gap: 0; }
    .cap-list .cap-item { padding: 16px 0; gap: 18px; }
    .cap-list .cap-name { font-size: 16px; }
    .five-dim-grid { grid-template-columns: 1fr; gap: 14px; }

    /* Platform tabs: tighten + drop secondary label so 3 fit in a row */
    .cap-tabs { gap: 0; margin-bottom: 22px; flex-wrap: nowrap; }
    .cap-tab { padding: 12px 8px 14px; font-size: 13px; gap: 6px; flex: 1 1 0; min-width: 0; justify-content: center; }
    .cap-tab-long { display: none; }
    .cap-tab-count { font-size: 10.5px; padding: 1px 7px; }

    /* Feature tabs: stack 2x2 on mobile (4 doesn't fit in one row with labels) */
    .feat-tabs { grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 32px; }
    .feat-tab { padding: 14px 16px; gap: 10px; }
    .feat-tab .ft-num { font-size: 22px; }
    .feat-tab .ft-label { font-size: 12.5px; }

    .problem-card { padding: 28px 24px; }
    .problem-card .num { font-size: 52px; }
    .how-step { padding: 26px 22px; }
    .scene { padding: 26px 22px; }
    .outcome .v { font-size: 52px; letter-spacing: -1px; }
    .outcome .v .unit { font-size: 26px; }
    .outcome .p { font-size: 16px; margin-top: 14px; }
    .outcomes-row { margin-bottom: 32px; gap: 16px; }
    .outcome { padding: 20px 0; }

    /* Feature blocks 2col → 1col */
    .feature-block { grid-template-columns: 1fr; gap: 28px; padding: 28px 0; }
    .feature-block.reverse { direction: ltr; }
    .feature-block .text h3 { margin: 12px 0 18px; }
    .feature-block .lede { margin-bottom: 22px; }
    .stat-callout { padding: 12px 16px; gap: 10px; margin-bottom: 16px; }
    .stat-callout .big { font-size: 26px; }
    .stat-callout .lbl { font-size: 12.5px; }

    /* Feature-nav strip — wrap to 2x2 grid, drop separators */
    .feature-nav { flex-wrap: wrap; gap: 6px; padding: 12px; margin-bottom: 36px; }
    .fnav-sep { display: none; }
    .fnav-item { flex: 1 1 calc(50% - 6px); padding: 12px 14px; min-width: 0; }
    .fn-label { font-size: 11.5px; line-height: 1.25; }

    /* Feature-visual mocks */
    .feature-visual { padding: 16px; }
    .fv-card { padding: 18px; }
    .gauge-row { gap: 8px; }
    .gauge { padding: 10px 12px; }
    .gauge .v { font-size: 24px; }
    .coach-mock { padding: 18px; }
    .coach-bottom { grid-template-columns: 1fr; gap: 10px; }
    .coach-mock .big-score { font-size: 30px; }
    .rules-mock { padding: 18px; }
    .traj-svg { height: 110px; }

    /* In-Action scenes */
    .scene-header { gap: 14px; padding-bottom: 18px; }
    .scene-avatar-photo { width: 56px; height: 56px; }
    .scene-id .nm { font-size: 16px; }
    .scene-row .value { font-size: 16px; }
    .scene-footer { font-size: 13.5px; padding-top: 18px; margin-top: 20px; }

    /* Persona cards */
    .persona { padding: 30px 26px; }
    .persona h4 { font-size: 21px; }

    /* Security cards */
    .sec-card { padding: 26px 22px; }

    /* Quote band */
    .quote-band { padding: 64px 0; }
    .quote-band blockquote { font-size: 22px; line-height: 1.4; }
    .quote-band::before { font-size: 220px; top: -34px; }
    .quote-band .author { margin-top: 24px; }

    /* CTA band */
    .cta-band { padding: 72px 0; }
    .cta-band h2 { font-size: 32px; line-height: 1.18; }
    .cta-band p { font-size: 16px; margin-bottom: 26px; }
    .cta-band .actions { flex-direction: column; gap: 12px; max-width: 320px; margin: 0 auto; }
    .cta-band .actions .btn { width: 100%; justify-content: center; }

    /* Footer */
    .footer-row { flex-direction: column; align-items: flex-start; gap: 16px; text-align: left; }
  }

  /* ──────────── Responsive: phone (≤ 480px) ──────────── */
  @media (max-width: 480px) {
    .container, .container-narrow { padding: 0 16px; }
    section { padding: 56px 0; }
    .section-head { margin-bottom: 32px; }

    h1.display { font-size: 32px; letter-spacing: -0.4px; line-height: 1.14; }
    h2.section { font-size: 26px; letter-spacing: -0.3px; }
    h2.section em { white-space: normal; } /* allow normal wrap at small phone widths */
    h3.feature { font-size: 22px; }
    .lede { font-size: 16px; line-height: 1.55; }

    /* Hero — tighter, full-width buttons */
    .hero-row { padding: 44px 0 36px; gap: 28px; }
    .hero-tagline { font-size: 15px; }
    .hero .lede { font-size: 16px; }
    .hero .actions { flex-direction: column; gap: 10px; }
    .hero .actions .btn { width: 100%; }
    .hero-slides { min-height: 400px; }
    .slide-card { padding: 18px 18px; }
    .slide-nm { font-size: 15px; }
    .slide-meta { font-size: 11px; }
    .slide-big { font-size: 24px; }
    .skp-val { font-size: 20px; }
    .skp-lbl { font-size: 9.5px; }
    .sg { grid-template-columns: 92px 52px 1fr; gap: 8px; font-size: 11.5px; }
    .sg-val { font-size: 14px; }

    /* Stat strip — go single column on phone */
    .strip-grid { grid-template-columns: 1fr; }
    .strip-cell { border-right: 0; padding: 22px 18px; }
    .strip-cell:not(:last-child) { border-bottom: 1px solid rgba(255,255,255,0.08); }
    .strip-cell .v { font-size: 28px; }

    /* Cards — slightly tighter padding */
    .problem-card { padding: 24px 20px; }
    .problem-card .num { font-size: 44px; }
    .how-step { padding: 22px 20px; }
    .scene { padding: 22px 20px; }
    .scene-avatar-photo { width: 52px; height: 52px; }
    .scene-row { gap: 10px; }
    .scene-row .value { font-size: 15px; }
    .outcome .v { font-size: 44px; }
    .outcome .v .unit { font-size: 22px; }
    .outcome .p { font-size: 15px; margin-top: 12px; }
    .persona { padding: 26px 22px; }
    .persona h4 { font-size: 20px; }
    .sec-card { padding: 22px 20px; }

    /* Feature-nav — full single column on small phones */
    .fnav-item { flex: 1 1 100%; }

    /* Feature-visual mocks tighter */
    .feature-visual { padding: 14px; }
    .fv-card { padding: 16px; }
    .fv-card .head .nm { font-size: 15px; }
    .gauge .v { font-size: 22px; }
    .gauge-row { grid-template-columns: 1fr 1fr; gap: 6px; }
    .coach-mock .big-score { font-size: 26px; }
    .traj-svg { height: 96px; }

    /* Quote band */
    .quote-band { padding: 56px 0; }
    .quote-band blockquote { font-size: 19px; }
    .quote-band::before { font-size: 180px; top: -24px; }

    /* CTA band */
    .cta-band { padding: 64px 0; }
    .cta-band h2 { font-size: 26px; }

    /* Eyebrow chip + menu-tag — keep readable */
    .eyebrow { font-size: 13px; letter-spacing: 1.6px; }
    .eyebrow .menu-tag { font-size: 12px; }
  }
