/* ==========================================================================
   THE DEGENERATES — $MULLY one-pager
   Design tokens mirror design/tokens.json (Paper theme is default, Stage for
   dark sections). Keep new styles on these variables, not raw hex values.
   ========================================================================== */

:root {
  /* colour */
  --surface: #fefefc;
  --surface-raised: #fcedd3;
  --ink: #0e1113;
  --ink-muted: #453c37;
  --brand: #056da4;
  --on-brand: #fefefc;
  --accent: #cc2223;
  --on-accent: #fefefc;
  --highlight: #fbd862;
  --electric: #8a25a9;

  /* stage (dark) theme */
  --stage-surface: #0e1113;
  --stage-raised: #1a2a44;
  --stage-ink: #fcedd3;
  --stage-muted: #b5a28d;
  --stage-brand: #3d9bd1;
  --stage-accent: #f36a5f;
  --stage-electric: #cc7ce6;

  /* type */
  --font-display: "Metal Mania", "Impact", fantasy;
  --font-condensed: "Barlow Condensed", "Arial Narrow", sans-serif;
  --font-sans: "Barlow", system-ui, sans-serif;
  --font-marker: "Permanent Marker", "Comic Sans MS", cursive;
  --font-mono: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;

  /* shape */
  --stroke: 2px;
  --stroke-heavy: 3px;
  --shadow: 4px 4px 0 var(--ink);
  --shadow-lg: 8px 8px 0 var(--ink);

  /* layout */
  --gutter: clamp(16px, 4.4vw, 64px);
  --max: 1440px;
  --section-pad: clamp(56px, 8vw, 96px);
  --nav-h: 72px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 8px); -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--surface); color: var(--ink); font-family: var(--font-sans); font-size: 17px; line-height: 1.55; overflow-x: hidden; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
p { margin: 0; }
h1, h2, h3 { margin: 0; }
a { color: var(--brand); }
a:hover { color: var(--ink); }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--brand); outline-offset: 2px; }
.stage :focus-visible { outline-color: var(--highlight); }

.skip { position: absolute; left: 8px; top: -60px; z-index: 100; background: var(--ink); color: var(--surface); padding: 10px 16px; font-weight: 700; }
.skip:focus { top: 8px; }

/* ---------- type helpers ---------- */
.poster { font-family: var(--font-display); font-weight: 400; letter-spacing: .01em; text-transform: uppercase; line-height: .95; }
.poster--xl { font-size: clamp(52px, 7.4vw, 88px); }
.poster--lg { font-size: clamp(42px, 5.6vw, 72px); line-height: 1; }
.poster--name { font-size: clamp(34px, 3.1vw, 44px); line-height: 1; }
.h3 { font-family: var(--font-condensed); font-weight: 800; text-transform: uppercase; font-size: clamp(26px, 2.4vw, 32px); line-height: 1.06; }
.h3--lg { font-size: clamp(26px, 2.6vw, 34px); }
.h3--xl { font-size: clamp(34px, 3.4vw, 48px); line-height: 1.04; }
.label { font-family: var(--font-condensed); font-weight: 700; font-size: 14px; line-height: 16px; letter-spacing: .08em; text-transform: uppercase; }
.label--red { color: var(--accent); }
.label--muted { color: var(--ink-muted); }
.label--gold { color: var(--highlight); }
.tape { font-family: var(--font-marker); font-size: clamp(18px, 1.6vw, 22px); line-height: 1.2; color: var(--ink-muted); transform: rotate(-2deg); display: inline-block; }
.tape--gold { background: var(--highlight); color: var(--ink); border: var(--stroke) solid var(--ink); padding: 3px 14px; }
.tape--on-dark { color: var(--highlight); }
.note { font-family: var(--font-marker); font-size: 18px; line-height: 1.3; color: var(--brand); }
.mono { font-family: var(--font-mono); }
.body-lg { font-size: clamp(17px, 1.3vw, 18px); line-height: 1.6; max-width: 680px; }
.muted-dark { color: var(--stage-muted); font-size: 18px; line-height: 1.55; max-width: 440px; }
.hl { background: var(--highlight); color: var(--ink); border: var(--stroke-heavy) solid var(--ink); padding: 0 .16em; display: inline-block; transform: rotate(-2deg); }
.hl--stage { border-color: var(--stage-ink); padding: 0 .18em; }
.chip { font-family: var(--font-condensed); font-weight: 700; font-size: 14px; line-height: 16px; letter-spacing: .08em; text-transform: uppercase; background: var(--highlight); color: var(--ink); border: var(--stroke) solid var(--ink); padding: 4px 8px; white-space: nowrap; }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 12px 24px; font-family: var(--font-condensed); font-weight: 800; font-size: 20px; letter-spacing: .06em; text-transform: uppercase; text-decoration: none; border: var(--stroke-heavy) solid var(--ink); box-shadow: var(--shadow); cursor: pointer; transition: transform .08s, box-shadow .08s; }
.btn:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--ink); }
.btn:active { transform: translate(4px, 4px); box-shadow: none; }
.btn--sm { min-height: 46px; padding: 8px 18px; font-size: 18px; }
.btn--red, .btn--red:hover { background: var(--accent); color: var(--on-accent); }
.btn--paper, .btn--paper:hover { background: var(--surface); color: var(--ink); }
.btn--blue, .btn--blue:hover { background: var(--brand); color: var(--on-brand); }
.bolt { width: 22px; height: 22px; fill: var(--highlight); stroke: var(--ink); stroke-width: 1.5; stroke-linejoin: round; }
.bolt--red { fill: var(--accent); }
.bolt--purple { fill: var(--electric); }

.knob { display: inline-block; width: 26px; height: 26px; border: var(--stroke-heavy) solid var(--ink); border-radius: 50%; background: var(--surface-raised); position: relative; transform: rotate(-60deg); transition: transform .35s cubic-bezier(.3, 1.8, .5, 1); }
.knob::after { content: ""; position: absolute; left: 8px; top: 1px; width: 4px; height: 9px; background: var(--ink); }
.is-loud .knob { transform: rotate(150deg); background: var(--accent); }

