/* ============================================================
   BEAUTYBAR VANESSA FORSTER – style.css
   1:1 Nachbau beautybar-vanessaforster.de
   ============================================================ */

/* Fonts werden lokal aus public/fonts/ ausgeliefert (nicht mehr live von
   fonts.googleapis.com/fonts.gstatic.com geladen), damit beim Seitenaufruf
   keine Besucher-IP automatisch an Google übertragen wird (DSGVO). */
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../public/fonts/cinzel-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../public/fonts/cinzel-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../public/fonts/cinzel-600.woff2') format('woff2');
}

@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../public/fonts/cinzel-700.woff2') format('woff2');
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../public/fonts/manrope-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../public/fonts/manrope-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../public/fonts/manrope-600.woff2') format('woff2');
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../public/fonts/manrope-700.woff2') format('woff2');
}

@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../public/fonts/playfair-display-italic-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('../public/fonts/playfair-display-italic-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../public/fonts/playfair-display-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../public/fonts/playfair-display-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../public/fonts/playfair-display-600.woff2') format('woff2');
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../public/fonts/playfair-display-700.woff2') format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../public/fonts/poppins-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../public/fonts/poppins-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../public/fonts/poppins-600.woff2') format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../public/fonts/poppins-700.woff2') format('woff2');
}

/* ── Custom Properties ── */
:root {
  --black:        rgb(10, 10, 10);
  --bordeaux:     rgb(112, 0, 14);
  --announce-bg:  rgb(29, 29, 29);
  --body-text:    rgb(96, 96, 96);
  --text-dark:    rgb(17, 17, 17);
  --gray-light:   rgb(186, 186, 186);
  --footer-bg:    rgb(253, 253, 253);
  --gray-600:     rgb(76, 76, 76);

  /* Warmer Beauty-Wash für Sektionshintergründe statt Weiß/Hellgrau-Wechsel */
  --cream:        rgb(253, 250, 247);
  --blush:        rgb(247, 234, 231);
  --section-wash: linear-gradient(180deg, var(--cream) 0%, var(--blush) 100%);

  --font-cinzel:  'Cinzel', Georgia, serif;
  --font-body:    Arial, Helvetica, sans-serif;
  --font-poppins: 'Poppins', sans-serif;
  --font-manrope: 'Manrope', sans-serif;
  --font-display: 'Playfair Display', Georgia, serif;

  --announce-h:   0rem;
  --header-h:     4.5rem;
  --header-gap:   1rem;
}

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  /* Anchor-Sprünge (#hash, scrollIntoView) enden unter der fixen Pille statt
     dahinter – aus der echten Nav-Höhe berechnet, kein geratener Pixelwert. */
  scroll-padding-top: calc(var(--header-gap) + var(--header-h) + 1rem);
  /* Absicherung gegen horizontales Scrollen auf Mobile – z.B. das
     off-canvas mobile-nav-Panel (fixed, per transform ausgeblendet) kann
     je nach Seite trotzdem zur Scroll-Breite beitragen. */
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.7;
  color: rgb(96, 96, 96);
  background: var(--section-wash);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

a {
  text-decoration: none;
  color: inherit;
}

ul, ol { list-style: none; }

p {
  font-family: var(--font-body);
  font-size: 14px;
  color: rgb(17, 17, 17);
  letter-spacing: 1px;
  line-height: 1.75;
}

/* ── Layout Helpers ── */
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 1.25rem;
}

@media (min-width: 640px)  { .container { padding: 0 1.5rem; } }
@media (min-width: 1024px) { .container { padding: 0 2rem; } }

.container--sm  { max-width: 48rem; }
.container--md  { max-width: 64rem; }
.container--lg  { max-width: 80rem; }

.text-center { text-align: center; }

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

/* Spacing helpers */
.mb-4  { margin-bottom: 1rem; }
.mb-6  { margin-bottom: 1.5rem; }
.mb-8  { margin-bottom: 2rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mx-auto { margin-left: auto; margin-right: auto; }

/* ── Headings ── */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-cinzel);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.3;
  color: var(--black);
}

h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 1px;
}

h3 { font-size: 22px; font-weight: 500; }
h4 { font-size: 15px; font-weight: 700; }

/* ── Eyebrow / Helpers ── */
.eyebrow {
  font-family: var(--font-body);
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gray-600);
  margin-bottom: 0.75rem;
}

.eyebrow--light { color: rgba(255,255,255,0.45); }

