/* ===================================================
   Ingrid Sommer — Freie Trauerrednerin
   Design: Hell & warm, naturverbunden-spirituell
   =================================================== */

/* --- Schriftarten (lokal, DSGVO-konform) ---
   Cormorant Garamond ist eine variable Schrift: eine Datei deckt die Stärken 300–700 ab. */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300 700;
  font-display: fallback;
  src: url('../fonts/cormorant-garamond-normal-latin.woff2') format('woff2');
  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';
  font-style: normal;
  font-weight: 300 700;
  font-display: fallback;
  src: url('../fonts/cormorant-garamond-normal-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300 700;
  font-display: fallback;
  src: url('../fonts/cormorant-garamond-italic-latin.woff2') format('woff2');
  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';
  font-style: italic;
  font-weight: 300 700;
  font-display: fallback;
  src: url('../fonts/cormorant-garamond-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url('../fonts/lato-400-normal-latin.woff2') format('woff2');
  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: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url('../fonts/lato-400-normal-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url('../fonts/lato-700-normal-latin.woff2') format('woff2');
  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: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url('../fonts/lato-700-normal-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* --- CSS Variables --- */
:root {
  --bg-primary:        #FDFAF5;
  --bg-secondary:      #F5EFE0;
  --bg-card:           #EDE3CE;
  --accent-gold:       #B8936A; /* dekorativ: Linien, Icons, Rahmen */
  --accent-bronze:     #86654A; /* Schrift, Links, Buttons — mind. 4,5:1 Kontrast */
  --accent-bronze-d:   #6F533B;
  --accent-green:      #7A9E7E; /* dekorativ */
  --accent-green-text: #557259; /* grüne Schrift — mind. 4,5:1 Kontrast */
  --text-dark:         #2D2018;
  --text-med:          #6B4E37;
  --text-light:        #806656;
  --border:            #E5D9C8;
  --error:             #B0352A;
  --nav-h:             72px;
  --radius:            12px;
  --radius-lg:         24px;
  --shadow:            0 4px 24px rgba(45, 32, 24, 0.08);
  --shadow-lg:         0 12px 48px rgba(45, 32, 24, 0.14);
  --transition:        all 0.3s ease;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: 'Lato', sans-serif;
  background: var(--bg-primary);
  color: var(--text-dark);
  line-height: 1.7;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent-bronze); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--accent-bronze-d); }

:focus-visible { outline: 2px solid var(--accent-bronze); outline-offset: 3px; }
.footer :focus-visible,
.cta-banner :focus-visible { outline-color: var(--accent-gold); }
main:focus { outline: none; }

.skip-link {
  position: absolute;
  left: 1rem;
  top: -100px;
  z-index: 2000;
  background: var(--text-dark);
  color: #fff;
  padding: 0.75rem 1.25rem;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 0.9rem;
}
.skip-link:focus { top: 1rem; color: #fff; }

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

/* --- Typography --- */
h1, h2, h3, h4, h5 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 500;
  line-height: 1.25;
  color: var(--text-dark);
  text-wrap: balance;
}
h1 { font-size: clamp(2.4rem, 5vw, 4rem); }
h2 { font-size: clamp(1.9rem, 3.5vw, 2.8rem); }
h3, .as-h3 { font-size: clamp(1.3rem, 2.5vw, 1.8rem); }
h4 { font-size: 1.15rem; }
p  { font-size: 1rem; color: var(--text-med); margin-bottom: 1rem; }
p:last-child { margin-bottom: 0; }

.section-label {
  font-family: 'Lato', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent-green-text);
  margin-bottom: 0.75rem;
  display: block;
}

/* --- Layout Utilities --- */
.container { max-width: 1100px; margin: 0 auto; padding: 0 1.5rem; }
.section    { padding: 5rem 0; }
.text-center { text-align: center; }
.mt-2 { margin-top: 2rem; }

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

/* --- Buttons --- */
.btn {
  display: inline-block;
  padding: 0.85rem 2.2rem;
  border-radius: 50px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: var(--transition);
  border: 2px solid transparent;
}
.btn-primary {
  background: var(--accent-bronze);
  color: #fff;
  border-color: var(--accent-bronze);
}
.btn-primary:hover {
  background: var(--accent-bronze-d);
  border-color: var(--accent-bronze-d);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(134, 101, 74, 0.35);
}
.btn-outline {
  background: transparent;
  color: var(--accent-bronze);
  border-color: var(--accent-bronze);
}
.btn-outline:hover {
  background: rgba(134, 101, 74, 0.08);
  color: var(--accent-bronze-d);
  border-color: var(--accent-bronze-d);
  transform: translateY(-2px);
}
.btn-white {
  background: #fff;
  color: var(--accent-bronze);
  border-color: #fff;
}
.btn-white:hover {
  background: var(--bg-secondary);
  border-color: var(--bg-secondary);
  color: var(--accent-bronze-d);
  transform: translateY(-2px);
}

/* =====================
   NAVIGATION
   ===================== */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: var(--nav-h);
  z-index: 1000;
  transition: var(--transition);
}
.nav.scrolled,
.nav.menu-open {
  background: rgba(253, 250, 245, 0.96);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 16px rgba(45, 32, 24, 0.08);
}
.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--text-dark);
}
.nav-logo small {
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-light);
  margin-top: -2px;
}
.nav-links {
  display: flex;
  gap: 2rem;
  list-style: none;
  align-items: center;
}
.nav-links a {
  font-size: 0.88rem;
  font-weight: 400;
  color: var(--text-med);
  letter-spacing: 0.03em;
}
.nav-links a:hover { color: var(--accent-bronze); }
.nav-links a[aria-current="page"]:not(.btn) {
  color: var(--accent-bronze);
  text-decoration: underline;
  text-decoration-color: var(--accent-gold);
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}
.nav-links .nav-cta .btn { padding: 0.5rem 1.4rem; font-size: 0.82rem; }
.nav-links .nav-cta .btn-primary,
.nav-links .nav-cta .btn-primary:hover { color: #fff; }

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  margin-right: -10px;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 8px;
}
.nav-toggle span {
  display: block;
  width: 24px; height: 2px;
  background: var(--text-dark);
  transition: var(--transition);
  border-radius: 2px;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 768px) {
  .nav-toggle { display: flex; }
  .nav-links {
    display: none;
    position: absolute;
    top: var(--nav-h);
    left: 0; right: 0;
    max-height: calc(100vh - var(--nav-h));
    max-height: calc(100dvh - var(--nav-h));
    overflow-y: auto;
    overscroll-behavior: contain;
    background: rgba(253, 250, 245, 0.98);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    flex-direction: column;
    gap: 0;
    padding: 1rem 0;
    border-bottom: 1px solid var(--border);
  }
  .nav-links.open { display: flex; }
  .nav-links li { width: 100%; }
  .nav-links a {
    display: block;
    padding: 0.85rem 2rem;
    border-bottom: 1px solid var(--border);
  }
  .nav-links .nav-cta { padding: 1rem 2rem; }
  .nav-links .nav-cta .btn { width: 100%; text-align: center; }
}

