/* ============================================================
   CHAINUS — component & section styles · premium v3
   ============================================================ */

/* logo theme swap */
.logo-wrap { position: relative; display: inline-flex; align-items: center; }
.logo-img { width: auto; display: block; user-select: none; }
.logo-light { display: none; }
[data-theme="dark"] .logo-dark { display: none; }
[data-theme="dark"] .logo-light { display: block; }

/* section heads */
.sec-head .sec-title { max-width: 20ch; }
.sec-head .sec-sub { max-width: 58ch; }
.sec-head.center { text-align: center; }
.sec-head.center .sec-title, .sec-head.center .eyebrow, .sec-head.center .sec-sub { margin-inline: auto; }

/* shared segmented control */
.seg { display: inline-flex; gap: 4px; padding: 4px; border-radius: 12px; background: var(--surface); border: 1px solid var(--border); box-shadow: var(--shadow-sm); }
.seg button { padding: 9px 18px; border-radius: 9px; font-family: var(--font-display); font-weight: 600; font-size: 13.5px; color: var(--text-2); transition: background var(--t-fast) var(--ease), color var(--t-fast) var(--ease); }
.seg button:hover { color: var(--text); }
.seg button.on { background: var(--brand-tint); color: var(--brand-text); box-shadow: inset 0 0 0 1px var(--brand-line); }
.seg-sm button { padding: 6px 13px; font-size: 12.5px; }
.seg-xs { gap: 2px; padding: 3px; border-radius: 9px; }
.seg-xs button { padding: 5px 11px; font-size: 11.5px; font-family: var(--font-mono); border-radius: 6px; }

/* feature icon chips */
.feat-ic { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; flex: none; }
.ic-blue { color: var(--brand-2); background: var(--brand-tint); }
.ic-cyan { color: var(--cyan); background: color-mix(in oklab, var(--cyan) 15%, transparent); }
.ic-violet { color: var(--violet); background: color-mix(in oklab, var(--violet) 17%, transparent); }
.ic-green { color: var(--up); background: var(--up-soft); }

/* ============================================================
   NAV
   ============================================================ */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; pointer-events: none; transition: padding var(--t-med) var(--ease); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 58px; gap: 18px; }
.nav-inner > * { pointer-events: auto; }
.nav-logo { display: inline-flex; align-items: center; }
.nav-mid {
  display: flex; gap: 20px; align-items: center;
  padding: 0; border-radius: 0;
  opacity: 1; transform: none;
  background: transparent; border: 0;
  -webkit-backdrop-filter: none; backdrop-filter: none;
  transition: opacity var(--t-med) var(--ease), transform var(--t-med) var(--ease);
}
.nav.scrolled .nav-mid { opacity: 1; transform: none; }
.nav-link { font-size: 13px; font-weight: 500; color: color-mix(in oklab, var(--text) 64%, transparent); padding: 4px 0; border-radius: 0; white-space: nowrap; transition: color var(--t-fast); }
.nav-link:hover { color: var(--text); background: transparent; }
.nav-cta { display: flex; gap: 10px; align-items: center; }

/* theme toggle */
.theme-toggle { display: inline-grid; place-items: center; }
.tt-track { display: inline-flex; width: 52px; height: 28px; padding: 3px; border-radius: 999px; background: color-mix(in oklab, var(--surface) 82%, black); border: 1px solid var(--border); transition: background var(--t-med) var(--ease); }
.tt-knob { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; color: var(--brand-2); background: var(--well); box-shadow: inset 0 1px 0 rgba(255,255,255,0.10); transition: transform var(--t-med) var(--spring); }
.tt-track.dark .tt-knob { transform: translateX(0); }
.tt-track.light .tt-knob { transform: translateX(24px); }

/* mobile menu */
.nav-burger { display: none; flex-direction: column; gap: 5px; width: 40px; height: 40px; align-items: center; justify-content: center; border-radius: 11px; background: var(--surface); border: 1px solid var(--border); }
.nav-burger span { width: 17px; height: 1.8px; background: var(--text); border-radius: 2px; transition: transform var(--t-fast) var(--ease), opacity var(--t-fast); }
.nav-burger.on span:first-child { transform: translateY(3.4px) rotate(45deg); }
.nav-burger.on span:last-child { transform: translateY(-3.4px) rotate(-45deg); }
.nav-sheet { pointer-events: auto; position: absolute; top: 72px; left: var(--gut); right: var(--gut); display: none; flex-direction: column; gap: 4px; padding: 14px; border-radius: 18px; background: var(--glass); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); border: 1px solid var(--glass-border); box-shadow: var(--shadow-lg); opacity: 0; transform: translateY(-10px); transition: opacity var(--t-fast) var(--ease), transform var(--t-fast) var(--ease); }
.nav-sheet.open { display: flex; opacity: 1; transform: none; }
.nav-sheet-link { padding: 12px 14px; border-radius: 10px; font-weight: 600; color: var(--text-2); }
.nav-sheet-link:hover { background: var(--surface-2); color: var(--text); }
.nav-sheet .btn { margin-top: 6px; }

.hide-mobile { } .show-mobile { display: none !important; }
@media (max-width: 880px) {
  .nav-mid { display: none; }
  .hide-mobile { display: none !important; }
  .show-mobile { display: inline-flex !important; }
  .nav-burger { display: flex; }
  .nav-inner { height: 64px; }
}

/* ============================================================
   FRAMES
   ============================================================ */
