:root {
  --canvas: oklch(0.145 0.008 120);
  --soot: oklch(0.19 0.009 120);
  --soot-light: oklch(0.225 0.01 120);
  --steel: oklch(0.31 0.012 120);
  --paper: oklch(0.93 0.018 85);
  --ash: oklch(0.72 0.018 95);
  --muted: oklch(0.62 0.015 95);
  --sand: oklch(0.77 0.14 78);
  --copper: oklch(0.66 0.145 46);
  --water: oklch(0.73 0.105 210);
  --amethelis: oklch(0.69 0.13 326);
  --verified: oklch(0.75 0.12 150);
  --content: 1180px;
  --display: "Chakra Petch", "Arial Narrow", sans-serif;
  --body: "Atkinson Hyperlegible", Arial, sans-serif;
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  color: var(--paper);
  background: var(--canvas);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration-color: color-mix(in oklch, currentColor 45%, transparent);
  text-underline-offset: 4px;
}

img,
iframe {
  display: block;
  max-width: 100%;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--sand);
  outline-offset: 3px;
}

[hidden] {
  display: none !important;
}

.container,
.header-inner,
.footer-grid {
  width: min(calc(100% - 48px), var(--content));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: var(--canvas);
  background: var(--sand);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  height: 64px;
  border-bottom: 1px solid color-mix(in oklch, var(--paper) 12%, transparent);
  background: color-mix(in oklch, var(--soot) 96%, transparent);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.brand {
  display: inline-flex;
  gap: 11px;
  align-items: center;
  min-height: 44px;
  font-family: var(--display);
  text-decoration: none;
}

.brand > span:last-child {
  display: grid;
  line-height: 1;
}

.brand strong {
  color: var(--paper);
  font-size: 17px;
  font-weight: 700;
}

.brand small {
  margin-top: 4px;
  color: var(--ash);
  font-size: 10px;
  font-weight: 600;
}

.brand-mark {
  display: block;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: stretch;
  height: 100%;
}

.site-nav a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0 12px;
  color: var(--ash);
  font-family: var(--display);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.site-nav a:hover {
  color: var(--paper);
  background: color-mix(in oklch, var(--paper) 4%, transparent);
}

.site-nav .nav-search {
  margin-left: 8px;
  color: var(--canvas);
  background: var(--sand);
}

.site-nav .nav-search:hover {
  color: var(--canvas);
  background: color-mix(in oklch, var(--sand) 88%, white);
}

.language-switcher {
  display: grid;
  grid-template-columns: repeat(3, 40px);
  align-self: center;
  height: 36px;
  margin-left: 10px;
  overflow: hidden;
  border: 1px solid var(--steel);
  border-radius: 4px;
}

.site-nav .language-switcher a {
  justify-content: center;
  min-width: 40px;
  min-height: 34px;
  padding: 0;
  font-size: 11px;
}

.site-nav .language-switcher a + a {
  border-left: 1px solid var(--steel);
}

.site-nav .language-switcher a[aria-current="page"] {
  color: var(--canvas);
  background: var(--paper);
}

.site-nav .language-switcher a[aria-current="page"]:hover {
  color: var(--canvas);
  background: var(--paper);
}

.menu-button {
  display: none;
  min-width: 64px;
  min-height: 44px;
  border: 1px solid var(--steel);
  border-radius: 4px;
  color: var(--paper);
  background: transparent;
  font-family: var(--display);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.home-hero {
  position: relative;
  display: grid;
  min-height: min(680px, calc(100svh - 240px));
  overflow: hidden;
  border-bottom: 1px solid color-mix(in oklch, var(--paper) 10%, transparent);
  isolation: isolate;
}

.hero-media,
.hero-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
}

.hero-media {
  background-color: var(--canvas);
  background-image: url("/assets/images/sandustry-hero.jpg");
  background-repeat: no-repeat;
  background-position: center 46%;
  background-size: cover;
  image-rendering: auto;
}

.hero-shade {
  z-index: -1;
  background:
    linear-gradient(
      90deg,
      color-mix(in oklch, var(--canvas) 98%, transparent) 0%,
      color-mix(in oklch, var(--canvas) 96%, transparent) 30%,
      color-mix(in oklch, var(--canvas) 88%, transparent) 52%,
      color-mix(in oklch, var(--canvas) 46%, transparent) 72%,
      color-mix(in oklch, var(--canvas) 18%, transparent) 100%
    ),
    linear-gradient(
      180deg,
      color-mix(in oklch, var(--canvas) 18%, transparent) 0%,
      transparent 52%,
      color-mix(in oklch, var(--canvas) 86%, transparent) 100%
    );
}

.hero-content {
  align-self: center;
  width: min(calc(100% - 48px), var(--content));
  margin: 0 auto 76px;
  padding: 64px 0;
}

.eyebrow {
  display: block;
  margin-bottom: 10px;
  color: var(--sand);
  font-family: var(--display);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-hero h1 {
  max-width: 10ch;
  margin: 0;
  color: var(--paper);
  font-family: var(--display);
  font-size: clamp(58px, 9vw, 118px);
  font-weight: 700;
  line-height: 0.88;
}

.hero-tagline {
  margin: 18px 0 0;
  color: var(--sand);
  font-family: var(--display);
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 600;
  line-height: 1.1;
}

.hero-description {
  max-width: 580px;
  margin: 18px 0 0;
  color: var(--paper);
  font-size: 18px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-family: var(--display);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
}

.button-primary {
  color: var(--canvas);
  background: var(--sand);
}

.button-primary:hover {
  background: color-mix(in oklch, var(--sand) 86%, white);
}

.button-secondary {
  border-color: var(--steel);
  color: var(--paper);
  background: var(--soot);
}

.button-secondary:hover {
  border-color: var(--sand);
}

.text-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  min-height: 44px;
  color: var(--paper);
  font-family: var(--display);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.text-link span {
  color: var(--sand);
}

.text-link:hover {
  color: var(--sand);
}

.hero-readout {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 72px;
  border-top: 1px solid color-mix(in oklch, var(--paper) 14%, transparent);
  background: color-mix(in oklch, var(--canvas) 88%, transparent);
}

.hero-readout span {
  display: flex;
  align-items: center;
  padding: 0 28px;
  border-right: 1px solid color-mix(in oklch, var(--paper) 12%, transparent);
  color: var(--ash);
  font-family: var(--display);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.hero-readout span::before {
  width: 6px;
  height: 6px;
  margin-right: 10px;
  background: var(--verified);
  content: "";
}

.band {
  padding: 88px 0;
  border-bottom: 1px solid color-mix(in oklch, var(--paper) 9%, transparent);
}

.start-band,
.media-band {
  background: var(--soot);
}

.flow-band,
.about-band {
  background: color-mix(in oklch, var(--soot) 55%, var(--canvas));
}

.section-heading {
  margin-bottom: 42px;
}

.section-heading h2,
.page-hero h1,
.article-hero h1,
.quick-answer h2,
.article-body h2,
.prose-page h2,
.not-found h1 {
  margin: 0;
  font-family: var(--display);
  font-weight: 600;
  line-height: 1.03;
}

.section-heading h2 {
  max-width: 780px;
  font-size: clamp(32px, 4.5vw, 52px);
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: 64px;
  align-items: end;
}

.split-heading > p {
  max-width: 560px;
  margin: 0;
  color: var(--ash);
}

.split-heading > .button,
.split-heading > .text-link {
  justify-self: end;
}

.starter-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--steel);
  border-left: 1px solid var(--steel);
}

.starter-route {
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  min-width: 0;
  min-height: 310px;
  padding: 24px;
  border-right: 1px solid var(--steel);
  border-bottom: 1px solid var(--steel);
  background: color-mix(in oklch, var(--paper) 2%, transparent);
  text-decoration: none;
}

.starter-route::before {
  position: absolute;
  top: -1px;
  right: -1px;
  left: -1px;
  height: 3px;
  background: var(--tone, var(--sand));
  content: "";
  opacity: 0;
}

.starter-route:hover {
  background: color-mix(in oklch, var(--paper) 5%, transparent);
}

.starter-route:hover::before {
  opacity: 1;
}

.route-number {
  color: var(--muted);
  font-family: var(--display);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}

.starter-route strong {
  margin-top: 38px;
  font-family: var(--display);
  font-size: 21px;
  line-height: 1.15;
}

.starter-route small {
  display: -webkit-box;
  margin-top: 14px;
  overflow: hidden;
  color: var(--ash);
  font-size: 15px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.starter-route > span:last-child {
  align-self: end;
  margin-top: 22px;
  color: var(--tone, var(--sand));
  font-family: var(--display);
  font-size: 13px;
  font-weight: 700;
}

.tone-sand {
  --tone: var(--sand);
}

.tone-water {
  --tone: var(--water);
}

.tone-copper {
  --tone: var(--copper);
}

.tone-amethelis {
  --tone: var(--amethelis);
}

.tone-verified {
  --tone: var(--verified);
}

.production-flow,
.article-flow > div {
  display: flex;
  align-items: stretch;
  padding-bottom: 14px;
  overflow-x: auto;
  scrollbar-color: var(--steel) transparent;
}

.production-flow span,
.article-flow > div span {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  min-width: 122px;
  min-height: 96px;
  padding: 14px;
  border: 1px solid var(--steel);
  color: var(--paper);
  background: var(--soot);
  font-family: var(--display);
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.production-flow span i {
  color: var(--sand);
  font-family: var(--body);
  font-size: 11px;
  font-style: normal;
  font-variant-numeric: tabular-nums;
}

.production-flow b,
.article-flow b {
  display: grid;
  flex: 0 0 42px;
  place-items: center;
  color: var(--muted);
  font-family: var(--display);
  font-size: 13px;
}

.section-link {
  margin-top: 22px;
}

.guide-group,
.guide-index-group {
  display: grid;
  grid-template-columns: minmax(190px, 0.34fr) minmax(0, 1fr);
  gap: 48px;
  padding: 44px 0;
  border-top: 1px solid var(--steel);
}

.guide-group:last-child,
.guide-index-group:last-child {
  border-bottom: 1px solid var(--steel);
}

.group-heading h2,
.group-heading h3 {
  max-width: 19ch;
  margin: 0;
  font-family: var(--display);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2;
}

.group-heading p {
  max-width: 31ch;
  margin: 12px 0 0;
  color: var(--ash);
}

.guide-list {
  min-width: 0;
}

.guide-row {
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr) auto 30px;
  gap: 16px;
  align-items: center;
  min-width: 0;
  min-height: 94px;
  padding: 14px 8px;
  border-bottom: 1px solid color-mix(in oklch, var(--paper) 10%, transparent);
  text-decoration: none;
}

.guide-row:first-child {
  border-top: 1px solid color-mix(in oklch, var(--paper) 10%, transparent);
}

.guide-row:hover {
  background: color-mix(in oklch, var(--paper) 4%, transparent);
}

.guide-swatch {
  width: 10px;
  height: 34px;
  background: var(--tone, var(--sand));
}

.guide-row-copy {
  display: grid;
  min-width: 0;
}

.guide-row-copy strong {
  font-family: var(--display);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.15;
}

.guide-row-copy small {
  display: -webkit-box;
  margin-top: 7px;
  overflow: hidden;
  color: var(--ash);
  font-size: 14px;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.status {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 3px 8px;
  border: 1px solid color-mix(in oklch, var(--verified) 34%, transparent);
  border-radius: 4px;
  color: color-mix(in oklch, var(--verified) 82%, white);
  background: color-mix(in oklch, var(--verified) 8%, transparent);
  font-family: var(--display);
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}

.status i {
  width: 6px;
  height: 6px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--verified);
}

.status-caution {
  border-color: color-mix(in oklch, var(--copper) 34%, transparent);
  color: color-mix(in oklch, var(--copper) 84%, white);
  background: color-mix(in oklch, var(--copper) 8%, transparent);
}

.status-caution i {
  background: var(--copper);
}

.row-arrow {
  color: var(--tone, var(--sand));
  font-family: var(--display);
  font-size: 14px;
}

.media-layout,
.about-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 72px;
  align-items: center;
}

.media-copy h2,
.about-layout h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 600;
  line-height: 1.05;
}

