:root {
  --paper: #f7fff4;
  --paper-2: #fff8f0;
  --ink: #10100f;
  --muted: #5f665f;
  --green: #48d88a;
  --green-deep: #14905d;
  --red: #f4202f;
  --orange: #ff7a21;
  --yellow: #f4cc3c;
  --cyan: #39c6d6;
  --line: rgba(16, 16, 15, 0.16);
  --mx: 0;
  --my: 0;
  --chapter-accent: #34d17a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background: var(--paper);
  overflow-x: hidden;
}

body.is-booting {
  overflow: hidden;
}

body::selection {
  color: var(--paper);
  background: var(--red);
}

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

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

button {
  font: inherit;
}

.splash-screen {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: clamp(18px, 4vw, 56px);
  color: var(--paper);
  background:
    radial-gradient(circle at 28% 46%, rgba(72, 216, 138, 0.42), transparent 28%),
    radial-gradient(circle at 74% 22%, rgba(244, 32, 47, 0.34), transparent 24%),
    #090b0a;
  isolation: isolate;
}

.splash-screen::before {
  content: "";
  position: absolute;
  inset: -40%;
  z-index: -2;
  background:
    repeating-conic-gradient(
      from 0deg,
      rgba(72, 216, 138, 0.24) 0deg 5deg,
      transparent 5deg 12deg,
      rgba(244, 32, 47, 0.16) 12deg 16deg,
      transparent 16deg 28deg
    );
  opacity: 0.48;
  animation: splash-spin 10s linear infinite;
}

.splash-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
  background:
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.08) 0 1px,
      transparent 1px 7px
    ),
    linear-gradient(90deg, transparent, rgba(247, 255, 244, 0.16), transparent);
  mix-blend-mode: screen;
  pointer-events: none;
  animation: splash-scan 1.8s ease-in-out infinite;
}

.splash-screen.is-hidden {
  pointer-events: none;
  animation: splash-exit 760ms cubic-bezier(0.76, 0, 0.24, 1) forwards;
}

.splash-screen.is-hidden .splash-shell {
  animation: splash-shell-exit 720ms cubic-bezier(0.76, 0, 0.24, 1) forwards;
}

.splash-rails {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.splash-rails span {
  position: absolute;
  left: -10%;
  width: 120%;
  height: 12px;
  border-block: 2px solid rgba(247, 255, 244, 0.2);
  background: repeating-linear-gradient(
    90deg,
    var(--green) 0 42px,
    transparent 42px 82px,
    var(--red) 82px 110px,
    transparent 110px 154px
  );
  filter: drop-shadow(0 0 14px rgba(72, 216, 138, 0.45));
  animation: splash-rail 2.8s linear infinite;
}

.splash-rails span:nth-child(1) {
  top: 18%;
}

.splash-rails span:nth-child(2) {
  top: 53%;
  animation-duration: 3.6s;
  animation-direction: reverse;
}

.splash-rails span:nth-child(3) {
  top: 84%;
  animation-duration: 4.4s;
}

.splash-shell {
  position: relative;
  display: grid;
  width: min(1180px, 100%);
  min-height: min(690px, calc(100svh - 48px));
  grid-template-columns: minmax(320px, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(22px, 4vw, 56px);
  align-items: center;
  padding: clamp(18px, 3vw, 36px);
  border: 3px solid var(--paper);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(247, 255, 244, 0.08), rgba(72, 216, 138, 0.06)),
    rgba(9, 11, 10, 0.82);
  box-shadow:
    14px 14px 0 var(--green),
    -8px -8px 0 var(--red),
    0 0 70px rgba(72, 216, 138, 0.22);
  transform-origin: center;
  animation: splash-arrive 720ms cubic-bezier(0.19, 1, 0.22, 1) both;
}

.splash-shell::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 2px dashed rgba(247, 255, 244, 0.28);
  pointer-events: none;
}

.splash-visual {
  position: relative;
  display: grid;
  min-height: clamp(360px, 54vw, 590px);
  place-items: center;
}

.splash-ring {
  position: absolute;
  width: min(82%, 470px);
  aspect-ratio: 1;
  border: 4px dashed rgba(72, 216, 138, 0.62);
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 18px rgba(247, 255, 244, 0.04),
    0 0 38px rgba(72, 216, 138, 0.22);
  animation: splash-spin 8s linear infinite reverse;
}

.splash-blast {
  position: absolute;
  width: min(76%, 430px);
  aspect-ratio: 1;
  border: 3px solid var(--paper);
  border-radius: 50%;
  filter: saturate(1.25) contrast(1.08);
  object-fit: cover;
  opacity: 0.94;
  transform: scale(0.88);
  animation: blast-pulse 1.9s ease-in-out infinite;
}

.splash-pumpe {
  position: relative;
  z-index: 2;
  width: min(58%, 330px);
  aspect-ratio: 1;
  border: 3px solid var(--ink);
  border-radius: 42% 42% 18% 18%;
  box-shadow:
    9px 9px 0 var(--paper),
    15px 15px 0 var(--red);
  filter: saturate(1.08) contrast(1.08);
  object-fit: cover;
  animation: pumpe-drop 1.1s cubic-bezier(0.19, 1, 0.22, 1) both,
    pumpe-jolt 2.8s ease-in-out 1.1s infinite;
}

.splash-sticker {
  position: absolute;
  z-index: 3;
  width: clamp(76px, 10vw, 126px);
  aspect-ratio: 1;
  border: 3px solid var(--ink);
  border-radius: 18px;
  box-shadow: 5px 5px 0 var(--paper);
  object-fit: cover;
  opacity: 0;
  animation: sticker-pop 640ms cubic-bezier(0.19, 1, 0.22, 1) forwards,
    sticker-float 3.1s ease-in-out infinite;
}

.splash-sticker-one {
  top: 4%;
  right: 8%;
  rotate: 9deg;
  animation-delay: 420ms, 1s;
}

.splash-sticker-two {
  right: 0;
  bottom: 12%;
  rotate: -8deg;
  animation-delay: 620ms, 1.2s;
}

.splash-sticker-three {
  bottom: 4%;
  left: 5%;
  rotate: 11deg;
  animation-delay: 800ms, 1.4s;
}

.splash-copy {
  position: relative;
  z-index: 4;
  display: grid;
  align-content: center;
  gap: 18px;
}

.splash-kicker {
  width: max-content;
  margin-bottom: 0;
  padding: 8px 11px;
  border: 2px solid var(--paper);
  color: var(--ink);
  background: var(--green);
  box-shadow: 4px 4px 0 var(--paper);
  font-size: 0.82rem;
  font-weight: 1000;
  text-transform: uppercase;
}

.splash-title {
  position: relative;
  max-width: min(760px, 100%);
  margin-bottom: 0;
  color: var(--paper);
  font-size: clamp(2.4rem, 6.4vw, 6.2rem);
  font-weight: 1000;
  letter-spacing: 0;
  line-height: 0.9;
  overflow-wrap: anywhere;
  text-transform: uppercase;
  text-shadow:
    2px 0 0 rgba(72, 216, 138, 0.8),
    -2px 0 0 rgba(244, 32, 47, 0.62);
  animation: title-glitch 1.4s steps(2, end) infinite;
}

.splash-title::before,
.splash-title::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.splash-title::before {
  color: rgba(247, 255, 244, 0.88);
  transform: translate(2px, -1px);
  clip-path: inset(0 0 58% 0);
}

.splash-title::after {
  color: rgba(247, 255, 244, 0.72);
  transform: translate(-2px, 1px);
  clip-path: inset(48% 0 0 0);
}

.splash-readout {
  margin-bottom: 0;
  color: rgba(247, 255, 244, 0.82);
  font-family: "Courier New", monospace;
  font-size: clamp(1rem, 2vw, 1.26rem);
  font-weight: 900;
}

.splash-progress {
  position: relative;
  overflow: hidden;
  width: min(100%, 620px);
  height: 24px;
  border: 3px solid var(--paper);
  background: rgba(247, 255, 244, 0.08);
  box-shadow: 6px 6px 0 var(--green);
}

.splash-progress span {
  display: block;
  width: 0%;
  height: 100%;
  background: repeating-linear-gradient(
    90deg,
    var(--green) 0 22px,
    var(--yellow) 22px 44px,
    var(--cyan) 44px 66px,
    var(--red) 66px 88px
  );
  transition: width 160ms linear;
}