.phone { position: relative; }
.phone-bezel { position: relative; width: 100%; height: 100%; border-radius: 38px; padding: 8px; background: linear-gradient(155deg, #1A1D24, #050608 72%); box-shadow: inset 0 0 0 1px rgba(255,255,255,0.075), inset 0 2px 1px rgba(255,255,255,0.04), 0 38px 90px -46px rgba(0,0,0,0.96); }
.phone-screen { position: relative; width: 100%; height: 100%; border-radius: 30px; overflow: hidden; background: var(--surface); }
.phone-island { position: absolute; top: 13px; left: 50%; transform: translateX(-50%); width: 64px; height: 18px; border-radius: 999px; background: #06070a; z-index: 4; }
.phone-glow::after { content: ""; position: absolute; inset: -18%; z-index: -1; border-radius: 50%; background: radial-gradient(closest-side, color-mix(in oklab, var(--brand) 16%, transparent), transparent 72%); filter: blur(22px); opacity: 0.46; }

.web-frame { position: relative; width: 100%; border-radius: 14px; overflow: hidden; background: linear-gradient(180deg, #101015, #050506); border: 1px solid rgba(255,255,255,0.12); box-shadow: none; }
.web-bar { display: flex; align-items: center; gap: 12px; height: 38px; padding: 0 14px; background: rgba(10,10,12,0.96); border-bottom: 1px solid rgba(255,255,255,0.08); }
.web-lights { display: flex; gap: 7px; flex: none; }
.web-lights i { width: 10px; height: 10px; border-radius: 50%; background: rgba(168,184,208,0.12); }
.web-url { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-mono); font-size: 11.5px; color: var(--text-muted); background: rgba(0,0,0,0.34); border: 1px solid rgba(168,184,208,0.10); border-radius: 7px; padding: 4px 14px; }
.web-lock { width: 7px; height: 6px; border: 1.4px solid currentColor; border-radius: 2px; position: relative; flex: none; }
.web-lock::before { content: ""; position: absolute; left: 1px; top: -3px; width: 4px; height: 4px; border: 1.4px solid currentColor; border-bottom: none; border-radius: 3px 3px 0 0; }
.web-bar-sp { flex: 1; }
.web-screen { position: relative; aspect-ratio: 16 / 10; }

.tablet-bezel { width: 100%; height: 100%; border-radius: 26px; padding: 12px; background: linear-gradient(155deg, #1A1D24, #050608 70%); box-shadow: inset 0 0 0 1px rgba(255,255,255,0.075), 0 36px 88px -46px rgba(0,0,0,0.95); }
.tablet-screen { position: relative; width: 100%; height: 100%; border-radius: 16px; overflow: hidden; background: var(--surface); }

.frame-preview {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 22px;
  overflow: hidden;
  color: var(--text);
  background:
    radial-gradient(72% 62% at 74% 0%, color-mix(in oklab, var(--brand) 14%, transparent), transparent 62%),
    linear-gradient(180deg, rgba(17,20,30,0.98), rgba(5,6,9,0.99) 72%);
}
.frame-preview::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,0.055), transparent 22%, rgba(0,0,0,0.38));
}
.fp-top, .fp-hero, .fp-chips, .fp-main { position: relative; z-index: 1; }
.fp-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.fp-brand { font-family: var(--font-display); font-size: 13px; font-weight: 700; letter-spacing: 0; }
.fp-pill { font-family: var(--font-mono); font-size: 10px; font-weight: 600; color: var(--up); padding: 4px 8px; border-radius: 999px; background: var(--up-soft); border: 1px solid color-mix(in oklab, var(--up) 20%, transparent); }
.fp-hero { min-height: 92px; padding: 18px; border-radius: 14px; background: rgba(255,255,255,0.035); border: 1px solid rgba(255,255,255,0.085); box-shadow: inset 0 1px 0 rgba(255,255,255,0.06); }
.fp-hero span { display: block; font-size: 12px; color: var(--text-2); }
.fp-hero b { display: block; margin-top: 9px; font-size: clamp(24px, 3vw, 34px); font-weight: 600; letter-spacing: -0.03em; color: var(--text); }
.fp-chips { display: flex; gap: 8px; flex-wrap: wrap; }
.fp-chips span { font-family: var(--font-mono); font-size: 10.5px; color: var(--text-2); padding: 6px 9px; border-radius: 8px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.07); }
.fp-main { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 14px; min-height: 0; flex: 1; }
.fp-chart { display: flex; align-items: flex-end; gap: 5px; min-height: 118px; padding: 14px; border-radius: 14px; background: rgba(0,0,0,0.23); border: 1px solid rgba(255,255,255,0.07); }
.fp-chart i { display: block; flex: 1; height: var(--h); min-height: 14px; border-radius: 4px 4px 2px 2px; background: linear-gradient(180deg, var(--brand-2), color-mix(in oklab, var(--brand) 35%, #0A0C12)); box-shadow: 0 0 18px color-mix(in oklab, var(--brand) 18%, transparent); opacity: 0.85; }
.fp-mint .fp-chart,
.fp-sync .fp-chart {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 118px;
  background:
    radial-gradient(70% 70% at 50% 18%, color-mix(in oklab, var(--brand) 18%, transparent), transparent 70%),
    rgba(0,0,0,0.25);
}
.fp-mint .fp-chart i,
.fp-sync .fp-chart i { display: none; }
.fp-mint .fp-chart::before,
.fp-sync .fp-chart::before {
  content: "";
  width: 54px;
  height: 66px;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.20), rgba(255,255,255,0.04)),
    var(--brand-tint);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 20px 44px -30px var(--brand);
}
.fp-mint .fp-chart::after {
  content: "Upload";
  position: absolute;
  bottom: 15px;
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--text-2);
}
.fp-sync .fp-chart::before {
  width: 88px;
  height: 58px;
  border-radius: 16px;
}
.fp-sync .fp-chart::after {
  content: "Synced";
  position: absolute;
  bottom: 15px;
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--text-2);
}
.fp-list { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.fp-row { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: center; gap: 10px; padding: 10px 11px; border-radius: 11px; background: rgba(255,255,255,0.035); border: 1px solid rgba(255,255,255,0.06); }
.fp-row span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; color: var(--text-2); }
.fp-row b, .fp-row em { font-family: var(--font-mono); font-size: 11px; font-style: normal; font-weight: 600; }
.fp-row em { color: var(--up); }

.fp-phone { padding: 46px 14px 16px; gap: 11px; }
.fp-phone .fp-top { padding-inline: 3px; }
.fp-phone .fp-hero { min-height: 100px; padding: 15px; }
.fp-phone .fp-hero b { font-size: 27px; }
.fp-phone .fp-main { grid-template-columns: 1fr; gap: 10px; }
.fp-phone .fp-chart { min-height: 92px; padding: 12px; }
.fp-phone .fp-list { gap: 7px; }
.fp-phone .fp-row { grid-template-columns: minmax(0, 1fr) auto; }
.fp-phone .fp-row em { display: none; }
.fp-tablet { padding: 20px; }
.fp-tablet .fp-main { grid-template-columns: 1fr; }
.fp-tablet .fp-chart { min-height: 130px; }

[data-theme="light"] .frame-preview {
  background:
    radial-gradient(72% 62% at 74% 0%, color-mix(in oklab, var(--brand) 13%, transparent), transparent 62%),
    linear-gradient(180deg, #F8FAFF, #EEF2FA);
}

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; padding-top: clamp(78px, 7vw, 104px); padding-bottom: clamp(48px, 6vw, 76px); overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 18%; pointer-events: none; background: linear-gradient(180deg, transparent, var(--bg)); z-index: 1; }
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(420px, 0.86fr) minmax(520px, 1.14fr); gap: clamp(36px, 6vw, 88px); align-items: center; min-height: min(560px, calc(100dvh - 180px)); }
.hero-copy { position: relative; z-index: 8; max-width: 650px; }
.hero-title { font-size: clamp(46px, 5.6vw, 76px); letter-spacing: -0.028em; max-width: min(9.4em, 100%); }
.hero-title-l1, .hero-title-l2 { display: inline-block; }
.ink-grad.hero-title-l2 { padding-bottom: 0.08em; }
.hero-sub { margin: 22px 0 0; max-width: 38ch; }
.hero-cta { margin-top: 30px; display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }

.hero-stage { position: relative; width: 100%; max-width: 820px; margin: 0; justify-self: end; }
.hero-web { position: relative; z-index: 2; box-shadow: var(--shadow-lg); border-radius: 16px; }
.hero-web .web-frame { box-shadow: var(--shadow-lg); opacity: 1; }
.hero-phone { position: absolute; z-index: 4; left: -8%; bottom: -10%; filter: drop-shadow(0 34px 48px rgba(0,0,0,0.62)); }
.hero-market { position: absolute; z-index: 5; right: -4%; top: -10%; width: 224px; }
.hero-mint { position: absolute; z-index: 5; left: -4%; top: -9%; display: flex; align-items: center; gap: 11px; padding: 11px 14px; border-radius: 14px; background: color-mix(in oklab, var(--surface) 86%, black); animation: floaty 6s ease-in-out infinite; }
[data-motion="calm"] .hero-mint { animation: none; }
.hero-mint .hm-mint-ic { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 9px; background: var(--up-soft); color: var(--up); flex: none; }
.hero-mint b { display: block; font-family: var(--font-display); font-size: 13px; font-weight: 700; }
.hero-mint small { display: block; margin-top: 1px; }

.hero-scroll {
  --hero-scroll: 0;
  min-height: 76rem;
  padding-top: clamp(82px, 8vw, 112px);
  padding-bottom: 10rem;
}
.hero-scroll .hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(34px, 6vw, 78px);
  min-height: auto;
}
.hero-scroll .hero-copy {
  max-width: 820px;
  text-align: center;
}
.hero-scroll .hero-title {
  max-width: 13ch;
  margin-inline: auto;
  font-size: clamp(48px, 7vw, 88px);
  letter-spacing: -0.028em;
  text-wrap: balance;
}
.hero-scroll .hero-sub {
  max-width: 52ch;
  margin-inline: auto;
}
.hero-scroll .hero-cta {
  justify-content: center;
}
.hero-scroll .hero-copy {
  transform: translateY(calc(var(--hero-scroll) * -100px));
  transition: transform 0.12s linear;
  will-change: transform;
}
.hero-scroll .hero-stage {
  position: sticky;
  top: clamp(112px, 14vh, 150px);
  max-width: min(940px, calc(100vw - 40px));
  padding: clamp(8px, 1.8vw, 24px);
  border: 1px solid rgba(168,184,208,0.18);
  border-radius: 24px;
  background: linear-gradient(180deg, #070A12, #02040A 72%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 42px 92px -76px rgba(0,0,0,0.98);
  isolation: isolate;
  transform:
    perspective(1200px)
    rotateX(calc((1 - var(--hero-scroll)) * 20deg))
    scale(calc(1.05 - (var(--hero-scroll) * 0.05)));
  transform-origin: top center;
  transition: transform 0.12s linear;
  will-change: transform;
}
.hero-scroll .hero-stage::before {
  content: "";
  position: absolute;
  inset: -22% -16% -12%;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(62% 68% at 68% 18%, color-mix(in oklab, var(--brand) 48%, transparent), transparent 72%);
  filter: blur(42px) saturate(1.08);
  opacity: 0.72;
}
.hero-scroll .hero-web {
  overflow: hidden;
  border-radius: 18px;
  box-shadow: none;
  background: var(--well);
}
.hero-scroll .hero-web .web-frame {
  border: 0;
  box-shadow: none;
}
.hero-video {
  position: absolute;
  inset: 38px 0 0;
  z-index: 8;
  overflow: hidden;
  border-radius: 0 0 18px 18px;
  opacity: 0;
  pointer-events: none;
  background: #000;
  transition: opacity 0.55s var(--ease), transform 0.55s var(--ease);
  transform: scale(1.015);
}
.hero[data-video-ready="true"] .hero-video {
  opacity: 1;
  pointer-events: none;
  transform: none;
}
.hero-video-player {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.03) contrast(1.04);
}
/* hero market card */
.hm-card { padding: 16px; border-radius: 16px; background: color-mix(in oklab, var(--surface) 88%, black); }
.hm-top { display: flex; align-items: flex-start; justify-content: space-between; }
.hm-coin { display: flex; gap: 10px; align-items: center; }
.hm-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: var(--brand-tint); color: var(--brand-2); font-size: 17px; flex: none; }
.hm-sym { font-family: var(--font-display); font-size: 14px; font-weight: 700; }
.hm-live { margin-top: 3px; font-size: 10px; }
.hm-chg { font-family: var(--font-mono); font-size: 12.5px; font-weight: 600; }
.pos { color: var(--up); } .neg { color: var(--down); }
.hm-price { font-family: var(--font-mono); font-size: 27px; font-weight: 600; letter-spacing: -0.02em; margin-top: 12px; }
.hm-spark { height: 46px; margin-top: 8px; }
.hm-foot { display: flex; justify-content: space-between; gap: 8px; margin-top: 10px; padding-top: 11px; border-top: 1px solid var(--divider); }
.hm-foot .tag { font-size: 10px; }
.hm-foot b { color: var(--text); font-weight: 600; }

