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

Two-column grid of FAQ cards (`.kwac-faq`), max 960px, stacked below 740px.
Belongs on an `alt` band.

## Props

```ts
interface FaqGridProps {
  /** An even number of `FaqItem`s, four in the template. */
  children: React.ReactNode;
}
```
