:root {
  --green: #64ff25;
  --green-2: #18b94f;
  --cream: #fffbe7;
  --dirty: #eaf3cc;
  --black: #050705;
  --red: #ff2a23;
  --teal: #053737;
  --line: 4px solid var(--black);
  --shadow: 8px 8px 0 var(--black);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 10% 10%, rgba(100, 255, 37, 0.25), transparent 22rem),
    repeating-linear-gradient(90deg, rgba(5, 7, 5, 0.04) 0 1px, transparent 1px 72px),
    var(--cream);
  color: var(--black);
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-weight: 700;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(5, 7, 5, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(5, 7, 5, 0.06) 1px, transparent 1px);
  background-size: 34px 34px;
  z-index: 20;
  mix-blend-mode: multiply;
}

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

a,
button {
  font: inherit;
}

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

.site-header {
  position: fixed;
  inset: 12px 18px auto;
  width: auto;
  max-width: calc(100vw - 36px);
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(150px, auto) minmax(260px, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 10px 14px;
  border: var(--line);
  background: rgba(255, 251, 231, 0.92);
  box-shadow: 6px 6px 0 var(--black);
  backdrop-filter: blur(10px);
  transform-origin: top;
  transition: transform 180ms ease, padding 180ms ease;
}

.header-actions {
  flex-shrink: 0;
}

.mobile-cta-dock {
  display: none;
}

.site-header.shrunk {
  transform: scale(0.985) translateY(-4px);
  padding-block: 6px;
}

.brand,
.nav-links,
.header-actions,
.cta-row,
.final-buttons {
  display: flex;
  align-items: center;
}

.brand {
  gap: 8px;
  font-family: "Baloo 2", cursive;
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  font-weight: 800;
}

.brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  animation: bob 2s ease-in-out infinite;
}

.nav-links {
  justify-content: center;
  gap: clamp(10px, 2vw, 28px);
  text-transform: uppercase;
  font-size: 0.82rem;
}

.nav-links a {
  padding: 6px 2px;
}

.nav-links a:hover,
.brand:hover {
  color: var(--green-2);
}

.header-actions,
.cta-row {
  gap: 10px;
  flex-wrap: wrap;
}

.btn,
.yes-button,
.no-button {
  border: var(--line);
  color: var(--black);
  cursor: pointer;
  text-transform: uppercase;
  transform: rotate(-1deg);
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
  white-space: nowrap;
}

.btn:hover,
.yes-button:hover {
  transform: translateY(-3px) rotate(1deg) scale(1.04);
  filter: saturate(1.2);
}

.btn:active,
.yes-button:active {
  transform: translateY(4px) rotate(0) scale(0.98);
  box-shadow: 2px 2px 0 var(--black);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  box-shadow: 4px 4px 0 var(--black);
  font-size: clamp(0.8rem, 1.3vw, 0.95rem);
}

.btn-join {
  background: var(--green);
}

.btn-buy,
.yes-button {
  background: var(--red);
  color: #fff;
  text-shadow: 2px 2px 0 var(--black);
}

.btn-buy {
  border-radius: 16px;
  box-shadow: inset 0 -8px 0 rgba(0, 0, 0, 0.18), 5px 5px 0 var(--black);
}

.sticker {
  border-radius: 10px 28px 12px 22px;
  transform: rotate(-4deg);
}

.sticker.green {
  background: var(--green);
}

.massive {
  padding-inline: 1.35rem;
  min-height: 54px;
}

.terminal-btn {
  background: #021c1c;
  color: var(--green);
  border-color: var(--green);
  box-shadow: 0 0 18px rgba(100, 255, 37, 0.5);
}

.terminal-btn.red {
  color: #fff;
  border-color: var(--red);
  background: #350707;
}

.section {
  position: relative;
  width: 100%;
  max-width: 100vw;
  min-height: 100svh;
  padding: clamp(92px, 10vw, 142px) clamp(18px, 5vw, 76px);
  overflow: hidden;
  isolation: isolate;
  scroll-margin-top: 120px;
}

.everything,
.meet,
.no-thesis,
.conviction,
.no-option,
.blob-mode,
.daily {
  min-height: auto;
  padding-block: clamp(72px, 7vw, 112px);
}

