:root {
  color-scheme: dark;
  --background: #101010;
  --surface: #171717;
  --text: #eeeeee;
  --muted: #b0b0b0;
  --line: #333333;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; background: var(--background); color: var(--text); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { line-height: 1.12; font-weight: 600; }
h1, h2 { letter-spacing: -.035em; }
a:focus-visible, button:focus-visible { outline: 2px solid #fff; outline-offset: 5px; }
.container { width: calc(100% - 112px); max-width: 1264px; margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 20px; padding: 10px 18px; background: #fff; color: #111; z-index: 100; }
.skip-link:focus { top: 12px; }
.site-header { position: relative; z-index: 20; }
.navigation { min-height: 104px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: flex; gap: 13px; align-items: center; font-size: 22px; font-weight: 600; line-height: 1.1; }
.brand img { width: 52px; height: 52px; object-fit: contain; }
.brand-subtitle { display: block; margin-top: 6px; font-size: 12px; font-weight: 400; letter-spacing: .1em; }
.navigation nav { display: flex; gap: 38px; font-size: 14px; }
.navigation nav a { padding-block: 12px; color: var(--muted); }
.navigation nav a:hover { color: #fff; }
.menu-toggle { display: none; }
.hero { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 64px; padding-block: 84px 88px; }
.hero > * { min-width: 0; }
.hero h1 { font-size: clamp(46px, 5.1vw, 72px); line-height: 1.03; letter-spacing: -.045em; }
.hero-intro { max-width: 370px; margin-top: 24px; color: var(--muted); line-height: 1.8; }
.hero .button { margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 11px 24px; border: 1px solid #666; border-radius: 2px; font-size: 14px; font-weight: 600; line-height: 1.5; }
.button-outline { color: var(--text); background: transparent; }
.button-outline:hover { border-color: #ddd; background: #222; }
.button-primary { color: #111; background: #e5e5e5; border-color: #e5e5e5; }
.button-primary:hover { background: #fff; border-color: #fff; }
.hero-art img { width: 100%; aspect-ratio: 16 / 9; object-fit: contain; background: #050505; border: 1px solid var(--line); }
.hero-art figcaption { display: flex; justify-content: space-between; gap: 16px; padding-top: 13px; color: var(--muted); font-size: 13px; }
.hero-art figcaption a:hover { text-decoration: underline; text-underline-offset: 4px; }
.games-section { background: var(--surface); border-block: 1px solid var(--line); padding-block: 62px 64px; }
.game-feature { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; }
.game-feature > * { min-width: 0; }
.section-label { font-size: 13px; color: var(--muted); margin-bottom: 18px; }
.game-description h2 { font-size: clamp(32px, 3.4vw, 46px); }
.game-category { color: #d0d0d0; margin-top: 18px; font-size: 14px; }
.game-description > p:not(.section-label):not(.game-category):not(.game-credit) { color: var(--muted); max-width: 465px; margin-top: 16px; }
.game-description .button { margin-top: 25px; }
.game-credit { color: #999; font-size: 12px; margin-top: 22px; }
.game-keyart { width: 100%; max-width: 460px; justify-self: end; border: 1px solid var(--line); }
.gallery-heading { display: flex; align-items: center; justify-content: space-between; gap: 18px; border-top: 1px solid var(--line); margin-top: 50px; padding-block: 22px; }
.gallery-heading h3 { font-size: 18px; }
.gallery-heading > span { font-size: 12px; color: var(--muted); }
.gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.gallery-item { background: none; color: var(--muted); padding: 0; border: 0; text-align: left; }
.gallery-item img { width: 100%; aspect-ratio: 16 / 9; object-fit: contain; border: 1px solid #444; }
.gallery-item:hover img { border-color: #aaa; }
.gallery-item:hover { color: #fff; }
.gallery-caption { display: block; font-size: 13px; padding-top: 11px; }
.studio-section, .contact-section { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; padding-block: 54px; }
.studio-section { margin-top: 18px; }
.contact-section { border-top: 1px solid var(--line); padding-bottom: 66px; }
.studio-section h2, .contact-section h2 { font-size: 32px; }
.studio-copy { max-width: 660px; }
.studio-copy p, .contact-section p { color: var(--muted); }
.studio-copy p + p { margin-top: 10px; }
.contact-link { display: inline-block; margin-top: 8px; font-size: 19px; text-decoration: underline; text-decoration-color: #777; text-underline-offset: 5px; overflow-wrap: anywhere; }
.contact-link:hover { text-decoration-color: #eee; }
.support-section { background: #141414; border-block: 1px solid var(--line); }
.support-inner { display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; gap: 90px; padding-block: 46px; }
.support-copy h2 { font-size: 20px; letter-spacing: -.015em; margin-bottom: 14px; }
.support-copy p { color: var(--muted); font-size: 13px; line-height: 1.8; }
.support-copy .acknowledgement { color: #ddd; margin-top: 12px; }
.acknowledgement a { text-decoration: underline; text-underline-offset: 3px; }
.funder-logo { display: block; width: 100%; max-width: 480px; padding: 20px; justify-self: end; }
.funder-logo img { width: 100%; height: auto; }
.footer-inner { min-height: 85px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 24px; font-size: 12px; color: #aaa; }
.footer-inner a:hover { color: #fff; }
.lightbox { width: min(1180px, 95vw); max-height: 95dvh; padding: 16px; background: #101010; color: var(--text); border: 1px solid #555; border-radius: 2px; overflow: auto; }
.lightbox::backdrop { background: #000e; }
.lightbox-bar, .lightbox-controls { display: flex; justify-content: space-between; align-items: center; gap: 15px; font-size: 13px; }
.lightbox-bar { padding-bottom: 14px; }
.lightbox button { padding: 9px 16px; color: inherit; background: #202020; border: 1px solid #555; border-radius: 2px; font-size: 13px; }
.lightbox button:hover { background: #333; }
.lightbox img { width: 100%; max-height: 72dvh; object-fit: contain; background: #050505; }
.lightbox-controls { padding-top: 14px; }
.lightbox-controls p { text-align: center; font-size: 12px; color: var(--muted); }
.lightbox-open { overflow: hidden; }
.error-page { padding-block: 100px; }
.error-page h1 { font-size: clamp(34px, 6vw, 64px); margin-block: 18px; }
.error-page > p { color: var(--muted); }
.error-page .button { margin-top: 24px; }
@media (max-width: 1100px) {
  .container { width: calc(100% - 72px); }
  .hero { gap: 40px; padding-block: 64px; }
  .hero h1 { font-size: 54px; }
  .game-feature { gap: 60px; }
  .studio-section, .contact-section { gap: 50px; }
  .support-inner { gap: 50px; }
}
@media (max-width: 850px) {
  .hero { gap: 30px; }
  .hero h1 { font-size: 44px; }
  .hero-intro { font-size: 14px; }
  .game-feature { gap: 35px; }
  .game-description h2 { font-size: 34px; }
  .support-inner { gap: 30px; }
  .studio-section, .contact-section { grid-template-columns: .6fr 1.4fr; gap: 32px; }
  .footer-inner { font-size: 11px; gap: 15px; }
}
@media (max-width: 650px) {
  .container { width: calc(100% - 40px); }
  .navigation { min-height: 84px; }
  .brand { font-size: 20px; gap: 10px; }
  .brand img { width: 44px; height: 44px; }
  .brand-subtitle { font-size: 11px; }
  .menu-toggle { display: flex; align-items: center; gap: 12px; min-height: 42px; padding: 8px 12px; background: none; color: var(--text); border: 1px solid #555; border-radius: 2px; font-size: 13px; }
  .menu-toggle span { font-size: 19px; }
  .navigation nav { display: none; position: absolute; top: 75px; left: 20px; right: 20px; padding: 15px 22px; background: #1c1c1c; border: 1px solid #444; }
  .navigation nav.is-open { display: flex; flex-direction: column; gap: 2px; }
  .hero { grid-template-columns: 1fr; gap: 34px; padding-block: 46px 40px; }
  .hero h1 { font-size: clamp(44px, 11vw, 62px); }
  .hero-intro { font-size: 16px; margin-top: 20px; max-width: 390px; }
  .hero .button { margin-top: 23px; }
  .games-section { padding-block: 38px 42px; }
  .game-feature { grid-template-columns: 1fr; gap: 32px; }
  .game-description h2 { font-size: clamp(33px, 9vw, 44px); }
  .game-keyart { justify-self: start; }
  .gallery-heading { margin-top: 34px; padding-block: 19px; align-items: baseline; }
  .gallery-heading > span { font-size: 11px; text-align: right; }
  .gallery { grid-template-columns: 1fr; gap: 24px; }
  .studio-section, .contact-section { grid-template-columns: 1fr; gap: 22px; padding-block: 36px; }
  .studio-section { margin-top: 4px; }
  .contact-section { padding-bottom: 42px; }
  .studio-section h2, .contact-section h2 { font-size: 28px; }
  .contact-link { font-size: clamp(15px, 4.2vw, 19px); }
  .support-inner { grid-template-columns: 1fr; gap: 22px; padding-block: 32px; }
  .funder-logo { justify-self: start; max-width: 440px; padding: 16px 0; }
  .footer-inner { flex-wrap: wrap; justify-content: flex-start; gap: 7px 24px; padding-block: 23px; }
  .footer-inner > span:first-child { flex-basis: 100%; }
  .footer-inner > a { margin-left: auto; }
  .lightbox { padding: 10px; }
  .lightbox-controls p { display: none; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
@media print {
  :root { color-scheme: light; }
  body, .games-section, .support-section { background: #fff; color: #000; }
  .navigation nav, .menu-toggle, .gallery, .site-footer, .lightbox, .hero-art { display: none !important; }
  .container { width: 100%; }
  .hero, .game-feature, .studio-section, .contact-section, .support-inner { display: block; padding: 20px 0; }
  .hero h1 { font-size: 36px; }
  .game-keyart { max-width: 350px; margin-top: 20px; }
  .funder-logo { background: #141414; padding: 24px; margin-top: 20px; }
  .support-section { break-inside: avoid; }
}
