/* ==========================================================================
   Frisurenmode Birte Grochla — Stylesheet
   Design-Tokens übernommen aus dem Claude-Design-Kit ("Frisuren/Mode B.
   Grochla Design System"). Schriften self-hosted (kein externer Font-
   Request, DSGVO-Pflicht). Einige Farbpaarungen wurden gegenüber dem
   Roh-Token-Wert bewusst dunkler/dunkler-auf-hell gewählt, wenn die
   Original-Kombination WCAG 2.2 AA (4,5:1 Text / 3:1 UI) nicht erreicht
   hätte — siehe Kommentare bei den jeweiligen Komponenten.
   ========================================================================== */

/* ---- Fonts: self-hosted, kein CDN-Request ------------------------------ */
@font-face {
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 400 900; /* variable font, deckt den gesamten Schnitt ab */
  font-display: swap;
  src: url("../assets/fonts/playfair-display-italic-variable.woff2") format("woff2");
}
@font-face {
  font-family: "Petit Formal Script";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/petit-formal-script-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 100 900; /* variable font, deckt alle genutzten Schnitte (400–700) ab */
  font-display: swap;
  src: url("../assets/fonts/work-sans-variable.woff2") format("woff2");
}

/* ---- Design-Tokens (aus dem Design-Kit übernommen) --------------------- */
:root {
  /* Farben */
  --color-navy-900: #252c34;
  --color-navy-700: #3b4550;
  --color-navy-500: #5c6773;
  --color-blue-700: #3f66b0;
  --color-blue-600: #4a74c9;
  --color-blue-500: #6592d6;
  --color-blue-300: #9bb5df;
  --color-blue-100: #e4ecf8;
  --color-gold-600: #a9784a;
  --color-gold-500: #c8a27c;
  --color-gold-300: #e3cfb3;
  --color-gold-100: #f5ece0;
  --color-cream: #f7f4ee;
  --color-white: #ffffff;
  --color-gray-700: #5b6570;
  --color-gray-500: #88929a;
  --color-gray-300: #d7dce1;
  --color-gray-100: #eef1f3;

  --text-heading: var(--color-navy-900);
  --text-body: var(--color-navy-700);
  --text-muted: var(--color-gray-700);
  --text-on-dark: var(--color-white);
  --text-on-brand: var(--color-white);

  --surface-page: var(--color-cream);
  --surface-card: var(--color-white);
  --surface-sunken: var(--color-blue-100);
  --surface-inverse: var(--color-navy-900);

  --brand-primary: var(--color-blue-500);
  --brand-primary-hover: var(--color-blue-600);
  --brand-primary-active: var(--color-blue-700);
  --brand-accent: var(--color-gold-500);
  --brand-accent-hover: var(--color-gold-600);

  --border-default: var(--color-gray-300);
  --border-strong: var(--color-navy-500);

  /* Barrierefreiheit: die o.g. Roh-Paarungen (z.B. weißer Text auf
     --brand-primary/--brand-accent, oder --border-default an Buttons/
     Inputs) erreichen teils nur 2,4–3,2:1 statt der geforderten 4,5:1
     (Text) bzw. 3:1 (UI-Ränder). Für Text-auf-Fläche und interaktive
     Ränder werden daher folgende, geprüfte Ersatzwerte verwendet: */
  --a11y-link: var(--color-blue-700);                 /* 5.6:1 auf Weiß */
  --a11y-link-hover: var(--color-navy-900);
  --a11y-btn-primary-bg: var(--color-blue-600);        /* 4.5:1 mit weißer Schrift */
  --a11y-btn-primary-bg-hover: var(--color-blue-700);  /* 5.6:1 */
  --a11y-btn-accent-bg: var(--color-gold-500);
  --a11y-btn-accent-text: var(--color-navy-900);       /* 6.0:1 auf Gold-500 */
  --a11y-btn-accent-bg-hover: #b49270;                 /* 10% dunkler, bleibt bei 4.9:1 mit Navy-Text */
  --a11y-badge-primary-text: var(--color-blue-700);    /* 4.7:1 auf Blue-100 */
  --a11y-badge-accent-text: #87603b;                   /* 4.8:1 auf Gold-100 */
  --a11y-border-interactive: var(--color-navy-500);    /* 5.8:1 – Button-/Input-Ränder */
  --focus-ring: var(--color-blue-700);                 /* 5.6:1 statt 3.2:1 bei Blue-500 */

  /* Typografie */
  --font-display: "Playfair Display", Georgia, serif;
  --font-script: "Petit Formal Script", cursive;
  --font-body: "Work Sans", "Helvetica Neue", Arial, sans-serif;

  --fs-display-xl: 64px;
  --fs-display-lg: 48px;
  --fs-display-md: 36px;
  --fs-heading: 28px;
  --fs-subheading: 20px;
  --fs-body-lg: 18px;
  --fs-body: 16px;
  --fs-small: 14px;
  --fs-caption: 12px;

  --lh-tight: 1.1;
  --lh-heading: 1.25;
  --lh-body: 1.6;
  --ls-display: 0.01em;
  --ls-eyebrow: 0.14em;

  /* Spacing / Radius / Shadow */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --space-9: 96px;

  --radius-sm: 8px;
  --radius-md: 10px;
  --radius-lg: 12px;
  --radius-xl: 20px;
  --radius-pill: 999px;

  --shadow-sm: 0 1px 2px rgba(37, 44, 52, .06), 0 1px 1px rgba(37, 44, 52, .04);
  --shadow-md: 0 4px 12px rgba(37, 44, 52, .08), 0 1px 2px rgba(37, 44, 52, .05);
  --shadow-lg: 0 12px 32px rgba(37, 44, 52, .12), 0 2px 6px rgba(37, 44, 52, .06);

  --border-width: 1px;
  --container-max: 1160px;
  --container-pad: 1.25rem;
  --section-pad: clamp(3rem, 6vw, 5rem);
}

