:root {
  --booth: #161310;
  --console: #221c18;
  --sea: #1a5a6c;
  --lime: #e8dccb;
  --mic: #c43b32;
  --brass: #c9a24a;
  --ink: #f3ebe1;
  --muted: #b7a898;
  --line: #3a312b;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "IBM Plex Sans Condensed", system-ui, sans-serif;
  background: var(--booth);
  color: var(--ink);
  line-height: 1.5;
  min-height: 100vh;
}
a { color: var(--brass); }
h1, h2 { font-family: "Source Serif 4", Georgia, serif; font-weight: 650; line-height: 1.15; }

.bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
  padding: 12px 4vw;
  background: #0e0c0a;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 8;
}
.boot {
  font-weight: 700;
  letter-spacing: 0.16em;
  font-size: 13px;
}
.chip {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.lang { margin-left: auto; display: flex; border: 1px solid var(--line); }
.lang button {
  border: 0; background: transparent; color: var(--ink);
  padding: 7px 12px; cursor: pointer; font: inherit; font-size: 12px; font-weight: 700;
  letter-spacing: 0.08em;
}
.lang button.active { background: var(--mic); color: #fff; }

.glass {
  padding: 48px 4vw 28px;
  background:
    linear-gradient(180deg, rgba(22, 19, 16, 0.15), rgba(22, 19, 16, 0.72)),
    linear-gradient(180deg, #6aa0b0 0%, #1a5a6c 38%, #c9b79a 38.2%, #e8dccb 100%);
  min-height: 78vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.plaque {
  color: var(--sea);
  background: var(--lime);
  align-self: flex-start;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.glass h1 {
  font-size: clamp(32px, 5vw, 56px);
  max-width: 18ch;
  margin: 16px 0 12px;
  color: #1c140e;
}
.lead {
  max-width: 64ch;
  color: #3d342c;
  font-size: 17px;
  margin-bottom: 28px;
}

.table {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 18px 12px 8px;
  background: #5a4030;
  border: 8px solid #3a281e;
  box-shadow: 0 -18px 0 #2a1c16;
}
.mic {
  flex: 1 0 120px;
  min-height: 118px;
  border: 0;
  background: #d7c4a8;
  color: #1c140e;
  cursor: pointer;
  font: inherit;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 6px;
  padding: 14px 8px 10px;
  position: relative;
}
.mic i {
  width: 14px;
  height: 28px;
  border-radius: 8px 8px 3px 3px;
  background: #2a2420;
  box-shadow: 0 0 0 3px #8a7a6a;
  display: block;
}
.mic b {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--mic);
}
.mic span { font-size: 14px; font-weight: 700; text-align: center; }
.mic.on {
  background: #1c140e;
  color: var(--lime);
}
.mic.on i { background: var(--mic); box-shadow: 0 0 0 3px #f0c4c0; }
.mic.on b { color: var(--brass); }
.hint {
  margin-top: 12px;
  font-size: 13px;
  color: #3d342c;
}

.console {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 20px;
  padding: 22px 4vw 28px;
  background: var(--console);
  border-top: 4px solid #0e0c0a;
  border-bottom: 1px solid var(--line);
}
.meters {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  align-content: end;
}
.vu {
  height: 120px;
  background: #0e0c0a;
  display: flex;
  align-items: flex-end;
  padding: 3px;
}
.vu em {
  display: block;
  width: 100%;
  background: linear-gradient(#c43b32, #c9a24a 55%, #3dba7a);
}
.meters p {
  text-align: center;
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.12em;
}
.ch {
  color: var(--mic);
  font-size: 12px;
  letter-spacing: 0.2em;
  font-weight: 800;
  margin-bottom: 8px;
}
.brief h2 { font-size: clamp(24px, 3vw, 36px); margin-bottom: 10px; }
.brief p { color: var(--muted); max-width: 62ch; font-size: 16px; }
.cue {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px dashed var(--line);
  color: var(--brass) !important;
  font-size: 14px !important;
}

.house, .copy, .walk, .rules, .book { padding: 36px 4vw; }
.kicker {
  color: var(--brass);
  font-size: 11px;
  letter-spacing: 0.2em;
  font-weight: 800;
  margin-bottom: 10px;
}
.house {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  background: var(--lime);
  color: #1c140e;
}
.house .kicker { color: var(--mic); }
.house h2 { font-size: clamp(26px, 3.2vw, 38px); margin-bottom: 12px; }
.house p { color: #5a4e42; }
.rack { list-style: none; display: grid; gap: 10px; }
.rack li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  background: #fff8ee;
  padding: 14px;
  border-left: 4px solid var(--sea);
  color: #5a4e42;
}
.rack b {
  font-size: 20px;
  color: var(--sea);
  font-family: "Source Serif 4", serif;
}

.copy { background: #1c1814; }
.copy h2 { font-size: clamp(26px, 3.2vw, 38px); margin-bottom: 12px; }
.copy p { color: var(--muted); max-width: 68ch; }
.copy p + p { margin-top: 12px; }

.tape {
  overflow: hidden;
  background: var(--mic);
  color: #fff;
  padding: 10px 0;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.tape p {
  display: inline-block;
  padding-left: 100%;
  animation: tick 28s linear infinite;
}
@keyframes tick {
  to { transform: translateX(-100%); }
}

.walk { background: var(--console); }
.walk ol {
  list-style: none;
  display: grid;
  gap: 10px;
  max-width: 820px;
  margin-top: 12px;
  counter-reset: mic;
}
.walk li {
  border: 1px solid var(--line);
  padding: 14px 16px;
  color: var(--muted);
  padding-left: 56px;
  position: relative;
}
.walk li::before {
  counter-increment: mic;
  content: counter(mic, decimal-leading-zero);
  position: absolute;
  left: 14px;
  top: 14px;
  color: var(--brass);
  font-weight: 800;
  font-size: 12px;
}

.rules { background: #1c1814; }
.rules ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 12px;
}
.rules li {
  border-top: 3px solid var(--mic);
  background: var(--console);
  padding: 16px;
  color: var(--muted);
}

.book {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  background: var(--lime);
  color: #1c140e;
}
.book .kicker { color: var(--mic); }
.book h2 { font-size: clamp(24px, 3vw, 34px); margin: 8px 0 12px; }
.book p { color: #5a4e42; }
address { font-style: normal; margin-top: 16px; }
address p { margin: 4px 0; }
address a { color: var(--sea); }
form { display: grid; gap: 10px; }
@media (min-width: 700px) {
  form { grid-template-columns: 1fr 1fr; }
  .wide, form button, .note { grid-column: 1 / -1; }
}
label { display: grid; gap: 4px; font-size: 12px; font-weight: 700; }
input, textarea {
  font: inherit; padding: 10px;
  border: 1px solid #c9b79a;
  background: #fff8ee;
  color: #1c140e;
}
button[type="submit"] {
  justify-self: start;
  background: var(--mic); color: #fff; border: 0;
  padding: 12px 18px; font: inherit; font-weight: 800; cursor: pointer;
}
.note { font-size: 13px; color: #5a4e42; }
footer {
  display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap;
  padding: 16px 4vw 32px;
  color: var(--muted); font-size: 13px;
  border-top: 1px solid var(--line);
}

@media (max-width: 900px) {
  .console, .house, .book, .rules ul { grid-template-columns: 1fr; }
  .lang { margin-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .tape p { animation: none; padding-left: 4vw; white-space: normal; display: block; }
}
