/* =========================================================
   Ulrike Maria Ebli - Soul Frequency Healer
   Design-System  |  Frequency . Flow . Femininity
   ========================================================= */

/* ---------- 1. Schriften ---------- */
@font-face {
  font-family: "Marcellus";
  src: url("fonts/Marcellus-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway-VariableFont_wght.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway-Italic-VariableFont_wght.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

/* ---------- 2. Tokens ---------- */
:root {
  /* Markenfarben aus dem Brand Book */
  --green:      #75a746;
  --ice:        #ebf7fd;
  --teal:       #5babbf;
  --petrol:     #2e5e6b;
  --ink:        #011116;
  --logo-teal:  #185f6d;

  /* Heller Grundton aus der Markenpalette - ein zurueckgenommenes Salbeigruen.
     Beige wird nur noch fuer kleine Akzente eingesetzt, nie grossflaechig. */
  --sand:       #e6f1e2;
  --sand-2:     #d9e9d4;
  --sand-3:     #cbe0c6;
  /* Warmer Akzent, nur punktuell */
  --sand-warm:  #f2ece1;

  /* Textfarben - alle auf Kontrast geprueft */
  --text:       #14313a;
  --text-muted: #3a5760;
  --text-green: #4a7327;
  --on-dark:        #eef7fb;
  --on-dark-muted:  #b6d2db;

  /* Flaechen */
  --deep:       #123239;
  --deep-2:     #0c252b;

  /* Rhythmus */
  --wrap:       1200px;
  --wrap-narrow: 760px;
  --gutter:     clamp(1.25rem, 5vw, 3rem);
  --sec-y:      clamp(4.5rem, 11vw, 9rem);

  /* Typo-Skala */
  --fs-eyebrow: 0.75rem;
  --fs-body:    1.1875rem;
  --fs-lead:    clamp(1.25rem, 1.75vw, 1.4375rem);
  --fs-h3:      clamp(1.4rem, 2.1vw, 1.75rem);
  --fs-h2:      clamp(2.1rem, 4.4vw, 3.3rem);
  --fs-h1:      clamp(2.55rem, 5.4vw, 4.5rem);

  /* Bewegung */
  --ease:       cubic-bezier(0.22, 0.61, 0.36, 1);
  --dur:        260ms;

  /* Ebenen */
  --z-flow:     0;
  --z-content:  10;
  --z-nav:      50;
  --z-menu:     60;
}

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  overflow-x: clip;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

body {
  margin: 0;
  background: var(--sand);
  color: var(--text);
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, svg, video { display: block; max-width: 100%; }
figure, blockquote, dl, dd { margin: 0; }
img { height: auto; }

a { color: inherit; }

:focus-visible {
  outline: 2px solid var(--petrol);
  outline-offset: 3px;
}
.on-dark :focus-visible,
.s-deep :focus-visible { outline-color: var(--teal); }

::selection { background: var(--teal); color: #fff; }

.skip-link {
  position: absolute;
  left: 1rem;
  top: -100px;
  z-index: 999;
  background: var(--deep);
  color: var(--on-dark);
  padding: 0.75rem 1.25rem;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  transition: top var(--dur) var(--ease);
}
.skip-link:focus { top: 1rem; }

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

/* ---------- 4. Typografie ---------- */
h1, h2, h3, h4, .display {
  font-family: "Marcellus", Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: -0.005em;
  margin: 0;
  text-wrap: balance;
}

h1 { font-size: var(--fs-h1); line-height: 1.06; }
h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); line-height: 1.25; }

p { margin: 0 0 1.15em; max-width: 68ch; }
p strong, li strong, .lead strong { font-weight: 600; color: inherit; }
p:last-child { margin-bottom: 0; }

/* Die Eyebrow-Zeilen sind optisch entfernt - sie wirkten schematisch.
   Fuer Screenreader und Suchmaschinen bleiben sie im Dokument. */
.eyebrow {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.lead {
  font-size: var(--fs-lead);
  line-height: 1.7;
  color: var(--text-muted);
}
.s-deep .lead, .on-dark .lead { color: var(--on-dark-muted); }

.quote {
  font-family: "Marcellus", Georgia, serif;
  font-size: clamp(1.35rem, 2.8vw, 2rem);
  line-height: 1.42;
  font-style: italic;
  color: var(--petrol);
  max-width: 24ch;
  margin: 0;
}
.s-deep .quote { color: var(--ice); }

.mark-green { color: var(--text-green); }

/* ---------- 5. Layout ---------- */
.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.wrap--narrow { max-width: var(--wrap-narrow); }

.section {
  position: relative;
  padding-block: var(--sec-y);
  z-index: var(--z-content);
  background: var(--sand);
  overflow: hidden;
}
.section > .wrap { position: relative; z-index: 2; }

.s-sand  { background: var(--sand); }
.s-ice   { background: linear-gradient(180deg, #f0f8fc 0%, #e9f4fa 100%); }
.s-shell { background: linear-gradient(180deg, var(--sand-2) 0%, #eae2d6 100%); }
.s-deep  { background: var(--deep); color: var(--on-dark); }
.s-deep h1, .s-deep h2, .s-deep h3 { color: var(--ice); }

.sec-head { max-width: 62ch; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.sec-head--center { margin-inline: auto; text-align: center; }
.sec-head--center p { margin-inline: auto; }
.sec-head p { margin-top: 1.1rem; }

/* ---------- 6. Pflanzen im Hintergrund ---------- */
/* Freigestellte Pflanzen-Grafiken, die aus der Sektionskante nach oben
   wachsen. Der Grund der Dateien ist auf reines Weiss normalisiert, deshalb
   verrechnet `multiply` ihn unsichtbar mit dem Seitengrund - keine Kanten.
   Bewusst sparsam und unregelmaessig verteilt, nicht in jeder Sektion. */
.pflanze {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  user-select: none;
  mix-blend-mode: multiply;
  opacity: 0.5;
  will-change: transform;
}
.pflanze img { width: 100%; height: auto; display: block; }

/* Pflanzen, die unten aus der Sektion herausragen, brauchen eine weiche
   Maske - sonst schneidet das `overflow: hidden` sie als Kante ab. */
.pflanze--hero,
.pflanze--weg-rechts {
  -webkit-mask-image: linear-gradient(to bottom, #000 38%, transparent 76%);
          mask-image: linear-gradient(to bottom, #000 38%, transparent 76%);
}

/* Immer an der Unterkante verankert - daher die Aufwaertsbewegung. Sie duerfen
   bewusst weit in den Inhalt hineinwachsen und hinter Text stehen; die Deckkraft
   haelt sie im Hintergrund. Angeschnitten wird nur seitlich. */
.pflanze--hero       { bottom: -20%; right: 13%;  width: min(44vw, 600px); opacity: 0.34; }
.pflanze--weg-unten  { bottom: 0;    left: 6%;    width: min(46vw, 620px); opacity: 0.55; }
.pflanze--weg-rechts { bottom: -6%;  right: 30%;  width: min(30vw, 400px); opacity: 0.42; }
.pflanze--ebenen     { bottom: 0;    right: 6%;   width: min(36vw, 480px); opacity: 0.42; }
.pflanze--links      { bottom: 0;    left: 2%;    width: min(42vw, 560px); opacity: 0.44; }
.pflanze--rechts     { bottom: 0;    right: 6%;   width: min(38vw, 510px); opacity: 0.42; }
.pflanze--stimmen    { bottom: 0;    left: 5%;    width: min(32vw, 420px); opacity: 0.36; }
.pflanze--faq        { bottom: 0;    right: 5%;   width: min(40vw, 530px); opacity: 0.42; }

@media (max-width: 780px) {
  .pflanze { opacity: 0.3; }
  .pflanze--hero       { width: min(72vw, 380px); right: 2%; bottom: -16%; }
  .pflanze--weg-unten  { width: min(70vw, 360px); left: 2%; }
  .pflanze--weg-rechts { width: min(56vw, 290px); right: -8%; }
  .pflanze--ebenen     { width: min(64vw, 330px); right: -6%; }
  .pflanze--links      { width: min(74vw, 380px); left: -10%; }
  .pflanze--rechts     { width: min(62vw, 320px); right: -10%; }
  .pflanze--stimmen    { width: min(60vw, 310px); left: -8%; }
  .pflanze--faq        { width: min(70vw, 360px); right: -10%; }
}

/* Wellenbaender zwischen den Sektionen (Ref 6) */
.wave {
  position: relative;
  z-index: var(--z-content);
  display: block;
  background: var(--sand);
  width: 100%;
  height: clamp(60px, 8vw, 130px);
  margin-block: -1px;
}
.wave svg { width: 100%; height: 100%; display: block; }

/* ---------- 7. Buttons - immer eckig ---------- */
.btn {
  --btn-fg: #fff;
  --btn-bg: var(--petrol);
  --btn-bd: var(--petrol);
  --btn-fg-hover: #fff;
  --btn-bg-hover: var(--ink);
  --btn-bd-hover: var(--ink);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 52px;
  padding: 0.95rem 1.7rem;
  border: 1px solid var(--btn-bd);
  border-radius: 0;
  background-color: var(--btn-bg);
  color: var(--btn-fg);
  font-family: "Raleway", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  /* Nur ein weicher, langsamer Farbwechsel - keine Fuellbewegung. */
  transition: background-color 620ms cubic-bezier(0.32, 0.06, 0.24, 1),
              color 620ms cubic-bezier(0.32, 0.06, 0.24, 1),
              border-color 620ms cubic-bezier(0.32, 0.06, 0.24, 1);
}
.btn:hover, .btn:focus-visible {
  background-color: var(--btn-bg-hover);
  color: var(--btn-fg-hover);
  border-color: var(--btn-bd-hover);
}

.btn--ghost {
  --btn-bg: transparent;
  --btn-fg: var(--petrol);
  --btn-bd: rgba(46, 94, 107, 0.45);
  --btn-bg-hover: var(--petrol);
  --btn-fg-hover: #fff;
  --btn-bd-hover: var(--petrol);
}

.btn--light {
  --btn-bg: transparent;
  --btn-fg: var(--ice);
  --btn-bd: rgba(235, 247, 253, 0.45);
  --btn-bg-hover: var(--ice);
  --btn-fg-hover: var(--deep);
  --btn-bd-hover: var(--ice);
}

.btn--solid-light {
  --btn-bg: var(--ice);
  --btn-fg: var(--deep);
  --btn-bd: var(--ice);
  --btn-bg-hover: var(--teal);
  --btn-fg-hover: var(--deep);
  --btn-bd-hover: var(--teal);
}

.btn--sm { min-height: 44px; padding: 0.7rem 1.4rem; font-size: 0.78rem; }

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2.2rem;
}

/* Textlink mit feiner Unterstreichung */
.link-fine {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--petrol);
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.75rem 0 0.35rem;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  transition: background-size 340ms var(--ease), color var(--dur) var(--ease);
}
.link-fine:hover, .link-fine:focus-visible { background-size: 0% 1px; color: var(--ink); }
.s-deep .link-fine { color: var(--teal); }
.s-deep .link-fine:hover { color: var(--ice); }

/* ---------- 8. Icons ---------- */
/* Feine Linien, freistehend - nie in einer Box oder einem Kreis */
.icon {
  width: 54px;
  height: 54px;
  stroke: var(--petrol);
  stroke-width: 0.95;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  overflow: visible;
}
.icon--green { stroke: var(--text-green); }
.icon--light { stroke: var(--teal); }
.icon--sm { width: 26px; height: 26px; stroke-width: 1.2; }

/* ---------- 9. Navigation ---------- */
.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: var(--z-nav);
  padding-block: 1rem;
  transition: background-color 360ms var(--ease), box-shadow 360ms var(--ease),
              padding-block 360ms var(--ease);
}
.nav.is-stuck {
  background: rgba(230, 241, 226, 0.9);
  backdrop-filter: blur(14px) saturate(1.1);
  -webkit-backdrop-filter: blur(14px) saturate(1.1);
  box-shadow: 0 1px 0 rgba(46, 94, 107, 0.14);
  padding-block: 0.6rem;
}
.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.35rem 0;
  text-decoration: none;
  color: var(--petrol);
}
.brand__signet {
  width: 38px;
  height: 34px;
  flex: none;
  transition: transform 420ms var(--ease);
}
.brand:hover .brand__signet { transform: translateY(-2px); }
.brand__name {
  font-family: "Raleway", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 1.2;
}
.brand__tag {
  display: block;
  font-size: 0.62rem;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.1em;
  text-transform: none;
  color: var(--text-muted);
}

.nav__links {
  display: flex;
  align-items: center;
  gap: clamp(0.9rem, 1.9vw, 1.8rem);
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav__links a:not(.btn) {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--text);
  padding: 0.5rem 0;
  background-image: linear-gradient(var(--petrol), var(--petrol));
  background-size: 0% 1px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  transition: background-size 320ms var(--ease), color var(--dur) var(--ease);
}
.nav__links a:not(.btn):hover, .nav__links a:not(.btn):focus-visible,
.nav__links a:not(.btn)[aria-current="page"] { background-size: 100% 1px; color: var(--petrol); }

.nav__cta { margin-left: 0.4rem; flex: none; }

.nav__burger {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(46, 94, 107, 0.3);
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.nav__burger span {
  display: block;
  position: relative;
  width: 20px;
  height: 1px;
  background: var(--petrol);
  transition: background-color 200ms var(--ease);
}
.nav__burger span::before, .nav__burger span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 1px;
  background: var(--petrol);
  transition: transform 300ms var(--ease);
}
.nav__burger span::before { top: -6px; }
.nav__burger span::after  { top: 6px; }
.nav__burger[aria-expanded="true"] span { background: transparent; }
.nav__burger[aria-expanded="true"] span::before { transform: translateY(6px) rotate(45deg); }
.nav__burger[aria-expanded="true"] span::after  { transform: translateY(-6px) rotate(-45deg); }

@media (max-width: 900px) {
  .nav__burger { display: inline-flex; }
  .nav__menu {
    position: fixed;
    inset: 0;
    z-index: var(--z-menu);
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 0;
    background: var(--deep);
    opacity: 0;
    visibility: hidden;
    transition: opacity 320ms var(--ease), visibility 0s linear 320ms;
  }
  .nav__menu.is-open {
    opacity: 1;
    visibility: visible;
    transition: opacity 320ms var(--ease), visibility 0s linear 0s;
  }
  .nav__links {
    flex-direction: column;
    gap: 0.4rem;
    text-align: center;
  }
  .nav__links a:not(.btn) {
    display: block;
    padding: 0.7rem 1rem;
    font-size: 1rem;
    letter-spacing: 0.18em;
    color: var(--ice);
    background-image: linear-gradient(var(--teal), var(--teal));
  }
  .nav__cta { margin: 1.4rem 0 0; }
}

/* ---------- 10. Hero ---------- */
.hero {
  position: relative;
  padding-block: clamp(7.5rem, 14vw, 10.5rem) clamp(3.5rem, 7vw, 6rem);
  background: var(--sand);
  overflow: hidden;
}
.hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  /* Goldener Schnitt: Bild 38,2 % - Text 61,8 %. */
  grid-template-columns: minmax(0, 0.618fr) minmax(0, 1fr);
  gap: clamp(2.5rem, 5.5vw, 5rem);
  align-items: center;
}

@media (min-width: 861px) {
  /* Hochformat im Goldenen Schnitt. Spezifitaet muss ueber `.figure-offset img`
     liegen, sonst greift dort weiter 4/5. */
  .hero__figure.figure-offset img { aspect-ratio: 1 / 1.5; object-position: 56% 14%; }
  /* Farbflaeche in die linke untere Ecke, nach links und unten versetzt.
     Ihre Breite folgt wieder dem Goldenen Schnitt (endet bei 61,8 %). */
  .hero__figure.figure-offset::before,
  .hero__figure .figure-offset__deko { inset: auto 38.2% -11% -17%; aspect-ratio: 1 / 1.777; }
  /* Text sitzt bewusst etwas tiefer als das Bild - das nimmt der
     Zweiteilung die Symmetrie. */
  .hero__text { padding-top: clamp(1rem, 3.5vw, 3rem); }
}
.hero h1 { margin-bottom: 1.6rem; letter-spacing: -0.015em; }
.hero h1 em { display: block; }
.hero h1 em {
  font-style: italic;
  color: var(--petrol);
}
.hero__lead { max-width: 40ch; }

/* Portraet mit bewusst unsymmetrischer Farbflaeche dahinter (Ref 2) */
.figure-offset {
  position: relative;
  isolation: isolate;
}
.figure-offset::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: auto -8% -7% 22%;
  aspect-ratio: 1 / 1.22;
  background: var(--sand-3);
}
.figure-offset--teal::before { background: rgba(91, 171, 191, 0.32); }

/* Botanik-Grafik in der versetzten Farbflaeche - liegt deckungsgleich auf
   `::before` und ist mit halber Deckkraft eingeblendet. */
.figure-offset__deko {
  position: absolute;
  z-index: -1;
  display: block;
  overflow: hidden;
  pointer-events: none;
}
.figure-offset__deko img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 34% 42%;
  opacity: 0.3;
  transform: rotate(180deg);
}
.figure-offset--green::before { background: rgba(117, 167, 70, 0.24); }
.figure-offset--left::before { inset: -7% 22% auto -8%; }
.figure-offset img {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 22%;
}
@media (max-width: 900px) {
  .figure-offset::before { inset: auto 0 -5% 18%; }
  .figure-offset--left::before { inset: -5% 18% auto 0; }
}
.figure-offset figcaption {
  margin-top: 0.9rem;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: var(--text-muted);
}


@media (max-width: 860px) {
  .hero__grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero__figure { order: -1; max-width: 520px; margin-inline: auto; width: 100%; }
  .hero__figure.figure-offset img { aspect-ratio: 4 / 5; }
  /* Farbflaeche auch mobil links unten */
  .hero__figure.figure-offset::before,
  .hero__figure .figure-offset__deko { inset: auto 32% -5% -5%; aspect-ratio: 1 / 1.777; }
}

/* ---------- 11. Split (Text + Bild) ---------- */
.split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2.5rem, 6vw, 5.5rem);
  align-items: center;
}
.split--wide-text { grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr); }
.split--flip .split__media { order: -1; }
@media (max-width: 860px) {
  .split, .split--wide-text { grid-template-columns: 1fr; gap: 2.75rem; }
  .split--flip .split__media { order: 0; }
}