/* ---- Reset & Basis ------------------------------------------------------ */
* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--surface-page);
  color: var(--text-body);
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
h1, h2, h3, h4 { color: var(--text-heading); margin: 0; }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }

a {
  color: var(--a11y-link);
  text-decoration: underline;
  text-underline-offset: 3px;
}
a:hover { color: var(--a11y-link-hover); }

.container {
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: var(--container-pad);
}

/* Sticky-Header darf fokussierte Anker-Ziele nicht verdecken (WCAG 2.2) */
:target,
[id] { scroll-margin-top: 6rem; }

/* Globaler, sichtbarer Fokus-Ring für Tastaturnutzer (a11y, Pflicht) */
:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 2px;
}
::selection { background: var(--surface-sunken); }

/* ---- Skip-Link ----------------------------------------------------------- */
.skip-link {
  position: absolute;
  left: var(--space-4);
  top: -100px;
  background: var(--color-white);
  color: var(--text-heading);
  padding: var(--space-3) var(--space-5);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  z-index: 1000;
  transition: top .15s ease;
  font-weight: 600;
  text-decoration: none;
}
.skip-link:focus {
  top: var(--space-4);
}

/* ---- Buttons -------------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  border: none;
  cursor: pointer;
  border-radius: var(--radius-pill);
  font-family: var(--font-body);
  font-weight: 600;
  line-height: 1;
  min-height: 44px;
  padding: 12px 22px;
  font-size: var(--fs-body);
  text-decoration: none;
  transition: background-color .15s ease, color .15s ease, border-color .15s ease;
}
.btn--lg { padding: 16px 28px; font-size: var(--fs-body-lg); }
.btn--sm { padding: 8px 16px; font-size: var(--fs-small); min-height: 40px; }

.btn--primary {
  background: var(--a11y-btn-primary-bg);
  color: var(--color-white);
}
.btn--primary:hover,
.btn--primary:focus-visible { background: var(--a11y-btn-primary-bg-hover); color: var(--color-white); }

.btn--accent {
  background: var(--a11y-btn-accent-bg);
  color: var(--a11y-btn-accent-text);
}
.btn--accent:hover,
.btn--accent:focus-visible { background: var(--a11y-btn-accent-bg-hover); color: var(--a11y-btn-accent-text); }

.btn--secondary {
  background: var(--surface-card);
  color: var(--text-heading);
  border: 1px solid var(--a11y-border-interactive);
}
.btn--secondary:hover,
.btn--secondary:focus-visible { background: var(--surface-sunken); }

.btn--ghost {
  background: transparent;
  color: var(--a11y-link);
  padding-inline: 0;
  border-radius: 0;
}
.btn--ghost:hover,
.btn--ghost:focus-visible { color: var(--a11y-link-hover); }

/* Telefon-CTA: eigenes Icon (Hörer) inline, nur dekorativ */
.btn__icon { flex-shrink: 0; }

