/* ════════════════════════════════════════════════════════════
   BBS CLEVER V4 — INDUSTRIAL EDITORIAL
   Beton-, Bohr- und Schneidetechnik · Solingen
   Design & Code: AVIDIS-WEBDESIGN.DE
   Alle Schriften lokal eingebunden — keine Fremd-Requests.
   ════════════════════════════════════════════════════════════ */

/* ════════════ SCHRIFTEN (lokal, variabel, auf Latin reduziert) ════════════ */
@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JetBrains Mono";
  src: url("../fonts/jetbrains-mono.woff2") format("woff2-variations");
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #0b0c0e;
  --bg-2: #101216;
  --paper: #e8e5de;
  --paper-2: #dedbd2;
  --txt: #f2f1ed;
  --txt-dim: #9aa0a8;
  --ink: #0b0c0e;
  --ink-dim: #4d5158;
  --accent: #ffc400;
  --line: rgba(255, 255, 255, 0.10);
  --line-strong: rgba(255, 255, 255, 0.22);
  --line-d: rgba(11, 12, 14, 0.14);
  --wrap: 1480px;
  --gutter: clamp(20px, 4vw, 64px);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-io: cubic-bezier(0.65, 0, 0.35, 1);
  --font-d: "Archivo", system-ui, sans-serif;
  --font-m: "JetBrains Mono", ui-monospace, monospace;
  --font-b: "Inter", system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

body {
  font-family: var(--font-b);
  background: var(--bg);
  color: var(--txt);
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection { background: var(--accent); color: var(--ink); }

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { font: inherit; background: none; border: none; color: inherit; cursor: pointer; }

.mono {
  font-family: var(--font-m);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }

/* Film grain — fixed overlay */
body::after {
  content: "";
  position: fixed; inset: -6%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.045;
  pointer-events: none;
  z-index: 2000;
  animation: grain 1.2s steps(4) infinite;
}
@keyframes grain {
  0%, 100% { transform: translate(0,0) }
  25% { transform: translate(-2%,1.4%) }
  50% { transform: translate(1.6%,-1.8%) }
  75% { transform: translate(-1.2%,-1%) }
}

/* ════════════ PRELOADER ════════════ */
.loader {
  position: fixed; inset: 0;
  background: var(--bg);
  z-index: 1500;
  display: grid;
  place-items: center;
}
.loader-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 80px 80px;
  opacity: .35;
}
.loader-center { position: relative; text-align: center; }
.loader-tag {
  display: block;
  font-family: var(--font-m);
  font-size: .68rem;
  letter-spacing: .22em;
  color: var(--txt-dim);
  margin-bottom: 28px;
}
.loader-count {
  font-family: var(--font-m);
  font-size: clamp(4rem, 12vw, 8.5rem);
  font-weight: 700;
  line-height: 1;
  color: var(--txt);
  font-variant-numeric: tabular-nums;
}
.loader-count sup { font-size: .25em; color: var(--accent); margin-left: .1em; }
.loader-bar {
  width: min(420px, 70vw);
  height: 2px;
  background: var(--line-strong);
  margin: 34px auto 22px;
  position: relative;
}
.loader-bar span {
  position: absolute; inset: 0;
  transform-origin: left;
  transform: scaleX(0);
  background: var(--accent);
  display: block;
}
.loader-sub {
  display: block;
  font-family: var(--font-m);
  font-size: .62rem;
  letter-spacing: .14em;
  color: var(--txt-dim);
}
.loader-corner {
  position: absolute;
  font-family: var(--font-m);
  font-size: .62rem;
  letter-spacing: .18em;
  color: var(--txt-dim);
}
.loader-corner.tl { top: 26px; left: 28px; }
.loader-corner.tr { top: 26px; right: 28px; }
.loader-corner.bl { bottom: 24px; left: 28px; }
.loader-corner.br { bottom: 24px; right: 28px; }

/* ════════════ CUSTOM CURSOR ════════════ */
.cursor { display: none; }
@media (pointer: fine) {
  /* Der Zeiger muss über allem liegen, was ihn sonst verdeckt —
     Einwilligungsbanner (1600), Vorschaltbild (1500), Leuchtkasten (1300).
     Sonst blendet cursor:none den Systemzeiger aus und der eigene
     Zeiger verschwindet dahinter. */
  .cursor { display: block; position: fixed; inset: 0; pointer-events: none; z-index: 1990; }
  .cursor-x, .cursor-y { position: absolute; background: rgba(255, 196, 0, 0.28); }
  .cursor-x { left: 0; right: 0; height: 1px; top: 0; }
  .cursor-y { top: 0; bottom: 0; width: 1px; left: 0; }
  .cursor-dot {
    position: absolute; top: 0; left: 0;
    width: 0; height: 0;
    display: grid; place-items: center;
  }
  .cursor-ring {
    position: absolute;
    width: 34px; height: 34px;
    translate: -50% -50%;
    top: 50%; left: 50%;
    transition: width .3s var(--ease), height .3s var(--ease);
    display: flex;
    place-items: center;
    justify-content: center;
  }
  .cursor-ring::before {
    content: "";
    position: absolute;
    width: 100%; height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg viewBox=%270 0 100 100%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Ccircle cx=%2750%27 cy=%2750%27 r=%2748%27 fill=%27none%27 stroke=%27%23ffc400%27 stroke-width=%272%27/%3E%3Cg transform=%27translate(50,50)%27%3E%3Cpath d=%27M 0,-42 L 8,-50 L -8,-50 Z%27 fill=%27%23ffc400%27/%3E%3Cpath d=%27M 42,0 L 50,8 L 50,-8 Z%27 fill=%27%23ffc400%27/%3E%3Cpath d=%27M 0,42 L -8,50 L 8,50 Z%27 fill=%27%23ffc400%27/%3E%3Cpath d=%27M -42,0 L -50,-8 L -50,8 Z%27 fill=%27%23ffc400%27/%3E%3Ccircle cx=%270%27 cy=%270%27 r=%2718%27 fill=%27none%27 stroke=%27%23ffc400%27 stroke-width=%271.5%27 opacity=%270.6%27/%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .cursor-ring::after {
    content: "";
    position: absolute;
    width: 100%; height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg viewBox=%270 0 100 100%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg transform=%27translate(50,50)%27%3E%3Cpath d=%27M 0,-35 L 5,-42 L -5,-42 Z%27 fill=%27%23ffc400%27/%3E%3Cpath d=%27M 35,0 L 42,5 L 42,-5 Z%27 fill=%27%23ffc400%27/%3E%3Cpath d=%27M 0,35 L -5,42 L 5,42 Z%27 fill=%27%23ffc400%27/%3E%3Cpath d=%27M -35,0 L -42,-5 L -42,5 Z%27 fill=%27%23ffc400%27/%3E%3Ccircle cx=%270%27 cy=%270%27 r=%2712%27 fill=%27%23ffc400%27/%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    animation: none;
  }
  .cursor-label {
    position: absolute;
    top: 50%; left: 50%;
    translate: -50% -50%;
    font-family: var(--font-m);
    font-size: .58rem;
    font-weight: 700;
    letter-spacing: .1em;
    color: var(--ink);
    opacity: 0;
    white-space: nowrap;
  }
  .cursor.is-hover .cursor-ring {
    width: 72px; height: 72px;
    animation: saw-spin 2s linear infinite;
  }
  .cursor.is-hover .cursor-ring::after {
    animation: saw-spin 1.2s linear infinite reverse;
  }
  @keyframes saw-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
  }
  .cursor.is-hover .cursor-label { opacity: 1; transition: opacity .2s .1s; }
  .cursor-coords {
    position: absolute;
    font-family: var(--font-m);
    font-size: .56rem;
    letter-spacing: .08em;
    color: rgba(255, 196, 0, 0.55);
    transform: translate(18px, 18px);
    white-space: nowrap;
  }
  body.cursor-on, body.cursor-on a, body.cursor-on button,
  body.cursor-on input, body.cursor-on textarea, body.cursor-on select { cursor: none; }
}

