:root {
  --void: #0a0512;
  --ink: #12061c;
  --plum: #241033;
  --grape: #3d1858;
  --pink: #ff2d8a;
  --pink-hot: #ff5eb3;
  --pink-deep: #c4186a;
  --amber: #ff9a3c;
  --amber-dim: #c46a18;
  --cream: #f6ead8;
  --foam: #fff7ee;
  --line: #1e0f2c;
  --stroke: #050308;
  --glass: rgba(18, 6, 28, 0.72);
  --display: "Black Ops One", "Arial Black", sans-serif;
  --comic: "Bangers", "Impact", sans-serif;
  --body: "Oswald", "Arial Narrow", sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

html,
body {
  background: var(--void);
  color: var(--cream);
  font-family: var(--body);
  min-height: 100%;
}

body {
  overflow-x: hidden;
  cursor: none;
}

body.ready {
  cursor: none;
}

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

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

button {
  font: inherit;
  cursor: none;
  border: none;
  background: none;
  color: inherit;
}

.wrap {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

/* ---------- gate ---------- */
.pop-gate {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: #09040f;
  display: grid;
  place-items: center;
  pointer-events: none;
  animation: gateOut 1.15s 0.55s cubic-bezier(0.2, 0.9, 0.2, 1.2) forwards;
}

.pop-gate__o {
  width: 140px;
  height: 140px;
  border: 18px solid var(--pink);
  border-radius: 50%;
  box-shadow:
    0 0 0 10px #000,
    0 0 80px var(--pink);
  animation: mouthPop 0.7s cubic-bezier(0.2, 1.6, 0.4, 1) both;
}

.pop-gate__word {
  position: absolute;
  font-family: var(--comic);
  font-size: clamp(4rem, 16vw, 10rem);
  letter-spacing: 0.08em;
  color: var(--foam);
  -webkit-text-stroke: 6px #000;
  paint-order: stroke fill;
  animation: wordSlam 0.55s 0.18s both;
}

@keyframes mouthPop {
  0% { transform: scale(0); }
  70% { transform: scale(1.18); }
  100% { transform: scale(1); }
}

@keyframes wordSlam {
  0% { transform: scale(2.4) rotate(-8deg); opacity: 0; }
  100% { transform: scale(1) rotate(-4deg); opacity: 1; }
}

@keyframes gateOut {
  to {
    opacity: 0;
    visibility: hidden;
    transform: scale(1.08);
  }
}

/* ---------- stage / atmosphere ---------- */
.stage {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 80% 60% at 70% 20%, rgba(255, 45, 138, 0.16), transparent 55%),
    radial-gradient(ellipse 60% 50% at 10% 80%, rgba(255, 154, 60, 0.08), transparent 50%),
    radial-gradient(circle at 50% 0%, #2a1040 0%, var(--void) 58%);
}

#burstCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.45;
}

.stage__halftone {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.07) 1.1px, transparent 1.2px);
  background-size: 7px 7px;
  mix-blend-mode: overlay;
  animation: halftoneDrift 18s linear infinite;
}

@keyframes halftoneDrift {
  to { background-position: 80px 120px; }
}

.stage__lines {
  position: absolute;
  inset: -20%;
  background:
    repeating-conic-gradient(from 0deg at 70% 30%, transparent 0 6deg, rgba(0, 0, 0, 0.18) 6deg 7deg);
  opacity: 0.35;
  animation: spinSlow 80s linear infinite;
}

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

.stage__strips span {
  position: absolute;
  top: 8%;
  width: 8px;
  height: 42%;
  background: linear-gradient(180deg, transparent, var(--amber), transparent);
  filter: blur(6px);
  opacity: 0.35;
  animation: stripPulse 3.6s ease-in-out infinite;
}

.stage__strips span:first-child { left: 18%; }
.stage__strips span:last-child { left: 26%; animation-delay: 0.7s; }

@keyframes stripPulse {
  0%, 100% { opacity: 0.15; transform: scaleY(0.85); }
  50% { opacity: 0.5; transform: scaleY(1.05); }
}

