/* Consistent navigation spacing and secondary client access. */
#vista-site-header { width:min(1240px,calc(100% - 36px)) !important; border-radius:18px !important; }
#vista-site-header .nav-shell {
  display:flex; align-items:center; justify-content:space-between;
  width:100% !important; max-width:none !important;
  height:auto !important; min-height:76px !important;
  padding:12px 20px !important; gap:24px;
}
#vista-site-header .brand { flex:0 0 auto; margin:0; }
#vista-site-header .brand img { width:156px !important; height:auto !important; display:block; }
#vista-site-header .desktop-nav { display:flex !important; align-items:center; gap:22px !important; margin:0 0 0 auto; }
#vista-site-header .desktop-nav > a, #vista-site-header .nav-drop-toggle {
  display:inline-flex; align-items:center; gap:6px; min-height:44px;
  padding:10px 0 !important; font-size:14px !important; font-weight:650 !important; white-space:nowrap;
}
#vista-site-header .nav-actions { display:flex; align-items:center; flex:0 0 auto; gap:10px !important; margin:0 0 0 8px !important; }
#vista-site-header .nav-actions > a {
  display:inline-flex !important; align-items:center; justify-content:center;
  min-height:44px !important; height:auto !important; padding:11px 16px !important;
  border-radius:10px !important; font-size:14px !important; line-height:1.4 !important;
  font-weight:700 !important; white-space:nowrap; text-decoration:none;
}
#vista-site-header .nav-actions > .login-link {
  border:1px solid #d3dce7 !important; background:#fff !important; color:#10213f !important; box-shadow:none !important;
}
#vista-site-header .nav-actions > .login-link:hover { background:#edf3f8 !important; border-color:#9dacc0 !important; }
#vista-site-header .nav-actions > .btn-dark { box-shadow:none !important; }
#vista-site-header .menu-toggle { display:none !important; }
#vista-site-header .nav-menu { top:calc(100% + 2px); }
#vista-site-header .mobile-panel { max-height:calc(100dvh - 110px); overflow-y:auto; }
#vista-site-header .mobile-booking { border-radius:10px; padding:14px 16px; margin-top:12px; background:#10213f; color:#fff; text-align:center; }
@media(max-width:1150px) {
  #vista-site-header .desktop-nav, #vista-site-header .nav-actions > .btn-dark { display:none !important; }
  #vista-site-header .menu-toggle { display:flex !important; flex-direction:column; justify-content:center; align-items:center; width:44px; height:44px; flex:0 0 44px; }
  #vista-site-header .nav-actions { margin:0 !important; }
}
@media(max-width:600px) {
  #vista-site-header { width:calc(100% - 20px) !important; }
  #vista-site-header .nav-shell { min-height:68px !important; padding:10px 12px !important; gap:8px; }
  #vista-site-header .brand img { width:126px !important; }
  #vista-site-header .nav-actions { gap:6px !important; }
  #vista-site-header .nav-actions > .login-link { padding:10px !important; font-size:13px !important; }
  #vista-site-header .menu-toggle { width:40px; flex-basis:40px; }
}
@media(max-width:350px) {
  #vista-site-header .brand img { width:110px !important; }
  #vista-site-header .nav-shell { padding-inline:10px !important; }
}