/* ---------- 12. Drei Ebenen (Flow . Frequencies . Femininity) ---------- */
.pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(2rem, 4vw, 3.5rem);
}
.pillar__icon { margin-bottom: 1.5rem; }
.pillar h3 { margin-bottom: 0.3rem; }
@media (min-width: 781px) { .pillar h3 { min-height: 2.5em; } }
.pillar__sub {
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-green);
  margin-bottom: 0.9rem;
}
.pillar p { font-size: 1.1rem; color: var(--text-muted); }
@media (max-width: 780px) {
  .pillars { grid-template-columns: 1fr; gap: 2.5rem; }
}

/* ---------- 13. Angebote - mittlere Karte hervorgehoben (Ref 4) ---------- */
.offers {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.24fr) minmax(0, 1fr);
  gap: clamp(1.25rem, 2.6vw, 2.25rem);
  align-items: stretch;
}

/* Treppe: Karte 1 oben, Karte 2 tiefer, Karte 3 am tiefsten.
   Karte 2 greift zusaetzlich seitlich in Karte 1 hinein. */
@media (min-width: 981px) {
  .offers {
    align-items: start;
    column-gap: clamp(1rem, 1.8vw, 1.5rem);
  }
  .offers > :nth-child(1) { margin-top: 0; z-index: 1; }
  .offers > :nth-child(2) { margin-top: clamp(3rem, 5vw, 4.5rem); margin-left: clamp(-3.5rem, -3vw, -2rem); z-index: 3; }
  .offers > :nth-child(3) { margin-top: clamp(6rem, 10vw, 9rem); z-index: 2; }
}

