/* ============================================================
   BAZID DAOUD GALABAU, VARIANTE 2 "FEIERABEND DUNKEL"
   Dunkle Abend-Stimmung als Klammer (Hero, Ueber, Steinreinigung,
   Einblicke, Band, Footer) + helle Lichtungen dazwischen (Creme/Salbei:
   Leistungen, Referenzen, Bewertungen, Anfrage) + frisches Gruen-Band
   (Stats). Cards tonal gemischt: hell mit Schatten, dunkel mit Lichtkante.
   Signatur: aufziehende Lime-Linie unter H2, Gluehwuermchen im Stats-Band,
   Scale-in-Reveals.
   Kein blur, kein Gradient-Text, kein Rand >=2px, kein Lila, kein Serif.
   ============================================================ */

@font-face {
  font-family: "Outfit";
  src: url("../fonts/outfit-var.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-var.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --bg:        #16210f;
  --bg-raise:  #1c2a13;
  --panel:     #223217;
  --panel-top: #28391b;
  --ink:       #f1efe3;
  --ink-soft:  rgba(241,239,227,0.68);
  --brand:     #4c8a0b;
  --brand-deep:#3a6a08;
  --glow:      #a3e635;
  --edge:      rgba(255,255,255,0.08);
  --line:      rgba(241,239,227,0.10);
  --creme:     #f6f2e7;
  --forest:    #111a0b;   /* Footer, noch dunkler */
  --ink-on-creme: #1f2b14;
  --soft-on-creme: #55614a;

  --s1: 8px;  --s2: 16px; --s3: 24px; --s4: 36px;
  --s5: 48px; --s6: 64px; --s7: 80px;

  --r-card: 16px;
  --r-img:  20px;

  --font-head: "Outfit", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;

  --ease-reveal: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-hover:  cubic-bezier(0.4, 0, 0.2, 1);

  --shadow-card:    inset 0 1px 0 var(--edge), 0 8px 24px rgba(0,0,0,0.35);
  --shadow-card-up: inset 0 1px 0 rgba(255,255,255,0.14), 0 16px 44px rgba(0,0,0,0.5);
}

/* ---------- Reset / Basis ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
html, body { overflow-x: clip; }
body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { font: inherit; border: 0; background: none; cursor: pointer; }
h1, h2, .band-title, .footer-cta-title { font-family: var(--font-head); line-height: 1.1; letter-spacing: -0.015em; }
h3, .ref-title { font-family: var(--font-head); }

.ic { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.ic-14 { width: 14px; height: 14px; }
.ic-16 { width: 16px; height: 16px; }
.ic-18 { width: 18px; height: 18px; }
.ic-20 { width: 20px; height: 20px; }
.ic-22 { width: 22px; height: 22px; }
.ic-24 { width: 24px; height: 24px; }
.ic-28 { width: 28px; height: 28px; }
.gicon { width: 20px; height: 20px; flex: none; }
.g-22 { width: 22px; height: 22px; }

/* ---------- Breiten-Rhythmus ---------- */
.wrap        { max-width: 1240px; margin-inline: auto; padding-inline: 24px; }
.wrap-narrow { max-width: 780px;  margin-inline: auto; padding-inline: 24px; }

/* ---------- Sektionsrhythmus ---------- */
.section { padding-block: var(--s6); }
.section-forest { padding-block: var(--s7); }

.section-head { max-width: 720px; margin-inline: auto; text-align: center; margin-bottom: var(--s4); }
.section-head h2 {
  position: relative;
  display: inline-block;
  font-size: clamp(28px, 3.8vw, 42px);
  font-weight: 600;
  margin-top: var(--s2);
  padding-bottom: 16px;
}
/* Signatur 1: aufziehende Lime-Linie unter jeder Sektions-H2 */
.section-head h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 2px;
  width: 0;
  border-radius: 999px;
  background: var(--glow);
  box-shadow: 0 0 12px rgba(163,230,53,0.55);
  transition: width 900ms var(--ease-reveal);
}
.section-head h2.lit::after { width: 100%; }
html:not(.js) .section-head h2::after { width: 100%; }
.section-sub { color: var(--ink-soft); margin-top: var(--s2); font-size: 17px; }
.section-head-tight { margin-bottom: var(--s3); }

.eyebrow {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--glow);
}
.eyebrow-light { color: var(--glow); }

/* Sektionsflaechen: Hell/Dunkel-Dramaturgie.
   Dunkel = Klammer (Hero, Ueber, Steinreinigung, Einblicke, Band, Footer),
   dazwischen helle Lichtungen (Creme/Salbei) + frisches Gruen-Band (Stats). */
