/* XFT runtime fixes: preserve the live layout while keeping the mirror usable. */
:root {
  --xft-surface-beige: #f4ede2;
}

html {
  scroll-behavior: smooth;
  background-color: var(--xft-surface-beige);
}

body,
.xft-beige-surface {
  background-color: var(--xft-surface-beige) !important;
}

.xft-white-plate-image,
.elementor-element-22752c6 .swiper-slide-image {
  background-color: transparent !important;
  mix-blend-mode: multiply;
}

body.xft-menu-open {
  overflow: hidden;
}

[data-aos] {
  visibility: visible;
}

.xft-static-message {
  margin-top: 0.75rem;
  padding: 0.75rem 1rem;
  border: 1px solid currentColor;
  border-radius: 4px;
  font-size: 0.95rem;
}

.xft-contact-map {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.xft-contact-expanded {
  width: 100% !important;
  max-width: 100% !important;
  flex-basis: 100% !important;
  --width: 100% !important;
  --flex-grow: 1 !important;
}

.xft-brand-logo {
  display: block;
  width: 140px;
  max-width: 100%;
  height: auto;
}

.elementor-location-header .elementor-element-8caf715 {
  width: 140px !important;
  max-width: 140px !important;
  --container-widget-width: 140px !important;
}

.elementor-widget-theme-post-content p,
.elementor-widget-theme-post-content li {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.xft-animations-finished #eqcZfi4OPeV44 {
  transform: translate(15.758987px, 17.787037px) !important;
}

.xft-menu {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: none;
  overflow: auto;
  color: #fff;
  background: #000;
}

.xft-menu[aria-hidden="false"] {
  display: block;
}

.xft-menu__inner {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 32px 0 72px;
}

.xft-menu__close {
  display: block;
  margin: 0 0 42px auto;
  padding: 8px 0;
  border: 0;
  color: #fff;
  background: transparent;
  font: inherit;
  font-size: 1rem;
  cursor: pointer;
}

.xft-menu__nav {
  display: grid;
  gap: 0;
}

.xft-menu__nav a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff !important;
  font-size: clamp(2rem, 5.5vw, 5rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.xft-menu__nav a:last-child {
  margin-top: 28px;
  border-bottom: 0;
  font-size: clamp(1.3rem, 2.4vw, 2rem);
}

.xft-menu__nav a:hover,
.xft-menu__nav a:focus-visible {
  color: #d8dde1 !important;
}

.grecaptcha-badge,
.cky-consent-container,
.cky-btn-revisit-wrapper,
#cookie-law-info-bar,
.cli-modal {
  display: none !important;
}

@media (max-width: 767px) {
  .xft-brand-logo {
    width: 118px;
  }

  .elementor-location-header .elementor-element-8caf715 {
    width: 118px !important;
    max-width: 118px !important;
    --container-widget-width: 118px !important;
  }

  .xft-menu__inner {
    width: min(100% - 32px, 720px);
    padding-top: 20px;
  }

  .xft-menu__nav a {
    padding: 13px 0;
    font-size: clamp(2rem, 12vw, 3.7rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