.heading       { font-family: var(--font-cinzel); font-weight: 600; text-transform: uppercase; overflow-wrap: break-word; hyphens: auto; -webkit-hyphens: auto; }
.heading--xl   { font-size: clamp(1.75rem, 5vw, 2.75rem); line-height: 1.15; margin-bottom: 1rem; }
.heading--lg   { font-size: clamp(1.5rem, 4vw, 2rem); line-height: 1.2; margin-bottom: 1rem; }
.heading--light { color: #fff; }

.text         { font-family: var(--font-body); font-size: 14px; letter-spacing: 1px; }
.text--muted  { color: var(--body-text); }
.text--light  { color: rgba(255,255,255,0.7); }
.text--center { text-align: center; }
.section__head { text-align: center; margin-bottom: 3rem; }
.section__foot { text-align: center; margin-top: 2.5rem; }

/* ── Grid ── */
.grid { display: grid; gap: 3rem; }
.grid--2 { grid-template-columns: 1fr; }
.grid--center { align-items: center; }

@media (min-width: 1024px) {
  .grid--2 { grid-template-columns: 1fr 1fr; }
}

.img-wrap { border-radius: 0.75rem; overflow: hidden; }
.img-wrap--portrait { aspect-ratio: 4 / 5; }
.img-wrap img { width: 100%; height: 100%; object-fit: cover; }

/* ============================================================
   HEADER – schwebende Pill-Leiste
   ============================================================ */
/* ============================================================
   NAV-PILLE – EIN Mechanismus für alle Seiten, 3 Zustände:
   1) oben, kein Hover  → komplett transparent, kein eigener Hintergrund.
      Lesbarkeit kommt rein über helle Schrift + Text-Shadow (siehe unten).
   2) oben, Hover (nur @media (hover:hover), also nie auf Touch) → weiß.
   3) .scrolled (ab Schwellwert, siehe main.js) → dauerhaft weiß, hat
      immer Vorrang vor Zustand 1/2, volle Deckkraft (kein Alpha), damit
      nichts durchscheint.
   ============================================================ */
.site-header {
  position: fixed;
  top: var(--header-gap);
  left: 1rem;
  right: 1rem;
  z-index: 99999;
  border-radius: 100px;
  transition: background 0.3s ease, box-shadow 0.3s ease, backdrop-filter 0.3s ease,
              top 0.3s ease, left 0.3s ease, right 0.3s ease, border-radius 0.3s ease;

  /* Zustand 1 (Default) */
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
}

@media (min-width: 640px)  { .site-header { left: 1.5rem; right: 1.5rem; } }
@media (min-width: 1024px) { .site-header { left: 2rem;   right: 2rem; } }

/* Zustand 3 – gescrollt, dauerhaft, unabhängig von Hover. Pille geht in eine
   randlose Vollbreiten-Leiste flush oben über, damit kein Spalt mehr bleibt
   und nichts der Seite mehr darüber/daneben sichtbar ist. Höhere Spezifität
   (.site-header.scrolled) gewinnt automatisch gegen die Breakpoint-Regeln
   oben, unabhängig von der Viewport-Breite. */
.site-header.scrolled {
  top: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  background: #fff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Zustand 2 – Hover, nur Geräte mit echtem Mauszeiger, nie wenn schon
   gescrollt (Zustand 3 hat Vorrang) */
@media (hover: hover) {
  .site-header:not(.scrolled):hover {
    background: #fff;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  }
}

/* Lesbarkeit in Zustand 1: helle Schrift/Logo/Button statt der dunklen
   Basis-Optik. Sobald .scrolled gesetzt ist, greift die Basis (dunkel)
   automatisch wieder, weil diese Selektoren dann nicht mehr matchen. */
.site-header:not(.scrolled) .site-header__logo img {
  filter: brightness(0) invert(1);
}

.site-header:not(.scrolled) .site-header__nav a {
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.site-header:not(.scrolled) .site-header__nav a:hover,
.site-header:not(.scrolled) .site-header__nav a.active {
  color: #fff;
  opacity: 0.75;
}

.site-header:not(.scrolled) .site-header__cta {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}

.site-header:not(.scrolled) .site-header__cta:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff;
}

.site-header:not(.scrolled) .hamburger span {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

/* Zustand 2 (Hover) hebt die helle Optik wieder auf – nur Maus-Geräte */
@media (hover: hover) {
  .site-header:not(.scrolled):hover .site-header__logo img {
    filter: none;
  }

  .site-header:not(.scrolled):hover .site-header__nav a {
    color: var(--text-dark);
    text-shadow: none;
  }

  .site-header:not(.scrolled):hover .site-header__nav a:hover,
  .site-header:not(.scrolled):hover .site-header__nav a.active {
    color: var(--bordeaux);
    opacity: 1;
  }

  .site-header:not(.scrolled):hover .site-header__cta {
    background: rgb(0, 0, 0);
    border-color: rgb(0, 0, 0);
    color: #fff;
  }

  .site-header:not(.scrolled):hover .site-header__cta:hover {
    background: var(--bordeaux);
    border-color: var(--bordeaux);
  }

  .site-header:not(.scrolled):hover .hamburger span {
    background: var(--black);
    box-shadow: none;
  }
}

.site-header__inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-h);
}

@media (min-width: 1024px) { .site-header__inner { padding: 0 2.5rem; } }

/* Logo */
.site-header__logo img {
  height: 4rem;
  width: auto;
  object-fit: contain;
}

/* Academy-Header: gestapeltes Logo mit "Aesthetic & Academy"-Schriftzug
   (dieselbe Datei wie im Footer) braucht mehr Höhe als das schmale
   Standard-Logo, um lesbar zu bleiben – nur auf der Academy-Seite aktiv,
   siehe partials.js. Passt innerhalb von --header-h (4.5rem). */
.site-header__logo.nav-logo--stacked img {
  height: 4.5rem;
}

/* Desktop Nav  (Arial 12px uppercase letter-spacing 1px) */
.site-header__nav {
  display: none;
  align-items: center;
  gap: 2rem;
}

@media (min-width: 1024px) {
  .site-header__nav { display: flex; }
}

.site-header__nav a {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text-dark);
  transition: color 0.2s;
}

.site-header__nav a:hover,
.site-header__nav a.active {
  color: var(--bordeaux);
}

/* Actions */
.site-header__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* CTA Button Header  (.et_pb_button_0_tb_header) */
.site-header__cta {
  display: none;
  font-family: var(--font-poppins);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  background: rgb(0, 0, 0);
  border: 1px solid rgb(0, 0, 0);
  border-radius: 100px;
  padding: 8px 20px;
  transition: background 0.2s, color 0.2s;
  white-space: nowrap;
}

@media (min-width: 640px) {
  .site-header__cta { display: inline-flex; }
}

.site-header__cta:hover {
  background: var(--bordeaux);
  border-color: var(--bordeaux);
}

/* Hamburger */
.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 2rem;
  height: 2rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.25rem;
}

@media (min-width: 1024px) { .hamburger { display: none; } }

.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--black);
  border-radius: 2px;
  transition: background 0.2s;
}

/* ============================================================
   MOBILE OVERLAY + DRAWER
   ============================================================ */
.mobile-overlay {
  position: fixed;
  inset: 0;
  z-index: 100000;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.mobile-overlay.open {
  opacity: 1;
  pointer-events: all;
}

.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100001;
  width: 20rem;
  max-width: 100%;
  background: #fff;
  box-shadow: -4px 0 30px rgba(0,0,0,0.15);
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
}

.mobile-nav.open { transform: translateX(0); }

.mobile-nav__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid #f0f0f0;
}

.mobile-nav__head img {
  height: 2.5rem;
  width: auto;
}

.mobile-nav__head.nav-logo--stacked img {
  height: 3.25rem;
}

.mobile-nav__close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  color: var(--black);
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.mobile-nav__close:hover { background: #f3f4f6; }

.mobile-nav__links {
  flex: 1;
  overflow-y: auto;
  padding: 1.5rem;
}

.mobile-nav__links li a {
  display: block;
  padding: 0.875rem 0;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text-dark);
  border-bottom: 1px solid #f0f0f0;
  transition: color 0.2s;
}

.mobile-nav__links li a:hover { color: var(--bordeaux); }

.mobile-nav__foot {
  padding: 1.5rem;
  border-top: 1px solid #f0f0f0;
}

.mobile-nav__foot a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: var(--black);
  color: #fff;
  font-family: var(--font-poppins);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px;
  border-radius: 100px;
  border: 1px solid var(--black);
  transition: background 0.2s;
}

.mobile-nav__foot a:hover {
  background: var(--bordeaux);
  border-color: var(--bordeaux);
}

/* ============================================================
   HERO – VIDEO  (.et_pb_section_0)
   ============================================================ */
.hero-video {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: rgb(32, 32, 32);
  padding-top: calc(var(--announce-h) + var(--header-h) + var(--header-gap) + 2rem);
  padding-bottom: 60px;
}

.hero-video__bg {
  position: absolute;
  inset: 0;
}

.hero-video__bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-video__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
}

.hero-video__content {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 0 1.5rem;
  animation: fadeUp 0.9s ease both;
}

.hero-video__logo {
  max-width: 400px;
  width: 80%;
  margin: 0 auto 2rem;
}

/* H3 in Hero: Cinzel 30px weight 500, color #fff, uppercase, letter-spacing 1px */
.hero-video__title {
  font-family: var(--font-cinzel);
  font-size: clamp(22px, 5vw, 30px);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  line-height: 1.35;
  margin-bottom: 2rem;
}

.hero-video__sub {
  margin-top: 1.5rem;
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}

/* Hero Button */
.btn-hero {
  display: inline-block;
  font-family: var(--font-poppins);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 28px;
  color: #fff;
  background: rgba(0,0,0,0);
  border: 2px solid rgba(255,255,255,0.6);
  border-radius: 100px;
  transition: background 0.2s, border-color 0.2s;
}

