/* ==========================================================================
   ACUT & Darm · Julie Thomas — Stylesheet
   Aufbau wie die Website der Physio Praxis Kloos · Thomas.
   Farbwelt: Salbei-Teal aus dem ACUT-Logo, Bernstein als warmer Akzent
   (angelehnt an das Orange der bisherigen acut-darm.de).
   ========================================================================== */

/* ---------- Schriften (lokal gehostet, keine externen Requests) ---------- */
@font-face {
  font-family: 'Fraunces';
  src: url('../fonts/fraunces-latin.woff2') format('woff2');
  font-weight: 400 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-latin.woff2') format('woff2');
  font-weight: 400 700;
  font-display: swap;
  font-style: normal;
}

/* ---------- Design-Tokens ---------- */
:root {
  /* Marke */
  --sage-900: #1C3531;
  --sage-800: #29504A;
  --sage-700: #3A6B64;
  --sage-600: #4A8078;
  --sage-100: #DDE8E5;
  --sage-50:  #EFF5F3;

  --amber-700: #8A5510;
  --amber-600: #B06E14;
  --amber-500: #E0962E;
  --amber-200: #F4D7A8;
  --amber-100: #FBEEDB;

  /* Flächen */
  --sand-50:  #FBF9F4;
  --sand-100: #F5F1E8;
  --sand-200: #EAE4D6;
  --white:    #FFFFFF;
  --night:    #121A18;
  --night-2:  #1B2623;

  /* Text */
  --ink:      #14201E;
  --ink-2:    #33443F;
  --muted:    #5E706B;
  --muted-on-dark: #B9C9C3;

  /* Linien & Schatten */
  --line:      #E3DED1;
  --line-strong: #7C8B86;   /* Formularrahmen, erfuellt 3:1 */
  --line-soft: #EFEBE0;
  --shadow-sm: 0 1px 2px rgba(28, 53, 49, .06), 0 2px 8px rgba(28, 53, 49, .05);
  --shadow-md: 0 4px 12px rgba(28, 53, 49, .07), 0 12px 32px rgba(28, 53, 49, .07);
  --shadow-lg: 0 8px 24px rgba(28, 53, 49, .09), 0 28px 60px rgba(28, 53, 49, .10);

  /* Radien */
  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 22px;
  --r-xl: 32px;
  --r-full: 999px;

  /* Maße */
  --container: 1160px;
  --gutter: clamp(1.25rem, 4vw, 2rem);
  --section-y: clamp(3.5rem, 7vw, 6.5rem);
  --header-h: 72px;

  /* Schrift */
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --font-display: 'Fraunces', 'Iowan Old Style', Georgia, 'Times New Roman', serif;
}

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 16px);
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--ink-2);
  background: var(--sand-50);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-variation-settings: 'SOFT' 0, 'WONK' 0, 'opsz' 60;
  color: var(--sage-900);
  line-height: 1.14;
  letter-spacing: -0.015em;
  margin: 0 0 .6em;
  font-weight: 600;
  text-wrap: balance;
  overflow-wrap: break-word;
  hyphens: auto;
}
h1 { font-size: clamp(2.15rem, 1.35rem + 3.3vw, 3.85rem); font-weight: 600; }
h2 { font-size: clamp(1.7rem, 1.2rem + 2vw, 2.65rem); }
h3 { font-size: clamp(1.15rem, 1.02rem + .6vw, 1.4rem); line-height: 1.28; }
h4 { font-size: 1.0625rem; line-height: 1.35; }

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

a { color: var(--sage-700); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--sage-800); }

ul, ol { margin: 0 0 1.1em; padding-left: 1.25em; }
li { margin-bottom: .4em; }
li:last-child { margin-bottom: 0; }

strong, b { font-weight: 600; color: var(--ink); }
hr { border: 0; border-top: 1px solid var(--line); margin: 2rem 0; }

:focus-visible {
  outline: 3px solid var(--sage-800);
  outline-offset: 2px;
  border-radius: 4px;
  box-shadow: 0 0 0 6px rgba(224, 150, 46, .45);
}

::selection { background: var(--amber-200); color: var(--sage-900); }