/* =====================
   HERO
   ===================== */
.hero {
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: var(--nav-h) 0 0;
  background-color: #EDE3CE;
  background-image: url('../images/hero-bg.jpg');
  background-image: image-set(url('../images/hero-bg.webp') type('image/webp'), url('../images/hero-bg.jpg') type('image/jpeg'));
  background-size: cover;
  background-position: center center;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to left,
    rgba(45, 32, 24, 0.38) 0%,
    rgba(45, 32, 24, 0.18) 50%,
    transparent 100%
  );
  pointer-events: none;
}
.hero-inner {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.5rem 2.5rem 3rem;
  position: relative;
  z-index: 1;
}
.hero-content {
  max-width: 460px;
  background: rgba(253, 250, 245, 0.32);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  border-radius: var(--radius-lg);
  padding: 2rem 2.2rem;
  border: 1px solid rgba(255,255,255,0.35);
  box-shadow: 0 8px 40px rgba(45, 32, 24, 0.10);
}
.hero-content .hero-tagline {
  text-shadow: 0 1px 4px rgba(253,250,245,0.5);
}
.hero-content p {
  text-shadow: 0 1px 3px rgba(253,250,245,0.45);
}
.hero-tagline {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.2;
  color: var(--text-dark);
  margin-bottom: 1rem;
}
.hero-tagline em {
  font-style: normal;
  color: var(--text-med);
}
.hero-sub {
  font-size: 0.93rem;
  color: var(--text-med);
  margin-bottom: 0.6rem;
}
.hero-desc {
  font-size: 0.92rem;
  color: var(--text-med);
  margin-bottom: 1.5rem;
  line-height: 1.75;
}
.hero-btns {
  display: flex;
  gap: 0.75rem;
  flex-wrap: nowrap;
}
.hero-btns .btn {
  padding: 0.7rem 1.4rem;
  font-size: 0.84rem;
  white-space: nowrap;
}
.hero-btns .btn-outline {
  color: var(--text-med);
  border-color: rgba(107, 78, 55, 0.45);
  background: rgba(253, 250, 245, 0.12);
}
.hero-btns .btn-outline:hover {
  color: var(--text-dark);
  border-color: rgba(45, 32, 24, 0.55);
  background: rgba(253, 250, 245, 0.22);
  transform: translateY(-2px);
}

