/* ============================================================
   SANITECs Haustechnik · Winnenden — FINALE KUNDENSEITE
   Synthese: duett-Hero · hsteam-Fluss · blueprint-Datenblätter
   signature-Notband · atelier-Bildbehandlung — EINE Identität.
   Navy-Bühne #041830/#072240/#0a1a33 · Rot #ee3023 · Manrope + Plex Mono
   Foundation: site.css (unverändert) — alles Eigene lebt hier.
   ============================================================ */

/* --- Fonts, self-hosted --- */
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/manrope-400.woff2") format("woff2"); }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 500; font-display: swap; src: url("../fonts/manrope-500.woff2") format("woff2"); }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 800; font-display: swap; src: url("../fonts/manrope-800.woff2") format("woff2"); }
@font-face { font-family: "IBM Plex Mono"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/ibm-plex-mono-400.woff2") format("woff2"); }
@font-face { font-family: "IBM Plex Mono"; font-style: normal; font-weight: 500; font-display: swap; src: url("../fonts/ibm-plex-mono-500.woff2") format("woff2"); }

/* --- EIN Token-Set für die ganze Site --- */
:root {
  /* Navy-Bühne */
  --bg: #041830;
  --bg-2: #072240;
  --card: #0a1a33;
  --card-2: #0c2547;

  /* Text auf dunkel */
  --ink: #f0f4fa;
  --ink-mute: rgba(240, 244, 250, 0.78);
  --ink-faint: rgba(240, 244, 250, 0.58);
  --rule: rgba(240, 244, 250, 0.14);

  /* Der rote Faden */
  --red: #ee3023;
  --red-cta: #d92619;      /* Flächen-Rot, weißer Text ≥4.5:1 */
  --red-deep: #c4211a;
  --red-soft: #ff6f5c;     /* rote Kleintexte auf Navy ≥4.5:1 */
  --red-ink: #8a1410;      /* rote Kleintexte auf Papier/Aqua (≥4.5:1 auch auf #b7c9d1) */
  --red-glow: rgba(238, 48, 35, 0.34);

  /* Welt I — Aqua-Stein: NUR Hero + Bad-Akzente */
  --aqua-bg: #b7c9d1;
  --aqua-bg2: #a7bcc6;
  --aqua-card: #cddade;
  --aqua-ink: #071c30;
  --aqua-ink-mute: rgba(7, 28, 48, 0.82);
  --aqua-rule: rgba(7, 28, 48, 0.2);
  --aqua-lite: #7fb8cc;    /* Stahl-Aqua-Akzent auf dunkel */

  /* Helle "Blatt"-Karten (Datenblätter, Förderungen) */
  --paper: #f4f7fc;
  --paper-ink: #122a49;
  --paper-ink-mute: rgba(18, 42, 73, 0.74);
  --paper-rule: rgba(10, 46, 92, 0.16);
  --paper-navy: #0a2e5c;

  /* Foundation-Overrides */
  --c-brand: #002b61;
  --c-brand-dark: var(--bg);
  --c-brand-deep: #030f1f;
  --c-brand-light: var(--aqua-lite);
  --c-brand-soft: rgba(0, 43, 97, 0.07);
  --c-leaf: var(--red);
  --c-sky: var(--bg-2);
  --c-off-white: var(--bg);
  --c-cream: var(--bg-2);
  --c-ink: var(--ink);
  --c-ink-mute: var(--ink-mute);
  --c-ink-faint: var(--ink-faint);
  --c-rule: var(--rule);

  --f-display: "Manrope", system-ui, -apple-system, sans-serif;
  --f-body: "Manrope", system-ui, -apple-system, sans-serif;
  --f-ui: "Manrope", system-ui, -apple-system, sans-serif;
  --f-mono: "IBM Plex Mono", "SFMono-Regular", Menlo, monospace;

  --size-hero: clamp(2rem, 5vw, 4.4rem);
  --size-h1: clamp(2rem, 4.2vw, 3.4rem);
  --size-h2: clamp(1.55rem, 2.9vw, 2.35rem);
  --size-h3: clamp(1.1rem, 1.7vw, 1.35rem);

  --radius: 16px;
  --radius-lg: 24px;
  --shadow-md: 0 18px 50px -22px rgba(2, 10, 22, 0.55);
  --sec-y: clamp(3.5rem, 8vw, 6.5rem);
}

/* --- Base --- */
html, body { overflow-x: clip; }
body { background: var(--bg); color: var(--ink); }
h1, h2, h3, h4 { font-weight: 800; letter-spacing: -0.028em; color: var(--ink); }
p { color: var(--ink-mute); }
strong { color: var(--ink); font-weight: 800; }
::selection { background: var(--red); color: #fff; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--red); outline-offset: 3px; border-radius: 4px;
}
section { padding: var(--sec-y) 0; }
section.tight { padding: calc(var(--sec-y) * 0.6) 0; }

/* Visually hidden (SEO-H1) */
.vh { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

/* Mono-Label — das technische Handwerks-Detail (Sektions-Nummern, Captions) */
.mono-label {
  font-family: var(--f-mono); font-weight: 500; font-size: 0.72rem;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--red-soft);
  display: inline-flex; align-items: center; gap: 0.7rem;
}
.mono-label::before { content: ""; width: 9px; height: 9px; border: 2px solid var(--red); flex-shrink: 0; }
.mono-label.aqua { color: var(--aqua-lite); }
.mono-label.on-paper { color: var(--red-ink); }
.mono-label.plain::before { display: none; }

/* ============================================================
   NAV — sticky, dunkel, auf jeder Page identisch (duett-Erbe)
   ============================================================ */
.nav { background: rgba(4, 24, 48, 0.92); border-bottom-color: rgba(240, 244, 250, 0.12); }
.nav.scrolled { box-shadow: 0 8px 30px -18px rgba(0, 0, 0, 0.55); }
.nav-wordmark strong { letter-spacing: -0.02em; color: var(--ink); }
.nav-wordmark .sub { color: var(--ink-faint); font-family: var(--f-mono); font-weight: 500; }
.nav-logo { background: rgba(240, 244, 250, 0.92); border-radius: 7px; padding: 2px; }
.nav-menu { gap: clamp(0.9rem, 1.6vw, 1.5rem); }
.nav-menu a:not(.nav-cta) { position: relative; padding-bottom: 2px; min-height: 24px; color: var(--ink); font-size: 0.85rem; }
.nav-menu a:not(.nav-cta)::after {
  content: ""; position: absolute; left: 0; bottom: -4px; width: 100%; height: 2px;
  background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .28s ease;
}
.nav-menu a:not(.nav-cta):hover::after, .nav-menu a.active::after { transform: scaleX(1); }
.nav-cta { background: var(--red-cta) !important; border-radius: 999px; padding: 0.55rem 1.1rem !important; color: #fff !important; font-weight: 800; box-shadow: none; white-space: nowrap; }
.nav-cta:hover { background: var(--red-deep) !important; box-shadow: none; }
.nav-burger span { background: var(--ink); }
.nav-burger { min-width: 44px; min-height: 44px; align-items: center; justify-content: center; position: relative; z-index: 90; }

/* 8 Nav-Punkte: ab 1280px verdichten, ab 1080px Burger */
@media (max-width: 1280px) {
  .nav-menu a:not(.nav-cta) { font-size: 0.78rem; }
  .nav-menu { gap: 0.85rem; }
  .nav-wordmark .sub { display: none; }
}
@media (max-width: 1080px) {
  .nav-menu { display: none; }
  .nav-burger { display: inline-flex; }
}

/* Telefon-Knopf im mobilen Header */
.nav-tel {
  display: none; align-items: center; justify-content: center;
  min-width: 44px; min-height: 44px; margin-left: auto;
  border: 1.5px solid rgba(238, 48, 35, 0.6); border-radius: 999px;
  color: var(--ink); font-size: 1.05rem;
}
@media (max-width: 1080px) {
  .nav-tel { display: inline-flex; }
  .nav-inner { gap: 0.7rem; }
}

/* Mobile: Overlay-Menü in zwei Welt-Zonen (duett-Signature) */
.nav-mobile {
  display: flex; flex-direction: column; position: fixed; inset: 0; z-index: 80;
  background: var(--bg); padding: 0; border: 0; overflow-y: auto;
  transform: translateY(-102%); transition: transform .42s cubic-bezier(.7, 0, .2, 1);
}
.nav-mobile.open { display: flex; transform: translateY(0); }
.nav-mobile .mm-zone { display: flex; flex-direction: column; padding: 1.1rem clamp(1.5rem, 7vw, 3rem) 1.4rem; }
.nav-mobile .mm-heat { background: var(--bg); padding-top: calc(4.6rem + env(safe-area-inset-top)); }
.nav-mobile .mm-bath { background: var(--aqua-bg); flex: 1 0 auto; padding-bottom: calc(2rem + env(safe-area-inset-bottom)); }
.nav-mobile .mm-seam { flex-shrink: 0; height: 3px; background: var(--red); box-shadow: 0 0 14px var(--red-glow); }
.nav-mobile a {
  font-family: var(--f-display); font-weight: 800; border-bottom: 0;
  font-size: clamp(1.35rem, 5.8vw, 1.9rem); letter-spacing: -0.02em;
  padding: 0.5rem 0; min-height: 44px; display: flex; align-items: center; gap: .6rem;
  color: var(--aqua-ink);
}
.nav-mobile a .idx { font-family: var(--f-mono); font-size: 0.66rem; font-weight: 500; letter-spacing: 0.24em; color: var(--red-ink); min-width: 2.4rem; }
.nav-mobile .mm-heat a { color: var(--ink); }
.nav-mobile .mm-heat a .idx { color: var(--red-soft); }
.nav-mobile .mm-tel {
  margin-top: 1.2rem; background: var(--red-cta); color: #fff; border-radius: 999px;
  justify-content: center; font-size: 1.1rem; padding: 0.9rem 1.4rem;
}
body.nav-open { overflow: hidden; }
body.nav-open .nav { z-index: 90; background: transparent; backdrop-filter: none; -webkit-backdrop-filter: none; border-bottom-color: transparent; box-shadow: none; }
body.nav-open .nav-inner { position: relative; z-index: 85; }
body.nav-open .nav-burger span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
body.nav-open .nav-burger span:nth-child(2) { opacity: 0; }
body.nav-open .nav-burger span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
@media (min-width: 1081px) { .nav-mobile, .nav-mobile.open { display: none; } }

/* ============================================================
   SPLIT-HERO — zwei Welten, eine Naht, kontinuierliches
   Pointer-Tracking (clip-path + transform, kein Layout-Thrash)
   ============================================================ */
.duo-hero {
  position: relative; min-height: calc(100svh - 63px);
  background: var(--bg); overflow: clip;
}
.duo-panel {
  position: absolute; inset: 0; display: flex; align-items: flex-end;
  padding: clamp(2.2rem, 5vw, 4.5rem) clamp(1.4rem, 4vw, 4rem) clamp(9rem, 21vh, 13rem);
  text-decoration: none; overflow: clip;
}
/* Heat = Basis-Ebene (rechte Welt), Bath = obere Ebene, links geclippt */
.duo-panel--heat { z-index: 1; justify-content: flex-end; }
.duo-panel--bath { z-index: 2; clip-path: inset(0 50% 0 0); will-change: clip-path; }
.duo-panel .panel-media { position: absolute; inset: 0; overflow: clip; }
.duo-panel .panel-media img {
  width: 100%; height: 100%; object-fit: cover;
  transform: scale(1.09); will-change: transform;   /* Overscan-Reserve: ±4 % Parallax + Rand-Puffer */
}
.duo-panel--bath { background: var(--aqua-bg); }
.duo-panel--bath .panel-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(8deg, rgba(167, 188, 198, 0.96) 8%, rgba(167, 188, 198, 0.6) 42%, rgba(93, 122, 135, 0.52) 100%);
}
.duo-panel--heat .panel-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(8deg, rgba(4, 24, 48, 0.95) 10%, rgba(4, 24, 48, 0.62) 48%, rgba(4, 24, 48, 0.34) 100%);
}
.duo-panel--heat .panel-media::before {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: radial-gradient(58% 46% at 82% 88%, var(--red-glow) 0%, transparent 70%);
  animation: glut 5.5s ease-in-out infinite;
}
@keyframes glut { 0%, 100% { opacity: 0.5; } 50% { opacity: 0.95; } }

