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

/* classic-6 vo-g-mu1hv344 */
.vo-g-mu1hv344 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, clamp(220px, 30.7vw, 360px));
  grid-template-areas: "a b c" "d e f";
  gap: clamp(4px, 0.6vw, 8px);
}
.vo-g-mu1hv344 figure {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.14);
}
.vo-g-mu1hv344 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.vo-g-mu1hv344 figure:hover img { transform: scale(1.04); }
.vo-g-mu1hv344 figure::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #d64a2b;
  border-radius: 0px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.vo-g-mu1hv344 figure:hover::after { opacity: 0.85; }
.vo-g-mu1hv344 .vo-s-a { grid-area: a; }
.vo-g-mu1hv344 .vo-s-b { grid-area: b; }
.vo-g-mu1hv344 .vo-s-c { grid-area: c; }
.vo-g-mu1hv344 .vo-s-d { grid-area: d; }
.vo-g-mu1hv344 .vo-s-e { grid-area: e; }
.vo-g-mu1hv344 .vo-s-f { grid-area: f; }
.vo-g-mu1hv344 .vo-s-a img { object-position: 50% 40%; }
.vo-g-mu1hv344 .vo-s-c img { object-position: 30% 30%; }
.vo-g-mu1hv344 .vo-s-e img { object-position: 50% 40%; }
.vo-g-mu1hv344 .vo-s-f img { object-position: 35% 20%; }
@media (max-width: 768px) {
  .vo-g-mu1hv344 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, clamp(140px, 24vw, 210px));
    grid-template-areas: "a a" "a a" "b c" "d e" "f f" "f f";
  }
}
@media (max-width: 480px) {
  .vo-g-mu1hv344 { grid-template-rows: repeat(6, clamp(110px, 30vw, 170px)); }
}
@media (prefers-reduced-motion: reduce) {
  .vo-g-mu1hv344 img, .vo-g-mu1hv344 figure::after { transition: none; }
  .vo-g-mu1hv344 figure:hover img { transform: none; }
}

/* stage-5 vo-g-mu1hv494 */
.vo-g-mu1hv494 {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
body { overflow-x: clip; }
.vo-g-mu1hv494-track {
  display: flex;
  gap: clamp(4px, 0.6vw, 8px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 10px max(16px, calc(50vw - clamp(340px, 46vw, 560px) * 0.6667));
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.vo-g-mu1hv494-track::-webkit-scrollbar { display: none; }
.vo-g-mu1hv494 figure {
  margin: 0;
  flex: 0 0 auto;
  height: clamp(340px, 46vw, 560px);
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.14);
}
.vo-g-mu1hv494 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.vo-g-mu1hv494 figure:hover img { transform: scale(1.04); }
.vo-g-mu1hv494 figure::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #d64a2b;
  border-radius: 0px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.vo-g-mu1hv494 figure:hover::after { opacity: 0.85; }
.vo-g-mu1hv494 .vo-s-a { aspect-ratio: 4 / 3; }
.vo-g-mu1hv494 .vo-s-b { aspect-ratio: 4 / 3; }
.vo-g-mu1hv494 .vo-s-c { aspect-ratio: 4 / 3; }
.vo-g-mu1hv494 .vo-s-d { aspect-ratio: 4 / 3; }
.vo-g-mu1hv494 .vo-s-e { aspect-ratio: 4 / 3; }
.vo-g-mu1hv494 .vo-s-c img { object-position: 50% 35%; }
.vo-g-mu1hv494 .vo-s-d img { object-position: 50% 40%; }
.vo-g-mu1hv494 figure { scroll-snap-align: center; }
.vo-g-mu1hv494-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-mu1hv494-btn:hover { background: #fff; }
.vo-g-mu1hv494-prev { left: clamp(10px, 2vw, 28px); }
.vo-g-mu1hv494-next { right: clamp(10px, 2vw, 28px); }
@media (hover: none) {
  .vo-g-mu1hv494-btn { display: none; }
}
@media (max-width: 768px) {
  .vo-g-mu1hv494 figure { height: clamp(238px, 64vw, 392px); }
}
@media (prefers-reduced-motion: reduce) {
  .vo-g-mu1hv494 img, .vo-g-mu1hv494 figure::after { transition: none; }
  .vo-g-mu1hv494 figure:hover img { transform: none; }
}

/* fade-5 vo-g-mu1hv5hi */
.vo-g-mu1hv5hi {
  position: relative;
}
.vo-g-mu1hv5hi-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 0px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.14);
}
.vo-g-mu1hv5hi figure {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transition: opacity 0.9s ease;
}
.vo-g-mu1hv5hi figure:first-child { opacity: 1; }
.vo-g-mu1hv5hi.vo-g-mu1hv5hi-js figure { opacity: 0; }
.vo-g-mu1hv5hi.vo-g-mu1hv5hi-js figure.vo-g-mu1hv5hi-on { opacity: 1; }
.vo-g-mu1hv5hi img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.vo-g-mu1hv5hi .vo-s-c img { object-position: 50% 60%; }
.vo-g-mu1hv5hi .vo-s-d img { object-position: 50% 40%; }
.vo-g-mu1hv5hi .vo-s-e img { object-position: 30% 50%; }
.vo-g-mu1hv5hi-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-mu1hv5hi-btn:hover { background: #fff; }
.vo-g-mu1hv5hi-prev { left: clamp(10px, 2vw, 28px); }
.vo-g-mu1hv5hi-next { right: clamp(10px, 2vw, 28px); }
@media (max-width: 768px) {
  .vo-g-mu1hv5hi-frame { aspect-ratio: 4 / 3; }
}
@media (prefers-reduced-motion: reduce) {
  .vo-g-mu1hv5hi figure { transition: none; }
}
