/* ==========================================================================
   Marlene Sures – Körper. Atem. Verbindung.
   Farben aus dem Logo abgeleitet, Schriften lokal eingebunden (keine Google-Server).
   ========================================================================== */

@font-face {
  font-family: "Fraunces Soft";
  src: url("../fonts/fraunces-soft-normal.woff2") format("woff2");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fraunces Soft";
  src: url("../fonts/fraunces-soft-italic.woff2") format("woff2");
  font-weight: 200 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/figtree-normal.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

:root {
  /* Farben */
  --nebel: #F3F4EF;        /* Seitenhintergrund: Morgennebel im Hain */
  --papier: #FBFAF7;       /* Flächen, Karten */
  --hauch: #F3E8E6;        /* Rosé-Hauch für ruhige Abschnitte */
  --tanne: #2B4540;        /* dunkelste Farbe, Überschriften, dunkle Flächen */
  --moos: #426059;         /* Schriftzug im Logo */
  --schrift: #33443F;      /* Fließtext */
  --leise: #5E6B67;        /* Nebentext */
  --salbei: #8AA299;       /* Spirale im Logo – nur Deko */
  --salbei-tief: #4F6C64;  /* kleine Labels */
  --rose: #C1999A;         /* Claim im Logo – nur Deko */
  --rose-hell: #E4C9CB;    /* Akzente auf dunklem Grund */
  --rose-tief: #8E5A64;    /* Akzente auf hellem Grund */
  --linie: rgba(66, 96, 89, 0.2);

  /* Schrift */
  --serif: "Fraunces Soft", "Iowan Old Style", Georgia, serif;
  --sans: "Figtree", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  /* Maße */
  --kopf-h: 76px;
  --rand: clamp(20px, 5vw, 64px);
  --max: 1240px;
  --radius: 22px;
  --kurve: cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

/* ---------- Grundlagen ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--nebel);
  color: var(--schrift);
  font: 400 1.0625rem/1.7 var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menue-offen { overflow: hidden; }
[hidden] { display: none !important; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1.1em; }
ul, ol { margin: 0; }
p, li, blockquote { overflow-wrap: break-word; }
/* Silbentrennung nur in schmalen Spalten und nur für lange Wörter */
.karte p, .saeulen__liste span { hyphens: auto; hyphenate-limit-chars: 12 5 5; }
[id] { scroll-margin-top: calc(var(--kopf-h) + 12px); }

h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 380;
  color: var(--tanne);
  margin: 0;
  text-wrap: balance;
  overflow-wrap: break-word;
}
h1 { font-size: clamp(2.55rem, 1.35rem + 4.3vw, 5.1rem); line-height: 1.02; letter-spacing: -0.018em; }
h2 { font-size: clamp(2rem, 1.35rem + 2.3vw, 3.3rem); line-height: 1.07; letter-spacing: -0.012em; }
h3 { font-size: clamp(1.3rem, 1.12rem + 0.6vw, 1.6rem); line-height: 1.2; font-weight: 440; }
em { font-style: italic; }

.eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--salbei-tief);
  margin: 0 0 18px;
  hyphens: manual;
}
.handnotiz {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.25rem, 1.1rem + 0.5vw, 1.5rem);
  line-height: 1.35;
  color: var(--rose-tief);
  margin-top: 1.6em;
}

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 var(--rand); }

:focus-visible { outline: 2px solid var(--rose-tief); outline-offset: 3px; border-radius: 4px; }
.atem :focus-visible, .gedanken :focus-visible, .fuss :focus-visible, .nav :focus-visible, .karte--soma :focus-visible { outline-color: var(--rose-hell); }

.sr { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }

.skip {
  position: absolute; left: 12px; top: -60px; z-index: 100;
  background: var(--tanne); color: var(--papier);
  padding: 10px 16px; border-radius: 8px;
}
.skip:focus { top: 12px; }