/* ════════════ HEADER ════════════ */
.hd {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(20px, 3vw, 44px);
  height: 78px;
  border-bottom: 1px solid transparent;
  transition: background .4s, border-color .4s, height .4s var(--ease);
}
.hd.scrolled {
  background: rgba(11, 12, 14, 0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom-color: var(--line);
  height: 64px;
}
.hd-brand { display: flex; align-items: center; gap: 12px; }
.hd-brand img { height: 38px; width: auto; }
.hd-brand-txt {
  font-family: var(--font-d);
  font-weight: 500;
  font-stretch: 110%;
  font-size: 1.05rem;
  letter-spacing: .04em;
}
.hd-brand-txt b { font-weight: 900; color: var(--accent); }
.hd-meta {
  display: flex;
  gap: 14px;
  font-family: var(--font-m);
  font-size: .62rem;
  letter-spacing: .18em;
  color: var(--txt-dim);
}
.hd-meta-sep { color: var(--accent); }
.hd-right { display: flex; align-items: center; gap: clamp(14px, 2.5vw, 34px); }
.hd-tel {
  font-family: var(--font-m);
  font-size: .72rem;
  letter-spacing: .1em;
  padding: 9px 16px;
  border: 1px solid var(--line-strong);
  transition: border-color .25s, background .25s, color .25s;
}
.hd-tel:hover { border-color: var(--accent); background: var(--accent); color: var(--ink); }
.hd-menu { display: flex; align-items: center; gap: 12px; }
.hd-menu-txt {
  font-family: var(--font-m);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .18em;
}
.hd-menu-ico { display: flex; flex-direction: column; gap: 5px; width: 26px; }
.hd-menu-ico i {
  display: block; height: 2px; width: 100%;
  background: var(--txt);
  transition: transform .35s var(--ease), width .35s var(--ease), background .25s;
}
.hd-menu:hover .hd-menu-ico i { background: var(--accent); }
.hd-menu:hover .hd-menu-ico i:nth-child(2) { width: 60%; }
body.menu-open .hd-menu-ico i:nth-child(1) { transform: translateY(3.5px) rotate(45deg); }
body.menu-open .hd-menu-ico i:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }

/* ════════════ FULLSCREEN MENU ════════════ */
.menu {
  position: fixed; inset: 0;
  z-index: 990;
  visibility: hidden;
  pointer-events: none;
}
body.menu-open .menu { visibility: visible; pointer-events: auto; }
.menu-bg {
  position: absolute; inset: 0;
  background: var(--bg-2);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform .6s var(--ease-io);
}
body.menu-open .menu-bg { transform: scaleY(1); }
.menu-inner {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px clamp(24px, 6vw, 90px) 60px;
}
.menu-list { display: flex; flex-direction: column; }
.menu-list li { overflow: hidden; border-bottom: 1px solid var(--line); }
.menu-list a {
  display: flex;
  align-items: baseline;
  gap: clamp(14px, 3vw, 36px);
  padding: clamp(8px, 1.6vh, 18px) 0;
  transform: translateY(110%);
  transition: transform .7s var(--ease);
}
body.menu-open .menu-list a { transform: translateY(0); }
body.menu-open .menu-list li:nth-child(1) a { transition-delay: .10s; }
body.menu-open .menu-list li:nth-child(2) a { transition-delay: .16s; }
body.menu-open .menu-list li:nth-child(3) a { transition-delay: .22s; }
body.menu-open .menu-list li:nth-child(4) a { transition-delay: .28s; }
body.menu-open .menu-list li:nth-child(5) a { transition-delay: .34s; }
body.menu-open .menu-list li:nth-child(6) a { transition-delay: .40s; }
.menu-no {
  font-family: var(--font-m);
  font-size: .72rem;
  color: var(--accent);
}
.menu-word {
  font-family: var(--font-d);
  font-weight: 900;
  font-stretch: 115%;
  font-size: clamp(2rem, 6.5vh, 4.2rem);
  line-height: 1.05;
  letter-spacing: .01em;
  color: var(--txt);
  -webkit-text-stroke: 0;
  transition: color .3s, -webkit-text-stroke .3s, letter-spacing .45s var(--ease);
}
.menu-list a:hover .menu-word {
  color: transparent;
  -webkit-text-stroke: 1.5px var(--accent);
  letter-spacing: .035em;
}
.menu-foot {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(16px, 4vw, 54px);
  margin-top: clamp(24px, 5vh, 54px);
  font-family: var(--font-m);
  font-size: .66rem;
  letter-spacing: .14em;
  color: var(--txt-dim);
}
.menu-foot a:hover { color: var(--accent); }

/* ════════════ SHARED — section tags, headings ════════════ */
.sec-tag {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--txt-dim);
  letter-spacing: .2em;
}
.sec-tag .tick { width: 34px; height: 2px; background: var(--accent); display: inline-block; }
.sec-tag.inv { color: var(--ink-dim); }
.sec-vert {
  position: absolute;
  top: 120px;
  right: clamp(8px, 1.6vw, 26px);
  writing-mode: vertical-rl;
  letter-spacing: .3em;
  color: var(--txt-dim);
  opacity: .55;
}
em { font-style: normal; color: var(--accent); }

/* ════════════ HERO ════════════ */
.hero { position: relative; }
.hero-pin {
  position: relative;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  background: var(--bg);
}
.hero-stage { position: absolute; inset: 0; }
.hero-stage .ly {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 68% 78%;
  will-change: transform, opacity;
}
.hero-shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(11,12,14,.88) 0%, rgba(11,12,14,.42) 38%, rgba(11,12,14,.05) 62%),
    linear-gradient(0deg, rgba(11,12,14,.92) 0%, rgba(11,12,14,0) 30%),
    linear-gradient(180deg, rgba(11,12,14,.55) 0%, rgba(11,12,14,0) 22%);
}

/* part labels */
.hero-labels { position: absolute; inset: 0; }
.hlb {
  position: absolute;
  left: var(--x); top: var(--y);
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0;
  transform: translateY(8px);
}
.hlb i {
  width: 9px; height: 9px;
  border: 1.5px solid var(--accent);
  position: relative;
  flex-shrink: 0;
}
.hlb i::before {
  content: "";
  position: absolute; inset: 2px;
  background: var(--accent);
}
.hlb em {
  font-family: var(--font-m);
  font-style: normal;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .14em;
  color: var(--txt);
  background: rgba(11, 12, 14, 0.82);
  border: 1px solid var(--line-strong);
  border-left: 2px solid var(--accent);
  padding: 6px 10px;
  white-space: nowrap;
}

/* hero copy */
.hero-ui {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-inline: clamp(24px, 6vw, 96px);
  max-width: 1700px;
  margin-inline: auto;
  pointer-events: none;
}
.hero-ui a { pointer-events: auto; }
.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: clamp(16px, 2.6vh, 30px);
}
.hero-eyebrow .tick { width: 44px; height: 2px; background: var(--accent); }
.hero-eyebrow .mono { color: var(--txt-dim); letter-spacing: .2em; font-size: .66rem; }
.hero-h1 {
  font-family: var(--font-d);
  font-weight: 900;
  font-stretch: 120%;
  font-size: clamp(3.2rem, 9.5vw, 9.8rem);
  line-height: 0.96;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-bottom: clamp(18px, 3vh, 34px);
}
.hero-h1 .hl { display: block; overflow: hidden; }
.hero-h1 .hl-i { display: inline-block; }
.hl-outline {
  color: transparent;
  -webkit-text-stroke: 2px var(--txt);
}
.hero-sub {
  max-width: 480px;
  color: var(--txt-dim);
  font-size: clamp(.92rem, 1.1vw, 1.05rem);
  margin-bottom: clamp(22px, 4vh, 40px);
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-coords {
  position: absolute;
  right: clamp(24px, 5vw, 80px);
  bottom: clamp(86px, 13vh, 130px);
  text-align: right;
  font-size: .62rem;
  letter-spacing: .14em;
  line-height: 2;
  color: var(--txt-dim);
}

/* buttons */
.btn-x {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--accent);
  color: var(--ink);
  font-family: var(--font-d);
  font-weight: 800;
  font-stretch: 110%;
  font-size: .82rem;
  letter-spacing: .1em;
  padding: 17px 28px;
  position: relative;
  overflow: hidden;
  transition: color .35s;
}
.btn-x svg { width: 17px; height: 17px; transition: transform .35s var(--ease); }
.btn-x::before {
  content: "";
  position: absolute; inset: 0;
  background: var(--txt);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .45s var(--ease-io);
}
.btn-x:hover::before { transform: scaleX(1); transform-origin: left; }
.btn-x:hover svg { transform: translateX(5px); }
.btn-x > * { position: relative; z-index: 1; }
.btn-x.w100 { width: 100%; justify-content: center; }
.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line-strong);
  color: var(--txt);
  font-family: var(--font-d);
  font-weight: 700;
  font-stretch: 110%;
  font-size: .82rem;
  letter-spacing: .1em;
  padding: 17px 28px;
  transition: border-color .3s, background .3s, color .3s;
}
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); }

