/* =========================================================================
   Kosmetikinstitut Lichthaut - site.css (Run A)
   Konzept: "Die Haut-Diagnostikerin". Editorial-warm, Magenta/Beere traegt Flaeche.
   Boska (Display) + Spectral (Body). OKLCH-Tokens. CSS-first Motion, reduced-motion-sicher.
   AAA-Kontrast als Latte. ASCII, keine Em-Dashes.
   ========================================================================= */
/* Fonts inline (kein render-blocking @import-Roundtrip); woff2 self-hosted, font-display:swap */
@font-face{font-family:'Spectral';font-style:italic;font-weight:400;font-display:swap;src:url('./fonts/spectral-1.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}
@font-face{font-family:'Spectral';font-style:normal;font-weight:300;font-display:swap;src:url('./fonts/spectral-2.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}
@font-face{font-family:'Spectral';font-style:normal;font-weight:400;font-display:swap;src:url('./fonts/spectral-3.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}
@font-face{font-family:'Spectral';font-style:normal;font-weight:500;font-display:swap;src:url('./fonts/spectral-4.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}
@font-face{font-family:'Spectral';font-style:normal;font-weight:600;font-display:swap;src:url('./fonts/spectral-5.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}
@font-face{font-family:'Boska';font-style:normal;font-weight:300;font-display:swap;src:url('./fonts/boska-1.woff2') format('woff2');}
@font-face{font-family:'Boska';font-style:normal;font-weight:400;font-display:swap;src:url('./fonts/boska-2.woff2') format('woff2');}
@font-face{font-family:'Boska';font-style:normal;font-weight:500;font-display:swap;src:url('./fonts/boska-3.woff2') format('woff2');}
@font-face{font-family:'Boska';font-style:normal;font-weight:700;font-display:swap;src:url('./fonts/boska-4.woff2') format('woff2');}

:root {
  /* Marke (OKLCH aus Logo-Magenta) */
  --beere: oklch(0.55 0.20 350);
  --beere-ink: oklch(0.40 0.155 352);
  --beere-hell: oklch(0.84 0.13 350);
  --beere-tief: oklch(0.30 0.155 352);
  --aubergine: oklch(0.27 0.055 345);
  --aubergine-soft: oklch(0.42 0.05 345);
  --rose-papier: oklch(0.975 0.012 345);
  --rose-soft: oklch(0.945 0.022 350);
  --rose-line: oklch(0.88 0.03 350);
  --gold-warm: oklch(0.74 0.10 75);
  --weiss: oklch(0.995 0.003 345);

  --bg: var(--rose-papier);
  --ink: var(--aubergine);
  --ink-soft: var(--aubergine-soft);

  /* Typo-Skala (clamp-Leiter, Floors: Body>=18, Kicker>=12.5, Kopf>=72, Riese>=128) */
  --step--1: clamp(0.9375rem, 0.913rem + 0.109vw, 1rem);
  --step-0: clamp(1.125rem, 1.076rem + 0.217vw, 1.25rem);
  --step-1: clamp(1.35rem, 1.225rem + 0.554vw, 1.6687rem);
  --step-2: clamp(1.6187rem, 1.384rem + 1.043vw, 2.2188rem);
  --step-3: clamp(1.9438rem, 1.545rem + 1.772vw, 2.9625rem);
  --step-4: clamp(2.3312rem, 1.703rem + 2.793vw, 3.9375rem);
  --step-5: clamp(2.75rem, 1.967rem + 3.478vw, 4.75rem);
  --step-6: clamp(3.25rem, 2.076rem + 5.217vw, 6.25rem);
  --step-7: clamp(3.75rem, 1.989rem + 7.826vw, 8.25rem);

  --display: "Boska", "Spectral", Georgia, serif;
  --body: "Spectral", Georgia, "Times New Roman", serif;

  /* Raum */
  --wrap: 78rem;
  --gutter: clamp(1.15rem, 0.6rem + 2.6vw, 3rem);
  --sp-section: clamp(4.5rem, 3rem + 7vw, 9rem);
  --radius: 2px;
  --radius-card: 6px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Reset / Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 6rem; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  font-family: var(--body);
  font-size: var(--step-0);
  font-weight: 400;
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, picture, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: 0.18em; text-decoration-thickness: from-font; }
:focus-visible { outline: 3px solid var(--beere); outline-offset: 3px; border-radius: 2px; }
::selection { background: var(--beere); color: var(--weiss); }

/* atmosphaerischer Hintergrund: warmer Verlauf + feines Korn */
body::before {
  content: ""; position: fixed; inset: 0; z-index: -2; pointer-events: none;
  background:
    radial-gradient(120% 80% at 88% -10%, oklch(0.93 0.05 350 / 0.55), transparent 60%),
    radial-gradient(90% 60% at -10% 105%, oklch(0.92 0.045 350 / 0.4), transparent 55%);
}
body::after {
  content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: 0.5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
}

/* ---------- Typografie ---------- */
h1, h2, h3, h4 { font-family: var(--display); font-weight: 500; line-height: 1.06; letter-spacing: -0.01em; color: var(--ink); overflow-wrap: break-word; hyphens: none; text-wrap: balance; }
/* Silbentrennung NUR im Fliesstext (saubere Trennung langer dt. Komposita), nie in Display-Headlines */
.prose p, .prose li, .lead, .voice blockquote { hyphens: auto; -webkit-hyphens: auto; hyphenate-limit-chars: 7 4 3; text-wrap: pretty; }
h1 { font-size: var(--step-6); font-weight: 500; }
h2 { font-size: var(--step-4); }
h3 { font-size: var(--step-2); font-weight: 500; }
p { max-width: 36em; }
strong { font-weight: 600; }
em { font-style: italic; }

.kicker {
  font-family: var(--body);
  font-size: var(--step--1);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--beere-ink);
  display: inline-flex; align-items: center; gap: 0.7em;
}
.kicker::before { content: ""; width: 2.4em; height: 1px; background: var(--beere-ink); opacity: 0.7; }
.lead { font-size: var(--step-1); line-height: 1.5; color: var(--ink); font-weight: 400; max-width: 30em; }

/* ---------- Layout ---------- */
.wrap { width: min(100% - 2 * var(--gutter), var(--wrap)); margin-inline: auto; }
.wrap-wide { width: min(100% - 2 * var(--gutter), 90rem); margin-inline: auto; }
section { padding-block: var(--sp-section); position: relative; }
.stack > * + * { margin-top: 1.1em; }
.stack-lg > * + * { margin-top: 2rem; }

/* ---------- Header / Nav ---------- */
.site-head {
  position: sticky; top: 0; z-index: 50;
  display: grid; grid-template-columns: auto 1fr auto; align-items: center;
  gap: clamp(1rem, 0.4rem + 2vw, 3rem); padding: clamp(0.8rem, 0.55rem + 0.9vw, 1.25rem) var(--gutter);
  background: oklch(0.975 0.012 345 / 0.82);
  border-bottom: 1px solid transparent;
  transition: padding 0.45s var(--ease), background 0.45s var(--ease), border-color 0.45s var(--ease), box-shadow 0.45s var(--ease);
}
.site-head[data-scrolled="true"] { padding-block: 0.5rem; background: oklch(0.975 0.012 345 / 0.92); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom-color: var(--rose-line); box-shadow: 0 6px 22px oklch(0.3 0.05 345 / 0.08); }
.brand { display: inline-flex; align-items: center; gap: 0.6rem; text-decoration: none; }
.brand img { height: clamp(2.1rem, 1.6rem + 1.4vw, 2.8rem); width: auto; }
.brand-name { font-family: var(--display); font-size: var(--step-1); font-weight: 700; letter-spacing: -0.01em; }
.brand-name span { color: var(--beere); }
.nav { display: flex; align-items: center; justify-self: center; }
.nav-links { display: flex; align-items: center; gap: clamp(1.75rem, 1rem + 2vw, 2.75rem); }
.head-end { display: flex; align-items: center; gap: 0.8rem; justify-self: end; }
.head-cta { display: inline-flex; align-items: center; gap: 0.5em; font-family: var(--body); font-size: var(--step--1); font-weight: 600; letter-spacing: 0.07em; text-transform: uppercase; padding: 0.78em 1.45em; border-radius: 100px; background: var(--beere-tief); color: var(--weiss); text-decoration: none; white-space: nowrap; transition: transform 0.3s var(--ease), background 0.3s var(--ease); min-height: 42px; }
.head-cta:hover { background: var(--aubergine); transform: translateY(-2px); }
.nav a { font-size: var(--step--1); letter-spacing: 0.04em; text-transform: uppercase; font-weight: 500; text-decoration: none; color: var(--ink-soft); position: relative; padding-block: 0.45rem; display: inline-flex; align-items: center; }
.nav a::after { content: ""; position: absolute; left: 0; bottom: -0.35em; width: 100%; height: 1.5px; background: var(--beere); transform: scaleX(0); transform-origin: right; transition: transform 0.4s var(--ease); }
.nav a:hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.nav a[aria-current="page"] { color: var(--beere-ink); }
.nav-toggle { display: none; }

@media (max-width: 56rem) {
  .nav { justify-self: end; }
  .head-end { position: relative; z-index: 1001; }
  .nav-links { display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 0.2rem; position: fixed; inset: 0; z-index: 1000; padding: 6rem var(--gutter) 2.5rem; background: var(--aubergine); opacity: 0; visibility: hidden; clip-path: inset(0 0 100% 0); transition: clip-path 0.55s var(--ease), opacity 0.4s var(--ease), visibility 0.55s var(--ease); pointer-events: none; overscroll-behavior: contain; }
  .site-head[data-open="true"] .nav-links { opacity: 1; visibility: visible; clip-path: inset(0 0 0 0); pointer-events: auto; }
  .nav-links a { font-size: clamp(1.75rem, 8vw, 2.6rem); font-family: var(--display); color: var(--rose-papier); min-height: 60px; display: flex; align-items: center; border-bottom: 1px solid oklch(1 0 0 / 0.14); opacity: 0; transform: translateY(14px); transition: opacity 0.45s var(--ease), transform 0.45s var(--ease); }
  .nav-links a::after { display: none; }
  .nav-links a[aria-current="page"] { color: var(--beere-hell); }
  .site-head[data-open="true"] .nav-links a { opacity: 1; transform: none; }
  .site-head[data-open="true"] .nav-links a:nth-child(1) { transition-delay: 0.12s; }
  .site-head[data-open="true"] .nav-links a:nth-child(2) { transition-delay: 0.19s; }
  .site-head[data-open="true"] .nav-links a:nth-child(3) { transition-delay: 0.26s; }
  .head-cta { padding: 0.6em 1.05em; font-size: 0.72rem; letter-spacing: 0.04em; }
  .nav-toggle { display: inline-flex; flex-direction: column; gap: 5px; background: none; border: 0; padding: 0.6rem; cursor: pointer; }
  .nav-toggle span { width: 26px; height: 2px; background: var(--ink); transition: transform 0.35s var(--ease), opacity 0.35s var(--ease), background 0.35s var(--ease); }
  .site-head[data-open="true"] .nav-toggle span { background: var(--rose-papier); }
  .site-head[data-open="true"] .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .site-head[data-open="true"] .nav-toggle span:nth-child(2) { opacity: 0; }
  .site-head[data-open="true"] .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; gap: 0.6em; font-family: var(--body); font-size: var(--step-0); font-weight: 600; letter-spacing: 0.01em; padding: 0.85em 1.5em; border-radius: 100px; text-decoration: none; cursor: pointer; border: 1.5px solid transparent; transition: transform 0.3s var(--ease), background 0.3s var(--ease), color 0.3s var(--ease); min-height: 44px; }
.btn-primary { background: var(--beere-tief); color: var(--weiss); }
.btn-primary:hover { background: var(--aubergine); transform: translateY(-2px); }
.btn-ghost { border-color: var(--beere); color: var(--beere-tief); }
.btn-ghost:hover { background: var(--beere); color: var(--weiss); transform: translateY(-2px); }
.btn .arrow { transition: transform 0.3s var(--ease); }
.btn:hover .arrow { transform: translateX(4px); }
.btns { display: flex; flex-wrap: wrap; gap: 0.9rem; }

/* ---------- Hero ---------- */
.hero { padding-top: clamp(2.5rem, 1rem + 5vw, 5rem); }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(1.5rem, 0.5rem + 4vw, 4rem); align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { font-size: var(--step-6); font-weight: 500; letter-spacing: -0.025em; margin-top: 0.5rem; }
.hero h1 .accent { font-style: italic; font-weight: 700; color: var(--beere-ink); }
.hero .lead { margin-top: 1.5rem; font-weight: 300; }
.hero .btns { margin-top: 2rem; }
.hero-fig { position: relative; }
.hero-media { overflow: clip; border-radius: var(--radius-card); display: block; }
.hero-fig img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; display: block; }
.hero-fig .tag { position: absolute; left: 1.1rem; bottom: 1.1rem; max-width: calc(100% - 2.2rem); background: oklch(0.99 0.004 345 / 0.93); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); color: var(--ink); padding: 0.72rem 1.15rem; border-radius: 100px; font-size: var(--step--1); font-weight: 600; box-shadow: 0 16px 40px oklch(0.3 0.06 345 / 0.22); display: inline-flex; align-items: center; gap: 0.5em; }
.hero-fig .tag::before { content: ""; width: 0.55em; height: 0.55em; border-radius: 50%; background: var(--beere); }
.trust-row { margin-top: 2.4rem; display: flex; flex-wrap: wrap; gap: 0.6rem 1.6rem; font-size: var(--step--1); letter-spacing: 0.04em; color: var(--ink-soft); }
.trust-row span { display: inline-flex; align-items: center; gap: 0.5em; }
.trust-row span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--gold-warm); }

@media (max-width: 56rem) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-fig { order: -1; }
  .hero-fig img { aspect-ratio: 3 / 2; }
}

/* ---------- Schmetterling / organischer Trenner ---------- */
.divider { display: block; width: 100%; height: clamp(2.5rem, 5vw, 4.5rem); color: var(--rose-line); }
.flutter { display: inline-block; color: var(--beere); opacity: 0.7; width: 1.6em; height: 1.6em; vertical-align: middle; }

/* ---------- Anliegen-Navigator (Signature) ---------- */
.anliegen { background: var(--rose-soft); }
.anliegen-head { max-width: 40rem; margin-bottom: clamp(2rem, 3vw, 3rem); }
.chips { display: flex; flex-wrap: wrap; gap: 0.7rem; }
.chip { font-family: var(--body); font-size: var(--step-0); font-weight: 500; padding: 0.7em 1.25em; border-radius: 100px; border: 1.5px solid var(--rose-line); background: var(--weiss); color: var(--ink); cursor: pointer; transition: all 0.3s var(--ease); }
.chip:hover { border-color: var(--beere); transform: translateY(-2px); }
.chip[aria-selected="true"] { background: var(--beere-tief); color: var(--weiss); border-color: var(--beere-tief); }
.anliegen-panel { margin-top: 2rem; display: grid; grid-template-columns: auto 1fr; gap: 1.5rem 2.5rem; align-items: start; padding: clamp(1.5rem, 3vw, 2.5rem); background: var(--weiss); border-radius: var(--radius-card); border: 1px solid var(--rose-line); }
.anliegen-panel .pnum { font-family: var(--display); font-size: var(--step-4); color: var(--beere); line-height: 0.8; }
.anliegen-panel h3 { margin-bottom: 0.4rem; }
.anliegen-panel .topreis { margin-top: 1rem; display: inline-block; font-weight: 600; color: var(--beere-tief); }
@media (max-width: 38rem) { .anliegen-panel { grid-template-columns: 1fr; } .anliegen-panel .pnum { font-size: var(--step-3); } }

/* ---------- Behandlungsreise (3 Stationen + Lese-Linie) ---------- */
.reise { position: relative; }
.station { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: clamp(1.8rem, 4vw, 5rem); align-items: center; margin-block: clamp(3rem, 6vw, 6rem); }
.station:nth-child(even) .station-fig { order: 2; }
.station-num { font-family: var(--display); font-size: var(--step-3); color: var(--beere); font-weight: 400; }
.station h3 { font-size: var(--step-3); margin-block: 0.3rem 0.8rem; }
.station-fig img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; border-radius: var(--radius-card); }
@media (max-width: 50rem) { .station { grid-template-columns: 1fr; } .station:nth-child(even) .station-fig { order: -1; } .station-fig { order: -1; } .reise-line { left: 0; } }

/* ---------- Behandlungs-Karten / Preise ---------- */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); gap: 1.1rem; }
.card { background: var(--weiss); border: 1px solid var(--rose-line); border-radius: var(--radius-card); padding: clamp(1.3rem, 2.5vw, 1.8rem); display: flex; flex-direction: column; gap: 0.5rem; transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease); }
.card:hover { transform: translateY(-4px); box-shadow: 0 22px 50px oklch(0.3 0.06 345 / 0.13); }
.card h3 { font-size: var(--step-1); }
.card .preis { font-family: var(--display); font-size: var(--step-2); color: var(--beere-tief); font-weight: 500; }
.card p { font-size: var(--step-0); color: var(--ink-soft); }
.preisliste { display: grid; gap: 0.2rem; }
.preis-row { display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: baseline; padding: 1.1rem 0; border-bottom: 1px solid var(--rose-line); }
.preis-row .pn { font-family: var(--display); font-size: var(--step-1); font-weight: 500; }
.preis-row .pd { grid-column: 1 / 2; font-size: var(--step-0); color: var(--ink-soft); max-width: 40em; }
.preis-row .pp { font-family: var(--display); font-size: var(--step-2); color: var(--beere-tief); font-weight: 500; white-space: nowrap; }

