/* ═══════════════════════════════════════════
   CLUB A1 – Ultra-Premium CSS
   www.cluba1.de
   ═══════════════════════════════════════════ */

/* ── CUSTOM PROPERTIES ── */
:root {
  --gold:        #cc1111;
  --gold-light:  #dd3333;
  --gold-dark:   #991111;
  --black:       #0a0a0a;
  --dark:        #111111;
  --dark-2:      #1a1a1a;
  --dark-3:      #222222;
  --light:       #f5f0e8;
  --light-2:     #ede8e0;
  --white:       #ffffff;
  --grey:        #888888;
  --grey-light:  #cccccc;
  --red-accent:  #8b1a1a;

  --font-serif:  'Cormorant Garamond', Georgia, serif;
  --font-sans:   'Montserrat', sans-serif;

  --transition:  0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --transition-fast: 0.2s ease;

  --shadow-gold: 0 0 40px rgba(204, 17, 17, 0.15);
  --shadow-card: 0 8px 40px rgba(0,0,0,0.4);

  --radius:      4px;
  --radius-lg:   12px;
}

/* ── RESET & BASE ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  font-size: 16px;
  overflow-x: hidden;   /* kein seitliches Scrollen */
  max-width: 100%;      /* nie breiter als Viewport */
}

body {
  font-family: var(--font-sans);
  background: var(--black);
  color: var(--light);
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}

a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { display: block; max-width: 100%; }
address { font-style: normal; }
button { cursor: pointer; font-family: inherit; border: none; background: none; }

/* ── SCROLLBAR ── */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--black); }
::-webkit-scrollbar-thumb { background: var(--gold-dark); border-radius: 3px; }

/* ── UTILITY ── */
.container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.hidden { display: none !important; }

.gold-line {
  width: 60px; height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin: 20px 0 32px;
  /* rot */
}
.gold-line.center { margin-left: auto; margin-right: auto; }

.section { padding: 100px 0; }
.dark-section { background: var(--dark-2); }

.section-label {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}
.section-label.light { color: var(--gold-light); }

.section-title {
  font-family: var(--font-serif);
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: 0.05em;
  color: var(--white);
}
.section-title.light { color: var(--white); }

/* Willkommen-Section: identisch wie Hero – "Club" rot / "A1" schwarz */
.about-title-club {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #cc1111;
}
.about-title-a1 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
  font-weight: 900 !important;
  font-style: normal !important;
  color: #111111;
  letter-spacing: -0.02em;
  text-shadow: 0 1px 4px rgba(0,0,0,0.3);
  font-variant: normal !important;
  font-variant-numeric: lining-nums !important;
  -webkit-font-feature-settings: "lnum", "kern" !important;
  font-feature-settings: "lnum", "kern" !important;
}

.section-desc {
  margin-top: 16px;
  font-size: 0.95rem;
  color: var(--grey);
  max-width: 520px;
  line-height: 1.7;
}
.section-desc.light { color: var(--grey-light); }

.section-header {
  text-align: left;
  margin-bottom: 60px;
}
.section-header.center,
.section-header .gold-line.center {
  text-align: center;
}
.section-header .section-desc { margin-left: auto; margin-right: auto; text-align: center; }

/* ── BUTTONS ── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border-radius: 50px;          /* pill shape */
  transition: var(--transition);
  cursor: pointer;
  white-space: nowrap;
  border: none;
}

/* ── Gold (Standard) ── */
.btn--gold {
  background: linear-gradient(135deg, var(--gold-dark) 0%, var(--gold) 50%, var(--gold-light) 100%);
  color: #ffffff;
  box-shadow: 0 4px 22px rgba(204,17,17,0.4), inset 0 1px 0 rgba(255,255,255,0.15);
}
.btn--gold:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 35px rgba(204,17,17,0.6), inset 0 1px 0 rgba(255,255,255,0.2);
  filter: brightness(1.08);
}

/* ── Outline → gold border ── */
.btn--outline {
  background: rgba(204,17,17,0.08);
  color: var(--gold);
  border: 1.5px solid var(--gold);
  box-shadow: 0 4px 18px rgba(204,17,17,0.15);
}
.btn--outline:hover {
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  color: #ffffff;
  border-color: transparent;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(204,17,17,0.45);
}

