/* ============================================================
   PRAXIS HEILSAM – styles.css
   Design: "Heilsam Pure" – Ultra-Minimal, Apple-Inspired
   ============================================================ */

/* ── Self-hosted Fonts ──────────────────────────────────────── */

/* Cormorant Garamond – normal (latin-ext) – weights 300–600 */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-normal-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Cormorant Garamond – normal (latin) – weights 300–600 */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-normal-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Cormorant Garamond – italic (latin-ext) – weights 300–400 */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300 400;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Cormorant Garamond – italic (latin) – weights 300–400 */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300 400;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* DM Sans – normal (latin-ext) – weights 300–500 */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300 500;
  font-display: swap;
  src: url('../fonts/dm-sans-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* DM Sans – normal (latin) – weights 300–500 */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300 500;
  font-display: swap;
  src: url('../fonts/dm-sans-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Great Vibes – normal (latin-ext) */
@font-face {
  font-family: 'Great Vibes';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/great-vibes-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Great Vibes – normal (latin) */
@font-face {
  font-family: 'Great Vibes';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/great-vibes-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

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

:root {
  --white:      #ffffff;
  --off-white:  #f5f1eb;
  --warm-gray:  #e4ddd3;
  --stone:      #d4c4ad;
  --sage:       #c8a96e;   /* GOLD – Primärfarbe */
  --sage-dark:  #a8873f;   /* Gold dunkel */
  --brown:      #7a6255;
  --text:       #2e2925;
  --text-muted: #6b6055;
  --text-light: #a09080;

  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body:    'DM Sans', system-ui, sans-serif;
  --font-script:  'Great Vibes', cursive;

  --radius:   12px;
  --radius-lg: 20px;
  --shadow:   0 4px 24px rgba(46,41,37,.07);
  --shadow-lg: 0 12px 48px rgba(46,41,37,.12);

  --transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --transition-fast: 0.2s ease;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  overflow-x: hidden;
}

body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
  cursor: none; /* Custom cursor – hidden on touch via media query */
  overflow-x: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

/* ── Custom Cursor ──────────────────────────────────────────── */
.cursor-dot,
.cursor-ring {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
}

.cursor-dot {
  width: 6px;
  height: 6px;
  background: var(--sage);
  border-radius: 50%;
}

.cursor-ring {
  width: 32px;
  height: 32px;
  border: 1.5px solid var(--sage);
  border-radius: 50%;
  transition: transform 0.12s ease, width 0.3s, height 0.3s, border-color 0.3s;
}

.cursor-ring.hovering {
  width: 48px;
  height: 48px;
  border-color: var(--sage-dark);
}

/* ── Navigation ─────────────────────────────────────────────── */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 0 48px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background var(--transition), backdrop-filter var(--transition), box-shadow var(--transition);
}

.nav.scrolled {
  background: rgba(255,255,255,0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 var(--warm-gray);
}

/* Nav links: white over dark hero – only on pages with .nav--dark-hero */
.nav--dark-hero:not(.scrolled) .nav-links a {
  color: rgba(255, 255, 255, 0.85);
}

.nav--dark-hero:not(.scrolled) .nav-links a:hover {
  color: rgba(255, 255, 255, 1);
}

.nav--dark-hero:not(.scrolled) .nav-lang a {
  color: rgba(255, 255, 255, 0.65);
}

.nav--dark-hero:not(.scrolled) .nav-lang a.active {
  color: var(--sage);
}

.nav-logo {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--text);
}

.nav-logo span {
  color: var(--sage);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 40px;
}

.nav-links a {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: var(--text-muted);
  transition: color var(--transition-fast);
  position: relative;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--sage);
  transition: width var(--transition-fast);
}

.nav-links a:hover {
  color: var(--text);
}

.nav-links a:hover::after {
  width: 100%;
}

.nav-lang {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: var(--text-light);
}

.nav-lang a {
  color: var(--text-light);
  transition: color var(--transition-fast);
  padding: 4px 6px;
}

.nav-lang a:hover,
.nav-lang a.active {
  color: var(--sage);
}

.nav-lang .sep {
  color: var(--warm-gray);
}

.nav-mobile-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
  background: none;
  border: none;
}

.nav-mobile-toggle span {
  display: block;
  width: 24px;
  height: 1.5px;
  background: var(--text);
  transition: transform var(--transition-fast), opacity var(--transition-fast);
}

/* Logo-Bild in der Navbar */
.nav-logo-img {
  height: 48px;
  width: auto;
  display: block;
  object-fit: contain;
  border-radius: 6px;
}

/* Mobile nav open state */
.nav-mobile-toggle.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-mobile-toggle.open span:nth-child(2) { opacity: 0; }
.nav-mobile-toggle.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ── Hero Section ───────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--off-white);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('../images/hero.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  filter: brightness(0.82) saturate(0.9);
  will-change: transform;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(46,41,37,0.45) 0%,
    rgba(46,41,37,0.55) 50%,
    rgba(46,41,37,0.50) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 24px;
  max-width: 800px;
}