.btn-hero:hover {
  background: rgba(255,255,255,0.12);
  border-color: #fff;
}

/* ============================================================
   WELCOME SECTION  (.et_pb_section_1)
   bg white, padding-top 20px, padding-bottom 31px
   ============================================================ */
.welcome-section {
  background: var(--section-wash);
  padding-top: 20px;
  padding-bottom: 31px;
  overflow: hidden;
}

.welcome-section__labels {
  text-align: center;
  margin-bottom: 2rem;
  padding-top: 1.5rem;
}

.welcome-section__inner {
  background: #fff;
  border: 1px solid rgba(186,186,186,0.35);
  border-radius: 1.25rem;
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
  padding: 0;
  overflow: hidden;
}

.welcome-inner-label {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 1rem;
}

.welcome-divider {
  border: none;
  border-top: 1px solid rgba(10,10,10,0.15);
  margin: 0 0 1rem 0;
}

.welcome-label {
  font-family: var(--font-body);
  font-size: 20px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--bordeaux);
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.welcome-sublabel {
  font-family: var(--font-cinzel);
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--black);
}

.welcome-section__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: stretch;
}

@media (min-width: 1024px) {
  .welcome-section__grid {
    grid-template-columns: 46% 54%;
    gap: 0;
  }
}

.welcome-section__img {
  min-height: 400px;
}

.welcome-section__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  border-radius: 0;
}

.welcome-section__text {
  padding: 2rem 2rem;
}

@media (min-width: 1024px) {
  .welcome-section__text { padding: 1.75rem 2.75rem; }
}

/* H2 in Willkommen: Cinzel 30px weight 600, uppercase, letter-spacing 1px */
.welcome-section__heading {
  font-family: var(--font-cinzel);
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 32px;
  color: var(--black);
  margin-bottom: 0.85rem;
}

.welcome-section__text p {
  font-family: var(--font-body);
  font-size: 14px;
  color: rgb(17, 17, 17);
  letter-spacing: 1px;
  line-height: 1.55;
  margin-bottom: 0.6rem;
}

.welcome-list {
  list-style: disc;
  padding-left: 1.25rem;
  margin-bottom: 0.6rem;
}

.welcome-list li {
  font-family: var(--font-body);
  font-size: 14px;
  color: rgb(17, 17, 17);
  letter-spacing: 1px;
  line-height: 1.55;
}

/* ============================================================
   OUTLINE BUTTON (dark, caps)  used in cards / welcome
   ============================================================ */
.btn-outline-dark-caps {
  display: inline-block;
  font-family: var(--font-poppins);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 20px;
  color: var(--black);
  background: transparent;
  border: 1px solid var(--black);
  border-radius: 100px;
  margin-top: 1.5rem;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.btn-outline-dark-caps:hover {
  background: var(--bordeaux);
  color: #fff;
  border-color: var(--bordeaux);
}

/* ============================================================
   3-SPALTEN ICON CARDS  (.et_pb_section_2)
   bg white, padding-top 13px, padding-bottom 30px
   H3: Cinzel 20px weight 500, color #fff
   ============================================================ */
.services3 {
  background: var(--section-wash);
  padding-top: 13px;
  padding-bottom: 30px;
}

.section--gray { background: var(--section-wash); }
.section--white { background: var(--section-wash); }

.services3__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .services3__grid { grid-template-columns: repeat(3, 1fr); }
}

.services3__card {
  text-align: center;
  padding: 2.5rem 2rem;
  background: rgb(10, 10, 10);
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.services3__icon {
  width: 4rem;
  height: 4rem;
  object-fit: contain;
  margin-bottom: 1.25rem;
  filter: brightness(0) invert(1);
}

/* H3 in Icon-Card: Cinzel 20px weight 500, color #fff */
.services3__title {
  font-family: var(--font-cinzel);
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 0.875rem;
}

.services3__text {
  font-family: var(--font-body);
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  letter-spacing: 1px;
  line-height: 1.75;
  flex: 1;
  margin-bottom: 0;
}

.services3__card .btn-outline-dark-caps {
  color: #fff;
  border-color: rgba(255,255,255,0.5);
  background: transparent;
}

.services3__card .btn-outline-dark-caps:hover {
  background: var(--bordeaux);
  border-color: var(--bordeaux);
  color: #fff;
}

/* ============================================================
   EXZELLENZ IM DETAIL  (.et_pb_section_3 Hotspot)
   ============================================================ */
.excellence {
  position: relative;
  padding: 5rem 0;
  background: var(--section-wash);
  overflow: hidden;
}

.excellence__bg { display: none; }
.excellence__overlay { display: none; }

.excellence__content {
  position: relative;
  z-index: 2;
}

/* H2: Cinzel 30px weight 600, uppercase, letter-spacing 1px */
.excellence__title {
  font-family: var(--font-cinzel);
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 42px;
  color: var(--black);
  margin-bottom: 2.5rem;
}

.excellence__title em {
  font-style: italic;
  color: var(--bordeaux);
  font-family: var(--font-display);
  text-transform: none;
}

.treatment-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 640px)  { .treatment-cards { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .treatment-cards { grid-template-columns: repeat(4, 1fr); } }

.treatment-card {
  background: #fff;
  border: 1px solid rgba(186,186,186,0.35);
  border-radius: 14px;
  padding: 1.5rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  transition: box-shadow 0.2s, border-color 0.2s;
}

.treatment-card:hover {
  box-shadow: 0 4px 20px rgba(112,0,14,0.12);
  border-color: rgba(112,0,14,0.3);
}

.treatment-card h3 {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--bordeaux);
  margin-bottom: 0.5rem;
}

.treatment-card p {
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--body-text);
  letter-spacing: 0.3px;
  line-height: 1.7;
}

/* ============================================================
   VORHER / NACHHER  (.et_pb_section_12)
   bg white, padding 60.75px top/bottom
   H3: Cinzel 22px weight 500, color #fff
   ============================================================ */
.before-after {
  background: var(--section-wash);
  padding: 60.75px 0;
}

.before-after__header {
  background: rgb(22, 22, 22);
  padding: 1.25rem 2rem;
  margin-bottom: 2rem;
  border-radius: 0.75rem;
}

/* Grid: linke Gruppe (Überschrift + Text + Slider) neben der Video-Spalte.
   Die schwarze Überschrift-Box liegt INNERHALB der linken Gruppe, reicht
   also nur bis zum Ende der Slider-Spalte statt über die volle Breite. */
.before-after__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 3.5rem;
}

@media (min-width: 1024px) {
  .before-after__grid {
    grid-template-columns: 2.2fr 1fr;
    align-items: start;
  }
}

.before-after__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 1024px) {
  .before-after__content {
    grid-template-columns: 1.1fr 1fr;
  }
}

/* Beide Vorher/Nachher-Slider jetzt übereinander in einer Spalte statt
   nebeneinander, damit daneben Platz für die Video-Spalte entsteht. */