@media (max-width: 940px) {
  .hero { text-align: center; padding-top: clamp(88px, 18vw, 120px); }
  .hero-inner { display: flex; flex-direction: column; align-items: center; min-height: auto; }
  .hero-copy { max-width: 760px; }
  .hero-title { max-width: 15ch; margin-inline: auto; }
  .hero-sub { margin-inline: auto; max-width: 46ch; }
  .hero-cta { justify-content: center; }
  .hero-stage { max-width: 640px; margin-top: clamp(42px, 7vw, 72px); justify-self: auto; }
  .hero-scroll { min-height: 60rem; }
  .hero-scroll .hero-title { max-width: 14ch; font-size: clamp(44px, 10vw, 68px); }
  .hero-scroll .hero-stage { top: 110px; max-width: min(720px, calc(100vw - 36px)); }
}
@media (max-width: 600px) {
  .hero-stage { margin-top: 24px; }
  .hero-market { width: 178px; right: -1%; top: -5%; }
  .hero-phone { left: 0; bottom: -6%; }
  .hero-mint { left: 0; }
  .hero-scroll { min-height: 60rem; padding-bottom: 5rem; }
  .hero-scroll .hero-stage {
    position: sticky;
    top: 96px;
    margin-top: 36px;
    transform:
      perspective(1000px)
      rotateX(calc((1 - var(--hero-scroll)) * 20deg))
      scale(calc(0.7 + (var(--hero-scroll) * 0.2)));
  }
}
@media (max-width: 440px) {
  .hero-stage { margin-top: 28px; }
  .hero-market { display: none; }
  .hero-phone { left: -4%; bottom: -4%; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-scroll .hero-copy,
  .hero-scroll .hero-stage {
    transform: none;
    transition: none;
  }
}

/* ============================================================
   TICKER
   ============================================================ */
.ticker { display: flex; align-items: center; gap: 16px; max-width: var(--maxw); margin: 0 auto; margin-top: clamp(20px, 4vw, 40px); padding: 0; border-radius: 14px; height: 52px; overflow: hidden; }
.ticker { margin-inline: var(--gut); }
.ticker-live { flex: none; padding-left: 18px; font-size: 11px; color: var(--up); }
.ticker-track { flex: 1; overflow: hidden; }
.ticker .marquee { gap: 0; }
.ti { display: inline-flex; align-items: baseline; gap: 9px; padding: 0 22px; border-right: 1px solid var(--divider); }
.ti-s { font-family: var(--font-display); font-weight: 700; font-size: 13px; }
.ti-p { font-size: 13px; color: var(--text-2); }
.ti-c { font-size: 12px; font-weight: 600; }
.ti-c.pos { color: var(--up); } .ti-c.neg { color: var(--down); }

/* ============================================================
   LOGOS
   ============================================================ */
.logos { padding-block: clamp(28px, 4vw, 48px); overflow: hidden; }
.logos-label { text-align: center; margin-bottom: 26px; font-size: 11px; }
.logo-word { font-family: var(--font-display); font-weight: 700; font-size: 21px; letter-spacing: -0.02em; color: var(--text-muted); opacity: 0.55; white-space: nowrap; padding: 0 32px; transition: opacity var(--t-fast), color var(--t-fast); }
.logo-word:hover { opacity: 1; color: var(--text-2); }

/* ============================================================
   VALUE
   ============================================================ */
.value-grid { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.72fr); gap: clamp(28px, 6vw, 92px); align-items: end; max-width: none; }
.value-system { display: grid; grid-template-columns: minmax(360px, 0.95fr) 1fr; gap: clamp(22px, 4vw, 48px); align-items: center; margin-top: clamp(40px, 5vw, 60px); }
.value-map-wrap { min-width: 0; }
.value-packages { display: grid; grid-template-columns: 1fr; gap: 14px; }
.value-packages-premium { grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 3vw, 34px); margin-top: clamp(44px, 6vw, 78px); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.value-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: clamp(40px, 5vw, 60px); }
.value-stat { padding: clamp(24px, 3vw, 34px) 0; border-radius: 0; background: transparent; border: 0; border-top: 0; box-shadow: none; position: relative; overflow: hidden; }
.value-stat::before { display: none; }
.value-k { font-family: var(--font-display); font-size: clamp(24px, 3vw, 34px); font-weight: 600; letter-spacing: -0.02em; color: var(--text); }
.value-v { margin-top: 10px; font-size: 14.5px; max-width: 28ch; }
.signal-map { position: relative; min-height: 380px; border-radius: var(--r-xl); background: linear-gradient(180deg, var(--surface-2), var(--surface)); border: 1px solid var(--border); overflow: hidden; }
.signal-lines { position: absolute; inset: 0; width: 100%; height: 100%; }
.signal-lines path { fill: none; stroke: var(--brand-line); stroke-width: 0.7; vector-effect: non-scaling-stroke; }
.signal-core, .signal-node { position: absolute; z-index: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.signal-core { left: 50%; top: 50%; width: 132px; height: 132px; transform: translate(-50%, -50%); border-radius: 50%; background: #05070c; border: 1px solid var(--brand-line); }
.signal-core b { font-family: var(--font-display); font-size: 20px; }
.signal-core span { max-width: 12ch; margin-top: 6px; font-size: 11.5px; color: var(--text-muted); line-height: 1.35; }
.signal-node { width: 116px; min-height: 64px; padding: 11px 12px; border-radius: 14px; background: color-mix(in oklab, var(--surface) 88%, black); border: 1px solid var(--border); }
.signal-node b { font-family: var(--font-display); font-size: 14px; }
.signal-node span { margin-top: 4px; font-size: 11.5px; color: var(--text-muted); }
.sn-0 { left: 8%; top: 12%; } .sn-1 { right: 8%; top: 12%; } .sn-2 { right: 5%; bottom: 14%; } .sn-3 { left: 50%; bottom: 4%; transform: translateX(-50%); } .sn-4 { left: 5%; bottom: 14%; }
@media (max-width: 820px) { .value-grid { grid-template-columns: 1fr; align-items: start; gap: 18px; } .value-system { grid-template-columns: 1fr; } .value-stats, .value-packages, .value-packages-premium { grid-template-columns: 1fr; } }

/* ============================================================
   FEATURES
   ============================================================ */
.features .sec-head { margin-bottom: clamp(40px, 5vw, 60px); }
.feat-hero { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 56px); align-items: center; padding: clamp(28px, 4vw, 52px); border-radius: var(--r-xl); background: linear-gradient(180deg, color-mix(in oklab, var(--surface-2) 78%, transparent), var(--surface)); border: 1px solid var(--border); box-shadow: none; overflow: hidden; }
.feat-hero-copy { position: relative; z-index: 2; }
.feat-hero-title { margin-top: 10px; max-width: 14ch; }
.feat-meta { display: none; }
.feat-hero-vis { position: relative; min-height: 360px; display: flex; align-items: center; justify-content: center; }
.signal-constellation { position: relative; width: min(100%, 440px); height: 360px; z-index: 2; }
.constellation-lines { position: absolute; inset: 0; width: 100%; height: 100%; }
.constellation-lines path { fill: none; stroke: color-mix(in oklab, var(--brand) 34%, transparent); stroke-width: 0.55; vector-effect: non-scaling-stroke; }
.const-node { position: absolute; display: grid; gap: 3px; min-width: 112px; padding: 10px 12px; border-radius: 13px; background: color-mix(in oklab, var(--surface) 88%, black); border: 1px solid var(--border); }
.const-node::before { content: ""; position: absolute; width: 7px; height: 7px; left: 12px; top: -4px; border-radius: 50%; background: var(--brand-2); box-shadow: 0 0 18px var(--brand); }
.const-node b { font-family: var(--font-display); font-size: 12.5px; }
.const-node em { font-family: var(--font-mono); font-style: normal; font-size: 10.5px; color: var(--text-muted); }
.cn-0 { left: 4%; top: 20%; } .cn-1 { left: 34%; top: 6%; } .cn-2 { right: 4%; top: 18%; } .cn-3 { right: 0; top: 48%; } .cn-4 { left: 45%; bottom: 6%; } .cn-5 { left: 8%; bottom: 14%; }

.feed-prev { position: relative; width: min(100%, 340px); display: grid; place-items: center; margin-inline: auto; }
.feed-chip { position: absolute; z-index: 5; padding: 9px 12px; border-radius: 12px; display: flex; align-items: center; gap: 9px; box-shadow: none; animation: floaty 6.5s ease-in-out infinite; }
[data-motion="calm"] .feed-chip { animation: none; }
.feed-chip b { font-size: 12.5px; font-weight: 700; display: block; }
.feed-chip small { font-size: 11px; display: block; }
.fc-a { top: 6%; left: -18%; }
.fc-b { bottom: 10%; right: -16%; animation-delay: 0.6s; }
.fc-react { font-family: var(--font-mono); font-size: 11.5px; color: var(--text-2); padding-right: 6px; }
.fc-b .fc-react:first-child { color: var(--down); }

.feat-pair { display: grid; grid-template-columns: 1.35fr 0.85fr; gap: 18px; margin-top: 18px; }
.feat-card { padding: clamp(24px, 3vw, 34px); border-radius: var(--r-lg); background: color-mix(in oklab, var(--surface) 88%, transparent); border: 1px solid var(--border); box-shadow: none; display: flex; flex-direction: column; transition: transform var(--t-med) var(--ease), border-color var(--t-med) var(--ease); }
.feat-card:hover { transform: translateY(-4px); border-color: var(--border-2); }
.feat-card-head { display: flex; align-items: center; gap: 13px; }
.feat-card-head .tag { font-size: 10.5px; }
.feature-product-shot { margin-top: auto; padding-top: 26px; display: flex; align-items: end; gap: clamp(18px, 3vw, 34px); }
.feature-product-wide .phone { flex: none; }
.feature-shot-caption { flex: 1; display: grid; gap: 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.feature-shot-caption span { padding: 13px 0; border-top: 1px solid var(--divider); color: var(--text-2); font-size: 13px; }
.feature-shot-caption span:first-child { border-top: 0; color: var(--text); }

.tok-mini { margin-top: auto; padding-top: 26px; display: grid; grid-template-columns: 1fr auto 0.9fr; gap: 16px; align-items: center; }
.tok-tile { padding: 10px; border-radius: 14px; }
.tok-asset {
  height: 96px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 14px;
  border-radius: 12px;
  background:
    radial-gradient(90px 70px at 78% 18%, color-mix(in oklab, var(--brand) 24%, transparent), transparent 70%),
    linear-gradient(135deg, rgba(255,255,255,0.10), rgba(255,255,255,0.035));
  border: 1px solid rgba(255,255,255,0.10);
}
.tok-file {
  width: 42px;
  height: 52px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255,255,255,0.20), rgba(255,255,255,0.045));
  border: 1px solid rgba(255,255,255,0.13);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12);
  flex: none;
}
.tok-asset b,
.tok-asset small {
  display: block;
  line-height: 1.25;
}
.tok-asset b { font-size: 12.5px; }
.tok-asset small { margin-top: 4px; font-size: 11px; color: var(--text-muted); }
.tok-tile-row { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; }
.tok-tile-row b { font-size: 12.5px; }
.tok-price { font-size: 12.5px; color: var(--brand-text); font-weight: 600; }
.tok-steps { display: flex; flex-direction: column; gap: 8px; }
.tok-step { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 600; color: var(--text-2); padding: 9px 12px; border-radius: 10px; background: var(--well); }
.tok-step span { font-family: var(--font-mono); font-size: 11px; color: var(--text-muted); }
.tok-step.on { color: var(--brand-text); background: var(--brand-tint); }
.tok-step.on span { color: var(--brand-2); }
.data-stack { display: grid; gap: 7px; align-self: stretch; align-content: center; }
.data-stack span { position: relative; padding: 7px 10px; border-radius: 9px; background: var(--well); border: 1px solid var(--divider); font-size: 11.5px; color: var(--text-2); white-space: nowrap; }
.data-stack span::before { content: ""; position: absolute; left: -9px; top: 50%; width: 8px; height: 1px; background: var(--border-2); }

