.elementor-kit-416{--e-global-color-primary:#916628;--e-global-color-secondary:#0E0D0B;--e-global-color-text:#E8E7E3;--e-global-color-accent:#1A1B1F;--e-global-color-68a0019:#FFF5E0;--e-global-color-fe4fa39:#DED9D1;--e-global-color-83e7262:#1A1B1F;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Playfair Display";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Playfair Display";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:300;}.elementor-kit-416 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ================================================
   SPENSERS - FULL NUCLEAR RESPONSIVE FIX
   ================================================ */

/* Prevent ANY horizontal overflow */
*, *::before, *::after {
  box-sizing: border-box !important;
}
html, body {
  overflow-x: hidden !important;
  max-width: 100vw !important;
}

/* ── DESKTOP: show full nav, hide hamburger ────── */
@media (min-width: 1201px) {
  .elementor-menu-toggle {
    display: none !important;
  }
  .elementor-nav-menu--main.elementor-nav-menu__container {
    display: flex !important;
  }
}

/* ── EVERYTHING UNDER 1200px: hamburger mode ───── */
@media (max-width: 1200px) {

  /* Hide desktop nav */
  .elementor-nav-menu--main.elementor-nav-menu__container,
  .elementor-nav-menu--layout-horizontal {
    display: none !important;
  }

  /* Show hamburger */
  .elementor-menu-toggle {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    min-width: 44px !important;
    min-height: 44px !important;
  }

  /* Gold hamburger icon */
  .elementor-menu-toggle i,
  .elementor-menu-toggle svg,
  .elementor-menu-toggle span,
  .elementor-menu-toggle .eicon-menu-bar,
  .elementor-menu-toggle .eicon-hamburger {
    color: #c9a84c !important;
    fill: #c9a84c !important;
    font-size: 30px !important;
  }

  /* Scale down the CTA button */
  .elementor-button {
    font-size: 13px !important;
    padding: 10px 16px !important;
    white-space: nowrap !important;
  }
}

/* ── DROPDOWN MENU ──────────────────────────────── */
.elementor-nav-menu--dropdown,
nav.elementor-nav-menu--dropdown {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  width: 100vw !important;
  z-index: 999999 !important;
  background-color: #111111 !important;
  box-shadow: 0 10px 40px rgba(0,0,0,0.5) !important;
}

.elementor-nav-menu--dropdown li {
  border-bottom: 1px solid rgba(201,168,76,0.12) !important;
  list-style: none !important;
}

.elementor-nav-menu--dropdown li a {
  display: block !important;
  color: #ffffff !important;
  padding: 14px 28px !important;
  font-size: 15px !important;
  text-decoration: none !important;
}

.elementor-nav-menu--dropdown li a:hover {
  color: #c9a84c !important;
  background: rgba(201,168,76,0.07) !important;
}

/* Sub-menu items (Area Guides children etc.) */
.elementor-nav-menu--dropdown .sub-menu {
  background: #1a1a1a !important;
  position: relative !important;
  width: 100% !important;
  display: none !important; /* toggled by Elementor JS */
}
.elementor-nav-menu--dropdown .sub-menu.open,
.elementor-nav-menu--dropdown li:hover > .sub-menu,
.elementor-nav-menu--dropdown li.focus > .sub-menu {
  display: block !important;
}
.elementor-nav-menu--dropdown .sub-menu li a {
  padding-left: 44px !important;
  font-size: 13px !important;
  color: #bbbbbb !important;
}
.elementor-nav-menu--dropdown .sub-menu li a:hover {
  color: #c9a84c !important;
}

/* Landscape phones - scrollable dropdown */
@media (max-width: 900px) and (orientation: landscape) {
  .elementor-nav-menu--dropdown {
    max-height: 65vh !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }
}

/* ── HEADER WRAPPER ─────────────────────────────── */
.elementor-location-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 99998 !important;
  width: 100% !important;
  max-width: 100vw !important;
}

/* Prevent header columns overflowing */
.elementor-location-header .elementor-container {
  flex-wrap: nowrap !important;
  max-width: 100% !important;
}

/* ── MEDIUM SCREENS 1024–1200px (iPad Pro, small laptops) */
@media (min-width: 1025px) and (max-width: 1200px) {
  .elementor-nav-menu--main.elementor-nav-menu__container {
    display: none !important;
  }
  .elementor-menu-toggle {
    display: flex !important;
  }
}

/* ── TABLET 768–1024px ─────────────────────────── */
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-nav-menu--main.elementor-nav-menu__container {
    display: none !important;
  }
  .elementor-menu-toggle {
    display: flex !important;
  }
}

/* ── MOBILE under 767px ────────────────────────── */
@media (max-width: 767px) {
  .elementor-nav-menu--main.elementor-nav-menu__container {
    display: none !important;
  }
  .elementor-menu-toggle {
    display: flex !important;
  }
  /* Stack top bar items */
  .elementor-location-header [data-widget_type="text-editor.default"],
  .elementor-location-header [data-widget_type="heading.default"] {
    text-align: center !important;
  }
}

/* ── IMAGES ALWAYS RESPONSIVE ───────────────────── */
img {
  max-width: 100% !important;
  height: auto !important;
}/* End custom CSS */