.offer {
  position: relative;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(46, 94, 107, 0.16);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: transform 420ms var(--ease), box-shadow 420ms var(--ease),
              border-color 420ms var(--ease);
}
.offer:hover {
  border-color: rgba(46, 94, 107, 0.38);
  box-shadow: 0 22px 50px -30px rgba(18, 50, 57, 0.55);
}
.offer__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--sand-2);
}
.offer__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 900ms var(--ease);
}
.offer:hover .offer__media img { transform: scale(1.045); }

/* Motive, bei denen nichts angeschnitten werden darf - das Bild wird
   vollstaendig eingepasst, der Rest bleibt ruhige Flaeche.
   Muss NACH `.offer__media img` stehen: gleiche Spezifitaet. */
.offer__media--ganz { aspect-ratio: 16 / 10; background: #e7f0f5; }
.offer__media--ganz img { object-fit: contain; }
.offer:hover .offer__media--ganz img { transform: none; }
.offer__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: clamp(1.6rem, 2.6vw, 2.25rem);
}
.offer__icon { margin-bottom: 1.1rem; }
.offer__kicker {
  display: block;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-green);
  margin-bottom: 0.55rem;
}
.offer h3 { margin-bottom: 0.85rem; }
.offer p { font-size: 1.1rem; color: var(--text-muted); }
.offer__meta {
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
  font-size: 1rem;
  color: var(--text-muted);
}
.offer__meta li {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 0.7rem;
  align-items: start;
  line-height: 1.55;
}
.offer__meta svg { width: 16px; height: 16px; margin-top: 0.42em; stroke: var(--teal); stroke-width: 1.4; fill: none; }
.offer__foot { margin-top: auto; padding-top: 1.9rem; }

