:root {
  --bg: #070b12;
  --bg-2: #101826;
  --ink: #f6f0e4;
  --muted: #b7c4d4;
  --gold: #d4af37;
  --gold-2: #f4d98a;
  --gold-dim: #9a7b24;
  --serum: #3ec8ff;
  --serum-2: #8ae6ff;
  --serum-deep: #0b6ea8;
  --chrome: #cfd8e3;
  --line: rgba(62, 200, 255, 0.22);
  --sol: #14f195;
  --purple: #9945ff;
  --font-display: "Oswald", Impact, sans-serif;
  --font-body: "Manrope", system-ui, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--ink);
  min-height: 100vh;
  overflow-x: hidden;
  cursor: none;
}

a,
button {
  cursor: none;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.magic-canvas {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

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

.vignette {
  position: fixed;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: radial-gradient(ellipse at center, transparent 36%, rgba(4, 8, 14, 0.72) 100%);
}

.hud-scan {
  position: fixed;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: repeating-linear-gradient(
    180deg,
    transparent 0 3px,
    rgba(62, 200, 255, 0.015) 3px 4px
  );
  animation: scan 8s linear infinite;
  mix-blend-mode: screen;
}

@keyframes scan {
  from { background-position: 0 0; }
  to { background-position: 0 80px; }
}

.orbs {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.38;
  animation: drift 18s ease-in-out infinite;
}

.orb-a {
  width: 42vw;
  height: 42vw;
  left: -8%;
  top: -10%;
  background: radial-gradient(circle, #0b6ea8, transparent 70%);
}

.orb-b {
  width: 36vw;
  height: 36vw;
  right: -6%;
  top: 18%;
  background: radial-gradient(circle, #c9a227, transparent 70%);
  animation-delay: -6s;
}

.orb-c {
  width: 48vw;
  height: 48vw;
  left: 22%;
  bottom: -22%;
  background: radial-gradient(circle, #142033, transparent 70%);
  animation-delay: -11s;
}

@keyframes drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(4%, 6%) scale(1.12); }
}

.floaters {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.vial {
  position: absolute;
  width: 22px;
  height: 52px;
  border-radius: 6px 6px 10px 10px;
  background:
    linear-gradient(180deg, rgba(207, 216, 227, 0.55) 0 12%, transparent 12%),
    linear-gradient(180deg, transparent 0 28%, rgba(62, 200, 255, 0.55) 28% 82%, rgba(207, 216, 227, 0.35) 82%);
  border: 1px solid rgba(207, 216, 227, 0.45);
  box-shadow: 0 0 18px rgba(62, 200, 255, 0.35), inset 0 0 8px rgba(138, 230, 255, 0.35);
  animation: vial-float 11s ease-in-out infinite;
  opacity: 0.55;
}

.vial::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 16px;
  height: 10px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #e8eef4, #9aa8b6);
  border-radius: 3px;
}

.v1 { left: 8%; top: 22%; animation-duration: 13s; }
.v2 { right: 12%; top: 38%; animation-duration: 10s; animation-delay: -3s; transform: scale(0.8); }
.v3 { left: 18%; bottom: 16%; animation-duration: 15s; animation-delay: -7s; transform: scale(0.7); }
.v4 { right: 22%; bottom: 28%; animation-duration: 12s; animation-delay: -5s; }

@keyframes vial-float {
  0%, 100% { transform: translateY(0) rotate(-8deg); }
  50% { transform: translateY(-28px) rotate(8deg); }
}

.cursor,
.cursor-ring,
.cursor-drop {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 100;
  transform: translate(-50%, -50%);
}

.cursor {
  width: 18px;
  height: 54px;
  display: flex;
  flex-direction: column;
  align-items: center;
  filter: drop-shadow(0 0 8px rgba(62, 200, 255, 0.7));
}

.syringe-plunger {
  width: 10px;
  height: 6px;
  background: linear-gradient(180deg, #fff, var(--chrome));
  border-radius: 2px;
}

.syringe-barrel {
  width: 10px;
  height: 22px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5), rgba(62, 200, 255, 0.75), rgba(255, 255, 255, 0.2));
  border: 1px solid rgba(207, 216, 227, 0.9);
  border-radius: 2px;
}

.syringe-hub {
  width: 8px;
  height: 6px;
  background: #3aa0e8;
  border-radius: 0 0 2px 2px;
}

.syringe-needle {
  width: 2px;
  height: 16px;
  background: linear-gradient(180deg, #e8eef4, #8aa0b4);
}

.cursor-ring {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1.5px solid rgba(62, 200, 255, 0.7);
  box-shadow: 0 0 18px rgba(62, 200, 255, 0.35);
  transition: width 0.18s, height 0.18s, border-color 0.18s;
}

.cursor-drop {
  width: 7px;
  height: 12px;
  border-radius: 40% 40% 55% 55%;
  background: linear-gradient(180deg, var(--serum-2), var(--serum-deep));
  opacity: 0.9;
  filter: blur(0.2px);
}

.nav,
main,
footer,
.mobile-menu {
  position: relative;
  z-index: 5;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 16px 32px;
  background: linear-gradient(180deg, rgba(7, 11, 18, 0.94), rgba(7, 11, 18, 0.28) 70%, transparent);
  backdrop-filter: blur(10px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  letter-spacing: 0.1em;
  font-size: 1.2rem;
}

.brand img {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid var(--gold);
  box-shadow: 0 0 16px rgba(62, 200, 255, 0.45);
}

.nav nav {
  display: flex;
  gap: 22px;
  margin-left: 12px;
}

.nav nav a {
  color: var(--muted);
  font-weight: 700;
  font-size: 0.95rem;
  transition: color 0.2s;
}

.nav nav a:hover {
  color: var(--serum-2);
}

.nav-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

.icon-btn {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(16, 24, 38, 0.6);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.icon-btn:hover {
  border-color: var(--gold);
  box-shadow: 0 0 18px rgba(212, 175, 55, 0.4);
  transform: translateY(-1px);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0.02em;
  border: 1px solid transparent;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}

.btn-gold {
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  color: #16110a;
  box-shadow: 0 0 22px rgba(212, 175, 55, 0.38);
  position: relative;
  overflow: hidden;
}

.btn-gold::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, 0.45) 50%, transparent 70%);
  transform: translateX(-120%);
  animation: shimmer 3.4s ease-in-out infinite;
}

@keyframes shimmer {
  0%, 55% { transform: translateX(-120%); }
  80%, 100% { transform: translateX(120%); }
}

.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(212, 175, 55, 0.55);
}

.btn-ghost {
  border-color: var(--line);
  background: rgba(16, 24, 38, 0.55);
  color: var(--ink);
}

.btn-ghost:hover {
  border-color: var(--serum);
  transform: translateY(-2px);
}

.btn-lg {
  padding: 14px 26px;
  font-size: 1.05rem;
}

.menu-btn {
  display: none;
  background: none;
  border: 1px solid var(--line);
  color: var(--ink);
  width: 42px;
  height: 42px;
  border-radius: 10px;
  font-size: 1.2rem;
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 72px;
  right: 16px;
  left: 16px;
  z-index: 19;
  flex-direction: column;
  gap: 12px;
  padding: 18px;
  background: rgba(10, 16, 26, 0.96);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.mobile-menu.open {
  display: flex;
}

.hero {
  position: relative;
  min-height: 100vh;
  padding: 120px 32px 64px;
  overflow: hidden;
}

.hero-banner {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 11, 18, 0.92) 0%, rgba(7, 11, 18, 0.52) 48%, rgba(7, 11, 18, 0.82) 100%),
    linear-gradient(180deg, rgba(7, 11, 18, 0.12), rgba(7, 11, 18, 0.9)),
    url("../assets/banner.jpg") center / cover no-repeat;
  filter: saturate(1.15) contrast(1.05);
}

