/* =============================================================================
   Heilbegleitung Christiane Wenzel
   -----------------------------------------------------------------------------
   Farben kommen ausschliesslich aus Christianes Farbpalette:
     Salbeigruen #A8B8A2 · Sage hell #C8D3C1 · Gold #C8A46A
     Cremeweiss  #FCFBF8 · Hellgrau  #D9D9D9

   Keine dieser fuenf Farben kann Text auf Cremeweiss tragen - Gold kommt auf
   2,26:1, Salbeigruen auf 2,02:1. Sie sind FLAECHEN- und GRAFIKFARBEN.
   Fuer Text gibt es abgeleitete Toene (--ink, --gold-deep), die aus derselben
   Farbfamilie stammen, aber die 4,5:1 aus WCAG AA erreichen.
   ============================================================================= */

/* --- Schriften ------------------------------------------------------------- */

@font-face {
  font-family: 'Fraunces';
  src: url('../fonts/fraunces-var.woff2') format('woff2-variations');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+20AC, U+2122, U+2212;
}
@font-face {
  font-family: 'Karla';
  src: url('../fonts/karla-var.woff2') format('woff2-variations');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+20AC, U+2122, U+2212;
}
@font-face {
  font-family: 'Karla';
  src: url('../fonts/karla-var-ext.woff2') format('woff2-variations');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+1E00-1E9F, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Karla';
  src: url('../fonts/karla-var-i.woff2') format('woff2-variations');
  font-weight: 300 600;
  font-style: italic;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+20AC, U+2122, U+2212;
}

/* --- Token ----------------------------------------------------------------- */

:root {
  /* Grundflaechen */
  --paper:        #FCFBF8;   /* Cremeweiss, Markenfarbe                       */
  --paper-2:      #F1F4EE;   /* sage-getoente Zwischenflaeche                 */
  --paper-3:      #FFFFFF;   /* erhobene Karte                                */

  /* Tinte - abgeleitet, nicht aus der Palette, weil die Palette keinen
     textfaehigen dunklen Ton enthaelt. Beide Toene sind gruenstichig, damit
     sie zur Marke gehoeren und nicht wie neutrales Schwarz wirken.           */
  --ink:          #28332C;   /* 12,68:1 auf Cremeweiss                        */
  --ink-soft:     #46564A;   /*  7,54:1                                       */
  --headline:     #2E3B33;   /* 11,34:1                                       */

  /* Markenflaechen */
  --brand:        #A8B8A2;   /* Salbeigruen - Flaeche, nie Text auf hell      */
  --brand-soft:   #C8D3C1;   /* Sage hell                                     */
  --on-brand:     #28332C;   /*  6,28:1 auf Salbeigruen                       */

  --gold:         #C8A46A;   /* Gold - Flaeche, Linien, Grafik                */
  --gold-deep:    #8A6A32;   /*  4,85:1 - dasselbe Gold als TEXT              */
  --gold-large:   #A8813F;   /*  3,45:1 - nur fuer grosse Schrift ab 24px     */
  --on-gold:      #28332C;   /*  5,61:1 auf Gold                              */

  --surface-dark: #222B26;   /* dunkles Band                                  */
  --on-dark:      #FCFBF8;   /* 14,08:1                                       */
  --gold-dark:    #D9B87E;   /*  Gold als TEXT auf dunklem Grund. Aufgehellt,
                                 weil das Zitatband ein Lichtbild darunter
                                 hat: das reine #C8A46A faellt an der hellsten
                                 Stelle auf 3,81:1. Dieser Ton haelt dort
                                 4,71:1 und auf dem reinen Band 8,0:1.        */

  --line:         #D9D9D9;   /* Hellgrau aus der Palette                      */
  --line-soft:    #E4E8E0;   /* auf getoenter Flaeche                         */

  /* SAGE-FLAECHEN - ein Satz fuer alle Bauteile, die auf Sage hell liegen
     (Abschlussband, hervorgehobenes Angebot). Der Grund: --gold-deep haelt
     auf Cremeweiss 4,85:1, auf Sage hell nur 3,23:1, und im Dunkelmodus
     kippt --brand-soft auf einen Mittelton, auf dem weder helle noch dunkle
     Schrift sicher steht. Beides ist dreimal aufgetreten, bevor daraus EIN
     Tokensatz wurde. Wer eine neue Sage-Flaeche baut, nimmt diese Token -
     nie --brand-soft direkt.                                                */
  --sage-bg:       #C8D3C1;
  --sage-ink:      #28332C;              /*  8,46:1 auf --sage-bg            */
  --sage-ink-soft: #46564A;              /*  5,03:1                          */
  --sage-gold:     #6B5227;              /*  4,73:1                          */
  --sage-line:     rgba(40, 51, 44, .16);
  --sage-schein:   rgba(252, 251, 248, .55);

  /* Form */
  --r:      18px;
  --r-sm:   10px;
  --r-pill: 999px;
  --r-btn:  26px 0;                  /* Blattform, klein - Knoepfe            */
  --leaf:   140px 20px 140px 20px;   /* Blattform, gross - Bilder             */
  --bogen:  999px 999px 24px 24px;   /* Bogenmaske - Hero-Portrait            */
  --shadow: 0 2px 44px rgba(40, 51, 44, .09);

  /* Raster */
  --wrap:   1240px;
  --wrap-n: 760px;              /* schmales Textmass                          */
  --gut:    clamp(1.25rem, 4vw, 3rem);

  /* Schrift */
  --display: 'Fraunces', 'Iowan Old Style', Georgia, serif;
  --sans:    'Karla', system-ui, -apple-system, 'Segoe UI', sans-serif;

  /* Atem. Ein Zyklus = einatmen + ausatmen. 11s entspricht rund 5,5 Atem-
     zuegen pro Minute - der Rhythmus, der als beruhigend gilt. Alles auf
     dieser Seite, was sich langsam bewegt, laeuft auf diesem Takt.           */
  --atem: 11s;

  /* Hoehe der Kopfzeile. Steht als Token, weil der Hero sie negativ
     ausgleicht und das Mobilmenue darunter aufklappt.                        */
  --kopf-h: 76px;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --paper:        #1B221D;
    --paper-2:      #222A24;
    --paper-3:      #262F28;
    --ink:          #E7EDE6;   /* 13,3:1 */
    --ink-soft:     #B6C2B4;   /*  7,6:1 */
    --headline:     #EFF3ED;
    --brand:        #A8B8A2;   /* Identitaetsfarbe bleibt unveraendert */
    --brand-soft:   #6E8172;
    --on-brand:     #1B221D;
    --gold:         #C8A46A;
    --gold-deep:    #D9B87E;   /*  8,0:1 auf dunklem Grund */
    --gold-large:   #D9B87E;
    --on-gold:      #1B221D;
    --surface-dark: #141A16;
    --on-dark:      #E7EDE6;
    --gold-dark:    #D9B87E;
    --line:         #38443A;
    --line-soft:    #38443A;

    /* Eigener Grund statt des Mitteltons, auf dem nichts sicher steht. */
    --sage-bg:       #28372D;
    --sage-ink:      #E7EDE6;            /* 10,54:1 */
    --sage-ink-soft: #B6C2B4;            /*  6,79:1 */
    --sage-gold:     #D9B87E;            /*  6,63:1 */
    --sage-line:     rgba(252, 251, 248, .18);
    --sage-schein:   rgba(252, 251, 248, .05);
    --shadow: 0 2px 44px rgba(0, 0, 0, .34);
  }
}

