  /* ---------- tokens ---------- */
  :root {
    --ink:       oklch(0.17 0.020 250);
    --ink-2:     oklch(0.24 0.022 250);
    --ink-3:     oklch(0.32 0.020 250);
    --paper:     oklch(0.97 0.006 85);
    --paper-2:   oklch(0.94 0.008 85);
    --rule:      oklch(0.86 0.008 85);
    --rule-2:    oklch(0.80 0.010 85);
    --rule-dark: oklch(0.30 0.014 250);
    --rule-dark-2: oklch(0.38 0.014 250);
    --mute:      oklch(0.55 0.015 250);
    --mute-2:    oklch(0.42 0.015 250);
    --mute-dark: oklch(0.68 0.015 250);

    /* brand gradient colors from original logo */
    --brand-1:   #25E8FF;
    --brand-2:   #1C7DFF;
    --brand-3:   #2C41FF;
    --accent:    oklch(0.72 0.16 235);   /* brand-adjacent blue */
    --accent-soft: oklch(0.95 0.04 235);

    --f-display: "Inter Tight", ui-sans-serif, system-ui, sans-serif;
    --f-serif:   "Fraunces", "Times New Roman", Georgia, serif;
    --f-body:    "Inter", ui-sans-serif, system-ui, sans-serif;
    --f-mono:    "JetBrains Mono", ui-monospace, "SFMono-Regular", monospace;
  }

  * { box-sizing: border-box; }
  html, body { margin: 0; }
  body {
    font-family: var(--f-body);
    color: var(--ink);
    background: var(--paper);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-size: 15px;
    line-height: 1.5;
  }
  a { color: inherit; text-decoration: none; }
  button { font: inherit; color: inherit; }

  .mono { font-family: var(--f-mono); }
  .serif { font-family: var(--f-serif); font-weight: 400; }

  /* ---------- nav ---------- */
  nav.top {
    position: sticky; top: 0; z-index: 50;
    background: oklch(0.97 0.006 85 / 0.85);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--rule);
  }
  nav.top .inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 24px;
    padding: 20px 56px;
    max-width: 1680px; margin: 0 auto;
  }
  @media (max-width: 900px){ nav.top .inner { padding: 18px 24px; grid-template-columns: 1fr auto; } }
  .brand {
    display: flex; align-items: center; gap: 12px;
  }
  .brand-mark {
    width: 50px; height: 33px;
    display: inline-block;
  }
  .brand-mark svg { width: 100%; height: 100%; display: block; }
  .brand-word {
    font-family: var(--f-display);
    font-weight: 500;
    letter-spacing: -0.015em;
    font-size: 19px;
    color: var(--ink);
  }
  .nav-links { display: flex; gap: 36px; justify-content: center; }
  @media (max-width: 900px){ .nav-links { display: none; } }
  .nav-links a {
    font-size: 14px;
    font-family: var(--f-display);
    font-weight: 500;
    color: var(--ink);
    padding: 4px 0;
  }
  .nav-links a:hover { opacity: 0.6; }
  .nav-right { display: flex; justify-content: flex-end; align-items: center; }

  .btn {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 11px 18px 11px 20px;
    background: var(--ink);
    color: var(--paper);
    border: 1px solid var(--ink);
    font-family: var(--f-display);
    font-weight: 500;
    font-size: 13.5px;
    letter-spacing: -0.005em;
    cursor: pointer;
    transition: transform .15s ease, background .15s ease;
    border-radius: 999px;
    white-space: nowrap;
  }
  .btn:hover { transform: translateY(-1px); }
  .btn.ghost { background: transparent; color: var(--ink); border-color: var(--rule-2); }
  .btn.ghost:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }
  .btn.invert { background: var(--paper); color: var(--ink); border-color: var(--paper); }
  .btn .arrow { transition: transform .2s ease; }
  .btn:hover .arrow { transform: translate(2px, -2px); }

  /* ---------- label / eyebrow ---------- */
  .label {
    font-family: var(--f-mono);
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--mute);
  }
  .label .n {
    display: inline-block;
    width: 22px;
    color: var(--ink);
  }

  /* ---------- HERO ---------- */
  .hero {
    position: relative;
    padding: 140px 56px 120px;
    max-width: 1680px; margin: 0 auto;
    border-bottom: 1px solid var(--rule);
  }
  @media (max-width: 1000px){ .hero { padding: 80px 24px 64px; } }

  .hero-label {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
    padding-bottom: 56px;
    border-bottom: 1px solid var(--rule);
    margin-bottom: 96px;
  }
  .hero-label .right {
    display: flex; gap: 28px; align-items: center;
    font-family: var(--f-mono); font-size: 11px;
    letter-spacing: 0.08em; color: var(--mute);
    text-transform: uppercase;
  }
  .hero-label .right .live {
    display: inline-flex; align-items: center; gap: 8px;
    color: var(--ink);
  }
  .hero-label .right .live::before {
    content: ""; width: 6px; height: 6px; border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 0 3px oklch(0.72 0.16 235 / 0.2);
    animation: blink 2s ease-in-out infinite;
  }
  @keyframes blink { 50% { opacity: .4; } }

  h1.display {
    font-family: var(--f-display);
    font-weight: 500;
    font-size: clamp(56px, 9.6vw, 168px);
    line-height: 0.92;
    letter-spacing: -0.045em;
    margin: 0;
    color: var(--ink);
    max-width: 16ch;
  }
  h1.display em {
    font-style: italic;
    font-family: var(--f-serif);
    font-weight: 400;
    letter-spacing: -0.03em;
  }
  h1.display .g {
    background: linear-gradient(92deg, var(--brand-1), var(--brand-2) 55%, var(--brand-3));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }

  .hero-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 80px;
    margin-top: 120px;
    padding-top: 48px;
    border-top: 1px solid var(--rule);
  }
  @media (max-width: 1000px){ .hero-bottom { grid-template-columns: 1fr; gap: 40px; margin-top: 64px; } }
  .hero-bottom .lede {
    font-size: 22px;
    line-height: 1.35;
    letter-spacing: -0.01em;
    color: var(--ink);
    max-width: 28ch;
    font-family: var(--f-display);
    font-weight: 400;
    margin: 0;
  }
  .hero-bottom .cta-col { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }
  .hero-bottom .sub { font-size: 13px; color: var(--mute); font-family: var(--f-mono); letter-spacing: 0.04em; }

  .hero-meta { display: flex; flex-direction: column; gap: 0; }
  .hero-meta .row {
    display: grid;
    grid-template-columns: 1fr auto;
    padding: 14px 0;
    border-top: 1px solid var(--rule);
    align-items: baseline;
  }
  .hero-meta .row:last-child { border-bottom: 1px solid var(--rule); }
  .hero-meta .k { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--mute); }
  .hero-meta .v { font-family: var(--f-display); font-weight: 500; font-size: 22px; letter-spacing: -0.02em; }
  .hero-meta .v small { font-size: 13px; color: var(--mute); font-weight: 400; margin-left: 4px; }

  /* ---------- LANES (the living graphic) ---------- */
  .stage {
    max-width: 1680px; margin: 0 auto;
    padding: 120px 56px;
    border-bottom: 1px solid var(--rule);
  }
  @media (max-width: 1000px){ .stage { padding: 64px 24px; } }

  .stage-head {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 40px;
    align-items: end;
    padding-bottom: 56px;
    border-bottom: 1px solid var(--rule);
    margin-bottom: 64px;
  }
  @media (max-width: 1100px){ .stage-head { grid-template-columns: 1fr; gap: 20px; padding-bottom: 32px; margin-bottom: 40px; } }
  .stage-head h2 {
    font-family: var(--f-display);
    font-weight: 500;
    font-size: clamp(34px, 4.4vw, 64px);
    line-height: 1;
    letter-spacing: -0.03em;
    margin: 0;
    max-width: 18ch;
  }
  .stage-head h2 em {
    font-style: italic;
    font-family: var(--f-serif);
    font-weight: 400;
  }
  .stage-head .r { text-align: right; }
  @media (max-width: 1100px){ .stage-head .r { text-align: left; } }
  .stage-head .r p { font-size: 15px; color: var(--mute-2); max-width: 32ch; margin: 0 0 0 auto; line-height: 1.5; }
  @media (max-width: 1100px){ .stage-head .r p { margin: 0; } }

  .lanes-frame {
    position: relative;
    background: var(--ink);
    color: var(--paper);
    padding: 28px 32px 32px;
    border-radius: 10px;
    box-shadow: 0 40px 80px -40px oklch(0 0 0 / 0.35);
    overflow: hidden;
  }
  .lanes-head {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--rule-dark);
    margin-bottom: 22px;
    align-items: center;
  }
  .lanes-head .badge {
    font-family: var(--f-mono); font-size: 10.5px;
    letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--mute-dark);
    display: flex; gap: 8px; align-items: center;
  }
  .lanes-head .badge b { color: var(--paper); font-weight: 500; letter-spacing: 0.06em; }
  .lanes-head .title { font-family: var(--f-display); font-size: 14px; color: var(--paper); letter-spacing: -0.01em; }
  .lanes-head .live-time { font-family: var(--f-mono); font-size: 11px; color: var(--mute-dark); }
  .lanes-head .live-time b { color: var(--accent); font-weight: 500; }

  .stages-row {
    display: grid;
    grid-template-columns: 140px repeat(5, 1fr);
    gap: 0;
    padding: 0 0 16px;
    border-bottom: 1px dashed var(--rule-dark);
  }
  .stages-row > div {
    font-family: var(--f-mono); font-size: 10.5px;
    letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--mute-dark);
    text-align: center;
    position: relative;
  }
  .stages-row > div:first-child { text-align: left; }
  .stages-row .s { display: inline-flex; align-items: center; gap: 8px; }
  .stages-row .s::before {
    content: ""; width: 5px; height: 5px; background: var(--rule-dark-2); border-radius: 50%;
  }
  .stages-row .s.active::before { background: var(--accent); box-shadow: 0 0 0 3px oklch(0.72 0.16 235 / 0.15); }
  .stages-row .s.active { color: var(--paper); }

  .lane {
    display: grid;
    grid-template-columns: 140px 1fr;
    height: 64px;
    border-bottom: 1px solid oklch(1 0 0 / 0.05);
  }
  .lane:last-child { border-bottom: none; }
  .lane-label {
    display: flex; align-items: center; gap: 12px;
    padding-right: 20px;
    font-family: var(--f-display); font-size: 13px;
    color: var(--paper);
    letter-spacing: -0.01em;
    font-weight: 500;
  }
  .lane-label .av {
    width: 24px; height: 24px;
    background: oklch(0.24 0.022 250);
    border: 1px solid var(--rule-dark);
    border-radius: 5px;
    display: grid; place-items: center;
    font-family: var(--f-mono); font-size: 9.5px;
    color: var(--paper);
  }
  .lane-track {
    position: relative;
    background:
      linear-gradient(90deg, transparent 0 calc(20% - 0.5px), oklch(1 0 0 / 0.04) calc(20% - 0.5px) calc(20% + 0.5px), transparent calc(20% + 0.5px) calc(40% - 0.5px), oklch(1 0 0 / 0.04) calc(40% - 0.5px) calc(40% + 0.5px), transparent calc(40% + 0.5px) calc(60% - 0.5px), oklch(1 0 0 / 0.04) calc(60% - 0.5px) calc(60% + 0.5px), transparent calc(60% + 0.5px) calc(80% - 0.5px), oklch(1 0 0 / 0.04) calc(80% - 0.5px) calc(80% + 0.5px), transparent calc(80% + 0.5px));
  }
  .task {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 36px;
    padding: 0 12px;
    display: inline-flex; align-items: center; gap: 10px;
    background: oklch(0.24 0.022 250);
    border: 1px solid var(--rule-dark-2);
    border-radius: 6px;
    color: var(--paper);
    font-size: 12.5px;
    font-family: var(--f-display);
    font-weight: 500;
    white-space: nowrap;
    box-shadow: 0 6px 14px oklch(0 0 0 / 0.35);
    transition: left 1.4s cubic-bezier(.7,0,.3,1), opacity .4s ease, transform .4s cubic-bezier(.2,.8,.2,1), background .3s, border-color .3s;
  }
  .task .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
  .task .id { font-family: var(--f-mono); font-size: 10.5px; color: var(--mute-dark); }
  .task.done { background: oklch(0.72 0.16 150 / 0.14); border-color: oklch(0.72 0.16 150 / 0.6); }
  .task.done .dot { background: oklch(0.72 0.16 150); }

  .lanes-foot {
    margin-top: 20px; padding-top: 18px;
    border-top: 1px solid var(--rule-dark);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
  .lanes-foot .m .k { font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mute-dark); }
  .lanes-foot .m .v { font-family: var(--f-display); font-size: 20px; font-weight: 500; letter-spacing: -0.015em; color: var(--paper); margin-top: 4px; }

  /* ---------- PRACTICE ---------- */
  .practice-wrap { max-width: 1680px; margin: 0 auto; padding: 120px 56px; border-bottom: 1px solid var(--rule); }
  @media (max-width: 1000px){ .practice-wrap { padding: 64px 24px; } }

  .practice-head {
    display: grid;
    grid-template-columns: 1fr;
    padding-bottom: 72px;
    border-bottom: 1px solid var(--rule);
    margin-bottom: 0;
  }
  .practice-head .label { margin-bottom: 32px; }
  .practice-head h2 {
    font-family: var(--f-display);
    font-weight: 500;
    font-size: clamp(48px, 7vw, 112px);
    line-height: 0.94;
    letter-spacing: -0.04em;
    margin: 0;
    max-width: 18ch;
  }
  .practice-head h2 em { font-family: var(--f-serif); font-style: italic; font-weight: 400; }

  .practice-list { display: grid; grid-template-columns: 1fr; }
  .practice-row {
    display: grid;
    grid-template-columns: 100px 1.2fr 2fr 1fr;
    gap: 40px;
    padding: 44px 0;
    border-bottom: 1px solid var(--rule);
    align-items: start;
    transition: padding-left .3s ease;
  }
  .practice-row:hover { padding-left: 16px; }
  @media (max-width: 1000px){
    .practice-row { grid-template-columns: 1fr; gap: 16px; padding: 28px 0; }
    .practice-row:hover { padding-left: 0; }
  }
  .practice-row .num {
    font-family: var(--f-mono); font-size: 12px; letter-spacing: 0.1em;
    color: var(--mute);
    padding-top: 8px;
  }
  .practice-row .name {
    font-family: var(--f-display);
    font-weight: 500;
    font-size: clamp(24px, 2.4vw, 36px);
    letter-spacing: -0.02em;
    line-height: 1.05;
    color: var(--ink);
  }
  .practice-row .name em { font-family: var(--f-serif); font-style: italic; font-weight: 400; color: var(--mute-2); }
  .practice-row .desc {
    font-size: 16px;
    color: var(--ink-2);
    line-height: 1.5;
    max-width: 46ch;
    margin: 6px 0 0;
  }
  .practice-row .meta {
    font-family: var(--f-mono); font-size: 11px;
    color: var(--mute);
    letter-spacing: 0.04em;
    text-align: right;
    padding-top: 10px;
  }
  @media (max-width: 1000px){ .practice-row .meta { text-align: left; } }
  .practice-row .meta div { padding: 4px 0; }
  .practice-row .meta b { color: var(--ink); font-weight: 500; }

  /* ---------- PROCESS (dark) ---------- */
  .process {
    background: var(--ink);
    color: var(--paper);
  }
  .process-inner { max-width: 1680px; margin: 0 auto; padding: 140px 56px; }
  @media (max-width: 1000px){ .process-inner { padding: 80px 24px; } }
  .process-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: end;
    padding-bottom: 72px;
    border-bottom: 1px solid var(--rule-dark);
    margin-bottom: 72px;
  }
  @media (max-width: 1000px){ .process-head { grid-template-columns: 1fr; gap: 32px; padding-bottom: 40px; margin-bottom: 40px; } }
  .process-head .label { color: var(--mute-dark); }
  .process-head .label .n { color: var(--paper); }
  .process-head h2 {
    font-family: var(--f-display);
    font-weight: 500;
    font-size: clamp(40px, 5.6vw, 88px);
    line-height: 0.96;
    letter-spacing: -0.035em;
    margin: 20px 0 0;
    color: var(--paper);
    max-width: 14ch;
  }
  .process-head h2 em { font-family: var(--f-serif); font-style: italic; font-weight: 400; }
  .process-head .pcol p { font-size: 17px; color: var(--mute-dark); line-height: 1.5; max-width: 40ch; margin: 0; }

  .process-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
  }
  @media (max-width: 1100px){ .process-grid { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 600px){ .process-grid { grid-template-columns: 1fr; } }
  .step {
    padding: 36px 28px 36px 0;
    border-right: 1px solid var(--rule-dark);
    position: relative;
  }
  .process-grid .step:last-child { border-right: none; }
  @media (max-width: 1100px){
    .process-grid .step { border-right: 1px solid var(--rule-dark); border-bottom: 1px solid var(--rule-dark); padding: 28px 20px 28px 0; }
    .process-grid .step:nth-child(2n) { border-right: none; }
  }
  .step .snum {
    font-family: var(--f-mono); font-size: 11px;
    letter-spacing: 0.14em; color: var(--accent);
    padding-bottom: 44px;
    display: block;
  }
  .step h3 {
    font-family: var(--f-display);
    font-weight: 500;
    font-size: 26px;
    letter-spacing: -0.02em;
    margin: 0 0 12px;
    color: var(--paper);
  }
  .step p { margin: 0; color: var(--mute-dark); font-size: 14px; line-height: 1.5; max-width: 24ch; }
  .step .dur { font-family: var(--f-mono); font-size: 10.5px; color: var(--mute-dark); margin-top: 28px; display: block; letter-spacing: 0.08em; text-transform: uppercase; }

  /* ---------- CASE ---------- */
  .case-wrap { max-width: 1680px; margin: 0 auto; padding: 120px 56px; border-bottom: 1px solid var(--rule); }
  @media (max-width: 1000px){ .case-wrap { padding: 64px 24px; } }

  .case-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    padding-bottom: 72px;
    border-bottom: 1px solid var(--rule);
    margin-bottom: 72px;
    align-items: end;
  }
  @media (max-width: 1000px){ .case-head { grid-template-columns: 1fr; gap: 24px; padding-bottom: 40px; margin-bottom: 40px; } }

  .case-head h2 {
    font-family: var(--f-display);
    font-weight: 500;
    font-size: clamp(40px, 5.6vw, 96px);
    letter-spacing: -0.035em;
    line-height: 0.96;
    margin: 24px 0 0;
    max-width: 14ch;
  }
  .case-head h2 em { font-family: var(--f-serif); font-style: italic; font-weight: 400; }
  .case-head .meta {
    font-family: var(--f-mono); font-size: 12px;
    color: var(--mute);
    letter-spacing: 0.04em;
  }
  .case-head .meta div { padding: 6px 0; border-top: 1px solid var(--rule); display: grid; grid-template-columns: 1fr auto; }
  .case-head .meta div:last-child { border-bottom: 1px solid var(--rule); }
  .case-head .meta b { color: var(--ink); font-weight: 500; white-space: nowrap; }

  .case-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
  }
  @media (max-width: 1100px){ .case-body { grid-template-columns: 1fr; gap: 40px; } }

  .case-pull {
    font-family: var(--f-serif);
    font-weight: 400;
    font-size: clamp(28px, 3.2vw, 48px);
    letter-spacing: -0.015em;
    line-height: 1.15;
    color: var(--ink);
    margin: 0;
    font-style: italic;
  }
  .case-pull .accent {
    font-family: var(--f-display);
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.03em;
  }

  /* chart */
  .chart {
    background: var(--paper-2);
    border: 1px solid var(--rule);
    padding: 32px;
  }
  .chart-head {
    display: grid; grid-template-columns: 1fr auto; align-items: end;
    padding-bottom: 20px; border-bottom: 1px solid var(--rule);
    margin-bottom: 20px;
  }
  .chart-head .t { font-family: var(--f-display); font-size: 15px; font-weight: 500; letter-spacing: -0.01em; }
  .chart-head .sub { font-family: var(--f-mono); font-size: 11px; color: var(--mute); letter-spacing: 0.05em; }
  .chart-svg { display: block; width: 100%; height: 240px; }
  .chart-legend {
    margin-top: 18px;
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding-top: 16px;
    border-top: 1px solid var(--rule);
  }
  .chart-legend .item { display: flex; flex-direction: column; gap: 4px; }
  .chart-legend .item .k { font-family: var(--f-mono); font-size: 11px; color: var(--mute); letter-spacing: 0.05em; text-transform: uppercase; display: flex; gap: 8px; align-items: center; }
  .chart-legend .item .k::before { content: ""; width: 10px; height: 2px; background: var(--mute); }
  .chart-legend .item .k.a::before { background: var(--ink); height: 2px; }
  .chart-legend .item .k.b::before { background: var(--accent); height: 2px; }
  .chart-legend .item .v { font-family: var(--f-display); font-size: 22px; font-weight: 500; letter-spacing: -0.02em; }
  .chart-legend .item .v small { font-family: var(--f-mono); font-size: 11px; color: var(--mute); font-weight: 400; letter-spacing: 0.04em; margin-left: 6px; }

  .kpi-strip {
    margin-top: 64px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border-top: 1px solid var(--rule);
  }
  @media (max-width: 900px){ .kpi-strip { grid-template-columns: 1fr 1fr; } }
  .kpi {
    padding: 32px 0 0 32px;
    border-right: 1px solid var(--rule);
    min-height: 180px;
    display: flex; flex-direction: column; justify-content: space-between;
    padding-bottom: 24px;
  }
  .kpi-strip .kpi:first-child { padding-left: 0; }
  .kpi-strip .kpi:last-child { border-right: none; }
  .kpi .k { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--mute); }
  .kpi .v { font-family: var(--f-display); font-size: clamp(44px, 4.4vw, 72px); font-weight: 500; letter-spacing: -0.04em; line-height: 1; margin-top: auto; }
  .kpi .v small { font-size: 0.35em; color: var(--mute); font-weight: 400; margin-left: 4px; letter-spacing: 0; }
  .kpi .d { font-family: var(--f-mono); font-size: 11px; color: var(--mute-2); margin-top: 10px; }

  /* ---------- MANIFESTO ---------- */
  .manifesto {
    max-width: 1680px; margin: 0 auto;
    padding: 140px 56px;
    border-bottom: 1px solid var(--rule);
  }
  @media (max-width: 1000px){ .manifesto { padding: 80px 24px; } }
  .manifesto .label { margin-bottom: 48px; }
  .manifesto h2 {
    font-family: var(--f-display);
    font-weight: 500;
    font-size: clamp(40px, 6vw, 112px);
    letter-spacing: -0.04em;
    line-height: 0.94;
    margin: 0;
    max-width: 20ch;
  }
  .manifesto h2 em { font-family: var(--f-serif); font-style: italic; font-weight: 400; }
  .manifesto .ft {
    margin-top: 72px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 56px;
    padding-top: 40px;
    border-top: 1px solid var(--rule);
  }
  @media (max-width: 1000px){ .manifesto .ft { grid-template-columns: 1fr; gap: 24px; } }
  .manifesto .ft p {
    font-size: 17px;
    line-height: 1.55;
    color: var(--ink-2);
    margin: 0;
    max-width: 36ch;
  }
  .manifesto .ft p strong { color: var(--ink); font-weight: 600; }

  /* ---------- CTA ---------- */
  .cta {
    background: var(--ink);
    color: var(--paper);
    position: relative;
    overflow: hidden;
  }
  .cta::before {
    content: "";
    position: absolute; inset: 0;
    background:
      radial-gradient(ellipse 1200px 600px at 80% 0%, oklch(0.45 0.12 235 / 0.3), transparent 60%),
      radial-gradient(ellipse 800px 400px at 10% 100%, oklch(0.45 0.15 280 / 0.25), transparent 60%);
    pointer-events: none;
  }
  .cta-inner {
    max-width: 1680px; margin: 0 auto;
    padding: 160px 56px;
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 80px;
    position: relative;
    align-items: end;
  }
  @media (max-width: 1000px){ .cta-inner { padding: 80px 24px; grid-template-columns: 1fr; gap: 40px; } }
  .cta h2 {
    font-family: var(--f-display);
    font-weight: 500;
    font-size: clamp(52px, 8.8vw, 168px);
    letter-spacing: -0.05em;
    line-height: 0.9;
    color: var(--paper);
    margin: 0;
    max-width: 12ch;
  }
  .cta h2 em { font-family: var(--f-serif); font-style: italic; font-weight: 400; color: var(--accent); }
  .cta-form {
    background: oklch(0.21 0.02 250 / 0.7);
    backdrop-filter: blur(8px);
    border: 1px solid var(--rule-dark);
    padding: 28px;
    border-radius: 8px;
  }
  .cta-form .lbl { font-family: var(--f-mono); font-size: 10.5px; color: var(--mute-dark); letter-spacing: 0.1em; text-transform: uppercase; }
  .cta-form .f { margin-top: 14px; }
  .cta-form .r { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 16px; }
  .cta-form input, .cta-form select {
    width: 100%; background: transparent;
    border: none; border-bottom: 1px solid var(--rule-dark);
    padding: 10px 0 10px;
    color: var(--paper);
    font-family: var(--f-display);
    font-size: 15px;
    outline: none;
  }
  .cta-form input::placeholder, .cta-form select { color: var(--mute-dark); }
  .cta-form input:focus, .cta-form select:focus { border-color: var(--accent); color: var(--paper); }
  .cta-form .submit { margin-top: 28px; width: 100%; justify-content: center; }

  /* ---------- footer ---------- */
  footer {
    background: var(--ink);
    color: var(--paper);
    border-top: 1px solid var(--rule-dark);
    position: relative;
    z-index: 2;
  }
  .foot {
    max-width: 1680px; margin: 0 auto;
    padding: 64px 56px 32px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 56px;
  }
  @media (max-width: 900px){ .foot { grid-template-columns: 1fr 1fr; padding: 40px 24px 20px; } }
  .foot h3 { font-family: var(--f-mono); font-size: 10.5px; color: var(--mute-dark); text-transform: uppercase; letter-spacing: 0.1em; margin: 0 0 18px; font-weight: 500; }
  .foot ul { list-style: none; padding: 0; margin: 0; font-size: 14px; }
  .foot ul li { margin-bottom: 10px; }
  .foot ul li a:hover { color: var(--accent); }
  .foot-brand { max-width: 380px; }
  .foot-brand p { color: var(--mute-dark); font-size: 14px; line-height: 1.55; margin: 16px 0 0; max-width: 32ch; }
  .foot-bottom {
    max-width: 1680px; margin: 0 auto;
    padding: 20px 56px 40px;
    display: flex; justify-content: space-between;
    font-family: var(--f-mono); font-size: 10.5px; color: var(--mute-dark);
    letter-spacing: 0.06em; text-transform: uppercase;
    border-top: 1px solid var(--rule-dark);
  }
  @media (max-width: 900px){ .foot-bottom { padding: 20px 24px 32px; flex-direction: column; gap: 8px; } }
