:root {
  color-scheme: dark;
  --bg: #000;
  --text: #fff;
  --muted: rgba(255, 255, 255, 0.62);
  --line: rgba(255, 255, 255, 0.16);
  --line-strong: rgba(255, 255, 255, 0.34);
  --panel: rgba(255, 255, 255, 0.055);
  --accent: #fff;
  --max: 1180px;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html,
body {
  margin: 0;
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  letter-spacing: 0;
}

body {
  min-height: 100svh;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}

body[data-view="dasfezzt"] {
  --accent: #a967ff;
}

body[data-view="berlinkid"] {
  --accent: #c7ff5d;
}

a,
button {
  color: inherit;
  font: inherit;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

a {
  text-decoration: none;
}

button {
  border: 0;
  background: none;
  cursor: pointer;
}

button:focus,
a:focus {
  outline: none;
}

button:focus-visible,
a:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.42);
  outline-offset: 4px;
}

.shader {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(
      circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
      rgba(255, 255, 255, 0.13),
      rgba(255, 255, 255, 0.05) 230px,
      transparent 560px
    );
  opacity: 0.95;
  transition: none;
  will-change: background;
}

.shader::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background:
    radial-gradient(
      circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
      rgba(255, 255, 255, 0.13),
      rgba(255, 255, 255, 0.045) 34px,
      transparent 128px
    );
  filter: blur(3px);
  mix-blend-mode: screen;
  pointer-events: none;
}

body.auto-light .shader::after {
  opacity: 0.24;
}

.shader,
.artist-shadow,
.site-header,
.stage {
  transition:
    filter 380ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 260ms ease,
    transform 380ms cubic-bezier(0.16, 1, 0.3, 1);
}

body[data-view="dasfezzt"] .shader {
  background:
    radial-gradient(
      circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
      rgba(169, 103, 255, 0.2),
      rgba(139, 69, 255, 0.07) 150px,
      transparent 340px
    );
}

body[data-view="berlinkid"] .shader {
  background:
    radial-gradient(
      circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
      rgba(199, 255, 93, 0.18),
      rgba(255, 123, 92, 0.08) 150px,
      transparent 340px
    );
}

body.auto-light[data-view="home"] .shader {
  background:
    radial-gradient(
      circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
      rgba(255, 255, 255, 0.2),
      rgba(255, 255, 255, 0.075) 190px,
      transparent 450px
    );
}

body.auto-light[data-view="dasfezzt"] .shader {
  background:
    radial-gradient(
      circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
      rgba(169, 103, 255, 0.23),
      rgba(139, 69, 255, 0.075) 180px,
      transparent 430px
    );
}

body.auto-light[data-view="dasfezzt"] .shader::after {
  background:
    radial-gradient(
      circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
      rgba(190, 138, 255, 0.15),
      rgba(169, 103, 255, 0.055) 40px,
      transparent 138px
    );
}

body.auto-light[data-view="berlinkid"] .shader::after {
  background:
    radial-gradient(
      circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
      rgba(199, 255, 93, 0.14),
      rgba(255, 123, 92, 0.052) 42px,
      transparent 138px
    );
}

.artist-shadow {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 220ms ease;
  -webkit-mask-image: radial-gradient(
    circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
    #000 0 170px,
    rgba(0, 0, 0, 0.72) 230px,
    transparent 390px
  );
  mask-image: radial-gradient(
    circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
    #000 0 170px,
    rgba(0, 0, 0, 0.72) 230px,
    transparent 390px
  );
}

.overheat {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  place-items: center;
  pointer-events: none;
  opacity: 0;
  transform: translateZ(0);
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 40, 24, 0.2), transparent 30%),
    rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(0) brightness(1);
  isolation: isolate;
  -webkit-user-select: none;
  user-select: none;
}

.overheat span {
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(36px, 10vw, 128px);
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow:
    0 0 18px rgba(255, 0, 0, 0.9),
    10px 0 0 rgba(255, 0, 0, 0.22),
    -10px 0 0 rgba(255, 180, 80, 0.14);
}

.overheat span,
.overheat small {
  transform: translateY(10px) scale(0.96);
}