/* --- Grundlagen ------------------------------------------------------------ */

*, *::before, *::after { box-sizing: border-box; }

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

body {
  margin: 0;
  /* clip statt hidden: hidden auf body macht position:sticky kaputt          */
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.72;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

h1, h2, h3, h4 {
  font-family: var(--display);
  color: var(--headline);
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: -.012em;
  margin: 0 0 .5em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.4rem, 6.2vw, 4.3rem); }
h2 { font-size: clamp(1.9rem, 4vw, 3rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); }

p { margin: 0 0 1.15em; text-wrap: pretty; }
p:last-child { margin-bottom: 0; }

a { color: var(--gold-deep); text-underline-offset: .22em; text-decoration-thickness: 1px; }
a:hover { color: var(--ink); }

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

/* Feste Werte, keine Token: --brand-soft kippt im Dunkelmodus auf einen
   Mittelton, auf dem weder helle noch dunkle Schrift sicher steht.         */
::selection { background: #C8A46A; color: #28332C; }   /* 5,61:1 */

/* Platzhalter-Markierung. Nur im Entwurf sichtbar (body.is-draft).           */
body.is-draft .ph {
  text-decoration: underline dotted var(--gold-large);
  text-underline-offset: .24em;
}

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

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--surface-dark); color: var(--on-dark);
  padding: .8rem 1.2rem; border-radius: 0 0 var(--r-sm) 0;
}
.skip:focus { left: 0; }

/* --- Layout ---------------------------------------------------------------- */

.wrap  { width: min(100% - 2 * var(--gut), var(--wrap)); margin-inline: auto; }
.wrap--narrow { width: min(100% - 2 * var(--gut), var(--wrap-n)); margin-inline: auto; }

.section { padding-block: clamp(4.5rem, 10vw, 8.5rem); }
.section--tight { padding-block: clamp(3rem, 6vw, 5rem); }
.section--tint  { background: var(--paper-2); }
.section--tint  { --line: var(--line-soft); }
.section--dark  {
  background: var(--surface-dark);
  color: var(--on-dark);
  --headline: var(--on-dark);
  --ink: var(--on-dark);
  --ink-soft: #C4CFC1;
  --gold-deep: var(--gold-dark);
  --line: #3A473D;
}

.eyebrow {
  font-family: var(--sans);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .17em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin: 0 0 1.1rem;
}
.lead { font-size: clamp(1.1rem, 1.6vw, 1.3rem); color: var(--ink-soft); line-height: 1.62; }

/* --- Buttons --------------------------------------------------------------- */

/* Die Knopfform ist die Signatur der Referenz: an zwei gegenueberliegenden
   Ecken rund, an den anderen beiden spitz. Dieselbe Diagonale traegt auch die
   Blattform der Bilder - so haengen Knopf und Bild formal zusammen. */
.btn {
  display: inline-flex; align-items: center; gap: .6rem;
  min-height: 52px;
  padding: .9rem 1.9rem;
  border-radius: var(--r-btn);
  font-family: var(--sans);
  font-weight: 600;
  font-size: .98rem;
  letter-spacing: .005em;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background-color .25s, color .25s, border-color .25s, transform .25s;
}
.btn--primary { background: var(--brand); color: var(--on-brand); }
.btn--primary:hover { background: var(--gold); color: var(--on-gold); transform: translateY(-2px); }
/* Gefuellter Goldknopf - der Hauptruf auf dunklem Grund. */
.btn--gold { background: var(--gold); color: #28332C; }            /* 5,61:1 */
.btn--gold:hover { background: #E0C08A; color: #28332C; transform: translateY(-2px); }
.btn--ghost { border-color: currentColor; color: var(--ink); background: transparent; }
.btn--ghost:hover { background: var(--ink); color: var(--paper); transform: translateY(-2px); }
.section--dark .btn--ghost:hover { background: var(--on-dark); color: var(--surface-dark); }

.btn__arrow { transition: transform .25s; }
.btn:hover .btn__arrow { transform: translateX(3px); }

@media (prefers-reduced-motion: reduce) {
  .btn, .btn__arrow { transition: none; }
  .btn:hover { transform: none; }
}

/* --- Kopfzeile ------------------------------------------------------------- */

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, background-color .3s;
}
.site-header.is-stuck { border-bottom-color: var(--line); }

.site-header__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.5rem;
  min-height: var(--kopf-h);
}
.brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; color: var(--ink); }
.brand__mark { width: 40px; height: 40px; flex: none; color: var(--gold); }
.brand__text { display: flex; flex-direction: column; line-height: 1.08; }
.brand__name {
  font-family: var(--display); font-size: 1.16rem; font-weight: 400;
  color: var(--headline); letter-spacing: -.01em;
}
.brand__sub {
  font-size: .68rem; font-weight: 600; letter-spacing: .19em;
  text-transform: uppercase; color: var(--gold-deep);
}

