// Brand-style wordmarks for case-study cards.
// Each company gets a typographic treatment that suggests its real identity
// without copying any trademarked artwork.
function WordmarkOnePortal({ ink = "#fff" }) {
// Stacked "ONE / PORTAL" with a circular mark — crisp, school/admin feel
return (
One
Portal
);
}
function WordmarkHalliday({ ink = "#fff" }) {
// Italic serif wordmark with floodlight beam — "Halliday" energy
const accent = "oklch(0.78 0.18 70)";
return (