.overheat small {
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(12px, 3vw, 18px);
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(255, 0, 0, 0.58);
}

body.is-overheating .overheat {
  animation: overheat-popup 2.6s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: auto;
}

body.is-overheating .overheat span,
body.is-overheating .overheat small {
  animation: overheat-copy-pop 2.6s cubic-bezier(0.16, 1, 0.3, 1);
}


body[data-view="dasfezzt"] .artist-shadow--dasfezzt,
body[data-view="berlinkid"] .artist-shadow--berlinkid {
  opacity: 1;
}

.artist-shadow--berlinkid::before {
  content: "BERLINKID";
  position: absolute;
  left: 4vw;
  top: 20svh;
  color: transparent;
  font-size: clamp(72px, 13vw, 190px);
  font-weight: 950;
  line-height: 0.8;
  letter-spacing: -0.08em;
  text-transform: uppercase;
  transform: rotate(-7deg);
  -webkit-text-stroke: 2px rgba(199, 255, 93, 0.28);
  text-shadow:
    18px 20px 0 rgba(255, 123, 92, 0.08),
    -16px -12px 0 rgba(255, 255, 255, 0.05);
}

.shadow-word {
  position: absolute;
  color: transparent;
  font-size: clamp(34px, 6vw, 92px);
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 0.85;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.72;
  animation-duration: 18s;
  animation-timing-function: cubic-bezier(0.42, 0, 0.24, 1);
  animation-iteration-count: infinite;
  animation-direction: normal;
  will-change: transform, opacity;
}

.artist-shadow--dasfezzt .shadow-word {
  -webkit-text-stroke: 1.4px rgba(169, 103, 255, 0.32);
  text-shadow: 0 0 22px rgba(169, 103, 255, 0.1);
}

.artist-shadow--berlinkid .shadow-word {
  -webkit-text-stroke: 1.4px rgba(199, 255, 93, 0.35);
  text-shadow: 14px 12px 0 rgba(255, 123, 92, 0.08);
}

.artist-shadow--dasfezzt .shadow-word--one {
  left: 6vw;
  top: 24svh;
  animation-name: fly-dasfezzt-one;
}

.artist-shadow--dasfezzt .shadow-word--two {
  right: 5vw;
  top: 28svh;
  animation-name: fly-dasfezzt-two;
  animation-delay: -1.4s;
  animation-duration: 21s;
}

.artist-shadow--dasfezzt .shadow-word--three {
  left: 8vw;
  bottom: 24svh;
  animation-name: fly-dasfezzt-three;
  animation-delay: -2.8s;
  animation-duration: 19s;
}

.artist-shadow--dasfezzt .shadow-word--four {
  right: 7vw;
  bottom: 25svh;
  animation-name: fly-dasfezzt-four;
  animation-delay: -4.2s;
  animation-duration: 23s;
}

.artist-shadow--berlinkid .shadow-word--one {
  right: 7vw;
  bottom: 25svh;
  animation-name: fly-berlinkid-one;
  animation-delay: -1.1s;
  animation-duration: 20s;
}

.artist-shadow--berlinkid .shadow-word--two {
  left: 7vw;
  bottom: 25svh;
  animation-name: fly-berlinkid-two;
  animation-delay: -3.2s;
  animation-duration: 22s;
}

.site-header {
  position: fixed;
  top: 24px;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  padding: 0 16px;
}

.main-nav {
  --indicator-left: 7px;
  --indicator-width: 68px;
  --nav-press-glow: 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: calc(100vw - 32px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 7px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.072), rgba(255, 255, 255, 0.026)),
    rgba(0, 0, 0, 0.54);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 16px 48px rgba(0, 0, 0, 0.24),
    0 0 calc(18px * var(--nav-press-glow)) color-mix(in srgb, var(--accent), transparent 68%);
  backdrop-filter: blur(22px) saturate(160%);
  overflow: hidden;
  touch-action: manipulation;
  transition:
    border-color 220ms ease,
    box-shadow 260ms ease,
    background 260ms ease;
}

