:root {
  --bg: #08080a;
  --bg-2: #0e0e12;
  --panel: #131318;
  --ink: #f4f4f6;
  --muted: #8a8a97;
  --accent: #e7263c;     /* edgy red */
  --accent-2: #ff4d63;
  --line: #1f1f27;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--ink);
  font-family: 'Inter', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }

/* NAV */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 6vw;
  background: rgba(8,8,10,0.6);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; }
.brand img { height: 30px; width: auto; display: block; filter: drop-shadow(0 2px 6px rgba(0,0,0,0.5)); }
.nav nav { display: flex; gap: 28px; align-items: center; }
.lang-toggle {
  background: transparent; border: 1px solid var(--line); color: var(--ink);
  border-radius: 100px; padding: 5px 12px; font-size: 12px; font-weight: 600;
  letter-spacing: 1px; cursor: pointer; transition: all .2s; font-family: inherit;
}
.lang-toggle:hover { border-color: var(--accent); color: var(--accent-2); }
.nav nav a {
  font-size: 14px; color: var(--muted); font-weight: 500;
  transition: color .2s;
}
.nav nav a:hover { color: var(--ink); }
.nav nav a.active { color: var(--accent-2); }

/* HERO */
.hero {
  position: relative; min-height: 100vh;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transform: scale(1.05);
  /* Ken Burns: endloser, kaum merklicher Zoom — Kino-Feeling */
  animation: kenburns 36s ease-in-out infinite alternate;
  will-change: transform;
}
@keyframes kenburns {
  0%   { transform: scale(1.05) translateY(0); }
  100% { transform: scale(1.16) translateY(-12px); }
}
.hero-overlay {
  position: absolute; inset: 0;
  background:
    radial-gradient(900px 600px at 50% 30%, rgba(231,38,60,0.18), transparent 65%),
    linear-gradient(180deg, rgba(8,8,10,0.55) 0%, rgba(8,8,10,0.35) 40%, rgba(8,8,10,0.95) 100%);
}
.hero-inner { position: relative; z-index: 2; padding: 0 6vw; }
.kicker {
  text-transform: uppercase; letter-spacing: 4px; font-size: 12px;
  color: var(--accent-2); font-weight: 600; margin-bottom: 18px;
}
.hero-logo-wrap { margin: 6px 0 0; }
.hero-logo {
  width: min(780px, 88vw); height: auto; display: block; margin: 0 auto;
  filter: drop-shadow(0 12px 50px rgba(0,0,0,0.65));
}
.hero-banner {
  width: min(1000px, 94vw); height: auto; display: block; margin: 0 auto;
  mix-blend-mode: screen;  /* black bg blends away, neon logo floats over the photo */
}
.hero-glow {
  width: min(1040px, 95vw); height: auto; display: block; margin: 0 auto;
  /* transparent overlay: real alpha, the neon wordmark floats directly on the photo */
  /* one-time intro: flickers on like a real neon sign, then breathes softly forever */
  opacity: 0;
  animation:
    spirizNeon 1.7s linear 0.25s forwards,
    spirizBreath 5.5s ease-in-out 2.2s infinite;
}
@keyframes spirizBreath {
  0%, 100% { opacity: 1; filter: drop-shadow(0 10px 22px rgba(0,0,0,0.5)) drop-shadow(0 0 12px rgba(230,240,255,0.3)); }
  50%      { opacity: 1; filter: drop-shadow(0 10px 22px rgba(0,0,0,0.5)) drop-shadow(0 0 24px rgba(230,240,255,0.5)) drop-shadow(0 0 44px rgba(231,38,60,0.18)); }
}
@keyframes spirizNeon {
  0%   { opacity: 0;    filter: drop-shadow(0 0 0 rgba(255,255,255,0)); }
  /* first sputter */
  7%   { opacity: 0.85; filter: drop-shadow(0 0 12px rgba(230,240,255,0.7)); }
  9%   { opacity: 0.12; filter: none; }
  13%  { opacity: 0.95; filter: drop-shadow(0 0 16px rgba(230,240,255,0.85)); }
  15%  { opacity: 0.18; filter: none; }
  /* it catches */
  21%  { opacity: 1;    filter: drop-shadow(0 0 26px rgba(235,245,255,0.95)) drop-shadow(0 0 46px rgba(231,38,60,0.35)); }
  25%  { opacity: 0.35; filter: none; }
  /* last dropout, then full power */
  30%  { opacity: 1;    filter: drop-shadow(0 0 24px rgba(235,245,255,0.9)) drop-shadow(0 0 40px rgba(231,38,60,0.3)); }
  38%  { opacity: 0.8;  filter: drop-shadow(0 0 16px rgba(230,240,255,0.65)); }
  43%  { opacity: 1;    filter: drop-shadow(0 0 22px rgba(235,245,255,0.85)); }
  /* settle to a calm steady glow */
  100% { opacity: 1;    filter: drop-shadow(0 10px 22px rgba(0,0,0,0.5)) drop-shadow(0 0 12px rgba(230,240,255,0.3)); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-glow { opacity: 1; animation: none; filter: drop-shadow(0 6px 26px rgba(0,0,0,0.55)); }
  .hero-bg { animation: none; }
  .ticker-track { animation: none; }
  .grain { display: none; }
}
.hero-sub { color: rgba(244,244,246,0.85); font-size: clamp(15px, 2vw, 20px); margin: 26px 0 34px; }
.hero-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.btn {
  display: inline-block; padding: 14px 26px; border-radius: 100px;
  font-weight: 600; font-size: 15px; cursor: pointer; border: none;
  transition: transform .15s, box-shadow .2s, background .2s;
}
.btn-primary {
  background: var(--accent); color: #fff;
  box-shadow: 0 10px 30px rgba(231,38,60,0.35);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 40px rgba(231,38,60,0.5); }
.btn-ghost { background: transparent; color: var(--ink); border: 1px solid var(--line); }
.btn-ghost:hover { border-color: var(--accent); color: var(--accent-2); }

.scroll-hint {
  position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%);
  font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: var(--muted);
  animation: bob 1.8s ease-in-out infinite;
}
@keyframes bob { 0%,100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(6px); } }

