.brand {
  width: 74px;
  height: 74px;
  overflow: visible;
}

.brand img {
  width: 74px;
  max-width: 100%;
}

.brand,
.menu-toggle {
  position: relative;
  z-index: 11;
}

.site-nav {
  z-index: 10;
}

.hero-orbit {
  border-color: rgba(255, 79, 61, 0.18);
  overflow: hidden;
}

.hero-orbit img {
  width: 90%;
  height: 90%;
  object-fit: contain;
  opacity: 0.13;
  filter: saturate(0.85) contrast(1.08);
}

@media (min-width: 760px) {
  .brand {
    width: 100px;
    height: 100px;
  }

  .brand img {
    width: 100px;
  }

  .site-nav {
    z-index: 10;
  }
}

@media (min-width: 1080px) {
  .site-nav {
    z-index: auto;
  }
}
