/* ============================================================
   PROB-AR — strona firmowa (prob-ar.de)
   System wizualny: design/branding/logo-icon-concepts-2026-07-13/icon_spec.html
     Nachtblau  #1E2A3A  — atrament
     Messing    #8C6F36  — akcent (matowy)
     Creme      #ECE7D8  — tło
   Kroje: Cinzel 600 (wordmark, etykiety), EB Garamond 400/500 (podstrony prawne),
   Inter 400–600 (tekst strony głównej — ten sam krój co drobny tekst wizytówki).
   Kroje SERWOWANE Z NASZEJ DOMENY, nie z fonts.gstatic.com — inaczej każde
   wejście przekazywałoby adres IP odwiedzającego do Google, co musielibyśmy
   opisać we własnej Datenschutzerklärung (LG München I, 20.01.2022, 3 O 17493/20).
   Obie rodziny na licencji SIL OFL 1.1 — self-hosting dozwolony.
   ============================================================ */

@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/assets/fonts/cinzel-600-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url('/assets/fonts/ebgaramond-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  /* Podzbiór łaciński, wagi 400–600, oś opsz przypięta do 14 (tekst) — 29 KB. SIL OFL 1.1. */
  src: url('/assets/fonts/inter-var-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --nachtblau: #1e2a3a;
  --messing: #8c6f36;
  --creme: #ece7d8;
  --papier: #f2efe6;
  --gedaempft: #6b6a5f;
  --linie: rgba(30, 42, 58, 0.14);
  /* Tokeny WSPÓLNE strony głównej i podstron (17.09): odtwarzacz filmu stoi też na /app/,
     gdzie nie ma klasy .landing — wcześniej jego odstępy, fokus i drobny druk
     tracił tam wartości (var() bez definicji = deklaracja nieważna, fokus znikał). */
  --messing-hell: #c4a468;
  --leise-dunkel: #aeb4bc;
  --s-1: 8px;
  --s-2: 16px;
  --s-3: 24px;
  --s-4: 32px;
  --s-6: 48px;
  --s-8: 64px;
  --s-12: 96px;
  --t-display: clamp(40px, 9vw, 64px);
  --t-titel: clamp(22px, 1.1vw + 18px, 30px);
  --t-lead: 19px;
  --t-text: 17px;
  --t-klein: 14px;
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
    sans-serif;
  --breite: 1080px;
  --ease: cubic-bezier(0.22, 0.08, 0.28, 1);
}

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

html {
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  background: var(--creme);
  color: var(--nachtblau);
  font-family: 'EB Garamond', Georgia, 'Times New Roman', serif;
  font-size: 18px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}

/* --- Wordmark ------------------------------------------------
   Kanoniczny zapis nazwy to „PROB-AR": wersaliki z myślnikiem.
   Zapis wielbłądzi (małe p, sklejone AR) jest WYCOFANY i nie wolno go użyć
   nigdzie na tej stronie — pilnuje tego bramka treści w tools/site-deploy.sh. */
.wordmark {
  font-family: 'Cinzel', 'EB Garamond', Georgia, serif;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: var(--nachtblau);
  text-transform: none;
  line-height: 1;
  white-space: nowrap;
}

.wordmark .bindestrich {
  color: var(--messing);
}

/* --- Strona główna: patrz sekcja LANDING na końcu pliku --- */

/* --- Stopka --------------------------------------------------- */
.fuss {
  padding: 22px 24px 34px;
  text-align: center;
  font-size: 14.5px;
  color: var(--gedaempft);
}

.fuss a {
  color: var(--gedaempft);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.18s ease, border-color 0.18s ease;
}

.fuss a:hover,
.fuss a:focus-visible {
  color: var(--nachtblau);
  border-bottom-color: var(--linie);
}

.fuss__trenner {
  margin: 0 12px;
  color: var(--linie);
}

/* --- Podstrony prawne ------------------------------------------ */
.rechtstext {
  flex: 1;
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
  padding: 44px 24px 8px;
}

.rechtstext .wordmark {
  font-size: 19px;
  display: inline-block;
  margin-bottom: 46px;
}

/* Wordmark w nagłówku podstrony jest linkiem do strony głównej, ale NIE ma
   wyglądać jak link w tekście — reguła `.rechtstext a` dokłada mu kreskę pod
   spodem, więc trzeba ją tu zdjąć jawnie. */
.rechtstext .wordmark a {
  color: inherit;
  text-decoration: none;
  border-bottom: 0;
}

.rechtstext h1 {
  font-family: 'Cinzel', 'EB Garamond', Georgia, serif;
  font-size: 27px;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}

.rechtstext h1 + .quelle {
  font-size: 15px;
  color: var(--gedaempft);
  margin-bottom: 34px;
}

.rechtstext h2 {
  font-family: 'Cinzel', 'EB Garamond', Georgia, serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin: 34px 0 10px;
}

.rechtstext p {
  margin-bottom: 14px;
}

.rechtstext ul {
  margin: 0 0 14px 22px;
}

.rechtstext li {
  margin-bottom: 6px;
}

.rechtstext a {
  color: var(--r-link, var(--messing));
  text-decoration: none;
  border-bottom: 1px solid var(--r-link-linie, rgba(140, 111, 54, 0.42));
}

.rechtstext a:hover,
.rechtstext a:focus-visible {
  color: var(--r-link-aktiv, var(--nachtblau));
  border-bottom-color: var(--r-link-aktiv, var(--nachtblau));
}

.rechtstext .anschrift {
  font-style: normal;
  line-height: 1.75;
}

.rechtstext hr {
  border: 0;
  border-top: 1px solid var(--linie);
  margin: 40px 0 22px;
}

.rechtstext .stand {
  font-size: 14px;
  color: var(--gedaempft);
}

@media (max-width: 480px) {
  body {
    font-size: 17px;
  }
  .rechtstext {
    padding: 32px 20px 8px;
  }
}

/* ============================================================
   LANDING (strona główna) — wszystko pod body.landing, żeby podstrony
   prawne, które dzielą ten arkusz, zostały nietknięte.

   Rejestry jak na wizytówce: Cinzel = tożsamość (logotyp, krótkie etykiety),
   Inter = treść, linia mosiężna = zawias między nimi.

   Kontrasty (WCAG 2.x, policzone):
     Creme na Nachtblau ........ 11,74  tekst
     --messing-hell na Nachtblau  6,12  drobny tekst/fokus na ciemnym
     --messing na Nachtblau ..... 3,07  TYLKO linie i duży tekst (myślnik logotypu)
     --messing-text na Papier ... 5,37  drobny tekst mosiężny na jasnym
     --messing na Creme ......... 3,82  TYLKO linie/elementy nietekstowe
     --leise na Creme ........... 6,07  tekst drugorzędny
   Siatka 8 pt: odstępy wyłącznie z --s-*.
   ============================================================ */

.landing {
  --messing-text: #7a5e2b;
  --leise: #56554c;
  --papier: #f4f1e8;
  /* Role kolorów — przełącza je atrybut data-farbe na <html> (blok niżej). */
  --grund: var(--creme);
  --kopf-grund: var(--nachtblau);
  --buehne: var(--nachtblau);
  --tinte: var(--nachtblau);
  --zeichen: var(--messing);
  --raster: rgba(140, 111, 54, 0.18);
  --wir-grund: rgba(140, 111, 54, 0.1);
  --akzent-unterstrich: rgba(122, 94, 43, 0.4);
  --schatten-film: 0 1px 2px rgba(30, 42, 58, 0.12), 0 12px 32px rgba(30, 42, 58, 0.16);

  display: block;
  font-family: var(--sans);
  font-size: var(--t-text);
  line-height: 1.6;
  font-feature-settings: 'kern', 'calt';
  background: var(--grund);
}

.landing [hidden] {
  display: none !important;
}

/* === WARIANT CIEMNY „Nacht" (17.09, do decyzji foundera) =====================
   Włączany JEDNYM atrybutem: <html lang="de" data-farbe="nacht">. Bez atrybutu
   strona jest jasna — reguły powyżej i poniżej nie zmieniają się ani o piksel
   (sprawdzone porównaniem zrzutów przed/po przepięciu na role kolorów).
   To NIE jest odwrócenie kolorów: awers wizytówki rozciągnięty na stronę.
     grunt              Nachtblau #1E2A3A        (L* 16,7) — nagłówek i sekcje zwykłe
     sekcje „papier"    #253347                  (L* 20,9) — uniesione jak papier nad Creme
     scena              #161F2B                  (L* 11,4) — zamknięcie, stopka, podstawa systemu, ramka filmu
     tekst              Creme #ECE7D8            11,74 / 10,34 / 13,43 (grunt / papier / scena)
     tekst drugorzędny  #B3B1A7 (ciepły, z rodziny Creme)   6,75 / 5,94 / 7,72
     akcent tekstowy    #C4A468 (jasny mosiądz)  6,12 / 5,39 / 7,00
     linie              Messing #8C6F36          3,07 / 2,70 — WYŁĄCZNIE ozdobne; jako tekst
                        nie przechodzi AA (3,07 < 4,5), a znaczniki stanu siedzą na „papierze"
                        (2,70 < 3,0 dla grafiki) — dlatego znaczniki dostają jasny mosiądz.
   Jasne prostokąty (film, dokument) osadzone, nie wklejone:
     film     — ramka-bezel ze sceny (6 px) + cienki pierścień Creme: czyta się jak telefon,
                bo to JEST nagranie ekranu telefonu; wzór z podstrony /film/.
     dokument — kartka przygaszona do #F3F1EC (L* 95 zamiast 100), głęboki cień zamiast
                szarej poświaty; szary drobnego druku przyciemniony do #5F646C (5,28),
                bo #6B7078 na przygaszonej kartce spada do 4,41. */
html[data-farbe='nacht'] {
  color-scheme: dark;
}

html[data-farbe='nacht'] .landing {
  --grund: var(--nachtblau);
  --papier: #253347;
  --kopf-grund: var(--nachtblau);
  --buehne: #161f2b;
  --tinte: var(--creme);
  --leise: #b3b1a7;
  --leise-dunkel: #b3b1a7;
  --messing-text: var(--messing-hell);
  --zeichen: var(--messing-hell);
  --linie: rgba(236, 231, 216, 0.14);
  --raster: rgba(196, 164, 104, 0.2);
  --wir-grund: rgba(196, 164, 104, 0.1);
  --akzent-unterstrich: rgba(196, 164, 104, 0.45);
  --schatten-film: 0 0 0 1px rgba(236, 231, 216, 0.14), 0 16px 40px rgba(0, 0, 0, 0.35);
  color: var(--creme);
}

/* Nagłówek i pierwsza sekcja mają ten sam grunt — granicę niesie mosiężna kreska
   na szerokość siatki treści (jak linia na awersie), nie zmiana tła. */
html[data-farbe='nacht'] .kopf {
  background: linear-gradient(var(--messing), var(--messing)) center bottom /
      min(var(--breite), calc(100% - 2 * var(--s-3))) 1px no-repeat,
    var(--kopf-grund);
}

html[data-farbe='nacht'] .film__rahmen {
  padding: 6px;
  border-radius: 22px;
}

html[data-farbe='nacht'] .film__video,
html[data-farbe='nacht'] .film__start {
  border-radius: 16px;
}

html[data-farbe='nacht'] .film__start {
  inset: 6px;
}

html[data-farbe='nacht'] .beleg {
  --b-papier: #f3f1ec;
  --b-leise: #5f646c;
  --b-schatten: 0 1px 2px rgba(0, 0, 0, 0.3), 0 20px 48px rgba(0, 0, 0, 0.35);
}

/* Zamknięcie i stopka czytają się jako jedna „odwrotna strona" wizytówki. */
html[data-farbe='nacht'] .landing .fuss {
  background: var(--buehne);
  box-shadow: inset 0 1px 0 var(--linie);
}

html[data-farbe='nacht'] .landing .fuss a:hover,
html[data-farbe='nacht'] .landing .fuss a:focus-visible {
  color: var(--creme);
  border-bottom-color: rgba(236, 231, 216, 0.4);
}

/* === WARIANT CIEMNY na podstronach tekstowych (17.09, wybór foundera: „Nacht") ======
   /impressum/, /datenschutz/ i /app/ (cel kodu QR) mają `.rechtstext`, nie `.landing`,
   więc blok wyżej ich nie dotykał — czytelnik szedł z granatowej stopki na kremową kartkę.
   Tu ten sam awers wizytówki, ale strojony pod LEKTURĘ, nie pod ekspozycję:
     grunt           Nachtblau #1E2A3A — ten sam co strona główna (bez „papieru" #253347:
                     tekst prawny to jedna ciągła kolumna, nie ma czego unosić)
     tekst ciągły    Creme #ECE7D8 ...... 11,74  — złamana biel, nie #FFF (15,0): przy
                     szeryfie EB Garamond czysta biel na granacie „świeci" i rozmywa szeryfy
     drugorzędny     #B3B1A7 ............ 6,75   (źródło pod tytułem, „Stand", podpis filmu)
     linki           jasny mosiądz #C4A468 6,12  + kreska 45 % — link rozpoznawalny też bez koloru
     link aktywny    Creme 11,74
     linie           Creme 14 % — tylko rozdzielacze
   Myślnik logotypu zostaje ciemnym mosiądzem (3,07; element graficzny w znaku, jak w nagłówku
   strony głównej). Selektor `body` przez :where(), żeby nie przebić `.landing`/`.kino`. */
:where(html[data-farbe='nacht']) body {
  background: var(--nachtblau);
  color: var(--creme);
}

html[data-farbe='nacht'] .rechtstext {
  --gedaempft: #b3b1a7;
  --linie: rgba(236, 231, 216, 0.14);
  --leise-dunkel: #b3b1a7;
  --r-link: var(--messing-hell);
  --r-link-linie: rgba(196, 164, 104, 0.45);
  --r-link-aktiv: var(--creme);
  /* odtwarzacz na /app/: ramka-bezel ze „sceny" jak na stronie głównej */
  --buehne: #161f2b;
  --schatten-film: 0 0 0 1px rgba(236, 231, 216, 0.14), 0 16px 40px rgba(0, 0, 0, 0.35);
}

html[data-farbe='nacht'] .rechtstext .wordmark {
  color: var(--creme);
}

/* --- Linia mosiężna ------------------------------------------- */
.landing .regel {
  width: 56px;
  height: 1px;
  border: 0;
  background: var(--messing);
}

.landing .regel--mitte {
  margin: var(--s-4) auto;
}

/* --- Hero ------------------------------------------------------ */
.kopf {
  background: var(--kopf-grund);
  color: var(--creme);
  padding: var(--s-12) var(--s-3) var(--s-8);
  text-align: center;
  /* Kursor domyslny zamiast belki tekstowej. Hero czyta sie jak plakat, a I-beam
     nad wielkim naglowkiem wyglada, jakby dalo sie w nim pisac (zgloszenie 17.09).
     Zaznaczanie i kopiowanie dziala dalej — to tylko wyglad wskaznika.
     Linki i przyciski w hero maja wlasny kursor, nizej. */
  cursor: default;
}

/* Bez tego dziedziczenie z .kopf zabiera lapke z obu dzialan hero. */
.kopf a,
.kopf button {
  cursor: pointer;
}

.kopf__inner {
  max-width: 640px;
  margin: 0 auto;
}

.kopf__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--s-1);
}

