/* ==========================================================================
   Euca Engine — Landing
   Editorial type system adapted from the OpenClaw reference template:
   Inter for everything, JetBrains Mono for labels/code, tight tracking,
   small radii, almost no shadow, accent used sparingly.
   Color palette unchanged: cool slate + blue accent.
   Locked direction: terminal · blue (#7aa2ff) · default density.
   ========================================================================== */

:root {
  /* TERMINAL — cool slate neutrals, accent does the talking */
  --bg:            #0a0d12;
  --surface:       #0f131a;
  --surface-2:     #161b24;
  --line:          #1d242f;
  --line-strong:   #2a3340;
  --text:          #e6ebf2;
  --text-dim:      #93a1b5;
  --text-mute:     #5a657a;
  --accent:        #7aa2ff;
  --accent-ink:    #0a0d12;
  --accent-soft:   color-mix(in oklab, var(--accent) 14%, transparent);
  --accent-wash:   color-mix(in oklab, var(--accent) 7%, transparent);
  --accent-press:  color-mix(in oklab, var(--accent) 85%, white 15%);
  --signal:        #ffb454;     /* warm complement for team-B / secondary */
  --danger:        #ff6b6b;
  --grid:          rgba(160,190,255,0.028);
  --noise-opacity: 0.04;

  /* ---------- type tokens (OpenClaw scale) ---------- */
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Arial, system-ui, sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, 'SF Mono', Menlo, Consolas, monospace;

  --text-xs:    0.6875rem;  /* 11 */
  --text-sm:    0.8125rem;  /* 13 */
  --text-base:  0.9375rem;  /* 15 */
  --text-md:    1.0625rem;  /* 17 */
  --text-lg:    1.375rem;   /* 22 */
  --text-xl:    1.875rem;   /* 30 */
  --text-2xl:   2.625rem;   /* 42 */
  --text-3xl:   4rem;       /* 64 */
  --text-4xl:   6rem;       /* 96 */

  --track-display: -0.038em;
  --track-body:    -0.011em;
  --track-caps:    0.02em;

  --gutter: 5.5vw;
  --maxw:   1280px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }

html {
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: 'ss01', 'cv11';
}

body {
  background: var(--bg);
  color: var(--text);
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: var(--track-body);
  overflow-x: hidden;
  position: relative;
}

/* background atmosphere — quieter than before ------------------------------ */
body::before {
  content: "";
  position: fixed; inset: 0;
  background-image:
    linear-gradient(to right, var(--grid) 1px, transparent 1px),
    linear-gradient(to bottom, var(--grid) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
  z-index: 0;
}
body::after {
  content: "";
  position: fixed; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.6 0'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='1'/></svg>");
  opacity: var(--noise-opacity);
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 1;
}

#page { position: relative; z-index: 2; }

/* type utility classes ----------------------------------------------------- */
.mono { font-family: var(--font-mono); font-feature-settings: 'ss01','ss02','zero'; }
.sans { font-family: var(--font-sans); }

a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 1px dashed var(--accent); outline-offset: 3px; }

::selection { background: var(--accent-soft); color: var(--text); }

/* shared layout ------------------------------------------------------------ */
.wrap {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

/* ============================================================
   Topbar — flat, mono small caps, hard 1px rule beneath
   ============================================================ */
.topbar {
  position: sticky; top: 0; z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 14px var(--gutter);
  border-bottom: 1px solid var(--line);
  background: color-mix(in oklab, var(--bg) 88%, transparent);
  backdrop-filter: blur(10px);
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: var(--track-caps);
  text-transform: uppercase;
  color: var(--text-dim);
}
.topbar .left   { display: flex; gap: 18px; align-items: center; }
.topbar .center { display: flex; gap: 22px; justify-content: center; }
.topbar .center a { color: var(--text-dim); transition: color 120ms; }
.topbar .center a:hover { color: var(--text); }
.topbar .right  { display: flex; gap: 14px; justify-content: flex-end; align-items: center; }
.topbar .ver    { color: var(--text-mute); }
.topbar .dot    { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); animation: pulse 2.4s ease-in-out infinite; }
@keyframes pulse { 50% { opacity: 0.5; } }

.wordmark {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: var(--text-sm);
  letter-spacing: -0.01em;
  text-transform: none;
  color: var(--text);
}
.wordmark .glyph {
  width: 16px; height: 16px;
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 2px;
}
.wordmark .glyph i { display: block; background: var(--text); border-radius: 1px; }
.wordmark .glyph i:nth-child(1) { background: var(--accent); }
.wordmark .glyph i:nth-child(4) { background: transparent; border: 1px solid var(--text); }

