Make .site-header remain pinned to the top of the viewport as the page scrolls, using position: sticky (not fixed, which would remove it from the flow).
Acceptance criteria
- 1..site-header must compute to position: sticky.
- 2.It must have a top offset so it knows where to stick.