:root {
  --ink: #0a0a0b;
  --paper: #f4f0e6;
  --acid: #c9ff18;
  --orange: #ff4d00;
  --cyan: #50e6ff;
  --line: rgba(244, 240, 230, 0.2);
  --pad: clamp(1.2rem, 4vw, 4.5rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 4.75rem; }
body {
  margin: 0;
  color: var(--paper);
  background: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}
img { display: block; width: 100%; }
button, a { font: inherit; }
a { color: inherit; }
:where(a, button):focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 1000; top: -4rem; left: 1rem; padding: .8rem 1rem; color: var(--ink); background: var(--acid); }
.skip-link:focus { top: 1rem; }

.noise {
  position: fixed;
  inset: 0;
  z-index: 50;
  pointer-events: none;
  opacity: .09;
  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='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
}
.cursor-glow { position: fixed; z-index: -1; width: 38rem; height: 38rem; border-radius: 50%; transform: translate(-50%, -50%); background: radial-gradient(circle, rgba(201,255,24,.09), transparent 66%); pointer-events: none; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  width: 100%;
  max-width: 100vw;
  z-index: 40;
  min-height: 76px;
  padding: 1rem var(--pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  background: rgba(10,10,11,.82);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
  transition: min-height .25s ease, background-color .25s ease;
}
.site-header.scrolled { min-height: 64px; background: rgba(10,10,11,.94); }
.brand { display: flex; align-items: center; gap: .55rem; text-decoration: none; transform: skew(-8deg); }
.brand-word { position: relative; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 1.55rem; letter-spacing: .035em; line-height: 1; text-shadow: .09em .09em 0 rgba(255,77,0,.8); }
.brand-word::after { display: none; }
.brand-word i { color: var(--acid); font-style: normal; }
.brand-slash { color: var(--orange); font: 1.15rem/1 Impact, sans-serif; letter-spacing: -.16em; transform: skew(8deg); }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2.2rem); }
.site-nav a { color: rgba(244,240,230,.74); font-size: .75rem; font-weight: 900; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--acid); }
.site-nav a.is-active { color: var(--acid); }
.site-nav a.is-active::after { content: ""; display: block; height: 2px; margin-top: .3rem; background: var(--orange); }
.nav-merch { position: relative; }
.nav-merch summary { color: rgba(244,240,230,.74); cursor: pointer; list-style: none; font-size: .75rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.nav-merch summary::-webkit-details-marker { display: none; }
.nav-merch summary span { color: var(--acid); margin-left: .25rem; }
.nav-merch[open] summary, .nav-merch summary:hover, .nav-merch summary:focus-visible { color: var(--acid); }
.nav-dropdown { position: absolute; top: calc(100% + 1rem); left: 50%; z-index: 5; min-width: 150px; padding: .65rem; display: grid; gap: .15rem; background: rgba(10,10,11,.98); border: 1px solid var(--line); box-shadow: .45rem .45rem 0 var(--orange); transform: translateX(-50%); }
.nav-dropdown::before { content: ""; position: absolute; left: 0; right: 0; bottom: 100%; height: 1rem; }
.nav-dropdown a { padding: .55rem .65rem; white-space: nowrap; }
.nav-dropdown a:hover, .nav-dropdown a:focus-visible { color: var(--ink); background: var(--acid); }
.menu-button { display: none; color: var(--paper); background: none; border: 1px solid var(--line); padding: .55rem .8rem; font-weight: 800; text-transform: uppercase; }

.hero {
  width: 100%;
  max-width: 100vw;
  min-height: 100svh;
  padding: clamp(8rem, 13vh, 10rem) var(--pad) clamp(4rem, 8vh, 7rem);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  gap: clamp(2rem, 6vw, 7rem);
  align-items: center;
  position: relative;
}
.hero-copy { min-width: 0; }
.hero::before { content: "// 001"; position: absolute; right: -1rem; bottom: 4rem; color: rgba(244,240,230,.05); font: 12rem/1 Impact, sans-serif; transform: rotate(-90deg); }
.eyebrow, .section-tag { margin: 0 0 1rem; color: var(--acid); font-size: .74rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: .7rem; }
.eyebrow span { width: 2.5rem; height: .22rem; background: var(--orange); }
h1, h2 { margin: 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-weight: 900; letter-spacing: -.025em; text-transform: uppercase; }
h1 { font-size: clamp(4.2rem, 8.8vw, 10rem); line-height: .79; }
h1 em { color: var(--acid); font-style: normal; text-shadow: .055em .055em 0 var(--orange); }
.hero-intro { max-width: 43rem; margin: 2rem 0 0; color: rgba(244,240,230,.72); font-size: clamp(1rem, 1.35vw, 1.3rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { border: 2px solid var(--paper); padding: .95rem 1.25rem; color: var(--paper); background: transparent; font-weight: 1000; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.button-hot { color: var(--ink); border-color: var(--acid); background: var(--acid); box-shadow: .45rem .45rem 0 var(--orange); }
.button-hot:hover { transform: translate(.2rem,.2rem); box-shadow: .25rem .25rem 0 var(--orange); }
.button-ghost:hover { color: var(--ink); background: var(--paper); }

.hero-visual { position: relative; width: min(100%, 600px); margin-inline: auto; }
.photo-frame { position: relative; border: 2px solid var(--paper); background: #1a1a1d; box-shadow: 1rem 1rem 0 var(--orange); transform: rotate(2deg); overflow: hidden; }
.hero-photo { aspect-ratio: 4 / 5; clip-path: polygon(4% 0,100% 2%,96% 100%,0 95%); }
.hero-photo img { height: 100%; object-fit: cover; object-position: 46% center; filter: saturate(.9) contrast(1.08); }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(150deg, transparent 50%, rgba(10,10,11,.55)); }
.sticker { position: absolute; z-index: 3; padding: .65rem .9rem; color: var(--ink); background: var(--acid); border: 2px solid var(--ink); font: 1.05rem/1 Impact, sans-serif; letter-spacing: .07em; transform: rotate(-6deg); }
.sticker-top { top: 4%; right: -5%; }
.roundel { position: absolute; z-index: 3; left: -2.5rem; bottom: 8%; width: 7rem; height: 7rem; display: grid; place-items: center; color: var(--ink); background: var(--paper); border: .6rem solid var(--orange); border-radius: 50%; font: 2rem/1 Impact, sans-serif; transform: rotate(12deg); }
.roundel b { position: absolute; color: var(--orange); transform: rotate(-70deg); letter-spacing: -.3em; }
.roundel span:first-child { transform: translate(-1.1rem, -.15rem); }
.roundel span:last-child { transform: translate(1.15rem, .1rem); }
.sound-meter { position: absolute; z-index: 4; right: 1rem; bottom: 1.2rem; height: 4rem; display: flex; align-items: end; gap: .25rem; }
.sound-meter i { width: .28rem; height: var(--h, 30%); background: var(--acid); animation: meter 1s ease-in-out infinite alternate; }
.sound-meter i:nth-child(2) { --h: 65%; animation-delay: -.2s; }.sound-meter i:nth-child(3) { --h: 92%; animation-delay: -.45s; }.sound-meter i:nth-child(4) { --h: 48%; animation-delay: -.1s; }.sound-meter i:nth-child(5) { --h: 78%; animation-delay: -.65s; }.sound-meter i:nth-child(6) { --h: 35%; animation-delay: -.3s; }.sound-meter i:nth-child(7) { --h: 88%; animation-delay: -.5s; }.sound-meter i:nth-child(8) { --h: 58%; animation-delay: -.7s; }
.photo-note { display: flex; justify-content: space-between; margin: 1rem .4rem 0; font: 1rem/1 Impact, sans-serif; letter-spacing: .12em; }
.photo-note span { color: var(--acid); }

.ticker { overflow: hidden; color: var(--ink); background: var(--acid); border-block: 4px solid var(--paper); transform: rotate(-1deg) scale(1.02); }
.ticker div { width: max-content; display: flex; gap: 1.5rem; padding: .8rem 0; font: 1.2rem/1 Impact, sans-serif; letter-spacing: .08em; animation: ticker 28s linear infinite; }
.ticker b { color: var(--orange); }
.section-pad { padding: clamp(5rem, 10vw, 10rem) var(--pad); }
.rules { background: linear-gradient(135deg,#0a0a0b 65%,#131315); }
.rules-grid { display: grid; grid-template-columns: minmax(0,1.5fr) minmax(280px,.5fr); gap: 4rem; align-items: end; }
.rules h2 { max-width: 1100px; font-size: clamp(3.5rem, 7vw, 8rem); line-height: .86; }
.rules h2 span { color: var(--orange); }
.rules-copy { padding-left: 1.5rem; border-left: 4px solid var(--acid); color: rgba(244,240,230,.72); font-size: 1.15rem; line-height: 1.65; }

.machine-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: minmax(360px,55vw) minmax(340px,42vw); gap: clamp(1rem,2vw,2rem); background: #111113; }
.tile, .type-tile { position: relative; min-height: 360px; overflow: hidden; border: 1px solid var(--line); }
.tile-wide { grid-column: 1 / -1; }
.tile-tall { grid-row: 2 / span 2; }
.tile img { height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.tile:hover img { transform: scale(1.045); }
.tile-porsche img { object-position: center 60%; }
.tile-watch img { object-position: center 45%; }
.tile-shade { position: absolute; inset: 0; background: linear-gradient(180deg,transparent 35%,rgba(0,0,0,.9)); }
.tile-copy { position: absolute; inset: auto 2rem 2rem; max-width: 45rem; }
.tile-copy p { color: var(--acid); font-size: .7rem; font-weight: 900; letter-spacing: .18em; }
.tile-copy h2 { font-size: clamp(2.8rem,6vw,7rem); line-height: .86; }
.tile-copy span { display: block; margin-top: .8rem; color: rgba(244,240,230,.72); }
.corner-code { position: absolute; top: 1rem; right: 1rem; padding: .55rem .7rem; color: var(--ink); background: var(--acid); transform: rotate(3deg); }
.type-tile { display: flex; flex-direction: column; justify-content: space-between; padding: 2rem; color: var(--ink); background: var(--orange); }
.type-tile > span { font: clamp(4rem,9vw,9rem)/.75 Impact, sans-serif; letter-spacing: -.03em; }
.type-tile p { max-width: 28rem; font-weight: 800; line-height: 1.45; }
.stripe { height: 2rem; background: repeating-linear-gradient(135deg,var(--ink) 0 12px,transparent 12px 24px); }

.mixing { display: grid; grid-template-columns: minmax(320px, .8fr) minmax(0,1.2fr); gap: clamp(3rem,7vw,8rem); align-items: center; }
.mixing-photo { position: relative; border: 2px solid var(--paper); box-shadow: -1rem 1rem 0 var(--cyan); transform: rotate(-2deg); overflow: hidden; }
.mixing-photo img { aspect-ratio: 4/5; object-fit: cover; }
.photo-index { position: absolute; right: 0; bottom: 0; padding: .65rem .9rem; color: var(--ink); background: var(--acid); font-weight: 1000; }
.mixing-copy h2, .chairs-copy h2, .playground h2 { font-size: clamp(3.8rem,8vw,8.5rem); line-height: .82; }
.mixing-copy > p:not(.section-tag), .chairs-copy > p:not(.section-tag) { max-width: 45rem; color: rgba(244,240,230,.7); font-size: 1.2rem; line-height: 1.6; }
.now-playing { display: flex; align-items: center; gap: 1rem; margin-top: 2rem; padding: 1rem; border: 1px solid var(--line); background: #151518; }
.record { width: 4rem; height: 4rem; display: grid; place-items: center; border-radius: 50%; background: repeating-radial-gradient(circle,#222 0 3px,#080808 3px 6px); animation: spin 5s linear infinite; }
.record span { width: 1rem; height: 1rem; border-radius: 50%; background: var(--orange); }
.now-playing small { display: block; color: var(--acid); font-weight: 900; letter-spacing: .15em; }
.now-playing strong { display: block; margin-top: .25rem; }

.pub { position: relative; overflow: hidden; background: #111114; }
.pub-intro { display: flex; justify-content: space-between; gap: 3rem; align-items: end; margin-bottom: clamp(2rem,4vw,4rem); }
.pub-intro h2 { font-size: clamp(4.5rem,9vw,10rem); line-height: .8; }
.pub-intro > p { max-width: 25rem; margin: 0 0 .5rem; color: rgba(244,240,230,.72); font-size: 1.2rem; line-height: 1.5; }
.pub-gallery { position: relative; min-height: min(70vw,760px); padding: 1rem 1.5rem 2rem; display: grid; grid-template-columns: repeat(12,1fr); grid-template-rows: repeat(12,1fr); isolation: isolate; }
.pub-card { position: relative; min-width: 0; min-height: 0; margin: 0; overflow: hidden; border: 3px solid var(--paper); background: #050506; box-shadow: 0 1.2rem 2.4rem rgba(0,0,0,.45); }
.pub-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, filter .45s ease; }
.pub-card:hover img { transform: scale(1.035); filter: saturate(1.15); }
.pub-card::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent,rgba(0,0,0,.78)); pointer-events: none; }
.pub-card figcaption { position: absolute; z-index: 1; left: 1rem; right: 1rem; bottom: .85rem; font: clamp(.75rem,1.2vw,1rem)/1 Impact, sans-serif; letter-spacing: .11em; }
.pub-card-stacey { z-index: 1; grid-column: 1 / 6; grid-row: 2 / 12; box-shadow: -.7rem .7rem 0 var(--cyan); transform: rotate(-3deg); }
.pub-card-stacey img { object-position: 39% center; transform: scale(1.3); }
.pub-card-stacey:hover img { transform: scale(1.35); }
.pub-card-decks { z-index: 3; grid-column: 4 / 9; grid-row: 1 / 7; transform: rotate(2.5deg); }
.pub-card-decks img { object-position: center 42%; }
.pub-card-jamie { z-index: 2; grid-column: 8 / 13; grid-row: 3 / 12; box-shadow: .7rem .7rem 0 var(--orange); transform: rotate(3deg); }
.pub-card-jamie img { object-position: 96% center; transform: scale(1.18); }
.pub-card-jamie:hover img { transform: scale(1.23); }
.pub-card-bar { z-index: 4; grid-column: 4 / 9; grid-row: 7 / 13; transform: rotate(-2deg); }
.pub-card-bar img { object-position: 5% center; }
.pub-stamp { position: absolute; z-index: 3; top: 50%; left: 65%; width: 8rem; height: 8rem; display: grid; place-items: center; text-align: center; color: var(--ink); background: var(--acid); border-radius: 50%; font: 1.25rem/1.05 Impact, sans-serif; transform: translate(-50%,-50%) rotate(10deg); box-shadow: 0 .7rem 2rem rgba(0,0,0,.35); }

.chairs { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem,7vw,8rem); align-items: center; color: var(--ink); background: var(--paper); }
.chairs .section-tag { color: #6443ff; }
.chairs-copy h2 { color: var(--orange); }
.chairs-copy > p:not(.section-tag) { color: rgba(10,10,11,.68); }
.chair-facts { display: grid; gap: .45rem; margin-top: 2rem; font: 1.2rem/1 Impact, sans-serif; letter-spacing: .08em; }
.chair-stack { position: relative; min-height: clamp(500px,58vw,800px); }
.chair-card { position: absolute; margin: 0; overflow: hidden; border: 3px solid var(--ink); background: white; box-shadow: 1rem 1rem 0 var(--acid); }
.chair-card img { height: 100%; object-fit: cover; }
.chair-card figcaption { position: absolute; inset: auto 0 0; padding: .8rem; color: var(--paper); background: var(--ink); font-weight: 1000; letter-spacing: .08em; }
.chair-card-one { top: 0; right: 2%; width: 78%; height: 72%; transform: rotate(3deg); }
.chair-card-two { left: 0; bottom: 0; width: 50%; height: 55%; transform: rotate(-5deg); }
.chair-card-two img { object-fit: contain; }

.merch { position: relative; display: grid; grid-template-columns: minmax(320px,.72fr) minmax(0,1.28fr); gap: clamp(2.5rem,6vw,7rem); align-items: center; overflow: hidden; background: #0d0d0f; }
.merch::before { content: ""; position: absolute; inset: 0; opacity: .09; background: repeating-linear-gradient(135deg,transparent 0 34px,var(--acid) 34px 38px,transparent 38px 54px); pointer-events: none; }
.merch-copy, .merch-visual { position: relative; z-index: 1; }
.merch-copy h2 { font-size: clamp(4rem,8.5vw,9rem); line-height: .78; }
.merch-copy h2 span { color: var(--acid); text-shadow: .055em .055em 0 var(--orange); }
.merch-copy > p:not(.section-tag):not(.drop-note) { max-width: 34rem; color: rgba(244,240,230,.72); font-size: 1.15rem; line-height: 1.6; }
.merch-wordmark { width: max-content; max-width: 100%; margin: 2rem 0; padding: .65rem 1rem .75rem; border: 2px solid var(--paper); background: var(--ink); font: clamp(1.6rem,3.7vw,3.4rem)/.9 Impact, sans-serif; letter-spacing: .025em; transform: skew(-8deg) rotate(-1deg); box-shadow: .55rem .55rem 0 var(--orange); }
.merch-wordmark b { color: var(--acid); }
.merch-wordmark i { margin-left: .4rem; color: var(--orange); font-style: normal; letter-spacing: -.18em; }
.merch-list { display: flex; flex-wrap: wrap; gap: .6rem; }
.merch-list span { padding: .55rem .72rem; color: var(--ink); background: var(--paper); font: .8rem/1 Impact, sans-serif; letter-spacing: .12em; transform: skew(-7deg); }
.drop-note { margin-top: 1.5rem; color: var(--acid); font-size: .75rem; font-weight: 1000; letter-spacing: .18em; }
.merch-visual { margin: 0; border: 2px solid var(--paper); box-shadow: 1rem 1rem 0 var(--acid); transform: rotate(1.5deg); overflow: hidden; }
.merch-visual img { aspect-ratio: 3/2; object-fit: cover; }
.merch-visual figcaption { position: absolute; right: 0; bottom: 0; padding: .7rem .9rem; color: var(--ink); background: var(--acid); font: .9rem/1 Impact, sans-serif; letter-spacing: .12em; }

.playground { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; background: var(--acid); color: var(--ink); }
.playground-panel { display: flex; flex-direction: column; align-items: flex-start; }
.playground .section-tag { color: var(--ink); }
.idea-output { min-height: 3.5rem; max-width: 38rem; font-size: 1.25rem; font-weight: 800; line-height: 1.5; }
.idea-output.pop { animation: idea-pop .32s ease; }
.big-red-button { width: clamp(12rem,24vw,20rem); aspect-ratio: 1; margin-top: 2rem; border: 1rem solid #d6d3c8; border-radius: 50%; color: white; background: var(--orange); box-shadow: 0 1rem 0 #832600, 0 1.2rem 2rem rgba(0,0,0,.35); cursor: pointer; transition: .12s ease; }
.big-red-button:hover { transform: translateY(.25rem); box-shadow: 0 .75rem 0 #832600,0 1rem 1.5rem rgba(0,0,0,.25); }
.big-red-button:active { transform: translateY(.8rem); box-shadow: 0 .2rem 0 #832600; }
.big-red-button span { font: clamp(1.4rem,3vw,2.5rem)/.9 Impact, sans-serif; letter-spacing: .04em; }
.control-panel { min-height: 560px; padding: clamp(2rem,5vw,5rem); display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-content: center; border: 4px solid var(--paper); background: #17171a; box-shadow: 1rem 1rem 0 var(--orange); transform: rotate(1.5deg); }
.dial { position: relative; width: min(100%,12rem); aspect-ratio: 1; margin: auto; border: 1.4rem solid #2d2d31; border-radius: 50%; background: repeating-conic-gradient(#45454a 0 5deg,#19191b 5deg 10deg); box-shadow: inset 0 0 0 2rem #111; }
.dial::after { content: ""; position: absolute; left: 50%; top: 7%; width: .4rem; height: 42%; background: var(--acid); transform-origin: 50% 100%; transform: translateX(-50%) rotate(var(--angle,15deg)); }
.dial-two { --angle: 70deg; }
.dial span { position: absolute; inset: auto 0 -2rem; color: var(--paper); text-align: center; font-weight: 1000; letter-spacing: .1em; }
.lights { grid-column: 1/-1; display: flex; gap: .8rem; }
.lights i { flex: 1; height: 1.1rem; background: var(--orange); box-shadow: 0 0 1rem var(--orange); animation: blink 1.4s steps(2,end) infinite; }
.lights i:nth-child(even) { background: var(--acid); box-shadow: 0 0 1rem var(--acid); animation-delay: -.7s; }
.display { grid-column: 1/-1; display: flex; align-items: center; justify-content: space-between; padding: 1rem; color: var(--acid); background: #020302; border: 2px solid #45454a; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.display b { font-size: 2rem; }
.faders { grid-column: 1/-1; height: 8rem; display: flex; justify-content: space-around; align-items: stretch; }
.faders i { position: relative; width: .5rem; background: #3b3b3e; }
.faders i::after { content: ""; position: absolute; left: 50%; bottom: var(--level); width: 2.5rem; height: .8rem; background: var(--paper); transform: translateX(-50%); }

.signoff { padding: clamp(5rem,9vw,9rem) var(--pad) 3rem; text-align: center; overflow: hidden; }
.signoff > p { color: var(--orange); font-size: .75rem; font-weight: 1000; letter-spacing: .22em; }
.signoff h2 { font-size: clamp(4.5rem,14vw,15rem); line-height: .75; white-space: nowrap; }
.signoff h2 span { color: var(--acid); }
.signoff-line { margin-top: 4rem; padding-top: 1rem; display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--line); color: rgba(244,240,230,.55); font-size: .7rem; font-weight: 900; letter-spacing: .14em; }
footer { padding: 1.5rem var(--pad); display: flex; justify-content: space-between; gap: 1rem; color: var(--ink); background: var(--paper); font-size: .7rem; font-weight: 1000; letter-spacing: .1em; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease,transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes meter { to { height: 100%; } }
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes blink { 50% { opacity: .2; } }
@keyframes idea-pop { 50% { color: var(--orange); transform: translateX(.35rem); } }

@media (max-width: 900px) {
  .site-header { min-height: 68px; }
  .menu-button { display: block; }
  .site-nav { position: absolute; top: 100%; left: 0; right: 0; padding: 1.5rem var(--pad); display: none; flex-direction: column; align-items: flex-start; background: var(--ink); border-bottom: 1px solid var(--line); }
  .site-nav.open { display: flex; }
  .nav-merch { width: 100%; }
  .nav-dropdown { position: static; min-width: 0; margin-top: .75rem; padding: .4rem 0 .25rem 1rem; border: 0; border-left: 2px solid var(--orange); box-shadow: none; transform: none; }
  .nav-dropdown::before { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 8rem; }
  .hero-copy { position: relative; z-index: 2; }
  .hero-visual { width: min(88%,520px); }
  .rules-grid, .mixing, .chairs, .merch, .playground { grid-template-columns: 1fr; }
  .machine-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .tile-wide, .tile-tall { grid-column: auto; grid-row: auto; min-height: 70svh; }
  .tile-watch, .type-tile { min-height: 56svh; }
  .pub-intro { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .pub-gallery { min-height: 720px; grid-template-columns: 1fr 1fr; grid-template-rows: 1.15fr .85fr; }
  .pub-card-stacey { grid-column: 1; grid-row: 1 / 3; }
  .pub-card-stacey img { transform: scale(1.5); }
  .pub-card-stacey:hover img { transform: scale(1.55); }
  .pub-card-decks { grid-column: 2; grid-row: 1; }
  .pub-card-jamie { grid-column: 2; grid-row: 2; }
  .pub-card-bar { display: none; }
  .pub-card-jamie img { object-position: 96% center; }
  .pub-stamp { left: 53%; }
  .pub-stamp { width: 7rem; height: 7rem; font-size: 1.1rem; }
  .chair-stack { min-height: 650px; }
  .control-panel { min-height: 500px; }
  .signoff h2 { white-space: normal; }
}

@media (max-width: 560px) {
  :root { --pad: 1rem; }
  .site-header { gap: .65rem; padding-inline: 1rem; }
  .brand { min-width: 0; gap: .35rem; }
  .brand-word { overflow: hidden; font-size: 1rem; text-overflow: ellipsis; }
  .brand-slash { font-size: .8rem; }
  .menu-button { flex: 0 0 auto; }
  .hero { overflow: hidden; padding-inline: 1rem; }
  .hero-copy { width: 100%; max-width: 100%; }
  h1 { max-width: 100%; font-size: clamp(3rem,16.5vw,5rem); line-height: .82; }
  .hero-intro { max-width: 100%; font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; white-space: normal; text-align: center; }
  .hero-visual { width: min(84%, 32rem); }
  .roundel { left: -1.6rem; width: 5.7rem; height: 5.7rem; }
  .sticker-top { right: -2%; }
  .rules-grid { gap: 2rem; }
  .tile-copy { inset: auto 1.2rem 1.2rem; }
  .mixing-copy h2, .chairs-copy h2, .merch-copy h2, .playground h2 { font-size: clamp(3.4rem,17vw,6rem); }
  .merch-wordmark { font-size: clamp(1.35rem,8vw,2.4rem); }
  .pub-intro h2 { font-size: clamp(4rem,18vw,7rem); line-height: .9; }
  .pub-gallery { min-height: 0; grid-template-columns: 1fr; grid-template-rows: auto; gap: 1rem; }
  .pub-card-stacey, .pub-card-decks, .pub-card-jamie { grid-column: 1; grid-row: auto; aspect-ratio: 4/5; transform: none; }
  .pub-card-stacey img { transform: scale(1.75); }
  .pub-card-stacey:hover img { transform: scale(1.8); }
  .pub-card-decks { aspect-ratio: 4/3; }
  .pub-card-jamie { aspect-ratio: 4/5; }
  .pub-stamp { top: 31%; left: auto; right: -.4rem; width: 6.4rem; height: 6.4rem; transform: rotate(10deg); }
  .chair-stack { min-height: 500px; }
  .chair-card-one { width: 92%; height: 65%; }
  .chair-card-two { width: 64%; height: 48%; }
  .control-panel { min-height: 430px; padding: 2rem 1.2rem; gap: 1.5rem; }
  .dial { border-width: 1rem; }
  .signoff h2 { font-size: clamp(3.4rem, 18vw, 5rem); }
  .signoff h2 span { display: block; }
  .signoff-line, footer { flex-direction: column; align-items: center; text-align: center; }
}

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

@media print {
  @page { size: A4 landscape; margin: 0; }

  html, body {
    width: 297mm;
    color: var(--paper);
    background: var(--ink);
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  html { scroll-behavior: auto; }
  body { overflow: visible; }
  .skip-link, .noise, .cursor-glow, .menu-button, .sound-meter { display: none !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
  *, *::before, *::after { animation: none !important; transition: none !important; }

  .site-header {
    position: absolute;
    inset: 0 0 auto;
    min-height: 18mm;
    padding: 4mm 10mm;
    background: rgba(10,10,11,.82);
  }
  .site-nav { display: none; }

  .hero, .rules, .machine-grid, .mixing, .pub, .chairs, .playground {
    width: 297mm;
    height: 210mm;
    min-height: 210mm;
    max-height: 210mm;
    break-inside: avoid;
    break-after: page;
    overflow: hidden;
  }

  .hero {
    padding: 28mm 12mm 12mm;
    grid-template-columns: 1.05fr .95fr;
    gap: 14mm;
  }
  h1 { font-size: 27mm; }
  .hero-intro { margin-top: 7mm; font-size: 4.2mm; }
  .hero-actions { margin-top: 7mm; }
  .button { padding: 4mm 5mm; font-size: 3.4mm; }
  .hero-visual { width: 105mm; }
  .hero-photo { aspect-ratio: 4 / 5; }

  .ticker { display: none; }
  .section-pad { padding: 14mm; }

  .rules { display: grid; align-items: center; }
  .rules-grid { grid-template-columns: 1.5fr .5fr; gap: 12mm; }
  .rules h2 { font-size: 22mm; }
  .rules-copy { font-size: 4.2mm; }

  .machine-grid {
    padding: 7mm;
    grid-template-columns: 1.25fr .75fr;
    grid-template-rows: 76mm 55mm 55mm;
    gap: 4mm;
  }
  .tile, .type-tile, .tile-wide, .tile-tall, .tile-watch {
    min-height: 0;
  }
  .tile-wide { grid-column: 1 / -1; }
  .tile-tall { grid-row: 2 / span 2; }
  .tile-copy { inset: auto 6mm 6mm; }
  .tile-copy h2 { font-size: 14mm; }
  .type-tile { padding: 6mm; }
  .type-tile > span { font-size: 20mm; }

  .mixing, .chairs, .playground {
    padding: 15mm;
    grid-template-columns: .8fr 1.2fr;
    gap: 18mm;
  }
  .mixing-photo { max-height: 174mm; }
  .mixing-photo img { height: 174mm; aspect-ratio: auto; object-fit: cover; }
  .mixing-copy h2, .chairs-copy h2, .playground h2 { font-size: 21mm; }

  .pub { min-height: 210mm; padding: 15mm; }
  .pub-intro { margin-bottom: 8mm; }
  .pub-intro h2 { font-size: 27mm; }
  .pub-gallery { min-height: 135mm; }
  .pub-stamp { width: 34mm; height: 34mm; }

  .chairs { grid-template-columns: .8fr 1.2fr; }
  .chair-stack { min-height: 170mm; }

  .playground { grid-template-columns: 1fr 1fr; }
  .control-panel { min-height: 166mm; padding: 14mm; }

  .signoff {
    width: 297mm;
    height: 175mm;
    padding: 38mm 12mm 10mm;
    break-inside: avoid;
    overflow: hidden;
  }
  .signoff h2 { font-size: 34mm; white-space: nowrap; }
  .signoff h2 span { display: inline; }
  footer { width: 297mm; height: 35mm; padding: 10mm 12mm; }
}