.learn-flip { margin-top: auto; padding-top: 26px; display: flex; flex-direction: column; gap: 0; border-top: 1px solid var(--border); }
.learn-flip-quiet { border-bottom: 1px solid var(--border); }
.lf-row { display: flex; align-items: center; gap: 12px; padding: 14px 0; border-radius: 0; background: transparent; border-top: 1px solid var(--divider); }
.lf-row:first-child { border-top: 0; }
.lf-term { font-family: var(--font-mono); font-size: 12.5px; font-weight: 600; color: var(--violet); min-width: 56px; }
.lf-plain { font-size: 13px; color: var(--text-2); }
.learn-linkline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 14px; }
.learn-linkline i { height: 2px; border-radius: 99px; background: linear-gradient(90deg, var(--brand), transparent); opacity: 0.55; }

@media (max-width: 880px) {
  .feat-hero { grid-template-columns: 1fr; }
  .feat-hero-vis { min-height: 320px; margin-top: 12px; }
  .feat-pair { grid-template-columns: 1fr; }
  .feature-product-shot { align-items: center; flex-direction: column; }
  .feature-shot-caption { width: 100%; }
  .tok-mini { grid-template-columns: 1fr; }
  .data-stack { grid-template-columns: repeat(4, 1fr); }
  .data-stack span::before { display: none; }
}

/* ============================================================
   ANYWHERE
   ============================================================ */
.anywhere-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(30px, 5vw, 64px); align-items: center; }
.anywhere-tags { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 24px; }
.anywhere-stage { position: relative; min-height: 440px; display: flex; align-items: center; justify-content: center; border-radius: var(--r-xl); padding: clamp(24px, 4vw, 48px); background: linear-gradient(145deg, var(--elev), color-mix(in oklab, var(--surface) 70%, black)); border: 1px solid var(--border); box-shadow: var(--shadow); overflow: hidden; }
.aw-web { position: relative; z-index: 2; width: 100%; max-width: 560px; }
.aw-phone, .aw-tablet { position: relative; z-index: 2; }
.sync-mesh { position: absolute; inset: 14% 12%; z-index: 1; pointer-events: none; }
.sync-mesh::before { content: ""; position: absolute; inset: 18% 8%; border: 1px solid var(--brand-line); border-radius: 50%; transform: rotate(-12deg); }
.sync-mesh span { position: absolute; padding: 7px 10px; border-radius: 999px; background: color-mix(in oklab, var(--surface) 82%, black); border: 1px solid var(--border); font-size: 11px; color: var(--text-2); }
.sync-mesh span:nth-child(1) { left: 4%; top: 16%; }
.sync-mesh span:nth-child(2) { right: 2%; top: 38%; }
.sync-mesh span:nth-child(3) { left: 36%; bottom: 6%; }
@media (max-width: 880px) { .anywhere-grid { grid-template-columns: 1fr; } .anywhere-stage { min-height: 380px; } }

/* ============================================================
   MARKET INTELLIGENCE
   ============================================================ */
.market-head { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(24px, 5vw, 64px); align-items: end; margin-bottom: clamp(34px, 5vw, 64px); }
@media (max-width: 820px) { .market-head { grid-template-columns: 1fr; align-items: start; gap: 16px; } }

