/* ============================================================
   BLANK AIRSOLUTIONS GMBH, VARIANTE 4 (Struktur 1:1 wie bazidv4)
   Weisser Grund, grosse gerundete Foto-Buehne im Hero mit heller
   Inhaltskarte links und Google-Badge rechts, weiche Blau-Container
   (Radius 36), Reason-Karten + Stats-Reihe ("Warum wir"),
   aufsteigende Reinigungs-Blasen als Deko, Formular im
   Referenz-Stil, Footer mit sanftem Verlauf.
   Marke Blank: Outfit + Inter, Blau #1863dc, Navy #0b1f3a,
   Cyan #2fc1ff, echte Fotos.
   Kein blur, kein Gradient-Text, kein Rand >=2px als Balken,
   kein Lila-Akzent, kein Serif, keine Emojis.
   ============================================================ */

@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-Blau */
  --brand-up:  #2e77e6;
  --brand-deep:#1049ab;
  --shell:     #eaf1fb;   /* helle Inhaltskarte im Hero, grosse Container */
  --tint:      #e7f0fc;   /* weiche Blau-Sektionen */
  --card:      #d4e5f9;   /* Reason-/Service-Karten auf Tint */
  --forest:    #0b1f3a;   /* Navy, nur fuer dunkle Foto-Flaechen (Band, Doku-Karte) */
  --ink:       #14243a;   /* Text */
  --ink-soft:  #51617a;
  --lime:      #6fcdff;   /* Cyan-Licht-Akzent auf dunklen Foto-Flaechen */
  --line:      rgba(20,36,58,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 Reinigungs-Blasen (SVG-Deko, dezent)
   Scroll-Drift: JS setzt --ldy (Versatz) und --ldr (Zusatz-Drehung) pro Blase,
   ohne JS oder bei prefers-reduced-motion bleiben die Blasen 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 Blau-Container mit grossem Radius (Referenz-Muster) */
#ueber {
  width: min(1400px, calc(100% - 24px));
  margin-inline: auto;
  border-radius: var(--r-shell);
  background: 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 Blau-Linie */
.btn-soft {
  background: #f8fbff;
  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 (Foto-Buehne, helle Karte links, Google-Badge rechts) ---------- */
.hero-stage { padding: 16px 12px 0; background: var(--paper); }
.hero-frame {
  position: relative;
  max-width: 1400px;
  margin-inline: auto;
  min-height: clamp(480px, 64vh, 600px);
  border-radius: var(--r-shell);
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: clamp(20px, 4vw, 56px);
  background: var(--shell); /* solide Flaeche bevor das Foto laedt */
}
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 62%;
}
.hero-card {
  position: relative;
  z-index: 2;
  background: var(--shell);
  border-radius: var(--r-img);
  padding: clamp(28px, 4vw, 52px);
  max-width: 640px;
  box-shadow: 0 20px 50px rgba(11,31,58,0.18);
}
.hero-card h1 { font-size: clamp(36px, 4.6vw, 58px); font-weight: 750; margin-top: var(--s2); letter-spacing: -0.02em; }
.hero-sub { color: var(--ink-soft); font-size: 17.5px; margin-top: var(--s2); max-width: 480px; }
.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;
}

/* Google-Badge unten rechts auf dem Foto */
.hero-gbadge {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: #fff;
  border-radius: 20px;
  padding: 14px 18px;
  box-shadow: 0 14px 34px rgba(11,31,58,0.22);
}
.gb-row { display: flex; align-items: center; gap: 8px; }
.gb-star { fill: #f2b705; stroke: #f2b705; }
.gb-row strong { font-family: var(--font-head); font-size: 21px; font-weight: 750; line-height: 1; }
.gb-sub { font-size: 12.5px; color: var(--ink-soft); }
.gb-avatars { display: flex; margin-top: 4px; }
.gb-avatars i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  font-style: normal;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 12.5px;
  color: #fff;
  outline: 2px solid #fff;
}
.gb-avatars i + i { margin-left: -7px; }

.leaf-hero {
  position: absolute;
  z-index: 3;
  top: 4%;
  left: 44%;
  width: clamp(64px, 8vw, 104px);
  transform: translate3d(0, var(--ldy, 0px), 0) rotate(calc(-16deg + var(--ldr, 0deg)));
}
.leaf-under {
  display: block;
  margin: 20px auto 4px;
  width: 84px;
  transform: translate3d(0, var(--ldy, 0px), 0) rotate(calc(14deg + var(--ldr, 0deg))) scaleX(-1);
}

/* ---------- 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: 0 0 24px;
  transition: transform 300ms var(--ease-spring), background 260ms var(--ease-hover), box-shadow 300ms var(--ease-hover), opacity 260ms var(--ease-hover);
}
/* Echte Einsatz-/Anlagenfotos oben in der Karte (Abweichung zur Vorlage:
   dort sind die Farbfeld-Karten reine Icon-Karten). Navy-Wash unten haelt
   den Uebergang zur Textflaeche ruhig, VDI-Badge nennt die Richtlinie. */
