/* =========================================================
   Rechtsanwalt Florian Reis – Stylesheet (modernisiert 2026)
   CI-Farbe: Weinrot #550701 (aus Alt-Seite übernommen)
   Schlank, responsiv, barrierefrei. Kein Framework, kein jQuery.
   ========================================================= */

:root {
  --wine:        #550701;
  --wine-dark:   #3d0501;
  --wine-light:  #7a2018;
  --gold:        #b8924a;
  --ink:         #1c1a19;
  --body:        #44403d;
  --muted:       #6b6560;
  --line:        #e6e1da;
  --bg:          #ffffff;
  --bg-soft:     #faf8f5;
  --bg-softer:   #f3efe9;
  --focus:       #1a73e8;
  --radius:      6px;
  --maxw:        1140px;
  --shadow-sm:   0 1px 3px rgba(28,26,25,.08);
  --shadow-md:   0 6px 24px rgba(28,26,25,.10);
  --font-body:   'Source Sans 3', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  --font-head:   'Libre Baskerville', Georgia, 'Times New Roman', serif;
}

/* ---------- Reset / Basis ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--body);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
/* Inline-Icons bekommen IMMER eine feste Grundgröße (verhindert Aufblähen in Flex-Containern) */
svg { width: 20px; height: 20px; flex: 0 0 auto; }
a { color: var(--wine); text-decoration: underline; text-underline-offset: 2px; }
a:hover { color: var(--wine-light); }
h1, h2, h3, h4 { font-family: var(--font-head); color: var(--ink); line-height: 1.25; font-weight: 700; }
h1 { font-size: clamp(1.8rem, 4vw, 2.6rem); margin: 0 0 .4em; }
h2 { font-size: clamp(1.4rem, 3vw, 2rem); margin: 0 0 .6em; }
h3 { font-size: 1.3rem; margin: 0 0 .5em; }
p  { margin: 0 0 1.1em; }
ul, ol { margin: 0 0 1.1em; padding-left: 1.3em; }
li { margin-bottom: .4em; }

/* ---------- Layout-Helfer ---------- */
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }
.section { padding: clamp(2.5rem, 6vw, 4.5rem) 0; }
.section--soft { background: var(--bg-soft); }
.grid { display: grid; gap: 2.5rem; }
@media (min-width: 880px) {
  .grid--sidebar { grid-template-columns: 1fr 320px; }
}

/* ---------- Skip-Link (Barrierefreiheit) ---------- */
.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 1000;
  background: var(--wine); color: #fff; padding: .8rem 1.2rem;
  text-decoration: none; border-radius: 0 0 var(--radius) 0;
}
.skip-link:focus { left: 0; color: #fff; }

/* sichtbarer Tastatur-Fokus überall */
a:focus-visible, button:focus-visible, input:focus-visible,
textarea:focus-visible, [tabindex]:focus-visible, summary:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 2px;
  border-radius: 3px;
}

/* ---------- Topbar ---------- */
.topbar {
  background: var(--wine-dark);
  color: #f1e9e2;
  font-size: .92rem;
}
.topbar .container {
  display: flex; flex-wrap: wrap; gap: .3rem 1.8rem;
  justify-content: flex-end; align-items: center;
  min-height: 42px; padding-top: .4rem; padding-bottom: .4rem;
}
.topbar a { color: #f6efe8; text-decoration: none; white-space: nowrap; }
.topbar a:hover { color: #fff; text-decoration: underline; }
.topbar .tb-item { display: inline-flex; align-items: center; gap: .45rem; white-space: nowrap; }
.topbar .tb-item svg { width: 16px; height: 16px; flex: 0 0 auto; opacity: .85; }

/* ---------- Header / Navigation ---------- */
.site-header {
  position: sticky; top: 0; z-index: 200;
  background: rgba(255,255,255,.97);
  backdrop-filter: saturate(150%) blur(6px);
  border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}
.header-inner { position: relative; }
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; min-height: 72px;
}
.brand { display: inline-flex; align-items: center; }
.brand img { width: 200px; height: auto; }
.nav-toggle {
  display: none; background: none; border: 0; cursor: pointer;
  padding: .5rem; color: var(--wine);
}
.nav-toggle svg { width: 28px; height: 28px; }
.nav-close { display: none; }

.main-nav ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: .25rem; }
.main-nav a {
  display: block; padding: .65rem .9rem; color: var(--ink);
  text-decoration: none; font-weight: 600; font-size: .98rem; border-radius: var(--radius);
}
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--wine); background: var(--bg-softer); }
.main-nav a[aria-current="page"] { box-shadow: inset 0 -2px 0 var(--wine); }

