/* ===================================================================
   PAUSCHENWEIN BAU — Editorial Dark Stylesheet im Design der
   Pauschenwein Gruppe. Light-weight Typografie (300), dezente
   Akzente via .mute, 1-px Gridlines statt Karten, Slide-Up Buttons,
   Kicker-Labels mit Linie. Hero-Parallax bleibt 1:1 wie Gruppe.
   =================================================================== */

:root {
  /* Pauschenwein-Gruppe Farbtokens */
  --ink: #0e1213;
  --ink-2: #161d1e;
  --ink-3: #1d2627;
  --paper: #ffffff;
  --paper-2: #f4f4f2;
  --line: rgba(255, 255, 255, 0.10);
  --line-strong: rgba(255, 255, 255, 0.22);
  --muted: rgba(255, 255, 255, 0.52);
  --muted-2: rgba(255, 255, 255, 0.34);
  --muted-3: rgba(255, 255, 255, 0.65);

  /* Legacy-Mappings (HTML benutzt diese Variablen noch an manchen Stellen) */
  --color-dark: var(--ink);
  --color-dark-2: var(--ink-2);
  --color-white: var(--paper);
  --color-sand: var(--ink);
  --color-sand-dark: var(--line);
  --color-muted: var(--muted);
  --color-secondary: var(--muted-2);
  --color-border: var(--line);

  --font: 'Poppins', sans-serif;
  --nav-h: 84px;
  --radius: 0;
  --transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --pad-x: clamp(20px, 5vw, 80px);
  --gut: clamp(60px, 12vh, 160px);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 106.25%; scroll-behavior: auto; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; overflow-x: clip; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }

body {
  font-family: var(--font);
  background: var(--ink);
  color: var(--paper);
  overflow-x: clip;
  font-weight: 300;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
::selection { background: rgba(255, 255, 255, 0.85); color: var(--ink); }

/* ===================================================================
   CONTAINER & LAYOUT
   =================================================================== */
.container { max-width: 100%; margin: 0 auto; padding: 0 var(--pad-x); }

/* ===================================================================
   TYPOGRAFIE-PRIMITIVES (Gruppe-Stil)
   =================================================================== */
.section-label,
.kicker {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 0.72rem; font-weight: 500; letter-spacing: 0.24em;
  text-transform: uppercase; color: var(--muted-2);
  margin-bottom: 22px;
}
.section-label::before,
.kicker::before {
  content: ''; width: 28px; height: 1px;
  background: currentColor; opacity: 0.6;
}
.section-label.light { color: var(--muted-2); }

.section-title,
.h2 {
  font-weight: 300; line-height: 1.02; letter-spacing: -0.03em;
  font-size: clamp(2rem, 5.2vw, 4.4rem);
  color: var(--paper);
  overflow-wrap: break-word; hyphens: auto;
}
.section-title .mute,
.section-title em,
.h2 em { font-style: normal; font-weight: 300; color: var(--muted); }

.section-body,
.lede {
  font-size: clamp(1rem, 1.4vw, 1.18rem); line-height: 1.7;
  color: var(--muted); font-weight: 300; max-width: 56ch;
}
.section-body.light { color: var(--muted); }
.small {
  font-size: 0.92rem; line-height: 1.7; color: var(--muted); font-weight: 300;
}

.statement {
  font-weight: 300; line-height: 1.02; letter-spacing: -0.03em;
  font-size: clamp(2rem, 5.2vw, 4.4rem);
  max-width: 22ch; margin-bottom: 16px; color: var(--paper);
}
.statement .mute { color: var(--muted); font-weight: 300; }

/* ===================================================================
   BUTTONS (Gruppe-Stil: 1px Border, Slide-Up Hover via background)
   =================================================================== */
.btn {
  display: inline-flex; align-items: center; gap: 12px;
  position: relative; overflow: hidden;
  padding: 1rem 1.9rem;
  font-family: var(--font); font-size: 0.78rem;
  font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase;
  border: 1px solid var(--paper); color: var(--ink);
  background-color: var(--paper);
  background-image: linear-gradient(to top, var(--ink) 50%, var(--paper) 50%);
  background-size: 100% 220%; background-position: 0 0;
  cursor: pointer; border-radius: 0;
  transition: color 0.5s var(--ease), border-color 0.5s var(--ease),
              background-position 0.55s var(--ease);
}
.btn:hover { color: var(--paper); border-color: var(--paper); background-position: 0 100%; }
.btn svg, .btn .arr {
  width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 1.6;
  transition: transform 0.5s var(--ease);
}
.btn:hover svg, .btn:hover .arr { transform: translate(4px, -4px); }

/* Ghost / Outline (transparent → invert auf weiß) */
.btn.btn-outline,
.btn.ghost {
  color: var(--paper); border-color: var(--line-strong);
  background-color: transparent;
  background-image: linear-gradient(to top, var(--paper) 50%, transparent 50%);
  background-position: 0 0;
}
.btn.btn-outline:hover,
.btn.ghost:hover { color: var(--ink); border-color: var(--paper); background-position: 0 100%; }

/* Design-System ::after Slide-Up Overlay komplett deaktivieren —
   wir nutzen lokal background-image + background-position für den Effekt.
   Sonst legt sich das Overlay über den nicht in <span> gewrapten Text
   und macht ihn beim Hover unlesbar (gilt auch auf den Subpages). */
.btn::after, .btn.ghost::after, .btn.btn-outline::after, .btn.btn-light::after { display: none !important; }

/* Light-Variante (auf dunklem Grund — weiß → dunkel beim Hover) */
.btn.btn-light {
  color: var(--ink); border-color: var(--paper);
  background-color: var(--paper);
  background-image: linear-gradient(to top, var(--ink) 50%, var(--paper) 50%);
  background-position: 0 0;
}
.btn.btn-light:hover { color: var(--paper); border-color: var(--paper); background-position: 0 100%; }

/* ===================================================================
   SCROLL-ANIMATIONS
   =================================================================== */
.reveal-line { display: block; overflow: hidden; padding-bottom: 0.16em; margin-bottom: -0.16em; }
.reveal-line > span {
  display: block; transform: translateY(115%);
  transition: transform 0.9s var(--ease);
  will-change: transform;
}
.reveal-line.in > span { transform: translateY(0); }
.reveal-line:nth-child(2) > span { transition-delay: 0.08s; }
.reveal-line:nth-child(3) > span { transition-delay: 0.16s; }
.reveal-line:nth-child(4) > span { transition-delay: 0.24s; }

.reveal {
  opacity: 0; transform: translateY(34px);
  transition: opacity 1s var(--ease), transform 1s var(--ease);
  will-change: opacity, transform;
}
.reveal.in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: 0.08s; }
.reveal[data-delay="2"] { transition-delay: 0.16s; }
.reveal[data-delay="3"] { transition-delay: 0.24s; }
.reveal[data-delay="4"] { transition-delay: 0.32s; }
.reveal[data-delay="5"] { transition-delay: 0.40s; }

.img-reveal { overflow: hidden; }
.img-reveal img {
  transform: scale(1.08); transition: transform 1.4s var(--ease); will-change: transform;
}
.img-reveal.in img { transform: scale(1); }

.clip { clip-path: inset(0 0 100% 0); transition: clip-path 1.2s var(--ease); }
.clip.in { clip-path: inset(0 0 0 0); }

@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal-line > span, .img-reveal img, .clip {
    transition: none !important; transform: none !important;
    opacity: 1 !important; clip-path: none !important;
  }
}

/* ===================================================================
   NAVBAR — lokale Bau-Variante (Desktop inline · Mobile Burger)
   =================================================================== */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  height: var(--nav-h);
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background 0.5s var(--ease), border-color 0.5s ease, height 0.4s var(--ease);
}
.navbar.scrolled {
  height: 70px;
  background: rgba(14, 18, 19, 0.86);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.navbar .container {
  height: 100%; display: flex; align-items: center; justify-content: space-between;
  gap: 24px;
}
.nav-logo { flex-shrink: 0; display: flex; align-items: center; gap: 12px; }
.nav-logo img { height: 46px; width: auto; transition: height 0.4s var(--ease), filter 0.5s var(--ease); }
.navbar.scrolled .nav-logo img { height: 38px; }

/* ── Light-on-top: bei Scroll 0 auf der Startseite alles invertiert
   (dunkel auf hellem Hero) — wie bei der Pauschenwein-Gruppe-Site ── */
.navbar.light-on-top:not(.scrolled) .nav-logo img { filter: invert(1) brightness(0); }
.navbar.light-on-top:not(.scrolled) .nav-menu a { color: rgba(14, 18, 19, 0.72); }
.navbar.light-on-top:not(.scrolled) .nav-menu a:hover { color: var(--ink); }
.navbar.light-on-top:not(.scrolled) .burger span { background: var(--ink); }
.navbar.light-on-top:not(.scrolled) .nav-cta {
  color: var(--paper);
  border-color: var(--ink);
  background-color: var(--ink);
  background-image: linear-gradient(to top, var(--paper) 50%, var(--ink) 50%);
}
.navbar.light-on-top:not(.scrolled) .nav-cta:hover {
  color: var(--ink);
  background-position: 0 100%;
}
.nav-desktop { display: flex; align-items: center; gap: 36px; }
.nav-menu { display: flex; align-items: center; gap: 30px; }
.nav-menu a {
  font-size: 0.78rem; font-weight: 400; letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.78);
  transition: color var(--transition);
  white-space: nowrap;
}
.nav-menu a:hover { color: var(--paper); }
.nav-cta {
  display: inline-flex; align-items: center; gap: 10px; position: relative;
  overflow: hidden;
  padding: 0.78rem 1.5rem; font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink); border: 1px solid var(--paper);
  background-color: var(--paper);
  background-image: linear-gradient(to top, var(--ink) 50%, var(--paper) 50%);
  background-size: 100% 220%; background-position: 0 0;
  border-radius: 0;
  transition: color 0.5s var(--ease), background-position 0.55s var(--ease), border-color 0.5s var(--ease);
}
.nav-cta:hover { color: var(--paper); background-position: 0 100%; }

.burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.burger span { display: block; width: 24px; height: 1.5px; background: var(--paper); transition: var(--transition); }
.burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@keyframes menuSlideIn { from { opacity: 0; transform: translateY(-12px); } to { opacity: 1; transform: translateY(0); } }
@keyframes menuItemFadeIn { from { opacity: 0; transform: translateX(-8px); } to { opacity: 1; transform: translateX(0); } }
.mobile-menu {
  position: fixed; top: var(--nav-h); left: 0; right: 0; bottom: 0;
  background: var(--ink); z-index: 99; padding: 40px var(--pad-x);
  flex-direction: column; overflow-y: auto; display: flex;
  visibility: hidden; opacity: 0; pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.mobile-menu.open { visibility: visible; opacity: 1; pointer-events: auto; animation: menuSlideIn 0.28s var(--ease) both; }
.mobile-menu.open .mobile-menu-links a { animation: menuItemFadeIn 0.3s ease both; }
.mobile-menu.open .mobile-menu-links a:nth-child(1) { animation-delay: 0.05s; }
.mobile-menu.open .mobile-menu-links a:nth-child(2) { animation-delay: 0.10s; }
.mobile-menu.open .mobile-menu-links a:nth-child(3) { animation-delay: 0.15s; }
.mobile-menu.open .mobile-menu-links a:nth-child(4) { animation-delay: 0.18s; }
.mobile-menu.open .mobile-menu-links a:nth-child(5) { animation-delay: 0.21s; }
.mobile-menu-label { font-size: 0.68rem; font-weight: 500; letter-spacing: 0.24em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 12px; }
.mobile-menu-links { display: flex; flex-direction: column; gap: 0; margin-bottom: 40px; }
.mobile-menu-links a {
  display: flex; align-items: center; justify-content: space-between;
  font-size: 1.4rem; font-weight: 300; letter-spacing: -0.01em;
  color: var(--paper);
  padding: 18px 0; border-bottom: 1px solid var(--line);
  transition: padding-left var(--transition), color var(--transition);
}
.mobile-menu-links a:hover { padding-left: 10px; color: var(--paper); }
.mobile-menu-cta { margin-top: auto; }
.mobile-menu-cta .btn { width: 100%; justify-content: center; }

@media (max-width: 900px) {
  .nav-desktop { display: none; }
  .burger { display: flex; }
}

/* ===================================================================
   HERO — pinned/parallax (1:1 wie Gruppe)
   =================================================================== */
#hero { position: relative; height: 230vh; background: var(--ink); }
.hero-sticky { position: sticky; top: 0; height: 100vh; overflow: hidden; }
.hero-sky {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, #a9cfe8 0%, #cfe1ea 42%, #f3d9b6 78%, #f7c596 100%);
}
.hero-sky::before {
  content: ''; position: absolute; inset: 0;
  background: url('assets/hero-sky.jpg') center top / cover no-repeat;
  opacity: 0.32; mix-blend-mode: soft-light;
}
.hero-sky::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0) 45%, rgba(250,244,236,0.55) 88%, rgba(14,18,19,0.55) 100%);
}
.hero-sticky::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 18vh; z-index: 5;
  background: linear-gradient(180deg, rgba(14,18,19,0) 0%, rgba(14,18,19,0.55) 70%, rgba(14,18,19,0.95) 100%);
  pointer-events: none;
}

.hero-building {
  position: absolute; left: 50%; bottom: 0;
  width: clamp(940px, 94vw, 2200px); z-index: 4;
  transform: translate(-50%, 0); will-change: transform;
}
.hero-building > img {
  width: 100%; height: auto; display: block;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 2.5%, #000 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 2.5%, #000 100%);
}
.hero-building-sketch {
  position: absolute; inset: 0; pointer-events: none;
  --sketch-progress: 0%;
  -webkit-mask-image: linear-gradient(90deg, transparent calc(var(--sketch-progress) - 8%), #000 calc(var(--sketch-progress) + 8%));
  mask-image: linear-gradient(90deg, transparent calc(var(--sketch-progress) - 8%), #000 calc(var(--sketch-progress) + 8%));
  will-change: mask-image, -webkit-mask-image;
}
.hero-building-sketch img {
  width: 100%; height: auto; display: block;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 2.5%, #000 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 2.5%, #000 100%);
}

.hero-cloud { position: absolute; will-change: transform; pointer-events: none; z-index: 1; }
.hero-cloud img { width: 100%; height: auto; display: block; }
.hero-cloud.c1 { top: 12%; left: -10%; width: 46%; opacity: 0.68; z-index: 5; }
.hero-cloud.c2 { top: 30%; right: -12%; width: 40%; opacity: 0.78; }
.hero-cloud.c3 { top: 4%;  left: 40%;  width: 30%; opacity: 0.68; filter: blur(1px); }
.hero-cloud.c4 { top: 40%; left: -4%;  width: 34%; opacity: 0.64; z-index: 5; }
.hero-cloud.c5 { top: 2%;  right: 22%; width: 22%; opacity: 0.56; filter: blur(2px); }

.hero-content {
  position: absolute; inset: 0; z-index: 3;
  display: flex; flex-direction: column; align-items: center;
  text-align: center; padding-top: clamp(120px, 21vh, 260px); will-change: transform, opacity;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 0.72rem; font-weight: 500; letter-spacing: 0.24em; text-transform: uppercase;
  color: rgba(14, 18, 19, 0.55); margin-bottom: clamp(14px, 2.4vh, 28px);
}
.hero-eyebrow::before, .hero-eyebrow::after {
  content: ''; width: 28px; height: 1px; background: rgba(14, 18, 19, 0.4);
}
.hero-title {
  font-size: clamp(2.4rem, min(7vw, 9vh), 6.6rem); font-weight: 300; color: var(--ink);
  line-height: 0.98; letter-spacing: -0.035em; margin: 0 0 clamp(16px, 2.4vh, 28px);
  max-width: min(20ch, 94vw);
  padding: 0 clamp(16px, 3vw, 32px); box-sizing: border-box;
}
.hero-title .reveal-line { padding-bottom: 0.18em; margin-bottom: -0.18em; text-wrap: balance; overflow-wrap: break-word; }
.hero-title .reveal-line > span { color: var(--ink); }
.hero-title .reveal-line:nth-child(2) > span { color: rgba(14, 18, 19, 0.45); }
.hero-sub {
  font-size: clamp(0.98rem, 1.3vw, 1.14rem); color: rgba(14, 18, 19, 0.62);
  max-width: 580px; line-height: 1.6; margin: 0 auto clamp(20px, 3vh, 36px);
  font-weight: 300; padding: 0 clamp(16px, 3vw, 32px);
}
.hero-btns { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; padding: 0 clamp(16px, 3vw, 32px); }
.hero-btns .btn {
  font-size: 20px; font-weight: 700; letter-spacing: 0.03em; padding: 1.15rem 2.15rem;
  color: var(--paper); border-color: var(--ink);
  background-color: var(--ink);
  background-image: linear-gradient(to top, var(--paper) 50%, var(--ink) 50%);
  background-size: 100% 220%; background-position: 0 0;
}
.hero-btns .btn:hover { color: var(--ink); border-color: var(--ink); background-position: 0 100%; }
.hero-btns .btn.ghost,
.hero-btns .btn.btn-outline {
  color: var(--ink); border-color: rgba(14, 18, 19, 0.4);
  background-color: transparent;
  background-image: linear-gradient(to top, var(--ink) 50%, transparent 50%);
  background-position: 0 0;
}
.hero-btns .btn.ghost:hover,
.hero-btns .btn.btn-outline:hover { color: var(--paper); border-color: var(--ink); background-position: 0 100%; }

.hero-scroll-hint {
  position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); z-index: 6;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  font-size: 0.68rem; font-weight: 500; letter-spacing: 0.24em; text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62); animation: bounce 2s infinite;
}
.hero-scroll-hint svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 1.6; }
@keyframes bounce { 0%, 100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(6px); } }

