:root {
  color-scheme: dark;
  --bg: #070b0a;
  --bg-secondary: #0c1310;
  --card: #111c17;
  --raised: #17241e;
  --forest: #243a30;
  --text: #f2eee5;
  --text-secondary: #a7b0a9;
  --text-muted: #8b9690;
  --amber: #c58a43;
  --amber-light: #e0af68;
  --rust: #713d32;
  --rust-readable: #b77260;
  --border: #293830;
  --focus: #f0c37c;
  --header-height: 76px;
  --radius: 6px;
  --display: "Bahnschrift SemiCondensed", "Arial Narrow", Arial, sans-serif;
  --body: "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); background: var(--bg); }
body { margin: 0; min-width: 320px; overflow-x: clip; background: var(--bg); color: var(--text); font-family: var(--body); font-size: 17px; line-height: 1.68; }
body.menu-locked { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
figure, h1, h2, h3, p, ul, dl { margin-top: 0; }
[data-lang="en"] { display: none !important; }
html[lang="en"] [data-lang="de"] { display: none !important; }
html[lang="en"] [data-lang="en"] { display: revert !important; }

.skip-link { position: fixed; z-index: 200; left: 18px; top: 14px; transform: translateY(-160%); padding: 10px 15px; background: var(--focus); color: var(--bg); border-radius: 3px; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }

.shell { width: min(100%, 1408px); margin-inline: auto; padding-inline: clamp(20px, 4vw, 64px); }
.section { position: relative; padding-block: clamp(70px, 7.5vw, 108px); scroll-margin-top: 0; }
.section:nth-of-type(even) { background: var(--bg-secondary); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: var(--header-height); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px; padding-inline: clamp(20px, 4vw, 64px); border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease, height .25s ease; }
.site-header::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(7,11,10,.86), rgba(7,11,10,.28) 72%, transparent); }
.site-header.is-scrolled { height: 68px; background: rgba(7,11,10,.94); border-color: var(--border); backdrop-filter: blur(14px); }
.wordmark { display: inline-flex; align-items: baseline; gap: .28em; white-space: nowrap; font-family: var(--display); font-size: 1.18rem; font-weight: 800; letter-spacing: .16em; line-height: 1; }
.wordmark strong { color: var(--rust); font-weight: 900; }
.site-footer .wordmark strong { color: var(--rust-readable); }
.site-nav { justify-self: end; display: flex; align-items: stretch; height: 100%; gap: clamp(18px, 2.2vw, 36px); }
.site-nav a { position: relative; display: grid; place-items: center; color: var(--text-secondary); font-family: var(--display); font-size: .78rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; white-space: nowrap; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 14px; height: 2px; background: var(--amber); transition: right .2s ease; }
.site-nav a:hover, .site-nav a.is-active { color: var(--text); }
.site-nav a.is-active::after { right: 0; }
.header-tools { display: flex; align-items: center; gap: 20px; }
.language-switch { display: flex; align-items: center; gap: 8px; color: var(--text-muted); font-family: var(--display); font-size: .78rem; letter-spacing: .12em; }
.language-switch button { border: 0; padding: 10px 3px; background: transparent; color: var(--text-muted); cursor: pointer; font-weight: 800; }
.language-switch button[aria-pressed="true"] { color: var(--amber-light); }
.menu-toggle { display: none; position: relative; z-index: 102; align-items: center; gap: 10px; min-width: 48px; min-height: 48px; padding: 0; border: 0; background: transparent; color: var(--text); cursor: pointer; text-transform: uppercase; letter-spacing: .1em; }
.menu-toggle__label { font-family: var(--display); font-size: .7rem; font-weight: 800; }
.menu-toggle__icon, .menu-toggle__icon::before, .menu-toggle__icon::after { display: block; width: 24px; height: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle__icon { position: relative; }
.menu-toggle__icon::before, .menu-toggle__icon::after { content: ""; position: absolute; left: 0; }
.menu-toggle__icon::before { top: -7px; }
.menu-toggle__icon::after { top: 7px; }
.site-header.menu-open .menu-toggle__icon { background: transparent; }
.site-header.menu-open .menu-toggle__icon::before { top: 0; transform: rotate(45deg); }
.site-header.menu-open .menu-toggle__icon::after { top: 0; transform: rotate(-45deg); }

.hero { position: relative; min-height: min(90svh, 920px); display: grid; align-items: center; overflow: hidden; background: var(--bg-secondary); border-bottom: 1px solid var(--border); }
.hero__media, .hero__media img, .hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__media img { object-fit: cover; object-position: center 54%; }
.hero__shade { background: linear-gradient(90deg, rgba(7,11,10,.96) 0%, rgba(7,11,10,.83) 25%, rgba(7,11,10,.42) 51%, rgba(7,11,10,.14) 76%), linear-gradient(180deg, rgba(7,11,10,.55), transparent 23%, transparent 70%, rgba(7,11,10,.74)); }
.hero__content { position: relative; z-index: 2; width: 100%; padding-top: calc(var(--header-height) + 42px); padding-bottom: 70px; }
.status-label { display: inline-flex; margin-bottom: 20px; padding: 7px 11px; border: 1px solid var(--amber); border-radius: 3px; color: var(--amber-light); background: rgba(7,11,10,.58); font-family: var(--display); font-size: .72rem; font-weight: 800; letter-spacing: .18em; line-height: 1; text-transform: uppercase; }
.hero__title { margin: 0; max-width: 980px; font-family: var(--display); font-size: clamp(4rem, 8vw, 8rem); font-weight: 900; letter-spacing: -.025em; line-height: .82; text-transform: uppercase; }
.hero__title strong { color: var(--amber); font-weight: 900; }
.hero__claim { margin: 30px 0 12px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.65rem, 3vw, 3rem); letter-spacing: .025em; line-height: 1.08; }
.hero__copy { max-width: 620px; margin-bottom: 28px; color: var(--text-secondary); font-size: clamp(1rem, 1.25vw, 1.12rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; padding: 13px 23px; border: 1px solid var(--border); border-radius: 3px; font-family: var(--display); font-size: .78rem; font-weight: 850; letter-spacing: .1em; line-height: 1.2; text-transform: uppercase; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--ghost { background: rgba(7,11,10,.6); border-color: var(--text-secondary); }
.button--ghost:hover { border-color: var(--amber-light); }
.button--primary { background: var(--amber); border-color: var(--amber); color: var(--bg); }
.button--primary:hover { background: var(--amber-light); border-color: var(--amber-light); }
.scroll-cue { position: absolute; z-index: 2; left: 50%; bottom: 18px; transform: translateX(-50%); display: grid; justify-items: center; gap: 3px; color: var(--text-secondary); font-family: var(--display); font-size: .62rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }

.eyebrow { margin-bottom: 14px; color: var(--amber-light); font-family: var(--display); font-size: .73rem; font-weight: 800; letter-spacing: .22em; line-height: 1.2; text-transform: uppercase; }
.display-heading { margin-bottom: 22px; color: var(--text); font-family: var(--display); font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 900; letter-spacing: -.02em; line-height: .93; text-transform: uppercase; word-break: normal; overflow-wrap: normal; hyphens: none; }
.section-lead { max-width: 720px; margin-bottom: 0; color: var(--text-secondary); font-size: 1.08rem; }
.section-intro { margin-bottom: 42px; }
.section-intro--split { display: grid; grid-template-columns: minmax(0, .92fr) minmax(380px, 1.08fr); gap: clamp(46px, 7vw, 100px); align-items: start; }
.display-heading--game { margin-bottom: 0; font-size: clamp(2.8rem, 4.6vw, 4.55rem); }
.heading-line { display: block; white-space: nowrap; word-break: normal; overflow-wrap: normal; hyphens: none; }
.intro-copy > p { max-width: 690px; margin-bottom: 28px; color: var(--text-secondary); }
.topic-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--border); }
.topic-list article { min-width: 0; padding: 22px 18px 0 0; }
.topic-list article + article { padding-left: 18px; border-left: 1px solid var(--border); }
.topic-list article > span { color: var(--amber); font-family: var(--display); font-size: .7rem; letter-spacing: .14em; }
.topic-list h3 { margin: 7px 0 8px; font-family: var(--display); font-size: 1.18rem; letter-spacing: .04em; text-transform: uppercase; }
.topic-list p { margin: 0; color: var(--text-muted); font-size: .88rem; line-height: 1.55; }
.wide-media { position: relative; margin: 0; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: var(--card); }
.wide-media img { width: 100%; max-height: 660px; aspect-ratio: 16/7.4; object-fit: cover; object-position: center 64%; }
.wide-media figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 42px 26px 18px; background: linear-gradient(transparent, rgba(7,11,10,.92)); color: var(--text-secondary); font-size: .88rem; }

