/* ============================================================
   nezumi.music — "Nezumi Jukebox"
   World: mustard-gold record bar · black-glass wall-box · brass
   Type: Six Caps (display) · Jost (text) · Cutive Mono (catalog)
   ============================================================ */

:root {
  --wall: #cfa036;
  --ink: #1c1508;
  --ink-soft: #36280a;
  --glass: #100d08;
  --glass-2: #17120a;
  --cream: #f2e4c0;
  --cream-dim: #cdb684;
  --lit: #ffd35c;
  --brass: #b08a3e;
  --brass-hi: #e2b458;
  --green: #235941;
  --green-deep: #17402f;
  --font-display: "Six Caps", "Arial Narrow", sans-serif;
  --font-text: "Jost", Futura, "Century Gothic", sans-serif;
  --font-mono: "Cutive Mono", "Courier New", monospace;
  --font-kanji: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
  --shadow-card: 0 18px 44px rgba(28, 21, 8, .22);
  --shadow-deep: 0 34px 80px rgba(10, 7, 2, .5);
  --ease-out: cubic-bezier(.2, .8, .2, 1);
}

/* ---------- reset & base ---------- */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  scrollbar-color: var(--brass) #241b09;
}

body { overflow-x: clip; }

body {
  font-family: var(--font-text);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background:
    radial-gradient(120% 90% at 50% 0%, rgba(255, 231, 150, .28), transparent 55%),
    radial-gradient(140% 120% at 50% 115%, rgba(63, 44, 5, .5), transparent 60%),
    radial-gradient(rgba(28, 21, 8, .05) 1px, transparent 1.3px),
    var(--wall);
  background-size: auto, auto, 9px 9px, auto;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; height: auto; }