.main-nav::after {
  content: "";
  position: absolute;
  left: var(--indicator-left);
  bottom: 7px;
  z-index: 2;
  width: var(--indicator-width);
  height: 2px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent),
    color-mix(in srgb, var(--accent), white 24%);
  box-shadow: 0 0 12px color-mix(in srgb, var(--accent), transparent 60%);
  opacity: 0.86;
  transform: translateX(0) scaleX(0.42);
  transform-origin: center;
  transition:
    left 460ms cubic-bezier(0.19, 1, 0.22, 1),
    width 460ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 220ms ease,
    transform 380ms cubic-bezier(0.19, 1, 0.22, 1);
}

.nav-indicator {
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: 0;
  z-index: 0;
  width: var(--indicator-width);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.052)),
    rgba(255, 255, 255, 0.032);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 12px 28px rgba(0, 0, 0, 0.14),
    0 0 18px color-mix(in srgb, var(--accent), transparent 78%);
  transform: translateX(var(--indicator-left));
  transition:
    transform 460ms cubic-bezier(0.19, 1, 0.22, 1),
    width 460ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 220ms ease,
    box-shadow 240ms ease,
    background 240ms ease;
}

.main-nav button,
.main-nav a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  transition:
    color 220ms ease,
    opacity 180ms ease,
    text-shadow 220ms ease,
    transform 220ms cubic-bezier(0.19, 1, 0.22, 1);
}

.main-nav button:hover,
.main-nav button.is-active,
.main-nav a:hover {
  color: var(--text);
  text-shadow: 0 0 14px rgba(255, 255, 255, 0.16);
}

.main-nav button:hover,
.main-nav a:hover {
  transform: translateY(-1px) scale(1.012);
}

.main-nav button:active,
.main-nav a:active {
  transform: translateY(1px) scale(0.972);
}

.main-nav button:focus-visible,
.main-nav a:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.42);
  outline-offset: -3px;
  color: var(--text);
}

.main-nav.is-pressing .nav-indicator {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 0 24px color-mix(in srgb, var(--accent), transparent 64%);
}

.main-nav.is-pressing {
  --nav-press-glow: 1;
  border-color: rgba(255, 255, 255, 0.2);
}

.main-nav.is-pressing::after {
  opacity: 1;
  transform: translateX(0) scaleX(0.72);
}

.stage {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: min(var(--max), calc(100vw - 32px));
  min-height: 100svh;
  margin: 0 auto;
}

.brand-stage {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 54svh;
  transform: translateY(-2svh);
}

.brand-switch {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 42svh;
  color: var(--text);
  touch-action: manipulation;
  animation: logo-breathe 5.6s ease-in-out infinite;
  transition: transform 220ms cubic-bezier(0.19, 1, 0.22, 1);
}

.brand-switch::before,
.brand-switch::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.5);
}

.brand-switch::before {
  width: min(520px, 72vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--accent), transparent 86%), transparent 68%);
}

.brand-switch::after {
  width: min(520px, 74vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--accent), transparent 58%), transparent);
  filter: blur(0.5px);
}

.brand-switch:active {
  transform: scale(0.985);
}