.section h1,
.section h2 {
  margin: 0;
  font-family: "Baloo 2", cursive;
  font-weight: 800;
  line-height: 0.88;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section h1 {
  max-width: 780px;
  font-size: clamp(4.25rem, 12vw, 10.8rem);
  text-shadow: 5px 5px 0 var(--black), 0 0 30px rgba(100, 255, 37, 0.8);
  color: var(--green);
  -webkit-text-stroke: 3px var(--black);
}

.section h2 {
  font-size: clamp(3rem, 8vw, 7rem);
}

.section h3 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 4.5rem);
}

.kicker {
  display: inline-flex;
  margin: 0 0 14px;
  padding: 6px 12px;
  background: var(--black);
  color: var(--green);
  border: 3px solid var(--green);
  transform: rotate(-2deg);
  text-transform: uppercase;
  box-shadow: 4px 4px 0 var(--green);
}

.copy-block {
  position: relative;
  z-index: 2;
  max-width: 650px;
  min-width: 0;
}

.copy-block p,
.hero-sub,
.micro-lines,
.final-copy p {
  font-size: clamp(1.05rem, 2.2vw, 1.5rem);
  line-height: 1.16;
}

.hero {
  display: flex;
  align-items: end;
  min-height: 102svh;
  color: #fff;
  background: #041414;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -3;
  filter: saturate(1.1) contrast(1.04);
}

.hero::after,
.dark::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.35) 45%, rgba(0, 0, 0, 0.08));
}

.hero-copy {
  z-index: 2;
  padding-bottom: 6vh;
}

.market-noise {
  position: absolute;
  inset: 18% 4% auto auto;
  display: grid;
  gap: 12px;
  z-index: 1;
}

.market-noise span,
.float-card,
.question-card,
.paper {
  border: var(--line);
  background: var(--cream);
  color: var(--black);
  box-shadow: var(--shadow);
}

.market-noise span {
  padding: 12px 18px;
  color: var(--green);
  background: #022e25;
  border-color: var(--green);
  animation: blink 1.7s steps(2) infinite;
}

.float-card,
.question-card {
  position: absolute;
  z-index: 1;
  padding: 14px;
  font-size: clamp(0.9rem, 1.5vw, 1.2rem);
  animation: drift 4s ease-in-out infinite;
}

.c1 { top: 24%; left: 51%; transform: rotate(5deg); }
.c2 { top: 42%; right: 10%; transform: rotate(-4deg); animation-delay: -1s; }
.c3 { bottom: 18%; right: 22%; transform: rotate(3deg); animation-delay: -2s; }

.hero-yes {
  position: absolute;
  right: clamp(22px, 8vw, 120px);
  bottom: clamp(74px, 12vw, 150px);
}

.hero-no {
  position: absolute;
  right: clamp(34px, 24vw, 360px);
  bottom: clamp(22px, 7vw, 90px);
}

.yes-button,
.no-button {
  min-width: 108px;
  min-height: 72px;
  padding: 0.7rem 1.4rem;
  border-radius: 50%;
  box-shadow: inset 0 -12px 0 rgba(0, 0, 0, 0.2), 7px 7px 0 var(--black);
  font-family: "Baloo 2", cursive;
  font-size: clamp(1.6rem, 4vw, 4rem);
}

.yes-button:hover {
  animation: tremble 0.14s linear infinite;
}

.no-button {
  background: #121212;
  color: #fff;
  text-shadow: 2px 2px 0 var(--red);
}

.divider {
  position: relative;
  z-index: 4;
  margin: -2px 0;
  border-block: var(--line);
  overflow: hidden;
  background: var(--black);
  contain: paint;
  min-height: clamp(64px, 6vw, 96px);
}

.track {
  display: flex;
  align-items: center;
  gap: 0;
  width: max-content;
  min-width: 200vw;
  padding: 0;
  color: var(--green);
  font-family: "Baloo 2", cursive;
  font-size: clamp(1.7rem, 3.5vw, 4.2rem);
  white-space: nowrap;
  will-change: transform;
  animation: tickerSlide 9s linear infinite;
  animation-play-state: running;
}

.track span {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 100vw;
  padding: 12px 36px;
}

.track.reverse {
  animation-direction: reverse;
}

.track img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  display: inline-block;
  animation: bob 1s ease-in-out infinite;
}

.probability-tape {
  background: var(--green);
}

.probability-tape .track {
  color: var(--black);
  animation-duration: 6s;
}

