.site-header {
  background: #151311;
  border-bottom-color: rgba(202, 164, 95, .35);
}

.brand {
  min-width: 0;
}

.brand-logo {
  display: block;
  width: min(430px, 48vw);
  height: 58px;
  object-fit: contain;
  object-position: left center;
}

.site-header .header-link {
  color: #fff;
  border-bottom-color: var(--gold);
}

.space-logo {
  width: 210px;
  margin: 0;
  padding: .65rem;
  background: #fff;
  border: 1px solid var(--gold);
  box-shadow: 0 16px 40px rgba(29, 27, 25, .22);
}

.space-logo img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 820px) {
  .brand-logo {
    width: min(310px, 72vw);
    height: 48px;
  }

  .site-header .header-link {
    display: none;
  }

  .space-logo {
    width: min(210px, 62vw);
    margin-top: 1.5rem;
  }
}
