/* Vita Healthy – frisches Premium-Design nach ayvie-Vorbild */
:root {
  --cream: #faf1e6;
  --cream-2: #f5e7d7;
  --card: #fffaf3;
  --espresso: #38160e;
  --espresso-2: #4a2418;
  --ink: #2e1a10;
  --ink-soft: #6b5545;
  --peach: #f8c9a6;
  --orange: #f0946c;
  --orange-deep: #d4714a;
  --gold: #c9a466;
  --gold-deep: #a97f3f;
  --line: rgba(56, 22, 14, 0.1);
  --r-lg: 30px;
  --r-xl: 56px;
  --r-asym: 68px 30px 68px 30px;
  --r-asym-flip: 30px 68px 30px 68px;
  --r-md: 18px;
  --z-nav: 100;
  --z-menu: 150;
  --z-backdrop: 200;
  --z-modal: 210;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; scrollbar-width: none; }
html::-webkit-scrollbar { display: none; }

html, body {
  overflow-x: clip;
  overscroll-behavior-x: none;
  max-width: 100%;
}

body {
  background: var(--cream);
  color: var(--ink);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 16.5px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
  font-family: "Plus Jakarta Sans", "Inter", sans-serif;
  color: var(--ink);
  letter-spacing: -0.025em;
  line-height: 1.06;
  text-wrap: balance;
}
h1 em, h2 em {
  font-style: italic;
  font-weight: 600;
  color: var(--orange-deep);
}

img { max-width: 100%; display: block; }
a { color: inherit; }

.wrap { max-width: 1220px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 48px); }

