/* global React */ // Stylized portrait of supervisor "加瀬豪" — SVG so we don't depend on a real photo. function Portrait({ size = 220 }) { return ( {/* shoulders / suit */} {/* shirt */} {/* tie */} {/* neck */} {/* head */} {/* hair */} {/* brows */} {/* eyes */} {/* nose */} {/* mouth */} {/* subtle cheek */} {/* lapel highlight */} ); } // Larger hero version function HeroPortrait() { return (