.section-tint { background: var(--bg-raise); }
.section-social { background: var(--bg-raise); }
.section-form { background: var(--bg); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 999px;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  transition: background 250ms var(--ease-hover), color 250ms var(--ease-hover), transform 250ms var(--ease-hover), box-shadow 250ms var(--ease-hover), border-color 250ms var(--ease-hover);
}
.btn .ic { transition: transform 200ms ease-out; }
.btn:hover .ic-18 { transform: translateX(4px); }
.btn-primary {
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, #5ea616, var(--brand) 60%, var(--brand-deep));
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.22), 0 6px 18px rgba(0,0,0,0.4);
}
/* Glut-Schimmer: Lichtstreifen zieht beim Hover durch (kein blur) */
.btn-primary::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -80%;
  width: 45%;
  background: linear-gradient(105deg, transparent, rgba(215,255,110,0.55), transparent);
  transform: skewX(-20deg);
  pointer-events: none;
}
.btn-primary:hover::after { left: 130%; transition: left 650ms ease; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: inset 0 1px 0 rgba(255,255,255,0.30), 0 10px 28px rgba(76,138,11,0.4), 0 0 0 1px rgba(163,230,53,0.25); }
.btn-outline { border: 1px solid var(--edge); color: var(--ink); background: rgba(255,255,255,0.03); }
.btn-outline:hover { border-color: var(--glow); color: var(--glow); transform: translateY(-2px); }
.btn-light { background: var(--glow); color: #16210f; }
.btn-light:hover { background: #b6f04f; transform: translateY(-2px); box-shadow: 0 8px 22px rgba(163,230,53,0.3); }
.btn-outline-light { border: 1px solid rgba(255,255,255,0.28); color: #fff; }
.btn-outline-light:hover { border-color: var(--glow); color: var(--glow); transform: translateY(-2px); }
.btn-ghost { color: var(--ink-soft); padding-inline: 18px; }
.btn-ghost:hover { color: var(--ink); }

/* ---------- 1. Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(18,26,11,0.88);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  max-width: 1240px;
  margin-inline: auto;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  gap: var(--s3);
}
.logo { height: 68px; width: auto; }
.logo-link { flex: none; display: block; }

.main-nav { margin-left: auto; }
.main-nav > ul { display: flex; gap: 4px; align-items: center; }
.main-nav > ul > li > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 500;
  font-size: 15.5px;
  color: var(--ink);
  position: relative;
  transition: background 200ms var(--ease-hover), color 200ms var(--ease-hover);
}
.main-nav > ul > li > a:hover { background: rgba(163,230,53,0.10); color: var(--glow); }

.has-drop { position: relative; }
.drop {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 250px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 8px;
  box-shadow: inset 0 1px 0 var(--edge), 0 20px 50px rgba(0,0,0,0.55);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 220ms var(--ease-hover), transform 220ms var(--ease-hover), visibility 220ms;
}
.has-drop:hover .drop, .has-drop:focus-within .drop { opacity: 1; visibility: visible; transform: translateY(0); }
.drop a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 15px;
  color: var(--ink);
  transition: background 180ms var(--ease-hover), color 180ms var(--ease-hover);
}
.drop a:hover { background: rgba(163,230,53,0.10); color: var(--glow); }
.drop a .ic { color: var(--glow); }

.header-actions { display: flex; align-items: center; gap: 8px; }
.icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  color: var(--ink);
  transition: background 200ms var(--ease-hover), color 200ms var(--ease-hover);
}
.icon-btn:hover { background: rgba(163,230,53,0.10); color: var(--glow); }
.btn-header { padding: 12px 22px; font-size: 15px; }

.nav-toggle { display: none; }
.nav-toggle .ic-close { display: none; }
.nav-open .nav-toggle .ic-open { display: none; }
.nav-open .nav-toggle .ic-close { display: block; }

.mobile-nav {
  display: none;
  flex-direction: column;
  padding: var(--s2) 24px var(--s3);
  border-top: 1px solid var(--line);
  background: var(--bg);
}
.mobile-nav a { padding: 12px 4px; font-weight: 500; font-size: 17px; border-bottom: 1px solid var(--line); }
.mobile-nav a:last-child { border-bottom: 0; }
.mobile-cta { color: var(--glow); font-weight: 600; }
.nav-open .mobile-nav { display: flex; }

/* ---------- 2. Hero (Cetin-Prinzip: Vollbild-Arbeitsfoto, zentriert, Faux-Glass-Badges) ---------- */
.hero-full {
  position: relative;
  min-height: clamp(560px, 92vh, 860px);
  display: flex;
  align-items: center;
  overflow: hidden;
  box-shadow: inset 0 -1px 0 var(--edge);
}
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; }
/* Feierabend-Wash: symmetrische Vignette + warmes Abendlicht (kein blur), Mitte lesbar */
.hero-wash {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(to top, rgba(16,24,10,0.92) 0%, rgba(16,24,10,0.42) 42%, rgba(16,24,10,0.46) 100%),
    radial-gradient(110% 85% at 50% 46%, rgba(10,16,6,0.28) 0%, rgba(10,16,6,0.56) 100%),
    radial-gradient(70% 60% at 50% 8%, rgba(163,230,53,0.10), transparent 62%);
}
/* warmer Soft-Light-Layer ueber dem Foto */
.hero-full::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: rgba(140,110,40,0.10);
  mix-blend-mode: soft-light;
}
.hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  padding: var(--s7) 24px var(--s6);
  color: var(--ink);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.hero-full h1 { font-size: clamp(38px, 5vw, 64px); font-weight: 600; margin-top: var(--s3); max-width: 760px; text-shadow: 0 2px 20px rgba(10,16,6,0.65); }
.hero-sub { color: rgba(241,239,227,0.9); font-size: 18px; margin-top: var(--s3); max-width: 580px; text-shadow: 0 1px 12px rgba(10,16,6,0.65); }
.hero-ctas { display: flex; gap: var(--s2); flex-wrap: wrap; justify-content: center; margin-top: var(--s4); }
.btn-hero-outline { border: 1px solid rgba(255,255,255,0.5); color: #fff; background: rgba(22,33,15,0.35); }
.btn-hero-outline .ic { color: var(--glow); }
.btn-hero-outline:hover { border-color: var(--glow); color: var(--glow); transform: translateY(-2px); }
.stars { display: inline-flex; gap: 2px; color: var(--glow); }
.stars .ic { fill: currentColor; stroke: none; }
.stars .star-half { opacity: 0.4; }
/* Faux-Glass-Pills: transluzenter Grund + feiner Rahmen + Lichtverlauf, KEIN backdrop-filter */
.hero-badges { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.glass-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,0.92);
  border: 1px solid rgba(255,255,255,0.28);
  background:
    linear-gradient(160deg, rgba(255,255,255,0.20) 0%, rgba(255,255,255,0.06) 55%, rgba(255,255,255,0.14) 100%),
    rgba(22,33,15,0.30);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.30), 0 10px 26px rgba(10,16,6,0.35);
  animation: pill-float 4.5s ease-in-out infinite alternate;
}
.glass-pill:nth-child(2) { animation-delay: -2.2s; }
.glass-pill strong { color: #fff; font-weight: 600; }
.glass-pill > .ic { color: var(--glow); }
@keyframes pill-float {
  from { transform: translateY(0); }
  to   { transform: translateY(-6px); }
}

/* ---------- Chat-Widget (runder Button unten rechts, Sprechblase mit Plopp) ---------- */
.chat-widget {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 80;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.chat-fab {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: linear-gradient(160deg, #5ea616, var(--brand) 60%, var(--brand-deep));
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.25), 0 10px 28px rgba(0,0,0,0.5), 0 0 0 1px rgba(163,230,53,0.2);
  transition: transform 220ms var(--ease-hover), box-shadow 220ms var(--ease-hover);
}
.chat-fab:hover { transform: translateY(-2px) scale(1.04); box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 14px 34px rgba(76,138,11,0.45), 0 0 0 1px rgba(163,230,53,0.35); }
.chat-fab .ic { transition: transform 220ms var(--ease-hover), opacity 180ms var(--ease-hover); }
.fab-ic-close { position: absolute; opacity: 0; transform: rotate(-45deg) scale(0.6); }
.chat-widget.open .fab-ic-chat { opacity: 0; transform: rotate(45deg) scale(0.6); }
.chat-widget.open .fab-ic-close { opacity: 1; transform: rotate(0) scale(1); }

.chat-bubble {
  position: absolute;
  right: 0;
  bottom: calc(100% + 14px);
  width: min(336px, calc(100vw - 32px));
  transform-origin: 100% 100%;
  background: linear-gradient(175deg, var(--panel-top) 0%, var(--panel) 100%);
  border: 1px solid var(--line);
  border-radius: 20px 20px 6px 20px;
  overflow: hidden;
  box-shadow: inset 0 1px 0 var(--edge), 0 24px 60px rgba(0,0,0,0.6);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8) translateY(10px);
  transition: opacity 160ms var(--ease-hover), transform 160ms var(--ease-hover), visibility 160ms;
}
/* Plopp: Spring-Ease mit kleinem Bounce (scale 0.8 -> 1.04 -> 1) */
.chat-widget.open .chat-bubble {
  visibility: visible;
  opacity: 1;
  transform: scale(1) translateY(0);
  animation: chat-plopp 460ms cubic-bezier(0.34, 1.56, 0.64, 1);
}
@keyframes chat-plopp {
  0%   { opacity: 0; transform: scale(0.8) translateY(10px); }
  55%  { opacity: 1; transform: scale(1.04) translateY(-3px); }
  78%  { transform: scale(0.985) translateY(1px); }
  100% { opacity: 1; transform: scale(1) translateY(0); }
}
.chat-top {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 44px 14px 16px;
  background:
    radial-gradient(120% 120% at 100% 0%, rgba(163,230,53,0.24), transparent 55%),
    linear-gradient(160deg, #2f560c 0%, var(--brand-deep) 60%, #24401a 100%);
  color: #fff;
}
.chat-face { width: 44px; height: 44px; border-radius: 999px; object-fit: cover; outline: 2px solid rgba(163,230,53,0.5); flex: none; }
.chat-name { font-family: var(--font-head); font-weight: 600; font-size: 16px; line-height: 1.2; }
.chat-status { display: flex; align-items: center; gap: 6px; font-size: 12px; color: rgba(255,255,255,0.82); margin-top: 2px; }
.chat-dot { width: 8px; height: 8px; border-radius: 999px; background: var(--glow); box-shadow: 0 0 8px rgba(163,230,53,0.8); flex: none; }
.chat-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  color: rgba(255,255,255,0.85);
  transition: background 200ms var(--ease-hover), color 200ms var(--ease-hover);
}
.chat-close:hover { background: rgba(255,255,255,0.15); color: #fff; }
.chat-body { padding: 14px 16px 16px; }
.chat-row { display: flex; align-items: flex-end; gap: 8px; }
.chat-msg-face { width: 26px; height: 26px; border-radius: 999px; object-fit: cover; flex: none; }
.chat-msg {
  background: var(--bg-raise);
  border: 1px solid var(--line);
  border-radius: 14px 14px 14px 4px;
  padding: 9px 13px;
  box-shadow: inset 0 1px 0 var(--edge);
}
.chat-msg p { font-size: 14px; line-height: 1.45; color: var(--ink); }
.chat-actions { display: flex; gap: 6px; margin-top: 12px; }
.chat-act {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 6px;
  border-radius: 999px;
  background: var(--bg-raise);
  border: 1px solid var(--line);
  color: var(--ink);
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 13px;
  box-shadow: inset 0 1px 0 var(--edge);
  transition: background 200ms var(--ease-hover), color 200ms var(--ease-hover), border-color 200ms var(--ease-hover), transform 200ms var(--ease-hover);
}
.chat-act .ic { color: var(--glow); }
.chat-act:hover { background: var(--panel-top); border-color: rgba(163,230,53,0.4); color: var(--glow); transform: translateY(-2px); }
.chat-act-wa { background: #25D366; border-color: transparent; color: #fff; }
.chat-act-wa .ic { color: #fff; }
.chat-act-wa:hover { background: #1eb457; border-color: transparent; color: #fff; }
.chat-line { display: flex; gap: 8px; margin-top: 12px; }
.chat-line input {
  flex: 1;
  min-width: 0;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font: inherit;
  font-size: 14px;
  background: var(--bg-raise);
  color: var(--ink);
  transition: border-color 200ms var(--ease-hover), box-shadow 200ms var(--ease-hover);
}
.chat-line input::placeholder { color: rgba(241,239,227,0.4); }
.chat-line input:focus { outline: none; border-color: var(--glow); box-shadow: 0 0 0 3px rgba(163,230,53,0.15); }
.chat-send {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  flex: none;
  background: linear-gradient(160deg, #5ea616, var(--brand) 60%, var(--brand-deep));
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.22), 0 4px 12px rgba(0,0,0,0.4);
  transition: transform 200ms var(--ease-hover), box-shadow 200ms var(--ease-hover);
}
.chat-send:hover { transform: translateY(-2px); box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 8px 18px rgba(76,138,11,0.45); }
.chat-hint { font-size: 11.5px; color: var(--ink-soft); margin-top: 6px; }
.chat-perks { display: flex; gap: 12px; margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--line); }
.chat-perks li { flex: 1; display: flex; align-items: center; gap: 6px; font-size: 12px; line-height: 1.35; color: var(--ink-soft); }
.chat-perks .ic { color: var(--glow); flex: none; }

/* ---------- 7. Steinreinigung-Showcase (dunkle Bild-Karten, Hover = Zoom + Lime-Glow-Rahmen) ---------- */
.section-clean { background: var(--bg-raise); }
.clean-strip {
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: 24px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.clean-shot {
  position: relative;
  display: block;
  margin: 0;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  padding: 10px;
  box-shadow: var(--shadow-card);
  transition: border-color 320ms var(--ease-hover), background 320ms var(--ease-hover);
}
/* Lime-Glow-Rahmen: radiale Lichtflaeche hinter/um die Karte (radial-gradient, kein blur) */
.clean-shot::before {
  content: "";
  position: absolute;
  inset: -26px;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(closest-side, rgba(163,230,53,0.32), rgba(163,230,53,0.12) 56%, transparent 76%);
  opacity: 0;
  transition: opacity 380ms var(--ease-hover);
}
.clean-shot:hover, .clean-shot:focus-visible { border-color: rgba(163,230,53,0.45); background: var(--panel-top); }
.clean-shot:hover::before, .clean-shot:focus-visible::before { opacity: 1; }
.clean-frame {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  border-radius: calc(var(--r-card) - 8px);
  aspect-ratio: 3 / 4;
  background: var(--panel-top);
}
.clean-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms var(--ease-reveal);
}
/* Feierabend-Wash + warmer Soft-Light-Layer auf jedem Foto */
.clean-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(to top, rgba(22,33,15,0.55), rgba(22,33,15,0.10) 58%),
    rgba(140,110,40,0.10);
}
.clean-shot:hover .clean-frame img, .clean-shot:focus-visible .clean-frame img { transform: scale(1.07); }
/* Text blendet auf Hover ein */
.cs-ov {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 44px 14px 12px;
  color: #fff;
  background: linear-gradient(to top, rgba(10,16,6,0.92), rgba(10,16,6,0.40) 62%, transparent);
  opacity: 0;
  transition: opacity 320ms var(--ease-hover);
}
.cs-ov strong { font-family: var(--font-head); font-weight: 600; font-size: 16px; line-height: 24px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cs-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--glow);
  opacity: 0;
  transition: opacity 260ms var(--ease-hover) 100ms;
}
.clean-shot:hover .cs-ov, .clean-shot:focus-visible .cs-ov { opacity: 1; }
.clean-shot:hover .cs-more, .clean-shot:focus-visible .cs-more { opacity: 1; }
@media (hover: none) {
  .cs-ov { opacity: 1; padding-top: 26px; }
  .cs-more { opacity: 1; }
}
.clean-cta { text-align: center; margin-top: var(--s4); }

/* ---------- 4. Leistungen NEU: "Feierabend-Panorama", aufklappbare Foto-Lamellen ---------- */
.sec-leist { background: var(--bg); }
.acc { display: flex; gap: 12px; height: clamp(430px, 56vh, 540px); }
.acc-item {
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
  overflow: hidden;
  border-radius: var(--r-card);
  border: 1px solid var(--line);
  background: var(--panel);
  cursor: pointer;
  box-shadow: var(--shadow-card);
  transition: flex-grow 650ms var(--ease-reveal), box-shadow 400ms var(--ease-hover), border-color 400ms var(--ease-hover);
}
.acc-item.on {
  flex-grow: 4.4;
  cursor: default;
  border-color: rgba(163,230,53,0.35);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 0 0 1px rgba(163,230,53,0.18), 0 18px 44px rgba(0,0,0,0.5);
}
.acc-item:focus-visible { outline: 2px solid var(--glow); outline-offset: 2px; }
.acc-item > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms var(--ease-reveal);
}
.acc-item:not(.on):hover > img { transform: scale(1.06); }
/* Feierabend-Wash auf jedem Foto, zu = dichter, offen = kinoartig von unten */
.acc-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(to top, rgba(10,16,6,0.86) 0%, rgba(16,24,10,0.30) 55%, rgba(16,24,10,0.38) 100%),
    rgba(140,110,40,0.08);
  transition: opacity 500ms var(--ease-hover);
}
.acc-item.on .acc-shade {
  background:
    linear-gradient(to top, rgba(10,16,6,0.94) 0%, rgba(10,16,6,0.28) 52%, rgba(10,16,6,0.22) 100%),
    rgba(140,110,40,0.08);
}
.acc-num {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  font-family: var(--font-head);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--glow);
  background: rgba(10,16,6,0.55);
  border: 1px solid rgba(163,230,53,0.28);
  border-radius: 999px;
  padding: 3px 10px;
}
/* zugeklappt: Titel senkrecht von unten nach oben (Lamellen-Beschriftung) */
.acc-vert {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 2;
  transform: translateX(-50%) rotate(180deg);
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 15.5px;
  color: #fff;
  text-shadow: 0 1px 10px rgba(10,16,6,0.8);
  opacity: 1;
  transition: opacity 300ms var(--ease-hover);
  pointer-events: none;
}
.acc-item.on .acc-vert { opacity: 0; }
.acc-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 20px 22px;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 380ms var(--ease-hover), transform 380ms var(--ease-hover);
  pointer-events: none;
}
.acc-item.on .acc-body {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 220ms;
  pointer-events: auto;
}
.acc-body h3 { font-size: clamp(19px, 1.9vw, 25px); font-weight: 600; color: #fff; }
.acc-body p { margin-top: 6px; font-size: 14.5px; line-height: 1.5; color: rgba(241,239,227,0.85); max-width: 48ch; }
.acc-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--glow);
}
.acc-link .ic { transition: transform 200ms ease-out; }
.acc-link:hover .ic { transform: translateX(4px); }
.acc-foot { text-align: center; margin-top: var(--s3); color: var(--ink-soft); font-size: 15px; }
.acc-foot a { color: var(--glow); font-weight: 600; }
.acc-foot a:hover { text-decoration: underline; }
/* ohne JS: Raster statt Lamellen, alles lesbar */
html:not(.js) .acc { display: grid; grid-template-columns: repeat(2, 1fr); height: auto; }
html:not(.js) .acc-item { height: 300px; }
html:not(.js) .acc-body { opacity: 1; transform: none; pointer-events: auto; }
html:not(.js) .acc-vert { display: none; }
html:not(.js) .acc-item .acc-shade {
  background:
    linear-gradient(to top, rgba(10,16,6,0.94) 0%, rgba(10,16,6,0.28) 52%, rgba(10,16,6,0.22) 100%),
    rgba(140,110,40,0.08);
}