/* ---------- layout ---------- */
.page { max-width: var(--max); margin: 0 auto; background: var(--surface); }
.wrap { padding-inline: var(--gutter); }
.section { padding-block: var(--section-pad); border-bottom: var(--stroke-heavy) solid var(--ink); }
.section--cream { background: var(--surface-raised); }
.section__head { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 12px 28px; margin-bottom: clamp(28px, 3vw, 40px); }
.section__head .tape { margin-bottom: 10px; }
.section__head--sub { margin-top: clamp(56px, 6vw, 80px); }
.section__head--split { justify-content: space-between; }
.section__head--split > div { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.dots { background-image: radial-gradient(rgba(14, 17, 19, .10) 1.4px, transparent 1.8px); background-size: 20px 20px; }
.stage { background-color: var(--stage-surface); color: var(--stage-ink); overflow-x: clip; }

.card { background: var(--surface); border: var(--stroke-heavy) solid var(--ink); box-shadow: var(--shadow); }
.card--lg { box-shadow: var(--shadow-lg); }
.lift { transition: transform .2s cubic-bezier(.3, 1.6, .5, 1), box-shadow .2s; }
.pop { transition: transform .25s cubic-bezier(.3, 1.8, .5, 1); }
@media (hover: hover) {
  .lift:hover { transform: translate(-4px, -6px) rotate(-1deg); box-shadow: 12px 12px 0 var(--ink); }
  .lift:hover .pop { transform: translateY(-10px) rotate(2deg) scale(1.04); }
}

/* ---------- nav ---------- */
.nav { position: sticky; top: 0; z-index: 50; height: var(--nav-h); display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-inline: var(--gutter); background: var(--surface); border-bottom: var(--stroke-heavy) solid var(--ink); }
.nav__logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.nav__coin-wrap { width: 40px; height: 40px; flex-shrink: 0; perspective: 300px; }
.nav__coin { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; border-radius: 50%; background: var(--highlight); border: 3px solid var(--ink); box-shadow: inset 0 0 0 4px #fcb539, inset 0 0 0 6px var(--ink); animation: coin 5s linear infinite; }
.nav__coin .bolt { width: 44%; height: auto; aspect-ratio: 1; }
.nav__wordmark { font-size: clamp(20px, 2.2vw, 26px); line-height: 1; color: var(--ink); white-space: nowrap; }
.nav__links { display: flex; align-items: center; gap: clamp(16px, 2.4vw, 36px); }
.nav__links a:not(.btn) { color: var(--ink); text-decoration: none; font-family: var(--font-condensed); font-weight: 700; font-size: 19px; letter-spacing: .06em; text-transform: uppercase; padding: 10px 2px; border-bottom: 3px solid transparent; }
.nav__links a:not(.btn):hover { border-bottom-color: var(--accent); }
.nav__cta-mobile { display: none; }
.nav__toggle { display: none; width: 48px; height: 48px; padding: 11px 9px; background: var(--surface); border: var(--stroke-heavy) solid var(--ink); box-shadow: 3px 3px 0 var(--ink); cursor: pointer; flex-direction: column; justify-content: space-between; }
.nav__toggle span { display: block; height: 4px; background: var(--ink); transition: transform .2s, opacity .2s; }
.nav.is-open .nav__toggle span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
.nav.is-open .nav__toggle span:nth-child(2) { opacity: 0; }
.nav.is-open .nav__toggle span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }

@media (max-width: 1099px) {
  .nav__toggle { display: flex; }
  .nav__cta { display: none; }
  .nav__links { position: absolute; left: 0; right: 0; top: 100%; flex-direction: column; align-items: stretch; gap: 0; padding: 8px var(--gutter) 24px; background: var(--surface); border-bottom: var(--stroke-heavy) solid var(--ink); box-shadow: 0 8px 0 rgba(14, 17, 19, .12); transform: translateY(-8px); opacity: 0; visibility: hidden; transition: opacity .18s, transform .18s, visibility .18s; }
  .nav.is-open .nav__links { transform: none; opacity: 1; visibility: visible; }
  .nav__links a:not(.btn) { font-size: 24px; padding: 14px 0; border-bottom: var(--stroke) solid var(--ink); }
  .nav__cta-mobile { display: inline-flex; margin-top: 20px; }
}
@media (max-width: 480px) {
  :root { --nav-h: 64px; }
  .nav__coin-wrap { width: 32px; height: 32px; }
  .nav__wordmark { font-size: 19px; }
}

/* ---------- hero ---------- */
.hero { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, 640px) minmax(0, 1fr); column-gap: 24px; padding: clamp(28px, 3vw, 44px) var(--gutter) 0; }
.hero__copy { position: relative; z-index: 3; display: flex; flex-direction: column; align-items: flex-start; gap: 22px; padding-bottom: 48px; }
.hero__logo { width: min(600px, 100%); }
.hero__copy > .shake:first-of-type { width: min(600px, 100%); }
.hero__logo img { width: 100%; border: var(--stroke-heavy) solid var(--ink); box-shadow: 10px 10px 0 var(--highlight), 13px 13px 0 var(--ink); }
.hero__title { font-family: var(--font-condensed); font-weight: 800; text-transform: uppercase; font-size: clamp(40px, 4.6vw, 64px); line-height: 1; letter-spacing: .01em; margin-top: 12px; }
.hero__lede { max-width: 580px; font-size: clamp(17px, 1.35vw, 19px); line-height: 1.52; }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 4px; }