.everything {
  display: grid;
  grid-template-columns: minmax(440px, 0.95fr) minmax(460px, 0.8fr);
  gap: clamp(46px, 5vw, 82px);
  align-items: center;
  background:
    radial-gradient(circle at 80% 10%, rgba(255, 42, 35, 0.24), transparent 20rem),
    linear-gradient(135deg, #f7ffe5, #d7ffd6);
}

.everything .copy-block {
  max-width: min(620px, 100%);
  padding: clamp(20px, 2.5vw, 32px);
  border: var(--line);
  background: rgba(255, 251, 231, 0.82);
  box-shadow: var(--shadow);
  transform: rotate(1deg);
  z-index: 8;
}

.everything h2 {
  font-size: clamp(2.7rem, 3.75vw, 4.9rem);
  line-height: 0.94;
  overflow-wrap: anywhere;
}

.section-bg-text {
  position: absolute;
  inset: auto auto 5% -2%;
  z-index: 0;
  color: rgba(5, 7, 5, 0.06);
  font-family: "Baloo 2", cursive;
  font-size: 17vw;
  line-height: 0.8;
  pointer-events: none;
}

.image-stack img,
.wide-scene,
.anchor-img,
.banner-img {
  position: relative;
  z-index: 1;
  border: var(--line);
  box-shadow: var(--shadow);
  object-fit: cover;
}

.image-stack {
  position: relative;
  z-index: 4;
  min-width: 0;
}

.image-stack img {
  width: 100%;
  min-height: 420px;
  border-radius: 20px 8px 28px 12px;
  transform: rotate(-1.5deg);
}

.tilted {
  transform: rotate(1.3deg);
}

.question-card {
  width: clamp(150px, 16vw, 220px);
  border-radius: 12px;
  z-index: 5;
  line-height: 1.05;
}

.question-card b {
  display: block;
  margin-top: 8px;
  color: var(--green-2);
  font-size: 2rem;
}

.q1 { top: -9%; right: -2%; left: auto; }
.q2 { bottom: -9%; left: 7%; animation-delay: -1.5s; }
.q3 { top: 18%; left: -4%; animation-delay: -2.4s; }

.meet {
  display: grid;
  grid-template-columns: minmax(220px, 0.62fr) minmax(380px, 0.88fr) minmax(220px, 0.5fr);
  gap: clamp(18px, 3vw, 42px);
  align-items: center;
  background:
    radial-gradient(circle at 15% 58%, rgba(100, 255, 37, 0.5), transparent 19rem),
    linear-gradient(160deg, #fffbe7 0 48%, #071f1e 48% 100%);
}

.meet .terminal {
  max-width: min(660px, 100%);
}

.meet h2 {
  font-size: clamp(2.25rem, 3.15vw, 4.25rem);
  line-height: 0.96;
  overflow-wrap: anywhere;
}

.mascot {
  width: min(46vw, 560px);
  justify-self: center;
  z-index: 2;
  filter: drop-shadow(10px 12px 0 rgba(0, 0, 0, 0.28));
}

.wobble {
  animation: wobble 2.8s ease-in-out infinite;
}

.terminal {
  padding: clamp(18px, 4vw, 32px);
  background: #041616;
  color: #eaffd6;
  border: 4px solid var(--green);
  box-shadow: 0 0 28px rgba(100, 255, 37, 0.3), var(--shadow);
}

.trait-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0;
}

.trait-cloud span {
  padding: 8px 10px;
  border: 3px solid var(--black);
  background: var(--green);
  color: var(--black);
  border-radius: 999px;
  transform: rotate(var(--r, -2deg));
}

.trait-cloud span:nth-child(even) {
  --r: 2deg;
  background: var(--red);
  color: #fff;
}

.sheet-card {
  border: var(--line);
  box-shadow: var(--shadow);
  transform: rotate(3deg);
  max-height: 70vh;
  object-fit: cover;
}

.blob-orbit {
  position: absolute;
  width: 52vw;
  aspect-ratio: 1;
  border: 4px dashed rgba(5, 7, 5, 0.25);
  border-radius: 50%;
  left: -14vw;
  top: 20%;
  animation: spin 20s linear infinite;
}

.slime-divider {
  position: relative;
  height: 86px;
  margin-top: -1px;
  background: var(--green);
  border-block: var(--line);
  overflow: hidden;
}

.slime-divider span {
  position: absolute;
  top: -6px;
  width: 18vw;
  min-width: 120px;
  height: 72px;
  background: var(--green);
  border: var(--line);
  border-top: 0;
  border-radius: 0 0 50% 50%;
  animation: drip 2.8s ease-in-out infinite;
}

.slime-divider span:nth-child(1) { left: 3%; }
.slime-divider span:nth-child(2) { left: 29%; animation-delay: -0.8s; }
.slime-divider span:nth-child(3) { left: 55%; animation-delay: -1.5s; }
.slime-divider span:nth-child(4) { right: 1%; animation-delay: -2.1s; }

.slime-divider b {
  position: absolute;
  top: 18px;
  left: calc(20% * var(--i, 1));
  padding: 8px 16px;
  border: 3px solid var(--black);
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  animation: floatYes 5s linear infinite;
}

.slime-divider b:nth-of-type(2) { --i: 3; animation-delay: -1.4s; }
.slime-divider b:nth-of-type(3) { --i: 5; animation-delay: -3s; }

.no-thesis {
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(340px, 0.82fr);
  gap: clamp(18px, 4vw, 48px);
  align-items: center;
  background: #f4ead4;
}

.no-thesis h2 {
  font-size: clamp(3rem, 4.9vw, 6rem);
  line-height: 0.94;
}

.anchor-img {
  width: 100%;
  transform: rotate(-1deg);
}

.stamp {
  padding: 22px;
  background: rgba(255, 251, 231, 0.86);
  border: var(--line);
  box-shadow: var(--shadow);
}

.paper {
  position: absolute;
  z-index: 2;
  padding: 12px 14px;
  width: 160px;
  background: #fffdf2;
  animation: paperFall 5s ease-in-out infinite;
}

.paper b {
  color: var(--red);
}

.p1 { top: 18%; left: 8%; transform: rotate(-7deg); }
.p2 { right: 10%; top: 20%; transform: rotate(6deg); animation-delay: -1.5s; }
.p3 { left: 47%; bottom: 10%; transform: rotate(3deg); animation-delay: -3s; }

.research-tape {
  background: #f8f0c8;
}

.research-tape .track {
  color: var(--red);
  animation-duration: 7s;
}

.conviction {
  display: grid;
  grid-template-columns: minmax(350px, 0.84fr) minmax(360px, 0.96fr);
  align-items: center;
  gap: clamp(18px, 4vw, 46px);
  background:
    repeating-linear-gradient(-8deg, rgba(100, 255, 37, 0.18) 0 18px, transparent 18px 44px),
    var(--cream);
}

.conviction h2 {
  font-size: clamp(3rem, 4.9vw, 6rem);
  line-height: 0.94;
}

.countdown {
  position: absolute;
  top: 102px;
  left: clamp(18px, 7vw, 90px);
  z-index: 3;
  padding: 12px 18px;
  border: var(--line);
  background: #151515;
  color: #ff4842;
  box-shadow: var(--shadow);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: clamp(2rem, 7vw, 6rem);
  text-shadow: 0 0 18px rgba(255, 42, 35, 0.8);
}

.wide-scene,
.banner-img {
  width: 100%;
  border-radius: 12px;
}

.loud {
  padding: 20px;
  background: var(--green);
  border: var(--line);
  box-shadow: var(--shadow);
  transform: rotate(1deg);
}

.candles {
  display: flex;
  align-items: end;
  gap: clamp(12px, 4vw, 50px);
  height: 94px;
  padding-inline: 4vw;
  border-block: var(--line);
  background: #04201d;
  overflow: hidden;
}

.candles span {
  width: 28px;
  height: var(--h, 58px);
  background: var(--green);
  border: 3px solid #b8ff9f;
  position: relative;
  animation: candle 1.2s ease-in-out infinite alternate;
}

.candles span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -20px;
  bottom: -20px;
  width: 3px;
  background: #b8ff9f;
  transform: translateX(-50%);
}

