:root {
  color-scheme: dark;
  --bg: #060b0f;
  --bg-raised: #0a1218;
  --panel: #0d1820;
  --line: #20313c;
  --line-strong: #32505c;
  --text: #f5f7f8;
  --muted: #9aa9b4;
  --cyan: #20ded3;
  --cyan-dark: #119d9a;
  --cyan-wash: rgba(32, 222, 211, .1);
  --coral: #ff5d76;
  --max: 1240px;
  --header: 76px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px),
    var(--bg);
  background-size: 48px 48px;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}

a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
button, a { -webkit-tap-highlight-color: transparent; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 1000; padding: 10px 16px; background: var(--cyan); color: #031111; font-weight: 800; text-decoration: none; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--header);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  padding: 0 max(24px, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid rgba(87, 120, 135, .3);
  background: rgba(6, 11, 15, .84);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; font-size: .82rem; letter-spacing: .2em; text-decoration: none; font-weight: 800; }
.brand b { color: var(--muted); font-weight: 600; }
.brand-mark { display: grid; place-items: center; width: 32px; height: 32px; color: var(--cyan); border: 1px solid var(--cyan); font-size: 1rem; letter-spacing: 0; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { color: #bdc8cf; font-size: .84rem; font-weight: 700; text-decoration: none; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--cyan); }
.header-cta { justify-self: end; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--text); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 52px; padding: 0 25px; border: 1px solid transparent; font-size: .83rem; font-weight: 850; letter-spacing: .04em; text-decoration: none; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .text-link:focus-visible, .site-nav a:focus-visible { outline: 2px solid var(--cyan); outline-offset: 4px; }
.button-small { min-height: 40px; padding: 0 18px; font-size: .76rem; }
.button-primary { background: var(--cyan); color: #031312; }
.button-primary:hover { background: #76f8ef; }
.button-quiet { border-color: var(--line-strong); background: rgba(12, 23, 30, .65); color: var(--text); }
.button-quiet:hover { border-color: var(--cyan); }
.button-light { background: #fff; color: #071012; }
.button-outline-light { border-color: rgba(255,255,255,.5); color: #fff; }

.hero {
  position: relative;
  min-height: calc(100vh - var(--header));
  display: grid;
  grid-template-columns: .85fr 1.35fr;
  align-items: center;
  gap: clamp(38px, 6vw, 92px);
  max-width: 1500px;
  margin: 0 auto;
  padding: clamp(72px, 9vw, 130px) clamp(24px, 5vw, 76px) 96px;
}
.hero-glow { position: absolute; width: 620px; height: 620px; left: -380px; top: 5%; border-radius: 50%; background: rgba(32,222,211,.09); filter: blur(2px); pointer-events: none; }
.eyebrow { margin: 0 0 20px; color: var(--cyan); font-size: .72rem; font-weight: 900; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow span { display: inline-block; margin-right: 12px; padding: 3px 7px; color: #fff; background: var(--coral); letter-spacing: .08em; }
h1, h2, h3 { margin-top: 0; line-height: 1.04; letter-spacing: -.035em; }
h1 { margin-bottom: 28px; font-size: clamp(3.4rem, 6.2vw, 6.6rem); text-transform: uppercase; }
h1 em, h2 em { color: var(--cyan); font-style: normal; }
.hero-lede { max-width: 650px; margin: 0 0 32px; color: #bcc7ce; font-size: clamp(1.05rem, 1.45vw, 1.28rem); }
.hero-lede strong { color: var(--text); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.microcopy { margin: 16px 0 0; color: #71818c; font-size: .78rem; }
.hero-visual { position: relative; }
.screen-frame { position: relative; padding: 1px; border: 1px solid #29414b; background: #0a1116; box-shadow: 0 42px 100px rgba(0,0,0,.58), 0 0 0 12px rgba(13,29,36,.32); }
.screen-frame::after { content: ""; position: absolute; inset: 27px 0 0; background: linear-gradient(110deg, transparent 55%, rgba(255,255,255,.07) 72%, transparent 87%); pointer-events: none; }
.screen-frame img, .product-shot img { width: 100%; height: auto; object-fit: contain; }
.screen-bar { height: 27px; display: flex; align-items: center; gap: 8px; padding: 0 10px; color: #657985; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .58rem; letter-spacing: .12em; }
.screen-bar i { width: 6px; height: 6px; border-radius: 50%; background: var(--coral); box-shadow: 12px 0 #f8bd50, 24px 0 #52ce8c; margin-right: 26px; }
.screen-bar b { margin-left: auto; color: var(--cyan); font-size: .58rem; }
.signal-card { position: absolute; right: -23px; bottom: -32px; width: 190px; padding: 15px 18px; border-left: 2px solid var(--cyan); background: rgba(7, 15, 20, .94); box-shadow: 0 20px 45px rgba(0,0,0,.45); }
.signal-card span { display: block; color: #7c909b; font-size: .55rem; letter-spacing: .16em; }
.signal-card strong { display: block; margin: 5px 0 8px; color: var(--cyan); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; }
.signal-card i { display: inline-block; width: 23px; height: 3px; margin-right: 3px; background: var(--cyan); opacity: .25; }
.signal-card i:nth-of-type(-n+3) { opacity: 1; }

.proof { display: grid; grid-template-columns: repeat(4, 1fr); max-width: var(--max); margin: 0 auto; border: 1px solid var(--line); background: rgba(9, 17, 23, .9); }
.proof div { padding: 28px 34px; border-right: 1px solid var(--line); }
.proof div:last-child { border-right: 0; }
.proof strong { display: block; color: var(--text); font-size: 1.65rem; letter-spacing: -.02em; }
.proof span { color: var(--muted); font-size: .7rem; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }

.latest-release { display: grid; grid-template-columns: 150px 1fr auto; align-items: center; gap: 38px; max-width: var(--max); margin: 34px auto 0; padding: 34px 38px; border: 1px solid var(--line-strong); background: linear-gradient(110deg, rgba(32,222,211,.1), transparent 45%), var(--bg-raised); box-shadow: 0 24px 70px rgba(0,0,0,.28); }
.release-index { align-self: stretch; display: flex; flex-direction: column; justify-content: center; padding-right: 30px; border-right: 1px solid var(--line); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; }
.release-index span { color: var(--cyan); font-size: .62rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.release-index strong { color: var(--text); font-size: 2.5rem; line-height: 1.1; }
.release-copy .eyebrow { margin-bottom: 8px; }
.release-copy h2 { margin-bottom: 8px; font-size: clamp(2rem, 3.4vw, 3.4rem); text-transform: uppercase; }
.release-copy > p:last-child { max-width: 680px; margin: 0; color: var(--muted); }
.latest-release > .button { white-space: nowrap; }

.section { max-width: var(--max); margin: 0 auto; padding: 130px 0; }
.game-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 9vw, 140px); align-items: start; }
.section-heading h2, .archive-heading h2, .future-copy h2, .support-panel h2 { margin-bottom: 0; font-size: clamp(2.5rem, 4.5vw, 4.8rem); text-transform: uppercase; }
.game-intro { padding-top: 42px; color: var(--muted); }
.game-intro p { max-width: 700px; }
.game-intro .large-copy { color: #e3e8eb; font-size: clamp(1.18rem, 1.8vw, 1.5rem); line-height: 1.5; }

.genre-section { display: grid; grid-template-columns: 190px 1fr; gap: clamp(44px, 7vw, 96px); padding-top: 0; }
.genre-label { align-self: stretch; padding: 18px 16px; border-left: 2px solid var(--cyan); background: var(--cyan-wash); color: var(--cyan); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .68rem; font-weight: 800; letter-spacing: .15em; writing-mode: vertical-rl; }
.genre-copy { max-width: 880px; }
.genre-copy h2 { max-width: 820px; margin-bottom: 28px; font-size: clamp(2.2rem, 4vw, 4.2rem); text-transform: uppercase; }
.genre-copy > p:not(.eyebrow) { color: var(--muted); }
.genre-copy > p strong { color: var(--text); }
.genre-points { display: flex; flex-wrap: wrap; gap: 9px; list-style: none; margin: 34px 0 0; padding: 0; }
.genre-points li { padding: 9px 13px; border: 1px solid var(--line-strong); background: var(--bg-raised); color: #cbd5da; font-size: .74rem; font-weight: 750; letter-spacing: .04em; }

.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; padding-top: 0; background: var(--line); border: 1px solid var(--line); }
.feature { min-height: 310px; padding: 46px; background: var(--bg-raised); }
.feature-primary { background: linear-gradient(145deg, rgba(32,222,211,.13), var(--bg-raised) 60%); }
.feature-number { display: block; margin-bottom: 50px; color: var(--cyan); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .75rem; }
.feature h3 { margin-bottom: 16px; font-size: 1.55rem; text-transform: uppercase; }
.feature p { max-width: 480px; margin: 0; color: var(--muted); }

.residents-section { padding-top: 20px; }
.residents-heading { display: grid; grid-template-columns: 1.1fr .8fr; gap: 80px; align-items: end; margin-bottom: 46px; }
.residents-heading h2 { margin-bottom: 0; font-size: clamp(2.5rem, 4.5vw, 4.8rem); text-transform: uppercase; }
.residents-heading > p { margin: 0 0 8px; color: var(--muted); }
.resident-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.resident-card { display: grid; grid-template-columns: 132px 1fr; align-items: stretch; min-width: 0; padding: 0; border: 0; background: var(--bg-raised); color: var(--text); cursor: pointer; text-align: left; transition: background .2s ease, color .2s ease; }
.resident-card:hover { background: #11232c; }
.resident-card:focus-visible { position: relative; z-index: 1; outline: 2px solid var(--cyan); outline-offset: -2px; }
.resident-card img { width: 132px; height: 100%; min-height: 132px; object-fit: contain; object-position: center bottom; background: radial-gradient(circle at 50% 35%, rgba(32,222,211,.16), #071015 72%); }
.resident-card-rebecca img { object-fit: cover; object-position: 58% 22%; }
.mystery-portrait { position: relative; display: grid; place-items: center; width: 132px; min-height: 132px; overflow: hidden; border-right: 1px solid #38232b; background: repeating-linear-gradient(0deg, rgba(255,93,118,.05) 0 2px, transparent 2px 7px), #0b0d11; }
.mystery-portrait::before, .mystery-portrait::after { content: ""; position: absolute; left: 17%; right: 17%; height: 16px; background: #020304; transform: rotate(-7deg); }
.mystery-portrait::before { top: 31%; }
.mystery-portrait::after { bottom: 29%; transform: rotate(5deg); }
.mystery-portrait b { color: #4e3038; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 3rem; }
.mystery-portrait i { position: absolute; width: 2px; height: 100%; background: rgba(255,93,118,.22); }
.mystery-portrait i:first-child { left: 24%; }
.mystery-portrait i:last-child { right: 24%; }
.resident-card-mystery:hover { background: #191016; }
.resident-card-mystery .resident-card-copy small, .resident-card-mystery .resident-card-copy > span::after { color: var(--coral); }
.resident-card-copy { display: flex; flex-direction: column; justify-content: center; min-width: 0; padding: 22px; }
.resident-card-copy small { margin-bottom: 5px; color: var(--cyan); font-size: .65rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.resident-card-copy strong { font-size: 1.45rem; letter-spacing: -.02em; text-transform: uppercase; }
.resident-card-copy > span { margin-top: 12px; color: #71818c; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; }
.resident-card-copy > span::after { content: " +"; color: var(--cyan); }

.resident-dialog { width: min(720px, calc(100vw - 36px)); padding: 0; border: 1px solid var(--line-strong); background: #091218; color: var(--text); box-shadow: 0 40px 120px rgba(0,0,0,.75); }
.resident-dialog::backdrop { background: rgba(1,5,8,.82); backdrop-filter: blur(8px); }
.resident-dialog[open] { animation: dialog-in .18s ease-out; }
.dialog-close { position: absolute; top: 14px; right: 16px; z-index: 2; display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--line-strong); background: #0c1920; color: var(--text); font-size: 1.5rem; cursor: pointer; }
.dialog-close:hover, .dialog-close:focus-visible { border-color: var(--cyan); color: var(--cyan); outline: 0; }
.dialog-id { display: grid; grid-template-columns: 180px 1fr; align-items: center; gap: 34px; padding: 44px; border-bottom: 1px solid var(--line); background: linear-gradient(135deg, rgba(32,222,211,.11), transparent 62%); }
.dialog-id img { width: 180px; height: 180px; object-fit: contain; object-position: center bottom; border: 1px solid var(--line-strong); background: radial-gradient(circle at 50% 35%, rgba(32,222,211,.16), #071015 72%); }
.resident-dialog.is-rebecca .dialog-id img { object-fit: cover; object-position: 58% 22%; }
.dialog-redacted { display: none; place-items: center; align-content: center; width: 180px; height: 180px; border: 1px solid #50303a; background: repeating-linear-gradient(0deg, rgba(255,93,118,.05) 0 2px, transparent 2px 8px), #080a0d; }
.dialog-redacted span { color: #6b424b; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .58rem; letter-spacing: .2em; }
.dialog-redacted strong { color: var(--coral); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 1.1rem; letter-spacing: .12em; }
.resident-dialog.is-mystery .dialog-id { background: linear-gradient(135deg, rgba(255,93,118,.1), transparent 62%); }
.resident-dialog.is-mystery .dialog-id img { display: none; }
.resident-dialog.is-mystery .dialog-redacted { display: grid; }
.resident-dialog.is-mystery .eyebrow, .resident-dialog.is-mystery .dialog-record small { color: var(--coral); }
.dialog-id .eyebrow { margin-bottom: 12px; }
.dialog-id h2 { margin-bottom: 8px; font-size: clamp(2.5rem, 7vw, 4.4rem); text-transform: uppercase; }
.dialog-id div > p:last-child { margin: 0; color: var(--muted); font-size: .85rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.dialog-record { display: grid; gap: 28px; padding: 38px 44px 44px; }
.dialog-record div { display: grid; gap: 8px; }
.dialog-record small { color: var(--cyan); font-size: .66rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.dialog-record strong { font-size: 1.15rem; }
.dialog-record p { margin: 0; color: #c4ced4; font-size: 1.04rem; }
@keyframes dialog-in { from { opacity: 0; transform: translateY(12px) scale(.985); } }

.visual-story { display: grid; grid-template-columns: .66fr 1.34fr; gap: clamp(42px, 6vw, 82px); align-items: center; }
.visual-copy h2 { font-size: clamp(2rem, 3.5vw, 3.6rem); text-transform: uppercase; }
.visual-copy > p:not(.eyebrow) { color: var(--muted); }
.check-list { list-style: none; margin: 32px 0 0; padding: 0; }
.check-list li { position: relative; padding: 12px 0 12px 26px; border-top: 1px solid var(--line); color: #d7dfe3; font-size: .86rem; font-weight: 750; }
.check-list li::before { content: "+"; position: absolute; left: 2px; color: var(--cyan); }
.product-shot { margin: 0; border: 1px solid var(--line-strong); background: var(--panel); box-shadow: 0 30px 80px rgba(0,0,0,.42); }
.product-shot figcaption { padding: 12px 16px; color: #657985; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }

.archive-section { padding-top: 20px; }
.archive-heading { display: grid; grid-template-columns: 1.1fr .8fr; gap: 80px; align-items: end; margin-bottom: 46px; }
.archive-heading > p { margin: 0 0 8px; color: var(--muted); }

.future-section { position: relative; display: grid; grid-template-columns: 160px 1fr auto; gap: 52px; align-items: center; overflow: hidden; min-height: 440px; padding: 70px; border: 1px solid var(--line-strong); background: radial-gradient(circle at 70% 20%, rgba(32,222,211,.11), transparent 36%), #081117; }
.classified-label { align-self: stretch; padding: 11px; border-left: 2px solid var(--coral); color: var(--coral); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .68rem; letter-spacing: .15em; writing-mode: vertical-rl; }
.future-copy { max-width: 720px; position: relative; z-index: 2; }
.future-copy h2 { margin-bottom: 22px; }
.future-copy p:last-child { max-width: 650px; color: var(--muted); }
.text-link { position: relative; z-index: 2; align-self: end; padding: 14px 0; border-bottom: 1px solid var(--cyan); color: var(--cyan); font-size: .78rem; font-weight: 850; text-decoration: none; white-space: nowrap; }
.text-link span { margin-left: 12px; }
.redaction { position: absolute; right: 8%; top: 12%; opacity: .16; transform: rotate(-8deg); }
.redaction span { display: block; width: 390px; height: 26px; margin: 20px; background: var(--cyan); }
.redaction span:nth-child(2) { width: 270px; margin-left: 85px; }

.membership-section { padding-bottom: 0; }
.membership-heading { display: grid; grid-template-columns: 1.1fr .8fr; gap: 80px; align-items: end; margin-bottom: 46px; }
.membership-heading h2 { margin-bottom: 0; font-size: clamp(2.5rem, 4.5vw, 4.8rem); text-transform: uppercase; }
.membership-heading > p { margin: 0 0 8px; color: var(--muted); }
.tier-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.tier-card { position: relative; display: flex; flex-direction: column; min-width: 0; padding: 40px; background: var(--bg-raised); }
.tier-featured { z-index: 1; margin: -14px -1px; padding-top: 54px; border: 1px solid var(--cyan); background: linear-gradient(155deg, rgba(32,222,211,.15), var(--bg-raised) 48%); box-shadow: 0 24px 70px rgba(0,0,0,.4); }
.tier-badge { position: absolute; top: 0; left: 0; right: 0; padding: 6px 12px; background: var(--cyan); color: #041211; font-size: .62rem; font-weight: 900; letter-spacing: .15em; text-align: center; text-transform: uppercase; }
.tier-topline { display: flex; justify-content: space-between; gap: 18px; margin-bottom: 38px; color: var(--cyan); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; }
.tier-topline small { color: var(--muted); font-size: inherit; }
.tier-card h3 { margin-bottom: 13px; font-size: 2rem; text-transform: uppercase; }
.tier-price { display: flex; align-items: baseline; gap: 8px; margin: 0 0 20px; }
.tier-price strong { color: var(--text); font-size: 3rem; line-height: 1; letter-spacing: -.05em; }
.tier-price span { color: var(--muted); font-size: .76rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.tier-summary { min-height: 78px; margin: 0; color: #c3cdd3; }
.tier-benefits { flex: 1; list-style: none; margin: 26px 0 34px; padding: 0; border-top: 1px solid var(--line); }
.tier-benefits li { position: relative; padding: 11px 0 11px 22px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .86rem; }
.tier-benefits li::before { content: "+"; position: absolute; left: 1px; color: var(--cyan); font-weight: 900; }
.tier-card > .button { width: 100%; }
.membership-note { margin: 28px 0 0; color: #71818c; font-size: .76rem; text-align: center; }

.support-section { display: grid; grid-template-columns: 1.5fr .5fr; max-width: 1400px; margin: 130px auto 0; background: var(--cyan); color: #041211; }
.support-panel { padding: clamp(56px, 7vw, 100px); }
.support-panel .eyebrow { color: #075c59; }
.support-panel h2 { margin-bottom: 28px; }
.support-panel > p:not(.eyebrow):not(.microcopy) { max-width: 760px; color: #164b4a; font-size: 1.05rem; }
.support-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.support-panel .microcopy.light { color: #28706c; }
.support-aside { display: flex; flex-direction: column; justify-content: space-between; padding: 48px 34px; border-left: 1px solid rgba(0,0,0,.22); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; }
.support-aside span { font-size: .6rem; letter-spacing: .18em; }
.support-aside strong { font-size: 1.6rem; }
.wave { height: 120px; background: repeating-linear-gradient(90deg, #071313 0 2px, transparent 2px 10px); clip-path: polygon(0 49%, 8% 46%, 14% 53%, 20% 18%, 27% 82%, 34% 47%, 43% 52%, 50% 34%, 58% 62%, 66% 48%, 74% 44%, 80% 57%, 88% 49%, 100% 50%, 100% 53%, 88% 52%, 80% 60%, 74% 47%, 66% 51%, 58% 65%, 50% 37%, 43% 55%, 34% 50%, 27% 86%, 20% 22%, 14% 56%, 8% 49%, 0 52%); }

.site-footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; max-width: var(--max); margin: 0 auto; padding: 60px 0 38px; color: #71818c; font-size: .78rem; }
.brand-footer { color: var(--text); }
.footer-links { display: flex; gap: 22px; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: var(--cyan); }
.legal { grid-column: 1 / -1; padding-top: 25px; border-top: 1px solid var(--line); }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-nav { position: absolute; top: var(--header); left: 0; right: 0; display: none; padding: 24px; border-bottom: 1px solid var(--line); background: #071015; flex-direction: column; align-items: flex-start; }
  .site-nav[data-open="true"] { display: flex; }
  .menu-toggle { display: block; grid-column: 2; grid-row: 1; }
  .header-cta { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 90px; }
  .hero-copy { max-width: 820px; }
  .hero-visual { max-width: 1000px; }
  .screen-frame { transform: none; }
  .game-section, .visual-story { grid-template-columns: 1fr; }
  .game-intro { padding-top: 0; }
  .visual-copy { max-width: 680px; }
  .resident-grid { grid-template-columns: repeat(2, 1fr); }
  .future-section { grid-template-columns: 90px 1fr; }
  .future-section .text-link { grid-column: 2; justify-self: start; }
  .latest-release { grid-template-columns: 130px 1fr; margin-left: 24px; margin-right: 24px; }
  .latest-release > .button { grid-column: 2; justify-self: start; }
  .tier-card { padding: 32px; }
  .support-section { margin-left: 24px; margin-right: 24px; }
  .section, .proof, .site-footer { margin-left: 24px; margin-right: 24px; }
}

@media (max-width: 720px) {
  :root { --header: 66px; }
  .site-header { padding: 0 18px; }
  .hero { padding: 64px 20px 76px; }
  h1 { font-size: clamp(3rem, 14vw, 4.7rem); }
  .hero-actions .button { width: 100%; }
  .signal-card { display: none; }
  .proof { grid-template-columns: 1fr 1fr; }
  .proof div { padding: 22px; border-bottom: 1px solid var(--line); }
  .proof div:nth-child(2) { border-right: 0; }
  .latest-release { grid-template-columns: 1fr; gap: 24px; padding: 30px 24px; }
  .release-index { padding: 0 0 20px; border-right: 0; border-bottom: 1px solid var(--line); }
  .latest-release > .button { grid-column: 1; width: 100%; }
  .section { padding: 90px 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature { min-height: auto; padding: 32px; }
  .feature-number { margin-bottom: 32px; }
  .archive-heading { grid-template-columns: 1fr; gap: 22px; }
  .residents-heading { grid-template-columns: 1fr; gap: 22px; }
  .membership-heading { grid-template-columns: 1fr; gap: 22px; }
  .tier-grid { grid-template-columns: 1fr; }
  .tier-card, .tier-featured { margin: 0; padding: 34px 28px; }
  .tier-featured { padding-top: 50px; }
  .tier-summary { min-height: 0; }
  .resident-card { grid-template-columns: 112px 1fr; }
  .resident-card img { width: 112px; min-height: 112px; }
  .mystery-portrait { width: 112px; min-height: 112px; }
  .resident-card-copy { padding: 18px; }
  .resident-card-copy strong { font-size: 1.2rem; }
  .future-section { grid-template-columns: 1fr; gap: 24px; min-height: auto; padding: 44px 28px; }
  .genre-section { grid-template-columns: 1fr; gap: 24px; }
  .genre-label { align-self: auto; width: max-content; writing-mode: initial; }
  .classified-label { align-self: auto; width: max-content; writing-mode: initial; }
  .future-section .text-link { grid-column: 1; }
  .support-section { grid-template-columns: 1fr; margin-top: 90px; }
  .support-panel { padding: 48px 28px; }
  .support-actions .button { width: 100%; }
  .support-aside { display: none; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
  .legal { grid-column: 1; }
}

@media (max-width: 520px) {
  .resident-grid { grid-template-columns: 1fr; }
  .dialog-id { grid-template-columns: 100px 1fr; gap: 20px; padding: 56px 24px 28px; }
  .dialog-id img { width: 100px; height: 100px; }
  .dialog-redacted { width: 100px; height: 100px; }
  .dialog-redacted strong { font-size: .72rem; }
  .dialog-record { padding: 28px 24px 34px; }
}

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