/* ==========================================================================
   Universale Dienstleistungen GmbH – Stylesheet
   Nachbau im Stil der Vorlage „GardenView". Selbst gehostete Schrift (DSGVO),
   keine externen CDNs.
   ========================================================================== */

/* --- Schrift: Onest (nahe „Objectivity", variable, selbst gehostet) ------ */
@font-face { font-family:"Onest"; font-style:normal; font-weight:100 900; font-display:swap; src:url("/assets/fonts/onest-latin.woff2") format("woff2"); unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026,U+2039-203A,U+20AC,U+2122; }
@font-face { font-family:"Onest"; font-style:normal; font-weight:100 900; font-display:swap; src:url("/assets/fonts/onest-latin-ext.woff2") format("woff2"); unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF; }

/* --- Tokens (aus der Vorlage übernommen) -------------------------------- */
:root {
  --green:        #008151;   /* Primär (Buttons/Akzent) */
  --green-dark:   #006a43;
  --green-deep:   #11332b;   /* dunkle Sektionen */
  --green-deep-2: #0d271f;
  --ink:          #051f19;   /* Text dunkel */
  --ink-soft:     #5a6f66;   /* Text sekundär */
  --mint:         #e7f4ee;   /* Pill-Hintergrund */
  --mint-line:    #d3e8dd;
  --bg:           #ffffff;
  --bg-soft:      #f7fbf9;   /* helle Sektion */
  --line:         #e7ede9;
  --white:        #ffffff;

  --r-btn: 300px;
  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 24px;
  --r-xl: 34px;

  --shadow-xs: 0 1px 2px rgba(5,31,25,.06);
  --shadow-sm: 0 6px 20px -8px rgba(5,31,25,.16);
  --shadow-md: 0 22px 50px -20px rgba(5,31,25,.28);
  --shadow-lg: 0 40px 80px -30px rgba(5,31,25,.35);

  --maxw: 1280px;
  --gutter: clamp(1.1rem, 3vw, 1.5rem);
  --header-h: 96px;

  --font: "Onest", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --ease: .32s cubic-bezier(.22,1,.36,1);
}

