.site-header .nav {
  min-height: 112px;
}

.site-header .brand img {
  width: 320px;
  height: 96px;
}

@media (max-width: 1100px) {
  .site-header .nav {
    min-height: 84px;
  }

  .site-header .brand img {
    width: 220px;
    height: 66px;
  }

  .site-header .menu {
    display: block;
  }

  .site-header .nav-links {
    align-items: stretch;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    display: none;
    flex-direction: column;
    left: 0;
    padding: 24px;
    position: absolute;
    right: 0;
    top: 84px;
  }

  .site-header .nav-links.open {
    display: flex;
  }
}

@media (max-width: 520px) {
  .site-header .brand img {
    width: 210px;
    height: 64px;
  }
}
