:root {
  --ink: #101827;
  --ink-2: #182538;
  --paper: #f3ebdd;
  --paper-2: #e8dcc8;
  --white: #fffaf1;
  --air: #8ed8e8;
  --water: #3185b8;
  --earth: #b98235;
  --fire: #e65a3a;
  --muted: #5b6470;
  --line: rgba(16, 24, 39, 0.18);
  --display: "Arial Narrow", "Avenir Next Condensed", "Helvetica Neue", sans-serif;
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --max: 1180px;
  --shadow: 0 24px 60px rgba(16, 24, 39, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); line-height: 1.7; text-rendering: optimizeLegibility; }
a { color: inherit; }
img { max-width: 100%; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--fire); outline-offset: 4px; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; transform: translateY(-150%); background: var(--white); padding: 10px 16px; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky; top: 0; z-index: 50; min-height: 78px; padding: 0 clamp(20px, 4vw, 64px);
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px;
  color: var(--white); background: rgba(16, 24, 39, 0.94); border-bottom: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(18px);
}
.brand { display: flex; gap: 12px; align-items: center; text-decoration: none; }
.brand b, .footer-brand b { display: block; font-family: var(--display); font-size: 15px; letter-spacing: .12em; line-height: 1.1; }
.brand small { color: rgba(255,255,255,.58); font: italic 13px var(--serif); }
.brand-logo {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 4px 9px rgba(0, 0, 0, .28));
}
.footer-brand .brand-logo { width: 56px; height: 56px; }
.site-header nav { justify-self: center; display: flex; align-items: center; gap: 6px; }
.site-header nav a { padding: 10px 12px; color: rgba(255,255,255,.72); text-decoration: none; font-size: 13px; font-weight: 750; letter-spacing: .04em; border-radius: 999px; }
.site-header nav a:hover, .site-header nav a[aria-current="page"] { color: var(--white); background: rgba(255,255,255,.09); }
.buy-link { text-decoration: none; padding: 10px 15px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; font-size: 13px; font-weight: 800; }
.menu-toggle { display: none; color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; padding: 8px 14px; }

.hero {
  position: relative; min-height: 760px; overflow: hidden; color: var(--white); background:
    radial-gradient(circle at 70% 45%, rgba(49,133,184,.16), transparent 36%),
    linear-gradient(130deg, #0c1422 0%, #152338 58%, #0d1727 100%);
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); align-items: center; padding: 96px max(6vw, calc((100vw - var(--max))/2));
}
.hero-noise { position: absolute; inset: 0; opacity: .24; pointer-events: none; background-image: repeating-linear-gradient(115deg, transparent 0 16px, rgba(255,255,255,.018) 17px 18px); mask-image: linear-gradient(to bottom, black 0 75%, transparent); }
.hero-copy { position: relative; z-index: 2; max-width: 720px; padding-bottom: 90px; }
.eyebrow, .kicker { text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 850; }
.eyebrow { color: var(--air); }
h1, h2, h3 { text-wrap: balance; }
h1 { margin: 18px 0 24px; font: 900 clamp(54px, 7.2vw, 112px)/.87 var(--display); letter-spacing: -.055em; text-transform: uppercase; max-width: 850px; }
.hero-intro { max-width: 650px; color: rgba(255,255,255,.74); font: 20px/1.65 var(--serif); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.button { display: inline-flex; align-items: center; min-height: 50px; padding: 0 22px; border-radius: 2px; text-decoration: none; font-size: 13px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.button.primary { color: var(--ink); background: var(--paper); }
.button.ghost { border: 1px solid rgba(255,255,255,.28); }
.button:hover { transform: translateY(-2px); }
.hero-art { position: relative; z-index: 1; width: min(600px, 44vw); aspect-ratio: 1; justify-self: end; }
.arena { position: absolute; inset: 25%; border-radius: 50%; border: 2px solid rgba(255,255,255,.42); box-shadow: inset 0 0 0 18px rgba(255,255,255,.025), 0 0 80px rgba(142,216,232,.12); }
.arena::before, .arena::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; inset: 18%; }
.arena::after { inset: 38%; background: rgba(243,235,221,.08); }
.arena i { position: absolute; inset: 50% 0 auto; height: 1px; background: rgba(255,255,255,.17); transform-origin: center; }
.arena i:nth-child(2) { transform: rotate(60deg); }
.arena i:nth-child(3) { transform: rotate(120deg); }
.orbit { position: absolute; border: 1px dashed rgba(255,255,255,.16); border-radius: 50%; }
.orbit-one { inset: 8%; animation: spin 40s linear infinite; }
.orbit-two { inset: 17%; animation: spin 28s linear reverse infinite; }
.element { position: absolute; width: 108px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; box-shadow: 0 20px 50px rgba(0,0,0,.26); font: 800 11px var(--body); letter-spacing: .15em; }
.element::before { content: ""; position: absolute; inset: 13px; border: 1px solid rgba(255,255,255,.52); border-radius: 50%; }
.e-air { top: 1%; left: 38%; color: var(--ink); background: var(--air); }
.e-water { right: 2%; top: 40%; background: var(--water); }
.e-earth { bottom: 2%; left: 38%; background: var(--earth); }
.e-fire { left: 2%; top: 40%; background: var(--fire); }
.hero-stats { position: absolute; z-index: 3; left: max(6vw, calc((100vw - var(--max))/2)); right: max(6vw, calc((100vw - var(--max))/2)); bottom: 30px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.16); }
.hero-stats div { padding: 20px 18px 4px 0; }
.hero-stats strong { display: block; font: 800 26px var(--display); letter-spacing: -.03em; }
.hero-stats span { color: rgba(255,255,255,.52); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }

