/* ============================================
   LOGOPÄDIE SEVDA BEKTAS — Organic Premium Design
   Fließend, warm, persönlich — wie eine Geschichte
   ============================================ */

/* --- Self-hosted Fonts (DSGVO-konform) --- */
@font-face { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/cormorant-garamond-400.ttf') format('truetype'); }
@font-face { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 500; font-display: swap; src: url('../fonts/cormorant-garamond-500.ttf') format('truetype'); }
@font-face { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 600; font-display: swap; src: url('../fonts/cormorant-garamond-600.ttf') format('truetype'); }
@font-face { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 700; font-display: swap; src: url('../fonts/cormorant-garamond-700.ttf') format('truetype'); }
@font-face { font-family: 'Cormorant Garamond'; font-style: italic; font-weight: 400; font-display: swap; src: url('../fonts/cormorant-garamond-italic-400.ttf') format('truetype'); }
@font-face { font-family: 'Cormorant Garamond'; font-style: italic; font-weight: 500; font-display: swap; src: url('../fonts/cormorant-garamond-italic-500.ttf') format('truetype'); }
@font-face { font-family: 'Plus Jakarta Sans'; font-style: normal; font-weight: 300; font-display: swap; src: url('../fonts/plus-jakarta-sans-300.ttf') format('truetype'); }
@font-face { font-family: 'Plus Jakarta Sans'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/plus-jakarta-sans-400.ttf') format('truetype'); }
@font-face { font-family: 'Plus Jakarta Sans'; font-style: normal; font-weight: 500; font-display: swap; src: url('../fonts/plus-jakarta-sans-500.ttf') format('truetype'); }
@font-face { font-family: 'Plus Jakarta Sans'; font-style: normal; font-weight: 600; font-display: swap; src: url('../fonts/plus-jakarta-sans-600.ttf') format('truetype'); }
@font-face { font-family: 'Plus Jakarta Sans'; font-style: normal; font-weight: 700; font-display: swap; src: url('../fonts/plus-jakarta-sans-700.ttf') format('truetype'); }
@font-face { font-family: 'Caveat'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/caveat-400.ttf') format('truetype'); }
@font-face { font-family: 'Caveat'; font-style: normal; font-weight: 500; font-display: swap; src: url('../fonts/caveat-500.ttf') format('truetype'); }
@font-face { font-family: 'Caveat'; font-style: normal; font-weight: 600; font-display: swap; src: url('../fonts/caveat-600.ttf') format('truetype'); }
@font-face { font-family: 'Caveat'; font-style: normal; font-weight: 700; font-display: swap; src: url('../fonts/caveat-700.ttf') format('truetype'); }

/* --- CSS Custom Properties --- */
:root {
  --gold-primary: #F2C94C;
  --gold-light: #F8F7F2; /* 2026-05-29: war #FFF8E1, weniger Gelbstich (Sevda) */
  --gold-warm: #E8B923;
  --gold-deep: #C9A227;
  --gold-gradient: linear-gradient(135deg, #F2C94C 0%, #E8B923 50%, #C9A227 100%);
  --gold-shimmer: linear-gradient(105deg, #F2C94C 0%, #FFD700 25%, #F2C94C 50%, #E8B923 75%, #F2C94C 100%);
  --white: #FFFFFF;
  --off-white: #FAFAF7;
  --cream: #F4F4F1; /* 2026-05-29: war #FDF6E3, warm-greige statt cremegelb (Sevda) */
  --anthrazit: #2D2D2D;
  --anthrazit-deep: #1E1E1E;
  --text-dark: #1A1A1A;
  --text-body: #4A4A4A;
  --text-light: #8A8A8A;
  --accent-warm: #E8985A;

  --font-headline: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Plus Jakarta Sans', system-ui, sans-serif;
  --font-accent: 'Caveat', cursive;

  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 32px;
  --radius-xl: 48px;
  --radius-organic: 30% 70% 70% 30% / 30% 30% 70% 70%;

  --shadow-soft: 0 4px 30px rgba(0,0,0,0.06);
  --shadow-medium: 0 8px 40px rgba(0,0,0,0.1);
  --shadow-heavy: 0 20px 60px rgba(0,0,0,0.12);
  --shadow-gold: 0 8px 32px rgba(242,201,76,0.25);
  --shadow-organic: 0 25px 50px -12px rgba(0,0,0,0.15);

  --transition-smooth: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --transition-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
  --transition-flow: cubic-bezier(0.4, 0, 0.2, 1);

  --header-height: 90px;
  --header-height-scrolled: 70px;
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-body);
  color: var(--text-body);
  background-color: var(--white);
  line-height: 1.7;
  overflow-x: hidden;
}

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

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s var(--transition-smooth);
}

button {
  font-family: var(--font-body);
  cursor: pointer;
  border: none;
  outline: none;
}

ul, ol {
  list-style: none;
}

/* --- Noise/Grain Texture Overlay --- */
.grain-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9998;
  opacity: 0.02;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 256px 256px;
}

/* --- Typography --- */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-headline);
  color: var(--text-dark);
  line-height: 1.15;
  font-weight: 600;
}

h1 { font-size: clamp(2.8rem, 6vw, 5.5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
h3 { font-size: clamp(1.5rem, 2.5vw, 2.2rem); }
h4 { font-size: clamp(1.2rem, 2vw, 1.6rem); }

p {
  font-size: clamp(0.95rem, 1.1vw, 1.1rem);
  line-height: 1.8;
  color: var(--text-body);
}

.font-accent {
  font-family: var(--font-accent);
}

.text-gold { color: var(--gold-primary); }
.text-dark { color: var(--text-dark); }
.text-white { color: var(--white); }

/* --- Layout Utilities --- */
.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 3rem);
}

.container-narrow {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 3rem);
}

.section {
  padding: clamp(5rem, 10vw, 9rem) 0;
  position: relative;
}

.section-cream { background-color: var(--cream); }
.section-offwhite { background-color: var(--off-white); }
.section-dark {
  background-color: var(--anthrazit);
  color: var(--white);
}
.section-dark h2, .section-dark h3, .section-dark h4 {
  color: var(--white);
}
.section-dark p {
  color: rgba(255,255,255,0.75);
}

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

/* =============================================
   WAVE DIVIDERS — Organic Section Transitions
   ============================================= */
.wave-divider {
  position: relative;
  width: 100%;
  line-height: 0;
  overflow: hidden;
  z-index: 2;
  margin-top: -1px;
  margin-bottom: -1px;
}

.wave-divider svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* Specific wave heights */
.wave-sm { height: 70px; }
.wave-md { height: 100px; }
.wave-lg { height: 140px; }

@media (max-width: 768px) {
  .wave-sm { height: 40px; }
  .wave-md { height: 60px; }
  .wave-lg { height: 80px; }
}

/* =============================================
   ORGANIC DECORATIVE SHAPES
   ============================================= */
.organic-blob {
  position: absolute;
  border-radius: var(--radius-organic);
  pointer-events: none;
  z-index: 0;
  opacity: 0.06;
}

.organic-blob-gold {
  background: var(--gold-primary);
}

.organic-blob-warm {
  background: var(--accent-warm);
}

.organic-circle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.organic-ring {
  position: absolute;
  border-radius: 50%;
  border: 2px solid var(--gold-primary);
  opacity: 0.08;
  pointer-events: none;
  z-index: 0;
}

/* =============================================
   GOLDEN DIVIDER
   ============================================= */
.gold-divider {
  width: 80px;
  height: 3px;
  background: var(--gold-gradient);
  border-radius: 2px;
  margin: 1.5rem 0;
  position: relative;
  overflow: hidden;
}

.gold-divider::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent);
  animation: shimmer 3s infinite;
}

.gold-divider-center {
  margin-left: auto;
  margin-right: auto;
}

@keyframes shimmer {
  0% { left: -100%; }
  100% { left: 200%; }
}

/* =============================================
   SECTION LABEL
   ============================================= */
.section-label {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.section-label::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 2px;
  background: var(--gold-primary);
  border-radius: 1px;
}

.section-dark .section-label {
  color: var(--gold-primary);
}

/* =============================================
   BUTTONS — Organic, Rounded
   ============================================= */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.95rem 2.2rem;
  border-radius: 60px;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: all 0.4s var(--transition-smooth);
  position: relative;
  overflow: hidden;
}

.btn-primary {
  background: var(--gold-gradient);
  color: var(--anthrazit);
  box-shadow: var(--shadow-gold);
}

.btn-primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 14px 44px rgba(242,201,76,0.45);
}

