/* ============================================================
   Garten- & Landschaftsbau Aliu – Stylesheet
   ============================================================ */

:root {
  --gruen-dunkel: #0e2417;
  --gruen: #1d5c33;
  --gruen-hell: #4caf50;
  --lime: #a8e063;
  --creme: #f6f4ec;
  --weiss: #ffffff;
  --text: #20281f;
  --text-soft: #5a6657;
  --schatten: 0 18px 50px rgba(14, 36, 23, 0.16);
  --radius: 18px;
  --font-head: 'Sora', sans-serif;
  --font-body: 'Manrope', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

/* WICHTIG: kein scroll-behavior:smooth — kollidiert mit Lenis (Mausrad hakt am PC).
   Sanfte Anker-Sprünge übernimmt Lenis; ohne Lenis (reduced motion) ist instant ok. */
html.lenis, html.lenis body { scroll-behavior: auto !important; }

body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--creme);
  line-height: 1.6;
  overflow-x: hidden;
}

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

h1, h2, h3 { font-family: var(--font-head); line-height: 1.15; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  padding: 0.95rem 2rem;
  border-radius: 999px;
  font-weight: 700;
  font-family: var(--font-body);
  text-decoration: none;
  font-size: 1rem;
  cursor: pointer;
  border: 2px solid transparent;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}
.btn--primary {
  background: linear-gradient(120deg, var(--gruen-hell), #7cc242);
  color: var(--weiss);
  box-shadow: 0 10px 30px rgba(76, 175, 80, 0.4);
}
.btn--primary:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 16px 40px rgba(76, 175, 80, 0.55); }
.btn--ghost {
  background: rgba(255, 255, 255, 0.08);
  color: var(--weiss);
  border-color: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(6px);
}
.btn--ghost:hover { background: rgba(255, 255, 255, 0.2); transform: translateY(-3px); }
.btn--small { padding: 0.55rem 1.3rem; font-size: 0.9rem; background: var(--gruen); color: var(--weiss); }
.btn--small:hover { background: var(--gruen-hell); }
.btn--full { width: 100%; border: none; }