/* Hinweis auf KI-erzeugte bzw. KI-bearbeitete Bilder */
.ai-badge {
  position: absolute;
  bottom: 0.75rem;
  right: 1rem;
  z-index: 3;
  font-family: 'Lato', sans-serif;
  font-size: 0.62rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(20, 14, 10, 0.55);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 3px;
  padding: 0.15rem 0.45rem;
  pointer-events: none;
}

@media (max-width: 900px) {
  .hero-inner { justify-content: center; padding: 2rem 1.5rem 3rem; }
  .hero-content { max-width: 100%; }
}

/* =====================
   TRUST STRIP
   ===================== */
.trust-strip {
  background: var(--bg-secondary);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 1.5rem 0;
}
.trust-strip-inner {
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.85rem;
  color: var(--text-med);
  font-weight: 400;
}
.trust-item svg { color: var(--accent-green); flex-shrink: 0; }
.trust-sep { width: 1px; height: 20px; background: var(--border); }
@media (max-width: 600px) { .trust-sep { display: none; } }

/* =====================
   USP SECTION
   ===================== */
.usp-section { background: var(--bg-primary); }
.usp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3.5rem;
}
.usp-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2.5rem 2rem;
  text-align: center;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.usp-card::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent-gold), var(--accent-green));
  transform: scaleX(0);
  transition: var(--transition);
}
.usp-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.usp-card:hover::before { transform: scaleX(1); }
.usp-icon {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: var(--bg-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: var(--accent-gold);
}
.usp-card h3 { margin-bottom: 0.75rem; font-size: 1.35rem; }
.usp-card p { font-size: 0.95rem; }

@media (max-width: 768px) { .usp-grid { grid-template-columns: 1fr; } }
@media (min-width: 500px) and (max-width: 768px) { .usp-grid { grid-template-columns: 1fr 1fr; } }

/* Ablauf-Vorschau (Startseite) */
.steps-preview {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}

/* =====================
   ÜBER MICH — Porträt
   ===================== */
.about-img {
  position: relative;
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  aspect-ratio: 3/4;
  max-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.about-img picture { display: block; width: 100%; height: 100%; }

/* =====================
   CTA BANNER
   ===================== */
.cta-banner {
  background: linear-gradient(135deg, var(--text-dark) 0%, #4A3020 100%);
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='1' fill='rgba(255,255,255,0.04)'/%3E%3C/svg%3E");
}
.cta-banner-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
  padding: 5rem 1.5rem;
}
.cta-banner h2 { color: #fff; margin-bottom: 1rem; }
.cta-banner p { color: rgba(255,255,255,0.8); margin-bottom: 2rem; font-size: 1.05rem; }
.cta-banner .section-label { color: var(--accent-green); }
.cta-banner-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.cta-banner .btn-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
}
.cta-banner .btn-outline:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.08);
}

/* =====================
   PAGE HERO (Unterseiten)
   ===================== */
