/* ============================================================
   STOCK – INTERTRADE · Firmenwebsite
   Freundlich-hell nach dem Vorbild klassischer Baumaschinen-
   händler: gelbes Markenband, Icon-Kategorien, Bildslider,
   Karten auf Weiß, Petrol als zweite Farbe. Eigene Bilder,
   eigene Texte, eigene Umsetzung.
   Keine externen Requests: Fonts + Bilder liegen lokal.
   ============================================================ */

/* ---------- Fonts (selbst gehostet — kein Google-CDN) ---------- */
@font-face { font-family: "Archivo"; src: url("../fonts/archivo-700.woff2") format("woff2"); font-weight: 700; font-display: swap; }
@font-face { font-family: "Archivo"; src: url("../fonts/archivo-800.woff2") format("woff2"); font-weight: 800; font-display: swap; }
@font-face { font-family: "Archivo"; src: url("../fonts/archivo-900.woff2") format("woff2"); font-weight: 900; font-display: swap; }
@font-face { font-family: "Instrument Sans"; src: url("../fonts/instrument-400.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Instrument Sans"; src: url("../fonts/instrument-500.woff2") format("woff2"); font-weight: 500; font-display: swap; }
@font-face { font-family: "Instrument Sans"; src: url("../fonts/instrument-600.woff2") format("woff2"); font-weight: 600; font-display: swap; }
@font-face { font-family: "JBMono"; src: url("../fonts/jbmono-400.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "JBMono"; src: url("../fonts/jbmono-600.woff2") format("woff2"); font-weight: 600; font-display: swap; }

/* ---------- Tokens ---------- */
:root {
  --band: #2FCFC2;          /* Teal aus dem S-Logo — Markenband */
  --band-hover: #47DCCF;
  --accent: #E8622D;        /* Maschinen-Orange, sparsam als Akzent */
  --petrol: #16606A;
  --petrol-deep: #114B53;
  --petrol-ink: #0E3A40;
  --teal: #2FCFC2;          /* Marken-Teal (S-Logo, PlasterOne) */
  --ink: #17191D;
  --paper: #F6F5F0;
  --white: #FFFFFF;
  --muted: #5E6167;
  --muted-dark: #A8B6B8;
  --line: rgba(23, 25, 29, 0.12);
  --line-dark: rgba(255, 255, 255, 0.14);
  --display: "Archivo", "Arial Black", sans-serif;
  --body: "Instrument Sans", "Segoe UI", sans-serif;
  --mono: "JBMono", "Consolas", monospace;
  --ease: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-drawer: cubic-bezier(0.32, 0.72, 0, 1);
  --header-h: 114px;
  --radius: 16px;
  --shadow: 0 20px 46px -24px rgba(23, 25, 29, 0.22);
}

/* ---------- Reset / Base ---------- */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--body);
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
::selection { background: var(--band); color: var(--ink); }

.wrap { max-width: 1240px; margin: 0 auto; padding: 0 28px; }

.skip {
  position: absolute; left: -9999px; top: 12px; z-index: 300;
  background: var(--ink); color: #fff; padding: 10px 18px;
  border-radius: 8px; font-weight: 600;
}
.skip:focus { left: 12px; }

/* ---------- Reveals ---------- */
[data-reveal] {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 600ms var(--ease), transform 600ms var(--ease);
  transition-delay: var(--rd, 0ms);
}
[data-reveal].is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-reveal] { transition: opacity 300ms ease; transform: none; }
  .slider__slide { transition: none !important; }
}

/* ============================================================
   HEADER — gelbes Markenband
   ============================================================ */
.header {
  position: sticky; top: 0; z-index: 100;
  background: var(--petrol-ink);
  padding: 14px 0 10px;
  display: flex; align-items: center;
  transition: background 320ms ease, box-shadow 320ms ease;
}
.header__in {
  width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 28px;
  display: flex; align-items: center; gap: 30px;
}
/* Original-Wortmarke: weisse Bildmarke + weisser Schriftzug */
.brand { display: flex; align-items: center; gap: 13px; flex-shrink: 0; }
.brand__mark { height: 38px; width: auto; }
.brand__word { height: 31px; width: auto; }

.nav { display: flex; gap: 2px; margin-left: auto; }
.nav a {
  padding: 9px 8px; border-radius: 9px;
  font-size: 12.5px; font-weight: 800; color: #fff;
  text-transform: uppercase; letter-spacing: 0.04em;
  text-shadow: 0 2px 14px rgba(14,58,64,0.75);
  transition: background 180ms ease;
}
.nav a:hover { background: rgba(255,255,255,0.15); }

