Move navigation links to the top even when logo is very tall in #Brooklyn
... and you want to keep your logo at that size.
Add what follows at the very bottom of your theme stylesheet (click):
.site-header .grid--table>.grid__item {
vertical-align: top;
}