/*
Theme Name: PrimaFello
Theme URI: https://hundesalonheizmann.de
Author: Jacqueline Heizmann
Description: Massgeschneidertes Theme für Hundesalon PrimaFello. Alle Inhalte und Bilder über den WordPress-Customizer pflegbar.
Version: 1.8.3
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: primafello
Tags: business, one-page, custom-colors, custom-logo, custom-menu, featured-images, threaded-comments
*/

/* =====================================================================
   Self-Hosted Schriften (DSGVO-konform, keine externen CDNs)
   Quelle: @fontsource (Open-Source-Mirror der Google-Fonts-Schriften)
   ===================================================================== */

/* Manrope — Body */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('assets/fonts/manrope-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/manrope-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('assets/fonts/manrope-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('assets/fonts/manrope-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('assets/fonts/manrope-700.woff2') format('woff2');
}

/* Fraunces — Display / Headlines */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/fraunces-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/fraunces-400-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('assets/fonts/fraunces-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('assets/fonts/fraunces-500-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('assets/fonts/fraunces-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('assets/fonts/fraunces-600-italic.woff2') format('woff2');
}

/* Allura — Script / Logo */
@font-face {
  font-family: 'Allura';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/allura-400.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Allura';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/allura-400-ext.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --pink: #D14E8A;
  --pink-dark: #8E2C5C;
  --pink-deep: #5E1A3A;
  --pink-soft: #FCE7EE;
  --pink-pastel: #F8D6E2;
  --pink-blush: #FFF1F6;
  --ink: #2D2233;
  --ink-soft: #5C4F5F;
  --off-white: #FBF8F6;
  --gold: #C9A66B;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

@media (max-width: 768px) {
  html { scroll-padding-top: 88px; }
}
html { scroll-behavior: smooth; }

body {
  font-family: 'Manrope', -apple-system, sans-serif;
  color: var(--ink);
  line-height: 1.65;
  background: var(--off-white);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }

.container { max-width: 1280px; margin: 0 auto; padding: 0 32px; }
.sr-only { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

/* ============ TOP BAR ============ */
.topbar {
  background: var(--pink-deep);
  color: #FCE7EE;
  padding: 11px 0;
  font-size: 13px;
  letter-spacing: 0.01em;
}
.topbar-inner {
  max-width: 1280px; margin: 0 auto; padding: 0 32px;
  display: flex; justify-content: space-between; align-items: center; gap: 32px;
}
.topbar-contact { display: flex; gap: 28px; align-items: center; flex-wrap: wrap; }
.topbar-contact span { display: flex; align-items: center; gap: 8px; }
.topbar-contact .icon {
  display: inline-flex;
  align-items: center;
  opacity: 0.75;
  color: currentColor;
}
.topbar-contact .icon svg { display: block; }
.topbar-social { display: flex; gap: 10px; }
.topbar-social a {
  width: 28px; height: 28px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid rgba(252, 231, 238, 0.25);
  border-radius: 50%;
  transition: all 0.2s;
  color: currentColor;
}
.topbar-social a svg { display: block; }
.topbar-social a:hover { background: var(--pink); border-color: var(--pink); }

/* ============ HEADER ============ */
.site-header {
  background: var(--off-white);
  border-bottom: 1px solid rgba(45, 34, 51, 0.06);
  padding: 18px 0;
  position: sticky; top: 0; z-index: 50;
}
.site-header-inner {
  max-width: 1280px; margin: 0 auto; padding: 0 32px;
  display: flex; justify-content: space-between; align-items: center; gap: 32px;
}
.logo { display: flex; flex-direction: column; line-height: 1; }
.logo-mark {
  font-family: 'Allura', cursive;
  font-size: 38px; color: var(--pink); line-height: 0.9;
}
.logo-sub {
  font-family: 'Fraunces', serif;
  font-size: 10px; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--ink-soft); margin-top: 2px; padding-left: 4px;
}
.custom-logo { max-height: 60px; width: auto; }

.logo-image {
  max-height: var(--pf-logo-size, 60px);
  width: auto;
  display: block;
  object-fit: contain;
}
.logo-image--footer { max-height: 70px; }

.main-nav ul { list-style: none; display: flex; gap: 34px; align-items: center; }
.main-nav a {
  font-size: 14px; font-weight: 500; letter-spacing: 0.02em;
  color: var(--ink); position: relative; padding: 8px 0;
  transition: color 0.2s;
}
.main-nav a:hover { color: var(--pink); }
.main-nav .current-menu-item > a,
.main-nav .current_page_item > a { color: var(--pink); }
.main-nav .current-menu-item > a::after,
.main-nav .current_page_item > a::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0;
  height: 2px; background: var(--pink);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.btn-cta {
  background: var(--ink); color: var(--off-white);
  padding: 12px 22px; border-radius: 999px;
  font-size: 13px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase;
  transition: all 0.2s; border: none; cursor: pointer;
  display: inline-block;
}
.btn-cta:hover { background: var(--pink); transform: translateY(-1px); color: white; }

/* ============ MENU TOGGLE ============ */
.menu-toggle {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 10px 6px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink);
  transition: color 0.2s;
}
.menu-toggle:hover { color: var(--pink); }
.menu-toggle:focus-visible {
  outline: 2px solid var(--pink);
  outline-offset: 4px;
  border-radius: 4px;
}

.menu-toggle-icon {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 26px;
  height: 18px;
}
.menu-toggle-icon span {
  display: block;
  width: 100%;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  transform-origin: center;
  transition: transform 0.25s ease, opacity 0.2s ease;
}
.menu-toggle[aria-expanded="true"] .menu-toggle-icon span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.menu-toggle[aria-expanded="true"] .menu-toggle-icon span:nth-child(2) {
  opacity: 0;
}
.menu-toggle[aria-expanded="true"] .menu-toggle-icon span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ============ OFF-CANVAS PANEL ============ */
.off-canvas {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  visibility: hidden;
  transition: visibility 0s linear 0.4s;
}
.off-canvas.is-open {
  pointer-events: auto;
  visibility: visible;
  transition: visibility 0s linear 0s;
}

.off-canvas-overlay {
  position: absolute;
  inset: 0;
  background: rgba(45, 34, 51, 0);
  transition: background 0.35s ease;
  cursor: pointer;
}
.off-canvas.is-open .off-canvas-overlay {
  background: rgba(45, 34, 51, 0.45);
}

.off-canvas-panel {
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: 100%;
  max-width: 480px;
  background: var(--pink-deep);
  color: white;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  box-shadow: -20px 0 50px rgba(0,0,0,0.15);
}
.off-canvas.is-open .off-canvas-panel {
  transform: translateX(0);
}

.off-canvas-header {
  padding: 24px 36px;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.off-canvas-close {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: transparent;
  border: none;
  color: white;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  padding: 6px 0;
  opacity: 0.85;
  transition: opacity 0.2s, transform 0.2s;
}
.off-canvas-close:hover { opacity: 1; transform: translateX(-2px); }
.off-canvas-close:focus-visible {
  outline: 2px solid var(--pink-pastel);
  outline-offset: 4px;
  border-radius: 4px;
  opacity: 1;
}
.off-canvas-close .close-icon {
  font-size: 26px;
  line-height: 0.8;
  font-weight: 300;
}

.off-canvas-body {
  flex: 1;
  padding: 30px 36px 36px;
}

.off-canvas-section {
  font-family: 'Allura', cursive;
  font-size: 30px;
  color: var(--pink-pastel);
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  line-height: 1;
}

.off-canvas-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.off-canvas-nav li {
  list-style: none;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.off-canvas-nav li:last-child { border-bottom: none; }
.off-canvas-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  font-family: 'Fraunces', serif;
  font-size: 26px;
  font-weight: 500;
  color: white;
  text-decoration: none;
  transition: color 0.25s, padding-left 0.25s;
  position: relative;
}
.off-canvas-nav a::after {
  content: '→';
  font-family: 'Fraunces', serif;
  font-size: 20px;
  font-weight: 400;
  opacity: 0.5;
  transition: opacity 0.25s, transform 0.25s, color 0.25s;
}
.off-canvas-nav a:hover {
  color: var(--pink-pastel);
  padding-left: 6px;
}
.off-canvas-nav a:hover::after {
  opacity: 1;
  transform: translateX(6px);
  color: var(--pink-pastel);
}
.off-canvas-nav .current-menu-item > a,
.off-canvas-nav .current_page_item > a {
  color: var(--pink-pastel);
}
.off-canvas-nav .current-menu-item > a::after,
.off-canvas-nav .current_page_item > a::after {
  content: '•';
  opacity: 1;
}

.off-canvas-footer {
  padding: 24px 36px 32px;
  border-top: 1px solid rgba(255,255,255,0.1);
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.off-canvas-cta {
  background: var(--pink);
  color: white;
  padding: 16px 28px;
  border-radius: 999px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s, color 0.2s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.off-canvas-cta:hover {
  background: white;
  color: var(--pink-deep);
  transform: translateY(-1px);
}

.off-canvas-contact {
  font-size: 13px;
  line-height: 1.6;
  opacity: 0.75;
}
.off-canvas-contact strong {
  color: var(--pink-pastel);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.9;
}

.off-canvas-social {
  display: flex;
  gap: 10px;
}
.off-canvas-social a {
  width: 38px; height: 38px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  color: white;
  text-decoration: none;
  transition: all 0.2s;
}
.off-canvas-social a svg { display: block; }
.off-canvas-social a:hover {
  background: var(--pink);
  border-color: var(--pink);
  transform: translateY(-1px);
}

/* ============ HERO ============ */
.hero {
  background: var(--pink-soft);
  padding: 80px 0 100px;
  position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; top: -40px; right: -60px;
  width: 320px; height: 320px;
  background: var(--pink-pastel); border-radius: 50%; opacity: 0.6;
}
.hero::after {
  content: ''; position: absolute; bottom: -80px; left: -100px;
  width: 240px; height: 240px;
  background: var(--pink-pastel); border-radius: 50%; opacity: 0.5;
}
.hero-inner {
  max-width: 1280px; margin: 0 auto; padding: 0 32px;
  display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px;
  align-items: center; position: relative; z-index: 2;
}
.hero-eyebrow {
  font-family: 'Allura', cursive; font-size: 36px;
  color: var(--pink); line-height: 1; margin-bottom: 8px;
}
.hero h1 {
  font-family: 'Fraunces', serif; font-weight: 500;
  font-size: 68px; line-height: 1.02; letter-spacing: -0.02em;
  color: var(--ink); margin-bottom: 24px;
}
.hero h1 em { font-style: italic; color: var(--pink-dark); font-weight: 400; }
.hero-lead {
  font-size: 18px; color: var(--ink-soft);
  margin-bottom: 36px; max-width: 480px; line-height: 1.6;
}
.hero-cta { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.btn-primary {
  background: var(--pink); color: white;
  padding: 16px 32px; border-radius: 999px;
  font-size: 14px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase;
  transition: all 0.2s; display: inline-flex; align-items: center; gap: 10px;
  border: none; cursor: pointer;
}
.btn-primary:hover { background: var(--pink-dark); transform: translateY(-2px); color: white; }
.btn-ghost {
  color: var(--ink); padding: 16px 8px;
  font-size: 14px; font-weight: 600; letter-spacing: 0.04em;
  border-bottom: 1px solid var(--ink); display: inline-block;
}
.hero-image {
  position: relative; aspect-ratio: 1.1 / 1;
  border-radius: 12px; overflow: hidden;
  background: var(--pink-pastel);
}
.hero-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-badge {
  position: absolute; bottom: 28px; left: 28px;
  background: var(--off-white);
  padding: 14px 20px; border-radius: 12px;
  display: flex; gap: 14px; align-items: center;
  box-shadow: 0 8px 24px rgba(94, 26, 58, 0.08);
}
.hero-badge-num {
  font-family: 'Fraunces', serif; font-size: 32px; font-weight: 500;
  color: var(--pink); line-height: 1;
}
.hero-badge-text { font-size: 12px; color: var(--ink-soft); line-height: 1.3; }

/* ============ SECTION HELPERS ============ */
.section-eyebrow {
  font-family: 'Allura', cursive; font-size: 28px;
  color: var(--pink); line-height: 1; margin-bottom: 8px;
}
.section-title {
  font-family: 'Fraunces', serif; font-weight: 500;
  font-size: 44px; line-height: 1.1; letter-spacing: -0.01em;
  color: var(--ink); margin-bottom: 18px;
  max-width: 720px; margin-inline: auto;
}
.section-title em { font-style: italic; color: var(--pink-dark); }
.section-lead {
  font-size: 17px; color: var(--ink-soft);
  max-width: 620px; margin: 0 auto 56px; line-height: 1.7;
}

/* ============ STEPS ============ */
.steps-section { padding: 90px 0 60px; text-align: center; }
.steps {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px;
  margin-top: 24px;
}
.step { text-align: center; padding: 0 12px; }
.step-avatar {
  width: 120px; height: 120px; margin: 0 auto 24px;
  border-radius: 50%; background: var(--pink-pastel);
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.step-avatar img { width: 100%; height: 100%; object-fit: cover; }
.step h3 {
  font-family: 'Fraunces', serif; font-size: 22px; font-weight: 500;
  margin-bottom: 10px;
}
.step p { font-size: 15px; color: var(--ink-soft); line-height: 1.6; }

/* ============ SERVICES ============ */
.services {
  background: white; padding: 110px 0; position: relative;
}
.services-inner {
  max-width: 1280px; margin: 0 auto; padding: 0 32px;
  display: grid; grid-template-columns: 1fr 360px 1fr;
  gap: 60px; align-items: center;
}
.services-col { display: flex; flex-direction: column; gap: 50px; }
.services-col-right { padding-top: 60px; }
.service { display: flex; gap: 28px; align-items: flex-start; }
.service-num {
  font-family: 'Fraunces', serif; font-size: 72px; font-weight: 400;
  color: var(--pink-pastel); line-height: 0.9; min-width: 90px;
  flex-shrink: 0;
}
.service-body h3 {
  font-family: 'Fraunces', serif; font-size: 22px; font-weight: 500;
  margin-bottom: 8px;
}
.service-body p {
  font-size: 14px; color: var(--ink-soft); line-height: 1.65; margin-bottom: 14px;
}
.service-link {
  font-size: 12px; font-weight: 600; color: var(--pink);
  letter-spacing: 0.08em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 6px;
  border-bottom: 1px solid var(--pink); padding-bottom: 2px;
}
.services-center {
  aspect-ratio: 0.85;
  border-radius: 180px 180px 12px 12px;
  overflow: hidden; background: var(--pink-soft);
}
.services-center img { width: 100%; height: 100%; object-fit: cover; }

/* ============ STATS ============ */
.stats {
  background: var(--pink); padding: 60px 0;
  color: white; position: relative; overflow: hidden;
}
.stats::before {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(circle at 20% 30%, rgba(255,255,255,0.08) 2px, transparent 3px),
                    radial-gradient(circle at 80% 70%, rgba(255,255,255,0.06) 2px, transparent 3px);
  background-size: 80px 80px;
}
.stats-inner {
  max-width: 1280px; margin: 0 auto; padding: 0 32px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
  position: relative; z-index: 2;
}
.stat {
  background: white; color: var(--ink);
  padding: 28px 24px; border-radius: 12px; text-align: center;
}
.stat-num {
  font-family: 'Fraunces', serif; font-size: 42px; font-weight: 500;
  color: var(--pink); line-height: 1; margin-bottom: 8px;
}
.stat-label { font-size: 13px; color: var(--ink-soft); font-weight: 500; }

/* ============ GALLERY ============ */
.gallery { padding: 110px 0 70px; text-align: center; }
.gallery-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px; margin-top: 12px;
}
.gallery-item {
  aspect-ratio: 1; border-radius: 12px; overflow: hidden;
  background: var(--pink-pastel); position: relative;
}
.gallery-item img {
  width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s;
}
.gallery-item:hover img { transform: scale(1.04); }

/* ============ BOOKING ============ */
.booking { background: var(--pink-blush); padding: 110px 0; }
.booking-inner {
  max-width: 1280px; margin: 0 auto; padding: 0 32px; text-align: center;
}
.booking-card {
  background: white; border-radius: 16px;
  padding: 40px 48px; max-width: 820px;
  margin: 40px auto 0; text-align: left;
  box-shadow: 0 10px 40px rgba(94, 26, 58, 0.06);
}
.booking-card-header {
  display: flex; justify-content: space-between; align-items: flex-start;
  margin-bottom: 28px; padding-bottom: 24px;
  border-bottom: 1px solid var(--pink-pastel);
}
.booking-card-title {
  font-family: 'Fraunces', serif; font-size: 24px; font-weight: 500; margin-bottom: 4px;
}
.booking-card-sub { font-size: 14px; color: var(--ink-soft); }
.booking-progress { margin-bottom: 24px; }
.booking-progress-bar {
  height: 4px; background: var(--pink-pastel);
  border-radius: 999px; overflow: hidden;
}
.booking-progress-fill {
  width: 16.66%; height: 100%; background: var(--pink); border-radius: 999px;
}
.booking-form {
  display: grid; grid-template-columns: 1fr 1fr auto;
  gap: 20px; align-items: end;
}
.form-group label {
  display: block; font-size: 12px; color: var(--ink-soft);
  margin-bottom: 8px; letter-spacing: 0.04em; text-transform: uppercase; font-weight: 600;
}
.form-group select, .form-group input {
  width: 100%; padding: 14px 16px;
  border: 1px solid var(--pink-pastel); border-radius: 10px;
  font-family: inherit; font-size: 15px; background: white; color: var(--ink);
}
.form-group select:focus, .form-group input:focus { outline: none; border-color: var(--pink); }

/* ----- CTA-Karte auf Startseite (verlinkt auf /termin-buchen/) ----- */
.booking-card--cta {
  display: flex; align-items: center; justify-content: space-between;
  gap: 32px; flex-wrap: wrap;
  padding: 40px 48px;
}
.booking-card-cta-text { flex: 1; min-width: 280px; }
.booking-card-cta-text p {
  font-size: 16px; color: var(--ink-soft); line-height: 1.6;
  margin-top: 8px;
}

/* =====================================================================
   WHATSAPP-LANDING — /termin-buchen/
   ===================================================================== */
.wa-landing {
  max-width: 620px;
  margin: 0 auto;
  padding: 0 32px;
}

.wa-cta-card {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 28px 32px;
  background: #25D366;
  color: white;
  border-radius: 18px;
  text-decoration: none;
  box-shadow: 0 12px 32px rgba(37, 211, 102, 0.25);
  transition: transform 0.2s, box-shadow 0.2s;
}
.wa-cta-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(37, 211, 102, 0.32);
  color: white;
}
.wa-cta-icon {
  width: 64px; height: 64px;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.wa-cta-body {
  flex: 1;
  display: flex; flex-direction: column; gap: 4px;
}
.wa-cta-body strong {
  font-family: 'Fraunces', serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
}
.wa-cta-body span {
  font-size: 14px;
  opacity: 0.92;
  line-height: 1.5;
}
.wa-cta-arrow {
  font-size: 28px;
  opacity: 0.7;
  transition: transform 0.2s;
}
.wa-cta-card:hover .wa-cta-arrow { transform: translateX(4px); opacity: 1; }

.wa-divider {
  display: flex;
  align-items: center;
  margin: 24px 0;
  color: var(--ink-soft);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.wa-divider::before, .wa-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--pink-pastel);
}
.wa-divider span { padding: 0 16px; }

.wa-tel-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 28px;
  background: white;
  border: 1px solid var(--pink-pastel);
  border-radius: 14px;
  color: var(--ink);
  text-decoration: none;
  transition: border-color 0.2s, transform 0.2s;
}
.wa-tel-card:hover {
  border-color: var(--pink);
  transform: translateY(-2px);
  color: var(--ink);
}
.wa-tel-icon {
  width: 52px; height: 52px;
  background: var(--pink-soft);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--pink-dark);
  flex-shrink: 0;
}
.wa-tel-body { display: flex; flex-direction: column; gap: 2px; }
.wa-tel-body strong {
  font-family: 'Fraunces', serif;
  font-weight: 500;
  font-size: 18px;
}
.wa-tel-body span {
  color: var(--ink-soft);
  font-size: 15px;
}

.wa-hours {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  margin-top: 28px;
  color: var(--ink-soft);
  font-size: 14px;
}

/* ============ PRICING ============ */
.pricing { padding: 110px 0; text-align: center; }
.pricing-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px; margin-top: 48px; text-align: left;
}
.price-card {
  background: white; border: 1px solid rgba(45, 34, 51, 0.06);
  border-radius: 16px; padding: 36px 32px;
  position: relative; transition: all 0.3s;
}
.price-card.featured {
  background: var(--ink); color: white;
  transform: translateY(-12px);
  box-shadow: 0 16px 50px rgba(94, 26, 58, 0.15);
}
.price-card.featured .price-label,
.price-card.featured .price-includes { color: var(--pink-pastel); }
.price-tag {
  position: absolute; top: -12px; right: 24px;
  background: var(--pink); color: white;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 6px 14px; border-radius: 999px;
}
.price-label {
  font-size: 13px; color: var(--ink-soft);
  text-transform: uppercase; letter-spacing: 0.08em;
  font-weight: 600; margin-bottom: 16px;
}
.price-num {
  font-family: 'Fraunces', serif; font-weight: 500;
  font-size: 56px; line-height: 1; margin-bottom: 6px;
}
.price-num small { font-size: 18px; color: var(--pink); font-weight: 400; }
.price-card.featured .price-num small { color: var(--pink-pastel); }
.price-sub {
  font-size: 14px; color: var(--ink-soft);
  margin-bottom: 28px; padding-bottom: 28px;
  border-bottom: 1px solid rgba(45, 34, 51, 0.08);
}
.price-card.featured .price-sub {
  color: var(--pink-pastel); border-bottom-color: rgba(255,255,255,0.1);
}
.price-includes {
  font-size: 14px; color: var(--ink-soft);
  line-height: 1.9; margin-bottom: 28px; list-style: none;
}
.price-includes li { position: relative; padding-left: 18px; }
.price-includes li::before {
  content: '';
  position: absolute; left: 0; top: 12px;
  width: 6px; height: 6px;
  background: var(--pink); border-radius: 50%;
}
.price-card.featured .price-includes li::before { background: var(--pink-pastel); }
.price-disclaimer {
  margin-top: 28px; font-size: 13px; color: var(--ink-soft); font-style: italic;
}

/* ============ ABOUT ============ */
.about {
  background: var(--ink); color: white;
  padding: 110px 0; position: relative; overflow: hidden;
}
.about-inner {
  max-width: 1280px; margin: 0 auto; padding: 0 32px;
  display: grid; grid-template-columns: 1fr 1.2fr;
  gap: 80px; align-items: center;
}
.about-image {
  aspect-ratio: 0.85; border-radius: 12px;
  overflow: hidden; background: var(--pink-dark);
}
.about-image img { width: 100%; height: 100%; object-fit: cover; }
.about h2 {
  font-family: 'Fraunces', serif; font-weight: 500;
  font-size: 48px; line-height: 1.1; margin-bottom: 24px;
}
.about h2 em { color: var(--pink-pastel); font-style: italic; }
.about-quote {
  font-family: 'Fraunces', serif; font-style: italic;
  font-size: 22px; line-height: 1.5; color: var(--pink-pastel);
  margin: 28px 0; padding-left: 24px; border-left: 2px solid var(--pink);
}
.about p {
  color: rgba(255,255,255,0.75); margin-bottom: 18px; font-size: 16px;
}
.about-eyebrow {
  font-family: 'Allura', cursive; font-size: 30px;
  color: var(--pink-pastel); margin-bottom: 8px;
}

/* ============ NEWSLETTER ============ */
/* =====================================================================
   FOOTER — Großzügiges Layout mit Tagline + Newsletter
   ===================================================================== */
.site-footer {
  background: var(--pink-deep);
  color: rgba(255, 255, 255, 0.7);
  padding: 80px 0 32px;
  position: relative;
}

.site-footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ---- Middle: Newsletter + 3 Spalten ---- */
.footer-middle {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 50px;
  padding-bottom: 70px;
  align-items: start;
}

.footer-col-title {
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: white;
  margin: 0 0 22px;
  letter-spacing: -0.01em;
}

.footer-list,
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-list li,
.footer-col ul li {
  margin-bottom: 10px;
  line-height: 1.4;
}
.footer-list a,
.footer-col ul li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 15px;
  transition: color 0.2s;
}
.footer-list a:hover,
.footer-col ul li a:hover {
  color: var(--pink-pastel);
}

/* Newsletter-Block (links) */
.footer-newsletter {
  max-width: 460px;
}

.footer-newsletter-form {
  position: relative;
  margin-bottom: 18px;
}
.footer-newsletter-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.5);
  display: inline-flex;
  align-items: center;
  pointer-events: none;
}
.footer-newsletter-icon svg { display: block; }

