:root {
  --paper: #fffefb;
  --raised: #f4efe3;
  --sand: #e9dfc8;
  --ink: #1a1917;
  --muted: #58544b;
  --line: #d8d1c0;
  --accent: #1d3f73;
  --accent-deep: #142d54;
  --accent-soft: color-mix(in srgb, var(--accent) 9%, var(--paper));
  --on-accent: #fffefb;
  --foot-bg: #1b1a18;
  --foot-ink: #ece6d8;

  --f-head: ui-monospace, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
  --f-text: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;

  --t-xs: 0.8125rem;
  --t-s: 0.9375rem;
  --t-m: 1.1875rem;
  --t-l: clamp(1.375rem, 1.1rem + 1vw, 1.75rem);
  --t-xl: clamp(1.75rem, 1.3rem + 1.8vw, 2.5rem);

  --s1: 8px;
  --s2: 16px;
  --s3: 24px;
  --s4: 48px;
  --s5: 72px;
  --s6: 112px;

  --wrap: 1180px;
  --measure: 68ch;
  --rail: 88px;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--s3);
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--f-text);
  font-size: var(--t-m);
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4 {
  font-family: var(--f-head);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin: 0 0 var(--s2);
  text-wrap: balance;
}

h2 {
  font-size: var(--t-xl);
}

h3 {
  font-size: var(--t-l);
  letter-spacing: -0.01em;
}

p {
  margin: 0 0 var(--s2);
}

a {
  color: var(--accent);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color 160ms ease, text-decoration-color 160ms ease;
}

a:hover {
  color: var(--accent-deep);
  text-decoration-thickness: 2px;
}

a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

ul, ol {
  padding-left: 1.2em;
  margin: 0 0 var(--s2);
}

.qn-skip {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 10;
  padding: 12px 16px;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--f-head);
  font-size: var(--t-s);
}

.qn-skip:focus {
  left: 16px;
  top: 16px;
}

.qn-top {
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.qn-top__strip {
  border-bottom: 1px solid var(--line);
  background: var(--raised);
}

.qn-top__meta {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 6px 16px;
  font-family: var(--f-head);
  font-size: var(--t-xs);
  color: var(--muted);
  letter-spacing: 0.01em;
}

.qn-top__meta a {
  color: var(--ink);
}

.qn-top__bar {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s3);
  min-height: 72px;
}

.qn-top__logo {
  font-family: var(--f-head);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--ink);
  text-decoration: none;
  white-space: nowrap;
}

.qn-top__logo span {
  color: var(--accent);
  font-weight: 400;
}

.qn-nav__list {
  display: flex;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.qn-nav__link {
  display: inline-block;
  padding: 12px 10px;
  font-family: var(--f-head);
  font-size: var(--t-xs);
  color: var(--ink);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: border-color 160ms ease, color 160ms ease;
}

.qn-nav__link:hover {
  border-bottom-color: var(--line);
  color: var(--accent);
}

.qn-nav__link[aria-current="page"] {
  border-bottom-color: var(--accent);
  color: var(--accent);
}

.qn-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: min(78svh, 760px);
  border-bottom: 1px solid var(--line);
}