/* Hauptangebot: groesser, dunkler, edler */
.offer--main {
  background: linear-gradient(168deg, var(--deep) 0%, #0d2a31 100%);
  border-color: rgba(91, 171, 191, 0.4);
  color: var(--on-dark);
  box-shadow: 0 34px 70px -40px rgba(1, 17, 22, 0.75);
}
.offer--main:hover { border-color: rgba(91, 171, 191, 0.7); }
.offer--main h3 { color: var(--ice); font-size: clamp(1.5rem, 2.4vw, 1.95rem); }
.offer--main p { color: var(--on-dark-muted); }
.offer--main .offer__kicker { color: var(--teal); }
.offer--main .offer__meta { color: var(--on-dark-muted); }
.offer--main .offer__body { padding: clamp(1.9rem, 3vw, 2.75rem); }
.offer--main .offer__media { aspect-ratio: 1 / 1; }
.offer--main .offer__media img { object-position: 50% 24%; }
.offer__flag {
  position: absolute;
  top: 0; right: 0;
  z-index: 3;
  padding: 0.55rem 1.05rem;
  background: #4a7327;
  color: #fff;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .offers { grid-template-columns: 1fr; gap: 2rem; }
}

/* ---------- 14. Was sich aendert (Ohne / Mit) ---------- */
.change {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.5rem, 3vw, 2.75rem);
}
.change__col {
  border: 1px solid rgba(235, 247, 253, 0.16);
  padding: clamp(1.6rem, 3vw, 2.4rem);
}
/* Die beiden Spalten sind bewusst farblich getrennt: der Ist-Zustand kuehl
   blau, der Wunsch-Zustand gruen. Das macht den Unterschied auf einen Blick
   lesbar. */