.section { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; padding: clamp(72px, 9vw, 128px) 0; }
.section + .section { border-top: 1px solid var(--line); }
.section-heading { max-width: 760px; margin-bottom: 44px; }
.kicker { margin: 0 0 14px; color: var(--earth); }
h2 { margin: 0 0 22px; font: 850 clamp(36px, 5.1vw, 72px)/.95 var(--display); letter-spacing: -.045em; text-transform: uppercase; }
h3 { font: 780 25px/1.1 var(--display); letter-spacing: -.02em; }
.section-heading > p:last-child { color: var(--muted); font: 18px/1.65 var(--serif); }
.lede-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(48px, 8vw, 120px); }
.prose { font-size: 17px; }
.prose p { max-width: 76ch; }
.prose a { text-decoration-thickness: 1px; text-underline-offset: 4px; }
.long-read { max-width: 900px; }
.long-read > p:not(.kicker) { font: 18px/1.8 var(--serif); }
.long-read > p:first-of-type:not(.kicker)::first-letter { float: left; font: 700 4.2em/.78 var(--display); padding: .12em .08em 0 0; color: var(--fire); }

.guide-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.guide-card { position: relative; min-height: 330px; padding: 28px; display: flex; flex-direction: column; text-decoration: none; color: var(--white); background: var(--ink); overflow: hidden; }
.guide-card::after { content: ""; position: absolute; width: 170px; height: 170px; border: 1px solid currentColor; opacity: .18; border-radius: 50%; right: -65px; top: -65px; }
.guide-card > span { opacity: .55; font: 700 13px var(--body); }
.guide-card h3 { margin: auto 0 12px; font-size: 34px; text-transform: uppercase; }
.guide-card p { color: rgba(255,255,255,.65); font-size: 14px; }
.guide-card b { margin-top: 18px; font-size: 13px; }
.guide-card.fire { border-top: 5px solid var(--fire); }
.guide-card.water { border-top: 5px solid var(--water); }
.guide-card.earth { border-top: 5px solid var(--earth); }
.guide-card.air { border-top: 5px solid var(--air); }
.guide-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }

.storefront-heading {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(40px, 7vw, 100px);
  align-items: end;
  margin-bottom: 42px;
}
.storefront-heading h2 { margin-bottom: 0; }
.storefront-heading .prose p { margin-top: 0; color: var(--muted); }
.store-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.store-card {
  --platform: var(--water);
  position: relative;
  min-height: 300px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(145deg, transparent 55%, color-mix(in srgb, var(--platform) 18%, transparent)),
    var(--ink);
  border: 1px solid rgba(255,255,255,.12);
  border-top: 6px solid var(--platform);
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(23, 34, 53, .12);
  transition: transform .2s ease, box-shadow .2s ease;
}
.store-card.playstation { --platform: var(--air); }
.store-card.nintendo { --platform: var(--fire); }
.store-card.xbox { --platform: #63a744; }
.store-code {
  width: 58px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.28);
  color: var(--platform);
  font: 850 15px var(--display);
  letter-spacing: .08em;
}
.store-status {
  position: absolute;
  top: 25px;
  right: 22px;
  color: rgba(255,255,255,.62);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.store-card h3 {
  margin: auto 0 12px;
  color: var(--white);
  font-size: 34px;
  text-transform: uppercase;
}
.store-card p { margin: 0; color: rgba(255,255,255,.65); font-size: 14px; }
.store-card b { margin-top: 20px; color: var(--platform); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.store-card:hover { transform: translateY(-5px); box-shadow: 0 24px 48px rgba(23, 34, 53, .2); }
.storefront-note { margin: 18px 0 0; color: var(--muted); font-size: 12px; }

.split-band { width: 100%; max-width: none; padding: clamp(72px, 8vw, 116px) max(6vw, calc((100vw - var(--max))/2)); display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 8vw, 120px); color: var(--white); background: var(--ink); }
.split-band .kicker { color: var(--air); }
.split-band .prose p { color: rgba(255,255,255,.72); }
.text-link { display: inline-flex; gap: 12px; margin-top: 18px; font-weight: 800; text-underline-offset: 6px; }
.element-wheel { width: min(420px, 80vw); aspect-ratio: 1; align-self: center; justify-self: center; border-radius: 50%; background: conic-gradient(var(--air) 0 25%, var(--water) 0 50%, var(--earth) 0 75%, var(--fire) 0); padding: 34px; transform: rotate(45deg); box-shadow: 0 0 0 1px rgba(255,255,255,.2), 0 30px 70px rgba(0,0,0,.28); }
.wheel-core { width: 100%; height: 100%; display: grid; place-content: center; text-align: center; border-radius: 50%; color: var(--white); background: var(--ink); transform: rotate(-45deg); }
.wheel-core span { font: 850 64px var(--display); letter-spacing: -.04em; }
.wheel-core small { color: rgba(255,255,255,.56); font: italic 16px var(--serif); }

.name-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.name-grid span { min-height: 110px; display: flex; align-items: flex-end; padding: 20px; font: 800 22px var(--display); text-transform: uppercase; background: var(--white); }
.name-grid span.air { box-shadow: inset 0 5px var(--air); }
.name-grid span.water { box-shadow: inset 0 5px var(--water); }
.name-grid span.earth { box-shadow: inset 0 5px var(--earth); }
.name-grid span.fire { box-shadow: inset 0 5px var(--fire); }
.editor-note { margin-top: 24px; padding: 22px 24px; display: grid; grid-template-columns: 150px 1fr; gap: 22px; background: rgba(185,130,53,.1); border-left: 4px solid var(--earth); }
.editor-note p { margin: 0; color: var(--muted); }

.fact-list article, .tool-row { display: grid; grid-template-columns: 90px 1fr; gap: 32px; padding: 30px 0; border-top: 1px solid var(--line); }
.fact-list article > span, .tool-row > span { color: var(--earth); font: 700 18px var(--serif); }
.fact-list h3, .tool-row h3 { margin: 0 0 8px; text-transform: uppercase; }
.fact-list p, .tool-row p { margin: 0; max-width: 72ch; color: var(--muted); }

.fighter-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.fighter-grid.one { grid-template-columns: minmax(0, 1fr); max-width: 760px; }
.fighter { padding: 30px; background: var(--white); border-top: 6px solid var(--ink); box-shadow: 0 10px 30px rgba(16,24,39,.06); }
.fighter.air { border-color: var(--air); }
.fighter.water { border-color: var(--water); }
.fighter.earth { border-color: var(--earth); }
.fighter.fire { border-color: var(--fire); }
.sigil { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font: 800 15px var(--display); }
.fighter h3 { margin: 42px 0 16px; font-size: 36px; text-transform: uppercase; }
.fighter p { color: var(--muted); }
.fighter ul { padding-left: 20px; font-size: 14px; }
.dlc-stack { display: grid; align-content: center; gap: 8px; }
.dlc-stack span { padding: 16px 22px; background: rgba(255,255,255,.07); border-left: 4px solid var(--earth); font: 750 22px var(--display); text-transform: uppercase; }

.command-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.command-grid article { padding: 30px; background: var(--white); box-shadow: 0 10px 30px rgba(16,24,39,.05); }
kbd { width: 54px; height: 54px; display: grid; place-items: center; color: var(--white); background: var(--ink); border-radius: 50%; box-shadow: inset 0 -5px rgba(255,255,255,.1); font: 800 18px var(--body); }
.command-grid h3 { margin: 26px 0 12px; text-transform: uppercase; }
.command-grid p { margin: 0; color: var(--muted); }
.meter { height: 28px; padding: 4px; margin-bottom: 34px; background: var(--ink); border-radius: 999px; }
.meter span { display: block; height: 100%; width: var(--fill); background: linear-gradient(90deg, var(--water), var(--air)); border-radius: inherit; }
.columns { columns: 2 360px; column-gap: 60px; }

.timeline { list-style: none; padding: 0; margin: 0; }
.timeline li { display: grid; grid-template-columns: 120px 1fr; gap: 36px; padding: 28px 0; border-top: 1px solid var(--line); }
.timeline li > span { color: var(--earth); font: 700 16px var(--serif); }
.timeline h3 { margin: 0 0 8px; text-transform: uppercase; }
.timeline p { margin: 0; color: var(--muted); }
.defense-card, .price-mark, .accuracy-mark { align-self: center; justify-self: center; width: min(420px, 80vw); aspect-ratio: 1; border-radius: 50%; display: grid; place-content: center; text-align: center; border: 2px solid rgba(255,255,255,.5); box-shadow: inset 0 0 0 25px rgba(255,255,255,.035); }
.defense-card span, .accuracy-mark strong { font: 900 72px/.9 var(--display); }
.defense-card small, .accuracy-mark span { margin-top: 12px; color: var(--air); font: italic 16px var(--serif); }
.learning-path .path-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.path-grid article { padding: 24px; min-height: 290px; background: var(--white); }
.path-grid span { color: var(--fire); font: 800 13px var(--body); letter-spacing: .08em; }
.path-grid h3 { margin-top: 72px; text-transform: uppercase; }
.path-grid p { color: var(--muted); font-size: 14px; }
.check-grid, .replay-grid, .standards-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.check-grid article, .replay-grid article, .standards-grid article { padding: 28px; background: var(--white); border-left: 4px solid var(--earth); }
.check-grid h3, .replay-grid h3, .standards-grid h3 { margin-top: 0; text-transform: uppercase; }

.mode-atlas article { display: grid; grid-template-columns: 90px 1fr; gap: 36px; padding: 38px 0; border-top: 1px solid var(--line); }
.mode-atlas article > span { font: 700 20px var(--serif); color: var(--water); }
.mode-atlas h3 { margin: 0 0 12px; font-size: 36px; text-transform: uppercase; }
.mode-atlas p { max-width: 75ch; color: var(--muted); }
.lab-panel { display: grid; grid-template-columns: repeat(2, 1fr); align-content: center; gap: 10px; }
.lab-panel b { aspect-ratio: 1.3; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.24); font: 800 22px var(--display); letter-spacing: .06em; }
.release-line { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; display: block; color: var(--ink); background: transparent; }
.platform-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.platform-grid article { min-height: 250px; padding: 28px; background: var(--white); border-top: 5px solid var(--muted); }
.platform-grid article.live { border-color: var(--water); }
.platform-grid article.scheduled { border-color: var(--earth); }
.platform-grid article > span { font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.platform-grid h3 { margin: 68px 0 12px; text-transform: uppercase; }
.platform-grid p { color: var(--muted); font-size: 14px; }
.edition-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.edition-grid article { padding: 36px; background: var(--white); }
.edition-grid article.featured { color: var(--white); background: var(--ink); box-shadow: var(--shadow); transform: translateY(-10px); }
.edition-label { text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 850; color: var(--earth); }
.edition-grid h3 { font-size: 40px; }
.edition-grid li { margin: 8px 0; }
.price-mark { aspect-ratio: auto; min-height: 400px; border-radius: 0; border-color: var(--earth); }
.price-mark small, .price-mark span { letter-spacing: .14em; text-transform: uppercase; }
.price-mark strong { font: 900 82px var(--display); color: var(--paper); }
.source-pyramid ol { list-style: none; padding: 0; }
.source-pyramid li { display: grid; grid-template-columns: 70px 1fr; gap: 30px; padding: 28px; margin-bottom: 10px; background: var(--white); }
.source-pyramid li > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--ink); }
.source-pyramid h3 { margin: 0 0 8px; text-transform: uppercase; }
.source-pyramid p { margin: 0; color: var(--muted); }
.accuracy-mark { border-radius: 0; aspect-ratio: 1.3; }