.hero-label {
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
  margin-bottom: 24px;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.1;
  color: var(--white);
  margin-bottom: 24px;
  letter-spacing: 0.02em;
}

.hero-subtitle {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  font-style: italic;
  font-weight: 300;
  color: var(--sage);
  margin-bottom: 12px;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-shadow: 0 1px 6px rgba(0,0,0,0.6), 0 3px 20px rgba(0,0,0,0.45);
}

.hero-tagline {
  font-family: var(--font-body);
  font-size: clamp(0.8rem, 1.4vw, 0.95rem);
  font-style: italic;
  font-weight: 300;
  color: rgba(255,255,255,0.82);
  letter-spacing: 0.06em;
  margin-bottom: 48px;
  text-shadow: 0 1px 6px rgba(46,41,37,0.3);
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 40px;
  background: var(--sage);
  color: var(--white);
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  border-radius: 100px;
  transition: background var(--transition-fast), transform var(--transition-fast), box-shadow var(--transition-fast);
  box-shadow: 0 8px 32px rgba(200,169,110,0.35);
}

.hero-cta:hover {
  background: var(--sage-dark);
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(200,169,110,0.45);
}

.hero-scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.6);
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  animation: bounce 2.4s ease-in-out infinite;
}

.hero-scroll svg {
  width: 20px;
  height: 20px;
  opacity: 0.7;
}

@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(8px); }
}

/* ── Stats Section ──────────────────────────────────────────── */
.stats {
  padding: 80px 48px;
  background: var(--white);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background-color: var(--warm-gray);
  border-top: 1px solid var(--warm-gray);
  border-bottom: 1px solid var(--warm-gray);
}

.stat {
  background: var(--white);
  padding: 60px 48px;
  text-align: center;
}

.stat-number {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 300;
  color: var(--text);
  line-height: 1;
  margin-bottom: 12px;
}

.stat-number .unit {
  color: var(--sage);
}

.stat-number--location {
  font-size: clamp(1.9rem, 3.5vw, 2.8rem);
  font-style: italic;
  line-height: 1.3;
}

.stat-label {
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-light);
}

/* ── Parallax Strip ─────────────────────────────────────────── */
.parallax-strip {
  position: relative;
  padding: 120px 48px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.parallax-strip-bg {
  position: absolute;
  inset: -30%;
  background-image: url('../images/parallax.jpg');
  background-size: cover;
  background-position: center;
  filter: brightness(0.55) saturate(0.7);
  will-change: transform;
}

.parallax-strip-content {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.parallax-quote {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 300;
  color: var(--white);
  line-height: 1.4;
  font-style: italic;
  margin-bottom: 20px;
}

.parallax-attr {
  font-family: var(--font-script);
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  color: var(--sage);
}

/* ── Leistungen Section ─────────────────────────────────────── */
.leistungen {
  padding: 120px 48px;
  background: var(--off-white);
}

.section-header {
  text-align: center;
  margin-bottom: 72px;
}

.section-label {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 16px;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 400;
  color: var(--text);
  line-height: 1.15;
}

.section-subtitle {
  margin-top: 16px;
  font-size: 1rem;
  color: var(--text-muted);
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.leistungen-groups {
  max-width: 860px;
  margin: 0 auto;
}

.leistungen-group {
  margin-bottom: 56px;
}

.leistungen-group:last-child {
  margin-bottom: 0;
}

.leistungen-group-label {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 0;
}

.leistungen-group-label span {
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sage);
  white-space: nowrap;
  flex-shrink: 0;
}

.leistungen-group-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--warm-gray);
}

