/* ============================================================
   pe-reiniger.de — ein Angebot von AB Industrie Service
   Seiten-Styles. Stylen ausschließlich gegen die Design-Tokens
   aus _ds/.../styles.css (--brand, --space-*, --fs-*, --radius-* …).
   Marken-Regeln: h2 = Markenrot, h1/h3/h4 = Anthrazit, Montserrat
   als Hausschrift, Ethnocentric nur für die Wortmarke, Kontakt nur
   per E-Mail (keine Telefonnummer), keine Emoji.
   ============================================================ */

html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }

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

/* Sektions-Rhythmus & Bänder ----------------------------------- */
.band { padding-block: var(--section-y); }
.band--alt { background: var(--steel-50); }
.band--ink { background: var(--surface-dark); color: var(--text-on-dark); }
.band--ink h2, .band--ink h3, .band--ink h4 { color: #fff; }
.band--ink p, .band--ink li { color: var(--text-on-dark-muted); }

/* Eyebrow + Section-Heading ------------------------------------ */
.eyebrow {
  display: inline-flex; align-items: center; gap: var(--space-2);
  font-size: var(--fs-xs); font-weight: var(--fw-bold);
  letter-spacing: var(--ls-label); text-transform: uppercase;
  color: var(--brand); margin: 0 0 var(--space-3);
}
.eyebrow .dot { color: var(--brand); font-weight: 800; }
.band--ink .eyebrow, .band--ink .eyebrow .dot { color: var(--red-400); }

.sec-head { max-width: 64ch; margin-bottom: var(--space-8); }
.sec-head.center { margin-inline: auto; text-align: center; }
.sec-head .bar::before {
  content: ""; display: block; width: 56px; height: var(--border-bar);
  background: var(--brand); border-radius: var(--radius-pill);
  margin-bottom: var(--space-4);
}
.sec-head.center .bar::before { margin-inline: auto; }
.lead {
  font-size: var(--fs-md); line-height: var(--lh-relaxed);
  color: var(--text-muted); max-width: 62ch; margin: 0;
}
.band--ink .lead { color: var(--text-on-dark-muted); }

/* Icons -------------------------------------------------------- */
.ico { width: 24px; height: 24px; stroke: currentColor; fill: none; flex: none; }
.ico--lg { width: 28px; height: 28px; }

/* Buttons (Spec: versal, fest gefüllt, Hover = nachdunkeln + -2px) */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: var(--space-2); height: var(--control-h-md); padding: 0 var(--space-5);
  border-radius: var(--radius-sm); border: 2px solid transparent;
  font-family: var(--font-display); font-weight: var(--fw-bold);
  font-size: var(--fs-sm); letter-spacing: var(--ls-wide);
  text-transform: uppercase; text-decoration: none; cursor: pointer;
  transition: transform var(--dur-fast) var(--ease-out),
              box-shadow var(--dur-fast) var(--ease-out),
              background var(--dur-fast) var(--ease-out),
              color var(--dur-fast) var(--ease-out),
              border-color var(--dur-fast) var(--ease-out);
  white-space: nowrap;
}
.btn .ico { width: 16px; height: 16px; }
.btn--lg { height: var(--control-h-lg); padding: 0 var(--space-6); font-size: var(--fs-base); }
.btn--block { width: 100%; }

