/* ───────────── Tokens ───────────── */
:root {
  --bg: #15121f;
  --bg-deep: #0e0b16;
  --panel: rgba(30, 24, 44, 0.62);
  --panel-line: rgba(239, 230, 218, 0.08);
  --ink: #efe6da;
  --ink-soft: #cfc4d6;
  --muted: #9d93ae;
  --warm: #ffb86b;
  --warm-soft: #ffd9a0;
  --live: #9fe6a0;
  --wip: #ffc46b;
  --neon-pink: #ff6fa5;
  --neon-cyan: #7fe3ff;
  --focus: #ffd79a;

  --font-display: "Fraunces", "Iowan Old Style", Georgia, serif;
  --font-body: "Instrument Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;

  --radius: 14px;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background:
    radial-gradient(1200px 700px at 100% 0%, rgba(255, 184, 107, 0.06), transparent 60%),
    radial-gradient(900px 600px at 0% 100%, rgba(127, 110, 255, 0.07), transparent 60%),
    var(--bg);
  color: var(--ink);
  font: 400 1rem/1.6 var(--font-body);
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}
a { color: inherit; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip {
  position: absolute; left: 12px; top: -60px; z-index: 50;
  background: var(--ink); color: var(--bg); padding: 8px 14px; border-radius: 8px;
  text-decoration: none; font-weight: 600;
}
.skip:focus { top: 12px; }
:focus-visible { outline: 2px solid var(--focus); outline-offset: 3px; border-radius: 6px; }

/* ───────────── Layout ───────────── */
.page {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(460px, 1fr);
  min-height: 100vh;
}

/* ───────────── Scene ───────────── */
.scene {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  background: #191530;
  isolation: isolate;
}
.scene svg { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.scene-front { pointer-events: none; }
.scene-front .hit { pointer-events: all; cursor: pointer; }
.scene::after {
  content: "";
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(120% 90% at 50% 45%, transparent 55%, rgba(8, 6, 14, 0.55) 100%),
    linear-gradient(to right, transparent 80%, rgba(21, 18, 31, 0.9));
}

#rain { position: absolute; pointer-events: none; }
#flash { transition: opacity .08s linear; }
.room-flash { opacity: 0; mix-blend-mode: screen; transition: opacity .1s linear; }
.glass-hit { cursor: pointer; outline: none; }
.glass-hit:focus-visible { stroke: var(--focus); stroke-width: 3; stroke-dasharray: 6 6; }
.hit { outline: none; }
.hit:focus-visible .hitbox { stroke: var(--focus); stroke-width: 2; stroke-dasharray: 5 5; }

.svg-hand { font-family: var(--font-display); font-style: italic; font-weight: 500; }
.neon { cursor: pointer; outline: none; }
.neon-text {
  font-family: var(--font-display); font-style: italic; font-weight: 500; font-size: 27px;
  fill: #ffd3e4; stroke: var(--neon-pink); stroke-width: 1.2;
  animation: neon-idle 9s infinite;
}
.neon:focus-visible rect { stroke: var(--focus); }
.neon.flicker .neon-text { animation: neon-flicker 1.1s steps(1) 1; }
.neon-v { animation: neon-idle 13s 4s infinite; }
.neon-v-text { font: 600 17px var(--font-body); fill: #d8f7ff; }
@keyframes neon-idle {
  0%, 91%, 93%, 95%, 100% { opacity: 1; }
  92%, 94% { opacity: .35; }
}
@keyframes neon-flicker {
  0% { opacity: .2; } 10% { opacity: 1; } 20% { opacity: .1; } 30% { opacity: .9; }
  45% { opacity: .15; } 60% { opacity: 1; } 75% { opacity: .5; } 85% { opacity: 1; }
}

.car { animation: drive linear infinite; }
.car-a { animation-duration: 14s; }
.car-b { animation-duration: 19s; animation-direction: reverse; animation-delay: -6s; }
.car-c { animation-duration: 23s; animation-delay: -12s; }
.car-d { animation-duration: 17s; animation-direction: reverse; animation-delay: -2s; }
@keyframes drive { from { transform: translateX(170px); } to { transform: translateX(830px); } }

.win-flicker { animation: win-flicker 7s infinite; }
@keyframes win-flicker { 0%, 60%, 100% { opacity: .55; } 62% { opacity: .1; } 70% { opacity: .5; } }

.cat { opacity: 0; transition: opacity 2.4s ease; pointer-events: none; outline: none; }
.cat.show { opacity: 1; pointer-events: all; cursor: pointer; }
.cat-tail { transform-origin: 672px 572px; animation: tail 3.2s ease-in-out infinite; }
.cat-eyes { transform-origin: 651px 538px; animation: blink 6s infinite; }
.cat.boop .cat-eyes { animation: blink .5s 2; }
@keyframes tail { 0%, 100% { transform: rotate(0); } 50% { transform: rotate(-14deg); } }
@keyframes blink { 0%, 94%, 100% { transform: scaleY(1); } 96% { transform: scaleY(.1); } }

.room-dim { opacity: 0; transition: opacity .8s ease; }



.bulbs g { animation: twinkle 4.5s ease-in-out infinite; animation-delay: var(--d); }
.bulbs circle:first-child { fill: #ffcf8a; opacity: .18; }
.bulbs circle:last-child { fill: #ffe0a8; }
@keyframes twinkle { 0%, 100% { opacity: 1; } 50% { opacity: .72; } }

.plant { transform-origin: 250px 562px; animation: sway 7s ease-in-out infinite; }
@keyframes sway { 0%, 100% { transform: rotate(-1.4deg); } 50% { transform: rotate(1.6deg); } }

.steam .s { opacity: 0; animation: steam 4.2s ease-out infinite; }
.steam .s2 { animation-delay: 1.4s; }
.steam .s3 { animation-delay: 2.8s; }
@keyframes steam {
  0% { opacity: 0; transform: translateY(8px) scaleY(.8); }
  25% { opacity: .32; }
  100% { opacity: 0; transform: translateY(-26px) scaleY(1.1); }
}
.mug.burst .steam .s { animation-duration: 1.4s; stroke-width: 4; }

.code { animation: code-scroll 26s linear infinite; }
@keyframes code-scroll { from { transform: translateY(0); } to { transform: translateY(-120px); } }
.screen-text { font: 500 8.5px ui-monospace, "SF Mono", Menlo, monospace; fill: #a9b6ff; }
.screen-dot { animation: pulse 2.4s ease-in-out infinite; }
.cursor { animation: cursor 1.1s steps(1) infinite; }
@keyframes cursor { 50% { opacity: 0; } }
.screen-glow { animation: glow 6s ease-in-out infinite; }
@keyframes glow { 0%, 100% { opacity: .85; } 50% { opacity: 1; } }

.lamp-light, .lamp-bulb, .lamp-reflect { transition: opacity .6s ease; }
.scene.lamp-off .lamp-light, .scene.lamp-off .lamp-bulb, .scene.lamp-off .lamp-reflect { opacity: 0; }
.scene.lamp-off .room-dim { opacity: .32; }

.radio-dial { transition: fill .4s, filter .4s; }
.notes { opacity: 0; }
.note { font: 16px var(--font-body); }
.playing .radio-dial { fill: #ffe0a0; filter: drop-shadow(0 0 6px #ffb86b); }
.playing .radio-needle { animation: needle 8s ease-in-out infinite; }
.playing .notes { opacity: 1; }
.playing .note { animation: note 3.6s ease-out infinite; opacity: 0; }
.playing .n2 { animation-delay: 1.2s; }
.playing .n3 { animation-delay: 2.4s; }
@keyframes note {
  0% { opacity: 0; transform: translate(0, 0); }
  20% { opacity: .8; }
  100% { opacity: 0; transform: translate(10px, -34px); }
}
@keyframes needle { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(14px); } }

.mochi-body { transform-origin: 741px 600px; transition: transform .3s cubic-bezier(.3, 1.6, .5, 1); }
.mochi:hover .mochi-body { transform: scale(1.06, .95); }
.mochi.hop .mochi-body { animation: hop .6s cubic-bezier(.3, 1.4, .5, 1); }
@keyframes hop { 0%, 100% { transform: translateY(0); } 40% { transform: translateY(-14px) scale(.96, 1.05); } }

.tipjar .coins { transition: transform .3s; }
.tipjar:hover .coins { transform: translateY(-2px); }
.tipjar.clink .coins { animation: clink .5s; }
@keyframes clink { 25% { transform: translate(-1px, -4px) rotate(-3deg); } 60% { transform: translate(1px, -1px) rotate(2deg); } }

.scene-hint {
  position: absolute; left: 50%; bottom: 84px; transform: translateX(-50%);
  margin: 0; padding: 6px 12px; border-radius: 99px;
  font: italic 500 .85rem var(--font-display); color: var(--ink-soft);
  background: rgba(14, 11, 22, 0.55); backdrop-filter: blur(6px);
  opacity: 0; transition: opacity 1.2s ease; pointer-events: none; white-space: nowrap;
  z-index: 2;
}
.scene-hint.show { opacity: 1; }

/* ───────────── Content ───────────── */
.content {
  padding: clamp(28px, 6vh, 72px) clamp(20px, 4vw, 56px) 120px;
  max-width: 680px;
  width: 100%;
}
.brand {
  display: flex; align-items: center; gap: 10px;
  margin: 0;
  font: italic 500 1.15rem var(--font-display);
  color: var(--warm);
  letter-spacing: .01em;
}
.brand svg { width: 26px; height: 26px; filter: drop-shadow(0 0 8px rgba(255, 184, 107, .5)); }
.eyebrow {
  display: flex; align-items: center; gap: 10px;
  margin: 0; font-size: .86rem; color: var(--warm-soft);
}
.open-dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--warm);
  box-shadow: 0 0 0 4px rgba(255, 184, 107, .15), 0 0 14px var(--warm);
  animation: pulse 3s ease-in-out infinite;
}
@keyframes pulse { 50% { opacity: .55; } }
h1 {
  font: 500 clamp(2.3rem, 4.2vw, 3.4rem)/1.02 var(--font-display);
  font-variation-settings: "opsz" 144;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
}
.lede { font-size: 1.05rem; line-height: 1.55; color: var(--ink-soft); margin: 0; max-width: 36em; }

.menu {
  margin-top: clamp(22px, 4vh, 40px);
  padding: 20px clamp(16px, 2.6vw, 26px) 14px;
  container-type: inline-size;
  background: var(--panel);
  border: 1px solid var(--panel-line);
  border-radius: 20px;
  box-shadow: 0 30px 80px -30px rgba(0, 0, 0, .6), inset 0 1px 0 rgba(255, 255, 255, .04);
  backdrop-filter: blur(8px);
}
.menu h2 {
  margin: 0;
  font: italic 500 1.5rem/1.2 var(--font-display);
  color: var(--warm-soft);
}
.menu h2 span {
  background: linear-gradient(transparent 70%, rgba(255, 184, 107, .22) 70%, rgba(255, 184, 107, .22) 92%, transparent 92%);
  padding: 0 4px; margin-left: -4px;
}
.menu-group {
  margin: 16px 0 2px;
  font: 600 .72rem/1 var(--font-body);
  letter-spacing: .16em; text-transform: uppercase; color: var(--muted);
}
.items { list-style: none; margin: 0; padding: 0; }

.item {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  padding: 12px 10px;
  margin: 0 -10px;
  border-radius: var(--radius);
  transition: background .25s ease;
}
.item + .item::before {
  content: ""; position: absolute; left: 12px; right: 12px; top: 0;
  border-top: 1px solid var(--panel-line);
}
.item:hover, .item:focus-within { background: rgba(255, 255, 255, .035); }
.item:has(.stretch:focus-visible) { outline: 2px solid var(--focus); outline-offset: 0; }

.item-icon {
  width: 44px; height: 44px; border-radius: 12px;
  display: grid; place-items: center;
  color: var(--accent);
  background: color-mix(in srgb, var(--accent) 12%, transparent);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--accent) 22%, transparent);
  transition: transform .35s cubic-bezier(.3, 1.5, .5, 1), box-shadow .3s;
}
.item-icon svg { width: 29px; height: 29px; overflow: visible; }
.item:hover .item-icon {
  transform: translateY(-2px) rotate(-3deg);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--accent) 40%, transparent), 0 8px 24px -8px var(--accent);
}
/* each icon has its own small reaction */
.icon-nutriq .leaf { transform-origin: 21px 15px; transition: transform .5s; }
.item:hover .icon-nutriq .leaf { transform: rotate(-12deg); }
.icon-hamstash .ham { transform-origin: 20px 35px; }
.item:hover .icon-hamstash .ham { animation: squish .6s ease; }
@keyframes squish { 40% { transform: scale(1.08, .9); } 70% { transform: scale(.96, 1.05); } }
.icon-pricegauge .needle { transform-origin: 20px 27px; transform: rotate(-75deg); transition: transform .8s cubic-bezier(.3, 1.6, .5, 1); }
.item:hover .icon-pricegauge .needle { transform: rotate(0); }
.icon-shelf .drop { transform: translateY(-5px); opacity: 0; transition: transform .45s cubic-bezier(.3, 1.5, .5, 1), opacity .3s; }
.item:hover .icon-shelf .drop { transform: none; opacity: 1; }
.icon-relay .arrows path:first-child { transition: transform .4s; }
.icon-relay .arrows path:last-child { transition: transform .4s .1s; }
.item:hover .icon-relay .arrows path:first-child { transform: translateX(2px); }
.item:hover .icon-relay .arrows path:last-child { transform: translateX(-2px); }