/* frame corners */
.frame-corner {
  position: absolute;
  width: 22px; height: 22px;
  border: 2px solid rgba(255, 196, 0, 0.5);
  pointer-events: none;
}
.frame-corner.tl { top: 92px; left: 18px; border-right: 0; border-bottom: 0; }
.frame-corner.tr { top: 92px; right: 18px; border-left: 0; border-bottom: 0; }
.frame-corner.bl { bottom: 18px; left: 18px; border-right: 0; border-top: 0; }
.frame-corner.br { bottom: 18px; right: 18px; border-left: 0; border-top: 0; }

/* scroll hint + explode state */
.hero-scroll {
  position: absolute;
  left: clamp(24px, 6vw, 96px);
  bottom: 26px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: .62rem;
  letter-spacing: .2em;
  color: var(--txt-dim);
}
.hero-scroll-line {
  width: 52px; height: 1px;
  background: var(--line-strong);
  position: relative;
  overflow: hidden;
}
.hero-scroll-line::after {
  content: "";
  position: absolute; inset: 0;
  background: var(--accent);
  animation: scroll-line 2.2s var(--ease-io) infinite;
}
@keyframes scroll-line {
  0% { transform: translateX(-100%); }
  55% { transform: translateX(0); }
  100% { transform: translateX(102%); }
}
.hero-explode-state {
  position: absolute;
  right: clamp(24px, 5vw, 80px);
  bottom: 26px;
  font-size: .62rem;
  letter-spacing: .18em;
  color: var(--txt-dim);
}
.hero-explode-state b { color: var(--accent); font-weight: 700; }

/* ════════════ MARQUEE ════════════ */
.marquee {
  background: var(--accent);
  color: var(--ink);
  overflow: hidden;
  padding: 16px 0;
  border-block: 2px solid var(--ink);
  position: relative;
  z-index: 5;
}
.marquee-track {
  display: flex;
  align-items: center;
  gap: 38px;
  width: max-content;
  /* Lauf rein per CSS — kein JavaScript, keine Layout-Berechnung */
  animation: marquee-run 32s linear infinite;
}
@keyframes marquee-run {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(-50%, 0, 0); }
}
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track span {
  font-family: var(--font-d);
  font-weight: 900;
  font-stretch: 118%;
  font-size: clamp(1.1rem, 2.2vw, 1.7rem);
  letter-spacing: .04em;
  white-space: nowrap;
}
.marquee-track i {
  font-style: normal;
  font-size: 1rem;
  flex-shrink: 0;
}

/* ════════════ INTRO ════════════ */
.intro {
  position: relative;
  padding: clamp(90px, 14vh, 170px) 0 clamp(70px, 10vh, 130px);
  background: var(--bg);
}
.intro-head { margin-bottom: clamp(44px, 7vh, 80px); }
.intro-h2 {
  font-family: var(--font-d);
  font-weight: 900;
  font-stretch: 118%;
  font-size: clamp(2.4rem, 6.4vw, 6.4rem);
  line-height: 1.02;
  text-transform: uppercase;
  margin-top: 22px;
  max-width: 18ch;
}
.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: clamp(36px, 6vw, 110px);
  align-items: start;
}
.intro-copy { max-width: 560px; }
.intro-lead {
  font-size: clamp(1.02rem, 1.35vw, 1.22rem);
  color: var(--txt);
  margin-bottom: 22px;
}
.intro-copy > p:not(.intro-lead) { color: var(--txt-dim); margin-bottom: 30px; }
.intro-list { border-top: 1px solid var(--line); }
.intro-list li {
  padding: 15px 0 15px 26px;
  border-bottom: 1px solid var(--line);
  position: relative;
  font-size: .7rem;
  letter-spacing: .1em;
  color: var(--txt);
}
.intro-list li::before {
  content: "";
  position: absolute;
  left: 2px; top: 50%;
  width: 8px; height: 8px;
  translate: 0 -50%;
  background: var(--accent);
}
.intro-media { position: relative; margin-top: -40px; }
.intro-media-clip { overflow: hidden; }
.intro-media-clip img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: contrast(1.04) saturate(1.02);
}
.intro-media figcaption {
  margin-top: 12px;
  font-size: .62rem;
  letter-spacing: .16em;
  color: var(--txt-dim);
}
.intro-media-ticks {
  position: absolute;
  top: 0; right: -18px; bottom: 38px;
  width: 10px;
  background-image: repeating-linear-gradient(
    to bottom,
    var(--line-strong) 0 1px,
    transparent 1px 14px
  );
}
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-right: 0;
  margin-top: clamp(60px, 9vh, 110px);
}
.stat {
  border-right: 1px solid var(--line);
  padding: clamp(22px, 3vw, 40px) clamp(18px, 2.4vw, 34px);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.stat b {
  font-size: clamp(2.1rem, 4.4vw, 3.8rem);
  font-weight: 700;
  line-height: 1;
  color: var(--txt);
  font-variant-numeric: tabular-nums;
}
.stat b + span {
  font-family: var(--font-m);
  font-size: .6rem;
  letter-spacing: .16em;
  color: var(--txt-dim);
}

/* ════════════ LEISTUNGEN — HORIZONTAL ════════════ */
.serv { position: relative; background: var(--bg-2); }
.serv-pin {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-block: 1px solid var(--line);
}
.serv-head {
  position: absolute;
  top: clamp(80px, 11vh, 120px);
  left: clamp(24px, 6vw, 96px);
  right: clamp(24px, 6vw, 96px);
  z-index: 3;
  pointer-events: none;
}
.serv-progress {
  position: absolute;
  right: 0;
  bottom: 6px;
}
.serv-h2 {
  font-family: var(--font-d);
  font-weight: 900;
  font-stretch: 118%;
  font-size: clamp(2rem, 4.6vw, 4.6rem);
  line-height: .98;
  text-transform: uppercase;
  margin-top: 18px;
}
.serv-progress {
  font-size: .72rem;
  letter-spacing: .2em;
  color: var(--txt-dim);
  font-variant-numeric: tabular-nums;
}
.serv-track {
  display: flex;
  align-items: flex-end;
  gap: clamp(24px, 4vw, 64px);
  padding: 34vh clamp(24px, 6vw, 96px) clamp(36px, 7vh, 70px);
  width: max-content;
}
.serv-panel { flex-shrink: 0; }
.serv-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(18px, 2vw, 34px);
  width: min(78vw, 980px);
  border: 1px solid var(--line);
  background: var(--bg);
  padding: clamp(18px, 2.4vw, 34px);
  position: relative;
  transition: border-color .35s;
}
.serv-card:hover { border-color: var(--accent); }
.serv-no {
  position: absolute;
  top: -0.55em;
  right: 18px;
  font-size: clamp(3.6rem, 7vw, 6.4rem);
  font-weight: 700;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--line-strong);
  z-index: 2;
  transition: -webkit-text-stroke .35s;
}
.serv-card:hover .serv-no { -webkit-text-stroke: 1.5px var(--accent); }
.serv-img { overflow: hidden; }
.serv-img img {
  width: 100%;
  aspect-ratio: 4 / 4.6;
  object-fit: cover;
  filter: saturate(1.02) contrast(1.03);
  transition: scale .8s var(--ease);
}
.serv-card:hover .serv-img img { scale: 1.06; }
.serv-body { display: flex; flex-direction: column; padding-block: 8px; }
.serv-body h3 {
  font-family: var(--font-d);
  font-weight: 900;
  font-stretch: 116%;
  font-size: clamp(1.5rem, 2.6vw, 2.5rem);
  line-height: 1;
  margin-bottom: 16px;
}
.serv-body p {
  color: var(--txt-dim);
  font-size: .92rem;
  margin-bottom: 20px;
  max-width: 40ch;
}
.serv-body ul { margin-top: auto; border-top: 1px solid var(--line); }
.serv-body ul li {
  font-size: .62rem;
  letter-spacing: .14em;
  color: var(--txt);
  border-bottom: 1px solid var(--line);
  padding: 9px 0;
}
.serv-link {
  margin-top: 18px;
  color: var(--accent);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .16em;
}