.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; padding: 24px 50px 24px 0; position: relative; font: 750 22px var(--display); text-transform: uppercase; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 12px; font-size: 30px; font-weight: 300; }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 75ch; padding: 0 50px 26px 0; margin: 0; color: var(--muted); }

.sources { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; }
.sources ol { list-style: none; padding: 0; margin: 0; }
.sources li { border-top: 1px solid var(--line); }
.sources a { display: flex; justify-content: space-between; gap: 20px; padding: 16px 0; text-decoration: none; font-weight: 720; }
.sources a:hover { color: var(--fire); }
.sources a > span { display: grid; gap: 3px; }
.sources a small { color: var(--earth); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.sources a b { font-weight: 800; }
.source-note { grid-column: 2; color: var(--muted); font-size: 13px; }
.site-footer { padding: 70px max(6vw, calc((100vw - var(--max))/2)) 34px; color: var(--white); background: #09111d; display: grid; grid-template-columns: 1fr auto; gap: 40px; }
.footer-brand { display: flex; gap: 18px; align-items: center; }
.footer-brand p { margin: 4px 0 0; color: rgba(255,255,255,.55); font: italic 15px var(--serif); }
.footer-links { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }
.footer-links a { color: rgba(255,255,255,.7); font-size: 13px; font-weight: 700; text-underline-offset: 4px; }
.legal, .copyright { grid-column: 1 / -1; margin: 0; color: rgba(255,255,255,.4); font-size: 11px; }
.copyright { padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); }

@keyframes spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}

