import type { ReactNode } from 'react'; /** Consistent section heading: smallcaps label with optional right-side extra. */ export function SectionTitle({ children, extra }: { children: ReactNode; extra?: ReactNode }) { return (