.section--development { background: linear-gradient(160deg, var(--bg-secondary), var(--bg) 65%); }
.timeline { position: relative; display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 0; margin-bottom: 28px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--card); overflow: hidden; }
.timeline::before { content: ""; position: absolute; left: 7%; right: 7%; top: 32px; height: 1px; background: var(--border); }
.timeline button { position: relative; z-index: 1; min-width: 0; min-height: 112px; display: grid; align-content: start; justify-items: center; gap: 12px; padding: 20px 8px 12px; border: 0; border-right: 1px solid var(--border); background: transparent; color: var(--text-secondary); cursor: pointer; }
.timeline button:last-child { border-right: 0; }
.timeline button:hover { background: var(--raised); color: var(--text); }
.timeline button[aria-selected="true"] { background: linear-gradient(180deg, rgba(197,138,67,.13), transparent); color: var(--amber-light); }
.timeline-number { width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid var(--text-muted); border-radius: 50%; background: var(--card); font-family: var(--display); font-size: .72rem; font-weight: 800; }
.timeline button[aria-selected="true"] .timeline-number { border-color: var(--amber); background: var(--amber); color: var(--bg); box-shadow: 0 0 0 5px rgba(197,138,67,.12); }
.timeline-name { max-width: 120px; font-family: var(--display); font-size: .7rem; font-weight: 750; letter-spacing: .06em; line-height: 1.3; text-align: center; text-transform: uppercase; }
.development-card { min-height: 460px; display: grid; grid-template-columns: minmax(0, 1.48fr) minmax(320px, .72fr); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; background: var(--card); }
.development-card__media { min-height: 440px; overflow: hidden; }
.development-card__media img { width: 100%; height: 100%; object-fit: cover; }
.development-card__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(28px, 4vw, 54px); border-left: 1px solid var(--border); }
.development-card__meta { margin-bottom: 14px; color: var(--amber-light); font-family: var(--display); font-size: .71rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.development-card h3 { margin-bottom: 18px; font-family: var(--display); font-size: clamp(1.8rem, 3vw, 3rem); line-height: .98; text-transform: uppercase; }
.development-card p { margin-bottom: 0; color: var(--text-secondary); }
.development-card__status { margin-top: 28px; padding-top: 18px; border-top: 1px solid var(--border); color: var(--text-muted); font-size: .82rem; }

.section--comparison { background: var(--bg-secondary); }
.comparison-intro { align-items: end; }
.comparison-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 2.2vw, 28px); }
.comparison-card { margin: 0; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; background: var(--card); }
.comparison-card--current { border-color: rgba(197,138,67,.72); }
.comparison-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.comparison-card figcaption { display: flex; justify-content: space-between; gap: 20px; padding: 17px 19px; color: var(--text-secondary); font-family: var(--display); font-size: .72rem; letter-spacing: .09em; text-transform: uppercase; }
.comparison-card figcaption strong { color: var(--text); }
.comparison-card--current figcaption strong { color: var(--amber-light); }
.comparison-note { max-width: 900px; margin: 18px 0 0; color: var(--text-muted); font-size: .84rem; }