/* ---- Badges --------------------------------------------------------------- */
.badge {
  display: inline-block;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: var(--fs-caption);
  letter-spacing: .04em;
  padding: 5px 14px;
  border-radius: var(--radius-pill);
  background: var(--color-blue-100);
  color: var(--a11y-badge-primary-text);
}
.badge--accent { background: var(--color-gold-100); color: var(--a11y-badge-accent-text); }
.badge--neutral { background: var(--color-gray-100); color: var(--text-muted); }

/* ---- Cards ------------------------------------------------------------------ */
.card {
  background: var(--surface-card);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  padding: var(--space-5);
}

/* ---- Section-Header --------------------------------------------------------- */
.section-header {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  max-width: 640px;
}
.section-header--center { align-items: center; text-align: center; margin-inline: auto; }
.section-header__eyebrow {
  font-family: var(--font-body);
  font-size: var(--fs-caption);
  font-weight: 700;
  letter-spacing: var(--ls-eyebrow);
  text-transform: uppercase;
  color: var(--a11y-badge-accent-text);
}
.section-header h2 {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 800;
  font-size: clamp(1.75rem, 1.2rem + 2.5vw, 3rem);
  letter-spacing: var(--ls-display);
  line-height: var(--lh-heading);
}
.section-header p {
  font-size: var(--fs-body-lg);
  color: var(--text-muted);
}

/* ---- Site-Header / Navigation ------------------------------------------------ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--surface-card);
  box-shadow: var(--shadow-sm);
  transition: box-shadow .2s ease;
}
.site-header.is-scrolled { box-shadow: var(--shadow-md); }
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: var(--space-3);
  gap: var(--space-4);
}
.logo-type {
  font-family: var(--font-script);
  font-size: clamp(22px, 4vw, 28px);
  color: var(--text-heading);
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
}
.logo-type:hover { color: var(--text-heading); }

.nav-list {
  display: none;
  align-items: center;
  gap: var(--space-6);
}
.nav-list a {
  color: var(--text-body);
  text-decoration: none;
  font-weight: 600;
  font-size: var(--fs-small);
}
.nav-list a[aria-current="page"] { color: var(--a11y-link); }
.nav-list a:hover { color: var(--a11y-link); text-decoration: underline; }

.nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--a11y-border-interactive);
  border-radius: var(--radius-md);
  background: var(--surface-card);
  cursor: pointer;
}
.nav-toggle svg { 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; }

.mobile-nav {
  display: none;
  flex-direction: column;
  gap: var(--space-1);
  padding: var(--space-3) 0 var(--space-5);
  border-top: 1px solid var(--border-default);
}
.mobile-nav.is-open { display: flex; }
.mobile-nav a {
  display: block;
  padding: var(--space-3) var(--space-2);
  color: var(--text-body);
  text-decoration: none;
  font-weight: 600;
  min-height: 44px;
}
.mobile-nav a[aria-current="page"] { color: var(--a11y-link); }

.call-link {
  display: none;
  align-items: center;
  gap: var(--space-2);
  font-weight: 700;
  color: var(--text-heading);
  text-decoration: none;
  white-space: nowrap;
}
.call-link:hover { color: var(--a11y-link); }

@media (min-width: 768px) {
  .nav-list { display: flex; }
  .nav-toggle { display: none; }
  .mobile-nav { display: none !important; }
  .call-link { display: inline-flex; }
}

/* ---- Hero ----------------------------------------------------------------------- */
.hero {
  position: relative;
  background: var(--surface-inverse);
  overflow: hidden;
  padding-block: var(--space-8);
}
.hero__bg {
  position: absolute;
  inset: 0;
  opacity: .38;
}
.hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  color: var(--color-white);
  max-width: 640px;
}
.hero__eyebrow {
  font-size: var(--fs-caption);
  font-weight: 700;
  letter-spacing: var(--ls-eyebrow);
  text-transform: uppercase;
  color: var(--color-blue-300);
}
.hero h1 {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 900;
  font-size: clamp(2.25rem, 1.4rem + 4vw, 4rem);
  line-height: var(--lh-tight);
  letter-spacing: var(--ls-display);
  color: var(--color-white);
}
.hero p {
  font-size: var(--fs-body-lg);
  max-width: 32rem;
  opacity: .92;
}

