@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/caveat-normal.woff2) format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url(../fonts/manrope-normal.woff2) format('woff2');
}
@font-face {
  font-family: 'Newsreader';
  font-style: italic;
  font-weight: 300 500;
  font-display: swap;
  src: url(../fonts/newsreader-italic.woff2) format('woff2');
}
@font-face {
  font-family: 'Newsreader';
  font-style: normal;
  font-weight: 300 500;
  font-display: swap;
  src: url(../fonts/newsreader-normal.woff2) format('woff2');
}

/* ==========================================================================
   Alina Ayurveda – Design System
   Grün #43533f · Beige #f2ebe3 · Gold #d5b575
   Schriften: Newsreader (Headlines) · Manrope (Text) · Caveat (Signatur)
   ========================================================================== */
:root {
  --green: #43533f;
  --green-900: #2f3b2c;
  --green-800: #38472f;
  --beige: #f2ebe3;
  --beige-50: #faf6f0;
  --beige-200: #e8dfd3;
  --gold: #d5b575;
  --gold-600: #c4a25c;
  --ink: #2b3327;
  --muted: #5d6656;
  --line: rgba(67, 83, 63, .16);

  --font-serif: 'Newsreader', 'Iowan Old Style', 'Palatino Linotype', Georgia, serif;
  --font-sans: 'Manrope', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --font-script: 'Caveat', 'Segoe Script', cursive;

  --radius: 6px;
  --radius-lg: 28px;
  --header-h: 78px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: calc(var(--header-h) + 12px); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--ink);
  background: var(--beige);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }
p { margin: 0 0 1.2em; }
ul { margin: 0; padding: 0; list-style: none; }

h1, h2, h3, h4 {
  font-family: var(--font-serif);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -.012em;
  margin: 0 0 .55em;
  color: var(--green-900);
  text-wrap: balance;
}
h1 { font-size: clamp(2.6rem, 5.6vw, 4.7rem); }
h2 { font-size: clamp(2.05rem, 4vw, 3.45rem); }
h3 { font-size: clamp(1.4rem, 2vw, 1.75rem); font-weight: 400; line-height: 1.2; }
em { font-style: italic; }
.hl {
  font-style: italic;
  background: linear-gradient(transparent 84%, rgba(213, 181, 117, .6) 84%, rgba(213, 181, 117, .6) 93%, transparent 93%);
}

.container { width: min(100% - 48px, 1180px); margin-inline: auto; }
.container--narrow { width: min(100% - 48px, 820px); margin-inline: auto; }
.center { text-align: center; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: absolute; left: 16px; top: -60px; background: var(--green); color: #fff; padding: 10px 16px; border-radius: var(--radius); z-index: 100; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 2px solid var(--gold-600); outline-offset: 3px; border-radius: 3px; }

.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.mt-2 { margin-top: 2rem; }
.icon { width: 1.5rem; height: 1.5rem; stroke: currentColor; fill: none; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; flex: none; }

/* ---------- Sektionen ---------- */
.section { padding-block: clamp(72px, 10vw, 132px); position: relative; overflow-x: clip; }
.section--light { background: var(--beige-50); }
.section--green { background: var(--green); color: var(--beige); }
.section--green h1, .section--green h2, .section--green h3 { color: var(--beige-50); }
.section--green h2 em, .section--green h1 em { color: var(--gold); background: none; }
.section--green .eyebrow { color: var(--gold); }
.section-head { max-width: 720px; margin-bottom: clamp(40px, 6vw, 72px); }
.section-head.center { margin-inline: auto; }
.lead { font-size: clamp(1.1rem, 1.5vw, 1.28rem); color: var(--muted); line-height: 1.65; }
.section--green .lead { color: rgba(242, 235, 227, .82); }

.eyebrow {
  display: inline-flex; align-items: center; gap: .9em;
  font: 700 .74rem/1.2 var(--font-sans);
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--green); margin-bottom: 1.5rem;
}
.eyebrow::before { content: ""; width: 34px; height: 1px; background: var(--gold); flex: none; }
.center .eyebrow::after { content: ""; width: 34px; height: 1px; background: var(--gold); flex: none; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .7em;
  padding: 1.05em 1.9em;
  font: 700 .92rem/1.2 var(--font-sans);
  letter-spacing: .04em;
  text-decoration: none; text-align: center;
  color: var(--green-900);
  background: var(--gold);
  border: 1.5px solid var(--gold);
  border-radius: var(--radius);
  cursor: pointer;
  transition: background .25s, transform .25s, box-shadow .25s, color .25s, border-color .25s;
}
.btn:hover { background: var(--gold-600); border-color: var(--gold-600); transform: translateY(-2px); box-shadow: 0 10px 24px -10px rgba(47, 59, 44, .5); }
.btn .icon { width: 1.15em; height: 1.15em; stroke-width: 1.8; transition: transform .25s; }
.btn:hover .icon { transform: translateX(3px); }
.btn--ghost { background: transparent; color: var(--green); border-color: var(--green); }
.btn--ghost:hover { background: var(--green); color: var(--beige-50); border-color: var(--green); }
.btn--lg { padding: 1.25em 2.3em; font-size: .98rem; }
.btn--sm { padding: .8em 1.4em; font-size: .82rem; }
.microcopy { font-size: .88rem; color: var(--muted); margin-top: 1rem; letter-spacing: .01em; }
.section--green .microcopy { color: rgba(242, 235, 227, .7); }
.text-link { font-weight: 700; font-size: .92rem; letter-spacing: .03em; text-decoration: none; display: inline-flex; align-items: center; gap: .6em; color: var(--green); border-bottom: 1.5px solid var(--gold); padding-bottom: 3px; }
.text-link:hover { color: var(--green-900); border-bottom-color: var(--green); }
.text-link .icon { width: 1.05em; height: 1.05em; stroke-width: 1.8; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  border-bottom: 1px solid transparent;
  transition: border-color .3s, box-shadow .3s;
}
/* Blur-Hintergrund im Pseudo-Element: backdrop-filter am Header selbst würde das mobile Menü (position: fixed) einsperren */
.site-header::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: rgba(242, 235, 227, .93);
  -webkit-backdrop-filter: saturate(1.2) blur(10px); backdrop-filter: saturate(1.2) blur(10px);
}
.site-header.is-scrolled { border-bottom-color: var(--line); box-shadow: 0 6px 24px -18px rgba(47, 59, 44, .5); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; height: var(--header-h); gap: 24px; }
.brand { display: block; flex: none; }
.brand img { height: 46px; width: auto; }
.nav { display: flex; align-items: center; gap: clamp(20px, 2.6vw, 38px); }
.nav a:not(.btn) { font-size: .92rem; font-weight: 600; text-decoration: none; letter-spacing: .01em; position: relative; padding: 6px 0; }
.nav a:not(.btn)::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; }
.nav a:not(.btn):hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); }
.nav-toggle { display: none; background: none; border: 0; padding: 10px; margin-right: -10px; cursor: pointer; color: var(--green-900); }
.nav-toggle span { display: block; width: 26px; height: 1.6px; background: currentColor; margin: 6px 0; transition: transform .3s, opacity .3s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.6px) rotate(-45deg); }