.page-hero {
  background: linear-gradient(150deg, #FDFAF5 0%, #F5EFE0 100%);
  padding: calc(var(--nav-h) + 4rem) 0 4rem;
  border-bottom: 1px solid var(--border);
  text-align: center;
}
.page-hero .breadcrumb {
  font-size: 0.8rem;
  color: var(--text-light);
  margin-bottom: 1rem;
}
.page-hero .breadcrumb a { color: var(--text-light); }
.page-hero .breadcrumb a:hover { color: var(--accent-bronze); }
.page-hero .breadcrumb .sep { margin: 0 0.4rem; }
.page-hero h1 { margin-bottom: 1rem; }
.page-hero p { font-size: 1.1rem; max-width: 560px; margin: 0 auto; }

/* =====================
   ÜBER MICH — Timeline
   ===================== */
.timeline { padding: 1rem 0; }
.timeline-item {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
  position: relative;
}
.timeline-item:not(:last-child) .timeline-dot::after {
  content: '';
  position: absolute;
  top: 2rem;
  left: 0.85rem;
  width: 2px;
  height: calc(100% + 1rem);
  background: var(--border);
}
.timeline-dot {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.timeline-dot-inner {
  width: 1.75rem; height: 1.75rem;
  border-radius: 50%;
  background: var(--accent-gold);
  border: 3px solid var(--bg-primary);
  box-shadow: 0 0 0 2px var(--accent-gold);
  flex-shrink: 0;
  z-index: 1;
}
.timeline-content h3 { color: var(--text-dark); margin-bottom: 0.35rem; font-size: 1.15rem; }
.timeline-content p { font-size: 0.93rem; }

.credentials-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  margin-top: 2rem;
}
.credential-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}
.credential-icon {
  width: 40px; height: 40px;
  border-radius: 8px;
  background: var(--bg-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-green);
  flex-shrink: 0;
}
.credential-card h4 { font-size: 0.95rem; color: var(--text-dark); margin-bottom: 0.2rem; }
.credential-card p { font-size: 0.82rem; }

@media (max-width: 600px) { .credentials-grid { grid-template-columns: 1fr; } }

/* =====================
   ANGEBOT
   ===================== */
.steps-list { margin-top: 2.5rem; }
.step-item {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1.5rem;
  margin-bottom: 2rem;
  align-items: start;
}
.step-num {
  width: 3rem; height: 3rem;
  border-radius: 50%;
  background: var(--accent-bronze);
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(134, 101, 74, 0.3);
}
.step-content h3 { margin-bottom: 0.35rem; font-size: 1.1rem; }
.step-content p { font-size: 0.95rem; }

.price-card {
  background: var(--bg-secondary);
  border: 2px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  text-align: center;
  margin-top: 2rem;
  position: relative;
  overflow: hidden;
}
.price-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--accent-gold), var(--accent-green));
}
.price-amount {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  font-weight: 500;
  color: var(--text-dark);
}
.price-amount span { font-size: 1.4rem; color: var(--text-light); }
.price-note { font-size: 0.85rem; color: var(--text-light); margin-top: 0.5rem; }
.price-extra { font-size: 0.9rem; color: var(--text-med); margin: -0.5rem auto 2rem; max-width: 400px; }

.rituals-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}
.ritual-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem;
}
.ritual-card h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.ritual-card h3::before {
  content: '';
  display: inline-block;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--accent-green);
  flex-shrink: 0;
}
.ritual-card p { font-size: 0.9rem; }

@media (max-width: 600px) { .rituals-grid { grid-template-columns: 1fr; } }

/* =====================
   LEBENSREISE
   ===================== */
.journey-timeline {
  position: relative;
  padding-left: 2rem;
}
.journey-timeline::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--accent-gold), var(--accent-green));
  border-radius: 2px;
}
.journey-phase {
  position: relative;
  margin-bottom: 2.5rem;
  padding-left: 1.5rem;
}
.journey-phase:last-child { margin-bottom: 0; }
.journey-phase::before {
  content: '';
  position: absolute;
  left: -2.35rem;
  top: .45rem;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent-gold);
  border: 2px solid var(--bg-primary);
  box-shadow: 0 0 0 2px var(--accent-gold);
}
.journey-phase-label {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--accent-bronze);
  margin-bottom: .35rem;
}
.journey-phase h3 {
  font-size: 1.05rem;
  color: var(--text-dark);
  margin-bottom: .4rem;
}
.journey-phase p {
  font-size: .92rem;
  color: var(--text-med);
  line-height: 1.6;
}

/* =====================
   GALERIE
   ===================== */
.gallery-duo {
  display: grid;
  grid-template-columns: 0.5626fr 1.7774fr;
  gap: 1rem;
  align-items: start;
}
.gallery-photo {
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--bg-card);
  box-shadow: var(--shadow);
}
.gallery-photo img { width: 100%; height: auto; }
.gallery-note {
  font-size: 0.85rem;
  color: var(--text-light);
  text-align: center;
  margin-top: 1.25rem;
}
@media (max-width: 640px) {
  .gallery-duo { grid-template-columns: 1fr; }
}

/* =====================
   FAQ
   ===================== */