.candles span:nth-child(2n) {
  --h: 36px;
  background: var(--red);
  border-color: #ffaaa6;
  animation-delay: -0.4s;
}

.candles span:nth-child(3n) {
  --h: 76px;
}

.candles b {
  align-self: center;
  color: #fff;
  background: var(--red);
  border: 3px solid var(--black);
  padding: 8px 14px;
  border-radius: 50%;
  animation: bob 1s ease-in-out infinite;
}

.macro {
  display: flex;
  align-items: center;
  color: #fff;
  background: #020b13;
}

.macro .copy-block {
  max-width: min(760px, 68vw);
}

.macro h2 {
  font-size: clamp(3rem, 6vw, 7rem);
}

.macro-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -3;
}

.terminal-labels {
  position: absolute;
  inset: 16% 4% auto auto;
  display: grid;
  gap: 12px;
  z-index: 1;
}

.terminal-labels span {
  padding: 10px 14px;
  border: 2px solid #5defff;
  background: rgba(0, 13, 28, 0.72);
  color: #5defff;
  animation: blink 1.2s steps(2) infinite;
}

.terminal-labels span:nth-child(odd) {
  color: var(--red);
  border-color: var(--red);
}

.emergency {
  background: rgba(3, 12, 18, 0.78);
  border: 4px solid #5defff;
  padding: clamp(20px, 4vw, 34px);
  box-shadow: 0 0 30px rgba(93, 239, 255, 0.35);
}

