:root {
  --ink: #f5f8f6;
  --muted: #94a09b;
  --line: rgba(255, 255, 255, 0.11);
  --panel: rgba(14, 20, 27, 0.84);
  --bg: #070a0f;
  --lime: #ff8a5c;
  --cyan: #70eaff;
  --blue: #627ef5;
  --violet: #9d65ff;
  --pink: #ff4fc8;
  --mono: "DM Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --display: "Space Mono", ui-monospace, monospace;
  --sans: "Manrope", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--bg);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#market-gl {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
  opacity: 0.94;
  pointer-events: none;
}

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

.section-shell { width: min(1480px, calc(100% - 72px)); margin-inline: auto; }
.section-pad { padding-block: 120px; }
[id] { scroll-margin-top: 88px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 76px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  padding: 12px max(36px, calc((100vw - 1480px) / 2));
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(6, 9, 13, 0.76);
  backdrop-filter: blur(24px) saturate(1.3);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: max-content;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.04em;
}
.brand-dot { color: var(--lime); }
.brand-mark {
  width: 38px;
  aspect-ratio: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1px;
  border: 1px solid rgba(255, 138, 92, 0.42);
  border-radius: 11px;
  color: var(--lime);
  background: linear-gradient(145deg, rgba(255, 138, 92, 0.16), rgba(112, 234, 255, 0.04));
  box-shadow: inset 0 0 18px rgba(255, 138, 92, 0.08), 0 0 30px rgba(255, 138, 92, 0.08);
  font: 500 14px var(--mono);
}
.brand-mark i { font-style: normal; transform: translateY(2px); }

