/* ============================================================
   Claude Layout L1 — "Signal Works" (dunkel-dominant)
   Vollständig eigenständiges Design. Anmutung frei nachempfunden
   an Premium-Industrial-Templates (Referenz: Industrial X /
   BRIX Templates) — nur Struktur/Anmutung, keine Farben oder
   Assets daraus übernommen.
   Grundtonalität: überwiegend Anthrazit/Schwarz (Regel 32).
   Helle Segmente (Kennzahlen-Karten, Prozess-Karten, Papier-
   Split, Kontaktformular) sind bewusste Akzente.
   Feste CI-Palette (Regel 33): Rot #e4002b · Anthrazit #090c11 ·
   Hell #f4f2ed. Rot ist der einzige Akzent.
   Inhalte, Medien, Module: ausschließlich aus /Shared.
   ============================================================ */

:root {
    --sw-red: #e4002b;
    --sw-red-deep: #a60020;
    --sw-ink: #090c11;
    --sw-bg: #0f1218;
    --sw-panel: #161a21;
    --sw-panel-2: #1d222b;
    --sw-paper: #f4f2ed;
    --sw-card: #ffffff;
    --sw-line: #d8d2c4;
    --sw-line-dark: rgba(255, 255, 255, .12);
    --sw-muted: #9aa1ac;
    --sw-muted-dark: #5d626b;
    --sw-hazard: repeating-linear-gradient(-45deg, var(--sw-red) 0 14px, var(--sw-ink) 14px 28px);
    --sw-shadow: 8px 8px 0 rgba(0, 0, 0, .55);
    --sw-shadow-red: 8px 8px 0 rgba(228, 0, 43, .28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body.cl-body {
    margin: 0;
    background: var(--sw-bg);
    color: #eef0f3;
    font: 400 16px/1.7 Archivo, Arial, sans-serif;
    overflow-x: hidden;
}
img { max-width: 100%; display: block; }

/* ---------- Typo-Bausteine ---------- */
.cl-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 10px;
    color: var(--sw-red);
    font: 500 11px/1 'DM Mono', monospace;
    letter-spacing: .16em;
    text-transform: uppercase;
}
.cl-label::before { content: "▮▮"; font-size: 8px; letter-spacing: 2px; }
.cl-label--light { color: #ff5b76; }
.cl-h2 {
    margin: 0 0 22px;
    font-family: 'Archivo Black', Archivo, sans-serif;
    font-weight: 400;
    font-size: clamp(26px, 3.1vw, 42px);
    line-height: 1.08;
    letter-spacing: -.015em;
    text-transform: uppercase;
    color: #fff;
    max-width: 780px;
    overflow-wrap: break-word;
    hyphens: auto;
}
.cl-lead { max-width: 640px; color: var(--sw-muted); }

.cl-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    background: var(--sw-red);
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 4px 4px 0 rgba(255, 255, 255, .28);
    text-decoration: none;
    font: 700 12px/1 Archivo;
    letter-spacing: .08em;
    text-transform: uppercase;
    transition: transform .15s ease, box-shadow .15s ease;
    cursor: pointer;
}
.cl-btn::after { content: "→"; }
.cl-btn:hover { transform: translate(2px, 2px); box-shadow: 2px 2px 0 rgba(255, 255, 255, .28); }
.cl-btn--ghost { background: transparent; color: inherit; border-color: currentColor; box-shadow: 4px 4px 0 currentColor; }
.cl-btn--light { background: #fff; color: var(--sw-ink); border-color: #fff; box-shadow: 4px 4px 0 rgba(255, 255, 255, .3); }

/* ---------- Navigation (dunkel) ---------- */
.cl-nav {
    position: fixed;
    z-index: 100;
    inset: 0 0 auto;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0 clamp(20px, 4vw, 56px);
    background: rgba(9, 12, 17, .92);
    border-bottom: 2px solid #000;
    backdrop-filter: blur(12px);
}
.cl-nav::before {
    content: "";
    position: absolute;
    inset: auto 0 -8px;
    height: 6px;
    background: var(--sw-hazard);
}
.cl-nav__logo img { width: 140px; }
.cl-nav__menu { display: flex; gap: 4px; }
.cl-nav__menu a {
    padding: 8px 12px;
    color: #eef0f3;
    text-decoration: none;
    font: 600 12px/1 Archivo;
    letter-spacing: .07em;
    text-transform: uppercase;
}
.cl-nav__menu a:hover { background: var(--sw-red); color: #fff; }
.cl-nav__hotline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    background: var(--sw-red);
    color: #fff;
    text-decoration: none;
    font: 700 13px/1 'DM Mono', monospace;
    white-space: nowrap;
}
.cl-nav__hotline span { color: #ffd0d8; font-size: 10px; letter-spacing: .1em; }
/* Startseite: Navigation erst nach dem Scrollen (Regel 08) */
.cl-home .cl-nav { transform: translateY(-110%); transition: transform .4s ease; }
.cl-home .cl-nav.is-visible, .cl-nav.is-visible { transform: none; }

/* ---------- Hero: Autoplay-Video, keine Scroll-Steuerung ---------- */
.cl-hero {
    position: relative;
    min-height: 100svh;
    display: flex;
    align-items: flex-end;
    background: #05070a;
    color: #fff;
    overflow: hidden;
}
.cl-hero video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cl-hero__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(5, 7, 10, .94) 0 8%, rgba(5, 7, 10, .35) 45%, rgba(5, 7, 10, .15)),
        linear-gradient(90deg, rgba(5, 7, 10, .5), transparent 55%, rgba(228, 0, 43, .22));
}
.cl-hero__logo {
    position: absolute;
    z-index: 2;
    top: clamp(80px, 14vh, 140px);
    left: 50%;
    transform: translateX(-50%) scale(.9);
    opacity: 0;
    transition: opacity 1.1s ease, transform 1.3s cubic-bezier(.16, 1, .3, 1);
    pointer-events: none;
}
.cl-hero__logo img { width: clamp(120px, 14vw, 200px); filter: drop-shadow(0 18px 40px rgba(0, 0, 0, .7)); }
.cl-hero__logo.is-visible { opacity: 1; transform: translateX(-50%) scale(1); }
.cl-hero__copy {
    position: relative;
    z-index: 2;
    width: min(1180px, calc(100% - 44px));
    margin: 0 auto;
    padding-bottom: 96px;
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .8s ease, transform .8s ease;
}
.cl-hero__copy.is-visible { opacity: 1; transform: none; }
.cl-hero__copy h1 {
    margin: 10px 0 16px;
    font-family: 'Archivo Black', Archivo, sans-serif;
    font-weight: 400;
    font-size: clamp(32px, 4.8vw, 66px);
    line-height: 1.02;
    letter-spacing: -.015em;
    text-transform: uppercase;
    max-width: 860px;
}
.cl-hero__claim { max-width: 620px; margin: 0 0 26px; color: #d6dae0; }
.cl-hero__actions { display: flex; flex-wrap: wrap; gap: 16px; }
.cl-hero__sound {
    position: absolute;
    z-index: 3;
    right: clamp(18px, 3vw, 44px);
    bottom: 130px;
    padding: 10px 14px;
    background: rgba(9, 12, 17, .7);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .4);
    font: 500 11px/1 'DM Mono', monospace;
    letter-spacing: .1em;
    text-transform: uppercase;
    cursor: pointer;
    backdrop-filter: blur(6px);
}
.cl-hero__sound[aria-pressed="true"] { background: var(--sw-red); border-color: var(--sw-red); }
.cl-hero__ticker {
    position: absolute;
    z-index: 2;
    inset: auto 0 0;
    border-top: 2px solid var(--sw-red);
    background: rgba(6, 8, 12, .88);
    overflow: hidden;
    padding: 12px 0;
}
.cl-hero__ticker > div { display: flex; gap: 56px; width: max-content; animation: cl-ticker 26s linear infinite; }
.cl-hero__ticker span { font: 500 12px/1 'DM Mono', monospace; letter-spacing: .12em; text-transform: uppercase; color: #cfd4db; white-space: nowrap; }
@keyframes cl-ticker { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .cl-hero__ticker > div { animation: none; } }

/* ---------- Kennzahlen: helle Karten als Akzent auf Dunkel ---------- */
.cl-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    width: min(1180px, calc(100% - 44px));
    margin: 28px auto 0;
    position: relative;
    z-index: 4;
}
.cl-metrics__item {
    background: var(--sw-card);
    color: var(--sw-ink);
    border: 2px solid #000;
    box-shadow: var(--sw-shadow);
    padding: 22px 26px;
}
.cl-metrics__item small { font: 500 11px 'DM Mono', monospace; color: var(--sw-red); }
.cl-metrics__item strong {
    display: block;
    font-family: 'Archivo Black', Archivo, sans-serif;
    font-weight: 400;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1;
    margin: 6px 0 4px;
}
.cl-metrics__item span { font: 500 11px 'DM Mono', monospace; letter-spacing: .1em; text-transform: uppercase; color: var(--sw-muted-dark); }

/* ---------- Sektionen (dunkel-dominant) ---------- */
.cl-section { padding: clamp(52px, 6.5vw, 96px) max(22px, 6vw); background: var(--sw-bg); }
.cl-section .cl-label { color: var(--sw-red); }
.cl-section--panel { background: var(--sw-panel); }
.cl-section__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 34px; flex-wrap: wrap; }
.cl-section__head .cl-h2 { margin-bottom: 0; }

