/* =========================================================
   Harald Meier · Hochzeitsredner
   Apple-inspired editorial design system
   ========================================================= */

/* -------- Reset / Base -------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
img, picture, video, iframe { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
ul { list-style: none; padding: 0; margin: 0; }
figure, blockquote { margin: 0; }

:root {
  --ink: #0a0a0a;
  --ink-soft: #2a2a2a;
  --muted: #6b6b6b;
  --muted-2: #9a9a9a;
  --paper: #ffffff;
  --paper-warm: #faf8f5;
  --paper-soft: #f4f2ee;
  --paper-champagne: #f7eed8; /* sanft flächiges Champagner-Gold */
  --paper-blush: #f1e8d2;     /* etwas tiefer */
  --line: #e8e6e1;
  --accent-light: #e7d2a0;    /* helleres Gold für Flächen */
  --accent: #c8a96a;          /* warmes Gold – Hochzeit */
  --accent-deep: #a68843;     /* gedeckter Gold-Ton */
  --accent-ink: #6e5621;      /* sehr dunkles Gold/Bronze für Text auf Gold */
  --shadow-sm: 0 4px 14px rgba(10,10,10,0.06);
  --shadow-md: 0 18px 50px rgba(10,10,10,0.12);
  --shadow-gold: 0 12px 30px rgba(168,136,67,0.20);
  --font-script: 'Allura', 'Brush Script MT', cursive;
  --r-sm: 6px;
  --r-md: 14px;
  --r-lg: 24px;
  --max: 1280px;
  --max-narrow: 880px;
  --pad-x: 28px;
}
@media (min-width: 768px) { :root { --pad-x: 56px; --max-narrow: 920px; } }
@media (min-width: 1200px) { :root { --pad-x: 80px; } }

/* -------- Container -------- */
.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 var(--pad-x); }
.container--narrow { max-width: var(--max-narrow); }