/* ---------- Topbar ---------- */
.topbar {
  position: sticky; top: 10px; z-index: 120;
  margin: 10px 12px 0;
  background: linear-gradient(120deg, rgba(249, 208, 174, 0.55), rgba(242, 158, 118, 0.45));
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #4a1e0c;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 9px 24px;
  border-radius: 999px;
  box-shadow: 0 6px 20px rgba(232, 112, 60, 0.1);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
}
.tb-left { display: inline-flex; align-items: center; gap: 7px; font-weight: 700; color: #3a1608; }
.tb-left svg { width: 14px; height: 14px; stroke: #3a1608; flex: none; }
.tb-ticker { position: relative; height: 19px; overflow: hidden; min-width: min(460px, 50vw); text-align: center; }
.tb-msg {
  position: absolute; left: 0; right: 0; top: 0;
  opacity: 0; transform: translateY(12px);
  transition: opacity .45s ease, transform .55s cubic-bezier(.34,1.3,.64,1);
  white-space: nowrap;
}
.tb-msg.active { opacity: 1; transform: translateY(0); }
.tb-right { justify-self: end; color: #3a1608; text-decoration: none; font-weight: 700; }
.tb-right:hover { color: #6b2c10; }
@media (max-width: 820px) {
  .topbar { grid-template-columns: 1fr; }
  .tb-left, .tb-right { display: none; }
  .tb-ticker { min-width: 0; }
}

/* ---------- Navigation ---------- */
.nav {
  position: absolute; top: 61px; left: 0; right: 0;
  z-index: var(--z-nav);
}
.menu-pill { box-shadow: 0 10px 30px rgba(56, 22, 14, 0.14); }
.nav .btn.nav-cta {
  position: absolute;
  right: 12px; top: 0;
  padding: 30px 52px 32px;
  font-size: 19px;
  border-radius: 0 30px 0 34px;
  background: rgba(255, 250, 243, 0.92);
  color: var(--ink);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: none;
  transition: background .25s ease, color .25s ease;
}
.nav .btn.nav-cta:hover { transform: none; background: var(--orange-deep); color: #fff; }
.menu-pill:hover { background: rgba(255, 250, 243, 0.85); }
.nav-inner {
  max-width: 1360px; margin: 0 auto;
  padding: 10px clamp(16px, 3vw, 32px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
.menu-pill {
  justify-self: start;
  display: inline-flex; align-items: center; gap: 11px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 17px 30px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px; font-weight: 800; letter-spacing: 0.14em;
  color: var(--ink);
  cursor: pointer;
  transition: background .2s ease;
}
.menu-pill:hover { background: #fff; }
.menu-pill svg { width: 18px; height: 18px; stroke: var(--orange-deep); }
.nav-brand {
  display: inline-flex; align-items: center; gap: 11px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 22px; font-weight: 800; letter-spacing: 0.01em;
  color: var(--ink); text-decoration: none;
}
.nav-brand svg { width: 32px; height: 32px; }
.nav-brand .thin { font-weight: 800; color: var(--gold-deep); }
.nav-cta { justify-self: end; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15.5px; font-weight: 700;
  padding: 14px 28px;
  border-radius: 999px;
  border: 0; cursor: pointer;
  text-decoration: none;
  transition: transform .18s cubic-bezier(.22,.61,.36,1), background .2s ease, color .2s ease;
}
.btn:hover { transform: translateY(-2px) scale(1.02); }
.btn svg { width: 15px; height: 15px; flex: none; }
.btn-dark { background: var(--espresso); color: #fdf3e7; }
.btn-dark:hover { background: var(--espresso-2); }
.btn-orange { background: var(--orange); color: #fff; }
.btn-orange:hover { background: var(--orange-deep); }
.btn-light {
  background: var(--card); color: var(--ink);
  box-shadow: inset 0 0 0 1.5px var(--line);
}
.btn-light:hover { box-shadow: inset 0 0 0 1.5px var(--gold); }
.nav .btn { padding: 15px 28px; font-size: 15px; }

/* ---------- Vollbild-Menü ---------- */
.menu-overlay {
  position: fixed; inset: 0;
  z-index: var(--z-menu);
  background: var(--espresso);
  color: #fdf3e7;
  display: none;
  padding: 26px clamp(24px, 6vw, 70px) 34px;
  overflow-y: auto;
}
.menu-overlay.open { display: flex; flex-direction: column; }
.menu-top { display: flex; justify-content: space-between; align-items: center; }
.menu-close {
  background: rgba(255, 255, 255, 0.1);
  border: 0; border-radius: 999px;
  width: 46px; height: 46px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}
.menu-close svg { width: 20px; height: 20px; stroke: #fdf3e7; }
.menu-links {
  margin: auto;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: clamp(10px, 2.2vh, 22px);
  width: 100%;
  text-align: center;
}
.menu-links a {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(1.7rem, 4.2vh, 2.7rem);
  font-weight: 800; letter-spacing: -0.02em;
  color: #fdf3e7; text-decoration: none;
  display: flex; flex-direction: column; align-items: center; gap: 3px;
  transition: color .25s ease, transform .3s cubic-bezier(.34,1.45,.64,1);
}
.menu-links a small {
  font-family: "Inter", sans-serif;
  font-size: 13.5px; font-weight: 500;
  color: #c9a483; letter-spacing: 0.02em;
}
.menu-links a:hover { color: var(--peach); transform: scale(1.06); }
.menu-foot { margin-top: auto; padding: 14px 0 6px; display: flex; gap: 24px; flex-wrap: wrap; justify-content: center; font-size: 14px; color: #d9bfa8; flex-shrink: 0; }
.menu-foot a { color: #f6e8db; }

/* ---------- Hero ---------- */
.hero-shell { padding: 10px 12px 12px; }
.hero {
  position: relative;
  border-radius: var(--r-asym);
  overflow: clip;
  background:
    radial-gradient(120% 150% at 88% 8%, #fde4c9 0%, #f9cba8 34%, #f4a980 72%, #efa075 100%);
  min-height: clamp(600px, 86vh, 820px);
  display: flex;
  align-items: center;
}
.hero-grain {
  position: absolute; inset: 0; pointer-events: none; opacity: 0.35;
  background:
    radial-gradient(60% 50% at 18% 88%, rgba(255, 236, 214, 0.55), transparent 70%),
    radial-gradient(45% 45% at 92% 90%, rgba(255, 210, 170, 0.5), transparent 70%);
}
.hero-inner {
  position: relative;
  width: 100%;
  max-width: 1220px; margin: 0 auto;
  padding: clamp(48px, 6vw, 80px) clamp(24px, 4.5vw, 56px);
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
}
.hero-copy h1 {
  font-size: clamp(2.7rem, 5.6vw, 5rem);
  font-weight: 800;
  color: #3a1608;
}
.hero-copy .hero-sub {
  margin: 24px 0 32px;
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  line-height: 1.6;
  color: #55250f;
  max-width: 32rem;
}
.hero-ctas { display: flex; gap: 13px; flex-wrap: wrap; }
.hero-tags {
  margin-top: 34px;
  display: flex; flex-wrap: wrap; gap: 9px;
}
.hero-tag {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 4px 6px;
  font-size: 14px; font-weight: 600; color: #5a2610;
}
.hero-tag svg { width: 14px; height: 14px; stroke: var(--espresso); flex: none; }
.hero-visual { position: relative; }
.hero-visual img {
  width: 100%;
  border-radius: 22px;
  box-shadow: 0 34px 80px rgba(94, 38, 8, 0.35);
}
.hero-badge {
  position: absolute;
  left: -18px; bottom: 26px;
  background: var(--card);
  border-radius: 16px;
  padding: 13px 18px;
  box-shadow: 0 14px 40px rgba(94, 38, 8, 0.25);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13.5px; font-weight: 700; color: var(--ink);
  display: flex; align-items: center; gap: 10px;
}
.hero-badge svg { width: 18px; height: 18px; stroke: var(--orange-deep); flex: none; }
.hero-badge span small { display: block; font-family: "Inter"; font-weight: 500; font-size: 12px; color: var(--ink-soft); }
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { max-width: 420px; }
}

/* ---------- Sections ---------- */
.section { padding: clamp(60px, 7.5vw, 104px) 0; position: relative; }
.section-head { max-width: 780px; margin-bottom: clamp(38px, 5vw, 58px); }
.section-head h2 { font-size: clamp(2.2rem, 4.5vw, 3.7rem); font-weight: 800; margin-bottom: 18px; }
.section-head p { font-size: 1.07rem; color: var(--ink-soft); max-width: 62ch; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head.center p { margin: 0 auto; }
.sec-cream2 {
  background: var(--cream-2);
  margin: 12px;
  border-radius: var(--r-asym-flip);
}

/* ---------- Schritte ---------- */
.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
  gap: 20px;
}
.step-card {
  background: var(--card);
  border-radius: var(--r-md);
  padding: 26px 24px 28px;
  box-shadow: 0 10px 34px rgba(56, 22, 14, 0.07);
}
.step-badge {
  display: inline-block;
  background: var(--orange);
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12.5px; font-weight: 800; letter-spacing: 0.06em;
  border-radius: 999px;
  padding: 6px 13px;
  margin-bottom: 18px;
}
.step-card h3 { font-size: 1.16rem; font-weight: 800; margin-bottom: 9px; }
.step-card p { font-size: 14.5px; line-height: 1.6; color: var(--ink-soft); }

/* ---------- Produkt-Slider ---------- */
.slider-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 20px; margin-bottom: 34px;
}
.slider-nav { display: flex; gap: 10px; }
.slider-btn {
  width: 48px; height: 48px;
  border-radius: 50%;
  border: 1.5px solid var(--line);
  background: var(--card);
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s ease, border-color .2s ease;
}
.slider-btn:hover { background: #fff; border-color: var(--gold); }
.slider-btn svg { width: 18px; height: 18px; stroke: var(--ink); }
.product-track {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 4px 4px 26px;
  margin: 0 -4px;
}
.product-track::-webkit-scrollbar { display: none; }
.product {
  flex: 0 0 min(330px, 82vw);
  scroll-snap-align: start;
  background: var(--card);
  border-radius: var(--r-md);
  overflow: hidden;
  box-shadow: 0 10px 34px rgba(56, 22, 14, 0.08);
  display: flex; flex-direction: column;
  transition: transform .25s cubic-bezier(.22,.61,.36,1), box-shadow .25s ease;
}
.product:hover { transform: translateY(-6px) scale(1.012); box-shadow: 0 20px 46px rgba(56, 22, 14, 0.14); }
.product-img { height: 310px; background-size: cover; background-position: center; }
.product-body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.chiprow { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 13px; }
.chip {
  font-size: 12px; font-weight: 600;
  color: #bb6b45;
  background: rgba(240, 148, 108, 0.1);
  border: 1px solid rgba(212, 113, 74, 0.26);
  padding: 4px 11px; border-radius: 999px;
}
.product-body h3 { font-size: 1.28rem; font-weight: 800; margin-bottom: 8px; }
.product-body > p { font-size: 14.5px; line-height: 1.55; color: var(--ink-soft); flex: 1; }
.product-meta {
  display: flex; justify-content: space-between; align-items: baseline;
  border-top: 1px solid var(--line);
  margin-top: 18px; padding-top: 15px;
}
.product-price { font-family: "Plus Jakarta Sans", sans-serif; font-size: 1.4rem; font-weight: 800; color: var(--espresso); }
.product-dur { font-size: 12.5px; color: var(--ink-soft); }
.product .btn { margin-top: 16px; width: 100%; padding: 12px 20px; font-size: 14.5px; }

/* ---------- Scroll-Kino (dunkel, Kontrast) ---------- */
.cinematic {
  position: relative; height: 260vh;
  background: #14120f;
  margin: 12px;
  border-radius: var(--r-asym);
  overflow: clip;
}
.sticky {
  position: sticky; top: 0;
  height: 100vh; width: 100%;
  border-radius: var(--r-asym);
  overflow: hidden;
  display: grid; place-items: center;
  background: #14120f;
}
.sticky canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.vignette {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(120% 90% at 50% 45%, transparent 45%, rgba(10, 8, 6, 0.6) 100%),
    linear-gradient(180deg, rgba(10, 8, 6, 0.5) 0%, transparent 25%, transparent 70%, rgba(10, 8, 6, 0.72) 100%);
}
.overlay { position: absolute; inset: 0; z-index: 10; text-align: center; }
.reveal-line {
  position: absolute;
  left: 24px; right: 24px; top: 50%;
  translate: 0 -50%;
  margin: 0 auto;
  max-width: 88vw;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: clamp(1.9rem, 5.2vw, 4.4rem);
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: #f4efe7;
  opacity: 0;
  text-shadow: 0 4px 60px rgba(0, 0, 0, 0.65);
  text-wrap: balance;
  will-change: opacity, transform;
}
.reveal-line em { font-style: italic; font-weight: 600; color: #dfbe83; }
.reveal-line small {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: clamp(0.95rem, 1.5vw, 1.2rem);
  color: #d6cec1;
  margin-top: 18px;
}
.progress {
  position: absolute;
  left: 30px; right: 30px; bottom: 16px;
  height: 2px;
  background: rgba(244, 239, 231, 0.14);
  z-index: 12; border-radius: 999px;
}
.progress-fill {
  height: 100%; width: 0%;
  background: linear-gradient(90deg, var(--gold), #dfbe83);
  box-shadow: 0 0 12px rgba(201, 164, 102, 0.7);
  border-radius: 999px;
}

/* ---------- Stats ---------- */
.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px; text-align: center;
}
.stats > div {
  background: var(--card);
  border-radius: 22px;
  padding: 30px 18px 26px;
  box-shadow: 0 10px 32px rgba(56, 22, 14, 0.07);
}
.stat-num {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(2.1rem, 3.4vw, 2.9rem);
  font-weight: 800; color: var(--orange-deep);
  display: block;
  white-space: nowrap;
}
.stat-label { font-size: 14px; color: var(--ink-soft); margin-top: 7px; display: block; }

/* ---------- Praxis ---------- */
.split {
  display: grid; grid-template-columns: 1.08fr 1fr;
  gap: clamp(36px, 6vw, 76px); align-items: center;
}
.praxis-imgs { position: relative; }
.praxis-imgs .pi-main {
  width: 100%;
  border-radius: var(--r-lg);
  box-shadow: 0 22px 60px rgba(56, 22, 14, 0.16);
}
.praxis-imgs .pi-small {
  position: absolute;
  right: -16px; bottom: -28px;
  width: 33%;
  border-radius: var(--r-md);
  border: 4px solid var(--cream);
  box-shadow: 0 18px 48px rgba(56, 22, 14, 0.22);
}
.split-body h2 { font-size: clamp(1.9rem, 3.3vw, 2.7rem); font-weight: 800; margin-bottom: 18px; }
.split-body p { margin-bottom: 15px; color: var(--ink-soft); max-width: 56ch; }
.split-body p strong { color: var(--ink); }
@media (max-width: 860px) {
  .split { grid-template-columns: 1fr; }
  .praxis-imgs { margin-bottom: 26px; }
  .praxis-imgs .pi-small { right: 6px; }
}

/* ---------- Zitate ---------- */
.quotes { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; }
.quote {
  background: var(--card);
  border-radius: var(--r-md);
  padding: 30px 28px;
  box-shadow: 0 10px 34px rgba(56, 22, 14, 0.07);
  display: flex; flex-direction: column; gap: 15px;
}
.quote .stars { color: var(--orange); letter-spacing: 3px; font-size: 16px; }
.quote p { font-size: 15.5px; font-style: italic; color: var(--ink); flex: 1; }
.quote footer { font-size: 13.5px; font-weight: 600; color: var(--ink-soft); }

/* ---------- FAQ ---------- */
.faq { max-width: 840px; margin: 0 auto; }
.faq-item {
  background: var(--card);
  border-radius: var(--r-md);
  margin-bottom: 14px;
  box-shadow: 0 6px 24px rgba(56, 22, 14, 0.06);
  overflow: hidden;
}
.faq-q {
  width: 100%; background: none; border: 0; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 22px 26px;
  text-align: left;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16.5px; font-weight: 700; color: var(--ink);
}
.faq-q svg { width: 19px; height: 19px; stroke: var(--orange-deep); flex: none; transition: transform .3s cubic-bezier(.22,.61,.36,1); }
.faq-item.open .faq-q svg { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s cubic-bezier(.22,.61,.36,1); }
.faq-a p { padding: 0 26px 24px; font-size: 15px; color: var(--ink-soft); max-width: 68ch; }

/* ---------- Kontakt ---------- */
.contact-grid {
  display: grid; grid-template-columns: 1fr 1.1fr;
  gap: clamp(34px, 5vw, 64px); align-items: start;
}
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-list { list-style: none; display: grid; gap: 16px; margin-top: 26px; }
.contact-list li { display: flex; align-items: center; gap: 12px; font-size: 15.5px; }
.contact-list svg { width: 19px; height: 19px; stroke: var(--orange-deep); flex: none; }
.contact-list a { color: var(--ink); font-weight: 600; text-decoration: none; }
.form-card {
  background: var(--card);
  border-radius: var(--r-lg);
  padding: clamp(26px, 4vw, 40px);
  box-shadow: 0 14px 44px rgba(56, 22, 14, 0.09);
}
.field { margin-bottom: 17px; }
.field label { display: block; font-size: 13.5px; font-weight: 600; color: var(--ink); margin-bottom: 7px; }
.field input, .field textarea {
  width: 100%; padding: 13px 16px;
  background: #fff; color: var(--ink);
  border: 1.5px solid #e5d5c2;
  border-radius: 12px;
  font-family: "Inter", sans-serif; font-size: 15.5px;
  transition: border-color .2s ease;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--orange); }
.field input::placeholder, .field textarea::placeholder { color: #a8927c; }
.input-invalid { border-color: #c0392b !important; }
.field-error { display: none; color: #c0392b; font-size: 13px; margin-top: 6px; }

/* ---------- Outro / CTA ---------- */
.outro-shell { padding: 12px; }
.outro {
  border-radius: var(--r-asym);
  background:
    radial-gradient(120% 160% at 12% 0%, #fde4c9 0%, #f9cba8 36%, #f4a980 74%, #efa075 100%);
  text-align: center;
  padding: clamp(70px, 9vw, 120px) 26px;
}
.outro h2 { font-size: clamp(2rem, 4.6vw, 3.4rem); font-weight: 800; color: #3a1608; max-width: 18ch; margin: 0 auto 16px; }
.outro p { color: #55250f; max-width: 44rem; margin: 0 auto 32px; }
.outro-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---------- Footer ---------- */
.footer {
  background: var(--espresso);
  color: #e9d5c2;
  margin: 12px;
  border-radius: var(--r-asym-flip);
  padding: 54px 0 28px;
}
.footer .wrap { display: grid; gap: 34px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 36px; }
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr; } }
.footer h4 { font-family: "Plus Jakarta Sans", sans-serif; font-size: 14px; color: #fdf3e7; margin-bottom: 14px; }
.footer ul { list-style: none; display: grid; gap: 9px; }
.footer a { color: #e9d5c2; text-decoration: none; font-size: 14.5px; }
.footer a:hover { color: #fff; }
.footer .about { font-size: 14px; max-width: 34rem; margin-top: 12px; color: #d9bfa8; }
.footer-brand {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px; font-weight: 800; color: #fdf3e7; text-decoration: none;
}
.footer-brand svg { width: 30px; height: 30px; }
.footer-brand .thin { font-weight: 500; color: var(--peach); }
.footer-disclaimer {
  font-size: 12.5px; color: #b3906f;
  border-top: 1px solid rgba(253, 243, 231, 0.14);
  padding-top: 22px; max-width: 76ch;
}
.footer-base { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: 13px; color: #b3906f; }
.footer-base a { color: #e9d5c2; }

/* ---------- Buchungs-Modal ---------- */
.modal-backdrop {
  position: fixed; inset: 0; z-index: var(--z-backdrop);
  background: rgba(38, 16, 8, 0.55);
  backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px);
  opacity: 0; pointer-events: none; transition: opacity .3s ease;
}
.modal-backdrop.show { opacity: 1; pointer-events: auto; }
.booking-modal {
  position: fixed; z-index: var(--z-modal);
  left: 50%; top: 50%;
  transform: translate(-50%, -50%) scale(.97);
  width: min(560px, calc(100vw - 28px));
  max-height: min(90vh, 780px);
  overflow-y: auto;
  background: var(--card); color: var(--ink);
  border-radius: 24px;
  opacity: 0; pointer-events: none;
  transition: opacity .3s ease, transform .3s cubic-bezier(.22,.61,.36,1);
  box-shadow: 0 34px 90px rgba(38, 16, 8, 0.4);
}
.booking-modal.show { opacity: 1; pointer-events: auto; transform: translate(-50%, -50%) scale(1); }
.bm-inner { padding: clamp(26px, 5vw, 40px); }
.bm-close {
  position: absolute; top: 14px; right: 14px;
  background: var(--cream-2); border: 0; border-radius: 50%;
  width: 38px; height: 38px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}
.bm-close svg { width: 17px; height: 17px; stroke: var(--ink); }
.bm-progress { font-size: 12.5px; font-weight: 700; color: var(--orange-deep); margin-bottom: 8px; }
.bm-bar { height: 4px; background: #efe0cc; border-radius: 999px; margin-bottom: 22px; overflow: hidden; }
.bm-bar i { display: block; height: 100%; width: 100%; background: var(--orange); border-radius: 999px; transform: scaleX(0.334); transform-origin: left; transition: transform .35s cubic-bezier(.22,.61,.36,1); }
.booking-modal h3 { font-size: 1.32rem; font-weight: 800; margin-bottom: 18px; }
.bm-step { display: none; }
.bm-step.active { display: block; }
.tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.tile {
  border: 1.5px solid #e5d5c2;
  border-radius: 14px;
  background: #fff;
  padding: 17px 13px;
  display: flex; flex-direction: column; align-items: center; gap: 9px;
  cursor: pointer; text-align: center;
  font-size: 14px; font-weight: 600; color: var(--ink);
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}
.tile svg { width: 26px; height: 26px; stroke: var(--orange-deep); }
.tile:hover { border-color: var(--orange); transform: scale(1.03); }
.tile.selected { border-color: var(--orange); background: #fdeadf; transform: scale(0.985); }
.bm-note {
  display: flex; gap: 11px; align-items: flex-start;
  background: #fdeadf;
  border: 1px solid rgba(238, 122, 75, 0.4);
  border-radius: 13px;
  padding: 14px 16px;
  font-size: 13.5px; color: #6b3317;
  margin: 4px 0 20px;
}
.bm-note svg { width: 19px; height: 19px; stroke: var(--orange-deep); flex: none; margin-top: 1px; }
.bm-back {
  background: none; border: 0; cursor: pointer;
  font-size: 14px; font-weight: 600; color: var(--orange-deep);
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 0; margin-top: 14px;
}
.bm-back svg { width: 15px; height: 15px; stroke: currentColor; }

/* ---------- Reveals ---------- */
html.js .reveal { opacity: 0; transform: translateY(34px) scale(0.965); transition: opacity .7s cubic-bezier(.22,.61,.36,1), transform .85s cubic-bezier(.34,1.45,.64,1); }
html.js .reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html.js .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
  .btn:hover, .product:hover { transform: none; }
}

/* ---------- Rechtsseiten ---------- */
.legal { max-width: 780px; }
.legal h1 { font-size: clamp(2rem, 3.6vw, 2.7rem); margin-bottom: 32px; }
.legal h2 { font-size: 1.22rem; margin: 32px 0 10px; }
.legal p { margin-bottom: 13px; font-size: 15.5px; color: var(--ink-soft); }

/* Mobile Nav kompakter */
@media (max-width: 640px) {
  .nav-inner { padding: 10px 12px; }
  .menu-pill { padding: 9px 14px; font-size: 12px; }
  .nav-brand { font-size: 15px; gap: 7px; }
  .nav-brand svg { width: 26px; height: 26px; }
  .nav .btn { padding: 9px 14px; font-size: 12.5px; white-space: nowrap; }
}


/* ---------- Unterseiten ---------- */
.page-hero-shell { padding: 10px 12px 12px; }
.page-hero {
  border-radius: var(--r-asym-flip);
  background:
    radial-gradient(130% 170% at 85% 0%, #fbd7ae 0%, #f7b98b 40%, #ef8a58 82%, #e8703c 100%);
  padding: clamp(130px, 16vw, 170px) clamp(24px, 5vw, 60px) clamp(56px, 8vw, 100px);
}
.page-hero h1 {
  font-size: clamp(2.3rem, 4.8vw, 4rem);
  font-weight: 800; color: #3a1608;
  max-width: 20ch;
}
.page-hero p {
  margin-top: 18px;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  color: #55250f; max-width: 54ch;
}

.detail-row {
  display: grid; grid-template-columns: 1fr 1.1fr;
  gap: clamp(30px, 5vw, 70px); align-items: center;
  padding: clamp(44px, 6vw, 72px) 0;
  border-top: 1px solid var(--line);
}
.detail-row:first-of-type { border-top: 0; }
.detail-row.flip > .dr-img { order: 2; }
.dr-img img {
  width: 100%;
  border-radius: var(--r-lg);
  box-shadow: 0 18px 50px rgba(56, 22, 14, 0.13);
}
.dr-body h2 { font-size: clamp(1.6rem, 2.8vw, 2.3rem); font-weight: 800; margin-bottom: 6px; }
.dr-body .dr-sub { color: var(--orange-deep); font-weight: 600; font-size: 15px; margin-bottom: 15px; }
.dr-body p { margin-bottom: 14px; color: var(--ink-soft); max-width: 58ch; }
.dr-ing { margin: 18px 0 4px; font-size: 13px; font-weight: 700; color: var(--ink); letter-spacing: 0.02em; }
.dr-meta {
  display: grid; grid-template-columns: repeat(3, auto);
  gap: 10px 36px; justify-content: start;
  margin: 20px 0 24px;
}
.dr-meta strong { display: block; font-family: "Plus Jakarta Sans", sans-serif; font-size: 16px; color: var(--espresso); }
.dr-meta span { font-size: 12.5px; color: var(--ink-soft); }
@media (max-width: 860px) {
  .detail-row { grid-template-columns: 1fr; }
  .detail-row.flip > .dr-img { order: 0; }
  .dr-meta { grid-template-columns: 1fr 1fr; }
}

.value-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }
.value-card {
  background: var(--card);
  border-radius: var(--r-md);
  padding: 28px 26px;
  box-shadow: 0 10px 34px rgba(56, 22, 14, 0.07);
}
.value-card svg { width: 30px; height: 30px; stroke: var(--orange-deep); margin-bottom: 16px; }
.value-card h3 { font-size: 1.14rem; font-weight: 800; margin-bottom: 8px; }
.value-card p { font-size: 14.5px; color: var(--ink-soft); }
.more-link {
  display: block; text-align: center;
  margin-top: 11px;
  font-size: 13.5px; font-weight: 600;
  color: var(--orange-deep); text-decoration: none;
}
.more-link:hover { text-decoration: underline; }

/* Echtes Logo */
.nav-brand { gap: 10px; }
.brand-drop { width: 37px; height: 37px; flex: none; }
.bw {
  display: inline-flex; align-items: baseline; gap: 1px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 28px; font-weight: 800; letter-spacing: -0.02em;
}
.bw b { font-weight: 800; color: var(--espresso); }
.bw i { font-style: italic; font-weight: 800; color: var(--orange-deep); }
/* Auf Gradient-Seiten: hell wie die Headline */
body:has(.hero, .page-hero) .nav-brand .bw b { color: #fbf0df; }
body:has(.hero, .page-hero) .nav-brand .bw i { color: #7a2f12; }
.footer-brand .bw b, .menu-overlay .bw b { color: #fdf3e7; }
.footer-brand .bw i, .menu-overlay .bw i { color: var(--peach); }
.footer-brand .brand-drop { width: 27px; height: 27px; }

/* ---------- Zentrierter Hero mit Person ---------- */
.hero-center { flex-direction: column; align-items: stretch; justify-content: flex-start; min-height: clamp(660px, 90vh, 860px); }
.hero-inner-c {
  position: relative; z-index: 2;
  max-width: 900px; margin: 0 auto;
  padding: clamp(120px, 16vw, 160px) 24px 0;
  text-align: center;
  display: flex; flex-direction: column; align-items: center;
}
.hero-inner-c h1 {
  font-size: clamp(3rem, 6.6vw, 5.7rem);
  font-weight: 700; color: #fbf0df;
  text-shadow: 0 2px 34px rgba(84, 34, 12, 0.28);
}
.hero-inner-c h1 em { color: #7a2f12; }
.hero-inner-c .hero-sub {
  margin: 22px auto 30px;
  font-size: clamp(1.02rem, 1.5vw, 1.2rem);
  color: #55250f; max-width: 36rem; line-height: 1.6;
}
.hero-inner-c .hero-ctas { justify-content: center; }
.hero-inner-c .hero-tags { justify-content: center; margin-top: 26px; gap: 22px; }
.hero-person {
  position: absolute; z-index: 1;
  bottom: 0; right: clamp(0%, 3vw, 5%);
  height: clamp(300px, 52vh, 500px);
  width: auto;
  filter:
    drop-shadow(0 0 34px rgba(255, 246, 232, 0.55))
    drop-shadow(0 24px 44px rgba(94, 38, 8, 0.3));
  pointer-events: none;
}
.hero-badge-left {
  position: absolute; z-index: 2;
  left: 0; bottom: 0;
  border-radius: 0 26px 0 30px;
  padding: 18px 26px 18px 22px;
}
@media (max-width: 900px) {
  .hero-center { min-height: 0; padding-bottom: 0; }
  .hero-person {
    position: static;
    height: auto; width: min(300px, 68vw);
    margin: 26px auto 0;
    order: 3;
  }
  .hero-badge-left { display: none; }
}
@media (max-width: 480px) {
  .nav-brand .thin { display: none; }
}


/* ---------- Gestapelte Schritt-Karten ---------- */
.stack { display: grid; gap: 16px; max-width: 1040px; margin: 0 auto; }
.stack-card {
  position: sticky;
  top: calc(108px + var(--i) * 18px);
  background: var(--stack-bg, var(--card));
  border-radius: 44px 22px 44px 22px;
  padding: clamp(28px, 4.5vw, 48px);
  box-shadow: 0 -10px 26px rgba(56, 22, 14, 0.05), 0 18px 44px rgba(56, 22, 14, 0.12);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 26px;
  align-items: center;
  min-height: 0;
}
.stack-card h3 { font-size: clamp(1.45rem, 2.7vw, 2.05rem); font-weight: 800; margin: 14px 0 10px; }
.stack-card p { font-size: 16.5px; color: var(--ink-soft); max-width: 52ch; }
.stack-img {
  width: clamp(200px, 26vw, 300px);
  height: clamp(140px, 17vw, 200px);
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(56, 22, 14, 0.14);
}
.stack-spacer { height: 2vh; }
@media (max-width: 700px) {
  .stack-card { grid-template-columns: 1fr; top: calc(88px + var(--i) * 12px); }
  .stack-img { width: 100%; height: 150px; }
}

/* ---------- Warum-Sektion ---------- */
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(310px, 1fr)); gap: 24px; }
.why-card {
  background: var(--card);
  border-radius: var(--r-md);
  overflow: hidden;
  box-shadow: 0 10px 34px rgba(56, 22, 14, 0.08);
}
.why-card img { width: 100%; height: 300px; object-fit: cover; }
.why-card .why-body { padding: 28px 28px 30px; }
.why-card h3 { font-size: 1.32rem; font-weight: 800; margin-bottom: 9px; }
.why-card p { font-size: 15.5px; color: var(--ink-soft); }


@media (max-width: 640px) {
  .topbar { font-size: 10.5px; padding: 8px 14px; letter-spacing: 0.03em; }
  .nav { top: 56px; }
}


/* Kompakte Zahlen-Sektion */
.stats-sec { padding: clamp(40px, 5vw, 64px) 0; }

/* ---------- Dezentes Glass ---------- */
.menu-pill {
  background: rgba(255, 250, 243, 0.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.hero-badge {
  background: rgba(255, 250, 243, 0.42);
  border: 1px solid rgba(255, 250, 243, 0.55);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.slider-btn {
  background: rgba(255, 250, 243, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}


/* Behandlungs-Kacheln mit Bild */
#treatTiles .tile {
  position: relative;
  padding: 0;
  height: 118px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  justify-content: flex-end;
}
#treatTiles .tile svg { display: none; }
#treatTiles .tile .tile-label {
  width: 100%;
  background: rgba(255, 250, 243, 0.88);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 9px 10px;
  font-size: 13.5px; font-weight: 700; color: var(--ink);
}
#treatTiles .tile.selected { transform: scale(0.97); }
#treatTiles .tile.selected .tile-label { background: rgba(253, 234, 223, 0.95); color: var(--orange-deep); }


@media (prefers-reduced-motion: reduce) {
  .prod-preview.show .pp-img { animation: none; }
  .tb-msg { transition: opacity .3s ease; transform: none; }
}

/* Menue auf niedrigen Fenstern kompakt */
@media (max-height: 780px) {
  .menu-links { gap: 8px; }
  .menu-links a { font-size: 1.35rem; }
  .menu-links a small { display: none; }
  .menu-top .footer-brand { font-size: 15px; }
  .menu-top .brand-drop { width: 22px; height: 22px; }
}


/* ---------- Infusions-Namensliste ---------- */
.prod-list { display: grid; }
.prod-row {
  display: flex; align-items: center; gap: 20px;
  padding: clamp(18px, 2.6vw, 26px) 6px;
  border-bottom: 1px solid rgba(56, 22, 14, 0.12);
  text-decoration: none; color: var(--ink);
  transition: padding-left .35s cubic-bezier(.34,1.45,.64,1), color .25s ease;
}
.prod-row:first-child { border-top: 1px solid rgba(56, 22, 14, 0.12); }
.pr-name {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(1.55rem, 3.4vw, 2.7rem);
  font-weight: 800; letter-spacing: -0.02em;
  flex: 1;
}
.pr-meta { font-size: 14.5px; color: var(--ink-soft); white-space: nowrap; }
.pr-arrow { width: 22px; height: 22px; stroke: var(--ink-soft); flex: none; transition: transform .3s cubic-bezier(.34,1.45,.64,1), stroke .25s ease; }
.pr-thumb { display: none; }
@media (min-width: 861px) {
  .prod-row:hover { padding-left: 22px; color: var(--orange-deep); }
  .prod-row:hover .pr-arrow { transform: translateX(6px); stroke: var(--orange-deep); }
}
@media (max-width: 860px) {
  .pr-thumb {
    display: block;
    width: 62px; height: 62px;
    object-fit: cover;
    border-radius: 16px;
    flex: none;
  }
  .pr-meta { display: none; }
}

/* Schwebende Vorschau-Karte */
.prod-preview {
  position: fixed;
  right: clamp(20px, 4vw, 72px);
  top: 50%;
  width: clamp(460px, 40vw, 600px);
  background: var(--card);
  border: 1px solid rgba(56, 22, 14, 0.14);
  border-radius: 36px;
  box-shadow: 0 30px 80px rgba(56, 22, 14, 0.24);
  opacity: 0;
  transform-origin: 78% 42%;
  transform: translate(0, calc(-50% + var(--my, 0px))) rotate(calc(-2deg + var(--mr, 0deg)));
  filter: blur(8px);
  transition: opacity .32s ease, filter .4s ease;
  pointer-events: none;
  z-index: 80;
}
.prod-preview.show {
  opacity: 1;
  filter: blur(0);
  animation: pvIn .62s cubic-bezier(.34,1.45,.64,1);
}
@keyframes pvIn {
  from { transform: translate(72px, calc(-50% + var(--my, 0px))) rotate(7deg) scale(0.92); }
}
.prod-preview .pp-img { width: 100%; height: 100%; object-fit: cover; display: block; transform-origin: 50% 55%; }
.prod-preview .pp-imgwrap { height: clamp(330px, 31vw, 440px); overflow: hidden; border-radius: 36px 36px 0 0; }
.prod-preview.show .pp-img { animation: ppZoom 8s ease-out forwards; }
@keyframes ppZoom { from { transform: scale(1); } to { transform: scale(1.1); } }
.prod-preview .pp-body { padding: 20px 24px 22px; background: var(--card); border-radius: 0 0 36px 36px; }
.prod-preview .pp-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 12px; }
.prod-preview .pp-chips .chip { font-size: 12px; padding: 4px 11px; }
.prod-preview .pp-row { display: flex; justify-content: space-between; align-items: baseline; }
.prod-preview .pp-price { font-family: "Plus Jakarta Sans", sans-serif; font-size: 1.45rem; font-weight: 800; color: var(--espresso); }
.prod-preview .pp-dur { font-size: 13.5px; color: var(--ink-soft); }
@media (max-width: 980px) { .prod-preview { display: none; } }


/* Hero-CTAs in Creme-Tönen (wie der Pullover) */
.hero .btn-dark {
  background: rgba(251, 240, 223, 0.94);
  color: var(--ink);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.hero .btn-dark:hover { background: var(--orange-deep); color: #fff; }
.hero .btn-light {
  background: transparent;
  color: #fbf0df;
  box-shadow: inset 0 0 0 1.6px rgba(251, 240, 223, 0.6);
}
.hero .btn-light:hover { background: rgba(251, 240, 223, 0.16); box-shadow: inset 0 0 0 1.6px rgba(251, 240, 223, 0.9); }


/* ---------- Warum: nahtlose nummerierte Reihen auf Gradient ---------- */
.sec-grad {
  margin: 12px;
  border-radius: var(--r-asym-flip);
  background:
    radial-gradient(110% 130% at 12% 0%, rgba(253, 228, 201, 0.6) 0%, rgba(249, 203, 168, 0.35) 40%, rgba(244, 169, 128, 0.13) 75%, rgba(244, 169, 128, 0.05) 100%),
    var(--cream-2);
}
.why-row {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: clamp(30px, 5vw, 76px);
  align-items: center;
  padding: clamp(26px, 4vw, 48px) 0;
}
.why-row.flip .why-img { order: -1; }
.why-copy { position: relative; }
.why-num {
  display: block;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(4rem, 8vw, 6.5rem);
  font-weight: 800;
  line-height: 1;
  color: rgba(212, 113, 74, 0.24);
  margin-bottom: 6px;
}
.why-copy h3 { font-size: clamp(1.5rem, 2.8vw, 2.1rem); font-weight: 800; margin-bottom: 12px; }
.why-copy p { font-size: 16.5px; line-height: 1.7; color: var(--ink-soft); max-width: 46ch; }
.why-img img {
  width: 100%;
  height: clamp(260px, 26vw, 340px);
  object-fit: cover;
  border-radius: 30px;
  box-shadow: 0 22px 56px rgba(56, 22, 14, 0.14);
}
.why-stats { margin-top: clamp(34px, 5vw, 56px); }
.why-stats > div { background: rgba(255, 250, 243, 0.66); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
@media (max-width: 860px) {
  .why-row { grid-template-columns: 1fr; gap: 18px; }
  .why-row.flip .why-img { order: 0; }
  .why-img img { height: 230px; }
}

/* Praxis: eigene helle Sektionsfarbe */
.sec-card {
  background: var(--card);
  margin: 12px;
  border-radius: var(--r-asym);
}

/* Seitliche Reveals (nahtloses Aufklappen) */
html.js .reveal-left, html.js .reveal-right {
  opacity: 0;
  transition: opacity .7s cubic-bezier(.22,.61,.36,1), transform .85s cubic-bezier(.34,1.35,.64,1);
}
html.js .reveal-left { transform: translateX(-44px) scale(0.98); }
html.js .reveal-right { transform: translateX(44px) scale(0.98); }
html.js .reveal-left.in, html.js .reveal-right.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html.js .reveal-left, html.js .reveal-right { opacity: 1; transform: none; transition: none; }
}

/* Cut-off: nachfolgende Kacheln schieben sich ueber die fixe Produkt-Vorschau */
.cinematic { z-index: 90; }
.sec-grad, .sec-card { position: relative; z-index: 90; }



/* ---------- Lade-Choreografie (ayvie-artig, staggered) ---------- */
@keyframes liUp { from { opacity: 0; transform: translateY(28px); } }
@keyframes liDown { from { opacity: 0; transform: translateY(-16px); } }
@keyframes liScale { from { opacity: 0; transform: scale(0.6); } }
@keyframes liPerson { from { opacity: 0; transform: translateY(70px); } }
@keyframes liBadge { from { opacity: 0; transform: translateX(-40px); } }
html.js .topbar { animation: liDown .7s cubic-bezier(.22,.61,.36,1) both; }
html.js .menu-pill { animation: liDown .7s cubic-bezier(.22,.61,.36,1) .18s both; }
html.js .nav-brand .brand-drop { animation: liScale .8s cubic-bezier(.34,1.45,.64,1) .3s both; }
html.js .nav-brand .bw { animation: liUp .8s cubic-bezier(.22,.61,.36,1) .4s both; }
html.js .nav .btn.nav-cta { animation: liDown .7s cubic-bezier(.22,.61,.36,1) .24s both; }
html.js .hero-inner-c h1 { animation: liUp .9s cubic-bezier(.22,.61,.36,1) .35s both; }
html.js .hero-inner-c .hero-sub { animation: liUp .9s cubic-bezier(.22,.61,.36,1) .48s both; }
html.js .hero-inner-c .hero-ctas { animation: liUp .9s cubic-bezier(.22,.61,.36,1) .58s both; }
html.js .hero-person { animation: liPerson 1.05s cubic-bezier(.22,.61,.36,1) .55s both; }
html.js .hero-badge-left { animation: liBadge .8s cubic-bezier(.34,1.45,.64,1) .85s both; }
html.js .page-hero h1 { animation: liUp .9s cubic-bezier(.22,.61,.36,1) .3s both; }
html.js .page-hero p { animation: liUp .9s cubic-bezier(.22,.61,.36,1) .42s both; }

/* Scroll-Indikator im Hero */
.hero-scrollhint {
  position: absolute; z-index: 2;
  left: 50%; bottom: 22px;
  transform: translateX(-50%);
  display: inline-flex; align-items: center; gap: 9px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.3em;
  color: rgba(74, 30, 12, 0.65);
  animation: hintBob 2s ease-in-out infinite, liUp .8s cubic-bezier(.22,.61,.36,1) 1.1s both;
}
.hero-scrollhint svg { width: 15px; height: 22px; stroke: rgba(74, 30, 12, 0.65); }
@keyframes hintBob {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(6px); }
}
@media (max-width: 900px) { .hero-scrollhint { display: none; } }

@media (prefers-reduced-motion: reduce) {
  html.js .topbar, html.js .menu-pill, html.js .nav-brand img, html.js .nav .btn.nav-cta,
  html.js .hero-inner-c h1, html.js .hero-inner-c .hero-sub, html.js .hero-inner-c .hero-ctas,
  html.js .hero-person, html.js .hero-badge-left, html.js .page-hero h1, html.js .page-hero p,
  .hero-scrollhint { animation: none; }
}

/* Sternchen im Termin-Tab (ayvie-Signature) */
.nav .btn.nav-cta svg.cal { width: 17px; height: 18px; }


/* ---------- Produktseite: Zweier-Grid ---------- */
.prod-grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
.pcard {
  background: var(--card);
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 14px 44px rgba(56, 22, 14, 0.09);
  display: flex; flex-direction: column;
}
.pcard > img { width: 100%; height: clamp(240px, 24vw, 320px); object-fit: cover; }
.pcard-body { padding: clamp(24px, 3vw, 34px); display: flex; flex-direction: column; flex: 1; align-items: flex-start; }
.pcard-body h2 { font-size: clamp(1.5rem, 2.4vw, 1.9rem); font-weight: 800; margin-bottom: 5px; }
.pcard-body .dr-sub { color: var(--orange-deep); font-weight: 600; font-size: 14.5px; margin-bottom: 13px; }
.pcard-body p { font-size: 15px; line-height: 1.65; color: var(--ink-soft); margin-bottom: 14px; flex: 1; }
.pcard-body .chiprow { margin-bottom: 4px; }
.pcard-body .dr-meta { margin: 16px 0 20px; }
@media (max-width: 860px) { .prod-grid2 { grid-template-columns: 1fr; } }
