:root {
  --ink: #14081c;
  --orange: #ff4d1a;
  --mint: #1ee0c0;
  --cream: #fff4ea;
  --col: min(1120px, calc(100% - 2.4rem));
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--cream);
  font-family: Verdana, Tahoma, sans-serif;
  line-height: 1.72;
  overflow-x: clip;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 77, 26, 0.35), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(30, 224, 192, 0.22), transparent 36%),
    linear-gradient(180deg, #2a1236 0%, #120814 38%, #1a0c22 100%);
  perspective: 1600px;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--mint); }
a:hover { color: #fff; }
a:focus-visible, button:focus-visible, input:focus-visible, summary:focus-visible {
  outline: 3px solid var(--mint);
  outline-offset: 3px;
}
.skip {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 90;
  background: var(--mint);
  color: var(--ink);
  padding: 0.5rem 0.85rem;
  font-weight: 700;
}
.skip:focus { top: 0.75rem; }
.cue { width: 2.15rem; height: 2.15rem; flex-shrink: 0; }
.logo {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  text-decoration: none;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.05em;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.top {
  position: sticky;
  top: 0;
  z-index: 50;
  background: linear-gradient(#ff6230, #ff4d1a);
  box-shadow: 0 8px 0 var(--mint), 0 16px 28px #0008;
}
.top__in {
  width: var(--col);
  margin: 0 auto;
  padding: 0.72rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.ham {
  width: 2.55rem;
  height: 2.55rem;
  border: 0;
  background: var(--ink);
  border-radius: 0.75rem;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 0.5rem;
  box-shadow: 4px 5px 0 var(--mint);
}
.ham i { display: block; height: 3px; background: #fff; }
.links {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: var(--ink);
  padding: 0.8rem 1.2rem 1.1rem;
}
.links.is-open { display: block; }
.links ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: var(--col);
  display: flex;
  flex-direction: column;
}
.links a {
  color: #fff;
  text-decoration: none;
  padding: 0.4rem 0;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.hero {
  width: var(--col);
  margin: 0 auto;
  padding: 2.8rem 0 1.1rem;
}
.hero h1 {
  margin: 0;
  font-size: clamp(2.35rem, 6.2vw, 4.35rem);
  line-height: 1.05;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.03em;
  max-width: 14ch;
  text-shadow:
    0 0 18px rgba(255, 77, 26, 0.55),
    8px 10px 0 #000000aa,
    0 2px 0 var(--mint);
}
.lede {
  width: var(--col);
  margin: 0 auto 1.35rem;
  max-width: none;
  font-size: 1.12rem;
  line-height: 1.78;
  color: #ffe8dc;
  text-shadow: 0 2px 12px #0008;
}
.slab {
  width: var(--col);
  margin: 0 auto 1.5rem;
  padding: 0.55rem;
  border-radius: 1.35rem;
  background:
    linear-gradient(135deg, var(--orange), #ff8a4a 40%, var(--mint) 100%);
  box-shadow:
    0 18px 0 #0a8f7a,
    16px 32px 0 #0006,
    0 40px 50px #0008;
  transform: rotateX(7deg) rotateY(-5deg);
  transform-origin: center top;
}
.slab--hero {
  margin-top: 0.2rem;
  margin-bottom: 1.6rem;
  transform: rotateX(9deg) rotateY(-6deg) translateZ(24px);
}
.slab img {
  width: 100%;
  border-radius: 0.95rem;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  box-shadow: inset 0 0 0 2px #0004;
}
.hits {
  width: var(--col);
  margin: 0 auto 2.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}
.hit {
  display: inline-flex;
  text-decoration: none;
  padding: 0.8rem 1.3rem;
  border-radius: 999px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}
.hit-hot {
  background: var(--mint);
  color: var(--ink);
  box-shadow: 0 8px 0 #0a8f7a, 0 14px 18px #0005;
}
.hit-hot:hover { color: var(--ink); filter: brightness(1.05); }
.hit-ice {
  background: var(--orange);
  color: #fff;
  box-shadow: 0 8px 0 #9c2208;
}
.hit-ice:hover { color: #fff; }
section { scroll-margin-top: 92px; }
.rack {
  width: var(--col);
  margin: 0 auto 2.2rem;
  display: grid;
  gap: 1rem;
}
.tile {
  background: linear-gradient(160deg, #3d1852, #1e102c);
  border: 2px solid #1ee0c055;
  border-radius: 1.1rem;
  padding: 1.1rem 1.15rem 1.2rem;
  box-shadow: 10px 14px 0 #0005;
  transform: rotateY(-4deg);
}
.tile:nth-child(even) { transform: rotateY(4deg); }
.tile h3 {
  margin: 0 0 0.4rem;
  color: var(--mint);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.tile p { margin: 0; color: #fff; }
.story {
  width: var(--col);
  margin: 0 auto 1.4rem;
  background: rgba(16, 6, 22, 0.78);
  border-radius: 1.5rem 0.45rem 1.5rem 0.45rem;
  padding: 1.7rem 1.5rem 2rem;
  box-shadow: inset 0 0 0 2px #ff4d1a66, 0 22px 36px #0006;
}
.story h2 {
  margin: 2.1rem 0 0.95rem;
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  color: var(--mint);
}
.story h2:first-child { margin-top: 0; }
.story p { margin: 0 0 1.45rem; max-width: 66rem; color: #ffe8dc; }
.cap {
  margin: -0.35rem 0 1.4rem;
  font-style: italic;
  color: var(--mint);
  font-size: 0.92rem;
}
.grid3d {
  width: var(--col);
  margin: 0 auto 1.8rem;
  overflow-x: auto;
  background: #1a0b24;
  border-radius: 1rem;
  box-shadow: 0 16px 0 var(--orange);
  transform: rotateX(6deg);
}
.grid3d table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
}
.grid3d th, .grid3d td {
  text-align: left;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid #3d2450;
  vertical-align: top;
}
.grid3d th { color: var(--orange); width: 28%; }
.machine {
  width: var(--col);
  margin: 0 auto 2rem;
  padding: 1.7rem 1.4rem 1.9rem;
  background: linear-gradient(180deg, #321444, #14081c);
  border-radius: 1.6rem;
  box-shadow: 0 0 0 5px var(--orange), 0 0 0 11px var(--mint), 18px 24px 0 #0005;
  transform: rotateY(-5deg) rotateX(3deg);
}
.machine h2 { margin: 0 0 0.7rem; color: #fff; }
.machine > p { margin: 0 0 1.1rem; color: #ffe8dc; max-width: 46rem; }
.machine label {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-bottom: 0.85rem;
  max-width: 24rem;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--mint);
}
.machine input[type="number"] {
  font: inherit;
  padding: 0.75rem 0.9rem;
  border: 0;
  border-radius: 0.8rem;
  background: #fff;
  color: var(--ink);
}
.machine .tick {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.92rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1rem;
}
.screen {
  background: #061410;
  border-radius: 0.9rem;
  padding: 1rem 1.1rem;
  box-shadow: inset 0 0 24px #1ee0c033;
  max-width: 46rem;
}
.screen p { margin: 0 0 0.7rem; color: #c8ffe8; }
.faq { width: var(--col); margin: 0 auto 2rem; }
.faq h2 { color: var(--orange); }
details {
  background: #24102f;
  margin-bottom: 0.45rem;
  padding: 0 1.05rem;
  border-radius: 0.85rem;
  border: 1px solid #1ee0c044;
}
summary {
  cursor: pointer;
  list-style: none;
  padding: 0.95rem 0;
  font-weight: 800;
  color: #fff;
}
summary::-webkit-details-marker { display: none; }
details p { margin: 0 0 1rem; color: #ffe8dc; }
.faq > p { color: #ffe8dc; margin-top: 1.2rem; }
.fin { width: var(--col); margin: 0 auto 3rem; color: #ffe8dc; }
.fin .hit { margin-top: 0.7rem; }
.foot {
  background: #08040c;
  color: #c9b8c4;
  padding: 2.2rem 0;
  border-top: 6px solid var(--mint);
}
.foot__in { width: var(--col); margin: 0 auto; }
.foot .logo { margin-bottom: 0.9rem; }
.foot nav { display: flex; flex-wrap: wrap; gap: 0.8rem 1.2rem; margin-bottom: 0.9rem; }
.foot nav a { color: var(--orange); }
.foot p { margin: 0 0 0.5rem; font-size: 0.92rem; }
.intro {
  width: var(--col);
  margin: 0 auto;
  padding: 3.1rem 0 1rem;
}
.intro h1 { margin: 0 0 0.8rem; font-size: clamp(1.7rem, 3vw, 2.4rem); }
.crumb { font-size: 0.88rem; margin-bottom: 1.3rem; }
.legal { margin-bottom: 3.4rem; }
@media (min-width: 960px) {
  .ham { display: none; }
  .links {
    display: block;
    position: static;
    background: transparent;
    padding: 0;
    width: auto;
  }
  .links ul {
    width: auto;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.15rem 0.95rem;
  }
  .links a { font-size: 0.72rem; }
  .rack { grid-template-columns: 1fr 1fr; }
}
