:root {
  /* Cosmic eye / nebula theme (lavender violet on deep space) */
  --bg: #040210;
  --bg-card: rgba(14, 10, 28, 0.9);
  --line: rgba(224, 214, 255, 0.1);
  --text: #f0edff;
  --muted: #a8a0c8;
  --accent: #9d7aff;
  --accent-2: #7b6fd8;
  --danger: #c97bb0;
  --void: #030208;
  --midnight: #0a0618;
  --indigo: #1a0f2e;
  --iris-glow: rgba(157, 122, 255, 0.38);
  --silver-mist: rgba(220, 210, 255, 0.07);
  --magenta-ghost: rgba(180, 100, 200, 0.14);
  --cosmic-lavender: #c4b4ff;
  /* System fonts only — no Google Fonts CDN (avoids third-party font requests / referrer leakage). */
  --font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-display: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-mono: ui-monospace, "Cascadia Code", "Segoe UI Mono", Consolas, monospace;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background:
    radial-gradient(ellipse 120% 70% at 50% -20%, #12081f 0%, transparent 55%),
    radial-gradient(ellipse 90% 50% at 100% 40%, rgba(40, 18, 68, 0.35), transparent 50%),
    radial-gradient(ellipse 80% 45% at 0% 60%, rgba(28, 14, 52, 0.3), transparent 48%),
    var(--bg);
  color: var(--text);
  font-family: var(--font-sans);
  scroll-behavior: smooth;
  scroll-padding-top: 6.5rem;
}

body {
  position: relative;
  overflow-x: hidden;
}

main {
  position: relative;
}

/* Scroll progress — memecoin-style energy bar (see lolonsol / similar one-pagers) */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  z-index: 100;
  background: rgba(0, 0, 0, 0.35);
  overflow: hidden;
  pointer-events: none;
}

.scroll-progress-inner {
  height: 100%;
  width: 100%;
  transform-origin: left center;
  transform: scaleX(0);
  background: linear-gradient(90deg, var(--accent), var(--cosmic-lavender), var(--accent-2));
  box-shadow: 0 0 14px rgba(157, 122, 255, 0.45);
  will-change: transform;
}

/* Cinematic void — slow indigo breath (no rainbow) */
.bg-body-shift {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -3;
  opacity: 0.85;
  background:
    radial-gradient(ellipse 120% 90% at 50% -15%, rgba(80, 50, 140, 0.4), transparent 58%),
    radial-gradient(ellipse 90% 70% at 85% 40%, rgba(40, 30, 80, 0.28), transparent 52%),
    radial-gradient(ellipse 70% 60% at 10% 75%, rgba(50, 25, 75, 0.32), transparent 50%),
    radial-gradient(ellipse 50% 40% at 60% 90%, rgba(100, 60, 130, 0.14), transparent 45%);
  animation: body-hue-drift 22s ease-in-out infinite alternate;
}

@keyframes body-hue-drift {
  0% {
    filter: hue-rotate(-4deg) saturate(0.95);
    transform: scale(1);
  }
  100% {
    filter: hue-rotate(8deg) saturate(1.05);
    transform: scale(1.015);
  }
}

/* Twinkling dots — depth without third-party libs */
.bg-particles {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
  overflow: hidden;
}

.bg-particles span {
  position: absolute;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: rgba(210, 215, 240, 0.45);
  box-shadow: 0 0 8px rgba(130, 140, 200, 0.35);
  animation: twinkle 4.5s ease-in-out infinite;
}

.bg-particles span:nth-child(1) { left: 8%; top: 12%; animation-delay: 0s; }
.bg-particles span:nth-child(2) { left: 22%; top: 28%; animation-delay: 0.4s; }
.bg-particles span:nth-child(3) { left: 78%; top: 18%; animation-delay: 0.8s; }
.bg-particles span:nth-child(4) { left: 88%; top: 42%; animation-delay: 1.1s; }
.bg-particles span:nth-child(5) { left: 15%; top: 55%; animation-delay: 0.2s; }
.bg-particles span:nth-child(6) { left: 45%; top: 8%; animation-delay: 1.5s; }
.bg-particles span:nth-child(7) { left: 62%; top: 65%; animation-delay: 0.6s; }
.bg-particles span:nth-child(8) { left: 92%; top: 72%; animation-delay: 1.8s; }
.bg-particles span:nth-child(9) { left: 35%; top: 88%; animation-delay: 0.3s; }
.bg-particles span:nth-child(10) { left: 55%; top: 38%; animation-delay: 1.2s; }
.bg-particles span:nth-child(11) { left: 5%; top: 75%; animation-delay: 2s; }
.bg-particles span:nth-child(12) { left: 72%; top: 52%; animation-delay: 0.5s; }
.bg-particles span:nth-child(13) { left: 28%; top: 70%; animation-delay: 1.4s; }
.bg-particles span:nth-child(14) { left: 95%; top: 25%; animation-delay: 0.9s; }
.bg-particles span:nth-child(15) { left: 50%; top: 95%; animation-delay: 1.6s; }

@keyframes twinkle {
  0%, 100% { opacity: 0.25; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.4); }
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.32;
  background-image: radial-gradient(rgba(255, 255, 255, 0.12) 0.4px, transparent 0.4px);
  background-size: 2.5px 2.5px;
  z-index: -1;
  mix-blend-mode: overlay;
}

.bg-glow {
  position: fixed;
  border-radius: 999px;
  filter: blur(90px);
  z-index: -2;
  opacity: 0.38;
  will-change: transform;
}

.bg-glow-a {
  width: 520px;
  height: 520px;
  left: -200px;
  top: -120px;
  background: #4a2a78;
  animation: drift 11s ease-in-out infinite alternate;
}

.bg-glow-b {
  width: 440px;
  height: 440px;
  right: -140px;
  top: 160px;
  background: #2a1850;
  animation: drift 13s ease-in-out infinite alternate-reverse;
}

@keyframes drift {
  from { transform: translateY(0px); }
  to { transform: translateY(35px); }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(1200px, 96%);
  margin: 0.9rem auto 0;
  padding: 0.9rem 1rem;
  background: rgba(10, 6, 22, 0.82);
  border: 1px solid var(--line);
  border-radius: 14px;
  backdrop-filter: blur(12px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  text-decoration: none;
  color: var(--text);
  font-weight: 800;
  letter-spacing: 0.07em;
  font-size: 0.86rem;
}

.brand-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--cosmic-lavender));
  box-shadow: 0 0 22px rgba(157, 122, 255, 0.85);
}

.nav {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.nav a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.92rem;
}

.nav a:hover {
  color: #ffffff;
}

/* —— Hero: prophetic eye atmosphere (abstract, cinematic, readable) —— */
.hero-shell {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: 1px solid var(--line);
  background: radial-gradient(ellipse 100% 80% at 50% -10%, var(--midnight), var(--void));
}

