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

Three-column, left-aligned feature list (`.kwac-trio`) with wide 40px gaps
and no card chrome, max 1000px. Stacks below 900px. Sits under a statement
inside a `Section`.

## Props

```ts
interface FeatureTrioProps {
  /** Three `Feature`s. */
  children: React.ReactNode;
}
```