/* SECTIONS */
.section { max-width: 1000px; margin: 0 auto; padding: 100px 6vw; scroll-margin-top: 80px; }
#top { scroll-margin-top: 0; }
.section-title {
  font-family: 'Anton', sans-serif; font-size: clamp(34px, 6vw, 64px);
  letter-spacing: 1px; margin-bottom: 40px;
}

/* PLAYER */
.player {
  display: grid; grid-template-columns: 200px 1fr; gap: 28px;
  background: linear-gradient(160deg, var(--panel), var(--bg-2));
  border: 1px solid var(--line); border-radius: 20px; padding: 28px;
  align-items: center;
}
.player-art {
  position: relative; aspect-ratio: 1; border-radius: 14px; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  background: radial-gradient(circle at 30% 20%, #2a0c12, #0a0a0e);
  border: 1px solid var(--line);
}
.player-art-glow {
  position: absolute; inset: -40%;
  background: conic-gradient(from 0deg, var(--accent), transparent 40%, var(--accent-2), transparent 80%, var(--accent));
  opacity: 0.25; filter: blur(20px);
  animation: spin 8s linear infinite;
}
.player.playing .player-art-glow { opacity: 0.5; }
@keyframes spin { to { transform: rotate(360deg); } }
.player-art-label {
  position: relative; z-index: 2; font-family: 'Anton', sans-serif;
  font-size: 28px; letter-spacing: 3px; color: rgba(255,255,255,0.85);
}
.player-main { min-width: 0; }
.now-playing { margin-bottom: 18px; }
.np-label { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: 2px; color: var(--accent-2); }
.np-title { font-size: 20px; font-weight: 600; }

.progress {
  height: 6px; background: var(--line); border-radius: 100px; cursor: pointer; overflow: hidden;
}
.progress-fill { height: 100%; width: 0%; background: linear-gradient(90deg, var(--accent), var(--accent-2)); }
.times { display: flex; justify-content: space-between; font-size: 12px; color: var(--muted); margin-top: 8px; }

.controls { display: flex; align-items: center; gap: 16px; margin-top: 20px; }
.ctrl {
  background: transparent; color: var(--ink); border: 1px solid var(--line);
  width: 44px; height: 44px; border-radius: 50%; font-size: 16px; cursor: pointer;
  display: flex; align-items: center; justify-content: center; transition: all .2s;
}
.ctrl:hover { border-color: var(--accent); color: var(--accent-2); }
.ctrl-play { width: 56px; height: 56px; background: var(--accent); border-color: var(--accent); color: #fff; font-size: 20px; }
.ctrl-play:hover { background: var(--accent-2); color: #fff; }
.vol { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.vol input { accent-color: var(--accent); width: 90px; }

/* PLAYLIST */
.playlist { list-style: none; margin-top: 28px; }
.playlist li {
  display: flex; align-items: center; gap: 16px; padding: 14px 18px;
  border: 1px solid var(--line); border-radius: 12px; margin-bottom: 10px;
  cursor: pointer; transition: all .2s;
}
.playlist li:hover { border-color: var(--accent); background: var(--panel); }
.playlist li.active { border-color: var(--accent); background: linear-gradient(90deg, rgba(231,38,60,0.12), transparent); }
.pl-num { color: var(--muted); font-size: 13px; width: 22px; }
.pl-title { font-weight: 600; flex: 1; }
.pl-dur { color: var(--muted); font-size: 13px; }
.playlist li.active .pl-num { color: var(--accent); }

.hint { color: var(--muted); font-size: 13px; margin-top: 18px; }
.hint code { background: var(--panel); padding: 2px 7px; border-radius: 6px; color: var(--accent-2); }

/* SPOTIFY EMBED */
.spotify-embed { margin-top: 12px; }
.embed-title { font-size: 14px; text-transform: uppercase; letter-spacing: 2px; color: var(--accent-2); margin-bottom: 16px; }

/* SHOWS / TOUR */
.shows-list { list-style: none; }
.show-row {
  display: flex; align-items: center; gap: 26px;
  padding: 22px 6px; border-bottom: 1px solid var(--line);
  transition: background .2s, padding-left .2s;
}
.show-row:first-child { border-top: 1px solid var(--line); }
.show-row:hover { background: linear-gradient(90deg, rgba(231,38,60,0.08), transparent); padding-left: 16px; }
.show-date {
  display: flex; flex-direction: column; align-items: center;
  min-width: 58px; line-height: 1;
}
.show-date strong { font-family: 'Anton', sans-serif; font-size: 30px; }
.show-date small { font-size: 11px; letter-spacing: 2px; color: var(--accent-2); text-transform: uppercase; margin-top: 4px; }
.show-info { flex: 1; display: flex; flex-direction: column; gap: 5px; min-width: 0; }
.show-city { font-size: 19px; font-weight: 600; }
.show-venue { color: var(--muted); font-size: 14px; }
.show-btn {
  padding: 11px 26px; border-radius: 100px; background: var(--accent); color: #fff;
  font-weight: 600; font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase;
  transition: all .2s; white-space: nowrap;
}
.show-btn:hover { background: var(--accent-2); transform: translateY(-1px); }
.show-btn.outline { background: transparent; border: 1px solid var(--line); color: var(--ink); }
.show-btn.outline:hover { border-color: var(--accent); color: var(--accent-2); }

/* SHOWS — leerer Zustand (noch keine Termine) */
.shows-empty {
  text-align: center; padding: 50px 24px;
  border: 1px dashed var(--line); border-radius: 18px;
  background: linear-gradient(160deg, var(--panel), var(--bg-2));
}
.shows-empty-line { color: var(--muted); font-size: 16px; margin-bottom: 6px; }
.shows-empty-cta { font-family: 'Anton', sans-serif; font-size: clamp(22px,4vw,32px); letter-spacing: 1px; margin-bottom: 24px; }

/* LIVE / VIDEOS */
.video-heading { margin-top: 54px; }
.video-single { max-width: 900px; margin: 18px auto 0; }
.video-single iframe {
  width: 100%; aspect-ratio: 16/9; border: 1px solid var(--line); border-radius: 14px; display: block;
}
.video-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.video-grid iframe { width: 100%; aspect-ratio: 16/9; border: 0; border-radius: 14px; }
.video-placeholder {
  aspect-ratio: 16/9; border: 1px dashed var(--line); border-radius: 14px;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
  color: var(--muted); text-align: center; background: var(--bg-2); transition: border-color .2s;
}
.video-placeholder:hover { border-color: var(--accent); }
.video-placeholder span { font-size: 34px; color: var(--accent); }
.video-placeholder small { color: var(--muted); opacity: 0.7; }

/* GALLERY — mosaic */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 210px; gap: 14px; }
.gallery-item { border-radius: 12px; overflow: hidden; border: 1px solid var(--line); position: relative; }
.gallery-item.tall { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; display: block; }
.gallery-item:hover img { transform: scale(1.07); }
.gallery-item::after {
  content: ""; position: absolute; inset: 0;
  box-shadow: inset 0 0 0 0 var(--accent); transition: box-shadow .25s;
}
.gallery-item:hover::after { box-shadow: inset 0 0 0 2px var(--accent); }

/* ABOUT */
.band-banner {
  display: block; width: 100%; max-width: 920px; height: auto; margin: 4px auto 48px;
  /* transparent PNG — only the glowing logo shows, no black box */
}
.about-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: start; }
.about-text p { color: var(--muted); line-height: 1.7; margin-bottom: 16px; }
.stay-tuned {
  font-family: 'Anton', sans-serif; font-size: 22px; letter-spacing: 2px;
  color: var(--ink) !important; margin-top: 22px !important; text-transform: uppercase;
}
.socials { display: flex; gap: 18px; margin-top: 24px; }
.socials a {
  font-weight: 600; font-size: 14px; padding: 10px 18px;
  border: 1px solid var(--line); border-radius: 100px; transition: all .2s;
}
.socials a:hover { border-color: var(--accent); color: var(--accent-2); }
.photo-placeholder {
  aspect-ratio: 4/5; border: 1px dashed var(--line); border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  color: var(--muted); text-align: center; background: var(--bg-2);
}
.about-img {
  width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 16px;
  border: 1px solid var(--line); box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}
.stats { display: flex; gap: 28px; margin: 18px 0 !important; }
.stats span { color: var(--muted); font-size: 14px; }
.stats strong { color: var(--ink); font-size: 22px; display: block; font-family: 'Anton', sans-serif; }
.bio-todo { font-size: 13px; color: var(--accent-2) !important; opacity: 0.8; }

/* BOOKING */
.booking-lead { color: var(--muted); margin-bottom: 30px; font-size: 17px; }
.booking-form { display: flex; flex-direction: column; gap: 18px; }
.booking-form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.booking-form label { display: flex; flex-direction: column; gap: 8px; font-size: 14px; color: var(--muted); }
.booking-form input, .booking-form textarea {
  background: var(--panel); border: 1px solid var(--line); border-radius: 10px;
  padding: 13px 15px; color: var(--ink); font-family: inherit; font-size: 15px;
  transition: border-color .2s;
}
.booking-form input:focus, .booking-form textarea:focus { outline: none; border-color: var(--accent); }
.booking-form button { align-self: flex-start; margin-top: 6px; }
.booking-direct { margin-top: 26px; color: var(--muted); }
.booking-direct a { color: var(--accent-2); font-weight: 600; }

/* LISTEN ON */
.listen-on { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.listen-label { font-size: 11px; text-transform: uppercase; letter-spacing: 2px; color: var(--muted); }
.listen-btn {
  padding: 9px 18px; border: 1px solid var(--line); border-radius: 100px;
  font-size: 14px; font-weight: 600; transition: all .2s;
}
.listen-btn:hover { border-color: var(--accent); color: var(--accent-2); }
.listen-btn.disabled { color: var(--muted); opacity: 0.5; cursor: not-allowed; }
.listen-btn.disabled:hover { border-color: var(--line); color: var(--muted); }

/* PRESS KIT / EPK */
.epk { margin-top: 54px; padding-top: 40px; border-top: 1px solid var(--line); }
.epk-grid {
  list-style: none; display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 18px; margin: 22px 0 26px;
}
.epk-grid li {
  display: flex; flex-direction: column; gap: 6px;
  background: var(--panel); border: 1px solid var(--line); border-radius: 12px; padding: 16px 18px;
}
.epk-grid span { font-size: 11px; text-transform: uppercase; letter-spacing: 2px; color: var(--accent-2); }
.epk-grid strong { font-size: 16px; }
.epk-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* NEWSLETTER */
.newsletter { text-align: center; }
.news-form { display: flex; gap: 12px; max-width: 460px; margin: 8px auto 0; }
.news-form input {
  flex: 1; background: var(--panel); border: 1px solid var(--line); border-radius: 100px;
  padding: 13px 20px; color: var(--ink); font-family: inherit; font-size: 15px;
}
.news-form input:focus { outline: none; border-color: var(--accent); }
.newsletter .hint { text-align: center; }

/* FOOTER */
.footer { border-top: 1px solid var(--line); padding: 40px 6vw 30px; }
.footer-main {
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
  flex-wrap: wrap; padding-bottom: 24px;
}
.footer-brand { font-family: 'Anton', sans-serif; font-size: 26px; letter-spacing: 2px; }
.footer-brand span { color: var(--accent); }
.footer-links { display: flex; gap: 22px; flex-wrap: wrap; }
.footer-links a { color: var(--muted); font-size: 14px; font-weight: 500; transition: color .2s; }
.footer-links a:hover { color: var(--accent-2); }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap;
  padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px;
}
.footer-bottom a:hover { color: var(--accent-2); }

/* LIGHTBOX */
.lightbox {
  position: fixed; inset: 0; z-index: 200; display: none;
  align-items: center; justify-content: center; padding: 4vw;
  background: rgba(5,5,7,0.92); backdrop-filter: blur(6px); cursor: zoom-out;
}
.lightbox.open { display: flex; }
.lightbox img { max-width: 96vw; max-height: 92vh; border-radius: 10px; box-shadow: 0 30px 80px rgba(0,0,0,0.7); }
.lightbox-close {
  position: absolute; top: 20px; right: 30px; font-size: 40px; color: #fff;
  cursor: pointer; line-height: 1; opacity: 0.8;
}
.lightbox-close:hover { opacity: 1; color: var(--accent-2); }

/* SCROLL-REVEAL */
.section.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.section.reveal.in { opacity: 1; transform: none; }

/* FILM-GRAIN — feines Korn wie im Konzertfilm */
.grain {
  position: fixed; inset: -50%; z-index: 150; pointer-events: none;
  width: 200%; height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.045;
  animation: grainShift 0.9s steps(4) infinite;
}
@keyframes grainShift {
  0%   { transform: translate(0,0); }
  25%  { transform: translate(-2%,1%); }
  50%  { transform: translate(1%,-2%); }
  75%  { transform: translate(-1%,2%); }
  100% { transform: translate(2%,-1%); }
}

/* TICKER — Laufband zwischen Hero und Musik */
.ticker {
  overflow: hidden; white-space: nowrap;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  background: var(--bg-2);
  padding: 14px 0;
}
.ticker-track {
  display: inline-flex;
  animation: tickerScroll 28s linear infinite;
}
.ticker-track span {
  font-family: 'Anton', sans-serif;
  font-size: 18px; letter-spacing: 3px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(244,244,246,0.45); /* Outline-Typo */
}
@keyframes tickerScroll { to { transform: translateX(-50%); } }

/* VIDEO-FACADE — eigenes Standbild, YouTube lädt erst beim Klick */
.video-facade {
  position: relative; cursor: pointer; border-radius: 14px; overflow: hidden;
  border: 1px solid var(--line); aspect-ratio: 16/9;
}
.video-facade img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s, filter .3s; }
.video-facade:hover img { transform: scale(1.03); filter: brightness(1.1); }
.video-facade .play-btn {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 84px; height: 84px; border-radius: 50%;
  background: var(--accent); color: #fff; font-size: 30px;
  display: flex; align-items: center; justify-content: center; padding-left: 6px;
  box-shadow: 0 12px 40px rgba(231,38,60,0.5);
  transition: transform .2s, background .2s;
}
.video-facade:hover .play-btn { transform: translate(-50%,-50%) scale(1.1); background: var(--accent-2); }
.video-single iframe {
  width: 100%; aspect-ratio: 16/9; border: 1px solid var(--line); border-radius: 14px; display: block;
}

/* GALERIE-TILT — 3D-Kippen zur Maus (Transform kommt aus JS) */
.gallery-item { transform-style: preserve-3d; transition: transform .25s ease; }
.gallery-grid { perspective: 900px; }

/* LIGHTBOX-PFEILE */
.lightbox-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  background: rgba(19,19,24,0.7); border: 1px solid var(--line); color: #fff;
  width: 54px; height: 54px; border-radius: 50%; font-size: 30px; line-height: 1;
  cursor: pointer; z-index: 2; transition: all .2s;
  display: flex; align-items: center; justify-content: center; padding-bottom: 4px;
}
.lightbox-arrow:hover { border-color: var(--accent); color: var(--accent-2); background: rgba(19,19,24,0.95); }
.lightbox-arrow.prev { left: 22px; }
.lightbox-arrow.next { right: 22px; }

