/* ============================================================
   BLANK AIRSOLUTIONS GMBH, STATISCHE DEMO "D3"
   1:1-Umbrand der bazid-v3-Struktur auf Blank Airsolutions:
   editorialer Split-Hero, Duotone-Icons, Spray-Deko mit
   Scroll-Parallax, Vorher/Nachher-Slider, Reviews-Marquee,
   Faux-Glass-Badges im Hero, dunkles Stats-Badge mit
   Cyan-Zahlen (#2fc1ff) + Team-Foto + Google,
   Chevron-Hintergrund-Textur.
   Marke Blank: Outfit + Inter, Primaer #1863dc, Navy #0b1f3a,
   Cyan #2fc1ff, echte Fotos.
   Kein blur, kein Gradient-Text, kein Rand >=2px als Balken,
   kein Lila-Akzent, keine Emojis, keine 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 {
  --paper:     #ffffff;   /* Grundflaeche */
  --brand:     #1863dc;   /* Blank-Primaerblau */
  --brand-up:  #2f79e8;
  --brand-deep:#1450b4;
  --shell:     #e8f0fb;   /* helle Inhaltskarte im Hero, grosse Container */
  --tint:      #e6effc;   /* weiche Gruen-Sektionen */
  --card:      #d3e4f8;   /* Reason-/Service-Karten auf Tint */
  --forest:    #0b1f3a;   /* nur noch fuer dunkle Foto-Flaechen (Band, TikTok) */
  --ink:       #16263c;   /* Text */
  --ink-soft:  #53627a;
  --lime:      #7fd4ff;   /* Licht-Akzent auf dunklen Foto-Flaechen */
  --glow:      #2fc1ff;   /* Neon-Gruen fuer die Stats-Badge-Zahlen (v2) */
  --line:      rgba(22,38,60,0.10);

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

  --r-btn:   24px;
  --r-card:  24px;
  --r-img:   28px;
  --r-shell: 36px;

  --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);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);

  --drop-soft: 0 10px 30px rgba(11,31,58,0.10);
  --drop-lift: 0 18px 44px rgba(11,31,58,0.16);
}

/* Registrierter Winkel fuer den umlaufenden Karten-Ring ("Warum wir").
   Nur mit @property ist der conic-Startwinkel animierbar; ohne Support
   erscheint der Ring einfach statisch, kein Bruch. */
@property --why-a {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

/* ---------- 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(--paper);
  -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 { 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; }

/* ---------- Lose Blätter (freigestellte Echt-Fotos, dezent)
   Scroll-Drift: JS setzt --ldy (Versatz) und --ldr (Zusatz-Drehung) pro Blatt,
   ohne JS oder bei prefers-reduced-motion bleiben die Defaults 0 = statisch. ---------- */
.leaf {
  pointer-events: none;
  user-select: none;
  height: auto;
  will-change: transform;
  filter: drop-shadow(0 6px 12px rgba(11,31,58,0.16));
}

/* ---------- Signatur: handgezeichneter Unterstreich-Schwung ---------- */
.uline { position: relative; white-space: nowrap; }
.uline-svg {
  position: absolute;
  left: -2%;
  right: -2%;
  width: 104%;
  bottom: -0.34em;
  height: 0.42em;
  overflow: visible;
  pointer-events: none;
}
.uline-svg path {
  fill: none;
  stroke: var(--brand);
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 340;
  stroke-dashoffset: 0;
}
.js .uline-svg path { stroke-dashoffset: 340; }
.js .uline-svg.drawn path { stroke-dashoffset: 0; transition: stroke-dashoffset 720ms var(--ease-reveal); }

/* ---------- Breiten-Rhythmus ---------- */
.wrap        { max-width: 1240px; margin-inline: auto; padding-inline: 24px; }
/* Grosse gerundete Container laufen breiter, wie in der Referenz */
.shellwidth  { width: min(1400px, calc(100% - 24px)); margin-inline: auto; }

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

.section-head { max-width: 720px; margin-inline: auto; text-align: center; margin-bottom: var(--s4); }
.section-head h2 { font-size: clamp(28px, 3.8vw, 42px); font-weight: 750; margin-top: var(--s2); }
.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: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--brand);
}
.eyebrow-light { color: var(--lime); }

/* Weicher Gruen-Container mit grossem Radius (Referenz-Muster),
   plus Chevron-Blatt-Hintergrund-Textur aus v2 (dezent) */
#ueber {
  width: min(1400px, calc(100% - 24px));
  margin-inline: auto;
  border-radius: var(--r-shell);
  background:
    url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='72'%20height='72'%3E%3Cg%20fill='none'%20stroke='%23255a9e'%20stroke-opacity='.08'%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"),
    linear-gradient(0deg, var(--tint), var(--tint));
}