/* Vertrauensleiste / Siegel — direkt unter Hero */
.hero-trust-band {
  background: var(--ink); padding: 38px 0; position: relative; z-index: 5;
  border-bottom: 1px solid var(--line);
}
.hero-trust-label {
  display: block; text-align: center; margin: 0 auto 30px;
  font-size: 0.72rem; font-weight: 500; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--muted-2);
}
.hero-trust-row {
  display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: center;
  gap: 34px 52px;
}
.trust-item {
  margin: 0; display: flex; flex-direction: column; align-items: center; gap: 14px;
}
.hero-trust-row .trust-badge {
  appearance: none; background: none; border: 0; padding: 0; margin: 0;
  cursor: zoom-in; line-height: 0; display: inline-block;
}
.hero-trust-row .trust-badge:focus-visible {
  outline: 1px solid var(--muted); outline-offset: 6px;
}
.hero-trust-row img {
  height: 176px; width: auto; object-fit: contain;
  opacity: 0.82; filter: grayscale(0.2);
  transition: opacity 0.3s var(--ease), transform 0.3s var(--ease);
}
.hero-trust-row .trust-badge:hover img { opacity: 1; transform: translateY(-3px); }
.trust-caption {
  text-align: center; line-height: 1.25;
  font-size: 0.74rem; font-weight: 500; letter-spacing: 0.04em;
  color: var(--paper);
}
.trust-caption span {
  display: block; margin-top: 2px;
  font-size: 0.62rem; font-weight: 400; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--muted-2);
}

/* Mobile: Siegel als 3×2-Raster (3 oben, 3 darunter) */
@media (max-width: 700px) {
  .hero-trust-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    align-items: start;
    gap: 28px 14px;
  }
  .hero-trust-row img { height: 78px; }
  .trust-caption { font-size: 0.66rem; }
  .trust-caption span { font-size: 0.56rem; }
}

/* ===================================================================
   KAUFSICHERHEIT — Siegel-Trust-Block (Prototyp Immobilien-Listing)
   =================================================================== */
#kaufsicherheit {
  background: var(--ink); padding: var(--gut) 0;
  border-top: 1px solid var(--line);
}
.ksicher-band {
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
  padding: clamp(48px, 8vh, 96px) 0;
  display: grid; gap: clamp(40px, 6vw, 80px);
}
.ksicher-head {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  column-gap: clamp(40px, 6vw, 110px);
  row-gap: 24px;
  align-items: end;
}
.ksicher-head .section-label { grid-column: 1 / -1; }
.ksicher-head .section-title { grid-column: 1; margin: 0; }
.ksicher-head .section-body { grid-column: 2; margin: 0; align-self: end; }
.ksicher-head .section-body strong { color: var(--paper); font-weight: 500; }
@media (max-width: 900px) {
  .ksicher-head { grid-template-columns: 1fr; }
  .ksicher-head .section-title,
  .ksicher-head .section-body { grid-column: 1; }
}
.ksicher-seals {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: clamp(20px, 3vw, 40px);
}
.ksicher-seal {
  display: flex; flex-direction: column; align-items: center; gap: 16px;
  text-align: center;
  padding-top: clamp(28px, 4vh, 48px);
  border-top: 1px solid var(--line);
}
.ksicher-seal img {
  height: 78px; width: auto; object-fit: contain;
  opacity: 0.82; filter: grayscale(0.25);
  transition: opacity 0.4s var(--ease), transform 0.4s var(--ease), filter 0.4s var(--ease);
}
.ksicher-seal:hover img { opacity: 1; filter: grayscale(0); transform: translateY(-4px); }
.ksicher-seal-label {
  font-size: 0.68rem; font-weight: 500; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--muted-2); line-height: 1.4;
}
@media (max-width: 1080px) {
  .ksicher-seals { grid-template-columns: repeat(3, 1fr); row-gap: clamp(28px, 4vw, 48px); }
}
@media (max-width: 560px) {
  .ksicher-seals { grid-template-columns: repeat(2, 1fr); }
  .ksicher-seal img { height: 64px; }
}

/* ===================================================================
   HERO · VARIANTE "PLANUNG" — Architekten-Look (cream paper + sketches)
   =================================================================== */
