/* =============================================
   SUNDAZE – Electronic Music Festival
   Stylesheet | Font: Black Ops One + Arial
   ============================================= */

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

@font-face {
  font-family: 'Black Ops One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/black-ops-one-v21-latin.woff2') format('woff2');
}

:root {
  --yellow:    #ffd90e;
  --black:     #080808;
  --dark:      #111111;
  --dark2:     #1a1a1a;
  --dark3:     #242424;
  --white:     #ffffff;
  --grey:      #999999;
  --font-display: 'Black Ops One', Arial Black, sans-serif;
  --font-body:    Arial, Helvetica, sans-serif;
  --pad: clamp(3rem, 8vw, 6rem) clamp(1.2rem, 5vw, 3rem);
}

html { scroll-behavior: smooth; }
body { background: var(--black); color: var(--white); font-family: var(--font-body); line-height: 1.6; overflow-x: hidden; }
img  { max-width: 100%; height: auto; display: block; }
a    { color: inherit; text-decoration: none; }
ul   { list-style: none; }
button { font-family: inherit; }
.accent { color: var(--yellow); }

/* ---- ACCESSIBILITY: Skip-Link & Fokus ---- */
.skip-link {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 9999;
  background: var(--yellow);
  color: var(--black);
  padding: .8rem 1.5rem;
  font-family: var(--font-display);
  font-size: .8rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  transition: top .2s ease;
}
.skip-link:focus {
  top: 0;
}
a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--yellow);
  outline-offset: 3px;
}

/* ---- BUTTONS ---- */
.btn {
  display: inline-block;
  padding: .75rem 1.8rem;
  font-family: var(--font-display);
  font-size: .85rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all .25s ease;
  white-space: nowrap;
  background: none;
}
.btn--primary  { background: var(--yellow); color: var(--black); border-color: var(--yellow); }
.btn--primary:hover { background: transparent; color: var(--yellow); }
.btn--outline  { color: var(--yellow); border-color: var(--yellow); }
.btn--outline:hover { background: var(--yellow); color: var(--black); }
.btn--small { font-size: .75rem; padding: .5rem .8rem; }

/* ---- SECTION TITLE ---- */
.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 5vw, 3.8rem);
  text-align: center;
  letter-spacing: .12em;
  margin-bottom: clamp(1.2rem, 4vw, 2rem);
}
.section-title::after {
  content: '';
  display: block;
  width: 70px; height: 3px;
  background: var(--yellow);
  margin: .6rem auto 0;
}

.divider {
  width: 100%; height: 2px;
  background: linear-gradient(90deg, transparent, var(--yellow), transparent);
  opacity: .5;
}

.reveal-item { opacity: 0; transform: translateY(24px); transition: opacity .55s ease, transform .55s ease; }
.reveal-item.revealed { opacity: 1; transform: translateY(0); }


/* =============================================   NAV   */
.nav {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: .8rem 3rem;
  background: rgba(8,8,8,.97);
  box-shadow: 0 2px 20px rgba(255,217,14,.08);
  transition: padding .3s;
}
.nav--scrolled { padding: .5rem 3rem; box-shadow: 0 2px 20px rgba(255,217,14,.15); }

.nav__logo { display: flex; flex-direction: column; line-height: 1; z-index: 102; cursor: pointer; }
.nav__logo-img { height: 28px; width: auto; display: block; }

.nav__links { display: flex; gap: 1.8rem; }
.nav__links a { font-family: var(--font-display); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; transition: color .2s; }
.nav__links a:hover { color: var(--yellow); }

.nav__burger { display: none; background: none; border: none; color: var(--yellow); font-size: 1.6rem; cursor: pointer; z-index: 102; }

/* Burger-Menü erscheint früher (bei mehr Nav-Punkten braucht's mehr Platz) */
@media (max-width: 1300px) {
  .nav { padding: .8rem 1.2rem; }
  .nav--scrolled { padding: .5rem 1.2rem; }
  .nav__burger { display: block; }
  .nav__links {
    display: none; position: fixed; inset: 0;
    background: rgba(8,8,8,.98);
    flex-direction: column; align-items: center; justify-content: center;
    gap: 2.2rem; z-index: 100;
  }
  .nav__links.nav__links--open { display: flex; }
  .nav__links a { font-size: 1.15rem; }
}