/* Eye-shaped window for cosmic art (SVG clip + wide ellipse fallback) */
.hero-photo-eye-frame {
  position: absolute;
  left: 50%;
  top: 43%;
  width: min(168vw, 2600px);
  height: min(108vh, 1200px);
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
  clip-path: url(#heroEyeClip);
  -webkit-clip-path: url(#heroEyeClip);
}

/* Full-bleed hero art — subtle slow drift keeps it alive */
.hero-photo-bg {
  position: absolute;
  inset: -14%;
  background-image: url("assets/hero-cosmic-eye.png");
  background-size: cover;
  background-position: center 42%;
  background-repeat: no-repeat;
  transform-origin: 50% 45%;
  animation: hero-photo-breathe 52s ease-in-out infinite alternate;
}

@keyframes hero-photo-breathe {
  0% {
    transform: scale(1);
    filter: saturate(1) brightness(0.96);
  }
  100% {
    transform: scale(1.022);
    filter: saturate(1.04) brightness(1.02);
  }
}

.hero-shell--photo {
  background: var(--void);
}

/* Photo hero: hide redundant SVG eye; image carries the silhouette */
.hero-shell--photo .hero-eye-mass {
  display: none;
}

/* Readability: darken left column for copy + soften center glare */
.hero-shell--photo .hero-void {
  background:
    linear-gradient(
      90deg,
      rgba(4, 2, 12, 0.94) 0%,
      rgba(6, 3, 18, 0.72) 28%,
      rgba(8, 4, 22, 0.35) 52%,
      transparent 72%
    ),
    radial-gradient(ellipse 85% 90% at 50% 48%, transparent 0%, rgba(2, 1, 8, 0.25) 55%, rgba(2, 1, 10, 0.72) 100%);
}

.hero-bg-effects {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  transition: transform 0.45s ease-out;
  will-change: transform;
}

.hero-void {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 85% 70% at 45% 35%, rgba(25, 20, 48, 0.5), transparent 65%);
}

.hero-mist {
  position: absolute;
  inset: -15%;
  pointer-events: none;
}

.hero-mist-back {
  background:
    radial-gradient(ellipse 90% 55% at 48% 42%, rgba(40, 32, 72, 0.35), transparent 62%),
    radial-gradient(ellipse 70% 50% at 70% 60%, rgba(30, 45, 85, 0.2), transparent 55%);
  filter: blur(28px);
  opacity: 0.85;
  animation: mist-drift 28s ease-in-out infinite alternate;
}

.hero-shell--photo .hero-mist-back {
  opacity: 0.55;
  background:
    radial-gradient(ellipse 80% 50% at 55% 45%, rgba(60, 40, 100, 0.25), transparent 60%),
    radial-gradient(ellipse 60% 45% at 25% 55%, rgba(20, 12, 40, 0.35), transparent 55%);
}

.hero-mist-front {
  background:
    radial-gradient(ellipse 60% 40% at 50% 38%, var(--silver-mist), transparent 70%),
    radial-gradient(ellipse 100% 80% at 30% 80%, rgba(20, 18, 40, 0.4), transparent 55%);
  filter: blur(18px);
  opacity: 0.7;
  animation: mist-drift 20s ease-in-out infinite alternate-reverse;
}

.hero-shell--photo .hero-mist-front {
  opacity: 0.45;
}

/*
 * Nebula clouds / mist — layered like reference art: dark wispy upper “lid”,
 * billowy purple lower lid, bright 6 o’clock glow. Sits under star tiles.
 */
.hero-cloud-stack {
  position: absolute;
  inset: -10%;
  z-index: 3;
  pointer-events: none;
  overflow: hidden;
}

.hero-cloud {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-cloud-upper {
  background:
    radial-gradient(ellipse 125% 48% at 50% -8%, rgba(42, 26, 68, 0.58), transparent 56%),
    radial-gradient(ellipse 72% 38% at 16% 16%, rgba(32, 18, 54, 0.45), transparent 52%),
    radial-gradient(ellipse 72% 38% at 84% 18%, rgba(34, 20, 56, 0.42), transparent 52%),
    radial-gradient(ellipse 95% 42% at 50% 6%, rgba(24, 14, 42, 0.4), transparent 54%);
  filter: blur(22px);
  opacity: 0.88;
  animation: hero-cloud-upper-drift 40s ease-in-out infinite alternate;
}

.hero-cloud-mid {
  background:
    radial-gradient(ellipse 48% 44% at 10% 50%, rgba(58, 38, 92, 0.22), transparent 56%),
    radial-gradient(ellipse 48% 44% at 90% 48%, rgba(54, 36, 88, 0.2), transparent 56%),
    radial-gradient(ellipse 60% 50% at 50% 45%, rgba(40, 26, 72, 0.12), transparent 62%);
  filter: blur(36px);
  opacity: 0.75;
  animation: hero-cloud-mid-drift 46s ease-in-out infinite alternate-reverse;
}

.hero-cloud-lower {
  mix-blend-mode: screen;
  background:
    radial-gradient(ellipse 100% 58% at 50% 112%, rgba(95, 58, 148, 0.5), rgba(48, 30, 82, 0.28) 40%, transparent 62%),
    radial-gradient(ellipse 68% 48% at 30% 98%, rgba(78, 48, 122, 0.38), transparent 58%),
    radial-gradient(ellipse 68% 48% at 70% 97%, rgba(75, 46, 118, 0.36), transparent 58%),
    radial-gradient(ellipse 58% 38% at 50% 90%, rgba(200, 170, 255, 0.2), transparent 62%);
  filter: blur(26px);
  opacity: 0.92;
  animation: hero-cloud-lower-drift 43s ease-in-out infinite alternate;
}

.hero-cloud-glow {
  mix-blend-mode: screen;
  background: radial-gradient(
    ellipse 42% 26% at 50% 91%,
    rgba(255, 255, 255, 0.38) 0%,
    rgba(220, 200, 255, 0.24) 22%,
    rgba(130, 90, 190, 0.1) 48%,
    transparent 70%
  );
  filter: blur(42px);
  opacity: 0.78;
  animation: hero-cloud-glow-pulse 32s ease-in-out infinite alternate;
}

@keyframes hero-cloud-upper-drift {
  0% {
    transform: translate(-1.2%, 0) scale(1);
    opacity: 0.82;
  }
  100% {
    transform: translate(1%, -0.6%) scale(1.025);
    opacity: 0.94;
  }
}

@keyframes hero-cloud-mid-drift {
  0% {
    transform: translate(0.5%, 0) scale(1);
  }
  100% {
    transform: translate(-1%, 0.8%) scale(1.03);
  }
}

@keyframes hero-cloud-lower-drift {
  0% {
    transform: translate(0, 0.3%) scale(1);
    opacity: 0.88;
  }
  100% {
    transform: translate(0.8%, -0.4%) scale(1.04);
    opacity: 0.98;
  }
}

@keyframes hero-cloud-glow-pulse {
  0% {
    opacity: 0.72;
    filter: blur(42px) brightness(0.97);
  }
  100% {
    opacity: 0.84;
    filter: blur(40px) brightness(1.04);
  }
}

/*
 * Hero starfield: tiled micro-stars drift at two speeds (parallax).
 * Blends with the cosmic photo so the field feels alive; baked-in stars stay put underneath.
 */
.hero-starfield {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  overflow: hidden;
}

.hero-starfield-layer {
  position: absolute;
  inset: -14%;
  mix-blend-mode: screen;
  pointer-events: none;
  background-repeat: repeat;
  /* Shared star tile — scattered points (brighter for void + eye readability) */
  background-image:
    radial-gradient(1.2px 1.2px at 12% 18%, rgba(255, 255, 255, 0.95), transparent),
    radial-gradient(1.4px 1.4px at 84% 12%, rgba(236, 228, 255, 0.78), transparent),
    radial-gradient(1.2px 1.2px at 44% 6%, rgba(255, 255, 255, 0.68), transparent),
    radial-gradient(1.1px 1.1px at 68% 34%, rgba(255, 255, 255, 0.72), transparent),
    radial-gradient(1.3px 1.3px at 22% 52%, rgba(252, 246, 255, 0.62), transparent),
    radial-gradient(1.2px 1.2px at 91% 48%, rgba(255, 255, 255, 0.58), transparent),
    radial-gradient(1.2px 1.2px at 8% 72%, rgba(232, 224, 255, 0.68), transparent),
    radial-gradient(1.4px 1.4px at 55% 88%, rgba(255, 255, 255, 0.72), transparent),
    radial-gradient(1.1px 1.1px at 33% 38%, rgba(255, 255, 255, 0.52), transparent),
    radial-gradient(1.2px 1.2px at 76% 72%, rgba(242, 234, 255, 0.64), transparent),
    radial-gradient(1px 1px at 58% 22%, rgba(255, 255, 255, 0.58), transparent),
    radial-gradient(1.2px 1.2px at 15% 92%, rgba(255, 255, 255, 0.5), transparent),
    radial-gradient(1.3px 1.3px at 95% 28%, rgba(255, 255, 255, 0.7), transparent),
    radial-gradient(1.1px 1.1px at 48% 58%, rgba(255, 255, 255, 0.48), transparent),
    radial-gradient(1.2px 1.2px at 72% 8%, rgba(250, 244, 255, 0.78), transparent),
    radial-gradient(1.2px 1.2px at 28% 66%, rgba(255, 255, 255, 0.54), transparent),
    radial-gradient(1.4px 1.4px at 62% 44%, rgba(255, 255, 255, 0.62), transparent),
    radial-gradient(1.2px 1.2px at 5% 44%, rgba(235, 226, 255, 0.58), transparent),
    radial-gradient(1.1px 1.1px at 88% 82%, rgba(255, 255, 255, 0.64), transparent),
    radial-gradient(1.2px 1.2px at 40% 82%, rgba(255, 255, 255, 0.48), transparent),
    radial-gradient(1.2px 1.2px at 18% 28%, rgba(255, 255, 255, 0.82), transparent),
    radial-gradient(1.3px 1.3px at 52% 14%, rgba(255, 255, 255, 0.58), transparent),
    radial-gradient(1.2px 1.2px at 63% 66%, rgba(220, 210, 255, 0.56), transparent),
    radial-gradient(1.1px 1.1px at 38% 24%, rgba(255, 255, 255, 0.52), transparent),
    radial-gradient(1px 1px at 71% 54%, rgba(255, 255, 255, 0.45), transparent),
    radial-gradient(1.1px 1.1px at 27% 8%, rgba(240, 232, 255, 0.55), transparent);
}

.hero-starfield-layer--far {
  opacity: 0.62;
  background-size: 250px 250px;
  animation: hero-stars-drift-far 125s linear infinite;
}

.hero-starfield-layer--near {
  opacity: 0.52;
  background-size: 175px 175px;
  background-position: 40px 20px;
  animation: hero-stars-drift-near 82s linear infinite reverse;
}

/* Extra brightness in the black void around the clipped eye (masked hole ≈ iris area) */
.hero-starfield-layer--rim {
  opacity: 0.88;
  background-size: 210px 210px;
  background-position: 18px 36px;
  -webkit-mask-image: radial-gradient(
    ellipse 76% 60% at 50% 42%,
    transparent 0%,
    transparent 34%,
    rgba(0, 0, 0, 0.2) 46%,
    rgba(0, 0, 0, 0.92) 58%,
    black 100%
  );
  mask-image: radial-gradient(
    ellipse 76% 60% at 50% 42%,
    transparent 0%,
    transparent 34%,
    rgba(0, 0, 0, 0.2) 46%,
    rgba(0, 0, 0, 0.92) 58%,
    black 100%
  );
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  animation: hero-stars-drift-rim 108s linear infinite;
}

/* Slow, subtle twinkle only over iris / pupil (masked) — void stars stay steady */
.hero-starfield-layer--iris-twinkle {
  opacity: 0.42;
  background-size: 195px 195px;
  background-position: 22px 28px;
  -webkit-mask-image: radial-gradient(
    ellipse 38% 34% at 50% 44%,
    black 0%,
    black 42%,
    rgba(0, 0, 0, 0.35) 58%,
    transparent 74%
  );
  mask-image: radial-gradient(
    ellipse 38% 34% at 50% 44%,
    black 0%,
    black 42%,
    rgba(0, 0, 0, 0.35) 58%,
    transparent 74%
  );
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  animation:
    hero-stars-drift-iris 140s linear infinite reverse,
    hero-stars-twinkle-iris 24s ease-in-out infinite alternate;
}

@keyframes hero-stars-drift-iris {
  from {
    background-position: 22px 28px;
  }
  to {
    background-position: -180px 96px;
  }
}

@keyframes hero-stars-drift-rim {
  from {
    background-position: 18px 36px;
  }
  to {
    background-position: 228px 168px;
  }
}

@keyframes hero-stars-twinkle-iris {
  0% {
    filter: brightness(0.97);
  }
  100% {
    filter: brightness(1.08);
  }
}

@keyframes hero-stars-drift-far {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 250px 125px;
  }
}

@keyframes hero-stars-drift-near {
  from {
    background-position: 40px 20px;
  }
  to {
    background-position: -210px 120px;
  }
}

/* Kept for any legacy use; hero layers use iris-only twinkle above */
@keyframes hero-stars-twinkle {
  0% {
    filter: brightness(0.97);
  }
  100% {
    filter: brightness(1.06);
  }
}

@keyframes mist-drift {
  0% { transform: translate(0, 0) scale(1); opacity: 0.65; }
  100% { transform: translate(2%, -1.5%) scale(1.03); opacity: 0.85; }
}

/* Giant abstract eye: curves + haze, blended into fog */
.hero-eye-mass {
  position: absolute;
  left: 50%;
  top: 42%;
  width: min(140vw, 2000px);
  height: min(85vh, 900px);
  transform: translate(-50%, -50%);
  opacity: 0.55;
  filter: blur(0.5px);
  transition: opacity 1.4s ease;
}

.hero-shell--awake .hero-eye-mass {
  opacity: 0.72;
}

.hero-eye-svg {
  width: 100%;
  height: 100%;
  display: block;
}

.hero-eye-path {
  animation: eye-breathe 10s ease-in-out infinite;
}

.hero-eye-path-lower {
  animation-delay: -2s;
  opacity: 0.85;
}

.hero-eye-haze {
  animation: eye-breathe 12s ease-in-out infinite reverse;
}

@keyframes eye-breathe {
  0%, 100% { opacity: 0.7; }
  50% { opacity: 1; }
}

/* Expanding prophecy rings — slow, premium pulse */
.hero-pulse-rings {
  position: absolute;
  left: 28%;
  top: 38%;
  width: min(72vw, 720px);
  height: min(72vw, 720px);
  max-height: 85vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

/* Align expanding rings with the artwork’s pupil / iris */
.hero-shell--photo .hero-pulse-rings {
  left: 50%;
  top: 44%;
  width: min(78vw, 820px);
  height: min(78vw, 820px);
}

.hero-pulse-ring {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(140, 130, 200, 0.12);
  box-shadow:
    inset 0 0 60px rgba(80, 70, 140, 0.06),
    0 0 40px rgba(60, 90, 160, 0.05);
  animation: prophecy-ring 22s ease-out infinite;
  opacity: 0;
}

.hero-shell--photo .hero-pulse-ring {
  border-color: rgba(200, 185, 255, 0.14);
  box-shadow:
    inset 0 0 70px rgba(140, 110, 200, 0.08),
    0 0 50px rgba(157, 122, 255, 0.08);
}

.hero-pulse-ring:nth-child(1) { animation-delay: 0s; }
.hero-pulse-ring:nth-child(2) { animation-delay: 5.5s; }
.hero-pulse-ring:nth-child(3) { animation-delay: 11s; }
.hero-pulse-ring:nth-child(4) { animation-delay: 16.5s; }

@keyframes prophecy-ring {
  0% {
    transform: scale(0.35);
    opacity: 0;
  }
  8% {
    opacity: 0.35;
  }
  55% {
    opacity: 0.08;
  }
  100% {
    transform: scale(1.25);
    opacity: 0;
  }
}

.hero-aurora {
  position: absolute;
  inset: -40% -20% auto -20%;
  height: 120%;
  background:
    radial-gradient(ellipse 75% 55% at 25% 25%, rgba(75, 60, 130, 0.35), transparent 58%),
    radial-gradient(ellipse 65% 48% at 78% 18%, rgba(45, 75, 120, 0.22), transparent 52%),
    radial-gradient(ellipse 55% 42% at 52% 78%, rgba(60, 40, 90, 0.18), transparent 48%);
  animation: aurora-shift 18s ease-in-out infinite alternate;
  opacity: 0.75;
}

.hero-shell--photo .hero-aurora {
  opacity: 0.28;
}

@keyframes aurora-shift {
  0% {
    transform: translate(0, 0) scale(1);
    filter: hue-rotate(-3deg);
  }
  100% {
    transform: translate(1.5%, 2%) scale(1.04);
    filter: hue-rotate(6deg);
  }
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(48px);
  opacity: 0.42;
  animation: orb-float 20s ease-in-out infinite;
}

.hero-orb-1 {
  width: min(400px, 58vw);
  height: min(400px, 58vw);
  left: -10%;
  top: 8%;
  background: radial-gradient(circle, rgba(90, 70, 160, 0.55), transparent 72%);
}

.hero-orb-2 {
  width: min(300px, 42vw);
  height: min(300px, 42vw);
  right: -8%;
  top: 32%;
  background: radial-gradient(circle, rgba(50, 85, 140, 0.4), transparent 70%);
  animation-delay: -7s;
  animation-duration: 24s;
}

.hero-orb-3 {
  width: min(220px, 32vw);
  height: min(220px, 32vw);
  left: 38%;
  bottom: -8%;
  background: radial-gradient(circle, var(--magenta-ghost), transparent 68%);
  animation-delay: -14s;
  animation-duration: 17s;
}

.hero-shell--photo .hero-orb {
  opacity: 0.22;
}

@keyframes orb-float {
  0%, 100% { transform: translate(0, 0); }
  33% { transform: translate(3%, -2.5%); }
  66% { transform: translate(-2.5%, 3%); }
}

/* Faint watchful arcs — clearer when .hero-shell--awake (hover / scroll) */
.hero-watchful {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.watchful-arc {
  position: absolute;
  border-radius: 50%;
  border: 1px solid transparent;
  opacity: 0.12;
  transition: opacity 1.2s ease;
}

.watchful-arc-a {
  width: min(95vw, 1100px);
  height: min(50vh, 480px);
  left: 50%;
  top: 36%;
  transform: translate(-50%, -50%) rotate(-6deg);
  border-top-color: rgba(200, 190, 245, 0.14);
  border-left-color: rgba(120, 100, 170, 0.08);
  filter: blur(0.8px);
}

.watchful-arc-b {
  width: min(88vw, 980px);
  height: min(46vh, 440px);
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%) rotate(4deg);
  border-bottom-color: rgba(130, 150, 200, 0.1);
  filter: blur(1.2px);
  opacity: 0.08;
}

.hero-shell--awake .watchful-arc-a {
  opacity: 0.22;
}

.hero-shell--awake .watchful-arc-b {
  opacity: 0.16;
}

.watchful-glint {
  position: absolute;
  width: 28%;
  max-width: 380px;
  height: 2px;
  left: 18%;
  top: 32%;
  background: linear-gradient(90deg, transparent, rgba(220, 225, 245, 0.12), transparent);
  transform: rotate(-18deg);
  opacity: 0.25;
  transition: opacity 1s ease;
  filter: blur(0.5px);
}

.hero-shell--awake .watchful-glint {
  opacity: 0.45;
}

.hero-shell--photo .watchful-arc {
  opacity: 0.06;
}

.hero-shell--photo.hero-shell--awake .watchful-arc-a {
  opacity: 0.14;
}

.hero-shell--photo.hero-shell--awake .watchful-arc-b {
  opacity: 0.1;
}

.hero-shell--photo .watchful-glint {
  opacity: 0.12;
}

.hero-shell--photo.hero-shell--awake .watchful-glint {
  opacity: 0.28;
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(100, 90, 160, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(70, 100, 150, 0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, black 0%, black 50%, transparent 100%);
  animation: grid-drift 32s linear infinite;
  opacity: 0.6;
}

@keyframes grid-drift {
  0% { background-position: 0 0, 0 0; }
  100% { background-position: 56px 56px, 56px 56px; }
}

.hero-shimmer {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 0%,
    transparent 42%,
    rgba(255, 255, 255, 0.025) 50%,
    transparent 58%,
    transparent 100%
  );
  background-size: 200% 100%;
  animation: shimmer 11s ease-in-out infinite;
}

@keyframes shimmer {
  0% { background-position: 100% 0; }
  100% { background-position: -100% 0; }
}

/* Iris stack behind headline — concentric rings + pupil glow */
.hero-inner {
  position: relative;
  z-index: 2;
}

.hero-iris-stack {
  position: absolute;
  left: -8%;
  top: 6%;
  width: min(92%, 920px);
  height: min(72vh, 640px);
  max-width: 100%;
  pointer-events: none;
  z-index: 0;
}

/* Center iris glow on the artwork’s void; keep rings soft so they echo, don’t fight, the image */
.hero-shell--photo .hero-iris-stack {
  left: 0;
  width: 100%;
  height: min(80vh, 700px);
  opacity: 0.55;
}

.hero-shell--photo .iris-vignette {
  background: radial-gradient(
    ellipse 58% 52% at 50% 44%,
    transparent 18%,
    rgba(4, 2, 14, 0.4) 62%,
    rgba(2, 1, 8, 0.82) 100%
  );
}

.hero-shell--photo .iris-ring,
.hero-shell--photo .iris-core,
.hero-shell--photo .iris-silver {
  left: 50%;
  top: 42%;
}

.iris-vignette {
  position: absolute;
  inset: -20%;
  background: radial-gradient(ellipse 55% 50% at 42% 42%, transparent 25%, rgba(4, 4, 12, 0.5) 70%, rgba(2, 2, 8, 0.85) 100%);
  opacity: 0.85;
}

.iris-ring {
  position: absolute;
  left: 38%;
  top: 36%;
  width: min(65vw, 560px);
  height: min(65vw, 560px);
  max-height: 58vh;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.iris-ring-3 {
  border: 1px solid rgba(120, 110, 180, 0.08);
  box-shadow: 0 0 80px rgba(60, 50, 100, 0.15);
  animation: iris-pulse 18s ease-in-out infinite;
}

.iris-ring-2 {
  width: min(48vw, 400px);
  height: min(48vw, 400px);
  max-height: 44vh;
  border: 1px solid rgba(100, 140, 200, 0.1);
  box-shadow:
    inset 0 0 70px rgba(40, 60, 110, 0.12),
    0 0 50px rgba(80, 100, 160, 0.08);
  animation: iris-pulse 18s ease-in-out infinite 2.5s reverse;
}

.iris-ring-1 {
  width: min(34vw, 280px);
  height: min(34vw, 280px);
  max-height: 32vh;
  border: 1px solid rgba(160, 170, 220, 0.12);
  background: radial-gradient(circle, rgba(30, 35, 65, 0.35) 0%, transparent 70%);
  animation: iris-pulse 16s ease-in-out infinite 0.8s;
}

.iris-core {
  position: absolute;
  left: 38%;
  top: 36%;
  width: min(22vw, 200px);
  height: min(22vw, 200px);
  max-height: 22vh;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(
    circle at 45% 45%,
    rgba(55, 75, 130, 0.45) 0%,
    rgba(25, 30, 55, 0.65) 45%,
    rgba(8, 10, 22, 0.9) 100%
  );
  box-shadow:
    inset 0 0 40px rgba(0, 0, 0, 0.5),
    0 0 60px rgba(90, 110, 180, 0.2);
  animation: iris-core-glow 20s ease-in-out infinite alternate;
}

.iris-silver {
  position: absolute;
  left: 38%;
  top: 36%;
  width: min(10vw, 88px);
  height: min(10vw, 88px);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, rgba(230, 235, 255, 0.08), transparent 55%);
  opacity: 0.6;
  animation: iris-pulse 15s ease-in-out infinite;
}

@keyframes iris-pulse {
  0%, 100% { opacity: 0.88; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.008); }
}

@keyframes iris-core-glow {
  0% {
    box-shadow:
      inset 0 0 40px rgba(0, 0, 0, 0.5),
      0 0 52px rgba(90, 110, 180, 0.16);
  }
  100% {
    box-shadow:
      inset 0 0 44px rgba(0, 0, 0, 0.54),
      0 0 68px rgba(100, 120, 200, 0.24);
  }
}

.hero {
  position: relative;
  z-index: 1;
  padding: 7rem 0 5.5rem;
}

.hero h1 {
  max-width: 950px;
  position: relative;
  z-index: 2;
  text-shadow:
    0 2px 24px rgba(0, 0, 0, 0.85),
    0 0 48px rgba(60, 50, 100, 0.35),
    0 0 100px rgba(40, 60, 110, 0.15);
  animation: title-glow 20s ease-in-out infinite alternate;
}

.hero-shell--photo .hero h1 {
  text-shadow:
    0 2px 28px rgba(0, 0, 0, 0.95),
    0 0 40px rgba(0, 0, 0, 0.65),
    0 0 64px rgba(80, 60, 140, 0.35);
}

@keyframes title-glow {
  0% {
    filter: drop-shadow(0 0 0 transparent);
  }
  100% {
    filter: drop-shadow(0 0 18px rgba(180, 160, 255, 0.09));
  }
}

.hero .label,
.hero .hero-sub,
.hero .hero-actions,
.hero #audioToggle {
  position: relative;
  z-index: 2;
}