.hero__stage { position: relative; z-index: 2; align-self: end; width: 100%; max-width: 760px; justify-self: end; aspect-ratio: 760 / 700; container-type: inline-size; }
.band { position: absolute; left: 0; right: 0; bottom: 0; aspect-ratio: 760 / 640; }
.band img { position: absolute; width: auto; max-width: none; }
.band__krank { left: 31.6%; bottom: 6.25%; height: 62.5%; }
.band__shred { left: 0; bottom: -.6%; height: 78%; }
.band__mully { right: 0; bottom: -.6%; height: 92%; }
.sticker { position: absolute; z-index: 1; }
.sticker--aviators { left: 4%; top: 2%; width: 22%; }
.sticker--pick { right: 1%; top: 1%; width: 8%; }
.sticker--bolt1 { left: 20%; top: 28%; width: 8.4%; height: auto; aspect-ratio: 1; }
.sticker--bolt2 { right: 14%; top: 12%; width: 5.8%; height: auto; aspect-ratio: 1; }
.bubble-wrap { position: absolute; z-index: 4; }
.bubble { position: relative; font-family: var(--font-marker); font-size: clamp(16px, 1.6vw, 22px); line-height: 1.2; background: var(--surface); color: var(--ink); border: var(--stroke-heavy) solid var(--ink); box-shadow: var(--shadow); padding: 10px 18px; white-space: nowrap; }
.bubble::after { content: ""; position: absolute; right: 30px; bottom: -14px; width: 22px; height: 22px; background: inherit; border-right: var(--stroke-heavy) solid var(--ink); border-bottom: var(--stroke-heavy) solid var(--ink); transform: rotate(45deg); }
.bubble--gold { background: var(--highlight); white-space: normal; }
/* Hero song bubble: sized in cqw (stage width) rather than vw, so it scales
   with the band art and always sits in the gap between Shred's head, the
   aviators and Mully's head, with the tail aimed at Mully's mouth. */
.bubble-wrap--song { left: 28%; top: 1%; transform-origin: 90% 100%; }
.bubble--song { display: flex; flex-direction: column; align-items: flex-start; gap: 1cqw; padding: 1.9cqw 2.6cqw 2.1cqw; font-size: max(13px, 4.1cqw); line-height: 1.08; text-align: left; white-space: normal; cursor: pointer; transition: transform .15s cubic-bezier(.3, 1.6, .5, 1), box-shadow .15s; }
.bubble--song::after { right: 3.4cqw; bottom: -1.5cqw; width: 2.6cqw; height: 2.6cqw; min-width: 12px; min-height: 12px; }
.bubble--song:hover { transform: translate(-2px, -3px); box-shadow: var(--shadow-lg); }
.bubble__kicker { font-family: var(--font-condensed); font-weight: 700; font-size: max(10px, 2.3cqw); line-height: 1; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-muted); }
.bubble__row { display: flex; align-items: center; gap: 2cqw; }
.bubble__play { flex-shrink: 0; width: max(30px, 8.6cqw); height: max(30px, 8.6cqw); display: flex; align-items: center; justify-content: center; background: var(--accent); border: var(--stroke-heavy) solid var(--ink); box-shadow: 3px 3px 0 var(--ink); }
.bubble__icon { width: 50%; height: 50%; fill: var(--on-accent); }
.bubble__icon.is-hidden { display: none; }
.bubble__song { white-space: nowrap; }

.road { grid-column: 1 / -1; position: relative; height: clamp(84px, 8vw, 110px); margin-inline: calc(var(--gutter) * -1); background: var(--ink); border-top: 5px solid var(--highlight); }
.road__line { position: absolute; left: 0; right: 0; top: 50%; height: 6px; background-image: repeating-linear-gradient(90deg, var(--highlight) 0 60px, transparent 60px 120px); }
/* .road has no z-index on purpose: the van stacks in the hero's context and
   drives in front of the band's feet (stage is z-index 2). */
.road__van { position: absolute; left: 0; bottom: clamp(12px, 1.6vw, 20px); z-index: 5; will-change: transform; }
.road__van img { height: clamp(78px, 8.6vw, 124px); width: auto; max-width: none; }

@media (min-width: 1000px) and (max-width: 1279px) {
  .hero { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
}
@media (max-width: 999px) {
  .hero { grid-template-columns: minmax(0, 1fr); }
  /* Stacked: centre the copy to line up with the centred band art below. */
  .hero__copy { padding-bottom: 12px; align-items: center; text-align: center; }
  .hero__ctas { justify-content: center; }
  .hero__stage { justify-self: center; max-width: 620px; margin-top: 8px; }
}
@media (max-width: 480px) {
  .hero__ctas { width: 100%; }
  .hero__ctas .btn { flex: 1 1 100%; }
}

/* ---------- marquee ---------- */
.marquee { height: clamp(52px, 4.4vw, 64px); background: var(--accent); border-bottom: var(--stroke-heavy) solid var(--ink); overflow: hidden; display: flex; align-items: center; }
.marquee__track { display: flex; width: max-content; align-items: center; font-family: var(--font-condensed); font-weight: 800; font-size: clamp(20px, 2vw, 28px); letter-spacing: .06em; text-transform: uppercase; color: var(--on-accent); white-space: nowrap; }
.marquee__track span { display: flex; align-items: center; gap: 28px; padding-left: 28px; }
.marquee__track i { display: flex; }
.marquee__track .bolt { width: 26px; height: 26px; }

/* ---------- story ---------- */
.tracks { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(20px, 2.4vw, 32px); }
.track { padding: clamp(18px, 2vw, 24px); display: flex; flex-direction: column; gap: 12px; }
.track__top { display: flex; align-items: center; justify-content: space-between; }
.track__art { height: 150px; display: flex; align-items: center; justify-content: center; }
.track__art img { height: 140px; width: auto; }
.track__art img.track__art--wide { width: min(250px, 90%); height: auto; }
.mini-eq { display: flex; align-items: flex-end; gap: 3px; height: 22px; }
.mini-eq i { width: 5px; height: 22px; background: var(--ink); }

.members { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr)); gap: 24px; }
.member { display: flex; flex-direction: column; overflow: hidden; }
.member__art { height: 310px; border-bottom: var(--stroke-heavy) solid var(--ink); display: flex; align-items: flex-end; justify-content: center; padding-top: 12px; overflow: hidden; background: var(--surface); }
.member__art img { height: 296px; width: auto; max-width: none; }
.member__body { padding: 16px 18px 20px; display: flex; flex-direction: column; gap: 8px; }
.member__head { display: flex; align-items: center; justify-content: space-between; gap: 8px; flex-wrap: wrap; }
.member__body p:not(.note) { font-size: 16px; line-height: 1.5; }