.footer-newsletter-form input[type="email"] {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding: 14px 48px 14px 30px;
  color: white;
  font-family: inherit;
  font-size: 15px;
  outline: none;
  transition: border-color 0.2s;
}
.footer-newsletter-form input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.footer-newsletter-form input[type="email"]:focus {
  border-bottom-color: var(--pink-pastel);
}

.footer-newsletter-submit {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: white;
  cursor: pointer;
  padding: 8px;
  display: inline-flex;
  align-items: center;
  transition: transform 0.2s, color 0.2s;
}
.footer-newsletter-submit:hover {
  color: var(--pink-pastel);
  transform: translateY(-50%) translateX(3px);
}
.footer-newsletter-submit svg { display: block; }

.footer-newsletter-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  cursor: pointer;
}
.footer-newsletter-consent input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 2px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
}
.footer-newsletter-consent input[type="checkbox"]:checked {
  background: var(--pink-pastel);
  border-color: var(--pink-pastel);
}
.footer-newsletter-consent input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid var(--pink-deep);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.footer-newsletter-consent a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.3);
  text-underline-offset: 3px;
}
.footer-newsletter-consent a:hover {
  color: var(--pink-pastel);
  text-decoration-color: var(--pink-pastel);
}

/* ---- Bottom: Copyright + Legal ---- */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}

