.hero9 .photo.vnish-motion-stage {
  --vnish-motion-x-left: -10px;
  --vnish-motion-x-right: 10px;
  --vnish-motion-y: 2px;
  --vnish-motion-yaw-left: -1.25deg;
  --vnish-motion-yaw-right: 1.25deg;
  --vnish-motion-roll-left: -0.42deg;
  --vnish-motion-roll-right: 0.42deg;
  --vnish-motion-duration: 7.4s;
  aspect-ratio: 1672 / 941;
  contain: layout paint;
  isolation: isolate;
  perspective: 1800px;
}

.vnish-motion-picture {
  display: contents;
}

.hero9 .photo .vnish-motion-background,
.hero9 .photo .vnish-motion-foreground {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

.hero9 .photo .vnish-motion-background {
  z-index: 0;
}

.hero9 .photo .vnish-motion-foreground {
  z-index: 2;
  transform-origin: 50% 96%;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform;
  animation: vnish-present-trophy var(--vnish-motion-duration) ease-in-out infinite;
}

.hero9 .photo .vnish-atmosphere {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  user-select: none;
}

.hero9 .photo .sheen {
  z-index: 3;
}

.hero9 .photo .fade {
  z-index: 4;
  pointer-events: none;
}

.hero9 .photo .share26 {
  z-index: 6;
}

.hero9 .photo .cap {
  z-index: 6;
}

.hero9 .photo .vnish-motion-brand {
  position: absolute;
  right: clamp(10px, 1.5vw, 24px);
  bottom: clamp(9px, 1.4vw, 22px);
  z-index: 7;
  display: block;
  width: clamp(92px, 12vw, 176px);
  height: auto;
  opacity: 0.88;
  pointer-events: none;
  user-select: none;
  filter: drop-shadow(0 4px 18px rgba(0, 0, 0, 0.65));
}

.hero9 .photo.vnish-motion-paused .vnish-motion-foreground {
  animation-play-state: paused;
}

@keyframes vnish-present-trophy {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotateY(0) rotateZ(0);
  }
  25% {
    transform: translate3d(var(--vnish-motion-x-left), var(--vnish-motion-y), 0)
      rotateY(var(--vnish-motion-yaw-left)) rotateZ(var(--vnish-motion-roll-left));
  }
  50% {
    transform: translate3d(0, 0, 0) rotateY(0) rotateZ(0);
  }
  75% {
    transform: translate3d(var(--vnish-motion-x-right), var(--vnish-motion-y), 0)
      rotateY(var(--vnish-motion-yaw-right)) rotateZ(var(--vnish-motion-roll-right));
  }
}

@media (max-width: 639px) {
  .hero9 .photo.vnish-motion-stage {
    aspect-ratio: 1 / 1;
  }

  .hero9 .photo .vnish-motion-background,
  .hero9 .photo .vnish-motion-foreground {
    object-fit: cover;
    object-position: center;
  }

  .hero9 .photo .share26 {
    position: absolute;
    top: 5.5%;
    right: 2.5%;
    left: auto;
    max-width: 42%;
    margin: 0;
    text-align: right;
  }

  .hero9 .photo .share26 .s26-n {
    font-size: clamp(2.3rem, 12vw, 3.35rem);
    line-height: 0.95;
    filter: drop-shadow(0 0 14px rgba(150, 210, 255, 0.72));
  }

  .hero9 .photo .share26 .s26-t {
    margin-top: 5px;
    border-radius: 3px;
    padding: 5px 6px;
    font-size: clamp(0.39rem, 1.7vw, 0.48rem);
    letter-spacing: 0.065em;
    line-height: 1.35;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .hero9 .photo .vnish-motion-brand {
    right: 8px;
    bottom: 8px;
    width: clamp(82px, 25vw, 108px);
    opacity: 0.82;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero9 .photo .vnish-motion-foreground {
    animation: none !important;
    transform: none !important;
  }

  .hero9 .photo .vnish-atmosphere {
    display: none !important;
  }
}