/* ---------- 5. Ueber Bazid ---------- */
.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 7fr);
  gap: var(--s5);
  align-items: center;
}
.about-media { position: relative; max-width: 400px; }
.about-photo { position: relative; border-radius: var(--r-img); overflow: hidden; }
.about-photo img { border-radius: var(--r-img); width: 100%; }
.about-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(to top, rgba(22,33,15,0.55), rgba(22,33,15,0.05) 55%),
    rgba(140,110,40,0.10);
}
.about-face {
  position: absolute;
  right: -8px;
  bottom: -12px;
  width: 64px;
  height: 64px;
  border-radius: 999px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.5);
  outline: 4px solid var(--bg);
  z-index: 2;
}
.about-face img { width: 100%; height: 100%; object-fit: cover; }
.about-copy h2 { font-size: clamp(28px, 3.8vw, 40px); font-weight: 600; margin-top: var(--s2); }
.about-text { color: var(--ink-soft); margin-top: var(--s3); font-size: 17px; }
.about-quote {
  position: relative;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  padding: var(--s3) var(--s3) var(--s3) 64px;
  margin-top: var(--s3);
  box-shadow: inset 0 1px 0 var(--edge);
}
.about-quote .quote-ic { position: absolute; left: 20px; top: 22px; color: var(--glow); }
.about-quote p { font-family: var(--font-head); font-size: 21px; font-weight: 600; line-height: 1.3; color: var(--ink); }
.about-quote cite { display: block; font-style: normal; color: var(--ink-soft); font-size: 14px; margin-top: 6px; }
.trust-list { margin-top: var(--s3); display: grid; gap: 10px; }
.trust-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 15.5px; color: var(--ink); }
.trust-list .ic { color: var(--glow); margin-top: 3px; }