/* Unterzeile direkt unter der H1: traegt den emotionalen Satz,
   waehrend die H1 das Keyword fuehrt. Hoehere Spezifitaet noetig,
   damit sie die Groesse aus `.hero p` ueberschreibt. */
.hero .hero__lead {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 700;
  font-size: clamp(1.25rem, 1rem + 1.6vw, 1.875rem);
  line-height: var(--lh-heading);
  color: var(--color-white);
  max-width: 34rem;
  opacity: .95;
  margin-top: calc(var(--space-2) * -1);
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  margin-top: var(--space-2);
}

/* Trust-Banner: eine Zeile mit Punkt-Trennern, unter der Subline */
.hero__trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-2) var(--space-3);
  margin: var(--space-1) 0 0;
  padding: 0;
  list-style: none;
  font-size: var(--fs-caption);
  font-weight: 700;
  letter-spacing: var(--ls-eyebrow);
  text-transform: uppercase;
  color: var(--color-blue-300);
}
.hero__trust li { display: flex; align-items: center; gap: var(--space-3); }
.hero__trust li:not(:first-child)::before {
  content: "•";
  opacity: .55;
}

/* Bewertungs-Sterne-Zeile: gelbe Sterne, weiße Schrift auf dunklem Hero */
.hero__rating {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-2) var(--space-3);
  margin-top: var(--space-1);
  text-decoration: none;
  color: var(--color-white);
}
.hero__stars {
  display: inline-flex;
  gap: 2px;
  color: #f4b400; /* klares Gelb, nicht das gedämpfte Marken-Gold */
}
.hero__stars svg { display: block; }
.hero__rating-text {
  font-size: var(--fs-small);
  font-weight: 600;
  color: var(--color-white);
}
.hero__rating-text strong { font-weight: 800; }
.hero__rating-note {
  font-size: var(--fs-caption);
  color: var(--color-blue-300);
}
.hero__rating:hover .hero__rating-text,
.hero__rating:focus-visible .hero__rating-text { text-decoration: underline; }

/* ---- Testimonials ---------------------------------------------------------------- */
.testimonial {
  max-width: 680px;
  margin: 0 auto;
  padding: var(--space-6) var(--space-5);
  text-align: center;
  background: var(--surface-card);
  border: 1px solid var(--border-default);
  border-radius: 6px; /* bewusst kantig, kein weicher AI-Look */
}
.testimonial__stars {
  display: inline-flex;
  gap: 3px;
  color: #f4b400;
  margin-bottom: var(--space-4);
}
.testimonial__stars svg { display: block; }
.testimonial__quote {
  margin: 0;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.125rem, 0.95rem + 0.9vw, 1.5rem);
  line-height: 1.4;
  color: var(--text-heading);
}
.testimonial__source {
  margin-top: var(--space-4);
  font-size: var(--fs-small);
  font-weight: 600;
  letter-spacing: .02em;
  color: var(--text-muted);
}

/* ---- Generic sections ------------------------------------------------------------ */
.section {
  padding-block: var(--section-pad);
}
.section--sunken { background: var(--surface-sunken); }
.section--inverse { background: var(--surface-inverse); color: var(--color-white); }
.section--inverse h2, .section--inverse .section-header h2 { color: var(--color-white); }
.section__body {
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
}