.stage__orbs i {
  position: absolute;
  border: 6px solid rgba(255, 45, 138, 0.45);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.4);
  animation: floatO 9s ease-in-out infinite;
}

.stage__orbs i:nth-child(1) { width: 70px; height: 70px; top: 18%; left: 8%; }
.stage__orbs i:nth-child(2) { width: 42px; height: 42px; top: 64%; left: 14%; animation-delay: -2s; }
.stage__orbs i:nth-child(3) { width: 90px; height: 90px; top: 22%; right: 8%; animation-delay: -4s; }
.stage__orbs i:nth-child(4) { width: 36px; height: 36px; bottom: 16%; right: 18%; animation-delay: -1s; }
.stage__orbs i:nth-child(5) { width: 54px; height: 54px; top: 48%; left: 46%; animation-delay: -6s; }

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

.stage__stars b {
  position: absolute;
  width: 18px;
  height: 18px;
  background: var(--foam);
  clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  filter: drop-shadow(2px 2px 0 #000);
  animation: twinkle 2.8s ease-in-out infinite;
}

.stage__stars b:nth-child(1) { top: 12%; left: 42%; }
.stage__stars b:nth-child(2) { top: 28%; right: 22%; animation-delay: 0.4s; }
.stage__stars b:nth-child(3) { top: 70%; left: 6%; animation-delay: 0.8s; width: 12px; height: 12px; }
.stage__stars b:nth-child(4) { bottom: 22%; right: 8%; animation-delay: 1.2s; }
.stage__stars b:nth-child(5) { top: 8%; right: 38%; animation-delay: 1.6s; width: 14px; height: 14px; }
.stage__stars b:nth-child(6) { top: 52%; left: 22%; animation-delay: 0.2s; width: 10px; height: 10px; }
.stage__stars b:nth-child(7) { bottom: 12%; left: 38%; animation-delay: 1s; }
.stage__stars b:nth-child(8) { top: 36%; left: 62%; animation-delay: 1.8s; width: 11px; height: 11px; }

@keyframes twinkle {
  0%, 100% { transform: scale(1) rotate(0); opacity: 0.7; }
  50% { transform: scale(1.25) rotate(18deg); opacity: 1; }
}

.stage__grain {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  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='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grainShift 0.35s steps(2) infinite;
}

@keyframes grainShift {
  0% { transform: translate(0, 0); }
  100% { transform: translate(-2%, 1%); }
}

.stage__vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 40%, #000 100%);
  opacity: 0.55;
}

/* ---------- cursor ---------- */
.o-cursor {
  position: fixed;
  width: 28px;
  height: 28px;
  margin: -14px 0 0 -14px;
  border: 3px solid var(--pink);
  border-radius: 50%;
  pointer-events: none;
  z-index: 90;
  mix-blend-mode: difference;
  transition: transform 0.18s ease, background 0.18s ease;
  box-shadow: 0 0 0 2px #000;
}

.o-cursor.is-hit {
  transform: scale(1.7);
  background: rgba(255, 45, 138, 0.25);
}

@media (pointer: coarse) {
  .o-cursor { display: none; }
  body { cursor: auto; }
  a, button { cursor: pointer; }
}