/* ---------- sky ---------- */
.sky { display: grid; grid-template-columns: minmax(0, 560px) minmax(0, 1fr); gap: clamp(32px, 4.4vw, 64px); align-items: center; }
.sky__art { position: relative; width: 100%; max-width: 560px; aspect-ratio: 560 / 700; justify-self: center; container-type: inline-size; }
.sky__img { position: absolute; left: 3.6%; bottom: 0; height: 80%; width: auto; max-width: none; }
.stat-sticker { position: absolute; background: var(--surface-raised); border: var(--stroke-heavy) solid var(--ink); box-shadow: var(--shadow); padding: max(7px, 2.4cqw) max(9px, 2.8cqw); }
.stat-sticker .label { font-size: max(10px, 2.5cqw); line-height: 1.15; }
.stat-sticker--a { left: 51.8%; top: 0; width: 46.4%; transform: rotate(-4deg); }
.stat-sticker--b { left: 58.9%; top: 19.7%; width: 41.1%; transform: rotate(3deg); }
.stat-sticker__value { font-family: var(--font-condensed); font-weight: 800; font-size: max(20px, 6.4cqw); line-height: 1.1; }
.thought { position: absolute; border-radius: 50%; background: var(--surface); border: var(--stroke-heavy) solid var(--ink); }
.thought--1 { left: 73%; top: 47%; width: 3.2%; aspect-ratio: 1; }
.thought--2 { left: 80.7%; top: 41.4%; width: 5%; aspect-ratio: 1; }
.thought--3 { left: 90.3%; top: 34.9%; width: 7.1%; aspect-ratio: 1; }
.sky__copy { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; min-width: 0; }

.terminal { width: 100%; margin-top: 10px; background: var(--ink); border: var(--stroke-heavy) solid var(--ink); box-shadow: 8px 8px 0 var(--brand); }
.terminal__bar { height: 42px; background: var(--surface-raised); border-bottom: var(--stroke-heavy) solid var(--ink); display: flex; align-items: center; gap: 8px; padding: 0 14px; }
.terminal__bar .label:first-of-type { margin-left: 8px; }
.terminal__status { margin-left: auto; display: flex; align-items: center; gap: 8px; }
.sq { width: 14px; height: 14px; border: var(--stroke) solid var(--ink); flex-shrink: 0; }
.sq--red { background: var(--accent); } .sq--gold { background: var(--highlight); } .sq--blue { background: var(--brand); }
.dot { display: inline-block; width: 10px; height: 10px; border-radius: 50%; background: var(--accent); }
.terminal__body { padding: 20px 24px; font-size: clamp(12.5px, 1.2vw, 16px); line-height: 1.85; color: var(--stage-ink); min-height: 232px; }
.terminal__body b { color: var(--highlight); font-weight: 400; }
.terminal__body em { color: var(--stage-brand); font-style: normal; }
.terminal__body u { color: var(--stage-accent); text-decoration: none; }
.tl { white-space: nowrap; }
.cursor { display: inline-block; width: 10px; height: 1.1em; background: var(--stage-ink); margin-left: 8px; vertical-align: -3px; }

@media (max-width: 999px) {
  .sky { grid-template-columns: minmax(0, 1fr); }
  .sky__art { max-width: 480px; }
}
@media (max-width: 560px) {
  .tl { white-space: pre-wrap; overflow-wrap: anywhere; padding-left: 1.2em; text-indent: -1.2em; }
  .terminal__body { padding: 16px; line-height: 1.7; }
  .terminal__status { display: none; }
}