@media (max-width: 1040px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header .buy-link { display: none; }
  .menu-toggle { display: block; justify-self: end; }
  .site-header nav { display: none; position: absolute; top: 78px; left: 0; right: 0; padding: 18px; flex-direction: column; align-items: stretch; background: var(--ink); border-top: 1px solid rgba(255,255,255,.1); }
  .site-header nav[data-open="true"] { display: flex; }
  .site-header nav a { padding: 13px 18px; }
  .hero { grid-template-columns: 1fr; min-height: 900px; padding-top: 80px; align-items: start; }
  .hero-copy { padding-bottom: 10px; }
  .hero-art { position: absolute; right: -10vw; bottom: 100px; width: 60vw; opacity: .65; }
  .guide-grid { grid-template-columns: repeat(2, 1fr); }
  .fighter-grid, .command-grid, .platform-grid { grid-template-columns: repeat(2, 1fr); }
  .learning-path .path-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .site-header { min-height: 66px; padding: 0 18px; }
  .site-header nav { top: 66px; }
  .brand small { display: none; }
  .brand-logo { width: 40px; height: 40px; }
  .hero { min-height: 850px; padding: 62px 20px 150px; }
  h1 { font-size: clamp(48px, 15vw, 72px); }
  .hero-intro { font-size: 17px; }
  .hero-art { width: 90vw; right: -35vw; bottom: 90px; }
  .element { width: 74px; }
  .hero-stats { left: 20px; right: 20px; grid-template-columns: repeat(2, 1fr); }
  .hero-stats div { padding-top: 12px; }
  .hero-stats strong { font-size: 21px; }
  .section { width: min(100% - 32px, var(--max)); padding: 68px 0; }
  .lede-grid, .split-band, .sources { grid-template-columns: 1fr; }
  .split-band { width: 100%; padding: 68px 20px; }
  .guide-grid, .fighter-grid, .command-grid, .platform-grid, .edition-grid, .check-grid, .replay-grid, .standards-grid { grid-template-columns: 1fr; }
  .name-grid { grid-template-columns: repeat(2, 1fr); }
  .learning-path .path-grid { grid-template-columns: 1fr; }
  .path-grid article { min-height: auto; }
  .path-grid h3 { margin-top: 36px; }
  .editor-note, .fact-list article, .tool-row, .mode-atlas article, .source-pyramid li { grid-template-columns: 1fr; gap: 8px; }
  .timeline li { grid-template-columns: 82px 1fr; gap: 16px; }
  .source-note { grid-column: 1; }
  .site-footer { grid-template-columns: 1fr; padding-inline: 20px; }
  .legal, .copyright { grid-column: 1; }
  .edition-grid article.featured { transform: none; }
}

/* Hand-drawn game editorial system
   Clean cel-art surfaces echo the official game's 2D animation language. */
:root {
  --ink: #172235;
  --ink-2: #24344c;
  --paper: #f4eedf;
  --paper-2: #e8dcc5;
  --white: #fffaf1;
  --air: #82cfdd;
  --water: #247fae;
  --earth: #8d7038;
  --fire: #bd3f2d;
  --muted: #5d6470;
  --line: rgba(23, 34, 53, .18);
  --display: "Arial Narrow", "Avenir Next Condensed", "Helvetica Neue", sans-serif;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --shadow: 0 22px 52px rgba(23, 34, 53, .16);
}

body {
  background-color: var(--paper);
  background-image:
    linear-gradient(110deg, rgba(255, 255, 255, .36), transparent 36%),
    linear-gradient(180deg, rgba(141, 112, 56, .04), transparent 38rem);
}

.site-header {
  min-height: 70px;
  color: var(--white);
  background: rgba(23, 34, 53, .96);
  border-bottom: 3px solid var(--fire);
  backdrop-filter: blur(16px);
}