.before-after__images {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.before-after__video {
  border-radius: 0.75rem;
  overflow: hidden;
  aspect-ratio: 9 / 16;
}

.before-after__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.before-after__text {
  background: transparent;
  padding: 0;
}

.before-after__title {
  font-family: var(--font-cinzel);
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 0.5rem;
}

.before-after__sub {
  font-family: var(--font-cinzel);
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  color: var(--black);
  letter-spacing: 1px;
  margin-bottom: 1.25rem;
}

.before-after__text p {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--body-text);
  letter-spacing: 1px;
  line-height: 1.8;
  margin-bottom: 0.875rem;
}


/* Before/After Slider */
.ba-slider {
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem;
  cursor: ew-resize;
  user-select: none;
  touch-action: none;
  aspect-ratio: 16 / 9;
}

.ba-slider__before,
.ba-slider__after {
  position: absolute;
  inset: 0;
}

.ba-slider__before img,
.ba-slider__after img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.before-after__images .ba-slider:nth-child(1) .ba-slider__before img,
.before-after__images .ba-slider:nth-child(1) .ba-slider__after img {
  object-position: center top;
}

/* Slider 2 (Wimpern): Vorher-Foto per Iris-Zentroid (dunkelster
   zusammenhängender Bereich) auf die Nachher-Iris ausgerichtet, damit
   Lidlinie/Wimpernkranz an der Schnittkante nicht versetzt wirken. */
.before-after__images .ba-slider:nth-child(2) .ba-slider__before img {
  transform: translate(-4.4%, -0.6%) scale(1.06);
}

.ba-slider__label--left,
.ba-slider__label--right {
  position: absolute;
  bottom: 0.75rem;
  background: rgba(0,0,0,0.65);
  color: #fff;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 100px;
  pointer-events: none;
}

.ba-slider__label--left  { left: 0.75rem; }
.ba-slider__label--right { right: 0.75rem; }

.ba-slider__handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.ba-slider__btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  flex-shrink: 0;
  color: var(--black);
}

/* ============================================================
   CTA – 4 FEATURE CARDS  (.et_pb_section_15, .et_pb_cta, .dct_cta_v3)
   bg white, padding 60.75px top/bottom
   Card: transparent bg, border 1px solid rgb(186,186,186),
         border-radius 15px, padding 68px 50px
   H2: Cinzel 28px weight 500, color rgb(17,17,17), uppercase, letter-spacing 0.5px
   Button: Poppins 14px weight 500, color #fff, bg rgb(10,10,10), border-radius 100px, padding 8px 20px
   ============================================================ */
.cta4 {
  background: var(--section-wash);
  padding: 60.75px 0;
}

.cta4__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 640px)  { .cta4__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .cta4__grid { grid-template-columns: repeat(4, 1fr); } }

.cta4__card {
  background: transparent;
  border: 1px solid rgb(186, 186, 186);
  border-radius: 15px;
  padding: 68px 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: border-color 0.2s, box-shadow 0.2s;
}

@media (max-width: 767px) {
  .cta4__card { padding: 2.5rem 1.75rem; }
}

.cta4__card:hover {
  border-color: var(--bordeaux);
  box-shadow: 0 4px 24px rgba(112,0,14,0.08);
}

/* H2 Feature-Card: Cinzel 28px weight 500, color rgb(17,17,17), uppercase, letter-spacing 0.5px */
.cta4__title {
  font-family: var(--font-cinzel);
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgb(17, 17, 17);
  line-height: 1.3;
  margin-bottom: 0.75rem;
}

.cta4__text {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--body-text);
  letter-spacing: 1px;
  line-height: 1.75;
  flex: 1;
  margin-bottom: 0;
}

/* Button in Feature-Cards (.dct_cta_v3) */
.cta4__card .btn-outline-dark-caps {
  font-family: var(--font-poppins);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 20px;
  color: #fff;
  background: rgb(10, 10, 10);
  border: 1px solid rgb(10, 10, 10);
  border-radius: 100px;
  margin-top: 1.5rem;
}

.cta4__card .btn-outline-dark-caps:hover {
  background: var(--bordeaux);
  border-color: var(--bordeaux);
  color: #fff;
}

.cta4__footer {
  text-align: center;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--body-text);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  letter-spacing: 1px;
}

.cta4__agb-link {
  font-family: var(--font-poppins);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--bordeaux);
  border-bottom: 1px solid var(--bordeaux);
  padding-bottom: 1px;
  transition: opacity 0.2s;
}

.cta4__agb-link:hover { opacity: 0.7; }

/* ── Wiederverwendbare Bildkarte für .cta4__card ──
   Aktivieren: Klasse "cta4__card--image" zur Karte hinzufügen UND
   --card-bg per Inline-Style setzen, z.B.:
   style="--card-bg:url('../public/dein-bild.jpg')"
   Ohne gesetztes --card-bg passiert nichts (keine Karte betroffen,
   solange die Klasse nicht vergeben ist) – sicher für spätere Nutzung. */
.cta4__card--image {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.55) 100%), var(--card-bg, none);
  background-size: cover;
  background-position: center;
  border-color: transparent;
}

.cta4__card--image .cta4__title {
  color: #fff;
}

.cta4__card--image .cta4__text {
  color: rgba(255, 255, 255, 0.7);
}

.cta4__card--image .btn-outline-dark-caps {
  background: #fff;
  color: var(--black);
  border-color: #fff;
}

.cta4__card--image .btn-outline-dark-caps:hover {
  background: var(--bordeaux);
  color: #fff;
  border-color: var(--bordeaux);
}

/* ============================================================
   ZWEITES VIDEO
   ============================================================ */
.video2 {
  position: relative;
  max-height: 80vh;
  overflow: hidden;
  background: var(--black);
}

.video2__player {
  width: 100%;
  max-height: 80vh;
  object-fit: cover;
  display: block;
}

/* ============================================================
   FOOTER  (.et_pb_section_0_tb_footer)
   bg rgb(253,253,253), padding-bottom 25px
   Links: color rgb(112,0,14), Arial 14px
   H4: Arial 15px weight 600, uppercase, color rgb(76,76,76)
   ============================================================ */
.site-footer {
  background: var(--section-wash);
  color: var(--text-dark);
}

.site-footer__main {
  max-width: 80rem;
  margin: 0 auto;
  padding: 4rem 1.5rem 2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .site-footer__main {
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    padding: 5rem 2.5rem 2rem;
    gap: 2.5rem;
    align-items: start;
  }
}

.footer-brand__logo {
  height: 7rem;
  width: auto;
  margin-bottom: 1.25rem;
}

.footer-brand__desc {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--body-text);
  letter-spacing: 1px;
  line-height: 1.75;
}

/* H4 Footer: Arial 15px weight 600, uppercase, color rgb(76,76,76) */
.footer-col__title {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgb(76, 76, 76);
  margin-bottom: 1.25rem;
}

.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

/* Footer Links: color rgb(112,0,14), Arial 14px */
.footer-col ul a,
.footer-contact a {
  font-family: var(--font-body);
  font-size: 14px;
  color: rgb(112, 0, 14);
  letter-spacing: 0.5px;
  transition: opacity 0.2s;
}