/* ---------- 6. Referenzen (Vorher/Nachher-Schieberegler) ---------- */
.ref-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s3); }
.ref-card {
  position: relative;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  overflow: hidden;
  box-shadow: inset 0 1px 0 var(--edge), 0 8px 24px rgba(0,0,0,0.35);
  transition: transform 280ms var(--ease-hover), box-shadow 280ms var(--ease-hover);
}
.ref-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: inherit;
  background: radial-gradient(60% 40% at 50% 0%, rgba(163,230,53,0.10), transparent 70%);
  opacity: 0;
  transition: opacity 280ms var(--ease-hover);
}
.ref-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-card-up); }
.ref-card:hover::before { opacity: 1; }
.ba-frame { position: relative; display: block; aspect-ratio: 1 / 1; overflow: hidden; }
/* warmer Abend-Layer auf den Referenz-Fotos, hellt beim Hover auf */
.ba-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(to top, rgba(22,33,15,0.45), rgba(22,33,15,0.05) 60%);
  opacity: 1;
  transition: opacity 320ms var(--ease-hover);
}
.ref-card:hover .ba-frame::after { opacity: 0.35; }
.ba-under { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ba-over {
  position: absolute;
  inset: 0;
  overflow: hidden;
  clip-path: inset(0 calc(100% - var(--pos, 50%)) 0 0);
}
.ba-over img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ba-tag {
  position: absolute;
  top: 12px;
  z-index: 3;
  background: rgba(22,33,15,0.82);
  color: var(--ink);
  font-size: 12.5px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 999px;
  box-shadow: inset 0 1px 0 var(--edge), 0 2px 8px rgba(0,0,0,0.4);
  pointer-events: none;
}
.ba-tag-vor { left: 12px; }
.ba-tag-nach { right: 12px; color: var(--glow); }
.ba-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--pos, 50%);
  width: 3px;
  margin-left: -1.5px;
  background: var(--glow);
  box-shadow: 0 0 12px rgba(163,230,53,0.7);
  z-index: 4;
  pointer-events: none;
}
.ba-grip {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: var(--panel-top);
  color: var(--glow);
  box-shadow: inset 0 1px 0 var(--edge), 0 4px 14px rgba(0,0,0,0.5);
}
.ba-range {
  position: absolute;
  inset: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
  -webkit-appearance: none;
  appearance: none;
  touch-action: pan-y;
}
.ba-range:focus-visible ~ .ba-handle .ba-grip,
.ba-frame:has(.ba-range:focus-visible) .ba-grip { outline: 2px solid var(--glow); outline-offset: 2px; }
.ref-meta { position: relative; z-index: 2; display: block; padding: var(--s2) var(--s3) var(--s3); }
.ref-title { display: block; font-size: 18px; font-weight: 600; color: var(--ink); }
.ref-line { display: block; color: var(--ink-soft); font-size: 14px; margin-top: 4px; }
.ref-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--glow);
}
.ref-link .ic { transition: transform 200ms ease-out; }
.ref-link:hover .ic { transform: translateX(4px); }

/* ---------- Detailreiche Icons (48er-Raster, mehrteilige Motive) ---------- */
.icd {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: none;
}

