:root {
  --stage: #0c0a10;
  --panel: #16131c;
  --fog: #d8d2e4;
  --mute: #8e879c;
  --gel: #ff3d86;
  --cyan: #3ee0d4;
  --amber: #f0c43a;
  --disp: "Exo 2", system-ui, sans-serif;
  --sans: "Noto Sans", system-ui, sans-serif;
  --mono: "Fira Code", ui-monospace, monospace;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--fog);
  background: var(--stage);
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
.skip { position: absolute; left: 12px; top: -40px; padding: 8px 12px; background: var(--gel); color: #12010a; z-index: 20; }
.skip:focus { top: 10px; }

.marquee {
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  background: var(--gel);
  color: #12010a;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 8px 0;
}
.marquee span {
  display: inline-block;
  padding-left: 100%;
  animation: crawl 28s linear infinite;
}
@keyframes crawl { to { transform: translateX(-100%); } }

.pass {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 20px;
  padding: 16px 5vw;
  border-bottom: 1px solid rgba(216, 210, 228, 0.1);
}
.brand b { display: block; font-family: var(--disp); font-size: 20px; letter-spacing: 0.08em; }
.brand small { font-family: var(--mono); font-size: 11px; color: var(--cyan); }
.lang { display: flex; border: 1px solid var(--fog); }
.lang button { border: 0; background: transparent; padding: 6px 10px; cursor: pointer; font-family: var(--mono); font-size: 11px; }
.lang button.is-on { background: var(--fog); color: var(--stage); }
.where { margin: 0 auto 0 0; font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--mute); }
.tel { font-family: var(--mono); font-size: 13px; color: var(--amber); }

.intro { padding: 40px 5vw 12px; max-width: 920px; }
h1 { margin: 0 0 16px; font-family: var(--disp); font-size: clamp(40px, 7vw, 72px); font-weight: 800; line-height: 0.95; letter-spacing: 0.02em; text-transform: uppercase; }
h1 em { display: block; font-style: normal; color: var(--gel); }
.intro p { margin: 0; color: var(--mute); font-size: 17px; }

.desk {
  display: grid;
  grid-template-columns: repeat(10, minmax(92px, 1fr));
  gap: 6px;
  padding: 28px 5vw;
  overflow-x: auto;
}
.ch {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 12px 8px 16px;
  border: 0;
  background: var(--panel);
  cursor: pointer;
  text-align: center;
}
.ch i { font-style: normal; font-family: var(--mono); font-size: 11px; color: var(--cyan); }
.ch b { font-family: var(--disp); font-size: 13px; letter-spacing: 0.04em; text-transform: uppercase; }
.fader {
  width: 10px;
  height: 140px;
  border-radius: 6px;
  background: linear-gradient(#2a2632, #0c0a10);
  position: relative;
}
.fader::after {
  content: "";
  position: absolute;
  left: -6px;
  right: -6px;
  height: 16px;
  bottom: 22%;
  background: var(--amber);
  border-radius: 2px;
}
.ch:nth-child(1) .fader::after { bottom: 70%; }
.ch:nth-child(2) .fader::after { bottom: 40%; }
.ch:nth-child(3) .fader::after { bottom: 55%; }
.ch:nth-child(4) .fader::after { bottom: 28%; }
.ch:nth-child(5) .fader::after { bottom: 62%; }
.ch:nth-child(6) .fader::after { bottom: 35%; }
.ch:nth-child(7) .fader::after { bottom: 48%; }
.ch:nth-child(8) .fader::after { bottom: 18%; }
.ch:nth-child(9) .fader::after { bottom: 44%; }
.ch:nth-child(10) .fader::after { bottom: 30%; }
.ch.on, .ch:hover { background: var(--gel); color: #12010a; }
.ch.on i, .ch:hover i { color: #12010a; }
.ch.on .fader::after, .ch:hover .fader::after { background: #12010a; }

.pa { padding: 12px 5vw 48px; max-width: 860px; }
.k { margin: 0 0 8px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.16em; color: var(--cyan); }
.pa h2 { margin: 0 0 10px; font-family: var(--disp); font-size: clamp(26px, 4vw, 40px); text-transform: uppercase; }
.pa > p { color: var(--mute); }
.tape { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 8px; }
.tape li {
  padding: 10px 12px;
  background: var(--amber);
  color: #1a1404;
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 600;
  transform: rotate(-0.4deg);
}
.tape li:nth-child(2) { transform: rotate(0.6deg); background: var(--cyan); color: #042422; }
.tape li:nth-child(3) { transform: rotate(-0.2deg); }

.load {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  background: var(--panel);
}
.map iframe { width: 100%; height: 100%; min-height: 520px; border: 0; display: block; filter: grayscale(0.6) contrast(1.1); }
.map p { margin: 0; padding: 12px 16px; }
.map a { color: var(--cyan); font-weight: 700; }
.badge { padding: 28px 28px 24px; }
.badge h2 { margin: 0 0 14px; font-family: var(--disp); font-size: 28px; text-transform: uppercase; }
.pins { list-style: none; margin: 0 0 16px; padding: 0; display: grid; gap: 8px; }
.pins span { display: block; font-family: var(--mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mute); }
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.form label { display: grid; gap: 4px; font-size: 12px; font-weight: 700; }
.form .wide, .hint, .ok, .send { grid-column: 1 / -1; }
.form input, .form select, .form textarea { border: 1px solid rgba(216, 210, 228, 0.2); background: var(--stage); padding: 9px; }
.send { border: 0; background: var(--gel); color: #12010a; min-height: 46px; font-family: var(--disp); font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; cursor: pointer; }
.hint, .ok, .copy { margin: 8px 0 0; font-size: 12px; color: var(--mute); }

@media (prefers-reduced-motion: reduce) {
  .marquee span { animation: none; padding-left: 16px; }
  html { scroll-behavior: auto; }
}
@media (max-width: 980px) {
  .desk { grid-template-columns: repeat(5, minmax(88px, 1fr)); }
  .ch { min-height: 200px; }
  .fader { height: 90px; }
  .load, .form { grid-template-columns: 1fr; }
  .map iframe { min-height: 240px; }
  .where { display: none; }
  .tel { flex: 1 1 100%; }
}