/* ---------- Layout-Helfer ---------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.container--narrow { max-width: 780px; }

.section { padding-block: var(--section-y); }
.section--tight { padding-block: clamp(2.5rem, 5vw, 4rem); }
.section--sand { background: var(--sand-100); }
.section--white { background: var(--white); }
.section--night { background: var(--night); color: var(--muted-on-dark); }
.section--night h2, .section--night h3 { color: var(--sand-50); }

.section-head { max-width: 44rem; margin-bottom: clamp(2rem, 4vw, 3.25rem); }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head p { font-size: 1.09rem; color: var(--muted); margin-bottom: 0; }
.section--night .section-head p { color: var(--muted-on-dark); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: var(--sage-700);
  margin-bottom: .9rem;
}
.eyebrow::before {
  content: '';
  width: 26px; height: 2px;
  background: var(--amber-500);
  border-radius: 2px;
  flex: none;
}
.section--night .eyebrow { color: var(--amber-500); }

.lead {
  font-size: clamp(1.06rem, 1rem + .45vw, 1.24rem);
  line-height: 1.62;
  color: var(--ink-2);
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 200;
  background: var(--sage-800);
  color: #fff;
  padding: .8rem 1.2rem;
  border-radius: 0 0 var(--r-sm) 0;
  font-weight: 600;
}
.skip-link:focus { left: 0; color: #fff; }

.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.icon { width: 1.25em; height: 1.25em; flex: none; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  min-height: 48px;
  padding: .75rem 1.4rem;
  border-radius: var(--r-full);
  border: 1.5px solid transparent;
  font: inherit;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }

.btn--primary { background: var(--sage-700); color: #fff; box-shadow: var(--shadow-sm); }
.btn--primary:hover { background: var(--sage-800); color: #fff; box-shadow: var(--shadow-md); }

.btn--accent { background: var(--amber-500); color: var(--sage-900); box-shadow: var(--shadow-sm); }
.btn--accent:hover { background: #EBA544; color: var(--sage-900); box-shadow: var(--shadow-md); }

.btn--outline { background: transparent; color: var(--sage-800); border-color: var(--sage-700); }
.btn--outline:hover { background: var(--sage-700); color: #fff; }

.btn--ghost { background: var(--white); color: var(--sage-800); border-color: var(--line); box-shadow: var(--shadow-sm); }
.btn--ghost:hover { border-color: var(--sage-600); color: var(--sage-800); }

.btn--on-dark { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.28); }
.btn--on-dark:hover { background: rgba(255,255,255,.16); color: #fff; }

.btn--sm { min-height: 40px; padding: .45rem 1rem; font-size: .92rem; }
.btn--block { width: 100%; }

.btn-row { display: flex; flex-wrap: wrap; gap: .75rem; }

.textlink {
  display: inline-flex; align-items: center; gap: .4rem;
  font-weight: 600; text-decoration: none;
  color: var(--sage-700);
}
.textlink .icon { width: 1.05em; height: 1.05em; transition: transform .18s ease; }
.textlink:hover { color: var(--sage-800); }
.textlink:hover .icon { transform: translateX(3px); }
.section--night .textlink { color: var(--amber-500); }

/* ---------- Kopfbereich ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.92);
  backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.site-header.is-scrolled { border-bottom-color: var(--line); box-shadow: 0 1px 12px rgba(28,53,49,.05); }

.header-inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: var(--header-h);
}

.brand { display: inline-flex; align-items: center; gap: .65rem; text-decoration: none; margin-right: auto; }
.brand img { width: 42px; height: 42px; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.06rem;
  color: var(--sage-800);
  letter-spacing: -.01em;
}
.brand-sub {
  font-size: .68rem;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
}

.nav { display: flex; align-items: center; gap: .15rem; }
.nav a {
  display: inline-block;
  white-space: nowrap;
  padding: .5rem .72rem;
  border-radius: var(--r-sm);
  font-size: .95rem;
  font-weight: 500;
  color: var(--ink-2);
  text-decoration: none;
  transition: color .15s ease, background-color .15s ease;
}
.nav a:hover { color: var(--sage-800); background: var(--sage-50); }
.nav a[aria-current="page"] { color: var(--sage-800); font-weight: 600; }

.header-cta { display: inline-flex; gap: .5rem; margin-left: .5rem; }

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 46px; height: 46px;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  background: var(--white);
  color: var(--sage-800);
  cursor: pointer;
}
.nav-toggle .icon { width: 22px; height: 22px; }
.nav-toggle .icon-close { display: none; }
.nav-toggle[aria-expanded="true"] .icon-open { display: none; }
.nav-toggle[aria-expanded="true"] .icon-close { display: block; }

@media (max-width: 1240px) {
  .nav a { padding: .5rem .55rem; font-size: .9rem; }
  .header-cta .btn > span:not(.sr-only) { display: none; }
  .header-cta .btn { padding-inline: .9rem; }
}

/* Sieben Menüpunkte: früher auf das Mobilmenü umschalten als bei der Praxis-Website */
@media (max-width: 1080px) {
  .nav-toggle { display: inline-flex; order: 3; }
  .nav {
    position: fixed;
    inset: var(--header-h) 0 auto 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--white);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-lg);
    padding: .5rem var(--gutter) 1.25rem;
    max-height: calc(100dvh - var(--header-h));
    overflow-y: auto;
    transform: translateY(-8px);
    opacity: 0;
    visibility: hidden;
    transition: opacity .18s ease, transform .18s ease, visibility .18s;
  }
  .nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .nav a { padding: .85rem .5rem; font-size: 1.05rem; border-bottom: 1px solid var(--line-soft); border-radius: 0; }
  .nav a:last-child { border-bottom: 0; }
  .header-cta { margin-left: 0; }
  .header-cta .btn--outline { display: none; }
}

/* ---------- Öffnungs-Status ---------- */
.status {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: .87rem;
  font-weight: 600;
  color: var(--ink);
}
.status-dot {
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--muted);
  flex: none;
  position: relative;
}
.status.is-open .status-dot { background: #22A06B; }
.status.is-open .status-dot::after {
  content: '';
  position: absolute; inset: -5px;
  border-radius: 50%;
  border: 2px solid rgba(34,160,107,.35);
  animation: pulse 2.4s ease-out infinite;
}
.status.is-closed .status-dot { background: #C77C3B; }
@keyframes pulse {
  0%   { transform: scale(.7); opacity: 1; }
  100% { transform: scale(1.35); opacity: 0; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(2.5rem, 6vw, 5rem) clamp(3rem, 6vw, 5.5rem);
  background:
    radial-gradient(60rem 40rem at 88% -10%, var(--sage-50) 0%, rgba(239,245,243,0) 62%),
    radial-gradient(46rem 34rem at -8% 12%, var(--amber-100) 0%, rgba(251,238,219,0) 58%),
    var(--sand-50);
}
.hero-grid {
  display: grid;
  gap: clamp(2.5rem, 5vw, 4rem);
  align-items: center;
}
@media (min-width: 900px) {
  .hero-grid { grid-template-columns: 1.02fr .98fr; }
}

.hero h1 { margin-bottom: .45em; }
.hero .lead { max-width: 34rem; margin-bottom: 1.9rem; }

.chip {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .38rem .85rem .38rem .5rem;
  border-radius: var(--r-full);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  font-size: .85rem;
  font-weight: 500;
  color: var(--ink-2);
  margin-bottom: 1.5rem;
}
.chip b { color: var(--sage-800); font-weight: 600; }
.chip-mark {
  display: inline-flex; align-items: center; justify-content: center;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--amber-100);
  color: var(--amber-700);
  flex: none;
}
.chip-mark .icon { width: 13px; height: 13px; stroke-width: 2.2; }

.hero-usps {
  display: grid;
  gap: .7rem;
  margin-top: 2.1rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--line);
}
@media (min-width: 560px) { .hero-usps { grid-template-columns: repeat(3, 1fr); gap: 1.1rem; } }
.usp { display: flex; gap: .6rem; align-items: flex-start; font-size: .93rem; line-height: 1.45; }
.usp .icon { width: 20px; height: 20px; color: var(--sage-600); margin-top: .1rem; }
.usp b { display: block; color: var(--sage-900); font-weight: 600; }
.usp span { color: var(--muted); }

/* Hero-Bild */
.hero-media { position: relative; }
.hero-media::before {
  content: '';
  position: absolute;
  inset: auto -6% -7% 12%;
  height: 62%;
  background: var(--sage-100);
  border-radius: var(--r-xl);
  transform: rotate(-2.5deg);
  z-index: 0;
}
.hero-media::after {
  content: '';
  position: absolute;
  top: -14px; right: 8%;
  width: 84px; height: 84px;
  border-radius: 50%;
  background: var(--amber-200);
  opacity: .8;
  z-index: 0;
}
.hero-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg);
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.hero-card {
  position: relative;
  z-index: 2;
  margin: -2.75rem 0 0 auto;
  width: min(19rem, 92%);
  background: var(--white);
  border-radius: var(--r-md);
  box-shadow: var(--shadow-lg);
  padding: 1.05rem 1.2rem;
  display: grid;
  gap: .5rem;
}
.hero-card .status { font-size: .92rem; }
.hero-card dl { display: grid; grid-template-columns: auto 1fr; gap: .15rem .9rem; margin: 0; font-size: .89rem; }
.hero-card dt { color: var(--muted); }
.hero-card dd { margin: 0; text-align: right; font-weight: 600; color: var(--ink); font-variant-numeric: tabular-nums; }