.change__col--now {
  background: rgba(91, 171, 191, 0.13);
  border-color: rgba(91, 171, 191, 0.34);
}
.change__col--after {
  background: rgba(126, 176, 78, 0.19);
  border-color: rgba(150, 199, 104, 0.52);
}
.change__head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.6rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid rgba(235, 247, 253, 0.14);
  font-family: "Raleway", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--on-dark-muted);
}
.change__col--now .change__head { color: #93cfdd; }
.change__col--after .change__head { color: #b3d98c; }
.change ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 1rem; }
.change li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 0.85rem;
  align-items: start;
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--on-dark-muted);
}
.change__col--after li { color: var(--on-dark); }
.change__col--after strong { font-weight: 600; color: #dff0c8; }
.change li svg { width: 18px; height: 18px; margin-top: 0.4em; fill: none; stroke-width: 1.3; }
.change li > span { display: block; }
.change__col--now li svg  { stroke: #93cfdd; }
.change__col--after li svg { stroke: #b3d98c; }
@media (max-width: 760px) {
  .change { grid-template-columns: 1fr; }
}

/* ---------- 15. Ist das fuer dich? ---------- */
.checklist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.4rem clamp(1.5rem, 4vw, 3.5rem);
}
.checklist li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 0.9rem;
  align-items: start;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(46, 94, 107, 0.14);
  font-size: 1.12rem;
  line-height: 1.55;
}
.checklist svg { width: 22px; height: 22px; margin-top: 0.3em; stroke: var(--green); stroke-width: 1.3; fill: none; }
@media (max-width: 760px) {
  .checklist { grid-template-columns: 1fr; }
}

/* ---------- 16. Ueber mich ---------- */
/* Aktuell ohne Markup - die Kennzahlen im Ueber-mich-Abschnitt sind bewusst
   entfernt. Regeln bleiben stehen, falls sie in anderer Form zurueckkommen. */
.about__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 3vw, 2.25rem);
  margin-top: 2.4rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(235, 247, 253, 0.16);
}
@media (max-width: 520px) { /* Aktuell ohne Markup - die Kennzahlen im Ueber-mich-Abschnitt sind bewusst
   entfernt. Regeln bleiben stehen, falls sie in anderer Form zurueckkommen. */
.about__stats { grid-template-columns: 1fr; gap: 1.1rem; } }
.about__stat b {
  display: block;
  font-family: "Marcellus", Georgia, serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 400;
  line-height: 1.1;
  color: var(--ice);
}
.about__stat span {
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  color: var(--on-dark-muted);
}

/* ---------- 17. Stimmen ---------- */
.voices {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(1.25rem, 2.4vw, 2rem);
}
.voice {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 320px;
  max-width: 380px;
  padding: clamp(1.5rem, 2.6vw, 2.1rem);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(46, 94, 107, 0.16);
}
.voice__mark {
  width: 28px;
  height: 28px;
  stroke: none;
  fill: var(--teal);
  opacity: 0.55;
  margin-bottom: 1rem;
}
.voice__titel {
  font-size: 1.3rem;
  line-height: 1.3;
  color: var(--petrol);
  margin-bottom: 0.9rem;
}
.voice blockquote { margin: 0; }
.voice blockquote p {
  font-size: 1.08rem;
  line-height: 1.66;
  color: var(--text);
  margin-bottom: 0.85em;
}
.voice blockquote p:last-child { margin-bottom: 0; }
.voice blockquote strong { font-weight: 600; color: var(--text); }

.voice__person {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: auto;
  padding-top: 1.5rem;
}
.voice__person picture { display: contents; }
.voice__foto,
.voice__initial,
.voice__blatt {
  flex: none;
  width: 64px;
  height: 64px;
  object-fit: cover;
}
.voice__initial,
.voice__blatt {
  display: grid;
  place-items: center;
  background: rgba(91, 171, 191, 0.18);
  color: var(--petrol);
  font-family: "Marcellus", Georgia, serif;
  font-size: 1.4rem;
  line-height: 1;
}
.voice__blatt svg {
  width: 30px;
  height: 30px;
  stroke: var(--text-green);
  stroke-width: 1.1;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
.voice__blatt { background: rgba(117, 167, 70, 0.16); }
.voice__welle { background: rgba(91, 171, 191, 0.16); }
.voice__welle svg { stroke: var(--petrol); }

.voice__wer {
  font-size: 0.92rem;
  line-height: 1.45;
  color: var(--text-muted);
}
.voice__wer b {
  display: block;
  font-weight: 600;
  font-size: 0.76rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--petrol);
  margin-bottom: 0.15rem;
}