/* ════════════ PROZESS ════════════ */
.proc {
  background: var(--paper);
  color: var(--ink);
  padding: clamp(90px, 13vh, 160px) 0;
}
.proc .sec-tag { color: var(--ink-dim); }
.proc-h2 {
  font-family: var(--font-d);
  font-weight: 900;
  font-stretch: 118%;
  font-size: clamp(2.2rem, 5.6vw, 5.6rem);
  line-height: 1;
  text-transform: uppercase;
  margin: 20px 0 clamp(40px, 7vh, 70px);
}
.proc-list { border-top: 2px solid var(--ink); counter-reset: step; }
.proc-row {
  display: grid;
  grid-template-columns: 90px minmax(0, .85fr) minmax(0, 1.4fr) 60px;
  align-items: center;
  gap: clamp(14px, 3vw, 44px);
  padding: clamp(20px, 3.4vh, 34px) 6px;
  border-bottom: 1px solid var(--line-d);
  position: relative;
  transition: background .3s, padding-left .45s var(--ease);
}
.proc-row:hover { background: var(--ink); color: var(--paper); padding-left: 22px; }
.proc-no {
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink-dim);
  transition: color .3s;
}
.proc-row:hover .proc-no { color: var(--accent); }
.proc-row h3 {
  font-family: var(--font-d);
  font-weight: 900;
  font-stretch: 114%;
  font-size: clamp(1.3rem, 2.6vw, 2.2rem);
  letter-spacing: .01em;
}
.proc-row p { color: inherit; opacity: .72; font-size: .95rem; }
.proc-arrow {
  font-size: 1.5rem;
  opacity: 0;
  transform: translateX(-12px);
  transition: opacity .3s, transform .45s var(--ease);
  color: var(--accent);
}
.proc-row:hover .proc-arrow { opacity: 1; transform: translateX(0); }

/* ════════════ PROJEKTE ════════════ */
.proj {
  background: var(--bg);
  padding: clamp(90px, 13vh, 160px) 0;
  position: relative;
}
.proj-head {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
  align-items: end;
  gap: 24px;
  margin-bottom: clamp(44px, 7vh, 80px);
}
.proj-h2 {
  font-family: var(--font-d);
  font-weight: 900;
  font-stretch: 118%;
  font-size: clamp(2.2rem, 5.6vw, 5.6rem);
  line-height: 1;
  text-transform: uppercase;
  margin-top: 20px;
}
.proj-sub { color: var(--txt-dim); max-width: 34ch; justify-self: end; text-align: right; }
.proj-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(14px, 2vw, 28px);
}
.proj-item { position: relative; cursor: pointer; }
.proj-clip { overflow: hidden; position: relative; }
.proj-clip::after {
  content: "VOLLBILD +";
  position: absolute;
  inset: auto 0 0 0;
  font-family: var(--font-m);
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .18em;
  color: var(--ink);
  background: var(--accent);
  padding: 9px 12px;
  transform: translateY(101%);
  transition: transform .4s var(--ease);
}
.proj-item:hover .proj-clip::after { transform: translateY(0); }
.proj-clip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale .9s var(--ease), filter .5s;
}
.proj-item:hover .proj-clip img { scale: 1.07; filter: saturate(1.1); }
.proj-item figcaption {
  margin-top: 10px;
  font-size: .6rem;
  letter-spacing: .16em;
  color: var(--txt-dim);
}
.pi-a { grid-column: 1 / 6;  } .pi-a .proj-clip { aspect-ratio: 4 / 4.8; }
.pi-b { grid-column: 6 / 10; margin-top: clamp(40px, 7vw, 110px); } .pi-b .proj-clip { aspect-ratio: 4 / 3.4; }
.pi-c { grid-column: 10 / 13; margin-top: clamp(20px, 3.6vw, 56px); } .pi-c .proj-clip { aspect-ratio: 3 / 4.4; }
.pi-d { grid-column: 1 / 5; margin-top: clamp(18px, 3vw, 46px); } .pi-d .proj-clip { aspect-ratio: 4 / 3.2; }
.pi-e { grid-column: 5 / 10; margin-top: clamp(50px, 8vw, 130px); } .pi-e .proj-clip { aspect-ratio: 16 / 9.4; }
.pi-f { grid-column: 10 / 13; margin-top: clamp(26px, 4.4vw, 70px); } .pi-f .proj-clip { aspect-ratio: 3 / 3.6; }

/* ════════════ LIGHTBOX ════════════ */
.lightbox {
  position: fixed; inset: 0;
  background: rgba(11, 12, 14, 0.96);
  z-index: 1300;
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s;
}
.lightbox.open { opacity: 1; visibility: visible; }
.lb-img-wrap { max-width: min(86vw, 1280px); max-height: 78vh; }
.lb-img-wrap img { max-width: 100%; max-height: 78vh; object-fit: contain; }
.lb-close {
  position: absolute;
  top: 26px; right: clamp(20px, 4vw, 44px);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .16em;
  color: var(--txt);
  padding: 10px 16px;
  border: 1px solid var(--line-strong);
  transition: border-color .25s, color .25s;
}
.lb-close:hover { border-color: var(--accent); color: var(--accent); }
.lb-prev, .lb-next {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  font-size: 1.6rem;
  color: var(--txt);
  width: 60px; height: 60px;
  border: 1px solid var(--line-strong);
  display: grid; place-items: center;
  transition: background .25s, color .25s, border-color .25s;
}
.lb-prev { left: clamp(14px, 3vw, 40px); }
.lb-next { right: clamp(14px, 3vw, 40px); }
.lb-prev:hover, .lb-next:hover { background: var(--accent); color: var(--ink); border-color: var(--accent); }
.lb-caption {
  position: absolute;
  bottom: 28px; left: 50%;
  translate: -50% 0;
  display: flex;
  gap: 22px;
  align-items: baseline;
  font-size: .66rem;
  letter-spacing: .12em;
  color: var(--txt-dim);
}
.lb-caption strong { color: var(--txt); font-weight: 700; }
.lb-counter { color: var(--accent); }

