/* Main landing hero mirrors the current Gaming and Android landing hero size and behavior. */
.projects-home-page .hero.home-hero {
  min-height: 470px;
  border-color: rgba(0, 207, 215, .54);
  background: #090e13;
  color: #f5f8fa;
}

.projects-home-page .hero.home-hero::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(5, 10, 15, .96) 0%, rgba(5, 10, 15, .78) 35%, rgba(5, 10, 15, .16) 72%, rgba(5, 10, 15, .1) 100%);
}

.projects-home-page .hero.home-hero .hero-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
}

.projects-home-page .hero.home-hero .hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 470px;
  max-width: 590px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 6vw, 4.5rem);
}

.projects-home-page .hero.home-hero .eyebrow {
  width: max-content;
  padding: .3rem .6rem;
  border-radius: 7px;
  background: rgba(90, 159, 201, .16);
  color: #8fd3f4;
  letter-spacing: .08em;
  clip-path: none;
}

.projects-home-page .hero.home-hero h1 {
  color: #f5f8fa;
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  line-height: 1.05;
}

.projects-home-page .hero.home-hero .hero-copy > p:not(.eyebrow) {
  max-width: 470px;
  color: #d0d8df;
}

@media (max-width: 760px) {
  .projects-home-page .hero.home-hero {
    min-height: 0;
  }

  .projects-home-page .hero.home-hero::after {
    display: none;
  }

  .projects-home-page .hero.home-hero .hero-image {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 1717 / 916;
    object-fit: cover;
    object-position: center;
  }

  .projects-home-page .hero.home-hero .hero-copy {
    min-height: 0;
    max-width: none;
    justify-content: flex-start;
    padding: 1.4rem;
  }
}
