fix: restore .fixed-top (dropped with helpers in phase 3)
The header navbar uses .fixed-top for its full-width fixed positioning
(left:0;right:0); it lived in bootstrap/helpers, which phase 3 removed.
.navbar.fixed only set position:fixed, so on scroll-up the bar shrank to
content width. Re-added .fixed-top to the hand-rolled layer.