.item-head { display: flex; align-items: baseline; gap: 10px; }
.item h4 {
  margin: 0;
  font: 500 1.22rem/1.2 var(--font-display);
  letter-spacing: -0.01em;
}
.stretch { text-decoration: none; outline: none; }
.stretch::after { content: ""; position: absolute; inset: 0; border-radius: var(--radius); }
.leader {
  flex: 1; min-width: 16px; height: 1px; align-self: center; transform: translateY(3px);
  background-image: radial-gradient(circle, rgba(239, 230, 218, .28) 1px, transparent 1.4px);
  background-size: 7px 3px; background-repeat: repeat-x; background-position: left center;
  height: 3px;
  transition: opacity .3s;
  opacity: .7;
}
.item:hover .leader { opacity: 1; }
.status {
  display: inline-flex; align-items: center; gap: 7px;
  font: 600 .72rem/1 var(--font-body); letter-spacing: .08em; text-transform: uppercase;
  white-space: nowrap;
}
.status::before { content: ""; width: 7px; height: 7px; border-radius: 50%; }
.status-live { color: var(--live); }
.status-live::before { background: var(--live); box-shadow: 0 0 10px var(--live); }
.status-wip { color: var(--wip); }
.status-wip::before { background: transparent; border: 1.5px solid var(--wip); animation: pulse 2.4s ease-in-out infinite; }