/* v4: logotyp jest PODPISEM nadawcy, nie nagłówkiem — rolę bohatera przejął
   .kopf__titel. Dwie duże rzeczy na jednym ekranie konkurują o pierwsze spojrzenie. */
.landing .kopf__wordmark {
  color: var(--creme);
  font-size: clamp(26px, 4.4vw, 34px);
  /* letter-spacing dokłada światło po ostatniej literze — kompensacja,
     żeby logotyp stał optycznie na osi */
  margin-left: 0.22em;
}

.kopf__claim {
  font-size: var(--t-klein);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.4;
  color: var(--leise-dunkel);
}

.kopf__kategorie {
  font-size: var(--t-klein);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.02em;
  color: var(--messing-hell);
  text-wrap: balance;
}

.kopf__titel {
  margin-top: var(--s-2);
  font-size: clamp(32px, 4.2vw + 18px, 56px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.022em;
  text-wrap: balance;
}

.kopf__satz {
  margin: var(--s-3) auto 0;
  max-width: 32em;
  font-size: var(--t-lead);
  font-weight: 400;
  line-height: 1.5;
  color: var(--leise-dunkel);
  text-wrap: pretty;
}

.kopf__aktionen {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: var(--s-4);
}

.kopf__aktionen .knopf {
  margin-top: 0;
}

/* Drugie działanie hero: link, nie przycisk. 44 px pola trafienia z paddingu. */
.kopf__zweit {
  display: inline-block;
  margin-top: var(--s-1);
  padding: 12px 0;
  color: var(--creme);
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  background: linear-gradient(var(--messing-hell), var(--messing-hell)) 0 calc(100% - 10px) / 100% 1px no-repeat;
}

.kopf__zweit::after {
  content: ' →';
}

@media (hover: hover) {
  .kopf__zweit:hover {
    color: #fff;
  }
}

@media (min-width: 560px) {
  .kopf__aktionen {
    flex-direction: row;
    justify-content: center;
    gap: var(--s-4);
  }

  .kopf__zweit {
    margin-top: 0;
  }
}

/* Mocny przycisk: hero i kontakt (ten sam wygląd, dwa różne zadania). 52 px wysokości = cel dotyku z zapasem. */
.knopf {
  display: inline-flex;
  align-items: center;
  gap: var(--s-1);
  min-height: 52px;
  margin-top: var(--s-4);
  padding: 0 var(--s-4);
  border-radius: 2px;
  background: var(--creme);
  color: var(--nachtblau);
  font-size: var(--t-text);
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  /* ⚠️ Tło BEZ przejścia w stanie spoczynku. Zmierzone 16.09 w WebKit: z
     `transition: background-color` przycisk startował od przezroczystego i przy
     wstrzymanym zegarze animacji (okno w tle) zostawał granat na granacie —
     jedyne CTA strony niewidoczne. Przejście tła żyje tylko w :hover. */
  transition: transform 0.1s var(--ease);
}

@media (hover: hover) {
  .knopf:hover {
    background: #fff;
    transition: background-color 0.18s var(--ease), transform 0.1s var(--ease);
  }
}

.knopf:active {
  transform: scale(0.98);
}

.knopf:focus-visible,
.landing a:focus-visible {
  outline: 2px solid var(--messing-hell);
  outline-offset: 3px;
}

.knopf__pfeil {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.18s var(--ease);
}

.knopf:hover .knopf__pfeil {
  transform: translateX(2px);
}

.kopf__hinweis {
  margin-top: var(--s-2);
  font-size: var(--t-klein);
  color: var(--leise-dunkel);
}

/* --- Sekcje ---------------------------------------------------- */
.abschnitt {
  padding: var(--s-8) var(--s-3);
}

.abschnitt--papier {
  background: var(--papier);
}

/* Dwie jasne sekcje pod rząd = podwójny odstęp, który czyta się jak dziura.
   Druga z nich przejmuje oddech pierwszej. Ukryta sekcja referencji (#referenz)
   nadal jest rodzeństwem w DOM, stąd drugi wariant selektora. */
/* ⚠️ Pierwszy człon wyklucza [hidden]: ukryta referencja ma tło Creme i bez tego
   zdejmowała górny odstęp sekcji „Stand heute" (zmierzone 16.09 na zrzucie 1280). */
.abschnitt:not(.abschnitt--papier):not([hidden]) + .abschnitt:not(.abschnitt--papier),
.abschnitt:not(.abschnitt--papier):not([hidden]) + [hidden] + .abschnitt:not(.abschnitt--papier) {
  padding-top: 0 !important;
}

.raster {
  max-width: var(--breite);
  margin: 0 auto;
}

/* Etykieta sekcji: Cinzel + krótka linia mosiężna pod spodem — ten sam gest co na karcie. */
.marke {
  font-family: 'Cinzel', Georgia, serif;
  font-weight: 600;
  font-size: var(--t-klein);
  letter-spacing: 0.16em;
  line-height: 1.3;
  color: var(--tinte);
}

.marke::after {
  content: '';
  display: block;
  width: 32px;
  height: 1px;
  margin-top: var(--s-2);
  background: var(--messing);
}

.marke--hell {
  color: var(--creme);
}

.aussage {
  margin-top: var(--s-4);
  max-width: 24em;
  font-size: var(--t-titel);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.01em;
  text-wrap: balance;
}

.landing .text {
  max-width: 34em;
  color: var(--leise);
}

/* Zdanie o barwie: świadomie CISZEJ niż główny wywód. Mówimy wprost, że o kolorze
   rozstrzyga Musterstein — to zdejmuje z nas zarzut „na ekranie kolor i tak kłamie”,
   zanim padnie, i zgadza się z tym, co stoi w stopce dokumentu „Ihre Vorauswahl”. */
.text--leise{opacity:.82;font-style:italic}

.aussage + .text {
  margin-top: var(--s-2);
  font-size: var(--t-lead);
}

/* Kolejny akapit tego samego wywodu: odstęp pół kroku mniejszy niż między blokami. */
.landing .text + .text,
.stand-liste + .text {
  margin-top: var(--s-2);
}

/* Krótka sekcja „zdanie | wyjaśnienie" (Nachfrage, Gepflegt): na telefonie jedno
   pod drugim, od 960 px obok siebie — inaczej prawa połowa ekranu stoi pusta. */
.satz__text {
  margin-top: var(--s-2);
}

.satz__text .text:first-child {
  font-size: var(--t-lead);
}

/* --- Szkic skali 3 : 40 --------------------------------------- */
.massstab {
  margin-top: var(--s-6);
  /* miejsce na dwuwierszowy podpis pod polami (pozycjonowany absolutnie) */
  padding-bottom: 56px;
}

.massstab__paar {
  display: flex;
  align-items: flex-end;
  /* „Musterpark" (~78 px) jest szerszy niż małe pole — odstęp musi go zmieścić */
  gap: var(--s-6);
}

/* Boki w stosunku √(40/3) ≈ 3,65 — pola są w proporcji do liczb w tekście. */
.massstab__feld {
  position: relative;
  border: 1px solid var(--messing);
  flex: none;
}

.massstab__feld--klein {
  width: 44px;
  height: 44px;
}

.massstab__feld--gross {
  width: 160px;
  height: 160px;
  background: repeating-linear-gradient(0deg, transparent 0 19px, var(--raster) 19px 20px),
    repeating-linear-gradient(90deg, transparent 0 19px, var(--raster) 19px 20px);
}

.massstab__wert {
  position: absolute;
  left: 0;
  top: calc(100% + var(--s-1));
  white-space: nowrap;
  font-size: var(--t-klein);
  font-weight: 600;
  line-height: 1.45;
  font-feature-settings: 'tnum';
  color: var(--tinte);
}

.massstab__wert small {
  font-size: inherit;
  font-weight: 400;
  color: var(--leise);
}

/* --- Karty listy (Ihre Materialien) --------------------------- */
.nutzen__titel {
  margin-top: var(--s-1);
  font-size: var(--t-lead);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.005em;
  text-wrap: balance;
}

.nutzen__punkt .text {
  margin-top: var(--s-1);
}

/* --- Korzyści -------------------------------------------------- */
.nutzen {
  list-style: none;
  margin-top: var(--s-6);
  display: grid;
  gap: var(--s-6);
}

.nutzen__punkt {
  padding-left: var(--s-3);
  border-left: 1px solid var(--messing);
}

.nutzen__titel {
  margin-top: 0;
}

/* --- Film (sekcja #aufnahme i podstrona /film/) -----------------
   Nagranie: pion 590 × 1280, 35 s. Odtwarzanie tylko na kliknięcie.
   Przycisk pokrywa CAŁY kadr — trafienie gdziekolwiek w plakat startuje film. */
.raster--film .film {
  margin-top: var(--s-4);
}

.aufnahme__text {
  margin-top: var(--s-4);
}

.aufnahme__text .text {
  font-size: var(--t-lead);
}

.film {
  width: min(100%, 280px);
  margin-inline: auto;
}

.film__rahmen {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  /* Wartości zapasowe: film stoi też na /app/, gdzie nie ma klasy .landing (i jej tokenów). */
  background: var(--buehne, var(--nachtblau));
  box-shadow: var(--schatten-film, 0 1px 2px rgba(30, 42, 58, 0.12), 0 12px 32px rgba(30, 42, 58, 0.16));
}

.film__video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 590 / 1280;
  object-fit: cover;
  background: var(--buehne, var(--nachtblau));
}