@media (max-width: 899.98px) {
  .hero-media { max-width: 34rem; }
  .hero-card { margin-right: 0; }
}

/* ---------- Kontakt-Schnellleiste ---------- */
.quickbar { background: var(--white); border-block: 1px solid var(--line); }
.quickbar-grid {
  display: grid;
  gap: 0;
  grid-template-columns: 1fr;
}
@media (min-width: 620px) { .quickbar-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px) { .quickbar-grid { grid-template-columns: repeat(4, 1fr); } }

.quick {
  display: flex;
  align-items: center;
  gap: .85rem;
  padding: 1.15rem .35rem;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid var(--line-soft);
  transition: background-color .16s ease;
}
.quick:hover { background: var(--sand-50); color: inherit; }
@media (min-width: 620px) {
  .quick { padding-inline: 1.25rem; border-bottom: 0; border-right: 1px solid var(--line-soft); }
  .quickbar-grid > .quick:nth-child(2n) { border-right: 0; }
  .quickbar-grid > .quick:first-child { padding-left: 0; }
}
@media (min-width: 960px) {
  .quickbar-grid > .quick:nth-child(2n) { border-right: 1px solid var(--line-soft); }
  .quickbar-grid > .quick:last-child { border-right: 0; padding-right: 0; }
}
.quick-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; flex: none;
  border-radius: 50%;
  background: var(--sage-50);
  color: var(--sage-700);
}
.quick-icon .icon { width: 19px; height: 19px; }
.quick b { display: block; font-size: .97rem; color: var(--sage-900); font-weight: 600; line-height: 1.3; }
.quick span { display: block; font-size: .84rem; color: var(--muted); }

/* ---------- Karten ---------- */
.grid { display: grid; gap: clamp(1rem, 2vw, 1.5rem); }
.grid--2 { grid-template-columns: 1fr; }
.grid--3 { grid-template-columns: 1fr; }
@media (min-width: 700px) { .grid--2 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 700px) { .grid--3 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .grid--3 { grid-template-columns: repeat(3, 1fr); } }

.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(1.4rem, 2.4vw, 2rem);
  box-shadow: var(--shadow-sm);
  transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease;
}
.card--link:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); border-color: var(--sage-100); }
.card h3 { margin-bottom: .5rem; }
.card p { color: var(--muted); }
.card > :last-child { margin-bottom: 0; }

.card-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 48px; height: 48px;
  border-radius: var(--r-md);
  background: var(--sage-50);
  color: var(--sage-700);
  margin-bottom: 1.1rem;
}
.card-icon .icon { width: 23px; height: 23px; }
.card-icon--accent { background: var(--amber-100); color: var(--amber-700); }

/* ---------- Vergleich mit/ohne Rezept ---------- */
.compare { display: grid; gap: clamp(1rem, 2vw, 1.5rem); }
@media (min-width: 800px) { .compare { grid-template-columns: repeat(2, 1fr); } }