.footer-col ul a:hover,
.footer-contact a:hover { opacity: 0.7; }

.footer-social {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-social a {
  display: inline-flex;
  color: rgb(112, 0, 14);
  transition: opacity 0.2s;
}

.footer-social a:hover { opacity: 0.7; }

.footer-contact {
  font-style: normal;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.footer-contact p {
  font-size: 14px;
  color: var(--body-text);
  letter-spacing: 0.5px;
}

.site-footer__copy {
  font-family: var(--font-body);
  font-size: 12px;
  color: var(--body-text);
  letter-spacing: 0.5px;
  margin-top: 1.5rem;
}

/* ============================================================
   QUICK-BAR (Schnellzugriff unten)
   ============================================================ */
.quick-bar {
  background: rgb(10, 10, 10);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  /* Rechts Platz für den fixierten WhatsApp-Button lassen, damit der letzte
     Link nicht darunter verschwindet, wenn ganz nach unten gescrollt wird. */
  padding-right: 5rem;
}

.quick-bar a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 1.5rem;
  font-family: var(--font-poppins);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  border-right: 1px solid rgba(255,255,255,0.15);
  transition: background 0.2s;
}

.quick-bar a:last-child { border-right: none; }
.quick-bar a:hover { background: var(--bordeaux); }

/* ============================================================
   WHATSAPP BUTTON
   ============================================================ */
.whatsapp-btn {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 9999;
  background: #25d366;
  color: #fff;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(37,211,102,0.4);
  transition: transform 0.2s, box-shadow 0.2s;
}

.whatsapp-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(37,211,102,0.5);
}

/* ============================================================
   ANIMATIONS
   ============================================================ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(2rem); }
  to   { opacity: 1; transform: translateY(0); }
}

.fade-in {
  opacity: 0;
  transform: translateY(1.25rem);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   SUBPAGE COMPONENTS
   ============================================================ */

/* Stats Grid – flex statt grid, damit eine "übrige" Karte in der letzten
   Zeile zentriert steht statt links auszufransen (z.B. bei 5 Karten). */
.stats-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}

.stat-card {
  background: #fff;
  border: 1px solid rgb(186, 186, 186);
  border-radius: 15px;
  padding: 2rem 1.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 0 1 calc(50% - 0.75rem);
}

@media (min-width: 768px) {
  .stat-card { flex-basis: calc(25% - 1.125rem); }
}

.stat-card__number {
  font-family: var(--font-cinzel);
  font-size: 2rem;
  font-weight: 600;
  color: var(--bordeaux);
  font-variant-numeric: tabular-nums;
}

.stat-card__label {
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--body-text);
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Values Grid */
.values-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 640px) {
  .values-grid { grid-template-columns: repeat(2, 1fr); }
}

.value-card {
  background: rgb(249, 249, 249);
  border: 1px solid rgb(186, 186, 186);
  border-radius: 15px;
  padding: 2rem;
}

.value-card__title {
  font-family: var(--font-cinzel);
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--black);
  margin-bottom: 0.75rem;
}

/* Quote (blockquote in story page) */
.quote {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-style: italic;
  color: var(--body-text);
  border-left: 3px solid var(--bordeaux);
  padding: 1rem 1.5rem;
  margin: 0;
  background: rgb(249, 249, 249);
  border-radius: 0 0.5rem 0.5rem 0;
}

/* Service Detail */
.service-detail {
  margin-bottom: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid rgba(186,186,186,0.4);
}

.service-detail:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.service-detail__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .service-detail__grid { grid-template-columns: 1fr 1fr; }
  .service-detail__grid--reverse > :first-child { order: 2; }
  .service-detail__grid--reverse > :last-child  { order: 1; }
}

.service-detail__tag {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: var(--bordeaux);
  color: #fff;
  padding: 4px 12px;
  border-radius: 100px;
  margin-bottom: 1rem;
}

.service-detail__title {
  font-family: var(--font-cinzel);
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  color: var(--black);
}

.service-detail__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--body-text);
  background: rgb(249, 249, 249);
  padding: 1rem 1.25rem;
  border-radius: 10px;
  letter-spacing: 0.5px;
}

/* Benefit List */
.benefit-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.benefit-list li {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--body-text);
  padding-left: 1.25rem;
  letter-spacing: 0.5px;
  position: relative;
}

.benefit-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--bordeaux);
  font-weight: 700;
}

/* Courses Grid (Academy) */
.courses-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 640px) { .courses-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .courses-grid { grid-template-columns: repeat(3, 1fr); } }

.course-card {
  position: relative;
  overflow: hidden;
  background: transparent;
  border: 1px solid rgb(186, 186, 186);
  border-radius: 15px;
  padding: 2.5rem 2rem;
  transition: border-color 0.2s;
}

.course-card:hover { border-color: var(--bordeaux); }

/* Kurs-Foto wirkt nur als dezente Textur im Hintergrund – heller
   Cream/Blush-Verlauf (dieselben Werte wie --cream/--blush, siehe auch
   Über-uns-Hero) sorgt dafür, dass Icon/Titel/Text weiter wie gewohnt
   lesbar bleiben. Karten ohne Foto (z.B. Microneedling) bleiben unverändert. */
.course-card__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.course-card__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.course-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(253, 250, 247, 0.92) 0%, rgba(247, 234, 231, 0.88) 100%);
  transition: background 0.3s ease;
}

/* Beim Hovern die Cream-Abdeckung etwas zurücknehmen, damit die Farben
   des Hintergrundfotos sichtbar hervortreten – bewusst dezent, damit
   Icon/Titel/Text weiterhin gut lesbar bleiben. */
.course-card:hover .course-card__overlay {
  background: linear-gradient(180deg, rgba(253, 250, 247, 0.72) 0%, rgba(247, 234, 231, 0.65) 100%);
}

.course-card__icon {
  position: relative;
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: var(--black);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.course-card__title {
  position: relative;
  z-index: 2;
  font-family: var(--font-cinzel);
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--black);
  margin-bottom: 0.75rem;
}

.course-card > p {
  position: relative;
  z-index: 2;
}

.course-card__link {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 1rem;
  font-family: var(--font-poppins);
  font-size: 13px;
  font-weight: 600;
  color: var(--bordeaux);
  text-decoration: none;
  border-bottom: 1px solid var(--bordeaux);
  padding-bottom: 2px;
  transition: opacity 0.2s;
}

.course-card__link:hover { opacity: 0.7; }

/* Contact Form */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.form-label {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--body-text);
}

.form-input {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--text-dark);
  background: #fff;
  border: 1px solid rgb(186, 186, 186);
  border-radius: 10px;
  padding: 10px 14px;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
  width: 100%;
}

.form-input:focus {
  border-color: var(--bordeaux);
  box-shadow: 0 0 0 3px rgba(112,0,14,0.08);
}

.form-textarea { resize: vertical; min-height: 8rem; }

.form-note {
  font-family: var(--font-body);
  font-size: 12px;
  color: var(--body-text);
  letter-spacing: 0.5px;
  text-align: center;
}

.form-status {
  font-family: var(--font-body);
  font-size: 13px;
  letter-spacing: 0.3px;
  text-align: center;
  min-height: 1px;
}