.media-copy p,
.about-layout p {
  color: var(--ash);
}

.video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid var(--steel);
  border-radius: 6px;
  background: var(--canvas);
}

.video-frame::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 72px;
  height: 4px;
  background: var(--copper);
  content: "";
  pointer-events: none;
}

.video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.about-layout {
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
}

.about-layout > div > .button {
  margin-top: 20px;
}

.game-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
  border-top: 1px solid var(--steel);
  border-left: 1px solid var(--steel);
}

.game-stats div {
  min-height: 126px;
  padding: 22px;
  border-right: 1px solid var(--steel);
  border-bottom: 1px solid var(--steel);
}

.game-stats dt,
.fact-grid dt {
  color: var(--muted);
  font-family: var(--display);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.game-stats dd,
.fact-grid dd {
  margin: 14px 0 0;
  color: var(--paper);
  font-family: var(--display);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1;
}

.page-hero {
  padding: 88px 0 72px;
  border-bottom: 1px solid var(--steel);
  background: var(--soot);
}

.page-hero h1 {
  max-width: 900px;
  font-size: clamp(46px, 7vw, 78px);
}

.page-hero p {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--ash);
  font-size: 18px;
}

.page-hero .button {
  margin-top: 30px;
}

.guide-index {
  padding-top: 40px;
  padding-bottom: 96px;
}