@media (max-width: 700px) {
  .voice { flex: 1 1 100%; max-width: none; }
}

/* ---------- 18. FAQ ---------- */
.faq { display: grid; gap: 0; max-width: 860px; margin-inline: auto; }
.faq details {
  border-bottom: 1px solid rgba(46, 94, 107, 0.18);
}
.faq details:first-of-type { border-top: 1px solid rgba(46, 94, 107, 0.18); }
.faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 56px;
  padding: 1.3rem 0;
  cursor: pointer;
  list-style: none;
  font-family: "Marcellus", Georgia, serif;
  font-size: clamp(1.15rem, 1.8vw, 1.35rem);
  line-height: 1.35;
  color: var(--text);
  transition: color var(--dur) var(--ease);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--petrol); }
.faq summary::after {
  content: "";
  flex: none;
  width: 13px; height: 13px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg) translate(-3px, -3px);
  transition: transform 320ms var(--ease);
}
.faq details[open] summary::after { transform: rotate(-135deg) translate(-3px, -3px); }
.faq__a { padding: 0 0 1.6rem; max-width: 74ch; }
.faq__a p { color: var(--text-muted); }

/* ---------- 19. Kontakt ---------- */
.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: start;
}
@media (max-width: 860px) { .contact { grid-template-columns: 1fr; } }

.contact__list { margin: 2rem 0 0; padding: 0; list-style: none; display: grid; gap: 1.2rem; }
.contact__list li { display: grid; grid-template-columns: 22px 1fr; gap: 0.9rem; align-items: start; }
.contact__list svg { width: 22px; height: 22px; margin-top: 0.28em; stroke: var(--teal); stroke-width: 1.2; fill: none; }
.contact__list a {
  display: inline-block;
  padding: 0.35rem 0;
  color: var(--ice);
  text-decoration: none;
  border-bottom: 1px solid rgba(91, 171, 191, 0.5);
}
.contact__list a:hover { border-color: var(--ice); }

.form { display: grid; gap: 1.15rem; }
.form > .btn { justify-self: start; }
@media (max-width: 520px) { .form > .btn { justify-self: stretch; } }
.form__row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.15rem; }
@media (max-width: 620px) { .form__row { grid-template-columns: 1fr; } }
.field { display: grid; gap: 0.45rem; }
.field label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--on-dark-muted);
}
.field input, .field textarea, .field select {
  width: 100%;
  min-height: 52px;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(235, 247, 253, 0.22);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.05);
  color: var(--on-dark);
  font-family: inherit;
  font-size: 1rem;
  transition: border-color var(--dur) var(--ease), background-color var(--dur) var(--ease);
}
.field textarea { min-height: 140px; resize: vertical; line-height: 1.6; }
.field input::placeholder, .field textarea::placeholder { color: rgba(182, 210, 219, 0.55); }
.field input:focus, .field textarea:focus, .field select:focus {
  border-color: var(--teal);
  background: rgba(255, 255, 255, 0.09);
  outline: none;
}
.field select {
  appearance: none;
  padding-right: 3rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235babbf' stroke-width='1.4'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 18px 18px;
  cursor: pointer;
}
.field select option { color: #14313a; }

.consent {
  display: grid;
  grid-template-columns: 24px 1fr;
  cursor: pointer;
  gap: 0.8rem;
  align-items: start;
  font-size: 0.94rem;
  line-height: 1.6;
  color: var(--on-dark-muted);
}
.consent input {
  width: 24px; height: 24px;
  min-height: 0;
  margin: 0.25em 0 0;
  accent-color: var(--teal);
  padding: 0;
}
.consent a { color: var(--teal); }

.form__note {
  font-size: 0.82rem;
  color: var(--on-dark-muted);
  margin: 0;
}
.form__status {
  font-size: 0.9rem;
  padding: 0.9rem 1.1rem;
  border: 1px solid var(--teal);
  background: rgba(91, 171, 191, 0.12);
  color: var(--ice);
}

/* ---------- 20. Vollflaechiges Bild mit Textauflage (Ref 2) ---------- */
.banner {
  position: relative;
  isolation: isolate;
  padding-block: clamp(5rem, 12vw, 9rem);
  color: var(--on-dark);
  overflow: hidden;
}
.banner__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.banner__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.banner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg,
    #0c252b 0%,
    rgba(12, 37, 43, 0.62) 18%,
    rgba(18, 50, 57, 0.5) 50%,
    rgba(12, 37, 43, 0.66) 84%,
    #0c252b 100%);
}
.banner h2, .banner .quote { color: var(--ice); }
/* Lesbares dunkles Panel ueber dem Foto - das Bild bleibt sichtbar,
   der Text steht aber nie direkt auf dem Motiv. */
.banner__panel {
  max-width: 1000px;
  margin-inline: auto;
  padding: clamp(2rem, 4.5vw, 3.5rem) clamp(1.5rem, 4vw, 3.5rem);
  background: rgba(9, 32, 38, 0.86);
  backdrop-filter: blur(10px) saturate(1.05);
  -webkit-backdrop-filter: blur(10px) saturate(1.05);
  border: 1px solid rgba(91, 171, 191, 0.28);
  text-align: center;
}
.banner__panel h2 { margin-bottom: 1.1rem; }
.banner__panel .lead { max-width: 52ch; margin-inline: auto; color: var(--on-dark-muted); }