/* ---------- 7. Benefits + Stats-Badge (Cetin-Prinzip, dunkel, Neon-Zahlen) ---------- */
.sec-benefit {
  background:
    radial-gradient(90% 80% at 85% 8%, rgba(76,138,11,0.16), transparent 60%),
    var(--bg-raise);
}
.benefit-grid {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: var(--s5);
  align-items: center;
}
.benefit-copy h2 { font-size: clamp(28px, 3.8vw, 42px); font-weight: 600; margin-top: var(--s2); }
.benefit-intro { color: var(--ink-soft); margin-top: var(--s2); font-size: 17px; max-width: 52ch; }
.benefit-list { margin-top: var(--s4); display: grid; gap: var(--s3); }
.benefit-item { display: flex; align-items: flex-start; gap: var(--s3); }
.benefit-item .icd { color: var(--glow); margin-top: 2px; }
.benefit-item h3 { font-size: 18px; font-weight: 600; color: var(--ink); }
.benefit-item p { color: var(--ink-soft); font-size: 15px; line-height: 1.55; margin-top: 4px; max-width: 52ch; }
/* Stats-Badge: gruene Toene + Fade, Zahlen in Neon-Gruen, Untertext weiss */
.stats-badge {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  padding: var(--s4) var(--s4) var(--s3);
  color: #fff;
  background:
    radial-gradient(120% 90% at 88% -12%, rgba(163,230,53,0.30), transparent 55%),
    radial-gradient(110% 100% at 0% 105%, rgba(10,20,5,0.55), transparent 60%),
    linear-gradient(160deg, #35610e 0%, #234a10 48%, #16300b 100%);
  border: 1px solid rgba(163,230,53,0.25);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.18), 0 24px 60px rgba(0,0,0,0.5);
}
.sb-head { display: flex; align-items: center; gap: 14px; }
.sb-face { width: 62px; height: 62px; border-radius: 999px; object-fit: cover; outline: 3px solid rgba(163,230,53,0.5); flex: none; }
.sb-name { font-family: var(--font-head); font-weight: 600; font-size: 18px; line-height: 1.2; }
.sb-role { color: rgba(255,255,255,0.75); font-size: 13.5px; margin-top: 2px; }
.sb-google {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: var(--s3);
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  font-size: 13.5px;
  color: rgba(255,255,255,0.85);
}
.sb-google .gicon { background: #fff; border-radius: 999px; padding: 3px; width: 24px; height: 24px; }
.sb-google .stars { color: #ffd76a; }
.sb-google strong { color: #fff; font-size: 14.5px; }
.sb-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: var(--s3);
  border-top: 1px solid rgba(255,255,255,0.14);
}
.sb-stat { padding: 18px 8px 14px; text-align: center; }
.sb-stat:nth-child(2n) { border-left: 1px solid rgba(255,255,255,0.14); }
.sb-stat:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,0.14); }
.sb-num {
  font-family: var(--font-head);
  font-size: clamp(28px, 2.6vw, 38px);
  font-weight: 600;
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
  color: var(--glow);
  text-shadow: 0 0 18px rgba(163,230,53,0.35);
}
.sb-suffix { font-size: 0.55em; font-weight: 500; color: rgba(163,230,53,0.8); margin-left: 2px; }
.sb-label { color: #fff; font-size: 13px; line-height: 1.35; margin-top: 4px; }
.sb-note { margin-top: var(--s2); text-align: center; font-size: 11.5px; color: rgba(255,255,255,0.55); }

/* ---------- Sektion "Ueber mich": helle Flaeche mit Chevron-Blatt-Textur (Cetin-Mix) ---------- */
.section-light.sec-partner {
  background:
    url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='72'%20height='72'%3E%3Cg%20fill='none'%20stroke='%2341611f'%20stroke-opacity='.13'%20stroke-width='1.6'%3E%3Cpath%20d='M0%2018%2018%200l18%2018L54%200l18%2018'/%3E%3Cpath%20d='M0%2042%2018%2024l18%2018%2018-18%2018%2018'/%3E%3Cpath%20d='M0%2066%2018%2048l18%2018%2018-18%2018%2018'/%3E%3C/g%3E%3C/svg%3E"),
    radial-gradient(90% 70% at 50% -12%, #fffdf6, transparent 60%),
    linear-gradient(0deg, var(--creme), var(--creme));
  color: var(--ink-on-creme);
}
.sec-partner .about-grid { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); }
.sec-partner .about-media { max-width: none; justify-self: stretch; }
.sec-partner .about-photo::after {
  background: linear-gradient(to top, rgba(22,33,15,0.35), rgba(22,33,15,0.02) 55%);
}
.sec-partner .about-copy h2 { color: var(--ink-on-creme); }
.sec-partner .about-text { color: var(--soft-on-creme); }
.sec-partner .about-quote {
  background: #ffffff;
  border-color: rgba(30,42,21,0.10);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 10px 26px rgba(38,58,22,0.08);
}
.sec-partner .about-quote .quote-ic { color: var(--brand); }
.sec-partner .about-quote p { color: var(--ink-on-creme); }
.sec-partner .about-quote cite { color: var(--soft-on-creme); }
.sec-partner .trust-list li { color: var(--ink-on-creme); }
.sec-partner .trust-list .ic { color: var(--brand); }
.sec-partner .about-face { outline-color: var(--creme); }

/* ---------- Sektion "Warum Bazid Daoud?" (weisses Papier, detailreiche gruene Icons) ---------- */
.sec-warum { background: #fdfbf4; color: var(--ink-on-creme); }
.sec-warum .eyebrow { color: var(--brand-deep); }
.sec-warum .section-head h2 { color: var(--ink-on-creme); }
.sec-warum .section-head h2::after { background: var(--brand); box-shadow: none; }
.sec-warum .section-sub { color: var(--soft-on-creme); }
.warum-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s4);
  max-width: 1100px;
  margin-inline: auto;
}
.warum-item { display: flex; align-items: flex-start; gap: 16px; }
.warum-item .icd { color: var(--brand); }
.warum-item h3 { font-size: 18px; font-weight: 600; color: var(--brand-deep); }
.warum-item p { color: var(--soft-on-creme); font-size: 15px; line-height: 1.55; margin-top: 6px; }

