@font-face {
  font-family: "Instrument Serif";
  src: url("/static/fonts/InstrumentSerif-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Serif";
  src: url("/static/fonts/InstrumentSerif-Italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Spline Sans Mono";
  src: url("/static/fonts/SplineSansMono.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

:root {
  --paper: #f1ebdd;
  --paper-bright: #f8f3e8;
  --ink: #171713;
  --ink-soft: #2b2b25;
  --signal: #ff4b27;
  --acid: #d7ff43;
  --dust: #a79f90;
  --line: rgba(23, 23, 19, .22);
  --reverse-line: rgba(247, 242, 232, .22);
  --serif: "Instrument Serif", Georgia, serif;
  --mono: "Spline Sans Mono", ui-monospace, monospace;
  --ease: cubic-bezier(.2, .8, .2, 1);
}

* { box-sizing: border-box; }
html { min-width: 300px; scroll-behavior: smooth; }
body { margin: 0; min-width: 300px; background: var(--paper); color: var(--ink); font-family: var(--mono); text-rendering: optimizeLegibility; }
a { color: inherit; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--acid); color: var(--ink); }

.portal-header {
  position: absolute;
  z-index: 20;
  inset: 0 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 72px;
  padding: 0 clamp(20px, 3vw, 48px);
  border-bottom: 1px solid var(--line);
  font-size: 11px;
  letter-spacing: .055em;
}
.wordmark, .index-link, .header-links a { font-weight: 600; text-decoration: none; }
.header-links { justify-self: end; display: flex; align-items: center; gap: 22px; }
.index-link span { display: inline-block; transition: transform .25s var(--ease); }
.index-link:hover span { transform: translateY(4px); }
.live-note { display: flex; align-items: center; gap: 9px; margin: 0; color: #5e594f; }
.live-note span { width: 6px; height: 6px; border-radius: 50%; background: var(--signal); animation: livePulse 2.4s ease-in-out infinite; }

.portal {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 94px clamp(18px, 4vw, 60px) 76px;
  background: #b9aa96;
  isolation: isolate;
}
.creation-art {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(241, 235, 221, .2), rgba(241, 235, 221, .04) 48%, rgba(23, 23, 19, .14)),
    url("/static/creation-of-adam.jpg");
  background-position: center, 42.5% 41%;
  background-size: auto, auto 200%;
  background-repeat: no-repeat;
  filter: saturate(.68) contrast(1.05);
  pointer-events: none;
}
.creation-figure { display: none; }
.creation-art::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/static/noise.png") repeat;
  opacity: .4;
  mix-blend-mode: soft-light;
}
.creation-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 68%, rgba(241, 235, 221, .68) 100%),
    linear-gradient(90deg, rgba(241, 235, 221, .26), transparent 34% 66%, rgba(241, 235, 221, .2));
}
.portal::before {
  content: "";
  position: absolute;
  inset: 72px 0 auto;
  z-index: 4;
  height: 1px;
  background: var(--line);
  transform: scaleX(0);
  transform-origin: left;
  animation: drawLine 1.1s .15s var(--ease) forwards;
}
.surprise-link {
  position: relative;
  z-index: 2;
  display: block;
  width: min(94vw, 1440px);
  color: inherit;
  text-align: center;
  text-decoration: none;
  outline: none;
  transform: translate3d(var(--portal-x, 0), var(--portal-y, 0), 0);
  transition: transform .18s var(--ease);
}
.surprise-link h1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: min(64vh, 650px);
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4.2rem, 11vw, 10.5rem);
  font-weight: 400;
  line-height: .74;
  letter-spacing: -.056em;
  text-align: left;
  text-wrap: balance;
  animation: portalIn 1.1s var(--ease) both;
}
.surprise-link h1 > span, .surprise-link h1 > em { display: block; }
.surprise-link h1 > em { align-self: flex-end; padding: 0; font-style: normal; }
.portal-seam {
  display: block;
  width: 86%;
  height: 7px;
  margin: clamp(28px, 4.5vh, 58px) auto 0;
  border-block: 1px solid currentColor;
  transform: scaleX(.12);
  transition: transform .55s var(--ease), height .18s ease;
}
.surprise-link:hover .portal-seam, .surprise-link:focus-visible .portal-seam { transform: scaleX(1); height: 12px; }
.surprise-link:active { transform: translate3d(var(--portal-x, 0), var(--portal-y, 0), 0) scaleY(.9); }
.surprise-link:focus-visible { outline: 3px solid var(--ink); outline-offset: 14px; }

