/* mckechneay-kassner — ruhiges, redaktionelles Layout.
   Eine Stildatei für alle Seiten (de/en/impressum/datenschutz). */

:root {
  --navy: #101a2b;
  --navy-weich: #2c3c55;
  --grau: #6b7280;
  --linie: #e2e0da;
  --grund: #fafaf9;
  --flaeche: #ffffff;
  --akzent: #1d4ed8;

  --breite: 68rem;
  --luft: clamp(4rem, 9vw, 8rem);

  --serifenlos: -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", Roboto,
    "Helvetica Neue", Arial, sans-serif;
}

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

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

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

body {
  margin: 0;
  background: var(--grund);
  color: var(--navy);
  font-family: var(--serifenlos);
  font-size: 1.0625rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

img { max-width: 100%; height: auto; display: block; }

a { color: inherit; }

.huelle {
  width: min(100% - 2.5rem, var(--breite));
  margin-inline: auto;
}

/* ---------- Kopfleiste ---------- */

.kopf {
  position: sticky;
  top: 0;
  z-index: 20;
  background: color-mix(in srgb, var(--grund) 88%, transparent);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--linie);
}

.kopf__inhalt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-block: 0.9rem;
}

.kopf__marke {
  font-weight: 600;
  letter-spacing: -0.015em;
  text-decoration: none;
  font-size: 0.95rem;
}

.kopf__nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 0.9rem;
}

.kopf__nav a {
  color: var(--navy-weich);
  text-decoration: none;
  transition: color 0.2s;
}

.kopf__nav a:hover { color: var(--navy); }

.sprachwahl {
  border: 1px solid var(--linie);
  border-radius: 999px;
  padding: 0.3rem 0.85rem;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--navy-weich);
  transition: border-color 0.2s, color 0.2s;
}

.sprachwahl:hover { border-color: var(--navy); color: var(--navy); }

@media (max-width: 46rem) {
  .kopf__nav .nur-breit { display: none; }
}

/* ---------- Bühne ---------- */

.buehne { padding-block: clamp(3.5rem, 8vw, 6.5rem) var(--luft); }

.buehne__portraets {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.75rem, 2.5vw, 1.75rem);
  max-width: 34rem;
  margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.portraet { margin: 0; }

.portraet img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 4px;
  background: #efeeea;
  box-shadow: 0 1px 2px rgba(16, 26, 43, 0.06),
    0 12px 32px -12px rgba(16, 26, 43, 0.22);
}

.portraet figcaption {
  margin-top: 0.7rem;
  font-size: 0.85rem;
  color: var(--grau);
  letter-spacing: 0.01em;
}

.buehne h1 {
  margin: 0;
  font-size: clamp(2.4rem, 6.4vw, 4.25rem);
  line-height: 1.04;
  letter-spacing: -0.035em;
  font-weight: 600;
  max-width: 16ch;
}

.buehne__lead {
  margin: 1.6rem 0 0;
  font-size: clamp(1.1rem, 2.1vw, 1.4rem);
  line-height: 1.5;
  color: var(--navy-weich);
  max-width: 46ch;
  font-weight: 400;
}

/* ---------- Zahlenband ---------- */

.zahlen {
  border-block: 1px solid var(--linie);
  padding-block: clamp(2.5rem, 5vw, 3.5rem);
}

.zahlen__gitter {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr));
  gap: clamp(1.75rem, 4vw, 3rem);
}

.zahl__wert {
  display: block;
  font-size: clamp(2.1rem, 4.6vw, 3.1rem);
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.zahl__wort {
  display: block;
  margin-top: 0.55rem;
  font-size: 0.9rem;
  color: var(--grau);
  line-height: 1.4;
}

/* ---------- Abschnitte ---------- */

.abschnitt { padding-block: var(--luft); }
.abschnitt + .abschnitt { border-top: 1px solid var(--linie); }

.abschnitt__marke {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--grau);
  margin: 0 0 1.5rem;
  font-weight: 500;
}

.abschnitt h2 {
  margin: 0 0 1.75rem;
  font-size: clamp(1.6rem, 3.4vw, 2.3rem);
  line-height: 1.15;
  letter-spacing: -0.028em;
  font-weight: 600;
  max-width: 22ch;
}

.abschnitt h3 {
  margin: 0 0 0.5rem;
  font-size: 1.12rem;
  letter-spacing: -0.012em;
  font-weight: 600;
}

