:root {
  color-scheme: dark;
  --bg: #080a08;
  --bg-soft: #0d100d;
  --panel: #111510;
  --panel-2: #171c15;
  --ink: #f3f5ec;
  --muted: #989f92;
  --faint: #62685f;
  --line: rgba(238, 246, 225, 0.13);
  --line-strong: rgba(238, 246, 225, 0.24);
  --acid: #d9ff3f;
  --acid-dark: #91b400;
  --red: #ff735e;
  --mono: "DM Mono", monospace;
  --sans: "Manrope", sans-serif;
  --shell: min(1440px, calc(100vw - 64px));
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.noise {
  position: fixed;
  inset: 0;
  z-index: 20;
  opacity: 0.045;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}

.shell { width: var(--shell); margin-inline: auto; }
.mono { font-family: var(--mono); }
.green { color: var(--acid); }

.site-header {
  position: fixed;
  z-index: 15;
  top: 18px;
  left: 50%;
  width: var(--shell);
  height: 64px;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 12px 0 10px;
  border: 1px solid var(--line);
  background: rgba(8, 10, 8, 0.78);
  backdrop-filter: blur(18px);
  transition: background 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled { background: rgba(8, 10, 8, 0.94); border-color: var(--line-strong); }

.brand { display: inline-flex; align-items: center; gap: 12px; width: fit-content; font-family: var(--mono); font-size: 13px; font-weight: 500; letter-spacing: 0.18em; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; background: var(--acid); }
.brand-mark img { width: 31px; height: 31px; object-fit: contain; }

.desktop-nav { display: flex; align-items: center; gap: 34px; color: var(--muted); font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.09em; }
.desktop-nav a { transition: color 160ms ease; }
.desktop-nav a:hover { color: var(--acid); }

.header-cta { justify-self: end; padding: 12px 15px; border: 1px solid var(--line-strong); font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.07em; transition: color 160ms ease, border-color 160ms ease; }
.header-cta:hover { color: var(--acid); border-color: var(--acid); }

.hero {
  min-height: 900px;
  padding: 180px 0 110px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(560px, 1.05fr);
  gap: 70px;
  align-items: center;
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  width: 800px;
  height: 800px;
  right: -330px;
  top: -260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(217, 255, 63, 0.09), transparent 64%);
  pointer-events: none;
}

.eyebrow { margin: 0 0 26px; font: 500 11px/1.4 var(--mono); letter-spacing: 0.12em; text-transform: uppercase; color: var(--acid); }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 9px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 14px rgba(217, 255, 63, 0.8); }

h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-weight: 500; letter-spacing: -0.065em; line-height: 0.94; }
h1 { margin-bottom: 30px; font-size: clamp(64px, 6.45vw, 112px); }
h2 { margin-bottom: 0; font-size: clamp(48px, 5vw, 82px); }
h1 em, h2 em { font-style: normal; color: var(--acid); }

.hero-dek { max-width: 650px; margin-bottom: 34px; color: #c0c5bb; font-size: clamp(18px, 1.35vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.button { min-height: 52px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; font: 500 12px/1 var(--mono); letter-spacing: 0.06em; text-transform: uppercase; border: 1px solid var(--line-strong); transition: transform 180ms ease, background 180ms ease, border-color 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #090b07; border-color: var(--acid); background: var(--acid); }
.button-primary:hover { background: #e4ff73; }
.button-ghost:hover { border-color: var(--acid); color: var(--acid); }

.hero-proof { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 42px; font: 400 10px/1 var(--mono); color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; }
.hero-proof span::before { content: "✓"; margin-right: 7px; color: var(--acid); }

.hero-system { position: relative; border: 1px solid var(--line-strong); background: linear-gradient(145deg, rgba(23, 28, 21, 0.96), rgba(10, 13, 10, 0.96)); box-shadow: 0 30px 100px rgba(0, 0, 0, 0.4); }
.system-toolbar, .system-tape { display: flex; align-items: center; justify-content: space-between; font: 400 10px/1 var(--mono); letter-spacing: 0.09em; }
.system-toolbar { height: 50px; padding: 0 18px; border-bottom: 1px solid var(--line); color: var(--muted); }
.system-tape { min-height: 47px; padding: 0 16px; border-top: 1px solid var(--line); color: var(--faint); gap: 12px; }

.agent-orbit { position: relative; height: 530px; overflow: hidden; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 40px 40px; }
.agent-orbit::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at center, transparent 0, rgba(8, 10, 8, 0.36) 70%); }
.orbit-ring { position: absolute; z-index: 1; left: 50%; top: 50%; transform: translate(-50%, -50%); border: 1px solid rgba(217, 255, 63, 0.2); border-radius: 50%; }
.orbit-ring-a { width: 370px; height: 370px; animation: spin 28s linear infinite; }
.orbit-ring-b { width: 245px; height: 245px; border-style: dashed; animation: spinReverse 22s linear infinite; }
.orbit-ring::before, .orbit-ring::after { content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 14px rgba(217, 255, 63, 0.8); }
.orbit-ring::before { top: -4px; left: 50%; }
.orbit-ring::after { bottom: 12%; right: 10%; }