/* =============================================   HERO   */
.hero {
  position: relative;
  min-height: 100vh; min-height: 100dvh;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; padding-top: 90px; padding-bottom: 2rem;
}
.hero__bg {
  position: absolute; inset: 0;
  background-color: #0d0d0d;
  background-image: url('bilder/hero-background.webp');
  background-size: cover;
  background-position: center 45%;
  background-repeat: no-repeat;
}
.hero__bg::before {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 45%;
  background: linear-gradient(to top, #080808 0%, rgba(8,8,8,.85) 40%, transparent 100%);
  z-index: 1;
}
.hero__bg::after { content: ''; position: absolute; inset: 0; background: rgba(8,8,8,.45); }

.hero__content { position: relative; z-index: 2; padding: 0 clamp(1.2rem,5vw,3rem); max-width: 950px; width: 100%; }

.hero__date-label { font-family: var(--font-display); font-size: clamp(1.1rem,3vw,1.6rem); color: var(--yellow); letter-spacing: .1em; margin-bottom: .15rem; }
.hero__title      { font-family: var(--font-display); font-size: clamp(1.8rem,7vw,5.5rem); line-height: .9; letter-spacing: .04em; text-shadow: 0 0 60px rgba(255,217,14,.2); margin-bottom: .3rem; }
.hero__venue      { font-size: clamp(.75rem,1.6vw,1rem); color: var(--yellow); letter-spacing: .2em; text-transform: uppercase; margin-bottom: 1.6rem; opacity: .85; }

.hero__cta { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.2rem; }

.hero__calendar { margin-bottom: 1.6rem; }
.btn--calendar {
  display: inline-flex; align-items: center; gap: .5rem;
  background: transparent;
  border: 1px solid rgba(255,217,14,.35);
  color: var(--grey);
  font-family: var(--font-body);
  font-size: .8rem;
  letter-spacing: .05em;
  text-transform: none;
  padding: .5rem 1.2rem;
}
.btn--calendar:hover { border-color: var(--yellow); color: var(--yellow); background: rgba(255,217,14,.05); }
.btn--calendar .cal-icon { width: 16px; height: 16px; }

.hero__social { display: flex; gap: 1.5rem; flex-wrap: wrap; margin-bottom: 1.8rem; }
.social-link  { font-size: .82rem; color: var(--grey); letter-spacing: .05em; transition: color .2s; }
.social-link:hover { color: var(--yellow); }

/* Countdown block - breaks out of content max-width to center on full hero width */
.hero__countdown-block {
  border-top: 1px solid rgba(255,217,14,.2);
  padding-top: 1.6rem;
  text-align: center;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: 1rem;
  padding-right: 1rem;
}
.hero__countdown { display: flex; align-items: center; justify-content: center; gap: .5rem; }
.countdown__item { text-align: center; }
.countdown__num {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.6rem,4.5vw,2.6rem);
  color: var(--yellow);
  line-height: 1;
  min-width: 2ch;
  font-weight: bold;
}
.countdown__label { font-size: .56rem; letter-spacing: .15em; text-transform: uppercase; color: var(--grey); }
.countdown__sep   { font-family: var(--font-display); font-size: clamp(1.2rem,3vw,1.8rem); color: var(--yellow); opacity: .5; margin-bottom: .8rem; }
.countdown__live  { font-family: var(--font-display); font-size: 1.3rem; color: var(--yellow); letter-spacing: .1em; line-height: 1.4; }

.hero__scroll { position: absolute; bottom: 1.2rem; left: 50%; transform: translateX(-50%); z-index: 2; color: var(--yellow); font-size: 1.3rem; animation: bounce 2s infinite; }
@keyframes bounce { 0%,100%{transform:translateX(-50%) translateY(0)} 50%{transform:translateX(-50%) translateY(8px)} }


/* =============================================   SUNDAZE UNIVERSUM SLIDER   */
.universum { padding: var(--pad); background: var(--dark); }
.universum__intro {
  text-align: center; color: var(--grey); font-size: .95rem;
  max-width: 600px; margin: 0 auto clamp(2rem,5vw,3rem);
}

.universum__slider {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--dark3);
  border-radius: 4px;
}

.universum__track {
  display: flex;
  transition: transform .45s ease;
  /* Each slide must be exactly 100% of the slider width */
  will-change: transform;
}

/* Each slide = exactly one viewport width of the slider container */
.universum__slide {
  flex: 0 0 100%;
  width: 100%;
  min-width: 0; /* prevent flex blowout */
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 380px;
  background: var(--dark2);
  box-sizing: border-box;
}

