body {
  padding-top: 0;
}

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  align-items: end;
  padding: calc(var(--header-h) + 2.4rem) 0 4.5rem;
  overflow: hidden;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(ellipse 70% 55% at 78% 28%, rgba(107, 28, 42, 0.32), transparent 58%),
    radial-gradient(ellipse 45% 40% at 12% 80%, rgba(176, 138, 82, 0.08), transparent 55%),
    linear-gradient(180deg, #140c10 0%, #0a0809 48%, #12090c 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    repeating-radial-gradient(circle at 18% 22%, rgba(243, 234, 216, 0.06) 0 0.4px, transparent 0.7px 2.6px),
    repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.07) 0 1px, transparent 1px 3px);
  opacity: 0.28;
  mix-blend-mode: overlay;
}

.hero-frame {
  position: absolute;
  inset: 1rem;
  border: 1px solid var(--line);
  pointer-events: none;
}

.hero-frame::before,
.hero-frame::after {
  content: "";
  position: absolute;
  width: 3.2rem;
  height: 3.2rem;
  border: 1px solid rgba(196, 165, 116, 0.45);
}

.hero-frame::before {
  top: 0.55rem;
  left: 0.55rem;
  border-right: 0;
  border-bottom: 0;
}

.hero-frame::after {
  right: 0.55rem;
  bottom: 0.55rem;
  border-left: 0;
  border-top: 0;
}

.hero-grid {
  display: grid;
  gap: 2.4rem;
}

.hero-copy {
  max-width: 42rem;
}

.hero h1 {
  max-width: 14ch;
  margin-bottom: 1.4rem;
}

.hero-copy p {
  max-width: 38rem;
  color: var(--parchment);
}

.hero-aside {
  position: relative;
  aspect-ratio: 3 / 4;
  min-height: 0;
  border: 1px solid var(--line);
  background: #12090c;
  overflow: hidden;
}

.hero-aside img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

.hero-aside-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2.4rem 1.2rem 1.1rem;
  color: var(--gold);
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  background: linear-gradient(180deg, transparent, rgba(10, 8, 9, 0.82) 70%);
  pointer-events: none;
}

.section {
  position: relative;
  padding: var(--section) 0;
}

.section + .section {
  border-top: 1px solid rgba(196, 165, 116, 0.1);
}

.section-kicker {
  margin-bottom: 0.75rem;
}

.reading {
  max-width: var(--measure);
}

.reading-wide {
  max-width: 46rem;
}

.section-head {
  margin-bottom: clamp(1.6rem, 4vw, 2.6rem);
}

.glance {
  background:
    linear-gradient(180deg, rgba(26, 16, 20, 0.7), rgba(10, 8, 9, 0.2));
}

.glance-layout {
  display: grid;
  gap: 2rem;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  background: rgba(18, 13, 16, 0.7);
}

.spec-table {
  width: 100%;
  min-width: 18rem;
  border-collapse: collapse;
}

.spec-table th,
.spec-table td {
  padding: 0.85rem 1rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(196, 165, 116, 0.12);
}

