/* ==========================================================================
   Physio Praxis Kloos · Thomas — Stylesheet
   Farbwelt abgeleitet aus dem Praxislogo (Petrolgrün #186C60, Gold #D8B418)
   ========================================================================== */

/* ---------- 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 */
  --green-900: #0A332C;
  --green-800: #0F4A40;
  --green-700: #186C60;
  --green-600: #1E8474;
  --green-100: #DCEDE8;
  --green-50:  #EEF6F3;

  --gold-700: #8A6A08;
  --gold-600: #A8830C;
  --gold-500: #D8B418;
  --gold-200: #F3E4A6;
  --gold-100: #FBF3D8;

  /* Flächen */
  --sand-50:  #FBF9F4;
  --sand-100: #F5F1E8;
  --sand-200: #EAE4D6;
  --white:    #FFFFFF;
  --night:    #101815;
  --night-2:  #18231F;

  /* 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(10, 51, 44, .06), 0 2px 8px rgba(10, 51, 44, .05);
  --shadow-md: 0 4px 12px rgba(10, 51, 44, .07), 0 12px 32px rgba(10, 51, 44, .07);
  --shadow-lg: 0 8px 24px rgba(10, 51, 44, .09), 0 28px 60px rgba(10, 51, 44, .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(--green-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(--green-700); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--green-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(--green-800);
  outline-offset: 2px;
  border-radius: 4px;
  box-shadow: 0 0 0 6px rgba(216, 180, 24, .45);
}

::selection { background: var(--gold-200); color: var(--green-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(--green-700);
  margin-bottom: .9rem;
}
.eyebrow::before {
  content: '';
  width: 26px; height: 2px;
  background: var(--gold-500);
  border-radius: 2px;
  flex: none;
}
.section--night .eyebrow { color: var(--gold-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(--green-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(--green-700); color: #fff; box-shadow: var(--shadow-sm); }
.btn--primary:hover { background: var(--green-800); color: #fff; box-shadow: var(--shadow-md); }

.btn--gold { background: var(--gold-500); color: var(--green-900); box-shadow: var(--shadow-sm); }
.btn--gold:hover { background: #E9C529; color: var(--green-900); box-shadow: var(--shadow-md); }

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

.btn--ghost { background: var(--white); color: var(--green-800); border-color: var(--line); box-shadow: var(--shadow-sm); }
.btn--ghost:hover { border-color: var(--green-600); color: var(--green-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(--green-700);
}
.textlink .icon { width: 1.05em; height: 1.05em; transition: transform .18s ease; }
.textlink:hover { color: var(--green-800); }
.textlink:hover .icon { transform: translateX(3px); }
.section--night .textlink { color: var(--gold-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(10,51,44,.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(--green-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;
  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(--green-800); background: var(--green-50); }
.nav a[aria-current="page"] { color: var(--green-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(--green-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: 1000px) {
  .nav a { padding: .5rem .55rem; font-size: .9rem; }
  .header-cta .btn > span:not(.sr-only) { display: none; }
  .header-cta .btn { padding-inline: .9rem; }
}

@media (max-width: 860px) {
  .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(--green-50) 0%, rgba(238,246,243,0) 62%),
    radial-gradient(46rem 34rem at -8% 12%, var(--gold-100) 0%, rgba(251,243,216,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(--green-800); font-weight: 600; }
.chip-mark {
  display: inline-flex; align-items: center; justify-content: center;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--gold-100);
  color: var(--gold-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(--green-600); margin-top: .1rem; }
.usp b { display: block; color: var(--green-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(--green-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(--gold-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(--green-50);
  color: var(--green-700);
}
.quick-icon .icon { width: 19px; height: 19px; }
.quick b { display: block; font-size: .97rem; color: var(--green-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(--green-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(--green-50);
  color: var(--green-700);
  margin-bottom: 1.1rem;
}
.card-icon .icon { width: 23px; height: 23px; }
.card-icon--gold { background: var(--gold-100); color: var(--gold-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--gold { border-color: var(--gold-200); background: linear-gradient(180deg, #FFFDF6 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; }

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

.acute-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(--gold-200);
}
.acute-times { list-style: none; margin: 0 0 1.35rem; padding: 0; }
.acute-times li {
  display: flex; align-items: baseline; justify-content: space-between; gap: 1rem;
  padding: .72rem 0;
  border-bottom: 1px dashed var(--line);
}
.acute-times li:last-child { border-bottom: 0; }
.acute-times .day { font-weight: 600; color: var(--green-900); }
.acute-times .time { font-variant-numeric: tabular-nums; font-weight: 600; color: var(--gold-700); white-space: nowrap; }
.acute-note {
  display: flex; gap: .6rem;
  background: var(--gold-100);
  border-radius: var(--r-md);
  padding: .85rem 1rem;
  font-size: .9rem;
  line-height: 1.5;
  color: var(--gold-700);
  margin-bottom: 1.35rem;
}
.acute-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(--green-800);
  background: var(--green-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(--green-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(--gold-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(--gold-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(--gold-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(--green-50); }
.hours tr.is-today th { box-shadow: inset 3px 0 0 var(--green-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(--green-700); }
.field input:focus, .field textarea:focus {
  outline: none;
  border-color: var(--green-600);
  box-shadow: 0 0 0 3px rgba(30,132,116,.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(--green-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(--green-900);
}

/* ---------- Fußbereich ---------- */
.site-footer { background: var(--green-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(--gold-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(--gold-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; }

/* ---------- Unterseiten-Kopf ---------- */
.page-head {
  background:
    radial-gradient(44rem 26rem at 88% -20%, var(--green-50) 0%, rgba(238,246,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(--green-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(--gold-100);
  border: 1px solid var(--gold-200);
  border-left: 4px solid var(--gold-500);
  border-radius: var(--r-md);
  padding: 1rem 1.2rem;
  font-size: .93rem;
  color: var(--gold-700);
  margin-bottom: 2rem;
}
.prose .note strong { color: var(--gold-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(--green-600); margin-top: .22rem; stroke-width: 2.2; }

/* ---------- CTA-Band ---------- */
.cta-band {
  background: linear-gradient(135deg, var(--green-900) 0%, var(--green-800) 55%, var(--green-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(216,180,24,.22) 0%, rgba(216,180,24,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; }
}

/* ==========================================================================
   Karriere
   ========================================================================== */

/* ---------- Hinweisband ganz oben (nur Startseite) ---------- */
.topbar {
  display: block;
  background: var(--green-900);
  color: rgba(255,255,255,.9);
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,.09);
  transition: background-color .18s ease;
}
.topbar:hover { background: #0C3A32; color: #fff; }

.topbar-inner {
  display: flex;
  align-items: center;
  gap: .75rem 1rem;
  min-height: 52px;
  padding-block: .5rem;
}

.topbar-mark {
  display: inline-flex; align-items: center; justify-content: center;
  width: 26px; height: 26px; flex: none;
  border-radius: 50%;
  background: rgba(216,180,24,.18);
  color: var(--gold-500);
}
.topbar-mark .icon { width: 15px; height: 15px; }

.topbar-text { font-size: .93rem; line-height: 1.35; margin-right: auto; }
.topbar-text b { color: #fff; font-weight: 600; }
.topbar-text .topbar-detail { color: rgba(255,255,255,.62); }
.topbar-text .topbar-short { display: none; }

.topbar .btn {
  min-height: 38px;
  padding: .35rem 1rem;
  font-size: .9rem;
  flex: none;
}

@media (max-width: 780px) {
  .topbar-text .topbar-detail { display: none; }
}
.topbar-btn-short { display: none; }

@media (max-width: 560px) {
  .topbar-text .topbar-long { display: none; }
  .topbar-text .topbar-short { display: inline; }
  .topbar-text { font-size: .87rem; }
  .topbar-mark { display: none; }
  .topbar-inner { gap: .6rem; min-height: 48px; }
  .topbar .btn { font-size: .84rem; padding-inline: .8rem; min-height: 36px; }
  .topbar-btn-long { display: none; }
  .topbar-btn-short { display: inline; }
}

/* ---------- Stellenanzeige ---------- */
.job-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-md);
  padding: clamp(1.5rem, 3vw, 2.4rem);
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 860px) {
  .job-card { grid-template-columns: 1fr auto; align-items: center; gap: 2rem; }
}
.job-card h2 { margin-bottom: .35em; }
.job-card > div > p:last-of-type { margin-bottom: 0; }

.job-badge {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: var(--gold-700);
  background: var(--gold-100);
  border: 1px solid var(--gold-200);
  border-radius: var(--r-full);
  padding: .3rem .8rem;
  margin-bottom: 1rem;
}
.job-badge .icon { width: 13px; height: 13px; stroke-width: 2.2; }

.facts {
  list-style: none;
  margin: 1.35rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem .55rem;
}
.facts li {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin: 0;
  font-size: .88rem;
  font-weight: 500;
  color: var(--ink);
  background: var(--sand-100);
  border: 1px solid var(--line);
  border-radius: var(--r-full);
  padding: .35rem .85rem;
}
.facts .icon { width: 15px; height: 15px; color: var(--green-600); }

/* ---------- Bewerbungsschritte ---------- */
.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: clamp(1rem, 2vw, 1.5rem);
  counter-reset: schritt;
}
@media (min-width: 800px) { .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(--green-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); margin-bottom: 0; font-size: .96rem; }

/* ---------- Anforderungen: Muss / Kann ---------- */
.req-grid { display: grid; gap: clamp(1rem, 2vw, 1.5rem); }
@media (min-width: 760px) { .req-grid { grid-template-columns: 1fr 1fr; } }
.req-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);
}
.req-card--soft { background: var(--sand-100); box-shadow: none; }
.req-card h3 { font-size: 1.1rem; margin-bottom: .25rem; }
.req-card > p { font-size: .9rem; color: var(--muted); margin-bottom: 1.1rem; }
.req-card .list-check:last-child { margin-bottom: 0; }
.req-card--soft .list-check li .icon { color: var(--gold-600); }

/* ---------- Hinweis auf acut-darm.de (Startseite unten) ---------- */
.info-teaser {
  display: grid;
  gap: 1.25rem;
  align-items: center;
  background: var(--green-50);
  border: 1px solid var(--green-100);
  border-radius: var(--r-lg);
  padding: clamp(1.4rem, 3vw, 2.2rem);
}
@media (min-width: 760px) {
  .info-teaser { grid-template-columns: auto 1fr auto; gap: 1.75rem; }
}
.info-teaser .card-icon { margin-bottom: 0; }
.info-teaser .eyebrow { margin-bottom: .5rem; }
.info-teaser h2 { font-size: clamp(1.35rem, 1.15rem + .8vw, 1.75rem); margin-bottom: .35em; }
.info-teaser p:not(.eyebrow) { color: var(--muted); max-width: 40rem; }

/* ---------- 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(--green-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(--green-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(--green-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(--gold-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(--green-50); border: 1px solid var(--green-100); border-left: 4px solid var(--green-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(--green-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); }