@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .nav {
    position: fixed; inset: var(--header-h) 0 0 0; background: var(--beige);
    flex-direction: column; align-items: flex-start; justify-content: flex-start;
    padding: 36px 24px 40px; gap: 6px;
    opacity: 0; visibility: hidden; transform: translateY(-10px);
    transition: opacity .3s, transform .3s, visibility .3s;
    overflow-y: auto;
  }
  .nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .nav a:not(.btn) { font-family: var(--font-serif); font-weight: 300; font-size: 2rem; padding: 10px 0; }
  .nav .btn { margin-top: 24px; width: 100%; }
}

/* ---------- Hero ---------- */
.hero { padding-block: clamp(40px, 6vw, 88px) clamp(56px, 8vw, 110px); overflow: hidden; }
.hero__grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(32px, 6vw, 96px); align-items: center; }
.hero h1 { margin-bottom: .45em; }
.hero__sub { font-size: clamp(1.1rem, 1.55vw, 1.3rem); line-height: 1.65; color: var(--muted); max-width: 34em; margin-bottom: 2.2rem; }
.hero__product { display: inline-block; font: 600 .95rem/1.4 var(--font-sans); color: var(--green); margin-bottom: 1.6rem; padding: .55em 1.1em; border: 1px solid var(--line); border-radius: 999px; background: rgba(250, 246, 240, .6); }
.hero__cta { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; }
.signature { font-family: var(--font-script); font-size: 2.1rem; line-height: 1; color: var(--green); margin-top: 2rem; transform: rotate(-3deg); transform-origin: left; }
.hero__visual { position: relative; padding: 0 0 0 4%; }
.hero__arch { position: relative; z-index: 1; aspect-ratio: 4 / 5; border-radius: 999px 999px var(--radius-lg) var(--radius-lg); overflow: hidden; background: var(--beige-200); box-shadow: 0 40px 70px -40px rgba(47, 59, 44, .55); }
.hero__arch img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 12%; }
.hero__ring { position: absolute; z-index: 0; width: 82%; right: -14%; top: -5%; opacity: .95; pointer-events: none; }
.hero__badge {
  position: absolute; z-index: 2; left: -2%; bottom: 7%;
  background: var(--green); color: var(--beige-50);
  padding: 18px 22px; border-radius: 14px; max-width: 250px;
  box-shadow: 0 24px 40px -20px rgba(47, 59, 44, .7);
  font-size: .86rem; line-height: 1.45;
}
.hero__badge strong { display: block; font-family: var(--font-serif); font-weight: 400; font-size: 1.28rem; line-height: 1.15; color: var(--gold); margin-bottom: .35em; }
@media (max-width: 860px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__text { display: contents; }
  .hero .eyebrow { order: 1; }
  .hero h1 { order: 2; margin-bottom: 0; }
  .hero__visual { order: 3; max-width: 230px; margin: 0 auto 14px; padding: 0; width: 100%; }
  .hero__ring { display: none; }
  .hero__badge {
    left: 50%; right: auto; bottom: 4%;
    transform: translateX(-50%);
    width: 88%; max-width: 260px;
    padding: 12px 15px; font-size: .74rem;
  }
  .hero__badge strong { font-size: 1rem; margin-bottom: .2em; }
  .hero__badge-role { display: block; }
  .hero__sub { order: 4; margin-bottom: .6rem; }
  .hero__cta { order: 5; margin-bottom: 1.4rem; margin-top: 0; }
  .hero .microcopy { order: 6; }
  .hero .signature { order: 7; }
  .hero { padding-top: 20px; }
}

