:root {
  --bg: #03060c;
  --bg-soft: #07101d;
  --panel: rgba(8, 18, 34, .64);
  --panel-strong: rgba(7, 16, 31, .88);
  --line: rgba(148, 184, 230, .14);
  --line-strong: rgba(75, 193, 255, .24);
  --text: #f4f8ff;
  --muted: #91a3ba;
  --muted-2: #64758c;
  --blue: #2563eb;
  --cyan: #06b6d4;
  --gradient: linear-gradient(135deg, #2563eb 0%, #06b6d4 100%);
  --gradient-wide: linear-gradient(110deg, #2563eb 0%, #1689ed 48%, #06b6d4 100%);
  --glow-blue: rgba(37, 99, 235, .28);
  --glow-cyan: rgba(6, 182, 212, .24);
  --max: 1220px;
  --header-h: 76px;
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 50% -10%, rgba(37, 99, 235, .12), transparent 35%),
    linear-gradient(180deg, #02050a 0%, #03060c 52%, #02050a 100%);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::selection { background: rgba(6, 182, 212, .28); color: white; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
svg { display: block; }

.skip-link {
  position: fixed; left: 16px; top: -60px; z-index: 10000;
  padding: 10px 14px; border-radius: 10px; background: white; color: #06101c;
  transition: top .2s ease;
}
.skip-link:focus { top: 14px; }

.scroll-progress {
  position: fixed; z-index: 10000; top: 0; left: 0; width: 0; height: 2px;
  background: var(--gradient); box-shadow: 0 0 18px rgba(6, 182, 212, .75);
}

.site-noise {
  position: fixed; inset: 0; z-index: -1; opacity: .045; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}
.site-grid {
  position: fixed; inset: 0; z-index: -3; pointer-events: none; opacity: .38;
  background-image:
    linear-gradient(rgba(85, 133, 191, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(85, 133, 191, .055) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 50% 28%, black, transparent 75%);
}
.aurora { position: fixed; z-index: -4; pointer-events: none; border-radius: 50%; filter: blur(90px); opacity: .22; }
.aurora-one { width: 520px; height: 520px; left: -180px; top: 8vh; background: #2563eb; animation: auroraFloat 14s ease-in-out infinite alternate; }
.aurora-two { width: 460px; height: 460px; right: -120px; top: 34vh; background: #06b6d4; animation: auroraFloat 18s ease-in-out -4s infinite alternate-reverse; }
.aurora-three { width: 360px; height: 360px; left: 38%; bottom: -180px; background: #174cda; opacity: .12; animation: auroraFloat 16s ease-in-out -7s infinite alternate; }
@keyframes auroraFloat { to { transform: translate3d(60px, 40px, 0) scale(1.14); } }

#networkCanvas { position: fixed; inset: 0; z-index: -2; pointer-events: none; opacity: .6; }
.cursor-glow {
  position: fixed; z-index: 9998; width: 320px; height: 320px; border-radius: 50%; pointer-events: none; opacity: 0;
  transform: translate(-50%, -50%); background: radial-gradient(circle, rgba(34, 177, 239, .09), rgba(37, 99, 235, .03) 42%, transparent 72%);
  transition: opacity .25s ease; mix-blend-mode: screen;
}

.section-shell { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.section { padding: 120px 0; }
.glass {
  background: linear-gradient(135deg, rgba(12, 25, 45, .72), rgba(5, 13, 26, .52));
  border: 1px solid var(--line);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035), 0 24px 80px rgba(0, 0, 0, .18);
  backdrop-filter: blur(18px);
}
.gradient-text {
  color: transparent;
  background: var(--gradient-wide);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 0 26px rgba(41, 153, 235, .12));
}
.brand-script { font-family: Pacifico, cursive; font-weight: 400; letter-spacing: .01em; padding-right: .08em; }

.site-header {
  position: fixed; z-index: 2000; top: 14px; left: 50%; transform: translateX(-50%);
  width: min(1260px, calc(100% - 28px)); height: var(--header-h);
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 0 18px 0 14px; border: 1px solid rgba(142, 183, 231, .12); border-radius: 24px;
  background: rgba(3, 7, 13, .66); box-shadow: 0 18px 60px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255,255,255,.025);
  backdrop-filter: blur(20px) saturate(130%);
}
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.brand-mark {
  width: 42px; height: 42px; display: grid; place-items: center; overflow: visible;
  filter: drop-shadow(0 0 16px rgba(6, 182, 212, .16));
}
.brand-mark img { width: 42px; height: 32px; object-fit: contain; }
.brand-wordmark {
  font-family: Pacifico, cursive; font-size: 24px; font-weight: 400; letter-spacing: .01em; line-height: 1;
  color: transparent; background: var(--gradient); -webkit-background-clip: text; background-clip: text;
}
.desktop-nav { display: flex; align-items: center; gap: 6px; }
.desktop-nav a {
  position: relative; padding: 10px 13px; border-radius: 12px; color: #8294aa; font-size: 13px; font-weight: 600;
  transition: color .2s ease, background .2s ease;
}
.desktop-nav a:hover, .desktop-nav a.is-active { color: white; background: rgba(255,255,255,.035); }
.desktop-nav a.is-active::after {
  content: ""; position: absolute; left: 50%; bottom: 3px; width: 18px; height: 2px; transform: translateX(-50%);
  border-radius: 999px; background: var(--gradient); box-shadow: 0 0 10px rgba(6,182,212,.6);
}
.header-actions { display: flex; align-items: center; gap: 12px; }
.launch-pill {
  display: inline-flex; align-items: center; gap: 8px; padding: 10px 13px; border-radius: 999px;
  border: 1px solid rgba(99, 189, 240, .16); background: rgba(12, 31, 52, .56); color: #b8c8db; font-size: 12px; font-weight: 700;
}
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: #28d7e2; box-shadow: 0 0 0 0 rgba(40,215,226,.45); animation: livePulse 1.8s infinite; }
@keyframes livePulse { 70% { box-shadow: 0 0 0 9px rgba(40,215,226,0); } 100% { box-shadow: 0 0 0 0 rgba(40,215,226,0); } }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 0; place-items: center; cursor: pointer; }
.menu-toggle span { position: absolute; width: 18px; height: 1.5px; border-radius: 2px; background: #e6f5ff; transition: transform .2s ease; }
.menu-toggle span:first-child { transform: translateY(-4px); }
.menu-toggle span:last-child { transform: translateY(4px); }
.menu-toggle[aria-expanded="true"] span:first-child { transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: rotate(-45deg); }
.mobile-nav {
  position: fixed; z-index: 1900; top: 100px; left: 14px; right: 14px; padding: 14px;
  border-radius: 22px; border: 1px solid var(--line); background: rgba(3,7,13,.94); backdrop-filter: blur(22px);
  box-shadow: 0 24px 70px rgba(0,0,0,.4);
}
.mobile-nav a { display: block; padding: 14px; border-radius: 12px; color: #b5c5d7; font-weight: 600; }
.mobile-nav a:hover { background: rgba(255,255,255,.04); color: white; }

.hero {
  min-height: 100vh; padding-top: 150px; padding-bottom: 52px;
  display: grid; grid-template-columns: 1.04fr .96fr; grid-template-rows: 1fr auto; column-gap: 44px; align-items: center;
}
.hero-copy { position: relative; z-index: 3; padding: 42px 0 36px; }
.eyebrow, .section-kicker {
  display: inline-flex; align-items: center; gap: 9px; color: #79c9ed; font-size: 11px; line-height: 1; font-weight: 800; letter-spacing: .18em;
}
.eyebrow { margin-bottom: 22px; }
.eyebrow-pulse { width: 25px; height: 1px; background: var(--gradient); box-shadow: 0 0 14px rgba(6,182,212,.55); }
.hero h1 {
  margin: 0; max-width: 720px; font-size: clamp(52px, 6vw, 91px); line-height: .94; letter-spacing: -.065em; font-weight: 800;
}
.hero-lede { max-width: 650px; margin: 26px 0 0; color: #96a9c0; font-size: clamp(16px, 1.55vw, 19px); line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button {
  min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 18px; border-radius: 14px;
  border: 1px solid transparent; cursor: pointer; font-weight: 700; font-size: 13px; transition: transform .18s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.button-primary { background: var(--gradient); color: white; box-shadow: 0 12px 34px rgba(37,99,235,.24), inset 0 1px 0 rgba(255,255,255,.18); }
.button-primary:hover { box-shadow: 0 16px 42px rgba(37,99,235,.34), 0 0 0 1px rgba(87,210,248,.15); }
.button-ghost { border-color: rgba(141, 183, 231, .16); background: rgba(8, 18, 31, .58); color: #c4d2e2; }
.button-ghost:hover { border-color: rgba(66, 183, 235, .32); background: rgba(10, 27, 45, .72); }

.store-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.store-badge {
  min-width: 184px; height: 58px; display: inline-flex; align-items: center; gap: 11px; padding: 7px 15px;
  border-radius: 15px; border: 1px solid rgba(143, 186, 231, .15); color: #edf7ff; background: rgba(5, 12, 22, .78);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04); cursor: pointer; text-align: left;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .18s ease;
}
.store-badge:hover { border-color: rgba(70, 190, 239, .35); background: rgba(8, 22, 37, .9); box-shadow: 0 12px 30px rgba(0,0,0,.22); }
.store-logo { width: 27px; height: 27px; flex: 0 0 27px; display: grid; place-items: center; }
.store-logo svg { width: 25px; height: 25px; }
.apple-logo { color: white; }
.play-logo { color: inherit; }
.play-logo svg { width: 27px; height: 27px; overflow: visible; }
.store-copy { display: grid; gap: 1px; }
.store-copy small { color: #8295ac; font-size: 10px; line-height: 1.1; font-weight: 600; }
.store-copy strong { font-size: 17px; line-height: 1.1; letter-spacing: -.02em; }

.hero-visual { position: relative; min-height: 610px; display: grid; place-items: center; perspective: 1200px; }
.hero-orbit { position: relative; width: min(590px, 46vw); aspect-ratio: 1; transform-style: preserve-3d; transition: transform .18s ease-out; }
.orbit-ring { position: absolute; border: 1px solid rgba(77, 167, 225, .14); border-radius: 50%; }
.ring-a { inset: 8%; animation: orbitRotate 24s linear infinite; }
.ring-b { inset: 19%; border-style: dashed; border-color: rgba(78, 210, 232, .17); animation: orbitRotate 19s linear infinite reverse; }
.ring-c { inset: 31%; border-color: rgba(56, 125, 231, .2); animation: orbitPulse 4s ease-in-out infinite; }
.ring-a::before, .ring-b::before {
  content: ""; position: absolute; width: 8px; height: 8px; top: 14%; left: 8%; border-radius: 50%; background: #22c6e2; box-shadow: 0 0 20px rgba(34,198,226,.85);
}
.ring-b::before { width: 6px; height: 6px; top: auto; left: auto; right: 8%; bottom: 18%; background: #3472f1; }
@keyframes orbitRotate { to { transform: rotate(360deg); } }
@keyframes orbitPulse { 50% { transform: scale(1.045); opacity: .55; } }
.orbit-glow { position: absolute; inset: 25%; border-radius: 50%; background: radial-gradient(circle, rgba(19,140,238,.18), rgba(4,187,214,.05) 50%, transparent 70%); filter: blur(28px); animation: coreBreath 4.5s ease-in-out infinite; }
@keyframes coreBreath { 50% { transform: scale(1.18); opacity: .7; } }
.hero-logo-core {
  position: absolute; inset: 30%; display: grid; place-items: center; z-index: 3; border-radius: 50%;
  background: radial-gradient(circle, rgba(10,25,45,.86), rgba(3,9,18,.48) 62%, transparent 65%);
}
.hero-logo-core img { width: 94%; filter: drop-shadow(0 16px 35px rgba(0,0,0,.35)) drop-shadow(0 0 28px rgba(16,151,235,.18)); animation: logoFloat 5s ease-in-out infinite; }
.logo-aura { position: absolute; inset: -18%; border: 1px solid rgba(66,183,235,.14); border-radius: 50%; box-shadow: 0 0 45px rgba(31,132,232,.07); animation: auraSpin 12s linear infinite; }
.logo-aura::before, .logo-aura::after { content: ""; position: absolute; inset: 9%; border: 1px solid rgba(6,182,212,.08); border-radius: 50%; }
.logo-aura::after { inset: 21%; }
@keyframes logoFloat { 50% { transform: translateY(-8px) scale(1.015); } }
@keyframes auraSpin { to { transform: rotate(360deg); } }
.orbit-chip {
  position: absolute; z-index: 4; display: inline-flex; align-items: center; gap: 8px; padding: 8px 11px;
  border: 1px solid rgba(105, 185, 232, .16); border-radius: 999px; background: rgba(5, 15, 27, .72); backdrop-filter: blur(12px);
  color: #a8bbcf; font-size: 9px; font-weight: 800; letter-spacing: .14em; box-shadow: 0 8px 24px rgba(0,0,0,.2);
}
.orbit-chip span { width: 5px; height: 5px; border-radius: 50%; background: #1fc8e2; box-shadow: 0 0 10px rgba(31,200,226,.7); }
.orbit-social { top: 12%; left: 15%; animation: chipFloat 5.2s ease-in-out infinite; }
.orbit-market { right: 7%; top: 39%; animation: chipFloat 6s ease-in-out -1.3s infinite; }
.orbit-create { bottom: 12%; left: 21%; animation: chipFloat 5.6s ease-in-out -2.6s infinite; }
.orbit-brand { top: 28%; left: -1%; animation: chipFloat 6.3s ease-in-out -.7s infinite; }
@keyframes chipFloat { 50% { transform: translateY(-9px); } }
.signal-panel { position: absolute; z-index: 5; border-radius: 18px; padding: 14px 15px; min-width: 150px; }
.signal-panel small { color: #69bddf; font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.signal-panel strong { display: block; margin-top: 7px; color: #ddecf8; font-size: 11px; }
.signal-panel-a { right: -2%; bottom: 16%; animation: panelFloat 6.5s ease-in-out infinite; }
.signal-panel-b { left: -5%; bottom: 27%; animation: panelFloat 7s ease-in-out -2.5s infinite; }
@keyframes panelFloat { 50% { transform: translate3d(0,-10px,16px); } }
.signal-bars { height: 24px; display: flex; align-items: end; gap: 3px; margin-top: 8px; }
.signal-bars i { width: 4px; border-radius: 4px; background: var(--gradient); animation: signalBar 1.1s ease-in-out infinite alternate; }
.signal-bars i:nth-child(1) { height: 7px; }.signal-bars i:nth-child(2) { height: 15px; animation-delay:.1s; }.signal-bars i:nth-child(3) { height: 22px; animation-delay:.2s; }.signal-bars i:nth-child(4) { height: 13px; animation-delay:.3s; }.signal-bars i:nth-child(5) { height: 19px; animation-delay:.4s; }.signal-bars i:nth-child(6) { height: 9px; animation-delay:.5s; }
@keyframes signalBar { to { transform: scaleY(.55); opacity:.65; } }
.mini-flow { display: flex; align-items: center; gap: 4px; margin-top: 10px; }
.mini-flow b { width: 8px; height: 8px; border-radius: 50%; background: linear-gradient(135deg,#2563eb,#06b6d4); box-shadow: 0 0 12px rgba(6,182,212,.3); }
.mini-flow em { width: 22px; height: 1px; background: linear-gradient(90deg, rgba(37,99,235,.2),rgba(6,182,212,.6)); }

.countdown-card {
  grid-column: 1 / -1; min-height: 112px; margin-top: 24px; padding: 19px 22px; border-radius: 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 30px; overflow: hidden; position: relative;
}
.countdown-card::after { content:""; position:absolute; width:260px; height:260px; right:-120px; top:-160px; background:#06b6d4; filter:blur(80px); opacity:.08; pointer-events:none; }
.countdown-heading { display: grid; gap: 7px; min-width: max-content; }
.countdown-heading strong { font-size: 18px; letter-spacing: .08em; }
.countdown { display: flex; align-items: center; justify-content: flex-end; gap: 20px; flex: 1; }
.countdown > div { min-width: 82px; text-align: center; }
.countdown strong { display: block; font-variant-numeric: tabular-nums; font-size: clamp(28px, 3vw, 42px); line-height: 1; letter-spacing: -.04em; }
.countdown span { display: block; margin-top: 6px; color: #687b92; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.countdown > i { width: 1px; height: 42px; background: linear-gradient(transparent, rgba(114,174,224,.2), transparent); }


.section-heading { max-width: 840px; margin-bottom: 46px; }
.section-heading h2 { margin: 16px 0 17px; font-size: clamp(38px, 5vw, 64px); line-height: 1.02; letter-spacing: -.055em; }
.section-heading > p, .split-heading > p { margin: 0; color: #8194aa; font-size: 15px; line-height: 1.75; max-width: 720px; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 60px; }
.split-heading > p { padding-bottom: 7px; }

.vision-bento {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(340px, .78fr);
  gap: 20px;
  align-items: stretch;
}
.bento-card {
  position: relative;
  min-height: 360px;
  padding: 30px;
  border-radius: var(--radius);
  overflow: hidden;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  transform-style: preserve-3d;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.bento-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 260px;
  height: 260px;
  right: -95px;
  top: -125px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(6,182,212,.085), rgba(37,99,235,.025) 48%, transparent 72%);
  filter: blur(5px);
  pointer-events: none;
}
.bento-card > * { position: relative; z-index: 1; }
.bento-card:hover {
  border-color: rgba(73,183,235,.28);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.055), 0 30px 90px rgba(0,0,0,.26), 0 0 0 1px rgba(6,182,212,.025);
}
.bento-large {
  min-height: 670px;
  grid-row: span 2;
}
.bento-wide {
  grid-column: 1 / -1;
  min-height: 320px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
  align-items: center;
  gap: 52px;
}
.card-topline {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 10px;
  color: #8ec9e5;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 800;
}
.icon-shell {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(90,194,237,.2);
  background: linear-gradient(145deg, rgba(13,40,65,.72), rgba(8,24,42,.62));
  color: #72daf0;
  font-size: 14px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.035), 0 8px 24px rgba(0,0,0,.12);
}
.bento-card h3 {
  max-width: 560px;
  margin: 22px 0 11px;
  font-size: clamp(27px, 2.7vw, 38px);
  line-height: 1.055;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.bento-card p {
  max-width: 590px;
  margin: 0;
  color: #8498ae;
  line-height: 1.68;
  font-size: 14px;
}
/* Keep the two compact right-side cards readable before their visuals begin. */
.marketplace-card,
.brand-card {
  min-height: 372px;
  padding: 28px;
}
.marketplace-card h3,
.brand-card h3 {
  margin-top: 20px;
  margin-bottom: 9px;
  font-size: clamp(27px, 2.25vw, 32px);
  max-width: 430px;
}
.marketplace-card p,
.brand-card p {
  font-size: 13px;
  line-height: 1.58;
}
.spotlight-card { --spot-x: 50%; --spot-y: 50%; }
.spotlight-card::after {
  content:"";
  position:absolute;
  z-index: 0;
  inset:0;
  pointer-events:none;
  opacity:0;
  transition:opacity .25s ease;
  background: radial-gradient(360px circle at var(--spot-x) var(--spot-y), rgba(44,174,238,.085), transparent 58%);
}
.spotlight-card:hover::after { opacity:1; }

/* Social discovery visual lives in normal flow, so it can never cover the copy. */
.story-stack {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 220px;
  flex: 0 0 220px;
  margin-top: auto;
  padding-top: 28px;
}
.story-stack::before {
  content:"";
  position:absolute;
  left:10%; right:10%; bottom:6px; height:80px;
  border-radius:50%;
  background:radial-gradient(ellipse, rgba(37,99,235,.16), transparent 68%);
  filter:blur(18px);
}
.story-card {
  position: absolute;
  width: 66%;
  height: 142px;
  padding: 16px;
  border-radius: 22px;
  border: 1px solid rgba(112,179,227,.16);
  background: linear-gradient(145deg, rgba(14,34,58,.92),rgba(4,13,25,.94));
  box-shadow: 0 20px 60px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.025);
  transform-origin: center bottom;
}
.story-card span {
  display:block;
  width:100%;
  height:66px;
  border-radius:15px;
  background: radial-gradient(circle at 70% 30%, rgba(6,182,212,.38), transparent 35%), linear-gradient(135deg,rgba(37,99,235,.44),rgba(6,182,212,.13));
}
.story-card b { position:absolute; left:16px; bottom:14px; font-size:12px; }
.story-card i { position:absolute; right:16px; bottom:15px; color:#63cbe9; font-style:normal; font-size:9px; font-weight:800; }
.story-one { left: 0; bottom: 0; transform: rotate(-5deg); animation: storyFloat 7s ease-in-out infinite; }
.story-two { left: 20%; bottom: 8px; transform: rotate(1deg); animation: storyFloat 6.5s ease-in-out -2s infinite; }
.story-three { right: 0; bottom: -3px; transform: rotate(6deg); animation: storyFloat 7.5s ease-in-out -4s infinite; }
@keyframes storyFloat { 50% { translate: 0 -7px; } }

/* Marketplace cards are no longer absolutely positioned. This fixes the title/product overlap. */
.product-stack {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  display: grid;
  gap: 9px;
  margin-top: auto;
  padding-top: 18px;
}
.product-block {
  min-height: 64px;
  display:grid;
  grid-template-columns:54px minmax(0,1fr);
  align-items:center;
  gap:12px;
  padding:9px;
  border-radius:17px;
  border:1px solid rgba(114,181,225,.14);
  background:linear-gradient(135deg,rgba(4,13,24,.86),rgba(5,16,28,.68));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.product-block:hover {
  transform: translateY(-2px);
  border-color: rgba(86,195,236,.24);
  background: linear-gradient(135deg,rgba(7,20,36,.92),rgba(5,17,29,.76));
}
.product-image {
  width:54px;
  height:54px;
  border-radius:13px;
  background: linear-gradient(135deg,rgba(37,99,235,.82),rgba(6,182,212,.34));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 10px 26px rgba(14,86,194,.18);
}
.product-image.alt { background: linear-gradient(135deg,rgba(6,182,212,.26),rgba(37,99,235,.74)); }
.product-block b { display:block; font-size:12px; line-height:1.2; }
.product-block small { display:block; margin-top:4px; color:#6f8299; font-size:9px; line-height:1.2; }

/* The live pulse now owns its own vertical space instead of sitting on top of the paragraph. */
.brand-pulse {
  position: relative;
  left: auto;
  bottom: auto;
  width: 126px;
  height: 126px;
  flex: 0 0 126px;
  transform: none;
  margin: auto auto 0;
}
.brand-pulse::before {
  content:"";
  position:absolute;
  inset:20%;
  border-radius:50%;
  background:rgba(6,182,212,.12);
  filter:blur(20px);
}
.brand-pulse i {
  position:absolute;
  inset:0;
  border:1px solid rgba(66,190,235,.17);
  border-radius:50%;
  animation:pulseRing 3.2s ease-out infinite;
}
.brand-pulse i:nth-child(2){ animation-delay:.8s }
.brand-pulse i:nth-child(3){ animation-delay:1.6s }
.brand-pulse i:nth-child(4){ animation-delay:2.4s }
.brand-pulse span {
  position:relative;
  z-index:2;
  width:64px;
  height:64px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:radial-gradient(circle at 35% 30%,#24c7e4,#2563eb 72%);
  font-size:10px;
  font-weight:900;
  letter-spacing:.12em;
  box-shadow:0 0 44px rgba(6,182,212,.22), inset 0 1px 0 rgba(255,255,255,.16);
}
@keyframes pulseRing { 0%{transform:scale(.38);opacity:0} 24%{opacity:.68} 100%{transform:scale(1.18);opacity:0} }

.community-copy { position:relative; z-index:2; }
.community-orbit { position:relative; min-height:250px; display:grid; place-items:center; }
.community-core {
  width:112px;
  height:112px;
  border-radius:50%;
  display:grid;
  place-content:center;
  text-align:center;
  background:radial-gradient(circle at 32% 25%,rgba(25,190,228,.28),rgba(14,37,72,.9));
  border:1px solid rgba(70,195,235,.2);
  box-shadow:0 0 60px rgba(27,121,224,.14), inset 0 1px 0 rgba(255,255,255,.04);
}
.community-core span { font-size:34px; line-height:1; }
.community-core small{margin-top:7px;color:#7bcce7;font-size:7px;font-weight:900;letter-spacing:.16em}
.community-orbit::before,.community-orbit::after{content:"";position:absolute;border:1px dashed rgba(93,166,219,.14);border-radius:50%;inset:13%;animation:orbitRotate 22s linear infinite}
.community-orbit::after{inset:29%;animation-direction:reverse;animation-duration:15s}
.avatar {
  position:absolute;
  width:46px;
  height:46px;
  border-radius:15px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,rgba(37,99,235,.9),rgba(6,182,212,.64));
  border:1px solid rgba(255,255,255,.13);
  font-size:10px;
  font-weight:800;
  box-shadow:0 12px 28px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.08);
}
.avatar-a{top:15%;left:14%;animation:chipFloat 5s ease-in-out infinite}
.avatar-b{top:8%;right:19%;animation:chipFloat 6s -1s ease-in-out infinite}
.avatar-c{bottom:9%;left:25%;animation:chipFloat 5.5s -2s ease-in-out infinite}
.avatar-d{bottom:17%;right:11%;animation:chipFloat 6.5s -3s ease-in-out infinite}

.experience-shell { border-radius: 32px; overflow: hidden; }
.experience-tabs { display:flex; gap:7px; padding:14px; border-bottom:1px solid rgba(119,170,218,.1); background:rgba(4,11,21,.4); }
.experience-tab { min-height:42px; padding:0 16px; border-radius:12px; border:1px solid transparent; background:transparent; color:#73869c; font-size:12px; font-weight:700; cursor:pointer; transition:.2s ease; }
.experience-tab:hover { color:white; background:rgba(255,255,255,.025); }
.experience-tab.is-active { color:#e9f8ff; border-color:rgba(77,190,237,.2); background:linear-gradient(135deg,rgba(37,99,235,.13),rgba(6,182,212,.08)); box-shadow:inset 0 1px 0 rgba(255,255,255,.025); }
.experience-stage { min-height:610px; display:grid; grid-template-columns:1fr 1fr; align-items:center; }
.experience-copy-pane { padding: 62px; position:relative; min-height:420px; }
.experience-copy { position:absolute; inset:62px; opacity:0; transform:translateY(12px); pointer-events:none; transition:opacity .35s ease, transform .35s ease; }
.experience-copy.is-active { opacity:1; transform:none; pointer-events:auto; }
.experience-label { color:#73c8e8; font-size:9px; font-weight:900; letter-spacing:.18em; }
.experience-copy h3 { margin:17px 0 15px; max-width:500px; font-size:clamp(32px,4vw,52px); line-height:1.02; letter-spacing:-.05em; }
.experience-copy p { max-width:520px; margin:0; color:#8195ab; line-height:1.75; font-size:14px; }
.feature-checks { list-style:none; margin:26px 0 0; padding:0; display:grid; gap:12px; }
.feature-checks li { display:flex; align-items:center; gap:10px; color:#b1c0d1; font-size:12px; font-weight:600; }
.feature-checks li::before { content:""; width:18px; height:18px; border-radius:50%; background:radial-gradient(circle,#58d3e5 0 2px,rgba(18,106,190,.26) 3px 100%); border:1px solid rgba(74,184,230,.2); box-shadow:0 0 14px rgba(6,182,212,.1); }
.device-wrap { position:relative; min-height:610px; display:grid; place-items:center; perspective:1200px; transition:transform .16s ease-out; }
.device-halo { position:absolute; width:390px; height:390px; border-radius:50%; background:radial-gradient(circle,rgba(20,149,229,.15),rgba(6,182,212,.04) 45%,transparent 70%); filter:blur(18px); }
.device { position:relative; z-index:2; width:300px; height:570px; padding:10px; border-radius:43px; border:1px solid rgba(144,193,228,.2); background:linear-gradient(145deg,#0c1726,#03070e 62%); box-shadow:0 38px 90px rgba(0,0,0,.5),inset 0 1px 0 rgba(255,255,255,.08),0 0 0 7px rgba(4,10,18,.7); transform:rotateY(-7deg) rotateX(2deg); overflow:hidden; }
.device::before { content:""; position:absolute; top:7px; left:50%; transform:translateX(-50%); width:74px; height:19px; border-radius:999px; background:#01040a; z-index:10; }
.device-top { position:relative; z-index:4; height:50px; display:flex; align-items:end; justify-content:space-between; padding:0 9px 10px; color:#9cafc3; }
.device-top span,.device-top i{width:24px}.device-top b{font-family:Pacifico,cursive;font-size:13px;font-weight:400;color:transparent;background:var(--gradient);-webkit-background-clip:text;background-clip:text}
.device-screen { position:absolute; inset:60px 10px 10px; border-radius:31px; overflow:hidden; opacity:0; transform:scale(.98); transition:opacity .35s ease,transform .35s ease; pointer-events:none; }
.device-screen.is-active { opacity:1; transform:scale(1); }
.screen-story-row { height:62px; display:flex; gap:9px; align-items:center; padding:0 8px; }.screen-story-row i{width:39px;height:39px;border-radius:50%;border:2px solid transparent;background:linear-gradient(#07111f,#07111f) padding-box,var(--gradient) border-box}.screen-story-row i:nth-child(2){opacity:.8}.screen-story-row i:nth-child(3){opacity:.6}.screen-story-row i:nth-child(4){opacity:.45}
.screen-hero-media { position:relative; height:290px; border-radius:22px; overflow:hidden; background:radial-gradient(circle at 70% 25%,rgba(6,182,212,.38),transparent 27%),radial-gradient(circle at 24% 70%,rgba(37,99,235,.6),transparent 35%),linear-gradient(145deg,#0d1730,#07101e); }
.screen-hero-media::before{content:"";position:absolute;width:160px;height:160px;border:1px solid rgba(70,190,238,.18);border-radius:50%;right:-45px;top:20px;box-shadow:0 0 40px rgba(6,182,212,.08)}
.screen-chip { position:absolute; top:14px; left:14px; padding:7px 9px; border-radius:999px; background:rgba(2,7,14,.58); border:1px solid rgba(109,193,231,.16); color:#bcecff; font-size:7px; font-weight:900; letter-spacing:.14em; }
.screen-wave { position:absolute; left:20px; right:20px; bottom:23px; height:36px; display:flex; align-items:center; gap:5px; }.screen-wave i{width:5px;border-radius:9px;background:linear-gradient(#33d3e5,#2a69ef);animation:signalBar 1s ease-in-out infinite alternate}.screen-wave i:nth-child(1){height:10px}.screen-wave i:nth-child(2){height:23px}.screen-wave i:nth-child(3){height:34px}.screen-wave i:nth-child(4){height:18px}.screen-wave i:nth-child(5){height:27px}
.screen-lines{padding:14px 6px;display:grid;gap:6px}.screen-lines i{height:6px;border-radius:99px;background:rgba(121,151,180,.14)}.screen-lines i:nth-child(2){width:72%}.screen-lines i:nth-child(3){width:48%}
.screen-actions{display:flex;gap:10px;padding:0 6px}.screen-actions b{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:rgba(14,31,50,.7);border:1px solid rgba(109,174,217,.12);font-weight:500;color:#acc0d2}
.market-head{display:flex;align-items:center;justify-content:space-between;padding:10px 8px 16px;color:#eaf4fb;font-weight:800;font-size:17px}.market-head i{width:34px;height:34px;border-radius:12px;background:linear-gradient(135deg,rgba(37,99,235,.45),rgba(6,182,212,.35))}
.market-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.market-grid>div{min-height:175px;border-radius:19px;padding:9px;background:rgba(11,25,42,.82);border:1px solid rgba(103,170,216,.11)}.market-grid span{display:block;height:125px;border-radius:14px;background:linear-gradient(135deg,rgba(37,99,235,.55),rgba(6,182,212,.16))}.market-grid>div:nth-child(2) span,.market-grid>div:nth-child(3) span{background:linear-gradient(155deg,rgba(6,182,212,.24),rgba(37,99,235,.62))}.market-grid b{display:block;margin:10px 4px 0;font-size:10px;color:#b7c6d7}
.brand-cover{height:155px;border-radius:23px;background:radial-gradient(circle at 70% 30%,rgba(6,182,212,.32),transparent 34%),linear-gradient(135deg,rgba(37,99,235,.55),rgba(6,182,212,.11));display:grid;place-items:center}.brand-v{font-family:Pacifico,cursive;font-size:58px;color:#c6f6ff;text-shadow:0 0 30px rgba(6,182,212,.35)}
.brand-screen-name{padding:15px 5px 11px}.brand-screen-name b{display:block;font-size:15px}.brand-screen-name small{display:block;margin-top:4px;color:#6f8499;font-size:8px}
.brand-screen-actions{display:flex;gap:8px;padding:0 5px 12px}.brand-screen-actions i{height:30px;flex:1;border-radius:10px;background:linear-gradient(135deg,rgba(37,99,235,.22),rgba(6,182,212,.1));border:1px solid rgba(96,181,223,.12)}
.brand-screen-card{display:grid;grid-template-columns:48px 1fr;gap:10px;align-items:center;padding:9px 5px;border-top:1px solid rgba(110,168,207,.08)}.brand-screen-card span{width:48px;height:48px;border-radius:13px;background:linear-gradient(135deg,rgba(37,99,235,.58),rgba(6,182,212,.2))}.brand-screen-card b{display:block;font-size:10px}.brand-screen-card small{display:block;margin-top:4px;color:#697c91;font-size:8px}

.feature-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:14px; }
.feature-tile { position:relative; min-height:245px; padding:24px; border-radius:23px; overflow:hidden; transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease; }
.feature-tile:hover { border-color:rgba(63,187,235,.24); box-shadow:0 24px 65px rgba(0,0,0,.2); }
.feature-icon { width:42px;height:42px;border-radius:14px;display:grid;place-items:center;border:1px solid rgba(93,194,233,.16);background:linear-gradient(135deg,rgba(37,99,235,.12),rgba(6,182,212,.08));color:#89e3f1;font-size:16px;box-shadow:inset 0 1px 0 rgba(255,255,255,.025); }
.feature-tile h3 { margin:38px 0 10px; font-size:18px; line-height:1.15; letter-spacing:-.03em; }
.feature-tile p { margin:0; color:#75899f; font-size:12px; line-height:1.7; }
.feature-note { margin:18px 0 0; color:#5f7187; font-size:10px; line-height:1.6; }

.momentum-section { padding-top:50px; }
.momentum-card { position:relative; min-height:520px; border-radius:34px; overflow:hidden; display:grid;grid-template-columns:1.05fr .95fr;align-items:center;padding:58px; }
.momentum-card::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(29,132,227,.03),transparent);pointer-events:none}
.momentum-copy { position:relative; z-index:3; }
.momentum-copy h2 { margin:18px 0 16px; font-size:clamp(38px,5vw,62px);line-height:1.03;letter-spacing:-.055em; }
.momentum-copy p { max-width:610px;margin:0;color:#8195ab;line-height:1.75;font-size:14px; }
.signal-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:28px}.signal-tags span{padding:9px 11px;border-radius:999px;border:1px solid rgba(85,183,225,.14);background:rgba(6,17,30,.58);color:#809bb0;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.signal-visual { position:relative; min-height:360px; display:grid;place-items:center; }
.signal-orb { position:relative;z-index:3;width:178px;height:178px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 35% 30%,rgba(26,146,234,.21),rgba(3,12,24,.72));border:1px solid rgba(68,184,232,.18);box-shadow:0 0 80px rgba(22,113,220,.13),inset 0 0 35px rgba(6,182,212,.04);animation:coreBreath 5s ease-in-out infinite; }
.signal-orb img{width:138px;filter:drop-shadow(0 0 28px rgba(6,182,212,.14))}
.wave-line { position:absolute; border:1px solid rgba(76,171,224,.14);border-radius:50%;animation:waveExpand 4s ease-out infinite; }
.wave-line-a{width:250px;height:250px}.wave-line-b{width:330px;height:330px;animation-delay:1.25s}.wave-line-c{width:410px;height:410px;animation-delay:2.5s}
@keyframes waveExpand{0%{transform:scale(.65);opacity:0}25%{opacity:.7}100%{transform:scale(1.12);opacity:0}}
.signal-particle{position:absolute;width:7px;height:7px;border-radius:50%;background:#27cde4;box-shadow:0 0 17px rgba(39,205,228,.8);animation:particleOrbit 7s linear infinite}.particle-a{top:20%;left:18%;transform-origin:190px 120px}.particle-b{right:14%;top:38%;animation-duration:9s;animation-direction:reverse}.particle-c{bottom:15%;left:37%;animation-duration:11s}
@keyframes particleOrbit{50%{translate:18px -10px;opacity:.5}}

.launch-section { padding-top:50px; }
.launch-panel { position:relative; min-height:470px; border-radius:36px; overflow:hidden; display:grid;grid-template-columns:1fr .85fr;align-items:center;padding:58px;border:1px solid rgba(76,187,234,.18);background:radial-gradient(circle at 90% 20%,rgba(6,182,212,.12),transparent 35%),radial-gradient(circle at 30% 120%,rgba(37,99,235,.22),transparent 42%),linear-gradient(140deg,rgba(9,23,42,.92),rgba(3,10,19,.9));box-shadow:0 30px 100px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.04); }
.launch-beam{position:absolute;width:520px;height:120px;right:-140px;top:40px;background:linear-gradient(90deg,transparent,rgba(20,181,224,.11),transparent);filter:blur(20px);transform:rotate(-28deg);animation:beamSweep 6s ease-in-out infinite}
@keyframes beamSweep{50%{transform:translateX(-120px) rotate(-28deg);opacity:.45}}
.launch-panel-copy{position:relative;z-index:3}.launch-panel h2{margin:18px 0 15px;font-size:clamp(44px,5.5vw,70px);line-height:.98;letter-spacing:-.06em}.launch-panel p{margin:0;color:#8499ae;line-height:1.7;font-size:14px}.launch-store-row{margin-top:26px}
.launch-countdown-wrap{position:relative;z-index:3;display:grid;place-items:center;gap:28px}.launch-logo{width:190px;height:190px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(66,181,229,.16);background:radial-gradient(circle,rgba(24,130,220,.13),rgba(3,10,19,.4) 65%);box-shadow:0 0 80px rgba(37,99,235,.12)}.launch-logo img{width:160px;animation:logoFloat 5s ease-in-out infinite}
.mini-countdown{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;width:100%;max-width:390px}.mini-countdown span{min-width:74px;padding:13px 8px;border-radius:15px;text-align:center;border:1px solid rgba(93,173,219,.13);background:rgba(3,12,22,.64)}.mini-countdown strong{display:block;font-size:23px;font-variant-numeric:tabular-nums;letter-spacing:-.03em}.mini-countdown small{display:block;margin-top:5px;color:#61758b;font-size:7px;font-weight:900;letter-spacing:.16em}

.faq-list { display:grid; border-top:1px solid rgba(112,163,205,.12); }
.faq-list details { border-bottom:1px solid rgba(112,163,205,.12); }
.faq-list summary { list-style:none; min-height:82px; display:flex;align-items:center;justify-content:space-between;gap:20px;cursor:pointer;color:#c5d2df;font-size:16px;font-weight:650; }
.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(102,180,222,.14);color:#72d2e8;font-size:18px;font-weight:400;transition:transform .25s ease;background:rgba(6,18,31,.55)}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{max-width:850px;margin:-4px 0 26px;color:#778ba1;line-height:1.75;font-size:13px}

.site-footer { padding:70px 0 34px; border-top:1px solid rgba(118,166,209,.08); display:grid;grid-template-columns:1fr auto;gap:38px; }
.footer-brand p { margin:13px 0 0;color:#65798f;font-size:12px; }.footer-links{display:flex;align-items:start;gap:24px;color:#74889e;font-size:11px;font-weight:600}.footer-links a:hover{color:#b9d2e3}.footer-bottom{grid-column:1/-1;padding-top:24px;border-top:1px solid rgba(118,166,209,.08);display:flex;align-items:center;justify-content:space-between;gap:20px;color:#53677c;font-size:10px}.footer-signal{display:inline-flex;align-items:center;gap:7px}.footer-signal i{width:5px;height:5px;border-radius:50%;background:#20c9de;box-shadow:0 0 10px rgba(32,201,222,.65)}

.toast { position:fixed; z-index:9999; left:50%; bottom:28px; transform:translate(-50%,20px); min-width:220px; max-width:calc(100% - 32px); padding:12px 16px;border-radius:13px;border:1px solid rgba(89,188,229,.18);background:rgba(4,13,24,.92);box-shadow:0 16px 50px rgba(0,0,0,.38);backdrop-filter:blur(18px);color:#c6d8e7;font-size:12px;text-align:center;opacity:0;pointer-events:none;transition:opacity .22s ease,transform .22s ease}.toast.show{opacity:1;transform:translate(-50%,0)}

.reveal { opacity:0; transform:translateY(22px); filter:blur(2px); transition:opacity .75s cubic-bezier(.2,.65,.2,1), transform .75s cubic-bezier(.2,.65,.2,1), filter .75s ease; }
.reveal.is-visible { opacity:1; transform:none; filter:none; }

.legal-page { width:min(860px,calc(100% - 40px)); margin:0 auto; padding:150px 0 90px; }
.legal-page .section-kicker { margin-bottom:18px; }.legal-page h1{margin:0 0 28px;font-size:clamp(44px,7vw,72px);letter-spacing:-.055em;line-height:1}.legal-page h2{margin:36px 0 10px;font-size:22px;letter-spacing:-.03em}.legal-page p{color:#8194aa;line-height:1.8;font-size:14px}.legal-note{padding:18px 20px;border:1px solid rgba(96,178,221,.14);border-radius:17px;background:rgba(8,21,36,.58)}

@media (max-width: 1100px) {
  .desktop-nav { display:none; }
  .menu-toggle { display:grid; position:relative; }
  .hero { grid-template-columns:1fr; padding-top:135px; }
  .hero-copy { text-align:center; }
  .hero-lede { margin-inline:auto; }
  .hero-actions,.store-row { justify-content:center; }
  .hero-visual { min-height:560px; }
  .hero-orbit { width:min(600px,78vw); }
  .countdown-card { margin-top:10px; }
  .split-heading { grid-template-columns:1fr;gap:14px; }
  .vision-bento { grid-template-columns:1fr 1fr; gap:18px; }
  .bento-large { grid-column:1/-1; grid-row:auto; min-height:520px; }
  .marketplace-card,
.brand-card { min-height:390px; }
  .bento-wide { grid-template-columns:1fr 1fr; }
  .experience-stage { grid-template-columns:1fr 1fr; }
  .experience-copy-pane { padding:44px; }.experience-copy{inset:44px}
  .feature-grid { grid-template-columns:repeat(3,1fr); }
  .momentum-card,.launch-panel { padding:44px; }
}

@media (max-width: 820px) {
  :root { --header-h: 66px; }
  .section-shell { width:min(100% - 30px,var(--max)); }
  .site-header { top:10px;width:calc(100% - 20px);height:66px;border-radius:20px;padding:0 11px; }
  .brand-wordmark { font-size:21px; }.brand-mark{width:37px;height:37px}.brand-mark img{width:37px;height:28px}
  .launch-pill { display:none; }
  .section { padding:88px 0; }
  .hero { min-height:auto; padding-top:120px; padding-bottom:36px; }
  .hero h1 { font-size:clamp(48px,13vw,76px); }
  .hero-copy { padding-top:28px; }
  .hero-visual { min-height:490px; margin-top:4px; }
  .hero-orbit { width:min(560px,94vw); }
  .signal-panel-b { left:2%; }.signal-panel-a{right:2%}
  .countdown-card { flex-direction:column;align-items:stretch;text-align:center;padding:20px 15px; }
  .countdown-heading { min-width:0; }.countdown{justify-content:center;gap:12px}.countdown>div{min-width:62px}.countdown>i{height:36px}
  .vision-bento { grid-template-columns:1fr; gap:16px; }
  .bento-large,.bento-wide { grid-column:auto; min-height:0; }
  .bento-large { min-height:500px; }
  .marketplace-card,
.brand-card { min-height:390px; }
  .bento-wide{grid-template-columns:1fr;gap:28px;min-height:560px}.community-orbit{min-height:270px}
  .experience-stage { grid-template-columns:1fr; min-height:980px; }.experience-copy-pane{min-height:390px}.device-wrap{min-height:590px}.device{transform:none}
  .feature-grid { grid-template-columns:repeat(2,1fr); }
  .momentum-card,.launch-panel { grid-template-columns:1fr;gap:48px;padding:34px; }.momentum-card{min-height:760px}.launch-panel{min-height:760px}.signal-visual{min-height:330px}
  .site-footer { grid-template-columns:1fr; }.footer-links{flex-wrap:wrap}.footer-bottom{grid-column:auto;}
}

@media (max-width: 560px) {
  .section-shell { width:calc(100% - 24px); }
  .hero { padding-top:108px; }
  .hero h1 { font-size:clamp(44px,14vw,64px); }
  .hero-lede { font-size:15px;line-height:1.65; }
  .hero-actions { display:grid;grid-template-columns:1fr; }.button{width:100%}
  .store-row { display:grid; grid-template-columns:1fr 1fr; width:100%; }.store-badge{min-width:0;width:100%;height:56px;padding:7px 10px}.store-copy small{font-size:8px}.store-copy strong{font-size:14px}.store-logo{width:23px;height:23px;flex-basis:23px}.store-logo svg{width:22px;height:22px}
  .hero-visual { min-height:400px; margin-top:10px; }.hero-orbit{width:104vw;margin-left:-2vw}.orbit-chip{font-size:7px;padding:6px 8px}.signal-panel{min-width:125px;padding:10px 11px}.signal-panel strong{font-size:9px}.signal-panel small{font-size:6px}.signal-panel-b{left:7%;bottom:22%}.signal-panel-a{right:7%;bottom:11%}
  .countdown { gap:6px; }.countdown>div{min-width:54px}.countdown strong{font-size:27px}.countdown span{font-size:7px}.countdown>i{display:none}
  .section-heading { margin-bottom:34px; }.section-heading h2{font-size:38px}.section-heading>p,.split-heading>p{font-size:13px}
  .bento-card{padding:22px;border-radius:24px}.bento-card h3{font-size:29px}.bento-large{min-height:470px}
  .marketplace-card,.brand-card{padding:22px;min-height:400px}
  .marketplace-card h3,.brand-card h3{font-size:29px}
  .story-stack{height:190px;flex-basis:190px;padding-top:24px}.story-card{height:125px}
  .product-stack{padding-top:20px}.product-block{min-height:62px;grid-template-columns:52px 1fr}.product-image{width:52px;height:52px}
  .brand-pulse{width:122px;height:122px;flex-basis:122px;margin-top:24px}
  .bento-wide{padding-bottom:20px}
  .experience-shell{border-radius:25px}.experience-tabs{overflow:auto}.experience-tab{white-space:nowrap}.experience-copy-pane{padding:28px;min-height:410px}.experience-copy{inset:28px}.experience-copy h3{font-size:37px}.device-wrap{min-height:565px}.device{width:280px;height:540px}
  .feature-grid { grid-template-columns:1fr; }.feature-tile{min-height:210px}.feature-tile h3{margin-top:31px}
  .momentum-card,.launch-panel{padding:27px;border-radius:28px}.momentum-copy h2,.launch-panel h2{font-size:40px}.wave-line-c{width:340px;height:340px}.wave-line-b{width:290px;height:290px}.wave-line-a{width:235px;height:235px}.signal-orb{width:150px;height:150px}.signal-orb img{width:120px}
  .launch-store-row{grid-template-columns:1fr}.mini-countdown{gap:5px}.mini-countdown span{min-width:0;padding:11px 4px}.mini-countdown strong{font-size:18px}.launch-logo{width:160px;height:160px}.launch-logo img{width:135px}
  .faq-list summary{font-size:14px;min-height:76px}.footer-bottom{align-items:flex-start;flex-direction:column}
}

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