/* Put the brand mark on the true left header margin. */
.header-inner {
  max-width: none;
  margin: 0;
  padding-left: 22px;
  padding-right: 22px;
  justify-content: flex-start;
}

.header-inner nav {
  margin-left: auto;
}
