/* German compound words must fit narrow cards and mobile headings. */
html:lang(de) :is(h1, h2, h3, h4, p, li, .btn) { overflow-wrap: anywhere; hyphens: auto; }
html:lang(de) .hero-copy { min-width: 0; }
@media (max-width: 600px) {
  html:lang(de) h1 { font-size: clamp(1.8rem, 7.5vw, 2.6rem); }
  html:lang(de) h2 { font-size: clamp(1.5rem, 6vw, 2rem); }
}