.footer-legal {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.footer-legal li { margin: 0; }
.footer-legal a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 13px;
  transition: color 0.2s;
}
.footer-legal a:hover { color: var(--pink-pastel); }

/* ============ RESPONSIVE ============ */
/* =====================================================================
   RESPONSIVE — Mobile First würde sauberer sein, aber für eine
   bestehende Codebase machen wir's mit Desktop-first Breakpoints:
   ≤ 1024 — Tablets / kleine Desktops
   ≤  768 — Tablets vertikal / große Phones
   ≤  480 — Phones
   ===================================================================== */

@media (max-width: 1024px) {
  .container,
  .topbar-inner,
  .site-header-inner,
  .hero-inner,
  .services-inner,
  .stats-inner,
  .gallery-inner,
  .booking-inner,
  .pricing-inner,
  .about-inner,
  .site-footer-inner,
  .two-col,
  .contact-grid {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero h1 { font-size: 52px; }
  .section-title { font-size: 36px; }
  .stats-inner { grid-template-columns: repeat(2, 1fr); }
  .footer-middle { grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; }
  .services-inner { grid-template-columns: 1fr 1fr; }
  .services-center { display: none; }
}

@media (max-width: 768px) {
  /* Globale Container-Anpassungen */
  .container,
  .topbar-inner,
  .site-header-inner,
  .hero-inner,
  .services-inner,
  .stats-inner,
  .gallery-inner,
  .booking-inner,
  .pricing-inner,
  .about-inner,
  .site-footer-inner,
  .two-col,
  .contact-grid,
  .salon-shop,
  .seminar-card,
  .seminars-grid,
  .tp-grid,
  .gallery-grid-full {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* Topbar: nur Telefon zeigen, Rest wegblenden — sonst wird's zu eng */
  .topbar { padding: 6px 0; font-size: 12px; }
  .topbar-inner { flex-wrap: wrap; gap: 10px; }
  .topbar-contact { gap: 14px; flex-wrap: wrap; }
  .topbar-contact span:nth-child(n+2) { display: none; }
  .topbar-social { margin-left: auto; }

  /* Header: CTA-Button im Header weg, nur Logo + Menü */
  .btn-cta--header { display: none; }
  .menu-toggle-label { display: none; }
  .menu-toggle { padding: 8px; }
  .site-header-inner { padding-top: 14px; padding-bottom: 14px; }
  .logo-mark { font-size: 26px; }
  .logo-sub { font-size: 11px; }
  .logo-image { max-height: min(var(--pf-logo-size, 60px), 64px); }

  /* Hero */
  .hero { padding: 50px 0 70px; }
  .hero::before { width: 180px; height: 180px; top: -30px; right: -40px; }
  .hero::after { width: 140px; height: 140px; bottom: -50px; left: -50px; }
  .hero-inner { grid-template-columns: 1fr; gap: 36px; text-align: center; }
  .hero h1 { font-size: 38px; line-height: 1.1; }
  .hero-lead { font-size: 16px; margin-bottom: 28px; max-width: 100%; }
  .hero-eyebrow { font-size: 32px; }
  .hero-badge { justify-content: center; }
  .hero-image { max-width: 380px; margin: 0 auto; }
  .hero-cta { justify-content: center; flex-wrap: wrap; gap: 12px; }
  .hero-cta .btn-primary,
  .hero-cta .btn-ghost { width: 100%; max-width: 320px; text-align: center; }

  /* Section-Titel allgemein */
  .section-title { font-size: 30px; line-height: 1.15; }
  .section-eyebrow { font-size: 24px; }
  .section-lead { font-size: 15px; max-width: 100%; padding: 0 8px; }

  /* Section paddings — alles deutlich kleiner */
  .services, .stats, .gallery, .booking, .pricing,
  .about, .newsletter, .steps-section,
  .subpage-section { padding-top: 60px; padding-bottom: 60px; }
  .page-hero { padding: 60px 0 70px; }
  .page-hero::before, .page-hero::after { display: none; }

  /* Schritte (3-spaltig auf Startseite) */
  .steps { grid-template-columns: 1fr; gap: 24px; }
  .step { padding: 24px; }

  /* Leistungen — Startseite (3-Spalten mit Center-Image) und Unterseite (2-Spalten-Liste) */
  /* Auf Mobile: Cols auflösen, Karten in korrekter Reihenfolge 01-04 */
  .services-inner { display: flex; flex-direction: column; gap: 18px; }
  .services-col { display: contents; }
  .services-col:not(.services-col-right) > .service:nth-child(1) { order: 1; }
  .services-col:not(.services-col-right) > .service:nth-child(2) { order: 3; }
  .services-col-right > .service:nth-child(1) { order: 2; }
  .services-col-right > .service:nth-child(2) { order: 4; }
  .service { padding: 26px 22px; gap: 22px; }
  .service-num { font-size: 56px; min-width: 72px; }
  .services-list { grid-template-columns: 1fr; gap: 0; }

  /* Stats */
  .stats { padding: 60px 0; }
  .stats-inner { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .stat { padding: 22px 16px; }
  .stat-num { font-size: 32px; }
  .stat-label { font-size: 12px; }

  /* Gallery */
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }

  /* Booking */
  .booking-card { padding: 28px 22px; }
  .booking-card-header { flex-direction: column; gap: 14px; }
  .booking-form { grid-template-columns: 1fr; gap: 16px; }
  .booking-form .form-group--cta { width: 100%; }
  .booking-form .form-group--cta .btn-primary { width: 100%; }
  .booking-card--cta {
    flex-direction: column;
    text-align: center;
    align-items: stretch;
    padding: 32px 24px;
  }
  .booking-card--cta .btn-primary { width: 100%; text-align: center; }

  /* WhatsApp-Landing */
  .wa-landing { padding: 0 20px; }
  .wa-cta-card { padding: 22px 22px; gap: 16px; flex-wrap: wrap; }
  .wa-cta-icon { width: 52px; height: 52px; }
  .wa-cta-body strong { font-size: 18px; }
  .wa-cta-body span { font-size: 13px; }
  .wa-cta-arrow { display: none; }
  .wa-tel-card { padding: 18px 20px; gap: 14px; }

  /* Pricing */
  .pricing-grid { grid-template-columns: 1fr; gap: 20px; }
  .price-card.featured { transform: none; }
  .price-card { padding: 32px 26px; }

  /* About / Über-mich Teaser */
  .about-inner { grid-template-columns: 1fr; gap: 36px; }
  .about-image { max-width: 420px; margin: 0 auto; }
  .about-quote { font-size: 18px; }

  /* Footer — Großzügiges Layout responsive */
  .site-footer { padding: 70px 0 28px; }

  .footer-middle {
    grid-template-columns: 1fr 1fr;
    gap: 36px 28px;
    padding-bottom: 48px;
  }
  .footer-newsletter {
    grid-column: 1 / -1;
    max-width: 100%;
  }
  .footer-col-title { font-size: 16px; margin-bottom: 16px; }

  .footer-bottom {
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
    text-align: left;
  }
  .footer-legal { gap: 18px; }

  /* Unterseiten — Two-Column-Layouts kollabieren */
  .two-col,
  .two-col.reverse {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .two-col .col-image { aspect-ratio: 4/3; max-width: 100%; }

  /* Salon & Shop — Bild + Text 2-Spalten */
  .ss-block { grid-template-columns: 1fr; gap: 0; padding: 0 !important; }
  .ss-block .ss-image { aspect-ratio: 1.6; }
  .ss-block .ss-text { padding: 36px 24px; }

  /* Galerie-Seite (9er Grid) */
  .gallery-large { grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 0 20px; }

  /* Trauma Pet Intro */
  .tp-intro { grid-template-columns: 1fr; gap: 32px; }
  .tp-intro-image { aspect-ratio: 4/3; max-width: 420px; margin: 0 auto; }

  /* Seminare */
  .seminar-card,
  .seminar-card.reverse { grid-template-columns: 1fr; gap: 0; }
  .seminar-card.reverse .seminar-image { order: 0; }
  .seminars-grid { grid-template-columns: 1fr; gap: 32px; }
  .seminar-body { padding: 28px 24px; }
  .seminar-image { aspect-ratio: 4/3; min-height: 220px; }

  /* Trauma Pet */
  .tp-grid { grid-template-columns: 1fr; gap: 20px; }

  /* Kontakt */
  .contact-grid { grid-template-columns: 1fr; gap: 28px; }
  .contact-card { padding: 28px 24px; }
  .contact-map { aspect-ratio: 4/3; min-height: 280px; }

  /* Tabbed Pill-Nav (falls verwendet) */
  .pill-nav { min-width: auto; width: 100%; max-width: 100%; }

  /* Page-Hero auf Subpages */
  .page-hero h1 { font-size: 36px; line-height: 1.1; }
  .page-hero .section-intro { font-size: 15px; }

  /* Off-Canvas Panel — volle Breite */
  .off-canvas-panel { max-width: 100%; }
  .off-canvas-body { padding: 24px 24px 28px; }
  .off-canvas-header { padding: 20px 24px; }
  .off-canvas-footer { padding: 20px 24px 28px; }
  .off-canvas-nav a { font-size: 22px; padding: 18px 0; }
}

@media (max-width: 480px) {
  .container,
  .topbar-inner,
  .site-header-inner,
  .hero-inner,
  .services-inner,
  .stats-inner,
  .gallery-inner,
  .booking-inner,
  .pricing-inner,
  .about-inner,
  .site-footer-inner,
  .two-col,
  .contact-grid {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero h1 { font-size: 32px; }
  .hero-eyebrow { font-size: 28px; }
  .section-title { font-size: 26px; }
  .section-eyebrow { font-size: 22px; }
  .page-hero h1 { font-size: 30px; }

  /* Footer auf sehr kleinen Screens: Spalten stacken */
  .footer-middle { grid-template-columns: 1fr; gap: 32px; }
  .footer-newsletter { grid-column: auto; }

  /* Stats 1-spaltig auf sehr kleinen Screens */
  .stats-inner { grid-template-columns: 1fr; }

  /* Gallery 1-spaltig */
  .gallery-grid,
  .gallery-grid-full,
  .gallery-large { grid-template-columns: 1fr; }

  /* Booking-Card noch enger */
  .booking-card { padding: 24px 18px; }

  /* Hero Badge zentriert */
  .hero-badge { justify-content: center; }
  .hero-badge-num { font-size: 38px; }

  /* CTA Buttons */
  .btn-primary, .btn-ghost {
    padding: 14px 22px;
    font-size: 13px;
  }
}

/* =====================================================================
   SUBPAGES — gemeinsame Komponenten
   ===================================================================== */
.page-hero {
  background: var(--pink-soft);
  padding: 90px 0 100px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; top: -60px; right: -80px;
  width: 320px; height: 320px;
  background: var(--pink-pastel); border-radius: 50%; opacity: 0.55;
}
.page-hero::after {
  content: ''; position: absolute; bottom: -100px; left: -80px;
  width: 260px; height: 260px;
  background: var(--pink-pastel); border-radius: 50%; opacity: 0.4;
}
.page-hero-inner {
  max-width: 880px; margin: 0 auto; padding: 0 32px;
  position: relative; z-index: 2;
}
.page-hero .hero-eyebrow {
  font-family: 'Allura', cursive; font-size: 36px;
  color: var(--pink); margin-bottom: 8px; line-height: 1;
}
.page-hero h1 {
  font-family: 'Fraunces', serif; font-weight: 500;
  font-size: 60px; line-height: 1.05; letter-spacing: -0.02em;
  color: var(--ink); margin-bottom: 24px;
}
.page-hero h1 em { font-style: italic; color: var(--pink-dark); font-weight: 400; }
.page-hero p {
  font-size: 18px; color: var(--ink-soft); line-height: 1.6;
  max-width: 640px; margin: 0 auto;
}

.subpage-section { padding: 90px 0; }
.subpage-section.alt { background: white; }
.subpage-section.dark { background: var(--ink); color: white; }
.subpage-section.blush { background: var(--pink-blush); }

.prose {
  max-width: 740px; margin: 0 auto;
  font-size: 17px; line-height: 1.75; color: var(--ink-soft);
}
.prose p { margin-bottom: 1.2em; }
.prose strong { color: var(--ink); font-weight: 500; }

.two-col {
  display: grid; grid-template-columns: 1.2fr 1fr;
  gap: 60px; align-items: center;
  max-width: 1100px; margin: 0 auto; padding: 0 32px;
}
.two-col.reverse { grid-template-columns: 1fr 1.2fr; }
.two-col .col-image {
  aspect-ratio: 0.85;
  border-radius: 12px; overflow: hidden;
  background: var(--pink-pastel);
}
.two-col .col-image img { width: 100%; height: 100%; object-fit: cover; }

.big-quote {
  font-family: 'Fraunces', serif; font-style: italic;
  font-size: 28px; line-height: 1.4;
  color: var(--pink-dark);
  text-align: center;
  max-width: 740px; margin: 40px auto;
  padding: 0 24px;
  position: relative;
}
.big-quote::before, .big-quote::after {
  content: '"';
  font-family: 'Fraunces', serif;
  color: var(--pink-pastel);
  font-size: 60px; line-height: 1;
  position: absolute;
}
.big-quote::before { top: -10px; left: -10px; }
.big-quote::after { bottom: -40px; right: -10px; }

/* =====================================================================
   ÜBER MICH
   ===================================================================== */
.um-bio { display: grid; gap: 1.2em; }
.um-section-title {
  font-family: 'Fraunces', serif; font-weight: 500;
  font-size: 36px; color: var(--ink); margin-bottom: 24px;
  text-align: center;
}
.um-section-title em { font-style: italic; color: var(--pink-dark); }

/* =====================================================================
   LEISTUNGEN
   ===================================================================== */
.services-list {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 12px 32px; margin: 0; padding: 0;
  list-style: none;
}
.services-list li {
  padding: 14px 0 14px 32px;
  border-bottom: 1px solid var(--pink-pastel);
  font-size: 16px; color: var(--ink);
  position: relative;
}
.services-list li::before {
  content: '';
  position: absolute; left: 8px; top: 24px;
  width: 7px; height: 7px;
  background: var(--pink); border-radius: 50%;
}

/* Variante für Service-Detail-Seite — eine Spalte */
.services-list-single {
  list-style: none; padding: 0; margin: 24px 0 32px;
}
.services-list-single li {
  padding: 12px 0 12px 28px;
  border-bottom: 1px solid var(--pink-pastel);
  font-size: 16px; color: var(--ink);
  position: relative;
}
.services-list-single li::before {
  content: '';
  position: absolute; left: 4px; top: 22px;
  width: 7px; height: 7px;
  background: var(--pink); border-radius: 50%;
}
.services-list-single li:last-child { border-bottom: none; }
.services-note {
  background: var(--pink-soft);
  border-left: 4px solid var(--pink);
  border-radius: 0 12px 12px 0;
  padding: 24px 28px;
  margin-top: 40px;
  font-size: 15px; line-height: 1.7;
  color: var(--ink-soft);
}
.services-note strong { color: var(--ink); }

.visit-cta {
  background: var(--pink);
  color: white;
  padding: 70px 32px;
  text-align: center;
}
.visit-cta h2 {
  font-family: 'Fraunces', serif; font-weight: 500;
  font-size: 36px; margin-bottom: 18px;
}
.visit-cta p {
  max-width: 740px; margin: 0 auto;
  font-size: 17px; line-height: 1.7; opacity: 0.95;
}

/* Action-Zeile auf der Leistungs-Detail-Seite */
.detail-actions {
  margin-top: 36px;
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.detail-back-link {
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-soft);
  text-decoration: none;
  transition: color 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.detail-back-link:hover { color: var(--pink); }

/* =====================================================================
   GALERIE
   ===================================================================== */
.gallery-large {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 16px; max-width: 1200px; margin: 0 auto; padding: 0 32px;
}
.gallery-large .gallery-item { aspect-ratio: 1; }

/* =====================================================================
   SALON & SHOP
   ===================================================================== */
.ss-block {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 0; align-items: stretch;
}
.ss-block .ss-image { aspect-ratio: 1.2; overflow: hidden; background: var(--pink-pastel); }
.ss-block .ss-image img { width: 100%; height: 100%; object-fit: cover; }
.ss-block .ss-text {
  padding: 60px;
  display: flex; flex-direction: column; justify-content: center;
}
.ss-block .ss-text h2 {
  font-family: 'Fraunces', serif; font-weight: 500;
  font-size: 32px; margin-bottom: 18px;
}
.ss-block .ss-text p {
  font-size: 16px; line-height: 1.7; color: var(--ink-soft);
  margin-bottom: 16px;
}
.ss-list {
  list-style: none; padding: 0; margin-top: 16px;
}
.ss-list li {
  padding: 8px 0 8px 26px; position: relative;
  font-size: 15px; color: var(--ink-soft);
}
.ss-list li::before {
  content: '';
  position: absolute; left: 4px; top: 16px;
  width: 8px; height: 8px;
  border: 1.5px solid var(--pink); border-radius: 50%;
  box-sizing: border-box;
}
.ss-list li strong { color: var(--ink); font-weight: 500; }

.ss-donate {
  background: var(--pink); color: white;
  padding: 28px; border-radius: 12px;
  font-size: 16px; line-height: 1.5;
  margin-top: 24px;
}
.ss-donate strong { font-weight: 500; }

/* =====================================================================
   SEMINARE
   ===================================================================== */
.seminar-card {
  display: grid; grid-template-columns: 1fr 1fr;
  background: white; border-radius: 16px;
  overflow: hidden; margin-bottom: 40px;
  box-shadow: 0 10px 40px rgba(94, 26, 58, 0.06);
}
.seminar-card.reverse { grid-template-columns: 1fr 1fr; }
.seminar-card.reverse .seminar-image { order: 2; }
.seminar-image {
  aspect-ratio: 1; overflow: hidden;
  background: var(--pink-pastel); min-height: 400px;
}
.seminar-image img { width: 100%; height: 100%; object-fit: cover; }
.seminar-body { padding: 48px 44px; }
.seminar-body h2 {
  font-family: 'Fraunces', serif; font-weight: 500;
  font-size: 26px; line-height: 1.25;
  color: var(--pink-dark); margin-bottom: 16px;
}
.seminar-body .lead {
  font-size: 15px; color: var(--ink-soft);
  line-height: 1.7; margin-bottom: 14px;
}
.seminar-body .body-text {
  font-size: 15px; color: var(--ink-soft);
  line-height: 1.7; margin-bottom: 20px;
}
.seminar-features {
  list-style: none; padding: 0;
  margin-bottom: 24px;
}
.seminar-features li {
  padding: 7px 0 7px 24px; position: relative;
  font-size: 14px; color: var(--ink);
}
.seminar-features li::before {
  content: '';
  position: absolute; left: 0; top: 13px;
  width: 14px; height: 14px;
  background-color: var(--pink);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center/contain no-repeat;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center/contain no-repeat;
}
.seminar-price {
  display: inline-block;
  background: var(--pink-soft);
  color: var(--pink-dark);
  padding: 10px 20px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
}

.seminar-cta {
  background: var(--ink); color: white;
  border-radius: 16px;
  padding: 50px;
  text-align: center;
  margin-top: 40px;
}
.seminar-cta h2 {
  font-family: 'Allura', cursive;
  font-size: 48px;
  color: var(--pink-pastel);
  margin-bottom: 14px;
}
.seminar-cta p {
  font-size: 16px; opacity: 0.85;
  max-width: 600px; margin: 0 auto 28px;
  line-height: 1.6;
}
.seminar-cta-contact {
  display: flex; justify-content: center;
  gap: 30px; flex-wrap: wrap;
  font-size: 15px;
}
.seminar-cta-contact a { color: var(--pink-pastel); border-bottom: 1px solid var(--pink); }

/* =====================================================================
   TRAUMA PET
   ===================================================================== */
.tp-intro {
  display: grid; grid-template-columns: 1.2fr 1fr;
  gap: 60px; align-items: center;
  max-width: 1100px; margin: 0 auto; padding: 0 32px;
}
.tp-intro-text .question {
  font-family: 'Fraunces', serif; font-style: italic;
  font-size: 22px; color: var(--pink-dark);
  margin-bottom: 18px; line-height: 1.4;
}
.tp-intro-text .answer {
  font-size: 16px; line-height: 1.7; color: var(--ink-soft);
}
.tp-intro-text .answer strong { color: var(--ink); font-weight: 500; }
.tp-intro-image {
  aspect-ratio: 1; overflow: hidden;
  border-radius: 12px; background: #E8F5E9;
}
.tp-intro-image img { width: 100%; height: 100%; object-fit: cover; }

.tp-reasons {
  max-width: 1100px; margin: 0 auto; padding: 0 32px;
}
.tp-reasons-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px; margin-top: 40px;
}
.tp-reason {
  background: white;
  padding: 28px;
  border-radius: 12px;
  border: 1px solid var(--pink-pastel);
}
.tp-reason h3 {
  font-family: 'Fraunces', serif; font-weight: 500;
  font-size: 18px; color: var(--pink-dark);
  margin-bottom: 10px;
}
.tp-reason p {
  font-size: 14px; line-height: 1.6; color: var(--ink-soft);
}

.tp-apps {
  max-width: 1100px; margin: 0 auto; padding: 0 32px;
}
.tp-apps-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px; margin-top: 40px;
}
.tp-app {
  background: var(--pink-soft);
  padding: 22px 24px;
  border-radius: 10px;
  display: flex; flex-direction: column; gap: 6px;
}
.tp-app strong {
  color: var(--pink-dark);
  font-family: 'Fraunces', serif;
  font-size: 17px;
  font-weight: 500;
}
.tp-app span {
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.6;
}

/* =====================================================================
   KONTAKT
   ===================================================================== */
.contact-grid {
  display: grid; grid-template-columns: 1fr 1.2fr;
  gap: 60px; max-width: 1100px;
  margin: 0 auto; padding: 0 32px;
}
.contact-info {
  background: white;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(94, 26, 58, 0.04);
}
.contact-info h2 {
  font-family: 'Fraunces', serif; font-weight: 500;
  font-size: 22px; margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--pink-pastel);
}
.contact-item {
  margin-bottom: 24px;
}
.contact-item-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink-soft);
  margin-bottom: 6px;
}
.contact-item-value {
  font-family: 'Fraunces', serif;
  font-size: 22px;
  color: var(--pink-dark);
  font-weight: 500;
}
.contact-item-value a { color: inherit; }
.contact-item-value a:hover { color: var(--pink); }
.contact-availability {
  background: var(--pink-soft);
  padding: 18px;
  border-radius: 10px;
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.6;
  margin-top: 28px;
}
.contact-map {
  border-radius: 16px;
  overflow: hidden;
  min-height: 380px;
}
.contact-map iframe { width: 100%; height: 100%; min-height: 380px; display: block; }