/* ---------- Institut / Trust / Zeitachse ---------- */
.split { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(1.5rem, 4vw, 4rem); align-items: center; }
.split img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--radius-card); }
@media (max-width: 50rem) { .split { grid-template-columns: 1fr; } }
.timeline { list-style: none; padding: 0; display: grid; gap: 0; }
.timeline li { display: grid; grid-template-columns: auto 1fr; gap: 1.2rem; padding: 1rem 0; border-top: 1px solid var(--rose-line); }
.timeline .yr { font-family: var(--display); font-size: var(--step-1); color: var(--beere); font-weight: 500; }
.trust-list { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 1.4rem; }
.badge { display: inline-flex; align-items: center; gap: 0.5em; font-size: var(--step--1); font-weight: 600; letter-spacing: 0.03em; padding: 0.55em 1em; border-radius: 100px; background: var(--rose-soft); border: 1px solid var(--rose-line); }
.badge::before { content: ""; width: 0.5em; height: 0.5em; border-radius: 50%; background: var(--gold-warm); }

/* ---------- Drenched-Moment (Zitat / Philosophie) ---------- */
.drenched { background: var(--beere-tief); color: var(--weiss); text-align: center; isolation: isolate; overflow: hidden; }
.drenched::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(80% 120% at 50% -10%, oklch(0.45 0.16 350 / 0.7), transparent 60%); }
.drenched .kicker { color: oklch(0.85 0.08 350); }
.drenched .kicker::before { background: oklch(0.85 0.08 350); }
.drenched blockquote { font-family: var(--display); font-size: var(--step-4); font-weight: 400; line-height: 1.12; max-width: 22em; margin: 1.2rem auto 0; }
.drenched cite { display: block; margin-top: 1.6rem; font-family: var(--body); font-style: normal; font-size: var(--step-0); letter-spacing: 0.1em; text-transform: uppercase; color: oklch(0.85 0.07 350); }