.spec-table th {
  width: 38%;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.spec-table td {
  color: var(--ivory);
}

.spec-table tr:last-child th,
.spec-table tr:last-child td {
  border-bottom: 0;
}

.gameplay {
  background: var(--ink);
}

.sticky-title {
  margin-bottom: 1.4rem;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 1.4rem 0;
}

.feature-list li {
  position: relative;
  padding: 1rem 0 1rem 2.4rem;
  border-top: 1px solid rgba(196, 165, 116, 0.12);
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.35rem;
  width: 1.2rem;
  height: 1px;
  background: var(--gold);
}

.spins {
  background:
    radial-gradient(circle at 8% 12%, rgba(107, 28, 42, 0.16), transparent 28%),
    var(--ink-soft);
}

.spins-intro {
  max-width: 44rem;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.character {
  display: grid;
  gap: 1.2rem;
  padding: 2rem 0;
  border-top: 1px solid rgba(196, 165, 116, 0.14);
}

.character-index {
  color: var(--gold);
  font-size: 0.7rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.character-visual {
  position: relative;
  aspect-ratio: 3 / 4;
  min-height: 0;
  border: 1px solid var(--line);
  background: #12090c;
  overflow: hidden;
}

.character-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 12%;
}

.choose {
  background: var(--ink);
}

.choose-list {
  list-style: none;
  padding: 0;
}

.choose-list li {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(196, 165, 116, 0.12);
  max-width: 40rem;
}

.wild {
  overflow: hidden;
}

.wild-panel {
  display: grid;
  gap: 1.6rem;
}

.wild-stage {
  position: relative;
  aspect-ratio: 16 / 9;
  min-height: 0;
  border: 1px solid var(--line);
  background: #12090c;
  overflow: hidden;
}

.wild-stage img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.quote-line {
  font-family: var(--serif);
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-style: italic;
  line-height: 1.3;
  color: var(--ivory);
  max-width: 22ch;
}

.jackpots,
.comparison,
.mobile-play,
.demo,
.rtp,
.tips,
.verdict,
.responsible {
  background: var(--ink);
}

.change-list,
.tips-list {
  max-width: 40rem;
}

.stat-row {
  display: grid;
  gap: 1rem;
  margin: 2rem 0;
}

.stat {
  padding: 1.3rem 0;
  border-top: 1px solid var(--line);
}

.stat b {
  display: block;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 400;
  color: var(--ivory);
  line-height: 1;
  margin-bottom: 0.45rem;
}

.stat span {
  color: var(--muted);
  font-size: 0.86rem;
}

.demo {
  background:
    radial-gradient(ellipse at 80% 0%, rgba(107, 28, 42, 0.2), transparent 42%),
    var(--charcoal);
}

.responsible {
  background: #0e0a0c;
}

.responsible .reading {
  max-width: 42rem;
}

.section-cta {
  margin-top: 1.6rem;
}

.reveal {
  animation: rise 0.9s var(--ease) both;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (min-width: 800px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(16rem, 0.7fr);
    align-items: end;
  }

  .hero-aside {
    min-height: 0;
    max-height: 38rem;
  }

  .glance-layout {
    grid-template-columns: minmax(16rem, 0.8fr) minmax(0, 1.2fr);
    align-items: start;
  }

  .gameplay-grid {
    display: grid;
    grid-template-columns: minmax(14rem, 0.7fr) minmax(0, 1.2fr);
    gap: 3rem;
    align-items: start;
  }

  .sticky-title {
    position: sticky;
    top: calc(var(--header-h) + 1.5rem);
  }

  .character {
    grid-template-columns: 8rem minmax(10rem, 0.7fr) minmax(0, 1.3fr);
    align-items: start;
    gap: 2rem;
  }

  .wild-panel {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .stat-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }

  .split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
    align-items: start;
  }
}

@media (min-width: 1100px) {
  .hero {
    align-items: center;
    padding-bottom: 6rem;
  }
}

@media (max-width: 799px) {
  .character-visual,
  .hero-aside {
    max-width: 22rem;
  }

  .spec-table thead {
    display: none;
  }

  .spec-table,
  .spec-table tbody,
  .spec-table tr,
  .spec-table th,
  .spec-table td {
    display: block;
    width: 100%;
  }

  .spec-table tr {
    padding: 0.7rem 0.2rem;
    border-bottom: 1px solid rgba(196, 165, 116, 0.12);
  }

  .spec-table th,
  .spec-table td {
    padding: 0.15rem 1rem;
    border: 0;
    width: auto;
  }
}
.section,
#intro,
#features,
#amber,
#troy,
#michael,
#sarah {
  scroll-margin-top: calc(var(--header-h) + 0.8rem);
}

.glance-note {
  margin-top: 1.6rem;
}

.character-visual::before {
  content: "";
  position: absolute;
  inset: 0.55rem;
  border: 1px solid rgba(196, 165, 116, 0.22);
  pointer-events: none;
  z-index: 1;
}

.responsible a {
  color: var(--gold);
  text-decoration: none;
}

.responsible a:hover {
  text-decoration: underline;
}

.footer-base a {
  color: var(--parchment);
  text-decoration: none;
}

@media (max-width: 379px) {
  .btn {
    width: 100%;
  }

  .brand-mark {
    font-size: 1rem;
  }

  .hero-frame {
    inset: 0.55rem;
  }
}