/* Panel-Inhalt: bleibt in der eigenen Welt-Hälfte, auch bei 42 % Split */
.panel-inner { position: relative; z-index: 2; display: block; width: min(520px, 36vw); }
.duo-panel--heat .panel-inner { text-align: left; }
.panel-title {
  display: block; font-family: var(--f-display); font-weight: 800; line-height: 1.02;
  font-size: var(--size-hero); letter-spacing: -0.035em; margin: 0.5rem 0 0.7rem;
  color: var(--aqua-ink);
}
.panel-title .word { white-space: nowrap; display: inline-block; }
.duo-panel--heat .panel-title { color: var(--ink); }
.panel-sub { display: block; font-size: clamp(0.95rem, 1.1vw, 1.08rem); line-height: 1.55; margin: 0 0 1.2rem; color: var(--aqua-ink-mute); max-width: 42ch; }
.duo-panel--heat .panel-sub { color: var(--ink-mute); }
.duo-panel--bath .mono-label { color: var(--red-ink); }
.panel-go { display: inline-flex; align-items: center; gap: 0.55rem; min-height: 44px; font-weight: 800; font-size: 0.95rem; color: var(--aqua-ink); }
.panel-go .arr { transition: transform .3s; color: var(--red-ink); }
.duo-panel:hover .panel-go .arr { transform: translateX(6px); }
.duo-panel--heat .panel-go { color: var(--ink); }
.duo-panel--heat .panel-go .arr { color: var(--red-soft); }

/* Naht-Spur: JS schiebt sie per translateX, die Linie zeichnet per scaleY */
.seam-row { position: absolute; inset: 0; z-index: 3; pointer-events: none; }
.seam-track { position: absolute; left: 50%; top: 0; bottom: 0; width: 0; will-change: transform; }
.duo-seam {
  position: absolute; left: -1.5px; top: 0; bottom: 0; width: 3px;
  background: var(--red); box-shadow: 0 0 18px var(--red-glow);
  transform: scaleY(0); transform-origin: top;
  transition: transform 1.1s cubic-bezier(.7, 0, .2, 1) .15s;
}
.duo-seam.drawn { transform: scaleY(1); }
/* Glow-Ebene: verstärkt sich bei Bewegung (JS setzt --glow 0…1, nur Opacity) */
.duo-seam::after {
  content: ""; position: absolute; inset: 0;
  box-shadow: 0 0 34px 3px var(--red-glow), 0 0 10px 1px rgba(238, 48, 35, 0.55);
  opacity: var(--glow, 0);
}

/* Meister-Siegel wandert mit der Naht + neigt sich mit der Bewegung */
.duo-seal {
  position: absolute; z-index: 4; left: 0; top: 36%;
  transform: translate(-50%, -50%) rotate(var(--tilt, 0deg));
  width: clamp(108px, 12vw, 138px); height: clamp(108px, 12vw, 138px);
  border-radius: 50%; background: var(--bg);
  border: 2px solid var(--red);
  box-shadow: 0 0 0 6px rgba(4, 24, 48, 0.18), 0 20px 50px -18px rgba(4, 24, 48, 0.6);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 0.15rem; text-align: center; color: var(--ink); pointer-events: none;
}
.duo-seal .star { color: var(--red); font-size: 1.05rem; line-height: 1; }
.duo-seal .l1 { font-weight: 800; font-size: 0.66rem; letter-spacing: 0.22em; }
.duo-seal .l2 { font-family: var(--f-mono); font-weight: 500; font-size: 0.54rem; letter-spacing: 0.28em; color: var(--ink-faint); }