.qn-hero__panel {
  background: var(--accent);
  color: var(--on-accent);
  padding: var(--s5) var(--s4) var(--s4) max(var(--s4), calc((100vw - var(--wrap)) / 2 + 16px));
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.qn-hero__byline {
  font-family: var(--f-head);
  font-size: var(--t-xs);
  letter-spacing: 0.02em;
  margin-bottom: var(--s3);
  color: color-mix(in srgb, var(--on-accent) 82%, var(--accent));
}

.qn-hero__title {
  font-size: clamp(1.9rem, 1rem + 3.4vw, 3.5rem);
  line-height: 1.06;
  margin-bottom: var(--s3);
  max-width: 17ch;
}

.qn-hero__lead {
  font-size: 1.25rem;
  line-height: 1.55;
  max-width: 40ch;
  margin-bottom: var(--s4);
}

.qn-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.qn-hero__media {
  background:
    repeating-linear-gradient(90deg, transparent 0 47px, color-mix(in srgb, var(--sand) 70%, transparent) 47px 48px),
    var(--raised);
  display: grid;
  place-items: center;
  padding: var(--s4) max(var(--s3), calc((100vw - var(--wrap)) / 2 + 16px)) var(--s4) var(--s4);
}

.qn-hero__figure {
  margin: 0;
  width: 100%;
  max-width: 560px;
}

.qn-hero__figure img {
  width: 100%;
  border: 8px solid var(--paper);
  box-shadow: 0 18px 40px -18px #1a191766;
}

.qn-hero__figure figcaption {
  margin-top: var(--s1);
  font-family: var(--f-head);
  font-size: var(--t-xs);
  color: var(--muted);
}

.qn-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  font-family: var(--f-head);
  font-size: var(--t-s);
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  border: 1px solid var(--accent);
  background: var(--accent);
  color: var(--on-accent);
  cursor: pointer;
  transition: background-color 170ms ease, color 170ms ease, border-color 170ms ease, translate 170ms ease;
}

.qn-btn:hover {
  background: var(--accent-deep);
  border-color: var(--accent-deep);
  color: var(--on-accent);
  translate: 0 -1px;
}

.qn-btn--light {
  background: var(--paper);
  border-color: var(--paper);
  color: var(--accent);
}

.qn-btn--light:hover {
  background: var(--sand);
  border-color: var(--sand);
  color: var(--accent-deep);
}

.qn-btn--ghost {
  background: transparent;
  color: var(--accent);
}

.qn-btn--ghost:hover {
  background: var(--accent-soft);
  color: var(--accent-deep);
}

.qn-btn--line {
  background: transparent;
  border-color: color-mix(in srgb, var(--on-accent) 60%, transparent);
  color: var(--on-accent);
}

.qn-btn--line:hover {
  background: color-mix(in srgb, var(--on-accent) 12%, transparent);
  border-color: var(--on-accent);
}

.qn-hero__panel .qn-btn:focus-visible {
  outline-color: var(--on-accent);
}

.qn-crumbs {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: var(--s2) 16px 0;
  font-family: var(--f-head);
  font-size: var(--t-xs);
  color: var(--muted);
}

.qn-crumbs ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 0;
}

.qn-crumbs li + li::before {
  content: "/";
  padding: 0 8px;
  color: var(--line);
}

.qn-crumbs a {
  display: inline-block;
  padding: 12px 0;
  color: var(--muted);
}

.qn-steps {
  position: relative;
  max-width: var(--wrap);
  margin: 0 auto;
  padding: var(--s5) 16px var(--s4);
}

.qn-steps::before {
  content: "";
  position: absolute;
  top: var(--s5);
  bottom: var(--s4);
  left: calc(16px + var(--rail) / 2 - 22px);
  width: 1px;
  background: var(--line);
}

.qn-step {
  position: relative;
  display: grid;
  grid-template-columns: var(--rail) minmax(0, 1fr);
  gap: var(--s3);
  padding-bottom: var(--s5);
}

.qn-step--tight {
  padding-bottom: var(--s4);
}

.qn-step--wide {
  padding-bottom: var(--s6);
}

.qn-step__num {
  position: relative;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  background: var(--paper);
  border: 1px solid var(--ink);
  font-family: var(--f-head);
  font-size: var(--t-s);
  font-weight: 700;
}

.qn-step--accent .qn-step__num {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--on-accent);
}

.qn-step__body {
  min-width: 0;
}

.qn-step__intro {
  max-width: var(--measure);
  color: var(--ink);
}

.qn-kicker {
  display: block;
  font-family: var(--f-head);
  font-size: var(--t-xs);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent);
  margin-bottom: var(--s1);
}

.qn-cols {
  max-width: var(--measure);
}

.qn-lead::first-letter {
  float: left;
  font-family: var(--f-head);
  font-weight: 700;
  font-size: 4.1em;
  line-height: 0.82;
  padding: 8px 12px 0 0;
  color: var(--accent);
}