.section--current { background: linear-gradient(150deg, var(--bg), var(--bg-secondary)); }
.current-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr); gap: clamp(44px, 6vw, 88px); align-items: start; }
.current-copy .display-heading { font-size: clamp(2.6rem, 4.6vw, 4.7rem); }
.current-summary { color: var(--text-secondary); font-size: 1.05rem; }
.focus-box { margin: 28px 0; padding: 22px 24px; border-left: 3px solid var(--amber); background: var(--card); }
.focus-box__label { display: block; margin-bottom: 8px; color: var(--amber-light); font-family: var(--display); font-size: .73rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.focus-box p { margin: 0; color: var(--text-secondary); }
.metric-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 0; background: var(--border); border: 1px solid var(--border); }
.metric-grid div { padding: 18px; background: var(--card); }
.metric-grid dt { color: var(--text); font-family: var(--display); font-size: 1.32rem; font-weight: 850; letter-spacing: .03em; }
.metric-grid dd { margin: 4px 0 0; color: var(--text-muted); font-size: .76rem; line-height: 1.4; }
.metric-note { margin: 10px 0 0; color: var(--text-muted); font-size: .72rem; }
.limitation { margin: 24px 0 0; color: var(--text-secondary); font-size: .9rem; }
.limitation strong { color: var(--text); }
.current-media { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.current-media figure { position: relative; margin: 0; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; background: var(--card); }
.current-media__main { grid-column: 1 / -1; }
.current-media img { width: 100%; aspect-ratio: 16/10.5; object-fit: cover; }
.current-media__main img { aspect-ratio: 16/9; }
.current-media figcaption { position: absolute; inset: auto 0 0; padding: 34px 16px 12px; background: linear-gradient(transparent, rgba(7,11,10,.94)); font-family: var(--display); font-size: .72rem; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }

.section--project { background: var(--bg-secondary); }
.project-layout { display: grid; grid-template-columns: minmax(420px, 1.15fr) minmax(360px, .85fr); gap: clamp(42px, 6vw, 84px); align-items: center; }
.project-media { position: relative; grid-row: span 2; margin: 0; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.project-media img { width: 100%; min-height: 560px; object-fit: cover; }
.project-media figcaption { position: absolute; inset: auto 0 0; padding: 42px 18px 15px; background: linear-gradient(transparent, rgba(7,11,10,.92)); color: var(--text-secondary); font-family: var(--display); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.project-copy p { color: var(--text-secondary); }
.principles-card { padding: 26px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--card); }
.principles-card ul { display: grid; gap: 12px; margin: 0 0 22px; padding: 0; list-style: none; }
.principles-card li { padding-bottom: 10px; border-bottom: 1px solid var(--border); color: var(--text-secondary); }
.principles-card a { color: var(--amber-light); font-size: .88rem; overflow-wrap: anywhere; }

.section--support { padding-block: clamp(64px, 6vw, 88px); background: linear-gradient(110deg, var(--forest), var(--card)); border-block: 1px solid var(--border); }
.support-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr); gap: clamp(42px, 7vw, 100px); align-items: center; }
.support-layout .display-heading { margin-bottom: 0; font-size: clamp(2.6rem, 4.6vw, 4.8rem); }
.support-action p { color: var(--text-secondary); }
.support-action .button { margin-bottom: 12px; }
.support-action small { display: block; color: var(--text-muted); }