/* ---------- Buttons (gerundet wie Referenz, Radius 24) ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 28px;
  border-radius: var(--r-btn);
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 15.5px;
  line-height: 1.2;
  transition: background 240ms var(--ease-hover), color 240ms var(--ease-hover), transform 240ms var(--ease-spring), box-shadow 240ms var(--ease-hover), border-color 240ms var(--ease-hover);
}
.btn .ic { transition: transform 220ms var(--ease-spring); }
.btn:hover .ic-18 { transform: translateX(4px); }
.btn-primary {
  background: var(--brand);
  color: #fff;
  box-shadow: 0 8px 20px rgba(24,99,220,0.26);
}
.btn-primary:hover { background: var(--brand-up); transform: translateY(-2px); box-shadow: 0 12px 26px rgba(24,99,220,0.34); }
/* zweiter Hero-Button: helle Flaeche mit feiner Gruen-Linie */
.btn-soft {
  background: #f7fafd;
  border: 1px solid rgba(24,99,220,0.4);
  color: var(--brand-deep);
}
.btn-soft:hover { border-color: var(--brand); background: #fff; transform: translateY(-2px); }
.btn-light { background: #fff; color: var(--ink); box-shadow: var(--drop-soft); }
.btn-light:hover { background: var(--shell); transform: translateY(-2px); }
.btn-ghost { color: var(--ink-soft); padding-inline: 18px; }
.btn-ghost:hover { color: var(--ink); }

/* ---------- 1. Header (weiss, Logo gross) ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,0.96);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  max-width: 1400px;
  margin-inline: auto;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  gap: var(--s3);
}
.logo { height: 64px; 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: var(--r-btn);
  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: var(--tint); color: var(--brand-deep); }

.has-drop { position: relative; }
.drop {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 250px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 8px;
  box-shadow: var(--drop-lift);
  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: 14px;
  font-size: 15px;
  color: var(--ink);
  transition: background 180ms var(--ease-hover), color 180ms var(--ease-hover);
}
.drop a:hover { background: var(--tint); color: var(--brand-deep); }
.drop a .ic { color: var(--brand); }

.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: var(--tint); color: var(--brand-deep); }
.btn-header { padding: 13px 24px; 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: #fff;
}
.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(--brand-deep); font-weight: 700; }
.nav-open .mobile-nav { display: flex; }

/* ---------- 2. Hero (v3 eigenstaendig: editorialer Split auf Papier-Creme,
   grosse Headline mit EINEM kursiven Serif-Akzentwort links,
   Magazin-Foto mit feiner Caption rechts, Faux-Glass-Badges auf dem Foto).
   Bewusst KEINE zentrierte Inhaltskarte ueber Vollbild-Foto (das ist v4). ---------- */
.hero-ed {
  background: #f2f6fc; /* Papier-Creme, hebt den Hero vom weissen Grund ab */
  border-bottom: 1px solid var(--line);
}
.hero-ed-frame {
  max-width: 1240px;
  margin-inline: auto;
  padding: clamp(40px, 6vw, 80px) 24px clamp(36px, 5vw, 64px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}
.hero-ed-copy { position: relative; z-index: 0; /* eigener Stacking-Context, damit das leaf-copy mit z-index -1 VOR dem Creme-Grund, aber HINTER dem Text liegt */ }
.hero-ed-copy h1 {
  font-size: clamp(40px, 5.4vw, 68px);
  font-weight: 750;
  letter-spacing: -0.02em;
  margin-top: var(--s2);
  max-width: 12ch;
}
/* Das EINE editoriale Akzentwort: kursiv + Markenfarbe, bewusst ohne Serif */
.h1-acc {
  font-style: italic;
  font-weight: 560;
  letter-spacing: 0;
  color: var(--brand-deep);
}
.hero-sub { color: var(--ink-soft); font-size: 17.5px; margin-top: var(--s2); max-width: 460px; }
.hero-ctas { display: flex; gap: var(--s2); flex-wrap: wrap; margin-top: var(--s3); }
.hero-check { display: flex; align-items: center; gap: 10px; margin-top: var(--s3); font-size: 15.5px; font-weight: 500; }
.check-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: var(--brand);
  color: #fff;
  flex: none;
}
/* Blatt neben der Copy, halb hinter dem Text-Block */
.leaf-copy {
  position: absolute;
  z-index: -1;
  left: -76px;
  bottom: -72px;
  width: clamp(72px, 8vw, 112px);
  transform: translate3d(0, var(--ldy, 0px), 0) rotate(calc(-18deg + var(--ldr, 0deg))) scaleX(-1);
}

/* Rechte Spalte: Magazin-Foto mit feiner Caption darunter */
.hero-ed-media { position: relative; margin: 0; }
.hero-ed-photo {
  position: relative;
  border-radius: var(--r-img);
  overflow: hidden;
  background: var(--shell); /* solide Flaeche bevor das Foto laedt */
  box-shadow: var(--drop-lift);
  transform: rotate(1.2deg); /* leichter Editorial-Kipp, klar kein v4 */
}
.hero-img {
  width: 100%;
  aspect-ratio: 5 / 4.2;
  object-fit: cover;
  object-position: center 62%;
}
.hero-ed-cap {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 14px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
  font-size: 13.5px;
  color: var(--ink-soft);
}
.cap-label {
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--brand);
}

/* Faux-Glass-Badges (v2): transluzenter Grund + feiner Rahmen + Lichtverlauf,
   KEIN backdrop-filter. Sitzen unten links auf dem Hero-Foto. */
.hero-badges {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.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(8,20,40,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); }
.glass-pill .stars { color: var(--glow); }
@keyframes pill-float {
  from { transform: translateY(0); }
  to   { transform: translateY(-6px); }
}

/* Blatt oben rechts auf dem Foto */
.leaf-hero {
  position: absolute;
  z-index: 3;
  top: 12px;
  right: 12px;
  width: clamp(64px, 7vw, 96px);
  transform: translate3d(0, var(--ldy, 0px), 0) rotate(calc(-16deg + var(--ldr, 0deg)));
}

/* ---------- 2b. Norm-Leiste (eigenes d3-Element: editorialer Spec-Strip
   unter dem Hero, Haarlinien statt Karten) ---------- */
.hero-norms {
  max-width: 1240px;
  margin-inline: auto;
  padding: 0 24px clamp(28px, 4vw, 44px);
}
.norm-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
}
.norm-strip li {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 16px 18px 4px 0;
}
.norm-strip li + li { border-left: 1px solid var(--line); padding-left: 18px; }
.norm-code {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 16px;
  color: var(--brand-deep);
  white-space: nowrap;
}
.norm-what { font-size: 13px; color: var(--ink-soft); line-height: 1.4; }

/* ---------- 3. Gewerke (weisser Grund, Karten im Reason-Stil) ---------- */
#leistungen { background: var(--paper); }
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--s3);
}
.service-card {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--tint);
  border-radius: var(--r-card);
  padding: 26px 24px 24px;
  transition: transform 300ms var(--ease-spring), background 260ms var(--ease-hover), box-shadow 300ms var(--ease-hover), opacity 260ms var(--ease-hover);
}
.service-card .chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: #fff;
  color: var(--brand);
  box-shadow: 0 4px 12px rgba(11,31,58,0.10);
  transition: transform 300ms var(--ease-spring);
}
.service-card h3 { font-size: 19px; font-weight: 700; margin-top: var(--s2); color: var(--ink); }
.service-card p { color: var(--ink-soft); font-size: 14.5px; margin-top: 6px; line-height: 1.5; }
.sc-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  margin-top: var(--s2);
  color: #fff;
  background: var(--brand);
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 300ms var(--ease-hover), transform 300ms var(--ease-spring);
}
@media (hover: hover) and (pointer: fine) {
  .service-grid:hover .service-card { opacity: 0.85; }
  .service-grid:hover .service-card:hover { opacity: 1; }
  .service-card:hover {
    transform: translateY(-5px);
    background: var(--card);
    box-shadow: var(--drop-soft);
  }
  .service-card:hover .chip { transform: scale(1.08) rotate(-4deg); }
  .service-card:hover .sc-arrow { opacity: 1; transform: translateX(0); }
}
.service-card:focus-visible { outline: 2px solid var(--brand-deep); outline-offset: 3px; }

