/* ==========================================================================
   LILIENTHALER ANTIQUITÄTENHANDEL — Stylesheet
   --------------------------------------------------------------------------
   Aufbau:
   01  Design-Tokens (Farben, Typografie, Abstände)
   02  Fonts & Reset
   03  Basis-Typografie
   04  Layout-Utilities (Container, Sektionen, Ornamente)
   05  Buttons & Links
   06  Topbar & Header (inkl. Logo, Navigation, Mobilmenü)
   07  Hero
   08  Vertrauens-Leiste
   09  Warum wir (Vorteilskarten)
   10  CTA-Bänder
   11  Leistungen (Split-Sektionen)
   12  Kostenlose Erstbewertung (Schritte, dunkel)
   13  Ankaufsliste (Kartenraster)
   14  Ablauf (5 Schritte)
   15  Vertrauen & Über uns (dunkel)
   16  FAQ (Akkordeon)
   17  Kontakt & Karte (2-Klick-Lösung)
   18  Footer
   20  Sticky-CTA-Leiste (Mobil)
   21  Unterseiten (Impressum / Datenschutz / 404)
   22  Animationen, Motion-Preferences, Print
   ========================================================================== */

/* --------------------------------------------------------------------------
   01 · DESIGN-TOKENS
   -------------------------------------------------------------------------- */
:root {
  /* Anthrazit & Schwarz */
  --ink-950: #0e0e10;
  --ink-900: #151517;
  --ink-850: #1b1b1e;
  --ink-800: #232327;
  --ink-750: #2c2c31;

  /* Warmes Weiß (Papier) */
  --paper:   #faf8f2;
  --paper-2: #f2eee2;
  --white:   #ffffff;

  /* Gold */
  --gold-100: #f1e5c3;
  --gold-200: #e6d3a0;
  --gold-300: #d7bc7c;
  --gold-400: #c8a55c;
  --gold-500: #b9924a;
  --gold-600: #97763a;
  --gold-700: #775c26;

  /* Text */
  --text-dark:      #262319;
  --text-dark-mut:  #5f5947;
  --text-light:     #f4f1e8;
  --text-light-mut: #bcb7a6;

  /* Linien */
  --line-dark:      rgba(255, 255, 255, .10);
  --line-gold-dark: rgba(200, 165, 92, .40);
  --line-light:     #e3dcc8;

  /* Typografie — klassische Renaissance-Antiqua (Garamond) */
  --font-display: 'Cormorant Garamond', 'EB Garamond', Georgia, 'Times New Roman', serif;
  --font-body: 'EB Garamond', Georgia, 'Times New Roman', serif;

  /* Maße */
  --container: 1180px;
  --container-narrow: 860px;
  --header-h: 4.25rem;
  --radius: 4px;
  --shadow-card: 0 10px 30px rgba(20, 18, 10, .10);
  --shadow-gold: 0 8px 24px rgba(160, 125, 50, .28);
}

/* --------------------------------------------------------------------------
   02 · FONTS & RESET
   -------------------------------------------------------------------------- */
/* Überschriften — Cormorant Garamond (elegante, hohe Renaissance-Antiqua) */
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../assets/fonts/cormorant-garamond-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  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: 'Cormorant Garamond';
  src: url('../assets/fonts/cormorant-garamond-latin-500-italic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  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;
}
/* Fließtext — EB Garamond (echte Garamond von 1592, variabel 400–700) */
@font-face {
  font-family: 'EB Garamond';
  src: url('../assets/fonts/eb-garamond-latin-var.woff2') format('woff2');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
  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: 'EB Garamond';
  src: url('../assets/fonts/eb-garamond-latin-italic-var.woff2') format('woff2');
  font-weight: 400 500;
  font-style: italic;
  font-display: swap;
  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;
}

*,
*::before,
*::after { box-sizing: border-box; }

* { margin: 0; }

html {
  /* Größere Grundschrift für bessere Lesbarkeit – Zielgruppe sind v. a. ältere
     Menschen. Als % gesetzt, damit die Browser-Schriftgröße des Nutzers respektiert
     wird. Skaliert alle rem-Größen (Text, Buttons, Öffnungszeiten) proportional. */
  font-size: 115%;
  -webkit-text-size-adjust: 100%;
  /* Anker-Sprünge landen unterhalb des Sticky-Headers */
  scroll-padding-top: calc(var(--header-h) + 1.5rem);
}
/* Sanftes Scrollen erst nach dem Laden (JS setzt .smooth):
   Deep-Links wie /#kontakt springen so sofort an die richtige Stelle. */
html.smooth { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  font-size: 1.15rem;
  line-height: 1.7;
  color: var(--text-dark);
  background: var(--paper);
  text-rendering: optimizeLegibility;
  /* Lange deutsche Komposita dürfen niemals aus ihrer Box laufen */
  overflow-wrap: break-word;
}

img, svg, iframe { display: block; max-width: 100%; }
img { height: auto; }

ul[class], ol[class] { padding: 0; list-style: none; }