.nav { display: flex; align-items: center; gap: 1.9rem; }
.nav__list { display: flex; gap: 1.9rem; list-style: none; margin: 0; padding: 0; }
.nav__link {
  position: relative;
  text-decoration: none; color: var(--ink);
  font-size: .96rem; font-weight: 500;
  padding-block: .4rem;
}
.nav__link::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0;
  height: 1.5px; background: var(--gold);
  transform: scaleX(0); transform-origin: left;
  transition: transform .3s cubic-bezier(.22, 1, .36, 1);
}
.nav__link:hover::after,
.nav__link[aria-current="page"]::after { transform: scaleX(1); }
.nav__link[aria-current="page"] { color: var(--gold-deep); }

/* --- Kopfzeile ueber einem dunklen Vollbild --------------------------------
   Solange nicht gescrollt ist, laeuft die Kopfzeile durchsichtig ueber dem
   Hero und traegt helle Schrift. Ab der ersten Scrollbewegung setzt main.js
   is-stuck, und sie wird zur normalen cremefarbenen Leiste.
   Der obere Verlauf des Hero-Scrims sorgt dafuer, dass die helle Schrift dort
   genug Grund unter sich hat - nachgemessen, nicht geschaetzt.
   -------------------------------------------------------------------------- */

/* Die Kopfzeile bleibt in der Reihe stehen und klebt weiter oben - nur der
   Hero wird um ihre Hoehe nach oben gezogen und laeuft dadurch unter ihr
   durch. Mit position:absolute haette der Entwurfsbalken darueber sie
   verschoben; so gibt es diese Abhaengigkeit gar nicht erst. Der Hero hat
   oben mindestens 6rem Polster und faengt das ab. */
.kopf-ueber-bild #inhalt { margin-top: calc(-1 * var(--kopf-h)); }
.kopf-ueber-bild .site-header {
  background: transparent;
  backdrop-filter: none;
}

