/* ============================================================
   Ute Schmidt · Praxis für Klarheit, Balance und Lebensfreude
   Design-System: ein Akzent (Waldgrün aus dem Logo), zwei Fonts,
   ruhige Scroll-Reveals. Ziel: warm, professionell, "zart".
   ============================================================ */

/* ---- Self-hosted Fonts (kein Google-Fonts-CDN, DSGVO) ---- */
@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:400;font-display:swap;src:url('/fonts/cormorant-garamond-400.woff2') format('woff2');}
@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:500;font-display:swap;src:url('/fonts/cormorant-garamond-500.woff2') format('woff2');}
@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:600;font-display:swap;src:url('/fonts/cormorant-garamond-600.woff2') format('woff2');}
@font-face{font-family:'Cormorant Garamond';font-style:italic;font-weight:400;font-display:swap;src:url('/fonts/cormorant-garamond-400i.woff2') format('woff2');}
@font-face{font-family:'Cormorant Garamond';font-style:italic;font-weight:500;font-display:swap;src:url('/fonts/cormorant-garamond-500i.woff2') format('woff2');}
@font-face{font-family:'Mulish';font-style:normal;font-weight:300;font-display:swap;src:url('/fonts/mulish-300.woff2') format('woff2');}
@font-face{font-family:'Mulish';font-style:normal;font-weight:400;font-display:swap;src:url('/fonts/mulish-400.woff2') format('woff2');}
@font-face{font-family:'Mulish';font-style:normal;font-weight:500;font-display:swap;src:url('/fonts/mulish-500.woff2') format('woff2');}
@font-face{font-family:'Mulish';font-style:normal;font-weight:600;font-display:swap;src:url('/fonts/mulish-600.woff2') format('woff2');}
@font-face{font-family:'Mulish';font-style:normal;font-weight:700;font-display:swap;src:url('/fonts/mulish-700.woff2') format('woff2');}

/* ---- Tokens ---- */
:root{
  --forest:#284820;
  --forest-light:#3d6b34;
  --forest-dark:#1a3013;
  --forest-rgb:40,72,32;
  --ivory:#faf8f3;
  --ivory-2:#f3f1e9;
  --sage:#e9eee1;
  --ink:#272a22;
  --ink-soft:#565948;
  --line:rgba(40,72,32,.16);
  --white:#ffffff;

  --font-display:'Cormorant Garamond', 'Iowan Old Style', Georgia, serif;
  --font-body:'Mulish', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --radius-card:18px;
  --radius-input:10px;
  --radius-pill:999px;

  --shadow-soft:0 24px 55px -30px rgba(var(--forest-rgb),.45);
  --shadow-tiny:0 10px 24px -16px rgba(var(--forest-rgb),.35);

  --ease:cubic-bezier(.16,1,.3,1);
  --dur:.6s;

  --space-section:clamp(3.5rem, 7vw, 6.5rem);
  --container-w:1180px;

  /* z-index scale */
  --z-header:50;
  --z-mobilenav:60;
  --z-skiplink:100;
}

/* ---- Reset ---- */
*,*::before,*::after{box-sizing:border-box;}
html{scroll-behavior:smooth;overflow-x:clip;}
@media (prefers-reduced-motion:reduce){ html{scroll-behavior:auto;} }
/* Sicherheitsnetz gegen horizontales Verschieben/Scrollen auf Mobile - falls ein
   Element (z.B. die absolut positionierte Weg-Linie) minimal ueber den Viewport-Rand
   hinausragt, wird es hier geklippt statt die ganze Seite verschiebbar zu machen.
   WICHTIG: overflow-x:clip statt hidden - hidden hätte den Browser gezwungen,
   overflow-y automatisch auf "auto" zu setzen, was den sticky Header komplett
   kaputt gemacht hat (Header scrollte weg statt oben kleben zu bleiben). */