/* ---------- Footer / Kontakt ---------- */
.peak { text-align: center; }
.peak h2 { font-size: var(--step-5); }
.peak .lead { margin: 1rem auto 2rem; }
.site-foot { background: var(--aubergine); color: oklch(0.9 0.02 345); padding-block: clamp(3rem, 5vw, 5rem) 2rem; }
.site-foot a { color: oklch(0.9 0.02 345); }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2rem; }
.foot-grid h4 { font-family: var(--body); font-size: var(--step--1); text-transform: uppercase; letter-spacing: 0.18em; color: oklch(0.78 0.05 350); margin-bottom: 1rem; font-weight: 600; }
.foot-grid p, .foot-grid li { font-size: var(--step-0); line-height: 1.9; }
.foot-grid p { font-weight: 300; }
.foot-grid ul { list-style: none; padding: 0; }
.foot-brand { font-family: var(--display); font-size: var(--step-2); color: var(--weiss); }
.foot-brand span { color: var(--beere-hell); }
.foot-bot { border-top: 1px solid oklch(0.4 0.04 345); margin-top: 2.5rem; padding-top: 1.2rem; display: flex; flex-wrap: wrap; gap: 0.2rem 1.5rem; justify-content: space-between; align-items: center; font-size: var(--step--1); color: oklch(0.82 0.03 345); }
.foot-bot a { text-decoration: none; display: inline-block; padding-block: 0.4rem; }
.foot-bot a:hover { text-decoration: underline; }
@media (max-width: 44rem) { .foot-grid { grid-template-columns: 1fr; gap: 1.8rem; } }