.compare-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(1.4rem, 2.4vw, 2rem);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
}
.compare-card header { padding-bottom: 1.1rem; margin-bottom: 1.25rem; border-bottom: 1px solid var(--line-soft); }
.compare-card header p { margin: 0; font-size: .93rem; color: var(--muted); }
.compare-card h3 { margin-bottom: .3rem; }
.compare-card--accent { border-color: var(--amber-200); background: linear-gradient(180deg, #FFFBF4 0%, var(--white) 45%); }

.pro-con { margin: 0 0 1.4rem; padding: 0; list-style: none; }
.pro-con:last-child { margin-bottom: 0; }
.pro-con-title {
  display: flex; align-items: center; gap: .45rem;
  font-size: .76rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  margin-bottom: .7rem;
}
.pro-con-title--pro { color: #1B8259; }
.pro-con-title--con { color: #96571F; }
.pro-con li {
  display: flex; gap: .6rem;
  font-size: .96rem; line-height: 1.55;
  margin-bottom: .6rem;
}
.pro-con li .icon { width: 18px; height: 18px; margin-top: .27rem; flex: none; stroke-width: 2.2; }
.pro-con--pro li .icon { color: #1B8259; }
.pro-con--con li .icon { color: #C0813F; }

/* ---------- Hervorgehobener Abschnitt ---------- */
.feature {
  background:
    radial-gradient(38rem 24rem at 82% 0%, rgba(224,150,46,.16) 0%, rgba(224,150,46,0) 60%),
    var(--amber-100);
  border-block: 1px solid var(--amber-200);
}
.feature-grid { display: grid; gap: clamp(1.75rem, 3.5vw, 3rem); align-items: center; }
@media (min-width: 880px) { .feature-grid { grid-template-columns: 1.15fr .85fr; } }
.feature h2 { margin-bottom: .5em; }
.feature .eyebrow { color: var(--amber-700); }
.feature .eyebrow::before { background: var(--amber-600); }

.feature-panel {
  background: var(--white);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-md);
  padding: clamp(1.5rem, 3vw, 2.1rem);
  border: 1px solid var(--amber-200);
}
.feature-list { list-style: none; margin: 0 0 1.35rem; padding: 0; }
.feature-list li {
  display: flex; align-items: baseline; justify-content: space-between; gap: 1rem;
  padding: .72rem 0;
  border-bottom: 1px dashed var(--line);
}
.feature-list li:last-child { border-bottom: 0; }
.feature-list .day { font-weight: 600; color: var(--sage-900); }
.feature-list .time { font-variant-numeric: tabular-nums; font-weight: 600; color: var(--amber-700); white-space: nowrap; }
.feature-note {
  display: flex; gap: .6rem;
  background: var(--amber-100);
  border-radius: var(--r-md);
  padding: .85rem 1rem;
  font-size: .9rem;
  line-height: 1.5;
  color: var(--amber-700);
  margin-bottom: 1.35rem;
}
.feature-note .icon { width: 19px; height: 19px; margin-top: .12rem; }

/* ---------- Preise ---------- */
.price-grid { display: grid; gap: clamp(1rem, 2vw, 1.35rem); }
@media (min-width: 700px) { .price-grid { grid-template-columns: repeat(3, 1fr); } }
.price {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 1.6rem 1.5rem;
  text-align: center;
  box-shadow: var(--shadow-sm);
}
.price .dur {
  display: inline-block;
  font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--sage-800);
  background: var(--sage-50);
  border-radius: var(--r-full);
  padding: .3rem .8rem;
  margin-bottom: 1rem;
}
.price .amount {
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 1.3rem + 1vw, 2rem);
  font-weight: 600;
  color: var(--sage-900);
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
  display: block;
}
.price .unit { display: block; font-size: .86rem; color: var(--muted); margin-top: .4rem; }

/* ---------- Team (dunkler Abschnitt) ---------- */
.team-grid { display: grid; gap: clamp(1.5rem, 3vw, 2.5rem); }
@media (min-width: 760px) { .team-grid { grid-template-columns: repeat(2, 1fr); } }

.member {
  background: var(--night-2);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: var(--r-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.member-photo { position: relative; background: #000; }
.member-photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 22%; }
.member-photo::after {
  content: '';
  position: absolute; inset: auto 0 0 0; height: 45%;
  background: linear-gradient(180deg, rgba(24,35,31,0) 0%, var(--night-2) 96%);
  pointer-events: none;
}
.member-body { padding: 0 clamp(1.35rem, 2.5vw, 1.85rem) clamp(1.5rem, 2.5vw, 1.9rem); margin-top: -3.25rem; position: relative; z-index: 1; }
.member-body h3 { margin-bottom: .15rem; color: #fff; font-size: clamp(1.3rem, 1.1rem + .7vw, 1.6rem); }
.member-role { color: var(--amber-500); font-size: .87rem; font-weight: 600; letter-spacing: .04em; margin-bottom: 1rem; }
.member-body p { color: var(--muted-on-dark); font-size: .97rem; }

.qual-title {
  font-size: .74rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: rgba(255,255,255,.5);
  margin: 1.5rem 0 .8rem;
}
.qual-list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .45rem; }
.qual-list li {
  margin: 0;
  font-size: .85rem;
  line-height: 1.35;
  padding: .38rem .78rem;
  border-radius: var(--r-full);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.09);
  color: #DCE6E2;
}
.qual-list li b { color: var(--amber-500); font-weight: 600; font-variant-numeric: tabular-nums; }

.timeline { list-style: none; margin: 0; padding: 0; }
.timeline li {
  display: grid;
  grid-template-columns: 5.6rem 1fr;
  gap: .9rem;
  padding: .62rem 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  font-size: .93rem;
  align-items: baseline;
}
.timeline li:last-child { border-bottom: 0; }
.timeline .year { color: var(--amber-500); font-weight: 600; font-variant-numeric: tabular-nums; font-size: .86rem; }
.timeline .what { color: #DCE6E2; }

/* ---------- Kontakt ---------- */
.contact-grid { display: grid; gap: clamp(1.75rem, 3.5vw, 3rem); align-items: start; }
@media (min-width: 900px) { .contact-grid { grid-template-columns: .95fr 1.05fr; } }

.info-block { margin-bottom: 1.85rem; }
.info-block:last-child { margin-bottom: 0; }
.info-block h3 { font-size: 1.08rem; margin-bottom: .6rem; }

.hours { width: 100%; border-collapse: collapse; font-size: .97rem; }
.hours th, .hours td { padding: .62rem 0; border-bottom: 1px solid var(--line); text-align: left; font-weight: 400; }
.hours th { color: var(--ink); font-weight: 500; }
.hours td { text-align: right; font-variant-numeric: tabular-nums; color: var(--ink); font-weight: 600; }
.hours tr:last-child th, .hours tr:last-child td { border-bottom: 0; }
.hours .closed { color: var(--muted); font-weight: 400; }
.hours tr.is-today th, .hours tr.is-today td { background: var(--sage-50); }
.hours tr.is-today th { box-shadow: inset 3px 0 0 var(--sage-600); padding-left: .6rem; }
.hours tr.is-today td { padding-right: .6rem; }

.address-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(1.4rem, 2.4vw, 1.9rem);
  box-shadow: var(--shadow-sm);
}

/* Formular */
.form { display: grid; gap: 1.05rem; }
.form-row { display: grid; gap: 1.05rem; }
@media (min-width: 520px) { .form-row { grid-template-columns: 1fr 1fr; } }
.field { display: grid; gap: .38rem; }
.field label { font-size: .89rem; font-weight: 600; color: var(--ink); }
.field .hint { font-size: .8rem; color: var(--muted); font-weight: 400; }
.field input, .field textarea {
  font: inherit;
  font-size: 1rem;
  color: var(--ink);
  background: var(--white);
  border: 1.5px solid var(--line-strong);
  border-radius: var(--r-md);
  padding: .78rem .95rem;
  width: 100%;
  transition: border-color .16s ease, box-shadow .16s ease;
}
.field textarea { min-height: 8.5rem; resize: vertical; line-height: 1.6; }
.field input:hover, .field textarea:hover { border-color: var(--sage-700); }
.field input:focus, .field textarea:focus {
  outline: none;
  border-color: var(--sage-600);
  box-shadow: 0 0 0 3px rgba(74,128,120,.45);
}
.field input:user-invalid, .field textarea:user-invalid { border-color: #C0562C; }

.form-note {
  font-size: .84rem;
  color: var(--muted);
  line-height: 1.55;
  background: var(--sand-100);
  border-radius: var(--r-md);
  padding: .8rem 1rem;
  display: flex;
  gap: .6rem;
  margin: 0;
}
.form-note .icon { width: 18px; height: 18px; margin-top: .12rem; color: var(--sage-600); }

.copy-row { display: flex; flex-wrap: wrap; align-items: center; gap: .6rem; }
.copy-row code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .92rem;
  background: var(--sand-100);
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  padding: .35rem .6rem;
  color: var(--sage-900);
}

/* ---------- Fußbereich ---------- */
.site-footer { background: var(--sage-900); color: rgba(255,255,255,.72); padding-block: clamp(3rem, 5vw, 4.5rem) 0; }
.footer-grid { display: grid; gap: 2.25rem; }
@media (min-width: 760px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; } }
.site-footer h2 {
  color: #fff; font-family: var(--font-body);
  font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  margin-bottom: 1rem;
}
.site-footer a { color: rgba(255,255,255,.82); text-decoration: none; }
.site-footer a:hover { color: var(--amber-500); text-decoration: underline; }
.footer-brand { display: inline-flex; align-items: center; gap: .7rem; margin-bottom: 1.1rem; }
.footer-brand img { width: 46px; height: 46px; background: #fff; border-radius: var(--r-md); padding: 5px; }
.footer-brand .brand-name { color: #fff; font-size: 1.12rem; }
.footer-brand .brand-sub { color: rgba(255,255,255,.55); }
.footer-list { list-style: none; margin: 0; padding: 0; }
.footer-list li { margin-bottom: .55rem; font-size: .95rem; }
.footer-contact { list-style: none; margin: 0; padding: 0; font-size: .95rem; font-style: normal; }
.footer-contact li { display: flex; gap: .65rem; margin-bottom: .7rem; align-items: flex-start; }
.footer-contact .icon { width: 18px; height: 18px; color: var(--amber-500); margin-top: .22rem; }
.footer-bottom {
  margin-top: clamp(2.5rem, 4vw, 3.5rem);
  border-top: 1px solid rgba(255,255,255,.13);
  padding-block: 1.5rem;
  display: flex; flex-wrap: wrap; gap: .6rem 1.5rem;
  align-items: center; justify-content: space-between;
  font-size: .87rem;
}
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 1.25rem; }
.footer-credit {
  margin: 0;
  border-top: 1px solid rgba(255,255,255,.08);
  padding-block: 1.1rem 1.4rem;
  text-align: center;
  font-size: .82rem;
  letter-spacing: .02em;
  color: rgba(255,255,255,.5);
}

/* ---------- Unterseiten-Kopf ---------- */
.page-head {
  background:
    radial-gradient(44rem 26rem at 88% -20%, var(--sage-50) 0%, rgba(239,245,243,0) 65%),
    var(--sand-50);
  padding-block: clamp(2.5rem, 5vw, 4rem) clamp(2rem, 4vw, 3rem);
  border-bottom: 1px solid var(--line-soft);
}
.page-head h1 { margin-bottom: .35em; }
.page-head .lead { max-width: 46rem; margin-bottom: 0; }

.breadcrumb { font-size: .85rem; color: var(--muted); margin-bottom: 1.1rem; }
.breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: .4rem; margin: 0; padding: 0; }
.breadcrumb li { margin: 0; display: flex; align-items: center; gap: .4rem; }
.breadcrumb li + li::before { content: '/'; color: var(--sand-200); }
.breadcrumb a { text-decoration: none; color: var(--muted); }
.breadcrumb a:hover { color: var(--sage-700); text-decoration: underline; }

/* ---------- Prosa (Impressum, Datenschutz) ---------- */
.prose { max-width: 46rem; }
.prose h2 { font-size: clamp(1.35rem, 1.15rem + .8vw, 1.75rem); margin-top: 2.5rem; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-size: 1.1rem; margin-top: 1.75rem; }
.prose address { font-style: normal; }
.prose .note {
  background: var(--amber-100);
  border: 1px solid var(--amber-200);
  border-left: 4px solid var(--amber-500);
  border-radius: var(--r-md);
  padding: 1rem 1.2rem;
  font-size: .93rem;
  color: var(--amber-700);
  margin-bottom: 2rem;
}
.prose .note strong { color: var(--amber-700); }

/* ---------- Aufzählung mit Haken ---------- */
.list-check { list-style: none; margin: 0 0 1.2rem; padding: 0; }
.list-check li { display: flex; gap: .65rem; margin-bottom: .65rem; line-height: 1.55; }
.list-check li .icon { width: 19px; height: 19px; color: var(--sage-600); margin-top: .22rem; stroke-width: 2.2; }

/* ---------- CTA-Band ---------- */
.cta-band {
  background: linear-gradient(135deg, var(--sage-900) 0%, var(--sage-800) 55%, var(--sage-700) 100%);
  color: rgba(255,255,255,.85);
  border-radius: var(--r-xl);
  padding: clamp(2rem, 4vw, 3.25rem);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-band::after {
  content: '';
  position: absolute; top: -40%; right: -10%;
  width: 26rem; height: 26rem;
  background: radial-gradient(circle, rgba(224,150,46,.22) 0%, rgba(224,150,46,0) 68%);
  pointer-events: none;
}
.cta-band h2 { color: #fff; margin-bottom: .5em; }
.cta-band p { max-width: 40rem; margin-inline: auto; margin-bottom: 1.75rem; }
.cta-band .btn-row { justify-content: center; position: relative; z-index: 1; }

/* ---------- Einblenden beim Scrollen ---------- */
/* Ohne JavaScript bleibt alles sichtbar: erst die Klasse .js auf <html>
   (gesetzt von main.js) blendet die Bloecke zum Einfaden aus. */
.js .reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s cubic-bezier(.2,.7,.3,1), transform .6s cubic-bezier(.2,.7,.3,1); }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  .js .reveal { opacity: 1; transform: none; }
}

/* ---------- Druck ---------- */
@media print {
  .site-header, .nav-toggle, .cta-band, .hero-media, .btn { display: none !important; }
  body { background: #fff; color: #000; font-size: 11pt; }
  .section { padding-block: 1rem; }
  a[href^="http"]::after { content: ' (' attr(href) ')'; font-size: 9pt; color: #555; }
}

/* ---------- Team-Seite: breite Personenkarten ---------- */
.team-stack { display: grid; gap: clamp(1.5rem, 3vw, 2.25rem); }
.member--wide .member-body { margin-top: -3.25rem; }
@media (min-width: 820px) {
  .member--wide { flex-direction: row; }
  .member--wide .member-photo { width: 36%; flex: none; }
  .member--wide .member-photo img { height: 100%; aspect-ratio: auto; object-position: center 20%; }
  .member--wide .member-photo::after {
    inset: 0 0 0 auto;
    width: 40%; height: auto;
    background: linear-gradient(90deg, rgba(24,35,31,0) 0%, var(--night-2) 94%);
  }
  .member--wide .member-body {
    margin-top: 0;
    padding: clamp(1.9rem, 3vw, 2.6rem);
    display: flex; flex-direction: column; justify-content: center;
  }
}

/* ---------- Korrekturen ---------- */
/* [hidden] muss stärker sein als die display-Regeln der Komponenten */
[hidden] { display: none !important; }

/* Lange E-Mail-Adressen dürfen umbrechen statt zu überlaufen */
.quick b, .copy-row code, .footer-contact a, .prose a { overflow-wrap: anywhere; }

/* Chip: Text als eine Einheit umbrechen lassen */
.chip { align-items: flex-start; }
.chip > span:not(.chip-mark) { flex: 1 1 auto; }
.chip-mark { margin-top: 1px; }

/* Schmale Geräte: kürzere Zusatzzeile in der Wortmarke */
.brand-sub-short { display: none; }
@media (max-width: 520px) {
  .brand-sub-long { display: none; }
  .brand-sub-short { display: inline; }
  .brand img { width: 38px; height: 38px; }
}


/* ==========================================================================
   Ergänzungen für ACUT & Darm
   ========================================================================== */

/* ---------- Wortmarke im Kopf ---------- */
.brand img { width: 44px; height: 44px; }
.footer-brand img { background: transparent; padding: 0; border-radius: 0; }

/* ---------- Leistungskarten mit Bild ---------- */
.service-grid { display: grid; gap: clamp(1rem, 2vw, 1.5rem); }
@media (min-width: 700px) { .service-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1020px) { .service-grid--3 { grid-template-columns: repeat(3, 1fr); } }

.service {
  display: flex; flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  text-decoration: none;
  color: inherit;
  transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease;
}
a.service:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); border-color: var(--sage-100); color: inherit; }
.service-media { background: var(--sage-50); }
.service-media img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.service-body { padding: clamp(1.25rem, 2.2vw, 1.7rem); display: flex; flex-direction: column; flex: 1; }
.service-body h3 { margin-bottom: .45rem; }
.service-body p { color: var(--muted); }
.service-body .textlink { margin-top: auto; padding-top: .9rem; }

/* ---------- Text neben Bild ---------- */
.split { display: grid; gap: clamp(1.75rem, 4vw, 3.5rem); align-items: center; }
@media (min-width: 880px) {
  .split { grid-template-columns: 1fr 1fr; }
  .split--media-right > .split-media { order: 2; }
}
.split-media img {
  width: 100%;
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-md);
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.split-media--tall img { aspect-ratio: 4 / 5; }
.split-media--contain img { object-fit: contain; background: var(--white); padding: 1.5rem; }

/* ---------- Fragen im Einstieg ---------- */
.question-list { list-style: none; margin: 0 0 1.9rem; padding: 0; display: grid; gap: .55rem; }
@media (min-width: 560px) { .question-list { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.question-list li {
  display: flex; align-items: center; gap: .6rem;
  margin: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-full);
  padding: .5rem 1rem .5rem .55rem;
  font-weight: 500; font-size: .95rem; color: var(--sage-900);
  box-shadow: var(--shadow-sm);
}
.question-list li::before {
  content: '?';
  display: inline-flex; align-items: center; justify-content: center;
  width: 26px; height: 26px; flex: none;
  border-radius: 50%;
  background: var(--amber-100); color: var(--amber-700);
  font-family: var(--font-display); font-weight: 600;
}

/* ---------- Schlagwort-Liste auf hellem Grund ---------- */
.tag-list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .45rem; }
.tag-list li {
  margin: 0; font-size: .9rem; line-height: 1.35;
  padding: .4rem .85rem;
  border-radius: var(--r-full);
  background: var(--sage-50);
  border: 1px solid var(--sage-100);
  color: var(--sage-900);
}

/* ---------- Häufige Fragen ---------- */
.faq { display: grid; gap: .75rem; }
.faq details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  box-shadow: var(--shadow-sm);
}
.faq summary {
  list-style: none;
  cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.05rem 1.25rem;
  font-weight: 600; color: var(--sage-900);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+';
  font-family: var(--font-display); font-size: 1.5rem; line-height: 1;
  color: var(--sage-700);
  transition: transform .2s ease;
  flex: none;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq summary:hover { color: var(--sage-700); }
.faq .faq-body { padding: 0 1.25rem 1.2rem; color: var(--ink-2); }
.faq .faq-body > :last-child { margin-bottom: 0; }

/* ---------- Preisliste ---------- */
.price-list { list-style: none; margin: 0; padding: 0; }
.price-list li {
  display: flex; align-items: baseline; gap: .75rem;
  margin: 0;
  padding: .95rem 0;
  border-bottom: 1px solid var(--line);
}
.price-list li:last-child { border-bottom: 0; }
.price-list .what { flex: 1; }
.price-list .what b { display: block; color: var(--sage-900); }
.price-list .what span { display: block; font-size: .9rem; color: var(--muted); }
.price-list .amount {
  font-family: var(--font-display); font-weight: 600;
  font-size: 1.2rem; color: var(--sage-900);
  white-space: nowrap; font-variant-numeric: tabular-nums;
}
.price-list .amount small { font-family: var(--font-body); font-size: .8rem; font-weight: 500; color: var(--muted); }

/* ---------- Downloads ---------- */
.downloads { list-style: none; margin: 0; padding: 0; display: grid; gap: .65rem; }
@media (min-width: 700px) { .downloads--2 { grid-template-columns: repeat(2, 1fr); } }
.downloads li { margin: 0; }
.download {
  display: flex; align-items: center; gap: .9rem;
  padding: .85rem 1rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  text-decoration: none;
  color: inherit;
  transition: border-color .16s ease, box-shadow .16s ease;
}
.download:hover { border-color: var(--sage-600); box-shadow: var(--shadow-sm); color: inherit; }
.download .card-icon { width: 42px; height: 42px; margin: 0; flex: none; }
.download .card-icon .icon { width: 20px; height: 20px; }
.download b { display: block; color: var(--sage-900); line-height: 1.3; }
.download span.meta { display: block; font-size: .84rem; color: var(--muted); }

/* ---------- Video-Platzhalter ---------- */
.video-grid { display: grid; gap: clamp(1rem, 2vw, 1.5rem); }
@media (min-width: 700px) { .video-grid { grid-template-columns: repeat(3, 1fr); } }
.video-placeholder {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: var(--r-md);
  background:
    radial-gradient(18rem 10rem at 80% 0%, rgba(224,150,46,.18) 0%, rgba(224,150,46,0) 70%),
    linear-gradient(135deg, var(--sage-900) 0%, var(--sage-800) 100%);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .55rem;
  color: rgba(255,255,255,.82);
  text-align: center;
  padding: 1rem;
}
.video-placeholder .play {
  display: inline-flex; align-items: center; justify-content: center;
  width: 54px; height: 54px; border-radius: 50%;
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25);
  color: #fff;
}
.video-placeholder .play .icon { width: 22px; height: 22px; }
.video-placeholder small { font-size: .8rem; color: rgba(255,255,255,.6); }
.video-title { margin: .75rem 0 0; font-weight: 600; color: var(--sage-900); }

/* ---------- Werbehinweis bei Partnerlinks ---------- */
.ad-note {
  display: flex; gap: .6rem;
  font-size: .85rem; line-height: 1.5;
  color: var(--muted);
  background: var(--sand-100);
  border-radius: var(--r-md);
  padding: .75rem 1rem;
  margin: 0;
}
.ad-note .icon { width: 18px; height: 18px; margin-top: .1rem; color: var(--amber-600); }
.ad-label {
  display: inline-block;
  font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--amber-700); background: var(--amber-100);
  border: 1px solid var(--amber-200);
  border-radius: var(--r-full);
  padding: .12rem .55rem;
  vertical-align: middle;
}

/* ---------- Partner-/Testkarten ---------- */
.offer {
  display: grid; gap: 1.1rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(1.25rem, 2.4vw, 1.75rem);
  box-shadow: var(--shadow-sm);
}
@media (min-width: 560px) { .offer { grid-template-columns: 7.5rem 1fr; align-items: start; } }
.offer img { width: 100%; max-width: 7.5rem; aspect-ratio: 1; object-fit: contain; border-radius: var(--r-md); background: var(--sand-50); }
.offer h3 { margin-bottom: .35rem; }
.offer p { color: var(--muted); }
.code-row { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; margin: .9rem 0 0; }
.code-row code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .95rem; letter-spacing: .04em;
  background: var(--amber-100);
  border: 1px dashed var(--amber-600);
  border-radius: var(--r-sm);
  padding: .3rem .65rem;
  color: var(--sage-900);
}

