@font-face {
  font-family: "GeKo Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/inter-regular.woff2") format("woff2");
}

@font-face {
  font-family: "GeKo Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/inter-bold.woff2") format("woff2");
}

:root {
  color-scheme: dark;
  --background: #05070d;
  --surface: #080B14;
  --border: rgba(0, 207, 232, 0.16);
  --border-bright: rgba(0, 207, 232, 0.32);
  --text: #f7f7f5;
  --text-muted: #9ba9bf;
  --accent-cyan: #00cfe8;
  --accent-blue: #4696f4;
  --accent-violet: #8b5cff;
  --accent-pink: #ff3e9d;
  --warning: #ffcf70;
  --content-width: 76rem;
  --radius: 1.35rem;
  --section-space: clamp(5rem, 9vw, 8rem);
  font-family: "GeKo Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background: var(--background);
  line-height: 1.65;
}

a {
  color: var(--accent-cyan);
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--text);
}

a:focus-visible,
button:focus-visible,
[type="submit"]:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 0.2rem solid var(--accent-cyan);
  outline-offset: 0.22rem;
}

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

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.65rem 0.85rem;
  color: #08111d;
  background: var(--accent-cyan);
  border-radius: 0.5rem;
  transform: translateY(-160%);
}

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

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid var(--border);
  background: rgba(7, 11, 19, 0.78);
  backdrop-filter: blur(1.25rem);
}

.has-scroll-header .home-page .site-header {
  position: fixed;
  right: 0;
  left: 0;
  transition: opacity 180ms ease, transform 180ms ease;
}

.has-scroll-header .home-page .site-header.is-at-top:not(:focus-within) {
  pointer-events: none;
  opacity: 0;
  transform: translateY(-100%);
}

.nav-shell,
.content-shell,
.footer-shell {
  width: min(calc(100% - 2.5rem), var(--content-width));
  margin-inline: auto;
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 5rem;
}

.brand {
  display: block;
  width: clamp(7.8rem, 12vw, 10.5rem);
  color: var(--text);
  text-decoration: none;
}

.brand img {
  width: 100%;
  height: auto;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem clamp(1rem, 3vw, 2.25rem);
  justify-content: flex-end;
}

.nav-actions {
  display: flex;
  gap: clamp(0.8rem, 2.5vw, 2rem);
  align-items: center;
}

.language-switch {
  display: flex;
  padding-left: clamp(0.7rem, 2vw, 1.35rem);
  border-left: 1px solid var(--border-bright);
}

.language-switch a {
  min-width: 2rem;
  padding: 0.25rem 0.35rem;
  color: #71839b;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
  text-decoration: none;
}

.language-switch a:hover,
.language-switch a[aria-current="page"] {
  color: var(--text);
}

.language-switch a[aria-current="page"] {
  background: rgba(0, 207, 232, 0.12);
  box-shadow: inset 0 -2px var(--accent-cyan);
}

.site-nav a {
  position: relative;
  color: var(--text-muted);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: -0.4rem;
  left: 0;
  height: 1px;
  content: "";
  background: var(--accent-cyan);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--text);
}

.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

main {
  min-height: calc(100vh - 13rem);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1rem;
  color: #8fa1b9;
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0 0 0.3em;
  line-height: 1.08;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

h1 {
  max-width: 16ch;
  font-size: clamp(2.8rem, 8vw, 5.8rem);
  letter-spacing: -0.055em;
}

.intro-hero,
.about-section {
  position: relative;
  overflow: hidden;
}

.intro-hero {
  display: grid;
  min-height: 100svh;
  background: radial-gradient(circle at 88% 45%, rgba(139, 92, 255, 0.13), transparent 30rem), #05070d;
}

.intro-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent 8%, var(--accent-cyan) 35%, var(--accent-violet) 68%, transparent 92%);
  opacity: 0.55;
}

.intro-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(calc(100% - 2.5rem), 68rem);
  padding-block: var(--section-space);
  text-align: center;
}

.hero-brand {
  width: clamp(11rem, 18vw, 15rem);
  height: auto;
  margin-bottom: clamp(3.5rem, 7vw, 5.5rem);
}