.faq-list { margin-top: 2.5rem; }
.faq-item {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin-bottom: 1rem;
  background: #fff;
  overflow: hidden;
  transition: var(--transition);
}
.faq-item.open { box-shadow: var(--shadow); }
.faq-item h2 { font-size: 1.1rem; line-height: 1.3; }
.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 1.25rem 1.5rem;
  background: none;
  border: 0;
  cursor: pointer;
  text-align: left;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.3;
  color: var(--text-dark);
}
.faq-question:hover { color: var(--accent-bronze); }
.faq-question:focus-visible { outline-offset: -4px; border-radius: var(--radius); }
.faq-icon {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--bg-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--accent-bronze);
  transition: var(--transition);
}
.faq-item.open .faq-icon { background: var(--accent-bronze); color: #fff; transform: rotate(45deg); }
.faq-answer {
  display: none;
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border);
}
.faq-answer p { font-size: 0.95rem; padding-top: 1.25rem; }
.faq-item.open .faq-answer { display: block; }

/* =====================
   KONTAKT
   ===================== */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 4rem;
  margin-top: 2rem;
}
.contact-info-items { display: flex; flex-direction: column; gap: 1.25rem; }
.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.contact-info-icon {
  width: 44px; height: 44px;
  border-radius: 10px;
  background: var(--bg-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-gold);
  flex-shrink: 0;
}
.contact-info-text h3 {
  font-family: 'Lato', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--text-light);
  margin-bottom: 0.2rem;
}
.contact-info-text p, .contact-info-text a { font-size: 0.95rem; color: var(--text-med); }
.contact-info-text a:hover { color: var(--accent-bronze); }

.contact-form-wrap {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  box-shadow: var(--shadow);
}
.form-group { margin-bottom: 1.25rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
label {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--text-light);
  margin-bottom: 0.5rem;
}
label .optional { font-weight: 400; text-transform: none; letter-spacing: 0; }
input, textarea, select {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  font-family: 'Lato', sans-serif;
  font-size: 1rem; /* mind. 16px: verhindert automatisches Zoomen auf iPhones */
  color: var(--text-dark);
  background: var(--bg-primary);
  transition: var(--transition);
  outline: none;
}
input::placeholder, textarea::placeholder { color: var(--text-light); opacity: 1; }
input:focus, textarea:focus, select:focus {
  border-color: var(--accent-bronze);
  box-shadow: 0 0 0 3px rgba(134, 101, 74, 0.22);
}
textarea { resize: vertical; min-height: 120px; }
.field-error {
  border-color: var(--error);
  box-shadow: 0 0 0 3px rgba(176, 53, 42, 0.12);
}
.error-msg {
  display: block;
  color: var(--error);
  font-size: 0.85rem;
  margin-top: 0.35rem;
}
.form-note { font-size: 0.85rem; color: var(--text-light); margin-top: 1.25rem; }
.form-note a,
.legal-content a,
.faq-answer a,
.form-status a { text-decoration: underline; text-underline-offset: 2px; }
.form-status {
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  border-radius: var(--radius);
  font-size: 0.9rem;
  background: #FDF1F0;
  border: 1px solid #F1C7C3;
  color: #8C1D18;
}
.form-status:empty { display: none; }
.form-status a { color: #8C1D18; }
.form-submit { margin-top: 1.5rem; }
.form-submit .btn { width: 100%; justify-content: center; display: flex; align-items: center; gap: 0.5rem; }
.form-submit .btn:disabled { opacity: 0.7; cursor: wait; transform: none; }
.form-success { text-align: center; padding: 3rem 1rem; }
.form-success:focus { outline: none; }
.form-success-icon {
  width: 72px; height: 72px;
  border-radius: 50%;
  background: var(--accent-green-text);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}
.form-success h2 { font-size: 1.8rem; margin-bottom: 0.75rem; }
.form-success p { max-width: 360px; margin: 0 auto; }

@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .form-row { grid-template-columns: 1fr; } }

