:root {
  --ink: #100e13;
  --ink-soft: #1a151e;
  --paper: #f4eddd;
  --cream: #fff7e8;
  --violet: #a449f3;
  --violet-dark: #5b247e;
  --orange: #ff9f43;
  --green: #98e85b;
  --muted: #b9adbe;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--cream);
  background: var(--ink);
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  min-height: 100vh;
}
a { color: inherit; }
img { max-width: 100%; }
::selection { color: var(--ink); background: var(--orange); }

.site-header {
  position: absolute;
  z-index: 20;
  inset: 0 0 auto;
}
.site-header-compact {
  position: relative;
  background: var(--ink);
}
.site-nav {
  width: min(1180px, calc(100% - 44px));
  height: 104px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  overflow: hidden;
  border-radius: 50%;
  background: #211827;
  border: 2px solid rgba(255,255,255,.78);
  box-shadow: 0 0 0 4px #211827;
}
.brand-mark img { width: 70px; height: 70px; object-fit: cover; transform: translateY(3px); }
.brand-name {
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 1.45rem;
  letter-spacing: .025em;
  text-transform: uppercase;
}
.brand-name em { color: var(--orange); font-style: normal; }
.nav-links { display: flex; align-items: center; gap: clamp(16px, 2.2vw, 32px); }
.nav-links a {
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-links a:not(.nav-contact):hover { color: var(--orange); }
.nav-contact { padding: 10px 13px; border: 1px solid rgba(255,255,255,.18); }

.section-shell { width: min(1180px, calc(100% - 44px)); margin-inline: auto; }
.section-kicker {
  margin: 0 0 17px;
  color: var(--orange);
  font: 800 .68rem/1 "Courier New", monospace;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.section-kicker::before { content: "/ "; color: var(--violet); }

.hero {
  min-height: 900px;
  padding: 156px max(22px, calc((100vw - 1180px) / 2)) 80px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(400px, .75fr);
  gap: 5vw;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 42%, rgba(164, 73, 243, .23), transparent 29rem),
    linear-gradient(135deg, #141018 0%, #0c0b10 62%, #18101e 100%);
}
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: flex; gap: 9px; margin: 0 0 22px; }
.eyebrow span {
  padding: 7px 10px 6px;
  border: 1px solid rgba(255,255,255,.22);
  color: var(--orange);
  font: 800 .69rem/1 "Courier New", monospace;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 720px;
  margin: 0;
  color: var(--paper);
  font: 400 clamp(4.2rem, 7.3vw, 7.2rem)/.84 Impact, "Arial Black", sans-serif;
  letter-spacing: -.035em;
  text-transform: uppercase;
}
.hero h1 i { color: var(--violet); font-style: normal; text-shadow: 3px 3px 0 #451860; }
.lede { max-width: 590px; margin: 28px 0 0; color: var(--muted); font-size: clamp(1.05rem, 1.5vw, 1.28rem); line-height: 1.65; }
.hero-actions, .support-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 53px;
  padding: 0 22px;
  border: 1px solid rgba(255,255,255,.2);
  font-size: .83rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .055em;
  transition: transform .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-3px) rotate(-.4deg); }