.intro-hero h1 {
  width: 100%;
  max-width: none;
  font-size: clamp(1.45rem, 7.6vw, 5.5rem);
  letter-spacing: -0.065em;
  text-align: center;
}

.hero-title-line {
  display: block;
  white-space: nowrap;
}

.hero-title-accent {
  width: fit-content;
  padding: 0.08em 0.08em 0.12em 0.04em;
  margin-inline: auto;
  color: transparent;
  background: linear-gradient(105deg, var(--accent-cyan) 0%, var(--accent-blue) 32%, var(--accent-violet) 64%, var(--accent-pink) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-lead {
  max-width: 39rem;
  margin: clamp(1.75rem, 4vw, 2.5rem) 0 0;
  color: #aebbd0;
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
  line-height: 1.7;
}

.about-section {
  background:
    radial-gradient(circle at 76% 55%, rgba(139, 92, 255, 0.11), transparent 30rem),
    #070a12;
  border-top: 1px solid var(--border);
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(22rem, 0.85fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: end;
  padding-block: var(--section-space) 0;
}

.about-copy {
  position: relative;
  z-index: 2;
  max-width: 60rem;
  padding-bottom: var(--section-space);
}

.about-copy h2 {
  max-width: 13ch;
  margin-bottom: 0.55em;
  font-size: clamp(2.5rem, 6vw, 4.8rem);
  letter-spacing: -0.055em;
}

.about-story {
  max-width: 42rem;
  margin: 0;
  color: var(--text-muted);
  font-size: clamp(1rem, 1.45vw, 1.14rem);
}

.about-story p {
  margin: 0;
}

.about-story p + p {
  margin-top: 1rem;
}

.about-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem clamp(2rem, 5vw, 4rem);
  margin: 2.5rem 0 0;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
}

.about-facts div {
  display: grid;
  gap: 0.15rem;
}

.about-facts dt {
  color: #7488a2;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-facts dd {
  margin: 0;
  font-size: 0.94rem;
  font-weight: 750;
}

.about-portrait {
  position: relative;
  isolation: isolate;
  width: min(100%, 31rem);
  margin: 0;
  align-self: end;
  justify-self: end;
}

.about-portrait::before,
.about-portrait::after {
  position: absolute;
  z-index: 0;
  inset: 0;
  content: "";
  pointer-events: none;
  background: url("/assets/portraits/georg-pixel.webp") center / 100% 100% no-repeat;
}

.about-portrait::before {
  filter:
    drop-shadow(-0.08rem 0 0.05rem rgba(0, 207, 232, 0.82))
    drop-shadow(-0.16rem 0 0.6rem rgba(0, 207, 232, 0.2));
}

.about-portrait::after {
  filter:
    drop-shadow(0.08rem 0 0.05rem rgba(139, 92, 255, 0.78))
    drop-shadow(0.16rem 0 0.65rem rgba(139, 92, 255, 0.18));
}

.about-portrait img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  image-rendering: pixelated;
}

.section-jump {
  position: absolute;
  z-index: 3;
  bottom: 2rem;
  left: 50%;
  display: flex;
  gap: 0.75rem;
  align-items: center;
  color: var(--text-muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.games-section {
  position: relative;
  padding: var(--section-space) 0;
  background:
    radial-gradient(circle at 50% 100%, rgba(139, 92, 255, 0.25), transparent 40rem),
    #050811;
  border-top: 1px solid var(--border);
}

.games-heading {
  display: flex;
  gap: 2rem 5rem;
  align-items: end;
  justify-content: space-between;
  margin-bottom: clamp(2.5rem, 6vw, 4.5rem);
}

.games-heading h2 {
  margin: 0;
  font-size: clamp(2.8rem, 7vw, 5.7rem);
  letter-spacing: -0.06em;
}

.games-heading > p {
  max-width: 29rem;
  margin: 0 0 0.6rem;
  color: var(--text-muted);
  font-size: 1.04rem;
}

.game-viewport {
  overflow: hidden;
  border: 1px solid var(--border-bright);
  border-radius: calc(var(--radius) + 0.4rem);
  background: #0b1120;
  box-shadow: 0 2.5rem 6rem rgba(0, 0, 0, 0.36);
}

.game-slide {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(19rem, 0.85fr);
  min-height: 31rem;
}

.js .game-slide {
  display: none;
}

.js .game-slide.is-active {
  display: grid;
}

.game-visual {
  position: relative;
  min-height: 26rem;
  overflow: hidden;
  background: #070917;
}

.game-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, transparent 65%, rgba(8, 13, 24, 0.42));
  pointer-events: none;
}

.game-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 300ms ease;
}