/* ── Anrufen – Schwarz mit weißem Neon-Glow ── */
.btn--call {
  background: linear-gradient(135deg, #1a1a1a 0%, #2e2e2e 50%, #1a1a1a 100%);
  color: #ffffff;
  border: none;
  box-shadow:
    0 4px 22px rgba(255,255,255,0.18),
    0 0 18px rgba(255,255,255,0.1),
    inset 0 1px 0 rgba(255,255,255,0.12);
}
.btn--call:hover {
  transform: translateY(-3px);
  box-shadow:
    0 10px 35px rgba(255,255,255,0.28),
    0 0 40px rgba(255,255,255,0.18),
    inset 0 1px 0 rgba(255,255,255,0.2);
  filter: brightness(1.15);
}

/* ── WhatsApp – Schwarz mit weißem Neon-Glow ── */
.btn--whatsapp {
  background: linear-gradient(135deg, #1a1a1a 0%, #2e2e2e 50%, #1a1a1a 100%);
  color: #ffffff;
  border: none;
  box-shadow:
    0 4px 22px rgba(255,255,255,0.18),
    0 0 18px rgba(255,255,255,0.1),
    inset 0 1px 0 rgba(255,255,255,0.12);
}
.btn--whatsapp:hover {
  transform: translateY(-3px);
  box-shadow:
    0 10px 35px rgba(255,255,255,0.28),
    0 0 40px rgba(255,255,255,0.18),
    inset 0 1px 0 rgba(255,255,255,0.2);
  filter: brightness(1.15);
}

/* ── Ghost (age-gate) ── */
.btn--ghost {
  background: transparent;
  color: var(--grey-light);
  border: 1.5px solid rgba(255,255,255,0.25);
}
.btn--ghost:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(204,17,17,0.07);
}

.btn--lg { padding: 16px 36px; font-size: 0.78rem; }
.btn--full { width: 100%; justify-content: center; }

/* ── ANIMATION CLASSES ── */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}
.delay-1 { transition-delay: 0.15s !important; }
.delay-2 { transition-delay: 0.3s !important; }
.delay-3 { transition-delay: 0.45s !important; }

@keyframes pulse-glow {
  0%, 100% { box-shadow: 0 0 10px rgba(204,17,17,0.3); }
  50% { box-shadow: 0 0 25px rgba(204,17,17,0.7); }
}
.pulse { animation: pulse-glow 2.5s ease-in-out infinite; }

/* ═══════════════════════════════════════════
   COOKIE BANNER
   ═══════════════════════════════════════════ */
.cookie-banner {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 10000;
  background: linear-gradient(135deg, rgba(10,5,5,0.97) 0%, rgba(20,8,8,0.98) 100%);
  border-top: 1px solid rgba(204,17,17,0.4);
  box-shadow: 0 -4px 40px rgba(0,0,0,0.6);
  padding: 20px 24px;
  backdrop-filter: blur(16px);
}
.cookie-banner__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.cookie-banner__icon {
  font-size: 2rem;
  color: var(--gold);
  flex-shrink: 0;
}
.cookie-banner__text {
  flex: 1;
  min-width: 220px;
}
.cookie-banner__text strong {
  display: block;
  font-size: 0.9rem;
  color: var(--gold-light);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.cookie-banner__text p {
  font-size: 0.78rem;
  color: var(--grey-light);
  line-height: 1.6;
  margin: 0;
}
.cookie-banner__text a {
  color: var(--gold-light);
  text-decoration: underline;
}
.cookie-banner__actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .cookie-banner__inner { flex-direction: column; text-align: center; }
  .cookie-banner__actions { width: 100%; justify-content: center; }
}

/* ═══════════════════════════════════════════
   AGE GATE
   ═══════════════════════════════════════════ */
.age-gate {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.age-gate__overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, #1a0000 0%, #000000 100%);
}

.age-gate__box {
  position: relative;
  z-index: 1;
  max-width: 480px;
  width: 90%;
  padding: 60px 48px;
  background: linear-gradient(145deg, rgba(26,5,5,0.95) 0%, rgba(10,5,5,0.98) 100%);
  border: 1px solid rgba(204,17,17,0.3);
  box-shadow: 0 0 80px rgba(204,17,17,0.1), var(--shadow-card);
  text-align: center;
  backdrop-filter: blur(20px);
}

.age-gate__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
}

/* Age-Gate Logo – Wordmark identisch wie Hero */
.age-gate__logo-inline {
  display: inline-flex;
  align-items: center;
  gap: 0;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: clamp(2.4rem, 8vw, 3.6rem);
  letter-spacing: -0.02em;
  animation: logoPulse 2.6s ease-in-out infinite;
}
.age-gate__logo-club {
  color: #cc1111;
  text-shadow: 0 1px 6px rgba(0,0,0,0.7);
  margin-right: 0.14em;
}
.age-gate__logo-a1 {
  color: #111111;
  text-shadow: 0 1px 4px rgba(0,0,0,0.6);
}

/* Footer-Logo: identisch wie Hero-Wordmark (CLUB rot / A1 schwarz) */
.footer__logo-wordmark {
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 2.6rem;
  letter-spacing: -0.02em;
  line-height: 1;
  font-variant: normal;
  font-variant-numeric: lining-nums;
  -webkit-font-feature-settings: "lnum", "kern";
  font-feature-settings: "lnum", "kern";
  margin-bottom: 14px;
}
.footer__logo-wordmark .logo-club {
  color: #cc1111;
  text-shadow: 0 1px 6px rgba(0,0,0,0.5);
  margin-right: 0.14em;
}
.footer__logo-wordmark .logo-a1 {
  color: #111111;
  text-shadow: 0 1px 4px rgba(0,0,0,0.4);
  font-size: inherit;
  font-weight: 900;
  letter-spacing: inherit;
  margin-top: 0;
  font-variant: normal;
  font-variant-numeric: lining-nums;
}
/* legacy alias */
.logo-sauna {
  font-family: var(--font-sans);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.4em;
  color: var(--grey-light);
  margin-top: 4px;
}