/* ---------- 8. Bewertungen (EINZIGE helle Sektion, Creme-Lichtung) ---------- */
.reviews-band {
  position: relative;
  padding-block: var(--s6) var(--s5);
  overflow: hidden;
  background:
    radial-gradient(80% 60% at 50% -10%, #fffdf6, transparent 60%),
    var(--creme);
  color: var(--ink-on-creme);
}
.reviews-band .eyebrow { color: var(--brand-deep); }
.reviews-band .section-head h2 { color: var(--ink-on-creme); }
.reviews-band .section-head h2::after { background: var(--brand); box-shadow: none; }
.reviews-band .section-head { margin-bottom: 0; }
.rev-score {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: var(--s2);
  font-size: 15px;
  color: var(--soft-on-creme);
}
.rev-score strong { color: var(--ink-on-creme); font-size: 17px; }
.rev-score .stars { color: #e8a417; }
.rev-score .gicon { background: #fff; border-radius: 999px; padding: 3px; width: 26px; height: 26px; box-shadow: 0 1px 4px rgba(38,58,22,0.15); }
.rev-score-sub { font-size: 14.5px; }

.rev-viewport { overflow: hidden; margin-top: var(--s3); padding-block: 12px 44px; }
.rev-track { display: flex; width: max-content; animation: rev-scroll 70s linear infinite; }
.rev-group { display: flex; align-items: stretch; gap: 18px; padding-right: 18px; }
.rev-viewport:hover .rev-track { animation-play-state: paused; }
@keyframes rev-scroll { to { transform: translateX(-50%); } }

/* Schmale, glaenzende Karten: Verlaufsgrund + diagonaler Licht-Reflex + obere Lichtkante (kein Blur) */
.g-review {
  position: relative;
  width: 292px;
  flex: none;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: linear-gradient(168deg, #ffffff 0%, #fbf8ef 52%, #f1ecdd 100%);
  color: var(--ink-on-creme);
  border: 1px solid rgba(30,42,21,0.08);
  border-radius: 16px;
  padding: 12px 14px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.95), 0 1px 2px rgba(38,58,22,0.05), 0 12px 30px rgba(38,58,22,0.10);
  transition: transform 260ms var(--ease-hover), box-shadow 260ms var(--ease-hover);
}
/* glossy Reflex-Streifen, laeuft diagonal ueber die Karte */
.g-review::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(118deg, rgba(255,255,255,0) 26%, rgba(255,255,255,0.75) 40%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0) 58%);
}
.g-review > * { position: relative; z-index: 1; }
.g-review:hover {
  transform: translateY(-5px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.95), 0 2px 4px rgba(38,58,22,0.06), 0 0 0 1px rgba(76,138,11,0.16), 0 20px 44px rgba(38,58,22,0.16);
}
.g-head { display: flex; align-items: center; gap: 10px; }
.g-avatar {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 16px;
  flex: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.35), 0 2px 6px rgba(38,58,22,0.15);
}
.g-a-blue { background: #4285F4; }
.g-a-green { background: #34A853; }
.g-a-red { background: #EA4335; }
.g-a-yellow { background: #E8930C; }
.g-id { min-width: 0; }
.g-name { display: block; font-weight: 600; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: var(--ink-on-creme); }
.g-date { display: block; color: var(--soft-on-creme); font-size: 12px; }
.g-head .gicon { margin-left: auto; width: 18px; height: 18px; }
.g-stars { display: inline-flex; gap: 2px; color: #e8a417; margin-top: 6px; }
.g-stars .ic { width: 14px; height: 14px; fill: currentColor; stroke: none; }
/* Jede Bewertung gleich hoch: langer Text endet nach 4 Zeilen mit "..." */
.g-text {
  font-size: 13.5px;
  line-height: 1.5;
  margin-top: 6px;
  color: var(--ink-on-creme);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.g-src { display: block; color: var(--soft-on-creme); font-size: 12px; margin-top: auto; padding-top: 6px; }

/* ---------- 9. Social (Instagram 70% links, TikTok 30% Hochkant) ---------- */
.social-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 3fr); gap: var(--s3); align-items: stretch; }

.tiktok-video {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--r-img);
  background: #010101;
  height: 100%;
  min-height: 480px;
  box-shadow: inset 0 1px 0 var(--edge), 0 8px 24px rgba(0,0,0,0.4);
}
.tt-thumb { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 700ms var(--ease-reveal); }
.tiktok-video:hover .tt-thumb { transform: scale(1.04); }
.tt-shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to top, rgba(1,1,1,0.88) 0%, rgba(1,1,1,0.30) 40%, rgba(1,1,1,0.18) 70%, rgba(1,1,1,0.45) 100%);
}
.tt-glyph { position: absolute; top: 16px; left: 16px; width: 34px; height: 34px; z-index: 3; }
.tt-glyph .ic { position: absolute; inset: 0; width: 34px; height: 34px; }
.tt-c { color: #25F4EE; transform: translate(-1.5px, -1.5px); }
.tt-r { color: #FE2C55; transform: translate(1.5px, 1.5px); }
.tt-w { color: #fff; }
.tt-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 999px;
  background: rgba(1,1,1,0.55);
  border: 1px solid rgba(255,255,255,0.35);
  color: #fff;
  transition: background 250ms var(--ease-hover), transform 250ms var(--ease-hover);
}
.tt-play-ic { width: 28px; height: 28px; margin-left: 4px; }
.tiktok-video:hover .tt-play { background: #FE2C55; transform: translate(-50%, -50%) scale(1.08); }
.tt-meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: var(--s3);
}
.tt-handle { font-family: var(--font-head); font-weight: 600; font-size: 19px; color: #fff; overflow-wrap: anywhere; }
.tt-sub { color: rgba(255,255,255,0.75); font-size: 14px; }
.btn-tiktok { background: #FE2C55; color: #fff; margin-top: 6px; padding: 11px 20px; font-size: 14.5px; }
.tiktok-video:hover .btn-tiktok { background: #25F4EE; color: #010101; }

.insta-card {
  background: var(--panel);
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: var(--r-img);
  padding: var(--s3);
  display: flex;
  flex-direction: column;
  gap: var(--s2);
  box-shadow: inset 0 1px 0 var(--edge), 0 8px 24px rgba(0,0,0,0.35);
}
.ig-head { display: flex; align-items: center; gap: var(--s2); }
.btn-ig-mini { margin-left: auto; margin-top: 0; padding: 10px 18px; font-size: 14px; align-self: center; flex: none; }
.ig-grid { flex: 1; align-content: start; }
.ig-avatar { width: 64px; height: 64px; border-radius: 999px; flex: none; outline: 2px solid rgba(163,230,53,0.35); }
.ig-id { min-width: 0; }
.ig-name { font-family: var(--font-head); font-weight: 600; font-size: 18px; color: var(--ink); }
.ig-handle { color: #e98cc0; font-size: 14px; font-weight: 500; }
.ig-stats { color: var(--ink-soft); font-size: 14px; margin-top: 2px; }
.ig-stats strong { color: var(--ink); }
.ig-sep { display: inline-block; width: 4px; height: 4px; border-radius: 999px; background: rgba(241,239,227,0.3); margin: 0 10px; vertical-align: middle; }

.ig-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.ig-tile { position: relative; display: block; border-radius: 12px; overflow: hidden; aspect-ratio: 1 / 1; }
.ig-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms var(--ease-reveal); }
.ig-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to top, rgba(22,33,15,0.35), transparent 55%);
}
.ig-tile:hover img { transform: scale(1.06); }
.ig-ov {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--glow);
  background: rgba(22,33,15,0.55);
  opacity: 0;
  transition: opacity 250ms var(--ease-hover);
}
.ig-tile:hover .ig-ov { opacity: 1; }
.btn-instagram {
  background: linear-gradient(45deg, #FEDA75 0%, #FA7E1E 25%, #D62976 55%, #9A35BD 80%, #515CD4 100%);
  color: #fff;
  justify-content: center;
  margin-top: var(--s2);
  text-shadow: 0 1px 2px rgba(0,0,0,0.25);
}
.btn-instagram:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(214,41,118,0.4); }

/* ---------- 10. Formular ---------- */
.form-grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 8fr);
  gap: var(--s3);
  align-items: stretch;
}
.contact-panel {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(120% 90% at 90% -10%, rgba(163,230,53,0.16), transparent 55%),
    linear-gradient(165deg, #24401a 0%, #16270d 62%, #0f1a08 100%);
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: var(--r-img);
  padding: var(--s3);
  display: flex;
  flex-direction: column;
  box-shadow: inset 0 1px 0 var(--edge), 0 14px 36px rgba(0,0,0,0.45);
}
.contact-panel .cp-note { margin-top: auto; }
.cp-person { display: flex; align-items: center; gap: 14px; }
.cp-face { width: 64px; height: 64px; border-radius: 999px; object-fit: cover; outline: 3px solid rgba(163,230,53,0.4); flex: none; }
.cp-name strong { display: block; font-family: var(--font-head); font-size: 17px; color: var(--ink); }
.cp-name span { display: block; color: var(--ink-soft); font-size: 13.5px; }
.cp-list { margin-top: var(--s3); display: grid; gap: 14px; }
.cp-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; color: rgba(241,239,227,0.85); }
.cp-list .ic { color: var(--glow); margin-top: 3px; }
.cp-list a { font-weight: 600; color: var(--glow); }
.cp-list a:hover { text-decoration: underline; }
.cp-note {
  margin-top: var(--s3);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 14px;
  padding: 12px 16px;
  font-size: 13.5px;
  color: var(--ink-soft);
  line-height: 1.55;
}

.dialog-form {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--r-img);
  padding: var(--s3) var(--s4);
  box-shadow: inset 0 1px 0 var(--edge), 0 14px 36px rgba(0,0,0,0.4);
  display: flex;
  flex-direction: column;
}
.js .dialog-form .form-nav { margin-top: auto; padding-top: var(--s3); }
.form-progress { display: flex; justify-content: center; margin-bottom: var(--s3); }
.form-progress li {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--bg-raise);
  border: 1px solid var(--line);
  color: var(--ink-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13.5px;
  font-weight: 600;
  transition: background 250ms var(--ease-hover), color 250ms var(--ease-hover), border-color 250ms var(--ease-hover), box-shadow 250ms var(--ease-hover);
}
.form-progress li + li { margin-left: 52px; }
.form-progress li + li::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  width: 52px;
  height: 2px;
  transform: translateY(-50%);
  background: rgba(241,239,227,0.14);
  transition: background 300ms var(--ease-hover);
}
.form-progress li.on {
  background: linear-gradient(160deg, #5ea616, var(--brand-deep));
  color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 14px rgba(76,138,11,0.4), inset 0 1px 0 rgba(255,255,255,0.3), 0 0 0 1px rgba(163,230,53,0.3);
}
.form-progress li.done { background: var(--brand); color: #fff; border-color: transparent; }
.form-progress li.done + li::before, .form-progress li.done + li.on::before { background: var(--brand); }

.form-step { border: 0; }
.js .form-step { display: none; }
.js .form-step.step-on { display: block; }
.form-step legend { font-family: var(--font-head); font-size: 21px; font-weight: 600; margin-bottom: var(--s2); color: var(--ink); }
html:not(.js) .form-step { margin-bottom: var(--s3); }

/* Auswahl-Karten Schritt 1 */
.svc-pick-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.svc-pick {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--bg-raise);
  padding: 12px;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--ink);
  cursor: pointer;
  transition: background 200ms var(--ease-hover), box-shadow 200ms var(--ease-hover), color 200ms var(--ease-hover);
}
.svc-pick .ic { color: var(--glow); }
.svc-pick input { position: absolute; opacity: 0; pointer-events: none; }
.svc-pick:hover { background: var(--panel-top); box-shadow: inset 0 0 0 1px rgba(163,230,53,0.25); }
.svc-pick:has(input:checked) {
  background: var(--panel-top);
  border-color: var(--glow);
  color: var(--glow);
  box-shadow: 0 0 0 1px rgba(163,230,53,0.35);
}
.svc-pick:has(input:focus-visible) { outline: 2px solid var(--glow); outline-offset: 2px; }

/* Auswahl-Pillen Schritte 2 + 3 */
.chip-group { display: flex; flex-wrap: wrap; gap: 8px; }
.chip-group label { position: relative; }
.chip-group input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.chip-group span {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 999px;
  background: var(--bg-raise);
  border: 1px solid var(--line);
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 200ms var(--ease-hover), border-color 200ms var(--ease-hover), color 200ms var(--ease-hover), box-shadow 200ms var(--ease-hover);
}
.chip-group label:hover span { background: var(--panel-top); border-color: rgba(163,230,53,0.3); }
.chip-group input:checked + span { background: var(--panel-top); border-color: var(--glow); color: var(--glow); font-weight: 600; }
.chip-group input:focus-visible + span { outline: 2px solid var(--glow); outline-offset: 2px; }