.film__start {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--s-2);
  border: 0;
  cursor: pointer;
  color: var(--creme);
  font: inherit;
  background: radial-gradient(circle at 50% 50%, rgba(30, 42, 58, 0.5), rgba(30, 42, 58, 0.1) 60%);
}

.film__start[hidden] {
  display: none;
}

.film__kreis {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--creme);
  color: var(--nachtblau);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.24);
  transition: transform 0.1s var(--ease);
}

.film__kreis svg {
  width: 28px;
  height: 28px;
  /* trójkąt ma środek ciężkości na lewo od środka pola — przesunięcie optyczne */
  margin-left: 3px;
  fill: currentColor;
}

.film__start:active .film__kreis {
  transform: scale(0.97);
}

.film__start:focus-visible {
  outline: none;
}

.film__start:focus-visible .film__kreis {
  outline: 2px solid var(--messing-hell);
  outline-offset: 4px;
}

.film__etikett {
  padding: 4px var(--s-1);
  border-radius: 2px;
  background: rgba(30, 42, 58, 0.72);
  font-size: var(--t-klein);
  font-weight: 600;
  letter-spacing: 0.01em;
}

.film__dauer {
  margin-left: 4px;
  font-weight: 400;
  font-feature-settings: 'tnum';
  color: var(--leise-dunkel);
}