::selection { background: var(--gold-400); color: var(--ink-950); }

:focus-visible {
  outline: 2px solid var(--gold-400);
  outline-offset: 3px;
  border-radius: 2px;
}

/* Skip-Link für Tastatur-Nutzer */
.skip-link {
  position: absolute;
  top: -100px;
  left: 1rem;
  z-index: 100;
  padding: .75rem 1.25rem;
  background: var(--gold-400);
  color: var(--ink-950);
  font-weight: bold;
  text-decoration: none;
  border-radius: var(--radius);
  transition: top .2s ease;
}
.skip-link:focus { top: 1rem; }

/* --------------------------------------------------------------------------
   03 · BASIS-TYPOGRAFIE
   -------------------------------------------------------------------------- */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: .005em;
  text-wrap: balance;
}

h1 { font-size: clamp(2.15rem, 5.2vw + .5rem, 3.75rem); }
h2 { font-size: clamp(1.7rem, 2.9vw + .5rem, 2.65rem); }
h3 { font-size: clamp(1.2rem, 1vw + .8rem, 1.5rem); }

p + p { margin-top: 1em; }

a { color: var(--gold-700); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--gold-600); }

strong { color: inherit; }

/* Kicker: kleine goldene Überzeile in Kapitälchen-Optik */
.kicker {
  display: block;
  margin-bottom: .9rem;
  font-size: .78rem;
  font-weight: bold;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--gold-700);
}
.on-dark .kicker { color: var(--gold-300); }

.lead {
  font-size: clamp(1.05rem, .6vw + .95rem, 1.2rem);
  color: var(--text-dark-mut);
}
.on-dark .lead, .on-dark p { color: var(--text-light-mut); }
.on-dark h1, .on-dark h2, .on-dark h3 { color: var(--text-light); }

/* --------------------------------------------------------------------------
   04 · LAYOUT-UTILITIES
   -------------------------------------------------------------------------- */
.container {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 4vw, 2rem);
}
.container--narrow { max-width: var(--container-narrow); }

.section { padding-block: clamp(3.75rem, 8vw, 6.25rem); }
.section--tight { padding-block: clamp(2.5rem, 5vw, 3.75rem); }

.bg-paper   { background: var(--paper); }
.bg-paper-2 { background: var(--paper-2); }
.bg-white   { background: var(--white); }
.on-dark    { background: var(--ink-900); color: var(--text-light-mut); }

/* Zentrierter Sektionskopf */
.section-head {
  max-width: 720px;
  margin-inline: auto;
  margin-bottom: clamp(2.5rem, 5vw, 3.75rem);
  text-align: center;
}
.section-head h2 { margin-bottom: 1rem; }

/* Ornament: Linie — Raute — Linie (wie auf Schild & Flyer) */
.flourish {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .8rem;
  margin: 1.1rem auto 1.35rem;
  color: var(--gold-500);
}
.flourish::before,
.flourish::after {
  content: "";
  height: 1px;
  width: clamp(42px, 6vw, 72px);
  background: linear-gradient(90deg, transparent, currentColor);
}
.flourish::after { background: linear-gradient(90deg, currentColor, transparent); }
.flourish .diamond {
  width: 7px;
  height: 7px;
  flex: none;
  transform: rotate(45deg);
  border: 1px solid currentColor;
}
.flourish--left { justify-content: flex-start; margin-inline: 0; }
.flourish--left::before { display: none; }

/* Häkchen-Listen */
.checklist { display: grid; gap: .65rem; margin-top: 1.35rem; }
.checklist li {
  display: flex;
  gap: .7rem;
  align-items: flex-start;
  line-height: 1.55;
}
.checklist .icon {
  flex: none;
  width: 1.2rem;
  height: 1.2rem;
  margin-top: .22em;
  color: var(--gold-600);
}
.on-dark .checklist .icon { color: var(--gold-400); }