/* Gemeinsame CTAs unten mittig */
.duo-cta {
  position: absolute; z-index: 5; left: 50%; bottom: clamp(1.4rem, 4vh, 2.6rem);
  transform: translateX(-50%);
  display: flex; flex-direction: column; gap: 0.7rem; align-items: center;
  width: max-content; max-width: calc(100% - 2rem);
}
.duo-cta-row { display: flex; gap: 0.7rem; align-items: center; flex-wrap: wrap; justify-content: center; }
.duo-sub {
  margin: 0; font-size: 0.86rem; line-height: 1.45; text-align: center;
  color: #dce8ee; background: rgba(4, 24, 48, 0.78); border: 1px solid rgba(238, 48, 35, 0.4);
  border-radius: 999px; padding: 0.5rem 1.1rem; max-width: 56ch;
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}
.duo-sub strong { color: #fff; font-weight: 800; }
.duo-sub-short { display: none; }  /* Kurzform der Pille — nur mobil (≤920px) sichtbar */

/* --- Buttons — eine Sprache: Pille, Rot oder Linie --- */
.btn-red {
  background: var(--red-cta); color: #fff; border-radius: 999px;
  padding: 0.85rem 1.6rem; font-weight: 800; font-size: 0.95rem;
  display: inline-flex; align-items: center; gap: 0.5rem; min-height: 48px;
  box-shadow: 0 14px 34px -12px var(--red-glow);
  transition: transform .25s, background .25s;
}
.btn-red:hover { background: var(--red-deep); transform: translateY(-2px); color: #fff; }
.btn-line {
  border: 1.5px solid rgba(240, 244, 250, 0.45); color: var(--ink);
  border-radius: 999px; padding: 0.85rem 1.5rem; font-weight: 500; font-size: 0.95rem;
  display: inline-flex; align-items: center; gap: 0.5rem; min-height: 48px;
  background: rgba(4, 24, 48, 0.45); backdrop-filter: blur(6px);
  transition: border-color .25s, background .25s;
}
.btn-line:hover { border-color: var(--red); color: var(--ink); }
.btn-line.on-aqua { border-color: rgba(7, 28, 48, 0.55); color: var(--aqua-ink); background: rgba(255, 255, 255, 0.3); }
.btn-line.on-paper { border-color: rgba(10, 46, 92, 0.45); color: var(--paper-navy); background: transparent; backdrop-filter: none; }
a.inline-red { color: var(--red-soft); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
a.inline-red:hover { color: #fff; }
.on-paper a.inline-red, .sheet a.inline-red { color: var(--red-ink); }

/* --- Sektions-Kopf: Mono-Nummer + wachsende Maßlinie (blueprint-Erbe) --- */
.sec-head { display: grid; grid-template-columns: auto 1fr; gap: 1.1rem 1.6rem; align-items: end; margin-bottom: clamp(1.8rem, 4vw, 3rem); }
.sec-num {
  font-family: var(--f-mono); font-weight: 500;
  font-size: clamp(2.4rem, 4.6vw, 3.8rem); line-height: 0.9;
  color: transparent; -webkit-text-stroke: 1.5px rgba(240, 244, 250, 0.55);
  letter-spacing: 0.02em; user-select: none;
}
.sec-meta { min-width: 0; }
.sec-head h2 { margin: 0.5rem 0 0.4rem; max-width: 26ch; }
.sec-head .sec-sub { color: var(--ink-mute); margin: 0; max-width: 62ch; }
.sec-rule { grid-column: 1 / -1; height: 1px; background: var(--rule); position: relative; transform-origin: left center; }
.sec-rule::before, .sec-rule::after { content: ""; position: absolute; top: -4px; width: 1px; height: 9px; background: rgba(240, 244, 250, 0.55); }
.sec-rule::before { left: 0; }
.sec-rule::after { right: 0; }
.sec-rule.grow { transform: scaleX(0); transition: transform 1.1s cubic-bezier(0.2, 0.7, 0.2, 1) 0.15s; }
.sec-rule.grow.in { transform: scaleX(1); }
@media (max-width: 620px) { .sec-head { grid-template-columns: 1fr; align-items: start; gap: 0.5rem; } .sec-num { font-size: 2rem; } }

/* ============================================================
   COUNTER-BAND — zweifarbig (hsteam-Erbe, Navy-Töne)
   ============================================================ */
.counter-band { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(2.2rem, 5vw, 4.8rem); align-items: center; }
.counter-box { background: var(--bg-2); border: 1px solid var(--rule); border-radius: 10px; padding: clamp(2rem, 3.6vw, 3.4rem) clamp(1.5rem, 3vw, 3rem); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem 1.2rem; align-content: center; }
.counter-item .num { font-family: var(--f-display); font-weight: 800; font-size: clamp(2.2rem, 3.6vw, 3.2rem); line-height: 1; color: var(--ink); font-variant-numeric: tabular-nums; }
.counter-item .lbl { font-family: var(--f-mono); font-size: 0.68rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-faint); margin-top: 0.5rem; overflow-wrap: anywhere; }
.counter-copy { display: flex; flex-direction: column; justify-content: center; }
.counter-copy h2 { color: var(--ink); max-width: 24ch; margin-bottom: 1rem; }
.counter-copy p { max-width: 60ch; margin-bottom: 0; }
@media (max-width: 860px) { .counter-band { grid-template-columns: 1fr; gap: 1.8rem; } }

/* ============================================================
   SYSTEM-SEKTION — SVG-Hausschema (blueprint), nativ auf Navy
   ============================================================ */
.system-grid { display: grid; grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr); gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.schematic-frame {
  position: relative; border: 1px solid rgba(217, 230, 248, 0.3); border-radius: 10px;
  box-shadow: var(--shadow-md); padding: clamp(0.9rem, 2vw, 1.6rem);
  background-color: #0b2a50;
  background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 28px 28px;
}
.schematic-frame::before, .schematic-frame::after,
.corner-ticks::before, .corner-ticks::after { content: ""; position: absolute; width: 14px; height: 14px; border-color: #d9e6f8; border-style: solid; }
.schematic-frame::before { top: -5px; left: -5px; border-width: 2px 0 0 2px; }
.schematic-frame::after { top: -5px; right: -5px; border-width: 2px 2px 0 0; }
.corner-ticks { position: absolute; inset: 0; pointer-events: none; }
.corner-ticks::before { bottom: -5px; left: -5px; top: auto; border-width: 0 0 2px 2px; }
.corner-ticks::after { bottom: -5px; right: -5px; top: auto; border-width: 0 2px 2px 0; }
.schematic-title { display: flex; justify-content: space-between; align-items: center; gap: 1rem; font-family: var(--f-mono); font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-faint); border-bottom: 1px solid var(--rule); padding-bottom: 0.6rem; margin-bottom: 0.6rem; }
.schematic-title strong { color: #d9e6f8; font-weight: 500; font-family: var(--f-mono); }
.schematic svg { width: 100%; height: auto; display: block; }
.schematic .draw { fill: none; stroke: #d9e6f8; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 1; stroke-dashoffset: 1; }
.schematic .draw.thin { stroke-width: 1; opacity: 0.55; }
.schematic .draw.red { stroke: var(--red-soft); stroke-width: 1.8; }
.schematic.on .draw { stroke-dashoffset: 0; transition: stroke-dashoffset 1.5s cubic-bezier(0.4, 0, 0.2, 1) var(--d, 0s); }
.schematic .node { fill: var(--red); opacity: 0; transform-origin: center; }
.schematic.on .node { opacity: 1; transition: opacity 0.5s ease var(--d, 0s); animation: nodePulse 2.6s ease-in-out infinite var(--d, 0s); }
.schematic .slabel { font-family: var(--f-mono); font-size: 10.5px; letter-spacing: 0.16em; fill: #d9e6f8; font-weight: 600; opacity: 0; }
.schematic .slabel.red { fill: var(--red-soft); }
.schematic.on .slabel { opacity: 1; transition: opacity 0.6s ease var(--d, 0s); }
.schematic .sfill { fill: rgba(217, 230, 248, 0.07); opacity: 0; }
.schematic.on .sfill { opacity: 1; transition: opacity 0.9s ease 1s; }
@keyframes nodePulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.45; } }
.schematic-legend { display: flex; flex-wrap: wrap; gap: 0.4rem 1.2rem; font-family: var(--f-mono); font-size: 0.66rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-faint); border-top: 1px solid var(--rule); padding-top: 0.65rem; margin-top: 0.6rem; }
.schematic-legend i { display: inline-block; width: 14px; height: 2px; background: #d9e6f8; vertical-align: middle; margin-right: 0.45rem; }
.schematic-legend .l-red i { background: var(--red-soft); }

/* 3 Kern-Claims neben dem Schema */
.claims { display: grid; gap: 0.9rem; margin-top: 1.6rem; }
.claim { display: flex; gap: 0.9rem; align-items: flex-start; border-left: 2px solid var(--red); padding: 0.15rem 0 0.15rem 1rem; }
.claim .c-num { font-family: var(--f-mono); font-weight: 500; font-size: 0.72rem; letter-spacing: 0.16em; color: var(--red-soft); padding-top: 0.3rem; flex-shrink: 0; }
.claim h3 { font-size: 1.02rem; margin: 0 0 0.25rem; }
.claim p { font-size: 0.92rem; line-height: 1.6; margin: 0; }
@media (max-width: 880px) { .system-grid { grid-template-columns: 1fr; } }

/* ============================================================
   BELEUCHTETE WERKE — atelier-Erbe: helles Passepartout,
   Spot-Glow auf dunkler Wand, Mono-Caption darunter
   ============================================================ */
.werk { margin: 0; min-width: 0; }
.werk-frame {
  display: block; position: relative; border: 1px solid var(--rule); border-radius: 6px;
  padding: clamp(8px, 1.3vw, 14px); background: #eef0ea;
  box-shadow: 0 0 70px rgba(238, 240, 234, 0.1), 0 26px 60px -28px rgba(0, 0, 0, 0.55);
  transition: box-shadow .35s ease;
}
.werk:hover .werk-frame { box-shadow: 0 0 90px rgba(238, 240, 234, 0.16), 0 26px 60px -28px rgba(0, 0, 0, 0.55); }
.werk-frame .werk-img { overflow: clip; display: block; border-radius: 2px; }
.werk-frame img { width: 100%; height: auto; display: block; transition: transform 1s cubic-bezier(0.22, 0.61, 0.36, 1); }
.werk:hover .werk-frame img { transform: scale(1.04); }
.werk-img.duo-cool img { filter: saturate(0.85) contrast(1.05) brightness(0.98) sepia(0.06) hue-rotate(165deg); }
.werk-img.duo-warm img { filter: saturate(0.9) contrast(1.06) brightness(0.96) sepia(0.14) hue-rotate(-12deg); }
.werk-cap {
  display: flex; align-items: baseline; gap: 0.7rem; padding: 0.7rem 2px 0;
  font-family: var(--f-mono); font-size: 0.68rem; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-faint);
}
.werk-cap b { color: var(--red-soft); font-weight: 500; flex-shrink: 0; }

/* ============================================================
   LEISTUNGS-MOSAIK — 6 Kacheln (hsteam-Grid, Werke im Dunkel)
   ============================================================ */
.mosaic { display: grid; grid-template-columns: 1.15fr 1fr 1fr; grid-auto-rows: 290px; gap: 18px; }
.mosaic .tile { position: relative; overflow: clip; display: block; border-radius: 10px; border: 1px solid var(--rule); }
.mosaic .tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease, filter 0.5s ease; filter: saturate(0.88) contrast(1.04) brightness(0.92); }
.mosaic .tile:hover img { transform: scale(1.04); filter: saturate(0.95) contrast(1.04) brightness(1); }
.mosaic .tile::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(4, 24, 48, 0.85) 0%, rgba(4, 24, 48, 0.16) 45%, rgba(4, 24, 48, 0) 70%);
}
.mosaic .tile::before {
  content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none;
  box-shadow: inset 0 0 0 0 rgba(238, 48, 35, 0); border-radius: 10px; transition: box-shadow .35s;
}
.mosaic .tile:hover::before { box-shadow: inset 0 0 0 2px rgba(238, 48, 35, 0.55); }
.tile-label { position: absolute; left: 1.3rem; bottom: 1.15rem; right: 4.4rem; z-index: 2; color: #fff; }
.tile-label .t-num { display: block; font-family: var(--f-mono); font-size: 0.62rem; font-weight: 500; letter-spacing: 0.24em; color: var(--red-soft); margin-bottom: 0.35rem; }
.tile-label strong { display: block; font-size: 1.28rem; font-weight: 800; letter-spacing: -0.02em; }
.tile-label span:not(.t-num) { font-size: 0.82rem; color: rgba(240, 244, 250, 0.78); }
.tile-go {
  position: absolute; right: 1.05rem; bottom: 1.05rem; z-index: 2;
  width: 42px; height: 42px; border-radius: 50%; background: var(--red-cta); color: #fff;
  display: inline-flex; align-items: center; justify-content: center; font-weight: 800;
  transition: transform .3s, background .3s;
}
.mosaic .tile:hover .tile-go { transform: translateX(4px); background: var(--red-deep); }
.tile-big { grid-row: span 2; }
.tile-big .tile-label strong { font-size: 1.65rem; }
.tile-wide { grid-column: span 2; }
@media (max-width: 1100px) { .mosaic { grid-template-columns: 1fr 1fr; grid-auto-rows: 250px; } .tile-wide { grid-column: auto; } }
@media (max-width: 640px) { .mosaic { grid-template-columns: 1fr; grid-auto-rows: 230px; } .tile-big, .tile-wide { grid-row: auto; grid-column: auto; } }

/* ============================================================
   SIGNATUR DES MEISTERS — 9 Versprechen (signature-Erbe)
   ============================================================ */
.sig-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--rule); border: 1px solid var(--rule); border-radius: 10px; overflow: clip; }
.sig-item { background: var(--card); padding: clamp(1.4rem, 2.6vw, 2.1rem); transition: background 0.35s; }
.sig-item:hover { background: var(--card-2); }
.sig-item .num { font-family: var(--f-mono); font-weight: 500; font-size: 0.78rem; color: var(--red-soft); letter-spacing: 0.14em; display: block; margin-bottom: 0.85rem; }
.sig-item h3 { font-size: 1.02rem; margin-bottom: 0.45rem; }
.sig-item p { font-size: 0.9rem; color: var(--ink-mute); line-height: 1.65; margin: 0; }
.sig-foot { margin-top: 2rem; text-align: center; font-family: var(--f-display); font-size: clamp(1.05rem, 1.8vw, 1.35rem); font-weight: 800; color: var(--ink); }
.sig-foot .unterschrift { color: var(--red-soft); }
.sig-foot .rolle { display: block; margin-top: 0.3rem; font-family: var(--f-mono); font-weight: 500; font-size: 0.68rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink-faint); }
@media (max-width: 960px) { .sig-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .sig-grid { grid-template-columns: 1fr; } }

