/* ==========================================================================
   Schweizerischer Verband für Maharishi Ayurveda (SVMAV)
   site.css — Design-System und Layout
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Schriften (selbst gehostet, keine externen Anfragen)
   -------------------------------------------------------------------------- */
@font-face {
  font-family: 'Spectral';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/spectral-latin-400-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Spectral';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/spectral-latin-ext-400-normal.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Spectral';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/spectral-latin-400-italic.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+2212, U+FEFF;
}
@font-face {
  font-family: 'Spectral';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/spectral-latin-600-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Spectral';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/spectral-latin-ext-600-normal.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'InterVar';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/inter-latin-wght-normal.woff2') format('woff2-variations');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'InterVar';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/inter-latin-ext-wght-normal.woff2') format('woff2-variations');
  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;
}

/* --------------------------------------------------------------------------
   2. Design-Tokens
   -------------------------------------------------------------------------- */
:root {
  /* Farben – abgeleitet aus dem historischen Verbandsgrün (#058B2A) und Gold (#F7C250) */
  --green-900: #0a3b25;
  --green-800: #0d4d2f;
  --green-700: #10603a;
  --green-600: #157a4a;
  --green-500: #1f9159;
  --green-300: #8ec4a6;
  --green-150: #d3e6d9;
  --green-100: #e4efe6;
  --green-50:  #f2f7f2;

  --gold-700: #8a6410;
  --gold-600: #a97c15;
  --gold-500: #d9a441;
  --gold-300: #f0cd85;
  --gold-100: #fbeed3;

  --ink:      #16211b;
  --ink-soft: #33473b;
  --muted:    #5d6f64;
  --line:     #dde6dd;
  --line-soft:#eaf0e9;
  --bg:       #ffffff;
  --bg-tint:  #f7faf6;

  /* Typografie */
  --font-serif: 'Spectral', ui-serif, Georgia, 'Iowan Old Style', 'Palatino Linotype', Palatino, serif;
  --font-sans:  'InterVar', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;

  --step--1: clamp(0.83rem, 0.81rem + 0.10vw, 0.89rem);
  --step-0:  clamp(1.00rem, 0.96rem + 0.20vw, 1.13rem);
  --step-1:  clamp(1.20rem, 1.12rem + 0.38vw, 1.44rem);
  --step-2:  clamp(1.44rem, 1.30rem + 0.68vw, 1.84rem);
  --step-3:  clamp(1.73rem, 1.50rem + 1.14vw, 2.35rem);
  --step-4:  clamp(2.07rem, 1.71rem + 1.80vw, 3.00rem);
  --step-5:  clamp(2.15rem, 1.68rem + 2.36vw, 3.55rem);

  /* Raster & Rhythmus */
  --measure: 68ch;
  --wrap: 76rem;
  --wrap-narrow: 46rem;
  --gutter: clamp(1.25rem, 0.9rem + 1.7vw, 2.5rem);
  --section-y: clamp(3.5rem, 2.4rem + 5vw, 7rem);

  --radius-sm: 6px;
  --radius: 12px;

  --shadow-sm: 0 1px 2px rgba(10, 59, 37, .06), 0 2px 8px rgba(10, 59, 37, .05);
  --shadow-md: 0 2px 4px rgba(10, 59, 37, .05), 0 12px 28px -8px rgba(10, 59, 37, .14);
}