/* -------- Typografie -------- */
.eyebrow {
  font-family: var(--font-script);
  font-size: clamp(2.4rem, 3.6vw, 3.6rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0;
  text-transform: none;
  color: var(--accent-deep);
  margin: 0 0 32px;
}
.eyebrow--light { color: var(--accent-light); }

.display {
  font-family: 'Fraunces', 'Iowan Old Style', 'Times New Roman', serif;
  font-weight: 400;
  font-size: clamp(2.2rem, 5.5vw, 4.5rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0 0 0.6em;
  font-variation-settings: "opsz" 144;
}
.display em {
  font-style: italic;
  font-weight: 400;
  color: var(--accent-deep);
}

.lead {
  font-size: clamp(1.15rem, 1.8vw, 1.35rem);
  line-height: 1.5;
  color: var(--ink-soft);
  margin: 0 0 1.4em;
}

/* -------- Buttons -------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.01em;
  transition: all 0.25s cubic-bezier(.2,.7,.2,1);
  white-space: nowrap;
}
.btn--primary {
  background: var(--ink);
  color: var(--paper);
}
.btn--primary:hover { background: var(--accent-deep); transform: translateY(-1px); box-shadow: var(--shadow-md); }
.btn--ghost {
  background: transparent;
  color: var(--paper);
  border: 1.5px solid rgba(255,255,255,0.5);
  backdrop-filter: blur(8px);
}
.btn--ghost:hover { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.9); }
.btn--large { padding: 18px 36px; font-size: 16px; }

/* =========================================================
   NAV
   ========================================================= */
.nav {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 100;
  transition: background 0.35s ease, border-color 0.35s ease, backdrop-filter 0.35s ease;
  border-bottom: 1px solid transparent;
}
.nav.is-scrolled {
  background: rgba(255,255,255,0.85);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom-color: rgba(0,0,0,0.06);
}

/* ---------- DEFAULT (Top of page – Desktop): stacked, logo big & centered ---------- */
.nav__inner {
  position: relative;
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(30px, 3.5vw, 40px) var(--pad-x) clamp(14px, 1.8vw, 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.6vw, 20px);
  transition: padding 0.45s cubic-bezier(.2,.7,.2,1), gap 0.45s cubic-bezier(.2,.7,.2,1);
}

.nav__logo {
  display: inline-block;
  position: relative;
  line-height: 0;
}
/* Both logo variants stacked — fade between them */
.nav__logo-img {
  display: block;
  height: clamp(90px, 11vw, 140px);
  width: auto;
  transition: height 0.45s cubic-bezier(.2,.7,.2,1), opacity 0.35s ease;
}
.nav__logo-img--dark {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.nav.is-scrolled .nav__logo-img--light { opacity: 0; }
.nav.is-scrolled .nav__logo-img--dark  { opacity: 1; }

/* Menu — clean editorial typography, gold underline grows from center on hover */
.nav__menu {
  display: none;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 36px;
  margin-top: 30px;
  transition: margin-top 0.35s cubic-bezier(.2,.7,.2,1);
}
.nav__menu a {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.02em;
  padding: 8px 2px;
  text-shadow:
    0 1px 12px rgba(0,0,0,0.5),
    0 1px 2px rgba(0,0,0,0.35);
  transition: color 0.25s ease, text-shadow 0.25s ease,
              font-size 0.35s cubic-bezier(.2,.7,.2,1);
}
.nav__menu a::after {
  content: '';
  position: absolute;
  left: 50%; right: 50%;
  bottom: 2px;
  height: 1px;
  background: var(--accent);
  transition: left 0.35s cubic-bezier(.2,.7,.2,1), right 0.35s cubic-bezier(.2,.7,.2,1);
}
.nav__menu a:hover { color: var(--accent); }
.nav__menu a:hover::after { left: 0; right: 0; }

/* Scrolled — text becomes dark, no shadow, underline stays accent */
.nav.is-scrolled .nav__menu {
  margin-top: 0;
}
.nav.is-scrolled .nav__menu {
  gap: 22px;
  flex-wrap: nowrap;
}
.nav.is-scrolled .nav__menu a {
  color: var(--ink-soft);
  text-shadow: none;
  font-size: 15px;
  white-space: nowrap;
}
.nav.is-scrolled .nav__menu a:hover { color: var(--accent-deep); }
.nav.is-scrolled .nav__menu a::after { background: var(--accent-deep); }

/* CTA — hidden at top (Hero already has CTAs), shown when scrolled */
.nav__cta {
  display: none;
  padding: 9px 20px;
  border-radius: 100px;
  background: var(--ink);
  color: #fff;
  border: 1px solid var(--ink);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.25s ease;
  white-space: nowrap;
}
.nav__cta:hover { background: var(--accent-deep); border-color: var(--accent-deep); }

/* Burger — mobile only, absolutely positioned on right */
.nav__burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 32px; height: 32px;
  align-items: center; justify-content: center;
  position: absolute;
  right: var(--pad-x);
  top: 50%;
  transform: translateY(-50%);
}
.nav__burger span {
  display: block; width: 22px; height: 1.5px; background: #fff;
  transition: all 0.3s ease;
}
.nav.is-scrolled .nav__burger span { background: var(--ink); }

/* ---------- MOBILE (< 900px): inline row, small logo, burger on right ---------- */
@media (max-width: 1023px) {
  .nav__inner {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    padding: 12px var(--pad-x);
  }
  .nav__logo-img { height: 64px; }
  .nav.is-scrolled .nav__logo-img { height: 40px; }
  .nav__burger { display: inline-flex; }
  .nav__menu { display: none !important; }
}

/* ---------- DESKTOP (>= 1024px) ---------- */
@media (min-width: 1024px) {
  .nav__menu { display: inline-flex; }

  /* Scrolled: collapse to slim row — logo small left, menu center, CTA right */
  .nav.is-scrolled .nav__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding: 12px var(--pad-x);
  }
  .nav.is-scrolled .nav__logo-img {
    height: 44px;
  }
  .nav.is-scrolled .nav__cta {
    display: inline-flex;
    align-items: center;
  }
}

/* Übergangsbereich: ab 1024px läuft schon Desktop-Menü, aber bis 1178px noch kompakter Gap */
@media (min-width: 1024px) and (max-width: 1178px) {
  .nav.is-scrolled .nav__menu { gap: 10px; }
  .nav__menu a { font-size: 16px; }
  .nav.is-scrolled .nav__menu a { font-size: 14px; }
}

/* Mobile dropdown — hidden by default, .is-open shows it, never on desktop */
.nav__mobile {
  display: none;
  background: rgba(255,255,255,0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid var(--line);
  padding: 24px var(--pad-x);
  flex-direction: column;
  gap: 18px;
}
.nav__mobile.is-open { display: flex; }

@media (min-width: 1024px) {
  .nav__mobile,
  .nav__mobile.is-open { display: none !important; }
}

.nav__mobile a {
  font-size: 17px; font-weight: 500; color: var(--ink); padding: 6px 0;
  border-bottom: 1px solid var(--line);
}
.nav__cta--mobile {
  background: var(--ink); color: #fff !important;
  text-align: center; border: 0 !important; border-radius: 100px;
  padding: 14px 24px !important;
  margin-top: 10px;
}

/* =========================================================
   SCROLL PROGRESS / BACK TO TOP
   ========================================================= */
.scroll-progress {
  position: fixed;
  right: clamp(18px, 2.4vw, 32px);
  bottom: clamp(18px, 2.4vw, 32px);
  z-index: 90;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(0,0,0,0.06);
  backdrop-filter: blur(14px) saturate(180%);
  -webkit-backdrop-filter: blur(14px) saturate(180%);
  box-shadow: 0 12px 32px rgba(10,10,10,0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--ink);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px) scale(0.92);
  transition:
    opacity 0.4s cubic-bezier(.2,.7,.2,1),
    transform 0.4s cubic-bezier(.2,.7,.2,1),
    background 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease;
}
.scroll-progress.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.scroll-progress:hover {
  background: var(--ink);
  color: #fff;
  box-shadow: 0 14px 40px rgba(10,10,10,0.28);
}
.scroll-progress:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}
.scroll-progress:active { transform: translateY(0) scale(0.96); }

.scroll-progress__ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);   /* progress starts at 12 o'clock */
}
.scroll-progress__track {
  fill: none;
  stroke: rgba(0,0,0,0.08);
  stroke-width: 2;
}
.scroll-progress__bar {
  fill: none;
  stroke: var(--accent-deep);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 157.08;     /* 2 * PI * r(25) */
  stroke-dashoffset: 157.08;    /* hidden initially */
  transition: stroke-dashoffset 0.1s linear, stroke 0.25s ease;
}
.scroll-progress:hover .scroll-progress__bar { stroke: var(--accent); }

.scroll-progress__arrow {
  position: relative;
  width: 20px;
  height: 20px;
  z-index: 1;
}

/* =========================================================
   SECTION 1 · HERO
   ========================================================= */
