@media (min-width: 700px) {
  .v2-mobile-vec-stage {
    position: absolute;
    inset: 0;
    z-index: -2;
    overflow: hidden;
    background: #050607;
    pointer-events: none;
  }

  .v2-player.is-vec-active .v2-player-shade,
  .v2-player.is-mobile-vec-active .v2-player-shade {
    z-index: -1;
  }

  .v2-mobile-vec-stage::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    background:
      linear-gradient(to bottom, rgba(2,3,4,.42) 0%, rgba(2,3,4,.05) 23%, rgba(2,3,4,.08) 55%, rgba(2,3,4,.72) 84%, #050607 100%),
      linear-gradient(90deg, rgba(2,3,4,.24), transparent 54%, rgba(2,3,4,.16));
  }

  .v2-mobile-vec-stage img,
  .v2-mobile-vec-stage video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    transform: scale(1.012);
    transition: opacity .42s ease, transform 6s ease;
  }

  .v2-mobile-vec-stage img.is-active,
  .v2-mobile-vec-stage video.is-active {
    opacity: 1;
    transform: scale(1);
  }

  .v2-mobile-vec-status {
    position: absolute;
    top: 92px;
    left: 32px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 11px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 999px;
    background: rgba(5,6,7,.48);
    color: rgba(255,255,255,.82);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .v2-mobile-vec-status i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #68e895;
    box-shadow: 0 0 0 4px rgba(104,232,149,.14);
  }

  .v2-vec-clip-commerce {
    position: absolute;
    top: 104px;
    right: 28px;
    z-index: 28;
    width: min(520px, calc(100vw - 56px));
    padding: 13px;
    border: 1px solid rgba(255,159,10,.44);
    border-radius: 19px;
    background: rgba(11,13,16,.93);
    box-shadow: 0 22px 60px rgba(0,0,0,.56);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    opacity: 0;
    transform: translateY(-12px) scale(.985);
    pointer-events: none;
    transition: opacity .24s ease, transform .24s ease;
  }

  .v2-vec-clip-commerce.is-open {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
  }

  .v2-vec-clip-commerce-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
  }

  .v2-vec-clip-commerce-head strong {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    color: #ffad2f;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
  }

  .v2-vec-clip-commerce-head svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
  }

  .v2-vec-clip-commerce-head button {
    flex: 0 0 auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(255,255,255,.64);
    font-size: 10px;
    font-weight: 800;
    cursor: pointer;
  }

  .v2-vec-clip-commerce-row {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .v2-vec-clip-commerce-row::-webkit-scrollbar {
    display: none;
  }

  .v2-vec-clip-product {
    flex: 0 0 105px;
    min-width: 0;
    color: white;
    text-decoration: none;
    scroll-snap-align: start;
  }

  .v2-vec-clip-product > span {
    width: 105px;
    height: 76px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 11px;
    background: #ececec;
  }

  .v2-vec-clip-product img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
  }

  .v2-vec-clip-product > b {
    display: block;
    margin-top: 6px;
    overflow: hidden;
    font-size: 11px;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .v2-vec-clip-product small {
    display: block;
    margin-top: 3px;
    color: #ffad2f;
    font-size: 10px;
    font-weight: 900;
  }

  .v2-player.vec-clip-commerce-active .v2-li-merch-tray {
    opacity: 0 !important;
    pointer-events: none !important;
  }
}

/* Desktop has one permanent presentation mode: complete, centered media.
   This is CSS-only and does not observe, reload, pause, replace, or otherwise
   interact with the VEC playback runtime. */
@media (min-width: 900px) {
  .v2-mobile-vec-stage {
    background-color: #050607 !important;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }

  .v2-mobile-vec-stage img,
  .v2-mobile-vec-stage video,
  .v2-mobile-vec-stage .v2-mobile-vec-media {
    object-fit: contain !important;
    object-position: center center !important;
    transform: none !important;
    transition: opacity .24s ease !important;
    background-color: transparent !important;
  }

  .v2-mobile-vec-stage img.is-active,
  .v2-mobile-vec-stage video.is-active,
  .v2-mobile-vec-stage .v2-mobile-vec-media.is-active {
    transform: none !important;
  }
}