.splash-stages {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.splash-stages span {
  padding: 9px 11px;
  border: 2px solid rgba(247, 255, 244, 0.55);
  color: rgba(247, 255, 244, 0.58);
  background: rgba(247, 255, 244, 0.05);
  font-size: 0.78rem;
  font-weight: 1000;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.splash-stages span.is-active {
  color: var(--ink);
  background: var(--yellow);
  transform: translateY(-3px);
}

.splash-skip {
  width: max-content;
  min-height: 48px;
  padding: 12px 16px;
  border: 2px solid var(--paper);
  border-radius: 999px;
  color: var(--paper);
  background: var(--red);
  box-shadow: 4px 4px 0 var(--paper);
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 1000;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.splash-skip:hover,
.splash-skip:focus-visible {
  outline: 0;
  box-shadow: 1px 1px 0 var(--paper);
  transform: translate(3px, 3px);
}

#motion-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.grain {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.16;
  background-image: repeating-radial-gradient(
      circle at 30% 20%,
      rgba(0, 0, 0, 0.16) 0 1px,
      transparent 1px 4px
    ),
    repeating-linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.05) 0 1px,
      transparent 1px 5px
    );
  mix-blend-mode: multiply;
}

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 10;
  display: flex;
  width: min(1220px, calc(100% - 32px));
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 12px 10px 14px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: rgba(247, 255, 244, 0.82);
  box-shadow: 5px 5px 0 var(--ink);
  transform: translateX(-50%);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  flex: 0 0 auto;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0;
}

.brand-avatar {
  width: 34px;
  height: 34px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--paper);
  box-shadow: 2px 2px 0 var(--ink);
  object-fit: cover;
  object-position: 50% 44%;
}

.brand-mark {
  position: relative;
  width: 18px;
  height: 28px;
  border: 2px solid var(--ink);
  border-radius: 14px 14px 8px 8px;
  background: linear-gradient(var(--paper) 0 47%, var(--green) 47% 100%);
}

.brand-mark::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 5px;
  width: 6px;
  height: 6px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 2px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.site-nav a {
  min-width: 74px;
  padding: 10px 12px;
  border-radius: 999px;
  color: #27302a;
  font-size: 0.82rem;
  font-weight: 850;
  text-align: center;
  text-transform: uppercase;
  transition: background 220ms ease, color 220ms ease, transform 220ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--paper);
  background: var(--ink);
  transform: translateY(-2px);
}

.social-x {
  display: inline-grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 50%;
  color: var(--paper);
  background: var(--ink);
  box-shadow: 3px 3px 0 var(--green);
  font-size: 0.98rem;
  font-weight: 1000;
  line-height: 1;
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.social-x:hover,
.social-x:focus-visible {
  color: var(--ink);
  background: var(--green);
  box-shadow: 1px 1px 0 var(--ink);
  outline: 0;
  transform: translate(2px, 2px);
}

.menu-toggle {
  display: none;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

main,
.site-footer {
  position: relative;
  z-index: 2;
}

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  overflow: hidden;
  padding: 128px clamp(18px, 5vw, 72px) 62px;
  background-color: var(--paper);
  background-image: repeating-linear-gradient(
      0deg,
      rgba(16, 16, 15, 0.05) 0 1px,
      transparent 1px 78px
    ),
    repeating-linear-gradient(
      90deg,
      rgba(16, 16, 15, 0.05) 0 1px,
      transparent 1px 78px
    );
  isolation: isolate;
}

.hero::before {
  content: "PUMPE";
  position: absolute;
  right: -0.06em;
  bottom: -0.28em;
  z-index: -1;
  color: rgba(16, 16, 15, 0.045);
  font-size: clamp(8rem, 23vw, 25rem);
  font-weight: 1000;
  line-height: 0.85;
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 12px;
  background: repeating-linear-gradient(
    90deg,
    var(--ink) 0 30px,
    var(--red) 30px 60px,
    var(--green) 60px 90px,
    var(--yellow) 90px 120px
  );
}

.hero-copy {
  position: relative;
  z-index: 3;
  max-width: 660px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--green-deep);
  font-size: clamp(0.76rem, 1.7vw, 0.9rem);
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(5rem, 15vw, 12rem);
  font-weight: 1000;
  letter-spacing: 0;
  line-height: 0.78;
  text-transform: uppercase;
}

.hero-title {
  position: relative;
  display: inline-flex;
  max-width: 100%;
  align-items: flex-end;
  isolation: isolate;
  overflow: visible;
  cursor: pointer;
}

.hero-letter {
  position: relative;
  display: inline-block;
  transform-origin: 50% 82%;
}

.hero-letter:nth-child(1) {
  --peek-angle: -7deg;
  --letter-tilt: -2deg;
  --peek-width: clamp(108px, 0.78em, 176px);
  --peek-left: 48%;
  --peek-from-y: -22%;
  --peek-from-scale: 0.34;
  --peek-to-y: -28%;
  --peek-to-scale: 0.82;
  --peek-image-drop: 0;
  --peek-loop: peek-steady-rise;
  --peek-speed: 2.25s;
}

.hero-letter:nth-child(2) {
  --peek-angle: 4deg;
  --letter-tilt: 1.5deg;
  --peek-width: clamp(104px, 0.72em, 164px);
  --peek-left: 51%;
  --peek-from-y: -18%;
  --peek-from-scale: 0.34;
  --peek-to-y: -24%;
  --peek-to-scale: 0.8;
  --peek-image-drop: 0;
  --peek-loop: peek-bounce-up;
  --peek-speed: 2s;
}

.hero-letter:nth-child(3) {
  --peek-angle: -2deg;
  --letter-tilt: -1deg;
  --peek-width: clamp(96px, 0.66em, 150px);
  --peek-left: 50%;
  --peek-from-y: -20%;
  --peek-from-scale: 0.34;
  --peek-to-y: -30%;
  --peek-to-scale: 0.76;
  --peek-image-drop: 0;
  --peek-loop: peek-sneak;
  --peek-speed: 2.35s;
}

.hero-letter:nth-child(4) {
  --peek-angle: 7deg;
  --letter-tilt: 2.5deg;
  --peek-width: clamp(108px, 0.72em, 166px);
  --peek-left: 46%;
  --peek-from-x: -50%;
  --peek-from-y: -18%;
  --peek-from-scale: 0.34;
  --peek-to-x: -48%;
  --peek-to-y: -24%;
  --peek-to-scale: 0.82;
  --peek-image-drop: 0;
  --peek-loop: peek-climb;
  --peek-speed: 2.2s;
}

.hero-letter:nth-child(5) {
  --peek-angle: -5deg;
  --letter-tilt: -3deg;
  --peek-width: clamp(98px, 0.68em, 150px);
  --peek-left: 43%;
  --peek-from-x: -36%;
  --peek-from-y: -16%;
  --peek-from-scale: 0.54;
  --peek-to-x: -38%;
  --peek-to-y: -24%;
  --peek-to-scale: 0.78;
  --peek-image-drop: 0;
  --peek-loop: peek-side-slide;
  --peek-speed: 2.15s;
}

.letter-face {
  position: relative;
  z-index: 4;
  display: block;
  transition:
    color 180ms ease,
    transform 260ms cubic-bezier(0.2, 1, 0.2, 1),
    text-shadow 180ms ease;
  will-change: transform;
}

.letter-tunnel {
  position: absolute;
  left: var(--peek-left, 50%);
  bottom: 0;
  z-index: 6;
  width: var(--peek-width, clamp(76px, 0.64em, 138px));
  aspect-ratio: 1;
  opacity: 0;
  pointer-events: none;
  transform: translate(var(--peek-from-x, -50%), var(--peek-from-y, 82%))
    scale(var(--peek-from-scale, 0.48))
    rotate(var(--peek-angle, -5deg));
  transform-origin: 50% 94%;
  transition:
    opacity 220ms ease,
    transform 520ms cubic-bezier(0.16, 1.22, 0.24, 1);
  will-change: transform, opacity;
}

.letter-tunnel img {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: var(--peek-image-drop, 0);
  object-fit: contain;
  filter: drop-shadow(4px 5px 0 rgba(16, 16, 15, 0.22));
}

.hero-letter.is-peeking .letter-face {
  color: var(--paper);
  text-shadow:
    2px 0 0 var(--ink),
    -2px 0 0 var(--ink),
    0 2px 0 var(--ink),
    0 -2px 0 var(--ink),
    7px 7px 0 var(--green);
  transform: translateY(-0.055em) rotate(var(--letter-tilt, -2deg));
}

.hero-letter.is-peeking .letter-tunnel {
  opacity: 1;
  transform: translate(var(--peek-to-x, -50%), var(--peek-to-y, -62%))
    scale(var(--peek-to-scale, 0.94))
    rotate(var(--peek-angle, -5deg));
}

.hero-letter.is-peeking .letter-tunnel img {
  animation: var(--peek-loop, peek-bob) var(--peek-speed, 1.25s) ease-in-out infinite;
}

.hero-lead {
  max-width: 580px;
  margin-bottom: 28px;
  color: #263329;
  font-size: clamp(1.06rem, 2vw, 1.35rem);
  font-weight: 680;
  line-height: 1.42;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.hero-ca-card {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  width: min(100%, 620px);
  margin: 0 0 16px;
  padding: 9px 16px 9px 10px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--yellow);
  box-shadow: 4px 4px 0 var(--ink);
  font-weight: 1000;
  text-transform: uppercase;
  animation: ca-pulse 2.8s ease-in-out infinite;
}

