/* ================================================================
   FILWOODS — site-custom.css
   Site-spezifische Overrides (Kit-Konvention: Architecture-/Site-CSS
   lebt hier, Basis-Tokens in site.css)
   ================================================================ */

/* Hero-Wrap-Schutz für deutsche Titel (LESSONS § Hero-Wrap-Bug):
   kurze Wörter im Filwoods-Titel, aber Schutz bleibt aktiv */
.hero-title {
  hyphens: none !important;
  overflow-wrap: normal !important;
  word-break: keep-all !important;
}