svg { display: block; max-width: 100%; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
a { color: inherit; text-underline-offset: .18em; text-decoration-thickness: 1.5px; }

::selection { background: var(--green); color: var(--cream); }
::-webkit-scrollbar { width: 12px; }
::-webkit-scrollbar-track { background: #241b09; }
::-webkit-scrollbar-thumb { background: var(--brass); border-radius: 6px; border: 3px solid #241b09; }

:focus-visible {
  outline: 3px solid var(--lit);
  outline-offset: 3px;
  border-radius: 4px;
}

.visually-hidden {
  position: absolute; width: 1px; height: 1px;
  clip-path: inset(50%); overflow: hidden; white-space: nowrap;
}

.skip {
  position: absolute; left: 16px; top: -60px; z-index: 50;
  background: var(--glass); color: var(--lit);
  padding: 10px 18px; border-radius: 10px;
  font-size: .95rem; text-decoration: none;
  transition: top .25s var(--ease-out);
}
.skip:focus-visible { top: 14px; }

/* ---------- header bar ---------- */

.bar {
  display: flex; align-items: baseline; justify-content: space-between;
  padding: 20px clamp(20px, 4.5vw, 48px) 8px;
}

.wordmark {
  font-weight: 600; font-size: 1.4rem; letter-spacing: .02em;
  text-decoration: none;
}

.meter {
  font-family: var(--font-mono);
  font-size: .95rem; letter-spacing: .14em;
  color: var(--ink-soft);
  perspective: 300px;
}

.meter-digits { display: inline-block; }
.meter-n { display: inline-block; transform-origin: 50% 50%; }
.meter-n.tick { animation: tickflip .55s var(--ease-out); }

@keyframes tickflip {
  0% { transform: rotateX(88deg); opacity: .2; }
  100% { transform: rotateX(0); opacity: 1; }
}

/* ---------- the machine ---------- */

.machine {
  padding: clamp(24px, 5vw, 56px) clamp(16px, 4vw, 48px) clamp(64px, 9vw, 110px);
  text-align: center;
}

.wallbox {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(20px, 3.5vw, 34px);
  text-align: left;
  border-radius: 22px;
  background:
    radial-gradient(85% 60% at 50% 0%, rgba(255, 211, 92, .13), transparent 62%),
    linear-gradient(180deg, var(--glass-2), var(--glass) 70%);
  border: 2px solid rgba(178, 134, 56, .85);
  box-shadow:
    inset 0 1px 0 rgba(255, 226, 150, .25),
    inset 0 -30px 60px rgba(0, 0, 0, .55),
    0 0 0 6px #241b09,
    0 0 0 8px rgba(178, 134, 56, .55),
    var(--shadow-deep);
  transition: box-shadow 1s ease;
}

.model-plate {
  font-family: var(--font-mono);
  font-size: .72rem; letter-spacing: .3em; text-transform: uppercase;
  color: var(--cream-dim);
  text-align: center;
  margin-bottom: 18px;
}

/* title strips */

.strips {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.strip {
  position: relative;
  border-radius: 10px;
  min-height: 72px;
}

.strip-btn {
  display: flex; align-items: center; gap: 12px;
  width: 100%; height: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  text-align: left;
  background: linear-gradient(180deg, #f7ecd0, var(--cream) 60%, #e4d2a4);
  box-shadow:
    inset 0 1px 0 #fffbe9,
    inset 0 -2px 0 rgba(110, 85, 31, .35),
    0 3px 8px rgba(0, 0, 0, .45);
  transition: transform .18s var(--ease-out), box-shadow .3s ease;
}

.is-live .strip-btn::after {
  content: "";
  position: absolute; inset: -6px;
  border-radius: 14px;
  box-shadow: 0 0 24px rgba(255, 211, 92, .3);
  opacity: .85;
  animation: flicker 4.2s ease-in-out infinite;
  pointer-events: none;
}

.is-playing .is-live .strip-btn::after { opacity: 1; animation: none; }

@keyframes flicker {
  0%, 100% { opacity: .85; }
  8% { opacity: .55; }
  10% { opacity: .85; }
  54% { opacity: .7; }
  57% { opacity: .85; }
}

.strip-btn:hover { transform: translateY(1px); }
.strip-btn:active { transform: translateY(2px); }

.strip-code {
  flex: none;
  display: grid; place-items: center;
  width: 42px; height: 42px;
  border-radius: 50%;
  font-family: var(--font-display);
  font-size: 1.5rem; letter-spacing: .04em;
  color: var(--lit);
  background: radial-gradient(circle at 32% 28%, #4a4132, #16120b 70%);
  box-shadow:
    inset 0 2px 3px rgba(255, 226, 150, .35),
    inset 0 -3px 5px rgba(0, 0, 0, .8),
    0 2px 4px rgba(0, 0, 0, .5);
}

.strip-titles { display: grid; line-height: 1.15; min-width: 0; }
.strip-titles strong {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.9rem;
  letter-spacing: .045em;
  text-transform: uppercase;
  color: var(--ink);
}
.strip-titles em {
  font-style: normal;
  font-weight: 500;
  font-size: .82rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.strip.is-empty {
  border: 1.5px dashed rgba(242, 228, 192, .3);
  color: rgba(242, 228, 192, .62);
  background: rgba(255, 255, 255, .015);
  display: flex; align-items: center; gap: 12px;
  padding: 12px 14px;
}

.strip.is-empty .strip-code {
  width: 34px; height: 34px;
  font-size: 1.1rem;
  color: rgba(242, 228, 192, .55);
  background: none;
  box-shadow: inset 0 0 0 1.5px rgba(242, 228, 192, .28);
}

.strip-filler {
  font-family: var(--font-mono);
  font-size: .72rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: inherit;
}

/* record well */

.well {
  position: relative;
  margin-top: 16px;
  height: clamp(250px, 38vw, 350px);
  border-radius: 14px;
  background:
    radial-gradient(70% 90% at 50% 10%, rgba(255, 211, 92, .07), transparent 60%),
    #0b0906;
  box-shadow:
    inset 0 16px 40px rgba(0, 0, 0, .75),
    inset 0 -2px 0 rgba(255, 211, 92, .08),
    inset 0 0 0 1px rgba(178, 134, 56, .25);
  overflow: hidden;
}

.well-slot {
  position: absolute;
  left: 30px; top: 9%; bottom: 9%;
  width: 9px;
  border-radius: 5px;
  background: #040302;
  box-shadow:
    inset 0 2px 4px #000,
    1px 0 0 rgba(255, 211, 92, .1),
    -1px 0 0 rgba(255, 211, 92, .06);
}

.well::before {
  content: "";
  position: absolute;
  left: 34px; top: 50%;
  width: clamp(215px, 31vw, 305px);
  aspect-ratio: 1;
  transform: translate(88%, -50%) scale(.94);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 211, 92, .1) 0 3px,
    transparent 4px 46.5%,
    rgba(255, 211, 92, .06) 47% 48.5%,
    transparent 49%
  );
}

.rig { position: absolute; inset: 0; }

.record-wrap {
  position: absolute;
  left: 34px; top: 50%;
  width: clamp(215px, 31vw, 305px);
  transform: translate(-74%, -50%);
  transition: transform 1.1s var(--ease-out);
  border-radius: 50%;
}

.is-playing .record-wrap { transform: translate(88%, -50%); }

.record-wrap.is-nudged .record-disc { animation-play-state: paused; }

.record {
  width: 100%; height: auto;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, .6));
}

/* the disc spins; the sheen is the room's light and stays put */
.record-disc {
  transform-box: view-box;
  transform-origin: 50% 50%;
  animation: spin 2.4s linear infinite;
  animation-play-state: paused;
}

.is-playing .record-disc { animation-play-state: running; }

@keyframes spin { to { transform: rotate(1turn); } }

.label-arc {
  font-family: var(--font-text);
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 4px;
}

.label-kanji {
  font-family: var(--font-kanji);
  font-size: 76px;
  font-weight: 600;
}

.tonearm {
  position: absolute;
  right: 10px; top: 30%;
  width: clamp(140px, 18.8vw, 271px);
  transform: rotate(-16deg);
  transform-origin: 88% 23%;
  transition: transform 1.3s var(--ease-out) .55s;
  filter: drop-shadow(0 8px 10px rgba(0, 0, 0, .5));
}

.is-playing .tonearm { transform: rotate(4deg); }

.instruction-plate {
  margin: 22px auto 0;
  width: fit-content;
  max-width: 100%;
  padding: 11px 26px;
  border-radius: 8px;
  font-family: var(--font-mono);
  font-size: .82rem;
  letter-spacing: .26em;
  text-transform: uppercase;
  text-align: center;
  color: #1c1304;
  text-shadow: 0 1px 0 rgba(255, 235, 170, .5);
  background: linear-gradient(180deg, #d3ab55, var(--brass) 55%, #a1792c);
  box-shadow:
    inset 0 1px 0 rgba(255, 240, 190, .65),
    inset 0 -2px 3px rgba(70, 50, 10, .55),
    0 3px 8px rgba(0, 0, 0, .5);
  animation: platepulse 3.6s ease-in-out infinite;
}

.is-playing .instruction-plate { animation: none; opacity: 1; }

@keyframes platepulse {
  0%, 100% { opacity: 1; }
  50% { opacity: .72; }
}

/* player tray */

.tray { margin-top: 26px; }

.tray-inner {
  max-width: 680px;
  margin: 0 auto;
  padding: 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, var(--glass-2), var(--glass));
  border: 2px solid rgba(178, 134, 56, .8);
  box-shadow:
    inset 0 1px 0 rgba(255, 226, 150, .2),
    0 0 0 5px #241b09,
    0 0 0 7px rgba(178, 134, 56, .45),
    var(--shadow-deep);
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .8s var(--ease-out), transform .8s var(--ease-out);
}

.tray.is-open .tray-inner { opacity: 1; transform: translateY(0); }

.tray-player {
  display: block;
  border-radius: 12px;
  border: 0;
}

.tray-note {
  margin-top: 12px;
  text-align: center;
  font-size: .95rem;
  color: var(--cream-dim);
}

.tray-note a { color: var(--lit); }

/* tagline & scroll hint */

.tagline {
  margin: clamp(28px, 4vw, 44px) auto 0;
  max-width: 46ch;
  font-weight: 500;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.scroll-hint {
  width: 26px; height: 26px;
  margin: 26px auto 0;
  color: var(--ink);
  opacity: .55;
  animation: bob 2.3s ease-in-out infinite;
}

@keyframes bob { 50% { transform: translateY(6px); } }

/* ---------- shared section bones ---------- */

main > section:not(.machine) { padding: clamp(80px, 11vw, 140px) clamp(20px, 5vw, 48px); }

.display {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(4.2rem, 13vw, 10.5rem);
  line-height: .92;
  letter-spacing: .02em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: clamp(36px, 5vw, 60px);
}

/* ---------- side A / the single ---------- */

.single-grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 4fr);
  gap: clamp(36px, 6vw, 80px);
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
}

.sleeve {
  position: relative;
  max-width: 480px;
  justify-self: center;
  width: 100%;
}

.sleeve-jacket {
  position: relative;
  z-index: 1;
  border-radius: 6px;
  overflow: hidden;
  transform: rotate(-2deg);
  box-shadow: 0 30px 60px rgba(28, 21, 8, .4);
  transition: transform .6s var(--ease-out);
}

.sleeve-jacket::before {
  content: "";
  position: absolute; inset: 0 auto 0 0;
  width: 14px;
  background: linear-gradient(90deg, rgba(28, 21, 8, .28), transparent);
  pointer-events: none;
}

.sleeve:hover .sleeve-jacket { transform: rotate(0deg); }

.sleeve-record {
  position: absolute;
  top: 9%; right: -15%;
  width: 82%;
  z-index: 0;
  filter: drop-shadow(-14px 18px 22px rgba(28, 21, 8, .38));
}

.sleeve figcaption {
  margin-top: 18px;
  font-family: var(--font-mono);
  font-size: .82rem;
  letter-spacing: .035em;
  color: var(--ink-soft);
  text-align: center;
}

.catalog { display: grid; gap: 26px; max-width: 460px; }

.card {
  background: linear-gradient(180deg, #f7ecd0, var(--cream) 70%, #e7d6ab);
  border-radius: 14px;
  padding: 22px 28px;
  box-shadow: var(--shadow-card);
}

.card > div {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 16px;
  align-items: baseline;
  padding: 9px 0;
}

.card > div + div { border-top: 1px solid rgba(28, 21, 8, .1); }

.card dt {
  font-family: var(--font-mono);
  font-size: .7rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #6b5420;
}

.card dd { font-weight: 500; font-size: 1.02rem; font-variant-numeric: tabular-nums; }

.card .is-out { color: var(--green-deep); font-weight: 600; display: flex; align-items: center; gap: 9px; }

.card .is-out::before {
  content: "";
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 3px rgba(35, 89, 65, .18);
}

/* platform strips */

.platforms { list-style: none; display: grid; gap: 12px; }

.p-strip {
  display: flex; align-items: center; gap: 15px;
  width: 100%;
  padding: 15px 20px;
  border-radius: 12px;
  text-decoration: none;
  background: linear-gradient(180deg, #f7ecd0, var(--cream) 60%, #e4d2a4);
  box-shadow:
    inset 0 1px 0 #fffbe9,
    inset 0 -2px 0 rgba(110, 85, 31, .3),
    0 3px 10px rgba(28, 21, 8, .25);
  transition: transform .2s var(--ease-out), box-shadow .2s ease;
}

.p-strip:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 #fffbe9,
    inset 0 -2px 0 rgba(110, 85, 31, .3),
    0 10px 22px rgba(28, 21, 8, .3);
}

.p-dot {
  flex: none;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--ink);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, .3);
  transition: background .2s ease, box-shadow .2s ease;
}

.p-strip:hover .p-dot {
  background: var(--green);
  box-shadow: 0 0 0 3px rgba(35, 89, 65, .22), inset 0 1px 2px rgba(255, 255, 255, .3);
}

.p-name {
  font-weight: 600;
  font-size: 1.02rem;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.p-arrow {
  width: 20px; height: 20px;
  margin-left: auto;
  transition: transform .2s var(--ease-out);
}

.p-strip:hover .p-arrow { transform: translateX(4px); }

.catalog-note {
  font-size: .92rem;
  color: var(--ink-soft);
  max-width: 40ch;
}

/* ---------- who / nameplate band ---------- */

.who {
  position: relative;
  background:
    radial-gradient(90% 70% at 50% 0%, rgba(255, 211, 92, .1), transparent 60%),
    linear-gradient(180deg, #0d0a06, var(--glass) 40%, #0d0a06);
  color: var(--cream);
}

.who .display { color: var(--cream); }

.plaque {
  position: relative;
  max-width: 640px;
  margin: 0 auto;
  padding: clamp(34px, 5vw, 52px);
  border-radius: 18px;
  background: linear-gradient(180deg, #c39a4a, #a67f30 70%, #a1792c);
  box-shadow:
    inset 0 2px 0 rgba(255, 240, 190, .55),
    inset 0 -3px 6px rgba(70, 50, 10, .5),
    var(--shadow-deep);
}

.plaque::before {
  content: "";
  position: absolute;
  top: 14px; left: 14px;
  width: 11px; height: 11px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #e8c87c, #7a5c1e 75%);
  box-shadow: 0 0 0 2px rgba(70, 50, 10, .45);
}

.plaque::after {
  content: "";
  position: absolute;
  top: 14px; right: 14px;
  width: 11px; height: 11px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #e8c87c, #7a5c1e 75%);
  box-shadow: 0 0 0 2px rgba(70, 50, 10, .45);
}

.plaque p {
  max-width: 56ch;
  font-size: 1.08rem;
  line-height: 1.62;
  color: #1c1304;
}

.plaque p + p { margin-top: 1em; }

.plaque .display-plate {
  font-size: clamp(2.9rem, 7.5vw, 5rem);
  color: #1c1304;
  text-align: left;
  margin-bottom: 24px;
}

.plaque .kanji {
  font-family: var(--font-kanji);
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1;
  vertical-align: -.12em;
  color: #1c1304;
}

.plaque-stamp {
  position: absolute;
  right: 26px; bottom: 10px;
  font-family: var(--font-kanji);
  font-weight: 600;
  font-size: clamp(4.4rem, 8vw, 6.8rem);
  line-height: 1;
  color: rgba(110, 85, 31, .4);
  pointer-events: none;
}

/* taped snapshots of the cover art — the logo's own edge rats */

.pin {
  position: absolute;
  width: clamp(78px, 9.5vw, 128px);
  aspect-ratio: 1;
  overflow: hidden;
  border: 4px solid var(--cream);
  background: var(--glass);
  box-shadow: 0 14px 30px rgba(0, 0, 0, .55);
  rotate: -4deg;
}

.pin img {
  position: absolute;
  width: 260%;
  max-width: none;
  height: auto;
  top: -8%;
}

.pin-left { left: clamp(10px, 4vw, 72px); bottom: 56px; }
.pin-left img { left: -8%; }

.pin-right { right: clamp(10px, 4vw, 72px); top: 56px; rotate: 3deg; }
.pin-right img { right: -8%; }

.pin::after {
  content: "";
  position: absolute;
  top: -9px; left: 50%;
  width: 44%; height: 15px;
  transform: translateX(-50%) rotate(-3deg);
  background: rgba(242, 228, 192, .5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
}


/* ---------- the wall / follow ---------- */

.wall { text-align: center; }

.wall-lede {
  max-width: 58ch;
  margin: -6px auto clamp(30px, 4vw, 44px);
  color: var(--ink-soft);
}

.strips-wall {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 820px;
  margin: 0 auto;
  text-align: left;
}

.strips-wall .strip {
  background: linear-gradient(180deg, #efe1bd, #e2cf9e);
  border: 1.5px dashed rgba(110, 85, 31, .45);
  box-shadow: 0 3px 10px rgba(28, 21, 8, .18);
  display: flex; align-items: center; gap: 12px;
  flex-wrap: wrap;
  padding: 13px 15px;
  min-height: 72px;
}

.strips-wall .strip-code {
  width: 34px; height: 34px;
  font-size: 1.1rem;
  color: rgba(242, 228, 192, .75);
  background: radial-gradient(circle at 32% 28%, #4a4132, #16120b 70%);
  box-shadow: inset 0 2px 3px rgba(255, 226, 150, .25), inset 0 -3px 5px rgba(0, 0, 0, .8);
}

.strips-wall .strip-titles strong { font-size: 1.5rem; }

.punch {
  margin-left: auto;
  flex: none;
  font-family: var(--font-mono);
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #6b5420;
  border: 1.5px dashed #8a6d2b;
  border-radius: 6px;
  padding: 3px 8px;
}

.wall-cta {
  max-width: 560px;
  margin: clamp(36px, 5vw, 52px) auto 0;
  padding: 18px 26px;
  border-radius: 14px;
  background:
    repeating-linear-gradient(45deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 3px),
    repeating-linear-gradient(-45deg, rgba(4, 18, 12, .05) 0 1px, transparent 1px 3px),
    linear-gradient(180deg, #2a654b, var(--green) 60%, var(--green-deep));
  color: var(--cream);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .18),
    inset 0 -2px 0 rgba(6, 26, 18, .6),
    0 12px 30px rgba(23, 64, 47, .35);
}

.wall-cta:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .18),
    inset 0 -2px 0 rgba(6, 26, 18, .6),
    0 18px 40px rgba(23, 64, 47, .45);
}

.wall-cta .p-dot { background: var(--cream); }

.wall-cta .p-name { font-size: 1.08rem; }

/* ---------- footer ---------- */

.colophon {
  background: linear-gradient(180deg, var(--glass), #080604);
  color: var(--cream-dim);
  text-align: center;
  padding: 56px 24px 64px;
  font-family: var(--font-mono);
  font-size: .85rem;
  letter-spacing: .035em;
}

.colophon-wit { margin-top: 10px; color: rgba(205, 182, 132, .75); }

.kanji-small {
  font-family: var(--font-kanji);
  color: var(--brass-hi);
  font-size: 1.25em;
  margin-left: 6px;
}

/* ---------- responsive ---------- */

@media (max-width: 940px) {
  .single-grid { grid-template-columns: 1fr; }
  .sleeve { max-width: 440px; }
  .catalog { max-width: 480px; margin: 0 auto; width: 100%; }
  .pin { display: none; }
}

@media (max-width: 680px) {
  .strips, .strips-wall { grid-template-columns: repeat(2, 1fr); }
  .strip-titles strong { font-size: 1.55rem; }
  .record-wrap { width: 46vw; left: 26px; }
  .well { height: clamp(230px, 62vw, 300px); }
  .well::before { width: 46vw; left: 26px; }
  .tonearm { width: 30vw; min-width: 118px; }
  .sleeve-record { right: -4%; width: 68%; }
  .model-plate { font-size: .62rem; letter-spacing: .22em; }
  .punch { padding: 2px 6px; }
}

@media (max-width: 420px) {
  .strips, .strips-wall { grid-template-columns: 1fr; }
  .bar { padding-top: 14px; }
  .meter { font-size: .8rem; }
}

/* ---------- reduced motion ---------- */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .record-disc, .instruction-plate,
  .scroll-hint, .is-live .strip-btn::after, .meter-n.tick {
    animation: none !important;
  }
  .record-wrap, .tonearm, .tray-inner, .sleeve-jacket, .skip {
    transition: none !important;
  }
}