.item-desc { margin: 3px 0 0; color: var(--ink-soft); font-size: .94rem; line-height: 1.5; }
.item-meta { margin: 4px 0 0; font-size: .8rem; color: var(--muted); }
.item:not(.item-wip) .item-meta { color: color-mix(in srgb, var(--accent) 70%, var(--muted)); }

.item-wip .item-icon {
  background: transparent;
  box-shadow: inset 0 0 0 1.5px color-mix(in srgb, var(--accent) 35%, transparent);
  border-radius: 14px;
  outline: 1.5px dashed color-mix(in srgb, var(--accent) 30%, transparent);
  outline-offset: 3px;
}
.item-wip .item-meta { font-style: italic; font-family: var(--font-display); font-size: .9rem; }

.more { margin-top: 10px; position: relative; z-index: 1; }
.more summary {
  cursor: pointer; list-style: none; display: inline-flex; align-items: center; gap: 6px;
  font-size: .88rem; font-weight: 600; color: var(--accent);
}
.more summary::-webkit-details-marker { display: none; }
.more summary::after { content: "+"; font-weight: 400; font-size: 1.1em; transition: transform .25s; }
.more[open] summary::after { transform: rotate(45deg); }
.more ul { margin: 10px 0 0; padding-left: 1.1em; color: var(--ink-soft); font-size: .92rem; }
.more li { margin: 4px 0; }
.more li::marker { color: var(--accent); }