.market-orbit { position: relative; height: clamp(340px, 42vw, 480px); margin-bottom: 18px; border-radius: var(--r-xl); background: #03050a; border: 1px solid var(--border); overflow: hidden; }
.market-orbit::before { content: ""; position: absolute; inset: -20% 18% 8%; background: radial-gradient(closest-side, color-mix(in oklab, var(--brand) 34%, transparent), transparent 74%); filter: blur(38px); opacity: 0.72; }
.market-orbit svg { position: absolute; inset: 6%; width: 88%; height: 88%; opacity: 0.76; }
.market-orbit circle, .market-orbit path { fill: none; stroke: color-mix(in oklab, var(--brand) 30%, transparent); stroke-width: 0.55; vector-effect: non-scaling-stroke; }
.orbit-core { position: absolute; left: 50%; top: 50%; width: 142px; height: 142px; transform: translate(-50%, -50%); display: grid; place-items: center; align-content: center; gap: 4px; border-radius: 50%; background: color-mix(in oklab, var(--surface) 86%, black); border: 1px solid var(--brand-line); }
.orbit-core span { font-family: var(--font-display); font-size: 20px; font-weight: 800; }
.orbit-core b { font-size: 20px; font-weight: 600; }
.orbit-core em { font-family: var(--font-mono); font-size: 12px; font-style: normal; font-weight: 600; }
.orbit-node { position: absolute; padding: 8px 11px; border-radius: 999px; background: color-mix(in oklab, var(--surface) 88%, black); border: 1px solid var(--border); font-size: 12px; color: var(--text-2); }
.on-0 { left: 47%; top: 7%; } .on-1 { right: 16%; top: 24%; } .on-2 { right: 12%; bottom: 25%; } .on-3 { left: 45%; bottom: 8%; } .on-4 { left: 12%; bottom: 25%; } .on-5 { left: 14%; top: 24%; }

.mkt-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 18px; }
.mkt-stat { padding: 16px 18px; display: flex; flex-direction: column; gap: 4px; }
.mkt-stat .tag { font-size: 10px; }
.mkt-stat-v { font-size: 19px; font-weight: 600; color: var(--text); }
.mkt-stat-c { font-size: 12px; font-weight: 600; }
@media (max-width: 700px) { .mkt-stats { grid-template-columns: 1fr 1fr; } }