.news-ticker {
  background: var(--red);
}

.news-ticker .track {
  color: #fff;
  animation-duration: 6.5s;
}

.daily {
  min-height: auto;
  background:
    radial-gradient(circle at 75% 28%, rgba(255, 42, 35, 0.22), transparent 18rem),
    linear-gradient(180deg, #ebffe0, #fffbe7);
}

.daily h2 {
  font-size: clamp(3rem, 5.4vw, 6.4rem);
  line-height: 0.94;
}

.center {
  margin-inline: auto;
  text-align: center;
}

.center .cta-row {
  justify-content: center;
}

.question-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 22px);
  margin-top: clamp(22px, 4vw, 46px);
}

.question-grid button {
  position: relative;
  min-height: 178px;
  padding: 18px;
  border: var(--line);
  background: #fffdf2;
  box-shadow: var(--shadow);
  cursor: pointer;
  text-align: left;
  overflow: hidden;
  transform: rotate(var(--rot, -1deg));
  transition: transform 220ms ease, background 220ms ease;
  font-size: clamp(0.92rem, 1.55vw, 1.25rem);
  line-height: 1;
  overflow-wrap: anywhere;
}

.question-grid button:nth-child(even) {
  --rot: 1deg;
}

.question-grid button:hover,
.question-grid button.flipped {
  transform: rotate(0) translateY(-6px) scale(1.02);
  background: var(--green);
}

.question-grid span {
  position: absolute;
  inset: auto 12px 10px auto;
  opacity: 0;
  font-family: "Baloo 2", cursive;
  font-size: 3rem;
  color: var(--red);
  -webkit-text-stroke: 2px var(--black);
  transition: opacity 160ms ease;
}

.question-grid button.flipped span {
  opacity: 1;
}

.question-grid img {
  position: absolute;
  right: -24px;
  bottom: -36px;
  width: 122px;
  transform: rotate(-8deg) translateY(46px);
  transition: transform 260ms ease;
}

.question-grid button.flipped img {
  transform: rotate(4deg) translateY(0);
}

.relationship-strip {
  width: min(980px, 100%);
  height: clamp(180px, 30vw, 320px);
  margin: clamp(24px, 5vw, 52px) auto 0;
  border: var(--line);
  box-shadow: var(--shadow);
  object-fit: cover;
  object-position: center 64%;
  transform: rotate(-1deg);
}

.press-tape {
  background: var(--cream);
}

.press-tape .track {
  color: var(--black);
  text-shadow: 3px 3px 0 var(--green);
  animation-duration: 5.5s;
}

.no-option {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(340px, 0.82fr);
  align-items: center;
  gap: clamp(18px, 4vw, 48px);
  background: #fff;
}

.no-option h2 {
  font-size: clamp(3rem, 5vw, 6rem);
  line-height: 0.94;
}

.punch {
  z-index: 3;
}

.button-arena {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 180px;
  padding: 18px;
  border: var(--line);
  background: var(--dirty);
  box-shadow: var(--shadow);
}

.crush-tape {
  background: #111;
}

.crush-tape .track {
  color: #fff;
  animation-duration: 6s;
}

.blob-mode {
  display: grid;
  gap: clamp(22px, 4vw, 42px);
  align-content: center;
  background:
    radial-gradient(circle at 50% 100%, rgba(100, 255, 37, 0.34), transparent 25rem),
    #062525;
  color: #fff;
}