.button-primary { color: #140d18; background: var(--orange); border-color: var(--orange); box-shadow: 6px 6px 0 var(--violet-dark); }
.button-primary span { margin-left: 18px; font-size: 1.3em; }
.button-quiet { color: var(--paper); background: rgba(255,255,255,.04); }

.hero-game { position: relative; display: grid; place-items: center; min-height: 680px; }
.hero-game::before {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: var(--violet);
  filter: blur(2px);
  opacity: .18;
}
.phone-shell {
  position: relative;
  z-index: 1;
  width: min(335px, 73vw);
  padding: 10px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 42px;
  background: #050407;
  box-shadow: 0 35px 70px rgba(0,0,0,.62), 0 0 0 8px rgba(255,255,255,.035);
  transform: rotate(3deg);
}
.phone-shell > img { display: block; width: 100%; height: auto; border-radius: 30px; }
.phone-top { position: absolute; z-index: 2; inset: 19px 24px auto; display: flex; justify-content: center; }
.phone-top b { padding: 5px 10px; border-radius: 999px; background: #0a090d; color: #a89dad; font: 700 .48rem/1 "Courier New", monospace; letter-spacing: .14em; }
.game-sticker {
  position: absolute;
  z-index: 3;
  right: -10px;
  bottom: 64px;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 250px;
  padding: 12px 16px 12px 10px;
  color: #171018;
  background: var(--paper);
  border: 2px solid #191219;
  box-shadow: 7px 7px 0 var(--orange);
  transform: rotate(-4deg);
}
.game-sticker img { width: 62px; height: 62px; border-radius: 15px; }
.game-sticker span { display: block; color: var(--violet-dark); font: 800 .58rem/1.2 "Courier New", monospace; letter-spacing: .11em; }
.game-sticker strong { display: block; margin-top: 4px; font: 1.12rem/1 Impact, "Arial Black", sans-serif; text-transform: uppercase; }
.spark { position: absolute; z-index: 3; color: var(--orange); font-size: 2.5rem; text-shadow: 0 0 24px currentColor; }
.spark-one { top: 78px; right: 2px; transform: rotate(18deg); }
.spark-two { left: 10px; bottom: 145px; color: var(--violet); font-size: 1.8rem; }

.ticker { overflow: hidden; color: var(--ink); background: var(--orange); border-block: 2px solid var(--ink); transform: rotate(-.8deg) scale(1.01); }
.ticker > div { width: max-content; min-width: 100%; padding: 15px 2vw; display: flex; justify-content: space-around; gap: 28px; }
.ticker span { font: 1rem/1 Impact, "Arial Black", sans-serif; letter-spacing: .05em; text-transform: uppercase; }
.ticker b { color: var(--violet-dark); }

.game-showcase { padding-block: 140px; }
.section-heading { display: grid; grid-template-columns: .45fr 1fr; gap: 8vw; align-items: start; margin-bottom: 62px; }
.section-heading h2, .world-copy h2, .studio-copy h2, .faq-section h2 {
  margin: 0;
  color: var(--paper);
  font: 400 clamp(3rem, 5.4vw, 5.8rem)/.91 Impact, "Arial Black", sans-serif;
  letter-spacing: -.025em;
  text-transform: uppercase;
}
.section-heading h2 i, .support-hero h1 i { color: var(--violet); font-style: normal; }
.game-intro-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .7fr); gap: 44px; align-items: center; }
.roster-card { position: relative; overflow: hidden; min-height: 390px; border: 1px solid rgba(255,255,255,.12); background: #1e1824; }
.roster-card img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; }
.image-label { position: absolute; left: 20px; bottom: 18px; padding: 8px 11px; color: var(--ink); background: var(--orange); font: 800 .65rem/1 "Courier New", monospace; letter-spacing: .1em; text-transform: uppercase; transform: rotate(-2deg); }
.game-title-row { display: flex; gap: 17px; align-items: center; }
.game-title-row img { width: 82px; height: 82px; border-radius: 19px; }
.game-title-row span { color: var(--orange); font: 800 .63rem/1 "Courier New", monospace; letter-spacing: .12em; text-transform: uppercase; }
.game-title-row h3 { margin: 6px 0 0; font: 2.1rem/1 Impact, "Arial Black", sans-serif; text-transform: uppercase; }
.game-description > p { margin: 26px 0; color: var(--muted); font-size: 1.06rem; line-height: 1.7; }
.game-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.game-tags span { padding: 8px 10px; border: 1px solid rgba(255,255,255,.15); color: var(--paper); font: 700 .62rem/1 "Courier New", monospace; text-transform: uppercase; }

.feature-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 80px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.12); }
.feature-card { min-height: 280px; padding: 36px; background: var(--ink); }
.feature-card > span { color: var(--orange); font: 700 .7rem/1 "Courier New", monospace; }
.feature-card h3 { max-width: 270px; margin: 60px 0 15px; font: 1.65rem/1 Impact, "Arial Black", sans-serif; letter-spacing: .02em; text-transform: uppercase; }
.feature-card p { margin: 0; color: var(--muted); line-height: 1.6; }
.game-stats { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 50px; }
.game-stats > div { display: flex; align-items: baseline; gap: 10px; padding: 20px 24px; border-left: 1px solid rgba(255,255,255,.12); }
.game-stats > div:last-child { border-right: 1px solid rgba(255,255,255,.12); }
.game-stats strong { color: var(--orange); font: 2.7rem/1 Impact, "Arial Black", sans-serif; }
.game-stats span { color: var(--muted); font-size: .72rem; font-weight: 800; text-transform: uppercase; }

