/* Final public polish — reference locked. Loaded after every legacy stylesheet. */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap');

[hidden]{display:none!important}
body:not(.admin-mode),
body:not(.admin-mode) button,
body:not(.admin-mode) input,
body:not(.admin-mode) select,
body:not(.admin-mode) textarea{
  font-family:'Manrope',sans-serif!important;
}
body:not(.admin-mode){font-synthesis:none}
body:not(.admin-mode) h1,
body:not(.admin-mode) h2,
body:not(.admin-mode) h3{font-weight:700!important}
body:not(.admin-mode) .btn,
body:not(.admin-mode) .text-arrow{font-weight:600!important}
body:not(.admin-mode) .eyebrow,
body:not(.admin-mode) .tour-kicker,
body:not(.admin-mode) .tour-meta,
body:not(.admin-mode) .footer-grid-links h3{font-weight:600!important}
body:not(.admin-mode) .card-badge{display:none!important}

/* Real brand lockup from the supplied ATA mark. */
body:not(.admin-mode) .brand{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  width:145px!important;
  max-width:145px!important;
  flex:0 0 145px!important;
  min-width:145px!important;
  margin-right:36px!important;
}
body:not(.admin-mode) .brand-mark-wrap{width:37px;height:34px;display:flex;align-items:center;justify-content:center;flex:0 0 37px}
body:not(.admin-mode) .brand-mark{width:37px!important;height:29px!important;object-fit:contain!important;display:block!important}
body:not(.admin-mode) .brand-wordmark{
  color:#102d5a;
  font-size:8.2px;
  line-height:1.03;
  font-weight:700;
  letter-spacing:-.015em;
  white-space:nowrap;
}
body:not(.admin-mode) .brand-custom-image{width:100%!important;height:36px!important;object-fit:contain!important;object-position:left center!important}

