:root {
  --void: #050506;
  --panel: #101214;
  --acid: #c8f542;
  --fog: #9aa3ab;
  --snow: #f4f5f2;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--void);
  color: var(--snow);
  font-family: Outfit, system-ui, sans-serif;
  font-weight: 300;
  overflow-x: hidden;
}
::selection { background: var(--acid); color: #111; }
a { color: inherit; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.display {
  font-family: Oswald, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  line-height: 0.86;
}

.progress {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  width: 0;
  background: var(--acid);
  z-index: 90;
}

header.chrome {
  position: fixed;
  top: 18px;
  left: 18px;
  right: 18px;
  z-index: 50;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}
header.chrome > * { pointer-events: auto; }

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--snow);
}
.logo i {
  width: 36px;
  height: 36px;
  background: var(--acid);
  display: grid;
  place-items: center;
  color: #111;
  font-family: Oswald, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
}

.idx-btn {
  border: 0;
  background: var(--acid);
  color: #111;
  font-family: Oswald, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 10px 16px;
  cursor: pointer;
}

.menu-panel {
  position: fixed;
  inset: 0;
  z-index: 60;
  background: var(--acid);
  color: #111;
  display: none;
  overflow: auto;
  padding: 90px 8vw 48px;
}
.menu-panel.open { display: block; }
.menu-panel a {
  display: block;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  font-size: clamp(2rem, 6vw, 4.4rem);
  line-height: 0.92;
  text-decoration: none;
  color: #111;
  transition: transform 0.25s var(--ease);
}
.menu-panel a:hover { transform: translateX(16px); }

.hero-stage {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
.hero-stage img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.7) contrast(1.1);
  animation: drift 22s var(--ease) infinite alternate;
}
@keyframes drift {
  from { transform: scale(1.08) translate(-2%, 0); }
  to { transform: scale(1.16) translate(2%, -2%); }
}
.hero-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5,5,6,.82) 0%, rgba(5,5,6,.2) 55%, rgba(5,5,6,.55) 100%);
}

.slab {
  position: relative;
  background: var(--acid);
  color: #111;
  padding: 28px 28px 32px;
  max-width: 520px;
  transform: rotate(-1.4deg);
}
.slab h1 { transform: rotate(1.4deg); }

.marquee {
  overflow: hidden;
  background: var(--acid);
  color: #111;
  white-space: nowrap;
}
.marquee span {
  display: inline-block;
  padding: 14px 0;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  animation: slide 28s linear infinite;
}
@keyframes slide {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.orb {
  width: min(42vw, 280px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--acid);
  color: #111;
  display: grid;
  place-content: center;
  text-align: center;
  flex-shrink: 0;
}
.orb b {
  font-family: Oswald, sans-serif;
  font-size: clamp(2.4rem, 6vw, 4rem);
  line-height: 0.85;
}

.band {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  padding: 8px 4vw 32px;
  scrollbar-width: none;
}
.band::-webkit-scrollbar { display: none; }
.shot {
  scroll-snap-align: start;
  min-width: min(78vw, 420px);
  height: 58vh;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
.shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease);
}
.shot:hover img { transform: scale(1.08); }
.shot em {
  position: absolute;
  left: 18px;
  bottom: 18px;
  font-style: normal;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  font-size: 2rem;
  color: #fff;
  text-shadow: 0 8px 24px rgba(0,0,0,.55);
}

.stack-card {
  background: var(--panel);
  padding: 32px;
  border-radius: 0 48px 0 48px;
}
.stack-card:nth-child(even) { border-radius: 48px 0 48px 0; background: #171a1d; }

.clock {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.clock i {
  width: 18px;
  height: 54px;
  background: #1c2126;
  display: block;
  border-radius: 99px;
}
.clock i.on { background: var(--acid); }
.clock i.warn { background: #ff5a3c; }

.price {
  font-family: Oswald, sans-serif;
  font-size: clamp(3.5rem, 10vw, 8rem);
  line-height: 0.8;
  color: var(--acid);
}

.btn {
  display: inline-flex;
  align-items: center;
  background: var(--acid);
  color: #111;
  text-decoration: none;
  border: 0;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 14px 22px;
  cursor: pointer;
}
.btn.ghost {
  background: transparent;
  color: var(--snow);
  outline: 1px solid rgba(244,245,242,.35);
}
.btn.ghost:hover { outline-color: var(--acid); color: var(--acid); }

.form-line {
  width: 100%;
  background: #0c0e10;
  border: 0;
  border-radius: 0;
  padding: 16px 14px;
  color: var(--snow);
  font: inherit;
  outline: none;
}
.form-line:focus { box-shadow: inset 0 0 0 2px var(--acid); }

.reveal {
  opacity: 0;
  transform: translateY(40px) scale(0.98);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.reveal.in { opacity: 1; transform: none; }

.cookie {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 70;
  width: min(420px, calc(100vw - 36px));
  background: var(--panel);
  color: var(--snow);
  padding: 22px;
  transform: translateY(140%);
  transition: transform 0.5s var(--ease);
  box-shadow: 0 20px 60px rgba(0,0,0,.45);
}
.cookie.show { transform: none; }
.cookie a { color: var(--acid); }

footer.chrome {
  background: #08090a;
  padding: 64px 4vw 40px;
}

.legal {
  max-width: 760px;
  padding: 140px 4vw 80px;
}
.legal h1 { font-family: Oswald, sans-serif; text-transform: uppercase; }

.copy {
  font-size: 1.15rem;
  line-height: 1.75;
  color: var(--fog);
  max-width: 42rem;
}
.copy p + p { margin-top: 1.15rem; }
.copy a { color: var(--acid); }

.pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.pair img { width: 100%; height: 56vh; object-fit: cover; display: block; }

.faq details {
  padding: 22px 0;
  border-bottom: 1px solid #1c2126;
}
.faq summary {
  cursor: pointer;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq details p { margin: 12px 0 0; color: var(--fog); max-width: 40rem; line-height: 1.7; }

.nexts { display: flex; flex-wrap: wrap; gap: 10px; }
.nexts a {
  background: var(--panel);
  padding: 16px 20px;
  text-decoration: none;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.nexts a:hover { background: var(--acid); color: #111; }

.skip {
  position: absolute;
  left: -999px;
}
.skip:focus { left: 12px; top: 12px; z-index: 100; background: var(--acid); color: #111; padding: 8px 12px; }

@media (max-width: 800px) {
  .pair { grid-template-columns: 1fr; }
  .pair img { height: 40vh; }
}

@media (max-width: 700px) {
  .slab { transform: none; max-width: none; }
}
