/* BHB Tickets Landing - Main Stylesheet */

:root{
  --bhb-bg: #0b0b0f;
  --bhb-surface: #12121a;
  --bhb-surface2: #171724;
  --bhb-text: #ffffff;
  --bhb-muted: #c7c7d1;
  --bhb-primary: #fde900;
  --bhb-primary_text: #0b0b0f;
  --bhb-border: rgba(255,255,255,0.12);
  --bhb-radius: 18px;
  --bhb-container: 1140px;
  --bhb-header-h: 78px;
  --bhb-ticket-scale: 1;
  --bhb-ticket-title-size: 22px;
  --bhb-hero-kicker-mobile-font-size: 12px;
  --bhb-participant-size: 88px;
  --bhb-speaker-card-width: 280px;
  --bhb-supporters-flip-logo-size: 40px;
  --bhb-supporters-flip-tile-width: 180px;
  --bhb-supporters-flip-duration: 650ms;
}

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

html{ scroll-behavior: smooth; }

body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  background: var(--bhb-bg);
  color: var(--bhb-text);
  line-height: 1.5;
}

img{ max-width: 100%; height: auto; }

a{ color: inherit; text-decoration: none; }
a:hover{ opacity: .95; }

.container{
  width: 100%;
  max-width: var(--bhb-container);
  margin: 0 auto;
  padding: 0 20px;
}

.screen-reader-text{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

.skip-link{
  position:absolute;
  top:10px;
  left:10px;
  background: var(--bhb-primary);
  color: var(--bhb-primary_text);
  padding: 10px 14px;
  border-radius: 10px;
  z-index: 9999;
  transform: translateY(-150%);
}
.skip-link:focus{ transform: translateY(0); }

.site-header{
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--bhb-header-h);
  background: rgba(11,11,15,0.72);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--bhb-border);
}

.header-inner{
  height: var(--bhb-header-h);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 16px;
}

.branding{
  display:flex;
  align-items:center;
  gap: 12px;
  min-width: 180px;
}
.site-title{
  font-weight: 800;
  letter-spacing: .2px;
}
.custom-logo{
  max-height: 44px;
  width: auto;
}

.main-nav{ display:flex; align-items:center; }
.main-nav ul{
  display:flex;
  align-items:center;
  gap: 14px;
  list-style:none;
  margin:0;
  padding:0;
}
.main-nav a{
  display:inline-flex;
  align-items:center;
  padding: 10px 10px;
  border-radius: 12px;
  color: var(--bhb-muted);
  font-weight: 600;
  letter-spacing: .2px;
}
.main-nav a:hover,
.main-nav .current-menu-item > a{
  color: var(--bhb-text);
  background: rgba(255,255,255,0.06);
}

.nav-toggle{
  display:none;
  border: 1px solid var(--bhb-border);
  background: rgba(255,255,255,0.03);
  color: var(--bhb-text);
  border-radius: 14px;
  padding: 10px 12px;
  gap: 10px;
  align-items:center;
  cursor:pointer;
}
.nav-toggle-label{ font-weight: 700; }
.nav-toggle-icon{
  width: 18px; height: 12px;
  display:inline-block;
  background: linear-gradient(var(--bhb-text),var(--bhb-text)) 0 0/100% 2px,
              linear-gradient(var(--bhb-text),var(--bhb-text)) 0 50%/100% 2px,
              linear-gradient(var(--bhb-text),var(--bhb-text)) 0 100%/100% 2px;
  background-repeat:no-repeat;
  opacity: .9;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: var(--bhb-radius);
  border: 1px solid transparent;
  font-weight: 800;
  letter-spacing: .2px;
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
  user-select:none;
}
.btn:active{ transform: translateY(1px); }

.btn-primary{
  background: var(--bhb-primary);
  color: var(--bhb-primary_text);
  border-color: rgba(0,0,0,0.08);
  box-shadow: 0 10px 30px rgba(253,233,0,0.16);
}
.btn-primary:hover{ background: color-mix(in srgb, var(--bhb-primary) 92%, white); }

.btn-ghost{
  background: rgba(255,255,255,0.04);
  border-color: var(--bhb-border);
  color: var(--bhb-text);
}
.btn-ghost:hover{ background: rgba(255,255,255,0.07); }

.btn-block{ width: 100%; }

.header-cta{ display:inline-flex; }

