/* ==========================================================================
   HANDY BEST REPAIR – Ruhiges Premium-Designsystem (v2)
   Warmweiß #F7F6F2 · Weiß · Anthrazit #1E2023 · Gold #C69214 (nur Akzente)
   Prinzip: viel Weißraum, große ruhige Typografie, wenige starke CTAs.
   ========================================================================== */

:root {
  --bg: #F7F6F2;
  --white: #FFFFFF;
  --anthra: #1E2023;
  --ink: #202224;
  --muted: #5F6368;
  --gold: #C69214;
  --gold-dark: #A97812;
  --line: #E7E2D8;
  --radius: 14px;
  --shadow: 0 1px 2px rgba(30,32,35,.03), 0 10px 30px rgba(30,32,35,.05);
  --shadow-hover: 0 2px 6px rgba(30,32,35,.05), 0 18px 44px rgba(30,32,35,.09);
  --font: 'Manrope', 'Inter', 'Segoe UI Variable Display', 'Segoe UI',
          -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* ---------- Basis ---------- */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }

h1, h2, h3, h4 {
  font-weight: 700; letter-spacing: -.015em; color: var(--ink); text-wrap: balance;
}
h1 { font-size: clamp(2.2rem, 4.6vw, 3.6rem); line-height: 1.12; }
h2 { font-size: clamp(1.7rem, 3vw, 2.5rem); line-height: 1.18; }
h3 { font-size: 1.12rem; line-height: 1.35; }
::selection { background: var(--gold); color: #fff; }

.wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.wrap--narrow { max-width: 820px; }
.section { padding: 104px 0; }
.section--white { background: var(--white); }
.section--tight { padding: 72px 0; }

.eyebrow {
  display: block; color: var(--gold-dark); font-weight: 700; font-size: .78rem;
  letter-spacing: .22em; text-transform: uppercase; margin-bottom: 18px;
}
.lead {
  color: var(--muted); font-size: 1.1rem; line-height: 1.7;
  max-width: 64ch; margin-top: 18px;
}
.center { text-align: center; }
.center .lead { margin-left: auto; margin-right: auto; }

/* ---------- Buttons: wenige, starke CTAs ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  border-radius: 10px; padding: 16px 30px; font-weight: 700; font-size: .95rem;
  border: 1px solid transparent; cursor: pointer; letter-spacing: .01em;
  transition: background .22s, color .22s, border-color .22s, transform .22s, box-shadow .22s;
}
.btn:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.btn svg { flex-shrink: 0; }
.btn--gold { background: var(--gold); color: #fff; }
.btn--gold:hover { background: var(--gold-dark); transform: translateY(-1px); box-shadow: var(--shadow); }
.btn--ghost { border-color: var(--line); color: var(--ink); background: var(--white); }
.btn--ghost:hover { border-color: var(--gold); color: var(--gold-dark); }
.btn--dark { background: var(--anthra); color: #fff; }
.btn--dark:hover { background: #33363b; }
.btn--sm { padding: 11px 20px; font-size: .88rem; border-radius: 9px; }

/* ---------- Obere Kontaktleiste: klein und ruhig ---------- */
.topbar {
  background: var(--bg); border-bottom: 1px solid var(--line);
  font-size: .8rem; color: var(--muted);
}
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; min-height: 40px; gap: 16px; }
.topbar-left, .topbar-right { display: flex; align-items: center; gap: 14px; }
.topbar a.icon {
  display: inline-flex; width: 26px; height: 26px; align-items: center; justify-content: center;
  color: var(--muted); border-radius: 6px; transition: color .2s;
}
.topbar a.icon:hover { color: var(--gold-dark); }
.topbar .dot { color: var(--line); }
.topbar a.tel { font-weight: 700; color: var(--ink); }
.topbar a.tel:hover { color: var(--gold-dark); }
@media (max-width: 860px) { .topbar .hide-m { display: none; } }

/* ---------- Header: elegant und ruhig ---------- */
.header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,.96); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header .wrap { display: flex; align-items: center; justify-content: space-between; height: 104px; gap: 28px; }
.brand { display: flex; align-items: center; min-width: 0; }
.brand img { width: 80px; height: 80px; display: block; }
@media (max-width: 600px) {
  .header .wrap { height: 84px; }
  .brand img { width: 64px; height: 64px; }
}