/* ============================================================
   Hero — editorial, generous, type-led
   ============================================================ */
.hero {
  position: relative;
  padding: 96px 0 112px;
  border-bottom: 1px solid var(--line);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 64px;
  align-items: start;
}
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
}

.hero h1 {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: clamp(48px, 7.5vw, 104px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  margin: 0 0 28px;
  color: var(--text);
}
.hero h1 .ital { color: var(--accent); font-style: normal; font-weight: 500; }

.hero .lede {
  max-width: 52ch;
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: var(--text-md);
  line-height: 1.5;
  letter-spacing: -0.015em;
  color: var(--text-dim);
  margin: 0 0 32px;
}
.hero .lede strong { color: var(--text); font-weight: 500; }

.cta-row {
  display: flex; gap: 10px; flex-wrap: wrap;
  margin-top: 12px;
}

.btn {
  --bd: var(--line-strong);
  --fg: var(--text);
  --bg-: transparent;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 16px;
  border: 1px solid var(--bd);
  border-radius: 6px;
  background: var(--bg-);
  color: var(--fg);
  font-family: var(--font-sans);
  font-size: var(--text-sm);
  font-weight: 500;
  letter-spacing: -0.011em;
  text-transform: none;
  cursor: pointer;
  transition: background 150ms, color 150ms, border-color 150ms;
}
.btn:hover { border-color: var(--text-dim); }
.btn.primary { --bd: var(--accent); --bg-: var(--accent); --fg: var(--accent-ink); }
.btn.primary:hover { background: var(--accent-press); border-color: var(--accent-press); }
.btn.ghost { color: var(--text-dim); }
.btn.ghost:hover { color: var(--text); border-color: var(--text-dim); background: var(--surface); }
.btn .arrow { font-size: 14px; line-height: 1; }

.signature {
  font-family: var(--font-sans);
  font-weight: 400;
  font-style: normal;
  font-size: var(--text-md);
  line-height: 1.45;
  letter-spacing: -0.015em;
  color: var(--text-dim);
  border-left: 1px solid var(--accent);
  padding: 2px 0 2px 18px;
  margin: 40px 0 0;
  max-width: 42ch;
}
.signature small {
  display: block;
  font-family: var(--font-mono);
  font-style: normal;
  font-size: var(--text-xs);
  letter-spacing: var(--track-caps);
  text-transform: uppercase;
  color: var(--text-mute);
  margin-top: 12px;
}

/* ============================================================
   Terminal pane — quieter chrome, mono body
   ============================================================ */
.terminal {
  background: var(--surface);
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.terminal .head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  border-bottom: 1px solid var(--line);
  background: var(--surface-2);
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  color: var(--text-mute);
  letter-spacing: var(--track-caps);
  text-transform: uppercase;
}
.terminal .head .danger { color: var(--danger); }
.terminal .head .signal { color: var(--signal); }
.terminal .head .ok     { color: var(--accent); }
.terminal .head .who    { margin-left: 10px; }
.terminal .head .pill {
  margin-left: auto;
  padding: 2px 8px;
  border: 1px solid var(--line-strong);
  border-radius: 9999px;
  color: var(--text-dim);
  font-size: 10px;
  letter-spacing: var(--track-caps);
  text-transform: uppercase;
}
.terminal .body {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  min-height: 460px;
}
@media (max-width: 720px) {
  .terminal .body { grid-template-columns: 1fr; min-height: 0; }
}

.term-stream {
  padding: 18px 18px 22px;
  font-family: var(--font-mono);
  font-size: 12.5px;
  line-height: 1.7;
  color: var(--text-dim);
  border-right: 1px solid var(--line);
  white-space: pre-wrap;
  word-break: break-word;
  overflow-y: auto;
  max-height: 460px;
}
.term-stream .prompt  { color: var(--accent); }
.term-stream .dimpath { color: var(--text-mute); }
.term-stream .cmd     { color: var(--text); }
.term-stream .ok      { color: var(--accent); }
.term-stream .dim     { color: var(--text-mute); }
.term-stream .gap     { display: block; height: 0.4em; }
.term-stream .caret {
  display: inline-block;
  width: 0.55em; height: 1.05em;
  background: var(--accent);
  margin-left: 2px;
  vertical-align: -2px;
  animation: blink 1.1s steps(1) infinite;
}
@keyframes blink { 50% { opacity: 0; } }

.world-pane {
  padding: 18px;
  position: relative;
  display: flex; flex-direction: column;
  font-family: var(--font-mono);
  font-size: 11.5px;
  background: var(--surface);
}
.world-pane h4 {
  margin: 0 0 12px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: var(--track-caps);
  text-transform: uppercase;
  color: var(--text-mute);
  font-weight: 500;
}
.world-pane h4 .tickval { color: var(--text); }

.world-table { width: 100%; border-collapse: collapse; }
.world-table th, .world-table td {
  text-align: left;
  padding: 6px 8px;
  border-bottom: 1px solid var(--line);
  font-weight: 400;
}
.world-table th {
  color: var(--text-mute);
  font-size: 10px;
  letter-spacing: var(--track-caps);
  text-transform: uppercase;
}
.world-table td.id     { color: var(--text); }
.world-table td.team-a { color: var(--accent); }
.world-table td.team-b { color: var(--signal); }
.world-table tr.dim td { color: var(--text-mute); }
.world-table tr.flash td { animation: flashRow 0.6s ease-out; }
@keyframes flashRow { from { background: var(--accent-soft); } to { background: transparent; } }
.world-table .hp { display: inline-flex; align-items: center; gap: 6px; }
.world-table .bar { display: inline-block; height: 3px; background: var(--line-strong); width: 40px; position: relative; border-radius: 9999px; overflow: hidden; }
.world-table .bar::after { content: ""; position: absolute; inset: 0 0 0 0; background: var(--accent); width: var(--w, 100%); }
.world-table .hp .num { color: var(--text-dim); }
.world-table .hp .num.dead { color: var(--danger); }

.world-foot {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px dashed var(--line);
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
  color: var(--text-mute);
}
.world-foot b { color: var(--text-dim); font-weight: 500; }

/* ============================================================
   Section scaffold — eyebrow + sans display, no italic serif
   ============================================================ */
.section {
  padding: 96px 0;
  border-bottom: 1px solid var(--line);
  position: relative;
}
.section-head {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 48px;
  align-items: end;
  margin-bottom: 56px;
}
@media (max-width: 780px) { .section-head { grid-template-columns: 1fr; gap: 14px; } }

.eyebrow {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: var(--track-caps);
  text-transform: uppercase;
  color: var(--text-mute);
}
.eyebrow .num { color: var(--accent); }

.section h2 {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: clamp(32px, 4.2vw, 52px);
  line-height: 1.04;
  letter-spacing: -0.038em;
  margin: 0;
  max-width: 24ch;
  color: var(--text);
}
.section h2 em { color: var(--accent); font-style: normal; }

.section p.lede {
  max-width: 64ch;
  font-family: var(--font-sans);
  font-size: var(--text-md);
  line-height: 1.5;
  letter-spacing: -0.015em;
  color: var(--text-dim);
  margin: 0;
}
.section p.lede strong { color: var(--text); font-weight: 500; }

/* ============================================================
   Loop section
   ============================================================ */
.loop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
@media (max-width: 880px) { .loop-grid { grid-template-columns: 1fr; } }

.loop-cell {
  padding: 36px 32px 40px;
  border-right: 1px solid var(--line);
  position: relative;
  background: transparent;
  transition: background 200ms;
}
.loop-cell:hover { background: color-mix(in oklab, var(--surface) 60%, transparent); }
.loop-cell:last-child { border-right: none; }
@media (max-width: 880px) {
  .loop-cell { border-right: none; border-bottom: 1px solid var(--line); }
  .loop-cell:last-child { border-bottom: none; }
}

.loop-cell .idx {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  color: var(--text-mute);
  letter-spacing: var(--track-caps);
  text-transform: uppercase;
  margin-bottom: 28px;
  display: flex; justify-content: space-between; align-items: center;
}
.loop-cell .idx span:first-child { color: var(--accent); }
.loop-cell h3 {
  font-family: var(--font-sans);
  font-weight: 500;
  font-style: normal;
  font-size: var(--text-lg);
  margin: 0 0 12px;
  letter-spacing: -0.022em;
  color: var(--text);
}
.loop-cell p {
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--text-sm);
  line-height: 1.55;
  color: var(--text-dim);
}
.loop-cell .verb {
  margin-top: 24px;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--text-mute);
  letter-spacing: 0.02em;
  display: flex; flex-wrap: wrap; gap: 6px;
}
.loop-cell .verb code {
  color: var(--text-dim);
  background: var(--surface-2);
  border: 1px solid var(--line);
  padding: 2px 7px;
  border-radius: 3px;
  font-size: 11px;
}