.portal-meta {
  position: absolute;
  z-index: 3;
  left: clamp(20px, 3vw, 48px);
  right: clamp(20px, 3vw, 48px);
  bottom: 32px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 10px;
  letter-spacing: .06em;
}
.portal-meta p { margin: 0; }
.portal-meta p:first-child { font-weight: 600; }
.scroll-cue {
  position: absolute;
  z-index: 3;
  bottom: 27px;
  left: 50%;
  display: grid;
  justify-items: center;
  gap: 9px;
  color: inherit;
  font-size: 9px;
  letter-spacing: .08em;
  text-decoration: none;
  transform: translateX(-50%);
}
.scroll-cue i { display: block; width: 1px; height: 18px; background: currentColor; animation: scrollTick 1.6s ease-in-out infinite; }

.manifesto {
  min-height: 96vh;
  padding: clamp(94px, 12vw, 180px) clamp(22px, 6vw, 96px);
  background: var(--paper-bright);
}
.section-kicker { margin: 0 0 34px; font-size: 11px; letter-spacing: .08em; }
.manifesto h2 {
  max-width: 1280px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.5rem, 8.4vw, 9.4rem);
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.04em;
}
.manifesto h2 em { color: var(--signal); font-weight: 400; }
.process-line {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1280px;
  margin: clamp(78px, 10vw, 150px) 0 0 auto;
  padding: 0;
  border-top: 1px solid var(--ink);
  list-style: none;
}
.process-line li { position: relative; min-height: 190px; padding: 24px 32px 28px 0; border-right: 1px solid var(--line); }
.process-line li:not(:first-child) { padding-left: 32px; }
.process-line li:last-child { border-right: 0; }
.process-line span { display: block; margin-bottom: 56px; color: var(--signal); font-size: 11px; }
.process-line strong { display: block; margin-bottom: 12px; font-size: 13px; letter-spacing: .04em; }
.process-line p { max-width: 330px; margin: 0; color: #686154; font-size: 12px; line-height: 1.65; }
.manifesto-note { margin: 54px 0 0 auto; max-width: 560px; font-family: var(--serif); font-size: clamp(1.8rem, 3.5vw, 3.4rem); font-style: italic; line-height: 1.05; }

.index-section {
  position: relative;
  min-height: 100vh;
  padding: clamp(96px, 10vw, 150px) clamp(18px, 4vw, 64px) max(80px, env(safe-area-inset-bottom));
  background: var(--ink);
  color: var(--paper-bright);
}
.index-head { display: grid; grid-template-columns: .62fr 1.38fr; align-items: end; gap: 30px; margin-bottom: 74px; }
.index-head .section-kicker { align-self: start; margin-top: 10px; color: var(--acid); }
.index-head h2 { max-width: 1000px; margin: 0; font-family: var(--serif); font-size: clamp(4.4rem, 9.6vw, 10.5rem); font-weight: 400; line-height: .76; letter-spacing: -.052em; }
.index-head h2 em { display: block; color: var(--signal); font-weight: 400; }

.filter-panel { position: sticky; z-index: 12; top: 0; margin-inline: calc(clamp(18px, 4vw, 64px) * -1); padding: 13px clamp(18px, 4vw, 64px) 15px; border-bottom: 1px solid var(--reverse-line); background: rgba(23, 23, 19, .97); }
.model-filter { min-width: 0; margin: 0 0 9px; padding: 0; border: 0; }
.model-filter legend { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.model-rail { display: flex; gap: 20px; overflow-x: auto; padding: 2px 0 7px; scrollbar-width: thin; scroll-snap-type: x proximity; }
.model-chip { position: relative; flex: 0 0 auto; padding: 5px 0; border: 0; color: #858075; font-size: 9px; text-decoration: none; letter-spacing: .045em; scroll-snap-align: start; transition: color .2s ease; }
.model-chip::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .26s var(--ease); }
.model-chip:hover { color: var(--paper); }
.model-chip:hover::after, .model-chip.is-active::after { transform: scaleX(1); }
.model-chip.is-active { color: var(--acid); }
.filter-controls { display: grid; grid-template-columns: minmax(240px, 1fr) minmax(160px, .28fr) 42px auto; gap: 16px; align-items: end; }
.search-control, .sort-control { display: grid; gap: 2px; }
.search-control > span, .sort-control > span { color: #716c63; font-size: 8px; letter-spacing: .08em; }
.search-control input, .sort-control select { width: 100%; height: 38px; border: 0; border-bottom: 1px solid #4b4842; border-radius: 0; outline: 0; background: transparent; color: var(--paper-bright); }
.search-control input { padding: 0; font-family: var(--serif); font-size: 1.2rem; }
.search-control input::placeholder { color: #625e56; }
.sort-control select { padding: 0 25px 0 0; cursor: pointer; font-size: 10px; }
.search-control input:focus, .sort-control select:focus { border-bottom-color: var(--acid); }
.apply-filter { width: 42px; height: 38px; padding: 0; border: 0; border-bottom: 1px solid #4b4842; background: transparent; color: var(--paper); cursor: pointer; font-family: var(--serif); font-size: 1.4rem; transition: color .18s ease, border-color .18s ease; }
.apply-filter:hover { border-color: var(--acid); color: var(--acid); }
.clear-filter { align-self: center; color: #817b71; font-size: 9px; text-decoration: none; }
.clear-filter:hover { color: var(--acid); }
.results-summary { scroll-margin-top: 116px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; padding: 22px 0 13px; color: #817b71; font-size: 9px; letter-spacing: .06em; }

.game-index { border-top: 1px solid var(--reverse-line); }
.game-row { border-bottom: 1px solid var(--reverse-line); }
.game-row-link { display: grid; grid-template-columns: 34px 42px minmax(260px, 1fr) minmax(360px, .72fr) 24px; gap: 18px; align-items: center; min-height: 108px; padding: 12px 0; color: inherit; text-decoration: none; transition: background-color .22s ease, padding .3s var(--ease); }
.game-row-link:hover { padding-inline: 10px; background: rgba(247, 242, 232, .035); }
.game-row-link:focus-visible { outline: 2px solid var(--acid); outline-offset: 3px; }
.game-number { color: #716b61; font-size: 9px; transition: color .2s ease; }
.game-mark { display: grid; place-items: center; width: 38px; height: 38px; background: #22221e; }
.game-mark img { width: 72%; height: 72%; object-fit: contain; }
.game-primary { min-width: 0; display: grid; gap: 3px; }
.game-model { color: #817b70; font-size: 8px; text-transform: uppercase; letter-spacing: .065em; }
.game-primary strong { overflow: hidden; font-family: var(--serif); font-size: clamp(2rem, 3.1vw, 3.45rem); font-weight: 400; line-height: .9; letter-spacing: -.025em; text-overflow: ellipsis; white-space: nowrap; transition: color .2s ease, transform .3s var(--ease); }
.game-row-link:hover .game-number, .game-row-link:hover .game-primary strong { color: var(--acid); }
.game-row-link:hover .game-primary strong { transform: translateX(4px); }
.game-metrics { display: grid; grid-template-columns: repeat(4, minmax(62px, 1fr)); gap: 18px; color: #b5aea1; font-size: 9px; }
.game-metrics > span { display: grid; gap: 5px; min-width: 0; }
.game-metrics small { color: #666158; font-size: 7px; letter-spacing: .07em; white-space: nowrap; }
.game-arrow { justify-self: end; font-family: var(--serif); font-size: 1.55rem; transition: transform .28s var(--ease), color .2s ease; }
.game-row-link:hover .game-arrow { color: var(--acid); transform: translate(3px, -3px); }
.empty-index { min-height: 42vh; display: grid; place-content: center; text-align: center; }
.empty-index p { font-family: var(--serif); font-size: clamp(3rem, 7vw, 7rem); }
.empty-index a { color: var(--acid); font-size: 11px; }
.index-footer { display: flex; justify-content: space-between; gap: 24px; margin-top: 90px; padding-top: 20px; border-top: 1px solid var(--reverse-line); color: #888175; font-size: 9px; }
.index-footer a { color: inherit; text-decoration: none; }

.mobile-surprise { display: none; }
.cursor-label { position: fixed; z-index: 40; left: 0; top: 0; padding: 8px 10px; background: var(--ink); color: var(--paper); font-size: 9px; pointer-events: none; opacity: 0; transform: translate(-50%, -50%); transition: opacity .15s ease; }
.catalog-body.is-portal-hover .cursor-label { opacity: 1; }
.js .reveal { opacity: 0; transform: translateY(38px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Editorial SEO pages */
.blog-body { background: var(--paper-bright); }
.blog-header { position: relative; z-index: 10; display: flex; align-items: center; justify-content: space-between; min-height: 72px; padding: 0 clamp(20px, 4vw, 64px); border-bottom: 1px solid var(--line); font-size: 10px; letter-spacing: .06em; }
.blog-header nav { display: flex; gap: 26px; }
.blog-header nav a { text-decoration: none; }
.blog-hero { min-height: 76svh; display: grid; align-content: end; grid-template-columns: .55fr 1.45fr; gap: 30px; padding: clamp(100px, 13vw, 190px) clamp(22px, 6vw, 96px) clamp(72px, 9vw, 130px); }
.blog-hero .section-kicker { align-self: start; }
.blog-hero h1 { grid-column: 2; margin: 0; font-family: var(--serif); font-size: clamp(5rem, 11vw, 11.5rem); font-weight: 400; line-height: .74; letter-spacing: -.055em; }
.blog-hero h1 em { color: var(--signal); font-weight: 400; }
.blog-hero > p:last-child { grid-column: 2; max-width: 700px; margin: 40px 0 0; color: #5f594f; font-family: var(--serif); font-size: clamp(1.5rem, 2.7vw, 2.7rem); line-height: 1.05; }
.article-index { padding: clamp(86px, 10vw, 150px) clamp(20px, 5vw, 78px); background: var(--ink); color: var(--paper-bright); }
.article-index-head { display: grid; grid-template-columns: .55fr 1.45fr; gap: 30px; margin-bottom: 80px; }
.article-index-head .section-kicker { color: var(--acid); }
.article-index-head h2 { margin: 0; font-family: var(--serif); font-size: clamp(4rem, 8vw, 8.5rem); font-weight: 400; line-height: .82; letter-spacing: -.045em; }
.article-list { border-top: 1px solid var(--reverse-line); }
.article-card { border-bottom: 1px solid var(--reverse-line); }
.article-card > a { display: grid; grid-template-columns: 46px minmax(0, 1fr) 30px; gap: 20px; align-items: center; min-height: 160px; padding: 26px 0; text-decoration: none; transition: padding .3s var(--ease), background .2s ease; }
.article-card > a:hover { padding-inline: 12px; background: rgba(255,255,255,.035); }
.article-number { color: #69645b; font-size: 9px; }
.article-card-copy { display: grid; gap: 10px; }
.article-card-copy small { color: var(--acid); font-size: 8px; letter-spacing: .07em; }
.article-card-copy strong { font-family: var(--serif); font-size: clamp(2.2rem, 4.2vw, 4.7rem); font-weight: 400; line-height: .9; }
.article-card-copy > span { max-width: 720px; color: #9d9689; font-size: 11px; line-height: 1.6; }
.article-arrow { justify-self: end; font-family: var(--serif); font-size: 1.6rem; }
.blog-cta { display: grid; place-items: center; min-height: 70svh; padding: 80px 20px; text-align: center; }
.blog-cta p { margin: 0 0 24px; color: #746d61; font-size: 10px; letter-spacing: .08em; }
.blog-cta a { font-family: var(--serif); font-size: clamp(4rem, 10vw, 10rem); line-height: .8; text-decoration: none; }
.blog-cta a span { color: var(--signal); }
.blog-footer { display: flex; justify-content: space-between; gap: 24px; padding: 26px clamp(20px, 4vw, 64px); border-top: 1px solid var(--line); color: #6f685d; font-size: 9px; }
.blog-footer a { color: inherit; text-decoration: none; }
.article-page { padding-bottom: 110px; }
.article-hero { max-width: 1320px; margin: 0 auto; padding: clamp(80px, 10vw, 150px) clamp(20px, 6vw, 96px) 70px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 68px; color: #746d61; font-size: 8px; letter-spacing: .06em; }
.breadcrumbs a { color: inherit; text-decoration: none; }
.article-meta { margin: 0 0 30px; color: var(--signal); font-size: 9px; letter-spacing: .07em; }
.article-hero h1 { max-width: 1180px; margin: 0; font-family: var(--serif); font-size: clamp(4.5rem, 9.5vw, 10rem); font-weight: 400; line-height: .82; letter-spacing: -.05em; }
.article-deck { max-width: 820px; margin: 60px 0 0 auto; color: #514c43; font-family: var(--serif); font-size: clamp(1.65rem, 3vw, 3rem); line-height: 1.1; }
.article-content { max-width: 820px; margin: 0 auto; padding: 20px 24px 80px; }
.article-content section { padding: 64px 0; border-top: 1px solid var(--line); }
.article-content h2 { margin: 0 0 30px; font-family: var(--serif); font-size: clamp(2.7rem, 5vw, 4.8rem); font-weight: 400; line-height: .95; letter-spacing: -.03em; }
.article-content p { margin: 0 0 24px; color: #3f3b34; font-family: Georgia, serif; font-size: clamp(1.08rem, 1.5vw, 1.22rem); line-height: 1.78; }
.article-content ul { margin: 34px 0 0; padding: 24px 0 0; border-top: 1px solid var(--line); list-style: none; }
.article-content li { position: relative; margin: 0 0 14px; padding-left: 24px; font-size: 11px; line-height: 1.6; }
.article-content li::before { content: "↗"; position: absolute; left: 0; color: var(--signal); }
.inline-discovery { max-width: 1060px; margin: 20px auto 0; padding: 70px clamp(24px, 5vw, 70px); background: var(--ink); color: var(--paper-bright); }
.inline-discovery small { color: var(--acid); font-size: 8px; letter-spacing: .08em; }
.inline-discovery a { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-top: 46px; font-family: var(--serif); font-size: clamp(3.2rem, 7vw, 7rem); line-height: .8; text-decoration: none; }
.inline-discovery a span { color: var(--signal); }
.related-articles { padding: 100px clamp(20px, 5vw, 78px); background: var(--ink); color: var(--paper-bright); }
.related-articles > h2 { margin: 0 0 60px; font-family: var(--serif); font-size: clamp(4rem, 8vw, 8rem); font-weight: 400; line-height: .82; }
.related-articles > div { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--reverse-line); }
.related-articles > div a { display: grid; min-height: 230px; padding: 26px; border-right: 1px solid var(--reverse-line); text-decoration: none; }
.related-articles > div a:last-child { border-right: 0; }
.related-articles small { color: var(--acid); font-size: 8px; }
.related-articles strong { align-self: center; font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 3rem); font-weight: 400; line-height: .95; }
.related-articles a > span { justify-self: end; align-self: end; }

@keyframes portalIn { from { opacity: 0; transform: translateY(45px) skewY(2deg); } to { opacity: 1; transform: none; } }
@keyframes drawLine { to { transform: scaleX(1); } }
@keyframes livePulse { 50% { opacity: .25; transform: scale(.65); } }
@keyframes scrollTick { 50% { transform: scaleY(.35); transform-origin: bottom; } }

@media (max-width: 1000px) {
  .index-head { grid-template-columns: 1fr; }
  .filter-controls { grid-template-columns: minmax(220px, 1fr) minmax(150px, .4fr) 42px; }
  .clear-filter { grid-column: 1 / -1; justify-self: end; }
  .game-row-link { grid-template-columns: 34px 42px minmax(0, 1fr) 24px; grid-template-rows: auto auto; }
  .game-number { grid-column: 1; grid-row: 1; }
  .game-mark { grid-column: 2; grid-row: 1; }
  .game-primary { grid-column: 3; grid-row: 1; }
  .game-metrics { grid-column: 3 / 5; grid-row: 2; }
  .game-arrow { grid-column: 4; grid-row: 1; }
}

@media (max-width: 700px) {
  .portal-header { grid-template-columns: 1fr auto; min-height: 58px; padding-inline: 18px; }
  .live-note { display: none; }
  .portal { padding: 78px 14px 98px; }
  .portal::before { top: 58px; }
  .header-links { gap: 14px; }
  .creation-art { background: linear-gradient(180deg, rgba(241, 235, 221, .2), rgba(241, 235, 221, .04) 48%, rgba(23, 23, 19, .14)); }
  .creation-figure { position: absolute; inset-block: 0; z-index: 0; display: block; width: 53%; background: url("/static/creation-of-adam.jpg") no-repeat; background-size: auto 118%; filter: saturate(.68) contrast(1.05); }
  .adam-figure { left: 0; background-position: 8% 43%; }
  .god-figure { right: 0; background-position: 59% 43%; }
  .creation-art::before { z-index: 1; }
  .creation-art::after { z-index: 2; }
  .surprise-link { width: 100%; }
  .surprise-link h1 { min-height: 58svh; font-size: clamp(3.55rem, 17vw, 5.5rem); line-height: .76; letter-spacing: -.05em; }
  .surprise-link h1 > em { padding: 0; }
  .portal-seam { width: 92%; margin-top: 30px; }
  .portal-meta { left: 18px; right: 18px; bottom: 25px; display: grid; gap: 6px; }
  .portal-meta p:last-child { color: #6b655a; }
  .scroll-cue { display: none; }
  .manifesto { min-height: auto; padding: 90px 20px 110px; }
  .manifesto h2 { font-size: clamp(3.5rem, 16vw, 6.2rem); }
  .process-line { grid-template-columns: 1fr; margin-top: 78px; }
  .process-line li, .process-line li:not(:first-child) { min-height: 0; padding: 24px 0 28px 52px; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-line span { position: absolute; left: 0; margin: 0; }
  .process-line li:last-child { border-bottom: 0; }
  .manifesto-note { margin-top: 44px; }
  .index-section { padding: 92px 16px calc(100px + env(safe-area-inset-bottom)); }
  .index-head { margin-bottom: 54px; }
  .index-head h2 { font-size: clamp(4.2rem, 20vw, 7rem); }
  .filter-panel { top: 0; margin-inline: -16px; padding: 11px 16px 13px; }
  .model-rail { gap: 16px; }
  .filter-controls { grid-template-columns: minmax(0, 1fr) 42px; gap: 10px; }
  .search-control { grid-column: 1 / -1; }
  .search-control input { height: 40px; font-size: 1.2rem; }
  .sort-control { grid-column: 1; }
  .sort-control select, .apply-filter { height: 40px; }
  .apply-filter { grid-column: 2; }
  .clear-filter { grid-column: 1 / -1; }
  .results-summary { display: flex; scroll-margin-top: 138px; }
  .game-row-link { grid-template-columns: 24px 34px minmax(0, 1fr) 20px; grid-template-rows: auto auto; gap: 10px; min-height: 118px; padding-block: 12px; }
  .game-row-link:hover { padding-inline: 0; background: transparent; }
  .game-number { grid-column: 1; grid-row: 1; }
  .game-mark { grid-column: 2; grid-row: 1; width: 32px; height: 32px; }
  .game-primary { grid-column: 3; grid-row: 1; }
  .game-primary strong { font-size: clamp(1.9rem, 9.5vw, 3.3rem); }
  .game-metrics { grid-column: 2 / 5; grid-row: 2; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px 18px; padding-top: 4px; }
  .game-arrow { grid-column: 4; grid-row: 1; }
  .index-footer { display: grid; margin-top: 70px; }
  .blog-header { min-height: 58px; padding-inline: 16px; }
  .blog-header nav { gap: 12px; }
  .blog-header nav a:first-child { display: none; }
  .blog-header .wordmark { max-width: 170px; line-height: 1.15; }
  .blog-hero { min-height: auto; display: block; padding: 100px 20px 88px; }
  .blog-hero h1 { margin-top: 44px; font-size: clamp(4.4rem, 21vw, 7rem); }
  .blog-hero > p:last-child { margin-top: 36px; }
  .article-index { padding: 88px 16px; }
  .article-index-head { display: block; margin-bottom: 58px; }
  .article-index-head h2 { margin-top: 34px; font-size: clamp(3.8rem, 17vw, 6rem); }
  .article-card > a { grid-template-columns: 24px minmax(0, 1fr) 18px; gap: 10px; min-height: 144px; }
  .article-card-copy strong { font-size: clamp(2rem, 10vw, 3.2rem); }
  .article-card-copy > span { font-size: 10px; }
  .blog-cta { min-height: 58svh; }
  .blog-cta a { font-size: clamp(3.7rem, 17vw, 6rem); }
  .blog-footer { display: grid; }
  .article-page { padding-bottom: 80px; }
  .article-hero { padding: 80px 18px 48px; }
  .breadcrumbs { margin-bottom: 50px; }
  .article-hero h1 { font-size: clamp(3.8rem, 17vw, 6rem); }
  .article-deck { margin-top: 42px; font-size: 1.7rem; }
  .article-content { padding-inline: 18px; }
  .article-content section { padding: 48px 0; }
  .article-content p { font-size: 1.05rem; line-height: 1.7; }
  .inline-discovery { margin-inline: 12px; padding: 52px 22px; }
  .inline-discovery a { display: grid; font-size: clamp(3.2rem, 15vw, 5rem); }
  .related-articles { padding: 80px 16px; }
  .related-articles > div { grid-template-columns: 1fr; }
  .related-articles > div a { min-height: 160px; padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--reverse-line); }
  .mobile-surprise { position: fixed; z-index: 30; left: 12px; right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); display: flex; justify-content: space-between; align-items: center; min-height: 54px; padding: 0 18px; border: 1px solid var(--ink); background: var(--acid); color: var(--ink); font-size: 12px; font-weight: 600; text-decoration: none; transform: translateY(130%); transition: transform .35s var(--ease); }
  .catalog-body.has-left-portal .mobile-surprise { transform: translateY(0); }
  .cursor-label { display: none; }
}

@media (hover: none) {
  .cursor-label { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .surprise-link { transform: none !important; }
  .js .reveal { opacity: 1; transform: none; }
}