/* ---------- Trust-Leiste ---------- */
.trust { background: var(--beige-50); border-block: 1px solid var(--line); }
.trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust__item { padding: 34px 28px; text-align: center; border-left: 1px solid var(--line); }
.trust__item:first-child { border-left: 0; }
.trust__num { font-family: var(--font-serif); font-weight: 300; font-size: clamp(2rem, 3.2vw, 2.9rem); line-height: 1; color: var(--green); margin-bottom: .35em; }
.trust__num .colon { color: var(--gold-600); font-style: normal; display: inline-block; margin-inline: .04em; transform: translateY(-.07em); }
.trust__label { font-size: .9rem; line-height: 1.5; color: var(--muted); max-width: 27ch; margin-inline: auto; }
@media (max-width: 860px) {
  .trust__grid { grid-template-columns: 1fr 1fr; }
  .trust__item:nth-child(3) { border-left: 0; }
  .trust__item:nth-child(n+3) { border-top: 1px solid var(--line); }
  .trust__item { padding: 26px 16px; }
}

/* ---------- Erkennst du dich wieder ---------- */
.recognize__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(36px, 7vw, 110px); align-items: start; }
.recognize__thought { font-family: var(--font-serif); font-style: italic; font-weight: 300; font-size: clamp(1.4rem, 2.3vw, 1.9rem); line-height: 1.35; color: var(--gold); margin: 2rem 0 0; padding-left: 1.4rem; border-left: 1.5px solid var(--gold); }
.symptoms li { border-bottom: 1px solid rgba(242, 235, 227, .18); font-size: 1.08rem; line-height: 1.55; }
.symptoms li:first-child .symptom { padding-top: 0; }
.symptoms__hint { font-family: var(--font-serif); font-style: italic; font-size: 1.1rem; color: var(--gold); margin: 0 0 1.4rem; }
.symptom { display: flex; gap: 18px; align-items: flex-start; padding: 20px 0; cursor: pointer; position: relative; }
.symptom input { position: absolute; opacity: 0; width: 1px; height: 1px; margin: 0; }
.symptom__box { flex: none; width: 1.7rem; height: 1.7rem; margin-top: .05em; border: 1.5px solid var(--gold); border-radius: 50%; display: grid; place-items: center; transition: background .2s, transform .2s; }
.symptom__box .icon { width: 1.05rem; height: 1.05rem; stroke: var(--green-900); stroke-width: 2.8; opacity: 0; transform: scale(.5); transition: opacity .2s, transform .2s; }
.symptom:hover .symptom__box { background: rgba(213, 181, 117, .22); }
.symptom input:checked + .symptom__box { background: var(--gold); }
.symptom input:checked + .symptom__box .icon { opacity: 1; transform: none; }
.symptom input:focus-visible + .symptom__box { outline: 2px solid var(--beige-50); outline-offset: 3px; }
.symptom__text { transition: color .2s; }
.symptom input:checked ~ .symptom__text { color: #fff; }
.recognize__outro { margin-top: 2.6rem; font-family: var(--font-serif); font-weight: 300; font-size: clamp(1.3rem, 2vw, 1.65rem); line-height: 1.4; color: var(--beige-50); }
.recognize__outro strong { font-weight: 400; color: var(--gold); }
@media (max-width: 860px) { .recognize__grid { grid-template-columns: 1fr; } }

/* ---------- Split (Text + Bild) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 7vw, 110px); align-items: center; }
.split--reverse .split__media { order: -1; }
.split__media { position: relative; }
.split__img { border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 40px 70px -45px rgba(47, 59, 44, .6); }
.split__img img { width: 100%; }
.split__img--arch { border-radius: 999px 999px var(--radius-lg) var(--radius-lg); }
.split__media--portrait .split__img { max-width: 480px; }
.split__ring { position: absolute; width: 44%; right: -8%; bottom: -10%; z-index: -1; opacity: .9; }
.split__text .lead { margin-bottom: 1.6rem; }
.pullquote { font-family: var(--font-serif); font-style: italic; font-weight: 300; font-size: clamp(1.3rem, 2vw, 1.6rem); line-height: 1.4; color: var(--green); border-left: 1.5px solid var(--gold); padding-left: 1.4rem; margin: 2rem 0; }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; } .split--reverse .split__media { order: 0; } .split__media { max-width: 520px; } .split__ring { display: none; } }

/* ---------- Coaching: Leistungen ---------- */
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.feature { background: var(--beige-50); padding: clamp(28px, 3.4vw, 46px); transition: background .3s; }
.feature:hover { background: #fff; }
.feature__icon { width: 58px; height: 58px; border-radius: 50%; border: 1px solid var(--gold); display: grid; place-items: center; color: var(--green); margin-bottom: 1.5rem; }
.feature__icon .icon { width: 1.6rem; height: 1.6rem; }
.feature h3 { margin-bottom: .5em; }
.feature p { color: var(--muted); margin: 0; font-size: 1rem; line-height: 1.65; }
@media (max-width: 980px) { .features { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .features { grid-template-columns: 1fr; } }

.outcome { margin-top: clamp(48px, 6vw, 80px); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(28px, 5vw, 80px); align-items: center; background: var(--green); color: var(--beige); border-radius: var(--radius-lg); padding: clamp(32px, 5vw, 68px); position: relative; overflow: hidden; }
.outcome h3 { font-size: clamp(1.7rem, 3vw, 2.5rem); font-weight: 300; color: var(--beige-50); margin: 0; }
.outcome h3 em { color: var(--gold); }
.outcome__ring { position: absolute; width: 340px; right: -90px; top: -110px; opacity: .16; pointer-events: none; }
.outcome ul { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 28px; position: relative; }
.outcome li { display: flex; gap: 12px; align-items: flex-start; font-size: 1rem; line-height: 1.5; }
.outcome li .icon { color: var(--gold); margin-top: .1em; width: 1.2rem; height: 1.2rem; stroke-width: 2; }
.outcome__cta { grid-column: 1 / -1; text-align: center; padding-top: 1rem; position: relative; }
@media (max-width: 860px) { .outcome { grid-template-columns: 1fr; } .outcome ul { grid-template-columns: 1fr; } }

.principles { margin-top: clamp(40px, 5vw, 64px); display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 44px); text-align: center; }
.principles p { font-family: var(--font-serif); font-weight: 300; font-size: clamp(1.25rem, 1.9vw, 1.55rem); line-height: 1.35; margin: 0; color: var(--green-900); }
.principles p span { display: block; font-family: var(--font-sans); font-size: .74rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin-bottom: .8rem; }
.principles p em { color: var(--green); }
@media (max-width: 760px) { .principles { grid-template-columns: 1fr; } }

/* ---------- Testimonials ---------- */
.quotes { position: relative; max-width: 940px; margin-inline: auto; }
.quote { margin: 0; display: grid; grid-template-columns: 150px 1fr; gap: clamp(24px, 4vw, 56px); align-items: center; padding-block: 28px; }
.quote + .quote { border-top: 1px solid rgba(242, 235, 227, .16); }
.quote__avatar { width: 150px; height: 150px; border-radius: 50%; border: 1px solid var(--gold); display: grid; place-items: center; font-family: var(--font-serif); font-weight: 300; font-size: 3.6rem; color: var(--gold); position: relative; }
.quote__avatar::after { content: ""; position: absolute; inset: 8px; border-radius: 50%; border: 1px solid rgba(213, 181, 117, .3); }
.quote blockquote { margin: 0; }
.quote blockquote p { font-family: var(--font-serif); font-weight: 300; font-size: clamp(1.3rem, 2.3vw, 1.85rem); line-height: 1.4; color: var(--beige-50); margin: 0 0 1.4rem; }
.quote blockquote p::before { content: "„"; }
.quote blockquote p:last-of-type::after { content: "“"; }
.quote figcaption { font-size: .82rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; color: var(--gold); }
.quote figcaption span { color: rgba(242, 235, 227, .65); font-weight: 500; }
.js .quotes__track { display: grid; }
.js .quote { grid-area: 1 / 1; opacity: 0; visibility: hidden; transition: opacity .5s, visibility .5s; border-top: 0 !important; }
.js .quote.is-active { opacity: 1; visibility: visible; }
.quotes__controls { display: none; align-items: center; justify-content: center; gap: 22px; margin-top: 36px; }
.js .quotes__controls { display: flex; }
.quotes__count { font-family: var(--font-serif); font-size: 1.2rem; letter-spacing: .08em; color: var(--beige); min-width: 5.5em; text-align: center; font-variant-numeric: tabular-nums; }
.quotes__btn { width: 52px; height: 52px; border-radius: 50%; border: 1px solid rgba(213, 181, 117, .7); background: transparent; color: var(--gold); cursor: pointer; display: grid; place-items: center; transition: background .25s, color .25s; }
.quotes__btn:hover { background: var(--gold); color: var(--green-900); }
.quotes__btn .icon { width: 1.2rem; height: 1.2rem; stroke-width: 1.8; }
.quotes__btn--prev .icon { transform: scaleX(-1); }
.quotes__note { text-align: center; margin: 44px 0 0; font-size: .92rem; color: rgba(242, 235, 227, .7); }
@media (max-width: 720px) {
  .quote { grid-template-columns: 1fr; gap: 20px; text-align: left; }
  .quote__avatar { width: 84px; height: 84px; font-size: 2.2rem; }
}

/* ---------- Ablauf in 3 Schritten ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2.6vw, 34px); }
.step { background: var(--beige-50); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(28px, 3vw, 42px); display: flex; flex-direction: column; position: relative; transition: transform .35s, box-shadow .35s, border-color .35s; }
.step:hover { transform: translateY(-6px); box-shadow: 0 34px 50px -34px rgba(47, 59, 44, .55); border-color: var(--gold); }
.step__num { font-family: var(--font-serif); font-weight: 300; font-size: 4.2rem; line-height: .9; color: var(--gold); margin-bottom: 1.6rem; }
.step__tag { font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--green); background: rgba(213, 181, 117, .35); padding: .45em 1em; border-radius: 999px; align-self: flex-start; margin-bottom: 1.2rem; }
.step h3 { margin-bottom: .5em; }
.step p { color: var(--muted); font-size: 1rem; }
.step .text-link { margin-top: auto; align-self: flex-start; }
.step--main { background: var(--green); border-color: var(--green); color: var(--beige); }
.step--main h3 { color: var(--beige-50); }
.step--main p { color: rgba(242, 235, 227, .8); }
.step--main .step__tag { background: var(--gold); color: var(--green-900); }
.step--main .text-link { color: var(--gold); }
@media (max-width: 900px) { .steps { grid-template-columns: 1fr; } }

/* ---------- Über mich (Startseite) ---------- */
.creds { display: grid; gap: 14px; margin: 1.8rem 0 2.2rem; }
.creds li { display: flex; gap: 14px; align-items: flex-start; font-size: 1rem; line-height: 1.55; }
.creds .icon { color: var(--gold-600); margin-top: .15em; width: 1.2rem; height: 1.2rem; stroke-width: 2; }

/* ---------- Zitat ---------- */
.bigquote { text-align: center; }
.bigquote__ring { width: 74px; margin: 0 auto 2.2rem; }
.bigquote blockquote { margin: 0; }
.bigquote blockquote p { font-family: var(--font-serif); font-style: italic; font-weight: 300; font-size: clamp(1.7rem, 3.6vw, 3rem); line-height: 1.25; color: var(--beige-50); max-width: 24em; margin: 0 auto 1.6rem; text-wrap: balance; }
.bigquote cite { font-style: normal; font-size: .8rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); }

/* ---------- Balance-Check ---------- */
.check { background: var(--beige-50); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; display: grid; grid-template-columns: 1.1fr .9fr; box-shadow: 0 50px 80px -60px rgba(47, 59, 44, .6); }
.check__main { padding: clamp(32px, 5vw, 72px); }
.check__side { background: var(--green); color: var(--beige); padding: clamp(32px, 5vw, 64px); display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }
.check__ring { position: absolute; width: 300px; right: -100px; bottom: -110px; opacity: .14; }
.check__facts { display: grid; gap: 26px; position: relative; }
.check__facts li { display: flex; gap: 18px; align-items: flex-start; }
.check__facts .icon { color: var(--gold); width: 1.7rem; height: 1.7rem; margin-top: .1em; }
.check__facts strong { display: block; font-family: var(--font-serif); font-weight: 400; font-size: 1.45rem; line-height: 1.2; color: var(--beige-50); }
.check__facts span { font-size: .95rem; color: rgba(242, 235, 227, .75); }
.check-list { display: grid; gap: 18px; margin: 1.6rem 0 2.2rem; }
.check-list li { display: flex; gap: 16px; align-items: flex-start; line-height: 1.55; }
.check-list .icon { color: var(--gold-600); margin-top: .15em; width: 1.25rem; height: 1.25rem; stroke-width: 2; }
@media (max-width: 900px) { .check { grid-template-columns: 1fr; } }

/* ---------- FAQ ---------- */
.faq { max-width: 860px; margin-inline: auto; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 28px 56px 28px 0; position: relative; font-family: var(--font-serif); font-weight: 300; font-size: clamp(1.25rem, 2vw, 1.65rem); line-height: 1.3; color: var(--green-900); transition: color .25s; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::before, .faq summary::after { content: ""; position: absolute; right: 8px; top: 50%; width: 18px; height: 1.5px; background: var(--green); transition: transform .3s; }
.faq summary::after { transform: rotate(90deg); }
.faq details[open] summary::after { transform: rotate(0); }
.faq summary:hover { color: var(--green); }
.faq__a { padding: 0 56px 30px 0; color: var(--muted); max-width: 44em; }
.faq__a p:last-child { margin-bottom: 0; }

/* ---------- Abschluss-CTA ---------- */
.final { text-align: center; overflow: hidden; }
.final__ring { position: absolute; width: min(760px, 90vw); left: 50%; top: 50%; transform: translate(-50%, -50%); opacity: .1; pointer-events: none; }
.final .container { position: relative; }
.final h2 { max-width: 16em; margin-inline: auto; font-size: clamp(2.2rem, 5vw, 4.2rem); }
.final .lead { max-width: 34em; margin: 0 auto 2.4rem; }

/* ---------- Footer ---------- */
.site-footer { background: var(--green-900); color: rgba(242, 235, 227, .8); padding: clamp(56px, 7vw, 96px) 0 32px; font-size: .95rem; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: clamp(28px, 4vw, 64px); padding-bottom: 48px; border-bottom: 1px solid rgba(242, 235, 227, .16); }
.footer__logo img { width: 230px; margin-bottom: 1.4rem; }
.footer__grid h4 { font-family: var(--font-sans); font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; font-weight: 700; color: var(--gold); margin-bottom: 1.4rem; }
.footer__grid li + li { margin-top: .7rem; }
.footer__grid a { text-decoration: none; transition: color .2s; }
.footer__grid a:hover { color: var(--gold); }
.social { display: flex; gap: 12px; margin-top: 1.4rem; }
.social a { width: 44px; height: 44px; border: 1px solid rgba(242, 235, 227, .3); border-radius: 50%; display: grid; place-items: center; transition: background .25s, border-color .25s, color .25s; }
.social a:hover { background: var(--gold); border-color: var(--gold); color: var(--green-900); }
.footer__bottom { padding-top: 28px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 32px; font-size: .82rem; color: rgba(242, 235, 227, .6); }
.footer__disclaimer { max-width: 62ch; }
@media (max-width: 900px) { .footer__grid { grid-template-columns: 1fr 1fr; } .footer__brand { grid-column: 1 / -1; } }
@media (max-width: 480px) { .footer__grid { grid-template-columns: 1fr; } }

/* ---------- Sticky-CTA (mobil) ---------- */
.sticky-cta { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 40; display: none; transform: translateY(140%); transition: transform .4s; }
.sticky-cta .btn { width: 100%; box-shadow: 0 16px 34px -12px rgba(47, 59, 44, .6); }
@media (max-width: 720px) {
  .sticky-cta { display: block; }
  .sticky-cta.is-visible { transform: none; }
  .site-footer { padding-bottom: 96px; }
}

/* ---------- Unterseiten ---------- */
.page-hero { padding-block: clamp(48px, 7vw, 104px) clamp(40px, 6vw, 80px); }
.page-hero__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(32px, 6vw, 96px); align-items: center; }
.page-hero .hero__sub { margin-bottom: 0; }
@media (max-width: 860px) { .page-hero__grid { grid-template-columns: 1fr; } .page-hero__grid .split__media { order: -1; max-width: 460px; } }
.prose { max-width: 720px; margin-inline: auto; }
.prose h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); margin-top: 2.2em; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-family: var(--font-sans); font-size: 1.05rem; font-weight: 700; letter-spacing: 0; margin: 2em 0 .5em; color: var(--green-900); }
.prose p, .prose li { color: var(--ink); }
.prose ul { list-style: disc; padding-left: 1.3em; margin-bottom: 1.2em; }
.prose li { margin-bottom: .4em; }
.prose a { color: var(--green); text-decoration-color: var(--gold); text-underline-offset: 3px; }
.legal { padding-block: clamp(56px, 8vw, 110px); }
.legal h1 { font-size: clamp(2.3rem, 4.5vw, 3.6rem); margin-bottom: 1.2em; }
.legal .prose h2 { font-size: clamp(1.4rem, 2.2vw, 1.8rem); font-weight: 400; margin-top: 2em; }
.legal .prose { font-size: 1rem; }
.values { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; margin: 2.4rem 0; }
.values > div { background: var(--beige-50); padding: clamp(24px, 3vw, 38px); }
.values h3 { font-size: 1.4rem; margin-bottom: .4em; }
.values p { margin: 0; color: var(--muted); font-size: .98rem; }
@media (max-width: 640px) { .values { grid-template-columns: 1fr; } }
.notfound { min-height: 68vh; display: grid; place-items: center; text-align: center; }
.notfound__code { font-family: var(--font-serif); font-weight: 300; font-size: clamp(6rem, 18vw, 12rem); line-height: 1; color: var(--gold); }

