@import url("../index_files/post-2881.css");
@import url("../index_files/post-3261.css");
@import url("../index_files/post-3344.css");
@import url("../index_files/post-852.css");
@import url("../index_files/post-118.css");

html {
  scrollbar-gutter: stable;
  /* Transformed decorative artwork must not expand the mobile layout viewport. */
  overflow-x: hidden;
  overflow-x: clip;
}

		#header .header-contact-actions {
			flex-direction: row;
			flex-wrap: nowrap;
			justify-content: flex-end;
			align-items: center;
			gap: 20px;
		}
		#header .header-contact-cta { flex: 0 0 auto; }
		#header .header-contact-cta .wdt-button {
			padding: 16px 28px;
			font-size: 18px;
			white-space: nowrap;
		}
		#header .header-contact-cta .wdt-button:focus-visible {
			outline: 3px solid var(--wdtQuaternaryColor, #fc6b59);
			outline-offset: 6px;
		}
		@media (max-width: 767px) {
			#header .header-contact-actions { gap: 10px; }
			#header .header-contact-cta { display: none; }
		}
	
.contact-mail-status { margin-top: 16px; }

#footer .wdt-mailchimp-subscription-button-holder > a,
#footer .wdt-mailchimp-subscription-button-holder button {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-inline: 0;
}

/* Switch the floating row without a fade or movement on scroll. */
#header .wdt-header-tpl .site-header-floating,
#header .wdt-header-tpl .site-header-floating.wdt-header-top {
  display: flex;
  top: 20px;
  margin-top: 0;
  margin-bottom: 0;
  width: auto;
  padding: clamp(0.9375rem, 0.8678rem + 0.3185vw, 1.25rem) 30px;
  background-color: var(--wdtSecondaryColor);
  transition: none;
  transform: none;
}
#header .wdt-header-tpl .site-header-floating {
  opacity: 0;
  pointer-events: none;
}
#header .wdt-header-tpl .site-header-floating.wdt-header-top {
  pointer-events: auto;
}
@media (max-width: 1280px) {
  #header .wdt-header-tpl .site-header-floating,
  #header .wdt-header-tpl .site-header-floating.wdt-header-top {
    padding: 0 20px;
  }
}

/* Decorative scroll layers stay still; content and carousel transforms remain intact. */
.wdt-effect-scroll-wrapper {
  transform: none !important;
  filter: none !important;
  opacity: 1 !important;
}
/* Visible on first paint as well as after theme initialization/intersection. */
.elementor-element.animated {
  animation: none !important;
  opacity: 1 !important;
}
.elementor-invisible { visibility: visible !important; }
.wdt-heading-holder .wdt-heading-split-item,
.wdt-heading-holder .wdt-heading-title-icon,
.wdt-inview-section .wdt-heading-holder .wdt-heading-subtitle-wrapper {
  animation: none !important;
  transition: none !important;
  opacity: 1 !important;
  transform: none !important;
}

#back-to-top {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 180ms ease-out, visibility 180ms;
}
#back-to-top.site-top-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Native modal focus handling keeps the background navigation out of the tab order. */
html.site-menu-open { overflow: hidden; }
#header .site-menu-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  min-height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--wdtAccentTxtColor, #fff);
  box-shadow: none;
  cursor: pointer;
  touch-action: manipulation;
}
#header .site-menu-trigger i,
#header .site-menu-trigger i::before,
#header .site-menu-trigger i::after {
  display: block;
  width: 28px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}