.btn-brandlink {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--accent); color: #fff;
  font-weight: 600; font-size: 14px;
  padding: 11px 18px; border-radius: 999px; border: 0;
  transition: transform 160ms ease-out, background 200ms ease, box-shadow 200ms ease;
  white-space: nowrap;
}
.btn-brandlink:hover { background: #D4551F; box-shadow: 0 12px 28px -12px rgba(232,98,45,0.65); }
.btn-brandlink:active { transform: scale(0.97); }
.btn-brandlink svg { width: 13px; height: 13px; }

/* Burger + Mobile-Menü */
.burger {
  display: none; border: 0; background: none; width: 44px; height: 44px;
  border-radius: 10px; align-items: center; justify-content: center; color: #fff;
}
.burger span, .burger span::before, .burger span::after {
  content: ""; display: block; width: 22px; height: 2.4px; border-radius: 2px;
  background: currentColor; position: relative;
  transition: transform 260ms var(--ease-drawer), opacity 200ms ease;
}
.burger span::before { position: absolute; top: -7px; }
.burger span::after { position: absolute; top: 7px; }
body.nav-open .burger span { transform: rotate(45deg); }
body.nav-open .burger span::before { transform: rotate(90deg); top: 0; }
body.nav-open .burger span::after { opacity: 0; }

.mobilenav {
  position: fixed; inset: var(--nav-top, 0px) auto 0 0; width: 76%; max-width: 330px; z-index: 120;
  background: var(--petrol-ink);
  display: flex; flex-direction: column; justify-content: flex-start;
  padding: 26px 26px 32px;
  overflow-y: auto; -webkit-overflow-scrolling: touch;
  transform: translateX(-103%);
  box-shadow: 30px 0 60px -28px rgba(0,0,0,0.45);
  transition: transform 380ms var(--ease-drawer);
}
body.nav-open .mobilenav { transform: none; }
.mobilenav a {
  color: #fff; font-family: var(--display); font-weight: 800;
  font-size: 19px; padding: 13px 0;
  border-bottom: 1px solid var(--line-dark);
  display: flex; justify-content: space-between; align-items: center;
}
.mobilenav a small { font-family: var(--mono); font-size: 11px; color: var(--band); font-weight: 400; }
.mobilenav .btn-brandlink { margin-top: 22px; justify-content: center; padding: 13px; font-size: 14px; background: var(--accent); color: #fff; }

/* ============================================================
   KATEGORIE-ICONS (direkt unter dem Header)
   ============================================================ */
.cats {
  background: var(--band);
  padding: 6px 0 26px;
}
.cats__in {
  max-width: 1240px; margin: 0 auto; padding: 0 28px;
  display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px;
}
.cat {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  text-align: center; padding: 8px 4px;
  border-radius: 14px;
  transition: transform 240ms var(--ease);
}
.cat:hover { transform: translateY(-4px); }
.cat:active { transform: scale(0.97); }
.cat__circle {
  width: 96px; height: 96px; border-radius: 50%;
  background: var(--petrol); color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 22px -10px rgba(17,75,83,0.55), inset 0 0 0 3px rgba(255,255,255,0.16);
  transition: background 220ms ease, box-shadow 220ms ease;
}
.cat:hover .cat__circle { background: var(--petrol-deep); box-shadow: 0 14px 28px -10px rgba(17,75,83,0.65), inset 0 0 0 3px rgba(255,255,255,0.22); }
.cat__circle svg { width: 50px; height: 50px; }
.cat__label {
  font-weight: 600; font-size: 14.5px; color: var(--ink); line-height: 1.25;
}

/* ============================================================
   SLIDER
   ============================================================ */
.slider {
  position: relative; overflow: hidden;
  background: #F3F1EC; color: var(--ink);
  height: min(66vh, 620px); min-height: 440px;
}
.slider__slide {
  position: absolute; inset: 0;
  opacity: 0; transition: opacity 700ms ease;
  display: flex; align-items: center;
}
.slider__slide.is-active { opacity: 1; z-index: 2; }
.slider__bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center 70%;
}
.slider__scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(95deg, rgba(248,247,243,0.94) 0%, rgba(248,247,243,0.55) 42%, rgba(248,247,243,0) 68%);
}
.slider__content {
  position: relative; z-index: 3;
  max-width: 1240px; width: 100%; margin: 0 auto; padding: 0 92px;
}
.slider__title {
  font-family: var(--display); font-weight: 900;
  font-size: clamp(34px, 5.4vw, 72px);
  line-height: 1.0; letter-spacing: -0.025em;
  max-width: 14ch;
}
.slider__big {
  position: absolute; z-index: 1; left: 50%; top: 44%;
  transform: translate(-50%, -50%);
  font-family: var(--display); font-weight: 900;
  font-size: clamp(90px, 15vw, 260px); letter-spacing: 0.02em;
  color: rgba(22, 96, 106, 0.07);
  white-space: nowrap; pointer-events: none; user-select: none;
  line-height: 1;
}
.slider__label {
  font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--petrol); margin-bottom: 12px;
}
.slider__label::before { content: ""; display: inline-block; width: 26px; height: 3px; border-radius: 2px; background: var(--accent); margin-right: 10px; vertical-align: middle; }
.slider__text { margin-top: 16px; max-width: 470px; font-size: 16.5px; color: var(--muted); }
.slider__chips { margin-top: 18px; display: flex; gap: 8px; flex-wrap: wrap; }
.slider__chips .chip { background: #fff; border: 1px solid var(--line); box-shadow: 0 2px 8px rgba(23,25,29,0.05); }
.slider__cta { margin-top: 26px; }

.btn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 14px 26px; border-radius: 999px; border: 0;
  font-weight: 600; font-size: 15.5px;
  transition: transform 160ms ease-out, background 220ms ease, box-shadow 220ms ease, border-color 220ms ease, color 220ms ease;
}
.btn:active { transform: scale(0.97); }
.btn--teal { background: var(--band); color: var(--ink); }
.btn--teal:hover { background: var(--band-hover); box-shadow: 0 12px 30px -12px rgba(47,207,194,0.55); }
.btn--petrol { background: var(--petrol); color: #fff; }
.btn--petrol:hover { background: var(--petrol-deep); box-shadow: 0 12px 30px -12px rgba(17,75,83,0.6); }
.btn--ghost { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,0.55); }
.btn--ghost:hover { border-color: #fff; background: rgba(255,255,255,0.08); }
.btn--outline { background: transparent; color: var(--petrol); border: 1.5px solid var(--petrol); }
.btn--outline:hover { background: var(--petrol); color: #fff; }

/* Pfeile + Punkte */
.slider__arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  z-index: 4;
  width: 48px; height: 48px; border-radius: 50%; border: 0;
  background: rgba(23,25,29,0.08); color: var(--ink);
  backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center;
  transition: background 200ms ease, transform 160ms ease-out;
}
.slider__arrow:hover { background: rgba(23,25,29,0.16); }
.slider__arrow:active { transform: translateY(-50%) scale(0.94); }
.slider__arrow--prev { left: 18px; }
.slider__arrow--next { right: 18px; }
.slider__arrow svg { width: 20px; height: 20px; }
.slider__dots {
  position: absolute; left: 0; right: 0; bottom: 18px; z-index: 4;
  display: flex; justify-content: center; gap: 8px;
}
.slider__dot {
  width: 9px; height: 9px; border-radius: 999px; border: 0;
  background: rgba(23,25,29,0.25);
  transition: width 240ms var(--ease), background 200ms ease;
}
.slider__dot.is-active { width: 26px; background: var(--band); }

/* ============================================================
   SEKTIONS-GERÜST
   ============================================================ */
.section { padding: clamp(64px, 8vw, 104px) 0; }
.section--paper { background: var(--paper); }
.section--petrol { background: var(--petrol-ink); color: #fff; }
.sec-head { max-width: 800px; margin-bottom: clamp(32px, 4vw, 52px); }
.sec-label {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.24em;
  text-transform: uppercase; color: var(--petrol);
  margin-bottom: 14px;
}
.section--petrol .sec-label { color: var(--band); }
.sec-label::before { content: ""; width: 30px; height: 3px; background: var(--accent); border-radius: 2px; }
.sec-title {
  font-family: var(--display); font-weight: 800;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.05; letter-spacing: -0.018em;
}
.sec-title em { font-style: normal; color: var(--petrol); }
.section--petrol .sec-title em { color: var(--band); }
.sec-lede { margin-top: 16px; font-size: 17px; color: var(--muted); max-width: 640px; }
.section--petrol .sec-lede { color: var(--muted-dark); }

/* ============================================================
   INFO-KARTEN (Standort / Shop / Vermietung)
   ============================================================ */
.infocards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.icard {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; display: flex; flex-direction: column;
  border-top: 5px solid var(--petrol);
  transition: transform 300ms var(--ease), box-shadow 300ms var(--ease);
}
@media (hover: hover) { .icard:hover { transform: translateY(-5px); box-shadow: var(--shadow); } }
.icard__head {
  padding: 18px 24px 14px; text-align: center;
  font-family: var(--display); font-weight: 800; font-size: 19px;
  border-bottom: 1px solid var(--line);
}
.icard__media {
  aspect-ratio: 16 / 8.5; display: flex; align-items: center; justify-content: center;
  background:
    radial-gradient(ellipse 60% 55% at 50% 62%, rgba(22,96,106,0.10), transparent 72%),
    linear-gradient(180deg, #FFFFFF 0%, #F1EFE9 100%);
  padding: 16px;
}
.icard__media img { max-height: 100%; max-width: 100%; width: auto; object-fit: contain; }
.icard__media--machine img { max-height: 82%; }
.icard__body { padding: 20px 26px 26px; text-align: center; font-size: 15px; color: #3C3F45; }
.icard__body strong { color: var(--ink); }
.icard__body a { color: var(--petrol); font-weight: 600; }
.icard__body a:hover { text-decoration: underline; text-underline-offset: 3px; }
.icard__foot { margin-top: auto; padding: 0 26px 26px; text-align: center; }

/* ============================================================
   FIRMEN-STORY
   ============================================================ */
.story {
  display: grid; grid-template-columns: 1.5fr 1fr; gap: 22px; align-items: stretch;
}
.story__main {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  border-top: 5px solid var(--accent);
  padding: clamp(26px, 3.5vw, 44px);
}
.story__main h2 {
  font-family: var(--display); font-weight: 800; font-size: clamp(23px, 2.6vw, 32px);
  letter-spacing: -0.015em; line-height: 1.12; color: var(--petrol-ink);
}
.story__main p { margin-top: 15px; font-size: 16px; color: #3C3F45; }
.story__side {
  background: var(--petrol); color: #fff; border-radius: var(--radius);
  padding: clamp(26px, 3vw, 38px);
  display: flex; flex-direction: column; justify-content: center; gap: 8px;
  background-image: radial-gradient(ellipse 90% 70% at 85% 8%, rgba(47,207,194,0.16), transparent 55%);
}
.story__side .lbl { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.65); }
.story__side .big { font-family: var(--display); font-weight: 800; font-size: clamp(20px, 2vw, 26px); letter-spacing: -0.01em; }
.story__side a.big:hover { color: var(--band); }
.story__side hr { border: 0; border-top: 1px solid rgba(255,255,255,0.2); margin: 16px 0; }

/* ============================================================
   TEASER-REIHE
   ============================================================ */
.teasers { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.teaser {
  border-radius: var(--radius); padding: clamp(26px, 3vw, 38px);
  display: flex; flex-direction: column; gap: 12px; align-items: flex-start;
  border: 1px solid var(--line);
  transition: transform 300ms var(--ease), box-shadow 300ms var(--ease);
}
@media (hover: hover) { .teaser:hover { transform: translateY(-5px); box-shadow: var(--shadow); } }
.teaser h3 { font-family: var(--display); font-weight: 800; font-size: clamp(21px, 2.2vw, 27px); letter-spacing: -0.015em; line-height: 1.12; }
.teaser p { font-size: 15.5px; }
.teaser--teal { background: var(--band); border-color: transparent; color: var(--ink); }
.teaser--teal p { color: rgba(23,25,29,0.78); }
.teaser--petrol { background: var(--petrol); border-color: transparent; color: #fff;
  background-image: radial-gradient(ellipse 80% 70% at 90% 0%, rgba(47,207,194,0.25), transparent 55%); }
.teaser--petrol p { color: rgba(255,255,255,0.82); }
.teaser .btn { margin-top: 8px; }

/* ============================================================
   MASCHINEN — Flaggschiff-Karten
   ============================================================ */
.fleet { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.fleet-card {
  position: relative; overflow: hidden;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  display: flex; flex-direction: column;
  transition: transform 340ms var(--ease), box-shadow 340ms var(--ease), border-color 300ms ease;
}
@media (hover: hover) {
  .fleet-card:hover { transform: translateY(-6px); border-color: rgba(22,96,106,0.45); box-shadow: var(--shadow); }
  .fleet-card:hover .fleet-card__img img { transform: scale(1.045); }
}
.fleet-card:active { transform: scale(0.99); }
.fleet-card--big { grid-column: span 3; grid-row: span 2; }
.fleet-card--std { grid-column: span 3; }
.fleet-card--third { grid-column: span 2; }
.fleet-card__img {
  position: relative; padding: 24px;
  display: flex; align-items: center; justify-content: center;
  aspect-ratio: 4 / 3;
  background:
    radial-gradient(ellipse 60% 48% at 50% 58%, rgba(22,96,106,0.09), transparent 70%),
    linear-gradient(180deg, #FFFFFF 0%, #F2F0EA 100%);
}
.fleet-card--big .fleet-card__img { flex: 1; aspect-ratio: auto; min-height: 320px; }
.fleet-card__img img {
  max-height: 100%; max-width: 100%; width: auto; object-fit: contain;
  transition: transform 700ms var(--ease);
}
.fleet-card__tag {
  position: absolute; top: 14px; left: 14px;
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.14em;
  text-transform: uppercase;
  background: var(--petrol); color: #fff;
  padding: 6px 11px; border-radius: 999px;
}
.fleet-card__tag--orange { background: var(--accent); color: #fff; }
.fleet-card__body { padding: 18px 22px 22px; border-top: 1px solid var(--line); }
.fleet-card__model {
  font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--petrol); margin-bottom: 6px;
}
.fleet-card__name {
  font-family: var(--display); font-weight: 800;
  font-size: clamp(19px, 1.9vw, 24px); letter-spacing: -0.012em; line-height: 1.06;
}
.fleet-card__claim { margin-top: 6px; font-size: 14.5px; color: var(--muted); }
.fleet-card__specs { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 14px; }
.chip {
  font-family: var(--mono); font-size: 11px;
  background: var(--paper); border: 1px solid var(--line);
  padding: 5px 11px; border-radius: 999px; color: #3C3F45; white-space: nowrap;
}
.fleet-card__link {
  margin-top: 15px; display: inline-flex; align-items: center; gap: 7px;
  font-weight: 600; font-size: 14px; color: var(--petrol);
}
.fleet-card__link svg { width: 14px; height: 14px; transition: transform 240ms var(--ease); }
.fleet-card:hover .fleet-card__link svg { transform: translateX(4px); }

/* ---------- Komplettes Programm ---------- */
.program { margin-top: clamp(44px, 6vw, 72px); }
.program__head {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 20px; margin-bottom: 6px; flex-wrap: wrap;
}
.program__title { font-family: var(--display); font-weight: 800; font-size: clamp(21px, 2.4vw, 28px); letter-spacing: -0.012em; }
.program__hint { font-family: var(--mono); font-size: 11px; color: var(--muted); letter-spacing: 0.06em; }
.pgroup { margin-top: 10px; }
.pgroup__label {
  font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--petrol);
  display: flex; align-items: center; gap: 12px;
  background: var(--white); border: 1px solid var(--line); border-radius: 12px;
  padding: 14px 18px; cursor: pointer; user-select: none;
  transition: border-color 200ms ease, background 200ms ease;
}
.pgroup__label:hover { border-color: rgba(47,207,194,0.55); }
.pgroup__label::after {
  content: ""; width: 10px; height: 10px; flex: 0 0 auto; margin-left: auto;
  border-right: 2.2px solid var(--petrol); border-bottom: 2.2px solid var(--petrol);
  transform: rotate(45deg) translateY(-2px);
  transition: transform 260ms var(--ease);
}
.pgroup.open .pgroup__label::after { transform: rotate(225deg) translateY(-1px); }
.pgroup__count {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.08em;
  background: rgba(47,207,194,0.15); color: var(--petrol);
  padding: 3px 10px; border-radius: 999px;
}
.pgroup .prow { display: none; }
.pgroup.open .prow { display: grid; }
.prow {
  display: grid; grid-template-columns: 128px 1.2fr 1.3fr auto;
  gap: 8px 18px; align-items: center;
  padding: 9px 12px; border-bottom: 1px solid var(--line);
  border-radius: 10px;
  transition: background 200ms ease;
}
@media (hover: hover) { .prow:hover { background: var(--paper); } }
.prow__model { font-family: var(--display); font-weight: 800; font-size: 15.5px; letter-spacing: -0.008em; }
.prow__claim { font-size: 13.5px; color: var(--muted); }
.prow__specs { display: flex; flex-wrap: wrap; gap: 6px; }
.prow__link {
  display: inline-flex; align-items: center; gap: 6px;
  font-weight: 600; font-size: 13.5px; color: var(--petrol); white-space: nowrap;
  padding: 5px 12px; border: 1.5px solid rgba(22,96,106,0.4); border-radius: 999px; font-size: 12.5px;
  transition: background 200ms ease, color 200ms ease, border-color 200ms ease, transform 160ms ease-out;
}
.prow__link:hover { background: var(--petrol); border-color: var(--petrol); color: #fff; }
.prow__link:active { transform: scale(0.96); }

/* ============================================================
   VERMIETUNG
   ============================================================ */
.rent { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 70px); align-items: center; }
.rent__points { display: grid; margin-top: 4px; }
.rpoint { display: flex; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--line-dark); }
.rpoint__num {
  width: 34px; height: 34px; border-radius: 50%; flex-shrink: 0;
  background: var(--accent); color: #fff;
  font-family: var(--mono); font-size: 12px; font-weight: 600;
  display: flex; align-items: center; justify-content: center;
}
.rpoint__title { font-weight: 600; font-size: 16.5px; color: #fff; }
.rpoint__sub { font-size: 14.5px; color: var(--muted-dark); margin-top: 3px; max-width: 46ch; }
.rent__cta { display: flex; gap: 13px; margin-top: 28px; flex-wrap: wrap; }
.rent__doc {
  margin-top: 16px; display: inline-flex; gap: 8px; align-items: center;
  font-size: 13.5px; color: var(--band);
}
.rent__doc:hover { text-decoration: underline; text-underline-offset: 3px; }
.rent__plate {
  background:
    radial-gradient(ellipse 62% 50% at 50% 60%, rgba(47,207,194,0.10), transparent 72%),
    linear-gradient(180deg, rgba(255,255,255,0.07) 0%, rgba(255,255,255,0.02) 100%);
  border: 1px solid var(--line-dark); border-radius: 20px;
  padding: 36px 30px 30px; text-align: center;
}
.rent__plate img { max-height: 360px; margin: 0 auto; }
.rent__plate-caption {
  margin-top: 18px; font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted-dark);
}

/* ============================================================
   PROJEKTE
   ============================================================ */
.projects { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.pcard {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  border-top: 5px solid var(--accent);
  padding: 26px 24px;
  display: flex; flex-direction: column; gap: 13px;
  transition: transform 300ms var(--ease), box-shadow 300ms var(--ease);
}
@media (hover: hover) { .pcard:hover { transform: translateY(-5px); box-shadow: var(--shadow); } }
.pcard__icon {
  width: 54px; height: 54px; border-radius: 50%;
  background: var(--petrol); color: #fff;
  display: flex; align-items: center; justify-content: center;
}
.pcard__icon svg { width: 25px; height: 25px; }
.pcard__title { font-family: var(--display); font-weight: 800; font-size: 19px; letter-spacing: -0.008em; line-height: 1.15; }
.pcard__text { font-size: 14.5px; color: var(--muted); }
.projects__note { margin-top: 24px; font-size: 15px; color: var(--muted); }
.projects__note a { color: var(--petrol); font-weight: 600; }
.projects__note a:hover { text-decoration: underline; text-underline-offset: 3px; }

/* ============================================================
   MARKEN
   ============================================================ */
.brands { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 18px; align-items: stretch; }
.bcard {
  border-radius: var(--radius); padding: 30px 28px;
  display: flex; flex-direction: column; min-height: 290px;
  border: 1px solid var(--line);
  background: var(--white);
}
.bcard--live {
  background: var(--petrol);
  background-image:
    radial-gradient(ellipse 90% 70% at 12% 0%, rgba(47,207,194,0.32), transparent 58%),
    radial-gradient(ellipse 60% 50% at 100% 100%, rgba(47,207,194,0.14), transparent 60%);
  color: #fff; border-color: transparent;
  transition: transform 300ms var(--ease), box-shadow 300ms var(--ease);
}
@media (hover: hover) { .bcard--live:hover { transform: translateY(-5px); box-shadow: 0 30px 60px -28px rgba(17,75,83,0.55); } }
.bcard__eyebrow { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--teal); }
.bcard__name { font-family: var(--display); font-weight: 800; font-size: 29px; letter-spacing: -0.012em; margin-top: 16px; }
.bcard__name sup { font-size: 13px; color: var(--teal); }
.bcard__text { margin-top: 11px; font-size: 15px; color: rgba(255,255,255,0.82); max-width: 44ch; }
.bcard__link {
  margin-top: auto; padding-top: 22px;
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--band); font-weight: 600; font-size: 15px;
}
.bcard__link svg { width: 15px; height: 15px; transition: transform 240ms var(--ease); }
.bcard--live:hover .bcard__link svg { transform: translate(3px, -3px); }
.bcard--slot { border-style: dashed; border-color: rgba(23,25,29,0.25); justify-content: center; background: repeating-linear-gradient(-45deg, transparent 0 14px, rgba(23,25,29,0.018) 14px 28px); }
.bcard--slot .bcard__plus {
  width: 46px; height: 46px; border-radius: 50%;
  border: 1.5px dashed rgba(23,25,29,0.35);
  display: flex; align-items: center; justify-content: center;
  color: var(--muted); font-size: 22px;
}
.bcard--slot .bcard__name { font-size: 20px; color: var(--ink); }
.bcard--slot .bcard__text { color: var(--muted); font-size: 13.5px; }

/* ============================================================
   KONTAKT
   ============================================================ */
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 70px); }
.contact__list { display: grid; margin-top: 4px; }
.crow { display: flex; gap: 18px; align-items: flex-start; padding: 17px 0; border-bottom: 1px solid var(--line); }
.crow__icon {
  width: 46px; height: 46px; border-radius: 50%; flex-shrink: 0;
  background: var(--petrol); color: #fff;
  display: flex; align-items: center; justify-content: center;
}
.crow__icon svg { width: 21px; height: 21px; }
.crow__label { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); }
.crow__value { font-size: 16.5px; font-weight: 500; margin-top: 2px; }
.crow__value a:hover { color: var(--petrol); }
.contact__card {
  background: var(--petrol-ink); color: #fff; border-radius: 20px;
  padding: clamp(28px, 4vw, 44px);
  display: flex; flex-direction: column;
  background-image: radial-gradient(ellipse 80% 60% at 88% 8%, rgba(47,207,194,0.18), transparent 58%);
}
.contact__card h3 { font-family: var(--display); font-weight: 800; font-size: clamp(23px, 2.5vw, 30px); letter-spacing: -0.012em; line-height: 1.1; }
.contact__card p { margin-top: 13px; color: var(--muted-dark); font-size: 15.5px; max-width: 44ch; }
.contact__card .btns { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.contact__hours { margin-top: auto; padding-top: 28px; font-family: var(--mono); font-size: 12px; color: var(--muted-dark); letter-spacing: 0.05em; line-height: 1.9; }

/* ============================================================
   FOOTER (petrol-dunkel)
   ============================================================ */
.footer { background: var(--petrol-ink); color: var(--muted-dark); }
.footer__in { padding: 52px 0 38px; display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 36px; }
.footer__tagline { margin-top: 15px; font-size: 14px; max-width: 34ch; }
.footer h4 { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.55); margin-bottom: 13px; font-weight: 400; }
.footer ul { list-style: none; display: grid; gap: 9px; }
.footer ul a { font-size: 14.5px; color: var(--muted-dark); transition: color 180ms ease; }
.footer ul a:hover { color: var(--band); }
.footer__bottom {
  border-top: 1px solid var(--line-dark);
  padding: 18px 0 24px;
  display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap;
  font-size: 13px;
}
.footer__bottom a:hover { color: var(--band); }

/* ============================================================
   RECHTSSEITEN
   ============================================================ */
.legal { padding: 60px 0 100px; max-width: 760px; }
.legal h1 { font-family: var(--display); font-weight: 800; font-size: clamp(30px, 4vw, 42px); letter-spacing: -0.018em; margin-bottom: 28px; }
.legal h2 { font-family: var(--display); font-weight: 700; font-size: 20px; margin: 30px 0 10px; }
.legal p, .legal li { font-size: 15.5px; color: #3C3F45; margin-bottom: 10px; }
.legal ul { padding-left: 20px; }
.legal a { color: var(--petrol); text-decoration: underline; text-underline-offset: 2px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1080px) {
  .cats__in { grid-template-columns: repeat(4, 1fr); gap: 8px; }
  .fleet-card--big { grid-column: span 6; grid-row: auto; }
  .fleet-card--std, .fleet-card--third { grid-column: span 3; }
  .projects { grid-template-columns: repeat(2, 1fr); }
  .brands { grid-template-columns: 1fr 1fr; }
  .bcard--live { grid-column: span 2; }
  .infocards { grid-template-columns: 1fr; }
  .story { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .slider__scrim {
    background: linear-gradient(180deg, rgba(248,247,243,0.90) 0%, rgba(248,247,243,0.74) 52%, rgba(248,247,243,0.22) 100%);
  }
  .rent, .contact { grid-template-columns: 1fr; }
  .teasers { grid-template-columns: 1fr; }
  .slider__content { padding: 0 28px; }
  .slider__arrow { display: none; }
}
@media (max-width: 640px) {
  body { font-size: 15.5px; }
  .header { height: 92px; }
  .brand--center .brand__mark { height: 36px; }
  .brand--center .brand__word { height: 22px; }
  .brand--center { gap: 4px; }
  .wrap { padding: 0 20px; }
  .header__in { padding: 0 20px; }
  .cats { padding-bottom: 18px; }
  /* Wischbare Icon-Leiste */
  .cats__in {
    display: flex; gap: 4px; padding: 0 12px;
    overflow-x: auto; -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }
  .cats__in::-webkit-scrollbar { display: none; }
  .cat { flex: 0 0 auto; width: 96px; scroll-snap-align: start; }
  .cat__circle { width: 72px; height: 72px; }
  .cat__circle svg { width: 38px; height: 38px; }
  .cat__label { font-size: 11px; }
  .slider { min-height: 400px; height: 62vh; }
  .fleet { gap: 14px; }
  .fleet-card--std, .fleet-card--third { grid-column: span 6; }
  .projects { grid-template-columns: 1fr; }
  .brands { grid-template-columns: 1fr; }
  .bcard--live { grid-column: span 1; }
  .bcard { min-height: 0; }
  .footer__in { grid-template-columns: 1fr; gap: 28px; }
  .prow { grid-template-columns: 1fr auto; }
  .prow__claim { grid-column: 1 / -1; order: 3; }
  .prow__specs { grid-column: 1 / -1; order: 4; }
  .contact__card .btns .btn, .rent__cta .btn { flex: 1; justify-content: center; }
}

/* ============================================================
   UNTERSEITEN-HERO + CTA-BAND (Mehrseiten-Struktur)
   ============================================================ */
.pagehero {
  background: var(--petrol-ink); color: #fff;
  padding: clamp(44px, 6vw, 72px) 0 clamp(36px, 5vw, 56px);
  background-image:
    radial-gradient(ellipse 70% 90% at 88% 0%, rgba(47,207,194,0.16), transparent 55%);
}
.pagehero .sec-label { color: var(--band); }
.pagehero__title {
  font-family: var(--display); font-weight: 800;
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1.03; letter-spacing: -0.02em;
}
.pagehero__lede { margin-top: 14px; font-size: 17px; color: var(--muted-dark); max-width: 640px; }

.ctaband {
  display: flex; align-items: center; justify-content: space-between;
  gap: 30px; flex-wrap: wrap;
}
.ctaband .sec-lede { max-width: 560px; }
.ctaband__btns { display: flex; gap: 13px; flex-wrap: wrap; }

/* Aktiver Menüpunkt */
.nav a[aria-current="page"] { background: rgba(255,255,255,0.20); }


/* ============================================================
   KATEGORIE-SEITEN (Tesla/Apple-Stil: grosses Bild, Specs klar)
   ============================================================ */
.mhero {
  position: relative; color: var(--ink); overflow: hidden;
  min-height: min(60vh, 560px);
  display: flex; align-items: flex-end;
  background-size: cover; background-position: center 65%;
}
.mhero::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(248,247,243,0.20) 0%, rgba(248,247,243,0) 45%, rgba(248,247,243,0.60) 100%),
    linear-gradient(95deg, rgba(248,247,243,0.90) 0%, rgba(248,247,243,0.48) 46%, rgba(248,247,243,0) 72%);
}
.mhero__in { position: relative; z-index: 2; width: 100%; padding: 90px 0 54px; }
.mhero .sec-label { color: var(--petrol); }
.mhero__title {
  font-family: var(--display); font-weight: 900;
  font-size: clamp(38px, 6vw, 76px);
  line-height: 0.98; letter-spacing: -0.025em;
}
.mhero__lede { margin-top: 14px; font-size: 17.5px; color: var(--muted); max-width: 620px; }

/* Maschinen-Block mit Apple-artiger Datentabelle */
.mblock { padding: clamp(48px, 6vw, 72px) 0; border-bottom: 1px solid var(--line); }
.mblock:last-of-type { border-bottom: 0; }
.mblock__head { display: flex; align-items: baseline; gap: 18px; flex-wrap: wrap; }
.mblock__name { font-family: var(--display); font-weight: 800; font-size: clamp(26px, 3.2vw, 40px); letter-spacing: -0.018em; }
.mblock__claim { font-size: 17px; color: var(--muted); }
.mblock__grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(26px, 4vw, 60px); margin-top: 26px; align-items: start; }
.mblock--noimg .mblock__grid { grid-template-columns: 1fr; max-width: 800px; }
.mblock__visual {
  border-radius: var(--radius); overflow: hidden;
  background:
    radial-gradient(ellipse 60% 50% at 50% 60%, rgba(22,96,106,0.09), transparent 70%),
    linear-gradient(180deg, #FFFFFF 0%, #F1EFE9 100%);
  border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center;
  padding: 30px; min-height: 340px; position: sticky; top: calc(var(--header-h) + 20px);
}
.mblock__visual img { max-height: 420px; width: auto; max-width: 100%; object-fit: contain; }
.spec-table { width: 100%; border-collapse: collapse; }
.spec-table th, .spec-table td {
  text-align: left; padding: 11px 4px; border-bottom: 1px solid var(--line);
  vertical-align: top; font-weight: 400;
}
.spec-table th { color: var(--muted); font-size: 14px; width: 42%; }
.spec-table td { font-family: var(--mono); font-size: 13.5px; color: var(--ink); }
.mblock__cta { display: flex; gap: 12px; margin-top: 22px; flex-wrap: wrap; }

/* Kategorie-Karten (Verkaufs-Übersicht, Tesla-Lineup-Gefühl) */
.katgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.katcard {
  position: relative; border-radius: var(--radius); overflow: hidden;
  aspect-ratio: 16 / 9.5; display: flex; align-items: flex-end;
  color: var(--ink); background-size: cover; background-position: center;
  border: 1px solid var(--line);
  transition: transform 320ms var(--ease), box-shadow 320ms var(--ease);
}
@media (hover: hover) { .katcard:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -28px rgba(23,25,29,0.28); } }
.katcard::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(248,247,243,0) 42%, rgba(248,247,243,0.88) 100%);
}
.katcard__in { position: relative; z-index: 2; padding: 20px 22px; width: 100%; display: flex; align-items: flex-end; justify-content: space-between; gap: 10px; }
.katcard__name { font-family: var(--display); font-weight: 800; font-size: 21px; letter-spacing: -0.01em; line-height: 1.1; }
.katcard__count { font-family: var(--mono); font-size: 11px; color: var(--petrol); letter-spacing: 0.1em; white-space: nowrap; }
.katcard__arrow {
  width: 38px; height: 38px; border-radius: 50%; flex-shrink: 0;
  background: rgba(255,255,255,0.14); backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center;
  transition: background 200ms ease, transform 240ms var(--ease);
}
.katcard:hover .katcard__arrow { background: var(--band); color: var(--ink); transform: translateX(3px); }
.katcard__arrow svg { width: 17px; height: 17px; }

