.logo {
  display: flex;
  align-items: center;
  font: inherit;
}

.logo img {
  display: block;
  width: clamp(118px, 10vw, 165px);
  height: 42px;
  object-fit: contain;
  object-position: left center;
}

.footer-logo img {
  width: 105px;
  height: 34px;
}

.hero h1.revenant-logo {
  width: min(760px, 62vw);
  margin: 28px 0 10px;
  font: inherit;
  line-height: 1;
  letter-spacing: normal;
  text-shadow: none;
}

.revenant-logo img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 7px 12px #000);
}

.hero .hero-shade {
  background:
    linear-gradient(90deg, #030305 0%, #030305 30%, rgba(3, 3, 5, .98) 48%, rgba(3, 3, 5, .82) 64%, rgba(3, 3, 5, .08) 82%),
    linear-gradient(0deg, rgba(3, 3, 5, .88), transparent 48%);
}

.hero-copy {
  isolation: isolate;
}

@media (max-width: 760px) {
  .logo img {
    width: 118px;
    height: 34px;
  }

  .hero h1.revenant-logo {
    width: 78vw;
    max-width: 620px;
  }

  .hero .hero-shade {
    background: linear-gradient(90deg, #030305 0%, rgba(3, 3, 5, .98) 54%, rgba(3, 3, 5, .48) 82%);
  }
}