/* --------------------------------------------------------------------------
   3. Reset / Basis
   -------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

body {
  font-family: var(--font-sans);
  font-size: var(--step-0);
  line-height: 1.65;
  color: var(--ink-soft);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: 'kern' 1, 'liga' 1;
  overflow-x: hidden;
}

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

[hidden] { display: none !important; }

h1, h2, h3, h4 {
  font-family: var(--font-serif);
  font-weight: 600;
  line-height: 1.15;
  color: var(--green-900);
  letter-spacing: -0.011em;
  text-wrap: balance;
  overflow-wrap: break-word;
}
h1 { font-size: var(--step-5); }
h2 { font-size: var(--step-3); }
h3 { font-size: var(--step-1); }
h4 { font-size: var(--step-0); }

p, li { text-wrap: pretty; }

a { color: var(--green-700); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--green-600); }

:focus-visible {
  outline: 3px solid var(--gold-500);
  outline-offset: 3px;
  border-radius: 3px;
}

hr { border: 0; border-top: 1px solid var(--line); }

::selection { background: var(--gold-300); color: var(--green-900); }

/* --------------------------------------------------------------------------
   4. Layout-Hilfen
   -------------------------------------------------------------------------- */
.wrap {
  width: min(100% - 2 * var(--gutter), var(--wrap));
  margin-inline: auto;
}
.wrap--narrow { width: min(100% - 2 * var(--gutter), var(--wrap-narrow)); }

.section { padding-block: var(--section-y); }
.section--tint { background: var(--bg-tint); border-block: 1px solid var(--line-soft); }
.section--green {
  background: linear-gradient(165deg, var(--green-800), var(--green-900) 60%);
  color: #e6f0e8;
}
.section--green h2, .section--green h3 { color: #fff; }
.section--green a { color: var(--gold-300); }

.stack > * + * { margin-top: 1.1em; }
.stack-lg > * + * { margin-top: 2rem; }

.prose { max-width: var(--measure); }
.prose > * + * { margin-top: 1.15em; }
.prose > :first-child { margin-top: 0; }
.prose h2 { margin-top: 2.4em; }
.prose .eyebrow + h2, .prose > :first-child + h2 { margin-top: .3em; }
.prose h3 { margin-top: 1.9em; }
.prose h2 + *, .prose h3 + * { margin-top: .7em; }
.prose ul, .prose ol { padding-left: 1.15em; }
.prose li + li { margin-top: .4em; }
.prose ::marker { color: var(--green-500); }
.prose strong { color: var(--green-900); font-weight: 650; }

.lead {
  font-family: var(--font-serif);
  font-size: var(--step-1);
  line-height: 1.5;
  color: var(--ink);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .6em;
  font-size: var(--step--1);
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--green-600);
  margin-bottom: 1rem;
}
.eyebrow::before {
  content: '';
  width: 1.75rem;
  height: 1px;
  background: var(--gold-500);
}
.section--green .eyebrow { color: var(--gold-300); }

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

