/* ============================================
   HERO - NetApp Storage LP
   ============================================ */

.hero {
  padding-block: var(--spacing);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0.4);
  position: relative;
  display: grid;
  overflow: hidden;
}

.hero_logo_lenovo {
  padding-bottom: 2rem;
}

.hero_logo_netapp {
  padding-top: 2rem;
}

.hero_subtitle {
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.hero_footnote {
  padding-top: 2rem;
}

.hero__container .content .hero_footnote {
  font-size: 0.625rem !important;
}

@media (min-width: 45em) {
  .hero__container .content .hero_footnote {
    font-size: 0.625rem !important;
  }
}

@media (min-width: 80em) {
  .hero {
    background-position: center;
    background-blend-mode: unset;
    background-color: var(--clr-fallback);
  }
}

.hero__container {
  display: grid;
  position: relative;
  gap: 2rem;
  z-index: 1;
}

@media (min-width: 1100px) {
  .hero__container {
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
  }
}

.hero__container .content h1 {
  line-height: 115%;
  font-size: 1.75rem;
  margin-bottom: 3rem;
  color: var(--white);
  font-weight: 700;
  max-width: 25ch;
  font-family: var(--font-gotham-bold);
  padding-right: 2rem;
}

.hero__container .content h1 br {
  display: none;
}

.hero__container .content h1 strong {
  color: var(--clr-accent);
  font-family: inherit;
}

.hero__container .content p + p {
  margin-top: 1.7rem;
}

@media (min-width: 45em) {
  .hero__container .content h1 {
    font-size: 42px;
  }
}

@media (min-width: 45em) and (min-width: 1400px) {
  .hero__container .content h1 {
    font-size: 46px;
  }
  .hero__container .content h1 br {
    display: block;
  }
}

@media (min-width: 45em) {
  .hero__container .content p {
    max-width: 39ch;
    font-size: 1rem;
  }
}

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

.hero .video > * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lenovo-logo {
  display: flex;
  gap: 0.5rem;
  position: absolute;
  right: 0;
  top: 4rem;
}

.lenovo-logo img {
  max-width: 2.5rem;
}

.lenovo-logo span {
  color: #fff;
  font-weight: 700;
  font-family: var(--font-gotham-bold);
  font-size: 1.35em;
  line-height: 1.2;
  margin-top: 10px;
  text-align: right;
  display: none;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

@media (min-width: 500px) {
  .lenovo-logo {
    top: 50px;
  }
}

@media (min-width: 1300px) {
  .lenovo-logo {
    top: 10px;
  }
  .lenovo-logo span {
    display: unset;
  }
}

@media (min-width: 1500px) {
  .lenovo-logo {
    top: 90px;
  }
}