.service-card-cta {
  background: var(--brand);
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Blank hat 4 Leistungen: die CTA-Karte laeuft als Banner ueber die volle Grid-Breite */
  grid-column: 1 / -1;
}
.service-card-cta h3 { margin-top: 0; color: #fff; }
.service-card-cta p { color: rgba(255,255,255,0.85); }
.service-card-cta .link-more { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-weight: 700; font-size: 15px; margin-top: var(--s2); }
.service-card-cta .link-more .ic { transition: transform 220ms var(--ease-spring); }
@media (hover: hover) and (pointer: fine) {
  .service-card-cta:hover { background: var(--brand-up); }
  .service-card-cta:hover .link-more .ic { transform: translateX(4px); }
}

/* ---------- 5. Ueber Blank (weicher Blau-Container) ---------- */
.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 img { border-radius: var(--r-img); width: 100%; }
.about-face {
  position: absolute;
  right: -8px;
  bottom: -12px;
  width: 66px;
  height: 66px;
  border-radius: 999px;
  overflow: hidden;
  box-shadow: var(--drop-soft);
  outline: 4px solid var(--tint);
}
.about-face img { width: 100%; height: 100%; object-fit: cover; }
.about-copy h2 { font-size: clamp(28px, 3.8vw, 40px); font-weight: 750; margin-top: var(--s2); }
.about-text { color: var(--ink-soft); margin-top: var(--s3); font-size: 17px; }
.about-quote {
  position: relative;
  background: #fff;
  color: var(--ink);
  border-radius: var(--r-card);
  padding: var(--s3) var(--s3) var(--s3) 64px;
  margin-top: var(--s3);
  box-shadow: var(--drop-soft);
}
.about-quote .quote-ic { position: absolute; left: 20px; top: 22px; color: var(--brand); }
.about-quote p { font-family: var(--font-head); font-size: 21px; font-weight: 700; line-height: 1.3; }
.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; }
.trust-list .ic { color: var(--brand); margin-top: 3px; }

/* ---------- 5b. Ablauf (eigenes d3-Element: vier nummerierte Schritte,
   editorial mit Haarlinie oben und grosser Outfit-Nummer) ---------- */
#ablauf { background: var(--paper); }
.step-row {
  counter-reset: step;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--s4);
}
.step {
  position: relative;
  border-top: 1px solid var(--line);
  padding-top: var(--s3);
}
.step::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 44px;
  height: 1px;
  background: var(--brand);
  transition: width 420ms var(--ease-reveal);
}
.step:hover::before { width: 100%; }
.step-num {
  font-family: var(--font-head);
  font-weight: 750;
  font-size: clamp(34px, 3.4vw, 46px);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--brand);
  font-variant-numeric: tabular-nums;
}
.step h3 { font-size: 19px; font-weight: 700; margin-top: var(--s2); }
.step p { color: var(--ink-soft); font-size: 14.5px; margin-top: 6px; line-height: 1.55; }

/* ---------- 6. Referenzen (weiss, helle Karten mit Schatten) ---------- */
#referenzen { background: var(--paper); }
.ref-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s3); }
.ref-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  color: var(--ink);
  border-radius: var(--r-card);
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(11,31,58,0.08), var(--drop-soft);
  transition: transform 300ms var(--ease-spring), box-shadow 300ms var(--ease-hover);
}
.ref-card:hover { transform: translateY(-5px); box-shadow: var(--drop-lift); }
.ba-frame { position: relative; display: block; aspect-ratio: 1 / 1; overflow: hidden; }
.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; }
.ref-cat {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  background: var(--brand);
  color: #fff;
  font-family: var(--font-head);
  font-size: 12.5px;
  font-weight: 700;
  padding: 5px 13px;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(11,31,58,0.28);
  pointer-events: none;
}
.ba-tag {
  position: absolute;
  bottom: 12px;
  z-index: 3;
  background: rgba(255,255,255,0.94);
  color: var(--ink);
  font-size: 12.5px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(11,31,58,0.16);
  pointer-events: none;
}
.ba-tag-vor { left: 12px; }
.ba-tag-nach { right: 12px; }
.ba-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--pos, 50%);
  width: 3px;
  margin-left: -1.5px;
  background: rgba(255,255,255,0.95);
  box-shadow: 0 0 8px rgba(6,15,30,0.4);
  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: 46px;
  height: 46px;
  border-radius: 999px;
  background: #fff;
  color: var(--brand-deep);
  box-shadow: 0 4px 14px rgba(6,15,30,0.35);
}
.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(--brand); outline-offset: 2px; }
/* Meta als Spalte mit flex, damit der Link in allen drei Karten buendig unten sitzt */
.ref-meta { display: flex; flex-direction: column; flex: 1; padding: var(--s2) var(--s3) var(--s3); }
.ref-title { display: block; font-size: 18px; font-weight: 700; 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: auto;
  padding-top: 10px;
  font-size: 14.5px;
  font-weight: 700;
  color: var(--brand-deep);
}
.ref-link .ic { transition: transform 220ms var(--ease-spring); }
.ref-link:hover .ic { transform: translateX(4px); }