.universum__slide-img {
  background: var(--dark3);
  display: flex; align-items: center; justify-content: center;
  position: relative;
  min-height: 260px;
  overflow: hidden;
}
.universum__slide-img--main { background: linear-gradient(135deg, #1a1500, #0d0d00); }
.universum__slide-img img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.universum__slide-img--main img { object-fit: contain; padding: 1.2rem; box-sizing: border-box; }

.universum__slide-content {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  display: flex; flex-direction: column; justify-content: center;
  min-width: 0;
}
.universum__badge {
  display: inline-block;
  background: rgba(255,217,14,.12);
  color: var(--yellow);
  font-size: .68rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: .25rem .8rem;
  border: 1px solid rgba(255,217,14,.3);
  margin-bottom: 1rem;
  width: fit-content;
}
.universum__slide-title {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 3vw, 1.9rem);
  letter-spacing: .06em;
  margin-bottom: .5rem;
}
.universum__slide-date {
  color: var(--yellow);
  font-size: .85rem;
  letter-spacing: .05em;
  margin-bottom: 1rem;
}
.universum__slide-text {
  color: var(--grey);
  font-size: .88rem;
  line-height: 1.6;
  margin-bottom: 1.4rem;
}
.universum__slide-cta { width: fit-content; }

/* "Mehr folgt" slide */
.universum__slide--more {
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--dark2), #000);
}
.universum__slide-more-inner { text-align: center; padding: 2rem; max-width: 400px; }
.universum__more-icon {
  display: block;
  font-family: var(--font-display);
  font-size: 3rem;
  color: var(--yellow);
  margin-bottom: 1rem;
  opacity: .6;
}

/* Slider nav arrows */
.universum__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(8,8,8,.7);
  border: 1px solid var(--yellow);
  color: var(--yellow);
  width: 42px; height: 42px;
  border-radius: 50%;
  font-size: 1.4rem;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  z-index: 5;
  transition: background .2s;
}
.universum__nav:hover { background: var(--yellow); color: var(--black); }
.universum__nav--prev { left: 1rem; }
.universum__nav--next { right: 1rem; }

/* Dots */
.universum__dots {
  display: flex; justify-content: center; gap: .6rem;
  margin-top: 1.5rem;
}
.universum__dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  border: 1px solid var(--yellow);
  background: transparent;
  cursor: pointer;
  padding: 0;
  position: relative;
}
.universum__dot::after {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  width: 32px; height: 32px;
  transform: translate(-50%, -50%);
}
.universum__dot--active { background: var(--yellow); }


/* =============================================   LINEUP   */
.lineup { padding: var(--pad); background: var(--black); }

.lineup__teaser {
  display: flex; gap: 0; max-width: 900px; margin: 0 auto 2.5rem;
  border: 1px solid var(--dark3);
  overflow: hidden;
}
.lineup__teaser-day { flex: 1; padding: 2rem 1.5rem; }
.lineup__teaser-day:first-child { border-right: 1px solid var(--dark3); }
.lineup__teaser-date { font-family: var(--font-display); font-size: clamp(.9rem,2vw,1.1rem); letter-spacing: .08em; margin-bottom: 1.2rem; }

.teaser-slot {
  display: flex; align-items: baseline; gap: 1rem;
  padding: .45rem 0;
  border-bottom: 1px solid rgba(255,255,255,.04);
}
.teaser-slot:last-child { border-bottom: none; }
.teaser-slot__time { font-family: var(--font-body); font-weight: bold; font-size: .8rem; color: var(--yellow); letter-spacing: .02em; min-width: 78px; }
.teaser-slot__name { font-family: var(--font-display); font-size: clamp(.8rem,1.5vw,.95rem); letter-spacing: .06em; }

.lineup__toggle-wrap { text-align: center; margin-bottom: 0; }

.lineup__full { max-height: 0; overflow: hidden; transition: max-height .6s ease; }
.lineup__full--open { max-height: 9999px; }

.lineup__day { margin-top: 3.5rem; }
.lineup__day-title { font-family: var(--font-display); font-size: clamp(1.1rem,3vw,1.5rem); letter-spacing: .08em; margin-bottom: 1.5rem; padding-bottom: .6rem; border-bottom: 1px solid var(--dark3); }

.lineup__grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 1rem; }

.lineup__day-intro { font-size: .88rem; color: var(--grey); text-align: center; max-width: 640px; margin: -.8rem auto 1.5rem; }
.lineup__grid--warmup { grid-template-columns: repeat(3,1fr); max-width: 760px; margin: 0 auto; }

.artist-card { background: var(--dark2); border: 1px solid var(--dark3); overflow: hidden; transition: transform .3s, box-shadow .3s, border-color .3s; }
.artist-card:hover { transform: translateY(-5px); box-shadow: 0 12px 40px rgba(255,217,14,.18); border-color: var(--yellow); }