/* ---------- Hinweis zur Beratung ---------- */
.notice {
  display: flex; gap: .7rem;
  background: var(--sage-50);
  border: 1px solid var(--sage-100);
  border-radius: var(--r-md);
  padding: 1rem 1.2rem;
  font-size: .92rem; line-height: 1.55;
  color: var(--ink-2);
}
.notice .icon { width: 20px; height: 20px; color: var(--sage-700); margin-top: .12rem; }

/* ---------- Nummerierte Bausteine ---------- */
.steps {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: clamp(1rem, 2vw, 1.5rem);
  counter-reset: schritt;
}
@media (min-width: 880px) { .steps { grid-template-columns: repeat(3, 1fr); } }
.steps > li {
  position: relative; margin: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(1.4rem, 2.4vw, 1.9rem);
  box-shadow: var(--shadow-sm);
}
.steps > li::before {
  counter-increment: schritt;
  content: counter(schritt);
  display: flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--sage-700); color: #fff;
  font-family: var(--font-display); font-size: 1.15rem; font-weight: 600;
  margin-bottom: 1rem;
}
.steps h3 { margin-bottom: .4rem; }
.steps p { color: var(--muted); font-size: .97rem; }
.steps .list-check { margin: .9rem 0 0; font-size: .95rem; }

