DetailGrid from @kuppwest/apple-clean. Use via `window.KuppwestAppleClean.DetailGrid` (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 component detail cards (`.kwac-detail`), max 960px,
stacked below 740px. Use it for the "two components, one team" band.

## Props

```ts
interface DetailGridProps {
  /** Two `DetailCard`s. */
  children: React.ReactNode;
}
```