/* ============================================================
   NAVIGATION
   ============================================================ */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem clamp(1rem, 4vw, 3rem);
  transition: background 0.35s ease, box-shadow 0.35s ease, padding 0.35s ease;
}
.nav--solid {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 30px rgba(14, 36, 23, 0.12);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.nav__brand { display: flex; align-items: center; gap: 0.7rem; text-decoration: none; }
.nav__logo { width: 60px; height: 60px; object-fit: contain; filter: drop-shadow(0 2px 6px rgba(0,0,0,0.3)); }
@media (max-width: 760px) { .nav__logo { width: 48px; height: 48px; } }
.nav__name { font-family: var(--font-head); font-size: 1.2rem; color: var(--weiss); letter-spacing: 0.02em; transition: color 0.35s ease; white-space: nowrap; }
.nav__name strong { color: var(--lime); }
.nav--solid .nav__name { color: var(--gruen-dunkel); }
.nav--solid .nav__name strong { color: var(--gruen-hell); }
.nav__links { display: flex; align-items: center; gap: clamp(0.8rem, 2vw, 1.8rem); }
.nav__links a:not(.btn) {
  color: var(--weiss);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  opacity: 0.92;
  transition: color 0.35s ease, opacity 0.2s ease;
}
.nav__links a:not(.btn):hover { opacity: 1; color: var(--lime); }
.nav--solid .nav__links a:not(.btn) { color: var(--gruen-dunkel); }
.nav--solid .nav__links a:not(.btn):hover { color: var(--gruen-hell); }
.nav__burger { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; padding: 6px; }
.nav__burger span { width: 26px; height: 3px; background: var(--weiss); border-radius: 2px; transition: all 0.3s ease; }
.nav--solid .nav__burger span { background: var(--gruen-dunkel); }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--weiss);
}
.hero__media { position: absolute; inset: 0; z-index: -1; }
.hero__video {
  width: 100%; height: 115%;
  object-fit: cover;
  position: absolute; top: 0; left: 0;
  will-change: transform;
}
.hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10, 28, 17, 0.55) 0%, rgba(10, 28, 17, 0.35) 45%, rgba(14, 36, 23, 0.82) 100%);
}
.hero__leaves { position: absolute; inset: 0; pointer-events: none; }
.hero__content {
  padding: 0 clamp(1.2rem, 6vw, 6rem);
  max-width: 1100px;
}
.hero__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--lime);
  margin-bottom: 1.2rem;
}
.hero__title {
  font-size: clamp(2.6rem, 7.5vw, 5.6rem);
  font-weight: 800;
  margin-bottom: 1.4rem;
  text-shadow: 0 6px 40px rgba(0, 0, 0, 0.35);
}
.hero__title .line { display: block; overflow: hidden; }
.hero__title .line span { display: inline-block; }
.hero__title em { font-style: normal; color: var(--lime); }
.hero__sub {
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  opacity: 0.92;
  margin-bottom: 2.2rem;
  font-weight: 500;
}
.hero__cta { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero__scrollhint {
  position: absolute;
  bottom: 2rem; left: 50%;
  transform: translateX(-50%);
  width: 26px; height: 44px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 16px;
}
.hero__scrollhint span {
  position: absolute;
  top: 8px; left: 50%;
  width: 4px; height: 9px;
  margin-left: -2px;
  background: var(--lime);
  border-radius: 3px;
  animation: scrollhint 1.8s ease-in-out infinite;
}
@keyframes scrollhint {
  0% { transform: translateY(0); opacity: 1; }
  70% { transform: translateY(14px); opacity: 0; }
  100% { transform: translateY(0); opacity: 0; }
}

/* ============================================================
   STATS
   ============================================================ */
.stats {
  background: var(--gruen-dunkel);
  color: var(--weiss);
  padding: clamp(2.5rem, 5vw, 4rem) clamp(1.2rem, 5vw, 4rem);
}
.stats__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.stat__num, .stat__plus {
  font-family: var(--font-head);
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 800;
  color: var(--lime);
}
.stat p { opacity: 0.85; font-weight: 600; margin-top: 0.2rem; }

/* ============================================================
   SECTIONS (allgemein)
   ============================================================ */
.section { padding: clamp(4rem, 9vw, 7.5rem) clamp(1.2rem, 5vw, 4rem); }
.section__head { max-width: 760px; margin: 0 auto clamp(2.5rem, 5vw, 4rem); text-align: center; }
.section__head--light { color: var(--weiss); }
.section__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--gruen-hell);
  margin-bottom: 0.7rem;
}
.section__eyebrow--light { color: var(--lime); }
.section__title { font-size: clamp(2rem, 4.5vw, 3.2rem); font-weight: 800; margin-bottom: 1rem; }
.section__sub { color: var(--text-soft); font-size: 1.08rem; }

/* ============================================================
   LEISTUNGEN
   ============================================================ */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: clamp(1.2rem, 2.5vw, 2rem);
  max-width: 1300px;
  margin: 0 auto;
}
.card {
  background: var(--weiss);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(14, 36, 23, 0.08);
  transform-style: preserve-3d;
  will-change: transform;
  transition: box-shadow 0.3s ease;
}
.card:hover { box-shadow: var(--schatten); }
.card--link { position: relative; }
.card__stretch { position: absolute; inset: 0; z-index: 3; }
.card__more {
  display: inline-block;
  margin-top: 0.9rem;
  font-weight: 700;
  color: var(--gruen-hell);
  font-size: 0.95rem;
}
.card--link:hover .card__more { color: var(--gruen); }
.card__img { position: relative; height: 220px; overflow: hidden; }
.card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.card:hover .card__img img { transform: scale(1.07); }
.card__body { padding: 1.4rem 1.5rem 1.6rem; }
.card__body h3 { font-size: 1.18rem; margin-bottom: 0.5rem; color: var(--gruen-dunkel); }
.card__body p { color: var(--text-soft); font-size: 0.97rem; }
.card__badge {
  position: absolute;
  top: 0.9rem; left: 0.9rem;
  z-index: 2;
  background: rgba(14, 36, 23, 0.78);
  color: var(--lime);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.32rem 0.75rem;
  border-radius: 999px;
  backdrop-filter: blur(4px);
}