.world-section {
  display: grid;
  grid-template-columns: minmax(300px, .75fr) minmax(480px, 1fr);
  gap: 7vw;
  align-items: center;
  padding: 120px max(22px, calc((100vw - 1180px) / 2));
  background: var(--paper);
  color: var(--ink);
}
.world-copy { position: sticky; top: 60px; }
.world-copy h2 { color: var(--ink); }
.world-copy > p:not(.section-kicker) { margin: 28px 0; color: #574d5b; font-size: 1.08rem; line-height: 1.7; }
.text-link { display: inline-flex; gap: 14px; align-items: center; padding-bottom: 5px; border-bottom: 2px solid currentColor; font-weight: 900; text-decoration: none; text-transform: uppercase; letter-spacing: .045em; }
.text-link span { color: var(--violet); }
.world-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: start; }
.world-card { position: relative; margin: 0; overflow: hidden; background: #18121c; box-shadow: 12px 12px 0 var(--violet); }
.world-card-crypt { margin-top: 90px; box-shadow: 12px 12px 0 var(--orange); }
.world-card img { display: block; width: 100%; height: 610px; object-fit: cover; }
.world-card figcaption { position: absolute; inset: auto 12px 12px; display: flex; justify-content: space-between; padding: 13px 14px; color: var(--paper); background: rgba(16,14,19,.92); font-weight: 900; text-transform: uppercase; }
.world-card figcaption span { color: var(--orange); font: .7rem/1.4 "Courier New", monospace; }

.studio-section { display: grid; grid-template-columns: .8fr 1fr; gap: 8vw; align-items: center; padding-bottom: 150px; }
.studio-mark-wrap { position: relative; display: grid; place-items: center; min-height: 500px; }
.studio-mark-wrap::before { content: ""; position: absolute; width: 78%; aspect-ratio: 1; border-radius: 50%; background: var(--orange); opacity: .85; }
.studio-mark-wrap img { position: relative; z-index: 1; width: min(520px, 100%); height: auto; filter: drop-shadow(18px 24px 0 rgba(91,36,126,.7)); }
.studio-copy > p:not(.section-kicker) { max-width: 630px; color: var(--muted); font-size: 1.08rem; line-height: 1.7; }
.studio-copy .name-note { padding: 20px 22px; border-left: 3px solid var(--orange); background: rgba(255,255,255,.04); color: var(--paper) !important; }
.studio-copy .text-link { margin-top: 12px; }

.site-footer {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  padding: 48px 0 40px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  border-top: 1px solid rgba(255,255,255,.12);
}
.footer-brand { font: 1.5rem/1 Impact, "Arial Black", sans-serif; text-decoration: none; text-transform: uppercase; }
.footer-brand span { color: var(--orange); }
.site-footer p { margin: 10px 0 0; color: #817786; font-size: .8rem; }
.footer-links { display: flex; gap: 25px; align-items: start; }
.footer-links a { color: var(--muted); font-size: .72rem; font-weight: 900; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.footer-links a:hover { color: var(--orange); }
.site-footer .copyright { grid-column: 1 / -1; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.06); font: .65rem/1 "Courier New", monospace; text-transform: uppercase; }

.legal-page { background: var(--paper); color: var(--ink); }
.legal-hero { padding: 95px max(22px, calc((100vw - 1180px) / 2)) 60px; border-bottom: 1px solid #d8cdbc; }
.legal-hero h1, .support-hero h1 { margin: 0; font: 400 clamp(3.8rem, 8vw, 7.8rem)/.88 Impact, "Arial Black", sans-serif; letter-spacing: -.035em; text-transform: uppercase; }
.legal-hero > p:last-child { margin: 22px 0 0; color: #756a77; font: .72rem/1 "Courier New", monospace; text-transform: uppercase; }
.legal-layout { width: min(1180px, calc(100% - 44px)); margin: 0 auto; padding: 70px 0 120px; display: grid; grid-template-columns: 280px 1fr; gap: 8vw; align-items: start; }
.legal-layout aside { position: sticky; top: 30px; padding: 24px; color: var(--paper); background: var(--violet-dark); box-shadow: 8px 8px 0 var(--orange); }
.legal-layout aside strong { font: 1.35rem/1 Impact, "Arial Black", sans-serif; text-transform: uppercase; }
.legal-layout aside p { color: #e1d3e7; line-height: 1.55; }
.legal-layout aside a { color: var(--orange); font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.legal-content { max-width: 760px; }
.legal-content section { padding: 0 0 38px; margin-bottom: 38px; border-bottom: 1px solid #d8cdbc; }
.legal-content h2 { margin: 0 0 14px; font: 1.65rem/1 Impact, "Arial Black", sans-serif; text-transform: uppercase; }
.legal-content p { margin: 0; color: #574d5b; font-size: 1rem; line-height: 1.8; }
.legal-content a { color: var(--violet-dark); font-weight: 800; }

.support-page { min-height: 70vh; }
.support-hero { padding: 100px max(22px, calc((100vw - 1180px) / 2)) 110px; background: radial-gradient(circle at 85% 50%, rgba(164,73,243,.25), transparent 30rem), var(--ink-soft); }
.support-hero > p:not(.section-kicker) { max-width: 650px; margin: 28px 0 0; color: var(--muted); font-size: 1.08rem; line-height: 1.7; }
.faq-section { padding-block: 110px 140px; }
.faq-section h2 { margin-bottom: 50px; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.12); }
.faq-grid article { min-height: 245px; padding: 32px; background: var(--ink); }
.faq-grid article > span { color: var(--orange); font: .7rem/1 "Courier New", monospace; }
.faq-grid h3 { margin: 44px 0 12px; font: 1.45rem/1 Impact, "Arial Black", sans-serif; text-transform: uppercase; }
.faq-grid p { margin: 0; color: var(--muted); line-height: 1.65; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; text-align: center; padding-top: 150px; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .hero-game { min-height: 700px; }
  .section-heading { grid-template-columns: 1fr; gap: 16px; }
  .game-intro-grid { grid-template-columns: 1fr; }
  .feature-list { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .feature-card h3 { margin-top: 35px; }
  .game-stats { grid-template-columns: 1fr 1fr; }
  .world-section { grid-template-columns: 1fr; }
  .world-copy { position: static; }
  .studio-section { grid-template-columns: 1fr; }
  .studio-mark-wrap { min-height: 420px; }
}

@media (max-width: 680px) {
  .site-nav { width: min(100% - 28px, 1180px); height: 86px; }
  .brand-mark { width: 50px; height: 50px; }
  .brand-name { font-size: 1rem; }
  .nav-links { gap: 12px; }
  .nav-links a:not(.nav-contact) { display: none; }
  .hero { min-height: auto; padding: 125px 14px 60px; }
  .hero h1 { font-size: clamp(3.25rem, 17.5vw, 5rem); }
  .eyebrow { flex-wrap: wrap; justify-content: center; }
  .lede { font-size: 1rem; }
  .hero-actions, .support-actions { width: 100%; }
  .button { width: 100%; }
  .hero-game { min-height: 640px; }
  .game-sticker { right: 0; width: 220px; }
  .ticker > div { justify-content: flex-start; }
  .section-shell { width: min(100% - 28px, 1180px); }
  .game-showcase { padding-block: 90px; }
  .section-heading h2, .world-copy h2, .studio-copy h2, .faq-section h2 { font-size: clamp(2.8rem, 14vw, 4.5rem); }
  .roster-card, .roster-card img { min-height: 280px; }
  .game-title-row img { width: 65px; height: 65px; }
  .game-title-row h3 { font-size: 1.65rem; }
  .game-stats { grid-template-columns: 1fr 1fr; }
  .game-stats > div { flex-direction: column; gap: 4px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .world-section { padding: 90px 14px; }
  .world-gallery { gap: 12px; }
  .world-card img { height: 440px; }
  .world-card-crypt { margin-top: 45px; }
  .world-card figcaption { flex-direction: column; gap: 6px; font-size: .74rem; }
  .studio-mark-wrap { min-height: 350px; }
  .site-footer { width: calc(100% - 28px); grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
  .legal-hero, .support-hero { padding-inline: 14px; }
  .legal-layout { width: calc(100% - 28px); grid-template-columns: 1fr; }
  .legal-layout aside { position: static; }
  .faq-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