.btn-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transition: left 0.6s;
}

.btn-primary:hover::before {
  left: 100%;
}

.btn-outline {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255,255,255,0.4);
  backdrop-filter: blur(4px);
}

.btn-outline:hover {
  background: rgba(255,255,255,0.12);
  border-color: var(--white);
  transform: translateY(-3px);
}

.btn-outline-dark {
  color: var(--text-dark);
  border: 2px solid var(--gold-primary);
}

.btn-outline-dark:hover {
  background: var(--gold-light);
  transform: translateY(-3px);
}

.btn-arrow::after {
  content: '→';
  transition: transform 0.3s;
}

.btn-arrow:hover::after {
  transform: translateX(5px);
}

.btn-sm {
  padding: 0.65rem 1.5rem;
  font-size: 0.85rem;
}

/* =============================================
   HEADER / NAVIGATION
   ============================================= */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 0 clamp(1.25rem, 4vw, 3rem);
  height: var(--header-height);
  display: flex;
  align-items: center;
  transition: all 0.5s var(--transition-flow);
}

.header.scrolled {
  height: var(--header-height-scrolled);
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  box-shadow: 0 2px 40px rgba(0,0,0,0.06);
  border-bottom: 1px solid rgba(242,201,76,0.1);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

/* Logo — dunkel auf hellem Hero, bleibt dunkel beim Scrollen */
.header-logo {
  height: 50px;
  width: auto;
  transition: all 0.5s var(--transition-flow);
}

.header.scrolled .header-logo {
  height: 40px;
}

/* Desktop Navigation */
.nav-desktop {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.nav-item {
  position: relative;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-dark);
  transition: color 0.3s;
  cursor: pointer;
  white-space: nowrap;
}

.nav-item:hover {
  color: var(--gold-primary);
}

.nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--gold-primary);
  border-radius: 1px;
  transition: width 0.3s var(--transition-smooth);
}

.nav-item:hover::after {
  width: 60%;
}

/* Dropdown */
.nav-dropdown-trigger {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-dropdown-trigger .chevron {
  font-size: 0.6rem;
  transition: transform 0.3s;
}

.nav-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background: var(--white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-heavy);
  padding: 0.75rem 0;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s var(--transition-smooth);
  z-index: 100;
  border: 1px solid rgba(242,201,76,0.1);
}

.nav-item:hover .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.nav-dropdown a {
  display: block;
  padding: 0.65rem 1.5rem;
  font-size: 0.88rem;
  color: var(--text-body);
  transition: all 0.25s;
  border-radius: 8px;
  margin: 0 0.5rem;
}

.nav-dropdown a:hover {
  background: var(--gold-light);
  color: var(--gold-deep);
  padding-left: 1.8rem;
}

/* Header Right */
.header-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.lang-toggle {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.75rem;
  border-radius: 50px;
  background: var(--gold-light);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-dark);
  transition: all 0.3s;
  cursor: pointer;
  border: 1px solid rgba(242,201,76,0.3);
}

.lang-toggle:hover {
  background: var(--gold-primary);
  color: var(--anthrazit);
  border-color: var(--gold-primary);
}

.lang-toggle .lang-active {
  color: var(--gold-deep);
  font-weight: 700;
}

.header-cta {
  padding: 0.65rem 1.5rem;
  font-size: 0.85rem;
}

/* Mobile Menu Toggle */
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  padding: 8px;
  cursor: pointer;
  z-index: 1001;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text-dark);
  border-radius: 2px;
  transition: all 0.3s var(--transition-smooth);
}

.menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
  background: var(--text-dark);
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
  background: var(--text-dark);
}

/* Mobile Navigation Overlay */
.nav-mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(160deg, var(--gold-light) 0%, var(--white) 40%, var(--cream) 100%);
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s var(--transition-smooth);
}

.nav-mobile-overlay.active {
  opacity: 1;
  visibility: visible;
}

.nav-mobile-overlay a {
  font-family: var(--font-headline);
  font-size: 2rem;
  font-weight: 600;
  color: var(--text-dark);
  padding: 0.5rem 2rem;
  transition: all 0.3s;
  transform: translateY(20px);
  opacity: 0;
}

.nav-mobile-overlay.active a {
  transform: translateY(0);
  opacity: 1;
}

.nav-mobile-overlay a:nth-child(1) { transition-delay: 0.1s; }
.nav-mobile-overlay a:nth-child(2) { transition-delay: 0.15s; }
.nav-mobile-overlay a:nth-child(3) { transition-delay: 0.2s; }
.nav-mobile-overlay a:nth-child(4) { transition-delay: 0.25s; }
.nav-mobile-overlay a:nth-child(5) { transition-delay: 0.3s; }
.nav-mobile-overlay a:nth-child(6) { transition-delay: 0.35s; }
.nav-mobile-overlay a:nth-child(7) { transition-delay: 0.4s; }
.nav-mobile-overlay a:nth-child(8) { transition-delay: 0.45s; }
.nav-mobile-overlay a:nth-child(9) { transition-delay: 0.5s; }

.nav-mobile-overlay a:hover {
  color: var(--gold-deep);
}

/* =============================================
   HERO SECTION — Hell, offen, menschlich
   Sprache als visuelles Thema
   ============================================= */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(160deg, var(--white) 0%, var(--cream) 50%, var(--gold-light) 100%);
  padding-top: var(--header-height);
}

/* Subtle background decorations */
.hero::before {
  content: '';
  position: absolute;
  top: -15%;
  right: -10%;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242,201,76,0.08) 0%, transparent 70%);
  pointer-events: none;
}

.hero::after {
  content: '';
  position: absolute;
  bottom: -10%;
  left: -5%;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232,152,90,0.05) 0%, transparent 70%);
  pointer-events: none;
}

/* Split Layout */
.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  max-width: 1400px;
  margin: 0 auto;
  padding: clamp(2rem, 4vw, 4rem) clamp(1.5rem, 5vw, 4rem);
  position: relative;
  z-index: 2;
}

/* Text Side */
.hero-text {
  position: relative;
}

.hero-accent-text {
  font-family: var(--font-accent);
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  color: var(--gold-deep);
  margin-bottom: 0.75rem;
  opacity: 0;
  transform: translateY(20px);
  animation: heroFadeUp 0.8s 0.2s var(--transition-smooth) forwards;
}

.hero-headline {
  font-family: var(--font-headline);
  font-size: clamp(2.8rem, 5.5vw, 4.8rem);
  font-weight: 600;
  color: var(--text-dark);
  line-height: 1.08;
  margin-bottom: 1.5rem;
  opacity: 0;
  transform: translateY(30px);
  animation: heroFadeUp 0.9s 0.4s var(--transition-smooth) forwards;
}

.hero-headline .highlight {
  color: var(--gold-deep);
  font-style: italic;
  position: relative;
  display: inline-block;
}

/* Animated underline on highlight */
.hero-headline .highlight::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--gold-gradient);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left;
  animation: underlineGrow 0.8s 1.2s var(--transition-smooth) forwards;
}

@keyframes underlineGrow {
  to { transform: scaleX(1); }
}

.hero-subline {
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  color: var(--text-body);
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 2.5rem;
  max-width: 480px;
  opacity: 0;
  transform: translateY(20px);
  animation: heroFadeUp 0.9s 0.6s var(--transition-smooth) forwards;
}

.hero-ctas {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(20px);
  animation: heroFadeUp 0.9s 0.8s var(--transition-smooth) forwards;
}

.hero-ctas .btn-outline {
  color: var(--text-dark);
  border-color: var(--gold-deep);
}

.hero-ctas .btn-outline:hover {
  background: var(--gold-light);
  border-color: var(--gold-primary);
}

@keyframes heroFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Image Side — Organic blob shape */
.hero-image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateX(40px);
  animation: heroSlideIn 1s 0.5s var(--transition-smooth) forwards;
}

@keyframes heroSlideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.hero-image-blob {
  width: 100%;
  max-width: 520px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 30% 70% 53% 47% / 26% 46% 54% 74%;
  box-shadow: 0 30px 80px rgba(0,0,0,0.12);
  animation: blobMorph 12s ease-in-out infinite;
}

@keyframes blobMorph {
  0%   { border-radius: 30% 70% 53% 47% / 26% 46% 54% 74%; }
  25%  { border-radius: 45% 55% 40% 60% / 55% 35% 65% 45%; }
  50%  { border-radius: 55% 45% 60% 40% / 40% 60% 40% 60%; }
  75%  { border-radius: 40% 60% 45% 55% / 65% 45% 55% 35%; }
  100% { border-radius: 30% 70% 53% 47% / 26% 46% 54% 74%; }
}

