.impressum { background: transparent; color: inherit; padding: clamp(24px, 4vw, 48px) 0; }
.imp-container { max-width: 860px; margin: 0 auto; padding: 0 16px; }
h1 { font-size: clamp(1.8rem, 2.6vw, 2.2rem); margin: 0 0 .5rem; }
h2 { font-size: clamp(1.1rem, 1.6vw, 1.2rem); margin: 1.5rem 0 .4rem; }
p { margin: .4rem 0; max-width: 70ch; line-height: 1.6; }
a { text-decoration: underline; text-underline-offset: 2px; }
.imp-legal-hint { color: #5b6a86; }
.imp-opt { color: #5b6a86; }
/* Accessibility helpers */
.sr-only { position: absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0; }