#hero-planning {
  position: relative; height: 230vh;
  background:
    linear-gradient(180deg, transparent 0%, transparent 78%, rgba(14,18,19,0.6) 93%, var(--ink, #0e1213) 100%),
    #e9dec5;
  --hp-paper: #f3e9d4;
  --hp-ink: #1d2123;
}
.hp-sticky { position: sticky; top: 0; height: 100vh; overflow: hidden; }

/* Cream-Paper-Grundton mit subtilem Verlauf */
.hp-paper {
  position: absolute; inset: 0;
  background:
    radial-gradient(120% 80% at 50% 0%, #f7eedd 0%, #f1e6cf 55%, #e6d8b6 100%);
}
/* Subtiles Blueprint-Grid (40px Raster, alle 200px stärkere Linie) */
.hp-grid {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(29,33,35,0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(29,33,35,0.055) 1px, transparent 1px),
    linear-gradient(rgba(29,33,35,0.10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(29,33,35,0.10) 1px, transparent 1px);
  background-size: 40px 40px, 40px 40px, 200px 200px, 200px 200px;
  background-position: -1px -1px, -1px -1px, -1px -1px, -1px -1px;
  mask-image: radial-gradient(120% 90% at 50% 30%, #000 0%, #000 60%, rgba(0,0,0,0.45) 100%);
  -webkit-mask-image: radial-gradient(120% 90% at 50% 30%, #000 0%, #000 60%, rgba(0,0,0,0.45) 100%);
}
/* Sanfte Vignette + Unterer Übergang ins Dark-Theme */
.hp-vignette {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(80% 60% at 50% 40%, transparent 30%, rgba(180,160,110,0.18) 100%),
    linear-gradient(180deg, rgba(255,255,255,0) 55%, rgba(14,18,19,0.55) 92%, rgba(14,18,19,0.95) 100%);
}
.hp-sticky::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 16vh; z-index: 5;
  background: linear-gradient(180deg, rgba(14,18,19,0) 0%, rgba(14,18,19,0.55) 70%, rgba(14,18,19,0.95) 100%);
  pointer-events: none;
}

/* Gebäude — identische Mechanik wie Original */
.hp-building {
  position: absolute; left: 50%; bottom: 0;
  width: clamp(940px, 94vw, 2200px); z-index: 4;
  transform: translate(-50%, 0); will-change: transform;
}
.hp-building > img {
  width: 100%; height: auto; display: block;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 2.5%, #000 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 2.5%, #000 100%);
}
.hp-building-sketch {
  position: absolute; inset: 0; pointer-events: none;
  --sketch-progress: 0%;
  -webkit-mask-image: linear-gradient(90deg, transparent calc(var(--sketch-progress) - 8%), #000 calc(var(--sketch-progress) + 8%));
  mask-image: linear-gradient(90deg, transparent calc(var(--sketch-progress) - 8%), #000 calc(var(--sketch-progress) + 8%));
  will-change: mask-image, -webkit-mask-image;
}
.hp-building-sketch img {
  width: 100%; height: auto; display: block;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 2.5%, #000 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 2.5%, #000 100%);
}

/* Schwebende Sketch-Elemente (ersetzen die Wolken) */
.hp-sketch {
  position: absolute; pointer-events: none; will-change: transform;
  color: rgba(20, 24, 26, 0.78);
}
.hp-sketch svg { width: 100%; height: auto; display: block; }
.sk-floorplan { top: 9%;  left: 3%;  width: clamp(180px, 17vw, 320px); z-index: 2; transform: rotate(-3deg); opacity: 0.88; }
.sk-compass   { top: 6%;  right: 5%; width: clamp(110px, 9vw, 168px);  z-index: 2; opacity: 0.84; }
.sk-dim       { top: 58%; right: 3%; width: clamp(200px, 20vw, 320px); z-index: 2; opacity: 0.78; transform: rotate(2deg); }
.sk-iso       { top: 3%;  left: 44%; width: clamp(110px, 9vw, 165px); z-index: 2; opacity: 0.78; transform: rotate(-2deg); }
.sk-detail    { top: 56%; left: 3%;  width: clamp(170px, 15vw, 260px); z-index: 2; opacity: 0.80; transform: rotate(-1deg); }
/* Zwischen-Breakpoint: Sketches an die Ränder schieben & verkleinern,
   damit die Headline + Buttons nicht in sie hineinlaufen. */
@media (max-width: 1400px) {
  .sk-floorplan { top: 7%;  left: -3%; width: clamp(160px, 14vw, 240px); }
  .sk-compass   { top: 5%;  right: 1%; width: clamp(95px, 7vw, 130px); }
  .sk-dim       { top: auto; bottom: 26%; right: -3%; width: clamp(190px, 16vw, 260px); }
  .sk-iso       { top: 2%;  left: 50%; width: clamp(90px, 6vw, 120px); }
  .sk-detail    { top: auto; bottom: 28%; left: -3%; width: clamp(150px, 12vw, 220px); }
}
@media (max-width: 1080px) {
  .sk-floorplan { top: 5%;  left: -8%; width: clamp(150px, 16vw, 220px); opacity: 0.78; }
  .sk-compass   { top: 4%;  right: -2%; width: clamp(85px, 8vw, 120px); opacity: 0.74; }
  .sk-dim       { bottom: 20%; right: -8%; width: clamp(180px, 18vw, 240px); opacity: 0.66; }
  .sk-iso       { display: none; }
  .sk-detail    { bottom: 24%; left: -8%; width: clamp(140px, 14vw, 200px); opacity: 0.68; }
}
.sk-section   { bottom: 28%; left: 28%; width: clamp(180px, 16vw, 280px); z-index: 2; opacity: 0;  /* nur sichtbar machen wenn nicht vom Gebäude verdeckt */ }
/* sk-section: Idee gut, aber visuell mit Gebäude in Konflikt → blende sie aus.
   Behalten in HTML als optional, falls später anders gebraucht. */

/* Content & Buttons übernehmen die hero-* Styles via gemeinsamer Klasse,
   nur kleine Anpassungen für das hellere Setting */
.hp-content { color: var(--hp-ink, #1d2123); padding-top: clamp(108px, 17vh, 210px); }
.hp-eyebrow { color: rgba(20, 24, 26, 0.55); }
.hp-eyebrow::before, .hp-eyebrow::after { background: rgba(20, 24, 26, 0.4); }
.hp-title { font-weight: 700; letter-spacing: -0.035em; }
.hp-title .reveal-line > span { color: var(--hp-ink, #1d2123); font-weight: 700; }
.hp-title .reveal-line:nth-child(2) > span { color: rgba(20, 24, 26, 0.40); font-weight: 700; }
.hp-title .reveal-line:nth-child(3) > span { color: var(--hp-ink, #1d2123); font-weight: 700; }
.hp-sub { color: rgba(20, 24, 26, 0.62); }
.hp-sub .gu-bold { font-weight: 700; color: rgba(20, 24, 26, 0.9); }

/* Kompakte Siegel-Leiste im Hero (dunkel auf Creme – gut lesbar) */
.hp-trust { margin-top: clamp(22px, 3vh, 38px); max-width: 760px; }
.hp-trust-label {
  display: block; font-size: 0.66rem; font-weight: 500;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(20, 24, 26, 0.55); margin-bottom: 16px;
}
.hp-trust-row {
  display: flex; flex-wrap: wrap; align-items: flex-start;
  gap: 16px 22px;
}
.hp-trust-item {
  margin: 0; display: flex; flex-direction: column; align-items: center; gap: 9px;
  width: 96px;
}
.hp-trust-badge {
  border: 0; background: none; padding: 0; margin: 0; display: block;
  cursor: zoom-in; -webkit-tap-highlight-color: transparent;
  transition: transform 0.35s var(--ease, cubic-bezier(.22,1,.36,1));
}
.hp-trust-badge:hover { transform: scale(1.06); }
.hp-trust-badge:focus-visible { outline: 2px solid rgba(20,24,26,0.5); outline-offset: 3px; border-radius: 50%; }
.hp-trust-item img {
  height: 76px; width: auto; object-fit: contain;
  filter: grayscale(0.15);
}
.hp-trust-item figcaption {
  text-align: center; line-height: 1.2;
  font-size: 0.6rem; font-weight: 500; letter-spacing: 0.02em;
  color: rgba(20, 24, 26, 0.7);
}
@media (max-width: 900px) and (min-width: 820px) {
  .hp-trust { margin-left: auto; margin-right: auto; }
  .hp-trust-row { justify-content: center; gap: 16px 18px; }
  .hp-trust-item { width: 58px; }
  .hp-trust-item img { height: 44px; }
}
/* Ab 820px: kompakte Siegel-Leiste im Hero, separate Band-Sektion entfällt.
   Darunter (Tablet/Phone) zu eng für die Leiste im Hero → klassische Band-Sektion. */
@media (min-width: 820px) { .hero-trust-band { display: none; } }
@media (max-width: 819px) { .hp-trust { display: none; } }

/* sk-section CSS-Klasse (komplett ausblenden trotz HTML-Existenz) */
.sk-section { display: none; }

@media (max-width: 900px) {
  .sk-floorplan { top: 4%; left: -12%; width: 32%; opacity: 0.55; }
  .sk-compass   { top: 4%; right: -6%; width: 24%; opacity: 0.68; }
  .sk-iso       { display: none; }
  .sk-dim       { top: auto; bottom: 22%; right: -10%; width: 46%; opacity: 0.55; }
  .sk-detail    { display: none; }
}

@media (max-width: 640px) {
  .sk-floorplan { top: 3%; left: -18%; width: 30%; opacity: 0.42; }
  .sk-compass   { top: 3%; right: -10%; width: 22%; opacity: 0.55; }
  .sk-dim       { bottom: 18%; right: -16%; width: 42%; opacity: 0.42; }
}

/* ===================================================================
   LIGHTBOX — Vergrößerung der Siegel-Badges
   =================================================================== */
.lightbox {
  position: fixed; inset: 0; z-index: 9999;
  background: rgba(8, 13, 14, 0.92);
  display: flex; align-items: center; justify-content: center;
  padding: 6vw;
  opacity: 0; pointer-events: none;
  transition: opacity 0.35s var(--ease);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.lightbox.is-open {
  opacity: 1; pointer-events: auto;
}
.lightbox-inner {
  display: flex; flex-direction: column; align-items: center; gap: 28px;
  max-width: min(680px, 90vw);
  transform: scale(0.92);
  transition: transform 0.4s var(--ease);
}
.lightbox.is-open .lightbox-inner { transform: scale(1); }
.lightbox-inner img {
  max-width: 100%; max-height: 72vh; width: auto; height: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 60px rgba(0, 0, 0, 0.5));
}
.lightbox-caption {
  margin: 0; color: var(--muted);
  font-size: 0.72rem; letter-spacing: 0.24em; text-transform: uppercase;
  text-align: center;
}
.lightbox-close {
  position: absolute; top: 24px; right: 28px;
  appearance: none; background: transparent; border: 1px solid rgba(255,255,255,0.25);
  color: #fff; width: 46px; height: 46px; border-radius: 50%;
  font-size: 1.8rem; line-height: 1; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.25s var(--ease), border-color 0.25s var(--ease), transform 0.25s var(--ease);
}
.lightbox-close:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.5);
  transform: rotate(90deg);
}
body.lightbox-open { overflow: hidden; }

/* ===================================================================
   SECTION-SHELL — alle Sektionen auf Dark mit dezenten Trennlinien
   =================================================================== */
section { position: relative; }

/* ===================================================================
   GU-PLUS — editorial Header + Listen-Grid (1px Trennlinien)
   =================================================================== */
#gu-plus { background: var(--ink); padding: var(--gut) 0; border-top: 1px solid var(--line); }
.guplus-head {
  margin: 0 0 72px; text-align: left;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: clamp(32px, 5vw, 80px);
  row-gap: 22px;
  align-items: end;
}
.guplus-head .guplus-plus-mark { grid-column: 1 / -1; }
.guplus-head .statement { grid-column: 1; margin: 0; max-width: 18ch; }
.guplus-head .section-body { grid-column: 2; margin: 0 0 0.4em; max-width: 52ch; align-self: end; }
.guplus-head .guplus-plus-logo {
  grid-column: 1; grid-row: 3;
  justify-self: start; align-self: start;
  position: relative; aspect-ratio: 1 / 1;
  width: clamp(120px, 13vw, 200px);
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--line-strong);
  background: linear-gradient(140deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0) 60%);
  margin-top: clamp(14px, 1.6vw, 26px);
}
.guplus-head .guplus-plus-logo::before,
.guplus-head .guplus-plus-logo::after {
  content: ''; position: absolute;
  width: 22px; height: 22px;
  border: 1px solid var(--line-strong);
}
.guplus-head .guplus-plus-logo::before { top: -1px; left: -1px; border-right: 0; border-bottom: 0; }
.guplus-head .guplus-plus-logo::after { bottom: -1px; right: -1px; border-left: 0; border-top: 0; }
.guplus-head .guplus-plus-logo img {
  width: 62%; height: 62%; object-fit: contain;
  filter: brightness(0) saturate(100%) invert(98%);
  opacity: 0.88;
}
@media (max-width: 900px) {
  .guplus-head {
    grid-template-columns: 1fr;
  }
  .guplus-head .statement,
  .guplus-head .section-body { grid-column: 1; max-width: none; margin: 0; }
  .guplus-head .guplus-plus-logo {
    grid-column: 1; grid-row: auto;
    width: clamp(120px, 38vw, 170px); margin-top: 8px;
  }
}
.guplus-plus-mark {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 0.72rem; font-weight: 500; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--muted-2);
  padding: 0; margin: 0;
  border: none; background: transparent; border-radius: 0;
}
.guplus-plus-mark::before {
  content: ''; width: 28px; height: 1px; background: currentColor; opacity: 0.6;
}

.guplus-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: var(--line); border: 1px solid var(--line);
}
.guplus-item {
  background: var(--ink); padding: clamp(28px, 3vw, 44px);
  display: flex; flex-direction: column; gap: 16px;
  transition: background 0.5s var(--ease);
}
.guplus-item:hover { background: var(--ink-2); }
.guplus-item-icon {
  width: 38px; height: 38px;
  border: 1px solid var(--line-strong);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  margin-bottom: 8px;
}
.guplus-item-icon svg { width: 18px; height: 18px; stroke: var(--paper); fill: none; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.guplus-item-title { font-size: 1rem; font-weight: 500; color: var(--paper); line-height: 1.3; letter-spacing: -0.01em; }
.guplus-item-body { font-size: 0.86rem; line-height: 1.65; color: var(--muted); font-weight: 300; }

/* ===================================================================
   STATS — 4er-Grid in 1px-Trennlinien-Optik
   =================================================================== */
#stats {
  background: var(--ink); padding: clamp(50px, 8vh, 96px) 0;
  border-top: 1px solid var(--line);
}
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: var(--line); border: 1px solid var(--line);
}
.stat {
  background: var(--ink); padding: clamp(26px, 4vw, 46px);
  text-align: left;
}
.stat .num {
  display: block; font-weight: 300; letter-spacing: -0.03em;
  font-size: clamp(2.6rem, 6vw, 5rem); line-height: 0.95; color: var(--paper);
}
.stat .num .suffix { font-weight: 300; color: var(--muted); }
.stat .num .val { font-weight: 300; }
.stat .cap {
  display: block; margin-top: 14px;
  font-size: 0.74rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--muted-2);
}

/* ===================================================================
   PROCESS / ABLAUF — Werte-Listen-Stil (1px Linien, Hover-Shift)
   =================================================================== */
#ablauf { background: var(--ink); padding: var(--gut) 0; border-top: 1px solid var(--line); }
.ablauf-intro { max-width: 720px; margin-bottom: 64px; }
.ablauf-logo {
  position: relative; aspect-ratio: 1 / 1;
  width: clamp(180px, 22vw, 280px);
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--line-strong);
  background: linear-gradient(140deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0) 60%);
  margin-bottom: clamp(20px, 2.4vw, 32px);
}
.ablauf-logo::before,
.ablauf-logo::after {
  content: ''; position: absolute;
  width: 22px; height: 22px;
  border: 1px solid var(--line-strong);
}
.ablauf-logo::before { top: -1px; left: -1px; border-right: 0; border-bottom: 0; }
.ablauf-logo::after { bottom: -1px; right: -1px; border-left: 0; border-top: 0; }
.ablauf-logo img {
  width: 62%; height: 62%; object-fit: contain;
  filter: brightness(0) saturate(100%) invert(98%);
  opacity: 0.88;
}

/* --- Ablauf: scroll-getriebene Timeline ---------------------------- */
.steps { --node-col: 84px; position: relative; display: flex; flex-direction: column; }

/* Vertikale Fortschrittslinie, läuft durch die Knoten-Spalte */
.steps-progress {
  position: absolute; top: 0; bottom: 0;
  left: calc(var(--node-col, 84px) / 2); width: 2px;
  transform: translateX(-50%);
  background: var(--line);
  pointer-events: none;
}
.steps-progress-fill {
  position: absolute; top: 0; left: 0; right: 0; height: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,.85), var(--paper));
  transition: height 0.18s linear;
}

