/* Brand scale adjustment: 2x original logo dimensions. */
.site-header {
  height: 140px;
}

.hero-video {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-video-overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(2, 24, 18, 0.92) 0%, rgba(2, 24, 18, 0.78) 47%, rgba(2, 24, 18, 0.42) 100%);
}

.hero .aurora {
  z-index: 1;
}

.hero-content,
.hero-art {
  z-index: 2;
}

.brand img {
  width: 190px;
  height: 132px;
}

footer img {
  width: 280px;
  height: 200px;
}

@media (max-width: 850px) {
  .nav-links.open {
    top: 140px;
  }
}

@media (max-width: 480px) {
  .site-header {
    height: 120px;
  }

  .brand img {
    width: 152px;
    height: 110px;
  }
}