/* ---------- Recht-Seiten (Prosa) ---------- */
.prose { max-width: 44rem; }
.prose h1 { margin-bottom: 1.5rem; font-size: var(--step-3); font-weight: 300; }
.prose h2 { font-size: var(--step-2); margin-top: 2.5rem; margin-bottom: 0.6rem; }
.prose p, .prose li { font-size: var(--step-0); }
.prose ul { padding-left: 1.2rem; }
.prose a { color: var(--beere-tief); }

/* ---------- Skip-Link ---------- */
.skip { position: absolute; left: 0.5rem; top: -4rem; background: var(--beere-tief); color: var(--weiss); padding: 0.7em 1.2em; border-radius: 0 0 6px 6px; z-index: 100; transition: top 0.25s var(--ease); }
.skip:focus { top: 0; }

/* ---------- Motion: scroll-driven Reveals ---------- */
.reveal { opacity: 1; }
@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .reveal { opacity: 0; transform: translateY(28px); animation: reveal-in linear both; animation-timeline: view(); animation-range: entry 5% cover 28%; }
    .reise-line { animation: line-grow linear both; animation-timeline: view(); animation-range: entry 10% exit 90%; }
  }
}
@keyframes reveal-in { to { opacity: 1; transform: none; } }
@keyframes line-grow { from { --p: 0; transform: scaleY(0); } to { --p: 1; transform: scaleY(1); } }
@property --p { syntax: "<number>"; inherits: true; initial-value: 0; }