.region-card {
  background: var(--bg-secondary);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  margin-top: 2rem;
  text-align: center;
}
.region-visual {
  background: #fff;
  border-radius: var(--radius);
  padding: 2rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.region-visual svg { color: var(--accent-gold); }
.region-visual p { font-size: 0.85rem; color: var(--text-med); }

/* =====================
   FOOTER
   ===================== */
.footer {
  background: var(--text-dark);
  color: rgba(255,255,255,0.7);
  padding: 4rem 0 2rem;
}
.footer-inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}
.footer-brand .nav-logo { color: #fff; margin-bottom: 1rem; display: block; }
.footer-brand .nav-logo small { color: rgba(255,255,255,0.55); }
.footer-brand p { font-size: 0.88rem; line-height: 1.7; color: rgba(255,255,255,0.6); }
.footer h2 {
  font-family: 'Lato', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin-bottom: 1.2rem;
}
.footer-note { font-size: 0.85rem; color: rgba(255,255,255,0.6); line-height: 1.6; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; }
.footer-links a { font-size: 0.9rem; color: rgba(255,255,255,0.7); }
.footer-links a:hover { color: var(--accent-gold); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-bottom p { font-size: 0.82rem; color: rgba(255,255,255,0.55); }
.footer-bottom-links { display: flex; flex-wrap: wrap; gap: 1.5rem; }
.footer-bottom a { font-size: 0.82rem; color: rgba(255,255,255,0.55); }
.footer-bottom a:hover { color: var(--accent-gold); }
.footer-credit {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,0.06);
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.5);
}
.footer-credit a {
  color: rgba(255,255,255,0.62);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-credit a:hover { color: rgba(255,255,255,0.85); }

@media (max-width: 768px) { .footer-inner { grid-template-columns: 1fr; gap: 2rem; } }

/* =====================
   RECHTLICHE SEITEN
   ===================== */
.legal-content { max-width: 780px; margin: 0 auto; }
.legal-content h2 { margin: 2.5rem 0 1rem; font-size: 1.5rem; }
.legal-content h3 { margin: 1.5rem 0 0.5rem; font-size: 1.15rem; }
.legal-content p { margin-bottom: 1rem; font-size: 0.95rem; }
.legal-content ul { padding-left: 1.5rem; margin-bottom: 1rem; }
.legal-content ul li { font-size: 0.95rem; color: var(--text-med); margin-bottom: 0.4rem; }

/* =====================
   NACH OBEN
   ===================== */
.scroll-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--accent-bronze);
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s, background 0.3s ease;
  z-index: 500;
}
.scroll-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.scroll-top:hover { background: var(--accent-bronze-d); }

/* =====================
   UTILITIES
   ===================== */
.divider {
  width: 60px; height: 3px;
  background: linear-gradient(90deg, var(--accent-gold), var(--accent-green));
  border-radius: 2px;
  margin: 1.25rem auto 2rem;
}
.divider-left { margin-left: 0; }

/* =====================
   RESPONSIVE
   ===================== */

/* --- Tablet (≤ 900px) --- */
@media (max-width: 900px) {
  .two-col { grid-template-columns: 1fr; gap: 2.5rem; }
}

/* --- Mobil (≤ 768px) --- */
@media (max-width: 768px) {
  .section { padding: 3rem 0; }
  .page-hero { padding: calc(var(--nav-h) + 2rem) 0 2.5rem; }
  .cta-banner-inner { padding: 3.5rem 1.5rem; }
  .steps-preview { grid-template-columns: 1fr 1fr; }
  .contact-form-wrap { padding: 1.5rem; }
  .price-card { padding: 1.75rem 1.5rem; }
  .usp-card { padding: 1.75rem 1.5rem; }
  .footer { padding: 3rem 0 1.5rem; }
  .footer-inner { gap: 1.75rem; }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
  }
  .hero-btns { flex-wrap: wrap; }
  .scroll-top { right: 1.25rem; bottom: calc(1.25rem + env(safe-area-inset-bottom, 0px)); }
}

/* --- Smartphone (≤ 480px) --- */
@media (max-width: 480px) {
  .section { padding: 2.5rem 0; }
  .container { padding: 0 1rem; }
  .page-hero { padding: calc(var(--nav-h) + 1.5rem) 0 2rem; }
  .cta-banner-inner { padding: 2.5rem 1rem; }

  h1, h2 {
    -webkit-hyphens: auto;
    hyphens: auto;
  }

  .hero-inner { padding: 1rem 1rem 2rem; }
  .hero-content {
    padding: 1.25rem 1rem;
    border-radius: var(--radius);
  }
  .hero-btns .btn { width: 100%; text-align: center; }

  .contact-form-wrap { padding: 1.25rem 1rem; }
  .price-amount { font-size: 2.25rem; }

  .legal-content h2 { font-size: 1.25rem; margin-top: 2rem; }
  .legal-content h3 { font-size: 1rem; }

  .footer-inner { gap: 1.5rem; }
  .footer-bottom p { font-size: 0.75rem; }
}

@media (max-width: 400px) {
  .steps-preview { grid-template-columns: 1fr; }
}

/* --- Weniger Bewegung, wenn im System so eingestellt --- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
  .btn:hover, .usp-card:hover { transform: none; }
}
