:root {
  --ink: #fff9e8;
  --muted: #b9b0c6;
  --paper: #fff6df;
  --void: #13051c;
  --plum: #220830;
  --panel: rgba(30, 8, 43, .78);
  --panel-solid: #24102f;
  --ruby: #ff406d;
  --gold: #ffd260;
  --lime: #17e8a1;
  --aqua: #5be7ff;
  --violet: #7d5cff;
  --line: rgba(255, 249, 232, .16);
  --shadow: 0 24px 80px rgba(0, 0, 0, .35);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 64, 109, .25), transparent 28rem),
    radial-gradient(circle at 86% 18%, rgba(23, 232, 161, .18), transparent 25rem),
    linear-gradient(135deg, #12031a 0%, #260837 48%, #0c0717 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
  z-index: -1;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.age-ribbon {
  position: relative;
  z-index: 40;
  display: flex;
  justify-content: center;
  gap: .75rem;
  padding: .45rem 1rem;
  color: #16041d;
  background: linear-gradient(90deg, var(--gold), #ff8f5a, var(--lime));
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-align: center;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 35;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  width: min(1280px, calc(100% - 32px));
  margin: 1rem auto 0;
  padding: .7rem .8rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(18, 5, 28, .68);
  box-shadow: 0 16px 50px rgba(0, 0, 0, .28);
  backdrop-filter: blur(18px);
}

.site-header.compact {
  margin-top: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: 198px;
  height: auto;
  display: block;
}

.main-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: .35rem;
}

.main-nav a,
.header-cta {
  border-radius: 999px;
  padding: .68rem .9rem;
  color: rgba(255, 249, 232, .86);
  font-size: .9rem;
  font-weight: 760;
  transition: transform .2s ease, color .2s ease, background .2s ease;
}

.main-nav a:hover {
  color: var(--void);
  background: var(--lime);
  transform: translateY(-2px);
}

.header-cta {
  color: #190521;
  background: var(--gold);
  box-shadow: 0 10px 30px rgba(255, 210, 96, .22);
}

.header-cta:hover {
  transform: translateY(-2px) rotate(-1deg);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, .06);
  color: var(--ink);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 2px;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: calc(100vh - 44px);
  overflow: hidden;
  padding: 7rem 0 5rem;
}

#heroCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: .78;
}

.hero::after {
  content: "";
  position: absolute;
  right: -8rem;
  bottom: -12rem;
  width: 62rem;
  height: 28rem;
  border: 1px solid rgba(255, 210, 96, .2);
  background:
    repeating-linear-gradient(90deg, rgba(255, 210, 96, .14) 0 2px, transparent 2px 22px),
    linear-gradient(135deg, rgba(255, 64, 109, .18), rgba(23, 232, 161, .12));
  transform: rotate(-9deg);
  clip-path: polygon(7% 0, 100% 0, 92% 100%, 0 86%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(430px, .78fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
}

.hero-copy {
  position: relative;
  z-index: 3;
  min-width: 0;
}

.eyebrow,
.section-kicker {
  margin: 0 0 1rem;
  color: var(--lime);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  max-width: 7.5ch;
  font-size: clamp(4.2rem, 7.7vw, 7.7rem);
  line-height: .82;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 10px 60px rgba(255, 64, 109, .28);
}

.hero h1 span {
  display: block;
}

.legal-hero h1 {
  margin: 0;
  max-width: 920px;
  font-size: clamp(4.5rem, 12vw, 11rem);
  line-height: .78;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 10px 60px rgba(255, 64, 109, .28);
}

.hero-lede {
  max-width: 760px;
  margin: 1.6rem 0 0;
  color: rgba(255, 249, 232, .84);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  margin: 2rem 0 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: .9rem 1.25rem;
  font-weight: 900;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.btn.primary {
  color: #190521;
  background: linear-gradient(135deg, var(--gold), #ff7f5c);
  box-shadow: 0 20px 50px rgba(255, 104, 92, .22);
}

.btn.ghost {
  background: rgba(255, 255, 255, .07);
}

.btn:hover {
  transform: translateY(-3px);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: 1.4rem;
}

.hero-proof span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: .55rem .75rem;
  color: rgba(255, 249, 232, .78);
  background: rgba(255, 255, 255, .05);
  font-size: .82rem;
  font-weight: 800;
}

.hero-machine {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  isolation: isolate;
  padding: 1rem;
  border: 1px solid rgba(255, 249, 232, .22);
  border-radius: 38px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .03)),
    linear-gradient(145deg, #35104a, #10031b 58%, #241032);
  box-shadow: var(--shadow), inset 0 0 0 7px rgba(255, 255, 255, .04);
  transform: rotate(-1deg);
}

.hero-machine::before,
.hero-machine::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero-machine::before {
  inset: 12px;
  z-index: 0;
  border: 1px solid rgba(255, 210, 96, .2);
  border-radius: 28px;
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 210, 96, .18), transparent 15rem),
    radial-gradient(circle at 80% 92%, rgba(23, 232, 161, .16), transparent 16rem);
}