.kopf-ueber-bild .site-header:not(.is-stuck) {
  --ink: #FCFBF8;
  --headline: #FCFBF8;
  --line: rgba(252, 251, 248, .22);
}
.kopf-ueber-bild .site-header:not(.is-stuck) .brand__name { color: #FCFBF8; }
.kopf-ueber-bild .site-header:not(.is-stuck) .brand__sub { color: #D9B87E; }  /* 5,49:1 */
.kopf-ueber-bild .site-header:not(.is-stuck) .brand__mark { color: var(--gold); }
.kopf-ueber-bild .site-header:not(.is-stuck) .nav__link { color: #ECF1E9; }
.kopf-ueber-bild .site-header:not(.is-stuck) .nav__link[aria-current="page"] { color: var(--gold); }
.kopf-ueber-bild .site-header:not(.is-stuck) .nav-toggle { border-color: rgba(252,251,248,.34); color: #FCFBF8; }

/* Sobald gescrollt wird, wieder die normale cremefarbene Leiste. */
.kopf-ueber-bild .site-header.is-stuck {
  background: color-mix(in srgb, var(--paper) 92%, transparent);
  backdrop-filter: blur(14px);
}

.nav-toggle {
  display: none;
  width: 46px; height: 46px;
  border: 1px solid var(--line); border-radius: var(--r-pill);
  background: transparent; color: var(--ink);
  cursor: pointer; align-items: center; justify-content: center;
}
.nav-toggle__bars { display: block; width: 18px; height: 10px; position: relative; }
.nav-toggle__bars::before, .nav-toggle__bars::after {
  content: ''; position: absolute; left: 0; right: 0; height: 1.5px;
  background: currentColor; transition: transform .3s, top .3s;
}
.nav-toggle__bars::before { top: 0; }
.nav-toggle__bars::after  { top: 8.5px; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars::before { top: 4px; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars::after  { top: 4px; transform: rotate(-45deg); }

@media (max-width: 62rem) {
  .nav-toggle { display: inline-flex; }
  .nav {
    /* absolute am Kopf, nicht fixed am Fenster. Mit position:fixed haette
       das funktioniert - aber nur zufaellig: der backdrop-filter der
       Kopfzeile macht sie zum Bezugsrahmen. Faellt der Filter weg, saesse
       das Menue ploetzlich am Fensterrand und ueberdeckte den Kopf. */
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch;
    gap: 0;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    padding: 1rem var(--gut) 2.2rem;
    transform: translateY(-130%);
    transition: transform .42s cubic-bezier(.22, 1, .36, 1);
    max-height: calc(100dvh - var(--kopf-h)); overflow-y: auto;
  }
  .nav.is-open { transform: translateY(0); }
  .nav__list { flex-direction: column; gap: 0; }
  .nav__link { display: block; padding: .95rem 0; border-bottom: 1px solid var(--line); font-size: 1.1rem; }
  .nav__link::after { display: none; }
  .nav .btn { margin-top: 1.4rem; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) { .nav { transition: none; } }

/* =============================================================================
   HERO
   -----------------------------------------------------------------------------
   Vollflaechiges Foto, in die Markenfarbe getraenkt (siehe tools/bilder-bauen.py),
   darueber ein Verlauf fuer die Lesbarkeit. Links die Ansprache in Creme,
   rechts ein Mensch in der Bogenmaske. Der Hero ist die EINZIGE dunkle Flaeche
   am Seitenanfang - danach wird die Seite hell und ruhig.
   ============================================================================= */

.hero {
  position: relative;
  min-height: min(100svh, 960px);
  display: flex; align-items: center;
  padding-block: clamp(6rem, 13vw, 9.5rem) clamp(3.5rem, 8vw, 6rem);
  overflow: hidden;
  isolation: isolate;

  /* Eigene Token statt geerbter: ein Band mit eigener Flaeche braucht eigene
     Farben, sonst steht heller Text auf hellem Grund. */
  background: #16201A;
  color: #FCFBF8;
  --ink:       #FCFBF8;
  --ink-soft:  #CFD8CB;
  --headline:  #FCFBF8;
  --gold-deep: #D9B87E;   /* Gold als Text auf dunklem Grund */
}

.hero__bg {
  position: absolute; inset: 0; z-index: -3;
  width: 100%; height: 100%; object-fit: cover; object-position: 62% 50%;
}

/* Zwei Verlaeufe uebereinander:
   - von oben, damit die durchsichtige Kopfzeile Halt bekommt
   - von links, damit die Schriftspalte dunkel genug bleibt
   Die Werte sind nachgemessen, nicht geschaetzt: Creme auf der hellsten
   Stelle unter der Schriftspalte kommt damit auf ueber 9:1.               */
.hero__scrim {
  position: absolute; inset: 0; z-index: -2; pointer-events: none;
  background:
    linear-gradient(180deg, rgba(15, 22, 17, .74) 0%, rgba(15, 22, 17, 0) 24%),
    linear-gradient(96deg,
      rgba(15, 22, 17, .93) 0%,
      rgba(15, 22, 17, .86) 32%,
      rgba(15, 22, 17, .64) 54%,
      rgba(15, 22, 17, .34) 72%,
      rgba(15, 22, 17, .44) 100%);
}

/* Auf schmalen Schirmen laeuft der Text ueber die volle Breite, und das
   Portrait rutscht darunter. Ein Verlauf von LINKS nach rechts hilft dort
   nichts mehr - nachgemessen fiel der Vorspann auf 3,31:1 und das Gold auf
   1,95:1. Deshalb wird der Schleier hier senkrecht und durchgehend kraeftig.
   Nachgerechnet mit tools/hero-kontrast.py, Lage "Handy 375".              */
@media (max-width: 60rem) {
  .hero__scrim {
    background: linear-gradient(180deg,
      rgba(15, 22, 17, .90) 0%,
      rgba(15, 22, 17, .82) 46%,
      rgba(15, 22, 17, .74) 72%,
      rgba(15, 22, 17, .80) 100%);
  }
}

/* Feines Korn. Ohne das banden die weichen Verlaeufe sichtbar. */
.hero__grain {
  position: absolute; inset: 0; z-index: -1; pointer-events: none;
  opacity: .22; mix-blend-mode: overlay;
  background-image: var(--grain);
  background-size: 180px 180px;
}

/* --- Botanische Eckornamente --------------------------------------------- */

.hero__zweig {
  position: absolute; z-index: 0;
  color: var(--gold);
  opacity: .34;
  pointer-events: none;
  width: auto;
}
.hero__zweig--lo { top: 8%;    left: 2.5%;  height: clamp(90px, 13vw, 170px); }
.hero__zweig--lu { bottom: 7%; left: 0;     height: clamp(66px, 9vw, 120px); }
.hero__zweig--ro { top: 12%;   right: 2%;   height: clamp(66px, 9vw, 120px); }
.hero__zweig--ru { bottom: 6%; right: 3.5%; height: clamp(84px, 11vw, 150px); }
@media (max-width: 60rem) {
  .hero__zweig--lo, .hero__zweig--ro { display: none; }
}

/* --- Raster ---------------------------------------------------------------- */

.hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
  position: relative; z-index: 1;
  /* KEIN width: 100% - das Element traegt auch .wrap, und weil .hero__inner
     spaeter im Stylesheet steht, haette es dessen Breitenbegrenzung
     ueberschrieben. Der Hero waere randlos gelaufen statt im Raster. */
}
@media (max-width: 60rem) {
  .hero__inner { grid-template-columns: 1fr; }
  .hero__art { max-width: 420px; margin-inline: auto; }
}

/* Kleinschrift auf dem Foto laeuft im aufgehellten Gold. Das reine
   Markengold #C8A46A kommt an der hellsten Stelle unter der Schriftspalte nur
   auf 3,85:1 - nachgerechnet mit tools/hero-kontrast.py. Bei der grossen
   Ueberschrift bleibt es beim reinen Gold, dort genuegen 3:1.               */
.hero__eyebrow { color: #D9B87E; }                    /* 4,77:1 */

.hero__title {
  margin: 0 0 1.5rem;
  font-size: clamp(2.6rem, 6.8vw, 4.9rem);
  line-height: 1.04;
  font-weight: 600;                       /* die Referenz setzt 700 */
  font-variation-settings: 'opsz' 120;
  letter-spacing: -.018em;
  color: #FCFBF8;
}
.hero__title em { font-style: normal; color: var(--gold); }

.hero__lead { max-width: 46ch; color: #D6DED2; font-size: clamp(1.05rem, 1.4vw, 1.2rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2.4rem; }

.hero__meta {
  margin-top: 2.8rem; padding-top: 1.6rem;
  border-top: 1px solid rgba(252, 251, 248, .18);
  display: flex; flex-wrap: wrap; gap: .6rem 1.8rem;
  font-size: .88rem; color: #C3CDBF;
}
.hero__meta span { display: inline-flex; align-items: center; gap: .5rem; }
.hero__meta svg { width: 15px; height: 15px; color: var(--gold); flex: none; }

/* --- Das Portrait in der Bogenmaske --------------------------------------- */

.hero__art { position: relative; }

.hero__portrait {
  position: relative; margin: 0;
  border-radius: var(--bogen);
  overflow: hidden;
  aspect-ratio: 9 / 10;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .42);
}
.hero__portrait img { width: 100%; height: 100%; object-fit: cover; }

/* Durchscheinende Flaeche, versetzt dahinter - wie in der Referenz. */
.hero__panel {
  position: absolute; inset: -1.6rem -1.6rem 2.6rem 2.6rem;
  border-radius: var(--bogen);
  background: rgba(252, 251, 248, .07);
  border: 1px solid rgba(200, 164, 106, .32);
  z-index: -1;
}

/* Der Atem aus der ersten Fassung bleibt - jetzt als Schein hinter dem Foto.
   11 Sekunden entsprechen rund 5,5 Atemzuegen pro Minute.                  */
.hero__glow {
  position: absolute; inset: -24%;
  z-index: -2; pointer-events: none;
  background: radial-gradient(circle at 52% 44%, rgba(200, 164, 106, .40), transparent 62%);
  filter: blur(30px);
  animation: atem var(--atem) ease-in-out infinite;
}
@keyframes atem {
  0%, 100% { transform: scale(1);    opacity: .72; }
  50%      { transform: scale(1.12); opacity: 1; }
}

.hero__bildhinweis {
  margin: 1rem 0 0; font-size: .78rem; color: #B6C2B4; text-align: right;
}

/* --- Weiterscrollen -------------------------------------------------------- */

.hero__scroll {
  position: absolute; left: 50%; bottom: 1.6rem; transform: translateX(-50%);
  z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: .55rem;
  font-size: .7rem; letter-spacing: .19em; text-transform: uppercase;
  color: #C3CDBF; text-decoration: none;
}
.hero__scroll:hover { color: var(--gold); }
.hero__scroll i {
  display: block; width: 1px; height: 44px;
  background: linear-gradient(var(--gold), transparent);
  animation: rinnen var(--atem) ease-in-out infinite;
  transform-origin: top;
}
@keyframes rinnen {
  0%, 100% { transform: scaleY(.45); opacity: .4; }
  50%      { transform: scaleY(1);   opacity: 1; }
}
@media (max-width: 60rem) { .hero__scroll { display: none; } }

@media (prefers-reduced-motion: reduce) {
  .hero__glow, .hero__scroll i { animation: none; }
}

/* =============================================================================
   Sektionsbauformen. Jede Sektion der Startseite hat eine eigene - damit die
   Seite nicht zehnmal dasselbe Muster wiederholt.
   ============================================================================= */

/* 1. Atemholer: ein einziger grosser Satz, viel Luft ---------------------- */

.breath { text-align: center; padding-block: clamp(5rem, 11vw, 9rem); }
.breath__text {
  font-family: var(--display);
  font-weight: 300;
  font-variation-settings: 'opsz' 100, 'SOFT' 50;
  font-size: clamp(1.6rem, 3.5vw, 2.7rem);
  line-height: 1.34;
  color: var(--headline);
  max-width: 22ch;
  margin-inline: auto;
  text-wrap: balance;
}
.breath__rule {
  width: 1px; height: clamp(48px, 8vw, 84px);
  background: linear-gradient(transparent, var(--gold));
  margin: 0 auto 2.6rem;
}
.breath__sig {
  margin-top: 2rem; font-size: .9rem; color: var(--ink-soft);
}

/* 2. Split mit Blattform ------------------------------------------------- */

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 5.5rem);
  align-items: center;
}
.split--reverse .split__media { order: 2; }
@media (max-width: 60rem) {
  .split { grid-template-columns: 1fr; }
  .split--reverse .split__media { order: 0; }
}

.split__media { position: relative; }
.leaf {
  border-radius: var(--leaf);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--paper-2);
}
.leaf img { width: 100%; height: 100%; object-fit: cover; }

/* Der Goldrahmen liegt versetzt hinter der Blattform.
   ACHTUNG beim Aendern: Der Versatz nach rechts ragt aus dem Textblock heraus
   und darf deshalb nie groesser sein als der Seitenrand (--gut). Sonst
   entsteht waagerechter Ueberlauf. Bei 375 px ist --gut 20 px, 1,6rem waeren
   25,6 px - genau das hat 6 px Ueberlauf erzeugt.                           */
.split__media::before {
  content: '';
  position: absolute; inset: 1.6rem -1.6rem -1.6rem 1.6rem;
  border: 1px solid var(--gold);
  border-radius: var(--leaf);
  z-index: -1;
  opacity: .55;
}
@media (max-width: 60rem) {
  .split__media::before { inset: .9rem -.9rem -.9rem .9rem; }   /* 14,4 px < 20 px */
}

.split__body > .eyebrow { margin-top: 0; }

/* 3. Angebote: ein hervorgehobenes Feld plus 2x2-Raster --------------------
   Vorher war das eine Liste mit Trennlinien - sachlich richtig, aber neben
   dem Hero sah sie unfertig aus. Jetzt traegt das kostenlose Erstgespraech
   ein eigenes Feld, die vier weiteren Formate liegen als Karten daneben.
   -------------------------------------------------------------------------- */

.abschnitt-kopf {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .9fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: end;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}
.abschnitt-kopf h2 { margin-bottom: 0; max-width: 16ch; }
.abschnitt-kopf__text { color: var(--ink-soft); max-width: 46ch; margin: 0; }
@media (max-width: 56rem) {
  .abschnitt-kopf { grid-template-columns: 1fr; align-items: start; }
}

/* Das hervorgehobene Feld */
.angebot-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 15rem);
  gap: clamp(1.5rem, 4vw, 3rem);
  padding: clamp(1.8rem, 3.5vw, 2.8rem);
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
  background: var(--sage-bg);
  border-radius: var(--r-btn);
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: transform .35s cubic-bezier(.22, 1, .36, 1), box-shadow .35s;

  /* Sage-Flaeche - alle Farben aus dem --sage-*-Satz, siehe Token oben. */
  color: var(--sage-ink);
  --ink: var(--sage-ink);
  --ink-soft: var(--sage-ink-soft);
  --headline: var(--sage-ink);
  --gold-deep: var(--sage-gold);
}
.angebot-panel:hover { transform: translateY(-3px); box-shadow: var(--shadow); }

/* Ein grosser, sehr blasser Kreis als Tiefe - kein zweites Motiv. */
.angebot-panel::after {
  content: '';
  position: absolute; right: -6%; top: -40%;
  width: 22rem; aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle, var(--sage-schein), transparent 66%);
  pointer-events: none;
}
.angebot-panel > * { position: relative; z-index: 1; }

.angebot-panel__badge {
  display: inline-block;
  background: var(--gold); color: var(--on-gold);       /* 5,61:1 */
  font-size: .78rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  padding: .35rem .85rem;
  border-radius: 12px 0;
  margin-bottom: 1rem;
}
.angebot-panel h3 {
  font-size: clamp(1.6rem, 3.2vw, 2.3rem);
  margin: 0 0 .4rem;
}
.angebot-panel__lead {
  font-family: var(--display); font-size: 1.15rem;
  color: var(--gold-deep); margin: 0 0 .9rem;
}
.angebot-panel__body { color: var(--ink-soft); margin: 0; max-width: 54ch; font-size: .98rem; }

.angebot-panel__seite {
  display: flex; flex-direction: column; gap: .3rem;
  align-self: center;
  padding-left: clamp(1rem, 2vw, 1.8rem);
  border-left: 1px solid var(--sage-line);
}
.angebot-panel__dauer { font-family: var(--display); font-size: 1.5rem; color: var(--sage-ink); }
.angebot-panel__ort   { font-size: .9rem; color: var(--ink-soft); }
.angebot-panel__go {
  display: inline-flex; align-items: center; gap: .45rem;
  margin-top: 1rem; font-weight: 600; font-size: .93rem;
  color: var(--gold-deep);
}
.angebot-panel__go svg { transition: transform .3s; }
.angebot-panel:hover .angebot-panel__go svg { transform: translateX(4px); }
@media (max-width: 56rem) {
  .angebot-panel { grid-template-columns: 1fr; }
  .angebot-panel__seite {
    border-left: 0; padding-left: 0; padding-top: 1.2rem;
    border-top: 1px solid var(--sage-line);
    flex-direction: row; align-items: baseline; flex-wrap: wrap; gap: .3rem 1.2rem;
  }
  .angebot-panel__go { margin-top: 0; margin-left: auto; }
}

/* Die vier weiteren Formate */
.angebot-raster {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}
@media (min-width: 56rem) { .angebot-raster { grid-template-columns: 1fr 1fr; } }

.angebot-karte {
  display: flex; flex-direction: column;
  padding: clamp(1.5rem, 2.6vw, 2rem);
  background: var(--paper-3);
  border: 1px solid transparent;
  border-radius: var(--r-btn);
  text-decoration: none; color: inherit;
  transition: transform .35s cubic-bezier(.22, 1, .36, 1),
              box-shadow .35s, border-color .35s;
}
.angebot-karte:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: var(--gold);
}
.angebot-karte__num {
  font-family: var(--display); font-size: .9rem;
  color: var(--gold-deep); letter-spacing: .04em;
  margin-bottom: .9rem;
}
.angebot-karte__name {
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  margin: 0 0 .5rem;
}
.angebot-karte__lead { color: var(--ink-soft); font-size: .96rem; margin: 0 0 1.4rem; }
.angebot-karte__fuss {
  display: flex; justify-content: space-between; gap: 1rem;
  margin-top: auto; padding-top: .9rem;
  border-top: 1px solid var(--line);
  font-size: .92rem; color: var(--ink-soft);
}
.angebot-karte__fuss b { color: var(--ink); font-weight: 700; }