.leistungen-rows {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: leistung-counter;
}

.leistungen-rows li {
  counter-increment: leistung-counter;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 19px 4px;
  border-bottom: 1px solid var(--warm-gray);
  font-size: 1rem;
  letter-spacing: 0.01em;
  color: var(--text);
  cursor: default;
  transform: translateX(0);
  border-radius: 2px;
  transition: transform 0.3s ease, color 0.2s ease, background 0.2s ease;
}

.leistungen-rows li::before {
  content: counter(leistung-counter, decimal-leading-zero);
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-style: italic;
  color: var(--sage);
  opacity: 0.6;
  flex-shrink: 0;
  width: 26px;
  transition: opacity 0.2s ease;
}

.leistungen-rows li:first-child {
  border-top: 1px solid var(--warm-gray);
}

.leistungen-rows li:hover {
  transform: translateX(10px);
  color: var(--sage-dark);
  background: rgba(200, 169, 110, 0.04);
}

.leistungen-rows li:hover::before {
  opacity: 1;
}

.leistungen-rows--privat {
  counter-reset: leistung-counter;
}

/* ── Über Section ───────────────────────────────────────────── */
.ueber {
  padding: 120px 48px;
  background: var(--off-white);
}

.ueber-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.ueber-image-wrap {
  position: relative;
}

.ueber-image-wrap img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
}

.ueber-image-badge {
  position: absolute;
  bottom: -24px;
  right: -24px;
  width: 120px;
  height: 120px;
  background: var(--sage);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--white);
  font-family: var(--font-display);
  box-shadow: var(--shadow-lg);
}

.ueber-image-badge .badge-num {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

.ueber-image-badge .badge-text {
  font-size: 0.65rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

.ueber-content .section-label {
  text-align: left;
}

.ueber-content .section-title {
  text-align: left;
  margin-bottom: 24px;
}

.ueber-name {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--sage);
  margin-bottom: 20px;
  font-style: italic;
}

.ueber-text {
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 32px;
  font-size: 0.95rem;
}

.ueber-qual-groups {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ueber-qual-group-title {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 8px;
}

.ueber-ausbildungen {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ueber-ausbildungen li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.ueber-ausbildungen li::before {
  content: '✦';
  color: var(--sage);
  font-size: 0.6rem;
  margin-top: 4px;
  flex-shrink: 0;
}

.ueber-und-mehr {
  font-size: 0.78rem;
  color: var(--text-light);
  font-style: italic;
  margin-top: 10px;
  letter-spacing: 0.02em;
}

/* ── Team Section ───────────────────────────────────────────── */
.team {
  padding: 120px 48px;
  background: var(--white);
  border-top: 1px solid var(--warm-gray);
}

.team .section-header {
  margin-bottom: 16px;
}

/* Outer wrapper – flex column, centered */
.team-oval-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

/* The oval stage */
.team-oval {
  position: relative;
  width: 520px;
  height: 320px;
  margin: 0 auto;
}

/* Each avatar is absolutely positioned at the oval center,
   then moved to its oval position via transform */
.team-avatar {
  position: absolute;
  left: 50%;
  top: 50%;
  will-change: transform, opacity;
  transition:
    transform  0.65s cubic-bezier(0.4, 0, 0.2, 1),
    opacity    0.65s cubic-bezier(0.4, 0, 0.2, 1),
    z-index    0s    0.325s;
}

/* The circular photo container */
.team-avatar-img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--off-white);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  /* offset by half size so the element is centered on its anchor point */
  margin-left: -70px;
  margin-top: -70px;
  transition: background var(--transition-fast), box-shadow 0.4s ease;
}

/* Team member photos */
.team-avatar-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  border-radius: 50%;
  display: block;
}

/* Front avatar – larger, fully visible */
.team-avatar[data-pos="0"] {
  transform: translate(0, 90px) scale(1);
  opacity: 1;
  z-index: 4;
}