.hero-machine::after {
  right: -44px;
  top: 14%;
  bottom: 12%;
  z-index: -1;
  width: 88px;
  border-radius: 0 34px 34px 0;
  background: linear-gradient(180deg, rgba(255, 210, 96, .22), rgba(125, 92, 255, .18));
  transform: skewY(8deg);
}

.hero-machine > * {
  position: relative;
  z-index: 1;
}

.machine-crown {
  display: inline-flex;
  margin: .5rem 0 1rem .5rem;
  border: 1px solid rgba(255, 210, 96, .34);
  border-radius: 999px;
  padding: .45rem .9rem;
  color: var(--gold);
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .18em;
}

.machine-display {
  display: grid;
  gap: .65rem;
  padding: 1rem;
}

.display-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  padding: .8rem .95rem;
  background: rgba(0, 0, 0, .22);
}

.display-row span {
  color: var(--muted);
}

.display-row strong {
  color: var(--lime);
  text-transform: uppercase;
}

.hero-reels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .75rem;
  padding: 1rem;
}

.hero-reel {
  min-height: 260px;
  display: grid;
  align-content: space-around;
  justify-items: center;
  border: 1px solid rgba(255, 249, 232, .18);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(0,0,0,.28));
  box-shadow: inset 0 14px 34px rgba(255, 255, 255, .08), inset 0 -22px 34px rgba(0, 0, 0, .22);
}

.hero-reel span {
  font-size: clamp(2.3rem, 5vw, 3.7rem);
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, .28));
}

.machine-lights {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: .45rem;
  padding: 1rem;
}

.machine-lights i {
  height: 8px;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 24px var(--gold);
}

.machine-lights i:nth-child(even) {
  background: var(--lime);
  box-shadow: 0 0 24px var(--lime);
}

.ticker {
  position: absolute;
  left: 0;
  right: 0;
  bottom: .75rem;
  z-index: 3;
  overflow: hidden;
  border-block: 1px solid rgba(255, 249, 232, .14);
  background: rgba(19, 5, 28, .68);
  backdrop-filter: blur(14px);
}

.ticker div {
  display: flex;
  width: max-content;
  animation: ticker 24s linear infinite;
}

.ticker span {
  padding: .82rem 2rem;
  color: var(--gold);
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

@keyframes ticker {
  to { transform: translateX(-50%); }
}

.intro-strip {
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  gap: 1.2rem;
  align-items: center;
  width: min(1180px, calc(100% - 32px));
  margin: -1.2rem auto 5rem;
  padding: 1.15rem 1.2rem;
  border: 1px solid rgba(255, 249, 232, .18);
  border-radius: 26px;
  color: rgba(255, 249, 232, .84);
  background: linear-gradient(135deg, rgba(255, 64, 109, .18), rgba(23, 232, 161, .12));
  box-shadow: var(--shadow);
}

.intro-strip strong {
  color: var(--ink);
}

.intro-strip a {
  flex: none;
  color: #16041d;
  background: var(--lime);
  border-radius: 999px;
  padding: .72rem .95rem;
  font-weight: 900;
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 5.5rem 0;
}

.game-layout {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(460px, .78fr);
  gap: clamp(1.4rem, 5vw, 4rem);
  align-items: center;
}

.game-copy h2,
.split-heading h2,
.club-panel h2,
.mosaic-card h2,
.safety-copy h2,
.legal-article h2 {
  margin: 0;
  font-size: clamp(2.4rem, 6vw, 5.6rem);
  line-height: .9;
  letter-spacing: 0;
}

.game-copy p,
.club-panel p,
.mosaic-card p,
.safety-copy p,
.split-heading p,
.faq-list p {
  color: rgba(255, 249, 232, .76);
}

.rule-list {
  display: grid;
  gap: .8rem;
  padding: 0;
  margin: 2rem 0 0;
  list-style: none;
}

.rule-list li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: .85rem;
  align-items: center;
  padding: .8rem 0;
  border-bottom: 1px solid var(--line);
  color: rgba(255, 249, 232, .82);
}