.artist-card__img {
  width: 100%; aspect-ratio: 3/4;
  background: var(--dark3);
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.artist-card__img img { width: 100%; height: 100%; object-fit: cover; object-position: center top; position: absolute; inset: 0; }
.img-upload-hint { text-align: center; color: #555; font-size: .72rem; line-height: 1.6; padding: 1rem; z-index: 1; border: 1px dashed #333; margin: 1rem; }
.img-upload-hint small { color: #444; font-size: .62rem; }
.artist-card__img::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 45%; background: linear-gradient(to top, var(--dark2), transparent); pointer-events: none; z-index: 2; }

.artist-card__info { padding: .9rem .8rem; }
.artist-card__time { font-size: .75rem; color: var(--yellow); letter-spacing: .04em; margin-bottom: .3rem; font-family: var(--font-body); font-weight: bold; }
.artist-card__name { font-family: var(--font-display); font-size: clamp(.65rem,1.1vw,.9rem); letter-spacing: .07em; color: var(--yellow); margin-bottom: .25rem; }
.artist-card__genre { font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; color: var(--grey); display: block; margin-bottom: .6rem; }
.artist-card__bio { font-size: .75rem; color: #777; line-height: 1.5; }

/* Social-/Streaming-Links unter dem Pressetext */
.artist-card__links { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: .7rem; }
.artist-card__link {
  font-family: var(--font-display); font-size: .6rem; letter-spacing: .06em;
  color: var(--black); background: var(--yellow);
  padding: .35rem .6rem; border-radius: 3px;
  text-decoration: none; transition: opacity .2s, transform .2s;
}
.artist-card__link:hover { opacity: .85; transform: translateY(-1px); }

/* Warm-up DJs Card - visuell abgehoben */
.artist-card--warmup {
  background: linear-gradient(160deg, rgba(255,217,14,.08), var(--dark2) 60%);
  border: 1px solid var(--yellow);
  box-shadow: 0 0 0 1px rgba(255,217,14,.15);
}
.artist-card--warmup:hover {
  box-shadow: 0 12px 40px rgba(255,217,14,.3), 0 0 0 1px rgba(255,217,14,.3);
}
.artist-card--warmup .artist-card__img { background: linear-gradient(160deg, rgba(255,217,14,.12), var(--dark3) 70%); }
.artist-card__workshop-icon { font-size: 2.6rem; z-index: 1; }
.artist-card__badge {
  display: inline-block;
  background: var(--yellow);
  color: var(--black);
  font-family: var(--font-display);
  font-size: .58rem;
  letter-spacing: .1em;
  padding: .25rem .55rem;
  border-radius: 3px;
  margin-bottom: .5rem;
}


/* =============================================   FESTIVAL INFO   */
.info { padding: var(--pad); background: var(--dark); }
.info__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; max-width: 1000px; margin: 0 auto; }

/* Neues Layout: WANN oben voll, WO+WAS nebeneinander, EINTRITT unten voll */
.info__grid--new { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; max-width: 1000px; margin: 0 auto; }
.info-card--full { grid-column: 1 / -1; }

.info-card {
  background: var(--dark2); border: 1px solid var(--dark3);
  padding: 2rem 1.5rem; text-align: center;
  transition: border-color .3s, box-shadow .3s;
  min-width: 0;
}
.info-card:hover { border-color: var(--yellow); box-shadow: 0 8px 30px rgba(255,217,14,.1); }
.info-card--highlight { border-color: var(--yellow); background: linear-gradient(135deg,var(--dark2),#1f1a00); }

.info-card__icon  { font-size: 2rem; margin-bottom: 1rem; }
.info-card__title { font-family: var(--font-display); font-size: .9rem; letter-spacing: .1em; color: var(--yellow); margin-bottom: .8rem; }
.info-card--highlight .info-card__title {
  font-size: clamp(1.1rem,2.5vw,1.4rem);
  text-shadow: 0 0 16px rgba(255,217,14,.4);
}
.info-card p      { font-size: .86rem; color: var(--grey); margin-bottom: .2rem; }
.info-card ul     { text-align: left; display: inline-block; }
.info-card ul li  { font-size: .82rem; color: var(--grey); padding: .2rem 0 .2rem 1rem; position: relative; }
.info-card ul li::before { content: '▸'; position: absolute; left: 0; color: var(--yellow); }

/* Samstag-Aktivitäten (Workshops & Bierpong) – kompakte Liste */
.info-activities { display: flex; flex-direction: column; gap: .6rem; margin-top: 1rem; text-align: left; }
.info-activity {
  display: flex; align-items: center; gap: .7rem;
  background: rgba(255,217,14,.05);
  border: 1px solid var(--dark3);
  border-radius: 6px;
  padding: .6rem .9rem;
  min-width: 0;
}
.info-activity__icon { font-size: 1.2rem; line-height: 1; flex-shrink: 0; }
.info-activity__name { font-family: var(--font-body); font-size: .82rem; letter-spacing: .02em; color: var(--white); flex: 1; min-width: 0; }
.info-activity__sub { font-size: .78em; color: var(--grey); }
.info-activity__time { font-size: .68rem; color: var(--yellow); font-weight: bold; letter-spacing: .02em; white-space: nowrap; }

/* Doppel-Datum-Icon */
.info-date {
  display: flex; flex-direction: column; align-items: center;
  background: rgba(255,217,14,.08);
  border: 1px solid rgba(255,217,14,.3);
  border-radius: 6px;
  width: 52px; padding: .4rem 0;
}
.info-date__month { font-size: .55rem; letter-spacing: .1em; color: var(--yellow); text-transform: uppercase; }
.info-date__day   { font-family: var(--font-display); font-size: 1.3rem; color: var(--white); line-height: 1.1; }
.info-date__week  { font-size: .55rem; letter-spacing: .08em; color: var(--grey); }

/* Schedule columns – Festival Info "Wann?" card with 2 days */

.schedule-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  text-align: left;
}
.schedule-col { text-align: center; }
.schedule-col .info-date { margin: 0 auto .8rem; }
.schedule-col p { text-align: center; }


/* =============================================   5 JAHRE (Badge wird in EINTRITT & JUBILÄUM unten verwendet) */
.jubilaeum__badge {
  width: clamp(130px,18vw,180px); height: clamp(130px,18vw,180px);
  border: 4px solid var(--yellow); border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  flex-shrink: 0;
  animation: pulse-ring 3s infinite ease-in-out;
}
@keyframes pulse-ring {
  0%,100%{ box-shadow: 0 0 30px rgba(255,217,14,.3),0 0 80px rgba(255,217,14,.1); }
  50%    { box-shadow: 0 0 50px rgba(255,217,14,.5),0 0 120px rgba(255,217,14,.2); }
}
.jubilaeum__number { font-family: var(--font-display); font-size: clamp(2.5rem,9vw,7rem); color: var(--yellow); line-height: 1; }


/* =============================================   EINTRITT & JUBILÄUM   */
.eintritt-jubilaeum {
  padding: var(--pad);
  background: linear-gradient(135deg, var(--black) 0%, var(--dark) 100%);
}
.eintritt-jubilaeum__container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.eintritt-jubilaeum__left {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.eintritt-jubilaeum__title {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 4vw, 2.8rem);
  letter-spacing: .08em;
  line-height: 1.2;
  margin: 0;
}
.eintritt-jubilaeum__left p {
  font-size: .95rem;
  color: var(--grey);
  line-height: 1.7;
  margin: 0;
}

.eintritt-box {
  background: var(--dark2);
  border: 2px solid var(--yellow);
  border-radius: 8px;
  padding: 2rem;
  text-align: center;
  transition: border-color .3s, box-shadow .3s;
}
.eintritt-box:hover {
  box-shadow: 0 12px 40px rgba(255,217,14,.2);
}
.eintritt-box__icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.eintritt-box__title {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 3vw, 2rem);
  letter-spacing: .12em;
  color: var(--yellow);
  margin: 0 0 1rem 0;
}
.eintritt-box__text {
  font-size: .9rem;
  color: var(--grey);
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 900px) {
  .hero__bg {
    background-image: url('bilder/hero-background-mobile.webp');
    background-position: center 30%;
  }

  .eintritt-jubilaeum__container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .eintritt-jubilaeum__left {
    align-items: center;
    text-align: center;
  }

  .lineup__teaser { flex-direction: column; }
  .lineup__teaser-day:first-child { border-right: none; border-bottom: 1px solid var(--dark3); }
}
/* 
  So funktioniert das Progressive Reveal System:

  WICHTIG: Es gibt 2 Stellen pro DJ, die beide angepasst werden müssen!
  1. Die TEASER-ZEILE (immer sichtbar, oben in der Kurzübersicht)
  2. Die ARTIST-CARD (im aufklappbaren Detail-Bereich)

  TEASER-ZEILE verstecken / TBA anzeigen:
  Suche die Zeile, z.B.:
    <div class="teaser-slot"><span class="teaser-slot__time">18:00</span><span class="teaser-slot__name">SAM COX</span></div>
  Ändere zu (Klasse hinzufügen + Namen durch TBA ersetzen):
    <div class="teaser-slot teaser-slot--tba"><span class="teaser-slot__time">18:00</span><span class="teaser-slot__name">TBA</span></div>

  ARTIST-CARD verstecken:
  Suche die Karte, z.B.:
    <div class="artist-card reveal-item">
  Ändere zu:
    <div class="artist-card artist-card--hidden reveal-item">

  ANKÜNDIGEN (later): Einfach die Original-Werte wiederherstellen
  (Klasse entfernen, echten Namen wieder eintragen)!
*/

.artist-card--hidden {
  display: none !important;
}

.teaser-slot--tba .teaser-slot__name {
  color: #777;
  font-style: italic;
}

/* Alternativ kannst du auch ein Placeholder-System nutzen: */
.artist-card--tba {
  opacity: .5;
  pointer-events: none;
}
.artist-card--tba .artist-card__name::after {
  content: " (TBA)";
  font-size: .7em;
  color: var(--yellow);
}


/* =============================================   RÜCKBLICK   */
.rueckblick { padding: var(--pad); background: var(--black); }

.rueckblick__year { margin-bottom: 3rem; }
.rueckblick__year-title { font-family: var(--font-display); font-size: clamp(1rem,2.5vw,1.3rem); letter-spacing: .08em; margin-bottom: 1.5rem; padding-bottom: .6rem; border-bottom: 1px solid var(--dark3); }

.rueckblick__row { display: grid; grid-template-columns: 1fr 2fr; gap: 1.5rem; align-items: start; }

.poster-placeholder {
  background: var(--dark2); border: 1px dashed var(--dark3);
  aspect-ratio: 2/3;
  width: auto; margin: 0 auto;
  display: flex; align-items: center; justify-content: center;
}
.poster-placeholder--filled { border: none; padding: 0; overflow: hidden; }
.poster-placeholder--filled img { width: 100%; height: 100%; object-fit: cover; }

.video-wrapper { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; background: #000; }
.video-wrapper iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; }
.video-wrapper--placeholder { background: var(--dark2); border: 1px dashed var(--dark3); display: flex; align-items: center; justify-content: center; padding-bottom: 56.25%; }
.video-wrapper--placeholder .img-upload-hint { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); margin: 0; }
.rueckblick__video-caption { font-size: .75rem; color: var(--grey); margin-top: .6rem; letter-spacing: .05em; }

.rueckblick__older { max-height: 0; overflow: hidden; transition: max-height .7s ease; }
.rueckblick__older--open { max-height: 9999px; }

.rueckblick__cta { text-align: center; margin-top: 1rem; }


/* =============================================   ANFAHRT   */
.anfahrt { padding: var(--pad); background: var(--dark); }
.anfahrt__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; max-width: 1100px; margin: 0 auto; align-items: center; }