/* ============================================================
   BAD-INSPIRATION — Vorher/Nachher-Slider (hsteam, draggable)
   ============================================================ */
.ba-wrap { max-width: 1280px; margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 2.5rem); }
.ba-slider { position: relative; height: clamp(280px, 42vw, 460px); overflow: clip; user-select: none; -webkit-user-select: none; touch-action: pan-y; cursor: ew-resize; border-radius: 10px; border: 1px solid var(--rule); }
body.ba-dragging { user-select: none; -webkit-user-select: none; }
body.ba-dragging * { cursor: ew-resize; }
.ba-slider img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.ba-after { clip-path: inset(0 0 0 50%); }
.ba-handle { position: absolute; top: 0; bottom: 0; left: 50%; width: 2px; background: #fff; transform: translateX(-1px); z-index: 3; }
.ba-knob {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 45px; height: 45px; border-radius: 50%; background: var(--red-cta); color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 5px 14px rgba(4, 24, 48, 0.4);
}
.ba-knob svg { width: 19px; height: 19px; }
.ba-tag {
  position: absolute; top: 1.1rem; z-index: 2; border-radius: 4px;
  background: rgba(244, 247, 252, 0.92); color: var(--paper-ink);
  font-family: var(--f-mono); font-size: 0.7rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 0.4rem 0.8rem;
}
.ba-tag.left { left: 1.1rem; } .ba-tag.right { right: 1.1rem; }
.ba-caption { text-align: center; font-family: var(--f-mono); font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-faint); margin: 1rem 0 0; }
@media (max-width: 640px) {
  .ba-slider { height: clamp(300px, 88vw, 380px); }
  .ba-handle::before { content: ""; position: absolute; top: 0; bottom: 0; left: -22px; right: -22px; }
}

/* ------------------------------------------------------------
   ZWEITER VERGLEICH — gleicher Regler wie oben, eigenes Bildformat.
   Beide Aufnahmen liegen als 4:3 vor, deshalb trägt hier das
   Seitenverhältnis die Höhe (statt fixer clamp-Höhe wie bei .ba-real):
   nichts wird beschnitten, links und rechts zeigen exakt denselben
   Ausschnitt — nur so stimmt der Wisch-Vergleich auf jedem Gerät.
   ------------------------------------------------------------ */
/* Breite bewusst begrenzt: die Aufnahmen sind 4:3. Über die volle
   1280er-Bühne gezogen bliebe bei fester Höhe nur ein schmaler
   Mittelstreifen übrig — 1000 px halten den Raum als Raum lesbar. */
.ba-slider.ba-duo { width: min(100%, 1000px); margin-inline: auto; height: clamp(300px, 50vw, 600px); }
.ba-slider.ba-duo img { object-position: 50% 46%; }
/* Handy: näher am nativen 4:3 der beiden Aufnahmen — dort ist der
   Raum wichtiger als das Kino-Format, sonst bleibt vom Bad nichts übrig. */
@media (max-width: 760px) { .ba-slider.ba-duo { height: clamp(260px, 84vw, 380px); } }
/* Sichtbarer Fokus für die Tastatur-Bedienung des Griffs */
.ba-slider .ba-handle:focus-visible { outline: none; }
.ba-slider .ba-handle:focus-visible .ba-knob { box-shadow: 0 0 0 3px var(--bg), 0 0 0 6px var(--red-cta); }
.ba-slider.is-active .ba-knob { transform: translate(-50%, -50%) scale(0.94); }
.ba-knob { transition: transform 0.18s ease; }

/* Legende unter dem Regler — sagt, was links und was rechts zu sehen ist */
.ba-legend { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(0.9rem, 2.4vw, 2rem); margin: 1.1rem auto 0; width: min(100%, 1000px); }
.ba-legend > div { min-width: 0; }
.ba-legend b {
  display: block; font-family: var(--f-mono); font-size: 0.66rem; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--red-soft); margin-bottom: 0.3rem;
}
.ba-legend span { color: var(--ink-mute); font-size: 0.92rem; line-height: 1.5; }
.ba-legend > div + div { text-align: right; }
@media (max-width: 760px) {
  .ba-legend { grid-template-columns: 1fr; gap: 0.7rem; }
  .ba-legend > div + div { text-align: left; padding-top: 0.7rem; border-top: 1px solid var(--rule); }
  .ba-legend span { font-size: 0.88rem; }
}

/* ------------------------------------------------------------
   VORHER/NACHHER-PAAR — statische Variante (bleibt als Baustein
   im Kit, aktuell auf dieser Seite nicht im Einsatz).
   ------------------------------------------------------------ */
.ba-lead { margin: clamp(2.2rem, 5vw, 3.4rem) 0 clamp(1rem, 2.4vw, 1.5rem); max-width: 62ch; }
.ba-lead .ba-lead-num {
  display: inline-block; font-family: var(--f-mono); font-size: 0.68rem; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--red-soft); margin-bottom: 0.5rem;
}
.ba-lead h3 { margin: 0 0 0.45rem; }
.ba-lead p { margin: 0; color: var(--ink-mute); }

.ba-pair { display: grid; grid-template-columns: 1fr auto 1fr; align-items: start; gap: clamp(0.9rem, 2.2vw, 1.5rem); }
.bp-item { margin: 0; min-width: 0; }
.bp-frame {
  position: relative; display: block; overflow: clip; border-radius: 10px;
  border: 1px solid var(--rule); background: var(--card);
}
.bp-frame img {
  display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover;
  filter: saturate(0.94) contrast(1.03);
}
.bp-frame::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(to top, rgba(4, 24, 48, 0.42) 0%, rgba(4, 24, 48, 0) 42%);
}
.bp-tag {
  position: absolute; left: 0.9rem; top: 0.9rem; z-index: 2; border-radius: 4px;
  background: rgba(244, 247, 252, 0.92); color: var(--paper-ink);
  font-family: var(--f-mono); font-size: 0.68rem; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase; padding: 0.38rem 0.75rem;
}
.bp-tag.now { background: var(--red-cta); color: #fff; }
.bp-cap { padding: 0.75rem 2px 0; }
.bp-cap b {
  display: block; font-family: var(--f-mono); font-size: 0.66rem; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--red-soft); margin-bottom: 0.3rem;
}
.bp-cap span { color: var(--ink-mute); font-size: 0.92rem; line-height: 1.5; }
.bp-arrow {
  align-self: center; display: flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--rule);
  background: var(--card-2); color: var(--red-soft); flex-shrink: 0;
}
.bp-arrow svg { width: 18px; height: 18px; }
@media (max-width: 760px) {
  .ba-pair { grid-template-columns: 1fr; gap: 0.85rem; }
  .bp-arrow { transform: rotate(90deg); justify-self: center; width: 36px; height: 36px; }
  .bp-cap span { font-size: 0.88rem; }
}