/* Über-mich / Split-Layout */
.split {
  display: grid;
  gap: var(--space-7);
  align-items: center;
}
@media (min-width: 900px) {
  .split { grid-template-columns: 1fr 1fr; }
}
.split > * { min-width: 0; }
.split__text { display: flex; flex-direction: column; gap: var(--space-4); }
.split__text p { font-size: var(--fs-body-lg); line-height: 1.7; }

/* Echtes Foto im Split-Layout: feste Bildproportion, nie verzerrt */
.about-photo {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius-xl);
}

/* Bild-Platzhalter (kein Stock-Foto, echte Fotos folgen später) */
.img-placeholder {
  background: var(--color-gray-100);
  border: 1px dashed var(--border-default);
  border-radius: var(--radius-xl);
  color: var(--text-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: var(--fs-small);
  min-height: 320px;
  width: 100%;
  padding: var(--space-5);
}

/* ---- Leistungen ------------------------------------------------------------------ */
.service-group { display: flex; flex-direction: column; gap: var(--space-3); }
.service-group__title {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 700;
  font-size: var(--fs-subheading);
  color: var(--text-heading);
}
.service-list { display: flex; flex-direction: column; }
.service-item {
  padding: var(--space-4) 0;
  border-bottom: 1px solid var(--border-default);
  font-weight: 600;
  font-size: var(--fs-body-lg);
  color: var(--text-heading);
}
.service-list .service-item:last-child { border-bottom: none; }

.qualifications-list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

/* ---- Kontakt / Telefon-CTA --------------------------------------------------------- */
.phone-cta {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  align-items: flex-start;
}
.phone-cta__number {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 800;
  font-size: clamp(1.75rem, 1.2rem + 3vw, 2.75rem);
  color: var(--text-heading);
  text-decoration: none;
}
.phone-cta__number:hover { color: var(--a11y-link); }

.info-list { display: flex; flex-direction: column; gap: var(--space-2); font-size: var(--fs-body); }
.info-list dt { font-weight: 700; color: var(--text-heading); }
.info-list dd { margin: 0 0 var(--space-3); color: var(--text-body); }

/* ---- Footer ------------------------------------------------------------------------- */
.site-footer {
  background: var(--surface-inverse);
  color: var(--color-white);
  padding-block: var(--space-8) var(--space-6);
}
.site-footer a { color: var(--color-blue-300); }
.site-footer a:hover { color: var(--color-white); }
.footer-grid {
  display: grid;
  gap: var(--space-6);
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .footer-grid { grid-template-columns: repeat(4, 1fr); }
}
.footer-grid h3 {
  font-size: var(--fs-small);
  text-transform: uppercase;
  letter-spacing: var(--ls-eyebrow);
  color: var(--color-blue-300);
  margin-bottom: var(--space-3);
}
.footer-grid ul { display: flex; flex-direction: column; gap: var(--space-2); }
.footer-grid p { opacity: .85; font-size: var(--fs-small); }
.footer-logo { font-family: var(--font-script); font-size: 26px; color: var(--color-white); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.15);
  margin-top: var(--space-7);
  padding-top: var(--space-5);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  justify-content: space-between;
  font-size: var(--fs-caption);
  opacity: .75;
}
.footer-credit {
  text-align: center;
  margin-top: var(--space-3);
  font-size: 11px;
  letter-spacing: .02em;
  opacity: .5;
}

/* ---- Rechtsseiten / Textinhalte -------------------------------------------------------- */
.prose { display: flex; flex-direction: column; gap: var(--space-4); max-width: 720px; }
.prose h2 { font-family: var(--font-display); font-style: italic; font-size: var(--fs-heading); margin-top: var(--space-6); }
.prose p, .prose li { font-size: var(--fs-body); line-height: var(--lh-body); }
.prose ul { list-style: disc; padding-left: 1.25em; display: flex; flex-direction: column; gap: var(--space-2); }
.page-hero {
  background: var(--surface-sunken);
  padding-block: var(--space-7);
}
.page-hero h1 {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 800;
  font-size: clamp(2rem, 1.4rem + 3vw, 3rem);
  color: var(--text-heading);
}