/* ---------- Knöpfe & Links ---------- */
.knopf {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.6em;
  padding: 15px 28px;
  border: 0; border-radius: 999px;
  background: var(--tanne); color: var(--papier);
  font: 600 0.9375rem/1.2 var(--sans); letter-spacing: 0.02em;
  cursor: pointer;
  transition: background-color 0.25s, color 0.25s, transform 0.25s;
}
.knopf:hover { background: var(--moos); }
.knopf:active { transform: scale(0.98); }
.knopf--klein { padding: 11px 20px; font-size: 0.875rem; }
.knopf--hell { background: var(--rose-hell); color: var(--tanne); }
.knopf--hell:hover { background: #F0DDDF; }

.pfeil-link {
  display: inline-flex; align-items: center; gap: 0.5em;
  font-weight: 600; font-size: 0.9375rem; color: var(--tanne);
  padding-bottom: 3px;
  background: linear-gradient(currentColor, currentColor) 0 100% / 100% 1px no-repeat;
  transition: background-size 0.3s;
}
.pfeil-link::after { content: "→"; transition: transform 0.3s; }
.pfeil-link:hover::after, a:hover > .pfeil-link::after { transform: translateX(4px); }

/* ---------- Kopfzeile ---------- */
.kopf {
  position: sticky; top: 0; z-index: 50;
  background: rgba(243, 244, 239, 0.96);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s, background-color 0.3s;
}
.kopf.ist-gescrollt { border-bottom-color: var(--linie); background: rgba(243, 244, 239, 0.98); }
.kopf__innen {
  max-width: calc(var(--max) + 80px); margin: 0 auto; padding: 0 var(--rand);
  height: var(--kopf-h);
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.marke { flex: none; }
.marke img { height: 38px; width: auto; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav ul { display: flex; gap: 24px; list-style: none; padding: 0; }
.nav ul a {
  position: relative; display: block; padding: 6px 0;
  font-size: 0.8125rem; font-weight: 500; letter-spacing: 0.09em; text-transform: uppercase;
}
.nav ul a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
  background: var(--rose-tief); transform: scaleX(0); transform-origin: left; transition: transform 0.3s;
}
.nav ul a:hover::after { transform: scaleX(1); }
.nav__kontakt { display: none; }
.menue { display: none; }

/* ---------- Hero ---------- */
.hero {
  max-width: var(--max); margin: 0 auto;
  padding: clamp(28px, 5vw, 64px) var(--rand) clamp(56px, 7vw, 96px);
  display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: clamp(36px, 6vw, 96px); align-items: center;
  min-height: min(calc(100svh - var(--kopf-h)), 900px);
}
.hero__vorspann {
  font-family: var(--serif); font-style: italic; font-weight: 300;
  font-size: clamp(1.15rem, 1rem + 0.6vw, 1.45rem); line-height: 1.35;
  color: var(--rose-tief); max-width: 30ch; margin-bottom: 20px;
}
.hero__titel { font-weight: 330; margin-bottom: 28px; }
.hero__titel .kraft { font-weight: 640; }
.hero__titel .leicht { font-weight: 210; font-style: italic; color: var(--moos); }
.hero__lead { font-size: clamp(1.0625rem, 1rem + 0.25vw, 1.1875rem); max-width: 34em; }
.hero__aktionen { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 30px; margin-top: 34px; }
.hero__fakten {
  list-style: none; padding: 0; margin-top: 44px;
  display: flex; flex-wrap: wrap; gap: 8px 26px;
  font-size: 0.8125rem; letter-spacing: 0.05em; color: var(--leise);
}
.hero__fakten li::before {
  content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 10px;
  border-radius: 50%; background: var(--rose); vertical-align: 0.12em;
}
.hero__bild { position: relative; margin: 0; }
.hero__bild img {
  width: 100%; aspect-ratio: 4 / 5.4; object-fit: cover; object-position: 50% 28%;
  border-radius: 50% 50% 18px 18px / 37% 37% 18px 18px;
}

/* ---------- Säulen ---------- */
.saeulen { background: var(--papier); border-block: 1px solid var(--linie); }
.saeulen__liste { list-style: none; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.saeulen__liste li { padding: 30px 22px 28px; border-left: 1px solid var(--linie); }
.saeulen__liste li:first-child { border-left: 0; padding-left: 0; }
.saeulen__liste b {
  display: block; margin-bottom: 6px;
  font-family: var(--serif); font-style: italic; font-weight: 400; font-size: 1.45rem; line-height: 1.2;
  color: var(--moos);
}
.saeulen__liste span { display: block; font-size: 0.875rem; line-height: 1.5; color: var(--leise); }

/* ---------- Abschnitte ---------- */
.abschnitt { padding: clamp(80px, 10vw, 140px) 0; }
.abschnitt--eng { padding-top: 0; }
.abschnitt--hauch { background: var(--hauch); }
.kopfzeile { max-width: 640px; }
.kopfzeile--breit { max-width: 860px; }
.kopfzeile h2 { margin-bottom: 18px; }

.zwei { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(40px, 7vw, 112px); align-items: center; }
.zwei--bild-rechts { grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); }
.text h2 { margin-bottom: 28px; }
.bild { margin: 0; }
.bild img { width: 100%; object-fit: cover; }
.bild--rund img { aspect-ratio: 4 / 5; border-radius: var(--radius); object-position: 50% 60%; }
.bild--bogen img { aspect-ratio: 4 / 5.4; border-radius: 50% 50% 18px 18px / 37% 37% 18px 18px; object-position: 50% 35%; }

.aussage {
  margin: 36px 0 0; padding-left: 22px; border-left: 2px solid var(--rose);
  font-family: var(--serif); font-weight: 380; font-size: clamp(1.4rem, 1.1rem + 1vw, 1.95rem); line-height: 1.22;
  color: var(--tanne);
}
.aussage em { font-weight: 600; color: var(--rose-tief); }

/* ---------- Einstiegskarten ---------- */
.karten {
  list-style: none; padding: 0; margin-top: 52px;
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px;
}
.karte > a {
  position: relative; display: flex; flex-direction: column; height: 100%;
  background: var(--papier); border: 1px solid var(--linie); border-radius: var(--radius); overflow: hidden;
  transition: transform 0.35s var(--kurve), box-shadow 0.35s var(--kurve);
}
.karte > a:hover { transform: translateY(-4px); box-shadow: 0 22px 44px -26px rgba(43, 69, 64, 0.5); }
.karte img { width: 100%; aspect-ratio: 4 / 4.3; object-fit: cover; object-position: 50% 32%; transition: transform 0.7s var(--kurve); }
.karte > a:hover img { transform: scale(1.04); }
.karte:first-child img { object-position: 50% 62%; }
.karte h3 { padding: 24px 24px 10px; }
.karte p { padding: 0 24px; font-size: 0.9375rem; line-height: 1.6; color: var(--leise); }
.karte .pfeil-link { margin: auto 24px 26px; align-self: flex-start; }

.karte--soma > a { background: var(--tanne); border-color: var(--tanne); color: #E3EAE7; }
.karte--soma h3, .karte--soma .pfeil-link { color: var(--papier); }
.karte--soma p { color: #CFD9D5; }
.karte__spirale {
  display: grid; place-items: center; aspect-ratio: 4 / 4.3;
  background: radial-gradient(circle at 50% 46%, rgba(193, 153, 154, 0.2), transparent 62%);
}
.karte__spirale img { width: 58%; aspect-ratio: auto; transition: transform 0.7s var(--kurve); }
.karte > a:hover .karte__spirale img { transform: rotate(-8deg) scale(1.03); }
.karte__marke {
  position: absolute; top: 18px; left: 18px;
  padding: 5px 12px; border-radius: 999px;
  background: var(--rose-hell); color: var(--tanne);
  font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
}

/* ---------- Atempause (Signatur) ---------- */
.atem {
  --atem-dauer: 5s;
  background: var(--tanne); color: #E3EAE7;
  padding: clamp(84px, 11vw, 150px) 0;
  overflow: hidden;
}
.atem__innen { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: clamp(40px, 7vw, 112px); align-items: center; }
.atem__buehne { width: 100%; max-width: 440px; justify-self: center; text-align: center; }
.spirale { display: block; width: 100%; height: auto; overflow: visible; transform-origin: 45.5% 45.3%; transition: transform var(--atem-dauer) var(--kurve); }
.spirale path { fill: none; stroke: var(--salbei); stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 1 1; stroke-dashoffset: 0; transition: stroke-dashoffset var(--atem-dauer) var(--kurve); }
.spirale__linie { stroke-width: 7; }
.spirale__echo { stroke-width: 3.5; opacity: 0.5; transition: stroke-dashoffset var(--atem-dauer) var(--kurve), opacity var(--atem-dauer) var(--kurve); }
.spirale__punkte { fill: var(--rose); transition: opacity 1.4s var(--kurve); }

.atem[data-phase="vorbereiten"] { --atem-dauer: 1.8s; }
.atem[data-phase="ende"] { --atem-dauer: 2.6s; }
.atem[data-phase="aus"] .spirale__linie, .atem[data-phase="vorbereiten"] .spirale__linie { stroke-dashoffset: 0.74; }
.atem[data-phase="aus"] .spirale__echo, .atem[data-phase="vorbereiten"] .spirale__echo { stroke-dashoffset: 1; opacity: 0; }
.atem[data-phase="aus"] .spirale, .atem[data-phase="vorbereiten"] .spirale { transform: scale(0.9); }
.atem[data-phase="aus"] .spirale__punkte, .atem[data-phase="vorbereiten"] .spirale__punkte,
.atem[data-phase="ein"] .spirale__punkte { opacity: 0; }

.atem__anzeige { min-height: 4.2em; margin: 26px 0 0; }
.atem__wort { display: block; font-family: var(--serif); font-style: italic; font-weight: 300; font-size: clamp(1.6rem, 1.3rem + 1vw, 2.1rem); line-height: 1.25; color: var(--rose-hell); }
.atem__runde { display: block; margin-top: 6px; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: #B9C9C3; }

.atem .eyebrow { color: var(--rose-hell); }
.atem__zitat { color: var(--papier); font-weight: 330; font-size: clamp(1.9rem, 1.3rem + 2.2vw, 3.1rem); line-height: 1.12; margin-bottom: 28px; }
.atem__zitat em { display: block; margin-top: 0.35em; font-weight: 250; color: var(--rose-hell); }
.atem__hinweis { max-width: 36em; color: #CFD9D5; }
.atem .knopf { margin-top: 10px; }
.atem__danach { margin-top: 22px; color: #CFD9D5; }
.atem__danach a { color: var(--papier); border-bottom: 1px solid var(--rose-hell); }

@media (prefers-reduced-motion: no-preference) {
  .atem.ist-sichtbar:not([data-phase]) .spirale { animation: schweben 10s var(--kurve) infinite; }
}
@keyframes schweben { 0%, 100% { transform: scale(0.965); } 50% { transform: scale(1); } }

/* ---------- Angebote & Preise ---------- */
.gruppe {
  display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); gap: clamp(28px, 5vw, 80px);
  padding: 52px 0; border-top: 1px solid var(--linie);
}
.gruppen { margin-top: 64px; }
.gruppe__kopf { position: sticky; top: calc(var(--kopf-h) + 28px); align-self: start; }
.gruppe__kopf h3 { font-size: clamp(1.6rem, 1.25rem + 1vw, 2.15rem); line-height: 1.12; margin-bottom: 14px; }
.gruppe__kopf p { color: var(--leise); font-size: 0.9875rem; }
.gruppe__notiz { background: var(--hauch); border-radius: 14px; padding: 14px 18px; color: var(--schrift) !important; }
.gruppe__notiz b { color: var(--rose-tief); }

.angebot { border-bottom: 1px solid var(--linie); }
.angebot:first-child { border-top: 1px solid var(--linie); }
.angebot summary, .angebot__zeile {
  display: grid; grid-template-columns: minmax(0, 1fr) auto 30px;
  grid-template-areas: "name preis icon" "meta preis icon";
  column-gap: 20px; align-items: center;
  padding: 22px 4px; margin: 0;
}
.angebot summary { cursor: pointer; list-style: none; }
.angebot summary::-webkit-details-marker { display: none; }
.angebot summary::after {
  content: ""; grid-area: icon; width: 30px; height: 30px; border-radius: 50%;
  border: 1px solid var(--linie);
  background:
    linear-gradient(var(--tanne), var(--tanne)) center / 11px 1.5px no-repeat,
    linear-gradient(var(--tanne), var(--tanne)) center / 1.5px 11px no-repeat;
  transition: transform 0.3s var(--kurve), background-color 0.3s;
}
.angebot summary:hover::after { background-color: var(--papier); }
.angebot[open] summary::after { transform: rotate(45deg); }
.angebot__name { grid-area: name; font-family: var(--serif); font-size: 1.3rem; font-weight: 420; line-height: 1.25; color: var(--tanne); }
.angebot__meta { grid-area: meta; margin-top: 4px; font-size: 0.8125rem; letter-spacing: 0.03em; color: var(--leise); }
.angebot__meta a { border-bottom: 1px solid currentColor; }
.angebot__preis {
  grid-area: preis; white-space: nowrap; text-align: right;
  font-family: var(--serif); font-size: 1.6rem; font-weight: 480; color: var(--moos);
  font-variant-numeric: lining-nums tabular-nums;
}
.angebot__preis small { font-family: var(--sans); font-size: 0.8125rem; font-weight: 500; color: var(--leise); }
.angebot__preis--text { font-size: 1.05rem; font-style: italic; font-weight: 400; }
.angebot__mehr { padding: 2px 4px 30px; max-width: 64ch; }
.angebot__mehr p { font-size: 0.9875rem; }
.angebot__enthalten { background: var(--papier); border-radius: 12px; padding: 14px 18px; }

/* ---------- Hinweis-Leiste (vom Website-Assistenten gesetzt) ---------- */
.hinweis { background: var(--hauch); border-bottom: 1px solid var(--linie); }
.hinweis p { max-width: var(--max); margin: 0 auto; padding: 12px var(--rand); font-size: 0.9375rem; line-height: 1.5; text-align: center; }
.hinweis__marke { margin-right: 0.6em; font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--rose-tief); }
/* Nur in der Vorschau eines Entwurfs sichtbar */
.vorschau-banner {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; padding: 12px var(--rand);
  background: #FFF4D6; border-top: 1px solid #E7C66B; color: #5A4610;
  font-size: 0.9375rem; text-align: center; box-shadow: 0 -8px 24px -16px rgba(0, 0, 0, 0.35);
}
.vorschau-banner a { font-weight: 600; border-bottom: 1px solid currentColor; }

/* ---------- Kurse ---------- */
.kurse { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); background: var(--papier); }
.kurse__bild { margin: 0; }
.kurse__bild img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; object-position: 50% 45%; }
.kurse__text { align-self: center; max-width: 660px; padding: clamp(64px, 8vw, 120px) var(--rand); }
.kurse__text h2 { margin-bottom: 24px; }
.kurse__text h2 em { font-weight: 260; color: var(--moos); }
.plan { list-style: none; padding: 0; margin: 34px 0 22px; border-top: 1px solid var(--linie); }
.plan li {
  display: grid; grid-template-columns: 132px minmax(0, 1fr);
  grid-template-areas: "tag kurs" "zeit ort";
  gap: 2px 22px; padding: 18px 0; border-bottom: 1px solid var(--linie);
}
.plan__tag { grid-area: tag; align-self: end; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--salbei-tief); }
.plan__zeit { grid-area: zeit; font-family: var(--serif); font-size: 1.2rem; color: var(--tanne); font-variant-numeric: lining-nums; }
.plan__kurs { grid-area: kurs; font-family: var(--serif); font-size: 1.2rem; color: var(--tanne); }
.plan__ort { grid-area: ort; font-size: 0.9375rem; color: var(--leise); }
.kurse__klein { font-size: 0.9375rem; color: var(--leise); margin-bottom: 28px; }

/* ---------- Werdegang ---------- */
.werdegang { margin-top: 30px; border-top: 1px solid var(--linie); border-bottom: 1px solid var(--linie); }
.werdegang summary {
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 18px 0; cursor: pointer; list-style: none;
  font-weight: 600; color: var(--tanne);
}
.werdegang summary::-webkit-details-marker { display: none; }
.werdegang summary::after { content: "+"; font: 300 1.6rem/1 var(--serif); color: var(--rose-tief); transition: transform 0.3s; }
.werdegang[open] summary::after { transform: rotate(45deg); }
.werdegang ol { list-style: none; padding: 0 0 14px; }
.werdegang li { display: grid; grid-template-columns: 100px minmax(0, 1fr); gap: 16px; padding: 8px 0; font-size: 0.9375rem; line-height: 1.5; }
.werdegang li b { font-family: var(--serif); font-weight: 500; color: var(--rose-tief); font-variant-numeric: lining-nums; }

/* ---------- Stimmen ---------- */
.stimmen { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); gap: 20px; margin-top: 52px; }
.stimme { position: relative; margin: 0; padding: 34px 34px 30px; background: var(--papier); border: 1px solid var(--linie); border-radius: var(--radius); display: flex; flex-direction: column; justify-content: space-between; }
.stimme--gross { grid-row: span 2; background: var(--hauch); border-color: transparent; padding: clamp(34px, 4.5vw, 60px); }
.stimme blockquote { margin: 0; }
.stimme blockquote::before { content: "„"; display: block; height: 0.85em; margin: -0.5em 0 0.15em; font: 400 4.5rem/1 var(--serif); color: var(--rose); }
.stimme p { margin: 0; font-family: var(--serif); font-weight: 360; font-size: 1.15rem; line-height: 1.5; color: var(--tanne); }
.stimme--gross p { font-style: italic; font-weight: 300; font-size: clamp(1.4rem, 1.1rem + 1.05vw, 2.05rem); line-height: 1.34; }
.stimme figcaption { margin-top: 22px; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--salbei-tief); }