/* Decorative ring around hero image */
.hero-image-ring {
  position: absolute;
  width: calc(100% + 40px);
  max-width: 560px;
  aspect-ratio: 4 / 5;
  border-radius: 35% 65% 58% 42% / 30% 50% 50% 70%;
  border: 2px solid rgba(242,201,76,0.2);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  animation: blobMorph 12s ease-in-out infinite reverse;
}

/* Small decorative dots near image */
.hero-dot {
  position: absolute;
  border-radius: 50%;
  background: var(--gold-primary);
  opacity: 0.2;
  pointer-events: none;
}

.hero-dot-1 {
  width: 12px;
  height: 12px;
  top: 10%;
  right: -5%;
}

.hero-dot-2 {
  width: 8px;
  height: 8px;
  bottom: 15%;
  left: -3%;
}

.hero-dot-3 {
  width: 18px;
  height: 18px;
  top: 60%;
  right: -8%;
  opacity: 0.1;
}

/* Speech bubble decorative elements */
.hero-speech-deco {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.hero-speech-bubble {
  width: 80px;
  height: 60px;
  border: 2px solid rgba(242,201,76,0.15);
  border-radius: 50% 50% 50% 10%;
  position: absolute;
  bottom: 8%;
  right: 15%;
  transform: rotate(-10deg);
}

.hero-speech-bubble-2 {
  width: 50px;
  height: 38px;
  border: 2px solid rgba(232,152,90,0.12);
  border-radius: 50% 50% 10% 50%;
  position: absolute;
  top: 15%;
  left: 5%;
  transform: rotate(15deg);
}

/* Scroll Indicator */
.scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  opacity: 0;
  animation: heroFadeUp 1s 1.4s var(--transition-smooth) forwards;
}

.scroll-indicator span {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-light);
}

.scroll-line {
  width: 1px;
  height: 40px;
  background: rgba(0,0,0,0.1);
  position: relative;
  overflow: hidden;
  border-radius: 1px;
}

.scroll-line::after {
  content: '';
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gold-primary);
  animation: scrollDown 2s infinite;
}

@keyframes scrollDown {
  0% { top: -100%; }
  100% { top: 100%; }
}

/* =============================================
   TRUST BAR / STATS — Organic Cards
   ============================================= */
.trust-bar {
  background: var(--white);
  padding: 3.5rem 0;
  position: relative;
  z-index: 3;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  text-align: center;
}

.trust-item {
  padding: 1.5rem 1rem;
  position: relative;
  border-radius: var(--radius-lg);
  background: var(--off-white);
  transition: all 0.4s var(--transition-smooth);
}

.trust-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft);
  background: var(--gold-light);
}

.trust-number {
  font-family: var(--font-headline);
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 700;
  color: var(--gold-deep);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.trust-label {
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--text-light);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* =============================================
   PHILOSOPHY / QUOTE SECTION — Flowing
   ============================================= */
.philosophy {
  background: var(--cream);
  position: relative;
  overflow: visible;
}

/* Decorative organic shapes */
.philosophy::before {
  content: '\201C';
  position: absolute;
  top: -20px;
  left: 5%;
  font-size: 18rem;
  font-family: var(--font-headline);
  color: var(--gold-primary);
  opacity: 0.06;
  line-height: 1;
  pointer-events: none;
}

.philosophy::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -80px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 2px solid var(--gold-primary);
  opacity: 0.06;
  transform: translateY(-50%);
  pointer-events: none;
}

.philosophy-quote {
  font-family: var(--font-headline);
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  font-weight: 500;
  font-style: italic;
  color: var(--text-dark);
  line-height: 1.4;
  max-width: 800px;
  margin: 0 auto 1rem;
  text-align: center;
}

.philosophy-author {
  font-size: 0.95rem;
  color: var(--gold-deep);
  font-weight: 500;
  text-align: center;
  margin-bottom: 3rem;
}

.philosophy-text,
.philosophy-content {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.05rem;
  line-height: 1.9;
}

/* =============================================
   PRAXISEINBLICK — Organische Foto-Collage
   ============================================= */
.praxis-einblick {
  background: var(--off-white);
  position: relative;
  overflow: hidden;
}

.praxis-einblick::before {
  content: '';
  position: absolute;
  top: 10%;
  left: -5%;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242,201,76,0.06) 0%, transparent 70%);
  pointer-events: none;
}

.praxis-collage {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: auto auto;
  gap: clamp(1rem, 2.5vw, 2rem);
  margin-top: 3rem;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.praxis-collage-item {
  position: relative;
  overflow: visible;
}

.praxis-collage-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24% 76% 35% 65% / 55% 30% 70% 45%;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
  animation: blobMorphSlow 18s ease-in-out infinite;
  transition: transform 0.5s var(--transition-smooth);
}

.praxis-collage-item:hover img {
  transform: scale(1.03);
}

/* Varied blob shapes per item */
.praxis-collage-large img {
  aspect-ratio: 4 / 3;
  border-radius: 30% 70% 53% 47% / 26% 46% 54% 74%;
  animation: blobMorph 14s ease-in-out infinite;
}

.praxis-collage-tall img {
  aspect-ratio: 3 / 4;
  border-radius: 55% 45% 40% 60% / 35% 60% 40% 65%;
  animation: blobMorphSlow 16s ease-in-out infinite reverse;
}

.praxis-collage-item:nth-child(3) img {
  aspect-ratio: 5 / 4;
  border-radius: 40% 60% 55% 45% / 50% 40% 60% 50%;
  animation: blobMorphSlow 20s ease-in-out infinite;
}

.praxis-collage-item:nth-child(4) img {
  aspect-ratio: 4 / 3;
  border-radius: 50% 50% 35% 65% / 40% 55% 45% 60%;
  animation: blobMorph 15s ease-in-out infinite reverse;
}

@keyframes blobMorphSlow {
  0%   { border-radius: 24% 76% 35% 65% / 55% 30% 70% 45%; }
  25%  { border-radius: 40% 60% 55% 45% / 35% 55% 45% 65%; }
  50%  { border-radius: 55% 45% 40% 60% / 50% 40% 60% 50%; }
  75%  { border-radius: 35% 65% 50% 50% / 45% 60% 40% 55%; }
  100% { border-radius: 24% 76% 35% 65% / 55% 30% 70% 45%; }
}

/* Decorative ring behind the large item */
.praxis-collage-ring {
  position: absolute;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 35% 65% 58% 42% / 30% 50% 50% 70%;
  border: 2px solid rgba(242,201,76,0.15);
  pointer-events: none;
  animation: blobMorph 14s ease-in-out infinite reverse;
  z-index: -1;
}

/* Decorative dots */
.praxis-collage-dot {
  position: absolute;
  border-radius: 50%;
  background: var(--gold-primary);
  pointer-events: none;
  z-index: 2;
}

.praxis-collage-dot-1 {
  width: 14px;
  height: 14px;
  top: -6%;
  right: -3%;
  opacity: 0.25;
}

.praxis-collage-dot-2 {
  width: 10px;
  height: 10px;
  bottom: -5%;
  left: -4%;
  opacity: 0.2;
}

.praxis-collage-dot-3 {
  width: 18px;
  height: 18px;
  top: 50%;
  right: -6%;
  opacity: 0.12;
}

@media (max-width: 768px) {
  .praxis-collage {
    grid-template-columns: 1fr;
    max-width: 400px;
  }

  .praxis-collage-tall img {
    aspect-ratio: 4 / 3;
  }

  .praxis-collage-ring {
    display: none;
  }

  .praxis-collage-dot {
    display: none;
  }
}

/* =============================================
   SERVICES / LEISTUNGEN — Organic Cards
   ============================================= */
.services-section {
  background: var(--off-white);
  position: relative;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.service-card {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  min-height: 520px;
  cursor: pointer;
  transition: all 0.5s var(--transition-smooth);
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-organic);
}

.service-card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--transition-smooth);
}

.service-card:hover .service-card-img {
  transform: scale(1.06);
}

.service-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(45,45,45,0.05) 0%,
    rgba(45,45,45,0.2) 40%,
    rgba(45,45,45,0.85) 100%
  );
  transition: background 0.5s;
}

.service-card:hover .service-card-overlay {
  background: linear-gradient(
    180deg,
    rgba(45,45,45,0.0) 0%,
    rgba(45,45,45,0.15) 40%,
    rgba(45,45,45,0.9) 100%
  );
}