/* sanfter Bild-Zoom auf Hover (nur wo erlaubt) */
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .zoom { overflow: hidden; }
  .zoom img { transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), filter 0.8s cubic-bezier(0.16, 1, 0.3, 1); will-change: transform; }
  .zoom:hover img { transform: scale(1.05); filter: saturate(1.08) brightness(1.03); }
}

/* Bild-Reveal beim Scrollen: clip-path-Vorhang (mutiger als Fade), GPU-only, reduced-motion-sicher */
@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .station-fig img, .split figure img, .reveal-clip img { animation: clip-open linear both; animation-timeline: view(); animation-range: entry 2% cover 32%; }
  }
}
@keyframes clip-open { from { clip-path: inset(14% 12% 14% 12%); opacity: 0.55; } to { clip-path: inset(0 0 0 0); opacity: 1; } }

/* Scroll-Fortschritt als feine Linie am Header-Boden (NICHT durch Text) */
.scroll-progress { position: fixed; top: 0; left: 0; height: 3px; width: 100%; transform-origin: left; transform: scaleX(0); background: linear-gradient(90deg, var(--beere), var(--beere-tief)); z-index: 60; }
@supports (animation-timeline: scroll()) {
  @media (prefers-reduced-motion: no-preference) {
    .scroll-progress { animation: progress-grow linear both; animation-timeline: scroll(root block); }
  }
}
@keyframes progress-grow { to { transform: scaleX(1); } }