body{margin:0;background:var(--ivory);color:var(--ink);font-family:var(--font-body);font-weight:400;line-height:1.7;font-size:1.05rem;-webkit-font-smoothing:antialiased;overflow-x:clip;width:100%;}
img{max-width:100%;display:block;}
h1,h2,h3,h4{font-family:var(--font-display);font-weight:600;line-height:1.15;margin:0 0 .6em;color:var(--forest-dark);letter-spacing:-.01em;}
h1{font-size:clamp(2.4rem,5vw,3.75rem); font-weight:500;}
h2{font-size:clamp(1.9rem,3.6vw,2.6rem);}
h3{font-size:clamp(1.35rem,2.2vw,1.65rem);}
p{margin:0 0 1.2em;color:var(--ink-soft);max-width:62ch;}
a{color:var(--forest);text-decoration-thickness:1.5px;text-underline-offset:3px;}
a:hover{color:var(--forest-light);}
ul{padding-left:1.1em;color:var(--ink-soft);}
em, .em{font-style:italic;} /* italics reserved for same-family emphasis */
i.descender-safe, em.descender-safe{line-height:1.15;padding-bottom:.15em;display:inline-block;}
::selection{background:rgba(var(--forest-rgb),.18);}
:focus-visible{outline:2px solid var(--forest);outline-offset:3px;}

/* ---- Layout helpers ---- */
.container{max-width:var(--container-w);margin-inline:auto;padding-inline:clamp(1.25rem,4vw,2.5rem);}
.section{padding-block:var(--space-section);}
.section--tint{background:var(--sage);}
.section--dark{background:var(--forest);color:var(--ivory);}
.section--dark h1,.section--dark h2,.section--dark h3{color:var(--ivory);}
.section--dark p{color:rgba(250,248,243,.82);}
.section--dark a:not(.btn){color:#c9e0bd;}
.eyebrow{font-family:var(--font-body);font-weight:700;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--forest-light);margin:0 0 .9em;}
.grid{display:grid;gap:clamp(1.25rem,3vw,2.25rem);}
.grid-2{grid-template-columns:1fr;}
.grid-3{grid-template-columns:1fr;}
.grid-4{grid-template-columns:repeat(2,1fr);}
@media (min-width:768px){
  .grid-2{grid-template-columns:1fr 1fr;}
  .grid-3{grid-template-columns:repeat(3,1fr);}
}
@media (min-width:1024px){
  .grid-4{grid-template-columns:repeat(4,1fr);}
}
.split{display:grid;gap:clamp(2rem,5vw,4rem);align-items:center;grid-template-columns:1fr;}
@media (min-width:900px){
  .split{grid-template-columns:1.05fr .95fr;}
  .split--reverse{grid-template-columns:.95fr 1.05fr;}
  .split--reverse > *:first-child{order:2;}
}
.max-prose{max-width:62ch;}
.center{text-align:center;margin-inline:auto;}

/* ---- Skip link ---- */
.skip-link{position:absolute;left:1rem;top:-4rem;background:var(--forest);color:var(--white);padding:.75rem 1.25rem;border-radius:var(--radius-pill);z-index:var(--z-skiplink);transition:top .2s var(--ease);}
.skip-link:focus{top:1rem;}

/* ---- Header / Nav ---- */
.site-header{position:sticky;top:0;z-index:var(--z-header);background:rgba(250,248,243,.86);backdrop-filter:blur(10px);border-bottom:1px solid transparent;box-shadow:0 1px 0 var(--line);transition:background-color .4s var(--ease),box-shadow .4s var(--ease);}
.site-header::before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--forest-light) 20%,var(--forest) 50%,var(--forest-light) 80%,transparent);opacity:.55;pointer-events:none;}
.site-header .container{display:flex;align-items:center;justify-content:space-between;min-height:76px;transition:min-height .35s var(--ease);}
.site-header.is-scrolled{background:rgba(250,248,243,.97);box-shadow:0 16px 32px -22px rgba(var(--forest-rgb),.4);}
.site-header.is-scrolled .container{min-height:60px;}
.site-header.is-scrolled .brand img{width:32px;height:32px;}