/* Grössere Slider-Typo (Tesla-Anmutung) */
.slider { height: min(72vh, 680px); }
.slider__title { font-size: clamp(34px, 5vw, 66px); }

@media (max-width: 1080px) { .katgrid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 900px) {
  .mblock__grid, .mblock--noimg .mblock__grid { grid-template-columns: 1fr; }
  .mblock__visual { position: static; min-height: 260px; }
}
@media (max-width: 640px) { .katgrid { grid-template-columns: 1fr; } }


/* Kategorie-Kreise mit echten Produktfotos statt Strich-Icons */
.cat__circle--photo {
  background: #fff;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 22px -10px rgba(14,58,64,0.35), inset 0 0 0 3px rgba(255,255,255,0.9);
  border: 1px solid rgba(14,58,64,0.14);
}
.cat:hover .cat__circle--photo {
  background: #fff;
  box-shadow: 0 16px 30px -10px rgba(14,58,64,0.45), inset 0 0 0 3px #fff;
}
.cat__circle--photo img {
  width: 100%; height: 100%; object-fit: cover; border-radius: 50%;
  transition: transform 300ms var(--ease);
}
.cat:hover .cat__circle--photo img { transform: scale(1.08); }
/* Kleine Uhr-Plakette (Vermietung: Maschine auf Zeit) */
.cat__badge {
  position: absolute; right: -2px; bottom: -2px;
  width: 26px; height: 26px; border-radius: 50%;
  background: var(--petrol); color: #fff;
  display: flex; align-items: center; justify-content: center;
  border: 2.5px solid var(--band);
}
.cat__badge svg { width: 14px; height: 14px; }