/* --- Reset --------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: var(--font); color: var(--ink); background: var(--bg);
  line-height: 1.6; font-size: clamp(1.02rem, .97rem + .3vw, 1.125rem);
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: hidden;
}
img, svg, picture { max-width: 100%; display: block; height: auto; }
a { color: var(--green); text-decoration: none; transition: color var(--ease); }
a:hover { color: var(--green-dark); }
ul { list-style: none; padding: 0; }
h1, h2, h3, h4 { font-weight: 500; letter-spacing: -.03em; color: var(--ink); }
:focus-visible { outline: 3px solid var(--green); outline-offset: 3px; border-radius: 6px; }

h1 { font-size: clamp(2.9rem, 1.7rem + 4.8vw, 4.5rem); line-height: 1.1; }
h2 { font-size: clamp(2.1rem, 1.4rem + 2.9vw, 3rem); line-height: 1.18; }
h3 { font-size: clamp(1.45rem, 1.15rem + 1vw, 1.875rem); line-height: 1.22; font-weight: 600; }
.lead { font-size: clamp(1.12rem, 1.02rem + .55vw, 1.3rem); color: var(--ink-soft); line-height: 1.55; font-weight: 400; }

/* --- Layout -------------------------------------------------------------- */
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(4rem, 2.5rem + 7vw, 10rem); }
.section--soft { background: var(--bg-soft); }
.section--deep { color: rgba(255,255,255,.82); background:
  radial-gradient(55% 45% at 88% 6%, rgba(53,196,108,.16), transparent 62%),
  radial-gradient(45% 42% at 4% 100%, rgba(0,129,81,.22), transparent 60%),
  linear-gradient(152deg, #14402f 0%, var(--green-deep) 46%, #0a251c 100%); }
.section--deep h1,.section--deep h2,.section--deep h3 { color: #fff; }
.section--deep .lead { color: rgba(255,255,255,.8); }
.center { text-align: center; }
.narrow { max-width: 700px; margin-inline: auto; }
.stack > * + * { margin-top: 1.1rem; }
.mb-3 { margin-bottom: 3rem; }
.skip-link { position: absolute; left: -999px; top: .5rem; z-index: 1000; background: var(--green-deep); color: #fff; padding: .6rem 1rem; border-radius: var(--r-sm); }
.skip-link:focus { left: .5rem; }

/* Eyebrow: grüner Punkt + Versal-Label */
.eyebrow { display: inline-flex; align-items: center; gap: .55rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; font-size: .78rem; color: var(--green); margin-bottom: 1.1rem; }
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--green); flex: none; }
.section--deep .eyebrow { color: #7fd0ab; }
.section--deep .eyebrow::before { background: #7fd0ab; }

/* Pill */
.pill { display: inline-flex; align-items: center; gap: .5rem; background: var(--mint); color: var(--green-deep); font-weight: 700; font-size: .82rem; padding: .5rem 1rem; border-radius: var(--r-btn); }
.pill svg { width: 1.05em; height: 1.05em; flex: none; }

/* --- Buttons (Pill wie Vorlage) ----------------------------------------- */
.btn { --bg: var(--green); --fg: #fff; display: inline-flex; align-items: center; gap: .5rem; justify-content: center;
  background: var(--bg); color: var(--fg); font-weight: 600; font-size: 1rem; line-height: 1;
  padding: .95rem 1.7rem; border-radius: var(--r-btn); border: 2px solid transparent; cursor: pointer;
  transition: transform var(--ease), box-shadow var(--ease), background var(--ease); box-shadow: var(--shadow-xs); white-space: nowrap; }
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); background: var(--green-dark); color: #fff; }
.btn svg { width: 1.15em; height: 1.15em; flex: none; }
.btn--lg { padding: 1.1rem 2rem; font-size: 1.05rem; }
.btn--dark { --bg: var(--ink); --fg: #fff; }
.btn--dark:hover { background: #0a2a22; }
.btn--white { --bg: #fff; --fg: var(--green-deep); }
.btn--white:hover { background: var(--mint); color: var(--green-deep); }
.btn--ghost { --bg: transparent; --fg: #fff; border-color: rgba(255,255,255,.4); box-shadow: none; }
.btn--ghost:hover { background: rgba(255,255,255,.12); border-color: #fff; color: #fff; }
.btn--outline { --bg: transparent; --fg: var(--ink); border-color: #d8e2dc; box-shadow: none; }
.btn--outline:hover { background: var(--bg-soft); border-color: var(--green); color: var(--ink); }
.btn--text { background: none; box-shadow: none; padding: .5rem .1rem; color: var(--ink); }
.btn--text:hover { background: none; transform: none; color: var(--green); }
.btn--text svg { width: 1.1em; height: 1.1em; flex: none; transition: transform var(--ease); }
.btn--text:hover svg { transform: translateX(4px); }

/* --- Header -------------------------------------------------------------- */
.site-header { position: sticky; top: 0; z-index: 100; }
.header-bar { background: #fff; border-bottom: 1px solid var(--line); transition: transform .55s cubic-bezier(.22,1,.36,1); }
.header-tab { position: absolute; right: 0; top: 15px; z-index: 5; border: 0; cursor: pointer;
  background: var(--green); color: #fff; font: inherit; font-weight: 600; font-size: .98rem;
  padding: .85rem 1.15rem .85rem 1.35rem; border-radius: 999px 0 0 999px;
  box-shadow: 0 12px 26px -12px rgba(5,31,25,.45);
  transform: translateX(110%); transition: transform .45s cubic-bezier(.22,1,.36,1) .18s; }
@media (min-width: 921px) {
  .site-header.park { pointer-events: none; }
  .site-header.park .header-tab { pointer-events: auto; }
  .site-header.park .header-bar { transform: translateX(104%); }
  .site-header.park .header-tab { transform: none; }
  .site-header.park.peek { pointer-events: auto; }
  .site-header.park.peek .header-bar { transform: none; }
  .site-header.park.peek .header-tab { transform: translateX(110%); transition-delay: 0s; }
}
@media (max-width: 920px) { .header-tab { display: none; } }
.nav { display: flex; align-items: center; justify-content: space-between; height: var(--header-h); gap: 1rem; }
.nav__brand { display: flex; align-items: center; align-self: flex-start; margin-top: 12px;
  background: #fff; padding: 10px 12px; border-radius: 22px;
  position: relative; z-index: 5; transition: transform var(--ease); }
.nav__brand:hover { transform: translateY(-2px); }
.nav__brand .badge { width: 46px; height: 46px; border-radius: 13px; background: var(--green-deep); display: grid; place-items: center; padding: 5px; }
.nav__brand .badge img { width: 100%; }
.nav__brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.nav__brand-text b { color: var(--ink); font-size: 1.08rem; letter-spacing: -.02em; font-weight: 700; }
.nav__brand-text span { color: var(--green); font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; }
.nav__brand > img { width: 124px; height: 124px; }
@media (max-width: 920px) { .nav__brand { margin-top: 10px; padding: 8px 10px; border-radius: 16px; } .nav__brand > img { width: 84px; height: 84px; } }
.nav__meta { display: none; }
.nav__menu { display: flex; align-items: center; gap: .15rem; flex: 1; margin-left: 1.2rem; }
.nav__menu a { color: var(--ink); font-weight: 500; font-size: 1.1rem; padding: .55rem .95rem; border-radius: var(--r-btn); transition: color var(--ease); }
.nav__menu a:hover, .nav__menu a[aria-current="page"] { color: var(--green); }
.nav__menu a.btn, .nav__menu a.btn:hover { color: #fff; }
.nav__cta { margin-left: auto; }
.nav__cta .btn { font-size: 1.08rem; padding: 1.05rem 1.9rem; }
.nav__toggle { display: none; background: none; border: 0; cursor: pointer; padding: .5rem; width: 46px; height: 46px; border-radius: var(--r-sm); }
.nav__toggle span { display: block; width: 24px; height: 2.5px; background: var(--ink); border-radius: 2px; transition: var(--ease); }
.nav__toggle span + span { margin-top: 5px; }
.nav__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
@media (max-width: 920px) {
  .nav__toggle { display: block; }
  .nav__menu {
    position: fixed; inset: var(--header-h) 0 0 0; flex-direction: column; align-items: flex-start; gap: .3rem;
    background: var(--green-deep); padding: 2.4rem var(--gutter) 2rem; overflow-y: auto;
    transform: translateY(-104%); transition: transform .55s cubic-bezier(.22,1,.36,1), visibility 0s linear .55s; visibility: hidden;
  }
  .nav__menu.is-open { transform: translateY(0); visibility: visible; transition: transform .55s cubic-bezier(.22,1,.36,1); }
  .nav__menu > a {
    color: #fff; font-size: clamp(1.2rem, 4.2vw, 1.45rem); font-weight: 600; letter-spacing: -.01em; padding: .45rem 0;
    opacity: 0; transform: translateY(18px); transition: opacity .45s ease, transform .45s cubic-bezier(.22,1,.36,1), color .2s ease;
  }
  .nav__menu.is-open > a { opacity: 1; transform: none; }
  .nav__menu.is-open > a:nth-of-type(1) { transition-delay: .08s; }
  .nav__menu.is-open > a:nth-of-type(2) { transition-delay: .15s; }
  .nav__menu.is-open > a:nth-of-type(3) { transition-delay: .22s; }
  .nav__menu.is-open > a:nth-of-type(4) { transition-delay: .29s; }
  .nav__menu > a:hover, .nav__menu > a[aria-current="page"] { color: #7fd0ab; background: none; }
  .nav__cta { margin: 1.8rem 0 0; width: 100%; opacity: 0; transform: translateY(14px); transition: opacity .45s ease .36s, transform .45s cubic-bezier(.22,1,.36,1) .36s; }
  .nav__menu.is-open .nav__cta { opacity: 1; transform: none; }
  .nav__cta .btn { width: 100%; font-size: 1rem; padding: .95rem 2rem; }
  .nav__meta { display: flex; flex-direction: column; gap: .55rem; margin-top: auto; padding-top: 2.2rem; opacity: 0; transition: opacity .45s ease .45s; }
  .nav__menu.is-open .nav__meta { opacity: 1; }
  .nav__meta a { color: rgba(255,255,255,.75); font-size: 1.02rem; padding: 0; }
  .nav__meta a:hover { color: #fff; }
}

/* --- Hero ---------------------------------------------------------------- */
.hero { padding: clamp(.6rem, 1vw, 1rem) clamp(.6rem, 1vw, 1rem) 0; }
.hero__stage { position: relative; border-radius: var(--r-xl); overflow: hidden; min-height: min(88vh, 820px); display: flex; align-items: flex-end; color: #fff; isolation: isolate; }
.hero__stage img.hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }

/* Hero-Slideshow mit Ken-Burns-Zoom & Crossfade */
.hero__slides { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.hero__slides img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; will-change: opacity, transform; animation: heroKB 24s cubic-bezier(.4,0,.2,1) infinite; }
.hero__slides img:nth-child(1) { animation-delay: 0s; }
.hero__slides img:nth-child(2) { animation-delay: 8s; }
.hero__slides img:nth-child(3) { animation-delay: 16s; }
@keyframes heroKB {
  0%   { opacity: 0; transform: scale(1.06); }
  3%   { opacity: 1; }
  30%  { opacity: 1; }
  36%  { opacity: 0; transform: scale(1.14); }
  100% { opacity: 0; transform: scale(1.14); }
}
@media (prefers-reduced-motion: reduce) { .hero__slides img { animation: none; opacity: 1; } .hero__slides img:nth-child(n+2) { display: none; } }
.hero__stage::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(5,31,25,.15) 0%, rgba(5,31,25,.05) 40%, rgba(5,31,25,.72) 100%); }
.hero__wrap { position: relative; z-index: 1; width: 100%; display: grid; grid-template-columns: 1.5fr .95fr; align-items: end; gap: 1.4rem; padding-block: clamp(2rem, 1.4rem + 3vw, 4rem); }
@media (max-width: 980px) { .hero__wrap { grid-template-columns: 1fr; } }
.hero__content h1 { color: #fff; }
.hero__content p { color: rgba(255,255,255,.92); margin-top: 1.2rem; max-width: 42ch; font-size: 1.12rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.9rem; }
.hero__card { background: #fff; color: var(--ink); border-radius: var(--r-lg); box-shadow: var(--shadow-md); padding: clamp(1.5rem, 1.1rem + 1.5vw, 2.1rem); }
.hero__card h2 { font-size: clamp(1.35rem, 1.2rem + .7vw, 1.7rem); }
.hero__card p { color: var(--ink-soft); margin-top: .5rem; font-size: .98rem; }
.hero__card .quick { display: grid; gap: .6rem; margin-top: 1.3rem; }
.hero__card .quick a { display: flex; align-items: center; gap: .75rem; padding: .8rem .95rem; border-radius: var(--r-md); background: var(--bg-soft); border: 1px solid var(--line); font-weight: 600; color: var(--ink); transition: background var(--ease), transform var(--ease); }
.hero__card .quick a:hover { background: var(--mint); transform: translateX(3px); }
.hero__card .quick svg { width: 20px; height: 20px; color: var(--green); flex: none; }
.hero__card .quick small { display: block; font-weight: 400; color: var(--ink-soft); font-size: .78rem; }

/* --- Abschnittskopf ------------------------------------------------------ */
.head { max-width: 620px; }
.head.center { margin-inline: auto; }
.head h2 + p { margin-top: 1.2rem; }
.head p { max-width: 56ch; }
.head.center p { margin-inline: auto; }
.head--row { display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; max-width: none; }
.head--row > div { max-width: 620px; }

/* --- Why choose us (Merkmale) ------------------------------------------- */
.features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
@media (max-width: 900px) { .features { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .features { grid-template-columns: 1fr; } }
.features.cols-5 { grid-template-columns: repeat(5, 1fr); }
@media (max-width: 1000px) { .features.cols-5 { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 680px) { .features.cols-5 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 440px) { .features.cols-5 { grid-template-columns: 1fr; } }
.feature .ic { width: 64px; height: 64px; border-radius: 50%; background: var(--mint); display: grid; place-items: center; margin-bottom: 1.1rem; }
.feature .ic svg { width: 28px; height: 28px; color: var(--green); stroke-width: 1.8; }
.section--deep .feature .ic { background: rgba(255,255,255,.95); }
.section--deep .feature .ic svg { color: var(--green); }
.feature h3 { font-size: 1.35rem; margin-bottom: .5rem; }
.feature p { color: var(--ink-soft); font-size: 1.02rem; }

/* --- Service-Fotokarten -------------------------------------------------- */
.services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
@media (max-width: 900px) { .services { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; } }
.svc__media { position: relative; }
.svc__media img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: var(--r-lg); }
.svc__badge { position: absolute; left: 16px; bottom: 16px; width: 62px; height: 62px; border-radius: 50%; background: var(--mint); border: 4px solid rgba(255,255,255,.95); display: grid; place-items: center; z-index: 2; }
.svc__badge svg { width: 27px; height: 27px; color: var(--green); stroke-width: 1.8; }
.svc__body { padding: 1.6rem .2rem 0; }
.section--deep .svc__body h3, .section--deep .svc__body h2 { color: #fff; }
.section--deep .svc__body p { color: rgba(255,255,255,.76); }
.svc__body h3, .svc__body h2 { margin-bottom: .5rem; }
.svc__body p { color: var(--ink-soft); }
.svc__body .btn--text { margin-top: .9rem; }
.section--deep .svc__body .btn--text { color: #fff; }
.section--deep .svc__body .btn--text:hover { color: #7fd0ab; }

/* --- Leistungs-Karten (Icon-geführt) ------------------------------------ */
.scards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
@media (max-width: 900px) { .scards { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .scards { grid-template-columns: 1fr; } }
.scard { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 2rem 1.9rem; box-shadow: var(--shadow-xs); transition: transform var(--ease), box-shadow var(--ease), border-color var(--ease); }
.scard:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--mint-line); }
.scard .ic { width: 62px; height: 62px; border-radius: 50%; background: var(--mint); display: grid; place-items: center; margin-bottom: 1.2rem; }
.scard .ic svg { width: 28px; height: 28px; color: var(--green); stroke-width: 1.8; }
.scard h3 { font-size: 1.5rem; margin-bottom: .6rem; }
.scard p { color: var(--ink-soft); flex: 1; }
.scard .btn--text { margin-top: 1rem; align-self: flex-start; }

/* --- Feature-Panel (Bild-Ersatz für Bereiche ohne Foto) ----------------- */
.feature-panel { position: relative; overflow: hidden; border-radius: var(--r-lg); color: #fff; min-height: 100%; padding: clamp(1.8rem, 1.3rem + 2vw, 2.8rem); display: flex; flex-direction: column; justify-content: center;
  background: radial-gradient(90% 80% at 85% 10%, rgba(53,196,108,.4), transparent 55%), linear-gradient(150deg, var(--green) 0%, var(--green-deep) 100%); box-shadow: var(--shadow-md); }
.feature-panel::before { content: ""; position: absolute; right: -50px; bottom: -50px; width: 200px; height: 200px; border-radius: 50%; background: rgba(255,255,255,.08); }
.feature-panel .big-ic { position: relative; width: 88px; height: 88px; border-radius: 24px; background: rgba(255,255,255,.16); display: grid; place-items: center; margin-bottom: 1.4rem; }
.feature-panel .big-ic svg { width: 44px; height: 44px; color: #fff; stroke-width: 1.7; }
.feature-panel h3 { color: #fff; font-size: 1.5rem; margin-bottom: 1rem; position: relative; }
.feature-panel ul { position: relative; display: grid; gap: .55rem; }
.feature-panel li { display: flex; gap: .6rem; align-items: flex-start; color: rgba(255,255,255,.9); font-weight: 500; }
.feature-panel li svg { width: 18px; height: 18px; color: #bff0d5; flex: none; margin-top: 3px; }

/* --- Zielgruppen (Privat / Gewerbe) ------------------------------------- */
.audience { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
@media (max-width: 760px) { .audience { grid-template-columns: 1fr; } }
.aud { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 2.2rem; box-shadow: var(--shadow-xs); }
.aud__inner > .ic { width: 60px; height: 60px; border-radius: 50%; background: var(--mint); display: grid; place-items: center; margin-bottom: 1.2rem; }
.aud__inner > .ic svg { width: 27px; height: 27px; color: var(--green); stroke-width: 1.8; }
.aud h3 { font-size: 1.4rem; margin-bottom: .8rem; }
.aud p { color: var(--ink-soft); margin-bottom: 1.1rem; }

/* --- Galerie-Mosaik ------------------------------------------------------ */
.mosaic { display: grid; grid-template-columns: 1.25fr 1fr 1fr; grid-auto-rows: 210px; gap: 1.1rem; }
.mosaic img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--r-md); }
.mosaic .tall { grid-row: span 2; }
@media (max-width: 820px) { .mosaic { grid-template-columns: 1fr 1fr; grid-auto-rows: 180px; } }
@media (max-width: 520px) { .mosaic { grid-template-columns: 1fr; } .mosaic .tall { grid-row: auto; } }

/* --- Split (Text + Bild) ------------------------------------------------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.6rem, 4vw, 3.6rem); align-items: center; }
.split--reverse .split__media { order: -1; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; } .split--reverse .split__media { order: 0; } }
.split__media img { width: 100%; aspect-ratio: 4/3.4; object-fit: cover; border-radius: var(--r-lg); box-shadow: var(--shadow-sm); }
.split__media.tall img { aspect-ratio: 3/3.6; }

/* Checkliste */
.checks { display: grid; gap: .85rem; }
.checks li { display: flex; gap: .75rem; align-items: flex-start; }
.checks .ic { width: 26px; height: 26px; border-radius: 50%; background: var(--mint); display: grid; place-items: center; flex: none; margin-top: 1px; }
.checks .ic svg { width: 15px; height: 15px; color: var(--green); }
.section--deep .checks .ic { background: rgba(255,255,255,.14); }
.section--deep .checks .ic svg { color: #7fd0ab; }
.section--deep .checks li { color: rgba(255,255,255,.85); }

/* --- Prozess ------------------------------------------------------------- */
.process { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
@media (max-width: 860px) { .process { grid-template-columns: 1fr; max-width: 440px; margin-inline: auto; } }
.pstep { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.9rem; box-shadow: var(--shadow-xs); transition: transform var(--ease), box-shadow var(--ease); }
.pstep:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.pstep { padding: 2.2rem; }
.pstep .num { display: inline-grid; place-items: center; width: 50px; height: 50px; border-radius: 15px; background: var(--green); color: #fff; font-weight: 600; margin-bottom: 1.2rem; font-size: 1.25rem; }
.pstep h3 { font-size: 1.45rem; margin-bottom: .5rem; }
.pstep p { color: var(--ink-soft); }

/* --- Werte / Warum wir (Kartenband) ------------------------------------- */
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
@media (max-width: 860px) { .values { grid-template-columns: 1fr; } }
.value { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 2rem; box-shadow: var(--shadow-xs); transition: transform var(--ease), box-shadow var(--ease); }
.value:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.value .ic { width: 60px; height: 60px; border-radius: 50%; background: var(--mint); display: grid; place-items: center; margin-bottom: 1.2rem; }
.value .ic svg { width: 27px; height: 27px; color: var(--green); stroke-width: 1.8; }

/* Slogan-Band */
.slogan { background: var(--green); color: #fff; text-align: center; }
.slogan .container { padding-block: clamp(1.6rem, 1.2rem + 1.5vw, 2.4rem); }
.slogan p { font-size: clamp(1.3rem, 1.05rem + 1.2vw, 2rem); font-weight: 600; letter-spacing: -.02em; }
.slogan p .accent { color: #bff0d5; font-style: italic; }
.value h3 { font-size: 1.4rem; margin-bottom: .55rem; }
.value p { color: var(--ink-soft); }

/* --- Stat-Band ----------------------------------------------------------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; text-align: center; }
@media (max-width: 720px) { .stats { grid-template-columns: repeat(2, 1fr); gap: 2rem 1rem; } }
.stat b { display: block; font-size: clamp(2.1rem, 1.5rem + 2vw, 3rem); color: #fff; letter-spacing: -.03em; font-weight: 600; }
.stat span { font-size: .93rem; color: rgba(255,255,255,.72); }
.stat b span { font-size: inherit; color: inherit; }
.stat b { white-space: nowrap; }
.stat b small { font-size: .5em; font-weight: 600; margin-left: .18em; }

/* --- FAQ ----------------------------------------------------------------- */
.faq { max-width: 820px; margin-inline: auto; display: grid; gap: .8rem; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); padding: 0 1.4rem; transition: border-color var(--ease), box-shadow var(--ease); }
.faq details[open] { border-color: var(--mint-line); box-shadow: var(--shadow-xs); }
.faq summary { list-style: none; cursor: pointer; font-weight: 600; color: var(--ink); padding: 1.2rem 0; display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-size: 1.06rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; width: 24px; height: 24px; flex: none; background: var(--mint); border-radius: 50%; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23008151' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; background-size: 13px; transition: transform var(--ease); }
.faq details[open] summary::after { transform: rotate(135deg); }
.faq details p { padding-bottom: 1.3rem; color: var(--ink-soft); margin-top: -.2rem; }

/* --- CTA ----------------------------------------------------------------- */
.cta { border-radius: var(--r-xl); color: #fff; padding: clamp(2.4rem, 1.6rem + 3vw, 4.4rem); background: var(--green-deep); position: relative; overflow: hidden;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.6rem; text-align: left; }
.cta::before { content: ""; position: absolute; right: -60px; top: -60px; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle, rgba(0,129,81,.55), transparent 70%); }
.cta > * { position: relative; z-index: 1; }
.cta h2 { color: #fff; max-width: 20ch; }
.cta p { color: rgba(255,255,255,.82); margin-top: .5rem; max-width: 46ch; }
.cta__actions { display: flex; flex-wrap: wrap; gap: .8rem; }

/* --- Formular ------------------------------------------------------------ */
.form-wrap { display: grid; grid-template-columns: 1fr 350px; gap: clamp(1.5rem, 4vw, 2.6rem); align-items: start; }
@media (max-width: 960px) { .form-wrap { grid-template-columns: 1fr; } }
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-xl); padding: clamp(1.5rem, 1.1rem + 2vw, 2.6rem); box-shadow: var(--shadow-sm); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.15rem; }
.form-grid .full { grid-column: 1 / -1; }
@media (max-width: 560px) { .form-grid { grid-template-columns: 1fr; } }
.field { display: flex; flex-direction: column; gap: .45rem; }
.field label { font-weight: 600; font-size: .92rem; color: var(--ink); }
.field label .req { color: #d1493b; }
.field input, .field select, .field textarea { font: inherit; color: var(--ink); background: var(--bg-soft); border: 1.5px solid var(--line); border-radius: var(--r-md); padding: .85rem .95rem; width: 100%; transition: border-color var(--ease), box-shadow var(--ease), background var(--ease); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; background: #fff; border-color: var(--green); box-shadow: 0 0 0 4px rgba(0,129,81,.14); }
.field textarea { min-height: 140px; resize: vertical; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.consent { display: flex; gap: .65rem; align-items: flex-start; font-size: .9rem; color: var(--ink-soft); }
.consent input { margin-top: .2rem; width: 19px; height: 19px; flex: none; accent-color: var(--green); }
.form-note { font-size: .82rem; color: var(--ink-soft); }
.err-note { color: #c0392b; font-size: .82rem; }
.alert { border-radius: var(--r-md); padding: 1.1rem 1.3rem; margin-bottom: 1.5rem; font-weight: 500; border: 1.5px solid; }
.alert--ok { background: var(--mint); border-color: var(--mint-line); color: var(--green-deep); }
.alert--err { background: #fdecea; border-color: #f5c6c0; color: #a5372b; }
.contact-aside { display: grid; gap: 1rem; }
.contact-card { background: var(--green-deep); color: rgba(255,255,255,.85); border-radius: var(--r-xl); padding: 1.9rem; }
.contact-card h2, .contact-card h3 { color: #fff; margin-bottom: 1.1rem; }
.contact-card a { color: #fff; }
.contact-row { display: flex; gap: .85rem; align-items: flex-start; padding: .55rem 0; }
.contact-row svg { width: 20px; height: 20px; color: #7fd0ab; flex: none; margin-top: 3px; }
.contact-row small { display: block; color: rgba(255,255,255,.6); font-size: .74rem; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 1px; }

/* --- Rechtsseiten -------------------------------------------------------- */
.prose { max-width: 820px; margin-inline: auto; }
.prose h2 { margin-top: 2.4rem; margin-bottom: .8rem; font-size: 1.5rem; }
.prose h3 { margin-top: 1.6rem; margin-bottom: .5rem; }
.prose p, .prose ul.dashed { margin-bottom: 1rem; color: var(--ink); }
.prose ul.dashed { padding-left: 1.2rem; list-style: disc; }
.prose ul.dashed li { margin-bottom: .4rem; }
.prose a { text-decoration: underline; }
.page-head { background: var(--bg-soft); border-bottom: 1px solid var(--line); }
.page-head .container { padding-block: clamp(2.6rem, 2rem + 3vw, 4.5rem); }
.breadcrumb { font-size: .85rem; color: var(--ink-soft); margin-bottom: .8rem; }
.breadcrumb a { color: var(--ink-soft); }
.page-head .lead { margin-top: 1rem; max-width: 60ch; }

/* --- Footer (Vorlagen-Stil: abgerundete dunkle Karte + CTA + Watermark) -- */
.site-footer { background: var(--bg); padding: 0 clamp(.6rem, 1vw, 1rem) clamp(.6rem, 1vw, 1rem); }
.footer-shell { position: relative; overflow: hidden; border-radius: var(--r-xl); color: rgba(255,255,255,.72); padding-top: clamp(3.5rem, 2.5rem + 3vw, 6rem); background:
  radial-gradient(60% 40% at 90% 0%, rgba(53,196,108,.14), transparent 60%),
  radial-gradient(50% 45% at 0% 100%, rgba(0,129,81,.20), transparent 62%),
  linear-gradient(150deg, #143d2d 0%, var(--green-deep) 48%, #0a251c 100%); }
.footer-watermark { position: absolute; top: -.06em; left: 50%; transform: translateX(-50%); font-size: clamp(7rem, 17vw, 16rem); font-weight: 600; letter-spacing: -.04em; line-height: 1; color: rgba(255,255,255,.045); white-space: nowrap; pointer-events: none; }
.footer-cta { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 1.6rem 2rem; flex-wrap: wrap; padding-bottom: clamp(3rem, 2rem + 4vw, 6rem); }
.footer-cta h2 { color: #fff; max-width: 22ch; }
.footer-cta__actions { display: flex; gap: .8rem; flex-wrap: wrap; }
.footer-grid { position: relative; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.1fr; gap: 2.4rem; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-grid h3, .footer-grid h4 { color: #fff; font-size: 1.3rem; font-weight: 600; letter-spacing: -.02em; margin-bottom: 1.2rem; }
.footer-brand .badge { width: 56px; height: 56px; border-radius: 15px; background: #fff; display: grid; place-items: center; padding: 6px; margin-bottom: 1rem; }
.footer-brand .motto { color: #7fd0ab; font-weight: 700; margin-bottom: .5rem; }
.footer-brand p { font-size: .98rem; max-width: 34ch; line-height: 1.6; }
.site-footer a { color: rgba(255,255,255,.82); }
.site-footer a:hover { color: #fff; }
.footer-links li { margin-bottom: .65rem; font-size: 1.02rem; }
.footer-contact li { margin-bottom: .7rem; font-size: 1rem; display: flex; gap: .55rem; }
.footer-contact svg { width: 18px; height: 18px; color: #7fd0ab; flex: none; margin-top: 4px; }
.footer-mini { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; max-width: 240px; }
.footer-mini a { display: block; border-radius: 12px; overflow: hidden; }
.footer-mini img { width: 100%; aspect-ratio: 1/1; object-fit: cover; transition: transform .6s cubic-bezier(.22,1,.36,1); }
.footer-mini a:hover img { transform: scale(1.07); }
.footer-bottom { position: relative; border-top: 1px solid rgba(255,255,255,.1); margin-top: clamp(2.5rem, 3vw, 3.5rem); padding-block: 1.5rem; display: flex; flex-wrap: wrap; gap: .6rem 1.4rem; justify-content: space-between; font-size: .9rem; }
.footer-bottom nav { display: flex; gap: 1.2rem; flex-wrap: wrap; }

/* --- WhatsApp-Button ----------------------------------------------------- */
.wa-float { position: fixed; right: clamp(1rem, 3vw, 1.8rem); bottom: clamp(1rem, 3vw, 1.8rem); z-index: 200; display: inline-flex; align-items: center; gap: .6rem; background: #25d366; color: #04371a; font-weight: 700; padding: .9rem 1.25rem .9rem 1.05rem; border-radius: var(--r-btn); box-shadow: 0 14px 34px -8px rgba(37,211,102,.6), var(--shadow-md); transition: transform var(--ease); }
.wa-float:hover { transform: translateY(-3px) scale(1.03); color: #04371a; }
.wa-float svg { width: 26px; height: 26px; flex: none; }
.wa-float::after { content: ""; position: absolute; inset: 0; border-radius: inherit; z-index: -1; background: #25d366; animation: wa-pulse 2.4s ease-out infinite; }
@keyframes wa-pulse { 0% { transform: scale(1); opacity: .55; } 70%,100% { transform: scale(1.4); opacity: 0; } }
@media (max-width: 520px) { .wa-float .wa-label { display: none; } .wa-float { padding: .95rem; } }
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; } .wa-float::after { animation: none; } }

/* --- Leistungs-Marquee (Lauftext-Band) ---------------------------------- */
.marquee { background: var(--green-deep); color: #fff; overflow: hidden; padding-block: 1.05rem; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee__track { display: flex; align-items: center; gap: 2.2rem; width: max-content; animation: marquee 42s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__track span { font-size: 1.05rem; font-weight: 600; letter-spacing: -.01em; white-space: nowrap; display: inline-flex; align-items: center; gap: 2.2rem; }
.marquee__track span::after { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--em-400, #35c46c); flex: none; opacity: .9; }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee__track { animation: none; } }

/* --- Bento-Galerie ------------------------------------------------------- */
.bento { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 215px; gap: 1.1rem; }
.bento > * { border-radius: var(--r-lg); overflow: hidden; position: relative; }
.bento img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.22,1,.36,1); }
.bento a:hover img, .bento .b-photo:hover img { transform: scale(1.07); }
.bento .c2 { grid-column: span 2; } .bento .r2 { grid-row: span 2; }
.bento .b-tile { display: flex; flex-direction: column; justify-content: center; padding: 1.7rem; color: #fff;
  background: radial-gradient(90% 90% at 80% 10%, rgba(53,196,108,.45), transparent 55%), linear-gradient(150deg, var(--green), var(--green-deep)); }
.bento .b-tile .big { font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem); font-weight: 700; letter-spacing: -.02em; line-height: 1.1; }
.bento .b-tile .big .accent { color: #bff0d5; font-style: italic; }
.bento .b-tile .lbl { font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.75); margin-bottom: .6rem; }
.bento .b-tile.light { background: var(--mint); color: var(--green-deep); }
.bento .b-tile.light .lbl { color: var(--green); }
.bento .b-tile .num { font-size: clamp(2.2rem, 1.6rem + 2vw, 3.2rem); font-weight: 700; letter-spacing: -.03em; line-height: 1; }
@media (max-width: 860px) { .bento { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; } .bento .c2 { grid-column: span 2; } }
@media (max-width: 520px) { .bento { grid-template-columns: 1fr 1fr; grid-auto-rows: 150px; } .bento .r2 { grid-row: span 2; } }

/* Hover-Zoom-Wrapper (für Karten-/Split-Bilder) */
.zoom { overflow: hidden; }
.zoom img { transition: transform .7s cubic-bezier(.22,1,.36,1); }
.zoom:hover img { transform: scale(1.06); }
.svc__media { overflow: hidden; border-radius: var(--r-lg); }
.svc__media img { transition: transform .7s cubic-bezier(.22,1,.36,1); }
.svc:hover .svc__media img { transform: scale(1.06); }

/* Zähl-Animation: gleiche Breite, kein Springen */
.stat b { font-variant-numeric: tabular-nums; }

/* --- Reveal -------------------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s cubic-bezier(.22,1,.36,1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

/* ==========================================================================
   Zusatz-Komponenten: Vorher/Nachher, Karte, Bewertungen, Video, Social
   ========================================================================== */

/* --- Vorher/Nachher-Schieberegler --------------------------------------- */
.ba { position: relative; border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 16/10; box-shadow: var(--shadow-md); user-select: none; touch-action: pan-y; isolation: isolate; }
.ba img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; pointer-events: none; }
.ba__before { position: absolute; inset: 0; clip-path: inset(0 calc(100% - var(--pos, 50%)) 0 0); }
.ba__divider { position: absolute; top: 0; bottom: 0; left: var(--pos, 50%); width: 3px; background: #fff; transform: translateX(-50%); pointer-events: none; box-shadow: 0 0 12px rgba(0,0,0,.25); z-index: 2; }
.ba__grip { position: absolute; top: 50%; left: var(--pos, 50%); transform: translate(-50%, -50%); width: 48px; height: 48px; border-radius: 50%; background: #fff; display: grid; place-items: center; box-shadow: var(--shadow-md); pointer-events: none; color: var(--green); z-index: 3; }
.ba__grip svg { width: 24px; height: 24px; }
.ba__range { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; z-index: 4; }
.ba__range:focus-visible + .ba__grip { outline: 3px solid var(--green); outline-offset: 3px; }
.ba__tag { position: absolute; top: 14px; z-index: 2; background: rgba(5,31,25,.72); color: #fff; font-weight: 700; font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; padding: .38rem .8rem; border-radius: var(--r-btn); backdrop-filter: blur(3px); }
.ba__tag--before { left: 14px; } .ba__tag--after { right: 14px; }

/* --- Einsatzgebiet-Karte ------------------------------------------------- */
.area-map { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-md); background: var(--mint); }
.area-map svg { width: 100%; height: auto; display: block; }
.area-map .pin-pulse { transform-origin: center; animation: pinPulse 2.4s ease-out infinite; }
@keyframes pinPulse { 0% { opacity: .55; r: 8; } 70%,100% { opacity: 0; r: 34; } }
@media (prefers-reduced-motion: reduce) { .area-map .pin-pulse { animation: none; opacity: 0; } }
.area-list { display: grid; gap: .7rem; margin-top: 1.4rem; }
.area-list li { display: flex; gap: .7rem; align-items: center; font-weight: 600; }
.area-list svg { width: 20px; height: 20px; color: var(--green); flex: none; }

/* --- Google-Bewertungen -------------------------------------------------- */
.gbadge { display: inline-flex; align-items: center; gap: .7rem; background: #fff; border: 1px solid var(--line); border-radius: var(--r-btn); padding: .6rem 1.15rem; box-shadow: var(--shadow-sm); }
.gbadge svg.g { width: 22px; height: 22px; }
.gbadge b { font-size: 1.1rem; }
.stars { display: inline-flex; gap: 1px; color: #fbbc05; }
.stars svg { width: 17px; height: 17px; fill: currentColor; stroke: none; }
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
@media (max-width: 900px) { .reviews { grid-template-columns: 1fr; max-width: 520px; margin-inline: auto; } }
.review { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.9rem; box-shadow: var(--shadow-xs); display: flex; flex-direction: column; gap: .9rem; }
.review .stars svg { width: 18px; height: 18px; }
.review p { color: var(--ink); flex: 1; }
.review .who { display: flex; align-items: center; gap: .7rem; }
.review .ava { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-weight: 700; flex: none; }
.review .who b { display: block; font-size: .96rem; }
.review .who small { color: var(--ink-soft); display: inline-flex; align-items: center; gap: .3rem; }
.review .who small svg { width: 13px; height: 13px; }

/* --- Video-Sektion ------------------------------------------------------- */
.video-ph { position: relative; aspect-ratio: 16/9; border-radius: var(--r-xl); overflow: hidden; display: grid; place-items: center; box-shadow: var(--shadow-md);
  background: radial-gradient(90% 90% at 70% 20%, rgba(53,196,108,.4), transparent 55%), linear-gradient(150deg, var(--green), var(--green-deep)); color: #fff; }
.video-ph video, .video-ph iframe { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border: 0; }
.video-ph .play { width: 86px; height: 86px; border-radius: 50%; background: rgba(255,255,255,.95); display: grid; place-items: center; color: var(--green); position: relative; z-index: 1; box-shadow: var(--shadow-md); }
.video-ph .play svg { width: 40px; height: 40px; }
.video-ph .play::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: rgba(255,255,255,.5); z-index: -1; animation: wa-pulse 2.4s ease-out infinite; }
.video-ph .cap { position: absolute; bottom: 18px; left: 20px; font-weight: 600; z-index: 1; }

/* --- Social-Links -------------------------------------------------------- */
.socials { display: inline-flex; gap: .5rem; }
.social-link { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.08); color: #fff; transition: background var(--ease), transform var(--ease); }
.social-link:hover { background: rgba(255,255,255,.18); color: #fff; transform: translateY(-2px); }
.social-link svg { width: 20px; height: 20px; }

/* --- Kontaktformular: Upload & AJAX-Zustände ---------------------------- */
.dropzone { border: 1.8px dashed var(--mint-line); border-radius: var(--r-md); padding: 1.3rem; text-align: center; color: var(--ink-soft); cursor: pointer; transition: border-color var(--ease), background var(--ease); background: var(--bg-soft); }
.dropzone:hover, .dropzone.drag { border-color: var(--green); background: var(--mint); }
.dropzone svg { width: 26px; height: 26px; color: var(--green); margin: 0 auto .4rem; }
.dropzone b { color: var(--green); }
.dropzone input { display: none; }
.previews { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: .8rem; }
.previews .thumb { position: relative; width: 72px; height: 72px; border-radius: 10px; overflow: hidden; border: 1px solid var(--line); }
.previews .thumb img { width: 100%; height: 100%; object-fit: cover; }
.previews .thumb button { position: absolute; top: 2px; right: 2px; width: 20px; height: 20px; border: 0; border-radius: 50%; background: rgba(5,31,25,.75); color: #fff; cursor: pointer; font-size: 13px; line-height: 1; display: grid; place-items: center; }
.btn.is-loading { pointer-events: none; opacity: .85; }
.btn .spinner { width: 18px; height: 18px; border: 2.5px solid rgba(255,255,255,.4); border-top-color: #fff; border-radius: 50%; animation: spin .7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.form-success { text-align: center; padding: 2.5rem 1rem; }
.form-success .circle { width: 78px; height: 78px; border-radius: 50%; background: var(--mint); display: grid; place-items: center; margin: 0 auto 1.2rem; }
.form-success .circle svg { width: 40px; height: 40px; color: var(--green); stroke-dasharray: 48; stroke-dashoffset: 48; animation: draw .6s ease forwards .1s; }
@keyframes draw { to { stroke-dashoffset: 0; } }
.form-success h3 { font-size: 1.5rem; margin-bottom: .5rem; }
.form-success p { color: var(--ink-soft); }

/* --- Google-Bewertungs-Emblem im Hero ----------------------------------- */
.g-emblem { display: inline-flex; align-items: center; gap: .8rem; margin-top: 1.6rem;
  background: #fff; color: var(--ink); border-radius: 16px; padding: .7rem 1.1rem .7rem .9rem;
  box-shadow: var(--shadow-md); transition: transform var(--ease), box-shadow var(--ease); }
.g-emblem:hover { transform: translateY(-3px); color: var(--ink); box-shadow: var(--shadow-lg); }
.g-emblem__g { width: 40px; height: 40px; border-radius: 50%; background: var(--bg-soft); display: grid; place-items: center; flex: none; }
.g-emblem__g svg { width: 24px; height: 24px; }
.g-emblem__body { display: flex; flex-direction: column; line-height: 1.15; }
.g-emblem__top { display: inline-flex; align-items: center; gap: .5rem; }
.g-emblem__top b { font-size: 1.35rem; letter-spacing: -.02em; }
.g-emblem__top .stars { color: #fbbc05; }
.g-emblem__top .stars svg { width: 17px; height: 17px; }
.g-emblem__sub { font-size: .82rem; color: var(--ink-soft); font-weight: 600; }

/* --- Parallax-Bildbanner (Slogan über Foto) ----------------------------- */
.banner { position: relative; overflow: hidden; color: #fff; text-align: center; }
.banner__bg { position: absolute; inset: 0; background-size: cover; background-position: center; background-attachment: fixed; z-index: -2; transform: scale(1.02); }
.banner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(150deg, rgba(0,129,81,.6), rgba(5,31,25,.82)); z-index: -1; }
.banner .container { position: relative; z-index: 1; padding-block: clamp(4rem, 3rem + 5vw, 7.5rem); }
.banner__slogan { font-size: clamp(1.7rem, 1.2rem + 2vw, 3rem); font-weight: 700; letter-spacing: -.025em; line-height: 1.12; }
.banner__slogan .accent { color: #bff0d5; font-style: italic; }
@media (max-width: 820px) { .banner__bg { background-attachment: scroll; } }
@media (prefers-reduced-motion: reduce) { .banner__bg { background-attachment: scroll; } }

/* --- Zielgruppen-Karten mit Foto ---------------------------------------- */
.aud { padding: 0; overflow: hidden; }
.aud__media { height: 200px; overflow: hidden; }
.aud__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.22,1,.36,1); }
.aud:hover .aud__media img { transform: scale(1.05); }
.aud__inner { padding: 2rem 2.2rem 2.2rem; position: relative; }
.aud__inner > .ic { margin-top: -3.6rem; position: relative; border: 4px solid #fff; }

/* --- CTA mit Foto-Hintergrund (alle Seiten) ----------------------------- */
.cta { background: linear-gradient(150deg, rgba(0,106,67,.9), rgba(5,31,25,.92)), url("/assets/img/photos/gal-1.jpg"); background-size: cover; background-position: center; }
.cta::before { opacity: .5; }

/* --- „Warum wir" im Vorlagen-Stil (Bild + Zitatkarte + Feature-Zeilen) --- */
.about-media { position: relative; }
.about-media img { width: 100%; aspect-ratio: 1/1.04; object-fit: cover; border-radius: var(--r-lg); box-shadow: var(--shadow-sm); }
.quote-card { position: absolute; left: 1.3rem; bottom: 1.3rem; max-width: min(420px, calc(100% - 2.6rem)); background: #fff; border-radius: var(--r-md); padding: 1.5rem 1.7rem; box-shadow: var(--shadow-md); }
.quote-card p { font-weight: 600; font-size: 1.18rem; line-height: 1.45; color: var(--ink); letter-spacing: -.01em; }
.quote-card .who { display: flex; align-items: center; gap: .7rem; margin-top: 1.1rem; }
.quote-card .ava { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-weight: 600; flex: none; }
.quote-card .who b { display: block; font-size: .98rem; }
.quote-card .who small { color: var(--ink-soft); }
.frows { display: grid; gap: 1.7rem; margin-top: .8rem; }
.frow { display: flex; gap: 1.2rem; align-items: flex-start; }
.frow .ic { width: 62px; height: 62px; border-radius: 50%; background: var(--mint); display: grid; place-items: center; flex: none; }
.frow .ic svg { width: 28px; height: 28px; color: var(--green); stroke-width: 1.8; }
.frow h3 { font-size: 1.45rem; margin-bottom: .3rem; }
.frow p { color: var(--ink-soft); }

/* Kachel für Bereiche ohne Foto (im Services-Grid) */
.svc__tile { width: 100%; aspect-ratio: 1/1; border-radius: var(--r-lg); display: grid; place-items: center;
  background: radial-gradient(90% 90% at 75% 15%, rgba(53,196,108,.35), transparent 55%), linear-gradient(150deg, var(--green), var(--green-deep-2)); }
.svc__tile svg { width: 76px; height: 76px; color: rgba(255,255,255,.92); stroke-width: 1.3; }

/* Abgerundete Vollbreiten-Sektion (wie Hero) */
.section--rounded { border-radius: var(--r-xl); margin-inline: clamp(.6rem, 1vw, 1rem); }

/* Bewertungen auf dunkelgrünem Grund */
.section--deep .review { color: var(--ink); border-color: transparent; box-shadow: var(--shadow-md); }
.section--deep .gbadge { border-color: transparent; box-shadow: var(--shadow-md); }

/* Kleine Google-Pill im Hero (einzeilig) */
.hero__pills { display: flex; flex-wrap: wrap; align-items: center; gap: .6rem; margin-bottom: 1.2rem; }
.gpill { display: inline-flex; align-items: center; gap: .45rem; background: #fff; color: var(--ink); font-weight: 700; font-size: .85rem; padding: .45rem .95rem; border-radius: var(--r-btn); white-space: nowrap; transition: transform var(--ease); }
.gpill:hover { color: var(--ink); transform: translateY(-1px); }
.gpill > svg { width: 16px; height: 16px; flex: none; }
.gpill .stars { display: inline-flex; gap: 1px; }
.gpill .stars svg { width: 12px; height: 12px; }
.gpill__txt { color: var(--ink-soft); font-weight: 600; }

/* Google-Badge: Logo klein & einzeilig */
.gbadge { white-space: nowrap; }
.gbadge > svg { width: 24px; height: 24px; flex: none; }
.gbadge > span { white-space: nowrap; }

/* Instagram-Galerie */
.ig-handle { display: inline-flex; align-items: center; gap: .5rem; font-weight: 700; color: var(--green); }
.ig-handle svg { width: 20px; height: 20px; }
.b-tile--ig { text-align: center; align-items: center; color: #fff; }
.b-tile--ig .ig-ic { width: 58px; height: 58px; border-radius: 17px; background: rgba(255,255,255,.16); display: grid; place-items: center; margin-bottom: .9rem; }
.b-tile--ig .ig-ic svg { width: 30px; height: 30px; color: #fff; }
.b-tile--ig:hover { color: #fff; }

/* --- Kontakt-Leiste rechts mittig (fährt bei Hover aus) ------------------ */
.contact-rail { position: fixed; right: 0; top: 50%; transform: translateY(-50%); z-index: 200;
  display: flex; flex-direction: column; align-items: flex-end; gap: .55rem; }
.rail-btn { display: flex; align-items: center; gap: .65rem; height: 54px; padding: 0 16px;
  border-radius: 27px 0 0 27px; color: #fff; font-weight: 600; font-size: .98rem; white-space: nowrap;
  max-width: 56px; overflow: hidden; box-shadow: var(--shadow-md);
  transition: max-width .5s cubic-bezier(.22,1,.36,1), filter .2s ease; }
.rail-btn svg { width: 24px; height: 24px; flex: none; }
.rail-btn span { opacity: 0; transition: opacity .3s ease .12s; }
.rail-btn:hover, .rail-btn:focus-visible { max-width: 280px; color: #fff; filter: brightness(1.06); }
.rail-btn:hover span, .rail-btn:focus-visible span { opacity: 1; }
.rail-btn--wa { background: #25d366; color: #04371a; }
.rail-btn--wa:hover, .rail-btn--wa:focus-visible { color: #04371a; }
.rail-btn--tel { background: var(--green); }
.rail-btn--mail { background: var(--green-deep); }
@media (max-width: 640px) { .rail-btn { height: 48px; max-width: 50px; padding: 0 13px; } .rail-btn svg { width: 22px; height: 22px; } }

/* --- Video-Sektion (Hochformat-Spot im Reel-Stil) ------------------------ */
.video-vertical { display: flex; justify-content: center; }
.video-vertical video { width: 100%; max-width: 470px; aspect-ratio: 9/16; object-fit: cover; background: #000;
  border-radius: var(--r-xl); box-shadow: var(--shadow-lg); }

/* --- Video-Bühne: groß, Autoplay, unscharfer Video-Hintergrund ----------- */
.video-stage-wrap { padding: 0 clamp(.6rem, 1vw, 1rem); }
.video-stage { position: relative; overflow: hidden; border-radius: var(--r-xl); isolation: isolate;
  display: flex; flex-direction: column; align-items: center; gap: 2rem;
  padding: clamp(3rem, 2.4rem + 3vw, 5rem) 1rem clamp(2.6rem, 2rem + 2.5vw, 4rem);
  background: var(--green-deep); }
.video-stage::before { content: ""; position: absolute; inset: -60px; z-index: -1;
  background: url("/assets/img/photos/video-poster.jpg") center/cover;
  filter: blur(38px) brightness(.45) saturate(1.15); }
.video-stage__head { text-align: center; }
.video-stage__head h2 { color: #fff; max-width: 26ch; }
.video-stage .eyebrow { color: #9fe0bd; }
.video-stage .eyebrow::before { background: #9fe0bd; }
.video-shell { position: relative; }
.video-shell video { display: block; height: min(80vh, 800px); aspect-ratio: 9/16; width: auto;
  max-width: calc(100vw - 3.5rem); object-fit: cover; background: #000;
  border-radius: var(--r-lg); box-shadow: 0 40px 90px -30px rgba(0,0,0,.6); }
.video-sound { position: absolute; right: 14px; bottom: 14px; width: 54px; height: 54px; border-radius: 50%;
  border: 0; cursor: pointer; background: rgba(255,255,255,.95); color: var(--green-deep);
  display: grid; place-items: center; box-shadow: var(--shadow-md); transition: transform var(--ease); }
.video-sound:hover { transform: scale(1.08); }
.video-sound svg { width: 26px; height: 26px; }
.video-stage__cap { color: rgba(255,255,255,.85); font-weight: 500; text-align: center; }
.video-stage__cap a { color: #9fe0bd; font-weight: 700; }
.video-stage__cap a:hover { color: #fff; }

/* --- Bereichs-Unterseiten: Gruppen & Mini-Galerie ------------------------ */
.checks-title { font-size: 1.15rem; margin: 1.4rem 0 .7rem; color: var(--green-deep); }
.checks-title:first-of-type { margin-top: .4rem; }
.checks--tight { gap: .45rem; }
.mini-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.1rem; }
.mini-gallery__item { border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 3 / 3.4; }
.mini-gallery__item img { width: 100%; height: 100%; object-fit: cover; }
.mini-gallery:has(> :last-child:nth-child(2)) { grid-template-columns: repeat(2, 1fr); }
.mini-gallery:has(> :last-child:nth-child(2)) .mini-gallery__item { aspect-ratio: 16 / 10; }
@media (max-width: 860px) { .mini-gallery { grid-template-columns: repeat(2, 1fr); } }

/* --- Notruf-Button (Kontakt-Leiste) -------------------------------------- */
.rail-btn--sos { background: #d92d20; position: relative; }
.rail-btn--sos::after { content: ""; position: absolute; inset: 0; border-radius: inherit;
  box-shadow: 0 0 0 0 rgba(217,45,32,.55); animation: sos-pulse 2.2s ease-out infinite; pointer-events: none; }
@keyframes sos-pulse { 0% { box-shadow: 0 0 0 0 rgba(217,45,32,.55); } 70% { box-shadow: 0 0 0 14px rgba(217,45,32,0); } 100% { box-shadow: 0 0 0 0 rgba(217,45,32,0); } }
@media (prefers-reduced-motion: reduce) { .rail-btn--sos::after { animation: none; } }
body.menu-open .contact-rail { opacity: 0; pointer-events: none; transition: opacity .25s ease; }

/* --- Leistungsseiten: Landingpage-Elemente ------------------------------- */
.page-head--big { padding-block: clamp(3rem, 2.4rem + 3vw, 5.5rem) clamp(2.2rem, 2rem + 2vw, 3.6rem); }
.page-claim { font-size: clamp(1.25rem, 1.05rem + .9vw, 1.7rem); font-weight: 600; color: var(--green);
  letter-spacing: -.02em; margin: .4rem 0 .9rem; }
.overview-strip { display: flex; flex-wrap: wrap; gap: .6rem .7rem; }
.ov-item { display: inline-flex; align-items: center; gap: .5rem; background: #fff; border: 1px solid var(--line);
  border-radius: 100px; padding: .55rem 1.05rem .55rem .6rem; font-size: .93rem; font-weight: 500; color: var(--ink); }
.ov-item .ic { width: 26px; height: 26px; border-radius: 50%; background: var(--mint); color: var(--green);
  display: grid; place-items: center; flex: none; }
.ov-item .ic svg { width: 14px; height: 14px; }
.stack .txt { color: var(--ink-soft); max-width: 56ch; }
.checks--light li { color: #fff; }
.checks--light .ic { background: rgba(255,255,255,.14); color: #9fe0bd; }
.section--deep .checks--light span:not(.ic) { color: rgba(255,255,255,.92); }
.cta-band { background: linear-gradient(135deg, var(--green) 0%, #0a5c3e 100%); color: #fff;
  border-radius: var(--r-xl); padding: clamp(2rem, 1.6rem + 2vw, 3.4rem) clamp(1.6rem, 1.2rem + 2vw, 3rem);
  display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.cta-band h2 { color: #fff; font-size: clamp(1.6rem, 1.3rem + 1.4vw, 2.4rem); max-width: 22ch; }
.cta-band p { color: rgba(255,255,255,.82); margin-top: .5rem; }

/* --- Video: elegantes Split-Layout --------------------------------------- */
.video-split { align-items: center; }
.video-card { position: relative; width: min(100%, 400px); margin-inline: auto; border-radius: 28px; overflow: hidden;
  box-shadow: 0 34px 70px -28px rgba(17, 51, 43, .45); background: #000; }
.video-card video { display: block; width: 100%; aspect-ratio: 9 / 16; object-fit: cover; }
.video-card .video-sound { right: 12px; bottom: 12px; width: 48px; height: 48px; }
.video-blob { position: relative; }
.video-blob::before { content: ""; position: absolute; inset: 8% -6% -4% -10%; z-index: -1; border-radius: 40% 60% 55% 45% / 50% 45% 55% 50%;
  background: radial-gradient(80% 80% at 30% 25%, #dff2e8, var(--mint) 70%); }
@media (max-width: 900px) { .video-blob::before { inset: 6% 4% -3% 4%; } }

/* --- Navigation: Leistungen-Dropdown ------------------------------------- */
.nav__drop { position: relative; }
.nav__drop-toggle { display: inline-flex; align-items: center; gap: .35rem; }
.nav__caret { width: 15px; height: 15px; transition: transform .25s ease; }
.nav__drop:hover .nav__caret, .nav__drop:focus-within .nav__caret { transform: rotate(180deg); }
.nav__drop.is-current > .nav__drop-toggle { color: var(--green); }
.nav__drop-panel { position: absolute; top: 100%; left: 50%; transform: translate(-50%, 14px); min-width: 380px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); box-shadow: var(--shadow-lg);
  padding: .7rem; display: grid; gap: .15rem; opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .22s ease, transform .22s ease, visibility 0s linear .22s; z-index: 60; }
.nav__drop-panel::before { content: ""; position: absolute; top: -14px; left: 0; right: 0; height: 14px; }
.nav__drop:hover .nav__drop-panel, .nav__drop:focus-within .nav__drop-panel {
  opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 6px); transition-delay: 0s; }
.nav__drop-panel > a { display: flex; align-items: flex-start; gap: .8rem; padding: .75rem .8rem; border-radius: var(--r-sm);
  font-size: .95rem; line-height: 1.35; }
.nav__drop-panel > a:hover { background: var(--soft); }
.nav__drop-panel .di { width: 38px; height: 38px; border-radius: 12px; background: var(--mint); color: var(--green);
  display: grid; place-items: center; flex: none; margin-top: .1rem; }
.nav__drop-panel .di svg { width: 19px; height: 19px; }
.nav__drop-panel b { display: block; color: var(--ink); font-weight: 600; }
.nav__drop-panel small { display: block; color: var(--ink-soft); font-size: .82rem; margin-top: .15rem; max-width: 34ch; }
.nav__drop-panel .nav__drop-all { display: block; text-align: center; font-size: .88rem; font-weight: 600;
  color: var(--green); border-top: 1px solid var(--line); margin-top: .4rem; padding: .8rem .8rem .45rem; border-radius: 0; }
@media (max-width: 920px) {
  .nav__drop { position: static; }
  .nav__caret { display: none; }
  .nav__drop-panel { position: static; transform: none; opacity: 1; visibility: visible; pointer-events: auto;
    box-shadow: none; border: 0; background: transparent; min-width: 0; padding: 0 0 0 1rem; }
  .nav__drop-panel .di { display: none; }
  .nav__drop-panel small { display: none; }
  .nav__drop-panel > a { padding: .35rem 0; }
  .nav__drop-panel b { color: rgba(255,255,255,.85); font-weight: 500; font-size: 1.05rem; }
  .nav__drop-panel .nav__drop-all { display: none; }
}

/* Dropdown im mobilen Vollbild-Menü */
@media (max-width: 920px) {
  .nav__menu > .nav__drop { width: 100%; opacity: 0; transform: translateY(18px);
    transition: opacity .45s ease .15s, transform .45s cubic-bezier(.22,1,.36,1) .15s; }
  .nav__menu.is-open > .nav__drop { opacity: 1; transform: none; }
  .nav__drop-toggle { color: #fff; font-size: clamp(1.8rem, 7vw, 2.3rem); font-weight: 600; letter-spacing: -.02em; padding: .55rem 0; }
  .nav__drop-toggle:hover, .nav__drop-toggle[aria-current="page"] { color: #7fd0ab; }
  .nav__drop-panel { padding-left: .2rem; padding-bottom: .4rem; }
  .nav__drop-panel > a { display: block; }
  .nav__drop-panel b { font-size: 1.02rem; color: rgba(255,255,255,.8); }
  .nav__drop-panel > a:hover b, .nav__drop-panel > a[aria-current="page"] b { color: #7fd0ab; }
  .nav__drop-panel > a:hover { background: none; }
}
.area-towns { font-size: .92rem; color: var(--ink-soft); line-height: 1.8; max-width: 54ch; }

/* Play/Pause-Button auf Videos (ersetzt Ton-Umschalter – Videos sind stumm) */
.video-play { position: absolute; right: 14px; bottom: 14px; width: 54px; height: 54px; border-radius: 50%;
  border: 0; cursor: pointer; background: rgba(255,255,255,.95); color: var(--green-deep);
  display: grid; place-items: center; box-shadow: var(--shadow-md); transition: transform var(--ease); }
.video-play:hover { transform: scale(1.08); }
.video-play svg { width: 22px; height: 22px; }
.video-card .video-play { right: 12px; bottom: 12px; width: 48px; height: 48px; }

/* ==========================================================================
   Mobile-Menü – minimalistisch
   ========================================================================== */
@media (max-width: 920px) {
  .nav__menu { padding-top: 1.6rem; background:
    linear-gradient(168deg, #123527 0%, var(--green-deep) 55%, #0b2a20 100%); }
  .nav__menu > a:not(.nav__sos), .nav__drop-toggle { display: block; width: 100%; padding: .65rem 0 !important; }
  .nav__drop-panel { padding: .15rem 0 .9rem .1rem; display: grid; gap: .05rem; }
  .nav__drop-panel > a { padding: .28rem 0; }
  .nav__cta { margin-top: 1.6rem; }
  .nav__meta { flex-direction: row !important; flex-wrap: wrap; gap: 1.2rem !important; padding-top: 1.4rem !important; }
  .nav__meta a { padding: 0 !important; font-size: .88rem !important; color: rgba(255,255,255,.6) !important; }
  .nav__meta a:hover { color: #7fd0ab !important; }
}

/* Kontakt-Rail auf Mobile: unten rechts statt mittig (überlappte den Text) */
@media (max-width: 640px) {
  .contact-rail { top: auto; bottom: 14px; transform: none; gap: .5rem; }
  .rail-btn { height: 46px; max-width: 48px; padding: 0 12px; border-radius: 23px 0 0 23px; }
  .rail-btn svg { width: 21px; height: 21px; }
}

/* „Leistungen"-Toggle im Mobilmenü – volle Größe & Farbe (Spezifität) */
@media (max-width: 920px) {
  .nav__menu .nav__drop-toggle { color: #fff; font-size: clamp(1.2rem, 4.2vw, 1.45rem); font-weight: 600; letter-spacing: -.01em; }
  .nav__menu .nav__drop.is-current .nav__drop-toggle, .nav__menu .nav__drop-toggle:hover { color: #7fd0ab; }
  .nav__menu .nav__drop-panel b { color: rgba(255,255,255,.55); font-weight: 500; }
  .nav__menu .nav__drop-panel > a:hover b, .nav__menu .nav__drop-panel > a[aria-current="page"] b { color: #7fd0ab; }
}
/* Mobil: Notruf + WhatsApp + Anrufen (nur Mail bleibt im Menü/Footer) */
@media (max-width: 640px) {
  .rail-btn--mail { display: none; }
}

/* ==========================================================================
   Liebe fürs Detail
   ========================================================================== */

/* Notruf im Mobile-Menü (Desktop ausgeblendet – dort gibt's die Kontakt-Rail) */
.nav__sos { display: none; }
@media (max-width: 920px) {
  .nav__sos { display: flex; align-items: center; justify-content: center; gap: .6rem; width: 100%;
    margin-top: .6rem; padding: .85rem 2rem; border-radius: var(--r-btn); background: #d92d20; color: #fff !important;
    font-size: .95rem; font-weight: 600; opacity: 0; transform: translateY(14px);
    transition: opacity .45s ease .42s, transform .45s cubic-bezier(.22,1,.36,1) .42s; }
  .nav__menu.is-open .nav__sos { opacity: 1; transform: none; }
  .nav__sos .dot { width: 10px; height: 10px; border-radius: 50%; background: #fff; flex: none;
    animation: sos-pulse 2.2s ease-out infinite; }
}

/* Handgezeichneter Unterstrich-Schwung für Schlüsselwörter */
.swash { position: relative; white-space: nowrap; }
.swash::after { content: ""; position: absolute; left: -2%; right: -2%; bottom: -.14em; height: .3em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 12' preserveAspectRatio='none'%3E%3Cpath d='M3 9C32 3.5 62 3 117 6.5' fill='none' stroke='%2335c46c' stroke-width='4.5' stroke-linecap='round'/%3E%3C/svg%3E") center/100% 100% no-repeat; }

/* Scroll-Fortschritt oben (dezent, Markenfarbe) */
.scroll-progress { position: fixed; top: 0; left: 0; height: 3px; width: 0; z-index: 300;
  background: linear-gradient(90deg, var(--green), #35c46c); border-radius: 0 2px 2px 0; pointer-events: none; }

/* Markenfarbe für Textauswahl & Scrollbar */
::selection { background: var(--green); color: #fff; }
html { scrollbar-color: var(--green) #e8efeb; }

/* Button-Mikro-Animation: Pfeil rückt beim Hover nach */
.btn svg, .btn--text svg { transition: transform .3s cubic-bezier(.22,1,.36,1); }
.btn:hover svg, .btn--text:hover svg { transform: translateX(4px); }

/* ==========================================================================
   Mobile-Menü – Liquid Glass (Apple-Design 2026)
   ========================================================================== */
@media (max-width: 920px) {
  /* Abdunkelung der Seite hinter dem Glas-Panel */
  body.menu-open::before { content: ""; position: fixed; inset: 0; z-index: 90; pointer-events: none;
    background: rgba(8, 24, 18, .30); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px);
    animation: scrim-in .3s ease; }
  @keyframes scrim-in { from { opacity: 0; } }

  /* Schwebendes Glas-Panel statt Vollbild-Wand */
  .nav__menu {
    position: fixed; inset: auto; top: calc(var(--header-h) + 6px); left: 10px; right: 10px; bottom: auto;
    max-height: calc(100dvh - var(--header-h) - 20px); overflow-y: auto;
    flex-direction: column; align-items: stretch; gap: 0;
    padding: .6rem 1.05rem 1.05rem; border-radius: 28px;
    background: rgba(250, 253, 251, .78);
    -webkit-backdrop-filter: blur(28px) saturate(1.8); backdrop-filter: blur(28px) saturate(1.8);
    border: 1px solid rgba(255, 255, 255, .65);
    box-shadow: 0 24px 70px -18px rgba(17, 51, 43, .38), inset 0 1px 0 rgba(255,255,255,.7);
    z-index: 140; transform: translateY(-14px) scale(.97); opacity: 0; visibility: hidden; transform-origin: top center;
    transition: transform .45s cubic-bezier(.34,1.45,.4,1), opacity .28s ease, visibility 0s linear .28s;
  }
  .nav__menu.is-open { transform: none; opacity: 1; visibility: visible;
    transition: transform .5s cubic-bezier(.34,1.45,.4,1), opacity .22s ease; }
  @supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
    .nav__menu { background: rgba(250, 253, 251, .97); }
  }

  /* Einzel-Stagger aus – das Panel selbst animiert */
  .nav__menu > a, .nav__menu > .nav__drop, .nav__menu .nav__cta, .nav__menu .nav__sos, .nav__menu .nav__meta {
    opacity: 1 !important; transform: none !important; }

  /* Links: dunkel auf Glas, feine Hairlines */
  .nav__menu > a:not(.nav__sos), .nav__menu .nav__drop-toggle {
    color: var(--green-deep); font-size: 1.12rem; font-weight: 600; letter-spacing: -.005em;
    padding: .8rem .3rem !important; border-bottom: 1px solid rgba(17,51,43,.07); }
  .nav__menu > a:not(.nav__sos):hover, .nav__menu > a[aria-current="page"],
  .nav__menu .nav__drop-toggle:hover, .nav__menu .nav__drop.is-current .nav__drop-toggle { color: var(--green); }
  .nav__menu > .nav__drop { border-bottom: 1px solid rgba(17,51,43,.07); }
  .nav__drop-panel { padding: 0 .3rem .65rem .3rem; }
  .nav__menu .nav__drop-panel b { color: rgba(17,51,43,.6); font-size: .98rem; font-weight: 500; }
  .nav__menu .nav__drop-panel > a:hover b, .nav__menu .nav__drop-panel > a[aria-current="page"] b { color: var(--green); }

  /* Kapsel-Buttons */
  .nav__cta { margin-top: 1rem; }
  .nav__sos { margin-top: .5rem; box-shadow: 0 10px 26px -12px rgba(217,45,32,.55); }
  .nav__meta { justify-content: center; padding-top: 1.1rem !important; gap: 1.1rem !important; }
  .nav__meta a { color: rgba(17,51,43,.5) !important; }
  .nav__meta a:hover { color: var(--green) !important; }
}

/* Glass-Menü: Panel-Absicherung (nie absolut/verschoben) + größere Tap-Ziele */
@media (max-width: 920px) {
  .nav__drop-panel { position: static !important; transform: none !important; left: auto !important;
    min-width: 0 !important; width: 100%; box-shadow: none !important; }
  .nav__menu .nav__drop-panel > a { padding: .5rem .2rem; }
  .nav__menu { padding-bottom: 1.15rem; }
}

/* ==========================================================================
   Logo-Gravuren: Motive aus dem Logo (Feld-Schwünge, Gras, Mäher)
   ========================================================================== */
.page-head, .section--soft, .section--deep, .footer-shell { position: relative; overflow: hidden; }
.page-head::before, .section--soft::before, .section--deep::before, .footer-shell::before, .footer-shell::after {
  content: ""; position: absolute; pointer-events: none; background-repeat: no-repeat; }

/* Feld-Schwünge (wie die Land-Bahnen unten im Logo) – dunkle Flächen */
.section--deep::before {
  left: -40px; right: -40px; bottom: -14px; height: 46%; opacity: .07; background-size: cover; background-position: bottom;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 120' fill='none' stroke='%23ffffff' stroke-linecap='round'%3E%3Cpath d='M-6 92 C55 38 125 76 206 28' stroke-width='9'/%3E%3Cpath d='M-6 108 C52 60 128 94 206 54' stroke-width='6.5'/%3E%3Cpath d='M-6 121 C58 84 132 111 206 80' stroke-width='4.5'/%3E%3C/svg%3E"); }

/* Feld-Schwünge – helle Flächen (grün, kaum sichtbar) */
.section--soft::before {
  left: -40px; right: -40px; bottom: -12px; height: 42%; opacity: .05; background-size: cover; background-position: bottom;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 120' fill='none' stroke='%23008151' stroke-linecap='round'%3E%3Cpath d='M-6 92 C55 38 125 76 206 28' stroke-width='9'/%3E%3Cpath d='M-6 108 C52 60 128 94 206 54' stroke-width='6.5'/%3E%3Cpath d='M-6 121 C58 84 132 111 206 80' stroke-width='4.5'/%3E%3C/svg%3E"); }

/* Gras-Kante (wie die Gras-Reihe im Logo) – Seitenköpfe unten */
.page-head::before {
  left: 0; right: 0; bottom: -2px; height: 44px; opacity: .07; background-repeat: repeat-x; background-position: bottom;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 44' fill='none' stroke='%23008151' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M4 44 6 16'/%3E%3Cpath d='M11 44 9 26'/%3E%3Cpath d='M17 44 21 8'/%3E%3Cpath d='M24 44 24 22'/%3E%3Cpath d='M31 44 28 14'/%3E%3Cpath d='M38 44 42 18'/%3E%3Cpath d='M45 44 44 28'/%3E%3Cpath d='M52 44 56 10'/%3E%3Cpath d='M59 44 58 24'/%3E%3Cpath d='M66 44 63 16'/%3E%3C/svg%3E"); }

/* Footer: Feld-Schwünge + Rasenmäher (Logo-Motiv) */
.footer-shell::before {
  left: -40px; right: -40px; bottom: -10px; height: 40%; opacity: .06; background-size: cover; background-position: bottom;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 120' fill='none' stroke='%23ffffff' stroke-linecap='round'%3E%3Cpath d='M-6 92 C55 38 125 76 206 28' stroke-width='9'/%3E%3Cpath d='M-6 108 C52 60 128 94 206 54' stroke-width='6.5'/%3E%3C/svg%3E"); }
.footer-shell::after {
  width: 230px; height: 170px; top: 46px; right: 5%; opacity: .07; background-size: contain; border-radius: 0; mix-blend-mode: normal;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 140 104' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='38' cy='86' r='13'/%3E%3Ccircle cx='38' cy='86' r='4.5'/%3E%3Ccircle cx='88' cy='90' r='9'/%3E%3Cpath d='M24 72 C30 62 52 60 66 63 L96 68 C102 69 104 74 103 80 L100 88'/%3E%3Cpath d='M84 64 112 18'/%3E%3Cpath d='M96 66 124 22'/%3E%3Cpath d='M112 18 124 22'/%3E%3Cpath d='M107 27 120 31'/%3E%3C/svg%3E"); }

@media (max-width: 720px) {
  .section--deep::before, .section--soft::before, .footer-shell::before { height: 30%; }
  .footer-shell::after { width: 150px; height: 110px; top: 30px; right: 4%; }
  .page-head::before { height: 32px; }
}

/* Park-Tab außerhalb des Viewports unsichtbar halten (statt overflow-clip – das brach iOS-Sticky) */
.site-header:not(.park) .header-tab { visibility: hidden; }
/* Mäher-Gravur hinter den Footer-Inhalt legen */
.footer-shell { isolation: isolate; }
.footer-shell::before, .footer-shell::after { z-index: 0; }
.footer-shell > .container { position: relative; z-index: 1; }
.footer-shell::after { top: auto; bottom: 24%; right: 3.5%; }

/* Süße Logo-Motive: das kleine Haus mit Sprossenfenster */
.page-head::after { content: ""; position: absolute; pointer-events: none; bottom: -2px; left: 5%;
  width: 118px; height: 96px; opacity: .09; background: no-repeat bottom/contain
  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 80' fill='none' stroke='%23008151' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 38 48 12l34 26'/%3E%3Cpath d='M22 38v40h52V38'/%3E%3Crect x='36' y='46' width='24' height='20' rx='2'/%3E%3Cpath d='M48 46v20M36 56h24'/%3E%3Cpath d='M4 78c3-6 5-6 8 0M84 78c3-6 5-6 8 0'/%3E%3C/svg%3E"); }
.cta-band { position: relative; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; pointer-events: none; bottom: -6px; right: 5%;
  width: 170px; height: 140px; opacity: .12; background: no-repeat bottom/contain
  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 80' fill='none' stroke='%23ffffff' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 38 48 12l34 26'/%3E%3Cpath d='M22 38v40h52V38'/%3E%3Crect x='36' y='46' width='24' height='20' rx='2'/%3E%3Cpath d='M48 46v20M36 56h24'/%3E%3Cpath d='M4 78c3-6 5-6 8 0M84 78c3-6 5-6 8 0'/%3E%3C/svg%3E"); }
@media (max-width: 720px) {
  .page-head::after { width: 82px; height: 68px; left: 4%; }
  .cta-band::before { width: 110px; height: 92px; opacity: .09; }
}


/* Footer-Watermark: auf Mobile vollständig sichtbar */
@media (max-width: 720px) {
  .footer-watermark { font-size: 17.5vw; top: .1em; }
}

/* Fix: btn--white in dunklen Karten – Text war weiß auf weiß */
.contact-card .btn--white, .section--deep .btn--white, .footer-shell .btn--white { color: var(--green-deep); }
.contact-card .btn--white:hover { color: var(--green-deep); }

/* Mobile-Menü: Leistungs-Unterpunkte im Desktop-Dropdown-Stil (Icon + Titel + Beschreibung) */
@media (max-width: 920px) {
  .nav__menu .nav__drop-panel { padding: .15rem 0 .35rem; }
  .nav__menu .nav__drop-panel > a { display: flex; align-items: flex-start; gap: .8rem; padding: .55rem .15rem; }
  .nav__menu .nav__drop-panel .di { display: grid; width: 38px; height: 38px; border-radius: 12px; margin-top: .1rem; }
  .nav__menu .nav__drop-panel .di svg { width: 19px; height: 19px; }
  .nav__menu .nav__drop-panel b { display: block; font-size: 1.02rem; color: var(--green-deep); font-weight: 600; }
  .nav__menu .nav__drop-panel small { display: block; color: rgba(17,51,43,.55); font-size: .82rem; line-height: 1.4; margin-top: .12rem; max-width: none; }
  .nav__menu .nav__drop-panel > a[aria-current="page"] b, .nav__menu .nav__drop-panel > a:hover b { color: var(--green); }
  .nav__menu .nav__drop-panel .nav__drop-all { display: block; text-align: center; color: var(--green); font-weight: 600;
    font-size: .92rem; border-top: 1px solid rgba(17,51,43,.08); margin-top: .35rem; padding: .8rem 0 .3rem; }
}

/* Mobile-Menü: smart & kompakt */
@media (max-width: 920px) {
  .nav__menu { padding: .35rem .95rem .95rem; border-radius: 24px; }
  .nav__menu > a:not(.nav__sos), .nav__menu .nav__drop-toggle { font-size: 1.05rem; padding: .62rem .25rem !important; }
  .nav__menu .nav__drop-panel { padding: .05rem 0 .2rem; }
  .nav__menu .nav__drop-panel > a { gap: .7rem; padding: .42rem .15rem; align-items: center; }
  .nav__menu .nav__drop-panel .di { width: 32px; height: 32px; border-radius: 10px; margin-top: 0; }
  .nav__menu .nav__drop-panel .di svg { width: 16px; height: 16px; }
  .nav__menu .nav__drop-panel b { font-size: .98rem; }
  .nav__menu .nav__drop-panel small { display: none; }
  .nav__menu .nav__drop-panel .nav__drop-all { margin-top: .2rem; padding: .6rem 0 .15rem; font-size: .88rem; }
  /* CTA + Notruf nebeneinander */
  .nav__menu .nav__cta { margin-top: .9rem; width: calc(60% - .25rem); display: inline-block; float: left; }
  .nav__menu .nav__sos { margin-top: .9rem; width: calc(40% - .25rem); float: right; padding: .8rem 1rem; font-size: .92rem; }
  .nav__menu .nav__cta .btn { padding: .8rem 1rem; font-size: .95rem; width: 100%; }
  .nav__menu::after { content: ""; display: block; clear: both; }
}
/* Buttons wirklich nebeneinander: Menü als wrap-Row, alle Nav-Punkte volle Breite */
@media (max-width: 920px) {
  .nav__menu { flex-direction: row; flex-wrap: wrap; align-content: flex-start; column-gap: .5rem; }
  .nav__menu > a:not(.nav__sos), .nav__menu > .nav__drop { width: 100%; float: none; }
  .nav__menu .nav__cta { float: none; width: calc(60% - .3rem); }
  .nav__menu .nav__sos { float: none; width: calc(40% - .3rem); justify-content: center; }
}

/* ── Semantik-Helfer: Überschrift eine Ebene höher, Optik wie h3 ────────── */
h2.h3 { font-size: clamp(1.45rem, 1.15rem + 1vw, 1.875rem); line-height: 1.22; font-weight: 600; }

/* ── Kein horizontales Scrollen durch die Header-Animation ───────────────────
   Der Header schiebt sich beim Scrollen nach rechts aus dem Bild (und die
   „Menü"-Lasche startet dort). Ohne Beschnitt vergrößert das die Seitenbreite
   und man kann nach rechts ins Leere scrollen. `clip` schneidet nur waagerecht
   ab – senkrecht bleibt sichtbar, damit das Leistungs-Dropdown weiter aufklappt. */
.site-header { overflow-x: clip; overflow-y: visible; }

/* ── Erklärvideo auf der Kontaktseite ───────────────────────────────────── */
.explain { display: grid; grid-template-columns: 1.35fr 1fr; gap: clamp(1.6rem, 1rem + 2.4vw, 3rem);
  align-items: center; background: var(--soft, #F7FBF9); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: clamp(1.1rem, .8rem + 1.2vw, 1.8rem); }
.explain__video .video-card { width: 100%; }
.video-card--wide { aspect-ratio: 16 / 9; border-radius: calc(var(--r-lg) * .8); overflow: hidden;
  position: relative; background: #0a251c; box-shadow: var(--shadow-sm); }
.video-card--wide video { width: 100%; height: 100%; object-fit: cover; display: block; }
.explain__text h2 { margin-bottom: .5rem; }
.explain__text p { color: var(--muted); margin-bottom: 1rem; }
.explain__text .eyebrow { margin-bottom: .55rem; display: inline-block; }
@media (max-width: 860px) { .explain { grid-template-columns: 1fr; } }

/* Nur für Screenreader – ergänzt sichtbare Beschriftungen, ohne sie zu ersetzen */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; border: 0; }

/* Links mitten im Fließtext brauchen mehr als nur eine andere Farbe (WCAG 1.4.1) */
p a:not(.btn):not(.btn--text):not(.btn--ghost):not(.btn--white):not(.ig-handle) {
  color: var(--green); text-decoration: underline; text-underline-offset: .18em;
  text-decoration-thickness: .07em; }
p a:not(.btn):not(.btn--text):not(.btn--ghost):not(.btn--white):not(.ig-handle):hover {
  text-decoration-thickness: .12em; }
.section--deep p a:not(.btn), .footer-shell p a:not(.btn), .contact-card p a:not(.btn) { color: #fff; }