.rule-list span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: var(--void);
  background: var(--gold);
  font-weight: 950;
}

.slot-console {
  position: relative;
  padding: 1.1rem;
  border: 1px solid rgba(255, 249, 232, .22);
  border-radius: 38px;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 210, 96, .2), transparent 15rem),
    radial-gradient(circle at 88% 100%, rgba(23, 232, 161, .16), transparent 16rem),
    linear-gradient(135deg, rgba(255, 255, 255, .12), transparent),
    #17051f;
  box-shadow: var(--shadow), inset 0 0 0 7px rgba(255, 255, 255, .035);
}

.slot-console::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px dashed rgba(255, 210, 96, .22);
  border-radius: 24px;
  pointer-events: none;
}

.slot-console::after {
  content: "";
  position: absolute;
  right: -22px;
  top: 30%;
  width: 34px;
  height: 142px;
  border: 1px solid rgba(255, 249, 232, .16);
  border-radius: 999px;
  background: linear-gradient(180deg, var(--gold), #ff604f 48%, #2b0a3d 49%);
  box-shadow: 0 18px 38px rgba(0, 0, 0, .34);
  transform: rotate(3deg);
}

.slot-console.spinning {
  animation: cabinetKick .18s ease-in-out infinite alternate;
}

@keyframes cabinetKick {
  from { transform: translateY(0) rotate(0); }
  to { transform: translateY(-2px) rotate(.25deg); }
}

.console-top {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .65rem .8rem 1rem;
  color: var(--gold);
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.console-dots {
  display: flex;
  gap: .35rem;
}

.console-dots i {
  width: .55rem;
  height: .55rem;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 18px var(--lime);
}

.slot-window {
  --slot-cell: 104px;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .75rem;
  height: calc((var(--slot-cell) * 3) + 1.6rem);
  overflow: hidden;
  padding: .8rem;
  border: 1px solid rgba(255, 249, 232, .2);
  border-radius: 28px;
  background:
    linear-gradient(90deg, rgba(255, 210, 96, .08), transparent 18%, transparent 82%, rgba(255, 210, 96, .08)),
    linear-gradient(180deg, rgba(255, 255, 255, .12), rgba(0, 0, 0, .4));
  box-shadow:
    inset 0 18px 28px rgba(255, 255, 255, .08),
    inset 0 -28px 48px rgba(0, 0, 0, .44);
}

.slot-window::before,
.slot-window::after {
  content: "";
  position: absolute;
  left: .8rem;
  right: .8rem;
  z-index: 4;
  height: 30%;
  pointer-events: none;
}

.slot-window::before {
  top: .8rem;
  background: linear-gradient(180deg, rgba(16, 3, 24, .88), transparent);
}

.slot-window::after {
  bottom: .8rem;
  background: linear-gradient(0deg, rgba(16, 3, 24, .88), transparent);
}

.payline {
  position: absolute;
  left: 1.1rem;
  right: 1.1rem;
  top: 50%;
  z-index: 5;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), var(--lime), var(--gold), transparent);
  box-shadow: 0 0 18px rgba(255, 210, 96, .72);
  pointer-events: none;
}

.slot-reel {
  position: relative;
  height: calc(var(--slot-cell) * 3);
  min-height: 0;
  overflow: hidden;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .38), transparent 18%, transparent 82%, rgba(0, 0, 0, .16)),
    #fff5da;
  color: #1b0628;
  box-shadow:
    inset 0 -22px 34px rgba(255, 64, 109, .2),
    inset 0 20px 34px rgba(255, 210, 96, .2),
    0 20px 30px rgba(0, 0, 0, .22);
  transform-style: preserve-3d;
}

.slot-reel::before,
.slot-reel::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  height: 38%;
  pointer-events: none;
}

.slot-reel::before {
  top: 0;
  background: linear-gradient(180deg, rgba(255, 245, 218, .88), transparent);
}