/* Echte Produkt-Silhouetten in den Kategorie-Kreisen */
.cat__sil { width: 72%; height: 72%; object-fit: contain; }

/* ============================================================
   AUSBAU-KOMPONENTEN (Premium-Runde)
   ============================================================ */

/* ---------- Zahlenband ---------- */
.statband { background: var(--petrol-deep); color: #fff; }
.statband__in {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
  padding: 58px 0;
}
.stat { text-align: center; position: relative; }
.stat + .stat::before {
  content: ""; position: absolute; left: -12px; top: 12%; height: 76%;
  width: 1px; background: var(--line-dark);
}
.stat__num {
  font-family: var(--display); font-weight: 900;
  font-size: clamp(34px, 4.6vw, 56px); line-height: 1;
  color: var(--band); letter-spacing: -0.01em;
}
.stat__label {
  margin-top: 10px; font-family: var(--mono); font-size: 11.5px;
  letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.72);
}

/* ---------- Warum-Kacheln ---------- */
.whygrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.why {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 24px 26px;
  transition: transform 300ms var(--ease), box-shadow 300ms var(--ease), border-color 300ms ease;
}
@media (hover: hover) { .why:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: transparent; } }
.why__ico {
  width: 52px; height: 52px; border-radius: 14px;
  background: var(--petrol); color: #fff;
  display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
}
.why__ico svg { width: 26px; height: 26px; }
.why h3 { font-family: var(--display); font-weight: 800; font-size: 17.5px; margin-bottom: 8px; }
.why p { font-size: 14.5px; color: var(--muted); line-height: 1.6; }