/* ---------- the machine ---------- */
.machine { display: grid; grid-template-columns: minmax(0, 720px) minmax(0, 1fr); gap: clamp(32px, 4.4vw, 64px); align-items: start; }
.wheel { position: relative; width: 100%; max-width: 720px; aspect-ratio: 1; justify-self: center; }
.wheel__ring { position: absolute; inset: 0; width: 100%; height: 100%; }
.wheel__ring circle { fill: none; stroke: var(--highlight); stroke-width: 4; stroke-dasharray: 16 12; }
.wheel__ring circle.inner { stroke: var(--stage-raised); stroke-width: 2; stroke-dasharray: none; }
.wheel__orbit { position: absolute; inset: 0; }
.wheel__orbit i { position: absolute; left: 50%; top: 12.5%; width: 3.9%; aspect-ratio: 1; transform: translate(-50%, -50%); background: var(--stage-electric); border: 3px solid var(--stage-ink); border-radius: 50%; }
.coin-wrap { position: absolute; left: 50%; top: 50%; width: 30.5%; aspect-ratio: 1; transform: translate(-50%, -50%); perspective: 600px; }
.coin { width: 100%; height: 100%; border-radius: 50%; background: var(--highlight); border: 5px solid var(--stage-ink); box-shadow: inset 0 0 0 10px #fcb539, inset 0 0 0 13px var(--ink); display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--ink); }
.coin .bolt { width: 29%; height: auto; aspect-ratio: 1; }
.coin .poster { font-size: clamp(18px, 3.2vw, 38px); line-height: 1; }

.node { position: absolute; width: 26.4%; min-height: 13.3%; transform: translate(-50%, -50%); padding: clamp(6px, 1.2vw, 12px) clamp(8px, 1.6vw, 16px); display: flex; flex-direction: column; justify-content: center; gap: 2px; text-align: left; background: var(--stage-raised); color: var(--stage-ink); border: var(--stroke-heavy) solid var(--stage-ink); box-shadow: 4px 4px 0 var(--brand); cursor: pointer; transition: transform .25s cubic-bezier(.3, 1.8, .5, 1), background .2s, color .2s; }
.node .label { font-size: clamp(11px, 1.2vw, 14px); }
.node strong { font-family: var(--font-condensed); font-weight: 800; text-transform: uppercase; font-size: clamp(13px, 2.2vw, 22px); line-height: 1.08; }
.node:hover { transform: translate(-50%, calc(-50% - 3px)); }
.node.is-on { background: var(--highlight); color: var(--ink); transform: translate(-50%, -50%) scale(1.1) rotate(-2deg); box-shadow: 6px 6px 0 var(--stage-electric); }
.node[data-i="0"] { left: 50%; top: 12.5%; }
.node[data-i="1"] { left: 85.7%; top: 38.4%; }
.node[data-i="2"] { left: 72%; top: 80.3%; }
.node[data-i="3"] { left: 28%; top: 80.3%; }
.node[data-i="4"] { left: 14.3%; top: 38.4%; }

.machine__side { display: flex; flex-direction: column; gap: 24px; min-width: 0; }
.step-card { background: var(--stage-raised); border: var(--stroke-heavy) solid var(--stage-ink); box-shadow: 8px 8px 0 var(--brand); padding: clamp(22px, 2.4vw, 32px); min-height: 290px; display: flex; flex-direction: column; gap: 14px; }
.step-card p { font-size: 18px; line-height: 1.55; }
.step-list { display: flex; flex-direction: column; gap: 10px; }
.srow { display: flex; align-items: center; gap: 16px; width: 100%; min-height: 52px; padding: 8px 16px; background: transparent; color: var(--stage-ink); border: var(--stroke) solid var(--stage-muted); cursor: pointer; text-align: left; font-family: var(--font-condensed); font-weight: 700; font-size: 20px; letter-spacing: .04em; text-transform: uppercase; transition: background .15s, color .15s; }
.srow:hover { border-color: var(--stage-ink); }
.srow.is-on { background: var(--stage-ink); color: var(--ink); border-color: var(--stage-ink); }
.srow .label { width: 28px; flex-shrink: 0; }
.callout { background: var(--highlight); color: var(--ink); border: var(--stroke-heavy) solid var(--stage-ink); padding: 16px 20px; font-family: var(--font-condensed); font-weight: 800; font-size: clamp(22px, 2vw, 26px); line-height: 1.15; text-transform: uppercase; transform: rotate(-1deg); }

@media (max-width: 1099px) {
  .machine { grid-template-columns: minmax(0, 1fr); }
  .wheel { max-width: 640px; }
  .step-card { min-height: 0; }
}
@media (max-width: 560px) {
  .node { width: 29%; box-shadow: 3px 3px 0 var(--brand); }
  .node[data-i="1"] { left: 81%; }  /* pulled in so the side nodes clear the screen edge */
  .node[data-i="4"] { left: 19%; }
  .node.is-on { transform: translate(-50%, -50%) scale(1.06) rotate(-2deg); }
  .step-list { display: none; } /* the wheel nodes are the controls on phones */
}

/* ---------- scoreboard ---------- */
.live-pill { display: inline-flex; align-items: center; gap: 10px; background: var(--ink); color: var(--stage-ink); padding: 12px 18px; border: var(--stroke-heavy) solid var(--ink); box-shadow: 4px 4px 0 var(--accent); margin-bottom: 10px; }
.live-pill .dot { width: 12px; height: 12px; background: var(--stage-accent); }
.big-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(20px, 2vw, 28px); }
.bigtile { position: relative; overflow: hidden; min-height: 290px; padding: clamp(22px, 2vw, 28px); border: var(--stroke-heavy) solid var(--ink); box-shadow: var(--shadow-lg); display: flex; flex-direction: column; gap: 10px; }
.bigtile--blue { background: var(--brand); color: var(--on-brand); }
.bigtile--cream { background: var(--surface-raised); color: var(--ink); }
.bigtile--red { background: var(--accent); color: var(--on-accent); }
.bigtile__value { font-family: var(--font-condensed); font-weight: 800; font-size: clamp(44px, 4.4vw, 64px); line-height: 1.05; letter-spacing: .01em; overflow-wrap: break-word; }
.bigtile__sub { font-size: 16px; line-height: 1.4; font-weight: 500; }
.bigtile--red .bigtile__value, .bigtile--red .bigtile__sub, .bigtile--red .label { position: relative; z-index: 1; }
.bigtile--red .bigtile__sub { padding-right: 92px; } /* clear of .burnart */
.placeholder-tag { margin-top: auto; align-self: flex-start; background: var(--highlight); color: var(--ink); border: var(--stroke) solid var(--ink); padding: 4px 8px; }
.scan { position: absolute; left: 0; right: 0; top: 0; height: 40px; background: rgba(254, 254, 252, .10); pointer-events: none; }
.burnart { position: absolute; right: 22px; bottom: 18px; width: 70px; height: 130px; pointer-events: none; }
.burnart img { position: absolute; left: 8px; bottom: 0; height: 104px; width: auto; }
.ember { position: absolute; width: 10px; height: 10px; background: var(--highlight); border: 2px solid var(--ink); }

