  /* ---------- Tokens ---------- */
  :root {
    --bg: #F7F8F6;
    --surface: #FFFFFF;
    --surface-2: #EFF2EE;
    --ink: #131816;
    --muted: #57605B;
    --faint: #666F69;
    --line: #DCE1DC;
    --line-soft: #E7EBE6;
    --line-strong: #7F8A83;
    --accent: #0E7A4A;
    --accent-soft: #E3F0E8;
    --neg: #A8453A;
    --neg-soft: #F5E9E6;
    --warn: #8A6420;
    --warn-soft: #F4EDDD;
    --wf1: #D3D4D2;
    --wf2: #AEB0AE;
    --wf3: #C0C2C0;
    --wf4: #9C9E9C;
    --wf5: #808482;
    --shadow: 0 1px 2px rgba(19, 24, 22, 0.05), 0 8px 24px rgba(19, 24, 22, 0.06);

    --serif: "Charter", "Bitstream Charter", "Sitka Text", Cambria, Georgia, serif;
    --sans: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --mono: ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;

    --w: 1120px;
    color-scheme: light dark;
  }
  @media (prefers-color-scheme: dark) {
    :root {
      --bg: #0C0F0D;
      --surface: #121614;
      --surface-2: #1A1F1C;
      --ink: #E9EDE9;
      --muted: #9BA69F;
      --faint: #7D8880;
      --line: #242B26;
      --line-soft: #1E2420;
      --line-strong: #5E6961;
      --accent: #45BD84;
      --accent-soft: #14251C;
      --neg: #D07A6E;
      --neg-soft: #2A1B18;
      --warn: #CFA24E;
      --warn-soft: #272013;
      --wf1: #2F3330;
      --wf2: #535653;
      --wf3: #414442;
      --wf4: #646865;
      --wf5: #7F827F;
      --shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 0 10px 30px rgba(0, 0, 0, 0.35);
    }
  }
  :root[data-theme="dark"] {
    --bg: #0C0F0D;
    --surface: #121614;
    --surface-2: #1A1F1C;
    --ink: #E9EDE9;
    --muted: #9BA69F;
    --faint: #7D8880;
    --line: #242B26;
    --line-soft: #1E2420;
    --line-strong: #5E6961;
    --accent: #45BD84;
    --accent-soft: #14251C;
    --neg: #D07A6E;
    --neg-soft: #2A1B18;
    --warn: #CFA24E;
    --warn-soft: #272013;
    --wf1: #2F3330;
    --wf2: #535653;
    --wf3: #414442;
    --wf4: #646865;
    --wf5: #7F827F;
    --shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 0 10px 30px rgba(0, 0, 0, 0.35);
  }
  :root[data-theme="light"] {
    --bg: #F7F8F6;
    --surface: #FFFFFF;
    --surface-2: #EFF2EE;
    --ink: #131816;
    --muted: #57605B;
    --faint: #666F69;
    --line: #DCE1DC;
    --line-soft: #E7EBE6;
    --line-strong: #7F8A83;
    --accent: #0E7A4A;
    --accent-soft: #E3F0E8;
    --neg: #A8453A;
    --neg-soft: #F5E9E6;
    --warn: #8A6420;
    --warn-soft: #F4EDDD;
    --wf1: #D3D4D2;
    --wf2: #AEB0AE;
    --wf3: #C0C2C0;
    --wf4: #9C9E9C;
    --wf5: #808482;
    --shadow: 0 1px 2px rgba(19, 24, 22, 0.05), 0 8px 24px rgba(19, 24, 22, 0.06);
  }

  /* ---------- Base ---------- */
  * { box-sizing: border-box; }
  @media (prefers-reduced-motion: no-preference) {
    html { scroll-behavior: smooth; }
  }
  body {
    margin: 0;
    background: var(--bg);
    color: var(--ink);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
  }
  a { color: inherit; }
  a:focus-visible, button:focus-visible, summary:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
    border-radius: 2px;
  }
  .wrap { max-width: var(--w); margin: 0 auto; padding: 0 24px; }

  h1, h2, h3 { text-wrap: balance; margin: 0; }
  h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -0.01em; }
  p { margin: 0; }
  .prose { max-width: 62ch; color: var(--muted); }
  .prose strong { color: var(--ink); font-weight: 600; }

  .eyebrow {
    font-size: 0.72rem;
    font-weight: 650;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--faint);
    margin: 0 0 14px;
  }
  .num { font-family: var(--mono); font-variant-numeric: tabular-nums; }
  .pos { color: var(--accent); }
  .negv { color: var(--neg); }

  section { padding: 96px 0; }
  section + section { border-top: 1px solid var(--line-soft); }
  .section-head { margin-bottom: 48px; }
  .section-head h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); line-height: 1.15; }
  .section-head .prose { margin-top: 16px; }

  /* ---------- Badges & chips (first-class components) ---------- */
  .badge-est {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-family: var(--sans);
    font-size: 0.7rem;
    font-weight: 650;
    letter-spacing: 0.04em;
    color: var(--muted);
    border: 1px dashed var(--faint);
    border-radius: 999px;
    padding: 1px 8px 2px;
    vertical-align: 0.1em;
    white-space: nowrap;
    text-decoration: none;
  }
  .chip-count {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--warn);
    background: var(--warn-soft);
    border-radius: 999px;
    padding: 4px 12px;
    white-space: nowrap;
  }
  .chip-count .dot {
    width: 6px; height: 6px; border-radius: 50%;
    background: currentColor; flex: none;
  }
  .chip-cat {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 650;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted);
    background: var(--surface-2);
    border-radius: 999px;
    padding: 3px 10px;
  }

  /* ---------- Nav ---------- */
  .nav {
    border-bottom: 1px solid var(--line-soft);
    background: var(--bg);
  }
  .nav-inner {
    display: flex; align-items: center; gap: 32px;
    padding: 18px 0;
  }
  .wordmark {
    display: inline-flex; align-items: center; gap: 10px;
    font-weight: 650; font-size: 1.06rem; letter-spacing: 0.01em;
    text-decoration: none;
  }
  .mark {
    width: 15px; height: 15px; flex: none;
    border-radius: 3px;
    background: linear-gradient(90deg, var(--ink) 72%, var(--accent) 72%);
  }
  .nav-links {
    display: flex; gap: 26px; margin-left: auto;
    font-size: 0.9rem; color: var(--muted);
  }
  .nav-links a { text-decoration: none; }
  .nav-links a:hover { color: var(--ink); }
  .btn {
    display: inline-block;
    font-size: 0.9rem; font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    padding: 10px 18px;
    border: 1px solid transparent;
    transition: opacity 120ms ease, background 120ms ease;
  }
  .btn-primary { background: var(--ink); color: var(--bg); }
  .btn-primary:hover { opacity: 0.85; }
  .btn-ghost { border-color: var(--line-strong); color: var(--ink); }
  .btn-ghost:hover { background: var(--surface-2); }
  .nav .btn { padding: 8px 15px; }
  @media (max-width: 760px) {
    .nav-inner { flex-wrap: wrap; gap: 12px 16px; padding: 14px 0; }
    .nav .btn { margin-left: auto; }
    .nav-links {
      order: 3; flex-basis: 100%; margin-left: 0;
      overflow-x: auto; -webkit-overflow-scrolling: touch;
      padding-bottom: 4px;
    }
    .nav-links a { white-space: nowrap; }
  }

  /* ---------- Hero ---------- */
  .hero { padding: 88px 0 96px; }
  .hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
    gap: 64px;
    align-items: center;
  }
  .hero h1 {
    font-size: clamp(2.5rem, 5.2vw, 3.9rem);
    line-height: 1.04;
  }
  .hero .prose { margin-top: 22px; font-size: 1.06rem; }
  .hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
  .hero-foot { margin-top: 22px; font-size: 0.82rem; color: var(--faint); max-width: 52ch; }
  @media (max-width: 920px) {
    .hero-grid { grid-template-columns: minmax(0, 1fr); gap: 48px; }
  }

  /* ---------- Ledger card ---------- */
  /* The two cards stack. Side by side was tried and the pair read as two
     unrelated tables rather than one order seen twice; stacked, the eye falls
     down the arrow and the second card answers the first. */
  .ledger-fig {
    margin: 0;
    width: 100%;
    max-width: 460px;
    justify-self: end;
  }
  @media (max-width: 920px) { .ledger-fig { justify-self: start; } }
  .ledger {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: var(--shadow);
    padding: 22px 24px 18px;
    width: 100%;
  }
  .ledger-meta {
    display: flex; justify-content: space-between; gap: 12px;
    font-size: 0.76rem; color: var(--faint);
    margin-bottom: 16px;
  }
  .ledger-net {
    display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--line);
  }
  .ledger-net .label { font-size: 0.82rem; font-weight: 650; }
  .ledger-net .value { font-size: 1.9rem; font-weight: 500; }
  .ledger-net .sub { font-size: 0.8rem; color: var(--muted); }
  .ledger-rows { margin: 8px 0 0; }
  .lrow {
    display: flex; justify-content: space-between; align-items: baseline; gap: 16px;
    padding: 6.5px 0;
    font-size: 0.86rem;
    border-bottom: 1px solid var(--line-soft);
  }
  .lrow:last-child { border-bottom: 0; }
  .lrow .k { margin: 0; color: var(--muted); display: flex; align-items: baseline; gap: 8px; min-width: 0; }
  .lrow .v { margin: 0; color: var(--ink); font-size: 0.84rem; white-space: nowrap; }
  .lrow.head .k, .lrow.head .v { color: var(--ink); font-weight: 600; }
  .ledger-foot {
    margin-top: 12px; padding-top: 12px;
    border-top: 1px solid var(--line);
    font-size: 0.74rem; color: var(--faint);
    display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap;
  }
  .ledger-caption {
    margin-top: 14px; font-size: 0.78rem; color: var(--faint); max-width: 460px;
  }

  /* The seller's view today, drawn as the same object with most of it missing.
     Dashed and unfilled so it reads as the incomplete one at a glance, before
     any of the words are taken in. */
  .ledger-before {
    background: transparent;
    border-style: dashed;
    box-shadow: none;
  }
  .ledger-tag {
    margin: 0 0 12px;
    font-size: 0.68rem; font-weight: 600;
    letter-spacing: 0.08em; text-transform: uppercase;
    color: var(--faint);
  }
  /* Drawn rather than typed. A glyph arrow renders at a different weight and
     baseline in every system font stack, and this one sits between two cards
     where any drift is obvious. */
  .ledger-arrow {
    margin: 18px auto;
    width: 12px; height: 38px;
    position: relative;
  }
  .ledger-arrow::before {
    content: "";
    position: absolute; left: 50%; top: 0; bottom: 7px;
    width: 1.5px; background: var(--line-strong);
    transform: translateX(-50%);
  }
  .ledger-arrow::after {
    content: "";
    position: absolute; left: 50%; bottom: 6px;
    width: 9px; height: 9px;
    border-right: 1.5px solid var(--line-strong);
    border-bottom: 1.5px solid var(--line-strong);
    transform: translate(-50%, 0) rotate(45deg);
  }
  .lrow .v.unknown { color: var(--faint); font-style: italic; }
  @media (prefers-reduced-motion: no-preference) {
    .ledger .lrow, .ledger-net, .ledger-meta, .ledger-foot {
      animation: rise 480ms cubic-bezier(0.2, 0.6, 0.2, 1) both;
    }
    .ledger-meta { animation-delay: 60ms; }
    .ledger-net { animation-delay: 140ms; }
    .lrow:nth-child(1) { animation-delay: 220ms; }
    .lrow:nth-child(2) { animation-delay: 270ms; }
    .lrow:nth-child(3) { animation-delay: 320ms; }
    .lrow:nth-child(4) { animation-delay: 370ms; }
    .lrow:nth-child(5) { animation-delay: 420ms; }
    .lrow:nth-child(6) { animation-delay: 470ms; }
    .ledger-foot { animation-delay: 560ms; }
    @keyframes rise {
      from { opacity: 0; transform: translateY(6px); }
      to { opacity: 1; transform: none; }
    }
  }

  /* ---------- The gap ---------- */
  .gap-close { margin-top: 36px; }
  .stat-line {
    font-family: var(--serif);
    font-size: clamp(1.3rem, 2.4vw, 1.7rem);
    line-height: 1.35;
    max-width: 34ch;
  }
  .stat-line .pos { white-space: nowrap; }
  /* The provenance facts that used to sit under the hero headline. True and
     worth stating, but not worth the second-most prominent slot on the page. */
  .gap-note {
    margin-top: 22px;
    font-size: 0.82rem; color: var(--faint);
    max-width: 62ch;
  }

  /* ---------- Comparison ---------- */
  .cmp-wrap { overflow-x: auto; }
  .cmp {
    width: 100%; border-collapse: collapse;
    min-width: 680px; font-size: 0.9rem;
  }
  .cmp th, .cmp td {
    text-align: left; vertical-align: top;
    padding: 14px 24px 14px 0;
    border-top: 1px solid var(--line-soft);
    color: var(--muted);
  }
  .cmp th:last-child, .cmp td:last-child { padding-right: 0; }
  .cmp thead th {
    font-size: 0.72rem; font-weight: 650;
    letter-spacing: 0.08em; text-transform: uppercase;
    color: var(--muted);
    border-top: 0; padding-top: 0;
  }
  .cmp tbody th { color: var(--ink); font-weight: 600; max-width: 220px; }
  .cmp thead th:last-child, .cmp td:last-child { color: var(--ink); }

  /* ---------- How it works ---------- */
  .steps {
    display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
  }
  .step .n {
    font-family: var(--mono);
    font-size: 0.78rem; color: var(--faint);
    display: block; margin-bottom: 12px;
  }
  .step h3 { font-size: 1.12rem; font-weight: 650; margin-bottom: 10px; }
  .step p { font-size: 0.94rem; color: var(--muted); }
  @media (max-width: 860px) { .steps { grid-template-columns: minmax(0, 1fr); gap: 32px; } }

  /* ---------- Modules ---------- */
  .modules {
    display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
  .module {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 28px;
    display: flex; flex-direction: column; gap: 18px;
  }
  .module h3 { font-size: 1.08rem; font-weight: 650; }
  .module > p { font-size: 0.92rem; color: var(--muted); }
  .vignette {
    margin-top: auto;
    background: var(--bg);
    border: 1px solid var(--line-soft);
    border-radius: 10px;
    padding: 16px;
    font-size: 0.84rem;
    overflow-x: auto;
  }
  .modules-caption { margin-top: 16px; font-size: 0.78rem; color: var(--faint); }
  @media (max-width: 860px) { .modules { grid-template-columns: minmax(0, 1fr); } }

  /* vignette: SKU table */
  .vtable { width: 100%; border-collapse: collapse; min-width: 300px; }
  .vtable th {
    text-align: left; font-size: 0.68rem; font-weight: 650;
    text-transform: uppercase; letter-spacing: 0.08em;
    color: var(--faint); padding: 0 0 8px;
  }
  .vtable th:nth-child(2), .vtable th:nth-child(3),
  .vtable td:nth-child(2), .vtable td:nth-child(3) { text-align: right; }
  .vtable td { padding: 7px 0; border-top: 1px solid var(--line-soft); color: var(--muted); }
  .vtable td:first-child { font-family: var(--mono); font-size: 0.8rem; color: var(--ink); }

  /* vignette: rec card */
  .vrec .vrec-top { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
  .vrec .action { font-weight: 600; color: var(--ink); }
  .vrec .because { color: var(--muted); margin-top: 4px; }
  .vrec .impact { margin-top: 10px; color: var(--muted); }
  .vrec .impact .num { color: var(--accent); font-weight: 600; }
  .vrec-btns { display: flex; gap: 8px; margin-top: 14px; }
  .vrec-btns span {
    font-size: 0.74rem; font-weight: 600; color: var(--muted);
    border: 1px solid var(--line); border-radius: 6px; padding: 3px 10px;
  }

  /* vignette: risk */
  .vrisk .vrisk-card { display: flex; flex-direction: column; gap: 8px; }
  .vrisk .title { font-weight: 600; color: var(--ink); display: flex; align-items: center; gap: 8px; }
  .vrisk .title .sev { width: 7px; height: 7px; border-radius: 50%; background: var(--warn); flex: none; }
  .vrisk .line { color: var(--muted); }
  .vrisk .flag {
    margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--line-soft);
    color: var(--muted); display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap;
  }
  .vrisk .flag .fdot { width: 7px; height: 7px; border-radius: 50%; background: var(--neg); flex: none; align-self: center; }

  /* vignette: ask */
  .vask .q { font-weight: 600; color: var(--ink); }
  .vask .a { color: var(--muted); margin-top: 8px; }
  .vask .cite {
    margin-top: 12px; padding-top: 10px; border-top: 1px solid var(--line-soft);
    font-size: 0.74rem; color: var(--faint);
    display: flex; gap: 8px; flex-wrap: wrap; align-items: center;
  }
  .vask .cite .src { border-bottom: 1px dotted var(--faint); }

  /* ---------- Month dashboard ---------- */
  .dash {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: var(--shadow);
    padding: 26px 28px 20px;
  }
  .dash-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 32px 48px;
  }
  .spark {
    display: flex; align-items: flex-end; gap: 2px;
    height: 46px;
    border-bottom: 1px solid var(--line);
    margin: 18px 0 6px;
  }
  .spark i {
    flex: 1 1 0; min-width: 2px;
    background: var(--accent); opacity: 0.55;
    border-radius: 1px 1px 0 0;
  }
  .spark i.dn {
    background: var(--neg); opacity: 0.8;
    transform: translateY(100%);
    border-radius: 0 0 1px 1px;
  }
  .spark-cap {
    display: flex; justify-content: space-between; gap: 12px;
    font-size: 0.74rem; color: var(--faint);
  }
  .dash .share {
    color: var(--faint); font-size: 0.76rem;
    display: inline-block; min-width: 48px; text-align: right;
  }
  .findings h3 { font-size: 1.02rem; font-weight: 650; margin: 0 0 4px; }
  .findings-sub { font-size: 0.8rem; color: var(--faint); margin-bottom: 8px; }
  .finding { border-top: 1px solid var(--line-soft); padding: 12px 0 14px; }
  .finding .f-top {
    display: flex; justify-content: space-between; align-items: center;
    gap: 12px; margin-bottom: 6px;
  }
  .finding .amt { font-size: 0.9rem; font-weight: 600; }
  .finding .name { font-weight: 600; color: var(--ink); font-size: 0.92rem; }
  .finding .because { color: var(--muted); font-size: 0.86rem; margin-top: 3px; }
  .finding .act { color: var(--muted); font-size: 0.84rem; margin-top: 7px; padding-left: 15px; position: relative; }
  .finding .act::before {
    content: ""; position: absolute; left: 0; top: 0.62em;
    width: 7px; height: 2px; background: var(--accent);
  }
  .findings-note { border-top: 1px solid var(--line-soft); padding-top: 12px; font-size: 0.78rem; color: var(--faint); }
  @media (max-width: 920px) { .dash-grid { grid-template-columns: minmax(0, 1fr); } }
  @media (max-width: 560px) { .dash { padding: 20px 16px 16px; } }

  /* ---------- Pricing ---------- */
  .tiers {
    display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px; align-items: stretch;
  }
  .tier {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 30px 28px;
    display: flex; flex-direction: column; gap: 0;
  }
  .tier.featured { border-color: var(--accent); box-shadow: var(--shadow); }
  .tier .tname { font-size: 0.8rem; font-weight: 650; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
  .tier.featured .tname { color: var(--accent); }
  .tier .price { margin-top: 12px; display: flex; align-items: baseline; gap: 6px; }
  .tier .price .amt { font-family: var(--serif); font-size: 2.1rem; font-weight: 400; }
  .tier .price .per { font-size: 0.85rem; color: var(--faint); }
  .tier .tfor { margin-top: 6px; font-size: 0.84rem; color: var(--muted); }
  .tier ul {
    list-style: none; margin: 22px 0 26px; padding: 0;
    display: flex; flex-direction: column; gap: 10px;
    font-size: 0.88rem; color: var(--muted);
  }
  .tier ul li { padding-left: 18px; position: relative; }
  .tier ul li::before {
    content: ""; position: absolute; left: 0; top: 0.62em;
    width: 7px; height: 2px; background: var(--faint);
  }
  .tier ul li.hl { color: var(--ink); }
  .tier ul li.hl::before { background: var(--accent); }
  .tier .btn { margin-top: auto; text-align: center; }
  .pricing-notes { margin-top: 28px; font-size: 0.84rem; color: var(--muted); max-width: 70ch; }
  .pricing-notes p + p { margin-top: 8px; }
  @media (max-width: 920px) { .tiers { grid-template-columns: minmax(0, 1fr); } }

  /* ---------- FAQ ---------- */
  .faq { max-width: 760px; }
  .faq details { border-top: 1px solid var(--line); }
  .faq details:last-child { border-bottom: 1px solid var(--line); }
  .faq summary {
    cursor: pointer; list-style: none;
    padding: 18px 0;
    font-weight: 600; font-size: 0.98rem;
    display: flex; justify-content: space-between; align-items: center; gap: 16px;
  }
  .faq summary::-webkit-details-marker { display: none; }
  .faq summary::after {
    content: "+" / ""; font-family: var(--mono); color: var(--faint);
    font-size: 1.1rem; flex: none;
  }
  .faq details[open] summary::after { content: "-" / ""; }
  .faq .ans { padding: 0 0 20px; font-size: 0.92rem; color: var(--muted); max-width: 62ch; }
  .faq .ans strong { color: var(--ink); font-weight: 600; }

  /* ---------- Early access ---------- */
  .cta-band {
    background: var(--surface);
    border-top: 1px solid var(--line-soft);
  }
  .cta-inner { padding: 88px 0; max-width: 720px; }
  .cta-inner h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); line-height: 1.15; }
  .cta-inner .prose { margin-top: 16px; }
  .cta-inner .hero-ctas { margin-top: 28px; }
  .cta-note { margin-top: 18px; font-size: 0.8rem; color: var(--faint); }
  .cta-slim { padding: 56px 0; }
  .cta-slim .hero-ctas { margin-top: 20px; }

  /* ---------- Legal documents ---------- */
  .legal-sec { padding: 72px 0; }
  .legal-sec .doc { max-width: 72ch; }
  .legal-sec h2 { font-size: clamp(1.5rem, 2.6vw, 1.9rem); line-height: 1.2; }
  .legal-sec .docmeta { margin-top: 10px; font-size: 0.78rem; color: var(--faint); }
  .legal-sec h3 { font-size: 0.98rem; font-weight: 650; margin: 30px 0 8px; }
  .legal-sec p, .legal-sec li { font-size: 0.9rem; color: var(--muted); }
  .legal-sec p + p { margin-top: 10px; }
  .legal-sec strong { color: var(--ink); font-weight: 600; }
  .legal-sec ul { margin: 10px 0 0; padding-left: 20px; display: flex; flex-direction: column; gap: 8px; }

  /* ---------- Footer ---------- */
  footer {
    border-top: 1px solid var(--line-soft);
    padding: 40px 0 56px;
    font-size: 0.8rem; color: var(--faint);
  }
  .foot-row {
    display: flex; justify-content: space-between; align-items: center;
    gap: 24px; flex-wrap: wrap;
  }
  .foot-row .wordmark { font-size: 0.95rem; }
  .foot-links { display: flex; gap: 20px; flex-wrap: wrap; }
  .foot-links a { text-decoration: none; }
  .foot-links a:hover { color: var(--ink); }
  footer .legal { margin-top: 18px; max-width: 72ch; }
