/*
Theme Name: Tiny Bit Adventures
Description: A game developer theme for Tiny Bit Adventures. Games sit along a board path of crayon squares, from Isaiah's first hand-drawn board game.
Author: Austin Ginder
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 8.0
License: MIT
Text Domain: tinybit
*/

/* ---------- Tokens ---------- */
:root {
	--night: #0e1330;
	--sky: #141b3a;
	--sky-2: #1c2550;
	--sky-3: #2c3868;
	--line: #3f4f8a;
	--ink: #eef4ff;
	--ink-2: #b4c2e6;
	--ink-3: #8394c4;
	--fox: #ee6a2e;
	--gold: #ffd35c;
	--red: #e5483f;
	--orange: #f29230;
	--yellow: #f6d43f;
	--green: #56b84e;
	--blue: #3f93dc;
	--purple: #9464d6;
	--accent: var(--fox);
	--px: 4px; /* one "pixel" of the chunky UI */
	--display: "Chakra Petch", system-ui, sans-serif;
	--pixel: "Pixelify Sans", system-ui, sans-serif; /* the wordmark only: pixel digits are hard to read */
	--body: "Atkinson Hyperlegible Next", "Atkinson Hyperlegible", system-ui, sans-serif;
	--wrap: 1180px;
	--text: 68ch;
	--gutter: clamp(16px, 4vw, 40px);
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
	margin: 0;
	background: var(--sky);
	color: var(--ink);
	font: 400 1.0625rem/1.65 var(--body);
	overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold); text-decoration-thickness: 2px; text-underline-offset: 3px; }
a:hover { color: #fff2b0; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
h1, h2, h3, h4 { font-family: var(--display); font-weight: 600; line-height: 1.1; margin: 0 0 0.5em; letter-spacing: 0.01em; }
h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); }
h3 { font-size: 1.45rem; }
p { margin: 0 0 1em; }
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }
.wrap--text { max-width: calc(var(--text) + 2 * var(--gutter)); }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 16px; top: 16px; z-index: 10; background: var(--gold); color: var(--night); padding: 8px 12px; }

/* ---------- Pixel squares (the board path) ---------- */
.squares { display: flex; gap: var(--px); }
.sq { display: block; width: 14px; height: 14px; flex: none; background: var(--c); box-shadow: inset -3px -3px 0 rgba(0, 0, 0, 0.22), inset 3px 3px 0 rgba(255, 255, 255, 0.18); }
.sq--red { --c: var(--red); } .sq--orange { --c: var(--orange); } .sq--yellow { --c: var(--yellow); }
.sq--green { --c: var(--green); } .sq--blue { --c: var(--blue); } .sq--purple { --c: var(--purple); }
.sq--big { width: 30px; height: 30px; box-shadow: inset -5px -5px 0 rgba(0, 0, 0, 0.22), inset 5px 5px 0 rgba(255, 255, 255, 0.18); }
.sq--empty { background: transparent; box-shadow: none; outline: 3px dashed var(--ink-3); outline-offset: -3px; }