.hero-ca-card span {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 50%;
  color: var(--paper);
  background: var(--green-deep);
  font-size: 0.76rem;
}

.hero-ca-card strong {
  font-size: 0.9rem;
  white-space: nowrap;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  box-shadow: 4px 4px 0 var(--ink);
  font-size: 0.9rem;
  font-weight: 950;
  text-transform: uppercase;
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.button:hover,
.button:focus-visible {
  box-shadow: 1px 1px 0 var(--ink);
  transform: translate(3px, 3px);
}

.button-primary {
  color: var(--paper);
  background: var(--red);
}

.button-ghost {
  background: var(--paper);
}

.hero-stage {
  position: relative;
  display: grid;
  width: min(100%, 640px);
  aspect-ratio: 1 / 1;
  place-items: center;
  justify-self: center;
  perspective: 1100px;
  transform: rotateX(calc(var(--my) * -5deg)) rotateY(calc(var(--mx) * 7deg));
  transform-style: preserve-3d;
}

.pulse-grid {
  position: absolute;
  z-index: 0;
  width: 70%;
  aspect-ratio: 1;
  border: 2px solid rgba(16, 16, 15, 0.16);
  border-radius: 50%;
  background-image: repeating-conic-gradient(
    from 0deg,
    rgba(16, 16, 15, 0.14) 0deg 4deg,
    transparent 4deg 14deg
  );
  animation: slow-spin 20s linear infinite;
}

.pulse-grid::before,
.pulse-grid::after {
  content: "";
  position: absolute;
  inset: 12%;
  border: 2px dashed rgba(16, 16, 15, 0.28);
  border-radius: inherit;
}

.pulse-grid::after {
  inset: 27%;
  border-color: rgba(244, 32, 47, 0.55);
  animation: reverse-spin 14s linear infinite;
}

.main-character {
  position: relative;
  z-index: 3;
  width: clamp(250px, 37vw, 430px);
  aspect-ratio: 1;
  border: 3px solid var(--ink);
  border-radius: 46% 46% 18% 18%;
  box-shadow: 14px 14px 0 var(--ink);
  filter: saturate(1.06) contrast(1.05);
  object-fit: cover;
  transform: translate3d(calc(var(--mx) * 18px), calc(var(--my) * 14px), 90px);
  animation: floaty 5.4s ease-in-out infinite;
}

.orbit-ring {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  transform-style: preserve-3d;
}

.orbit-ring-one {
  transform: translateZ(18px);
}

.orbit-item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(58px, 6vw, 84px);
  aspect-ratio: 1;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 18px;
  background: var(--paper);
  box-shadow: 5px 5px 0 rgba(16, 16, 15, 0.86);
  transform: translate(-50%, -50%) rotate(var(--angle)) translateX(var(--distance))
    rotate(var(--counter-angle));
  transition: box-shadow 220ms ease, filter 220ms ease;
  will-change: transform;
}

.orbit-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}

.scroll-cue {
  position: absolute;
  bottom: 32px;
  left: 50%;
  display: grid;
  width: 30px;
  height: 48px;
  place-items: start center;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--paper);
  transform: translateX(-50%);
  transition: background 220ms ease, box-shadow 220ms ease, transform 220ms ease;
  cursor: pointer;
}

.scroll-cue:hover,
.scroll-cue:focus-visible {
  background: var(--green);
  box-shadow: 3px 3px 0 var(--ink);
  outline: 0;
  transform: translateX(-50%) translateY(-3px);
}

.scroll-cue span {
  width: 5px;
  height: 11px;
  margin-top: 8px;
  border-radius: 999px;
  background: var(--ink);
  animation: scroll-dot 1.45s ease-in-out infinite;
}

.marquee-band {
  overflow: hidden;
  border-block: 3px solid var(--ink);
  color: var(--paper);
  background: var(--ink);
}

.marquee-track {
  display: flex;
  width: max-content;
  min-height: 62px;
  align-items: center;
  gap: 30px;
  padding-inline: 18px;
  font-size: clamp(1.05rem, 3vw, 2.1rem);
  font-weight: 1000;
  white-space: nowrap;
  animation: marquee 22s linear infinite;
}

.marquee-track span:nth-child(3n + 1) {
  color: var(--green);
}

.marquee-track span:nth-child(3n + 2) {
  color: var(--red);
}

.marquee-track span:nth-child(3n) {
  color: var(--yellow);
}

.section-pad {
  padding: clamp(72px, 9vw, 128px) clamp(18px, 5vw, 72px);
}

.section-heading {
  width: min(880px, 100%);
  margin-bottom: clamp(28px, 5vw, 58px);
}

.section-heading h2,
.signal-copy h2 {
  margin-bottom: 0;
  font-size: clamp(2.5rem, 7vw, 6.5rem);
  font-weight: 1000;
  letter-spacing: 0;
  line-height: 0.92;
  text-transform: uppercase;
}

.about-video {
  position: relative;
  overflow: hidden;
  background-color: var(--paper);
  background-image:
    linear-gradient(135deg, rgba(57, 198, 214, 0.14), transparent 34%),
    linear-gradient(315deg, rgba(244, 204, 60, 0.18), transparent 38%),
    repeating-linear-gradient(
      0deg,
      rgba(16, 16, 15, 0.045) 0 1px,
      transparent 1px 72px
    ),
    repeating-linear-gradient(
      90deg,
      rgba(16, 16, 15, 0.045) 0 1px,
      transparent 1px 72px
    );
  isolation: isolate;
}

.about-video::before {
  content: "ABOUT";
  position: absolute;
  right: -0.08em;
  bottom: -0.18em;
  z-index: -1;
  color: rgba(16, 16, 15, 0.045);
  font-size: clamp(6rem, 18vw, 20rem);
  font-weight: 1000;
  line-height: 0.78;
  pointer-events: none;
}

.about-video-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(420px, 1.28fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.about-video-copy {
  position: relative;
  z-index: 2;
}

.about-video-copy .eyebrow {
  color: var(--green-deep);
}

.about-video-copy h2 {
  max-width: 620px;
  margin-bottom: 18px;
  font-size: clamp(2.8rem, 7.5vw, 7rem);
  font-weight: 1000;
  letter-spacing: 0;
  line-height: 0.88;
  text-transform: uppercase;
}

.about-video-copy p:not(.eyebrow) {
  max-width: 480px;
  margin-bottom: 0;
  color: #27302a;
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  font-weight: 720;
  line-height: 1.55;
}

.about-tv {
  position: relative;
  z-index: 2;
  width: min(100%, 820px);
  justify-self: center;
  padding-top: 36px;
}

.about-tv-antenna {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: min(48%, 300px);
  height: 80px;
  transform: translateX(-50%);
  pointer-events: none;
}

.about-tv-antenna span {
  position: absolute;
  bottom: 0;
  width: 3px;
  height: 92px;
  border-radius: 999px;
  background: var(--ink);
  transform-origin: bottom;
}

.about-tv-antenna span:first-child {
  left: 48%;
  transform: rotate(-32deg);
}

.about-tv-antenna span:last-child {
  right: 48%;
  transform: rotate(32deg);
}

.about-tv-shell {
  position: relative;
  z-index: 1;
  padding: clamp(14px, 2.2vw, 24px);
  border: 3px solid var(--ink);
  border-radius: 28px 28px 18px 18px;
  background:
    linear-gradient(135deg, rgba(247, 255, 244, 0.92), rgba(223, 255, 235, 0.82)),
    var(--paper);
  box-shadow:
    12px 12px 0 var(--ink),
    -6px -6px 0 var(--yellow);
  transform: rotate(-1deg);
}

.about-tv-shell::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 2px dashed rgba(16, 16, 15, 0.18);
  border-radius: 20px;
  pointer-events: none;
}

.about-tv-screen {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 3px solid var(--ink);
  border-radius: 18px;
  background: #050706;
  box-shadow:
    inset 0 0 34px rgba(0, 0, 0, 0.72),
    0 0 0 8px rgba(16, 16, 15, 0.04);
  isolation: isolate;
}

.about-tv-screen video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.05);
}

.about-tv-glass {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.14) 0 1px,
      transparent 1px 6px
    ),
    radial-gradient(circle at 48% 38%, transparent 0 44%, rgba(0, 0, 0, 0.34) 100%),
    linear-gradient(115deg, rgba(247, 255, 244, 0.22), transparent 34%);
  mix-blend-mode: screen;
  opacity: 0.62;
}

.about-video-toggle {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 4;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  padding: 9px 14px 9px 11px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  color: var(--ink);
  background: var(--yellow);
  box-shadow: 4px 4px 0 var(--ink);
  font-weight: 1000;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    opacity 220ms ease,
    transform 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease;
}

