/* ==========================================================================
   GASHI IMMOBILIENSERVICE – Stylesheet
   Aufbau:  1 Schriften · 2 Design-Tokens · 3 Basis · 4 Typografie · 5 Layout
            6 Buttons · 7 Header/Navigation · 8 Hero · 9 Sektionen
            10 Vorher/Nachher · 11 Kontakt · 12 Footer · 13 Responsive
   Farben und Schriftlogik stammen aus den offiziellen Logo-Dateien.
   ========================================================================== */

/* 1 — SCHRIFTEN ============================================================
   Lokal eingebunden (kein Google-CDN) – das ist in Deutschland die
   datenschutzfreundliche Variante und spart einen externen Request. */

@font-face {
  font-family: 'Archivo';
  src: url('../fonts/archivo-latin-500-normal.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Archivo';
  src: url('../fonts/archivo-latin-600-normal.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Archivo';
  src: url('../fonts/archivo-latin-700-normal.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Source Sans 3';
  src: url('../fonts/source-sans-3-latin-400-normal.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Source Sans 3';
  src: url('../fonts/source-sans-3-latin-600-normal.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Caveat';
  src: url('../fonts/caveat-latin-600-normal.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}

/* 2 — DESIGN-TOKENS ======================================================== */

:root {
  /* Markenfarben – direkt aus den Logo-PDFs entnommen */
  --mint:        #69ca9c;   /* Primärfarbe, Hauptlogo                    */
  --mint-2:      #88ceba;   /* Sekundär, Visitenkarte                    */
  --mint-wash:   #f1f8f4;   /* sehr helle Hintergrundfläche              */
  --mint-line:   #cfe9dc;   /* Linien auf Mint-Flächen                   */
  --deep:        #14603f;   /* dunkles Markengrün, kontraststark         */
  --ink:         #171717;   /* Typografie / Anthrazit aus dem Logo       */
  --muted:       #5c625f;   /* Fließtext sekundär                        */
  --line:        #e3e8e5;   /* Hairlines                                 */
  --paper:       #ffffff;

  /* Schriften */
  --font-display: 'Archivo', 'Helvetica Neue', Arial, sans-serif;
  --font-text:    'Source Sans 3', 'Segoe UI', Arial, sans-serif;
  --font-hand:    'Caveat', 'Segoe Script', cursive;

  /* Maße */
  --wrap:        1180px;
  --gutter:      clamp(1.25rem, 4vw, 3rem);
  --section:     clamp(4rem, 8vw, 7rem);
  --radius:      4px;
  --radius-img:  6px;
}

/* 3 — BASIS =============================================================== */

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

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-text);
  font-size: 1.0625rem;      /* 17px */
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
}

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

a { color: var(--deep); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--ink); }

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

/* Sprungmarke für Tastatur- und Screenreader-Nutzung */
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--ink); color: #fff; padding: .75rem 1.25rem;
  font-weight: 600; text-decoration: none;
}
.skip-link:focus { left: 0; color: #fff; }

.visually-hidden {
  position: absolute !important; width: 1px; height: 1px;
  margin: -1px; padding: 0; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* 4 — TYPOGRAFIE ========================================================== */

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.022em;
  line-height: 1.14;
  margin: 0 0 .6em;
  text-wrap: balance;
}

h1 { font-size: clamp(2.1rem, 1.25rem + 3.1vw, 3.4rem); }
h2 { font-size: clamp(1.65rem, 1.1rem + 1.9vw, 2.4rem); }
h3 { font-size: clamp(1.2rem, 1.05rem + .55vw, 1.45rem); line-height: 1.25; }
h4 { font-size: 1.0625rem; letter-spacing: 0; }

p  { margin: 0 0 1.1em; max-width: 68ch; }

.lead {
  font-size: clamp(1.1rem, 1rem + .5vw, 1.3rem);
  line-height: 1.55;
  color: var(--muted);
  max-width: 60ch;
}

/* Mint-Punkt als Aufzählungszeichen – abgeleitet vom runden Logo-Signet */
.ticks { list-style: none; margin: 0 0 1.4em; padding: 0; }
.ticks li {
  position: relative; padding-left: 1.6rem; margin-bottom: .5rem;
  max-width: 64ch;
}
.ticks li::before {
  content: ''; position: absolute; left: 0; top: .58em;
  width: .6rem; height: .6rem; border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 3px var(--mint-wash);
}

/* Zweispaltige Leistungsliste auf großen Bildschirmen */
.ticks--cols { columns: 2; column-gap: 2.5rem; }
.ticks--cols li { break-inside: avoid; }

/* Fließtext-Bereiche (Impressum, Datenschutz) */
.prose h2 { margin-top: 2.4em; }
.prose h3 { margin-top: 1.8em; font-size: 1.15rem; }
.prose h2:first-child { margin-top: 0; }
.prose ul { padding-left: 1.2rem; max-width: 68ch; }
.prose li { margin-bottom: .35rem; }
.prose dl { margin: 0 0 1.5rem; }
.prose dt { font-weight: 600; margin-top: .9rem; }
.prose dd { margin: 0; color: var(--muted); }

/* 5 — LAYOUT ============================================================== */

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
.wrap--narrow { max-width: 780px; }

.section { padding-block: var(--section); }
.section--tight { padding-block: clamp(2.75rem, 5vw, 4rem); }
.section--wash { background: var(--mint-wash); }
.section--ink  { background: var(--ink); color: #fff; }
.section--ink h2, .section--ink h3 { color: #fff; }
.section--ink .lead { color: rgba(255,255,255,.72); }

.section-head { max-width: 46rem; margin-bottom: clamp(2rem, 4vw, 3.25rem); }
.section-head p { margin-bottom: 0; }

/* Dünne Trennlinie als ruhiges Strukturelement statt Karten-Schatten */
.rule { border: 0; border-top: 1px solid var(--line); margin: 0; }

.grid { display: grid; gap: clamp(1.5rem, 3vw, 2.5rem); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }

/* Bildrahmen: verhindert schiefe Ausschnitte und schwarze Ränder */
.frame {
  position: relative; overflow: hidden;
  border-radius: var(--radius-img);
  background: var(--mint-wash);
}
.frame img { width: 100%; height: 100%; object-fit: cover; }
.frame--4x3   { aspect-ratio: 4 / 3; }
.frame--3x2   { aspect-ratio: 3 / 2; }
.frame--1x1   { aspect-ratio: 1 / 1; }
.frame--4x5   { aspect-ratio: 4 / 5; }
.frame--16x9  { aspect-ratio: 16 / 9; }

/* 6 — BUTTONS ============================================================= */

.btn {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--font-display); font-weight: 600; font-size: 1rem;
  letter-spacing: -0.01em;
  padding: .85rem 1.5rem;
  border-radius: var(--radius);
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}
.btn svg { width: 1.15em; height: 1.15em; flex: none; }

.btn--primary { background: var(--mint); color: var(--ink); }
.btn--primary:hover { background: #56bd8d; color: var(--ink); }

.btn--ink { background: var(--ink); color: #fff; }
.btn--ink:hover { background: var(--deep); color: #fff; }

.btn--outline { border-color: #c9d2cd; color: var(--ink); background: transparent; }
.btn--outline:hover { border-color: var(--ink); color: var(--ink); background: transparent; }

.btn--light { background: #fff; color: var(--ink); }
.btn--light:hover { background: var(--mint); color: var(--ink); }

.btn--ghost-light { border-color: rgba(255,255,255,.35); color: #fff; }
.btn--ghost-light:hover { border-color: #fff; background: rgba(255,255,255,.08); color: #fff; }

.btn-row { display: flex; flex-wrap: wrap; gap: .75rem; }

/* Textlink mit Unterstrich-Animation */
.link-arrow {
  display: inline-block; font-family: var(--font-display); font-weight: 600;
  text-decoration: none; color: var(--deep);
  border-bottom: 2px solid var(--mint); padding-bottom: 2px;
}
.link-arrow:hover { color: var(--ink); border-color: var(--ink); }

/* 7 — HEADER / NAVIGATION ================================================= */

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.96);
  backdrop-filter: saturate(160%) blur(6px);
  border-bottom: 1px solid var(--line);
}

.site-header__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.5rem; min-height: 76px;
}

.brand { display: inline-flex; align-items: center; flex: none; }
.brand img { height: 34px; width: auto; }

.nav { display: flex; align-items: center; gap: 1.75rem; }
.nav ul { display: flex; align-items: center; gap: 1.75rem; list-style: none; margin: 0; padding: 0; }
.nav a {
  font-family: var(--font-display); font-weight: 500; font-size: .98rem;
  color: var(--ink); text-decoration: none; padding: .4rem 0;
  border-bottom: 2px solid transparent;
}
.nav .has-sub { display: flex; align-items: center; align-self: stretch; }
.nav a:hover { border-bottom-color: var(--mint); }
.nav a[aria-current='page'] { border-bottom-color: var(--mint); font-weight: 600; }

/* Untermenü Leistungen */
.has-sub { position: relative; }
.has-sub > a::after {
  content: ''; display: inline-block; width: .4em; height: .4em; margin-left: .45em;
  border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}
.nav .sub {
  position: absolute; top: 100%; margin-top: .6rem; left: -1rem;
  min-width: 15rem; background: #fff;
  border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(23,23,23,.09);
  padding: .5rem; display: none; flex-direction: column; gap: 0;
}
.nav .sub li { width: 100%; }
.nav .sub a {
  display: block; padding: .55rem .85rem; border-bottom: 0; border-radius: 3px;
  font-weight: 500;
}
.nav .sub::before {
  content: ''; position: absolute; left: 0; right: 0; top: -.7rem; height: .7rem;
}
.nav .sub a:hover { background: var(--mint-wash); border-bottom: 0; }
.nav .has-sub:hover > .sub,
.nav .has-sub:focus-within > .sub { display: flex; }

.nav-toggle {
  display: none; align-items: center; gap: .55rem;
  background: none; border: 1px solid var(--line); border-radius: var(--radius);
  padding: .55rem .8rem; font-family: var(--font-display); font-weight: 600;
  font-size: .95rem; color: var(--ink); cursor: pointer;
}
.nav-toggle__bars { display: block; width: 18px; height: 10px; position: relative; }
.nav-toggle__bars::before, .nav-toggle__bars::after {
  content: ''; position: absolute; left: 0; width: 100%; height: 2px; background: var(--ink);
  transition: transform .2s ease;
}
.nav-toggle__bars::before { top: 0; }
.nav-toggle__bars::after  { bottom: 0; }
[data-nav-open] .nav-toggle__bars::before { transform: translateY(4px) rotate(45deg); }
[data-nav-open] .nav-toggle__bars::after  { transform: translateY(-4px) rotate(-45deg); }

/* 8 — HERO ================================================================ */

.hero { border-bottom: 1px solid var(--line); }
.hero__inner {
  display: grid; grid-template-columns: 1.05fr .95fr;
  gap: clamp(2rem, 5vw, 4.5rem); align-items: center;
  padding-block: clamp(3rem, 6vw, 5.5rem);
}
.hero__text { max-width: 37rem; }
.hero h1 { margin-bottom: .55em; }
.hero .lead { margin-bottom: 2rem; }

/* Kleiner Markenstrich über der Headline statt eines Caps-Labels */
.hero__mark {
  width: 56px; height: 4px; background: var(--mint);
  border-radius: 2px; margin-bottom: 1.75rem;
}

.hero__media { position: relative; }
.hero__media .frame { aspect-ratio: 4 / 5; border-radius: var(--radius-img); }

/* Kennzahl, die dem Hero-Bild aufsitzt */
.hero__badge {
  position: absolute; left: -1.5rem; bottom: 1.75rem;
  background: #fff; border: 1px solid var(--line);
  border-left: 4px solid var(--mint);
  padding: 1rem 1.35rem; border-radius: var(--radius);
  box-shadow: 0 18px 40px rgba(23,23,23,.10);
  max-width: 15rem;
}
.hero__badge strong {
  display: block; font-family: var(--font-display); font-size: 1.6rem;
  font-weight: 700; line-height: 1.1; letter-spacing: -0.02em;
}
.hero__badge span { font-size: .92rem; color: var(--muted); line-height: 1.4; display: block; }

/* Einsatzgebiet-Leiste unter dem Hero */
.regions {
  background: var(--ink); color: rgba(255,255,255,.85);
  font-size: .95rem;
}
.regions__inner {
  display: flex; flex-wrap: wrap; align-items: center; gap: .6rem 1.6rem;
  padding-block: 1rem;
}
.regions strong { color: #fff; font-family: var(--font-display); font-weight: 600; }
.regions ul { display: flex; flex-wrap: wrap; gap: .6rem 1.4rem; list-style: none; margin: 0; padding: 0; }
.regions li { display: flex; align-items: center; gap: .5rem; }
.regions li::before {
  content: ''; width: .45rem; height: .45rem; border-radius: 50%; background: var(--mint);
}

/* Seitenkopf der Unterseiten */
.page-head { border-bottom: 1px solid var(--line); padding-block: clamp(2.5rem, 5vw, 4rem) clamp(2rem, 4vw, 3rem); }
.page-head h1 { max-width: 20ch; }
.page-head .lead { margin-bottom: 0; }

.breadcrumb { font-size: .9rem; color: var(--muted); margin-bottom: 1.5rem; }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: .45rem; list-style: none; margin: 0; padding: 0; }
.breadcrumb li::after { content: '/'; margin-left: .45rem; color: #b9c2bd; }
.breadcrumb li:last-child::after { content: ''; }
.breadcrumb a { color: var(--muted); }

/* 9 — SEKTIONEN =========================================================== */

/* 9.1 Vorteile */
.benefits { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.benefit { padding: 0 1.75rem; border-left: 1px solid var(--line); }
.benefit:first-child { padding-left: 0; border-left: 0; }
.benefit:last-child { padding-right: 0; }
.benefit svg { width: 26px; height: 26px; color: var(--deep); margin-bottom: .9rem; }
.benefit h3 { font-size: 1.05rem; margin-bottom: .35rem; }
.benefit p { font-size: .97rem; color: var(--muted); margin: 0; }

/* 9.2 Kernleistungen – große Flächen statt gleichförmiger Karten */
.services { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem, 3vw, 2.25rem); }
.service {
  display: flex; flex-direction: column;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; text-decoration: none; color: inherit;
  transition: border-color .2s ease;
}
.service:hover { border-color: var(--mint); color: inherit; }
.service .frame { border-radius: 0; aspect-ratio: 4 / 3; }
.service .frame img { transition: transform .5s ease; }
.service:hover .frame img { transform: scale(1.035); }
.service__body { padding: 1.5rem 1.5rem 1.75rem; display: flex; flex-direction: column; flex: 1; }
.service h3 { margin-bottom: .5rem; }
.service p { font-size: .98rem; color: var(--muted); margin-bottom: 1rem; }
.service ul { margin-bottom: 1.25rem; font-size: .95rem; }
.service .link-arrow { margin-top: auto; align-self: flex-start; }

/* 9.3 Weitere Leistungen */
.more-services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 2.5rem; }
.more-service {
  border-top: 1px solid var(--line); padding: 1.4rem 0;
}
.more-service h3 { font-size: 1.02rem; margin-bottom: .3rem; }
.more-service p { font-size: .95rem; color: var(--muted); margin: 0; }

/* 9.4 Zahlen */
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.stat { padding: 0 clamp(1rem, 3vw, 2.5rem); border-left: 1px solid var(--mint-line); }
.stat:first-child { padding-left: 0; border-left: 0; }
.stat strong {
  display: block; font-family: var(--font-display); font-weight: 700;
  font-size: clamp(2.4rem, 1.5rem + 3.2vw, 3.6rem); line-height: 1;
  letter-spacing: -0.035em; color: var(--ink); margin-bottom: .4rem;
}
.stat span { color: var(--muted); font-size: 1rem; }

/* 9.5 Ansprechpartnerin */
.person { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.person__media { position: relative; }
.person__media .frame { aspect-ratio: 4 / 5; }
/* Dezenter Mint-Rahmen, leicht versetzt – ruhiges Detail statt Deko */
.person__media::before {
  content: ''; position: absolute; inset: auto auto -1.1rem -1.1rem;
  width: 62%; height: 62%; border: 1px solid var(--mint); border-radius: var(--radius-img);
  z-index: -1;
}
.signature {
  font-family: var(--font-hand); font-size: 2.35rem; line-height: 1;
  color: var(--ink); margin: 1.75rem 0 .35rem;
}
.signature-role { font-size: .95rem; color: var(--muted); margin: 0; }
.person blockquote {
  margin: 0 0 1.5rem; padding: 0; font-size: clamp(1.15rem, 1rem + .6vw, 1.4rem);
  line-height: 1.5; font-family: var(--font-display); font-weight: 500;
  letter-spacing: -0.015em;
}

/* 9.6 Galerie */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(.75rem, 1.5vw, 1.25rem); }
.gallery figure { margin: 0; }
.gallery figcaption { font-size: .88rem; color: var(--muted); margin-top: .55rem; }

/* 9.7 Ablauf – nummeriert, weil es tatsächlich eine Abfolge ist */
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem, 3vw, 2.5rem); }
.step { counter-increment: step; }
.step::before {
  content: counter(step); display: flex; align-items: center; justify-content: center;
  width: 2.4rem; height: 2.4rem; border-radius: 50%;
  background: var(--mint); color: var(--ink);
  font-family: var(--font-display); font-weight: 700; font-size: 1.05rem;
  margin-bottom: 1rem;
}
.step h3 { font-size: 1.08rem; margin-bottom: .35rem; }
.step p { font-size: .97rem; color: var(--muted); margin: 0; }

/* 9.8 FAQ */
.faq { max-width: 50rem; }
.faq details {
  border-top: 1px solid var(--line); padding: 1.1rem 0;
}
.faq details:last-of-type { border-bottom: 1px solid var(--line); }
.faq summary {
  cursor: pointer; list-style: none; font-family: var(--font-display);
  font-weight: 600; font-size: 1.06rem; display: flex; gap: 1rem;
  align-items: flex-start; justify-content: space-between;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+'; font-weight: 500; font-size: 1.4rem; line-height: 1; color: var(--deep); flex: none;
}
.faq details[open] summary::after { content: '–'; }
.faq details p { margin: .9rem 0 0; color: var(--muted); }

/* 9.9 Split-Bereich Text + Bild */
.split { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.split--reverse .split__media { order: -1; }

/* 10 — VORHER / NACHHER =================================================== */

.ba {
  --pos: 50%;
  position: relative; overflow: hidden; border-radius: var(--radius-img);
  background: var(--mint-wash); line-height: 0;
  touch-action: pan-y;
}
.ba img { width: 100%; display: block; }
.ba__before {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  clip-path: inset(0 calc(100% - var(--pos)) 0 0);
}
.ba__divider {
  position: absolute; top: 0; bottom: 0; left: var(--pos);
  width: 2px; background: #fff; transform: translateX(-1px);
  pointer-events: none; box-shadow: 0 0 0 1px rgba(23,23,23,.12);
}
.ba__handle {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 2.75rem; height: 2.75rem; border-radius: 50%;
  background: #fff; box-shadow: 0 4px 16px rgba(23,23,23,.22);
  display: flex; align-items: center; justify-content: center;
}
.ba__handle svg { width: 1.1rem; height: 1.1rem; color: var(--ink); }

/* Range-Input liegt unsichtbar über dem Bild: Maus, Touch und
   Tastatur funktionieren damit ohne Zusatzcode. */
.ba__range {
  position: absolute; inset: 0; width: 100%; height: 100%;
  margin: 0; opacity: 0; cursor: ew-resize; background: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: pan-y;   /* vertikales Scrollen bleibt dem Browser überlassen */
}
.ba__range::-webkit-slider-thumb { appearance: none; width: 3rem; height: 100%; }
.ba__range::-moz-range-thumb { width: 3rem; height: 100%; border: 0; }
.ba:has(.ba__range:focus-visible) { outline: 3px solid var(--deep); outline-offset: 3px; }

.ba__tag {
  position: absolute; top: .85rem; z-index: 2;
  background: rgba(23,23,23,.78); color: #fff;
  font-family: var(--font-display); font-weight: 600; font-size: .8rem;
  padding: .3rem .7rem; border-radius: 3px; line-height: 1.3;
  pointer-events: none;
}
.ba__tag--before { left: .85rem; }
.ba__tag--after  { right: .85rem; }

.ba-item figcaption { font-size: .94rem; color: var(--muted); margin-top: .75rem; line-height: 1.5; }
.ba-item { margin: 0; }

/* 11 — KONTAKT ============================================================ */

.contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(1rem, 2vw, 1.5rem); }

.contact-card {
  display: flex; gap: 1rem; align-items: flex-start;
  padding: 1.5rem; border: 1px solid var(--line); border-radius: var(--radius);
  text-decoration: none; color: inherit; background: #fff;
  transition: border-color .2s ease;
}
.contact-card:hover { border-color: var(--mint); color: inherit; }
.contact-card svg { width: 22px; height: 22px; color: var(--deep); flex: none; margin-top: .3rem; }
.contact-card h3 { font-size: 1rem; margin-bottom: .15rem; }
.contact-card span { display: block; color: var(--muted); font-size: .97rem; }
.contact-card strong { display: block; font-size: 1.1rem; font-family: var(--font-display); font-weight: 600; }

.hours { border-top: 1px solid var(--line); padding-top: 1.25rem; }
.hours dl { display: grid; grid-template-columns: auto 1fr; gap: .3rem 1.5rem; margin: 0; }
.hours dt { font-weight: 600; }
.hours dd { margin: 0; color: var(--muted); }

/* Einfaches Formular ohne Server: baut eine vorbereitete E-Mail */
.form-grid { display: grid; gap: 1rem; grid-template-columns: repeat(2, 1fr); }
.field { display: flex; flex-direction: column; gap: .35rem; }
.field--full { grid-column: 1 / -1; }
.field label { font-weight: 600; font-size: .95rem; }
.field input, .field textarea, .field select {
  font: inherit; font-size: 1rem; color: var(--ink);
  padding: .7rem .85rem; border: 1px solid #ccd5d0; border-radius: var(--radius);
  background: #fff; width: 100%;
}
.field input:focus, .field textarea:focus, .field select:focus {
  border-color: var(--deep); outline: 2px solid rgba(20,96,63,.25); outline-offset: 0;
}
.field textarea { min-height: 9rem; resize: vertical; }
.form-note { font-size: .9rem; color: var(--muted); }

/* CTA-Block */
.cta-block { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.cta-block h2 { margin-bottom: .5em; }

/* 12 — FOOTER ============================================================= */

.site-footer { background: var(--ink); color: rgba(255,255,255,.72); padding-block: clamp(3rem, 6vw, 4.5rem) 0; font-size: .97rem; }
.site-footer a { color: rgba(255,255,255,.72); text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.site-footer h4 { color: #fff; font-family: var(--font-display); font-size: .95rem; font-weight: 600; margin-bottom: .9rem; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: .45rem; }
.site-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: clamp(2rem, 4vw, 3rem); }
.site-footer__brand img { height: 34px; width: auto; margin-bottom: 1.1rem; }
.site-footer__claim { font-family: var(--font-display); color: rgba(255,255,255,.85); max-width: 32ch; }
.site-footer__bar {
  margin-top: clamp(2.5rem, 5vw, 3.5rem); border-top: 1px solid rgba(255,255,255,.14);
  padding-block: 1.5rem; display: flex; flex-wrap: wrap; gap: .5rem 1.75rem;
  justify-content: space-between; font-size: .9rem;
}
.social { display: flex; gap: .75rem; margin-top: 1rem; }
.social a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%;
}
.social a:hover { border-color: var(--mint); background: rgba(105,202,156,.12); }
.social svg { width: 17px; height: 17px; }

/* Mobile Schnellkontakt-Leiste */
.quickbar { display: none; }

/* 13 — RESPONSIVE ========================================================= */

@media (max-width: 1000px) {
  .hero__inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero__text { max-width: 40rem; }
  .hero__media .frame { aspect-ratio: 3 / 2; }
  .hero__badge { left: auto; right: 1rem; bottom: 1rem; }
  .services, .more-services, .steps, .gallery { grid-template-columns: repeat(2, 1fr); }
  .benefits { grid-template-columns: repeat(2, 1fr); gap: 2rem 0; }
  .benefit { padding-left: 1.5rem; }
  .benefit:nth-child(odd) { padding-left: 0; border-left: 0; }
  .person, .split, .cta-block { grid-template-columns: 1fr; }
  .split--reverse .split__media { order: 0; }
  .person__media { max-width: 24rem; }
  .site-footer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  .site-header__inner { min-height: 66px; }
  .nav-toggle { display: inline-flex; }
  .nav {
    position: absolute; left: 0; right: 0; top: 100%;
    background: #fff; border-bottom: 1px solid var(--line);
    flex-direction: column; align-items: stretch; gap: 0;
    padding: .5rem var(--gutter) 1.5rem;
    display: none;
    max-height: calc(100dvh - 66px); overflow-y: auto;
  }
  [data-nav-open] .nav { display: flex; }
  .nav > ul { flex-direction: column; align-items: stretch; gap: 0; }
  .nav > ul > li { border-bottom: 1px solid var(--line); }
  .nav a:not(.btn) { display: block; padding: .85rem 0; border-bottom: 0; font-size: 1.05rem; }
  .nav a:not(.btn):hover { border-bottom: 0; color: var(--deep); }
  .nav a:not(.btn)[aria-current='page'] { border-bottom: 0; color: var(--deep); }
  .has-sub > a::after { display: none; }
  .nav .sub {
    position: static; display: flex; box-shadow: none; border: 0;
    margin-top: 0; padding: 0 0 .6rem .9rem; min-width: 0;
  }
  .nav .sub::before { display: none; }
  .nav .has-sub { display: block; }
  .nav .sub a { padding: .45rem 0; font-size: .98rem; color: var(--muted); }
  .nav .sub a:hover { background: none; }
  .nav .btn { margin-top: 1.1rem; justify-content: center; }

  /* Schnellkontakt unten – nur mobil, bewusst schmal gehalten */
  .quickbar {
    display: grid; grid-template-columns: 1fr 1fr;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
    background: #fff; border-top: 1px solid var(--line);
    padding: .5rem; gap: .5rem;
    padding-bottom: calc(.5rem + env(safe-area-inset-bottom));
  }
  .quickbar a {
    display: flex; align-items: center; justify-content: center; gap: .5rem;
    padding: .7rem; border-radius: var(--radius);
    font-family: var(--font-display); font-weight: 600; font-size: .95rem;
    text-decoration: none;
  }
  .quickbar a:first-child { background: var(--ink); color: #fff; }
  .quickbar a:last-child  { background: var(--mint); color: var(--ink); }
  .quickbar svg { width: 1.1em; height: 1.1em; }
  body { padding-bottom: 4.25rem; }
}

@media (max-width: 620px) {
  .services, .more-services, .steps, .gallery, .contact-grid,
  .form-grid, .site-footer__grid, .grid--2, .grid--3, .grid--4 { grid-template-columns: 1fr; }
  .benefits { grid-template-columns: 1fr; }
  .benefit { padding-left: 0; border-left: 0; }
  .stats { grid-template-columns: 1fr; gap: 2rem; }
  .stat { padding-left: 0; border-left: 0; border-top: 1px solid var(--mint-line); padding-top: 1.5rem; }
  .stat:first-child { border-top: 0; padding-top: 0; }
  .ticks--cols { columns: 1; }
  .hero__badge { position: static; margin-top: 1.25rem; max-width: none; box-shadow: none; }
  .more-services { gap: 0; }
}

/* Bewegung reduzieren, wenn das Betriebssystem es verlangt */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* Druckansicht */
@media print {
  .site-header, .quickbar, .site-footer, .btn-row { display: none !important; }
  body { font-size: 11pt; }
}
