:root{--oa-navy:#0b2b5b;--oa-gold:#e6b800;--oa-text:#172033;--oa-muted:#667085;--oa-line:#e6ebf2}
.oahs-site-header{position:sticky;top:0;z-index:99999;background:rgba(255,255,255,.94);backdrop-filter:saturate(170%) blur(18px);-webkit-backdrop-filter:saturate(170%) blur(18px);border-bottom:1px solid rgba(15,35,65,.08)}
.admin-bar .oahs-site-header{top:32px}
.oahs-header-inner{height:132px;width:min(1180px,calc(100% - 40px));margin:auto;display:flex;align-items:center;gap:34px}
.oahs-brand{display:flex;align-items:center;text-decoration:none;width:350px;max-width:350px;flex:0 1 350px;min-width:0}
.oahs-brand-logo,.oahs-brand img{display:block;width:100%!important;max-width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important}
.oahs-brand-name{display:none!important}
.oahs-brand-fallback{display:flex;flex-direction:column;color:var(--oa-navy);line-height:1.05}
.oahs-brand-fallback strong{font-size:21px}.oahs-brand-fallback small{font-size:11px;color:var(--oa-muted);margin-top:5px}
.oahs-desktop-nav{margin-left:auto}
.oahs-nav-list{display:flex;align-items:center;gap:28px;list-style:none;margin:0;padding:0}
.oahs-nav-list li{position:relative;margin:0}
.oahs-nav-list a{color:#162a44;text-decoration:none;font-weight:650;font-size:15px;letter-spacing:-.01em;padding:10px 0}
.oahs-nav-list a:hover{color:var(--oa-gold)}
.oahs-nav-list .sub-menu{display:none;position:absolute;top:100%;left:-18px;min-width:210px;list-style:none;background:#fff;border:1px solid var(--oa-line);border-radius:15px;padding:9px;box-shadow:0 18px 45px rgba(24,42,72,.14)}
.oahs-nav-list li:hover>.sub-menu{display:block}
.oahs-nav-list .sub-menu a{display:block;padding:10px 12px}
.oahs-menu-toggle{display:none;width:54px;height:54px;border:0;background:transparent;border-radius:14px;padding:9px;cursor:pointer;flex:0 0 54px}
.oahs-menu-toggle span{display:block;width:36px;height:3px;background:var(--oa-navy);border-radius:99px;margin:6px 0}
.oahs-mobile-nav{background:rgba(255,255,255,.98);border-top:1px solid var(--oa-line);padding:10px 20px 18px}
.oahs-mobile-nav[hidden]{display:none!important}
.oahs-mobile-menu-list{list-style:none;margin:0 auto;padding:0;width:min(1180px,100%)}
.oahs-mobile-menu-list li{margin:0}
.oahs-mobile-menu-list a{display:block;padding:13px 6px;border-bottom:1px solid #eef2f6;color:var(--oa-navy);text-decoration:none;font-weight:700}
.oahs-mobile-menu-list .sub-menu{list-style:none;margin:0;padding-left:14px}

/* Sulle pagine normali di GeneratePress sostituisce header e navigazione nativi con l'header OA. */
body.oahs-global-header-active #masthead,
body.oahs-global-header-active .site-header,
body.oahs-global-header-active #site-navigation,
body.oahs-global-header-active #mobile-header,
body.oahs-global-header-active .navigation-stick{display:none!important}
body.oahs-global-header-active #oahs-site-header{display:block!important}

@media(max-width:760px){
  .admin-bar .oahs-site-header{top:46px}
  .oahs-header-inner{height:112px;width:calc(100% - 24px);gap:14px}
  .oahs-brand{width:auto;max-width:none;flex:1 1 auto;min-width:0}
  .oahs-brand-logo,.oahs-brand img{width:100%!important;max-width:100%!important;height:auto!important;max-height:none!important}
  .oahs-desktop-nav{display:none}
  .oahs-menu-toggle{display:block;margin-left:auto}
}
@media(max-width:782px) and (min-width:761px){.admin-bar .oahs-site-header{top:46px}}
