:root {
  color-scheme: dark;
  --bg: #111311;
  --surface: #191c18;
  --ink: #f3f1e9;
  --muted: #b3b7aa;
  --accent: #e4fc58;
  --line: #343a2f;
  --font: "Avenir Next", Avenir, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { background: var(--bg); scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--bg); font: 16px/1.65 var(--font); }
a { color: inherit; text-underline-offset: .24em; }
button { font: inherit; cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, [tabindex]:focus-visible { outline: 2px solid var(--accent); outline-offset: 6px; }
img { display: block; max-width: 100%; height: auto; }
p, h1, h2, h3, figure, blockquote { margin: 0; }
h1, h2, h3 { font-weight: 700; line-height: 1.06; letter-spacing: -.045em; text-wrap: balance; }
p { text-wrap: pretty; }
.wrap { width: min(1280px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 10; transform: translateY(-180%); padding: 12px 20px; background: var(--accent); color: var(--bg); }
.skip-link:focus { transform: none; }
.site-header { min-height: 112px; display: flex; align-items: center; gap: 32px; border-bottom: 1px solid var(--line); }
.brand { display: block; flex: 0 0 204px; width: 204px; height: 55px; overflow: hidden; }
.brand img { width: 100%; max-width: none; transform: translateY(-37%); }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 30px; margin-left: auto; }
.main-nav a { font-size: 14px; }
.text-link { display: inline-flex; align-items: center; min-height: 44px; font-weight: 600; text-decoration: none; }
.text-link:hover, .development-credit a:hover { color: var(--accent); }
.header-actions { display: flex; align-items: center; gap: 28px; }
.language-switcher { display: flex; align-items: center; gap: 0; font-size: 12px; }
.language-switcher button { border: 0; padding: 0; min-height: 44px; min-width: 34px; color: var(--muted); background: transparent; font-size: 12px; font-weight: 700; }
.language-switcher span { color: #686f60; }
.language-switcher button[aria-pressed="true"] { color: var(--accent); text-decoration: underline; text-underline-offset: 5px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 12px 24px; border: 1px solid var(--accent); background: var(--accent); color: var(--bg); border-radius: 3px; text-decoration: none; font-size: 15px; font-weight: 750; line-height: 1.4; text-align: center; transition: background .16s ease; }
.button:hover { background: #f0ff98; }
.button-small { min-height: 44px; padding: 10px 17px; font-size: 13px; white-space: nowrap; }
.eyebrow { color: var(--accent); font: 650 11px/1.4 var(--font); letter-spacing: .16em; text-transform: uppercase; }
.accent { color: var(--accent); }
.hero { display: grid; grid-template-columns: 1.13fr 1fr; align-items: center; gap: 48px; padding-block: 70px 82px; }
.hero-copy { position: relative; z-index: 1; }
.hero h1 { margin-block: 25px 26px; font-size: clamp(48px, 5.5vw, 78px); letter-spacing: -.057em; }
.hero h1 span { display: block; }
.hero-lede { max-width: 510px; color: var(--muted); font-size: 17px; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 30px; }
.status { display: flex; align-items: center; gap: 8px; margin-top: 17px; color: var(--muted); font-size: 12px; }
.status::before { content: ""; flex: 0 0 5px; height: 5px; border-radius: 50%; background: var(--accent); }
.hero-art { min-width: 0; }
.hero-art img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: 60% center; border: 1px solid var(--line); border-radius: 4px; }
.hero-art figcaption { padding-top: 12px; color: var(--muted); font-size: 11px; }
.section { padding-block: 72px; scroll-margin-top: 24px; }
.section-label { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 40px; }
.game-section { border-top: 1px solid var(--line); }
.status-pill { border: 1px solid #768445; color: var(--accent); border-radius: 100px; padding: 5px 12px; font-size: 11px; line-height: 1.4; }
.game-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.game-title { font-size: clamp(60px, 7vw, 90px); line-height: 1; }
.game-tagline { margin-top: 18px; font-size: 23px; letter-spacing: -.025em; }
.game-copy { display: grid; gap: 16px; color: var(--muted); font-size: 16px; }
.game-traits { display: flex; flex-wrap: wrap; gap: 12px 26px; margin: 34px 0 25px; padding: 0; list-style: none; color: var(--muted); font-size: 12px; }
.game-traits li { display: flex; align-items: center; gap: 9px; }
.game-traits li::before { content: "↗"; color: var(--accent); }
.gameplay { border: 1px solid var(--line); background: #080d1a; border-radius: 4px; overflow: hidden; }
.gameplay > a { display: block; }
.gameplay > a:focus-visible { outline-offset: -5px; }
.gameplay img { width: 100%; }
.gameplay figcaption { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px 24px; background: var(--surface); border-top: 1px solid var(--line); padding: 14px 20px; color: var(--muted); font-size: 11px; }
.game-bottom { display: flex; justify-content: space-between; gap: 24px; align-items: center; margin-top: 26px; }
.game-bottom p { max-width: 520px; color: var(--muted); font-size: 14px; }
.game-bottom .button { flex-shrink: 0; }
.studio-section { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; border-top: 1px solid var(--line); }
.studio-section h2 { margin-top: 27px; font-size: clamp(34px, 3.8vw, 52px); }
.studio-section h2 span { display: block; }
.studio-copy { display: grid; gap: 22px; color: var(--muted); }
.studio-copy blockquote { padding-top: 24px; border-top: 1px solid var(--line); color: var(--ink); font-size: 19px; }
.studio-copy cite { display: block; margin-top: 12px; color: var(--muted); font-style: normal; font-size: 12px; }
.community-section { background: #1e2419; border-block: 1px solid #39422c; }
.community-inner { display: grid; grid-template-columns: 1.5fr .7fr; gap: 110px; align-items: center; }
.community-inner h2 { font-size: clamp(38px, 4.5vw, 62px); max-width: 600px; margin-top: 24px; }
.community-copy { max-width: 590px; margin-top: 24px; color: var(--muted); }
.community-thanks { color: var(--muted); font-size: 14px; }
.asterisk { display: block; margin-bottom: 24px; color: var(--accent); font-size: 70px; line-height: 1; }
.community-thanks .text-link { margin-top: 14px; color: var(--ink); }
.site-footer { padding-block: 44px 24px; }
.development-credit { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; padding-bottom: 34px; }
.credit-line { font-size: 21px; letter-spacing: -.03em; color: var(--ink); }
.credit-line a { font-weight: 600; text-decoration-thickness: 1px; }
.credit-mark { color: var(--accent); }
.development-credit > p + p { color: var(--muted); font-size: 12px; max-width: 540px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; align-items: center; padding-top: 15px; border-top: 1px solid var(--line); color: var(--muted); }
.footer-bottom small { font-size: 10px; }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 8px 24px; }
.footer-bottom a { font-size: 11px; }
.credits-main { max-width: 900px; padding-block: 70px; }
.credits-main h1 { margin-block: 24px; font-size: clamp(44px, 6vw, 78px); }
.credits-lede { max-width: 620px; color: var(--muted); font-size: 19px; }
.credits-section { padding-top: 48px; margin-top: 48px; border-top: 1px solid var(--line); }
.credits-section h2 { margin-bottom: 24px; font-size: 32px; }
.acknowledgements { display: grid; gap: 18px; color: var(--muted); }
.supporter-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; list-style: none; padding: 0; margin-block: 28px; color: var(--accent); font-size: 20px; }
.privacy { scroll-margin-top: 24px; }
.privacy p { color: var(--muted); margin-block: 16px; font-size: 14px; }
.privacy a { color: var(--accent); }
@media (min-width: 1500px) { .hero { gap: 70px; } }
@media (max-width: 1100px) {
  .wrap { width: calc(100% - 64px); }
  .site-header { gap: 20px; }
  .brand { width: 175px; flex-basis: 175px; height: 48px; }
  .main-nav { gap: 18px; }
  .header-actions { gap: 15px; }
  .hero { gap: 30px; }
  .community-inner { gap: 60px; }
}
@media (max-width: 850px) {
  .site-header { flex-wrap: wrap; justify-content: space-between; padding-block: 18px 10px; gap: 8px 18px; }
  .main-nav { order: 3; width: 100%; margin: 0; justify-content: flex-start; gap: 30px; }
  .header-actions { margin-left: auto; }
  .hero { grid-template-columns: 1fr 1fr; padding-block: 44px 56px; gap: 28px; }
  .hero h1 { font-size: 48px; }
  .hero .actions { gap: 12px; }
  .game-intro, .studio-section { gap: 32px; }
  .community-inner { grid-template-columns: 1fr; gap: 45px; }
  .community-thanks { max-width: 550px; }
  .asterisk { margin-bottom: 15px; font-size: 48px; }
  .development-credit { gap: 32px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 640px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { padding-top: 12px; }
  .brand { width: 164px; flex-basis: 164px; height: 45px; }
  .header-actions { gap: 4px; }
  .header-actions .button { display: none; }
  .language-switcher button { min-width: 36px; }
  .main-nav { gap: 26px; }
  .main-nav a { font-size: 13px; }
  .hero { grid-template-columns: 1fr; gap: 40px; padding-block: 36px 45px; }
  .hero h1 { font-size: clamp(46px, 11.5vw, 66px); margin-block: 22px; }
  .hero-lede { font-size: 16px; }
  .actions { gap: 16px; margin-top: 24px; }
  .hero .actions { gap: 16px; }
  .actions .text-link { font-size: 13px; }
  .section { padding-block: 44px; }
  .section-label { margin-bottom: 30px; }
  .eyebrow { font-size: 10px; }
  .game-intro, .studio-section, .development-credit { grid-template-columns: 1fr; gap: 28px; }
  .game-title { font-size: 70px; }
  .game-tagline { font-size: 22px; }
  .game-copy { font-size: 15px; }
  .game-traits { gap: 10px 20px; margin-top: 25px; }
  .gameplay figcaption { padding: 12px; font-size: 10px; }
  .game-bottom { flex-direction: column; align-items: flex-start; }
  .studio-section h2 { font-size: 37px; }
  .studio-copy { font-size: 15px; }
  .community-inner { gap: 36px; }
  .community-inner h2 { font-size: 44px; }
  .community-copy { font-size: 15px; }
  .site-footer { padding-top: 32px; }
  .development-credit { gap: 14px; padding-bottom: 24px; }
  .credit-line { font-size: 20px; }
  .footer-bottom nav { gap: 8px 18px; }
  .credits-main { padding-block: 40px; }
  .credits-section { margin-top: 32px; padding-top: 32px; }
  .supporter-list { grid-template-columns: repeat(2, 1fr); font-size: 18px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