/* Wyjście po filmie: cichy link, nie drugi przycisk. */
.weiter {
  margin-top: var(--s-3);
}

.weiter__link {
  display: inline-block;
  padding: 12px 0;
  color: var(--messing-text);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid var(--akzent-unterstrich);
  line-height: 1.2;
}

.weiter__link::after {
  content: ' →';
}

.weiter__link:hover {
  color: var(--tinte);
  border-bottom-color: var(--tinte);
}

/* --- Bemusterung in drei Schritten (od v4; wcześniej „Das System") ----
   Metafora z samej branży: nawierzchnia stoi na podbudowie. Kolumny = kroki procesu,
   ciemna podstawa = katalog i wygląd marki. Łączniki mosiężne 1 px niosą relację
   „stoi na", więc podstawa jest pełnej szerokości i pod OBOMA kolumnami. */
.system {
  margin-top: var(--s-6);
}

.system__saeulen {
  list-style: none;
  display: grid;
  gap: var(--s-2);
}

.system__nr {
  display: inline-block;
  min-width: 1.4em;
  /* cyfra z Intera: jedynka Cinzela czyta się jak „I" */
  font-family: var(--sans);
  font-size: var(--t-klein);
  letter-spacing: 0;
  font-feature-settings: 'tnum';
  color: var(--tinte);
}