.team-avatar[data-pos="0"] .team-avatar-img {
  background: var(--warm-gray);
  box-shadow: 0 0 0 3px var(--sage), 0 8px 40px rgba(46,41,37,0.14);
}

/* Lower-right avatar */
.team-avatar[data-pos="1"] {
  transform: translate(182px, 45px) scale(0.75);
  opacity: 0.75;
  z-index: 3;
}

/* Upper-right avatar */
.team-avatar[data-pos="2"] {
  transform: translate(182px, -45px) scale(0.50);
  opacity: 0.45;
  z-index: 2;
}

/* Back avatar – smallest, most transparent */
.team-avatar[data-pos="3"] {
  transform: translate(0, -90px) scale(0.35);
  opacity: 0.25;
  z-index: 1;
}

/* Upper-left avatar */
.team-avatar[data-pos="4"] {
  transform: translate(-182px, -45px) scale(0.50);
  opacity: 0.45;
  z-index: 2;
}

/* Lower-left avatar */
.team-avatar[data-pos="5"] {
  transform: translate(-182px, 45px) scale(0.75);
  opacity: 0.75;
  z-index: 3;
}

/* Subtle shadows for secondary-position avatars */
.team-avatar[data-pos="1"] .team-avatar-img,
.team-avatar[data-pos="5"] .team-avatar-img {
  box-shadow: 0 4px 20px rgba(46,41,37,0.08);
}

/* Adjacent avatars are clickable */
.team-avatar[data-pos="1"],
.team-avatar[data-pos="5"] {
  cursor: pointer;
}

/* Info panel below the oval */
.team-info {
  text-align: center;
  max-width: 380px;
  padding: 0 16px;
  margin-top: 24px;
  transition: opacity 0.25s ease;
  min-height: 80px;
}

.team-info.is-fading {
  opacity: 0;
}

.team-name {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--text);
  margin-bottom: 6px;
  line-height: 1.2;
}

.team-role {
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 0;
}

.team-desc {
  display: none;
}

/* Controls row: ← dots → */
.team-controls {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
}

.team-prev,
.team-next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid var(--warm-gray);
  background: var(--white);
  color: var(--text);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: border-color var(--transition-fast), color var(--transition-fast), box-shadow var(--transition-fast);
}

.team-prev:hover,
.team-next:hover {
  border-color: var(--sage);
  color: var(--sage);
  box-shadow: 0 4px 16px rgba(200,169,110,0.2);
}

.team-dots {
  display: flex;
  gap: 8px;
  align-items: center;
}

.team-dot {
  height: 6px;
  width: 6px;
  border-radius: 100px;
  background: var(--warm-gray);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background var(--transition-fast), width var(--transition-fast);
}

.team-dot.active {
  background: var(--sage);
  width: 24px;
}

@media (max-width: 900px) {
  .team {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 600px) {
  .team-oval {
    width: 340px;
    height: 240px;
  }

  .team-avatar[data-pos="0"] {
    transform: translate(0, 68px) scale(1);
  }

  .team-avatar[data-pos="0"] .team-avatar-img {
    box-shadow: 0 0 0 2px var(--sage), 0 4px 24px rgba(46,41,37,0.12);
  }

  .team-avatar[data-pos="1"] {
    transform: translate(120px, 34px) scale(0.75);
  }

  .team-avatar[data-pos="2"] {
    transform: translate(120px, -34px) scale(0.50);
  }

  .team-avatar[data-pos="3"] {
    transform: translate(0, -68px) scale(0.35);
  }

  .team-avatar[data-pos="4"] {
    transform: translate(-120px, -34px) scale(0.50);
  }

  .team-avatar[data-pos="5"] {
    transform: translate(-120px, 34px) scale(0.75);
  }

  .team-avatar-img {
    width: 120px;
    height: 120px;
    margin-left: -60px;
    margin-top: -60px;
  }
}

/* ── Yoga Section ───────────────────────────────────────────── */
.yoga {
  padding: 120px 48px;
  background: var(--text);
  position: relative;
  overflow: hidden;
}

.yoga::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('../images/yoga-bg.jpg');
  background-size: cover;
  background-position: center;
  opacity: 0.15;
}