.intro-top {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 8px 20px; margin-bottom: clamp(18px, 4vh, 40px);
}
.menu-top { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 4px 16px; }
.menu-count { margin: 0; font-size: .8rem; color: var(--muted); }
.menu-count a { color: var(--wip); text-decoration: none; }
.menu-count a:hover { text-decoration: underline; }
html { scroll-behavior: smooth; }
#brewing { scroll-margin-top: 24px; }

/* still brewing: two side-by-side cards when the menu is wide enough */
@container (min-width: 500px) {
  .items-brewing { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; align-items: start; margin-top: 8px; }
  .items-brewing .item {
    margin: 0; padding: 12px; gap: 10px;
    grid-template-columns: 34px minmax(0, 1fr);
    border: 1px dashed color-mix(in srgb, var(--accent) 28%, transparent);
  }
  .items-brewing .item + .item::before { display: none; }
  .items-brewing .item-icon { width: 34px; height: 34px; border-radius: 10px; outline: none; }
  .items-brewing .item-icon svg { width: 23px; height: 23px; }
  .items-brewing .leader { min-width: 6px; }
  .items-brewing h4 { font-size: 1.1rem; }
  .items-brewing .item-desc { font-size: .88rem; }
  .items-brewing .status { font-size: .66rem; }
}