/* Intro mit Signal-Schiene */
.cl-intro {
    display: grid;
    grid-template-columns: 12px 1.4fr 1fr;
    column-gap: clamp(24px, 4vw, 60px);
    align-items: end;
}
.cl-intro__rail { background: var(--sw-hazard); align-self: stretch; }
.cl-intro .cl-lead { margin: 0; }

/* ---------- Leistungen (Startseite): Bildkartenliste ---------- */
.cl-services { display: grid; gap: 14px; }
.cl-services__card {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: clamp(18px, 3vw, 40px);
    align-items: center;
    background: var(--sw-panel-2);
    border: 1px solid var(--sw-line-dark);
    color: inherit;
    text-decoration: none;
    padding: 16px;
    transition: border-color .2s ease, background .2s ease;
}
.cl-services__card:hover { border-color: var(--sw-red); background: #23293380; }
.cl-services__card figure { margin: 0; height: 150px; overflow: hidden; }
.cl-services__card img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.cl-services__card:hover img { transform: scale(1.05); }
.cl-services__card span { font: 500 12px 'DM Mono', monospace; color: var(--sw-red); }
.cl-services__card h3 { margin: 6px 0; font-size: clamp(18px, 1.8vw, 24px); line-height: 1.2; text-transform: uppercase; letter-spacing: .01em; color: #fff; }
.cl-services__card p { margin: 0 0 10px; max-width: 640px; color: var(--sw-muted); font-size: 14px; }
.cl-services__card b { font: 500 11px 'DM Mono', monospace; letter-spacing: .1em; text-transform: uppercase; color: #ff5b76; }

/* ---------- Prozess: helle Karten als Akzent ---------- */
.cl-process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.cl-process__step {
    position: relative;
    background: var(--sw-card);
    color: var(--sw-ink);
    border: 2px solid #000;
    box-shadow: var(--sw-shadow);
    padding: 20px;
    min-height: 170px;
}
.cl-process__step span {
    display: inline-block;
    padding: 4px 8px;
    background: var(--sw-red);
    color: #fff;
    font: 500 13px 'DM Mono', monospace;
}
.cl-process__step p { margin: 12px 0 0; font-size: 14px; color: var(--sw-muted-dark); }

/* ---------- Splits ---------- */
.cl-split { display: grid; grid-template-columns: 1fr 1fr; min-height: 440px; }
.cl-split figure { margin: 0; }
.cl-split img { width: 100%; height: 100%; object-fit: cover; }
.cl-split__panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(36px, 5vw, 76px);
    background: var(--sw-panel);
    color: #eef0f3;
    border-top: 6px solid var(--sw-red);
}
.cl-split__panel .cl-h2 { color: #fff; }
/* heller Papier-Einschub als Akzent */
.cl-split__panel--paper { background: var(--sw-paper); color: var(--sw-ink); }
.cl-split__panel--paper .cl-h2 { color: var(--sw-ink); }
.cl-split__panel--paper .cl-label { color: var(--sw-red); }
.cl-split--reverse figure { order: 2; }
.cl-equipment { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 20px; }
.cl-equipment li { font: 500 13px 'DM Mono', monospace; padding-left: 16px; position: relative; }
.cl-equipment li::before { content: "■"; position: absolute; left: 0; color: var(--sw-red); font-size: 9px; top: 4px; }

/* ---------- Kartenzone: Karte links, Ausrüstung rechts (Regel 36) ---------- */
.cl-mapzone { display: grid; grid-template-columns: 1.15fr 1fr; align-items: stretch; background: var(--sw-panel); }
.cl-mapzone__map { display: flex; align-items: center; min-width: 0; }
.cl-mapzone__map .rt-germany-module { padding: clamp(20px, 3vw, 44px) 16px; }
.cl-mapzone__copy { border-top: 6px solid var(--sw-red); }

/* ---------- Notfall-Band ---------- */
.cl-emergency {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    padding: clamp(40px, 5vw, 60px) max(22px, 6vw);
    background: var(--sw-red-deep);
    color: #fff;
    position: relative;
}
.cl-emergency::before { content: ""; position: absolute; inset: 0 0 auto; height: 8px; background: var(--sw-hazard); }
.cl-emergency h2 { margin: 8px 0 10px; font-family: 'Archivo Black', Archivo, sans-serif; font-weight: 400; font-size: clamp(24px, 2.8vw, 38px); line-height: 1.1; text-transform: uppercase; }
.cl-emergency .cl-label { color: #ffc2cc; }
.cl-emergency__copy { margin: 0; max-width: 640px; color: #ffd9de; }

/* ---------- Footer ---------- */
.cl-footer { background: var(--sw-ink); color: var(--sw-muted); }
.cl-footer__stripe { height: 8px; background: var(--sw-hazard); }
.cl-footer__grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 44px;
    padding: 56px max(22px, 6vw) 28px;
}
.cl-footer__brand img { width: 130px; margin-bottom: 14px; }
.cl-footer__brand p { max-width: 380px; font-size: 14px; }
.cl-footer__phone { display: inline-flex; flex-direction: column; margin-top: 12px; padding: 12px 16px; background: var(--sw-red); color: #fff; text-decoration: none; font: 700 16px 'DM Mono', monospace; }
.cl-footer__phone small { font: 500 10px 'DM Mono', monospace; letter-spacing: .12em; text-transform: uppercase; opacity: .85; }
.cl-footer__col b { display: block; margin-bottom: 12px; color: #fff; font: 700 12px Archivo; letter-spacing: .1em; text-transform: uppercase; }
.cl-footer__col a { display: block; margin: 8px 0; color: var(--sw-muted); text-decoration: none; font-size: 13px; }
.cl-footer__col a:hover { color: #fff; }
.cl-footer__legal { display: block; padding: 16px max(22px, 6vw) 22px; border-top: 1px solid var(--sw-line-dark); font-size: 12px; }

/* ---------- Unterseiten: Seitenkopf ---------- */
.cl-sub { padding-top: 76px; }
.cl-pagehead {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: clamp(28px, 4vw, 64px);
    align-items: center;
    padding: clamp(52px, 7vw, 100px) max(22px, 6vw);
    background: var(--sw-panel);
    color: #eef0f3;
    position: relative;
    overflow: hidden;
}
.cl-pagehead::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 8px;
    background: var(--sw-hazard);
}
.cl-pagehead h1 {
    margin: 10px 0 16px;
    font-family: 'Archivo Black', Archivo, sans-serif;
    font-weight: 400;
    font-size: clamp(28px, 3.4vw, 46px);
    line-height: 1.05;
    letter-spacing: -.015em;
    text-transform: uppercase;
    color: #fff;
    max-width: 700px;
    overflow-wrap: break-word;
    hyphens: auto;
}
.cl-pagehead__copy { margin: 0; max-width: 560px; color: var(--sw-muted); }
.cl-pagehead--slim { grid-template-columns: 1fr; padding-top: clamp(44px, 5vw, 70px); padding-bottom: clamp(44px, 5vw, 70px); }
.cl-pagehead--image figure { margin: 0; border: 2px solid #fff; box-shadow: 10px 10px 0 rgba(228, 0, 43, .8); }
.cl-pagehead--image img { width: 100%; height: 320px; object-fit: cover; }
.cl-pagehead .cl-btn { margin-top: 22px; }
.cl-pagehead__index { display: grid; gap: 10px; justify-items: start; }
.cl-pagehead__index span {
    font: 500 12px 'DM Mono', monospace;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--sw-muted);
    border-left: 3px solid var(--sw-red);
    padding-left: 12px;
}
.cl-pagehead__contactcard { display: grid; gap: 8px; background: var(--sw-panel-2); border: 1px solid var(--sw-line-dark); padding: 26px; }
.cl-pagehead__contactcard a { color: #fff; text-decoration: none; font: 700 clamp(17px, 1.8vw, 22px) 'DM Mono', monospace; }
.cl-pagehead__contactcard a:hover { color: #ff5b76; }
.cl-pagehead__contactcard small { color: var(--sw-muted); font: 500 11px 'DM Mono', monospace; letter-spacing: .1em; text-transform: uppercase; }

/* ---------- Leistungen: Kacheln (Regel 15) ---------- */
.cl-tiles { display: grid; grid-template-columns: repeat(10, 1fr); gap: 14px; }
.cl-tiles__tile {
    position: relative;
    grid-column: span 2;
    min-height: 270px;
    overflow: hidden;
    border: 2px solid #000;
    box-shadow: var(--sw-shadow);
    color: #fff;
    text-decoration: none;
    background: var(--sw-ink);
}
.cl-tiles__tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .72; transition: transform .4s ease; }
.cl-tiles__tile:hover img { transform: scale(1.05); }
.cl-tiles__tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6, 8, 12, .94), transparent 62%); }
.cl-tiles__tile div { position: absolute; z-index: 2; left: 14px; right: 14px; bottom: 14px; }
.cl-tiles__tile span { display: inline-block; padding: 3px 7px; background: var(--sw-red); font: 500 11px 'DM Mono', monospace; }
.cl-tiles__tile h3 { margin: 8px 0 0; font-size: 13px; line-height: 1.35; text-transform: uppercase; letter-spacing: .02em; overflow-wrap: break-word; hyphens: auto; }

/* ---------- Akkordeon (Regel 16) ---------- */
.cl-accordion { border-top: 1px solid var(--sw-line-dark); margin-top: 18px; }
.cl-accordion__item { border-bottom: 1px solid var(--sw-line-dark); }
.cl-accordion__item > button {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    padding: 22px 4px;
    background: none;
    border: 0;
    color: inherit;
    text-align: left;
    cursor: pointer;
}
.cl-accordion__item > button span { font: 500 13px 'DM Mono', monospace; color: var(--sw-red); }
.cl-accordion__item > button strong { flex: 1; font-size: clamp(17px, 2vw, 24px); text-transform: uppercase; letter-spacing: .02em; color: #fff; }
.cl-accordion__plus { position: relative; width: 18px; height: 18px; flex: none; }
.cl-accordion__plus::before, .cl-accordion__plus::after { content: ""; position: absolute; inset: 8px 0; background: #fff; transition: transform .3s ease, background .3s ease; }
.cl-accordion__plus::after { transform: rotate(90deg); }
.cl-accordion__item.is-open .cl-accordion__plus::after { transform: rotate(0); background: var(--sw-red); }
.cl-accordion__item.is-open .cl-accordion__plus::before { background: var(--sw-red); }
.cl-accordion__panel { max-height: 0; overflow: hidden; transition: max-height .45s cubic-bezier(.22, 1, .36, 1); }
.cl-accordion__inner { display: grid; grid-template-columns: 340px 1fr; gap: clamp(20px, 3vw, 44px); padding: 4px 4px 28px; }
.cl-accordion__inner img { width: 100%; height: 240px; object-fit: cover; border: 2px solid #fff; }
.cl-accordion__inner p { margin: 0 0 14px; color: var(--sw-muted); }
.cl-accordion__inner h4 { margin: 0 0 8px; font: 700 12px Archivo; letter-spacing: .1em; text-transform: uppercase; color: #fff; }
.cl-accordion__inner ol { margin: 0 0 18px; padding-left: 18px; color: var(--sw-muted); font-size: 14px; display: grid; gap: 4px; }

/* ---------- Über uns ---------- */
.cl-about__cols { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 3vw, 48px); max-width: 1050px; }
.cl-about__cols p { margin: 0; color: var(--sw-muted); }
.cl-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.cl-values article { background: var(--sw-panel-2); border: 1px solid var(--sw-line-dark); border-top: 4px solid var(--sw-red); padding: 24px; }
.cl-values span { display: inline-grid; place-items: center; width: 34px; height: 34px; background: var(--sw-red); color: #fff; font: 700 15px 'DM Mono', monospace; }
.cl-values h3 { margin: 14px 0 8px; font-size: 18px; text-transform: uppercase; letter-spacing: .02em; color: #fff; }
.cl-values p { margin: 0; font-size: 14px; color: var(--sw-muted); }

/* ---------- Kontakt: helles Formular als Akzent ---------- */
.cl-contact { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(28px, 4vw, 72px); align-items: start; }
.cl-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    background: var(--sw-card);
    color: var(--sw-ink);
    border: 2px solid #000;
    box-shadow: var(--sw-shadow);
    padding: clamp(20px, 3vw, 34px);
}
.cl-form label { display: grid; gap: 6px; font: 700 12px Archivo; letter-spacing: .06em; text-transform: uppercase; }
.cl-form input, .cl-form select, .cl-form textarea {
    padding: 12px;
    border: 1px solid var(--sw-line);
    background: #faf8f3;
    font: 400 15px Archivo;
    color: var(--sw-ink);
}
.cl-form input:focus, .cl-form select:focus, .cl-form textarea:focus { outline: 2px solid var(--sw-red); outline-offset: 0; }
.cl-form__full { grid-column: 1 / -1; }
.cl-form__submit { grid-column: 1 / -1; justify-content: center; border-color: var(--sw-ink); box-shadow: 4px 4px 0 var(--sw-ink); }

/* ---------- Rechtstexte ---------- */
.cl-legal { max-width: 820px; margin: 0 auto; overflow-wrap: break-word; hyphens: auto; }
.cl-legal h2 { margin: 34px 0 10px; font-family: 'Archivo Black', Archivo, sans-serif; font-weight: 400; font-size: clamp(20px, 2.2vw, 28px); text-transform: uppercase; letter-spacing: .01em; color: #fff; overflow-wrap: break-word; hyphens: auto; }
.cl-legal h2::before { content: "▮ "; color: var(--sw-red); }
.cl-legal h3 { margin: 22px 0 8px; font-size: 17px; color: #eef0f3; }
.cl-legal p { margin: 0 0 12px; color: var(--sw-muted); }

/* ---------- Scroll-Reveal-Grundzustand (Regel 10/11) ---------- */
[data-cl-reveal] { opacity: var(--cl-o, 1); transform: translate3d(0, var(--cl-y, 0), 0); will-change: transform, opacity; }

/* ---------- Responsiv: 1440 / 768 / 390 (Regel 12) ---------- */
@media (max-width: 1024px) {
    .cl-tiles__tile { grid-column: span 5; min-height: 240px; }
    .cl-nav__menu { gap: 0; }
}
@media (max-width: 860px) {
    .cl-nav__menu { display: none; }
    .cl-intro { grid-template-columns: 12px 1fr; }
    .cl-intro .cl-lead { grid-column: 2; margin-top: 14px; }
    .cl-pagehead, .cl-contact, .cl-about__cols { grid-template-columns: 1fr; }
    .cl-split, .cl-split--reverse, .cl-mapzone { grid-template-columns: 1fr; }
    .cl-split--reverse figure { order: 0; }
    .cl-split img { height: 280px; }
    .cl-services__card { grid-template-columns: 1fr; }
    .cl-services__card figure { height: 180px; }
    .cl-process { grid-template-columns: 1fr 1fr; }
    .cl-values { grid-template-columns: 1fr; }
    .cl-accordion__inner { grid-template-columns: 1fr; }
    .cl-footer__grid { grid-template-columns: 1fr; gap: 28px; }
    .cl-emergency { flex-direction: column; align-items: flex-start; }
    .cl-hero__sound { bottom: 110px; }
}
@media (max-width: 480px) {
    .cl-metrics { grid-template-columns: 1fr; margin-top: 20px; }
    .cl-process { grid-template-columns: 1fr; }
    .cl-tiles__tile { grid-column: 1 / -1; }
    .cl-hero__copy { padding-bottom: 80px; }
    .cl-hero__copy h1 { font-size: 30px; }
    .cl-form { grid-template-columns: 1fr; }
    .cl-pagehead--image img { height: 220px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    * { transition: none !important; animation: none !important; }
}