.qn-pull {
  margin: var(--s3) 0 var(--s3);
  padding: var(--s3) 0;
  border-top: 2px solid var(--accent);
  border-bottom: 1px solid var(--line);
  font-size: var(--t-l);
  line-height: 1.35;
  font-style: italic;
  column-span: all;
  break-inside: avoid;
}

.qn-pull p {
  margin: 0;
  max-width: 44ch;
}

.qn-table {
  margin: var(--s3) 0 var(--s1);
  overflow-x: auto;
  border-top: 2px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.qn-table table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  font-size: var(--t-s);
  line-height: 1.45;
}

.qn-table caption {
  caption-side: bottom;
  text-align: left;
  padding: var(--s1) 0 0;
  font-family: var(--f-head);
  font-size: var(--t-xs);
  color: var(--muted);
}

.qn-table th, .qn-table td {
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
}

.qn-table thead th {
  font-family: var(--f-head);
  font-size: var(--t-xs);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
  border-bottom: 1px solid var(--ink);
}

.qn-table tbody th {
  background: var(--raised);
  font-weight: 600;
  width: 30%;
}

.qn-table tbody th small {
  display: block;
  font-family: var(--f-head);
  font-size: var(--t-xs);
  font-weight: 400;
  color: var(--muted);
}

.qn-table tbody tr:last-child > * {
  border-bottom: 0;
}

.qn-table tr.is-hidden {
  display: none;
}

.qn-table__note {
  font-size: var(--t-s);
  color: var(--muted);
  max-width: var(--measure);
}

.qn-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: var(--s2) 0 0;
}

.qn-filter__btn {
  min-height: 44px;
  padding: 8px 14px;
  font-family: var(--f-head);
  font-size: var(--t-xs);
  background: var(--paper);
  color: var(--ink);
  border: 1px solid var(--line);
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease;
}

.qn-filter__btn:hover {
  border-color: var(--ink);
}

.qn-filter__btn[aria-pressed="true"] {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper);
}

.qn-games {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: var(--s3);
  margin-top: var(--s3);
}

.qn-game {
  container-type: inline-size;
  grid-column: span 2;
  border-top: 1px solid var(--ink);
  padding-top: var(--s2);
  align-self: start;
}

.qn-game--lead {
  grid-column: span 4;
  grid-row: span 2;
}

.qn-game--minor {
  grid-column: span 3;
  background: var(--raised);
  padding: var(--s2) var(--s3) var(--s3);
  border-top-color: var(--line);
}

.qn-game__head {
  display: flex;
  align-items: center;
  gap: var(--s2);
  margin-bottom: var(--s2);
}

.qn-game__icon {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  border: 1px solid var(--line);
}

.qn-game__name {
  font-size: 1.125rem;
  margin: 0;
}

.qn-game__dev {
  display: block;
  font-family: var(--f-head);
  font-size: var(--t-xs);
  color: var(--muted);
  margin-top: 4px;
}

.qn-game__shot {
  margin: 0 0 var(--s2);
}

.qn-game__shot img {
  width: 100%;
  border: 1px solid var(--line);
}

.qn-game__shot figcaption, .qn-fig figcaption {
  margin-top: 6px;
  font-family: var(--f-head);
  font-size: var(--t-xs);
  color: var(--muted);
}

.qn-game__text {
  font-size: 1.0625rem;
}

.qn-game__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  align-items: center;
}

.qn-game__more {
  display: inline-block;
  padding: 12px 0;
  font-family: var(--f-head);
  font-size: var(--t-s);
}

@container (min-width: 520px) {
  .qn-game__split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: var(--s3);
    align-items: start;
  }

  .qn-game__icon {
    width: 80px;
    height: 80px;
    flex-basis: 80px;
  }
}

@container (min-width: 380px) {
  .qn-game__minor-wrap {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: var(--s2);
    align-items: start;
  }
}

.qn-fit {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: var(--s4);
  margin-top: var(--s3);
}

.qn-fit__col h3 {
  font-size: 1.125rem;
  padding-bottom: var(--s1);
  border-bottom: 1px solid var(--ink);
}

