:root {
  --ink: #07111c;
  --deep: #081827;
  --navy: #0c253b;
  --blue: #123b59;
  --gold: #d9a943;
  --gold-light: #f0d07a;
  --cream: #f4efe3;
  --paper: #e9e0cd;
  --muted: #9eacb7;
  --line: rgba(218, 178, 83, .28);
  --shadow: 0 26px 70px rgba(2, 8, 15, .35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--cream);
  background: var(--ink);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1000;
  pointer-events: none;
  opacity: .06;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; left: 20px; top: -80px; z-index: 2000; padding: 10px 16px; background: var(--gold); color: var(--ink); font-weight: 800; }
.skip-link:focus { top: 12px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid transparent;
  transition: background .3s ease, border-color .3s ease, backdrop-filter .3s ease;
}
.site-header.scrolled { background: rgba(5, 17, 29, .88); border-color: rgba(217, 169, 67, .18); backdrop-filter: blur(18px); }
.nav-shell { width: min(1220px, calc(100% - 48px)); height: 86px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; font: 700 20px/1 "Cinzel", serif; letter-spacing: .06em; text-transform: uppercase; }
.brand img { border-radius: 12px; box-shadow: 0 6px 22px rgba(0, 0, 0, .35); }
.main-nav { display: flex; align-items: center; gap: 36px; }
.main-nav a { position: relative; font-size: 13px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--gold); transition: right .25s ease; }
.main-nav a:not(.nav-cta):hover::after { right: 0; }
.main-nav .nav-cta { padding: 11px 20px; border: 1px solid rgba(240, 208, 122, .62); color: var(--gold-light); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { display: block; width: 26px; height: 2px; margin: 5px; background: var(--cream); }

.hero { position: relative; min-height: 100svh; display: grid; align-items: center; isolation: isolate; }
.hero-backdrop { position: absolute; inset: 0; z-index: -3; background: url("assets/hero-landscape-4k-v2.webp") 50% 50%/cover no-repeat; transform: scale(1.005); animation: heroIn 2s ease both; }
.hero-vignette { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(3, 13, 23, .97) 0%, rgba(4, 15, 24, .79) 31%, rgba(5, 13, 19, .22) 58%, rgba(5,13,19,.05) 78%), linear-gradient(0deg, var(--ink) 0%, transparent 25%, rgba(3, 9, 15, .2) 100%); }
.hero-content { width: min(1220px, calc(100% - 48px)); margin: 84px auto 0; padding: 62px 0 72px; }
.eyebrow { margin: 0 0 18px; color: var(--gold-light); font-size: 12px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 44px; height: 1px; margin: 0 10px 4px 0; background: var(--gold); }
.eyebrow.center { text-align: center; }
.eyebrow.center span:last-child { margin: 0 0 4px 10px; }
.eyebrow.light { color: #f4d77f; }
h1, h2, h3 { margin: 0; font-family: "Cinzel", Georgia, serif; line-height: 1.06; }
h1 { max-width: 1080px; font-size: clamp(47px, 5.4vw, 78px); font-weight: 700; letter-spacing: -.035em; text-shadow: 0 4px 28px rgba(0, 0, 0, .4); }
h1 em, h2 em { color: var(--gold-light); font-style: normal; }
.hero-line { display: block; white-space: nowrap; }
.hero h1 em { display: block; font-size: 1.08em; }
.hero-copy { max-width: 615px; margin: 28px 0 0; color: #d7d8d4; font-size: clamp(16px, 1.4vw, 20px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.hero .hero-stores { justify-content: flex-start; margin-top: 34px; }
.hero-stores .store-button { min-width: 194px; border-color: rgba(240,208,122,.58); background: rgba(3,9,15,.8); backdrop-filter: blur(12px); }
.hero-discover { display: inline-flex; align-items: center; gap: 9px; margin-top: 19px; color: #d7dde0; font-size: 10px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.hero-discover span { color: var(--gold-light); font-size: 15px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 10px; padding: 14px 26px; border: 1px solid; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-gold { border-color: var(--gold); color: #132033; background: linear-gradient(135deg, #f1d27d, #c99631); box-shadow: 0 12px 38px rgba(208, 157, 51, .25); }
.button-gold:hover { box-shadow: 0 16px 48px rgba(208, 157, 51, .4); }
.button-ghost { border-color: rgba(255, 255, 255, .35); background: rgba(7, 20, 32, .28); backdrop-filter: blur(8px); }
.button-ghost:hover { background: rgba(7, 20, 32, .7); }
.play-mark { color: var(--gold-light); font-size: 10px; }
.hero-meta { display: flex; gap: 32px; margin-top: 48px; color: #b9c2c9; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.hero-meta span { padding-right: 32px; border-right: 1px solid rgba(255, 255, 255, .18); }
.hero-meta span:last-child { border: 0; }
.hero-meta b { display: block; color: var(--gold-light); font: 600 24px/1 "Cinzel", serif; }
.scroll-cue { position: absolute; right: 32px; bottom: 36px; display: flex; flex-direction: column; align-items: center; gap: 10px; color: rgba(255,255,255,.7); font-size: 9px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.scroll-cue i { width: 1px; height: 54px; overflow: hidden; background: rgba(255,255,255,.2); }
.scroll-cue i::after { content: ""; display: block; width: 1px; height: 20px; background: var(--gold); animation: scrollLine 1.8s ease-in-out infinite; }

.section { position: relative; padding: clamp(90px, 10vw, 150px) 24px; }
.section-heading { max-width: 760px; margin: 0 auto 72px; text-align: center; }
.section-heading h2, .story-copy h2, .campaign-inner h2, .boss-copy h2, .download-inner h2, .legal-hero h1 { font-size: clamp(38px, 4.5vw, 68px); letter-spacing: -.025em; }
.section-heading > p:last-child { max-width: 650px; margin: 24px auto 0; color: #9eacb5; }
.ornament { display: flex; align-items: center; justify-content: center; gap: 14px; color: var(--gold); margin: -30px auto 82px; }
.ornament span { width: 100px; height: 1px; background: linear-gradient(90deg, transparent, var(--line)); }
.ornament span:last-child { background: linear-gradient(90deg, var(--line), transparent); }

.world-section { overflow: hidden; background: radial-gradient(circle at 50% 60%, #123450 0%, var(--ink) 63%); }
.world-section::before { content: ""; position: absolute; inset: 0; opacity: .14; background: url("assets/world-map.webp") 50%/cover; filter: blur(28px) saturate(.5); transform: scale(1.2); }
.world-section > * { position: relative; }
.map-stage {
  width: min(1120px, 100%);
  margin: auto;
  position: relative;
  overflow: hidden;
  -webkit-mask-image:
    linear-gradient(to right, transparent 0%, #000 14%, #000 86%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 15%, #000 85%, transparent 100%),
    radial-gradient(ellipse 76% 82% at center, #000 58%, rgba(0, 0, 0, .92) 70%, rgba(0, 0, 0, .5) 84%, transparent 100%);
  -webkit-mask-composite: source-in, source-in;
  mask-image:
    linear-gradient(to right, transparent 0%, #000 14%, #000 86%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 15%, #000 85%, transparent 100%),
    radial-gradient(ellipse 76% 82% at center, #000 58%, rgba(0, 0, 0, .92) 70%, rgba(0, 0, 0, .5) 84%, transparent 100%);
  mask-composite: intersect, intersect;
}
.map-stage > img { width: 112%; max-width: none; margin-left: -6%; }
.map-marker { position: absolute; display: flex; align-items: center; gap: 8px; color: white; font: 700 11px/1.2 "Cinzel", serif; white-space: nowrap; text-shadow: 0 2px 8px #000, 0 1px 2px #000; }
.map-marker i { flex: 0 0 auto; display: block; width: 12px; height: 12px; border: 3px solid #fff0b0; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 6px rgba(217,169,67,.2), 0 0 20px var(--gold); animation: pulse 2.5s infinite; }
.marker-green { left: 28%; top: 64%; }
.marker-amber { left: 32%; top: 44%; }
.marker-stone { left: 45%; top: 29%; }
.marker-mist { left: 52%; top: 44%; }
.marker-sapphire { left: 48%; top: 66%; }
.marker-ashen { left: 70%; top: 40%; }
.marker-crown { left: 71.5%; top: 58%; transform: translateX(-100%); flex-direction: row-reverse; }
.nowrap-line { display: block; white-space: nowrap; }

.feature-story { color: #1a2732; background: var(--paper); }
.feature-story::before { content: ""; position: absolute; inset: 0; opacity: .1; background-image: url("data:image/svg+xml,%3Csvg width='120' height='120' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 60h120M60 0v120' stroke='%2365563a' stroke-width='.5'/%3E%3C/svg%3E"); }
.story-grid { position: relative; width: min(1180px, 100%); margin: auto; display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(44px, 7vw, 100px); align-items: center; }
.story-image { position: relative; padding: 14px; border: 1px solid rgba(112, 84, 35, .32); }
.story-image::before, .story-image::after { content: ""; position: absolute; width: 50px; height: 50px; border-color: var(--gold); }
.story-image::before { left: -7px; top: -7px; border-left: 2px solid var(--gold); border-top: 2px solid var(--gold); }
.story-image::after { right: -7px; bottom: -7px; border-right: 2px solid var(--gold); border-bottom: 2px solid var(--gold); }
.story-image img { min-height: 430px; width: 100%; object-fit: cover; box-shadow: var(--shadow); }
.image-badge { position: absolute; right: -28px; bottom: 34px; display: flex; align-items: center; gap: 12px; padding: 13px 18px; color: #fff; background: var(--deep); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; box-shadow: var(--shadow); }
.image-badge span { color: var(--gold-light); font: 600 22px/1 "Cinzel", serif; }
.story-copy .eyebrow { color: #9a6e20; }
.story-copy h2 { color: #142333; }
.story-copy h2 em { color: #9a6e20; }
.story-copy > p { margin: 28px 0; color: #5d6871; }
.check-list { display: grid; gap: 12px; padding: 0; margin: 28px 0 0; list-style: none; color: #24333f; font-weight: 700; }
.check-list span { color: #b17c22; margin-right: 9px; }

.campaign-section { min-height: 740px; display: grid; align-items: center; overflow: hidden; }
.campaign-backdrop { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,13,18,.95) 0%, rgba(5,13,18,.7) 48%, rgba(5,13,18,.1) 80%), linear-gradient(0deg, var(--ink), transparent 30%, rgba(0,0,0,.2)), url("assets/caravan.webp") right center/cover no-repeat; }
.campaign-inner { position: relative; width: min(1180px, 100%); margin: auto; }
.campaign-inner > * { max-width: 650px; }
.campaign-inner > p:not(.eyebrow) { margin: 28px 0 36px; color: #d0d4d2; font-size: 18px; }
.campaign-stats { display: flex; gap: 0; max-width: 620px; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.campaign-stats div { flex: 1; padding: 22px 26px 22px 0; }
.campaign-stats div + div { padding-left: 26px; border-left: 1px solid rgba(255,255,255,.2); }
.campaign-stats b { display: block; color: var(--gold-light); font: 700 32px/1 "Cinzel", serif; }
.campaign-stats span { color: #b7c0c5; font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }

.heroes-section { background: linear-gradient(180deg, #091521, #0d2031); }
.hero-cards { width: min(1160px, 100%); margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 18px; }
.hero-card { position: relative; overflow: hidden; display: flex; flex-direction: column; border: 1px solid rgba(217, 169, 67, .22); background: #091723; box-shadow: 0 30px 60px rgba(0,0,0,.25); }
.hero-card.featured { border-color: rgba(217,169,67,.5); transform: translateY(-18px); }
.hero-portrait { position: relative; aspect-ratio: 1 / 1.05; overflow: hidden; }
.hero-portrait img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.hero-card:hover .hero-portrait img { transform: scale(1.045); }
.hero-card-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3, 10, 16, .75), transparent 45%); }
.hero-class { position: absolute; left: 24px; bottom: 20px; color: var(--gold-light); font-size: 9px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.hero-card-copy { flex: 1; padding: 25px 25px 30px; border-top: 1px solid rgba(217,169,67,.18); }
.hero-card-copy > span { color: var(--gold-light); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.hero-card-copy h3 { margin-top: 7px; font-size: 31px; }
.hero-card-copy .hero-lore { margin: 15px 0 0; color: #aeb9c0; font-size: 12px; line-height: 1.7; }

.bosses-section { padding-right: 0; padding-left: 0; background: #0a0c0c; }
.boss-grid { width: 100%; display: grid; grid-template-columns: minmax(360px, .8fr) minmax(560px, 1.2fr); align-items: center; }
.boss-copy { max-width: 650px; margin-left: max(24px, calc((100vw - 1180px) / 2)); padding: 70px 64px 70px 0; }
.boss-copy > p:not(.eyebrow) { color: #aeb7b3; margin: 27px 0; }
.boss-tabs { display: grid; gap: 12px; padding-top: 16px; }
.boss-tabs span { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.12); color: #d4d7d2; font: 600 13px "Cinzel", serif; }
.boss-tabs span:last-child { color: var(--gold-light); border-color: var(--gold); }
.boss-art { height: min(630px, 68vw); min-height: 500px; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 18%); mask-image: linear-gradient(90deg, transparent 0%, black 18%); }
.boss-art img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }

.archive-section { position: relative; min-height: 620px; display: grid; align-items: center; isolation: isolate; overflow: hidden; }
.archive-section-backdrop { position: absolute; inset: 0; z-index: -2; background: url("assets/world-map.webp") 50% 52%/cover no-repeat; filter: saturate(.72); }
.archive-section::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(5,15,25,.98) 0%, rgba(6,18,29,.84) 48%, rgba(5,14,23,.44) 100%), linear-gradient(0deg, var(--ink), transparent 28%, transparent 72%, var(--ink)); }
.archive-section-inner { width: min(1120px, calc(100% - 48px)); margin: auto; display: grid; grid-template-columns: minmax(0, 1fr) 360px; align-items: center; gap: 70px; padding: 82px 0; }
.archive-section-copy h2 { font-size: clamp(39px, 5vw, 65px); }
.archive-section-copy > p:not(.eyebrow) { max-width: 650px; margin: 22px 0 31px; color: #c8cdcf; font-size: 17px; }
.archive-section-ledger { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid rgba(240,208,122,.25); background: rgba(4,13,22,.64); backdrop-filter: blur(10px); }
.archive-section-ledger span { min-height: 138px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 18px; border: 1px solid rgba(255,255,255,.055); color: #aeb9bf; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.archive-section-ledger b { display: block; color: var(--gold-light); font: 700 36px/1.1 "Cinzel", serif; }

.download-section { position: relative; min-height: 850px; display: grid; place-items: center; padding: 110px 24px; overflow: hidden; }
.download-backdrop { position: absolute; inset: 0; background: linear-gradient(rgba(4,15,25,.82), rgba(4,15,25,.94)), url("assets/hero-landscape-4k-v2.webp") center/cover no-repeat; filter: saturate(.75); }
.download-backdrop::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 30%, rgba(217,169,67,.18), transparent 42%); }
.download-inner { position: relative; width: min(780px, 100%); text-align: center; }
.download-icon { margin: 0 auto 30px; border-radius: 30px; box-shadow: 0 0 0 1px rgba(240,208,122,.45), 0 20px 70px rgba(0,0,0,.5); }
.download-inner > p:not(.eyebrow):not(.availability) { max-width: 570px; margin: 24px auto 0; color: #c6ced2; font-size: 18px; }
.store-buttons { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.store-button { display: flex; align-items: center; min-width: 205px; gap: 12px; padding: 12px 20px; border: 1px solid rgba(255,255,255,.45); border-radius: 9px; background: #05090e; text-align: left; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.store-button:hover { transform: translateY(-3px); border-color: var(--gold-light); background: #101923; }
.store-button svg { width: 30px; height: 34px; }
.store-button span { display: flex; flex-direction: column; }
.store-button small { font-size: 8px; line-height: 1.2; letter-spacing: .08em; }
.store-button strong { font-size: 20px; line-height: 1.2; }
.availability { margin-top: 22px; color: #8797a3; font-size: 11px; }

.site-footer { padding: 54px 24px 24px; background: #050d15; border-top: 1px solid rgba(217,169,67,.18); }
.footer-top, .footer-bottom { width: min(1180px, 100%); margin: auto; }
.footer-top { display: grid; grid-template-columns: 1fr auto auto; align-items: start; gap: 80px; padding-bottom: 42px; }
.footer-brand span { display: flex; flex-direction: column; }
.footer-brand small { margin-top: 7px; color: #7f8e98; font: 600 9px "Manrope", sans-serif; letter-spacing: .17em; }
.footer-links { display: grid; gap: 10px; color: #aeb9bf; font-size: 12px; }
.footer-links a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.09); color: #6f7d87; font-size: 10px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes heroIn { from { opacity: 0; transform: scale(1.025); } to { opacity: 1; transform: scale(1.005); } }
@keyframes scrollLine { 0% { transform: translateY(-22px); } 100% { transform: translateY(58px); } }
@keyframes pulse { 0%, 100% { box-shadow: 0 0 0 4px rgba(217,169,67,.15), 0 0 16px var(--gold); } 50% { box-shadow: 0 0 0 10px rgba(217,169,67,0), 0 0 24px var(--gold); } }

/* Legal pages */
.legal-page { color: #23313c; background: var(--paper); }
.legal-page::before { display: none; }
.legal-page .site-header { color: var(--cream); background: rgba(5,17,29,.96); border-color: rgba(217,169,67,.18); }
.legal-main { min-height: 100vh; padding-top: 86px; }
.legal-hero { position: relative; padding: 100px 24px 80px; color: var(--cream); text-align: center; overflow: hidden; background: linear-gradient(rgba(5,17,29,.88), rgba(5,17,29,.96)), url("assets/world-map.webp") center/cover; }
.legal-hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at center, rgba(217,169,67,.14), transparent 48%); }
.legal-hero > * { position: relative; z-index: 1; }
.legal-hero p { color: #b9c3c9; }
.legal-shell { width: min(850px, calc(100% - 48px)); margin: 70px auto 100px; }
.legal-intro { padding: 24px 28px; border-left: 3px solid var(--gold); background: #ded4bf; color: #4f5c65; }
.legal-shell h2 { margin: 48px 0 12px; color: #13283a; font: 700 25px/1.3 "Cinzel", serif; }
.legal-shell h3 { margin: 30px 0 8px; color: #273b4b; font-size: 17px; }
.legal-shell p, .legal-shell li { color: #51606a; }
.legal-shell a { color: #8b611c; text-decoration: underline; text-underline-offset: 3px; }
.legal-shell li + li { margin-top: 7px; }
.legal-meta { display: inline-flex; gap: 12px; color: var(--gold-light); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

/* Contact and support */
.contact-page { background: #07111c; }
.contact-hero { padding-bottom: 112px; }
.contact-hero p { max-width: 650px; margin: 16px auto 0; }
.contact-section { position: relative; z-index: 2; padding: 0 24px 110px; color: #23313c; background: linear-gradient(180deg, var(--paper), #e1d5bd); }
.contact-grid { width: min(1120px, 100%); margin: -50px auto 0; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); align-items: stretch; box-shadow: 0 36px 90px rgba(2, 8, 15, .24); }
.contact-card { padding: clamp(34px, 5vw, 64px); background: #f4efe3; }
.contact-card-heading { max-width: 660px; }
.contact-card-heading .eyebrow { color: #9a6e20; }
.contact-card-heading h2 { color: #13283a; font-size: clamp(29px, 3vw, 42px); }
.contact-card-heading > p:last-child { margin: 18px 0 0; color: #64707a; }
.support-form { margin-top: 36px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.form-field { display: grid; align-content: start; gap: 8px; }
.form-field-wide { grid-column: 1 / -1; }
.form-field label { color: #1b3244; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.form-field label span { color: #78838a; font-weight: 600; letter-spacing: 0; text-transform: none; }
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid rgba(67, 78, 83, .28);
  border-radius: 0;
  background: #fffdf7;
  color: #1f303c;
  font: inherit;
  font-size: 14px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.form-field input, .form-field select { min-height: 52px; padding: 0 15px; }
.form-field textarea { min-height: 176px; padding: 14px 15px; resize: vertical; }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus { border-color: #b7852d; box-shadow: 0 0 0 3px rgba(185, 133, 45, .13); background: #fff; }
.form-field .input-error { border-color: #a43d35; box-shadow: 0 0 0 3px rgba(164, 61, 53, .1); }
.field-hint { color: #7a8388; font-size: 11px; line-height: 1.55; }
.account-deletion-fields { display: grid; gap: 18px; margin-top: 22px; padding: 20px; border: 1px solid rgba(165, 51, 43, .46); background: rgba(157, 48, 39, .07); }
.account-deletion-fields[hidden] { display: none; }
.deletion-heading strong { color: #8f2f29; font: 700 16px "Cinzel", serif; }
.deletion-heading p { margin: 8px 0 0; color: #6f5551; font-size: 12px; line-height: 1.6; }
.deletion-confirmation { display: grid; grid-template-columns: 20px 1fr; gap: 11px; align-items: start; padding: 14px; border: 1px solid rgba(164, 61, 53, .46); background: rgba(164, 61, 53, .09); color: #862f29; font-size: 12px; font-weight: 800; line-height: 1.55; cursor: pointer; }
.deletion-confirmation input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: #a43d35; }
.deletion-confirmation.input-error { border-color: #a43d35; box-shadow: 0 0 0 3px rgba(164, 61, 53, .12); }
.form-honeypot { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }
.form-privacy { margin: 20px 0 0; color: #778086; font-size: 11px; line-height: 1.6; }
.form-privacy a { color: #8b611c; text-decoration: underline; text-underline-offset: 2px; }
.form-actions { display: flex; align-items: center; gap: 20px; margin-top: 24px; }
.form-actions .button { flex: 0 0 auto; border: 0; cursor: pointer; }
.form-actions .button:disabled { cursor: wait; opacity: .65; transform: none; }
.form-status { margin: 0; color: #69767e; font-size: 12px; font-weight: 700; line-height: 1.5; }
.form-status.is-success { color: #2d6a45; }
.form-status.is-error { color: #9c3b33; }

.contact-aside { position: relative; overflow: hidden; padding: clamp(36px, 4vw, 54px) clamp(28px, 3.5vw, 44px); color: #e9edf0; background: linear-gradient(155deg, #0c2940 0%, #071522 72%); }
.contact-aside::before { content: ""; position: absolute; inset: 0; opacity: .11; background: url("assets/world-map.webp") center/cover; filter: saturate(.5); }
.contact-aside > * { position: relative; z-index: 1; }
.support-seal { display: grid; place-items: center; width: 72px; height: 72px; margin-bottom: 32px; border: 1px solid rgba(240, 208, 122, .62); border-radius: 50%; color: var(--gold-light); font: 700 24px/1 "Cinzel", serif; box-shadow: inset 0 0 0 6px rgba(217, 169, 67, .08), 0 0 32px rgba(217, 169, 67, .12); }
.contact-aside .eyebrow { margin-bottom: 10px; }
.contact-aside h2 { font-size: clamp(25px, 2.2vw, 34px); line-height: 1.2; }
.contact-aside ul { display: grid; gap: 0; padding: 0; margin: 34px 0 0; list-style: none; }
.contact-aside li { display: grid; grid-template-columns: 34px 1fr; gap: 14px; padding: 21px 0; border-top: 1px solid rgba(255,255,255,.12); }
.contact-aside li > span { color: var(--gold-light); font: 700 12px/1.6 "Cinzel", serif; }
.contact-aside li strong { color: #fff4d7; font: 600 14px "Cinzel", serif; }
.contact-aside li p { margin: 6px 0 0; color: #aebbc3; font-size: 11px; line-height: 1.6; }
.support-email { margin: 28px 0 0; color: #94a4af; font-size: 11px; }
.support-email a { display: block; margin-top: 4px; color: var(--gold-light); font-weight: 800; overflow-wrap: anywhere; }

.faq-section { padding: 110px 24px 130px; background: radial-gradient(circle at 50% 0%, #123450, #07111c 58%); }
.faq-section .section-heading { margin-bottom: 54px; }
.faq-list { width: min(900px, 100%); margin: auto; border-top: 1px solid rgba(217, 169, 67, .24); }
.faq-list details { border-bottom: 1px solid rgba(217, 169, 67, .24); }
.faq-list summary { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 4px; color: #f2ead8; cursor: pointer; list-style: none; font: 600 clamp(16px, 2vw, 20px)/1.4 "Cinzel", serif; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; flex: 0 0 22px; width: 22px; height: 22px; }
.faq-list summary span::before,
.faq-list summary span::after { content: ""; position: absolute; left: 50%; top: 50%; width: 14px; height: 1px; background: var(--gold-light); transform: translate(-50%, -50%); transition: transform .2s ease; }
.faq-list summary span::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-list details[open] summary span::after { transform: translate(-50%, -50%) rotate(0); }
.faq-list details > p { max-width: 780px; margin: -4px 46px 24px 4px; color: #aebac2; font-size: 14px; }
.faq-list summary:hover { color: var(--gold-light); }

@media (max-width: 900px) {
  .menu-toggle { display: block; color: white; }
  .main-nav { position: fixed; top: 76px; left: 20px; right: 20px; display: grid; gap: 0; padding: 18px; opacity: 0; pointer-events: none; transform: translateY(-10px); background: rgba(5,17,29,.98); border: 1px solid var(--line); box-shadow: var(--shadow); transition: .25s ease; }
  .main-nav.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .main-nav a { padding: 14px; }
  .main-nav .nav-cta { margin-top: 8px; text-align: center; }
  .story-grid { grid-template-columns: 1fr; }
  .story-image { max-width: 720px; }
  .story-copy { max-width: 700px; }
  .hero-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
  .hero-card.featured { transform: none; }
  .boss-grid { grid-template-columns: 1fr; }
  .boss-copy { max-width: 740px; margin: auto; padding: 20px 24px 70px; }
  .boss-art { height: 65vw; min-height: 430px; -webkit-mask-image: linear-gradient(0deg, black 70%, transparent 100%); mask-image: linear-gradient(0deg, black 70%, transparent 100%); }
  .archive-section-inner { grid-template-columns: 1fr; gap: 40px; }
  .archive-section-ledger { max-width: 430px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-brand { grid-column: 1 / -1; }
  .legal-page .main-nav { display: none; }
  .contact-grid { grid-template-columns: 1fr; max-width: 760px; }
  .contact-aside { order: -1; }
  .contact-aside ul { grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .contact-aside li { display: block; border-top: 0; border-left: 1px solid rgba(255,255,255,.12); padding: 0 0 0 18px; }
  .contact-aside li:first-child { border-left: 0; padding-left: 0; }
  .contact-aside li > span { display: block; margin-bottom: 8px; }
}

@media (max-width: 640px) {
  .nav-shell { width: calc(100% - 30px); height: 74px; }
  .brand { font-size: 16px; }
  .brand img { width: 42px; height: 42px; }
  .hero { min-height: 980px; align-items: end; }
  .hero-backdrop { background-position: 70% center; }
  .hero-vignette { background: linear-gradient(0deg, var(--ink) 0%, rgba(4,13,22,.94) 48%, rgba(4,13,22,.18) 86%), linear-gradient(90deg, rgba(4,13,22,.35), transparent); }
  .hero-content { width: calc(100% - 36px); margin: 0 auto; padding: 330px 0 86px; }
  h1 { font-size: clamp(40px, 11.5vw, 58px); }
  .hero-line { font-size: clamp(30px, 8.5vw, 40px); letter-spacing: -.045em; }
  .hero h1 em { font-size: 1em; }
  .hero-copy { font-size: 16px; }
  .hero-actions { display: grid; }
  .hero-meta { gap: 13px; }
  .hero-meta span { padding-right: 13px; font-size: 8px; }
  .hero-meta b { font-size: 19px; }
  .scroll-cue { display: none; }
  .section { padding: 86px 18px; }
  .section-heading { margin-bottom: 48px; }
  .ornament { margin-bottom: 60px; }
  .ornament span { width: 60px; }
  .map-stage { width: 132%; margin-left: -16%; }
  .map-marker { transform: scale(.72); transform-origin: left center; }
  .marker-crown { transform: translateX(-100%) scale(.72); transform-origin: right center; }
  .nowrap-line { font-size: clamp(24px, 7.1vw, 32px); letter-spacing: -.045em; }
  .story-image img { min-height: 330px; }
  .image-badge { right: 8px; bottom: 8px; }
  .campaign-section { min-height: 700px; }
  .campaign-backdrop { background-position: right center; }
  .campaign-stats div { padding: 18px 10px 18px 0; }
  .campaign-stats div + div { padding-left: 10px; }
  .campaign-stats b { font-size: 25px; }
  .campaign-stats span { font-size: 8px; }
  .hero-cards { display: grid; grid-template-columns: 1fr; gap: 24px; overflow: visible; margin: 0; padding: 0; }
  .hero-card, .hero-card.featured { width: 100%; transform: none; }
  .boss-art { height: 92vw; min-height: 380px; }
  .download-section { min-height: 780px; }
  .download-icon { width: 120px; height: 120px; border-radius: 24px; }
  .store-buttons, .hero-stores { display: flex; flex-wrap: nowrap; gap: 8px; }
  .store-buttons .store-button, .hero-stores .store-button { flex: 1 1 0; width: auto; min-width: 0; margin: 0; padding: 10px 9px; gap: 7px; }
  .store-buttons .store-button svg, .hero-stores .store-button svg { width: 23px; height: 27px; }
  .store-buttons .store-button small, .hero-stores .store-button small { font-size: 6px; }
  .store-buttons .store-button strong, .hero-stores .store-button strong { font-size: 14px; white-space: nowrap; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .legal-main { padding-top: 74px; }
  .legal-hero { padding: 74px 18px 58px; }
  .legal-shell { width: calc(100% - 36px); margin-top: 45px; }
  .contact-hero { padding-bottom: 90px; }
  .contact-section { padding: 0 18px 84px; }
  .contact-grid { margin-top: -36px; }
  .contact-card { padding: 34px 22px 40px; }
  .contact-aside { padding: 34px 24px; }
  .contact-aside ul { grid-template-columns: 1fr; gap: 0; }
  .contact-aside li,
  .contact-aside li:first-child { display: grid; padding: 18px 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.12); }
  .form-grid { grid-template-columns: 1fr; }
  .form-field-wide { grid-column: auto; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .form-actions .button { width: 100%; }
  .faq-section { padding: 84px 18px 96px; }
  .faq-list summary { padding: 21px 0; font-size: 15px; }
  .faq-list details > p { margin: -2px 34px 22px 0; font-size: 13px; }
}

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