/* OJAS-Praxis · Brand Styles · extracted from index.html */

/* =========================================================
   OJAS Praxis  ·  Masterpiece-Konzept
   Design tokens
   ========================================================= */
:root{
  --ink:#1a1a1a;
  --ink-soft:#3d3d3a;
  --ink-faint:#7a7a73;
  --paper:#faf5ea;
  --paper-warm:#f2ecdb;
  --paper-deep:#e8e0c8;
  --rule:#d0c7af;
  /* Brand: deep teal (replaces sage) — from logo "OJAS" lettering */
  --sage:#2d6066;
  --sage-dark:#1c4750;
  --sage-deep:#0f2d34;
  --sage-veil:#dfe9ea;
  /* Brand: warm gold — from logo "Praxis" lettering */
  --gold:#ceab52;
  --gold-dark:#a08540;
  --gold-veil:#f5ecd0;
  /* Brand: terracotta — from the crane/sun illustration */
  --terra:#a94c45;
  --terra-dark:#8a3a35;
  --terra-veil:#f4dad6;
  --serif:'Cormorant Garamond', 'Times New Roman', serif;
  --sans:'Mulish', system-ui, sans-serif;
  --script:'Caveat', cursive;
  --maxw:1320px;
  --gutter:clamp(1.25rem,3.5vw,3rem);
  --section-y:clamp(4.5rem,9vw,8rem);
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  margin:0;background:var(--paper);color:var(--ink);
  font-family:var(--sans);font-weight:400;font-size:17px;line-height:1.65;
  text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit;cursor:pointer;border:0;background:none;color:inherit}

/* type */
h1,h2,h3,h4{font-family:var(--serif);font-weight:400;color:var(--sage-deep);margin:0;line-height:1.1;letter-spacing:-0.005em}
h1{font-size:clamp(2.6rem,6.4vw,5.4rem);font-weight:300}
h2{font-size:clamp(2rem,4.4vw,3.4rem)}
h3{font-size:clamp(1.4rem,2.4vw,1.85rem);font-weight:500}
h4{font-size:1.18rem;font-weight:600}
p{margin:0 0 1em}

.eyebrow{
  font-family:var(--sans);font-size:.78rem;font-weight:600;
  letter-spacing:.22em;text-transform:uppercase;color:var(--gold-dark);
  display:inline-flex;align-items:center;gap:.7em;
}
.eyebrow::before{content:"";display:inline-block;width:1.6em;height:1px;background:var(--gold)}
.script{font-family:var(--script);font-weight:500;color:var(--sage-dark);letter-spacing:.005em}
.serif{font-family:var(--serif)}

