/* ==========================================================================
   Head Spa Rituals · Wernau am Neckar
   Stylesheet — keine externen Ressourcen, keine Tracker.

   Zu den Schriftgrößen: Es gibt zwei Familien, die getrennt bleiben sollten.
     · Fließtext (12,5–16 px): Beschreibungen, Antworten, Footer-Texte,
       Impressum und Datenschutz. Wer die Seite insgesamt größer oder
       kleiner setzen möchte, verändert diese Werte gemeinsam.
     · Versal-Labels (9–11 px, uppercase mit weitem Zeichenabstand):
       Navigation, Buttons, Rubriken wie „UNSERE RITUALE", Bildunterschriften.
       Sie sind bewusst klein — größer gesetzt wirken sie schnell plump und
       sprengen die Zeilen.
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Schriften (self-hosted Variable Fonts, Latin-Subset)
   -------------------------------------------------------------------------- */
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/cormorant-garamond-latin.woff2') format('woff2-variations'),
       url('../fonts/cormorant-garamond-latin.woff2') format('woff2');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
                 U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/cormorant-garamond-latin-italic.woff2') format('woff2-variations'),
       url('../fonts/cormorant-garamond-latin-italic.woff2') format('woff2');
  font-weight: 300 700;
  font-style: italic;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
                 U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Jost';
  src: url('../fonts/jost-latin.woff2') format('woff2-variations'),
       url('../fonts/jost-latin.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
                 U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* --------------------------------------------------------------------------
   2. Design-Tokens
   -------------------------------------------------------------------------- */
:root {
  --olive: #4a5240;
  --olive-dark: #2e3328;
  --olive-light: #6b7260;
  --blush: #e8b4b8;
  --blush-light: #f5dde0;
  --blush-pale: #faf0f1;
  --gold: #c9a96e;
  --gold-light: #e8d5b0;
  --cream: #f7f3ee;
  --dark: #1a1c18;
  --text: #3a3c38;

  --serif: 'Cormorant Garamond', 'Iowan Old Style', Georgia, 'Times New Roman', serif;
  --sans: 'Jost', 'Segoe UI', system-ui, -apple-system, sans-serif;

  --pad-x: 80px;
  --maxw: 1240px;
}

/* --------------------------------------------------------------------------
   3. Reset & Basis
   -------------------------------------------------------------------------- */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

/* overflow-x: clip statt hidden — schneidet das Laufband ab, ohne einen
   Scroll-Container zu erzeugen (position:sticky bleibt dadurch funktionsfähig) */
html { scroll-behavior: smooth; scroll-padding-top: 90px; -webkit-text-size-adjust: 100%; overflow-x: clip; }

body {
  font-family: var(--sans);
  font-weight: 300;
  background: var(--cream);
  color: var(--text);
  overflow-x: hidden;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button { font: inherit; }

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 1000;
  background: var(--olive-dark);
  color: var(--cream);
  padding: 14px 24px;
  font-size: 12px;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
}
.skip-link:focus { left: 0; }

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

/* --------------------------------------------------------------------------
   4. Typografie-Bausteine
   -------------------------------------------------------------------------- */
.section-label {
  font-size: 10px;
  letter-spacing: .4em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.section-label::before { content: ''; width: 28px; height: 1px; background: var(--gold); }
.section-label-center { justify-content: center; }
.section-label-center::before { display: none; }

.section-title {
  font-family: var(--serif);
  font-size: clamp(34px, 3.5vw, 54px);
  font-weight: 300;
  line-height: 1.12;
  color: var(--olive-dark);
  margin-bottom: 22px;
  letter-spacing: .01em;
}
.section-title em { font-style: italic; color: var(--blush); }
.section-title-light { color: var(--cream); }

.section-body {
  font-size: 16px;
  line-height: 1.9;
  color: var(--olive-light);
  margin-bottom: 36px;
}

/* --------------------------------------------------------------------------
   5. Buttons
   -------------------------------------------------------------------------- */
.btn-blush, .btn-olive, .btn-outline-light, .btn-outline {
  display: inline-block;
  padding: 17px 44px;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .3em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: background .3s, color .3s, transform .3s, box-shadow .3s, border-color .3s;
}
.btn-blush { background: var(--blush); color: var(--olive-dark); }
.btn-blush:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 12px 32px rgba(0,0,0,.18); }
.btn-olive { background: var(--olive); color: var(--cream); }
.btn-olive:hover { background: var(--olive-dark); transform: translateY(-2px); }
.btn-outline-light { border: 1px solid rgba(247,243,238,.5); color: var(--cream); background: none; }
.btn-outline-light:hover { border-color: var(--gold); color: var(--gold); }
.btn-outline { border: 1px solid rgba(74,82,64,.3); color: var(--olive); background: none; }
.btn-outline:hover { border-color: var(--olive); background: rgba(74,82,64,.05); }

/* --------------------------------------------------------------------------
   6. Navigation
   -------------------------------------------------------------------------- */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px var(--pad-x);
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background .45s, padding .45s, border-color .45s, backdrop-filter .45s;
}
.nav.scrolled {
  background: rgba(247,243,238,.96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom-color: rgba(201,169,110,.2);
  padding: 12px var(--pad-x);
}
/* Auf Unterseiten (heller Hintergrund) gilt der "scrolled"-Look sofort */
.nav--solid {
  position: sticky;
  background: rgba(247,243,238,.97);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom-color: rgba(201,169,110,.2);
}

.nav-logo { display: flex; align-items: center; line-height: 0; }
.nav-logo img { height: 42px; width: auto; transition: height .45s; }
.nav.scrolled .nav-logo img { height: 36px; }
.nav-logo .logo-dark { display: none; }
.nav.scrolled .logo-dark, .nav--solid .logo-dark, .nav.menu-open .logo-dark { display: block; }
.nav.scrolled .logo-light, .nav--solid .logo-light, .nav.menu-open .logo-light { display: none; }

.nav-links { display: flex; gap: 34px; list-style: none; align-items: center; }
.nav-links a {
  text-decoration: none;
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(247,243,238,.85);
  transition: color .2s;
}
.nav.scrolled .nav-links a, .nav--solid .nav-links a { color: var(--olive); }
.nav-links a:hover { color: var(--gold); }
.nav-cta {
  background: var(--blush);
  color: var(--olive-dark) !important;
  padding: 11px 22px;
  font-weight: 400;
}
.nav-cta:hover { background: var(--gold-light); color: var(--olive-dark) !important; }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 6px;
  background: none;
  border: none;
  z-index: 600;
}
.hamburger span {
  display: block; width: 24px; height: 1.5px;
  background: var(--cream);
  transition: transform .3s, opacity .3s, background .45s;
  transform-origin: center;
}
.nav.scrolled .hamburger span, .nav--solid .hamburger span { background: var(--olive-dark); }
/* Bei geöffnetem Mobilmenü liegt dessen cremefarbener Hintergrund direkt
   hinter der Navigation. Logo und Menüsymbol müssen dann dunkel sein —
   sonst sind sie oben auf der Seite creme auf creme und damit unsichtbar. */
