Gradient headline
Clip a brand ramp into the display type itself — the one place a gradient may sit directly on words.
Reserve it for display sizes and short lines; at body size the ramp shifts mid-word and reading rhythm pays for it.
.gradient-headline {
background-image: linear-gradient(90deg,
var(--primary),
color-mix(in oklab, var(--primary) 45%, var(--foreground)));
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}