.site-footer { padding-block: 26px; background: var(--bg); border-top: 1px solid var(--border); }
.footer-layout { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 34px; }
.footer-layout > div { display: flex; align-items: center; gap: 24px; }
.footer-layout > div p, .copyright { margin: 0; color: var(--text-muted); font-family: var(--display); font-size: .68rem; letter-spacing: .11em; }
.footer-layout nav { display: flex; gap: 24px; }
.footer-layout nav a { color: var(--text-secondary); font-family: var(--display); font-size: .69rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.footer-layout nav a:hover { color: var(--amber-light); }

.legal-body { background: var(--bg); }
.legal-header { position: sticky; top: 0; z-index: 20; min-height: 68px; display: flex; align-items: center; justify-content: space-between; padding-inline: clamp(20px, 4vw, 64px); background: rgba(7,11,10,.96); border-bottom: 1px solid var(--border); }
.legal-tools { display: flex; align-items: center; gap: 18px; }
.back-link { color: var(--text-secondary); font-family: var(--display); font-size: .72rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.legal-main { width: min(100%, 980px); margin: auto; padding: clamp(58px, 8vw, 100px) clamp(20px, 4vw, 64px); }
.legal-main h1 { margin-bottom: 16px; font-family: var(--display); font-size: clamp(3rem, 7vw, 6.2rem); line-height: .9; text-transform: uppercase; }
.legal-main > p { color: var(--text-secondary); }
.legal-section { padding: 30px 0; border-top: 1px solid var(--border); }
.legal-section h2 { margin-bottom: 12px; font-family: var(--display); font-size: clamp(1.35rem, 2.4vw, 2rem); letter-spacing: .03em; text-transform: uppercase; }
.legal-section h3 { margin: 22px 0 8px; font-family: var(--display); font-size: 1rem; letter-spacing: .06em; text-transform: uppercase; }
.legal-section p, .legal-section li { color: var(--text-secondary); }
.legal-section address { color: var(--text); font-style: normal; }
.legal-section a { color: var(--amber-light); overflow-wrap: anywhere; }
.legal-section code { color: var(--text); }
.legal-footer { padding: 24px clamp(20px, 4vw, 64px); background: var(--bg-secondary); border-top: 1px solid var(--border); color: var(--text-muted); font-size: .78rem; text-align: center; }
.not-found { min-height: 100svh; display: grid; place-items: center; padding: 30px; background: radial-gradient(circle at 50% 30%, var(--forest), var(--bg) 62%); text-align: center; }
.not-found__code { margin: 0; color: var(--rust); font-family: var(--display); font-size: clamp(5rem, 18vw, 12rem); font-weight: 900; line-height: .8; }
.not-found h1 { font-family: var(--display); font-size: clamp(2rem, 5vw, 4rem); text-transform: uppercase; }

@media (max-width: 1180px) {
  .site-nav { gap: 18px; }
  .site-nav a { font-size: .7rem; }
  .section-intro--split, .current-layout, .support-layout { grid-template-columns: 1fr; gap: 36px; }
  .display-heading--game { max-width: 840px; }
  .topic-list { max-width: 900px; }
  .current-media { max-width: 900px; }
}

@media (max-width: 900px) {
  :root { --header-height: 68px; }
  .site-header { grid-template-columns: auto 1fr auto; padding-inline: 24px; }
  .site-nav { position: fixed; z-index: 101; inset: 0; height: 100svh; display: flex; flex-direction: column; justify-content: center; align-items: stretch; gap: 0; padding: 96px 32px 36px; background: linear-gradient(145deg, rgba(7,11,10,.99), rgba(17,28,23,.99)); transform: translateX(100%); visibility: hidden; transition: transform .28s ease, visibility .28s; }
  .site-header.menu-open .site-nav { transform: translateX(0); visibility: visible; }
  .site-nav a { min-height: 62px; justify-content: start; place-items: center start; border-bottom: 1px solid var(--border); color: var(--text); font-size: clamp(1.25rem, 4vw, 1.7rem); }
  .site-nav a::after { inset: auto auto 15px 0; width: 0; }
  .site-nav a.is-active::after { width: 44px; }
  .menu-toggle { display: inline-flex; }
  .header-tools { justify-self: end; }
  .timeline { grid-template-columns: repeat(7, minmax(150px, 1fr)); overflow-x: auto; scroll-snap-type: x mandatory; }
  .timeline button { scroll-snap-align: start; }
  .development-card { grid-template-columns: 1fr; }
  .development-card__media { min-height: 0; aspect-ratio: 16/9; }
  .development-card__copy { border-left: 0; border-top: 1px solid var(--border); }
  .project-layout { grid-template-columns: 1fr; }
  .project-media { grid-row: auto; }
  .project-media img { min-height: 0; aspect-ratio: 16/10; }
  .footer-layout { grid-template-columns: 1fr; justify-items: center; text-align: center; gap: 18px; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .shell { padding-inline: 20px; }
  .section { padding-block: 64px; }
  .site-header { padding-inline: 20px; gap: 12px; }
  .wordmark { font-size: .95rem; }
  .header-tools { gap: 10px; }
  .language-switch { gap: 5px; font-size: .7rem; }
  .menu-toggle__label { display: none; }
  .hero { min-height: 86svh; }
  .hero__media img { object-position: center 54%; }
  .hero__shade { background: linear-gradient(90deg, rgba(7,11,10,.94), rgba(7,11,10,.48)), linear-gradient(180deg, rgba(7,11,10,.4), transparent 33%, rgba(7,11,10,.88)); }
  .hero__content { padding-top: 112px; padding-bottom: 76px; }
  .hero__title { font-size: clamp(3.4rem, 18vw, 5rem); line-height: .82; }
  .hero__title span, .hero__title strong { display: block; }
  .hero__claim { max-width: 330px; margin-top: 24px; font-size: clamp(1.65rem, 8vw, 2.25rem); }
  .hero__copy { max-width: 350px; font-size: .93rem; }
  .hero__actions { display: grid; }
  .button { width: 100%; justify-content: space-between; }
  .scroll-cue { display: none; }
  .display-heading { font-size: clamp(2.2rem, 11vw, 3.4rem); }
  .display-heading--game { font-size: clamp(2rem, 9.5vw, 3rem); }
  .section-intro { margin-bottom: 30px; }
  .topic-list { grid-template-columns: 1fr; }
  .topic-list article, .topic-list article + article { padding: 18px 0; border-left: 0; border-bottom: 1px solid var(--border); }
  .wide-media img { aspect-ratio: 4/3; object-position: center; }
  .wide-media figcaption { position: static; padding: 14px 16px; background: var(--card); }
  .timeline { margin-inline: -20px; padding-inline: 20px; border-inline: 0; border-radius: 0; }
  .development-card { min-height: 0; }
  .development-card__copy { padding: 26px 22px; }
  .comparison-grid { grid-template-columns: 1fr; }
  .comparison-card figcaption { flex-direction: column; gap: 4px; }
  .current-layout { gap: 36px; }
  .current-copy .display-heading, .support-layout .display-heading { font-size: clamp(2.15rem, 10.5vw, 3.2rem); }
  .metric-grid { grid-template-columns: 1fr 1fr; }
  .metric-grid div { padding: 15px; }
  .metric-grid dt { font-size: 1.05rem; }
  .current-media { grid-template-columns: 1fr; }
  .current-media__main { grid-column: auto; }
  .current-media img, .current-media__main img { aspect-ratio: 16/10; }
  .support-layout { gap: 26px; }
  .footer-layout > div { flex-direction: column; gap: 8px; }
  .footer-layout nav { flex-wrap: wrap; justify-content: center; gap: 14px 20px; }
  .legal-header { padding-inline: 20px; }
}

@media (max-width: 380px) {
  .site-header { padding-inline: 16px; }
  .language-switch button { padding-inline: 1px; }
  .hero__title { font-size: 3.35rem; }
  .display-heading--game { font-size: 2rem; }
  .metric-grid { grid-template-columns: 1fr; }
}

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