:root {
  --ink: #271d16;
  --ink-soft: #403128;
  --paper: #e6cf9c;
  --paper-light: #f0dfb8;
  --sand: #c98642;
  --sun: #e9ad4f;
  --blue: #5d8890;
  --red: #9e443a;
  --night: #24333c;
  --cream: #f4e8ca;
  --line: rgba(39, 29, 22, .23);
  --shadow: 8px 9px 0 rgba(39, 29, 22, .18);
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body { margin: 0; color: var(--ink); background: #b8773e; font-family: var(--body); line-height: 1.55; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; z-index: -2; opacity: .24; pointer-events: none; background-image: radial-gradient(#2b2118 0.7px, transparent 0.7px); background-size: 6px 6px; }
body::after { content: ""; position: fixed; inset: 0; z-index: -3; background: linear-gradient(130deg, #e5bd6f, #bc6b36 46%, #705548 100%); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
::selection { background: var(--ink); color: var(--paper-light); }
.skip { position: fixed; z-index: 999; left: 1rem; top: -5rem; padding: .7rem 1rem; background: var(--cream); border: 2px solid var(--ink); font-weight: 900; }
.skip:focus { top: 1rem; }

.site-header { position: sticky; top: 0; z-index: 50; height: 76px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 2rem; padding: 0 max(1rem, calc((100vw - 1240px) / 2)); color: var(--cream); background: rgba(39, 29, 22, .96); border-bottom: 4px solid var(--ink); box-shadow: 0 4px 0 rgba(240, 223, 184, .14); }
.brand { display: inline-flex; align-items: center; gap: .65rem; text-decoration: none; }
.brand-sign { display: grid; place-items: center; width: 38px; height: 38px; color: var(--ink); background: var(--sun); border: 2px solid var(--cream); box-shadow: 3px 3px 0 #120e0b; font-family: var(--display); font-size: 1.4rem; transform: rotate(-3deg); }
.brand b { display: block; font-family: var(--display); font-size: 1.08rem; letter-spacing: .16em; line-height: 1; }
.brand small { display: block; margin-top: .28rem; color: var(--sun); font-size: .48rem; font-weight: 900; letter-spacing: .3em; }
nav { display: flex; justify-content: center; gap: clamp(1rem, 2.4vw, 2.2rem); }
nav a { padding: .4rem 0; font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; border-bottom: 2px solid transparent; }
nav a:hover, nav a:focus-visible { color: var(--sun); border-color: var(--sun); }
.header-cta { padding: .62rem .9rem; color: var(--ink); background: var(--sun); border: 2px solid var(--cream); box-shadow: 3px 3px 0 #110d0a; font-size: .7rem; font-weight: 950; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }
.menu-button { display: none; width: 43px; height: 43px; padding: 8px; background: transparent; border: 0; }
.menu-button span { display: block; height: 2px; margin: 5px 0; background: var(--cream); }
.menu-button i { position: absolute; width: 1px; height: 1px; overflow: hidden; }

.hero { position: relative; min-height: 690px; display: grid; grid-template-columns: minmax(380px, .88fr) minmax(510px, 1.12fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; padding: clamp(3rem, 6vw, 5rem) max(1rem, calc((100vw - 1240px) / 2)); background: var(--paper); border-bottom: 5px solid var(--ink); overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .21; pointer-events: none; background: repeating-linear-gradient(0deg, transparent 0 3px, rgba(39,29,22,.16) 3px 4px); mix-blend-mode: multiply; }
.paper-noise { position: absolute; inset: 0; opacity: .35; pointer-events: none; background-image: radial-gradient(rgba(39,29,22,.5) .65px, transparent .65px); background-size: 7px 7px; mask-image: linear-gradient(90deg, black, transparent 75%); }
.hero-copy, .hero-visual { position: relative; z-index: 1; }
.kicker { margin: 0 0 .9rem; color: #76502c; font-size: .7rem; font-weight: 950; letter-spacing: .16em; text-transform: uppercase; }
.kicker span { display: inline-block; width: 18px; height: 5px; margin-right: .5rem; background: var(--red); border: 1px solid var(--ink); transform: skew(-18deg); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.02; }
h1 { max-width: 650px; margin-bottom: 1.25rem; font-family: var(--display); font-size: clamp(3.4rem, 6vw, 5.35rem); font-weight: 900; letter-spacing: .015em; text-transform: uppercase; text-shadow: 3px 3px 0 rgba(255,255,255,.25); }
h1 em { color: var(--red); font-style: normal; -webkit-text-stroke: 1px var(--ink); }
h2 { margin-bottom: 1rem; font-family: var(--display); font-size: clamp(2.1rem, 4vw, 3.45rem); font-weight: 900; letter-spacing: .025em; text-transform: uppercase; }
h3 { margin-bottom: .75rem; font-size: 1.35rem; }
.hero-copy > p:not(.kicker) { max-width: 580px; font-size: 1.05rem; font-weight: 650; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.7rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: .78rem 1.15rem; border: 2px solid var(--ink); font-size: .7rem; font-weight: 950; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: transform .17s ease, box-shadow .17s ease; }
.button:hover { transform: translate(-2px, -2px); box-shadow: 5px 5px 0 rgba(39,29,22,.35); }
.button:focus-visible, button:focus-visible, a:focus-visible { outline: 3px solid #fff5d8; outline-offset: 4px; }
.button-ink { color: var(--cream); background: var(--ink); }
.button-paper { background: var(--paper-light); }
.button-sand { background: var(--sun); }
.quick-facts { display: flex; flex-wrap: wrap; gap: 1.2rem; margin-top: 2.25rem; padding-top: 1rem; border-top: 2px solid rgba(39,29,22,.22); }
.quick-facts span { font-size: .66rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.quick-facts b { margin-right: .28rem; color: var(--red); font-family: var(--display); font-size: 1.2rem; }
.hero-visual { padding: 10px; background: #9c673d; border: 4px solid var(--ink); box-shadow: var(--shadow); transform: rotate(1deg); }
.hero-visual::after { content: ""; position: absolute; inset: 10px; box-shadow: inset 0 0 0 3px rgba(39,29,22,.5); pointer-events: none; }
.hero-visual img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; filter: saturate(.83) contrast(.96); }
.panel-label { position: absolute; left: 1.15rem; bottom: 1.15rem; padding: .42rem .65rem; color: var(--cream); background: var(--ink); font-size: .58rem; font-weight: 900; letter-spacing: .12em; }
.speech-mark { position: absolute; top: -30px; right: -22px; width: 116px; height: 116px; display: grid; place-content: center; text-align: center; color: var(--cream); background: var(--red); border: 4px solid var(--ink); border-radius: 48% 52% 45% 55%; box-shadow: 5px 6px 0 rgba(39,29,22,.25); font-family: var(--display); font-size: 2rem; line-height: .78; transform: rotate(7deg); }
.speech-mark small { font-family: var(--body); font-size: .52rem; letter-spacing: .08em; }

.concept { padding: 4.5rem max(1rem, calc((100vw - 1180px) / 2)); background: #e9d29f; border-bottom: 4px solid var(--ink); }
.section-title { max-width: 670px; }
.concept-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 2rem; border: 3px solid var(--ink); box-shadow: var(--shadow); }
.concept article { position: relative; min-height: 210px; padding: 1.6rem; background: rgba(246,230,193,.65); border-right: 2px solid var(--ink); }
.concept article:last-child { border: 0; }
.concept article > b { color: var(--sand); font-family: var(--display); font-size: 2.3rem; opacity: .8; }
.concept article p { margin-bottom: 0; color: #604a39; font-size: .85rem; }

.factions { padding: 5rem max(1rem, calc((100vw - 1240px) / 2)); background: #c3844a; border-bottom: 5px solid var(--ink); }
.section-heading-row { display: flex; justify-content: space-between; align-items: end; gap: 3rem; margin-bottom: 2rem; }
.section-heading-row > p { max-width: 480px; margin-bottom: .7rem; color: #4e382a; font-weight: 650; }
.faction-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.35rem; }
.faction-card { background: var(--paper-light); border: 3px solid var(--ink); box-shadow: 7px 8px 0 rgba(39,29,22,.24); overflow: hidden; }
.faction-card:nth-child(2) { transform: translateY(-10px); }
.faction-art { position: relative; height: 285px; overflow: hidden; border-bottom: 3px solid var(--ink); background: var(--ink); }
.faction-art::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(242,222,178,.32) 1px, transparent 1px); background-size: 5px 5px; mix-blend-mode: overlay; pointer-events: none; }
.faction-art img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; filter: saturate(.78) contrast(.94); transition: transform .4s ease, filter .4s ease; }
.faction-card:hover img { transform: scale(1.035); filter: saturate(.95) contrast(1); }
.faction-art span { position: absolute; z-index: 1; right: .7rem; bottom: .7rem; padding: .38rem .65rem; color: var(--cream); background: var(--ink); border: 2px solid var(--cream); font-size: .59rem; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; transform: rotate(-2deg); }
.faction-body { padding: 1.35rem; }
.issue { margin-bottom: .5rem; color: var(--red); font-size: .6rem; font-weight: 950; letter-spacing: .13em; }
.faction-body > p:not(.issue) { min-height: 64px; color: #604b3c; font-size: .82rem; }
.faction-body dl { display: grid; grid-template-columns: repeat(3, 1fr); margin: 1.1rem 0; border: 2px solid var(--ink); }
.faction-body dl div { padding: .55rem .35rem; text-align: center; border-right: 1px solid var(--ink); }
.faction-body dl div:last-child { border: 0; }
.faction-body dt { font-size: .5rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.faction-body dd { margin: .15rem 0 0; font-family: var(--display); font-size: 1rem; }
.deck-button { width: 100%; display: flex; justify-content: space-between; padding: .7rem .8rem; color: var(--cream); background: var(--ink); border: 0; font-size: .63rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; cursor: pointer; }
.deck-button:hover { background: var(--red); }
.comic-link { display: inline-flex; align-items: center; gap: .75rem; margin-top: 2rem; padding-bottom: .35rem; border-bottom: 2px solid var(--ink); font-size: .7rem; font-weight: 950; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.comic-link span { padding: .15rem .35rem; color: var(--paper-light); background: var(--ink); font-size: .5rem; }

.modes { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; padding: 5rem max(1rem, calc((100vw - 1180px) / 2)); background: #dcc794; border-bottom: 5px solid var(--ink); }
.mode-tabs { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.6rem 0; }
.mode-tabs button { padding: .58rem .7rem; color: var(--ink); background: transparent; border: 2px solid var(--ink); font-size: .6rem; font-weight: 950; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; }
.mode-tabs button[aria-selected="true"] { color: var(--cream); background: var(--red); }
.mode-panel { min-height: 185px; padding: 1.4rem; background: rgba(246,230,193,.66); border: 3px solid var(--ink); box-shadow: 5px 6px 0 rgba(39,29,22,.18); }
.mode-number { margin-bottom: .6rem; color: var(--red); font-size: .58rem; font-weight: 950; letter-spacing: .12em; }
.mode-panel p:last-child { margin-bottom: 0; color: #5a4638; font-size: .86rem; }
.game-shot { margin: 0; padding: 9px; background: var(--ink); border: 3px solid var(--ink); box-shadow: var(--shadow); transform: rotate(-1deg); }
.game-shot img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; filter: saturate(.75) contrast(.96); }
.game-shot figcaption { display: flex; justify-content: space-between; padding: .7rem .25rem .15rem; color: var(--cream); font-size: .58rem; letter-spacing: .08em; }
.game-shot figcaption span { color: var(--sun); }

.early-access { display: grid; grid-template-columns: 1.05fr .9fr .75fr; gap: 3rem; align-items: center; padding: 4.2rem max(1rem, calc((100vw - 1180px) / 2)); color: var(--cream); background: var(--night); border-bottom: 5px solid var(--ink); }
.early-access .kicker { color: var(--sun); }
.early-access h2 { margin-bottom: 0; font-size: clamp(1.8rem, 3vw, 2.75rem); }
.early-access ul { margin: 0; padding: 0; list-style: none; }
.early-access li { padding: .45rem 0; border-bottom: 1px solid rgba(244,232,202,.17); font-size: .78rem; font-weight: 750; }
.early-access li span { color: var(--sun); margin-right: .5rem; }
.ea-action small { display: block; margin-top: .8rem; color: #b4aa98; font-size: .65rem; }

.community { display: grid; grid-template-columns: 1fr 1fr auto; gap: 3rem; align-items: center; padding: 3.6rem max(1rem, calc((100vw - 1180px) / 2)); background: var(--paper); border-bottom: 4px solid var(--ink); }
.community h2 { margin-bottom: 0; font-size: clamp(1.8rem, 3vw, 2.8rem); }
.community > p { margin: 0; color: #644c3a; }
footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; padding: 2rem max(1rem, calc((100vw - 1240px) / 2)); color: var(--cream); background: var(--ink); }
footer p { margin: 0; color: #c9b996; font-size: .65rem; text-align: center; }
footer > span { justify-self: end; color: #9d8d76; font-size: .6rem; }
.notice { position: fixed; z-index: 100; left: 50%; bottom: 1.2rem; max-width: calc(100% - 2rem); padding: .8rem 1rem; color: var(--cream); background: var(--ink); border: 2px solid var(--sun); box-shadow: 5px 5px 0 rgba(39,29,22,.25); font-size: .72rem; font-weight: 750; opacity: 0; transform: translate(-50%, 25px); transition: .2s; pointer-events: none; }
.notice.show { opacity: 1; transform: translate(-50%, 0); }

/* Shared subpages */
nav a[aria-current="page"] { color: var(--sun); border-color: var(--sun); }
.page-hero { position: relative; min-height: 560px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(2rem, 6vw, 6rem); padding: 4.5rem max(1rem, calc((100vw - 1180px) / 2)); background: var(--paper); border-bottom: 5px solid var(--ink); overflow: hidden; }
.page-hero::before { content: ""; position: absolute; inset: 0; opacity: .2; pointer-events: none; background-image: radial-gradient(var(--ink) .7px, transparent .7px); background-size: 7px 7px; mask-image: linear-gradient(90deg, black, transparent 72%); }
.page-hero > * { position: relative; z-index: 1; }
.page-hero h1 { font-size: clamp(3.1rem, 5.5vw, 5rem); }
.page-hero > div:first-child > p:not(.kicker) { max-width: 590px; font-size: 1rem; font-weight: 650; }
.hero-card-stack { position: relative; height: 440px; }
.hero-card-stack img { position: absolute; top: 50%; left: 50%; width: 260px; height: 365px; object-fit: cover; object-position: center 20%; border: 4px solid var(--ink); box-shadow: 9px 10px 0 rgba(39,29,22,.28); }
.hero-card-stack img:nth-child(1) { transform: translate(-112%, -49%) rotate(-8deg); }
.hero-card-stack img:nth-child(2) { z-index: 2; transform: translate(-50%, -53%) rotate(1deg); }
.hero-card-stack img:nth-child(3) { transform: translate(13%, -47%) rotate(8deg); }
.subnav { position: sticky; top: 76px; z-index: 20; display: flex; justify-content: center; gap: 0; padding: 0; background: var(--ink); border-bottom: 3px solid var(--sun); }
.subnav a { padding: .8rem 1.1rem; color: var(--cream); border-right: 1px solid rgba(244,232,202,.18); font-size: .75rem; font-weight: 900; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.subnav a:hover { color: var(--sun); background: rgba(255,255,255,.05); }

.deck-section { display: grid; grid-template-columns: minmax(280px, .65fr) minmax(0, 1.35fr); gap: clamp(2.5rem, 6vw, 6rem); align-items: start; padding: 5rem max(1rem, calc((100vw - 1180px) / 2)); border-bottom: 5px solid var(--ink); }
.deck-nomads { background: #d6b274; }
.deck-guild { background: #91a6a6; }
.deck-crimson { background: #af6957; }
.deck-portrait { position: sticky; top: 145px; padding: 8px; background: var(--ink); border: 3px solid var(--ink); box-shadow: var(--shadow); transform: rotate(-1.5deg); }
.deck-portrait img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 20%; filter: saturate(.78) contrast(.95); }
.deck-portrait span { display: block; padding: .65rem .35rem .25rem; color: var(--cream); font-size: .75rem; font-weight: 900; letter-spacing: .08em; }
.deck-lead { max-width: 700px; color: #4d392d; font-size: 1rem; font-weight: 650; }
.deck-meta { display: grid; grid-template-columns: repeat(4, 1fr); margin: 1.5rem 0; background: rgba(247,231,194,.5); border: 3px solid var(--ink); }
.deck-meta span { padding: .7rem; text-align: center; border-right: 1px solid var(--ink); font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.deck-meta span:last-child { border: 0; }
.deck-meta b { display: block; font-family: var(--display); font-size: 1.45rem; }
.deck-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.deck-columns > div { padding: 1.25rem; background: rgba(246,230,193,.73); border: 3px solid var(--ink); box-shadow: 5px 6px 0 rgba(39,29,22,.16); }
.deck-columns h3 { font-family: var(--display); font-size: 1.2rem; letter-spacing: .04em; text-transform: uppercase; }
.deck-columns ol { margin: 0; padding: 0; list-style: none; }
.deck-columns li { display: flex; align-items: center; gap: .65rem; padding: .4rem 0; border-bottom: 1px solid rgba(39,29,22,.18); font-size: .875rem; font-weight: 650; }
.deck-columns li i { display: grid; place-items: center; width: 25px; height: 25px; flex: 0 0 25px; color: var(--cream); background: var(--ink); border-radius: 50%; font-family: var(--display); font-size: .8rem; font-style: normal; }
.deck-tip { margin: 1.2rem 0 0; padding: .9rem; background: rgba(39,29,22,.08); border-left: 4px solid var(--red); font-size: .875rem; }
.other-factions { padding: 4.5rem max(1rem, calc((100vw - 1180px) / 2)); background: var(--paper); border-bottom: 5px solid var(--ink); }
.other-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .75rem; margin-top: 2rem; }
.other-grid article { padding: 1rem; background: var(--paper-light); border: 2px solid var(--ink); box-shadow: 3px 4px 0 rgba(39,29,22,.15); }
.other-grid b, .other-grid span { display: block; }
.other-grid b { font-family: var(--display); font-size: 1rem; letter-spacing: .04em; text-transform: uppercase; }
.other-grid span { margin-top: .25rem; color: #6b503b; font-size: .8rem; }
.page-cta { display: grid; grid-template-columns: 1fr 1fr auto; gap: 2.5rem; align-items: center; padding: 3.5rem max(1rem, calc((100vw - 1180px) / 2)); background: #d59a4d; border-bottom: 5px solid var(--ink); }
.page-cta h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.page-cta > p { margin: 0; color: #543d2d; }

/* Modes */
.modes-hero { background: #d8c28c; }
.hero-gameplay { margin: 0; padding: 8px; background: var(--ink); border: 3px solid var(--ink); box-shadow: var(--shadow); transform: rotate(1deg); }
.hero-gameplay img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; filter: saturate(.78); }
.hero-gameplay figcaption { padding: .6rem .25rem 0; color: var(--sun); font-size: .75rem; font-weight: 900; letter-spacing: .08em; }
.mode-list { background: #d9bc7d; border-bottom: 5px solid var(--ink); }
.mode-list > article { display: grid; grid-template-columns: 120px 1fr .75fr; gap: 2.5rem; align-items: center; padding: 3.2rem max(1rem, calc((100vw - 1180px) / 2)); border-bottom: 3px solid var(--ink); }
.mode-list > article:nth-child(even) { background: rgba(241,218,169,.55); }
.mode-list > article > span { color: var(--red); font-family: var(--display); font-size: 4.4rem; line-height: 1; opacity: .75; }
.mode-list h2 { margin-bottom: .65rem; font-size: clamp(2rem, 3.5vw, 3rem); }
.mode-list article div > p:last-child { max-width: 600px; margin: 0; color: #5f4735; }
.mode-list ul { margin: 0; padding: 1rem 1.15rem 1rem 2rem; background: rgba(246,230,193,.65); border: 2px solid var(--ink); font-size: .875rem; font-weight: 650; }
.chronicle-strip { display: grid; grid-template-columns: 1fr auto; gap: 3rem; align-items: center; padding: 4.5rem max(1rem, calc((100vw - 980px) / 2)); color: var(--cream); background: var(--night); border-bottom: 5px solid var(--ink); }
.chronicle-strip .kicker { color: var(--sun); }
.chronicle-strip h2 { margin-bottom: .65rem; }
.chronicle-strip p:last-child { max-width: 700px; margin: 0; color: #d4c9b5; }

/* Early Access */
.ea-hero { background: #d9b46f; }
.ea-hero .button { margin-top: 1rem; }
.ea-proof { padding: 4.5rem max(1rem, calc((100vw - 1180px) / 2)); background: var(--paper); border-bottom: 5px solid var(--ink); }
.ea-proof .section-title > p:last-child { max-width: 680px; }
.proof-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 1.2rem; margin-top: 2rem; }
.proof-grid figure { margin: 0; padding: 8px; background: var(--ink); border: 3px solid var(--ink); box-shadow: 6px 7px 0 rgba(39,29,22,.18); }
.proof-grid img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; filter: saturate(.78); }
.proof-grid figcaption { display: flex; justify-content: space-between; padding: .65rem .25rem .1rem; color: var(--cream); font-size: .8rem; }
.proof-grid figcaption span { color: #cdbd9f; }
.ea-status { padding: 4.5rem max(1rem, calc((100vw - 1180px) / 2)); background: #c6854c; border-bottom: 5px solid var(--ink); }
.status-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2rem; }
.status-columns article { padding: 1.4rem; background: var(--paper-light); border: 3px solid var(--ink); box-shadow: 5px 6px 0 rgba(39,29,22,.18); }
.status-columns article > p { color: var(--red); font-size: .75rem; font-weight: 950; letter-spacing: .1em; }
.status-columns ul { margin: 1rem 0 0; padding: 0; list-style: none; }
.status-columns li { padding: .45rem 0; border-bottom: 1px solid rgba(39,29,22,.15); font-size: .875rem; }
.status-columns li::before { content: "■"; margin-right: .55rem; color: var(--red); font-size: .55rem; }
.status-note { max-width: 850px; margin: 1.5rem auto 0; color: #5e4230; font-size: .8rem; text-align: center; }
.intro-block { display: grid; grid-template-columns: .7fr 1.3fr; gap: 4rem; align-items: center; padding: 4.5rem max(1rem, calc((100vw - 1180px) / 2)); color: var(--cream); background: var(--night); border-bottom: 5px solid var(--ink); }
.intro-block .kicker { color: var(--sun); }
.intro-block video { width: 100%; border: 4px solid var(--ink); box-shadow: 8px 9px 0 rgba(0,0,0,.25); }

/* Project */
.project-hero { color: var(--cream); background: #824c38; }
.project-hero .kicker { color: var(--sun); }
.project-hero em { color: var(--sun); -webkit-text-stroke-color: var(--ink); }
.developer-badge { justify-self: center; width: min(380px, 80vw); aspect-ratio: 1; display: grid; place-content: center; text-align: center; background: var(--paper); border: 7px double var(--ink); border-radius: 50%; box-shadow: 10px 12px 0 rgba(39,29,22,.28); transform: rotate(3deg); }
.developer-badge b { color: var(--red); font-family: var(--display); font-size: 6rem; line-height: .8; }
.developer-badge span { margin-top: 1rem; color: var(--ink); font-family: var(--display); font-size: 1.45rem; letter-spacing: .1em; }
.developer-badge small { margin-top: .7rem; color: #775537; font-weight: 900; letter-spacing: .15em; }
.developer-story { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); padding: 5rem max(1rem, calc((100vw - 1080px) / 2)); background: var(--paper); border-bottom: 5px solid var(--ink); }
.developer-story p { color: #604938; }
.developer-story blockquote { margin: 2rem 0 0; padding: 1rem 1.2rem; background: rgba(198,129,68,.16); border-left: 5px solid var(--red); font-family: Georgia, serif; font-size: 1.15rem; font-style: italic; font-weight: 700; }
.community-support { display: grid; grid-template-columns: 1fr 1fr; background: #d18c4c; border-bottom: 5px solid var(--ink); }
.community-support article { padding: 4.5rem max(2rem, calc((100vw - 1180px) / 4)); }
.discord-panel { color: var(--cream); background: var(--night); }
.discord-panel .kicker { color: var(--sun); }
.community-support p { max-width: 560px; }
.community-support article > small { display: block; margin-top: 1rem; font-size: .78rem; }
.support-panel ul { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; padding: 0; list-style: none; }
.support-panel li { padding: .6rem; background: rgba(246,230,193,.45); border: 1px solid var(--ink); font-size: .82rem; font-weight: 700; }
.support-thanks { padding: 4.5rem max(1rem, calc((100vw - 880px) / 2)); text-align: center; background: var(--paper); border-bottom: 5px solid var(--ink); }
.support-thanks .comic-link { justify-content: center; }

@media (max-width: 940px) {
  .site-header { grid-template-columns: auto 1fr auto; }
  .menu-button { display: block; justify-self: end; }
  nav { position: absolute; inset: 76px 0 auto; display: none; flex-direction: column; gap: 0; padding: 1rem; background: var(--ink); border-bottom: 3px solid var(--sun); }
  nav.open { display: flex; }
  nav a { padding: .9rem; border-bottom: 1px solid rgba(244,232,202,.15); }
  .header-cta { display: none; }
  .hero { grid-template-columns: 1fr; min-height: 0; }
  .hero-copy { max-width: 760px; }
  .hero-visual { max-width: 760px; }
  .faction-grid { grid-template-columns: 1fr; max-width: 720px; margin-inline: auto; }
  .faction-card { display: grid; grid-template-columns: .85fr 1.15fr; }
  .faction-card:nth-child(2) { transform: none; }
  .faction-art { height: auto; min-height: 330px; border-bottom: 0; border-right: 3px solid var(--ink); }
  .modes { grid-template-columns: 1fr; }
  .early-access { grid-template-columns: 1fr 1fr; }
  .ea-action { grid-column: 1 / -1; }
  .community { grid-template-columns: 1fr auto; }
  .community > p { display: none; }
  .page-hero { grid-template-columns: 1fr; }
  .hero-card-stack { max-width: 720px; width: 100%; justify-self: center; }
  .deck-section { grid-template-columns: 1fr; }
  .deck-portrait { position: relative; top: auto; width: min(380px, 100%); justify-self: center; }
  .other-grid { grid-template-columns: repeat(3, 1fr); }
  .page-cta { grid-template-columns: 1fr auto; }
  .page-cta > p { display: none; }
  .mode-list > article { grid-template-columns: 90px 1fr; }
  .mode-list ul { grid-column: 2; }
  .proof-grid { grid-template-columns: 1fr; }
  .status-columns { grid-template-columns: 1fr; }
  .intro-block { grid-template-columns: 1fr; }
  .developer-story { grid-template-columns: 1fr; gap: 2rem; }
}

@media (max-width: 650px) {
  .hero { padding-top: 3rem; }
  h1 { font-size: clamp(3rem, 15vw, 4.2rem); }
  .hero-actions .button { width: 100%; }
  .speech-mark { width: 92px; height: 92px; top: -16px; right: -9px; font-size: 1.5rem; }
  .concept-grid { grid-template-columns: 1fr; }
  .concept article { min-height: 0; border-right: 0; border-bottom: 2px solid var(--ink); }
  .section-heading-row { display: block; }
  .faction-card { display: block; }
  .faction-art { height: 285px; min-height: 0; border-right: 0; border-bottom: 3px solid var(--ink); }
  .early-access, .community { grid-template-columns: 1fr; gap: 1.5rem; }
  .ea-action { grid-column: auto; }
  footer { grid-template-columns: 1fr; justify-items: center; }
  footer > span { justify-self: center; }
  .page-hero { min-height: 0; padding-block: 3.5rem; }
  .page-hero h1 { font-size: clamp(2.8rem, 14vw, 4rem); }
  .hero-card-stack { height: 330px; }
  .hero-card-stack img { width: 180px; height: 270px; }
  .subnav { top: 76px; justify-content: flex-start; overflow-x: auto; }
  .subnav a { min-width: max-content; }
  .deck-section { padding-block: 3.5rem; }
  .deck-meta { grid-template-columns: 1fr 1fr; }
  .deck-meta span:nth-child(2) { border-right: 0; }
  .deck-meta span:nth-child(-n+2) { border-bottom: 1px solid var(--ink); }
  .deck-columns { grid-template-columns: 1fr; }
  .other-grid { grid-template-columns: 1fr 1fr; }
  .page-cta { grid-template-columns: 1fr; }
  .mode-list > article { grid-template-columns: 1fr; gap: 1rem; padding-block: 2.5rem; }
  .mode-list > article > span { font-size: 3.4rem; }
  .mode-list ul { grid-column: auto; }
  .chronicle-strip { grid-template-columns: 1fr; }
  .proof-grid figcaption { display: block; }
  .proof-grid figcaption span { display: block; margin-top: .25rem; }
  .community-support { grid-template-columns: 1fr; }
  .community-support article { padding: 3.5rem 1rem; }
  .support-panel ul { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
