:root {
  --bg: #070814;
  --bg-raised: #11112a;
  --black: #030307;
  --white: #f7f7fb;
  --muted: #a6a7bb;
  --line: rgba(255, 255, 255, 0.12);
  --glass: rgba(255, 255, 255, 0.07);
  --cyan: #63f4ff;
  --blue: #6077ff;
  --purple: #a65cff;
  --pink: #ff4f9e;
  --font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  color: var(--white);
  background: var(--bg);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
::selection { color: #fff; background: rgba(166, 92, 255, .55); }

.noise {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  opacity: .035;
  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='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(22px, 4vw, 68px);
  background: linear-gradient(to bottom, rgba(7,8,20,.8), rgba(7,8,20,0));
  backdrop-filter: blur(6px);
}
.wordmark { display: flex; align-items: center; gap: 10px; font-size: .79rem; font-weight: 720; letter-spacing: .16em; }
.mini-orb {
  width: 20px; height: 20px; border-radius: 50%;
  background: conic-gradient(from 30deg, var(--cyan), var(--blue), var(--pink), var(--purple), var(--cyan));
  box-shadow: 0 0 16px rgba(112, 104, 255, .7);
}
nav { display: flex; align-items: center; gap: clamp(14px, 2.1vw, 34px); }
nav a, .nav-cta { font-size: .84rem; color: rgba(255,255,255,.74); transition: color .25s ease; }
nav a:hover, nav a:focus-visible { color: white; }
.nav-cta { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; padding: 10px 15px; background: rgba(255,255,255,.08); cursor: pointer; }
.nav-cta span { margin-left: 5px; }

section { position: relative; }
.content { width: min(1180px, calc(100% - 44px)); margin: 0 auto; }
.content-narrow { width: min(960px, calc(100% - 44px)); }
.eyebrow { margin: 0 0 20px; color: #87889d; font-size: .72rem; font-weight: 700; letter-spacing: .22em; }
.speaker { display: block; margin-bottom: 8px; color: #7f8095; font-size: .66rem; font-weight: 750; letter-spacing: .18em; }

.hero {
  min-height: 100svh;
  display: grid;
  place-items: center;
  isolation: isolate;
  padding: 100px 22px 60px;
  background: radial-gradient(circle at 50% 36%, rgba(82,47,140,.18), transparent 32%), linear-gradient(145deg, #070814 0%, #0a091c 55%, #11112a 100%);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(90deg, transparent 49.9%, rgba(255,255,255,.025) 50%, transparent 50.1%);
}
.hero-aura, .closing-halo {
  position: absolute;
  left: 50%; top: 32%;
  width: min(76vw, 880px); aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(104, 73, 242, .13), rgba(241, 52, 154, .06) 24%, transparent 62%);
  filter: blur(30px);
  animation: aura 8s ease-in-out infinite;
}

.orb {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  isolation: isolate;
  background: #0c0b20;
  box-shadow: 0 0 34px rgba(104, 81, 255, .18), 0 0 100px rgba(89, 72, 255, .12);
}
.orb::after { content: ""; position: absolute; inset: 5%; border-radius: 50%; box-shadow: inset 10px 12px 24px rgba(255,255,255,.08), inset -18px -24px 50px rgba(0,0,0,.18); }
.orb-hero {
  position: absolute;
  top: clamp(105px, 13vh, 142px);
  left: 50%;
  width: clamp(210px, 23vw, 340px);
  aspect-ratio: 1;
  transform: translateX(-50%);
  animation: breathe 5.8s ease-in-out infinite;
}
.orb-image {
  position: absolute;
  top: 50%; left: 50%;
  width: 300%; max-width: none; height: auto;
  transform: translate(-50%, -50%);
  user-select: none;
  pointer-events: none;
}
.orb-base { z-index: -1; }
.orb-flow { z-index: 1; mix-blend-mode: screen; opacity: .22; filter: saturate(1.25) hue-rotate(8deg); }
.orb-flow-a { animation: flow-a 9s ease-in-out infinite alternate; }
.orb-flow-b { animation: flow-b 11s ease-in-out infinite alternate; }

.hero-copy { position: relative; z-index: 3; width: min(660px, 100%); margin-top: clamp(290px, 36vh, 370px); text-align: center; }
.hero-copy .eyebrow { margin-bottom: 12px; }
.hero h1 { margin: 0; font-size: clamp(3.8rem, 7.2vw, 7rem); line-height: .98; letter-spacing: -.065em; font-weight: 610; }
.period { color: #ad8fff; }
.hmm { margin: 14px 0 26px; color: #d9d9e5; font-size: clamp(1.05rem, 2vw, 1.35rem); }
.hero-dialogue { display: grid; gap: 16px; width: min(560px, 100%); margin: 0 auto; }
.turn p, .turn h2 { margin: 0; font-size: clamp(1rem, 2vw, 1.2rem); font-weight: 480; line-height: 1.45; }
.assistant-turn p { color: #bfc0cf; }
.pair-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(610px, 100%);
  margin: 25px auto 0;
  padding: 17px 18px 17px 22px;
  text-align: left;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 22px;
  background: rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 22px 80px rgba(0,0,0,.25);
  backdrop-filter: blur(24px);
}
.pair-symbol { display: block; font-size: 1.5rem; font-weight: 700; letter-spacing: -.03em; }
.pair-copy { display: block; margin-top: 2px; color: #a5a6b6; font-size: .82rem; }
.pair-copy strong { color: #e5e6ef; }
.pair-actions { display: flex; gap: 8px; flex-shrink: 0; }
.button { border: 1px solid var(--line); border-radius: 13px; padding: 11px 15px; font-size: .78rem; font-weight: 650; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: #090a17; background: #f4f4f9; }
.button-glass { background: rgba(255,255,255,.06); }
.hero-disclaimer { position: absolute; bottom: 26px; left: 50%; width: calc(100% - 80px); transform: translateX(-50%); margin: 0; color: #67687c; font-size: .67rem; text-align: center; }
.scroll-cue { position: absolute; bottom: 23px; right: clamp(22px, 4vw, 68px); width: 27px; height: 42px; border: 1px solid rgba(255,255,255,.18); border-radius: 99px; }
.scroll-cue span { position: absolute; left: 50%; top: 8px; width: 3px; height: 3px; margin-left: -1.5px; border-radius: 50%; background: white; animation: scroll-dot 2s ease infinite; }
.reveal-sequence { opacity: 0; animation: appear .8s cubic-bezier(.2,.8,.2,1) forwards; }
.sequence-1 { animation-delay: .28s; }
.sequence-2 { animation-delay: 2s; }
.sequence-3 { animation-delay: 2.5s; }
.sequence-4 { animation-delay: 3.25s; }
.sequence-5 { animation-delay: 4.05s; }

.section-black { background: #020204; }
.statement { min-height: 100svh; display: grid; place-items: center; overflow: hidden; padding: 130px 0; text-align: center; }
.statement-glow { position: absolute; inset: auto 0 0; height: 45%; background: radial-gradient(ellipse at 50% 100%, rgba(110, 68, 255, .14), transparent 65%); }
.statement h2 { margin: 0; font-size: clamp(3.25rem, 9.6vw, 9.2rem); line-height: .88; letter-spacing: -.075em; font-weight: 650; }
.statement h2 span { display: block; }
.statement-detail { margin: 38px 0 0; color: #858698; font-size: .9rem; }
code { font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; }
.statement-detail code { color: #d7d7e1; }
.pair-flow { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 4vw, 56px); margin: 90px auto 46px; }
.token { display: grid; place-items: center; width: clamp(114px, 15vw, 172px); aspect-ratio: 1; border: 1px solid var(--line); border-radius: 50%; font-size: clamp(1.15rem, 2.2vw, 1.7rem); font-weight: 720; letter-spacing: -.03em; background: rgba(255,255,255,.035); }
.token-hey { box-shadow: inset 0 0 40px rgba(164,81,255,.18), 0 0 50px rgba(164,81,255,.08); }
.token-aapl { box-shadow: inset 0 0 40px rgba(75,236,255,.13), 0 0 50px rgba(75,236,255,.07); }
.exchange { display: flex; align-items: center; gap: 10px; color: #aaa7d0; font-size: 1.6rem; }
.exchange i { display: block; width: clamp(18px, 3vw, 42px); height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.3)); }
.exchange i:last-child { transform: rotate(180deg); }
.exchange b { animation: swap-pulse 2.8s ease infinite; }
.manifesto { margin: 0; font-size: clamp(1.15rem, 2.2vw, 1.55rem); color: #dddde8; }

.stats { padding: 150px 0; background: linear-gradient(180deg, #080916, #0b0b1d); }
.section-intro { margin-bottom: 78px; }
.section-intro h2 { margin: 0; max-width: 780px; font-size: clamp(2.8rem, 6.8vw, 6.2rem); line-height: .94; letter-spacing: -.065em; font-weight: 590; }
.section-intro h2 span { color: #bda3ff; }
.section-note { max-width: 520px; margin: 24px 0 0; color: #7e8094; line-height: 1.6; }
.conversation-grid { border-top: 1px solid var(--line); }
.conversation-row { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(28px, 7vw, 100px); padding: 38px 0; border-bottom: 1px solid var(--line); }
.prompt-bubble p, .answer-bubble p { margin: 0; font-size: clamp(1.08rem, 2.15vw, 1.55rem); line-height: 1.35; }
.prompt-bubble p { color: #a6a7b6; }
.answer-bubble .stat-value { background: linear-gradient(90deg, #fff, #b6b6ff 50%, #7cecff); -webkit-background-clip: text; background-clip: text; color: transparent; font-size: clamp(1.5rem, 3.5vw, 2.65rem); font-weight: 600; letter-spacing: -.04em; }

.ask { padding: 150px 0; min-height: 100svh; display: grid; place-items: center; background: #05050d; overflow: hidden; }
.ask-orbit { position: absolute; width: 700px; aspect-ratio: 1; right: -420px; top: -280px; border: 1px solid rgba(142,103,255,.12); border-radius: 50%; box-shadow: 0 0 120px rgba(106,63,245,.08), inset 0 0 120px rgba(106,63,245,.05); }
.ask h2 { margin: 0 0 44px; font-size: clamp(3rem, 8vw, 7.4rem); line-height: .9; letter-spacing: -.07em; }
.ask-form { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 8px; padding: 12px 14px 12px 24px; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; background: rgba(255,255,255,.065); box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 28px 100px rgba(0,0,0,.25); backdrop-filter: blur(22px); }
.ask-form label { font-size: clamp(1.1rem, 2.4vw, 1.45rem); font-weight: 580; white-space: nowrap; }
.ask-form input { width: 100%; min-width: 0; border: 0; outline: 0; padding: 17px 6px; color: white; background: transparent; font-size: clamp(1.1rem, 2.4vw, 1.45rem); }
.ask-form input::placeholder { color: #5f6074; }
.ask-submit { display: grid; place-items: center; width: 46px; height: 46px; border: 0; border-radius: 15px; color: #111221; background: #f5f5fb; cursor: pointer; }
.ask-submit span { font-size: 1.25rem; }
.ask-hint { margin: 18px 0 11px; color: #77788c; font-size: .77rem; }
.prompt-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.prompt-chips button { border: 1px solid rgba(255,255,255,.1); border-radius: 999px; padding: 9px 13px; color: #9899ab; background: rgba(255,255,255,.035); font-size: .76rem; cursor: pointer; transition: .2s ease; }
.prompt-chips button:hover { color: white; border-color: rgba(255,255,255,.22); }
.answer-card { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; margin-top: 48px; padding: 24px; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(135deg, rgba(101,80,210,.16), rgba(255,255,255,.045)); overflow: hidden; }
.answer-card::before { content: ""; position: absolute; inset: auto 20% -60% 20%; height: 100px; background: #b448ff; filter: blur(80px); opacity: .15; }
.answer-orb { width: 50px; height: 50px; border-radius: 50%; background: conic-gradient(from 200deg, #48e7ff, #6566ff, #ff4c9e, #aa55ff, #48e7ff); box-shadow: 0 0 25px rgba(132,90,255,.55); }
.answer-card p { margin: 0; font-size: clamp(1.12rem, 2.4vw, 1.55rem); line-height: 1.42; }
.share-button { position: relative; border: 1px solid var(--line); border-radius: 14px; padding: 12px 14px; background: rgba(255,255,255,.07); font-size: .78rem; cursor: pointer; }
.share-button span { margin-left: 6px; }

.misheard { min-height: 100svh; display: grid; place-items: center; padding: 130px 0; text-align: center; background: linear-gradient(180deg, #05050d, #0c0c20); }
.misheard-stage { display: flex; flex-direction: column; align-items: center; }
.misheard-prompt h2 { margin: 0; font-size: clamp(3.7rem, 8vw, 7rem); font-weight: 570; letter-spacing: -.065em; }
.orb-small { width: 146px; aspect-ratio: 1; margin: 42px 0; }
.thinking-orb { animation: think 2.2s ease-in-out infinite; }
.misheard-answer p { margin: 0; color: #b5b6c5; font-size: clamp(1.2rem, 3vw, 2rem); line-height: 1.4; }
.misheard-answer strong { color: white; font-weight: 600; }
.misheard-actions { display: flex; gap: 10px; margin-top: 34px; }
.misheard-actions button { min-width: 118px; border: 1px solid var(--line); border-radius: 14px; padding: 13px 22px; background: rgba(255,255,255,.05); cursor: pointer; }
.misheard-actions .reply-all { color: #080914; background: white; }

.contract { padding: 150px 0; background: #05050c; }
.contract-dialogue { display: grid; gap: 34px; margin-bottom: 58px; }
.contract-dialogue h2 { font-size: clamp(2.35rem, 5vw, 4.8rem); line-height: 1.02; letter-spacing: -.055em; font-weight: 580; }
.contract-dialogue .assistant-turn p { font-size: clamp(1.35rem, 2.5vw, 1.8rem); }
.contract-card { border: 1px solid var(--line); border-radius: 30px; padding: clamp(22px, 4vw, 38px); background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025)); box-shadow: inset 0 1px 0 rgba(255,255,255,.07), 0 40px 120px rgba(0,0,0,.3); }
.contract-address { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; min-width: 0; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 14px rgba(99,244,255,.7); }
.contract-address code { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #c9cad7; font-size: clamp(.84rem, 2vw, 1.08rem); }
.contract-address button { border: 1px solid var(--line); border-radius: 10px; padding: 9px 11px; background: rgba(255,255,255,.06); font-size: .68rem; font-weight: 700; letter-spacing: .08em; cursor: pointer; }
.contract-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 24px 0; }
.contract-links a { display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--line); border-radius: 15px; padding: 15px 16px; background: rgba(255,255,255,.045); cursor: pointer; transition: background .2s ease, border-color .2s ease; }
.contract-links a:hover, .contract-links a:focus-visible { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.2); }
.contract-meta { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0; padding-top: 8px; }
.contract-meta div { padding: 15px 18px; border-left: 1px solid var(--line); }
.contract-meta div:first-child { padding-left: 0; border-left: 0; }
.contract-meta dt { color: #737487; font-size: .7rem; }
.contract-meta dd { margin: 7px 0 0; font-size: .88rem; }

.closing { min-height: 100svh; display: grid; place-items: center; padding: 130px 22px 180px; text-align: center; background: radial-gradient(circle at 50% 42%, rgba(85,54,170,.13), transparent 34%), #070814; overflow: hidden; }
.closing-halo { top: 40%; }
.orb-closing { width: clamp(175px, 22vw, 290px); aspect-ratio: 1; animation: closing-breathe 6.5s ease-in-out infinite; }
.closing-copy { margin-top: 38px; }
.closing-copy h2 { margin: 0; font-size: clamp(3rem, 7vw, 6.8rem); line-height: .95; letter-spacing: -.065em; font-weight: 580; }
.closing-copy p { margin: 20px 0 10px; font-size: 1.15rem; }
.closing-copy span { color: #858699; font-size: .76rem; letter-spacing: .12em; }
footer { position: absolute; left: 50%; bottom: 28px; width: min(1000px, calc(100% - 44px)); transform: translateX(-50%); color: #626376; }
footer p { margin: 0 auto 18px; max-width: 900px; font-size: .68rem; line-height: 1.55; }
footer span { font-size: .62rem; letter-spacing: .12em; }
footer a { color: #858699; transition: color .2s ease; }
footer a:hover, footer a:focus-visible { color: #fff; }

.reveal { opacity: 0; transform: translateY(34px); transition: opacity .85s ease, transform .85s cubic-bezier(.2,.8,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.toast { position: fixed; z-index: 80; left: 50%; bottom: 28px; transform: translate(-50%, 18px); padding: 12px 16px; border: 1px solid var(--line); border-radius: 13px; color: #e4e4ec; background: rgba(20,20,36,.9); box-shadow: 0 18px 60px rgba(0,0,0,.35); backdrop-filter: blur(18px); opacity: 0; pointer-events: none; transition: .25s ease; font-size: .8rem; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@keyframes appear { from { opacity: 0; transform: translateY(9px); filter: blur(5px); } to { opacity: 1; transform: translateY(0); filter: blur(0); } }
@keyframes breathe { 0%, 100% { transform: translateX(-50%) scale(1); } 50% { transform: translateX(-50%) scale(1.04); } }
@keyframes closing-breathe { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.04); } }
@keyframes aura { 0%,100% { transform: translate(-50%,-50%) scale(.94); opacity: .7; } 50% { transform: translate(-50%,-50%) scale(1.05); opacity: 1; } }
@keyframes flow-a { 0% { transform: translate(-50%, -50%) scale(1.01) rotate(-1deg); } 100% { transform: translate(-48.5%, -51%) scale(1.06) rotate(2deg); } }
@keyframes flow-b { 0% { transform: translate(-50%, -50%) scale(1.06) rotate(1deg); filter: hue-rotate(-12deg) saturate(1.4); } 100% { transform: translate(-51.5%, -49%) scale(1.02) rotate(-2deg); filter: hue-rotate(16deg) saturate(1.25); } }
@keyframes scroll-dot { 0% { transform: translateY(0); opacity: 0; } 25% { opacity: 1; } 70% { opacity: 1; } 100% { transform: translateY(20px); opacity: 0; } }
@keyframes swap-pulse { 0%,100% { transform: translateX(0); opacity: .65; } 50% { transform: translateX(3px); opacity: 1; } }
@keyframes think { 0%,100% { transform: scale(1); filter: saturate(1); } 50% { transform: scale(1.06); filter: saturate(1.35); } }

@media (max-width: 760px) {
  .site-header { height: 64px; }
  nav a { display: none; }
  .nav-cta { padding: 8px 12px; font-size: .72rem; }
  .hero { padding-top: 82px; }
  .orb-hero { top: 94px; }
  .hero-copy { margin-top: 300px; }
  .hero h1 { font-size: 4.4rem; }
  .pair-card { align-items: stretch; flex-direction: column; }
  .pair-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .button { text-align: center; }
  .scroll-cue { display: none; }
  .statement, .stats, .ask, .misheard, .contract { padding-top: 110px; padding-bottom: 110px; }
  .statement h2 { font-size: clamp(3.5rem, 17vw, 6rem); }
  .statement-detail { max-width: 300px; margin-left: auto; margin-right: auto; line-height: 1.6; }
  .conversation-row { grid-template-columns: 1fr; gap: 24px; }
  .answer-bubble { padding-left: 26px; border-left: 1px solid rgba(255,255,255,.14); }
  .ask-form { grid-template-columns: auto 1fr auto; padding-left: 17px; }
  .answer-card { grid-template-columns: auto 1fr; }
  .share-button { grid-column: 1 / -1; }
  .contract-links { grid-template-columns: 1fr; }
  .contract-meta { grid-template-columns: 1fr 1fr; }
  .contract-meta div, .contract-meta div:first-child { padding: 14px 10px; border-left: 0; border-top: 1px solid var(--line); }
  .closing { padding-bottom: 230px; }
}

@media (max-height: 820px) and (min-width: 761px) {
  .orb-hero { width: 205px; top: 88px; }
  .hero-copy { margin-top: 230px; }
  .hero h1 { font-size: 4.7rem; }
  .pair-card { margin-top: 16px; }
  .hero-dialogue { gap: 10px; }
}

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