/* tip line + footer */
.tipline { margin-top: 48px; padding: 0 2px; }
.tipline h2 { margin: 0 0 6px; font: italic 500 1.3rem var(--font-display); color: var(--warm-soft); }
.tipline p { margin: 0 0 16px; color: var(--ink-soft); max-width: 34em; }
.btn {
  font: 600 .95rem var(--font-body); color: #2a1a10;
  background: linear-gradient(180deg, #ffd29a, var(--warm));
  border: 0; border-radius: 99px; padding: 11px 20px; cursor: pointer;
  box-shadow: 0 8px 24px -10px rgba(255, 184, 107, .7);
  transition: transform .2s, box-shadow .2s;
}
.btn:hover { transform: translateY(-1px); box-shadow: 0 12px 28px -10px rgba(255, 184, 107, .85); }
.foot { margin-top: 56px; padding-top: 22px; border-top: 1px solid var(--panel-line); color: var(--muted); font-size: .88rem; }
.foot p { margin: 0 0 6px; }
.foot-small { font-size: .8rem; opacity: .8; }

/* ───────────── Sound controls ───────────── */
.sound {
  position: fixed; left: 20px; bottom: 20px; z-index: 20;
  display: flex; align-items: center; gap: 10px;
  padding: 6px 12px 6px 6px;
  border-radius: 99px;
  background: rgba(16, 12, 24, 0.78);
  border: 1px solid rgba(255, 255, 255, .08);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 12px 40px -12px rgba(0, 0, 0, .7);
  font-size: .82rem;
}
.sound button { font: inherit; color: inherit; cursor: pointer; }
.sound-play {
  display: inline-flex; align-items: center; gap: 8px;
  border: 0; border-radius: 99px; padding: 7px 12px 7px 9px;
  background: rgba(255, 184, 107, .14); color: var(--warm-soft); font-weight: 600;
}
.sound-play svg { width: 16px; height: 16px; }
.sound-play .i-pause { display: none; }
.sound-play[aria-pressed="true"] { background: var(--warm); color: #2a1a10; }
.sound-play[aria-pressed="true"] .i-play { display: none; }
.sound-play[aria-pressed="true"] .i-pause { display: block; }
.sound-label { min-width: 2.2em; text-align: left; }
.vol { display: flex; align-items: center; }
.vol input {
  width: 84px; accent-color: var(--warm); cursor: pointer;
}

/* ───────────── Tip dialog ───────────── */
.tip {
  width: min(420px, calc(100vw - 32px));
  border: 1px solid rgba(255, 217, 160, .18);
  border-radius: 20px;
  padding: 28px 26px 22px;
  color: var(--ink);
  background:
    radial-gradient(400px 200px at 50% 0%, rgba(255, 184, 107, .12), transparent 70%),
    #1b1526;
  box-shadow: 0 40px 100px -20px rgba(0, 0, 0, .8);
}
.tip[open] { animation: rise .35s cubic-bezier(.2, .9, .3, 1); }
.tip::backdrop { background: rgba(8, 6, 14, .6); backdrop-filter: blur(3px); }
@keyframes rise { from { opacity: 0; transform: translateY(12px) scale(.98); } }
.tip-close-form { position: absolute; right: 12px; top: 10px; margin: 0; }
.tip-close {
  width: 34px; height: 34px; border-radius: 50%; border: 0; cursor: pointer;
  background: rgba(255, 255, 255, .06); color: var(--ink-soft); font-size: 1.3rem; line-height: 1;
}
.tip-kicker { margin: 0; font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.tip h2 { margin: 6px 0 8px; font: italic 500 1.6rem/1.15 var(--font-display); color: var(--warm-soft); }
.tip-copy { margin: 0 0 18px; color: var(--ink-soft); }
.tip-menu { list-style: none; margin: 0; padding: 0; }
.tip-menu a {
  display: flex; align-items: center; gap: 10px;
  padding: 13px 14px; margin: 0 -14px; border-radius: 12px;
  text-decoration: none; font-family: var(--font-display); font-size: 1.12rem;
  transition: background .2s;
}
.tip-menu a:hover { background: rgba(255, 217, 160, .08); }
.tip-menu a span:last-child { font-family: var(--font-body); font-weight: 600; color: var(--warm); font-size: .98rem; }
.tip-small { margin: 14px 0 0; font-size: .8rem; color: var(--muted); }

/* ───────────── Short desktop windows: keep the whole menu in reach ───────────── */
@media (min-width: 901px) and (max-height: 800px) {
  .content { padding-top: 22px; }
  .intro-top { margin-bottom: 14px; }
  h1 { font-size: clamp(2.1rem, 3.6vw, 2.8rem); margin-bottom: 10px; }
  .lede { font-size: .98rem; line-height: 1.5; }
  .menu { margin-top: 16px; padding-top: 14px; }
  .menu-group { margin-top: 10px; }
  .item { padding-top: 8px; padding-bottom: 8px; }
  .item-desc { font-size: .9rem; line-height: 1.45; }
  .item-meta { margin-top: 2px; }
}

/* ───────────── Mobile / tablet ───────────── */
@media (max-width: 900px) {
  .page { grid-template-columns: 1fr; }
  .scene { position: relative; height: 52svh; min-height: 360px; max-height: 560px; }
  .scene::after {
    background:
      radial-gradient(120% 90% at 50% 45%, transparent 55%, rgba(8, 6, 14, 0.5) 100%),
      linear-gradient(to bottom, transparent 70%, var(--bg));
  }
  .scene-hint { bottom: 64px; font-size: .8rem; }
  .content { margin: -48px auto 0; position: relative; z-index: 1; padding-top: 8px; padding-bottom: 130px; }
  .sound { left: 50%; transform: translateX(-50%); bottom: max(14px, env(safe-area-inset-bottom)); }
}
@media (max-width: 480px) {
  .item { grid-template-columns: 44px minmax(0, 1fr); gap: 13px; }
  .item-icon { width: 44px; height: 44px; border-radius: 12px; }
  .item-icon svg { width: 28px; height: 28px; }
  .item h4 { font-size: 1.18rem; }
  .sound { gap: 6px; padding-right: 8px; }
  .sound-label { display: none; }
  .sound-play { padding: 8px; }
  .vol input { width: 64px; }
}

/* ───────────── Reduced motion ───────────── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  .steam .s { opacity: .22; transform: none; }
  .car { display: none; }
}

/* only the window itself, the neon sign and the cat take clicks in the back layer */
.scene-back g[clip-path] > :not(.glass-hit):not(.neon):not(.cat) { pointer-events: none; }
