/* Performance + PageSpeed helpers (loaded on every front-end page). */
.skip-link{
  position:absolute;left:12px;top:-48px;z-index:10000;padding:10px 14px;
  background:#071b2c;color:#fff;font-weight:700;text-decoration:none;
}
.skip-link:focus{top:12px;clip:auto;clip-path:none;height:auto;width:auto;overflow:visible}
img,video,iframe{max-width:100%;height:auto}
img[width]{height:auto}
iframe{border:0}
button,a,.btn,.menu-toggle,.ff-float-btn{touch-action:manipulation}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}
@media (max-width:720px){
  .hero{min-height:auto;height:auto}
  body.ff-luxury .hero{min-height:72svh}
}