.contact-address {
  max-width: 1100px; margin: 60px auto 0;
  padding: 0 32px;
  text-align: center;
}
.contact-address h3 {
  font-family: 'Fraunces', serif; font-weight: 500;
  font-size: 24px; color: var(--pink-dark);
  margin-bottom: 16px;
}
.contact-address p {
  font-size: 16px; color: var(--ink); line-height: 1.7;
}





/* =====================================================================
   GALERIE — Gutenberg-Block + Empty-State
   ===================================================================== */
.gallery-page-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}
.gallery-page-content .wp-block-gallery,
.gallery-page-content .wp-block-image {
  margin-bottom: 24px;
}
.gallery-page-content .wp-block-gallery img,
.gallery-page-content .wp-block-image img,
.gallery-page-content figure img {
  border-radius: 8px;
  display: block;
}
.gallery-page-content .wp-block-image figcaption,
.gallery-page-content .blocks-gallery-caption {
  font-size: 13px;
  color: var(--ink-soft);
  text-align: center;
  margin-top: 8px;
  font-style: italic;
}
.gallery-empty-hint {
  max-width: 640px;
  margin: 0 auto;
  background: var(--pink-soft);
  border: 2px dashed var(--pink);
  border-radius: 12px;
  padding: 36px 40px;
  color: var(--ink);
}
.gallery-empty-hint h3 {
  font-family: 'Fraunces', serif;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 16px;
  color: var(--pink-deep);
}
.gallery-empty-hint ol {
  margin: 0 0 20px 22px;
  padding: 0;
}
.gallery-empty-hint ol li {
  margin-bottom: 8px;
  line-height: 1.6;
}
.gallery-empty-hint ol li a { color: var(--pink-dark); font-weight: 600; }
.gallery-empty-hint .hint-note {
  font-size: 13px;
  color: var(--ink-soft);
  font-style: italic;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--pink-pastel);
}