.about-video-toggle:hover,
.about-video-toggle:focus-visible {
  background: var(--green);
  box-shadow: 2px 2px 0 var(--ink);
  outline: 0;
  transform: translate(2px, 2px);
}

.about-tv.is-playing .about-video-toggle {
  opacity: 0.32;
}

.about-tv.is-playing .about-video-toggle:hover,
.about-tv.is-playing .about-video-toggle:focus-visible {
  opacity: 1;
}

.about-play-icon {
  position: relative;
  display: inline-grid;
  width: 22px;
  height: 22px;
  place-items: center;
  flex: 0 0 auto;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--paper);
}

.about-play-icon::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 2px;
  border-block: 6px solid transparent;
  border-left: 9px solid var(--ink);
}

.about-tv.is-playing .about-play-icon::before {
  width: 4px;
  height: 12px;
  margin-left: 0;
  border: 0;
  background: var(--ink);
  box-shadow: 7px 0 0 var(--ink);
}

.about-tv-panel {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  gap: 10px;
  align-items: center;
  margin-top: 14px;
  padding: 12px 14px;
  border: 2px solid var(--ink);
  border-radius: 14px;
  color: var(--paper);
  background: var(--ink);
  font-size: clamp(0.76rem, 1.2vw, 0.88rem);
  font-weight: 1000;
  text-transform: uppercase;
}

.about-tv-panel i {
  display: block;
  width: 22px;
  height: 22px;
  border: 2px solid var(--paper);
  border-radius: 50%;
  background: var(--green);
  box-shadow: inset 3px 0 0 rgba(16, 16, 15, 0.28);
}

.about-tv-panel i:last-child {
  background: var(--red);
}

.pumpe-guide {
  position: relative;
  overflow: hidden;
  color: var(--ink);
  background-color: #f7fff4;
  background-image:
    linear-gradient(135deg, rgba(72, 216, 138, 0.18), transparent 34%),
    linear-gradient(315deg, rgba(244, 32, 47, 0.1), transparent 32%),
    repeating-linear-gradient(
      90deg,
      rgba(16, 16, 15, 0.045) 0 1px,
      transparent 1px 58px
    );
  isolation: isolate;
}

.pumpe-guide::before {
  content: "HOW TO PUMPE";
  position: absolute;
  top: 6%;
  right: -0.12em;
  z-index: -1;
  color: rgba(16, 16, 15, 0.045);
  font-size: clamp(5.2rem, 16vw, 18rem);
  font-weight: 1000;
  line-height: 0.78;
  pointer-events: none;
  transform: rotate(-4deg);
}

.guide-motion {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.guide-motion span {
  position: absolute;
  left: -12%;
  width: 124%;
  height: 14px;
  border-block: 2px solid rgba(16, 16, 15, 0.16);
  background: repeating-linear-gradient(
    90deg,
    rgba(72, 216, 138, 0.5) 0 38px,
    transparent 38px 74px,
    rgba(244, 32, 47, 0.34) 74px 96px,
    transparent 96px 132px
  );
  animation: guide-rail 12s linear infinite;
}

.guide-motion span:nth-child(1) {
  top: 18%;
}

.guide-motion span:nth-child(2) {
  top: 53%;
  animation-duration: 16s;
  animation-direction: reverse;
}

.guide-motion span:nth-child(3) {
  top: 82%;
  animation-duration: 20s;
}

.guide-heading {
  width: min(1120px, 100%);
}

.pumpe-guide .eyebrow {
  color: var(--green-deep);
}

.guide-layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(620px, 1.18fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: start;
}

.meet-card {
  --card-rx: 0deg;
  --card-ry: 0deg;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(210px, 0.82fr);
  min-height: 520px;
  overflow: hidden;
  padding: clamp(24px, 3vw, 34px);
  border: 3px solid var(--ink);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(247, 255, 244, 0.7)),
    var(--paper);
  box-shadow: 11px 11px 0 var(--ink);
  transform-style: preserve-3d;
  transition: box-shadow 220ms ease;
}

.meet-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent 0 36%,
    rgba(255, 255, 255, 0.55) 42%,
    transparent 48% 100%
  );
  mix-blend-mode: screen;
  transform: translateX(-85%);
  animation: panel-scan 5.8s ease-in-out infinite;
}

.meet-card::after {
  content: "";
  position: absolute;
  inset: 13px;
  border: 2px dashed rgba(16, 16, 15, 0.18);
  pointer-events: none;
}

.meet-card:hover {
  box-shadow: 7px 7px 0 var(--ink);
}

.meet-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding-right: clamp(0px, 2vw, 22px);
}

.guide-kicker {
  margin-bottom: 18px;
  font-size: clamp(2.2rem, 4.6vw, 5rem);
  font-weight: 1000;
  letter-spacing: 0;
  line-height: 0.82;
  text-transform: uppercase;
}

.guide-kicker span {
  color: var(--green-deep);
}

.meet-copy > p:not(.guide-kicker):not(.meet-punch),
.how-heading p:last-child {
  max-width: 440px;
  color: #27302a;
  font-size: clamp(1rem, 1.4vw, 1.08rem);
  font-weight: 680;
  line-height: 1.58;
}

.meet-punch {
  margin: 22px 0;
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
  font-weight: 950;
  line-height: 1.34;
}

.meet-card blockquote {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 14px 0 14px 18px;
  border-left: 6px solid var(--green-deep);
  color: var(--green-deep);
  font-size: clamp(1rem, 2vw, 1.4rem);
  font-weight: 1000;
  line-height: 1.2;
}

.meet-card cite {
  color: var(--ink);
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 900;
}

.meet-visual {
  position: relative;
  z-index: 2;
  display: grid;
  min-width: 0;
  align-self: end;
  place-items: center;
  transform: translateZ(44px);
}

.meet-visual img {
  position: relative;
  z-index: 2;
  width: min(100%, 320px);
  aspect-ratio: 1;
  border: 3px solid var(--ink);
  border-radius: 8px;
  box-shadow: 7px 7px 0 var(--red);
  filter: saturate(1.05) contrast(1.05);
  object-fit: cover;
  animation: meet-bob 4.8s ease-in-out infinite;
}

.character-halo {
  position: absolute;
  width: min(86%, 300px);
  aspect-ratio: 1;
  border: 3px dashed rgba(20, 144, 93, 0.55);
  border-radius: 50%;
  animation: slow-spin 18s linear infinite;
}

.smoke-stack {
  position: absolute;
  top: 8%;
  right: 0;
  z-index: 3;
  width: 72px;
  height: 230px;
  pointer-events: none;
}

.smoke-stack span {
  position: absolute;
  right: 12px;
  bottom: 0;
  width: 34px;
  height: 84px;
  border: 5px solid rgba(78, 99, 85, 0.8);
  border-right: 0;
  border-bottom: 0;
  border-radius: 48px 0 0 0;
  filter: drop-shadow(2px 2px 0 rgba(16, 16, 15, 0.18));
  opacity: 0;
  transform: translateY(60px) rotate(-12deg);
  animation: smoke-rise 4.4s ease-in-out infinite;
}

.smoke-stack span:nth-child(2) {
  right: 29px;
  animation-delay: 0.9s;
  animation-duration: 5.2s;
}

.smoke-stack span:nth-child(3) {
  right: 1px;
  animation-delay: 1.7s;
  animation-duration: 5.8s;
}

.floating-chip {
  position: absolute;
  right: 6%;
  bottom: 9%;
  z-index: 4;
  padding: 9px 12px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  color: var(--paper);
  background: var(--green-deep);
  box-shadow: 4px 4px 0 var(--ink);
  font-size: 0.75rem;
  font-weight: 1000;
  text-transform: uppercase;
  animation: chip-hop 2.7s ease-in-out infinite;
}

.how-zone {
  min-width: 0;
}

.how-heading {
  display: grid;
  gap: 8px;
  margin-bottom: 24px;
}

.how-heading .guide-kicker {
  margin-bottom: 0;
  max-width: 980px;
  white-space: normal;
}

.how-heading p:last-child {
  max-width: 560px;
  margin-bottom: 0;
  text-align: left;
}

.pump-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.6vw, 24px);
  align-items: stretch;
}

.flow-step {
  --card-rx: 0deg;
  --card-ry: 0deg;
  position: relative;
  display: grid;
  min-width: 0;
  min-height: clamp(330px, 28vw, 390px);
  align-content: start;
  gap: 14px;
  overflow: hidden;
  padding: clamp(18px, 2.2vw, 24px);
  border: 3px solid var(--ink);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 255, 244, 0.78)),
    var(--paper);
  box-shadow: 7px 7px 0 var(--ink);
  transform-style: preserve-3d;
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease,
    background 220ms ease;
}

.flow-step[data-tilt-card] {
  transform: perspective(900px) rotateX(var(--card-rx)) rotateY(var(--card-ry));
}