/* ---- Floating Mobile-Call-Button --------------------------------------------------------- */
.floating-call {
  position: fixed;
  bottom: var(--space-4);
  left: var(--space-4);
  right: var(--space-4);
  z-index: 60;
  display: flex;
  justify-content: center;
  box-shadow: var(--shadow-lg);
  border-radius: var(--radius-pill);
}
.floating-call .btn { width: 100%; }
@media (min-width: 768px) {
  .floating-call { display: none; }
}

/* ---- Reveal-Animationen (CSS + IntersectionObserver) ------------------------------------- */
.js .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .45s ease, transform .45s ease;
}
.js .reveal.is-visible { opacity: 1; transform: none; }
.js .reveal--left { transform: translateX(-32px); }
.js .reveal--right { transform: translateX(32px); }
.js .stagger > * { transition-delay: calc(var(--i, 0) * 80ms); }

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

/* ---- Breadcrumb ---------------------------------------------------------------------------- */
.breadcrumb { padding-block: var(--space-4) 0; }
.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-2);
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: var(--fs-small);
}
.breadcrumb li { display: inline-flex; align-items: center; gap: var(--space-2); color: var(--text-muted); }
.breadcrumb li:not(:last-child)::after { content: "›"; color: var(--text-muted); }
.breadcrumb a { color: var(--a11y-link); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb [aria-current="page"] { color: var(--text-muted); }

/* ---- FAQ (natives details/summary) --------------------------------------------------------- */
.faq { display: flex; flex-direction: column; gap: var(--space-3); max-width: 48rem; }
.faq__item {
  background: var(--surface-card);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-md);
  padding: 0 var(--space-5);
}
.faq__item[open] { border-color: var(--a11y-border-interactive); }
.faq__item summary {
  list-style: none;
  cursor: pointer;
  padding: var(--space-4) 0;
  font-weight: 700;
  font-size: var(--fs-body-lg);
  color: var(--text-heading);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  min-height: 44px;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
  content: "+";
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--a11y-link);
  flex-shrink: 0;
}
.faq__item[open] summary::after { content: "−"; }
.faq__item summary:hover { color: var(--a11y-link); }
.faq__answer { padding: 0 0 var(--space-5); color: var(--text-body); line-height: var(--lh-body); }
.faq__answer p { margin-bottom: var(--space-3); }
.faq__answer p:last-child { margin-bottom: 0; }

/* ---- Orts-Chips & Content-Prose (Orts-/Ratgeber-Seiten) ------------------------------------ */
.town-chips { display: flex; flex-wrap: wrap; gap: var(--space-3); }
.town-chips a {
  display: inline-block;
  padding: 8px 16px;
  border-radius: var(--radius-pill);
  background: var(--surface-card);
  border: 1px solid var(--a11y-border-interactive);
  color: var(--text-heading);
  text-decoration: none;
  font-weight: 600;
  font-size: var(--fs-small);
}
.town-chips a:hover { background: var(--surface-sunken); color: var(--text-heading); }

.article { max-width: 44rem; display: flex; flex-direction: column; gap: var(--space-4); }
.article h2 {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 800;
  font-size: var(--fs-heading);
  margin-top: var(--space-5);
  line-height: var(--lh-heading);
}
.article h3 { font-size: var(--fs-subheading); margin-top: var(--space-3); }
.article p, .article li { font-size: var(--fs-body); line-height: var(--lh-body); color: var(--text-body); }
.article ul { list-style: disc; padding-left: 1.25em; display: flex; flex-direction: column; gap: var(--space-2); }
.article a { color: var(--a11y-link); }

/* Ratgeber-Hub: Karten-Grid */
.post-grid { display: grid; gap: var(--space-5); grid-template-columns: 1fr; }
@media (min-width: 768px) { .post-grid { grid-template-columns: repeat(3, 1fr); } }
.post-card { display: flex; flex-direction: column; gap: var(--space-3); height: 100%; }
.post-card h3 { font-size: var(--fs-subheading); }
.post-card p { color: var(--text-body); font-size: var(--fs-body); }
.post-card .btn--ghost { margin-top: auto; }

/* ---- Responsive Feintuning ---------------------------------------------------------------- */
@media (min-width: 768px) {
  .hero__inner { max-width: 720px; }
}