.game-visual:hover img {
  filter: brightness(1.08);
  transform: scale(1.025);
}

.game-index {
  position: absolute;
  z-index: 2;
  bottom: 1.4rem;
  left: 1.6rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.game-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: space-between;
  padding: clamp(2rem, 5vw, 3.5rem);
  background: radial-gradient(circle at 100% 0%, rgba(0, 207, 232, 0.07), transparent 19rem), #0b1120;
}

.game-state {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  margin: 0 0 1.2rem;
  color: var(--accent-cyan);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.game-state span {
  width: 0.42rem;
  height: 0.42rem;
  background: currentColor;
  box-shadow: 0 0 0.8rem currentColor;
}

.game-content h3 {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  letter-spacing: -0.06em;
}

.game-description {
  margin: 0;
  color: var(--text-muted);
  font-size: 1.05rem;
}

.game-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.6rem 0 0;
  padding: 0;
  list-style: none;
}

.game-tags li {
  padding: 0.38rem 0.7rem;
  color: #bac7d7;
  border: 1px solid var(--border);
  border-radius: 0.25rem;
  font-size: 0.72rem;
  font-weight: 700;
}

.game-actions,
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 3rem;
  padding: 0.7rem 1rem;
  color: #09121e;
  background: var(--accent-cyan);
  border: 1px solid transparent;
  border-radius: 0.3rem;
  font-size: 0.9rem;
  font-weight: 850;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover {
  color: #09121e;
  background: var(--accent-violet);
  transform: translateY(-2px);
}

.button.secondary {
  color: var(--text);
  background: transparent;
  border-color: var(--border-bright);
}

.button.secondary:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.48);
}

.carousel-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.35rem;
}

.carousel-position {
  display: flex;
  gap: 0.55rem;
  margin: 0;
  color: #71839b;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.carousel-position span:first-child {
  color: var(--text);
}

.carousel-controls {
  display: flex;
  gap: 0.65rem;
}

.carousel-button {
  display: grid;
  width: 3.15rem;
  height: 3.15rem;
  padding: 0;
  color: var(--text);
  cursor: pointer;
  background: rgba(16, 25, 42, 0.8);
  border: 1px solid var(--border-bright);
  border-radius: 0.3rem;
  place-items: center;
  transition: color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.carousel-button:hover:not(:disabled) {
  color: var(--accent-cyan);
  border-color: var(--accent-cyan);
  transform: translateY(-2px);
}

.carousel-button:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}

.page-intro {
  padding: clamp(4.5rem, 10vw, 8rem) 0 clamp(3rem, 7vw, 5rem);
  background: radial-gradient(circle at 14% 0%, rgba(0, 207, 232, 0.1), transparent 28rem), var(--background);
}

.lead {
  max-width: 44rem;
  margin: 0;
  color: var(--text-muted);
  font-size: clamp(1.08rem, 2.5vw, 1.35rem);
}

.section {
  padding: 0 0 6rem;
}

.section-heading {
  max-width: 45rem;
  margin-bottom: 1.5rem;
}

.section-heading h2 {
  font-size: clamp(1.7rem, 4vw, 2.5rem);
}

.section-heading p,
.card p,
.legal-copy p,
.legal-copy li {
  color: var(--text-muted);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr));
  gap: 1rem;
}

.card,
.legal-copy,
.draft-notice {
  padding: clamp(1.25rem, 4vw, 2rem);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
}

.card-link {
  display: inline-block;
  margin-top: 0.5rem;
  font-weight: 750;
}

.legal-copy {
  max-width: 52rem;
}

.legal-copy section + section {
  margin-top: 2.2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(16rem, 0.75fr);
  gap: 1rem;
  align-items: start;
}