.thesis-core { position: absolute; z-index: 4; left: 50%; top: 50%; width: 250px; padding: 22px; transform: translate(-50%, -50%); border: 1px solid rgba(217, 255, 63, 0.45); background: rgba(14, 18, 13, 0.92); box-shadow: 0 0 70px rgba(217, 255, 63, 0.09); }
.core-label { display: block; margin-bottom: 12px; color: var(--acid); font: 500 9px/1 var(--mono); letter-spacing: 0.12em; }
.thesis-core strong { font: 500 22px/1.1 var(--mono); }
.thesis-core p { margin: 15px 0 20px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.core-meta { display: flex; justify-content: space-between; padding-top: 13px; border-top: 1px solid var(--line); color: var(--faint); font: 400 9px/1 var(--mono); }

.agent-node { position: absolute; z-index: 4; min-width: 170px; padding: 11px; display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 9px; border: 1px solid var(--line-strong); background: rgba(14, 18, 13, 0.94); animation: float 5s ease-in-out infinite; }
.agent-node img { width: 38px; height: 38px; object-fit: cover; border-radius: 50%; }
.agent-node strong, .agent-node small { display: block; }
.agent-node strong { font-size: 12px; }
.agent-node small { margin-top: 2px; color: var(--faint); font: 400 8px/1 var(--mono); text-transform: uppercase; }
.confidence, .signal { color: var(--acid); font: 500 11px/1 var(--mono); }
.signal-red { color: var(--red); }
.node-primary { left: 7%; top: 13%; }
.node-risk { right: 6%; top: 20%; animation-delay: -1.5s; }
.node-flow { left: 12%; bottom: 13%; animation-delay: -3s; }

.connection { position: absolute; z-index: 2; display: block; height: 1px; transform-origin: left center; background: linear-gradient(90deg, rgba(217, 255, 63, 0.65), transparent); }
.connection-a { width: 190px; left: 30%; top: 31%; transform: rotate(26deg); }
.connection-b { width: 160px; left: 61%; top: 49%; transform: rotate(-48deg); }
.connection-c { width: 180px; left: 29%; top: 73%; transform: rotate(-27deg); }

.signal-strip { width: 100%; overflow: hidden; border-block: 1px solid var(--line); background: var(--acid); color: #0a0c08; }
.ticker-track { width: max-content; padding: 16px 0; display: flex; align-items: center; gap: 24px; animation: ticker 30s linear infinite; font: 500 11px/1 var(--mono); letter-spacing: 0.1em; }
.ticker-track i { font-style: normal; font-size: 8px; }

.compute-sponsor { border-bottom: 1px solid rgba(118, 185, 0, 0.45); background: #090b08; }
.compute-sponsor-inner { min-height: 116px; display: grid; grid-template-columns: auto auto 1fr auto; align-items: center; gap: 22px; }
.compute-sponsor-label, .compute-sponsor-stack { color: #78836f; font: 500 9px/1 var(--mono); letter-spacing: 0.14em; }
.compute-sponsor img { width: 62px; height: 62px; padding: 10px; object-fit: contain; background: #76b900; }
.compute-sponsor strong { color: #f1f4ed; font: 500 clamp(15px, 1.55vw, 24px)/1.1 var(--mono); letter-spacing: -0.03em; }
.compute-sponsor-stack { justify-self: end; padding: 11px 13px; border: 1px solid rgba(118, 185, 0, 0.42); color: #a5c765; }

.product-window, .protocol, .economy, .compute { padding-block: 150px; }
.section-heading { margin-bottom: 68px; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr); gap: 80px; align-items: end; }
.section-heading > p { max-width: 510px; margin: 0 0 8px; color: var(--muted); font-size: 17px; line-height: 1.7; }

.browser-frame { border: 1px solid var(--line-strong); background: #e9ece7; box-shadow: 0 40px 120px rgba(0, 0, 0, 0.45); }
.browser-bar { height: 52px; padding: 0 18px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; background: #121512; color: #858c80; font: 400 10px/1 var(--mono); }
.browser-dots { display: flex; gap: 6px; }
.browser-dots i { width: 7px; height: 7px; border-radius: 50%; background: #3a4037; }
.browser-live { justify-self: end; }
.browser-live i { display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: var(--acid); }
.screen-wrap { position: relative; overflow: hidden; }
.screen-wrap > img { width: 100%; }
.screen-callout { position: absolute; padding: 11px 14px; display: flex; align-items: center; gap: 10px; color: #151813; background: rgba(243, 245, 236, 0.94); border: 1px solid rgba(9, 11, 8, 0.16); box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18); font: 500 11px/1 var(--mono); }
.screen-callout span { width: 22px; height: 22px; display: grid; place-items: center; background: var(--acid); font-size: 9px; }
.callout-a { left: 28%; top: 48%; }
.callout-b { right: 1.8%; top: 35%; }

.protocol { border-top: 1px solid var(--line); }
.protocol-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.protocol-card { position: relative; min-height: 430px; padding: 34px; overflow: hidden; border: 1px solid var(--line); background: var(--panel); }
.protocol-card::after { content: ""; position: absolute; width: 250px; height: 250px; right: -170px; bottom: -170px; border: 1px solid rgba(217, 255, 63, 0.18); border-radius: 50%; }
.protocol-card-large { grid-row: span 2; min-height: 874px; background: linear-gradient(160deg, var(--panel-2), #0b0e0b); }
.card-index { position: absolute; right: 28px; top: 25px; color: var(--faint); font: 300 44px/1 var(--mono); }
.card-kicker { margin-bottom: 62px; color: var(--acid); font: 500 10px/1 var(--mono); letter-spacing: 0.12em; }
.protocol-card h3 { max-width: 560px; margin-bottom: 18px; font-size: 32px; font-weight: 500; letter-spacing: -0.04em; line-height: 1.12; }
.protocol-card > p:not(.card-kicker) { max-width: 570px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.schema { margin-top: 80px; border: 1px solid var(--line); background: #0a0d0a; }
.schema div { min-height: 64px; padding: 0 18px; display: grid; grid-template-columns: 1fr auto; align-items: center; border-bottom: 1px solid var(--line); font-family: var(--mono); }
.schema div:last-child { border-bottom: 0; }
.schema span { color: var(--faint); font-size: 10px; }
.schema strong { font-size: 12px; font-weight: 500; }

.mini-graph { position: relative; height: 110px; margin-top: 35px; font: 500 8px/1 var(--mono); }
.graph-origin, .graph-node { position: absolute; padding: 8px 10px; border: 1px solid var(--line-strong); background: #0b0e0b; }
.graph-origin { left: 0; top: 42px; color: var(--acid); border-color: rgba(217, 255, 63, 0.4); }
.graph-line { position: absolute; left: 70px; right: 70px; top: 57px; height: 1px; background: var(--line-strong); }
.graph-node { right: 0; }
.graph-node::before { content: ""; position: absolute; right: 100%; top: 50%; width: 40px; height: 1px; background: var(--line-strong); }
.graph-support { top: 2px; color: var(--acid); }
.graph-challenge { top: 42px; color: var(--red); }
.graph-refine { top: 82px; }
.memory-stack { margin-top: 36px; display: grid; gap: 7px; font-family: var(--mono); font-size: 10px; }
.memory-stack span { padding: 12px 14px; border-left: 2px solid var(--line-strong); background: #0b0e0b; color: var(--muted); }
.memory-stack b { display: inline-block; min-width: 90px; color: var(--faint); font-weight: 400; }
.memory-stack em { color: var(--acid); font-style: normal; }

.network { padding: 150px 0; background: #e9ece4; color: #10130e; }
.network-inner { display: grid; grid-template-columns: 0.78fr 1.22fr; gap: 80px; align-items: center; }
.network .eyebrow { color: #657800; }
.network-dek { margin: 30px 0 45px; color: #555d51; font-size: 17px; line-height: 1.7; }
.feature-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid rgba(13, 17, 12, 0.17); }
.feature-list li { padding: 22px 0; display: grid; grid-template-columns: 38px 1fr; gap: 12px; border-bottom: 1px solid rgba(13, 17, 12, 0.17); }
.feature-list li > span { font: 400 10px/1 var(--mono); color: #6b7c11; }
.feature-list strong { display: block; margin-bottom: 5px; font-size: 15px; }
.feature-list p { margin: 0; color: #62685d; font-size: 13px; line-height: 1.5; }
.network-visual { position: relative; min-height: 720px; }
.stacked-screen { position: absolute; overflow: hidden; border: 1px solid rgba(10, 12, 9, 0.2); box-shadow: 0 35px 80px rgba(35, 45, 31, 0.2); }
.stacked-screen img { width: 100%; height: 100%; object-fit: cover; object-position: left top; }
.screen-back { width: 78%; height: 480px; top: 0; right: 0; transform: rotate(2deg); opacity: 0.72; }
.screen-front { width: 88%; height: 560px; left: 0; bottom: 0; transform: rotate(-1deg); }
.floating-proof { position: absolute; right: 20px; bottom: 20px; padding: 13px 16px; display: flex; align-items: center; gap: 11px; background: #0c100b; color: var(--ink); box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25); }
.proof-icon { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: #0b0d09; background: var(--acid); }
.floating-proof small, .floating-proof strong { display: block; font-family: var(--mono); }
.floating-proof small { color: var(--faint); font-size: 8px; }
.floating-proof strong { margin-top: 4px; font-size: 10px; }

.attestation { padding: 135px 0; display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 90px; align-items: center; border-bottom: 1px solid var(--line); }
.attestation-copy > p:not(.eyebrow) { max-width: 560px; margin-top: 30px; color: var(--muted); line-height: 1.7; }
.attestation-terminal { border: 1px solid rgba(217, 255, 63, 0.28); background: #0c100b; box-shadow: 0 0 90px rgba(217, 255, 63, 0.04); font-family: var(--mono); }
.terminal-head, .terminal-foot { min-height: 48px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; color: var(--acid); font-size: 9px; letter-spacing: 0.1em; }
.terminal-head { border-bottom: 1px solid var(--line); }
.terminal-row { min-height: 58px; padding: 0 18px; display: grid; grid-template-columns: 1fr auto; align-items: center; border-bottom: 1px solid var(--line); font-size: 11px; }
.terminal-row span { color: var(--faint); }
.terminal-row strong { font-weight: 400; }
.terminal-foot { justify-content: flex-start; border-top: 1px solid rgba(217, 255, 63, 0.18); }

.economy-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: stretch; gap: 14px; }
.economy-flow article { min-height: 230px; padding: 24px; border: 1px solid var(--line); background: var(--panel); }
.economy-flow article > span { display: block; margin-bottom: 55px; color: var(--acid); font: 400 10px/1 var(--mono); }
.economy-flow h3 { margin-bottom: 13px; font: 500 16px/1 var(--mono); letter-spacing: 0.04em; }
.economy-flow p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.economy-flow > i { align-self: center; color: var(--acid); font: 300 18px/1 var(--mono); font-style: normal; }
.innovation-loop { margin-top: 70px; padding: 38px; display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 56px; border: 1px solid var(--line-strong); background: linear-gradient(145deg, #171c15, #0b0e0b); }
.innovation-loop-copy .card-kicker { margin-bottom: 28px; }
.innovation-loop-copy h3 { max-width: 510px; margin-bottom: 18px; font-size: 36px; font-weight: 500; letter-spacing: -0.045em; line-height: 1.08; }
.innovation-loop-copy > p:not(.card-kicker) { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.flywheel { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); align-items: stretch; }
.flywheel li { position: relative; min-height: 230px; padding: 20px 16px; display: flex; flex-direction: column; border-block: 1px solid var(--line); border-left: 1px solid var(--line); background: rgba(8, 10, 8, 0.45); }
.flywheel li:last-child { border-right: 1px solid var(--line); }
.flywheel li:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; right: -10px; top: 50%; width: 20px; height: 20px; display: grid; place-items: center; transform: translateY(-50%); color: #090b07; background: var(--acid); border-radius: 50%; font: 500 10px/1 var(--mono); }
.flywheel span { margin-bottom: auto; color: var(--faint); font: 400 9px/1 var(--mono); }
.flywheel strong { margin-bottom: 10px; color: var(--acid); font: 500 11px/1 var(--mono); letter-spacing: 0.05em; }
.flywheel small { color: var(--muted); font-size: 11px; line-height: 1.5; }
.pnl-showcase { margin-top: 14px; display: grid; grid-template-columns: 1.18fr 0.82fr; min-height: 650px; border: 1px solid var(--line-strong); background: #eef0ed; color: #121510; }
.pnl-example-image { min-width: 0; overflow: hidden; border-right: 1px solid rgba(10, 13, 9, 0.18); }
.pnl-example-image img { width: 100%; height: 100%; min-height: 650px; object-fit: cover; object-position: center; transform: scale(1.22); }
.pnl-explainer { padding: 52px 44px; background: #f2f4f0; }
.pnl-explainer .card-kicker { margin-bottom: 70px; color: #637500; }
.pnl-explainer h3 { margin-bottom: 22px; font-size: 42px; font-weight: 500; letter-spacing: -0.05em; line-height: 1.05; }
.pnl-explainer > p:not(.card-kicker, .pnl-note) { color: #596055; font-size: 14px; line-height: 1.7; }
.pnl-proof-list { margin-top: 38px; border-top: 1px solid rgba(10, 13, 9, 0.18); }
.pnl-proof-list div { padding: 16px 0; display: grid; grid-template-columns: 0.72fr 1.28fr; gap: 16px; border-bottom: 1px solid rgba(10, 13, 9, 0.18); }
.pnl-proof-list span, .pnl-proof-list strong { font-family: var(--mono); }
.pnl-proof-list span { color: #718410; font-size: 8px; }
.pnl-proof-list strong { font-size: 10px; font-weight: 400; }
.pnl-note { margin: 30px 0 0; color: #637500; font: 500 9px/1.5 var(--mono); text-transform: uppercase; }
.economy-showcase { margin-top: 70px; display: grid; grid-template-columns: 1.45fr 0.55fr; border: 1px solid var(--line-strong); background: var(--panel); }
.showcase-screen { max-height: 680px; overflow: hidden; }
.showcase-screen img { width: 100%; height: 100%; object-fit: cover; object-position: top left; }
.lineage-card { padding: 38px; border-left: 1px solid var(--line); }
.lineage-card .card-kicker { margin-bottom: 32px; }
.lineage-card h3 { margin-bottom: 40px; font-size: 38px; line-height: 1.08; letter-spacing: -0.045em; }
.lineage-tree { display: grid; gap: 10px; }
.lineage-tree div { position: relative; padding: 14px 14px 14px 20px; border-left: 1px solid var(--acid); background: #0a0d0a; }
.lineage-tree div:not(:last-child)::after { content: ""; position: absolute; left: -1px; top: 100%; width: 1px; height: 10px; background: var(--acid); }
.lineage-tree span, .lineage-tree strong, .lineage-tree small { display: block; font-family: var(--mono); }
.lineage-tree span { color: var(--faint); font-size: 8px; }
.lineage-tree strong { margin: 5px 0; font-size: 11px; }
.lineage-tree small { color: var(--muted); font-size: 9px; }
.lineage-note { margin: 26px 0 0; color: var(--acid); font: 400 9px/1.4 var(--mono); text-transform: uppercase; }

.rwa-band { padding: 130px 0; border-block: 1px solid #c1e522; background: var(--acid); color: #0b0d09; }
.rwa-band .eyebrow { color: #4a5708; }
.rwa-grid { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 100px; align-items: start; }
.asset-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: rgba(10, 13, 9, 0.28); border: 1px solid rgba(10, 13, 9, 0.28); }
.asset-grid article { min-height: 170px; padding: 24px; background: var(--acid); }
.asset-grid span { display: block; margin-bottom: 35px; font: 500 10px/1 var(--mono); }
.asset-grid strong, .asset-grid small { display: block; }
.asset-grid strong { margin-bottom: 8px; font-size: 16px; }
.asset-grid small { color: #4e570f; font: 400 9px/1.5 var(--mono); text-transform: uppercase; }

.compute-panel { position: relative; min-height: 650px; padding: 56px; overflow: hidden; border: 1px solid var(--line-strong); background: radial-gradient(circle at 85% 15%, rgba(118, 185, 0, 0.12), transparent 35%), linear-gradient(145deg, #141913, #0a0d0a); }
.compute-panel::after { content: ""; position: absolute; width: 620px; height: 620px; right: -210px; bottom: -360px; border-radius: 50%; border: 1px solid rgba(118, 185, 0, 0.25); box-shadow: 0 0 0 75px rgba(118, 185, 0, 0.03), 0 0 0 150px rgba(118, 185, 0, 0.02); }
.compute-brand { display: flex; align-items: center; gap: 14px; margin-bottom: 105px; color: #93b441; font: 500 10px/1 var(--mono); letter-spacing: 0.1em; }
.compute-brand img { width: 44px; height: 44px; object-fit: contain; }
.compute-panel h2 { position: relative; z-index: 1; max-width: 1000px; }
.compute-panel > p { position: relative; z-index: 1; max-width: 740px; margin: 34px 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.compute-jobs { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 8px; }
.compute-jobs span { padding: 10px 12px; border: 1px solid rgba(147, 180, 65, 0.3); color: #b4cb78; font: 400 9px/1 var(--mono); }
.compute-panel .compute-note { margin: 24px 0 0; color: var(--faint); font: 400 9px/1.5 var(--mono); }

.closing { padding: 70px 0 150px; display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 90px; align-items: end; }
.closing h2 { font-size: clamp(50px, 5.5vw, 92px); }
.closing-action { padding-bottom: 7px; }
.closing-action p { margin-bottom: 28px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.site-footer { min-height: 125px; padding-block: 28px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-top: 1px solid var(--line); color: var(--faint); font: 400 9px/1 var(--mono); text-transform: uppercase; letter-spacing: 0.08em; }
.site-footer .brand { color: var(--ink); }
.site-footer .footer-social { display: block; }
.site-footer a { transition: color 160ms ease; }
.site-footer p a:hover { color: var(--acid); }
.site-footer > p:last-child { justify-self: end; }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.75, 0.2, 1); transition-delay: var(--reveal-delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes spin { to { transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes spinReverse { to { transform: translate(-50%, -50%) rotate(-360deg); } }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes ticker { to { transform: translateX(-50%); } }

@media (max-width: 1100px) {
  :root { --shell: min(100% - 40px, 980px); }
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 150px; }
  .hero-system { max-width: 760px; width: 100%; }
  .section-heading, .network-inner, .attestation, .rwa-grid, .closing { grid-template-columns: 1fr; gap: 48px; }
  .network-visual { min-height: 680px; }
  .economy-flow { grid-template-columns: repeat(2, 1fr); }
  .economy-flow > i { display: none; }
  .innovation-loop { grid-template-columns: 1fr; }
  .pnl-showcase { grid-template-columns: 1fr; }
  .pnl-example-image { min-height: 560px; border-right: 0; border-bottom: 1px solid rgba(10, 13, 9, 0.18); }
  .economy-showcase { grid-template-columns: 1fr; }
  .lineage-card { border-left: 0; border-top: 1px solid var(--line); }
}

@media (max-width: 720px) {
  :root { --shell: calc(100% - 28px); }
  .site-header { top: 10px; height: 58px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand > span:last-child { display: none; }
  .header-cta { padding: 10px 11px; font-size: 9px; }
  .hero { padding: 125px 0 80px; gap: 52px; }
  h1 { font-size: clamp(52px, 15vw, 76px); }
  h2 { font-size: clamp(42px, 12vw, 64px); }
  .hero-dek { font-size: 17px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-proof { gap: 13px; flex-direction: column; }
  .agent-orbit { height: 440px; }
  .thesis-core { width: 210px; padding: 17px; }
  .agent-node { min-width: 140px; grid-template-columns: 30px 1fr auto; }
  .agent-node img { width: 30px; height: 30px; }
  .node-primary { left: 3%; top: 9%; }
  .node-risk { right: 2%; top: 21%; }
  .node-flow { left: 4%; bottom: 10%; }
  .system-tape { overflow: hidden; justify-content: flex-start; }
  .system-tape span:nth-child(2), .system-tape span:nth-child(3) { display: none; }
  .compute-sponsor-inner { min-height: 142px; grid-template-columns: auto 1fr; gap: 12px 16px; }
  .compute-sponsor-label { grid-column: 1 / -1; }
  .compute-sponsor img { width: 54px; height: 54px; }
  .compute-sponsor strong { font-size: 14px; line-height: 1.25; }
  .compute-sponsor-stack { grid-column: 1 / -1; justify-self: stretch; text-align: center; }
  .product-window, .protocol, .economy, .compute { padding-block: 95px; }
  .section-heading { margin-bottom: 42px; }
  .section-heading > p { font-size: 15px; }
  .browser-bar { grid-template-columns: 1fr auto; }
  .browser-url { display: none; }
  .screen-wrap { min-height: 350px; }
  .screen-wrap > img { width: auto; height: 350px; max-width: none; transform: translateX(-12%); }
  .screen-callout { display: none; }
  .protocol-grid { grid-template-columns: 1fr; }
  .protocol-card, .protocol-card-large { min-height: auto; grid-row: auto; padding: 26px; }
  .protocol-card-large { min-height: 720px; }
  .card-kicker { margin-bottom: 50px; }
  .protocol-card h3 { font-size: 27px; }
  .schema { margin-top: 50px; }
  .network { padding: 95px 0; }
  .network-visual { min-height: 470px; }
  .screen-back { height: 320px; }
  .screen-front { height: 370px; }
  .attestation { padding: 90px 0; }
  .terminal-row { grid-template-columns: 0.75fr 1.25fr; gap: 10px; }
  .terminal-row strong { text-align: right; overflow-wrap: anywhere; }
  .economy-flow { grid-template-columns: 1fr; }
  .economy-flow article { min-height: 190px; }
  .innovation-loop { margin-top: 45px; padding: 25px; gap: 34px; }
  .innovation-loop-copy h3 { font-size: 29px; }
  .flywheel { grid-template-columns: 1fr; }
  .flywheel li { min-height: 145px; border-right: 1px solid var(--line); border-bottom: 0; }
  .flywheel li:last-child { border-bottom: 1px solid var(--line); }
  .flywheel li:not(:last-child)::after { content: "↓"; right: auto; left: 50%; top: auto; bottom: -10px; transform: translateX(-50%); }
  .pnl-showcase { min-height: 0; }
  .pnl-example-image { min-height: 430px; }
  .pnl-example-image img { min-height: 430px; transform: scale(1.55); }
  .pnl-explainer { padding: 34px 25px; }
  .pnl-explainer .card-kicker { margin-bottom: 45px; }
  .pnl-explainer h3 { font-size: 34px; }
  .showcase-screen { height: 380px; }
  .showcase-screen img { width: auto; max-width: none; transform: translateX(-13%); }
  .rwa-band { padding: 95px 0; }
  .asset-grid { grid-template-columns: 1fr; }
  .asset-grid article { min-height: 140px; }
  .compute-panel { min-height: 610px; padding: 30px 24px; }
  .compute-brand { margin-bottom: 85px; }
  .compute-panel > p { font-size: 15px; }
  .closing { padding-bottom: 95px; }
  .site-footer { grid-template-columns: auto 1fr auto; gap: 18px; }
  .site-footer > p:first-of-type { justify-self: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}