/* ============================================================
   FÖRDER-DATENBLATT — helles Papier-Blatt auf der Navy-Bühne
   (blueprint-Erbe: der bewusste Hell-Kontrast)
   ============================================================ */
.sheet {
  position: relative; background: var(--paper); color: var(--paper-ink);
  border-radius: 10px; padding: clamp(1.6rem, 4vw, 3rem);
  box-shadow: 0 30px 70px -30px rgba(0, 0, 0, 0.65);
}
.sheet::before { content: ""; position: absolute; inset: 0; border-radius: 10px; pointer-events: none;
  background-image: linear-gradient(rgba(10, 46, 92, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(10, 46, 92, 0.06) 1px, transparent 1px);
  background-size: 36px 36px; }
.sheet > * { position: relative; }
.sheet h2, .sheet h3 { color: var(--paper-navy); }
.sheet p { color: var(--paper-ink-mute); }
.sheet strong { color: var(--paper-ink); }
.sheet-head { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; flex-wrap: wrap; border-bottom: 1px solid var(--paper-navy); padding-bottom: 0.7rem; margin-bottom: 1.4rem; }
.sheet-head .sh-title { font-family: var(--f-mono); font-size: 0.7rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--red-ink); }
.sheet-head .sh-blatt { font-family: var(--f-mono); font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--paper-ink-mute); }

