/* ================================================================
   Unterseiten-Styles (Impressum, Datenschutz)
   Ergänzt die Haupt-style.css um Unterseiten-spezifische Regeln.
================================================================ */

/* Navigation auf Unterseiten immer im scrolled-Zustand */
nav {
  padding: 14px 0;
  background: rgba(8,8,8,.92);
  backdrop-filter: blur(20px) saturate(1.4);
  border-bottom: 1px solid var(--c-rand);
}

/* Hauptinhalt */
main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 160px 40px 120px;
  min-height: 60vh;
}

main h1 {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: clamp(48px, 6vw, 72px);
  line-height: .95;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 48px;
}

main h2 {
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 28px;
  color: #fff;
  margin: 36px 0 16px;
}

main p,
main address {
  font-size: 16px;
  color: var(--c-dim);
  line-height: 1.8;
  margin-bottom: 16px;
  font-style: normal;
}