.fliesstext {
  max-width: 62ch;
  font-size: 1.075rem;
}

.fliesstext p { margin: 0 0 1.25rem; }
.fliesstext p:last-child { margin-bottom: 0; }

/* ---------- Leistungen ---------- */

.leistungen {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: clamp(1.75rem, 4vw, 3rem);
  max-width: 58rem;
}

.leistung p {
  margin: 0;
  color: var(--navy-weich);
  font-size: 1rem;
}

/* ---------- Arbeiten ---------- */

.arbeiten { display: grid; gap: 0; max-width: 58rem; }

.arbeit {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.5rem;
  padding-block: 1.35rem;
  border-top: 1px solid var(--linie);
  text-decoration: none;
  transition: padding-left 0.25s ease, color 0.25s ease;
}

.arbeit:last-child { border-bottom: 1px solid var(--linie); }
.arbeit:hover { padding-left: 0.6rem; color: var(--akzent); }
.arbeit:focus-visible { outline: 2px solid var(--akzent); outline-offset: 3px; }

.arbeit__name {
  font-weight: 600;
  font-size: clamp(1.05rem, 2.2vw, 1.3rem);
  letter-spacing: -0.018em;
}

.arbeit__was {
  color: var(--grau);
  font-size: 0.92rem;
  margin-left: auto;
  text-align: right;
}

.arbeit__pfeil {
  color: var(--grau);
  flex: none;
  transition: transform 0.25s ease;
}

.arbeit:hover .arbeit__pfeil { transform: translateX(4px); }

/* ---------- Personen ---------- */

.personen {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
  gap: clamp(2rem, 5vw, 3.5rem);
}

.person img {
  width: 100%;
  max-width: 13rem;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 4px;
  margin-bottom: 1.25rem;
  box-shadow: 0 1px 2px rgba(16, 26, 43, 0.06),
    0 10px 26px -14px rgba(16, 26, 43, 0.25);
}

.person h3 { font-size: 1.25rem; margin-bottom: 0.35rem; }

.person__rolle {
  color: var(--grau);
  font-size: 0.9rem;
  margin: 0 0 0.9rem;
}

.person p { margin: 0 0 1rem; color: var(--navy-weich); }

.profile { display: flex; gap: 1.1rem; font-size: 0.9rem; }

.profile a {
  color: var(--navy-weich);
  text-decoration: none;
  border-bottom: 1px solid var(--linie);
  padding-bottom: 1px;
  transition: color 0.2s, border-color 0.2s;
}

.profile a:hover { color: var(--akzent); border-color: currentColor; }

.profile__leer { color: var(--grau); font-size: 0.9rem; }

/* ---------- Kontakt ---------- */

.kontakt__liste {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  gap: 1.75rem 3rem;
  max-width: 52rem;
  margin: 0;
}

.kontakt__liste dt {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--grau);
  margin-bottom: 0.4rem;
}

.kontakt__liste dd {
  margin: 0;
  font-size: 1.1rem;
  letter-spacing: -0.012em;
}

.kontakt__liste a { text-decoration: none; border-bottom: 1px solid var(--linie); }
.kontakt__liste a:hover { color: var(--akzent); border-color: currentColor; }

/* ---------- Fuß ---------- */

.fuss {
  border-top: 1px solid var(--linie);
  padding-block: 2.5rem 3.5rem;
  font-size: 0.9rem;
  color: var(--grau);
}

.fuss__inhalt {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.75rem;
  justify-content: space-between;
  align-items: center;
}

.fuss a { color: var(--navy-weich); text-decoration: none; }
.fuss a:hover { color: var(--navy); text-decoration: underline; }

.fuss__rechts { display: flex; gap: 1.5rem; flex-wrap: wrap; }

/* ---------- Rechtsseiten ---------- */

.rechtstext { padding-block: clamp(3rem, 7vw, 5rem); max-width: 60ch; }
.rechtstext h1 { font-size: clamp(1.9rem, 4vw, 2.6rem); letter-spacing: -0.03em; margin: 0 0 2rem; }
.rechtstext h2 { font-size: 1.2rem; margin: 2.5rem 0 0.75rem; letter-spacing: -0.015em; }
.rechtstext p { margin: 0 0 1rem; }
.rechtstext a { color: var(--navy-weich); }

/* ---------- Einblenden ---------- */

.blende {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.blende.sichtbar { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .blende { opacity: 1; transform: none; }
}