.hero .hero-sub {
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.75);
}

/* Softer motif continuation under hero */
.post-hero-atmosphere {
  position: relative;
  height: 0;
  margin: 0;
  pointer-events: none;
}

.post-hero-atmosphere::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -120px;
  width: min(140vw, 1600px);
  height: 320px;
  transform: translateX(-50%);
  background:
    radial-gradient(ellipse 55% 85% at 50% 0%, rgba(85, 50, 145, 0.35), transparent 72%),
    radial-gradient(ellipse 45% 65% at 28% 22%, rgba(50, 28, 95, 0.22), transparent 58%),
    radial-gradient(ellipse 40% 50% at 72% 18%, rgba(38, 22, 72, 0.18), transparent 52%);
  filter: blur(44px);
  opacity: 0.88;
  z-index: 0;
}

/* Below hero: deep space — purple/black void, nebula, layered drifting stars */
.rest-cosmos {
  position: relative;
  isolation: isolate;
  background-color: #060214;
}

.rest-cosmos-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.rest-cosmos-violet {
  position: absolute;
  inset: 0;
  background-color: #050312;
  background-image:
    linear-gradient(180deg, #07051a 0%, rgba(6, 3, 16, 0.92) 8%, rgba(5, 2, 14, 0.75) 22%, transparent 42%),
    radial-gradient(ellipse 100% 55% at 50% -12%, rgba(72, 42, 118, 0.42), transparent 58%),
    radial-gradient(ellipse 55% 45% at 90% 28%, rgba(48, 26, 88, 0.28), transparent 52%),
    radial-gradient(ellipse 50% 50% at 8% 42%, rgba(36, 18, 68, 0.26), transparent 50%),
    radial-gradient(ellipse 70% 55% at 50% 88%, rgba(14, 6, 28, 0.75), transparent 65%),
    radial-gradient(ellipse 40% 35% at 50% 55%, rgba(30, 14, 52, 0.12), transparent 70%);
}

.rest-cosmos-nebula {
  position: absolute;
  inset: -5%;
  opacity: 0.85;
  background:
    radial-gradient(ellipse 45% 28% at 18% 55%, rgba(120, 70, 180, 0.16), transparent 60%),
    radial-gradient(ellipse 40% 32% at 82% 38%, rgba(90, 50, 150, 0.14), transparent 58%),
    radial-gradient(ellipse 55% 40% at 48% 72%, rgba(60, 35, 110, 0.12), transparent 55%),
    radial-gradient(ellipse 35% 25% at 65% 18%, rgba(100, 60, 160, 0.1), transparent 50%);
  filter: blur(2px);
  animation: rest-nebula-drift 48s ease-in-out infinite alternate;
}

@keyframes rest-nebula-drift {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 0.75;
  }
  100% {
    transform: translate(1.2%, -0.8%) scale(1.03);
    opacity: 0.92;
  }
}

