:root {
  color-scheme: dark;
  --black: #050201;
  --near-black: #0c0503;
  --charcoal: #17100d;
  --iron: #312821;
  --ember: #ff4b16;
  --ember-dark: #9f260c;
  --gold: #f6c36a;
  --gold-deep: #a96822;
  --bone: #f8e2bd;
  --muted: #ba9f7b;
  --teal: #1a8a83;
  --blood: #5c1209;
  --line: rgba(246, 195, 106, 0.22);
  --shadow: 0 32px 90px rgba(0, 0, 0, 0.62);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 50% -8%, rgba(255, 75, 22, 0.2), transparent 35rem),
    linear-gradient(180deg, var(--black), #120604 34rem, var(--near-black));
  color: var(--bone);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(180deg, transparent, #000 12%, #000 86%, transparent);
}

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

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

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 14px clamp(18px, 4vw, 64px);
  background: linear-gradient(180deg, rgba(5, 2, 1, 0.84), rgba(5, 2, 1, 0));
  transition: background 160ms ease, border-color 160ms ease, backdrop-filter 160ms ease;
}

.site-header[data-elevated="true"] {
  border-bottom: 1px solid rgba(246, 195, 106, 0.18);
  background: rgba(5, 2, 1, 0.88);
  backdrop-filter: blur(16px);
}

.brand,
nav,
.launch-strip,
.casino-games,
footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brand img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 42%;
  filter: drop-shadow(0 0 16px rgba(255, 75, 22, 0.55));
}

nav {
  gap: clamp(18px, 3vw, 34px);
  color: rgba(248, 226, 189, 0.78);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

nav a {
  position: relative;
}

nav a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--ember);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 160ms ease;
}

nav a:hover::after {
  transform: scaleX(1);
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: 96px clamp(18px, 5vw, 88px) 56px;
  overflow: hidden;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: 0.34;
}

.hero-backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.08);
  transform: scale(1.08);
}

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

.hero::before {
  background:
    radial-gradient(circle at 26% 36%, rgba(255, 75, 22, 0.34), transparent 24rem),
    linear-gradient(90deg, rgba(5, 2, 1, 0.94), rgba(5, 2, 1, 0.76) 50%, rgba(5, 2, 1, 0.36)),
    linear-gradient(180deg, rgba(5, 2, 1, 0.08), rgba(5, 2, 1, 0.2) 70%, var(--black));
}

.hero::after {
  border: 1px solid rgba(246, 195, 106, 0.18);
  margin: clamp(72px, 8vw, 108px) clamp(16px, 4vw, 64px) 34px;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1280px, 100%);
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(420px, 1fr);
  gap: clamp(32px, 6vw, 86px);
  align-items: center;
}

.kicker {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-logo {
  width: min(620px, 100%);
  max-height: 248px;
  object-fit: contain;
  object-position: left center;
  margin: 0 0 22px -14px;
  filter: drop-shadow(0 26px 48px rgba(0, 0, 0, 0.66));
}

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 800;
  line-height: 0.98;
}

h1 {
  max-width: 760px;
  margin-bottom: 16px;
  font-size: clamp(3.1rem, 5.4vw, 6.3rem);
  letter-spacing: 0;
  text-wrap: balance;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.25rem, 5.4vw, 5.8rem);
  letter-spacing: 0;
  text-wrap: balance;
}

h3 {
  margin-bottom: 10px;
  color: #ffe6b2;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.08;
}

.hero-copy {
  max-width: 760px;
  margin-bottom: 24px;
  color: rgba(248, 226, 189, 0.82);
  font-size: clamp(1.08rem, 2vw, 1.34rem);
}

.launch-strip {
  width: min(620px, 100%);
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
  padding: 18px 22px;
  border: 1px solid rgba(246, 195, 106, 0.38);
  background:
    linear-gradient(90deg, rgba(255, 75, 22, 0.22), rgba(246, 195, 106, 0.08)),
    rgba(8, 4, 2, 0.74);
  box-shadow: 0 0 54px rgba(255, 75, 22, 0.18);
}

.launch-strip span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.launch-strip strong {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 3.4vw, 2.9rem);
  line-height: 1;
  text-transform: uppercase;
}

.hero-scroll {
  position: absolute;
  z-index: 3;
  right: clamp(20px, 5vw, 88px);
  bottom: 34px;
  color: rgba(248, 226, 189, 0.58);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.section {
  padding: clamp(82px, 10vw, 144px) clamp(18px, 5vw, 88px);
}

.section-heading {
  max-width: 1080px;
}

.section-heading > p:not(.kicker),
.world-copy p,
.battle-card p,
.system-grid p,
.casino-copy p,
.final-cta p {
  color: var(--muted);
  font-size: 1.05rem;
}

.feature-world {
  background:
    radial-gradient(circle at 92% 18%, rgba(26, 138, 131, 0.22), transparent 28rem),
    linear-gradient(180deg, var(--black), #100907);
}

.world-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.74fr) minmax(0, 1.26fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: end;
  margin-top: 44px;
}

.world-copy {
  padding: 28px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: var(--shadow);
}

.world-copy ul {
  display: grid;
  gap: 14px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.world-copy li {
  position: relative;
  padding-left: 24px;
  color: rgba(248, 226, 189, 0.84);
}

.world-copy li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--ember);
  box-shadow: 0 0 18px rgba(255, 75, 22, 0.72);
  transform: rotate(45deg);
}