.hero {
  position: relative;
  height: 100vh;
  min-height: 640px;
  overflow: hidden;
  background: #000;
  color: #fff;
}
.hero__media { position: absolute; inset: 0; }
.hero__video {
  position: absolute; inset: 0;
  pointer-events: none;
}
.hero__video iframe {
  position: absolute;
  top: 50%; left: 50%;
  width: 177.78vh; /* 16:9 cover */
  min-width: 100%;
  height: 56.25vw; /* 16:9 cover */
  min-height: 100%;
  transform: translate(-50%, -50%) scale(1.15);
}
.hero__poster {
  position: absolute; inset: 0;
}
.hero__poster img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero__overlay {
  position: absolute; inset: 0;
  background:
    /* neutraler, transparenter Wash — leichte Wärme, ohne Gelbstich */
    linear-gradient(180deg,
      rgba(35,28,22,0.42) 0%,
      rgba(40,32,24,0.32) 18%,
      rgba(40,32,24,0.22) 45%,
      rgba(40,32,24,0.28) 75%,
      rgba(35,28,22,0.36) 100%),
    /* dezente Vignette */
    radial-gradient(ellipse at center, rgba(0,0,0,0) 35%, rgba(40,32,24,0.18) 100%);
}
/* sanftes Softening des Bildes — Sättigung leicht runter, kein Sepia mehr */
.hero__poster img {
  filter: saturate(0.92) brightness(0.97);
}
.hero__content {
  position: relative;
  z-index: 2;
  height: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(160px, 20vh, 220px) var(--pad-x) clamp(80px, 10vh, 110px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  transform: translateY(50px);
}
@media (max-width: 899px) {
  .hero__content {
    padding-top: clamp(90px, 12vh, 130px);
    padding-bottom: clamp(60px, 7vh, 90px);
    transform: translateY(30px);
  }
}
.hero__eyebrow {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: rgba(255,255,255,0.85);
  margin: 0 0 22px;
  padding: 6px 14px;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 100px;
  backdrop-filter: blur(8px);
}
.hero__title {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: clamp(2.8rem, 7.5vw, 5.2rem);
  line-height: 1.05;
  letter-spacing: -0.025em;
  margin: 0 0 24px;
  font-variation-settings: "opsz" 144;
  text-shadow:
    0 2px 6px rgba(20,12,4,0.55),
    0 4px 18px rgba(20,12,4,0.55),
    0 10px 48px rgba(20,12,4,0.45);
}
/* Keep "mit Herz. Humor. Haltung." on a single line where width allows;
   gracefully wrap on narrow screens. */
.hero__title-line {
  display: inline-block;
  white-space: nowrap;
}
@media (max-width: 900px) {
  .hero__title-line { white-space: normal; }
}
.hero__title span.claim {
  font-weight: 400;
  color: #e2c890; /* deutlich heller als --accent (#c8a96a), näher an --accent-light für gute Lesbarkeit im Hero */
}
.hero__sub {
  font-size: clamp(1.2rem, 2.4vw, 1.4rem);
  font-weight: 300;
  margin: 0 0 40px;
  color: rgba(255,255,255,0.96);
  letter-spacing: 0.02em;
  text-shadow:
    0 2px 6px rgba(20,12,4,0.6),
    0 4px 20px rgba(20,12,4,0.5);
}
.hero__ctas { display: flex; flex-wrap: wrap; gap: 14px; }

.hero__scroll {
  position: absolute;
  bottom: 32px; left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: 28px; height: 46px;
  border: 1.5px solid rgba(255,255,255,0.6);
  border-radius: 100px;
  display: flex; align-items: flex-start; justify-content: center;
  padding-top: 8px;
}
.hero__scroll span {
  display: block;
  width: 3px; height: 8px;
  background: #fff;
  border-radius: 3px;
  animation: scrollDot 2s infinite;
}
@keyframes scrollDot {
  0% { transform: translateY(0); opacity: 1; }
  60% { transform: translateY(16px); opacity: 0; }
  100% { transform: translateY(0); opacity: 0; }
}

/* =========================================================
   SECTION 2 · PHILOSOPHIE
   ========================================================= */
.philosophie {
  background: var(--paper);
  padding: clamp(80px, 12vw, 160px) 0;
  text-align: center;
}
.philosophie .display { max-width: 32ch; margin-left: auto; margin-right: auto; margin-bottom: 80px; }

.philosophie__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 56px 40px;
  text-align: left;
  margin-top: 64px;
}
.philo-card {
    padding-top: 8px;
    position: relative;
    text-align: center;
}
.philo-card__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 28px;
  box-shadow: var(--shadow-gold);
}
.philo-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  margin-bottom: 32px;
  box-shadow: var(--shadow-gold);
}
.philo-card__icon svg {
  width: 48px;
  height: 48px;
  display: block;
}
.philo-card h3 {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: clamp(1.6rem, 2.6vw, 2.1rem);
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0 0 16px;
  color: var(--ink);
}
.philo-card h3 span {
  display: block;
  font-style: italic;
  color: var(--muted);
  font-size: 0.82em;
}
.philo-card p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
}

/* SEO-Intro / Keyword-Fließtext unter den Karten */
.philosophie__intro {
  max-width: 720px;
  margin: 80px auto 0;
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-style: italic;
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  line-height: 1.65;
  color: var(--ink-soft);
  text-align: center;
}
.philosophie__intro strong {
  font-weight: 500;
  font-style: normal;
  color: var(--accent-deep);
}
.philosophie__intro em {
  font-style: italic;
  color: var(--ink);
}

/* =========================================================
   SECTION 3 · ÜBER MICH
   ========================================================= */
.ueber {
  background: var(--paper-warm);
  padding: clamp(80px, 12vw, 160px) 0;
}
.ueber__grid {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--pad-x);
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
  align-items: center;
}
@media (min-width: 900px) {
  .ueber__grid {
    grid-template-columns: 1.05fr 1fr;
    gap: 96px;
  }
}
.ueber__image {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  aspect-ratio: 4/5;
}
.ueber__image img {
  width: 150%; 
  height: 150%;
  margin-left: -100px;
  margin-top: -150px;
  object-fit: contain; 
  max-width: unset;
}
.ueber__copy .display { margin-bottom: 28px; }
.ueber__roles {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: clamp(1.1rem, 1.6vw, 1.3rem);
  line-height: 1.55;
  margin: 28px 0;
  color: var(--ink-soft);
  font-style: italic;
}
.ueber__roles li {
  padding: 6px 0;
  border-bottom: 1px solid var(--line);
}
.ueber__roles li:last-child { border-bottom: 0; }
.ueber__copy p:not(.eyebrow) { color: var(--ink-soft); margin: 0 0 20px; line-height: 1.65; }
.ueber__copy .lead {
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphenate-limit-chars: 6 3 3; /* nur Wörter ab 6 Buchst. trennen, min. 3 vor + 3 nach */
  text-wrap: pretty;
}
.ueber__quote {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: clamp(1.2rem, 1.9vw, 1.5rem);
  line-height: 1.4;
  color: var(--accent-deep);
  margin-top: 36px !important;
  border-left: 2px solid var(--accent);
  padding-left: 24px;
}