/* ---------- Gedanken ---------- */
.gedanken { background: var(--moos); color: #E3EAE7; padding: clamp(84px, 10vw, 140px) 0; }
.gedanken__innen { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 96px); align-items: start; }
.gedanken .eyebrow { color: #F0DDDF; }
.gedanken h2 { color: #FFFFFF; font-weight: 330; }
.gedanken__text { padding-top: 34px; }
.gedanken__text p { font-size: 1.125rem; }
.gedanken .handnotiz { color: #F0DDDF; }

/* ---------- Kontakt ---------- */
.kontakt { text-align: center; }
.kontakt__innen { max-width: 780px; }
.kontakt__logo { width: min(360px, 78%); margin: 0 auto 48px; }
.kontakt h2 { margin-bottom: 22px; }
.kontakt__wege { list-style: none; padding: 0; margin: 44px auto 0; max-width: 580px; text-align: left; border-top: 1px solid var(--linie); }
.kontakt__wege li { display: grid; grid-template-columns: 96px minmax(0, 1fr) auto; align-items: center; gap: 16px; padding: 18px 4px; border-bottom: 1px solid var(--linie); }
.kontakt__art { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--salbei-tief); }
.kontakt__wert { font-family: var(--serif); font-size: 1.35rem; color: var(--tanne); overflow-wrap: anywhere; }
a.kontakt__wert:hover { color: var(--rose-tief); }
.kopieren {
  padding: 8px 14px; border: 1px solid var(--linie); border-radius: 999px; background: transparent;
  font: 500 0.8125rem/1 var(--sans); color: var(--schrift); cursor: pointer; transition: background-color 0.25s;
}
.kopieren:hover { background: var(--papier); }

/* ---------- Fußzeile ---------- */
.fuss { background: var(--tanne); color: #CFD9D5; padding: 40px 0; font-size: 0.875rem; }
.fuss__innen { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px 36px; }
.fuss p { margin: 0; }
.fuss__claim { font-family: var(--serif); font-style: italic; font-weight: 300; font-size: 1.25rem; color: var(--rose-hell); }
.fuss nav { display: flex; gap: 26px; }
.fuss a { border-bottom: 1px solid transparent; transition: border-color 0.25s, color 0.25s; }
.fuss a:hover { color: #FFFFFF; border-bottom-color: var(--rose-hell); }

/* ---------- Unterseiten (Impressum, Datenschutz, 404) ---------- */
.seite { max-width: 820px; margin: 0 auto; padding: clamp(56px, 8vw, 110px) var(--rand) clamp(80px, 10vw, 140px); }
.seite h1 { font-size: clamp(2.3rem, 1.6rem + 2.4vw, 3.6rem); margin-bottom: 36px; }
.seite h2 { font-size: clamp(1.35rem, 1.15rem + 0.7vw, 1.75rem); margin: 44px 0 14px; }
.seite h3 { font-size: 1.15rem; margin: 28px 0 10px; }
.seite ul { padding-left: 1.2em; margin-bottom: 1.1em; }
.seite a { border-bottom: 1px solid var(--rose); }
.seite a:hover { color: var(--rose-tief); }
.entwurf { background: #FFF4D6; border: 1px solid #E7C66B; border-radius: 12px; padding: 16px 20px; margin-bottom: 40px; font-size: 0.9375rem; color: #5A4610; }
.platzhalter { background: #FFF4D6; border-radius: 4px; padding: 0 4px; }

/* ==========================================================================
   Responsiv
   ========================================================================== */
@media (max-width: 1080px) {
  :root { --kopf-h: 68px; }
  .marke img { height: 32px; }
  .menue {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 10px 4px 10px 12px; border: 0; background: none; cursor: pointer;
    font: 600 0.8125rem/1 var(--sans); letter-spacing: 0.12em; text-transform: uppercase; color: var(--tanne);
  }
  .menue__linien { position: relative; width: 22px; height: 12px; }
  .menue__linien::before, .menue__linien::after {
    content: ""; position: absolute; left: 0; right: 0; height: 1.5px; background: currentColor;
    transition: transform 0.3s var(--kurve), top 0.3s var(--kurve);
  }
  .menue__linien::before { top: 0; }
  .menue__linien::after { top: 10.5px; }
  .menue[aria-expanded="true"] .menue__linien::before { top: 5px; transform: rotate(45deg); }
  .menue[aria-expanded="true"] .menue__linien::after { top: 5px; transform: rotate(-45deg); }

  .nav {
    position: fixed; inset: var(--kopf-h) 0 0 0; z-index: 49;
    flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 36px;
    padding: 44px var(--rand) 56px; overflow-y: auto;
    background: var(--tanne);
    opacity: 0; visibility: hidden; transform: translateY(-10px);
    transition: opacity 0.3s var(--kurve), transform 0.3s var(--kurve), visibility 0s linear 0.3s;
  }
  .nav[data-offen] { opacity: 1; visibility: visible; transform: none; transition: opacity 0.3s var(--kurve), transform 0.3s var(--kurve); }
  .nav ul { flex-direction: column; gap: 4px; }
  .nav ul a { font-family: var(--serif); font-size: clamp(1.9rem, 1.5rem + 2vw, 2.6rem); font-weight: 330; letter-spacing: 0; text-transform: none; color: var(--papier); padding: 4px 0; }
  .nav ul a::after { display: none; }
  .nav .knopf { padding: 15px 28px; font-size: 0.9375rem; background: var(--rose-hell); color: var(--tanne); }
  .nav__kontakt { display: block; margin: 0; color: #CFD9D5; font-size: 1rem; line-height: 2; }

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

@media (max-width: 900px) {
  .hero { grid-template-columns: minmax(0, 1fr); min-height: 0; }
  .hero__bild { max-width: 460px; width: 88%; justify-self: center; }

  .saeulen__liste { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .saeulen__liste li, .saeulen__liste li:first-child { padding: 22px 18px 20px 0; border-left: 0; border-top: 1px solid var(--linie); }
  .saeulen__liste li:nth-child(-n + 2) { border-top: 0; }
  .saeulen__liste li:last-child { grid-column: 1 / -1; }

  .zwei, .zwei--bild-rechts { grid-template-columns: minmax(0, 1fr); }
  .zwei--bild-rechts .bild { order: -1; }
  .bild--rund img { aspect-ratio: 4 / 3; }
  .bild--bogen { max-width: 420px; width: 86%; justify-self: center; }

  .atem__innen { grid-template-columns: minmax(0, 1fr); }
  .atem__buehne { max-width: 320px; }

  .gruppe { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .gruppe__kopf { position: static; }

  .kurse { grid-template-columns: minmax(0, 1fr); }
  .kurse__bild img { min-height: 0; aspect-ratio: 4 / 3; }

  .stimmen { grid-template-columns: minmax(0, 1fr); }
  .stimme--gross { grid-row: auto; }

  .gedanken__innen { grid-template-columns: minmax(0, 1fr); }
  .gedanken__text { padding-top: 0; }
}

@media (max-width: 720px) {
  .karten {
    grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 80%;
    overflow-x: auto; scroll-snap-type: x mandatory; overscroll-behavior-x: contain;
    margin-inline: calc(var(--rand) * -1); padding: 4px var(--rand) 18px; scroll-padding-inline: var(--rand);
    scrollbar-width: none;
  }
  .karten::-webkit-scrollbar { display: none; }
  .karte { scroll-snap-align: start; }
  .karte > a:hover { transform: none; }
}

@media (max-width: 560px) {
  body { font-size: 1rem; }
  .kopf__innen > .pfeil-link { display: none; }
  .marke img { height: 28px; }
  .hero__aktionen .knopf { width: 100%; }
  .hero__fakten { gap: 6px 18px; }
  .angebot summary, .angebot__zeile { column-gap: 14px; grid-template-columns: minmax(0, 1fr) auto 28px; }
  .angebot__name { font-size: 1.15rem; }
  .angebot__preis { font-size: 1.35rem; }
  .plan li { grid-template-columns: minmax(0, 1fr); grid-template-areas: "tag" "kurs" "zeit" "ort"; }
  .werdegang li { grid-template-columns: 84px minmax(0, 1fr); gap: 12px; }
  .stimme { padding: 28px 24px 24px; }
  .kontakt__wege li { grid-template-columns: minmax(0, 1fr) auto; grid-template-areas: "art knopf" "wert wert"; gap: 6px 12px; }
  .kontakt__art { grid-area: art; }
  .kontakt__wert { grid-area: wert; font-size: 1.2rem; }
  .kopieren { grid-area: knopf; }
  .fuss__innen { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
  .atem[data-phase] .spirale__linie, .atem[data-phase] .spirale__echo { stroke-dashoffset: 0 !important; }
  .atem[data-phase] .spirale__echo { opacity: 0.5 !important; }
  .atem[data-phase] .spirale { transform: none !important; }
  .atem[data-phase] .spirale__punkte { opacity: 1 !important; }
}

@media print {
  .kopf, .atem, .menue, .skip { display: none; }
  body { background: #fff; }
}