.section{
  padding: 80px 0;
  background: var(--section-bg, var(--bhb-bg));
  position: relative;
}
.section--hero{
  padding: 72px 0 64px;
  background: var(--section-bg, var(--bhb-bg));
  overflow:hidden;
}
.section--hero::before{
  content:"";
  position:absolute;
  inset:0;
  background-image: var(--section-bg-image);
  background-size: cover;
  background-position: center;
  opacity: .18;
  filter: saturate(0.9) contrast(1.05);
  pointer-events:none;
}
.section--hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(900px 400px at 10% 30%, rgba(253,233,0,0.14), transparent 60%),
    radial-gradient(700px 340px at 90% 40%, rgba(255,255,255,0.08), transparent 60%),
    linear-gradient(to bottom, rgba(11,11,15,0.2), rgba(11,11,15,0.85));
  pointer-events:none;
}
.section--hero .container{ position:relative; z-index: 1; }

.section-head{
  margin-bottom: 26px;
  text-align: center;
}
.section-head--center{ text-align: center; }
.section-head--center .section-text{ margin-left: auto; margin-right: auto; }
.section-title{
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.1;
  margin: 0;
  letter-spacing: -0.3px;
}
.section-note{
  color: var(--bhb-primary);
  margin-top: 10px;
  font-weight: 800;
}
.section-text{
  color: var(--bhb-muted);
  max-width: 56ch;
  margin-left: auto;
  margin-right: auto;
}
.section-footnote{
  margin-top: 22px;
  color: var(--bhb-muted);
  font-weight: 600;
  text-align: center;
}

.kicker{
  display:inline-flex;
  align-items:center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--bhb-border);
  background: rgba(255,255,255,0.04);
  color: var(--bhb-muted);
  font-weight: 800;
  letter-spacing: .3px;
  margin-bottom: 14px;
}

.hero-grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 34px;
  align-items:center;
}

.hero-content{ text-align: center; }
.hero-logo{ display:flex; justify-content:center; }
.hero-text{ margin-left:auto; margin-right:auto; }
.hero-actions{ justify-content:center; }
.hero-meta{ justify-content:center; }

.hero-logo{ margin-bottom: 10px; }
.hero-logo-img{ max-height: 76px; width:auto; }
.hero-logo-fallback{ font-weight: 900; font-size: 20px; letter-spacing: .3px; }

.hero-title{
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.03;
  margin: 0 0 14px;
  letter-spacing: -0.9px;
}

.hero-text{
  color: var(--bhb-muted);
  max-width: 62ch;
}
.hero-text p{ margin: 0 0 10px; }

.hero-meta{
  display:flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 18px;
}
.meta-item{
  display:flex;
  flex-direction: column;
  padding: 12px 14px;
  border-radius: var(--bhb-radius);
  border: 1px solid var(--bhb-border);
  background: rgba(255,255,255,0.03);
  min-width: 200px;
}
.meta-label{
  color: var(--bhb-muted);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .4px;
  text-transform: uppercase;
}
.meta-value{
  font-weight: 900;
  margin-top: 4px;
  letter-spacing: .2px;
}

.hero-actions{
  margin-top: 22px;
  display:flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-image{
  position:relative;
  border-radius: calc(var(--bhb-radius) + 14px);
  border: 1px solid var(--bhb-border);
  background: rgba(255,255,255,0.02);
  overflow:hidden;
  box-shadow: 0 30px 60px rgba(0,0,0,0.35);
  width: 100%;
  max-width: var(--bhb-hero-image-max, 520px);
  margin-left: auto;
  margin-right: auto;
}
.hero-portrait{
  width:100%;
  height:auto;
  display:block;
}
.hero-image--placeholder .placeholder-box{
  width: 100%;
  aspect-ratio: 4 / 5;
  background:
    radial-gradient(500px 300px at 30% 30%, rgba(253,233,0,0.16), transparent 60%),
    linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
}

/* Cards */
.card{
  background: var(--bhb-surface);
  border: 1px solid var(--bhb-border);
  border-radius: var(--bhb-radius);
  padding: 18px;
}

.card{ text-align:center; }
.card-list,
.checklist{ align-items:center; }
.card-list li,
.checklist li{ justify-content:center; }

.pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid var(--bhb-border);
  background: rgba(255,255,255,0.03);
  color: var(--bhb-muted);
  font-weight: 900;
  letter-spacing: .2px;
}
.pill--accent{
  background: rgba(253,233,0,0.12);
  border-color: rgba(253,233,0,0.26);
  color: color-mix(in srgb, var(--bhb-primary) 92%, white);
}

.subhead{
  margin: 16px 0 10px;
  font-size: 18px;
  letter-spacing: -.2px;
}
.subhead.muted{ color: var(--bhb-muted); font-weight: 800; }