.wrap{max-width:var(--maxw);margin:0 auto;padding:0 var(--gutter)}
.section{padding:var(--section-y) 0;position:relative}
.section--paper-warm{background:var(--paper-warm)}
.section--sage{background:var(--sage-deep);color:#f0ece2}
.section--sage h1,.section--sage h2,.section--sage h3{color:#f7f4ea}

/* dividers — small ornament */
.ornament{display:flex;align-items:center;gap:.9rem;color:var(--gold);font-size:.85rem;justify-content:center}
.ornament::before,.ornament::after{content:"";flex:0 0 60px;height:1px;background:currentColor;opacity:.55}

/* ----- buttons ----- */
.btn{
  display:inline-flex;align-items:center;gap:.65em;
  padding:1em 1.85em;border-radius:999px;
  font-family:var(--sans);font-weight:600;font-size:.95rem;letter-spacing:.01em;
  transition:transform .25s ease,box-shadow .25s ease,background .25s ease,color .25s ease;
  will-change:transform;
}
.btn:hover{transform:translateY(-1px)}
.btn--primary{background:var(--sage);color:#fff;box-shadow:0 10px 30px -10px rgba(60,90,75,.55)}
.btn--primary:hover{background:var(--sage-dark);box-shadow:0 14px 34px -10px rgba(60,90,75,.7)}
.btn--ghost{background:transparent;color:var(--sage-dark);border:1px solid var(--sage)}
.btn--ghost:hover{background:var(--sage-veil)}
.btn--link{padding:.1em 0;color:var(--sage-dark);border-bottom:1px solid var(--gold);border-radius:0}
.btn--link:hover{color:var(--gold-dark)}
.btn--gold{background:var(--gold);color:#fff}
.btn--gold:hover{background:var(--gold-dark)}
.btn .arrow{transition:transform .3s}
.btn:hover .arrow{transform:translateX(4px)}

/* =========================================================
   Topbar (utility row) + Header
   ========================================================= */
.topbar{
  background:var(--sage-deep);color:#dcd6c4;
  font-size:.82rem;font-weight:500;letter-spacing:.03em;
}
.topbar .wrap{display:flex;justify-content:space-between;align-items:center;
  min-height:38px;flex-wrap:wrap;gap:.5rem 1.5rem}
.topbar .left{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap}
.topbar .right{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap}
.topbar a{display:inline-flex;align-items:center;gap:.4em;transition:color .2s}
.topbar a:hover{color:#fff}
.topbar svg{width:14px;height:14px;flex-shrink:0;opacity:.85}
@media (max-width:700px){.topbar .left .hide-sm{display:none}}

.header{
  position:sticky;top:0;z-index:60;
  background:rgba(251,249,244,.94);backdrop-filter:saturate(1.4) blur(14px);
  -webkit-backdrop-filter:saturate(1.4) blur(14px);
  border-bottom:1px solid var(--rule);
}
.header .wrap{display:flex;align-items:center;justify-content:space-between;
  min-height:84px;gap:2rem}
.brand{display:flex;align-items:center;gap:.8rem}
.brand img{height:48px;width:auto}
.brand-text{display:flex;flex-direction:column;line-height:1.05}
.brand-text .b1{font-family:var(--serif);font-size:1.3rem;font-weight:500;color:var(--sage-deep);letter-spacing:.02em}
.brand-text .b2{font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold-dark);font-weight:600}

.nav{display:flex;align-items:center;gap:2rem}
.nav a{font-size:.92rem;font-weight:500;color:var(--ink);position:relative;transition:color .2s}
.nav a:hover{color:var(--sage-dark)}
.nav a::after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:1px;background:var(--gold);
  transform:scaleX(0);transform-origin:left;transition:transform .25s ease}
.nav a:hover::after{transform:scaleX(1)}
@media (max-width:980px){.nav{display:none}}

.header-cta{display:flex;align-items:center;gap:.8rem}
.icon-btn{
  display:inline-flex;align-items:center;justify-content:center;
  width:42px;height:42px;border-radius:50%;background:var(--sage-veil);color:var(--sage-dark);
  transition:background .2s,color .2s;
}
.icon-btn:hover{background:var(--sage);color:#fff}
.icon-btn svg{width:18px;height:18px}

.burger{display:none;width:44px;height:44px;align-items:center;justify-content:center;
  border:1px solid var(--rule);border-radius:50%;background:var(--paper)}
.burger span,.burger span::before,.burger span::after{
  display:block;width:18px;height:1.6px;background:var(--ink);position:relative;transition:.25s}
.burger span::before{content:"";position:absolute;top:-6px;left:0;right:0}
.burger span::after{content:"";position:absolute;top:6px;left:0;right:0}
@media (max-width:980px){.burger{display:inline-flex}.header-cta .btn{display:none}}

/* mobile drawer */
.drawer{
  position:fixed;inset:0;z-index:80;
  background:rgba(36,46,40,.5);backdrop-filter:blur(6px);
  opacity:0;pointer-events:none;transition:opacity .3s;
}
.drawer.open{opacity:1;pointer-events:auto}
.drawer-panel{
  position:absolute;right:0;top:0;bottom:0;width:min(420px,86vw);
  background:var(--paper);padding:1.4rem 1.6rem 2rem;
  transform:translateX(102%);transition:transform .35s cubic-bezier(.4,.0,.2,1);
  display:flex;flex-direction:column;
}
.drawer.open .drawer-panel{transform:translateX(0)}
.drawer-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}
.close-x{width:42px;height:42px;border-radius:50%;background:var(--paper-warm);
  display:inline-flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--ink)}
.drawer nav a{display:block;padding:.95rem 0;border-bottom:1px solid var(--rule);
  font-family:var(--serif);font-size:1.45rem;color:var(--sage-deep);font-weight:500}
.drawer nav a small{display:block;font-family:var(--sans);font-size:.78rem;font-weight:500;color:var(--ink-soft);letter-spacing:.02em;margin-top:.1em}
.drawer .drawer-cta{margin-top:auto;display:flex;flex-direction:column;gap:.6rem}

/* =========================================================
   HERO
   ========================================================= */
.hero{
  position:relative;
  padding:clamp(3rem,7vw,6rem) 0 clamp(4rem,8vw,7rem);
  overflow:hidden;
  background:
    radial-gradient(900px 600px at 85% 18%, rgba(184,149,106,.14), transparent 55%),
    radial-gradient(800px 700px at 10% 110%, rgba(92,122,107,.16), transparent 60%),
    linear-gradient(180deg, var(--paper) 0%, var(--paper-warm) 100%);
}
.hero::before{
  content:"";position:absolute;inset:0;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240' viewBox='0 0 240 240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 .07 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  opacity:.6;pointer-events:none;mix-blend-mode:multiply;
}
.hero-grid{
  display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(2.4rem,5vw,5rem);
  align-items:center;position:relative;
}
@media (max-width:880px){.hero-grid{grid-template-columns:1fr;gap:2.5rem}}

.hero-text{position:relative}
.hero-text .eyebrow{margin-bottom:1.4rem}
.hero-text h1{margin-bottom:1.2rem}
.hero-text h1 em{font-style:italic;color:var(--sage);font-weight:300}
.hero-text .lead{
  font-family:var(--serif);font-size:clamp(1.15rem,1.7vw,1.4rem);
  font-weight:400;line-height:1.5;color:var(--ink-soft);
  max-width:36ch;margin-bottom:2rem;
}
.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem;align-items:center}
.hero-actions .alt{font-size:.88rem;color:var(--ink-soft);margin-left:.4rem}
.hero-actions .alt a{color:var(--sage-dark);border-bottom:1px solid var(--gold)}

/* signature line below hero text */
.hero-sig{
  margin-top:2.2rem;display:flex;gap:1rem;align-items:center;color:var(--ink-soft);
  font-size:.9rem;
}
.hero-sig .name{font-family:var(--script);font-size:1.55rem;color:var(--sage-dark);line-height:1}

/* hero image — portrait, layered */
.hero-figure{position:relative;justify-self:end;width:min(440px,100%);aspect-ratio:5/6}
.hero-figure .frame{
  position:absolute;inset:0;border-radius:240px 240px 24px 24px;
  overflow:hidden;
  box-shadow:0 40px 80px -30px rgba(60,80,70,.45),
             0 16px 36px -22px rgba(0,0,0,.35);
}
.hero-figure .frame img{width:100%;height:100%;object-fit:cover;object-position:center 22%}
.hero-figure .ornament-circle{
  position:absolute;width:160px;height:160px;
  right:-58px;bottom:-30px;
  border-radius:50%;background:var(--terra);color:#fdf3df;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  font-family:var(--serif);text-align:center;line-height:1.08;
  box-shadow:0 18px 40px -14px rgba(169,76,69,.55);
  transform:rotate(-6deg);
}
.ornament-circle .big{font-size:2.2rem;font-weight:400;font-style:italic}
.ornament-circle .small{font-size:.66rem;letter-spacing:.2em;text-transform:uppercase;margin-top:.25em;font-family:var(--sans);font-weight:600;opacity:.9}
.hero-figure .leaf{
  position:absolute;top:-40px;left:-30px;width:96px;height:96px;color:var(--terra);opacity:.65;
}

/* vertrauens-strip */
.trust{
  position:relative;margin-top:clamp(3rem,5vw,4.5rem);
  display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem;
  padding:1.4rem 1.6rem;border-radius:18px;
  background:rgba(255,255,255,.55);border:1px solid var(--rule);
  backdrop-filter:blur(6px);
}
.trust-item{display:flex;align-items:center;gap:.8rem;font-size:.86rem;color:var(--ink-soft);line-height:1.3}
.trust-item strong{color:var(--sage-deep);font-weight:600;display:block;font-size:.95rem;font-family:var(--serif);letter-spacing:.005em}
.trust-item .icon{flex:0 0 38px;width:38px;height:38px;border-radius:50%;background:var(--gold-veil);color:var(--gold-dark);display:flex;align-items:center;justify-content:center}
.trust-item .icon svg{width:18px;height:18px}
@media (max-width:760px){.trust{grid-template-columns:repeat(2,1fr)}}
@media (max-width:430px){.trust{grid-template-columns:1fr}}

/* =========================================================
   Section B — Was OJAS anders macht (3 cards)
   ========================================================= */
.three-cards{
  display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;
}
@media (max-width:880px){.three-cards{grid-template-columns:1fr}}
.diff-card{
  background:#fff;border:1px solid var(--rule);border-radius:24px;padding:2rem 1.8rem 1.8rem;
  position:relative;transition:transform .35s,box-shadow .35s,border-color .3s;
}
.diff-card:hover{transform:translateY(-3px);box-shadow:0 24px 60px -28px rgba(60,80,70,.35);border-color:var(--sage)}
.diff-card .num{
  font-family:var(--serif);font-style:italic;font-size:2.6rem;color:var(--terra);
  line-height:1;display:block;margin-bottom:1rem;
}
.diff-card h3{margin-bottom:.7rem;color:var(--sage-deep)}
.diff-card p{font-size:.96rem;color:var(--ink-soft);margin:0}

.section-head{text-align:center;max-width:760px;margin:0 auto clamp(2.4rem,5vw,4rem)}
.section-head .eyebrow{margin-bottom:1.1rem}
.section-head h2{margin-bottom:1rem}
.section-head p{font-family:var(--serif);font-size:1.15rem;color:var(--ink-soft);line-height:1.55}

/* =========================================================
   Section C — Was du bei OJAS bekommst (intro)
   ========================================================= */
.intro-grid{
  display:grid;grid-template-columns:5fr 7fr;gap:clamp(2.4rem,5vw,5rem);
  align-items:start;
}
@media (max-width:880px){.intro-grid{grid-template-columns:1fr;gap:2.5rem}}

.intro-aside .pull{
  font-family:var(--serif);font-weight:400;font-style:italic;font-size:clamp(1.45rem,2.4vw,2rem);
  line-height:1.3;color:var(--sage-dark);
  position:relative;padding-left:1.4rem;border-left:3px solid var(--gold);
}
.intro-aside .pull::first-letter{font-size:1.4em;font-weight:500}
.intro-aside .small{display:block;margin-top:1.2rem;font-size:.88rem;color:var(--ink-faint);letter-spacing:.04em}

.intro-body p{font-size:1.05rem;color:var(--ink);line-height:1.7}
.intro-body p:first-of-type::first-letter{
  font-family:var(--serif);float:left;font-size:4.4rem;line-height:.85;
  padding:.35rem .55rem .15rem 0;color:var(--sage);font-weight:500;
}

/* accordion */
.acc{margin-top:2.2rem;border-top:1px solid var(--rule)}
.acc-item{border-bottom:1px solid var(--rule)}
.acc-trigger{
  width:100%;text-align:left;padding:1.05rem 0;display:flex;justify-content:space-between;
  align-items:center;gap:1rem;color:var(--sage-deep);font-family:var(--serif);font-size:1.2rem;font-weight:500;
}
.acc-trigger .plus{width:32px;height:32px;border-radius:50%;background:var(--gold-veil);
  display:inline-flex;align-items:center;justify-content:center;color:var(--gold-dark);
  font-size:1rem;transition:transform .3s,background .2s}
.acc-item[open] .plus{transform:rotate(45deg);background:var(--sage-veil);color:var(--sage-dark)}
.acc-content{padding:0 0 1.4rem;color:var(--ink-soft);font-size:.99rem;line-height:1.7}

/* =========================================================
   Section D — 6 Heilungsebenen (custom SVG)
   ========================================================= */
.ebenen-wrap{
  display:grid;grid-template-columns:1fr 1fr;gap:clamp(2.2rem,5vw,4rem);align-items:center;
}
@media (max-width:980px){.ebenen-wrap{grid-template-columns:1fr}}
.ebenen-svg-wrap{
  position:relative;aspect-ratio:1/1;max-width:540px;width:100%;margin:0 auto;
}
.ebenen-svg-wrap svg{width:100%;height:100%}
.ebenen-list{display:flex;flex-direction:column;gap:.45rem}
.ebene-row{
  display:flex;gap:1rem;align-items:flex-start;padding:.95rem 1rem;
  border-radius:12px;cursor:default;transition:background .25s;
}
.ebene-row:hover{background:#fff}
.ebene-row .dot{
  flex:0 0 28px;width:28px;height:28px;border-radius:50%;color:#fff;display:flex;
  align-items:center;justify-content:center;font-size:.78rem;font-weight:700;margin-top:.1rem;
  font-family:var(--serif);font-style:italic;
}
.ebene-row h4{margin-bottom:.15rem;font-family:var(--serif);font-weight:500;font-size:1.05rem;color:var(--sage-deep)}
.ebene-row p{margin:0;font-size:.88rem;color:var(--ink-soft);line-height:1.55}

/* =========================================================
   Section E — 4 Schritte
   ========================================================= */
.steps{
  display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem;position:relative;
}
@media (max-width:980px){.steps{grid-template-columns:repeat(2,1fr)}}
@media (max-width:540px){.steps{grid-template-columns:1fr}}
.step{
  background:#fff;border:1px solid var(--rule);border-radius:22px;
  padding:1.8rem 1.6rem;position:relative;display:flex;flex-direction:column;
  transition:transform .3s,box-shadow .3s,border-color .3s;
}
.step:hover{border-color:var(--sage);transform:translateY(-3px);box-shadow:0 18px 50px -26px rgba(60,80,70,.4)}
.step .nr{
  font-family:var(--serif);font-style:italic;font-size:3rem;line-height:1;color:var(--gold);
  margin-bottom:1.4rem;display:block;font-weight:400;
}
.step h4{margin-bottom:.5rem;color:var(--sage-deep)}
.step p{font-size:.92rem;color:var(--ink-soft);margin:0;line-height:1.6}
.step.cta-step{background:var(--sage-deep);border-color:var(--sage-deep);color:#f0ecd9}
.step.cta-step h4{color:#f7f4ea}
.step.cta-step p{color:#d6cfb9;margin-bottom:1.2rem}
.step.cta-step .nr{color:var(--gold)}
.step .step-cta{margin-top:auto;padding-top:1.1rem;display:inline-flex;align-items:center;gap:.4em;
  font-weight:600;font-size:.88rem;color:var(--gold)}
.step.cta-step .step-cta{color:var(--gold)}

/* =========================================================
   Section F — Themen (10 Boxen)
   ========================================================= */
.themen{
  display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem;
}
@media (max-width:980px){.themen{grid-template-columns:repeat(2,1fr)}}
@media (max-width:560px){.themen{grid-template-columns:1fr}}
.thema{
  display:block;background:#fff;border:1px solid var(--rule);border-radius:20px;
  padding:1.6rem 1.55rem 1.5rem;transition:transform .3s,box-shadow .3s,border-color .3s;
  position:relative;overflow:hidden;
}
.thema:hover{transform:translateY(-3px);box-shadow:0 18px 44px -22px rgba(60,80,70,.4);border-color:var(--sage)}
.thema::before{
  content:"";position:absolute;left:0;top:0;bottom:0;width:4px;
  background:linear-gradient(180deg, var(--gold), var(--sage));
  opacity:0;transition:opacity .3s;
}
.thema:hover::before{opacity:1}
.thema .icon-thema{width:54px;height:54px;padding:13px;box-sizing:border-box;background:var(--sage-veil);border-radius:50%;color:var(--sage-dark);stroke-width:1.25;margin-bottom:1rem}
/* Weiche, badge-artige Themen-Icons (statt grosser schwarzer Zeichen) */
/* =================== Duo-Cards (Themen-Detailseiten) =================== */
.duo{display:grid;grid-template-columns:1fr 1fr;gap:1.4rem}
@media (max-width:760px){.duo{grid-template-columns:1fr}}
.duo-card{background:#fff;border:1px solid var(--rule);border-radius:24px;padding:2.2rem 2rem;position:relative;overflow:hidden}
.duo-card.east{background:linear-gradient(135deg, var(--sage-veil) 0%, #fff 90%)}
.duo-card.bio{background:linear-gradient(135deg, var(--gold-veil) 0%, #fff 90%)}
.duo-card .icon-big{width:60px;height:60px;padding:14px;box-sizing:border-box;background:var(--sage-veil);border-radius:50%;color:var(--sage-dark);stroke-width:1.3;margin-bottom:1.2rem}
.duo-card.bio .icon-big{background:var(--gold-veil);color:var(--gold-dark)}
.duo-card .tag{font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;font-weight:600;color:var(--gold-dark);margin-bottom:.6rem}
.duo-card.east .tag{color:var(--sage-dark)}
.duo-card h3{margin-bottom:.7rem}
.duo-card p{font-size:.97rem;color:var(--ink-soft);margin:0 0 1em;line-height:1.6}
.duo-card ul{list-style:none;padding:0;margin:1.2rem 0 0}
.duo-card ul li{padding:.45rem 0 .45rem 1.4rem;position:relative;color:var(--ink-soft);font-size:.92rem}
.duo-card ul li::before{content:"›";position:absolute;left:0;color:var(--gold);font-weight:700;top:.4rem}
.thema .tag{font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;font-weight:600;color:var(--gold-dark);margin-bottom:.6rem}
.thema h3{font-size:1.15rem;font-weight:600;margin-bottom:.45rem;color:var(--sage-deep)}
.thema .kicker{
  display:block;font-family:var(--serif);font-style:italic;font-size:.95rem;
  color:var(--terra);margin:-.2rem 0 .75rem;line-height:1.35;
}
.thema p{font-size:.88rem;color:var(--ink-soft);margin:0 0 1rem;line-height:1.55}
.thema .more{font-size:.84rem;font-weight:600;color:var(--sage-dark);display:inline-flex;align-items:center;gap:.4em;letter-spacing:.02em}
.thema:hover .more{color:var(--gold-dark)}

/* =========================================================
   Section G — Testimonials + Fallstudien
   ========================================================= */
.testimonials{
  display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem;
}
@media (max-width:880px){.testimonials{grid-template-columns:1fr}}
.tcard{
  background:#fff;border:1px solid var(--rule);border-radius:22px;padding:2rem 1.8rem 1.6rem;
  display:flex;flex-direction:column;position:relative;
}
.tcard::before{
  content:"“";position:absolute;top:.6rem;left:1.4rem;
  font-family:var(--serif);font-size:5.5rem;color:var(--gold);opacity:.5;line-height:1;
}
.tcard blockquote{margin:1.6rem 0 1.4rem;font-family:var(--serif);font-size:1.06rem;line-height:1.55;color:var(--ink);font-style:italic;font-weight:400}
.tcard .person{display:flex;align-items:center;gap:.85rem;margin-top:auto;padding-top:1rem;border-top:1px solid var(--rule)}
.tcard .avatar{
  width:42px;height:42px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;
  color:#fff;font-family:var(--serif);font-size:1.15rem;font-weight:500;flex-shrink:0;
}
.tcard .meta{font-size:.85rem;line-height:1.3}
.tcard .meta .name{font-weight:600;color:var(--sage-deep);font-size:.95rem;display:block;font-family:var(--serif)}
.tcard .meta .role{color:var(--ink-faint)}
.tcard .date{font-size:.72rem;color:var(--ink-faint);letter-spacing:.06em;text-transform:uppercase;margin-left:auto}

/* =========================================================
   Fallstudien (Realgeschichten)
   ========================================================= */
.cases{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem;margin-top:clamp(2.5rem,4vw,3.5rem)}
@media (max-width:880px){.cases{grid-template-columns:1fr}}
.case{
  position:relative;overflow:hidden;border-radius:22px;display:block;
  background:var(--sage-deep);color:#f0ecd9;min-height:300px;
  transition:transform .35s;
}
.case:hover{transform:translateY(-3px)}
.case .case-bg{position:absolute;inset:0}
.case .case-bg img{width:100%;height:100%;object-fit:cover;opacity:.4;
  transition:opacity .4s,transform .8s ease}
.case:hover .case-bg img{opacity:.55;transform:scale(1.05)}
.case .case-bg::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg, rgba(44,61,51,.2) 0%, rgba(44,61,51,.85) 75%);
}
.case .case-content{position:relative;z-index:2;padding:2rem;display:flex;flex-direction:column;height:100%;min-height:300px}
.case .case-tag{font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;font-weight:600;color:var(--gold);margin-bottom:.65rem}
.case h3{color:#f7f4ea;font-size:1.4rem;margin-bottom:.45rem}
.case p{color:#dbd5c2;font-size:.92rem;line-height:1.55;margin-bottom:1rem}
.case .case-more{margin-top:auto;display:inline-flex;align-items:center;gap:.4em;font-weight:600;color:var(--gold);font-size:.88rem;letter-spacing:.02em}

/* =========================================================
   Section H — Zu mir kompakt
   ========================================================= */
.about{
  display:grid;grid-template-columns:5fr 7fr;gap:clamp(2.2rem,5vw,4.5rem);align-items:center;
}
@media (max-width:880px){.about{grid-template-columns:1fr}}
.about-figure{position:relative}
.about-figure img{
  width:100%;border-radius:24px;box-shadow:0 30px 60px -30px rgba(60,80,70,.45);
}
.about-figure .badge{
  position:absolute;left:-22px;bottom:24px;background:var(--paper);
  border:1px solid var(--rule);border-radius:18px;padding:.85rem 1.1rem;
  font-family:var(--serif);box-shadow:0 16px 34px -16px rgba(0,0,0,.2);max-width:230px;
}
.about-figure .badge .b1{font-size:1.05rem;color:var(--sage-deep);font-weight:500;line-height:1.2}
.about-figure .badge .b2{font-size:.78rem;color:var(--ink-faint);margin-top:.25em;letter-spacing:.03em;font-family:var(--sans)}

.about-text .eyebrow{margin-bottom:1rem}
.about-text h2{margin-bottom:1.2rem}
.about-text p{font-size:1.02rem;line-height:1.7;color:var(--ink-soft)}
.about-text .sig{display:flex;align-items:center;gap:.8rem;margin:1.6rem 0 1.8rem}
.about-text .sig .nm{font-family:var(--script);font-size:2rem;color:var(--sage-dark);line-height:1}
.about-text .sig .role{font-size:.82rem;color:var(--ink-faint);border-left:1px solid var(--rule);padding-left:.8rem}
.kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.6rem}
@media (max-width:520px){.kpis{grid-template-columns:1fr;gap:.6rem}}
.kpi{padding:1rem 1.1rem;background:var(--sage-veil);border-radius:14px}
.kpi .v{font-family:var(--serif);font-size:1.85rem;color:var(--sage-deep);line-height:1;font-weight:500}
.kpi .l{font-size:.78rem;color:var(--ink-soft);margin-top:.4em;letter-spacing:.02em}

/* =========================================================
   Section I — Inspirationen / Blog
   ========================================================= */
.posts{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}
@media (max-width:880px){.posts{grid-template-columns:1fr}}
.post{
  background:#fff;border-radius:22px;border:1px solid var(--rule);overflow:hidden;
  display:flex;flex-direction:column;transition:transform .3s,box-shadow .3s;
}
.post:hover{transform:translateY(-3px);box-shadow:0 24px 50px -28px rgba(60,80,70,.4)}
.post .post-img{aspect-ratio:5/3;background:var(--paper-deep);position:relative;overflow:hidden}
.post .post-img .pattern{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:var(--sage);opacity:.6}
.post .post-img .pattern svg{width:60%;height:60%}
.post .post-body{padding:1.6rem 1.7rem 1.8rem;display:flex;flex-direction:column;flex:1}
.post .post-meta{font-size:.74rem;letter-spacing:.14em;text-transform:uppercase;font-weight:600;color:var(--gold-dark);margin-bottom:.6rem}
.post h3{font-size:1.22rem;margin-bottom:.6rem}
.post p{font-size:.93rem;color:var(--ink-soft);margin:0 0 1rem;line-height:1.6;flex:1}
.post .read{font-size:.84rem;color:var(--sage-dark);font-weight:600;display:inline-flex;align-items:center;gap:.4em}

/* post pattern variants */
.pattern--a{background:linear-gradient(135deg, var(--gold-veil) 0%, var(--paper-warm) 100%)}
.pattern--b{background:linear-gradient(135deg, var(--sage-veil) 0%, var(--paper-warm) 100%)}
.pattern--c{background:linear-gradient(135deg, var(--paper-deep) 0%, var(--sage-veil) 100%)}

/* =========================================================
   Section J — Life-Coaching teaser
   ========================================================= */
.lifecoach{
  background:var(--sage-deep);color:#f0ecd9;position:relative;overflow:hidden;
}
.lifecoach::before{
  content:"";position:absolute;inset:0;
  background:radial-gradient(700px 400px at 90% 30%, rgba(184,149,106,.18), transparent 60%),
             radial-gradient(500px 400px at 5% 100%, rgba(184,149,106,.12), transparent 60%);
}
.lifecoach .wrap{position:relative}
.lifecoach-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2.4rem,5vw,4.5rem);align-items:center}
@media (max-width:880px){.lifecoach-grid{grid-template-columns:1fr}}
.lifecoach .eyebrow{color:var(--gold)}
.lifecoach .eyebrow::before{background:var(--gold)}
.lifecoach h2{color:#f7f4ea;font-size:clamp(2.2rem,4vw,3.4rem);font-weight:300;line-height:1.1}
.lifecoach h2 em{font-style:italic;color:var(--gold)}
.lifecoach p{font-family:var(--serif);font-size:1.18rem;line-height:1.55;color:#dbd5c2;font-weight:400}
.lifecoach .lifecoach-cta{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.8rem}
.lifecoach-figure{position:relative;aspect-ratio:1/1;max-width:480px;width:100%;justify-self:end}
.lifecoach-figure .frame{
  position:absolute;inset:0;border-radius:50%;overflow:hidden;
  box-shadow:0 40px 80px -30px rgba(0,0,0,.5);
}
.lifecoach-figure .frame img{width:100%;height:100%;object-fit:cover}
.lifecoach-figure .ring{
  position:absolute;inset:-30px;border:1px solid rgba(184,149,106,.4);border-radius:50%;
  animation:rotate 60s linear infinite;
}
.lifecoach-figure .ring--2{inset:-60px;border-color:rgba(184,149,106,.15)}
@keyframes rotate{to{transform:rotate(360deg)}}

/* =========================================================
   Section K — Standort & Anfahrt
   ========================================================= */
.location-grid{
  display:grid;grid-template-columns:5fr 7fr;gap:clamp(2.2rem,5vw,4rem);align-items:stretch;
}
@media (max-width:880px){.location-grid{grid-template-columns:1fr}}
.location-info{padding:1rem 0}
.location-info h2{margin-bottom:1.2rem}
.location-info .addr{font-family:var(--serif);font-size:1.25rem;line-height:1.5;color:var(--sage-deep);margin-bottom:1.4rem}
.location-info .addr span{display:block}
.location-info .addr .city{font-size:1.55rem;font-weight:500;margin-top:.3em}
.location-info ul{list-style:none;padding:0;margin:0 0 1.6rem}
.location-info ul li{display:flex;gap:.7rem;padding:.55rem 0;border-top:1px solid var(--rule);font-size:.93rem;color:var(--ink-soft)}
.location-info ul li:last-child{border-bottom:1px solid var(--rule)}
.location-info ul li strong{color:var(--sage-deep);font-weight:600;min-width:120px;display:inline-block}

.map-card{
  background:linear-gradient(135deg, var(--sage-veil) 0%, var(--paper-warm) 100%);
  border-radius:24px;overflow:hidden;border:1px solid var(--rule);position:relative;
  min-height:380px;display:flex;flex-direction:column;justify-content:flex-end;
  background-image:
    radial-gradient(circle at 30% 40%, rgba(92,122,107,.18) 0, transparent 40%),
    radial-gradient(circle at 70% 60%, rgba(184,149,106,.18) 0, transparent 40%),
    linear-gradient(135deg, var(--sage-veil) 0%, var(--paper-warm) 100%);
}
.map-card::before{
  /* subtle map-grid decoration */
  content:"";position:absolute;inset:0;
  background-image:
    linear-gradient(rgba(60,80,70,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(60,80,70,.06) 1px, transparent 1px);
  background-size:24px 24px;
}
.map-pin{
  position:absolute;top:42%;left:48%;transform:translate(-50%,-50%);
  width:54px;height:54px;color:var(--sage-dark);
  filter:drop-shadow(0 8px 16px rgba(60,80,70,.35));
}
.map-pin .pulse{
  position:absolute;width:54px;height:54px;border-radius:50%;background:var(--gold);opacity:.45;
  top:0;left:0;animation:pulse 2.4s ease-out infinite;
}
@keyframes pulse{0%{transform:scale(.6);opacity:.5}100%{transform:scale(2.6);opacity:0}}
.map-card .map-caption{position:relative;padding:1.4rem 1.8rem;background:rgba(255,255,255,.7);
  backdrop-filter:blur(6px);border-top:1px solid var(--rule);display:flex;align-items:center;justify-content:space-between;gap:1rem}
.map-card .map-caption .lbl{font-family:var(--serif);font-size:1.05rem;color:var(--sage-deep);font-weight:500}
.map-card .map-caption .sub{font-size:.82rem;color:var(--ink-faint)}

/* =========================================================
   Section L — Final CTA
   ========================================================= */
.final-cta{
  text-align:center;padding:clamp(4rem,8vw,7rem) 0;background:var(--paper-warm);
  position:relative;overflow:hidden;
}
.final-cta::before{
  content:"";position:absolute;width:600px;height:600px;border-radius:50%;
  background:radial-gradient(circle, rgba(184,149,106,.18) 0%, transparent 70%);
  top:-300px;left:50%;transform:translateX(-50%);
}
.final-cta .wrap{position:relative}
.final-cta .eyebrow{margin-bottom:1.6rem}
.final-cta h2{font-size:clamp(2.4rem,5vw,4rem);font-weight:300;max-width:18ch;margin:0 auto 1.6rem;line-height:1.1}
.final-cta h2 em{color:var(--gold);font-style:italic}
.final-cta p{max-width:48ch;margin:0 auto 2.4rem;font-family:var(--serif);font-size:1.2rem;line-height:1.55;color:var(--ink-soft)}
.final-cta .cta-row{display:flex;gap:.8rem;justify-content:center;flex-wrap:wrap;align-items:center}
.final-cta .alts{margin-top:1.6rem;display:flex;gap:1.4rem;justify-content:center;flex-wrap:wrap;font-size:.92rem;color:var(--ink-soft)}
.final-cta .alts a{display:inline-flex;align-items:center;gap:.4em;color:var(--sage-dark);font-weight:600}

/* =========================================================
   Footer
   ========================================================= */
.footer{background:var(--sage-deep);color:#cfc8b3;padding:clamp(3rem,5vw,4.5rem) 0 2rem;font-size:.9rem}
.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:2rem clamp(1.5rem,3vw,3rem);margin-bottom:2.5rem}
@media (max-width:880px){.footer-grid{grid-template-columns:1fr 1fr}}
@media (max-width:540px){.footer-grid{grid-template-columns:1fr}}
.footer h4{color:#f0ecd9;font-family:var(--sans);font-size:.74rem;letter-spacing:.18em;text-transform:uppercase;font-weight:600;margin-bottom:1.1rem}
.footer ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}
.footer a{color:#cfc8b3;transition:color .2s}
.footer a:hover{color:var(--gold)}
.footer-brand .b{font-family:var(--serif);font-size:1.6rem;color:#f0ecd9;margin-bottom:.6rem;font-weight:500}
.footer-brand img{height:38px;margin-bottom:.9rem;filter:brightness(0) invert(.92)}
.footer-brand p{font-size:.9rem;line-height:1.55;color:#a8a290;margin:0 0 1rem}
.footer-brand .nap{font-size:.85rem;line-height:1.55;color:#cfc8b3}
.footer-brand .nap strong{color:#f0ecd9}
.bottom-bar{border-top:1px solid rgba(255,255,255,.1);padding-top:1.6rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.8rem;font-size:.82rem;color:#807a6a}
.bottom-bar a{color:#a8a290}
.bottom-bar .legal{display:flex;gap:1.4rem}

/* =========================================================
   Mobile sticky bottom bar
   ========================================================= */
.mobile-bar{
  display:none;position:fixed;left:0;right:0;bottom:0;z-index:70;
  background:rgba(255,255,255,.97);backdrop-filter:blur(10px);
  border-top:1px solid var(--rule);
  padding:.6rem .8rem env(safe-area-inset-bottom,.6rem);
  grid-template-columns:1fr 1fr 1fr;gap:.5rem;
}
.mobile-bar a{
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  padding:.4rem;gap:.15rem;font-size:.7rem;font-weight:600;color:var(--sage-dark);
  border-radius:14px;
}
.mobile-bar a.primary{background:var(--sage);color:#fff}
.mobile-bar a svg{width:18px;height:18px}
@media (max-width:780px){.mobile-bar{display:grid}body{padding-bottom:72px}}

/* reveal animation */
.reveal{opacity:0;transform:translateY(20px);transition:opacity .8s ease,transform .8s ease}
.reveal.in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none}}

/* =========================================================
   Section — Mein holistischer Ansatz (3 Heilsysteme)
   ========================================================= */
.ansatz-lead{
  max-width:780px;margin:0 auto clamp(2.6rem,5vw,4rem);
  font-family:var(--serif);font-size:clamp(1.2rem,1.8vw,1.45rem);
  line-height:1.5;color:var(--ink-soft);text-align:center;font-style:italic;
}
.ansatz-lead strong{color:var(--sage-deep);font-style:normal;font-weight:500}
.pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:1.3rem}
@media (max-width:960px){.pillars{grid-template-columns:1fr}}
.pillar{
  position:relative;padding:2.2rem 2rem 2rem;border-radius:24px;
  background:#fff;border:1px solid var(--rule);
  display:flex;flex-direction:column;
  transition:transform .35s,box-shadow .35s,border-color .3s;
}
.pillar:hover{transform:translateY(-3px);box-shadow:0 24px 60px -28px rgba(60,80,70,.35)}
.pillar--asia{border-top:4px solid var(--sage);background:linear-gradient(180deg,#fff 0%,rgba(230,236,232,.45) 100%)}
.pillar--bio{border-top:4px solid var(--gold-dark);background:linear-gradient(180deg,#fff 0%,rgba(243,234,217,.55) 100%)}
.pillar--energ{border-top:4px solid #a94c45;background:linear-gradient(180deg,#fff 0%,rgba(232,224,240,.45) 100%)}
.pillar-icon{
  width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;
  margin-bottom:1.3rem;
}
.pillar--asia .pillar-icon{background:var(--sage-veil);color:var(--sage-dark)}
.pillar--bio .pillar-icon{background:var(--gold-veil);color:var(--gold-dark)}
.pillar--energ .pillar-icon{background:#f4dad6;color:#8a3a35}
.pillar-icon svg{width:30px;height:30px}
.pillar .tag{
  font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;font-weight:600;
  margin-bottom:.5rem;
}
.pillar--asia .tag{color:var(--sage-dark)}
.pillar--bio .tag{color:var(--gold-dark)}
.pillar--energ .tag{color:#8a3a35}
.pillar h3{font-size:1.4rem;margin-bottom:.85rem;font-weight:500;color:var(--sage-deep)}
.pillar p{font-size:.95rem;line-height:1.6;color:var(--ink-soft);margin-bottom:1.2rem}
.pillar ul{list-style:none;padding:0;margin:auto 0 0;padding-top:1rem;border-top:1px solid var(--rule)}
.pillar ul li{
  padding:.45rem 0 .45rem 1.3rem;position:relative;
  font-size:.86rem;color:var(--ink-soft);line-height:1.5;
}
.pillar ul li::before{
  content:"";position:absolute;left:0;top:.85rem;width:6px;height:6px;border-radius:50%;
}
.pillar--asia ul li::before{background:var(--sage)}
.pillar--bio ul li::before{background:var(--gold)}
.pillar--energ ul li::before{background:#a94c45}

.ansatz-close{
  margin-top:clamp(2.5rem,4vw,3.5rem);text-align:center;
  max-width:680px;margin-left:auto;margin-right:auto;
}
.ansatz-close p{font-family:var(--serif);font-size:1.18rem;line-height:1.5;color:var(--sage-dark);font-style:italic}

/* =========================================================
   Atmospheric Band — cinematic Sonnenaufgang break
   ========================================================= */
.atmosphere-band{
  position:relative;
  height:clamp(320px,42vw,560px);
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--paper);
}
.atmosphere-band__img{
  position:absolute;inset:0;
  background-position:center 60%;
  background-size:cover;
  background-repeat:no-repeat;
  filter:saturate(.95);
}
.atmosphere-band__img::after{
  content:"";position:absolute;inset:0;
  background:
    linear-gradient(180deg,rgba(250,245,234,.45) 0%,rgba(250,245,234,0) 25%,rgba(250,245,234,0) 75%,rgba(250,245,234,.55) 100%);
}
.atmosphere-band__quote{
  position:relative;z-index:2;
  text-align:center;color:var(--ink);
  padding:0 1.5rem;
  text-shadow:0 2px 24px rgba(250,245,234,.7);
}
.atmosphere-band__quote p{
  font-family:var(--serif);font-style:italic;font-weight:300;
  font-size:clamp(1.6rem,3.5vw,2.7rem);
  line-height:1.2;margin:0;color:var(--sage-deep);
}
.atmosphere-band__quote em{font-style:italic;color:var(--terra-dark);font-weight:400}

/* =========================================================
   Kranich mark — testimonials section heading ornament
   ========================================================= */
.kranich-mark{
  display:block;width:clamp(150px,18vw,220px);height:auto;
  margin:0 auto clamp(1.5rem,3vw,2.5rem);
  filter:drop-shadow(0 14px 30px rgba(169,76,69,.22));
  transition:transform .8s ease;
}
.kranich-mark:hover{transform:translateY(-2px) rotate(-1deg)}

/* Kranich finale — closing CTA, slightly larger, gentle float */
.kranich-finale{
  display:block;width:clamp(200px,22vw,280px);height:auto;
  margin:0 auto clamp(1.8rem,3.5vw,2.8rem);
  filter:drop-shadow(0 20px 36px rgba(169,76,69,.28));
  animation:crane-float 6s ease-in-out infinite;
}
@keyframes crane-float{
  0%,100%{transform:translateY(0) rotate(0deg)}
  50%{transform:translateY(-8px) rotate(-1deg)}
}
@media (prefers-reduced-motion:reduce){
  .kranich-finale{animation:none}
}

/* Slight terra-flavored accents on buttons hover for variety */
.btn--gold{background:var(--terra);color:#fff}
.btn--gold:hover{background:var(--terra-dark)}

/* =================== Themen-Komponenten (aus Master-Seite zentralisiert) =================== */
/* breadcrumbs */
.crumbs{padding:1.4rem 0 0;font-size:.84rem;color:var(--ink-faint)}
.crumbs a{color:var(--ink-soft);border-bottom:1px solid transparent;transition:.2s}
.crumbs a:hover{border-color:var(--gold);color:var(--sage-dark)}
.crumbs span{margin:0 .4em;color:var(--gold)}
/* =================== HERO =================== */
.thero{position:relative;padding:2rem 0 clamp(3rem,6vw,5rem);overflow:hidden}
.thero::before{
  content:"";position:absolute;inset:0;
  background:
    radial-gradient(800px 500px at 90% 30%, rgba(184,149,106,.15), transparent 60%),
    radial-gradient(700px 600px at 5% 100%, rgba(92,122,107,.16), transparent 60%);
}
.thero .wrap{position:relative;display:grid;grid-template-columns:7fr 5fr;gap:clamp(2.4rem,5vw,4.5rem);align-items:center}
@media (max-width:880px){
  .thero .wrap{grid-template-columns:1fr;gap:2.5rem}
}
.thero h1{margin:1.5rem 0 1.2rem}
.thero h1 em{font-style:italic;color:var(--sage);font-weight:300}
.thero .lead{font-family:var(--serif);font-size:clamp(1.15rem,1.7vw,1.4rem);line-height:1.5;color:var(--ink-soft);margin-bottom:2rem;max-width:42ch}
.thero-cta{display:flex;flex-wrap:wrap;gap:.8rem;align-items:center}
.thero-cta .alt{font-size:.88rem;color:var(--ink-soft);margin-left:.4rem}
.thero-figure{position:relative;aspect-ratio:4/5;max-width:420px;width:100%;justify-self:end}
.thero-figure .frame{position:absolute;inset:0;overflow:hidden;border-radius:24px;box-shadow:0 30px 70px -28px rgba(60,80,70,.45)}
.thero-figure .frame img{width:100%;height:100%;object-fit:cover;object-position:center 25%}
.thero-figure .tag{
  position:absolute;left:-14px;bottom:20px;background:var(--paper);
  border:1px solid var(--rule);padding:.8rem 1.1rem;border-radius:14px;
  font-family:var(--serif);font-size:.95rem;color:var(--sage-deep);
  box-shadow:0 14px 30px -16px rgba(0,0,0,.2);
}
.thero-figure .tag small{display:block;font-family:var(--sans);font-size:.72rem;color:var(--ink-faint);letter-spacing:.04em;margin-top:.15em}
/* =================== Recognition checklist =================== */
.recog-list{
  display:grid;grid-template-columns:repeat(2,1fr);gap:.7rem 1.3rem;margin-top:1.8rem;
}
@media (max-width:680px){
  .recog-list{grid-template-columns:1fr}
}
.recog-list li{
  list-style:none;padding:1rem 1.2rem 1rem 3.1rem;
  background:#fff;border:1px solid var(--rule);border-radius:14px;
  position:relative;font-size:.95rem;color:var(--ink-soft);line-height:1.5;
  transition:border-color .25s,transform .25s;
}
.recog-list li:hover{border-color:var(--gold);transform:translateY(-2px)}
.recog-list li::before{
  content:"";position:absolute;left:1rem;top:1.05rem;width:24px;height:24px;
  border-radius:50%;background:var(--gold-veil);
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238c6c47' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='5 12 10 17 19 8'/></svg>");
  background-repeat:no-repeat;background-position:center;background-size:14px;
}
/* =================== Process =================== */
.process{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;counter-reset:p}
@media (max-width:880px){
  .process{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:480px){
  .process{grid-template-columns:1fr}
}
.pstep{
  position:relative;padding:1.8rem 1.6rem;background:#fff;border:1px solid var(--rule);border-radius:20px;
  transition:.3s;
}
.pstep:hover{border-color:var(--sage);transform:translateY(-3px)}
.pstep::before{
  counter-increment:p;content:"0" counter(p);
  font-family:var(--serif);font-style:italic;font-size:2.5rem;color:var(--gold);
  display:block;line-height:1;margin-bottom:1rem;
}
.pstep h4{margin-bottom:.4rem;color:var(--sage-deep)}
.pstep p{font-size:.9rem;color:var(--ink-soft);margin:0;line-height:1.55}
/* =================== Fallstudie inline =================== */
.fall{
  background:linear-gradient(135deg, #fff 0%, var(--paper-warm) 100%);
  border:1px solid var(--rule);border-radius:28px;
  display:grid;grid-template-columns:5fr 7fr;overflow:hidden;
}
@media (max-width:880px){
  .fall{grid-template-columns:1fr}
}
.fall-img{
  position:relative;background:var(--sage-deep);overflow:hidden;min-height:280px;
}
.fall-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.55}
.fall-img::after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(44,61,51,.4),rgba(44,61,51,.1))}
.fall-img .lbl{
  position:absolute;left:1.6rem;bottom:1.4rem;color:#f0ecd9;font-family:var(--serif);
  font-size:1.6rem;line-height:1.1;z-index:2;
}
.fall-img .lbl small{display:block;font-family:var(--sans);font-size:.74rem;letter-spacing:.16em;text-transform:uppercase;font-weight:600;color:var(--gold);margin-bottom:.4em}
.fall-body{padding:clamp(1.8rem,4vw,2.8rem) clamp(1.8rem,4vw,3rem)}
.fall-body .quote{font-family:var(--serif);font-style:italic;font-size:1.2rem;line-height:1.4;color:var(--sage-deep);border-left:3px solid var(--gold);padding-left:1.2rem;margin:1.3rem 0}
.fall-body p{font-size:.97rem;color:var(--ink-soft);line-height:1.65}
.fall-body .read{margin-top:1.4rem;display:inline-flex;align-items:center;gap:.4em;color:var(--sage-dark);font-weight:600;border-bottom:1px solid var(--gold);padding-bottom:2px}
/* =================== FAQ =================== */
.faq{max-width:820px;margin:0 auto}
.faq details{
  background:#fff;border:1px solid var(--rule);border-radius:14px;
  margin-bottom:.7rem;overflow:hidden;
}
.faq details[open]{border-color:var(--sage);box-shadow:0 8px 24px -16px rgba(60,80,70,.3)}
.faq summary{
  list-style:none;padding:1.15rem 1.4rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;
  font-family:var(--serif);font-size:1.15rem;font-weight:500;color:var(--sage-deep);
}
.faq summary::-webkit-details-marker{display:none}
.faq summary .plus{flex:0 0 28px;width:28px;height:28px;border-radius:50%;background:var(--gold-veil);color:var(--gold-dark);display:inline-flex;align-items:center;justify-content:center;font-size:.95rem;transition:.25s}
.faq details[open] summary .plus{transform:rotate(45deg);background:var(--sage-veil);color:var(--sage-dark)}
.faq .a{padding:0 1.4rem 1.4rem;color:var(--ink-soft);font-size:.97rem;line-height:1.65}
/* =================== Verwandt =================== */
.related{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
@media (max-width:760px){
  .related{grid-template-columns:1fr}
}
.rcard{
  background:#fff;border:1px solid var(--rule);border-radius:18px;padding:1.4rem 1.5rem;
  transition:.3s;display:flex;flex-direction:column;
}
.rcard:hover{border-color:var(--sage);transform:translateY(-3px);box-shadow:0 14px 30px -18px rgba(60,80,70,.3)}
.rcard .tag{font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;font-weight:600;color:var(--gold-dark);margin-bottom:.5rem}
.rcard h4{font-size:1.05rem;margin-bottom:.4rem;font-weight:600;color:var(--sage-deep)}
.rcard p{font-size:.86rem;color:var(--ink-soft);margin:0 0 .8rem;line-height:1.5}
.rcard .more{font-size:.82rem;font-weight:600;color:var(--sage-dark);margin-top:auto}
.tcta .cta-row{display:flex;gap:.8rem;justify-content:center;flex-wrap:wrap}
.kontakt-form-grid{grid-template-columns:1fr!important}
@media(max-width:880px){
  .kontakt-form-grid{grid-template-columns:1fr!important}
}
/* =================== Kontakt-Karten & Vita (zentral ergänzt) =================== */
.kontakt-card{transition:transform .3s, box-shadow .3s}
.kontakt-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(15,45,52,.16)}
.vita-item{padding:1.1rem 0;border-bottom:1px solid var(--rule)}
.vita-item:last-child{border-bottom:none}

/* =================== Mobile Stapel-Utility + Abstands-Fixes =================== */
@media (max-width:820px){
  .stack-sm{grid-template-columns:1fr!important}
}
/* Luft zwischen Hero-Buttons und nachfolgender Bildfigur (mobil gestapelt) */
.thero-cta{margin-top:1.6rem}
@media (max-width:880px){
  .thero-figure{margin-top:2.2rem}
}

/* =================== Piktogramm-Badges (ersetzen i./ii./iii.) =================== */
.num-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:var(--sage-veil);color:var(--sage-dark);margin-bottom:1rem}
.num-icon svg{width:24px;height:24px;stroke-width:1.5}
