.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page-hero--game {
  min-height: clamp(38rem, 92vh, 58rem);
}

.page-hero--game .page-hero__inner {
  align-items: center;
}

.page-hero__inner--game {
  grid-template-columns: minmax(0, 0.94fr) minmax(19rem, 0.98fr);
  gap: clamp(1.5rem, 3vw, 2.75rem);
  padding-top: clamp(6.25rem, 11vw, 8.2rem);
  padding-bottom: 3.4rem;
}

.page-hero__inner--game::after {
  top: 2.8rem;
  width: min(19rem, 24vw);
  height: min(15rem, 21vw);
}

.hero-copy--game {
  display: grid;
  gap: 1.05rem;
  max-width: 36rem;
}

.hero-copy--game .eyebrow {
  margin-bottom: 0;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  padding: 0.48rem 0.82rem;
  border-radius: 999px;
  background: rgba(255, 145, 90, 0.12);
  border: 1px solid rgba(255, 145, 90, 0.3);
  color: rgba(255, 187, 151, 0.94);
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-copy--game .hero-title {
  max-width: 9.5ch;
}

.hero-copy--game p {
  margin: 0;
}

.hero-copy--game .hero-subline {
  max-width: 35rem;
  font-size: clamp(1.08rem, 1.9vw, 1.24rem);
  color: rgba(255, 255, 255, 0.84);
}

.hero-actions--game {
  margin-top: 0.55rem;
}

.hero-actions--game .button--ghost {
  backdrop-filter: blur(6px);
}

.hero-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.1rem;
}