.step {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: var(--node-col) 1fr;
  gap: clamp(18px, 3vw, 40px); align-items: start;
  padding: clamp(24px, 3.6vh, 40px) 0;
  border-bottom: 1px solid var(--line);
  /* Reveal-Startzustand */
  opacity: 0; transform: translateY(48px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}
.step:first-of-type { border-top: 1px solid var(--line); }
.step.in { opacity: 1; transform: none; }

/* Knoten mit Icon */
.step-node {
  width: 56px; height: 56px; justify-self: center;
  display: grid; place-items: center;
  border: 1px solid var(--line-strong); border-radius: 50%;
  background: var(--ink); color: var(--muted-2);
  transform: scale(0.6); opacity: 0;
  transition: transform 0.7s var(--ease), opacity 0.6s var(--ease),
              color 0.6s var(--ease), border-color 0.6s var(--ease), background 0.6s var(--ease);
}
.step.in .step-node {
  transform: scale(1); opacity: 1;
  color: var(--paper); border-color: var(--paper); background: var(--ink-3);
}
.step-icon { width: 26px; height: 26px; display: block; }
/* Selbst-zeichnender Icon-Effekt (stroke-draw) */
.step-icon [pathLength] {
  stroke-dasharray: 1; stroke-dashoffset: 1;
  transition: stroke-dashoffset 0.9s var(--ease) 0.18s;
}
.step.in .step-icon [pathLength] { stroke-dashoffset: 0; }

/* Content – gestaffelt nach dem Knoten */
.step-main { display: flex; flex-direction: column; gap: 10px; padding-top: 4px; }
.step-num, .step-title, .step-body {
  opacity: 0; transform: translateY(16px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.step.in .step-num   { opacity: 1; transform: none; transition-delay: 0.18s; }
.step.in .step-title { opacity: 1; transform: none; transition-delay: 0.28s; }
.step.in .step-body  { opacity: 1; transform: none; transition-delay: 0.38s; }

.step-num {
  font-size: 0.82rem; font-weight: 500; color: var(--muted-2);
  letter-spacing: 0.18em; line-height: 1;
}
.step-title {
  font-size: clamp(1.4rem, 2.6vw, 2rem); font-weight: 300; line-height: 1.15;
  letter-spacing: -0.02em; color: var(--paper);
}
.step-body {
  font-size: 0.95rem; line-height: 1.65; color: var(--muted); font-weight: 300;
  max-width: 60ch;
}

/* ===================================================================
   LEISTUNGEN — Index-/Karten-Liste im Gruppe-Stil
   =================================================================== */
#leistungen { background: var(--ink); padding: var(--gut) 0; border-top: 1px solid var(--line); }
.leistungen-header {
  display: grid; grid-template-columns: 1.4fr 1fr;
  gap: clamp(32px, 5vw, 80px); align-items: end;
  margin-bottom: clamp(40px, 6vh, 72px);
}
.leistungen-header .section-title { max-width: 16ch; }
.leistungen-header .section-body { margin: 0; }

.leistungen-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: var(--line); border: 1px solid var(--line);
}
.leistung-card {
  background: var(--ink); display: flex; flex-direction: column;
  overflow: hidden; transition: background 0.5s var(--ease);
}
.leistung-card:hover { background: var(--ink-2); }
.leistung-card-img {
  position: relative; aspect-ratio: 4 / 3; overflow: hidden;
  background: var(--ink-2);
}
.leistung-card-img img {
  width: 100%; height: 100%; object-fit: cover;
  transform: scale(1.04);
  transition: transform 0.9s var(--ease);
}
.leistung-card:hover .leistung-card-img img { transform: scale(1.1); }
.leistung-card-num {
  position: absolute; top: 16px; left: 16px; z-index: 2;
  font-size: 0.66rem; font-weight: 500; letter-spacing: 0.18em;
  color: var(--paper);
  background: rgba(14, 18, 19, 0.55); backdrop-filter: blur(4px);
  padding: 6px 12px; border-radius: 0;
}
.leistung-card-body {
  padding: 30px 30px 32px;
  display: flex; flex-direction: column; gap: 14px; flex: 1;
}
.leistung-card-title {
  font-size: 1.2rem; font-weight: 300; line-height: 1.25;
  letter-spacing: -0.015em; color: var(--paper);
}
.leistung-card-desc {
  font-size: 0.86rem; line-height: 1.65; color: var(--muted);
  font-weight: 300; flex: 1;
}
.leistung-card-link {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 0.72rem; font-weight: 500; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--paper);
  border-bottom: 1px solid var(--line-strong); padding-bottom: 6px;
  margin-top: 6px; align-self: flex-start;
  transition: gap 0.4s var(--ease), border-color 0.4s var(--ease);
}
.leistung-card:hover .leistung-card-link { gap: 14px; border-color: var(--paper); }
.leistung-card-link svg { width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 1.6; transition: transform 0.4s var(--ease); }
.leistung-card:hover .leistung-card-link svg { transform: translate(3px, -3px); }

/* ===================================================================
   PROJEKTTYPEN — Split-Bildflächen mit dezentem Gradient
   =================================================================== */
#projekttypen { background: var(--ink); padding: var(--gut) 0; border-top: 1px solid var(--line); }
.typen-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 24px; margin-top: 56px;
}
.typ-card {
  position: relative; min-height: 500px; overflow: hidden;
  display: flex; align-items: flex-end;
}
.typ-card-bg {
  position: absolute; inset: -10% 0;
  background-size: cover; background-position: center;
  will-change: transform;
  transition: transform 0.9s var(--ease);
}
.typ-card:hover .typ-card-bg { transform: scale(1.04); }
.typ-card::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(14, 18, 19, 0.95) 0%, rgba(14, 18, 19, 0.4) 50%, rgba(14, 18, 19, 0.1) 100%);
}
.typ-card-content { position: relative; z-index: 1; padding: clamp(28px, 4vw, 48px); }
.typ-card-label {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 0.72rem; font-weight: 500; letter-spacing: 0.24em; text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65); margin-bottom: 14px;
}
.typ-card-label::before { content: ''; width: 28px; height: 1px; background: currentColor; opacity: 0.6; }
.typ-card-title {
  font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 300; line-height: 1.15;
  letter-spacing: -0.02em; color: var(--paper); margin-bottom: 14px;
}
.typ-card-desc {
  font-size: 0.92rem; color: rgba(255, 255, 255, 0.72);
  line-height: 1.65; max-width: 480px; font-weight: 300;
}