/* ---------- Scroll-Animationen (nur mit JS) ---------- */
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s cubic-bezier(.2, .7, .2, 1), transform .8s cubic-bezier(.2, .7, .2, 1); }
.js .reveal.is-in { opacity: 1; transform: none; }
.js .reveal[data-delay="1"] { transition-delay: .1s; }
.js .reveal[data-delay="2"] { transition-delay: .2s; }
.js .reveal[data-delay="3"] { transition-delay: .3s; }
@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .js .quote { transition: none; }
  .btn, .step, .feature { transition: none; }
}

/* ---------- Kleine Helfer ---------- */
.mb-2 { margin-bottom: 2rem; }
.hero__cta--center { justify-content: center; margin-top: 2rem; }
.notfound h1 { max-width: 14em; margin-inline: auto; }
.notfound .lead { max-width: 32em; margin-inline: auto; }

@media (min-width: 861px) {
  .recognize__grid > :first-child { position: sticky; top: calc(var(--header-h) + 48px); }
}

/* ---------- Google-Bewertungen ---------- */
.stars { display: inline-flex; gap: 3px; }
.star { width: 1.05rem; height: 1.05rem; fill: var(--gold); stroke: none; }
.greviews { max-width: 1080px; margin: clamp(56px, 7vw, 96px) auto 0; padding-top: clamp(40px, 5vw, 64px); border-top: 1px solid rgba(242, 235, 227, .18); }
.greviews__head { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px 28px; margin-bottom: clamp(28px, 4vw, 48px); }
.greviews__score { display: flex; align-items: center; gap: 16px; }
.greviews__num { font-family: var(--font-serif); font-weight: 300; font-size: clamp(2.6rem, 5vw, 3.6rem); line-height: 1; color: var(--beige-50); }
.greviews__score .star { width: 1.35rem; height: 1.35rem; }
.greviews__meta { margin: 0; display: flex; flex-direction: column; font-size: .95rem; line-height: 1.4; color: var(--beige); }
.greviews__meta span { font-size: .8rem; color: rgba(242, 235, 227, .6); }
.greviews__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 26px); }
.gcard { margin: 0; padding: clamp(24px, 2.6vw, 34px); border: 1px solid rgba(213, 181, 117, .35); border-radius: 18px; background: rgba(242, 235, 227, .05); display: flex; flex-direction: column; gap: 18px; }
.gcard blockquote { margin: 0; flex: 1; }
.gcard blockquote p { margin: 0; font-size: .98rem; line-height: 1.65; color: rgba(242, 235, 227, .92); }
.gcard blockquote p::before { content: "„"; }
.gcard blockquote p::after { content: "“"; }
.gcard figcaption { font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; color: var(--gold); }
.gcard figcaption span { color: rgba(242, 235, 227, .6); font-weight: 500; letter-spacing: .08em; }
.greviews__cta { text-align: center; margin: clamp(28px, 4vw, 44px) 0 0; }
.btn--outline-light { background: transparent; color: var(--beige-50); border-color: rgba(242, 235, 227, .5); }
.btn--outline-light:hover { background: var(--gold); border-color: var(--gold); color: var(--green-900); }
@media (max-width: 900px) { .greviews__grid { grid-template-columns: 1fr; } }