/* ════════════ CTA / KONTAKT ════════════ */
.cta {
  background: var(--accent);
  color: var(--ink);
  padding: clamp(90px, 13vh, 170px) 0;
  position: relative;
}
.cta .sec-tag .tick { background: var(--ink); }
.cta-h2 {
  font-family: var(--font-d);
  font-weight: 900;
  font-stretch: 120%;
  font-size: clamp(2.4rem, 6.8vw, 7rem);
  line-height: .98;
  text-transform: uppercase;
  margin: 22px 0 18px;
  max-width: 16ch;
}
.cta-h2 em { color: transparent; -webkit-text-stroke: 2.5px var(--ink); }
.cta-sub { max-width: 52ch; opacity: .8; margin-bottom: clamp(40px, 7vh, 70px); font-size: 1.02rem; }
.cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: clamp(36px, 5vw, 90px);
  align-items: start;
}
.cta-info { display: flex; flex-direction: column; border-top: 2px solid var(--ink); }
.cta-line {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 24px 4px;
  border-bottom: 1px solid rgba(11, 12, 14, 0.25);
  transition: background .3s, padding-left .4s var(--ease);
}
.cta-line:hover { background: var(--ink); color: var(--accent); padding-left: 18px; }
.cta-line .mono { font-size: .6rem; letter-spacing: .2em; opacity: .65; }
.cta-line b {
  font-family: var(--font-d);
  font-weight: 800;
  font-stretch: 112%;
  font-size: clamp(1.1rem, 2vw, 1.6rem);
  letter-spacing: .02em;
}
.cta-form {
  background: var(--ink);
  color: var(--txt);
  padding: clamp(24px, 3.4vw, 46px);
}
.f-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.f-field { margin-bottom: 18px; display: flex; flex-direction: column; gap: 8px; }
.f-field label { font-size: .6rem; letter-spacing: .18em; color: var(--txt-dim); }
.f-field input, .f-field select, .f-field textarea {
  background: transparent;
  border: 1px solid var(--line-strong);
  color: var(--txt);
  font-family: var(--font-b);
  font-size: .92rem;
  padding: 13px 14px;
  border-radius: 0;
  transition: border-color .25s;
  width: 100%;
}
.f-field textarea { min-height: 120px; resize: vertical; }
.f-field input:focus, .f-field select:focus, .f-field textarea:focus {
  outline: none;
  border-color: var(--accent);
}
.f-field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23ffc400'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; }
.f-field select option { background: var(--ink); }
.f-note { margin-top: 14px; font-size: .56rem; letter-spacing: .12em; color: var(--txt-dim); }

/* ════════════ FOOTER ════════════ */
.ft {
  background: var(--bg);
  border-top: 1px solid var(--line);
  position: relative;
  overflow: hidden;
  padding-top: clamp(60px, 9vh, 100px);
}
.ft-watermark {
  position: absolute;
  left: 50%;
  bottom: -0.18em;
  translate: -50% 0;
  font-family: var(--font-d);
  font-weight: 900;
  font-stretch: 122%;
  font-size: clamp(6rem, 16vw, 19rem);
  line-height: 1;
  white-space: nowrap;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.06);
  pointer-events: none;
  user-select: none;
}
.ft-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 60px);
  padding-bottom: clamp(60px, 10vh, 120px);
  position: relative;
}
.ft-brand img { height: 44px; margin-bottom: 18px; }
.ft-brand p { color: var(--txt-dim); font-size: .9rem; max-width: 34ch; margin-bottom: 16px; }
.ft-coords { color: var(--txt-dim); font-size: .62rem; letter-spacing: .16em; }
.ft-col h4 {
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .22em;
  color: var(--accent);
  margin-bottom: 18px;
}
.ft-col ul li { margin-bottom: 10px; }
.ft-col ul a {
  color: var(--txt-dim);
  font-size: .92rem;
  transition: color .25s, padding-left .3s var(--ease);
}
.ft-col ul a:hover { color: var(--accent); padding-left: 6px; }
.ft-contact { color: var(--txt-dim); font-size: .92rem; }
.ft-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding-block: 22px;
  border-top: 1px solid var(--line);
  font-size: .6rem;
  letter-spacing: .1em;
  color: var(--txt-dim);
  position: relative;
}
.heart { color: var(--accent); }
.ft-credit { color: var(--accent); font-weight: 700; transition: color .25s; }
.ft-credit:hover { color: var(--txt); }

/* ════════════ BACK TO TOP ════════════ */
.btt {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 900;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .14em;
  color: var(--txt);
  background: rgba(11, 12, 14, 0.8);
  backdrop-filter: blur(8px);
  border: 1px solid var(--line-strong);
  padding: 12px 16px;
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
  transition: opacity .4s, transform .4s var(--ease), background .25s, color .25s, border-color .25s;
}
.btt.visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.btt:hover { background: var(--accent); color: var(--ink); border-color: var(--accent); }

/* ════════════ REVEAL UTILITIES (JS-driven) ════════════ */
.split-words .w { display: inline-block; overflow: hidden; vertical-align: top; }
.split-words .wi { display: inline-block; will-change: transform; }

/* ════════════ UNTERSEITEN — PAGE HERO ════════════ */
.page-hero {
  position: relative;
  min-height: 62vh;
  display: flex;
  align-items: flex-end;
  padding: 170px 0 clamp(44px, 7vh, 80px);
  overflow: hidden;
  background: var(--bg);
}
.page-hero.ph-compact { min-height: 0; padding-top: 150px; }
.ph-media { position: absolute; inset: 0; }
.ph-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: .38;
  filter: saturate(.9) contrast(1.05);
}
.ph-media::after {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(11,12,14,.92) 0%, rgba(11,12,14,.55) 55%, rgba(11,12,14,.25) 100%),
    linear-gradient(0deg, rgba(11,12,14,.95) 0%, rgba(11,12,14,.1) 55%);
}
.page-hero .wrap { position: relative; width: 100%; }
.ph-crumb {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--txt-dim);
  letter-spacing: .18em;
  margin-bottom: 22px;
}
.ph-crumb a { color: var(--txt-dim); transition: color .25s; }
.ph-crumb a:hover { color: var(--accent); }
.ph-crumb b { color: var(--accent); font-weight: 500; }
.ph-h1 {
  font-family: var(--font-d);
  font-weight: 900;
  font-stretch: 118%;
  font-size: clamp(2.4rem, 7vw, 7rem);
  line-height: .98;
  text-transform: uppercase;
  max-width: 16ch;
}
.ph-sub {
  margin-top: 20px;
  max-width: 52ch;
  color: var(--txt-dim);
  font-size: clamp(.94rem, 1.15vw, 1.08rem);
}
.ph-meta {
  position: absolute;
  right: 0;
  bottom: 6px;
  text-align: right;
  font-size: .62rem;
  letter-spacing: .16em;
  line-height: 2;
  color: var(--txt-dim);
}

/* Service-Intro nutzt .intro-Klassen; Button-Reihe darunter */
.intro-cta { margin-top: 30px; }

/* Einsatzgebiete — nummerierte Zeilen auf Papier (wie .proc) */
.proc .proc-sub { color: var(--ink-dim); max-width: 60ch; margin-top: -28px; margin-bottom: clamp(30px, 5vh, 50px); }

/* CTA-Banner Buttons */
.btn-dark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--font-d);
  font-weight: 800;
  font-stretch: 110%;
  font-size: .82rem;
  letter-spacing: .1em;
  padding: 17px 28px;
  transition: background .3s, color .3s;
}
.btn-dark:hover { background: var(--txt); color: var(--ink); }
.cta-actions { display: flex; flex-wrap: wrap; gap: 14px; }

/* Weitere Leistungen — große Link-Zeilen */
.more-serv {
  background: var(--bg);
  padding: clamp(80px, 11vh, 140px) 0;
}
.more-list { border-top: 1px solid var(--line); margin-top: 34px; }
.more-list a {
  display: flex;
  align-items: baseline;
  gap: clamp(16px, 3vw, 40px);
  padding: clamp(18px, 3vh, 30px) 4px;
  border-bottom: 1px solid var(--line);
  transition: background .3s, padding-left .4s var(--ease);
}
.more-list a:hover { background: var(--bg-2); padding-left: 20px; }
.more-list .mono { color: var(--accent); }
.more-list strong {
  font-family: var(--font-d);
  font-weight: 900;
  font-stretch: 116%;
  font-size: clamp(1.4rem, 3.4vw, 2.6rem);
  text-transform: uppercase;
  letter-spacing: .01em;
}
.more-list .more-arrow {
  margin-left: auto;
  color: var(--accent);
  font-size: 1.4rem;
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity .3s, transform .4s var(--ease);
}
.more-list a:hover .more-arrow { opacity: 1; transform: translateX(0); }