/* ===================================================================
   STIMMEN / KLARTEXT — Karten-Carousel auf dunklem Grund
   =================================================================== */
#stimmen {
  background: var(--ink); padding: var(--gut) 0; overflow: hidden;
  border-top: 1px solid var(--line);
}
#stimmen .section-title { color: var(--paper); }
.stimmen-head {
  display: grid; grid-template-columns: 1.4fr auto; gap: 32px;
  align-items: end; margin-bottom: clamp(40px, 6vh, 64px);
  flex-wrap: wrap;
}
.swiper { overflow: visible; }
.stimme-card {
  background: var(--ink-2); border: 1px solid var(--line);
  padding: clamp(30px, 3vw, 44px);
  min-height: 320px; height: auto;
  display: flex; flex-direction: column;
  transition: background 0.5s var(--ease), border-color 0.5s var(--ease);
}
.stimme-card:hover {
  background: var(--ink-3); border-color: var(--line-strong);
}
.stimme-quote-mark {
  font-size: 3.5rem; line-height: 0.6; font-weight: 300;
  color: var(--muted-2); margin-bottom: 24px;
}
.stimme-text {
  font-size: 1.02rem; line-height: 1.65;
  color: rgba(255, 255, 255, 0.85); font-weight: 300; flex: 1;
}
.stimme-author {
  margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line);
}
.stimme-author strong {
  display: block; color: var(--paper); font-size: 0.92rem; font-weight: 500;
  letter-spacing: 0.04em;
}
.stimme-author span {
  font-size: 0.72rem; color: var(--muted-2); letter-spacing: 0.18em;
  text-transform: uppercase;
}

.swiper-controls { display: flex; gap: 12px; }
.swiper-btn {
  width: 48px; height: 48px; border-radius: 0;
  border: 1px solid var(--line-strong);
  color: var(--paper); cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  background-color: transparent;
  background-image: linear-gradient(to top, var(--paper) 50%, transparent 50%);
  background-size: 100% 220%; background-position: 0 0;
  transition: color 0.5s var(--ease), border-color 0.5s var(--ease), background-position 0.55s var(--ease);
}
.swiper-btn:hover { color: var(--ink); border-color: var(--paper); background-position: 0 100%; }
.swiper-btn svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 1.6; }

/* ===================================================================
   REFERENZEN — alternierende Zeilen, editorial dark
   =================================================================== */
#referenzen { background: var(--ink); padding: var(--gut) 0; border-top: 1px solid var(--line); }
.ref-intro { margin-bottom: clamp(50px, 8vh, 88px); max-width: 720px; }
.ref-row {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(36px, 6vw, 96px); align-items: center;
  margin-bottom: clamp(60px, 10vh, 120px);
}
.ref-row:last-child { margin-bottom: 0; }
.ref-row:nth-child(even) .ref-row-media { order: 2; }
.ref-row-media { aspect-ratio: 4 / 3; overflow: hidden; }
.ref-row-media img { width: 100%; height: 100%; object-fit: cover; }
.ref-tag {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 0.7rem; font-weight: 500; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--muted-2); margin-bottom: 20px;
  background: transparent; padding: 0; border-radius: 0;
}
.ref-tag::before { content: ''; width: 28px; height: 1px; background: currentColor; opacity: 0.6; }
.ref-name {
  font-size: clamp(1.6rem, 3.4vw, 2.6rem); font-weight: 300; line-height: 1.12;
  letter-spacing: -0.025em; margin-bottom: 20px; color: var(--paper);
}
.ref-desc {
  font-size: 1rem; color: var(--muted); line-height: 1.65;
  max-width: 50ch; font-weight: 300;
}

/* ===================================================================
   FAQ — Listen-Stil mit dünnen Linien
   =================================================================== */
#faq { background: var(--ink); padding: var(--gut) 0; border-top: 1px solid var(--line); }
.faq-grid {
  display: grid; grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(40px, 5vw, 96px); align-items: start;
}
.faq-head { max-width: 520px; margin: 0; position: sticky; top: 120px; }
.faq-head .section-title { margin-top: 14px; }
.faq-aside-note {
  margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line);
  font-size: 0.96rem; line-height: 1.7; color: var(--muted); font-weight: 300;
  max-width: 380px;
}
.faq-aside-note a { color: var(--paper); text-decoration: none; border-bottom: 1px solid var(--line-strong); transition: border-color var(--transition); }
.faq-aside-note a:hover { border-bottom-color: var(--paper); }
.faq-wrap { border-top: 1px solid var(--line-strong); }
@media (max-width: 900px) {
  .faq-grid { grid-template-columns: 1fr; gap: 40px; }
  .faq-head { position: static; max-width: 100%; }
  .faq-aside-note { max-width: 100%; }
}
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q {
  width: 100%; background: none; border: none; cursor: pointer;
  font-family: var(--font); display: flex; align-items: center; justify-content: space-between;
  gap: 24px; padding: 28px 0; text-align: left;
  font-size: clamp(1rem, 1.4vw, 1.16rem); font-weight: 400;
  letter-spacing: -0.005em; color: var(--paper);
  transition: padding-left 0.4s var(--ease);
}
.faq-item:hover .faq-q { padding-left: 8px; }
.faq-q-icon { flex-shrink: 0; width: 20px; height: 20px; position: relative; }
.faq-q-icon::before, .faq-q-icon::after {
  content: ''; position: absolute; background: var(--paper);
  transition: transform var(--transition);
}
.faq-q-icon::before { top: 50%; left: 0; right: 0; height: 1px; transform: translateY(-50%); }
.faq-q-icon::after { left: 50%; top: 0; bottom: 0; width: 1px; transform: translateX(-50%); }
.faq-item.open .faq-q-icon::after { transform: translateX(-50%) scaleY(0); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s var(--ease); }
.faq-a-inner {
  padding: 0 0 28px; font-size: 0.96rem; line-height: 1.7;
  color: var(--muted); font-weight: 300; max-width: 700px;
}

/* ===================================================================
   KONTAKT — editorial Form mit Border-Bottom Inputs
   =================================================================== */
#kontakt { background: var(--ink); padding: var(--gut) 0; border-top: 1px solid var(--line); }
#kontakt .section-title { margin-bottom: 16px; }
.kontakt-grid {
  display: grid; grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(40px, 5vw, 90px); margin-top: 56px; align-items: start;
}
.kontakt-info .section-body { margin-bottom: 36px; }
.kontakt-items {
  display: flex; flex-direction: column;
  border-top: 1px solid var(--line);
}
.kontakt-item {
  display: flex; gap: 18px; padding: 20px 0;
  border-bottom: 1px solid var(--line);
  align-items: flex-start;
}
.kontakt-item-icon {
  width: 38px; height: 38px;
  border: 1px solid var(--line-strong);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.kontakt-item-icon svg {
  width: 16px; height: 16px; stroke: var(--muted); fill: none; stroke-width: 1.4;
}
.kontakt-item-label {
  font-size: 0.68rem; font-weight: 500; letter-spacing: 0.24em;
  text-transform: uppercase; color: var(--muted-2); margin-bottom: 6px;
}
.kontakt-item-value {
  font-size: 0.94rem; font-weight: 300; line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
}
.kontakt-item-value a { color: rgba(255, 255, 255, 0.85); transition: color var(--transition); }
.kontakt-item-value a:hover { color: var(--paper); }

.kontakt-form {
  background: transparent;
  padding: 0;
}
.form-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 22px;
}
.form-group { display: flex; flex-direction: column; gap: 8px; margin-bottom: 22px; }
.form-group label {
  font-size: 0.68rem; font-weight: 500; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--muted-2);
}
.form-group input,
.form-group select,
.form-group textarea {
  background: transparent; border: none; border-bottom: 1px solid var(--line-strong);
  color: var(--paper);
  padding: 12px 0; font-family: var(--font); font-size: 1rem; font-weight: 300;
  outline: none; transition: border-color 0.4s var(--ease);
  border-radius: 0;
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: var(--muted-2); font-weight: 300; }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-bottom-color: var(--paper); }
.form-group select option { background: var(--ink); }
.form-group textarea { resize: vertical; min-height: 110px; }