.rest-cosmos .container {
  position: relative;
  z-index: 1;
}

.rest-cosmos-stars {
  position: absolute;
  inset: -18% -10%;
  mix-blend-mode: screen;
  pointer-events: none;
  background-repeat: repeat;
  background-image:
    radial-gradient(1px 1px at 14% 20%, rgba(255, 255, 255, 0.55), transparent),
    radial-gradient(1.1px 1.1px at 78% 16%, rgba(220, 210, 255, 0.45), transparent),
    radial-gradient(1px 1px at 42% 10%, rgba(255, 255, 255, 0.38), transparent),
    radial-gradient(0.9px 0.9px at 66% 40%, rgba(255, 255, 255, 0.42), transparent),
    radial-gradient(1px 1px at 24% 56%, rgba(240, 232, 255, 0.4), transparent),
    radial-gradient(1px 1px at 92% 50%, rgba(255, 255, 255, 0.32), transparent),
    radial-gradient(1.1px 1.1px at 8% 76%, rgba(215, 206, 255, 0.44), transparent),
    radial-gradient(1px 1px at 58% 90%, rgba(255, 255, 255, 0.48), transparent),
    radial-gradient(1px 1px at 36% 42%, rgba(255, 255, 255, 0.3), transparent),
    radial-gradient(1px 1px at 74% 76%, rgba(230, 222, 255, 0.4), transparent),
    radial-gradient(0.8px 0.8px at 54% 26%, rgba(255, 255, 255, 0.36), transparent),
    radial-gradient(1px 1px at 18% 94%, rgba(255, 255, 255, 0.28), transparent),
    radial-gradient(1px 1px at 96% 32%, rgba(255, 255, 255, 0.46), transparent),
    radial-gradient(1px 1px at 50% 62%, rgba(255, 255, 255, 0.26), transparent),
    radial-gradient(1px 1px at 70% 12%, rgba(248, 240, 255, 0.5), transparent),
    radial-gradient(1.1px 1.1px at 30% 70%, rgba(255, 255, 255, 0.34), transparent),
    radial-gradient(1px 1px at 6% 48%, rgba(210, 200, 255, 0.38), transparent),
    radial-gradient(0.9px 0.9px at 86% 84%, rgba(255, 255, 255, 0.4), transparent),
    radial-gradient(1px 1px at 48% 86%, rgba(255, 255, 255, 0.3), transparent);
}