/* ---------- 7. Warum wir (Referenz-Aufbau: Reason-Karten + Stats-Reihe) ---------- */
.why-band { padding-inline: 12px; }
.why-shell {
  position: relative;
  max-width: 1400px;
  margin-inline: auto;
  background:
    url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='72'%20height='72'%3E%3Cg%20fill='none'%20stroke='%23255a9e'%20stroke-opacity='.08'%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"),
    linear-gradient(0deg, var(--tint), var(--tint));
  border-radius: var(--r-shell);
  padding: clamp(40px, 6vw, 72px) clamp(20px, 4vw, 64px) clamp(36px, 5vw, 56px);
  overflow: hidden;
}
.leaf-why-l { position: absolute; left: 4%; top: 40px; width: clamp(70px, 9vw, 130px); transform: translate3d(0, var(--ldy, 0px), 0) rotate(calc(-30deg + var(--ldr, 0deg))); }
.leaf-why-r { position: absolute; right: 5%; top: 24px; width: clamp(52px, 6vw, 88px); transform: translate3d(0, var(--ldy, 0px), 0) rotate(calc(24deg + var(--ldr, 0deg))) scaleX(-1); }
.why-shell .section-head { position: relative; z-index: 2; }
.why-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--s3);
  margin-top: var(--s4);
}
.why-card {
  position: relative;
  overflow: hidden;
  background: var(--card);
  border-radius: var(--r-card);
  padding: 24px 22px 26px;
  transition: transform 300ms var(--ease-spring);
}
/* Glanz-Ring: conic-Verlauf (Komet mit Lime-Kopf) laeuft beim Hover einmal
   um die Karte und bleibt dann als zart leuchtender Rahmen stehen.
   Ring via Mask (padding-Ausschnitt), kein solid-Border, kein Schatten. */
.why-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  padding: 1.5px;
  background: conic-gradient(from var(--why-a) at 50% 50%,
    rgba(24,99,220,0) 0deg,
    rgba(24,99,220,0.30) 230deg,
    #5db8f7 300deg,
    #2fc1ff 334deg,
    #d9f0ff 352deg,
    rgba(24,99,220,0) 360deg);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask-composite: exclude;
  opacity: 0;
  transition: opacity 260ms var(--ease-hover);
  pointer-events: none;
}
/* Lichtkante: schmaler heller Reflex zieht einmal diagonal ueber die Karte */
.why-card::after {
  content: "";
  position: absolute;
  inset: -30%;
  z-index: 1;
  background: linear-gradient(115deg, rgba(255,255,255,0) 44%, rgba(255,255,255,0.30) 50%, rgba(255,255,255,0) 56%);
  transform: translateX(-70%);
  opacity: 0;
  pointer-events: none;
}
.why-card:hover { transform: translateY(-4px); }
.why-card:hover::before { opacity: 1; animation: why-ring 1100ms var(--ease-reveal) forwards; }
.why-card:hover::after { animation: why-sheen 950ms var(--ease-hover) 90ms both; }
@keyframes why-ring { from { --why-a: 0deg; } to { --why-a: 360deg; } }
@keyframes why-sheen {
  0%   { opacity: 0; transform: translateX(-70%); }
  20%  { opacity: 1; }
  100% { opacity: 0; transform: translateX(70%); }
}
.why-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: #fff;
  color: var(--brand);
  box-shadow: 0 4px 12px rgba(11,31,58,0.10);
}
.why-card h3 { font-size: 19px; font-weight: 700; margin-top: var(--s2); line-height: 1.3; }
.why-card p { color: var(--ink-soft); font-size: 14.5px; margin-top: 8px; line-height: 1.55; }

/* Stats-Badge: dunkles Akzent-Band im hellen Shell, Zahlen in Cyan,
   Team-Foto + Google-Zeile links, Zahlen-Reihe rechts. */
.stats-badge {
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
  gap: var(--s3) var(--s4);
  align-items: center;
  margin-top: var(--s5);
  border-radius: var(--r-card);
  padding: clamp(24px, 3vw, 36px) clamp(22px, 3vw, 40px);
  color: #fff;
  background:
    radial-gradient(120% 90% at 88% -12%, rgba(47,193,255,0.30), transparent 55%),
    radial-gradient(110% 100% at 0% 105%, rgba(4,12,24,0.55), transparent 60%),
    linear-gradient(160deg, #123c72 0%, #0d2b55 48%, #081c38 100%);
  border: 1px solid rgba(47,193,255,0.25);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.18), 0 24px 60px rgba(11,31,58,0.35);
}
.sb-head { display: flex; align-items: center; gap: 14px; }
/* Logo-Mark statt Foto-Crop: weisser Kreis, Logo mittig (contain) */
.sb-face { width: 62px; height: 62px; border-radius: 999px; object-fit: contain; background: #fff; padding: 9px; outline: 3px solid rgba(47,193,255,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(--s2);
  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-note { margin-top: var(--s2); font-size: 11.5px; color: rgba(255,255,255,0.55); }
.sb-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.sb-stat { padding: 6px 10px; text-align: center; }
.sb-stat + .sb-stat { border-left: 1px solid rgba(255,255,255,0.14); }
.sb-num {
  font-family: var(--font-head);
  font-size: clamp(26px, 2.4vw, 36px);
  font-weight: 600;
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
  color: var(--glow);
  text-shadow: 0 0 18px rgba(47,193,255,0.35);
}
.sb-suffix { font-size: 0.55em; font-weight: 500; color: rgba(47,193,255,0.8); margin-left: 2px; }
.sb-label { color: #fff; font-size: 13px; line-height: 1.35; margin-top: 4px; }
.stars { display: inline-flex; gap: 2px; color: #f2b705; }
.stars .ic { fill: currentColor; stroke: none; }
.stars .star-half { opacity: 0.45; }
.why-cta { text-align: center; margin-top: var(--s5); }

/* ---------- 7b. Steinreinigung "Grau war gestern" (Reason-Karten im
   Warum-wir-Stil auf weissem Grund, duotone Icons, echte Blatt-Fotos) ---------- */
.section-clean { position: relative; isolation: isolate; background: var(--paper); }
/* Echte Blätter hinter dem Inhalt (z -1), driften und drehen beim Scrollen */
.leaf-clean-1 { position: absolute; z-index: -1; top: 40px; right: 4%; width: clamp(64px, 7.5vw, 108px); transform: translate3d(0, var(--ldy, 0px), 0) rotate(calc(18deg + var(--ldr, 0deg))); }
.leaf-clean-2 { position: absolute; z-index: -1; top: 46%; left: 2.5%; width: clamp(48px, 5vw, 74px); transform: translate3d(0, var(--ldy, 0px), 0) rotate(calc(-24deg + var(--ldr, 0deg))) scaleX(-1); }
.clean-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s3);
}
.clean-card {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--tint);
  color: var(--ink);
  border-radius: var(--r-card);
  padding: 24px 22px 26px;
  transition: transform 300ms var(--ease-spring);
}
/* Glanz-Ring + Lichtkante: gleiche Mechanik wie bei den "Warum wir"-Karten */
.clean-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  padding: 1.5px;
  background: conic-gradient(from var(--why-a) at 50% 50%,
    rgba(24,99,220,0) 0deg,
    rgba(24,99,220,0.30) 230deg,
    #5db8f7 300deg,
    #2fc1ff 334deg,
    #d9f0ff 352deg,
    rgba(24,99,220,0) 360deg);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask-composite: exclude;
  opacity: 0;
  transition: opacity 260ms var(--ease-hover);
  pointer-events: none;
}
.clean-card::after {
  content: "";
  position: absolute;
  inset: -30%;
  z-index: 1;
  background: linear-gradient(115deg, rgba(255,255,255,0) 44%, rgba(255,255,255,0.30) 50%, rgba(255,255,255,0) 56%);
  transform: translateX(-70%);
  opacity: 0;
  pointer-events: none;
}
.clean-card:hover, .clean-card:focus-visible { transform: translateY(-4px); }
.clean-card:hover::before, .clean-card:focus-visible::before { opacity: 1; animation: why-ring 1100ms var(--ease-reveal) forwards; }
.clean-card:hover::after { animation: why-sheen 950ms var(--ease-hover) 90ms both; }
.clean-card:focus-visible { outline: 2px solid var(--brand); outline-offset: 3px; }
.cc-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(11,31,58,0.10);
}
.icd { width: 26px; height: 26px; flex: none; }
.clean-card h3 { font-size: 19px; font-weight: 700; margin-top: var(--s2); line-height: 1.3; }
.clean-card p { color: var(--ink-soft); font-size: 14.5px; margin-top: 8px; line-height: 1.55; }
.clean-cta { text-align: center; margin-top: var(--s4); }

