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

One key figure (`.kwac-stat`): an oversized thin number (`.kwac-stat-num`)
over a small muted unit line (`.kwac-stat-unit`). Only meaningful inside `StatsRow`.

## Props

```ts
interface StatProps {
  /** The number, formatted the German way ("1.800", "9,9"). Rendered thin (weight 200) and large. */
  value: string;
  /** Unit and noun under the number, e.g. "kg Anhängelast". */
  unit: string;
}
```