.form-hint { color: var(--ink-soft); font-size: 14px; margin-top: var(--s2); }

.field { display: block; margin-top: var(--s2); }
.field > span { display: block; font-size: 14px; font-weight: 500; margin-bottom: 6px; color: var(--ink); }
.field input, .field textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  font: inherit;
  font-size: 15.5px;
  background: var(--bg-raise);
  color: var(--ink);
  transition: border-color 200ms var(--ease-hover), box-shadow 200ms var(--ease-hover);
}
.field input::placeholder, .field textarea::placeholder { color: rgba(241,239,227,0.4); }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--glow); box-shadow: 0 0 0 3px rgba(163,230,53,0.15); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s2); }
.field-row .field { margin-top: var(--s2); }

.form-nav { display: flex; justify-content: space-between; align-items: center; gap: var(--s2); margin-top: var(--s3); }
.form-nav .btn-primary { margin-left: auto; }

.btn-submit { position: relative; min-width: 190px; justify-content: center; }
.submit-spinner {
  display: none;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,0.35);
  border-top-color: #fff;
  animation: spin 700ms linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.submit-done { display: none; }
.btn-submit.loading .submit-label { display: none; }
.btn-submit.loading .submit-spinner { display: inline-block; }
.btn-submit.success .submit-label, .btn-submit.success .submit-spinner { display: none; }
.btn-submit.success .submit-done { display: inline-flex; }
.btn-submit.success { background: var(--brand-deep); }

.form-success {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: var(--s3);
  background: rgba(163,230,53,0.12);
  color: var(--glow);
  font-weight: 500;
  padding: 14px 18px;
  border-radius: 14px;
}
.form-success .ic { color: var(--glow); }

/* ---------- 11. Bildmoment "Aus einer Hand" (Full-Bleed-Band) ---------- */
.band-cta { position: relative; }
.band-fig { position: relative; overflow: hidden; margin: 0; height: clamp(460px, 64vh, 640px); }
.band-img { position: absolute; left: 0; top: -9%; width: 100%; height: 118%; object-fit: cover; will-change: transform; }
/* Unterer Fade: laeuft ins Footer-Dunkel */
.band-fig::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 46%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to top, var(--forest) 0%, rgba(17,26,11,0.6) 45%, transparent 100%);
}
.band-wash {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(to top, rgba(22,33,15,0.78), rgba(22,33,15,0.20) 60%),
    radial-gradient(120% 90% at 50% 100%, rgba(10,16,6,0.7) 0%, rgba(10,16,6,0.3) 45%, transparent 100%);
}
.band-warm {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: rgba(140,110,40,0.10);
  mix-blend-mode: soft-light;
}
.band-center {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: var(--s3);
  gap: 12px;
  color: var(--ink);
}
.band-rule { width: 56px; height: 2px; border-radius: 999px; background: var(--glow); box-shadow: 0 0 12px rgba(163,230,53,0.6); }
.band-title { font-family: var(--font-head); font-size: clamp(28px, 3.8vw, 44px); font-weight: 600; line-height: 1.1; letter-spacing: -0.015em; max-width: 680px; text-shadow: 0 2px 20px rgba(10,16,6,0.6); }
.band-sub { max-width: 560px; color: rgba(241,239,227,0.88); font-size: 17px; text-shadow: 0 1px 12px rgba(10,16,6,0.6); }
.band-center .btn { margin-top: 8px; }

/* ---------- 12. Footer (noch dunkler, Riesen-Wortmarke) ---------- */
.site-footer { position: relative; background: var(--forest); color: var(--ink-soft); overflow: hidden; }
.footer-cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s4);
  padding-top: var(--s6);
  padding-bottom: var(--s5);
  border-bottom: 1px solid rgba(241,239,227,0.10);
  flex-wrap: wrap;
}
/* Warmlicht hinter der CTA-Headline */
.footer-cta::before {
  content: "";
  position: absolute;
  left: -5%;
  top: 10%;
  width: 60%;
  height: 120%;
  pointer-events: none;
  background: radial-gradient(60% 60% at 20% 40%, rgba(163,230,53,0.10), transparent 70%);
}
.footer-cta-copy { position: relative; }
.footer-cta-title { font-size: clamp(28px, 3.6vw, 42px); font-weight: 600; color: var(--ink); }
.footer-cta-sub { margin-top: var(--s2); max-width: 480px; font-size: 16px; }
.footer-cta-btns { position: relative; display: flex; gap: var(--s2); flex-wrap: wrap; }

.footer-cols {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--s4);
  padding-block: var(--s5);
}
.f-head { font-family: var(--font-head); font-weight: 600; font-size: 16px; color: var(--ink); margin-bottom: var(--s2); }
.f-col ul { display: grid; gap: 8px; }
.f-col a { font-size: 15px; transition: color 180ms var(--ease-hover); }
.f-col a:hover { color: var(--glow); }
.f-contact li { display: flex; align-items: flex-start; gap: 10px; font-size: 15px; }
.f-contact .ic { color: var(--glow); margin-top: 3px; }
.f-social { display: flex; gap: 8px; margin-top: var(--s3); }
.icon-btn-light { color: var(--ink); border: 1px solid rgba(241,239,227,0.18); }
.icon-btn-light:hover { background: rgba(163,230,53,0.10); color: var(--glow); }

/* Logo dezent im Footer-Abschluss */
.footer-logo { height: 46px; width: auto; opacity: 0.92; margin-bottom: 4px; }

.footer-base {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding-block: var(--s3);
  margin-top: var(--s3);
  border-top: 1px solid rgba(241,239,227,0.10);
  font-size: 13.5px;
  color: rgba(241,239,227,0.5);
}
.footer-legal { display: flex; justify-content: center; align-items: center; gap: var(--s3); flex-wrap: wrap; }
.footer-legal a { font-size: 14px; color: rgba(241,239,227,0.72); transition: color 180ms var(--ease-hover); }
.footer-legal a:hover { color: var(--glow); }

/* ============================================================
   HELLE SEKTIONEN (Hell/Dunkel-Dramaturgie)
   Creme- und Salbei-Lichtungen zwischen den dunklen Baendern.
   Cards tonal gemischt: helle Karten mit Schatten,
   dunkle Panels mit Lichtkante als Gegenpol.
   ============================================================ */