.small-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(14px, 1.8vw, 24px); margin-top: clamp(20px, 2vw, 28px); }
.tile { min-height: 150px; padding: clamp(14px, 1.6vw, 20px); background: var(--surface); border: var(--stroke-heavy) solid var(--ink); box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 6px; }
.tile__value { font-family: var(--font-condensed); font-weight: 800; font-size: clamp(30px, 3vw, 42px); line-height: 1.08; overflow-wrap: break-word; }
.tile__sub { font-size: 14px; line-height: 1.4; font-weight: 500; color: var(--ink-muted); }
@media (max-width: 1099px) {
  .big-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .big-stats > :last-child { grid-column: 1 / -1; }
}
@media (max-width: 899px) {
  .small-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 699px) {
  .tracks { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 640px) {
  .big-stats { grid-template-columns: minmax(0, 1fr); }
  .bigtile { min-height: 210px; }
}
@media (max-width: 560px) {
  .tile { min-height: 116px; }
  .tile__value { font-size: 24px; }
  .tile__sub { font-size: 13px; }
}

.meter { margin-top: clamp(40px, 4vw, 52px); }
.meter__head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 8px 24px; margin-bottom: 14px; }
.meter__title { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 16px; }
.meter__title .note { color: var(--ink-muted); }
.meter__figure { font-family: var(--font-condensed); font-weight: 800; font-size: clamp(22px, 2.2vw, 28px); line-height: 1.15; text-transform: uppercase; }
.meter__bar { position: relative; height: clamp(44px, 4vw, 60px); background: var(--surface); border: var(--stroke-heavy) solid var(--ink); box-shadow: var(--shadow); overflow: hidden; }
.meter__fill { position: absolute; left: 0; top: 0; bottom: 0; width: 0; background: var(--accent); border-right: var(--stroke-heavy) solid var(--ink); overflow: hidden; transition: width 1.6s cubic-bezier(.2, .9, .3, 1); }
.meter__fill .shine { position: absolute; top: 0; bottom: 0; left: 0; width: 60px; background: rgba(254, 254, 252, .35); }
.meter__ticks { position: absolute; inset: 0; display: grid; grid-template-columns: repeat(10, minmax(0, 1fr)); pointer-events: none; }
.meter__ticks i { border-right: 2px solid rgba(14, 17, 19, .25); }
.meter__ticks i:last-child { border-right: 0; }

.log { margin-top: clamp(40px, 4vw, 52px); }
.log__head { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 16px; margin-bottom: 14px; }
.log__table { width: 100%; border-collapse: collapse; border: var(--stroke-heavy) solid var(--ink); box-shadow: var(--shadow); background: var(--surface); font-size: 17px; }
.log__table th { background: var(--ink); color: var(--stage-ink); text-align: left; padding: 16px 20px; font-family: var(--font-condensed); font-weight: 700; font-size: 14px; letter-spacing: .08em; text-transform: uppercase; }
.log__table td { padding: 16px 20px; border-top: var(--stroke) solid var(--ink); }
.log__table td:nth-child(2) { font-family: var(--font-condensed); font-weight: 800; font-size: 22px; }
.log__table a { font-weight: 700; }
@media (max-width: 700px) {
  .log__table, .log__table tbody, .log__table tr, .log__table td { display: block; }
  .log__table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .log__table tr { padding: 10px 16px; border-top: var(--stroke) solid var(--ink); }
  .log__table tr:first-child { border-top: 0; }
  .log__table td { border: 0; padding: 4px 0; display: flex; justify-content: space-between; gap: 16px; }
  .log__table td::before { content: attr(data-label); font-family: var(--font-condensed); font-weight: 700; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-muted); }
  .log__table td:nth-child(2) { font-size: 20px; }
}