.brand{display:flex;align-items:center;gap:.65rem;text-decoration:none;color:var(--forest-dark);}
.brand img{width:38px;height:38px;border-radius:50%;transition:width .35s var(--ease),height .35s var(--ease),transform .35s var(--ease);}
.brand:hover img{transform:rotate(-4deg) scale(1.05);}
.brand-name{font-family:var(--font-display);font-weight:600;font-size:1.2rem;letter-spacing:0;color:var(--forest-dark);}
.brand-name small{display:block;font-family:var(--font-body);font-weight:500;font-size:.62rem;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-soft);}

.nav{display:none;align-items:center;flex-wrap:nowrap;gap:clamp(.8rem,1.4vw,1.75rem);}
.nav a:not(.btn){position:relative;color:var(--ink);text-decoration:none;font-weight:600;font-size:.95rem;padding:.5rem .1rem;white-space:nowrap;flex-shrink:0;}
.nav a:not(.btn)::after{content:"";position:absolute;left:50%;right:50%;bottom:-1px;height:2px;background:var(--forest);transition:left .25s var(--ease),right .25s var(--ease);}
.nav a:not(.btn):hover,.nav a:not(.btn)[aria-current="page"]{color:var(--forest);}
.nav a:not(.btn):hover::after,.nav a:not(.btn)[aria-current="page"]::after{left:0;right:0;}
.nav .btn{margin-left:.5rem;flex-shrink:0;}
@media (min-width:1180px){ .nav{display:flex;} .nav-toggle{display:none;} }

.nav-toggle{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--radius-pill);border:1.5px solid var(--line);background:var(--white);cursor:pointer;}
.nav-toggle span{display:block;width:18px;height:2px;background:var(--forest-dark);position:relative;}
.nav-toggle span::before,.nav-toggle span::after{content:"";position:absolute;left:0;width:18px;height:2px;background:var(--forest-dark);transition:transform .2s var(--ease);}
.nav-toggle span::before{top:-6px;}
.nav-toggle span::after{top:6px;}

.mobile-nav{position:fixed;inset:0;z-index:var(--z-mobilenav);background:var(--ivory);display:flex;flex-direction:column;padding:1.5rem;transform:translateY(-100%);transition:transform .35s var(--ease);}
.mobile-nav.is-open{transform:translateY(0);}
.mobile-nav .container{display:flex;align-items:center;justify-content:space-between;}
.mobile-nav-links{display:flex;flex-direction:column;gap:1.4rem;margin-top:3rem;padding-inline:clamp(1.25rem,4vw,2.5rem);}
.mobile-nav-links a{font-family:var(--font-display);font-size:1.7rem;color:var(--forest-dark);text-decoration:none;}
@media (min-width:1180px){ .nav-toggle,.mobile-nav{display:none;} }

/* ---- Buttons ---- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;font-family:var(--font-body);font-weight:700;font-size:.95rem;padding:.9rem 1.7rem;border-radius:var(--radius-pill);border:1.5px solid transparent;text-decoration:none;cursor:pointer;transition:transform .2s var(--ease),background-color .2s var(--ease),color .2s var(--ease),border-color .2s var(--ease);}
.btn--primary{background:var(--forest);color:var(--white);}
.btn--primary:hover{background:var(--forest-light);color:var(--white);transform:translateY(-1px);}
.btn--primary:active{transform:scale(.98);}
.btn--ghost{background:transparent;border-color:var(--forest);color:var(--forest);}
.btn--ghost:hover{background:rgba(var(--forest-rgb),.08);color:var(--forest-dark);}
.btn--on-dark{background:var(--ivory);color:var(--forest-dark);}
.btn--on-dark:hover{background:var(--white);}
/* Pulsiert, sobald die Weg-Linie (weiss gefaerbt) den Button erreicht hat. */
.btn--on-dark.is-pulsing{color:var(--forest-dark);animation:cta-pulse-ring 1.8s ease-out infinite;}
@keyframes cta-pulse-ring{
  0%{box-shadow:0 0 0 0 rgba(255,255,255,.55);}
  70%{box-shadow:0 0 0 24px rgba(255,255,255,0);}
  100%{box-shadow:0 0 0 0 rgba(255,255,255,0);}
}
@media (prefers-reduced-motion:reduce){
  .btn--on-dark.is-pulsing{animation:none;}
}