.slot-reel::after {
  bottom: 0;
  background: linear-gradient(0deg, rgba(55, 21, 54, .22), transparent);
}

.reel-strip {
  display: flex;
  flex-direction: column;
  transform: translate3d(0, 0, 0);
  transition: transform var(--spin-duration, 1900ms) cubic-bezier(.09, .82, .15, 1);
  will-change: transform;
}

.reel-cell {
  flex: 0 0 var(--slot-cell);
  display: grid;
  place-items: center;
  height: var(--slot-cell);
  border-bottom: 1px solid rgba(27, 6, 40, .12);
  font-size: clamp(3rem, 6vw, 4.65rem);
  filter: drop-shadow(0 13px 10px rgba(27, 6, 40, .2));
}

.slot-reel.spinning .reel-strip {
  filter: blur(1.6px) saturate(1.28);
}

.slot-reel.locked {
  animation: reelLock .22s ease-out;
}

@keyframes reelLock {
  0% { transform: translateY(-4px) scale(1.015); }
  70% { transform: translateY(2px) scale(.995); }
  100% { transform: translateY(0) scale(1); }
}

.score-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .75rem;
  margin: .9rem 0;
}

.score-panel div {
  padding: .95rem;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, .06);
}

.score-panel span {
  display: block;
  color: var(--muted);
  font-size: .76rem;
  font-weight: 850;
  text-transform: uppercase;
}

.score-panel strong {
  display: block;
  color: var(--ink);
  font-size: 2rem;
  line-height: 1;
}

.game-message {
  position: relative;
  z-index: 1;
  min-height: 3.2rem;
  margin: .9rem 0;
  color: rgba(255, 249, 232, .82);
}

.spin-button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: .7rem;
  width: 100%;
  min-height: 58px;
  border: 0;
  border-radius: 999px;
  color: #180521;
  background: linear-gradient(135deg, var(--lime), var(--gold));
  font-weight: 950;
  cursor: pointer;
  box-shadow: 0 18px 48px rgba(23, 232, 161, .2);
  transition: transform .2s ease, filter .2s ease;
}

.spin-button:hover {
  transform: translateY(-2px);
  filter: saturate(1.12);
}

.spin-button:disabled {
  cursor: wait;
  opacity: .7;
}

.micro-disclaimer {
  position: relative;
  z-index: 1;
  margin: .8rem .3rem 0;
  color: rgba(255, 249, 232, .58);
  font-size: .78rem;
}

.split-heading {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 2rem;
  align-items: end;
  margin-bottom: 2rem;
}

.split-heading .section-kicker {
  grid-column: 1 / -1;
}

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

.character {
  position: relative;
  min-height: 430px;
  display: grid;
  align-content: space-between;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 1.15rem;
  background: rgba(255, 255, 255, .06);
}

.character::before {
  content: "";
  position: absolute;
  inset: auto -10% -32% -10%;
  height: 60%;
  background: repeating-linear-gradient(90deg, rgba(255,255,255,.12) 0 1px, transparent 1px 22px);
  transform: rotate(-6deg);
  opacity: .58;
}

.character-art {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 235px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .14), rgba(0, 0, 0, .18));
}

.fruit-body {
  font-size: 6.4rem;
  filter: drop-shadow(0 26px 26px rgba(0, 0, 0, .36));
}

.visor {
  position: absolute;
  width: 100px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, .75);
  border-radius: 999px;
  background: rgba(0, 0, 0, .42);
  transform: translateY(-12px) rotate(-8deg);
  box-shadow: 0 0 22px rgba(91, 231, 255, .42);
}

.character > div:last-child {
  position: relative;
  z-index: 1;
}

.tag {
  display: inline-flex;
  border: 1px solid rgba(255, 249, 232, .18);
  border-radius: 999px;
  padding: .35rem .62rem;
  color: var(--lime);
  font-size: .73rem;
  font-weight: 900;
  text-transform: uppercase;
}

.character h3,
.ritual-track h3,
.mosaic-card h3 {
  margin: .8rem 0 .35rem;
  font-size: 1.5rem;
}

.character p,
.ritual-track p {
  margin: 0;
  color: rgba(255, 249, 232, .72);
}

