/* MindShot Home v2.16 — client rail refinement */
.home-v216 .v216-client-marquee{
  position:relative;
  margin-top:clamp(48px,5.5vw,76px);
  overflow:hidden;
  border-top:1px solid rgba(7,16,31,.16);
  border-bottom:1px solid rgba(7,16,31,.16);
  background:transparent;
  -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 4%,#000 96%,transparent 100%);
  mask-image:linear-gradient(90deg,transparent 0,#000 4%,#000 96%,transparent 100%);
}
.home-v216 .v216-client-track{
  display:flex;
  width:max-content;
  animation:v216-client-roll 42s linear infinite;
  will-change:transform;
}
.home-v216 .v216-client-marquee:hover .v216-client-track{animation-play-state:paused}
.home-v216 .v216-client-set{
  display:flex;
  flex:0 0 auto;
}
.home-v216 .v216-client-item{
  position:relative;
  width:220px;
  height:128px;
  flex:0 0 220px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:22px 26px;
}
.home-v216 .v216-client-item::after{
  content:"";
  position:absolute;
  right:0;
  top:31px;
  bottom:31px;
  width:1px;
  background:rgba(7,16,31,.10);
}
.home-v216 .v216-client-item img{
  display:block;
  width:auto;
  height:auto;
  max-width:100%;
  max-height:66px;
  object-fit:contain;
  object-position:center;
  opacity:.78;
  filter:none;
  transform:translateZ(0) scale(1);
  transform-origin:center;
  transition:opacity .28s ease,transform .36s cubic-bezier(.2,.75,.2,1);
}
.home-v216 .v216-client-item:hover img{
  opacity:1;
  transform:translateZ(0) scale(1.035);
}
/* Optical sizing: all logos share the same baseline area, not the same raw pixel box. */
.home-v216 .v216-client-item.is-sigeco img{max-width:196px;max-height:58px}
.home-v216 .v216-client-item.is-naya img{max-width:126px;max-height:72px}
.home-v216 .v216-client-item.is-hatt img{max-width:174px;max-height:54px}
.home-v216 .v216-client-item.is-xtremosur img{max-width:174px;max-height:54px}
.home-v216 .v216-client-item.is-kiyozumi img{max-width:82px;max-height:74px}
.home-v216 .v216-client-item.is-sinergy img{max-width:178px;max-height:72px}
.home-v216 .v216-client-item.is-clubbaco img{max-width:78px;max-height:78px}
.home-v216 .v216-client-item.is-buensonido img{max-width:88px;max-height:82px}
.home-v216 .v216-client-item.is-truckenergy img{max-width:182px;max-height:58px}
.home-v216 .v216-client-item.is-aicapital img{max-width:184px;max-height:56px}

@keyframes v216-client-roll{
  from{transform:translate3d(0,0,0)}
  to{transform:translate3d(-50%,0,0)}
}

@media(max-width:680px){
  .home-v216 .v216-client-marquee{margin-top:38px;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 92%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 92%,transparent 100%)}
  .home-v216 .v216-client-track{animation-duration:36s}
  .home-v216 .v216-client-item{width:168px;flex-basis:168px;height:108px;padding:18px 20px}
  .home-v216 .v216-client-item::after{top:26px;bottom:26px}
  .home-v216 .v216-client-item.is-sigeco img{max-width:148px;max-height:48px}
  .home-v216 .v216-client-item.is-naya img{max-width:100px;max-height:60px}
  .home-v216 .v216-client-item.is-hatt img{max-width:138px;max-height:47px}
  .home-v216 .v216-client-item.is-xtremosur img{max-width:138px;max-height:46px}
  .home-v216 .v216-client-item.is-kiyozumi img{max-width:68px;max-height:64px}
  .home-v216 .v216-client-item.is-sinergy img{max-width:140px;max-height:62px}
  .home-v216 .v216-client-item.is-clubbaco img{max-width:66px;max-height:66px}
  .home-v216 .v216-client-item.is-buensonido img{max-width:72px;max-height:68px}
  .home-v216 .v216-client-item.is-truckenergy img{max-width:144px;max-height:48px}
  .home-v216 .v216-client-item.is-aicapital img{max-width:146px;max-height:48px}
}

@media(prefers-reduced-motion:reduce){
  .home-v216 .v216-client-marquee{-webkit-mask-image:none;mask-image:none;overflow-x:auto}
  .home-v216 .v216-client-track{animation:none}
  .home-v216 .v216-client-set[aria-hidden="true"]{display:none}
  .home-v216 .v216-client-item img{transition:none}
}