.yoga-inner {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.yoga .section-label {
  color: var(--sage);
  text-align: left;
}

.yoga .section-title {
  color: var(--white);
  text-align: left;
  margin-bottom: 24px;
  font-size: clamp(1.5rem, 2.4vw, 2.4rem);
}

.yoga-text {
  color: rgba(255,255,255,0.7);
  line-height: 1.8;
  font-size: 0.95rem;
  margin-bottom: 40px;
}

.yoga-angebote {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.yoga-angebot {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  transition: border-color var(--transition-fast), background var(--transition-fast);
}

.yoga-angebot:hover {
  border-color: var(--sage);
  background: rgba(200,169,110,0.08);
}

.yoga-angebot-icon {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--sage);
}

.yoga-angebot-text {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.8);
}

.yoga-image-wrap img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: var(--radius-lg);
}

/* Yoga-Logo Badge */
.yoga-logo-wrap {
  display: inline-block;
  margin-bottom: 24px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.25);
}

.yoga-logo-img {
  height: 80px;
  width: auto;
  display: block;
  object-fit: contain;
}

/* ── Yoga Expand Section ─────────────────────────────────────── */
.yoga-expand {
  background: var(--white);
  padding: 100px 48px;
}

.yoga-expand-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.yoga-expand-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.yoga-expand-text p {
  color: var(--text-muted);
  line-height: 1.9;
  font-size: 0.95rem;
}

.yoga-expand-quote {
  border-left: 2px solid var(--sage);
  padding: 16px 24px;
  margin: 8px 0;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.1rem;
  color: var(--text);
  line-height: 1.6;
}

.yoga-expand-quote cite {
  display: block;
  margin-top: 12px;
  font-style: normal;
  font-family: var(--font-body);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage);
}

.yoga-expand-closing {
  color: var(--text);
  font-weight: 500;
  line-height: 1.7;
}

.yoga-expand-images {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  position: sticky;
  top: 100px;
  max-width: 420px;
  margin-left: auto;
}

.yoga-expand-images img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: var(--radius-lg);
}

@media (max-width: 900px) {
  .yoga-expand {
    padding: 80px 24px;
  }
  .yoga-expand-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .yoga-expand-images {
    position: static;
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .yoga-expand {
    padding: 64px 20px;
  }
  .yoga-expand-images {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
  }
}

/* ── Heilpraktiker Section ──────────────────────────────────── */
.heilpraktiker {
  background: var(--off-white);
  padding: 120px 48px;
}

.heilpraktiker-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.heilpraktiker-content {
  text-align: left;
}

.heilpraktiker-divider {
  width: 40px;
  height: 1px;
  background: var(--sage);
  margin: 24px 0 32px;
}

.heilpraktiker-text {
  font-size: 1.0625rem;
  line-height: 1.85;
  color: var(--text-muted);
  margin-bottom: 40px;
}

.heilpraktiker-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sage);
  border: 1px solid var(--sage);
  padding: 10px 22px;
  border-radius: 100px;
}

.heilpraktiker-image img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

@media (max-width: 900px) {
  .heilpraktiker-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .heilpraktiker-content {
    text-align: center;
  }
  .heilpraktiker-divider {
    margin: 24px auto 32px;
  }
  .heilpraktiker-image {
    order: -1;
    max-width: 480px;
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .heilpraktiker {
    padding: 80px 24px;
  }
}

/* ── Kontakt Section ────────────────────────────────────────── */
.kontakt {
  padding: 120px 48px;
  background: var(--white);
}

.kontakt-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.kontakt-info {
  padding-top: 16px;
}

.kontakt-info .section-label,
.kontakt-info .section-title {
  text-align: left;
}

.kontakt-info .section-title {
  margin-bottom: 32px;
}

.kontakt-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

.kontakt-detail {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.kontakt-detail-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--off-white);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sage-dark);
  flex-shrink: 0;
}

.kontakt-detail-label {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-light);
  margin-bottom: 4px;
}

.kontakt-detail-value {
  font-size: 0.95rem;
  color: var(--text);
}

.kontakt-detail-value a:hover {
  color: var(--sage);
}

/* Kontaktformular */
.kontakt-form {
  background: var(--off-white);
  border-radius: var(--radius-lg);
  padding: 48px;
}