.icon { width: 1.5rem; height: 1.5rem; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.icon--sm { width: 1.1rem; height: 1.1rem; }

/* --------------------------------------------------------------------------
   05 · BUTTONS
   -------------------------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  padding: .9em 1.5em;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-size: .95rem;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn .icon { width: 1.15rem; height: 1.15rem; }

.btn--gold {
  background: linear-gradient(180deg, var(--gold-300), var(--gold-500));
  border-color: var(--gold-600);
  color: #1c1607;
  box-shadow: var(--shadow-gold);
}
.btn--gold:hover { background: linear-gradient(180deg, var(--gold-200), var(--gold-400)); color: #1c1607; }

.btn--outline {
  border-color: var(--line-gold-dark);
  color: var(--gold-200);
  background: transparent;
}
.btn--outline:hover { background: rgba(200, 165, 92, .10); color: var(--gold-100); border-color: var(--gold-400); }

.btn--dark {
  background: var(--ink-900);
  border-color: var(--ink-950);
  color: var(--paper);
}
.btn--dark:hover { background: var(--ink-950); color: var(--gold-200); }

.btn--lg { padding: 1.05em 1.9em; font-size: 1.05rem; }
.btn--sm { padding: .6em 1.1em; font-size: .85rem; }

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: .9rem;
  margin-top: 1.75rem;
}
.btn-row--center { justify-content: center; }

/* Hinweiszeile unter Buttons */
.btn-note {
  margin-top: .9rem;
  font-size: .88rem;
  color: var(--text-dark-mut);
}
.on-dark .btn-note { color: var(--text-light-mut); }

/* --------------------------------------------------------------------------
   06 · TOPBAR & HEADER
   -------------------------------------------------------------------------- */
.topbar {
  display: none;
  background: var(--ink-950);
  border-bottom: 1px solid var(--line-dark);
  color: var(--text-light-mut);
  font-size: .8rem;
}
.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 2.4rem;
}
.topbar__info { display: flex; align-items: center; gap: 1.6rem; }
.topbar__info span { display: inline-flex; align-items: center; gap: .45rem; }
.topbar__info .icon { width: .95rem; height: .95rem; color: var(--gold-500); }
.topbar__right { display: flex; align-items: center; gap: 1.1rem; }
.topbar a { color: var(--text-light-mut); text-decoration: none; }
.topbar a:hover { color: var(--gold-300); }
.topbar__tel { font-weight: bold; color: var(--gold-300) !important; letter-spacing: .03em; }

.social-links { display: flex; align-items: center; gap: .35rem; }
.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  color: var(--text-light-mut);
  text-decoration: none;
  transition: color .15s ease, background-color .15s ease;
}
.social-links a:hover { color: var(--gold-300); background: rgba(200, 165, 92, .12); }
.social-links .icon { width: 1.05rem; height: 1.05rem; }

/* Header */
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(14, 14, 16, .92);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line-dark);
  transition: box-shadow .25s ease;
}
.header.is-scrolled { box-shadow: 0 8px 30px rgba(0, 0, 0, .45); }
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: var(--header-h);
}

/* Logo (Textmarke wie auf dem Ladenschild) */
.brand {
  display: inline-flex;
  flex-direction: column;
  gap: .3rem;
  text-decoration: none;
  color: var(--text-light);
  min-width: 0;
}
.brand__name {
  font-family: var(--font-display);
  font-weight: 600;
  /* Etwas schmaler auf Mobil → mehr Luft zum Menü-Icon (Desktop unverändert) */
  font-size: clamp(.78rem, 2.4vw, 1rem);
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
  color: #f5f2e8;
}
.brand__sub {
  display: flex;
  align-items: center;
  gap: .55rem;
  font-size: .58rem;
  letter-spacing: .4em;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--gold-400);
}
.brand__sub::before,
.brand__sub::after {
  content: "";
  height: 1px;
  flex: 1;
  background: currentColor;
  opacity: .55;
}

/* Desktop-Navigation */
.nav { display: none; }
.nav ul {
  display: flex;
  align-items: center;
  gap: clamp(.9rem, 1.2vw, 1.35rem);
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav a {
  font-size: .78rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-decoration: none;
  color: #d9d5c9;
  padding: .4rem 0;
  border-bottom: 1px solid transparent;
  transition: color .15s ease, border-color .15s ease;
}
.nav a:hover { color: var(--gold-200); }
.nav a[aria-current="true"] { color: var(--gold-300); border-bottom-color: var(--gold-500); }

.header__actions { display: flex; align-items: center; gap: 1rem; }

/* Telefonblock im Header (Desktop) — Anforderung: Telefon permanent sichtbar */
.header__tel {
  display: none;
  align-items: center;
  gap: .65rem;
  text-decoration: none;
  white-space: nowrap;
  color: var(--text-light);
}
.header__tel .icon { width: 1.5rem; height: 1.5rem; color: var(--gold-400); }
.header__tel-label { display: block; font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; color: var(--text-light-mut); }
.header__tel-number { display: block; font-weight: bold; font-size: 1.02rem; letter-spacing: .02em; color: var(--gold-200); }
.header__tel:hover .header__tel-number { color: var(--gold-100); }

.header__cta { display: none; }

/* Burger-Button (Mobil) */
.nav-toggle {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 44px;
  height: 44px;
  padding: 0;
  background: transparent;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  cursor: pointer;
}
.nav-toggle span {
  width: 20px;
  height: 2px;
  background: var(--gold-300);
  transition: transform .25s ease, opacity .25s ease;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* Mobilmenü */
.mobile-menu {
  position: fixed;
  top: var(--header-h);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  overflow-y: auto;
  padding: 1.5rem clamp(1.25rem, 4vw, 2rem) 7rem;
  background: rgba(12, 12, 14, .98);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
}
.mobile-menu.is-open { opacity: 1; visibility: visible; transform: none; }
.mobile-menu nav ul { display: grid; margin: 0; padding: 0; list-style: none; }
.mobile-menu nav a {
  display: block;
  padding: .85rem .25rem;
  font-family: var(--font-display);
  font-size: 1.18rem;
  color: var(--text-light);
  text-decoration: none;
  border-bottom: 1px solid var(--line-dark);
}
.mobile-menu nav a:hover { color: var(--gold-300); }
.mobile-menu .btn-row { margin-top: 1.5rem; }
.mobile-menu .btn { width: 100%; }
.mobile-menu__social {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line-dark);
  text-align: center;
}
.mobile-menu__social p {
  margin-bottom: .9rem;
  font-size: .78rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--text-light-mut);
}
.mobile-menu__social .social-links { justify-content: center; gap: 1rem; }
.mobile-menu__social .social-links a {
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--line-gold-dark);
  color: var(--gold-300);
}
body.no-scroll { overflow: hidden; }