.system__saeule {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: var(--s-3);
  background: var(--papier);
  border: 1px solid var(--linie);
  border-radius: 2px;
}

.system__saeule::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1px;
  height: var(--s-4);
  margin-top: 1px;
  background: var(--messing);
}

/* Na wąskim ekranie kolumny stoją jedna pod drugą — łącznik ma tylko ostatnia,
   inaczej kreska wbiegałaby w kartę poniżej. */
.system__saeule:not(:last-child)::after {
  display: none;
}

.system__ort {
  font-family: 'Cinzel', Georgia, serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.16em;
  line-height: 1.3;
  color: var(--messing-text);
}

.system__titel {
  margin-top: var(--s-1);
  font-size: var(--t-lead);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.005em;
  text-wrap: balance;
}

.system__saeule .text {
  margin-top: var(--s-1);
  margin-bottom: var(--s-3);
}

.system__rolle {
  margin-top: auto;
  padding-top: var(--s-2);
  border-top: 1px solid var(--linie);
  font-size: var(--t-klein);
  font-weight: 500;
  color: var(--leise);
}



.system__basis {
  margin-top: calc(var(--s-4) + 2px);
  padding: var(--s-4) var(--s-3);
  background: var(--buehne);
  color: var(--creme);
  border-radius: 2px;
}

.system__basis-marke {
  font-family: 'Cinzel', Georgia, serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.16em;
  line-height: 1.3;
  color: var(--messing-hell);
}

.system__basis-teile {
  display: grid;
  gap: var(--s-3);
  margin-top: var(--s-3);
}

.system__teil + .system__teil {
  padding-top: var(--s-3);
  border-top: 1px solid rgba(236, 231, 216, 0.16);
}