/* ---------- Buttons ---------- */
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 1.25em 0 0; }
.btn {
	display: inline-block; font: 600 1.05rem/1 var(--display); letter-spacing: 0.02em; text-decoration: none;
	color: var(--ink); background: var(--sky-2); padding: 12px 18px; border: 3px solid var(--line);
	box-shadow: var(--px) var(--px) 0 var(--night);
	transition: transform 80ms ease, box-shadow 80ms ease;
}
.btn:hover { color: var(--ink); border-color: var(--ink-3); }
.btn:active { transform: translate(var(--px), var(--px)); box-shadow: 0 0 0 var(--night); }
.btn--primary { background: var(--accent); border-color: color-mix(in srgb, var(--accent) 60%, #fff); color: #1a0d06; }
.btn--primary:hover { color: #1a0d06; filter: brightness(1.08); border-color: #fff; }
.btn--quiet { background: transparent; box-shadow: none; border-color: transparent; color: var(--gold); padding-inline: 6px; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.btn--quiet:hover { color: #fff2b0; border-color: transparent; }

/* ---------- Masthead ---------- */
.masthead { background: var(--night); border-bottom: 3px solid var(--sky-3); }
.masthead__inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 76px; flex-wrap: wrap; padding-block: 10px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; }
.brand:hover { color: var(--ink); }
.brand__mark { width: 45px; height: 33px; }
.brand__name { font: 700 1.5rem/1 var(--pixel); letter-spacing: 0.02em; }
.nav__list { display: flex; flex-wrap: wrap; gap: 4px 22px; list-style: none; margin: 0; padding: 0; }
.nav__list a { font: 600 1.15rem/1 var(--display); color: var(--ink-2); text-decoration: none; padding: 8px 0; border-bottom: 3px solid transparent; }
.nav__list a:hover, .nav__list .current-menu-item a, .nav__list .current_page_item a { color: var(--ink); border-bottom-color: var(--fox); }

/* ---------- Hero ---------- */
.hero { padding: clamp(36px, 6vw, 72px) 0 clamp(40px, 6vw, 80px); background: linear-gradient(var(--night), var(--sky) 70%); }
.hero__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(24px, 4vw, 56px); align-items: center; }
.hero__title { font-size: clamp(2.4rem, 5.2vw, 4rem); line-height: 1.02; }
.hero__lede { font-size: 1.15rem; color: var(--ink-2); max-width: 42ch; }

/* ---------- Game stage ---------- */
.stage { margin: 0; background: var(--night); border: var(--px) solid var(--sky-3); box-shadow: 8px 8px 0 #090c20; }
.stage__screen { position: relative; aspect-ratio: var(--ratio, 384 / 240); background: #05060e; overflow: hidden; }
.stage__poster, .stage__screen iframe { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; image-rendering: pixelated; border: 0; }
.stage__start {
	position: absolute; left: 50%; bottom: 14%; transform: translateX(-50%);
	display: grid; justify-items: center; gap: 6px; cursor: pointer;
	font: 700 1.5rem/1 var(--display); color: #1a0d06; background: var(--gold);
	border: 3px solid #fff2b0; padding: 14px 26px 12px; box-shadow: 6px 6px 0 #05060e;
}
.stage__start-hint { font: 400 0.8rem/1.2 var(--body); color: #3a2a06; }
.stage__start:hover { background: #ffe07a; }
.stage__start:active { transform: translate(calc(-50% + 4px), 4px); box-shadow: 2px 2px 0 #05060e; }
.stage__bar { display: flex; justify-content: space-between; gap: 12px; padding: 10px 14px; font: 600 1rem/1.2 var(--display); color: var(--ink-2); background: var(--night); }
.stage.is-playing .stage__start { display: none; }

/* ---------- Sections ---------- */
.section { padding: clamp(48px, 7vw, 96px) 0; }
.section + .section { border-top: 3px solid var(--sky-2); }
.section__head { max-width: 60ch; margin-bottom: clamp(24px, 4vw, 44px); }
.section__head p { color: var(--ink-2); font-size: 1.1rem; margin: 0; }
.section__more { margin-top: 24px; font-family: var(--display); font-size: 1.15rem; }
.page-head { padding-top: clamp(36px, 6vw, 64px); padding-bottom: 28px; }
.page-head p { color: var(--ink-2); font-size: 1.15rem; max-width: 60ch; }

/* ---------- The board path ---------- */
.path { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; }
.stop { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 0 clamp(12px, 2.5vw, 28px); position: relative; padding-bottom: clamp(36px, 5vw, 56px); }
/* the trail of squares running down to the next stop */
.stop::before {
	content: ""; position: absolute; left: 29px; top: 76px; bottom: 6px; width: 14px;
	background: repeating-linear-gradient(to bottom,
		var(--red) 0 14px, transparent 14px 22px, var(--orange) 22px 36px, transparent 36px 44px,
		var(--yellow) 44px 58px, transparent 58px 66px, var(--green) 66px 80px, transparent 80px 88px,
		var(--blue) 88px 102px, transparent 102px 110px, var(--purple) 110px 124px, transparent 124px 132px);
	opacity: 0.85;
}
.stop--next::before { display: none; }
.stop--next { padding-bottom: 0; }
.stop__marker { display: grid; justify-items: center; align-content: start; gap: 8px; padding-top: 4px; }
.stop__year { font: 700 1.05rem/1 var(--body); font-variant-numeric: tabular-nums; color: var(--ink-2); }
.stop__card {
	display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); background: var(--sky-2);
	border: 3px solid var(--sky-3); border-top: 6px solid var(--accent); box-shadow: 8px 8px 0 var(--night);
}
.stop__media { display: block; background: var(--night); }
.stop__img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 16 / 10; }
.stop__body { padding: clamp(18px, 2.5vw, 28px); }
.stop__title { font-size: clamp(1.7rem, 3vw, 2.2rem); margin-bottom: 0.3em; }
.stop__title a { color: var(--ink); text-decoration: none; }
.stop__title a:hover { color: var(--gold); }
.stop__tagline { color: var(--ink-2); }
.stop__card--empty { display: block; padding: 22px 24px; background: transparent; border: 3px dashed var(--sky-3); box-shadow: none; color: var(--ink-2); max-width: 560px; }
.stop__card--empty p { margin: 0; }

.status { display: inline-block; font: 600 0.95rem/1 var(--display); padding: 6px 10px 5px; margin: 0 0 12px; color: var(--night); background: var(--ink-3); }
.status--playable { background: var(--green); }
.status--download { background: var(--blue); color: #fff; }
.status--dev { background: var(--yellow); }

.facts { display: flex; flex-wrap: wrap; gap: 10px 28px; margin: 0; }
.facts div { min-width: 0; }
.facts dt { font-size: 0.85rem; color: var(--ink-3); }
.facts dd { margin: 0; font-weight: 600; }
.facts--stack { display: grid; gap: 14px; margin-top: 22px; }

/* ---------- Album ---------- */
.album { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); gap: clamp(20px, 4vw, 48px); align-items: start; }
.album__cover img { width: 100%; border: var(--px) solid var(--sky-3); box-shadow: 8px 8px 0 var(--night); }
.album__title { font-size: 2rem; }
.album__facts { color: var(--ink-2); }
.tracks { list-style: none; margin: 0 0 16px; padding: 0; border-top: 3px solid var(--sky-3); }
.track { position: relative; border-bottom: 3px solid var(--sky-2); }
.track__play {
	all: unset; box-sizing: border-box; cursor: pointer; width: 100%;
	display: grid; grid-template-columns: 2.4em minmax(0, 1fr) auto; align-items: center; gap: 12px; padding: 11px 8px;
	font: 400 1.05rem/1.3 var(--body); color: var(--ink);
}
.track__play:hover { background: var(--sky-2); }
.track__play:focus-visible { outline: 3px solid var(--gold); outline-offset: -3px; }
.track__num { font: 600 1rem/1 var(--body); font-variant-numeric: tabular-nums; color: var(--ink-3); text-align: center; }
.track__time { color: var(--ink-3); font-variant-numeric: tabular-nums; }
.track__bar { position: absolute; left: 0; right: 0; bottom: -3px; height: 3px; pointer-events: none; }
.track__bar span { display: block; height: 100%; width: 0; background: var(--fox); }
.track.is-playing .track__play { background: var(--sky-2); }
.track.is-playing .track__title { color: var(--gold); font-weight: 600; }
.track.is-playing .track__num { color: transparent; background: var(--fox); width: 14px; height: 14px; margin: 0 auto; box-shadow: inset -3px -3px 0 rgba(0, 0, 0, 0.22); }
.track.is-paused .track__num { background: var(--ink-3); }
.album__more { font-family: var(--display); font-size: 1.1rem; }

/* ---------- Origin ---------- */
.origin { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(24px, 4vw, 56px); align-items: center; }
.origin__photos { position: relative; padding: 0 12% 12% 0; }
.origin__map { width: 100%; aspect-ratio: 1; object-fit: cover; border: 10px solid #f4f0e6; transform: rotate(-2deg); box-shadow: 10px 10px 0 var(--night); }
.origin__clay { position: absolute; right: 0; bottom: 0; width: 38%; border: 8px solid #f4f0e6; transform: rotate(4deg); box-shadow: 8px 8px 0 var(--night); }
.origin__text p { color: var(--ink-2); font-size: 1.12rem; }

/* ---------- Devlog ---------- */
.logs { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 28px; }
.log { border-top: 6px solid var(--sky-3); padding-top: 16px; }
.log time { font: 600 0.95rem/1 var(--body); color: var(--ink-2); }
.log h2, .log h3 { font-size: 1.5rem; margin: 8px 0 8px; }
.log h2 a, .log h3 a { color: var(--ink); text-decoration: none; }
.log h2 a:hover, .log h3 a:hover { color: var(--gold); }
.log p { color: var(--ink-2); }
.log__img { display: block; margin-bottom: 14px; }
.log__img img { aspect-ratio: 16 / 10; object-fit: cover; width: 100%; border: 3px solid var(--sky-3); }
.logs--full { padding-bottom: 72px; }

/* ---------- Entries and games ---------- */
.entry { padding-bottom: 80px; }
.entry__head { padding-top: clamp(36px, 6vw, 64px); padding-bottom: 12px; }
.entry__meta { font: 400 1rem/1.3 var(--body); color: var(--ink-2); margin-bottom: 14px; }
.entry__meta a { color: var(--ink-2); }
.entry__nav { display: grid; gap: 8px; margin-top: 48px; padding-top: 20px; border-top: 3px solid var(--sky-2); font-family: var(--display); font-size: 1.1rem; }
.music__notes { margin-top: 40px; }
.game__head { padding-top: clamp(36px, 6vw, 64px); padding-bottom: 24px; }
.game__head h1 { font-size: clamp(2.6rem, 6vw, 4.4rem); border-bottom: 6px solid var(--accent); display: inline-block; padding-bottom: 6px; }
.game__tagline { font-size: 1.25rem; color: var(--ink-2); max-width: 56ch; }
.game__cover img { width: 100%; border: var(--px) solid var(--sky-3); box-shadow: 8px 8px 0 var(--night); }
.game__grid { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: clamp(24px, 5vw, 64px); padding-top: 48px; padding-bottom: 80px; }
.game__side { align-self: start; position: sticky; top: 24px; background: var(--sky-2); border: 3px solid var(--sky-3); padding: 22px; }
.game__side .actions { margin: 0; flex-direction: column; }
.game__side .btn { text-align: center; }
.game .btn--primary { --accent: inherit; }

/* ---------- Prose (post and page content) ---------- */
.prose { font-size: 1.1rem; }
.prose > * { max-width: var(--text); }
.prose h2 { font-size: 1.9rem; margin-top: 1.8em; }
.prose h3 { font-size: 1.45rem; margin-top: 1.6em; }
.prose ul, .prose ol { padding-left: 1.3em; margin: 0 0 1.2em; }
.prose li { margin-bottom: 0.35em; }
.prose li::marker { color: var(--fox); }
.prose img { border: 3px solid var(--sky-3); }
.prose figure { margin: 1.8em 0; }
.prose figcaption, .prose .wp-element-caption { font-size: 0.95rem; color: var(--ink-3); margin-top: 8px; }
.prose blockquote { margin: 1.6em 0; padding: 4px 0 4px 20px; border-left: 6px solid var(--fox); color: var(--ink-2); }
.prose code { font-size: 0.92em; background: var(--sky-2); padding: 2px 6px; }
.prose pre { background: var(--night); border: 3px solid var(--sky-3); padding: 16px; overflow-x: auto; font-size: 0.92rem; }
/* galleries and columns are laid out here, so they don't depend on the block library stylesheet */
.prose .wp-block-gallery { max-width: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 1.8em 0; }
.prose .wp-block-gallery figure { margin: 0; width: auto !important; }
.prose .wp-block-gallery img { width: 100%; height: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.prose .wp-block-columns { max-width: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin: 1.8em 0; }
.prose .wp-block-column > figure { margin: 0; }
.prose .alignwide { max-width: none; }
.prose .wp-block-image img { image-rendering: auto; }
.prose .is-pixel img { image-rendering: pixelated; }
.prose hr { border: 0; height: 14px; background: repeating-linear-gradient(to right, var(--red) 0 14px, transparent 14px 18px, var(--orange) 18px 32px, transparent 32px 36px, var(--yellow) 36px 50px, transparent 50px 54px, var(--green) 54px 68px, transparent 68px 72px, var(--blue) 72px 86px, transparent 86px 90px, var(--purple) 90px 104px, transparent 104px 108px); margin: 2.4em 0; opacity: 0.8; }

/* ---------- Brand page ---------- */
.brandbook__section { padding-top: clamp(40px, 6vw, 72px); padding-bottom: 8px; }
.brandbook__section + .brandbook__section { border-top: 3px solid var(--sky-2); margin-top: clamp(32px, 5vw, 56px); }
.brandbook__intro { max-width: 62ch; margin-bottom: 28px; }
.brandbook__intro p, .brandbook__note { color: var(--ink-2); }
.brandbook__section h3 { font-size: 1.4rem; margin-top: 1.6em; }
.brandbook__note { max-width: 62ch; margin-top: -0.2em; }
.kit { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(20px, 3vw, 40px); padding: 28px 0; border-top: 3px solid var(--sky-2); align-items: center; }
.kit__show { margin: 0; display: grid; place-items: center; min-height: 220px; padding: clamp(24px, 4vw, 48px); border: 3px solid var(--sky-3); }
.kit__show--night { background: var(--sky); }
.kit__show--paper { background: #f4f6fb; border-color: #dfe5f2; }
.kit__show img { max-height: 120px; width: auto; max-width: 100%; }
.kit__show.is-square img { max-height: 180px; }
.kit__show.is-round img { border-radius: 50%; }
.kit__show.is-pixel img { width: 96px; max-height: none; image-rendering: pixelated; }
.kit__body h3 { margin-top: 0; }
.kit__body > p { color: var(--ink-2); }
.files { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; }
.files a { font-weight: 600; word-break: break-all; }
.files span { color: var(--ink-3); font-size: 0.95rem; }
.construct { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(24px, 4vw, 56px); align-items: center; }
.construct__fig { margin: 0; background: var(--sky); border: 3px solid var(--sky-3); padding: clamp(16px, 3vw, 32px); }
.construct__fig svg { width: 100%; display: block; }
.construct__cell { fill: none; stroke: var(--line); stroke-width: 0.08; stroke-dasharray: 0.3 0.2; }
.construct__dim { stroke: var(--ink-3); stroke-width: 0.1; fill: none; }
.construct__label { fill: var(--ink-2); font: 600 1.1px var(--body); text-anchor: middle; }
.construct__clear { fill: none; stroke: var(--gold); stroke-width: 0.08; stroke-dasharray: 0.4 0.3; opacity: 0.7; }
.construct__text p { color: var(--ink-2); }
.swatches { list-style: none; margin: 0 0 8px; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 22px 28px; }
.swatch { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 14px; align-items: start; }
.swatch__chip { all: unset; cursor: pointer; width: 64px; height: 64px; background: var(--c); box-shadow: inset -6px -6px 0 rgba(0, 0, 0, 0.2), inset 6px 6px 0 rgba(255, 255, 255, 0.16), 4px 4px 0 var(--night); }
.swatch__chip:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.swatch__chip:active { transform: translate(2px, 2px); }
.swatch p { margin: 0; }
.swatch__name { font: 600 1.15rem/1.2 var(--display); }
.swatch__hex { font-variant-numeric: tabular-nums; font-weight: 600; }
.swatch__hex span { color: var(--ink-3); font-weight: 400; }
.swatch__role { color: var(--ink-2); font-size: 0.95rem; margin-top: 4px !important; }
.copied { min-height: 1.5em; color: var(--gold); font-weight: 600; margin-top: 14px; }
.specimens { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 28px; }
.specimen { border-top: 6px solid var(--sky-3); padding-top: 18px; }
.specimen h3 { margin: 18px 0 6px; font-size: 1.25rem; }
.specimen p { color: var(--ink-2); }
.specimen__sample { color: var(--ink) !important; line-height: 1.1; margin-bottom: 0; }
.specimen__sample--display { font: 700 2.3rem/1.05 var(--display); }
.specimen__sample--body { font: 400 1.6rem/1.2 var(--body); font-variant-numeric: tabular-nums; }
.specimen__sample--pixel { font: 700 2.1rem/1.1 var(--pixel); }
.specimen__weights { display: flex; gap: 18px; font: 2rem/1 var(--display); color: var(--ink) !important; }
.specimen__weights--body { font: 1.5rem/1 var(--body); font-variant-numeric: tabular-nums; }
.rules { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.rules__col { background: var(--sky-2); border: 3px solid var(--sky-3); border-top: 6px solid var(--green); padding: 22px 24px; }
.rules__col--dont { border-top-color: var(--red); }
.rules__col h3 { margin-top: 0; }
.rules__col ul { margin: 0; padding-left: 1.2em; }
.rules__col li { margin-bottom: 0.55em; color: var(--ink-2); }
.rules__col--do li::marker { color: var(--green); }
.rules__col--dont li::marker { color: var(--red); }
.brandbook__origin { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); gap: clamp(24px, 4vw, 56px); align-items: center; padding-bottom: 80px; }
.brandbook__origin p { color: var(--ink-2); max-width: 56ch; }
.brandbook__origin .origin__photos { padding: 0; }

/* ---------- 404 ---------- */
.lost { padding-bottom: 96px; }
.lost img { width: 64px; image-rendering: pixelated; margin-bottom: 16px; }

/* ---------- Footer: the ground ---------- */
.ground { background: var(--night); padding-bottom: 36px; margin-top: 0; }
.ground__path { overflow: hidden; padding: 0; margin-bottom: 36px; }
.ground__path .sq { width: 22px; height: 22px; }
.ground__inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 20px 40px; align-items: start; }
.ground__name { font: 700 1.4rem/1 var(--pixel); margin-bottom: 8px; }
.ground__about p:not(.ground__name) { color: var(--ink-2); margin: 0; }
.ground__small { grid-column: 1 / -1; color: var(--ink-3); font-size: 0.95rem; margin: 0; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
	.hero__grid, .origin, .album, .game__grid { grid-template-columns: minmax(0, 1fr); }
	.stop__card { grid-template-columns: minmax(0, 1fr); }
	.game__side { position: static; }
	.album__cover { max-width: 320px; }
	.kit, .construct, .rules, .brandbook__origin { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 560px) {
	.prose .wp-block-gallery { grid-template-columns: minmax(0, 1fr); }
	.stop { grid-template-columns: 44px minmax(0, 1fr); }
	.stop::before { left: 15px; }
	.sq--big { width: 24px; height: 24px; }
	.stop__year { font-size: 0.95rem; }
	.ground__inner { grid-template-columns: minmax(0, 1fr); }
	.brand__name { font-size: 1.25rem; }
	.stage__start { font-size: 1.2rem; padding: 12px 18px 10px; }
}
@media (prefers-reduced-motion: reduce) {
	* { transition: none !important; }
}
