:root {
    --ink: #130e0a;
    --night: #0b0806;
    --night-soft: #15100c;
    --sand: #d8b77c;
    --sand-light: #f3dfb1;
    --gold: #c58a32;
    --gold-bright: #e5b65c;
    --clay: #7b3f24;
    --copper-light: #c98a5a;
    --paper: #f2ead9;
    --paper-deep: #e6dbc4;
    --muted: #756b5f;
    --line: rgba(122, 84, 42, .22);
    --shell: min(1180px, calc(100% - 48px));
    --serif: Georgia, 'Times New Roman', serif;
    --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: 84px; }
body { width: 100%; max-width: 100%; overflow-x: hidden; margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
body::selection { color: var(--night); background: var(--gold-bright); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 16px; color: #fff; background: var(--night); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; color: #fff; transition: background .35s ease, box-shadow .35s ease, transform .35s ease; }
.site-header.is-scrolled { background: rgba(11, 8, 6, .92); box-shadow: 0 1px 0 rgba(229, 182, 92, .18); backdrop-filter: blur(16px); }
.nav-shell { width: var(--shell); height: 84px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; line-height: 1; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(229, 182, 92, .5); color: var(--gold-bright); font-family: var(--serif); font-size: 20px; transform: rotate(45deg); }
.brand-mark::first-letter { transform: rotate(-45deg); }
.brand strong { display: block; font-family: var(--serif); font-size: 17px; letter-spacing: .04em; }
.brand small { display: block; margin-top: 6px; color: rgba(255,255,255,.55); font-size: 8px; font-weight: 700; letter-spacing: .25em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { position: relative; color: rgba(255,255,255,.74); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-decoration: none; text-transform: uppercase; transition: color .2s ease; }
.site-nav a:not(.nav-cta)::after { content: ''; position: absolute; left: 0; bottom: -8px; width: 100%; height: 1px; background: var(--gold-bright); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: #fff; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.site-nav .nav-cta { padding: 11px 18px; border: 1px solid rgba(229, 182, 92, .65); color: var(--gold-bright); }
.site-nav .nav-cta:hover { color: var(--night); background: var(--gold-bright); }
.menu-toggle { display: none; padding: 10px 0 10px 10px; border: 0; color: #fff; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 1px; margin: 6px 0; background: currentColor; transition: transform .25s ease, opacity .25s ease; }

.section-shell { width: var(--shell); margin-inline: auto; }
.section { padding: 130px 0; }
.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 12px; color: var(--clay); font-size: 10px; font-weight: 800; letter-spacing: .26em; text-transform: uppercase; }
.eyebrow > span { display: block; width: 28px; height: 1px; background: currentColor; }
.eyebrow.light { color: var(--gold-bright); }
h1, h2, h3, blockquote { font-family: var(--serif); }
h1, h2, h3, p { margin-top: 0; }
h2 { margin-bottom: 0; font-size: clamp(43px, 5.2vw, 76px); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
h2 em, h1 em { color: var(--clay); font-weight: 400; }

.hero { position: relative; min-height: 820px; height: 100svh; overflow: hidden; color: #fff; background: var(--night); isolation: isolate; }
.hero::before { content: ''; position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(8,5,3,.99) 0%, rgba(12,8,5,.9) 43%, rgba(12,8,5,.32) 72%, rgba(12,8,5,.66) 100%), url('../images/background-filling.jpg') center center / cover no-repeat; filter: saturate(.85) contrast(1.08); transform: scale(1.01); }
.hero::after { content: ''; position: absolute; z-index: -1; inset: 0; opacity: .16; pointer-events: none; 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='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.hero-sand { position: absolute; z-index: -1; right: -10%; bottom: -35%; width: 70%; height: 75%; border-radius: 50%; background: radial-gradient(ellipse, rgba(202,135,55,.16), transparent 66%); filter: blur(25px); }
.hero-shell { width: var(--shell); height: 100%; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr); gap: 70px; align-items: center; padding-top: 84px; }
.hero-copy { position: relative; z-index: 2; max-width: 680px; }
.hero h1 { margin: 0 0 30px; font-size: clamp(64px, 7.4vw, 112px); font-weight: 400; line-height: .82; letter-spacing: -.065em; }
.hero h1 em { color: var(--gold-bright); }
.hero .eyebrow { color: var(--copper-light); }
.hero-lead { max-width: 600px; color: rgba(255,255,255,.68); font-family: var(--serif); font-size: clamp(18px, 1.55vw, 22px); line-height: 1.6; }
.hero-actions { margin-top: 38px; display: flex; align-items: center; gap: 30px; }
.button { min-height: 52px; padding: 13px 24px; display: inline-flex; align-items: center; justify-content: center; gap: 26px; border: 1px solid transparent; font-size: 11px; font-weight: 800; letter-spacing: .17em; line-height: 1.2; text-decoration: none; text-transform: uppercase; transition: color .25s ease, background .25s ease, transform .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--night); background: var(--gold-bright); }
.button-primary:hover { background: var(--sand-light); }
.text-link { color: rgba(255,255,255,.74); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.text-link span { margin-left: 10px; color: var(--gold-bright); }
.hero-facts { margin-top: 58px; display: flex; gap: 0; color: rgba(255,255,255,.42); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.hero-facts span { padding: 0 26px; border-left: 1px solid rgba(255,255,255,.15); }
.hero-facts span:first-child { padding-left: 0; border: 0; }
.hero-facts strong { margin-right: 8px; color: var(--gold-bright); font-family: var(--serif); font-size: 18px; font-weight: 400; }
.hero-art { position: relative; justify-self: end; width: min(440px, 36vw); aspect-ratio: 4 / 5; }
.tower-portrait { position: absolute; inset: 5% 8%; margin: 0; overflow: hidden; border: 1px solid rgba(229,182,92,.4); box-shadow: 0 40px 80px rgba(0,0,0,.5); clip-path: polygon(8% 0, 92% 0, 100% 7%, 100% 93%, 92% 100%, 8% 100%, 0 93%, 0 7%); }
.tower-portrait::after { content: ''; position: absolute; inset: 0; box-shadow: inset 0 0 0 9px rgba(16,11,7,.36), inset 0 -120px 90px rgba(8,5,3,.56); }
.tower-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; transform: scale(1.08); }
.tower-portrait figcaption { position: absolute; z-index: 2; right: 28px; bottom: 26px; left: 28px; display: flex; justify-content: space-between; align-items: flex-end; border-top: 1px solid rgba(255,255,255,.25); padding-top: 13px; }
.tower-portrait figcaption span { color: rgba(255,255,255,.55); font-size: 8px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.tower-portrait figcaption strong { color: #fff; font-family: var(--serif); font-size: 13px; font-weight: 400; }
.orbit { position: absolute; border: 1px solid rgba(229,182,92,.18); border-radius: 50%; }
.orbit-one { inset: -3% -11%; animation: orbit 34s linear infinite; }
.orbit-two { inset: 14% -26%; border-style: dashed; animation: orbit 48s linear infinite reverse; }
.orbit::before { content: ''; position: absolute; top: 18%; left: 2%; width: 6px; height: 6px; border-radius: 50%; background: var(--gold-bright); box-shadow: 0 0 20px var(--gold-bright); }
.art-rune { position: absolute; color: rgba(229,182,92,.45); font-family: var(--serif); font-size: 22px; }
.rune-one { top: -1%; left: -17%; }.rune-two { right: -9%; bottom: 2%; }
.scroll-cue { position: absolute; bottom: 30px; left: 50%; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.4); font-size: 8px; font-weight: 700; letter-spacing: .22em; text-decoration: none; text-transform: uppercase; transform: translateX(-50%); }
.scroll-cue span { width: 1px; height: 35px; display: block; background: linear-gradient(var(--gold-bright), transparent); animation: scroll 2s ease-in-out infinite; }

.story { position: relative; overflow: hidden; background: var(--paper); }
.story::before, .features::before { content: '𒀭  𒆠  𒂊  𒀭  𒆠  𒂊'; position: absolute; top: 45px; left: 50%; color: rgba(123,63,36,.09); font-family: var(--serif); font-size: 22px; letter-spacing: 1.7em; white-space: nowrap; transform: translateX(-50%); }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: end; }
.story-copy { max-width: 525px; color: var(--muted); }
.story-copy .large-copy { color: var(--ink); font-family: var(--serif); font-size: 23px; line-height: 1.55; }
.gameplay-steps { margin-top: 100px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.step { position: relative; min-height: 290px; padding: 48px 45px 40px; border-right: 1px solid var(--line); }
.step:last-child { border: 0; }
.step-number { position: absolute; top: -13px; left: 39px; padding: 0 9px; color: var(--clay); background: var(--paper); font-family: var(--serif); font-size: 14px; }
.step-icon { height: 62px; color: var(--gold); font-family: var(--serif); font-size: 48px; line-height: 1; }
.step h3 { margin: 8px 0 10px; font-size: 25px; font-weight: 400; }
.step p { color: var(--muted); font-size: 14px; }

.visual-showcase { position: relative; overflow: hidden; color: #fff; background: #0d0907; }
.visual-showcase::before { content: ''; position: absolute; top: -180px; left: 50%; width: 900px; height: 400px; border-radius: 50%; background: rgba(197,138,50,.09); filter: blur(90px); transform: translateX(-50%); }
.showcase-heading { position: relative; margin-bottom: 70px; display: grid; grid-template-columns: 1fr .72fr; gap: 100px; align-items: end; }
.showcase-heading h2 em { color: var(--gold-bright); }
.showcase-heading > p { max-width: 470px; margin: 0 0 4px; color: rgba(255,255,255,.52); font-family: var(--serif); font-size: 19px; line-height: 1.65; }
.showcase-grid { display: grid; grid-template-columns: 1fr .82fr 1fr; grid-template-rows: 730px; gap: 18px; }
.showcase-stack { display: grid; grid-template-rows: 1.15fr .85fr; gap: 18px; min-width: 0; }
.showcase-card { position: relative; min-width: 0; margin: 0; overflow: hidden; background: #1a1009; isolation: isolate; }
.showcase-card::after { content: ''; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, transparent 43%, rgba(8,5,3,.22) 62%, rgba(8,5,3,.96) 100%); pointer-events: none; }
.showcase-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.04); transition: filter .65s ease, transform 1s cubic-bezier(.2,.7,.2,1); }
.showcase-card:hover img { filter: saturate(1) contrast(1.02); transform: scale(1.035); }
.showcase-card figcaption { position: absolute; z-index: 2; right: 28px; bottom: 27px; left: 28px; }
.showcase-card figcaption span { margin-bottom: 8px; display: block; color: var(--gold-bright); font-size: 8px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.showcase-card figcaption strong { display: block; font-family: var(--serif); font-size: clamp(20px, 2vw, 28px); font-weight: 400; line-height: 1.22; }
.showcase-card-tall img { object-position: 50% 57%; }
.showcase-card-storm { margin-top: 65px; margin-bottom: 40px; }
.showcase-card-storm img { object-position: 50% 76%; }
.showcase-card-share img { object-position: center 42%; }
.showcase-card-blueprint img { object-position: center 43%; }
.showcase-card-blueprint figcaption strong { font-size: 19px; }

.trial-banner { position: relative; min-height: 590px; display: grid; place-items: center; overflow: hidden; color: #fff; background: #1d1108; isolation: isolate; }
.trial-image { position: absolute; z-index: -2; inset: -10%; background: linear-gradient(rgba(27,13,5,.25), rgba(13,7,4,.82)), url('../images/background-filling.jpg') center center / cover no-repeat; filter: sepia(.15) saturate(1.15); }
.trial-banner::after { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(12,7,4,.7), transparent 35%, transparent 65%, rgba(12,7,4,.7)); }
.trial-content { text-align: center; }
.trial-content .eyebrow { justify-content: center; }
.trial-content blockquote { margin: 0; font-size: clamp(42px, 5.3vw, 76px); font-weight: 400; line-height: 1.1; letter-spacing: -.04em; text-shadow: 0 8px 35px #000; }
.wind-line { width: 210px; margin: 42px auto 0; }
.wind-line i { height: 1px; margin: 8px 0; display: block; background: linear-gradient(90deg, transparent, var(--gold-bright), transparent); animation: wind 3s ease-in-out infinite; }
.wind-line i:nth-child(2) { width: 65%; margin-left: 25%; animation-delay: -.8s; }.wind-line i:nth-child(3) { width: 40%; animation-delay: -1.6s; }

.features { position: relative; overflow: hidden; background: var(--paper-deep); }
.section-heading.centered { text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.feature-grid { margin-top: 80px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-card { min-height: 280px; padding: 35px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.1); transition: background .3s ease, transform .3s ease; }
.feature-card:hover { position: relative; z-index: 2; background: rgba(255,255,255,.42); transform: translateY(-4px); }
.feature-card-wide { grid-column: span 2; display: grid; grid-template-columns: 110px 1fr; gap: 25px; align-items: center; }
.feature-glyph { width: 64px; height: 64px; display: grid; place-items: center; border: 1px solid rgba(197,138,50,.45); border-radius: 50%; color: var(--clay); font-family: var(--serif); font-size: 23px; }
.feature-card h3 { margin: 25px 0 9px; font-size: 23px; font-weight: 400; }
.feature-card-wide h3 { margin-top: 0; }
.feature-card p { margin: 0; color: var(--muted); font-size: 14px; }

.ranks { position: relative; overflow: hidden; color: #fff; background: var(--night-soft); isolation: isolate; }
.ranks::before { content: ''; position: absolute; z-index: -2; inset: 0; opacity: .16; background: linear-gradient(90deg, rgba(21,16,12,.96), rgba(21,16,12,.74)), url('../images/tower-blueprint.jpg') right center / auto 115% no-repeat; }
.ranks::after { content: ''; position: absolute; z-index: -1; top: 12%; right: 5%; width: 420px; height: 420px; border-radius: 50%; background: rgba(229,182,92,.08); filter: blur(85px); }
.ranks-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 120px; align-items: center; }
.ranks-copy h2 em { color: var(--gold-bright); }
.ranks-copy > p:not(.eyebrow):not(.rank-note) { max-width: 480px; margin-top: 32px; color: rgba(255,255,255,.55); }
.rank-note { margin-top: 40px; display: flex; align-items: center; gap: 17px; color: rgba(255,255,255,.6); font-family: var(--serif); }
.rank-note span { color: var(--gold-bright); font-size: 36px; }
.rank-list { position: relative; margin: 0; padding: 0; list-style: none; }
.rank-list::before { content: ''; position: absolute; top: 25px; bottom: 25px; left: 24px; width: 1px; background: linear-gradient(transparent, var(--gold), transparent); }
.rank-list li { position: relative; min-height: 62px; display: grid; grid-template-columns: 50px 1fr auto; align-items: center; gap: 24px; border-bottom: 1px solid rgba(255,255,255,.09); }
.rank-list li > span { position: relative; z-index: 1; width: 49px; height: 32px; display: grid; place-items: center; color: rgba(255,255,255,.38); background: var(--night-soft); font-family: var(--serif); font-size: 13px; }
.rank-list strong { font-family: var(--serif); font-size: 20px; font-weight: 400; }
.rank-list small { color: rgba(255,255,255,.35); font-size: 8px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.rank-list .rank-final { min-height: 88px; margin-top: 8px; padding-right: 20px; border: 1px solid rgba(229,182,92,.38); color: var(--gold-bright); background: linear-gradient(90deg, rgba(229,182,92,.1), transparent); }
.rank-list .rank-final > span { color: var(--gold-bright); background: transparent; }
.rank-final strong { font-size: 26px; }

.coming-soon { position: relative; min-height: 650px; display: grid; place-items: center; overflow: hidden; color: #fff; background: var(--night); text-align: center; isolation: isolate; }
.coming-soon::before { content: ''; position: absolute; z-index: -2; inset: 0; opacity: .4; background: linear-gradient(rgba(9,6,4,.2), rgba(9,6,4,.9)), url('../images/background-filling.jpg') center center / cover no-repeat; }
.coming-soon::after { content: '𒀭'; position: absolute; z-index: -1; top: 50%; left: 50%; color: rgba(229,182,92,.035); font-family: var(--serif); font-size: 520px; line-height: 1; transform: translate(-50%, -50%); }
.coming-glow { position: absolute; top: 60%; left: 50%; width: 700px; height: 330px; border-radius: 50%; background: rgba(197,138,50,.12); filter: blur(80px); transform: translate(-50%, -50%); }
.coming-content { position: relative; width: min(700px, calc(100% - 40px)); }
.coming-content .eyebrow { justify-content: center; }
.coming-content h2 { font-size: clamp(52px, 6vw, 88px); }
.coming-content h2 em { color: var(--gold-bright); }
.coming-content > p:not(.eyebrow) { margin: 25px 0; color: rgba(255,255,255,.55); }
.store-badge { width: 195px; margin: 30px auto 0; padding: 9px 16px; display: grid; grid-template-columns: 42px 1fr; grid-template-rows: auto auto; align-items: center; border: 1px solid rgba(255,255,255,.42); border-radius: 10px; color: #fff; background: rgba(0,0,0,.48); text-align: left; text-decoration: none; transition: border-color .25s ease, background .25s ease, transform .25s ease; }
.store-badge:hover { border-color: rgba(229,182,92,.8); background: rgba(0,0,0,.72); transform: translateY(-2px); }
.store-badge > span { grid-row: 1 / 3; font-size: 28px; }.store-badge small { font-size: 9px; line-height: 1.1; }.store-badge strong { font-size: 19px; line-height: 1.1; }

.site-footer { position: relative; padding: 65px 0 35px; overflow: hidden; color: rgba(255,255,255,.55); background: #070503; }
.footer-shell { width: var(--shell); margin: 0 auto; display: grid; grid-template-columns: 1fr auto; gap: 55px; }
.footer-brand { display: flex; align-items: center; gap: 18px; color: #fff; }
.footer-brand strong { display: block; font-family: var(--serif); font-size: 20px; font-weight: 400; }.footer-brand span:not(.brand-mark) { display: block; color: rgba(255,255,255,.35); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { display: flex; align-items: center; gap: 30px; }
.footer-links a { font-size: 10px; font-weight: 700; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }.footer-links a:hover, .footer-meta a:hover { color: var(--gold-bright); }
.footer-meta { grid-column: 1 / -1; padding-top: 28px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.08); font-size: 11px; }
.footer-meta p { margin: 0; }.footer-meta a { color: inherit; text-decoration: none; }

.page-hero { position: relative; min-height: 470px; padding-top: 170px; overflow: hidden; color: #fff; background: linear-gradient(90deg, rgba(11,8,6,.98), rgba(11,8,6,.55)), url('../images/babylon-background.jpg') center 79% / cover no-repeat; isolation: isolate; }
.page-hero::after { content: ''; position: absolute; z-index: -1; right: 0; bottom: 0; left: 0; height: 180px; background: linear-gradient(transparent, rgba(11,8,6,.55)); }
.page-hero h1 { margin: 0 0 18px; font-size: clamp(58px, 7vw, 96px); font-weight: 400; line-height: .95; letter-spacing: -.055em; }
.page-hero p:not(.eyebrow) { max-width: 610px; color: rgba(255,255,255,.55); }
.page-hero-symbol { position: absolute; right: 8%; bottom: -100px; color: rgba(229,182,92,.09); font-family: var(--serif); font-size: 420px; line-height: 1; }
.support-hero { min-height: 560px; }.support-hero .button { margin-top: 14px; }
.legal-main { background: var(--paper); }
.legal-layout { padding: 100px 0 130px; display: grid; grid-template-columns: 260px minmax(0, 700px); gap: 100px; justify-content: center; align-items: start; }
.legal-aside { position: sticky; top: 120px; padding: 28px; border-top: 2px solid var(--clay); background: rgba(255,255,255,.32); }
.legal-aside p { margin-bottom: 13px; color: var(--clay); font-size: 9px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.legal-aside strong { display: block; font-family: var(--serif); font-size: 17px; font-weight: 400; line-height: 1.5; }.legal-aside a { margin-top: 22px; display: block; color: var(--clay); font-size: 11px; font-weight: 700; text-decoration: none; }
.legal-content section { margin-bottom: 58px; scroll-margin-top: 110px; }
.legal-content h2 { margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid var(--line); font-size: 31px; letter-spacing: -.02em; }.legal-content h3 { margin: 25px 0 5px; font-size: 19px; font-weight: 400; }
.legal-content p, .legal-content li { color: #5f574e; }.legal-content li { margin: 8px 0; }.legal-content a { color: var(--clay); }

.support-section { background: var(--paper); }
.support-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; align-items: start; }
.support-intro { position: sticky; top: 125px; }.support-intro > p:not(.eyebrow) { max-width: 430px; margin-top: 30px; color: var(--muted); }
.contact-card { margin-top: 35px; padding: 21px; display: flex; gap: 18px; align-items: center; border: 1px solid var(--line); }.contact-card > span { width: 42px; height: 42px; display: grid; place-items: center; color: var(--gold); border: 1px solid var(--line); border-radius: 50%; }.contact-card small { display: block; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }.contact-card a { color: var(--clay); font-family: var(--serif); text-decoration: none; }
.faq-list details { border-top: 1px solid var(--line); }.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 26px 45px 26px 0; position: relative; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 20px; }.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span::before, .faq-list summary span::after { content: ''; position: absolute; top: 39px; right: 8px; width: 15px; height: 1px; background: var(--clay); transition: transform .2s ease; }.faq-list summary span::after { transform: rotate(90deg); }.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details > div { overflow: hidden; }.faq-list details p { margin: -5px 45px 25px 0; color: var(--muted); font-size: 14px; }.faq-list details a { color: var(--clay); }

.error-page { min-height: 100svh; padding: 40px; display: grid; place-items: center; color: #fff; background: linear-gradient(rgba(8,5,3,.75), rgba(8,5,3,.95)), url('../images/babylon-background.jpg') center bottom / cover no-repeat; text-align: center; }
.error-page > div { max-width: 700px; }.error-page > div > span { color: var(--gold-bright); font-family: var(--serif); font-size: 22px; letter-spacing: .35em; }.error-page .eyebrow { margin-top: 25px; justify-content: center; }.error-page h1 { margin: 0 0 20px; font-size: clamp(50px, 7vw, 86px); font-weight: 400; line-height: 1; }.error-page p:not(.eyebrow) { color: rgba(255,255,255,.58); }.error-page .button { margin-top: 18px; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
[data-reveal-delay="1"] { transition-delay: .12s; } [data-reveal-delay="2"] { transition-delay: .24s; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
@keyframes orbit { to { transform: rotate(360deg); } }
@keyframes scroll { 0%, 100% { opacity: .3; transform: scaleY(.5); transform-origin: top; } 50% { opacity: 1; transform: scaleY(1); } }
@keyframes wind { 0%, 100% { opacity: .25; transform: translateX(-20px) scaleX(.7); } 50% { opacity: 1; transform: translateX(20px) scaleX(1); } }

@media (max-width: 980px) {
    :root { --shell: min(100% - 36px, 760px); }
    .site-nav { position: fixed; inset: 84px 0 auto; padding: 30px 24px 38px; display: grid; gap: 20px; background: rgba(11,8,6,.98); border-top: 1px solid rgba(229,182,92,.2); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: transform .3s ease, opacity .3s ease; }
    .site-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }.site-nav a { font-size: 13px; }.site-nav .nav-cta { justify-self: start; }
    .menu-toggle { display: block; }.menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }.menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }.menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .hero { min-height: 920px; height: auto; }.hero-shell { min-height: 920px; grid-template-columns: 1fr .72fr; gap: 20px; }.hero h1 { font-size: clamp(60px, 10vw, 88px); }.hero-art { width: 100%; }.tower-portrait { inset: 11% 0; }
    .story-grid, .ranks-layout, .support-layout { gap: 60px; }.feature-grid { grid-template-columns: repeat(2, 1fr); }.legal-layout { grid-template-columns: 220px 1fr; gap: 55px; }
    .showcase-heading { gap: 55px; }.showcase-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 650px auto; }.showcase-stack { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; grid-template-rows: 360px; }.showcase-card-storm { margin-top: 50px; margin-bottom: 30px; }
}

@media (max-width: 700px) {
    :root { --shell: calc(100% - 32px); }.section { padding: 90px 0; }.nav-shell { height: 72px; }.brand-mark { width: 36px; height: 36px; }.brand strong { font-size: 15px; }.site-nav { top: 72px; }
    .nav-shell, .hero-shell, .section-shell, .hero-copy { min-width: 0; max-width: 100%; }
    .hero .eyebrow { color: #d09a6f; }
    .hero { min-height: 1050px; }.hero::before { background: linear-gradient(rgba(8,5,3,.88), rgba(8,5,3,.94)), url('../images/background-filling.jpg') 72% center / cover no-repeat; }.hero-shell { min-height: 1050px; padding: 120px 0 80px; display: flex; flex-direction: column; justify-content: center; gap: 50px; }.hero-copy { order: 1; }.hero h1 { font-size: clamp(56px, 17vw, 82px); }.hero-lead { font-size: 17px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }.hero-facts { display: none; }.hero-art { order: 2; width: min(380px, 92%); }.scroll-cue { display: none; }
    h2 { font-size: clamp(42px, 14vw, 62px); }.story-grid, .ranks-layout, .support-layout, .legal-layout { grid-template-columns: 1fr; gap: 48px; }.story-grid { align-items: start; }.gameplay-steps { margin-top: 65px; grid-template-columns: 1fr; }.step { min-height: 240px; border-right: 0; border-bottom: 1px solid var(--line); }.trial-banner { min-height: 520px; }.trial-content blockquote { font-size: 42px; }
    .showcase-heading { margin-bottom: 48px; grid-template-columns: 1fr; gap: 28px; }.showcase-heading > p { font-size: 17px; }.showcase-grid { grid-template-columns: 1fr; grid-template-rows: none; gap: 14px; }.showcase-stack { grid-column: auto; grid-template-columns: 1fr; grid-template-rows: none; gap: 14px; }.showcase-card { height: 560px; }.showcase-card-storm { height: 540px; margin: 0; }.showcase-card-share { height: 540px; }.showcase-card-blueprint { height: 540px; }.showcase-card figcaption { right: 22px; bottom: 22px; left: 22px; }
    .feature-grid { margin-top: 55px; grid-template-columns: 1fr; }.feature-card, .feature-card-wide { grid-column: span 1; min-height: 240px; display: block; }.feature-card-wide h3 { margin-top: 25px; }
    .ranks-layout { gap: 65px; }.rank-list li { grid-template-columns: 50px 1fr; }.rank-list small { display: none; }.coming-soon { min-height: 600px; }.coming-soon::after { font-size: 330px; }
    .footer-shell { grid-template-columns: 1fr; gap: 35px; }.footer-links { flex-wrap: wrap; }.footer-meta { display: block; }.footer-meta p + p { margin-top: 8px; }
    .page-hero { min-height: 440px; padding-top: 145px; }.support-hero { min-height: 570px; }.legal-layout { padding: 70px 0 95px; }.legal-aside, .support-intro { position: static; }.support-intro { margin-bottom: 10px; }.legal-content h2 { font-size: 27px; }
}

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