.rest-cosmos-stars--far {
  opacity: 0.58;
  background-size: 280px 280px;
  animation:
    rest-stars-drift-far 150s linear infinite,
    rest-stars-twinkle 9s ease-in-out infinite alternate;
}

.rest-cosmos-stars--near {
  opacity: 0.48;
  background-size: 200px 200px;
  background-position: 55px 30px;
  animation:
    rest-stars-drift-near 98s linear infinite reverse,
    rest-stars-twinkle 6.5s ease-in-out infinite alternate-reverse;
}

/* Sparse distant dust — extra depth */
.rest-cosmos-stars--dust {
  opacity: 0.32;
  mix-blend-mode: screen;
  background-repeat: repeat;
  background-size: 420px 420px;
  background-position: 120px 80px;
  background-image:
    radial-gradient(0.8px 0.8px at 22% 18%, rgba(255, 255, 255, 0.45), transparent),
    radial-gradient(0.7px 0.7px at 78% 28%, rgba(230, 220, 255, 0.38), transparent),
    radial-gradient(0.8px 0.8px at 48% 62%, rgba(255, 255, 255, 0.32), transparent),
    radial-gradient(0.7px 0.7px at 12% 88%, rgba(220, 210, 255, 0.36), transparent),
    radial-gradient(0.8px 0.8px at 92% 72%, rgba(255, 255, 255, 0.34), transparent),
    radial-gradient(0.7px 0.7px at 58% 12%, rgba(250, 245, 255, 0.4), transparent),
    radial-gradient(0.8px 0.8px at 36% 44%, rgba(255, 255, 255, 0.28), transparent),
    radial-gradient(0.7px 0.7px at 68% 52%, rgba(235, 228, 255, 0.35), transparent);
  animation:
    rest-stars-drift-dust 210s linear infinite,
    rest-stars-twinkle 11s ease-in-out infinite alternate;
}