/* ---------- Porträt ---------- */
.portrait img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 20%;
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg);
}

/* ---------- Produktbilder vollständig zeigen ---------- */
.service-media--contain img { object-fit: contain; background: var(--white); padding: 1rem; }

/* ---------- Auswahlfeld im Formular ---------- */
.field select {
  font: inherit; font-size: 1rem; color: var(--ink);
  background: var(--white);
  border: 1.5px solid var(--line-strong);
  border-radius: var(--r-md);
  padding: .78rem .95rem;
  width: 100%;
}
.field select:focus { outline: none; border-color: var(--sage-600); box-shadow: 0 0 0 3px rgba(74,128,120,.45); }

/* ---------- Hinweis unter Inhaltsbereichen ---------- */
.section .notice { margin-top: clamp(1.5rem, 3vw, 2.25rem); }

/* ---------- Hero-Karte ohne Öffnungsstatus ---------- */
.hero-card .status-dot { background: var(--sage-600); }

/* ---------- Korrekturen nach Sichtprüfung ---------- */
/* Untertitel der Wortmarke nicht umbrechen; bei voller Navigation nur den Namen zeigen */
.brand-sub { white-space: nowrap; }
@media (max-width: 1240px) {
  .brand-sub-long { display: none; }
  .brand-sub-short { display: inline; }
}