/* ---------- Calendly-Popup ---------- */
dialog.cal { border: 0; padding: 0; background: transparent; max-width: none; max-height: none; width: min(100% - 32px, 780px); margin: auto; color: var(--ink); overflow: visible; }
dialog.cal::backdrop { background: rgba(47, 59, 44, .62); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); }
.cal__panel { background: var(--beige-50); border-radius: 22px; overflow: hidden; box-shadow: 0 40px 90px -30px rgba(0, 0, 0, .55); display: flex; flex-direction: column; height: min(90vh, 800px); }
.cal__bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 10px 12px 10px 24px; border-bottom: 1px solid var(--line); background: var(--beige); flex: none; }
.cal__bar-title { font-size: .74rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--green); }
.cal__close { width: 44px; height: 44px; border-radius: 50%; border: 0; background: transparent; color: var(--green-900); cursor: pointer; display: grid; place-items: center; transition: background .2s; }
.cal__close:hover { background: rgba(67, 83, 63, .12); }
.cal__close .icon { width: 1.3rem; height: 1.3rem; stroke-width: 1.6; }
.cal__gate { flex: 1; overflow-y: auto; padding: clamp(28px, 6vw, 64px); display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; }
.cal__gate[hidden], .cal__frame[hidden] { display: none; }
.cal__gate h2 { font-size: clamp(1.9rem, 4vw, 2.6rem); margin-bottom: .6em; }
.cal__gate p { max-width: 34em; color: var(--muted); font-size: .98rem; }
.cal__gate .btn { margin-top: .6rem; }
.cal__gate a { color: var(--green); text-decoration-color: var(--gold); text-underline-offset: 3px; }
.cal__frame { flex: 1; min-height: 0; background: #fff; }
.cal__frame iframe { width: 100%; height: 100%; border: 0; display: block; }
@media (max-width: 720px) {
  dialog.cal { width: 100%; height: 100%; max-height: 100dvh; margin: 0; }
  .cal__panel { height: 100dvh; border-radius: 0; }
}

/* ---------- So funktioniert Ayurveda ---------- */
.logic .section-head { max-width: 780px; }
.logic__cards { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 3vw, 36px); max-width: 1020px; margin-inline: auto; }
.lcard { padding: clamp(28px, 3.4vw, 46px); border: 1px solid rgba(213, 181, 117, .4); border-radius: var(--radius-lg); background: rgba(242, 235, 227, .05); display: flex; flex-direction: column; align-items: flex-start; }
.lcard__icon { width: 60px; height: 60px; border-radius: 50%; border: 1px solid var(--gold); color: var(--gold); display: grid; place-items: center; margin-bottom: 1.5rem; }
.lcard__icon .icon { width: 1.65rem; height: 1.65rem; }
.lcard__state { font-size: .74rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin: 0 0 .8rem; }
.lcard h3 { color: var(--beige-50); font-size: clamp(1.6rem, 2.6vw, 2.15rem); font-weight: 300; margin-bottom: .5em; }
.lcard p:not(.lcard__state) { color: rgba(242, 235, 227, .85); font-size: 1rem; line-height: 1.65; margin-bottom: 1.4rem; }
.chip { margin-top: auto; display: inline-block; padding: .55em 1.2em; border-radius: 999px; background: var(--gold); color: var(--green-900); font-size: .78rem; font-weight: 700; letter-spacing: .06em; }
.logic__vs { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 68px; height: 68px; border-radius: 50%; background: var(--beige-50); color: var(--green); font-family: var(--font-serif); font-style: italic; font-size: 1.2rem; display: grid; place-items: center; box-shadow: 0 0 0 8px var(--green); z-index: 1; }
.logic__banner { max-width: 820px; margin: clamp(40px, 5vw, 64px) auto; text-align: center; font-family: var(--font-serif); font-style: italic; font-weight: 300; font-size: clamp(1.4rem, 2.6vw, 2.1rem); line-height: 1.35; color: var(--beige-50); padding-block: clamp(24px, 3vw, 36px); border-block: 1px solid rgba(213, 181, 117, .4); }
.logic__steps { list-style: none; margin: 0 auto; padding: 0; max-width: 1020px; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 40px); counter-reset: none; }
.logic__steps li { display: flex; flex-direction: column; gap: .5rem; position: relative; }
.logic__steps li + li::before { content: ""; position: absolute; left: calc(-1 * clamp(20px, 3vw, 40px) / 2 - 1px); top: 0; bottom: 0; width: 1px; background: rgba(242, 235, 227, .16); }
.logic__num { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--gold); color: var(--gold); display: grid; place-items: center; font-family: var(--font-serif); font-size: 1.15rem; margin-bottom: .6rem; }
.logic__steps strong { font-family: var(--font-serif); font-weight: 400; font-size: 1.5rem; color: var(--beige-50); line-height: 1.2; }
.logic__steps li > span:last-child { color: rgba(242, 235, 227, .8); font-size: 1rem; line-height: 1.6; }
.logic__outro { max-width: 720px; margin: clamp(48px, 6vw, 80px) auto 0; text-align: center; }
.logic__outro p { color: rgba(242, 235, 227, .88); font-size: 1.08rem; margin-bottom: 2rem; }
@media (max-width: 860px) {
  .logic__cards { grid-template-columns: 1fr; }
  .logic__vs { position: static; transform: none; width: auto; height: auto; background: none; box-shadow: none; color: var(--gold); justify-self: center; font-size: 1.5rem; }
  .logic__steps { grid-template-columns: 1fr; }
  .logic__steps li + li::before { display: none; }
}