.qn-fit__col--no {
  color: var(--muted);
}

.qn-fit__col--no h3 {
  color: var(--ink);
  border-bottom-color: var(--line);
}

.qn-fit ul {
  list-style: none;
  padding: 0;
}

.qn-fit li {
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}

.qn-rules {
  counter-reset: rule;
  list-style: none;
  padding: 0;
  max-width: var(--measure);
}

.qn-rules li {
  counter-increment: rule;
  position: relative;
  padding: 12px 0 12px 48px;
  border-bottom: 1px dashed var(--line);
}

.qn-rules li::before {
  content: counter(rule, upper-roman);
  position: absolute;
  left: 0;
  top: 12px;
  font-family: var(--f-head);
  font-size: var(--t-xs);
  color: var(--accent);
}

.qn-cta {
  background: var(--raised);
  border-top: 1px solid var(--line);
}

.qn-cta__inner {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: var(--s5) 16px;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: var(--s4);
  align-items: end;
}

.qn-cta__title {
  font-size: var(--t-xl);
  margin-bottom: var(--s2);
}

.qn-cta__mail {
  display: inline-block;
  font-family: var(--f-head);
  font-size: clamp(1.1rem, 0.8rem + 1.6vw, 1.9rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  padding: 8px 0;
  word-break: break-all;
}

.qn-cta__note {
  font-size: var(--t-s);
  color: var(--muted);
  margin: var(--s2) 0 0;
}

.qn-cover {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: var(--s3) 16px var(--s4);
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 4fr);
  gap: var(--s4);
  align-items: start;
  border-bottom: 1px solid var(--line);
}

.qn-cover__byline {
  font-family: var(--f-head);
  font-size: var(--t-xs);
  color: var(--muted);
  margin-bottom: var(--s2);
}

.qn-cover__title {
  font-size: clamp(1.75rem, 1rem + 3vw, 3.25rem);
  line-height: 1.08;
  margin-bottom: var(--s3);
}

.qn-cover__lead {
  font-size: 1.3125rem;
  line-height: 1.55;
  max-width: 46ch;
}

.qn-cover__side {
  background: var(--accent);
  color: var(--on-accent);
  padding: var(--s3);
}

.qn-cover__side--sand {
  background: var(--raised);
  color: var(--ink);
  border-top: 4px solid var(--accent);
}

.qn-cover__icon {
  width: 96px;
  height: 96px;
  border: 4px solid var(--paper);
  margin-bottom: var(--s2);
}

.qn-cover__side .qn-btn {
  width: 100%;
  margin-top: var(--s2);
}

.qn-facts {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0 var(--s2);
  margin: 0;
  font-size: var(--t-s);
  line-height: 1.45;
}

.qn-facts dt, .qn-facts dd {
  padding: 8px 0;
  border-bottom: 1px solid color-mix(in srgb, currentColor 25%, transparent);
}

.qn-facts dt {
  font-family: var(--f-head);
  font-size: var(--t-xs);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.85;
}

.qn-facts dd {
  margin: 0;
  overflow-wrap: anywhere;
}

.qn-article {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: var(--s4) 16px var(--s5);
}

.qn-article > h2 {
  margin-top: var(--s4);
}

.qn-article__section {
  padding-bottom: var(--s4);
}

.qn-article__section--band {
  background: var(--accent-soft);
  margin: 0 -16px var(--s4);
  padding: var(--s4) 16px;
}

.qn-fig {
  margin: var(--s3) 0;
  column-span: all;
  break-inside: avoid;
}

.qn-fig img {
  width: 100%;
  border: 1px solid var(--line);
}

.qn-fig--inset {
  max-width: 720px;
}

.qn-fig--portrait {
  max-width: 320px;
}

.qn-duo {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: var(--s3);
  align-items: start;
  margin: var(--s3) 0;
}

.qn-duo .qn-fig {
  margin: 0;
}

.qn-list {
  list-style: none;
  padding: 0;
  max-width: var(--measure);
  margin-bottom: var(--s3);
}

