:root {
  color-scheme: light;
  --carriage: #263d50;
  --foliage: #526b45;
  --lamp: #e8bc68;
  --mist: #e8eef0;
  --ink: #172630;
  --paper: #f8faf9;
  --muted: #4c606b;
  font-family: 'Segoe UI', 'Trebuchet MS', sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; font-size: 17px; line-height: 1.65; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { line-height: 1.12; text-wrap: balance; }
h1 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2.8rem, 4.6vw, 4.8rem); font-weight: 400; letter-spacing: -.045em; }
h2 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2rem, 3vw, 3rem); font-weight: 400; letter-spacing: -.025em; }
h3 { font-size: 1.45rem; font-weight: 600; }
a { color: var(--carriage); text-underline-offset: .25em; text-decoration-thickness: 1px; }
a:hover { text-decoration-thickness: 2px; }
a, button { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #a35d00; outline-offset: 5px; }
button, iframe { font: inherit; }
img { display: block; width: 100%; height: auto; }
.wrap { width: min(1320px, calc(100% - 112px)); margin-inline: auto; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 10; padding: .7rem 1rem; background: var(--lamp); }
.skip-link:focus { top: 1rem; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 115px; }
.wordmark { font-family: 'Trebuchet MS', sans-serif; text-transform: uppercase; letter-spacing: .25em; font-size: 1.45rem; text-decoration: none; font-weight: 500; }
.site-header nav { display: flex; gap: 2rem; align-items: center; font-size: .94rem; }
.site-header nav > a:not(.button) { text-decoration: none; padding-block: .6rem; }
.site-header nav > a[aria-current] { text-decoration: underline; }
.button { display: inline-flex; align-items: center; justify-content: center; border-radius: 5px; padding: .8rem 1.45rem; min-height: 48px; background: var(--lamp); color: var(--ink); font-weight: 650; text-decoration: none; box-shadow: 0 3px 0 #c39445; }
.button:hover { background: #f1cb84; }
.button-small { min-height: 44px; padding: .55rem 1.1rem; font-size: .94rem; }
.hero { display: grid; grid-template-columns: .95fr 1.35fr; align-items: center; gap: 3rem; padding-top: 2.4rem; padding-bottom: 5rem; }
.hero-copy { padding-block: 1rem; }
.hero .lede { margin-top: 1.7rem; max-width: 34ch; font-size: 1.12rem; }
.actions { display: flex; align-items: flex-start; flex-direction: column; gap: 1.2rem; margin-top: 1.9rem; }
.watch-link { display: inline-flex; align-items: center; gap: .55rem; }
.watch-link span { font-size: 1.8rem; line-height: 1; }
.development-note { position: relative; padding-left: 1.2rem; font-size: .86rem; line-height: 1.55; color: var(--muted); margin-top: 1.8rem; }
.development-note span { width: 7px; height: 7px; border-radius: 50%; background: var(--foliage); position: absolute; left: 0; top: .52rem; }
.hero-figure { min-width: 0; }
.train-window { border: 12px solid var(--carriage); border-radius: 110px 110px 25px 25px; overflow: hidden; background: #1d1e2a; box-shadow: 0 0 0 2px #627480, 0 16px 0 -7px #c8d2d6; }
.train-window img { aspect-ratio: 1.05; object-fit: cover; object-position: center; }
.hero-figure figcaption { margin-top: 1.5rem; margin-left: .5rem; max-width: 55ch; font-size: .79rem; color: var(--muted); }
.game-section { padding-top: 4rem; padding-bottom: 5.5rem; border-top: 1px solid #cbd5d9; }
.section-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; margin-bottom: 3rem; }
.section-intro p { max-width: 53ch; color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; }
.feature-grid p { margin-top: 1.1rem; margin-bottom: 1.3rem; color: var(--muted); }
.feature-grid section { padding-top: 1.4rem; border-top: 3px solid var(--foliage); }
.feature-grid a { font-size: .94rem; }
.departure-band { background: var(--carriage); color: var(--paper); }
.departure { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 5rem; padding-block: 4rem; }
.departure p { max-width: 65ch; margin-top: 1.2rem; color: var(--mist); }
.departure-actions { display: flex; flex-direction: column; align-items: center; gap: 1.2rem; white-space: nowrap; }
.departure-actions > a:not(.button) { color: var(--paper); }
.development { padding-block: 5rem; }
.update { display: grid; grid-template-columns: 200px 1fr; gap: 2rem; padding-block: 2rem; border-top: 1px solid #cbd5d9; }
.update-date { color: var(--muted); font-size: .92rem; }
.update h2, .update h3 { margin-bottom: .8rem; }
.update h2 a, .update h3 a { text-decoration: none; }
.update p { max-width: 65ch; }
.text-link { display: inline-block; margin-top: 1rem; }
.update .text-link { font-size: .94rem; }
.site-footer { border-top: 1px solid #cbd5d9; display: grid; grid-template-columns: 1fr auto; gap: 2rem; padding-block: 3rem; }
.site-footer p { color: var(--muted); font-size: .9rem; margin-top: .65rem; }
.site-footer nav { display: flex; gap: 1.6rem; align-items: start; font-size: .9rem; }
.site-footer .credit { grid-column: 1 / -1; margin-top: 0; }
.page-head { padding-block: 3.4rem 3rem; max-width: 1000px; }
.page-head h1 { max-width: 19ch; }
.page-head .lede { font-size: 1.3rem; max-width: 60ch; margin-top: 1.4rem; color: var(--muted); }
.page-head .button { margin-top: 1.8rem; }
.back-link { display: inline-block; margin-bottom: 2rem; font-size: .9rem; }
.prose { max-width: 75ch; padding-bottom: 4rem; }
.prose > * + * { margin-top: 1.3rem; }
.prose > h2 { margin-top: 2.4rem; font-size: 2rem; }
.prose > h3 { margin-top: 1.8rem; }
.prose li + li { margin-top: .6rem; }
.prose .update { grid-template-columns: 150px 1fr; }
.guide-layout { display: grid; grid-template-columns: 230px 1fr; gap: 4rem; align-items: start; }
.guide-nav { display: grid; gap: .8rem; position: sticky; top: 2rem; padding-block: 2.4rem; font-size: .95rem; }
.guide-nav strong { margin-bottom: .5rem; color: var(--foliage); }
.article { max-width: 1000px; padding-top: 2rem; }
dialog { width: min(920px, calc(100% - 32px)); padding: 1.5rem; border: 0; border-radius: 12px; background: var(--paper); color: var(--ink); }
dialog::backdrop { background: rgba(15, 30, 42, .82); }
.dialog-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.dialog-top h2 { font-family: inherit; font-size: 1.2rem; letter-spacing: 0; font-weight: 600; }
.close-dialog { background: var(--mist); border: 1px solid #8296a2; border-radius: 4px; padding: .5rem .8rem; cursor: pointer; color: var(--ink); }
#video-container { aspect-ratio: 16 / 9; background: var(--ink); }
#video-container iframe { display: block; width: 100%; height: 100%; border: 0; }
dialog > p { margin-top: 1rem; font-size: .9rem; }
@media (min-width: 1500px) { .actions { flex-direction: row; align-items: center; gap: 1.5rem; } }
@media (max-width: 1050px) {
  .wrap { width: calc(100% - 64px); }
  .site-header nav { gap: 1.2rem; }
  .wordmark { font-size: 1.15rem; }
  .hero { gap: 2rem; grid-template-columns: 1fr 1fr; }
  .train-window { border-radius: 80px 80px 22px 22px; border-width: 9px; }
  .train-window img { aspect-ratio: .85; }
  .feature-grid { gap: 1.8rem; }
  .departure { gap: 3rem; }
}
@media (max-width: 760px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { flex-wrap: wrap; gap: 1rem; padding-block: 1.3rem; }
  .site-header nav { flex-wrap: wrap; width: 100%; justify-content: space-between; gap: .6rem; font-size: .85rem; }
  .site-header .button-small { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 1.5rem; padding-bottom: 3rem; gap: 2.5rem; }
  .hero h1 { font-size: clamp(2.9rem, 10vw, 4.5rem); }
  .hero h1 br:last-child { display: none; }
  .hero .lede { max-width: 42ch; }
  .actions { flex-direction: row; align-items: center; flex-wrap: wrap; gap: 1.2rem; }
  .train-window { border-radius: 75px 75px 20px 20px; }
  .train-window img { aspect-ratio: 1.3; }
  .section-intro, .feature-grid, .departure, .guide-layout { grid-template-columns: 1fr; gap: 2rem; }
  .game-section, .development { padding-block: 3rem; }
  .departure { padding-block: 3rem; }
  .departure-actions { align-items: flex-start; }
  .update, .prose .update { grid-template-columns: 1fr; gap: .6rem; }
  .site-footer { grid-template-columns: 1fr; gap: 1.4rem; }
  .site-footer nav { flex-wrap: wrap; gap: 1rem; }
  .page-head { padding-block: 2rem; }
  .guide-nav { position: static; padding-block: 1rem; border-block: 1px solid #cbd5d9; }
  .guide-layout { gap: 0; }
  .prose { overflow-wrap: anywhere; }
  dialog { padding: 1rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

.update h2 { font-family: inherit; font-size: 1.45rem; font-weight: 600; letter-spacing: 0; }
.updates-list { max-width: 1000px; margin-bottom: 2rem; }

.updates-list + .prose { max-width: 1000px; }
