New design from prototype: fixed 60px sidebar (logo, vertical gold line,
hamburger, social icons, lang switcher) replaces the horizontal header.
Overlay is a 3-column fullscreen menu on desktop (main nav left, subnav
middle with hover panels, utilities right with close/logo/CTAs) and a
single-column accordion menu on mobile. Content shifts paddingLeft:60
to clear the sidebar on all screen sizes.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Comprehensive mobile pass over every page, form, layout and shared
component: eliminate horizontal overflow, switch fixed-vh sections to
auto height, collapse multi-column grids to single column, scale down
display typography and padding, enforce 44px tap targets, and ensure
embedded gold forms render and scroll without clipping on small screens.
All changes gated behind isMobile; desktop layout unchanged.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>