@media (min-width: 62em) {
  .topbar { display: block; }
  .nav { display: block; }
  .nav-toggle, .mobile-menu { display: none; }
  .header__cta { display: inline-flex; }
}
@media (min-width: 75em) {
  .header__tel { display: flex; }
}

/* --------------------------------------------------------------------------
   07 · HERO
   -------------------------------------------------------------------------- */
.hero {
  position: relative;
  background:
    radial-gradient(1100px 520px at 18% -10%, rgba(200, 165, 92, .09), transparent 60%),
    radial-gradient(900px 600px at 100% 110%, rgba(200, 165, 92, .06), transparent 55%),
    var(--ink-900);
  color: var(--text-light-mut);
  overflow: hidden;
}
.hero__inner {
  display: grid;
  gap: clamp(2.25rem, 5vw, 3.5rem);
  padding-block: clamp(3.25rem, 7vw, 5.75rem);
}
.hero h1 { color: var(--text-light); margin-bottom: 1.4rem; }
.hero h1 .accent {
  display: block;
  margin-top: .12em;
  font-style: italic;
  font-weight: 500;
  font-size: .82em;
  color: var(--gold-300);
}
.hero .lead { max-width: 56ch; }
/* Hero-CTAs: identische Breite & Höhe (nebeneinander auf Desktop, gestapelt auf Mobil) */
.hero .btn-row { margin-top: 2rem; }
.hero .btn-row .btn { flex: 1 1 240px; }

.hero__checks {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem 1.5rem;
  margin-top: 1.6rem;
  font-size: .92rem;
  color: var(--text-light-mut);
}
.hero__checks li { display: inline-flex; align-items: center; gap: .5rem; }
.hero__checks .icon { width: 1.05rem; height: 1.05rem; color: var(--gold-400); }

/* Bild im "Goldrahmen" */
.frame { position: relative; }
.frame img {
  width: 100%;
  border: 1px solid var(--line-gold-dark);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .45);
}
.frame::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(200, 165, 92, .35);
  pointer-events: none;
}
.frame__caption {
  position: absolute;
  left: 1.1rem;
  bottom: 1.1rem;
  padding: .55rem .95rem;
  background: rgba(14, 14, 16, .88);
  border: 1px solid var(--line-gold-dark);
  font-size: .8rem;
  letter-spacing: .06em;
  color: var(--gold-200);
}

@media (min-width: 56em) {
  .hero__inner {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
    align-items: center;
  }
}

/* --------------------------------------------------------------------------
   08 · VERTRAUENS-LEISTE (unter dem Hero, Wortlaut wie Flyer)
   -------------------------------------------------------------------------- */