.service-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2.5rem;
  z-index: 2;
  transform: translateY(15px);
  transition: transform 0.5s var(--transition-smooth);
}

.service-card:hover .service-card-content {
  transform: translateY(0);
}

.service-card-label {
  font-family: var(--font-accent);
  font-size: 1.2rem;
  color: var(--gold-primary);
  margin-bottom: 0.5rem;
}

.service-card h3 {
  font-family: var(--font-headline);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: var(--white);
  margin-bottom: 1rem;
}

.service-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.5s 0.1s var(--transition-smooth);
}

.service-card:hover .service-card-tags {
  opacity: 1;
  transform: translateY(0);
}

.service-tag {
  padding: 0.35rem 0.85rem;
  background: rgba(242,201,76,0.15);
  border: 1px solid rgba(242,201,76,0.3);
  border-radius: 50px;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.9);
  backdrop-filter: blur(4px);
}

.service-card-cta {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--gold-primary);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: gap 0.3s;
}

.service-card:hover .service-card-cta {
  gap: 0.8rem;
}

/* =============================================
   ANIMAL THERAPY — Hell, Split-Layout, organisch
   ============================================= */
.animal-therapy {
  position: relative;
  background: var(--cream);
  overflow: hidden;
  padding: clamp(5rem, 10vw, 9rem) 0;
}

.animal-therapy-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 3rem);
}

.animal-therapy-image {
  position: relative;
}

.animal-therapy-img {
  width: 100%;
  max-width: 480px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 40% 60% 55% 45% / 50% 40% 60% 50%;
  box-shadow: 0 25px 60px rgba(0,0,0,0.1);
  animation: blobMorph 14s ease-in-out infinite;
}

.animal-therapy-image-ring {
  position: absolute;
  width: calc(100% + 30px);
  max-width: 510px;
  aspect-ratio: 1 / 1;
  border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
  border: 2px solid rgba(242,201,76,0.2);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  animation: blobMorph 14s ease-in-out infinite reverse;
}

.animal-therapy-content {
  position: relative;
  z-index: 2;
}

.animal-therapy-content .section-label {
  color: var(--gold-deep);
}

.animal-therapy h2 {
  color: var(--text-dark);
  margin-bottom: 1rem;
}

.paw-icon {
  display: inline-block;
  font-size: 0.85em;
}

.animal-therapy p {
  color: var(--text-body);
  margin-bottom: 2rem;
  line-height: 1.8;
}

.animal-therapy-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.animal-benefit {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.88rem;
  color: var(--text-body);
}

.animal-benefit-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold-primary);
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .animal-therapy-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .animal-therapy-image {
    display: flex;
    justify-content: center;
  }

  .animal-therapy-img {
    max-width: 300px;
  }

  .animal-therapy-benefits {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .animal-therapy-image-ring {
    display: none;
  }
}

/* =============================================
   STANDORTE / LOCATIONS — Organic Cards
   ============================================= */
.locations-section {
  background: var(--anthrazit);
  position: relative;
}

/* Decorative elements */
.locations-section::after {
  content: '';
  position: absolute;
  top: -60px;
  right: 10%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 1px solid rgba(242,201,76,0.1);
  pointer-events: none;
}

.locations-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.location-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-xl);
  overflow: hidden;
  transition: all 0.5s var(--transition-smooth);
}

.location-card:hover {
  transform: translateY(-8px);
  border-color: rgba(242,201,76,0.25);
  box-shadow: 0 25px 60px rgba(0,0,0,0.3);
  background: rgba(255,255,255,0.06);
}

.location-img-wrapper {
  overflow: hidden;
  border-radius: var(--radius-xl) var(--radius-xl) 0 0;
}

.location-card-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.6s var(--transition-smooth);
}

.location-card:hover .location-card-img {
  transform: scale(1.05);
}

.location-card-body {
  padding: 2rem;
}

.location-card-body h3 {
  font-family: var(--font-headline);
  font-size: 1.6rem;
  color: var(--gold-primary);
  margin-bottom: 1.25rem;
}

.location-info {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.location-info-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.92rem;
  color: rgba(255,255,255,0.75);
}

.location-info-item .icon {
  color: var(--gold-primary);
  font-size: 1.1rem;
  width: 20px;
  text-align: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.location-info-item a {
  color: rgba(255,255,255,0.75);
  transition: color 0.3s;
}

.location-info-item a:hover {
  color: var(--gold-primary);
}

/* OpenStreetMap embed */
.location-map-wrapper {
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(255,255,255,0.08);
}

.location-map-wrapper iframe {
  width: 100%;
  height: 180px;
  border: none;
  display: block;
  filter: grayscale(0.3) contrast(0.95);
  transition: filter 0.3s;
}

.location-card:hover .location-map-wrapper iframe {
  filter: none;
}

/* Location cards on light backgrounds */
.section-offwhite .location-card,
.section-cream .location-card,
.section:not(.section-dark) .location-card {
  background: var(--white);
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: var(--shadow-soft);
}

.section-offwhite .location-card:hover,
.section-cream .location-card:hover,
.section:not(.section-dark) .location-card:hover {
  border-color: var(--gold-primary);
  box-shadow: var(--shadow-organic);
  background: var(--white);
}

.section-offwhite .location-info-item,
.section-cream .location-info-item,
.section:not(.section-dark) .location-info-item {
  color: var(--text-body);
}

.section-offwhite .location-info-item a,
.section-cream .location-info-item a,
.section:not(.section-dark) .location-info-item a {
  color: var(--text-body);
}

.section-offwhite .location-info-item a:hover,
.section-cream .location-info-item a:hover,
.section:not(.section-dark) .location-info-item a:hover {
  color: var(--gold-deep);
}

.section-offwhite .location-card-body h3,
.section-cream .location-card-body h3,
.section:not(.section-dark) .location-card-body h3 {
  color: var(--text-dark);
}

.section-offwhite .location-map-wrapper,
.section-cream .location-map-wrapper,
.section:not(.section-dark) .location-map-wrapper {
  border-color: rgba(0,0,0,0.08);
}

.section-offwhite .location-ctas .btn-outline,
.section-cream .location-ctas .btn-outline,
.section:not(.section-dark) .location-ctas .btn-outline {
  color: var(--text-dark);
  border-color: var(--gold-primary);
}

.section-offwhite .location-ctas .btn-outline:hover,
.section-cream .location-ctas .btn-outline:hover,
.section:not(.section-dark) .location-ctas .btn-outline:hover {
  background: var(--gold-light);
}

.location-ctas {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.location-ctas .btn {
  flex: 1;
  justify-content: center;
  font-size: 0.82rem;
  padding: 0.7rem 1rem;
}

/* =============================================
   TESTIMONIALS / BEWERTUNGEN — Organic Flow
   ============================================= */
.testimonials {
  background: linear-gradient(180deg, var(--cream) 0%, var(--gold-light) 100%);
  overflow: hidden;
  position: relative;
}

/* Decorative blob */
.testimonials::before {
  content: '';
  position: absolute;
  top: -60px;
  left: -60px;
  width: 300px;
  height: 300px;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  background: rgba(242,201,76,0.06);
  pointer-events: none;
  animation: morphBlob 18s ease-in-out infinite;
}

.testimonials-slider {
  display: flex;
  gap: 2rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 2rem 0.5rem 2rem;
  scrollbar-width: none;
}

.testimonials-slider::-webkit-scrollbar {
  display: none;
}

.testimonial-card {
  min-width: 380px;
  max-width: 380px;
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: 2.5rem;
  box-shadow: var(--shadow-soft);
  scroll-snap-align: center;
  transition: all 0.4s var(--transition-smooth);
  flex-shrink: 0;
  position: relative;
}

/* Decorative quote mark */
.testimonial-card::before {
  content: '\201C';
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-family: var(--font-headline);
  font-size: 4rem;
  color: var(--gold-primary);
  opacity: 0.1;
  line-height: 1;
  pointer-events: none;
}

.testimonial-card:hover {
  transform: translateY(-6px) rotate(-0.5deg);
  box-shadow: var(--shadow-organic);
}

.testimonial-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 1.25rem;
}

.testimonial-stars .star {
  color: var(--gold-primary);
  font-size: 1.1rem;
}

.testimonial-text {
  font-size: 0.95rem;
  line-height: 1.75;
  color: var(--text-body);
  margin-bottom: 1.5rem;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-light), var(--gold-primary));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-headline);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--anthrazit);
}

.testimonial-author-info h4 {
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-dark);
  line-height: 1.3;
}

.testimonial-author-info span {
  font-size: 0.78rem;
  color: var(--text-light);
}

