// Harness sample unit — to be wired into title rendering by M3c (branding slice). export function brandTitle(name) { const trimmed = (name || '').trim() return trimmed || 'RFC' }