.age-gate__divider {
  width: 80px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin: 0 auto 24px;
}

.age-gate__subtitle {
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  color: var(--gold);
  margin-bottom: 24px;
}

.age-gate__headline {
  font-family: var(--font-serif);
  font-size: 1.8rem;
  font-weight: 300;
  color: var(--white);
  margin-bottom: 16px;
}

.age-gate__text {
  font-size: 0.9rem;
  color: var(--grey-light);
  line-height: 1.7;
  margin-bottom: 36px;
}
.age-gate__text strong { color: var(--gold-light); }

.age-gate__buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.age-gate__legal {
  font-size: 0.7rem;
  color: var(--grey);
  line-height: 1.6;
}
.age-gate__legal a { color: var(--gold-light); }
.age-gate__legal a:hover { text-decoration: underline; }

/* ═══════════════════════════════════════════
   HEADER
   ═══════════════════════════════════════════ */
.header {
  position: fixed;
  top: 0; left: 0; right: 0;
  width: 100%;           /* exakt Viewport-Breite */
  z-index: 900;
  padding: 20px 0;
  transition: background var(--transition), padding var(--transition), backdrop-filter var(--transition);
}
.header.scrolled {
  background: rgba(10,10,10,0.92);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(204,17,17,0.15);
  padding: 12px 0;
  box-shadow: 0 4px 30px rgba(0,0,0,0.4);
}

.header__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 12px;       /* gleichmäßig links & rechts */
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
}

.header__logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}

/* Header-Logo Wordmark – identisch wie Hero, nur kleiner */
.header__logo-inline {
  display: inline-flex;
  align-items: center;
  gap: 0;
  line-height: 1;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: clamp(1.4rem, 3.5vw, 2rem);
  letter-spacing: -0.02em;
  font-variant: normal;
  font-variant-numeric: lining-nums;
  -webkit-font-feature-settings: "lnum", "kern";
  font-feature-settings: "lnum", "kern";
  font-style: normal;
  animation: logoPulse 2.6s ease-in-out infinite;
}
.header__logo-club {
  color: #cc1111;
  text-shadow: 0 1px 4px rgba(0,0,0,0.6);
  margin-right: 0.14em;
}
.header__logo-a1 {
  color: #111111;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
  font-weight: 900 !important;
  font-variant: normal !important;
  font-variant-numeric: lining-nums !important;
  -webkit-font-feature-settings: "lnum", "kern" !important;
  font-feature-settings: "lnum", "kern" !important;
  font-style: normal !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.nav__list {
  display: flex;
  align-items: center;
  gap: 40px;
}

.nav__link {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--grey-light);
  transition: color var(--transition-fast);
  position: relative;
}
.nav__link::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0;
  width: 0; height: 1px;
  background: var(--gold);
  transition: width var(--transition);
}
.nav__link:hover { color: var(--gold); }
.nav__link:hover::after { width: 100%; }

.nav__link--cta {
  color: var(--gold);
  border: 1px solid rgba(204,17,17,0.4);
  padding: 8px 20px;
  border-radius: var(--radius);
  letter-spacing: 0.15em;
}
.nav__link--cta::after { display: none; }
.nav__link--cta:hover {
  background: rgba(204,17,17,0.1);
  border-color: var(--gold);
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  flex-shrink: 0;   /* nie zusammendrücken */
  margin-right: 0;  /* kein negativer Abstand */
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
}
.hamburger span {
  display: block;
  width: 24px; height: 2px;
  background: var(--gold);
  transition: var(--transition);
  transform-origin: center;
}
.hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ═══════════════════════════════════════════
   HERO
   ═══════════════════════════════════════════ */
.hero {
  position: relative;
  height: 100vh;
  min-height: 700px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.hero__img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.05);
  animation: heroZoom 14s ease-out forwards;
  image-rendering: -webkit-optimize-contrast;
  filter: saturate(1.15) contrast(1.05);
}
@keyframes heroZoom {
  to { transform: scale(1); }
}
.hero__overlay {
  position: absolute;
  inset: 0;
  /* Tageslicht-Außenfoto: rotes Gebäude sichtbar, goldener Hauch oben, tief unten */
  background:
    linear-gradient(
      180deg,
      rgba(5,0,0,0.72) 0%,
      rgba(10,2,2,0.45) 25%,
      rgba(8,2,2,0.35) 55%,
      rgba(0,0,0,0.88) 100%
    );
}

