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

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