.nav.menu-open .hamburger span { background: var(--olive-dark); }
.hamburger[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.hamburger[aria-expanded="true"] span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.mobile-menu {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 490;
  background: var(--cream);
  padding: 88px 32px 40px;
  transform: translateY(-100%);
  transition: transform .45s cubic-bezier(.77,0,.18,1);
  border-bottom: 1px solid rgba(201,169,110,.2);
  box-shadow: 0 20px 60px rgba(0,0,0,.15);
  max-height: 100dvh;
  overflow-y: auto;
}
.mobile-menu.open { transform: translateY(0); }
.mobile-menu ul { list-style: none; }
.mobile-menu li { border-bottom: 1px solid rgba(201,169,110,.15); }
.mobile-menu a {
  display: block;
  padding: 17px 0;
  font-size: 13px;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--olive-dark);
  text-decoration: none;
  transition: color .2s;
}
.mobile-menu a:hover { color: var(--gold); }
.mobile-menu-cta {
  display: block;
  margin-top: 24px;
  background: var(--olive);
  color: var(--cream) !important;
  text-align: center;
  padding: 16px;
  font-size: 11px;
  letter-spacing: .3em;
  text-transform: uppercase;
  text-decoration: none;
}

/* --------------------------------------------------------------------------
   7. Hero
   -------------------------------------------------------------------------- */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-media { position: absolute; inset: 0; overflow: hidden; }