.blob-mode h2 {
  font-size: clamp(3rem, 5vw, 6rem);
  line-height: 0.94;
}

.banner-img {
  max-height: 48vh;
  object-fit: cover;
}

.feature-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(12px, 3vw, 28px);
}

.feature-row article {
  position: relative;
  min-height: 220px;
  padding: 22px;
  border: 4px solid var(--green);
  background: #fffbe7;
  color: var(--black);
  box-shadow: 8px 8px 0 var(--green);
  overflow: hidden;
}

.feature-row img {
  position: absolute;
  width: 130px;
  right: -20px;
  bottom: -24px;
  animation: wobble 2.4s ease-in-out infinite;
}

.feature-row h3 {
  font-family: "Baloo 2", cursive;
  font-size: clamp(1.85rem, 3.4vw, 3.5rem);
  line-height: 0.9;
  overflow-wrap: anywhere;
}

.final {
  display: grid;
  place-items: center;
  min-height: 106svh;
  text-align: center;
  background:
    radial-gradient(circle at center, rgba(100, 255, 37, 0.95), rgba(24, 185, 79, 0.7) 28%, #05120f 72%);
  color: #fff;
}

.final-copy {
  position: relative;
  z-index: 3;
  max-width: 980px;
}

.final h2 {
  font-size: clamp(4rem, 11vw, 10rem);
  text-shadow: 6px 6px 0 var(--black);
  -webkit-text-stroke: 3px var(--black);
}

.final-buttons {
  justify-content: center;
  gap: clamp(18px, 4vw, 40px);
  margin: 24px 0;
}

.mega {
  min-width: min(420px, 54vw);
  min-height: 150px;
  font-size: clamp(4rem, 12vw, 10rem);
}

.float-blob {
  position: absolute;
  z-index: 1;
  opacity: 0.72;
  filter: drop-shadow(8px 10px 0 rgba(0, 0, 0, 0.3));
  animation: floatAround 9s ease-in-out infinite;
}

.fb1 { width: 28vw; left: 3%; bottom: 5%; }
.fb2 { width: 24vw; right: 3%; top: 13%; animation-delay: -2s; }
.fb3 { width: 16vw; left: 15%; top: 14%; animation-delay: -5s; }

.footer {
  display: grid;
  grid-template-columns: minmax(180px, 360px) 1fr minmax(90px, 150px);
  gap: clamp(18px, 4vw, 48px);
  align-items: center;
  padding: clamp(24px, 5vw, 64px);
  border-top: var(--line);
  background: var(--black);
  color: var(--green);
}

.footer h2 {
  margin: 0 0 12px;
  font-family: "Baloo 2", cursive;
  font-size: clamp(2.5rem, 7vw, 7rem);
  line-height: 0.85;
}

.footer nav {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  color: #fff;
}

.tiny-dance {
  animation: wobble 1.6s ease-in-out infinite;
}

.cursor-blob {
  position: fixed;
  z-index: 50;
  width: 42px;
  height: 42px;
  pointer-events: none;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 150ms ease;
}

.cursor-blob img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.screen-flash {
  position: fixed;
  inset: 0;
  z-index: 45;
  pointer-events: none;
  background: rgba(100, 255, 37, 0.68);
  opacity: 0;
}

.screen-flash.active {
  animation: flash 450ms ease-out;
}

.yes-pop,
.confetti {
  position: fixed;
  z-index: 60;
  pointer-events: none;
  font-family: "Baloo 2", cursive;
  font-weight: 800;
}

.yes-pop {
  color: var(--green);
  -webkit-text-stroke: 2px var(--black);
  font-size: 52px;
  animation: popAway 760ms ease-out forwards;
}

.confetti {
  width: 12px;
  height: 18px;
  background: var(--green);
  animation: confetti 900ms ease-out forwards;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-33.333%); }
}