/* ---------- Länder-Ticker ---------- */
.marquee {
  background: var(--paper); border-block: 1px solid var(--line);
  overflow: hidden; padding: 17px 0; position: relative;
}
.marquee::before, .marquee::after {
  content: ""; position: absolute; top: 0; bottom: 0; width: 90px; z-index: 2; pointer-events: none;
}
.marquee::before { left: 0; background: linear-gradient(90deg, var(--paper), transparent); }
.marquee::after { right: 0; background: linear-gradient(270deg, var(--paper), transparent); }
.marquee__track {
  display: flex; gap: 0; width: max-content;
  animation: marquee 90s linear infinite;
}
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__seq {
  display: flex; align-items: center; white-space: nowrap;
  font-family: var(--mono); font-size: 12.5px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--muted);
}
.marquee__seq span { padding: 0 14px; }
.marquee__seq span::after { content: "·"; margin-left: 28px; color: var(--band); }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee__track { animation: none; } }

/* ---------- Sortiment-Streifen (PlasterOne) ---------- */
.sortiment {
  background: var(--petrol-ink); border-radius: var(--radius);
  padding: 34px 34px 30px; color: #fff;
}
.sortiment__head {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 18px; flex-wrap: wrap; margin-bottom: 24px;
}
.sortiment__title { font-family: var(--display); font-weight: 800; font-size: 21px; }
.sortiment__title em { font-style: normal; color: var(--band); }
.sortiment__hint { font-family: var(--mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.55); }
.sortiment__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.sitem {
  background: rgba(255,255,255,0.05); border: 1px solid var(--line-dark);
  border-radius: 14px; padding: 18px 12px 16px; text-align: center;
  transition: background 240ms ease, transform 240ms var(--ease), border-color 240ms ease;
}
@media (hover: hover) { .sitem:hover { background: rgba(47,207,194,0.13); border-color: rgba(47,207,194,0.45); transform: translateY(-3px); } }
.sitem__ico { height: 46px; display: flex; align-items: center; justify-content: center; margin-bottom: 10px; }
.sitem__ico img { height: 40px; width: auto; max-width: 58px; object-fit: contain; }
.sitem__ico svg { height: 34px; width: 34px; color: #fff; }
.sitem__name { display: block; font-weight: 600; font-size: 13.5px; line-height: 1.3; }
.sitem__meta { display: block; margin-top: 4px; font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.06em; color: var(--band); }

/* ---------- Prozess-Schritte ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: step; }
.step {
  position: relative; background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 26px 24px 24px;
}
.step::before {
  counter-increment: step; content: "0" counter(step);
  display: block; font-family: var(--mono); font-weight: 600; font-size: 13px;
  letter-spacing: 0.14em; color: var(--band); margin-bottom: 14px;
}
.step h3 { font-family: var(--display); font-weight: 800; font-size: 17px; margin-bottom: 8px; }
.step p { font-size: 14.5px; color: var(--muted); line-height: 1.6; }
.step:not(:last-child)::after {
  content: ""; position: absolute; right: -14px; top: 50%; width: 10px; height: 10px;
  border-top: 2.4px solid var(--band); border-right: 2.4px solid var(--band);
  transform: translateY(-50%) rotate(45deg);
}
.section--paper .step { background: var(--white); }

/* ---------- Checkliste ---------- */
.check { list-style: none; display: grid; gap: 13px; }
.check li { display: flex; gap: 13px; align-items: flex-start; font-size: 15.5px; }
.check li::before {
  content: ""; flex: 0 0 auto; width: 22px; height: 22px; margin-top: 2px;
  border-radius: 50%; background-color: var(--band);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2317191D' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'><path d='M5 13l4 4 10-10'/></svg>");
  background-size: 13px; background-position: center; background-repeat: no-repeat;
}

/* ---------- FAQ (Akkordeon) ---------- */
.faq { display: grid; gap: 12px; }
.faq details {
  background: var(--white); border: 1px solid var(--line); border-radius: 14px;
  overflow: hidden;
}
.faq summary {
  list-style: none; cursor: pointer; padding: 19px 54px 19px 24px;
  font-weight: 600; font-size: 16px; position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; position: absolute; right: 22px; top: 50%; width: 11px; height: 11px;
  border-right: 2.4px solid var(--petrol); border-bottom: 2.4px solid var(--petrol);
  transform: translateY(-70%) rotate(45deg); transition: transform 260ms var(--ease);
}
.faq details[open] summary::after { transform: translateY(-30%) rotate(225deg); }
.faq details[open] summary { color: var(--petrol); }
.faq .faq__body { padding: 0 24px 20px; font-size: 15px; color: var(--muted); line-height: 1.7; max-width: 72ch; }

/* ---------- Marken-Architektur ---------- */
.archi { text-align: center; }
.archi__root {
  display: inline-block; background: var(--petrol-ink); border-radius: 16px;
  padding: 22px 40px;
}
.archi__root img { height: 54px; width: auto; margin: 0 auto; }
.archi__stem { width: 2px; height: 34px; background: var(--line); margin: 0 auto; }
.archi__row { display: grid; grid-template-columns: repeat(3, minmax(0, 300px)); gap: 18px; justify-content: center; }
.archi__brand {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 22px; position: relative;
}
.archi__brand::before {
  content: ""; position: absolute; top: -19px; left: 50%; width: 2px; height: 18px;
  background: var(--line);
}
.archi__brand--live { border-top: 5px solid var(--teal); }
.archi__brand--soon { border-style: dashed; color: var(--muted); }
.archi__brand h3 { font-family: var(--display); font-weight: 800; font-size: 19px; margin-bottom: 6px; }
.archi__brand p { font-size: 14px; color: var(--muted); line-height: 1.55; }
.archi__tag {
  display: inline-block; margin-bottom: 12px; font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.2em; text-transform: uppercase; padding: 5px 11px; border-radius: 999px;
  background: rgba(47,207,194,0.14); color: var(--petrol);
}
.archi__brand--soon .archi__tag { background: rgba(23,25,29,0.06); color: var(--muted); }

/* ---------- Kontakt-Kanäle ---------- */
.kcards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.kcard {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 26px; text-align: center; display: block;
  transition: transform 300ms var(--ease), box-shadow 300ms var(--ease);
}
@media (hover: hover) { .kcard:hover { transform: translateY(-4px); box-shadow: var(--shadow); } }
.kcard__ico {
  width: 58px; height: 58px; border-radius: 50%; margin: 0 auto 16px;
  background: var(--petrol); color: #fff;
  display: flex; align-items: center; justify-content: center;
}
.kcard__ico svg { width: 27px; height: 27px; }
.kcard h3 { font-family: var(--display); font-weight: 800; font-size: 17px; margin-bottom: 5px; }
.kcard p { font-size: 14.5px; color: var(--muted); margin-bottom: 12px; }
.kcard strong { color: var(--petrol); font-size: 16px; }

/* ---------- Responsive für Ausbau ---------- */
@media (max-width: 1080px) {
  .sortiment__grid { grid-template-columns: repeat(3, 1fr); }
  .whygrid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .step:nth-child(2)::after { display: none; }
  .archi__row { grid-template-columns: repeat(2, minmax(0,300px)); }
}
@media (max-width: 640px) {
  .statband__in { grid-template-columns: repeat(2, 1fr); gap: 34px 18px; padding: 44px 0; }
  .stat + .stat::before { display: none; }
  .stat__label { font-size: 10px; padding: 0 6px; }
  .sortiment { padding: 24px 18px 20px; }
  .sortiment__grid { grid-template-columns: repeat(2, 1fr); }
  .whygrid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .step::after { display: none !important; }
  .kcards { grid-template-columns: 1fr; }
  .archi__row { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .slider { height: 78vh; min-height: 600px; max-height: 760px; }
  .slider__slide { align-items: flex-start; }
  .slider__content { padding: 30px 24px 0; }
  .slider__big { display: none; }
  .slider__scrim {
    background: linear-gradient(180deg, rgba(248,247,243,0.85) 0%, rgba(248,247,243,0.60) 38%, rgba(248,247,243,0.28) 56%, rgba(248,247,243,0) 70%);
  }
  .slider__bg { background-position: center bottom; }
  .slider__slide:nth-child(1) .slider__bg { background-image: url("../img/slide1-m.jpg") !important; }
  .slider__slide:nth-child(2) .slider__bg { background-image: url("../img/slide6-m.jpg") !important; }
  .slider__slide:nth-child(3) .slider__bg { background-image: url("../img/slide7-m.jpg") !important; }
  .slider__slide:nth-child(4) .slider__bg { background-image: url("../img/slide2-m.jpg") !important; }
  .slider__slide:nth-child(5) .slider__bg { background-image: url("../img/slide3-m.jpg") !important; }
  .slider__slide:nth-child(6) .slider__bg { background-image: url("../img/slide4-m.jpg") !important; }
  .slider__slide:nth-child(7) .slider__bg { background-image: url("../img/slide5-m.jpg") !important; }
  .slider__title { font-size: clamp(30px, 8.6vw, 40px); }
  .slider__chips .chip { font-size: 10.5px; }
}


/* ============================================================
   HERO-MOTION (Eye-Catcher)
   ============================================================ */
@keyframes hero-rise { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
@keyframes hero-bg   { from { transform: scale(1.06); } to { transform: scale(1); } }
@keyframes hero-word { from { opacity: 0; letter-spacing: 0.16em; } to { opacity: 1; letter-spacing: 0.02em; } }
@keyframes hero-sweep { from { transform: translateX(-130%) skewX(-18deg); } to { transform: translateX(230%) skewX(-18deg); } }
@keyframes hero-live {
  0%   { transform: translate3d(-4%, -3%, 0) scale(1); }
  50%  { transform: translate3d(4%, 3%, 0) scale(1.08); }
  100% { transform: translate3d(-4%, -3%, 0) scale(1); }
}

.slider__bg { will-change: transform; }
.slider__slide.is-active .slider__bg { animation: hero-bg 7s var(--ease) both; }
.slider__slide.is-active .slider__big { animation: hero-word 1200ms var(--ease) both; }
.slider__slide.is-active .slider__label { animation: hero-rise 600ms var(--ease) both; }
.slider__slide.is-active .slider__title { animation: hero-rise 700ms var(--ease) 90ms both; }
.slider__slide.is-active .slider__text  { animation: hero-rise 700ms var(--ease) 190ms both; }
.slider__slide.is-active .slider__chips { animation: hero-rise 700ms var(--ease) 290ms both; }
.slider__slide.is-active .slider__cta   { animation: hero-rise 700ms var(--ease) 390ms both; }

/* Licht-Sweep ueber die Maschine bei Slide-Wechsel */
.slider__slide::before {
  content: ""; position: absolute; top: 0; bottom: 0; width: 34%;
  z-index: 2; pointer-events: none; opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.5), transparent);
}
.slider__slide.is-active::before { animation: hero-sweep 1400ms ease-out 250ms; opacity: 1; }

/* Lebendiger Farbverlauf ueber allem (sehr dezent, pausiert bei reduced motion) */
.slider__live {
  position: absolute; inset: -12%; z-index: 2; pointer-events: none;
  background:
    radial-gradient(ellipse 46% 60% at 82% 18%, rgba(47,207,194,0.20), transparent 70%),
    radial-gradient(ellipse 40% 55% at 10% 88%, rgba(232,98,45,0.10), transparent 70%);
  mix-blend-mode: soft-light;
  animation: hero-live 14s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
  .slider__slide.is-active .slider__bg,
  .slider__slide.is-active .slider__big,
  .slider__slide.is-active .slider__label,
  .slider__slide.is-active .slider__title,
  .slider__slide.is-active .slider__text,
  .slider__slide.is-active .slider__chips,
  .slider__slide.is-active .slider__cta,
  .slider__slide.is-active::before,
  .slider__live { animation: none; opacity: 1; }
}


/* ============================================================
   KATEGORIEN — eigene Sektion unter dem Header (dunkel)
   ============================================================ */
.cats { background: var(--petrol-ink); padding: 20px 0 30px; }
.cat__label { color: #fff; }
.cat__circle {
  background: var(--petrol);
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow: 0 14px 30px -16px rgba(0,0,0,0.55);
}
@media (hover: hover) { .cat:hover .cat__circle { border-color: rgba(47,207,194,0.55); } }


/* ============================================================
   HEADER — Logo mittig, Navigation beidseitig
   ============================================================ */
.header__in--center {
  position: relative; min-height: 100px;
  display: flex; align-items: flex-end; gap: 18px;
}
.nav--left { margin: 0 0 16px 0; }
.nav--right {
  position: absolute; right: 0; bottom: 14px;
  display: flex; align-items: center;
}
.nav--right .btn-brandlink {
  margin-left: 0;
  color: #fff; text-shadow: none;
  text-transform: none; letter-spacing: 0.01em;
  font-size: 14px; font-weight: 700;
}
.brand--center {
  position: absolute; left: 50%; top: 0; transform: translateX(-50%);
  flex-direction: column; gap: 6px; align-items: center;
}
.brand--center .brand__mark { height: 52px; }
.brand--center .brand__word { height: 35px; }
.header__in--center .burger { position: absolute; left: 6px; top: 50%; transform: translateY(-50%); }
@media (max-width: 1360px) {
  .nav a { font-size: 12.5px; padding: 8px 9px; letter-spacing: 0.04em; }
}
@media (max-width: 1220px) {
  .nav--left { display: none; }
  .header__in--center .burger { display: flex; }
}
@media (max-width: 900px) {
  .header__in--center { min-height: 92px; }
  .brand--center .brand__mark { height: 44px; }
  .brand--center .brand__word { height: 30px; }
}
@media (max-width: 640px) {
  /* Kompakt-Header: nur die S-Marke mittig, Burger links, Button rechts */
  .header { padding: 0; }
  .header__in--center { min-height: 82px; align-items: center; }
  .brand--center { position: static; margin: 0 auto; transform: none; gap: 5px; }
  .brand--center .brand__word { display: block; height: 25px; }
  .brand--center .brand__mark { height: 38px; }
  .nav--right { right: 0; bottom: auto; top: 50%; transform: translateY(-50%); }
  .nav--right .btn-brandlink { font-size: 10.5px; padding: 6px 9px; }
  .b-long { display: none; }
  .nav--right .btn-brandlink svg { display: none; }
}


/* ============================================================
   V3 + zentriertes Logo — Startseite: Header transparent auf Hero
   ============================================================ */
.is-home .header {
  position: sticky; top: var(--ann-h, 0px);
  background: transparent; box-shadow: none;
}
.is-home .header.scrolled {
  background: var(--petrol-ink);
  box-shadow: 0 8px 30px -16px rgba(14,58,64,0.5);
}
.is-home .slider {
  height: min(96vh, 860px); min-height: 620px;
  margin-top: calc(-1 * var(--hdr-h, 114px));
}

.is-home .slider__content { margin-top: 84px; }
@media (max-width: 900px) {
  .is-home .slider { height: 90vh; min-height: 640px; max-height: 860px; }
  .is-home .slider__content { margin-top: 0; padding-top: 140px; }
}

/* Startseite: dunkler Verlauf oben (im Slide-Scrim) fuer Header-Lesbarkeit */
.is-home .slider__scrim {
  background:
    linear-gradient(180deg, rgba(14,58,64,0.82) 0%, rgba(14,58,64,0.42) 190px, rgba(14,58,64,0) 330px),
    linear-gradient(95deg, rgba(248,247,243,0.94) 0%, rgba(248,247,243,0.55) 42%, rgba(248,247,243,0) 68%);
}
@media (max-width: 640px) {
  .is-home .slider__scrim {
    background:
      linear-gradient(180deg, rgba(14,58,64,0.85) 0%, rgba(14,58,64,0.45) 130px, rgba(14,58,64,0) 230px),
      linear-gradient(180deg, rgba(248,247,243,0) 200px, rgba(248,247,243,0.70) 300px, rgba(248,247,243,0.62) 48%, rgba(248,247,243,0.25) 62%, rgba(248,247,243,0) 72%);
  }
}


/* ============================================================
   EINBLICK-SEKTIONEN (RS-Scroll + Fotos)
   ============================================================ */
.hswrap { position: relative; }
.hscroll {
  display: flex; gap: 14px;
  overflow-x: auto; -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity; scroll-behavior: smooth;
  padding: 6px max(calc((100% - 1240px) / 2 + 28px), 28px) 20px;
  scrollbar-width: none;
}
.hscroll::-webkit-scrollbar { display: none; }
.rscard {
  flex: 0 0 225px; scroll-snap-align: start;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 14px 14px 16px; display: flex; flex-direction: column;
  transition: transform 280ms var(--ease), box-shadow 280ms var(--ease);
}
@media (hover: hover) { .rscard:hover { transform: translateY(-4px); box-shadow: var(--shadow); } }
.rscard__img {
  display: flex; align-items: center; justify-content: center;
  aspect-ratio: 1 / 0.78; border-radius: 10px; overflow: hidden;
  background: transparent; margin-bottom: 12px; padding: 6px;
}
.rscard__img img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; }
.rscard__name { font-family: var(--display); font-weight: 800; font-size: 14.5px; line-height: 1.25; }
.rscard__fit { margin-top: 5px; font-family: var(--mono); font-size: 10px; letter-spacing: 0.05em; color: var(--muted); }
.rscard--more { justify-content: center; align-items: center; text-align: center; background: var(--petrol-ink); border: 0; color: #fff; }
.rscard--more .rscard__fit { color: var(--band); }
.rscard__moreno { font-family: var(--display); font-weight: 900; font-size: 44px; color: var(--band); line-height: 1; margin-bottom: 8px; }
.hsbtn {
  position: absolute; top: 42%; transform: translateY(-50%); z-index: 5;
  width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line);
  background: rgba(255,255,255,0.95); color: var(--ink);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 26px -14px rgba(23,25,29,0.4);
  transition: background 180ms ease, transform 160ms ease-out;
}
.hsbtn:hover { background: #fff; }
.hsbtn:active { transform: translateY(-50%) scale(0.94); }
.hsbtn svg { width: 18px; height: 18px; }
.hsbtn--prev { left: 14px; }
.hsbtn--next { right: 14px; }
@media (max-width: 640px) {
  .rscard { flex-basis: 180px; }
  .hsbtn { display: none; }
  .hscroll { padding: 6px 20px 16px; }
}

.peek { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.peek__item { margin: 0; }
.peek__item img {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover;
  border-radius: var(--radius); display: block;
  box-shadow: 0 24px 50px -30px rgba(23,25,29,0.35);
}
.peek__item figcaption {
  margin-top: 11px; font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted);
}
@media (max-width: 900px) { .peek { grid-template-columns: 1fr; } }


/* ============================================================
   MIETPARK (Vermietung)
   ============================================================ */
.mpark {
  display: grid; grid-template-columns: 0.9fr 1.4fr; gap: 34px;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 34px; align-items: center;
}
.mpark__media img { width: 100%; max-height: 420px; object-fit: contain; }
.mpark__tag { font-family: var(--mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--petrol); margin-bottom: 8px; }
.mpark__name { font-family: var(--display); font-weight: 900; font-size: clamp(26px, 3vw, 38px); letter-spacing: -0.015em; }
.mpark__claim { margin-top: 6px; color: var(--muted); }
.mpark__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 22px; }
.mpark__cols h4 { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.check--small li { font-size: 13.5px; }
.check--small { gap: 8px; }
.check--small li::before { width: 18px; height: 18px; background-size: 11px; }
.mpark__specs { display: grid; gap: 7px; }
.mpark__specs div { display: flex; justify-content: space-between; gap: 12px; border-bottom: 1px dashed var(--line); padding-bottom: 6px; }
.mpark__specs dt { font-size: 13px; color: var(--muted); }
.mpark__specs dd { font-family: var(--mono); font-size: 12.5px; font-weight: 600; }
.mpark__btns { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.mpark-mini { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 16px; }
.mmini {
  display: flex; align-items: center; gap: 14px;
  background: var(--white); border: 1px solid var(--line); border-radius: 14px;
  padding: 14px 16px;
  transition: transform 260ms var(--ease), box-shadow 260ms var(--ease);
}
@media (hover: hover) { .mmini:hover { transform: translateY(-3px); box-shadow: var(--shadow); } }
.mmini img { width: 62px; height: 62px; object-fit: contain; flex: 0 0 auto; }
.mmini div { display: flex; flex-direction: column; line-height: 1.3; }
.mmini strong { font-family: var(--display); font-size: 15.5px; }
.mmini span { font-size: 12.5px; color: var(--muted); }
.mmini__tag {
  margin-left: auto; font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.08em;
  background: rgba(47,207,194,0.15); color: var(--petrol);
  padding: 4px 10px; border-radius: 999px; white-space: nowrap;
}

/* ============================================================
   KATEGORIEN-ÜBERSICHT (Verkauf)
   ============================================================ */
.kshow-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.kshow {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px 24px 20px; display: flex; flex-direction: column;
}
.kshow__head { display: flex; gap: 16px; align-items: flex-start; }
.kshow__ico {
  flex: 0 0 auto; width: 52px; height: 52px; border-radius: 14px;
  background: var(--petrol); color: #fff;
  display: flex; align-items: center; justify-content: center;
}
.kshow__ico img { width: 30px; height: 30px; object-fit: contain; }
.kshow__ico svg { width: 26px; height: 26px; }
.kshow__txt h3 { font-family: var(--display); font-weight: 800; font-size: 19px; }
.kshow__txt p { font-size: 13.5px; color: var(--muted); margin-top: 3px; line-height: 1.55; }
.kshow__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 18px; }
.kshow__item {
  border: 1px solid var(--line); border-radius: 12px; padding: 10px;
  display: flex; flex-direction: column; gap: 8px;
  transition: border-color 200ms ease, transform 220ms var(--ease);
}
@media (hover: hover) { .kshow__item:hover { border-color: rgba(47,207,194,0.6); transform: translateY(-2px); } }
.kshow__item img { width: 100%; aspect-ratio: 1/0.85; object-fit: contain; background: #FBFBFA; border-radius: 8px; }
.kshow__item span { font-size: 11.5px; line-height: 1.35; color: var(--ink); font-weight: 600; }
.kshow__more { margin-top: auto; padding-top: 16px; font-weight: 600; font-size: 13.5px; color: var(--petrol); }
.kshow__more:hover { text-decoration: underline; text-underline-offset: 3px; }

/* ============================================================
   FOOTER: großes Logo + Mobile
   ============================================================ */
.footer__biglogo { display: flex; justify-content: center; padding: 52px 0 4px; }
.footer__biglogo img { width: min(94%, 1150px); height: auto; opacity: 0.97; }

@media (max-width: 1080px) {
  .mpark { grid-template-columns: 1fr; }
  .mpark__media img { max-height: 300px; }
  .mpark-mini { grid-template-columns: 1fr; }
  .kshow-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .mpark { padding: 22px 18px; }
  .mpark__cols { grid-template-columns: 1fr; }
  .footer__in { grid-template-columns: 1fr 1fr !important; gap: 26px 18px; }
  .footer__in > div:first-child { grid-column: 1 / -1; text-align: center; }
  .footer__in > div:first-child .brand { justify-content: center; }
  .footer__in > div:first-child .footer__tagline { margin-left: auto; margin-right: auto; }
  .footer__bottom { flex-direction: column; gap: 6px; text-align: center; align-items: center; }
  .footer__biglogo { padding: 30px 0 0; }
}


/* ============================================================
   FINALE RUNDE: Announcement, WhatsApp, Formulare, Hints
   ============================================================ */
/* --- Announcement-Bar --- */
.announce {
  display: none;
  position: sticky; top: 0; z-index: 130;
  transition: background 340ms ease, backdrop-filter 340ms ease, border-color 340ms ease;
  background: #FBDCCB; color: var(--petrol-ink);
  align-items: center; justify-content: center;
  font-size: 13px; padding: 8px 44px 8px 14px; text-align: center;
}
html.announce-on .announce { display: flex; }
.announce a { color: var(--petrol-ink); }
.announce a:hover { text-decoration: underline; text-underline-offset: 3px; }
.announce__x {
  position: absolute; right: 8px; top: 50%; transform: translateY(-50%);
  background: rgba(23,25,29,0.10); border: 0; color: var(--petrol-ink);
  width: 26px; height: 26px; border-radius: 50%; font-size: 15px; line-height: 1;
}
.header { top: var(--ann-h, 0px); }
@media (max-width: 640px) {
  .announce { font-size: 11px; padding: 8px 38px 8px 12px; }
  .announce .a-long { display: none; }
}


/* --- Formulare --- */
.xform { max-width: 860px; }
.xf__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 18px; margin-bottom: 14px; }
.xf__field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.xf__grid .xf__field { margin-bottom: 0; }
.xf__field span { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.xf__field em { text-transform: none; letter-spacing: 0; font-style: normal; opacity: 0.7; }
.xf__field input, .xf__field select, .xf__field textarea {
  font-family: var(--body); font-size: 15px; color: var(--ink);
  background: var(--white); border: 1px solid var(--line); border-radius: 12px;
  padding: 12px 14px; outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}
.xf__field input:focus, .xf__field select:focus, .xf__field textarea:focus {
  border-color: var(--band); box-shadow: 0 0 0 3px rgba(47,207,194,0.18);
}
.xf__hint { margin-top: 12px; font-size: 12.5px; color: var(--muted); max-width: 62ch; }
@media (max-width: 640px) { .xf__grid { grid-template-columns: 1fr; } }

/* --- Kategorie-Wisch-Hinweis (mobil) --- */
@media (max-width: 640px) {
  .cats { position: relative; }
  .cats::after {
    content: ""; position: absolute; right: 0; top: 0; bottom: 0; width: 58px;
    background: linear-gradient(270deg, var(--petrol-ink) 12%, transparent);
    pointer-events: none; z-index: 1;
  }
  .cats::before {
    content: "❯"; position: absolute; right: 12px; top: 46%;
    color: var(--band); z-index: 2; font-size: 20px; font-weight: 700;
    pointer-events: none;
    animation: cat-hint 1.6s ease-in-out infinite;
  }
  @keyframes cat-hint { 0%, 100% { transform: translate(0, -50%); opacity: .75; } 50% { transform: translate(6px, -50%); opacity: 1; } }
  .cat { width: 88px; }
}

/* --- Programm-Thumbnails --- */
.prow { grid-template-columns: 52px 118px 1.15fr 1.3fr auto; }
.prow__thumb { width: 52px; height: 46px; display: flex; align-items: center; justify-content: center; }
.prow__thumb img { max-width: 52px; max-height: 46px; object-fit: contain; }
@media (max-width: 900px) {
  .prow { grid-template-columns: 44px 1fr auto; }
  .prow__claim, .prow__specs { display: none; }
  .prow__thumb { width: 44px; height: 40px; }
  .prow__thumb img { max-width: 44px; max-height: 40px; }
}


/* Anker-Sprünge nicht unter den Sticky-Header schieben */
section[id], div[id], .cats { scroll-margin-top: 120px; }
@media (max-width: 640px) { section[id], div[id], .cats { scroll-margin-top: 104px; } }




/* Grid-Überlauf verhindern (Kategorie-Kacheln auf schmalen Displays) */
.kshow-grid, .kshow, .kshow__head, .kshow__txt, .kshow__grid, .kshow__item { min-width: 0; }
.kshow__item span { overflow-wrap: anywhere; }
@media (max-width: 420px) {
  .kshow__grid { grid-template-columns: repeat(2, 1fr); }
  .kshow { padding: 20px 16px 16px; }
  .kshow__item span { font-size: 11px; }
}


/* Drei-Schritt-Variante + schmale Displays */
.steps--3 { grid-template-columns: repeat(3, 1fr); }
.step, .mmini, .mmini div { min-width: 0; }
.mmini strong, .mmini span { overflow-wrap: anywhere; }
@media (max-width: 1080px) { .steps--3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) {
  .steps--3 { grid-template-columns: 1fr; }
  .mmini { gap: 11px; padding: 12px 13px; }
  .mmini img { width: 52px; height: 52px; }
  .mmini__tag { font-size: 9px; padding: 3px 8px; }
}


/* Nur für Screenreader und Suchmaschinen sichtbar */
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}


/* ============================================================
   Startseite: Band glasig über dem Hero, beim Scrollen voll deckend
   ============================================================ */
.is-home .announce {
  background: rgba(251, 220, 203, 0.55);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  backdrop-filter: blur(16px) saturate(150%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}
body.is-home.is-scrolled .announce {
  background: #FBDCCB;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-bottom-color: transparent;
}
.is-home .announce__x { background: rgba(23,25,29,0.12); }

/* Hero läuft unter Band + Header durch */
.is-home .slider { margin-top: calc(-1 * (var(--hdr-h, 114px) + var(--ann-h, 0px))); }

@media (prefers-reduced-motion: reduce) { .announce { transition: none; } }

.announce strong { color: var(--accent); }


/* ============================================================
   CHAT-BUTTON (FAB), SOCIAL, RECHTSSEITEN
   ============================================================ */
.fab { position: fixed; right: 24px; bottom: 24px; z-index: 140; }
.fab__bubble {
  width: 60px; height: 60px; border-radius: 50%; border: 0;
  background: var(--accent); color: #fff; position: relative;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 16px 38px -12px rgba(232,98,45,0.62), 0 4px 14px rgba(0,0,0,0.16);
  transition: transform 260ms var(--ease), background 220ms ease;
}
.fab__bubble::before {
  content: ""; position: absolute; inset: -5px; border-radius: 50%;
  border: 2px solid var(--accent); opacity: 0;
  animation: fabPulse 2.6s ease-out infinite;
}
@keyframes fabPulse { 0% { transform: scale(0.95); opacity: 0.55; } 100% { transform: scale(1.38); opacity: 0; } }
@media (hover: hover) { .fab__bubble:hover { transform: scale(1.07); } }
.fab__bubble:active { transform: scale(0.95); }
.fab__bubble svg { width: 26px; height: 26px; }
.fab__ico-close { display: none; }
.fab.open .fab__ico-chat { display: none; }
.fab.open .fab__ico-close { display: block; }
.fab.open .fab__bubble::before { animation: none; }

.fab__panel {
  position: absolute; right: 0; bottom: 76px; width: 330px; max-width: calc(100vw - 36px);
  background: var(--white); border: 1px solid var(--line); border-radius: 20px;
  padding: 22px 20px 18px;
  box-shadow: 0 34px 70px -26px rgba(14,58,64,0.42);
  transform-origin: bottom right; transform: scale(0.86) translateY(16px);
  opacity: 0; pointer-events: none;
  transition: transform 260ms var(--ease), opacity 200ms ease;
}
.fab.open .fab__panel { transform: none; opacity: 1; pointer-events: auto; }
.fab__panel-title { font-family: var(--display); font-weight: 800; font-size: 17.5px; }
.fab__panel-sub { font-size: 13px; color: var(--muted); margin: 5px 0 16px; }
.fab__option {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 14px; border-radius: 13px; margin-bottom: 8px;
  background: var(--paper); color: var(--ink);
  transition: background 200ms ease, color 200ms ease, transform 200ms var(--ease);
}
@media (hover: hover) { .fab__option:hover { background: var(--petrol-ink); color: #fff; transform: translateX(2px); } }
.fab__option-icon {
  flex: 0 0 auto; width: 38px; height: 38px; border-radius: 10px;
  background: var(--white); color: var(--petrol);
  display: flex; align-items: center; justify-content: center;
}
.fab__option-icon svg { width: 18px; height: 18px; }
@media (hover: hover) { .fab__option:hover .fab__option-icon { background: var(--band); color: var(--petrol-ink); } }
.fab__option-text { display: flex; flex-direction: column; line-height: 1.32; min-width: 0; }
.fab__option-title { font-weight: 700; font-size: 14.5px; }
.fab__option-sub { font-size: 11.5px; opacity: 0.72; margin-top: 2px; }
.fab__status {
  margin-top: 12px; padding: 9px 13px; border-radius: 10px;
  background: rgba(47,207,194,0.13); color: var(--petrol);
  font-size: 12px; font-weight: 600;
  display: flex; align-items: center; gap: 8px;
}
.fab__status::before {
  content: ""; width: 8px; height: 8px; border-radius: 50%;
  background: var(--band); animation: fabDot 2s ease-in-out infinite;
}
@keyframes fabDot { 0%,100% { opacity: 1; } 50% { opacity: 0.35; } }
@media (max-width: 640px) {
  .fab { right: 14px; bottom: 14px; }
  .fab__bubble { width: 54px; height: 54px; }
  .fab__bubble svg { width: 24px; height: 24px; }
  .fab__panel { width: min(320px, calc(100vw - 28px)); bottom: 68px; }
}
@media (prefers-reduced-motion: reduce) {
  .fab__bubble::before, .fab__status::before { animation: none; }
  .fab__panel { transition: opacity 160ms ease; transform: none; }
}

/* --- Social im Footer --- */
.social { display: flex; gap: 10px; margin-top: 18px; }
.social a {
  width: 38px; height: 38px; border-radius: 10px;
  background: rgba(255,255,255,0.08); border: 1px solid var(--line-dark);
  color: #fff; display: flex; align-items: center; justify-content: center;
  transition: background 200ms ease, border-color 200ms ease, transform 200ms var(--ease);
}
.social a svg { width: 18px; height: 18px; }
@media (hover: hover) { .social a:hover { background: var(--band); border-color: var(--band); color: var(--petrol-ink); transform: translateY(-2px); } }

/* --- Footer-Großlogo mit S-Marke --- */
.footer__biglogo { flex-direction: column; align-items: center; gap: clamp(10px, 1.6vw, 22px); }
.footer__biglogo img.footer__biglogo-mark { width: auto; height: clamp(56px, 17vw, 200px); }
.footer__biglogo img.footer__biglogo-word { width: min(92%, 1080px); height: auto; }

/* --- Rechtsseiten --- */
.legal__lede { font-size: 17px; color: var(--muted); max-width: 68ch; margin-bottom: 26px; }
.legal__list { list-style: none; display: grid; gap: 11px; margin: 14px 0 26px; }
.legal__list li { padding-left: 20px; position: relative; max-width: 78ch; }
.legal__list li::before { content: ""; position: absolute; left: 0; top: 10px; width: 8px; height: 8px; border-radius: 50%; background: var(--band); }
.legal__cta { margin: 8px 0 34px; }
.legal__note {
  background: rgba(47,207,194,0.10); border-left: 4px solid var(--band);
  border-radius: 0 12px 12px 0; padding: 16px 20px; margin: 6px 0 28px; max-width: 78ch;
}
.legal__box { background: var(--paper); border: 1px solid var(--line); border-radius: 14px; padding: 20px 22px; max-width: 78ch; }
.tablewrap { overflow-x: auto; margin: 14px 0 22px; }
.legal__table { border-collapse: collapse; width: 100%; min-width: 520px; font-size: 14.5px; }
.legal__table th, .legal__table td { text-align: left; padding: 11px 14px; border-bottom: 1px solid var(--line); vertical-align: top; }
.legal__table th { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.legal__table code { font-family: var(--mono); font-size: 12.5px; background: var(--paper); padding: 2px 7px; border-radius: 6px; }

/* --- Downloads --- */
.dl-grid { display: grid; gap: 12px; margin: 8px 0 34px; }
.dl {
  display: flex; align-items: center; gap: 16px;
  background: var(--white); border: 1px solid var(--line); border-radius: 14px;
  padding: 16px 18px;
  transition: border-color 200ms ease, transform 220ms var(--ease), box-shadow 220ms var(--ease);
}
@media (hover: hover) { .dl:hover { border-color: rgba(47,207,194,0.6); transform: translateY(-2px); box-shadow: var(--shadow); } }
.dl__ico { flex: 0 0 auto; width: 44px; height: 44px; border-radius: 12px; background: var(--petrol); color: #fff; display: flex; align-items: center; justify-content: center; }
.dl__ico svg { width: 21px; height: 21px; }
.dl__txt { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.dl__txt strong { font-size: 15.5px; }
.dl__txt span { font-size: 13px; color: var(--muted); }
.dl__tag { margin-left: auto; font-family: var(--mono); font-size: 10px; letter-spacing: 0.14em; background: rgba(23,25,29,0.06); padding: 5px 10px; border-radius: 999px; color: var(--muted); }
@media (max-width: 640px) { .dl { gap: 12px; padding: 13px 14px; } .dl__tag { display: none; } }

.dl, .dl strong, .dl span { text-decoration: none; }
.legal .dl:hover strong { text-decoration: none; }


/* --- Footer-Bottom im PlasterOne-Aufbau --- */
.footer__bottom { align-items: center; gap: 18px 26px; flex-wrap: wrap; }
.footer__bottom-left { font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; color: var(--muted-dark); }
.footer__bottom-left strong { color: #fff; font-weight: 600; }
.footer__legal { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-left: auto; }
.footer__legal a {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em;
  color: var(--muted-dark); transition: color 180ms ease;
}
.footer__legal a:hover { color: var(--band); }
@media (max-width: 900px) {
  .footer__bottom { flex-direction: column; align-items: flex-start; }
  .footer__legal { margin-left: 0; }
}
@media (max-width: 640px) {
  .footer__bottom { align-items: center; text-align: center; }
  .footer__bottom-left { text-align: center; }
  .footer__legal { justify-content: center; gap: 8px 14px; }
}


/* Rechtszeile: links Copyright, rechts Links — über dem großen Logo */
.footer__bottom { justify-content: space-between; text-align: left; align-items: center; }
.footer__legal { margin-left: auto; justify-content: flex-end; }
@media (max-width: 900px) {
  .footer__bottom { flex-direction: column; align-items: center; text-align: center; }
  .footer__legal { margin-left: 0; justify-content: center; }
}


/* ============================================================
   Schmale Displays: lange Wörter umbrechen, Karten schrumpfen
   ============================================================ */
.legal p, .legal li, .legal td, .legal h1, .legal h2, .legal h3 {
  overflow-wrap: anywhere; hyphens: auto;
}
.legal a { overflow-wrap: anywhere; }
.legal { min-width: 0; }
.dl, .dl__txt, .dl__txt strong, .dl__txt span { min-width: 0; overflow-wrap: anywhere; }

@media (max-width: 400px) {
  .legal h1 { font-size: clamp(26px, 8vw, 34px); }
  .dl { gap: 10px; padding: 12px 12px; }
  .dl__ico { width: 38px; height: 38px; border-radius: 10px; }
  .dl__ico svg { width: 18px; height: 18px; }
  .dl__txt strong { font-size: 14px; }
  .dl__txt span { font-size: 12px; }
  .legal__table { min-width: 420px; }
  .legal__box, .legal__note { padding: 14px 15px; }
}

/* Rechtszeile einzeilig halten */
.footer__legal { gap: 6px 14px; }
.footer__legal a { font-size: 10.5px; letter-spacing: 0.05em; white-space: nowrap; }
.footer__bottom-left { font-size: 10.5px; white-space: nowrap; }
@media (max-width: 1240px) {
  .footer__bottom-left, .footer__legal a { white-space: normal; }
}


/* ============================================================
   Wisch-Hinweis für die Rotor/Stator-Leiste (mobil)
   ============================================================ */
@media (max-width: 640px) {
  .hswrap { position: relative; }
  .hswrap::after {
    content: ""; position: absolute; right: 0; top: 0; bottom: 16px; width: 64px;
    pointer-events: none; z-index: 2;
    background: linear-gradient(270deg, var(--white) 18%, transparent);
  }
  .section--paper .hswrap::after { background: linear-gradient(270deg, var(--paper) 18%, transparent); }
  .hswrap::before {
    content: ""; position: absolute; right: 12px; top: 42%; z-index: 3;
    width: 34px; height: 34px; border-radius: 50%;
    background: var(--petrol) center / 15px no-repeat
      url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M9 6l6 6-6 6'/></svg>");
    box-shadow: 0 6px 18px -6px rgba(14,58,64,0.5);
    pointer-events: none;
    animation: hs-hint 1.7s ease-in-out infinite;
  }
  @keyframes hs-hint {
    0%, 100% { transform: translateX(0); opacity: 0.9; }
    50%      { transform: translateX(7px); opacity: 1; }
  }
  /* Hinweis ausblenden, sobald der Nutzer gewischt hat */
  .hswrap.is-scrolled::before, .hswrap.is-scrolled::after { opacity: 0; transition: opacity 300ms ease; }
}
@media (prefers-reduced-motion: reduce) { .hswrap::before { animation: none; } }


/* Copyright-Zeile auf dem Handy in einer Zeile halten */
@media (max-width: 640px) {
  .footer__bottom-left {
    white-space: nowrap;
    font-size: clamp(7.5px, 2.35vw, 10.5px);
    letter-spacing: 0.06em;
  }
}
@media (max-width: 360px) {
  .footer__bottom-left { letter-spacing: 0.03em; }
}