.hero__content {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  padding-top: 14vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* ── HERO LOGO – kompakt, einheitlich, pulsierend ── */
.hero__logo-wrap {
  margin-bottom: 22px;
  text-align: center;
  width: 100%;
}

@keyframes logoPulse {
  0%, 100% {
    filter: brightness(1) drop-shadow(0 0 12px rgba(204,17,17,0.5));
  }
  50% {
    filter: brightness(1.18) drop-shadow(0 0 35px rgba(204,17,17,0.95)) drop-shadow(0 0 70px rgba(204,17,17,0.5));
  }
}

/* Das gesamte Logo als ein Block */
.hero__logo-inline {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  line-height: 1;
  margin: 0;
  animation: logoPulse 2.6s ease-in-out infinite;
  /* Montserrat Black – klar, modern, keine Serifen, keine Dreiecke */
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: clamp(3.8rem, 14vw, 13rem);
  letter-spacing: -0.02em;
  font-variant: normal;
  font-variant-numeric: lining-nums;
  -webkit-font-feature-settings: "lnum", "kern";
  font-feature-settings: "lnum", "kern";
  font-style: normal;
}

/* “CLUB” – weiß */
.hero__logo-club {
  color: #cc1111;
  text-shadow:
    0 2px 8px rgba(0,0,0,0.9),
    0 0 28px rgba(200,0,0,0.5),
    0 0 55px rgba(200,0,0,0.22);
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  margin-right: 0.18em;
}

/* “A1” – gold */
.hero__logo-a1 {
  color: #111111;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
  font-weight: 900 !important;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  font-variant: normal !important;
  font-variant-numeric: lining-nums !important;
  -webkit-font-feature-settings: "lnum", "kern" !important;
  font-feature-settings: "lnum", "kern" !important;
  font-style: normal !important;
  text-shadow: 0 2px 6px rgba(0,0,0,0.6);
  -webkit-text-stroke: 0px;
}

/* Badge (behalten für andere Zwecke, aber im Hero nicht mehr genutzt) */
.hero__badge {
  display: none;
}

/* Alte standalone .hero__title – deaktiviert, ersetzt durch .hero__logo-inline */
.hero__title {
  display: none;
}

/* Subline unter dem Titel */
.hero__name-glow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-sans);
  font-size: clamp(0.6rem, 1.4vw, 0.82rem);
  font-weight: 700;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: var(--gold-light);
  background: linear-gradient(135deg, rgba(0,0,0,0.7), rgba(20,5,5,0.75));
  border: 1px solid rgba(204,17,17,0.5);
  box-shadow: 0 0 20px rgba(204,17,17,0.2), inset 0 1px 0 rgba(255,255,255,0.07);
  padding: 10px 28px;
  border-radius: 50px;
  margin-bottom: 22px;
  backdrop-filter: blur(10px);
}

.hero__tagline {
  font-size: clamp(0.75rem, 1.5vw, 0.9rem);
  font-weight: 400;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--grey-light);
  margin-bottom: 28px;
}

.hero__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 28px;
}
.hero__divider span {
  flex: 0 0 80px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold)); /* rot */
}
.hero__divider span:last-child {
  background: linear-gradient(90deg, var(--gold), transparent); /* rot */
}
.hero__divider i {
  color: var(--gold);
  font-size: 0.6rem;
}

.hero__sub {
  font-size: 0.85rem;
  color: var(--grey-light);
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}

.hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.hero__scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  animation: bounce 2s ease-in-out infinite;
  color: var(--grey-light);
}
.hero__scroll span {
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.hero__scroll i { color: var(--gold); }

@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(8px); }
}

/* ═══════════════════════════════════════════
   OPENING BANNER (TICKER)
   ═══════════════════════════════════════════ */
.opening-banner {
  background: linear-gradient(90deg, var(--gold-dark), var(--gold), var(--gold-dark)); /* rot-banner */
  overflow: hidden;
  padding: 12px 0;
  width: 100%;
}
.opening-banner__track {
  display: block;
  white-space: nowrap;
  width: max-content;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #000;
  animation: ticker-scroll 18s linear infinite;
  will-change: transform;
}
@keyframes ticker-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ═══════════════════════════════════════════
   ABOUT
   ═══════════════════════════════════════════ */
.about__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.about__lead {
  font-size: 1.15rem;
  line-height: 1.7;
  color: var(--light-2);
  margin-bottom: 20px;
}
.about__lead strong { color: var(--gold-light); font-weight: 600; }

.about__body {
  font-size: 0.9rem;
  line-height: 1.8;
  color: var(--grey-light);
  margin-bottom: 32px;
}
.about__body strong { color: var(--white); }

.about__features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
}
.about__features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.83rem;
  color: var(--light-2);
}
.about__features li i {
  color: var(--gold);
  font-size: 0.75rem;
  flex-shrink: 0;
}

.about__img-wrap {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/5;
}
.about__img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}
.about__img-wrap:hover img { transform: scale(1.04); }
.about__img-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid rgba(204,17,17,0.25);
  z-index: 1;
  border-radius: var(--radius-lg);
  pointer-events: none;
}

.about__img-badge {
  position: absolute;
  bottom: 24px; left: 24px;
  z-index: 2;
  background: rgba(10,10,10,0.85);
  border: 1px solid rgba(204,17,17,0.4);
  backdrop-filter: blur(10px);
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: var(--radius);
}
.about__img-badge i { color: var(--gold); }
.about__img-badge span {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--white);
}

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

/* Stats-Row: volle Breite, außerhalb des about__grid */
.about__stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 32px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.stat {
  background: rgba(204,17,17,0.05);
  border: 1px solid rgba(204,17,17,0.2);
  border-radius: var(--radius);
  padding: 20px 16px;
  text-align: center;
}
.stat__num {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.8rem;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 6px;
}
.stat__label {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--grey);
}