.mkt-grid { display: grid; grid-template-columns: 1.55fr 0.95fr; gap: 18px; }
.mkt-chart { display: flex; flex-direction: column; padding: 20px; }
.mkt-chart-bar { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.mkt-pair { display: flex; align-items: center; gap: 12px; }
.mkt-pair-sym { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; background: var(--brand-tint); color: var(--brand-2); font-family: var(--font-display); font-weight: 800; font-size: 13px; }
.mkt-pair-name { display: block; font-family: var(--font-display); font-size: 14px; font-weight: 700; }
.mkt-pair-px { font-family: var(--font-mono); font-size: 13px; color: var(--text-2); }
.mkt-chart-body { margin-top: 16px; }
.mkt-chart-foot { display: flex; align-items: center; gap: 16px; margin-top: 12px; padding-top: 14px; border-top: 1px solid var(--divider); }
.mkt-chart-foot .tag { font-size: 10px; }
.mkt-liq-inline { flex: 1; height: 30px; max-width: 220px; margin-left: auto; }

.mkt-side { display: flex; flex-direction: column; gap: 18px; }
.mkt-mod { padding: 20px; }
.mkt-mod .tag { font-size: 10.5px; }
.mkt-mod-note { margin-top: 12px; font-size: 12.5px; line-height: 1.5; }
.mkt-alloc { display: flex; align-items: center; gap: 18px; margin-top: 12px; }
.mkt-legend { list-style: none; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.mkt-legend li { display: flex; align-items: center; gap: 9px; font-size: 13px; color: var(--text-2); }
.mkt-legend .dot { width: 9px; height: 9px; border-radius: 3px; flex: none; }
.mkt-legend b { margin-left: auto; color: var(--text); font-family: var(--font-mono); font-weight: 600; }

.mkt-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 18px; }
.rate-list { list-style: none; margin-top: 14px; display: flex; flex-direction: column; }
.rate-list li { display: flex; align-items: center; gap: 14px; padding: 12px 0; border-top: 1px solid var(--divider); }
.rate-list li:first-child { border-top: none; }
.rate-n { font-size: 13.5px; font-weight: 500; flex: 1; }
.rate-spark { width: 70px; height: 22px; flex: none; }
.rate-v { font-family: var(--font-mono); font-size: 13.5px; font-weight: 600; min-width: 56px; text-align: right; }
.rate-c { font-family: var(--font-mono); font-size: 12px; font-weight: 600; min-width: 52px; text-align: right; }

.mkt-news { padding: 20px; display: flex; flex-direction: column; }
.news-track { margin-top: 14px; height: 168px; overflow: hidden; position: relative; -webkit-mask-image: linear-gradient(180deg, transparent, #000 12%, #000 88%, transparent); mask-image: linear-gradient(180deg, transparent, #000 12%, #000 88%, transparent); }
.marquee-col { flex-direction: column; width: auto; height: max-content; animation: scrolly var(--dur, 24s) linear infinite; }
[data-motion="calm"] .marquee-col { animation-duration: 50s; }
@keyframes scrolly { to { transform: translateY(-50%); } }
.news-item { display: flex; gap: 11px; align-items: baseline; padding: 9px 0; }
.news-tag { font-family: var(--font-mono); font-size: 9.5px; font-weight: 600; letter-spacing: 0.05em; padding: 3px 7px; border-radius: 5px; flex: none; }
.news-up { background: var(--up-soft); color: var(--up); }
.news-down { background: var(--down-soft); color: var(--down); }
.news-warn { background: color-mix(in oklab, var(--warn) 16%, transparent); color: var(--warn); }
.news-brand { background: var(--brand-tint); color: var(--brand-text); }
.news-text { font-size: 13px; color: var(--text-2); line-height: 1.45; }
@media (max-width: 900px) { .mkt-grid { grid-template-columns: 1fr; } .mkt-row { grid-template-columns: 1fr; } }

/* candles / viz */
.candles .candle { opacity: 0; transform: translateY(6px); }
.candles.in .candle { animation: candleIn 0.45s var(--ease) forwards; animation-delay: calc(var(--ci) * 16ms); }
@keyframes candleIn { to { opacity: 1; transform: none; } }
.cx-axis { font-family: var(--font-mono); font-size: 9px; }
@media (prefers-reduced-motion: reduce) { .candles .candle { opacity: 1; transform: none; } }

.spark-line { stroke-dasharray: 1; stroke-dashoffset: 1; }
.spark-line.in { transition: stroke-dashoffset 1.1s var(--ease); stroke-dashoffset: 0; }
.spark-fill { opacity: 0; }
.spark-fill.in { transition: opacity 0.7s ease 0.3s; opacity: 1; }
@media (prefers-reduced-motion: reduce) { .spark-line { stroke-dashoffset: 0; } .spark-fill { opacity: 1; } }

.gauge { position: relative; margin: 14px auto 0; max-width: 200px; }
.gauge-arc { stroke-dasharray: 0 999; }
.gauge-arc.in { transition: stroke-dasharray 1.1s var(--ease); stroke-dasharray: var(--dash); }
@media (prefers-reduced-motion: reduce) { .gauge-arc { stroke-dasharray: var(--dash); } }
.gauge-c { position: absolute; inset: 0; top: 26%; display: flex; flex-direction: column; align-items: center; }
.gauge-v { font-family: var(--font-mono); font-size: 30px; font-weight: 600; letter-spacing: -0.02em; }
.gauge-l { font-size: 12.5px; font-weight: 600; color: var(--brand-text); margin-top: 1px; }

.liq { display: flex; align-items: flex-end; gap: 3px; height: 100%; width: 100%; }
.liq-bar { flex: 1; height: 0; border-radius: 2px; opacity: 0.85; align-self: flex-end; }
.liq.in .liq-bar { transition: height 0.6s var(--ease); transition-delay: calc(var(--bi) * 18ms); height: var(--bh); }
@media (prefers-reduced-motion: reduce) { .liq-bar { height: var(--bh); } }

.donut { flex: none; }

/* ============================================================
   MARKETPLACE
   ============================================================ */
.marketplace { overflow: hidden; scroll-margin-top: 92px; }
.mp-stage {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1.14fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: center;
}
.mp-copy .h2 { max-width: 12ch; margin-top: 12px; }
.mp-copy .lead { max-width: 38ch; margin-top: 18px; }
.mp-cta { margin-top: 26px; }
.mp-flow {
  list-style: none;
  display: grid;
  gap: 0;
  margin-top: clamp(32px, 5vw, 56px);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.mp-flow li { display: grid; grid-template-columns: 40px 1fr; gap: 14px; align-items: center; padding: 17px 0; border-top: 1px solid var(--divider); }
.mp-flow li:first-child { border-top: 0; }
.mp-flow span { font-family: var(--font-mono); font-size: 12px; color: var(--brand-text); }
.mp-flow b { font-size: 14px; font-weight: 600; color: var(--text); }
.mp-preview {
  overflow: hidden;
  min-height: clamp(420px, 48vw, 560px);
  padding: clamp(22px, 4vw, 40px);
  border-radius: var(--r-xl);
  background: color-mix(in oklab, var(--surface) 90%, transparent);
}
.mp-draft {
  height: 100%;
  display: grid;
  align-content: space-between;
  gap: 28px;
}
.mp-draft-top, .mp-draft-foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.mp-draft-top > span:last-child { font-family: var(--font-mono); font-size: 12px; color: var(--text-muted); }
.mp-draft b { max-width: 10ch; font-family: var(--font-display); font-size: clamp(40px, 6vw, 72px); font-weight: 600; line-height: 0.96; letter-spacing: -0.04em; color: var(--text); }
.mp-draft-fields { display: grid; gap: 10px; }
.mp-draft-fields div { display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 14px; min-height: 58px; padding: 0 18px; border-radius: 14px; background: var(--well); border: 1px solid var(--divider); color: var(--text-2); }
.mp-draft-fields div.on { background: var(--brand-tint); border-color: var(--brand-line); color: var(--text); }
.mp-draft-fields span { font-family: var(--font-mono); font-size: 12px; color: var(--brand-text); }
.mp-draft-fields em { font-style: normal; font-size: 14px; font-weight: 600; }
.mp-draft-foot { padding-top: 20px; border-top: 1px solid var(--divider); color: var(--brand-text); font-weight: 600; }
.mp-draft-foot svg { width: 16px; height: 16px; }
.mp-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 14px;
}
.mp-card {
  min-height: 164px;
  overflow: hidden;
  padding: 18px;
  border-radius: var(--r-lg);
  background: color-mix(in oklab, var(--surface) 88%, transparent);
  border-color: var(--border);
  transition: transform var(--t-med) var(--ease);
}
.mp-card:hover { transform: translateY(-3px); }
.mp-card-type {
  display: inline-flex;
  width: max-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--brand-tint);
  color: var(--brand-text);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
}
.mp-name { display: block; margin-top: 24px; font-family: var(--font-display); font-size: 20px; font-weight: 600; line-height: 1.1; color: var(--text); }
.mp-card-line { display: block; height: 1px; margin-top: 28px; background: var(--divider); }
.mp-card-meta { display: block; margin-top: 14px; font-size: 12.5px; font-weight: 600; color: var(--text-muted); }
.market-art {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #050609;
}
.market-art img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.06) brightness(0.84);
  transform: scale(1.08);
}
.market-art::before,
.ma-sheen {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.market-art::before {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(5,6,9,0.02), rgba(5,6,9,0.12) 42%, rgba(5,6,9,0.86)),
    radial-gradient(80% 70% at 50% 12%, transparent, rgba(5,6,9,0.34));
}
.ma-sheen {
  z-index: 2;
  background: linear-gradient(118deg, transparent 0 34%, rgba(255,255,255,0.12) 45%, transparent 56% 100%);
  mix-blend-mode: screen;
  opacity: 0.42;
}
.market-art::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5,6,9,0), rgba(5,6,9,0.12) 42%, rgba(5,6,9,0.74));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.075);
}
.ma-member,
.ma-rwa,
.ma-nft {
  position: absolute;
  inset: 18px 18px 52px;
  z-index: 2;
}
.ma-rwa b {
  display: block;
  margin-top: 8px;
  max-width: 14ch;
  font-family: var(--font-display);
  font-size: 19px;
  line-height: 0.96;
  color: #fff;
}
.ma-member {
  padding: 18px;
  border-radius: 18px;
  background:
    radial-gradient(100px 100px at 22% 18%, rgba(255,255,255,0.16), transparent 64%),
    linear-gradient(135deg, rgba(121,151,255,0.24), rgba(255,255,255,0.05)),
    linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0.02));
  border: 1px solid rgba(170,185,255,0.18);
}
.ma-ring {
  display: block;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.52);
  box-shadow: inset 0 0 0 9px rgba(121,151,255,0.22), 0 0 36px rgba(121,151,255,0.28);
}
.ma-member-lines { position: absolute; left: 18px; right: 18px; bottom: 18px; display: grid; gap: 7px; }
.ma-member-lines i { height: 6px; border-radius: 999px; background: rgba(255,255,255,0.12); }
.ma-member-lines i:nth-child(2) { width: 72%; }
.ma-member-lines i:nth-child(3) { width: 46%; }
.ma-rwa {
  padding: 18px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(53,211,176,0.2), rgba(255,214,112,0.08)),
    linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0.02));
  border: 1px solid rgba(93,231,194,0.18);
}
.ma-yield {
  position: absolute;
  right: 18px;
  top: 18px;
  text-align: right;
}
.ma-yield span { display: block; font-family: var(--font-mono); font-size: 9px; color: var(--text-muted); }
.ma-yield strong { display: block; margin-top: 3px; font-family: var(--font-display); font-size: 24px; color: var(--up); }
.ma-bars {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  height: 54px;
  display: flex;
  align-items: end;
  gap: 7px;
}
.ma-bars i {
  flex: 1;
  height: var(--h);
  border-radius: 7px 7px 2px 2px;
  background: linear-gradient(180deg, rgba(93,231,194,0.95), rgba(93,231,194,0.16));
}
.ma-nft {
  border-radius: 18px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,0.18), transparent 28%),
    linear-gradient(135deg, rgba(121,151,255,0.22), rgba(176,123,255,0.16));
  border: 1px solid rgba(255,255,255,0.12);
}
.ma-grid { position: absolute; inset: 16px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; opacity: 0.62; }
.ma-grid i { border-radius: 8px; background: rgba(255,255,255,0.1); }
.ma-grid i:nth-child(3n) { background: rgba(121,151,255,0.32); }
.ma-orb {
  position: absolute;
  right: 24px;
  top: 24px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #fff, #83a2ff 44%, rgba(131,162,255,0.05) 70%);
  box-shadow: 0 0 46px rgba(121,151,255,0.32);
}
.ma-orb-b {
  right: auto;
  left: 22px;
  top: auto;
  bottom: 22px;
  width: 38px;
  height: 38px;
  opacity: 0.68;
}
@media (max-width: 820px) {
  .mp-stage { grid-template-columns: 1fr; }
  .mp-preview { min-height: 390px; }
  .mp-draft b { font-size: 42px; }
  .mp-gallery { grid-template-columns: 1fr; }
  .mp-card { min-height: 154px; }
  .mp-name { margin-top: 82px; }
}

/* ============================================================
   SHOWCASE
   ============================================================ */