.angebot-hinweis {
  margin-top: clamp(1.6rem, 3vw, 2.2rem);
  font-size: .92rem; color: var(--ink-soft);
}

@media (prefers-reduced-motion: reduce) {
  .angebot-panel, .angebot-karte, .angebot-panel__go svg { transition: none; }
  .angebot-panel:hover, .angebot-karte:hover { transform: none; }
  .angebot-panel:hover .angebot-panel__go svg { transform: none; }
}

/* 4. Die zwei Kreise - Christianes Alleinstellungsmerkmal ------------------ */

.venn { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(2rem, 6vw, 5rem); align-items: center; }
@media (max-width: 60rem) { .venn { grid-template-columns: 1fr; } }
.venn__fig { position: relative; }
.venn__fig svg { width: 100%; max-width: 540px; margin-inline: auto; height: auto; }

.venn__list { list-style: none; margin: 2rem 0 0; padding: 0; display: grid; gap: 1.4rem; }
.venn__list li { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 1rem; align-items: start; }
.venn__dot { width: 12px; height: 12px; border-radius: 50%; margin-top: .48rem; flex: none; }
.venn__dot--a { background: var(--brand); }
.venn__dot--b { background: var(--gold); }
.venn__dot--c { background: linear-gradient(135deg, var(--brand) 50%, var(--gold) 50%); }
.venn__list b { display: block; font-weight: 600; color: var(--ink); }
.venn__list span { color: var(--ink-soft); font-size: .97rem; }

