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

Hairline-framed strip of key figures (`.kwac-stats`) under the hero: a
four-column grid of `Stat`s separated by vertical hairlines. Collapses to two
columns on phones.

## Props

```ts
interface StatsRowProps {
  /** Exactly four `Stat`s look best (4 columns, 2x2 below 740px). */
  children: React.ReactNode;
  /** Accessible label of the strip. */
  ariaLabel?: string;
}
```
