
/* hero-fade-3 vo-g-mtrotdfx */
.vo-g-mtrotdfx {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.vo-g-mtrotdfx figure {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transition: opacity 1.8s ease-in-out;
}
.vo-g-mtrotdfx figure:first-child { opacity: 1; }
.vo-g-mtrotdfx.vo-g-mtrotdfx-js figure { opacity: 0; }
.vo-g-mtrotdfx.vo-g-mtrotdfx-js figure.vo-g-mtrotdfx-on { opacity: 1; }
.vo-g-mtrotdfx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (prefers-reduced-motion: reduce) {
  .vo-g-mtrotdfx figure { transition: none; }
}

/* reel-4 vo-g-mtrote86 */
.vo-g-mtrote86 {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
body { overflow-x: clip; }
.vo-g-mtrote86-track {
  display: flex;
  gap: clamp(8px, 1.1vw, 16px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 10px clamp(20px, 4vw, 72px);
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.vo-g-mtrote86-track::-webkit-scrollbar { display: none; }
.vo-g-mtrote86 figure {
  margin: 0;
  flex: 0 0 auto;
  height: clamp(300px, 40vw, 480px);
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.14);
}
.vo-g-mtrote86 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.vo-g-mtrote86 figure:hover img { transform: scale(1.04); }
.vo-g-mtrote86 figure::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #fe3d1d;
  border-radius: 0px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.vo-g-mtrote86 figure:hover::after { opacity: 0.85; }
.vo-g-mtrote86 .vo-s-a { aspect-ratio: 16 / 10; }
.vo-g-mtrote86 .vo-s-b { aspect-ratio: 3 / 4; }
.vo-g-mtrote86 .vo-s-c { aspect-ratio: 16 / 10; }
.vo-g-mtrote86 .vo-s-d { aspect-ratio: 3 / 4; }
.vo-g-mtrote86 .vo-s-a img { object-position: 50% 60%; }
.vo-g-mtrote86 .vo-s-b img { object-position: 50% 40%; }
.vo-g-mtrote86 .vo-s-c img { object-position: 40% 50%; }
.vo-g-mtrote86 .vo-s-d img { object-position: 50% 60%; }
.vo-g-mtrote86 figure { scroll-snap-align: start; }
.vo-g-mtrote86-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.92);
  color: #1a1a1a;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.vo-g-mtrote86-btn:hover { background: #fff; }
.vo-g-mtrote86-prev { left: clamp(10px, 2vw, 28px); }
.vo-g-mtrote86-next { right: clamp(10px, 2vw, 28px); }
@media (hover: none) {
  .vo-g-mtrote86-btn { display: none; }
}
@media (max-width: 768px) {
  .vo-g-mtrote86 figure { height: clamp(210px, 56vw, 336px); }
}
@media (prefers-reduced-motion: reduce) {
  .vo-g-mtrote86 img, .vo-g-mtrote86 figure::after { transition: none; }
  .vo-g-mtrote86 figure:hover img { transform: none; }
}
