/* Yachts-only fallback: keep the page readable when Webflow IX fails. */
html.w-mod-js body [style*="blur"],
html.w-mod-js .breadcrumb-area,
html.w-mod-js .room-item,
html.w-mod-js .room-content-block {
  filter: none !important;
  opacity: 1 !important;
  transform: none !important;
}
