:root {
  --bg: #11091a;
  --bg-2: #21112c;
  --ink: #fff8ef;
  --muted: #e4cfdf;
  --dim: #aa91a8;
  --line: rgba(255, 255, 255, 0.16);
  --glass: rgba(32, 18, 42, 0.72);
  --gold: #ffd467;
  --honey: #ff9b4d;
  --pink: #ff85b3;
  --blue: #72c7ff;
  --teal: #6ee6cb;
  --purple: #b88cff;
  --max: 1180px;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(255, 132, 179, 0.13) 0 22%, transparent 22% 100%),
    linear-gradient(235deg, transparent 0 62%, rgba(110, 230, 203, 0.12) 62% 76%, transparent 76%),
    linear-gradient(180deg, #11091a 0%, #241431 48%, #0e0818 100%);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 16%, rgba(255, 212, 103, 0.16), transparent 24rem),
    radial-gradient(circle at 86% 22%, rgba(114, 199, 255, 0.13), transparent 22rem),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: auto, auto, 78px 78px, 78px 78px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 82%);
}

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

a {
  color: inherit;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 0.82rem clamp(1rem, 4vw, 3.5rem);
  background: rgba(17, 9, 26, 0.76);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand,
nav,
.hero-actions,
.store-button,
.button,
.final-actions {
  display: flex;
  align-items: center;
}

.brand {
  gap: 0.68rem;
  text-decoration: none;
  font-weight: 950;
}

.brand img {
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
  box-shadow: 0 0 24px rgba(255, 212, 103, 0.34);
}

nav {
  justify-content: center;
  gap: clamp(0.75rem, 2vw, 1.65rem);
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 820;
}

nav a,
.nav-store,
.button,
.store-button,
.contact-links a,
footer a {
  text-decoration: none;
}

nav a:hover,
footer a:hover {
  color: var(--gold);
}

.nav-store {
  min-height: 2.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.9rem;
  color: #1f1106;
  background: linear-gradient(135deg, #fff6c2, var(--gold) 55%, var(--honey));
  border-radius: 0.5rem;
  font-weight: 950;
  box-shadow: 0 14px 32px rgba(255, 155, 77, 0.22);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(23rem, 1.04fr) minmax(0, 0.96fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 5.2rem);
  max-width: 1380px;
  margin-inline: auto;
  padding: 7.2rem clamp(1rem, 4vw, 3.5rem) 4rem;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  left: clamp(1rem, 4vw, 3.5rem);
  right: clamp(1rem, 4vw, 3.5rem);
  bottom: 2rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 212, 103, 0.5), rgba(110, 230, 203, 0.3), transparent);
}

.hero-media {
  position: relative;
}

.hero-art {
  width: min(100%, 620px);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 36px 95px rgba(0, 0, 0, 0.34);
}

.floating-tile {
  position: absolute;
  width: clamp(5.6rem, 10vw, 7.8rem);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  padding: 0.85rem;
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(14px);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.28);
}

.tile-one {
  left: -1.2rem;
  bottom: 3rem;
}

.tile-two {
  right: -1.2rem;
  top: 4.5rem;
}

.hero-copy {
  position: relative;
  z-index: 5;
  max-width: 38rem;
}