.showcase-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 80px); margin-top: 40px; align-items: start; }
.showcase-sticky { position: sticky; top: 92px; height: min(620px, 84vh); display: flex; align-items: center; justify-content: center; border-radius: var(--r-xl); overflow: hidden; }
.interface-layers { position: absolute; inset: 9% 12%; z-index: 1; pointer-events: none; transform: rotateX(58deg) rotateZ(-18deg); transform-style: preserve-3d; opacity: 0.8; }
.interface-layers span { position: absolute; left: 50%; top: 50%; width: 250px; height: 138px; transform: translate(-50%, -50%) translateY(calc(var(--i) * -38px)); display: flex; align-items: flex-start; padding: 13px 16px; border: 1px solid var(--brand-line); border-radius: 16px; background: color-mix(in oklab, var(--brand) 7%, transparent); color: var(--text-muted); font-size: 11px; }
.showcase-phones { position: relative; width: 268px; height: 548px; z-index: 2; }
.showcase-phone { position: absolute; inset: 0; opacity: 0; transform: scale(0.94) translateY(14px); transition: opacity var(--t-med) var(--ease), transform var(--t-med) var(--ease); }
.showcase-phone.on { opacity: 1; transform: none; }
.showcase-dots { position: absolute; bottom: -34px; left: 50%; transform: translateX(-50%); display: flex; gap: 7px; }
.showcase-dots span { width: 7px; height: 7px; border-radius: 50%; background: var(--border-2); transition: background var(--t-fast), width var(--t-fast); }
.showcase-dots span.on { background: var(--brand); width: 20px; border-radius: 4px; }
.showcase-panels { display: flex; flex-direction: column; gap: 16px; padding-block: clamp(40px, 16vh, 130px); }
.showcase-panel { padding: 28px 0; border-radius: 0; border: 0; border-top: 1px solid var(--border); transition: opacity var(--t-med) var(--ease), transform var(--t-med) var(--ease); opacity: 0.36; min-height: 172px; display: flex; flex-direction: column; justify-content: center; }
.showcase-panel.on { opacity: 1; background: transparent; border-color: var(--border-2); box-shadow: none; transform: translateX(8px); }
.showcase-n { font-family: var(--font-mono); font-weight: 500; color: var(--brand-text); font-size: 13px; letter-spacing: 0.04em; }
.showcase-panel h3 { margin-top: 10px; }
.showcase-panel p { margin-top: 10px; }
.panel-signals { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.panel-signals span { padding: 6px 9px; border-radius: 999px; background: var(--well); border: 1px solid var(--divider); font-size: 11.5px; color: var(--text-2); }
.showcase-bar { margin-top: 18px; height: 3px; border-radius: 3px; background: var(--divider); overflow: hidden; }
.showcase-bar span { display: block; height: 100%; background: linear-gradient(90deg, var(--brand), var(--cyan)); transition: width var(--t-slow) var(--ease); }
@media (max-width: 900px) {
  .showcase-grid { grid-template-columns: 1fr; }
  .showcase-sticky { position: relative; top: 0; height: auto; margin-bottom: 28px; padding: 30px 0; }
  .showcase-phones { height: 540px; }
}

/* ============================================================
   EDUCATION
   ============================================================ */
.edu-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(30px, 5vw, 64px); align-items: center; }
.edu-points { display: flex; flex-direction: column; gap: 13px; margin-top: 28px; }
.edu-point { display: flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 500; color: var(--text); }
.edu-check { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 7px; background: var(--up-soft); color: var(--up); flex: none; }
.edu-card { padding: clamp(24px, 3vw, 34px); }
.edu-map { position: relative; min-height: 160px; margin-top: 18px; border-radius: 16px; background: var(--well); border: 1px solid var(--divider); overflow: hidden; }
.edu-map::before, .edu-map::after { content: ""; position: absolute; left: 18%; right: 18%; top: 50%; height: 1px; background: var(--brand-line); }
.edu-map::after { left: 50%; right: auto; top: 18%; bottom: 18%; width: 1px; height: auto; }
.edu-map b, .edu-map span { position: absolute; z-index: 1; }
.edu-map b { left: 50%; top: 50%; transform: translate(-50%, -50%); padding: 10px 13px; border-radius: 999px; background: var(--surface); border: 1px solid var(--brand-line); font-family: var(--font-display); font-size: 13px; }
.edu-map span { padding: 7px 10px; border-radius: 10px; background: color-mix(in oklab, var(--surface) 84%, black); border: 1px solid var(--border); font-family: var(--font-mono); font-size: 11.5px; color: var(--text-2); }
.edu-map span:nth-child(1) { left: 10%; top: 18%; } .edu-map span:nth-child(2) { right: 10%; top: 18%; } .edu-map span:nth-child(4) { left: 10%; bottom: 18%; } .edu-map span:nth-child(5) { right: 10%; bottom: 18%; }
.edu-terms { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 16px; }
.edu-term { font-family: var(--font-mono); font-size: 13px; font-weight: 500; padding: 8px 14px; border-radius: 9px; color: var(--text-2); background: var(--well); border: 1px solid transparent; transition: all var(--t-fast) var(--ease); }
.edu-term:hover { color: var(--text); }
.edu-term.on { color: var(--brand-text); background: var(--brand-tint); border-color: var(--brand-line); }
.edu-explain { margin-top: 18px; padding: 22px; }
.edu-explain-top { display: flex; align-items: center; gap: 11px; }
.edu-jargon { font-family: var(--font-mono); font-size: 14px; font-weight: 600; color: var(--violet); }
.edu-arrow { color: var(--text-muted); }
.edu-human { font-size: 12px; font-weight: 600; color: var(--text-muted); letter-spacing: 0.01em; }
.edu-plain { margin-top: 12px; font-size: 15px; line-height: 1.6; color: var(--text); }
@media (max-width: 820px) { .edu-grid { grid-template-columns: 1fr; } }

/* ============================================================
   HOW
   ============================================================ */
