/* ============================================================
   WEWIRA — Main Stylesheet  (rebuilt to match design 1:1)
   Reference design width: 1920px
   ============================================================ */

/* ─── LOCAL FONTS ─────────────────────────────────────────── */
@font-face {
  font-family: 'Interstate';
  src: url('../fonts/interstate-light.woff2') format('woff2');
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Interstate';
  src: url('../fonts/interstate-regular.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Interstate';
  src: url('../fonts/interstate-bold.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}
/* Display-Font für große Headlines: Outfit (Google Fonts, SIL OFL),
   lokal gehostet als Variable Font (Weight 100–900) */
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/outfit-variable.woff2') format('woff2');
  font-weight: 100 900; font-style: normal; font-display: swap;
}

/* ─── DESIGN TOKENS ───────────────────────────────────────── */
:root {
  /* exact colors sampled from the PDF vector fills */
  --c-white:       #ffffff;
  --c-nav-bg:      #ffffff;
  --c-text:        #4b4b4b;
  --c-heading:     #1f1f1f;
  --c-muted:       #6c6f72;
  --c-navy:        #000b2f;   /* branche / einsatz / tables */
  --c-maroon:      #88273a;   /* footer */
  --c-red:         #88273a;   /* primary CTA + badges + links (per brand) */
  --c-red-dark:    #6c1d2d;   /* hover */
  --c-red-bright:  #88273a;
  --c-blue:        #0a3ad6;   /* secondary CTA (Kontaktanfrage) */
  --c-blue-dark:   #072ba0;
  --c-gray-btn:    #858686;   /* "Beratung anfordern" */
  --c-gray-btn-h:  #6e6f6f;
  --c-card:        #1f1f1f;   /* product card dark bg */
  --c-yellow:      #fccc03;
  --c-bg:          #ffffff;
  --c-bg-light:    #f2f2f2;
  --c-bg-lighter:  #f8f8f8;
  --c-bg-gray:     #ebebeb;
  --c-border:      #d0d2d3;

  --font: 'Interstate', 'Helvetica Neue', Arial, sans-serif;
  --font-display: 'Outfit', 'Interstate', 'Helvetica Neue', Arial, sans-serif;
  --wrap: 1600px;
  --wrap-text: 1180px;
  --pad: clamp(16px, 3.2vw, 40px);
  --nav-h: 64px;
  --t: 0.28s ease;
  /* Apple-Style: Radii + Materialien */
  --r-lg: 18px;          /* Karten */
  --r-md: 14px;          /* kleine Karten / Bilder */
  --r-sm: 10px;          /* Inputs, Chips */
  --r-pill: 980px;       /* Buttons */
  --glass: rgba(255,255,255,0.72);
  --shadow-card: 0 2px 14px rgba(0,0,0,0.05);
  --shadow-card-h: 0 18px 44px rgba(0,0,0,0.12);
  --ls-tight: -0.02em;   /* plakative Headlines */
}

/* ─── RESET / BASE ────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  font-weight: 400;
  color: var(--c-text);
  line-height: 1.6;
  background: var(--c-bg);
  font-size: 19px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, picture, svg, video { display: block; max-width: 100%; }
/* height-Attribut nie erzwingen -> keine verzerrten Bilder bei schmalen Containern */
img { height: auto; }
/* Anker-Ziele nicht unter der Sticky-Nav verschwinden lassen */
section[id], article[id], div[id] { scroll-margin-top: calc(var(--nav-h) + 16px); }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
h1, h2, h3, h4 { color: var(--c-heading); line-height: 1.12; font-weight: 700; letter-spacing: -0.012em; }
/* Große Display-Headlines in Clash Display (Semibold als Standard-Schnitt) */
h1, h2, .h-section, .hero__title, .cathero__title, .pintro__title, .vrow__title,
.intro__quote, .service__title, .fcol__title, .pcard__name, .duo__body h3,
.indrow__box h3, .btile--text p, .stats__num {
  font-family: var(--font-display); font-weight: 600; letter-spacing: -0.015em;
}
.h-section b, .cathero__title b, .pintro__title b { font-weight: 700; }
/* H1 maximal plakativ */
h1, .hero__title { font-weight: 900; }

/* ─── LAYOUT HELPERS ──────────────────────────────────────── */
.wrap   { max-width: var(--wrap);      margin-inline: auto; padding-inline: var(--pad); }
.wrap-t { max-width: var(--wrap-text); margin-inline: auto; padding-inline: var(--pad); }
.section { padding-block: clamp(48px, 6vw, 90px); }
.vh { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0; white-space:nowrap; }

/* ─── SECTION HEADINGS ────────────────────────────────────── */
.h-section {
  font-size: clamp(2.5rem, 4.6vw, 4.4rem);
  letter-spacing: var(--ls-tight);
  line-height: 1.05;
  color: var(--c-heading);
  text-align: center;
  hyphens: auto;
}
.h-section b { font-weight: 700; }
.h-lead {
  max-width: 1080px;
  margin: 22px auto 0;
  text-align: center;
  font-size: clamp(1.25rem, 1.7vw, 1.6rem);
  color: var(--c-muted);
  line-height: 1.6;
  font-weight: 300;
}
.eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c-red);
}

/* ─── BUTTONS (Apple-Pill) ────────────────────────────────── */
.btn {
  --btn-bg: var(--c-red);
  --btn-fg: #fff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 28px;
  background: var(--btn-bg);
  color: var(--btn-fg);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  border-radius: var(--r-pill);
  position: relative;
  transition: transform 0.18s ease, box-shadow 0.25s ease, background var(--t), opacity var(--t);
}
.btn:hover { transform: scale(1.03); }
.btn:active { transform: scale(0.99); }
.btn--red    { --btn-bg: var(--c-red); }
.btn--red:hover    { background: var(--c-red-dark); }
.btn--blue   { --btn-bg: var(--c-blue); }
.btn--blue:hover   { background: var(--c-blue-dark); }
.btn--gray   { --btn-bg: var(--c-gray-btn); }
.btn--gray:hover   { background: var(--c-gray-btn-h); }
.btn--ghost  { --btn-bg: rgba(15,18,28,0.14); --btn-fg:#fff; border:1.5px solid rgba(255,255,255,0.7);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.btn--ghost:hover  { background: rgba(15,18,28,0.24); box-shadow:none; }
.btn .arrow { font-weight: 400; }

/* product-code red badge */
.badge {
  display: inline-flex;
  flex-direction: column;
  padding: 10px 20px;
  background: var(--c-red);
  color: #fff;
  border-radius: var(--r-md);
  line-height: 1.25;
  transition: background var(--t), transform 0.18s ease;
}
.badge:hover { background: var(--c-red-dark); transform: translateY(-2px); }
.badge b { font-size: 0.9rem; font-weight: 700; letter-spacing: 0.02em; }
.badge span { font-size: 0.74rem; font-weight: 400; opacity: 0.9; }

/* ─── SCROLL REVEAL ───────────────────────────────────────── */
[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22,1,0.36,1); }
[data-reveal].in { opacity: 1; transform: none; }
[data-reveal="fade"] { transform: none; }
[data-d="1"]{transition-delay:.08s}[data-d="2"]{transition-delay:.16s}
[data-d="3"]{transition-delay:.24s}[data-d="4"]{transition-delay:.32s}
[data-d="5"]{transition-delay:.40s}[data-d="6"]{transition-delay:.48s}
@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1 !important; transform: none !important; }
  * { animation: none !important; scroll-behavior: auto !important; }
}

/* shimmer overlay (subtle, looping) */
.shimmer { position: relative; overflow: hidden; }
.shimmer::after {
  content: ''; position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: linear-gradient(115deg, transparent 38%, rgba(255,255,255,0.10) 48%, rgba(255,255,255,0.16) 50%, rgba(255,255,255,0.10) 52%, transparent 62%);
  transform: translateX(-130%);
  animation: shimmer 7s ease-in-out infinite;
}
@keyframes shimmer { 0%{transform:translateX(-130%)} 45%,100%{transform:translateX(130%)} }

/* ─── PAGE TRANSITIONS (smooth fade in/out) ───────────────── */
@keyframes pageIn { from { opacity: 0; } to { opacity: 1; } }
/* kein fill-mode "both" -> body bleibt kein dauerhafter Compositing-Layer
   (sonst greift backdrop-filter der Overlays nicht) */
body { animation: pageIn 0.17s ease; }
body.is-leaving { animation: none; opacity: 0; transition: opacity 0.11s ease; }
@media (prefers-reduced-motion: reduce) {
  body { animation: none !important; }
  body.is-leaving { transition: none !important; opacity: 1 !important; transform: none !important; }
}

/* ════════════════════════════════════════════════════════════
   HEADER / NAV
   ════════════════════════════════════════════════════════════ */