.nav { display: flex; align-items: center; gap: 30px; }
.nav > li { position: relative; }
.nav a.nav-link, .nav button.nav-link {
  font: inherit; font-weight: 600; font-size: .93rem; color: var(--ink); background: none;
  border: 0; cursor: pointer; padding: 10px 0; display: inline-flex; align-items: center; gap: 7px;
  transition: color .2s;
}
.nav a.nav-link:hover, .nav button.nav-link:hover { color: var(--gold-dark); }
.nav a[aria-current="page"] { color: var(--gold-dark); box-shadow: 0 2px 0 0 var(--gold); }
.caret { border: solid var(--gold); border-width: 0 1.8px 1.8px 0; padding: 2.4px; transform: rotate(45deg) translateY(-2px); }

.dropdown {
  position: absolute; top: calc(100% + 12px); left: -16px; min-width: 264px;
  background: var(--white); border: 1px solid var(--line); border-radius: 12px;
  box-shadow: var(--shadow-hover); padding: 10px; display: none; z-index: 70;
}
.dropdown.open { display: block; }
.dropdown a { display: block; padding: 10px 14px; border-radius: 8px; font-size: .9rem; font-weight: 600; color: var(--ink); }
.dropdown a:hover { background: var(--bg); color: var(--gold-dark); }

.header-cta { display: flex; align-items: center; gap: 14px; }
.header-cta .wa-icon {
  display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center;
  border: 1px solid var(--line); border-radius: 10px; color: var(--gold-dark); transition: border-color .2s, color .2s;
}
.header-cta .wa-icon:hover { border-color: var(--gold); }
@media (max-width: 1120px) { .nav, .header-cta .btn, .header-cta .wa-icon { display: none; } }

.burger {
  display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 10px;
  background: var(--white); cursor: pointer; align-items: center; justify-content: center; flex-direction: column; gap: 5px;
}
.burger span { width: 20px; height: 2px; background: var(--ink); transition: transform .25s, opacity .25s; }
@media (max-width: 1120px) { .burger { display: inline-flex; } }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu { display: none; background: var(--white); border-bottom: 1px solid var(--line); }
.mobile-menu.open { display: block; }
.mobile-menu nav { padding: 14px 24px 24px; max-height: calc(100vh - 150px); overflow-y: auto; }
.mobile-menu a { display: block; padding: 13px 2px; border-bottom: 1px solid var(--line); font-weight: 600; font-size: .96rem; }
.mobile-menu a:last-child { border-bottom: 0; }
.mobile-menu .group {
  font-size: .72rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold-dark); font-weight: 700; padding: 20px 0 6px;
}
.mobile-menu .m-cta { display: flex; gap: 10px; padding-top: 18px; }
.mobile-menu .m-cta .btn { flex: 1; }

/* ---------- Hero: dunkler Vollflächen-Hintergrund, Inhalt zentriert wie auf der alten Website ---------- */
.hero { background: var(--anthra); overflow: hidden; }
.hero .wrap.hero-grid {
  display: grid; grid-template-columns: 1fr; align-items: center; gap: 40px;
  padding-top: 56px; padding-bottom: 56px;
}
@media (min-width: 900px) {
  .hero .wrap.hero-grid { grid-template-columns: 1fr 1.1fr; gap: 56px; padding-top: 72px; padding-bottom: 72px; }
}

.hero-copy { display: flex; flex-direction: column; justify-content: center; }
.hero-copy .eyebrow { color: var(--gold); }
.hero-copy h1 { color: #fff; }
.hero-copy .hero-sub { color: rgba(255,255,255,.72); font-size: 1.14rem; line-height: 1.7; margin-top: 24px; max-width: 60ch; }
.hero-copy .hero-cta { margin-top: 38px; }
.hero-copy .btn--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.3); }
.hero-copy .btn--ghost:hover { border-color: var(--gold); color: var(--gold); }
.hero-copy .hero-chips { padding-bottom: 0; margin-top: 40px; }
.hero-copy .hero-chips li { color: rgba(255,255,255,.75); }

.hero-cta { display: flex; gap: 14px; margin-top: 38px; flex-wrap: wrap; }
.hero-chips { display: flex; flex-wrap: wrap; gap: 10px 30px; padding-bottom: 84px; }
.hero-chips li { display: flex; align-items: center; gap: 9px; font-size: .9rem; font-weight: 600; color: var(--muted); }
.hero-chips svg { color: var(--gold); flex-shrink: 0; }

.hero-media { display: flex; align-items: center; justify-content: center; }
.hero-media img {
  max-width: 100%; width: auto; height: auto; max-height: 420px;
  object-fit: contain; display: block; margin: 0 auto;
}
@media (min-width: 900px) {
  .hero-media img { max-height: 480px; }
}