.map-stack {
  position: relative;
  min-height: 580px;
}

.shot,
.mini-showcase figure {
  margin: 0;
  border: 1px solid rgba(246, 195, 106, 0.24);
  background: #070302;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.shot img,
.wide-showcase img,
.mini-showcase img,
.casino-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shot-large {
  position: absolute;
  inset: 0 12% 82px 0;
}

.shot-small {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 44%;
  height: 340px;
}

figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  display: inline-flex;
  width: fit-content;
  max-width: calc(100% - 32px);
  padding: 9px 12px;
  border: 1px solid rgba(246, 195, 106, 0.28);
  background: rgba(5, 2, 1, 0.78);
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.battle {
  background:
    radial-gradient(circle at 20% 10%, rgba(44, 121, 164, 0.18), transparent 25rem),
    radial-gradient(circle at 82% 18%, rgba(255, 75, 22, 0.2), transparent 28rem),
    #080605;
}

.battle-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 32px;
  align-items: end;
  margin-bottom: 42px;
}

.battle-card {
  padding: 28px;
  border: 1px solid rgba(95, 177, 232, 0.32);
  background:
    linear-gradient(145deg, rgba(31, 78, 112, 0.24), rgba(6, 8, 14, 0.78)),
    rgba(255, 255, 255, 0.035);
}

.card-number {
  display: block;
  margin-bottom: 18px;
  color: #9bd5ff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 0.9;
  text-shadow: 0 0 24px rgba(95, 177, 232, 0.35);
}

.battle-card strong {
  display: block;
  margin-bottom: 8px;
  color: #f2f8ff;
  font-size: 1.15rem;
}

.wide-showcase {
  height: min(58vw, 690px);
  min-height: 420px;
  border: 1px solid rgba(95, 177, 232, 0.32);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.mini-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 18px;
}

.mini-showcase figure {
  position: relative;
  height: 320px;
}

.systems {
  background:
    linear-gradient(180deg, #080605, #120604),
    var(--near-black);
}

.system-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.system-grid article {
  min-height: 275px;
  padding: 28px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 75, 22, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.025);
}

.system-grid span {
  display: block;
  margin-bottom: 54px;
  color: rgba(246, 195, 106, 0.48);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3rem;
  font-weight: 900;
}

.casino {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  background:
    radial-gradient(circle at 70% 10%, rgba(26, 138, 131, 0.2), transparent 28rem),
    linear-gradient(180deg, #120604, #090302);
}

.casino-art {
  aspect-ratio: 3 / 2;
  border: 1px solid rgba(246, 195, 106, 0.28);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.casino-copy {
  max-width: 640px;
}

.casino-games {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.casino-games span {
  padding: 10px 13px;
  border: 1px solid rgba(246, 195, 106, 0.28);
  background: rgba(246, 195, 106, 0.08);
  color: #ffd992;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: clamp(76px, 10vw, 132px) clamp(18px, 5vw, 88px);
  background:
    linear-gradient(90deg, rgba(5, 2, 1, 0.92), rgba(5, 2, 1, 0.68)),
    url("assets/banner.png") center / cover;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.final-cta h2,
.final-cta p {
  max-width: 920px;
}

.notify-button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  border: 1px solid rgba(255, 215, 147, 0.72);
  background:
    linear-gradient(180deg, #ffd37c, #b76420);
  color: #190704;
  font-weight: 950;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  box-shadow: 0 16px 40px rgba(255, 75, 22, 0.28);
}

.notify-button:hover {
  filter: brightness(1.08);
}

footer {
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 88px);
  color: rgba(248, 226, 189, 0.54);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media (max-width: 1040px) {
  nav {
    display: none;
  }

  .world-layout,
  .battle-grid,
  .hero-content,
  .casino,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .hero-content {
    align-items: start;
    gap: 22px;
  }

  .battle-card,
  .casino-copy {
    max-width: 680px;
  }

  .map-stack {
    min-height: 520px;
  }
}

@media (max-width: 720px) {
  .site-header {
    padding: 12px 16px;
  }

  .brand {
    font-size: 13px;
  }

  .brand img {
    width: 38px;
    height: 38px;
  }

  .hero {
    min-height: 860px;
    padding: 88px 18px 50px;
  }

  .hero::after {
    margin: 70px 12px 24px;
  }

  .hero-logo {
    margin-left: -8px;
    max-height: 210px;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 5rem);
  }

  .launch-strip {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-scroll {
    display: none;
  }

  .map-stack {
    min-height: auto;
    display: grid;
    gap: 16px;
  }

  .shot-large,
  .shot-small {
    position: relative;
    inset: auto;
    width: 100%;
    height: 330px;
  }

  .mini-showcase,
  .system-grid {
    grid-template-columns: 1fr;
  }

  .wide-showcase {
    min-height: 360px;
  }

  .mini-showcase figure {
    height: 260px;
  }

  .system-grid article {
    min-height: 0;
  }

  .system-grid span {
    margin-bottom: 32px;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 460px) {
  .section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .wide-showcase {
    min-height: 300px;
  }

  .notify-button {
    width: 100%;
  }
}