@keyframes rest-stars-drift-dust {
  from {
    background-position: 120px 80px;
  }
  to {
    background-position: -300px 200px;
  }
}

@keyframes rest-stars-drift-far {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 280px 140px;
  }
}

@keyframes rest-stars-drift-near {
  from {
    background-position: 55px 30px;
  }
  to {
    background-position: -220px 140px;
  }
}

@keyframes rest-stars-twinkle {
  0% {
    filter: brightness(0.9);
  }
  100% {
    filter: brightness(1.1);
  }
}

.label {
  margin: 0 0 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.74rem;
  color: #d4c8ff;
}

h1, h2, h3 {
  margin: 0 0 0.8rem;
  font-family: var(--font-display);
  line-height: 1.07;
}

h1 {
  font-size: clamp(2.3rem, 8vw, 5.3rem);
  max-width: 950px;
}

h2 {
  font-size: clamp(1.75rem, 5vw, 3rem);
}

.hero-sub {
  max-width: 760px;
  margin: 1.2rem 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 2.2vw, 1.24rem);
  line-height: 1.7;
}

.hero-actions {
  margin: 2rem 0 1.7rem;
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.btn {
  border: 1px solid transparent;
  background: linear-gradient(130deg, var(--accent), var(--accent-2));
  color: white;
  text-decoration: none;
  font-weight: 700;
  border-radius: 11px;
  padding: 0.72rem 1rem;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(157, 122, 255, 0.28);
}

.btn-ghost {
  background: transparent;
  border-color: var(--line);
}

.btn-small {
  padding: 0.48rem 0.72rem;
  font-size: 0.82rem;
}

.chart-placeholder {
  margin: 0 0 1rem;
  color: var(--muted);
  max-width: 520px;
  line-height: 1.7;
}

.pumpfun-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  margin-top: 0.5rem;
}

.pumpfun-hint {
  margin: 0;
  max-width: 560px;
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.6;
}

.pumpfun-hint code {
  font-size: 0.82em;
  padding: 0.15rem 0.35rem;
}

.chart-slot {
  min-height: 120px;
  border: 1px dashed var(--line);
  border-radius: 14px;
  background: rgba(14, 10, 26, 0.5);
}

.chart-slot-pump {
  min-height: 80px;
  margin-top: 1rem;
  border-style: solid;
  border-color: rgba(157, 122, 255, 0.25);
  background: linear-gradient(145deg, rgba(157, 122, 255, 0.08), rgba(90, 70, 160, 0.05));
}

.section {
  padding: 5rem 0;
  border-top: 1px solid var(--line);
  position: relative;
}

