:root {
  color-scheme: dark;
  --ink: #070307;
  --coal: #12070a;
  --panel: #190a0d;
  --ash: #f6eadb;
  --muted: #b8a79a;
  --ember: #ff5126;
  --flare: #ff8c34;
  --gold: #ffd36d;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--ash); background: radial-gradient(circle at 72% 12%, #3d100e 0, #100609 31%, #070307 60%); }
a { color: inherit; }
button, a.button { font: inherit; }
.wrap { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 10; border-bottom: 1px solid rgba(255,255,255,.06); background: rgba(7,3,7,.78); backdrop-filter: blur(18px); }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 68px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 13px; font-weight: 950; letter-spacing: .12em; }
.brand-mark { width: 25px; height: 31px; clip-path: polygon(50% 0, 100% 45%, 78% 100%, 50% 73%, 22% 100%, 0 45%); background: linear-gradient(var(--gold), var(--ember)); filter: drop-shadow(0 0 8px rgba(255,81,38,.55)); }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a { color: var(--muted); text-decoration: none; font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.nav-links .nav-cta { padding: 10px 15px; border: 1px solid rgba(255,150,73,.28); border-radius: 7px; color: #ffe7c8; background: rgba(99,28,17,.3); }
.hero { position: relative; min-height: 780px; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,.06); }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #070307 0, rgba(7,3,7,.9) 38%, rgba(7,3,7,.13) 80%), url("phoenix-hero.jpg") 72% center / cover no-repeat; opacity: .95; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 260px; background: linear-gradient(transparent, #070307); }
.hero-inner { position: relative; z-index: 1; display: flex; align-items: center; min-height: 780px; }
.hero-copy { width: min(610px, 100%); padding: 110px 0 120px; }
.eyebrow { margin: 0 0 19px; color: var(--flare); font-size: 11px; font-weight: 950; letter-spacing: .23em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 25px; color: #fff1dd; font-size: clamp(62px, 9.4vw, 126px); line-height: .76; letter-spacing: -.065em; text-shadow: 0 0 52px rgba(255,74,28,.3); }
h1 small { display: block; margin-top: 26px; color: var(--gold); font-size: clamp(18px, 2.15vw, 29px); letter-spacing: .36em; }
.lead { max-width: 560px; color: #cab8aa; font-size: clamp(18px, 2.1vw, 24px); line-height: 1.45; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0 21px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 16px 23px; border-radius: 8px; text-decoration: none; font-size: 12px; font-weight: 950; letter-spacing: .12em; }
.button.primary { color: #250706; background: linear-gradient(135deg, var(--gold), var(--flare) 50%, var(--ember)); box-shadow: 0 14px 42px rgba(255,76,31,.24), inset 0 1px rgba(255,255,255,.46); }
.button.secondary { border: 1px solid rgba(255,176,90,.24); color: #ffe6c6; background: rgba(73,20,16,.35); }
.micro { color: #87736a; font-size: 11px; letter-spacing: .07em; }
.section { padding: 110px 0; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: end; margin-bottom: 50px; }
h2 { max-width: 700px; margin-bottom: 0; font-size: clamp(42px, 6vw, 76px); line-height: .96; letter-spacing: -.055em; }
.section-heading > p { max-width: 500px; margin: 0; color: var(--muted); line-height: 1.75; }
.curse-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.08); border-left: 1px solid rgba(255,255,255,.08); }
.curse { min-height: 250px; padding: 25px; border-right: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); background: linear-gradient(150deg, rgba(255,255,255,.025), rgba(255,255,255,0)); }
.curse:last-child { background: linear-gradient(150deg, rgba(150,10,34,.2), rgba(255,255,255,0)); }
.curse > span { color: var(--flare); font-family: Georgia, serif; font-size: 30px; }
.curse h3 { margin: 44px 0 10px; font-size: 20px; }
.curse p { color: var(--muted); font-size: 13px; line-height: 1.55; }
.gameplay { background: linear-gradient(180deg, rgba(75,17,14,.13), transparent 45%); }
.feature-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 22px; }
.feature { min-height: 260px; padding: 31px; border: 1px solid rgba(255,255,255,.07); background: radial-gradient(circle at 90% 10%, rgba(255,87,32,.1), transparent 42%), #100609; }
.feature:first-child { grid-row: span 2; min-height: 540px; display: flex; flex-direction: column; justify-content: flex-end; background: radial-gradient(circle at 50% 28%, rgba(255,83,27,.23), transparent 35%), repeating-radial-gradient(circle at 50% 28%, transparent 0 36px, rgba(255,255,255,.025) 37px 38px), #100609; }
.feature h3 { margin-bottom: 10px; font-size: 29px; }
.feature p { max-width: 550px; margin-bottom: 0; color: var(--muted); line-height: 1.7; }
.feature .number { margin-bottom: auto; color: rgba(255,211,109,.65); font-size: 12px; font-weight: 900; letter-spacing: .18em; }
.play-panel { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; padding: 55px; border: 1px solid rgba(255,117,48,.22); background: radial-gradient(circle at 85% 50%, rgba(255,82,29,.22), transparent 33%), #13070a; }
.play-panel h2 { margin-bottom: 13px; }
.play-panel p { margin-bottom: 0; color: var(--muted); }
.footer { padding: 38px 0; border-top: 1px solid rgba(255,255,255,.07); color: #89756c; font-size: 12px; }
.footer-inner { display: flex; justify-content: space-between; gap: 30px; }
.footer-links { display: flex; gap: 18px; }
.legal { min-height: calc(100vh - 140px); padding: 90px 0; }
.legal article { width: min(760px, 100%); }
.legal h1 { font-size: clamp(48px, 8vw, 82px); line-height: .92; }
.legal h2 { margin: 45px 0 14px; font-size: 25px; letter-spacing: -.025em; }
.legal p, .legal li { color: var(--muted); line-height: 1.75; }
.legal strong { color: #f2dfca; }

@media (max-width: 850px) {
  .nav-links a:not(.nav-cta) { display: none; }
  .hero { min-height: 720px; }
  .hero::before { background: linear-gradient(180deg, rgba(7,3,7,.18), rgba(7,3,7,.88) 58%, #070307 95%), url("phoenix-hero.jpg") 58% 18% / auto 62% no-repeat; }
  .hero-inner { align-items: flex-end; min-height: 720px; }
  .hero-copy { padding: 300px 0 70px; }
  .section-heading, .feature-grid { grid-template-columns: 1fr; }
  .curse-grid { grid-template-columns: repeat(2, 1fr); }
  .feature:first-child { grid-row: auto; min-height: 420px; }
  .play-panel { grid-template-columns: 1fr; padding: 35px; }
  .play-panel .button { width: 100%; }
}
@media (max-width: 520px) {
  .wrap { width: min(100% - 28px, 1120px); }
  .section { padding: 78px 0; }
  .curse-grid { grid-template-columns: 1fr; }
  .curse { min-height: 190px; }
  .curse h3 { margin-top: 27px; }
  .footer-inner { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