.flow-step::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(72, 216, 138, 0.34),
    transparent
  );
  opacity: 0;
  transform: translateY(-100%);
}

.flow-step::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 8px;
  background: repeating-linear-gradient(
    90deg,
    var(--green) 0 20px,
    var(--red) 20px 40px,
    var(--yellow) 40px 60px,
    var(--cyan) 60px 80px
  );
}

.flow-step:hover,
.flow-step:focus-within,
.flow-step.is-active {
  border-color: var(--green-deep);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(224, 255, 237, 0.88)),
    var(--paper);
  box-shadow: 5px 5px 0 var(--red);
}

.flow-step.is-active::before {
  animation: step-scan 1.7s ease-in-out infinite;
  opacity: 1;
}

.step-number {
  position: relative;
  z-index: 1;
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 50%;
  color: var(--paper);
  background: var(--green-deep);
  box-shadow: 3px 3px 0 var(--ink);
  font-weight: 1000;
}

.step-icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100%, 138px);
  aspect-ratio: 1;
  place-items: center;
  justify-self: center;
  margin-block: 4px 2px;
}

.solana-mark {
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: #10100f;
  box-shadow: inset 0 0 0 9px rgba(255, 255, 255, 0.05);
}

.solana-mark span {
  width: 72%;
  height: 18px;
  border-radius: 3px;
  background: linear-gradient(90deg, #6c4dff, #18d68f, #38d6e8);
  box-shadow: 2px 2px 0 rgba(255, 255, 255, 0.18);
  transform: skewX(-18deg);
  animation: sol-shift 2.6s ease-in-out infinite alternate;
}

.solana-mark span:nth-child(2) {
  animation-delay: 0.18s;
}

.solana-mark span:nth-child(3) {
  animation-delay: 0.36s;
}

.pumpe-token img {
  width: 84%;
  aspect-ratio: 1;
  border: 3px solid var(--ink);
  border-radius: 50%;
  object-fit: cover;
  animation: token-spin 8s linear infinite;
}

.pumpe-token span {
  position: absolute;
  right: -2px;
  bottom: 8px;
  padding: 6px 9px;
  border: 2px solid var(--ink);
  border-radius: 6px;
  background: var(--yellow);
  box-shadow: 3px 3px 0 var(--ink);
  font-size: 0.78rem;
  font-weight: 1000;
}

.pumper-stack {
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
}

.pumper-stack img {
  width: clamp(54px, 4vw, 70px);
  aspect-ratio: 1;
  border: 3px solid var(--ink);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 3px 3px 0 var(--ink);
  animation: pumper-pop 2.8s ease-in-out infinite;
}

.pumper-stack img:nth-child(2) {
  width: clamp(66px, 5vw, 88px);
  margin-inline: -12px;
  animation-delay: 0.2s;
}

.pumper-stack img:nth-child(3) {
  animation-delay: 0.4s;
}

.flow-step h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  font-size: clamp(1.35rem, 2.1vw, 2.08rem);
  font-weight: 1000;
  line-height: 0.95;
  text-align: center;
  text-wrap: balance;
  text-transform: uppercase;
}

.flow-step p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: #303832;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.48;
  text-align: center;
}

.flow-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: clamp(42px, 5vw, 68px);
  height: 36px;
  pointer-events: none;
}

.flow-arrow-one {
  left: calc(33.333% - clamp(21px, 2.5vw, 34px));
}

.flow-arrow-two {
  left: calc(66.666% - clamp(21px, 2.5vw, 34px));
}

.flow-arrow::before,
.flow-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.flow-arrow::before {
  left: 0;
  width: 100%;
  height: 6px;
  border-block: 2px solid var(--ink);
  background: var(--green);
  animation: arrow-pulse 1.8s ease-in-out infinite;
}

.flow-arrow::after {
  right: -2px;
  width: 18px;
  height: 18px;
  border-top: 5px solid var(--ink);
  border-right: 5px solid var(--ink);
  transform: translateY(-50%) rotate(45deg);
}

.guide-ticker {
  overflow: hidden;
  margin-top: 18px;
  border: 3px solid var(--ink);
  border-radius: 8px;
  color: var(--paper);
  background: var(--ink);
  box-shadow: 6px 6px 0 var(--green);
}

.guide-ticker div {
  display: flex;
  width: max-content;
  min-height: 48px;
  align-items: center;
  gap: 28px;
  padding-inline: 16px;
  font-size: clamp(0.88rem, 1.4vw, 1rem);
  font-weight: 1000;
  text-transform: uppercase;
  white-space: nowrap;
  animation: marquee 18s linear infinite;
}

.guide-ticker span:nth-child(odd) {
  color: var(--green);
}

.guide-ticker span:nth-child(4n) {
  color: var(--yellow);
}

.reactor {
  color: var(--paper);
  background-color: #111312;
  background-image: linear-gradient(rgba(255, 255, 255, 0.06) 2px, transparent 2px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 2px, transparent 2px);
  background-size: 90px 90px;
}

.reactor .eyebrow {
  color: var(--yellow);
}

.mood-layout {
  display: grid;
  grid-template-columns: minmax(440px, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(22px, 4vw, 50px);
  align-items: start;
}

.mood-feature {
  position: sticky;
  top: 104px;
}

.tv-console {
  overflow: visible;
}

.tv-shell {
  position: relative;
  aspect-ratio: 3 / 2;
  filter: drop-shadow(10px 12px 0 var(--red));
  isolation: isolate;
}

.tv-frame-art {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.feature-image-wrap,
.tv-screen {
  position: absolute;
  top: 13.1%;
  left: 12.4%;
  z-index: 4;
  width: 61.6%;
  height: 65.4%;
  overflow: hidden;
  border-radius: 8% / 10%;
  background: #050706;
  box-shadow: inset 0 0 26px rgba(0, 0, 0, 0.7);
  isolation: isolate;
}

.tv-screen::before,
.tv-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}

.tv-screen::before {
  background:
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.12) 0 1px,
      rgba(255, 255, 255, 0) 1px 7px
    ),
    linear-gradient(90deg, rgba(244, 32, 47, 0.12), transparent 30%, rgba(52, 209, 122, 0.14));
  mix-blend-mode: screen;
  opacity: 0.58;
}

.tv-screen::after {
  background: radial-gradient(circle at 48% 42%, transparent 0 44%, rgba(0, 0, 0, 0.42) 100%);
}

#feature-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.05);
  transition:
    transform 620ms cubic-bezier(0.19, 1, 0.22, 1),
    filter 620ms ease,
    opacity 220ms ease;
}

.mood-feature.is-switching #feature-image {
  opacity: 0.78;
  transform: scale(1.08) rotate(1.1deg);
  filter: saturate(1.45) contrast(1.18) hue-rotate(8deg);
}

.tv-static {
  position: absolute;
  inset: -18%;
  z-index: 7;
  opacity: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.46) 0 1px,
      rgba(0, 0, 0, 0.68) 1px 2px,
      transparent 2px 6px
    ),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.14) 0 4px,
      rgba(0, 0, 0, 0.18) 4px 8px
    );
  mix-blend-mode: screen;
  transform: translateX(-8%);
}

.mood-feature.is-switching .tv-static {
  opacity: 0.82;
  animation: tv-static-shift 620ms steps(5, end);
}

.tv-noise {
  position: absolute;
  inset: 0;
  z-index: 8;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  image-rendering: pixelated;
  mix-blend-mode: screen;
  transition: opacity 90ms linear;
}

.mood-feature.is-switching .tv-noise {
  opacity: 0.88;
}

.tv-glass {
  position: absolute;
  inset: 0;
  z-index: 9;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.3), transparent 24%),
    radial-gradient(circle at 35% 20%, rgba(255, 255, 255, 0.18), transparent 34%);
  mix-blend-mode: screen;
  opacity: 0.72;
}