.hero-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  animation: kenburns 26s ease-in-out infinite alternate;
}
@keyframes kenburns {
  from { transform: scale(1) translate(0, 0); }
  to   { transform: scale(1.09) translate(-1.5%, -1%); }
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(160deg, rgba(46,51,40,.82), rgba(46,51,40,.55) 50%, rgba(46,51,40,.88));
}
.hero-content {
  position: relative;
  z-index: 10;
  text-align: center;
  max-width: 900px;
  padding: 120px 40px 100px;
}
.hero-eyebrow {
  font-size: 11px;
  letter-spacing: .4em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.hero-eyebrow::before, .hero-eyebrow::after { content: ''; width: 40px; height: 1px; background: var(--gold); }
.hero-title {
  font-family: var(--serif);
  font-size: clamp(46px, 8.5vw, 116px);
  font-weight: 300;
  line-height: 1.02;
  color: var(--cream);
  margin-bottom: 18px;
  letter-spacing: .005em;
}
.hero-title em { font-style: italic; color: var(--blush); }
.hero-sub {
  font-family: var(--serif);
  font-size: clamp(17px, 2.5vw, 25px);
  font-style: italic;
  color: rgba(247,243,238,.72);
  margin-bottom: 44px;
}
.hero-actions { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; }
.hero-scroll {
  position: absolute;
  bottom: 40px; left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(247,243,238,.5);
  font-size: 10px;
  letter-spacing: .3em;
  text-transform: uppercase;
  animation: bounceScroll 2.4s ease-in-out infinite;
}
.hero-scroll-line { width: 1px; height: 52px; background: linear-gradient(to bottom, var(--gold), transparent); }
@keyframes bounceScroll {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%      { transform: translateX(-50%) translateY(8px); }
}

/* --------------------------------------------------------------------------
   8. Laufband
   -------------------------------------------------------------------------- */
.strip { background: var(--olive); padding: 15px 0; overflow: hidden; }
.strip-inner { display: flex; white-space: nowrap; width: max-content; animation: marquee 40s linear infinite; }
.strip-item {
  font-size: 10px;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--cream);
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  padding: 0 26px;
}
.strip-dot { color: var(--blush); }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* --------------------------------------------------------------------------
   9. Über / Was ist Head Spa
   -------------------------------------------------------------------------- */
.about { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.about-media { position: relative; overflow: hidden; background: var(--olive-dark); min-height: 520px; }
.about-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.about-media-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(46,51,40,.42), rgba(46,51,40,.05)); }
.about-media-label {
  position: absolute;
  bottom: 36px; left: 36px;
  font-family: var(--serif);
  font-size: 19px;
  font-style: italic;
  color: var(--cream);
  line-height: 1.4;
  text-shadow: 0 2px 12px rgba(0,0,0,.4);
}
.about-content { padding: 80px; display: flex; flex-direction: column; justify-content: center; }
.stats-row { display: flex; gap: 44px; margin-bottom: 40px; flex-wrap: wrap; }
.stat-number { font-family: var(--serif); font-size: 42px; font-weight: 300; color: var(--olive); line-height: 1; margin-bottom: 4px; }
.stat-label { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); }

.divider { display: flex; align-items: center; justify-content: center; gap: 24px; padding: 28px var(--pad-x); }
.divider-line { flex: 1; height: 1px; background: rgba(201,169,110,.22); }
.divider-bloom { color: var(--blush); font-size: 17px; }

/* --------------------------------------------------------------------------
   10. Ablauf
   -------------------------------------------------------------------------- */
.ablauf { padding: 100px var(--pad-x); background: var(--olive-dark); }
.ablauf-header { text-align: center; margin-bottom: 64px; }
/* Flexbox statt Grid, damit die letzte Zeile bei fünf Schritten
   mittig steht statt linksbündig zu hängen. */