.skip-link {
  position: absolute;
  left: 1rem; top: -100px;
  z-index: 200;
  background: var(--green-800);
  color: #fff;
  padding: .75rem 1.25rem;
  border-radius: 0 0 var(--radius-sm) var(--radius-sm);
  text-decoration: none;
  font-weight: 600;
  transition: top .15s ease;
}
.skip-link:focus { top: 0; color: #fff; }

/* --------------------------------------------------------------------------
   5. Kopfzeile & Navigation
   -------------------------------------------------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: saturate(1.6) blur(10px);
  border-bottom: 1px solid var(--line-soft);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 4.75rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: .85rem;
  text-decoration: none;
  color: inherit;
  padding-block: .6rem;
}
.brand__mark { display: block; flex: none; }
.brand__mark .emblem { width: 2.85rem; height: 2.85rem; }
.brand__text { display: grid; line-height: 1.15; }
.brand__name {
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 1.02rem;
  color: var(--green-900);
  letter-spacing: -0.01em;
}
.brand__sub {
  font-size: .68rem;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}

.nav-toggle {
  display: none;
  align-items: center;
  gap: .55rem;
  background: none;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: .55rem .8rem;
  font: inherit;
  font-size: .9rem;
  font-weight: 600;
  color: var(--green-800);
  cursor: pointer;
}
.nav-toggle__bars { display: grid; gap: 4px; width: 18px; }
.nav-toggle__bars span {
  height: 2px; background: currentColor; border-radius: 2px;
  transition: transform .2s ease, opacity .2s ease;
}
.nav-toggle[aria-expanded='true'] .nav-toggle__bars span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded='true'] .nav-toggle__bars span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded='true'] .nav-toggle__bars span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.nav ul {
  display: flex;
  align-items: center;
  gap: .15rem;
  list-style: none;
  margin: 0; padding: 0;
}
.nav a {
  display: block;
  padding: .55rem .78rem;
  border-radius: var(--radius-sm);
  font-size: .945rem;
  font-weight: 500;
  color: var(--ink-soft);
  text-decoration: none;
  white-space: nowrap;
  transition: background .15s ease, color .15s ease;
}
.nav a:hover { background: var(--green-50); color: var(--green-800); }
.nav a[aria-current='page'] {
  color: var(--green-800);
  font-weight: 650;
  background: var(--green-100);
}

@media (max-width: 62rem) {
  .nav-toggle { display: inline-flex; }
  .nav {
    position: absolute;
    left: 0; right: 0; top: 100%;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-md);
    display: none;
  }
  .nav[data-open='true'] { display: block; }
  .nav ul {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: .6rem var(--gutter) 1.2rem;
    width: min(100% - 2 * var(--gutter), var(--wrap));
    margin-inline: auto;
  }
  .nav li + li { border-top: 1px solid var(--line-soft); }
  .nav a { padding: .85rem .25rem; font-size: 1.02rem; border-radius: 0; }
  .nav a[aria-current='page'] { background: none; }
}

/* --------------------------------------------------------------------------
   6. Buttons
   -------------------------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .8rem 1.4rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: var(--font-sans);
  font-size: .96rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: background .16s ease, color .16s ease, border-color .16s ease, transform .16s ease;
}
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--green-700); color: #fff; }
.btn--primary:hover { background: var(--green-800); color: #fff; }
.btn--ghost { border-color: var(--green-150); color: var(--green-800); background: #fff; }
.btn--ghost:hover { border-color: var(--green-500); background: var(--green-50); color: var(--green-800); }
.btn--light { background: #fff; color: var(--green-800); }
.section--green .btn--light { color: var(--green-800); }
.section--green .btn--light:hover { color: var(--green-900); }
.btn--on-dark { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .38); }
.section--green .btn--on-dark { color: #fff; }
.btn--on-dark:hover { background: rgba(255, 255, 255, .1); color: #fff; }
.section--green .btn--on-dark:hover { color: #fff; }
.btn--light:hover { background: var(--gold-100); color: var(--green-900); }
.btn__arrow { transition: transform .16s ease; }
.btn:hover .btn__arrow { transform: translateX(3px); }

.btn-row { display: flex; flex-wrap: wrap; gap: .85rem; }

/* --------------------------------------------------------------------------
   7. Hero
   -------------------------------------------------------------------------- */
.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(120% 90% at 82% -10%, var(--green-100) 0%, transparent 62%),
    radial-gradient(90% 70% at 8% 105%, var(--gold-100) 0%, transparent 58%),
    var(--bg-tint);
  border-bottom: 1px solid var(--line-soft);
  padding-block: clamp(3rem, 1.5rem + 7vw, 6.5rem);
}
.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: clamp(2rem, 1rem + 4vw, 4.5rem);
  align-items: center;
}
.hero h1 { margin-bottom: 1.1rem; }
.hero .lead { max-width: 34ch; }
.hero .btn-row { margin-top: 2rem; }

.hero__emblem {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  max-width: 25rem;
  margin-inline: auto;
  width: 100%;
}
.hero__emblem img { width: 82%; height: auto; }
.hero__emblem::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, #fff 45%, rgba(255,255,255,0) 72%);
}
.hero__emblem img { position: relative; }

@media (max-width: 52rem) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__emblem { grid-row: 1; max-width: 13rem; margin-bottom: .5rem; }
}

