// Metis — Shared Components: Nav, Footer, Logo const CG = "'Cormorant Garamond', Georgia, serif"; const SANS = "'Cormorant Garamond', Georgia, serif"; // use CG for nav links too for brand consistency const MetisLogo = ({ size = 'md' }) => { const scale = size === 'sm' ? 0.6 : size === 'lg' ? 1.2 : 1.33; const w = Math.round(110 * scale); const h = Math.round(52 * scale); return (