.how-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 4vw, 40px); margin-top: clamp(44px, 5vw, 64px); }
.how-loop { position: relative; height: 340px; margin-top: clamp(36px, 5vw, 58px); border-radius: var(--r-xl); background: #03050a; border: 1px solid var(--border); overflow: hidden; }
.how-loop::before { content: ""; position: absolute; inset: 12%; border: 1px solid var(--brand-line); border-radius: 50%; }
.how-loop::after { content: ""; position: absolute; inset: 25% 18%; background: radial-gradient(closest-side, color-mix(in oklab, var(--brand) 22%, transparent), transparent 76%); filter: blur(34px); }
.how-loop-core { position: absolute; z-index: 2; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 118px; height: 118px; display: grid; place-items: center; border-radius: 50%; background: var(--surface); border: 1px solid var(--brand-line); font-family: var(--font-display); font-weight: 700; }
.loop-node { position: absolute; z-index: 2; padding: 9px 13px; border-radius: 999px; background: color-mix(in oklab, var(--surface) 88%, black); border: 1px solid var(--border); color: var(--text-2); font-size: 12.5px; }
.ln-0 { left: 50%; top: 9%; transform: translateX(-50%); } .ln-1 { right: 15%; top: 32%; } .ln-2 { right: 24%; bottom: 12%; } .ln-3 { left: 24%; bottom: 12%; } .ln-4 { left: 15%; top: 32%; }
.how-line { position: absolute; top: 30px; left: 12%; right: 12%; height: 1px; background: linear-gradient(90deg, transparent, var(--border-2), transparent); z-index: 0; }
.how-step { position: relative; z-index: 1; }
.how-n { width: 60px; height: 60px; border-radius: 16px; display: grid; place-items: center; font-family: var(--font-mono); font-weight: 600; font-size: 18px; color: var(--brand-2); background: var(--surface); border: 1px solid var(--border); box-shadow: var(--shadow-sm); }
.how-title { margin-top: 22px; }
.how-step p { margin-top: 9px; font-size: 14.5px; max-width: 32ch; }
@media (max-width: 760px) {
  .market-orbit { height: 420px; }
  .orbit-node { font-size: 11px; }
  .how-grid { grid-template-columns: 1fr; gap: 30px; }
  .how-line { display: none; }
  .how-loop { height: 360px; }
}

/* ============================================================
   TRUST
   ============================================================ */
.trust-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(30px, 5vw, 64px); align-items: start; }
.trust-points { display: grid; grid-template-columns: 1fr; gap: 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.trust-point { display: flex; gap: 18px; padding: 22px 0; border-top: 1px solid var(--divider); transition: opacity var(--t-med) var(--ease); }
.trust-point:first-child { border-top: 0; }
.trust-point:hover { opacity: 0.82; }
.trust-index { width: 34px; flex: none; color: var(--brand-text); font-size: 13px; font-weight: 600; }
.trust-ic { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; flex: none; }
.trust-pt { font-family: var(--font-display); font-size: 15.5px; font-weight: 700; }
@media (max-width: 860px) { .trust-grid { grid-template-columns: 1fr; } .trust-points { grid-template-columns: 1fr; } }

/* ============================================================
   FAQ
   ============================================================ */
.faq-grid { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: clamp(28px, 5vw, 64px); align-items: start; }
.faq-head { position: sticky; top: 100px; }
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item { border: 1px solid var(--border); border-radius: var(--r-md); background: var(--surface); overflow: hidden; box-shadow: var(--shadow-sm); transition: border-color var(--t-fast); }
.faq-item.open { border-color: var(--brand-line); }
.faq-q { width: 100%; display: flex; align-items: center; gap: 16px; padding: 22px 24px; text-align: left; }
.faq-qt { font-family: var(--font-display); font-weight: 700; font-size: 16.5px; flex: 1; letter-spacing: -0.01em; }
.faq-chev { flex: none; color: var(--text-muted); transition: transform var(--t-med) var(--ease), color var(--t-fast); }
.faq-chev svg { width: 20px; height: 20px; }
.faq-item.open .faq-chev { transform: rotate(180deg); color: var(--brand-text); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height var(--t-med) var(--ease); }
.faq-a p { padding: 0 24px 24px; color: var(--text-2); font-size: 14.5px; line-height: 1.62; }
@media (max-width: 820px) { .faq-grid { grid-template-columns: 1fr; } .faq-head { position: relative; top: 0; } }

/* ============================================================
   FINAL CTA
   ============================================================ */
/* ============================================================
   FOOTER
   ============================================================ */
.footer { border-top: 1px solid var(--border); padding-block: clamp(48px, 6vw, 76px) 34px; background: #030405; }
.motion-footer {
  position: sticky;
  bottom: 0;
  z-index: 0;
  min-height: min(760px, 92dvh);
  overflow: hidden;
  display: flex;
  align-items: end;
  border-top: 1px solid rgba(255,255,255,0.10);
  background:
    radial-gradient(70% 60% at 50% 8%, color-mix(in oklab, var(--brand) 18%, transparent), transparent 64%),
    #030405;
}
.motion-footer .wrap { position: relative; z-index: 2; width: 100%; }
.footer-grid-bg {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at 50% 40%, #000, transparent 72%);
}
.footer-aura {
  position: absolute;
  inset: auto 12% 0;
  height: 52%;
  border-radius: 50% 50% 0 0;
  background: radial-gradient(closest-side, color-mix(in oklab, var(--brand) 26%, transparent), transparent 78%);
  filter: blur(64px);
  opacity: 0.42;
}
.footer-diagonal {
  position: absolute;
  left: -12%;
  right: -12%;
  top: 22%;
  height: 58px;
  transform: rotate(-7deg);
  border-block: 1px solid rgba(168,184,208,0.08);
  background: rgba(168,184,208,0.025);
  overflow: hidden;
}
.footer-diagonal .marquee { gap: 34px; height: 100%; align-items: center; }
.footer-diagonal span {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  color: rgba(216,224,236,0.42);
}
.footer-motion-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: clamp(28px, 5vw, 56px);
}
.footer-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  color: var(--text);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.13);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  transition: transform var(--t-fast) var(--ease), border-color var(--t-fast), background var(--t-fast);
}
.footer-pill:hover { transform: translateY(-2px); border-color: rgba(255,255,255,0.24); background: rgba(255,255,255,0.12); }
.footer-pill svg { width: 15px; height: 15px; }
.footer-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: clamp(14px, 2vw, 22px);
  color: var(--text-muted);
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.footer-kicker i {
  width: 9px;
  height: 9px;
  border-radius: 3px;
  background: var(--brand);
}
.footer-word {
  margin-bottom: clamp(24px, 4vw, 46px);
  font-family: var(--font-display);
  font-size: clamp(58px, 18vw, 236px);
  line-height: 0.74;
  font-weight: 900;
  letter-spacing: -0.055em;
  color: rgba(216,224,236,0.46);
  -webkit-text-stroke: 1px rgba(216,224,236,0.10);
  mask-image: linear-gradient(180deg, #000 22%, rgba(0,0,0,0.28) 100%);
  pointer-events: none;
}
.footer-cta-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(20px, 4vw, 60px);
  align-items: end;
  margin-bottom: clamp(34px, 5vw, 58px);
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.footer-cta-row p {
  max-width: 54ch;
  color: rgba(235,238,248,0.72);
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.45;
}
.footer-pill-strong {
  min-height: 54px;
  padding-inline: 22px;
  color: #fff;
  background: color-mix(in oklab, var(--brand) 78%, #111827);
  border-color: color-mix(in oklab, var(--brand) 44%, transparent);
}
.footer-top { display: grid; grid-template-columns: 1.2fr 2fr; gap: clamp(30px, 5vw, 64px); }
.footer-social { display: flex; gap: 10px; margin-top: 22px; }
.fsoc { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; background: var(--surface); border: 1px solid var(--border); font-size: 15px; color: var(--text-2); transition: transform var(--t-fast) var(--spring), color var(--t-fast), border-color var(--t-fast); }
.fsoc:hover { transform: translateY(-2px); color: var(--brand-text); border-color: var(--brand-line); }
.footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.footer-ct { font-size: 10.5px; margin-bottom: 4px; }
.footer-col ul { list-style: none; margin-top: 14px; display: flex; flex-direction: column; gap: 11px; }
.footer-link { font-size: 14px; font-weight: 500; color: var(--text-2); transition: color var(--t-fast); }
.footer-link:hover { color: var(--brand-text); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: clamp(40px, 5vw, 60px); padding-top: 26px; border-top: 1px solid var(--divider); flex-wrap: wrap; }
.footer-legal { display: flex; gap: 22px; flex-wrap: wrap; }
@media (max-width: 820px) {
  .motion-footer { min-height: auto; position: relative; }
  .footer-cta-row { grid-template-columns: 1fr; align-items: start; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-motion-head { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 520px) {
  .footer-cols { grid-template-columns: 1fr 1fr; }
  .footer-diagonal { top: 16%; }
  .footer-word { letter-spacing: -0.045em; }
}
@media (prefers-reduced-motion: reduce) {
  .footer-diagonal .marquee { animation: none; transform: none; }
}

/* ============================================================
   HERO CTA MASCOT
   ============================================================ */
.mascot-cta { position: relative; display: inline-flex; }
.mascot-btn { position: relative; z-index: 2; }
.mascot-hold { display: block; position: absolute; left: 10px; bottom: calc(100% - 18px); width: 52px; z-index: 1; pointer-events: none; transform: translateY(22px) rotate(var(--lean, 0deg)); transform-origin: bottom center; opacity: 0; transition: opacity var(--t-fast) var(--ease), transform var(--t-med) var(--spring); }
.mascot-cta.big .mascot-hold { width: 64px; bottom: calc(100% - 22px); left: 14px; }
.mascot-cta.awake .mascot-hold { opacity: 1; transform: translateY(0) rotate(var(--lean, 0deg)); }
.beaver { width: 100%; height: auto; display: block; filter: drop-shadow(0 6px 12px rgba(0,0,0,0.4)); }
.mascot-cta.awake .beaver { animation: mascotBob 2.6s var(--ease) infinite; }
@keyframes mascotBob { 0%,100% { transform: translateY(0) rotate(-1.5deg); } 50% { transform: translateY(-3px) rotate(1.5deg); } }
.mascot-cta.linked .beaver { animation: beaverPop 0.6s var(--spring); }
@keyframes beaverPop { 0% { transform: scale(1); } 30% { transform: scale(1.16) rotate(-5deg); } 60% { transform: scale(0.97); } 100% { transform: scale(1); } }
.mascot-bubble { display: block; position: absolute; left: 0; bottom: calc(100% + 52px); z-index: 6; white-space: nowrap; pointer-events: none; font-family: var(--font-display); font-size: 12.5px; font-weight: 700; color: var(--text); background: var(--surface); border: 1px solid var(--border-2); border-radius: 999px; padding: 7px 14px; box-shadow: var(--shadow); opacity: 0; transform: translateY(8px) scale(0.92); transform-origin: bottom left; transition: opacity var(--t-fast) var(--ease), transform var(--t-med) var(--spring); }
.mascot-cta.big .mascot-bubble { bottom: calc(100% + 64px); }
.mascot-bubble::after { content: ""; position: absolute; left: 26px; bottom: -5px; width: 9px; height: 9px; background: var(--surface); border-right: 1px solid var(--border-2); border-bottom: 1px solid var(--border-2); transform: rotate(45deg); }
.mascot-cta.awake .mascot-bubble { opacity: 1; transform: translateY(0) scale(1); }
@media (prefers-reduced-motion: reduce) { .mascot-cta.awake .beaver { animation: none; } .hero-mint, .feed-chip { animation: none !important; } }

.footer-contact {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(22px, 5vw, 58px);
  align-items: end;
  margin-bottom: clamp(34px, 5vw, 58px);
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: var(--r-xl);
  background: rgba(255,255,255,0.035);
}
.footer-contact h3 { margin-top: 10px; font-size: clamp(28px, 4vw, 44px); }
.footer-contact p { margin-top: 10px; color: rgba(235,238,248,0.66); line-height: 1.5; }
.footer-contact-field { display: flex; gap: 10px; align-items: center; }
.footer-contact input {
  min-width: 0;
  flex: 1;
  height: 54px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(0,0,0,0.26);
  color: #fff;
  font: inherit;
  outline: none;
}
.footer-contact input:focus { border-color: color-mix(in oklab, var(--brand) 56%, transparent); box-shadow: 0 0 0 3px var(--brand-tint); }
.footer-contact .footer-pill { flex: none; }
@media (max-width: 820px) {
  .footer-contact { grid-template-columns: 1fr; }
  .footer-contact-field { align-items: stretch; flex-direction: column; }
  .footer-contact .footer-pill { justify-content: center; }
}