.trustbar {
  background: var(--ink-950);
  border-top: 1px solid var(--line-gold-dark);
  border-bottom: 1px solid var(--line-gold-dark);
  color: var(--text-light);
}
.trustbar__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line-dark);
}
.trustbar__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .6rem;
  padding: 1.4rem .75rem;
  background: var(--ink-950);
  text-align: center;
}
.trustbar__item .icon {
  width: 2.4rem;
  height: 2.4rem;
  padding: .5rem;
  border: 1px solid var(--line-gold-dark);
  border-radius: 50%;
  color: var(--gold-300);
}
.trustbar__item span {
  font-size: .74rem;
  font-weight: bold;
  letter-spacing: .16em;
  text-transform: uppercase;
}
@media (min-width: 56em) {
  .trustbar__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* --------------------------------------------------------------------------
   09 · WARUM WIR
   -------------------------------------------------------------------------- */
.benefits {
  display: grid;
  gap: 1.25rem;
}
.benefit {
  padding: 1.75rem 1.5rem;
  background: var(--white);
  border: 1px solid var(--line-light);
  border-top: 3px solid var(--gold-400);
  box-shadow: var(--shadow-card);
}
.benefit .icon {
  width: 2.9rem;
  height: 2.9rem;
  padding: .65rem;
  margin-bottom: 1.1rem;
  border: 1px solid var(--gold-400);
  border-radius: 50%;
  color: var(--gold-600);
}
.benefit h3 { margin-bottom: .5rem; }
.benefit p { font-size: .95rem; color: var(--text-dark-mut); }
@media (min-width: 40em) { .benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 62em) { .benefits { grid-template-columns: repeat(3, minmax(0, 1fr)); } }

/* --------------------------------------------------------------------------
   10 · CTA-BÄNDER
   -------------------------------------------------------------------------- */
.cta-band {
  background:
    radial-gradient(700px 300px at 85% 120%, rgba(200, 165, 92, .12), transparent 60%),
    var(--ink-900);
  border-block: 1px solid var(--line-gold-dark);
  color: var(--text-light-mut);
}
.cta-band__inner {
  display: grid;
  gap: 1.5rem;
  align-items: center;
  padding-block: clamp(2.25rem, 4vw, 3rem);
  text-align: center;
}
.cta-band h2 { font-size: clamp(1.35rem, 2vw + .5rem, 1.8rem); color: var(--text-light); }
.cta-band p { margin-top: .4rem; }
.cta-band .btn-row { margin-top: 0; justify-content: center; }
@media (min-width: 62em) {
  .cta-band__inner { grid-template-columns: 1fr auto; text-align: left; }
  .cta-band .btn-row { justify-content: flex-end; }
}

/* --------------------------------------------------------------------------
   11 · LEISTUNGEN (Split-Sektionen)
   -------------------------------------------------------------------------- */
.service {
  padding-block: clamp(3rem, 6vw, 4.75rem);
  border-top: 1px solid var(--line-light);
}
.service:first-of-type { border-top: 0; }
.service__grid {
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.service h2 { margin-bottom: 1.1rem; }
.service .btn-row { margin-top: 1.6rem; }
.service__media { order: -1; }

@media (min-width: 56em) {
  .service__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service__media { order: 0; }
  .service--flip .service__media { order: -1; }
}

/* --------------------------------------------------------------------------
   12 · KOSTENLOSE ERSTBEWERTUNG (Conversion-Sektion, dunkel)
   -------------------------------------------------------------------------- */
.valuation {
  background:
    radial-gradient(1000px 500px at 50% -20%, rgba(200, 165, 92, .10), transparent 60%),
    var(--ink-900);
  border-block: 1px solid var(--line-gold-dark);
}
.steps {
  counter-reset: step;
  display: grid;
  gap: 1.1rem;
  margin-top: clamp(2rem, 4vw, 3rem);
}
.step {
  position: relative;
  padding: 1.6rem 1.4rem 1.5rem;
  background: var(--ink-850);
  border: 1px solid var(--line-dark);
  border-top: 2px solid var(--gold-500);
}
.step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  margin-bottom: 1rem;
  border: 1px solid var(--gold-400);
  border-radius: 50%;
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--gold-300);
}
.step h3 { font-size: 1.1rem; margin-bottom: .45rem; }
.step p { font-size: .92rem; }
@media (min-width: 48em) { .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 68em) { .steps { grid-template-columns: repeat(5, minmax(0, 1fr)); } }

.valuation__cta { margin-top: clamp(2.25rem, 4vw, 3rem); text-align: center; }

/* --------------------------------------------------------------------------
   13 · ANKAUFSLISTE
   -------------------------------------------------------------------------- */
.buy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.buy-card {
  padding: 1.35rem 1.1rem 1.2rem;
  background: var(--white);
  border: 1px solid var(--line-light);
  text-align: center;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.buy-card:hover {
  border-color: var(--gold-400);
  transform: translateY(-3px);
  box-shadow: var(--shadow-card);
}
.buy-card .icon {
  width: 2.1rem;
  height: 2.1rem;
  margin: 0 auto .75rem;
  color: var(--gold-600);
  stroke-width: 1.5;
}
.buy-card h3 { font-size: 1.02rem; margin-bottom: .3rem; hyphens: auto; }
.buy-card p { font-size: .9rem; line-height: 1.55; color: var(--text-dark-mut); }
@media (min-width: 40em)  { .buy-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 56em)  { .buy-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (min-width: 75em)  { .buy-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); } }

.buy-note {
  margin-top: 1.75rem;
  text-align: center;
  font-size: .88rem;
  color: var(--text-dark-mut);
}

/* --------------------------------------------------------------------------
   14 · ABLAUF (5 Schritte, hell)
   -------------------------------------------------------------------------- */
.process {
  display: grid;
  gap: 2rem;
  margin-top: clamp(2rem, 4vw, 3rem);
}
.process__step {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.15rem;
  align-items: start;
}
.process__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  border: 1px solid var(--gold-500);
  border-radius: 50%;
  background: var(--white);
  color: var(--gold-600);
  box-shadow: 0 0 0 6px rgba(200, 165, 92, .12);
}
.process__icon .icon { width: 1.5rem; height: 1.5rem; }
.process__label {
  font-size: .72rem;
  font-weight: bold;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold-700);
}
.process__step h3 { margin: .15rem 0 .35rem; }
.process__step p { font-size: .95rem; color: var(--text-dark-mut); }

/* Verbindungslinie zwischen den Schritten */
.process__step:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 1.7rem;
  top: 3.6rem;
  bottom: -1.85rem;
  width: 1px;
  background: linear-gradient(180deg, var(--gold-400), rgba(200, 165, 92, .15));
}