/* ---------- Vertrauensbereich: große Zahlen ---------- */
.stats { display: grid; gap: 40px; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); margin-top: 56px; }
.stat { border-left: 2px solid var(--gold); padding-left: 22px; }
.stat .big { display: block; font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 800; letter-spacing: -.02em; line-height: 1.1; }
.stat .label { color: var(--muted); font-size: .95rem; margin-top: 8px; display: block; }

/* ---------- Karten: elegant, luftig ---------- */
.grid { display: grid; gap: 22px; margin-top: 56px; }
.grid--2 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.grid--3 { grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); }
.grid--4 { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }

.card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 34px 30px; box-shadow: var(--shadow);
  transition: transform .28s, box-shadow .28s, border-color .28s;
}
a.card:hover, .card--hover:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); border-color: var(--gold); }
.card h3 { margin-bottom: 10px; }
.card p { color: var(--muted); font-size: .94rem; line-height: 1.65; }
.card .more { color: var(--gold-dark); font-weight: 700; font-size: .88rem; display: inline-flex; align-items: center; gap: 7px; margin-top: 18px; }

.icon-dot {
  width: 44px; height: 44px; border-radius: 50%; background: var(--bg);
  border: 1px solid var(--line); display: flex; align-items: center; justify-content: center;
  color: var(--gold); margin-bottom: 22px;
}

/* Kompakte Leistungs-Kacheln */
.tile {
  background: var(--white); border: 1px solid var(--line); border-radius: 12px;
  padding: 22px 24px; display: flex; align-items: center; gap: 16px;
  box-shadow: var(--shadow); transition: transform .25s, border-color .25s, box-shadow .25s;
}
.tile:hover { transform: translateY(-3px); border-color: var(--gold); box-shadow: var(--shadow-hover); }
.tile svg { color: var(--gold); flex-shrink: 0; }
.tile span { font-weight: 700; font-size: .95rem; }
.tile .sub { display: block; font-weight: 500; font-size: .8rem; color: var(--muted); margin-top: 2px; }

/* Nummerierte Schritte */
.step-num { font-size: 1.9rem; font-weight: 800; color: var(--gold); display: block; margin-bottom: 14px; letter-spacing: -.02em; }

/* Check-Listen */
.checklist { display: grid; gap: 14px; margin-top: 22px; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; font-size: .96rem; }
.checklist svg { color: var(--gold); flex-shrink: 0; margin-top: 4px; }

/* ---------- Seiten-Hero (Unterseiten) ---------- */
.page-hero { background: var(--white); border-bottom: 1px solid var(--line); }
.page-hero .wrap { padding-top: 40px; padding-bottom: 72px; }
.page-hero h1 { max-width: 22ch; }
.page-hero .hero-sub { color: var(--muted); font-size: 1.1rem; line-height: 1.7; margin-top: 22px; max-width: 60ch; }
.page-hero .hero-cta { margin-top: 34px; }
.page-hero .hero-chips { padding-bottom: 0; margin-top: 36px; }

.breadcrumb { font-size: .82rem; color: var(--muted); margin-bottom: 34px; display: flex; flex-wrap: wrap; gap: 8px; }
.breadcrumb a:hover { color: var(--gold-dark); }
.breadcrumb .sep { color: var(--line); }
.breadcrumb [aria-current] { color: var(--gold-dark); font-weight: 600; }

/* ---------- Zweispalter ---------- */
.split { display: grid; gap: 48px; }
@media (min-width: 980px) { .split { grid-template-columns: 1fr 360px; align-items: start; } }
.prose { max-width: 66ch; }
.prose p { color: var(--muted); margin-bottom: 22px; font-size: 1.04rem; line-height: 1.75; }
.prose p strong { color: var(--ink); }
.prose h2 { font-size: 1.55rem; margin: 36px 0 14px; }

.aside-card { position: sticky; top: 132px; }
.aside-card .btn { width: 100%; margin-bottom: 10px; }
.aside-meta { border-top: 1px solid var(--line); margin-top: 18px; padding-top: 18px; display: grid; gap: 12px; font-size: .86rem; color: var(--muted); }
.aside-meta li { display: flex; gap: 10px; align-items: flex-start; }
.aside-meta svg { color: var(--gold); flex-shrink: 0; margin-top: 2px; }