/* ═══════════════════════════════════════════
   ANGEBOT
   ═══════════════════════════════════════════ */
.angebot__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.angebot__card {
  background: linear-gradient(145deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
  border: 1px solid rgba(204,17,17,0.15);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
  text-align: center;
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}
.angebot__card:hover {
  transform: translateY(-6px);
  border-color: rgba(204,17,17,0.4);
  box-shadow: var(--shadow-gold);
}

.angebot__icon {
  width: 64px; height: 64px;
  margin: 0 auto 24px;
  background: linear-gradient(135deg, rgba(204,17,17,0.15), rgba(204,17,17,0.05));
  border: 1px solid rgba(204,17,17,0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: var(--gold);
  transition: background var(--transition);
}
.angebot__card:hover .angebot__icon {
  background: linear-gradient(135deg, rgba(204,17,17,0.3), rgba(204,17,17,0.1));
}

.angebot__card h3 {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 14px;
}
.angebot__card p {
  font-size: 0.87rem;
  color: var(--grey);
  line-height: 1.7;
}

/* ═══════════════════════════════════════════
   GALLERY
   ═══════════════════════════════════════════ */
.gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 260px;
  gap: 10px;
}

.gallery__item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
  background: var(--dark-3);
  border: 1px solid rgba(204,17,17,0.08);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.gallery__item:hover {
  border-color: rgba(204,17,17,0.35);
  box-shadow: 0 6px 30px rgba(204,17,17,0.15);
}
.gallery__item--wide { grid-column: span 2; }
.gallery__item--tall { grid-row: span 2; }

.gallery__item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.gallery__item:hover img { transform: scale(1.07); }

.gallery__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.82) 0%,
    rgba(0,0,0,0.35) 45%,
    rgba(0,0,0,0.05) 100%
  );
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 24px;
  gap: 8px;
  transition: opacity 0.4s ease;
}
.gallery__overlay i {
  font-size: 2rem;
  color: var(--gold);
  filter: drop-shadow(0 0 8px rgba(204,17,17,0.8));
  transform: scale(0.6) translateY(6px);
  transition: transform 0.4s ease;
}
.gallery__label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--white);
  background: linear-gradient(135deg, rgba(204,17,17,0.85), rgba(153,17,17,0.9));
  padding: 6px 18px;
  border-radius: 50px;
  transform: translateY(10px);
  transition: transform 0.4s ease, opacity 0.4s ease;
  opacity: 0;
  box-shadow: 0 2px 12px rgba(0,0,0,0.5);
}
.gallery__item:hover .gallery__overlay { opacity: 1; }
.gallery__item:hover .gallery__overlay i { transform: scale(1) translateY(0); }
.gallery__item:hover .gallery__label { transform: translateY(0); opacity: 1; }

/* ── LIGHTBOX ── */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 9000;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lightbox.active {
  opacity: 1;
  pointer-events: all;
}
.lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.92);
  backdrop-filter: blur(4px);
}
.lightbox__content {
  position: relative;
  z-index: 1;
  max-width: min(90vw, 1000px);
  max-height: 85vh;
}
.lightbox__content img {
  max-width: 100%;
  max-height: 85vh;
  object-fit: contain;
  border-radius: var(--radius);
  box-shadow: 0 20px 80px rgba(0,0,0,0.7);
}
.lightbox__close,
.lightbox__prev,
.lightbox__next {
  position: absolute;
  z-index: 2;
  background: rgba(204,17,17,0.15);
  border: 1px solid rgba(204,17,17,0.4);
  color: var(--white);
  width: 48px; height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: background var(--transition-fast), color var(--transition-fast);
}
.lightbox__close:hover,
.lightbox__prev:hover,
.lightbox__next:hover {
  background: var(--gold);
  color: #ffffff;
}
.lightbox__close  { top: 20px; right: 20px; }
.lightbox__prev   { left: 20px; top: 50%; transform: translateY(-50%); }
.lightbox__next   { right: 20px; top: 50%; transform: translateY(-50%); }
.lightbox__counter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  font-size: 0.8rem;
  color: var(--grey-light);
  letter-spacing: 0.15em;
}

/* ═══════════════════════════════════════════
   INFO SECTION
   ═══════════════════════════════════════════ */
.info__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.info__card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(204,17,17,0.18);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
}
.info__icon {
  font-size: 2rem;
  color: var(--gold);
  margin-bottom: 20px;
}
.info__card h3 {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 20px;
}

.info__list { display: flex; flex-direction: column; gap: 10px; }
.info__list li {
  display: flex;
  justify-content: space-between;
  font-size: 0.87rem;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  color: var(--grey-light);
}
.info__list li:last-child { border-bottom: none; }
.info__list li span:first-child { color: var(--white); }

.info__note {
  margin-top: 20px;
  font-size: 0.8rem;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 8px;
}

.info__address {
  font-size: 0.9rem;
  line-height: 2;
  color: var(--grey-light);
  margin-bottom: 20px;
}