@media (min-width: 68em) {
  .process { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1.5rem; }
  .process__step { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .process__step:not(:last-child)::before {
    left: calc(50% + 2.4rem);
    right: calc(-50% + 2.4rem);
    top: 1.7rem;
    bottom: auto;
    width: auto;
    height: 1px;
    background: linear-gradient(90deg, var(--gold-400), rgba(200, 165, 92, .2));
  }
}

/* --------------------------------------------------------------------------
   15 · VERTRAUEN & ÜBER UNS (dunkel)
   -------------------------------------------------------------------------- */
.trust-section {
  background:
    radial-gradient(900px 480px at 12% 0%, rgba(200, 165, 92, .08), transparent 55%),
    var(--ink-900);
}
.motto {
  max-width: 780px;
  margin: 0 auto clamp(2.75rem, 5vw, 4rem);
  text-align: center;
}
.motto blockquote p {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3.4vw + .5rem, 2.7rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.3;
  color: var(--gold-200);
}
.motto figcaption {
  margin-top: 1rem;
  font-size: .85rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--text-light-mut);
}

.trust-values {
  display: grid;
  gap: 1rem;
  margin-bottom: clamp(2.75rem, 5vw, 4rem);
}
.trust-values li {
  display: grid;
  gap: .2rem;
  padding: .9rem 1.2rem;
  border-left: 2px solid var(--gold-500);
  background: rgba(255, 255, 255, .03);
}
.trust-values strong {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.2rem;
  color: var(--text-light);
}
.trust-values span { font-size: .88rem; color: var(--text-light-mut); }
@media (min-width: 40em) { .trust-values { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 62em) { .trust-values { grid-template-columns: repeat(3, minmax(0, 1fr)); } }

.about {
  display: grid;
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: center;
}
.about__media { max-width: 380px; }
.about h3 { font-size: clamp(1.3rem, 1.5vw + .75rem, 1.7rem); margin-bottom: 1rem; }
@media (min-width: 56em) {
  .about { grid-template-columns: minmax(0, .55fr) minmax(0, 1.45fr); }
}

/* Einzugsgebiet-Chips */
.areas {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: 1.35rem;
}
.areas li {
  padding: .32rem .8rem;
  border: 1px solid var(--line-gold-dark);
  border-radius: 999px;
  font-size: .8rem;
  letter-spacing: .04em;
  color: var(--gold-200);
}

/* --------------------------------------------------------------------------
   16 · FAQ
   -------------------------------------------------------------------------- */
.faq-list { max-width: 860px; margin-inline: auto; border-top: 1px solid var(--line-light); }
.faq-list details { border-bottom: 1px solid var(--line-light); }
.faq-list summary {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.2rem .25rem;
  cursor: pointer;
  list-style: none;
  font-family: var(--font-display);
  font-size: 1.12rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--text-dark);
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+";
  flex: none;
  font-family: var(--font-body);
  font-size: 1.4rem;
  line-height: 1;
  color: var(--gold-600);
  transition: transform .2s ease;
}
.faq-list details[open] summary::after { content: "–"; }
.faq-list summary:hover { color: var(--gold-700); }
.faq-list .faq-answer { padding: 0 .25rem 1.4rem; max-width: 72ch; color: var(--text-dark-mut); }

/* --------------------------------------------------------------------------
   18 · KONTAKT & KARTE
   -------------------------------------------------------------------------- */
.contact__grid {
  display: grid;
  gap: 1.75rem;
  align-items: stretch;
}
@media (min-width: 62em) {
  .contact__grid { grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); }
}

.contact-card {
  padding: clamp(1.75rem, 3vw, 2.5rem);
  background: var(--ink-900);
  border: 1px solid var(--line-gold-dark);
  color: var(--text-light-mut);
}
.contact-card h3 {
  color: var(--text-light);
  font-size: 1.35rem;
  margin-bottom: 1.5rem;
}
.contact-card__list { display: grid; gap: 1.1rem; }
.contact-card__list > li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .9rem;
  align-items: start;
}
.contact-card__list .icon {
  width: 2.3rem;
  height: 2.3rem;
  padding: .55rem;
  border: 1px solid var(--line-gold-dark);
  border-radius: 50%;
  color: var(--gold-300);
}
.contact-card__list .label {
  display: block;
  font-size: .7rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--text-light-mut);
  margin-bottom: .1rem;
}
.contact-card__list a { color: var(--text-light); text-decoration: none; font-weight: bold; }
.contact-card__list a:hover { color: var(--gold-300); }
.contact-card__list .value { color: var(--text-light); font-weight: bold; }
.contact-card__list .sub { display: block; font-size: .82rem; font-weight: normal; color: var(--text-light-mut); }

.hours { width: 100%; margin-top: .3rem; border-collapse: collapse; font-size: .95rem; }
.hours th, .hours td { padding: .45rem 0; text-align: left; border-bottom: 1px dashed var(--line-dark); }
.hours th { font-weight: normal; color: var(--text-light-mut); padding-right: 1.25rem; }
.hours td { color: var(--text-light); font-weight: bold; text-align: right; }
.hours tr:last-child th, .hours tr:last-child td { border-bottom: 0; }