.cherry { background: linear-gradient(145deg, rgba(255, 64, 109, .2), rgba(255, 255, 255, .05)); }
.lemon { background: linear-gradient(145deg, rgba(255, 210, 96, .2), rgba(255, 255, 255, .05)); }
.grape { background: linear-gradient(145deg, rgba(125, 92, 255, .24), rgba(255, 255, 255, .05)); }

.club-section {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 1rem;
  align-items: stretch;
}

.club-panel {
  padding: clamp(1.4rem, 4vw, 3rem);
  border: 1px solid rgba(255, 249, 232, .18);
  border-radius: 32px;
  background:
    linear-gradient(140deg, rgba(23, 232, 161, .16), rgba(255, 64, 109, .12)),
    rgba(255, 255, 255, .05);
}

.ritual-track {
  display: grid;
  gap: 1rem;
}

.ritual-track div {
  display: grid;
  grid-template-columns: 72px 1fr;
  column-gap: 1rem;
  align-items: start;
  min-height: 150px;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 255, 255, .055);
}

.ritual-track span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 18px;
  color: var(--void);
  background: var(--gold);
  font-weight: 950;
}

.mosaic-section {
  display: grid;
  grid-template-columns: 1.1fr .9fr .8fr;
  grid-auto-rows: minmax(190px, auto);
  gap: 1rem;
}

.mosaic-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: clamp(1.1rem, 3vw, 2rem);
  background: rgba(255, 255, 255, .06);
}

.mosaic-card.tall {
  grid-row: span 2;
  display: grid;
  align-content: end;
  min-height: 430px;
  background:
    linear-gradient(160deg, transparent 30%, rgba(255, 210, 96, .18)),
    repeating-linear-gradient(45deg, rgba(255,255,255,.08) 0 2px, transparent 2px 18px),
    rgba(255, 255, 255, .055);
}

.fruit-wall {
  grid-row: span 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  place-items: center;
  gap: .7rem;
}

.fruit-wall span {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 24px;
  background: rgba(255, 255, 255, .1);
  font-size: clamp(2.5rem, 7vw, 4.8rem);
}

.mosaic-card.compact {
  display: grid;
  align-content: space-between;
}

.mosaic-card.accent {
  color: #180521;
  background: linear-gradient(135deg, var(--lime), var(--gold));
}

.mosaic-card.accent p {
  color: rgba(24, 5, 33, .75);
}

.safety-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: center;
}

.safety-grid {
  display: grid;
  gap: .85rem;
}

.safety-grid a {
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 1.2rem;
  color: var(--ink);
  background: rgba(255, 255, 255, .06);
  font-size: 1.05rem;
  font-weight: 900;
  transition: transform .2s ease, background .2s ease;
}

.safety-grid a::after {
  content: "↗";
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: var(--void);
  background: var(--gold);
}

.safety-grid a:hover {
  transform: translateX(6px);
  background: rgba(255, 255, 255, .1);
}

.faq-section {
  padding-bottom: 7rem;
}

.faq-list {
  display: grid;
  gap: .85rem;
}

details {
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 1rem 1.1rem;
  background: rgba(255, 255, 255, .06);
}

summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 900;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  float: right;
  color: var(--lime);
}

details[open] summary::after {
  content: "−";
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 2rem 0 3rem;
  border-top: 1px solid var(--line);
  color: rgba(255, 249, 232, .68);
}

.site-footer img {
  width: 190px;
}

.site-footer p {
  max-width: 530px;
  margin: .7rem 0 0;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  align-content: start;
  justify-content: end;
}

.site-footer a {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: .6rem .85rem;
  font-weight: 850;
}

.cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: end center;
  padding: 1rem;
  background: rgba(7, 1, 12, .58);
  backdrop-filter: blur(8px);
}

.cookie-modal[hidden] {
  display: none;
}

.cookie-card {
  width: min(680px, 100%);
  border: 1px solid rgba(255, 249, 232, .18);
  border-radius: 28px;
  padding: 1.25rem;
  background: #190721;
  box-shadow: var(--shadow);
}

.cookie-card h2 {
  margin: 0;
  font-size: 1.5rem;
}

.cookie-card p {
  color: rgba(255, 249, 232, .72);
}

.cookie-option {
  display: flex;
  gap: .7rem;
  align-items: center;
  margin: .7rem 0;
  color: rgba(255, 249, 232, .86);
  font-weight: 780;
}