/* Kleine Kennzahlen-Leiste */
.facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(11.5rem, 100%), 1fr));
  gap: 1px;
  background: var(--line-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.facts > div { background: #fff; padding: 1.6rem 1.5rem; }
.facts dt {
  font-size: var(--step--1);
  letter-spacing: .09em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--muted);
  margin-bottom: .4rem;
}
.facts dd {
  margin: 0;
  font-family: var(--font-serif);
  font-size: var(--step-2);
  font-weight: 600;
  color: var(--green-800);
  line-height: 1.1;
}
.facts dd small { display: block; font-family: var(--font-sans); font-size: .85rem; font-weight: 400; color: var(--muted); margin-top: .45rem; line-height: 1.45; }

/* --------------------------------------------------------------------------
   8. Karten & Raster
   -------------------------------------------------------------------------- */
.grid { display: grid; gap: clamp(1.25rem, .8rem + 1.6vw, 2rem); }
.grid--3 { grid-template-columns: repeat(auto-fit, minmax(min(19rem, 100%), 1fr)); }
.grid--2 { grid-template-columns: repeat(auto-fit, minmax(min(21rem, 100%), 1fr)); }

.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(1.4rem, 1.1rem + 1vw, 2rem);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.card h3 { margin-bottom: .55rem; hyphens: auto; }
.card p { hyphens: auto; }
.card p { color: var(--muted); font-size: .975rem; }
.card--link:hover { border-color: var(--green-300); box-shadow: var(--shadow-md); transform: translateY(-2px); }
.card__num {
  display: grid;
  place-items: center;
  width: 2.4rem; height: 2.4rem;
  border-radius: 50%;
  background: var(--green-100);
  color: var(--green-700);
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 1.05rem;
  margin-bottom: 1.1rem;
}
.card__link {
  display: inline-flex; align-items: center; gap: .4rem;
  margin-top: 1.1rem;
  font-weight: 600; font-size: .93rem;
  text-decoration: none;
}
.card__link::after { content: '→'; transition: transform .16s ease; }
.card:hover .card__link::after { transform: translateX(3px); }

/* Merkmalsliste mit Häkchen */
.ticks { list-style: none; padding: 0; display: grid; gap: .85rem; }
.ticks li {
  position: relative;
  padding-left: 2.1rem;
}
.ticks li::before {
  content: '';
  position: absolute;
  left: 0; top: .3em;
  width: 1.3rem; height: 1.3rem;
  border-radius: 50%;
  background: var(--green-100) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23157a4a' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / .78rem no-repeat;
}
.section--green .ticks li::before { background-color: rgba(255,255,255,.14); }

/* Zitat */
.quote {
  border-left: 3px solid var(--gold-500);
  padding: .3rem 0 .3rem 1.6rem;
  font-family: var(--font-serif);
  font-size: var(--step-1);
  line-height: 1.5;
  color: var(--green-900);
  font-style: italic;
}
.quote cite {
  display: block;
  margin-top: .9rem;
  font-family: var(--font-sans);
  font-size: .89rem;
  font-style: normal;
  color: var(--muted);
}

/* Hinweis-/Infobox */
.note {
  display: flex;
  gap: 1rem;
  background: var(--gold-100);
  border: 1px solid var(--gold-300);
  border-radius: var(--radius);
  padding: 1.2rem 1.4rem;
  font-size: .96rem;
  color: #5a4409;
}
.note strong { color: var(--gold-700); }
.note svg { flex: none; width: 1.35rem; height: 1.35rem; margin-top: .15rem; color: var(--gold-600); }

/* Download-Zeile */
.download {
  display: inline-flex;
  align-items: center;
  gap: .85rem;
  padding: 1rem 1.35rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  text-decoration: none;
  color: var(--ink);
  transition: border-color .18s ease, box-shadow .18s ease;
}
.download:hover { border-color: var(--green-300); box-shadow: var(--shadow-sm); color: var(--ink); }
.download svg { flex: none; width: 1.5rem; height: 1.5rem; color: var(--green-600); }
.download span { display: grid; }
.download b { font-weight: 600; font-size: .98rem; color: var(--green-900); }
.download small { color: var(--muted); font-size: .84rem; }

/* --------------------------------------------------------------------------
   9. Therapeutenverzeichnis
   -------------------------------------------------------------------------- */
.directory__controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: end;
  margin-bottom: 1.25rem;
}
@media (max-width: 40rem) { .directory__controls { grid-template-columns: 1fr; align-items: stretch; } }