.hero-grid {
  position: relative;
  z-index: 3;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.76rem;
  margin-bottom: 16px;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sol);
  box-shadow: 0 0 12px var(--sol);
  animation: pulse 1.6s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.5); opacity: 0.55; }
}

h1 {
  font-family: var(--font-display);
  font-size: clamp(3.4rem, 8vw, 7rem);
  line-height: 0.88;
  letter-spacing: 0.04em;
  margin-bottom: 18px;
}

h1 small {
  display: block;
  font-size: 0.3em;
  color: var(--gold);
  letter-spacing: 0.32em;
  margin-top: 8px;
}

.chrome {
  position: relative;
  display: inline-block;
  background: linear-gradient(180deg, #fff 0%, #cfd8e3 38%, #8ea0b4 52%, #f4d98a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 28px rgba(62, 200, 255, 0.28);
  filter: drop-shadow(0 2px 0 #9a7b24);
}

.chrome::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 20%, rgba(255, 255, 255, 0.7) 50%, transparent 80%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: chrome-shine 4s linear infinite;
  pointer-events: none;
}

@keyframes chrome-shine {
  0% { opacity: 0.2; transform: translateX(-6%); }
  50% { opacity: 0.85; }
  100% { opacity: 0.2; transform: translateX(6%); }
}

.lede {
  font-size: 1.12rem;
  line-height: 1.65;
  color: var(--muted);
  max-width: 34rem;
  margin-bottom: 22px;
}

.lede strong {
  color: var(--ink);
}

.ca-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px 10px 14px;
  background: rgba(16, 24, 38, 0.78);
  border: 1px solid var(--line);
  border-radius: 999px;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 22px;
  backdrop-filter: blur(8px);
}

