- Shipped
- September 16, 2026 at 4:06 AM UTC
- Author
- Kamo
- Commit
- 53d1028
The top row carried five categories before the phone number, the language selector and three CTAs. Solutions is now the first item inside Resources, above the two article links, and keeps its eight industry pages as a third-level flyout. Nothing in the renderer changed: NavChild already carries its own `children`, and Legal has been nested under Resources this way all along, on desktop and in the mobile accordion both. This is only the data. "All Industries" stays as the first grandchild rather than being folded into the parent row, because the mobile parent is a toggle button, not a link — /solutions itself is unreachable on a phone without it. /solutions pages still light their category up: isCategoryActive already walks the grandchildren, so Resources highlights where Solutions used to. Confirmed on /en/solutions/real-estate — Resources renders #ffffff on rgba(107,142,58,0.1) and the other four stay #9a9a9a. Verified against the running page, not the source. The top row reads Features, Services, Pricing, Company, Resources; hovering Resources then Solutions opens the eight industries with their /en prefixes. The flyout is 200px wide and its right edge lands at 1001, 1001, 1076 and 1316 for viewports of 1024 (the lg breakpoint where this nav appears at all), 1280, 1440 and 1920 — inside the viewport at every one, with no horizontal overflow. On a 390-wide phone Resources opens, Solutions opens under it, and all eight links are there. tsc, check-client-navigation and check-i18n-keys are clean.