/* Formularfelder nebeneinander bündig: Absatzabstand der <p class="field"> entfernen */
.field { margin: 0; }
.form-row { align-items: start; }

/* Angebotskarte ohne Produktbild */
@media (min-width: 560px) { .offer--text { grid-template-columns: 1fr; } }

/* ---------- Einwilligungsbanner (consent.js) ---------- */
/* Ohne einwilligungspflichtige Dienste ein schlichter Hinweis am unteren Rand,
   der nichts sperrt; mit solchen Diensten ein Dialog über abgedunkeltem Grund. */
.consent {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 1000;
  display: flex; justify-content: center;
  padding: clamp(.75rem, 2.5vw, 1.5rem);
  pointer-events: none;
}
.consent.is-modal { top: 0; align-items: flex-end; pointer-events: auto; background: rgba(10, 20, 18, .55); }
.consent__card {
  pointer-events: auto;
  width: min(46rem, 100%);
  max-height: calc(100vh - 1.5rem);
  max-height: calc(100dvh - 1.5rem);
  overflow-y: auto; overscroll-behavior: contain;
  background: var(--white); color: var(--ink);
  border: 1px solid var(--line); border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg);
  padding: clamp(1.15rem, 3vw, 1.75rem);
  opacity: 0; transform: translateY(12px);
  transition: opacity .25s ease, transform .3s ease;
}
.consent.is-open .consent__card { opacity: 1; transform: none; }
.consent__eyebrow {
  margin: 0; font-size: .78rem; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--sage-700);
}
.consent__titel { font-size: 1.35rem; margin: .3rem 0 .45rem; }
.consent__text { margin: 0; color: var(--ink-2); font-size: .97rem; }
.consent__actions { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1.15rem; }
/* Gleiche Breite für Zustimmen und Ablehnen; „Auswahl speichern" bekommt eine
   eigene Zeile, sonst bräche die Beschriftung um. */