/* ============================================================
   World-as-table section
   ============================================================ */
.split {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 64px;
  align-items: start;
}
@media (max-width: 980px) { .split { grid-template-columns: 1fr; } }

.bullets {
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}
.bullets li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  align-items: baseline;
}
.bullets li .n {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: var(--track-caps);
  text-transform: uppercase;
  color: var(--accent);
}
.bullets li b {
  font-family: var(--font-sans);
  font-weight: 500;
  color: var(--text);
  font-size: var(--text-base);
  letter-spacing: -0.015em;
}
.bullets li p {
  margin: 4px 0 0;
  color: var(--text-dim);
  font-size: var(--text-sm);
  line-height: 1.5;
}

.code-card {
  background: var(--surface);
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.code-card .head {
  padding: 10px 14px;
  border-bottom: 1px solid var(--line);
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  color: var(--text-mute);
  letter-spacing: var(--track-caps);
  text-transform: uppercase;
  display: flex; justify-content: space-between;
  background: var(--surface-2);
}
.code-card .body {
  padding: 18px;
  font-family: var(--font-mono);
  font-size: 12.5px;
  line-height: 1.7;
  color: var(--text-dim);
  white-space: pre-wrap;
  margin: 0;
}
.code-card .body .k  { color: var(--accent); }
.code-card .body .s  { color: var(--signal); }
.code-card .body .c  { color: var(--text-mute); }
.code-card .body .v  { color: var(--text); }

/* ============================================================
   Fork section
   ============================================================ */
.fork-frame {
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  background: var(--surface);
  padding: 32px;
  position: relative;
}
.fork-frame .corner {
  position: absolute;
  width: 10px; height: 10px;
  border: 1px solid var(--accent);
}
.fork-frame .corner.tl { top: -1px; left: -1px; border-right: none; border-bottom: none; }
.fork-frame .corner.tr { top: -1px; right: -1px; border-left: none; border-bottom: none; }
.fork-frame .corner.bl { bottom: -1px; left: -1px; border-right: none; border-top: none; }
.fork-frame .corner.br { bottom: -1px; right: -1px; border-left: none; border-top: none; }

.fork-svg { width: 100%; height: auto; display: block; }
.fork-svg .axis { stroke: var(--line); stroke-width: 1; }
.fork-svg .main { stroke: var(--text-dim); stroke-width: 1.5; fill: none; }
.fork-svg .fork-a { stroke: var(--accent); stroke-width: 1.5; fill: none; stroke-dasharray: 4 3; }
.fork-svg .fork-b { stroke: var(--signal); stroke-width: 1.5; fill: none; stroke-dasharray: 4 3; }
.fork-svg .node { fill: var(--surface); stroke: var(--text-dim); stroke-width: 1.5; }
.fork-svg .node-accent { fill: var(--accent); stroke: var(--accent); }
.fork-svg .node-signal { fill: var(--signal); stroke: var(--signal); }
.fork-svg .lbl { fill: var(--text-dim); font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.02em; text-transform: uppercase; }
.fork-svg .lbl-a { fill: var(--accent); }
.fork-svg .lbl-b { fill: var(--signal); }
.fork-svg .tick-lbl { fill: var(--text-mute); font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.04em; }

.fork-meta {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-top: 32px;
  border-top: 1px dashed var(--line);
  padding-top: 24px;
}
.fork-meta div {
  font-family: var(--font-sans);
  font-size: var(--text-sm);
  color: var(--text-dim);
}
.fork-meta div b {
  display: block;
  font-family: var(--font-mono);
  color: var(--text);
  font-weight: 500;
  font-size: var(--text-xs);
  letter-spacing: var(--track-caps);
  text-transform: uppercase;
  margin-bottom: 6px;
}
.fork-meta div.a b { color: var(--accent); }
.fork-meta div.b b { color: var(--signal); }

/* ============================================================
   Capability matrix
   ============================================================ */
.matrix {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
}
@media (max-width: 980px) { .matrix { grid-template-columns: repeat(6, 1fr); } }
@media (max-width: 640px) { .matrix { grid-template-columns: repeat(3, 1fr); } }

.cap {
  grid-column: span 3;
  padding: 24px 24px 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: transparent;
  position: relative;
  transition: background 200ms;
}
.cap:hover { background: var(--surface); }

.cap .tag {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: var(--track-caps);
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
  display: flex; justify-content: space-between;
}
.cap .tag span:last-child { color: var(--text-mute); }
.cap h4 {
  margin: 0 0 8px;
  font-family: var(--font-sans);
  font-size: var(--text-base);
  font-weight: 500;
  color: var(--text);
  letter-spacing: -0.018em;
}
.cap p {
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--text-sm);
  color: var(--text-dim);
  line-height: 1.5;
}