/* Legal-Seiten — Papier */
.legal {
  background: var(--paper);
  color: var(--ink);
  padding: clamp(70px, 10vh, 120px) 0;
}
.legal-body { max-width: 860px; }
.legal-body h2 {
  font-family: var(--font-d);
  font-weight: 900;
  font-stretch: 114%;
  font-size: clamp(1.25rem, 2.2vw, 1.8rem);
  text-transform: uppercase;
  margin: 44px 0 14px;
  padding-top: 26px;
  border-top: 2px solid var(--ink);
}
.legal-body h2:first-of-type { margin-top: 0; }
.legal-body h3 {
  font-family: var(--font-m);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin: 22px 0 8px;
  color: var(--ink-dim);
}
.legal-body p { margin-bottom: 14px; color: rgba(11, 12, 14, 0.82); }
.legal-body a { color: var(--ink); font-weight: 600; border-bottom: 2px solid var(--accent); transition: background .2s; }
.legal-body a:hover { background: var(--accent); }
.legal-note { margin-top: 36px; font-family: var(--font-m); font-size: .68rem; letter-spacing: .08em; color: var(--ink-dim); }

/* Menü: aktiver Punkt */
.menu-list a.is-active .menu-word { color: transparent; -webkit-text-stroke: 1.5px var(--txt-dim); }
.menu-list a.is-active .menu-no::after { content: " ●"; }

