The idea
Everything at once. Build a real navbar: centre the items vertically with align-items, space them with gap, let a spacer grow to push the links to the right with flex-grow, and use order to move the Sign up button to the front.
This level needs align-items, gap, flex-grow and order together.