:root {
  --ink: #070707;
  --ink-soft: #121212;
  --paper: #f3efe5;
  --white: #fffdf8;
  --red: #ef271f;
  --gold: #f3b51b;
  --line-dark: rgba(255, 255, 255, .14);
  --line-light: rgba(7, 7, 7, .17);
  --muted-dark: #928d84;
  --muted-light: #6d685f;
  --font-sans: Arial,Helvetica,sans-serif;
  --font-mono: "Courier New",Courier,monospace
}
* {
  box-sizing: border-box
}
html {
  background: var(--ink);
  scroll-behavior: smooth
}
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--font-sans);
  cursor: url("rocket-cursor.svg") 26 5,default
}
a,
button {
  color: inherit;
  font: inherit
}
a,
button,
summary {
  cursor: url("rocket-cursor.svg") 26 5,pointer
}
button {
  -webkit-tap-highlight-color: transparent
}
a {
  text-underline-offset: .25em
}
img {
  display: block;
  max-width: 100%
}
.site-shell {
  min-height: 100svh;
  overflow: clip;
  background: radial-gradient(circle at 68% 18%,rgba(243,181,27,.08),transparent 27%),radial-gradient(circle at 14% 32%,rgba(239,39,31,.07),transparent 31%),var(--ink)
}
.grain {
  position: fixed;
  inset: 0;
  z-index: 50;
  opacity: .045;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E")
}
.legal-topbar,
.topbar {
  width: min(1400px,calc(100% - 64px));
  height: 92px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line-dark);
  position: relative;
  z-index: 20
}
.microbrand {
  justify-self: start;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .22em
}
.microbrand-mark {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  background: var(--red);
  border: 1px solid #ff6b63;
  color: #fff;
  transform: skew(-8deg);
  font-size: 1rem;
  letter-spacing: 0;
  box-shadow: 0 0 24px rgba(239,39,31,.18)
}
.topbar nav {
  display: flex;
  gap: clamp(22px,4vw,58px)
}
.topbar nav a {
  color: #8a867e;
  text-decoration: none;
  text-transform: uppercase;
  font: 700 .64rem/1 var(--font-mono),monospace;
  letter-spacing: .15em;
  transition: color .2s ease
}
.topbar nav a:hover {
  color: var(--paper)
}
.header-controls {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: clamp(11px,1.4vw,20px)
}
.motion-toggle,
.music-toggle,
.track-next {
  border: 0;
  padding: 7px 0;
  background: 0 0;
  color: #8a867e;
  display: flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
  white-space: nowrap;
  text-transform: uppercase;
  font: 700 .6rem/1 var(--font-mono),monospace;
  letter-spacing: .11em;
  transition: color .2s ease
}
.motion-toggle:hover,
.music-toggle.is-on,
.music-toggle:hover,
.track-next:hover {
  color: var(--paper)
}
.equalizer {
  height: 15px;
  display: flex;
  align-items: center;
  gap: 3px
}
.equalizer i {
  width: 2px;
  height: 5px;
  display: block;
  background: var(--gold)
}
.equalizer.active i:first-child {
  animation: eq .75s infinite alternate ease-in-out
}
.equalizer.active i:nth-child(2) {
  animation: eq .5s .1s infinite alternate ease-in-out
}
.equalizer.active i:nth-child(3) {
  animation: eq .9s .2s infinite alternate ease-in-out
}
.music-note {
  width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
  color: var(--gold);
  font-size: .9rem;
  line-height: 1
}
.next-icon {
  width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
  color: var(--gold);
  font-size: 1rem;
  line-height: 1
}
.music-toggle.is-on .music-note {
  text-shadow: 0 0 14px rgba(243,181,27,.8)
}
.volume-control {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #77736c
}
.volume-icon {
  color: var(--gold);
  font-size: .72rem;
  transform: rotate(12deg)
}
.volume-control input {
  width: clamp(62px,6vw,88px);
  height: 14px;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  background: 0 0;
  accent-color: var(--gold);
  cursor: pointer
}
.volume-control input::-webkit-slider-runnable-track {
  height: 2px;
  border-radius: 2px;
  background: #4f4b45
}
.volume-control input::-webkit-slider-thumb {
  width: 11px;
  height: 11px;
  margin-top: -4.5px;
  border: 0;
  border-radius: 50%;
  background: var(--gold);
  -webkit-appearance: none
}
.volume-control input::-moz-range-track {
  height: 2px;
  border-radius: 2px;
  background: #4f4b45
}
.volume-control input::-moz-range-thumb {
  width: 11px;
  height: 11px;
  border: 0;
  border-radius: 50%;
  background: var(--gold)
}
.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
}
.background-audio {
  display: none
}
.hero {
  min-height: calc(100svh - 92px);
  width: min(1400px,calc(100% - 64px));
  margin: 0 auto;
  padding: 42px 0 44px;
  display: grid;
  grid-template-columns: minmax(320px,.8fr) minmax(560px,1.2fr);
  grid-template-rows: auto 1fr auto;
  column-gap: clamp(25px,4vw,72px);
  position: relative
}
.hero-kicker,
.section-index {
  text-transform: uppercase;
  color: var(--gold);
  font: 700 .62rem/1.2 var(--font-mono),monospace;
  letter-spacing: .18em
}
.hero-kicker {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  gap: 13px
}
.hero-kicker span {
  width: 35px;
  height: 1px;
  display: block;
  flex: none;
  background: currentColor
}
.hero-copy {
  grid-column: 1;
  grid-row: 2;
  align-self: center;
  position: relative;
  z-index: 5
}
.hero-copy h1 {
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(3.2rem, 5.3vw, 6.8rem);
  line-height: .88;
  letter-spacing: -.066em;
  font-weight: 950
}
.hero-copy h1 em {
  font-style: normal;
  color: var(--red)
}
.hero-copy > p {
  max-width: 500px;
  margin: 30px 0 0;
  color: #a09b92;
  font-size: clamp(.92rem, 1.2vw, 1.06rem);
  line-height: 1.65
}
.hero-actions {
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px
}
.button {
  min-height: 48px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  text-decoration: none;
  text-transform: uppercase;
  font: 800 .64rem/1 var(--font-mono),monospace;
  letter-spacing: .1em;
  border: 1px solid var(--line-dark);
  transition: transform .2s ease,background .2s ease,color .2s ease
}
.button:hover {
  transform: translateY(-2px)
}
.button-primary {
  background: var(--paper);
  color: var(--ink);
  border-color: var(--paper)
}
.button-primary:hover {
  background: #fff
}
.button-primary span {
  color: var(--red);
  font-size: 1rem
}
.button-ghost {
  color: #a8a399
}
.button-ghost:hover {
  color: #fff
}
.hero-mark {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  width: 100%;
  aspect-ratio: 1/.82;
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  border: 0;
  padding: 0;
  background: 0 0;
  cursor: inherit
}
.hero-mark::before {
  content: "";
  position: absolute;
  inset: 14%;
  border-radius: 50%;
  background: radial-gradient(circle,rgba(243,181,27,.13),transparent 64%);
  filter: blur(15px)
}
.hero-logo-wrap {
  width: min(760px,105%);
  position: relative;
  z-index: 3;
  overflow: hidden;
  filter: drop-shadow(0 30px 38px rgba(0, 0, 0, .65))
}
.hero-logo-wrap img {
  width: 100%;
  height: auto
}
.is-live .hero-logo-wrap {
  animation: logo-land 1.05s .1s both cubic-bezier(.2,.9,.18,1.1)
}
.logo-sheen {
  position: absolute;
  inset: -25% auto -25% -35%;
  width: 18%;
  transform: skewX(-17deg);
  background: linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent);
  opacity: 0;
  mix-blend-mode: screen
}
.is-live .logo-sheen {
  animation: sheen 1.05s 1.25s ease-in-out both
}
.helmet-shine,
.visor-glint {
  position: absolute;
  z-index: 4;
  pointer-events: none;
  overflow: hidden;
  border-radius: 50%;
  mix-blend-mode: screen
}
.helmet-shine {
  left: 41.5%;
  top: 24%;
  width: 17%;
  height: 44.2%
}
.helmet-shine::before {
  content: "";
  position: absolute;
  inset: -45%;
  opacity: 0;
  filter: blur(6px);
  background: conic-gradient(from 0deg,transparent 0deg,rgba(255,255,255,.22) 24deg,transparent 60deg,transparent 292deg,rgba(243,181,27,.16) 322deg,transparent 360deg)
}
.hero-mark.is-live .helmet-shine::before {
  opacity: 1;
  animation: helmet-spin 9s linear infinite
}
.visor-glint {
  left: 46%;
  top: 36%;
  width: 12.5%;
  height: 27%
}
.visor-glint::before {
  content: "";
  position: absolute;
  top: -30%;
  left: -60%;
  width: 35%;
  height: 160%;
  opacity: 0;
  filter: blur(2px);
  background: linear-gradient(90deg,transparent,rgba(255,255,255,.78),transparent);
  transform: skew(-20deg) translateX(-150%)
}
.hero-mark.is-live .visor-glint::before {
  animation: visor-loop 9s ease-in-out infinite
}
.orbit {
  position: absolute;
  border: 1px solid rgba(243,181,27,.34);
  border-radius: 50%;
  transform: rotate(-16deg);
  z-index: 1
}
.orbit-a {
  width: 87%;
  height: 46%
}
.orbit-b {
  width: 70%;
  height: 31%;
  border-color: rgba(255,255,255,.14)
}
.is-live .orbit-a {
  animation: orbit-in 1.3s .25s both ease-out
}
.is-live .orbit-b {
  animation: orbit-in 1.3s .45s both ease-out
}
.star {
  position: absolute;
  z-index: 4;
  color: var(--gold);
  font-size: clamp(1rem, 2vw, 1.8rem);
  text-shadow: 0 0 25px rgba(243,181,27,.65)
}
.star-a {
  right: 5%;
  top: 23%
}
.star-b {
  left: 10%;
  bottom: 21%;
  font-size: .75rem;
  color: #fff
}
.is-live .star {
  animation: star-pop .6s 1.9s both ease-out
}
.hero-meta {
  grid-column: 1/-1;
  grid-row: 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  color: #5d5953;
  text-transform: uppercase;
  font: 650 .57rem/1 var(--font-mono),monospace;
  letter-spacing: .15em
}
.hero-meta i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--red)
}
.band-hero {
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr auto
}
.band-hero .hero-kicker {
  max-width: none;
  white-space: nowrap;
  font-size: clamp(.72rem, 1.25vw, 1.15rem);
  line-height: 1;
  letter-spacing: .055em;
  font-weight: 820
}
.band-hero .hero-kicker span {
  width: clamp(30px,4vw,56px)
}
.band-hero .hero-mark {
  grid-column: 1/-1;
  grid-row: 2;
  align-self: stretch;
  width: 100%;
  min-height: clamp(360px,49vw,670px);
  aspect-ratio: auto
}
.band-hero .hero-logo-wrap {
  width: min(1180px,98%)
}
.band-hero .hero-copy {
  grid-column: 1;
  grid-row: 3;
  align-self: end;
  display: flex;
  align-items: end;
  gap: clamp(30px,6vw,90px)
}
.band-hero .hero-copy h1 {
  font-size: clamp(2.5rem, 4.3vw, 5rem)
}
.band-hero .hero-copy > p {
  max-width: 420px;
  margin: 0 0 5px
}
.hero-jump {
  grid-column: 2;
  grid-row: 3;
  align-self: end;
  padding: 12px 0;
  white-space: nowrap;
  color: #8a867e;
  text-decoration: none;
  text-transform: uppercase;
  font: 750 .62rem/1 var(--font-mono),monospace;
  letter-spacing: .12em
}
.hero-jump:hover {
  color: #fff
}
.hero-jump span {
  color: var(--gold);
  margin-right: 8px;
  font-size: 1rem
}
.statement {
  min-height: 78svh;
  padding: clamp(90px,11vw,170px) max(32px,calc((100vw - 1400px)/ 2));
  background: var(--red);
  color: #fff;
  position: relative;
  overflow: hidden
}
.launch-statement {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  grid-template-rows: auto auto auto;
  gap: 42px 80px;
  align-items: end
}
.launch-statement .section-index {
  grid-column: 1;
  color: rgba(255,255,255,.64)
}
.launch-date {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  color: var(--gold);
  font: 900 clamp(1.8rem, 4vw, 4.4rem)/.85 var(--font-mono),monospace;
  letter-spacing: -.07em
}
.launch-statement h2 {
  grid-column: 1/-1;
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(4rem, 10vw, 11rem);
  line-height: .82;
  letter-spacing: -.075em;
  font-weight: 950
}
.launch-copy {
  grid-column: 1;
  max-width: 580px;
  margin: 0;
  color: rgba(255,255,255,.8);
  font-size: clamp(.95rem, 1.2vw, 1.1rem);
  line-height: 1.7
}
.countdown {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border-top: 1px solid rgba(255,255,255,.34);
  border-bottom: 1px solid rgba(255,255,255,.34)
}
.countdown > div {
  min-height: 125px;
  padding: 24px 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid rgba(255,255,255,.25)
}
.countdown > div:last-child {
  border-right: 0
}
.countdown strong {
  font: 900 clamp(2rem, 4vw, 4.1rem)/1 var(--font-mono),monospace;
  letter-spacing: -.07em;
  font-variant-numeric: tabular-nums
}
.countdown span {
  color: rgba(255,255,255,.62);
  text-transform: uppercase;
  font: 700 .52rem/1 var(--font-mono),monospace;
  letter-spacing: .13em
}
.launch-game {
  grid-column: 2;
  justify-self: start;
  min-height: 46px;
  margin-top: -12px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(243,181,27,.45);
  color: var(--gold);
  text-decoration: none;
  text-transform: uppercase;
  font: 750 .6rem/1 var(--font-mono),monospace;
  letter-spacing: .11em;
  transition: background .2s ease,color .2s ease,border-color .2s ease
}
.launch-game:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink)
}
.animation-section {
  padding: clamp(100px,10vw,160px) max(32px,calc((100vw - 1400px)/ 2));
  background: var(--ink)
}
.identity-section {
  min-height: 76svh;
  display: grid;
  align-items: center;
  border-bottom: 1px solid var(--line-dark)
}
.identity-section .section-heading {
  margin: 0
}
.identity-section .section-heading > p {
  font-size: clamp(1rem, 1.35vw, 1.2rem)
}
.section-heading {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  align-items: end;
  gap: 60px;
  margin-bottom: 72px
}
.downloads h2,
.section-heading h2 {
  margin: 16px 0 0;
  text-transform: uppercase;
  font-size: clamp(3rem, 6.5vw, 7.4rem);
  line-height: .86;
  letter-spacing: -.065em;
  font-weight: 950
}
.section-heading h2 em {
  color: var(--red);
  font-style: normal
}
.section-heading > p {
  max-width: 480px;
  margin: 0;
  color: var(--muted-dark);
  line-height: 1.7
}
.animation-stage {
  width: 100%;
  min-height: min(64vw,760px);
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  cursor: pointer;
  color: var(--paper);
  border: 1px solid var(--line-dark);
  background: #030303
}
.stage-grid {
  position: absolute;
  inset: 0;
  opacity: .34;
  background-image: linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle,black,transparent 72%)
}
.stage-label {
  position: absolute;
  top: 24px;
  left: 26px;
  color: #6f6a62;
  text-transform: uppercase;
  font: 650 .55rem/1 var(--font-mono),monospace;
  letter-spacing: .15em
}
.stage-logo {
  width: min(1060px,78%);
  position: relative;
  z-index: 3;
  overflow: hidden;
  filter: drop-shadow(0 30px 42px black)
}
.stage-logo img {
  width: 100%
}
.is-live .stage-logo {
  animation: stage-logo 1.2s .3s both cubic-bezier(.16,1,.3,1)
}
.stage-logo i {
  position: absolute;
  inset: -25% auto -25% -32%;
  width: 16%;
  opacity: 0;
  transform: skewX(-17deg);
  background: linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent);
  mix-blend-mode: screen
}
.is-live .stage-logo i {
  animation: stage-sheen 1.15s 1.5s both ease-in-out
}
.stage-orbit {
  position: absolute;
  width: 82%;
  aspect-ratio: 2.15/1;
  border: 1px solid rgba(243,181,27,.42);
  border-radius: 50%;
  transform: rotate(-11deg)
}
.is-live .stage-orbit {
  animation: stage-orbit 1.5s .5s both ease-out
}
.stage-pulse {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 51%;
  border: 1px solid rgba(243,181,27,.65);
  border-radius: 50%;
  opacity: 0
}
.is-live .pulse-one {
  animation: pulse 1.6s 2.2s both ease-out
}
.is-live .pulse-two {
  animation: pulse 1.6s 2.42s both ease-out
}
.replay-label {
  position: absolute;
  right: 25px;
  bottom: 24px;
  color: #777168;
  text-transform: uppercase;
  font: 650 .58rem/1 var(--font-mono),monospace;
  letter-spacing: .12em
}
.variants {
  padding: clamp(100px,11vw,170px) max(32px,calc((100vw - 1400px)/ 2));
  background: var(--paper);
  color: var(--ink)
}
.variants .section-index {
  color: var(--red)
}
.band-dna .section-heading {
  grid-template-columns: 2fr .8fr
}
.band-dna .section-heading > div {
  grid-column: 1/-1
}
.band-dna .section-heading h2 {
  font-size: clamp(3rem, 5.9vw, 6.8rem)
}
.band-dna .section-heading h2 em {
  color: var(--red);
  font-style: normal
}
.light-heading > p {
  color: var(--muted-light)
}
.variant-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 12px
}
.variant-card {
  min-height: 470px;
  position: relative;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid var(--line-light)
}
.variant-card > img {
  width: 95%;
  margin: auto
}
.variant-card h3 {
  margin: 0 0 8px;
  text-transform: uppercase;
  font-size: .83rem;
  letter-spacing: .09em
}
.variant-card p {
  margin: 0;
  color: rgba(0,0,0,.55);
  font: 600 .58rem/1.4 var(--font-mono),monospace;
  text-transform: uppercase;
  letter-spacing: .1em
}
.variant-number {
  position: absolute;
  top: 21px;
  right: 23px;
  color: rgba(0,0,0,.35);
  font: 650 .59rem/1 var(--font-mono),monospace
}
.color-card {
  background: #080808;
  color: #fff;
  border-color: #1c1c1c
}
.color-card p {
  color: #7d7870
}
.black-card {
  background: #fff
}
.white-card {
  background: var(--red);
  color: #fff;
  border-color: var(--red)
}
.white-card p {
  color: rgba(255,255,255,.7)
}
.white-card .variant-number {
  color: rgba(255,255,255,.55)
}
.dna-card {
  min-height: 430px
}
.dna-card p {
  max-width: 36ch;
  font-size: .66rem;
  line-height: 1.65
}
.dna-card p strong {
  font-weight: 850
}
.dna-symbol {
  margin: auto 0;
  width: clamp(92px,11vw,168px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  color: var(--gold)
}
.dna-symbol::before {
  content: "";
  width: 100%;
  height: 100%;
  background: currentColor;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain
}
.dna-symbol--sousaphone::before {
  -webkit-mask-image: url("icon-sousaphone.svg");
  mask-image: url("icon-sousaphone.svg")
}
.dna-symbol--guitar::before {
  -webkit-mask-image: url("icon-guitar.svg");
  mask-image: url("icon-guitar.svg")
}
.dna-symbol--microphone::before {
  -webkit-mask-image: url("icon-microphone.svg");
  mask-image: url("icon-microphone.svg")
}
.black-card .dna-symbol {
  color: var(--red)
}
.white-card .dna-symbol {
  color: var(--gold)
}
.booking {
  min-height: 78svh;
  padding: clamp(100px,11vw,170px) max(32px,calc((100vw - 1400px)/ 2));
  background: #070707;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.45fr .55fr;
  grid-template-rows: auto 1fr;
  gap: 50px 80px;
  align-items: end
}
.booking .section-index {
  grid-column: 1/-1
}
.booking h2 {
  grid-column: 1;
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(4.2rem, 9vw, 10rem);
  line-height: .82;
  letter-spacing: -.075em;
  font-weight: 950;
  position: relative;
  z-index: 2
}
.booking h2 em {
  color: var(--red);
  font-style: normal
}
.booking-copy {
  grid-column: 2;
  align-self: end;
  position: relative;
  z-index: 3
}
.booking-copy p {
  margin: 0 0 34px;
  color: #9b968d;
  line-height: 1.7
}
.booking-link {
  min-height: 58px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--gold);
  color: var(--ink);
  text-decoration: none;
  text-transform: uppercase;
  font: 850 .67rem/1 var(--font-mono),monospace;
  letter-spacing: .1em;
  transition: transform .2s ease,background .2s ease
}
.booking-link:hover {
  transform: translateY(-2px);
  background: #ffca31
}
.booking-link span {
  color: var(--red);
  font-size: 1.2rem
}
.booking-phone {
  display: inline-block;
  margin-top: 18px;
  color: #777269;
  text-decoration: none;
  font: 650 .62rem/1 var(--font-mono),monospace;
  letter-spacing: .1em
}
.booking-phone:hover {
  color: #fff
}
.booking-wege {
  margin-top: 14px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px
}
.booking-wege-titel {
  color: #7d786f;
  text-transform: uppercase;
  font: 700 .55rem/1.4 var(--font-mono),monospace;
  letter-spacing: .1em
}
.booking-weg {
  min-height: 34px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255,255,255,.2);
  color: #cfcac1;
  text-decoration: none;
  text-transform: uppercase;
  font: 750 .58rem/1 var(--font-mono),monospace;
  letter-spacing: .1em;
  transition: border-color .2s ease,color .2s ease
}
.booking-weg:hover {
  border-color: var(--gold);
  color: var(--paper)
}
.booking-address {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  margin-top: 14px;
  padding: 11px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  background: 0 0;
  border: 1px solid rgba(255,255,255,.16);
  color: #b6b1a8;
  text-align: left;
  font: 650 .62rem/1 var(--font-mono),monospace;
  letter-spacing: .07em;
  transition: border-color .2s ease,color .2s ease
}
.booking-address:hover {
  border-color: rgba(243,181,27,.6);
  color: var(--paper)
}
.booking-address-text {
  overflow-wrap: anywhere
}
.booking-address-hint {
  flex: none;
  color: var(--gold);
  text-transform: uppercase;
  font-size: .55rem;
  letter-spacing: .12em
}
.booking-address.is-copied {
  border-color: var(--gold);
  color: var(--paper)
}
.booking-orbit {
  position: absolute;
  width: min(620px,45vw);
  aspect-ratio: 1;
  right: -10%;
  top: -10%;
  border: 1px solid rgba(243,181,27,.25);
  border-radius: 50%;
  display: grid;
  place-items: center;
  transform: rotate(-14deg)
}
.booking-orbit::after,
.booking-orbit::before {
  content: "";
  position: absolute;
  inset: 15%;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 50%
}
.booking-orbit::after {
  inset: 32%
}
.booking-orbit span {
  color: rgba(243,181,27,.13);
  font-size: clamp(7rem, 17vw, 18rem);
  font-weight: 950;
  letter-spacing: -.1em
}
.booking-orbit i {
  position: absolute;
  right: 8%;
  top: 47%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 25px var(--gold)
}
.downloads {
  padding: clamp(100px,11vw,170px) max(32px,calc((100vw - 1400px)/ 2));
  background: var(--gold);
  color: var(--ink);
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(50px,8vw,120px);
  align-items: start
}
.downloads .section-index {
  color: rgba(0,0,0,.55)
}
.downloads h2 {
  font-size: clamp(3.6rem, 6vw, 7rem)
}
.downloads-intro > p {
  max-width: 420px;
  margin: 28px 0 0;
  color: rgba(0,0,0,.63);
  line-height: 1.65
}
.download-list {
  border-top: 1px solid rgba(0,0,0,.35)
}
.download-row {
  min-height: 112px;
  display: grid;
  grid-template-columns: 40px 1fr auto 38px;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid rgba(0,0,0,.35);
  text-decoration: none;
  transition: padding .25s ease,background .25s ease
}
.download-row:hover {
  padding: 0 14px;
  background: rgba(255,255,255,.2)
}
.download-index,
.download-type {
  font: 700 .6rem/1 var(--font-mono),monospace;
  letter-spacing: .1em
}
.download-index {
  color: rgba(0,0,0,.45)
}
.download-name {
  display: grid;
  gap: 8px
}
.download-name strong {
  text-transform: uppercase;
  font-size: clamp(.86rem, 1.2vw, 1.05rem);
  letter-spacing: .06em
}
.download-name small {
  color: rgba(0,0,0,.55);
  font: 600 .58rem/1.2 var(--font-mono),monospace;
  text-transform: uppercase;
  letter-spacing: .08em
}
.download-type {
  border: 1px solid rgba(0,0,0,.35);
  padding: 7px 8px
}
.download-arrow {
  font-size: 1.35rem;
  text-align: right
}
footer {
  min-height: 310px;
  padding: 70px max(32px,calc((100vw - 1400px)/ 2)) 30px;
  background: var(--ink);
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  grid-template-rows: 1fr auto;
  align-items: start;
  gap: 40px;
  border-top: 1px solid var(--line-dark)
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .16em;
  font-size: .8rem
}
.footer-brand span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: var(--red);
  transform: skew(-8deg);
  color: #fff
}
footer > p {
  margin: 10px 0 0;
  color: #716d65
}
.footer-links {
  display: flex;
  gap: 34px
}
.footer-links a {
  color: #aaa59b;
  text-decoration: none;
  text-transform: uppercase;
  font: 650 .59rem/1 var(--font-mono),monospace;
  letter-spacing: .12em
}
.footer-links a:hover {
  color: #fff
}
footer small {
  grid-column: 1/-1;
  padding-top: 25px;
  border-top: 1px solid var(--line-dark);
  color: #57534d;
  font: 600 .55rem/1 var(--font-mono),monospace;
  text-transform: uppercase;
  letter-spacing: .14em
}
.legal-page {
  min-height: 100svh;
  background: var(--paper);
  color: var(--ink)
}
.legal-topbar {
  border-bottom-color: var(--line-light)
}
.legal-topbar .microbrand {
  color: var(--ink)
}
.back-link {
  justify-self: end;
  grid-column: 3;
  color: var(--muted-light);
  text-decoration: none;
  text-transform: uppercase;
  font: 650 .6rem/1 var(--font-mono),monospace;
  letter-spacing: .1em
}
.back-link:hover {
  color: var(--red)
}
.legal-hero {
  padding: clamp(80px,10vw,150px) max(32px,calc((100vw - 1400px)/ 2)) 70px;
  border-bottom: 1px solid var(--line-light)
}
.legal-hero .section-index {
  color: var(--red)
}
.legal-hero h1 {
  margin: 18px 0 20px;
  text-transform: uppercase;
  font-size: clamp(4.2rem, 11vw, 11rem);
  line-height: .82;
  letter-spacing: -.075em
}
.legal-hero p {
  margin: 0;
  color: var(--muted-light);
  font: 600 .65rem/1.4 var(--font-mono),monospace;
  text-transform: uppercase;
  letter-spacing: .12em
}
.legal-content {
  padding: 20px max(32px,calc((100vw - 1400px)/ 2)) 120px;
  display: grid;
  grid-template-columns: 1fr 1fr
}
.legal-content article {
  min-height: 260px;
  padding: 38px 30px 38px 0;
  border-bottom: 1px solid var(--line-light)
}
.legal-content article:nth-child(odd) {
  border-right: 1px solid var(--line-light)
}
.legal-content article:nth-child(2n) {
  padding-left: 42px
}
.legal-label {
  display: block;
  margin-bottom: 45px;
  color: var(--red);
  text-transform: uppercase;
  font: 700 .58rem/1 var(--font-mono),monospace;
  letter-spacing: .14em
}
.legal-content h2 {
  max-width: 550px;
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(1.35rem, 2.2vw, 2.4rem);
  line-height: 1.05;
  letter-spacing: -.035em
}
.legal-content address,
.legal-content p {
  margin: 18px 0 0;
  color: #4f4a44;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.75
}
.legal-content a {
  color: inherit
}
.legal-provider-row {
  display: grid;
  grid-template-columns: minmax(0,1.15fr) minmax(150px,.85fr);
  align-items: center;
  gap: clamp(22px,3vw,44px)
}
.myband-logo {
  width: min(100%,250px);
  justify-self: end;
  display: block;
  padding: 18px 16px;
  background: #fff;
  border: 1px solid rgba(7,7,7,.1);
  text-decoration: none;
  box-shadow: 0 16px 35px rgba(7,7,7,.08);
  transition: transform .2s ease,box-shadow .2s ease
}
.myband-logo:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 42px rgba(7,7,7,.12)
}
.myband-logo img {
  width: 100%;
  height: auto
}
.legal-footer {
  min-height: 100px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--ink);
  color: var(--paper)
}
.legal-footer a {
  color: #aaa59b;
  text-decoration: none
}
.hero-seo {
  max-width: 640px;
  margin: 18px 0 0;
  color: var(--muted-dark);
  font-size: clamp(.82rem, 1.1vw, .95rem);
  line-height: 1.6
}
.countdown-float {
  position: fixed;
  right: max(20px,env(safe-area-inset-right));
  bottom: max(20px,env(safe-area-inset-bottom));
  z-index: 60;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 13px 17px;
  background: rgba(7,7,7,.9);
  border: 1px solid rgba(243,181,27,.42);
  box-shadow: 0 16px 40px rgba(0,0,0,.55);
  color: var(--paper);
  text-decoration: none;
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  transition: opacity .32s ease,transform .32s ease,border-color .2s ease;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px)
}
.countdown-float.is-visible {
  opacity: 1;
  transform: none;
  pointer-events: auto
}
.countdown-float:hover {
  border-color: rgba(243,181,27,.85)
}
.countdown-float-label {
  color: var(--gold);
  text-transform: uppercase;
  font: 700 .52rem/1.45 var(--font-mono),monospace;
  letter-spacing: .13em;
  white-space: nowrap
}
.countdown-float-values {
  display: flex;
  gap: 14px
}
.countdown-float-values > span {
  min-width: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px
}
.countdown-float strong {
  font: 900 1.32rem/1 var(--font-mono),monospace;
  letter-spacing: -.05em;
  font-variant-numeric: tabular-nums
}
.countdown-float-values > span > span {
  color: rgba(255,255,255,.55);
  text-transform: uppercase;
  font: 700 .46rem/1 var(--font-mono),monospace;
  letter-spacing: .12em
}
.game-section {
  padding: clamp(80px,9vw,140px) max(32px,calc((100vw - 1400px)/ 2));
  background: var(--ink);
  border-bottom: 1px solid var(--line-dark)
}
.game-section .section-heading {
  margin-bottom: 40px
}
.game-section .section-heading h2 {
  font-size: clamp(2.6rem, 6vw, 6.2rem)
}
.game-stage {
  position: relative;
  border: 1px solid var(--line-dark);
  background: #030308
}
.game-hud {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  border-bottom: 1px solid var(--line-dark)
}
#hud-crew {
  font-size: 1rem;
  letter-spacing: 0;
  overflow-wrap: anywhere
}
.game-hud > span {
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  border-right: 1px solid rgba(255,255,255,.1)
}
.game-hud > span:last-child {
  border-right: 0
}
.game-hud b {
  font: 900 1.3rem/1 var(--font-mono),monospace;
  letter-spacing: -.04em;
  font-variant-numeric: tabular-nums
}
.game-hud i {
  color: rgba(255,255,255,.5);
  text-transform: uppercase;
  font: 700 .48rem/1 var(--font-mono),monospace;
  font-style: normal;
  letter-spacing: .13em
}
#hud-lives {
  color: var(--red);
  letter-spacing: .05em
}
#hud-ammo {
  color: var(--gold)
}
#spielfeld {
  width: 100%;
  height: auto;
  aspect-ratio: 1000/460;
  display: block;
  touch-action: none;
  cursor: crosshair;
  background: #030308
}
.game-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(3,3,8,.88);
  text-align: center
}
.game-overlay[hidden] {
  display: none
}
.game-stage.laeuft .game-overlay {
  display: none
}
.game-panel {
  max-width: 400px
}
.game-panel h3 {
  margin: 0 0 12px;
  text-transform: uppercase;
  font-size: clamp(1.4rem, 4vw, 2.1rem);
  line-height: .95;
  letter-spacing: -.04em;
  font-weight: 950
}
.game-panel p {
  margin: 0 0 20px;
  color: rgba(255,255,255,.72);
  font-size: .92rem;
  line-height: 1.6
}
.game-button {
  appearance: none;
  -webkit-appearance: none;
  min-height: 54px;
  padding: 0 32px;
  border: 0;
  background: var(--gold,#f3b51b);
  color: var(--ink,#070707);
  text-transform: uppercase;
  font: 850 .7rem/1 var(--font-mono),monospace;
  letter-spacing: .1em;
  transition: transform .18s ease,background .18s ease
}
.game-button:hover {
  transform: translateY(-2px);
  background: #ffca31
}
.game-hint {
  margin: 18px 0 0!important;
  color: rgba(255,255,255,.42)!important;
  font: 650 .55rem/1.6 var(--font-mono),monospace!important;
  letter-spacing: .1em;
  text-transform: uppercase
}
@media (hover:none) and (pointer:coarse) {
  .game-pad {
    display: flex
  }
}
.game-panel {
  max-width: 520px
}
.game-crew {
  margin: 0 0 22px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 8px
}
.crew-chip {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  padding: 11px 8px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.16);
  color: var(--paper,#f3efe5);
  text-align: center;
  transition: border-color .18s ease,background .18s ease,transform .18s ease
}
.crew-chip:hover {
  border-color: var(--ton);
  transform: translateY(-2px)
}
.crew-chip.is-on {
  background: rgba(255,255,255,.09);
  border-color: var(--ton);
  box-shadow: inset 0 0 0 1px var(--ton)
}
.crew-punkt {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--ton);
  box-shadow: 0 0 12px var(--ton)
}
.crew-name {
  text-transform: uppercase;
  font: 850 .64rem/1 var(--font-mono),monospace;
  letter-spacing: .06em;
  overflow-wrap: anywhere
}
.crew-rolle {
  color: rgba(255,255,255,.5);
  font: 650 .48rem/1.2 var(--font-mono),monospace;
  letter-spacing: .06em;
  text-transform: uppercase
}
.game-eintrag {
  margin: 0 0 18px;
  padding: 14px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(243,181,27,.35)
}
.game-eintrag[hidden] {
  display: none
}
.game-eintrag label {
  display: block;
  margin-bottom: 9px;
  color: var(--gold);
  text-transform: uppercase;
  font: 800 .56rem/1 var(--font-mono),monospace;
  letter-spacing: .13em
}
.eintrag-zeile {
  display: flex;
  gap: 8px
}
.game-eintrag input {
  flex: 1;
  min-width: 0;
  min-height: 44px;
  padding: 0 12px;
  background: rgba(0,0,0,.45);
  border: 1px solid rgba(255,255,255,.2);
  color: var(--paper);
  font: 700 .78rem/1 var(--font-mono),monospace
}
.game-eintrag input:focus {
  outline: 2px solid var(--gold);
  outline-offset: 1px
}
.game-button--klein {
  min-height: 44px;
  padding: 0 18px;
  font-size: .6rem
}
.game-pad {
  display: none;
  margin-top: 12px;
  gap: 10px
}
.game-pad button {
  appearance: none;
  -webkit-appearance: none;
  flex: 1;
  min-height: 62px;
  background: rgba(255,255,255,.05);
  border: 1px solid var(--line-dark);
  color: var(--paper);
  font-size: 1.4rem
}
.game-pad button:active {
  background: rgba(243,181,27,.18);
  border-color: var(--gold)
}
.pad-feuer {
  flex: 1.5!important;
  color: var(--gold)!important;
  border-color: rgba(243,181,27,.45)!important;
  text-transform: uppercase;
  font: 850 .62rem/1 var(--font-mono),monospace!important;
  letter-spacing: .12em
}
.game-liste-wrap {
  margin-top: 34px
}
.liste-titel {
  margin: 0 0 14px;
  text-transform: uppercase;
  font: 900 .78rem/1 var(--font-mono),monospace;
  letter-spacing: .16em;
  color: var(--gold)
}
.liste-tabelle {
  width: 100%;
  border-collapse: collapse
}
.liste-tabelle th {
  padding: 9px 10px;
  border-bottom: 1px solid var(--line-dark);
  color: rgba(255,255,255,.45);
  text-align: left;
  text-transform: uppercase;
  font: 700 .5rem/1 var(--font-mono),monospace;
  letter-spacing: .13em
}
.liste-tabelle td {
  padding: 11px 10px;
  border-bottom: 1px solid rgba(255,255,255,.07);
  font: 700 .74rem/1.2 var(--font-mono),monospace
}
.liste-tabelle tr:first-child td {
  color: var(--gold)
}
.liste-platz {
  width: 34px;
  color: rgba(255,255,255,.4)
}
.liste-name {
  overflow-wrap: anywhere
}
.liste-crew {
  color: rgba(255,255,255,.75);
  white-space: nowrap
}
.liste-crew i {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 8px;
  border-radius: 50%;
  vertical-align: baseline
}
.liste-punkte {
  text-align: right;
  font-variant-numeric: tabular-nums
}
.liste-hinweis,
.liste-leer {
  margin: 10px 0 0;
  color: #6b665e;
  font: 650 .58rem/1.5 var(--font-mono),monospace;
  letter-spacing: .06em;
  text-transform: uppercase
}
.liste-hinweis {
  margin-top: 14px
}
.legal-controls {
  justify-self: end;
  grid-column: 3;
  display: flex;
  align-items: center;
  gap: 18px
}
.legal-controls .back-link {
  justify-self: auto;
  grid-column: auto
}
.legal-page .music-toggle {
  color: var(--muted-light)
}
.legal-page .music-toggle.is-on,
.legal-page .music-toggle:hover {
  color: var(--ink)
}
@keyframes eq {
  to {
    height: 14px
  }
}
@keyframes logo-land {
  from {
    opacity: 0;
    transform: translate3d(-25px,18px,0) scale(.94)
  }
  to {
    opacity: 1;
    transform: none
  }
}
@keyframes sheen {
  0% {
    left: -35%;
    opacity: 0
  }
  25% {
    opacity: .8
  }
  100% {
    left: 125%;
    opacity: 0
  }
}
@keyframes helmet-spin {
  from {
    transform: rotate(0)
  }
  to {
    transform: rotate(360deg)
  }
}
@keyframes visor-loop {
  0%,
  38% {
    opacity: 0;
    transform: skew(-20deg) translateX(-150%)
  }
  43% {
    opacity: .85
  }
  54% {
    opacity: 0;
    transform: skew(-20deg) translateX(420%)
  }
  100%,
  55% {
    opacity: 0;
    transform: skew(-20deg) translateX(-150%)
  }
}
@keyframes orbit-in {
  from {
    opacity: 0;
    transform: rotate(-16deg) scale(.75)
  }
  to {
    opacity: 1;
    transform: rotate(-16deg) scale(1)
  }
}
@keyframes star-pop {
  from {
    opacity: 0;
    transform: scale(.2) rotate(-50deg)
  }
  to {
    opacity: 1;
    transform: none
  }
}
@keyframes stage-logo {
  from {
    opacity: 0;
    transform: translateX(-8%) scale(.92);
    clip-path: inset(0 100% 0 0)
  }
  to {
    opacity: 1;
    transform: none;
    clip-path: inset(0)
  }
}
@keyframes stage-sheen {
  0% {
    left: -32%;
    opacity: 0
  }
  25% {
    opacity: .75
  }
  100% {
    left: 120%;
    opacity: 0
  }
}
@keyframes stage-orbit {
  from {
    opacity: 0;
    transform: rotate(-11deg) scale(.6)
  }
  to {
    opacity: 1;
    transform: rotate(-11deg) scale(1)
  }
}
@keyframes pulse {
  0% {
    opacity: .65;
    transform: translate(-50%,-50%) scale(.15)
  }
  100% {
    opacity: 0;
    transform: translate(-50%,-50%) scale(7)
  }
}
@media (max-width:980px) {
  .hero,
  .legal-topbar,
  .topbar {
    width: min(100% - 36px,900px)
  }
  .topbar {
    height: auto;
    padding-top: 15px;
    grid-template-columns: 1fr auto;
    row-gap: 4px
  }
  .topbar .microbrand {
    grid-column: 1;
    grid-row: 1
  }
  .topbar .header-controls {
    grid-column: 2;
    grid-row: 1
  }
  .topbar nav {
    grid-column: 1/-1;
    grid-row: 2;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 0 13px;
    overflow-x: auto;
    scrollbar-width: none
  }
  .topbar nav::-webkit-scrollbar {
    display: none
  }
  .topbar nav a {
    padding: 5px 0;
    white-space: nowrap
  }
  .hero {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    padding-top: 32px
  }
  .hero-copy {
    grid-column: 1;
    grid-row: 2;
    padding: 80px 0 20px
  }
  .hero-mark {
    grid-column: 1;
    grid-row: 3;
    width: 112%;
    margin-left: -6%;
    min-height: 410px
  }
  .hero-meta {
    grid-column: 1;
    grid-row: 4;
    justify-content: flex-start
  }
  .band-hero {
    grid-template-rows: auto auto auto auto
  }
  .band-hero .hero-mark {
    grid-column: 1;
    grid-row: 2;
    width: 112%;
    margin-left: -6%;
    min-height: 440px
  }
  .band-hero .hero-copy {
    grid-column: 1;
    grid-row: 3;
    display: grid;
    gap: 25px;
    padding: 0 0 20px
  }
  .band-hero .hero-copy > p {
    margin: 0
  }
  .hero-jump {
    grid-column: 1;
    grid-row: 4;
    justify-self: start
  }
  .statement {
    grid-template-columns: 1fr
  }
  .launch-statement {
    grid-template-rows: auto auto auto auto auto;
    gap: 34px
  }
  .launch-date {
    grid-column: 1;
    grid-row: 1
  }
  .countdown,
  .launch-copy,
  .launch-game,
  .launch-statement h2 {
    grid-column: 1
  }
  .launch-game {
    margin-top: 0
  }
  .countdown {
    margin-top: 10px
  }
  .downloads,
  .section-heading {
    grid-template-columns: 1fr
  }
  .section-heading > p {
    margin-top: 8px
  }
  .variant-grid {
    grid-template-columns: 1fr 1fr
  }
  .variant-card:first-child {
    grid-column: 1/-1
  }
  .booking {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto
  }
  .booking .section-index,
  .booking h2,
  .booking-copy {
    grid-column: 1
  }
  .booking-orbit {
    width: 70vw;
    right: -25%
  }
  footer {
    grid-template-columns: 1fr 1fr
  }
  .footer-links {
    grid-column: 1/-1
  }
}
@media (max-width:640px) {
  .countdown-float {
    right: max(12px,env(safe-area-inset-right));
    bottom: max(12px,env(safe-area-inset-bottom));
    gap: 11px;
    padding: 10px 13px
  }
  .countdown-float-values {
    gap: 10px
  }
  .countdown-float-values > span {
    min-width: 25px
  }
  .countdown-float strong {
    font-size: 1.06rem
  }
  .legal-topbar,
  .topbar {
    height: auto
  }
  .legal-topbar {
    height: 74px
  }
  .hero {
    min-height: calc(100svh - 122px)
  }
  .motion-toggle,
  .music-toggle,
  .track-next {
    min-width: 40px;
    min-height: 40px;
    justify-content: center
  }
  .microbrand {
    font-size: .62rem
  }
  .header-controls {
    gap: 7px
  }
  .motion-toggle,
  .music-toggle,
  .track-next {
    font-size: 0;
    gap: 0
  }
  .music-note {
    font-size: .9rem
  }
  .volume-control {
    gap: 4px
  }
  .volume-control input {
    width: 48px
  }
  .hero-copy {
    padding-top: 62px
  }
  .band-hero .hero-mark {
    min-height: 330px
  }
  .band-hero .hero-kicker {
    max-width: 100%;
    white-space: normal;
    font-size: clamp(.62rem, 2.65vw, .72rem);
    line-height: 1.35;
    letter-spacing: .02em;
    text-wrap: balance
  }
  .band-hero .hero-kicker span {
    display: none
  }
  .band-hero .hero-copy {
    padding-top: 0
  }
  .hero-copy,
  .section-heading > div {
    min-width: 0
  }
  .hero-copy h1 {
    max-width: 100%;
    font-size: clamp(2.65rem, 13.5vw, 4.5rem);
    line-height: .92;
    text-wrap: balance
  }
  .hero-copy > p {
    font-size: .9rem
  }
  .hero-actions {
    align-items: stretch;
    flex-direction: column
  }
  .button {
    width: 100%
  }
  .hero-mark {
    min-height: 300px
  }
  .statement {
    min-height: 76svh;
    padding-left: 20px;
    padding-right: 20px
  }
  .launch-statement h2 {
    min-width: 0;
    max-width: 100%;
    font-size: clamp(3.35rem, 17vw, 5.5rem);
    text-wrap: balance
  }
  .launch-copy {
    font-size: .92rem
  }
  .countdown {
    grid-template-columns: 1fr 1fr
  }
  .countdown > div:nth-child(2) {
    border-right: 0
  }
  .countdown > div:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255,255,255,.25)
  }
  .animation-section,
  .booking,
  .downloads,
  .game-section,
  .variants {
    padding-left: 18px;
    padding-right: 18px
  }
  .game-hud {
    grid-template-columns: repeat(3,1fr)
  }
  .game-hud > span {
    padding: 9px 9px
  }
  .game-hud > span:nth-child(3n) {
    border-right: 0
  }
  .game-hud > span:nth-child(-n+3) {
    border-bottom: 1px solid rgba(255,255,255,.1)
  }
  .game-pad {
    flex-wrap: wrap
  }
  .pad-feuer {
    flex-basis: 100%!important
  }
  .liste-tabelle td,
  .liste-tabelle th {
    padding: 9px 6px;
    font-size: .64rem
  }
  .liste-crew i {
    margin-right: 5px
  }
  .game-hud b {
    font-size: 1rem
  }
  #hud-crew {
    font-size: .72rem
  }
  .game-overlay {
    padding: 14px
  }
  .game-crew {
    gap: 6px;
    margin-bottom: 16px
  }
  .crew-chip {
    padding: 8px 4px
  }
  .crew-name {
    font-size: .52rem;
    letter-spacing: .02em
  }
  .crew-rolle {
    font-size: .42rem
  }
  .section-heading {
    margin-bottom: 42px
  }
  .section-heading h2 {
    max-width: 100%;
    font-size: clamp(2.7rem, 13vw, 4.6rem);
    line-height: .9;
    text-wrap: balance
  }
  .band-dna .section-heading h2 {
    font-size: clamp(2.35rem, 11.4vw, 3.8rem);
    line-height: .92
  }
  .animation-stage {
    min-height: 420px
  }
  .stage-logo {
    width: 105%
  }
  .stage-orbit {
    width: 128%
  }
  .variant-grid {
    grid-template-columns: 1fr
  }
  .variant-card:first-child {
    grid-column: auto
  }
  .variant-card {
    min-height: 360px
  }
  .dna-card {
    min-height: 340px
  }
  .booking {
    min-height: 85svh
  }
  .booking h2 {
    min-width: 0;
    max-width: 100%;
    font-size: clamp(3.35rem, 17vw, 5.5rem);
    text-wrap: balance
  }
  .booking-copy {
    max-width: 430px
  }
  .downloads {
    gap: 65px
  }
  .download-row {
    grid-template-columns: 26px 1fr auto;
    gap: 12px
  }
  .download-type {
    display: none
  }
  .download-name small {
    max-width: 210px
  }
  footer {
    grid-template-columns: 1fr;
    min-height: 360px;
    padding-left: 20px;
    padding-right: 20px
  }
  footer > p {
    margin-top: -20px
  }
  .footer-links {
    grid-column: auto
  }
  footer small {
    grid-column: 1
  }
  .legal-topbar {
    grid-template-columns: 1fr auto
  }
  .back-link {
    grid-column: 2;
    font-size: .53rem
  }
  .legal-content,
  .legal-hero {
    padding-left: 20px;
    padding-right: 20px
  }
  .legal-content {
    grid-template-columns: 1fr
  }
  .legal-content article:nth-child(odd) {
    border-right: 0
  }
  .legal-content article:nth-child(2n) {
    padding-left: 0
  }
  .legal-provider-row {
    grid-template-columns: 1fr
  }
  .myband-logo {
    width: min(100%,280px);
    justify-self: start;
    margin-top: 12px
  }
  .legal-footer {
    padding-left: 20px;
    padding-right: 20px;
    min-height: 90px
  }
}
@media (max-width:380px) {
  .microbrand {
    gap: 8px;
    letter-spacing: .12em
  }
  .microbrand-mark {
    width: 28px;
    height: 28px
  }
  .header-controls {
    gap: 6px
  }
  .volume-icon {
    display: none
  }
  .volume-control input {
    width: 42px
  }
}
@media (prefers-reduced-motion:reduce) {
  *,
  ::after,
  ::before {
    animation-duration: NaNs!important;
    animation-iteration-count: 1!important;
    scroll-behavior: auto!important
  }
  .helmet-shine,
  .logo-sheen,
  .stage-logo i,
  .stage-pulse,
  .visor-glint {
    display: none
  }
  .countdown-float {
    transition: none;
    transform: none
  }
}