/* Zwei Leistungs-Welten */
.leistungen__group { max-width: 1300px; margin: 0 auto; }
.leistungen__group + .leistungen__group { margin-top: clamp(2.5rem, 5vw, 4rem); }
.leistungen__groupHead { max-width: 720px; margin: 0 0 1.8rem; }
.leistungen__groupTag {
  display: inline-block;
  background: var(--gruen-hell);
  color: var(--weiss);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.3rem 0.85rem;
  border-radius: 999px;
  margin-bottom: 0.7rem;
}
.leistungen__groupTag--soft { background: var(--gruen-dunkel); }
.leistungen__groupHead h3 { font-size: clamp(1.45rem, 3vw, 2rem); color: var(--gruen-dunkel); margin-bottom: 0.5rem; }
.leistungen__groupHead p { color: var(--text-soft); font-size: 1.02rem; }

/* Schwerpunkt-Karten: größer & markanter */
.cards--featured { grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); }
.cards--featured .card { box-shadow: 0 10px 30px rgba(14, 36, 23, 0.12); border-bottom: 4px solid var(--gruen-hell); }
.cards--featured .card__img { height: 280px; }
.cards--featured .card__body { padding: 1.6rem 1.7rem 1.8rem; }
.cards--featured .card__body h3 { font-size: 1.32rem; }
.cards--featured .card__body p { font-size: 1rem; }
@media (max-width: 760px) {
  .cards--featured .card__img { height: 230px; }
}

.leistungen__badge {
  text-align: center;
  margin-top: 3rem;
  font-size: 1.15rem;
  color: var(--gruen);
}

/* ============================================================
   VORHER / NACHHER
   ============================================================ */
.vn { background: var(--weiss); }
.vn__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(440px, 100%), 1fr));
  gap: clamp(1.5rem, 3vw, 2.5rem);
  max-width: 1200px;
  margin: 0 auto;
}
.vn__item { margin: 0; }
.galerie__more { text-align: center; margin-top: 2.5rem; }
.vn__more { text-align: center; margin-top: 2rem; color: var(--text-soft); }
.vn__more a { color: var(--gruen); font-weight: 700; }
.vn__item figcaption {
  text-align: center;
  font-weight: 700;
  color: var(--gruen-dunkel);
  margin-top: 0.9rem;
}
.ba {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  box-shadow: var(--schatten);
  cursor: ew-resize;
  user-select: none;
  touch-action: pan-y;
  --pos: 50%;
}
.ba img { width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.ba__after { position: absolute; inset: 0; }
.ba__beforeWrap {
  position: absolute; inset: 0;
  clip-path: inset(0 calc(100% - var(--pos)) 0 0);
}
.ba__before { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ba__handle {
  position: absolute;
  top: 0; bottom: 0;
  left: var(--pos);
  width: 3px;
  background: var(--weiss);
  transform: translateX(-50%);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.45);
}
.ba__handle span {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background: var(--weiss);
  color: var(--gruen-dunkel);
  font-weight: 800;
  font-size: 0.75rem;
  width: 46px; height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
}
.ba__label {
  position: absolute;
  top: 12px;
  padding: 0.3rem 0.85rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--weiss);
  background: rgba(14, 36, 23, 0.65);
  backdrop-filter: blur(4px);
}
.ba__label--before { left: 12px; }
.ba__label--after { right: 12px; background: rgba(76, 175, 80, 0.85); }

