Gallery from @kuppwest/apple-clean. Use via `window.KuppwestAppleClean.Gallery` (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).

Three-column grid of white product tiles (`.kwac-gallery`), max 1080px wide.
Put it inside a `Section` without statement (`aria-label="Produktbilder"`)
between two statement bands; on an `alt` band the tile borders disappear.

## Props

```ts
interface GalleryProps {
  /** Three `GalleryItem`s (3 columns; below 900px 2 + 1 full width). */
  children: React.ReactNode;
}
```

## Related

`GalleryItem`