.ca-label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--gold);
}

.ca-row code {
  font-family: var(--font-mono);
  font-size: 0.92rem;
  color: var(--ink);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 18rem;
}

.copy-btn {
  border: 0;
  background: var(--gold);
  color: #16110a;
  font-weight: 800;
  border-radius: 999px;
  padding: 7px 12px;
  font-family: var(--font-body);
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
  max-width: 28rem;
}

.stats li {
  padding: 12px 10px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(16, 24, 38, 0.55);
  text-align: center;
}

.stats b {
  display: block;
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--gold-2);
}

.stats span {
  font-size: 0.75rem;
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-stage {
  display: grid;
  place-items: center;
  perspective: 900px;
}

.dose-orbit {
  position: relative;
  width: min(460px, 86vw);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  transform-style: preserve-3d;
  transition: transform 0.25s ease-out;
}

.mascot {
  width: 72%;
  height: 72%;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid var(--gold);
  box-shadow:
    0 0 0 12px rgba(62, 200, 255, 0.08),
    0 0 60px rgba(62, 200, 255, 0.35),
    0 30px 80px rgba(0, 0, 0, 0.55);
  animation: float-mascot 5.5s ease-in-out infinite;
  z-index: 2;
}

@keyframes float-mascot {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

.ring {
  position: absolute;
  inset: 4%;
  border-radius: 50%;
  border: 1px solid rgba(62, 200, 255, 0.28);
  animation: spin 22s linear infinite;
}

.ring-1 {
  inset: 0;
  border-style: dashed;
  border-color: rgba(212, 175, 55, 0.5);
}

.ring-2 {
  inset: 8%;
  border-color: rgba(153, 69, 255, 0.32);
  animation-duration: 16s;
  animation-direction: reverse;
}

.ring-3 {
  inset: 16%;
  border-color: rgba(20, 241, 149, 0.2);
  animation-duration: 28s;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.helix {
  position: absolute;
  width: 70%;
  height: 70%;
  border-radius: 50%;
  border: 1px dashed rgba(138, 230, 255, 0.35);
  animation: spin 9s linear infinite;
  z-index: 1;
}

.h2 {
  width: 58%;
  height: 58%;
  animation-direction: reverse;
  animation-duration: 11s;
  border-color: rgba(212, 175, 55, 0.3);
}

.drop {
  position: absolute;
  width: 8px;
  height: 14px;
  background: linear-gradient(180deg, var(--serum-2), var(--serum-deep));
  border-radius: 40% 40% 60% 60%;
  opacity: 0.9;
  animation: drip-fall 2.8s ease-in infinite;
  z-index: 3;
  filter: drop-shadow(0 0 6px rgba(62, 200, 255, 0.7));
}

.d1 { left: 38%; top: 78%; animation-delay: 0s; }
.d2 { left: 52%; top: 80%; animation-delay: 0.9s; }
.d3 { left: 45%; top: 82%; animation-delay: 1.7s; width: 6px; }

@keyframes drip-fall {
  0% { transform: translateY(0) scaleY(0.6); opacity: 0; }
  20% { opacity: 1; }
  100% { transform: translateY(46px) scaleY(1.2); opacity: 0; }
}

.spark {
  position: absolute;
  width: 8px;
  height: 8px;
  background: radial-gradient(circle, #fff, var(--gold) 40%, transparent 70%);
  animation: spark-pop 3.6s ease-in-out infinite;
  z-index: 3;
}

.s1 { left: 18%; top: 22%; animation-delay: 0s; }
.s2 { right: 16%; top: 30%; animation-delay: 0.8s; }
.s3 { left: 24%; bottom: 20%; animation-delay: 1.6s; }
.s4 { right: 20%; bottom: 16%; animation-delay: 2.4s; }

@keyframes spark-pop {
  0%, 100% { transform: scale(0.4); opacity: 0.2; }
  50% { transform: scale(1.4); opacity: 1; }
}

.dose-scale {
  position: absolute;
  right: 4%;
  top: 18%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: rgba(207, 216, 227, 0.7);
  z-index: 4;
  letter-spacing: 0.08em;
}

.dose-scale em {
  font-style: normal;
  color: var(--serum);
  font-weight: 700;
}

.mug-caption {
  margin-top: 18px;
  color: var(--muted);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.75rem;
  text-align: center;
}

.ticker {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: rgba(16, 24, 38, 0.72);
  padding: 14px 0;
}

.ticker-track {
  display: flex;
  gap: 42px;
  width: max-content;
  animation: marquee 28s linear infinite;
  font-family: var(--font-display);
  letter-spacing: 0.16em;
  color: var(--gold);
}

@keyframes marquee {
  to { transform: translateX(-50%); }
}

.split,
.token,
.buy,
.community,
.immunity {
  max-width: 1180px;
  margin: 0 auto;
  padding: 96px 32px;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

h2 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  line-height: 1;
  margin-bottom: 18px;
  letter-spacing: 0.02em;
}

.lore p,
.section-lede {
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 14px;
  font-size: 1.05rem;
}

.lore-cards {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.lore-cards article,
.token-grid article,
.social-card {
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(20, 36, 54, 0.45), rgba(7, 11, 18, 0.65));
}

.lore-cards h3 {
  color: var(--gold);
  margin-bottom: 6px;
}

.lore-art img {
  width: 100%;
  border-radius: 22px;
  border: 1px solid var(--line);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45), 0 0 40px rgba(62, 200, 255, 0.12);
}

.lore-art figcaption {
  margin-top: 10px;
  color: var(--muted);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.immunity,
.token {
  text-align: center;
}

.meter {
  margin-top: 28px;
  display: grid;
  place-items: center;
  gap: 14px;
}

.meter-glass {
  position: relative;
  width: min(160px, 42vw);
  height: 280px;
  border-radius: 18px 18px 28px 28px;
  border: 2px solid rgba(207, 216, 227, 0.55);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(62, 200, 255, 0.05) 40%, transparent 55%);
  overflow: hidden;
  box-shadow: inset 0 0 24px rgba(62, 200, 255, 0.2), 0 0 32px rgba(62, 200, 255, 0.18);
}

.meter-fill {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 62%;
  background: linear-gradient(180deg, rgba(138, 230, 255, 0.95), rgba(11, 110, 168, 0.92));
  animation: fill-wave 5s ease-in-out infinite;
  box-shadow: 0 0 24px rgba(62, 200, 255, 0.55);
}

.meter-fill::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -20%;
  width: 140%;
  height: 22px;
  background: radial-gradient(ellipse, rgba(255, 255, 255, 0.55), transparent 70%);
  animation: wave 3s ease-in-out infinite;
}

@keyframes fill-wave {
  0%, 100% { height: 54%; }
  50% { height: 78%; }
}

@keyframes wave {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(12%); }
}

.meter-ticks {
  position: absolute;
  inset: 16px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: rgba(246, 240, 228, 0.85);
  pointer-events: none;
  z-index: 2;
}

.meter-caption {
  color: var(--muted);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.token-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 28px;
  text-align: left;
}

.tok-label {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
}

.token-grid strong {
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: var(--gold-2);
}

.tok-ca {
  font-family: var(--font-mono) !important;
  font-size: 1rem !important;
  word-break: break-all;
}

.steps {
  list-style: none;
  display: grid;
  gap: 14px;
  margin: 28px 0;
}

.steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(16, 24, 38, 0.55);
}

.steps span {
  font-family: var(--font-display);
  color: var(--serum);
  font-size: 1.4rem;
}

.steps h3 {
  margin-bottom: 4px;
}

.steps p {
  color: var(--muted);
}

.buy-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.social-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 24px;
}

.social-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.social-card:hover {
  transform: translateY(-4px);
  border-color: var(--gold);
  box-shadow: 0 12px 32px rgba(212, 175, 55, 0.18);
}

.social-icon {
  font-size: 1.4rem;
}

.social-card em {
  color: var(--gold);
  font-style: normal;
}

.foot {
  padding: 36px 32px 48px;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto;
}

.foot-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.foot-brand img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--gold);
}

.disclaimer,
.copy {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .nav nav,
  .nav-actions .btn {
    display: none;
  }

  .menu-btn {
    display: grid;
    place-items: center;
    margin-left: auto;
  }

  .hero-grid,
  .split,
  .token-grid,
  .social-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 100px;
  }

  .stats {
    grid-template-columns: repeat(2, 1fr);
  }

  body {
    cursor: auto;
  }

  a,
  button {
    cursor: pointer;
  }

  .cursor,
  .cursor-ring,
  .cursor-drop {
    display: none;
  }

  .vial {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