.section-light {
  background:
    radial-gradient(90% 70% at 50% -12%, #fffdf6, transparent 60%),
    var(--creme);
  color: var(--ink-on-creme);
}
.section-sage {
  background:
    radial-gradient(90% 70% at 50% -12%, #f4f9e8, transparent 60%),
    #e9f0d6;
}
.section-light .eyebrow { color: var(--brand-deep); }
.section-light .section-head h2 { color: var(--ink-on-creme); }
.section-light .section-head h2::after { background: var(--brand); box-shadow: none; }
.section-light .section-sub { color: var(--soft-on-creme); }

/* Referenz-Cards hell: weisse Karten, Marken-Gruen statt Lime auf Weiss */
.section-light .ref-card {
  background: #ffffff;
  border-color: rgba(30,42,21,0.10);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 1px 2px rgba(38,58,22,0.05), 0 12px 30px rgba(38,58,22,0.10);
}
.section-light .ref-card::before { background: radial-gradient(60% 40% at 50% 0%, rgba(111,176,25,0.10), transparent 70%); }
.section-light .ref-card:hover { box-shadow: inset 0 1px 0 rgba(255,255,255,0.95), 0 2px 4px rgba(38,58,22,0.06), 0 0 0 1px rgba(76,138,11,0.18), 0 22px 48px rgba(38,58,22,0.16); }
.section-light .ref-title { color: var(--ink-on-creme); }
.section-light .ref-line { color: var(--soft-on-creme); }
.section-light .ref-link { color: var(--brand-deep); }
.section-light .ba-frame::after { background: linear-gradient(to top, rgba(22,33,15,0.28), transparent 55%); }

/* Formular hell: weisses Formular-Panel, Kontakt-Panel bleibt dunkel (Tonal-Mix) */
.section-light .dialog-form {
  background: #ffffff;
  border-color: rgba(30,42,21,0.10);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 1px 2px rgba(38,58,22,0.05), 0 16px 40px rgba(38,58,22,0.10);
}
.section-light .form-step legend { color: var(--ink-on-creme); }
.section-light .form-progress li { background: #f4f1e5; border-color: rgba(30,42,21,0.12); color: var(--soft-on-creme); }
.section-light .form-progress li + li::before { background: rgba(30,42,21,0.14); }
.section-light .form-progress li.on {
  background: linear-gradient(160deg, #5ea616, var(--brand-deep));
  color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 14px rgba(76,138,11,0.35), inset 0 1px 0 rgba(255,255,255,0.3);
}
.section-light .form-progress li.done { background: var(--brand); color: #fff; border-color: transparent; }
.section-light .svc-pick { background: #f8f5ec; border-color: rgba(30,42,21,0.12); color: var(--ink-on-creme); }
.section-light .svc-pick .ic { color: var(--brand); }
.section-light .svc-pick:hover { background: #ffffff; box-shadow: inset 0 0 0 1px rgba(76,138,11,0.25); }
.section-light .svc-pick:has(input:checked) {
  background: #f0f6e1;
  border-color: var(--brand);
  color: var(--brand-deep);
  box-shadow: 0 0 0 1px rgba(76,138,11,0.30);
}
.section-light .svc-pick:has(input:focus-visible) { outline: 2px solid var(--brand); outline-offset: 2px; }
.section-light .chip-group span { background: #f8f5ec; border-color: rgba(30,42,21,0.12); color: var(--ink-on-creme); }
.section-light .chip-group label:hover span { background: #ffffff; border-color: rgba(76,138,11,0.35); }
.section-light .chip-group input:checked + span { background: #f0f6e1; border-color: var(--brand); color: var(--brand-deep); }
.section-light .chip-group input:focus-visible + span { outline: 2px solid var(--brand); outline-offset: 2px; }
.section-light .form-hint { color: var(--soft-on-creme); }
.section-light .field > span { color: var(--ink-on-creme); }
.section-light .field input, .section-light .field textarea { background: #fdfcf7; border-color: rgba(30,42,21,0.14); color: var(--ink-on-creme); }
.section-light .field input::placeholder, .section-light .field textarea::placeholder { color: rgba(31,43,20,0.38); }
.section-light .field input:focus, .section-light .field textarea:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(76,138,11,0.14); }
.section-light .btn-ghost { color: var(--soft-on-creme); }
.section-light .btn-ghost:hover { color: var(--ink-on-creme); }
.section-light .form-success { background: rgba(76,138,11,0.12); color: var(--brand-deep); }
.section-light .form-success .ic { color: var(--brand-deep); }

/* ---------- Reveals (Signatur 3: Scale-in statt nur Fade-up) ---------- */
.js .reveal {
  opacity: 0;
  transform: translateY(24px) scale(0.98);
  transition: opacity 650ms var(--ease-reveal), transform 650ms var(--ease-reveal);
}
.js .reveal-l { transform: translateX(-40px) scale(0.98); }
.js .reveal-r { transform: translateX(40px) scale(0.98); }
.js .reveal.in { opacity: 1; transform: translate(0, 0) scale(1); }
.js .service-card.reveal.in { transition: transform 280ms var(--ease-hover), background 280ms var(--ease-hover), box-shadow 280ms var(--ease-hover); }
.js .ref-card.reveal.in { transition: transform 280ms var(--ease-hover), box-shadow 280ms var(--ease-hover); }
@media (hover: hover) and (pointer: fine) {
  .js .service-card.reveal.in:hover { transform: translateY(-4px); }
  .js .ref-card.reveal.in:hover { transform: translateY(-4px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal { transition: opacity 300ms ease; transform: none; }
  .section-head h2::after { width: 100%; transition: none; }
  .glass-pill { animation: none; }
  .acc-item, .acc-item > img, .acc-body, .acc-vert { transition: none !important; }
  .ref-card, .btn, .ig-tile img, .clean-shot img, .tt-thumb, .g-review { transition: none !important; }
  .btn-primary::after { display: none; }
  .band-img { position: absolute; top: 0; height: 100%; transform: none !important; }
  .cs-ov { opacity: 1; transition: none; }
  .cs-more { opacity: 1; }
  .rev-track { animation: none; }
  .rev-viewport { overflow-x: auto; }
  .chat-widget.open .chat-bubble { animation: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .footer-cols { grid-template-columns: repeat(2, 1fr); }
  .main-nav { display: none; }
  .nav-toggle { display: inline-flex; }
  .hero-full { min-height: clamp(520px, 78vh, 680px); }
  .clean-strip { grid-template-columns: repeat(3, 1fr); }
  .clean-shot:nth-child(4), .clean-shot:nth-child(5) { display: none; }
  .social-grid { grid-template-columns: 1fr; }
  .tiktok-video { max-width: 360px; margin-inline: auto; width: 100%; height: auto; aspect-ratio: 9 / 16; min-height: 0; }
  .form-grid { grid-template-columns: 1fr; }
  .benefit-grid { grid-template-columns: 1fr; gap: var(--s4); }
  .stats-badge { max-width: 520px; }
  .warum-grid { grid-template-columns: 1fr; gap: var(--s3); max-width: 560px; }
}

/* Leistungen-Panorama: unterhalb 900px als vertikale Lamellen */
@media (max-width: 900px) {
  .acc { flex-direction: column; height: auto; gap: 10px; }
  .acc-item { flex: none; height: 64px; transition: height 550ms var(--ease-reveal), box-shadow 400ms var(--ease-hover), border-color 400ms var(--ease-hover); }
  .acc-item.on { height: 380px; }
  .acc-num { top: 50%; transform: translateY(-50%); }
  .acc-item.on .acc-num { top: 14px; transform: none; }
  .acc-vert {
    writing-mode: horizontal-tb;
    transform: none;
    left: 64px;
    right: 16px;
    bottom: auto;
    top: 50%;
    translate: 0 -50%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  html:not(.js) .acc { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .section { padding-block: var(--s5); }
  .section-forest { padding-block: var(--s6); }
  .logo { height: 52px; }
  .btn-header { display: none; }
  .header-actions .icon-btn:not(.nav-toggle) { display: none; }
  .about-grid { grid-template-columns: 1fr; gap: var(--s4); }
  .about-media { max-width: 320px; }
  .sec-partner .about-grid { grid-template-columns: 1fr; }
  .sec-partner .about-media { max-width: 460px; }
  .about-face { right: -6px; bottom: -10px; width: 56px; height: 56px; }
  .ref-grid { grid-template-columns: 1fr; }
  .reviews-band { padding-block: var(--s5); }
  .g-review { width: 284px; }
  .ig-grid { grid-template-columns: repeat(4, 1fr); }
  .field-row { grid-template-columns: 1fr; }
  .dialog-form { padding: var(--s3); }
  .svc-pick-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-cta { flex-direction: column; align-items: flex-start; }
  .footer-cols { grid-template-columns: 1fr; gap: var(--s4); }
  .band-fig { height: clamp(380px, 56vh, 520px); }
}

@media (max-width: 480px) {
  .hero-full h1 { font-size: 34px; }
  .hero-inner { padding-block: var(--s5) var(--s4); }
  .glass-pill { font-size: 13px; padding: 8px 14px; }
  .chat-widget { right: 14px; bottom: 14px; }
  .form-progress li + li { margin-left: 32px; }
  .form-progress li + li::before { width: 32px; }
  .ig-head { flex-wrap: wrap; }
  .btn-ig-mini { margin-left: 0; }
  .clean-strip { grid-template-columns: repeat(2, 1fr); }
  .clean-shot:nth-child(4) { display: block; }
  .stats-badge { padding: var(--s3) var(--s3) var(--s2); }
  .sb-num { font-size: 26px; }
  .sb-label { font-size: 12px; }
  .benefit-item { gap: 14px; }
  .benefit-item .icd, .warum-item .icd { width: 40px; height: 40px; }
  .ig-grid { grid-template-columns: repeat(2, 1fr); }
  .g-review { width: 272px; }
}