/* ============================================================
   Stats / under-the-hood
   ============================================================ */
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
@media (max-width: 880px) { .stats { grid-template-columns: repeat(2, 1fr); } }
.stat {
  padding: 40px 28px;
  border-right: 1px solid var(--line);
  position: relative;
}
.stat:last-child { border-right: none; }
@media (max-width: 880px) {
  .stat:nth-child(2) { border-right: none; }
  .stat:nth-child(1), .stat:nth-child(2) { border-bottom: 1px solid var(--line); }
}
.stat .label {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: var(--track-caps);
  text-transform: uppercase;
  color: var(--text-mute);
}
.stat .value {
  font-family: var(--font-sans);
  font-weight: 500;
  font-style: normal;
  font-size: clamp(44px, 5.5vw, 72px);
  line-height: 1;
  letter-spacing: -0.045em;
  margin: 16px 0 8px;
  color: var(--text);
}
.stat .value em { color: var(--accent); font-style: normal; }
.stat .sub {
  font-family: var(--font-sans);
  font-size: var(--text-sm);
  color: var(--text-dim);
}

.under-hood-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  margin-top: 56px;
}
@media (max-width: 880px) { .under-hood-grid { grid-template-columns: 1fr; gap: 32px; } }

.spec-list {
  list-style: none; padding: 0; margin: 0;
  border-top: 1px solid var(--line);
}
.spec-list li {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  font-size: var(--text-sm);
}
.spec-list li .key {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: var(--track-caps);
  text-transform: uppercase;
  color: var(--text-mute);
  padding-top: 2px;
}
.spec-list li .val {
  font-family: var(--font-sans);
  color: var(--text-dim);
  letter-spacing: -0.011em;
}
.spec-list li .val b { color: var(--text); font-weight: 500; }
.spec-list li .val code {
  font-family: var(--font-mono);
  color: var(--accent);
  background: var(--surface-2);
  border: 1px solid var(--line);
  padding: 1px 6px;
  border-radius: 3px;
  font-size: 12px;
}