.brand b, .footer-brand b { font-size: 17px; font-style: normal; }
.site-header nav a, .buy-link, .menu-toggle { border-radius: 2px; }
.site-header nav a[aria-current="page"] {
  color: var(--white);
  background: rgba(255, 255, 255, .11);
  box-shadow: inset 0 -3px 0 var(--fire);
  transform: none;
}
.buy-link { color: var(--ink); background: var(--air); border: 1px solid rgba(255, 255, 255, .25); }

.hero {
  position: relative;
  display: block;
  min-height: min(800px, calc(100vh - 70px));
  padding: clamp(76px, 9vw, 118px) max(6vw, calc((100vw - var(--max))/2)) 144px;
  color: var(--ink);
  background: var(--paper);
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 38vw;
  height: 38vw;
  left: -12vw;
  bottom: -18vw;
  border-radius: 50%;
  border: 1px solid rgba(36, 127, 174, .18);
  box-shadow:
    inset 0 0 0 40px rgba(130, 207, 221, .035),
    inset 0 0 0 85px rgba(36, 127, 174, .025);
  background: conic-gradient(from 35deg, transparent, rgba(130, 207, 221, .13), transparent 36%);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: auto 0 0;
  height: 8px;
  background: linear-gradient(90deg, var(--air), var(--water) 33%, var(--earth) 66%, var(--fire));
}

.hero-noise {
  z-index: 2;
  opacity: .2;
  background-image: repeating-linear-gradient(104deg, transparent 0 38px, rgba(23,34,53,.08) 39px 40px);
  mask-image: linear-gradient(90deg, transparent 0 42%, #000 72%);
}

.hero-copy {
  position: relative;
  z-index: 4;
  width: min(650px, 53vw);
  max-width: none;
  padding: 0;
}

.eyebrow {
  display: inline-block;
  margin: 0;
  padding: 8px 13px 6px;
  color: var(--white);
  background: var(--ink);
  box-shadow: inset 4px 0 0 var(--fire), 0 8px 24px rgba(23, 34, 53, .12);
  transform: none;
}

h1 {
  max-width: 780px;
  margin: 28px 0 25px;
  font-size: clamp(62px, 7.7vw, 126px);
  line-height: .86;
  letter-spacing: -.025em;
  font-style: normal;
  text-shadow: 0 2px 0 var(--paper), 0 14px 35px rgba(23, 34, 53, .13);
}

.hero-intro {
  max-width: 590px;
  padding: 16px 18px;
  color: var(--ink);
  background: rgba(255, 250, 241, .91);
  border-left: 5px solid var(--water);
  box-shadow: 0 12px 34px rgba(23, 34, 53, .09);
  font: 700 18px/1.55 var(--serif);
}

.button {
  border: 2px solid var(--ink);
  font-weight: 900;
  box-shadow: 0 10px 25px rgba(23, 34, 53, .15);
}
.button.primary { color: var(--white); background: var(--fire); }
.button.ghost { color: var(--ink); background: var(--paper); border-color: var(--ink); }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(23, 34, 53, .2); }

.hero-art {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.hero-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--paper) 0 17%, rgba(242,234,219,.94) 31%, rgba(242,234,219,.28) 55%, transparent 74%);
}
.hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.98) contrast(1.01);
}
.hero-art figcaption {
  position: absolute;
  z-index: 3;
  right: max(20px, 4vw);
  top: 28px;
  display: flex;
  gap: 10px;
  padding: 7px 10px;
  color: rgba(255,250,240,.72);
  background: rgba(23,21,19,.84);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.hero-art figcaption span { color: var(--air); }

.hero-stats {
  z-index: 5;
  left: max(6vw, calc((100vw - var(--max))/2));
  right: max(6vw, calc((100vw - var(--max))/2));
  bottom: 43px;
  color: var(--ink);
  background: rgba(255,250,241,.92);
  border: 1px solid rgba(23, 34, 53, .36);
  box-shadow: 0 18px 38px rgba(23, 34, 53, .14);
}
.hero-stats div { padding: 13px 18px 11px; border-right: 1px solid rgba(23, 34, 53, .22); }
.hero-stats div:last-child { border-right: 0; }
.hero-stats strong { font-size: 30px; font-style: normal; }
.hero-stats span { color: var(--muted); font-weight: 800; }

.section + .section { border-top: 1px solid var(--line); }
.kicker {
  display: inline-block;
  padding: 5px 9px 4px;
  color: var(--white);
  background: var(--fire);
  border-radius: 2px;
  transform: none;
}
h2 {
  font-style: normal;
  letter-spacing: -.025em;
  text-shadow: none;
}
h3 { letter-spacing: 0; }

.guide-grid { gap: 22px; }
.guide-card {
  min-height: 350px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(23, 34, 53, .25);
  box-shadow: 0 14px 34px rgba(23, 34, 53, .1);
  clip-path: none;
}
.guide-card::before {
  content: "";
  position: absolute;
  inset: 0 0 55% 48%;
  opacity: .1;
  background: linear-gradient(135deg, transparent 45%, currentColor 46% 48%, transparent 49%);
}
.guide-card::after { border: 1px solid currentColor; }
.guide-card p { color: var(--muted); }
.guide-card:hover { transform: translateY(-5px); box-shadow: 0 22px 45px rgba(23, 34, 53, .17); }
.guide-card.fire { border-top: 7px solid var(--fire); }
.guide-card.water { border-top: 7px solid var(--water); }
.guide-card.earth { border-top: 7px solid var(--earth); }
.guide-card.air { border-top: 7px solid var(--air); }

.split-band {
  position: relative;
  color: var(--white);
  background-color: var(--ink);
  background-image:
    radial-gradient(circle at 15% 20%, rgba(130, 207, 221, .12), transparent 25%),
    linear-gradient(135deg, transparent, rgba(36, 127, 174, .08));
  border-block: 1px solid rgba(255, 255, 255, .12);
  clip-path: none;
}
.split-band .prose p { color: rgba(255,250,240,.78); }
.element-wheel {
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, .78);
  clip-path: none;
  box-shadow: 0 24px 55px rgba(0, 0, 0, .24);
  transform: none;
}
.wheel-core { border-radius: 50%; clip-path: none; transform: none; }