.info__transport {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.info__transport span {
  font-size: 0.8rem;
  color: var(--grey);
  display: flex;
  align-items: center;
  gap: 10px;
}
.info__transport i { color: var(--gold); width: 16px; }

.info__rules { display: flex; flex-direction: column; gap: 12px; }
.info__rules li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.87rem;
  color: var(--grey-light);
}
.info__rules li i { color: var(--gold); font-size: 0.75rem; }

/* ═══════════════════════════════════════════
   KONTAKT
   ═══════════════════════════════════════════ */
.kontakt__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.kontakt__channels {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.kontakt__channel {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(204,17,17,0.15);
  border-radius: var(--radius-lg);
  transition: border-color var(--transition), background var(--transition), transform var(--transition-fast);
}
.kontakt__channel:hover {
  border-color: rgba(204,17,17,0.4);
  background: rgba(204,17,17,0.05);
  transform: translateX(6px);
}

.kontakt__ch-icon {
  width: 52px; height: 52px;
  background: rgba(204,17,17,0.1);
  border: 1px solid rgba(204,17,17,0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: var(--gold);
  flex-shrink: 0;
}
.kontakt__ch-icon.whatsapp { background: rgba(37,211,102,0.1); border-color: rgba(37,211,102,0.3); color: #25D366; }

.kontakt__ch-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.kontakt__ch-label {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--grey);
}
.kontakt__ch-value {
  font-size: 0.95rem;
  color: var(--white);
  font-weight: 500;
}

/* FORM */
.kontakt__form {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(204,17,17,0.15);
  border-radius: var(--radius-lg);
  padding: 40px;
}
.form-group { margin-bottom: 16px; }
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 14px 18px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  color: var(--white);
  font-family: var(--font-sans);
  font-size: 0.9rem;
  outline: none;
  transition: border-color var(--transition-fast);
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: var(--grey); }
.form-group input:focus,
.form-group textarea:focus { border-color: rgba(204,17,17,0.5); }
.form-group textarea { resize: vertical; min-height: 100px; }

.form-success {
  margin-top: 16px;
  padding: 14px 18px;
  background: rgba(37,200,100,0.1);
  border: 1px solid rgba(37,200,100,0.3);
  border-radius: var(--radius);
  font-size: 0.87rem;
  color: #4ade80;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* ═══════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════ */
/* ═══════════════════════════════════════════
   KOOPERATIONSPARTNER
   ═══════════════════════════════════════════ */
.koop__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 48px;
  align-items: stretch;
}

.koop__card {
  position: relative;
  background: linear-gradient(145deg, rgba(20,5,5,0.95) 0%, rgba(10,3,3,0.98) 100%);
  border: 1px solid rgba(204,17,17,0.25);
  border-radius: 20px;
  padding: 36px 32px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  display: flex;
  flex-direction: column;
}
.koop__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(204,17,17,0.18);
  border-color: rgba(204,17,17,0.5);
}
.koop__card-glow {
  position: absolute;
  top: -60px; right: -60px;
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(204,17,17,0.08) 0%, transparent 70%);
  pointer-events: none;
}

.koop__header {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(204,17,17,0.15);
}
.koop__icon {
  width: 56px; height: 56px;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem;
  color: #ffffff;
  flex-shrink: 0;
  box-shadow: 0 4px 20px rgba(204,17,17,0.3);
}
.koop__name {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 4px;
}
.koop__url {
  font-size: 0.72rem;
  color: var(--gold);
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: opacity 0.2s;
}
.koop__url:hover { opacity: 0.75; text-decoration: underline; }

.koop__intro {
  font-size: 0.88rem;
  color: var(--grey-light);
  line-height: 1.75;
  margin-bottom: 24px;
}

/* Feature-Grid */
.koop__features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 24px;
}
.koop__feature {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: rgba(204,17,17,0.04);
  border: 1px solid rgba(204,17,17,0.1);
  border-radius: 10px;
  padding: 12px;
}
.koop__feature > i {
  color: var(--gold);
  font-size: 0.9rem;
  margin-top: 2px;
  flex-shrink: 0;
}
.koop__feature strong {
  display: block;
  font-size: 0.78rem;
  color: var(--white);
  margin-bottom: 2px;
}
.koop__feature span {
  font-size: 0.72rem;
  color: var(--grey);
  line-height: 1.5;
}

/* Benefits */
.koop__benefits {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 28px;
  padding: 18px 20px;
  background: rgba(204,17,17,0.04);
  border-radius: 12px;
  border: 1px solid rgba(204,17,17,0.1);
  /* Benefits wächst mit, drückt Button nach unten */
  flex-grow: 1;
}
.koop__benefits span {
  font-size: 0.8rem;
  color: var(--grey-light);
  display: flex;
  align-items: center;
  gap: 8px;
}
.koop__benefits i {
  color: var(--gold);
  font-size: 0.7rem;
  flex-shrink: 0;
}