.contact-panel {
  padding: clamp(1.25rem, 4vw, 2rem);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
}

.contact-panel h2:not(:first-child) {
  margin-top: 1.75rem;
}

.contact-panel > p {
  color: var(--text-muted);
}

.contact-form {
  display: grid;
  gap: 1.15rem;
  margin-top: 1.75rem;
}

.form-field {
  display: grid;
  gap: 0.4rem;
}

.form-field label,
.checkbox-field label {
  font-weight: 750;
}

.form-hint,
.form-note {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.86rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 3rem;
  padding: 0.72rem 0.8rem;
  color: var(--text);
  background: rgba(5, 9, 17, 0.92);
  border: 1px solid var(--border-bright);
  border-radius: 0.35rem;
  font: inherit;
}

.contact-form textarea {
  min-height: 11rem;
  resize: vertical;
}

.contact-form input:hover,
.contact-form select:hover,
.contact-form textarea:hover {
  border-color: rgba(255, 255, 255, 0.48);
}

.checkbox-field {
  display: grid;
  grid-template-columns: 1.25rem 1fr;
  gap: 0.65rem;
  align-items: start;
}

.checkbox-field input {
  width: 1.1rem;
  min-height: 1.1rem;
  margin: 0.3rem 0 0;
}

.contact-form .button {
  width: fit-content;
  cursor: pointer;
}

.form-trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.status-page {
  max-width: 42rem;
}

.status-page .actions {
  margin-top: 2rem;
}

.press-intro {
  padding: clamp(3rem, 6vw, 5rem) 0 clamp(2.5rem, 5vw, 4rem);
}

.press-intro-actions {
  margin-top: 2rem;
}

.press-kit {
  padding-bottom: 6rem;
}

.press-hero {
  width: min(100%, 76rem);
  margin: 0 auto clamp(1rem, 3vw, 2rem);
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
}

.press-hero img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
}

.press-summary-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.9fr);
  gap: 1rem;
  max-width: 76rem;
  margin-inline: auto;
}

.press-panel,
.press-contact {
  padding: clamp(1.25rem, 4vw, 2rem);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
}

.press-panel h2,
.press-contact h2 {
  margin-bottom: 1.25rem;
}

.press-panel h3 {
  margin-top: 1.8rem;
}

.press-panel p,
.press-panel li,
.press-contact p {
  color: var(--text-muted);
}

.press-panel ul {
  padding-left: 1.15rem;
}

.press-panel li + li {
  margin-top: 0.55rem;
}

.press-section {
  max-width: 76rem;
  margin-top: clamp(4rem, 8vw, 6rem);
  margin-inline: auto;
}

.press-download-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.press-download {
  display: grid;
  gap: 0.4rem;
  min-height: 7rem;
  padding: 1.25rem;
  align-content: center;
  color: var(--text);
  border: 1px solid var(--border-bright);
  border-radius: var(--radius);
  background: var(--surface);
  text-decoration: none;
  transition: border-color 160ms ease, transform 160ms ease;
}

.press-download:hover {
  color: var(--text);
  border-color: var(--accent-cyan);
  transform: translateY(-2px);
}

.press-download strong {
  font-size: 1.05rem;
}

.press-download span {
  color: var(--text-muted);
  font-size: 0.86rem;
}

.press-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.press-gallery figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
}

.press-gallery a {
  display: block;
  overflow: hidden;
}

.press-gallery img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 220ms ease;
}

.press-gallery a:hover img {
  transform: scale(1.02);
}

.press-gallery figcaption {
  padding: 0.65rem 0.8rem;
  color: var(--text-muted);
  font-size: 0.76rem;
  font-weight: 700;
}

.press-contact {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
}

.press-contact p {
  margin-bottom: 0;
}

.press-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  gap: 1rem;
  margin: 0;
}

.press-facts div {
  padding: 1rem 0;
  border-top: 1px solid var(--border);
}

.press-facts dt {
  color: #7488a2;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.press-facts dd {
  margin: 0.25rem 0 0;
  font-weight: 700;
}

.press-facts .press-fact-wide {
  grid-column: 1 / -1;
}

