/* Ellaris marketing. Static content first; no framework or remote font requests. */
@import url('/fonts.css');

:root {
  color-scheme: dark;
  --bg: #090e15;
  --panel: #101925;
  --panel-light: #15212e;
  --ink: #f2efe7;
  --muted: #b5bfcb;
  --dim: #8f9dad;
  --gold: #e0bd78;
  --gold-light: #f3d99f;
  --blue: #a9dbe9;
  --line: #2c3541;
  --serif: 'Cinzel', Georgia, serif;
  --sans: 'Inter', system-ui, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 16px/1.7 var(--sans); -webkit-font-smoothing: antialiased; }
::selection { color: var(--bg); background: var(--gold-light); }
a { color: var(--gold-light); text-decoration-thickness: 1px; text-underline-offset: .25em; }
a:hover { color: #fff4d9; }
button, input, textarea { font: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
img { display: block; max-width: 100%; height: auto; }
figure { margin: 0; }
figcaption { color: var(--dim); font-size: 11px; line-height: 1.55; margin-top: 9px; }
h1, h2, h3, h4, p { margin: 0; }
h1, h2, h3, h4 { text-wrap: balance; }
h1, h2 { font-family: var(--serif); font-weight: 600; line-height: 1.18; }
h1 { font-size: clamp(36px, 4.7vw, 64px); letter-spacing: -.025em; }
h2 { font-size: clamp(28px, 3.5vw, 44px); }
h3 { font-size: 21px; font-weight: 600; line-height: 1.35; }
p { color: var(--muted); }
p + p { margin-top: 18px; }
strong, b { color: var(--ink); font-weight: 600; }
ul, ol { padding-left: 1.4em; color: var(--muted); }
li + li { margin-top: 8px; }
.wrap { width: min(1240px, calc(100% - 80px)); margin-inline: auto; }
.narrow { max-width: 800px; }
.eyebrow { color: var(--gold); font-size: 11px; font-weight: 600; line-height: 1.5; letter-spacing: .19em; text-transform: uppercase; }
.lead { max-width: 650px; font-size: clamp(17px, 1.7vw, 20px); line-height: 1.7; }
.small { color: var(--dim); font-size: 13px; line-height: 1.7; }
.spaced { margin-top: 24px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; text-decoration: none; padding: 10px 0; }
.text-link::after { content: '\2192'; font-size: 20px; transition: transform .18s ease; }
.text-link:hover::after { transform: translateX(4px); }
.skip { position: fixed; z-index: 100; top: 8px; left: 16px; padding: 10px 18px; color: var(--bg); background: var(--gold-light); transform: translateY(-160%); }
.skip:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 30; background: #090e15f5; border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; min-height: 76px; gap: 34px; }
.wordmark { display: inline-flex; flex: 0 0 auto; align-items: center; width: 180px; max-width: 100%; color: var(--gold-light); text-decoration: none; }
.wordmark img { width: 100%; height: auto; aspect-ratio: 3 / 1; object-fit: contain; }
.desktop-nav { display: flex; gap: 27px; margin-left: auto; }
.desktop-nav a { font-size: 13px; color: var(--muted); text-decoration: none; padding-block: 14px; white-space: nowrap; }
.desktop-nav a:hover, .desktop-nav [aria-current] { color: var(--gold-light); }
.desktop-nav [aria-current='page'] { box-shadow: 0 1px var(--gold); }
.header-action { border-left: 1px solid var(--line); padding-left: 26px; }
.header-action a { font-size: 13px; color: var(--gold-light); text-decoration: none; }
.mobile-menu { display: none; margin-left: auto; }
.mobile-menu summary { cursor: pointer; padding: 10px 14px; font-size: 13px; border: 1px solid var(--line); border-radius: 3px; list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary::after { content: ' +'; color: var(--gold); margin-left: 10px; }
.mobile-menu[open] summary::after { content: ' −'; }
.mobile-menu nav { position: absolute; top: 100%; left: 0; right: 0; padding: 16px 24px 24px; background: #101925; border-bottom: 1px solid var(--gold); box-shadow: 0 16px 30px #0008; }
.mobile-menu nav a { display: block; padding: 11px 8px; color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--line); }
.mobile-menu nav a[aria-current] { color: var(--gold-light); }
.mobile-menu .mobile-play { color: var(--gold-light); }
.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; list-style: none; padding: 0; margin: 25px 0 0; color: var(--dim); font-size: 12px; }
.breadcrumb li { margin: 0; }
.breadcrumb li + li::before { content: '/'; color: #5e7086; margin-right: 10px; }
.breadcrumb a { color: var(--muted); text-decoration: none; }
.subnav { border-bottom: 1px solid var(--line); }
.subnav .wrap { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; padding-block: 12px; }
.subnav a { font-size: 12px; padding: 5px 0; color: var(--muted); text-decoration: none; }
.subnav a[aria-current] { color: var(--gold-light); }
.subnav .subnav-game { color: var(--ink); font-weight: 600; margin-right: auto; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 22px; margin-top: 26px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 50px; padding: 12px 23px; border: 1px solid var(--gold); border-radius: 3px; background: var(--gold); color: #17180f; font-size: 14px; font-weight: 650; line-height: 1.5; text-decoration: none; cursor: pointer; transition: background .18s ease, border-color .18s ease, transform .18s ease; }
.button:hover { color: #090e15; background: var(--gold-light); border-color: var(--gold-light); transform: translateY(-2px); }
.button.secondary { background: transparent; color: var(--ink); border-color: #607186; }
.button.secondary:hover { background: #ffffff0b; border-color: var(--ink); }
.button.blue { background: var(--blue); border-color: var(--blue); }
.button.blue:hover { background: #ceeff5; border-color: #ceeff5; }
.button .arrow { font-size: 19px; font-weight: 400; }
.status-line { display: flex; flex-wrap: wrap; gap: 10px 17px; color: var(--muted); font-size: 12px; margin-top: 17px; }
.status-line span { display: inline-flex; align-items: center; gap: 8px; }
.status-line .alpha::before { content: ''; width: 5px; height: 5px; background: var(--gold); transform: rotate(45deg); }
.home-intro { padding: 44px 0 27px; }
.home-intro .intro-line { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-top: 12px; }
.home-intro h1 { font-size: clamp(32px, 3.55vw, 49px); max-width: 720px; }
.home-intro .intro-line p { max-width: 300px; font-size: 14px; padding-bottom: 4px; }
.portals { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.portal { position: relative; min-width: 0; min-height: 490px; isolation: isolate; overflow: hidden; background: #14202a; border: 1px solid #48515d; }
.portal::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, #090e1500 15%, #090e1530 32%, #090e15df 61%, #090e15 100%); }
.portal-art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; z-index: -2; transition: transform .7s ease; }
.portal:hover .portal-art { transform: scale(1.025); }
.portal.arena .portal-art { object-position: 50% 0; }
.portal.browser .portal-art { object-position: 55% 0; }
.portal-top { position: absolute; top: 20px; left: 24px; right: 24px; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.tag { display: inline-block; color: var(--ink); font-size: 10px; line-height: 1.5; text-transform: uppercase; letter-spacing: .12em; border: 1px solid #ffffff50; background: #090e15c9; padding: 5px 9px; }
.art-label { color: #d2d9e1; font-size: 10px; background: #090e159e; padding: 3px 7px; }
.portal-copy { position: relative; padding: 225px 30px 28px; }
.portal .eyebrow { font-size: 10px; }
.portal.browser .eyebrow { color: var(--blue); }
.portal h2 { font-size: clamp(30px, 3.1vw, 43px); margin-top: 8px; }
.portal h2 a { color: var(--ink); text-decoration: none; }
.portal-copy p { font-size: 14px; line-height: 1.65; max-width: 440px; margin-top: 13px; }
.portal .actions { gap: 12px 18px; margin-top: 21px; }
.portal .button { min-height: 45px; font-size: 13px; padding-inline: 17px; }
.portal .text-link { font-size: 12px; }
.home-game-note { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px 20px; padding: 18px 0; color: var(--dim); font-size: 12px; }
.quick-choices { display: none; }
.section { padding-block: 85px; }
.section.border { border-top: 1px solid var(--line); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 36px; }
.section-head h2 { margin-top: 12px; }
.section-head > p { max-width: 390px; font-size: 14px; }
.feature-columns { display: grid; grid-template-columns: repeat(3,1fr); gap: 40px; }
.feature-columns article { border-top: 1px solid #586070; padding-top: 25px; }
.feature-columns .number { display: block; color: var(--gold); font: 400 14px/1 var(--serif); margin-bottom: 21px; }
.feature-columns h3 { margin-bottom: 14px; }
.feature-columns p { font-size: 14px; }
.world-band { position: relative; isolation: isolate; min-height: 470px; display: flex; align-items: center; border-block: 1px solid #435262; overflow: hidden; }
.world-band > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 40%; z-index: -2; }
.world-band::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg,#090e15f7 6%,#090e15d9 39%,#090e1540 74%,#090e1520); }
.world-band .world-copy { max-width: 570px; padding: 65px 0; }
.world-band h2 { margin: 14px 0 20px; }
.world-band .art-label { position: absolute; bottom: 15px; right: 20px; }
.game-hero { position: relative; isolation: isolate; min-height: 560px; overflow: hidden; border-bottom: 1px solid var(--line); display: flex; align-items: center; }
.game-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: right 38%; z-index: -2; }
.game-hero::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg,#090e15fa 2%,#090e15e3 27%,#090e1580 55%,#090e1526 100%),linear-gradient(0deg,#090e15b0,transparent 50%); }
.game-hero .hero-copy { max-width: 660px; padding-block: 66px; }
.game-hero h1 { margin-top: 15px; }
.game-hero .hero-claim { font-family: var(--serif); color: var(--gold-light); font-size: clamp(23px, 2.8vw, 34px); line-height: 1.35; margin-top: 18px; }
.game-hero .lead { max-width: 530px; margin-top: 20px; font-size: 17px; }
.game-hero .art-label { position: absolute; right: 18px; bottom: 16px; }
.game-hero.browser-hero .hero-claim { color: var(--blue); }
.facts-strip { border-bottom: 1px solid var(--line); background: #101722; }
.facts-strip dl { display: grid; grid-template-columns: repeat(4,1fr); margin: 0; padding: 25px 0; gap: 20px; }
.facts-strip dt { color: var(--dim); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 4px; }
.facts-strip dd { margin: 0; color: var(--ink); font-size: 14px; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.split.reverse .split-art { order: 2; }
.split-copy h2 { margin: 14px 0 22px; }
.split-copy .text-link { margin-top: 14px; }
.split-art img { width: 100%; object-fit: cover; border: 1px solid #4c5664; }
.arena-map { aspect-ratio: 3/2; }
.roster-preview { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.champion-tile { text-decoration: none; display: block; position: relative; overflow: hidden; background: var(--panel); border-bottom: 2px solid #6d6250; }
.champion-tile img { aspect-ratio: 2/2.6; width: 100%; object-fit: cover; object-position: 50% 23%; transition: transform .3s ease; }
.champion-tile:hover img { transform: scale(1.025); }
.champion-tile .tile-copy { position: absolute; left: 0; right: 0; bottom: 0; padding: 50px 19px 19px; background: linear-gradient(0deg,#090e15,transparent); }
.champion-tile h3 { font-family: var(--serif); font-size: clamp(16px,1.7vw,23px); color: var(--ink); }
.champion-tile p { color: var(--gold-light); font-size: 11px; margin-top: 4px; }
.two-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; }
.two-columns h3 { margin-bottom: 13px; }
.two-columns p { font-size: 15px; }
.callout { background: linear-gradient(120deg,#172333,#101721); border: 1px solid #465366; padding: 28px 30px; }
.callout h3 { margin-bottom: 12px; }
.callout p { font-size: 14px; }
.alpha-download-card { max-width: 680px; }
.alpha-download-card > p { max-width: 570px; }
.alpha-join { margin-top: 17px; }
.alpha-code-form { margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--line); }
.alpha-code-form label { display: block; margin-bottom: 8px; font-size: 12px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; color: var(--gold-light); }
.alpha-code-row { display: flex; gap: 10px; align-items: stretch; }
.alpha-code-row input { flex: 1 1 220px; min-width: 0; padding: 12px 14px; border: 1px solid #637083; border-radius: 3px; color: var(--ink); background: #0c131d; }
.alpha-code-row .button { flex: none; }
.alpha-code-row .button[disabled] { cursor: wait; opacity: .7; }
.alpha-code-status { min-height: 21px; margin: 10px 0 0; color: var(--muted); font-size: 13px !important; }
.alpha-code-status.error { color: #ffb5b5; }
.alpha-discord { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px; margin-top: 22px; padding-top: 19px; border-top: 1px solid var(--line); }
.alpha-discord p { margin: 0; color: var(--muted); }
.discord-button { min-height: 42px; padding: 8px 13px; }
.discord-button svg { width: 21px; height: 21px; fill: currentColor; }
.alpha-no-js { margin-top: 19px; font-size: 13px !important; color: var(--muted); }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.faq-layout h2 { margin-top: 14px; }
.faq-layout .intro { margin-top: 20px; font-size: 14px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; cursor: pointer; list-style: none; padding: 21px 35px 21px 0; color: var(--ink); font-size: 15px; font-weight: 500; line-height: 1.5; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; color: var(--gold); position: absolute; right: 0; top: 16px; font-size: 23px; font-weight: 300; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list details p { font-size: 14px; padding: 0 22px 22px 0; }
.end-cta { padding: 45px 0; border-top: 1px solid #495768; background: #121c28; }
.end-cta .wrap { display: flex; justify-content: space-between; gap: 30px; align-items: center; }
.end-cta h2 { font-size: clamp(24px, 2.8vw, 34px); }
.end-cta p { font-size: 13px; margin-top: 10px; }
.end-cta .actions { margin: 0; flex-shrink: 0; }
.page-intro { padding: 42px 0 48px; border-bottom: 1px solid var(--line); }
.page-intro h1 { margin: 12px 0 22px; max-width: 1000px; overflow-wrap: anywhere; hyphens: auto; }
.page-intro .lead { max-width: 800px; }
.guide-layout { display: grid; grid-template-columns: minmax(0,1fr) 290px; gap: 90px; align-items: start; }
.guide-content > section + section { margin-top: 50px; }
.guide-content h2 { font-size: 31px; margin-bottom: 21px; }
.guide-content h3 { margin-top: 27px; margin-bottom: 12px; }
.guide-content p { font-size: 15px; }
.guide-aside { position: sticky; top: 110px; }
.guide-aside h2 { font-family: var(--sans); font-size: 13px; margin-bottom: 15px; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); }
.guide-aside a { display: block; padding: 9px 0; font-size: 13px; color: var(--muted); text-decoration: none; border-bottom: 1px solid var(--line); }
.guide-aside .button { display: flex; color: #17180f; margin-top: 23px; padding: 13px 15px; border-bottom-color: var(--gold); }
.guide-aside .small { margin-top: 14px; }
.steps { list-style: none; padding: 0; counter-reset: steps; margin: 0; }
.steps li { counter-increment: steps; position: relative; padding: 0 0 30px 61px; margin: 0; }
.steps li::before { content: '0' counter(steps); position: absolute; left: 0; top: 1px; color: var(--gold); font: 500 24px/1.3 var(--serif); }
.steps li:not(:last-child)::after { content: ''; position: absolute; left: 18px; top: 41px; bottom: 9px; width: 1px; background: var(--line); }
.steps h3 { margin: 0 0 10px; }
.table-scroll { overflow-x: auto; }
table { border-collapse: collapse; width: 100%; text-align: left; font-size: 14px; }
caption { text-align: left; color: var(--dim); font-size: 12px; margin-bottom: 16px; }
th, td { padding: 16px 18px; border-bottom: 1px solid var(--line); vertical-align: top; }
th { color: var(--ink); font-weight: 500; }
thead th { color: var(--gold); font-size: 11px; letter-spacing: .09em; text-transform: uppercase; background: #15202c; }
td { color: var(--muted); }
kbd { font: 12px var(--sans); display: inline-block; border: 1px solid #536278; border-radius: 3px; background: #18232e; padding: 2px 7px; color: var(--ink); white-space: nowrap; }
.champion-detail { display: grid; grid-template-columns: .72fr 1.28fr; gap: 60px; align-items: center; padding-block: 65px; border-bottom: 1px solid var(--line); }
.champion-detail:first-child { padding-top: 0; }
.champion-detail:last-child { border: 0; padding-bottom: 0; }
.champion-detail > figure { max-width: 420px; }
.champion-detail > figure img { aspect-ratio: 2/2.5; width: 100%; object-fit: cover; object-position: 50% 17%; border: 1px solid #425065; }
.champion-detail h2 { margin: 10px 0 19px; }
.champion-detail .champion-advice { font-size: 14px; }
.ability-list { list-style: none; padding: 0; margin: 24px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 19px 22px; }
.ability-list li { position: relative; padding-left: 37px; margin: 0; }
.ability-list kbd { position: absolute; left: 0; top: 0; }
.ability-list b { display: block; font-size: 13px; margin-bottom: 6px; }
.ability-list span { display: block; font-size: 12px; line-height: 1.65; }
.class-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; }
.class-card { border-top: 1px solid #5f7085; padding-top: 26px; }
.class-card img { width: 90px; height: 90px; border: 1px solid #677a91; border-radius: 6px; margin-bottom: 23px; }
.class-card h2 { font-size: 29px; margin: 10px 0 16px; }
.class-card p, .class-card li { font-size: 14px; }
.class-card .class-detail { border-top: 1px solid var(--line); padding-top: 16px; margin-top: 22px; }
.class-card .class-detail b { display: block; color: var(--gold); font-size: 12px; margin-bottom: 8px; }
.world-intro { min-height: 500px; }
.world-intro > img { object-position: center 45%; }
.world-intro .hero-copy { max-width: 710px; }
.lore-block { padding-block: 64px; }
.lore-block + .lore-block { border-top: 1px solid var(--line); }
.lore-block h2 { margin: 13px 0 22px; }
.lore-block p { font-size: 15px; }
.lore-block .split { align-items: start; }
.lore-block .split-art img { aspect-ratio: 4/3; }
.creed { font: 500 clamp(27px,3.5vw,43px)/1.35 var(--serif); color: var(--gold-light); border-left: 2px solid var(--gold); padding: 7px 0 7px 27px; margin: 32px 0; }
.worlds-list { margin: 30px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 28px 45px; }
.worlds-list article { padding: 24px 0 0; border-top: 1px solid var(--line); }
.worlds-list .eyebrow { margin-bottom: 9px; }
.worlds-list h3 { font-family: var(--serif); margin-bottom: 12px; }
.worlds-list p { font-size: 14px; }
.log { max-width: 900px; }
.entry { border-bottom: 1px solid var(--line); padding: 45px 0; }
.entry:first-child { padding-top: 0; }
.entry time { color: var(--gold); font-size: 12px; letter-spacing: .07em; }
.entry h2 { margin: 12px 0 26px; font-size: 31px; }
.entry figure { margin: 24px 0; }
.entry img { width: 100%; height: auto; border: 1px solid var(--line); }
.entry p, .entry li { font-size: 15px; }
.archive-note { margin: 0 0 38px; padding: 18px 23px; border-left: 2px solid var(--blue); background: var(--panel); }
.archive-note p { font-size: 13px; }
.legal { padding: 45px 0 85px; }
.legal .wrap { max-width: 900px; }
.legal h2 { font-family: var(--sans); font-size: 23px; line-height: 1.45; margin: 34px 0 15px; }
.legal h3 { font-size: 19px; margin: 25px 0 12px; }
.legal p, .legal li, .legal address { color: var(--muted); font-size: 15px; }
.legal address { font-style: normal; }
.legal .updated { font-size: 13px; }
.legal p { overflow-wrap: anywhere; }
.kform { display: grid; gap: 22px; margin-top: 28px; }
.kform label { display: block; margin-bottom: 8px; font-size: 14px; }
.kform input, .kform textarea { width: 100%; padding: 13px 15px; border: 1px solid #637083; border-radius: 3px; color: var(--ink); background: var(--panel); }
.kform textarea { min-height: 170px; resize: vertical; }
.kform .hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.kform button { justify-self: start; }
.kform button[disabled] { opacity: .6; cursor: wait; }
.kform #k-status { min-height: 24px; font-size: 14px; }
.kform #k-status.ok { color: #a6e5c8; }
.kform #k-status.err { color: #ffb5b5; }
.legal .alt { margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--line); }
.site-footer { padding: 51px 0 25px; border-top: 1px solid var(--line); background: #080c12; }
.footer-top { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr; gap: 40px; }
.footer-brand .wordmark { width: 210px; }
.footer-brand p { font-size: 12px; max-width: 290px; margin-top: 20px; }
.footer-column h2 { font: 500 11px/1.5 var(--sans); text-transform: uppercase; letter-spacing: .13em; color: var(--gold); margin-bottom: 14px; }
.footer-column a { display: block; font-size: 12px; padding: 5px 0; color: var(--muted); text-decoration: none; }
.footer-column a:hover { color: var(--ink); }
.footer-bottom { margin-top: 36px; padding-top: 21px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 13px 24px; }
.footer-bottom p, .footer-bottom a { font-size: 11px; color: var(--dim); }
.footer-bottom nav { display: flex; gap: 18px; flex-wrap: wrap; }
.error-page { min-height: 65vh; display: flex; align-items: center; padding: 65px 0; }
.error-page h1 { margin: 12px 0 25px; }
.error-page .lead { max-width: 620px; }
.legacy-page { padding-block: 75px; min-height: 60vh; }
.legacy-page h1 { margin: 15px 0 22px; }

@media (min-width: 1600px) { .portal { min-height: 525px; } .portal-copy { padding-top: 255px; } }
@media (max-width: 1100px) {
  .wrap { width: calc(100% - 48px); }
  .header-inner { gap: 22px; }
  .desktop-nav { gap: 20px; }
  .header-action { padding-left: 20px; }
  .home-intro .intro-line p { max-width: 250px; }
  .portal-copy { padding-inline: 23px; }
  .portal { min-height: 490px; }
  .split, .two-columns { gap: 40px; }
  .faq-layout { gap: 50px; }
  .guide-layout { gap: 45px; grid-template-columns: minmax(0,1fr) 230px; }
  .champion-detail { gap: 37px; }
}
@media (max-width: 860px) {
  .header-inner { min-height: 67px; }
  .header-inner .wordmark { width: 156px; }
  .desktop-nav, .header-action { display: none; }
  .mobile-menu { display: block; }
  .home-intro { padding-top: 31px; }
  .home-intro .intro-line { display: block; }
  .home-intro .intro-line p { margin-top: 14px; max-width: none; }
  .portal-copy { padding-top: 215px; }
  .portal { min-height: 480px; }
  .portal .actions { align-items: flex-start; gap: 8px; flex-direction: column; }
  .portal h2 { font-size: 29px; }
  .portal-top { left: 17px; right: 17px; }
  .portal-top .art-label { display: none; }
  .portal-copy p { font-size: 13px; }
  .section { padding-block: 62px; }
  .section-head { gap: 25px; }
  .section-head > p { max-width: 280px; }
  .feature-columns { gap: 26px; }
  .split { gap: 32px; }
  .game-hero { min-height: 540px; }
  .game-hero .hero-copy { max-width: 590px; }
  .game-hero::after { background: linear-gradient(90deg,#090e15ed,#090e15a3 70%,#090e1566); }
  .facts-strip dl { grid-template-columns: 1fr 1fr; gap: 18px 25px; }
  .roster-preview { gap: 12px; }
  .champion-tile .tile-copy { padding-inline: 12px; }
  .faq-layout { grid-template-columns: 1fr; gap: 30px; }
  .faq-layout .intro { max-width: 600px; }
  .end-cta .wrap { align-items: flex-start; flex-direction: column; }
  .guide-layout { grid-template-columns: 1fr; gap: 35px; }
  .guide-aside { position: static; order: -1; }
  .guide-aside nav { display: flex; flex-wrap: wrap; gap: 5px 18px; }
  .guide-aside .button, .guide-aside .small { display: none; }
  .guide-aside a { border: 0; font-size: 12px; padding: 3px 0; }
  .champion-detail { grid-template-columns: .7fr 1.3fr; gap: 30px; }
  .ability-list { grid-template-columns: 1fr; gap: 15px; }
  .class-grid { gap: 22px; }
  .class-card h2 { font-size: 24px; }
  .footer-top { grid-template-columns: 1.5fr 1fr 1fr; gap: 30px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand p { max-width: 560px; }
}
@media (max-width: 600px) {
  .wrap { width: calc(100% - 36px); }
  body { font-size: 15px; }
  h1 { font-size: 36px; }
  h2 { font-size: 29px; }
  .home-intro h1 { font-size: 33px; }
  .home-intro .intro-line p { font-size: 13px; }
  .quick-choices { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 15px; }
  .quick-choices a { font-size: 12px; padding: 5px 0; }
  .portals { grid-template-columns: 1fr; gap: 19px; }
  .portal { min-height: 430px; }
  .portal-copy { padding: 205px 22px 24px; }
  .portal h2 { font-size: 32px; }
  .portal-copy p { font-size: 14px; }
  .portal .actions { flex-direction: row; gap: 10px 16px; align-items: center; }
  .portal .button { font-size: 12px; padding-inline: 13px; }
  .portal .text-link { font-size: 12px; }
  .portal-top .art-label { display: block; }
  .home-game-note { font-size: 11px; padding-block: 17px; }
  .home-game-note span:last-child { display: none; }
  .section { padding-block: 50px; }
  .section-head { display: block; margin-bottom: 27px; }
  .section-head > p { max-width: none; margin-top: 18px; }
  .feature-columns { grid-template-columns: 1fr; gap: 27px; }
  .feature-columns article { padding-top: 20px; }
  .feature-columns .number { margin-bottom: 14px; }
  .feature-columns h3 { font-size: 20px; margin-bottom: 9px; }
  .world-band { min-height: 455px; }
  .world-band .world-copy { padding: 50px 0 58px; }
  .world-band::after { background: linear-gradient(90deg,#090e15ed,#090e15bc); }
  .world-band h2 { font-size: 32px; }
  .game-hero { min-height: 595px; align-items: flex-end; }
  .game-hero > img { object-position: 65% 0; }
  .game-hero::after { background: linear-gradient(0deg,#090e15f7 2%,#090e15db 40%,#090e1570 75%,#090e1540); }
  .game-hero .hero-copy { padding-block: 57px 47px; }
  .game-hero h1 { font-size: 39px; max-width: 370px; }
  .game-hero .hero-claim { font-size: 25px; }
  .game-hero .lead { font-size: 15px; }
  .game-hero .actions { gap: 8px 17px; }
  .game-hero .art-label { font-size: 9px; bottom: 9px; }
  .status-line { gap: 7px 13px; font-size: 11px; }
  .facts-strip dl { padding-block: 21px; }
  .facts-strip dd { font-size: 12px; }
  .facts-strip dt { font-size: 9px; }
  .split, .two-columns { grid-template-columns: 1fr; gap: 28px; }
  .split.reverse .split-art { order: 0; }
  .roster-preview { grid-template-columns: 1fr 1fr; gap: 15px; }
  .champion-tile h3 { font-size: 17px; }
  .champion-tile p { font-size: 10px; }
  .subnav .wrap { gap: 3px 18px; padding-block: 10px; }
  .subnav .subnav-game { width: 100%; font-size: 12px; }
  .subnav a { font-size: 11px; padding-block: 6px; }
  .breadcrumb { margin-top: 18px; font-size: 10px; }
  .page-intro { padding: 29px 0 34px; }
  .page-intro h1 { font-size: 35px; }
  .page-intro .lead { font-size: 16px; }
  .guide-content h2 { font-size: 28px; }
  .steps li { padding-left: 46px; }
  .steps li::before { font-size: 22px; }
  .steps li:not(:last-child)::after { left: 14px; }
  .steps h3 { font-size: 19px; }
  .callout { padding: 23px; }
  .alpha-code-row { align-items: stretch; flex-direction: column; }
  .alpha-code-row .button { width: 100%; }
  th, td { padding: 13px 11px; font-size: 12px; }
  .champion-detail { grid-template-columns: 1fr; gap: 27px; padding-block: 46px; }
  .champion-detail > figure { max-width: none; }
  .champion-detail > figure img { aspect-ratio: 4/3.6; object-position: 50% 20%; }
  .ability-list { grid-template-columns: 1fr 1fr; }
  .class-grid { grid-template-columns: 1fr; gap: 36px; }
  .class-card h2 { font-size: 30px; }
  .class-card img { float: right; margin: 0 0 15px 18px; width: 75px; height: 75px; }
  .world-intro { min-height: 510px; }
  .lore-block { padding-block: 43px; }
  .worlds-list { grid-template-columns: 1fr; gap: 20px; }
  .creed { font-size: 29px; padding-left: 20px; }
  .entry h2 { font-size: 26px; }
  .entry { padding-block: 33px; }
  .entry p, .entry li { font-size: 14px; }
  .site-footer { padding-top: 39px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 28px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { margin-top: 27px; }
  .footer-bottom nav { gap: 16px; }
  .legal { padding-top: 30px; }
}
@media (max-width: 360px) {
  .wrap { width: calc(100% - 28px); }
  .portal-copy { padding-inline: 17px; }
  .portal .actions { gap: 6px 13px; }
  .portal .button { font-size: 11px; padding-inline: 11px; }
  .ability-list { grid-template-columns: 1fr; }
  .subnav .wrap { gap: 1px 13px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