.brand-switch.is-center-kicking {
  animation:
    logo-breathe 5.6s ease-in-out infinite,
    center-press 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.brand-switch.is-center-kicking::before {
  animation: center-orbit 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.brand-switch.is-center-kicking::after {
  animation: center-scan 440ms cubic-bezier(0.16, 1, 0.3, 1);
}

.brand-switch:focus-visible {
  outline: none;
}

.brand-logo {
  grid-area: 1 / 1;
  position: relative;
  z-index: 1;
  transition:
    opacity 560ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 560ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 560ms cubic-bezier(0.16, 1, 0.3, 1);
}

.brand-switch.is-center-kicking .brand-logo {
  animation: logo-snap 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.brand-logo--dasfezzt {
  width: min(860px, 84vw);
  max-height: 42svh;
  object-fit: contain;
}

body[data-view="dasfezzt"] .brand-logo--dasfezzt {
  filter: drop-shadow(0 0 54px rgba(169, 103, 255, 0.5));
}

.brand-logo--berlinkid {
  opacity: 0;
  transform: translateY(22px) scale(0.965);
  color: var(--text);
  font-size: clamp(64px, 13vw, 176px);
  font-weight: 950;
  line-height: 0.78;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}

body[data-view="berlinkid"] .brand-logo--dasfezzt {
  opacity: 0;
  transform: translateY(-24px) scale(0.965);
  filter: blur(10px);
}

body[data-view="berlinkid"] .brand-logo--berlinkid {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.social-dock {
  position: fixed;
  left: 50%;
  bottom: 104px;
  z-index: 12;
  display: flex;
  align-items: center;
  gap: 17px;
  transform: translateX(-50%);
}

.social-dock a {
  position: relative;
  display: none;
  width: 60px;
  height: 60px;
  place-items: center;
  border-radius: 999px;
  opacity: 0.9;
  touch-action: manipulation;
  isolation: isolate;
  transition:
    opacity 160ms ease,
    transform 260ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 220ms ease;
}

.social-dock a::before {
  content: "";
  position: absolute;
  inset: 5px;
  z-index: -1;
  border-radius: inherit;
  background:
    radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--accent), transparent 70%), transparent 64%),
    rgba(255, 255, 255, 0.055);
  opacity: 0;
  transform: scale(0.62);
  transition:
    opacity 240ms ease,
    transform 340ms cubic-bezier(0.16, 1, 0.3, 1);
}

.social-dock a:hover {
  opacity: 1;
  transform: translateY(-4px) scale(1.04);
  filter: drop-shadow(0 0 20px color-mix(in srgb, var(--accent), transparent 50%));
}

.social-dock a:hover::before {
  opacity: 1;
  transform: scale(1);
}

.social-dock a:active {
  transform: translateY(-1px) scale(0.94);
}

body[data-view="home"] .social-home,
body[data-view="dasfezzt"] .social-music,
body[data-view="berlinkid"] .social-music {
  display: grid;
}

.social-dock img {
  display: block;
  width: 46px;
  height: 46px;
  object-fit: contain;
  transform: translateZ(0);
  transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
}

.social-dock [aria-label="YouTube"] img {
  width: 50px;
  height: 50px;
}

.social-dock [aria-label="Spotify"] img {
  width: 48px;
  height: 48px;
}

.social-dock a:hover img {
  transform: scale(1.05);
}

.artist-toggle {
  position: fixed;
  left: 50%;
  bottom: 32px;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 54px;
  min-width: 178px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 16px 0 22px;
  background: rgba(0, 0, 0, 0.62);
  color: var(--text);
  overflow: hidden;
  transform: translateX(-50%);
  backdrop-filter: blur(18px) saturate(150%);
  touch-action: manipulation;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 220ms ease,
    transform 220ms cubic-bezier(0.19, 1, 0.22, 1);
}

.artist-toggle::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 80% 50%, color-mix(in srgb, var(--accent), transparent 72%), transparent 38%),
    rgba(255, 255, 255, 0.035);
  opacity: 0;
  transform: translateX(-18px);
  transition:
    opacity 220ms ease,
    transform 420ms cubic-bezier(0.19, 1, 0.22, 1);
}

.artist-toggle::after {
  content: "";
  position: absolute;
  inset: -18px;
  z-index: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--accent), transparent 54%), transparent 48%);
  opacity: 0;
  transform: scale(0.5);
  pointer-events: none;
}

.artist-toggle:hover {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.08);
  box-shadow:
    0 0 34px color-mix(in srgb, var(--accent), transparent 74%),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transform: translateX(-50%) translateY(-3px);
}

.artist-toggle:hover::before,
.artist-toggle.is-kicking::before {
  opacity: 1;
  transform: translateX(0);
}

.artist-toggle.is-kicking::after {
  animation: tap-bloom 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.artist-toggle:active {
  transform: translateX(-50%) translateY(0) scale(0.975);
}

.artist-toggle span:first-child {
  position: relative;
  z-index: 1;
  min-width: 110px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-align: left;
  text-transform: uppercase;
  transition:
    opacity 150ms ease,
    transform 220ms cubic-bezier(0.19, 1, 0.22, 1);
}

.artist-toggle.is-switching span:first-child {
  opacity: 0;
  transform: translateY(-9px) scale(0.98);
}

.artist-toggle__arrow {
  position: relative;
  z-index: 1;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--text);
  color: var(--bg);
  line-height: 1;
  contain: paint;
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
  transition:
    transform 300ms cubic-bezier(0.19, 1, 0.22, 1),
    background 180ms ease;
  animation: arrow-pulse 1.8s ease-in-out infinite;
}

