:root {
  --bg: #1a0a00;
  --ember: #ff4d00;
  --solar: #ffd200;
  --card: #2d140a;
  --text: #ffffff;
  --muted: #b8a090;
  --max: 1120px;
  --font: "Outfit", system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.55;
  overflow-x: hidden;
}

a { color: var(--solar); text-decoration: none; }
a:hover { text-decoration: underline; }

img { max-width: 100%; display: block; }

.glow {
  position: fixed;
  width: 55vw;
  height: 55vw;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.22;
  pointer-events: none;
  z-index: 0;
}

.glow--left {
  background: var(--ember);
  top: -15vw;
  left: -20vw;
}

.glow--right {
  background: var(--solar);
  bottom: -20vw;
  right: -15vw;
}

.topline {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: rgba(26, 10, 0, 0.88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 77, 0, 0.2);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--text);
  text-decoration: none;
}

.topline__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.1rem;
  font-size: 0.9rem;
  font-weight: 600;
}

.topline__links a { color: var(--muted); }
.topline__links a:hover { color: var(--solar); text-decoration: none; }

main {
  position: relative;
  z-index: 1;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 1.25rem 4rem;
}

.wheel-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: center;
  padding: 3rem 0 2rem;
  min-height: 72vh;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--ember);
  margin: 0 0 0.75rem;
}

.wheel-hero h1 {
  font-size: clamp(2.4rem, 6vw, 4rem);
  line-height: 1.05;
  margin: 0 0 1rem;
  font-weight: 800;
}

.wheel-hero h1 span {
  background: linear-gradient(120deg, var(--solar), #fff, var(--ember));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lede {
  font-size: 1.1rem;
  color: var(--muted);
  max-width: 34ch;
  margin: 0;
}

.roll-wheel {
  position: relative;
  width: min(340px, 80vw);
  aspect-ratio: 1;
  margin: 0 auto;
}

.roll-wheel__ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(
    from 0deg,
    var(--ember) 0deg 90deg,
    rgba(255, 77, 0, 0.15) 90deg 180deg,
    var(--solar) 180deg 270deg,
    rgba(255, 210, 0, 0.12) 270deg 360deg
  );
  border: 3px solid rgba(255, 77, 0, 0.45);
  animation: spin-slow 28s linear infinite;
}

.roll-wheel__hub {
  position: absolute;
  inset: 32%;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #3a1808, var(--bg));
  display: grid;
  place-items: center;
  border: 2px solid rgba(255, 210, 0, 0.35);
  box-shadow: 0 0 40px rgba(255, 77, 0, 0.35);
}

.roll-wheel__slot {
  position: absolute;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text);
  text-shadow: 0 2px 8px rgba(0,0,0,0.6);
}

.roll-wheel__slot--city { top: 6%; left: 50%; transform: translateX(-50%); }
.roll-wheel__slot--drink { top: 50%; right: 2%; transform: translateY(-50%); }
.roll-wheel__slot--sound { bottom: 6%; left: 50%; transform: translateX(-50%); }
.roll-wheel__slot--dress { top: 50%; left: 2%; transform: translateY(-50%); }

@keyframes spin-slow {
  to { transform: rotate(360deg); }
}

.card-fan {
  position: relative;
  height: 220px;
  margin: 0 0 2.5rem;
}

.tonight-card {
  position: absolute;
  width: min(280px, 72vw);
  padding: 1.1rem 1.25rem;
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(45, 20, 10, 0.95), rgba(26, 10, 0, 0.98));
  border: 1px solid rgba(255, 77, 0, 0.4);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

.tonight-card__label {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--solar);
  margin-bottom: 0.35rem;
}

.tonight-card p {
  margin: 0;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.35;
}

.tonight-card small {
  display: block;
  margin-top: 0.4rem;
  color: var(--muted);
  font-size: 0.85rem;
}

.tonight-card--one {
  left: 4%;
  top: 10px;
  transform: rotate(-7deg);
  z-index: 3;
}

.tonight-card--two {
  left: 28%;
  top: 42px;
  transform: rotate(4deg);
  z-index: 2;
}

.tonight-card--three {
  right: 4%;
  top: 18px;
  transform: rotate(-3deg);
  z-index: 1;
}

.hero-visual {
  margin: 0 0 3rem;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 77, 0, 0.25);
}

.hero-visual__img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.section-head {
  margin-bottom: 1.5rem;
}

.section-head h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.6rem, 4vw, 2.2rem);
}

.section-head p {
  margin: 0;
  color: var(--muted);
  max-width: 52ch;
}

.modes {
  margin-bottom: 3rem;
}

.modes__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.mode-tile {
  padding: 1.25rem;
  border-radius: 16px;
  background: rgba(45, 20, 10, 0.7);
  border: 1px solid rgba(255, 77, 0, 0.22);
}

.mode-tile--hot {
  background: linear-gradient(135deg, rgba(255, 77, 0, 0.25), rgba(255, 210, 0, 0.12));
  border-color: rgba(255, 210, 0, 0.35);
}

.mode-tile h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
}

.mode-tile p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.gallery-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin-bottom: 3rem;
}

.gallery-strip img {
  border-radius: 14px;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid rgba(255, 77, 0, 0.2);
}

.screens-reel {
  margin-bottom: 3rem;
}

.screens-reel__track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  scroll-snap-type: x mandatory;
}

.screens-reel__track figure {
  flex: 0 0 min(240px, 70vw);
  margin: 0;
  scroll-snap-align: start;
}

.screens-reel__track img {
  border-radius: 20px;
  border: 1px solid rgba(255, 77, 0, 0.3);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}

.screens-reel__track figcaption {
  text-align: center;
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: var(--muted);
  font-weight: 600;
}

.legal {
  margin-bottom: 2.5rem;
  padding: 1.5rem;
  border-radius: 18px;
  background: rgba(45, 20, 10, 0.55);
  border: 1px solid rgba(255, 77, 0, 0.18);
}

.legal h2 {
  margin-top: 0;
}

.legal p {
  color: var(--muted);
}

.support-mail {
  display: inline-block;
  margin-top: 0.5rem;
  font-weight: 700;
  font-size: 1.1rem;
}

.foot {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 2rem 1.25rem 2.5rem;
  color: var(--muted);
  font-size: 0.9rem;
  border-top: 1px solid rgba(255, 77, 0, 0.15);
}

.foot p { margin: 0.35rem 0; }

@media (max-width: 820px) {
  .wheel-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 2rem;
  }

  .roll-wheel { order: -1; }

  .card-fan {
    height: 320px;
  }

  .tonight-card--one { left: 2%; top: 0; }
  .tonight-card--two { left: 18%; top: 88px; }
  .tonight-card--three { right: 2%; top: 150px; left: auto; }

  .modes__grid,
  .gallery-strip {
    grid-template-columns: 1fr;
  }

  .topline__links {
    font-size: 0.8rem;
  }
}