.system__teil-titel {
  font-size: var(--t-titel);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.system__teil p {
  margin-top: var(--s-1);
  max-width: 34em;
  color: var(--leise-dunkel);
}

/* --- Pomocnicze ------------------------------------------------ */
.unsichtbar {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* --- Verlegt, nicht eingeblendet: rysunek docięcia ---------------
   Dwa panele ZAWSZE obok siebie, także na 320 px — sens rysunku to porównanie,
   a porównanie jeden pod drugim wymaga pamięci zamiast spojrzenia. */
.kante {
  margin-top: var(--s-6);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--s-2);
}

.kante__bild svg {
  display: block;
  width: 100%;
  height: auto;
  background: var(--grund);
  border: 1px solid var(--linie);
  border-radius: 2px;
}

.kante__wand {
  fill: var(--tinte);
}

.kante__umriss {
  fill: none;
  stroke: var(--tinte);
  stroke-width: 1.5;
  stroke-linejoin: round;
}

/* Obrys, którego wzór nie respektuje — kreskowany, bo to tylko ślad krawędzi. */
.kante__umriss--offen {
  stroke-dasharray: 4 3;
}

.kante__bild figcaption {
  margin-top: var(--s-1);
  font-size: var(--t-klein);
  line-height: 1.4;
  color: var(--leise);
}

.kante__bild figcaption strong {
  display: block;
  font-weight: 600;
  color: var(--tinte);
}

/* --- Porównanie z kategoriami (tabela) --------------------------
   Wąski ekran: każdy wiersz = nazwa cechy nad trzema komórkami, nazwa kolumny
   z `data-spalte` nad wartością. Od 600 px zwykła tabela. */
.gegenueber {
  width: 100%;
  margin-top: var(--s-6);
  border-collapse: collapse;
  font-size: var(--t-klein);
  line-height: 1.4;
}

.gegenueber,
.gegenueber thead,
.gegenueber tbody {
  display: block;
}

.gegenueber thead {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.gegenueber tr {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: var(--s-2);
  row-gap: var(--s-1);
  padding: var(--s-2) 0;
  border-top: 1px solid var(--linie);
}

.gegenueber tbody tr:last-child {
  border-bottom: 1px solid var(--linie);
}

.gegenueber tbody th {
  grid-column: 1 / -1;
  text-align: left;
  font-size: var(--t-text);
  font-weight: 600;
  line-height: 1.35;
}

.gegenueber td {
  display: block;
  font-weight: 500;
  color: var(--tinte);
  -webkit-hyphens: manual;
  hyphens: manual;
  overflow-wrap: break-word;
}

.gegenueber td::before {
  content: attr(data-spalte);
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: var(--leise);
}

.gegenueber td.gegenueber__nein {
  font-weight: 400;
  color: var(--leise);
}

/* Kolumna PROB-AR: ten sam ton tła w każdym wierszu = czytelna kolumna,
   bez ikon i bez koloru jako jedynego nośnika znaczenia. */
.gegenueber td.gegenueber__wir {
  margin: -4px 0;
  padding: 4px var(--s-1);
  border-radius: 2px;
  background: var(--wir-grund);
  font-weight: 600;
}

.gegenueber__fazit {
  margin-top: var(--s-3);
}

@media (min-width: 600px) {
  .gegenueber {
    display: table;
    table-layout: fixed;
    font-size: 16px;
  }

  .gegenueber thead {
    display: table-header-group;
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .gegenueber tbody {
    display: table-row-group;
  }

  .gegenueber tr {
    display: table-row;
    padding: 0;
  }

  .gegenueber tbody tr:last-child {
    border-bottom: 0;
  }

  .gegenueber th,
  .gegenueber td,
  .gegenueber tbody th {
    display: table-cell;
    padding: 14px var(--s-2);
    border-bottom: 1px solid var(--linie);
    text-align: left;
    vertical-align: top;
  }

  .gegenueber tbody th {
    width: 34%;
    padding-left: 0;
    font-size: 16px;
  }

  .gegenueber thead th {
    padding-top: var(--s-2);
    padding-bottom: 12px;
    border-bottom: 1px solid var(--tinte);
    font-family: 'Cinzel', Georgia, serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.14em;
    vertical-align: bottom;
  }

  .gegenueber__ecke {
    width: 34%;
    border-bottom: 1px solid var(--tinte) !important;
  }

  .gegenueber td::before {
    content: none;
  }

  /* Pełna para selektorów z wersji wąskiej — inaczej jej padding 4 px wygrywa
     specyficznością i kolumna PROB-AR stoi wyżej niż sąsiednie (zrzut 17.09). */
  .gegenueber td.gegenueber__wir {
    margin: 0;
    padding: 14px var(--s-2);
    border-radius: 0;
  }

  .gegenueber .gegenueber__wir {
    background: var(--wir-grund);
  }

  /* Granat, nie mosiądz: --messing-text na odcieniu kolumny ma 4,39 (< AA przy 13 px),
     policzone po zmieszaniu tła 17.09. Kolumnę wyróżnia tło i kreska, nie kolor liter. */
  .gegenueber thead .gegenueber__wir {
    color: var(--tinte);
    box-shadow: inset 0 2px 0 var(--messing);
  }
}

/* --- Was bei Ihnen ankommt: wycinek dokumentu -------------------
   Układ i szare tony z dokumentu „Ihre Vorauswahl" (PDF z apki), nie z palety strony:
   to ma czytać się jak przedmiot — kartka, którą producent dostaje do ręki.
   Kontrasty na bieli: --b-leise 4,93 · --b-marke 5,96 · etykieta pomiaru 9,1. */
.beleg {
  --b-tinte: #1f2733;
  --b-leise: #6b7078;
  --b-marke: #5f646c;
  --b-linie: #e3e5e8;
  --b-papier: #fff;
  --b-schatten: 0 1px 2px rgba(30, 42, 58, 0.08), 0 12px 32px rgba(30, 42, 58, 0.1);
  margin-top: var(--s-6);
}

.beleg__blatt {
  padding: var(--s-3);
  background: var(--b-papier);
  color: var(--b-tinte);
  border-radius: 4px;
  box-shadow: var(--b-schatten);
  font-size: var(--t-klein);
  line-height: 1.4;
}

.beleg__marke {
  padding-bottom: var(--s-1);
  border-bottom: 2px solid var(--b-tinte);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--b-marke);
}

.beleg__marke--kontakt {
  margin-top: var(--s-3);
  border-bottom-width: 1px;
}

.beleg__position {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  grid-template-areas:
    'nr kopf  kopf'
    '.  menge quelle'
    '.  felder felder';
  column-gap: var(--s-2);
  align-items: center;
  padding: var(--s-2) 0 var(--s-3);
  border-bottom: 1px solid var(--b-linie);
}

.beleg__nr {
  grid-area: nr;
  align-self: start;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--b-leise);
}

.beleg__kopf {
  grid-area: kopf;
}

.beleg__name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.beleg__nutzung {
  display: inline-block;
  margin-top: var(--s-1);
  padding: 2px var(--s-1);
  border: 1px solid #c9ccd1;
  border-radius: 999px;
  font-size: 12px;
  color: #3d434b;
}

.beleg__menge {
  grid-area: menge;
  margin-top: var(--s-2);
  font-size: var(--t-klein);
  font-weight: 600;
  white-space: nowrap;
}

.beleg__zahl {
  font-size: 28px;
  letter-spacing: -0.02em;
  font-feature-settings: 'tnum';
}

.beleg__quelle {
  grid-area: quelle;
  margin-top: var(--s-2);
  padding: 2px var(--s-1);
  border-radius: 4px;
  background: #eef0e6;
  font-size: 12px;
  font-weight: 500;
  color: #3f4a2e;
  white-space: nowrap;
}

.beleg__felder,
.beleg__kontakt {
  display: grid;
  row-gap: 6px;
}

.beleg__felder {
  grid-area: felder;
  margin-top: var(--s-2);
}

.beleg__kontakt {
  margin-top: var(--s-2);
}

.beleg__felder div,
.beleg__kontakt div {
  display: grid;
  grid-template-columns: 8.5em minmax(0, 1fr);
  column-gap: var(--s-1);
  align-items: baseline;
}

.beleg dt {
  font-size: 13px;
  color: var(--b-leise);
}

.beleg dd {
  font-weight: 600;
}

/* Dane kontaktowe są zasłonięte, nie zmyślone: pokazujemy rubryki, nie osobę. */
.beleg__balken {
  display: inline-block;
  width: 7em;
  max-width: 100%;
  height: 8px;
  border-radius: 4px;
  background: var(--b-linie);
  vertical-align: middle;
}

.beleg__balken--lang {
  width: 10em;
}

.beleg__balken--kurz {
  width: 4.5em;
}

.beleg__unterschrift {
  margin-top: var(--s-2);
  font-size: var(--t-klein);
  line-height: 1.45;
  color: var(--leise);
}

/* --- Referencja (ukryta do pierwszego klienta) ------------------ */
.stimme {
  max-width: 40em;
}

.stimme__zitat p {
  font-size: var(--t-titel);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.01em;
  text-wrap: pretty;
}

.stimme__zitat p::before {
  content: '„';
}

.stimme__zitat p::after {
  content: '“';
}

.stimme__quelle {
  margin-top: var(--s-2);
  font-size: var(--t-klein);
  color: var(--leise);
}

.stimme__name {
  display: block;
  font-weight: 600;
  color: var(--tinte);
}

/* --- Podstrona /film/ („kino") ----------------------------------
   ⚠️ Stopka: selektory z `.landing.kino`, bo reguły `.landing .fuss` stoją niżej
   w pliku — przy równej specyficzności wygrywały i dawały szary #56554C na granacie
   (kontrast ~2:1; złapane na zrzucie 16.09, NIE w tabeli kontrastów).
   Cała strona ciemna: film jest bohaterem, jasne tło obok ciemnego kadru
   odciągałoby oko. Działa samodzielnie — nic tu nie zależy od strony głównej. */
body.kino {
  background: var(--nachtblau);
  color: var(--creme);
}

.kino__kopf {
  padding: var(--s-3) var(--s-3) 0;
  text-align: center;
}

.landing .kino__wordmark {
  display: inline-block;
  padding: var(--s-1) 0;
  margin-left: 0.22em;
  font-size: 17px;
  color: var(--creme);
  text-decoration: none;
}

.kino__buehne {
  max-width: 520px;
  margin: 0 auto;
  padding: var(--s-3) var(--s-3) var(--s-8);
}

.kino__satz {
  font-size: var(--t-lead);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.005em;
  text-align: center;
  text-wrap: balance;
}

/* Film ma się zmieścić w oknie telefonu w całości: szerokość wynika z wysokości okna. */
/* Wariant na stronie po skanie kodu QR (/app/): tam ukladem rzadzi `.rechtstext`,
   wiec film dostaje wlasny odstep i te sama szerokosc co blok tekstu. */
.film--app {
  width: min(100%, 300px);
  margin: var(--s-4) auto;
}

.film--app figcaption {
  margin-top: var(--s-1);
  text-align: center;
}

/* Lista możliwości na /app/ (przeniesiona z <style> strony 17.09): odstępy z siatki 8 pt. */
.rechtstext .moeglichkeiten {
  margin: 0 0 var(--s-2);
  padding-left: 20px;
}

.rechtstext .moeglichkeiten li {
  margin-bottom: var(--s-1);
  line-height: 1.5;
}

.film--kino {
  margin-top: var(--s-4);
  width: min(100%, 320px, calc(68vh * 590 / 1280));
  width: min(100%, 320px, calc(68svh * 590 / 1280));
}

.kino .film__rahmen {
  box-shadow: 0 0 0 1px rgba(236, 231, 216, 0.14);
}

.kino__punkte {
  margin-top: var(--s-6);
}

.kino__liste {
  list-style: none;
  margin-top: var(--s-3);
}

.kino__liste li {
  padding: var(--s-2) 0;
  border-top: 1px solid rgba(236, 231, 216, 0.14);
}

.kino__liste strong,
.kino__liste span {
  display: block;
}

.kino__liste strong {
  font-weight: 600;
}

.kino__liste span {
  color: var(--leise-dunkel);
}

.kino__hinweis {
  margin-top: var(--s-2);
  padding-top: var(--s-2);
  border-top: 1px solid rgba(236, 231, 216, 0.14);
  font-size: var(--t-klein);
  color: var(--leise-dunkel);
}

.kino__weiter {
  margin-top: var(--s-6);
  text-align: center;
}

.kino__weiter .knopf {
  margin-top: 0;
}

.landing.kino .fuss,
.landing.kino .fuss a {
  color: var(--leise-dunkel);
}

.landing.kino .fuss a:hover,
.landing.kino .fuss a:focus-visible {
  color: var(--creme);
  border-bottom-color: rgba(236, 231, 216, 0.4);
}

.landing.kino .fuss__trenner {
  color: rgba(236, 231, 216, 0.3);
}

/* --- Stan ------------------------------------------------------ */
.stand-liste {
  list-style: none;
  margin-top: var(--s-4);
  max-width: 34em;
}

.stand-liste__zeile {
  /* znak | nazwa (nad) + stan (pod) | link — nic nie spada do osobnej linii na 360 px */
  display: grid;
  grid-template-columns: 8px 1fr auto;
  grid-template-areas:
    'zeichen was link'
    '.       status link';
  column-gap: var(--s-2);
  align-items: center;
  padding: var(--s-2) 0;
  border-bottom: 1px solid var(--linie);
}

.stand-liste__zeile:first-child {
  border-top: 1px solid var(--linie);
}

/* Znak stanu jest tylko wzmocnieniem — stan niesie SŁOWO obok, nie kolor. */
.stand-liste__zeichen {
  flex: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid var(--zeichen);
  grid-area: zeichen;
}

.stand-liste__zeichen--live {
  background: var(--zeichen);
}

.stand-liste__was {
  grid-area: was;
  font-weight: 600;
  line-height: 1.4;
}

.stand-liste__status {
  grid-area: status;
  color: var(--leise);
  line-height: 1.4;
}

.stand-liste__link {
  grid-area: link;
  align-self: center;
  color: var(--messing-text);
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid var(--akzent-unterstrich);
  /* pole trafienia ≥ 44 px bez zmiany wyglądu wiersza (zmierzone 17.09: było 42) */
  padding: 13px 0 3px;
  margin: -13px 0 0;
}

.stand-liste__link::after {
  content: ' →';
}

.stand-liste__link:hover {
  color: var(--tinte);
  border-bottom-color: var(--tinte);
}

/* --- Zamknięcie: kontakt --------------------------------------- */
.abschluss {
  background: var(--buehne);
  color: var(--creme);
  padding: var(--s-8) var(--s-3);
}

.abschluss .marke::after {
  background: var(--messing);
}

.abschluss__satz {
  margin-top: var(--s-4);
  font-size: var(--t-lead);
  color: var(--creme);
}

.knopf--abschluss {
  margin-top: var(--s-4);
}

.abschluss__mail {
  margin-top: var(--s-2);
  color: var(--leise-dunkel);
}

.abschluss__mail a {
  display: inline-block;
  /* 12 px, nie 8: przy 8 pole trafienia miało 37 px (pomiar 17.09).
     Kreska rysowana tłem, żeby została tuż pod literami, a nie na dole pola. */
  padding: 12px 0;
  color: var(--creme);
  text-decoration: none;
  background: linear-gradient(var(--messing), var(--messing)) 0 calc(100% - 9px) / 100% 1px no-repeat;
  line-height: 1.2;
}

.abschluss__mail a:hover {
  color: #fff;
  background-image: linear-gradient(var(--messing-hell), var(--messing-hell));
  transition: border-color 0.18s var(--ease), color 0.18s var(--ease);
}

/* Stopka na stronie głównej: ciemniejszy szary, bo #6B6A5F na Creme ma 4,41 (< AA). */
.landing .fuss {
  padding: var(--s-3) var(--s-3) var(--s-4);
  font-size: var(--t-klein);
}

.landing .fuss,
.landing .fuss a {
  color: var(--leise);
}

.landing .fuss a {
  display: inline-block;
  padding: var(--s-1) 0;
}

/* --- Szerszy ekran --------------------------------------------- */
@media (min-width: 720px) {
  .kopf {
    padding: 136px var(--s-4) var(--s-12);
  }

  .abschnitt,
  .abschluss {
    padding: var(--s-12) var(--s-4);
  }

  .nutzen {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--s-6);
  }

  .raster--film {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    grid-template-rows: 1fr auto auto 1fr;
    grid-template-areas:
      '.     film'
      'kopf  film'
      'text  film'
      '.     film';
    column-gap: var(--s-8);
  }

  .aufnahme__kopf {
    grid-area: kopf;
  }

  .aufnahme__text {
    grid-area: text;
  }

  .raster--film .film {
    grid-area: film;
    margin-top: 0;
    width: min(100%, 300px);
  }

  .system__saeule {
    padding: var(--s-4);
  }

  .system__basis {
    padding: var(--s-4);
  }

  .system__basis-teile {
    /* Od v4 dwa filary podstawy (katalog · auftritt); `auto-fit` nie wywróci się,
       gdy kiedyś dojdzie trzeci. */
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: var(--s-4);
  }

  .system__teil + .system__teil {
    padding-top: 0;
    border-top: 0;
  }

  .massstab__feld--gross {
    width: 200px;
    height: 200px;
  }

  .massstab__feld--klein {
    width: 55px;
    height: 55px;
  }
}