.form-group {
  margin-bottom: 20px;
}

.form-label {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-light);
  margin-bottom: 8px;
}

.form-input,
.form-textarea {
  width: 100%;
  padding: 14px 16px;
  background: var(--white);
  border: 1px solid var(--warm-gray);
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--text);
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
  outline: none;
}

.form-input:focus,
.form-textarea:focus {
  border-color: var(--sage);
  box-shadow: 0 0 0 3px rgba(200,169,110,0.12);
}

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

.form-submit {
  width: 100%;
  padding: 16px;
  background: var(--sage);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  transition: background var(--transition-fast), transform var(--transition-fast), box-shadow var(--transition-fast);
  box-shadow: 0 8px 32px rgba(200,169,110,0.3);
}

.form-submit:hover {
  background: var(--sage-dark);
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(200,169,110,0.4);
}

/* ── Jobs Teaser ────────────────────────────────────────────── */
.jobs-teaser {
  padding: 100px 48px;
  background: var(--off-white);
  text-align: center;
}

.jobs-teaser-inner {
  max-width: 600px;
  margin: 0 auto;
}

.jobs-teaser .section-title {
  margin-bottom: 16px;
}

.jobs-teaser-text {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-bottom: 40px;
  line-height: 1.7;
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 36px;
  border: 1.5px solid var(--sage);
  color: var(--sage);
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  border-radius: 100px;
  transition: background var(--transition-fast), color var(--transition-fast), transform var(--transition-fast);
}

.btn-outline:hover {
  background: var(--sage);
  color: var(--white);
  transform: translateY(-2px);
}

/* ── Footer ─────────────────────────────────────────────────── */
.footer {
  padding: 64px 48px 40px;
  background: var(--text);
  color: rgba(255,255,255,0.5);
  border-top: 3px solid var(--sage);
}

.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 40px;
}

.footer-logo {
  margin-bottom: 12px;
}

.footer-logo-img {
  height: 72px;
  width: auto;
  display: block;
  object-fit: contain;
  border-radius: 8px;
}

.footer-tagline {
  font-size: 0.85rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.5);
  max-width: 260px;
}

.footer-col-title {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  margin-bottom: 16px;
}

.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-col ul a {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.6);
  transition: color var(--transition-fast);
}

.footer-col ul a:hover {
  color: var(--sage);
}

.footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  font-size: 0.75rem;
}

.footer-copy {
  color: rgba(255,255,255,0.3);
}

.footer-legal {
  display: flex;
  gap: 24px;
  justify-content: center;
}

.footer-legal a {
  color: rgba(255,255,255,0.3);
  transition: color var(--transition-fast);
}

.footer-legal a:hover {
  color: rgba(255,255,255,0.7);
}

/* ── Stellenangebote Page ───────────────────────────────────── */
.jobs-hero {
  padding: 160px 48px 80px;
  background: var(--off-white);
  text-align: center;
}

.jobs-hero .section-title {
  margin-bottom: 20px;
}

.jobs-hero-text {
  max-width: 600px;
  margin: 0 auto;
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.8;
}

.jobs-section {
  padding: 80px 48px 120px;
  background: var(--white);
}

.jobs-section-inner {
  max-width: 900px;
  margin: 0 auto;
}

.jobs-list-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 64px;
}

.job-card {
  border: 1px solid var(--warm-gray);
  border-radius: var(--radius-lg);
  padding: 40px;
  background: var(--white);
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast);
}

.job-card:hover {
  border-color: var(--sage);
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.job-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}

.job-title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--text);
  line-height: 1.2;
  margin-bottom: 6px;
}

.job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.job-tag {
  padding: 4px 12px;
  background: var(--off-white);
  border-radius: 100px;
  font-size: 0.75rem;
  color: var(--text-muted);
  letter-spacing: 0.03em;
}

.job-tag.highlight {
  background: rgba(200,169,110,0.12);
  color: var(--sage-dark);
}

.job-apply-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 24px;
  background: var(--sage);
  color: var(--white);
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  border-radius: 100px;
  white-space: nowrap;
  transition: background var(--transition-fast), transform var(--transition-fast);
  flex-shrink: 0;
}