/* ---------- buy ---------- */
.buy { display: grid; grid-template-columns: minmax(0, 1fr) 420px; gap: clamp(32px, 4vw, 56px); }
.buy__main { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; min-width: 0; }
.buy-steps { width: 100%; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 24px; margin-top: 26px; }
.buy-step { padding: 22px 24px; display: flex; flex-direction: column; gap: 8px; }
.buy-step__head { display: flex; align-items: center; gap: 14px; }
.buy-step__num { font-family: var(--font-display); font-size: 52px; line-height: 1; color: var(--accent); }
.buy-step__title { font-family: var(--font-condensed); font-weight: 800; text-transform: uppercase; font-size: 28px; line-height: 1.06; }
.buy-step p { font-size: 16px; line-height: 1.5; }
.buy-step a { margin-top: auto; align-self: flex-start; padding: 8px 0; border-bottom: 2px solid var(--brand); text-decoration: none; }
.contract { width: 100%; margin-top: 22px; background: var(--surface); border: var(--stroke-heavy) solid var(--ink); box-shadow: var(--shadow-lg); padding: 20px 24px; display: flex; flex-wrap: wrap; align-items: center; gap: 16px 20px; }
.contract__text { flex: 1 1 280px; display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.contract__addr { font-size: clamp(15px, 1.5vw, 20px); line-height: 1.4; font-weight: 700; overflow-wrap: anywhere; }
.contract__copy { min-width: 150px; }
.buy__links { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 18px; }
/* --fig-h is Mully's height; it leaves --bubble-room of headroom, and the bubble
   sits right on top of his head, so it never covers his face or floats far off. */
.buy__art { --bubble-room: 150px; --fig-h: min(660px, 84%, calc(100% - 16px - var(--bubble-room))); position: relative; min-height: 640px; background: var(--surface); border: var(--stroke-heavy) solid var(--ink); box-shadow: var(--shadow-lg); overflow: hidden; }
.buy__art > img { position: absolute; left: 50%; bottom: 16px; height: var(--fig-h); width: auto; max-width: none; transform: translateX(-50%); transform-origin: 50% 100%; }
.buy__art > img.bob { animation-name: bob-centered; }
.bubble-wrap--buy { left: 36px; bottom: calc(16px + var(--fig-h) + 18px); }
.bubble-wrap--buy .bubble { font-size: clamp(20px, 2vw, 26px); }
.bubble-wrap--buy .bubble::after { left: 150px; right: auto; }
/* Keep the four steps 2-up beside the art; 1-up made this column (and the art box) ~1400px tall. */
@media (min-width: 1100px) and (max-width: 1279px) {
  .buy-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 1099px) {
  .buy { grid-template-columns: minmax(0, 1fr); }
  .buy__art { min-height: 0; height: clamp(480px, 110vw, 640px); max-width: 520px; width: 100%; justify-self: center; }
}
@media (max-width: 480px) {
  .buy__links { width: 100%; }
  .buy__links .btn { flex: 1 1 100%; }
  .contract__copy { width: 100%; }
  .buy__art { --bubble-room: 124px; }
  .bubble-wrap--buy { left: 20px; }
  .bubble-wrap--buy .bubble { font-size: 19px; }
  .bubble-wrap--buy .bubble::after { left: 120px; }
}

/* ---------- faq ---------- */
.faq-layout { display: grid; grid-template-columns: minmax(0, 1fr) 420px; gap: clamp(32px, 4vw, 56px); }
.faq-layout > div:first-child { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.faqs { width: 100%; display: flex; flex-direction: column; gap: 16px; margin-top: 26px; }
.faq { background: var(--surface); border: var(--stroke-heavy) solid var(--ink); box-shadow: var(--shadow); transition: box-shadow .15s; }
.faq.is-open { box-shadow: var(--shadow-lg); }
.faq__q { display: flex; align-items: center; justify-content: space-between; gap: 20px; width: 100%; min-height: 72px; padding: 14px 20px 14px 24px; background: transparent; border: 0; color: var(--ink); cursor: pointer; text-align: left; font-family: var(--font-condensed); font-weight: 800; font-size: clamp(20px, 2vw, 25px); line-height: 1.1; letter-spacing: .02em; text-transform: uppercase; }
.faq__sign { flex-shrink: 0; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; background: var(--highlight); border: var(--stroke-heavy) solid var(--ink); font-size: 28px; font-weight: 800; }
.faq__a { padding: 0 24px 22px; max-width: 760px; font-size: 17px; line-height: 1.55; }
.faq__a[hidden] { display: none; }
.faq__art { position: relative; min-height: 700px; }
.faq__art > img { position: absolute; left: 70px; bottom: 0; height: 620px; width: auto; max-width: none; }
.bubble-wrap--faq { right: 0; top: 10px; }
.bubble-wrap--faq .bubble::after { display: none; }
@media (max-width: 1099px) {
  .faq-layout { grid-template-columns: minmax(0, 1fr); }
  .faq__art { display: none; }
}

/* ---------- footer ---------- */
.footer { padding: clamp(56px, 6vw, 80px) var(--gutter); display: flex; flex-direction: column; align-items: center; gap: 28px; text-align: center; }
.footer__eq { display: flex; align-items: flex-end; justify-content: center; gap: 6px; height: 70px; max-width: 100%; overflow: hidden; }
.footer__eq i { width: 12px; flex-shrink: 0; }
.footer__logo { width: min(440px, 100%); border: var(--stroke-heavy) solid var(--stage-ink); box-shadow: 8px 8px 0 var(--highlight); }
.footer__shout { font-size: clamp(40px, 5.4vw, 64px); line-height: 1; margin-top: 12px; }
.footer__links { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 32px; font-family: var(--font-condensed); font-weight: 700; font-size: 20px; letter-spacing: .06em; text-transform: uppercase; }
.footer__links a { color: var(--stage-ink); text-decoration: none; border-bottom: 2px solid var(--highlight); padding: 8px 0 2px; }
.footer__links a:hover { color: var(--highlight); }
.footer__legal { max-width: 820px; font-size: 14px; line-height: 1.45; font-weight: 500; color: var(--stage-muted); }
.footer__copy { color: var(--stage-muted); }

/* ---------- floating player ---------- */
.player { position: fixed; z-index: 55; right: clamp(12px, 2.4vw, 24px); bottom: clamp(12px, 2.4vw, 24px); font-family: var(--font-sans); }
.player__tab { display: flex; align-items: center; gap: 10px; height: 52px; padding: 0 18px; background: var(--highlight); border: var(--stroke-heavy) solid var(--ink); box-shadow: var(--shadow-lg); cursor: pointer; transition: transform .15s cubic-bezier(.3, 1.6, .5, 1); }
.player__tab:hover { transform: translate(-2px, -3px); }
.player.is-open .player__tab { display: none; }
.player__tab-eq { height: 18px; }
.player__tab-eq .eq { background: var(--ink); animation-play-state: paused; }
.player.is-playing .player__tab-eq .eq { animation-play-state: running; }
.player__tab-label { font-size: 20px; color: var(--ink); }

.player__panel { display: none; flex-direction: column; gap: 12px; width: min(380px, calc(100vw - 24px)); background: var(--surface); border: var(--stroke-heavy) solid var(--ink); box-shadow: var(--shadow-lg); padding: 14px 16px; }
.player.is-open .player__panel { display: flex; }
.player__row { display: flex; align-items: center; gap: 12px; }
.player__play { flex-shrink: 0; width: 46px; height: 46px; display: flex; align-items: center; justify-content: center; background: var(--accent); border: var(--stroke-heavy) solid var(--ink); box-shadow: 3px 3px 0 var(--ink); cursor: pointer; }
.player__play .player__icon { width: 20px; height: 20px; fill: var(--on-accent); }
.player__info { flex: 1 1 auto; min-width: 0; }
.player__title { font-family: var(--font-condensed); font-weight: 800; font-size: 17px; line-height: 1.15; letter-spacing: .01em; text-transform: uppercase; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.player__artist { display: block; margin-top: 2px; }
.player__mute, .player__close { flex-shrink: 0; width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; background: var(--surface); border: var(--stroke) solid var(--ink); cursor: pointer; }
.player__mute .player__icon, .player__close .player__icon { width: 18px; height: 18px; fill: var(--ink); }
.player__icon-line { fill: none; stroke: var(--ink); stroke-width: 2; stroke-linecap: round; }
.player__icon.is-hidden { display: none; }
.player__scrub { display: flex; align-items: center; gap: 10px; }
.player__time { flex-shrink: 0; font-size: 12px; color: var(--ink-muted); width: 34px; }
.player__time:last-of-type { text-align: right; }
.player__range { flex: 1 1 auto; -webkit-appearance: none; appearance: none; height: 10px; background: var(--surface-raised); border: var(--stroke) solid var(--ink); cursor: pointer; }
.player__range::-webkit-slider-thumb { -webkit-appearance: none; width: 14px; height: 20px; background: var(--brand); border: var(--stroke) solid var(--ink); cursor: pointer; }
.player__range::-moz-range-thumb { width: 14px; height: 20px; background: var(--brand); border: var(--stroke) solid var(--ink); border-radius: 0; cursor: pointer; }
.player__range::-moz-range-track { height: 10px; background: var(--surface-raised); }
@media (max-width: 480px) {
  .player { right: 12px; bottom: 12px; left: 12px; }
  .player__panel { width: 100%; }
}

/* ==========================================================================
   MOTION
   ========================================================================== */
@keyframes bob { 0%, 100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-12px) rotate(1deg); } }
@keyframes bob-centered { 0%, 100% { transform: translateX(-50%) translateY(0) rotate(-1deg); } 50% { transform: translateX(-50%) translateY(-12px) rotate(1deg); } }
@keyframes sway { 0%, 100% { transform: rotate(-2.5deg); } 50% { transform: rotate(.8deg) scale(1.02); } }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes drive { from { transform: translateX(100vw); } to { transform: translateX(-100%); } }
@keyframes vroom { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-3px); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes flash { 0%, 40%, 60%, 100% { opacity: 1; transform: scale(1); } 48% { opacity: .2; transform: scale(.8); } 54% { opacity: 1; transform: scale(1.25); } }
@keyframes wiggle { 0%, 100% { transform: rotate(-5deg); } 50% { transform: rotate(5deg); } }
@keyframes coin { to { transform: rotateY(360deg); } }
@keyframes ember { 0% { transform: translateY(0) scale(1); opacity: 1; } 100% { transform: translateY(-150px) scale(.3); opacity: 0; } }
@keyframes blink { 0%, 49% { opacity: 1; } 50%, 100% { opacity: 0; } }
@keyframes eq { 0%, 100% { transform: scaleY(.25); } 50% { transform: scaleY(1); } }
@keyframes shine { from { transform: translateX(-160px) skewX(-20deg); } to { transform: translateX(1400px) skewX(-20deg); } }
@keyframes scan { from { transform: translateY(-60px); } to { transform: translateY(340px); } }
@keyframes shake { 0% { transform: translate(0, 0); } 25% { transform: translate(-3px, 2px); } 50% { transform: translate(3px, -2px); } 75% { transform: translate(-2px, -3px); } 100% { transform: translate(0, 0); } }
@keyframes t1 { 0% { clip-path: inset(0 100% 0 0); } 7%, 92% { clip-path: inset(0 0 0 0); } 96%, 100% { clip-path: inset(0 100% 0 0); } }
@keyframes t2 { 0%, 12% { clip-path: inset(0 100% 0 0); } 19%, 92% { clip-path: inset(0 0 0 0); } 96%, 100% { clip-path: inset(0 100% 0 0); } }
@keyframes t3 { 0%, 24% { clip-path: inset(0 100% 0 0); } 31%, 92% { clip-path: inset(0 0 0 0); } 96%, 100% { clip-path: inset(0 100% 0 0); } }
@keyframes t4 { 0%, 36% { clip-path: inset(0 100% 0 0); } 43%, 92% { clip-path: inset(0 0 0 0); } 96%, 100% { clip-path: inset(0 100% 0 0); } }
@keyframes t5 { 0%, 48% { clip-path: inset(0 100% 0 0); } 55%, 92% { clip-path: inset(0 0 0 0); } 96%, 100% { clip-path: inset(0 100% 0 0); } }
@keyframes t6 { 0%, 60% { clip-path: inset(0 100% 0 0); } 67%, 92% { clip-path: inset(0 0 0 0); } 96%, 100% { clip-path: inset(0 100% 0 0); } }

.bob { animation: bob 2.6s ease-in-out infinite; transform-origin: 50% 100%; }
.d1 { animation-delay: -.8s; } .d2 { animation-delay: -1.6s; }
.sway { animation: sway 4.5s ease-in-out infinite; }
.marquee__track { animation: marquee 30s linear infinite; }
.drive { animation: drive 14s linear infinite; }
.vroom { animation: vroom .32s ease-in-out infinite; }
.spin { animation: spin 40s linear infinite; }
.spin-slow { animation: spin 12s linear infinite; }
.orbit { animation: spin 7s linear infinite; }
.flash { animation: flash 2.2s ease-in-out infinite; }
.wiggle { animation: wiggle 2.4s ease-in-out infinite; }
.coin { animation: coin 5s linear infinite; }
.ember { animation: ember 2.1s ease-out infinite; }
.ember:nth-child(3) { animation-delay: -.35s; } .ember:nth-child(4) { animation-delay: -.7s; } .ember:nth-child(5) { animation-delay: -1.05s; } .ember:nth-child(6) { animation-delay: -1.4s; } .ember:nth-child(7) { animation-delay: -1.75s; }
.blink { animation: blink 1s steps(1) infinite; }
.eq { display: block; animation: eq .9s ease-in-out infinite; transform-origin: 50% 100%; }
.e0 { animation-delay: 0s; } .e1 { animation-delay: -.15s; } .e2 { animation-delay: -.3s; } .e3 { animation-delay: -.45s; } .e4 { animation-delay: -.6s; } .e5 { animation-delay: -.75s; }
.shine { animation: shine 2.6s ease-in-out infinite; }
.scan { animation: scan 3.2s linear infinite; }
.t1 { animation: t1 15s steps(26) infinite; } .t2 { animation: t2 15s steps(26) infinite; } .t3 { animation: t3 15s steps(26) infinite; }
.t4 { animation: t4 15s steps(26) infinite; } .t5 { animation: t5 15s steps(26) infinite; } .t6 { animation: t6 15s steps(26) infinite; }

/* "Turn it to 11" mode */
.is-loud .shake { animation: shake .12s linear infinite; }
.is-loud .bob { animation-duration: .45s; }
.is-loud .drive { animation-duration: 4s; }
.is-loud .marquee__track { animation-duration: 9s; }
.is-loud .spin { animation-duration: 6s; }
.is-loud .flash { animation-duration: .5s; }
.is-loud .eq { animation-duration: .35s; }

/* scroll reveal (only when JS is running) */
.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s cubic-bezier(.2, .9, .3, 1.2); }
.js .reveal.is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .js .reveal { opacity: 1; transform: none; }
}
