Field label. Always `htmlFor` the control it names.

```jsx
<Label htmlFor="org" required>Organization name</Label>
<Input id="org" />
```

Stack label → control with 8px gap; helper text goes below the control in `--text-xs` / `--text-helper`.