/* ============================================================
   GALERIE (horizontal)
   ============================================================ */
.galerie {
  background: linear-gradient(160deg, var(--gruen-dunkel), #15331f 70%);
  padding: clamp(4rem, 9vw, 7.5rem) clamp(1.2rem, 5vw, 4rem);
}
.galerie .section__title { color: var(--weiss); }
.section__sub--light { color: rgba(255, 255, 255, 0.8); }
.galerie__masonry {
  max-width: 1300px;
  margin: 0 auto;
  column-count: 3;
  column-gap: clamp(0.8rem, 1.6vw, 1.4rem);
}
.galerie__item {
  margin: 0 0 clamp(0.8rem, 1.6vw, 1.4rem);
  break-inside: avoid;
  position: relative;
  cursor: zoom-in;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.galerie__item img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}
.galerie__item:hover img { transform: scale(1.06); }
.galerie__item figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 1.6rem 1rem 0.9rem;
  color: var(--weiss);
  font-weight: 700;
  font-size: 0.92rem;
  background: linear-gradient(transparent, rgba(10, 26, 16, 0.85));
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.galerie__item:hover figcaption { opacity: 1; transform: translateY(0); }
@media (max-width: 900px) { .galerie__masonry { column-count: 2; } }
@media (max-width: 540px) {
  .galerie__masonry { column-count: 1; }
  .galerie__item figcaption { opacity: 1; transform: none; }
}

/* ============================================================
   REFERENZEN
   ============================================================ */
.ref__feature {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  max-width: 1200px;
  margin: 0 auto clamp(1.2rem, 2.5vw, 2rem);
  background: var(--gruen-dunkel);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--schatten);
  color: var(--weiss);
}
.ref__featureImg img { width: 100%; height: 100%; min-height: 280px; object-fit: cover; }
.ref__featureText { padding: clamp(1.8rem, 3.5vw, 3rem); }
.ref__featureBadge {
  display: inline-block;
  background: rgba(168, 224, 99, 0.15);
  color: var(--lime);
  border: 1px solid rgba(168, 224, 99, 0.4);
  border-radius: 999px;
  padding: 0.3rem 0.95rem;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.ref__featureText h3 { font-size: clamp(1.3rem, 2.4vw, 1.7rem); margin-bottom: 0.9rem; }
.ref__featureText p { opacity: 0.88; }
.ref__featureZitat {
  margin-top: 1.2rem;
  padding-left: 1rem;
  border-left: 3px solid var(--lime);
  font-style: italic;
  font-size: 0.95rem;
}
@media (max-width: 760px) {
  .ref__feature { grid-template-columns: 1fr; }
  .ref__featureImg img { min-height: 220px; max-height: 260px; }
}

.ref__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: clamp(1.2rem, 2.5vw, 2rem);
  max-width: 1200px;
  margin: 0 auto;
}
.ref__card {
  background: var(--weiss);
  border-radius: var(--radius);
  padding: 2rem 1.7rem;
  box-shadow: 0 6px 24px rgba(14, 36, 23, 0.08);
  border-top: 4px solid var(--gruen-hell);
}
.ref__icon { font-size: 2rem; margin-bottom: 0.8rem; }
.ref__card h3 { color: var(--gruen-dunkel); margin-bottom: 0.5rem; font-size: 1.15rem; }
.ref__card p { color: var(--text-soft); font-size: 0.96rem; }

/* ============================================================
   ÜBER UNS
   ============================================================ */