/* Mega-Menü Rechtsgebiete */
.has-sub { position: static; }
.has-sub > button {
  font: inherit; font-weight: 600; font-size: .98rem; color: var(--ink);
  background: none; border: 0; cursor: pointer; padding: .65rem .9rem;
  border-radius: var(--radius); display: inline-flex; align-items: center; gap: .35rem;
}
.has-sub > button:hover { color: var(--wine); }
.has-sub > button .chev { transition: transform .2s ease; }
.megamenu {
  position: absolute; top: calc(100% + 1px); left: 0; right: 0;
  background: #fff; border-top: 3px solid var(--wine);
  box-shadow: var(--shadow-md); padding: 0; margin: 0; list-style: none;
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
  z-index: 210;
}
.has-sub:hover .megamenu,
.has-sub:focus-within .megamenu,
.megamenu[data-open="true"] { opacity: 1; visibility: visible; transform: translateY(0); }
.has-sub:hover .chev, .has-sub:focus-within .chev { transform: rotate(180deg); }
.megamenu__inner {
  max-width: var(--maxw); margin: 0 auto; padding: 1.6rem 20px 1.4rem;
  display: grid; gap: .4rem 1.6rem; grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 1040px) { .megamenu__inner { grid-template-columns: repeat(3, 1fr); } }