.tv-osd {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 10;
  display: flex;
  max-width: calc(100% - 24px);
  align-items: center;
  gap: 8px;
  color: var(--paper);
  font-size: clamp(0.62rem, 1.1vw, 0.78rem);
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.tv-osd span {
  display: inline-flex;
  max-width: 180px;
  min-height: 28px;
  align-items: center;
  overflow: hidden;
  padding: 7px 9px;
  border: 2px solid var(--paper);
  background: rgba(16, 16, 15, 0.78);
  box-shadow: 3px 3px 0 var(--green);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tv-osd span:first-child {
  color: var(--ink);
  background: var(--yellow);
  box-shadow: 3px 3px 0 var(--red);
}

.feature-copy {
  margin-top: clamp(18px, 2.4vw, 28px);
  padding: clamp(18px, 3vw, 28px);
  border: 3px solid var(--paper);
  background: #111312;
  box-shadow: 8px 8px 0 var(--green);
}

.feature-copy p:first-child {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 10px;
  border: 2px solid var(--paper);
  color: var(--ink);
  background: var(--green);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.feature-copy h3 {
  margin-bottom: 14px;
  font-size: clamp(1.55rem, 3.5vw, 2.8rem);
  font-weight: 1000;
  line-height: 0.98;
  text-transform: uppercase;
}

.feature-copy p:last-of-type {
  margin-bottom: 0;
  color: rgba(247, 255, 244, 0.76);
  font-size: 1rem;
  line-height: 1.65;
}

.tv-remote {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.tv-remote button {
  min-height: 42px;
  padding: 10px 12px;
  border: 2px solid var(--paper);
  color: var(--paper);
  background: var(--ink);
  box-shadow: 4px 4px 0 var(--red);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.tv-remote button:hover,
.tv-remote button:focus-visible {
  color: var(--ink);
  background: var(--yellow);
  box-shadow: 5px 5px 0 var(--green);
  transform: translate(-2px, -2px);
}

.channel-panel {
  border: 3px solid rgba(247, 255, 244, 0.75);
  background: rgba(17, 19, 18, 0.62);
  box-shadow: 8px 8px 0 var(--ink);
}

.channel-panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  border-bottom: 3px solid rgba(247, 255, 244, 0.75);
  color: var(--paper);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.channel-panel-top span:last-child {
  color: var(--yellow);
}

.mood-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(8px, 1.15vw, 12px);
  max-height: min(820px, 78vh);
  overflow: auto;
  padding: 12px;
  scrollbar-color: var(--green) rgba(247, 255, 244, 0.12);
  scrollbar-width: thin;
}

.mood-button {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  padding: 0;
  border: 2px solid rgba(247, 255, 244, 0.75);
  border-radius: 0;
  background: #202421;
  cursor: pointer;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease,
    filter 220ms ease;
}

.mood-button::before {
  content: "CH";
  position: absolute;
  left: 6px;
  top: 6px;
  z-index: 2;
  padding: 3px 5px;
  color: var(--paper);
  background: rgba(16, 16, 15, 0.82);
  font-size: 0.58rem;
  font-weight: 950;
}

.mood-button::after {
  content: attr(data-count);
  position: absolute;
  right: 6px;
  bottom: 6px;
  z-index: 2;
  min-width: 28px;
  padding: 3px 5px;
  border: 2px solid var(--ink);
  color: var(--ink);
  background: var(--paper);
  font-size: 0.7rem;
  font-weight: 950;
}

.mood-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease, filter 320ms ease;
}

.mood-button:hover,
.mood-button:focus-visible,
.mood-button.is-active {
  z-index: 2;
  border-color: var(--yellow);
  box-shadow: 5px 5px 0 var(--yellow);
  filter: saturate(1.16);
  transform: translate(-3px, -3px) rotate(-1deg);
}

.mood-button.is-active::before {
  color: var(--ink);
  background: var(--green);
}

.mood-button:hover img,
.mood-button:focus-visible img,
.mood-button.is-active img {
  filter: saturate(1.24) contrast(1.06);
  transform: scale(1.08);
}

.story {
  background:
    linear-gradient(90deg, rgba(244, 32, 47, 0.08), transparent 32%),
    var(--paper-2);
}

.story .eyebrow {
  color: var(--red);
}

.chapter-track {
  display: grid;
  grid-template-columns: minmax(300px, 0.88fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.chapter-screen {
  position: sticky;
  top: 112px;
  overflow: hidden;
  border: 3px solid var(--ink);
  background: var(--chapter-accent);
  box-shadow: 12px 12px 0 var(--ink);
}

.chapter-screen::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 2px dashed rgba(16, 16, 15, 0.55);
  pointer-events: none;
  animation: reverse-spin 28s linear infinite;
}

.chapter-screen img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: opacity 280ms ease, transform 560ms cubic-bezier(0.19, 1, 0.22, 1);
}

.chapter-screen.is-changing img {
  opacity: 0.2;
  transform: scale(1.08) rotate(2deg);
}

.chapter-label {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border: 2px solid var(--ink);
  background: rgba(247, 255, 244, 0.92);
  box-shadow: 4px 4px 0 var(--ink);
  font-weight: 1000;
  text-transform: uppercase;
}

.chapters {
  display: grid;
  gap: 18px;
}

.chapter {
  position: relative;
  min-height: 260px;
  padding: clamp(22px, 4vw, 38px);
  border-left: 6px solid var(--ink);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: inset 0 -2px 0 rgba(16, 16, 15, 0.12);
}

.chapter::before {
  content: "";
  position: absolute;
  top: 28px;
  right: 26px;
  width: 68px;
  height: 12px;
  border-block: 3px solid var(--ink);
  transform: rotate(-4deg);
}

.chapter > span {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  color: var(--paper);
  background: var(--ink);
  font-weight: 1000;
}

.chapter h3 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 5vw, 4.6rem);
  font-weight: 1000;
  line-height: 0.9;
  text-transform: uppercase;
}

.chapter p {
  max-width: 620px;
  margin-bottom: 0;
  color: #313732;
  font-size: clamp(1rem, 1.6vw, 1.12rem);
  font-weight: 650;
  line-height: 1.62;
}

.community {
  position: relative;
  overflow: hidden;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(72, 216, 138, 0.18), transparent 36%),
    linear-gradient(315deg, rgba(244, 204, 60, 0.22), transparent 34%),
    var(--paper);
}

.community::before {
  content: "COMMUNITY";
  position: absolute;
  right: -0.08em;
  bottom: -0.2em;
  z-index: 0;
  color: rgba(16, 16, 15, 0.045);
  font-size: clamp(5rem, 17vw, 18rem);
  font-weight: 1000;
  line-height: 0.82;
  pointer-events: none;
}

.community > * {
  position: relative;
  z-index: 1;
}

.community .eyebrow {
  color: var(--green-deep);
}

.community-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
}

.community-card {
  --card-rx: 0deg;
  --card-ry: 0deg;
  position: relative;
  display: grid;
  min-height: 260px;
  align-content: space-between;
  gap: 22px;
  overflow: hidden;
  padding: clamp(18px, 2vw, 24px);
  border: 3px solid var(--ink);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(224, 255, 237, 0.8)),
    var(--paper);
  box-shadow: 8px 8px 0 var(--ink);
  transform: perspective(900px) rotateX(var(--card-rx)) rotateY(var(--card-ry));
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.community-card::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 9px;
  background: repeating-linear-gradient(
    90deg,
    var(--green) 0 26px,
    var(--red) 26px 52px,
    var(--yellow) 52px 78px,
    var(--cyan) 78px 104px
  );
}

.community-card::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 2px dashed rgba(16, 16, 15, 0.16);
  pointer-events: none;
}

.community-card:hover,
.community-card:focus-visible {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(198, 255, 224, 0.86)),
    var(--paper);
  box-shadow: 4px 4px 0 var(--red);
  outline: 0;
  transform: perspective(900px) rotateX(var(--card-rx)) rotateY(var(--card-ry))
    translateY(-4px);
}

.community-card-buy {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 241, 136, 0.82)),
    var(--paper);
}

.community-icon {
  position: relative;
  display: grid;
  width: min(168px, 68%);
  aspect-ratio: 1;
  place-items: center;
  justify-self: center;
  border: 3px solid var(--ink);
  border-radius: 24px;
  background: var(--paper);
  box-shadow: inset 0 0 0 9px rgba(72, 216, 138, 0.14), 5px 5px 0 var(--ink);
  overflow: hidden;
}

.community-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.community-pumpe {
  position: absolute;
  right: -14px;
  bottom: -10px;
  width: 52px;
  height: 52px;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: var(--paper);
  box-shadow: 3px 3px 0 var(--red);
  object-fit: cover;
  object-position: 50% 44%;
  animation: pumper-pop 2.8s ease-in-out infinite;
}

.community-copy {
  display: grid;
  gap: 7px;
  text-align: center;
}

.community-copy strong {
  font-size: clamp(1.35rem, 2.5vw, 2.2rem);
  font-weight: 1000;
  line-height: 0.95;
  text-transform: uppercase;
}

.community-copy small {
  color: #303832;
  font-size: 0.9rem;
  font-weight: 900;
  text-transform: uppercase;
}

.signal {
  overflow: hidden;
  color: var(--paper);
  background-color: #10100f;
  background-image: repeating-linear-gradient(
      135deg,
      rgba(72, 216, 138, 0.15) 0 2px,
      transparent 2px 18px
    ),
    repeating-linear-gradient(
      45deg,
      rgba(244, 32, 47, 0.12) 0 2px,
      transparent 2px 24px
    );
}

.signal .eyebrow {
  color: var(--green);
}

.signal-copy {
  width: min(920px, 100%);
  margin-bottom: 34px;
}

.signal-copy p:last-child {
  max-width: 760px;
  margin-top: 20px;
  margin-bottom: 0;
  color: rgba(247, 255, 244, 0.74);
  font-size: clamp(1rem, 1.7vw, 1.2rem);
  font-weight: 620;
  line-height: 1.64;
}