.route { display: flex; align-items: flex-start; gap: 1.2rem; margin-bottom: 2rem; }
.route__icon  { font-size: 1.8rem; flex-shrink: 0; margin-top: .2rem; }
.route__title { font-family: var(--font-display); font-size: .88rem; letter-spacing: .1em; color: var(--yellow); margin-bottom: .4rem; }
.route p      { font-size: .86rem; color: var(--grey); line-height: 1.5; }

.anfahrt__map {
  background: var(--dark2); border: 1px solid var(--dark3); overflow: hidden;
  aspect-ratio: 4/3; position: relative;
}
.anfahrt__map-iframe {
  width: 100%; height: 100%;
  border: 0;
  filter: grayscale(15%) contrast(1.05);
}

/* Klick-zum-Laden Platzhalter (Google Maps, Instagram) */
.embed-consent {
  width: 100%; height: 100%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 1rem; padding: 2rem;
  text-align: center;
}
.embed-consent__text { font-size: .8rem; color: var(--grey); max-width: 380px; line-height: 1.5; }
.embed-consent__text a { color: var(--yellow); text-decoration: underline; }
.instagram-embed-wrapper .embed-consent {
  background: var(--dark2); border: 1px solid var(--dark3); border-radius: 8px;
  min-height: 300px; width: 100%;
}