.testimonials-nav {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}

.testimonials-nav button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--gold-primary);
  color: var(--gold-deep);
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.testimonials-nav button:hover {
  background: var(--gold-primary);
  color: var(--white);
  transform: scale(1.08);
}

/* Google badge */
.google-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
  padding: 0.6rem 1.4rem;
  background: var(--white);
  border-radius: 50px;
  box-shadow: var(--shadow-soft);
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--text-body);
  transition: all 0.3s;
}

.google-badge:hover {
  box-shadow: var(--shadow-medium);
  transform: translateY(-2px);
}

/* =============================================
   KARRIERE TEASER — Organic Shape
   ============================================= */
.karriere-teaser {
  position: relative;
  overflow: hidden;
}

.karriere-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.15;
}

.karriere-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--gold-warm) 0%, var(--gold-deep) 100%);
}

.karriere-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.karriere-content h2 {
  color: var(--white);
  margin-bottom: 1rem;
}

.karriere-content p {
  color: rgba(255,255,255,0.9);
  margin-bottom: 2rem;
  font-size: 1.05rem;
}

/* =============================================
   CTA / BOOKING SECTION — Warm, Organic
   ============================================= */
.cta-booking {
  background: linear-gradient(180deg, var(--cream) 0%, var(--gold-light) 40%, var(--cream) 100%);
  text-align: center;
  position: relative;
}

.cta-booking::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242,201,76,0.08) 0%, transparent 70%);
  pointer-events: none;
}

.cta-booking h2 {
  margin-bottom: 0.75rem;
}

.cta-booking > .container > .reveal > p {
  margin-bottom: 3rem;
  font-size: 1.1rem;
}

.booking-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.booking-card {
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: 2.5rem 2rem;
  text-align: center;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(242,201,76,0.15);
  transition: all 0.4s var(--transition-smooth);
}

.booking-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-organic);
  border-color: var(--gold-primary);
}

.booking-card h3 {
  font-family: var(--font-headline);
  font-size: 1.5rem;
  color: var(--text-dark);
  margin-bottom: 0.5rem;
}

.booking-card-phone {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--gold-deep);
  margin-bottom: 0.25rem;
  display: block;
}

.booking-card-address {
  font-size: 0.88rem;
  color: var(--text-light);
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.booking-card .btn {
  width: 100%;
  justify-content: center;
}

.booking-or {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 800px;
  margin: 2rem auto;
  gap: 1rem;
  color: var(--text-light);
  font-size: 0.85rem;
}

.booking-or::before,
.booking-or::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(0,0,0,0.08);
}

.booking-online-link {
  text-align: center;
  margin-top: 0.5rem;
}

.booking-online-link a {
  color: var(--gold-deep);
  font-weight: 600;
  font-size: 1rem;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: color 0.3s;
}

.booking-online-link a:hover {
  color: var(--gold-warm);
}

/* --- Booking Widget Iframe --- */
.booking-iframe-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}

.booking-iframe-wrapper iframe {
  width: 100%;
  max-width: 480px;
  height: 700px;
  border: none;
  border-radius: 16px;
}

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

/* =============================================
   FOOTER — Organic, Warm
   ============================================= */
.footer {
  background: var(--anthrazit-deep);
  color: rgba(255,255,255,0.7);
  padding: clamp(3rem, 6vw, 5rem) 0 0;
  position: relative;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.footer-brand .header-logo {
  margin-bottom: 1.5rem;
  filter: brightness(0) invert(1);
}

.footer-brand p {
  color: rgba(255,255,255,0.6);
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.footer-badges {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.footer-badge {
  padding: 0.4rem 1rem;
  border: 1px solid rgba(242,201,76,0.25);
  border-radius: 50px;
  font-size: 0.75rem;
  color: var(--gold-primary);
  white-space: nowrap;
  transition: all 0.3s;
}

.footer-badge:hover {
  background: rgba(242,201,76,0.1);
  border-color: var(--gold-primary);
}

.footer h4 {
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--white);
  margin-bottom: 1.5rem;
}

.footer-links a {
  display: block;
  padding: 0.35rem 0;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.5);
  transition: all 0.3s;
}

.footer-links a:hover {
  color: var(--gold-primary);
  padding-left: 6px;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin-bottom: 0.75rem;
  font-size: 0.88rem;
}

.footer-contact-item .icon {
  color: var(--gold-primary);
  margin-top: 2px;
}

.footer-contact-item a {
  color: rgba(255,255,255,0.5);
}

.footer-contact-item a:hover {
  color: var(--gold-primary);
}

.footer-bottom {
  padding: 1.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-bottom p {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.3);
}

.footer-bottom-links {
  display: flex;
  gap: 1.5rem;
}

.footer-bottom-links a {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.3);
  transition: color 0.3s;
}

.footer-bottom-links a:hover {
  color: var(--gold-primary);
}

/* =============================================
   COOKIE CONSENT — DSGVO
   ============================================= */
.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10001;
  background: var(--white);
  box-shadow: 0 -8px 40px rgba(0,0,0,0.12);
  border-top: 3px solid var(--gold-primary);
  transform: translateY(100%);
  transition: transform 0.6s var(--transition-smooth);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.cookie-consent.visible {
  transform: translateY(0);
}

.cookie-consent-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.75rem clamp(1.25rem, 4vw, 3rem);
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.cookie-consent-text {
  flex: 1;
  min-width: 280px;
}

.cookie-consent-text h4 {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 0.4rem;
}

.cookie-consent-text p {
  font-size: 0.85rem;
  color: var(--text-body);
  line-height: 1.6;
}

.cookie-consent-text a {
  color: var(--gold-deep);
  text-decoration: underline;
}

.cookie-consent-actions {
  display: flex;
  gap: 0.75rem;
  flex-shrink: 0;
}

.cookie-btn {
  padding: 0.7rem 1.6rem;
  border-radius: 50px;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  border: none;
}

.cookie-btn-accept {
  background: var(--gold-gradient);
  color: var(--anthrazit);
  box-shadow: var(--shadow-gold);
}

.cookie-btn-accept:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(242,201,76,0.4);
}

.cookie-btn-essential {
  background: var(--off-white);
  color: var(--text-dark);
  border: 2px solid var(--text-dark);
  font-weight: 600;
}

.cookie-btn-essential:hover {
  background: var(--text-dark);
  color: var(--white);
  transform: translateY(-2px);
}

/* =============================================
   WOW-EFFEKTE — Premium Interactions
   ============================================= */

/* Scroll Progress Bar */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: var(--gold-gradient);
  z-index: 10002;
  transition: width 0.05s linear;
  border-radius: 0 2px 2px 0;
  box-shadow: 0 0 10px rgba(242,201,76,0.4);
}

/* Custom Cursor */
.cursor-dot {
  position: fixed;
  top: -5px;
  left: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold-deep);
  pointer-events: none;
  z-index: 99999;
  mix-blend-mode: difference;
  transition: width 0.3s, height 0.3s, margin 0.3s, opacity 0.3s;
  will-change: transform;
}

.cursor-dot-active {
  width: 40px;
  height: 40px;
  margin: -15px 0 0 -15px;
  background: rgba(242,201,76,0.15);
  mix-blend-mode: normal;
  border: 2px solid var(--gold-primary);
}

.cursor-glow {
  position: fixed;
  top: -20px;
  left: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242,201,76,0.12) 0%, transparent 70%);
  pointer-events: none;
  z-index: 99998;
  will-change: transform;
  transition: width 0.4s, height 0.4s, margin 0.4s;
}

.cursor-glow-active {
  width: 80px;
  height: 80px;
  margin: -20px 0 0 -20px;
  background: radial-gradient(circle, rgba(242,201,76,0.08) 0%, transparent 70%);
}

/* Hide custom cursor on mobile */
@media (max-width: 1024px) {
  .cursor-dot, .cursor-glow {
    display: none !important;
  }
}

/* =============================================
   SCROLL ANIMATIONS — Organic Reveals
   ============================================= */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.9s var(--transition-smooth);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.9s var(--transition-smooth);
}

.reveal-left.visible {
  opacity: 1;
  transform: translateX(0);
}

.reveal-right {
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.9s var(--transition-smooth);
}

.reveal-right.visible {
  opacity: 1;
  transform: translateX(0);
}

.reveal-scale {
  opacity: 0;
  transform: scale(0.92);
  transition: all 0.8s var(--transition-smooth);
}

.reveal-scale.visible {
  opacity: 1;
  transform: scale(1);
}