.signal-copy span {
  color: var(--yellow);
  font-weight: 900;
}

.signal-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: clamp(34px, 5vw, 58px);
}

.signal-stat {
  min-height: 130px;
  padding: 18px;
  border: 2px solid rgba(247, 255, 244, 0.72);
  background: rgba(247, 255, 244, 0.07);
}

.signal-stat span {
  display: block;
  margin-bottom: 10px;
  color: var(--yellow);
  font-size: clamp(2.4rem, 6vw, 5.2rem);
  font-weight: 1000;
  letter-spacing: 0;
  line-height: 0.84;
}

.signal-stat p {
  margin-bottom: 0;
  color: rgba(247, 255, 244, 0.72);
  font-weight: 900;
  text-transform: uppercase;
}

.poster-wall {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(8, minmax(110px, 1fr));
  gap: 12px;
  min-width: 980px;
  transform: translateX(calc(var(--mx) * -26px));
  transition: transform 180ms ease-out;
}

.poster {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  border: 2px solid rgba(247, 255, 244, 0.74);
  background: #232624;
  transform: translateY(var(--lift));
  animation: poster-drift var(--speed) ease-in-out infinite alternate;
}

.poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.poster:nth-child(4n + 1) {
  grid-row: span 2;
}

.poster:nth-child(5n + 2) {
  transform: translateY(var(--lift)) rotate(1deg);
}

.poster::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 0 solid var(--red);
  transition: border-width 220ms ease;
}

.poster:hover::after {
  border-width: 8px;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 1.1fr) minmax(260px, 0.9fr) minmax(300px, 1.1fr);
  gap: clamp(18px, 4vw, 42px);
  align-items: center;
  padding: clamp(26px, 5vw, 46px) clamp(18px, 5vw, 72px);
  border-top: 3px solid var(--ink);
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(247, 255, 244, 0.78), rgba(244, 204, 60, 0.82)),
    var(--yellow);
  font-weight: 950;
  text-transform: uppercase;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-brand img {
  width: 62px;
  height: 62px;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: var(--paper);
  box-shadow: 4px 4px 0 var(--ink);
  object-fit: cover;
  object-position: 50% 44%;
}

.footer-brand div,
.footer-nav,
.footer-actions {
  min-width: 0;
}

.footer-brand strong {
  display: block;
  margin-bottom: 5px;
  font-size: clamp(1.45rem, 3vw, 2.5rem);
  font-weight: 1000;
  line-height: 0.9;
}

.footer-brand span {
  display: block;
  color: #303832;
  font-size: 0.82rem;
  line-height: 1.35;
}

.footer-nav,
.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.footer-actions {
  justify-content: flex-end;
}

.footer-nav a,
.footer-actions a,
.footer-ca {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 10px 13px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--paper);
  box-shadow: 3px 3px 0 var(--ink);
  font-size: 0.78rem;
  font-weight: 1000;
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.footer-ca {
  background: var(--green);
}

.footer-x {
  width: 42px;
  padding-inline: 0;
  color: var(--paper);
  background: var(--ink) !important;
}

.footer-nav a:hover,
.footer-nav a:focus-visible,
.footer-actions a:hover,
.footer-actions a:focus-visible {
  box-shadow: 1px 1px 0 var(--ink);
  outline: 0;
  transform: translate(2px, 2px);
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 720ms ease, transform 720ms cubic-bezier(0.19, 1, 0.22, 1);
}

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

.meet-card.reveal.is-visible {
  transform: perspective(1100px) rotateX(var(--card-rx)) rotateY(var(--card-ry));
}

@keyframes floaty {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -16px;
  }
}

@keyframes slow-spin {
  to {
    rotate: 360deg;
  }
}

@keyframes reverse-spin {
  to {
    rotate: -360deg;
  }
}

@keyframes orbit-spin {
  to {
    rotate: 360deg;
  }
}

@keyframes scroll-dot {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(19px);
  }
}

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

@keyframes poster-drift {
  to {
    translate: 0 -12px;
  }
}

@keyframes tv-static-shift {
  0% {
    transform: translate(-8%, -6%) scale(1.1);
  }

  25% {
    transform: translate(5%, 4%) scale(1.12);
  }

  50% {
    transform: translate(-2%, 8%) scale(1.08);
  }

  75% {
    transform: translate(8%, -3%) scale(1.14);
  }

  100% {
    transform: translate(-6%, 2%) scale(1.1);
  }
}

@keyframes guide-rail {
  from {
    transform: translateX(-8%);
  }
  to {
    transform: translateX(8%);
  }
}

@keyframes panel-scan {
  0%,
  46% {
    transform: translateX(-92%);
  }
  74%,
  100% {
    transform: translateX(92%);
  }
}

@keyframes meet-bob {
  0%,
  100% {
    translate: 0 0;
    rotate: -1deg;
  }
  50% {
    translate: 0 -13px;
    rotate: 1.4deg;
  }
}

@keyframes smoke-rise {
  0% {
    opacity: 0;
    transform: translateY(70px) scale(0.72) rotate(-12deg);
  }
  22% {
    opacity: 0.95;
  }
  100% {
    opacity: 0;
    transform: translateY(-82px) scale(1.18) rotate(18deg);
  }
}

@keyframes chip-hop {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -8px;
  }
}

@keyframes step-scan {
  from {
    transform: translateY(-110%);
  }
  to {
    transform: translateY(110%);
  }
}

@keyframes sol-shift {
  from {
    filter: hue-rotate(0deg) saturate(1);
    translate: -2px 0;
  }
  to {
    filter: hue-rotate(18deg) saturate(1.28);
    translate: 2px 0;
  }
}

@keyframes token-spin {
  0%,
  100% {
    rotate: -3deg;
    scale: 1;
  }
  50% {
    rotate: 5deg;
    scale: 1.04;
  }
}

@keyframes pumper-pop {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -10px;
  }
}

@keyframes arrow-pulse {
  0%,
  100% {
    background-position: 0 0;
    opacity: 0.72;
  }
  50% {
    background-position: 24px 0;
    opacity: 1;
  }
}

@keyframes ca-pulse {
  0%,
  100% {
    transform: translateY(0);
    box-shadow: 4px 4px 0 var(--ink);
  }
  50% {
    transform: translateY(-4px);
    box-shadow: 4px 8px 0 var(--ink);
  }
}

@keyframes peek-bob {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-5px) rotate(1.4deg);
  }
}

@keyframes peek-steady-rise {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  48% {
    transform: translateY(-4px) rotate(-1deg);
  }
}

@keyframes peek-bounce-up {
  0%,
  100% {
    transform: translateY(0) scaleX(1) scaleY(1);
  }

  38% {
    transform: translateY(-8px) scaleX(0.96) scaleY(1.04);
  }

  62% {
    transform: translateY(2px) scaleX(1.04) scaleY(0.96);
  }
}

@keyframes peek-sneak {
  0%,
  100% {
    transform: translateX(0) rotate(0deg);
  }

  45% {
    transform: translateX(-5px) rotate(-2deg);
  }

  70% {
    transform: translateX(3px) rotate(1deg);
  }
}

@keyframes peek-climb {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }

  36% {
    transform: translate(4px, -6px) rotate(2deg);
  }

  68% {
    transform: translate(-3px, -2px) rotate(-1deg);
  }
}

@keyframes peek-side-slide {
  0%,
  100% {
    transform: translateX(0) rotate(0deg);
  }

  42% {
    transform: translateX(7px) rotate(1.5deg);
  }

  72% {
    transform: translateX(-3px) rotate(-1deg);
  }
}