/* ---------- nav ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 22px;
  background: rgba(10, 5, 18, 0.78);
  border-bottom: 4px solid #000;
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 0 rgba(255, 45, 138, 0.35);
}

.nav.is-on {
  box-shadow: 0 8px 0 var(--pink);
}

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

.nav__face {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #000;
  box-shadow: 3px 3px 0 var(--pink);
  animation: facePulse 2.8s ease-in-out infinite;
}

.nav__face img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}

@keyframes facePulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.06); }
}

.nav__name {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.nav__name strong {
  font-family: var(--display);
  font-size: 1.05rem;
  letter-spacing: 0.04em;
}

.nav__name small {
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  color: var(--pink-hot);
}

.nav__links {
  display: flex;
  gap: 22px;
}

.nav__links a {
  font-family: var(--display);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  position: relative;
}

.nav__links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 3px;
  background: var(--pink);
  transition: width 0.25s ease;
}

.nav__links a:hover::after {
  width: 100%;
}

.nav__right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.icon-hit {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  background: var(--foam);
  color: #000;
  border: 3px solid #000;
  box-shadow: 3px 3px 0 #000;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.icon-hit img {
  width: 18px;
  height: 18px;
}

.icon-hit:hover {
  transform: translate(-2px, -2px);
  box-shadow: 5px 5px 0 var(--pink);
}

.nav__burger {
  display: none;
  width: 44px;
  height: 44px;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 10px;
  border: 3px solid #000;
  background: var(--pink);
}

.nav__burger span {
  display: block;
  height: 3px;
  background: #000;
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  font-family: var(--display);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  border: 3px solid #000;
  box-shadow: 4px 4px 0 #000;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
  white-space: nowrap;
}

.btn img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.ico-x,
.ico-dex {
  filter: brightness(0) invert(1);
}

.icon-hit .ico-x,
.icon-hit .ico-dex,
.btn--ghost .ico-x,
.btn--ghost .ico-dex,
.foot__icons .ico-x,
.foot__icons .ico-dex,
.step__logo .ico-x,
.step__logo .ico-dex {
  filter: invert(32%) sepia(89%) saturate(2474%) hue-rotate(314deg) brightness(102%) contrast(107%);
}

.btn--pink {
  background: linear-gradient(180deg, var(--pink-hot), var(--pink));
  color: #fff;
  text-shadow: 1px 1px 0 #000;
}

.btn--ghost {
  background: var(--foam);
  color: #12061c;
}

.btn--lg {
  padding: 14px 20px;
  font-size: 0.9rem;
}

.btn:hover {
  transform: translate(-3px, -3px) scale(1.03);
  box-shadow: 7px 7px 0 #000;
}

.btn:active {
  transform: translate(2px, 2px) scale(0.97);
  box-shadow: 2px 2px 0 #000;
}

/* ---------- tape ---------- */
.tape {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: var(--pink);
  border-bottom: 4px solid #000;
  border-top: 4px solid #000;
}

.tape__track {
  display: flex;
  gap: 36px;
  width: max-content;
  padding: 8px 0;
  animation: tapeRun 28s linear infinite;
  font-family: var(--display);
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  color: #fff;
  text-shadow: 2px 2px 0 #000;
}

.tape__track span {
  position: relative;
}

.tape__track span::after {
  content: "O";
  margin-left: 36px;
  opacity: 0.7;
}

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

/* ---------- hero ---------- */
.hero {
  position: relative;
  z-index: 1;
  padding: 64px 0 80px;
}