.form-status--success { color: #15803d; }
.form-status--error   { color: #b91c1c; }

/* Contact Info Block */
.contact-info-block { margin-bottom: 1.75rem; }

.contact-info-block__title {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--body-text);
  margin-bottom: 0.5rem;
}

.contact-link {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--bordeaux);
  letter-spacing: 0.5px;
  transition: opacity 0.2s;
}

.contact-link:hover { opacity: 0.7; }

/* Map Embed */
.map-embed {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

/* Legal Content */
.legal-content h2 {
  font-family: var(--font-cinzel);
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 2.5rem 0 0.75rem;
  color: var(--black);
}

.legal-content h3 {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  margin: 1.5rem 0 0.5rem;
  color: var(--text-dark);
  letter-spacing: 0.5px;
}

.legal-content p {
  font-size: 14px;
  color: var(--body-text);
  line-height: 1.8;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
}

.legal-content a {
  color: var(--bordeaux);
  text-decoration: underline;
}

/* Generic section backgrounds */
.section { padding: 5rem 0; }
@media (min-width: 1024px) { .section { padding: 7rem 0; } }
.section--dark { background: var(--black); color: #fff; }

/* Btn generic (used on subpages) */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-poppins);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  border: none;
  transition: all 0.2s ease;
  text-decoration: none;
  white-space: nowrap;
}

.btn--white {
  background: #fff;
  color: var(--black);
  border-radius: 100px;
  padding: 10px 24px;
}

.btn--white:hover {
  background: rgb(240,240,240);
}

.btn--rounded { border-radius: 100px; padding: 10px 24px; }

.btn--primary {
  background: var(--bordeaux);
  color: #fff;
  border-radius: 100px;
  padding: 10px 24px;
}

.btn--primary:hover { opacity: 0.85; }

/* ============================================================
   ÜBER MICH – SEITE
   ============================================================ */

/* ── Bild-Platzhalter ── */
.img-placeholder {
  background: rgb(220, 220, 220);
  border-radius: 4px;
  width: 100%;
}
.img-placeholder--portrait  { aspect-ratio: 3 / 4; }
.img-placeholder--square    { aspect-ratio: 1 / 1; }
.img-placeholder--wide      { aspect-ratio: 16 / 9; margin: 2.5rem 0; }

/* ── Team-Tags (Spezialgebiete je Mitarbeiterin) ── */
.team-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.team-tag {
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: 0.5px;
  color: var(--bordeaux);
  background: #fff;
  border: 1px solid rgba(112, 0, 14, 0.15);
  border-radius: 100px;
  padding: 0.35rem 0.9rem;
}

/* ── Page Hero ── */
.page-hero {
  position: relative;
  min-height: 55vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(32, 32, 32);
  overflow: hidden;
  /* Reiner Nav-Ausgleich ohne Puffer reichte nicht: bei knapper Viewport-Höhe
     (z.B. Mobile Querformat) frisst das Flex-Centering die fehlende Reserve
     komplett auf, der Text landet direkt auf der Nav-Unterkante. .hero-video
     und .page-hero--about hatten das schon (2rem bzw. clamp-Puffer) – hier
     jetzt auch, damit alle .page-hero-Seiten denselben Mindestabstand haben. */
  padding-top: calc(var(--announce-h) + var(--header-h) + var(--header-gap) + clamp(1.5rem, 4vw, 2.5rem));
}

.page-hero__bg {
  position: absolute;
  inset: 0;
}

.page-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
}

.page-hero__content {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 3rem 1.5rem;
}

.page-hero__label {
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin-bottom: 0.75rem;
}

.page-hero__title {
  font-family: var(--font-cinzel);
  font-size: clamp(2rem, 6vw, 3.5rem);
  font-weight: 500;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.2;
}

/* Über-uns-Hero: einfarbige, ruhige Fläche statt Foto, jetzt im
   site-weiten --section-wash statt einer eigenen Einzelfarbe.
   Höhe läuft über Padding/clamp statt vh, damit auf Mobile nichts
   abgeschnitten wird und kein Leerraum-Sprung entsteht. */
.page-hero--about {
  min-height: 0;
  background: var(--section-wash);
  padding-top: calc(var(--announce-h) + var(--header-h) + var(--header-gap) + clamp(2.5rem, 6vw, 4.5rem));
  padding-bottom: clamp(5rem, 12vw, 9rem);
}

/* Zwei Empfangsfotos nebeneinander (links/rechts), je 50% Breite per
   object-fit:cover – wie beim Academy-Triptychon, keine Verzerrung.
   Heller Cream/Blush-Verlauf (dieselben Werte wie --cream/--blush) statt
   dunklem Academy-Overlay – Fotos bleiben erkennbar, Überschrift bleibt
   dunkel & lesbar. */
.page-hero--about .page-hero__bg {
  display: flex;
}

.page-hero--about .page-hero__bg img {
  width: 55%;
  flex: 0 0 55%;
  object-position: center 25%;
}

/* Bilder überlappen sich in der Mitte um 10% (55% + 55% - 10% = 100%) –
   erst dadurch ergeben die Ausblend-Masken unten (82%/18%) einen echten
   Übergang zwischen beiden Fotos statt eines Spalts, in dem beide
   gleichzeitig auf 0% ausblenden und der Hintergrund durchscheint. */
.page-hero--about .page-hero__bg img:last-child {
  margin-left: -10%;
}

/* Weicher Übergang statt hartem Schnitt in der Mitte: beide Bildkanten
   blenden zur Mitte hin aus, der helle Section-Hintergrund scheint dort
   durch – nur Desktop (zwei Spalten), auf Mobile läuft nur ein Bild in
   voller Breite, da braucht es keine Ausblendung. */
@media (min-width: 768px) {
  .page-hero--about .page-hero__bg img:first-child {
    mask-image: linear-gradient(to right, black 0%, black 82%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, black 0%, black 82%, transparent 100%);
  }

  .page-hero--about .page-hero__bg img:last-child {
    mask-image: linear-gradient(to right, transparent 0%, black 18%, black 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 18%, black 100%);
  }
}

/* Mobile: Beide Empfangsfotos zeigen prominent das Wand-Logo, das mit dem
   Seiten-Logo/der Überschrift kollidiert und auf schmalem Screen zu unruhig
   wirkt. Deshalb auf Mobile kein Foto – nur der cremefarbene Verlauf. */
@media (max-width: 767px) {
  .page-hero--about .page-hero__bg {
    display: none;
  }
}

.page-hero--about .page-hero__overlay {
  background: linear-gradient(180deg, rgba(253, 250, 247, 0.45) 0%, rgba(253, 250, 247, 1) 100%);
}

.page-hero--about .container {
  position: relative;
  z-index: 10;
}

/* Vertrauensblock direkt nach dem Über-uns-Hero: kleinerer Abstand zum
   Vanessa-Foto als der generische .section-Standard (5rem/7rem), damit
   das Foto näher an die Hero-Bilder heranrückt. Nur padding-top betroffen,
   der Hero selbst bleibt unverändert groß. */