.ablauf-steps {
  max-width: 1020px;
  margin: 0 auto;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
}
.ablauf-step { flex: 0 1 300px; text-align: center; padding: 28px 24px; }
.step-num {
  width: 46px; height: 46px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 18px;
  font-family: var(--serif);
  font-size: 17px;
  color: var(--gold);
  transition: background .3s, color .3s;
}
.ablauf-step:hover .step-num { background: var(--gold); color: var(--olive-dark); }
.step-title { font-family: var(--serif); font-size: 19px; color: var(--cream); margin-bottom: 10px; font-weight: 400; }
.step-desc { font-size: 13.5px; line-height: 1.75; color: rgba(247,243,238,.52); }

/* --------------------------------------------------------------------------
   11. Rituale / Pakete
   -------------------------------------------------------------------------- */
.packages { padding: 100px var(--pad-x); background: var(--cream); }
.packages-header { text-align: center; }
.packages-header .section-title { text-align: center; }
.packages-intro {
  text-align: center;
  font-size: 15px;
  color: var(--olive-light);
  margin: 0 auto 56px;
  max-width: 620px;
}
.pkg-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 4px;
  max-width: var(--maxw);
  margin: 0 auto;
  list-style: none;
}
.pkg-card {
  background: #fff;
  border: 1px solid rgba(201,169,110,.16);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: transform .4s, box-shadow .4s;
}
.pkg-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--blush));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s;
  z-index: 2;
}
.pkg-card:hover { transform: translateY(-6px); box-shadow: 0 24px 48px rgba(74,82,64,.12); }
.pkg-card:hover::before { transform: scaleX(1); }
.pkg-card.is-mens { border-top: 3px solid var(--olive); }
.pkg-card.is-duo  { border-top: 3px solid var(--blush); }
.pkg-card.is-kids { border-top: 3px solid #a8c5a0; }

.pkg-img-wrap { overflow: hidden; aspect-ratio: 8 / 5; background: var(--blush-pale); }
.pkg-img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.9) saturate(.92); transition: filter .4s, transform .4s; }
.pkg-card:hover .pkg-img { filter: none; transform: scale(1.04); }