/* ---- Cards / tiles ---- */
/* translate (statt transform) fuers Hover-Lift, damit es sich NICHT mit dem
   transform:translateY(...) der Scroll-Reveal-Animation (.reveal) beisst - beide
   Properties sind unabhaengig und kombinieren sich automatisch. */
.card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-card);padding:clamp(1.5rem,3vw,2.1rem);translate:0 0;transition:translate .4s var(--ease),box-shadow .4s var(--ease),border-color .4s var(--ease);}
.tile{border-radius:var(--radius-card);padding:clamp(1.5rem,3vw,2rem);background:var(--white);border:1px solid var(--line);translate:0 0;transition:translate .4s var(--ease),box-shadow .4s var(--ease),border-color .4s var(--ease);}
.card:hover,.tile:hover{translate:0 -6px;box-shadow:var(--shadow-soft);border-color:rgba(var(--forest-rgb),.3);}
.tile-icon{width:44px;height:44px;border-radius:50%;background:rgba(var(--forest-rgb),.1);display:flex;align-items:center;justify-content:center;color:var(--forest);margin-bottom:1rem;transition:transform .4s var(--ease),background-color .4s var(--ease);}
.tile:hover .tile-icon{transform:scale(1.12);background-color:rgba(var(--forest-rgb),.18);}
@media (prefers-reduced-motion:reduce){
  .card,.tile,.tile-icon{transition:none;}
  .card:hover,.tile:hover{translate:0 0;}
  .tile:hover .tile-icon{transform:none;}
}

