/* ============ Tangie Banana – Website ============ */

@font-face { font-family: "Palm Beach"; src: url("../fonts/palm-beach.ttf") format("truetype"); font-display: swap; }
@font-face { font-family: "Kindergarten"; src: url("../fonts/kindergarten.ttf") format("truetype"); font-display: swap; }
@font-face { font-family: "Space Grotesk"; src: url("../fonts/space-grotesk-400.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Space Grotesk"; src: url("../fonts/space-grotesk-500.woff2") format("woff2"); font-weight: 500; font-display: swap; }
@font-face { font-family: "Space Grotesk"; src: url("../fonts/space-grotesk-700.woff2") format("woff2"); font-weight: 700; font-display: swap; }

:root {
  --gelb: #FFBB2F;
  --gelb-tief: #F2A516;
  --creme: #FFF4DC;
  --braun: #2A1C07;
  --braun-2: #3A2A0E;
  --rot: #882E38;
  --text: #2A1C07;
  --display: "Palm Beach", "Arial Black", Impact, sans-serif;
  --hand: "Kindergarten", "Comic Sans MS", "Chalkboard SE", cursive;
  --body: "Kindergarten", "Comic Sans MS", "Chalkboard SE", cursive;
  --rand: clamp(1rem, 4vw, 3rem);
  --laufband-h: 2.1rem;
  --rund: 18px;
  --rund-klein: 12px;
  --pb-schatten: 0 .06em 0 var(--braun), 0 0 1px var(--braun);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
button, input, select, textarea { font: inherit; }
html { scroll-behavior: smooth; scroll-padding-top: 4.5rem; }
body { margin: 0; font-family: var(--body); font-size: 1.15rem; line-height: 1.6; font-synthesis: none; color: var(--text); background: var(--creme); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.wrap { width: 100%; max-width: 1180px; margin: 0 auto; padding-inline: var(--rand); }
section { position: relative; }

.titel { font-family: var(--display); font-weight: normal; text-transform: uppercase; font-size: clamp(2.6rem, 7vw, 5rem); line-height: 1.02; margin: 0 0 .4em; letter-spacing: .01em;  padding-top: .2em; color: #fff; text-shadow: var(--pb-schatten);}

.vorzeile + .titel { margin-top: .1em; }

.vorzeile { font-family: var(--hand); font-size: 1.25rem; margin: 0 0 .2rem; color: var(--rot); display: block; }
.unter { font-family: var(--hand); font-weight: normal; font-size: 1.6rem; margin: 1.6rem 0 .2rem; }

.knoepfe { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }
.knopf { display: inline-flex; align-items: center; gap: .5rem; padding: .85rem 1.4rem; background: var(--braun); color: var(--gelb); font-weight: 700; text-decoration: none; letter-spacing: .02em; border: 2px solid var(--braun); transition: transform .15s, background .15s, color .15s; }
.knopf:hover { transform: translateY(-2px); background: var(--rot); border-color: var(--rot); color: var(--creme); }
.knopf-rand { background: transparent; color: var(--braun); }
.knopf-hell { background: var(--gelb); color: var(--braun); border-color: var(--gelb); margin-top: 2rem; }
.knopf-hell:hover { background: var(--creme); border-color: var(--creme); color: var(--braun); }

/* ---------- Kopfzeile ---------- */
.kopf { position: fixed; inset: 0 0 auto 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; padding: .8rem var(--rand); transition: background .25s, box-shadow .25s; }
.kopf.fest { background: linear-gradient(rgba(42, 28, 7, .9), rgba(42, 28, 7, .9)), url("../img/dschungel.jpg") center 42% / 1400px auto, var(--braun); box-shadow: 0 4px 24px rgba(0, 0, 0, .25); }
.kopf.fest .menue a { color: var(--creme); }
.kopf.fest .menue a:hover, .kopf.fest .menue a.aktiv { color: var(--gelb); }
.kopf.fest .menue .menue-tickets { background: var(--gelb); color: var(--braun); }
.kopf.fest .menue-knopf span { background: var(--creme); }
.kopf.offen .menue-knopf span { background: var(--braun); }
.kopf-logo img { background: var(--gelb); border-radius: 50%; padding: 3px; box-sizing: content-box; }
.zusammen { white-space: nowrap; }
.kopf-logo { display: flex; align-items: center; gap: .5rem; text-decoration: none; opacity: 0; transition: opacity .25s; }
.kopf.fest .kopf-logo { opacity: 1; }
.kopf-logo img { height: 36px; width: auto; transform-origin: 50% 90%; }
.kopf-logo:hover img { animation: wackeln .5s ease-in-out 2; }
.kopf-logo span { font-family: var(--display); font-size: 1.35rem; text-transform: uppercase;  color: #fff; text-shadow: var(--pb-schatten);}
.menue { display: flex; gap: 1.6rem; align-items: center; }
.menue a { text-decoration: none; font-weight: 700; font-size: .95rem; text-transform: uppercase; letter-spacing: .06em; color: var(--braun); }
.menue a:hover { color: var(--rot); }
.menue .menue-tickets { background: var(--braun); color: var(--gelb); padding: .5rem 1rem; }
.menue .menue-tickets:hover { background: var(--rot); color: var(--creme); }
.menue-knopf { display: none; background: none; border: 0; padding: .5rem; cursor: pointer; }
.menue-knopf span { display: block; width: 26px; height: 3px; background: var(--braun); margin: 5px 0; transition: transform .2s, opacity .2s; }

@media (max-width: 1080px) {
  .menue-knopf { display: block; position: relative; z-index: 2; }
  .menue { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; height: 100dvh; background: var(--gelb); flex-direction: column; justify-content: center; gap: 1.4rem; transform: translateY(-100%); visibility: hidden; transition: transform .3s ease, visibility 0s .3s; }
  .menue a { font-family: var(--display); font-size: 2.4rem; letter-spacing: .02em; color: #fff; text-shadow: var(--pb-schatten); }
  .menue .menue-tickets { font-size: 2rem; padding: .3rem 1.2rem; }
  .kopf.offen .menue { transform: none; visibility: visible; transition: transform .3s ease; }
  .kopf.offen .menue-knopf span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .kopf.offen .menue-knopf span:nth-child(2) { opacity: 0; }
  .kopf.offen .menue-knopf span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
}

/* ---------- Hero ---------- */
.hero { background: var(--gelb); overflow: hidden; text-align: center; padding: 4.5rem var(--rand) 4rem; min-height: calc(100vh - var(--laufband-h)); min-height: calc(100svh - var(--laufband-h)); display: flex; flex-direction: column; align-items: center; justify-content: center; }
.hero { position: relative; }
.hero-dschungel { position: absolute; inset: -4%; background: url("../img/dschungel.jpg") center 70% / cover no-repeat; opacity: .5; mix-blend-mode: multiply; transform-origin: 50% 100%; animation: wiegen 14s ease-in-out infinite alternate; }
.hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 55% at 50% 45%, var(--gelb) 30%, rgba(255, 187, 47, 0) 100%); pointer-events: none; }
@keyframes wiegen { from { transform: scale(1.02) rotate(-.6deg); } to { transform: scale(1.06) rotate(.6deg) translateY(-6px); } }
.hero-inhalt { position: relative; z-index: 1; }
.duo-buehne { position: relative; display: inline-block; }
.hero-duo { width: min(200px, 42vw, 26svh); height: auto; margin: 0 auto .1rem; transform-origin: 50% 95%; animation: auftritt .9s cubic-bezier(.3, 1.6, .5, 1) both, tanzen 1.3s ease-in-out .9s infinite alternate; }
@keyframes auftritt { from { transform: translateY(40px) scale(.85) rotate(-6deg); } }
@keyframes tanzen { from { transform: rotate(-2.5deg); } to { transform: rotate(2.5deg) translateY(-8px); } }
.hero-name { font-family: var(--display); font-weight: normal; text-transform: uppercase; color: #fff; font-size: clamp(2.4rem, min(7vw, 9svh), 4.6rem); line-height: 1.24; margin: 0; text-shadow: var(--pb-schatten);  padding-top: .2em;}
.hero-name .zeile { display: block; animation: reinspringen .7s cubic-bezier(.3, 1.7, .5, 1) both; }
.hero-name .zeile:nth-child(1) { animation-delay: .25s; }
.hero-name .zeile:nth-child(2) { animation-delay: .4s; }
@keyframes reinspringen { from { transform: translateY(.35em) scale(.9); } }
.hero-claim { font-family: var(--hand); font-size: clamp(.8rem, 1.5vw, .95rem); letter-spacing: .12em; text-transform: uppercase; color: var(--braun); margin: .7rem 0 0; opacity: .8; }
.hero-magie { display: inline-block; cursor: pointer; border-radius: 50%; background: none; border: 0; padding: 0; }
.hero-magie:hover .hero-duo, .hero-magie:focus-visible .hero-duo { animation: auftritt .9s cubic-bezier(.3, 1.6, .5, 1) both, tanzen .35s ease-in-out infinite alternate; }
.hero-magie:focus-visible { outline: 3px solid var(--braun); outline-offset: 4px; }
.hero-deko { position: absolute; inset: 0; pointer-events: none; }
.schwebt { position: absolute; height: auto; filter: drop-shadow(0 10px 14px rgba(42, 28, 7, .18)); will-change: transform; }
.schwebt.schwebt.schwebt@keyframes schweben { 0%, 100% { rotate: var(--dreh); translate: 0 0; } 50% { rotate: calc(var(--dreh) * -.4); translate: 0 -18px; } }
@media (max-width: 700px) { .schwebt.s1, .schwebt.s3 { display: none; } .schwebt.s2 { right: -2%; top: 10%; width: 80px; } }
@keyframes wackeln { 25% { transform: rotate(-12deg); } 75% { transform: rotate(12deg); } }

.hero-weiter { position: absolute; left: 50%; bottom: 1.1rem; translate: -50% 0; z-index: 2; width: 2.8rem; height: 2.8rem; border-radius: 50%; border: 2px solid var(--braun); display: grid; place-items: center; color: var(--braun); background: rgba(255, 244, 220, .35); animation: hopsen 1.8s ease-in-out infinite; transition: background .2s, color .2s; }
.hero-weiter svg { width: 1.3rem; height: 1.3rem; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.hero-weiter:hover { background: var(--braun); color: var(--gelb); }
@keyframes hopsen { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(7px); } }

/* ---------- Laufband ---------- */
.laufband { position: relative; background: var(--braun); color: var(--gelb); overflow: hidden; white-space: nowrap; padding: .75rem 0; }
.surfer { position: absolute; bottom: 2px; left: 0; height: 58px; width: auto; animation: surfen 16s linear infinite; pointer-events: none; }
@keyframes surfen { 0% { transform: translateX(-120px) rotate(-4deg); } 25% { transform: translateX(25vw) translateY(-6px) rotate(3deg); } 50% { transform: translateX(50vw) rotate(-4deg); } 75% { transform: translateX(75vw) translateY(-6px) rotate(3deg); } 100% { transform: translateX(calc(100vw + 20px)) rotate(-4deg); } }
.laufband { padding-block: 0; height: var(--laufband-h); display: flex; align-items: center; }
.laufband-spur { display: inline-block; font-size: .72rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; animation: laufen 45s linear infinite; }
.laufband-spur span { margin-right: 1.4rem; }
.laufband-spur .punkt { font-size: .45rem; vertical-align: middle; opacity: .7; }
@keyframes laufen { to { transform: translateX(-50%); } }

/* ---------- Live ---------- */
.live { background: var(--creme); padding-bottom: 2rem; }
.hauptshow { position: relative; min-height: clamp(460px, 44vw, 700px); display: flex; align-items: center; overflow: hidden; background: var(--braun); }
.hauptshow-bild { position: absolute; top: 0; right: 0; height: 100%; width: 72%; object-fit: cover; object-position: 60% 20%; }
.hauptshow::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to right, var(--braun) 30%, rgba(42, 28, 7, .7) 45%, rgba(42, 28, 7, 0) 65%); }
.hauptshow-text { position: relative; z-index: 1; color: var(--creme); padding: 3rem var(--rand); width: 100%; max-width: 1180px; margin: 0 auto; }
.hauptshow-text > * { max-width: min(34rem, 40vw); }
@media (max-width: 1080px) { .hauptshow-text > * { max-width: 40rem; } }
.hauptshow-vor { font-family: var(--hand); font-size: clamp(1.2rem, 2.2vw, 1.6rem); line-height: 1.35; color: var(--gelb); margin: 0; }
.hauptshow-name { font-family: var(--display); font-weight: normal; text-transform: uppercase; font-size: clamp(2.4rem, 5.2vw, 5.4rem); line-height: 1.02; margin: .1em 0 .3em; text-wrap: balance;  padding-top: .2em; color: #fff; text-shadow: var(--pb-schatten);}
.hauptshow-zeile { display: flex; flex-direction: column; gap: .35rem; border-top: 1px solid rgba(255, 244, 220, .35); padding-top: 1.1rem; }
.hauptshow-datum { font-family: var(--display); text-transform: uppercase; font-size: clamp(2.2rem, 4.6vw, 3.4rem); line-height: 1.05; padding-top: .2em;  color: #fff; text-shadow: var(--pb-schatten);}
.hauptshow-ort { font-size: clamp(1rem, 1.8vw, 1.25rem); font-weight: 500; }
.hauptshow-countdown { font-family: var(--hand); font-size: 1.25rem; color: var(--gelb); }
.hauptshow .knopf { background: var(--gelb); color: var(--braun); border-color: var(--gelb); font-size: 1.1rem; }
.hauptshow .knopf:hover { background: var(--creme); border-color: var(--creme); }
@media (max-width: 1080px) {
  .hauptshow { flex-direction: column; align-items: stretch; min-height: 0; }
  .hauptshow-bild { position: relative; width: 100%; height: auto; aspect-ratio: 16 / 9; object-position: 50% 30%; }
  .hauptshow-name { font-size: clamp(2.2rem, 7vw, 3.4rem); }
  .hauptshow::after { background: linear-gradient(to bottom, rgba(42, 28, 7, 0) 38%, var(--braun) 56.25vw); }
  .hauptshow-text { margin-top: 0; padding-top: 1.6rem; }
}

.termine-wrap { padding-top: clamp(3rem, 7vw, 5rem); }
.termine { list-style: none; margin: 0; padding: 0; border-top: 2px solid var(--braun); }
.termin { display: grid; grid-template-columns: 6.5rem 1fr auto; gap: 1rem 1.5rem; align-items: center; padding: 1.2rem 0; border-bottom: 1px solid rgba(42, 28, 7, .2); }
.termin-datum { font-family: var(--display); font-size: 1.7rem; line-height: 1.05; padding: .55rem .4rem .45rem; padding-top: calc(.45rem + .15em); background: var(--braun); border-radius: var(--rund-klein); text-align: center; color: #fff; text-shadow: none; }
.termin-datum small { display: block; font-family: var(--body); font-size: .7rem; letter-spacing: .08em; margin-top: .25rem; color: var(--gelb); }
.termin-titel { font-weight: 700; font-size: 1.15rem; line-height: 1.3; }
.termin-ort { display: block; font-weight: 400; font-size: .98rem; opacity: .8; }
.termin .knopf { padding: .6rem 1.1rem; }
.termin-ohne { font-family: var(--hand); opacity: .7; }
.termine-alt .termin { opacity: .55; }
.termine-alt .termin-titel { text-decoration: line-through; text-decoration-thickness: 1px; }
.termine-alt .termin-datum { font-size: 1.3rem; background: rgba(42, 28, 7, .55); }
@media (max-width: 620px) {
  .termin { grid-template-columns: 5rem 1fr; }
  .termin-datum { font-size: 1.35rem; }
  .termin > :last-child:not(:nth-child(2)) { grid-column: 2; justify-self: start; }
}
.vergangen { margin-top: 1.8rem; }
.vergangen summary { cursor: pointer; font-family: var(--hand); font-size: 1.35rem; list-style: none; }
.vergangen summary::-webkit-details-marker { display: none; }
.vergangen summary::after { content: " +"; }
.vergangen[open] summary::after { content: " –"; }
.vergangen .termine { margin-top: .8rem; }
.booking { margin: 2.2rem 0 0; font-weight: 500; }
.booking a { font-weight: 700; color: var(--rot); }

.live-fotos { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: clamp(120px, 15vw, 220px); gap: 6px; margin-top: clamp(3rem, 7vw, 5rem); }
.live-fotos img { width: 100%; height: 100%; object-fit: cover; }
.live-fotos .lf-halle { grid-column: 1 / 4; grid-row: span 2; }
.live-fotos .lf-publikum { grid-column: 4; grid-row: span 2; }
.live-fotos .lf-person { grid-row: span 2; object-position: 50% 25%; }
.live-fotos .lf-rechts { object-position: 72% 30%; }
.live-fotos .lf-buehne { grid-column: span 2; grid-row: span 2; }
.live-fotos .lf-leinwand { grid-row: span 2; }
.band { margin-top: clamp(2.5rem, 6vw, 4rem); }
.band-titel { font-size: .8rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; margin: 0 0 1rem; }
.band-liste { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1rem; }
.band-liste img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 25%; filter: saturate(.9); transition: filter .3s; }
.band-liste img.rechts { object-position: 72% 30%; }
.band-liste li:hover img { filter: saturate(1.15); }
.band-name { display: block; font-weight: 700; margin-top: .55rem; }
.band-rolle { display: block; font-size: .85rem; opacity: .65; }
@media (max-width: 760px) {
  .band-liste { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 42%; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: .4rem; scrollbar-width: none; }
  .band-liste li { scroll-snap-align: start; }
}
.foto-credit { font-size: .9rem; margin: .8rem auto 0; opacity: .8; }

/* Live-Fotos als Endlos-Band */
.live-band { margin-top: clamp(3rem, 7vw, 5rem); }
.live-spur { display: flex; gap: 8px; width: max-content; }
.live-spur img { height: clamp(220px, 30vw, 380px); width: auto; flex: none; border-radius: var(--rund-klein); object-fit: cover; transition: filter .3s; }
.live-spur img:hover { filter: brightness(1.1); }
.schiebeband { overflow-x: auto; overflow-y: hidden; scrollbar-width: none; cursor: grab; -webkit-overflow-scrolling: touch; overscroll-behavior-x: contain; }
.schiebeband::-webkit-scrollbar { display: none; }
.schiebeband.zieht { cursor: grabbing; user-select: none; }
.schiebeband img { -webkit-user-drag: none; user-select: none; }

/* ---------- Videos ---------- */
.videos { background: #140d03; color: var(--creme); padding: clamp(4rem, 9vw, 7rem) 0; overflow: hidden; isolation: isolate; }
.kino-glow { position: absolute; inset: -20%; z-index: -1; background-size: cover; background-position: center; filter: blur(100px) saturate(1.2); opacity: .22; transition: background-image .6s, opacity .6s; }
.videos::after { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(ellipse at 50% 40%, rgba(20, 13, 3, .2), #140d03 75%); }
.videos-kopf { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: .5rem 2rem; }
.yt-link { font-weight: 700; text-decoration: none; color: var(--gelb); border-bottom: 2px solid transparent; }
.yt-link:hover { border-color: var(--gelb); }
.kino { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 1.5rem; align-items: start; }
@media (max-width: 960px) { .kino { grid-template-columns: 1fr; } }
.kino-bild { position: relative; aspect-ratio: 16 / 9; max-width: 100%; background: #000; overflow: hidden; border-radius: 14px; box-shadow: 0 40px 90px rgba(0, 0, 0, .6), 0 0 0 1px rgba(255, 244, 220, .08); }
.kino-bild img, .kino-bild iframe { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border: 0; }
.kino-bild img { transition: transform 1.2s ease, opacity .35s ease; }
.kino-bild img.wechsel { opacity: 0; transform: scale(1.04); }
.kino-bild:hover img { transform: scale(1.03); }
.kino-bild::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0) 50%), linear-gradient(to right, rgba(0, 0, 0, .35), rgba(0, 0, 0, 0) 40%); pointer-events: none; }
.kino-bild.laeuft::after, .kino-bild.laeuft .kino-info, .kino-bild.laeuft .kino-play, .kino-bild.laeuft img { display: none; }
.kino-bild.startet img { transition: transform .6s cubic-bezier(.6, 0, .4, 1), opacity .6s; transform: scale(1.25) translateX(8%); opacity: 0; }
.kino-bild.startet .kino-info, .kino-bild.startet .kino-play { transition: transform .45s, opacity .45s; transform: translateY(30px); opacity: 0; }
.kino-bild.startet::after { transition: opacity .6s; opacity: 0; }
.kino-bild iframe { animation: video-rein .5s ease both; }
@keyframes video-rein { from { opacity: 0; transform: scale(.97); } }
.kino-play { position: absolute; inset: 0; margin: auto; width: clamp(68px, 9vw, 96px); height: clamp(68px, 9vw, 96px); background: none; border: 0; padding: 0; cursor: pointer; z-index: 2; transition: transform .25s cubic-bezier(.3, 1.6, .5, 1); }
.kino-play svg { position: relative; width: 100%; height: 100%; filter: drop-shadow(0 8px 20px rgba(0, 0, 0, .45)); }
.kino-play svg circle { fill: var(--gelb); }
.kino-play svg path { fill: var(--braun); }
.kino-ring { position: absolute; inset: 0; border-radius: 50%; border: 2px solid var(--gelb); animation: puls 2.2s ease-out infinite; }
@keyframes puls { from { transform: scale(1); opacity: .8; } to { transform: scale(1.7); opacity: 0; } }
.kino-play:hover, .kino-play:focus-visible { transform: scale(1.12); }
.kino-play:focus-visible { outline: 3px solid var(--creme); outline-offset: 6px; border-radius: 50%; }
.kino-info { position: absolute; left: clamp(1rem, 3vw, 2rem); right: 1rem; bottom: clamp(.8rem, 2.5vw, 1.6rem); z-index: 2; pointer-events: none; }
.kino-art { font-family: var(--hand); color: var(--gelb); font-size: clamp(1rem, 2vw, 1.3rem); display: block; }
.kino-titel { font-family: var(--display); text-transform: uppercase; font-size: clamp(1.8rem, 4vw, 3.2rem); max-width: 60%; line-height: 1.02; display: block; padding-top: .2em;  color: #fff; text-shadow: var(--pb-schatten);}
.kino-leiste { display: flex; align-items: center; gap: .6rem; margin-top: .9rem; }
.kino-pfeil { width: 2.4rem; height: 2.4rem; border-radius: 50%; border: 1px solid rgba(255, 244, 220, .3); background: rgba(255, 244, 220, .06); color: var(--creme); font-size: 1.1rem; cursor: pointer; transition: background .2s, color .2s, border-color .2s; }
.kino-pfeil:hover, .kino-pfeil:focus-visible { background: var(--gelb); color: var(--braun); border-color: var(--gelb); }
.kino-zaehler { font-variant-numeric: tabular-nums; font-weight: 500; min-width: 3.2rem; text-align: center; }
.kino-yt { margin-left: auto; color: var(--gelb); text-decoration: none; }
.kino-yt:hover { text-decoration: underline; }
.kino-hinweis { margin-left: auto; font-size: .75rem; opacity: .5; text-align: right; }

.playlist { display: flex; flex-direction: column; gap: .4rem; background: rgba(255, 244, 220, .05); border: 1px solid rgba(255, 244, 220, .1); border-radius: 14px; padding: .5rem; }
.pl-titel { font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; opacity: .6; padding: .5rem .6rem .2rem; }
.reihe-karte { display: grid; grid-template-columns: 112px 1fr; gap: .8rem; align-items: center; background: none; border: 0; border-radius: 10px; padding: .45rem; color: var(--creme); text-align: left; cursor: pointer; font: inherit; transition: background .2s; }
.reihe-karte:hover, .reihe-karte:focus-visible { background: rgba(255, 244, 220, .08); }
.reihe-karte.aktiv { background: rgba(255, 187, 47, .14); }
.reihe-bild { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 6px; }
.reihe-karte img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.reihe-karte:hover img { transform: scale(1.08); }
.reihe-name { display: block; font-weight: 700; line-height: 1.25; }
.reihe-karte.aktiv .reihe-name { color: var(--gelb); }
.reihe-name small { font-size: .8em; opacity: .75; white-space: nowrap; }
.reihe-art { display: block; font-size: .8rem; opacity: .6; }
.eq { position: absolute; inset: 0; display: none; align-items: flex-end; justify-content: center; gap: 3px; padding-bottom: 22%; background: rgba(20, 13, 3, .55); }
.reihe-karte.aktiv .eq { display: flex; }
.eq i { width: 4px; height: 40%; background: var(--gelb); border-radius: 2px; animation: eq .9s ease-in-out infinite alternate; }
.eq i:nth-child(2) { animation-delay: -.3s; } .eq i:nth-child(3) { animation-delay: -.6s; } .eq i:nth-child(4) { animation-delay: -.15s; }
@keyframes eq { from { height: 15%; } to { height: 60%; } }
@media (max-width: 960px) {
  .playlist { flex-direction: row; overflow-x: auto; scroll-snap-type: x mandatory; background: none; border: 0; padding: 0; gap: .8rem; scrollbar-width: none; }
  .pl-titel { display: none; }
  .reihe-karte { flex: 0 0 min(62%, 240px); grid-template-columns: 1fr; scroll-snap-align: start; padding: 0; gap: .45rem; }
  .reihe-karte:hover, .reihe-karte.aktiv { background: none; }
  .reihe-karte.aktiv .reihe-bild { outline: 2px solid var(--gelb); outline-offset: 2px; }
  .kino-hinweis { display: none; }
}

/* ---------- Musik ---------- */
.musik { background: #fff; padding: clamp(4rem, 9vw, 7rem) 0; }
.musik-raster { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.musik-cover { position: relative; margin: 0; container-type: inline-size; width: 100%; max-width: 460px; justify-self: center; box-shadow: 0 25px 60px rgba(42, 28, 7, .3); transform: rotate(-2deg); }
.musik-cover img { width: 100%; }
.musik-claim { font-family: var(--hand); font-size: 1.5rem; margin: 0 0 1rem; }
.musik-mehr { margin-top: 1.4rem; font-size: .95rem; }
@media (max-width: 760px) { .musik-raster { grid-template-columns: 1fr; } .musik-cover { max-width: 420px; } }

/* ---------- Diskografie ---------- */
.disko { margin-top: clamp(3rem, 7vw, 5rem); }
.disko-titel { font-family: var(--display); font-weight: normal; text-transform: uppercase; font-size: clamp(2rem, 5vw, 3.2rem); line-height: 1.02; padding-top: .2em; margin: 0 0 1.2rem; color: #fff; text-shadow: var(--pb-schatten); }
.disko-liste { list-style: none; margin: 0; padding: 0 0 .6rem; display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 1.1rem; }
.disko-karte { min-width: 0; }
.disko-cover { position: relative; display: block; aspect-ratio: 1; border-radius: var(--rund-klein); overflow: hidden; box-shadow: 0 10px 24px rgba(42, 28, 7, .18); transition: transform .3s cubic-bezier(.3, 1.5, .5, 1), box-shadow .3s; }
.disko-cover img { width: 100%; height: 100%; object-fit: cover; }
.disko-cover:hover, .disko-cover:focus-visible { transform: translateY(-6px) rotate(-1.5deg); box-shadow: 0 18px 34px rgba(42, 28, 7, .28); }
.disko-play { position: absolute; right: .5rem; bottom: .5rem; width: 2.4rem; height: 2.4rem; border-radius: 50%; background: #1DB954; display: grid; place-items: center; opacity: 0; transform: translateY(8px); transition: opacity .25s, transform .25s; box-shadow: 0 4px 12px rgba(0, 0, 0, .3); }
.disko-play svg { width: 60%; height: 60%; fill: #0b1f12; }
.disko-cover:hover .disko-play, .disko-cover:focus-visible .disko-play { opacity: 1; transform: none; }
.disko-neu { position: absolute; top: .5rem; left: .5rem; background: var(--gelb); color: var(--braun); font-size: .75rem; padding: .15rem .55rem; border-radius: 999px; box-shadow: 2px 2px 0 var(--braun); }
.disko-name { display: block; margin-top: .6rem; font-size: 1rem; line-height: 1.25; }
.disko-name small { display: block; font-size: .8rem; opacity: .7; }
.disko-meta { display: flex; align-items: center; justify-content: space-between; gap: .4rem; font-size: .8rem; opacity: .75; margin-top: .15rem; }
.disko-links { display: inline-flex; gap: .35rem; }
.disko-links a { display: inline-grid; place-items: center; width: 1.5rem; height: 1.5rem; }
.disko-links svg { width: 1.05rem; height: 1.05rem; fill: var(--braun); transition: fill .2s; }
.disko-links a:hover svg { fill: var(--rot); }
.disko-band { padding-top: 8px; margin-top: -8px; }
@media (min-width: 1081px) { .disko-band { cursor: auto; overflow: visible; } .disko-liste [data-klon] { display: none; } }
@media (max-width: 1080px) { .disko-liste { display: flex; width: max-content; } .disko-karte { width: clamp(150px, 20vw, 200px); flex: none; } }
@media (max-width: 620px) { .disko-karte { width: 42vw; } }

/* ---------- Spotify ---------- */
.spotify { margin-top: clamp(3rem, 7vw, 5rem); }
.spotify-titel { font-family: var(--display); font-weight: normal; text-transform: uppercase; font-size: clamp(2rem, 5vw, 3.2rem); line-height: 1.02; padding-top: .2em; margin: 0 0 1rem; color: #fff; text-shadow: var(--pb-schatten); }
.spotify-rahmen { position: relative; min-height: 352px; border-radius: var(--rund); overflow: hidden; background: #282828; box-shadow: 0 20px 50px rgba(42, 28, 7, .25); }
.spotify-rahmen.geladen { background: none; box-shadow: none; }
.spotify-rahmen iframe { display: block; width: 100%; height: 352px; border: 0; border-radius: var(--rund); }
.spotify-start { min-height: 352px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; padding: 2rem 1.5rem; text-align: center; color: var(--creme); }
.spotify-start p { margin: 0; max-width: 30rem; }
.spotify-logo { width: 56px; height: 56px; fill: #1DB954; animation: nicken 1.4s ease-in-out infinite alternate; }
.spotify-start .knopf { background: #1DB954; border-color: #1DB954; color: #0b1f12; font-size: 1.1rem; }
.spotify-start .knopf:hover { background: var(--gelb); border-color: var(--gelb); color: var(--braun); box-shadow: 4px 4px 0 #000; }
.spotify-link { display: inline-block; margin-top: .8rem; color: var(--braun); font-size: .95rem; }
.spotify-start .spotify-link { color: var(--gelb); }

/* ---------- Merch ---------- */
.merch { background: var(--gelb); padding: clamp(4rem, 9vw, 7rem) 0; }
.merch-intro { max-width: 36rem; font-size: 1.15rem; margin: 0 0 2.4rem; }
.merch-raster { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.4rem; }
@media (max-width: 620px) { .merch-raster { grid-template-columns: 1fr 1fr; gap: .7rem; } .produkt-text { padding: .7rem .7rem .9rem; } .produkt-name { font-size: 1rem; } .produkt-info { font-size: .8rem; } .produkt .knopf { padding: .45rem .8rem; font-size: .85rem; } .produkt-stempel { font-size: .6rem; right: -3rem; } }
.produkt { background: var(--creme); display: flex; flex-direction: column; }
.produkt-bild { position: relative; aspect-ratio: 1; background: #fff; overflow: hidden; }
.produkt-bild img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.produkt:hover .produkt-bild img { transform: scale(1.05); }
.produkt-bild.leer { display: grid; place-items: center; background: var(--braun); }
.produkt-bild.leer span { font-family: var(--display); font-size: 2.4rem; text-transform: uppercase; text-align: center; line-height: .95; padding: 1rem;  color: #fff; text-shadow: var(--pb-schatten);}
.produkt-stempel { position: absolute; top: 1rem; right: -2.6rem; transform: rotate(35deg); background: var(--rot); color: var(--creme); font-weight: 700; font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; padding: .3rem 3rem; }
.produkt-text { padding: 1.1rem 1.2rem 1.3rem; display: flex; flex-direction: column; gap: .2rem; flex: 1; }
.produkt-name { font-weight: 700; font-size: 1.2rem; }
.produkt-info { font-size: .95rem; opacity: .75; }
.produkt-preis { font-weight: 700; }
.produkt .knopf { margin-top: auto; align-self: flex-start; padding: .6rem 1.1rem; }
.produkt-text .knopf { margin-top: .9rem; }

/* ---------- About ---------- */
.about { padding: clamp(4rem, 9vw, 7rem) 0 0; background: var(--creme); overflow-x: clip; }
.about-kopf { text-align: center; max-width: 900px; }
.about-kopf .vorzeile { margin-bottom: 0; }
.about-lead { font-size: clamp(1.25rem, 2.4vw, 1.7rem); line-height: 1.45; margin: .4rem auto 0; max-width: 46rem; }
.about-raster { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(2rem, 6vw, 5rem); align-items: start; margin-top: clamp(3rem, 6vw, 4.5rem); }
.collage { position: relative; aspect-ratio: 5 / 7.4; max-width: 100%; }
.pol { position: absolute; background: #fff; padding: 9px 9px 30px; box-shadow: 0 14px 34px rgba(42, 28, 7, .25); object-fit: cover; object-position: 50% 25%; transition: transform .4s cubic-bezier(.3, 1.5, .5, 1); }
.pol:hover { z-index: 5; transform: rotate(0) scale(1.06); }
.c1 { width: 50%; aspect-ratio: 4 / 5; left: 0; top: 2%; transform: rotate(-6deg); }
.c2 { width: 42%; aspect-ratio: 4 / 5; right: 2%; top: 0; transform: rotate(5deg); z-index: 1; }
.c3 { width: 60%; aspect-ratio: 1; left: 18%; top: 29%; transform: rotate(-2deg); z-index: 2; }
.c4 { width: 42%; aspect-ratio: 4 / 5; left: 0; top: 60%; transform: rotate(4deg); z-index: 3; }
.c5 { width: 46%; aspect-ratio: 4 / 5; right: 0; top: 63%; transform: rotate(-5deg); z-index: 2; }
.sticker { height: auto; pointer-events: none; position: relative; z-index: 0; opacity: .9; }
.about-kopf > :not(.sticker), .about-text > :not(.sticker) { position: relative; z-index: 1; }
.about-kopf { position: relative; }
.about .s-links, .about .s-rechts { position: absolute; z-index: 2; top: clamp(-45px, -3vw, -25px); width: clamp(90px, 12vw, 150px); }
.s-links { left: max(1rem, 4vw); rotate: -8deg; animation: chillen 4s ease-in-out infinite; }
.s-rechts { right: max(1rem, 4vw); rotate: 8deg; }
.s-unten { display: block; width: clamp(120px, 14vw, 170px); margin: 2rem 0 0 auto; transform: rotate(6deg); }
.about-text > p { margin: 0 0 1.1rem; }
.versprechen { position: relative; margin: 0 0 1.5rem; background: var(--gelb); border-radius: var(--rund); padding: 1.6rem 1.6rem 1.4rem 4.2rem; }
.versprechen::before { content: "“"; position: absolute; left: 1rem; top: .2rem; font-family: Georgia, serif; font-size: 5rem; line-height: 1; color: var(--braun); opacity: .8; }
.versprechen-titel { display: block; font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: var(--rot); margin-bottom: .3rem; }
.versprechen p { margin: 0; font-size: 1.2rem; line-height: 1.5; }
.fotoband { margin-top: clamp(3.5rem, 7vw, 5rem); padding-block: 1.5rem 2.5rem; }
.fotoband-spur { display: flex; gap: 1.4rem; width: max-content; padding-inline: .7rem; }
.fotoband img { width: clamp(150px, 16vw, 210px); aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 20%; background: #fff; padding: 8px 8px 28px; border-radius: var(--rund-klein); box-shadow: 0 10px 24px rgba(42, 28, 7, .2); transition: transform .3s cubic-bezier(.3, 1.6, .5, 1); }
.fotoband img:nth-child(odd) { transform: rotate(-3deg); }
.fotoband img:nth-child(even) { transform: rotate(2.5deg) translateY(10px); }
.fotoband img:hover { transform: rotate(0) scale(1.08); }
@media (max-width: 760px) {
  .about-raster { grid-template-columns: minmax(0, 1fr); }
  .collage { width: min(100%, 420px); margin-inline: auto; }
      .versprechen { padding: 1.3rem 1.2rem 1.2rem 3.3rem; }
  .versprechen::before { font-size: 4rem; left: .7rem; }
}

/* ---------- Kontakt ---------- */
.kontakt { background: var(--gelb); padding: clamp(4rem, 9vw, 7rem) 0; overflow: hidden; }
.kontakt-gross { font-family: var(--display); font-weight: normal; text-transform: uppercase; font-size: clamp(3rem, 8vw, 6.5rem); line-height: 1.02; margin: 0 0 2rem; text-shadow: 0 6px 0 rgba(42, 28, 7, .12);  padding-top: .2em; color: #fff; text-shadow: var(--pb-schatten);}
.kontakt-raster { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 2rem; border-top: 2px solid var(--braun); padding-top: 1.6rem; }
.kontakt-raster a { font-weight: 700; font-size: 1.15rem; text-decoration: none; overflow-wrap: anywhere; }
.kontakt-raster a:hover { color: var(--rot); }
.sozial { display: flex; flex-wrap: wrap; gap: .3rem 1rem; }

/* ---------- Fuß ---------- */
.fuss { background: var(--braun); color: var(--creme); padding: 1.4rem 0; font-size: .9rem; }
.fuss-inhalt { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem; }

/* ---------- Deko-Bananen ---------- */
.deko { position: absolute; height: auto; pointer-events: none; }
.chiller { width: clamp(150px, 20vw, 280px); right: 3%; top: -70px; z-index: 2; animation: chillen 4s ease-in-out infinite; transform-origin: 30% 90%; }
@keyframes chillen { 50% { transform: rotate(-4deg) translateY(4px); } }
.noten { position: absolute; right: calc(3% + clamp(150px, 20vw, 280px) * .55); top: -40px; z-index: 2; pointer-events: none; }
.noten i { position: absolute; font-style: normal; font-size: 1.7rem; color: var(--braun); opacity: 0; animation: note 3.6s ease-out infinite; }
.noten i:nth-child(2) { animation-delay: 1.2s; left: 18px; }
.noten i:nth-child(3) { animation-delay: 2.4s; left: -14px; }
@keyframes note { 0% { opacity: 0; transform: translate(0, 0) rotate(0); } 20% { opacity: 1; } 100% { opacity: 0; transform: translate(-30px, -80px) rotate(-25deg); } }
.merch .wrap { position: relative; }
.staude { width: clamp(130px, 18vw, 250px); right: var(--rand); top: -1rem; transform-origin: 50% 80%; transition: transform .3s; }
.merch:hover .staude { animation: wackeln .8s ease-in-out; }
.kontakt .wrap { position: relative; }
.winker { width: clamp(90px, 12vw, 170px); right: var(--rand); top: -1rem; transform-origin: 50% 95%; animation: nicken 1.1s ease-in-out infinite alternate; }
@keyframes nicken { from { transform: rotate(-6deg); } to { transform: rotate(6deg) translateY(-4px); } }
@media (max-width: 700px) {
  .chiller { top: -40px; right: 2%; width: 130px; }
  .noten { display: none; }
  .staude { width: 110px; top: -.5rem; }
  .winker { width: 80px; top: -.5rem; }
}

/* Auftauchen beim Scrollen – Inhalt bleibt immer sichtbar */
[data-zeigen].bereit .titel, [data-zeigen].bereit .kontakt-gross, [data-zeigen].bereit .deko { transition: transform .8s cubic-bezier(.2, 1.4, .4, 1); }
[data-zeigen].bereit:not(.da) .titel, [data-zeigen].bereit:not(.da) .kontakt-gross { transform: translateY(24px); }
[data-zeigen].bereit:not(.da) .deko { transform: translateY(40px) rotate(-10deg) scale(.8); }

/* Bananenregen beim Ticket-Klick */
.regen { position: fixed; top: -80px; width: 46px; height: auto; z-index: 100; pointer-events: none; animation: fallen linear forwards; }
@keyframes fallen { to { transform: translateY(calc(100vh + 160px)) rotate(var(--r)); } }

/* ---------- Versteckte Gags ---------- */
.blase { position: absolute; left: 88%; top: 4%; margin: 0; width: max-content; max-width: 13rem; background: #fff; color: var(--braun); border: 2px solid var(--braun); border-radius: 1.2rem 1.2rem 1.2rem .2rem; padding: .45rem .8rem; font-size: 1rem; line-height: 1.3; text-align: left; box-shadow: 3px 3px 0 var(--braun); animation: blase-rein .35s cubic-bezier(.3, 1.7, .5, 1); z-index: 3; }
@keyframes blase-rein { from { transform: scale(.4) translate(-20px, 20px); opacity: 0; } }
@media (max-width: 620px) { .blase { left: 50%; right: auto; top: auto; bottom: calc(100% + .4rem); translate: -50% 0; max-width: 14rem; font-size: .9rem; text-align: center; border-radius: 1.2rem; } }
.magie-spotify { display: inline-block; margin-top: 1rem; background: var(--braun); color: var(--gelb); padding: .5rem 1rem; text-decoration: none; font-size: 1rem; animation: blase-rein .35s cubic-bezier(.3, 1.7, .5, 1); }
.hero-magie.tanzt .hero-duo { animation: party .23s ease-in-out infinite alternate; }
@keyframes party { from { transform: rotate(-7deg) translateY(0); } to { transform: rotate(7deg) translateY(-14px); } }
.hero-magie.ziert .hero-duo { animation: zieren .5s ease-in-out; }
@keyframes zieren { 20% { transform: translateX(-10px) rotate(-5deg); } 50% { transform: translateX(10px) rotate(5deg); } 80% { transform: translateX(-5px); } }
.toast { position: fixed; left: 50%; bottom: 1.5rem; transform: translateX(-50%); z-index: 120; background: var(--braun); color: var(--gelb); padding: .7rem 1.2rem; font-size: 1.1rem; box-shadow: 0 10px 30px rgba(0, 0, 0, .3); animation: blase-rein .35s cubic-bezier(.3, 1.7, .5, 1); max-width: calc(100% - 2rem); text-align: center; }
body.rutscht main { animation: rutschen 1.1s cubic-bezier(.3, 1.3, .5, 1); transform-origin: 10% 0; }
@keyframes rutschen { 15% { transform: rotate(-4deg) translateX(-30px); } 35% { transform: rotate(3deg) translateX(20px); } 60% { transform: rotate(-1.5deg); } 100% { transform: none; } }
body.reggae .kopf.fest, body.reggae .laufband { background: linear-gradient(to bottom, #C8102E 0 33.3%, #FFBB2F 33.3% 66.6%, #0B8A3E 66.6%); }
body.reggae .laufband-spur { color: #fff; text-shadow: 0 1px 2px #000; }
body.reggae .hero { background: linear-gradient(160deg, #0B8A3E, #FFBB2F 45%, #C8102E); }
body.reggae .hero::after { opacity: 0; }
body.reggae .hero-duo { animation: party .35s ease-in-out infinite alternate; }

/* ---------- Newsletter-Popup ---------- */
.nl { border: 0; padding: 2.4rem 0 0; background: none; overflow: visible; max-width: min(26rem, calc(100% - 2rem)); width: 100%; }
.nl::backdrop { background: rgba(42, 28, 7, .55); backdrop-filter: blur(3px); }
.nl[open] { animation: blase-rein .45s cubic-bezier(.3, 1.5, .5, 1); }
.nl-form { position: relative; background: var(--creme); color: var(--braun); border: 2px solid var(--braun); box-shadow: 6px 6px 0 var(--braun); padding: 1.8rem 1.5rem 1.5rem; display: flex; flex-direction: column; gap: .8rem; text-align: center; }
.nl-zu { position: absolute; top: .4rem; right: .6rem; background: none; border: 0; font-size: 2rem; line-height: 1; color: var(--braun); cursor: pointer; font-family: var(--body); }
.nl-banane { width: 56px; height: auto; margin: -3.4rem auto 0; background: var(--gelb); border: 2px solid var(--braun); border-radius: 50%; padding: .5rem; box-sizing: content-box; animation: nicken 1.1s ease-in-out infinite alternate; }
.nl-titel { font-family: var(--display); font-weight: normal; text-transform: uppercase; font-size: 2.3rem; line-height: 1.02; padding-top: .2em; margin: 0;  color: #fff; text-shadow: var(--pb-schatten);}
.nl-text { margin: 0; line-height: 1.45; }
.nl-feld { font: inherit; padding: .75rem .9rem; border: 2px solid var(--braun); background: #fff; color: var(--braun); width: 100%; }
.nl-feld:focus-visible { outline: 3px solid var(--gelb); outline-offset: 1px; }
.nl-ok { display: flex; gap: .55rem; align-items: flex-start; text-align: left; font-size: .9rem; line-height: 1.35; }
.nl-ok input { margin-top: .2rem; accent-color: var(--braun); width: 1.1rem; height: 1.1rem; flex: none; }
.nl-senden { justify-content: center; font-size: 1.1rem; }
.nl-danke { margin: 0; background: var(--gelb); padding: .6rem; }
.fuss-nl { background: none; border: 0; color: inherit; font: inherit; text-decoration: underline; cursor: pointer; padding: 0; }

/* ---------- Bewegung & Feinschliff ---------- */
.fortschritt { position: fixed; top: 0; left: 0; height: 3px; width: 100%; background: var(--braun); transform-origin: 0 50%; transform: scaleX(0); z-index: 60; pointer-events: none; }
.kopf { transition: background .25s, box-shadow .25s, padding .25s; }
.kopf.fest { padding-block: .45rem; }
.menue a:not(.menue-tickets) { position: relative; }
.menue a:not(.menue-tickets)::after { content: ""; position: absolute; left: 0; right: 0; bottom: -4px; height: 2px; background: currentColor; transform: scaleX(0); transform-origin: 0 50%; transition: transform .3s cubic-bezier(.3, 1.4, .5, 1); }
.menue a:hover::after, .menue a.aktiv::after { transform: scaleX(1); }
@media (max-width: 1080px) { .menue a::after { display: none; } }
.knopf { transition: transform .2s cubic-bezier(.3, 1.6, .5, 1), background .15s, color .15s, box-shadow .2s; }
.knopf:hover { box-shadow: 4px 4px 0 var(--braun); transform: translate(-2px, -2px); }
.knopf:active { transform: translate(1px, 1px); box-shadow: none; }
.js-bereit .einblenden:not(.sichtbar) { opacity: 0; translate: 0 34px; }
.einblenden { transition: opacity .7s ease, translate .8s cubic-bezier(.2, 1.3, .4, 1); transition-delay: calc(var(--i, 0) * 70ms); }
.live-fotos img { transition: transform .6s ease, filter .4s, opacity .7s ease, translate .8s cubic-bezier(.2, 1.3, .4, 1); }
.live-fotos img:hover { transform: scale(1.03); filter: brightness(1.08); }
.live-fotos { overflow: hidden; }
.band-liste img { transition: filter .3s, transform .4s cubic-bezier(.3, 1.5, .5, 1); }
.band-liste li:hover img { transform: translateY(-6px); }
.hero-inhalt { will-change: transform, opacity; }

/* ---------- Out now ---------- */
.out-now { display: flex; align-items: center; gap: .8rem; margin: 0 0 .6rem; }
.out-now-stempel { display: inline-block; background: var(--gelb); color: var(--braun); font-family: var(--display); text-transform: uppercase; font-size: 1.7rem; line-height: 1; padding: .45em .8em .25em; border-radius: 999px; box-shadow: 3px 3px 0 var(--braun); transform: rotate(-4deg); animation: stempel 2.4s ease-in-out infinite; }
@keyframes stempel { 0%, 100% { transform: rotate(-4deg) scale(1); } 50% { transform: rotate(-2deg) scale(1.08); } }
.out-now-info { font-size: 1.05rem; color: var(--rot); }
.out-now-stempel { white-space: nowrap; }

.stoerer { position: absolute; top: -1.4rem; right: -1.4rem; z-index: 2; width: clamp(88px, 11vw, 124px); aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; text-align: center; background: var(--gelb); color: var(--braun); font-family: var(--display); text-transform: uppercase; font-size: clamp(1.15rem, 1.6vw, 1.6rem); line-height: .95; padding: .6rem .5rem .3rem; box-shadow: 3px 3px 0 var(--braun), 0 10px 24px rgba(42, 28, 7, .25); border: 2px dashed rgba(42, 28, 7, .35); outline: 4px solid var(--gelb); rotate: 12deg; animation: stoerer 2.6s ease-in-out infinite; }
@keyframes stoerer { 0%, 100% { scale: 1; } 50% { scale: 1.08; } }
@media (max-width: 620px) { .stoerer { top: -1rem; right: -1rem; width: 80px; font-size: 1.05rem; } }

/* ---------- Runde Ecken ---------- */
.knopf, .menue .menue-tickets, .magie-spotify, .toast, .kino-yt { border-radius: 999px; }
.knopf { padding-inline: 1.6rem; }
.nl-form, .produkt, .playlist, .kino-bild, .hauptshow, .blase { border-radius: var(--rund); }
.produkt { overflow: hidden; }
.nl-feld { border-radius: 999px; padding-inline: 1.2rem; }
.musik-cover, .musik-cover img, .pol, .band-liste img, .reihe-bild { border-radius: var(--rund-klein); }
.live-fotos { border-radius: var(--rund); margin-inline: var(--rand); }
.live-fotos img { border-radius: 0; }
.hauptshow { margin: 1.5rem var(--rand) 0; }
@media (max-width: 760px) { .hauptshow { margin: 1rem .6rem 0; } .live-fotos { margin-inline: .6rem; } }

.kopf-logo span { white-space: nowrap; }
.kopf-logo { flex: none; margin-right: 1rem; }
.sprache { flex: none; }
@media (max-width: 620px) {
  .hero-claim { letter-spacing: .06em; font-size: .72rem; }
  .kopf-logo span { font-size: 1.05rem; }
}
@media (max-width: 420px) { .kopf-logo span { display: none; } }

.kino-ersatz { position: absolute; inset: 0; z-index: 3; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; padding: 1.5rem; text-align: center; background: rgba(20, 13, 3, .82); backdrop-filter: blur(4px); animation: video-rein .4s ease both; }
.kino-ersatz p { margin: 0; max-width: 28rem; color: var(--creme); }
.kino-ersatz .knopf { background: var(--gelb); color: var(--braun); border-color: var(--gelb); font-size: 1.1rem; }

/* ---------- Sprachschalter ---------- */
.sprache { margin-left: auto; margin-right: 1.4rem; display: inline-flex; border: 1.5px solid currentColor; border-radius: 999px; padding: 2px; background: none; color: var(--braun); cursor: pointer; font-size: .85rem; line-height: 1; order: 2; }
.sprache span { padding: .3rem .55rem; border-radius: 999px; transition: background .2s, color .2s; }
.sprache span.aktiv { background: var(--braun); color: var(--gelb); }
.sprache:hover span:not(.aktiv) { background: rgba(42, 28, 7, .1); }
.kopf.fest .sprache { color: var(--creme); }
.kopf.fest .sprache span.aktiv { background: var(--gelb); color: var(--braun); }
.menue { order: 3; }
.menue-knopf { order: 4; }
@media (max-width: 1080px) { .sprache { margin-right: .6rem; position: relative; z-index: 2; } .kopf.offen .sprache { color: var(--braun); } .kopf.offen .sprache span.aktiv { background: var(--braun); color: var(--gelb); } }

/* ---------- Ticket-Buttons: beim Draufgehen gelb ---------- */
.termin .knopf:hover, .termin .knopf:focus-visible, .termin .knopf:active,
.menue .menue-tickets:hover, .menue .menue-tickets:focus-visible, .menue .menue-tickets:active,
.kopf.fest .menue .menue-tickets:hover, .kopf.fest .menue .menue-tickets:focus-visible,
.hauptshow .knopf:hover, .hauptshow .knopf:focus-visible, .hauptshow .knopf:active { background: var(--gelb); border-color: var(--gelb); color: var(--braun); box-shadow: 4px 4px 0 var(--braun); }
.kopf.fest .menue .menue-tickets:hover, .hauptshow .knopf:hover { box-shadow: 4px 4px 0 var(--creme); }

/* ---------- Impressum-Fenster ---------- */
.imp { border: 0; padding: 0; background: none; width: min(46rem, calc(100% - 2rem)); max-height: calc(100vh - 3rem); max-height: calc(100dvh - 3rem); }
.imp::backdrop { background: rgba(42, 28, 7, .6); backdrop-filter: blur(3px); }
.imp[open] { animation: blase-rein .4s cubic-bezier(.3, 1.4, .5, 1); }
.imp-kasten { position: relative; background: var(--creme); color: var(--braun); border-radius: var(--rund); padding: 2rem clamp(1.2rem, 4vw, 2.5rem) 2.5rem; }
.imp-h { font-family: var(--display); font-weight: normal; text-transform: uppercase; font-size: clamp(2rem, 6vw, 3rem); line-height: 1.02; padding-top: .2em; margin: 0 0 1rem; color: #fff; text-shadow: var(--pb-schatten); }
.imp-h ~ .imp-h { margin-top: 2.5rem; }
.imp-kasten h3 { font-size: 1.1rem; margin: 1.6rem 0 .3rem; }
.imp-kasten p { margin: 0 0 .8rem; line-height: 1.55; }

/* ---------- Handy: alles mittig ---------- */
@media (max-width: 620px) {
  main, .fuss { text-align: center; }
  .knoepfe, .out-now, .sozial, .videos-kopf, .fuss-inhalt { justify-content: center; }
  .videos-kopf { flex-direction: column; align-items: center; }
  .hauptshow-zeile { align-items: center; }
  .termin { grid-template-columns: 1fr; justify-items: center; gap: .6rem; }
  .termin-datum, .termine-alt .termin-datum { background: none; padding: 0; min-width: 0; font-size: 1.9rem; text-shadow: var(--pb-schatten); }
  .termin-datum small { color: var(--rot); }
  .termin > :last-child:not(:nth-child(2)) { grid-column: auto; justify-self: center; }
  .kontakt-raster { justify-items: center; }
  .produkt-text { align-items: center; }
  .produkt .knopf { align-self: center; }
  .disko-meta { flex-direction: column; }
  .versprechen { padding: 3.2rem 1.2rem 1.3rem; }
  .versprechen::before { left: 50%; translate: -50% 0; top: .1rem; }
  .s-unten { margin-inline: auto; }
  .kino-leiste { justify-content: center; }
  .reihe-karte { text-align: center; }
  .imp-kasten, .nl-ok { text-align: left; }
  .live-fotos { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 8px; padding-inline: 1rem; scrollbar-width: none; border-radius: 0; margin-inline: 0; }
  .live-fotos img, .live-fotos .lf-halle, .live-fotos .lf-publikum, .live-fotos .lf-buehne, .live-fotos .lf-leinwand, .live-fotos .lf-person { flex: 0 0 82%; height: 300px; scroll-snap-align: center; border-radius: var(--rund-klein); grid-column: auto; grid-row: auto; }
  .musik-cover { max-width: 230px; margin-inline: auto; }
  .out-now { flex-direction: column; gap: .5rem; }
  .out-now-stempel { font-size: 1.35rem; }
}

/* ---------- Unterseiten ---------- */
.seite { padding: 7rem 0 4rem; min-height: 80vh; }
.seite h1 { font-family: var(--display); font-weight: normal; text-transform: uppercase; font-size: clamp(3rem, 9vw, 5.5rem); line-height: 1.02; margin: 0 0 1.5rem;  padding-top: .2em; color: #fff; text-shadow: var(--pb-schatten);}
.seite h2 { font-size: 1.2rem; margin: 2rem 0 .3rem; }
.seite .wrap { max-width: 780px; }
.seite .kopf-logo { opacity: 1; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}

/* Palmen auf allen gelben Flächen (wie im Hero, nur dezenter) */
.merch, .kontakt { position: relative; isolation: isolate; }
.merch::before, .kontakt::before { content: ""; position: absolute; inset: 0; z-index: -1; background: url("../img/dschungel.jpg") center 35% / cover no-repeat; opacity: .32; mix-blend-mode: multiply; pointer-events: none; }
.kontakt::before { background-position: center 80%; transform: scaleX(-1); }
@media (max-width: 1080px) {
  .menue::before { content: ""; position: absolute; inset: 0; z-index: -1; background: url("../img/dschungel.jpg") center 60% / cover no-repeat; opacity: .3; mix-blend-mode: multiply; pointer-events: none; }
  .menue { isolation: isolate; }
}