/* Szkic skali obok tekstu dopiero od 960 px. Zmierzone 16.09: przy 768 px kolumna
   ma ~266 px, a para pól 55 + 48 + 200 = 303 px — szkic wychodził poza ekran
   (błąd obecny już w 6fe68d5, poprzednia bramka mierzyła tylko 360 i 1280). */
@media (min-width: 960px) {
  .raster--zwei {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    column-gap: var(--s-8);
    align-items: end;
  }

  .raster--zwei .massstab {
    margin-top: 0;
  }

  .raster--mitte {
    align-items: center;
  }

  /* Etykieta nad obiema kolumnami, zdanie i wyjaśnienie startują z jednej linii. */
  .raster--satz {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: var(--s-8);
    align-items: start;
  }

  .raster--satz .marke {
    grid-column: 1 / -1;
  }

  .raster--satz .satz__text {
    margin-top: var(--s-4);
    padding-top: 6px;
  }

  .raster--oben {
    align-items: start;
  }

  .raster--zwei .kante,
  .raster--zwei .beleg {
    margin-top: 0;
  }

  /* Trzy kroki obok siebie dopiero tu: przy 720 px karta miałaby ~190 px
     i tekst kroku 2 łamałby się na 9 linii. Łącznik ma wtedy KAŻDA kolumna. */
  .system__saeulen--drei {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--s-3);
  }

  .system__saeulen--drei .system__saeule:not(:last-child)::after {
    display: block;
  }
}

@media (max-width: 480px) {
  .landing {
    font-size: var(--t-text);
  }

  /* Link pod stanem, nie obok: przy 360 px kolumna stanu miała ~110 px
     i „einsatzbereit für Vorführungen" łamało się na trzy linie. */
  .stand-liste__zeile {
    grid-template-columns: 8px 1fr;
    grid-template-areas:
      'zeichen was'
      '.       status'
      '.       link';
  }

  .stand-liste__link {
    justify-self: start;
    margin: -6px 0 0;
    padding: 14px 0 3px;
  }

  .kopf {
    padding: var(--s-8) var(--s-3) var(--s-6);
  }
}

/* Niski telefon (320 × 568): mniej powietrza nad logotypem, żeby kategoria
   i nagłówek stały w pierwszym ekranie. */
@media (max-width: 480px) and (max-height: 620px) {
  .kopf {
    padding-top: var(--s-4);
  }
}

@media (prefers-reduced-motion: reduce) {
  .knopf,
  .knopf:hover,
  .knopf__pfeil,
  .film__kreis,
  .abschluss__mail a:hover {
    transition: none;
  }

  .knopf:active,
  .film__start:active .film__kreis,
  .knopf:hover .knopf__pfeil {
    transform: none;
  }
}