/* ---------- Großes Zitat (Bewertungen) ---------- */
.pullquote {
  max-width: 780px; margin: 64px auto 0; text-align: center;
}
.pullquote blockquote {
  font-size: clamp(1.3rem, 2.4vw, 1.75rem); font-weight: 600; line-height: 1.5;
  letter-spacing: -.01em; color: var(--ink);
}
.pullquote blockquote::before { content: '„'; color: var(--gold); font-size: 1.4em; }
.pullquote blockquote::after { content: '“'; color: var(--gold); font-size: 1.4em; }
.pullquote cite { display: block; margin-top: 22px; font-style: normal; font-size: .9rem; color: var(--muted); }

/* ---------- Google-Bewertungen (Startseite) ---------- */
.reviews-card { max-width: 420px; padding: 32px 30px; text-align: center; }
.reviews-stars { display: flex; justify-content: center; gap: 4px; color: var(--gold); }
.reviews-google { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 12px; font-weight: 700; color: var(--ink); font-size: .95rem; }
.reviews-card .btn { margin-top: 20px; }

/* Bereit für einzelne Bewertungs-Karten, sobald echte Google-Rezensionen vorliegen (siehe Kommentar im HTML) */
.reviews-grid { display: grid; gap: 22px; margin-top: 32px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .reviews-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 960px) { .reviews-grid { grid-template-columns: repeat(3, 1fr); } }
.review-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px 22px; box-shadow: var(--shadow); text-align: left; display: flex; flex-direction: column;
}
.review-card .reviews-stars { justify-content: flex-start; margin-bottom: 12px; }
.review-card .reviews-stars svg { width: 15px; height: 15px; }
.review-card .review-text { color: var(--ink); font-size: .93rem; line-height: 1.6; flex: 1; margin-bottom: 16px; }
.review-card .review-meta {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  font-size: .78rem; color: var(--muted); border-top: 1px solid var(--line); padding-top: 12px;
}
.review-card .review-author { font-weight: 700; color: var(--ink); }
.review-card .review-source { display: flex; align-items: center; gap: 5px; white-space: nowrap; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 780px; margin-top: 48px; }
.faq-list details {
  background: var(--white); border: 1px solid var(--line); border-radius: 12px;
  padding: 6px 26px; margin-bottom: 12px;
}
.faq-list details[open] { border-color: var(--gold); }
.faq-list summary {
  cursor: pointer; font-weight: 700; font-size: 1rem; padding: 18px 0; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: '+'; width: 28px; height: 28px; border: 1px solid var(--gold); color: var(--gold);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-weight: 500; transition: transform .2s;
}
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { color: var(--muted); padding-bottom: 22px; font-size: .96rem; line-height: 1.7; }

/* ---------- CTA-Band ---------- */
.cta-band { background: var(--anthra); color: #fff; }
.cta-band .wrap { padding: 96px 24px; text-align: center; }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,.72); max-width: 56ch; margin: 20px auto 0; font-size: 1.05rem; line-height: 1.7; }
.cta-band .hero-cta { justify-content: center; margin-top: 38px; }
.cta-band .fineprint { margin-top: 30px; font-size: .82rem; color: rgba(255,255,255,.5); }

/* ---------- Standort ---------- */
.location-grid { display: grid; gap: 26px; margin-top: 56px; }
@media (min-width: 960px) { .location-grid { grid-template-columns: 1.05fr .95fr; } }
.map-consent {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  min-height: 280px; display: flex; flex-direction: column; align-items: center;
  justify-content: center; text-align: center; padding: 34px; gap: 16px;
}
.map-consent p { color: var(--muted); font-size: .88rem; max-width: 380px; line-height: 1.6; }

/* ---------- Kontakt: Reparaturformular + Google-Maps-Einbettung ---------- */
.contact-grid { display: grid; gap: 32px; margin-top: 48px; }
@media (min-width: 960px) { .contact-grid { grid-template-columns: 1.15fr .95fr; align-items: stretch; } }

.form-card { padding: 38px 34px; display: flex; flex-direction: column; }
@media (max-width: 560px) { .form-card { padding: 26px 20px; } }
.form-intro { color: var(--muted); font-size: .86rem; margin: 4px 0 22px; }
.req-mark { color: var(--gold-dark); }