/* NACH-OBEN-BUTTON */
.to-top {
  position: fixed; bottom: 26px; right: 26px; z-index: 120;
  width: 48px; height: 48px; border-radius: 50%;
  background: rgba(19,19,24,0.85); border: 1px solid var(--line); color: var(--ink);
  display: flex; align-items: center; justify-content: center; font-size: 20px;
  opacity: 0; pointer-events: none; transform: translateY(12px);
  transition: opacity .3s, transform .3s, border-color .2s, color .2s;
  backdrop-filter: blur(8px);
}
.to-top.show { opacity: 1; pointer-events: auto; transform: translateY(0); }
.to-top:hover { border-color: var(--accent); color: var(--accent-2); }

/* BURGER-MENÜ (Mobil) */
.burger {
  display: none; background: transparent; border: none; cursor: pointer;
  flex-direction: column; gap: 5px; padding: 8px; z-index: 60;
}
.burger span {
  width: 24px; height: 2px; background: var(--ink); border-radius: 2px;
  transition: transform .25s, opacity .2s;
}
.nav.open .burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav.open .burger span:nth-child(2) { opacity: 0; }
.nav.open .burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* RESPONSIVE */
@media (max-width: 720px) {
  /* Burger-Menü: Links werden zum Dropdown-Panel */
  .burger { display: flex; }
  .nav nav {
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: center; gap: 4px;
    background: rgba(8,8,10,0.97); backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--line);
    padding: 10px 0 18px;
    opacity: 0; pointer-events: none; transform: translateY(-8px);
    transition: opacity .25s, transform .25s;
  }
  .nav.open nav { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .nav nav a { padding: 12px 20px; font-size: 16px; }
  .lang-toggle { margin-top: 8px; }
  .ticker-track span { font-size: 14px; }
  .video-facade .play-btn { width: 64px; height: 64px; font-size: 24px; }
  .lightbox-arrow { width: 42px; height: 42px; font-size: 24px; }
  .lightbox-arrow.prev { left: 8px; }
  .lightbox-arrow.next { right: 8px; }
  .to-top { bottom: 18px; right: 18px; }
  .player { grid-template-columns: 1fr; }
  .player-art { max-width: 200px; margin: 0 auto; }
  .about-grid { grid-template-columns: 1fr; }
  .booking-form .row { grid-template-columns: 1fr; }
  .vol { display: none; }
  .video-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 150px; }
  .show-row { gap: 16px; }
  .show-btn { padding: 9px 16px; font-size: 11px; }
  .show-city { font-size: 16px; }
  .epk-grid { grid-template-columns: 1fr 1fr; }
  .news-form { flex-direction: column; }
  .news-form .btn { width: 100%; }
}
