@font-face {
  font-family: "MiSans";
  src: url("assets/fonts/MiSans-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 500;
  font-display: swap;
}

@font-face {
  font-family: "MiSans";
  src: url("assets/fonts/MiSans-Demibold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600 900;
  font-display: swap;
}

:root {
  --ink: #08110f;
  --ink-soft: #10201c;
  --jade: #8bd2a9;
  --jade-deep: #2d7057;
  --gold: #d8b56b;
  --paper: #f3efe4;
  --muted: #c8d1ca;
  --line: rgba(232, 225, 199, .18);
  --serif: "MiSans", "PingFang SC", "Microsoft YaHei", sans-serif;
  --sans: "MiSans", "PingFang SC", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--paper); background: var(--ink); font-family: var(--sans); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
:where(h1, h2, h3, p, li, blockquote, figcaption, dd, strong, small) { word-break: normal; word-break: auto-phrase; overflow-wrap: break-word; text-wrap: balance; orphans: 2; widows: 2; }
:where(h1, h2, h3) em, .no-break { white-space: nowrap; }
.heading-line { display: block; width: max-content; max-width: 100%; white-space: nowrap; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 14px; color: #08110f; background: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; height: 86px; display: grid; grid-template-columns: 240px 1fr 240px; align-items: center; padding: 0 4.5vw; border-bottom: 1px solid rgba(255,255,255,.12); transition: background .3s, height .3s; }
.site-header.scrolled { height: 68px; background: rgba(5, 15, 13, .88); backdrop-filter: blur(18px); }
.brand img { display: block; width: 168px; height: auto; }
.main-nav { justify-self: center; display: flex; gap: clamp(24px, 4vw, 64px); color: rgba(255,255,255,.72); font-family: var(--serif); font-size: 15px; letter-spacing: .18em; }
.main-nav a { position: relative; padding: 12px 0; transition: color .2s; }
.main-nav a::after { content: ""; position: absolute; right: 50%; bottom: 4px; left: 50%; height: 1px; background: var(--gold); transition: right .25s, left .25s; }
.main-nav a:hover { color: #fff; }
.main-nav a:hover::after { right: 0; left: 0; }
.header-cta { justify-self: end; min-width: 118px; padding: 11px 21px; border: 1px solid rgba(216,181,107,.65); color: #f8e5b8; text-align: center; font-family: var(--serif); letter-spacing: .12em; background: rgba(15,31,26,.28); transition: background .2s, color .2s; }
.header-cta:hover { color: #15160f; background: var(--gold); }

.hero { position: relative; min-height: 100svh; height: max(780px, 100svh); isolation: isolate; overflow: hidden; background: #060b0a; }
.hero-bg { position: absolute; z-index: -5; inset: -4%; background: linear-gradient(90deg, rgba(2,8,7,.92) 0%, rgba(2,8,7,.68) 34%, rgba(2,8,7,.18) 64%, rgba(2,8,7,.3) 100%), linear-gradient(180deg, rgba(2,6,5,.48) 0%, transparent 24%, transparent 67%, #08110f 100%), url("assets/hero-bg.webp") center/cover; filter: saturate(.72) contrast(1.12) brightness(.82); transform: scale(1.035); animation: hero-breathe 24s cubic-bezier(.35,0,.25,1) infinite alternate; }
.hero::before { content: ""; position: absolute; z-index: 0; inset: 0; pointer-events: none; box-shadow: inset 0 13px rgba(0,0,0,.5), inset 0 -13px rgba(0,0,0,.55), inset 0 0 150px rgba(0,0,0,.42); }
.hero::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; opacity: .58; background: radial-gradient(circle at 76% 27%, rgba(226,193,135,.14), transparent 26%), radial-gradient(ellipse at 52% 48%, transparent 42%, rgba(0,0,0,.58) 100%), repeating-linear-gradient(0deg, rgba(255,255,255,.012) 0 1px, transparent 1px 4px); mix-blend-mode: soft-light; }
.hero-mist { position: absolute; z-index: -2; width: 70vw; height: 30vh; border-radius: 50%; filter: blur(45px); opacity: .2; background: rgba(214,232,226,.48); animation: mist-drift 15s ease-in-out infinite alternate; }
.mist-one { right: -15vw; bottom: 10vh; }
.mist-two { left: 18vw; top: 12vh; animation-delay: -6s; opacity: .13; }
.hero-content { position: relative; z-index: 3; width: min(680px, 48vw); margin-left: 9vw; padding-top: clamp(148px, 18vh, 210px); }
.eyebrow { margin: 0 0 17px; color: var(--jade); font-size: 12px; font-weight: 650; letter-spacing: .34em; }
.eyebrow::before { content: ""; display: inline-block; width: 34px; height: 1px; margin: 0 13px 4px 0; background: var(--jade); }
.hero-logo { display: none; width: min(420px, 86%); }
.hero h1 { max-width: 10.5em; margin: 0; font-family: var(--serif); font-size: clamp(56px, 5.8vw, 96px); font-weight: 600; line-height: 1.12; letter-spacing: .045em; text-shadow: 0 4px 30px rgba(0,0,0,.62); }
.hero h1 em { color: #f1d59a; font-style: normal; }
.hero-title-brand { display: block; width: max-content; max-width: 100%; margin-bottom: 14px; color: var(--jade); font-family: var(--sans); font-size: clamp(14px, 1.2vw, 18px); font-weight: 600; line-height: 1.4; letter-spacing: .18em; text-shadow: 0 2px 18px rgba(0,0,0,.7); }
.hero-copy { max-width: 530px; margin: 28px 0 31px; padding-left: 18px; border-left: 1px solid rgba(216,181,107,.55); color: rgba(238,243,238,.76); font-family: var(--serif); font-size: 15px; line-height: 2; letter-spacing: .06em; text-shadow: 0 2px 18px rgba(0,0,0,.7); }
.hero-actions { display: flex; align-items: stretch; gap: 14px; }
.button { display: inline-flex; min-height: 58px; align-items: center; justify-content: center; border: 1px solid transparent; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { min-width: 196px; flex-direction: column; color: #10201a; background: linear-gradient(135deg, #e7d197, #c99f55); box-shadow: 0 12px 35px rgba(201,159,85,.16); }
.button-primary span { font-family: var(--serif); font-size: 17px; font-weight: 700; letter-spacing: .18em; }
.button-primary small { margin-top: 2px; font-size: 10px; letter-spacing: .08em; opacity: .72; }
.button-ghost { min-width: 150px; border-color: rgba(255,255,255,.32); color: rgba(255,255,255,.9); font-family: var(--serif); letter-spacing: .13em; background: rgba(7,17,15,.25); backdrop-filter: blur(8px); }
.button-ghost span { margin-left: 12px; }
.button-ghost:hover { border-color: rgba(255,255,255,.7); background: rgba(7,17,15,.45); }
.hero-note { display: flex; align-items: center; gap: 10px; margin-top: 22px; color: rgba(255,255,255,.48); font-size: 11px; letter-spacing: .11em; }
.hero-note span { width: 5px; height: 5px; border-radius: 50%; background: #db8879; box-shadow: 0 0 0 4px rgba(219,136,121,.13); }
.scroll-cue { position: absolute; z-index: 4; bottom: 31px; left: 50%; display: grid; justify-items: center; gap: 8px; color: rgba(255,255,255,.48); font-size: 10px; letter-spacing: .2em; transform: translateX(-50%); }
.scroll-cue span { width: 1px; height: 40px; background: linear-gradient(var(--gold), transparent); animation: scroll-pulse 1.8s ease-in-out infinite; }
.section-shell { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }
.section-kicker { margin: 0 0 16px; color: var(--jade); font-size: 11px; font-weight: 700; letter-spacing: .28em; text-transform: uppercase; }
.section-kicker::before { content: ""; display: inline-block; width: 30px; height: 1px; margin: 0 12px 3px 0; background: currentColor; }
h2 { font-family: var(--serif); font-weight: 500; }
h2 em { color: var(--gold); font-style: normal; }

.manifesto { position: relative; display: grid; grid-template-columns: 1.2fr 1fr; gap: 100px; align-items: end; padding-block: 150px 130px; }
.manifesto::before { content: ""; position: absolute; z-index: -1; top: 10%; left: -12%; width: 420px; height: 420px; border: 1px solid rgba(117,185,148,.08); border-radius: 50%; box-shadow: 0 0 0 70px rgba(117,185,148,.018), 0 0 0 140px rgba(117,185,148,.014); }
.manifesto-copy h2 { max-width: 100%; margin: 0; font-size: clamp(38px, 3.8vw, 56px); line-height: 1.34; letter-spacing: .02em; }
.manifesto-copy > p:last-child { max-width: 670px; margin: 27px 0 0; color: rgba(227,233,228,.6); font-family: var(--serif); font-size: 15px; line-height: 2.1; }
.world-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px 46px; margin: 0; }
.world-stats div { padding: 0 0 20px; border-bottom: 1px solid var(--line); }
.world-stats dt { color: #e7d4a9; font-family: var(--serif); font-size: clamp(42px, 4.3vw, 66px); line-height: 1; }
.world-stats dt::after { content: "+"; margin-left: 2px; color: var(--jade); font-size: 14px; vertical-align: top; }
.world-stats dd { margin: 8px 0 0; color: rgba(255,255,255,.48); font-size: 11px; letter-spacing: .16em; }

.map-section { padding: 115px 0 110px; overflow: hidden; border-block: 1px solid rgba(226,217,185,.12); background: #e9e1ce; color: #1e2924; }
.map-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 50px; }
.map-heading .section-kicker { color: #3f795d; }
.map-heading h2 { margin: 0; font-size: clamp(40px, 4.5vw, 68px); line-height: 1.15; }
.map-heading h2 em { color: #7b5529; }
.map-heading > p { max-width: 430px; margin: 0 0 5px; color: #5e665f; font-family: var(--serif); font-size: 14px; line-height: 2; }
.world-map { position: relative; width: min(1480px, calc(100% - 32px)); margin: 0 auto; box-shadow: 0 32px 80px rgba(54,47,34,.22); }
.world-map::before { content: ""; position: absolute; z-index: 1; inset: 0; border: 1px solid rgba(255,255,255,.48); box-shadow: inset 0 0 80px rgba(60,50,31,.18); pointer-events: none; }
.world-map > img { display: block; width: 100%; height: auto; }
.world-map figcaption { position: absolute; z-index: 2; left: 0; bottom: 0; min-width: 290px; padding: 20px 28px; color: #efe8d8; background: rgba(20,30,26,.88); backdrop-filter: blur(12px); }
.world-map figcaption span, .world-map figcaption small { display: block; }
.world-map figcaption span { font-family: var(--serif); font-size: 17px; letter-spacing: .16em; }
.world-map figcaption small { margin-top: 5px; color: rgba(255,255,255,.55); font-size: 10px; letter-spacing: .08em; }
.map-marker { position: absolute; z-index: 3; width: 9px; height: 9px; border: 2px solid #f4d894; border-radius: 50%; background: #263b31; box-shadow: 0 0 0 7px rgba(244,216,148,.18), 0 0 22px #f4d894; animation: marker-pulse 2.2s infinite; }
.marker-one { top: 47%; left: 47%; }
.marker-two { top: 28%; right: 25%; animation-delay: -.7s; }
.marker-three { right: 17%; bottom: 20%; animation-delay: -1.4s; }

.features { position: relative; padding-block: 150px; }
.features-heading { max-width: 850px; margin-bottom: 60px; }
.features-heading h2 { margin: 0; font-size: clamp(40px, 4.6vw, 68px); line-height: 1.25; }
.features-heading > p:last-child { max-width: 650px; margin: 22px 0 0; color: rgba(226,233,228,.58); font-family: var(--serif); line-height: 1.9; }
.play-loop { display: grid; grid-template-columns: 190px 1fr; gap: 36px; align-items: stretch; margin: 0 0 28px; padding: 20px; border: 1px solid rgba(216,181,107,.25); background: linear-gradient(110deg, rgba(216,181,107,.08), rgba(89,150,116,.04)); }
.play-loop-title { display: flex; flex-direction: column; justify-content: center; padding: 7px 20px 7px 8px; border-right: 1px solid var(--line); }
.play-loop-title span { color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .23em; }
.play-loop-title strong { margin: 6px 0 7px; font-family: var(--serif); font-size: 24px; font-weight: 500; letter-spacing: .12em; }
.play-loop-title small { color: rgba(255,255,255,.36); font-size: 9px; line-height: 1.6; }
.play-loop ol { display: grid; grid-template-columns: repeat(6, 1fr); margin: 0; padding: 0; list-style: none; }
.play-loop li { position: relative; display: flex; min-height: 92px; flex-direction: column; justify-content: center; padding: 8px 15px; border-right: 1px solid rgba(255,255,255,.08); }
.play-loop li:last-child { border-right: 0; }
.play-loop li:not(:last-child)::after { content: "›"; position: absolute; z-index: 1; top: 50%; right: -5px; color: var(--gold); background: #10201c; transform: translateY(-50%); }
.play-loop li b { color: var(--jade); font-family: var(--serif); font-size: 10px; font-weight: 400; }
.play-loop li span { margin: 7px 0 4px; font-family: var(--serif); font-size: 14px; }
.play-loop li small { color: rgba(255,255,255,.34); font-size: 9px; line-height: 1.45; }
.mechanic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 0 0 80px; }
.mechanic-card { position: relative; min-height: 280px; overflow: hidden; padding: 27px 27px 25px; border: 1px solid rgba(255,255,255,.11); background: linear-gradient(145deg, rgba(32,57,48,.7), rgba(10,24,20,.78)); }
.mechanic-card::after { content: ""; position: absolute; right: -50px; bottom: -70px; width: 150px; height: 150px; border: 1px solid rgba(216,181,107,.09); border-radius: 50%; box-shadow: 0 0 0 24px rgba(216,181,107,.018), 0 0 0 48px rgba(216,181,107,.012); }
.mechanic-card > b { position: absolute; top: 18px; right: 23px; color: rgba(222,199,144,.14); font-family: var(--serif); font-size: 58px; font-weight: 400; line-height: 1; }
.mechanic-card > span { color: var(--jade); font-size: 9px; font-weight: 700; letter-spacing: .19em; }
.mechanic-card h3 { position: relative; z-index: 1; max-width: 260px; margin: 16px 0 13px; font-family: var(--serif); font-size: 21px; font-weight: 500; line-height: 1.5; }
.mechanic-card p { position: relative; z-index: 1; margin: 0; color: rgba(255,255,255,.5); font-family: var(--serif); font-size: 12px; line-height: 1.82; }
.mechanic-card > small { position: absolute; z-index: 1; right: 26px; bottom: 21px; left: 26px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(216,181,107,.67); font-size: 8px; letter-spacing: .1em; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); grid-auto-rows: 430px; gap: 18px; }
.feature-card { position: relative; isolation: isolate; overflow: hidden; border: 1px solid rgba(255,255,255,.12); background: #11231e; }
.feature-large { grid-row: span 2; }
.feature-wide { grid-column: span 2; }
.feature-card > img { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .8s; }
.feature-card:hover > img { transform: scale(1.045); filter: saturate(1.1); }
.feature-shade { position: absolute; z-index: -2; inset: 0; background: linear-gradient(0deg, rgba(4,13,11,.95) 0%, rgba(4,13,11,.15) 70%), linear-gradient(90deg, rgba(4,13,11,.4), transparent); }
.feature-number { position: absolute; top: 22px; right: 24px; display: grid; width: 41px; height: 41px; place-items: center; border: 1px solid rgba(231,212,169,.5); border-radius: 50%; color: #f0dcae; font-family: var(--serif); font-size: 13px; }
.feature-copy { position: absolute; right: 28px; bottom: 28px; left: 28px; }
.feature-copy > span { color: var(--jade); font-size: 10px; font-weight: 700; letter-spacing: .24em; }
.feature-copy h3 { max-width: 540px; margin: 9px 0 10px; font-family: var(--serif); font-size: clamp(22px, 2vw, 30px); font-weight: 500; line-height: 1.35; letter-spacing: .04em; }
.feature-copy p { max-width: 610px; margin: 0; color: rgba(255,255,255,.62); font-family: var(--serif); font-size: 13px; line-height: 1.8; }

.gameplay { position: relative; isolation: isolate; padding-block: 140px; overflow: hidden; background: #0c1715; }
.gameplay-bg { position: absolute; z-index: -2; inset: 0; opacity: .28; background: linear-gradient(90deg, #08110f 0 37%, rgba(8,17,15,.55) 65%, #08110f), url("assets/hero-bg.webp") center/cover; filter: grayscale(.35); }
.gameplay::after { content: ""; position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 70% 50%, transparent, rgba(5,13,11,.72) 74%); }
.gameplay-inner { display: grid; grid-template-columns: .78fr 1.25fr; gap: clamp(50px, 7vw, 100px); align-items: center; }
.gameplay-copy h2 { margin: 0; font-size: clamp(40px, 4.1vw, 62px); line-height: 1.28; }
.gameplay-copy > p:not(.section-kicker) { color: rgba(230,236,231,.6); font-family: var(--serif); font-size: 14px; line-height: 2; }
.gameplay-copy ul { margin: 31px 0; padding: 0; list-style: none; }
.gameplay-copy li { display: grid; grid-template-columns: 39px 1fr; gap: 13px; align-items: start; padding: 14px 0; border-top: 1px solid var(--line); }
.gameplay-copy li:last-child { border-bottom: 1px solid var(--line); }
.gameplay-copy li > b { padding-top: 3px; color: var(--gold); font-family: var(--serif); font-size: 12px; }
.gameplay-copy li span, .gameplay-copy li strong { display: block; }
.gameplay-copy li span { color: rgba(255,255,255,.48); font-size: 11px; line-height: 1.6; }
.gameplay-copy li strong { margin-bottom: 2px; color: rgba(255,255,255,.9); font-family: var(--serif); font-size: 15px; font-weight: 500; letter-spacing: .06em; }
.text-link { display: inline-flex; gap: 18px; align-items: center; padding-bottom: 8px; border-bottom: 1px solid rgba(216,181,107,.55); color: #efdba9; font-family: var(--serif); font-size: 14px; letter-spacing: .1em; }
.game-window { position: relative; margin: 0; border: 1px solid rgba(232,215,173,.32); padding: 7px; background: rgba(6,14,12,.72); box-shadow: 34px 45px 100px rgba(0,0,0,.42); transform: perspective(1400px) rotateY(-3deg) rotateX(1deg); }
.game-window img { display: block; width: 100%; height: auto; }
.window-bar { display: flex; height: 34px; align-items: center; gap: 6px; padding: 0 9px; color: rgba(255,255,255,.38); font-size: 9px; letter-spacing: .13em; }
.window-bar i { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.25); }
.window-bar span { margin-left: auto; }
.game-window figcaption { position: absolute; right: 8px; bottom: -27px; color: rgba(255,255,255,.32); font-size: 9px; letter-spacing: .08em; }

.gallery { position: relative; padding-block: 150px 110px; }
.gallery-heading { margin-bottom: 54px; }
.gallery-heading h2 { max-width: 850px; margin: 0; font-size: clamp(40px, 4.6vw, 68px); line-height: 1.25; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 275px; gap: 12px; }
.gallery-grid figure { position: relative; overflow: hidden; margin: 0; background: #14251f; }
.gallery-grid img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .8s; }
.gallery-grid figure:hover img { transform: scale(1.04); }
.gallery-grid figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 45px 22px 20px; background: linear-gradient(transparent, rgba(4,12,10,.8)); }
.gallery-grid figcaption span, .gallery-grid figcaption small { display: block; }
.gallery-grid figcaption span { font-family: var(--serif); font-size: 19px; letter-spacing: .12em; }
.gallery-grid figcaption small { margin-top: 3px; color: var(--jade); font-size: 9px; letter-spacing: .2em; }
.world-quote { max-width: 870px; margin: 90px auto 0; color: rgba(239,232,210,.78); text-align: center; font-family: var(--serif); font-size: clamp(20px, 2.5vw, 32px); line-height: 1.75; letter-spacing: .05em; }
.world-quote::before { content: "“"; display: block; height: 42px; color: var(--gold); font-size: 70px; line-height: 1; }
.world-quote cite { display: block; margin-top: 16px; color: rgba(255,255,255,.3); font-family: var(--sans); font-size: 10px; font-style: normal; letter-spacing: .18em; }

.news { padding-block: 120px; border-block: 1px solid rgba(255,255,255,.1); background: #101c19; }
.news-inner { display: grid; grid-template-columns: 310px 1fr; gap: 90px; }
.news-heading h2 { margin: 0; font-size: clamp(38px, 4vw, 58px); line-height: 1.25; }
.news-list article { display: grid; grid-template-columns: 82px 1fr 30px; gap: 24px; align-items: center; padding: 25px 0; border-top: 1px solid var(--line); }
.news-list article:last-child { border-bottom: 1px solid var(--line); }
.news-list time { color: var(--gold); font-family: var(--serif); font-size: 17px; letter-spacing: .06em; }
.news-list div > span { color: var(--jade); font-size: 9px; letter-spacing: .19em; }
.news-list h3 { margin: 6px 0; font-family: var(--serif); font-size: 18px; font-weight: 500; letter-spacing: .04em; }
.news-list p { margin: 0; color: rgba(255,255,255,.4); font-size: 11px; }
.news-list article > b { color: rgba(255,255,255,.3); font-weight: 400; transition: color .2s, transform .2s; }
.news-list article:hover > b { color: var(--gold); transform: translateX(5px); }

.faq { display: grid; grid-template-columns: 340px 1fr; gap: 90px; padding-block: 130px; }
.faq-heading { align-self: start; position: sticky; top: 110px; }
.faq-heading h2 { margin: 0; font-size: clamp(38px, 4vw, 58px); line-height: 1.3; }
.faq-heading h2 em { display: block; }
.faq-heading > p:last-child { margin: 22px 0 0; color: rgba(226,233,228,.52); font-family: var(--serif); font-size: 14px; line-height: 1.9; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 27px 52px 27px 0; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 18px; letter-spacing: .04em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 24px; right: 3px; color: var(--gold); font-family: var(--sans); font-size: 24px; font-weight: 300; line-height: 1; transition: transform .2s; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list p { max-width: 740px; margin: -4px 0 27px; color: rgba(226,233,228,.58); font-size: 13px; line-height: 2; }

.final-cta { position: relative; min-height: 720px; display: grid; place-items: center; isolation: isolate; overflow: hidden; }
.final-bg { position: absolute; z-index: -2; inset: 0; background: linear-gradient(0deg, #08110f 0%, rgba(8,17,15,.25) 48%, #08110f 100%), linear-gradient(90deg, rgba(8,17,15,.65), transparent, rgba(8,17,15,.65)), url("assets/hero-bg.webp") center/cover; }
.final-content { display: grid; justify-items: center; width: min(740px, calc(100% - 40px)); text-align: center; }
.final-content > img { width: min(460px, 90%); height: auto; }
.final-content > p { margin: 20px 0 8px; color: var(--jade); font-size: 11px; letter-spacing: .25em; }
.final-content h2 { width: 100%; margin: 0 0 30px; font-size: clamp(38px, 4.4vw, 64px); line-height: 1.25; letter-spacing: .02em; }

.site-footer { display: grid; grid-template-columns: 190px 1fr auto; gap: 18px 36px; align-items: center; padding: 40px max(32px, 6vw); border-top: 1px solid rgba(255,255,255,.1); background: #060d0b; }
.site-footer > img { width: 170px; height: auto; }
.site-footer > p { color: rgba(255,255,255,.38); font-size: 11px; letter-spacing: .14em; }
.site-footer nav { display: flex; gap: 24px; color: rgba(255,255,255,.55); font-size: 11px; }
.site-footer nav a:hover { color: var(--gold); }
.site-footer small { grid-column: 2 / -1; color: rgba(255,255,255,.22); font-size: 9px; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.js .reveal.visible { opacity: 1; transform: translateY(0); }

@keyframes hero-breathe { to { transform: scale(1.085) translate3d(-.7%, -.45%, 0); } }
@keyframes mist-drift { to { transform: translate3d(-12vw, -2vh, 0) scale(1.2); } }
@keyframes scroll-pulse { 50% { opacity: .25; transform: scaleY(.72); transform-origin: bottom; } }
@keyframes marker-pulse { 50% { box-shadow: 0 0 0 12px rgba(244,216,148,0), 0 0 28px #f4d894; } }

@media (max-width: 960px) {
  .site-header { grid-template-columns: 1fr auto; padding: 0 24px; }
  .main-nav { display: none; }
  .header-cta { min-width: 100px; }
  .hero-content { width: 62vw; margin-left: 6vw; }
  .manifesto { grid-template-columns: 1fr; gap: 50px; }
  .map-heading { align-items: start; flex-direction: column; gap: 20px; }
  .play-loop { grid-template-columns: 1fr; }
  .play-loop-title { border-right: 0; border-bottom: 1px solid var(--line); }
  .play-loop ol { grid-template-columns: repeat(3, 1fr); }
  .play-loop li:nth-child(3) { border-right: 0; }
  .play-loop li:nth-child(3)::after { display: none; }
  .mechanic-grid { grid-template-columns: repeat(2, 1fr); }
  .gameplay-inner { grid-template-columns: 1fr; }
  .gameplay-copy { max-width: 680px; }
  .game-window { transform: none; }
  .news-inner { grid-template-columns: 1fr; gap: 30px; }
  .faq { grid-template-columns: 1fr; gap: 42px; }
  .faq-heading { position: static; }
  .site-footer { grid-template-columns: 170px 1fr; }
  .site-footer nav { grid-column: 1 / -1; }
  .site-footer small { grid-column: 1 / -1; }
}

@media (min-width: 641px) {
  .final-content h2 { white-space: nowrap; }
}

@media (max-width: 640px) {
  .site-header { height: 65px; padding: 0 16px; background: linear-gradient(rgba(4,12,10,.64), transparent); }
  .brand img { width: 130px; }
  .header-cta { min-width: auto; padding: 9px 13px; font-size: 12px; }
  .hero { min-height: 760px; height: 100svh; }
  .hero-bg { background: linear-gradient(0deg, #08110f 0%, rgba(5,14,12,.42) 58%, rgba(4,12,10,.72) 100%), url("assets/hero-bg.webp") 61% center/cover; }
  .hero-content { z-index: 4; width: auto; margin: 0; padding: 115px 22px 0; text-align: center; }
  .eyebrow { font-size: 10px; }
  .eyebrow::before { display: none; }
  .hero h1 { width: max-content; max-width: 100%; margin-inline: auto; text-align: left; font-size: clamp(43px, 13vw, 62px); }
  .hero-title-brand { margin: 0 auto 11px; font-size: 11px; letter-spacing: .12em; }
  .hero-copy { max-width: 440px; margin: 19px auto 23px; padding-left: 0; border-left: 0; font-size: 14px; line-height: 1.8; }
  .hero-actions { justify-content: center; }
  .button-primary { min-width: 178px; }
  .button-ghost { min-width: 124px; }
  .hero-note { justify-content: center; }
  .scroll-cue { display: none; }
  .section-shell { width: min(100% - 40px, 1180px); }
  .section-kicker { font-size: 9px; }
  .manifesto { padding-block: 95px 80px; }
  .manifesto-copy h2 { font-size: 34px; letter-spacing: 0; }
  .features-heading h2, .gallery-heading h2 { font-size: 36px; }
  .world-stats { gap: 24px; }
  .world-stats dt { font-size: 42px; }
  .map-section { padding-block: 80px 72px; }
  .map-heading h2 { font-size: 38px; }
  .world-map { width: calc(100% - 16px); overflow: hidden; }
  .world-map > img { width: 150%; max-width: none; transform: translateX(-20%); }
  .world-map figcaption { min-width: 0; width: 80%; padding: 15px 17px; }
  .marker-two, .marker-three { display: none; }
  .features { padding-block: 95px; }
  .features-heading { margin-bottom: 38px; }
  .play-loop { padding: 17px; }
  .play-loop ol { grid-template-columns: repeat(2, 1fr); }
  .play-loop li { min-height: 100px; }
  .play-loop li:nth-child(2n) { border-right: 0; }
  .play-loop li:nth-child(2n)::after { display: none; }
  .play-loop li:nth-child(3) { border-right: 1px solid rgba(255,255,255,.08); }
  .play-loop li:nth-child(3)::after { display: block; }
  .mechanic-grid { grid-template-columns: 1fr; margin-bottom: 55px; }
  .mechanic-card { min-height: 260px; }
  .feature-grid { display: flex; flex-direction: column; }
  .feature-card, .feature-large, .feature-wide { min-height: 410px; }
  .gameplay { padding-block: 90px; }
  .gameplay-copy h2 { font-size: 38px; }
  .gallery { padding-block: 95px 75px; }
  .gallery-grid { display: flex; flex-direction: column; }
  .gallery-grid figure { height: 350px; }
  .world-quote { margin-top: 65px; font-size: 20px; }
  .news { padding-block: 82px; }
  .news-heading h2 { font-size: 38px; }
  .news-list article { grid-template-columns: 64px 1fr; gap: 16px; }
  .news-list article > b { display: none; }
  .news-list p { line-height: 1.55; }
  .faq { gap: 34px; padding-block: 88px; }
  .faq-heading h2 { font-size: 36px; }
  .faq-list summary { padding-block: 23px; padding-right: 42px; font-size: 16px; line-height: 1.6; }
  .faq-list summary::after { top: 25px; }
  .faq-list p { margin-bottom: 24px; font-size: 12px; line-height: 1.9; }
  .final-cta { min-height: 620px; }
  .final-content h2 { font-size: 40px; }
  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .site-footer > img { margin: 0 auto; }
  .site-footer nav { justify-content: center; flex-wrap: wrap; gap: 14px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
