feat(branding): optimize logo display and prevent layout shift
- Add logo customization documentation to README
- Implement CSS aspect ratio preservation with min-width
- Add performance attributes (loading="eager" fetchpriority="high")
- Include SVG viewBox guidelines for optimal CLS scores
- Reserve minimum space for logos to reduce layout shift
Closes #3580079