/* Striped rhythm — sections “breathe” like viral meme landers */
main .container > .section:nth-child(odd) {
  background: linear-gradient(
    180deg,
    rgba(157, 122, 255, 0.055) 0%,
    transparent 42%,
    transparent 58%,
    rgba(90, 70, 150, 0.045) 100%
  );
  border-radius: 18px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

main .container > .section:nth-child(even) {
  background: linear-gradient(180deg, transparent, rgba(16, 10, 28, 0.38) 48%, transparent);
  border-radius: 18px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.narrative p {
  margin: 0 0 0.6rem;
  font-size: clamp(1.05rem, 2vw, 1.34rem);
  color: #d8dbf2;
}

.narrative .line-break {
  color: white;
  font-weight: 700;
}

.embed-wrap {
  margin-top: 1.8rem;
  display: flex;
  justify-content: center;
}

.instagram-wrap {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.embed-label {
  margin: 1.5rem 0 0.65rem;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
}

.link-preview {
  display: flex;
  gap: 1rem;
  align-items: stretch;
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1rem;
  background: var(--bg-card);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  max-width: 640px;
  margin: 0 auto;
}

.link-preview:hover {
  border-color: rgba(157, 122, 255, 0.45);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

.link-preview-thumb {
  flex: 0 0 100px;
  min-height: 100px;
  border-radius: 10px;
  background: linear-gradient(145deg, #1a1f35, #0d1020);
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}

.link-preview-thumb::after {
  content: "TN";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.25);
}

.link-preview-body {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
}

.link-preview-domain {
  font-size: 0.78rem;
  color: var(--accent-2);
  letter-spacing: 0.04em;
}

.link-preview-title {
  font-weight: 800;
  font-size: 1.05rem;
  line-height: 1.3;
}

.link-preview-desc {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.5;
}

.link-preview-cta {
  margin-top: 0.25rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: #d7dbff;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}

.two-col p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.quote-box {
  margin-top: 1.2rem;
  background: linear-gradient(145deg, rgba(157, 122, 255, 0.14), rgba(80, 60, 140, 0.1));
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1rem;
}

.quote-box p {
  margin: 0 0 0.35rem;
}

.signal-divider {
  margin: 0;
  padding: 3.25rem 1.25rem;
  text-align: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(
    180deg,
    rgba(6, 4, 14, 0.75) 0%,
    rgba(22, 14, 42, 0.4) 50%,
    rgba(6, 4, 14, 0.75) 100%
  );
  position: relative;
}

.signal-divider::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(
    180deg,
    transparent 8%,
    rgba(157, 122, 255, 0.12) 50%,
    transparent 92%
  );
  transform: translateX(-50%);
  pointer-events: none;
}

.signal-divider-text {
  margin: 0 auto;
  max-width: 34rem;
  position: relative;
  z-index: 1;
  font-family: var(--font-display);
  font-size: clamp(1.12rem, 2.8vw, 1.52rem);
  font-weight: 600;
  line-height: 1.38;
  letter-spacing: 0.02em;
  color: #ebe6ff;
}

.section-instead {
  padding-top: 4.25rem;
}

.instead-kicker {
  margin: 0 0 0.55rem;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--muted);
}

.instead-lead {
  margin: 0 0 1.85rem;
  max-width: 38rem;
  color: var(--muted);
  line-height: 1.78;
  font-size: clamp(0.97rem, 1.85vw, 1.08rem);
}

.instead-stack {
  list-style: none;
  margin: 0 0 2.1rem;
  padding: 1.2rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(5, 3, 12, 0.65);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  font-family: var(--font-mono);
  font-size: clamp(0.86rem, 2vw, 0.97rem);
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.instead-line {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0;
  padding: 0.38rem 0;
  color: #dcd2f2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.045);
}

.instead-line:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.instead-marker {
  flex: 0 0 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(157, 122, 255, 0.5);
  box-shadow: 0 0 10px rgba(157, 122, 255, 0.25);
}

.instead-close {
  margin: 0;
  max-width: 40rem;
  font-size: clamp(1.02rem, 2.2vw, 1.18rem);
  font-weight: 700;
  line-height: 1.55;
  color: #f4f0ff;
}

.brand-emphasis {
  font-weight: 800;
  letter-spacing: 0.03em;
  color: #faf8ff;
}

.bitcoin-punchline {
  margin: 0 0 1.5rem;
  max-width: 38rem;
  padding: 1.15rem 1.2rem;
  border-left: 3px solid rgba(157, 122, 255, 0.45);
  background: rgba(8, 5, 18, 0.55);
  border-radius: 0 12px 12px 0;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 2.4vw, 1.28rem);
  font-weight: 600;
  line-height: 1.45;
  color: #ebe6ff;
}

.section-lead {
  margin: 0 0 1.5rem;
  max-width: 40rem;
  color: var(--muted);
  line-height: 1.75;
  font-size: clamp(1rem, 2vw, 1.12rem);
}

.section-lead-tight {
  margin-bottom: 1.25rem;
}

.regret-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.regret-item {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1rem;
  background: var(--bg-card);
}

.regret-item h3 {
  margin-bottom: 0.25rem;
}

.regret-item p {
  margin: 0;
  color: var(--muted);
}

.roadmap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.road-step {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1rem;
  background: var(--bg-card);
}

.road-step span {
  color: var(--accent-2);
  font-size: 0.78rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.road-step p {
  margin: 0;
  color: var(--muted);
}

.community-lead {
  margin: 0 0 1.5rem;
  max-width: 640px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.community-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.community-card {
  display: flex;
  gap: 1.1rem;
  align-items: flex-start;
  padding: 1.35rem 1.25rem;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: var(--bg-card);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.community-card:hover {
  border-color: rgba(157, 122, 255, 0.45);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
  transform: translateY(-2px);
}

.community-card-icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 1.35rem;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
}

.community-card-icon-pump {
  color: var(--accent);
  background: rgba(157, 122, 255, 0.12);
  border-color: rgba(196, 180, 255, 0.28);
}

.community-card-body {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  min-width: 0;
}

.community-card-title {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 800;
}

.community-card-desc {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.55;
}

.community-card-desc code {
  font-size: 0.82em;
  padding: 0.1rem 0.3rem;
}

.community-card-cta {
  margin-top: 0.25rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--accent-2);
}

.community-card:hover .community-card-cta {
  color: #fff;
}

.faq-list {
  display: grid;
  gap: 0.8rem;
}

details {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.95rem 1rem;
  background: var(--bg-card);
}

summary {
  cursor: pointer;
  font-weight: 700;
}

details p {
  color: var(--muted);
  margin: 0.75rem 0 0;
}

.footer {
  position: relative;
  overflow: hidden;
  margin-top: 3rem;
  border-top: 1px solid var(--line);
  background: rgba(8, 4, 18, 0.92);
}

/* Match main content: faint drifting stars in footer */
.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.28;
  background-repeat: repeat;
  background-image:
    radial-gradient(1px 1px at 16% 22%, rgba(255, 255, 255, 0.5), transparent),
    radial-gradient(1px 1px at 82% 18%, rgba(225, 215, 255, 0.42), transparent),
    radial-gradient(0.9px 0.9px at 46% 12%, rgba(255, 255, 255, 0.36), transparent),
    radial-gradient(1px 1px at 68% 44%, rgba(255, 255, 255, 0.4), transparent),
    radial-gradient(1px 1px at 26% 58%, rgba(238, 230, 255, 0.38), transparent),
    radial-gradient(1.1px 1.1px at 90% 52%, rgba(255, 255, 255, 0.34), transparent),
    radial-gradient(1px 1px at 10% 78%, rgba(210, 200, 255, 0.4), transparent),
    radial-gradient(1px 1px at 56% 92%, rgba(255, 255, 255, 0.44), transparent),
    radial-gradient(1px 1px at 38% 46%, rgba(255, 255, 255, 0.3), transparent),
    radial-gradient(1px 1px at 72% 80%, rgba(228, 220, 255, 0.38), transparent),
    radial-gradient(1px 1px at 52% 28%, rgba(255, 255, 255, 0.32), transparent),
    radial-gradient(1px 1px at 8% 50%, rgba(255, 255, 255, 0.28), transparent),
    radial-gradient(1px 1px at 94% 72%, rgba(255, 255, 255, 0.36), transparent);
  background-size: 340px 340px;
  animation: footer-stars-drift 180s linear infinite;
}

@keyframes footer-stars-drift {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 340px 170px;
  }
}

.footer .footer-inner {
  position: relative;
  z-index: 1;
}

#buy {
  scroll-margin-top: 6.5rem;
}

.buy-section {
  padding: 2.5rem 0 2.75rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid var(--line);
}

.buy-kicker {
  margin: 0 0 0.4rem;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--accent-2);
}

.buy-title {
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  margin-bottom: 0.6rem;
}