.megamenu a {
  display: flex; gap: .8rem; align-items: flex-start;
  padding: .7rem .8rem; border-radius: var(--radius); text-decoration: none;
  color: var(--ink); transition: background .12s;
}
.megamenu a:hover { background: var(--bg-softer); color: var(--ink); }
.mm-icon {
  flex: 0 0 auto; width: 38px; height: 38px; border-radius: 8px;
  background: var(--bg-softer); color: var(--wine); display: grid; place-items: center; margin-top: 2px;
}
.mm-icon svg { width: 20px; height: 20px; }
.mm-text strong { display: block; font-size: .98rem; font-weight: 700; color: var(--ink); overflow-wrap: break-word; }
.mm-text span { display: block; font-size: .84rem; color: var(--muted); line-height: 1.4; margin-top: .1rem; }
.megamenu__cta {
  grid-column: 1 / -1; margin-top: .6rem; padding-top: 1rem; border-top: 1px solid var(--line);
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .8rem;
}
.megamenu__cta p { margin: 0; font-size: .92rem; color: var(--body); }
.megamenu__cta .btn { padding: .55rem 1.2rem; font-size: .92rem; }
.megamenu a.btn { color: #fff; background: var(--wine); }
.megamenu a.btn:hover { color: #fff; background: var(--wine-light); }

/* ---------- Hero / Banner ---------- */
.hero {
  position: relative; min-height: clamp(340px, 52vh, 520px);
  display: flex; align-items: center;
  color: #fff; overflow: hidden;
  background: var(--wine-dark);
}
.hero__media { position: absolute; inset: 0; }
.hero__slider .hero__slide {
  position: absolute; inset: 0; opacity: 0;
  transition: opacity 1.2s ease-in-out;
}
.hero__slider .hero__slide.is-active { opacity: 1; }
.hero__slider .hero__slide img { width: 100%; height: 100%; object-fit: cover; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero__media::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(40,5,2,.92) 0%, rgba(50,7,3,.78) 42%, rgba(50,7,3,.30) 75%, rgba(50,7,3,.12) 100%),
    linear-gradient(180deg, rgba(40,5,2,.25) 0%, rgba(40,5,2,0) 30%);
}
.hero__inner { position: relative; z-index: 2; max-width: 680px; padding: 2.5rem 0; }
.hero h1 { color: #fff; font-size: clamp(1.9rem, 4.5vw, 3rem); }
.hero .lead { font-size: clamp(1.05rem, 2vw, 1.3rem); color: #f4ece6; margin-bottom: 1.2rem; }
.hero-rotator {
  font-size: clamp(1.15rem, 2.2vw, 1.45rem); color: #fff; font-weight: 600;
  margin: 0 0 1rem; min-height: 1.6em;
}
.hero-rotator__text {
  color: var(--gold); font-weight: 700;
  transition: opacity .3s ease; display: inline-block;
}
.hero-motto {
  font-family: var(--font-head); font-style: italic;
  color: var(--gold); font-size: clamp(1.15rem, 2.2vw, 1.5rem);
  margin: 0 0 .4rem; padding-left: 1rem; border-left: 3px solid var(--gold);
}

/* Inner-Banner (Unterseiten) */
.page-banner {
  background: linear-gradient(120deg, var(--wine-dark), var(--wine));
  color: #fff; padding: clamp(2rem, 5vw, 3.2rem) 0;
}
.page-banner h1 { color: #fff; margin-bottom: .3rem; }
.breadcrumb { list-style: none; display: flex; flex-wrap: wrap; gap: .5rem; margin: 0; padding: 0; font-size: .92rem; }
.breadcrumb li { margin: 0; color: #e7d8d2; }
.breadcrumb a { color: #f4e7e1; text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb li + li::before { content: "›"; margin-right: .5rem; color: #cda99f; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .5rem; justify-content: center;
  background: var(--wine); color: #fff; border: 2px solid var(--wine);
  padding: .8rem 1.6rem; border-radius: var(--radius); font-weight: 700;
  text-decoration: none; cursor: pointer; font-size: 1rem; transition: background .15s, transform .05s;
}
.btn svg { width: 18px; height: 18px; flex: 0 0 auto; }
.btn:hover { background: var(--wine-light); border-color: var(--wine-light); color: #fff; }
.btn:active { transform: translateY(1px); }
.btn--ghost { background: transparent; color: #fff; border-color: #fff; }
.btn--ghost:hover { background: rgba(255,255,255,.15); color: #fff; }
.btn--gold { background: var(--gold); border-color: var(--gold); color: #2a1c08; }
.btn--gold:hover { background: #caa45c; border-color: #caa45c; color: #2a1c08; }

/* ---------- Karten / Rechtsgebiet-Übersicht ---------- */
.area-grid { display: grid; gap: 1.4rem; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); }
.area-card {
  display: flex; flex-direction: column; align-items: flex-start; gap: .55rem;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.6rem 1.5rem; text-decoration: none; color: var(--ink);
  box-shadow: var(--shadow-sm); transition: transform .15s, box-shadow .15s, border-color .15s;
}
.area-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: #d9c5bf; color: var(--ink); }
.area-card .ac-icon {
  width: 46px; height: 46px; display: grid; place-items: center; flex: 0 0 auto;
  background: var(--bg-softer); color: var(--wine); border-radius: 50%; margin-bottom: .2rem;
}
.area-card .ac-icon svg { width: 24px; height: 24px; }
.area-card h3 { font-size: 1.15rem; margin: 0; line-height: 1.3; overflow-wrap: break-word; hyphens: auto; }
.area-card p { font-size: .95rem; color: var(--muted); margin: 0; line-height: 1.55; }
.area-card .ac-more { color: var(--wine); font-weight: 600; font-size: .9rem; margin-top: .4rem; }

/* ---------- Intro / Profil ---------- */
.lede { font-size: 1.15rem; }
.feature-list { list-style: none; padding: 0; display: grid; gap: 1rem; }
.feature-list li { display: flex; gap: .8rem; align-items: flex-start; margin: 0; }
.feature-list .fi-check {
  flex: 0 0 auto; width: 26px; height: 26px; border-radius: 50%;
  background: var(--wine); color: #fff; display: grid; place-items: center; margin-top: .15rem;
}
.feature-list .fi-check svg { width: 15px; height: 15px; }

/* ---------- Blockquote / Motto ---------- */
blockquote.motto {
  margin: 2rem 0; padding: 1.4rem 1.6rem; border-left: 4px solid var(--gold);
  background: var(--bg-soft); font-family: var(--font-head); font-style: italic;
  color: var(--ink); border-radius: 0 var(--radius) var(--radius) 0;
}

/* ---------- Sidebar ---------- */
.sidebar-box {
  background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.4rem; margin-bottom: 1.6rem;
}
.sidebar-box h3 { font-size: 1.15rem; padding-bottom: .6rem; border-bottom: 2px solid var(--gold); }
.sidebar-nav { list-style: none; margin: 0; padding: 0; }
.sidebar-nav li { margin: 0; border-bottom: 1px solid var(--line); }
.sidebar-nav li:last-child { border-bottom: 0; }
.sidebar-nav a {
  display: flex; align-items: center; gap: .6rem; padding: .6rem .2rem;
  text-decoration: none; color: var(--ink); font-weight: 500;
}
.sidebar-nav a:hover, .sidebar-nav a[aria-current="page"] { color: var(--wine); }
.sidebar-nav a[aria-current="page"] { font-weight: 700; }
.sidebar-nav svg { width: 18px; height: 18px; color: var(--wine); flex: 0 0 auto; }
.sidebar-cta { background: var(--wine); color: #fff; }
.sidebar-cta h3 { color: #fff; border-color: rgba(255,255,255,.4); }
.sidebar-cta p { color: #f3e7e2; font-size: .95rem; }
.sidebar-cta a.btn { background: #fff; color: var(--wine); border-color: #fff; width: 100%; }
.sidebar-cta a.btn:hover { background: var(--bg-softer); color: var(--wine); }

/* ---------- Formular ---------- */
.form-card {
  background: var(--bg-soft); border: 1px solid var(--line);
  border-radius: var(--radius); padding: clamp(1.4rem, 3vw, 2.2rem);
}
.form-grid { display: grid; gap: 1rem; grid-template-columns: 1fr 1fr; }
.form-grid .full { grid-column: 1 / -1; }
@media (max-width: 620px) { .form-grid { grid-template-columns: 1fr; } }
.field label { display: block; font-weight: 600; margin-bottom: .35rem; color: var(--ink); font-size: .95rem; }
.field .req { color: var(--wine); }
.field input, .field textarea {
  width: 100%; padding: .75rem .9rem; font: inherit; color: var(--ink);
  background: #fff; border: 1px solid #cfc8c0; border-radius: var(--radius);
}
.field input:focus, .field textarea:focus { border-color: var(--wine); outline: 3px solid rgba(85,7,1,.18); outline-offset: 0; }
.field textarea { min-height: 150px; resize: vertical; }
.consent { display: flex; gap: .6rem; align-items: flex-start; margin-bottom: 1rem; font-size: .92rem; color: var(--body); }
.consent input { margin-top: .3rem; flex: 0 0 auto; width: 18px; height: 18px; accent-color: var(--wine); }
.form-hint { font-size: .85rem; color: var(--muted); }
.hp-field { position: absolute; left: -5000px; width: 1px; height: 1px; overflow: hidden; }
.alert { padding: 1rem 1.2rem; border-radius: var(--radius); margin-bottom: 1.4rem; }
.alert--ok  { background: #e7f4ea; border: 1px solid #b6dcc0; color: #1f5130; }
.alert--err { background: #fdecea; border: 1px solid #f3c0bb; color: #7a261d; }

/* ---------- Kontakt / Adresse ---------- */
.address-box { list-style: none; margin: 0; padding: 0; }
.address-box li { display: flex; gap: .7rem; align-items: flex-start; margin-bottom: .7rem; }
.address-box svg { width: 18px; height: 18px; color: var(--wine); flex: 0 0 auto; margin-top: .25rem; }
.address-box a { text-decoration: none; }

/* DSGVO-Karte (Klick zum Laden) */
.map-consent {
  position: relative; border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; background: var(--bg-softer); min-height: 320px;
  display: grid; place-items: center; text-align: center; padding: 2rem;
}
.map-consent__inner { max-width: 460px; }
.map-consent h3 { margin-bottom: .4rem; }
.map-consent p { font-size: .92rem; color: var(--muted); }
.map-consent iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ---------- Legal-Text (Impressum/Datenschutz) ---------- */
.legal { max-width: 820px; }
.legal h2 { margin-top: 2rem; font-size: 1.5rem; }
.legal h3 { margin-top: 1.6rem; font-size: 1.2rem; color: var(--wine); }
.legal h4 { margin-top: 1.2rem; font-size: 1.05rem; font-family: var(--font-body); font-weight: 700; }
.legal p, .legal li { font-size: .98rem; }
.legal .lang-divider { margin: 3rem 0 0; padding-top: 1.5rem; border-top: 2px solid var(--line); }
.webmaster-box { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.webmaster-box img { width: 220px; margin: .6rem 0; }

/* ---------- Footer ---------- */
.site-footer { background: var(--wine-dark); color: #e9ddd6; padding: clamp(2.5rem, 5vw, 3.5rem) 0 0; }
.site-footer h3 { color: #fff; font-size: 1.2rem; padding-bottom: .6rem; border-bottom: 2px solid var(--gold); margin-bottom: 1rem; }
.footer-grid { display: grid; gap: 2.2rem; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.site-footer a { color: #f1e4dd; text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.footer-areas { list-style: none; margin: 0 0 1rem; padding: 0; }
.footer-areas li { margin-bottom: .5rem; }
.footer-areas a { display: inline-flex; align-items: center; gap: .5rem; }
.footer-areas svg { width: 16px; height: 16px; color: var(--gold); }
.site-footer .address-box svg { color: var(--gold); }
.footer-logo img { width: 230px; height: auto; }
.footer-note { font-size: .9rem; color: #d8c4bc; margin-top: 1rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.15); margin-top: 2.5rem; padding: 1.2rem 0; font-size: .88rem; }
.footer-bottom .container { display: flex; flex-wrap: wrap; gap: .6rem 1.4rem; justify-content: space-between; align-items: center; }
.footer-bottom a { color: #e9ddd6; }

/* ---------- Barrierefreiheits-Floating-Button ---------- */
.a11y-fab {
  position: fixed; right: 18px; bottom: 18px; z-index: 900;
  width: 56px; height: 56px; border-radius: 50%; border: 0; cursor: pointer;
  background: var(--wine); color: #fff; box-shadow: var(--shadow-md);
  display: grid; place-items: center; transition: transform .15s, background .15s;
}
.a11y-fab:hover { background: var(--wine-light); transform: scale(1.05); }
.a11y-fab svg { width: 30px; height: 30px; }
.a11y-panel {
  position: fixed; right: 18px; bottom: 84px; z-index: 901;
  width: min(320px, calc(100vw - 36px));
  background: #fff; border: 1px solid var(--line); border-radius: 10px;
  box-shadow: var(--shadow-md); padding: 1.2rem;
  opacity: 0; visibility: hidden; transform: translateY(10px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s;
}
.a11y-panel[data-open="true"] { opacity: 1; visibility: visible; transform: translateY(0); }
.a11y-panel h2 { font-size: 1.1rem; margin-bottom: .8rem; }
.a11y-row { display: flex; align-items: center; justify-content: space-between; gap: .8rem; padding: .55rem 0; border-bottom: 1px solid var(--line); }
.a11y-row:last-of-type { border-bottom: 0; }
.a11y-row span { font-size: .95rem; font-weight: 600; color: var(--ink); }
.a11y-btns { display: flex; gap: .35rem; }
.a11y-btns button {
  font: inherit; font-weight: 700; cursor: pointer; min-width: 38px; padding: .35rem .6rem;
  background: var(--bg-softer); border: 1px solid var(--line); border-radius: var(--radius); color: var(--ink);
}
.a11y-btns button:hover { background: var(--wine); color: #fff; border-color: var(--wine); }
.a11y-btns button[aria-pressed="true"] { background: var(--wine); color: #fff; border-color: var(--wine); }
.a11y-reset { margin-top: 1rem; width: 100%; padding: .6rem; cursor: pointer;
  background: none; border: 1px solid var(--wine); color: var(--wine); border-radius: var(--radius); font-weight: 700; }
.a11y-reset:hover { background: var(--wine); color: #fff; }

/* Zustands-Klassen, die der Button setzt */
body.a11y-contrast { --body:#1a1a1a; --muted:#333; --line:#999; }
body.a11y-contrast a { color: #4a0600; }
body.a11y-underline a { text-decoration: underline !important; }
body.a11y-readable * { font-family: Verdana, Tahoma, sans-serif !important; letter-spacing: .02em; }
body.a11y-bigspace { line-height: 2 !important; }
body.a11y-bigspace p, body.a11y-bigspace li { line-height: 2 !important; }

/* ---------- Cookie / Consent-Banner ---------- */
.consent-banner {
  position: fixed; left: 16px; bottom: 16px; z-index: 950;
  max-width: 420px; background: #fff; color: var(--body);
  border: 1px solid var(--line); border-radius: 10px; box-shadow: var(--shadow-md);
  padding: 1.2rem 1.3rem;
}
.consent-banner p { font-size: .92rem; margin-bottom: .9rem; }
.consent-banner .cb-actions { display: flex; gap: .6rem; flex-wrap: wrap; }
.consent-banner .btn { padding: .55rem 1.1rem; font-size: .92rem; }
.consent-banner .btn--text { background: none; border: 0; color: var(--wine); text-decoration: underline; padding: .55rem .4rem; }

/* ---------- Mobile ---------- */
@media (max-width: 920px) {
  .nav-toggle { display: inline-flex; position: relative; z-index: 1210; }
  .main-nav {
    position: fixed; top: 0; right: 0; bottom: 0;
    width: min(320px, 86vw); height: 100dvh;
    background: #fff; box-shadow: var(--shadow-md);
    padding: 1.5rem 1.2rem calc(2rem + env(safe-area-inset-bottom, 0px));
    transform: translateX(100%); transition: transform .25s ease;
    overflow-y: auto; -webkit-overflow-scrolling: touch;
    z-index: 1200;
  }
  .main-nav[data-open="true"] { transform: translateX(0); }
  .nav-close {
    display: flex; position: sticky; top: 0; margin-left: auto;
    background: none; border: 0; cursor: pointer; color: var(--wine);
    padding: .4rem; z-index: 2; margin-bottom: .5rem;
  }
  .nav-close svg { width: 30px; height: 30px; }
  .main-nav ul { flex-direction: column; align-items: stretch; gap: .1rem; margin-top: .5rem; }
  .main-nav a, .has-sub > button { width: 100%; text-align: left; }
  .main-nav a { padding: .85rem .9rem; font-size: 1.05rem; }
  .has-sub > button { justify-content: space-between; padding: .85rem .9rem; font-size: 1.05rem; }
  .megamenu {
    position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none;
    border: 0; border-top: 0; background: transparent; width: auto;
    max-height: 0; overflow: hidden; transition: max-height .28s ease;
  }
  .megamenu[data-open="true"] { max-height: 1600px; }
  .megamenu__inner { display: block; padding: .2rem 0 .4rem .6rem; max-width: none; }
  .megamenu a { padding: .7rem .5rem; }
  .mm-text span { display: none; } /* Beschreibung auf Mobil ausblenden, kompakter */
  .megamenu__cta { display: none; }
  .nav-backdrop {
    position: fixed; inset: 0; background: rgba(28,26,25,.45); z-index: 1150;
    opacity: 0; visibility: hidden; transition: opacity .2s, visibility .2s;
  }
  .nav-backdrop[data-open="true"] { opacity: 1; visibility: visible; }
  body.nav-open { overflow: hidden; }
  /* Wenn das Menü offen ist, muss der gesamte Header (der das Panel enthält)
     über dem Backdrop liegen – sonst fängt der Backdrop die Klicks ab. */
  body.nav-open .site-header { z-index: 1180; }
  /* Bei offenem Menü nur das X zeigen, nicht den Hamburger (sonst überlappen sie) */
  body.nav-open .nav-toggle { display: none; }
}

/* ============================================================
   PROFESSIONELLE ZUSATZKOMPONENTEN (SEO / Conversion)
   ============================================================ */

/* ---- USP-Leiste (faktenbasiert, ohne Statistik) ---- */
.trustbar { background: var(--wine-dark); color: #f3e7e2; }
.trustbar .container {
  display: grid; gap: 1.4rem 2rem; grid-template-columns: repeat(4, 1fr);
  padding-top: 2rem; padding-bottom: 2rem; text-align: center;
}
@media (max-width: 760px) { .trustbar .container { grid-template-columns: repeat(2, 1fr); } }
.trustbar__item { display: flex; flex-direction: column; align-items: center; gap: .5rem; }
.trustbar__lbl { font-size: .95rem; color: #f0ddd6; line-height: 1.4; max-width: 22ch; }
.trustbar__item svg { width: 28px; height: 28px; color: var(--gold); }

/* ---- Bewertungs- / Vertrauensblock ---- */
.reviews { background: var(--bg-soft); }
.reviews__head { text-align: center; max-width: 640px; margin: 0 auto 2.2rem; }
.stars { display: inline-flex; gap: .15rem; color: var(--gold); margin-bottom: .4rem; }
.stars svg { width: 22px; height: 22px; fill: var(--gold); stroke: none; }
.review-grid { display: grid; gap: 1.4rem; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.review-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.6rem; box-shadow: var(--shadow-sm);
}
.review-card .stars svg { width: 17px; height: 17px; }
.review-card blockquote { margin: .4rem 0 1rem; font-size: 1rem; color: var(--ink); line-height: 1.6; }
.review-card .rv-author { font-size: .9rem; color: var(--muted); font-weight: 600; }

/* ---- FAQ-Akkordeon ---- */
.faq { max-width: 820px; }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q {
  width: 100%; text-align: left; background: none; border: 0; cursor: pointer;
  font: inherit; font-weight: 700; color: var(--ink); font-size: 1.08rem;
  padding: 1.1rem 2.5rem 1.1rem 0; position: relative; line-height: 1.4;
}
.faq__q::after {
  content: ""; position: absolute; right: .2rem; top: 50%; width: 12px; height: 12px;
  border-right: 2px solid var(--wine); border-bottom: 2px solid var(--wine);
  transform: translateY(-70%) rotate(45deg); transition: transform .2s ease;
}
.faq__q[aria-expanded="true"]::after { transform: translateY(-30%) rotate(-135deg); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .25s ease; }
.faq__a[data-open="true"] { max-height: 500px; }
.faq__a p { padding: 0 0 1.2rem; margin: 0; color: var(--body); }

/* ---- Finaler CTA-Streifen ---- */
.cta-strip { background: linear-gradient(120deg, var(--wine-dark), var(--wine)); color: #fff; }
.cta-strip .container {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.4rem;
  padding-top: 2.6rem; padding-bottom: 2.6rem;
}
.cta-strip h2 { color: #fff; margin: 0 0 .3rem; }
.cta-strip p { margin: 0; color: #f3e7e2; max-width: 520px; }
.cta-strip__actions { display: flex; gap: .8rem; flex-wrap: wrap; }

/* ---- Section-Kicker (Eyebrow) ---- */
.kicker {
  display: inline-block; font-size: .82rem; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: var(--wine); margin-bottom: .5rem;
}
.section__head { max-width: 680px; margin-bottom: 2.2rem; }
.section__head.center { margin-left: auto; margin-right: auto; text-align: center; }

/* ---- Profil-Foto auf Startseite ---- */
.profile-row { display: grid; gap: 2.5rem; align-items: start; }
@media (min-width: 860px) { .profile-row { grid-template-columns: 300px 1fr; } }
.profile-photo {
  border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md);
  border: 5px solid #fff; aspect-ratio: 3/4; background: var(--bg-softer);
}
.profile-photo img { width: 100%; height: 100%; object-fit: cover; }