.field { display: grid; gap: .45rem; }
.field label { font-size: .87rem; font-weight: 600; color: var(--green-800); }
.field input, .field select {
  font: inherit;
  font-size: .98rem;
  height: 3.15rem;
  line-height: 1.4;
  padding: .7rem 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: #fff;
  color: var(--ink);
  min-width: 0;
}
.field input:focus, .field select:focus { border-color: var(--green-500); }
.field input[type='search'] {
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235d6f64' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-3.5-3.5'/%3E%3C/svg%3E") .9rem center / 1.05rem no-repeat;
  padding-left: 2.6rem;
}

.directory__count {
  font-size: .9rem;
  color: var(--muted);
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--line-soft);
}

.directory__list { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fill, minmax(min(20rem, 100%), 1fr)); }

.therapist {
  position: relative;
  display: grid;
  gap: .75rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem 1.5rem;
  align-content: start;
}
.therapist::after {
  content: attr(data-canton);
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  display: inline-grid;
  place-items: center;
  width: 1.85rem;
  height: 1.85rem;
  background: #e8dcc4;
  color: var(--gold-700);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 4px;
  line-height: 1;
}
.therapist__place {
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: var(--green-600);
  padding-right: 2.6rem;
}
.therapist__name { font-size: var(--step-1); margin: 0; }
.therapist__role { font-size: .9rem; color: var(--muted); margin-top: -.45rem; }
.therapist dl { display: grid; gap: .55rem; margin: 0; font-size: .93rem; }
.therapist dl > div { display: grid; grid-template-columns: 1.4rem 1fr; gap: .65rem; align-items: start; }
.therapist dt { color: var(--green-600); }
.therapist dt svg { width: 1.05rem; height: 1.05rem; margin-top: .25em; }
.therapist dd { margin: 0; min-width: 0; overflow-wrap: anywhere; }
.therapist dd a { text-decoration: none; }
.therapist dd a:hover { text-decoration: underline; }
.therapist address { font-style: normal; }

.directory__empty {
  display: none;
  padding: 3rem 1rem;
  text-align: center;
  color: var(--muted);
  border: 1px dashed var(--line);
  border-radius: var(--radius);
}
.directory[data-empty='true'] .directory__empty { display: block; }
.directory[data-empty='true'] .directory__list { display: none; }

mark { background: var(--gold-300); color: var(--green-900); border-radius: 2px; padding: 0 .1em; }

/* --------------------------------------------------------------------------
   10. Linkliste
   -------------------------------------------------------------------------- */