.guide-index-group {
  scroll-margin-top: 84px;
  padding: 56px 0;
}

.guide-index-group .group-heading h2 {
  max-width: none;
  font-size: 30px;
}

.article-hero {
  position: relative;
  padding: 52px 0 66px;
  overflow: hidden;
  border-bottom: 1px solid var(--steel);
  background: var(--soot);
}

.article-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(34vw, 480px);
  height: 4px;
  background: var(--tone, var(--sand));
  content: "";
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  color: var(--muted);
  font-family: var(--display);
  font-size: 12px;
}

.breadcrumbs a {
  min-height: 30px;
  color: var(--ash);
}

.article-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 28px;
  color: var(--muted);
  font-family: var(--display);
  font-size: 11px;
  text-transform: uppercase;
}

.article-hero h1 {
  max-width: 950px;
  margin-top: 22px;
  font-size: clamp(44px, 7vw, 76px);
}

.article-hero > .container > p {
  max-width: 780px;
  margin: 22px 0 0;
  color: var(--ash);
  font-size: 19px;
  line-height: 1.55;
}

.quick-block {
  padding-top: 56px;
}

.quick-answer {
  display: grid;
  grid-template-columns: minmax(210px, 0.38fr) minmax(0, 0.62fr);
  gap: 48px;
  padding: 28px;
  border: 1px solid color-mix(in oklch, var(--verified) 30%, var(--steel));
  border-radius: 6px;
  background: color-mix(in oklch, var(--verified) 5%, var(--soot));
}