.hero__grid {
  width: min(1240px, calc(100% - 40px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: center;
}

.stamp {
  display: inline-block;
  font-family: var(--display);
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  color: var(--amber);
  border: 2px dashed var(--amber);
  padding: 6px 10px;
  transform: rotate(-2deg);
  margin-bottom: 16px;
}

.hero__title {
  line-height: 0.82;
  margin: 8px 0 18px;
}

.hero__pop,
.hero__ansem {
  display: block;
  font-family: var(--comic);
  transform: skewX(-8deg);
  paint-order: stroke fill;
}

.hero__pop {
  font-size: clamp(5.2rem, 14vw, 9.4rem);
  color: var(--pink);
  -webkit-text-stroke: 5px #000;
  text-shadow:
    6px 6px 0 #000,
    10px 10px 0 var(--grape);
  animation: popBounce 2.4s ease-in-out infinite;
}

.hero__ansem {
  font-size: clamp(4.4rem, 12vw, 8rem);
  color: var(--foam);
  -webkit-text-stroke: 5px #000;
  text-shadow:
    6px 6px 0 #000,
    10px 10px 0 var(--pink-deep);
}

@keyframes popBounce {
  0%, 100% { transform: skewX(-8deg) scale(1); }
  50% { transform: skewX(-8deg) scale(1.045); }
}

.hero__tag {
  font-size: clamp(1.25rem, 2.4vw, 1.7rem);
  letter-spacing: 0.04em;
  max-width: 20ch;
  margin-bottom: 10px;
}

.hero__symbol {
  font-family: var(--display);
  letter-spacing: 0.14em;
  font-size: 0.85rem;
  color: var(--pink-hot);
  margin-bottom: 22px;
}

.hero__symbol em {
  font-style: normal;
  color: var(--foam);
}

.ca-bar {
  display: flex;
  align-items: center;
  gap: 0;
  max-width: 560px;
  margin-bottom: 24px;
  border: 3px solid #000;
  background: #000;
  box-shadow: 5px 5px 0 var(--pink);
}

.ca-bar__label {
  padding: 10px 12px;
  font-family: var(--display);
  font-size: 0.72rem;
  background: var(--pink);
  color: #fff;
}

.ca-bar__value {
  flex: 1;
  padding: 10px 12px;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #1a0b28;
}

.ca-bar__copy {
  padding: 10px 14px;
  font-family: var(--display);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  background: var(--foam);
  color: #000;
}

.ca-bar__copy.is-done {
  background: var(--amber);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}

.hero__chain {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--display);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  color: #3ee87a;
}

.hero__chain img {
  width: 22px;
  height: 22px;
}

.burst-frame {
  position: relative;
  width: min(460px, 88vw);
  margin-inline: auto;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  transform-style: preserve-3d;
  transition: transform 0.18s ease;
}

.burst-frame__spikes {
  position: absolute;
  inset: -8%;
  background:
    conic-gradient(from 0deg, var(--pink) 0 8deg, transparent 8deg 16deg);
  clip-path: polygon(
    50% 0, 57% 18%, 78% 6%, 72% 26%, 98% 28%, 76% 40%,
    100% 50%, 76% 60%, 96% 74%, 70% 70%, 78% 96%, 58% 78%,
    50% 100%, 42% 78%, 22% 96%, 30% 70%, 4% 74%, 24% 60%,
    0 50%, 24% 40%, 2% 28%, 28% 26%, 22% 6%, 43% 18%
  );
  animation: spikeSpin 14s linear infinite;
  filter: drop-shadow(0 0 18px rgba(255, 45, 138, 0.55));
}

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

.burst-frame__ring {
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  border: 8px solid #000;
  box-shadow:
    0 0 0 8px var(--pink),
    0 0 0 14px #000,
    12px 14px 0 #000;
  background: #1a0d18;
  overflow: hidden;
}

.burst-frame__face {
  position: relative;
  z-index: 1;
  width: 74%;
  height: 74%;
  object-fit: cover;
  object-position: center 18%;
  border-radius: 50%;
  border: 6px solid #000;
  animation: facePop 3.2s ease-in-out infinite;
  filter: contrast(1.08) saturate(1.05);
}

@keyframes facePop {
  0%, 100% { transform: scale(1) rotate(-1deg); }
  50% { transform: scale(1.035) rotate(1deg); }
}

.burst-frame__glare {
  position: absolute;
  inset: 16%;
  border-radius: 50%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.18), transparent 40%);
  pointer-events: none;
  z-index: 2;
  animation: glareSweep 5s ease-in-out infinite;
}

@keyframes glareSweep {
  0%, 100% { opacity: 0.2; transform: translateX(-8%); }
  50% { opacity: 0.55; transform: translateX(8%); }
}

.hero__caption {
  text-align: center;
  margin-top: 18px;
  font-family: var(--display);
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  color: var(--pink-hot);
}

/* ---------- sections ---------- */
section {
  position: relative;
  z-index: 1;
  padding: 84px 0;
}

.sec-head {
  margin-bottom: 36px;
}

.sec-head h2 {
  font-family: var(--comic);
  font-size: clamp(2.8rem, 7vw, 5rem);
  letter-spacing: 0.04em;
  -webkit-text-stroke: 4px #000;
  paint-order: stroke fill;
  color: var(--foam);
  text-shadow: 6px 6px 0 #000;
  transform: skewX(-6deg);
}