.sc-media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.sc-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms var(--ease-reveal);
}
.sc-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(11,31,58,0.34) 0%, rgba(11,31,58,0.04) 52%);
  pointer-events: none;
}
.sc-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  background: rgba(255,255,255,0.94);
  color: var(--brand-deep);
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 700;
  padding: 4px 11px;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(11,31,58,0.18);
}
.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);
  position: relative;
  z-index: 2;
  margin: -26px 0 0 20px;
}
.service-card h3 { font-size: 19px; font-weight: 700; margin-top: 12px; color: var(--ink); padding-inline: 22px; }
.service-card p { color: var(--ink-soft); font-size: 14.5px; margin-top: 6px; line-height: 1.5; padding-inline: 22px; }
.sc-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  margin-top: var(--s2);
  margin-left: 22px;
  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-media img { transform: scale(1.05); }
  .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 Band ueber die volle Zeile */
  grid-column: 1 / -1;
  align-items: center;
  text-align: center;
  padding: 32px 24px;
}
.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%; }
/* Logo-Chip am Teamfoto: gerundetes weisses Schild statt Kreis,
   damit der Schriftzug komplett sichtbar bleibt (vorher im Kreis angeschnitten) */
.about-face {
  position: absolute;
  right: -10px;
  bottom: -14px;
  width: 118px;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--drop-soft);
  outline: 4px solid var(--tint);
}
.about-face img { width: 100%; height: auto; object-fit: contain; padding: 9px 12px; }
.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; }

/* ---------- 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 {
  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(8,18,34,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(8,18,34,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; }
.ref-meta { display: block; 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: 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: 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 Cyan-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,
    #6fc1ff 300deg,
    #2fc1ff 334deg,
    #d9f1ff 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; }

.why-stats {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: var(--s3) 0;
  margin-top: var(--s5);
}
.wstat { text-align: center; padding-inline: var(--s2); }
.wstat + .wstat { border-left: 1px solid rgba(20,36,58,0.14); }
.wstat-top { display: flex; align-items: center; justify-content: center; gap: 8px; }
.wstat-top strong { font-family: var(--font-head); font-size: clamp(26px, 2.6vw, 36px); font-weight: 750; line-height: 1.15; }
.wstat-num {
  font-family: var(--font-head);
  font-size: clamp(26px, 2.6vw, 36px);
  font-weight: 750;
  line-height: 1.15;
  font-variant-numeric: tabular-nums;
}
.wstat-suffix { font-size: 0.6em; font-weight: 700; color: var(--ink-soft); margin-left: 2px; }
.wstat-label { color: var(--ink-soft); font-size: 14px; margin-top: 4px; line-height: 1.35; }
.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); }

/* ---------- 7a. Norm-Kompass (eigenes Blank-Element: Navy-Panel,
   drei Richtlinien-Zeilen mit Cyan-Pill und Nachweis. Navy kommt sonst
   nur im Foto-Band vor, dadurch hebt sich das Panel klar ab) ---------- */