/* =========================================================
   TRANSITION
   ========================================================= */
.transition {
  position: relative;
  height: clamp(490px, 80vh, 690px);
  overflow: hidden;
  display: flex;
  align-items: end;            /* Default Mobile: vertikal mittig */
  justify-content: center;        /* Default Mobile: horizontal mittig */
}

.transition img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 55%;   /* Bildausschnitt — bei Bedarf nachjustieren */
}
.transition__overlay {
  position: absolute; inset: 0;
  background:
    /* sanfter Schatten rechts hinter dem Text – für Lesbarkeit auf Desktop */
    linear-gradient(270deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.15) 45%, rgba(0,0,0,0) 70%),
    linear-gradient(180deg, rgba(0,0,0,0.10) 0%, rgba(0,0,0,0.30) 100%);
}
.transition__copy {
  position: relative; z-index: 2;
  text-align: center;
  width: 100%;
  max-width: 900px;
  padding: 0 var(--pad-x) clamp(80px, 6vh, 50px);
}

/* Desktop: Text rechts neben dem Kopf, vertikal mittig, im Site-Container */
@media (min-width: 900px) {
  .transition { justify-content: center; }
  .transition__copy {
    text-align: left;
    width: 100%;
    max-width: var(--max);         /* gleicher Container wie der Rest der Seite */
    padding: 0 var(--pad-x) clamp(64px, 7vh, 120px);
  }
  .transition__copy p {
    max-width: 65%;
    margin-left: auto;             /* schiebt den Satz nach rechts im Container */
  }
  .transition__copy .transition__eyebrow,
  .transition__copy .transition__rule {
    margin-left: auto;
    margin-right: 0;
  }
}

/* Aufgebrezelt: kleines Eyebrow + goldene Akzentlinie über dem Zitat */
.transition__eyebrow {
  font-family: var(--font-script);
  font-size: clamp(1.4rem, 2.3vw, 2rem);
  color: var(--accent-light);
  margin: 0 auto 8px;
  text-align: inherit;
  max-width: 560px;
  text-shadow: 0 2px 14px rgba(0,0,0,0.5);
}
.transition__rule {
  display: block;
  width: 72px;
  height: 1px;
  border: 0;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  margin: 0 auto 28px;
  max-width: 100%;
  opacity: 0.9;
}

.transition__copy p {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-style: italic;
  font-size: clamp(1.8rem, 4.5vw, 3.4rem);
  line-height: 1.18;
  letter-spacing: -0.015em;
  color: #fff;
  margin: 0;
  text-wrap: pretty;          /* erlaubt natürlich-greedy Wrap, vermeidet aber Witwen */
  text-shadow:
    0 2px 12px rgba(0,0,0,0.55),
    0 6px 36px rgba(0,0,0,0.4);
}
.transition__copy p em {
  font-style: italic;
  color: var(--accent-light);
  text-shadow: 0 2px 16px rgba(0,0,0,0.55);
}

/* Mobile: kräftigere Schatten, weil das Bild dort nicht abgedunkelt wird wie auf Desktop */
@media (max-width: 899px) {
  .transition__copy p {
    text-shadow:
      0 2px 6px rgba(0,0,0,0.8),
      0 4px 18px rgba(0,0,0,0.7),
      0 10px 40px rgba(0,0,0,0.55);
  }
  .transition__copy p em {
    text-shadow:
      0 2px 8px rgba(0,0,0,0.8),
      0 4px 20px rgba(0,0,0,0.7);
  }
  .transition__eyebrow {
    text-shadow:
      0 2px 6px rgba(0,0,0,0.75),
      0 4px 18px rgba(0,0,0,0.6);
  }
}

/* =========================================================
   SECTION 4 · DAS ERLEBNIS
   ========================================================= */
.erlebnis {
  background: var(--paper);
  padding: clamp(80px, 12vw, 160px) 0;    text-align: center;
}
.erlebnis .display { margin-bottom: 56px; }
.erlebnis__copy {
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  line-height: 1.65;
  color: var(--ink-soft);
}
.erlebnis__copy p { margin: 0 0 1.4em; }
.erlebnis__triple {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 1.15em;
  color: var(--ink);
}
.erlebnis__triple span { display: inline-block; }
.erlebnis__highlight {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: clamp(1.3rem, 2.2vw, 1.8rem) !important;
  line-height: 1.35;
  color: var(--accent-deep) !important;
  padding: 36px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin: 56px 0 !important;
}
.erlebnis__highlight strong { color: var(--ink); font-weight: 500; }

/* SEO-Ablauf: feiner Absatz mit Long-Tail-Keywords */
.erlebnis__ablauf {
  margin-top: 64px !important;
  padding: 32px 28px;
  background: rgba(166, 136, 67, 0.06);
  border-left: 3px solid var(--accent);
  border-radius: 6px;
  font-size: clamp(0.98rem, 1.4vw, 1.1rem);
  line-height: 1.7;
  color: var(--ink-soft);
}
.erlebnis__ablauf strong {
  color: var(--accent-deep);
  font-weight: 500;
}

/* =========================================================
   SECTION · ABLAUF (eigene Sektion mit nummerierten Schritten)
   ========================================================= */