/* 5. Ablauf: Stationen an einer gezeichneten Linie ------------------------- */

.pfad { position: relative; display: grid; gap: 0; }
.pfad__line {
  position: absolute; left: 19px; top: .8rem; bottom: 2rem;
  width: 1px; background: var(--line);
}
.pfad__line i {
  position: absolute; inset: 0 auto 0 0; width: 1px;
  background: var(--gold);
  transform: scaleY(var(--p, 0)); transform-origin: top;
  transition: transform .1s linear;
}
.pfad__step {
  position: relative;
  display: grid; grid-template-columns: 40px minmax(0, 1fr);
  gap: clamp(1.2rem, 3vw, 2.2rem);
  padding-bottom: clamp(2.2rem, 5vw, 3.4rem);
}
.pfad__step:last-child { padding-bottom: 0; }
.pfad__bullet {
  width: 39px; height: 39px; border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--paper);
  display: grid; place-items: center;
  font-family: var(--display); font-size: .95rem; color: var(--gold-deep);
  z-index: 1;
}
.section--tint .pfad__bullet { background: var(--paper-2); }
.pfad__step h3 { margin: .25rem 0 .45rem; }
.pfad__step p { color: var(--ink-soft); margin: 0; max-width: 58ch; }

/* 6. Grenzen: zwei Spalten, keine Kaesten --------------------------------- */