/* Footer-Note */
/* Kombinierte Doppel-Box: Lolitaz + Lova6 */
.koop__dual-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  flex-wrap: nowrap;
}
.koop__dual-site {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
.koop__dual-site .koop__name {
  font-size: 1.25rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.koop__dual-site .koop__url {
  font-size: 0.7rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.koop__dual-site .koop__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  font-size: 1rem;
}
.koop__dual-divider {
  width: 1px;
  min-width: 1px;
  height: 52px;
  background: linear-gradient(to bottom, transparent, rgba(204,17,17,0.5), transparent);
  flex-shrink: 0;
}
.koop__dual-btns {
  display: flex;
  gap: 12px;
  margin-top: auto;
  padding-top: 20px;
  flex-wrap: wrap;
}
.koop__dual-btns .btn {
  flex: 1;
  min-width: 120px;
  justify-content: center;
}

.koop__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 48px;
  padding: 24px 32px;
  background: linear-gradient(135deg, rgba(204,17,17,0.06), rgba(204,17,17,0.1));
  border: 1px solid rgba(204,17,17,0.2);
  border-radius: 14px;
  text-align: center;
}
.koop__footer i {
  color: var(--gold);
  font-size: 0.6rem;
  opacity: 0.7;
}
.koop__footer p {
  font-size: 0.88rem;
  color: var(--grey-light);
  letter-spacing: 0.04em;
  margin: 0;
}

/* Mobile */
@media (max-width: 860px) {
  .koop__grid { grid-template-columns: 1fr; gap: 20px; }
}
@media (max-width: 640px) {
  .koop__card { padding: 24px 18px; }
  .koop__features { grid-template-columns: 1fr; gap: 10px; }
  .koop__footer { flex-direction: column; gap: 8px; padding: 18px; }
  .koop__header { gap: 12px; }
}

.footer { background: var(--black); border-top: 1px solid rgba(204,17,17,0.15); }
.footer__top { padding: 80px 0 60px; }

.footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 48px;
}