.ablauf {
  background: var(--paper-warm);
  padding: clamp(80px, 12vw, 160px) 0;
  text-align: center;
  border-top: 1px solid rgba(0,0,0,0.06);
  border-bottom: 1px solid rgba(0,0,0,0.06);
  box-shadow:
    inset 0 14px 18px -14px rgba(0,0,0,0.10),
    inset 0 -14px 18px -14px rgba(0,0,0,0.10);
}
.ablauf .display {
  max-width: 26ch;
  margin: 0 auto 20px;
}
.ablauf__intro {
  max-width: 640px;
  margin: 0 auto 72px;
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-style: italic;
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  line-height: 1.65;
  color: var(--ink-soft);
}
.ablauf__intro strong {
  font-weight: 500;
  font-style: normal;
  color: var(--accent-deep);
}

.ablauf__steps {
  list-style: none;
  padding: 0;
  margin: 0 auto 56px;
  max-width: 720px;
  display: grid;
  gap: 40px;
  counter-reset: ablauf-count;
  text-align: left;
}
.ablauf-step {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 24px;
  align-items: start;
  position: relative;
}
/* Verbindungslinie zwischen den Kreisen */
.ablauf-step:not(:last-child)::before {
  content: '';
  position: absolute;
  left: 29px;                 /* Mitte des Kreises (60/2 = 30) minus halbe Linienbreite */
  top: 60px;                  /* direkt unter dem Kreis */
  bottom: -40px;              /* bis zum Gap zwischen den Steps */
  width: 2px;
  background: linear-gradient(180deg, var(--accent), rgba(200,169,106,0.25));
  border-radius: 2px;
}
.ablauf-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 24px;
  font-weight: 400;
  box-shadow: var(--shadow-gold);
  flex-shrink: 0;
}
.ablauf-step__body h3 {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: clamp(1.25rem, 1.8vw, 1.55rem);
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 6px 0 10px;
}
.ablauf-step__body p {
  color: var(--ink-soft);
  line-height: 1.65;
  margin: 0;
  max-width: 640px;
}

/* Mobile: Kreise noch etwas kompakter */
@media (max-width: 599px) {
  .ablauf-step {
    grid-template-columns: 48px 1fr;
    gap: 18px;
  }
  .ablauf-step__num {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
  .ablauf-step:not(:last-child)::before {
    left: 23px;
    top: 48px;
    bottom: -40px;
  }
  .ablauf-step__body h3 { margin-top: 2px; }
}

/* =========================================================
   SECTION 5 · SHOWCASE
   ========================================================= */
.showcase {
  background: #fbf5e5;                 /* helles, sehr dezentes Champagner */
  padding: clamp(80px, 12vw, 160px) 0;
  border-top: 1px solid rgba(0,0,0,0.06);
  box-shadow: inset 0 14px 18px -14px rgba(0,0,0,0.10);
}
.showcase .display { margin-bottom: 60px; }
.showcase__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
@media (min-width: 900px) {
  .showcase__grid { grid-template-columns: 1fr 1fr; gap: 36px; }
}
.showcase__video {
  position: relative;
  aspect-ratio: 16/9;
  border-radius: var(--r-md);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  background: #000;
}
.showcase__video iframe {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  border: 0;
}

/* ---- YouTube Facade (DSGVO-konform: kein YouTube-Request vor Klick) ---- */
.yt-facade {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: var(--r-md);
  overflow: hidden;
  cursor: pointer;
  background: #000;
  box-shadow: var(--shadow-md);
  appearance: none;
  font: inherit;
  color: #fff;
  text-align: left;
  transition: transform 0.4s cubic-bezier(.2,.7,.2,1), box-shadow 0.4s ease;
}
.yt-facade:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg, 0 30px 60px rgba(0,0,0,0.22)); }
.yt-facade:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }

.yt-facade__poster {
  position: absolute; inset: 0;
  display: block;
}
.yt-facade__poster img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.92) brightness(0.88);
}

.yt-facade__overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.55) 100%),
    radial-gradient(ellipse at center, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.35) 100%);
  pointer-events: none;
}

.yt-facade__play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(64px, 9vw, 96px);
  height: auto;
  filter: drop-shadow(0 6px 24px rgba(0,0,0,0.45));
  transition: transform 0.35s cubic-bezier(.2,.7,.2,1), opacity 0.3s ease;
  opacity: 0.95;
  pointer-events: none;
}
.yt-facade__play svg { width: 100%; height: auto; display: block; }
.yt-facade:hover .yt-facade__play {
  transform: translate(-50%, -50%) scale(1.08);
  opacity: 1;
}

.yt-facade__label {
  position: absolute;
  left: 22px; bottom: 50px;
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  color: #fff;
  letter-spacing: -0.01em;
  text-shadow: 0 2px 12px rgba(0,0,0,0.5);
  pointer-events: none;
  max-width: calc(100% - 44px);
}
.yt-facade__hint {
  position: absolute;
  left: 22px; right: 22px; bottom: 18px;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: rgba(255,255,255,0.82);
  letter-spacing: 0.02em;
  text-shadow: 0 1px 6px rgba(0,0,0,0.6);
  pointer-events: none;
}

/* =========================================================
   SECTION 6 · STIMMEN
   ========================================================= */
.stimmen {
  background: linear-gradient(180deg,
    var(--paper) 0%,
    var(--paper-champagne) 55%,
    #fdf7e5 100%);     /* endet leicht heller als champagne, damit der Verlauf zur Telefon-Sektion absetzt */
  padding: clamp(80px, 12vw, 160px) 0;
}
.stimmen .display { margin-bottom: 80px; }
.stimmen__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 28px;
}
.stimme {
  grid-column: span 12;
  padding: 36px 32px;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  background: var(--paper);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
  min-height: 220px;
  transition: transform 0.4s cubic-bezier(.2,.7,.2,1), box-shadow 0.4s ease;
}
.stimme:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }

/* Region-Quelle unter dem Zitat (für lokale SEO-Relevanz) */
.stimme__source {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-deep);
  margin: 0;
  opacity: 0.85;
}
.stimme--big .stimme__source {
  color: rgba(255, 255, 255, 0.92);
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-style: normal;
}
.stimme blockquote p {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-style: italic;
  font-size: clamp(1.1rem, 1.8vw, 1.45rem);
  line-height: 1.4;
  margin: 0;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.stimme--big {
  background: var(--accent);
  border-color: var(--accent);
  position: relative;
  overflow: hidden;
}
.stimme--big blockquote {
  position: relative;
  z-index: 1;
}
.stimme--big blockquote p {
  color: #fff;
  font-family: var(--font-script);
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  font-size: clamp(2.2rem, 4.2vw, 3.4rem);
}
/* Decorative big quote-mark in the corner */
.stimme--big::before {
  content: '\201C';
  position: absolute;
  top: 4px;
  left: -10px;
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 9rem;
  line-height: 0.9;
  color: rgba(255,255,255,0.22);
  pointer-events: none;
}
@media (min-width: 700px) {
  .stimme--big::before {
    top: 18px;
    left: 28px;
  }
}
.stimme--img {
  padding: 0; overflow: hidden; min-height: 320px;
  border: 0;
  filter: grayscale(100%);
  transition: filter 0.6s ease, transform 0.6s ease;
}
.stimme--img:hover { filter: grayscale(0%); }
.stimme--img picture, .stimme--img img {
  width: 100%; height: 100%; object-fit: cover;
}
/* Bühne/Moderation-Bild: Ausschnitt nach links verschieben, damit mehr vom linken Bildrand sichtbar ist */
.stimme--img img[src*="buehne-moderation"] {
  object-position: 25% center;
}
/* Nur dieser Stimmen-Bildblock wird stärker reingezoomt */
.stimme--img-zoom img {
  transform: scale(1.7);
  transform-origin: center 40%;
}
@media (min-width: 700px) {
  .stimme { grid-column: span 6; }
  .stimme--big { grid-column: span 12; min-height: 200px; }
}
@media (min-width: 1000px) {
  .stimme { grid-column: span 4; }
  .stimme--big { grid-column: span 8; }
  .stimme--img { grid-column: span 4; }
}

/* =========================================================
   SECTION 7 · GLÜCKWUNSCHTELEFON
   ========================================================= */
.telefon {
  background: linear-gradient(180deg,
    #ffffff 0%,
    #ffffff 65%,
    #fbf4dc 100%);
  padding: clamp(80px, 12vw, 160px) 0;
  overflow: hidden;
  box-shadow: inset 0 14px 18px -14px rgba(0,0,0,0.12);
}
.telefon__grid {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--pad-x);
  display: grid;
  grid-template-columns: 1fr;
  gap: 64px;
  align-items: center;
}
@media (min-width: 900px) {
  .telefon__grid { grid-template-columns: 1fr 1.1fr; gap: 96px; }
}
.telefon__image {
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.telefon__image img {
  width: 100%; height: 100%; object-fit: cover;
}
.telefon__copy .display { margin-bottom: 40px; }
.telefon__copy .display em { color: var(--accent-deep); }
.telefon__points {
  display: grid;
  gap: 28px;
  margin: 0 0 40px;
  counter-reset: telefon-count;
}
.telefon__points li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 22px;
  align-items: start;
  counter-increment: telefon-count;
}
.telefon__points .dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: var(--shadow-gold);
  margin-top: 4px;
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 17px;
  color: #fff;
}
.telefon__points .dot::before {
  content: counter(telefon-count);
}
.telefon__points h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--ink);
  margin: 0 0 6px;
  letter-spacing: -0.005em;
}
.telefon__points p {
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.55;
  margin: 0;
}

/* =========================================================
   SECTION 8 · FAQ
   ========================================================= */
.faq {
  background: var(--paper);
  padding: clamp(80px, 12vw, 160px) 0;
}
.faq .display { margin-bottom: 60px; }
.faq__list {
  border-top: 1px solid var(--line);
}
.faq__item {
  border-bottom: 1px solid var(--line);
  padding: 4px 0;
}
.faq__item summary {
  list-style: none;
  cursor: pointer;
  padding: 28px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: clamp(1.15rem, 1.7vw, 1.4rem);
  line-height: 1.3;
  color: var(--ink);
  letter-spacing: -0.005em;
  transition: color 0.25s ease;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary:hover { color: var(--accent-deep); }
.faq__icon {
  flex-shrink: 0;
  width: 22px; height: 22px;
  position: relative;
}
.faq__icon::before, .faq__icon::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 2px;
  transition: transform 0.3s ease;
}
.faq__icon::before { top: 50%; left: 0; width: 100%; height: 1.5px; transform: translateY(-50%); }
.faq__icon::after  { top: 0; left: 50%; width: 1.5px; height: 100%; transform: translateX(-50%); }
.faq__item[open] .faq__icon::after { transform: translateX(-50%) rotate(90deg); }

.faq__answer {
  padding: 0 0 32px;
  color: var(--ink-soft);
  font-size: 16.5px;
  line-height: 1.7;
  max-width: 68ch;
}
.faq__answer p { margin: 0 0 14px; }
.faq__answer p:last-child { margin-bottom: 0; }

/* =========================================================
   SECTION 9 · FINAL CTA
   ========================================================= */