.banner__themen {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.4rem clamp(1.5rem, 4vw, 3rem);
  margin: clamp(1.8rem, 4vw, 2.6rem) 0 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.banner__themen li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 0.8rem;
  align-items: start;
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(235, 247, 253, 0.14);
  font-size: 1.12rem;
  line-height: 1.5;
  color: var(--on-dark);
}
.banner__themen svg {
  width: 20px;
  height: 20px;
  margin-top: 0.28em;
  stroke: var(--teal);
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
.banner__themen li:nth-last-child(-n+2) { border-bottom: 0; }
@media (max-width: 700px) {
  .banner__themen { grid-template-columns: 1fr; }
  .banner__themen li:nth-last-child(-n+2) { border-bottom: 1px solid rgba(235, 247, 253, 0.14); }
  .banner__themen li:last-child { border-bottom: 0; }
}
.banner__panel .btn-row { margin-top: 2.2rem; }

/* ---------- 21. Footer ---------- */
.footer {
  position: relative;
  z-index: var(--z-content);
  background: var(--ink);
  color: var(--on-dark-muted);
  padding-block: clamp(3.5rem, 7vw, 5.5rem) 2rem;
  font-size: 1rem;
}
.footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 5vw, 4rem);
}
@media (max-width: 780px) { .footer__grid { grid-template-columns: 1fr; gap: 2.5rem; } }

.footer__lockup {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  color: var(--ice);
  margin-bottom: 1.4rem;
}
.footer__lockup svg { width: 54px; height: 48px; flex: none; }
.footer__lockup b {
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  line-height: 1.3;
}
.footer__lockup i {
  display: block;
  font-size: 0.74rem;
  font-style: italic;
  letter-spacing: 0.08em;
  color: var(--teal);
}
.footer p { color: var(--on-dark-muted); max-width: 40ch; }

.footer h4 {
  font-family: "Raleway", sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--teal);
  margin: 0 0 1.1rem;
}
.footer ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 0.35rem; }
.footer li { line-height: 1.5; }
.footer a { text-decoration: none; color: var(--on-dark-muted); transition: color var(--dur) var(--ease); }
.footer ul a { display: inline-block; padding: 0.5rem 0; }
.footer a:hover, .footer a:focus-visible { color: var(--ice); }

.footer__social { display: flex; gap: 0.75rem; margin-top: 1.6rem; }
.footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  border: 1px solid rgba(235, 247, 253, 0.2);
  transition: border-color var(--dur) var(--ease), background-color var(--dur) var(--ease);
}
.footer__social a:hover { border-color: var(--teal); background: rgba(91, 171, 191, 0.14); }
.footer__social svg { width: 19px; height: 19px; stroke: currentColor; stroke-width: 1.3; fill: none; }

.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: clamp(2.5rem, 5vw, 4rem);
  padding-top: 1.6rem;
  border-top: 1px solid rgba(235, 247, 253, 0.12);
  font-size: 0.8rem;
}
.footer__bottom nav { display: flex; flex-wrap: wrap; gap: 1.4rem; }
.footer__credit {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: rgba(182, 210, 219, 0.72);
}
.footer__rose {
  width: 22px;
  height: 22px;
  flex: none;
  stroke: currentColor;
  stroke-width: 1.15;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
.footer__bottom nav a { display: inline-block; padding: 0.5rem 0; }

/* ---------- 22. Rechtstexte / Unterseiten ---------- */
.page-head {
  padding-block: clamp(8rem, 15vw, 11rem) clamp(2rem, 5vw, 3.5rem);
  position: relative;
  background: var(--sand);
  overflow: hidden;
}
.prose { max-width: 74ch; }
.prose h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); margin-top: 2.8rem; margin-bottom: 0.9rem; }
.prose h3 { font-size: 1.2rem; margin-top: 2rem; margin-bottom: 0.6rem; }
.prose h2:first-child, .prose h3:first-child { margin-top: 0; }
.prose ul, .prose ol { padding-left: 1.3rem; margin: 0 0 1.15em; }
.prose li { margin-bottom: 0.45rem; }
.prose a { color: var(--petrol); }
.s-deep .prose a, .s-deep a:not(.btn) { color: var(--teal); }
.prose address { font-style: normal; margin-bottom: 1.15em; }

/* ---------- 22b. Ueber-mich: Bildakzente und Zweispaltigkeit ---------- */
/* Kleine Bilder als Akzente, nie dominant. Sie sitzen im Textfluss und
   bringen Rhythmus in lange Abschnitte. */

/* Zwei Textspalten nebeneinander (dunkler Abschnitt) */
.zwei-spalten {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2.5rem, 5vw, 4.5rem);
  align-items: start;
}
.zwei-spalten .prose { max-width: none; }
.zwei-spalten h2 { margin-top: 0; }
@media (max-width: 860px) { .zwei-spalten { grid-template-columns: 1fr; gap: 3rem; } }

/* Bild, das im Text schwebt und vom Text umflossen wird */
.schwebend {
  width: 44%;
  max-width: 260px;
  margin: 0.35rem 0 1rem;
}
.schwebend--rechts { float: right; margin-left: 1.6rem; }
.schwebend--links  { float: left;  margin-right: 1.6rem; }
.schwebend img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; }
.schwebend--links img { aspect-ratio: 1 / 1; }
.schwebend figcaption {
  margin-top: 0.55rem;
  font-size: 0.8rem;
  font-style: italic;
  line-height: 1.4;
  color: var(--on-dark-muted);
}
.prose::after { content: ""; display: table; clear: both; }
@media (max-width: 520px) {
  .schwebend, .schwebend--rechts, .schwebend--links { float: none; width: 70%; max-width: 280px; margin: 0.5rem 0 1.4rem; }
}