.eyebrow {
  margin: 0 0 0.85rem;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 1.05rem;
  font-size: clamp(4rem, 8.6vw, 7.4rem);
  line-height: 0.9;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(2.25rem, 5.2vw, 4.6rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 0.45rem;
  font-size: 1.15rem;
}

.hero-lede,
.section-heading p,
.bonus-copy p,
.play-notes p,
.quick-signals p,
.bonus-card span {
  color: var(--muted);
  font-size: 1.12rem;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.store-button {
  width: fit-content;
  min-height: 3.85rem;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0.7rem 1.15rem;
  color: #1f1106;
  background: linear-gradient(135deg, #fff6c2 0%, var(--gold) 54%, var(--honey) 100%);
  border-radius: 0.65rem;
  font-weight: 950;
  box-shadow: 0 22px 55px rgba(255, 155, 77, 0.24);
}

.store-button span {
  font-size: 0.72rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.store-button strong {
  font-size: 1.35rem;
  line-height: 1.1;
}

.button {
  min-height: 3.85rem;
  justify-content: center;
  padding: 0.86rem 1.05rem;
  border-radius: 0.65rem;
  font-weight: 920;
}

.button.secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line);
}

.quick-signals,
.section,
footer {
  width: min(var(--max), calc(100% - 2rem));
  margin-inline: auto;
}

.quick-signals {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding: 1rem 0 5rem;
}

.quick-signals div,
.play-notes article,
.bonus-card,
.legal-page {
  background: var(--glass);
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  backdrop-filter: blur(16px);
}

.quick-signals div {
  padding: 1.15rem;
}

.quick-signals span {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 950;
}

.quick-signals strong {
  display: block;
  margin: 0.35rem 0;
  font-size: 1.15rem;
}

.quick-signals p {
  margin-bottom: 0;
  font-size: 0.98rem;
}

.section {
  padding: 5rem 0;
}

.section-heading {
  max-width: 54rem;
  margin-bottom: 2rem;
}

.section-heading.compact {
  max-width: 42rem;
}

.play-layout,
.bonuses-section {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(20rem, 0.88fr);
  gap: 1.4rem;
  align-items: stretch;
}

.feature-shot,
.world-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid var(--line);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.25);
}

.feature-shot img {
  width: 100%;
  height: 100%;
  min-height: 34rem;
  object-fit: cover;
}

.play-notes {
  display: grid;
  gap: 1rem;
}

.play-notes article {
  padding: 1.25rem;
}

.note-mark {
  display: block;
  width: 2.15rem;
  height: 0.38rem;
  margin-bottom: 1rem;
  border-radius: 99rem;
}

.note-mark.gold {
  background: var(--gold);
}

.note-mark.pink {
  background: var(--pink);
}

.note-mark.teal {
  background: var(--teal);
}

.bonuses-section {
  align-items: center;
}

.bonus-copy {
  max-width: 38rem;
}

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

.bonus-card {
  min-height: 13rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.2rem;
}

.bonus-card img {
  width: 5.4rem;
  margin-bottom: auto;
  filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.25));
}

.bonus-card strong {
  font-size: 1.24rem;
}

.bonus-card.wide {
  grid-column: 1 / -1;
  min-height: 8.5rem;
  background:
    linear-gradient(135deg, rgba(255, 212, 103, 0.22), rgba(255, 132, 179, 0.16)),
    var(--glass);
}

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

.world-grid img {
  width: 100%;
  height: 26rem;
  object-fit: cover;
}

.world-grid figcaption {
  padding: 0.85rem 1rem;
  color: var(--ink);
  background: rgba(15, 8, 24, 0.84);
  font-weight: 900;
}

.final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom: 5.5rem;
}

.final-cta h2 {
  max-width: 44rem;
}

.final-actions {
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.contact-links {
  display: grid;
  gap: 0.35rem;
  color: var(--muted);
  font-weight: 780;
}

.legal-page {
  max-width: 860px;
  margin: 8rem auto 5rem;
  padding: clamp(1.2rem, 4vw, 2.5rem);
}

.legal-page h1 {
  font-size: clamp(3.2rem, 8vw, 5.8rem);
}

.legal-page h2 {
  margin-top: 2rem;
  font-size: clamp(1.7rem, 4vw, 2.5rem);
}

.legal-page p {
  color: var(--muted);
  font-size: 1.08rem;
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.4rem 0 2rem;
  color: var(--dim);
  border-top: 1px solid var(--line);
  font-weight: 760;
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  nav {
    display: none;
  }

  .hero,
  .play-layout,
  .bonuses-section,
  .world-grid,
  .quick-signals {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 6.5rem;
  }

  .hero-media {
    order: 2;
  }

  .feature-shot img,
  .world-grid img {
    min-height: 0;
    height: auto;
  }

  .final-cta {
    display: grid;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding-inline: 0.85rem;
  }

  .brand span {
    display: none;
  }

  .nav-store {
    min-height: 2.2rem;
    padding-inline: 0.72rem;
  }

  h1 {
    font-size: clamp(3.5rem, 18vw, 4.7rem);
  }

  .bonus-grid {
    grid-template-columns: 1fr;
  }

  .bonus-card.wide {
    grid-column: auto;
  }

  .tile-one {
    left: 0.5rem;
    bottom: 1rem;
  }

  .tile-two {
    right: 0.5rem;
    top: 1rem;
  }
}