.about-intro {
  padding-top: clamp(1rem, 2.5vw, 1.5rem);
}

/* Leistungen-Hero: zwei Behandlungsfotos nebeneinander (links/rechts), je
   50% Breite per object-fit:cover – gleiches Muster wie Über-uns, aber mit
   dunklem statt hellem Verlauf, weil die Überschrift hier hell ist
   (heading--light). */
.page-hero--light {
  min-height: 0;
  padding-top: calc(var(--announce-h) + var(--header-h) + var(--header-gap) + clamp(2.5rem, 6vw, 4.5rem));
  padding-bottom: clamp(2.5rem, 6vw, 4.5rem);
}

.page-hero--light .page-hero__bg {
  display: flex;
}

.page-hero--light .page-hero__bg img {
  width: 50%;
  flex: 1 1 50%;
  object-position: center 25%;
}

/* Weicher Übergang statt hartem Schnitt in der Mitte – beide Bildkanten
   blenden zur Mitte hin aus (gleiches Prinzip wie beim Über-uns-Hero). */
@media (min-width: 768px) {
  .page-hero--light .page-hero__bg img:first-child {
    mask-image: linear-gradient(to right, black 0%, black 82%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, black 0%, black 82%, transparent 100%);
  }

  .page-hero--light .page-hero__bg img:last-child {
    mask-image: linear-gradient(to right, transparent 0%, black 18%, black 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 18%, black 100%);
  }
}

@media (max-width: 767px) {
  .page-hero--light .page-hero__bg img:last-child {
    display: none;
  }

  .page-hero--light .page-hero__bg img:first-child {
    width: 100%;
    flex: 1 1 100%;
  }
}

.page-hero--light .page-hero__overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.page-hero--light .container {
  position: relative;
  z-index: 10;
}

/* Academy-Hero: 3 Bilder nebeneinander (Triptychon) statt Einzelfoto.
   .page-hero__bg wird zur Flex-Reihe, jedes Bild nimmt exakt 1/3 der
   Breite ein und deckt seine Spalte per object-fit:cover ab – keine
   Verzerrung. Verlauf über den Bildern (45–55%) für lesbaren Text. */
.page-hero--dark .page-hero__bg {
  display: flex;
}

.page-hero--dark .page-hero__bg img {
  width: 33.333%;
  flex: 1 1 33.333%;
}

.page-hero--dark .page-hero__overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.55) 100%);
}

.page-hero--dark .container {
  position: relative;
  z-index: 10;
}

/* Mobile: 3 Spalten wären zu schmal, um noch etwas zu erkennen –
   darum nur das mittlere (Anker-)Foto zeigen, volle Breite, damit
   Text und Bild lesbar bleiben statt drei winzige Streifen. */
@media (max-width: 767px) {
  .page-hero--dark .page-hero__bg img:first-child,
  .page-hero--dark .page-hero__bg img:last-child {
    display: none;
  }

  .page-hero--dark .page-hero__bg img:nth-child(2) {
    width: 100%;
    flex: 1 1 100%;
  }
}

/* ── Profil Section ── */
.about-profile {
  padding: 5rem 0;
}

@media (min-width: 1024px) {
  .about-profile { padding: 7rem 0; }
}

.about-profile__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 768px) {
  .about-profile__grid {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}

.about-profile__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
}

.about-profile__team-label {
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--bordeaux);
  margin-bottom: 0.75rem;
}

.about-profile__name {
  font-family: var(--font-cinzel);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 500;
  color: var(--text-dark);
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}

.about-profile__intro {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 400;
  font-style: italic;
  color: var(--body-text);
  margin-bottom: 1.75rem;
}

.about-profile__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-bottom: 1.75rem;
}

.about-profile__list li {
  padding-left: 1.25rem;
  position: relative;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--body-text);
  line-height: 1.6;
}

.about-profile__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--bordeaux);
}

.about-profile__ps {
  font-family: var(--font-body);
  font-size: 13px;
  font-style: italic;
  color: var(--gray-light);
  margin-top: 0.5rem;
}

/* ── Mission Section ── */
.about-mission {
  padding: 5rem 0;
}

@media (min-width: 1024px) {
  .about-mission { padding: 7rem 0; }
}

.about-mission__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 768px) {
  .about-mission__grid {
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
  }
}

.about-mission__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
}

.about-mission__label {
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--bordeaux);
  margin-bottom: 0.75rem;
}

.about-mission__heading {
  font-family: var(--font-cinzel);
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight: 500;
  color: var(--text-dark);
  margin-bottom: 1.5rem;
  line-height: 1.35;
}

.about-mission__quote {
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  font-style: italic;
  line-height: 1.75;
  color: var(--body-text);
  border-left: 3px solid var(--bordeaux);
  padding-left: 1.25rem;
  margin: 0 0 2rem;
}

/* ── Weitere Story ── */
.about-more {
  padding: 5rem 0;
}

@media (min-width: 1024px) {
  .about-more { padding: 7rem 0; }
}

.about-more__body {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.about-more__body p {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.85;
  color: var(--body-text);
}

.about-more__body strong {
  color: var(--text-dark);
  font-weight: 600;
}

.about-more__img-row {
  margin: 3rem 0;
}

/* ── Social Follow Section ── */
.about-social {
  padding: 5rem 0 6rem;
  text-align: center;
}

.about-social__label {
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--bordeaux);
  margin-bottom: 2.5rem;
}

.about-social__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  max-width: 700px;
  margin: 0 auto;
}

.about-social__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 2.5rem 1.5rem;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 8px;
  color: var(--text-dark);
  transition: box-shadow 0.2s, transform 0.2s;
  text-decoration: none;
}

.about-social__card:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,0.1);
  transform: translateY(-3px);
}

.about-social__icon {
  color: var(--bordeaux);
}

.about-social__name {
  font-family: var(--font-body);
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--text-dark);
}

  padding: 4rem 1.5rem;
  max-width: 800px;
  margin: 0 auto;
}

/* Kategorie Navigation (Ebene 1) */
.bb-cat-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  margin-bottom: 2rem;
}

.bb-cat-btn {
  background: none;
  border: 1px solid #d4af9a;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 22px;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s;
  line-height: 1;
}

.bb-cat-btn:hover {
  background: #1a1a1a;
  color: #fff;
}

