.site-header .container {
  width: min(1360px, calc(100% - 32px));
}

.nav {
  gap: 14px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 1 780px;
  width: min(780px, 56vw);
  min-width: 0;
  height: 92px;
  overflow: hidden;
}

.brand img {
  width: 100%;
  height: auto;
  max-height: 88px;
  object-fit: contain;
  object-position: left center;
  transform: scale(1.62);
  transform-origin: left center;
  filter: none;
}

.brand .brand-copy {
  display: none;
}

.hero {
  padding-top: 58px;
}

@media (max-width: 1250px) {
  .site-header .container {
    width: min(1210px, calc(100% - 32px));
  }

  .brand {
    flex-basis: 590px;
    width: min(590px, 52vw);
    height: 82px;
  }

  .brand img {
    max-height: 78px;
    transform: scale(1.60);
  }
}

@media (max-width: 900px) {
  .brand {
    flex-basis: auto;
    width: min(470px, calc(100vw - 104px));
    height: 68px;
  }

  .brand img {
    max-height: 64px;
    transform: scale(1.48);
  }

  .hero {
    padding-top: 48px;
  }
}

@media (max-width: 620px) {
  .brand {
    width: min(350px, calc(100vw - 92px));
    height: 60px;
  }

  .brand img {
    max-height: 56px;
    transform: scale(1.40);
  }

  .hero {
    padding-top: 40px;
  }
}

@media (max-width: 420px) {
  .site-header .container {
    width: calc(100% - 20px);
  }

  .brand {
    width: calc(100vw - 86px);
    height: 56px;
  }

  .brand img {
    max-height: 52px;
    transform: scale(1.32);
  }
}