/* ---------- 7c. Intervalle (eigenes d3-Element: Haarlinien-Tabelle im
   Tint-Shell, Pruef- und Reinigungsintervalle nach VDI) ---------- */
.iv-band { padding-inline: 12px; }
.iv-shell {
  position: relative;
  max-width: 1400px;
  margin-inline: auto;
  background:
    url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='72'%20height='72'%3E%3Cg%20fill='none'%20stroke='%23255a9e'%20stroke-opacity='.08'%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"),
    linear-gradient(0deg, var(--tint), var(--tint));
  border-radius: var(--r-shell);
  padding: clamp(40px, 6vw, 72px) clamp(20px, 4vw, 64px) clamp(36px, 5vw, 56px);
  overflow: hidden;
}
.iv-list {
  max-width: 1080px;
  margin-inline: auto;
  border-top: 1px solid rgba(22,38,60,0.14);
}
.iv-row {
  display: grid;
  grid-template-columns: 52px minmax(0, 220px) minmax(0, 1fr) auto;
  gap: var(--s3);
  align-items: center;
  padding: 20px 10px;
  border-bottom: 1px solid rgba(22,38,60,0.14);
  border-radius: 0;
  transition: background 220ms var(--ease-hover);
}
.iv-row:hover { background: rgba(255,255,255,0.55); }
.iv-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(11,31,58,0.10);
  flex: none;
}
.iv-name h3 { font-size: 18px; font-weight: 700; line-height: 1.25; }
.iv-norm {
  display: inline-block;
  margin-top: 5px;
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--brand-deep);
  border: 1px solid rgba(24,99,220,0.35);
  border-radius: 999px;
  padding: 2px 10px;
  background: rgba(255,255,255,0.6);
}
.iv-text { color: var(--ink-soft); font-size: 14.5px; line-height: 1.55; }
.iv-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14.5px;
  font-weight: 700;
  color: var(--brand-deep);
  white-space: nowrap;
}
.iv-link .ic { transition: transform 220ms var(--ease-spring); }
.iv-link:hover .ic { transform: translateX(4px); }
.iv-note {
  max-width: 1080px;
  margin: var(--s2) auto 0;
  font-size: 12.5px;
  color: var(--ink-soft);
}
.iv-cta { text-align: center; margin-top: var(--s4); }

