import { cn } from '@/lib/utils' const assetPath = (path: string) => `${import.meta.env.BASE_URL}${path.replace(/^\/+/, '')}` // Brand badge: nous-girl mark on a white tile, identical in light/dark. // Fills the tile (no padding/radius); size via className (default size-14). export function BrandMark({ className, ...props }: React.ComponentProps<'span'>) { return ( ) }