.norm-band { background: var(--paper); }
.norm-shell {
  background: var(--forest);
  color: #eef4fb;
  border-radius: var(--r-shell);
  padding: clamp(32px, 4.5vw, 56px) clamp(22px, 4vw, 56px);
  box-shadow: var(--drop-lift);
}
.norm-head { max-width: 720px; margin-inline: auto; text-align: center; }
.norm-head h2 { font-size: clamp(26px, 3.4vw, 38px); font-weight: 750; margin-top: var(--s2); color: #fff; }
.norm-sub { color: rgba(238,244,251,0.72); margin-top: var(--s2); font-size: 16.5px; }
.norm-list { margin-top: var(--s4); display: grid; }
.norm-row {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr) 260px;
  gap: var(--s3);
  align-items: center;
  padding-block: 22px;
}
.norm-row + .norm-row { border-top: 1px solid rgba(238,244,251,0.14); }
.norm-pill {
  justify-self: start;
  font-family: var(--font-head);
  font-weight: 750;
  font-size: 15px;
  color: var(--forest);
  background: var(--lime);
  padding: 8px 16px;
  border-radius: 999px;
  white-space: nowrap;
}
.norm-what { min-width: 0; }
.norm-what strong { display: block; font-family: var(--font-head); font-size: 18px; font-weight: 700; color: #fff; }
.norm-what > span { display: block; color: rgba(238,244,251,0.72); font-size: 14.5px; line-height: 1.55; margin-top: 4px; }
.norm-proof {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 14px;
  font-weight: 600;
  color: #cfe6ff;
  line-height: 1.4;
}
.norm-proof .ic { color: var(--lime); margin-top: 1px; }
.norm-note { margin-top: var(--s4); text-align: center; font-size: 14.5px; color: rgba(238,244,251,0.72); }
.norm-note a { color: var(--lime); font-weight: 700; }
.norm-note a:hover { color: #fff; }

/* ---------- 7b. Steinreinigung "Grau war gestern" (Reason-Karten im
   Warum-wir-Stil auf weissem Grund, duotone Icons, Blasen-Deko) ---------- */
.section-clean { position: relative; isolation: isolate; background: var(--paper); }
/* Blasen 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,
    #6fc1ff 300deg,
    #2fc1ff 334deg,
    #d9f1ff 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); }

/* ---------- 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; }

/* Blank hat genau 2 echte Rezensionen: statt Endlos-Marquee stehen die
   Karten statisch zentriert (kein kuenstliches Auffuellen mit Wiederholungen) */
.rev-viewport {
  overflow: hidden;
  margin-top: var(--s4);
  padding-block: 12px 16px;
  padding-inline: 24px;
}
.rev-track { display: flex; justify-content: center; }
.rev-group { display: flex; align-items: stretch; justify-content: center; gap: 22px; flex-wrap: wrap; }

/* 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(20,36,58,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; }
/* Name darf umbrechen, sonst wird "Martyna Pola Rachelska" mobil abgeschnitten */
.g-name { display: block; font-weight: 700; font-size: 14px; line-height: 1.3; overflow-wrap: anywhere; }
.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: #010101;
  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: #010101; }

.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(20,36,58,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: #1049ab; 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,42,86,0.46) 52%, rgba(16,73,171,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(8,18,34,0.5); }
.band-sub { max-width: 560px; color: rgba(240,246,252,0.92); font-size: 17px; text-shadow: 0 1px 10px rgba(8,18,34,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%, #f3f8fe 55%, #e3edfa 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(20,36,58,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: #8fa0b8; }
.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: cover; flex: none; }

/* ---------- 12. Footer (sanfter Blau-Verlauf, dunkler Text) ---------- */
.site-footer {
  position: relative;
  background: linear-gradient(180deg, #e3edfa 0%, #d0e1f7 100%);
  color: #3a4a63;
  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(20,36,58,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(20,36,58,0.12);
  font-size: 13.5px;
  color: #51617a;
}
.footer-legal { display: flex; justify-content: center; align-items: center; gap: var(--s3); flex-wrap: wrap; }
.footer-legal a { font-size: 14px; color: #3a4a63; 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: cover; 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: #0c87d8; }
.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; }
  /* Blasen: JS setzt bei reduced motion keine --ldy/--ldr, Basis-Rotation bleibt statisch */
  .leaf { --ldy: 0px; --ldr: 0deg; will-change: auto; }
  .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); }
  .norm-row { grid-template-columns: 112px minmax(0, 1fr); }
  .norm-proof { grid-column: 2; }
  .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); }
  .why-stats { grid-template-columns: repeat(3, 1fr); }
  .wstat: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-stage { padding: 10px 8px 0; }
  .hero-frame {
    min-height: 0;
    padding: 0;
    display: block;
    background: var(--paper);
  }
  /* Mobil: Foto oben, Karte darunter (kein Text auf Foto gequetscht) */
  .hero-bg { position: static; width: 100%; height: 300px; border-radius: var(--r-img); }
  .hero-card { max-width: none; margin-top: -56px; margin-inline: 8px; box-shadow: 0 14px 34px rgba(11,31,58,0.14); }
  .hero-gbadge {
    position: static;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    /* rechts Platz lassen, damit der Kontakt-FAB die Avatare nie verdeckt */
    margin: 14px 88px 0 8px;
    width: fit-content;
    box-shadow: 0 6px 18px rgba(11,31,58,0.14);
  }
  .gb-avatars { margin-top: 0; }
  .leaf-hero { top: 10px; left: auto; right: 14px; width: 58px; }
  .leaf-under { margin-top: 14px; width: 64px; }
  .about-grid { grid-template-columns: 1fr; gap: var(--s4); }
  .about-media { max-width: 320px; }
  .about-face { right: -6px; bottom: -10px; width: 100px; }
  .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; }
  .why-stats { grid-template-columns: repeat(2, 1fr); gap: var(--s3) 0; }
  .wstat { border-left: 0 !important; padding-block: 4px; }
  /* 5 Stats im 2er-Raster: letzte Kachel mittig ueber beide Spalten */
  .wstat:last-child { grid-column: 1 / -1; }
  .norm-row { grid-template-columns: 1fr; gap: 10px; padding-block: 18px; }
  .norm-proof { grid-column: 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; }
  .hero-card h1 { font-size: 32px; }
  .hero-bg { height: 240px; }
  .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; }
}