/* Einzelner Bildakzent neben einem Textblock */
.akzent { max-width: 320px; }
.akzent--tief { align-self: end; margin-top: clamp(2rem, 6vw, 5rem); }
.akzent img { aspect-ratio: 3 / 4; object-position: center; }
.akzent figcaption {
  margin-top: 0.7rem;
  font-size: 0.82rem;
  font-style: italic;
  color: var(--text-muted);
}
@media (max-width: 860px) {
  .akzent { max-width: 260px; margin-top: 0; }
}

/* Collage: ein grosses Bild, ein kleines, das in die Ecke greift */
.collage {
  position: relative;
  padding-bottom: 14%;
  padding-right: 14%;
}
.collage__gross { margin: 0; }
.collage__gross img { aspect-ratio: 4 / 5; }
.collage__klein {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 44%;
  margin: 0;
  border: 6px solid var(--sand);
  box-shadow: 0 18px 40px -24px rgba(18, 50, 57, 0.5);
}
.collage__klein img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; }

/* Praxis: zwei hochformatige Bilder, bewusst versetzt */
.praxis {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.8rem, 1.6vw, 1.2rem);
  align-items: start;
  padding-top: clamp(1rem, 3vw, 2.5rem);
}
.praxis__bild { margin: 0; }
.praxis__bild img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; }
.praxis__bild--tief { margin-top: clamp(2rem, 5vw, 4rem); }
.praxis__text {
  grid-column: 1 / -1;
  font-size: 0.82rem;
  font-style: italic;
  color: var(--text-muted);
}

/* Ueber-mich-Seitenkopf: Name gross, Claim kursiv, Bilder als Collage */
.page-head--ueber {
  padding-block: clamp(7rem, 13vw, 9.5rem) clamp(2.5rem, 5vw, 4rem);
}
.kopf {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: center;
}
.kopf__name {
  font-size: clamp(2.6rem, 5.6vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: -0.015em;
  margin-bottom: 0.7rem;
}
.kopf__claim {
  font-family: "Marcellus", Georgia, serif;
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  line-height: 1.2;
  color: var(--petrol);
  margin: 0 0 1rem;
  max-width: none;
}
.kopf__claim em { font-style: italic; }
.kopf__rolle {
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  color: var(--text-muted);
  margin: 0 0 1.6rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(46, 94, 107, 0.2);
  max-width: 44ch;
}
.kopf__text .lead { max-width: 48ch; }
.kopf__wende { margin-top: 1.2rem; color: var(--petrol); }
.kopf__wende em { font-family: "Marcellus", Georgia, serif; font-size: 1.15em; }

/* Collage-Variante: das kleine Bild greift unten links hinein */
.collage--links { padding-right: 0; padding-left: 16%; padding-bottom: 16%; }
.collage--links .collage__klein { right: auto; left: 0; width: 54%; }
.collage--links .collage__klein img { aspect-ratio: 4 / 3; object-position: 50% 30%; }
.collage--links .collage__gross img { aspect-ratio: 4 / 5; object-position: 50% 28%; }

@media (max-width: 860px) {
  .kopf { grid-template-columns: 1fr; gap: 2.5rem; }
  .collage--links { order: -1; max-width: 480px; }
}

/* Heller Banner: Wiese schimmert in der Mitte durch, laeuft oben und unten
   in den Seitengrund - so braucht es keine Kante zur Nachbarsektion. */
.banner--hell { color: var(--text); }
.banner--hell::after {
  background: linear-gradient(180deg,
    var(--sand) 0%,
    rgba(230, 241, 226, 0.42) 22%,
    rgba(230, 241, 226, 0.38) 60%,
    var(--sand) 100%);
}
.banner--hell .banner__bg img { object-position: center 60%; }
.banner__panel--hell {
  max-width: 860px;
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(46, 94, 107, 0.16);
  text-align: left;
}
.banner__panel--hell h2 { color: var(--text); margin-bottom: 1.2rem; }
.banner__panel--hell p { color: var(--text); max-width: 68ch; }
.banner__panel--hell .quote { color: var(--petrol); margin-top: 1.6rem; max-width: 30ch; }

/* ---------- 23. Scroll-Reveal ---------- */
.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 900ms var(--ease), transform 900ms var(--ease);
  transition-delay: var(--reveal-delay, 0ms);
}
.reveal.is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .pflanze { transform: none !important; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ---------- 24. Feinschliff ---------- */
/* Feines Dreieck ueber einer Ueberschrift - nach oben gerichtet,
   passend zu den wachsenden Formen aus dem Icon-Briefing. */
.mark-dreieck {
  display: block;
  width: clamp(46px, 4.8vw, 60px);
  height: auto;
  margin: 0 auto clamp(1.2rem, 2.4vw, 1.8rem);
  stroke: var(--petrol);
  stroke-width: 1.1;
  stroke-linejoin: round;
  fill: none;
  overflow: visible;
}
.s-deep .mark-dreieck { stroke: var(--teal); }

.divider-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  margin-block: clamp(2rem, 5vw, 3.5rem);
  color: var(--teal);
}
.divider-mark::before, .divider-mark::after {
  content: "";
  height: 1px;
  width: min(120px, 18vw);
  background: currentColor;
  opacity: 0.4;
}
.divider-mark svg { width: 26px; height: 26px; stroke: currentColor; stroke-width: 1.1; fill: none; }

.mt-0 { margin-top: 0; }
.text-center { text-align: center; }

@media print {
  .nav, .footer__social, .btn, .pflanze, .wave { display: none !important; }
  body { background: #fff; color: #000; }
}