.bb-cat-label {
  font-size: 15px;
  font-weight: 500;
  color: #1a1a1a;
  text-align: center;
  min-width: 220px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

/* Slider (Ebene 2) */
.bb-slider-wrap {
  overflow: hidden;
  width: 100%;
}

.bb-slider-track {
  display: flex;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.bb-slide {
  min-width: 100%;
  padding: 0 4px;
}

.bb-card {
  background: #fff;
  border: 1px solid #ece8e3;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.2s, transform 0.2s;
}

.bb-card:hover {
  border-color: #d4af9a;
  transform: translateY(-2px);
}

.bb-card-img {
  width: 100%;
  height: 220px;
  overflow: hidden;
}

/* ── Google Reviews Carousel ── */
.reviews-section { padding: 4rem 0; background: var(--section-wash); }

.reviews-carousel {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2.5rem;
}

.reviews-carousel__viewport {
  flex: 1;
  overflow: hidden;
}

.reviews-carousel__track {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  transition: transform 0.35s ease;
}

.review-card {
  flex: 0 0 calc(25% - 1.125rem);
  background: #fafafa;
  border: 1px solid rgba(186,186,186,0.3);
  border-radius: 14px;
  padding: 1.5rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}

.review-stars { color: #f4b400; font-size: 1.2rem; margin-bottom: 0.75rem; }

.review-text {
  font-size: 0.92rem;
  line-height: 1.65;
  color: #444;
  margin-bottom: 0.5rem;
  font-style: italic;
  display: -webkit-box;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.review-text.is-expanded {
  display: block;
  line-clamp: unset;
  -webkit-line-clamp: unset;
  overflow: visible;
}

.review-toggle {
  align-self: flex-start;
  margin: 0 0 1rem;
  padding: 0;
  border: none;
  background: none;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: var(--bordeaux);
  cursor: pointer;
}

.review-toggle:hover { text-decoration: underline; }

.review-author { font-size: 0.85rem; font-weight: 700; color: #222; letter-spacing: 0.5px; }

.reviews-carousel__btn {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(186,186,186,0.5);
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: background 0.2s, opacity 0.2s;
}

.reviews-carousel__btn:hover { background: #f5f5f5; }

@media (max-width: 1023px) {
  .review-card { flex: 0 0 calc(50% - 0.75rem); }
}

@media (max-width: 599px) {
  .review-card { flex: 0 0 100%; }
  .reviews-carousel__btn { width: 36px; height: 36px; }
}

/* Per-card link */
.review-card { display: flex; flex-direction: column; }

.review-link {
  margin-top: auto;
  padding-top: 0.75rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: #4285F4;
  text-decoration: none;
  letter-spacing: 0.2px;
}

.review-link:hover { text-decoration: underline; }

.bb-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bb-card-img--placeholder {
  background: #f5f1ed;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bb-card-img--placeholder::after {
  content: "Bild folgt";
  font-size: 13px;
  color: #b5a99e;
}

.bb-card-body {
  padding: 1.25rem 1.5rem;
}

.bb-card-title {
  font-size: 18px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 4px;
}

.bb-card-sub {
  font-size: 13px;
  color: #8a7f76;
  margin-bottom: 1rem;
}

.bb-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bb-card-price {
  font-size: 20px;
  font-weight: 500;
  color: #1a1a1a;
}

.bb-card-hint {
  font-size: 12px;
  color: #b5a99e;
}

/* Punkte */
.bb-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 1.25rem;
}

.bb-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ddd;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s, transform 0.2s;
}

.bb-dot.active {
  background: #1a1a1a;
  transform: scale(1.3);
}

/* Drawer (Ebene 3) */
.bb-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 200;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.bb-drawer-overlay.open {
  opacity: 1;
  pointer-events: all;
}

.bb-drawer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 80vh;
  background: #fff;
  border-radius: 20px 20px 0 0;
  z-index: 201;
  transform: translateY(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  padding: 0 1.5rem 3rem;
}

.bb-drawer.open {
  transform: translateY(0);
}

.bb-drawer-handle {
  width: 36px;
  height: 4px;
  background: #ddd;
  border-radius: 2px;
  margin: 14px auto 1.5rem;
}

.bb-drawer-close {
  float: right;
  background: none;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 6px 14px;
  font-size: 13px;
  cursor: pointer;
  color: #8a7f76;
  margin-bottom: 1rem;
}

.bb-drawer-title {
  font-size: 20px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 4px;
  clear: both;
}

.bb-drawer-sub {
  font-size: 13px;
  color: #8a7f76;
  margin-bottom: 1.5rem;
}

/* Pakete im Drawer */
.bb-pkg {
  border: 1px solid #ece8e3;
  border-radius: 12px;
  padding: 1rem 1.25rem;
  margin-bottom: 0.75rem;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}

.bb-pkg:hover {
  border-color: #d4af9a;
  background: #fdf9f7;
}

.bb-pkg-name {
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 6px;
}

.bb-pkg-desc {
  font-size: 13px;
  color: #8a7f76;
  line-height: 1.5;
  margin-bottom: 10px;
}

.bb-pkg-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bb-pkg-time {
  font-size: 12px;
  color: #b5a99e;
}

.bb-pkg-price {
  font-size: 17px;
  font-weight: 500;
  color: #1a1a1a;
}

/* ============================================================
   PRICE LIST – ACCORDION (Leistungen Seite)
   ============================================================ */
[hidden] { display: none !important; }

.price-list {
  max-width: 54rem;
  margin: 0 auto;
}

.price-item {
  border-bottom: 1px solid rgba(186,186,186,0.4);
}

.price-item:first-child {
  border-top: 1px solid rgba(186,186,186,0.4);
}

.price-item__trigger {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  padding: 1.25rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  text-align: left;
}

.price-item__trigger:hover .price-item__name {
  color: var(--bordeaux);
}

.price-item__main {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem 1.5rem;
  flex: 1;
}

.price-item__name {
  font-family: var(--font-cinzel);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--black);
  transition: color 0.2s;
  flex: 1 1 auto;
  min-width: 0;
}

.price-item__meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-shrink: 0;
}

.price-item__duration {
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--body-text);
  letter-spacing: 0.5px;
}

.price-item__price {
  font-family: var(--font-poppins);
  font-size: 15px;
  font-weight: 600;
  color: var(--bordeaux);
  min-width: 4.5rem;
  text-align: right;
}

.price-item__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--body-text);
  transition: transform 0.3s ease;
}

.price-item__trigger[aria-expanded="true"] .price-item__arrow {
  transform: rotate(180deg);
}

.price-detail-inner {
  padding: 0 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.price-detail-inner p {
  max-width: 42rem;
}

/* Variant Table */
.variant-table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--font-body);
  font-size: 13px;
  table-layout: fixed;
}

.variant-table th,
.variant-table td {
  text-align: left;
  padding: 0.6rem 0.75rem;
  border-bottom: 1px solid rgba(186,186,186,0.3);
  overflow-wrap: break-word;
  word-break: break-word;
}

/* table-layout:fixed verteilt Spalten sonst zu gleichen Teilen – die lange
   Variantenbeschreibung braucht deutlich mehr Platz als Dauer/Preis, sonst
   überragt die Tabelle auf schmalen Bildschirmen den Viewport. */
.variant-table th:first-child,
.variant-table td:first-child {
  width: 56%;
}

.variant-table th:nth-child(2),
.variant-table td:nth-child(2) {
  width: 24%;
}

.variant-table th:last-child,
.variant-table td:last-child {
  width: 20%;
}

.variant-table th {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--gray-600);
  background: rgba(0,0,0,0.03);
}

.variant-table td:last-child {
  font-weight: 600;
  color: var(--bordeaux);
  white-space: nowrap;
}

.variant-table tr:last-child td {
  border-bottom: none;
}

.variant-table__group td {
  background: rgba(112, 0, 14, 0.04);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--bordeaux);
}

@media (max-width: 639px) {
  .price-item__duration { display: none; }
}