.desktop-nav { display: flex; align-items: center; gap: 34px; color: #c4ceca; font-size: 13px; font-weight: 600; }
.desktop-nav a, .footer-links a { transition: color 180ms ease; }
.desktop-nav a:hover, .footer-links a:hover { color: var(--lime); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 14px; }
.launch-status-mini {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #aeb8b4;
  font: 500 9px var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.launch-status-mini span, .status-dot {
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 4px rgba(255, 138, 92, 0.1), 0 0 12px var(--lime);
  animation: pulse-dot 2s ease-in-out infinite;
}
@keyframes pulse-dot { 50% { opacity: 0.42; transform: scale(0.82); } }
.header-ca {
  padding: 9px 11px;
  border: 1px solid var(--line);
  border-radius: 9px;
  color: #6f7a76;
  background: rgba(255, 255, 255, 0.035);
  font: 500 8px var(--mono);
  letter-spacing: 0.08em;
}
.header-ca b { margin-left: 6px; color: var(--lime); font-weight: 500; }
.menu-button {
  position: relative;
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  isolation: isolate;
}
.menu-button__outline {
  position: absolute;
  inset: 2px;
  border: 1px solid rgba(112, 234, 255, 0.32);
  transition: border-color 420ms ease, filter 420ms ease;
}
.menu-button__outline--a {
  border-radius: 62% 38% 32% 68% / 58% 34% 66% 42%;
  animation: menu-blob-a 4.8s linear infinite;
}
.menu-button__outline--b {
  inset: 5px;
  border-color: rgba(255, 138, 92, 0.2);
  border-radius: 48% 52% 61% 39% / 55% 45% 57% 43%;
  animation: menu-blob-b 5.8s linear infinite reverse;
}
.menu-button__icon { position: absolute; inset: 0; z-index: 2; }
.menu-button__line {
  position: absolute;
  left: 50%;
  display: block;
  height: 2px;
  margin: 0;
  background: #f5f8f6;
  transform-origin: center;
  transition: top 520ms cubic-bezier(0.34, 1.56, 0.64, 1), width 520ms cubic-bezier(0.34, 1.56, 0.64, 1), transform 520ms cubic-bezier(0.34, 1.56, 0.64, 1), background-color 320ms ease;
}
.menu-button__line--top { top: 17px; width: 19px; transform: translateX(-50%); }
.menu-button__line--bottom { top: 26px; width: 14px; transform: translateX(-30%); }
.menu-button[aria-expanded="true"] .menu-button__outline { border-color: rgba(255, 138, 92, 0.58); filter: drop-shadow(0 0 7px rgba(255, 138, 92, 0.24)); }
.menu-button[aria-expanded="true"] .menu-button__line { top: 22px; width: 19px; background: var(--lime); }
.menu-button[aria-expanded="true"] .menu-button__line--top { transform: translateX(-50%) rotate(45deg); }
.menu-button[aria-expanded="true"] .menu-button__line--bottom { transform: translateX(-50%) rotate(-45deg); }
.menu-button:hover .menu-button__outline--a { animation-duration: 2.2s; }
.menu-button:focus-visible { outline: 2px solid rgba(112, 234, 255, 0.7); outline-offset: 4px; border-radius: 50%; }
@keyframes menu-blob-a {
  0%, 100% { border-radius: 62% 38% 32% 68% / 58% 34% 66% 42%; transform: rotate(0deg); }
  50% { border-radius: 31% 69% 64% 36% / 48% 62% 38% 52%; transform: rotate(7deg); }
}
@keyframes menu-blob-b {
  0%, 100% { border-radius: 48% 52% 61% 39% / 55% 45% 57% 43%; transform: rotate(0deg); }
  50% { border-radius: 67% 33% 42% 58% / 38% 59% 41% 62%; transform: rotate(-10deg); }
}
.mobile-menu {
  position: absolute;
  top: 70px;
  right: 20px;
  left: 20px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(13, 17, 23, 0.98);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
}
.mobile-menu a { display: block; padding: 13px 10px; border-bottom: 1px solid rgba(255, 255, 255, 0.07); font-weight: 700; }
.mobile-menu a:last-child { border-bottom: 0; color: var(--lime); }

.hero {
  min-height: calc(100vh - 76px);
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(420px, 1.08fr) minmax(350px, 0.84fr);
  align-items: center;
  gap: clamp(24px, 3vw, 56px);
  padding-block: clamp(58px, 7vh, 100px);
}
.eyebrow, .kicker, .feature-label, .launch-kicker {
  font: 500 10px var(--mono);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}
.eyebrow span, .kicker { color: var(--lime); }
.hero-copy h1 { margin: 24px 0; letter-spacing: -0.07em; }
.hero-solid {
  display: block;
  font-size: clamp(52px, 5.2vw, 92px);
  line-height: 0.96;
  font-weight: 700;
}

.glitch-line {
  position: relative;
  display: block;
  width: max-content;
  max-width: 100%;
  margin-top: 8px;
  color: #ecf7ff;
  font: 700 clamp(36px, 3.75vw, 67px) / 0.96 var(--display);
  letter-spacing: -0.08em;
  text-transform: uppercase;
  text-shadow: 3px 0 0 rgba(112, 234, 255, 0.75), -3px 0 0 rgba(255, 79, 200, 0.45);
  filter: drop-shadow(0 0 18px rgba(112, 234, 255, 0.13));
  isolation: isolate;
  animation: base-jitter 5s infinite steps(1, end);
}
.glitch-line::before,
.glitch-line::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
}
.glitch-line::before {
  z-index: -1;
  color: var(--cyan);
  text-shadow: 5px 0 var(--violet);
  clip-path: polygon(0 5%, 100% 5%, 100% 22%, 0 22%, 0 42%, 100% 42%, 100% 52%, 0 52%);
  animation: glitch-cyan 3.1s infinite steps(1, end);
}
.glitch-line::after {
  z-index: 1;
  color: var(--pink);
  mix-blend-mode: screen;
  clip-path: polygon(0 62%, 100% 62%, 100% 72%, 0 72%, 0 82%, 100% 82%, 100% 96%, 0 96%);
  animation: glitch-pink 2.7s infinite steps(1, end) 0.35s;
}
.glitch-line span { display: block; }
.glitch-line i { font-style: normal; }
.glitch-line span::after {
  content: "10110 // CLAWD // BOOT";
  position: absolute;
  left: 3px;
  bottom: -16px;
  color: rgba(112, 234, 255, 0.5);
  font: 500 7px var(--mono);
  letter-spacing: 0.28em;
}
@keyframes base-jitter {
  0%, 90%, 100% { transform: none; }
  91% { transform: translateX(2px) skewX(-2deg); }
  92% { transform: translateX(-1px); }
  93% { transform: none; }
}
@keyframes glitch-cyan {
  0%, 82%, 100% { opacity: 0; transform: translate(0); }
  83% { opacity: 0.95; transform: translate(-6px, -1px); }
  85% { opacity: 0.75; transform: translate(8px, 1px); }
  87% { opacity: 0; }
  94% { opacity: 0.8; transform: translate(-3px); }
  95% { opacity: 0; }
}
@keyframes glitch-pink {
  0%, 72%, 100% { opacity: 0; transform: translate(0); }
  73% { opacity: 0.7; transform: translate(7px, 1px); }
  75% { opacity: 0.8; transform: translate(-5px, -1px); }
  77% { opacity: 0; }
  92% { opacity: 0.75; transform: translate(4px); }
  93% { opacity: 0; }
}

.hero-intro { max-width: 550px; margin: 0; color: #aeb8b4; font-size: clamp(15px, 1.25vw, 18px); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 19px;
  border: 1px solid transparent;
  border-radius: 12px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}
.button:hover, .launch-alert-button:hover, .notify-form button:hover { transform: translateY(-2px); }
.button-primary { color: #06130b; background: var(--lime); box-shadow: 0 14px 34px rgba(255, 138, 92, 0.16); }
.button-primary:hover { background: #ffab84; }
.button-ghost { background: rgba(255, 255, 255, 0.035); border-color: var(--line); }
.button-pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 18px var(--cyan); }
.prelaunch-note { display: flex; align-items: center; gap: 14px; margin-top: 34px; }
.prelaunch-note p { margin: 0; }
.prelaunch-note strong, .prelaunch-note small { display: block; }
.prelaunch-note strong { margin-bottom: 3px; color: var(--lime); font: 500 10px var(--mono); letter-spacing: 0.06em; }
.prelaunch-note small { color: #68736f; font-size: 10px; }

.mascot-stage-wrap {
  position: relative;
  min-height: 620px;
  display: grid;
  place-items: center;
  isolation: isolate;
}
.mascot-stage-wrap::before {
  content: "";
  position: absolute;
  inset: 10% 0;
  z-index: -2;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(72, 103, 239, 0.22), rgba(63, 214, 255, 0.045) 48%, transparent 68%);
  filter: blur(12px);
}
.mascot-stage { position: relative; width: min(100%, 620px); aspect-ratio: 1; touch-action: none; cursor: grab; }
.mascot-stage:active { cursor: grabbing; }
.mascot-stage canvas { position: absolute; inset: 0; width: 100% !important; height: 100% !important; filter: drop-shadow(0 35px 42px rgba(35, 51, 125, 0.32)); }
.stage-fallback { position: absolute; inset: 18%; display: grid; place-items: center; transition: opacity 300ms ease; }
.three-ready .stage-fallback { opacity: 0; }

.css-clawd { position: relative; width: 220px; height: 230px; animation: fallback-bob 3s ease-in-out infinite; }
.css-cloud i { position: absolute; border-radius: 50%; background: linear-gradient(145deg, #ffb289, #e5713a); box-shadow: inset -12px -10px 20px rgba(12, 31, 105, 0.2); }
.css-cloud i:nth-child(1) { width: 125px; height: 125px; left: 48px; top: 17px; }
.css-cloud i:nth-child(2) { width: 92px; height: 92px; left: 5px; top: 52px; }
.css-cloud i:nth-child(3) { width: 92px; height: 92px; right: 4px; top: 50px; }
.css-cloud i:nth-child(4) { width: 83px; height: 83px; left: 25px; top: 18px; }
.css-cloud i:nth-child(5) { width: 83px; height: 83px; right: 23px; top: 18px; }
.css-screen {
  position: absolute;
  left: 36px;
  top: 57px;
  z-index: 3;
  width: 148px;
  height: 79px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 25px;
  border: 5px solid #a2482a;
  border-radius: 18px;
  color: #ffd8ac;
  background: #3e1c11;
  font: 700 28px var(--mono);
  box-shadow: inset 0 0 20px rgba(31, 71, 165, 0.7), 0 0 22px rgba(70, 128, 255, 0.3);
}
.css-body { position: absolute; left: 61px; top: 145px; width: 98px; height: 64px; display: grid; place-items: center; border-radius: 24px; color: #ffceba; background: #ef7a4f; font: 700 14px var(--mono); }
@keyframes fallback-bob { 50% { transform: translateY(-12px); } }

.stage-label { position: absolute; z-index: 4; display: flex; align-items: center; gap: 9px; color: #78858f; font: 500 8px var(--mono); letter-spacing: 0.13em; }
.stage-label i { width: 4px; height: 4px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 10px var(--cyan); }
.stage-label-bottom { bottom: 7%; left: 9%; }
.stage-metric { position: absolute; z-index: 4; min-width: 86px; padding: 10px 12px; border: 1px solid rgba(112, 234, 255, 0.15); border-radius: 12px; background: rgba(8, 12, 18, 0.58); backdrop-filter: blur(12px); }
.stage-metric span { display: block; margin-bottom: 3px; color: #6f7a82; font: 500 8px var(--mono); letter-spacing: 0.12em; }
.stage-metric strong { font: 500 16px var(--mono); }
.metric-left { left: 1%; top: 34%; }
.metric-right { right: 0; bottom: 26%; }
.stage-orbit-copy { position: absolute; z-index: -1; width: 440px; height: 440px; display: grid; place-items: center; border: 1px dashed rgba(112, 234, 255, 0.13); border-radius: 50%; color: rgba(112, 234, 255, 0.16); font: 500 8px var(--mono); letter-spacing: 0.26em; text-align: center; animation: orbit-spin 34s linear infinite; }
@keyframes orbit-spin { to { transform: rotate(360deg); } }

.launch-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: linear-gradient(155deg, rgba(20, 27, 35, 0.97), rgba(9, 14, 20, 0.94));
  box-shadow: 0 38px 100px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(22px);
}
.launch-card::after { content: ""; position: absolute; right: -70px; top: -70px; width: 190px; height: 190px; border-radius: 50%; background: rgba(255, 138, 92, 0.08); filter: blur(30px); pointer-events: none; }
.launch-card-head, .ticker-line, .signal-chart-head { display: flex; align-items: center; }
.launch-card-head, .signal-chart-head { justify-content: space-between; }
.ticker-line { gap: 10px; }
.ticker-line strong { font-size: 15px; letter-spacing: 0.02em; }
.ticker-logo { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 9px; color: #c4fbff; background: linear-gradient(145deg, #e0653a, #f1935b); font: 500 11px var(--mono); }
.launch-card-head p { margin: 4px 0 0 42px; color: #77817e; font-size: 10px; }
.watch-button { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 11px; color: var(--lime); background: rgba(255, 255, 255, 0.04); cursor: pointer; }
.watch-button:not(.active) { color: #626d69; }
.launch-state { margin: 27px 0 18px; }
.launch-state > strong { display: block; margin: 7px 0 18px; font-size: clamp(38px, 3.2vw, 54px); line-height: 0.9; letter-spacing: -0.065em; }
.contract-line { display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: center; padding: 13px 14px; border: 1px solid rgba(255, 138, 92, 0.16); border-radius: 11px; background: rgba(255, 138, 92, 0.04); }
.contract-line span { color: #6b7772; font: 500 9px var(--mono); }
.contract-line code { color: var(--lime); font: 500 10px var(--mono); letter-spacing: 0.08em; text-align: right; }
.signal-chart-head { margin-top: 22px; color: #68746f; font: 500 8px var(--mono); letter-spacing: 0.09em; }
.signal-chart-head b { color: #83908a; font-weight: 500; }
.chart-wrap { position: relative; height: 145px; margin: 7px -4px 0; }
#signal-chart { position: relative; z-index: 2; width: 100%; height: 100%; overflow: visible; }
.chart-grid { position: absolute; inset: 10px 0; background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px); background-size: 100% 25%; pointer-events: none; }
.chart-line { fill: none; stroke: var(--lime); stroke-width: 2.2; filter: url(#chart-glow); stroke-linecap: round; stroke-linejoin: round; }
.chart-area { fill: url(#chart-fill); }
.chart-dot { fill: var(--lime); stroke: rgba(255, 138, 92, 0.25); stroke-width: 8px; }
.boot-sequence { display: grid; gap: 5px; margin: 13px 0 16px; }
.boot-row { display: grid; grid-template-columns: 24px auto 1fr auto; gap: 9px; align-items: center; min-height: 31px; padding-inline: 8px; border-radius: 7px; background: rgba(255, 255, 255, 0.027); color: #6a746f; font: 500 7px var(--mono); letter-spacing: 0.07em; }
.boot-row b, .boot-row em { font-weight: 500; font-style: normal; }
.boot-row i { height: 1px; background: rgba(255, 255, 255, 0.07); }
.boot-row.complete em { color: var(--lime); }
.boot-row.waiting em { color: var(--cyan); animation: text-blink 1.3s steps(1, end) infinite; }
@keyframes text-blink { 50% { opacity: 0.34; } }
.launch-alert-button { min-height: 45px; display: flex; align-items: center; justify-content: center; gap: 12px; border-radius: 10px; color: #06130b; background: var(--lime); font-size: 11px; font-weight: 800; transition: transform 180ms ease, background 180ms ease; }
.fine-print { margin: 10px 0 0; color: #59625f; font-size: 8px; line-height: 1.5; text-align: center; }

.ticker-tape { overflow: hidden; border-block: 1px solid rgba(255, 255, 255, 0.08); background: rgba(4, 7, 10, 0.75); }
.ticker-track { width: max-content; display: flex; align-items: center; animation: ticker-move 34s linear infinite; }
.ticker-track span { min-height: 46px; display: flex; align-items: center; gap: 10px; padding: 0 28px; border-right: 1px solid rgba(255, 255, 255, 0.08); color: #78827f; font: 400 9px var(--mono); letter-spacing: 0.04em; }
.ticker-track b { color: #e9efec; font-weight: 500; }
.ticker-track em { color: var(--lime); font-style: normal; }
@keyframes ticker-move { to { transform: translateX(-50%); } }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.section-heading h2, .thesis-intro h2, .cta h2 { margin: 10px 0 0; font-size: clamp(42px, 4.8vw, 76px); line-height: 1; letter-spacing: -0.066em; }
.section-heading > p { max-width: 470px; margin: 0; color: #8f9a96; font-size: 14px; line-height: 1.75; }
.feature-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 16px; }
.feature-card { position: relative; min-height: 330px; padding: 30px; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 23px; background: linear-gradient(140deg, rgba(20, 27, 36, 0.92), rgba(11, 16, 22, 0.76)); }
.feature-card-wide { grid-row: span 2; min-height: 676px; display: flex; flex-direction: column; justify-content: end; background: radial-gradient(circle at 50% 34%, rgba(75, 102, 232, 0.22), transparent 36%), linear-gradient(145deg, rgba(20, 28, 44, 0.94), rgba(9, 14, 20, 0.85)); }
.feature-index { position: absolute; top: 24px; right: 26px; color: rgba(255, 255, 255, 0.16); font: 500 11px var(--mono); }
.feature-card h3 { margin: 8px 0; font-size: 30px; letter-spacing: -0.045em; }
.feature-card > p, .feature-card > div > p:last-child { max-width: 560px; margin: 0; color: #8d9894; font-size: 12px; line-height: 1.7; }
.feature-stat { position: absolute; right: 30px; bottom: 27px; color: var(--cyan); font: 500 11px var(--mono); }
.feature-visual { position: relative; width: 130px; height: 130px; margin-bottom: 24px; }
.feature-card-wide .feature-visual { position: absolute; top: 115px; left: 50%; width: 260px; height: 260px; margin: 0; transform: translateX(-50%); }
.wireframe-cube span, .wireframe-cube i, .wireframe-cube b { position: absolute; inset: 22%; border: 1px solid rgba(112, 234, 255, 0.6); transform: rotateX(62deg) rotateZ(45deg); box-shadow: 0 0 25px rgba(112, 234, 255, 0.12); }
.wireframe-cube i { inset: 8%; border-color: rgba(98, 126, 245, 0.45); animation: cube-spin 12s linear infinite; }
.wireframe-cube b { inset: 35%; border-color: var(--lime); animation: cube-spin 8s linear infinite reverse; }
@keyframes cube-spin { to { transform: rotateX(62deg) rotateZ(405deg); } }
.transparency-icon { border-radius: 50%; background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.07) 25%, transparent 25%), linear-gradient(-45deg, rgba(255, 255, 255, 0.07) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(255, 255, 255, 0.07) 75%), linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, 0.07) 75%); background-size: 24px 24px; background-position: 0 0, 0 12px, 12px -12px, -12px 0; }
.transparency-icon span { position: absolute; inset: 25%; border: 1px solid var(--lime); border-radius: 18px; background: rgba(255, 138, 92, 0.1); box-shadow: 0 0 32px rgba(255, 138, 92, 0.14); }
.motion-icon span { position: absolute; width: 54px; height: 54px; left: 38px; top: 38px; border-radius: 50%; background: #5576ed; box-shadow: 0 0 35px rgba(85, 118, 237, 0.45); }
.motion-icon i, .motion-icon b { position: absolute; inset: 12px; border: 1px solid rgba(112, 234, 255, 0.3); border-radius: 50%; animation: orbit-spin 8s linear infinite; }
.motion-icon b { inset: 25px; border-color: rgba(255, 138, 92, 0.34); animation-direction: reverse; }

.thesis-section { display: grid; grid-template-columns: 0.82fr 1.4fr; gap: clamp(70px, 9vw, 160px); align-items: start; }
.thesis-intro { position: sticky; top: 125px; }
.thesis-intro h2 { margin-block: 15px 27px; }
.thesis-intro h2 em {
  position: relative;
  display: inline-block;
  padding: 0.14em 0.06em 0.22em 0;
  margin: -0.14em -0.06em -0.22em 0;
  font-style: normal;
  color: transparent;
  background: linear-gradient(100deg, #f6f8f5 0%, #f6f8f5 30%, var(--cyan) 44%, var(--lime) 52%, var(--violet) 61%, #f6f8f5 74%, #f6f8f5 100%);
  background-size: 300% 100%;
  background-position: 100% 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: 1px rgba(246, 248, 245, 0.24);
  filter: drop-shadow(0 0 22px rgba(112, 234, 255, 0.14));
  animation: meme-sheen 4.6s ease-in-out infinite;
}
.thesis-intro h2 em::after {
  content: "";
  display: inline-block;
  width: 0.42em;
  height: 0.78em;
  margin-left: 0.14em;
  background: var(--lime);
  box-shadow: 0 0 20px rgba(255, 138, 92, 0.6);
  animation: cursor-blink 1.1s steps(1, end) infinite;
}
@keyframes meme-sheen { 0%, 18% { background-position: 100% 0; } 62%, 100% { background-position: 0% 0; } }
@keyframes cursor-blink { 50% { opacity: 0.12; } }
.thesis-intro > p:last-child { max-width: 480px; color: #8e9995; font-size: 14px; line-height: 1.8; }
.metric-stack { display: grid; gap: 16px; }
.metric-card { position: relative; min-height: 250px; display: grid; grid-template-columns: 80px 1fr; grid-template-areas: "icon title" "icon copy" "bar bar" "small small"; column-gap: 24px; align-content: center; padding: 34px; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 22px; background: linear-gradient(135deg, rgba(22, 29, 38, 0.88), rgba(13, 18, 24, 0.76)); }
.metric-index { position: absolute; right: 24px; top: 20px; color: rgba(255, 255, 255, 0.13); font: 500 13px var(--mono); }
.metric-icon { grid-area: icon; width: 70px; height: 70px; display: grid; place-items: center; border: 1px solid rgba(255, 138, 92, 0.16); border-radius: 20px; color: var(--lime); background: rgba(255, 138, 92, 0.05); font: 500 18px var(--mono); }
.metric-card h3 { grid-area: title; align-self: end; margin: 0 0 6px; font-size: 24px; letter-spacing: -0.04em; }
.metric-card p { grid-area: copy; align-self: start; margin: 0; color: #8f9995; font-size: 12px; line-height: 1.65; }
.metric-bar { grid-area: bar; height: 5px; margin-top: 30px; overflow: hidden; border-radius: 9px; background: rgba(255, 255, 255, 0.06); }
.metric-bar span { width: var(--progress); height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg, #4c75ef, var(--cyan), var(--lime)); box-shadow: 0 0 16px rgba(255, 138, 92, 0.4); }
.metric-card small { grid-area: small; display: flex; justify-content: space-between; margin-top: 10px; color: #69736f; font: 400 8px var(--mono); text-transform: uppercase; }
.metric-card small b { color: #cbd3d0; }

.roadmap-section { position: relative; overflow: hidden; color: #10130f; background: #f0f4ef; }
.roadmap-section::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(10, 20, 14, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(10, 20, 14, 0.04) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, black, transparent 88%); }
.roadmap-inner { position: relative; }
.section-heading.light .kicker { color: #8a5a44; }
.section-heading.light > p { color: #68726b; }
.roadmap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.roadmap-card { position: relative; min-height: 330px; padding: 26px; border: 1px solid rgba(13, 28, 18, 0.13); border-radius: 22px; background: rgba(255, 255, 255, 0.64); box-shadow: 0 20px 70px rgba(31, 44, 35, 0.06); }
.roadmap-card.done { color: white; background: #101712; }
.matrix-card { --matrix-x: 0px; --matrix-y: 0px; overflow: hidden; isolation: isolate; background: #07100b; }
.matrix-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(circle at 50% 42%, rgba(7, 16, 11, 0.06), rgba(7, 16, 11, 0.74) 76%), linear-gradient(to bottom, rgba(7, 16, 11, 0.08), rgba(7, 16, 11, 0.72));
}
.matrix-card > :not(.matrix-rain) { position: relative; z-index: 2; }
.matrix-rain {
  position: absolute;
  inset: -16%;
  z-index: 0;
  width: 132%;
  height: 132%;
  opacity: 0.54;
  pointer-events: none;
  transform: translate3d(var(--matrix-x), var(--matrix-y), 0) scale(1.04);
  transition: transform 80ms linear;
  filter: drop-shadow(0 0 8px rgba(255, 138, 92, 0.2));
  mask-image: linear-gradient(to bottom, transparent, black 18%, black 82%, transparent);
}
.matrix-card .roadmap-symbol { backdrop-filter: blur(4px); box-shadow: 0 0 34px rgba(255, 138, 92, 0.08); }
.roadmap-card.active { border-color: rgba(34, 181, 87, 0.42); box-shadow: 0 28px 70px rgba(26, 92, 49, 0.1); }
.roadmap-num { color: #88918b; font: 500 9px var(--mono); }
.roadmap-symbol { width: 86px; height: 86px; display: grid; place-items: center; margin: 44px auto 30px; border: 1px solid rgba(27, 43, 32, 0.13); border-radius: 25px; color: #a04f2e; background: rgba(240, 140, 90, 0.1); font: 700 21px var(--mono); }
.done .roadmap-symbol { border-color: rgba(255, 138, 92, 0.16); color: var(--lime); background: rgba(255, 138, 92, 0.06); }
.roadmap-card > p { margin: 0; color: #6c7970; font: 500 8px var(--mono); letter-spacing: 0.12em; }
.done > p { color: var(--lime); }
.roadmap-card h3 { margin: 9px 0 5px; font-size: 24px; letter-spacing: -0.045em; }
.roadmap-card small { color: #77827a; font-size: 10px; line-height: 1.6; }
.readiness-panel { max-width: 980px; margin: 56px auto 0; padding: 28px; border: 1px solid rgba(13, 28, 18, 0.13); border-radius: 20px; background: rgba(255, 255, 255, 0.66); }
.readiness-head { display: flex; justify-content: space-between; padding-bottom: 17px; border-bottom: 1px solid rgba(13, 28, 18, 0.1); color: #859088; font: 500 8px var(--mono); letter-spacing: 0.1em; }
.readiness-row { display: grid; grid-template-columns: 180px 1fr 110px; gap: 18px; align-items: center; padding: 18px 0; border-bottom: 1px solid rgba(13, 28, 18, 0.07); font-size: 11px; }
.readiness-row:last-child { border-bottom: 0; }
.readiness-row div { height: 5px; overflow: hidden; border-radius: 10px; background: #dce2dd; }
.readiness-row i { width: var(--ready); height: 100%; display: block; border-radius: inherit; background: #f07b4a; }
.readiness-row b { color: #b0542e; font: 500 8px var(--mono); text-align: right; }
.readiness-row.waiting i { background: #6c9ff5; }
.readiness-row.waiting b { color: #4774bd; }

.cta { display: grid; grid-template-columns: 150px 1fr minmax(370px, 0.8fr); gap: 44px; align-items: center; }
.cta-orb { width: 130px; height: 130px; display: grid; place-items: center; border: 1px solid rgba(112, 234, 255, 0.15); border-radius: 50%; background: radial-gradient(circle, rgba(214, 116, 74, 0.34), rgba(12, 18, 31, 0.3) 65%); box-shadow: 0 0 80px rgba(214, 116, 74, 0.15); }
.cta-orb span { width: 60px; height: 50px; display: grid; place-items: center; border-radius: 13px; color: var(--cyan); background: #6d3a25; font: 500 16px var(--mono); }
.cta h2 { font-size: clamp(38px, 3.8vw, 62px); }
.cta > div:nth-child(2) > p:last-child { max-width: 520px; color: #87928e; font-size: 12px; line-height: 1.65; }
.notify-form { display: flex; gap: 8px; padding: 7px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255, 255, 255, 0.035); }
.notify-form input { min-width: 0; flex: 1; border: 0; outline: 0; padding: 0 13px; color: white; background: transparent; font-size: 12px; }
.notify-form input::placeholder { color: #59635f; }
.notify-form button { min-height: 44px; border: 0; border-radius: 9px; padding: 0 14px; color: #07130a; background: var(--lime); cursor: pointer; font-size: 10px; font-weight: 800; transition: transform 180ms ease; }

.site-footer { min-height: 180px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 40px; padding: 40px max(36px, calc((100vw - 1480px) / 2)); border-top: 1px solid var(--line); background: rgba(4, 7, 10, 0.64); }
.footer-brand p, .legal { color: #626d69; font-size: 9px; line-height: 1.6; }
.footer-links { display: flex; gap: 27px; color: #8d9793; font-size: 10px; }
.legal { max-width: 450px; justify-self: end; margin: 0; text-align: right; }
.toast { position: fixed; left: 50%; bottom: 30px; z-index: 100; min-width: 250px; padding: 13px 18px; border: 1px solid rgba(255, 138, 92, 0.25); border-radius: 12px; color: #dfffe9; background: rgba(12, 24, 17, 0.94); box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35); transform: translate(-50%, 30px); opacity: 0; pointer-events: none; transition: opacity 220ms ease, transform 220ms ease; font-size: 11px; text-align: center; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

.clawd-buddy { position: fixed; right: 20px; bottom: calc(16px + env(safe-area-inset-bottom, 0px)); z-index: 96; width: 112px; height: 132px; padding: 0; border: 0; background: none; cursor: pointer; visibility: hidden; transform: translateY(160%); transition: transform 640ms cubic-bezier(0.22, 1.18, 0.32, 1), filter 240ms ease; }
.clawd-buddy.buddy-ready, .clawd-buddy.buddy-error { visibility: visible; transform: translateY(0); }
.clawd-buddy.buddy-error canvas { display: none; }
.clawd-buddy.buddy-error::after { content: ">_"; position: absolute; right: 6px; bottom: 6px; width: 56px; height: 56px; display: grid; place-items: center; border: 1px solid rgba(255, 138, 92, 0.42); border-radius: 15px; color: var(--lime); background: rgba(8, 15, 22, 0.94); box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4); font: 500 15px var(--mono); }
.clawd-buddy canvas { width: 100% !important; height: 100% !important; filter: drop-shadow(0 14px 20px rgba(35, 51, 125, 0.42)); }
.clawd-buddy:focus-visible { outline: 2px solid rgba(112, 234, 255, 0.6); outline-offset: 5px; border-radius: 18px; }
.clawd-buddy:hover { filter: brightness(1.12); }
.clawd-buddy.agent-open { filter: drop-shadow(0 0 18px rgba(255, 138, 92, 0.22)); }
.buddy-callout {
  position: absolute;
  right: 87px;
  top: 12px;
  width: max-content;
  padding: 9px 11px;
  border: 1px solid rgba(112, 234, 255, 0.28);
  border-radius: 9px 9px 2px 9px;
  color: #dfffe9;
  background: rgba(8, 15, 22, 0.92);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.28), inset 0 0 18px rgba(112, 234, 255, 0.04);
  font: 500 8px var(--mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  pointer-events: none;
  animation: buddy-callout 2.8s ease-in-out infinite;
  transition: opacity 220ms ease, transform 220ms ease;
}
.buddy-callout::after { content: ""; position: absolute; right: -5px; bottom: -1px; width: 9px; height: 9px; border-right: 1px solid rgba(112, 234, 255, 0.28); background: #091017; transform: skewX(42deg); }
.buddy-callout i { width: 5px; height: 5px; display: inline-block; margin-right: 5px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 9px var(--lime); }
.clawd-buddy.buddy-engaged .buddy-callout { opacity: 0; transform: translateX(8px); }
@keyframes buddy-callout { 50% { transform: translateY(-4px); } }

.clawd-agent {
  position: fixed;
  right: 26px;
  bottom: calc(132px + env(safe-area-inset-bottom, 0px));
  z-index: 95;
  width: min(400px, calc(100vw - 32px));
  max-height: min(620px, calc(100dvh - 150px));
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(112, 234, 255, 0.24);
  border-radius: 18px 18px 7px 18px;
  color: var(--ink);
  background: linear-gradient(155deg, rgba(13, 20, 30, 0.98), rgba(5, 10, 15, 0.98));
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.62), 0 0 0 1px rgba(255, 138, 92, 0.04) inset, 0 0 70px rgba(66, 93, 216, 0.12);
  backdrop-filter: blur(24px) saturate(1.3);
  opacity: 0;
  transform: translateY(16px) scale(0.96);
  transform-origin: 90% 100%;
  pointer-events: none;
  transition: opacity 220ms ease, transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}
.clawd-agent[hidden] { display: none; }
.clawd-agent.is-open { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.agent-header, .agent-risk, .agent-prompts, .agent-form, .agent-fineprint { flex-shrink: 0; }
.clawd-agent::before { content: ""; position: absolute; inset: 0 0 auto; height: 1px; background: linear-gradient(90deg, transparent, var(--cyan), var(--lime), transparent); opacity: 0.72; }
.agent-header { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 17px 13px; border-bottom: 1px solid rgba(255, 255, 255, 0.08); background: rgba(255, 255, 255, 0.025); }
.agent-header > div { display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 7px; }
.agent-header p { grid-column: 2; margin: 0 0 4px; color: #88a097; font: 500 7px var(--mono); letter-spacing: 0.14em; }
.agent-header h2 { grid-column: 1 / -1; margin: 0; font: 700 12px var(--display); letter-spacing: -0.04em; }
.agent-live-dot { grid-row: 1; width: 6px; height: 6px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 12px var(--lime); animation: pulse-dot 1.8s ease-in-out infinite; }
.agent-close { width: 34px; height: 34px; flex: 0 0 auto; padding: 0 0 2px; border: 1px solid rgba(255, 255, 255, 0.09); border-radius: 9px; color: #8e9b96; background: rgba(255, 255, 255, 0.025); cursor: pointer; font: 300 21px/1 var(--sans); transition: color 180ms ease, border-color 180ms ease, transform 180ms ease; }
.agent-close:hover { color: white; border-color: rgba(112, 234, 255, 0.36); transform: rotate(5deg); }
.agent-risk { display: flex; flex-wrap: wrap; gap: 5px 12px; margin: 0; padding: 9px 17px; border-bottom: 1px solid rgba(255, 129, 129, 0.12); color: #b9c1bd; background: rgba(255, 90, 90, 0.055); font: 500 7px/1.4 var(--mono); letter-spacing: 0.06em; text-transform: uppercase; }
.agent-risk strong { color: #ff9b9b; font-weight: 500; }
.agent-risk span::before { content: "•"; margin-right: 9px; color: #ff8181; }
.agent-transcript { flex: 1 1 auto; max-height: 265px; min-height: 72px; overflow-y: auto; overscroll-behavior: contain; padding: 16px 17px 6px; scrollbar-width: thin; scrollbar-color: rgba(112, 234, 255, 0.26) transparent; }
.agent-transcript:focus-visible { outline: 2px solid rgba(112, 234, 255, 0.5); outline-offset: -2px; }
.agent-message { display: grid; grid-template-columns: 42px 1fr; gap: 9px; align-items: start; margin-bottom: 12px; }
.agent-message > span { padding-top: 7px; color: var(--cyan); font: 500 7px var(--mono); letter-spacing: 0.08em; }
.agent-message p { margin: 0; padding: 10px 11px; border: 1px solid rgba(112, 234, 255, 0.11); border-radius: 3px 11px 11px 11px; color: #c7d1cd; background: rgba(112, 234, 255, 0.045); font-size: 10px; line-height: 1.62; }
.agent-message p strong { color: white; }
.agent-message--you > span { color: #89938f; }
.agent-message--you p { color: #aeb8b4; border-color: rgba(255, 255, 255, 0.08); background: rgba(255, 255, 255, 0.035); }
.agent-message.is-typing p { display: flex; align-items: center; gap: 4px; min-height: 38px; }
.agent-message.is-typing i { width: 4px; height: 4px; border-radius: 50%; background: var(--lime); animation: agent-typing 800ms ease-in-out infinite alternate; }
.agent-message.is-typing i:nth-child(2) { animation-delay: 150ms; }
.agent-message.is-typing i:nth-child(3) { animation-delay: 300ms; }
@keyframes agent-typing { to { opacity: 0.25; transform: translateY(-3px); } }
.agent-prompts { display: flex; gap: 6px; overflow-x: auto; padding: 8px 17px 10px; scrollbar-width: none; }
.agent-prompts::-webkit-scrollbar { display: none; }
.agent-prompts button { flex: 0 0 auto; min-height: 28px; padding: 0 9px; border: 1px solid rgba(255, 138, 92, 0.17); border-radius: 7px; color: #a8b8b0; background: rgba(255, 138, 92, 0.035); cursor: pointer; font: 500 7px var(--mono); letter-spacing: 0.035em; transition: color 160ms ease, border-color 160ms ease, background 160ms ease; }
.agent-prompts button:hover { color: #dfffe9; border-color: rgba(255, 138, 92, 0.4); background: rgba(255, 138, 92, 0.09); }
.agent-prompts button:disabled, .agent-form button:disabled { opacity: 0.42; cursor: wait; }
.agent-form { display: flex; gap: 7px; margin: 0 17px; padding: 6px; border: 1px solid rgba(112, 234, 255, 0.16); border-radius: 11px; background: rgba(255, 255, 255, 0.035); transition: border-color 180ms ease, box-shadow 180ms ease; }
.agent-form:focus-within { border-color: rgba(112, 234, 255, 0.42); box-shadow: 0 0 0 3px rgba(112, 234, 255, 0.055); }
.agent-form input { min-width: 0; flex: 1; padding: 0 7px; border: 0; outline: 0; color: white; background: transparent; font: 500 10px var(--mono); }
.agent-form input::placeholder { color: #5e6a65; }
.agent-form button { width: 34px; height: 34px; flex: 0 0 auto; padding: 0; border: 0; border-radius: 7px; color: #06110a; background: linear-gradient(135deg, var(--lime), #ffc09a); cursor: pointer; font-weight: 800; }
.agent-fineprint { margin: 0; padding: 10px 17px 13px; color: #56615c; font: 500 6px/1.45 var(--mono); letter-spacing: 0.025em; }
@media (pointer: coarse) { .agent-form input { font-size: 16px; } }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 700ms cubic-bezier(0.2, 0.7, 0.2, 1), transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1); }
.reveal.in-view { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: 90ms; }
.reveal-delay-2 { transition-delay: 180ms; }
.reveal-delay-3 { transition-delay: 270ms; }

@keyframes icon-bob { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-5px) rotate(-2deg); } }
@keyframes icon-glow { 0%, 100% { box-shadow: 0 0 0 rgba(255, 138, 92, 0); } 50% { box-shadow: 0 0 26px rgba(255, 138, 92, 0.22); } }
@keyframes icon-breathe { 50% { transform: scale(1.07); } }
@keyframes roadmap-active-pulse { 50% { box-shadow: 0 0 30px rgba(235, 122, 60, 0.3); } }
@keyframes star-think { 0%, 100% { opacity: 1; transform: translateY(2px) rotate(0deg); } 50% { opacity: 0.45; transform: translateY(2px) rotate(45deg); } }
.brand-mark i { animation: star-think 2.6s ease-in-out infinite; }
.ticker-logo { animation: icon-glow 3.8s ease-in-out infinite; }
.metric-icon { animation: icon-bob 4.2s ease-in-out infinite, icon-glow 4.2s ease-in-out infinite; }
.metric-card:nth-of-type(2) .metric-icon { animation-delay: 0.7s, 0.7s; }
.metric-card:nth-of-type(3) .metric-icon { animation-delay: 1.4s, 1.4s; }
.transparency-icon span { animation: icon-breathe 3.6s ease-in-out infinite; }
.motion-icon span { animation: icon-breathe 3s ease-in-out infinite; }
.roadmap-symbol { animation: icon-bob 4.6s ease-in-out infinite; }
.roadmap-card:nth-of-type(2) .roadmap-symbol { animation-delay: 0.8s; }
.roadmap-card:nth-of-type(3) .roadmap-symbol { animation-delay: 1.6s; }
.roadmap-card.active .roadmap-symbol { animation: icon-bob 4.6s ease-in-out infinite 0.8s, roadmap-active-pulse 2.4s ease-in-out infinite; }
.cta-orb { position: relative; }
.cta-orb::after { content: ""; position: absolute; inset: -12px; border: 1px dashed rgba(112, 234, 255, 0.28); border-top-color: transparent; border-radius: 50%; animation: orbit-spin 14s linear infinite; }
.cta-orb span { animation: icon-bob 4s ease-in-out infinite; }

@media (max-width: 1260px) {
  .hero { grid-template-columns: minmax(300px, 0.9fr) minmax(390px, 1.1fr); }
  .launch-card { grid-column: 1 / -1; width: min(680px, 100%); justify-self: center; }
  .hero-solid { font-size: clamp(58px, 7vw, 88px); }
  .glitch-line { font-size: clamp(40px, 5vw, 62px); }
  .mascot-stage-wrap { min-height: 560px; }
  .cta { grid-template-columns: 130px 1fr; }
  .notify-form { grid-column: 2; }
}

@media (max-width: 900px) {
  .section-shell { width: min(100% - 36px, 720px); }
  .section-pad { padding-block: 88px; }
  .site-header { grid-template-columns: 1fr auto; padding-inline: 20px; }
  .desktop-nav, .launch-status-mini, .header-ca { display: none; }
  .menu-button { display: block; }
  .hero { grid-template-columns: 1fr; padding-top: 74px; }
  .hero-copy { text-align: center; }
  .hero-solid { font-size: clamp(58px, 12vw, 90px); }
  .glitch-line { margin-inline: auto; font-size: clamp(39px, 8vw, 62px); }
  .hero-intro { margin-inline: auto; }
  .hero-actions, .prelaunch-note { justify-content: center; }
  .prelaunch-note { text-align: left; }
  .mascot-stage-wrap { min-height: 590px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card-wide { grid-row: auto; min-height: 570px; }
  .thesis-section { grid-template-columns: 1fr; gap: 50px; }
  .thesis-intro { position: static; text-align: center; }
  .thesis-intro > p:last-child { margin-inline: auto; }
  .roadmap-grid { grid-template-columns: 1fr; }
  .roadmap-card { min-height: 260px; }
  .roadmap-symbol { margin-block: 20px; }
  .cta { grid-template-columns: 1fr; text-align: center; }
  .cta-orb { margin-inline: auto; }
  .notify-form { grid-column: auto; width: min(520px, 100%); margin-inline: auto; }
  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand .brand { margin-inline: auto; }
  .footer-links { justify-content: center; }
  .legal { justify-self: center; text-align: center; }
}

@media (max-width: 640px) {
  .section-shell { width: calc(100% - 28px); }
  .clawd-buddy { right: 10px; width: 78px; height: 92px; }
  .buddy-callout { right: 61px; top: 2px; }
  .clawd-agent { right: 10px; bottom: calc(96px + env(safe-area-inset-bottom, 0px)); width: calc(100vw - 20px); max-height: calc(100dvh - 112px); border-radius: 16px 16px 5px 16px; }
  .agent-header { min-height: 64px; padding: 12px 13px 10px; }
  .agent-risk { padding-inline: 13px; gap: 4px 8px; }
  .agent-transcript { max-height: min(272px, calc(100dvh - 338px)); min-height: 140px; padding: 13px 13px 4px; }
  .agent-message { grid-template-columns: 36px 1fr; gap: 6px; }
  .agent-message p { font-size: 9px; }
  .agent-prompts { padding-inline: 13px; }
  .agent-form { margin-inline: 13px; }
  .agent-fineprint { padding: 9px 13px 11px; }
  .site-header { min-height: 68px; }
  .hero { min-height: auto; padding-block: 64px 54px; gap: 12px; }
  .eyebrow { font-size: 8px; }
  .hero-copy h1 { margin-top: 19px; }
  .hero-solid { font-size: clamp(50px, 15vw, 70px); }
  .glitch-line { max-width: 350px; font-size: clamp(30px, 8.6vw, 40px); letter-spacing: -0.09em; text-shadow: 2px 0 rgba(112, 234, 255, 0.75), -2px 0 rgba(255, 79, 200, 0.45); }
  .glitch-line span::after { bottom: -13px; font-size: 5px; }
  .hero-intro { font-size: 14px; line-height: 1.7; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .button { min-height: 48px; padding-inline: 11px; font-size: 10px; }
  .prelaunch-note { flex-direction: column; text-align: center; }
  .mascot-stage-wrap { min-height: 485px; margin-inline: -10px; overflow: clip; }
  .stage-orbit-copy { width: 330px; height: 330px; }
  .stage-label-bottom { bottom: 3%; }
  .stage-metric { min-width: 73px; padding: 8px 9px; }
  .metric-left { left: 3%; }
  .metric-right { right: 2%; }
  .launch-card { padding: 18px; border-radius: 19px; }
  .launch-state > strong { font-size: 42px; }
  .chart-wrap { height: 130px; }
  .section-heading { display: block; text-align: center; }
  .section-heading > p { margin: 18px auto 0; }
  .section-heading h2, .thesis-intro h2, .cta h2 { font-size: 45px; }
  .feature-card { min-height: 350px; padding: 24px; }
  .feature-card-wide { min-height: 535px; }
  .feature-card-wide .feature-visual { top: 100px; width: 230px; height: 230px; }
  .metric-card { grid-template-columns: 58px 1fr; min-height: 270px; padding: 24px; }
  .metric-icon { width: 56px; height: 56px; border-radius: 16px; }
  .metric-card h3 { font-size: 21px; }
  .readiness-panel { padding: 19px 16px; }
  .readiness-row { grid-template-columns: 105px 1fr 73px; gap: 8px; }
  .cta-orb { width: 110px; height: 110px; }
  .notify-form { display: grid; padding: 8px; }
  .notify-form input { min-height: 44px; text-align: center; }
  .site-footer { padding-inline: 20px; }
}

@media (max-height: 540px) {
  .clawd-buddy { bottom: calc(5px + env(safe-area-inset-bottom, 0px)); width: 70px; height: 82px; }
  .buddy-callout { right: 53px; top: 0; }
  .clawd-agent { bottom: calc(76px + env(safe-area-inset-bottom, 0px)); max-height: calc(100dvh - 84px); }
  .agent-header { min-height: 52px; padding: 8px 12px 7px; }
  .agent-header p { margin-bottom: 2px; }
  .agent-close { width: 30px; height: 30px; }
  .agent-risk { padding: 6px 12px; }
  .agent-transcript { min-height: 72px; max-height: 110px; padding: 9px 12px 2px; }
  .agent-message { margin-bottom: 7px; }
  .agent-message p { padding-block: 7px; line-height: 1.45; }
  .agent-prompts { padding: 5px 12px 7px; }
  .agent-prompts button { min-height: 25px; }
  .agent-form { margin-inline: 12px; padding: 4px; }
  .agent-form button { width: 30px; height: 30px; }
  .agent-fineprint { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
  .clawd-agent { transition: none; }
}