/* ---------- 8. Bewertungen (transparent auf Seitengrund, Marquee full-bleed) ---------- */
.reviews-band {
  position: relative;
  padding-block: var(--s6);
  overflow: hidden;
  background: var(--paper);
  color: var(--ink);
}
.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(--ink-soft);
}
.rev-score strong { color: var(--ink); font-size: 17px; }
.rev-score .gicon { background: #fff; border-radius: 999px; padding: 3px; width: 26px; height: 26px; box-shadow: 0 1px 4px rgba(11,31,58,0.14); }
.rev-score-sub { font-size: 14.5px; }

/* Marquee laeuft ueber die volle Seitenbreite, links/rechts weich ausgeblendet */
.rev-viewport {
  overflow: hidden;
  margin-top: var(--s4);
  padding-block: 12px 16px;
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 7%, #000 93%, transparent 100%);
          mask-image: linear-gradient(to right, transparent 0, #000 7%, #000 93%, transparent 100%);
}
.rev-track { display: flex; width: max-content; animation: rev-scroll 70s linear infinite; }
.rev-group { display: flex; align-items: stretch; gap: 22px; padding-right: 22px; }
.rev-viewport:hover .rev-track { animation-play-state: paused; }
@keyframes rev-scroll { to { transform: translateX(-50%); } }

/* Karten sitzen luftig direkt auf dem Seitengrund: Haarlinie statt dickem Kasten */
.g-review {
  position: relative;
  width: 296px;
  flex: none;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  color: var(--ink);
  border: 1px solid rgba(22,38,60,0.12);
  border-radius: var(--r-card);
  padding: 16px 18px;
  box-shadow: 0 1px 3px rgba(11,31,58,0.05);
  transition: transform 260ms var(--ease-spring), box-shadow 260ms var(--ease-hover), border-color 260ms var(--ease-hover);
}
.g-review:hover {
  transform: translateY(-4px);
  border-color: rgba(24,99,220,0.35);
  box-shadow: 0 10px 26px rgba(11,31,58,0.10);
}
.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: 700;
  font-size: 16px;
  flex: none;
}
.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: 700; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.g-date { display: block; color: var(--ink-soft); font-size: 12px; }
.g-head .gicon { margin-left: auto; width: 18px; height: 18px; }
.g-stars { display: inline-flex; gap: 2px; color: #f2b705; margin-top: 8px; }
.g-stars .ic { width: 14px; height: 14px; fill: currentColor; stroke: none; }
.g-text {
  font-size: 13px;
  line-height: 1.5;
  margin-top: 7px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 78px;
}
.g-src { display: block; color: var(--ink-soft); font-size: 12px; margin-top: auto; padding-top: 8px; }

/* ---------- 9. Social (weiss, helle Karte + TikTok-Video) ---------- */
.section-social { background: var(--paper); }
.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: #0b1f3a;
  height: 100%;
  min-height: 480px;
  box-shadow: var(--drop-soft);
}
.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.3) 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: #2fc1ff; transform: translate(-1.5px, -1.5px); }
.tt-r { color: #1863dc; 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-spring);
}
.tt-play-ic { width: 28px; height: 28px; margin-left: 4px; }
.tiktok-video:hover .tt-play { background: #1863dc; 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: 750; font-size: 19px; color: #fff; overflow-wrap: anywhere; }
.tt-sub { color: rgba(255,255,255,0.75); font-size: 14px; }
.btn-tiktok { background: #1863dc; color: #fff; margin-top: 6px; padding: 11px 20px; font-size: 14.5px; }
.tiktok-video:hover .btn-tiktok { background: #2fc1ff; color: #0b1f3a; }

.insta-card {
  background: var(--shell);
  color: var(--ink);
  border-radius: var(--r-img);
  padding: var(--s3);
  display: flex;
  flex-direction: column;
  gap: var(--s2);
  box-shadow: var(--drop-soft);
}
.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; }
.ig-id { min-width: 0; }
.ig-name { font-family: var(--font-head); font-weight: 700; font-size: 18px; }
.ig-handle { color: #1863dc; font-size: 14px; font-weight: 600; }
.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(22,38,60,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: 14px; overflow: hidden; aspect-ratio: 1 / 1; }
.ig-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms var(--ease-reveal); }
.ig-tile:hover img { transform: scale(1.06); }
.ig-ov {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(11,31,58,0.45);
  opacity: 0;
  transition: opacity 250ms var(--ease-hover);
}
.ig-tile:hover .ig-ov { opacity: 1; }
.btn-instagram { background: #1863dc; color: #fff; justify-content: center; margin-top: var(--s2); }
.btn-instagram:hover { background: #1450b4; transform: translateY(-2px); }

/* ---------- 11. Bildmoment "Aus einer Hand" (Foto-Band, Marken-Overlay + Parallax) ---------- */
.band-cta { position: relative; }
.band-fig { position: relative; overflow: hidden; margin: 0; height: clamp(400px, 56vh, 560px); }
/* Bild hoeher als der Rahmen: die Reserve wird vom Parallax-Scroll aufgebraucht */
.band-img { position: absolute; left: 0; top: -12%; width: 100%; height: 124%; object-fit: cover; will-change: transform; }
/* Farb-Overlay im Marken-Ton ueber dem ganzen Foto: harte, saubere Kanten,
   keine weissen Verlaufsraender, Text bleibt lesbar */
.band-wash {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to top, rgba(11,31,58,0.76) 0%, rgba(13,43,82,0.46) 52%, rgba(31,80,150,0.40) 100%);
}
.band-warm { display: none; }
.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: #fff;
}
.band-rule { width: 56px; height: 3px; border-radius: 999px; background: var(--lime); }
.band-title { font-family: var(--font-head); font-size: clamp(28px, 3.8vw, 44px); font-weight: 750; line-height: 1.1; letter-spacing: -0.015em; max-width: 680px; text-shadow: 0 2px 16px rgba(6,15,30,0.5); }
.band-sub { max-width: 560px; color: rgba(240,245,251,0.92); font-size: 17px; text-shadow: 0 1px 10px rgba(6,15,30,0.5); }
.band-center .btn { margin-top: 8px; }

/* ---------- 10. Formular (Referenz-Stil, laeuft per Verlauf in den Footer) ---------- */
.section-form {
  background: linear-gradient(180deg, var(--paper) 0%, #eff5fc 55%, #e3edf9 100%);
  padding-bottom: var(--s7);
}
.form-shell {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: stretch;
}
.form-copy h2 { font-size: clamp(28px, 3.8vw, 42px); font-weight: 750; margin-top: var(--s2); }
.form-lead { color: var(--ink-soft); margin-top: var(--s2); font-size: 17px; max-width: 520px; }
.wolf-form { margin-top: var(--s3); }
.field { display: block; margin-top: var(--s2); }
.field > span { display: block; font-size: 14px; font-weight: 600; margin-bottom: 6px; }
.field input, .field textarea, .field select {
  width: 100%;
  padding: 13px 16px;
  border: 1px solid rgba(22,38,60,0.18);
  border-radius: 14px;
  font: inherit;
  font-size: 15.5px;
  background: #fff;
  color: var(--ink);
  transition: border-color 200ms var(--ease-hover), box-shadow 200ms var(--ease-hover);
}
.field select { appearance: auto; }
.field input::placeholder, .field textarea::placeholder { color: #93a1b5; }
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none;
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(24,99,220,0.15);
}
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0 var(--s2); }
.consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: var(--s3);
  font-size: 13.5px;
  color: var(--ink-soft);
  line-height: 1.5;
  cursor: pointer;
}
.consent input { margin-top: 3px; width: 16px; height: 16px; accent-color: var(--brand); flex: none; }

.form-nav { display: flex; margin-top: var(--s3); }
.btn-submit { position: relative; min-width: 200px; 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: #fff;
  color: var(--brand-deep);
  font-weight: 500;
  padding: 14px 18px;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(11,31,58,0.08);
}
.form-success .ic { color: var(--brand); }

.form-media {
  position: relative;
  border-radius: var(--r-img);
  overflow: hidden;
  min-height: 420px;
  box-shadow: var(--drop-soft);
}
.form-media > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.fm-card {
  position: absolute;
  left: 16px;
  bottom: 16px;
  right: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #fff;
  border-radius: 18px;
  padding: 16px 18px;
  box-shadow: 0 12px 30px rgba(11,31,58,0.22);
}
.fm-card a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 16px;
  color: var(--ink);
  transition: color 180ms var(--ease-hover);
}
.fm-card a:hover { color: var(--brand-deep); }
.fm-card .ic { color: var(--brand); }
.fm-cap {
  position: absolute;
  left: 16px;
  top: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.95);
  border-radius: 999px;
  padding: 7px 16px 7px 8px;
  font-size: 12.5px;
  line-height: 1.3;
  color: var(--ink-soft);
  box-shadow: 0 4px 14px rgba(11,31,58,0.18);
}
.fm-cap strong { color: var(--ink); font-family: var(--font-head); font-size: 13.5px; }
.fm-face { width: 34px; height: 34px; border-radius: 999px; object-fit: contain; background: #fff; padding: 4px; border: 1px solid rgba(22,38,60,0.12); flex: none; }

/* ---------- 12. Footer (sanfter Gruen-Verlauf, dunkler Text) ---------- */
.site-footer {
  position: relative;
  background: linear-gradient(180deg, #e3edf9 0%, #cfe0f3 100%);
  color: #3c4c66;
  overflow: hidden;
}
.footer-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s3);
  padding-top: var(--s6);
}
.footer-logo { height: 60px; width: auto; }
.footer-leaves { display: flex; align-items: flex-start; gap: 18px; }
.leaf-foot1 { width: 74px; transform: translate3d(0, var(--ldy, 0px), 0) rotate(calc(-24deg + var(--ldr, 0deg))); }
.leaf-foot2 { width: 54px; transform: translate3d(0, var(--ldy, 0px), 0) rotate(calc(30deg + var(--ldr, 0deg))) scaleX(-1); margin-top: 22px; }