/* Subpage-Entrance ohne Preloader */
body.sub main { animation: page-in .7s var(--ease) both; }
@keyframes page-in {
  from { opacity: 0; transform: translateY(26px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 860px) {
  .page-hero { min-height: 0; padding-top: 140px; }
  .ph-meta { display: none; }
}

/* ════════════ RESPONSIVE ════════════ */
@media (max-width: 1100px) {
  .hd-meta { display: none; }
  .hero-coords { display: none; }
  .hero-labels { display: none; }
  .proj-grid { grid-template-columns: repeat(6, 1fr); }
  .pi-a { grid-column: 1 / 4; } .pi-b { grid-column: 4 / 7; }
  .pi-c { grid-column: 1 / 3; } .pi-d { grid-column: 3 / 7; }
  .pi-e { grid-column: 1 / 5; } .pi-f { grid-column: 5 / 7; }
  .ft-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
  .intro-grid { grid-template-columns: 1fr; }
  .intro-media { margin-top: 0; order: -1; max-width: 480px; }
  .stats { grid-template-columns: 1fr 1fr; border-right: 1px solid var(--line); }
  .stat { border-bottom: 1px solid var(--line); }
  .serv-track {
    flex-direction: column;
    align-items: stretch;
    width: auto;
    padding: 150px var(--gutter) 60px;
    gap: 22px;
  }
  .serv-pin { min-height: 0; }
  .serv-head { position: static; padding: 80px var(--gutter) 0; flex-direction: column; align-items: flex-start; }
  .serv-progress { display: none; }
  .serv-card { width: 100%; grid-template-columns: 1fr; }
  .serv-img img { aspect-ratio: 16 / 10; }
  .proc-row { grid-template-columns: 50px 1fr; grid-template-rows: auto auto; }
  .proc-row p { grid-column: 2; }
  .proc-arrow { display: none; }
  .proj-head { grid-template-columns: 1fr; }
  .proj-sub { justify-self: start; text-align: left; }
  .cta-grid { grid-template-columns: 1fr; }
  .f-row { grid-template-columns: 1fr; gap: 0; }
}

@media (max-width: 640px) {
  .hd-tel { display: none; }
  .hero-h1 { font-size: clamp(2.2rem, 12.4vw, 3.4rem); }
  .hero-sub { font-size: .9rem; }
  .hero-explode-state { display: none; }
  .proj-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .pi-a, .pi-b, .pi-c, .pi-d, .pi-e, .pi-f { grid-column: auto / span 2; margin-top: 0; }
  .pi-a .proj-clip, .pi-b .proj-clip, .pi-c .proj-clip,
  .pi-d .proj-clip, .pi-e .proj-clip, .pi-f .proj-clip { aspect-ratio: 16 / 11; }
  .ft-grid { grid-template-columns: 1fr; }
  .ft-bottom { flex-direction: column; }
  .menu-word { font-size: clamp(1.7rem, 8.5vw, 2.6rem); }
}

/* ════════════ REDUCED MOTION ════════════ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  body::after { animation: none; }
  .loader { display: none !important; }
  .cursor { display: none !important; }
  .btt { opacity: 1; pointer-events: auto; transform: none; }
}

/* ════════════════════════════════════════════════════════════
   V4 — ZUGÄNGLICHKEIT, TEMPO, FORMULAR, EINWILLIGUNG
   ════════════════════════════════════════════════════════════ */

/* ════════════ SPRUNGMARKE & FOKUS ════════════ */
.skip {
  position: absolute;
  left: 12px;
  top: -100px;
  z-index: 2100;
  background: var(--accent);
  color: var(--ink);
  font-family: var(--font-m);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  padding: 14px 20px;
  transition: top .2s;
}
.skip:focus { top: 12px; }

:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}
.proc :focus-visible,
.cta :focus-visible,
.legal :focus-visible { outline-color: var(--ink); }
/* Bei Tastaturbedienung nie den Systemcursor verstecken */
body.cursor-on:has(:focus-visible) { cursor: auto; }

/* ════════════ HERO — BAUTEIL-BESCHRIFTUNGEN (ohne Inline-Styles) ════════════ */
.hlb-cover  { --x: 46%; --y: 30%; }
.hlb-blade  { --x: 42%; --y: 76%; }
.hlb-engine { --x: 60%; --y: 22%; }
.hlb-handle { --x: 82%; --y: 18%; }
.hlb-base   { --x: 84%; --y: 72%; }
.hlb-spray  { --x: 55%; --y: 88%; }

/* ════════════ HERO — MOBIL EIN BILD, DESKTOP NEUN EBENEN ════════════
   Die Ebenen liegen als CSS-Hintergründe in einer Media-Query.
   Dadurch lädt ein Telefon kein einziges der neun Teilbilder. */
.hero-flat {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% 78%;
}
.hero-stage .ly {
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 68% 78%;
}
/* Der Startwert muss ausgeschrieben sein. Steht hier "none", liest die
   Animationsbibliothek beim ersten Bild alle Filterwerte als 0 — das Bild
   fällt schlagartig auf 3 % Helligkeit und hellt sich danach wieder auf.
   Genau dieser harte Schnitt war zu sehen. */
.hero-stage .ly[data-ly="bg"] { filter: brightness(1) saturate(1); }

@media (min-width: 861px) {
  .hero-flat { display: none; }
  .hero-stage .ly { display: block; }
  .ly[data-ly="bg"]     { background-image: url("../img/layers/bg-clean-1280.webp"); }
  .ly[data-ly="shadow"] { background-image: url("../img/layers/ground-shadow-1280.webp"); }
  .ly[data-ly="cover"]  { background-image: url("../img/layers/front-cover-1280.webp"); }
  .ly[data-ly="blade"]  { background-image: url("../img/layers/blade-1280.webp"); }
  .ly[data-ly="engine"] { background-image: url("../img/layers/engine-1280.webp"); }
  .ly[data-ly="handle"] { background-image: url("../img/layers/handlebar-1280.webp"); }
  .ly[data-ly="base"]   { background-image: url("../img/layers/base-wheels-1280.webp"); }
  .ly[data-ly="spray"]  { background-image: url("../img/layers/water-spray-1280.webp"); }
  .ly[data-ly="worker"] { background-image: url("../img/layers/worker-1280.webp"); }
}
@media (min-width: 1500px) {
  .ly[data-ly="bg"]     { background-image: url("../img/layers/bg-clean.webp"); }
  .ly[data-ly="shadow"] { background-image: url("../img/layers/ground-shadow.webp"); }
  .ly[data-ly="cover"]  { background-image: url("../img/layers/front-cover.webp"); }
  .ly[data-ly="blade"]  { background-image: url("../img/layers/blade.webp"); }
  .ly[data-ly="engine"] { background-image: url("../img/layers/engine.webp"); }
  .ly[data-ly="handle"] { background-image: url("../img/layers/handlebar.webp"); }
  .ly[data-ly="base"]   { background-image: url("../img/layers/base-wheels.webp"); }
  .ly[data-ly="spray"]  { background-image: url("../img/layers/water-spray.webp"); }
  .ly[data-ly="worker"] { background-image: url("../img/layers/worker.webp"); }
}

/* ════════════ EINBLENDUNGEN — ohne Animationsbibliothek ════════════ */
.rv {
  opacity: 0;
  transform: translateY(38px);
  transition: opacity .8s var(--ease), transform .8s var(--ease);
  transition-delay: var(--rv-delay, 0s);
}
.rv.is-in { opacity: 1; transform: none; }

.clip-rv { clip-path: inset(0 0 100% 0); transition: clip-path 1.05s var(--ease-io); }
.clip-rv.is-in { clip-path: inset(0 0 0% 0); }

/* Wort-für-Wort-Enthüllung, rein per CSS animiert */
.split-words .w { display: inline-block; overflow: hidden; vertical-align: top; }
.split-words .wi {
  display: inline-block;
  transform: translateY(112%);
  transition: transform .9s var(--ease);
  transition-delay: calc(var(--i, 0) * 45ms);
}
.split-words.is-in .wi { transform: none; }

/* Ohne JavaScript ist alles sofort sichtbar */
.no-js .rv, .no-js .clip-rv, .no-js .split-words .wi {
  opacity: 1;
  transform: none;
  clip-path: none;
}

/* ════════════ FORMULAR — Zustände, Einwilligung, Falle ════════════ */
.f-field input:user-invalid,
.f-field textarea:user-invalid { border-color: #ff5a4d; }
.f-error {
  display: none;
  font-family: var(--font-m);
  font-size: .58rem;
  letter-spacing: .1em;
  color: #ff8579;
  margin-top: 6px;
}
.f-field.has-error .f-error { display: block; }

/* Honigtopf — nur für Spam-Roboter sichtbar */
.f-trap {
  position: absolute !important;
  left: -9999px !important;
  width: 1px; height: 1px;
  overflow: hidden;
}

.f-consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 4px 0 20px;
  font-size: .78rem;
  line-height: 1.55;
  color: var(--txt-dim);
}
.f-consent input[type="checkbox"] {
  appearance: none;
  flex: 0 0 auto;
  width: 20px; height: 20px;
  margin-top: 2px;
  border: 1px solid var(--line-strong);
  background: transparent;
  cursor: pointer;
  transition: border-color .2s, background .2s;
}
.f-consent input[type="checkbox"]:checked {
  background: var(--accent);
  border-color: var(--accent);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M2.5 8.4l3.3 3.3 7.7-7.7' fill='none' stroke='%230b0c0e' stroke-width='2.4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.f-consent a { color: var(--accent); border-bottom: 1px solid currentColor; }

.btn-x[aria-busy="true"] { opacity: .6; pointer-events: none; }
.f-status {
  display: none;
  margin-top: 18px;
  padding: 16px 18px;
  border-left: 3px solid var(--accent);
  background: rgba(255, 196, 0, .08);
  font-size: .9rem;
  line-height: 1.6;
}
.f-status.is-on { display: block; }
.f-status.is-bad { border-left-color: #ff5a4d; background: rgba(255, 90, 77, .1); }
.f-status a { color: var(--accent); border-bottom: 1px solid currentColor; }

/* ════════════ EINWILLIGUNG — Banner + Dauerknopf unten links ════════════ */
.cc {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 1600;
  display: none;
  padding: clamp(18px, 3vw, 30px) clamp(18px, 4vw, 44px);
  background: rgba(16, 18, 22, .97);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: 2px solid var(--accent);
  animation: cc-in .45s var(--ease) both;
}
.cc.is-on { display: block; }
@keyframes cc-in { from { transform: translateY(100%); } to { transform: none; } }
.cc-inner {
  max-width: var(--wrap);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(18px, 3vw, 44px);
  align-items: center;
}
.cc h2 {
  font-family: var(--font-d);
  font-weight: 900;
  font-stretch: 112%;
  font-size: 1rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.cc p { font-size: .84rem; line-height: 1.6; color: var(--txt-dim); max-width: 78ch; }
.cc p a { color: var(--accent); border-bottom: 1px solid currentColor; }
.cc-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.cc-btn {
  font-family: var(--font-m);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .14em;
  padding: 14px 22px;
  border: 1px solid var(--line-strong);
  color: var(--txt);
  white-space: nowrap;
  transition: background .25s, color .25s, border-color .25s;
}
.cc-btn:hover { border-color: var(--accent); color: var(--accent); }
.cc-btn.is-primary { background: var(--accent); border-color: var(--accent); color: var(--ink); }
.cc-btn.is-primary:hover { background: var(--txt); border-color: var(--txt); color: var(--ink); }

/* Dauerhafter Widerrufsknopf — ganz unten links */
.cc-toggle {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 900;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-m);
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .12em;
  color: var(--txt-dim);
  background: rgba(11, 12, 14, .82);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid var(--line-strong);
  padding: 10px 14px;
  transition: color .25s, border-color .25s, background .25s;
}
.cc-toggle:hover { color: var(--accent); border-color: var(--accent); }
.cc-toggle svg { width: 13px; height: 13px; flex: 0 0 auto; }
body.cc-open .cc-toggle { opacity: 0; pointer-events: none; }

@media (max-width: 860px) {
  .cc-inner { grid-template-columns: 1fr; }
  .cc-actions .cc-btn { flex: 1 1 auto; text-align: center; }
  .cc-toggle { font-size: .55rem; padding: 9px 11px; left: 12px; bottom: 12px; }
  .btt { right: 12px; bottom: 12px; }
}

/* ════════════ HÄUFIGE FRAGEN ════════════ */
.faq { background: var(--bg-2); padding: clamp(80px, 12vh, 150px) 0; border-top: 1px solid var(--line); }
.faq-h2 {
  font-family: var(--font-d);
  font-weight: 900;
  font-stretch: 118%;
  font-size: clamp(2rem, 5vw, 4.6rem);
  line-height: 1;
  text-transform: uppercase;
  margin: 20px 0 clamp(36px, 6vh, 64px);
}
.faq-list { border-top: 1px solid var(--line); max-width: 1000px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: clamp(18px, 2.6vh, 26px) 4px;
  cursor: pointer;
  list-style: none;
  font-family: var(--font-d);
  font-weight: 700;
  font-stretch: 108%;
  font-size: clamp(1rem, 1.7vw, 1.32rem);
  transition: color .25s, padding-left .35s var(--ease);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  margin-left: auto;
  font-family: var(--font-m);
  font-size: 1.5rem;
  line-height: 1;
  color: var(--accent);
  transition: transform .35s var(--ease);
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item summary:hover { color: var(--accent); padding-left: 12px; }
.faq-answer { padding: 0 4px clamp(20px, 3vh, 30px); color: var(--txt-dim); max-width: 82ch; }
.faq-answer p + p { margin-top: 12px; }

/* ════════════ 404 ════════════ */
.nf { min-height: 78vh; display: grid; place-items: center; text-align: center; padding: 160px 0 90px; }
.nf-code {
  font-family: var(--font-d);
  font-weight: 900;
  font-stretch: 122%;
  font-size: clamp(5rem, 22vw, 15rem);
  line-height: .9;
  color: transparent;
  -webkit-text-stroke: 2px var(--line-strong);
}
.nf h1 {
  font-family: var(--font-d);
  font-weight: 900;
  font-stretch: 116%;
  font-size: clamp(1.5rem, 4vw, 2.6rem);
  text-transform: uppercase;
  margin: 18px 0 14px;
}
.nf p { color: var(--txt-dim); max-width: 46ch; margin: 0 auto 32px; }

/* ════════════ TEMPO & RUHE ════════════
   Filmkorn und Weichzeichner kosten auf Telefonen echte Bildrate. */
@media (max-width: 860px), (prefers-reduced-motion: reduce) {
  body::after { animation: none; opacity: .03; }
  .hd.scrolled { backdrop-filter: none; -webkit-backdrop-filter: none; background: rgba(11, 12, 14, .96); }
  .cc { backdrop-filter: none; -webkit-backdrop-filter: none; background: #101216; }
  .btt, .cc-toggle { backdrop-filter: none; -webkit-backdrop-filter: none; background: rgba(11, 12, 14, .94); }
}
@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; }
  .hero-scroll-line::after { animation: none; }
  .rv, .clip-rv, .split-words .wi { opacity: 1; transform: none; clip-path: none; transition: none; }
  body.sub main { animation: none; }
}

/* Bilder ohne Maßangaben verursachen Layoutsprünge — hier abgesichert */
img { height: auto; }
.proj-clip img, .serv-img img, .intro-media-clip img, .ph-media img { height: 100%; }

/* ════════════ DRUCK ════════════ */
@media print {
  .hd, .menu, .cursor, .loader, .cc, .cc-toggle, .btt, .marquee,
  .hero-stage, .hero-scroll, .lightbox, .ft-watermark { display: none !important; }
  body { background: #fff; color: #000; }
  body::after { display: none; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: .8em; }
}

/* ════════════ START-INSZENIERUNG ════════════
   Alle Anfangszustände hängen an .js — ohne JavaScript ist
   sofort alles sichtbar, nichts bleibt verborgen. */
.no-js .loader { display: none; }
.loader { transition: clip-path .6s var(--ease-io), opacity .4s; }
.loader.is-out { clip-path: inset(0 0 100% 0); opacity: 0; pointer-events: none; }

.js .hero-ui > *,
.js .hero-coords,
.js .hero-scroll,
.js .hero-explode-state,
.js .frame-corner {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .8s var(--ease), transform .8s var(--ease);
}
.js .hero-h1 .hl-i { transform: translateY(112%); transition: transform 1s var(--ease); }

.is-ready .hero-ui > *,
.is-ready .hero-coords,
.is-ready .hero-scroll,
.is-ready .hero-explode-state,
.is-ready .frame-corner { opacity: 1; transform: none; }
.is-ready .hero-h1 .hl-i { transform: none; }

.is-ready .hero-eyebrow       { transition-delay: .05s; }
.is-ready .hero-h1            { transition-delay: .12s; }
.is-ready .hero-h1 .hl:nth-child(1) .hl-i { transition-delay: .18s; }
.is-ready .hero-h1 .hl:nth-child(2) .hl-i { transition-delay: .30s; }
.is-ready .hero-sub           { transition-delay: .42s; }
.is-ready .hero-cta           { transition-delay: .52s; }
.is-ready .hero-coords,
.is-ready .hero-scroll,
.is-ready .hero-explode-state,
.is-ready .frame-corner       { transition-delay: .66s; }

@media (prefers-reduced-motion: reduce) {
  .js .hero-ui > *, .js .hero-coords, .js .hero-scroll,
  .js .hero-explode-state, .js .frame-corner,
  .js .hero-h1 .hl-i { opacity: 1; transform: none; transition: none; }
}

/* ════════════ KLEINIGKEITEN AUS DEM UMBAU ════════════ */
.vh {
  position: absolute !important;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.ft-col h2 {
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .22em;
  color: var(--accent);
  margin-bottom: 18px;
}
.ft-contact { font-style: normal; line-height: 1.9; }
.hd-meta { margin: 0; }
.ft-watermark { margin: 0; }

/* Hilfsklassen statt Inline-Styles (Sicherheitsrichtlinie ohne Ausnahmen) */
.pt-0 { padding-top: 0; }
.intro-h2.is-kleiner { font-size: clamp(1.8rem, 4.4vw, 4.2rem); }
.intro-copy.is-breit { max-width: 760px; margin-top: 26px; }
.txt-dim { color: var(--txt-dim); }
.btn-dark.is-outline { background: transparent; border: 2px solid var(--ink); color: var(--ink); }
.btn-dark.is-outline:hover { background: var(--ink); color: var(--paper); }
.cta-actions.is-zentriert { justify-content: center; }
.legal-list { margin: 0 0 16px 0; padding-left: 0; }
.legal-list li { position: relative; padding: 4px 0 4px 22px; color: rgba(11, 12, 14, .82); }
.legal-list li::before { content: ""; position: absolute; left: 2px; top: 14px; width: 7px; height: 7px; background: var(--accent); }
.legal-hinweis { font-size: .86rem; color: var(--ink-dim); }
.legal-body code { font-family: var(--font-m); font-size: .84em; background: rgba(11,12,14,.08); padding: 2px 6px; }
.legal-body em { color: var(--ink); font-style: italic; }
#lbImg { width: auto; height: auto; }

/* ════════════════════════════════════════════════════════════
   V4 — MOBILE NACHBESSERUNG
   Gefunden bei der Abnahme: einzelne sehr lange Wörter in den
   Überschriften sprengten auf 390 px die Bildschirmbreite
   (Dokumentbreite 500 px statt 390 px). Die Wortmasken dürfen
   nicht breiter werden als ihr Elternelement.
   ════════════════════════════════════════════════════════════ */
.split-words .w {
  max-width: 100%;
  overflow-wrap: break-word;
  hyphens: auto;
}
.ph-h1, .hero-h1, .cta-h2, .intro-h2, .proc-h2, .proj-h2, .serv-h2, .faq-h2 {
  overflow-wrap: break-word;
  hyphens: auto;
}
.menu { overflow: hidden; }
.menu-word { overflow-wrap: break-word; hyphens: auto; }

/* Der Zustandsanzeiger im Kopfbereich lag unter dem Nach-oben-Knopf */
.hero-explode-state { right: clamp(24px, 5vw, 80px); }
@media (min-width: 861px) {
  .hero-explode-state { right: 130px; }
}

/* Auf schmalen Geräten war der Verlauf zu schwach — Text stand im Bild */
@media (max-width: 860px) {
  .hero-shade {
    background:
      linear-gradient(0deg, rgba(11,12,14,.96) 0%, rgba(11,12,14,.72) 38%, rgba(11,12,14,.30) 70%, rgba(11,12,14,.15) 100%),
      linear-gradient(180deg, rgba(11,12,14,.88) 0%, rgba(11,12,14,.34) 34%, rgba(11,12,14,0) 52%);
  }
  .hero-eyebrow .mono { color: #cdd2d8; }
  .hero-sub { max-width: 34ch; }
  .menu-word { font-size: clamp(1.5rem, 7.6vw, 2.4rem); }
  /* Der Hinweis darf nie mehr als die halbe Höhe belegen */
  .cc { max-height: 58svh; overflow-y: auto; padding: 18px 16px calc(18px + env(safe-area-inset-bottom)); }
  .cc h2 { font-size: .88rem; }
  .cc p { font-size: .78rem; }
  .cc-btn { font-size: .62rem; padding: 13px 14px; white-space: normal; }
}

/* ════════════ KENNZEICHNUNG DES KI-BILDES ════════════
   Artikel 50 der KI-Verordnung verlangt einen klar erkennbaren Hinweis
   am Inhalt selbst. Er steht deshalb direkt im Kopfbereich, nicht nur
   im Impressum — dezent, aber lesbar und auf jedem Gerät sichtbar. */
.hero-ki {
  margin-top: clamp(18px, 3vh, 30px);
  font-size: .58rem;
  letter-spacing: .16em;
  color: rgba(154, 160, 168, .85);
  display: flex;
  align-items: center;
  gap: 8px;
  pointer-events: auto;
}
.hero-ki::before {
  content: "";
  width: 16px; height: 1px;
  background: var(--line-strong);
  flex: 0 0 auto;
}
.hero-ki a {
  color: var(--accent);
  border-bottom: 1px solid transparent;
  transition: border-color .25s;
}
.hero-ki a:hover { border-bottom-color: currentColor; }
@media (max-width: 640px) {
  .hero-ki { font-size: .52rem; letter-spacing: .12em; }
}

/* Der schwebende Einwilligungs-Knopf darf keine Formularfelder verdecken */
body.cc-verstecken .cc-toggle { opacity: 0; pointer-events: none; transform: translateY(8px); }
.cc-toggle { transition: color .25s, border-color .25s, background .25s, opacity .3s, transform .3s; }
.ft-cc {
  color: var(--txt-dim);
  font-family: var(--font-b);
  font-size: .92rem;
  text-align: left;
  padding: 0;
  transition: color .25s, padding-left .3s var(--ease);
}
.ft-cc:hover { color: var(--accent); padding-left: 6px; }