/* ---------- about ---------- */
.about {
  background: linear-gradient(180deg, transparent, rgba(255, 45, 138, 0.06) 40%, transparent);
}

.about__layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 28px;
}

.panel {
  background: linear-gradient(180deg, #2a123c, #16081f);
  border: 4px solid #000;
  box-shadow: 8px 8px 0 #000;
  padding: 24px 22px 28px;
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.panel:hover {
  transform: translate(-4px, -4px) rotate(-0.6deg);
  box-shadow: 12px 12px 0 var(--pink);
}

.panel h3 {
  font-family: var(--display);
  font-size: 1.15rem;
  letter-spacing: 0.08em;
  color: var(--pink);
  margin-bottom: 10px;
}

.panel p {
  font-size: 1.12rem;
  line-height: 1.45;
  letter-spacing: 0.02em;
}

.manifesto {
  position: relative;
  border: 4px solid #000;
  background: var(--foam);
  color: #14081c;
  padding: 28px 28px 28px 110px;
  box-shadow: 10px 10px 0 var(--pink);
  margin-bottom: 28px;
}

.manifesto__mark {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 72px;
  height: 72px;
  border: 8px solid var(--pink);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--comic);
  font-size: 2.2rem;
  color: var(--pink);
  background: #fff;
  box-shadow: 4px 4px 0 #000;
  animation: mouthPop 1.8s ease-in-out infinite alternate;
}

.manifesto blockquote {
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 500;
}

.facts {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.facts li {
  border: 3px solid #000;
  background: #1a0b28;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  box-shadow: 4px 4px 0 #000;
}

.facts img {
  width: 22px;
  height: 22px;
}

.facts span {
  font-family: var(--display);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  color: var(--pink-hot);
}

.facts strong {
  font-size: 1.15rem;
  letter-spacing: 0.04em;
}

/* ---------- howto ---------- */
.howto {
  background:
    linear-gradient(180deg, transparent, rgba(61, 24, 88, 0.35), transparent);
}

.steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  counter-reset: none;
}

.step {
  position: relative;
  background: #16091f;
  border: 4px solid #000;
  padding: 22px 18px 24px;
  box-shadow: 6px 6px 0 var(--pink);
  min-height: 100%;
  overflow: hidden;
}

.step::before {
  content: "";
  position: absolute;
  inset: auto -20% -30% auto;
  width: 140px;
  height: 140px;
  border: 14px solid rgba(255, 45, 138, 0.12);
  border-radius: 50%;
}

.step__num {
  font-family: var(--comic);
  font-size: 2.4rem;
  color: var(--pink);
  -webkit-text-stroke: 3px #000;
  paint-order: stroke fill;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}

.step__logo {
  width: 58px;
  height: 58px;
  background: #fff;
  border: 3px solid #000;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  box-shadow: 3px 3px 0 #000;
}

.step__logo img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.step h3 {
  font-family: var(--display);
  font-size: 1rem;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}

.step p {
  font-size: 1.02rem;
  line-height: 1.4;
  margin-bottom: 14px;
}

.step a {
  font-family: var(--display);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  color: var(--amber);
  border-bottom: 2px solid var(--amber);
}

.step:hover {
  transform: translateY(-6px);
  transition: transform 0.2s ease;
}

/* ---------- chart ---------- */
.chart__frame {
  border: 5px solid #000;
  box-shadow:
    10px 10px 0 var(--pink),
    0 0 0 8px var(--grape);
  background: #000;
  overflow: hidden;
}

.chart__bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  background: var(--pink);
  border-bottom: 4px solid #000;
  font-family: var(--display);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}

.chart__bar a {
  background: #000;
  color: #fff;
  padding: 6px 10px;
}

.chart__frame iframe {
  display: block;
  width: 100%;
  height: 640px;
  border: 0;
  background: #0b0e11;
}