.footer__brand .footer__logo {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.footer__brand .logo-velvet { font-size: 1.6rem; }
.footer__brand .logo-sauna  { font-size: 0.55rem; }
.footer__brand .logo-a1     { font-size: 0.8rem; letter-spacing: 0.4em; color: #111111; margin-top: 2px; }
.footer__brand p {
  font-size: 0.85rem;
  color: var(--grey);
  line-height: 1.7;
  margin-bottom: 24px;
  max-width: 280px;
}

.footer__social {
  display: flex;
  gap: 12px;
}
.footer__social a {
  width: 40px; height: 40px;
  border: 1px solid rgba(204,17,17,0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--grey);
  font-size: 0.9rem;
  transition: color var(--transition-fast), border-color var(--transition-fast), background var(--transition-fast);
}
.footer__social a:hover {
  color: var(--gold);
  border-color: var(--gold);
  background: rgba(204,17,17,0.08);
}

.footer__links h4,
.footer__legal-links h4,
.footer__hours h4 {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
.footer__links ul,
.footer__legal-links ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__links li a,
.footer__legal-links li a {
  font-size: 0.85rem;
  color: var(--grey);
  transition: color var(--transition-fast);
}
.footer__links li a:hover,
.footer__legal-links li a:hover { color: var(--gold-light); }

.footer__hours table {
  width: 100%;
  border-collapse: collapse;
}
.footer__hours td {
  padding: 6px 0;
  font-size: 0.83rem;
  color: var(--grey);
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.footer__hours td:last-child { text-align: right; color: var(--grey-light); }

.footer__bottom {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 24px 0;
  text-align: center;
}
.footer__bottom p {
  font-size: 0.75rem;
  color: var(--grey);
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
.footer__credits {
  font-size: 0.78rem;
  color: rgba(180,170,155,0.7);
  margin-bottom: 4px !important;
}
.footer__credits a {
  color: rgba(204,17,17,0.75);
  transition: color 0.2s;
}
.footer__credits a:hover { color: var(--gold); }

/* ═══════════════════════════════════════════
   MOBILE NAV OVERLAY
   ═══════════════════════════════════════════ */
@media (max-width: 900px) {
  /* ── kein seitliches Scrollen ── */
  html, body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
    width: 100% !important;
  }
  /* ── Opening Banner gleich schnell wie Desktop ── */
  .opening-banner { overflow: hidden; }

  /* ── Header: volle Breite, kein Überhang ── */
  .header {
    width: 100vw;
    left: 0; right: 0;
    box-sizing: border-box;
  }
  .header__inner {
    width: 100%;
    padding: 0 12px;        /* gleichmäßig */
    box-sizing: border-box;
  }
  .header__logo-inline { font-size: 1.4rem; }

  /* ── Hamburger: immer sichtbar, nie abgeschnitten ── */
  .hamburger {
    display: flex;
    flex-shrink: 0;
    margin-right: 0;
    padding: 6px;
    position: relative;    /* kein absolutes Positioning */
  }

  /* ── Nav Slide-in ── */
  .nav {
    position: fixed;
    top: 0; right: -100%;
    width: min(80vw, 320px);
    height: 100vh;
    background: rgba(10,10,10,0.98);
    border-left: 1px solid rgba(204,17,17,0.2);
    backdrop-filter: blur(20px);
    z-index: 800;
    transition: right var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav.open { right: 0; }
  .nav__list { flex-direction: column; gap: 28px; text-align: center; }
  .nav__link { font-size: 0.85rem; }
  .nav__link--cta { padding: 12px 32px; }
}

/* ═══════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════ */
@media (max-width: 1100px) {
  .angebot__grid { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 40px; }
}

@media (max-width: 860px) {
  .about__grid { grid-template-columns: 1fr; gap: 32px; width: 100%; max-width: 100%; }
  .about__text { width: 100%; max-width: 100%; overflow: hidden; }
  .about__visual { order: -1; }
  .about__img-wrap { aspect-ratio: 16/9; }
  .about__stats { grid-template-columns: repeat(3,1fr); }
  .about__stats-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 24px;
    padding: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .info__grid { grid-template-columns: 1fr; }
  .kontakt__grid { grid-template-columns: 1fr; gap: 32px; }

  .gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 200px;
  }
}

@media (max-width: 640px) {
  /* ── Basis: kein seitliches Scrollen ── */
  html, body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
    width: 100% !important;
  }
  * { box-sizing: border-box; max-width: 100%; }
  img, video, iframe { max-width: 100%; }
  .section { padding: 60px 0; }
  .container { padding: 0 14px; max-width: 100%; width: 100%; }

  /* ── Header ── */
  .header { width: 100%; }
  .header__inner { padding: 0 12px 0 14px; }
  .header__logo-inline { font-size: 1.4rem; }
  .hamburger { display: flex; margin-right: 0; }

  /* ── Hero ── */
  .hero { min-height: 100svh; overflow: hidden; }
  .hero__content {
    padding-top: 15vh;
    padding-left: 16px;
    padding-right: 16px;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .hero__logo-wrap { text-align: center; width: 100%; }
  .hero__logo-inline {
    font-size: clamp(3rem, 20vw, 5.5rem);
    justify-content: center;
  }
  .hero__logo-club   { margin-right: 0.12em; }
  .hero__name-glow, .hero__tagline, .hero__divider, .hero__sub { text-align: center; }
  .hero__name-glow { font-size: 0.58rem; padding: 6px 14px; }
  .hero__sub { font-size: 0.7rem; padding: 0 8px; }

  /* ── 4 Hero-Buttons: 2×2 Grid ── */
  .hero__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    width: 100%;
  }
  .hero__actions .btn--lg {
    width: 100%;
    justify-content: center;
    padding: 12px 6px;
    font-size: 0.6rem;
    letter-spacing: 0.08em;
  }

  /* ── Age Gate ── */
  .age-gate__box { padding: 36px 20px; }
  .age-gate__buttons { flex-direction: column; }

  /* ── Über uns ── */
  .about__stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    margin-top: 16px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  .about__stats-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    margin-top: 20px;
    padding: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .stat {
    padding: 10px 4px;
    border-radius: 8px;
    min-width: 0;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
  }
  .stat__num {
    font-size: 1.1rem;
    word-break: break-all;
  }
  .stat__label {
    font-size: 0.5rem;
    letter-spacing: 0.04em;
    word-break: break-word;
    white-space: normal;
    overflow-wrap: break-word;
  }
  .about__features { grid-template-columns: 1fr; }

  /* ── Angebot ── */
  .angebot__grid { grid-template-columns: 1fr; }

  /* ── Galerie ── */
  .gallery__grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 150px;
  }
  .gallery__item--wide,
  .gallery__item--tall {
    grid-column: span 1;
    grid-row: span 1;
  }

  /* ── Info / Kontakt ── */
  .info__grid { grid-template-columns: 1fr; }
  .kontakt__grid { grid-template-columns: 1fr; gap: 24px; }
  .kontakt__channels { gap: 12px; }

  /* ── Opening Banner ── */
  .opening-banner { overflow: hidden; }

  /* ── Footer ── */
  .footer__grid { grid-template-columns: 1fr; gap: 28px; }

  /* ── Lightbox ── */
  .lightbox__prev { left: 6px; }
  .lightbox__next { right: 6px; }

  /* ── Section Labels & Titles ── */
  .section-title { font-size: clamp(1.8rem, 8vw, 2.8rem); }

  /* ── Kooperation Dual-Box: IMMER nebeneinander ── */
  .koop__dual-header {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 6px !important;
    align-items: center !important;
    margin-bottom: 14px !important;
    overflow: hidden !important;
  }
  .koop__dual-site {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
  }
  .koop__dual-site .koop__icon {
    width: 28px !important;
    height: 28px !important;
    font-size: 0.7rem !important;
    flex-shrink: 0 !important;
    border-radius: 6px !important;
  }
  .koop__dual-site .koop__name {
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  .koop__dual-site .koop__url {
    font-size: 0.55rem !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: block !important;
  }
  .koop__dual-divider {
    width: 1px !important;
    min-width: 1px !important;
    height: 38px !important;
    flex-shrink: 0 !important;
    background: linear-gradient(to bottom, transparent, rgba(204,17,17,0.5), transparent) !important;
  }
  .koop__dual-btns {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
  }
  .koop__dual-btns .btn {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    padding: 10px 6px !important;
    font-size: 0.58rem !important;
    letter-spacing: 0.07em !important;
    white-space: nowrap !important;
  }
}