/* ============================================================
   Closing CTA
   ============================================================ */
.cta-section {
  padding: 128px 0 144px;
  border-bottom: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 120%, var(--accent-wash) 0%, transparent 60%);
  pointer-events: none;
}
.cta-section .inner {
  position: relative;
  text-align: center;
  max-width: 880px;
  margin: 0 auto;
}
.cta-section .eyebrow { margin-bottom: 18px; }
.cta-section h2 {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: clamp(44px, 6vw, 80px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  margin: 0 0 24px;
  color: var(--text);
}
.cta-section h2 em { color: var(--accent); font-style: normal; }
.cta-section p {
  font-family: var(--font-sans);
  font-size: var(--text-md);
  line-height: 1.5;
  letter-spacing: -0.015em;
  color: var(--text-dim);
  max-width: 56ch;
  margin: 0 auto 36px;
}
.cta-section .row { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }

/* ============================================================
   Footer
   ============================================================ */
footer {
  padding: 32px var(--gutter) 64px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  align-items: center;
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  color: var(--text-mute);
  letter-spacing: var(--track-caps);
  text-transform: uppercase;
}
footer .left  { display: flex; gap: 12px; align-items: center; }
footer .center { text-align: center; }
footer .center .seed { color: var(--text); }
footer .right { display: flex; gap: 14px; justify-content: flex-end; }
footer .right a:hover { color: var(--text-dim); }
footer .dim { color: var(--text-dim); }

/* small util ---------------------------------------------------------------- */
.kbd {
  font-family: var(--font-mono);
  font-size: 11px;
  border: 1px solid var(--line-strong);
  padding: 2px 6px;
  border-radius: 3px;
  color: var(--text-dim);
}
.bracket { display: inline-block; color: var(--accent); margin-right: 8px; }