.kontakt-form .btn { margin-top: 14px; }

/* ===================================================================
   HERO · P+ BADGE (Eyebrow-Row mit kleinem Logo neben dem Eyebrow)
   =================================================================== */
.hp-eyebrow-row {
  display: flex; align-items: center; gap: 18px;
  margin-bottom: 22px;
}
.hp-eyebrow-row .hero-eyebrow,
.hp-eyebrow-row .hp-eyebrow { margin: 0; }
.pplus-badge {
  display: inline-flex; align-items: center; justify-content: center;
  width: 52px; height: 52px; flex-shrink: 0;
  border: 1px solid rgba(14, 18, 19, 0.18);
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(6px);
  position: relative;
}
.pplus-badge::after {
  content: ''; position: absolute; inset: -1px;
  border: 1px solid rgba(14, 18, 19, 0.06);
  transform: translate(4px, 4px);
  pointer-events: none;
}
.pplus-badge img {
  width: 60%; height: 60%; object-fit: contain;
  filter: brightness(0) saturate(100%);
  opacity: 0.85;
}
@media (max-width: 760px) {
  .pplus-badge { width: 42px; height: 42px; }
  .hp-eyebrow-row { gap: 14px; }
}

/* ===================================================================
   ZIELGRUPPEN — 3-Spalten editorial Liste mit Nummern (1px Trennlinien)
   =================================================================== */
#zielgruppen { background: var(--ink); padding: var(--gut) 0; border-top: 1px solid var(--line); }
.zielgruppen-head {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  column-gap: clamp(32px, 5vw, 80px); row-gap: 22px;
  align-items: end; margin-bottom: clamp(48px, 7vh, 80px);
}
.zielgruppen-head .section-title { grid-column: 1; max-width: 18ch; margin: 0; }
.zielgruppen-head .section-label { grid-column: 1 / -1; }
@media (max-width: 900px) {
  .zielgruppen-head { grid-template-columns: 1fr; }
  .zielgruppen-head .section-title { grid-column: 1; max-width: none; }
}
.zg-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2vw, 32px);
}
.zg-card {
  position: relative; overflow: hidden;
  min-height: clamp(440px, 58vh, 620px);
  display: flex; align-items: flex-end;
  border: 1px solid var(--line);
  isolation: isolate;
}
.zg-card-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transform: scale(1.04);
  transition: transform 1.2s var(--ease);
  z-index: 0;
}
.zg-card:hover .zg-card-bg { transform: scale(1.08); }
.zg-card::after {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(8,13,14,0) 30%, rgba(8,13,14,0.55) 60%, rgba(8,13,14,0.92) 100%);
  pointer-events: none;
}
.zg-card-content {
  position: relative; z-index: 2;
  padding: clamp(28px, 3vw, 44px);
  display: flex; flex-direction: column; gap: 14px;
  color: var(--paper); width: 100%;
}
.zg-card-num {
  font-size: 0.72rem; font-weight: 400; letter-spacing: 0.22em;
  color: rgba(255,255,255,0.55); margin-bottom: 4px;
}
.zg-card-label {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 0.7rem; font-weight: 500; letter-spacing: 0.24em; text-transform: uppercase;
  color: rgba(255,255,255,0.75);
}
.zg-card-label::before {
  content: ''; width: 28px; height: 1px; background: currentColor; opacity: 0.6;
}
.zg-card-title {
  font-size: clamp(1.5rem, 2.3vw, 2rem); font-weight: 300;
  line-height: 1.18; letter-spacing: -0.02em; color: var(--paper);
  max-width: 18ch;
}
.zg-card-desc {
  font-size: 0.93rem; line-height: 1.65; font-weight: 300;
  color: rgba(255,255,255,0.78); max-width: 42ch;
}
@media (max-width: 1024px) {
  .zg-grid { grid-template-columns: 1fr; }
  .zg-card { min-height: 420px; }
}

/* ===================================================================
   KAPAZITÄTEN — Statement-Band mit großem P+ Mark links
   =================================================================== */
#kapazitaeten {
  background: var(--ink); padding: var(--gut) 0;
  border-top: 1px solid var(--line);
}
.kap-band {
  display: grid; grid-template-columns: minmax(220px, 0.5fr) minmax(0, 1.4fr);
  gap: clamp(32px, 6vw, 96px); align-items: start;
  border-top: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong);
  padding: clamp(60px, 9vh, 120px) 0;
}
.kap-band-mark {
  position: relative; aspect-ratio: 1 / 1;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--line-strong);
  background: linear-gradient(140deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0) 60%);
  max-width: 280px;
}
.kap-band-mark::before,
.kap-band-mark::after {
  content: ''; position: absolute;
  width: 22px; height: 22px;
  border: 1px solid var(--line-strong);
}
.kap-band-mark::before { top: -1px; left: -1px; border-right: 0; border-bottom: 0; }
.kap-band-mark::after { bottom: -1px; right: -1px; border-left: 0; border-top: 0; }
.kap-band-mark img {
  width: 62%; height: 62%; object-fit: contain;
  filter: brightness(0) saturate(100%) invert(98%);
  opacity: 0.88;
}
.kap-band-content { display: flex; flex-direction: column; gap: 24px; max-width: 70ch; }
.kap-band-content .kap-title { max-width: 22ch; margin: 0; }
.kap-band-content .section-body { max-width: 64ch; margin: 0; }
.kap-band-cta { margin-top: 12px; }
@media (max-width: 900px) {
  .kap-band { grid-template-columns: 1fr; }
  .kap-band-mark { max-width: 180px; }
}

/* ===================================================================
   GESCHÄFTSFÜHRER · Founder-Statement (Editorial, Dark)
   =================================================================== */
#founder {
  background: var(--ink); padding: var(--gut) 0;
  border-top: 1px solid var(--line);
}
.founder-band {
  display: grid; grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
  gap: clamp(36px, 6vw, 88px); align-items: center;
}
.founder-portrait {
  position: relative; aspect-ratio: 4 / 5;
  border: 1px solid var(--line-strong);
  overflow: hidden;
}
/* Architektur-Eckmarken wie beim Kapazitäten-Mark */
.founder-portrait::before,
.founder-portrait::after {
  content: ''; position: absolute; z-index: 2;
  width: 26px; height: 26px;
  border: 1px solid var(--line-strong);
  pointer-events: none;
}
.founder-portrait::before { top: 10px; left: 10px; border-right: 0; border-bottom: 0; }
.founder-portrait::after  { bottom: 10px; right: 10px; border-left: 0; border-top: 0; }
.founder-portrait img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 22%;
  filter: grayscale(0%) contrast(1) brightness(1);
  transition: filter 1.2s var(--ease), transform 1.2s var(--ease);
}
.founder-portrait:hover img { filter: grayscale(100%) contrast(1.02) brightness(0.96); transform: scale(1.02); }

.founder-content { display: flex; flex-direction: column; gap: 22px; }
.founder-quote {
  margin: 0; max-width: 18ch;
  font-size: clamp(1.7rem, 3.4vw, 3.1rem);
  text-indent: -0.04em;
}
.founder-content .section-body { margin: 0; max-width: 52ch; }
.founder-sign {
  display: flex; flex-direction: column; gap: 4px;
  margin-top: 8px; padding-top: 22px;
  border-top: 1px solid var(--line);
}
.founder-name {
  font-size: 1.05rem; font-weight: 500; color: var(--paper); letter-spacing: 0.01em;
}
.founder-role {
  font-size: 0.74rem; font-weight: 400; text-transform: uppercase;
  letter-spacing: 0.22em; color: var(--muted-2);
}
@media (max-width: 900px) {
  .founder-band { grid-template-columns: 1fr; gap: 32px; }
  .founder-portrait { max-width: 420px; aspect-ratio: 1 / 1; }
}

/* ===================================================================
   RESPONSIVE
   =================================================================== */