.artist-toggle:hover .artist-toggle__arrow,
.artist-toggle.is-kicking .artist-toggle__arrow {
  transform: translateX(4px) rotate(-8deg);
}

.artist-toggle.is-kicking .artist-toggle__arrow {
  animation: arrow-kick 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.artist-toggle.is-kicking {
  box-shadow:
    0 0 42px color-mix(in srgb, var(--accent), transparent 65%),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transform: translateX(-50%) translateY(-1px) scale(0.985);
}

body.has-touch-input .artist-toggle:hover .artist-toggle__arrow,
body.has-touch-input .artist-toggle:focus .artist-toggle__arrow,
body.has-touch-input .artist-toggle:active .artist-toggle__arrow,
body.has-touch-input .artist-toggle.is-kicking .artist-toggle__arrow {
  transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
}

body.has-touch-input .artist-toggle.is-kicking .artist-toggle__arrow {
  animation: arrow-kick-touch 380ms cubic-bezier(0.16, 1, 0.3, 1);
}

.legal-dock {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 42;
  display: flex;
  gap: 12px;
  align-items: center;
}

.legal-trigger {
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-transform: lowercase;
  transition:
    color 180ms ease,
    text-shadow 180ms ease,
    transform 180ms cubic-bezier(0.19, 1, 0.22, 1);
}

.legal-trigger:hover {
  color: var(--text);
  text-shadow: 0 0 14px color-mix(in srgb, var(--accent), transparent 68%);
  transform: translateY(-1px);
}

.legal-panel {
  position: fixed;
  inset: 0;
  z-index: 130;
  display: grid;
  place-items: center;
  padding: 22px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 220ms ease;
}

.legal-panel.is-open {
  pointer-events: auto;
  opacity: 1;
}

.legal-panel__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.58);
  backdrop-filter: blur(12px) brightness(0.72);
}

.legal-panel__content {
  position: relative;
  width: min(620px, calc(100vw - 28px));
  max-height: min(680px, calc(100svh - 44px));
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    rgba(0, 0, 0, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 30px 90px rgba(0, 0, 0, 0.52);
  transform: translateY(10px) scale(0.98);
  transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
}

.legal-panel.is-open .legal-panel__content {
  transform: translateY(0) scale(1);
}

.legal-panel__close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
  font-size: 22px;
  line-height: 1;
}

.legal-copy {
  display: none;
}

.legal-panel[data-legal-active="imprint"] .legal-copy--imprint,
.legal-panel[data-legal-active="privacy"] .legal-copy--privacy {
  display: block;
}

.legal-copy h2 {
  margin: 0 46px 20px 0;
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 0.9;
  text-transform: uppercase;
}

.legal-copy p {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.55;
}

.legal-copy a {
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 3px;
}

@keyframes logo-breathe {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-4px) scale(1.012);
  }
}

@keyframes center-press {
  0% {
    transform: scale(1);
  }

  34% {
    transform: scale(0.982);
  }

  72% {
    transform: scale(1.006);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes center-orbit {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.72);
  }

  28% {
    opacity: 0.26;
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.02);
  }
}

@keyframes center-scan {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scaleX(0.18);
  }

  36% {
    opacity: 0.3;
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scaleX(1.1);
  }
}

@keyframes logo-snap {
  0% {
    transform: translateY(0) scale(1);
    filter: blur(0);
  }

  38% {
    transform: translateY(1px) scale(0.988);
    filter: blur(0.7px);
  }

  72% {
    transform: translateY(-1px) scale(1.004);
    filter: blur(0);
  }

  100% {
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes arrow-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  }

  50% {
    box-shadow: 0 0 18px color-mix(in srgb, var(--accent), transparent 62%);
  }
}

@keyframes arrow-kick {
  0% {
    transform: translateX(0) rotate(0deg) scale(1);
  }

  42% {
    transform: translateX(15px) rotate(-14deg) scale(0.9);
  }

  68% {
    transform: translateX(-3px) rotate(4deg) scale(1.05);
  }

  100% {
    transform: translateX(4px) rotate(-8deg) scale(1);
  }
}

