/* ==========================================================================
   Retro Level Hub — "1970s–80s games magazine" stylesheet. Mobile-first, no framework.
   Paper #fbf3e6, ink #2b1d12, orange #c2410c, mustard #d69e2e, brown #7c2d12, one teal accent.
   Display: Fraunces (variable, self-hosted, SIL OFL). Body: Inter (self-hosted, SIL OFL).
   ========================================================================== */

@font-face { font-family: "Fraunces"; font-style: normal; font-weight: 300 900; font-display: swap; src: url("/assets/fonts/fraunces-var.woff2") format("woff2"); }
@font-face { font-family: "Fraunces"; font-style: italic; font-weight: 300 900; font-display: swap; src: url("/assets/fonts/fraunces-var-italic.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 400; font-display: swap; src: url("/assets/fonts/inter-400.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 500; font-display: swap; src: url("/assets/fonts/inter-500.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 600; font-display: swap; src: url("/assets/fonts/inter-600.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 700; font-display: swap; src: url("/assets/fonts/inter-700.woff2") format("woff2"); }

:root {
  color-scheme: light;
  --paper: #fbf3e6;
  --paper-deep: #f3e4cb;
  --paper-white: #fffaf1;
  --ink: #2b1d12;
  --ink-soft: #4a3628;
  --muted: #6b5340;
  --rule: #d9c4a3;
  --rule-strong: #b8996f;
  --orange: #c2410c;
  --orange-dark: #9a3412;
  --orange-soft: #fbe0cd;
  --mustard: #d69e2e;
  --mustard-soft: #f7e6bb;
  --brown: #7c2d12;
  --teal: #0f766e;
  --focus: #0f766e;
  --serif: "Fraunces", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --s1: 4px; --s2: 8px; --s3: 12px; --s4: 16px; --s5: 24px; --s6: 32px; --s7: 48px; --s8: 64px; --s9: 96px;
  --container: 1120px;
  --measure: 680px;
  --shadow-soft: 0 2px 4px rgba(43, 29, 18, 0.08), 0 14px 30px -10px rgba(43, 29, 18, 0.28);
  --stripes: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='18'%3E%3Crect width='8' height='6' fill='%23c2410c'/%3E%3Crect y='6' width='8' height='6' fill='%23d69e2e'/%3E%3Crect y='12' width='8' height='6' fill='%237c2d12'/%3E%3C/svg%3E");
  --stripes-thin: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='9'%3E%3Crect width='8' height='3' fill='%23c2410c'/%3E%3Crect y='3' width='8' height='3' fill='%23d69e2e'/%3E%3Crect y='6' width='8' height='3' fill='%237c2d12'/%3E%3C/svg%3E");
  --halftone: radial-gradient(rgba(124, 45, 18, 0.13) 1px, transparent 1.7px);
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 1.0625rem; line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.nav-open { overflow: hidden; }
h1, h2, h3, h4 { margin: 0; font-family: var(--serif); font-weight: 600; line-height: 1.12; letter-spacing: -0.01em; overflow-wrap: anywhere; font-optical-sizing: auto; }
h1 { font-size: clamp(2.5rem, 1.6rem + 4vw, 4.25rem); line-height: 1.02; letter-spacing: -0.02em; }
h2 { font-size: clamp(1.75rem, 1.4rem + 1.4vw, 2.375rem); }
h3 { font-size: 1.375rem; }
p, ul, ol, dl { margin: 0; }
p + p { margin-top: var(--s4); }
a { color: var(--orange); text-decoration: underline; text-underline-offset: 0.18em; text-decoration-thickness: 1px; }
a:hover { color: var(--brown); }
img, svg { max-width: 100%; height: auto; display: block; }
button, input, textarea, select { font: inherit; color: inherit; }
small, .small { font-size: 0.875rem; line-height: 1.45; }
.muted { color: var(--muted); }
strong { font-weight: 600; }
time { white-space: nowrap; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; border-radius: 2px; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: var(--s4); top: -100px; z-index: 100; padding: var(--s2) var(--s4); background: var(--ink); color: var(--paper); border-radius: 999px; text-decoration: none; }
.skip-link:focus { top: var(--s4); }

.container { width: 100%; max-width: calc(var(--container) + 2 * var(--s5)); margin-inline: auto; padding-inline: var(--s4); }
.container--narrow { max-width: calc(var(--measure) + 2 * var(--s4)); }
@media (min-width: 768px) { .container { padding-inline: var(--s5); } }

/* Editorial furniture: kickers, rules, stripes, halftone */
.kicker { font-family: var(--sans); font-size: 0.875rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--orange); }
.kicker--ink { color: var(--ink); }
.kicker--teal { color: var(--teal); }
.stripes { display: block; height: 18px; background: var(--stripes) repeat-x left top / 8px 18px; }
.stripes--thin { height: 9px; background-image: var(--stripes-thin); background-size: 8px 9px; }
.halftone { background-color: var(--paper-deep); background-image: var(--halftone); background-size: 9px 9px; }
.section { padding-block: var(--s7); }
.section--halftone { background-color: var(--paper-deep); background-image: var(--halftone); background-size: 9px 9px; border-block: 1px solid var(--rule); }
.section__head { display: grid; gap: var(--s2); margin-bottom: var(--s6); }
.section__title { position: relative; }
.section__lead { color: var(--ink-soft); max-width: var(--measure); font-size: 1.125rem; }
.section__rule { display: flex; align-items: center; gap: var(--s3); }
.section__rule::after { content: ""; flex: 1; height: 0; border-top: 1px solid var(--rule-strong); }
@media (min-width: 1024px) { .section { padding-block: var(--s8); } }

/* ---------- Masthead header ---------- */
.header { position: relative; background: var(--paper); z-index: 30; }
.masthead { border-bottom: 1px solid var(--ink); }
.masthead__inner { display: grid; grid-template-columns: 1fr auto; align-items: center; column-gap: var(--s4); padding-block: var(--s3); }
.brand { display: inline-flex; align-items: center; gap: var(--s3); min-width: 0; color: var(--ink); text-decoration: none; font-family: var(--serif); font-weight: 700; font-size: clamp(1.15rem, 5.5vw, 1.625rem); letter-spacing: -0.02em; line-height: 1; }
.brand:hover { color: var(--brown); }
.brand__mark { display: inline-flex; flex: none; }
.brand__mark svg { width: clamp(26px, 7vw, 34px); height: clamp(26px, 7vw, 34px); }
.brand__name { white-space: nowrap; }
.masthead__issue { grid-column: 1 / -1; margin-top: var(--s2); font-size: 0.875rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); font-weight: 500; }
.masthead__issue strong { color: var(--ink); font-weight: 700; white-space: nowrap; }
@media (max-width: 599px) { .masthead__issue-extra { display: none; } }
.nav-toggle { display: inline-flex; align-items: center; gap: var(--s2); min-height: 44px; min-width: 44px; padding: var(--s2) var(--s3); background: var(--paper-white); border: 3px double var(--ink); border-radius: 999px; cursor: pointer; font-weight: 600; font-size: 0.9375rem; }
.nav-toggle__bar { position: relative; width: 18px; height: 2px; background: currentColor; }
.nav-toggle__bar::before, .nav-toggle__bar::after { content: ""; position: absolute; left: 0; width: 18px; height: 2px; background: currentColor; }
.nav-toggle__bar::before { top: -6px; }
.nav-toggle__bar::after { top: 6px; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bar { background: transparent; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bar::before { top: 0; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle__bar::after { top: 0; transform: rotate(-45deg); }
.js .nav { display: none; }
.no-js .nav-toggle { display: none; }
.js .nav--open { display: block; }
.nav--open { position: absolute; top: 100%; left: 0; right: 0; z-index: 50; background: var(--paper); border-bottom: 3px double var(--ink); box-shadow: var(--shadow-soft); }
.nav__list { list-style: none; margin: 0; padding: var(--s2) var(--s4) var(--s3); display: flex; flex-direction: column; }
.nav__link { display: block; padding: var(--s3) 0; color: var(--ink); text-decoration: none; font-weight: 600; font-size: 1rem; letter-spacing: 0.06em; text-transform: uppercase; border-bottom: 1px dotted var(--rule-strong); }
.nav__link:hover { color: var(--orange); }
.nav__link[aria-current="page"] { color: var(--orange); }
.header__stripes { height: 9px; background: var(--stripes-thin) repeat-x left top / 8px 9px; }
@media (min-width: 1024px) {
  .masthead__inner { grid-template-columns: 1fr; justify-items: center; text-align: center; padding-block: var(--s5) var(--s4); row-gap: var(--s2); }
  .brand { font-size: 2.75rem; gap: var(--s4); }
  .brand__mark svg { width: 44px; height: 44px; }
  .masthead__issue { display: flex; align-items: center; gap: var(--s4); width: 100%; max-width: 960px; margin-top: var(--s1); }
  .masthead__issue > span { flex: none; white-space: nowrap; }
  .masthead__issue::before, .masthead__issue::after { content: ""; flex: 1; border-top: 1px solid var(--rule-strong); }
  .nav-toggle { display: none; }
  .nav, .js .nav { display: block; position: static; box-shadow: none; border: 0; border-bottom: 1px solid var(--ink); }
  .nav__list { flex-direction: row; justify-content: center; gap: var(--s6); padding: 0; }
  .nav__link { padding: var(--s3) 0; border-bottom: 3px solid transparent; font-size: 0.9375rem; }
  .nav__link:hover { border-bottom-color: var(--mustard); }
  .nav__link[aria-current="page"] { border-bottom-color: var(--orange); }
}

/* ---------- Buttons, badges, tags ---------- */
.btn { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: var(--s2); min-height: 46px; padding: var(--s2) var(--s5); border-radius: 999px; border: 3px double var(--ink); background: var(--paper-white); color: var(--ink); font-weight: 600; font-size: 0.9375rem; letter-spacing: 0.02em; text-decoration: none; cursor: pointer; line-height: 1.2; text-align: center; transition: background-color 0.15s ease, color 0.15s ease, transform 0.15s ease; }
.btn:hover { background: var(--mustard-soft); color: var(--ink); transform: translateY(-1px); }
.btn--primary { background: var(--orange); color: #fff; border-color: var(--orange); box-shadow: inset 0 0 0 2px #fff; }
.btn--primary:hover { background: var(--brown); border-color: var(--brown); color: #fff; }
.btn--large { min-height: 52px; padding-inline: var(--s6); font-size: 1rem; }
.btn--block { width: 100%; }
.badge { display: inline-flex; align-items: center; gap: var(--s1); padding: 3px var(--s3); border-radius: 999px; font-size: 0.875rem; font-weight: 700; line-height: 1.3; letter-spacing: 0.04em; text-transform: uppercase; }
.badge--pick { background: var(--mustard); color: var(--ink); }
.tags { list-style: none; margin: var(--s3) 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: var(--s2); }
.tag { display: inline-block; padding: 3px var(--s3); border: 1px solid var(--rule-strong); border-radius: 999px; background: var(--paper-white); color: var(--ink-soft); font-size: 0.875rem; font-weight: 500; }
.link-button { background: none; border: 0; padding: 0; font: inherit; color: var(--ink); cursor: pointer; text-align: left; }
.link-button:hover { color: var(--orange); text-decoration: underline; }

/* ---------- Polaroids ---------- */
.polaroid { position: relative; display: block; width: 100%; padding: 10px 10px 40px; background: #fffdf8; box-shadow: var(--shadow-soft), 0 0 0 1px rgba(43, 29, 18, 0.06); transform: rotate(var(--tilt, -2deg)); text-decoration: none; color: var(--ink); }
.polaroid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: var(--paper-deep); filter: sepia(0.12) contrast(0.96) saturate(0.95); }
.polaroid__caption { position: absolute; left: 12px; right: 12px; bottom: 9px; font-family: var(--serif); font-style: italic; font-size: 1rem; color: var(--ink-soft); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: center; }
.polaroid--tilt-l { --tilt: -2deg; }
.polaroid--tilt-r { --tilt: 1.5deg; }
.polaroid--wide img { aspect-ratio: 3 / 2; }
.polaroid .badge { position: absolute; top: 18px; right: 18px; box-shadow: 0 1px 3px rgba(43, 29, 18, 0.25); }
.feature--flip .polaroid .badge { right: auto; left: 18px; }
a.polaroid:hover { transform: rotate(var(--tilt, -2deg)) scale(1.02); }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--rule); }
.hero__inner { display: grid; gap: var(--s7); padding-block: var(--s7) var(--s7); align-items: center; }
.hero__kicker { margin-bottom: var(--s4); }
.hero__title { max-width: 14ch; }
.hero__lead { margin-top: var(--s5); font-size: 1.25rem; line-height: 1.5; max-width: 50ch; color: var(--ink-soft); font-family: var(--serif); font-style: italic; font-weight: 400; }
.hero__actions { display: flex; flex-wrap: wrap; gap: var(--s3); margin-top: var(--s6); align-items: center; }
.hero__meta { margin-top: var(--s5); color: var(--muted); font-size: 0.875rem; letter-spacing: 0.04em; text-transform: uppercase; }
.fan { position: relative; aspect-ratio: 3 / 2; max-width: 560px; margin-inline: auto; width: 92%; }
.fan__item { position: absolute; width: 52%; }
.fan__item .polaroid__caption { font-size: 0.9375rem; }
.fan__item--1 { left: 0; top: 12%; z-index: 2; --tilt: -5deg; }
.fan__item--2 { left: 48%; top: 0; z-index: 1; --tilt: 4deg; }
.fan__item--2 .polaroid__caption { text-align: right; }
.fan__item--3 { display: none; }
.hero__note { position: absolute; right: 2%; bottom: 0; transform: rotate(-3deg); font-family: var(--serif); font-style: italic; font-size: 1.125rem; color: var(--brown); }
@media (min-width: 480px) {
  .fan { aspect-ratio: 5 / 4; width: 100%; }
  .fan__item { width: 62%; }
  .fan__item .polaroid__caption { font-size: 1rem; }
  .fan__item--1 { left: 0; top: 12%; z-index: 1; --tilt: -9deg; }
  .fan__item--2 { left: 19%; top: 0; z-index: 3; --tilt: 1deg; }
  .fan__item--2 .polaroid__caption { text-align: center; }
  .fan__item--3 { display: block; left: 38%; top: 10%; z-index: 2; --tilt: 8deg; }
  .hero__note { right: 4%; }
}
@media (min-width: 1024px) { .hero__inner { grid-template-columns: 6fr 6fr; gap: var(--s8); padding-block: var(--s8) var(--s8); } .fan { margin-inline: 0 auto; max-width: 600px; } }

/* ---------- Contents box + editor's notes ---------- */
.issue { padding-block: var(--s6) var(--s7); }
.issue__grid { display: grid; gap: var(--s5); }
.contents { position: relative; padding: var(--s5); background: var(--paper-white); border: 3px double var(--ink); }
.contents__title { display: flex; align-items: baseline; gap: var(--s3); font-size: 1.625rem; margin-bottom: var(--s4); }
.contents__title .kicker { font-size: 0.875rem; }
.contents__list { list-style: none; margin: 0; padding: 0; display: grid; }
.contents__list li { display: flex; align-items: baseline; gap: var(--s2); padding-block: var(--s2); border-bottom: 1px dotted var(--rule-strong); }
.contents__list li:last-child { border-bottom: 0; }
.contents__num { flex: none; width: 2.2rem; font-family: var(--serif); font-weight: 700; font-size: 1.125rem; color: var(--orange); font-variant-numeric: tabular-nums; }
.contents__list a { color: var(--ink); text-decoration: none; font-weight: 600; padding-block: var(--s1); }
.contents__list a:hover { color: var(--orange); text-decoration: underline; }
.contents__leader { flex: 1; min-width: var(--s4); border-bottom: 1px dotted var(--rule-strong); transform: translateY(-0.35em); }
.contents__page { flex: none; font-size: 0.875rem; color: var(--muted); font-style: italic; font-family: var(--serif); }
.notes { padding: var(--s5); background-color: var(--paper-deep); background-image: var(--halftone); background-size: 9px 9px; border: 1px solid var(--rule-strong); }
.notes__title { font-size: 1.625rem; margin-bottom: var(--s4); }
.notes__list { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--s4); }
.notes__item { display: grid; grid-template-columns: auto 1fr; gap: var(--s3); align-items: start; }
.notes__num { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 50%; background: var(--orange); color: #fff; font-family: var(--serif); font-weight: 700; font-size: 1rem; margin-top: 2px; }
.notes__item h3 { font-size: 1.125rem; margin-bottom: 2px; }
.notes__item p { font-size: 0.9375rem; color: var(--ink-soft); }
@media (min-width: 900px) { .issue__grid { grid-template-columns: 5fr 7fr; gap: var(--s6); align-items: start; } .notes__list { grid-template-columns: 1fr 1fr; gap: var(--s5) var(--s6); } }

/* ---------- Feature rows (games) ---------- */
.features-list { display: grid; gap: var(--s8); }
.feature { position: relative; display: grid; gap: var(--s6); align-items: center; }
.feature__media { position: relative; padding: var(--s6) var(--s4) var(--s3); max-width: 480px; }
.feature__num { position: absolute; z-index: 2; top: -0.12em; left: 0; font-family: var(--serif); font-weight: 900; font-size: clamp(4.5rem, 3rem + 7vw, 8rem); line-height: 1; color: var(--mustard); letter-spacing: -0.04em; pointer-events: none; text-shadow: 3px 3px 0 var(--paper); }
.feature__body { display: flex; flex-direction: column; gap: var(--s3); }
.feature__kicker { display: flex; flex-wrap: wrap; align-items: center; gap: var(--s3); }
.feature__title { font-size: clamp(2rem, 1.5rem + 2vw, 2.75rem); }
.feature__title a { color: var(--ink); text-decoration: none; }
.feature__title a:hover { color: var(--orange); }
.feature__standfirst { font-family: var(--serif); font-style: italic; font-size: 1.375rem; line-height: 1.3; color: var(--brown); }
.feature__summary { color: var(--ink-soft); max-width: 56ch; }
.feature__facts { list-style: none; margin: 0; padding: var(--s3) 0; border-block: 1px dotted var(--rule-strong); display: flex; flex-wrap: wrap; gap: var(--s2) var(--s4); font-size: 0.875rem; color: var(--muted); }
.feature__facts li { display: inline-flex; align-items: center; gap: var(--s1); }
.feature__facts li::before { content: "" / ""; width: 7px; height: 7px; border-radius: 50%; background: var(--mustard); flex: none; }
.feature__actions { display: flex; flex-wrap: wrap; gap: var(--s3); margin-top: var(--s1); }
.feature__note { font-size: 0.875rem; color: var(--muted); font-style: italic; }
@media (min-width: 768px) {
  .feature { grid-template-columns: 5fr 7fr; gap: var(--s7); }
  .feature--flip .feature__media { order: 2; }
  .feature--flip .feature__num { left: auto; right: 0; }
  .feature__media { padding: var(--s7) var(--s5) var(--s4); }
}
@media (min-width: 1024px) { .features-list { gap: var(--s9); } .feature { grid-template-columns: 6fr 6fr; gap: var(--s8); } }
.feature-divider { height: 9px; background: var(--stripes-thin) repeat-x left top / 8px 9px; width: 120px; margin: 0 auto; }

/* ---------- Disclosure / callouts ---------- */
.disclosure { margin-top: var(--s6); padding: var(--s4) var(--s5); border: 1px solid var(--rule-strong); border-left: 6px solid var(--orange); background: var(--paper-white); font-size: 0.9375rem; color: var(--ink-soft); }
.disclosure--inline { margin-top: var(--s7); }
.callout { padding: var(--s5); border: 3px double var(--ink); background: var(--paper-white); }
.callout__title { font-size: 1.375rem; margin-bottom: var(--s2); }
.callout--soft { border: 1px solid var(--rule-strong); background-color: var(--paper-deep); background-image: var(--halftone); background-size: 9px 9px; }
.callout--soft a, .section--halftone .kicker, .notes a, .pros-cons a { color: var(--orange-dark); }
.prose .callout { margin-top: var(--s5); }
.plain-list { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--s2); }

/* ---------- Drop caps, pull quotes, columns ---------- */
.dropcap > p:first-of-type::first-letter, .prose h2 + p::first-letter, .prose > p:first-child::first-letter { float: left; font-family: var(--serif); font-weight: 700; font-size: 3.6em; line-height: 0.78; padding: 0.08em 0.12em 0 0; color: var(--orange); }
.pullquote { margin: 0; padding: var(--s4) 0 var(--s4) var(--s5); border-left: 6px solid var(--mustard); font-family: var(--serif); font-style: italic; font-weight: 400; font-size: clamp(1.375rem, 1.15rem + 1vw, 1.875rem); line-height: 1.32; color: var(--brown); }
.pullquote p { max-width: 40ch; }
.pullquote cite { display: block; margin-top: var(--s3); font-style: normal; font-family: var(--sans); font-size: 0.875rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.three-col { display: grid; gap: var(--s6); }
.three-col__item h3 { font-size: 1.5rem; margin-bottom: var(--s3); padding-bottom: var(--s2); border-bottom: 1px solid var(--ink); }
.three-col__item p { color: var(--ink-soft); }
.three-col__item { display: flex; flex-direction: column; align-items: flex-start; }
.three-col__item h3 { align-self: stretch; }
.three-col__item .btn { margin-top: auto; padding-top: var(--s2); }
.three-col__item p { margin-bottom: var(--s4); }
@media (min-width: 768px) { .three-col { grid-template-columns: repeat(3, 1fr); gap: var(--s7); } .three-col__item + .three-col__item { border-left: 1px dotted var(--rule-strong); padding-left: var(--s6); } }
.magazine-cols { column-gap: var(--s6); }
.magazine-cols > * + * { margin-top: var(--s4); }
@media (min-width: 900px) { .magazine-cols { column-count: 2; column-rule: 1px dotted var(--rule-strong); } .magazine-cols > * { break-inside: avoid; } }

/* ---------- Page header, breadcrumb, article ---------- */
.breadcrumb { padding-block: var(--s3); font-size: 0.875rem; color: var(--muted); letter-spacing: 0.06em; text-transform: uppercase; }
.breadcrumb__list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: var(--s2); }
.breadcrumb__list li + li::before { content: "/" / ""; margin-right: var(--s2); color: var(--rule-strong); }
.breadcrumb a { color: var(--muted); display: inline-block; padding-block: var(--s2); text-decoration: none; }
.breadcrumb a:hover { color: var(--orange); text-decoration: underline; }
.page-header { padding-block: var(--s4) var(--s6); border-bottom: 3px double var(--ink); margin-bottom: var(--s6); }
.page-header__kicker { margin-bottom: var(--s3); }
.page-header__lead { margin-top: var(--s4); font-family: var(--serif); font-style: italic; font-size: 1.375rem; line-height: 1.4; max-width: var(--measure); color: var(--ink-soft); }
.page-header__meta { margin-top: var(--s4); color: var(--muted); font-size: 0.875rem; letter-spacing: 0.06em; text-transform: uppercase; }
.article { padding-bottom: var(--s7); }
.article__header { padding-block: var(--s4) var(--s6); border-bottom: 3px double var(--ink); margin-bottom: var(--s6); }
.article__kicker { margin-bottom: var(--s3); }
.article__lead { margin-top: var(--s4); font-family: var(--serif); font-style: italic; font-size: 1.375rem; line-height: 1.4; max-width: var(--measure); color: var(--ink-soft); }
.article__meta { margin-top: var(--s4); color: var(--muted); font-size: 0.875rem; letter-spacing: 0.06em; text-transform: uppercase; }
.article__layout { display: grid; gap: var(--s5); }
.toc { background: var(--paper-white); border: 3px double var(--ink); padding: var(--s4) var(--s5); font-size: 0.9375rem; }
.toc__title { font-family: var(--serif); font-weight: 700; font-size: 1.25rem; margin-bottom: var(--s2); }
.toc__list { margin: 0; padding-left: 0; list-style: none; counter-reset: toc; display: grid; }
.toc__list li { counter-increment: toc; display: flex; gap: var(--s2); align-items: baseline; border-bottom: 1px dotted var(--rule-strong); }
.toc__list li:last-child { border-bottom: 0; }
.toc__list li::before { content: counter(toc, decimal-leading-zero) / ""; font-family: var(--serif); font-weight: 700; color: var(--orange); flex: none; }
.toc a { color: var(--ink); text-decoration: none; display: inline-block; padding-block: var(--s2); }
.toc a:hover { color: var(--orange); text-decoration: underline; }
@media (min-width: 1024px) { .article__layout { grid-template-columns: 260px minmax(0, var(--measure)); gap: var(--s8); align-items: start; } .toc { position: sticky; top: var(--s4); } }
.prose { max-width: var(--measure); }
.prose > * + * { margin-top: var(--s4); }
.prose h2 { margin-top: var(--s7); scroll-margin-top: var(--s5); font-size: 1.875rem; padding-top: var(--s4); border-top: 1px solid var(--ink); }
.prose > h2:first-child { margin-top: 0; }
.prose h3 { margin-top: var(--s5); }
.prose ul, .prose ol { padding-left: 1.25rem; display: grid; gap: var(--s2); }
.prose p, .prose li { overflow-wrap: anywhere; }
.prose li::marker { color: var(--orange); }
.prose table { width: 100%; border-collapse: collapse; font-size: 0.9375rem; }
.prose th, .prose td { text-align: left; padding: var(--s2) var(--s3); border-bottom: 1px solid var(--rule); vertical-align: top; }
.prose th { background: var(--paper-deep); font-weight: 600; }
.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; margin-top: var(--s4); }
.list-check, .list-watch { list-style: none; padding-left: 0; }
.list-check li, .list-watch li { position: relative; padding-left: 1.75rem; }
.list-check li::before, .list-watch li::before { position: absolute; left: 0; top: 0; font-weight: 700; font-family: var(--serif); }
.list-check li::before { content: "✓" / ""; color: var(--teal); }
.list-watch li::before { content: "!" / ""; color: var(--orange); font-size: 1.25em; line-height: 1.2; }
.steps { counter-reset: step; list-style: none; padding-left: 0; display: grid; gap: var(--s3); }
.steps li { position: relative; padding-left: 2.75rem; }
.steps li::before { counter-increment: step; content: counter(step); position: absolute; left: 0; top: -2px; width: 32px; height: 32px; border-radius: 50%; background: var(--orange); color: #fff; font-family: var(--serif); font-weight: 700; display: inline-flex; align-items: center; justify-content: center; }

/* ---------- Game review page ---------- */
.game__header { display: grid; gap: var(--s6); padding-block: var(--s4) var(--s7); border-bottom: 3px double var(--ink); margin-bottom: var(--s7); align-items: center; }
.game__media { padding: var(--s3) var(--s4) var(--s4); max-width: 560px; }
.game__genre { display: flex; gap: var(--s3); align-items: center; flex-wrap: wrap; }
.game__title { margin-top: var(--s3); }
.game__tagline { margin-top: var(--s4); font-family: var(--serif); font-style: italic; font-size: 1.5rem; line-height: 1.3; color: var(--brown); }
.game__summary { margin-top: var(--s3); color: var(--ink-soft); }
.game__actions { margin-top: var(--s5); }
.game__note { margin-top: var(--s3); font-size: 0.875rem; color: var(--muted); font-style: italic; }
.game__meta { margin-top: var(--s3); font-size: 0.875rem; color: var(--muted); letter-spacing: 0.06em; text-transform: uppercase; }
.game__layout { display: grid; gap: var(--s7); padding-bottom: var(--s7); }
.game__main, .game__verdict { max-width: none; }
.game__aside { display: grid; gap: var(--s5); align-content: start; }
.verdict { padding: 0; }
.verdict h2 { border-top: 0; padding-top: 0; margin-top: 0; }
.verdict .pullquote { margin-top: var(--s4); }
.review-section h2 { display: flex; align-items: center; gap: var(--s3); }
.pros-cons { display: grid; gap: var(--s5); margin-top: var(--s7); padding: var(--s5); border: 1px solid var(--rule-strong); background-color: var(--paper-deep); background-image: var(--halftone); background-size: 9px 9px; }
.pros-cons h2 { margin-top: 0; border-top: 0; padding-top: 0; font-size: 1.5rem; }
.spec { padding: var(--s5); border: 3px double var(--ink); background: var(--paper-white); display: grid; gap: var(--s4); }
.spec__title { font-size: 1.5rem; display: flex; align-items: baseline; gap: var(--s3); }
.spec__title .kicker { font-size: 0.875rem; }
.spec__list { display: grid; font-size: 0.9375rem; }
.spec__list div { display: grid; gap: 2px; padding-block: var(--s2); border-bottom: 1px dotted var(--rule-strong); }
.spec__list div:last-child { border-bottom: 0; }
.spec__list dt { color: var(--muted); font-size: 0.875rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600; }
.spec__list dd { margin: 0; overflow-wrap: anywhere; font-weight: 500; }
.spec__note { font-size: 0.875rem; color: var(--muted); font-style: italic; }
@media (min-width: 768px) { .pros-cons { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) {
  .game__header { grid-template-columns: 6fr 6fr; gap: var(--s8); }
  .game__media { padding: var(--s5) var(--s6) var(--s4); }
  .game__layout { grid-template-columns: minmax(0, 1fr) 320px; grid-template-rows: auto 1fr; gap: var(--s8); align-items: start; }
  .game__verdict { grid-column: 1; grid-row: 1; }
  .game__aside { grid-column: 2; grid-row: 1 / 3; position: sticky; top: var(--s4); }
  .game__main { grid-column: 1; grid-row: 2; }
  .game__layout--no-verdict .game__main { grid-row: 1 / 3; }
}

/* ---------- FAQ, CTA ---------- */
.faq { display: grid; gap: var(--s3); }
.faq__col { display: grid; gap: var(--s3); align-content: start; }
.faq__item { border: 1px solid var(--rule-strong); background: var(--paper-white); }
.faq__question { display: flex; justify-content: space-between; align-items: center; gap: var(--s3); padding: var(--s3) var(--s4); min-height: 52px; font-family: var(--serif); font-weight: 600; font-size: 1.125rem; cursor: pointer; list-style: none; }
.faq__question::-webkit-details-marker { display: none; }
.faq__question::after { content: "+" / ""; flex: none; width: 28px; height: 28px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; border: 3px double var(--ink); font-family: var(--sans); font-weight: 600; color: var(--ink); }
.faq__item[open] .faq__question::after { content: "–" / ""; background: var(--mustard); }
.faq__answer { padding: 0 var(--s4) var(--s4); color: var(--ink-soft); }
@media (min-width: 900px) { .faq { grid-template-columns: 1fr 1fr; gap: var(--s4); align-items: start; } .faq__col { gap: var(--s4); } }
.cta { padding-block: var(--s7); }
.cta__inner { position: relative; text-align: center; display: grid; gap: var(--s4); justify-items: center; padding: var(--s7) var(--s5); background: var(--ink); color: var(--paper); border: 6px double var(--mustard); }
.cta__title { color: var(--paper); font-size: clamp(2rem, 1.5rem + 2.5vw, 3.25rem); font-style: italic; font-weight: 500; }
.cta__text { max-width: 52ch; color: #e9d9bf; }
.cta .btn { border-color: var(--mustard); background: var(--mustard); color: var(--ink); box-shadow: inset 0 0 0 2px var(--ink); }
.cta .btn:hover { background: var(--paper); border-color: var(--paper); color: var(--ink); }
.cta__kicker { color: var(--mustard); }

/* ---------- Forms ---------- */
.contact__layout { display: grid; gap: var(--s5); padding-bottom: var(--s7); }
@media (min-width: 1024px) { .contact__layout { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: var(--s8); align-items: start; } }
.contact__aside { display: grid; gap: var(--s4); }
.form { display: grid; gap: var(--s4); max-width: 560px; }
.form__field { display: grid; gap: var(--s1); }
.form label { font-weight: 600; font-family: var(--serif); font-size: 1.125rem; }
.form__hint { color: var(--muted); font-weight: 400; font-size: 0.875rem; font-family: var(--sans); }
.form input, .form textarea { width: 100%; min-height: 46px; padding: var(--s2) var(--s3); font-size: 1rem; border: 1px solid var(--ink); border-radius: 4px; background: var(--paper-white); }
.form textarea { min-height: 160px; resize: vertical; }
.form input:focus, .form textarea:focus { outline: 3px solid var(--focus); outline-offset: 1px; }
.form input[aria-invalid="true"], .form textarea[aria-invalid="true"] { border-color: #b42318; border-width: 2px; }
.form__error { color: #b42318; font-size: 0.875rem; }
.form__hp { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.form__legal { font-size: 0.875rem; color: var(--muted); }
.notice { padding: var(--s3) var(--s4); border: 1px solid var(--rule-strong); margin-bottom: var(--s4); background: var(--paper-white); }
.notice--success { border-color: var(--teal); border-left-width: 6px; }
.notice--error { border-color: #b42318; border-left-width: 6px; background: #fdf1ee; }
.notice ul { margin: var(--s2) 0 0; padding-left: 1.25rem; }
.error-page { padding-block: var(--s7) var(--s8); text-align: center; }
.error-page__code { font-family: var(--serif); font-size: clamp(6rem, 4rem + 10vw, 11rem); font-weight: 900; color: var(--mustard); line-height: 0.9; margin-bottom: var(--s4); letter-spacing: -0.05em; text-shadow: 4px 4px 0 var(--orange); }
.error-page .page-header__lead, .error-page .hero__actions { margin-inline: auto; justify-content: center; }
.error-page .hero__actions { margin-top: var(--s6); }

/* ---------- Footer (colophon) ---------- */
.footer { margin-top: var(--s8); background: var(--ink); color: var(--paper); font-size: 0.9375rem; }
.footer__stripes { height: 18px; background: var(--stripes) repeat-x left top / 8px 18px; }
.footer__inner { padding-block: var(--s7) var(--s5); }
.footer__colophon { text-align: center; padding-bottom: var(--s6); border-bottom: 1px dotted rgba(251, 243, 230, 0.3); margin-bottom: var(--s6); display: grid; justify-items: center; gap: var(--s3); }
.footer .brand { color: var(--paper); font-size: 2rem; }
.footer .brand:hover { color: var(--mustard); }
.footer__tagline { color: #d9c7a8; max-width: 56ch; font-family: var(--serif); font-style: italic; font-size: 1.125rem; }
.footer__set { font-size: 0.875rem; letter-spacing: 0.1em; text-transform: uppercase; color: #bfa886; }
.footer__grid { display: grid; gap: var(--s5); }
@media (min-width: 768px) { .footer__grid { grid-template-columns: 1fr 1fr 1fr; text-align: center; } }
.footer__heading { font-family: var(--sans); font-size: 0.875rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--mustard); margin-bottom: var(--s2); font-weight: 700; }
.footer__list { list-style: none; margin: 0; padding: 0; }
.footer__list a, .footer__list .link-button { display: inline-block; padding: var(--s2) 0; color: var(--paper); text-decoration: none; min-height: 44px; line-height: 28px; }
.footer__list a:hover, .footer__list .link-button:hover { color: var(--mustard); text-decoration: underline; }
.footer__legal { margin-top: var(--s6); padding-top: var(--s5); border-top: 1px dotted rgba(251, 243, 230, 0.3); display: grid; gap: var(--s3); font-size: 0.875rem; color: #d9c7a8; text-align: center; justify-items: center; }
.footer__disclaimer { max-width: 90ch; }
.footer__legal a { color: var(--paper); }
.footer__legal a:hover { color: var(--mustard); }

/* ---------- Consent ---------- */
.consent { position: fixed; inset-inline: 0; bottom: 0; z-index: 60; background: var(--paper-white); border-top: 3px double var(--ink); box-shadow: 0 -8px 24px rgba(43, 29, 18, 0.15); padding-block: var(--s4) calc(var(--s4) + env(safe-area-inset-bottom)); }
body.consent-open { padding-bottom: 14rem; }
.consent__inner { display: grid; gap: var(--s3); }
.consent__title { font-weight: 700; font-family: var(--serif); font-size: 1.125rem; }
.consent__text { font-size: 0.9375rem; }
.consent__actions { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s2); }
@media (min-width: 768px) { .consent__inner { grid-template-columns: 1fr auto; align-items: center; } .consent__actions { display: flex; } }

/* ---------- Motion, print ---------- */
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
@media (prefers-reduced-motion: reduce) { .btn, .polaroid { transition: none; } .btn:hover { transform: none; } a.polaroid:hover { transform: rotate(var(--tilt, -2deg)); } }
@media print {
  .header, .footer__grid, .consent, .nav-toggle, .skip-link, .breadcrumb, .btn, .cta, .fan, .footer__stripes { display: none !important; }
  body { color: #000; background: #fff; } a { color: #000; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 0.85em; }
  .article__layout, .game__layout, .game__header, .feature { display: block; }
  .polaroid { transform: none; box-shadow: none; }
}