.qn-list li {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: var(--s2);
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.qn-list b {
  font-family: var(--f-head);
  font-size: var(--t-s);
  font-weight: 600;
}

.qn-method {
  counter-reset: m;
  list-style: none;
  padding: 0;
  margin: var(--s3) 0;
  display: grid;
  gap: 0;
}

.qn-method > li {
  counter-increment: m;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: var(--s2);
  padding: var(--s3) 0;
  border-top: 1px solid var(--line);
  max-width: 900px;
}

.qn-method > li::before {
  content: counter(m, decimal-leading-zero);
  font-family: var(--f-head);
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
}

.qn-method h3 {
  font-size: 1.125rem;
  margin-bottom: var(--s1);
}

.qn-method p:last-child {
  margin-bottom: 0;
}

.qn-gloss {
  margin: var(--s3) 0;
  display: grid;
  gap: 0 var(--s4);
}

.qn-gloss div {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  break-inside: avoid;
}

.qn-gloss dt {
  font-family: var(--f-head);
  font-weight: 600;
  font-size: var(--t-s);
}

.qn-gloss dd {
  margin: 4px 0 0;
  font-size: 1.0625rem;
}

.qn-check {
  list-style: none;
  padding: var(--s3);
  margin: var(--s3) 0;
  background: var(--paper);
  border: 1px solid var(--ink);
  max-width: 720px;
}

.qn-check li {
  position: relative;
  padding: 8px 0 8px 36px;
}

.qn-check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 18px;
  height: 18px;
  border: 1.5px solid var(--accent);
}

.qn-dates {
  list-style: none;
  padding: 0;
  margin: var(--s3) 0;
  border-left: 2px solid var(--accent);
  max-width: 820px;
}

.qn-dates li {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: var(--s2);
  padding: 12px 0 12px var(--s3);
}

.qn-dates time {
  font-family: var(--f-head);
  font-size: var(--t-s);
  font-weight: 700;
  color: var(--accent);
}

.qn-merch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--s3);
  margin: var(--s3) 0;
}

.qn-merch__item {
  border: 1px solid var(--ink);
  padding: var(--s3);
  display: flex;
  flex-direction: column;
  background: var(--paper);
}

.qn-merch__item--wide {
  grid-column: 1 / -1;
  background: var(--accent);
  color: var(--on-accent);
  border-color: var(--accent);
}

.qn-merch__num {
  font-family: var(--f-head);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: var(--accent);
  margin-bottom: var(--s2);
}

.qn-merch__item--wide .qn-merch__num {
  color: var(--sand);
}

.qn-merch__name {
  font-size: 1.1875rem;
}

.qn-merch__text {
  font-size: 1.0625rem;
  flex: 1;
}

.qn-merch__item .qn-btn {
  align-self: flex-start;
}

.qn-merch__item--wide .qn-btn {
  background: var(--paper);
  border-color: var(--paper);
  color: var(--accent);
}

.qn-merch__item--wide .qn-btn:hover {
  background: var(--sand);
  border-color: var(--sand);
}

.qn-merch__item--wide .qn-btn:focus-visible {
  outline-color: var(--on-accent);
}

.qn-disclose {
  font-family: var(--f-head);
  font-size: var(--t-xs);
  line-height: 1.6;
  color: var(--muted);
  border-left: 3px solid var(--sand);
  padding: 4px 0 4px var(--s2);
  max-width: var(--measure);
}

.qn-related {
  margin-top: var(--s4);
  padding-top: var(--s3);
  border-top: 2px solid var(--ink);
  max-width: var(--measure);
}

.qn-legal {
  max-width: 760px;
  margin: 0 auto;
  padding: var(--s4) 16px var(--s5);
}

.qn-legal h1 {
  font-size: clamp(1.75rem, 1.2rem + 2vw, 2.75rem);
}

.qn-legal h2 {
  font-size: 1.25rem;
  margin-top: var(--s4);
}

.qn-legal__meta {
  font-family: var(--f-head);
  font-size: var(--t-xs);
  color: var(--muted);
}

.qn-lost {
  max-width: 760px;
  margin: 0 auto;
  padding: var(--s6) 16px;
}

