/* aBARtig · Entwurf von Seetalwebsites
   Farben: Nachtblau, Bernstein, Kirschrot, Creme, Rauchgrau */

:root {
  --nacht: #141a2a;
  --nacht-tief: #0d111c;
  --nacht-hell: #1b2235;
  --linie: rgba(246, 239, 230, .12);
  --bernstein: #f2a541;
  --bernstein-hell: #ffc46e;
  --kirsch: #d7263d;
  --kirsch-hell: #ff5a6e;
  --creme: #f6efe6;
  --rauch: #5b6072;
  --grau: #a3a7b6;
  --offen: #4ade80;

  --titel: "Bricolage Grotesque", system-ui, sans-serif;
  --text: "Instrument Sans", system-ui, sans-serif;
  --neon: "Tilt Neon", "Bricolage Grotesque", system-ui, sans-serif;

  --rand: clamp(1rem, 4vw, 3rem);
  --breite: 1240px;
  --kopf-h: 72px;
  --ease: cubic-bezier(.2, .8, .2, 1);
}

/* ---------- Grundlagen ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scrollbar-color: var(--rauch) var(--nacht-tief); }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
body {
  margin: 0;
  background: var(--nacht);
  color: var(--creme);
  font: 400 1.0625rem/1.6 var(--text);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
body::after { /* feines Filmkorn */
  content: "";
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  opacity: .07;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
main { display: block; overflow-x: clip; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3, p, ul, dl, dd, figure { margin: 0; }
ul { padding: 0; list-style: none; }
button, input { font: inherit; }
::selection { background: var(--kirsch); color: #fff; }
:focus-visible { outline: 2px solid var(--bernstein); outline-offset: 3px; border-radius: 6px; }
svg:has(use) { width: 1.2em; height: 1.2em; flex: none; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

section[id] { scroll-margin-top: calc(var(--kopf-h) - 1px); }
.rahmen { width: min(100% - 2 * var(--rand), var(--breite)); margin-inline: auto; }
.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; }
.skip { position: fixed; left: 1rem; top: -4rem; z-index: 200; background: var(--bernstein); color: var(--nacht-tief); padding: .7rem 1rem; border-radius: 10px; font-weight: 600; text-decoration: none; }
.skip:focus { top: 1rem; }

/* ---------- Neon ---------- */
.nz {
  --aus: rgba(246, 239, 230, .13);
  --an-schatten: 0 0 .03em var(--kern), 0 0 .1em var(--glut), 0 0 .24em var(--glut), 0 0 .55em var(--glut2), 0 0 1.1em var(--glut2);
  --aus-schatten: 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent, 0 0 0 transparent;
  color: var(--kern);
  text-shadow: var(--an-schatten);
}
.amber { --kern: #fff1d9; --glut: #f7a53c; --glut2: rgba(242, 165, 65, .55); }
.rot { --kern: #ffe3e7; --glut: #ff3452; --glut2: rgba(215, 38, 61, .62); }

@keyframes zuenden {
  0%   { color: var(--aus); text-shadow: var(--aus-schatten); }
  8%   { color: var(--kern); text-shadow: var(--an-schatten); }
  12%  { color: var(--aus); text-shadow: var(--aus-schatten); }
  22%  { color: var(--kern); text-shadow: var(--an-schatten); }
  25%  { color: var(--aus); text-shadow: var(--aus-schatten); }
  44%  { color: var(--kern); text-shadow: var(--an-schatten); }
  47%  { color: var(--aus); text-shadow: var(--aus-schatten); }
  52%, 100% { color: var(--kern); text-shadow: var(--an-schatten); }
}
@keyframes brummen {
  0%, 88%, 90%, 93%, 100% { color: var(--kern); text-shadow: var(--an-schatten); }
  89%, 91.5% { color: var(--aus); text-shadow: var(--aus-schatten); }
}
@keyframes wandschein { 0%, 100% { opacity: .85; } 50% { opacity: 1; } }

/* ---------- Knöpfe ---------- */
.knopf {
  display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  min-height: 50px; padding: .8em 1.45em;
  border-radius: 999px; border: 1.5px solid transparent;
  font: 600 1rem/1.1 var(--text); text-decoration: none; cursor: pointer;
  transition: transform .35s var(--ease), background-color .3s, border-color .3s, box-shadow .35s, color .3s;
}
.knopf-voll { background: var(--bernstein); color: var(--nacht-tief); }
.knopf-voll:hover { background: var(--bernstein-hell); box-shadow: 0 0 32px rgba(242, 165, 65, .5); transform: translateY(-2px); }
.knopf-rand { border-color: rgba(246, 239, 230, .35); color: var(--creme); }
.knopf-rand:hover { border-color: var(--creme); background: rgba(246, 239, 230, .07); transform: translateY(-2px); }
.knopf:active { transform: translateY(0) scale(.98); }
.knopf-breit { width: 100%; }

.beispiel {
  display: inline-block; vertical-align: .12em; margin-left: .35em;
  padding: .28em .7em; border-radius: 999px; border: 1px solid rgba(242, 165, 65, .45);
  font: 600 .66rem/1 var(--text); letter-spacing: .12em; text-transform: uppercase; color: var(--bernstein);
  white-space: nowrap;
}

/* ---------- Kopf ---------- */
.kopf {
  position: fixed; inset: 0 0 auto; z-index: 50; height: var(--kopf-h);
  border-bottom: 1px solid transparent;
  transition: background-color .4s, border-color .4s, backdrop-filter .4s;
}
.kopf.fest { background: rgba(13, 17, 28, .8); backdrop-filter: blur(14px) saturate(1.2); -webkit-backdrop-filter: blur(14px) saturate(1.2); border-color: var(--linie); }
.kopf-innen { height: 100%; display: flex; align-items: center; gap: 2rem; }
.logo {
  position: relative; z-index: 2;
  font: 400 1.75rem/1 var(--neon); text-decoration: none; color: #fff1d9;
  text-shadow: 0 0 6px rgba(247, 165, 60, .8), 0 0 18px rgba(242, 165, 65, .45);
}
.logo b { font-weight: 400; color: #ffe3e7; text-shadow: 0 0 6px rgba(255, 52, 82, .9), 0 0 18px rgba(215, 38, 61, .55); }
.nav { margin-left: auto; display: flex; gap: 1.9rem; }
.nav a { position: relative; text-decoration: none; font-weight: 500; font-size: .98rem; color: rgba(246, 239, 230, .78); transition: color .25s; }
.nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -.3rem; height: 2px; background: var(--bernstein); transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease); }
.nav a:hover { color: var(--creme); }
.nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.status-pille {
  display: inline-flex; align-items: center; gap: .55rem; padding: .5rem .95rem;
  border-radius: 999px; border: 1px solid var(--linie); background: rgba(13, 17, 28, .35);
  font-size: .85rem; font-weight: 600; text-decoration: none; white-space: nowrap;
  transition: border-color .3s, background-color .3s;
}
.status-pille:hover { border-color: rgba(246, 239, 230, .35); }
.punkt { width: .6rem; height: .6rem; border-radius: 50%; background: var(--rauch); flex: none; }
[data-offen="false"] .punkt { background: var(--kirsch-hell); }
[data-offen="true"] .punkt { background: var(--offen); animation: puls 2.2s ease-out infinite; }
@keyframes puls { 0% { box-shadow: 0 0 0 0 rgba(74, 222, 128, .6); } 70%, 100% { box-shadow: 0 0 0 .55rem rgba(74, 222, 128, 0); } }
.menue-knopf { display: none; }

/* ---------- Einstieg ---------- */
.held {
  position: relative; isolation: isolate; overflow: hidden;
  min-height: 100vh; min-height: 100svh;
  display: grid; place-items: center; text-align: center;
  padding: calc(var(--kopf-h) + 6rem) 0 8rem;
}
.held-bild { position: absolute; inset: 0; z-index: -3; }
.held-bild img { width: 100%; height: 110%; object-fit: cover; object-position: 50% 35%; filter: brightness(.6) saturate(.95); }
.held::before {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background:
    radial-gradient(ellipse 80% 60% at 50% 48%, rgba(20, 26, 42, .35), rgba(13, 17, 28, .85) 75%),
    linear-gradient(180deg, rgba(13, 17, 28, .7) 0%, rgba(20, 26, 42, .45) 40%, rgba(20, 26, 42, .9) 86%, var(--nacht) 100%);
}
.held-maus {
  position: absolute; inset: 0; z-index: -1; pointer-events: none; mix-blend-mode: screen;
  background: radial-gradient(460px circle at var(--mx, 50%) var(--my, 45%), rgba(242, 165, 65, .15), transparent 62%);
}
.held-inhalt { position: relative; }
.held-kicker { font: 600 .8rem/1 var(--text); letter-spacing: .3em; text-transform: uppercase; color: rgba(246, 239, 230, .7); }
.neon { margin: 1.4rem 0 1.6rem; font-weight: 400; line-height: 1; }
.neon-schild {
  position: relative; display: inline-block; cursor: pointer; user-select: none; -webkit-user-select: none;
  font: 400 clamp(4.6rem, 17.5vw, 14.5rem)/.95 var(--neon);
  letter-spacing: .005em;
  -webkit-tap-highlight-color: transparent;
}
.neon-schild::before { /* Schein an der Wand */
  content: ""; position: absolute; inset: -45% -18%; z-index: -1; pointer-events: none;
  background: radial-gradient(closest-side, rgba(215, 38, 61, .32), rgba(242, 165, 65, .12) 55%, transparent 78%);
  filter: blur(18px);
  animation: wandschein 5s ease-in-out infinite;
  transition: opacity 1.4s ease .9s;
}
.anim .neon-schild:not(.an) .nz { color: var(--aus); text-shadow: var(--aus-schatten); }
.anim .neon-schild:not(.an)::before { opacity: 0; }
.anim .neon-schild.an .nz { animation: zuenden 1.15s steps(1, end) var(--d, 0s) both; }
.anim .neon-schild.an .wackel { animation: zuenden 1.15s steps(1, end) var(--d, 0s) both, brummen 7s steps(1, end) 4s infinite; }
.held-lead { max-width: 30ch; margin: 0 auto; font-size: clamp(1.15rem, 2vw, 1.45rem); line-height: 1.45; color: rgba(246, 239, 230, .9); }
.knoepfe { display: flex; flex-wrap: wrap; justify-content: center; gap: .8rem; margin-top: 2.2rem; }

.kette { position: absolute; left: 0; top: calc(var(--kopf-h) - 14px); width: 100%; height: clamp(120px, 13vw, 210px); z-index: 0; pointer-events: none; overflow: visible; }
.kabel { fill: none; stroke: rgba(246, 239, 230, .28); stroke-width: 1.6; }
.birne-schwing { transform-box: view-box; transform-origin: 0 0; animation: schwingen var(--sd, 3s) ease-in-out var(--sv, 0s) infinite alternate; }
.birne-draht { stroke: rgba(246, 239, 230, .35); stroke-width: 1.2; }
.birne-fassung { fill: #2b2f3d; }
.birne-glas { fill: #ffe6b0; transition: fill .25s; }
.birne-schein { transition: opacity .25s; }
.kette .aus .birne-glas { fill: rgba(246, 239, 230, .16); }
.kette .aus .birne-schein { opacity: 0; }
@keyframes schwingen { from { transform: rotate(-3.5deg); } to { transform: rotate(3.5deg); } }

.sticker { position: absolute; right: var(--rand); bottom: 16%; width: 124px; aspect-ratio: 1; display: grid; place-items: center; }
.sticker svg { position: absolute; inset: 0; width: 100%; height: 100%; animation: drehen 24s linear infinite; }
.sticker text { fill: rgba(246, 239, 230, .8); font: 700 10.4px var(--titel); letter-spacing: .24em; }
.sticker-mitte { font: 400 1.3rem/1 var(--neon); color: #fff1d9; text-shadow: 0 0 6px #f7a53c, 0 0 16px rgba(242, 165, 65, .6); }
@keyframes drehen { to { transform: rotate(360deg); } }

.runter {
  position: absolute; left: 50%; bottom: 1.8rem; translate: -50% 0;
  display: flex; flex-direction: column; align-items: center; gap: .4rem;
  font: 600 .82rem var(--text); letter-spacing: .08em; text-decoration: none; color: rgba(246, 239, 230, .65);
}
.runter svg { animation: huepfen 2s var(--ease) infinite; }
@keyframes huepfen { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(6px); } }
.anim .held-teil { opacity: 0; transform: translateY(22px); }

/* ---------- Laufband ---------- */
.band {
  position: relative; z-index: 2;
  margin: -1.6rem -2rem 0;
  padding: 1.05rem 0;
  overflow: hidden;
  background: var(--kirsch);
  rotate: -1.6deg;
  box-shadow: 0 20px 40px -20px rgba(0, 0, 0, .7);
}
.band-spur { display: flex; align-items: center; width: max-content; animation: band 30s linear infinite; }
.band-spur span, .band-spur i { margin-right: 1.8rem; }
.band-spur span { font: 800 clamp(1.8rem, 4.2vw, 3.3rem)/1 var(--titel); letter-spacing: -.02em; text-transform: uppercase; color: var(--creme); }
.band-spur .hohl { color: transparent; -webkit-text-stroke: 1.5px var(--creme); }
.band-spur i { width: .9rem; height: .9rem; flex: none; background: var(--bernstein); clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%); }
@keyframes band { to { transform: translateX(-50%); } }

/* ---------- Abschnitte ---------- */
.abschnitt { padding-block: clamp(5.5rem, 11vw, 9.5rem); }
.etikett { display: flex; align-items: center; gap: .8rem; margin-bottom: 1.5rem; font: 600 .78rem/1 var(--text); letter-spacing: .2em; text-transform: uppercase; color: var(--bernstein); }
.etikett span { font: 400 1.05rem/1 var(--neon); letter-spacing: 0; color: #ffe3e7; text-shadow: 0 0 6px #ff3452, 0 0 14px rgba(215, 38, 61, .6); }
.titel { font: 760 clamp(2.6rem, 6.4vw, 5.6rem)/.95 var(--titel); letter-spacing: -.035em; }
.gross { font-size: clamp(1.12rem, 1.55vw, 1.3rem); line-height: 1.6; color: rgba(246, 239, 230, .88); }
.kopfzeile { display: flex; justify-content: space-between; align-items: end; gap: 1.5rem 3rem; flex-wrap: wrap; }
.kopfzeile-text { max-width: 25rem; color: var(--grau); }
.anim [data-reveal] { opacity: 0; transform: translateY(30px); }

.bild { position: relative; overflow: hidden; border-radius: 6px; background: var(--nacht-hell); }
.bild img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Kurz vorgestellt ---------- */
.aussage { max-width: 22em; font: 650 clamp(1.9rem, 4.5vw, 3.9rem)/1.1 var(--titel); letter-spacing: -.03em; }
.aussage em { font-style: normal; color: var(--bernstein); }
.anim .aussage .wort { color: rgba(246, 239, 230, .16); }
.anim .aussage em .wort { color: rgba(242, 165, 65, .2); }
.vorgestellt-raster { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: center; margin-top: clamp(3.5rem, 7vw, 6.5rem); }
.vorgestellt-bilder { position: relative; padding-bottom: 12%; }
.bild-hoch { width: 70%; aspect-ratio: 4 / 5.2; }
.bild-quer { position: absolute; right: 0; bottom: 4%; width: 48%; aspect-ratio: 4 / 5; outline: 7px solid var(--nacht); }
.bild-hinweis { position: absolute; left: 0; bottom: 0; max-width: 48%; font-size: .8rem; line-height: 1.4; color: var(--grau); }
.platzhalter { position: relative; margin-top: 2.2rem; padding: 1.5rem 1.4rem 1.25rem; border: 1.5px dashed rgba(242, 165, 65, .5); border-radius: 16px; background: rgba(242, 165, 65, .04); color: var(--grau); }
.platzhalter-etikett { position: absolute; top: -.72rem; left: 1rem; padding: 0 .55rem; background: var(--nacht); font: 600 .7rem/1.4 var(--text); letter-spacing: .16em; text-transform: uppercase; color: var(--bernstein); }
.fakten { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2.4rem; padding-top: 1.6rem; border-top: 1px solid var(--linie); }
.fakten strong { display: block; font: 750 clamp(1.3rem, 2vw, 1.6rem)/1.1 var(--titel); letter-spacing: -.02em; }
.fakten span { font-size: .92rem; color: var(--grau); }

/* ---------- Karte ---------- */
.theke {
  position: relative; margin-block: clamp(3rem, 6vw, 4.5rem);
  padding-block: clamp(3.5rem, 6vw, 5rem) 2rem;
  background:
    radial-gradient(ellipse 50% 70% at 50% 0%, rgba(242, 165, 65, .2), transparent 70%),
    repeating-linear-gradient(91deg, rgba(255, 255, 255, .018) 0 2px, transparent 2px 11px),
    linear-gradient(180deg, #2c1d12, #1a110b);
  border-top: 3px solid #4a311d;
  box-shadow: inset 0 40px 60px -40px rgba(0, 0, 0, .8), inset 0 -40px 60px -40px rgba(0, 0, 0, .8);
}
.deckel-reihe { display: flex; justify-content: center; flex-wrap: wrap; gap: clamp(1.5rem, 4vw, 4rem); }
.deckel {
  width: clamp(236px, 23vw, 290px); aspect-ratio: 1;
  padding: 0; border: 0; background: none; color: inherit; cursor: pointer;
  border-radius: 50%;
  perspective: 1000px;
  rotate: var(--r, 0deg);
  transform: perspective(900px) rotateX(var(--kx, 0deg)) rotateY(var(--ky, 0deg));
  transition: rotate .6s var(--ease), transform .25s ease-out;
  -webkit-tap-highlight-color: transparent;
}
.deckel:nth-child(2) { margin-top: 2.4rem; }
.deckel:hover { rotate: 0deg; }
.deckel-innen { position: relative; display: block; width: 100%; height: 100%; transform-style: preserve-3d; transition: transform .9s var(--ease); }
.deckel[aria-pressed="true"] .deckel-innen { transform: rotateY(180deg); }
.deckel-seite {
  position: absolute; inset: 0; border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
  padding: 17%;
  backface-visibility: hidden; -webkit-backface-visibility: hidden;
}
.vorne {
  background: radial-gradient(circle at 35% 28%, #fffaf3, #efe3d0 72%);
  color: var(--kirsch);
  box-shadow: inset 0 0 0 10px #f3eadd, inset 0 0 0 12px var(--kirsch), inset 0 0 0 16px #f3eadd, inset 0 0 0 17px rgba(215, 38, 61, .45), 0 22px 30px -14px rgba(0, 0, 0, .75), 0 4px 10px rgba(0, 0, 0, .35);
}
.hinten {
  transform: rotateY(180deg);
  background: radial-gradient(circle at 35% 28%, #e8374d, #b81d31 75%);
  color: var(--creme);
  box-shadow: inset 0 0 0 10px #c42237, inset 0 0 0 12px rgba(246, 239, 230, .7), 0 22px 30px -14px rgba(0, 0, 0, .75), 0 4px 10px rgba(0, 0, 0, .35);
}
.deckel-nr { font: 600 .68rem/1 var(--text); letter-spacing: .2em; text-transform: uppercase; color: var(--rauch); }
.deckel-name { margin: .55rem 0 .7rem; font: 800 clamp(1.75rem, 2.3vw, 2.15rem)/.95 var(--titel); letter-spacing: -.035em; }
.deckel-marke { font: 400 1.05rem/1 var(--neon); color: var(--nacht); }
.deckel-marke b { font-weight: 400; color: var(--kirsch); }
.deckel-text { font: 500 clamp(.92rem, 1.1vw, 1.02rem)/1.42 var(--text); }
.deckel-preis { margin-top: .8rem; font: 750 1.25rem/1 var(--titel); color: #ffd79a; }
.deckel-tipp { display: flex; justify-content: center; align-items: center; gap: .5rem; margin-top: 2.2rem; font-size: .85rem; color: rgba(246, 239, 230, .6); }

.karte-raster { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 2.5rem clamp(2rem, 4vw, 3.5rem); }
.karte-spalte h3 { margin-bottom: .6rem; padding-bottom: .8rem; border-bottom: 2px solid var(--bernstein); font: 720 1.55rem/1 var(--titel); letter-spacing: -.02em; }
.liste li { display: flex; align-items: baseline; gap: .6rem; padding: .75rem 0; border-bottom: 1px solid var(--linie); transition: color .25s; }
.liste i { flex: 1; min-width: 1rem; border-bottom: 1.5px dotted rgba(246, 239, 230, .22); translate: 0 -.3em; }
.liste b { font-weight: 600; color: var(--bernstein); white-space: nowrap; }
.liste li:hover { color: var(--bernstein-hell); }

.wuerfel {
  display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 1.5rem 2rem;
  margin-top: clamp(3.5rem, 6vw, 5rem); padding: clamp(1.5rem, 3vw, 2.3rem);
  border-radius: 24px; border: 1px solid var(--linie);
  background: linear-gradient(120deg, rgba(215, 38, 61, .2), rgba(242, 165, 65, .07) 60%), var(--nacht-hell);
}
.wuerfel h3 { font: 720 clamp(1.45rem, 2.4vw, 2rem)/1.1 var(--titel); letter-spacing: -.02em; }
.wuerfel-text p { margin-top: .3rem; color: var(--grau); }
.wuerfel-fenster { min-width: 17ch; padding: .85rem 1.5rem; border-radius: 16px; text-align: center; background: var(--nacht-tief); box-shadow: inset 0 3px 14px rgba(0, 0, 0, .65); }
.wuerfel-klein { display: block; font: 600 .7rem/1 var(--text); letter-spacing: .16em; text-transform: uppercase; color: var(--grau); }
.wuerfel-ergebnis { display: block; min-height: 1.3em; margin-top: .4rem; font: 750 1.55rem/1.2 var(--titel); letter-spacing: -.02em; }
.wuerfel-ergebnis.treffer { color: #fff1d9; text-shadow: 0 0 8px rgba(247, 165, 60, .9), 0 0 22px rgba(242, 165, 65, .5); animation: plopp .45s var(--ease); }
@keyframes plopp { from { transform: scale(.8); } to { transform: scale(1); } }

/* ---------- Zeiten ---------- */
.zeiten { background: var(--nacht-tief); }
.zeiten-raster { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.live { margin-top: 1.8rem; }
.live-gross { display: flex; align-items: center; gap: .9rem; font: 720 clamp(1.6rem, 3vw, 2.35rem)/1.1 var(--titel); letter-spacing: -.02em; }
.live-gross .punkt { width: .85rem; height: .85rem; }
.live-klein { margin-top: .55rem; font-size: 1.08rem; color: var(--grau); }
.live-klein strong { color: var(--creme); font-weight: 600; }
.zahlen { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 2.2rem; }
.zahlen li { display: flex; align-items: center; gap: .5rem; padding: .55rem 1rem; border: 1px solid var(--linie); border-radius: 999px; font-size: .92rem; }
.zahlen svg { color: var(--bernstein); }
.zeiten-tafel {
  padding: clamp(1.2rem, 3vw, 2.2rem) clamp(1.3rem, 3.2vw, 2.4rem);
  border-radius: 22px; border: 1px solid var(--linie);
  background: repeating-linear-gradient(180deg, #161b28 0 4px, #10141e 4px 8px);
  box-shadow: 0 40px 90px -40px rgba(0, 0, 0, .9), inset 0 0 0 8px #0b0e16;
}
.tage li {
  position: relative; isolation: isolate;
  display: flex; justify-content: space-between; gap: 1rem;
  padding: .95rem .2rem;
  border-bottom: 1px solid rgba(246, 239, 230, .07);
  font: 600 clamp(1rem, 1.6vw, 1.2rem)/1.2 var(--titel); letter-spacing: .06em; text-transform: uppercase;
  transition: color .6s .4s;
}
.tage li:last-child { border-bottom: 0; }
.tage li span:last-child { font-variant-numeric: tabular-nums; }
.tage li.zu span:last-child { color: var(--rauch); }
.tage li.heute { color: var(--nacht-tief); }
.tage li.heute span:last-child { color: var(--nacht-tief); }
.tage li.heute::before {
  content: ""; position: absolute; inset: 0 -.8rem; z-index: -1;
  border-radius: 10px; background: var(--bernstein); box-shadow: 0 0 30px rgba(242, 165, 65, .35);
  transform-origin: left; transition: transform 1s var(--ease) .25s;
}
.tage li.heute span:first-child::after { content: " · heute"; font-size: .7em; letter-spacing: .12em; opacity: .7; }
.anim .tage:not(.sichtbar) li.heute { color: var(--creme); }
.anim .tage:not(.sichtbar) li.heute span:last-child { color: var(--creme); }
.anim .tage:not(.sichtbar) li.heute::before { transform: scaleX(0); }
.tafel-fuss { margin-top: 1.3rem; font-size: .85rem; color: var(--grau); }
.tafel-fuss .beispiel { margin: 0 .4rem 0 0; }

/* ---------- Anlässe ---------- */
.anlaesse-raster { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.anlaesse-bilder { position: relative; padding-bottom: 14%; }
.a-gross { width: 80%; aspect-ratio: 4 / 5; }
.a-klein { position: absolute; right: 0; bottom: 0; width: 56%; aspect-ratio: 3 / 2; outline: 7px solid var(--nacht); }
.anlaesse-text .gross { max-width: 34rem; margin-top: 1.4rem; }
.anfrage { display: grid; gap: 1.35rem; margin-top: 2.2rem; padding: clamp(1.3rem, 3vw, 2rem); border-radius: 24px; border: 1px solid var(--linie); background: var(--nacht-hell); }
.chips { display: flex; flex-wrap: wrap; gap: .5rem; margin: 0; padding: 0; border: 0; }
.chips legend { margin-bottom: .75rem; padding: 0; font-size: .85rem; font-weight: 600; color: var(--grau); }
.chips label { position: relative; }
.chips input { position: absolute; opacity: 0; pointer-events: none; }
.chips span { display: inline-block; padding: .62rem 1.05rem; border-radius: 999px; border: 1px solid rgba(246, 239, 230, .2); font-weight: 500; cursor: pointer; transition: background-color .25s, border-color .25s, box-shadow .3s, color .25s; }
.chips span:hover { border-color: rgba(246, 239, 230, .45); }
.chips input:checked + span { background: var(--kirsch); border-color: var(--kirsch); color: #fff; box-shadow: 0 0 22px rgba(215, 38, 61, .5); }
.chips input:focus-visible + span { outline: 2px solid var(--bernstein); outline-offset: 2px; }
.feld-reihe { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.feld { display: grid; gap: .45rem; align-content: start; }
.feld > span { font-size: .85rem; font-weight: 600; color: var(--grau); }
.feld input[type="text"], .feld input[type="date"] {
  width: 100%; height: 52px; padding: 0 1rem;
  border-radius: 12px; border: 1px solid rgba(246, 239, 230, .16);
  background: var(--nacht-tief); color: var(--creme); color-scheme: dark;
  transition: border-color .25s, box-shadow .25s;
}
.feld input:focus { outline: none; border-color: var(--bernstein); box-shadow: 0 0 0 3px rgba(242, 165, 65, .22); }
.feld.fehler input { border-color: var(--kirsch-hell); }
.zaehler { display: grid; grid-template-columns: 52px 1fr 52px; height: 52px; overflow: hidden; border-radius: 12px; border: 1px solid rgba(246, 239, 230, .16); background: var(--nacht-tief); }
.zaehler button { display: grid; place-items: center; border: 0; background: none; color: var(--creme); cursor: pointer; transition: background-color .2s; }
.zaehler button:hover { background: rgba(246, 239, 230, .07); }
.zaehler input { width: 100%; min-width: 0; border: 0; background: none; color: var(--creme); text-align: center; font: 720 1.25rem var(--titel); -moz-appearance: textfield; appearance: textfield; }
.zaehler input::-webkit-inner-spin-button, .zaehler input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.anfrage-antwort { padding: 1rem 1.2rem; border-radius: 12px; border: 1px solid rgba(74, 222, 128, .35); background: rgba(74, 222, 128, .08); }

/* ---------- Instagram ---------- */
.insta { padding-top: 0; }
.insta-reihe { display: grid; grid-template-columns: repeat(6, 1fr); gap: .6rem; margin-top: 2.6rem; padding-inline: var(--rand); }
.insta-reihe li { aspect-ratio: 1; overflow: hidden; border-radius: 12px; background: var(--nacht-hell); }
.insta-reihe img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9); transition: transform .9s var(--ease), filter .5s; }
.insta-reihe li:hover img { transform: scale(1.08); filter: saturate(1.1); }

/* ---------- Kontakt ---------- */
.kontakt { background: var(--nacht-tief); }
.kontakt-raster { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.kontakt-liste { display: grid; gap: 1.5rem; margin: 2.2rem 0 2.4rem; }
.kontakt-liste dt { display: flex; align-items: center; gap: .55rem; font: 600 .76rem/1 var(--text); letter-spacing: .16em; text-transform: uppercase; color: var(--bernstein); }
.kontakt-liste dd { margin-top: .45rem; font: 650 1.3rem/1.35 var(--titel); letter-spacing: -.01em; }
.kontakt-liste dd a { text-decoration-color: rgba(242, 165, 65, .5); text-underline-offset: .2em; }
.platzhalter-inline { color: var(--grau); border-bottom: 1.5px dashed rgba(242, 165, 65, .6); }
.karte-rahmen { position: relative; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 24px; border: 1px solid var(--linie); background: var(--nacht-hell); }
.karte-rahmen iframe { width: 100%; height: 100%; border: 0; filter: invert(.92) hue-rotate(180deg) saturate(.55) brightness(.92) contrast(.92); }
.karte-pin { position: absolute; left: 50%; top: 50%; width: 18px; height: 18px; margin: -9px 0 0 -9px; border-radius: 50%; background: var(--kirsch-hell); box-shadow: 0 0 0 4px rgba(255, 90, 110, .25), 0 0 24px rgba(255, 52, 82, .9); pointer-events: none; animation: pin 2.4s ease-out infinite; }
@keyframes pin { 0% { box-shadow: 0 0 0 0 rgba(255, 90, 110, .5), 0 0 24px rgba(255, 52, 82, .9); } 100% { box-shadow: 0 0 0 22px rgba(255, 90, 110, 0), 0 0 24px rgba(255, 52, 82, .9); } }

/* ---------- Letzte Runde ---------- */
.finale { position: relative; isolation: isolate; overflow: hidden; min-height: 92vh; min-height: 92svh; display: grid; place-items: center; text-align: center; padding: 8rem 0; }
.finale-bild { position: absolute; inset: 0; z-index: -2; }
.finale-bild img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.5) saturate(1.05); transition: filter 1.2s ease; }
.finale::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, var(--nacht-tief) 0%, rgba(13, 17, 28, .35) 35%, rgba(13, 17, 28, .9) 100%); }
.finale.dunkel .finale-bild img { filter: brightness(.16) saturate(.6); }
.finale-titel { font: 800 clamp(3.4rem, 12vw, 10rem)/.9 var(--titel); letter-spacing: -.05em; }
.neon-klein { margin: 1.6rem 0 2.2rem; font: 400 clamp(2.6rem, 7vw, 5rem)/1 var(--neon); }
.neon-klein .nz { transition: color .12s, text-shadow .12s; }
.neon-klein.aus .nz { color: var(--aus); text-shadow: var(--aus-schatten); }
.schalter { display: inline-flex; align-items: center; gap: .9rem; padding: .5rem; border: 0; background: none; color: var(--creme); font: 600 1rem var(--text); cursor: pointer; }
.schalter-bahn { position: relative; width: 62px; height: 34px; border-radius: 999px; background: var(--bernstein); box-shadow: 0 0 24px rgba(242, 165, 65, .5); transition: background-color .35s, box-shadow .35s; }
.schalter-knopf { position: absolute; top: 4px; left: 32px; width: 26px; height: 26px; border-radius: 50%; background: var(--creme); box-shadow: 0 2px 6px rgba(0, 0, 0, .35); transition: left .35s var(--ease); }
.schalter[aria-checked="false"] .schalter-bahn { background: var(--rauch); box-shadow: none; }
.schalter[aria-checked="false"] .schalter-knopf { left: 4px; }
.gute-nacht { min-height: 1.6em; margin-top: 1.2rem; color: var(--grau); }

/* ---------- Fuss ---------- */
.fuss { padding: 2.6rem 0 calc(2.6rem + env(safe-area-inset-bottom)); border-top: 1px solid var(--linie); background: var(--nacht-tief); font-size: .85rem; color: var(--grau); }
.entwurf { font-weight: 600; color: var(--creme); }
.entwurf a { text-decoration-color: rgba(242, 165, 65, .6); text-underline-offset: .2em; }
.nachweis { max-width: 75ch; margin-top: .6rem; line-height: 1.6; }

/* ---------- Handy-Leiste ---------- */
.handy-leiste { display: none; }

/* ---------- Anpassungen ---------- */
@media (max-width: 960px) {
  .vorgestellt-raster, .zeiten-raster, .anlaesse-raster, .kontakt-raster { grid-template-columns: 1fr; }
  .vorgestellt-bilder, .anlaesse-bilder { max-width: 560px; }
  .wuerfel { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .insta-reihe { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 860px) {
  :root { --kopf-h: 64px; }
  .menue-knopf {
    display: grid; place-content: center; gap: 6px; margin-left: auto;
    width: 46px; height: 46px; padding: 0; border: 1px solid var(--linie); border-radius: 50%;
    background: rgba(13, 17, 28, .4); cursor: pointer; position: relative; z-index: 2;
  }
  .menue-knopf span { display: block; width: 18px; height: 2px; border-radius: 2px; background: var(--creme); transition: transform .35s var(--ease); }
  .menue-knopf[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menue-knopf[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .status-pille { display: none; }
  .nav {
    position: fixed; inset: 0; z-index: 1;
    flex-direction: column; justify-content: center; align-items: flex-start; gap: .4rem;
    padding: 0 var(--rand);
    background: rgba(13, 17, 28, .97);
    opacity: 0; visibility: hidden; transition: opacity .35s, visibility .35s;
  }
  .nav.offen { opacity: 1; visibility: visible; }
  .nav a { font: 750 clamp(2.4rem, 11vw, 3.4rem)/1.2 var(--titel); letter-spacing: -.03em; color: var(--creme); }
  .nav a::after { display: none; }
  .kopf.menue-offen { background: transparent; backdrop-filter: none; -webkit-backdrop-filter: none; border-color: transparent; }

  .handy-leiste {
    position: fixed; left: .75rem; right: .75rem; bottom: calc(.75rem + env(safe-area-inset-bottom)); z-index: 40;
    display: flex; align-items: center; justify-content: space-between; gap: .75rem;
    padding: .45rem .45rem .45rem 1.1rem; border-radius: 999px;
    border: 1px solid var(--linie); background: rgba(13, 17, 28, .86);
    backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
    transform: translateY(160%); transition: transform .5s var(--ease);
  }
  .handy-leiste.zeigen { transform: none; }
  .handy-status { display: flex; align-items: center; gap: .55rem; min-width: 0; font-size: .9rem; font-weight: 600; text-decoration: none; }
  .handy-status span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .handy-leiste .knopf { min-height: 44px; padding: .6em 1.2em; }
  .fuss { padding-bottom: calc(6.5rem + env(safe-area-inset-bottom)); }
}

@media (max-width: 640px) {
  .held { padding-bottom: 9rem; }
  .sticker { width: 84px; right: 1rem; bottom: 5.4rem; }
  .sticker-mitte { font-size: 1rem; }
  .deckel-reihe { flex-direction: column; align-items: center; gap: 0; }
  .deckel { width: 212px; }
  .deckel-seite { padding: 15%; }
  .deckel-name { font-size: 1.6rem; }
  .deckel-text { font-size: .86rem; }
  .deckel:nth-child(1) { align-self: flex-start; }
  .deckel:nth-child(2) { align-self: flex-end; margin-top: -3.4rem; }
  .deckel:nth-child(3) { align-self: flex-start; margin: -3.4rem 0 0 1.4rem; }
  .knoepfe { flex-direction: column; align-items: stretch; width: min(100%, 320px); margin-inline: auto; }
  .band { margin-top: -1.2rem; }
  .fakten { grid-template-columns: 1fr 1fr; }
  .fakten li:last-child { grid-column: span 2; }
  .feld-reihe { grid-template-columns: 1fr; }
  .insta-reihe { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: .4rem; }
  .insta-reihe::-webkit-scrollbar { display: none; }
  .insta-reihe li { flex: 0 0 62%; scroll-snap-align: start; }
  .bild-hinweis { position: static; max-width: none; margin-top: 1rem; }
  .vorgestellt-bilder { padding-bottom: 0; }
  .bild-quer { bottom: 3.2rem; }
}

@media (hover: none) {
  .deckel:hover { rotate: var(--r, 0deg); }
}

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