/* Home showcase: same smoked glass as the navigation, without changing sizing. */
@media (min-width: 768px) {
  .hero-latest-frame {
    background: rgba(7, 7, 7, .87);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    border-color: rgba(255, 255, 255, .14);
    box-shadow: 0 24px 54px -16px rgba(0, 0, 0, .38), 0 5px 16px rgba(0, 0, 0, .14);
    color: #fff;
  }
  .hero-latest-stage,
  .hero-latest-slide {
    background: transparent;
    color: #fff;
  }
  .hero-latest-copy,
  .hero-latest .hero-latest-copy h2 {
    color: #fff;
  }
  .hero-latest-label {
    color: #ffd000;
  }
  .hero-latest-kind {
    color: #ffd000;
    background: rgba(7, 7, 7, .87);
    border-radius: 4px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }
  .hero-latest-cta {
    background: #ffd000;
    color: #111;
  }
  .hero-latest-slide:hover .hero-latest-cta,
  .hero-latest-slide:focus-visible .hero-latest-cta {
    background: #fff;
    color: #111;
  }
}