@keyframes tap-bloom {
  0% {
    opacity: 0;
    transform: scale(0.35);
  }

  36% {
    opacity: 0.42;
  }

  100% {
    opacity: 0;
    transform: scale(1.28);
  }
}

@keyframes overheat-popup {
  0% {
    opacity: 0;
    backdrop-filter: blur(0) brightness(1);
  }

  10% {
    opacity: 1;
    backdrop-filter: blur(13px) brightness(0.62);
  }

  22% {
    opacity: 0.9;
    backdrop-filter: blur(13px) brightness(0.62);
  }

  72% {
    opacity: 0.78;
    backdrop-filter: blur(10px) brightness(0.68);
  }

  100% {
    opacity: 0;
    backdrop-filter: blur(0) brightness(1);
  }
}

@keyframes overheat-copy-pop {
  0% {
    opacity: 0;
    transform: translateY(12px) scale(0.94);
  }

  12% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  68% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  100% {
    opacity: 0;
    transform: translateY(-8px) scale(0.985);
  }
}

@keyframes fly-dasfezzt-one {
  0% {
    opacity: 0.42;
    transform: translate3d(-10px, 6px, 0) rotate(6deg) scale(0.98);
  }

  18% {
    opacity: 0.78;
    transform: translate3d(12px, -5px, 0) rotate(7deg) scale(1.01);
  }

  43% {
    opacity: 0.62;
    transform: translate3d(6px, 12px, 0) rotate(5deg) scale(0.99);
  }

  72% {
    opacity: 0.86;
    transform: translate3d(28px, -12px, 0) rotate(8deg) scale(1.015);
  }

  100% {
    opacity: 0.44;
    transform: translate3d(-10px, 6px, 0) rotate(6deg) scale(0.98);
  }
}

@keyframes fly-dasfezzt-two {
  0% {
    opacity: 0.38;
    transform: translate3d(18px, -6px, 0) rotate(-9deg) scale(0.98);
  }

  22% {
    opacity: 0.72;
    transform: translate3d(-8px, 8px, 0) rotate(-7deg) scale(1.01);
  }

  48% {
    opacity: 0.58;
    transform: translate3d(-18px, -10px, 0) rotate(-10deg) scale(0.995);
  }

  76% {
    opacity: 0.84;
    transform: translate3d(4px, 14px, 0) rotate(-6deg) scale(1.012);
  }

  100% {
    opacity: 0.38;
    transform: translate3d(18px, -6px, 0) rotate(-9deg) scale(0.98);
  }
}

@keyframes fly-dasfezzt-three {
  0% {
    opacity: 0.36;
    transform: translate3d(-8px, -8px, 0) rotate(12deg) scale(0.985);
  }

  20% {
    opacity: 0.76;
    transform: translate3d(13px, 7px, 0) rotate(10deg) scale(1.01);
  }

  50% {
    opacity: 0.55;
    transform: translate3d(4px, -14px, 0) rotate(13deg) scale(0.992);
  }

  78% {
    opacity: 0.82;
    transform: translate3d(25px, 4px, 0) rotate(9deg) scale(1.012);
  }

  100% {
    opacity: 0.36;
    transform: translate3d(-8px, -8px, 0) rotate(12deg) scale(0.985);
  }
}

@keyframes fly-dasfezzt-four {
  0% {
    opacity: 0.34;
    transform: translate3d(10px, 8px, 0) rotate(-5deg) scale(0.985);
  }

  24% {
    opacity: 0.74;
    transform: translate3d(-12px, -5px, 0) rotate(-7deg) scale(1.008);
  }

  54% {
    opacity: 0.56;
    transform: translate3d(-2px, 13px, 0) rotate(-4deg) scale(0.992);
  }

  80% {
    opacity: 0.8;
    transform: translate3d(-24px, -10px, 0) rotate(-8deg) scale(1.012);
  }

  100% {
    opacity: 0.34;
    transform: translate3d(10px, 8px, 0) rotate(-5deg) scale(0.985);
  }
}