.consent__actions .btn { flex: 1 1 12rem; }
.consent__actions [data-consent="speichern"] { flex-basis: 100%; }
.consent__links { display: flex; flex-wrap: wrap; gap: .35rem 1.1rem; margin: 1rem 0 0; font-size: .9rem; }
.consent__links a, .consent__mehr { color: var(--sage-800); text-decoration: underline; text-underline-offset: .18em; }
.consent__mehr { background: none; border: 0; padding: 0; font: inherit; cursor: pointer; }
.consent__detail { margin-top: 1.1rem; border-top: 1px solid var(--line); }
.consent__kat { padding: 1rem 0; border-bottom: 1px solid var(--line); }
.consent__kat-kopf { display: flex; align-items: center; gap: .65rem; font-weight: 600; cursor: pointer; }
.consent__kat-kopf input { width: 1.15rem; height: 1.15rem; flex: none; accent-color: var(--sage-700); }
.consent__kat-kopf input:disabled { cursor: default; }
.consent__kat-pflicht { margin-left: auto; font-size: .8rem; font-weight: 600; color: var(--muted); }
.consent__kat-text { margin: .45rem 0 0 1.8rem; font-size: .92rem; color: var(--ink-2); }
.consent__tabelle { width: calc(100% - 1.8rem); margin: .7rem 0 0 1.8rem; border-collapse: collapse; font-size: .85rem; }
.consent__tabelle th { text-align: left; font-weight: 600; color: var(--muted); padding: .3rem .6rem .3rem 0; }
.consent__tabelle td { padding: .35rem .6rem .35rem 0; border-top: 1px solid var(--line-soft); vertical-align: top; color: var(--ink-2); }
.consent__name { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; word-break: break-all; }
html.consent-offen, html.consent-offen body { overflow: hidden; }

@media (max-width: 560px) {
  .consent__actions .btn { flex-basis: 100%; }
  .consent__tabelle, .consent__tabelle tbody, .consent__tabelle tr, .consent__tabelle td { display: block; width: 100%; }
  .consent__tabelle { width: calc(100% - 1.8rem); }
  .consent__tabelle thead { display: none; }
  .consent__tabelle tr { padding: .45rem 0; border-top: 1px solid var(--line-soft); }
  .consent__tabelle td { border: 0; padding: .08rem 0; }
  .consent__tabelle td::before { content: attr(data-label); color: var(--muted); font-weight: 600; font-family: var(--font-body); }
}
@media (prefers-reduced-motion: reduce) {
  .consent__card { transition: none; }
}

/* „Cookie-Einstellungen" in der Fußzeile: ein Button, weil er keine Seite lädt,
   optisch wie die Links daneben. */
.footer-cookie { background: none; border: 0; padding: 0; font: inherit; color: rgba(255,255,255,.82); cursor: pointer; }
.footer-cookie:hover { color: var(--amber-500); text-decoration: underline; }

/* Rechtstexte: Cookie-Tabelle, abgesetzter Hinweis (Art. 21 Abs. 4 DSGVO
   verlangt das Widerspruchsrecht „getrennt von anderen Informationen"). */
.prose .legal-table-wrap { overflow-x: auto; margin: 1rem 0 1.5rem; }
.prose .legal-table { width: 100%; border-collapse: collapse; font-size: .93rem; }
.prose .legal-table th {
  text-align: left; font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  color: var(--muted); padding: .5rem .75rem .5rem 0; border-bottom: 1px solid var(--line);
}
.prose .legal-table td { padding: .6rem .75rem .6rem 0; border-bottom: 1px solid var(--line-soft); vertical-align: top; }
.prose .legal-table td:first-child { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; white-space: nowrap; }
.prose .legal-box {
  background: var(--sage-50); border: 1px solid var(--sage-100); border-left: 4px solid var(--sage-700);
  border-radius: var(--r-md); padding: 1rem 1.25rem; margin: 1.5rem 0;
}
.prose .legal-box h3 { margin-top: 0; }
.prose .legal-box p:last-child { margin-bottom: 0; }
.prose .legal-cookie {
  background: none; border: 0; padding: 0; font: inherit; cursor: pointer;
  color: var(--sage-800); text-decoration: underline; text-underline-offset: .18em;
}
.prose .legal-stand { margin-top: 2.5rem; color: var(--muted); font-size: .93rem; }

/* YouTube-Platzhalter vor der Freigabe und eingebetteter Player danach */
.video-consent { display: grid; justify-items: center; gap: .75rem; padding: 1.25rem; text-align: center; font-size: .92rem; }
.video-consent p { margin: 0; max-width: 30rem; }
/* Der Platzhalter ist dunkel (Salbei-900/800): ein Link in der Akzentfarbe läge
   bei rund 2:1 Kontrast. axe meldet das nicht, weil es Text auf Verläufen
   nicht bewerten kann. */
.video-consent a { color: #fff; text-decoration: underline; text-underline-offset: .18em; }
.video-frame { display: block; width: 100%; aspect-ratio: 16 / 9; border: 0; border-radius: var(--r-md); }