/* ---------- join ---------- */
.join__banner {
  position: relative;
  border: 5px solid #000;
  box-shadow: 12px 12px 0 #000;
  overflow: hidden;
  background: #2a0a40;
}

.join__shot {
  aspect-ratio: 3 / 1;
  overflow: hidden;
}

.join__shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08) contrast(1.05);
  animation: bannerDrift 16s ease-in-out infinite alternate;
}

@keyframes bannerDrift {
  from { transform: scale(1.04) translateX(-1%); }
  to { transform: scale(1.08) translateX(1%); }
}

.join__overlay {
  position: absolute;
  inset: auto 0 0;
  padding: 20px 24px 22px;
  background: linear-gradient(180deg, transparent, rgba(8, 2, 14, 0.92) 38%);
}

.join__kicker {
  font-family: var(--display);
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  color: var(--amber);
  margin-bottom: 6px;
}

.join__overlay h3 {
  font-family: var(--comic);
  font-size: clamp(2.2rem, 6vw, 4rem);
  -webkit-text-stroke: 3px #000;
  paint-order: stroke fill;
  text-shadow: 5px 5px 0 #000;
  margin-bottom: 6px;
}

.join__overlay p {
  max-width: 36ch;
  font-size: 1.15rem;
  margin-bottom: 16px;
}

/* ---------- footer ---------- */
.foot {
  position: relative;
  z-index: 1;
  padding: 36px 0 28px;
  border-top: 4px solid #000;
  background: #08040e;
}

.foot__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 18px;
}

.foot__icons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.foot__icons a,
.foot__sol {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  background: #fff;
  border: 3px solid #000;
  box-shadow: 3px 3px 0 #000;
}

.foot__icons img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.foot__legal {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  font-size: 0.85rem;
  opacity: 0.55;
  letter-spacing: 0.03em;
}

/* ---------- slam / reveal ---------- */
.hero__visual {
  perspective: 900px;
}

.slam {
  opacity: 0;
  transform: translateY(28px) scale(0.96) rotate(-1deg);
}

.slam.in,
.slam--now {
  animation: slamIn 0.7s cubic-bezier(0.2, 1.2, 0.3, 1) forwards;
}

.slam--now {
  animation-delay: 0.85s;
}

.slam--late {
  animation-delay: 1.05s;
}

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

  .slam,
  .slam--now {
    opacity: 1;
    transform: none;
  }

  .pop-gate {
    display: none;
  }

  .o-cursor {
    display: none;
  }

  body {
    cursor: auto;
  }
}

@keyframes slamIn {
  to {
    opacity: 1;
    transform: none;
  }
}

/* ---------- responsive ---------- */
@media (max-width: 980px) {
  .hero__grid,
  .about__layout,
  .steps,
  .facts {
    grid-template-columns: 1fr 1fr;
  }

  .nav__links {
    position: fixed;
    inset: 84px 16px auto;
    flex-direction: column;
    background: #16091f;
    border: 4px solid #000;
    padding: 18px;
    box-shadow: 8px 8px 0 var(--pink);
    display: none;
  }

  .nav.is-open .nav__links {
    display: flex;
  }

  .nav__burger {
    display: flex;
  }

  .chart__frame iframe {
    height: 480px;
  }
}

@media (max-width: 680px) {
  body { cursor: auto; }

  .hero__grid,
  .about__layout,
  .steps,
  .facts,
  .foot__row {
    grid-template-columns: 1fr;
  }

  .foot__row {
    display: grid;
  }

  .hero {
    padding-top: 36px;
  }

  .hero__actions .btn {
    width: 100%;
    justify-content: center;
  }

  .manifesto {
    padding: 86px 18px 22px;
  }

  .manifesto__mark {
    top: 18px;
    left: 18px;
    transform: none;
  }

  .nav .btn span {
    display: none;
  }

  .chart__frame iframe {
    height: 420px;
  }

  .join__overlay {
    position: relative;
    padding: 18px 16px 20px;
    background: #12061c;
  }
}
