NoteGrid from @kuppwest/apple-clean. Use via `window.KuppwestAppleClean.NoteGrid` (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 note cards (`.kwac-notes`), max 960px, stacked below 740px.

## Props

```ts
interface NoteGridProps {
  /** Two `NoteCard`s. */
  children: React.ReactNode;
}
```