.quick-answer h2 {
  font-size: 26px;
}

.quick-answer p {
  margin: 0;
  color: var(--paper);
  font-size: 18px;
}

.fact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 22px 0 0;
  border-top: 1px solid var(--steel);
  border-left: 1px solid var(--steel);
}

.fact-grid div {
  min-height: 110px;
  padding: 20px;
  border-right: 1px solid var(--steel);
  border-bottom: 1px solid var(--steel);
}

.fact-grid dd {
  font-size: 18px;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) 240px;
  gap: 80px;
  justify-content: center;
  padding-top: 68px;
  padding-bottom: 96px;
}

.article-body {
  min-width: 0;
}

.article-body p {
  max-width: 68ch;
  color: color-mix(in oklch, var(--paper) 87%, var(--ash));
}

.article-body h2 {
  margin-bottom: 22px;
  font-size: clamp(28px, 4vw, 40px);
}

.article-body ul {
  padding-left: 23px;
  color: var(--ash);
}

.article-body li {
  padding-left: 8px;
  margin: 10px 0;
}

.article-body li::marker {
  color: var(--sand);
}

.article-section,
.faq-section {
  scroll-margin-top: 88px;
  padding: 58px 0 10px;
  border-top: 1px solid var(--steel);
}

.article-flow {
  margin-bottom: 58px;
}