.grenzen { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(2rem, 6vw, 4.5rem); }
@media (max-width: 56rem) { .grenzen { grid-template-columns: 1fr; } }
.grenzen__col h3 {
  font-size: 1.2rem;
  padding-bottom: .9rem;
  border-bottom: 1px solid var(--line);
  margin-bottom: 1.3rem;
}
.grenzen__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 1rem; }
.grenzen__list li {
  display: grid; grid-template-columns: 1.3rem minmax(0, 1fr); gap: .8rem;
  align-items: start; color: var(--ink-soft);
}
.grenzen__list svg { width: 16px; height: 16px; margin-top: .42rem; flex: none; }
.grenzen__col--ja  svg { color: var(--brand); }
.grenzen__col--nein svg { color: var(--gold-deep); }

/* 7. Zitatband ------------------------------------------------------------ */

.band { position: relative; overflow: hidden; isolation: isolate; }
.band__bg {
  position: absolute; inset: -18% 0; z-index: -1;
  background-size: cover; background-position: center;
  /* 0,24 statt 0,34: darueber wird der Grund an der hellsten Bildstelle so
     hell, dass der Quellenhinweis in Gold unter 4,5:1 faellt. Nachgerechnet
     gegen das hellste Pixel von licht.webp, nicht geschaetzt. */
  opacity: .24;
  will-change: transform;
}
.band__inner { text-align: center; }
.band__quote {
  font-family: var(--display);
  font-weight: 300;
  font-variation-settings: 'opsz' 120, 'SOFT' 60;
  font-size: clamp(1.75rem, 4.4vw, 3.2rem);
  line-height: 1.24;
  color: var(--on-dark);
  margin: 0 auto;
  max-width: 18ch;
  text-wrap: balance;
}
.band__cite {
  display: block; margin-top: 2rem;
  font-family: var(--sans); font-style: normal;
  font-size: .8rem; letter-spacing: .19em; text-transform: uppercase;
  color: var(--gold-dark);
}

/* 8. Akkordeon (FAQ) ------------------------------------------------------ */

.akk { border-top: 1px solid var(--line); }
.akk__item { border-bottom: 1px solid var(--line); }
.akk__btn {
  width: 100%; text-align: left;
  display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
  padding: 1.5rem 0;
  background: none; border: 0; cursor: pointer;
  font-family: var(--display); font-size: clamp(1.05rem, 1.9vw, 1.3rem);
  color: var(--headline); line-height: 1.32;
}
.akk__icon { width: 26px; height: 26px; flex: none; color: var(--gold-deep); position: relative; }
.akk__icon::before, .akk__icon::after {
  content: ''; position: absolute; left: 50%; top: 50%;
  background: currentColor; transition: transform .35s cubic-bezier(.22, 1, .36, 1);
}
.akk__icon::before { width: 15px; height: 1.5px; transform: translate(-50%, -50%); }
.akk__icon::after  { width: 1.5px; height: 15px; transform: translate(-50%, -50%); }
.akk__btn[aria-expanded="true"] .akk__icon::after { transform: translate(-50%, -50%) scaleY(0); }
.akk__panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .4s cubic-bezier(.22, 1, .36, 1); }
.akk__panel > div { overflow: hidden; }
.akk__item.is-open .akk__panel { grid-template-rows: 1fr; }
.akk__panel p { color: var(--ink-soft); max-width: 68ch; padding-bottom: 1.6rem; margin: 0; }
/* Ohne JavaScript sind alle Antworten offen. */
.no-js .akk__panel { grid-template-rows: 1fr; }
.no-js .akk__icon { display: none; }
@media (prefers-reduced-motion: reduce) {
  .akk__panel, .akk__icon::before, .akk__icon::after { transition: none; }
}

/* 9. Kontaktabschluss ----------------------------------------------------- */

/* Sage-Flaeche - saemtliche Farben kommen aus dem --sage-*-Satz oben. */
.cta {
  background: var(--sage-bg);
  color: var(--sage-ink);
  --ink: var(--sage-ink);
  --ink-soft: var(--sage-ink-soft);
  --headline: var(--sage-ink);
  --gold-deep: var(--sage-gold);
}
.cta__inner { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: clamp(2rem, 5vw, 4rem); align-items: center; }
@media (max-width: 56rem) { .cta__inner { grid-template-columns: 1fr; } }
.cta__phone {
  font-family: var(--display);
  font-size: clamp(1.5rem, 3.4vw, 2.3rem);
  color: var(--headline);
  text-decoration: none;
  display: inline-flex; align-items: center; gap: .8rem;
}
.cta__phone:hover { color: var(--gold-deep); }
.cta__hint { font-size: .93rem; color: var(--ink-soft); margin-top: .8rem; }