/* =============================================   FAQ   */
.faq { padding: var(--pad); background: var(--black); }
.faq__list { max-width: 800px; margin: 0 auto; }

.faq__item { border-bottom: 1px solid var(--dark3); }
.faq__item:first-child { border-top: 1px solid var(--dark3); }

.faq__question {
  width: 100%; background: none; border: none; color: var(--white);
  font-family: var(--font-display); font-size: clamp(.85rem,2vw,1rem);
  letter-spacing: .06em; text-align: left; padding: 1.2rem 0;
  cursor: pointer; display: flex; justify-content: space-between; align-items: center;
  gap: 1rem; transition: color .2s;
}
.faq__question:hover { color: var(--yellow); }
.faq__item--open .faq__question { color: var(--yellow); }

.faq__arrow { flex-shrink: 0; transition: transform .3s; font-size: .75rem; }
.faq__item--open .faq__arrow { transform: rotate(180deg); }

.faq__answer { max-height: 0; overflow: hidden; transition: max-height .4s ease, padding .3s; }
.faq__item--open .faq__answer { max-height: 300px; padding-bottom: 1.2rem; }
.faq__answer p { font-size: .88rem; color: var(--grey); line-height: 1.7; }


/* =============================================   HELPERS   */
.helpers {
  padding: var(--pad);
  background: linear-gradient(135deg, var(--black) 0%, var(--dark) 100%);
  border-top: 2px solid var(--yellow);
  border-bottom: 2px solid var(--yellow);
}
.helpers__container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.helpers__content h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 6vw, 3.2rem);
  letter-spacing: .08em;
  color: var(--yellow);
  margin-bottom: 1.2rem;
}
.helpers__content > p {
  font-size: .95rem;
  color: var(--grey);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.helpers__content ul {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.helpers__content li {
  font-size: .85rem;
  color: var(--white);
  padding: .8rem;
  background: var(--dark2);
  border-radius: 4px;
  border-left: 3px solid var(--yellow);
}

.btn--large { font-size: .95rem; padding: .9rem 1.8rem; }


/* =============================================   FOOTER   */
.footer { background: #050505; border-top: 1px solid var(--dark3); }

.footer__top {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 2rem;
  max-width: 1100px; margin: 0 auto;
  padding: clamp(2.5rem,6vw,4rem) clamp(1.2rem,5vw,3rem) 2rem;
}
.footer__logo-img { height: 32px; width: auto; display: block; }
.footer__tagline { font-size: .8rem; color: var(--grey); margin-top: .6rem; letter-spacing: .06em; }

.footer__social-block h4 {
  font-family: var(--font-display); font-size: .75rem; letter-spacing: .12em;
  color: var(--grey); margin-bottom: 1rem; text-transform: uppercase;
  text-align: right;
}
.footer__social-block { text-align: right; }
.footer__social-links { display: flex; gap: .9rem; justify-content: flex-end; }
.footer__social-icon {
  width: 46px; height: 46px;
  display: flex; align-items: center; justify-content: center;
  background: var(--dark2);
  border: 1px solid var(--dark3);
  border-radius: 50%;
  transition: transform .25s, border-color .25s, box-shadow .25s;
}
.footer__social-icon:hover {
  transform: translateY(-4px);
  border-color: var(--yellow);
  box-shadow: 0 8px 20px rgba(255,217,14,.25);
}
.footer__social-svg { width: 24px; height: 24px; flex-shrink: 0; border-radius: 50%; }
.footer__social-handle { font-size: .78rem; color: #666; margin-top: .8rem; letter-spacing: .03em; }

.footer__bottom {
  max-width: 1100px; margin: 0 auto;
  padding: 1.2rem clamp(1.2rem,5vw,3rem);
  border-top: 1px solid var(--dark3);
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: .8rem;
}
.footer__bottom p { font-size: .74rem; color: #555; letter-spacing: .04em; }
.footer__legal-links { display: flex; gap: 1.2rem; }
.footer__impressum-link { font-size: .74rem; color: #555; transition: color .2s; text-decoration: underline; }
.footer__impressum-link:hover { color: var(--yellow); }


/* =============================================   FLOATING BUTTON   */
.floating-btn {
  position: fixed;
  bottom: 2rem; right: 2rem;
  width: 70px; height: 70px;
  background: var(--yellow);
  color: var(--black);
  border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-decoration: none;
  font-weight: bold;
  font-size: .65rem;
  letter-spacing: .05em;
  box-shadow: 0 8px 24px rgba(255,217,14,.3);
  transition: transform .3s, box-shadow .3s;
  z-index: 50;
  text-align: center;
  line-height: 1.1;
  gap: .2rem;
}
.floating-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 32px rgba(255,217,14,.4);
}
.floating-btn__icon { font-size: 1.8rem; }
.floating-btn__text { font-size: .55rem; }

/* Nach-oben-Button (links unten, taucht erst nach Scrollen auf) */
.back-to-top {
  position: fixed;
  bottom: 2rem; left: 2rem;
  width: 48px; height: 48px;
  background: var(--dark2);
  border: 1px solid var(--yellow);
  color: var(--yellow);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem;
  cursor: pointer;
  z-index: 50;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity .3s, transform .3s, background .2s, color .2s;
}
.back-to-top--visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.back-to-top:hover { background: var(--yellow); color: var(--black); }

/* =============================================   INSTAGRAM FEED   */
.instagram-feed { padding: var(--pad); background: var(--black); }
.instagram-feed__intro { text-align: center; color: var(--grey); font-size: .95rem; max-width: 600px; margin: 0 auto 2.5rem; }

.instagram-embed-wrapper {
  max-width: 560px;
  width: 100%;
  margin: 0 auto 2rem;
  display: flex;
  justify-content: center;
  overflow-x: hidden;
}
/* Instagram blockquote/iframe resets for dark background context.
   Instagram's own embed markup sets an inline min-width (326px), which
   overflows narrow mobile viewports unless forced responsive here. */
.instagram-embed-wrapper .instagram-media {
  margin: 0 !important;
  border-radius: 8px !important;
  min-width: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}
.instagram-embed-wrapper iframe {
  min-width: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}


/* =============================================   SPONSORS   */
.sponsors { padding: var(--pad); background: var(--dark); }
.sponsors__intro { text-align: center; color: var(--grey); font-size: .95rem; max-width: 600px; margin: 0 auto 2.5rem; }

.sponsors__grid { display: flex; flex-direction: column; gap: 2rem; max-width: 1000px; margin: 0 auto 2.5rem; }
.sponsors__row { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 2rem; }
.sponsor-logo {
  flex: 0 1 300px; width: 300px; min-width: 0;
  display: block;
  padding: 1.5rem;
  background: var(--dark2);
  border: 1px solid var(--dark3);
  border-radius: 8px;
  transition: border-color .3s, box-shadow .3s, transform .3s;
  text-decoration: none;
}
.sponsor-logo:hover {
  border-color: var(--yellow);
  box-shadow: 0 8px 25px rgba(255,217,14,.12);
  transform: translateY(-3px);
}

.sponsor-logo__img {
  width: 100%;
  height: 100px;
  background: rgba(255,255,255,.03);
  display: flex; align-items: center; justify-content: center;
  border-radius: 4px;
}
.sponsor-logo__img img { max-width: 90%; max-height: 90%; object-fit: contain; }

.sponsors__note { text-align: center; font-size: .88rem; color: var(--grey); }
.sponsors__note a { color: var(--yellow); transition: color .2s; }
.sponsors__note a:hover { color: var(--white); }



/* =============================================   RESPONSIVE   */
@media (max-width: 1100px) {
  .lineup__grid { grid-template-columns: repeat(3,1fr); }
  .universum__slide { grid-template-columns: 1fr; min-height: auto; }
  .universum__slide-img { min-height: 240px; }
  .universum__slide--more { min-height: 240px; }

  .sponsors__grid { gap: 1.5rem; }
  .sponsors__row { gap: 1.5rem; }
  .sponsor-logo { flex-basis: 260px; width: 260px; }
}

@media (max-width: 900px) {
  .rueckblick__row { grid-template-columns: 1fr; align-items: start; }
  .rueckblick__poster { width: 100%; max-width: 280px; margin: 0 auto; }
  .poster-placeholder { height: auto; width: 100%; margin: 0; }
  .anfahrt__grid { grid-template-columns: 1fr; gap: 2.5rem; }
}

@media (max-width: 680px) {
  .lineup__grid { grid-template-columns: repeat(2,1fr); }
  .info__grid, .info__grid--new { grid-template-columns: 1fr; }
  .schedule-cols { grid-template-columns: 1fr; gap: 1.8rem; }
  .hero__cta .btn { flex: 1; text-align: center; }
  .universum__slide-content { padding: 1.4rem; }
  .universum__nav { display: none; }
  .sponsors__grid { gap: 1rem; }
  .sponsors__row { gap: 1rem; }
  .sponsor-logo { flex-basis: 140px; width: 140px; padding: 1rem; }
  .helpers__content ul { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .hero { padding-top: 80px; padding-bottom: 1.5rem; }
  .hero__venue { letter-spacing: .1em; }
  .hero__cta { flex-direction: column; }
  .hero__cta .btn { width: 100%; }
  .hero__social { justify-content: center; }
  .btn--calendar { width: 100%; justify-content: center; }

  .section-title { letter-spacing: .07em; }

  .universum { padding: clamp(2.5rem,8vw,4rem) 1rem; }

  .teaser-slot__name { font-size: .72rem; }

  .route { align-items: center; gap: .9rem; margin-bottom: 1.4rem; }
  .route__icon { font-size: 1.4rem; }
  .route__title { font-size: .78rem; margin-bottom: .2rem; }
  .route p { font-size: .8rem; }

  .back-to-top { bottom: 1.5rem; left: 1.5rem; width: 42px; height: 42px; font-size: 1.1rem; }
  .floating-btn { bottom: 1.5rem; right: 1.5rem; width: 60px; height: 60px; font-size: .6rem; }
  .floating-btn__icon { font-size: 1.6rem; }
}

@media (max-width: 480px) {
  .hero__date-label { font-size: 1rem; }
  .lineup__grid { grid-template-columns: 1fr; max-width: 320px; margin-left: auto; margin-right: auto; }
  .footer__top  { flex-direction: column; text-align: center; align-items: center; }
  .footer__social-block { text-align: center; }
  .footer__social-block h4 { text-align: center; }
  .footer__social-links { justify-content: center; }
  .footer__bottom { flex-direction: column; text-align: center; }
  .hero__countdown { gap: .3rem; }
  .countdown__num { font-size: clamp(1.4rem,9vw,2rem); }
  .countdown__sep { font-size: 1rem; margin-bottom: .6rem; }
  .countdown__label { font-size: .5rem; }

  .info-date { width: 46px; }
  .info-date__day { font-size: 1.1rem; }

  .rueckblick__poster { max-width: 220px; }

  .lineup__teaser-day { padding: 1.5rem 1rem; }
  .teaser-slot { gap: .6rem; }

  .floating-btn { bottom: 1rem; right: 1rem; width: 55px; height: 55px; font-size: .55rem; }
  .floating-btn__icon { font-size: 1.4rem; }

  .footer__social-svg { width: 22px; height: 22px; }
}

@media (max-width: 380px) {
  .nav__logo-img { height: 22px; }
  .countdown__item { min-width: 2.4ch; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