.cookie-option input {
  width: 1.1rem;
  height: 1.1rem;
  accent-color: var(--lime);
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 1rem;
}

.cookie-actions button {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: .72rem .95rem;
  color: var(--ink);
  background: rgba(255, 255, 255, .06);
  font-weight: 900;
  cursor: pointer;
}

.cookie-actions button:last-child {
  color: #190521;
  background: var(--lime);
}

.confetti-bit {
  position: fixed;
  z-index: 80;
  width: 10px;
  height: 16px;
  border-radius: 4px;
  pointer-events: none;
  animation: confetti .9s ease-out forwards;
}

@keyframes confetti {
  to {
    transform: translate(var(--x), var(--y)) rotate(260deg);
    opacity: 0;
  }
}

.legal-page {
  background:
    radial-gradient(circle at 18% 5%, rgba(23, 232, 161, .16), transparent 30rem),
    linear-gradient(135deg, #12031a, #23082f 45%, #0d0615);
}

.legal-shell {
  width: min(940px, calc(100% - 32px));
  margin: 0 auto;
  padding: 5rem 0 4rem;
}

.legal-hero {
  padding: 4rem 0 2rem;
}

.legal-hero h1 {
  max-width: 920px;
  font-size: clamp(3.4rem, 8vw, 7rem);
}

.legal-hero p {
  max-width: 760px;
  color: rgba(255, 249, 232, .78);
  font-size: 1.08rem;
}

.legal-article {
  padding: clamp(1.2rem, 4vw, 3rem);
  border: 1px solid var(--line);
  border-radius: 34px;
  background: rgba(255, 255, 255, .055);
  box-shadow: var(--shadow);
}

.legal-article h2 {
  margin-top: 2.2rem;
  font-size: clamp(1.7rem, 4vw, 2.7rem);
  line-height: 1;
}

.legal-article h2:first-child {
  margin-top: 0;
}

.legal-article p {
  color: rgba(255, 249, 232, .78);
}

@media (max-width: 940px) {
  .site-header {
    grid-template-columns: auto auto;
    border-radius: 28px;
  }

  .brand img {
    width: 172px;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .main-nav,
  .header-cta {
    display: none;
  }

  .site-header.nav-open .main-nav {
    grid-column: 1 / -1;
    display: grid;
    justify-self: stretch;
    gap: .2rem;
    padding: .4rem;
  }

  .site-header.nav-open .header-cta {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
  }

  .hero {
    padding-top: 5rem;
  }

  .hero-grid,
  .game-layout,
  .club-section,
  .safety-section,
  .split-heading {
    grid-template-columns: 1fr;
  }

  .hero-machine {
    min-height: 470px;
    transform: none;
  }

  .slot-console::after {
    right: 10px;
    top: auto;
    bottom: 1rem;
    width: 118px;
    height: 18px;
    transform: none;
  }

  .character-grid,
  .mosaic-section {
    grid-template-columns: 1fr;
  }

  .mosaic-card.tall,
  .fruit-wall {
    grid-row: auto;
  }

  .site-footer,
  .intro-strip {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer nav {
    justify-content: start;
  }
}

@media (max-width: 620px) {
  .age-ribbon {
    font-size: .64rem;
    line-height: 1.35;
  }

  .hero {
    min-height: auto;
    padding-bottom: 4.2rem;
  }

  .hero h1 {
    font-size: clamp(3.6rem, 18vw, 5.4rem);
  }

  .hero-actions,
  .cookie-actions {
    display: grid;
  }

  .btn,
  .cookie-actions button {
    width: 100%;
  }

  .hero-machine {
    min-height: 410px;
    border-radius: 30px;
  }

  .hero-reel {
    min-height: 190px;
  }

  .slot-window {
    --slot-cell: 78px;
    gap: .45rem;
    padding: .55rem;
    height: calc((var(--slot-cell) * 3) + 1.1rem);
  }

  .slot-console::after {
    display: none;
  }

  .slot-reel {
    border-radius: 16px;
  }

  .reel-cell {
    font-size: clamp(2.5rem, 12vw, 3.35rem);
  }

  .section {
    padding: 4rem 0;
  }

  .character {
    min-height: 360px;
  }

  .ritual-track div {
    grid-template-columns: 1fr;
  }

  .legal-shell {
    padding-top: 2rem;
  }

  .legal-article {
    border-radius: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }
}