.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: var(--glass);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid rgba(0,0,0,0.08);
  transition: background 0.3s ease;
}
.site-header.scrolled { background: rgba(255,255,255,0.86); }
.site-header.mega-open { background: #fff; }
.nav {
  display: flex; align-items: center; gap: 28px;
  height: var(--nav-h);
  max-width: 1860px; margin-inline: auto;
  padding-inline: clamp(16px, 2.5vw, 38px);
  position: relative; z-index: 2;
}
.nav__logo { flex-shrink: 0; display: flex; align-items: center; }
.nav__logo img { height: 36px; width: auto; }

.nav__list { display: flex; align-items: center; gap: clamp(8px, 1vw, 14px); }
.nav__list--main { margin-left: 14px; }
.nav__list--meta { margin-left: auto; gap: clamp(4px, 0.6vw, 8px); }
.nav__list a {
  font-size: 0.92rem; font-weight: 400; letter-spacing: 0;
  color: var(--c-heading);
  padding: 7px 13px; border-radius: var(--r-pill);
  position: relative; white-space: nowrap; display: inline-block;
  transition: color var(--t), background var(--t);
}
.nav__list--meta a { color: var(--c-muted); font-size: 0.86rem; }
.nav__list a:hover { background: rgba(0,0,0,0.05); color: var(--c-heading); }
.nav__list li.active > a { color: var(--c-red); }

/* Kontakt als Button in der Meta-Nav (rot) */
.nav__list--meta li.nav__cta a {
  background: var(--c-red); color: #fff; padding: 8px 20px;
}
.nav__list--meta li.nav__cta a:hover { background: var(--c-red-dark); color: #fff; }
.nav__list--meta li.nav__cta.active > a { color: #fff; }

/* ── Overlay-Nav: transparent über Bild-Heros (Startseite + phero-Seiten) ──
   Fixed statt sticky, kein Material; ab Scroll oder offenem Mega-Menu
   wechselt sie auf den normalen Frosted-/Solid-Look. */
.site-header--overlay { position: fixed; left: 0; right: 0; top: 0; }
.site-header--overlay:not(.scrolled):not(.mega-open) {
  background: transparent;
  -webkit-backdrop-filter: none; backdrop-filter: none;
  border-bottom-color: transparent;
}
/* dunkler Verlauf hinter der transparenten Nav – läuft weich unter ihr aus */
.site-header--overlay::before { content: ''; position: absolute; left: 0; right: 0; top: 0;
  height: 170px; z-index: -1; pointer-events: none; opacity: 1; transition: opacity .3s ease;
  background: linear-gradient(180deg, rgba(4,7,16,0.72) 0%, rgba(4,7,16,0.38) 45%, rgba(4,7,16,0) 100%); }
.site-header--overlay.scrolled::before, .site-header--overlay.mega-open::before { opacity: 0; }
.site-header--overlay .nav__logo img { display: none; }
.site-header--overlay .nav__logo .logo-dark { display: block; }
.site-header--overlay:not(.scrolled):not(.mega-open) .nav__logo .logo-dark { display: none; }
.site-header--overlay:not(.scrolled):not(.mega-open) .nav__logo .logo-light { display: block; }
.site-header--overlay:not(.scrolled):not(.mega-open) .nav__list a { color: #fff; }
.site-header--overlay:not(.scrolled):not(.mega-open) .nav__list a:hover { background: rgba(255,255,255,0.16); }
.site-header--overlay:not(.scrolled):not(.mega-open) .nav__list--meta a { color: rgba(255,255,255,0.85); }
.site-header--overlay:not(.scrolled):not(.mega-open) .nav__list--meta li.nav__cta a { background: var(--c-red); color: #fff; }
.site-header--overlay:not(.scrolled):not(.mega-open) .nav__list--meta li.nav__cta a:hover { background: var(--c-red-dark); }
.site-header--overlay:not(.scrolled):not(.mega-open) .burger span { background: #fff; }
/* Logo vor dem Scrollen 30 % größer */
.site-header--overlay:not(.scrolled):not(.mega-open) .nav__logo .logo-light { height: 47px; }
.nav__logo img { transition: height .3s ease; }
.site-header--overlay.scrolled { background: rgba(255,255,255,0.86);
  -webkit-backdrop-filter: saturate(180%) blur(20px); backdrop-filter: saturate(180%) blur(20px); }
/* Nicht-Overlay-Seiten: nur das dunkle Logo zeigen */
.site-header:not(.site-header--overlay) .nav__logo .logo-light { display: none; }

.burger {
  display: none; flex-direction: column; gap: 5px; width: 44px; height: 44px;
  padding: 10px; margin-left: auto; border-radius: 50%;
}
.burger span { height: 2px; background: var(--c-heading); border-radius: 2px; transition: transform .3s, opacity .3s; }
.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); }

/* ── Mega-Menu (Desktop) ──────────────────────────────────── */
.mega {
  position: absolute; left: 0; right: 0; top: 100%;
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 30px 60px rgba(0,0,0,0.12);
  max-height: calc(100vh - var(--nav-h)); overflow-y: auto;
  opacity: 0; transform: translateY(-10px);
  pointer-events: none; visibility: hidden;
  transition: opacity .28s ease, transform .32s cubic-bezier(.2,.8,.2,1), visibility 0s linear .32s;
}
.site-header.mega-open .mega {
  opacity: 1; transform: none; pointer-events: auto; visibility: visible;
  transition: opacity .28s ease, transform .32s cubic-bezier(.2,.8,.2,1);
}
.mega__panel { display: none; }
.mega__panel.open { display: block; }
.mega__inner {
  display: grid; grid-template-columns: minmax(240px, 320px) 1fr;
  gap: clamp(32px, 4vw, 72px);
  max-width: 1400px; margin-inline: auto;
  padding: clamp(32px, 3vw, 48px) clamp(16px, 2.5vw, 38px) clamp(36px, 3.4vw, 56px);
}
.mega__eyebrow {
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--c-muted); margin-bottom: 16px;
}
.mega__links { display: flex; flex-direction: column; gap: 2px; }
.mega__links a {
  display: inline-block; padding: 6px 0;
  font-size: 1.15rem; font-weight: 700; letter-spacing: -0.012em;
  color: var(--c-heading); transition: color var(--t);
}
.mega__links a:hover { color: var(--c-red); }
.mega__links li:first-child a { color: var(--c-red); }
.mega__links li:first-child a:hover { color: var(--c-red-dark); }
.mega__ext { font-size: 0.8em; margin-left: 6px; color: var(--c-muted); }
.mega__tiles { display: grid; gap: 20px; align-content: start; }
.mega__tiles--4 { grid-template-columns: repeat(4, 1fr); }
.mega__tiles--3 { grid-template-columns: repeat(3, minmax(0, 300px)); }
.mega__tile { display: block; }
.mega__thumb {
  display: block; overflow: hidden; border-radius: var(--r-md);
  background: var(--c-bg-light); aspect-ratio: 4/3;
}
.mega__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.mega__tile:hover .mega__thumb img { transform: scale(1.05); }
.mega__tlabel {
  display: flex; align-items: center; gap: 6px;
  margin-top: 10px; font-size: 0.95rem; font-weight: 700;
  letter-spacing: -0.01em; color: var(--c-heading); transition: color var(--t);
}
.mega__arrow { color: var(--c-red); font-size: 1.1em; line-height: 1; transition: transform .25s ease; }
.mega__tile:hover .mega__tlabel { color: var(--c-red); }
.mega__tile:hover .mega__arrow { transform: translateX(3px); }
/* Seiteninhalt abdunkeln + weichzeichnen, solange das Menü offen ist */
.mega-backdrop {
  position: fixed; inset: 0; z-index: 900;
  background: rgba(15,18,28,0.32);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  opacity: 0; pointer-events: none; transition: opacity .3s ease;
}
.mega-backdrop.show { opacity: 1; pointer-events: auto; }
@media (max-width: 1024px) { .mega, .mega-backdrop { display: none; } }

/* ── Offcanvas (mobil) ────────────────────────────────────── */
.oc-overlay { position: fixed; inset: 0; background: rgba(15,18,28,0.4); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); z-index: 1100; opacity: 0; pointer-events: none; transition: opacity .3s; }
.oc-overlay.open { opacity: 1; pointer-events: auto; }
.oc { position: fixed; top: 0; right: 0; height: 100dvh; width: min(360px, 92vw); background:#fff; z-index: 1200;
  transform: translateX(100%); transition: transform .38s cubic-bezier(.4,0,.2,1); display:flex; flex-direction:column; overflow-y:auto;
  border-radius: 20px 0 0 20px; }
.oc.open { transform: none; }
.oc__head { display:flex; align-items:center; justify-content:space-between; padding:18px 22px; border-bottom:1px solid rgba(0,0,0,0.08); }
.oc__head img { height: 32px; width: auto; }
.oc__close { width:38px; height:38px; display:flex; align-items:center; justify-content:center; font-size:1.6rem; color:#555; border-radius:50%; background: var(--c-bg-light); }
.oc__close:hover { background: var(--c-bg-gray); }
.oc nav { padding: 10px 0 24px; }
.oc a, .oc summary {
  display:block; padding:14px 26px; font-size:1.15rem; font-weight:700; letter-spacing:-0.01em;
  color:var(--c-heading); transition: background var(--t), color var(--t);
}
.oc a:hover, .oc summary:hover { background: var(--c-bg-light); color: var(--c-red); }
.oc .meta { display:block; margin-top: 10px; padding-top: 10px; border-top: 1px solid rgba(0,0,0,0.08); }
.oc .meta a { font-weight: 400; color: var(--c-muted); font-size: 1.02rem; padding-block: 11px; }
/* Akkordeon-Gruppen */
.oc-group summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; }
.oc-group summary::-webkit-details-marker { display: none; }
.oc-group summary svg { transition: transform .3s ease; color: var(--c-muted); flex-shrink: 0; }
.oc-group[open] summary svg { transform: rotate(180deg); }
.oc-group[open] summary { color: var(--c-red); }
.oc-sub { padding: 2px 0 10px; }
.oc-sub a { font-size: 1rem; font-weight: 400; color: var(--c-text); padding: 9px 26px 9px 42px; }

/* ════════════════════════════════════════════════════════════
   HERO (startseite) — clean full-bleed photo
   ════════════════════════════════════════════════════════════ */
.hero {
  position: relative;
  width: 100%;
  aspect-ratio: 1920 / 692;
  max-height: 78vh;
  overflow: hidden;
}
.hero img { width: 100%; height: 100%; object-fit: cover; object-position: center;
  animation: kenburns 22s ease-in-out infinite alternate; }
/* dunklerer, edlerer Look */
.hero::after { content:''; position:absolute; inset:0; z-index:1; pointer-events:none;
  background: linear-gradient(180deg, rgba(6,9,20,0.45) 0%, rgba(6,9,20,0.18) 40%, rgba(6,9,20,0.55) 100%); }
@keyframes kenburns { from{ transform: scale(1)} to{ transform: scale(1.07)} }

/* ── Hero-Scrollytelling (Startseite): Canvas-Scrub, kein Pinning ──
   Der weiße Balken ist IM Video; er verschmilzt mit dem weißen Seiten-
   hintergrund, nur der Stahlträger ragt darüber hinaus (3D-Pop-out).
   Deshalb: kein Overlay-Verlauf, Canvas unten verankert, overflow sichtbar. */
.hero--scrub { overflow: visible; z-index: 5; aspect-ratio: auto; height: 90vh; max-height: none; }
/* Intro rückt auf der Startseite dichter an den Hero, damit trotz 90vh
   noch 2–3 Zeilen Einleitungstext ohne Scroll sichtbar sind */
.hero--scrub + .intro { padding-top: clamp(8px, 1.2vh, 14px);
  /* Puffer unten: das Intro wird beim Scrollen per (composited) transform bis
     ~140px mitgezogen – der Puffer verhindert die Kollision mit den Features */
  padding-bottom: calc(clamp(48px, 6vw, 84px) + 140px); }
.hero--scrub::after { content: none; }
/* (Nav-Lesbarkeit übernimmt der Gradient der Overlay-Nav selbst) */
.hero--scrub .hero__poster { position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center bottom; animation: none; }
.hero--scrub.scrub-ready .hero__poster { visibility: hidden; }
.hero__canvas { position: absolute; inset: 0; width: 100%; height: 100%; will-change: transform; }
/* Heading oben links – der Träger schwenkt am Ende nach links unten,
   dort darf nichts überdeckt werden. Nav liegt als Overlay darüber →
   Inhalt beginnt unterhalb der Nav-Höhe. */
/* WICHTIG: kein transform/will-change/opacity auf dem Overlay selbst –
   sonst wird es zur Backdrop-Root und der blur des Ghost-Buttons bricht.
   Bewegung läuft über style.top (JS), Fade über den inneren .wrap. */
.hero__overlay { position: absolute; left: 0; right: 0; top: 0; bottom: 6.5%;
  z-index: 3; display: flex; align-items: flex-start;
  padding-top: calc(var(--nav-h) + clamp(90px, 20vh, 210px));
  pointer-events: none; }
/* bündig mit der Nav (gleicher Container wie .nav, nicht .wrap) */
.hero__overlay .wrap { width: 100%; max-width: 1860px;
  padding-inline: clamp(16px, 2.5vw, 38px); }
.hero__title { max-width: min(940px, 64%); text-align: left; color: #fff;
  font-size: clamp(3rem, 6.25vw, 6.75rem);
  letter-spacing: var(--ls-tight); line-height: 1.0;
  text-shadow: 0 2px 18px rgba(0,0,0,0.55), 0 0 70px rgba(0,0,0,0.4); }
.hero__sub { max-width: min(640px, 46%); margin-top: 16px; color: rgba(255,255,255,0.9);
  font-size: clamp(1.05rem, 1.6vw, 1.5rem); font-weight: 400; line-height: 1.5;
  text-shadow: 0 1px 12px rgba(0,0,0,0.55); }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; pointer-events: auto; }
@media (max-width: 900px) {
  .hero--scrub { height: 70vh; max-height: 680px; }
  .hero__title { max-width: 94%; font-size: clamp(1.9rem, 8vw, 2.6rem); text-shadow: 0 1px 12px rgba(0,0,0,0.6); }
  .hero__sub { max-width: 94%; font-size: 1.02rem; }
  .hero__cta .btn { padding: 11px 22px; font-size: 0.95rem; }
}

/* ════════════════════════════════════════════════════════════
   INTRO QUOTE
   ════════════════════════════════════════════════════════════ */
.intro { text-align: center; padding-block: clamp(48px, 6vw, 84px); }
.intro__quote {
  font-size: clamp(1.9rem, 3.2vw, 3.1rem);
  font-weight: 700; color: var(--c-heading); line-height: 1.22; letter-spacing: var(--ls-tight);
  max-width: 1080px; margin: 0 auto 28px;
}
.intro__text { max-width: 1000px; margin: 0 auto 34px; font-size: clamp(1.15rem, 1.5vw, 1.35rem); line-height: 1.7; color: var(--c-text); font-weight: 400; }

/* ════════════════════════════════════════════════════════════
   FEATURE COLUMNS (4, full-bleed)
   ════════════════════════════════════════════════════════════ */
.features { display: grid; grid-template-columns: repeat(4, 1fr); }
.fcol {
  position: relative; min-height: clamp(440px, 36vw, 600px);
  display: flex; overflow: hidden;
}
.fcol__bg {
  position: absolute !important; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center; z-index: 0;
  /* Ruhezustand: Graustufen + abgedunkelt, Farbe kommt beim Hover */
  filter: grayscale(1) brightness(0.72);
  transition: transform 0.8s ease, filter 0.6s ease;
}
.fcol--dark .fcol__bg { object-fit: contain; background: #1f1f1f; }
.fcol:hover .fcol__bg { transform: scale(1.05); filter: grayscale(0) brightness(1); }
.fcol::before {
  content:''; position:absolute; inset:0; z-index:1;
  background: linear-gradient(0deg, rgba(8,12,28,0.94) 0%, rgba(8,12,28,0.78) 26%, rgba(8,12,28,0.30) 52%, rgba(8,12,28,0.12) 100%);
}
.fcol__inner {
  position: relative; z-index: 2; align-self: flex-end;
  padding: 34px 30px; width: 100%;
}
.fcol__title { color:#fff; font-size: clamp(1.6rem, 2vw, 2.2rem); font-weight:700; letter-spacing: -0.015em; margin-bottom: 14px; }
.fcol__list { margin-bottom: 22px; }
.fcol__list li { color: rgba(255,255,255,0.85); font-size:0.95rem; font-weight:400; letter-spacing: 0; padding: 3px 0; }
.fcol .btn { padding: 10px 22px; font-size: 0.92rem; }

/* ════════════════════════════════════════════════════════════
   PRODUCT OVERVIEW (3×2 cards)
   ════════════════════════════════════════════════════════════ */
.overview { background:#fff; }
.pgrid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 48px; }
.pgrid--4 { grid-template-columns: repeat(4, 1fr); }
.pcard {
  position: relative; aspect-ratio: 1/1; overflow: hidden;
  background: var(--c-card); border-radius: var(--r-lg);
  transition: transform .35s ease, box-shadow .35s ease;
}
.pcard a { position: absolute; inset: 0; display: block; }
.pcard__img { position: absolute; inset: 0; width:100%; height:100%; object-fit: cover; transition: transform .7s ease; z-index: 0; }
.pcard:hover { transform: translateY(-5px); box-shadow: 0 18px 44px rgba(0,0,0,0.30); }
.pcard:hover .pcard__img { transform: scale(1.04); }
/* dezenter Rahmen über dem Bild */
.pcard::before {
  content:''; position:absolute; inset:14px; z-index:2; pointer-events:none;
  border: 1px solid rgba(255,255,255,0.28); border-radius: calc(var(--r-lg) - 8px);
}
/* "WEWIRA"-Zeile entfernt; top so versetzt, dass der Titel an alter Position bleibt */
.pcard__top {
  position: absolute; top: 53px; left: 0; right: 0; z-index: 3; text-align: center;
}
.pcard__brand { display: none; }
.pcard__name  { display:block; font-size: clamp(1.5rem, 1.92vw, 2.04rem); font-weight:700; letter-spacing: -0.012em; color:#fff; }
.pcard__btn {
  position: absolute; left: 50%; bottom: 30px; transform: translateX(-50%); z-index: 3;
  display:inline-flex; align-items:center; gap:7px; padding: 10px 22px;
  background: var(--c-red); color:#fff; font-size:0.9rem; font-weight:400; letter-spacing:0;
  border-radius: var(--r-pill); transition: background var(--t), transform .25s ease;
}
.pcard:hover .pcard__btn { background: var(--c-red-dark); transform: translateX(-50%) translateY(-2px); }

/* ════════════════════════════════════════════════════════════
   BRANCHENLÖSUNGEN  (navy)
   ════════════════════════════════════════════════════════════ */
/* Hintergrund: generierte Produktionshalle im Dark-Clay-Look, stark geblurrt */
.branche { position: relative; color:#fff;
  background: var(--c-navy) url('../images/industries/branche-clay-bg.webp') center / cover no-repeat; }
.branche::before { content:''; position:absolute; inset:0; background: rgba(0,11,47,0.42); }
.branche > * { position: relative; z-index: 1; }
.branche .h-section { color:#fff; }
.branche__intro { max-width: 1100px; margin: 26px auto 0; text-align:center; }
.branche__intro p { color: rgba(255,255,255,0.78); font-size:1.05rem; line-height:1.75; margin-bottom: 14px; }
.branche__sub { text-align:center; font-size: clamp(1.15rem, 1.5vw, 1.4rem); font-weight:700; color:#fff; margin-bottom: 28px; }

.bgrid { display:grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 40px; }
/* Textbox unter dem Bild (statt Overlay) */
.btile { display:flex; flex-direction:column; overflow:hidden; border-radius: var(--r-lg); background:#0a1330; }
.btile__media { position:relative; overflow:hidden; aspect-ratio: 16/10; }
.btile__media img { width:100%; height:100%; object-fit:cover; transition: transform .7s ease; filter: brightness(0.82); }
.btile:hover .btile__media img { transform: scale(1.06); }
.btile__cap { padding: 20px 22px 22px; display:flex; flex-direction:column; gap:4px; flex:1; }
.btile__cap h3 { color:#fff; font-size:1.2rem; font-weight:700; letter-spacing:-0.01em; }
.btile__cap p { color: rgba(255,255,255,0.66); font-size:0.95rem; }
.btile__more { margin-top:12px; font-size:0.88rem; font-weight:400; letter-spacing:0; color:#fff; display:inline-flex; gap:6px; align-items:center; transition: gap .25s ease; }
.btile__more .arrow{ color: var(--c-red-bright); font-size:1rem; }
.btile:hover .btile__more { gap:11px; }
.btile--text {
  display:flex; align-items:center; justify-content:center; text-align:center;
  background: linear-gradient(135deg, #0a1a45, #000714); padding: 28px; min-height: 220px;
}
.btile--text p { font-size: clamp(1.25rem, 1.8vw, 1.6rem); font-weight:700; color:#fff; line-height:1.35; letter-spacing:-0.012em; }

/* ════════════════════════════════════════════════════════════
   SERVICE SECTION
   ════════════════════════════════════════════════════════════ */
.service { position: relative; overflow: hidden; padding-block: clamp(56px, 7vw, 100px); }
/* leicht überskaliert für Scroll-/Mousemove-Parallax (JS in main.js) */
.service__bg { position:absolute; inset:-6%; width:112%; height:112%; object-fit:cover; z-index:0; will-change: transform; }
.service::before { content:''; position:absolute; inset:0; z-index:1;
  background: linear-gradient(90deg, rgba(255,255,255,0.55) 0%, rgba(255,255,255,0.86) 42%, rgba(255,255,255,0.93) 100%); }
.service .wrap-t { position: relative; z-index: 2; text-align: center; }
.service__title { font-size: clamp(2rem, 3.4vw, 3.2rem); color: var(--c-heading); font-weight:700; line-height:1.18; letter-spacing: var(--ls-tight); }
.service__title span { display:block; }
.service__text { max-width: 820px; margin: 22px auto 0; font-size: clamp(1.1rem, 1.4vw, 1.3rem); line-height:1.7; color: var(--c-text); font-weight: 300; }
.scards { display:grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin: 44px auto 40px; max-width: 1080px; }
.scard { background: var(--c-bg-lighter); border:none; border-radius: var(--r-lg); padding: 36px 26px; text-align:center; box-shadow: var(--shadow-card); }
.scard__icon { display:block; width:58px; height:58px; margin: 0 auto 16px; color: var(--c-red); }
.scard__icon svg { width:100%; height:100%; }
.scard h3 { font-size:1.15rem; font-weight:700; color: var(--c-heading); margin-bottom: 8px; }
.scard p { font-size:0.98rem; color: var(--c-muted); line-height:1.6; }
/* yellow variant (kategorie) */
.service--dark::before { background: linear-gradient(90deg, rgba(0,7,25,0.78), rgba(0,7,25,0.86)); }
.service--dark .service__title { color:#fff; }
.service--dark .service__text { color: rgba(255,255,255,0.8); }
/* Graustufen statt Gelb – edler, mehr Rot als Akzent */
.service--dark .scards .scard { background: #f2f2f4; border-color: transparent; }
.service--dark .scard__icon { color: var(--c-red); }
.service--dark .scard h3 { color: var(--c-heading); }
.service--dark .scard p { color: var(--c-muted); }

/* ════════════════════════════════════════════════════════════
   NEWS
   ════════════════════════════════════════════════════════════ */
.news .h-section { color: var(--c-maroon); }
.ngrid { display:grid; grid-template-columns: repeat(2,1fr); gap: 30px; margin-top: 46px; }
.ncard { display:grid; grid-template-columns: 44% 1fr; border:none; background: var(--c-bg-lighter); border-radius: var(--r-lg); overflow:hidden; box-shadow: var(--shadow-card); transition: box-shadow .3s ease, transform .3s ease; }
.ncard:hover { box-shadow: var(--shadow-card-h); transform: translateY(-3px); }
.ncard__media { overflow:hidden; }
.ncard__media img { width:100%; height:100%; object-fit:cover; transition: transform .7s ease; }
.ncard:hover .ncard__media img { transform: scale(1.05); }
.ncard__body { padding: 28px 26px; display:flex; flex-direction:column; }
.ncard__title { font-size:1.3rem; font-weight:400; color: var(--c-heading); margin-bottom: 12px; letter-spacing:-0.01em; line-height:1.3; }
.ncard__title b { font-weight:700; }
.ncard__text { font-size:0.98rem; color: var(--c-muted); line-height:1.65; flex:1; }
.ncard__plus { align-self:flex-end; width:42px; height:42px; border:1px solid var(--c-border); border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:1.5rem; font-weight:300; color: var(--c-muted); margin-top:16px; transition: all .3s ease; }
.ncard:hover .ncard__plus { background: var(--c-red); border-color: var(--c-red); color:#fff; transform: rotate(90deg); }

/* ════════════════════════════════════════════════════════════
   FOOTER
   ════════════════════════════════════════════════════════════ */
.site-footer { background: var(--c-maroon); color: rgba(255,255,255,0.7); padding-block: 40px 22px; }
.footer { display:flex; align-items:center; gap: 36px; flex-wrap: wrap; padding-bottom: 26px; border-bottom: 1px solid rgba(255,255,255,0.16); }
.footer__logo img { height: 46px; width: auto; }
.footer__nav { display:flex; flex-wrap:wrap; gap: 4px 6px; }
.footer__nav a { font-size:0.92rem; font-weight:400; letter-spacing:0; color: rgba(255,255,255,0.78); padding:6px 12px; border-radius: var(--r-pill); transition: color var(--t), background var(--t); }
.footer__nav a:hover { color:#fff; background: rgba(255,255,255,0.1); }
.footer__meta { display:flex; gap:8px; margin-left:auto; }
.footer__meta a { font-size:0.84rem; letter-spacing:0; color: rgba(255,255,255,0.72); padding:7px 16px; border:1px solid rgba(255,255,255,0.3); border-radius: var(--r-pill); transition: all var(--t); }
.footer__meta a:hover { color:#fff; border-color: rgba(255,255,255,0.65); background: rgba(255,255,255,0.08); }
.footer__copy { text-align:center; font-size:0.82rem; color: rgba(255,255,255,0.5); margin-top: 18px; }

/* ─── CONTACT FORM ────────────────────────────────────────── */
.contact { display: grid; grid-template-columns: 1.6fr 1fr; gap: clamp(28px, 4vw, 60px); margin-top: 36px; align-items: start; }
.contact__form { }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.field { margin-bottom: 18px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field label { display: block; font-size: 0.92rem; font-weight: 700; color: var(--c-heading); margin-bottom: 7px; letter-spacing: 0; }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 16px; font: inherit; font-size: 1rem; color: var(--c-heading);
  background: #fff; border: 1px solid var(--c-border); border-radius: var(--r-sm); transition: border-color var(--t), box-shadow var(--t);
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--c-red); box-shadow: 0 0 0 3px rgba(136,39,58,0.12);
}
.field textarea { resize: vertical; min-height: 130px; }
.field--check label { display: flex; gap: 10px; align-items: flex-start; font-weight: 400; font-size: 0.82rem; color: var(--c-text); line-height: 1.5; }
.field--check input { width: auto; margin-top: 3px; accent-color: var(--c-red); flex-shrink: 0; }
.field--check a { color: var(--c-red); text-decoration: underline; }
.field__err { display: block; color: var(--c-red); font-size: 0.74rem; font-weight: 700; margin-top: 5px; }
.contact__form .btn { margin-top: 6px; }
.form-note { padding: 18px 20px; border-radius: 4px; margin-bottom: 20px; font-size: 0.88rem; line-height: 1.6; }
.form-note--ok  { background: #eef6ee; border: 1px solid #bcd9bc; color: #2c5e2c; }
.form-note--err { background: #fbeaec; border: 1px solid #e3b5bd; color: var(--c-red-dark); }
.contact__info { background: var(--c-bg-lighter); border: none; border-radius: var(--r-lg); box-shadow: var(--shadow-card); padding: 32px 30px; }
.contact__info h2 { font-size: 1.25rem; margin-bottom: 14px; color: var(--c-heading); }
.contact__info address { font-style: normal; font-size: 1rem; line-height: 1.8; color: var(--c-text); }
.contact__info a { color: var(--c-red); }
.contact__hours { margin-top: 18px; font-size: 0.95rem; line-height: 1.7; color: var(--c-muted); }
@media (max-width: 860px){ .contact { grid-template-columns: 1fr; } }
@media (max-width: 560px){ .field-row { grid-template-columns: 1fr; } }

/* ─── USP – Was unterscheidet WEWIRA ──────────────────────── */
.usp { background: #fff; }
.usp .h-section { text-align:center; }
.usp__grid { display:grid; grid-template-columns: repeat(3,1fr); gap: 26px; margin-top: 46px; }
.usp__item { padding: 34px 30px; border:none; border-radius: var(--r-lg); background: var(--c-bg-lighter); box-shadow: var(--shadow-card); transition: box-shadow .28s ease, transform .28s ease; }
.usp__item:hover { box-shadow: var(--shadow-card-h); transform: translateY(-3px); }
.usp__num { display:inline-flex; align-items:center; justify-content:center; width:42px; height:42px; border-radius:50%; background: var(--c-red); color:#fff; font-weight:700; font-size:1rem; margin-bottom:16px; }
/* individuelle Line-Icons (einheitlicher Stil, gleiche Stroke-Stärke) */
.usp__icon { display:inline-flex; align-items:center; justify-content:center; width:48px; height:48px; border-radius:50%; background: rgba(136,39,58,0.09); color: var(--c-red); margin-bottom:16px; }
.usp__icon svg { width:25px; height:25px; }
.usp__item h3 { font-size:1.3rem; color: var(--c-heading); margin-bottom:8px; }
.usp__item p { font-size:1rem; color: var(--c-muted); line-height:1.65; }
@media (max-width:1024px){ .usp__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width:640px){ .usp__grid { grid-template-columns: 1fr; } }

/* ─── THANK-YOU PAGE ──────────────────────────────────────── */
.thanks-hero { text-align: center; max-width: 760px; margin-inline: auto; }
.thanks-hero .h-section { text-align: center; }
.thanks-check { display: inline-flex; align-items: center; justify-content: center; width: 64px; height: 64px; border-radius: 50%; background: #2c8a45; box-shadow: 0 8px 24px rgba(44,138,69,0.35); }
.summary { width: 100%; border-collapse: collapse; font-size: 0.88rem; }
.summary th, .summary td { text-align: left; padding: 11px 14px; border: 1px solid var(--c-border); vertical-align: top; }
.summary th { width: 150px; background: var(--c-bg-light); color: var(--c-red); font-weight: 700; }
.summary tr:nth-child(even) td { background: var(--c-bg-lighter); }

/* ─── LEGAL / TEXT PAGES ──────────────────────────────────── */
.legal { max-width: 860px; font-size: 1.05rem; line-height: 1.75; color: var(--c-text); }
.legal h2 { font-size: 1.35rem; margin: 34px 0 10px; color: var(--c-heading); }
.legal p { margin-bottom: 12px; }
.legal a { color: var(--c-red); text-decoration: underline; }

/* ════════════════════════════════════════════════════════════
   BREADCRUMB
   ════════════════════════════════════════════════════════════ */
.crumb { background: var(--c-bg-light); border-bottom:1px solid var(--c-border); }
.crumb ol { display:flex; flex-wrap:wrap; gap:6px; align-items:center; padding: 11px 0; margin:0; list-style:none; font-size:0.84rem; color: var(--c-muted); }
.crumb li { display:flex; align-items:center; }
.crumb li + li::before { content:'›'; margin-right:6px; color:#aaa; }
.crumb a:hover { color: var(--c-red); }
.crumb [aria-current] { color: var(--c-heading); font-weight:700; }

/* ════════════════════════════════════════════════════════════
   CATEGORY PAGE — HERO
   ════════════════════════════════════════════════════════════ */
.cathero { background:#fff; overflow: hidden; }
/* enger geführt: max. 1400px Innenbreite + 50/50-Spalten -> Text und Bild rücken zusammen */
.cathero__inner { display:grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); align-items:center; gap: clamp(24px, 3vw, 56px);
  max-width: 1400px; margin-inline:auto;
  min-height: clamp(360px, 33vw, 560px); padding-block: clamp(32px, 4vw, 56px); }
.cathero__title { font-size: clamp(2.6rem, 4.6vw, 4.8rem); line-height:1.02; letter-spacing: var(--ls-tight); color: var(--c-heading); hyphens: auto; }
.cathero__title span { display:block; font-weight:300; }
.cathero__claim { margin-top: 14px; font-size: clamp(1.25rem, 1.8vw, 1.65rem); font-weight:400; color: var(--c-muted); }
.cathero__media { position: relative; display:flex; justify-content:center; }
.cathero__media img { width:auto; max-width:100%; height:auto; max-height: clamp(400px, 40vw, 580px); object-fit:contain; animation: float 8s ease-in-out infinite; }
@keyframes float { 0%,100%{ transform: translateY(0)} 50%{ transform: translateY(-14px)} }
.cathero__desc-wrap { padding-bottom: clamp(28px,3vw,40px); }
.cathero__desc { text-align:center; font-size: clamp(1.2rem, 1.6vw, 1.45rem); font-weight: 300; line-height: 1.65; color: var(--c-text); max-width: 1100px; margin: 0 auto 26px; }
.cathero__desc-wrap .btn { display:flex; width:max-content; margin-inline:auto; }

/* category feature boxes */
.catfeat { background: var(--c-bg-light); border-top:1px solid var(--c-border); border-bottom:1px solid var(--c-border); }
.catfeat__grid { display:grid; grid-template-columns: repeat(4,1fr); gap: 22px; padding-block: clamp(36px,4vw,56px); }
.catbox { background:#fff; border:none; border-radius: var(--r-lg); padding: 34px 28px; text-align:center; box-shadow: var(--shadow-card); transition: transform .28s ease, box-shadow .28s ease; }
.catbox:hover { transform: translateY(-4px); box-shadow: var(--shadow-card-h); }
.catbox__icon { width:60px; height:60px; margin: 0 auto 18px; color: var(--c-red); }
.catbox__icon svg { width:100%; height:100%; }
.catbox h3 { font-size:1.1rem; font-weight:700; letter-spacing:-0.01em; color: var(--c-heading); }
.catbox__val { font-size:0.95rem; font-weight:700; color: var(--c-red); margin: 6px 0 10px; }
.catbox p { font-size:0.95rem; color: var(--c-muted); line-height:1.6; }

/* ════════════════════════════════════════════════════════════
   TECHNISCHE VARIANTEN (alternating rows)
   ════════════════════════════════════════════════════════════ */
.variants-head { text-align:center; padding-block: clamp(48px,5vw,72px) clamp(24px,3vw,40px); }
.vrow { display:grid; grid-template-columns: 1fr 1fr; min-height: clamp(380px, 33vw, 500px); }
.vrow__media { position: relative; overflow: hidden; }
.vrow__media img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition: transform .8s ease; }
.vrow:hover .vrow__media img { transform: scale(1.04); }
.vrow__body { display:flex; flex-direction:column; justify-content:center; padding: clamp(32px,4vw,64px); }
.vrow:nth-child(even) .vrow__media { order: 2; }     /* photo right on alternating rows */
.vrow--gray .vrow__body { background: var(--c-bg-light); }
.vrow__title { font-size: clamp(1.9rem, 3vw, 3rem); font-weight:700; letter-spacing: var(--ls-tight); color: var(--c-heading); }
.vrow__claim { font-size:1.12rem; color: var(--c-red); font-weight:700; margin: 6px 0 18px; }
.vrow__text { font-size:1.05rem; color: var(--c-text); line-height:1.7; margin-bottom: 26px; }
.vrow__badges { display:flex; flex-wrap:wrap; gap: 10px; }

/* ════════════════════════════════════════════════════════════
   PRODUCT DETAIL PAGE
   ════════════════════════════════════════════════════════════ */
.phero { position: relative; width:100%; aspect-ratio: 1920/454; max-height: 56vh; overflow:hidden; }
.phero img { width:100%; height:100%; object-fit:cover; object-position:center 40%; animation: kenburns 20s ease-in-out infinite alternate; }
.phero::after { content:''; position:absolute; inset:0; background: linear-gradient(180deg, rgba(6,9,20,0.5) 0%, rgba(6,9,20,0.12) 32%, rgba(0,0,0,0.05) 100%); }

.pintro { background:#fff; }
.pintro__inner { display:grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 5vw, 80px); align-items:start; }
.pgal { position: sticky; top: calc(var(--nav-h) + 20px); }
.pgal__main { width:100%; height:auto; object-fit:contain; margin-bottom: 14px; }
.pgal__thumbs { display:flex; gap: 12px; }
.pgal__thumb { width: 120px; aspect-ratio: 4/3; object-fit:cover; border:2px solid transparent; border-radius:2px; cursor:pointer; opacity:0.7; transition: all .2s ease; }
.pgal__thumb:hover, .pgal__thumb.active { opacity:1; border-color: var(--c-red); }
.pintro__title { font-size: clamp(2.4rem, 3.8vw, 4rem); font-weight:700; letter-spacing: var(--ls-tight); color: var(--c-heading); line-height:1.04; }
.pintro__title span { font-weight:300; }
.pintro__claim { font-size:1.18rem; color: var(--c-red); font-weight:700; margin: 8px 0 26px; }
.pintro h3 { font-size:1.4rem; font-weight:700; color: var(--c-heading); margin: 24px 0 8px; }
.pintro p { font-size:1.05rem; line-height:1.75; color: var(--c-text); }
.pintro__cta { display:flex; flex-wrap:wrap; gap: 14px; margin-top: 32px; padding-top: 28px; border-top:1px solid var(--c-border); }

/* schnellübersicht */
.schnell { background:#fff; border-top:1px solid var(--c-border); }
.schnell .h-section { text-align:left; }
.schnell__inner { display:grid; grid-template-columns: 300px 1fr; gap: clamp(36px,5vw,80px); margin-top: 40px; align-items:start; }
.checklist { display:flex; flex-direction:column; gap: 14px; }
.checklist li { display:flex; align-items:center; gap: 12px; font-size:1.05rem; color: var(--c-heading); }
.checklist li::before { content:'✓'; flex-shrink:0; width:22px; height:22px; display:flex; align-items:center; justify-content:center; background: var(--c-red); color:#fff; border-radius:50%; font-size:0.72rem; font-weight:700; }
.feat-list { display:flex; flex-direction:column; gap: 24px; }
.feat-list h4 { font-size:1.25rem; font-weight:700; color: var(--c-heading); margin-bottom: 4px; }
.feat-list p { font-size:1rem; color: var(--c-muted); line-height:1.65; }

/* einsatzbereiche */
.einsatz { background: var(--c-navy); }
.einsatz .h-section { color:#fff; margin-bottom: 38px; }
.egrid { display:grid; grid-template-columns: repeat(5,1fr); gap: 14px; }
.etile { position: relative; aspect-ratio: 1/2; overflow:hidden; border-radius: var(--r-md); }
.etile img { width:100%; height:100%; object-fit:cover; transition: transform .7s ease; }
.etile:hover img { transform: scale(1.06); }
.etile::before { content:''; position:absolute; inset:0; background: linear-gradient(0deg, rgba(0,7,25,0.8) 0%, rgba(0,7,25,0.1) 55%); }
.etile span { position:absolute; left:10px; right:10px; bottom:16px; z-index:1; text-align:center; color:#fff; font-size:0.82rem; font-weight:700; letter-spacing:0.04em; }

/* technische daten */
.techdata { background:#fff; }
.ticons { display:grid; grid-template-columns: repeat(6,1fr); gap: 18px; margin: 44px 0 56px; }
.ticon { text-align:center; padding: 26px 14px; border:none; background: var(--c-bg-lighter); border-radius: var(--r-md); box-shadow: var(--shadow-card); transition: box-shadow .25s ease; }
.ticon:hover { box-shadow: var(--shadow-card-h); }
.ticon__ic { display:flex; align-items:center; justify-content:center; height:58px; margin:0 auto 14px; }
.ticon__ic img { width:auto; height:48px; max-width:100%; object-fit:contain; }
.ticon__ic svg { width:54px; height:54px; }
.ticon b { display:block; font-size:0.78rem; font-weight:700; letter-spacing:0.04em; text-transform:uppercase; color: var(--c-heading); }
.ticon span { font-size:0.74rem; color: var(--c-muted); }

table.data { width:100%; border-collapse:collapse; font-size:0.84rem; max-width: 980px; margin: 0 auto; }
table.data th, table.data td { padding: 12px 18px; border:1px solid var(--c-border); text-align:center; }
table.data thead th { background: var(--c-navy); color:#fff; font-weight:700; letter-spacing:0.04em; text-transform:uppercase; font-size:0.74rem; }
table.data thead th:first-child { background:#fff; color: var(--c-heading); }
table.data tbody td:first-child { background: var(--c-bg-light); font-weight:700; color: var(--c-heading); }
table.data tbody tr:nth-child(even) td:not(:first-child) { background: var(--c-bg-lighter); }
.data-cap { text-align:center; font-weight:700; color: var(--c-heading); padding-bottom: 14px; }

/* comparison */
.compare { background: var(--c-bg-light); }
.ctable { width:100%; border-collapse:collapse; font-size:0.86rem; background:#fff; max-width: 1080px; margin: 38px auto 0; }
.ctable th, .ctable td { padding: 14px 22px; border:1px solid var(--c-border); }
.ctable thead th { font-size:0.76rem; font-weight:700; letter-spacing:0.05em; text-transform:uppercase; text-align:center; }
.ctable thead th:nth-child(1){ background: var(--c-heading); color:#fff; }
.ctable thead th:nth-child(2){ background:#5a5a5a; color: rgba(255,255,255,0.85); }
.ctable thead th:nth-child(3){ background: var(--c-red); color:#fff; }
.ctable tbody td:first-child { background: var(--c-bg-light); font-weight:700; text-transform:uppercase; font-size:0.78rem; color: var(--c-heading); }
.ctable tbody td:nth-child(3){ color: var(--c-red); font-weight:700; }
.ctable tbody tr:nth-child(even) td:not(:first-child){ background: var(--c-bg-lighter); }

/* ════════════════════════════════════════════════════════════
   COOKIE CONSENT
   ════════════════════════════════════════════════════════════ */
/* abgedunkelter, weichgezeichneter Hintergrund */
.cc-backdrop { position: fixed; inset: 0; z-index: 1300;
  background: rgba(8,11,20,0.62);
  -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px);
  opacity: 0; transition: opacity .3s ease; }
.cc-backdrop.show { opacity: 1; }
/* Popup – fixed, horizontal mittig, am unteren Bildschirmrand */
.cc { position: fixed; left: 50%; bottom: 28px; z-index: 1310;
  width: min(600px, calc(100% - 32px));
  background: #fff; border-radius: 12px; overflow: hidden;
  box-shadow: 0 24px 70px rgba(0,0,0,0.35);
  opacity: 0; transform: translateX(-50%) translateY(24px); transition: opacity .35s ease, transform .35s cubic-bezier(.2,.8,.2,1); }
.cc.show { opacity: 1; transform: translateX(-50%) translateY(0); }
.cc::before { content:''; display:block; height: 4px; background: var(--c-red); }
.cc__inner { padding: 30px 32px 26px; }
.cc__title { font-size: 1.15rem; font-weight: 700; color: var(--c-heading); margin-bottom: 8px; }
.cc__text { font-size: 0.84rem; color: var(--c-muted); line-height: 1.7; }
.cc__text a { color: var(--c-red); text-decoration: underline; }
.cc__actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-top: 22px; }
.cc__actions .cc__btn--accept { flex: 1 1 auto; justify-content: center; text-align: center; }
.cc__btn { display:inline-flex; align-items:center; justify-content:center; padding: 12px 20px; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.03em; border-radius: 3px; transition: background var(--t), border-color var(--t), color var(--t); white-space: nowrap; }
.cc__btn--accept { background: var(--c-red); color:#fff; }
.cc__btn--accept:hover { background: var(--c-red-dark); }
.cc__btn--nec { background: var(--c-bg-gray); color: var(--c-heading); }
.cc__btn--nec:hover { background: #dcdcdc; }
.cc__btn--set { background: transparent; color: var(--c-muted); text-decoration: underline; padding: 11px 8px; }
.cc__btn--set:hover { color: var(--c-heading); }
/* settings dialog */
.cc-modal { position: fixed; inset: 0; z-index: 1400; display: none; align-items: center; justify-content: center; padding: 20px; }
.cc-modal.open { display: flex; }
.cc-modal__bg { position: absolute; inset: 0; background: rgba(8,11,20,0.62); -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); }
.cc-modal__box { animation: pageIn .25s ease both; }
.cc-modal__box { position: relative; background:#fff; max-width: 560px; width: 100%; max-height: 88vh; overflow-y: auto; border-radius: 4px; padding: 32px; }
.cc-modal__box h2 { font-size: 1.2rem; margin-bottom: 10px; }
.cc-modal__box > p { font-size: 0.84rem; color: var(--c-muted); line-height: 1.7; margin-bottom: 20px; }
.cc-opt { border: 1px solid var(--c-border); border-radius: 4px; padding: 16px 18px; margin-bottom: 12px; }
.cc-opt__head { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.cc-opt__head h3 { font-size: 0.9rem; }
.cc-opt p { font-size: 0.78rem; color: var(--c-muted); line-height: 1.6; margin-top: 6px; }
.cc-switch { position: relative; width: 44px; height: 24px; flex-shrink: 0; }
.cc-switch input { position:absolute; opacity:0; width:100%; height:100%; margin:0; cursor:pointer; }
.cc-switch span { position:absolute; inset:0; background:#ccc; border-radius:24px; transition: background .25s; }
.cc-switch span::before { content:''; position:absolute; width:18px; height:18px; left:3px; top:3px; background:#fff; border-radius:50%; transition: transform .25s; }
.cc-switch input:checked + span { background: var(--c-red); }
.cc-switch input:checked + span::before { transform: translateX(20px); }
.cc-switch input:disabled + span { background: var(--c-red); opacity: 0.5; }
.cc-modal__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
@media (max-width: 560px){
  .cc { bottom: 12px; }
  .cc__inner { padding: 24px 22px 22px; }
  .cc__actions { flex-direction: column; align-items: stretch; }
  .cc__btn { width: 100%; }
}

/* ════════════════════════════════════════════════════════════
   THEMEN-/DETAILSEITEN (Antriebstechnik, Service, …)
   ════════════════════════════════════════════════════════════ */
/* zweispaltiger Textblock */
.cols2 { display:grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 64px); align-items:start; margin-top: 28px; }
.cols2 h3 { font-size:1.45rem; font-weight:700; color: var(--c-heading); margin-bottom: 10px; }
.cols2 p { font-size:1.05rem; line-height:1.75; color: var(--c-text); margin-bottom: 14px; }
.cols2 .checklist { margin-top: 6px; }
/* Bildspalten nie höher als der Text wirken lassen: Höhe kappen, Produkt ganz zeigen */
.cols2 img { border-radius: var(--r-md); width:100%; max-height: 440px; object-fit: contain; object-position: center top; }

/* Bildreihe (2–4 Bilder) */
.imgrow { display:grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 36px; }
.imgrow--3 { grid-template-columns: repeat(3,1fr); }
.imgrow--2 { grid-template-columns: repeat(2,1fr); }
.imgrow figure { overflow:hidden; border-radius: var(--r-md); border:none; background:#fff; box-shadow: var(--shadow-card); margin:0; }
.imgrow img { width:100%; height:100%; aspect-ratio: 4/3; object-fit:cover; transition: transform .6s ease; }
.imgrow--wide img { aspect-ratio: 16/9; }
/* Renders komplett zeigen statt anschneiden */
.imgrow--fit img { object-fit: contain; padding: 10px; }
.imgrow--port img { aspect-ratio: 3/4; object-fit: contain; padding: 10px; }
.imgrow figure:hover img { transform: scale(1.04); }

/* kleine Spezifikationstabelle (Flanschbreiten etc.) */
.spec { width:100%; border-collapse:collapse; font-size:0.87rem; margin-top: 12px; }
.spec td { padding: 9px 14px; border:1px solid var(--c-border); color: var(--c-text); }
.spec td:first-child { background: var(--c-bg-light); font-weight:700; color: var(--c-heading); white-space:nowrap; }

/* CTA-Zeile unter Sektionen */
.sec-cta { margin-top: 28px; }

/* Produkt-Typseiten: Fakten-Box „Auf einen Blick" */
.pfacts { border:1px solid var(--c-border); border-left:3px solid var(--c-red); border-radius:4px; background: var(--c-bg-lighter); padding: 18px 20px 20px; margin: 24px 0 4px; }
.pfacts h3 { font-size:0.82rem; font-weight:700; letter-spacing:0.08em; text-transform:uppercase; color: var(--c-red); margin-bottom: 10px; }
.pfacts .spec { margin-top: 0; }
.pfacts .spec td { background:#fff; }
.pfacts__note { margin-top: 10px; font-size:0.74rem; color: var(--c-muted); }
/* Typen-/Querverweis-Zeile */
.typerow { display:flex; flex-wrap:wrap; gap: 10px; align-items:center; margin-top: 26px; }

/* zwei große Teaser-Karten (Antriebe/Komponenten, Hebezeuge/Komponenten) */
.duogrid { display:grid; grid-template-columns: 1fr 1fr; gap: 26px; margin-top: 44px; }
.duo { display:flex; flex-direction:column; background:#fff; border:none; border-radius: var(--r-lg); overflow:hidden; box-shadow: var(--shadow-card); transition: transform .28s ease, box-shadow .28s ease; }
.duo:hover { transform: translateY(-4px); box-shadow: var(--shadow-card-h); }
.duo__media { aspect-ratio: 16/9; overflow:hidden; background: var(--c-bg-light); }
.duo__media img { width:100%; height:100%; object-fit:cover; transition: transform .7s ease; }
.duo:hover .duo__media img { transform: scale(1.05); }
.duo__body { padding: 26px 28px 30px; display:flex; flex-direction:column; flex:1; }
.duo__body h3 { font-size: clamp(1.4rem, 2vw, 1.9rem); letter-spacing:-0.015em; color: var(--c-heading); }
.duo__body p { font-size:1.02rem; color: var(--c-text); line-height:1.7; margin: 12px 0 18px; flex:1; }
.duo__more { display:inline-flex; align-items:center; gap:7px; font-size:0.95rem; font-weight:400; letter-spacing:0; color: var(--c-red); transition: gap .25s ease; }
.duo__more .arrow { font-size:1rem; }
.duo:hover .duo__more { gap: 12px; }

/* Lastaufnahme-Sortiment: helle Kacheln, freigestellte Produkte (Shop-Links).
   Hintergrund = außermittiger radialer Grauverlauf (::before), der beim Hover
   mitwandert; Produkt hebt sich leicht an. */
.lagrid { display:grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-top: 44px; }
.latile { display:block; position:relative; border-radius: var(--r-lg); overflow:hidden; background:#fff; margin:0;
  box-shadow: var(--shadow-card); transition: transform .28s ease, box-shadow .28s ease; }
.latile::before { content:''; position:absolute; inset:-15%;
  background: radial-gradient(110% 85% at 32% 24%, #ffffff 0%, #f4f4f6 42%, #dfdfe2 100%);
  transform-origin: 32% 24%;
  transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.latile:hover { transform: translateY(-4px); box-shadow: var(--shadow-card-h); }
.latile:hover::before { transform: scale(1.18) translate(3%, 3%); }
.latile img { position:relative; z-index:1; width:100%; aspect-ratio: 1/1; object-fit:contain; padding: 11%;
  filter: drop-shadow(0 22px 22px rgba(15,18,28,0.20));
  transition: transform .5s cubic-bezier(.2,.8,.2,1), filter .5s ease; }
.latile:hover img { transform: translateY(-7px) scale(1.045); filter: drop-shadow(0 30px 26px rgba(15,18,28,0.24)); }
.latile figcaption, .latile__cap { display:block; position:relative; z-index:1; padding: 2px 16px 20px; text-align:center; color: var(--c-heading); font-size:1rem; font-weight:700; letter-spacing:-0.01em; }
.latile__cap .arrow { color: var(--c-red); margin-left: 4px; transition: margin-left .25s ease; }
.latile:hover .latile__cap .arrow { margin-left: 9px; }
@media (prefers-reduced-motion: reduce) {
  .latile::before, .latile img { transition: none !important; transform: none !important; }
}

/* Feature-Zeilen (Hebezeuge) – kompakt wie im Screendesign: Text links, Bild rechts */
.frows { margin-top: 34px; display:flex; flex-direction:column; gap: clamp(28px, 3vw, 44px); }
.frow { display:grid; grid-template-columns: 1fr minmax(320px, 470px); gap: clamp(28px, 4vw, 70px); align-items:center; }
.frow h3 { font-size:1.45rem; font-weight:700; color: var(--c-heading); margin-bottom: 8px; }
.frow p { font-size:1.05rem; line-height:1.75; color: var(--c-text); }
.frow__media { overflow:hidden; border-radius: var(--r-md); }
.frow__media img { width:100%; aspect-ratio: 16/9; object-fit:cover; transition: transform .6s ease; }
.frow:hover .frow__media img { transform: scale(1.04); }

/* Vollbreite Bild-Band */
.band { overflow:hidden; }
.band img { width:100%; max-height: 560px; object-fit:cover; }

/* Branchen-Zeilen: großes Bild + Overlay-Textbox, animiert beim Scrollen */
.indrow { position:relative; overflow:hidden; }
.indrow > img { width:100%; height:100%; min-height: 620px; max-height: 880px; object-fit:cover; filter: brightness(0.88);
  transform: scale(1.08); transition: transform 1.4s cubic-bezier(0.22,1,0.36,1); }
.indrow.in > img { transform: scale(1); }
.indrow__box { position:absolute; top:50%; width: min(600px, 46%); background: rgba(0,11,47,0.9); color:#fff; padding: clamp(30px, 3.2vw, 56px); border-radius:4px;
  opacity:0; transition: opacity .8s ease .25s, transform .9s cubic-bezier(0.22,1,0.36,1) .25s; }
.indrow--right .indrow__box { right: clamp(16px, 6vw, 120px); transform: translate(60px, -50%); }
.indrow--left  .indrow__box { left:  clamp(16px, 6vw, 120px); transform: translate(-60px, -50%); }
.indrow.in .indrow__box { opacity:1; transform: translate(0, -50%); }
@media (prefers-reduced-motion: reduce) {
  .indrow > img, .indrow__box { transform:none !important; opacity:1 !important; transition:none !important; }
  .indrow__box { top:50%; transform: translateY(-50%) !important; }
}
.indrow__box h3 { color:#fff; font-size: clamp(1.4rem, 2vw, 1.9rem); letter-spacing:-0.015em; margin-bottom: 18px; }
.indrow__box h4 { color: rgba(255,255,255,0.92); font-size:0.92rem; font-weight:700; letter-spacing:0.06em; text-transform:uppercase; margin: 18px 0 6px; }
.indrow__box p { font-size:1rem; color: rgba(255,255,255,0.85); line-height:1.7; }

/* Service: 4 Leistungs-Karten mit Bild */
.cards4 { display:grid; grid-template-columns: repeat(4,1fr); gap: 20px; margin-top: 44px; }
.card4 { background:#fff; border:none; border-radius: var(--r-lg); overflow:hidden; display:flex; flex-direction:column; box-shadow: var(--shadow-card); transition: transform .28s ease, box-shadow .28s ease; }
.card4:hover { transform: translateY(-4px); box-shadow: var(--shadow-card-h); }
.card4__media { aspect-ratio: 16/9; overflow:hidden; }
.card4__media img { width:100%; height:100%; object-fit:cover; transition: transform .7s ease; }
.card4:hover .card4__media img { transform: scale(1.05); }
.card4 h3 { font-size:1.15rem; font-weight:700; color: var(--c-heading); padding: 20px 22px 0; }
.card4 p { font-size:0.98rem; color: var(--c-muted); line-height:1.65; padding: 10px 22px 26px; }

/* dunkle Render-Bilder (Hero) als Karte – ohne Schlagschatten */
.img-card { border-radius:6px; }
/* Bilder mit weißem Hintergrund nahtlos auf helle Flächen legen:
   multiply macht Weiß unsichtbar (Weiß × Hintergrund = Hintergrund) */
.img-blend { mix-blend-mode: multiply; }

/* Standort-Pins auf der Deutschland-Karte */
.map-wrap { position: relative; }
.map-pin { position: absolute; transform: translate(-50%, -100%);
  display: flex; flex-direction: column; align-items: center; gap: 3px; z-index: 1; }
.map-pin i { order: -1; font-style: normal; font-size: 0.72rem; font-weight: 700;
  color: var(--c-heading); background: #fff; padding: 3px 9px; border-radius: var(--r-pill);
  box-shadow: 0 2px 10px rgba(0,0,0,0.14); white-space: nowrap; }
.map-pin svg { width: 28px; height: 28px; color: var(--c-red);
  filter: drop-shadow(0 3px 5px rgba(0,0,0,0.25)); }
.map-pin--hq svg { width: 38px; height: 38px; }
.map-pin--hq i { background: var(--c-red); color: #fff; }
@media (max-width: 640px) { .map-pin i { display: none; } .map-pin svg { width: 22px; height: 22px; } }
/* deutlich größere Hero-Darstellung (freigestellte Render, z. B. Traverse):
   Container skalieren statt img (die Float-Animation nutzt transform) */
.cathero__media img.img-big { max-height: clamp(540px, 54vw, 800px); }
.cathero__media:has(.img-big) { transform: scale(1.24); }
@media (max-width: 1024px) { .cathero__media:has(.img-big) { transform: scale(1.08); } }

/* ── Startseite: Anliegen-Einstiege (aufgabenbasiert) ─────── */
.anliegen { display:grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.anliegen a { display:flex; align-items:center; gap: 14px; padding: 18px 22px;
  background: var(--c-bg-lighter); border-radius: var(--r-md); box-shadow: var(--shadow-card);
  font-weight: 700; color: var(--c-heading); font-size: 1.02rem; letter-spacing: -0.01em;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.anliegen a:hover { transform: translateY(-2px); box-shadow: var(--shadow-card-h); background:#fff; }
.anliegen svg { width: 26px; height: 26px; color: var(--c-red); flex-shrink: 0; }
.anliegen .arrow { margin-left: auto; color: var(--c-red); font-size: 1.2em; transition: transform .22s ease; }
.anliegen a:hover .arrow { transform: translateX(3px); }
@media (max-width: 1024px) { .anliegen { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .anliegen { grid-template-columns: 1fr; } }

/* ── FAQ (Details-Akkordeons, z. B. Service) ──────────────── */
.faq { margin-top: 40px; border-top: 1px solid var(--c-border); }
.faq details { border-bottom: 1px solid var(--c-border); }
.faq summary { list-style:none; cursor:pointer; display:flex; align-items:center; justify-content:space-between;
  gap: 18px; padding: 22px 4px; font-size: 1.18rem; font-weight: 700; color: var(--c-heading);
  transition: color var(--t); }
.faq summary::-webkit-details-marker { display:none; }
.faq summary::after { content:'+'; font-size: 1.6rem; font-weight: 400; color: var(--c-red); line-height: 1; flex-shrink: 0; transition: transform .25s ease; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details[open] summary { color: var(--c-red); }
.faq .faq__a { padding: 0 4px 24px; max-width: 900px; font-size: 1.02rem; line-height: 1.7; color: var(--c-text); }

/* ── Unternehmen: Eigenfertigungs-Prozess (6 Schritte) ────── */
.prozess { display:grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 48px; }
.pstep { position:relative; background:#fff; border-radius: var(--r-lg); overflow:hidden;
  box-shadow: var(--shadow-card); transition: transform .28s ease, box-shadow .28s ease; }
.pstep:hover { transform: translateY(-4px); box-shadow: var(--shadow-card-h); }
/* Fortschrittsbalken oben: wächst mit der Schrittnummer */
.pstep::before { content:''; position:absolute; top:0; left:0; height:3px; z-index:2;
  background: var(--c-red); width: calc(100% / 6 * var(--step, 1)); }
.pstep__media { aspect-ratio: 16/10; overflow:hidden; position:relative; }
.pstep__media img { width:100%; height:100%; object-fit:cover; transition: transform .6s ease; }
.pstep:hover .pstep__media img { transform: scale(1.05); }
.pstep__num { position:absolute; top:10px; left:16px; z-index:2;
  font-family: var(--font-display); font-weight:700; font-size: 3rem; line-height:1.2;
  color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,0.9);
  text-shadow: 0 2px 14px rgba(0,0,0,0.3); pointer-events:none; }
.pstep__body { padding: 20px 22px 26px; }
.pstep__body h3 { font-size: 1.25rem; }
.pstep__body p { font-size: 0.97rem; color: var(--c-muted); line-height: 1.6; margin-top: 8px; }
@media (max-width: 1024px) { .prozess { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .prozess { grid-template-columns: 1fr; } }

/* ── Unternehmen: Unabhängigkeits-Liste (nummerierte Zeilen) ── */
.ulist { margin-top: 44px; border-top: 1px solid var(--c-border); }
.ulist__row { display:grid; grid-template-columns: 90px 1fr 1.5fr; gap: clamp(16px, 3vw, 40px);
  padding: 28px 0; border-bottom: 1px solid var(--c-border); align-items: start; }
.ulist__num { font-family: var(--font-display); font-weight:700; font-size: 2rem; line-height:1.1;
  color: transparent; -webkit-text-stroke: 1.3px rgba(136,39,58,0.5); }
.ulist__row h3 { font-size: 1.35rem; }
.ulist__row p { font-size: 1.02rem; color: var(--c-text); line-height: 1.65; }
@media (max-width: 760px) {
  .ulist__row { grid-template-columns: 1fr; gap: 6px; padding: 22px 0; }
  .ulist__num { font-size: 1.5rem; }
}

/* ── Unternehmen: Meilenstein-Zeitstrahl ──────────────────── */
.zeit { display:grid; grid-template-columns: repeat(4,1fr); gap: clamp(18px, 2.5vw, 34px);
  margin-top: 52px; position:relative; }
.zeit::before { content:''; position:absolute; top: 8px; left: 4px; right: 15%; height: 2px;
  background: linear-gradient(90deg, var(--c-red), rgba(136,39,58,0.12)); }
.zeit__item { position:relative; padding-top: 34px; }
.zeit__item::before { content:''; position:absolute; top: 0; left: 0; width: 16px; height: 16px;
  border-radius: 50%; background:#fff; border: 3px solid var(--c-red); }
.zeit__year { font-family: var(--font-display); font-weight: 700;
  font-size: clamp(1.7rem, 2.4vw, 2.4rem); letter-spacing: -0.015em; color: var(--c-heading); }
.zeit__item h3 { font-size: 1.1rem; margin-top: 8px; }
.zeit__item p { font-size: 0.97rem; color: var(--c-muted); line-height: 1.6; margin-top: 6px; }
@media (max-width: 900px) { .zeit { grid-template-columns: 1fr 1fr; } .zeit::before { display:none; } }
@media (max-width: 520px) { .zeit { grid-template-columns: 1fr; } }

/* ── Krane-Hub: Zahlen-Band (Navy, Count-up via Inline-Script) ── */
.stats { background: var(--c-navy); padding-block: clamp(40px, 5vw, 68px); }
.stats__grid { display:grid; grid-template-columns: repeat(4,1fr); gap: 24px; text-align:center; }
.stats__item { position:relative; padding-inline: 12px; }
.stats__item + .stats__item::before { content:''; position:absolute; left:0; top:14%; bottom:14%; width:1px; background: rgba(255,255,255,0.14); }
.stats__num { font-size: clamp(2rem, 4vw, 3.2rem); font-weight:700; color:#fff; line-height:1.1; font-variant-numeric: tabular-nums; }
.stats__num small { font-size: 0.5em; font-weight:400; color: rgba(255,255,255,0.55); margin-left: 4px; }
.stats__label { margin-top: 10px; font-size:0.98rem; color: rgba(255,255,255,0.66); line-height:1.6; }
@media (max-width: 900px) {
  .stats__grid { grid-template-columns: 1fr 1fr; row-gap: 36px; }
  .stats__item:nth-child(3)::before { display:none; }
}

/* ── Krane-Hub: Typen-Ticker (Laufband, pausiert bei Hover) ── */
.ticker { overflow:hidden; background:#fff; border-block: 1px solid var(--c-border); padding-block: 16px; }
.ticker__track { display:flex; align-items:center; gap: 40px; width:max-content; animation: tickermove 55s linear infinite; }
.ticker:hover .ticker__track { animation-play-state: paused; }
.ticker a { display:inline-flex; align-items:center; gap: 8px; font-size:0.74rem; font-weight:700; letter-spacing:0.08em; text-transform:uppercase; color: var(--c-heading); white-space:nowrap; transition: color var(--t); }
.ticker a b { color: var(--c-red); }
.ticker a:hover { color: var(--c-red); }
.ticker__dot { width:5px; height:5px; border-radius:50%; background: var(--c-border); flex-shrink:0; }
@keyframes tickermove { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
  .ticker__track { animation: none; flex-wrap: wrap; width:auto; }
}

/* ── Krane-Hub: große Editorial-Nummern an den Kategorie-Zeilen ── */
.vrow--num .vrow__body { position:relative; }
.vrow--num .vrow__body::before {
  content: attr(data-num);
  position:absolute; top: clamp(10px, 2vw, 26px); right: clamp(18px, 3vw, 48px);
  font-size: clamp(4rem, 8vw, 7rem); font-weight:700; line-height:1;
  color: transparent; -webkit-text-stroke: 1.5px rgba(136,39,58,0.22);
  pointer-events:none;
}

/* ── Krane-Hub: Entscheidungshilfe mit Icon + Hover-Akzent ── */
.wahl .catbox { border-top: 3px solid transparent; transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.wahl .catbox:hover { border-top-color: var(--c-red); }
.wahl .catbox__icon { margin: 0 0 14px; width:48px; height:48px; }

@media (max-width: 1180px) {
  .cards4 { grid-template-columns: repeat(2,1fr); }
  .lagrid { grid-template-columns: repeat(3,1fr); }
  .imgrow { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 1024px) {
  .cols2, .duogrid, .frow { grid-template-columns: 1fr; }
  .indrow > img { min-height: 300px; }
  .indrow__box { position:static; width:100%; border-radius:0; opacity:1; transform:none !important; }
  .indrow { display:flex; flex-direction:column; }
}
@media (max-width: 640px) {
  .lagrid { grid-template-columns: repeat(2,1fr); }
  .cards4 { grid-template-columns: 1fr; }
  .imgrow, .imgrow--3 { grid-template-columns: 1fr 1fr; }
}

/* ════════════════════════════════════════════════════════════
   NEWS-POPUP (Startseite + Aktuelles)
   ════════════════════════════════════════════════════════════ */
.ncard[data-news] { cursor: pointer; }
.nmodal { position: fixed; inset: 0; z-index: 1400; display: none; align-items: center; justify-content: center; padding: 20px; }
.nmodal.open { display: flex; }
.nmodal__bg { position: absolute; inset: 0; background: rgba(8,11,20,0.62); -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); }
.nmodal__box { position: relative; background:#fff; width: min(680px, 100%); max-height: 90vh; overflow-y: auto; border-radius: 6px; box-shadow: 0 24px 70px rgba(0,0,0,0.35); animation: pageIn .25s ease both; }
.nmodal__box > img { width:100%; aspect-ratio: 16/9; object-fit: cover; object-position: center 30%; }
.nmodal__body { padding: 30px 34px 34px; }
.nmodal__body h3 { font-size: clamp(1.3rem, 2vw, 1.7rem); margin: 6px 0 14px; }
.nmodal__body p { font-size: 0.98rem; line-height: 1.8; color: var(--c-text); margin-bottom: 14px; }
.nmodal__close { position: absolute; top: 12px; right: 12px; width: 40px; height: 40px; display:flex; align-items:center; justify-content:center; border-radius:50%; background: rgba(255,255,255,0.92); color: var(--c-heading); font-size: 1.5rem; line-height:1; box-shadow: 0 4px 14px rgba(0,0,0,0.22); transition: background var(--t); z-index: 2; }
.nmodal__close:hover { background: var(--c-red); color:#fff; }
@media (max-width: 560px) { .nmodal { padding: 12px; } .nmodal__body { padding: 24px 20px 26px; } }

/* ════════════════════════════════════════════════════════════
   SCROLL-TO-TOP
   ════════════════════════════════════════════════════════════ */
.totop { position: fixed; bottom: 26px; right: 26px; width: 46px; height: 46px; background: var(--c-red); color:#fff;
  border-radius:50%; display:flex; align-items:center; justify-content:center; z-index: 800;
  opacity:0; pointer-events:none; transform: translateY(12px); transition: all .3s ease; box-shadow: 0 6px 18px rgba(0,0,0,0.25); }
.totop.show { opacity:1; pointer-events:auto; transform:none; }
.totop:hover { background: var(--c-red-dark); }

/* ════════════════════════════════════════════════════════════
   RESPONSIVE
   ════════════════════════════════════════════════════════════ */
@media (max-width: 1180px) {
  .features { grid-template-columns: repeat(2, 1fr); }
  .pgrid, .bgrid { grid-template-columns: repeat(2, 1fr); }
  .ticons { grid-template-columns: repeat(3,1fr); }
  .egrid { grid-template-columns: repeat(3,1fr); }
  .catfeat__grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 1024px) {
  .nav__list--main, .nav__list--meta { display: none; }
  .burger { display: flex; }
  .cathero__inner { grid-template-columns: 1fr; text-align: center; }
  .cathero__media { max-width: 560px; margin-inline: auto; }
  .pintro__inner { grid-template-columns: 1fr; }
  .pgal { position: static; max-width: 520px; }
  .schnell__inner { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .features { grid-template-columns: 1fr; }
  .pgrid, .bgrid { grid-template-columns: 1fr; }
  .scards { grid-template-columns: 1fr; }
  .ngrid { grid-template-columns: 1fr; }
  .ncard { grid-template-columns: 1fr; }
  .ncard__media { aspect-ratio: 16/9; }
  .ticons { grid-template-columns: repeat(2,1fr); }
  .egrid { grid-template-columns: repeat(2,1fr); }
  .catfeat__grid { grid-template-columns: 1fr; }
  .vrow { grid-template-columns: 1fr; }
  .vrow__media { aspect-ratio: 16/9; min-height: 240px; }
  .vrow:nth-child(even) .vrow__media { order: 0; }
  .footer { flex-direction: column; align-items: flex-start; }
  .footer__meta { margin-left: 0; }
  .pintro__cta .btn { flex: 1; justify-content: center; }
}
@media (max-width: 480px) {
  .egrid { grid-template-columns: repeat(2,1fr); }
  .intro__quote { font-size: 1.15rem; }
  .pgal__thumb { width: 90px; }
}