.footer-cols {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--s4);
  padding-block: var(--s5);
}
.f-head { font-family: var(--font-head); font-weight: 700; 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(--brand-deep); }
.f-contact li { display: flex; align-items: flex-start; gap: 10px; font-size: 15px; }
.f-contact .ic { color: var(--brand); margin-top: 3px; }
.f-contact a { font-weight: 700; color: var(--brand-deep); }
.f-social { display: flex; gap: 8px; margin-top: var(--s3); }
.icon-btn-light { color: var(--ink); border: 1px solid rgba(22,38,60,0.18); }
.icon-btn-light:hover { background: #fff; color: var(--brand-deep); }

.footer-base {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding-block: var(--s4) var(--s3);
  border-top: 1px solid rgba(22,38,60,0.12);
  font-size: 13.5px;
  color: #53627a;
}
.footer-legal { display: flex; justify-content: center; align-items: center; gap: var(--s3); flex-wrap: wrap; }
.footer-legal a { font-size: 14px; color: #3c4c66; transition: color 180ms var(--ease-hover); }
.footer-legal a:hover { color: var(--brand-deep); }

/* ---------- Kontakt-FAB (runder Button unten rechts) ---------- */
.fab { position: fixed; right: 20px; bottom: 20px; z-index: 80; }
.fab-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-left: auto;
  border-radius: 999px;
  background: var(--brand);
  color: #fff;
  box-shadow: 0 12px 30px rgba(11,31,58,0.34);
  transition: transform 260ms var(--ease-spring), background 200ms var(--ease-hover), box-shadow 260ms var(--ease-hover);
}
.fab-btn:hover { background: var(--brand-up); transform: scale(1.07); box-shadow: 0 16px 36px rgba(11,31,58,0.4); }
.fab-btn:focus-visible { outline: 2px solid var(--brand-deep); outline-offset: 3px; }
.fab-ic-close { display: none; }
.fab.open .fab-ic-open { display: none; }
.fab.open .fab-ic-close { display: block; }
.fab-card {
  position: absolute;
  right: 0;
  bottom: calc(100% + 14px);
  width: min(336px, calc(100vw - 32px));
  background: #fff;
  border-radius: var(--r-card);
  overflow: hidden;
  box-shadow: 0 26px 64px rgba(11,31,58,0.32);
  transform-origin: bottom right;
  transform: scale(0.62) translateY(18px);
  opacity: 0;
  visibility: hidden;
  transition: transform 320ms var(--ease-spring), opacity 220ms var(--ease-hover), visibility 320ms;
}
.fab.open .fab-card { transform: none; opacity: 1; visibility: visible; }
.fab-head {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 18px 20px;
  background: var(--brand);
  color: #fff;
}
.fab-face { width: 52px; height: 52px; border-radius: 999px; object-fit: contain; background: #fff; padding: 7px; outline: 3px solid rgba(255,255,255,0.5); flex: none; }
.fab-hi { font-family: var(--font-head); font-weight: 750; font-size: 17px; line-height: 1.25; }
.fab-q { font-size: 13px; color: rgba(255,255,255,0.88); margin-top: 2px; }
.fab-actions { display: grid; gap: 8px; padding: 14px 14px 0; }
.fab-act {
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 16px;
  padding: 11px 13px;
  color: #fff;
  transition: transform 220ms var(--ease-spring), filter 200ms var(--ease-hover);
}
.fab-act:hover { transform: translateX(3px); filter: brightness(1.05); }
.fab-act-ic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(255,255,255,0.18);
  flex: none;
}
.fab-act-txt { min-width: 0; }
.fab-act-txt strong { display: block; font-family: var(--font-head); font-size: 15px; line-height: 1.25; }
.fab-act-txt span { display: block; font-size: 12px; opacity: 0.85; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.fab-act-call { background: var(--brand-deep); }
.fab-act-wa { background: #0b1f3a; }
.fab-act-form { background: var(--tint); color: var(--ink); }
.fab-act-form .fab-act-ic { background: #fff; color: var(--brand); }
.fab-perks { display: flex; gap: 8px; padding: 12px 14px 14px; }
.fab-perks li {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 7px;
  background: var(--tint);
  border-radius: 12px;
  padding: 8px 10px;
  font-size: 11.5px;
  line-height: 1.35;
  color: var(--ink-soft);
  font-weight: 500;
}
.fab-perks .ic { color: var(--brand); flex: none; }

/* ---------- Reveals (nur unter .js, No-JS zeigt alles) ---------- */
.js .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 650ms var(--ease-reveal), transform 650ms var(--ease-reveal);
}
.js .reveal-l { transform: translateX(-40px); }
.js .reveal-r { transform: translateX(40px); }
.js .reveal.in { opacity: 1; transform: translate(0, 0); }
.js .service-card.reveal.in { transition: transform 300ms var(--ease-spring), background 260ms var(--ease-hover), box-shadow 300ms var(--ease-hover), opacity 260ms var(--ease-hover); }
.js .ref-card.reveal.in { transition: transform 300ms var(--ease-spring), box-shadow 300ms var(--ease-hover); }
.js .why-card.reveal.in { transition: transform 300ms var(--ease-spring), box-shadow 300ms var(--ease-hover); }
.js .clean-card.reveal.in { transition: transform 300ms var(--ease-spring); }
@media (hover: hover) and (pointer: fine) {
  .js .service-card.reveal.in:hover { transform: translateY(-5px); }
  .js .ref-card.reveal.in:hover { transform: translateY(-5px); }
  .js .clean-card.reveal.in:hover { transform: translateY(-4px); }
  .js .why-card.reveal.in:hover { transform: translateY(-4px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal { transition: opacity 300ms ease; transform: none; }
  .service-card, .ref-card, .btn, .ig-tile img, .clean-card, .tt-thumb, .g-review, .why-card { transition: none !important; }
  .band-img { position: absolute; top: 0; height: 100%; transform: none !important; }
  .why-card::before, .clean-card::before { animation: none !important; transition: none !important; }
  .why-card::after, .clean-card::after { animation: none !important; opacity: 0 !important; }
  /* Blätter: JS setzt bei reduced motion keine --ldy/--ldr, Basis-Rotation bleibt statisch */
  .leaf { --ldy: 0px; --ldr: 0deg; will-change: auto; }
  .glass-pill { animation: none; }
  .rev-track { animation: none; }
  .rev-viewport { overflow-x: auto; }
  .fab-card { transition: opacity 200ms ease; transform: none; }
  .fab-btn { transition: none; }
  .uline-svg path { stroke-dashoffset: 0 !important; transition: none !important; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .step-row { grid-template-columns: repeat(2, 1fr); gap: var(--s3) var(--s4); }
  /* Intervall-Zeile: Link rutscht unter den Text, Text volle Breite */
  .iv-row { grid-template-columns: 52px minmax(0, 1fr); gap: var(--s2) var(--s3); }
  .iv-text { grid-column: 2; }
  .iv-link { grid-column: 2; justify-self: start; }
  .footer-cols { grid-template-columns: repeat(2, 1fr); }
  .main-nav { display: none; }
  .nav-toggle { display: inline-flex; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-badge { grid-template-columns: 1fr; }
  .sb-grid { grid-template-columns: repeat(3, 1fr); gap: var(--s2) 0; }
  .sb-stat:nth-child(4) { border-left: 0; }
  .clean-grid { grid-template-columns: repeat(2, 1fr); }
  .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-shell { grid-template-columns: 1fr; }
  .form-media { min-height: 380px; }
}

@media (max-width: 820px) {
  .section { padding-block: var(--s5); }
  .logo { height: 50px; }
  .btn-header { display: none; }
  .header-actions .icon-btn:not(.nav-toggle) { display: none; }
  /* Hero mobil: sauber gestapelt, erst Copy, dann Foto mit Caption */
  .hero-ed-frame {
    grid-template-columns: 1fr;
    gap: var(--s4);
    padding: var(--s4) 16px var(--s5);
  }
  .hero-ed-copy h1 { max-width: none; }
  .hero-ed-photo { transform: none; } /* Kipp mobil raus, sonst wirkt es schief im Stapel */
  .hero-img { aspect-ratio: 4 / 3; }
  .leaf-copy { display: none; } /* mobil kein Blatt hinter dem Text, Platz ist knapp */
  .hero-badges { left: 10px; bottom: 10px; gap: 7px; }
  .glass-pill { font-size: 12.5px; padding: 7px 13px; }
  .leaf-hero { top: 10px; right: 10px; width: 58px; }
  .norm-strip { grid-template-columns: repeat(2, 1fr); border-top: 0; }
  .norm-strip li { border-top: 1px solid var(--line); padding: 12px 12px 8px 0; }
  .norm-strip li + li { border-left: 0; padding-left: 0; }
  .norm-strip li:nth-child(even) { border-left: 1px solid var(--line); padding-left: 14px; }
  .iv-shell { padding-inline: var(--s3); }
  .about-grid { grid-template-columns: 1fr; gap: var(--s4); }
  .about-media { max-width: 320px; }
  .about-face { right: -6px; bottom: -10px; width: 58px; height: 58px; }
  .ref-grid { grid-template-columns: 1fr; }
  .reviews-band { padding-block: var(--s5) var(--s4); }
  .g-review { width: 282px; }
  .ig-grid { grid-template-columns: repeat(4, 1fr); }
  .field-row { grid-template-columns: 1fr; }
  .why-shell { padding-inline: var(--s3); }
  .leaf-why-l { width: 64px; top: 18px; }
  .leaf-why-r { width: 46px; }
  .stats-badge { padding: 22px 18px; gap: var(--s3); }
  .sb-grid { grid-template-columns: repeat(2, 1fr); gap: var(--s2) 0; }
  .sb-stat { border-left: 0 !important; padding: 4px 6px; }
  .sb-stat:last-child { grid-column: 1 / -1; }
  .leaf-clean-1 { top: -4px; right: 6px; width: 56px; }
  .leaf-clean-2 { display: none; }
  .footer-cols { grid-template-columns: 1fr; gap: var(--s4); }
  .footer-top { padding-top: var(--s5); }
  .band-fig { height: clamp(380px, 56vh, 520px); }
}

@media (max-width: 480px) {
  .service-grid { grid-template-columns: 1fr; }
  .step-row { grid-template-columns: 1fr; }
  .hero-ed-copy h1 { font-size: 36px; }
  .why-grid { grid-template-columns: 1fr; }
  .ig-head { flex-wrap: wrap; }
  .btn-ig-mini { margin-left: 0; }
  .clean-grid { grid-template-columns: 1fr; gap: var(--s2); }
  .ig-grid { grid-template-columns: repeat(2, 1fr); }
  .g-review { width: 270px; }
  .fab { right: 14px; bottom: 14px; }
  .fab-btn { width: 56px; height: 56px; }
  .footer-logo { height: 44px; }
  .fm-card { left: 10px; right: 10px; bottom: 10px; }
}
