BrandsStrip from @kuppwest/apple-clean. Use via `window.KuppwestAppleClean.BrandsStrip` (bundle loaded from the root `_ds_bundle.js`). Wrap the tree in `<Page>` (full provider chain in README.md — components read theme/i18n from that context).

The one dark band of the page (`.kwac-brands`): near-black background, small
gray uppercase title and a five-column row of white manufacturer logos at 90%
opacity. Three columns below 740px, two below 400px.

## Props

```ts
interface BrandsStripProps {
  /** Small uppercase title, e.g. "Marken, mit denen wir arbeiten". */
  title?: string;
  /** White-on-transparent manufacturer logos (702x190 px assets), five per row. */
  brands: Brand[];
}
```