/* Google Maps: 2-Klick-Lösung (DSGVO) */
.map-consent {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 380px;
  height: 100%;
  padding: 2rem 1.5rem;
  background:
    radial-gradient(500px 280px at 50% 30%, rgba(200, 165, 92, .10), transparent 65%),
    var(--ink-850);
  border: 1px solid var(--line-gold-dark);
  text-align: center;
  color: var(--text-light-mut);
}
.map-consent .icon { width: 2.6rem; height: 2.6rem; margin: 0 auto 1rem; color: var(--gold-300); }
.map-consent h3 { color: var(--text-light); margin-bottom: .5rem; }
.map-consent p { max-width: 46ch; margin-inline: auto; font-size: .88rem; }
.map-consent .btn { margin-top: 1.25rem; }
.map-consent .map-alt { display: block; margin-top: .9rem; font-size: .82rem; color: var(--text-light-mut); }
.map-consent .map-alt a { color: var(--gold-300); }

.map-frame { min-height: 380px; height: 100%; border: 1px solid var(--line-gold-dark); }
.map-frame iframe { width: 100%; height: 100%; min-height: 380px; border: 0; filter: grayscale(.2); }

/* Karten-Spalte: Karte (füllt) + Infoleiste (Adresse · Öffnungszeiten · Route) darunter */
.map-col { display: flex; flex-direction: column; }
.map-col > .map-consent,
.map-col > .map-frame { flex: 1 1 auto; height: auto; }
.map-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.75rem;
  padding: 1.15rem 1.35rem;
  background: var(--ink-900);
  border: 1px solid var(--line-gold-dark);
  border-top: 0;
}
.map-info__item { flex: 1 1 auto; min-width: 8rem; }
.map-info__label { display: block; margin-bottom: .15rem; font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; color: var(--text-light-mut); }
.map-info address, .map-info p { font-style: normal; color: var(--text-light); font-size: .92rem; line-height: 1.45; }
.map-info__nav { flex: 0 0 auto; }

/* Social-Links im Kontakt-Card */
.contact-social { margin-top: 1.6rem; padding-top: 1.3rem; border-top: 1px solid var(--line-dark); }
.contact-social__label { display: block; margin-bottom: .65rem; font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; color: var(--text-light-mut); }

/* Google-Bewertungen (Platzhalter, später mit echten Werten befüllbar) */
.reviews-card {
  max-width: 580px;
  margin-inline: auto;
  padding: clamp(1.75rem, 4vw, 2.75rem);
  background: var(--white);
  border: 1px solid var(--line-light);
  border-top: 3px solid var(--gold-400);
  box-shadow: var(--shadow-card);
  text-align: center;
}
.reviews-card h2 { margin-bottom: 1rem; }
.reviews-stars {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: .14em;
  margin-bottom: .85rem;
}
.reviews-stars::before { content: "★★★★★"; color: var(--line-light); }   /* leere/dezente Sterne */
.reviews-stars__fill {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  white-space: nowrap;
  width: calc(var(--rating, 0) / 5 * 100%);   /* Sternebreite = Bewertung */
  color: var(--gold-400);
}
.reviews-stars__fill::before { content: "★★★★★"; }
.reviews-meta { font-weight: bold; color: var(--text-dark); margin-bottom: .6rem; }
.reviews-avg { color: var(--gold-700); }
.reviews-status { max-width: 48ch; margin: 0 auto 1.4rem; color: var(--text-dark-mut); }

/* Service-Bilder einheitlich gleich hoch (4:3), auch bei späteren echten Fotos */
.service__media img { aspect-ratio: 4 / 3; object-fit: cover; }

/* --------------------------------------------------------------------------
   19 · FOOTER
   -------------------------------------------------------------------------- */
.footer {
  background: var(--ink-950);
  color: var(--text-light-mut);
  font-size: .92rem;
  border-top: 1px solid var(--line-gold-dark);
}
.footer__grid {
  display: grid;
  gap: 2.5rem;
  padding-block: clamp(3rem, 6vw, 4.5rem) clamp(2rem, 4vw, 3rem);
}
.footer h3 {
  font-size: .8rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold-300);
  margin-bottom: 1.1rem;
}
.footer ul { display: grid; gap: .5rem; margin: 0; padding: 0; list-style: none; }
.footer a { color: var(--text-light-mut); text-decoration: none; }
.footer a:hover { color: var(--gold-200); }
.footer .brand { margin-bottom: 1rem; }
.footer .footer__h3-spaced { margin-top: 1.75rem; }
.footer__motto { font-style: italic; color: var(--gold-200); margin-bottom: .75rem; }
.footer address { font-style: normal; line-height: 1.8; }
.footer .social-links { margin-top: 1.1rem; }
.footer .social-links a { border: 1px solid var(--line-dark); }

.footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1.75rem;
  align-items: center;
  justify-content: space-between;
  padding-block: 1.4rem;
  border-top: 1px solid var(--line-dark);
  font-size: .8rem;
}
.footer__legal ul { display: flex; flex-wrap: wrap; gap: 1.25rem; }
@media (min-width: 48em) { .footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 68em) { .footer__grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }

/* --------------------------------------------------------------------------
   20 · STICKY-CTA-LEISTE (Mobil): Anrufen · WhatsApp · Route
   -------------------------------------------------------------------------- */
.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 45;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line-gold-dark);
  border-top: 1px solid var(--line-gold-dark);
  padding-bottom: env(safe-area-inset-bottom);
}
.sticky-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  min-height: 3.4rem;           /* komfortables Touch-Ziel (> 48px) */
  background: var(--ink-950);
  color: var(--text-light);
  font-size: .82rem;
  font-weight: bold;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  transition: background-color .18s ease, color .18s ease, transform .1s ease;
}
.sticky-cta a:hover { background: var(--ink-800); color: var(--gold-200); }
.sticky-cta a:active { transform: scale(.95); background: var(--ink-900); }   /* Touch-Feedback */
.sticky-cta a .icon { width: 1.2rem; height: 1.2rem; color: var(--gold-300); transition: transform .1s ease; }
.sticky-cta a:active .icon { transform: scale(.9); }
.sticky-cta a.is-primary {
  background: linear-gradient(180deg, var(--gold-300), var(--gold-500));
  color: #1c1607;
  animation: sticky-glow 3s ease-in-out infinite;   /* dezente Aufmerksamkeit auf „Anrufen“ */
}
.sticky-cta a.is-primary:hover { background: linear-gradient(180deg, var(--gold-200), var(--gold-400)); color: #1c1607; }
.sticky-cta a.is-primary:active { filter: brightness(.96); }
.sticky-cta a.is-primary .icon { color: #1c1607; }
@keyframes sticky-glow {
  0%, 100% { box-shadow: inset 0 0 0 0 rgba(255, 244, 214, 0); }
  50%      { box-shadow: inset 0 2px 14px 0 rgba(255, 244, 214, .45); }
}
@media (prefers-reduced-motion: reduce) {
  .sticky-cta a.is-primary { animation: none; }
}

body { padding-bottom: calc(3.4rem + env(safe-area-inset-bottom)); }
@media (min-width: 56em) {
  .sticky-cta { display: none; }
  body { padding-bottom: 0; }
}

/* --------------------------------------------------------------------------
   21 · UNTERSEITEN (Impressum / Datenschutz / 404)
   -------------------------------------------------------------------------- */
.page-hero {
  background: var(--ink-900);
  color: var(--text-light-mut);
  padding-block: clamp(2.75rem, 6vw, 4.25rem);
}
.page-hero h1 { color: var(--text-light); font-size: clamp(1.7rem, 3vw + .5rem, 2.6rem); }
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: 1rem;
  font-size: .82rem;
  letter-spacing: .05em;
}
.breadcrumb a { color: var(--gold-300); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb li:not(:first-child)::before { content: "›"; margin-right: .5rem; color: var(--text-light-mut); }
.breadcrumb [aria-current] { color: var(--text-light-mut); }

.legal-content { padding-block: clamp(2.75rem, 6vw, 4.5rem); }
.legal-content h2 {
  font-size: 1.35rem;
  margin: 2.25rem 0 .75rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--line-light);
}
.legal-content h2:first-of-type { margin-top: 0; padding-top: 0; border-top: 0; }
.legal-content h3 { font-size: 1.08rem; margin: 1.5rem 0 .5rem; }
.legal-content p, .legal-content li { color: var(--text-dark-mut); }
.legal-content ul { padding-left: 1.25rem; margin-block: .75rem; }
.legal-content address { font-style: normal; line-height: 1.9; }
.legal-content .note {
  margin-block: 1.25rem;
  padding: 1rem 1.25rem;
  background: var(--paper-2);
  border-left: 3px solid var(--gold-500);
  font-size: .92rem;
}

/* --------------------------------------------------------------------------
   22 · ANIMATIONEN, MOTION, PRINT
   -------------------------------------------------------------------------- */
/* Sanftes Einblenden – wird nur aktiv, wenn JS die Klasse .js setzt */
html.js .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .65s ease, transform .65s ease;
  transition-delay: var(--d, 0s);
}
html.js .reveal.in { opacity: 1; transform: none; }
html.js .reveal.no-transition { transition: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  html.js .reveal { opacity: 1; transform: none; }
}

@media print {
  .topbar, .header, .sticky-cta, .mobile-menu, .map-consent .btn,
  .cta-band, .btn-row, .footer .social-links { display: none !important; }
  body { background: #fff; color: #000; padding: 0; }
  .on-dark, .hero, .trustbar, .valuation, .trust-section, .footer, .contact-card {
    background: #fff !important;
    color: #000 !important;
    border: 0 !important;
  }
  .on-dark h1, .on-dark h2, .on-dark h3, .hero h1, .contact-card__list a { color: #000 !important; }
  a[href^="tel"], a[href^="mailto"] { color: #000; text-decoration: none; }
}