@keyframes splash-arrive {
  from {
    opacity: 0;
    transform: scale(0.92) rotate(-1.5deg);
  }
  to {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}

@keyframes splash-exit {
  0% {
    opacity: 1;
    filter: brightness(1);
  }
  38% {
    opacity: 1;
    filter: brightness(3.8);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    filter: brightness(1.6);
  }
}

@keyframes splash-shell-exit {
  to {
    opacity: 0;
    transform: scale(1.18) rotate(2deg);
  }
}

@keyframes splash-spin {
  to {
    rotate: 360deg;
  }
}

@keyframes splash-scan {
  0%,
  100% {
    opacity: 0.34;
    transform: translateY(-2%);
  }
  50% {
    opacity: 0.66;
    transform: translateY(2%);
  }
}

@keyframes splash-rail {
  from {
    transform: translateX(-10%);
  }
  to {
    transform: translateX(10%);
  }
}

@keyframes blast-pulse {
  0%,
  100% {
    opacity: 0.68;
    transform: scale(0.9) rotate(-2deg);
  }
  50% {
    opacity: 1;
    transform: scale(1.04) rotate(2deg);
  }
}

@keyframes pumpe-drop {
  from {
    opacity: 0;
    transform: translateY(-42px) scale(0.78) rotate(-8deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1) rotate(0deg);
  }
}

@keyframes pumpe-jolt {
  0%,
  100% {
    translate: 0 0;
  }
  48% {
    translate: 0 -8px;
  }
  52% {
    translate: 4px -8px;
  }
  56% {
    translate: -4px -7px;
  }
}

@keyframes sticker-pop {
  from {
    opacity: 0;
    transform: scale(0.42) rotate(-18deg);
  }
  to {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}

@keyframes sticker-float {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -12px;
  }
}

@keyframes title-glitch {
  0%,
  100% {
    transform: translate(0);
  }
  12% {
    transform: translate(1px, -1px);
  }
  14% {
    transform: translate(-2px, 1px);
  }
  16%,
  72% {
    transform: translate(0);
  }
  74% {
    transform: translate(-1px, 0);
  }
  76% {
    transform: translate(2px, 1px);
  }
}

@media (max-width: 1180px) {
  .guide-layout {
    grid-template-columns: 1fr;
  }

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

  .site-footer {
    grid-template-columns: 1fr;
  }

  .footer-brand,
  .footer-nav,
  .footer-actions {
    justify-content: flex-start;
  }

  .meet-card {
    min-height: auto;
  }

  .how-zone {
    width: 100%;
  }
}

@media (max-width: 980px) {
  .site-header {
    top: 12px;
  }

  .splash-shell {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .splash-visual {
    min-height: 340px;
  }

  .hero,
  .about-video-layout,
  .guide-layout,
  .mood-layout,
  .chapter-track {
    grid-template-columns: 1fr;
  }

  .how-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .how-heading .guide-kicker {
    white-space: normal;
  }

  .how-heading p:last-child {
    max-width: 560px;
    text-align: left;
  }

  .pump-flow {
    grid-template-columns: 1fr;
  }

  .flow-arrow {
    position: relative;
    top: auto;
    left: auto;
    width: 52px;
    height: 44px;
    justify-self: center;
    transform: rotate(90deg);
  }

  .flow-arrow-one,
  .flow-arrow-two {
    left: auto;
  }

  .hero {
    padding-top: 112px;
  }

  .hero-stage {
    width: min(100%, 610px);
  }

  .about-video-copy p:not(.eyebrow) {
    max-width: 620px;
  }

  .mood-feature,
  .chapter-screen {
    position: relative;
    top: 0;
  }

  .mood-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .signal-board {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .site-header {
    width: calc(100% - 20px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 8px 9px 8px 10px;
    border-radius: 999px;
    box-shadow: 3px 3px 0 var(--ink);
  }

  .brand {
    min-width: 0;
    justify-content: flex-start;
  }

  .menu-toggle {
    position: relative;
    z-index: 12;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 2px solid var(--ink);
    border-radius: 50%;
    background: var(--paper);
    box-shadow: 3px 3px 0 var(--ink);
    transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
  }

  .menu-toggle span {
    display: block;
    grid-area: 1 / 1;
    width: 18px;
    height: 3px;
    border-radius: 999px;
    background: var(--ink);
    transition: transform 240ms ease, opacity 180ms ease;
  }

  .menu-toggle span:nth-child(1) {
    transform: translateY(-6px);
  }

  .menu-toggle span:nth-child(3) {
    transform: translateY(6px);
  }

  .site-header.is-menu-open .menu-toggle {
    background: var(--ink);
    box-shadow: 2px 2px 0 var(--green);
  }

  .site-header.is-menu-open .menu-toggle span {
    background: var(--paper);
  }

  .site-header.is-menu-open .menu-toggle span:nth-child(1) {
    transform: rotate(45deg);
  }

  .site-header.is-menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0.35);
  }

  .site-header.is-menu-open .menu-toggle span:nth-child(3) {
    transform: rotate(-45deg);
  }

  .header-actions {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    display: grid;
    width: 100%;
    gap: 10px;
    padding: 12px;
    border: 2px solid var(--ink);
    border-radius: 24px;
    background: rgba(247, 255, 244, 0.96);
    box-shadow: 5px 5px 0 var(--ink);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: translateY(-8px) scale(0.98);
    transform-origin: top center;
    transition: opacity 180ms ease, transform 220ms ease, visibility 180ms ease;
    backdrop-filter: blur(18px);
  }

  .site-header.is-menu-open .header-actions {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: none;
  }

  .site-nav {
    display: grid;
    width: 100%;
    gap: 6px;
  }

  .site-nav a {
    min-width: 0;
    padding: 12px 14px;
    border: 2px solid rgba(16, 16, 15, 0.12);
    background: var(--paper);
    box-shadow: 2px 2px 0 rgba(16, 16, 15, 0.2);
  }

  .social-x {
    width: 100%;
    height: 44px;
    border-radius: 999px;
  }

  .hero {
    min-height: auto;
    gap: 18px;
    padding-top: 92px;
  }

  .hero-stage {
    order: -1;
    width: min(100%, 390px);
    margin-inline: auto;
  }

  .hero-copy {
    order: 1;
  }

  .scroll-cue {
    position: relative;
    bottom: auto;
    left: auto;
    z-index: 4;
    order: 2;
    margin: 2px auto 18px;
    transform: none;
  }

  .scroll-cue:hover,
  .scroll-cue:focus-visible {
    transform: translateY(-3px);
  }

  h1 {
    font-size: clamp(4.2rem, 24vw, 7.5rem);
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .hero-ca-card {
    width: 100%;
    justify-content: center;
  }

  .about-video {
    padding-top: 64px;
  }

  .about-video-layout {
    gap: 28px;
  }

  .about-tv {
    width: min(100%, 520px);
    padding-top: 24px;
  }

  .about-tv-antenna {
    width: min(58%, 220px);
    height: 56px;
  }

  .about-tv-antenna span {
    height: 68px;
  }

  .about-tv-shell {
    padding: 12px;
    border-radius: 22px 22px 16px 16px;
    box-shadow:
      7px 7px 0 var(--ink),
      -3px -3px 0 var(--yellow);
    transform: none;
  }

  .about-tv-screen {
    border-radius: 14px;
  }

  .about-video-toggle {
    right: 12px;
    bottom: 12px;
    min-height: 40px;
    padding: 8px 12px 8px 9px;
  }

  .about-tv-panel {
    grid-template-columns: 1fr auto;
  }

  .about-tv-panel i {
    display: none;
  }

  .tv-shell {
    filter: drop-shadow(6px 7px 0 var(--red));
  }

  .tv-osd {
    right: 7px;
    bottom: 7px;
    gap: 5px;
  }

  .tv-osd span {
    max-width: 98px;
    min-height: 24px;
    padding: 5px 6px;
    border-width: 1px;
  }

  .feature-copy {
    box-shadow: 5px 5px 0 var(--green);
  }

  .tv-remote {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tv-remote button {
    min-width: 0;
    padding-inline: 8px;
  }

  .mood-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-height: 430px;
  }

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

  .community-card {
    min-height: 230px;
  }

  .splash-screen {
    padding: 12px;
  }

  .splash-shell {
    gap: 14px;
    padding: 16px;
    box-shadow:
      7px 7px 0 var(--green),
      -4px -4px 0 var(--red);
  }

  .splash-visual {
    min-height: 280px;
  }

  .splash-pumpe {
    width: min(56vw, 230px);
  }

  .splash-blast {
    width: min(74vw, 300px);
  }

  .splash-sticker {
    width: clamp(62px, 18vw, 90px);
  }

  .splash-title {
    font-size: clamp(2.25rem, 14vw, 4rem);
  }

  .splash-skip {
    width: 100%;
    justify-content: center;
  }

  .pumpe-guide::before {
    top: 3%;
    right: -0.26em;
  }

  .meet-card {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 22px;
    box-shadow: 7px 7px 0 var(--ink);
  }

  .meet-card::after {
    inset: 9px;
  }

  .meet-copy {
    padding-right: 0;
  }

  .guide-kicker {
    font-size: clamp(2.1rem, 14vw, 4rem);
  }

  .meet-visual img {
    width: min(78vw, 320px);
  }

  .smoke-stack {
    right: 6%;
    height: 180px;
  }

  .floating-chip {
    right: 0;
    bottom: 3%;
  }

  .flow-step {
    min-height: 310px;
  }

  .step-icon {
    width: min(100%, 128px);
  }

  .main-character {
    width: min(82vw, 390px);
    box-shadow: 8px 8px 0 var(--ink);
  }

  .orbit-item {
    width: clamp(48px, 15vw, 74px);
  }

  .mood-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .poster-wall {
    grid-template-columns: repeat(5, minmax(105px, 1fr));
    min-width: 620px;
  }

  .footer-nav,
  .footer-actions {
    width: 100%;
  }

  .footer-nav a,
  .footer-actions a,
  .footer-ca {
    flex: 1 1 auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

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

  .hero-letter.is-peeking .letter-tunnel img {
    animation: none;
  }
}