/* Desktop navigation dropdown: plain, restrained, no template-looking pills. */
body:not(.admin-mode) .desktop-nav{align-items:center!important}
body:not(.admin-mode) .nav-dropdown{position:relative;display:flex;align-items:center;height:37px}
body:not(.admin-mode) .nav-dropdown-toggle{
  height:37px;
  display:inline-flex;
  align-items:center;
  gap:4px;
  padding:0;
  border:0;
  background:transparent;
  color:#111;
  font-size:12px;
  font-weight:400;
  line-height:1;
}
body:not(.admin-mode) .nav-dropdown-toggle:hover,
body:not(.admin-mode) .nav-dropdown.open .nav-dropdown-toggle{color:#F15A38}
body:not(.admin-mode) .nav-caret{font-size:13px;line-height:1;transform:translateY(-1px)}
body:not(.admin-mode) .nav-dropdown-menu{
  position:absolute;
  top:37px;
  left:-15px;
  z-index:100;
  display:none;
  min-width:172px;
  padding:7px 0;
  border:1px solid #e8e8e8;
  border-radius:6px;
  background:#fff;
  box-shadow:0 8px 22px rgba(0,0,0,.08);
}
body:not(.admin-mode) .nav-dropdown.open .nav-dropdown-menu,
body:not(.admin-mode) .nav-dropdown:focus-within .nav-dropdown-menu{display:grid}
body:not(.admin-mode) .nav-dropdown-menu a{
  width:100%;
  padding:9px 14px!important;
  color:#111!important;
  font-size:12px!important;
  font-weight:400!important;
}
body:not(.admin-mode) .nav-dropdown-menu a:hover{background:#fafafa;color:#F15A38!important}

/* Supplied map pin used where the main category navigation calls for it. */
body:not(.admin-mode) .planner-pin-icon{width:25px;height:25px;object-fit:contain;display:block;opacity:.92}
body:not(.admin-mode) .home-v3 .planner-tabs a.active .planner-pin-icon{filter:invert(46%) sepia(86%) saturate(2704%) hue-rotate(339deg) brightness(99%) contrast(90%)}

/* iPad/tablet: keep the actual second nav row instead of silently removing it. */
@media(min-width:821px) and (max-width:1100px){
  body:not(.admin-mode) .header-main{height:66px!important}
  body:not(.admin-mode) .brand{width:138px!important;max-width:138px!important;min-width:138px!important;flex-basis:138px!important;margin-right:20px!important}
  body:not(.admin-mode) .header-search{display:flex!important;width:min(310px,42vw)!important;height:40px!important}
  body:not(.admin-mode) .header-search button{height:40px!important}
  body:not(.admin-mode) .header-controls{display:none!important}
  body:not(.admin-mode) .header-plan-btn{display:inline-flex!important;width:90px!important;height:40px!important;min-height:40px!important}
  body:not(.admin-mode) .mobile-menu-button{display:none!important}
  body:not(.admin-mode) .header-nav-row{display:block!important;height:38px!important}
  body:not(.admin-mode) .header-nav-inner{height:37px!important;overflow-x:auto;overflow-y:visible;scrollbar-width:none}
  body:not(.admin-mode) .header-nav-inner::-webkit-scrollbar{display:none}
  body:not(.admin-mode) .desktop-nav{display:flex!important;gap:24px!important;min-width:max-content!important}
  body:not(.admin-mode) .desktop-nav>a,
  body:not(.admin-mode) .nav-dropdown-toggle{font-size:12px!important}
  body:not(.admin-mode) .header-mini-links{display:none!important}
}

/* Mobile navigation with an explicit Tours submenu. */
body:not(.admin-mode) .mobile-nav-group{display:grid}
body:not(.admin-mode) .mobile-nav-group>button{
  width:100%;
  padding:11px 4px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border:0;
  border-bottom:1px solid #f0f0f0;
  background:#fff;
  color:#111;
  font-size:13px;
  font-weight:500;
  text-align:left;
}
body:not(.admin-mode) .mobile-nav-submenu{display:none;padding:2px 0 7px 13px;border-bottom:1px solid #f0f0f0;background:#fff}
body:not(.admin-mode) .mobile-nav-submenu.open{display:grid}
body:not(.admin-mode) .mobile-nav-submenu a{padding:9px 4px!important;border-bottom:0!important;color:#555!important;font-size:12px!important;font-weight:400!important}

/* Keep the reference carousel arrow visible instead of clipping it off-screen on iPad. */
@media(max-width:1024px) and (min-width:821px){
  body:not(.admin-mode) .home-v3 .promo-prev{left:8px!important}
  body:not(.admin-mode) .home-v3 .promo-next{right:8px!important}
}

/* Custom Tour: corrected geometry and interaction. */
body:not(.admin-mode) .custom-builder{
  width:100%;
  max-width:1160px;
  border:1px solid #e2e2e2!important;
  border-radius:8px!important;
  box-shadow:0 5px 18px rgba(0,0,0,.045)!important;
  overflow:hidden;
}
body:not(.admin-mode) .custom-builder .steps{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  min-width:0;
  border-bottom:1px solid #e7e7e7!important;
  background:#fafafa!important;
}
body:not(.admin-mode) .custom-builder .steps button{
  position:relative;
  min-width:0;
  height:58px;
  padding:0 20px;
  display:flex;
  align-items:center;
  gap:10px;
  border:0;
  border-right:1px solid #e7e7e7;
  background:#fafafa;
  color:#969ba5;
  font-size:12px;
  font-weight:600;
  text-align:left;
}
body:not(.admin-mode) .custom-builder .steps button:last-child{border-right:0}
body:not(.admin-mode) .custom-builder .steps button.active{color:#07152f;background:#fff}
body:not(.admin-mode) .custom-builder .steps button.active:after{
  content:'';
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:3px;
  background:#F15A38;
}
body:not(.admin-mode) .custom-builder .steps button.current{font-weight:700}
body:not(.admin-mode) .custom-builder .steps button span{font-weight:600}
body:not(.admin-mode) .custom-builder .builder-step{display:none!important;padding:72px 40px 82px!important}
body:not(.admin-mode) .custom-builder .builder-step.active{display:block!important}
body:not(.admin-mode) .custom-builder .builder-step>.eyebrow{display:block;margin:0 0 12px;color:#F15A38;font-size:11px;font-weight:600!important;letter-spacing:.14em}
body:not(.admin-mode) .custom-builder .builder-step>h2{margin:0 0 26px;color:#07152f;font-size:38px;line-height:1.08;letter-spacing:-.025em}
body:not(.admin-mode) .custom-builder .builder-step>p{margin:-8px 0 34px;color:#666;font-size:17px}
body:not(.admin-mode) .custom-builder .choice-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
}
body:not(.admin-mode) .custom-builder .choice-card{
  position:relative;
  min-width:0;
  min-height:155px;
  padding:22px 38px 22px 22px!important;
  display:block!important;
  overflow:hidden;
  border:1px solid #dfe2e6!important;
  border-radius:8px!important;
  background:#fff!important;
  cursor:pointer;
  box-shadow:none!important;
}
body:not(.admin-mode) .custom-builder .choice-card:hover{border-color:#c9cdd3!important}
body:not(.admin-mode) .custom-builder .choice-card:has(input:checked){border-color:#F15A38!important;background:#fffaf8!important;box-shadow:inset 0 0 0 1px #F15A38!important}
body:not(.admin-mode) .custom-builder .choice-card>input[type='checkbox']{
  position:absolute;
  top:17px;
  right:17px;
  width:16px!important;
  height:16px!important;
  min-height:16px!important;
  margin:0;
  accent-color:#F15A38;
}
body:not(.admin-mode) .custom-builder .choice-card>span{
  width:100%;
  min-width:0;
  display:grid!important;
  grid-template-columns:24px minmax(0,1fr);
  grid-template-rows:auto auto;
  column-gap:11px;
  row-gap:7px;
  align-items:start;
}
body:not(.admin-mode) .custom-builder .choice-card svg,
body:not(.admin-mode) .custom-builder .choice-pin{grid-column:1;grid-row:1 / span 2;width:22px!important;height:22px!important;margin-top:1px;object-fit:contain;color:#2f8d68}
body:not(.admin-mode) .custom-builder .choice-card b{grid-column:2;display:block;color:#111;font-size:14px!important;font-weight:600!important;line-height:1.3}
body:not(.admin-mode) .custom-builder .choice-card small{grid-column:2;display:block;color:#8a9099!important;font-size:12px!important;font-weight:400!important;line-height:1.45}
body:not(.admin-mode) .custom-builder .builder-error{min-height:22px;padding:0 40px;color:#b42318;font-size:12px;font-weight:500}

body:not(.admin-mode) .custom-builder .form-grid{
  width:100%;
  min-width:0;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:18px 20px!important;
}
body:not(.admin-mode) .custom-builder .form-grid label{min-width:0!important;overflow:hidden;display:grid!important;gap:7px!important;color:#626874!important;font-size:12px!important;font-weight:600!important}
body:not(.admin-mode) .custom-builder .form-grid input,
body:not(.admin-mode) .custom-builder .form-grid select,
body:not(.admin-mode) .custom-builder .form-grid textarea{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  box-sizing:border-box!important;
  min-height:54px!important;
  padding:10px 14px!important;
  border:1px solid #dfe2e6!important;
  border-radius:7px!important;
  background:#fff!important;
  color:#111!important;
  font-size:14px!important;
  font-weight:500!important;
  box-shadow:none!important;
}
body:not(.admin-mode) .custom-builder .form-grid textarea{min-height:118px!important;resize:vertical}
body:not(.admin-mode) .custom-builder .form-grid input:focus,
body:not(.admin-mode) .custom-builder .form-grid select:focus,
body:not(.admin-mode) .custom-builder .form-grid textarea:focus{outline:0;border-color:#F15A38!important;box-shadow:0 0 0 3px rgba(241,90,56,.08)!important}
body:not(.admin-mode) .custom-builder .builder-actions{
  display:grid!important;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:14px;
  padding:22px 40px!important;
  border-top:1px solid #e7e7e7!important;
  background:#fafafa!important;
}
body:not(.admin-mode) .custom-builder #builder-back{justify-self:start}
body:not(.admin-mode) .custom-builder #builder-next{justify-self:center}
body:not(.admin-mode) .custom-builder #builder-submit{justify-self:end}
body:not(.admin-mode) .custom-builder .builder-actions .btn{min-width:126px;height:52px;min-height:52px;border-radius:7px!important;font-size:15px;font-weight:600!important}
body:not(.admin-mode) .custom-builder .builder-actions .btn-ghost{background:#fff!important;color:#555!important;border:1px solid #dfe2e6!important;box-shadow:none!important}

/* Footer uses the same supplied mark without a fake inverted logo. */
body:not(.admin-mode) .footer-brand-lockup{display:inline-flex;align-items:center;gap:10px}
body:not(.admin-mode) .footer-brand-lockup .brand-mark-wrap{width:38px;height:38px;padding:4px;border-radius:5px;background:#fff}
body:not(.admin-mode) .footer-brand-lockup .brand-mark{width:30px!important;height:26px!important}
body:not(.admin-mode) .footer-brand-lockup .brand-wordmark{color:#fff;font-size:10px}
body:not(.admin-mode) .footer-brand-lockup .brand-custom-image{width:210px!important;height:52px!important;filter:none!important}

@media(max-width:820px){
  body:not(.admin-mode) .brand{width:155px!important;max-width:155px!important;min-width:155px!important;flex-basis:155px!important;margin-right:0!important}
  body:not(.admin-mode) .brand-mark-wrap{width:39px;flex-basis:39px}
  body:not(.admin-mode) .brand-wordmark{font-size:8.8px}
}

@media(max-width:700px){
  body:not(.admin-mode) .custom-builder .steps{display:flex!important;overflow-x:auto;scrollbar-width:none}
  body:not(.admin-mode) .custom-builder .steps::-webkit-scrollbar{display:none}
  body:not(.admin-mode) .custom-builder .steps button{flex:0 0 150px;height:54px;padding:0 14px;font-size:11px}
  body:not(.admin-mode) .custom-builder .builder-step{padding:42px 20px 56px!important}
  body:not(.admin-mode) .custom-builder .builder-step>h2{font-size:30px}
  body:not(.admin-mode) .custom-builder .builder-step>p{font-size:15px}
  body:not(.admin-mode) .custom-builder .choice-grid{grid-template-columns:1fr!important}
  body:not(.admin-mode) .custom-builder .choice-card{min-height:126px}
  body:not(.admin-mode) .custom-builder .form-grid{grid-template-columns:1fr!important}
  body:not(.admin-mode) .custom-builder .builder-error{padding:0 20px}
  body:not(.admin-mode) .custom-builder .builder-actions{grid-template-columns:1fr 1fr!important;padding:16px 20px calc(16px + env(safe-area-inset-bottom))!important}
  body:not(.admin-mode) .custom-builder #builder-next,
  body:not(.admin-mode) .custom-builder #builder-submit{justify-self:end}
  body:not(.admin-mode) .custom-builder .builder-actions .btn{min-width:110px}
}

body:not(.admin-mode) .footer-brand-lockup .brand-mark{filter:none!important}

/* Cross-browser width safety: keeps iPad/Safari controls inside their intended columns. */
body:not(.admin-mode) #app,
body:not(.admin-mode) .page,
body:not(.admin-mode) .container,
body:not(.admin-mode) .public-shell,
body:not(.admin-mode) .form-grid > *,
body:not(.admin-mode) .search-form > *{min-width:0}
body:not(.admin-mode) input,
body:not(.admin-mode) select,
body:not(.admin-mode) textarea,
body:not(.admin-mode) button{font-family:'Manrope',sans-serif!important}
body:not(.admin-mode) input,
body:not(.admin-mode) select,
body:not(.admin-mode) textarea{max-width:100%;box-sizing:border-box}
body:not(.admin-mode) .footer-grid-links a{overflow-wrap:anywhere}


/* v7 interaction hardening: functional header preference menus, without changing the reference layout. */
body:not(.admin-mode) .preference-dropdown{position:relative;display:inline-flex;align-items:center;height:42px}
body:not(.admin-mode) .preference-toggle{
  height:42px;
  padding:0;
  border:0;
  background:transparent;
  cursor:pointer;
  white-space:nowrap;
}
body:not(.admin-mode) .preference-toggle:hover,
body:not(.admin-mode) .preference-dropdown.open .preference-toggle{color:#F15A38}
body:not(.admin-mode) .preference-caret{font-size:12px;line-height:1;margin-left:1px;transform:translateY(-1px)}
body:not(.admin-mode) .preference-menu{
  position:absolute;
  top:calc(100% + 7px);
  left:50%;
  z-index:180;
  width:max-content;
  min-width:150px;
  display:none;
  padding:6px;
  transform:translateX(-50%);
  border:1px solid #e7e7e7;
  border-radius:7px;
  background:#fff;
  box-shadow:0 8px 24px rgba(0,0,0,.09);
}
body:not(.admin-mode) .preference-dropdown.open .preference-menu{display:grid}
body:not(.admin-mode) .preference-menu button{
  min-width:138px;
  height:34px;
  padding:0 9px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  border:0;
  border-radius:4px;
  background:#fff;
  color:#111;
  font-size:12px;
  font-weight:400;
  text-align:left;
}
body:not(.admin-mode) .preference-menu button:hover{background:#f8f8f8}
body:not(.admin-mode) .preference-menu button.selected{font-weight:600;color:#F15A38}

/* Keep the full reference header usable on iPad/tablet instead of overflowing or hiding the controls. */
@media(min-width:821px) and (max-width:1100px){
  body:not(.admin-mode) .header-main{height:66px!important;gap:0!important}
  body:not(.admin-mode) .brand{width:126px!important;max-width:126px!important;min-width:126px!important;flex-basis:126px!important;margin-right:14px!important}
  body:not(.admin-mode) .header-search{display:flex!important;width:min(255px,28vw)!important;height:40px!important;flex:0 1 255px!important}
  body:not(.admin-mode) .header-search button{height:40px!important;width:46px!important;flex-basis:46px!important}
  body:not(.admin-mode) .header-spacer{display:block!important;min-width:8px!important}
  body:not(.admin-mode) .header-controls{display:flex!important;gap:10px!important;margin-right:10px!important}
  body:not(.admin-mode) .header-controls .preference-toggle,
  body:not(.admin-mode) .header-controls .header-control{display:inline-flex!important;font-size:11px!important}
  body:not(.admin-mode) .preference-dropdown{height:40px!important}
  body:not(.admin-mode) .preference-toggle{height:40px!important}
  body:not(.admin-mode) .header-plan-btn{display:inline-flex!important;width:78px!important;height:40px!important;min-height:40px!important;font-size:11px!important}
  body:not(.admin-mode) .mobile-menu-button{display:none!important}
  body:not(.admin-mode) .header-nav-row{display:block!important;height:38px!important}
}
@media(min-width:821px) and (max-width:930px){
  body:not(.admin-mode) .header-search{width:220px!important;flex-basis:220px!important}
  body:not(.admin-mode) .header-controls{gap:7px!important;margin-right:7px!important}
  body:not(.admin-mode) .header-controls .preference-toggle,
  body:not(.admin-mode) .header-controls .header-control{font-size:10.5px!important}
}

/* v8 — one real language selector + expanded currency selector. */
body:not(.admin-mode) .header-controls .preference-dropdown[data-preference="currency"] .preference-menu{
  left:auto;
  right:0;
  transform:none;
  max-height:min(520px,70vh);
  overflow:auto;
  overscroll-behavior:contain;
}
body:not(.admin-mode) .home-v3 .promo-grid{
  -webkit-overflow-scrolling:touch;
  touch-action:pan-x;
  scroll-behavior:smooth;
}
body:not(.admin-mode) .home-v3 .promo-arrow{cursor:pointer;user-select:none;-webkit-tap-highlight-color:transparent}

@media(max-width:820px){
  body:not(.admin-mode) .mobile-preferences{
    display:flex;
    align-items:center;
    gap:18px;
    padding:12px 4px 8px;
    border-bottom:1px solid #f0f0f0;
  }
  body:not(.admin-mode) .mobile-preferences .preference-dropdown{height:38px}
  body:not(.admin-mode) .mobile-preferences .preference-toggle{height:38px;font-size:13px!important}
  body:not(.admin-mode) .mobile-preferences .preference-menu{left:0;right:auto;transform:none}
  body:not(.admin-mode) .mobile-preferences .preference-dropdown[data-preference="currency"] .preference-menu{left:0;right:auto;transform:none}
}

/* v9 — native, Safari-reliable language/currency selectors. Visual treatment stays identical to the reference header. */
body:not(.admin-mode) .preference-select{
  position:relative;
  display:inline-flex!important;
  align-items:center;
  gap:5px;
  height:42px;
  min-width:0;
  color:#171717;
  cursor:pointer;
}
body:not(.admin-mode) .preference-select select{
  appearance:none;
  -webkit-appearance:none;
  border:0!important;
  outline:0!important;
  background:transparent!important;
  color:#171717!important;
  font:inherit!important;
  font-size:inherit!important;
  font-weight:500!important;
  line-height:1!important;
  height:42px!important;
  min-height:42px!important;
  padding:0 16px 0 0!important;
  margin:0!important;
  cursor:pointer!important;
  width:auto!important;
  max-width:150px;
  box-shadow:none!important;
}
body:not(.admin-mode) .preference-select .preference-caret{
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-52%);
  pointer-events:none;
  margin:0;
  color:#171717;
  font-size:12px;
}
body:not(.admin-mode) .preference-select:focus-within,
body:not(.admin-mode) .preference-select:hover,
body:not(.admin-mode) .preference-select:focus-within select{color:#F15A38!important}
body:not(.admin-mode) .preference-select:focus-within .preference-caret,
body:not(.admin-mode) .preference-select:hover .preference-caret{color:#F15A38}
body:not(.admin-mode) .header-controls .preference-select:first-child{display:inline-flex!important}

@media(max-width:820px){
  body:not(.admin-mode) .mobile-preferences .preference-select{
    flex:1 1 0;
    min-width:0;
    height:40px;
    border:1px solid #e7e7e7;
    border-radius:6px;
    padding:0 10px;
    background:#fff;
  }
  body:not(.admin-mode) .mobile-preferences .preference-select select{
    flex:1 1 auto;
    width:100%!important;
    max-width:none;
    height:38px!important;
    min-height:38px!important;
    padding-right:20px!important;
  }
  body:not(.admin-mode) .mobile-preferences .preference-select .preference-caret{right:10px}
}
\n\n/* V10 interaction polish: no redesign, only smoother behavior and Safari/iPad fixes. */
html{scroll-behavior:smooth}
body:not(.admin-mode) a,
body:not(.admin-mode) button,
body:not(.admin-mode) select{touch-action:manipulation}
body:not(.admin-mode) .site-header,
body:not(.admin-mode) .header-nav-row,
body:not(.admin-mode) .header-nav-inner,
body:not(.admin-mode) .desktop-nav{overflow:visible!important}
body:not(.admin-mode) .header-nav-row{position:relative;z-index:64}
body:not(.admin-mode) .header-nav-inner{position:relative;z-index:65}
body:not(.admin-mode) .desktop-nav{position:relative;z-index:66}
body:not(.admin-mode) .nav-dropdown{z-index:80}
body:not(.admin-mode) .nav-dropdown-menu{
  display:grid!important;
  visibility:hidden;
  opacity:0;
  pointer-events:none;
  transform:translateY(-5px);
  transform-origin:top left;
  transition:opacity .16s ease,transform .16s ease,visibility 0s linear .16s;
  will-change:opacity,transform;
}
body:not(.admin-mode) .nav-dropdown.open .nav-dropdown-menu,
body:not(.admin-mode) .nav-dropdown:focus-within .nav-dropdown-menu{
  visibility:visible;
  opacity:1;
  pointer-events:auto;
  transform:translateY(0);
  transition-delay:0s;
}
body:not(.admin-mode) .nav-dropdown-toggle .nav-caret{transition:transform .16s ease}
body:not(.admin-mode) .nav-dropdown.open .nav-caret{transform:translateY(-1px) rotate(180deg)}
body:not(.admin-mode) .btn,
body:not(.admin-mode) .header-plan-btn,
body:not(.admin-mode) .promo-arrow,
body:not(.admin-mode) .tour-card,
body:not(.admin-mode) .destination-card{transition-duration:.18s!important}
body:not(.admin-mode) img{backface-visibility:hidden}
body:not(.admin-mode) .promo-track,
body:not(.admin-mode) .promo-grid,
body:not(.admin-mode) .destination-grid{-webkit-overflow-scrolling:touch}
@media(min-width:821px) and (max-width:1100px){
  body:not(.admin-mode) .header-nav-inner{overflow:visible!important}
  body:not(.admin-mode) .desktop-nav{min-width:0!important;gap:clamp(15px,2.2vw,24px)!important}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  body:not(.admin-mode) *,body:not(.admin-mode) *:before,body:not(.admin-mode) *:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}
}