.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.form-row { display: grid; gap: 18px; grid-template-columns: 1fr; margin-bottom: 18px; }
@media (min-width: 560px) { .form-row { grid-template-columns: 1fr 1fr; } }
.form-group { margin-bottom: 18px; }
.form-row .form-group { margin-bottom: 0; }
.form-group label, .form-group legend {
  display: block; font-weight: 700; font-size: .9rem; margin-bottom: 8px; color: var(--ink);
}
.form-group input[type="text"], .form-group input[type="tel"], .form-group input[type="email"],
.form-group select, .form-group textarea {
  width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 10px;
  background: var(--bg); font: inherit; font-size: .95rem; color: var(--ink);
  transition: border-color .2s, box-shadow .2s, background .2s;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(198,146,20,.15); background: var(--white);
}
.form-group select { cursor: pointer; }
.form-group textarea { resize: vertical; min-height: 110px; }

.radio-group { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 2px; }
.radio-option { display: flex; align-items: center; gap: 8px; font-weight: 600; font-size: .92rem; color: var(--ink); cursor: pointer; }
.radio-option input { accent-color: var(--gold); width: 17px; height: 17px; }

.checkbox-option { display: flex; align-items: flex-start; gap: 10px; font-size: .87rem; color: var(--muted); line-height: 1.55; cursor: pointer; }
.checkbox-option input { accent-color: var(--gold); width: 17px; height: 17px; margin-top: 2px; flex-shrink: 0; }
.checkbox-option a { color: var(--gold-dark); text-decoration: underline; }

.form-success, .form-error {
  display: flex; gap: 10px; align-items: flex-start; padding: 14px 18px; border-radius: 10px;
  font-size: .9rem; font-weight: 600; margin-bottom: 18px; border: 1px solid var(--line); background: var(--white);
}
.form-success[hidden], .form-error[hidden] { display: none; }
.form-success { border-left: 4px solid #2f8f3b; color: var(--ink); }
.form-error { border-left: 4px solid #c23b32; color: var(--ink); }

.contact-map-col { display: flex; flex-direction: column; gap: 20px; }
.map-embed {
  position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow);
  border: 1px solid var(--line); height: 380px; flex-shrink: 0;
}
.map-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; }
@media (min-width: 960px) { .map-embed { height: 520px; flex: 1 1 auto; } }
.map-info-card { padding: 26px 28px; }

figure.framed { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); }
figure.framed figcaption { background: var(--white); padding: 16px 22px; font-size: .84rem; color: var(--muted); border-top: 1px solid var(--line); }

/* ---------- Footer ---------- */
.footer { background: var(--anthra); color: rgba(255,255,255,.75); font-size: .92rem; }
.footer-grid { display: grid; gap: 44px; padding: 84px 0 48px; }
@media (min-width: 800px) { .footer-grid { grid-template-columns: 1.25fr 1fr 1fr 1.25fr; } }
.footer h4 { color: var(--gold); font-size: .74rem; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 18px; }
.footer ul { display: grid; gap: 10px; }
.footer a:hover { color: var(--gold); }
.footer .f-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.footer .f-brand img { width: 48px; height: 48px; }
.footer .f-brand b { color: #fff; font-size: .98rem; letter-spacing: .02em; }
.footer .f-brand b span { color: var(--gold); }
.footer .claim { color: var(--gold); font-weight: 700; margin-top: 16px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1); padding: 22px 0; display: flex;
  justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: .8rem; color: rgba(255,255,255,.55);
}
.footer address { font-style: normal; }
.footer li { display: flex; gap: 10px; align-items: flex-start; }
.footer li svg { color: var(--gold); flex-shrink: 0; margin-top: 3px; }

/* ---------- Mobile Kontaktleiste ---------- */
.mobile-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 80; display: none;
  grid-template-columns: 1fr 1fr; box-shadow: 0 -4px 20px rgba(30,32,35,.14);
}
.mobile-bar a { padding: 16px; text-align: center; font-weight: 700; font-size: .92rem; display: flex; align-items: center; justify-content: center; gap: 9px; }
.mobile-bar .call { background: var(--gold); color: #fff; }
.mobile-bar .wa { background: var(--anthra); color: #fff; }
.mobile-bar .wa svg { color: var(--gold); }
@media (max-width: 767px) {
  .mobile-bar { display: grid; }
  body { padding-bottom: 56px; }
}

/* ---------- Dezente Einblende-Animation ---------- */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(14px); transition: opacity .7s ease, transform .7s ease; }
  .reveal.visible { opacity: 1; transform: none; }
}

/* ---------- Hilfsklassen ---------- */
.skip-link {
  position: absolute; left: -9999px; top: 12px; z-index: 100; background: var(--gold);
  color: #fff; font-weight: 700; padding: 10px 18px; border-radius: 8px;
}
.skip-link:focus { left: 12px; }
.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;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
