@font-face {
  font-family: "Press Start 2P";
  src: url("fonts/press-start-2p-400.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("fonts/ibm-plex-mono-400.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("fonts/ibm-plex-mono-600.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}

:root {
  --navy: #393857;
  --navy-soft: #474665;
  --ink: #12101a;
  --white: #f1f0f4;
  --muted: #b1b2c6;
  --accent: #e26932;
  --accent-deep: #aa4528;
  --lavender: #6c6b8a;
  --line: #474665;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--white);
  background: #09080d;
  font-family: "IBM Plex Mono", monospace;
  font-size: 14px;
  line-height: 1.7;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-shell {
  width: min(1100px, 100%);
  min-height: 100vh;
  margin: 0 auto;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-color: #505070;
  background-image: linear-gradient(90deg, rgba(48,48,80,.18), transparent 15%, transparent 85%, rgba(48,48,80,.18));
  box-shadow:
    inset 5px 0 0 #09080d,
    inset -5px 0 0 #09080d;
}

.site-shell::before,
.site-shell::after,
.subpage-shell::before,
.subpage-shell::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  pointer-events: none;
  width: 92px;
  background-color: rgba(48, 48, 80, .34);
  background-image:
    repeating-linear-gradient(to bottom, rgba(144,144,176,.16) 0 1px, transparent 1px 187px, rgba(48,48,80,.58) 187px 192px);
  clip-path: polygon(0 0, 100% 0, 100% 10%, 76% 10%, 76% 13%, 100% 13%, 100% 29%, 62% 29%, 62% 32%, 100% 32%, 100% 53%, 80% 53%, 80% 57%, 100% 57%, 100% 76%, 68% 76%, 68% 79%, 100% 79%, 100% 100%, 0 100%);
}

.site-shell::before,
.subpage-shell::before { left: 0; box-shadow: inset -2px 0 rgba(144,144,176,.12); }

.site-shell::after,
.subpage-shell::after { right: 0; transform: scaleX(-1); box-shadow: inset -2px 0 rgba(144,144,176,.12); background-position: 0 73px; }

.masthead {
  min-height: 360px;
  display: grid;
  grid-template-columns: 270px 1fr;
  align-items: start;
}

.logo-panel {
  height: 88px;
  padding: 12px 28px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #302f48;
  border-top: 2px solid #6c6b8a;
  border-right: 1px solid #474665;
  border-bottom: 3px solid #1d1b2b;
  box-shadow: inset 0 1px 0 rgba(177, 178, 198, .12);
}

.white-logo {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  align-items: baseline;
  white-space: nowrap;
  color: #fff;
  font-family: "Press Start 2P", monospace;
  font-size: 24px;
  line-height: 1.35;
  letter-spacing: -0.06em;
  text-transform: lowercase;
  text-shadow: 0 0 18px rgba(255, 255, 255, .12);
}

.white-logo span:nth-child(2) { margin-left: 0; }
.white-logo sup { position: absolute; right: -20px; top: -5px; font: 9px Arial, sans-serif; letter-spacing: 0; }
.logo-panel .white-logo { font-size: 15px; }
.logo-sub { margin-top: 9px; color: #b1b2c6; font-size: 10px; letter-spacing: .08em; }

.masthead-main { min-width: 0; display: contents; }

.masthead nav {
  min-height: 88px;
  padding: 0 22px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  row-gap: 12px;
  gap: clamp(20px, 4vw, 43px);
  background: #302f48;
  border-top: 2px solid #6c6b8a;
  border-bottom: 3px solid #1d1b2b;
}

.masthead nav a {
  font-family: "Press Start 2P", monospace;
  font-size: 9px;
  text-transform: uppercase;
  text-shadow: 2px 2px 0 #09080d;
}

.masthead nav a:hover { color: var(--accent); }

.hero-image {
  height: 330px;
  grid-column: 1 / -1;
  position: relative;
  overflow: hidden;
  background-color: #1a1330;
  background-image: none;
  border-bottom: 4px solid #1d1b2b;
  box-shadow: inset 0 3px 0 #6c6b8a;
}

.hero-image img { width: 100%; height: 100%; object-fit: contain; object-position: center; image-rendering: auto; filter: none; }
.hero-shade { position: absolute; inset: 0; background: none; }
.hero-image p { position: absolute; left: 28px; bottom: 18px; margin: 0; font: 8px "Press Start 2P", monospace; letter-spacing: .04em; text-shadow: 2px 2px 0 #09080d, 0 0 8px #09080d; }
.hero-image p span { margin-right: 12px; color: var(--accent); }

main {
  width: min(888px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0 24px;
  background: rgba(9, 8, 13, .28);
  box-shadow:
    -4px 0 0 rgba(9, 8, 13, .28),
    4px 0 0 rgba(177, 178, 198, .06);
}

.intro {
  padding: 62px 0 80px;
}

.eyebrow { margin: 0 0 17px; color: var(--accent); font-size: 9px; font-weight: 600; letter-spacing: .17em; }

.intro h1,
.games-section h2,
.engine-note h2,
.blog-teaser h2,
.contact h2 {
  margin: 0;
  font-family: "Press Start 2P", monospace;
  font-weight: 400;
  line-height: 1.35;
  text-shadow: 3px 3px 0 #09080d;
}

.intro h1 { max-width: 650px; font-size: clamp(22px, 3.8vw, 38px); }
.section-param {
  color: #ff7a1a;
  font-size: inherit;
  white-space: nowrap;
}
.section-param::before,
.section-param::after { color: var(--white); }
.section-param::before { content: "("; }
.section-param::after { content: ")"; }
.intro-copy > p:not(.eyebrow) { max-width: 660px; margin: 24px 0 0; color: #dedde6; }
.intro-copy a, .engine-note a, .contact a { color: var(--accent); border-bottom: 1px solid rgba(226,105,50,.48); }

.games-section { padding: 45px 0 92px; border-top: 1px solid var(--line); }
.section-heading { margin-bottom: 38px; }
.games-section h2 { font-size: clamp(25px, 4vw, 36px); }
.game-list { display: grid; gap: 38px; }

.game-row {
  min-height: 280px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr);
  background: linear-gradient(135deg, #474665, #302f48);
  border: 2px solid var(--lavender);
  box-shadow:
    5px 5px 0 #09080d,
    inset 2px 2px 0 rgba(177, 178, 198, .25),
    inset -2px -2px 0 #29273c;
}

.game-row:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 5px;
}

.game-row:hover {
  border-color: var(--accent);
  transform: translate(-1px, -1px);
  box-shadow: 7px 7px 0 #09080d, inset 2px 2px 0 rgba(177, 178, 198, .25), inset -2px -2px 0 #29273c;
}

.game-image { min-height: 280px; position: relative; overflow: hidden; background: #09080d; }
.game-image img { width: 100%; height: 100%; object-fit: cover; image-rendering: pixelated; filter: saturate(.72) contrast(1.08); }
.game-row:hover .game-image img { filter: saturate(.95) contrast(1.08); }
.game-image.game-image--screenshot { min-height: 0; aspect-ratio: 1600 / 986; }
.game-image--screenshot img { display: block; object-fit: contain; image-rendering: auto; filter: saturate(.92) contrast(1.03); }
.game-row:hover .game-image--screenshot img { filter: saturate(1.04) contrast(1.03); }
.game-image--icon { min-height: 0; aspect-ratio: 1; }
.game-image--icon img { object-fit: cover; image-rendering: auto; filter: saturate(.96) contrast(1.02); }
.game-row:hover .game-image--icon img { filter: saturate(1.06) contrast(1.02); }
.game-image::after { content: ""; position: absolute; inset: 0; box-shadow: inset -40px 0 70px rgba(9,8,13,.34); }
.game-image > span { position: absolute; z-index: 1; left: 18px; top: 17px; font: 8px "Press Start 2P", monospace; }

.game-copy { padding: 30px 28px; display: flex; flex-direction: column; justify-content: center; }
.game-copy > p:first-child { margin: 0 0 15px; color: var(--accent); font-size: 9px; text-transform: uppercase; letter-spacing: .09em; }
.game-copy h3 { margin: 0; font: 16px/1.5 "Press Start 2P", monospace; }
.game-rule { width: 42px; height: 2px; margin: 22px 0; background: linear-gradient(90deg, var(--accent), var(--accent-deep)); }
.game-description { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.game-copy small { margin-top: 22px; color: #c77755; font-size: 8px; letter-spacing: .08em; }

.engine-note {
  padding: 78px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.engine-note h2 { font-size: clamp(21px, 3.1vw, 31px); }
.engine-note > div:last-child { max-width: 650px; margin-top: 32px; }
.engine-note > div:last-child > p { margin: 0 0 24px; color: var(--muted); }
.engine-note a, .contact a { font-size: 11px; font-weight: 600; }

.blog-teaser {
  padding: 78px 0;
  border-bottom: 1px solid var(--line);
}

.blog-teaser h2 { font-size: clamp(21px, 3.1vw, 31px); }
.blog-teaser > div:last-child { max-width: 650px; margin-top: 32px; }
.blog-teaser > div:last-child > p { margin: 0 0 24px; color: var(--muted); }
.blog-teaser a { color: var(--accent); border-bottom: 1px solid rgba(226,105,50,.48); font-size: 11px; font-weight: 600; }

.contact { padding: 78px 0; text-align: left; }
.contact h2 { font-size: clamp(21px, 3.1vw, 31px); }
.contact > p:not(.eyebrow) { max-width: 650px; margin: 32px 0 24px; color: var(--muted); }

footer {
  min-height: 180px;
  padding: 45px max(24px, calc((100% - 840px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  color: #8a7b8e;
  background-color: #09080d;
  background-image: linear-gradient(135deg, rgba(108, 107, 138, .13) 25%, transparent 25% 75%, rgba(108, 107, 138, .13) 75%);
  background-size: 4px 4px;
  border-top: 4px solid #1d1b2b;
  font-size: 9px;
}

footer .white-logo { font-size: 11px; }
footer .white-logo span:nth-child(2) { margin-left: 0; }
footer .white-logo sup { right: -11px; top: -5px; font-size: 6px; }
footer a { color: var(--accent); }

/* Lightweight internal pages */
.subpage-shell {
  width: min(900px, 100%);
  min-height: 100vh;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  isolation: isolate;
  overflow: hidden;
  background-color: #505070;
  background-image: linear-gradient(90deg, rgba(48,48,80,.18), transparent 15%, transparent 85%, rgba(48,48,80,.18));
  box-shadow: inset 5px 0 0 #09080d, inset -5px 0 0 #09080d;
}

.subpage-shell::before,
.subpage-shell::after { width: 64px; }

.subpage-header {
  min-height: 112px;
  padding: 25px clamp(24px, 6vw, 58px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: #302f48;
  border-top: 2px solid var(--lavender);
  border-bottom: 4px solid #1d1b2b;
}

.subpage-header .white-logo { font-size: 13px; }
.subpage-header .white-logo span:nth-child(2) { margin-left: 0; }
.subpage-header .white-logo sup { right: -13px; font-size: 6px; }
.subpage-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: clamp(20px, 4vw, 43px); }
.subpage-nav a {
  color: var(--white);
  font-family: "Press Start 2P", monospace;
  font-size: 9px;
  text-transform: uppercase;
  text-shadow: 2px 2px 0 #09080d;
}
.subpage-nav a:hover, .subpage-nav a:focus-visible { color: var(--accent); }

.subpage-main {
  width: min(760px, calc(100% - 48px));
  margin: 0 auto;
  padding: 64px 0 90px;
  flex: 1 0 auto;
  background: rgba(9, 8, 13, .26);
  box-shadow: -24px 0 0 rgba(9, 8, 13, .26), 24px 0 0 rgba(9, 8, 13, .26);
}

.back-link, .text-link {
  color: var(--accent);
  border-bottom: 1px solid rgba(226,105,50,.48);
  font-size: 11px;
  font-weight: 600;
}

.game-detail-hero { margin-top: 28px; }
.game-detail-art {
  height: clamp(260px, 47vw, 430px);
  overflow: hidden;
  background: #09080d;
  border: 2px solid var(--lavender);
  box-shadow: 6px 6px 0 #09080d;
}
.game-detail-art img { width: 100%; height: 100%; object-fit: cover; image-rendering: pixelated; filter: saturate(.8) contrast(1.06); }
.game-detail-art--screenshot { height: auto; aspect-ratio: 1600 / 986; }
.game-detail-art--screenshot img { image-rendering: auto; filter: saturate(.96) contrast(1.03); }
.game-detail-art--preview { height: auto; aspect-ratio: 1672 / 941; }
.game-detail-art--preview img { image-rendering: auto; filter: saturate(.96) contrast(1.02); }
.game-detail-art--icon { height: auto; position: relative; aspect-ratio: 16 / 9; background: #171329; isolation: isolate; }
.game-detail-art--icon::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -28px;
  background-image: linear-gradient(rgba(8, 7, 23, .38), rgba(8, 7, 23, .62)), var(--hero-image);
  background-position: center;
  background-size: cover;
  filter: blur(18px) saturate(.78);
  transform: scale(1.05);
}
.game-detail-art--icon img { position: relative; z-index: 1; object-fit: contain; image-rendering: auto; filter: drop-shadow(0 0 20px rgba(9, 8, 13, .42)); }
.game-detail-copy { padding: 42px 0 18px; }
.game-detail-copy h1, .page-title {
  margin: 0;
  font: 400 clamp(23px, 5vw, 38px)/1.35 "Press Start 2P", monospace;
  text-shadow: 3px 3px 0 #09080d;
}
.game-detail-copy .lede, .page-lede { max-width: 670px; margin: 24px 0 0; color: #dedde6; font-size: 15px; }
.store-actions { min-height: 64px; display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 28px; }
.store-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
}
.store-link:hover { transform: translateY(-2px); filter: brightness(1.12); }
.store-link:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.itch-link {
  min-height: 56px;
  padding: 0 20px;
  border: 2px solid #ff7a72;
  background: #fa5c5c;
  color: #fff;
  box-shadow: 5px 5px 0 #09080d;
  font: 400 11px/1 "Press Start 2P", monospace;
  text-decoration: none;
  text-transform: uppercase;
}
.itch-link span { margin-left: 10px; font: 600 18px/1 "IBM Plex Mono", monospace; }
.store-badge { display: block; width: auto; }
.store-badge--apple { height: 56px; }
.store-badge--google { height: 77px; margin: -7px -10px; }
.detail-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(180px, .7fr); gap: 62px; margin-top: 48px; }
.detail-section { padding-top: 34px; border-top: 1px solid var(--line); }
.detail-section + .detail-section { margin-top: 42px; }
.detail-section h2, .support-card h2, .policy-section h2 {
  margin: 0 0 20px;
  font: 400 13px/1.5 "Press Start 2P", monospace;
  text-shadow: 2px 2px 0 #09080d;
}
.detail-section p, .policy-section p { color: var(--muted); }
.feature-list, .support-list { margin: 0; padding-left: 20px; color: var(--muted); }
.feature-list li + li, .support-list li + li { margin-top: 12px; }
.meta-list { margin: 0; display: grid; gap: 18px; }
.meta-list div { padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.meta-list dt { color: var(--accent); font-size: 8px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.meta-list dd { margin: 4px 0 0; color: var(--muted); }
.detail-actions { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 24px; }

.screenshot-section { margin-top: 82px; padding-top: 46px; border-top: 1px solid var(--line); }
.screenshot-section > h2 { margin: 0; font: 400 clamp(18px, 3.2vw, 25px)/1.5 "Press Start 2P", monospace; text-shadow: 2px 2px 0 #09080d; }
.screenshot-grid { margin-top: 32px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 24px; }
.screenshot-grid figure { margin: 0; min-width: 0; }
.screenshot-grid img { width: 100%; height: auto; aspect-ratio: 1600 / 986; object-fit: contain; background: #09080d; border: 2px solid var(--lavender); box-shadow: 5px 5px 0 #09080d; }
.screenshot-grid figcaption { margin-top: 13px; color: var(--muted); font-size: 10px; line-height: 1.6; }

.support-grid { display: grid; gap: 24px; margin-top: 48px; }
.support-card {
  padding: 30px;
  background: #302f48;
  border: 2px solid var(--lavender);
  box-shadow: 5px 5px 0 #09080d;
}
.support-card p { margin: 0; color: var(--muted); }
.support-card p + p, .support-card p + .support-list, .support-card .support-list + p { margin-top: 18px; }
.discord-note { color: var(--white) !important; }
.placeholder-link { color: var(--accent); font-weight: 600; }

.policy-header { margin-bottom: 48px; }
.policy-meta { color: var(--accent); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.policy-section { padding-top: 32px; border-top: 1px solid var(--line); }
.policy-section + .policy-section { margin-top: 36px; }
.policy-section p { margin: 0; }
.policy-section p + p { margin-top: 16px; }
.policy-section ul { color: var(--muted); }

.blog-header { margin-bottom: 52px; }
.post-list { display: grid; gap: 22px; }
.post-card {
  padding: 30px;
  background: #302f48;
  border: 2px solid var(--lavender);
  box-shadow: 5px 5px 0 #09080d;
}
.post-card h2 { margin: 10px 0 16px; font: 400 15px/1.55 "Press Start 2P", monospace; text-shadow: 2px 2px 0 #09080d; }
.post-card h2 a:hover, .post-card h2 a:focus-visible { color: var(--accent); }
.post-card > p:not(.post-meta) { margin: 0 0 18px; color: var(--muted); }
.post-meta { margin: 0; color: var(--accent); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.blog-post { margin-top: 36px; }
.article-header { padding-bottom: 44px; border-bottom: 1px solid var(--line); }
.article-header h1 { margin: 14px 0 0; font: 400 clamp(22px, 4.8vw, 36px)/1.4 "Press Start 2P", monospace; text-shadow: 3px 3px 0 #09080d; }
.article-body { max-width: 680px; padding-top: 38px; color: #dedde6; }
.article-body p { margin: 0 0 24px; }
.article-body h2, .article-body h3 { margin: 46px 0 18px; font-family: "Press Start 2P", monospace; font-weight: 400; line-height: 1.55; text-shadow: 2px 2px 0 #09080d; }
.article-body h2 { font-size: 14px; }
.article-body h3 { font-size: 11px; }
.article-body ul { padding-left: 22px; }
.article-body li + li { margin-top: 10px; }
.article-body a { color: var(--accent); border-bottom: 1px solid rgba(226,105,50,.48); }
.article-body blockquote { margin: 30px 0; padding: 4px 0 4px 22px; color: var(--muted); border-left: 3px solid var(--accent); }
.article-body code { padding: 2px 5px; color: var(--white); background: #302f48; }

/* ArcadePotion engine page */
.engine-hero { padding-bottom: 58px; }
.engine-tags { margin: 30px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 9px; list-style: none; }
.engine-tags li { padding: 7px 10px; color: #d6d5e0; background: #302f48; border: 1px solid var(--lavender); font-size: 8px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.engine-intro { max-width: 690px; }
.engine-intro h2, .engine-section-heading h2, .engine-proof h2, .engine-cta h2 { margin: 0; font: 400 clamp(16px, 3vw, 22px)/1.55 "Press Start 2P", monospace; text-shadow: 2px 2px 0 #09080d; }
.engine-intro > p:not(.eyebrow) { color: #dedde6; }
.engine-intro > p:last-child { color: var(--muted); }

.engine-features { margin-top: 78px; padding-top: 48px; border-top: 1px solid var(--line); }
.engine-section-heading { margin-bottom: 34px; }
.engine-feature-list { border-bottom: 1px solid var(--line); }
.engine-feature-list article { padding: 28px 0; display: grid; grid-template-columns: 58px 1fr; gap: 20px; border-top: 1px solid var(--line); }
.engine-feature-list article > span { color: var(--accent); font: 8px "Press Start 2P", monospace; }
.engine-feature-list h3 { margin: 0 0 12px; color: var(--white); font: 400 11px/1.55 "Press Start 2P", monospace; text-shadow: 2px 2px 0 #09080d; }
.engine-feature-list p { margin: 0; color: var(--muted); }
.engine-feature-list code, .engine-proof code { color: #f0b090; font-family: "IBM Plex Mono", monospace; }

.engine-platforms { margin-top: 78px; }
.platform-list { margin: 32px 0 0; }
.platform-list div { padding: 20px 0; display: grid; grid-template-columns: 115px 1fr; gap: 28px; border-top: 1px solid var(--line); }
.platform-list div:last-child { border-bottom: 1px solid var(--line); }
.platform-list dt { color: var(--accent); font: 8px/1.7 "Press Start 2P", monospace; }
.platform-list dd { margin: 0; color: var(--muted); }

.engine-proof { margin-top: 78px; display: grid; grid-template-columns: 1fr 1.05fr; gap: 52px; }
.engine-proof p:not(.eyebrow) { color: var(--muted); }
.engine-proof pre { margin: 0; padding: 25px; overflow-x: auto; color: #dedde6; background: #171522; border: 2px solid var(--lavender); box-shadow: 5px 5px 0 #09080d; font: 11px/1.75 "IBM Plex Mono", monospace; }
.engine-cta { margin-top: 84px; padding: 62px 0 10px; text-align: center; border-top: 1px solid var(--line); }
.engine-cta > p:not(.eyebrow) { max-width: 620px; margin: 24px auto; color: var(--muted); }

@media (max-width: 760px) {
  .site-shell::before, .site-shell::after { width: 34px; }
  .subpage-shell::before, .subpage-shell::after { width: 26px; }
  .masthead { min-height: 0; grid-template-columns: 1fr; }
  .logo-panel { width: 100%; height: 96px; margin: 0; padding: 18px 24px; border-right: 0; }
  .logo-panel .white-logo { font-size: 13px; }
  .masthead-main { display: flex; flex-direction: column; }
  .masthead nav { min-height: 76px; height: auto; order: 2; padding: 18px 12px; gap: 14px 19px; }
  .masthead nav a { font-size: 7px; }
  .hero-image { height: 260px; order: 1; }
  .hero-image img { object-position: center; }
  main { width: calc(100% - 36px); padding: 0 18px; }
  .intro { padding-top: 58px; }
  .game-row { grid-template-columns: 1fr; }
  .game-image { min-height: 225px; }
  .engine-note > div:last-child, .blog-teaser > div:last-child { margin-top: 26px; }
  .contact > p:not(.eyebrow) { margin-top: 26px; }
  footer { flex-direction: column; align-items: flex-start; }
  .subpage-header { align-items: flex-start; flex-direction: column; }
  .subpage-nav { width: 100%; justify-content: flex-start; gap: 14px 19px; }
  .subpage-nav a { font-size: 7px; }
  .subpage-main { width: calc(100% - 40px); padding-top: 46px; }
  .detail-grid { grid-template-columns: 1fr; gap: 44px; }
  .game-detail-art { height: 280px; }
  .game-detail-art--screenshot, .game-detail-art--preview, .game-detail-art--icon { height: auto; }
  .screenshot-grid { grid-template-columns: 1fr; }
  .engine-feature-list article { grid-template-columns: 38px 1fr; gap: 12px; }
  .platform-list div { grid-template-columns: 1fr; gap: 8px; }
  .engine-proof { grid-template-columns: 1fr; gap: 30px; }
  .engine-proof pre { padding: 18px; font-size: 10px; }
}

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