.checklist{
  list-style:none;
  padding:0;
  margin: 0;
  display:flex;
  flex-direction: column;
  gap: 10px;
  color: var(--bhb-muted);
  font-weight: 700;
}
.checklist li{
  display:flex;
  gap: 10px;
  align-items:flex-start;
}
.checklist li::before{
  content:"";
  width: 18px;
  height: 18px;
  border-radius: 6px;
  background: rgba(253,233,0,0.18);
  border: 1px solid rgba(253,233,0,0.34);
  margin-top: 2px;
  flex: 0 0 18px;
}

.cards{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.ticket-card{
  display:flex;
  flex-direction: column;
  gap: 10px;
  background: var(--bhb-surface2);
}
.ticket-card--vip{
  background: color-mix(in srgb, var(--bhb-surface2) 80%, rgba(253,233,0,0.12));
  border-color: rgba(253,233,0,0.26);
}
.card-badge{
  color: var(--bhb-muted);
  font-weight: 900;
  letter-spacing: .25px;
  text-transform: uppercase;
  font-size: 12px;
}
.card-title{
  margin: 0;
  font-size: 20px;
  letter-spacing: -0.2px;
}
.card-list{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-direction: column;
  gap: 8px;
  color: var(--bhb-muted);
  font-weight: 700;
}
.card-list li::before{
  content:"•";
  color: var(--bhb-primary);
  margin-right: 8px;
}
.card-list li{ display:flex; }
.card-list li::before{ display:inline-block; width: 14px; }

.price-row{
  display:flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 6px;
}
.price-old{
  color: var(--bhb-muted);
  text-decoration: line-through;
  font-weight: 800;
}
.price{
  font-size: 22px;
  font-weight: 950;
  letter-spacing: -.3px;
}

.card-subnote{
  color: var(--bhb-muted);
  font-weight: 700;
  font-size: 14px;
  margin-top: -4px;
}

.tickets-grid{
  display:grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
  align-items:start;
}
.tickets-left{ padding-right: 10px; }

.section--tickets .tickets-left{
  position: sticky;
  top: calc(var(--bhb-header-h) + 22px);
}
@media (max-width: 980px){
  .section--tickets .tickets-left{ position: static; top: auto; }
}

/* Tickets: 3 cards centered */
.section--tickets .cards{
  width: 100%;
  max-width: min(var(--bhb-container), calc(1100px * var(--bhb-ticket-scale)));
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0,1fr));
}
.section--tickets .ticket-card{ text-align:center; padding: calc(24px * var(--bhb-ticket-scale)) calc(22px * var(--bhb-ticket-scale)); font-size: calc(16px * var(--bhb-ticket-scale)); }
.section--tickets .card-list{ align-items:center; }
.section--tickets .card-list li{ justify-content:center; }

.section--tickets .ticket-card .card-badge{ font-size: 0.75em; }
.section--tickets .ticket-card .btn{ padding: calc(12px * var(--bhb-ticket-scale)) calc(16px * var(--bhb-ticket-scale)); }

.section--tickets .ticket-card .card-title{ font-size: 1.375em; }
.section--tickets .ticket-card .price{ font-size: 1.5em; }

.section--tickets .ticket-card{ height: 100%; }
.section--tickets .ticket-card .card-title{ font-size: var(--bhb-ticket-title-size); line-height: 1.15; }
.section--tickets .ticket-card .card-list{ align-items:flex-start; text-align:left; width: 100%; }
.section--tickets .ticket-card .card-list li{ justify-content:flex-start; width: 100%; }
.section--tickets .ticket-card .price-row{ margin-top: auto; justify-content:center; }

/* Featured ticket (Topseller) */
.ticket-card{ position: relative; }

.ticket-featured-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  align-self: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--bhb-primary);
  color: var(--bhb-primary_text);
  font-weight: 950;
  letter-spacing: .35px;
  text-transform: uppercase;
  font-size: 12px;
  box-shadow: 0 14px 34px rgba(253,233,0,0.18);
  margin: 0 0 6px;
}

.section--tickets .ticket-card.is-featured{
  background: color-mix(in srgb, var(--bhb-surface2) 78%, rgba(253,233,0,0.14));
  border-color: rgba(253,233,0,0.34);
  box-shadow: 0 30px 60px rgba(0,0,0,0.35), 0 14px 40px rgba(253,233,0,0.14);
  transform: translateY(-8px) scale(1.04);
  z-index: 2;
}

.section--tickets .ticket-card.is-featured .card-badge{
  color: color-mix(in srgb, var(--bhb-primary) 92%, white);
}

@media (max-width: 980px){
  .section--tickets .ticket-card.is-featured{
    transform: none;
  }
}


@media (max-width: 1100px){
  .section--tickets .cards{
    grid-template-columns: repeat(2, minmax(0,1fr));
    max-width: 860px;
  }
}
@media (max-width: 980px){
  .section--tickets .cards{
    grid-template-columns: 1fr;
    max-width: 860px;
  }
}