.final {
  position: relative;
  padding: 0;
  color: var(--ink);
  overflow: hidden;
  text-align: left;
  background: var(--paper-warm);
}
.final__split {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 640px;
}
@media (min-width: 900px) {
  .final__split {
    grid-template-columns: 1fr 1fr;
  }
}
.final__bg {
  position: relative;
  overflow: hidden;
  min-height: 260px;      /* Mobile: Bild oben als Auftakt */
}
.final__bg img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 25%;
}
.final__panel {
  padding: clamp(48px, 6vw, 88px) clamp(28px, 5vw, 72px);
  display: flex;
  flex-direction: column;
  gap: 40px;
  background: var(--paper-warm);
}
.final__intro {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.final__intro .final__ctas {
  margin-top: 20px;   /* zusätzlicher Luftraum zwischen Untertitel und Buttons */
}
.final__title {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  line-height: 1.05;
  letter-spacing: -0.025em;
  margin: 0 0 20px;
  color: var(--ink);
}
.final__title em {
  font-style: italic;
  color: var(--accent-deep);
  font-weight: 400;
}
.final__sub {
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  color: var(--ink-soft);
  margin: 0;
  font-weight: 300;
  line-height: 1.55;
  max-width: 42ch;
}
.final__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  align-items: flex-start;
  margin: 12px 0 0;
}
.final__phone {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  line-height: 1.2;
  flex: 0 1 auto;
  padding: 18px 28px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255,255,255,0.15);
  border-radius: 999px;
  background: #000;
  color: #fff;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.25s ease;
}
.final__phone:hover,
.final__phone:focus-visible {
  border-width: 1px;
  border-color: var(--accent);
}
.final__phone-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(255,255,255,0.75);
}
.final__phone-num {
  font-family: 'Fraunces', serif;
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  font-weight: 400;
  color: #fff;
  margin-top: 4px;
  transition: color 0.25s ease;
  white-space: nowrap;
}
.final__phone:hover .final__phone-num { color: var(--accent); }
.final__email {
  color: rgba(255,255,255,0.92);
  font-size: 15px;
  margin-top: 28px;
  text-shadow:
    0 1px 4px rgba(20,12,4,0.65),
    0 2px 14px rgba(20,12,4,0.45);
}
.final__email a {
  color: var(--accent);
  border-bottom: 1px solid rgba(200,169,106,0.4);
  transition: border-color 0.25s ease;
}
.final__email a:hover { border-color: var(--accent); }

/* =========================================================
   CONTACT FORM
   ========================================================= */
.contact-form {
  margin: 0;
  max-width: 640px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: var(--r-lg);
  padding: clamp(28px, 4vw, 44px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
  text-align: left;
  color: var(--ink);
}
.contact-form__title {
  font-family: 'Fraunces', serif;
  font-weight: 500;
  font-size: clamp(1.3rem, 1.8vw, 1.55rem);
  margin: 0 0 24px;
  color: var(--ink);
  letter-spacing: -0.005em;
}
.contact-form__grid {
  display: grid;
  gap: 18px 18px;
}
@media (min-width: 640px) {
  .contact-form__grid {
    grid-template-columns: 1fr 1fr;
  }
  .contact-form__field--full {
    grid-column: 1 / -1;
  }
}
.contact-form__field label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
  margin-bottom: 8px;
}
.contact-form__req {
  color: var(--accent-deep);
  margin-left: 2px;
}
.contact-form__opt {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: var(--muted-2);
  margin-left: 4px;
}
.contact-form__field input,
.contact-form__field textarea {
  width: 100%;
  font-family: inherit;
  font-size: 15.5px;
  line-height: 1.5;
  color: var(--ink);
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.contact-form__field input::placeholder,
.contact-form__field textarea::placeholder {
  color: var(--muted-2);
}
.contact-form__field textarea {
  resize: vertical;
  min-height: 120px;
}
.contact-form__field input:hover,
.contact-form__field textarea:hover {
  border-color: var(--muted-2);
}
.contact-form__field input:focus,
.contact-form__field textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(200,169,106,0.22);
}
.contact-form__field input:invalid:not(:placeholder-shown),
.contact-form__field textarea:invalid:not(:placeholder-shown) {
  border-color: #c54a4a;
}
/* Aktiver Fehler-State (per JS gesetzt) */
.contact-form__field.is-invalid input,
.contact-form__field.is-invalid textarea {
  border-color: #c54a4a;
  box-shadow: 0 0 0 3px rgba(197,74,74,0.18);
}
.contact-form__error {
  display: none;
  margin: 6px 0 0;
  font-size: 13px;
  font-weight: 500;
  color: #c54a4a;
  line-height: 1.4;
}
.contact-form__field.is-invalid .contact-form__error {
  display: block;
}
.contact-form__status.is-error {
  color: #c54a4a;
}
.contact-form__status.is-success {
  color: var(--accent-deep);
}

/* Honeypot: visuell und für Screenreader komplett unsichtbar,
   aber für einfache Bots noch existent und beschreibbar */