.article-flow h2 {
  font-size: 28px;
}

.article-flow > div span {
  min-width: 112px;
  min-height: 72px;
  font-size: 13px;
}

.article-flow b {
  flex-basis: 32px;
}

.toc {
  position: sticky;
  top: 96px;
  align-self: start;
  display: grid;
}

.toc > span {
  padding: 0 12px 10px;
  color: var(--muted);
  font-family: var(--display);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.toc a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 12px;
  border-left: 2px solid var(--steel);
  color: var(--ash);
  font-family: var(--display);
  font-size: 13px;
  line-height: 1.3;
  text-decoration: none;
}

.toc a:hover,
.toc a.is-active {
  border-color: var(--sand);
  color: var(--paper);
  background: color-mix(in oklch, var(--sand) 6%, transparent);
}

.toc .toc-top {
  margin-top: 10px;
  border-left-color: transparent;
  color: var(--muted);
}

.mobile-toc-wrap {
  display: none;
}

.faq-section > h2 {
  margin-top: 0;
}

.faq-item {
  border-top: 1px solid var(--steel);
}

.faq-item:last-child {
  border-bottom: 1px solid var(--steel);
}

.faq-item summary {
  display: flex;
  align-items: center;
  min-height: 62px;
  padding: 10px 44px 10px 0;
  color: var(--paper);
  font-family: var(--display);
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  margin-left: auto;
  color: var(--sand);
  content: "+";
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item p {
  margin: 0;
  padding: 0 44px 22px 0;
  color: var(--ash);
}

.related-section {
  padding: 80px 0 96px;
  border-top: 1px solid var(--steel);
  background: var(--soot);
}

.search-hero {
  padding-bottom: 48px;
}

.search-box {
  display: grid;
  max-width: 820px;
  margin-top: 38px;
}

.search-box span {
  margin-bottom: 9px;
  color: var(--ash);
  font-family: var(--display);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.search-box input {
  width: 100%;
  min-height: 60px;
  padding: 0 18px;
  border: 1px solid var(--steel);
  border-radius: 4px;
  color: var(--paper);
  background: var(--canvas);
  font-size: 18px;
  caret-color: var(--sand);
}

.search-box input:focus {
  border-color: var(--sand);
}

.search-count {
  margin: 14px 0 0 !important;
  color: var(--muted) !important;
  font-family: var(--display);
  font-size: 12px !important;
  text-transform: uppercase;
}

.search-results {
  padding-top: 48px;
  padding-bottom: 96px;
}

.faq-hero {
  padding-bottom: 56px;
}

.faq-search-box {
  max-width: 760px;
}

.faq-directory-band {
  border-top: 1px solid var(--steel);
  border-bottom: 1px solid var(--steel);
  background: var(--soot);
}

.faq-directory {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-left: 1px solid var(--steel);
}

.faq-directory-link {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-width: 0;
  min-height: 138px;
  padding: 20px;
  border-right: 1px solid var(--steel);
  color: var(--paper);
  background: color-mix(in oklch, var(--paper) 2%, transparent);
  box-shadow: inset 0 3px 0 var(--tone, var(--sand));
  text-decoration: none;
}

.faq-directory-link > span,
.faq-directory-link small {
  color: var(--muted);
  font-family: var(--display);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  text-transform: uppercase;
}

.faq-directory-link strong {
  align-self: center;
  padding: 14px 0;
  font-family: var(--display);
  font-size: 18px;
  line-height: 1.15;
}

.faq-index {
  padding-top: 16px;
  padding-bottom: 104px;
}

.faq-page-group {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  gap: 64px;
  scroll-margin-top: 88px;
  padding: 72px 0 16px;
  border-top: 1px solid var(--steel);
}

.faq-page-group:first-child {
  border-top: 0;
}

.faq-page-group > header {
  position: sticky;
  top: 96px;
  align-self: start;
}

.faq-page-group > header h2 {
  max-width: 13ch;
  margin: 0;
  font-family: var(--display);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.05;
}

.faq-page-group > header p {
  max-width: 34ch;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.faq-page-list {
  min-width: 0;
  border-bottom: 1px solid var(--steel);
}

.faq-page-item {
  border-top: 1px solid var(--steel);
  background: color-mix(in oklch, var(--paper) 1.5%, transparent);
}

.faq-page-item summary {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 24px;
  gap: 16px;
  align-items: center;
  min-height: 80px;
  padding: 14px 20px 14px 0;
  color: var(--paper);
  cursor: pointer;
  list-style: none;
}

.faq-page-item summary::-webkit-details-marker {
  display: none;
}

.faq-page-item summary > span {
  color: var(--tone, var(--sand));
  font-family: var(--display);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  text-align: center;
}

.faq-page-item summary strong {
  font-family: var(--display);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}

.faq-page-item summary::after {
  color: var(--tone, var(--sand));
  font-family: var(--display);
  font-size: 22px;
  content: "+";
}

.faq-page-item[open] {
  background: color-mix(in oklch, var(--paper) 3.5%, transparent);
}

.faq-page-item[open] summary::after {
  content: "-";
}

.faq-page-answer {
  max-width: 72ch;
  padding: 0 48px 28px 64px;
}

.faq-page-answer p {
  margin: 0;
  color: var(--ash);
}

.faq-page-answer a {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  min-height: 44px;
  margin-top: 12px;
  color: var(--tone, var(--sand));
  font-family: var(--display);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.faq-empty-state {
  border-top: 1px solid var(--steel);
  border-bottom: 1px solid var(--steel);
  text-align: left;
}

@media (hover: hover) {
  .faq-directory-link:hover {
    background: color-mix(in oklch, var(--paper) 5%, transparent);
  }

  .faq-page-item summary:hover strong {
    color: var(--tone, var(--sand));
  }
}

.empty-state {
  padding: 40px 0;
  color: var(--ash);
  text-align: center;
}

.prose-page {
  max-width: 840px;
  padding-top: 64px;
  padding-bottom: 96px;
}

.prose-page h2 {
  margin-top: 54px;
  font-size: 30px;
}

.prose-page h2:first-child {
  margin-top: 0;
}

.prose-page p {
  color: var(--ash);
}

.not-found {
  display: grid;
  min-height: calc(100svh - 64px);
  place-items: center;
  background: var(--soot);
}

.not-found > .container {
  padding-top: 72px;
  padding-bottom: 72px;
}

.error-code {
  color: var(--copper);
  font-family: var(--display);
  font-size: 13px;
  font-weight: 700;
}

.not-found h1 {
  max-width: 800px;
  margin-top: 16px;
  font-size: clamp(48px, 8vw, 90px);
}

.not-found p {
  max-width: 610px;
  color: var(--ash);
  font-size: 19px;
}

.not-found > .container > div {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
  margin-top: 30px;
}

.site-footer {
  padding: 64px 0 42px;
  border-top: 1px solid color-mix(in oklch, var(--paper) 10%, transparent);
  background: color-mix(in oklch, var(--canvas) 72%, black);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.5fr) repeat(3, minmax(120px, 0.5fr));
  gap: 52px;
}

.footer-grid h2 {
  margin: 0 0 13px;
  color: var(--muted);
  font-family: var(--display);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-grid > div:not(.footer-about) {
  display: grid;
  align-content: start;
}

.footer-grid > div:not(.footer-about) a,
.footer-grid .updated {
  display: flex;
  align-items: center;
  min-height: 34px;
  color: var(--ash);
  font-size: 14px;
}

.footer-grid a:hover {
  color: var(--paper);
}

.footer-about p {
  max-width: 44ch;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 14px;
}

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

  .starter-route {
    min-height: 260px;
  }

  .article-layout {
    grid-template-columns: minmax(0, 720px) 220px;
    gap: 44px;
  }

  .footer-grid {
    grid-template-columns: minmax(260px, 1.4fr) repeat(3, minmax(100px, 0.5fr));
    gap: 34px;
  }
}

@media (max-width: 900px) {
  .menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .site-nav {
    position: fixed;
    z-index: 49;
    top: 64px;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    height: auto;
    padding: 20px 24px 40px;
    overflow-y: auto;
    background: var(--soot);
  }

  .site-nav.is-open {
    display: grid;
    align-content: start;
  }

  .site-nav a {
    min-height: 52px;
    padding: 0 12px;
    border-bottom: 1px solid var(--steel);
    font-size: 16px;
  }

  .site-nav .nav-search {
    justify-content: center;
    margin: 22px 0 0;
  }

  .language-switcher {
    grid-template-columns: repeat(3, minmax(52px, 1fr));
    justify-self: start;
    width: 168px;
    height: 46px;
    margin: 22px 0 0;
  }

  .site-nav .language-switcher a {
    min-height: 44px;
    padding: 0;
    border-bottom: 0;
    font-size: 13px;
  }

  .hero-media {
    background-position: 62% center;
    background-size: cover;
  }

  .hero-shade {
    background:
      linear-gradient(
        90deg,
        color-mix(in oklch, var(--canvas) 97%, transparent) 0%,
        color-mix(in oklch, var(--canvas) 88%, transparent) 48%,
        color-mix(in oklch, var(--canvas) 52%, transparent) 78%,
        color-mix(in oklch, var(--canvas) 30%, transparent) 100%
      ),
      linear-gradient(
        180deg,
        color-mix(in oklch, var(--canvas) 20%, transparent) 0%,
        transparent 48%,
        color-mix(in oklch, var(--canvas) 88%, transparent) 100%
      );
  }

  .site-header,
  .article-hero,
  .quick-block,
  .article-layout,
  .footer-grid {
    --content: 100%;
  }

  .article-layout {
    display: block;
    max-width: 780px;
    padding-top: 52px;
  }

  .toc {
    display: none;
  }

  .mobile-toc-wrap {
    display: block;
    padding-top: 20px;
  }

  .mobile-toc {
    border: 1px solid var(--steel);
    border-radius: 4px;
    background: var(--soot);
  }

  .mobile-toc summary,
  .mobile-toc a {
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: 8px 14px;
    font-family: var(--display);
    font-size: 13px;
  }

  .mobile-toc summary {
    color: var(--paper);
    font-weight: 700;
    cursor: pointer;
  }

  .mobile-toc a {
    border-top: 1px solid var(--steel);
    color: var(--ash);
    text-decoration: none;
  }

  .footer-grid {
    grid-template-columns: 1.5fr repeat(3, 0.5fr);
  }
}

@media (max-width: 760px) {
  .container,
  .header-inner,
  .footer-grid,
  .hero-content {
    width: min(calc(100% - 32px), var(--content));
  }

  .home-hero {
    min-height: calc(100svh - 208px);
  }

  .hero-media {
    background-position: 64% 48%;
    background-size: cover;
  }

  .hero-shade {
    background: linear-gradient(
      180deg,
      color-mix(in oklch, var(--canvas) 76%, transparent) 0%,
      color-mix(in oklch, var(--canvas) 74%, transparent) 68%,
      color-mix(in oklch, var(--canvas) 94%, transparent) 100%
    );
  }

  .hero-content {
    align-self: start;
    margin-bottom: 154px;
    padding: 60px 0 20px;
  }

  .home-hero h1 {
    font-size: clamp(52px, 17vw, 72px);
  }

  .hero-tagline {
    max-width: 12ch;
    font-size: 25px;
  }

  .hero-description {
    max-width: 34ch;
    font-size: 16px;
  }

  .hero-actions {
    align-items: stretch;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-actions .text-link {
    width: 100%;
  }

  .hero-readout {
    grid-template-columns: 1fr;
    min-height: 132px;
  }

  .hero-readout span {
    min-height: 44px;
    padding: 0 16px;
    border-right: 0;
    border-bottom: 1px solid color-mix(in oklch, var(--paper) 12%, transparent);
  }

  .faq-directory {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .faq-directory-link {
    min-height: 118px;
    border-bottom: 1px solid var(--steel);
  }

  .faq-page-group {
    display: block;
    padding-top: 56px;
  }

  .faq-page-group > header {
    position: static;
    margin-bottom: 28px;
  }

  .faq-page-group > header h2 {
    max-width: 18ch;
  }

  .faq-page-group > header p {
    max-width: 48ch;
  }

  .band {
    padding: 64px 0;
  }

  .section-heading {
    margin-bottom: 30px;
  }

  .split-heading,
  .quick-answer,
  .media-layout,
  .about-layout,
  .guide-group,
  .guide-index-group {
    grid-template-columns: 1fr;
  }

  .split-heading,
  .quick-answer,
  .media-layout,
  .about-layout {
    gap: 28px;
  }

  .split-heading > .button,
  .split-heading > .text-link {
    justify-self: start;
  }

  .starter-grid {
    grid-template-columns: 1fr;
  }

  .starter-route {
    min-height: 230px;
  }

  .guide-group,
  .guide-index-group {
    gap: 24px;
  }

  .guide-row {
    grid-template-columns: 8px minmax(0, 1fr) 24px;
    gap: 12px;
    min-height: 108px;
    padding: 14px 4px;
  }

  .guide-row .status {
    grid-column: 2 / 3;
    justify-self: start;
  }

  .guide-row .row-arrow {
    grid-column: 3;
    grid-row: 1 / 3;
  }

  .guide-swatch {
    grid-row: 1 / 3;
    width: 8px;
    height: 46px;
  }

  .guide-row-copy strong {
    font-size: 17px;
  }

  .guide-row-copy small {
    -webkit-line-clamp: 3;
  }

  .media-copy p,
  .about-layout p {
    font-size: 16px;
  }

  .game-stats,
  .fact-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-hero,
  .article-hero {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .article-hero h1 {
    font-size: clamp(39px, 12vw, 58px);
  }

  .article-hero > .container > p {
    font-size: 17px;
  }

  .quick-block {
    padding-top: 34px;
  }

  .quick-answer {
    padding: 22px;
  }

  .quick-answer p {
    font-size: 17px;
  }

  .article-layout {
    padding-top: 44px;
    padding-bottom: 70px;
  }

  .article-section,
  .faq-section {
    padding-top: 46px;
  }

  .related-section {
    padding: 60px 0 72px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-about {
    grid-column: 1 / -1;
  }
}

@media (max-width: 440px) {
  .brand strong {
    font-size: 15px;
  }

  .brand small {
    font-size: 9px;
  }

  .hero-content {
    padding-top: 44px;
  }

  .home-hero h1 {
    font-size: 50px;
  }

  .hero-tagline {
    font-size: 22px;
  }

  .faq-directory-link {
    min-height: 108px;
    padding: 16px;
  }

  .faq-directory-link strong {
    font-size: 16px;
  }

  .faq-page-item summary {
    grid-template-columns: 32px minmax(0, 1fr) 20px;
    gap: 10px;
    min-height: 72px;
    padding-right: 8px;
  }

  .faq-page-item summary strong {
    font-size: 16px;
  }

  .faq-page-answer {
    padding: 0 20px 24px 42px;
  }

  .game-stats dd,
  .fact-grid dd {
    font-size: 16px;
  }

  .game-stats div,
  .fact-grid div {
    min-height: 100px;
    padding: 16px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-about {
    grid-column: auto;
  }
}

@media (max-height: 760px) and (min-width: 761px) {
  .home-hero {
    min-height: calc(100svh - 200px);
  }

  .hero-content {
    margin-bottom: 72px;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .home-hero h1 {
    font-size: 72px;
  }

  .hero-tagline {
    margin-top: 12px;
    font-size: 24px;
  }

  .hero-description {
    margin-top: 12px;
    font-size: 16px;
  }

  .hero-actions {
    margin-top: 18px;
  }
}

@media (max-height: 720px) and (max-width: 760px) {
  .home-hero {
    min-height: calc(100svh - 136px);
  }

  .hero-content {
    margin-bottom: 136px;
    padding-top: 32px;
    padding-bottom: 20px;
  }

  .hero-description {
    display: none;
  }

  .hero-actions {
    gap: 8px;
    margin-top: 20px;
  }

  .start-band {
    padding-top: 32px;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .site-header,
  .site-footer,
  .toc,
  .mobile-toc-wrap,
  .related-section {
    display: none !important;
  }

  body,
  .article-hero,
  .quick-answer {
    color: #111;
    background: #fff;
  }

  .article-layout {
    display: block;
  }
}