.ueber { background: var(--weiss); }
.ueber__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(2rem, 5vw, 5rem);
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}
.ueber__text .section__title { margin-bottom: 1.2rem; }
.ueber__text p { color: var(--text-soft); margin-bottom: 1.1rem; font-size: 1.05rem; }
.ueber__text strong { color: var(--gruen-dunkel); }
.ueber__list { list-style: none; margin-top: 1.4rem; }
.ueber__list li { font-weight: 700; color: var(--gruen); padding: 0.35rem 0; }
.ueber__media { position: relative; }
.ueber__foto {
  border-radius: var(--radius);
  box-shadow: var(--schatten);
  height: 520px;
  width: 100%;
  object-fit: cover;
  object-position: center 30%;
}
.ueber__zertifikat {
  position: absolute;
  bottom: -2rem; left: -2.5rem;
  width: 190px;
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(14, 36, 23, 0.3);
  transform: rotate(-4deg);
  border: 5px solid var(--weiss);
}

/* ============================================================
   KONTAKT
   ============================================================ */
.kontakt {
  background: linear-gradient(150deg, var(--gruen-dunkel) 0%, #16402a 100%);
  color: var(--weiss);
}
.kontakt__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2.5rem, 5vw, 5rem);
  max-width: 1200px;
  margin: 0 auto;
  align-items: start;
}
.kontakt .section__title { color: var(--weiss); }
.kontakt__sub { opacity: 0.85; margin-bottom: 2rem; }
.kontakt__wege { display: grid; gap: 1rem; }
.kontakt__weg {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 1rem 1.2rem;
  color: var(--weiss);
  text-decoration: none;
  transition: background 0.25s ease, transform 0.25s ease;
}
a.kontakt__weg:hover { background: rgba(255, 255, 255, 0.14); transform: translateX(6px); }
.kontakt__wegIcon { font-size: 1.5rem; }
.kontakt__weg small { opacity: 0.75; }
.kontakt__form {
  background: var(--weiss);
  border-radius: var(--radius);
  padding: clamp(1.5rem, 3vw, 2.5rem);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  color: var(--text);
}
.form__row { margin-bottom: 1.1rem; }
.form__row--split { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.kontakt__form label { display: block; font-weight: 700; font-size: 0.9rem; color: var(--gruen-dunkel); }
.kontakt__form input,
.kontakt__form select,
.kontakt__form textarea {
  width: 100%;
  margin-top: 0.35rem;
  padding: 0.8rem 1rem;
  border: 2px solid #e2e5dc;
  border-radius: 10px;
  font-family: var(--font-body);
  font-size: 1rem;
  background: #fbfbf8;
  transition: border-color 0.2s ease;
}
.kontakt__form input:focus,
.kontakt__form select:focus,
.kontakt__form textarea:focus {
  outline: none;
  border-color: var(--gruen-hell);
}
.form__status { margin-top: 0.9rem; font-weight: 700; min-height: 1.4em; }
.form__status--ok { color: var(--gruen); }
.form__status--err { color: #c0392b; }
.form__hint { font-size: 0.78rem; color: var(--text-soft); margin-top: 0.8rem; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: #0a1a10; color: rgba(255, 255, 255, 0.8); padding: 3rem clamp(1.2rem, 5vw, 4rem) 1.5rem; }
.footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto 2rem;
}
.footer__brand { display: flex; gap: 1rem; align-items: flex-start; }
.footer__logo { width: 58px; height: 58px; object-fit: contain; }
.footer__links { display: flex; gap: 1.5rem; flex-wrap: wrap; align-items: center; }
.footer__links a { color: rgba(255, 255, 255, 0.75); text-decoration: none; font-weight: 600; font-size: 0.92rem; }
.footer__links a:hover { color: var(--lime); }
.footer__copy { text-align: center; font-size: 0.82rem; opacity: 0.5; }

/* ============================================================
   SCHWEBENDE KONTAKT-BUTTONS (rechts mittig)
   ============================================================ */
.fab {
  position: fixed;
  right: clamp(0.7rem, 2vw, 1.4rem);
  top: 50%;
  transform: translateY(-50%);
  z-index: 90;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.fab__btn {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(23, 77, 42, 0.92);
  color: var(--weiss);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1.5px solid rgba(168, 224, 99, 0.65);
  box-shadow: 0 6px 24px rgba(14, 36, 23, 0.45);
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.fab__btn svg { width: 24px; height: 24px; }
.fab__btn:hover {
  background: var(--gruen-hell);
  transform: scale(1.12);
  box-shadow: 0 10px 32px rgba(76, 175, 80, 0.5);
}
.fab__btn--wa:hover { background: #25d366; }

@media (max-width: 760px) {
  .fab { gap: 0.65rem; }
  .fab__btn { width: 48px; height: 48px; }
  .fab__btn svg { width: 21px; height: 21px; }
}

/* ============================================================
   LIGHTBOX
   ============================================================ */
.lightbox[hidden] { display: none; }
.lightbox {
  position: fixed; inset: 0;
  z-index: 200;
  background: rgba(8, 18, 11, 0.93);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.lightbox img { max-width: 92vw; max-height: 82vh; border-radius: 12px; box-shadow: 0 20px 80px rgba(0,0,0,0.6); }
.lightbox__caption { color: var(--weiss); margin-top: 1rem; font-weight: 600; }
.lightbox__close {
  position: absolute; top: 1.2rem; right: 1.5rem;
  background: none; border: none;
  color: var(--weiss);
  font-size: 1.8rem;
  cursor: pointer;
}

/* ============================================================
   ANIMATION-HELFER
   ============================================================ */
.reveal-up { opacity: 0; transform: translateY(36px); }
.no-js .reveal-up, .anim-done .reveal-up { opacity: 1; transform: none; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
  .ueber__grid, .kontakt__grid { grid-template-columns: 1fr; }
  .ueber__zertifikat { left: 1rem; width: 150px; }
}

@media (max-width: 760px) {
  .nav__links {
    position: fixed;
    top: 0; left: 0; right: 0;
    width: 100%;
    height: 100svh;
    background: rgba(10, 26, 16, 0.97);
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
    font-size: 1.3rem;
    transform: translateY(-100%);
    transition: transform 0.4s ease;
    z-index: 105;
  }
  .nav__links.open { transform: translateY(0); }
  .nav__links a:not(.btn) { color: var(--weiss) !important; font-size: 1.25rem; }
  .nav__burger { display: flex; z-index: 110; }
  .nav__burger.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); background: var(--weiss); }
  .nav__burger.open span:nth-child(2) { opacity: 0; }
  .nav__burger.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); background: var(--weiss); }
  .form__row--split { grid-template-columns: 1fr; }
  .ueber__foto { height: 380px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  .reveal-up { opacity: 1; transform: none; }
}

/* Untertitel innerhalb der H1 (Keyword fuer Google, sichtbar fuer Besucher) */
.hero__h1sub {
  display: block;
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.9vw, 1.25rem);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  letter-spacing: 0.01em;
  margin-top: 0.9rem;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55);
}

/* Einwilligungs-Banner (erscheint nur, wenn Tracking aktiviert wurde) */
.cookiebanner {
  position: fixed; left: 50%; bottom: 1rem; transform: translateX(-50%);
  z-index: 300; width: min(680px, calc(100% - 2rem));
  background: var(--gruen-dunkel); color: var(--weiss);
  border: 1px solid rgba(168, 224, 99, .35); border-radius: var(--radius);
  padding: 1.2rem 1.4rem; box-shadow: 0 20px 60px rgba(0, 0, 0, .45);
  display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; justify-content: space-between;
}
.cookiebanner p { font-size: .95rem; margin: 0; flex: 1 1 300px; }
.cookiebanner a { color: var(--lime); font-weight: 700; }
.cookiebanner__btns { display: flex; gap: .6rem; flex-wrap: wrap; }
.cookiebanner .btn { padding: .6rem 1.2rem; font-size: .9rem; }