.contact-form__honeypot {
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

/* Submit-Button im Loading-Zustand */
.contact-form button[type="submit"][disabled] {
  opacity: 0.65;
  cursor: not-allowed;
}

/* Cloudflare Turnstile Container */
.contact-form__turnstile {
  margin: 20px 0 8px;
}
.contact-form__turnstile .cf-turnstile {
  display: flex;
  justify-content: flex-start;
}
.contact-form__turnstile .contact-form__error {
  display: none;
  margin: 8px 0 0;
  color: #c54a4a;
  font-size: 13px;
  font-weight: 500;
}
.contact-form__turnstile.is-invalid .contact-form__error {
  display: block;
}

.contact-form__footer {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: stretch;
}
@media (min-width: 540px) {
  .contact-form__footer {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
}
.contact-form__footer .btn--primary {
  width: 100%;
}
@media (min-width: 540px) {
  .contact-form__footer .btn--primary {
    width: auto;
    flex-shrink: 0;
  }
  .contact-form__footer .contact-form__turnstile {
    margin: 0;
    flex-shrink: 1;
  }
}

.contact-form__status {
  margin: 18px 0 0;
  font-size: 14px;
  color: var(--accent-deep);
  font-style: italic;
}

/* =========================================================
   ERFOLGS-SCREEN nach dem Absenden
   ========================================================= */
.contact-form__success {
  display: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  padding: clamp(20px, 4vw, 40px) 0;
}
.contact-form__success-icon {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: rgba(200, 169, 106, 0.14);
  color: var(--accent-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: successPop 0.6s cubic-bezier(.2,1.4,.4,1);
}
.contact-form__success-icon svg {
  width: 56px;
  height: 56px;
}
.contact-form__success-title {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 0;
}
.contact-form__success-text {
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0;
  max-width: 42ch;
}

@keyframes successPop {
  0%   { transform: scale(0.4); opacity: 0; }
  70%  { transform: scale(1.05); opacity: 1; }
  100% { transform: scale(1); opacity: 1; }
}

/* Ist das Formular abgesendet: alles außer Erfolgs-Screen ausblenden */
.contact-form.is-sent > *:not(.contact-form__success) {
  display: none;
}
.contact-form.is-sent .contact-form__success {
  display: flex;
}

/* =========================================================
   FOOTER
   ========================================================= */
.footer {
  background: var(--paper-champagne);
  color: var(--ink-soft);
  padding: 72px 0 36px;
  font-size: 14.5px;
}
.footer__inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--pad-x);
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(110,86,33,0.20);
}
@media (min-width: 800px) { .footer__inner { grid-template-columns: 1.2fr 1fr 1fr; } }
.footer__brand img {
  height: 56px; width: auto;
  margin-bottom: 18px;
}
.footer__brand p { margin: 0; line-height: 1.55; color: var(--ink-soft); }

.footer__nav {
  display: flex; flex-direction: column; gap: 10px;
}
.footer__nav a {
  color: var(--ink-soft);
  transition: color 0.25s ease;
}
.footer__nav a:hover { color: var(--accent-deep); }

.footer__contact p { margin: 0 0 16px; line-height: 1.55; }
.footer__contact a {
  color: var(--ink);
  transition: color 0.25s ease, border-color 0.25s ease;
  border-bottom: 1px solid rgba(10,10,10,0.18);
}
.footer__contact a:hover {
  color: var(--accent-deep);
  border-color: var(--accent-deep);
}

/* „Mehr von Harry" – Verweise auf andere Angebote */
.footer__more-title {
  font-weight: 700;
  letter-spacing: 0;
  color: var(--ink);
  margin: 28px 0 14px !important;
}
.footer__more {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__more li { margin: 0; }
.footer__more a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  border-bottom: 0;                      /* eigener Hover-Effekt statt Unterstrich */
  padding: 6px 0;
  font-size: 15px;
  transition: color 0.25s ease;
}
.footer__more a:hover { color: var(--accent-deep); }
.footer__more svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.footer__legal {
  max-width: var(--max);
  margin: 0 auto;
  padding: 28px var(--pad-x) 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 13px;
  color: var(--muted);
}
@media (min-width: 800px) {
  .footer__legal { flex-direction: row; justify-content: space-between; align-items: center; }
}
.footer__legal p { margin: 0; }
.footer__legal a {
  color: var(--ink-soft);
  margin-left: 24px;
  transition: color 0.25s ease;
}
.footer__legal a:first-of-type { margin-left: 0; }
.footer__legal a:hover { color: var(--accent-deep); }

/* =========================================================
   ANIMATIONS — fade in on scroll
   ========================================================= */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s cubic-bezier(.2,.7,.2,1), transform 0.9s cubic-bezier(.2,.7,.2,1);
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* =========================================================
   CONSENT-BANNER (DSGVO)
   ========================================================= */
.consent {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  max-width: 720px;
  margin: 0 auto;
  background: rgba(255,255,255,0.98);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: var(--r-md);
  box-shadow: 0 24px 60px rgba(0,0,0,0.18);
  padding: 24px 26px;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.28s ease, transform 0.32s cubic-bezier(.2,.7,.2,1);
}
/* Desktop: kompakte Karte in der linken unteren Ecke */
@media (min-width: 700px) {
  .consent {
    left: 20px;
    right: auto;
    bottom: 20px;
    max-width: 360px;
    margin: 0;
    padding: 18px 20px;
    border-radius: var(--r-sm);
  }
}
.consent.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.consent[hidden] { display: none; }

.consent__inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.consent__title {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: 1.05rem;
  line-height: 1.2;
  color: var(--ink);
  margin: 0;
  letter-spacing: -0.01em;
}
.consent__text {
  font-size: 13px;
  line-height: 1.5;
  color: var(--ink-soft);
  margin: 0;
}
.consent__text a {
  color: var(--accent-deep);
  border-bottom: 1px solid rgba(166,136,67,0.35);
}
.consent__text a:hover { border-color: var(--accent); }

.consent__actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 2px;
}
.consent__btn {
  flex: 1 1 140px;
  min-height: 38px;
  padding: 9px 16px;
  border-radius: 999px;
  font-family: inherit;
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
  appearance: none;
}
.consent__btn:active { transform: translateY(1px); }
.consent__btn--deny {
  background: #fff;
  color: var(--ink);
  border: 1px solid rgba(0,0,0,0.22);
}
.consent__btn--deny:hover {
  border-color: var(--ink);
  background: #fafafa;
}
.consent__btn--accept {
  background: var(--accent);
  color: #fff;
  border: 1px solid var(--accent);
}
.consent__btn--accept:hover {
  background: var(--accent-deep);
  border-color: var(--accent-deep);
}
.consent__btn:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}

/* Mobile: Vollbreite, weniger Padding */
@media (max-width: 599px) {
  .consent {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 20px;
  }
  .consent__title { font-size: 1.15rem; }
  .consent__text  { font-size: 14px; }
  .consent__actions { flex-direction: column-reverse; }
  .consent__btn { flex-basis: auto; width: 100%; }
}

/* Footer-Link zum Widerruf */
.footer__consent-link {
  background: none;
  border: 0;
  padding: 0;
  color: inherit;
  font: inherit;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer__consent-link:hover { color: var(--accent-deep); }

/* =========================================================
   PRINT
   ========================================================= */
@media print {
  .nav, .hero__video, .hero__scroll, .showcase, .final, .consent { display: none; }
  body { color: #000; background: #fff; }
}