/* ---------- Wofür ich stehe (Vision) ---------- */
.vision .split__text > .lead { color: var(--green-900); font-family: var(--font-serif); font-weight: 300; font-size: clamp(1.4rem, 2.3vw, 1.85rem); line-height: 1.35; }
.levels__label { font-size: .74rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin: 2rem 0 .8rem; }
.levels { display: flex; flex-wrap: wrap; gap: .4rem 0; margin: 0; padding: 0; list-style: none; }
.levels li { font-family: var(--font-serif); font-style: italic; font-weight: 300; font-size: clamp(1.4rem, 2.2vw, 1.75rem); color: var(--green); display: flex; align-items: center; }
.levels li + li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); margin: 0 1rem; }

/* ---------- Prinzipien-Kacheln (So funktioniert Ayurveda) ---------- */
.logic__subhead { text-align: center; margin: clamp(48px, 6vw, 76px) 0 clamp(28px, 3.4vw, 42px); }
.logic__principles { display: flex; flex-wrap: wrap; justify-content: center; gap: clamp(16px, 2vw, 24px); max-width: 1080px; margin-inline: auto; }
.pcard { flex: 1 1 300px; max-width: 340px; padding: clamp(26px, 3vw, 36px); border: 1px solid rgba(213, 181, 117, .35); border-radius: 20px; background: rgba(242, 235, 227, .05); }
.pcard__icon { width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--gold); color: var(--gold); display: grid; place-items: center; margin-bottom: 1.3rem; }
.pcard__icon .icon { width: 1.45rem; height: 1.45rem; }
.pcard h3 { color: var(--beige-50); font-size: 1.2rem; font-weight: 400; line-height: 1.3; margin-bottom: .6em; }
.pcard p { color: rgba(242, 235, 227, .82); font-size: .95rem; line-height: 1.6; margin: 0; }

/* Zusätzliche Verdichtung für kurze Mobil-Bildschirme (z. B. iPhone SE), damit Headline, Bild und CTA-Button ohne Scrollen sichtbar bleiben */
@media (max-width: 860px) and (max-height: 700px) {
  .hero { padding-top: 10px; }
  .hero .eyebrow { margin-bottom: .6rem; }
  .hero h1 { font-size: 2.05rem; }
  .hero__visual { max-width: 150px; margin: 2px auto 10px; }
  .hero__cta { margin-bottom: .7rem; }
  .hero__badge { padding: 8px 10px; font-size: .66rem; bottom: 3%; }
  .hero__badge strong { font-size: .88rem; }
  .hero__badge-role { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
}