.buy-lead {
  margin: 0 0 1.75rem;
  max-width: 640px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.contract-hero {
  padding: 2rem 1.75rem;
  border-radius: 20px;
  border: 1px solid rgba(157, 122, 255, 0.38);
  background: linear-gradient(160deg, rgba(157, 122, 255, 0.16), rgba(14, 8, 26, 0.96));
  box-shadow: 0 0 0 1px rgba(196, 180, 255, 0.1), 0 24px 48px rgba(0, 0, 0, 0.38);
  margin-bottom: 2.5rem;
}

.contract-hero-label {
  margin: 0 0 0.85rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #e0e4ff;
  letter-spacing: 0.04em;
}

.contract-hero-code {
  display: block;
  width: 100%;
  padding: 1.15rem 1.25rem;
  margin: 0 0 1.25rem;
  font-size: clamp(1.05rem, 2.5vw, 1.45rem);
  font-weight: 600;
  line-height: 1.45;
  word-break: break-all;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(5, 6, 12, 0.85);
  color: #f0f2ff;
  font-family: var(--font-mono);
}

.btn-copy-large {
  width: 100%;
  max-width: 420px;
  padding: 1rem 1.5rem;
  font-size: 1.08rem;
  border-radius: 14px;
}

.buy-steps-title {
  font-size: 1.35rem;
  margin-bottom: 1.1rem;
}

.buy-steps-list {
  margin: 0;
  padding-left: 1.35rem;
  max-width: 720px;
  color: #d2d6ef;
  line-height: 1.75;
}

.buy-steps-list li {
  margin-bottom: 1.15rem;
}

.buy-steps-list li::marker {
  color: var(--accent);
  font-weight: 800;
}

.buy-steps-list a {
  color: var(--accent-2);
  font-weight: 600;
}

.buy-steps-list a:hover {
  color: #fff;
}

.footer-inner {
  padding: 2.3rem 0 2rem;
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.socials {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.socials a {
  color: var(--muted);
  text-decoration: none;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
}

.contract-box {
  margin-top: 1rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1rem;
  background: var(--bg-card);
}

.contract-box-compact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  padding: 0.85rem 1rem;
}

.contract-box-compact p {
  margin: 0;
  flex: 0 0 auto;
}

.contract-compact-code {
  flex: 1 1 200px;
  margin: 0;
  padding: 0.5rem 0.65rem;
  font-size: 0.88rem;
}

.contract-box p {
  margin: 0 0 0.6rem;
  color: var(--muted);
}

code {
  display: inline-block;
  max-width: 100%;
  overflow-wrap: anywhere;
  font-family: var(--font-mono);
  padding: 0.56rem 0.68rem;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: rgba(13, 14, 24, 0.95);
}

.disclaimer,
.copyright {
  color: var(--muted);
  margin: 0.9rem 0 0;
  font-size: 0.9rem;
}

.source-link {
  margin: 0.8rem 0 0;
  color: var(--muted);
}

.source-link a {
  color: #d7dbff;
}

.audio-frame {
  position: fixed;
  width: 0;
  height: 0;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

.reveal {
  opacity: 0;
  transform: translateY(28px) scale(0.98);
  transition:
    opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Stagger children inside major sections for extra “scroll pop” */
.section.reveal.visible .regret-list .regret-item,
.section.reveal.visible .roadmap .road-step,
.section.reveal.visible .community-grid .community-card,
.section.reveal.visible .faq-list details,
.section.reveal.visible .instead-stack .instead-line {
  animation: stagger-in 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.section.reveal.visible .regret-list .regret-item:nth-child(1) { animation-delay: 0.05s; }
.section.reveal.visible .regret-list .regret-item:nth-child(2) { animation-delay: 0.12s; }
.section.reveal.visible .regret-list .regret-item:nth-child(3) { animation-delay: 0.18s; }

.section.reveal.visible .instead-stack .instead-line:nth-child(1) { animation-delay: 0.03s; }
.section.reveal.visible .instead-stack .instead-line:nth-child(2) { animation-delay: 0.06s; }
.section.reveal.visible .instead-stack .instead-line:nth-child(3) { animation-delay: 0.09s; }
.section.reveal.visible .instead-stack .instead-line:nth-child(4) { animation-delay: 0.12s; }
.section.reveal.visible .instead-stack .instead-line:nth-child(5) { animation-delay: 0.15s; }
.section.reveal.visible .instead-stack .instead-line:nth-child(6) { animation-delay: 0.18s; }

.section.reveal.visible .roadmap .road-step:nth-child(1) { animation-delay: 0.04s; }
.section.reveal.visible .roadmap .road-step:nth-child(2) { animation-delay: 0.1s; }
.section.reveal.visible .roadmap .road-step:nth-child(3) { animation-delay: 0.16s; }
.section.reveal.visible .roadmap .road-step:nth-child(4) { animation-delay: 0.22s; }

.section.reveal.visible .community-grid .community-card:nth-child(1) { animation-delay: 0.06s; }
.section.reveal.visible .community-grid .community-card:nth-child(2) { animation-delay: 0.14s; }

.section.reveal.visible .faq-list details:nth-child(1) { animation-delay: 0.05s; }
.section.reveal.visible .faq-list details:nth-child(2) { animation-delay: 0.1s; }
.section.reveal.visible .faq-list details:nth-child(3) { animation-delay: 0.15s; }
.section.reveal.visible .faq-list details:nth-child(4) { animation-delay: 0.2s; }

@keyframes stagger-in {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-progress-inner {
    transition: none;
    box-shadow: none;
  }

  .bg-body-shift,
  .bg-particles span,
  .bg-glow-a,
  .bg-glow-b,
  .hero-photo-bg,
  .hero-aurora,
  .hero-orb,
  .hero-grid,
  .hero-shimmer,
  .hero-mist-back,
  .hero-mist-front,
  .hero-eye-path,
  .hero-eye-haze,
  .hero-starfield-layer,
  .rest-cosmos-stars,
  .rest-cosmos-nebula,
  .footer::before,
  .hero-pulse-ring,
  .iris-ring-1,
  .iris-ring-2,
  .iris-ring-3,
  .iris-core,
  .iris-silver {
    animation: none !important;
  }

  .hero-cloud-upper,
  .hero-cloud-mid,
  .hero-cloud-lower,
  .hero-cloud-glow {
    animation: none !important;
  }

  .hero h1 {
    animation: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .section.reveal.visible .regret-list .regret-item,
  .section.reveal.visible .roadmap .road-step,
  .section.reveal.visible .community-grid .community-card,
  .section.reveal.visible .faq-list details,
  .section.reveal.visible .instead-stack .instead-line {
    animation: none !important;
  }

  .hero-bg-effects {
    transform: none !important;
    transition: none;
  }

  .hero-eye-mass {
    opacity: 0.32 !important;
  }

  .watchful-arc,
  .watchful-glint {
    opacity: 0.22 !important;
  }
}

@media (max-width: 980px) {
  .roadmap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .two-col {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .site-header {
    flex-wrap: wrap;
    justify-content: center;
  }

  .nav {
    justify-content: center;
  }

  .hero {
    padding-top: 5.4rem;
  }

  .contract-hero {
    padding: 1.5rem 1.1rem;
  }

  .btn-copy-large {
    max-width: none;
  }

  .community-grid {
    grid-template-columns: 1fr;
  }

  .roadmap {
    grid-template-columns: 1fr;
  }

  .link-preview {
    flex-direction: column;
  }

  .link-preview-thumb {
    flex: none;
    width: 100%;
    min-height: 88px;
  }

  .footer-top {
    flex-direction: column;
    align-items: flex-start;
  }
}
