Keyboard navigation and focus
Every interactive element on the site is reachable and operable by keyboard. Navigation menus use real buttons with aria-expanded state rather than hover-only behaviour, so they work without a pointing device. The mobile menu traps focus while open, closes on Escape, and is marked inert when closed so its links are not reachable by keyboard while hidden.
Focus indicators are visible: a 2px outline in the site's accent colour, which measures 8.2:1 against the page background — comfortably above the 3:1 minimum WCAG 2.2 sets for focus indicators.
- All interactive elements are keyboard reachable and operable.
- Disclosure menus use real buttons with aria-expanded.
- Mobile menu: focus trap, Escape to close, inert when closed.
- Visible focus ring measured at 8.2:1 contrast.