@keyframes fly-berlinkid-one {
  0% {
    opacity: 0.4;
    transform: translate3d(12px, 8px, 0) rotate(7deg) scale(0.98);
  }

  21% {
    opacity: 0.78;
    transform: translate3d(-10px, -8px, 0) rotate(10deg) scale(1.012);
  }

  47% {
    opacity: 0.56;
    transform: translate3d(-20px, 8px, 0) rotate(8deg) scale(0.99);
  }

  73% {
    opacity: 0.86;
    transform: translate3d(3px, -15px, 0) rotate(12deg) scale(1.015);
  }

  100% {
    opacity: 0.4;
    transform: translate3d(12px, 8px, 0) rotate(7deg) scale(0.98);
  }
}

@keyframes fly-berlinkid-two {
  0% {
    opacity: 0.38;
    transform: translate3d(-12px, -7px, 0) rotate(-12deg) scale(0.985);
  }

  25% {
    opacity: 0.72;
    transform: translate3d(12px, 6px, 0) rotate(-10deg) scale(1.008);
  }

  51% {
    opacity: 0.56;
    transform: translate3d(2px, -13px, 0) rotate(-14deg) scale(0.992);
  }

  81% {
    opacity: 0.82;
    transform: translate3d(23px, 11px, 0) rotate(-9deg) scale(1.012);
  }

  100% {
    opacity: 0.38;
    transform: translate3d(-12px, -7px, 0) rotate(-12deg) scale(0.985);
  }
}

@media (max-width: 760px) {
  body {
    overflow: hidden;
  }

  .site-header {
    top: calc(16px + env(safe-area-inset-top));
    padding: 0 10px;
  }

  .main-nav {
    justify-content: center;
    gap: 5px;
    padding: 7px;
    max-width: calc(100vw - 16px);
    width: fit-content;
    overflow: hidden;
  }

  .nav-indicator {
    top: 7px;
    bottom: 7px;
  }

  .main-nav button,
  .main-nav a {
    min-height: 44px;
    padding: 11px 11px;
    font-size: 11px;
    letter-spacing: 0.075em;
    white-space: nowrap;
  }

  .stage {
    width: calc(100vw - 24px);
    min-height: 100svh;
    padding: 0;
    place-items: center;
    align-content: center;
  }

  .brand-stage {
    min-height: 100svh;
    transform: none;
  }

  .brand-switch {
    width: fit-content;
    max-width: calc(100vw - 16px);
    min-height: auto;
    padding: 18px 4px;
    animation: logo-breathe-mobile 6.4s ease-in-out infinite;
  }

  .brand-logo--dasfezzt {
    width: min(96vw, 500px);
    max-width: calc(100vw - 24px);
    max-height: 56svh;
  }

  .brand-logo--berlinkid {
    font-size: clamp(58px, 17vw, 92px);
  }

  .social-dock {
    bottom: calc(100px + env(safe-area-inset-bottom));
    gap: 12px;
  }

  .social-dock a {
    width: 56px;
    height: 56px;
  }

  .social-dock img {
    width: 43px;
    height: 43px;
  }

  .social-dock [aria-label="YouTube"] img {
    width: 47px;
    height: 47px;
  }

  .social-dock [aria-label="Spotify"] img {
    width: 45px;
    height: 45px;
  }

  .artist-toggle {
    bottom: calc(26px + env(safe-area-inset-bottom));
  }

  .legal-dock {
    top: calc(82px + env(safe-area-inset-top));
    right: 14px;
    bottom: auto;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
  }

  .legal-trigger {
    font-size: 10px;
    letter-spacing: 0.04em;
  }

  .legal-panel {
    padding: 14px;
  }

  .legal-panel__content {
    max-height: calc(100svh - 28px);
    border-radius: 14px;
    padding: 26px 20px 22px;
  }

  .legal-copy p {
    font-size: 13px;
  }

  .artist-shadow {
    -webkit-mask-image: radial-gradient(
      circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
      #000 0 145px,
      rgba(0, 0, 0, 0.74) 205px,
      transparent 330px
    );
    mask-image: radial-gradient(
      circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
      #000 0 145px,
      rgba(0, 0, 0, 0.74) 205px,
      transparent 330px
    );
  }

  .shadow-word {
    max-width: 80vw;
    font-size: clamp(24px, 8.4vw, 46px);
    letter-spacing: -0.025em;
    line-height: 0.95;
    opacity: 0.66;
  }

  .artist-shadow--berlinkid::before {
    left: 5vw;
    top: 18svh;
    font-size: clamp(48px, 15vw, 78px);
    opacity: 0.64;
  }

  .artist-shadow--dasfezzt .shadow-word--one {
    left: 8vw;
    top: 20svh;
  }

  .artist-shadow--dasfezzt .shadow-word--two {
    right: 7vw;
    top: 27svh;
  }

  .artist-shadow--dasfezzt .shadow-word--three {
    left: 7vw;
    bottom: 27svh;
  }

  .artist-shadow--dasfezzt .shadow-word--four {
    right: 7vw;
    bottom: 24svh;
  }

  .artist-shadow--berlinkid .shadow-word--one {
    right: 8vw;
    bottom: 28svh;
  }

  .artist-shadow--berlinkid .shadow-word--two {
    left: 8vw;
    bottom: 23svh;
  }
}

