/* Readable, responsive legal pages; loaded only on Impressum and Datenschutz. */
.page-masthead .display-title {
  font-size: clamp(2rem, 5vw, 4.5rem);
  line-height: 1.08;
  max-width: 18ch;
  hyphens: auto;
  overflow-wrap: anywhere;
}
.site-main > article .prose {
  max-width: 72ch;
  line-height: 1.8;
  overflow-wrap: anywhere;
}
.site-main .prose h2 {
  font-size: clamp(1.25rem, 2.4vw, 1.7rem);
  line-height: 1.35;
  scroll-margin-top: 7rem;
  hyphens: auto;
}
@media print {
  .site-header, .site-footer, .skip-link { display: none !important; }
  .page-masthead, .section-space { padding-block: 1rem; }
  .site-shell { max-width: none; padding-inline: 0; }
  .prose h2 { break-after: avoid; }
}