/* Perf: below-fold-Sektionen erst rendern wenn nah am Viewport (LCP/TBT-Hebel, CLS-sicher via intrinsic-size) */
main > section:not(.hero) { content-visibility: auto; contain-intrinsic-size: auto 700px; }

/* kinetischer Display-Akzent (1x, Hero-Markenwort) */
@media (prefers-reduced-motion: no-preference) {
  .kinetic { transition: font-variation-settings 0.6s var(--ease); }
}

/* ---------- Utilities (CSP: keine inline style-Attribute) ---------- */
.u-center-x { justify-content: center; }
.u-center-block { margin-inline: auto; text-align: center; }
.u-mt-1 { margin-top: 1rem; }
.u-mt-2 { margin-top: 2rem; }
.u-mb-2 { margin-bottom: 2rem; }
.muted { color: var(--ink-soft); }
.fine { font-size: var(--step--1); color: var(--ink-soft); }
.flush-bottom { padding-bottom: 0; }
.tall { min-height: 55vh; display: grid; align-items: center; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

/* Kontakt-Felder + Oeffnungszeiten */
.field + .field { margin-top: 2.2rem; }
.field-label { font-family: var(--body); text-transform: uppercase; letter-spacing: 0.18em; font-size: var(--step--1); color: var(--beere-ink); margin-bottom: 0.5rem; }
.field-big { font-family: var(--display); font-size: var(--step-2); line-height: 1.15; }
.field-big a { text-decoration: none; color: var(--beere-tief); }
.hours { display: grid; }
.hours-row { display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: baseline; padding: 0.7rem 0; border-bottom: 1px solid var(--rose-line); font-size: var(--step-0); }
.hours-row .day { font-family: var(--display); font-weight: 500; }
.hours-row .time { color: var(--beere-tief); }
.hours-row .time.off { color: var(--ink-soft); }
.figcap { margin-top: 0.8rem; color: var(--ink-soft); font-size: var(--step--1); }

/* ---------- Stimmen / Google-Bewertungen ---------- */
.rating-badge { display: inline-flex; align-items: center; gap: 0.55em; text-decoration: none; color: var(--ink); margin-top: 1.6rem; }
.rating-badge .stars { color: var(--beere-ink); letter-spacing: 0.08em; font-size: var(--step-0); }
.rating-badge .score { font-family: var(--display); font-weight: 600; color: var(--beere-ink); }
.rating-badge .rb-sub { font-size: var(--step--1); color: var(--ink-soft); }
.rating-badge:hover .rb-sub { text-decoration: underline; }
.stimmen { background: var(--rose-soft); }
.voices { display: grid; grid-template-columns: repeat(auto-fit, minmax(15.5rem, 1fr)); gap: 1.1rem; margin-top: 2.2rem; }
.voice { background: transparent; border: 0; border-top: 1.5px solid var(--rose-line); border-radius: 0; padding: 1.5rem 0 0; display: flex; flex-direction: column; gap: 0.85rem; }
.voice .stars { color: var(--beere-ink); letter-spacing: 0.12em; font-size: var(--step-0); }
.voice blockquote { font-family: var(--display); font-weight: 300; font-size: var(--step-1); line-height: 1.32; color: var(--ink); }
.voice .voice-name { margin-top: auto; font-weight: 600; font-size: var(--step--1); letter-spacing: 0.05em; text-transform: uppercase; color: var(--beere-ink); }

/* ===== HERO-STAGE: typo-gefuehrt, drenched (Weg B) ===== */
body.hero-dark { --head-h: clamp(3.6rem, 3rem + 2vw, 4.85rem); }
body.hero-dark .site-head:not([data-scrolled="true"]) { background: transparent; border-bottom-color: transparent; box-shadow: none; }
body.hero-dark .site-head:not([data-scrolled="true"]) .brand-name { color: var(--rose-papier); }
body.hero-dark .site-head:not([data-scrolled="true"]) .brand-name span { color: var(--beere-hell); }
body.hero-dark .site-head:not([data-scrolled="true"]) .nav a { color: oklch(0.94 0.015 345); }
body.hero-dark .site-head:not([data-scrolled="true"]) .nav a::after { background: var(--beere-hell); }
body.hero-dark .site-head:not([data-scrolled="true"]) .nav a[aria-current="page"] { color: var(--beere-hell); }
body.hero-dark .site-head:not([data-scrolled="true"]) .nav-toggle span { background: var(--rose-papier); }
body.hero-dark .site-head:not([data-scrolled="true"]) .head-cta { background: var(--rose-papier); color: var(--aubergine); }
.brand-name { font-weight: 500; }

.hero-stage { position: relative; isolation: isolate; margin-top: calc(-1 * var(--head-h, 4.5rem)); background: var(--aubergine); color: var(--rose-papier); display: grid; align-items: center; min-height: clamp(34rem, 92vh, 52rem); overflow: clip; }
.hero-stage::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(78% 72% at 80% 6%, oklch(0.44 0.14 350 / 0.6), transparent 58%), radial-gradient(72% 80% at 4% 98%, oklch(0.32 0.12 350 / 0.55), transparent 56%); }
.hero-stage::after { content: ""; position: absolute; inset: 0; z-index: -1; opacity: 0.55; mix-blend-mode: soft-light; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='hn'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23hn)' opacity='0.5'/%3E%3C/svg%3E"); }
.hs-inner { width: min(100% - 2 * var(--gutter), 78rem); margin-inline: auto; padding-block: calc(var(--head-h, 4.5rem) + clamp(3.5rem, 2.5rem + 5vw, 7rem)) clamp(3.5rem, 2.5rem + 4vw, 6rem); display: grid; grid-template-columns: 1.9fr 1fr; gap: clamp(1.5rem, 0.5rem + 4vw, 5rem); align-items: center; }
.hs-eyebrow { display: inline-flex; align-items: center; gap: 0.9em; font-family: var(--body); font-size: var(--step--1); font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: oklch(0.86 0.075 350); }
.hs-eyebrow::before { content: ""; width: 2.8em; height: 1px; background: oklch(0.86 0.075 350 / 0.65); }
.hs-display { margin-top: clamp(0.8rem, 0.6rem + 0.7vw, 1.2rem); font-family: var(--display); font-weight: 400; font-size: var(--step-6); line-height: 1.02; letter-spacing: -0.03em; color: var(--rose-papier); hanging-punctuation: allow-end; }
.hs-display em { font-style: italic; font-weight: 400; color: var(--beere-hell); }
.hs-lead { margin-top: clamp(1.6rem, 1.2rem + 1.5vw, 2.4rem); font-family: var(--body); font-weight: 300; font-size: var(--step-1); line-height: 1.55; max-width: 40ch; color: oklch(0.92 0.02 345); }
.hs-actions { margin-top: clamp(2.2rem, 1.6rem + 2vw, 3.2rem); display: flex; align-items: center; gap: clamp(1.2rem, 2vw, 2rem); flex-wrap: wrap; }
.hs-btn { display: inline-flex; align-items: center; font-family: var(--body); font-size: var(--step--1); font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; padding: 1.05em 2.1em; border-radius: 3px; background: var(--rose-papier); color: var(--aubergine); text-decoration: none; transition: transform 0.35s var(--ease), background 0.35s var(--ease); }
.hs-btn:hover { background: var(--beere-hell); transform: translateY(-2px); }
.hs-link { font-family: var(--body); font-size: var(--step--1); font-weight: 500; letter-spacing: 0.05em; text-transform: uppercase; color: var(--rose-papier); text-decoration: none; padding-bottom: 3px; border-bottom: 1px solid oklch(1 0 0 / 0.4); transition: border-color 0.35s var(--ease); }
.hs-link:hover { border-color: var(--beere-hell); }
.hs-aside { border-left: 1px solid oklch(1 0 0 / 0.18); padding-left: clamp(1.4rem, 2.5vw, 2.4rem); }
.hs-rating { display: flex; flex-direction: column; gap: 0.45rem; }
.hs-num { font-family: var(--display); font-weight: 400; font-size: var(--step-5); line-height: 0.9; color: var(--rose-papier); }
.hs-stars { color: var(--beere-hell); font-size: var(--step-0); letter-spacing: 0.12em; }
.hs-rsub { font-size: var(--step--1); color: oklch(0.82 0.02 345); letter-spacing: 0.02em; }
.hs-creds { list-style: none; margin: clamp(1.6rem, 3vw, 2.4rem) 0 0; padding: 0; display: grid; gap: 0.75rem; }
.hs-creds li { position: relative; padding-left: 1.4em; font-size: var(--step--1); color: oklch(0.9 0.02 345); letter-spacing: 0.02em; }
.hs-creds li::before { content: ""; position: absolute; left: 0; top: 0.62em; width: 0.8em; height: 1px; background: var(--beere-hell); }
@media (prefers-reduced-motion: no-preference) {
  .hs-main > *, .hs-aside { animation: hs-rise 0.85s var(--ease) both; }
  .hs-display { animation-delay: 0.07s; } .hs-lead { animation-delay: 0.16s; } .hs-actions { animation-delay: 0.25s; } .hs-aside { animation-delay: 0.34s; }
  @keyframes hs-rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
}
@media (max-width: 56rem) {
  .hs-display { font-size: var(--step-6); }
  .hero-stage { min-height: clamp(30rem, 82vh, 46rem); }
  .hs-inner { grid-template-columns: 1fr; gap: clamp(2rem, 6vw, 3rem); }
  .hs-aside { border-left: 0; border-top: 1px solid oklch(1 0 0 / 0.16); padding-left: 0; padding-top: clamp(1.5rem, 5vw, 2rem); }
  .hs-rating { flex-direction: row; align-items: baseline; gap: 0.7rem; flex-wrap: wrap; }
  .hs-num { font-size: var(--step-4); }
}

