CSS Modules composes for style reuse
CSS Modules' `composes` keyword lets a class inherit styles from another class without duplication. Use `composes: utility-class from global` to pull in a globally defined class — the module runtime adds both class names to the element, so no JSX changes are needed and the styles stay in one place.