@media (hover: none), (pointer: coarse) {
  .main-nav button:hover,
  .main-nav a:hover {
    color: var(--muted);
    text-shadow: none;
    transform: none;
  }

  .main-nav button.is-active {
    color: var(--text);
  }

  .main-nav::after {
    opacity: 0.72;
    transform: translateX(0) scaleX(0.46);
  }

  .social-dock a:hover {
    opacity: 0.92;
    transform: translateY(0) scale(1);
    filter: none;
  }

  .social-dock a:hover::before {
    opacity: 0;
    transform: scale(0.62);
  }

  .social-dock a:hover img {
    transform: scale(1);
  }

  .social-dock a:active {
    opacity: 1;
    transform: translateY(-2px) scale(0.92);
    filter: drop-shadow(0 0 20px color-mix(in srgb, var(--accent), transparent 54%));
  }

  .social-dock a:active::before {
    opacity: 1;
    transform: scale(1.04);
  }

  .social-dock a:active img {
    transform: scale(0.96);
  }

  .artist-toggle {
    min-height: 58px;
    min-width: 190px;
    padding: 0 15px 0 21px;
    transition:
      border-color 120ms ease,
      background 120ms ease,
      box-shadow 180ms ease,
      transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .artist-toggle:hover {
    border-color: var(--line);
    background: rgba(0, 0, 0, 0.62);
    box-shadow: none;
    transform: translateX(-50%);
  }

  .artist-toggle:hover .artist-toggle__arrow {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }

  .artist-toggle:focus .artist-toggle__arrow,
  .artist-toggle:active .artist-toggle__arrow {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }

  .artist-toggle:active {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(-50%) scale(0.94);
  }

  .artist-toggle.is-kicking {
    background: rgba(255, 255, 255, 0.1);
    box-shadow:
      0 0 38px color-mix(in srgb, var(--accent), transparent 68%),
      inset 0 1px 0 rgba(255, 255, 255, 0.16);
    transform: translateX(-50%) scale(0.965);
  }

  .artist-toggle.is-kicking .artist-toggle__arrow {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
    animation: arrow-kick-touch 380ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  body[data-view="dasfezzt"] .artist-shadow--dasfezzt,
  body[data-view="berlinkid"] .artist-shadow--berlinkid {
    opacity: 0.92;
  }

  .shader {
    transition: none;
  }

  .artist-shadow {
    transition: none;
  }
}

@keyframes arrow-kick-touch {
  0% {
    transform: translateX(0) scale(1);
  }

  40% {
    transform: translateX(11px) scale(0.86);
  }

  72% {
    transform: translateX(-2px) scale(1.08);
  }

  100% {
    transform: translateX(0) scale(1);
  }
}

body.auto-light[data-view="dasfezzt"] .artist-shadow--dasfezzt,
body.auto-light[data-view="berlinkid"] .artist-shadow--berlinkid {
  opacity: 0.92;
}

@keyframes logo-breathe-mobile {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-2px) scale(1.006);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