.pkg-body { padding: 26px 28px 28px; display: flex; flex-direction: column; flex: 1; }
.pkg-badge {
  align-self: flex-start;
  font-size: 9px;
  letter-spacing: .25em;
  text-transform: uppercase;
  padding: 5px 10px;
  margin-bottom: 14px;
  font-weight: 400;
}
.badge-mens { background: rgba(74,82,64,.1); color: var(--olive); }
.badge-all  { background: rgba(201,169,110,.14); color: #9a7d42; }
.badge-duo  { background: rgba(232,180,184,.22); color: #a86f76; }
.badge-kids { background: rgba(168,197,160,.22); color: #4f7d47; }

.pkg-jp { font-family: var(--serif); font-size: 14px; color: var(--gold); font-style: italic; margin-bottom: 2px; }
.pkg-name { font-family: var(--serif); font-size: 25px; color: var(--olive-dark); font-weight: 400; margin-bottom: 8px; }
.pkg-duration {
  font-size: 10px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--olive-light);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.pkg-duration::before { content: ''; width: 16px; height: 1px; background: var(--gold); }
.pkg-desc { font-size: 14.5px; line-height: 1.75; color: var(--olive-light); margin-bottom: 18px; }
.pkg-includes { list-style: none; margin-bottom: 22px; }
.pkg-includes li {
  font-size: 13.5px;
  color: var(--olive-light);
  padding: 4px 0;
  display: flex;
  align-items: flex-start;
  gap: 9px;
}
.pkg-includes li::before { content: '✿'; color: var(--blush); font-size: 10px; flex-shrink: 0; margin-top: 3px; }
.pkg-foot { margin-top: auto; }
.pkg-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-top: 16px;
  border-top: 1px solid rgba(201,169,110,.16);
}
.pkg-price-current { font-family: var(--serif); font-size: 27px; color: var(--olive); font-style: italic; }
.pkg-price-old { font-size: 14px; color: rgba(106,114,96,.55); text-decoration: line-through; margin-left: 6px; font-style: normal; }
.pkg-price-tag { font-size: 9px; letter-spacing: .2em; text-transform: uppercase; color: #a86f76; display: block; margin-top: 3px; }
.pkg-book-btn {
  background: var(--olive);
  color: var(--cream);
  padding: 11px 22px;
  font-size: 10px;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: background .3s;
}
.pkg-book-btn:hover { background: var(--olive-dark); }
.pkg-note { font-size: 12.5px; color: #a86f76; margin-top: 10px; font-style: italic; text-align: center; }

/* --------------------------------------------------------------------------
   12. Galerie
   -------------------------------------------------------------------------- */
.gallery { background: var(--dark); }
.gallery-header { padding: 90px var(--pad-x) 44px; }
.gallery-header .section-title { color: var(--cream); }
/* 4 Spalten × 3 Reihen = 12 Felder. Das große Bild belegt 4 Felder,
   das breite Bild 2, die übrigen sechs je 1 — zusammen exakt 12,
   sodass keine Lücke entsteht. */
.mosaic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 250px;
  gap: 3px;
}
.mosaic-item { overflow: hidden; position: relative; }
.mosaic-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: brightness(.82) saturate(.88);
  transition: transform .6s, filter .6s;
}
.mosaic-item:hover img { transform: scale(1.07); filter: none; }
.m-caption {
  position: absolute; inset: auto 0 0 0;
  padding: 16px 18px;
  background: linear-gradient(to top, rgba(26,28,24,.92), transparent);
  color: var(--cream);
  font-size: 10px;
  letter-spacing: .2em;
  text-transform: uppercase;
  transform: translateY(100%);
  transition: transform .35s;
}
.mosaic-item:hover .m-caption { transform: translateY(0); }
.m1 { grid-column: span 2; grid-row: span 2; }
.m6 { grid-column: span 2; }

/* --------------------------------------------------------------------------
   13. Zitat
   -------------------------------------------------------------------------- */
.quote {
  position: relative;
  min-height: 52vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.quote-bg {
  position: absolute; inset: 0;
  background-image: image-set(url('../img/zitat-bg.webp') type('image/webp'), url('../img/zitat-bg.jpg') type('image/jpeg'));
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.quote-overlay { position: absolute; inset: 0; background: rgba(46,51,40,.76); }
.quote-content { position: relative; z-index: 10; text-align: center; padding: 90px 40px; max-width: 900px; }
.quote-content blockquote {
  font-family: var(--serif);
  font-size: clamp(25px, 3.8vw, 48px);
  font-style: italic;
  color: var(--cream);
  line-height: 1.3;
  margin-bottom: 18px;
}
.quote-content cite { font-size: 10px; letter-spacing: .35em; text-transform: uppercase; color: var(--gold); font-style: normal; }

/* --------------------------------------------------------------------------
   14. Buchung (Amelia-Einbettung)
   -------------------------------------------------------------------------- */
.booking { padding: 100px var(--pad-x); background: var(--blush-pale); }
/* Verweis auf die Rituale — die Buchung steht vor der Angebotsübersicht */
.booking-browse {
  display: inline-block;
  margin-top: 10px;
  font-size: 13.5px;
  color: var(--olive);
  text-decoration: none;
  border-bottom: 1px solid rgba(201,169,110,.5);
  padding-bottom: 2px;
  transition: color .2s, border-color .2s;
}
.booking-browse:hover { color: var(--gold); border-color: var(--gold); }
.booking-header { text-align: center; margin-bottom: 12px; }
.booking-header .section-title { text-align: center; }
.booking-intro {
  text-align: center;
  font-size: 15px;
  color: var(--olive-light);
  max-width: 620px;
  margin: 0 auto 44px;
}
.booking-frame-wrap {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid rgba(201,169,110,.2);
  box-shadow: 0 20px 60px rgba(74,82,64,.08);
  position: relative;
  min-height: 620px;
  overflow: hidden;
}
.booking-frame-wrap iframe {
  display: block;
  width: 100%;
  min-height: 620px;
  border: 0;
}
/* Solange keine Buchungsadresse hinterlegt ist, bleibt der Rahmen kompakt,
   statt einen großen leeren Kasten zu zeigen. */
.booking-frame-wrap.is-unconfigured { min-height: 0; }
.booking-frame-wrap.is-unconfigured .booking-placeholder { position: static; padding: 56px 32px; }

.booking-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
  padding: 48px 32px;
  color: var(--olive-light);
  background: #fff;
}
.booking-placeholder .bloom { font-size: 26px; color: var(--blush); }
.booking-placeholder code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .92em;
  background: rgba(201,169,110,.12);
  padding: 1px 5px;
}
.booking-placeholder .spinner {
  width: 34px; height: 34px;
  border: 2px solid rgba(201,169,110,.25);
  border-top-color: var(--gold);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.booking-placeholder p { font-size: 14px; }
.booking-placeholder .hint { font-size: 13px; color: rgba(106,114,96,.75); max-width: 420px; }
.booking-fallback {
  text-align: center;
  margin-top: 26px;
  font-size: 14px;
  color: var(--olive-light);
}
.booking-fallback a { color: var(--olive); text-underline-offset: 3px; }
.booking-alt {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 18px;
}

/* --------------------------------------------------------------------------
   15. FAQ
   -------------------------------------------------------------------------- */
.faq { padding: 100px var(--pad-x); background: var(--cream); }
.faq-header { text-align: center; margin-bottom: 48px; }
.faq-header .section-title { text-align: center; }
.faq-list { max-width: 840px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid rgba(201,169,110,.22); }
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 44px 22px 0;
  position: relative;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
  color: var(--olive-dark);
  transition: color .2s;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--olive); }
.faq-item summary::after {
  content: '';
  position: absolute;
  right: 6px; top: 50%;
  width: 11px; height: 11px;
  border-right: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  transform: translateY(-70%) rotate(45deg);
  transition: transform .3s;
}
.faq-item[open] summary::after { transform: translateY(-25%) rotate(-135deg); }
.faq-answer { padding: 0 44px 24px 0; font-size: 15px; line-height: 1.85; color: var(--olive-light); }
.faq-answer p + p { margin-top: 12px; }
.faq-answer a { color: var(--olive); text-underline-offset: 3px; }

/* --------------------------------------------------------------------------
   16. Bewertungen / Social
   -------------------------------------------------------------------------- */
.review {
  padding: 84px var(--pad-x);
  background: var(--olive-dark);
  text-align: center;
}
.review .section-title { color: var(--cream); text-align: center; }
.review-text {
  font-size: 15px;
  line-height: 1.85;
  color: rgba(247,243,238,.6);
  max-width: 560px;
  margin: 0 auto 32px;
}
.review-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

.social-banner {
  padding: 64px var(--pad-x);
  background: var(--cream);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(201,169,110,.18);
}
.social-banner .section-title { margin-bottom: 6px; }
.social-handle { font-family: var(--serif); font-size: 20px; font-style: italic; color: var(--olive-light); }

/* --------------------------------------------------------------------------
   17. Footer
   -------------------------------------------------------------------------- */
.footer { background: var(--dark); color: var(--cream); padding: 64px var(--pad-x) 40px; }
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 48px;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(247,243,238,.07);
  margin-bottom: 32px;
}
.footer-logo img { height: 38px; width: auto; margin-bottom: 18px; }
.footer-tagline { font-family: var(--serif); font-size: 14px; font-style: italic; color: var(--blush); margin-bottom: 18px; }
.footer-desc { font-size: 13.5px; line-height: 1.75; color: rgba(247,243,238,.42); max-width: 280px; margin-bottom: 22px; }
.footer-social { display: flex; gap: 10px; }
.social-link {
  width: 38px; height: 38px;
  border: 1px solid rgba(201,169,110,.24);
  display: flex; align-items: center; justify-content: center;
  font-size: 10px;
  letter-spacing: .1em;
  color: var(--gold);
  text-decoration: none;
  transition: background .2s, border-color .2s;
}
.social-link:hover { background: rgba(201,169,110,.12); border-color: var(--gold); }
.footer-col-title { font-size: 10px; letter-spacing: .3em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.footer-links a { text-decoration: none; font-size: 13.5px; color: rgba(247,243,238,.48); transition: color .2s; }
.footer-links a:hover { color: var(--blush-light); }
.footer-contact { font-style: normal; }
.footer-contact-item {
  font-size: 13.5px;
  color: rgba(247,243,238,.48);
  margin-bottom: 12px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  line-height: 1.55;
}
.footer-contact-item a { color: inherit; text-decoration: none; }
.footer-contact-item a:hover { color: var(--blush-light); }
.footer-contact-icon { color: var(--gold); flex-shrink: 0; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 12.5px;
  color: rgba(247,243,238,.32);
}
.footer-bottom nav { display: flex; gap: 18px; }
.footer-bottom a { color: rgba(247,243,238,.45); text-decoration: none; }
.footer-bottom a:hover { color: var(--blush-light); }

/* --------------------------------------------------------------------------
   18. Sticky-CTA (mobil)
   -------------------------------------------------------------------------- */
.sticky-cta {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 200;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  background: var(--olive-dark);
  border-top: 1px solid rgba(201,169,110,.2);
}
.sticky-cta a {
  display: block;
  background: var(--blush);
  color: var(--olive-dark);
  text-align: center;
  padding: 15px;
  text-decoration: none;
  font-size: 11px;
  letter-spacing: .3em;
  text-transform: uppercase;
}

/* --------------------------------------------------------------------------
   19. Reveal-Animationen (nur mit JS aktiv)
   -------------------------------------------------------------------------- */
.js .reveal, .js .reveal-left, .js .reveal-right { opacity: 0; transition: opacity .8s ease, transform .8s ease; }
.js .reveal { transform: translateY(32px); }
.js .reveal-left { transform: translateX(-32px); }
.js .reveal-right { transform: translateX(32px); }
.js .reveal.visible, .js .reveal-left.visible, .js .reveal-right.visible { opacity: 1; transform: none; }

/* Notbremse aus main.js: schaltet die Einblendung ganz ab, damit Inhalte
   niemals dauerhaft unsichtbar bleiben können. */
.no-reveal .reveal, .no-reveal .reveal-left, .no-reveal .reveal-right {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

/* --------------------------------------------------------------------------
   20. Inhaltsseiten (Impressum, Datenschutz)
   -------------------------------------------------------------------------- */
.page { max-width: 820px; margin: 0 auto; padding: 56px var(--pad-x) 96px; }
.page-header { margin-bottom: 40px; padding-bottom: 28px; border-bottom: 1px solid rgba(201,169,110,.25); }
.page-header h1 { font-family: var(--serif); font-size: clamp(34px, 5vw, 52px); font-weight: 300; color: var(--olive-dark); }
.page-header p { font-size: 14px; color: var(--olive-light); margin-top: 10px; }
.page h2 {
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 400;
  color: var(--olive-dark);
  margin: 44px 0 14px;
}
.page h3 { font-family: var(--serif); font-size: 19px; font-weight: 400; color: var(--olive); margin: 26px 0 10px; }
.page p, .page li { font-size: 15.5px; line-height: 1.85; color: var(--text); }
.page p + p { margin-top: 14px; }
.page ul, .page ol { margin: 12px 0 12px 22px; }
.page li { margin-bottom: 7px; }
.page a { color: var(--olive); text-underline-offset: 3px; }
.page address { font-style: normal; line-height: 1.85; font-size: 15.5px; }
.page .note {
  background: rgba(201,169,110,.09);
  border-left: 3px solid var(--gold);
  padding: 16px 20px;
  font-size: 14.5px;
  line-height: 1.75;
  margin: 20px 0;
  color: var(--olive-light);
}
/* 404-Seite */
.error-page .error-code { font-size: 44px; color: var(--blush); margin-bottom: 10px; line-height: 1; }
.error-page ul { list-style: none; padding-left: 0; margin: 18px 0 28px; }
.error-page ul li { padding: 9px 0; border-bottom: 1px solid rgba(201,169,110,.18); }
.error-page ul li a { color: var(--olive); text-decoration: none; border-bottom: 1px solid transparent; transition: color .2s, border-color .2s; }
.error-page ul li a:hover { color: var(--gold); border-color: var(--gold); }

.page .updated { font-size: 13.5px; color: var(--olive-light); margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(201,169,110,.22); }

/* --------------------------------------------------------------------------
   21. Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 1100px) {
  :root { --pad-x: 48px; }
  .about-content { padding: 64px 48px; }
}

@media (max-width: 900px) {
  :root { --pad-x: 22px; }
  .nav-links { display: none; }
  /* Mindestens 44x44px Tastfläche — die drei Striche bleiben optisch gleich,
     die Schaltfläche darum herum wächst. */
  .hamburger { display: flex; width: 44px; height: 44px; justify-content: center; align-items: center; padding: 0; }
  .pkg-book-btn { min-height: 44px; }

  .hero-content { padding: 110px 24px 90px; }
  .hero-actions .btn-blush, .hero-actions .btn-outline-light { padding: 16px 30px; }
  .hero-scroll { display: none; }

  .about { grid-template-columns: 1fr; }
  .about-media { min-height: 300px; }
  .about-content { padding: 52px 22px; }

  .ablauf { padding: 64px 22px; }
  .ablauf-steps { grid-template-columns: repeat(2, 1fr); gap: 0; }
  .ablauf-step { padding: 22px 10px; }

  .packages, .booking, .faq { padding: 64px 22px; }
  .review { padding: 64px 22px; }
  .gallery-header { padding: 56px 22px 24px; }

  .mosaic { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 190px; }
  .m1 { grid-column: span 2; grid-row: span 1; }
  .m6 { grid-column: span 2; }
  .m-caption { transform: translateY(0); background: linear-gradient(to top, rgba(26,28,24,.85), transparent); }

  .quote-bg { background-attachment: scroll; }
  .quote-content { padding: 70px 22px; }

  .booking-frame-wrap, .booking-frame-wrap iframe { min-height: 700px; }

  .social-banner { padding: 48px 22px; flex-direction: column; align-items: flex-start; gap: 18px; }

  .footer { padding: 48px 22px 104px; }
  .footer-top { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 10px; }

  .sticky-cta { display: block; }

  .page { padding: 36px 22px 104px; }
}

@media (max-width: 560px) {
  .hero-eyebrow { font-size: 10px; letter-spacing: .28em; gap: 10px; }
  .hero-eyebrow::before, .hero-eyebrow::after { width: 22px; }
  .hero-title { font-size: clamp(38px, 11vw, 60px); }
  .hero-actions { flex-direction: column; width: 100%; }
  .hero-actions > * { width: 100%; }

  .ablauf-steps { grid-template-columns: 1fr; }
  .stats-row { gap: 26px; }
  .stat-number { font-size: 34px; }

  .mosaic { grid-auto-rows: 150px; }
  .pkg-body { padding: 22px 20px 24px; }
  .pkg-price-row { flex-direction: column; align-items: flex-start; gap: 12px; }
  .pkg-book-btn { width: 100%; text-align: center; }

  .faq-item summary { font-size: 18px; padding-right: 34px; }
  .review-actions { flex-direction: column; }
  .review-actions > * { width: 100%; }
}

/* --------------------------------------------------------------------------
   22. Reduzierte Bewegung / Druck
   -------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  .hero-media img { animation: none; }
  .strip-inner { animation: none; }
  .js .reveal, .js .reveal-left, .js .reveal-right { opacity: 1; transform: none; }
}

@media print {
  .nav, .mobile-menu, .sticky-cta, .hero-scroll, .booking-frame-wrap, .strip { display: none !important; }
  body { background: #fff; color: #000; }
  .hero { min-height: auto; }
  /* Inhalte dürfen im Druck nie durch die Einblend-Animation verborgen bleiben */
  .js .reveal, .js .reveal-left, .js .reveal-right { opacity: 1 !important; transform: none !important; }
  .faq-answer { display: block !important; }
}
