/* v29 · navigazione globale unica + sottomenù contestuale */
.global-header{overflow:visible!important;z-index:80!important}
.global-header .logo--image{display:flex!important;align-items:center!important;flex:none!important;width:146px!important;height:42px!important;overflow:visible!important}
.global-header .logo--image img{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;object-position:left center!important}
.global-header .mega-menu{width:min(1180px,calc(100vw - 40px))!important}
.global-header .mega-menu-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:10px!important}
.global-header .mega-group{padding:10px!important}
.global-header .mega-group-title{font-size:11.5px!important}
.global-header .mega-group-links a{font-size:11.6px!important;padding-inline:7px!important}
.global-header .mega-group--scale{background:linear-gradient(180deg,#f4f0ff,#faf8ff)!important;border-color:#ddd4f4!important}
.global-header .mega-group--scale .mega-group-icon{background:#e7defd!important;color:#5b3bb6!important}
.global-header .nav-links>a,.global-header .drop>button{white-space:nowrap}
.venue-subnav{position:sticky;top:76px;z-index:44;border-bottom:1px solid rgba(224,219,233,.92);background:rgba(255,255,255,.92);backdrop-filter:blur(16px);box-shadow:0 8px 24px rgba(35,27,54,.045)}
.venue-subnav__inner{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.venue-subnav__inner>strong{flex:none;color:#332b42;font-size:12px;font-weight:850;letter-spacing:.015em}
.venue-subnav__links{display:flex;align-items:center;justify-content:flex-end;gap:4px;min-width:0}
.venue-subnav__links a{display:inline-flex;align-items:center;min-height:34px;padding:7px 10px;border-radius:9px;color:#6b6573;font-size:11.5px;font-weight:700;text-decoration:none;white-space:nowrap}
.venue-subnav__links a:hover,.venue-subnav__links a:focus-visible{background:#f1edfa;color:#3f315f}
.venue-subnav__links .venue-subnav__cta{margin-left:4px;background:#ede7ff;color:#5a3fc0}
body:has(.venue-subnav) [id]{scroll-margin-top:142px}
@media(max-width:1120px) and (min-width:981px){.global-header .nav{gap:12px!important}.global-header .logo--image{width:126px!important}.global-header .nav-links{gap:12px!important}.global-header .nav-actions{gap:7px!important;margin-left:8px!important}.global-header .nav-links>a,.global-header .drop>button{font-size:12px!important}.global-header .nav-actions .btn,.global-header .nav-actions .login{padding-inline:12px!important}}
@media(max-width:980px){.global-header .mega-menu-grid{grid-template-columns:1fr!important}.global-header .logo--image{width:128px!important;height:38px!important}.venue-subnav{top:67px}.venue-subnav__inner{min-height:46px;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:none}.venue-subnav__inner::-webkit-scrollbar{display:none}.venue-subnav__inner>strong{position:sticky;left:0;z-index:2;padding-right:12px;background:linear-gradient(90deg,rgba(255,255,255,.98) 78%,transparent)}.venue-subnav__links{justify-content:flex-start;padding-right:12px}.venue-subnav__links a{min-height:32px;padding-inline:9px}body:has(.venue-subnav) [id]{scroll-margin-top:126px}}
@media(max-width:620px){.global-header .logo--image{width:112px!important;height:34px!important}.venue-subnav__inner>strong{display:none}.venue-subnav__links{width:max-content}}

/* v33 · navbar sticky robusta su tutte le pagine */
html{overflow-x:clip}
body{overflow-x:clip!important}
body>header.global-header,
body>header.site-header,
#site-header{
  position:-webkit-sticky!important;
  position:sticky!important;
  top:0!important;
  inset-block-start:0!important;
  z-index:1000!important;
  isolation:isolate;
  transform:translateZ(0);
}
body>header.global-header::after,
body>header.site-header::after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:-1px;
  height:1px;
  background:rgba(223,218,232,.72);
  pointer-events:none;
}
body>header.global-header.is-scrolled,
body>header.global-header.scrolled,
body>header.site-header.is-scrolled,
body>header.site-header.scrolled{
  box-shadow:0 10px 30px rgba(31,24,50,.08)!important;
}
.venue-subnav{z-index:900!important}
@media(max-width:980px){
  body>header.global-header,
  body>header.site-header,
  #site-header{top:0!important}
}