/* Stagger children */
.stagger-children .reveal:nth-child(1),
.stagger-children > *:nth-child(1) { transition-delay: 0s; }
.stagger-children .reveal:nth-child(2),
.stagger-children > *:nth-child(2) { transition-delay: 0.12s; }
.stagger-children .reveal:nth-child(3),
.stagger-children > *:nth-child(3) { transition-delay: 0.24s; }
.stagger-children .reveal:nth-child(4),
.stagger-children > *:nth-child(4) { transition-delay: 0.36s; }

/* =============================================
   FLOATING CTA (Mobile)
   ============================================= */
.floating-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 998;
  padding: 0.75rem 1rem;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(24px);
  box-shadow: 0 -6px 30px rgba(0,0,0,0.08);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.floating-cta-inner {
  display: flex;
  gap: 0.75rem;
}

.floating-cta .btn {
  flex: 1;
  justify-content: center;
  font-size: 0.85rem;
  padding: 0.8rem;
}

.btn-phone {
  background: var(--anthrazit);
  color: var(--white);
}

.btn-phone:hover {
  background: var(--text-dark);
}

/* =============================================
   SUBPAGE HERO (for inner pages)
   ============================================= */
/* =============================================
   SUBPAGE HERO — Warm, fließend, organisch
   Gleiche Designsprache wie Homepage-Hero
   ============================================= */
.subpage-hero {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(160deg, var(--white) 0%, var(--cream) 50%, var(--gold-light) 100%);
  padding: calc(var(--header-height) + 2rem) 0 3rem;
}

.subpage-hero::before {
  content: '';
  position: absolute;
  top: -10%;
  right: -8%;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242,201,76,0.08) 0%, transparent 70%);
  pointer-events: none;
}

.subpage-hero::after {
  content: '';
  position: absolute;
  bottom: -10%;
  left: -5%;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232,152,90,0.05) 0%, transparent 70%);
  pointer-events: none;
}

.subpage-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(2rem, 5vw, 4rem);
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 3rem);
  position: relative;
  z-index: 2;
}

.subpage-hero-text h1 {
  font-family: var(--font-headline);
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 600;
  color: var(--text-dark);
  line-height: 1.1;
  margin-bottom: 1rem;
}

.subpage-hero-text p {
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  color: var(--text-body);
  line-height: 1.8;
  max-width: 480px;
}

.subpage-hero-text .section-label {
  margin-bottom: 0.75rem;
}

/* Hero image — organic blob like homepage */
.subpage-hero-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.subpage-hero-image img {
  width: 100%;
  max-width: 440px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 30% 70% 53% 47% / 26% 46% 54% 74%;
  box-shadow: 0 25px 60px rgba(0,0,0,0.1);
  animation: blobMorph 14s ease-in-out infinite;
}

.subpage-hero-ring {
  position: absolute;
  width: calc(100% + 30px);
  max-width: 470px;
  aspect-ratio: 4 / 5;
  border-radius: 35% 65% 58% 42% / 30% 50% 50% 70%;
  border: 2px solid rgba(242,201,76,0.2);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  animation: blobMorph 14s ease-in-out infinite reverse;
}

/* Decorative dots near hero image */
.subpage-hero-dot {
  position: absolute;
  border-radius: 50%;
  background: var(--gold-primary);
  pointer-events: none;
}

.subpage-hero-dot-1 {
  width: 12px;
  height: 12px;
  top: 8%;
  right: -4%;
  opacity: 0.25;
}

.subpage-hero-dot-2 {
  width: 8px;
  height: 8px;
  bottom: 12%;
  left: -2%;
  opacity: 0.18;
}

.subpage-hero-dot-3 {
  width: 16px;
  height: 16px;
  top: 55%;
  right: -7%;
  opacity: 0.12;
}

/* Text-only hero variant (kontakt, impressum, etc.) */
.subpage-hero--text-only {
  min-height: 40vh;
  text-align: center;
  justify-content: center;
}

.subpage-hero--text-only .subpage-hero-inner {
  grid-template-columns: 1fr;
  max-width: 700px;
  text-align: center;
}

.subpage-hero--text-only .subpage-hero-text p {
  max-width: 100%;
  margin: 0 auto;
}

.subpage-hero--text-only .gold-divider {
  margin-left: auto;
  margin-right: auto;
}

/* Decorative speech bubble on subpage hero */
.subpage-hero-speech {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.subpage-hero-speech-1 {
  width: 70px;
  height: 52px;
  border: 2px solid rgba(242,201,76,0.15);
  border-radius: 50% 50% 50% 10%;
  bottom: 12%;
  right: 8%;
  transform: rotate(-10deg);
}

.subpage-hero-speech-2 {
  width: 45px;
  height: 34px;
  border: 2px solid rgba(232,152,90,0.12);
  border-radius: 50% 50% 10% 50%;
  top: 20%;
  left: 4%;
  transform: rotate(15deg);
}

@media (max-width: 768px) {
  .subpage-hero {
    min-height: auto;
    padding: calc(var(--header-height) + 2rem) 0 2rem;
  }

  .subpage-hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .subpage-hero-text p {
    max-width: 100%;
  }

  .subpage-hero-image {
    justify-content: center;
    order: -1;
  }

  .subpage-hero-image img {
    max-width: 280px;
  }

  .subpage-hero-ring {
    display: none;
  }

  .subpage-hero-speech {
    display: none;
  }
}

/* =============================================
   TEAM GRID
   ============================================= */
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.team-card {
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow-soft);
  transition: all 0.5s var(--transition-smooth);
}

.team-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-organic);
}

.team-card-img-wrapper {
  position: relative;
  overflow: hidden;
  height: 340px;
}

.team-card-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--transition-smooth);
}

.team-card:hover .team-card-img-wrapper img {
  transform: scale(1.05);
}

.team-card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(transparent, rgba(0,0,0,0.4));
  pointer-events: none;
}

.team-card-body {
  padding: 1.5rem;
  text-align: center;
}

.team-card-body h3 {
  font-family: var(--font-headline);
  font-size: 1.4rem;
  margin-bottom: 0.3rem;
}

.team-card-body .role {
  font-size: 0.85rem;
  color: var(--gold-deep);
  font-weight: 500;
}

.team-card-featured {
  grid-column: span 2;
}

.team-card-featured .team-card-img-wrapper {
  height: 420px;
}

/* --- Team card role alias --- */
.team-card-role {
  font-size: 0.85rem;
  color: var(--gold-deep);
  font-weight: 500;
}

/* --- Team card placeholder (no photo) --- */
.team-card-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--cream) 0%, var(--gold-light) 100%);
}

.team-card-initials {
  font-family: var(--font-headline);
  font-size: 3rem;
  font-weight: 600;
  color: var(--gold-deep);
  opacity: 0.6;
  user-select: none;
}

/* --- Animal team card (Amy & Joko) --- */
.team-card-animal .team-card-img-wrapper {
  background: var(--cream);
}

/* =============================================
   ACCORDION / STÖRUNGSBILDER
   ============================================= */
.accordion {
  margin-top: 2rem;
}

.accordion-item {
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.accordion-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0;
  background: none;
  font-family: var(--font-headline);
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--text-dark);
  cursor: pointer;
  transition: color 0.3s;
  text-align: left;
}

.accordion-header:hover {
  color: var(--gold-deep);
}

.accordion-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-deep);
  font-size: 1.2rem;
  transition: all 0.4s var(--transition-smooth);
  flex-shrink: 0;
}

.accordion-item.active .accordion-icon {
  background: var(--gold-primary);
  color: var(--white);
  transform: rotate(45deg);
}

.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s var(--transition-smooth);
}

.accordion-body-inner {
  padding: 0 0 1.5rem;
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--text-body);
}

/* =============================================
   GALLERY / LIGHTBOX
   ============================================= */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}

.gallery-item {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 4/3;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--transition-smooth);
}

.gallery-item:hover img {
  transform: scale(1.06);
}

.gallery-item::after {
  content: '+';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 50px;
  height: 50px;
  background: rgba(242,201,76,0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: var(--white);
  font-weight: 300;
  transition: transform 0.3s var(--transition-bounce);
}

.gallery-item:hover::after {
  transform: translate(-50%, -50%) scale(1);
}

/* Lightbox */
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.92);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}

.lightbox.active {
  opacity: 1;
  visibility: visible;
}

.lightbox img {
  max-width: 90%;
  max-height: 85vh;
  border-radius: var(--radius-lg);
  box-shadow: 0 0 80px rgba(0,0,0,0.4);
}

.lightbox-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 50px;
  height: 50px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.3s;
}