.job-apply-btn:hover {
  background: var(--sage-dark);
  transform: translateY(-1px);
}

.job-description {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 20px;
}

.job-anforderungen {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.job-anforderungen li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.job-anforderungen li::before {
  content: '✦';
  color: var(--sage);
  font-size: 0.55rem;
  margin-top: 5px;
  flex-shrink: 0;
}

/* Initiative Box */
.jobs-initiative {
  background: var(--off-white);
  border-radius: var(--radius-lg);
  padding: 48px;
  text-align: center;
}

.jobs-initiative-title {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--text);
  margin-bottom: 12px;
}

.jobs-initiative-text {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-bottom: 28px;
  line-height: 1.7;
}

/* ── Scroll Reveal Animations ───────────────────────────────── */
.reveal,
.reveal-left,
.reveal-right {
  opacity: 0;
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.25,0.46,0.45,0.94);
}

.reveal {
  transform: translateY(32px);
}

.reveal-left {
  transform: translateX(-40px);
}

.reveal-right {
  transform: translateX(40px);
}

.reveal.visible,
.reveal-left.visible,
.reveal-right.visible {
  opacity: 1;
  transform: none;
}

/* Stagger delay helper classes */
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }
.delay-4 { transition-delay: 0.4s; }
.delay-5 { transition-delay: 0.5s; }
.delay-6 { transition-delay: 0.6s; }

/* ── Mobile Navigation Overlay ──────────────────────────────── */
@media (max-width: 900px) {
  body { cursor: auto; }
  .cursor-dot, .cursor-ring { display: none; }

  /* Nav auf Mobile: kein backdrop-filter!
     Grund: iOS Safari macht position:fixed-Kinder zu Containing-Block-Gefangenen
     wenn der Parent backdrop-filter hat → .nav-links würde nur 72px hoch werden
     statt den vollen Viewport zu decken. Solid-Background reicht auf Mobile. */
  .nav {
    padding: 0 24px;
    background: rgba(255,255,255,0.97);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: 0 1px 0 var(--warm-gray);
  }

  /* Scrolled-State: backdrop-filter auch auf Mobile deaktivieren */
  .nav.scrolled {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(255,255,255,0.97);
  }

  /* Dropdown-Overlay: beginnt direkt unter dem Nav-Bar (72px) → kein Weißraum oben */
  .nav-links {
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(245,241,235,0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    flex-direction: column;
    gap: 28px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 48px;
    font-size: 1.5rem;
    transform: translateX(100%);
    transition: transform var(--transition);
    z-index: 99;
  }

  .nav-links.open {
    transform: translateX(0);
  }

  .nav-links a {
    font-size: 1.1rem;
    color: var(--text);
  }

  /* Bug-Fix: .nav--dark-hero setzt weiße Linkfarbe mit höherer Spezifität →
     auf Mobile überschreiben, damit Dropdown-Links dunkel (lesbar) sind */
  .nav--dark-hero:not(.scrolled) .nav-links a {
    color: var(--text);
  }

  .nav--dark-hero:not(.scrolled) .nav-lang a {
    color: var(--text-light);
  }

  .nav--dark-hero:not(.scrolled) .nav-lang a.active {
    color: var(--sage);
  }

  .nav-lang {
    margin-top: 8px;
    font-size: 1rem;
  }

  .nav-lang a {
    font-size: 0.9rem;
  }

  .nav-mobile-toggle {
    display: flex;
    z-index: 200;
  }
}

/* ── Responsive: Tablet (max 900px) ────────────────────────── */
@media (max-width: 900px) {
  .stats {
    grid-template-columns: 1fr;
    padding: 0;
    gap: 1px;
  }

  .stat {
    padding: 32px 24px;
  }

  .leistungen,
  .ueber,
  .yoga,
  .kontakt,
  .jobs-teaser,
  .jobs-hero,
  .jobs-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .leistungen,
  .ueber,
  .yoga,
  .kontakt,
  .jobs-teaser {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heilpraktiker,
  .team {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .leistungen-group-label {
    flex-wrap: wrap;
    gap: 12px;
  }

  .leistungen-group-label span {
    white-space: normal;
    flex-shrink: 1;
    max-width: 100%;
  }

  .leistungen-group-label::after {
    display: none;
  }

  .ueber-inner,
  .yoga-inner,
  .kontakt-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .ueber-image-badge {
    bottom: 16px;
    right: 16px;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .footer-tagline {
    max-width: 100%;
  }

  .job-card-header {
    flex-direction: column;
  }
}

/* ── Responsive: Mobile (max 600px) ────────────────────────── */
@media (max-width: 600px) {
  .leistungen-rows li {
    font-size: 0.9rem;
    gap: 18px;
  }

  /* Team-Karussell: Avatar-Unterkante überlappt sonst die Info-Box */
  .team-info {
    margin-top: 20px;
  }

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

  .footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
  }

  .kontakt-form {
    padding: 28px 20px;
  }

  .jobs-initiative {
    padding: 32px 20px;
  }

  .job-card {
    padding: 28px 20px;
  }

  .parallax-strip {
    background-attachment: scroll; /* Disable parallax on mobile for performance */
    padding: 80px 24px;
  }

  .hero-bg {
    background-attachment: scroll;
  }
}

/* ── Instagram Footer Link ──────────────────────────────────── */
.footer-instagram {
  color: rgba(255,255,255,0.3);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: color var(--transition-fast);
  flex-shrink: 0;
}

.footer-instagram:hover {
  color: var(--sage);
}

/* ── Legal Pages (Impressum / Datenschutz) ──────────────────── */
.legal-hero {
  padding: 120px 48px 48px;
  max-width: 800px;
  margin: 0 auto;
}

.legal-hero .section-label {
  display: block;
  margin-bottom: 12px;
}

.legal-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 300;
  font-style: italic;
  color: var(--text);
  line-height: 1.2;
  margin-bottom: 16px;
}

.legal-hero p {
  font-size: 1rem;
  color: var(--text-muted);
  line-height: 1.7;
}

.legal-content {
  padding: 0 48px 80px;
  max-width: 800px;
  margin: 0 auto;
}

.legal-section {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--warm-gray);
}

.legal-section:last-child {
  border-bottom: none;
}

.legal-section h2 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--text);
  margin-bottom: 16px;
}

