
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    /* Approved identity — Ziyon Identity System v3 */
    --ink: #0A0A0A;
    --ink-2: #0E0E0E;
    --ink-3: #1A1A1A;
    --forest: #1C3328;
    --navy: #2A2E33;

    --gold: #B08A3E;          /* brass */
    --gold-pale: #D4AC68;     /* brass-light */
    --gold-deep: #806328;     /* brass-deep */
    --cream: #F5F1E9;         /* parchment */

    --fg: #F5F1E9;
    --fg-2: rgba(245, 241, 233, 0.88);
    --fg-3: rgba(245, 241, 233, 0.55);
    --fg-4: rgba(245, 241, 233, 0.38);

    --line: rgba(176, 138, 62, 0.10);
    --line-2: rgba(176, 138, 62, 0.22);

    --font-display: 'EB Garamond', Georgia, serif;
    --font-caps: 'Inter', system-ui, sans-serif;
    --font-body: 'Inter', system-ui, sans-serif;
  }

  html { scroll-behavior: smooth; }

  body {
    background: var(--ink);
    color: var(--fg);
    font-family: var(--font-body);
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
  }

  a { color: var(--gold); text-decoration: none; transition: color .2s ease, opacity .2s ease; }
  a:hover { color: var(--gold-pale); }

  .container { max-width: 1280px; margin: 0 auto; padding: 0 48px; }

  .eyebrow {
    font-family: var(--font-caps);
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.30em;
    color: var(--gold);
    text-transform: uppercase;
  }

  h1, h2, h3 { font-family: var(--font-display); font-weight: 400; letter-spacing: -0.005em; }
  em { font-style: italic; color: var(--gold-pale); }

  .h2 { font-size: 44px; line-height: 1.14; color: var(--fg); text-wrap: pretty; }
  .lede { font-size: 16.5px; color: var(--fg-2); line-height: 1.68; text-wrap: pretty; }

  .diamond { width: 5px; height: 5px; background: var(--gold); transform: rotate(45deg); flex: 0 0 auto; }

  /* ── Buttons ── */
  .btn-primary, .btn-secondary {
    display: inline-block;
    font-family: var(--font-caps);
    font-size: 10.5px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 17px 26px;
    border-radius: 2px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: background .2s ease, border-color .2s ease, opacity .2s ease;
  }
  .btn-primary { background: var(--gold); color: var(--ink); }
  .btn-primary:hover { background: var(--gold-pale); color: var(--ink); }
  .btn-secondary { border-color: rgba(176,138,62,0.36); color: var(--fg); }
  .btn-secondary:hover { border-color: var(--gold); color: var(--fg); }
  .btn-primary.is-opening, .btn-secondary.is-opening { opacity: .6; cursor: wait; }
  .cta-row { display: flex; flex-wrap: wrap; gap: 14px; }
  .cta-note { font-size: 13.5px; color: var(--fg-4); line-height: 1.6; }

  /* ── Nav ── */
  .nav {
    position: sticky; top: 0; z-index: 60;
    background: rgba(9, 8, 10, 0.92);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--line);
  }
  .nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 20px 48px; max-width: 1280px; margin: 0 auto; gap: 24px; }
  .nav-mark { display: flex; align-items: center; gap: 13px; }
  .nav-lockup { display: flex; flex-direction: column; gap: 2px; }
  .nav-wordmark { font-family: var(--font-display); font-weight: 500; font-size: 19px; letter-spacing: 0.28em; color: var(--fg); line-height: 1; padding-left: 0.28em; }
  .nav-descriptor { white-space: nowrap; font-family: var(--font-body); font-size: 6.5px; font-weight: 400; letter-spacing: 0.5em; text-transform: uppercase; color: var(--gold-pale); padding-left: 0.5em; }
  .nav-links { display: flex; align-items: center; gap: 30px; font-family: var(--font-caps); font-size: 10.5px; letter-spacing: 0.19em; text-transform: uppercase; }
  .nav-links a { color: var(--fg-3); }
  .nav-links a:hover { color: var(--fg); }
  .nav-cta { border: 1px solid rgba(176,138,62,0.42); color: var(--gold) !important; padding: 9px 18px; border-radius: 2px; }
  .nav-cta:hover { background: rgba(176,138,62,0.10); }

  /* ── Hero ── */
  .hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
  .hero-glow {
    position: absolute; top: -340px; left: 50%; transform: translateX(-50%);
    width: 1100px; height: 780px; pointer-events: none;
    background: radial-gradient(ellipse at center, rgba(176,138,62,0.10), rgba(176,138,62,0) 66%);
  }
  .hero-inner { position: relative; text-align: center; padding: 96px 0 72px; display: flex; flex-direction: column; align-items: center; gap: 30px; }
  .rule-eyebrow { display: flex; align-items: center; gap: 16px; }
  .rule-eyebrow .r { width: 60px; height: 1px; }
  .rule-eyebrow .r.l { background: linear-gradient(to right, rgba(176,138,62,0), var(--gold)); }
  .rule-eyebrow .r.rr { background: linear-gradient(to left, rgba(176,138,62,0), var(--gold)); }
  .hero-h1 { font-size: 78px; line-height: 1.04; letter-spacing: -0.02em; max-width: 1040px; color: var(--fg); text-wrap: pretty; }
  .hero-sub { font-size: 18.5px; color: var(--fg-2); line-height: 1.62; max-width: 700px; text-wrap: pretty; }

  /* ── Specimen band ── */
  .specimen-band { border-top: 1px solid var(--line); background: var(--ink-2); }
  .specimen-grid { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 64px; padding: 64px 0; align-items: center; }
  .specimen-copy { display: flex; flex-direction: column; gap: 18px; }
  .specimen-copy h2 { font-size: 36px; line-height: 1.14; color: var(--fg); }
  .specimen {
    background: var(--ink); border: 1px solid var(--line-2); border-radius: 2px;
    padding: 32px 34px 30px; display: flex; flex-direction: column; gap: 20px; position: relative;
  }
  .specimen-head { display: flex; justify-content: space-between; align-items: baseline; border-bottom: 1px solid rgba(176,138,62,0.14); padding-bottom: 15px; }
  .spec-label { font-family: var(--font-caps); font-size: 10px; letter-spacing: 0.24em; color: var(--gold); text-transform: uppercase; }
  .spec-meta { font-size: 11px; color: rgba(245,241,233,0.34); }
  .spec-field { font-size: 11.5px; letter-spacing: 0.1em; color: var(--fg-4); text-transform: uppercase; }
  .spec-verdict { font-family: var(--font-display); font-size: 32px; color: var(--gold-pale); line-height: 1.1; }
  .spec-basis { font-size: 12.5px; color: var(--fg-3); }
  .spec-scale { display: flex; gap: 5px; }
  .spec-scale span { flex: 1; height: 3px; background: rgba(176,138,62,0.22); }
  .spec-scale span.on { background: var(--gold); }
  .spec-gaps { display: flex; flex-direction: column; gap: 12px; border-top: 1px solid rgba(176,138,62,0.14); padding-top: 18px; }
  .spec-gap { display: flex; gap: 13px; align-items: flex-start; }
  .spec-gap .n { font-family: var(--font-caps); font-size: 11px; color: var(--gold); padding-top: 3px; }
  .spec-gap .t { font-size: 14.5px; color: rgba(245,241,233,0.82); line-height: 1.5; }
  .spec-fix { background: var(--ink-3); border-left: 2px solid var(--gold); padding: 15px 18px; display: flex; flex-direction: column; gap: 5px; }
  .spec-fix .l { font-size: 11px; letter-spacing: 0.1em; color: var(--gold); text-transform: uppercase; }
  .spec-fix .t { font-family: var(--font-display); font-style: italic; font-size: 18.5px; color: var(--fg); line-height: 1.4; }
  .spec-stamp {
    position: absolute; top: 14px; right: 14px;
    font-family: var(--font-caps); font-size: 8.5px; letter-spacing: 0.22em;
    color: rgba(176,138,62,0.45); border: 1px solid rgba(176,138,62,0.22); padding: 4px 8px;
  }

  /* ── Ledger ── */
  .ledger { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); }
  .ledger > div { padding: 24px 30px 28px; display: flex; flex-direction: column; gap: 7px; border-right: 1px solid rgba(176,138,62,0.10); }
  .ledger > div:last-child { border-right: none; }
  .ledger .l { font-family: var(--font-caps); font-size: 9.5px; letter-spacing: 0.22em; color: var(--gold); text-transform: uppercase; }
  .ledger .v { font-family: var(--font-display); font-size: 25px; color: var(--fg); line-height: 1.2; }
  .ledger .v small { font-size: 16px; color: var(--fg-3); font-family: var(--font-display); }

  /* ── Sections ── */
  .section { padding: 88px 0 96px; border-bottom: 1px solid var(--line); }
  .section.navy { background: var(--navy); }
  .section.surface { background: var(--ink-2); }
  .section.forest { background: var(--forest); }
  .section-head { display: flex; flex-direction: column; gap: 16px; max-width: 720px; }
  .section-head-split { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; flex-wrap: wrap; }
  .section-head-split .aside { font-size: 15.5px; color: var(--fg-3); line-height: 1.66; max-width: 340px; text-wrap: pretty; }

  /* ── Cards grid ── */
  .grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(176,138,62,0.14); margin-top: 48px; }
  .card { background: var(--ink-2); padding: 36px 34px 34px; display: flex; flex-direction: column; gap: 16px; }
  .card .k { font-family: var(--font-caps); font-size: 10px; letter-spacing: 0.22em; color: var(--gold); text-transform: uppercase; }
  .card h3 { font-size: 27px; font-weight: 400; color: var(--fg); line-height: 1.24; }
  .card p { font-size: 15px; color: var(--fg-3); line-height: 1.62; flex: 1; text-wrap: pretty; }
  .card .more { font-family: var(--font-caps); font-size: 10.5px; letter-spacing: 0.16em; color: var(--gold); border-top: 1px solid rgba(176,138,62,0.18); padding-top: 16px; text-transform: uppercase; }

  /* ── Comparison ledger ── */
  .cmp { margin-top: 44px; border: 1px solid rgba(176,138,62,0.16); }
  .cmp-row { display: grid; grid-template-columns: 210px 1fr 1fr; border-bottom: 1px solid rgba(176,138,62,0.10); }
  .cmp-row:last-child { border-bottom: none; }
  .cmp-row.head { background: rgba(176,138,62,0.06); border-bottom: 1px solid rgba(176,138,62,0.16); }
  .cmp-row.head > div { font-family: var(--font-caps); font-size: 10.5px; letter-spacing: 0.20em; padding: 18px 24px; text-transform: uppercase; }
  .cmp-row.head .us { color: var(--gold); }
  .cmp-row.head .them { color: rgba(245,241,233,0.45); }
  .cmp-row .axis { padding: 22px 24px; font-size: 12px; letter-spacing: 0.10em; text-transform: uppercase; color: var(--fg-4); }
  .cmp-row .us { padding: 22px 24px; font-size: 15.5px; color: var(--fg); line-height: 1.55; border-left: 1px solid rgba(176,138,62,0.14); background: rgba(176,138,62,0.04); }
  .cmp-row .them { padding: 22px 24px; font-size: 15px; color: rgba(245,241,233,0.50); line-height: 1.55; border-left: 1px solid rgba(176,138,62,0.14); }
  .cmp-foot { margin-top: 24px; font-size: 15px; color: var(--fg-3); line-height: 1.66; max-width: 780px; text-wrap: pretty; }

  /* ── Principles ── */
  .principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px; margin-top: 52px; }
  .principle { display: flex; flex-direction: column; gap: 14px; border-top: 1px solid rgba(176,138,62,0.24); padding-top: 24px; }
  .principle .n { font-family: var(--font-caps); font-size: 11px; letter-spacing: 0.2em; color: var(--gold); }
  .principle h3 { font-size: 29px; font-weight: 400; color: var(--fg); line-height: 1.22; }
  .principle p { font-size: 15.5px; color: var(--fg-3); line-height: 1.68; text-wrap: pretty; }
  .stat-panel { margin-top: 48px; background: var(--ink-2); border: 1px solid rgba(176,138,62,0.14); padding: 34px 38px; display: grid; grid-template-columns: auto 1fr; gap: 38px; align-items: center; }
  .stat-panel .fig { font-family: var(--font-display); font-size: 52px; color: var(--gold-pale); line-height: 1; white-space: nowrap; }
  .stat-panel .fig sup { font-size: 26px; }
  .stat-panel p { font-size: 16px; color: var(--fg-2); line-height: 1.68; text-wrap: pretty; }

  /* ── Snapshot ── */
  .snap-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 72px; }
  .snap-left { display: flex; flex-direction: column; gap: 24px; }
  .snap-left h2 { font-size: 46px; line-height: 1.12; color: var(--fg); }
  .snap-includes { display: flex; flex-direction: column; border-top: 1px solid var(--line-2); }
  .snap-includes li { list-style: none; display: flex; gap: 16px; align-items: flex-start; padding: 16px 0; border-bottom: 1px solid rgba(176,138,62,0.10); font-size: 15.5px; color: rgba(245,241,233,0.78); line-height: 1.6; }
  .snap-includes .diamond { margin-top: 8px; }
  .scale-chips { display: flex; gap: 8px; flex-wrap: wrap; }
  .scale-chips span { border: 1px solid rgba(176,138,62,0.22); padding: 8px 13px; font-size: 12.5px; color: rgba(245,241,233,0.66); }
  .snap-pull { font-family: var(--font-display); font-style: italic; font-size: 21px; color: var(--gold-pale); line-height: 1.45; }

  .snap-card { align-self: start; background: var(--ink); border: 1px solid var(--line-2); }
  .section.surface .snap-card { background: var(--ink); }
  .snap-card-head { padding: 30px 34px 24px; border-bottom: 1px solid rgba(176,138,62,0.14); display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
  .snap-price { font-family: var(--font-display); font-size: 38px; color: var(--fg); line-height: 1; }
  .snap-turn { font-size: 13px; color: var(--fg-3); text-align: right; line-height: 1.5; }
  .snap-body { padding: 24px 34px 30px; display: flex; flex-direction: column; gap: 18px; }
  .snapshot-form { display: flex; flex-direction: column; gap: 12px; }
  .snapshot-form input, .snapshot-form textarea, .pb-form input {
    background: var(--ink-2); border: 1px solid rgba(176,138,62,0.18); border-radius: 2px;
    color: var(--fg); font-family: var(--font-body); font-size: 14.5px; font-weight: 300;
    padding: 13px 14px; outline: none; width: 100%;
  }
  .snapshot-form textarea { min-height: 78px; resize: vertical; }
  .snapshot-form input::placeholder, .snapshot-form textarea::placeholder, .pb-form input::placeholder { color: rgba(245,241,233,0.34); }
  .snapshot-form input:focus, .snapshot-form textarea:focus, .pb-form input:focus { border-color: rgba(176,138,62,0.5); }
  .snapshot-form button {
    background: var(--gold); border: none; border-radius: 2px; color: var(--ink);
    font-family: var(--font-caps); font-size: 11.5px; letter-spacing: 0.16em; text-transform: uppercase;
    padding: 16px 20px; cursor: pointer; margin-top: 4px; transition: background .2s ease;
  }
  .snapshot-form button:hover { background: var(--gold-pale); }
  .snapshot-form button:disabled { opacity: .6; cursor: wait; }
  .snap-success { display: none; border: 1px solid rgba(176,138,62,0.28); background: rgba(176,138,62,0.06); padding: 22px; }
  .snap-success .l { font-family: var(--font-caps); font-size: 10px; letter-spacing: 0.22em; color: var(--gold); text-transform: uppercase; margin-bottom: 8px; }
  .snap-success p { font-size: 14.5px; color: rgba(245,241,233,0.80); line-height: 1.6; }
  .snap-foot { border-top: 1px solid rgba(176,138,62,0.14); padding-top: 18px; display: flex; flex-direction: column; gap: 14px; }
  .snap-foot .credit { font-size: 13px; color: var(--fg-3); line-height: 1.6; }
  .snap-foot a { font-family: var(--font-caps); font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; }

  /* ── Tiers ── */
  .tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(176,138,62,0.14); margin-top: 48px; }
  .tier { background: var(--ink-2); padding: 38px 34px 34px; display: flex; flex-direction: column; gap: 20px; position: relative; }
  .tier.featured { background: var(--ink-3); border-top: 2px solid var(--gold); }
  .tier-flag { position: absolute; top: 0; right: 0; background: var(--gold); color: var(--ink); font-family: var(--font-caps); font-size: 9px; letter-spacing: 0.18em; padding: 6px 12px; text-transform: uppercase; }
  .tier .k { font-family: var(--font-caps); font-size: 10px; letter-spacing: 0.22em; color: var(--fg-4); text-transform: uppercase; }
  .tier h3 { font-size: 31px; font-weight: 400; color: var(--fg); line-height: 1.1; }
  .tier-price { display: flex; align-items: baseline; gap: 12px; }
  .tier-price .p { font-family: var(--font-display); font-size: 27px; color: var(--gold-pale); }
  .tier-price .d { font-size: 12.5px; color: var(--fg-4); }
  .tier p.desc { font-size: 15px; color: var(--fg-3); line-height: 1.62; border-top: 1px solid rgba(176,138,62,0.14); padding-top: 18px; text-wrap: pretty; }
  .tier-list { display: flex; flex-direction: column; gap: 9px; list-style: none; }
  .tier-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 14.5px; color: var(--fg-3); line-height: 1.55; text-wrap: pretty; }
  .tier-list .diamond { margin-top: 8px; }
  .tier-toggle { display: none; }
  .tier .fit { font-size: 13.5px; color: var(--fg-4); line-height: 1.55; font-style: italic; }
  .tier-spacer { flex: 1; }
  .audit-link { margin-top: 32px; display: flex; align-items: baseline; gap: 16px; flex-wrap: wrap; }
  .audit-link a { font-family: var(--font-caps); font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; }
  .audit-link span { font-size: 14px; color: var(--fg-4); }

  /* ── Credit Watch ── */
  .watch { margin-top: 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(176,138,62,0.14); border: 1px solid rgba(176,138,62,0.14); }
  .watch > div { background: var(--ink); padding: 32px 34px; }
  .watch .k { font-family: var(--font-caps); font-size: 10px; letter-spacing: 0.22em; color: var(--gold); text-transform: uppercase; }
  .watch h3 { font-size: 26px; font-weight: 400; color: var(--fg); line-height: 1.2; margin: 12px 0; }
  .watch p { font-size: 15px; color: var(--fg-3); line-height: 1.62; text-wrap: pretty; }
  .watch-prices { display: flex; flex-direction: column; justify-content: center; }
  .watch-price { display: flex; justify-content: space-between; align-items: baseline; padding: 13px 0; border-bottom: 1px solid rgba(176,138,62,0.12); gap: 20px; }
  .watch-price:last-child { border-bottom: none; }
  .watch-price .t { font-size: 14.5px; color: rgba(245,241,233,0.66); }
  .watch-price .p { font-family: var(--font-display); font-size: 22px; color: var(--gold-pale); white-space: nowrap; }
  .watch-price .p small { font-family: var(--font-body); font-size: 13px; color: var(--fg-4); }

  /* ── Credit reads ── */
  .reads { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(176,138,62,0.14); border: 1px solid rgba(176,138,62,0.14); margin-top: 48px; }
  .read { background: var(--ink-2); padding: 32px 34px 30px; display: flex; flex-direction: column; gap: 18px; }
  .read-head { display: flex; gap: 16px; align-items: flex-start; }
  .read-n { font-family: var(--font-caps); font-size: 10.5px; letter-spacing: 0.2em; color: var(--gold); flex: 0 0 auto; padding-top: 7px; }
  .read-titles { display: flex; flex-direction: column; gap: 9px; }
  .read h3 { font-size: 24px; font-weight: 400; color: var(--fg); line-height: 1.26; }
  .read-sector { font-family: var(--font-caps); font-size: 9.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--fg-4); }
  .mvs { display: flex; flex-direction: column; }
  .mv { display: flex; flex-direction: column; gap: 7px; padding: 16px 0; border-top: 1px solid rgba(176,138,62,0.12); }
  .mv:last-child { padding-bottom: 0; }
  .mv .l { font-family: var(--font-caps); font-size: 9.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--fg-4); }
  .mv .t { font-size: 14.5px; color: var(--fg-3); line-height: 1.64; text-wrap: pretty; }
  .mv.circle .l { color: var(--gold); }
  .mv.circle .t { color: rgba(245,241,233,0.82); }
  .mv.turn { border-top: 1px solid rgba(176,138,62,0.28); }
  .mv.turn .l { color: var(--gold-pale); }
  .mv.turn .t { color: rgba(245,241,233,0.82); }
  .read-brief { display: flex; flex-direction: column; }
  .mv.q .l { color: var(--gold); }
  .mv.q .t { font-family: var(--font-display); font-style: italic; font-size: 18px; color: rgba(245,241,233,0.88); line-height: 1.5; }
  .read-toggle {
    margin-top: auto; background: none; border: none; width: 100%; text-align: left;
    border-top: 1px solid rgba(176,138,62,0.18); padding: 16px 0 0; cursor: pointer;
    font-family: var(--font-caps); font-size: 10.5px; letter-spacing: 0.16em;
    text-transform: uppercase; color: var(--gold); transition: color .2s ease;
  }
  .read-toggle:hover { color: var(--gold-pale); }
  .read.collapsed .mvs { display: none; }
  .read:not(.collapsed) .read-brief { display: none; }

  /* ── Inline disclosure ── */
  .disclose { border-top: 1px solid var(--line-2); }
  .disclose-q {
    display: flex; align-items: center; justify-content: space-between; gap: 20px;
    width: 100%; padding: 16px 0; background: none; border: none; cursor: pointer; text-align: left;
    font-family: var(--font-caps); font-size: 10.5px; letter-spacing: 0.16em;
    text-transform: uppercase; color: var(--gold); transition: color .2s ease;
  }
  .disclose-q:hover { color: var(--gold-pale); }
  .disclose-q .g { font-size: 14px; flex: 0 0 auto; }
  .disclose-a { display: none; padding: 0 0 18px; font-size: 15px; color: var(--fg-3); line-height: 1.68; text-wrap: pretty; }
  .disclose.open .disclose-a { display: block; }

  .reads-foot { margin-top: 28px; font-size: 15px; color: var(--fg-3); line-height: 1.66; max-width: 820px; text-wrap: pretty; }

  /* ── Founder ── */
  .founder-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 72px; }
  .founder-aside { display: flex; flex-direction: column; gap: 24px; }
  .founder-aside img { width: 100%; display: block; border: 1px solid var(--line-2); filter: grayscale(0.25); }
  .founder-name { font-family: var(--font-display); font-size: 25px; color: var(--fg); }
  .founder-role { font-family: var(--font-caps); font-size: 10px; letter-spacing: 0.22em; color: var(--gold); margin-top: 6px; text-transform: uppercase; }
  .creds { display: flex; flex-direction: column; border-top: 1px solid var(--line-2); }
  .cred { display: flex; flex-direction: column; gap: 4px; padding: 15px 0; border-bottom: 1px solid rgba(176,138,62,0.10); }
  .cred .l { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--fg-4); }
  .cred .v { font-size: 15px; color: rgba(245,241,233,0.82); line-height: 1.5; }
  .founder-body { display: flex; flex-direction: column; gap: 24px; padding-top: 34px; }
  .founder-body h2 { font-size: 40px; line-height: 1.18; color: var(--fg); }
  .founder-body p { font-size: 16.5px; color: var(--fg-2); line-height: 1.72; text-wrap: pretty; }
  .founder-pull { border-left: 2px solid var(--gold); padding: 4px 0 4px 24px; }
  .founder-pull p { font-family: var(--font-display); font-size: 26px; font-style: italic; color: var(--fg); line-height: 1.4; }
  .founder-note { font-size: 15.5px !important; color: var(--fg-3) !important; }

  /* ── FAQ ── */
  .faq-grid { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: 72px; }
  .faq-list { border-top: 1px solid var(--line-2); }
  .faq-item { border-bottom: 1px solid rgba(176,138,62,0.12); }
  .faq-q { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px 0; cursor: pointer; background: none; border: none; width: 100%; text-align: left; }
  .faq-q:hover { opacity: .78; }
  .faq-q .t { font-family: var(--font-display); font-size: 25px; color: var(--fg); line-height: 1.3; }
  .faq-q .g { font-family: var(--font-caps); font-size: 15px; color: var(--gold); flex: 0 0 auto; }
  .faq-a { display: none; padding: 0 80px 26px 0; font-size: 16px; color: var(--fg-2); line-height: 1.72; text-wrap: pretty; }
  .faq-item.open .faq-a { display: block; }

  /* ── Adviser band ── */
  .adv { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--ink-2); padding: 44px 0; }
  .adv-inner { display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: center; }
  .adv h2 { font-size: 30px; line-height: 1.2; color: var(--fg); margin-top: 10px; }
  .adv p { font-size: 15.5px; color: var(--fg-3); line-height: 1.64; max-width: 640px; margin-top: 10px; text-wrap: pretty; }

  /* ── Playbook + close ── */
  .close-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 72px; align-items: start; }
  .close-left { display: flex; flex-direction: column; gap: 22px; }
  .close-left h2 { font-size: 50px; line-height: 1.1; letter-spacing: -0.015em; color: var(--fg); }
  .close-left p { font-size: 17px; color: var(--fg-2); line-height: 1.7; max-width: 520px; text-wrap: pretty; }
  .pb-card { background: var(--ink); border: 1px solid rgba(176,138,62,0.18); padding: 32px 34px; display: flex; flex-direction: column; gap: 16px; }
  .pb-card .k { font-family: var(--font-caps); font-size: 10px; letter-spacing: 0.22em; color: var(--gold); text-transform: uppercase; }
  .pb-card h3 { font-size: 28px; font-weight: 400; color: var(--fg); line-height: 1.2; }
  .pb-card p { font-size: 15px; color: var(--fg-3); line-height: 1.64; text-wrap: pretty; }
  .pb-form { display: flex; gap: 10px; }
  .pb-form input { flex: 1; min-width: 0; }
  .pb-form button {
    background: transparent; border: 1px solid var(--gold); border-radius: 2px; color: var(--gold);
    font-family: var(--font-caps); font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase;
    padding: 13px 18px; cursor: pointer; transition: background .2s ease; white-space: nowrap;
  }
  .pb-form button:hover { background: rgba(176,138,62,0.10); }
  .pb-fine { font-size: 12.5px; color: rgba(245,241,233,0.35); line-height: 1.55; }

  /* ── Footer ── */
  footer { border-top: 1px solid rgba(176,138,62,0.14); background: var(--ink); padding: 56px 0 48px; }
  .foot-grid { display: flex; justify-content: space-between; gap: 56px; flex-wrap: wrap; }
  .foot-mark { display: flex; align-items: center; gap: 13px; }
  .foot-lockup { display: flex; flex-direction: column; gap: 2px; }
  .foot-wordmark { font-family: var(--font-display); font-weight: 500; font-size: 20px; letter-spacing: 0.28em; color: var(--fg); line-height: 1; padding-left: 0.28em; }
  .foot-descriptor { white-space: nowrap; font-family: var(--font-body); font-size: 7px; font-weight: 400; letter-spacing: 0.5em; text-transform: uppercase; color: var(--gold-pale); padding-left: 0.5em; }
  .foot-line { font-family: var(--font-display); font-style: italic; font-size: 18px; color: var(--fg-3); line-height: 1.5; margin-top: 14px; max-width: 380px; }
  .foot-cols { display: flex; gap: 56px; flex-wrap: wrap; }
  .foot-col { display: flex; flex-direction: column; gap: 11px; }
  .foot-col .k { font-family: var(--font-caps); font-size: 9.5px; letter-spacing: 0.22em; color: rgba(245,241,233,0.35); text-transform: uppercase; }
  .foot-col a { font-size: 14px; color: var(--fg-3); }
  .foot-col a:hover { color: var(--fg); }
  .foot-legal { border-top: 1px solid rgba(176,138,62,0.10); padding-top: 28px; margin-top: 36px; display: flex; flex-direction: column; gap: 16px; }
  .foot-legal p { font-size: 12.5px; color: var(--fg-4); line-height: 1.7; max-width: 900px; }
  .foot-legal strong { font-weight: 400; color: rgba(245,241,233,0.55); }
  .foot-meta { display: flex; justify-content: space-between; gap: 32px; flex-wrap: wrap; font-size: 12.5px; color: rgba(245,241,233,0.30); line-height: 1.7; }

  /* ── Reveal ── */
  .reveal { opacity: 0; transform: translateY(24px); transition: opacity .9s ease, transform .9s ease; }
  .reveal.in { opacity: 1; transform: none; }
  @media (prefers-reduced-motion: reduce) {
    .reveal { opacity: 1; transform: none; transition: none; }
    html { scroll-behavior: auto; }
  }

  /* ── Responsive ── */
  @media (max-width: 1080px) {
    .hero-h1 { font-size: 58px; }
    .specimen-grid, .snap-grid, .founder-grid, .faq-grid, .close-grid { grid-template-columns: 1fr; gap: 44px; }
    .grid-3, .tiers, .principles, .reads { grid-template-columns: 1fr; }
    .principles { gap: 32px; }
    .ledger { grid-template-columns: repeat(2, 1fr); }
    .ledger > div:nth-child(2) { border-right: none; }
    .watch { grid-template-columns: 1fr; }
    .nav-links a:not(.nav-cta) { display: none; }
  }
  @media (max-width: 720px) {
    /* progressive disclosure — mobile only */
    .hero-inner .cta-note { display: none; }

    #credit-reads .aside-moved {
      margin-top: 26px; max-width: none;
      font-size: 15.5px; color: var(--fg-3); line-height: 1.66;
    }

    .tier-toggle {
      display: block; width: 100%; text-align: left; background: none; border: none;
      border-top: 1px solid rgba(176,138,62,0.14); padding: 16px 0 0; margin-top: 4px;
      font-family: var(--font-caps); font-size: 10.5px; letter-spacing: 0.16em;
      text-transform: uppercase; color: var(--gold); cursor: pointer;
    }
    .tier.collapsed .tier-list,
    .tier.collapsed .fit,
    .tier.collapsed .btn-primary,
    .tier.collapsed .btn-secondary { display: none; }

    .adv-inner { grid-template-columns: 1fr; gap: 22px; }
    .adv h2 { font-size: 26px; }
    .container, .nav-inner { padding-left: 22px; padding-right: 22px; }
    .hero-h1 { font-size: 40px; }
    .hero-sub { font-size: 16.5px; }
    .h2, .snap-left h2, .founder-body h2 { font-size: 32px; }
    .close-left h2 { font-size: 36px; }
    .section { padding: 64px 0 68px; }
    .hero-inner { padding: 64px 0 56px; }
    .ledger { grid-template-columns: 1fr; }
    .ledger > div { border-right: none; border-bottom: 1px solid rgba(176,138,62,0.10); }
    .cmp-row, .cmp-row.head { grid-template-columns: 1fr; }
    .cmp-row .us, .cmp-row .them { border-left: none; }
    .cmp-row.head { display: none; }
    .cmp-row .us::before { content: 'Ziyon — '; color: var(--gold); }
    .cmp-row .them::before { content: 'Adjacent roles — '; color: var(--fg-4); }
    .faq-a { padding-right: 0; }
    .btn-primary, .btn-secondary { width: 100%; text-align: center; }
    .stat-panel { grid-template-columns: 1fr; gap: 20px; }
  }


  /* ── Interior page hero (added for the split site) ── */
  .page-hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
  .page-hero-inner { position: relative; padding: 84px 0 76px; display: flex; flex-direction: column; gap: 24px; max-width: 900px; }
  .page-hero h1 { font-size: 58px; line-height: 1.06; letter-spacing: -0.02em; color: var(--fg); text-wrap: pretty; }
  .page-hero .sub { font-size: 18px; color: var(--fg-2); line-height: 1.64; max-width: 700px; text-wrap: pretty; }
  .nav-links a.here { color: var(--gold); }
  .price-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(176,138,62,0.14); border: 1px solid rgba(176,138,62,0.14); margin-top: 48px; }
  .price-cell { background: var(--ink-2); padding: 30px 32px; display: flex; flex-direction: column; gap: 12px; }
  .price-cell .k { font-family: var(--font-caps); font-size: 10px; letter-spacing: 0.22em; color: var(--gold); text-transform: uppercase; }
  .price-cell h3 { font-size: 28px; font-weight: 400; color: var(--fg); line-height: 1.16; }
  .price-cell .p { font-family: var(--font-display); font-size: 27px; color: var(--gold-pale); line-height: 1; }
  .price-cell p { font-size: 14.5px; color: var(--fg-3); line-height: 1.6; flex: 1; text-wrap: pretty; }
  .price-cell .more { font-family: var(--font-caps); font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); border-top: 1px solid rgba(176,138,62,0.18); padding-top: 15px; }
  @media (max-width: 1080px) {
    .page-hero h1 { font-size: 44px; }
    .price-strip { grid-template-columns: 1fr; }
  }
  @media (max-width: 720px) {
    .page-hero h1 { font-size: 34px; }
    .page-hero-inner { padding: 56px 0 52px; }
  }