/* Guests & Speakers */
.section--speakers .guests-grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 16px;
  max-width: 980px;
  margin: 0 auto 18px;
}
.section--speakers .guest{
  padding: 0;
  overflow: hidden;
  text-align: left;
}
.guest-media{
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow:hidden;
  border-radius: calc(var(--bhb-radius) - 6px);
}
.guest-img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
}
.guest-placeholder{
  width: 100%;
  height: 100%;
  background:
    radial-gradient(500px 300px at 30% 30%, rgba(253,233,0,0.12), transparent 60%),
    linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
}
.guest-meta{
  padding: 14px 16px 16px;
}
.guest-name{
  font-weight: 950;
  font-size: 18px;
  letter-spacing: -0.2px;
}
.guest-subtitle{
  color: var(--bhb-muted);
  font-weight: 800;
  margin-top: 4px;
}

.speakers-wrap{ max-width: 1100px; margin: 0 auto; }
.speakers-carousel{
  display:flex;
  align-items:center;
  gap: 10px;
  position: relative;
}
.speakers-viewport{
  overflow-x:auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  width: 100%;
  min-width: 0;
}
.speakers-viewport::-webkit-scrollbar{ display:none; }
.speakers-track{
  display:flex;
  width: max-content;
  gap: 14px;
  padding: 4px 4px 8px;
}
.speaker{
  flex: 0 0 var(--bhb-speaker-card-width, 280px);
  text-align: left;
  display:flex;
  flex-direction: column;
  gap: 12px;
  scroll-snap-align: start;
}
.speaker-media{
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow:hidden;
  border-radius: calc(var(--bhb-radius) - 6px);
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.02);
}
.speaker-img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
}
.speaker-placeholder{
  width: 100%;
  height: 100%;
  background:
    radial-gradient(500px 300px at 30% 30%, rgba(253,233,0,0.12), transparent 60%),
    linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
}
.speaker-name{
  font-weight: 950;
  font-size: 18px;
  letter-spacing: -0.2px;
}
.speaker-field{
  color: color-mix(in srgb, var(--bhb-primary) 92%, white);
  font-weight: 900;
  letter-spacing: .25px;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 2px;
}
.speaker-info{
  color: var(--bhb-muted);
  font-weight: 700;
  font-size: 14px;
}
.speakers-btn{
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid var(--bhb-border);
  background: rgba(255,255,255,0.04);
  color: var(--bhb-text);
  font-size: 26px;
  line-height: 1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  transition: transform .15s ease, background .15s ease, border-color .15s ease, opacity .15s ease;
}
.speakers-btn:hover{ background: rgba(255,255,255,0.07); }
.speakers-btn:active{ transform: translateY(1px); }
.speakers-btn:disabled{ opacity: .35; cursor: default; }
.speakers-carousel.is-static .speakers-btn{ display:none; }
.speakers-placeholder{ max-width: 860px; margin: 0 auto; color: var(--bhb-muted); font-weight: 800; }

/* Sponsors */
.sponsors{ text-align: center; }
.sponsors-grid{
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 16px;
  align-items:center;
}
.sponsor{
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 14px 12px;
  border-radius: calc(var(--bhb-radius) - 6px);
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
}
.sponsor-link,
.sponsor-logo-wrap{
  display:flex;
  align-items:center;
  justify-content:center;
  width: 100%;
}
.sponsor-logo{
  max-height: var(--bhb-sponsor-logo-size, 56px);
  width: auto;
  object-fit: contain;
  opacity: .92;
  transition: transform .15s ease, opacity .15s ease;
}
.sponsor-link:hover .sponsor-logo{
  opacity: 1;
  transform: translateY(-1px);
}
.sponsors-placeholder{ color: var(--bhb-muted); font-weight: 800; }


/* Supporters (unterhalb Hauptsponsoren) */
.supporters-block{
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.supporters-title{
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bhb-muted);
  margin: 0 0 12px;
}

