:root {
  --black: #0b0b0b;
  --black-2: #161616;
  --green: #80ff00;
  --green-2: #42e800;
  --orange: #ff5a18;
  --cream: #f5f0e5;
  --white: #fffef8;
  --ink: #111;
  --line: rgba(17,17,17,.22);
  --shadow: 8px 8px 0 #111;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Arial, Helvetica, sans-serif; line-height: 1.42; overflow-x: hidden; }
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; left: -999px; top: 10px; z-index: 999; padding: 12px 18px; background: white; color: black; font-weight: 900; }
.skip-link:focus { left: 10px; }
.noise { position: relative; isolation: isolate; }
.noise::after { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .08; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }

.site-header { min-height: 76px; padding: 10px clamp(16px, 4vw, 64px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; background: var(--black); color: white; border-bottom: 4px solid var(--green); position: sticky; top: 0; z-index: 100; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 950; text-decoration: none; font-size: .8rem; letter-spacing: .04em; line-height: .9; }
.brand-burst, .footer-logo span { width: 38px; height: 38px; display: grid; place-items: center; color: black; background: var(--green); border-radius: 50%; font-size: 1.7rem; transform: rotate(-8deg); box-shadow: 3px 3px 0 var(--orange); }
nav { display: flex; gap: clamp(14px, 3vw, 38px); }
nav a, .mini-shine { color: white; font-size: .75rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.mini-shine { justify-self: end; padding: 10px 14px; color: black; background: var(--orange); text-decoration: none; box-shadow: 4px 4px 0 var(--green); }

.hero { min-height: calc(100svh - 76px); padding: clamp(54px, 8vw, 118px) clamp(18px, 5.6vw, 88px); display: grid; grid-template-columns: minmax(0, 1.28fr) minmax(320px, .72fr); align-items: center; gap: clamp(36px, 6vw, 96px); background: var(--black); color: white; overflow: hidden; }
.hero-orbit { position: absolute; border: 2px solid rgba(128,255,0,.22); border-radius: 50%; z-index: -1; }
.orbit-one { width: 48vw; aspect-ratio: 1; left: -18vw; top: -25vw; box-shadow: 0 0 100px rgba(128,255,0,.12); }
.orbit-two { width: 35vw; aspect-ratio: 1; right: -8vw; bottom: -20vw; border-color: rgba(255,90,24,.3); }
.kicker, .section-tag { font-size: .74rem; font-weight: 950; letter-spacing: .15em; text-transform: uppercase; }
.kicker { display: flex; align-items: center; gap: 10px; }
.kicker span { padding: 6px 9px; color: black; background: var(--orange); transform: rotate(-2deg); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 28px 0; font-size: clamp(4.5rem, 10.3vw, 10.8rem); line-height: .77; letter-spacing: -.075em; font-weight: 950; text-transform: uppercase; }
h1 > span { -webkit-text-stroke: 2px var(--green); color: transparent; text-shadow: 5px 5px 0 rgba(128,255,0,.15); }
h1 em { color: var(--orange); font-style: normal; text-shadow: 5px 5px 0 var(--green); }
.hero-lede { max-width: 760px; font-size: clamp(1.05rem, 1.6vw, 1.35rem); color: rgba(255,255,255,.78); }
.hero-cta-wrap { margin-top: clamp(35px, 5vw, 65px); }
.scribble { color: var(--green); font-family: "Comic Sans MS", cursive; font-weight: 900; letter-spacing: .05em; transform: rotate(-1deg); }
.mega-cta { min-height: 112px; width: 100%; padding: 24px clamp(22px, 3.5vw, 44px); display: grid; grid-template-columns: 1fr auto; align-items: center; color: black; background: var(--green); border: 4px solid white; text-decoration: none; box-shadow: 9px 9px 0 var(--orange); transition: .18s ease; }
.mega-cta span { font-size: clamp(1.45rem, 3vw, 3rem); font-weight: 950; line-height: .95; }
.mega-cta small { grid-column: 1; margin-top: 8px; font-weight: 900; letter-spacing: .08em; }
.mega-cta b { grid-column: 2; grid-row: 1 / 3; font-size: clamp(2rem, 4vw, 4rem); }
.mega-cta:hover, .mega-cta:focus-visible { transform: translate(-4px,-4px); box-shadow: 14px 14px 0 var(--orange); outline: 3px solid var(--green); outline-offset: 4px; }
.cta-note { margin: 18px 0 0; font-size: .82rem; color: rgba(255,255,255,.65); }
.party-card { padding: clamp(24px, 3vw, 42px); min-height: 600px; display: flex; flex-direction: column; justify-content: space-between; color: black; background: var(--orange); border: 4px solid white; box-shadow: 12px 12px 0 var(--green); transform: rotate(1.3deg); }
.party-lights { display: flex; justify-content: space-between; }
.party-lights i { width: 16px; aspect-ratio: 1; border-radius: 50%; background: var(--green); box-shadow: 0 0 17px var(--green); animation: blink 1.6s infinite alternate; }
.party-lights i:nth-child(even) { background: white; box-shadow: 0 0 17px white; animation-delay: .5s; }
@keyframes blink { to { opacity: .28; transform: scale(.75); } }
.tape { align-self: flex-start; margin: 24px 0 10px; padding: 8px 12px; background: white; font-weight: 950; transform: rotate(-3deg); box-shadow: 4px 4px 0 black; }
.party-card ol { padding: 0; margin: 0; list-style: none; }
.party-card li { padding: 25px 0; display: grid; grid-template-columns: 62px 1fr; gap: 16px; border-top: 3px solid black; }
.party-card li > span { font-size: 1.55rem; font-weight: 950; }
.party-card strong { font-size: clamp(1.2rem, 2vw, 1.65rem); }
.party-card p { margin: 6px 0 0; }
.pulse-label { padding: 15px; background: black; color: var(--green); text-align: center; font-weight: 950; letter-spacing: .08em; }
.marquee { overflow: hidden; padding: 17px 0; color: black; background: var(--green); border-block: 3px solid black; font-size: 1rem; font-weight: 950; letter-spacing: .07em; white-space: nowrap; }
.marquee div { width: max-content; animation: scroll-text 22s linear infinite; }
@keyframes scroll-text { to { transform: translateX(-50%); } }

.section-tag { margin-bottom: 24px; }
.orange { color: var(--orange); }
.emergency { padding: clamp(72px, 10vw, 150px) clamp(18px, 6vw, 96px); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(45px, 8vw, 120px); color: white; background: var(--black); }
h2 { margin-bottom: 34px; font-size: clamp(3.4rem, 7.7vw, 8.2rem); line-height: .82; letter-spacing: -.065em; font-weight: 950; text-transform: uppercase; }
.emergency h2 span { color: var(--orange); text-shadow: 5px 5px 0 var(--green); }
.big-copy { max-width: 600px; font-size: clamp(1.15rem, 2vw, 1.6rem); }
.sign-grid { display: grid; grid-template-columns: 1fr 1fr; border: 3px solid rgba(255,255,255,.45); }
.sign-grid article { min-height: 170px; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(255,255,255,.28); }
.sign-grid b { color: var(--green); font-size: 1.4rem; }
.sign-grid span { font-size: 1.05rem; font-weight: 800; }
.response-stack { margin: 28px 0; padding: 24px; display: grid; gap: 5px; color: black; background: var(--orange); border: 4px solid white; box-shadow: 8px 8px 0 var(--green); font-size: clamp(1.65rem, 3.3vw, 3rem); line-height: 1; }
.legal-note { color: rgba(255,255,255,.7); font-size: .88rem; }
.block-cta { margin-top: 30px; min-height: 70px; padding: 20px 24px; display: flex; align-items: center; justify-content: center; text-align: center; border: 3px solid black; text-decoration: none; font-weight: 950; letter-spacing: .04em; box-shadow: 7px 7px 0 black; transition: .16s ease; }
.block-cta:hover, .block-cta:focus-visible { transform: translate(-3px,-3px); box-shadow: 11px 11px 0 black; outline: 3px solid white; }
.green { color: black; background: var(--green); border-color: white; box-shadow: 7px 7px 0 var(--orange); }
.black { color: white; background: black; }
.orange-bg { background: var(--orange); }

.truth-section { position: relative; padding: clamp(70px, 10vw, 150px) clamp(18px, 7vw, 110px); background: var(--green); overflow: hidden; }
.truth-section h2 { max-width: 1000px; }
.truth-section h2 span { color: var(--orange); -webkit-text-stroke: 2px black; }
.truth-sticker { position: absolute; right: 5%; top: 6%; width: 180px; aspect-ratio: 1; display: grid; place-items: center; text-align: center; border-radius: 50%; border: 4px solid black; background: white; font-weight: 950; font-size: 1.3rem; line-height: .9; transform: rotate(10deg); box-shadow: 8px 8px 0 var(--orange); }
.truth-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 3px solid black; box-shadow: var(--shadow); }
.truth-grid article { min-height: 330px; padding: 28px; background: var(--cream); border-right: 3px solid black; }
.truth-grid article:last-child { border-right: 0; }
.truth-grid .hot { background: var(--orange); }
.bubble { display: inline-block; padding: 11px 14px; background: black; color: white; font-weight: 950; transform: rotate(-2deg); }
.truth-grid p { margin-top: 80px; font-size: 1.08rem; }
.hard-truth { margin: 45px auto 0; max-width: 960px; padding: 28px; background: white; border: 5px solid black; text-align: center; font-size: clamp(1.35rem, 2.7vw, 2.4rem); font-weight: 950; box-shadow: 9px 9px 0 var(--orange); transform: rotate(-1deg); }

.lab-section { padding: clamp(75px, 10vw, 150px) clamp(18px, 7vw, 110px); display: grid; grid-template-columns: .55fr 1fr; gap: clamp(45px, 8vw, 130px); align-items: center; color: white; background: var(--black); }
.lab-visual { position: relative; min-height: 480px; display: grid; place-items: center; text-align: center; color: black; background: var(--green); border: 4px solid white; box-shadow: 12px 12px 0 var(--orange); overflow: hidden; }
.lab-visual strong { z-index: 2; font-size: clamp(2.8rem, 6vw, 6rem); transform: rotate(-8deg); }
.lab-visual small { position: absolute; bottom: 40px; z-index: 2; font-weight: 950; letter-spacing: .12em; }
.lab-ring { position: absolute; border: 3px solid black; border-radius: 50%; }
.ring-a { width: 90%; aspect-ratio: 1; }
.ring-b { width: 55%; aspect-ratio: 1; border-style: dashed; animation: spin 18s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.lab-copy h2 span { color: var(--green); }
.lab-copy > p:not(.section-tag) { font-size: clamp(1.1rem, 2vw, 1.45rem); }
.lab-warning { margin: 30px 0; padding: 22px; color: black; background: white; border-left: 8px solid var(--orange); font-weight: 850; }
.text-link { display: inline-block; margin-top: 26px; color: var(--green); font-weight: 900; }

.finder-section { padding: clamp(75px, 10vw, 145px) clamp(18px, 7vw, 110px); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 8vw, 120px); background: var(--orange); }
.finder-intro h2 span, .play-head h2 span { color: var(--green); -webkit-text-stroke: 2px black; text-shadow: 5px 5px 0 black; }
.finder-intro > p:last-child { max-width: 560px; font-size: 1.15rem; }
.finder-machine { align-self: start; background: var(--cream); border: 4px solid black; box-shadow: 12px 12px 0 var(--green); }
.machine-top { padding: 15px 18px; display: flex; align-items: center; justify-content: space-between; background: black; color: white; font-weight: 950; letter-spacing: .09em; }
.machine-top i { width: 14px; aspect-ratio: 1; border-radius: 50%; background: var(--green); box-shadow: 0 0 14px var(--green); }
#help-form { padding: clamp(24px, 4vw, 46px); }
#help-form label { display: block; margin-bottom: 12px; font-weight: 950; font-size: 1.2rem; }
.postal-row { display: grid; grid-template-columns: 1fr auto; }
.postal-row input { min-width: 0; height: 78px; padding: 0 20px; border: 4px solid black; background: white; font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 950; text-transform: uppercase; }
.postal-row button { padding: 0 24px; border: 4px solid black; border-left: 0; color: black; background: var(--green); font-weight: 950; cursor: pointer; }
#postal-help, .form-error { margin: 10px 0 0; font-size: .8rem; }
.form-error { color: #9a1c00; font-weight: 900; }
.finder-result { padding: 28px clamp(24px, 4vw, 46px) 40px; border-top: 4px solid black; background: white; }
.result-location { display: inline-block; padding: 7px 10px; color: white; background: black; font-weight: 950; }
.finder-result h3 { font-size: 1.35rem; }
.result-links { display: grid; gap: 10px; }
.result-links a { padding: 17px; display: flex; justify-content: space-between; background: var(--green); border: 3px solid black; text-decoration: none; font-weight: 950; }
.result-links a:nth-child(2) { background: var(--orange); }
.result-links a:nth-child(3) { background: var(--cream); }
.finder-result > p:last-child { margin: 22px 0 0; font-size: .86rem; }

.voices { padding: clamp(75px, 10vw, 145px) clamp(18px, 7vw, 110px); color: white; background: var(--black); }
.voices h2 { max-width: 1050px; }
.voice-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.voice-card { min-height: 390px; padding: 28px; color: black; border: 4px solid white; box-shadow: 8px 8px 0 white; transform: rotate(-1deg); }
.voice-card:nth-child(2) { transform: rotate(1.2deg); }
.voice-card span, .game-label { display: inline-block; padding: 7px 10px; color: white; background: black; font-size: .72rem; font-weight: 950; letter-spacing: .12em; }
.voice-card h3 { margin-top: 70px; font-size: clamp(1.7rem, 3vw, 2.55rem); line-height: .95; }
.green-card { background: var(--green); }
.orange-card { background: var(--orange); }
.white-card { background: var(--cream); }

.play-section { padding: clamp(75px, 10vw, 145px) clamp(18px, 7vw, 110px); background: var(--cream); }
.play-head { display: grid; grid-template-columns: 1fr .45fr; gap: 30px; align-items: end; }
.play-head .section-tag { grid-column: 1 / -1; }
.game-grid { margin-top: 35px; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.game-card { min-height: 560px; padding: clamp(24px, 4vw, 44px); display: flex; flex-direction: column; background: var(--green); border: 4px solid black; box-shadow: 10px 10px 0 black; }
.game-card:nth-child(2) { background: var(--orange); }
.game-card h3 { margin: 34px 0; font-size: clamp(1.45rem, 2.5vw, 2.2rem); line-height: 1; }
.game-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.game-actions button, .myth-actions button, .reset-game { min-height: 68px; padding: 12px; border: 3px solid black; background: white; font-weight: 950; cursor: pointer; box-shadow: 4px 4px 0 black; }
.game-actions button.correct { background: var(--orange); }
.game-actions button:disabled { opacity: .62; }
.myth-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.myth-actions button { min-height: 110px; font-size: 1.35rem; }
.game-feedback { min-height: 58px; margin: 26px 0 12px; padding: 14px; background: black; color: white; font-weight: 850; }
.reset-game { margin-top: auto; align-self: flex-start; min-height: 48px; background: transparent; box-shadow: none; }

.final-call { padding: clamp(85px, 12vw, 170px) clamp(18px, 7vw, 110px); color: white; background: var(--black); text-align: center; }
.final-call h2 span { color: var(--orange); }
.final-mega { max-width: 1100px; margin: 55px auto 0; text-align: left; }
footer { padding: 55px clamp(18px, 7vw, 110px); display: grid; grid-template-columns: .7fr 1fr 1fr; gap: 40px; color: white; background: #050505; border-top: 4px solid var(--orange); }
.footer-logo { display: flex; align-items: center; gap: 10px; font-weight: 950; }
footer > p { color: var(--green); font-weight: 950; }
footer div:last-child { text-align: right; }
footer div:last-child a { color: var(--orange); font-weight: 950; font-size: 1.2rem; }
footer small { display: block; color: rgba(255,255,255,.58); }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero, .emergency, .lab-section, .finder-section { grid-template-columns: 1fr; }
  .party-card { min-height: 520px; transform: none; }
  .truth-sticker { width: 130px; top: 3%; }
  .truth-grid, .voice-grid { grid-template-columns: 1fr; }
  .truth-grid article { min-height: 230px; border-right: 0; border-bottom: 3px solid black; }
  .truth-grid p { margin-top: 45px; }
  .voice-card { min-height: 290px; transform: none !important; }
  .voice-card h3 { margin-top: 50px; }
  .play-head { grid-template-columns: 1fr; }
  .play-head .section-tag { grid-column: auto; }
  footer { grid-template-columns: 1fr; }
  footer div:last-child { text-align: left; }
}

@media (max-width: 660px) {
  .site-header { min-height: 66px; padding-inline: 13px; }
  .brand-burst { width: 34px; height: 34px; }
  .mini-shine { font-size: .65rem; padding: 9px; }
  .hero { min-height: auto; padding-inline: 16px; }
  h1 { font-size: clamp(4rem, 22vw, 6.3rem); }
  h1 > span { -webkit-text-stroke-width: 1px; }
  h2 { font-size: clamp(3.1rem, 16vw, 5rem); }
  .mega-cta { min-height: 128px; border-width: 3px; box-shadow: 7px 7px 0 var(--orange); }
  .mega-cta span { font-size: 1.55rem; }
  .mega-cta small { font-size: .65rem; }
  .party-card { min-height: 570px; }
  .marquee div { animation-duration: 16s; }
  .sign-grid { grid-template-columns: 1fr; }
  .sign-grid article { min-height: 115px; }
  .truth-sticker { position: static; margin: 0 0 40px auto; width: 110px; }
  .lab-visual { min-height: 340px; }
  .postal-row { grid-template-columns: 1fr; }
  .postal-row button { min-height: 64px; border-left: 4px solid black; border-top: 0; }
  .game-grid { grid-template-columns: 1fr; }
  .game-card { min-height: 600px; }
  .game-actions { grid-template-columns: 1fr; }
}

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