.name-grid, .fighter, .command-grid article, .path-grid article,
.check-grid article, .replay-grid article, .standards-grid article,
.platform-grid article, .edition-grid article, .source-pyramid li {
  border: 2px solid var(--ink);
  box-shadow: 0 12px 30px rgba(23, 34, 53, .1);
}
.name-grid { gap: 5px; background: transparent; border: 0; box-shadow: none; }
.name-grid span { border: 1px solid rgba(23, 34, 53, .3); }
.sigil, kbd { border-radius: 3px; transform: none; }
.fighter { background-image: linear-gradient(145deg, transparent 72%, rgba(23,21,19,.06) 72%); }
.fighter h3 { font-style: normal; }
.fact-list article, .tool-row, .timeline li, .mode-atlas article {
  border-top: 1px solid rgba(23, 34, 53, .3);
}
.fact-list article > span, .tool-row > span, .timeline li > span, .mode-atlas article > span {
  font-family: var(--display);
  font-size: 25px;
  font-style: normal;
}
.editor-note { border: 1px solid rgba(23, 34, 53, .28); border-left: 7px solid var(--earth); }
.faq details { border-top: 1px solid rgba(23, 34, 53, .3); }
.faq details:last-child { border-bottom: 1px solid rgba(23, 34, 53, .3); }
.faq summary { font-family: var(--display); font-size: 26px; font-style: normal; letter-spacing: .02em; }
.sources li { border-top: 1px solid rgba(23, 34, 53, .3); }

.scene-art {
  position: relative;
  padding: 0;
  overflow: hidden;
  background: var(--ink);
  border: 1px solid rgba(23, 34, 53, .35);
  box-shadow: var(--shadow);
}
.scene-art img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.scene-art figcaption {
  position: absolute;
  left: 22px;
  bottom: 20px;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 9px 12px;
  color: rgba(255, 250, 241, .82);
  background: rgba(23, 34, 53, .9);
  border-left: 4px solid var(--air);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}
.scene-art figcaption span { color: var(--air); }
.scene-art-inset {
  width: 100%;
  margin: 0;
  align-self: center;
  border-color: rgba(255, 255, 255, .22);
  box-shadow: 0 24px 54px rgba(0, 0, 0, .26);
}

.fighter h3 a {
  text-decoration-thickness: 2px;
  text-underline-offset: 7px;
  text-decoration-color: color-mix(in srgb, currentColor 34%, transparent);
}
.fighter h3 a:hover { color: var(--fire); }
.fighter-link {
  display: inline-flex;
  margin-top: 18px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-underline-offset: 5px;
}