/* ---- Forms ---- */
.field{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.2rem;}
.field label{font-weight:700;font-size:.88rem;color:var(--forest-dark);}
.field .hint{font-size:.8rem;color:var(--ink-soft);}
.field input,.field textarea,.field select{font-family:var(--font-body);font-size:1rem;padding:.85rem 1rem;border:1.5px solid var(--line);border-radius:var(--radius-input);background:var(--white);color:var(--ink);transition:border-color .2s var(--ease),box-shadow .2s var(--ease);max-width:100%;}
.field input::placeholder,.field textarea::placeholder{color:#8b8d7e;}
.field input:focus,.field textarea:focus,.field select:focus{outline:none;border-color:var(--forest);box-shadow:0 0 0 3px rgba(var(--forest-rgb),.15);}
.field-error{color:#a3312a;font-size:.85rem;}
.field.has-error input,.field.has-error textarea{border-color:#a3312a;}
.checkbox-field{display:flex;gap:.65rem;align-items:flex-start;font-size:.9rem;color:var(--ink-soft);}
.checkbox-field input{margin-top:.25rem;width:18px;height:18px;accent-color:var(--forest);}
.form-note{font-size:.85rem;color:var(--ink-soft);}
.form-success{background:rgba(var(--forest-rgb),.08);border:1px solid rgba(var(--forest-rgb),.25);color:var(--forest-dark);padding:1.1rem 1.3rem;border-radius:var(--radius-input);}
.form-fail{background:rgba(163,49,42,.08);border:1px solid rgba(163,49,42,.3);color:#7a231d;padding:1.1rem 1.3rem;border-radius:var(--radius-input);}

/* ---- Footer ---- */
.site-footer{background:var(--forest-dark);color:rgba(250,248,243,.85);padding-block:clamp(3rem,6vw,4.5rem) 2rem;}
.site-footer a{color:var(--ivory);}
.site-footer a:hover{color:#c9e0bd;}
.footer-grid{display:grid;gap:2.5rem;grid-template-columns:1fr;margin-bottom:2.5rem;}
@media (min-width:768px){ .footer-grid{grid-template-columns:1.3fr 1fr 1fr;} }
.footer-brand p{color:rgba(250,248,243,.7);}
.footer-heading{font-family:var(--font-body);font-weight:700;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:rgba(250,248,243,.6);margin-bottom:1rem;}
.footer-links{list-style:none;padding:0;display:flex;flex-direction:column;gap:.6rem;}
.footer-links a{text-decoration:none;}
.footer-bottom{border-top:1px solid rgba(250,248,243,.15);padding-top:1.5rem;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;font-size:.85rem;color:rgba(250,248,243,.6);}
.footer-bottom a{text-decoration:none;color:rgba(250,248,243,.75);}
.footer-legal{display:inline-flex;align-items:center;gap:.5rem;flex-wrap:wrap;}
.footer-admin-link{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;color:rgba(250,248,243,.35);transition:color .2s var(--ease),background-color .2s var(--ease);}
.footer-admin-link:hover{color:var(--ivory);background:rgba(250,248,243,.12);}

/* ---- Scroll reveal ---- */
.reveal{opacity:0;transform:translateY(26px);transition:opacity var(--dur) var(--ease),transform var(--dur) var(--ease);transition-delay:var(--d,0s);}
.reveal.is-visible{opacity:1;transform:none;}
.reveal-left{transform:translateX(-32px);}
.reveal-right{transform:translateX(32px);}
@media (prefers-reduced-motion:reduce){
  .reveal{opacity:1!important;transform:none!important;transition:none!important;}
  html{scroll-behavior:auto;}
}

/* ---- Quote ---- */
.pull-quote{font-family:var(--font-display);font-style:italic;font-size:clamp(1.5rem,3vw,2.1rem);color:var(--forest-dark);line-height:1.4;max-width:44ch;}

/* ---- Hero (shared defaults, pages can extend) ---- */
.hero{padding-top:clamp(2.5rem,6vw,4rem);padding-bottom:var(--space-section);}
.hero-eyebrow{font-size:.78rem;}
.hero h1{margin-bottom:.5rem;}
.hero .lede{font-size:1.15rem;max-width:46ch;}
.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.6rem;}
.hero-figure{border-radius:var(--radius-card);overflow:hidden;box-shadow:var(--shadow-soft);aspect-ratio:3/4;max-height:620px;}
.hero-figure img{width:100%;height:100%;object-fit:cover;object-position:50% 18%;}

/* ---- Cover: grosser Bild-Header mit Scroll-Zoom-in ---- */
.cover{height:220vh;position:relative;}
.cover-sticky{position:sticky;top:0;height:100vh;height:100dvh;overflow:hidden;display:flex;align-items:center;justify-content:center;}
.cover-media{position:absolute;inset:0;}
.cover-media img{width:100%;height:100%;object-fit:cover;transform:scale(1);will-change:transform;}
.cover-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(26,48,19,.3),rgba(26,48,19,.16) 45%,rgba(26,48,19,.5));}
.cover-content{position:relative;z-index:1;text-align:center;padding-inline:1.5rem;display:flex;flex-direction:column;align-items:center;will-change:opacity;}
/* Logo bekommt eine helle Kreisscheibe als Untergrund, damit das dunkelgruene
   Mark nicht mit dem gruenlich getoenten Bild-Overlay verschmilzt (war zu klein UND zu kontrastarm). */
.cover-logo-wrap{width:92px;height:92px;border-radius:50%;background:rgba(250,248,243,.97);display:flex;align-items:center;justify-content:center;margin-bottom:1.6rem;box-shadow:0 16px 40px rgba(0,0,0,.32),0 0 0 1px rgba(255,255,255,.5) inset;will-change:transform,opacity;}
.cover-logo{width:60%;height:60%;display:block;}
.cover-eyebrow{font-family:var(--font-body);font-weight:700;font-size:.8rem;letter-spacing:.18em;text-transform:uppercase;color:rgba(250,248,243,.92);margin:0 0 .9em;text-shadow:0 2px 16px rgba(0,0,0,.3);}
.cover-name{font-family:var(--font-display);font-weight:600;font-size:clamp(2.8rem,8vw,5.5rem);color:var(--white);margin:0 0 1.6rem;text-shadow:0 4px 30px rgba(0,0,0,.32);}
/* Erscheint erst, wenn der Bildschirm durch den Logo-Zoom weiss ist - der Uebergangssatz
   kurz vor dem Beginn der Weg-Linie. */
.cover-white-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:min(560px,86vw);margin:0;font-family:var(--font-display);font-style:italic;font-weight:500;font-size:clamp(1.5rem,3.4vw,2.3rem);line-height:1.35;color:var(--forest-dark);text-align:center;opacity:0;pointer-events:none;}
.cover-scroll-cue{display:flex;flex-direction:column;align-items:center;gap:.4rem;color:var(--white);text-decoration:none;font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;opacity:.9;transition:opacity .2s var(--ease),transform .2s var(--ease);}
.cover-scroll-cue:hover{opacity:1;color:var(--white);transform:translateY(3px);}
.cover-scroll-cue svg{animation:cover-bounce 1.8s ease-in-out infinite;}
@keyframes cover-bounce{0%,100%{transform:translateY(0);}50%{transform:translateY(5px);}}
@media (prefers-reduced-motion:reduce){
  .cover{height:100vh;height:100dvh;}
  .cover-scroll-cue svg{animation:none;}
  .cover-logo-wrap{transform:none!important;opacity:1!important;}
  .cover-logo,.cover-media,.cover-eyebrow,.cover-name,.cover-scroll-cue,.cover-content{opacity:1!important;}
  .cover-white-text{display:none;}
}
/* Mobil: 220vh Scroll-Zoom-Strecke fuehlt sich auf kleinen Screens wie eine
   zu lange leere weisse Flaeche an, bevor der naechste Inhalt kommt - kuerzer fassen. */
@media (max-width:900px){
  .cover{height:160vh;}
}

/* ---- Weg-Linie: durchgehende Linie im Normalfluss, keine Sticky-Pins.
   Zeichnet sich beim Scrollen (siehe journey.js). Stationen liegen abwechselnd
   links/rechts der Linie, Punkte markieren die Position exakt ueber CSS-Grid,
   nicht ueber feste SVG-Koordinaten (robust bei variabler Textlaenge). ---- */
.journey-stations{position:relative;padding-block:clamp(3rem,6vw,5rem);}
.journey-line-svg{position:absolute;top:0;left:50%;transform:translateX(-50%);width:60px;height:100%;overflow:visible;pointer-events:none;z-index:0;}
#weg-linie-path{fill:none;stroke:var(--forest);stroke-width:5;stroke-linecap:round;}
.journey-station{position:relative;display:grid;grid-template-columns:1fr 1fr;column-gap:clamp(2rem,6vw,5rem);align-items:center;padding-block:clamp(2rem,5vw,3.5rem);z-index:1;}
.journey-station-dot{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:16px;height:16px;border-radius:50%;background:var(--ivory);border:3px solid var(--forest);z-index:2;transition:background-color .4s var(--ease),box-shadow .4s var(--ease),transform .4s var(--ease);}
.journey-station-dot.is-lit{background:var(--forest);box-shadow:0 0 0 7px rgba(var(--forest-rgb),.18);transform:translate(-50%,-50%) scale(1.2);}
.journey-station-media{grid-column:1;justify-self:end;width:min(260px,78vw);will-change:transform;}
.journey-station-media-frame{position:relative;overflow:hidden;border-radius:20px;aspect-ratio:3/4;box-shadow:0 22px 48px -22px rgba(var(--forest-rgb),.4);}
.journey-station-media-frame img{position:absolute;left:0;top:-16%;width:100%;height:132%;object-fit:cover;object-position:50% 20%;will-change:transform;}
.journey-station-text{grid-column:2;justify-self:start;max-width:420px;}
.journey-station--text-only .journey-station-text{grid-column:2;justify-self:start;}
.journey-station--flip .journey-station-media{grid-column:2;justify-self:start;}
.journey-station--flip .journey-station-text{grid-column:1;justify-self:end;text-align:right;}
.journey-station--flip.journey-station--text-only .journey-station-text{grid-column:1;justify-self:end;text-align:right;}
/* Aktivierung: journey.js setzt "js-active" auf den Wrapper (nur wenn JS + kein reduced-motion),
   erst dann startet der Bild/Text-Verdeckt-Zustand; ohne JS bleibt alles normal sichtbar. */
.journey-stations.js-active .journey-station-media,
.journey-stations.js-active .journey-station-text{opacity:0;transform:translate(28px,18px);transition:opacity .8s var(--ease),transform .8s var(--ease);transition-delay:.12s;}
.journey-stations.js-active .journey-station-media{transition-delay:0s;}
.journey-stations.js-active .journey-station--flip .journey-station-media,
.journey-stations.js-active .journey-station--flip .journey-station-text{transform:translate(-28px,18px);}
.journey-stations.js-active .journey-station.is-active .journey-station-media,
.journey-stations.js-active .journey-station.is-active .journey-station-text{opacity:1;transform:translate(0,0);}
@media (max-width:900px){
  .journey-line-svg{left:22px;transform:none;width:36px;}
  .journey-station{grid-template-columns:1fr;padding-left:52px;}
  .journey-station-media{margin-bottom:1rem;width:min(220px,60vw);}
  .journey-station-media,.journey-station-text,.journey-station--flip .journey-station-media,.journey-station--flip .journey-station-text{grid-column:1;justify-self:start;text-align:left;max-width:none;}
  .journey-station-dot{left:22px;}
  .journey-stations.js-active .journey-station-media,
  .journey-stations.js-active .journey-station-text,
  .journey-stations.js-active .journey-station--flip .journey-station-media,
  .journey-stations.js-active .journey-station--flip .journey-station-text{transform:translate(0,20px);}
}
@media (prefers-reduced-motion:reduce){
  .journey-station-dot{transition:none;}
}

/* ---- Weg-Linie, zweiter Auftritt: EINE durchgehende Linie von den Stationen bis zum
   Schluss-CTA-Button. Ueber Textbloecken (".weg-text-zone") blendet sie sich per
   CSS-Mask sanft aus, damit der Text lesbar bleibt; ueber Bildern/Zwischenraeumen bleibt
   sie sichtbar. Wird kurz vor der dunklen CTA-Section per Farbverlauf von Waldgruen auf
   Hell umgefaerbt, damit sie dort nicht verschwindet. JS berechnet Position/Hoehe/Maske. ---- */
.weg-linie-tail{position:absolute;left:50%;transform:translateX(-50%);width:60px;overflow:visible;pointer-events:none;z-index:1;}
#weg-linie-tail-path{fill:none;stroke-width:5;stroke-linecap:round;}
@media (max-width:900px){ .weg-linie-tail{left:22px;transform:none;width:36px;} }
@media (prefers-reduced-motion:reduce){ .weg-linie-tail{display:none;} }

.weg-ziel{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:1.6rem;opacity:.92;}
.weg-ziel-svg{width:32px;height:auto;color:rgba(250,248,243,.85);}
.weg-ziel-svg path{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;}
.weg-ziel-svg circle{fill:currentColor;}

/* ---- Section-Banner: breites, unterstuetzendes Bild oberhalb eines Textblocks ---- */
.section-banner{width:100%;max-width:1400px;margin:0 auto clamp(2rem,5vw,3rem);padding-inline:clamp(1.25rem,4vw,2.5rem);}
.section-banner img{width:100%;height:clamp(220px,32vw,420px);object-fit:cover;border-radius:var(--radius-card);box-shadow:var(--shadow-soft);}

/* ---- Wegmarken: kleine Konnektoren zwischen den Sections, links/rechts eingeblendet ---- */
.wegmarke{display:flex;flex-direction:column;align-items:center;gap:.7rem;max-width:440px;margin:0 auto;padding-block:clamp(2rem,5vw,3rem);text-align:center;}
.wegmarke-svg{width:30px;height:auto;color:var(--forest);opacity:.65;}
.wegmarke-svg path{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;}
.wegmarke-text{font-family:var(--font-display);font-style:italic;font-weight:500;font-size:1.2rem;color:var(--forest-dark);margin:0;}

/* ---- Utility ---- */
.mt-0{margin-top:0;}
.text-soft{color:var(--ink-soft);}
.badge{display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;font-weight:700;padding:.4rem .85rem;border-radius:var(--radius-pill);background:rgba(var(--forest-rgb),.1);color:var(--forest-dark);}
.placeholder-note{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.04em;color:#8a5a1b;background:rgba(198,140,42,.14);border:1px dashed rgba(198,140,42,.5);padding:.25rem .6rem;border-radius:6px;margin-bottom:.6rem;}