@media (max-width: 1024px) {
  .guplus-grid { grid-template-columns: repeat(2, 1fr); }
  .leistungen-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .leistungen-header { grid-template-columns: 1fr; gap: 24px; }
  .stimmen-head { grid-template-columns: 1fr; gap: 24px; }
  .kontakt-grid { grid-template-columns: 1fr; gap: 56px; }
}
@media (max-width: 760px) {
  :root { --nav-h: 68px; }
  #hero { height: 180vh; }
  .hero-building { width: 116vw; }
  .hero-title { font-size: clamp(1.9rem, 9.5vw, 3.4rem); max-width: 100%; padding: 0 6vw; }
  .hero-content { padding-top: 18vh; }
  .leistungen-grid { grid-template-columns: 1fr; }
  .guplus-grid { grid-template-columns: 1fr; }
  .zg-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .steps { --node-col: 56px; }
  .step { gap: 16px; padding: 26px 0; }
  .step-node { width: 44px; height: 44px; }
  .step-icon { width: 21px; height: 21px; }
  .step-main { padding-top: 0; gap: 8px; }
  .ref-row { grid-template-columns: 1fr; gap: 28px; margin-bottom: 64px; }
  .ref-row:nth-child(even) .ref-row-media { order: 0; }
  .form-row { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .hero-btns { flex-direction: column; align-items: center; }
  .btn { justify-content: center; width: 100%; max-width: 320px; }
}

/* ===================================================================
   CTA-BAND + SERVICE SUBPAGE LAYOUT (leistungen/*.html)
   Im editorial Dark-Stil der Gruppe-Site.
   =================================================================== */
.cta-band {
  background: var(--ink); padding: var(--gut) 0; text-align: center;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.cta-band .section-title { margin: 0 auto 22px; max-width: 22ch; }
.cta-band .section-body {
  color: var(--muted); margin: 0 auto 36px;
}
.cta-band-btns {
  display: flex; gap: 16px; justify-content: center; flex-wrap: wrap;
}

.svc-hero {
  position: relative; min-height: 62vh;
  display: flex; align-items: center; justify-content: center;
  padding-top: var(--nav-h);
  background: var(--ink); overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.svc-hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transform: scale(1.04);
}
.svc-hero::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(14, 18, 19, 0.96) 0%, rgba(14, 18, 19, 0.55) 50%, rgba(14, 18, 19, 0.45) 100%);
}
.svc-hero-content {
  position: relative; z-index: 2; padding: 80px 0 70px;
  width: 100%; text-align: center;
}
.breadcrumb {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  font-size: 0.72rem; font-weight: 400; letter-spacing: 0.08em;
  color: var(--muted-2); margin-bottom: 28px; flex-wrap: wrap;
}
.breadcrumb a { color: var(--muted-2); transition: color var(--transition); }
.breadcrumb a:hover { color: var(--paper); }
.breadcrumb span { color: var(--muted-3); }
.svc-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 0.72rem; font-weight: 500; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--muted-3); margin-bottom: 24px;
}
.svc-hero-eyebrow::before,
.svc-hero-eyebrow::after { content: ''; width: 28px; height: 1px; background: currentColor; opacity: 0.6; }
.svc-hero-title {
  font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 700; color: var(--paper);
  line-height: 1.04; letter-spacing: -0.035em;
  max-width: 22ch; margin: 0 auto;
  overflow-wrap: break-word; hyphens: auto;
}
.svc-hero-sub {
  font-size: clamp(1rem, 1.3vw, 1.16rem); color: var(--muted-3);
  max-width: 640px; line-height: 1.7; margin: 24px auto 0; font-weight: 300;
}

.svc-intro { background: var(--ink); padding: var(--gut) 0; border-top: 1px solid var(--line); }
.svc-intro-grid {
  display: grid; grid-template-columns: 1.3fr 1fr;
  gap: clamp(40px, 6vw, 96px); align-items: start;
}
.svc-intro-main .section-label,
.svc-intro-main .kicker { margin-bottom: 22px; }
.svc-intro-main .section-title { margin-bottom: 32px; max-width: 18ch; }
.svc-intro-main p {
  font-size: 1.02rem; line-height: 1.75;
  color: var(--muted); margin-bottom: 22px; font-weight: 300;
}
.svc-intro-main p strong { color: var(--paper); font-weight: 500; }
.svc-intro-main .btn { margin-top: 12px; }

.svc-aside {
  background: var(--ink-2); padding: clamp(28px, 3vw, 44px);
  border: 1px solid var(--line);
  align-self: start;
}
.svc-aside h3 {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 0.7rem; font-weight: 500; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--muted-2); margin-bottom: 28px;
}
.svc-aside h3::before { content: ''; width: 28px; height: 1px; background: currentColor; opacity: 0.6; }
.svc-feature-list {
  list-style: none; display: flex; flex-direction: column;
  border-top: 1px solid var(--line);
}
.svc-feature-list li {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 16px 0; border-bottom: 1px solid var(--line);
  font-size: 0.92rem; line-height: 1.5;
  color: var(--paper); font-weight: 300;
}
.svc-feature-list li svg {
  width: 16px; height: 16px; stroke: var(--paper); fill: none; stroke-width: 1.6;
  flex-shrink: 0; margin-top: 4px;
}

.svc-detail {
  background: var(--ink); padding: var(--gut) 0;
  border-top: 1px solid var(--line);
}
.svc-detail-head { max-width: 720px; margin-bottom: 56px; }
.svc-detail-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: var(--line); border: 1px solid var(--line);
}
.svc-detail-card {
  background: var(--ink); padding: clamp(28px, 3vw, 40px);
  border: none;
  transition: background 0.5s var(--ease);
}
.svc-detail-card:hover { background: var(--ink-2); }
.svc-detail-card-icon {
  width: 38px; height: 38px;
  background: transparent; border: 1px solid var(--line-strong);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 22px;
}
.svc-detail-card-icon svg { width: 18px; height: 18px; stroke: var(--paper); fill: none; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.svc-detail-card h4 {
  font-size: 1rem; font-weight: 500; margin-bottom: 12px;
  line-height: 1.3; letter-spacing: -0.01em; color: var(--paper);
}
.svc-detail-card p {
  font-size: 0.86rem; color: var(--muted); line-height: 1.65; font-weight: 300;
}

.svc-related {
  background: var(--ink); padding: var(--gut) 0;
  border-top: 1px solid var(--line);
}
.svc-related-head { margin-bottom: 48px; }
.svc-related-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: var(--line); border: 1px solid var(--line);
}
.svc-related-card {
  display: flex; flex-direction: column;
  background: var(--ink); border: none; overflow: hidden;
  transition: background 0.5s var(--ease);
}
.svc-related-card:hover { background: var(--ink-2); }
.svc-related-img {
  position: relative; aspect-ratio: 4 / 3; overflow: hidden;
  background: var(--ink-2);
}
.svc-related-img img {
  width: 100%; height: 100%; object-fit: cover;
  transform: scale(1.04);
  transition: transform 0.9s var(--ease);
}
.svc-related-card:hover .svc-related-img img { transform: scale(1.1); }
.svc-related-cap {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 24px 28px; transition: padding-left 0.5s var(--ease);
}
.svc-related-card:hover .svc-related-cap { padding-left: 38px; }
.svc-related-card span {
  font-size: 1rem; font-weight: 300; color: var(--paper); letter-spacing: -0.01em;
}
.svc-related-card svg {
  width: 16px; height: 16px; stroke: var(--paper); fill: none; stroke-width: 1.6;
  flex-shrink: 0; transition: transform 0.4s var(--ease);
}
.svc-related-card:hover svg { transform: translate(4px, -4px); }

@media (max-width: 1024px) {
  .svc-detail-grid { grid-template-columns: repeat(2, 1fr); }
  .svc-related-grid { grid-template-columns: 1fr; }
  .svc-intro-grid { grid-template-columns: 1fr; gap: 48px; }
}
@media (max-width: 760px) {
  .svc-detail-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .svc-hero-title { font-size: clamp(1.9rem, 8.4vw, 2.6rem); }
}

/* ===================================================================
   FOOTER GRÖSSE EINFRIEREN
   Der globale html-Font-Bump (106.25%) skaliert alle rem-Werte – auch
   die des geteilten Footers (.pwfooter--fre). Da der Footer unveraendert
   bleiben soll, hier seine Schriftgroessen auf die px-Aequivalente der
   16px-Basis fixiert. footer.js injiziert seine Styles erst zur Laufzeit
   (spaeter in der Kaskade), daher !important.
   =================================================================== */
.pwfooter--fre { font-size: 16px !important; }
.pwfooter--fre .pwf-news h3 { font-size: clamp(22.4px, 2.2vw, 30.4px) !important; }
.pwfooter--fre .pwf-news-form input { font-size: 15.2px !important; }
.pwfooter--fre .pwf-nav a { font-size: 21.6px !important; }
.pwfooter--fre .pwf-social-col a { font-size: 14.72px !important; }
.pwfooter--fre .pwf-label { font-size: 11.52px !important; }
.pwfooter--fre .pwf-contact-item a,
.pwfooter--fre .pwf-contact-item span.value { font-size: 14.72px !important; }
.pwfooter--fre .pwf-legal a { font-size: 12.48px !important; }
.pwfooter--fre .pwf-name { font-size: 12.8px !important; }
.pwfooter--fre .pwf-credit { font-size: 12.16px !important; }
.pwfooter--fre .pwf-wordmark-cursor { font-size: 15.2px !important; }