@keyframes tickerSlide {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

@keyframes bob {
  50% { transform: translateY(-8px) rotate(3deg); }
}

@keyframes drift {
  50% { translate: 0 -16px; rotate: 2deg; }
}

@keyframes blink {
  50% { opacity: 0.45; }
}

@keyframes tremble {
  25% { translate: -2px 1px; }
  50% { translate: 2px -1px; }
  75% { translate: -1px -2px; }
}

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

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

@keyframes drip {
  50% { height: 112px; transform: translateY(9px) scaleX(1.08); }
}

@keyframes floatYes {
  from { transform: translateX(-20vw) rotate(-20deg); }
  to { transform: translateX(110vw) rotate(30deg); }
}

@keyframes paperFall {
  50% { transform: translateY(28px) rotate(-2deg); }
}

@keyframes candle {
  50% { height: calc(var(--h, 58px) + 22px); }
}

@keyframes floatAround {
  50% { transform: translate(2vw, -3vh) rotate(8deg); }
}

@keyframes flash {
  0% { opacity: 0; }
  18% { opacity: 1; }
  100% { opacity: 0; }
}

@keyframes popAway {
  to { transform: translateY(-90px) scale(1.35) rotate(8deg); opacity: 0; }
}

@keyframes confetti {
  to { transform: translate(var(--x), var(--y)) rotate(520deg); opacity: 0; }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

.everything,
.meet,
.no-thesis,
.conviction,
.no-option {
  min-height: auto;
  padding-block: clamp(72px, 7vw, 112px);
}

.blob-mode,
.daily {
  min-height: auto;
  padding-block: clamp(72px, 7vw, 112px);
}

.everything,
.meet,
.no-thesis,
.conviction,
.no-option {
  grid-template-columns: 1fr;
}

  .meet {
    background: linear-gradient(180deg, #fffbe7 0 48%, #071f1e 48% 100%);
  }

  .mascot,
  .sheet-card {
    width: min(78vw, 500px);
    justify-self: center;
  }

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

  .market-noise,
  .terminal-labels {
    opacity: 0.78;
    right: 2%;
  }

  .q1,
  .q2,
  .q3,
  .paper {
    position: relative;
    inset: auto;
    display: inline-block;
    margin: 8px;
  }

  .hero {
    align-items: center;
  }

  .hero-bg {
    object-position: 65% center;
  }

  .hero-yes {
    right: 22px;
    bottom: 86px;
  }

  .hero-no {
    right: 34px;
    bottom: 20px;
  }
}

@media (max-width: 640px) {
  .site-header {
    inset: 8px 8px auto;
    display: flex;
    justify-content: space-between;
    gap: 8px;
    padding: 8px;
  }

  .brand span {
    display: none;
  }

  .brand img {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
  }

  .header-actions {
    display: none;
  }

  .btn {
    min-height: 34px;
    padding: 0.42rem 0.42rem;
    border-width: 3px;
    box-shadow: 3px 3px 0 var(--black);
    font-size: 0.54rem;
  }

  .mobile-cta-dock {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 35;
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 8px;
    border: 3px solid var(--black);
    background: rgba(255, 251, 231, 0.9);
    box-shadow: 4px 4px 0 var(--black);
    backdrop-filter: blur(10px);
  }

  .section {
    min-height: auto;
    padding: 92px 14px 56px;
  }

  .hero {
    min-height: 100svh;
    padding-bottom: 120px;
  }

  .section h1 {
    font-size: clamp(3.6rem, 20vw, 5.4rem);
    -webkit-text-stroke-width: 2px;
  }

  .section h2 {
    font-size: clamp(2.7rem, 15vw, 4.5rem);
  }

  .copy-block p,
  .hero-sub,
  .micro-lines {
    font-size: 1rem;
  }

  .float-card,
  .market-noise {
    display: none;
  }

  .question-grid,
  .feature-row {
    grid-template-columns: 1fr;
  }

  .question-grid button {
    min-height: 132px;
  }

  .countdown {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 12px;
    width: max-content;
    max-width: 100%;
    font-size: clamp(2rem, 14vw, 3.4rem);
  }

  .button-arena {
    min-height: 146px;
  }

  .yes-button,
  .no-button {
    min-width: 88px;
    min-height: 58px;
  }

  .mega {
    min-width: 62vw;
    min-height: 108px;
  }

  .fb1 { width: 42vw; left: -12%; bottom: 8%; }
  .fb2 { width: 38vw; right: -13%; top: 16%; }
  .fb3 { width: 28vw; left: 2%; top: 12%; }

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

  .footer > img:first-child {
    max-height: 190px;
    object-fit: cover;
    object-position: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .track {
    animation: tickerSlide 7s linear infinite !important;
  }

  .track.reverse {
    animation-direction: reverse !important;
  }
}