.linklist { display: grid; gap: 1rem; }
.linklist a {
  display: grid;
  grid-template-columns: minmax(0, 15rem) minmax(0, 1fr);
  gap: .35rem 2rem;
  align-items: baseline;
  padding: 1.35rem 1.5rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  text-decoration: none;
  color: var(--ink-soft);
  background: #fff;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.linklist a:hover { border-color: var(--green-300); box-shadow: var(--shadow-sm); }
.linklist a { overflow-wrap: anywhere; }
.linklist b {
  font-family: var(--font-serif);
  font-size: var(--step-1);
  font-weight: 600;
  color: var(--green-800);
}
.linklist span { font-size: .96rem; color: var(--muted); }
@media (max-width: 44rem) { .linklist a { grid-template-columns: 1fr; } }

/* --------------------------------------------------------------------------
   11. Kontaktbereich
   -------------------------------------------------------------------------- */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(16rem, 100%), 1fr));
  gap: clamp(1.5rem, 1rem + 2vw, 3rem);
}
.contact-item h3 { font-size: var(--step-0); text-transform: uppercase; letter-spacing: .08em; font-family: var(--font-sans); color: var(--muted); font-weight: 600; margin-bottom: .7rem; }
.contact-item p, .contact-item address {
  font-family: var(--font-serif);
  font-size: var(--step-1);
  font-style: normal;
  line-height: 1.45;
  color: var(--green-900);
}
.contact-item a { text-decoration: none; overflow-wrap: anywhere; }
.contact-item a:hover { text-decoration: underline; }

/* --------------------------------------------------------------------------
   12. Seitenkopf für Unterseiten
   -------------------------------------------------------------------------- */
.page-head {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(90% 140% at 100% -10%, rgba(217, 164, 65, .22) 0%, transparent 55%),
    radial-gradient(70% 90% at -8% 120%, var(--green-800) 0%, transparent 58%),
    linear-gradient(165deg, var(--green-800), var(--green-900) 68%);
  border-bottom: 1px solid var(--green-900);
  padding-block: clamp(2.75rem, 2rem + 3.5vw, 5rem);
  color: #e8f0e9;
}
.page-head::after {
  content: '';
  position: absolute;
  right: -3.5rem;
  top: 50%;
  width: 18rem;
  height: 18rem;
  translate: 0 -50%;
  background: url('../img/emblem-light.svg') center / contain no-repeat;
  opacity: .1;
  pointer-events: none;
}
.page-head .wrap { position: relative; z-index: 1; }
.page-head h1 { max-width: 20ch; color: #fff; }
.page-head .lead {
  margin-top: 1.1rem;
  max-width: 56ch;
  color: var(--green-150);
}
.page-head .breadcrumb { color: var(--gold-300); }
.page-head .breadcrumb a { color: var(--green-300); }
.page-head .breadcrumb a:hover { color: var(--gold-300); }
.page-head .breadcrumb li + li::before { color: var(--gold-500); }

.breadcrumb { font-size: .87rem; color: var(--muted); margin-bottom: 1.1rem; }
.breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: .5rem; padding: 0; margin: 0; }
.breadcrumb li + li::before { content: '/'; margin-right: .5rem; color: var(--green-300); }
.breadcrumb a { text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }

/* --------------------------------------------------------------------------
   13. Fusszeile
   -------------------------------------------------------------------------- */
