:root {
  --ink: #f3f4ed;
  --muted: #afc2ce;
  --white: #f9faf7;
  --green: #b1d6bd;
  --sans: "Outfit", sans-serif;
  --display: "Anton", Impact, sans-serif;
  --gutter: clamp(24px, 4vw, 76px);
  --ease-out: cubic-bezier(.23, 1, .32, 1);
  --ease-in-out: cubic-bezier(.77, 0, .175, 1);
  --ease-drawer: cubic-bezier(.32, .72, 0, 1);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: auto; overflow-x: clip; background: #101c28; }
body { margin: 0; overflow-x: clip; color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
h1, h2, h3, p, dl, dd { margin: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; padding: 0; border: 0; background: none; cursor: pointer; }
img, svg { display: block; }
button:focus-visible, a:focus-visible { outline: 2px solid currentColor; outline-offset: 6px; }
section:focus { outline: none; }
::selection { color: white; background: #476274; }
.skip-link { position: fixed; z-index: 100; top: 100px; left: 24px; padding: 14px 24px; border-radius: 30px; background: white; color: #17232c; transform: translateX(-200%); }
.skip-link:focus { transform: none; }
/* Carried by the accessible name and by crawlers; never painted. */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; border: 0; }

/* A generous, device-like notch, with the rest of the navigation off the canvas. */
.site-header { position: fixed; inset: 0 0 auto; height: 110px; z-index: 40; display: flex; justify-content: space-between; align-items: center; padding: 0 var(--gutter); pointer-events: none; color: var(--white); }
.brand { display: inline-flex; align-items: flex-start; font-size: 44px; font-weight: 800; letter-spacing: -.075em; line-height: 1; pointer-events: auto; }
.brand-mark { align-self: center; margin-right: 12px; width: 40px; height: 40px; border-radius: 12px; object-fit: contain; box-shadow: 0 4px 16px #0000005c; }
.brand > span { font-size: 9px; letter-spacing: 0; margin: 5px 0 0 5px; font-weight: 500; }
.notch { position: absolute; top: 16px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 18px; width: auto; height: 58px; padding: 0 9px 0 26px; background: linear-gradient(180deg, #ffffff87, #ffffff3d 52%, #ffffff52); border: 2px solid #ffffff8f; color: #f9faf7; border-radius: 999px; backdrop-filter: blur(96px) saturate(240%) brightness(1.08); -webkit-backdrop-filter: blur(96px) saturate(240%) brightness(1.08); box-shadow: 0 28px 80px #00000096, 0 8px 24px #00000059, inset 0 3px 0 #ffffffc4, inset 0 -3px 0 #ffffff52, inset 0 0 52px #ffffff30; pointer-events: auto; font-family: var(--sans); text-transform: none; letter-spacing: 0; isolation: isolate; }
.notch-brand { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; font-size: 15px; letter-spacing: -.045em; color: #fff; }
.notch-brand img { width: 20px; height: 20px; opacity: .95; filter: drop-shadow(0 1px 3px #0000006b); }
.notch::before { content: ""; position: absolute; z-index: 0; inset: -5px; border: 1px solid #70a8ff70; border-radius: inherit; opacity: 0; transform: scale(.97); pointer-events: none; }
.notch::after { content: ""; position: absolute; z-index: 0; inset: -10px; border: 1px solid #70a8ff26; border-radius: inherit; opacity: 0; transform: scale(.94); pointer-events: none; }
.notch:hover::before { opacity: 1; animation: pill-ring 1.6s ease-in-out infinite; }
.notch:hover::after { opacity: 1; animation: pill-ring 2.4s ease-in-out .1s infinite reverse; }
.notch > * { position: relative; z-index: 1; }
.notch nav { display: flex; justify-content: flex-start; gap: 18px; padding-left: 18px; border-left: 1px solid #ffffff52; }
.notch nav a { position: relative; font-size: 12px; font-weight: 600; padding: 8px 0; color: #b2bfc7; transition: color 180ms var(--ease-out); }
.notch nav a:hover, .notch nav a[aria-current] { color: white; }
.notch nav a[aria-current]::after { content: ""; position: absolute; bottom: 5px; left: 50%; width: 3px; height: 3px; background: white; border-radius: 50%; }
/* A solid key set into the glass: it carries its own bevel so it reads raised, not pasted on. */
.notch-cta { display: inline-flex; align-items: center; gap: 7px; height: 40px; padding: 0 17px; border: 1px solid #ffffffb8; border-radius: 999px; background: linear-gradient(180deg, #ffffff, #e2eae4); color: #101c28; font-family: var(--sans); font-size: 13px; font-weight: 800; letter-spacing: -.03em; white-space: nowrap; cursor: pointer; box-shadow: 0 7px 20px #00000066, 0 2px 5px #00000038, inset 0 1.5px 0 #fff, inset 0 -2px 5px #0000001f; transition: background 180ms var(--ease-out), box-shadow 180ms var(--ease-out), filter 140ms var(--ease-out); }
.notch-cta > span { font-size: 14px; line-height: 1; transition: transform .22s var(--ease-out); }
.notch-cta:hover { background: linear-gradient(180deg, #fff, #eef3ef); box-shadow: 0 9px 26px #00000073, 0 2px 6px #00000042, inset 0 1.5px 0 #fff, inset 0 -2px 5px #00000014, 0 0 0 4px #9ec6ff2b; }
.notch-cta:hover > span { transform: translate(2px, -2px); }
.notch-cta:active { filter: brightness(.94); }
.primary-link::before { content: ""; position: absolute; z-index: 0; inset: 0; background: linear-gradient(112deg, transparent 34%, #ffffff9c 49%, transparent 64%); transform: translateX(-125%); pointer-events: none; }
.primary-link:hover::before { animation: cta-sweep .72s var(--ease-out) forwards; }
.primary-link > * { position: relative; z-index: 1; }

/* The architecture is a full environment, not a background for a two-column layout. */
.experience { position: relative; isolation: isolate; background: #101c28; }
.scene { position: relative; height: 100svh; min-height: 700px; overflow: clip; background: #101c28; }
.space-journey { position: absolute; z-index: 0; inset: 0; overflow: hidden; background: #020611; pointer-events: none; }
.space-journey img { position: absolute; top: 0; left: 50%; min-width: 100%; min-height: 160%; width: auto; height: auto; transform: translateX(-50%); will-change: transform; }
.sky-depth { position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(180deg, #02071427 0%, #07132316 42%, #08111c45 100%); }
.distant-palace { position: absolute; left: 25%; top: -35%; width: 50%; height: 65%; background: url("assets/floating-island.webp") center / contain no-repeat; opacity: .08; }
.temple-view { position: absolute; left: 21%; top: 28%; width: 58%; height: 60%; transform-origin: 50% 40%; z-index: 2; }
.temple-view img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 35px 50px #00000030); }
.world-orbit { position: absolute; left: 14%; top: 42%; width: 75%; height: 36%; border: 1px solid #f9ffff17; border-radius: 50%; transform: rotate(-17deg); opacity: 0; visibility: hidden; }
.scene-vignette { position: absolute; inset: 0; z-index: 15; pointer-events: none; background: radial-gradient(ellipse at center, transparent 48%, #0308115c 100%); box-shadow: inset 0 -60px 80px -65px #4966794d; }
/* Each chapter gets a clean stage: the hero architecture exits before market data arrives. */
.experience[data-chapter="predict"] .temple-view,
.experience[data-chapter="predict"] .distant-palace,
.experience[data-chapter="predict"] .architecture,
.experience[data-chapter="predict"] .space-prop,
.experience[data-chapter="predict"] .debris,
.experience[data-chapter="trade"] .temple-view,
.experience[data-chapter="trade"] .distant-palace,
.experience[data-chapter="trade"] .architecture,
.experience[data-chapter="trade"] .space-prop,
.experience[data-chapter="trade"] .debris,
.experience[data-chapter="future"] .temple-view,
.experience[data-chapter="future"] .distant-palace,
.experience[data-chapter="future"] .architecture,
.experience[data-chapter="future"] .space-prop,
.experience[data-chapter="future"] .debris { opacity: 0 !important; visibility: hidden !important; }
.experience[data-chapter="future"] .sculpture--guardian,
.experience[data-chapter="future"] .sculpture--philosopher { opacity: 0 !important; visibility: hidden !important; }
/* Hero coins leave with the title so the Trade burst reads as its own moment. */
.experience[data-chapter="trade"] .coin--hero,
.experience[data-chapter="trade"] .coin--hero-two { opacity: 0 !important; visibility: hidden !important; }
/* The active market layer is always crisp, even while ScrollTrigger is being scrubbed. */
.experience[data-chapter="predict"] .floating-card--predict,
.experience[data-chapter="predict"] .market-widget--probability,
.experience[data-chapter="predict"] .detail-card--predict,
.experience[data-chapter="predict"] .satellite--odds,
.experience[data-chapter="trade"] .floating-card--trade,
.experience[data-chapter="trade"] .market-widget--orderbook,
.experience[data-chapter="trade"] .detail-card--trade,
.experience[data-chapter="trade"] .satellite--position,
.experience[data-chapter="trade"] .coin--hero,
.experience[data-chapter="trade"] .coin--hero-two,
.experience[data-chapter="trade"] .coin--trade,
.experience[data-chapter="trade"] .coin--trade-two,
.experience[data-chapter="trade"] .coin--trade-three,
.experience[data-chapter="trade"] .coin--trade-four,
.experience[data-chapter="trade"] .coin--trade-five,
.experience[data-chapter="trade"] .coin--trade-six,
.experience[data-chapter="trade"] .coin--trade-seven,
.experience[data-chapter="trade"] .coin--trade-eight,
.experience[data-chapter="future"] .coin--future-one,
.experience[data-chapter="future"] .coin--future-two,
.experience[data-chapter="future"] .coin--future-three { filter: blur(0px) !important; }
.architecture, .sculpture, .floating-card, .satellite, .market-widget, .detail-card { position: absolute; opacity: 0; visibility: hidden; }
.architecture { z-index: 4; pointer-events: none; transform-origin: 50% 55%; }
.architecture img, .sculpture img { width: 100%; height: 100%; object-fit: contain; }
.architecture--left { width: 23%; height: 100%; left: -6%; top: 11%; transform: rotate(17deg); }
.architecture--right { width: 21%; height: 81%; left: 85%; top: -10%; transform: rotate(-20deg); }
.architecture--fragment { width: 16%; height: 34%; left: 15%; top: 67%; transform: rotate(-23deg); z-index: 3; }
.sculpture { z-index: 5; pointer-events: none; transform-origin: 50% 55%; }
.sculpture-drift { width: 100%; height: 100%; }
.sculpture--guardian { width: 34%; height: 67%; top: 27%; left: 32%; }
.sculpture--philosopher { width: 54%; height: 67%; left: 29%; top: 28%; }
.sculpture--uncle-sam { width: 43%; height: 82%; left: 46%; top: 12%; z-index: 6; }
.sculpture img { filter: drop-shadow(15px 28px 26px #31465015); }
.floating-card { z-index: 9; perspective: 1000px; width: clamp(270px, 22vw, 330px); }
.floating-card--predict { left: 63%; top: 46%; }
.floating-card--trade { left: 15%; top: 44%; }
.satellite { z-index: 7; pointer-events: none; width: 193px; }
.satellite--odds { left: 19%; top: 45%; }
.satellite--position { left: 73%; top: 60%; width: 202px; }
.market-widget { z-index: 8; width: clamp(230px, 18vw, 278px); perspective: 1000px; pointer-events: none; }
.market-widget--probability { left: 13%; top: 26%; }
.market-widget--orderbook { left: 70%; top: 30%; }
.market-widget-card { padding: 17px; border-radius: 16px; background: linear-gradient(132deg, #233b4bf5, #142532f7 54%, #1c3442f5); }
.detail-card { z-index: 8; width: clamp(280px, 22vw, 340px); perspective: 1000px; pointer-events: none; }
.detail-card--predict { left: 11%; top: 51%; }
.detail-card--trade { left: 69%; top: 59%; width: clamp(270px, 20vw, 320px); }
.analytics-card { padding: 19px; border-radius: 18px; background: linear-gradient(132deg, #294454f5, #152833f8 55%, #203d4bf5); }
.analytics-head { display: flex; justify-content: space-between; align-items: center; color: #c5d5dc; font-size: 8px; font-weight: 700; letter-spacing: .1em; }
.analytics-head b { color: var(--green); font-size: 7px; letter-spacing: .08em; }
.analytics-title { display: flex; align-items: baseline; gap: 9px; margin-top: 12px; }
.analytics-title strong { font-size: 32px; letter-spacing: -.07em; line-height: 1; }
.analytics-title span, .depth-summary span { color: var(--green); font-size: 9px; font-weight: 700; }
.signal-chart { width: 100%; height: 84px; margin-top: 11px; overflow: visible; }
.chart-grid { fill: none; stroke: #c7d9e124; stroke-width: 1; }
.signal-fill { fill: #86c8a51f; }
.signal-line, .depth-spark path { fill: none; stroke: #b1d6bd; stroke-width: 2; }
.signal-chart circle { fill: #b1d6bd; }
.analytics-axis { display: flex; justify-content: space-between; margin-top: -2px; color: #8ea5b1; font-size: 7px; }
.analytics-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 13px; padding-top: 11px; border-top: 1px solid #c7d9e126; }
.analytics-stats span { display: flex; flex-direction: column; gap: 3px; }
.analytics-stats small { color: #94aab5; font-size: 7px; font-weight: 600; letter-spacing: .08em; }
.analytics-stats b { font-size: 12px; font-weight: 600; letter-spacing: -.03em; }
.depth-summary { display: flex; align-items: baseline; justify-content: space-between; margin-top: 12px; }
.depth-summary strong { font-size: 31px; letter-spacing: -.07em; line-height: 1; }
.depth-ladder { margin-top: 12px; }
.ladder-row { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: center; height: 22px; overflow: hidden; color: #d5a299; font-size: 9px; font-variant-numeric: tabular-nums; }
.ladder-row i { position: absolute; z-index: 0; right: 27px; width: var(--depth); height: 13px; border-radius: 3px; background: #bb786c3b; }
.ladder-row.bid { color: #b1d6bd; }
.ladder-row.bid i { background: #6d9c7a42; }
.ladder-row span, .ladder-row b { position: relative; z-index: 1; }
.ladder-row b { font-weight: 500; color: #d5e0e2; }
.ladder-mid { display: flex; justify-content: space-between; align-items: center; padding: 7px 0; margin: 3px 0; border-top: 1px solid #c7d9e124; border-bottom: 1px solid #c7d9e124; color: #9db2bd; font-size: 7px; letter-spacing: .08em; }
.ladder-mid b { color: var(--green); font-size: 10px; letter-spacing: 0; }
.depth-spark { width: 100%; height: 48px; margin-top: 9px; }
.widget-top, .widget-labels, .widget-axis, .widget-stats, .book-head, .book-row, .book-mid { display: flex; align-items: center; justify-content: space-between; }
.widget-top { color: #f2f6f0; font-size: 10px; font-weight: 700; letter-spacing: .035em; }
.widget-top b { padding: 4px 6px; border-radius: 5px; background: #b1d6bd1c; color: var(--green); font-size: 7px; letter-spacing: .08em; }
.widget-price { display: flex; align-items: baseline; gap: 8px; margin-top: 13px; }
.widget-price strong { font-size: 31px; letter-spacing: -.065em; line-height: 1; }
.widget-price span { color: var(--green); font-size: 10px; font-weight: 700; }
.widget-labels { margin-top: 12px; color: #b9cad2; font-size: 7px; font-weight: 600; letter-spacing: .09em; }
.probability-chart { width: 100%; height: 99px; margin-top: 4px; overflow: visible; }
.widget-axis { margin-top: -4px; color: #8ea5b1; font-size: 7px; font-variant-numeric: tabular-nums; }
.widget-stats { padding-top: 12px; margin-top: 12px; border-top: 1px solid #c7d9e126; color: #9db2bd; font-size: 8px; }
.widget-stats b { display: block; color: #eaf2ed; font-size: 10px; font-weight: 700; }
.book-head { margin-top: 14px; color: #8fa5b0; font-size: 7px; letter-spacing: .08em; }
.book-row { position: relative; height: 21px; overflow: hidden; font-size: 9px; font-variant-numeric: tabular-nums; }
.book-row > span { position: relative; z-index: 1; width: 33.33%; }
.book-row > span:nth-child(2) { text-align: center; color: #c4d2d9; }
.book-row > i { position: absolute; z-index: 0; right: 0; width: var(--depth); height: 15px; border-radius: 3px; opacity: .5; }
.book-row.ask { color: #e2aaa0; }
.book-row.ask i { background: #b66f6540; }
.book-row.bid { color: #b1d6bd; }
.book-row.bid i { background: #6d9c7a40; }
.book-mid { padding: 7px 0; margin: 2px 0; border-top: 1px solid #c7d9e124; border-bottom: 1px solid #c7d9e124; }
.book-mid b { font-size: 17px; letter-spacing: -.05em; }
.book-mid span { color: var(--green); font-size: 9px; font-weight: 700; }
.candle-chart { width: 100%; height: 62px; margin-top: 9px; }

/* Clear glass: a translucent body, a fine edge, and the scene visible through it. */
.glass-card { position: relative; overflow: hidden; border: 1px solid #c7e0ed66; border-radius: 22px; padding: 24px; background: linear-gradient(125deg, #223b4cf7, #152834fa 48%, #1d3543f7); box-shadow: inset 1px 1px 0 #ffffff36, inset -1px -1px 0 #ffffff0a, 0 20px 50px #0000004a; backdrop-filter: blur(22px) saturate(1.2); -webkit-backdrop-filter: blur(22px) saturate(1.2); }
.card-sheen { position: absolute; z-index: 0; inset: -30% auto -30% -46%; width: 18%; opacity: .78; background: linear-gradient(90deg, transparent, #ffffff30, transparent); transform: skewX(-18deg); pointer-events: none; }
.glass-card > :not(.card-sheen) { position: relative; z-index: 1; }
.glass-card::after { content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; background: radial-gradient(circle at var(--mx, 0%) var(--my, 0%), #ffffff65, transparent 65%); opacity: .45; }
.card-heading { display: flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 600; }
.market-symbol { display: grid; place-items: center; width: 26px; height: 26px; border: 1px solid #6d8b9440; border-radius: 50%; font-size: 18px; }
.demo-dot { margin-left: auto; color: #bacad3; font-size: 7px; letter-spacing: .09em; font-weight: 500; }
.glass-card h3 { font-size: 23px; font-weight: 600; letter-spacing: -.035em; margin-top: 25px; }
.prediction-value { display: flex; align-items: baseline; gap: 7px; margin-top: 14px; }
.prediction-value strong { font-size: 62px; font-weight: 600; letter-spacing: -.075em; line-height: 1; }
.prediction-value small { font-size: 30px; }
.prediction-value > span { font-size: 10px; color: #b6c5ce; }
.prediction-value svg { width: 70px; height: 37px; margin-left: auto; stroke: var(--green); stroke-width: 1.7; fill: none; }
.prediction-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 18px; padding: 10px 0; border-top: 1px solid #c7d9e126; border-bottom: 1px solid #c7d9e126; }
.prediction-meta span, .trade-meta span { display: flex; flex-direction: column; gap: 3px; }
.prediction-meta b, .trade-meta b { font-size: 13px; font-weight: 600; letter-spacing: -.03em; }
.prediction-meta small, .trade-meta small { color: #94aab5; font-size: 7px; font-weight: 600; letter-spacing: .08em; }
.prediction-options { display: flex; gap: 8px; margin-top: 25px; }
.prediction-options button { display: flex; flex: 1; justify-content: space-between; padding: 13px 12px; min-height: 44px; border: 1px solid #72978940; background: #70a08727; border-radius: 9px; color: #cce3d2; font-size: 12px; transition: background-color 180ms var(--ease-out), transform 140ms var(--ease-out); }
.prediction-options button:last-child { background: #b1908221; border-color: #9f897929; color: #e7c5b8; }
.prediction-options button:hover { background: #83a7984d; }
.prediction-options b { font-weight: 600; }
.card-foot { display: flex; justify-content: space-between; margin-top: 16px; color: #b5c6cf; font-size: 9px; }
.trade-card h3 { font-size: 15px; margin-top: 22px; }
.trade-value { display: flex; align-items: baseline; justify-content: space-between; margin-top: 6px; }
.trade-value strong { font-size: 43px; font-weight: 600; letter-spacing: -.055em; }
.trade-value > span { font-size: 11px; font-weight: 500; color: var(--green); }
.chart { width: 100%; height: 84px; margin-top: 14px; color: #b1d6bd; }
.trade-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 11px; }
.trade-meta span + span { padding-left: 8px; border-left: 1px solid #c7d9e126; }
.depth-strip { position: relative; display: flex; gap: 2px; height: 7px; margin-top: 14px; overflow: hidden; border-radius: 4px; background: #15232d; }
.depth-strip > span { display: block; height: 100%; width: var(--depth); transition: width 300ms var(--ease-out); }
.depth-strip .depth-bid { background: linear-gradient(90deg, #5c9273, #9ac9aa); }
.depth-strip .depth-ask { background: linear-gradient(90deg, #b98274, #d4a093); }
.depth-strip em { position: absolute; inset: 0; display: flex; justify-content: space-between; padding: 0 4px; color: #f7faf6d9; font-size: 6px; font-style: normal; font-weight: 700; letter-spacing: .08em; mix-blend-mode: screen; }
.depth-strip em i { font-style: normal; line-height: 7px; }
.card-action { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 46px; padding-top: 10px; border-top: 1px solid #68828e3b; margin-top: 14px; font-size: 12px; font-weight: 500; }
.card-action span { font-size: 19px; transition: transform .2s; }
.card-action:hover span { transform: translate(2px, -2px); }
.mini-card { padding: 18px; border-radius: 17px; background: linear-gradient(125deg, #294554f5, #172b38f7); }
.mini-heading { display: flex; align-items: center; gap: 8px; font-size: 10px; font-weight: 500; }
.mini-symbol { font-size: 20px; }
.mini-value { display: flex; align-items: baseline; margin-top: 14px; font-size: 38px; font-weight: 600; letter-spacing: -.055em; }
.mini-value small { font-size: 21px; }
.mini-value > span { margin-left: auto; font-size: 8px; color: var(--green); letter-spacing: .06em; }
.odds-track { height: 4px; border-radius: 5px; background: #876f672b; margin-top: 11px; overflow: hidden; }
.odds-track span { display: block; width: 61%; height: 100%; background: #5b8874; }
.positive-dot { width: 5px; height: 5px; border-radius: 50%; background: #517a5e; }
.mini-demo { margin-left: auto; font-size: 6px; letter-spacing: .03em; color: #b5c6cf; }
.position-value { margin-top: 16px; font-size: 37px; font-weight: 600; color: var(--green); letter-spacing: -.055em; }
.position-value > span { font-size: 22px; }
.mini-bottom { display: flex; justify-content: space-between; font-size: 9px; margin-top: 8px; color: #b5c6cf; }

/* Baseline: an accessible document. Motion enhancement keeps a single camera pinned. */
.story-panel { position: relative; min-height: 850px; padding: 90px var(--gutter); background: radial-gradient(ellipse at center, #3b5264, #101c28); text-align: center; overflow: clip; }
.panel-copy { position: relative; z-index: 10; }
.panel-copy h1, .panel-copy h2 { font-family: var(--display); font-size: clamp(75px, 9vw, 150px); font-weight: 400; letter-spacing: -.025em; line-height: .95; }
.panel--intro { position: absolute; inset: 0 0 auto; height: 100svh; min-height: 700px; padding: 0; background: none; color: var(--white); }
.panel--intro .panel-copy { position: absolute; left: 5%; right: 5%; top: 17%; }
.panel--intro h1 { font-size: clamp(85px, 10vw, 165px); letter-spacing: -.025em; font-weight: 400; text-shadow: 0 4px 32px #253b4912; }
.arc-badge { display: inline-flex; align-items: center; gap: 9px; margin-top: 19px; padding: 6px 13px 6px 7px; border: 1px solid #ecf3f03d; border-radius: 999px; background: #0b1521a3; box-shadow: inset 0 1px #ffffff14, 0 12px 30px #02071138; color: #eaf1ed; font-size: 10px; font-weight: 600; letter-spacing: .045em; text-transform: uppercase; backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.arc-badge-mark { display: grid; width: 27px; height: 27px; overflow: hidden; border: 1px solid #f6faf580; border-radius: 50%; background: #06152a; box-shadow: 0 0 0 2px #ffffff0c; }
.arc-badge-mark img { width: 100%; height: 100%; object-fit: cover; }
.primary-link { position: relative; overflow: hidden; display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 48px; padding: 12px 14px 12px 22px; border: 1px solid #ffffff73; background: #213440; border-radius: 30px; font-size: 12px; font-weight: 500; color: #fff; transition: background-color 180ms var(--ease-out), box-shadow 180ms var(--ease-out), border-color 180ms var(--ease-out), filter 140ms var(--ease-out); }
.primary-link > span { display: grid; place-items: center; width: 26px; height: 26px; background: #ffffff15; border-radius: 50%; font-size: 17px; line-height: 1; transition: transform .2s; }
.primary-link:hover { background: #354e5e; box-shadow: 0 5px 25px #2037441a; }
.primary-link:hover > span { transform: translateY(-2px); }
.hero-enter { position: absolute; z-index: 12; left: 50%; bottom: 14%; transform: translateX(-50%); color: #20323e; background: #ecf1e9d9; border-color: #ffffffb3; backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.hero-enter > span { background: #ffffff73; }
.hero-enter:hover { background: #f2f5f0e8; }
.chapter-action { position: absolute; bottom: 10%; left: 50%; transform: translateX(-50%); z-index: 12; }
.panel--outro { display: grid; align-content: center; min-height: 750px; }
.panel--outro h2 { font-size: clamp(80px, 9.6vw, 150px); }
.panel--outro .primary-link { margin-top: 35px; }
.fallback-sculpture { position: absolute; width: 55%; height: 62%; left: 18%; top: 23%; object-fit: contain; }
.fallback-market { position: absolute; z-index: 11; width: 240px; padding: 24px; border: 1px solid #fff9; border-radius: 20px; background: #b5d2e12e; backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); top: 40%; left: 59%; text-align: left; }
.fallback-market > span, .fallback-market strong { display: block; }
.fallback-market strong { font-size: 46px; font-weight: 600; letter-spacing: -.05em; margin: 15px 0; }
.fallback-market small { display: block; margin: -7px 0 14px; color: #bfd0d8; font-size: 10px; }
.fallback-market button { font-size: 12px; min-height: 44px; }
.journey-status { display: none; }
.journey-progress { position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; z-index: 18; background: #eaf2f033; }
.journey-progress > span { display: block; width: 100%; height: 100%; background: #f8faf4b3; transform: scaleX(0); transform-origin: left; }

.experience.is-animated { height: 100svh; min-height: 600px; overflow: clip; }
.is-animated .scene { position: absolute; inset: 0; height: 100%; min-height: 0; }
.is-animated .story-panels { position: absolute; inset: 0; pointer-events: none; z-index: 11; }
.is-animated .story-panel { position: absolute; inset: 0; height: 100%; min-height: 0; padding: 0; background: none; pointer-events: none; }
.is-animated .story-panel .panel-copy { position: absolute; top: 18%; left: 5%; right: 5%; }
.is-animated .panel--intro .panel-copy { top: 17%; }
.is-animated .panel--outro .panel-copy { top: 31%; left: 8%; right: auto; width: 38%; text-align: left; }
.is-animated .panel-copy a, .is-animated .panel-copy button, .is-animated .hero-enter, .is-animated .chapter-action { pointer-events: auto; }
.is-animated .chapter-action { bottom: 8.7%; }
.is-animated .fallback-sculpture, .is-animated .fallback-market { display: none; }
.is-animated .journey-status { position: absolute; bottom: 31px; left: var(--gutter); right: var(--gutter); z-index: 20; display: flex; justify-content: space-between; align-items: center; color: var(--ink); }
.chapter-count { display: flex; gap: 11px; align-items: center; font-size: 10px; font-weight: 500; font-variant-numeric: tabular-nums; }
.count-line { width: 37px; height: 1px; background: currentColor; opacity: .4; }
.chapter-nav { display: flex; gap: 4px; position: absolute; left: 50%; transform: translateX(-50%); }
.chapter-nav a { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid transparent; border-radius: 50%; transition: border-color .2s; }
.chapter-nav a > span { display: block; width: 4px; height: 4px; background: currentColor; border-radius: 50%; opacity: .45; }
.chapter-nav a[aria-current] { border-color: #6a84926b; }
.chapter-nav a[aria-current] > span { opacity: 1; }
.scroll-cue { display: flex; gap: 20px; align-items: center; font-size: 10px; }
.scroll-cue > span { font-size: 19px; }
.experience[data-chapter="intro"] .journey-status { color: #eaf0ef; }

.site-footer { position: relative; z-index: 21; display: flex; align-items: center; flex-wrap: wrap; gap: 20px; padding: 45px var(--gutter) 24px; background: #101c28; border-top: 1px solid #ffffff60; font-size: 11px; }
.site-footer .brand { margin-right: auto; }
.site-footer > a:last-of-type { margin-left: 50px; }
.demo-disclosure { width: 100%; font-size: 9px; color: #afc2ce; margin-top: 5px; }

/* Native dialog: these are product previews, never a disguised live trade. */
.market-dialog { width: min(480px, calc(100% - 32px)); max-height: calc(100svh - 40px); margin: auto; padding: 28px; border: 1px solid #fff; border-radius: 24px; background: #20313fed; color: var(--ink); box-shadow: 0 30px 100px #0b253a33; }
.market-dialog::backdrop { background: #20374545; backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.dialog-top { display: flex; align-items: center; justify-content: space-between; }
.dialog-top .brand { font-size: 37px; }
.dialog-close { width: 44px; height: 44px; font-size: 28px; }
.preview-label { margin-top: 30px; color: #b5c6cf; font-size: 9px; letter-spacing: .08em; }
.preview-tabs { display: flex; gap: 8px; margin: 20px 0 25px; padding-bottom: 15px; border-bottom: 1px solid #506c792e; }
.preview-tabs button { border-radius: 30px; padding: 12px 22px; font-size: 12px; }
.preview-tabs [aria-pressed="true"] { background: #e9efea; color: #1f3442; }
.market-dialog h2 { font-size: 35px; letter-spacing: -.045em; font-weight: 600; line-height: 1.05; }
.dialog-description { font-size: 13px; color: #b5c6cf; line-height: 1.65; margin-top: 15px; }
.preview-details { margin: 20px 0; }
.preview-details > div { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid #506c7926; font-size: 12px; }
.preview-details dt { color: #b5c6cf; }
.preview-details dd { font-weight: 600; text-align: right; }
.preview-note { font-size: 10px; line-height: 1.6; color: #b5c6cf; }
.dialog-done { width: 100%; display: flex; justify-content: space-between; margin-top: 24px; padding: 15px 18px; border-radius: 9px; background: var(--ink); color: #1f3442; font-size: 12px; }
/* The CTA never moves on hover: .hero-enter and .chapter-action are centred with
   translateX(-50%), and any transform here would replace it and throw them half a
   width to the right. The hover lives in light instead. */
@media (hover: hover) and (pointer: fine) {
  .primary-link:hover { animation: cta-breathe 1.9s var(--ease-out) infinite; }
}
.primary-link:active, .prediction-options button:active, .card-action:active, .dialog-done:active { transition-duration: 140ms; }
.prediction-options button:active, .card-action:active, .dialog-done:active { transform: scale(.97); }
.primary-link:active { filter: brightness(.92); }
.market-dialog { opacity: 0; transform: translateY(10px) scale(.97); transition: opacity 240ms var(--ease-out), transform 240ms var(--ease-out), display 240ms allow-discrete, overlay 240ms allow-discrete; }
.market-dialog[open] { opacity: 1; transform: none; }
@starting-style { .market-dialog[open] { opacity: 0; transform: translateY(10px) scale(.97); } }

@keyframes cta-sweep {
  to { transform: translateX(125%); }
}
/* A hover that reads as energy without displacing the button by a pixel. */
@keyframes cta-breathe {
  0%, 100% { box-shadow: 0 0 0 0 #9ec6ff00, 0 6px 22px #00000045; border-color: #ffffff73; }
  50%      { box-shadow: 0 0 0 5px #9ec6ff26, 0 12px 34px #00000066; border-color: #ffffffc7; }
}
@keyframes pill-ring {
  0%, 100% { transform: scale(.97); box-shadow: 0 0 0 0 #70a8ff00; }
  50% { transform: scale(1.015); box-shadow: 0 0 24px 2px #70a8ff20; }
}

@media (min-width: 1800px) {
  .satellite { width: 220px; }
  .glass-card { padding: 28px; }
}
@media (max-width: 1100px) {
  .notch { width: auto; gap: 14px; }
  .floating-card { width: 266px; }
  .floating-card--predict { left: 61%; }
  .floating-card--trade { left: 9%; }
  .satellite--odds { left: 15%; width: 170px; }
  .satellite--position { left: 74%; width: 173px; }
  .market-widget { width: 230px; }
  .market-widget--probability { left: 8%; }
  .market-widget--orderbook { left: 72%; }
  .detail-card { width: 245px; }
  .detail-card--predict { left: 8%; }
  .detail-card--trade { left: auto; right: 8%; top: 58%; }
  .glass-card { padding: 20px; }
  .mini-card { padding: 15px; }
  .card-heading { font-size: 10px; }
  .glass-card h3 { font-size: 21px; }
}
@media (max-width: 760px) {
  :root { --gutter: 24px; }
  .site-header { height: 142px; align-items: flex-end; padding-bottom: 20px; }
  .site-header > .brand { font-size: 32px; }
  .notch { top: 12px; width: auto; max-width: calc(100% - 28px); height: 50px; padding: 0 7px 0 19px; gap: 13px; border-radius: 999px; }
  .notch-brand { font-size: 14px; gap: 7px; }
  .notch-brand img { width: 19px; height: 19px; }
  .notch nav { gap: 14px; padding-left: 13px; }
  .notch nav a { font-size: 11px; padding: 7px 0; }
  .notch-cta { height: 36px; padding: 0 14px; gap: 6px; font-size: 12px; }
  .notch-cta > span { font-size: 13px; }
  .scene, .panel--intro { min-height: 740px; }
  .temple-view { background: none; transform-origin: 50% 50%; left: 2%; top: 33%; width: 96%; height: 44%; }
  .temple-view img { position: static; width: 100%; height: 100%; max-width: none; object-fit: contain; }
  .panel--intro .panel-copy { top: 21%; }
  .panel--intro h1 { font-size: clamp(66px, 18vw, 106px); max-width: 440px; margin-inline: auto; }
  .arc-badge { margin-top: 15px; font-size: 9px; }
  .arc-badge-mark { width: 24px; height: 24px; }
  .hero-enter { bottom: 14%; }
  .primary-link { font-size: 11px; padding: 10px 12px 10px 19px; gap: 24px; min-height: 45px; }
  .panel-copy h2 { font-size: clamp(65px, 17vw, 110px); max-width: 90%; margin-inline: auto; }
  .story-panel { min-height: 820px; padding: 75px 20px; }
  .fallback-sculpture { left: 2%; top: 25%; width: 90%; height: 45%; }
  .fallback-market { left: auto; right: 6%; top: 58%; width: 210px; padding: 20px; }
  .fallback-market strong { font-size: 39px; }
  .panel--outro { min-height: 670px; }
  .panel--outro h2 { font-size: clamp(65px, 17vw, 104px); }
  .experience.is-animated { min-height: 0; }
  .is-animated .story-panel .panel-copy { top: 21%; left: 3%; right: 3%; }
  .is-animated .panel--intro .panel-copy { top: 21%; }
  .is-animated .panel--outro .panel-copy { top: 17%; left: 5%; right: 5%; width: auto; text-align: center; }
  .is-animated .chapter-action { bottom: 7.8%; }
  .is-animated .journey-status { bottom: 17px; left: 22px; right: 22px; }
  .chapter-count { font-size: 8px; gap: 7px; }
  .count-line { width: 21px; }
  .scroll-cue { font-size: 8px; gap: 8px; }
  .chapter-nav { gap: 0; }
  .chapter-nav a { width: 25px; height: 29px; }
  .chapter-nav a[aria-current] { border: 0; }
  .chapter-nav a > span { width: 3px; height: 3px; }
  .architecture--left { width: 43%; height: 68%; top: 34%; left: -24%; }
  .architecture--right { width: 41%; height: 61%; top: 25%; left: 83%; }
  .architecture--fragment { width: 27%; height: 23%; top: 58%; left: 2%; }
  .sculpture--guardian { width: 70%; height: 47%; left: 6%; top: 33%; }
  .sculpture--philosopher { width: 111%; height: 44%; left: -3%; top: 33%; }
  .sculpture--uncle-sam { width: 88%; height: 64%; left: 6%; top: 27%; }
  .floating-card { width: 216px; }
  .floating-card--predict { top: 55%; left: auto; right: 6%; }
  .floating-card--trade { top: 55%; left: 8%; }
  /* Keep the mobile compositor on a single inexpensive layer. Cards are already
     opaque, so backdrop blur and animated blur filters only add GPU work here. */
  .glass-card { padding: 16px; border-radius: 17px; background: linear-gradient(125deg, #223b4c, #152834 48%, #1d3543); backdrop-filter: none; -webkit-backdrop-filter: none; }
  .arc-badge, .hero-enter, .fallback-market { backdrop-filter: none; -webkit-backdrop-filter: none; }
  .arc-badge { background: #0b1521; }
  .hero-enter { background: #ecf1e9; }
  .temple-view, .space-prop, .architecture, .sculpture, .floating-card, .coin { filter: none !important; }
  .card-heading { font-size: 9px; gap: 7px; }
  .market-symbol { width: 22px; height: 22px; font-size: 15px; }
  .demo-dot { font-size: 6px; }
  .glass-card h3 { font-size: 18px; margin-top: 17px; }
  .prediction-value { margin-top: 10px; gap: 5px; }
  .prediction-value strong { font-size: 46px; }
  .prediction-value small { font-size: 24px; }
  .prediction-value > span { font-size: 8px; }
  .prediction-value svg { width: 51px; height: 30px; }
  .prediction-options { margin-top: 17px; gap: 7px; }
  .prediction-options button { font-size: 10px; padding: 11px 9px; min-height: 40px; }
  .card-foot { margin-top: 11px; font-size: 7px; }
  .trade-card h3 { font-size: 12px; margin-top: 16px; }
  .trade-value strong { font-size: 34px; }
  .trade-value > span { font-size: 9px; }
  .chart { height: 59px; margin-top: 9px; }
  .card-action { min-height: 40px; font-size: 10px; margin-top: 8px; }
  .satellite { display: none; }
  .market-widget { display: none; }
  .detail-card { display: none; }
  .world-orbit { width: 115%; height: 28%; top: 49%; left: -8%; }
  .site-footer { gap: 20px; padding-top: 32px; font-size: 9px; }
  .site-footer .brand { font-size: 36px; }
  .site-footer > a:last-of-type { margin-left: 0; }
  .demo-disclosure { font-size: 8px; }
  .market-dialog { padding: 23px; }
}
@media (max-width: 360px) {
  .notch { gap: 12px; padding-left: 19px; }
  .panel-copy h2 { font-size: 60px; }
  .floating-card { width: 200px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
  .primary-link, .prediction-options button, .card-action, .dialog-done { transition: color 160ms var(--ease-out), background-color 160ms var(--ease-out), opacity 160ms var(--ease-out) !important; }
}

/* Small, independently animated fragments establish parallax without extra copy. */
.star-field { position: absolute; inset: -10%; opacity: .82; pointer-events: none; background-image: radial-gradient(circle at 12% 25%, #eef7ff 0 1px, transparent 1.6px), radial-gradient(circle at 32% 12%, #d6e3eacc 0 .8px, transparent 1.3px), radial-gradient(circle at 68% 25%, #d6e3eabb 0 .9px, transparent 1.4px), radial-gradient(circle at 82% 39%, #d6e3eaaa 0 .8px, transparent 1.3px), radial-gradient(circle at 25% 74%, #eef7ffcc 0 1px, transparent 1.6px), radial-gradient(circle at 92% 78%, #d6e3eaaa 0 .9px, transparent 1.4px), radial-gradient(circle at 56% 88%, #d6e3eaaa 0 1px, transparent 1.5px); background-size: 470px 410px; }
.star-field::before, .star-field::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle, #eaf4fa 0 .7px, transparent 1.25px); background-size: 137px 173px; background-position: 29px 47px; opacity: .4; }
.star-field::after { background-size: 263px 229px; background-position: 111px 19px; opacity: .52; filter: drop-shadow(0 0 3px #a8d4ea); }
.space-prop { position: absolute; z-index: 3; pointer-events: none; opacity: 0; visibility: hidden; }
.space-prop img, .prop-drift { width: 100%; height: 100%; object-fit: contain; }
.space-prop--arch { left: 68%; top: 3%; width: 26%; height: 34%; }
.space-prop--bust { left: 6%; top: 27%; width: 13%; height: 25%; }
.space-prop--medallion { left: 79%; top: 25%; width: 13%; height: 25%; }
.space-prop--steps { left: 3%; top: 56%; width: 21%; height: 25%; }
.space-prop--wing { left: 76%; top: 62%; width: 20%; height: 30%; }
.space-prop--sundial { left: 39%; top: -7%; width: 17%; height: 27%; }
.coin { position: absolute; z-index: 6; width: 9%; aspect-ratio: 1; opacity: 0; visibility: hidden; pointer-events: none; filter: drop-shadow(0 20px 20px #00000048); }
.coin img { width: 100%; height: 100%; object-fit: contain; }
.coin--hero { left: 8%; top: 29%; width: 7%; }
.coin--hero-two { left: 85%; top: 25%; width: 6%; }
.coin--predict { left: 8%; top: 46%; width: 9%; }
.coin--predict-two { left: 86%; top: 57%; width: 7%; }
.coin--trade { left: 27%; top: 43%; width: 7%; }
.coin--trade-two { left: 17%; top: 35%; width: 7%; }
.coin--trade-three { left: 72%; top: 35%; width: 7%; }
.coin--trade-four { left: 79%; top: 53%; width: 6%; }
.coin--trade-five { left: 18%; top: 55%; width: 6%; }
.coin--trade-six { left: 49%; top: 72%; width: 9%; }
.coin--trade-seven { left: 11%; top: 62%; width: 7%; }
.coin--trade-eight { left: 87%; top: 67%; width: 6%; }
.coin--future-one { left: 7%; top: 66%; width: 7%; z-index: 12; }
.coin--future-two { left: 86%; top: 31%; width: 6%; z-index: 12; }
.coin--future-three { left: 75%; top: 78%; width: 5%; z-index: 12; }
.coin--trade, .coin--trade-two, .coin--trade-three, .coin--trade-four, .coin--trade-five, .coin--trade-seven, .coin--trade-eight { z-index: 12; }
.coin--trade-foot { z-index: 16; }
.debris-field { position: absolute; inset: 0; z-index: 4; pointer-events: none; }
.debris { position: absolute; width: 6%; aspect-ratio: 1; opacity: .7; }
.debris img { width: 100%; height: 100%; object-fit: contain; }
.debris--one { left: 28%; top: 39%; width: 3%; transform: rotate(25deg); }
.debris--two { left: 72%; top: 38%; width: 4%; transform: rotate(-15deg); }
.debris--three { left: 47%; top: 86%; width: 6%; transform: rotate(50deg); }
.debris--four { left: 8%; top: 78%; width: 5%; transform: rotate(-45deg); }
.debris--five { left: 88%; top: 81%; width: 7%; transform: rotate(20deg); }
.debris--six { left: 17%; top: 16%; width: 2.6%; transform: rotate(68deg); opacity: .42; }
.debris--seven { left: 61%; top: 21%; width: 2.2%; transform: rotate(-34deg); opacity: .38; }
.debris--eight { left: 82%; top: 51%; width: 3%; transform: rotate(103deg); opacity: .46; }
@media (max-width: 760px) {
  .space-prop--arch { left: 71%; top: 32%; width: 40%; height: 28%; }
  .space-prop--bust { left: -5%; top: 34%; width: 23%; height: 19%; }
  .space-prop--medallion { left: 79%; top: 27%; width: 22%; height: 20%; }
  .space-prop--wing { left: 73%; top: 64%; width: 31%; height: 25%; }
  .space-prop--steps, .space-prop--sundial { display: none; }
  .coin--hero { left: 7%; top: 28%; width: 12%; }
  .coin--hero-two { left: 83%; top: 25%; width: 10%; }
  .coin--predict { left: 6%; top: 49%; width: 15%; }
  .coin--predict-two { left: 79%; top: 54%; width: 12%; }
  .coin--trade { left: 22%; top: 43%; width: 12%; }
  .coin--trade-two { left: 9%; top: 35%; width: 11%; }
  .coin--trade-three { left: 73%; top: 36%; width: 13%; }
  .coin--trade-four { left: 79%; top: 52%; width: 10%; }
  .coin--trade-five { left: 7%; top: 54%; width: 10%; }
  .coin--trade-six { left: 45%; top: 73%; width: 16%; }
  .coin--trade-seven { left: 5%; top: 63%; width: 12%; }
  .coin--trade-eight { left: 84%; top: 67%; width: 11%; }
  .coin--future-one { left: 4%; top: 68%; width: 13%; }
  .coin--future-two { left: 83%; top: 31%; width: 11%; }
  .coin--future-three { left: 76%; top: 78%; width: 10%; }
  .space-journey img { min-height: 172%; }
  .debris--one { left: 22%; top: 39%; width: 6%; }
  .debris--two { left: 79%; top: 71%; width: 8%; }
  .debris--three { left: 20%; top: 82%; width: 9%; }
  .debris--four, .debris--five, .debris--six, .debris--seven { display: none; }
  .is-animated .panel--intro .panel-copy { top: 23%; }
}