.lightbox-close:hover {
  background: rgba(255,255,255,0.2);
  transform: rotate(90deg);
}

/* =============================================
   QUALIFICATIONS BADGES
   ============================================= */
.qualifications-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.qual-badge {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem;
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(0,0,0,0.05);
  transition: all 0.3s;
}

.qual-badge:hover {
  border-color: var(--gold-primary);
  box-shadow: var(--shadow-gold);
  transform: translateY(-3px);
}

.qual-badge-icon,
.qual-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.qual-badge span {
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--text-dark);
}

/* =============================================
   CONTACT PAGE
   ============================================= */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin-top: 2rem;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

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

.form-group label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-dark);
}

.form-group input,
.form-group textarea,
.form-group select {
  padding: 0.95rem 1.25rem;
  border: 2px solid rgba(0,0,0,0.06);
  border-radius: var(--radius-md);
  font-family: var(--font-body);
  font-size: 0.95rem;
  transition: border-color 0.3s, box-shadow 0.3s;
  background: var(--white);
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--gold-primary);
  outline: none;
  box-shadow: 0 0 0 4px rgba(242,201,76,0.1);
}

.form-group textarea {
  resize: vertical;
  min-height: 150px;
}

/* --- Booking Widget Wrapper (kontakt page) --- */
.booking-widget-wrapper {
  margin-top: 2rem;
  padding: 2rem;
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1024px) {
  .nav-desktop {
    display: none;
  }

  .menu-toggle {
    display: flex;
  }

  .header-cta {
    display: none;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .locations-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .team-card-featured {
    grid-column: span 1;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }
}

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

  .testimonial-card {
    min-width: 300px;
    max-width: 300px;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-text {
    order: 1;
  }

  .hero-image-wrapper {
    order: 0;
    margin-bottom: 1rem;
  }

  .hero-image-blob {
    max-width: 320px;
  }

  .hero-subline {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-ctas {
    justify-content: center;
  }

  .hero-headline {
    font-size: clamp(2.2rem, 8vw, 3.2rem);
  }

  .hero-speech-bubble,
  .hero-speech-bubble-2,
  .hero-dot,
  .hero-image-ring {
    display: none;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .floating-cta {
    display: block;
  }

  body {
    padding-bottom: 80px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-card {
    min-height: 400px;
    border-radius: var(--radius-lg);
  }

  .service-card-tags {
    opacity: 1;
    transform: none;
  }

  .cookie-consent-inner {
    flex-direction: column;
    text-align: center;
  }

  .cookie-consent-actions {
    width: 100%;
    justify-content: center;
  }

  .hero-organic-shape-1,
  .hero-organic-shape-2 {
    display: none;
  }
}

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

  .trust-item {
    padding: 1rem 0.75rem;
  }

  .hero-ctas {
    flex-direction: column;
  }

  .hero-ctas .btn {
    width: 100%;
    justify-content: center;
  }

  .testimonial-card {
    min-width: 280px;
    max-width: 280px;
    padding: 1.75rem;
    border-radius: var(--radius-lg);
  }

  .location-ctas {
    flex-direction: column;
  }

  .service-card {
    min-height: 350px;
  }

  .cookie-consent-actions {
    flex-direction: column;
  }

  .cookie-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

/* =============================================
   MOBILE POLISH — Feintuning für Abstände,
   Typografie & Touch-Targets auf DE + TR
   ============================================= */
@media (max-width: 1024px) {
  .header {
    height: 70px;
    padding: 0 1.25rem;
  }
  .header.scrolled { height: 60px; }
  .header-logo { height: 38px; }
  .header.scrolled .header-logo { height: 34px; }
  .header-right { gap: 0.6rem; }
}

@media (max-width: 768px) {
  :root {
    --header-height: 70px;
    --header-height-scrolled: 60px;
  }

  /* Global type rhythm */
  h2 { font-size: clamp(1.85rem, 6.5vw, 2.6rem); line-height: 1.18; }
  h3 { font-size: clamp(1.3rem, 4.5vw, 1.7rem); }
  h4 { font-size: clamp(1.05rem, 3.5vw, 1.3rem); }
  p { font-size: 0.95rem; line-height: 1.7; }

  /* Section rhythm: weniger Luft, sauberer Takt */
  .section { padding: clamp(3rem, 9vw, 5rem) 0; }
  .container,
  .container-narrow { padding: 0 1.25rem; }

  /* Wave dividers dezenter */
  .wave-sm { height: 32px; }
  .wave-md { height: 48px; }
  .wave-lg { height: 64px; }

  /* Section-Label kompakter */
  .section-label { font-size: 0.72rem; gap: 0.5rem; letter-spacing: 0.18em; }
  .section-label::before { width: 22px; }

  /* Gold divider schlanker */
  .gold-divider { width: 60px; margin: 1rem 0; }

  /* Buttons: bessere Touch-Targets, Textumbruch für TR */
  .btn {
    padding: 0.9rem 1.6rem;
    font-size: 0.92rem;
    min-height: 46px;
    line-height: 1.3;
  }
  .btn-sm {
    padding: 0.7rem 1.3rem;
    font-size: 0.82rem;
    min-height: 42px;
  }

  /* ---------- HEADER ---------- */
  .header-right { gap: 0.5rem; }
  .lang-toggle { padding: 0.3rem 0.65rem; font-size: 0.75rem; gap: 0.25rem; }
  .menu-toggle { padding: 10px; }

  /* ---------- HERO ---------- */
  .hero {
    min-height: auto;
    padding-top: calc(var(--header-height) + 1rem);
    padding-bottom: 2.5rem;
  }
  .hero-inner {
    padding: 1rem 1.25rem 0;
    gap: 1.75rem;
  }
  .hero-text { order: 1; }
  .hero-image-wrapper { order: 0; margin-bottom: 0.5rem; }
  .hero-image-blob { max-width: 260px; }
  .hero-accent-text { font-size: 1.15rem; margin-bottom: 0.4rem; }
  .hero-headline {
    font-size: clamp(2.1rem, 8.5vw, 3rem);
    margin-bottom: 1rem;
  }
  .hero-subline {
    font-size: 0.98rem;
    line-height: 1.7;
    margin-bottom: 1.75rem;
  }
  .hero-ctas { gap: 0.75rem; justify-content: center; }
  .hero-ctas .btn { flex: 1 1 auto; justify-content: center; }
  .scroll-indicator { display: none; }

  /* ---------- TRUST BAR ---------- */
  .trust-bar { padding: 2.5rem 0; }
  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
  .trust-item { padding: 1.1rem 0.6rem; border-radius: var(--radius-md); }
  .trust-number {
    font-size: clamp(1.9rem, 8vw, 2.5rem);
    margin-bottom: 0.3rem;
  }
  .trust-label {
    font-size: 0.7rem;
    letter-spacing: 0.05em;
    line-height: 1.3;
  }

  /* ---------- PHILOSOPHY ---------- */
  .philosophy-quote { font-size: clamp(1.35rem, 5.5vw, 1.9rem); line-height: 1.4; }
  .philosophy-author { margin-bottom: 1.75rem; font-size: 0.9rem; }
  .philosophy-text { font-size: 0.96rem; line-height: 1.75; }
  .philosophy::before { font-size: 9rem; top: -10px; left: 2%; }
  .philosophy::after { display: none; }

  /* ---------- PRAXIS-COLLAGE ---------- */
  .praxis-collage { margin-top: 2rem; gap: 1rem; max-width: 340px; }

  /* ---------- SERVICES ---------- */
  .services-grid { gap: 1.25rem; margin-top: 2rem; }
  .service-card { min-height: 360px; border-radius: var(--radius-lg); }
  .service-card-content { padding: 1.75rem 1.5rem; transform: translateY(0); }
  .service-card h3 { font-size: clamp(1.5rem, 6vw, 2rem); margin-bottom: 0.75rem; }
  .service-card-label { font-size: 1.05rem; }
  .service-card-tags { margin-bottom: 1rem; gap: 0.4rem; }
  .service-tag { padding: 0.25rem 0.7rem; font-size: 0.72rem; }

  /* ---------- ANIMAL THERAPY ---------- */
  .animal-therapy { padding: clamp(3rem, 9vw, 5rem) 0; }
  .animal-therapy-inner { gap: 1.75rem; padding: 0 1.25rem; }
  .animal-therapy-img { max-width: 240px; }
  .animal-therapy p { margin-bottom: 1.25rem; }
  .animal-therapy-benefits {
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem 0.75rem;
    margin-bottom: 1.5rem;
    text-align: left;
  }
  .animal-benefit { font-size: 0.82rem; }

  /* ---------- LOCATIONS ---------- */
  .locations-grid { gap: 1.5rem; margin-top: 2rem; }
  .locations-section::after { display: none; }
  .location-card-body { padding: 1.5rem 1.25rem; }
  .location-card-body h3 { font-size: 1.35rem; margin-bottom: 1rem; }
  .location-card-img { height: 180px; }
  .location-map-wrapper iframe { height: 160px; }
  .location-info { gap: 0.6rem; margin-bottom: 1.25rem; }
  .location-info-item { font-size: 0.88rem; }
  .location-ctas { gap: 0.5rem; }

  /* ---------- TESTIMONIALS ---------- */
  .testimonials-slider {
    gap: 1rem;
    padding: 1.25rem 1.25rem 1.25rem;
    scroll-padding-left: 1.25rem;
  }
  .testimonial-card {
    min-width: calc(100vw - 3.5rem);
    max-width: calc(100vw - 3.5rem);
    padding: 1.75rem 1.5rem;
    border-radius: var(--radius-lg);
  }
  .testimonial-text { font-size: 0.92rem; line-height: 1.7; margin-bottom: 1.25rem; }
  .testimonial-stars { margin-bottom: 1rem; }
  .testimonial-card::before { font-size: 3rem; top: 0.75rem; right: 1.25rem; }
  .testimonials-nav { margin-top: 1rem; gap: 0.75rem; }
  .testimonials-nav button { width: 42px; height: 42px; font-size: 1rem; }
  .google-badge { margin-top: 1rem; font-size: 0.8rem; padding: 0.55rem 1.1rem; }

  /* ---------- KARRIERE ---------- */
  .karriere-teaser { padding: clamp(3rem, 9vw, 5rem) 0; }
  .karriere-content p { font-size: 0.98rem; margin-bottom: 1.5rem; }

  /* ---------- CTA / BOOKING ---------- */
  .cta-booking > .container > .reveal > p { margin-bottom: 2rem; font-size: 1rem; }
  .booking-cards { grid-template-columns: 1fr; gap: 1rem; max-width: 100%; }
  .booking-card { padding: 1.75rem 1.5rem; border-radius: var(--radius-lg); }
  .booking-card h3 { font-size: 1.35rem; margin-bottom: 0.35rem; }
  .booking-card-phone { font-size: 1.05rem; }
  .booking-card-address { font-size: 0.85rem; margin-bottom: 1.25rem; }
  .booking-or { margin: 1.5rem auto; font-size: 0.8rem; }
  .booking-iframe-wrapper { margin-top: 1rem; }
  .booking-iframe-wrapper iframe { height: 620px; border-radius: 14px; }

  /* ---------- FOOTER ---------- */
  .footer { padding-top: 2.5rem; }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding-bottom: 2rem;
  }
  .footer-brand .header-logo { height: 40px; margin-bottom: 1rem; }
  .footer-brand p { font-size: 0.88rem; }
  .footer h4 { margin-bottom: 1rem; font-size: 0.82rem; }
  .footer-links a { font-size: 0.88rem; padding: 0.3rem 0; }
  .footer-badges { gap: 0.5rem; }
  .footer-badge { font-size: 0.72rem; padding: 0.3rem 0.8rem; }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    padding: 1.25rem 0 0.5rem;
    gap: 0.75rem;
  }
  .footer-bottom p { font-size: 0.75rem; }
  .footer-bottom-links {
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer-bottom-links a { font-size: 0.75rem; }

  /* ---------- COOKIE CONSENT ---------- */
  .cookie-consent { border-radius: var(--radius-md) var(--radius-md) 0 0; }
  .cookie-consent-inner {
    padding: 1.25rem 1.25rem calc(1.25rem + env(safe-area-inset-bottom));
    gap: 1rem;
  }
  .cookie-consent-text h4 { font-size: 0.95rem; }
  .cookie-consent-text p { font-size: 0.8rem; line-height: 1.55; }
  .cookie-consent-actions { width: 100%; gap: 0.6rem; }
  .cookie-btn {
    flex: 1;
    padding: 0.75rem 1rem;
    font-size: 0.82rem;
    min-height: 44px;
    white-space: normal;
    line-height: 1.2;
  }

  /* ---------- FLOATING CTA (iOS Safe-Area) ---------- */
  .floating-cta {
    padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom));
  }
  .floating-cta-inner { gap: 0.6rem; }
  .floating-cta .btn { font-size: 0.82rem; padding: 0.75rem 0.8rem; min-height: 44px; }
  body { padding-bottom: calc(80px + env(safe-area-inset-bottom)); }

  /* ---------- MOBILE NAV OVERLAY ---------- */
  .nav-mobile-overlay {
    padding: calc(var(--header-height) + 1rem) 1.5rem 2rem;
    justify-content: flex-start;
    gap: 0.25rem;
    overflow-y: auto;
  }
  .nav-mobile-overlay a {
    font-size: 1.6rem;
    padding: 0.55rem 1rem;
  }

  /* ---------- SUBPAGES ---------- */
  .subpage-hero { padding: calc(var(--header-height) + 1.5rem) 0 2rem; }
  .subpage-hero-inner { gap: 1.5rem; padding: 0 1.25rem; }
  .subpage-hero-text h1 { font-size: clamp(2rem, 8vw, 2.8rem); }
  .subpage-hero-text p { font-size: 0.98rem; }
  .subpage-hero-image img { max-width: 240px; }
  .team-grid { grid-template-columns: 1fr; gap: 1.5rem; margin-top: 2rem; }
  .team-card-img-wrapper { height: 300px; }
  .team-card-body { padding: 1.25rem; }
  .accordion-header { padding: 1.2rem 0; font-size: 1.1rem; gap: 1rem; }
  .accordion-icon { width: 32px; height: 32px; font-size: 1rem; }
  .accordion-body-inner { font-size: 0.92rem; padding: 0 0 1.2rem; }
  .gallery-grid { grid-template-columns: 1fr 1fr; gap: 0.6rem; }
  .qualifications-grid { grid-template-columns: 1fr; gap: 0.6rem; }
  .qual-badge { padding: 1rem; }
  .contact-grid { gap: 2rem; margin-top: 1.5rem; }
  .booking-widget-wrapper { padding: 1.25rem; margin-top: 1.5rem; }
}

@media (max-width: 480px) {
  .container,
  .container-narrow { padding: 0 1rem; }

  .hero-inner { padding: 0.5rem 1rem 0; }
  .hero-headline { font-size: clamp(1.95rem, 9.5vw, 2.6rem); }
  .hero-image-blob { max-width: 220px; }
  .hero-subline { font-size: 0.93rem; }

  .trust-grid { gap: 0.55rem; }
  .trust-item { padding: 0.9rem 0.4rem; }
  .trust-number { font-size: clamp(1.65rem, 8vw, 2.1rem); }
  .trust-label { font-size: 0.65rem; letter-spacing: 0.03em; }

  .service-card { min-height: 320px; }
  .service-card-content { padding: 1.4rem 1.2rem; }

  .testimonial-card {
    min-width: calc(100vw - 3rem);
    max-width: calc(100vw - 3rem);
    padding: 1.5rem 1.25rem;
  }
  .testimonial-avatar { width: 42px; height: 42px; font-size: 0.95rem; }
  .testimonial-author-info h4 { font-size: 0.85rem; }
  .testimonial-author-info span { font-size: 0.72rem; }

  .animal-therapy-img { max-width: 200px; }
  .animal-therapy-benefits { grid-template-columns: 1fr; }

  .location-card-body { padding: 1.35rem 1.1rem; }
  .location-card-img { height: 160px; }
  .location-map-wrapper iframe { height: 150px; }

  .booking-card { padding: 1.5rem 1.2rem; }
  .booking-card h3 { font-size: 1.25rem; }
  .booking-iframe-wrapper iframe { height: 600px; }

  .footer { padding-top: 2rem; }
  .footer-grid { gap: 1.75rem; }

  .cookie-consent-actions { flex-direction: column; }
  .cookie-btn { width: 100%; }

  .floating-cta-inner { gap: 0.5rem; }
  .floating-cta .btn { font-size: 0.78rem; padding: 0.7rem 0.5rem; }
}

/* =============================================
   PRINT STYLES
   ============================================= */
@media print {
  .header, .floating-cta, .grain-overlay, .scroll-indicator,
  .cookie-consent, .wave-divider {
    display: none;
  }

  body {
    padding-top: 0;
  }

  .hero {
    min-height: auto;
    padding: 2rem 0;
  }
}
