/* MetConnect Site Loader — matches the original site's preloader */

#mcsl-loader .mcsl-logo-text{
  font-family:'Space Grotesk',sans-serif; font-weight:700; font-size:28px;
  color:#fff; letter-spacing:.02em; line-height:1;
}
#mcsl-loader .mcsl-logo-text span{ color:var(--mcsl-accent,#E31E24); }

#mcsl-loader .mcsl-logo-img{
  height:50px; width:auto; max-width:250px; object-fit:contain;
}

.mcsl-bar{
  width:180px; height:2px; background:rgba(255,255,255,.15);
  overflow:hidden; border-radius:2px;
}
.mcsl-bar-fill{
  height:100%; width:0%; background:var(--mcsl-accent,#E31E24);
  transition:width .2s ease;
}

/* No-GSAP fallback: swipe up with the power4.inOut curve as cubic-bezier. */
#mcsl-loader.mcsl-swipe{
  transform:translateY(-100%);
  transition:transform .9s cubic-bezier(.76,0,.24,1);
  will-change:transform;
}