.btn--primary { background: var(--brand); color: var(--white); box-shadow: var(--shadow-brand); }
.btn--primary:hover { background: var(--brand-press); color: #fff; transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn--primary:active { transform: translateY(1px); box-shadow: var(--shadow-sm); }

.btn--secondary { background: var(--anthrazit); color: #fff; }
.btn--secondary:hover { background: #000; color: #fff; transform: translateY(-2px); box-shadow: var(--shadow-md); }

.btn--outline { background: transparent; color: var(--brand); border-color: var(--brand); }
.btn--outline:hover { background: var(--brand); color: #fff; transform: translateY(-2px); box-shadow: var(--shadow-md); }

.btn--ghost-light { background: transparent; color: #fff; border-color: rgba(255,255,255,0.5); }
.btn--ghost-light:hover { background: #fff; color: var(--anthrazit); transform: translateY(-2px); box-shadow: var(--shadow-md); }

.btn--on-brand { background: #fff; color: var(--brand); }
.btn--on-brand:hover { background: var(--anthrazit); color: #fff; transform: translateY(-2px); box-shadow: var(--shadow-md); }

@media (prefers-reduced-motion: reduce) {
  .btn, .btn:hover, .btn:active { transform: none; }
}

/* Badge -------------------------------------------------------- */
.badge {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-display); font-weight: var(--fw-bold);
  font-size: var(--fs-2xs); letter-spacing: var(--ls-label);
  text-transform: uppercase; padding: 4px 10px; border-radius: var(--radius-sm);
  line-height: 1;
}
.badge--brand { background: var(--brand); color: #fff; }
.badge--ink { background: var(--anthrazit); color: #fff; }
.badge--success { background: var(--status-success); color: #fff; }
.badge--soft { background: var(--brand-soft); color: var(--brand); border: 1px solid var(--red-100); }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: sticky; top: 0; z-index: 80;
  background: rgba(17,16,11,0.90);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border-on-dark);
}
.site-header .wrap {
  display: flex; align-items: center; gap: var(--space-5);
  min-height: 68px; padding-block: var(--space-3);
}
.brand-lockup { display: flex; align-items: center; gap: var(--space-3); text-decoration: none; }
.brand-lockup img { width: 40px; height: 40px; border-radius: var(--radius-md); }
.brand-lockup .brand-logo { width: auto; height: 42px; border-radius: 0; }
.brand-lockup .wm {
  font-family: var(--font-wordmark); text-transform: uppercase;
  font-size: 18px; letter-spacing: 0.04em; color: #fff; line-height: 1;
}
.brand-lockup .wm .dot { color: var(--red-400); }
.brand-lockup .by {
  font-size: var(--fs-2xs); letter-spacing: var(--ls-label);
  text-transform: uppercase; color: var(--text-on-dark-muted);
  margin-top: 4px; display: block;
}
.site-nav { display: flex; gap: var(--space-5); margin-left: auto; align-items: center; }
.site-nav a {
  font-size: var(--fs-sm); font-weight: var(--fw-semibold);
  color: var(--text-on-dark-muted); text-decoration: none;
  transition: color var(--dur-fast) var(--ease-out);
}
.site-nav a:hover { color: #fff; }
.header-cta { display: flex; align-items: center; gap: var(--space-4); margin-left: var(--space-5); }
.header-mail {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: var(--fs-sm); font-weight: var(--fw-semibold);
  color: #fff; text-decoration: none; white-space: nowrap;
}
.header-mail:hover { color: var(--red-400); }
.header-mail .ico { width: 16px; height: 16px; }

/* Sprachumschalter */
.lang { position: relative; }
.lang-btn {
  display: inline-flex; align-items: center; gap: 6px; height: var(--control-h-sm); padding: 0 10px;
  background: rgba(255,255,255,0.06); color: #fff; border: 1px solid var(--border-on-dark);
  border-radius: var(--radius-sm); font-family: var(--font-display); font-weight: var(--fw-semibold);
  font-size: var(--fs-sm); cursor: pointer; line-height: 1;
}
.lang-btn:hover { border-color: var(--red-400); }
.lang-btn:focus-visible { outline: none; box-shadow: var(--ring-focus); }
.lang-chev { width: 14px; height: 14px; color: var(--text-on-dark-muted); transition: transform var(--dur-fast) var(--ease-out); }
.lang.open .lang-chev { transform: rotate(180deg); }
.lang-menu {
  position: absolute; top: calc(100% + 6px); right: 0; min-width: 150px; list-style: none; margin: 0; padding: 6px; z-index: 90;
  background: var(--ink-700); border: 1px solid var(--border-on-dark); border-radius: var(--radius-md); box-shadow: var(--shadow-lg); display: none;
}
.lang.open .lang-menu { display: block; }
.lang-menu a { display: block; padding: 8px 10px; border-radius: var(--radius-sm); color: var(--text-on-dark); font-size: var(--fs-sm); font-weight: var(--fw-semibold); text-decoration: none; }
.lang-menu a:hover { background: rgba(255,255,255,0.07); color: #fff; }
.lang-menu a[aria-current="true"] { background: rgba(200,36,58,0.18); color: #fff; }

.nav-toggle {
  display: none; align-items: center; justify-content: center;
  width: var(--control-h-sm); height: var(--control-h-sm);
  background: rgba(255,255,255,0.06); color: #fff;
  border: 1px solid var(--border-on-dark); border-radius: var(--radius-sm); cursor: pointer;
}
.nav-toggle .ico { width: 20px; height: 20px; }
.nav-toggle .nt-close { display: none; }
.site-header.nav-open .nav-toggle .nt-open { display: none; }
.site-header.nav-open .nav-toggle .nt-close { display: block; }

/* ============================================================
   HERO — Split: Text links · Produkt-Panel rechts
   ============================================================ */
.hero { position: relative; overflow: hidden; background: var(--surface-page); border-bottom: 1px solid var(--border-subtle); }
.hero::before {
  content: ""; position: absolute; top: 0; bottom: 0; right: 0;
  width: 42%; background: var(--grad-steel); z-index: 0;
}
.hero .wrap { position: relative; z-index: 1; padding-top: clamp(3rem, 7vw, 6rem); padding-bottom: var(--space-5); }
.hero-grid { display: grid; grid-template-columns: 1.04fr 0.96fr; gap: var(--space-9); align-items: center; }
.hero-copy { max-width: 56ch; }
.hero h1, .hero .hero-h {
  color: var(--anthrazit); font-size: clamp(2rem, 4.4vw, 3rem);
  line-height: var(--lh-tight); letter-spacing: var(--ls-tighter);
  margin: 0 0 var(--space-4); font-weight: var(--fw-bold);
  hyphens: none; -webkit-hyphens: none; overflow-wrap: normal;
}
.hero h1 .accent, .hero .hero-h .accent { color: var(--brand); }
/* Produktnamen nicht mitten im Wort umbrechen (ab Tablet aufwärts) */
.nb { white-space: nowrap; }
@media (max-width: 479px) { .hero .nb { white-space: normal; } }
.hero .lead { color: var(--text-muted); font-size: var(--fs-md); max-width: 54ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: var(--space-3); margin-top: var(--space-7); }
.hero-chips { display: flex; flex-wrap: wrap; gap: var(--space-2); margin-top: var(--space-7); }
.hero-chip {
  display: inline-flex; align-items: center; gap: 6px; white-space: nowrap;
  font-size: var(--fs-2xs); font-weight: var(--fw-bold); letter-spacing: var(--ls-wide);
  text-transform: uppercase; color: var(--text-body); padding: 6px 11px;
  border: 1px solid var(--border-subtle); border-radius: var(--radius-pill);
  background: var(--surface-card);
}
.hero-chip .ico { width: 14px; height: 14px; color: var(--status-success); flex: none; }

/* Produkt-Panel (dunkel) */
.hero-panel {
  position: relative; overflow: hidden;
  background: var(--grad-ink); color: #fff;
  border-radius: var(--radius-lg); padding: var(--space-7);
  box-shadow: var(--shadow-lg);
}
.hero-panel::before {
  content: ""; position: absolute; top: -50px; right: -70px;
  width: 200px; height: 320px; background: var(--grad-slash);
  transform: skewX(-14deg); opacity: 0.85;
}
.hero-panel .pl-head { position: relative; display: flex; align-items: center; gap: var(--space-3); margin-bottom: var(--space-5); }
.hero-panel .pl-kicker { font-size: var(--fs-2xs); letter-spacing: var(--ls-label); text-transform: uppercase; color: var(--red-400); font-weight: var(--fw-bold); }
.hero-shot { position: relative; z-index: 1; border-radius: var(--radius-md); overflow: hidden; background: #fff; border: 1px solid var(--border-on-dark); }
.hero-shot img { width: 100%; aspect-ratio: 4 / 3; object-fit: contain; padding: var(--space-4); background: #fff; }
.hero-facts { position: relative; z-index: 1; list-style: none; margin: var(--space-5) 0 0; padding: 0; display: flex; flex-direction: column; gap: 0; }
.hero-facts li {
  display: flex; align-items: center; justify-content: space-between; gap: var(--space-4);
  padding: var(--space-3) 0; border-top: 1px solid var(--border-on-dark);
  font-size: var(--fs-sm);
}
.hero-facts li:first-child { border-top: 0; }
.hero-facts .k { color: var(--text-on-dark-muted); }
.hero-facts .v { font-family: var(--font-display); font-weight: var(--fw-bold); color: #fff; }

/* Hero-Rotator: beide Produkte als echtes HTML, animierter Wechsel ------- */
.hero-rotator { display: grid; }
.hero-slide { grid-area: 1 / 1; }            /* beide Slides in derselben Zelle gestapelt */
/* Basis: nur die aktive Slide ist sichtbar. Ohne JS bleibt Slide 1 (is-active)
   sichtbar, Slide 2 steht trotzdem im DOM (SEO). */
.hero-slide:not(.is-active) { opacity: 0; visibility: hidden; transform: translateX(24px); }
.hero-slide.is-active { opacity: 1; visibility: visible; transform: none; }
/* Weicher, etwas längerer Übergang – Opazität schneller als die Bewegung, damit es nicht „springt" */
.js .hero-slide {
  transition: opacity 520ms var(--ease-out),
              transform 720ms var(--ease-out),
              visibility 720ms var(--ease-out);
}
.js .hero-slide.is-prev { transform: translateX(-24px); } /* ausgehende Slide nach links */

/* Dots mit Zeitablauf-Balken (Fortschritt bis zum nächsten Wechsel) */
.hero-dots { display: flex; gap: var(--space-3); margin-top: var(--space-7); position: relative; z-index: 1; }
.hero-dot {
  position: relative; overflow: hidden;
  width: 52px; height: 6px; padding: 0; border: 0; border-radius: var(--radius-pill);
  background: var(--steel-300); cursor: pointer;
}
.hero-dot::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit;
  background: var(--brand); transform: scaleX(0); transform-origin: left;
}
.hero-dot[aria-selected="true"]::after { animation: dot-fill 6000ms linear forwards; }
@keyframes dot-fill { from { transform: scaleX(0); } to { transform: scaleX(1); } }
/* Bei Hover/Fokus im Hero pausiert der Fortschritt (und damit der Wechsel) */
.hero:hover .hero-dot[aria-selected="true"]::after,
.hero:focus-within .hero-dot[aria-selected="true"]::after { animation-play-state: paused; }
.hero-dot:focus-visible { outline: none; box-shadow: var(--ring-focus); }
@media (prefers-reduced-motion: reduce) {
  .js .hero-slide { transition: opacity var(--dur-base) linear; }
  .js .hero-slide:not(.is-active), .js .hero-slide.is-prev { transform: none; }
  .hero-dot[aria-selected="true"]::after { animation: none; transform: scaleX(1); }
}

/* ============================================================
   STAT-LEISTE (Vertrauensband)
   ============================================================ */
.stats { background: var(--ink-900); position: relative; }
.stats-rotator { display: grid; }
.stat-set {
  grid-area: 1 / 1; display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--border-on-dark);
}
.stat-set:not(.is-active) { opacity: 0; visibility: hidden; }
.stat-set.is-active { opacity: 1; visibility: visible; }
.js .stat-set { transition: opacity 520ms var(--ease-out), visibility 520ms var(--ease-out); }
.stat { padding: var(--space-7) var(--space-4); text-align: center; border-right: 1px solid var(--border-on-dark); }
.stat:last-child { border-right: 0; }
.stat .v { font-family: var(--font-display); font-weight: var(--fw-extrabold); font-size: var(--fs-2xl); color: #fff; line-height: 1; letter-spacing: var(--ls-tight); }
.stat .l { display: block; margin-top: var(--space-3); font-size: var(--fs-xs); letter-spacing: var(--ls-wide); text-transform: uppercase; color: var(--text-on-dark-muted); font-weight: var(--fw-semibold); }

/* ============================================================
   PRODUKT-SEKTIONEN
   ============================================================ */
.prod { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: var(--space-9); align-items: start; }
.prod + .prod { margin-top: var(--space-9); padding-top: var(--space-9); border-top: 1px solid var(--border-subtle); }
/* Gespiegelte Variante: Spaltenbreiten mittauschen, damit Text/Bild gleich breit
   bleiben wie bei Produkt 1 (Bild schmaler, Text breiter). */
.prod--rev { grid-template-columns: 1.08fr 0.92fr; }
.prod--rev .prod-media { order: 2; }
.prod-media { position: relative; }
.prod-stage {
  position: relative; border-radius: var(--radius-lg); padding: var(--space-6);
  background: var(--grad-steel); border: 1px solid var(--border-subtle); box-shadow: var(--shadow-md);
}
.prod-stage img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; border-radius: var(--radius-sm); }
/* Maskottchen als kleiner Einsatz in der Bühnen-Ecke */
.prod-stage .prod-mascot {
  position: absolute; bottom: var(--space-2); right: var(--space-2); z-index: 2;
  width: 33%; height: auto; aspect-ratio: auto; border-radius: 0;
  filter: drop-shadow(0 8px 14px rgba(17,16,11,.22)); pointer-events: none;
}
.prod-stage .badge { position: absolute; top: var(--space-4); left: var(--space-4); z-index: 2; }
.prod h2 { margin: 0 0 var(--space-3); }
.prod-lead { font-size: var(--fs-md); color: var(--text-body); line-height: var(--lh-relaxed); }
.prod-meta { display: flex; flex-wrap: wrap; gap: var(--space-2); margin: var(--space-5) 0; padding: 0; list-style: none; }
.prod-meta li { background: var(--steel-100); border: 1px solid var(--border-subtle); border-radius: var(--radius-pill); padding: 6px 13px; font-size: var(--fs-xs); color: var(--text-muted); }
.prod-meta strong { color: var(--anthrazit); }
.prod-actions { display: flex; flex-wrap: wrap; gap: var(--space-3); margin-top: var(--space-6); }

/* Daten-Tabelle ------------------------------------------------ */
.table-wrap { overflow-x: auto; margin: var(--space-5) 0; }
table.data { width: 100%; border-collapse: collapse; font-size: var(--fs-sm); }
table.data th, table.data td { text-align: left; padding: 10px 16px; border-bottom: 1px solid var(--border-subtle); vertical-align: top; }
table.data th { width: 42%; font-weight: var(--fw-semibold); color: var(--anthrazit); }
table.data tr:nth-child(odd) td, table.data tr:nth-child(odd) th { background: var(--zebra); }

/* Preis-Tabelle ------------------------------------------------ */
table.price { width: 100%; border-collapse: collapse; font-size: var(--fs-sm); margin: var(--space-2) 0; }
table.price th, table.price td { padding: 10px 16px; text-align: left; border-bottom: 1px solid var(--border-subtle); }
table.price thead th { background: var(--anthrazit); color: #fff; font-weight: var(--fw-bold); text-transform: uppercase; font-size: var(--fs-xs); letter-spacing: var(--ls-wide); }
table.price td:last-child { font-family: var(--font-display); font-weight: var(--fw-bold); color: var(--brand); white-space: nowrap; }
table.price tbody tr:last-child td { background: var(--brand-soft); }
.price-note { font-size: var(--fs-xs); color: var(--text-muted); margin: var(--space-3) 0 0; }

/* Hinweisboxen (4 Typen, Spec design-system §3.4) -------------- */
.box {
  display: flex; gap: var(--space-4); align-items: flex-start;
  border: 1px solid var(--border-subtle); border-radius: var(--radius-md);
  box-shadow: var(--shadow-xs); padding: var(--space-5) var(--space-6); margin: var(--space-5) 0;
}
.box .ico { width: 24px; height: 24px; flex: none; margin-top: 2px; }
.box p { margin: 0; font-size: var(--fs-sm); line-height: var(--lh-relaxed); color: var(--anthrazit); }
.box--hinweis { background: var(--box-hinweis-bg); border-left: var(--border-bar) solid var(--box-hinweis-accent); }
.box--hinweis .ico { color: var(--box-hinweis-accent); }
.box--tipp { background: var(--box-tipp-bg); border-left: var(--border-bar) solid var(--box-tipp-accent); }
.box--tipp .ico { color: var(--box-tipp-accent); }
.box--achtung { background: var(--box-achtung-bg); border-left: var(--border-bar) solid var(--box-achtung-accent); }
.box--achtung .ico { color: var(--box-achtung-accent); }
.box--gefahr { background: var(--box-gefahr-bg); border-left: 6px solid var(--box-gefahr-accent); }
.box--gefahr .ico { color: var(--box-gefahr-accent); }

/* ============================================================
   AUSWAHLHILFE / PREISE — Karten
   ============================================================ */
.guide { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--space-6); }
.gcard {
  display: flex; flex-direction: column;
  background: var(--surface-card); border: 1px solid var(--border-subtle);
  border-left: var(--border-bar) solid var(--brand);
  border-radius: var(--radius-md); padding: var(--space-6); box-shadow: var(--shadow-xs);
}
.gcard > .ico { width: 28px; height: 28px; color: var(--brand); margin-bottom: var(--space-3); }
.gcard h3 { margin: 0 0 var(--space-3); font-size: var(--fs-lg); color: var(--brand); }
.gcard ul { margin: 0 0 var(--space-4); padding-left: 1.1em; }
.gcard li { margin-bottom: var(--space-2); font-size: var(--fs-sm); color: var(--text-body); }
.gcard .btn { margin-top: auto; }

/* ============================================================
   CTA-BAND (Markenrot)
   ============================================================ */
.cta-band { background: var(--brand); color: #fff; position: relative; overflow: hidden; }
.cta-band::before {
  content: ""; position: absolute; top: -40px; right: -80px;
  width: 320px; height: 460px; background: rgba(17,16,11,0.16); transform: skewX(-14deg);
}
.cta-band .wrap { position: relative; z-index: 1; text-align: center; }
.cta-band h2 { color: #fff; max-width: 24ch; margin: 0 auto var(--space-3); }
.cta-band p { color: rgba(255,255,255,0.92); max-width: 58ch; margin: 0 auto; font-size: var(--fs-md); }
.cta-band .eyebrow, .cta-band .eyebrow .dot { color: rgba(255,255,255,0.9); }
.cta-actions { display: flex; flex-wrap: wrap; gap: var(--space-3); justify-content: center; margin-top: var(--space-7); }

/* Ansprechpartnerin: rundes Porträt + Slogan (nach Vorbild worktents.de) */
.cta-quote { display: flex; align-items: center; justify-content: center; gap: var(--space-6); flex-wrap: wrap; text-align: left; max-width: 760px; margin: 0 auto var(--space-5); }
.cta-quote-text { flex: 1 1 360px; min-width: 0; }
.cta-avatar {
  display: block; position: relative; width: 132px; height: 132px; flex: none;
  border-radius: 50%; overflow: hidden; border: 3px solid #fff;
  box-shadow: var(--shadow-md); background: rgba(255,255,255,0.15);
}
.cta-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cta-band .cta-slogan { margin: 0; max-width: none; color: #fff; font-size: var(--fs-xl); line-height: var(--lh-snug); }
.cta-band .cta-attrib { margin: var(--space-2) 0 0; font-size: var(--fs-sm); color: rgba(255,255,255,0.85); }
.cta-band .cta-lead { max-width: 58ch; margin-inline: auto; }
@media (max-width: 620px) {
  .cta-quote { flex-direction: column; text-align: center; gap: var(--space-4); }
  .cta-quote-text { max-width: none; }
}

/* ============================================================
   KONTAKT / FORMULAR
   ============================================================ */
.contact { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: var(--space-8); align-items: start; }
.contact-card {
  background: var(--surface-card); border: 1px solid var(--border-subtle);
  border-top: var(--border-bar) solid var(--brand);
  border-radius: var(--radius-lg); padding: var(--space-7); box-shadow: var(--shadow-sm);
}
.contact-row { display: flex; align-items: flex-start; gap: var(--space-4); margin-bottom: var(--space-5); }
.contact-row:last-child { margin-bottom: 0; }
.contact-row .ico { width: 22px; height: 22px; color: var(--brand); flex: none; margin-top: 3px; }
.contact-row .k { font-size: var(--fs-2xs); letter-spacing: var(--ls-label); text-transform: uppercase; color: var(--text-muted); font-weight: var(--fw-bold); }
.contact-row .v { font-size: var(--fs-md); color: var(--anthrazit); font-weight: var(--fw-semibold); }
.contact-row a.v { text-decoration: none; }
.contact-row a.v:hover { color: var(--brand); }
.checklist { list-style: none; margin: var(--space-6) 0 0; padding: 0; display: flex; flex-direction: column; gap: var(--space-3); }
.checklist li { display: flex; gap: 10px; align-items: flex-start; font-size: var(--fs-sm); color: var(--text-body); }
.checklist .ico { width: 18px; height: 18px; color: var(--status-success); flex: none; margin-top: 1px; }

/* Rechte Spalte: Kontaktkarte + Karten-Karte gestapelt */
.contact-side { display: flex; flex-direction: column; gap: var(--space-6); }
.map-embed { border-radius: var(--radius-md); overflow: hidden; border: 1px solid var(--border-subtle); margin: var(--space-4) 0; }
.map-embed iframe { width: 100%; height: 230px; border: 0; display: block; }
.map-note { font-size: var(--fs-2xs); color: var(--text-muted); line-height: var(--lh-normal); margin: var(--space-2) 0 0; }

/* Formular */
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--space-4); }
.field { display: flex; flex-direction: column; gap: var(--space-1); }
.field--full { grid-column: 1 / -1; }
.field label { font-size: var(--fs-sm); font-weight: var(--fw-semibold); color: var(--anthrazit); }
.field .req { color: var(--accent); }
.field input, .field select, .field textarea {
  height: var(--control-h-md); padding: 0 var(--space-4);
  font-family: var(--font-sans); font-size: var(--fs-base); color: var(--anthrazit);
  background: #fff; border: 1px solid var(--border-strong); border-radius: var(--radius-sm);
}
.field textarea { height: auto; min-height: 120px; padding: var(--space-3) var(--space-4); resize: vertical; }
.field input:focus-visible, .field select:focus-visible, .field textarea:focus-visible { outline: none; box-shadow: var(--ring-focus); border-color: var(--brand); }
.field--error input, .field--error select, .field--error textarea { border-color: var(--accent); }
.field__msg { font-size: var(--fs-xs); color: var(--accent); min-height: 1em; }
.consent { display: flex; gap: var(--space-3); align-items: flex-start; font-size: var(--fs-sm); color: var(--text-body); }
.consent input { width: 18px; height: 18px; flex: none; margin-top: 3px; }
.hp-field { position: absolute; left: -5000px; width: 1px; height: 1px; overflow: hidden; }
.form-note { font-size: var(--fs-xs); color: var(--text-muted); margin-top: var(--space-3); }
.form-alert { padding: var(--space-3) var(--space-4); border-radius: var(--radius-sm); margin-bottom: var(--space-4); font-size: var(--fs-sm); background: var(--box-gefahr-bg); border-left: var(--border-bar) solid var(--accent); }

/* Mengeneingabe je Produkt (zwei Zeilen statt Dropdown) */
.qty-field { border: 0; padding: 0; margin: 0; min-width: 0; }
.qty-field legend { padding: 0; font-size: var(--fs-sm); font-weight: var(--fw-semibold); color: var(--anthrazit); margin-bottom: var(--space-2); }
.qty-row {
  display: flex; align-items: center; gap: var(--space-4);
  padding: 12px 16px; border: 1px solid var(--border-subtle); border-radius: var(--radius-sm); background: var(--surface-card);
}
.qty-row + .qty-row { margin-top: var(--space-3); }
.qty-thumb {
  width: 56px; height: 56px; flex: none; object-fit: contain;
  border: 1px solid var(--border-subtle); border-radius: var(--radius-sm);
  background: var(--steel-50); padding: 4px;
}
.qty-info { display: flex; flex-direction: column; min-width: 0; }
.qty-row input { margin-left: auto; }
.qty-name { font-weight: var(--fw-semibold); color: var(--anthrazit); font-size: var(--fs-base); }
.qty-hint { font-size: var(--fs-xs); color: var(--text-muted); }
.qty-row input {
  width: 120px; flex: none; height: var(--control-h-md); padding: 0 var(--space-3);
  border: 1px solid var(--border-strong); border-radius: var(--radius-sm);
  font-family: var(--font-sans); font-size: var(--fs-base); color: var(--anthrazit); text-align: center; background: #fff;
}
.qty-row input:focus-visible { outline: none; box-shadow: var(--ring-focus); border-color: var(--brand); }
@media (max-width: 480px) { .qty-row input { width: 92px; } }

/* ============================================================
   FAQ-AKKORDEON
   ============================================================ */
.faq { max-width: 880px; margin-inline: auto; }
.faq details {
  border: 1px solid var(--border-subtle); border-left: var(--border-bar) solid var(--brand);
  border-radius: var(--radius-md); background: var(--surface-card);
  box-shadow: var(--shadow-xs); margin-bottom: var(--space-4); overflow: hidden;
  transition: background var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out);
}
.faq details[open] { background: var(--brand-soft); border-color: var(--red-100); border-left-color: var(--brand); box-shadow: var(--shadow-sm); }
.faq details[open] summary { color: var(--brand); }
.faq summary {
  list-style: none; cursor: pointer; display: flex; align-items: center; gap: var(--space-4);
  padding: var(--space-5) var(--space-6); font-family: var(--font-display);
  font-weight: var(--fw-semibold); font-size: var(--fs-md); color: var(--anthrazit);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary .q { flex: 1; }
.faq summary .plus { width: 22px; height: 22px; flex: none; color: var(--brand); transition: transform var(--dur-base) var(--ease-out); }
.faq details[open] summary .plus { transform: rotate(45deg); }
.faq summary:hover { color: var(--brand); }
.faq .answer { padding: 0 var(--space-6) var(--space-5) calc(var(--space-6) + 22px + var(--space-4)); }
.faq .answer p { margin: 0; font-size: var(--fs-sm); line-height: var(--lh-relaxed); color: var(--text-muted); }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--ink-900); color: var(--text-on-dark-muted); padding-block: var(--space-9) var(--space-6); }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: var(--space-7); }
.footer-brand img { width: 240px; max-width: 100%; height: auto; margin-bottom: var(--space-4); }
.footer-brand p { font-size: var(--fs-sm); line-height: var(--lh-relaxed); color: var(--text-on-dark-muted); max-width: 40ch; margin: 0; }
.footer-col h5 { font-family: var(--font-display); font-weight: var(--fw-bold); font-size: var(--fs-2xs); letter-spacing: var(--ls-caps); text-transform: uppercase; color: #fff; margin: 0 0 var(--space-4); }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: var(--space-3); }
.footer-col a, .footer-col address { font-size: var(--fs-sm); color: var(--text-on-dark-muted); text-decoration: none; font-style: normal; line-height: var(--lh-relaxed); }
.footer-col a:hover { color: #fff; }
.footer-bottom {
  display: flex; flex-wrap: wrap; gap: var(--space-4); justify-content: space-between; align-items: center;
  margin-top: var(--space-8); padding-top: var(--space-5);
  border-top: 1px solid var(--border-on-dark); font-size: var(--fs-xs); color: var(--text-subtle);
}
.footer-bottom .dotrow .dot { color: var(--red-400); }

/* ============================================================
   RECHTSSEITEN (Fließtext)
   ============================================================ */
.legal { max-width: 820px; }
.legal h2 { margin-top: var(--space-8); }
.legal h3 { margin-top: var(--space-6); }
.legal address { font-style: normal; line-height: var(--lh-relaxed); }
.legal ul { padding-left: 1.2em; }
.legal li { margin-bottom: var(--space-2); }

/* ============================================================
   SCROLL-REVEAL — sanfte Einblendung beim Laden (CSS-only, fill: both).
   Bewusst NICHT von IntersectionObserver/JS-Timern abhängig: die Animation
   endet immer bei voller Sichtbarkeit, Inhalt kann nie unsichtbar bleiben.
   Nur aktiv, wenn JS läuft (html.js) — ohne JS sofort sichtbar.
   ============================================================ */
.js [data-reveal] { animation: reveal-in var(--dur-slow) var(--ease-out) both; }
.js [data-reveal][data-reveal-delay="1"] { animation-delay: 90ms; }
.js [data-reveal][data-reveal-delay="2"] { animation-delay: 180ms; }
.js [data-reveal][data-reveal-delay="3"] { animation-delay: 270ms; }
@keyframes reveal-in {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .js [data-reveal] { animation: none; }
  html { scroll-behavior: auto; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1240px) { .header-mail { display: none; } }
@media (max-width: 1040px) {
  .nav-toggle { display: inline-flex; margin-left: auto; }
  .site-nav { display: none; }
  .header-cta { margin-left: var(--space-3); }
  .site-header.nav-open .site-nav {
    display: flex; flex-direction: column; gap: var(--space-1);
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--ink-700); border-bottom: 1px solid var(--border-on-dark);
    padding: var(--space-4) var(--container-pad); box-shadow: var(--shadow-lg);
  }
  .site-header.nav-open .site-nav a { padding: 12px 2px; font-size: var(--fs-md); }
}
@media (max-width: 980px) {
  .hero::before { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: var(--space-7); }
  .prod, .prod--rev .prod-media { grid-template-columns: 1fr; order: 0; }
  .prod { grid-template-columns: 1fr; gap: var(--space-6); }
  .guide { grid-template-columns: 1fr; }
  .contact { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
  .stat-set { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(1), .stat:nth-child(2) { border-bottom: 1px solid var(--border-on-dark); }
  .form-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .site-header .wrap { gap: var(--space-2); padding-inline: var(--space-4); }
  .brand-lockup img { width: 34px; height: 34px; }
  .brand-lockup .brand-logo { width: auto; height: 32px; }
  .brand-lockup .wm, .brand-lockup .by { display: none; }
  .header-cta { gap: var(--space-2); margin-left: auto; }
}
