Ryan Malloy f58be224fe Fix splash page CSS: use correct Starlight attribute selector
Starlight doesn't emit data-page-template="splash" — it uses
data-has-hero on <html>. All splash-scoped selectors were dead code.

Also remove .card-grid a rules that collided with Starlight's
<CardGrid> component (same class name), causing "See how it works"
links to render as bordered boxes instead of inline text.
2026-02-24 11:31:46 -07:00
..