.hero-links a {
  color: rgba(255, 255, 255, 0.85);
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-links a:hover {
  color: #fff;
}

.hero-game-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-game-meta .pill {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.hero-game-note {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
}

.einsatzfahrt {
  position: relative;
  z-index: 1;
}

.einsatzfahrt-shell {
  position: relative;
  overflow: hidden;
  border-radius: 1.75rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(8, 11, 15, 0.64);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 34px 80px rgba(2, 5, 9, 0.42);
  backdrop-filter: blur(10px);
}

.einsatzfahrt-shell::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border-radius: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.einsatzfahrt-header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.15rem 0;
}

.einsatzfahrt-title {
  display: grid;
  gap: 0.28rem;
}

.einsatzfahrt-title span,
.einsatzfahrt-status {
  color: rgba(255, 255, 255, 0.66);
}

.einsatzfahrt-title span {
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.einsatzfahrt-title strong {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.einsatzfahrt-scoreboard {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  min-width: min(17rem, 100%);
}

.einsatzfahrt-scorecard {
  padding: 0.72rem 0.85rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.einsatzfahrt-scorecard span {
  display: block;
  margin-bottom: 0.2rem;
  color: rgba(255, 255, 255, 0.65);
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.einsatzfahrt-scorecard strong {
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
}

.einsatzfahrt-stage {
  position: relative;
  margin: 1rem 1rem 0;
  border-radius: 1.35rem;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  min-height: 21rem;
  background:
    radial-gradient(circle at top right, rgba(54, 93, 161, 0.4), transparent 26%),
    linear-gradient(180deg, #11151c 0%, #0b0f14 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.einsatzfahrt-canvas {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
}

.einsatzfahrt-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 1.4rem;
  background:
    linear-gradient(180deg, rgba(8, 11, 15, 0.1), rgba(8, 11, 15, 0.66)),
    linear-gradient(145deg, rgba(200, 24, 15, 0.08), rgba(45, 87, 178, 0.12));
  transition: opacity 180ms ease, visibility 180ms ease;
}

[data-einsatzfahrt].is-running .einsatzfahrt-overlay {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.einsatzfahrt-overlay__card {
  max-width: 22rem;
  padding: 1.25rem;
  border-radius: 1.25rem;
  background: rgba(11, 14, 19, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.34);
  text-align: left;
}

.einsatzfahrt-overlay__eyebrow {
  display: inline-flex;
  margin-bottom: 0.55rem;
  color: rgba(255, 193, 160, 0.9);
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.einsatzfahrt-overlay h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 500;
  letter-spacing: -0.04em;
}

.einsatzfahrt-overlay p {
  margin: 0.7rem 0 0;
  color: rgba(255, 255, 255, 0.82);
}

.einsatzfahrt-overlay .button {
  margin-top: 1rem;
}

.einsatzfahrt-footer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem 1.15rem;
}

.einsatzfahrt-status {
  margin: 0;
  max-width: 24rem;
  font-size: 0.95rem;
}

.einsatzfahrt-status:empty {
  display: none;
}

.einsatzfahrt-status strong {
  color: #fff;
  font-weight: 700;
}

.einsatzfahrt-hint {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.62rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.76);
  font-family: var(--font-display);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
}

.einsatzfahrt-hint::before {
  content: "";
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff9c6d, #ffd166);
  box-shadow: 0 0 14px rgba(255, 169, 96, 0.48);
}

.einsatzfahrt-noscript {
  margin: 1rem 1rem 0;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.84);
}

[data-einsatzfahrt].is-reduced-motion .einsatzfahrt-stage {
  background:
    linear-gradient(180deg, #14181f 0%, #10151b 100%);
}

.button:focus-visible,
.nav-toggle:focus-visible,
.site-nav a:focus-visible,
.einsatzfahrt-canvas:focus-visible {
  outline: 3px solid rgba(255, 184, 120, 0.96);
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .page-hero--game {
    min-height: auto;
  }

  .page-hero__inner--game {
    grid-template-columns: 1fr;
    gap: 1.4rem;
    padding-top: 6.2rem;
  }

  .hero-copy--game {
    max-width: none;
  }

  .hero-copy--game .hero-title {
    max-width: 10.5ch;
  }

  .einsatzfahrt-header,
  .einsatzfahrt-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .einsatzfahrt-scoreboard {
    min-width: 0;
  }

  .einsatzfahrt-stage {
    min-height: 19rem;
  }
}

@media (max-width: 640px) {
  .page-hero--game {
    min-height: auto;
  }

  .page-hero__inner--game {
    gap: 1rem;
    padding-top: 5.45rem;
    padding-bottom: 1.7rem;
  }

  .hero-copy--game {
    gap: 0.8rem;
  }

  .hero-copy--game .eyebrow {
    font-size: 0.62rem;
    letter-spacing: 0.13em;
    line-height: 1.3;
  }

  .hero-kicker {
    padding: 0.42rem 0.72rem;
    font-size: 0.64rem;
  }

  .hero-copy--game .hero-title {
    max-width: 7.2ch;
    font-size: clamp(2.05rem, 11vw, 3.35rem);
    line-height: 0.9;
  }

  .hero-copy--game .hero-subline {
    font-size: 0.88rem;
    line-height: 1.45;
  }

  .hero-actions--game {
    gap: 0.7rem;
  }

  .hero-actions--game .button {
    padding: 0.84rem 1rem;
    font-size: 0.76rem;
  }

  .hero-links {
    gap: 0.4rem 0.8rem;
  }

  .hero-links a {
    font-size: 0.72rem;
  }

  .hero-game-meta {
    display: none;
  }

  .hero-game-note {
    display: none;
  }

  .einsatzfahrt-shell {
    border-radius: 1.35rem;
  }

  .einsatzfahrt-shell::before {
    inset: 0.8rem;
  }

  .einsatzfahrt-header {
    padding: 1rem 1rem 0;
  }

  .einsatzfahrt-stage {
    margin: 0.85rem 0.85rem 0;
    min-height: 14.25rem;
  }

  .einsatzfahrt-overlay__card {
    padding: 1rem;
  }

  .einsatzfahrt-overlay h2 {
    font-size: 1.35rem;
  }

  .einsatzfahrt-footer {
    padding: 0.95rem 1rem 1rem;
  }

  .einsatzfahrt-status,
  .hero-game-note {
    font-size: 0.88rem;
  }

  .einsatzfahrt-hint {
    width: 100%;
    justify-content: center;
    font-size: 0.68rem;
    line-height: 1.35;
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .einsatzfahrt-overlay,
  .button,
  [data-reveal] {
    transition: none !important;
  }
}