/* Flip-Logo Modul: 4 Kacheln, 3D-Flip (CSS Transform), keine Slider-/Karussell-Bewegung */
.supporters-flip{ width: 100%; }
.supporters-grid{
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 14px;
  align-items: stretch;
}
.supporters-flip-card{
  perspective: 1100px;
}
.supporters-flip-inner{
  position: relative;
  width: 100%;
  min-height: calc(var(--bhb-supporters-flip-logo-size, 40px) + 34px);
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform var(--bhb-supporters-flip-duration, 650ms) cubic-bezier(.2,.9,.2,1);
}
.supporters-flip-card.is-flipped .supporters-flip-inner{
  transform: rotateY(180deg);
}
.supporters-flip-face{
  position:absolute;
  inset: 0;
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 10px 10px;
  border-radius: calc(var(--bhb-radius) - 8px);
  background: rgba(255,255,255,0.015);
  border: 1px solid rgba(255,255,255,0.05);
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.supporters-flip-face--back{
  transform: rotateY(180deg);
}
.supporters-flip-link{
  display:flex;
  align-items:center;
  justify-content:center;
  width: 100%;
  height: 100%;
}
.supporters-flip-img{
  max-height: var(--bhb-supporters-flip-logo-size, 40px);
  max-width: 100%;
  width: auto;
  display:block;
  object-fit: contain;
  opacity: .9;
  transition: transform .15s ease, opacity .15s ease;
}
.supporters-flip-link:hover .supporters-flip-img{
  opacity: 1;
  transform: translateY(-1px);
}


/* Participants (carousel) */
.participants-carousel{
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 18px 18px;
  overflow: hidden;
}
.participants-viewport{ overflow: hidden; width: 100%;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}
.participants-track{
  display:flex;
  align-items:center;
  width: max-content;
  will-change: transform;
  animation: participants-marquee var(--participants-duration, 30s) linear infinite;
}
.participants-set{
  display:flex;
  align-items:center;
  gap: 18px;
  padding-right: 18px;
}
.participant{
  flex: 0 0 auto;
  width: var(--bhb-participant-size);
  height: var(--bhb-participant-size);
  border-radius: 999px;
  overflow:hidden;
  border: 1px solid var(--bhb-border);
  background: rgba(255,255,255,0.03);
}
.participant-img{ width: 100%; height: 100%; object-fit: cover; display:block; }

.participants-cta{
  margin-top: 22px;
  display:flex;
  justify-content:center;
}

.participants-carousel:hover .participants-track{ animation-play-state: paused; }
.participants-carousel.is-paused .participants-track{ animation-play-state: paused; }

.participants-carousel.is-static .participants-track{
  animation: none;
  width: 100%;
  justify-content:center;
}
.participants-carousel.is-static .participants-set[aria-hidden="true"]{ display:none; }
.participants-carousel.is-static .participants-set{ padding-right: 0; }

.participants-placeholder{
  color: var(--bhb-muted);
  font-weight: 800;
  text-align:center;
}

@keyframes participants-marquee{
  from{ transform: translateX(0); }
  to{ transform: translateX(-50%); }
}

@media (max-width: 600px){
  .participants-set{ gap: 14px; padding-right: 14px; }
}

@media (prefers-reduced-motion: reduce){
  .supporters-flip-inner{ transition: none !important; }

  .participants-track{ animation: none !important; transform: none !important; }
  .participants-viewport{ overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .participants-set[aria-hidden="true"]{ display:none; }
  .participants-set{ padding-right: 0; }
}

/* Testimonials */
.testimonials{
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.testimonials-viewport{
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  padding: 4px 4px 14px;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
}
.testimonials-viewport::-webkit-scrollbar{ display:none; }
.testimonials-viewport{ scrollbar-width: none; }

.testimonials-track{
  display:flex;
  gap: 16px;
  align-items: stretch;
  width: max-content;
  padding: 0 10px;
}

.testimonial{
  flex: 0 0 min(var(--bhb-testimonial-card-width, 360px), 86vw);
  scroll-snap-align: center;
  text-align: left;
  position: relative;
  padding: 20px;
  background: rgba(255,255,255,0.02);
}
.testimonial::before{
  content: "\201C";
  position: absolute;
  top: 14px;
  right: 18px;
  font-size: 44px;
  font-weight: 950;
  color: rgba(253,233,0,0.22);
  line-height: 1;
  pointer-events:none;
}

.testimonial-stars{
  display:flex;
  gap: 4px;
  margin-bottom: 10px;
  font-size: 14px;
  color: rgba(255,255,255,0.26);
}
.testimonial-stars .star.is-filled{ color: var(--bhb-primary); }

.testimonial-text{ color: var(--bhb-muted); font-weight: 750; }
.testimonial-text p{ margin: 0 0 10px; }
.testimonial-text p:last-child{ margin-bottom: 0; }

.testimonial-person{
  display:flex;
  align-items:center;
  gap: 12px;
  margin-top: 16px;
}
.testimonial-avatar{
  width: 44px;
  height: 44px;
  border-radius: 999px;
  overflow:hidden;
  border: 1px solid var(--bhb-border);
  background: rgba(255,255,255,0.03);
  display:flex;
  align-items:center;
  justify-content:center;
  flex: 0 0 44px;
}
.testimonial-avatar-img{ width:100%; height:100%; object-fit: cover; display:block; }
.testimonial-avatar-fallback{ font-weight: 950; color: var(--bhb-primary); }

.testimonial-name{ font-weight: 950; line-height: 1.1; }
.testimonial-role{ color: var(--bhb-muted); font-weight: 800; font-size: 13px; margin-top: 2px; }


.testimonials-dots{
  display:flex;
  justify-content:center;
  gap: 8px;
  margin-top: 12px;
}
.testimonials-dot{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.28);
  background: rgba(255,255,255,0.06);
  padding: 0;
  cursor: pointer;
  opacity: .65;
  transition: transform .2s ease, opacity .2s ease, background-color .2s ease, border-color .2s ease;
}
.testimonials-dot.is-active{
  background: var(--bhb-primary);
  border-color: var(--bhb-primary);
  opacity: 1;
  transform: scale(1.25);
}
.testimonials-dot:focus-visible{
  outline: 2px solid var(--bhb-primary);
  outline-offset: 4px;
}

@media (min-width: 980px){
  .testimonials-dots{ display:none; }
  .testimonials-viewport{
    overflow: visible;
    -webkit-mask-image: none;
    mask-image: none;
    padding: 0;
  }
  .testimonials-track{
    width: 100%;
    max-width: 980px;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
  }
  .testimonial{
    flex: 1 1 280px;
    max-width: 320px;
    scroll-snap-align: unset;
  }
}




.vip-grid{
  display:flex;
  flex-direction: column;
  gap: 26px;
  align-items:center;
}
.vip-ticket{ position: static; top: auto; }

.section--vip .vip-content{ text-align:center; }

.vip-days{
  display:grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 18px;
}
.vip-day{ background: rgba(255,255,255,0.03); }
.vip-day-head{
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-bottom: 10px;
  text-align: center;
}
.vip-day-title{ font-weight: 950; }
.vip-day-date{ color: var(--bhb-primary); font-weight: 950; }

.livestream-grid{
  display:flex;
  flex-direction: column;
  gap: 26px;
  align-items:center;
}

.section--livestream .ls-content{ text-align:center; }

.venue-grid{
  display:grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 18px;
  align-items: stretch;
}

/* Make stacked section blocks feel centered like a single-column landing */
.vip-content,
.vip-ticket,
.ls-content,
.ls-ticket,
.why-attend-card,
.event-video,
.venue-map,
.venue-info{
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.why-attend-text{
  color: var(--bhb-muted);
  font-weight: 700;
  max-width: 56ch;
  margin-left: auto;
  margin-right: auto;
}
.why-attend-text p{ margin: 0 0 10px; }
.why-attend-text p:last-child{ margin-bottom: 0; }


.embed-wrap{
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow:hidden;
  border-radius: calc(var(--bhb-radius) - 6px);
}
.embed-wrap iframe{
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-wrap video{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.embed-wrap .venue-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display:block;
}

.embed-wrap--video{
  aspect-ratio: 16 / 9;
}
.map-placeholder{
  width: 100%;
  aspect-ratio: 16 / 10;
  display:grid;
  place-items:center;
  background: radial-gradient(500px 300px at 30% 30%, rgba(253,233,0,0.12), transparent 60%),
              linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  border-radius: calc(var(--bhb-radius) - 6px);
}
.map-placeholder-inner{
  color: var(--bhb-muted);
  font-weight: 900;
  border: 1px dashed var(--bhb-border);
  padding: 10px 14px;
  border-radius: 12px;
}

.venue-info{
  display:flex;
  flex-direction: column;
  gap: 10px;
}
.venue-kicker{
  color: var(--bhb-muted);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .35px;
  font-size: 12px;
}
.venue-name{
  font-size: 20px;
  font-weight: 950;
}
.venue-address-title{
  margin-top: 6px;
  font-weight: 900;
}
.venue-address{
  color: var(--bhb-muted);
  font-weight: 700;
}
.venue-note{
  color: var(--bhb-muted);
  font-weight: 800;
}

.faq-list{
  display:flex;
  flex-direction: column;
  gap: 12px;
  max-width: 860px;
  margin: 0 auto;
}
.faq-item{
  border: 1px solid var(--bhb-border);
  border-radius: var(--bhb-radius);
  background: rgba(255,255,255,0.03);
  overflow:hidden;
}
.faq-q{
  cursor:pointer;
  list-style:none;
  padding: 16px 18px;
  font-weight: 950;
}
.faq-q::-webkit-details-marker{ display:none; }
.faq-item[open] .faq-q{
  background: rgba(253,233,0,0.08);
  border-bottom: 1px solid rgba(253,233,0,0.16);
}
.faq-a{
  padding: 14px 18px 16px;
  color: var(--bhb-muted);
  font-weight: 700;
}
.faq-a p{ margin: 0 0 10px; }

.site-footer{
  background: var(--section-bg, var(--bhb-surface));
  border-top: 1px solid var(--bhb-border);
  padding: 56px 0 24px;
}
.footer-grid{
  display:grid;
  grid-template-columns: 1.2fr .8fr .8fr .8fr;
  gap: 18px;
  text-align:center;
  justify-items:center;
}
.footer-brand{
  font-weight: 950;
  font-size: 18px;
  letter-spacing: -.2px;
}
.footer-text{
  color: var(--bhb-muted);
  margin-top: 10px;
  max-width: 44ch;
}
.footer-title{
  font-weight: 950;
  margin-bottom: 10px;
}
.site-footer ul{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-direction: column;
  gap: 10px;
  align-items:center;
}
.site-footer a{
  color: var(--bhb-muted);
  font-weight: 700;
}
.site-footer a:hover{ color: var(--bhb-text); }
.footer-email{
  color: var(--bhb-text);
  font-weight: 900;
}
.footer-bottom{
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid var(--bhb-border);
}
.footer-copy{
  color: var(--bhb-muted);
  font-weight: 700;
  font-size: 14px;
}

.section--content{
  padding: 52px 0;
}
.content-container{ max-width: 900px; }
.content-title{ margin:0 0 14px; }
.content-meta{ color: var(--bhb-muted); font-weight: 700; margin-top: 6px; }
.content-body{ color: var(--bhb-text); }
.content-body p{ color: var(--bhb-muted); }
.content-body a{ color: var(--bhb-primary); font-weight: 900; }

.post-grid{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.post-card .card-title a{ color: var(--bhb-text); }
.post-excerpt{ color: var(--bhb-muted); font-weight: 700; margin: 10px 0 14px; }

/* Clickable map placeholder */
.map-placeholder--link{ cursor: pointer; }
.map-placeholder--link .map-placeholder-inner{
  transition: transform .15s ease, border-color .15s ease;
}
.map-placeholder--link:hover .map-placeholder-inner{
  border-color: rgba(253,233,0,0.34);
  transform: translateY(-1px);
}

/* Footer bottom actions + Impressum */
.footer-bottom{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}
.footer-bottom-actions{
  display:flex;
  align-items:center;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.footer-thanks{
  display:flex;
  align-items:center;
  gap: 8px;
  color: var(--bhb-muted);
  font-weight: 700;
  font-size: 14px;
}
.footer-thanks-link{
  color: var(--bhb-text);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-impressum-link{
  color: var(--bhb-text);
  font-weight: 950;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-impressum{
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

/* <details>/<summary> (Onepager) */
.footer-impressum-title{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 950;
  letter-spacing: -0.1px;
  color: var(--bhb-text);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer-impressum-title::-webkit-details-marker{ display:none; }
.footer-impressum-title::marker{ content:""; }

.footer-impressum-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  color: var(--bhb-text);
  flex: 0 0 22px;
  font-weight: 900;
  line-height: 1;
  transform: translateY(-1px);
  transition: transform .18s ease, opacity .18s ease;
  opacity: 0.85;
}
.footer-impressum[open] .footer-impressum-icon{
  transform: translateY(-1px) rotate(45deg);
  opacity: 1;
}

.footer-impressum-content{
  margin-top: 10px;
  color: var(--bhb-muted);
  font-weight: 700;
}
.footer-impressum-content p{ margin: 0 0 10px; }
.footer-impressum-content a{ color: var(--bhb-primary); font-weight: 900; }

/* Impressum Modal (Overlay) */
body.bhb-modal-open{ overflow: hidden; }

.bhb-modal{
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}
.bhb-modal.is-open{ display: block; }

.bhb-modal-backdrop{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.66);
  backdrop-filter: blur(6px);
}

.bhb-modal-dialog{
  position: relative;
  width: min(980px, calc(100% - 40px));
  margin: 10vh auto;
  background: rgba(30,30,34,0.96);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 26px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.55);
  padding: 22px 22px 18px;
  max-height: 80vh;
  overflow: hidden;
}

.bhb-modal-head{
  padding-right: 36px;
}

.bhb-modal-title{
  font-size: 22px;
  font-weight: 950;
  letter-spacing: -0.2px;
  margin: 0 0 6px;
  color: var(--bhb-text);
}

.bhb-modal-close{
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.06);
  color: var(--bhb-text);
  font-weight: 950;
  line-height: 1;
  cursor: pointer;
}

.bhb-modal-body{
  margin-top: 10px;
  padding-right: 6px;
  overflow: auto;
  max-height: calc(80vh - 84px);
  color: var(--bhb-muted);
  font-weight: 700;
}
.bhb-modal-body p{ margin: 0 0 10px; }
.bhb-modal-body a{ color: var(--bhb-primary); font-weight: 900; }

@media (max-width: 620px){
  .bhb-modal-dialog{
    width: calc(100% - 24px);
    margin: 8vh auto;
    padding: 18px 16px 14px;
    border-radius: 22px;
    max-height: 84vh;
  }
  .bhb-modal-body{ max-height: calc(84vh - 78px); }
}



/* Responsive */
@media (max-width: 1100px){
  .cards{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 980px){
  /* Mobile spacing: sections closer together */
  .section{ padding: 64px 0; }
  .section--hero{ padding: 60px 0 52px; }
  .section-head{ margin-bottom: 20px; }

  .hero-grid{ grid-template-columns: 1fr; }
  .meta-item{ min-width: 0; flex: 1; }
  .tickets-grid{ grid-template-columns: 1fr; }
  .vip-grid{ grid-template-columns: 1fr; }
  .livestream-grid{ grid-template-columns: 1fr; }
  .venue-grid{ grid-template-columns: 1fr; }
  .section--speakers .guests-grid{ grid-template-columns: 1fr; }
  .sponsors-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
  .supporters-grid{ grid-template-columns: repeat(3, minmax(0,1fr)); }

  .cards{ grid-template-columns: 1fr; }
  .vip-days{ grid-template-columns: 1fr; }
  .footer-grid{ grid-template-columns: 1fr 1fr; }
  /* Mobile header: remove menu toggle, keep Tickets CTA visible */
  .header-cta{ display:inline-flex; }
  .main-nav{ display:none; position:absolute; top: var(--bhb-header-h); left:0; right:0; background: rgba(11,11,15,0.94); border-bottom: 1px solid var(--bhb-border); padding: 12px 20px 18px; }
  .main-nav ul{ flex-direction: column; align-items: stretch; }
  .main-nav a{ width:100%; }
  .nav-toggle{ display:none; }
  body.nav-open .main-nav{ display:flex; }
}
@media (max-width: 620px){
  /* Extra-tight spacing on phones */
  .section{ padding: 54px 0; }
  .section--hero{ padding: 54px 0 46px; }
  .section-head{ margin-bottom: 18px; }

  .section--hero .kicker{ font-size: var(--bhb-hero-kicker-mobile-font-size); padding: 6px 10px; }

  /* Speakers carousel: ensure cards are not clipped on small screens */
  .speakers-carousel{
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 10px;
  }
  .speakers-viewport{
    order: 1;
    flex: 1 0 100%;
    width: 100%;
  }
  .speakers-btn{ order: 2; }

  .speaker{ flex: 0 0 min(var(--bhb-speaker-card-width, 280px), calc(100vw - 40px)); }
  .footer-grid{ grid-template-columns: 1fr; }
  .supporters-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
  .post-grid{ grid-template-columns: 1fr; }
}

/* WordPress core alignments */
.alignwide{ max-width: 1100px; margin-left:auto; margin-right:auto; }
.alignfull{ width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); }



/* Topics / agenda section */
.section--topics-agenda .topics-agenda-card{
	width: 100%;
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
	padding: clamp(20px, 4vw, 34px);
	text-align: left;
}

.topics-agenda-list{
	list-style: none;
	margin: 0 auto;
	padding: 0;
	max-width: 720px;
}

.topics-agenda-item{
	padding: 18px 0;
	border-top: 1px solid var(--bhb-border);
}

.topics-agenda-item:first-child{
	padding-top: 0;
	border-top: 0;
}

.topics-agenda-item:last-child{
	padding-bottom: 0;
}

.topics-agenda-topic{
	font-size: clamp(18px, 2vw, 22px);
	line-height: 1.25;
	font-weight: 800;
	letter-spacing: -0.2px;
	color: var(--bhb-text);
}

.topics-agenda-speaker{
	margin-top: 6px;
	color: var(--bhb-muted);
	font-weight: 700;
}

.topics-agenda-card--regular-titles .topics-agenda-topic{
	font-weight: 400;
}

.topics-agenda-speaker-label{
	color: var(--bhb-text);
}

.topics-agenda-empty{
	max-width: 56ch;
	margin: 0 auto;
	color: var(--bhb-muted);
	font-weight: 700;
	text-align: center;
}

.section--topics-agenda .participants-cta{
	margin-top: 28px;
}

@media (max-width: 768px){
	.section--topics-agenda .topics-agenda-card{
		padding: 22px 18px;
	}
}