.legal-section h3 {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin: 20px 0 8px;
}

.legal-section p {
  font-size: 0.9375rem;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 12px;
}

.legal-section ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 12px;
}

.legal-section ul li {
  font-size: 0.9375rem;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 4px;
}

.legal-section a {
  color: var(--sage-dark);
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 900px) {
  .legal-hero,
  .legal-content {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* ── Job Details Grid (stellenangebote.html) ────────────────── */
.job-details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 8px;
}

.job-details-label {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-light);
  margin-bottom: 10px;
}

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

/* ── Very Small Phones (320–390px) ─────────────────────────── */
@media (max-width: 390px) {
  .hero-content {
    padding: 0 20px;
  }

  .hero-title {
    font-size: clamp(2.8rem, 12vw, 4rem);
  }

  .hero-subtitle {
    text-shadow: 0 1px 4px rgba(0,0,0,0.8), 0 3px 16px rgba(0,0,0,0.6);
  }

  .stats {
    padding: 0;
    gap: 1px;
  }

  .stat {
    padding: 36px 24px;
  }

  .stat-number {
    font-size: clamp(3rem, 12vw, 3.8rem);
    margin-bottom: 8px;
  }

  .stat-label {
    font-size: 0.72rem;
    letter-spacing: 0.14em;
  }

  .section-header {
    padding: 0 16px;
  }

  .section-title {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }

  .ueber,
  .leistungen,
  .yoga,
  .heilpraktiker,
  .kontakt,
  .jobs-teaser {
    padding-left: 16px;
    padding-right: 16px;
  }

  .kontakt-form {
    padding: 24px 16px;
  }

  .team-oval {
    width: 300px;
    height: 210px;
  }

  /* Avatar ragt 23px unter das Oval – mehr Abstand zur Info-Box */
  .team-info {
    margin-top: 28px;
  }

  .parallax-quote {
    font-size: clamp(1.5rem, 7vw, 2rem);
  }
}

/* ── Reduced Motion ─────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }

  .reveal, .reveal-left, .reveal-right {
    opacity: 1;
    transform: none;
  }
}