#header .site-menu-trigger i { position: relative; }
#header .site-menu-trigger i::before,
#header .site-menu-trigger i::after { content: ''; position: absolute; left: 0; }
#header .site-menu-trigger i::before { top: -8px; }
#header .site-menu-trigger i::after { top: 8px; }
#header .site-menu-trigger:focus-visible,
.site-mobile-dialog a:focus-visible,
.site-mobile-dialog button:focus-visible {
  outline: 3px solid var(--wdtQuaternaryColor, #fc6b59);
  outline-offset: 3px;
}
.site-mobile-dialog {
  box-sizing: border-box;
  position: fixed;
  inset: 0 0 0 auto;
  width: min(360px, calc(100% - 32px));
  max-width: none;
  height: 100%;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: max(20px, env(safe-area-inset-top)) max(20px, env(safe-area-inset-right)) max(24px, env(safe-area-inset-bottom)) 20px;
  border: 0;
  border-radius: 24px 0 0 24px;
  background: #fff;
  color: var(--wdtHeadAltColor, #103858);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.site-mobile-dialog[open] { animation: site-menu-in 220ms ease-out; }
.site-mobile-dialog::backdrop { background: rgba(12, 42, 63, .5); }
.site-mobile-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 24px; font-size: 24px; font-weight: 600; }
.site-mobile-dialog .site-menu-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 50%;
  background: #e7f5fd;
  color: #103858;
  font-size: 30px;
  line-height: 1;
  box-shadow: none;
  cursor: pointer;
  touch-action: manipulation;
}
.site-mobile-dialog nav ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.site-mobile-dialog nav li { margin: 0; padding: 0; list-style: none; }
.site-mobile-dialog nav a {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  min-height: 52px;
  padding: 12px 16px;
  border-radius: 12px;
  color: #103858;
  font-size: 19px;
  line-height: 1.4;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease;
  touch-action: manipulation;
}
.site-mobile-dialog nav a[aria-current="page"] { background: #ffc45f; font-weight: 600; }
.site-mobile-dialog nav a:active { background: #e7f5fd; }
@keyframes site-menu-in {
  from { opacity: .7; transform: translateX(24px); }
  to { opacity: 1; transform: translateX(0); }
}
@media (max-width: 767px) {
  #header .header-contact-actions { min-width: 44px; }
  #header .site-header-main .e-con-inner,
  #header .site-header-floating .e-con-inner { flex-wrap: nowrap; }
  #header .wdt-header-tpl .site-header-floating,
  #header .wdt-header-tpl .site-header-floating.wdt-header-top {
    top: max(12px, env(safe-area-inset-top));
    box-sizing: border-box;
    min-width: 0;
    max-width: calc(100% - 40px) !important;
  }
  #header .site-header-floating > .e-con-inner { min-width: 0; max-width: 100%; }
}

/* One gentle rise on first entry. No opacity changes or persistent transform. */
.site-section-ready { translate: 0 12px; }
.site-section-ready.site-section-entered {
  translate: none;
  transition: translate 420ms cubic-bezier(.22, 1, .36, 1);
}
@media (max-width: 767px) {
  .site-section-ready { translate: 0 8px; }
}

/* Pointer feedback stays separate from section movement. */
.rides-fun-gallery img,
.game-screenshots img { transition: transform 220ms ease-out, box-shadow 220ms ease-out; }
@media (hover: hover) and (pointer: fine) {
  .wdt-button-holder .wdt-button { transition: transform 180ms ease-out, background-color 180ms ease-out, color 180ms ease-out; }
  .wdt-button-holder .wdt-button:hover { transform: translateY(-2px); }
  .wdt-button-holder .wdt-button:active { transform: translateY(0); }
  .rides-fun-gallery img:hover,
  .game-screenshots img:hover { transform: translateY(-4px); box-shadow: 0 14px 28px rgba(16, 56, 88, .14); }
  .site-mobile-dialog nav a:hover { background: #e7f5fd; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  .site-section-ready { translate: none !important; transition: none !important; }
  #header .wdt-header-tpl .site-header-floating,
  #back-to-top { transition: none !important; }
  .elementor-element.animated,
  .wdt-heading-holder .wdt-heading-split-item,
  .wdt-heading-holder .wdt-heading-title-icon {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .elementor-invisible { visibility: visible !important; }
  .site-mobile-dialog[open] { animation: none !important; }
  .site-mobile-dialog nav a, .wdt-button-holder .wdt-button,
  .rides-fun-gallery img, .game-screenshots img { transition: none !important; transform: none !important; }
}