/* BEG-Balken: 30 / 20 / 30 / 5 — gedeckelt bei 70 % */
.beg-bar { display: flex; height: 44px; border-radius: 7px; overflow: clip; border: 1px solid var(--paper-rule); margin: 1.1rem 0 0.5rem; }
.beg-seg { display: flex; align-items: center; justify-content: center; font-family: var(--f-mono); font-weight: 500; font-size: 0.78rem; color: #fff; transform-origin: left center; }
.beg-seg.s1 { background: #0a2e5c; flex: 30; }
.beg-seg.s2 { background: #1c4a8a; flex: 20; }
.beg-seg.s3 { background: #3568ab; flex: 30; }
.beg-seg.s4 { background: var(--red-cta); flex: 5; }
.beg-seg.rest { background: repeating-linear-gradient(-45deg, #e4eaf4 0 6px, #d8e1ef 6px 12px); flex: 15; color: transparent; }
.beg-cap { display: flex; justify-content: space-between; gap: 1rem; font-family: var(--f-mono); font-size: 0.66rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--paper-ink-mute); margin-bottom: 1.6rem; flex-wrap: wrap; }
.beg-cap b { color: var(--red-ink); font-weight: 500; }
.beg-legend { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.5rem 1.4rem; margin: 0 0 1.6rem; padding: 0; list-style: none; }
.beg-legend li { display: flex; gap: 0.6rem; align-items: baseline; font-size: 0.88rem; color: var(--paper-ink-mute); }
.beg-legend li i { width: 10px; height: 10px; border-radius: 2px; flex-shrink: 0; transform: translateY(1px); }
.beg-legend li b { color: var(--paper-ink); font-weight: 800; }

/* Förder-Zeilen (KfW / Pflegekasse) */
.foerder-list { display: grid; gap: 0.7rem; }
.foerder-item { display: grid; grid-template-columns: minmax(96px, auto) 1fr; gap: 1.1rem; align-items: start; background: #fff; border: 1px solid var(--paper-rule); border-radius: 8px; padding: 1rem 1.2rem; }
.foerder-item .fv { font-family: var(--f-mono); font-weight: 500; font-size: 1.45rem; color: var(--paper-navy); line-height: 1.1; font-variant-numeric: tabular-nums; white-space: nowrap; }
.foerder-item .fv.red { color: var(--red-ink); }
.foerder-item h4 { margin: 0 0 0.25rem; font-size: 0.98rem; color: var(--paper-navy); }
.foerder-item p { margin: 0; font-size: 0.86rem; color: var(--paper-ink-mute); }
@media (max-width: 620px) { .foerder-item { grid-template-columns: minmax(76px, auto) minmax(0, 1fr); gap: 1rem; } .foerder-item .fv { font-size: 1.3rem; } .beg-legend { grid-template-columns: 1fr; } .beg-seg { font-size: 0.66rem; } }

/* Hinweis-Kasten auf dem Blatt */
.sheet-callout { display: grid; grid-template-columns: auto 1fr; gap: 1rem; border: 1px solid var(--paper-rule); border-left: 3px solid var(--red-ink); background: #fff; border-radius: 6px; padding: 1rem 1.2rem; margin-top: 1.4rem; }
.sheet-callout .c-mark { font-family: var(--f-mono); font-weight: 500; color: var(--red-ink); font-size: 1.1rem; line-height: 1.4; }
.sheet-callout p { margin: 0; font-size: 0.9rem; color: var(--paper-ink); }
.sheet-callout .c-label { font-family: var(--f-mono); font-size: 0.64rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--red-ink); display: block; margin-bottom: 0.3rem; font-weight: 500; }
.sheet .btn-navy { background: var(--paper-navy); color: #fff; border-radius: 999px; padding: 0.85rem 1.6rem; font-weight: 800; font-size: 0.95rem; display: inline-flex; align-items: center; gap: 0.5rem; min-height: 48px; transition: background .25s, transform .25s; }
.sheet .btn-navy:hover { background: #082448; color: #fff; transform: translateY(-2px); }

/* ============================================================
   NOTDIENST-BAND — roter Glow, Riesennummer (signature-Erbe)
   ============================================================ */
.notband {
  position: relative; padding: clamp(3.5rem, 7vw, 5.5rem) 0;
  background:
    radial-gradient(70% 130% at 50% 50%, rgba(238, 48, 35, 0.18), transparent 70%),
    linear-gradient(180deg, var(--bg), #160a10 50%, var(--bg));
  border-top: 1px solid rgba(238, 48, 35, 0.35);
  border-bottom: 1px solid rgba(238, 48, 35, 0.35);
  text-align: center; overflow: clip;
}
.notband::before, .notband::after {
  content: ""; position: absolute; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--red), transparent);
  animation: glowPulse 3.4s ease-in-out infinite;
}
.notband::before { top: -1px; }
.notband::after { bottom: -1px; animation-delay: 1.7s; }
@keyframes glowPulse { 0%, 100% { opacity: 0.4; } 50% { opacity: 1; } }
.notband h2 { font-size: clamp(1.6rem, 3vw, 2.5rem); margin: 0.8rem 0 0.6rem; }
.notband p { color: var(--ink-mute); max-width: 560px; margin: 0 auto 1.4rem; }
.notband .phone {
  display: inline-block; font-family: var(--f-display); font-weight: 800;
  font-size: clamp(1.9rem, 4.6vw, 3.6rem); letter-spacing: 0.01em; color: var(--ink);
  text-shadow: 0 0 34px var(--red-glow); font-variant-numeric: tabular-nums;
  transition: color 0.25s, text-shadow 0.25s;
}
.notband .phone:hover { color: var(--red-soft); text-shadow: 0 0 44px var(--red-glow); }
.notband .hours { font-family: var(--f-mono); font-size: 0.74rem; letter-spacing: 0.1em; color: var(--ink-faint); margin: 1rem 0 0; }
.notband .hours a { color: var(--ink-mute); border-bottom: 1px solid var(--red); }
.notband .hours a:hover { color: var(--red-soft); }

/* ============================================================
   ABLAUF — Prozess als Maßlinie (blueprint-Erbe)
   ============================================================ */
.process { position: relative; }
.process-track { position: relative; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1.2rem; }
.process-track::before { content: ""; position: absolute; top: 5px; left: 0; right: 0; height: 1px; background: var(--rule); }
.process-line { position: absolute; top: 5px; left: 0; right: 0; height: 1px; background: rgba(240, 244, 250, 0.7); transform-origin: left center; transform: scaleX(0); transition: transform 1.6s cubic-bezier(0.4, 0, 0.2, 1) 0.2s; }
.process.in .process-line { transform: scaleX(1); }
.p-step { position: relative; padding-top: 1.6rem; min-width: 0; }
.p-step::before { content: ""; position: absolute; top: 0; left: 0; width: 1px; height: 11px; background: rgba(240, 244, 250, 0.7); }
.p-step .p-num { font-family: var(--f-mono); font-size: 0.68rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--red-soft); display: block; margin-bottom: 0.45rem; }
.p-step h3 { font-size: 1.02rem; margin: 0 0 0.4rem; }
.p-step p { font-size: 0.86rem; color: var(--ink-mute); margin: 0; }
.p-step.hot { background: rgba(238, 48, 35, 0.09); border: 1px solid rgba(255, 111, 92, 0.38); border-radius: 10px; padding: 1.6rem 1rem 1rem; margin-top: -1rem; top: 1rem; }
.p-step.hot::before { background: var(--red); width: 2px; }
.p-step.hot .p-badge { display: inline-block; font-family: var(--f-mono); font-size: 0.6rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; background: var(--red-cta); color: #fff; padding: 0.22rem 0.5rem; border-radius: 3px; margin-bottom: 0.5rem; }
@media (max-width: 1060px) {
  .process-track { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.6rem 1.2rem; }
  .process-track::before, .process-line { display: none; }
  .p-step { border-top: 1px solid var(--rule); }
  .p-step.hot { margin-top: 0; top: 0; }
}
@media (max-width: 620px) { .process-track { grid-template-columns: 1fr; } }

/* ============================================================
   PARTNER-MARKEN-BAND (hsteam-Erbe)
   ============================================================ */
.brand-line { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 0.5rem 0; margin: 0; padding: 0; list-style: none; }
.brand-line li { font-family: var(--f-display); font-weight: 500; font-size: clamp(1rem, 1.7vw, 1.4rem); letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-mute); padding: 0 clamp(0.9rem, 2vw, 1.5rem); position: relative; transition: color .3s; }
.brand-line li:hover { color: var(--ink); }
.brand-line li + li::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 1em; background: var(--rule); }
.partner-sec { text-align: center; background: var(--bg-2); }
.partner-sec .kicker-line { margin-bottom: 2rem; }
.partner-sec .ausstellung { margin: 2.2rem auto 0; max-width: 52ch; font-size: 0.95rem; color: var(--ink-faint); }
.partner-sec .ausstellung strong { color: var(--ink-mute); }

/* ============================================================
   SEO-BLOCK + ABSCHLUSS-CTA
   ============================================================ */
.seo-split { display: grid; grid-template-columns: 1fr 2fr; gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.seo-split h2 { margin: 0; max-width: 20ch; }
@media (max-width: 860px) { .seo-split { grid-template-columns: 1fr; } }

/* ============================================================
   FOOTER — 2-stöckig (hsteam-Erbe): dunkel 3-spaltig + Karte
   ============================================================ */
.hs-footer { background: #030f1f; color: var(--ink-mute); padding: clamp(3.5rem, 8vw, 7rem) 0; border-top: 3px solid var(--red); }
.hs-footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.hsf-contact { font-size: 0.95rem; line-height: 1.9; }
.hsf-contact a { color: var(--red-soft); font-weight: 800; display: block; }
.hsf-contact a:hover { color: #fff; }
.hsf-contact .addr { color: var(--ink-faint); margin: 0.8rem 0 0; }
.hsf-logo { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 0.7rem; }
.hsf-logo img { width: 56px; height: 70px; background: rgba(240, 244, 250, 0.94); border-radius: 10px; padding: 6px; }
.hsf-logo .fl-word { font-weight: 800; font-size: 1.3rem; letter-spacing: 0.12em; color: #fff; }
.hsf-logo .fl-sub { font-family: var(--f-mono); font-size: 0.58rem; font-weight: 500; letter-spacing: 0.38em; text-transform: uppercase; color: var(--ink-faint); }
.hsf-links { display: grid; grid-template-columns: 1fr 1fr; gap: 0.15rem 2rem; justify-self: end; }
.hsf-links a { color: var(--ink-mute); padding: 0.3rem 0; font-size: 0.95rem; transition: color 0.3s; }
.hsf-links a:hover { color: #fff; }
.hsf-links a.active { color: var(--red-soft); }
.hsf-note { text-align: center; margin: clamp(2.5rem, 6vw, 4.5rem) 0 0; font-family: var(--f-mono); font-size: 0.7rem; letter-spacing: 0.04em; color: var(--ink-faint); }
.hsf-note a { color: var(--ink-mute); text-decoration: underline; text-underline-offset: 3px; }
.hsf-note a:hover { color: #fff; }
@media (max-width: 860px) {
  .hs-footer-grid { grid-template-columns: 1fr; text-align: center; }
  .hsf-links { justify-self: center; text-align: left; }
  .hsf-links a { padding: 0.55rem 0; }
  .hsf-contact a { display: inline-block; padding: 0.4rem 0; }
}
/* helles Untergeschoss: Anfahrt, tracking-frei */
.hs-footer-light { background: var(--paper); color: var(--paper-ink); padding: clamp(2.6rem, 6vw, 4.5rem) 0; text-align: center; }
.hs-footer-light h3 { font-size: 1.25rem; margin: 0 0 0.6rem; color: var(--paper-navy); }
.hs-footer-light p { color: var(--paper-ink-mute); max-width: 46rem; margin: 0 auto 1.4rem; }
.hs-footer-light .btn-navy { background: var(--paper-navy); color: #fff; border-radius: 999px; padding: 0.85rem 1.6rem; font-weight: 800; font-size: 0.95rem; display: inline-flex; align-items: center; gap: 0.5rem; min-height: 48px; transition: background .25s; }
.hs-footer-light .btn-navy:hover { background: #082448; color: #fff; }

/* --- Vorschau-Pille (Klasse .demo-notice bleibt fürs QA-Gate) --- */
.demo-notice {
  background: var(--bg); color: var(--ink); border: 1px solid rgba(238, 48, 35, 0.55);
  box-shadow: 0 10px 30px -12px rgba(4, 24, 48, 0.6);
}
.demo-notice .dot { background: var(--red); }

/* --- Sticky-Anruf-Leiste (mobil), safe-area --- */
.sticky-cta {
  background: rgba(4, 24, 48, 0.94); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid rgba(238, 48, 35, 0.5);
  padding: 0.6rem clamp(0.8rem, 3vw, 1.2rem) calc(0.6rem + env(safe-area-inset-bottom));
}
.sticky-cta .btn { flex: 1 1 0; min-width: 0; justify-content: center; font-size: 0.88rem; padding: 0.8rem 0.9rem; white-space: nowrap; }
.sticky-cta .btn-ghost { border: 1.5px solid rgba(240, 244, 250, 0.4); color: var(--ink); border-radius: 999px; min-height: 48px; }
.sticky-cta .btn-primary { background: var(--red-cta); color: #fff; border-radius: 999px; min-height: 48px; font-weight: 800; box-shadow: none; }

/* ============================================================
   UNTERSEITEN — Hero-Band (~320 px) mit beleuchtetem Werk-Motiv
   ============================================================ */
.page-hero {
  position: relative; display: flex; align-items: flex-end; overflow: clip;
  min-height: clamp(300px, 36vh, 420px); padding: clamp(4.5rem, 9vh, 6rem) 0 clamp(2.2rem, 5vh, 3.2rem);
  background: var(--bg-2);
}
.page-hero .ph-media { position: absolute; inset: 0; }
.page-hero .ph-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.85) contrast(1.05) brightness(0.9); }
.page-hero .ph-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(4deg, rgba(4, 24, 48, 0.96) 12%, rgba(4, 24, 48, 0.66) 52%, rgba(4, 24, 48, 0.38) 100%);
}
.page-hero .ph-media::before {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: radial-gradient(50% 60% at 78% 30%, rgba(238, 240, 234, 0.1) 0%, transparent 70%);
}
.page-hero .shell { position: relative; z-index: 2; width: 100%; }
.page-hero h1 { font-size: var(--size-h1); margin: 0.55rem 0 0.7rem; max-width: 20ch; hyphens: none; overflow-wrap: normal; word-break: keep-all; }
.page-hero .lead { max-width: 56ch; margin: 0; font-size: clamp(1rem, 1.2vw, 1.15rem); }
.page-hero .ph-actions { display: flex; gap: 0.7rem; flex-wrap: wrap; margin-top: 1.4rem; }
.page-hero.ph-bad::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: linear-gradient(90deg, var(--aqua-lite), var(--aqua-bg)); z-index: 3; }
.page-hero.ph-heat::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: linear-gradient(90deg, var(--red-deep), var(--red)); z-index: 3; }
.page-hero.ph-alert .ph-media::after { background: linear-gradient(4deg, rgba(4, 24, 48, 0.97) 12%, rgba(42, 8, 5, 0.75) 60%, rgba(4, 24, 48, 0.5) 100%); }

/* Inhalts-Bausteine der Unterseiten */
.block-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(1.8rem, 4.5vw, 4rem); align-items: center; }
.block-grid.rev .werk { order: 2; }
.block-grid h2 { margin-bottom: 0.8rem; max-width: 24ch; }
.block-grid ul.dash { list-style: none; padding: 0; margin: 1.1rem 0 0; display: grid; gap: 0.55rem; }
.block-grid ul.dash li { position: relative; padding-left: 1.5rem; font-size: 0.95rem; line-height: 1.6; color: var(--ink); }
.block-grid ul.dash li::before { content: "—"; color: var(--red-soft); position: absolute; left: 0; top: 0; }
.block-grid ul.dash li span { color: var(--ink-mute); }
@media (max-width: 860px) { .block-grid { grid-template-columns: 1fr; } .block-grid.rev .werk { order: 0; } }

/* Check-Liste (hsteam-Erbe) */
.check-list { list-style: none; margin: 1.4rem 0 0; padding: 0; }
.check-list li { display: flex; gap: 0.8rem; align-items: flex-start; padding: 0.45rem 0; color: var(--ink-mute); font-size: 0.95rem; line-height: 1.65; }
.check-list li strong { color: var(--ink); }
.check-list .check { flex-shrink: 0; width: 20px; height: 20px; margin-top: 4px; color: var(--red-soft); }
.check-list .check svg { width: 20px; height: 20px; display: block; }
.check-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.35rem 1.6rem; margin: 1.4rem 0 0; padding: 0; list-style: none; }
.check-grid li { display: flex; gap: 0.7rem; align-items: flex-start; padding: 0.35rem 0; color: var(--ink-mute); font-size: 0.9rem; line-height: 1.6; }
.check-grid .check { flex-shrink: 0; width: 18px; height: 18px; margin-top: 4px; color: var(--red-soft); }
.check-grid .check svg { width: 18px; height: 18px; display: block; }
@media (max-width: 640px) { .check-grid { grid-template-columns: 1fr; } }

/* Intro (zentriert, dunkel) + 1/3-2/3-Split (hsteam-Raster) */
.intro-center { text-align: center; }
.intro-center h2 { font-size: clamp(1.7rem, 3.4vw, 2.7rem); max-width: 26ch; margin: 0.6rem auto 1.2rem; }
.intro-center p { max-width: 58rem; margin: 0 auto 1.8rem; }
.split-13 { display: grid; grid-template-columns: 1fr 2fr; gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.split-13 h2 { margin: 0.5rem 0 0; max-width: 18ch; }
@media (max-width: 860px) { .split-13 { grid-template-columns: 1fr; } }

/* Karten-Zeile (Wochen-Ablauf, Förder-Karten dunkel) */
.cardline { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.cardline.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.cardline.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (max-width: 720px) { .cardline.two { grid-template-columns: 1fr; } }
.cardx { background: var(--card); border: 1px solid var(--rule); border-radius: 10px; padding: clamp(1.3rem, 2.4vw, 1.8rem); }
.cardx .num { font-family: var(--f-mono); font-weight: 500; color: var(--red-soft); font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; display: block; margin-bottom: 0.7rem; }
.cardx h3 { font-size: 1.02rem; margin-bottom: 0.45rem; }
.cardx p { font-size: 0.88rem; color: var(--ink-mute); margin: 0; line-height: 1.6; }
@media (max-width: 1080px) { .cardline.four { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 720px) { .cardline, .cardline.four { grid-template-columns: 1fr; } }

/* Norm-Grid (Fresh-up-Akzente, kleine Fakten-Kacheln) */
.norm-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.norm { background: var(--card); border: 1px solid var(--rule); border-radius: 10px; padding: 1.2rem 1.2rem 1.1rem; min-width: 0; transition: transform 0.3s, border-color 0.3s; }
.norm:hover { transform: translateY(-3px); border-color: rgba(240, 244, 250, 0.32); }
.norm .n-id { font-family: var(--f-mono); font-size: 0.64rem; font-weight: 500; letter-spacing: 0.2em; color: var(--red-soft); display: block; margin-bottom: 0.5rem; }
.norm h3 { font-size: 1rem; margin: 0 0 0.35rem; }
.norm p { font-size: 0.87rem; color: var(--ink-mute); margin: 0; }
@media (max-width: 880px) { .norm-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) { .norm-grid { grid-template-columns: 1fr; } }

/* Notfall-Protokoll (blueprint) */
.protocol { counter-reset: proto; display: grid; gap: 0.8rem; max-width: 46rem; }
.proto-step { counter-increment: proto; display: grid; grid-template-columns: 54px 1fr; gap: 1.1rem; align-items: start; background: var(--card); border: 1px solid var(--rule); border-radius: 10px; padding: 1.1rem 1.2rem; }
.proto-step::before { content: counter(proto, decimal-leading-zero); font-family: var(--f-mono); font-weight: 500; font-size: 1.4rem; color: var(--red-soft); line-height: 1.2; }
.proto-step h3 { font-size: 1.02rem; margin: 0 0 0.3rem; }
.proto-step p { margin: 0; font-size: 0.9rem; color: var(--ink-mute); }

/* Bad-Seite: Aqua-Akzentflächen (einzige Welt-I-Zone außerhalb des Heros) */
.sec-aqua { background-color: var(--aqua-bg); background-image: linear-gradient(180deg, var(--aqua-bg) 0%, var(--aqua-bg2) 100%); color: var(--aqua-ink); }
.sec-aqua h2, .sec-aqua h3 { color: var(--aqua-ink); }
.sec-aqua p { color: var(--aqua-ink-mute); }
.sec-aqua strong { color: var(--aqua-ink); }
.sec-aqua .mono-label { color: var(--red-ink); }
.sec-aqua .check-list li, .sec-aqua .check-grid li { color: var(--aqua-ink-mute); }
.sec-aqua .check-list li strong { color: var(--aqua-ink); }
.sec-aqua .check-list .check, .sec-aqua .check-grid .check { color: var(--red-ink); }
.sec-aqua .werk-frame { box-shadow: 0 20px 50px -30px rgba(7, 28, 48, 0.45); border-color: var(--aqua-rule); }
.sec-aqua .werk-cap { color: rgba(7, 28, 48, 0.8); }
.sec-aqua .werk-cap b { color: var(--red-ink); }
.sec-aqua .sec-num { -webkit-text-stroke-color: rgba(7, 28, 48, 0.45); }
.sec-aqua .sec-rule { background: var(--aqua-rule); }
.sec-aqua .sec-rule::before, .sec-aqua .sec-rule::after { background: rgba(7, 28, 48, 0.55); }
.sec-aqua .sec-head .sec-sub { color: var(--aqua-ink-mute); }
.sec-aqua .block-grid ul.dash li { color: var(--aqua-ink); }
.sec-aqua .block-grid ul.dash li span { color: var(--aqua-ink-mute); }
.sec-aqua .block-grid ul.dash li::before { color: var(--red-ink); }

/* Kontakt: Formular + Info-Spalte */
.contact-cols { display: grid; grid-template-columns: 1.4fr 1fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: start; }
@media (max-width: 860px) { .contact-cols { grid-template-columns: 1fr; } }
.hs-form { max-width: 46rem; }
.hs-form label { display: block; font-family: var(--f-mono); font-size: 0.68rem; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; margin: 1.2rem 0 0.4rem; color: var(--ink-mute); }
.hs-form input, .hs-form textarea {
  width: 100%; padding: 0.9rem 1rem; border: 1px solid var(--rule); border-radius: 10px;
  font-family: var(--f-body); font-size: 16px; font-weight: 500; color: var(--ink);
  background: var(--card); transition: border-color 0.3s, box-shadow 0.3s;
}
.hs-form input:focus, .hs-form textarea:focus { outline: 0; border-color: var(--red); box-shadow: 0 0 0 3px rgba(238, 48, 35, 0.14); }
.hs-form .consent { display: flex; gap: 0.7rem; align-items: flex-start; margin: 1.4rem 0 1.6rem; font-size: 0.83rem; color: var(--ink-mute); line-height: 1.6; }
.hs-form .consent input { width: 20px; height: 20px; margin-top: 3px; accent-color: var(--red-cta); flex: 0 0 20px; }
.hs-form { position: relative; }
.hs-form .gotcha { position: absolute; left: 0; top: 0; width: 1px; height: 1px; padding: 0; border: 0; opacity: 0; overflow: hidden; pointer-events: none; }
.form-note { font-size: 0.8rem; color: var(--ink-faint); margin-top: 1rem; }
.info-block h3 { font-size: 0.78rem; font-family: var(--f-mono); font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--red-soft); margin: 1.6rem 0 0.4rem; }
.info-block p { margin: 0 0 0.3rem; }
.info-block a.tel-big { font-size: 1.6rem; font-weight: 800; color: var(--ink); font-variant-numeric: tabular-nums; }
.info-block a.tel-big:hover { color: var(--red-soft); }

/* Legal-Seiten */
.legal { max-width: 46rem; }
.legal h2 { font-size: 1.3rem; margin-top: 2.2rem; }
.legal p { color: var(--ink-mute); }
/* sichtbar markierte Ergänzungs-Zeilen (HRA / Kammer folgen zum Go-Live) */
.legal .pending {
  font-family: var(--f-mono); font-size: 0.8rem; color: var(--ink-mute);
  border: 1px dashed rgba(255, 111, 92, 0.55); border-radius: 6px;
  padding: 0.55rem 0.85rem; margin: 0.45rem 0; display: block;
}
.legal .legal-note {
  font-family: var(--f-mono); font-size: 0.74rem; letter-spacing: 0.06em;
  color: var(--ink-mute); border-top: 1px solid var(--rule);
  padding-top: 0.9rem; margin-top: 2.4rem;
}

/* ============================================================
   REVEALS — IO-gesteuert, 60-80 ms Stagger, translateY ≤ 16 px
   ============================================================ */
.rv { opacity: 0; transform: translateY(16px); transition: opacity .7s ease, transform .7s cubic-bezier(.22, .8, .3, 1); }
.rv.in { opacity: 1; transform: none; }
.stagger > * { opacity: 0; transform: translateY(14px); transition: opacity .6s ease, transform .6s cubic-bezier(.22, .8, .3, 1); transition-delay: var(--rd, 0ms); }
.stagger.in > * { opacity: 1; transform: none; }

/* ============================================================
   MOBILE — gestapelter Hero, horizontale Naht mit Idle-Drift
   ============================================================ */
@media (max-width: 920px) {
  .duo-hero { min-height: auto; display: flex; flex-direction: column; }
  .duo-panel { position: relative; inset: auto; flex: 0 0 auto; min-height: 44svh; clip-path: none !important; padding: 1.6rem clamp(1.2rem, 5vw, 2rem) 2.2rem; }
  .duo-panel--bath { order: 1; padding-top: 2.4rem; }
  .duo-panel--heat { order: 3; padding-bottom: 6rem; justify-content: flex-start; }
  .duo-panel .panel-media img { transform: none; }
  .panel-inner { width: 100%; max-width: 100%; }
  .panel-title { font-size: clamp(2.2rem, 10.5vw, 2.9rem); margin-top: 0; }
  /* Mobil-Diät: Kicker + Subline raus — H1 sagt dasselbe, Details stehen auf den
     Unterseiten. Jedes Panel = Bild + Headline + ein Link. */
  .duo-panel .mono-label { display: none; }
  .duo-panel .panel-sub { display: none; }
  .panel-go { font-size: 1rem; }
  .seam-row { position: relative; inset: auto; height: 0; order: 2; pointer-events: none; }
  /* will-change: auto — sonst bleibt die Spur Containing-Block (width 0) fürs Siegel */
  .seam-track { position: static; width: auto; will-change: auto; transform: none !important; }
  .duo-seam {
    left: 2.5%; right: 2.5%; top: -1.5px; bottom: auto; width: auto; height: 3px;
    transform: scaleX(0); transform-origin: left;
    animation: seamDrift 8s ease-in-out infinite alternate;
  }
  .duo-seam.drawn { transform: scaleX(1); }
  .duo-seal {
    top: 0; left: auto; right: clamp(1rem, 5vw, 2rem);
    transform: translateY(-50%) rotate(0deg) !important;
    width: 72px; height: 72px;
  }
  .duo-seal .star { font-size: 0.85rem; }
  .duo-seal .l1 { font-size: 0.54rem; }
  .duo-seal .l2 { font-size: 0.45rem; letter-spacing: 0.2em; }
  .duo-cta { left: clamp(1.2rem, 5vw, 2rem); right: clamp(1.2rem, 5vw, 2rem); transform: none; width: auto; max-width: none; align-items: center; gap: 0.6rem; }
  /* Hero-CTAs mobil komplett raus — die Sticky-Leiste unten trägt exakt
     dieselben zwei Aktionen (Anrufen / Termin). Doppelung vermeiden. */
  .duo-cta-row { display: none; }
  /* Pille: nur die Kurzform in einer Zeile (Langform siehe .duo-sub-long) */
  .duo-sub { width: max-content; max-width: 100%; font-size: 0.8rem; padding: 0.5rem 1rem; }
  .duo-sub-long { display: none; }
  .duo-sub-short { display: inline; }
  .demo-notice { bottom: calc(74px + env(safe-area-inset-bottom)); }
  .werk-frame { padding: 8px; }
}
@keyframes seamDrift { from { translate: -2.5% 0; } to { translate: 2.5% 0; } }
@media (min-width: 921px) { .duo-seam { animation: none; } }

@media (max-width: 560px) {
  .counter-box { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 360px) {
  .panel-title { font-size: 2.1rem; }
  .duo-seal { right: 0.8rem; }
  .brand-line li { font-size: 0.92rem; padding: 0 0.7rem; }
}

/* Mobile-Diät (Politur-Pass): kompaktere Sektions-Rhythmen, weniger Deko,
   dichteres Kachel-/Signatur-Raster — Kundenfeedback „zu langes Scrollen" */
@media (max-width: 640px) {
  :root { --sec-y: 2.1rem; }
  .sec-head { margin-bottom: 1.2rem; }
  .p-step { padding-top: 1.3rem; }
  .notband { padding: 2.4rem 0; }
  .hs-footer { padding: 2.6rem 0; }
  .hs-footer-light { padding: 2.2rem 0; }
  .hs-footer-grid { gap: 1.6rem; }
  .page-hero { min-height: clamp(240px, 30vh, 320px); }
  .corner-ticks { display: none; }
  .schematic-legend { display: none; }
  .partner-sec .ausstellung { margin-top: 1.4rem; }
  /* Hero-Panel-Höhen kommen aus dem 920er-Block (44svh) — hier kein Extra-Override */
  /* Leistungs-Mosaik: 2 Spalten statt 6 gestapelter Riesen-Kacheln */
  .mosaic { grid-template-columns: 1fr 1fr; grid-auto-rows: 168px; gap: 10px; }
  .tile-label { left: 0.85rem; bottom: 0.75rem; right: 0.85rem; }
  .tile-label strong, .tile-big .tile-label strong { font-size: 1rem; }
  .tile-label span:not(.t-num) { display: none; }
  .tile-go { display: none; }  /* die ganze Kachel ist der Link */
  /* Signatur: 2 Spalten, engere Karten */
  .sig-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sig-item h3 { overflow-wrap: break-word; hyphens: auto; }
  .sig-item { padding: 1rem 0.9rem; }
  .sig-item .num { margin-bottom: 0.5rem; }
  .sig-item h3 { font-size: 0.92rem; }
  .sig-item p { font-size: 0.8rem; line-height: 1.5; }
  /* Vorher/Nachher: kompakter */
  .ba-slider { height: clamp(200px, 56vw, 260px); }
  /* Counter-Band enger */
  .counter-box { padding: 1.7rem 1.25rem; gap: 1.4rem 1rem; }
  .counter-copy { padding: 1.8rem 1.25rem; }
  .sheet { padding: 1.3rem 1.1rem; }
}

/* Mono-Labels mobil: nichts unter 11 px */
@media (max-width: 620px) {
  .mono-label, .werk-cap, .sec-head .sec-sub, .beg-cap, .p-step .p-num, .tile-label .t-num,
  .schematic-title, .schematic-legend, .counter-item .lbl, .notband .hours, .ba-caption { font-size: 0.72rem; }
  .schematic .slabel { font-size: 19px; letter-spacing: 0.1em; paint-order: stroke; stroke: rgba(11, 42, 80, 0.92); stroke-width: 4px; stroke-linejoin: round; }
  .schematic .draw { stroke-width: 2; }
  .schematic .draw.thin { stroke-width: 1.3; }
  .schematic .draw.red { stroke-width: 2.2; }
  .schematic .node { r: 5px; }
  h1, h2, h3, h4 { hyphens: auto; overflow-wrap: break-word; }
  .page-hero h1, .panel-title, .hero-title { hyphens: none; }
  .foerder-item h4, .foerder-item p { overflow-wrap: break-word; hyphens: auto; }
}

/* ============================================================
   REDUCED MOTION — alles sofort sichtbar, Hero statisch 50/50
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  .rv, .stagger > * { opacity: 1 !important; transform: none !important; transition: none !important; }
  .duo-seam { transform: scaleY(1) !important; transition: none !important; animation: none !important; }
  @media (max-width: 920px) { .duo-seam { transform: scaleX(1) !important; } }
  .duo-panel--bath { clip-path: inset(0 50% 0 0) !important; }
  .seam-track { transform: none !important; }
  .duo-seal { transform: translate(-50%, -50%) rotate(0deg) !important; }
  .duo-panel .panel-media img { transform: none !important; transition: none !important; }
  .duo-panel--heat .panel-media::before { animation: none !important; }
  .schematic .draw { stroke-dashoffset: 0 !important; transition: none !important; }
  .schematic .node { opacity: 1 !important; animation: none !important; }
  .schematic .slabel, .schematic .sfill { opacity: 1 !important; transition: none !important; }
  .sec-rule.grow { transform: scaleX(1) !important; transition: none !important; }
  .process-line { transform: scaleX(1) !important; transition: none !important; }
  .notband::before, .notband::after { animation: none !important; }
  .werk-frame img, .mosaic .tile img { transition: none !important; }
  html { scroll-behavior: auto; }
}
@media (prefers-reduced-motion: reduce) and (max-width: 920px) {
  .duo-panel--bath { clip-path: none !important; }
  .duo-seal { transform: translateY(-50%) !important; }
}

/* ============================================================
   ECHTE FOTOS (Instagram-Ernte 2026-07) — Referenz-Raster +
   Hochformat-Tuning für den Vorher/Nachher-Slider
   ============================================================ */
/* Slider mit echtem Hochformat-Paar: höher, Bildmitte betont */
.ba-slider.ba-real { height: clamp(340px, 46vw, 560px); }
.ba-slider.ba-real img { object-position: 50% 58%; }
@media (max-width: 700px) {
  .ba-slider.ba-real { height: clamp(340px, 104vw, 460px); }
}

/* Referenz-Raster (bad.html): drei beleuchtete Werke nebeneinander */
.ref-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(18px, 2.4vw, 28px); align-items: start; }
.ref-grid .werk-img img { aspect-ratio: 3 / 4; object-fit: cover; }
@media (max-width: 860px) {
  .ref-grid { grid-template-columns: minmax(0, 1fr); max-width: 440px; margin-inline: auto; }
}


/* === Balance-Fix Post-Hero (2026-07-21): Sys-Claims + Counter-Link === */
.sys-claims { list-style: none; margin: 2.2rem 0 0; padding: 0; display: grid; gap: 1.05rem; }
.sys-claims li { display: flex; align-items: baseline; gap: 0.85rem; border-top: 1px solid var(--rule); padding-top: 1.05rem; }
.sys-claims .mono-label { min-width: 92px; }
.sys-claims .sys-txt { color: var(--ink-mute); font-size: 0.98rem; }
.sys-claims .sys-txt a { color: var(--ink); text-decoration: underline; text-decoration-color: var(--red); text-underline-offset: 3px; }
.sys-claims .sys-txt a:hover { color: var(--red-soft, #ff6f5c); }
.link-arrow { display: inline-block; width: fit-content; margin-top: 1.3rem; font-weight: 600; color: var(--ink); text-decoration: none; border-bottom: 2px solid var(--red); padding-bottom: 2px; }
.link-arrow:hover { color: var(--red-soft, #ff6f5c); }
@media (max-width: 620px) {
  .sys-claims { margin-top: 1.6rem; gap: 0.8rem; }
  .sys-claims li { flex-direction: column; gap: 0.3rem; padding-top: 0.8rem; }
  .sys-claims .mono-label { min-width: 0; }
}