.site-footer {
  padding: 2rem 0 2.5rem;
  border-top: 1px solid var(--border);
  background: #050810;
}

.footer-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 2rem;
}

.footer-shell p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.82rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}

.footer-links a {
  color: var(--text-muted);
  font-size: 0.82rem;
}

@media (max-width: 62rem) {
  .about-layout {
    grid-template-columns: 1fr;
    row-gap: var(--section-space);
  }

  .about-copy {
    padding-bottom: 0;
  }

  .about-portrait {
    width: min(72vw, 26rem);
    justify-self: center;
  }

  .game-slide,
  .js .game-slide.is-active {
    grid-template-columns: 1fr;
  }

  .game-visual {
    min-height: 0;
    aspect-ratio: 920 / 430;
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .press-summary-grid {
    grid-template-columns: 1fr;
  }

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

  .press-contact {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 42rem) {
  .nav-shell,
  .content-shell,
  .footer-shell {
    width: min(calc(100% - 2rem), var(--content-width));
  }

  .nav-shell {
    flex-wrap: wrap;
    gap: 0.4rem 0.5rem;
    min-height: 4.5rem;
  }

  .brand {
    width: clamp(5rem, 24vw, 7.25rem);
  }

  .site-nav {
    gap: 0.65rem;
  }

  .site-nav a {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    font-size: 0.875rem;
  }

  .nav-actions {
    gap: 0.35rem;
  }

  .language-switch {
    padding-left: 0.35rem;
  }

  .language-switch a {
    display: grid;
    min-width: 2.5rem;
    min-height: 2.75rem;
    padding: 0;
    font-size: 0.75rem;
    place-items: center;
  }

  .intro-layout {
    width: min(calc(100% - 2rem), 68rem);
    padding-block: clamp(5rem, 20svh, 7rem);
  }

  .hero-brand {
    width: clamp(9.5rem, 48vw, 12rem);
    margin-bottom: clamp(2.25rem, 10vw, 3.5rem);
  }

  .intro-hero h1 {
    font-size: clamp(2.35rem, 11vw, 4rem);
    line-height: 1.02;
  }

  .hero-title-line {
    white-space: normal;
  }

  .hero-title-accent {
    width: auto;
  }

  .hero-lead {
    margin-top: 1.5rem;
    font-size: 1rem;
    line-height: 1.6;
  }

  .about-layout {
    row-gap: 2.5rem;
  }

  .about-copy h2 {
    font-size: clamp(2.35rem, 12vw, 3.5rem);
  }

  .about-portrait {
    width: min(84vw, 20rem);
    margin-bottom: 4.5rem;
  }

  .about-facts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem 1rem;
    margin-top: 2rem;
  }

  .section-jump {
    left: 1rem;
    min-height: 2.75rem;
    padding: 0.35rem 0;
    transform: none;
  }

  .games-heading {
    display: grid;
    gap: 1rem;
    margin-bottom: 2rem;
  }

  .games-heading h2 {
    font-size: clamp(2.8rem, 15vw, 4.2rem);
  }

  .games-heading > p {
    font-size: 1rem;
  }

  .game-viewport {
    border-radius: 1rem;
  }

  .game-visual {
    aspect-ratio: 16 / 9;
  }

  .game-content {
    gap: 1.5rem;
    padding: 1.5rem 1.25rem;
  }

  .game-content h3 {
    font-size: clamp(2.5rem, 13vw, 3.5rem);
  }

  .game-tags {
    margin-top: 1.25rem;
  }

  .game-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .press-download-grid {
    grid-template-columns: 1fr;
  }

  .press-gallery {
    gap: 0.6rem;
  }

  .press-gallery figcaption {
    padding: 0.55rem 0.65rem;
    font-size: 0.7rem;
  }

  .press-contact .actions {
    display: grid;
    width: 100%;
  }

  .footer-shell {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links a {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
  }

  .legal-copy a,
  .contact-panel a,
  .card a {
    overflow-wrap: anywhere;
  }
}

@media (max-width: 22rem) {
  .nav-shell {
    padding-block: 0.45rem;
  }

  .nav-actions {
    width: 100%;
    justify-content: space-between;
  }
}

@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;
  }
}