.studio-flag{background:#2a1a12;color:#e9d9c5;font-family:var(--sans,system-ui,sans-serif);font-weight:600;font-size:.72rem;line-height:1.5;letter-spacing:.12em;text-transform:uppercase;text-align:center;padding:.5rem 1rem}
.studio-flag b{color:#e0a86a;font-weight:700}

.voices-hinweis{opacity:.72;font-size:.85rem;margin-top:1rem}

/* Hero-Bild (Voll-Bleed) + gerichteter Overlay + GERAETE-ROBUSTER Aufbau (2026-07-01).
   Kernprinzipien (Stand der Technik): min-height = BODEN via 100svh (nie min()-Deckel -> sonst weisses
   Band auf grossen Screens), Hoehe waechst mit Inhalt statt zu clippen, Bild fuellt IMMER (absolut),
   Kopfabstand fluide mit rem-Anteil (skaliert mit Zoom/DPI). */
.hs-bg{position:absolute;inset:0;z-index:-2;overflow:hidden}
.hs-bg img{width:100%;height:100%;object-fit:cover;object-position:72% 42%}
.hero-stage::before{background:
  linear-gradient(180deg, color-mix(in oklab,var(--aubergine) 72%,transparent) 0%, transparent 20%),
  linear-gradient(103deg, color-mix(in oklab,var(--aubergine) 90%,transparent) 0%, color-mix(in oklab,var(--aubergine) 66%,transparent) 50%, color-mix(in oklab,var(--aubergine) 46%,transparent) 100%);}
.hero-stage{display:flex;flex-direction:column;justify-content:flex-start;min-height:100vh;min-height:100svh;padding-block:0;overflow:visible}
.hs-inner{align-self:stretch;padding-block:calc(var(--head-h,4.5rem) + clamp(1.5rem,0.8rem + 3vh,3.25rem)) clamp(2.5rem,5vh,5rem)}
.hs-inner > *{align-self:start}
/* sehr kurze Landscape-Screens: Inhalt kompakter, damit ein Screen reicht */
@media (min-width:56.01rem) and (max-height:640px){ .hs-inner{padding-block:calc(var(--head-h,4.5rem) + 1rem) 1.5rem} }