.site-footer {
  background: var(--green-900);
  color: #b9cfc0;
  padding-block: clamp(3rem, 2rem + 3vw, 4.5rem) 2rem;
  font-size: .95rem;
}
.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(auto-fit, minmax(min(11rem, 100%), 1fr));
  gap: 2.5rem;
}
.site-footer h2 {
  font-family: var(--font-sans);
  font-size: .78rem;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--gold-300);
  font-weight: 600;
  margin-bottom: 1.1rem;
}
.site-footer ul { list-style: none; padding: 0; display: grid; gap: .6rem; }
.site-footer a { color: #d5e6da; text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.site-footer address { font-style: normal; line-height: 1.7; overflow-wrap: anywhere; }

.footer-brand { display: grid; gap: 1rem; max-width: 26rem; }
.footer-brand__row { display: flex; align-items: center; gap: .9rem; }
.footer-brand .emblem { width: 3rem; height: 3rem; flex: none; }
.footer-brand strong { font-family: var(--font-serif); font-size: 1.05rem; color: #fff; font-weight: 600; line-height: 1.25; }
.footer-brand p { color: #9fbaa9; font-size: .92rem; }

.site-footer__bottom {
  margin-top: 3rem;
  padding-top: 1.6rem;
  border-top: 1px solid rgba(255,255,255,.12);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  justify-content: space-between;
  align-items: center;
  font-size: .875rem;
  color: #93ae9e;
}
.site-footer__bottom ul { display: flex; flex-wrap: wrap; gap: 1.25rem; }

/* --------------------------------------------------------------------------
   14. Ornament
   -------------------------------------------------------------------------- */
.rule-ornament {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--green-300);
  margin-block: 2.5rem;
}
.rule-ornament::before, .rule-ornament::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
}
.rule-ornament svg { width: 1.4rem; height: 1.4rem; color: var(--gold-500); }


/* --------------------------------------------------------------------------
   Hybrid sketch: editorial aims (homepage)
   -------------------------------------------------------------------------- */
.aims {
  background:
    radial-gradient(80% 70% at 100% 0%, var(--gold-100) 0%, transparent 58%),
    var(--bg-tint);
  border-block: 1px solid var(--line-soft);
}
.aims h2 { max-width: 22ch; margin-bottom: 2.25rem; }
.aims__grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line);
}
.aims__item {
  padding: 1.75rem 1.6rem 0.25rem 0;
  border-right: 1px solid var(--line);
  background: transparent;
}
.aims__item:last-child {
  border-right: 0;
  padding-right: 0;
}
.aims__item:first-child { padding-left: 0; }
.aims__item + .aims__item { padding-left: 1.75rem; }
.aims__num {
  display: block;
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: clamp(2.4rem, 1.6rem + 2.4vw, 3.4rem);
  line-height: 1;
  color: var(--gold-500);
  letter-spacing: -0.03em;
  margin-bottom: .85rem;
}
.aims__title {
  font-family: var(--font-serif);
  font-size: var(--step-1);
  color: var(--green-900);
  margin: 0 0 .7rem;
  max-width: 16ch;
}
.aims__item p {
  color: var(--ink-soft);
  font-size: .98rem;
  max-width: 34ch;
  margin: 0;
}

@media (max-width: 52rem) {
  .aims__grid { grid-template-columns: 1fr; border-top: 0; }
  .aims__item,
  .aims__item:first-child,
  .aims__item:last-child,
  .aims__item + .aims__item {
    border-right: 0;
    border-top: 1px solid var(--line);
    padding: 1.5rem 0 1.25rem;
  }
}

/* --------------------------------------------------------------------------
   15. Druck
   -------------------------------------------------------------------------- */
@media print {
  .site-header, .site-footer, .btn-row, .directory__controls, .skip-link { display: none !important; }
  body { color: #000; font-size: 11pt; }
  a { color: #000; text-decoration: underline; }
  .hero, .page-head, .section--tint, .section--green, .aims { background: none !important; color: #000 !important; }
  .page-head h1, .page-head .lead, .page-head .breadcrumb, .page-head .breadcrumb a { color: #000 !important; }
  .page-head::after { display: none !important; }
  .card, .therapist, .aims__item, .linklist a { border: 1px solid #999; break-inside: avoid; }
}

/* --------------------------------------------------------------------------
   16. Feinschliff für kleine Bildschirme
   -------------------------------------------------------------------------- */
@media (max-width: 30rem) {
  .brand { gap: .65rem; }
  .brand__mark .emblem { width: 2.4rem; height: 2.4rem; }
  .brand__name { font-size: .93rem; }
  .brand__sub { font-size: .6rem; letter-spacing: .1em; white-space: nowrap; }
  .nav-toggle { padding: .5rem .7rem; font-size: .85rem; }
  .site-header__inner { gap: .75rem; min-height: 4.25rem; }
  .hero { padding-block: 2.25rem 3rem; }
  .hero__emblem { max-width: 9.5rem; margin-bottom: 1.25rem; }
  .btn { width: 100%; justify-content: center; }
  .site-footer__grid { gap: 2rem; }
}

@media (max-width: 22.5rem) {
  .brand__sub { display: none; }
}