/* --- Karten (Unterseiten) -------------------------------------------------- */

.card {
  background: var(--paper-3);
  border-radius: var(--r);
  box-shadow: var(--shadow);
  padding: clamp(1.6rem, 3vw, 2.4rem);
}
.card--flat {
  background: var(--paper-2);
  border-radius: var(--r-sm);
  box-shadow: none;
}
.section--tint .card--flat { background: var(--paper-3); }

.grid-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 20rem), 1fr)); gap: clamp(1.2rem, 3vw, 2rem); }

/* Preisliste auf der Angebotsseite */
.angebot {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 16rem);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  padding-block: clamp(2.2rem, 5vw, 3.4rem);
  border-bottom: 1px solid var(--line);
}
.angebot:last-of-type { border-bottom: 0; }
@media (max-width: 56rem) { .angebot { grid-template-columns: 1fr; } }
.angebot__lead { font-family: var(--display); font-size: 1.2rem; color: var(--gold-deep); margin: 0 0 .8rem; }
.angebot__facts { list-style: none; margin: 0; padding: 0; }
.angebot__facts li {
  display: flex; justify-content: space-between; gap: 1rem;
  padding: .7rem 0; border-bottom: 1px solid var(--line);
  font-size: .95rem;
}
.angebot__facts li:last-child { border-bottom: 0; }
.angebot__facts dt, .angebot__facts .k { color: var(--ink-soft); }
.angebot__facts b { font-weight: 600; }

/* Hinweiskasten - fuer die rechtlichen Saetze */
.notice {
  border-left: 2px solid var(--gold);
  padding: .3rem 0 .3rem 1.4rem;
  color: var(--ink-soft);
  font-size: .95rem;
  max-width: 68ch;
}

/* Seitenkopf der Unterseiten */
.pagehead { padding-block: clamp(3rem, 7vw, 5.5rem) clamp(2rem, 4vw, 3rem); position: relative; overflow: hidden; }
.pagehead::after {
  content: ''; position: absolute; z-index: -1;
  width: 46%; aspect-ratio: 1; right: -8%; top: -34%;
  background: radial-gradient(circle, var(--brand-soft), transparent 68%);
  filter: blur(60px); opacity: .6;
}
.pagehead h1 { max-width: 18ch; }
.pagehead .lead { max-width: 56ch; margin-top: 1.2rem; }

.crumbs { font-size: .84rem; color: var(--ink-soft); margin-bottom: 1.4rem; }
.crumbs a { color: var(--ink-soft); }
.crumbs a:hover { color: var(--gold-deep); }

/* --- Fusszeile ------------------------------------------------------------- */

.site-footer { background: var(--surface-dark); color: var(--on-dark); padding-block: clamp(3.5rem, 7vw, 5rem) 2rem; }
.site-footer a { color: #C4CFC1; text-decoration: none; }
.site-footer a:hover { color: var(--gold-dark); text-decoration: underline; }
.footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 5vw, 3.5rem);
}
@media (max-width: 56rem) { .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 34rem) { .footer__grid { grid-template-columns: 1fr; } }
/* Das echte Logo in der Fusszeile. Es ist quadratisch angelegt, deshalb
   ueber die Breite begrenzt statt ueber die Hoehe.                          */
.footer__logo { width: min(100%, 15rem); height: auto; }
.footer__h { font-size: .74rem; letter-spacing: .19em; text-transform: uppercase; color: var(--gold-dark); margin: 0 0 1.1rem; font-family: var(--sans); font-weight: 600; }
.footer__list { list-style: none; margin: 0; padding: 0; display: grid; gap: .55rem; font-size: .95rem; }
/* Klickflaeche auf 24 px bringen (WCAG 2.5.8). Ohne das waren die Links
   18 px hoch - mit dem Abstand zwar knapp zulaessig, aber unnoetig fummelig. */
.footer__list a { display: inline-block; padding-block: 3px; }
.footer__bottom {
  margin-top: clamp(2.5rem, 5vw, 3.5rem); padding-top: 1.6rem;
  border-top: 1px solid #3A473D;
  display: flex; flex-wrap: wrap; gap: .6rem 1.6rem; justify-content: space-between;
  font-size: .84rem; color: #A9B6A7;
}

/* --- Entwurfsbalken -------------------------------------------------------- */

.draftbar {
  background: var(--gold); color: var(--on-gold);
  font-size: .84rem; text-align: center;
  padding: .55rem var(--gut);
}
.draftbar b { font-weight: 700; }

/* --- Einblenden beim Scrollen ---------------------------------------------
   Fail-safe: Inhalt ist standardmaessig SICHTBAR. Versteckt wird erst per
   JavaScript (Klasse js-reveal auf <html>). Ohne JS ist alles da.
   -------------------------------------------------------------------------- */

.js-reveal .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .8s cubic-bezier(.22, 1, .36, 1), transform .8s cubic-bezier(.22, 1, .36, 1);
  transition-delay: calc(var(--i, 0) * 90ms);
}
.js-reveal .reveal.is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .js-reveal .reveal { opacity: 1; transform: none; transition: none; }
}

/* --- Lesefortschritt ------------------------------------------------------- */

.progress {
  position: fixed; top: 0; left: 0; right: 0; height: 2px; z-index: 150;
  background: var(--gold);
  transform: scaleX(var(--p, 0)); transform-origin: left;
  pointer-events: none;
}

/* --- Druck ----------------------------------------------------------------- */

@media print {
  .site-header, .hero__grain, .hero__scroll, .progress, .cta, .draftbar { display: none !important; }
  body { background: #fff; color: #000; }
  .section { padding-block: 1.5rem; }
}