.qn-lost__code {
  font-family: var(--f-head);
  font-size: clamp(4rem, 2rem + 10vw, 9rem);
  font-weight: 700;
  line-height: 1;
  color: var(--accent);
  margin-bottom: var(--s2);
}

.qn-foot {
  background: var(--foot-bg);
  color: var(--foot-ink);
  font-size: var(--t-s);
}

.qn-foot a {
  color: var(--paper);
}

.qn-foot a:hover {
  color: var(--sand);
}

.qn-foot a:focus-visible {
  outline-color: var(--sand);
}

.qn-foot__inner {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: var(--s5) 16px var(--s4);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
  gap: var(--s4);
}

.qn-foot__owner {
  border: 1px solid #ffffff2e;
  padding: var(--s3);
}

.qn-foot__name {
  font-family: var(--f-head);
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.qn-foot__owner p {
  margin-bottom: 6px;
}

.qn-foot__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--s3);
}

.qn-foot__title {
  font-family: var(--f-head);
  font-size: var(--t-xs);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #b9b2a3;
  margin-bottom: var(--s1);
}

.qn-foot__links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.qn-foot__links a {
  display: inline-block;
  padding: 12px 0;
  text-decoration: none;
}

.qn-foot__links a:hover {
  text-decoration: underline;
}

.qn-foot__fine {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: var(--s2) 16px var(--s4);
  border-top: 1px solid #ffffff24;
  font-family: var(--f-head);
  font-size: var(--t-xs);
  color: #b9b2a3;
}

.js .qn-reveal {
  opacity: 0;
  translate: 0 14px;
  transition: opacity 520ms ease, translate 520ms ease;
}

.js .qn-reveal.is-in {
  opacity: 1;
  translate: 0 0;
}

@media (min-width: 760px) {
  .qn-gloss {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .qn-cols {
    max-width: none;
    column-count: 2;
    column-gap: var(--s4);
    column-rule: 1px solid var(--line);
  }

  .qn-cols p {
    orphans: 3;
    widows: 3;
  }
}

@media (max-width: 1000px) {
  .qn-games {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .qn-game, .qn-game--minor {
    grid-column: span 1;
  }

  .qn-game--lead {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .qn-cover {
    grid-template-columns: minmax(0, 1fr);
  }

  .qn-cover__side {
    max-width: 560px;
  }
}

@media (max-width: 860px) {
  .qn-top__bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding-top: var(--s2);
    min-height: 0;
  }

  .qn-nav {
    width: calc(100% + 32px);
    margin: 0 -16px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .qn-nav__list {
    padding: 0 6px;
    width: max-content;
  }

  .qn-hero {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }

  .qn-hero__panel {
    padding: var(--s4) 16px;
  }

  .qn-hero__media {
    padding: var(--s3) 16px;
  }

  .qn-fit, .qn-cta__inner, .qn-foot__inner, .qn-duo {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  :root {
    --rail: 44px;
  }

  body {
    font-size: 1.125rem;
  }

  .qn-steps {
    padding-top: var(--s4);
  }

  .qn-steps::before {
    top: var(--s4);
    left: 36px;
  }

  .qn-step {
    gap: var(--s2);
    padding-bottom: var(--s4);
  }

  .qn-step--wide {
    padding-bottom: var(--s5);
  }

  .qn-step__num {
    width: 40px;
    height: 40px;
    font-size: var(--t-xs);
  }

  .qn-games, .qn-merch, .qn-foot__links {
    grid-template-columns: minmax(0, 1fr);
  }

  .qn-hero__actions .qn-btn, .qn-cta .qn-btn {
    width: 100%;
  }

  .qn-list li, .qn-dates li {
    grid-template-columns: minmax(0, 1fr);
    gap: 2px;
  }

  .qn-method > li {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .qn-method > li::before {
    font-size: 1.25rem;
  }

  .qn-lead::first-letter {
    font-size: 3.2em;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *, *::before, *::after {
    transition: none !important;
    animation: none !important;
  }

  .js .qn-reveal {
    opacity: 1;
    translate: 0 0;
  }
}

