/* COREVERSE V42 — clean desktop logo + phone promotion carousel. */

@media (min-width:701px){
  /* Keep only the supplied metallic COREVERSE artwork. The masked sheen and
     synthetic guide strokes created a pale second mark over its right side. */
  .hero-v6__logo-sheen,
  .hero-v6__metal-stroke{
    display:none!important;
  }
}

@media (max-width:700px){
  .promo__carousel{
    width:100%;
    padding-bottom:64px;
    overflow:visible;
  }

  .promo__grid{
    width:100%;
    max-width:none;
    grid-auto-columns:min(82vw,360px);
    overflow-x:auto!important;
    overflow-y:hidden;
    -webkit-overflow-scrolling:touch;
    overscroll-behavior-inline:contain;
    scroll-snap-type:x proximity;
    touch-action:pan-x pan-y;
    cursor:grab;
  }

  .promo__grid:active{cursor:grabbing}
  .promo__card{scroll-snap-align:center;scroll-snap-stop:normal}

  .promo__nav{
    top:auto;
    bottom:0;
    width:44px;
    height:44px;
    transform:none;
    backdrop-filter:none;
    -webkit-backdrop-filter:none;
  }

  .promo__nav:hover:not(:disabled){transform:scale(1.04)}
  .promo__nav--prev{left:calc(50% - 52px)}
  .promo__nav--next{right:calc(50% - 52px)}
}