.breadcrumbs {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding-top: 26px;
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.breadcrumbs a { text-underline-offset: 4px; }
.breadcrumbs strong { color: var(--ink); }
.character-toc {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: clamp(40px, 7vw, 100px);
  align-items: start;
}
.character-toc ol {
  margin: 0;
  padding: 0;
  list-style: none;
  columns: 2 260px;
  column-gap: 30px;
}
.character-toc li { break-inside: avoid; border-top: 1px solid var(--line); }
.character-toc a {
  display: block;
  padding: 11px 0;
  font-size: 13px;
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.character-evidence {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(40px, 7vw, 100px);
  align-items: center;
}
.character-evidence h2 { margin-bottom: 0; }
.evidence-card {
  padding: 30px;
  background: var(--white);
  border: 2px solid var(--ink);
  border-left: 8px solid var(--water);
  box-shadow: 0 14px 34px rgba(23, 34, 53, .1);
}
.evidence-card strong {
  display: inline-block;
  padding: 5px 9px;
  color: var(--white);
  background: var(--ink);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.evidence-card p { margin: 18px 0; color: var(--muted); }
.evidence-card span {
  color: var(--earth);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.character-profile {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: start;
}
.profile-copy p { max-width: 74ch; }
.profile-facts {
  margin: 0;
  padding: 0;
  border: 2px solid var(--ink);
  background: var(--white);
  box-shadow: 0 14px 34px rgba(23, 34, 53, .1);
}
.profile-facts div { padding: 18px 22px; border-bottom: 1px solid var(--line); }
.profile-facts div:last-child { border-bottom: 0; }
.profile-facts dt {
  margin-bottom: 5px;
  color: var(--earth);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.profile-facts dd { margin: 0; font: 760 20px/1.25 var(--display); }

.playbook-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.playbook-grid article {
  min-height: 360px;
  padding: 28px;
  background: var(--white);
  border: 2px solid var(--ink);
  border-top-width: 8px;
  box-shadow: 0 12px 30px rgba(23, 34, 53, .1);
}
.playbook-grid article.strengths { border-top-color: var(--water); }
.playbook-grid article.risks { border-top-color: var(--fire); }
.playbook-grid article.first-plan { border-top-color: var(--earth); }
.playbook-grid article > span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}
.playbook-grid h3 { margin: 72px 0 20px; text-transform: uppercase; }
.playbook-grid ul { padding-left: 19px; color: var(--muted); }
.playbook-grid li + li { margin-top: 12px; }

.character-drills .timeline { max-width: 900px; }
.character-related-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.all-characters-link { margin: 30px 0 0; }

.site-footer {
  background-color: #111c2e;
  background-image: linear-gradient(135deg, rgba(130, 207, 221, .06), transparent 40%);
  border-top: 5px solid var(--fire);
}

@media (max-width: 1040px) {
  .hero {
    display: block;
    min-height: 900px;
    padding-top: 74px;
  }
  .hero-copy { width: min(680px, 76vw); }
  .hero-art {
    position: absolute;
    inset: 0;
    width: 100%;
    opacity: 1;
  }
  .hero-art::after {
    background: linear-gradient(90deg, var(--paper) 0 18%, rgba(242,234,219,.92) 38%, rgba(242,234,219,.15) 83%);
  }
  .store-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .playbook-grid, .character-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .hero {
    min-height: 1120px;
    padding: 58px 18px 180px;
  }
  .hero-copy { width: 100%; }
  h1 {
    font-size: clamp(52px, 17vw, 76px);
    text-shadow: 0 2px 0 var(--paper), 0 10px 24px rgba(23, 34, 53, .12);
  }
  .hero-intro { font-size: 16px; }
  .hero-actions { display: grid; width: min(310px, 92%); }
  .hero-actions .button { justify-content: center; }
  .hero-art { right: 0; bottom: 0; width: 100%; }
  .hero-art img { object-position: 67% center; }
  .hero-art::after {
    background: linear-gradient(180deg, var(--paper) 0 44%, rgba(242,234,219,.76) 63%, rgba(242,234,219,.08) 86%);
  }
  .hero-art figcaption { top: auto; bottom: 148px; right: 18px; }
  .hero-stats { left: 18px; right: 18px; bottom: 48px; }
  .hero-stats div { border-right: 0; border-bottom: 1px solid rgba(23, 34, 53, .22); }
  .hero-stats div:nth-last-child(-n+2) { border-bottom: 0; }
  .guide-card { min-height: 290px; }
  .storefront-heading, .store-grid { grid-template-columns: 1fr; }
  .storefront-heading { gap: 18px; }
  .store-card { min-height: 240px; }
  .element-wheel { width: min(330px, 80vw); }
  .scene-art figcaption {
    left: 12px;
    right: 12px;
    bottom: 12px;
    gap: 8px;
    justify-content: space-between;
    font-size: 9px;
  }
  .breadcrumbs { width: min(100% - 32px, var(--max)); }
  .character-toc, .character-evidence, .character-profile { grid-template-columns: 1fr; gap: 24px; }
  .playbook-grid, .character-related-grid { grid-template-columns: 1fr; }
  .playbook-grid article { min-height: auto; }
  .playbook-grid h3 { margin-top: 38px; }
}
