Align bottom of logo with bottom of links in #Brooklyn
You want to go from this:

To that:

Add what follows at the very bottom of your stylesheet:
@include at-query($min, $large) {
.site-header .grid--table > .grid__item {
vertical-align: baseline;
}
}