:root{--ndnav-gold:#f2af0d;--ndnav-red:#ef304f;--ndnav-bg:#0b0b0c;--ndnav-header:116px;--ndnav-shell:1500px}
body.ndnav-enabled{padding-top:var(--ndnav-header)!important}
.ndnav-root{position:relative;z-index:2147483000;font-family:inherit;color:#fff}
.ndnav-header{position:fixed;inset:0 0 auto;background:rgba(10,10,11,.96);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.08);z-index:2147483003}
.ndnav-shell{height:var(--ndnav-header);max-width:var(--ndnav-shell);margin:auto;padding:0 48px;display:flex;align-items:center;gap:48px}
.ndnav-brand{display:flex;align-items:center;flex:0 0 auto;text-decoration:none;color:#fff}.ndnav-logo-img{display:block;width:auto;max-width:340px;max-height:74px;object-fit:contain}.ndnav-site-name{font-size:22px;font-weight:900}
.ndnav-desktop{flex:1;min-width:0;height:100%}.ndnav-desktop-menu{height:100%;display:flex;align-items:center;justify-content:center;gap:18px;list-style:none;margin:0;padding:0}.ndnav-desktop-menu>li{height:100%;position:relative;display:flex;align-items:center}.ndnav-desktop-menu>li>a{height:100%;display:flex;align-items:center;padding:0 24px;color:#fff!important;text-decoration:none;font-size:21px;font-weight:760;white-space:nowrap;position:relative}.ndnav-desktop-menu>li>a:after{content:"";position:absolute;left:15px;right:15px;bottom:10px;height:5px;background:var(--ndnav-gold);transform:scaleX(0);transition:transform .2s}.ndnav-desktop-menu>li:hover>a:after,.ndnav-desktop-menu>.current-menu-item>a:after,.ndnav-desktop-menu>.current-menu-ancestor>a:after{transform:scaleX(1)}
.ndnav-desktop-menu .sub-menu{display:none;position:absolute;top:calc(100% + 12px);left:0;min-width:340px;padding:18px;margin:0;list-style:none;background:#171718;border:1px solid rgba(255,255,255,.08);border-radius:30px;box-shadow:0 24px 55px rgba(0,0,0,.45)}.ndnav-desktop-menu li:hover>.sub-menu,.ndnav-desktop-menu li:focus-within>.sub-menu{display:block}.ndnav-desktop-menu .sub-menu li{position:relative}.ndnav-desktop-menu .sub-menu a{display:block;padding:16px 18px;color:#fff!important;text-decoration:none;font-size:18px;font-weight:700;border-radius:14px}.ndnav-desktop-menu .sub-menu a:hover{background:rgba(255,255,255,.07);color:var(--ndnav-gold)!important}.ndnav-desktop-menu .sub-menu .sub-menu{top:-10px;left:calc(100% + 8px);border-radius:14px}
.ndnav-tools{display:flex;align-items:center;gap:8px;flex:0 0 auto}.ndnav-search-toggle,.ndnav-toggle{width:46px;height:46px;border:0;background:transparent;color:#fff;cursor:pointer;position:relative;padding:0}.ndnav-search-toggle span{position:absolute;width:18px;height:18px;border:2px solid #fff;border-radius:50%;left:11px;top:10px}.ndnav-search-toggle span:after{content:"";position:absolute;width:9px;height:2px;background:#fff;right:-7px;bottom:-4px;transform:rotate(45deg);border-radius:2px}.ndnav-toggle{display:none}.ndnav-toggle span{position:absolute;display:block;width:27px;height:3px;background:#fff;border-radius:4px;left:10px;transition:.22s}.ndnav-toggle span:nth-child(1){top:13px}.ndnav-toggle span:nth-child(2){top:21.5px}.ndnav-toggle span:nth-child(3){top:30px}.ndnav-toggle[aria-expanded=true] span:nth-child(1){top:21.5px;transform:rotate(45deg)}.ndnav-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.ndnav-toggle[aria-expanded=true] span:nth-child(3){top:21.5px;transform:rotate(-45deg)}
.ndnav-search{border-top:1px solid rgba(255,255,255,.06);background:#111}.ndnav-search[hidden]{display:none}.ndnav-search form{max-width:900px;margin:auto;padding:18px 28px;display:flex;gap:10px}.ndnav-search input{flex:1;min-width:0;height:48px;border:1px solid rgba(255,255,255,.15);border-radius:12px;background:#1b1b1c;color:#fff;padding:0 16px;font-size:16px}.ndnav-search button{height:48px;border:0;border-radius:12px;background:var(--ndnav-gold);color:#111;padding:0 24px;font-weight:900;cursor:pointer}
.ndnav-panel,.ndnav-backdrop{display:none}
body.ndnav-enabled .qt-main-menubar,body.ndnav-enabled #qtmainmenucontainer,body.ndnav-enabled .qt-mobile-toolbar,body.ndnav-enabled #qt-mobile-menu,body.ndnav-enabled .qt-header-player,body.ndnav-enabled .qt-player-headerbar,body.ndnav-enabled .qt-menubar,body.ndnav-enabled .qt-menubar-top{display:none!important}
@media(max-width:1024px){
 :root{--ndnav-header:74px;--ndnav-panel-width:min(94vw,560px)}
 .ndnav-shell{height:var(--ndnav-header);padding:0 18px;gap:14px}.ndnav-brand{flex:1;min-width:0;overflow:hidden}.ndnav-logo-img{max-width:100%;max-height:42px;object-position:left center}.ndnav-desktop{display:none}.ndnav-tools{gap:18px}.ndnav-toggle{display:block}
 .ndnav-backdrop{display:block;position:fixed;inset:var(--ndnav-header) 0 0;background:rgba(0,0,0,.66);backdrop-filter:blur(7px);z-index:2147483000}.ndnav-backdrop[hidden]{display:none}
 .ndnav-panel{display:block;position:fixed;top:var(--ndnav-header);right:0;width:var(--ndnav-panel-width);height:calc(100dvh - var(--ndnav-header));background:linear-gradient(180deg,#181819,#111);transform:translateX(102%);transition:transform .28s cubic-bezier(.22,.8,.23,1);z-index:2147483002;box-shadow:-24px 0 60px rgba(0,0,0,.42);border-left:1px solid rgba(255,255,255,.06)}.ndnav-panel.is-open{transform:translateX(0)}.ndnav-panel-inner{height:100%;overflow-y:auto;padding:0 48px calc(36px + env(safe-area-inset-bottom));scrollbar-width:none}.ndnav-panel-inner::-webkit-scrollbar{display:none}
 .ndnav-shortcuts{min-height:112px;display:flex;align-items:center;gap:30px;border-bottom:1px solid rgba(255,255,255,.14);font-size:22px;font-weight:850}.ndnav-shortcuts a{display:flex;align-items:center;gap:12px;color:#fff!important;text-decoration:none}.ndnav-shortcuts .ndnav-home{color:var(--ndnav-gold)!important}.ndnav-live-dot{width:19px;height:19px;border-radius:50%;background:var(--ndnav-red)}.ndnav-rule{width:1px;height:36px;background:rgba(255,255,255,.18)}
 .ndnav-mobile{padding:28px 0}.ndnav-mobile-menu,.ndnav-mobile-menu ul{list-style:none;margin:0;padding:0}.ndnav-mobile-menu>li{position:relative;border-bottom:1px solid rgba(255,255,255,.13)}.ndnav-mobile-menu a{color:#fff!important;text-decoration:none}.ndnav-mobile-menu>li>a{min-height:72px;display:flex;align-items:center;padding:0 52px 0 8px;font-size:19px;font-weight:780}.ndnav-mobile-menu .current-menu-item>a,.ndnav-mobile-menu .current-menu-ancestor>a{color:var(--ndnav-gold)!important}.ndnav-mobile-menu .sub-menu{padding:4px 14px 12px 24px}.ndnav-mobile-menu .sub-menu a{display:block;padding:12px 8px;font-size:16px;font-weight:680}.ndnav-sub-toggle{position:absolute;right:0;top:12px;width:48px;height:48px;border:0;background:transparent;cursor:pointer}.ndnav-sub-toggle:before,.ndnav-sub-toggle:after{content:"";position:absolute;left:17px;top:23px;width:14px;height:2px;background:#fff}.ndnav-sub-toggle:after{transform:rotate(90deg)}.ndnav-sub-toggle[aria-expanded=true]:after{transform:none}
 body.ndnav-menu-open{overflow:hidden!important;touch-action:none}
}
@media(max-width:520px){:root{--ndnav-header:72px;--ndnav-panel-width:calc(100vw - 28px)}.ndnav-shell{padding:0 12px}.ndnav-logo-img{max-height:34px}.ndnav-search-toggle,.ndnav-toggle{width:43px}.ndnav-panel-inner{padding-left:25px;padding-right:25px}.ndnav-shortcuts{font-size:20px;gap:22px}}

/* ND Navigation 2.0.1 — desktop refinement, restored mobile visual language */
@media(min-width:1025px){
 :root{--ndnav-header:82px}
 .ndnav-shell{padding:0 38px;gap:30px}
 .ndnav-logo-img{max-height:44px;max-width:220px}
 .ndnav-desktop-menu{justify-content:flex-start;gap:2px}
 .ndnav-desktop-menu>li>a{padding:0 18px;font-size:17px;font-weight:780;letter-spacing:-.01em}
 .ndnav-desktop-menu>li>a:after{left:18px;right:18px;bottom:10px;height:5px}
 .ndnav-desktop-menu .sub-menu{min-width:430px;display:grid;grid-template-columns:1fr 1fr;gap:18px 14px;padding:22px;top:calc(100% + 12px);border-radius:0 0 16px 16px}
 .ndnav-desktop-menu li:not(:hover):not(:focus-within)>.sub-menu{display:none}
 .ndnav-desktop-menu .sub-menu a{padding:14px 14px;font-size:16px;line-height:1.25}
 .ndnav-desktop-menu .sub-menu .sub-menu{display:none;min-width:260px;grid-template-columns:1fr;top:-10px;left:calc(100% + 8px);border-radius:14px}
}

/* Search contrast — override OnAir2 form styles */
.ndnav-search,.ndnav-search form{background:#111!important}
.ndnav-search input[type="search"],.ndnav-search input[type="text"]{background:#1b1b1c!important;color:#fff!important;-webkit-text-fill-color:#fff!important;border:1px solid rgba(255,255,255,.22)!important;box-shadow:none!important}
.ndnav-search input::placeholder{color:rgba(255,255,255,.58)!important;opacity:1!important}
.ndnav-search button{background:var(--ndnav-gold)!important;color:#111!important;-webkit-text-fill-color:#111!important}

@media(max-width:1024px){
 .ndnav-search-toggle{display:none!important}
 .ndnav-brand{max-width:60%;flex:0 1 auto}
 .ndnav-logo-img{max-height:56px}
 .ndnav-tools{margin-left:auto}
 .ndnav-shortcuts{min-height:112px;font-size:22px;font-weight:850}
 .ndnav-live-dot{box-shadow:0 0 0 7px rgba(239,48,79,.07)}
 .ndnav-mobile{padding:28px 0 20px}
 .ndnav-mobile-menu>li{position:relative;border-bottom:1px solid rgba(255,255,255,.13)}
 .ndnav-mobile-menu>li>a{min-height:78px;padding:0 52px 0 62px;font-size:20px;font-weight:760;line-height:1.25;position:relative}
 .ndnav-mobile-menu>li>a:before{content:"";position:absolute;left:0;width:28px;height:28px;background:var(--ndnav-gold);mask:var(--ndnav-icon,var(--ndnav-icon-link)) center/contain no-repeat;-webkit-mask:var(--ndnav-icon,var(--ndnav-icon-link)) center/contain no-repeat}
 .ndnav-mobile-menu>li>a:after{content:"";position:absolute;right:5px;width:10px;height:10px;border-top:2px solid rgba(255,255,255,.9);border-right:2px solid rgba(255,255,255,.9);transform:rotate(45deg)}
 .ndnav-mobile-menu>li.menu-item-has-children{border-bottom:0;padding-bottom:16px}
 .ndnav-mobile-menu>li.menu-item-has-children>a{min-height:62px;padding-left:48px;text-transform:uppercase;letter-spacing:.22em;font-size:16px;font-weight:900}
 .ndnav-mobile-menu>li.menu-item-has-children>a:before{width:25px;height:25px}
 .ndnav-mobile-menu>li.menu-item-has-children>a:after{display:none}
 .ndnav-mobile-menu .sub-menu{display:grid;grid-template-columns:1fr 1fr;margin:2px 0 8px;padding:4px 14px;background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.055);border-radius:19px;overflow:hidden}
 .ndnav-mobile-menu .sub-menu>li{position:relative;border-bottom:1px solid rgba(255,255,255,.08)}
 .ndnav-mobile-menu .sub-menu>li:nth-last-child(-n+2){border-bottom:0}
 .ndnav-mobile-menu .sub-menu a{min-height:82px;display:flex;align-items:center;padding:0 30px 0 50px;font-size:17px;font-weight:730;position:relative}
 .ndnav-mobile-menu .sub-menu a:before{content:"";position:absolute;left:4px;width:27px;height:27px;background:var(--ndnav-gold);mask:var(--ndnav-icon,var(--ndnav-icon-link)) center/contain no-repeat;-webkit-mask:var(--ndnav-icon,var(--ndnav-icon-link)) center/contain no-repeat}
 .ndnav-mobile-menu .sub-menu a:after{content:"";position:absolute;right:5px;width:8px;height:8px;border-top:2px solid rgba(255,255,255,.65);border-right:2px solid rgba(255,255,255,.65);transform:rotate(45deg)}
 .ndnav-mobile-menu li.ndnav-hidden-shortcut{display:none!important}
 :root{--ndnav-icon-link:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M10 13a5 5 0 0 0 7.1.1l2-2a5 5 0 0 0-7.1-7.1l-1.1 1.1M14 11a5 5 0 0 0-7.1-.1l-2 2A5 5 0 0 0 12 20l1.1-1.1'/%3E%3C/svg%3E");--ndnav-icon-calendar:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.8'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M16 3v4M8 3v4M3 10h18'/%3E%3C/g%3E%3C/svg%3E");--ndnav-icon-grid:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.8'%3E%3Crect x='3' y='3' width='7' height='7' rx='1'/%3E%3Crect x='14' y='3' width='7' height='7' rx='1'/%3E%3Crect x='3' y='14' width='7' height='7' rx='1'/%3E%3Crect x='14' y='14' width='7' height='7' rx='1'/%3E%3C/g%3E%3C/svg%3E");--ndnav-icon-user:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='1.8'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4.5 21a7.5 7.5 0 0 1 15 0'/%3E%3C/g%3E%3C/svg%3E");--ndnav-icon-star:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='1.8' d='m12 2.8 2.8 5.7 6.3.9-4.6 4.4 1.1 6.3-5.6-3-5.6 3 1.1-6.3-4.6-4.4 6.3-.9z'/%3E%3C/svg%3E");--ndnav-icon-users:var(--ndnav-icon-user);--ndnav-icon-play:var(--ndnav-icon-star);--ndnav-icon-news:var(--ndnav-icon-link);--ndnav-icon-chat:var(--ndnav-icon-link);--ndnav-icon-headphones:var(--ndnav-icon-star);--ndnav-icon-radio:var(--ndnav-icon-star)}
}
@media(max-width:520px){
 .ndnav-brand{max-width:58%}.ndnav-logo-img{max-height:48px}
 .ndnav-mobile-menu>li>a{font-size:18px;min-height:72px;padding-left:56px}
 .ndnav-mobile-menu .sub-menu{grid-template-columns:1fr}
 .ndnav-mobile-menu .sub-menu>li:nth-last-child(-n+2){border-bottom:1px solid rgba(255,255,255,.08)}
 .ndnav-mobile-menu .sub-menu>li:last-child{border-bottom:0}
 .ndnav-mobile-menu .sub-menu a{min-height:70px;font-size:16px}
}

/* ND Navigation 2.1.0 — launch desktop polish, accessibility and motion */
@media (min-width:1025px){
 :root{--ndnav-header:84px;--ndnav-shell:1540px}
 .ndnav-header{background:rgba(9,9,10,.94);box-shadow:0 1px 0 rgba(255,255,255,.035);transition:background-color .22s ease,box-shadow .22s ease}
 .ndnav-shell{padding:0 clamp(26px,3vw,52px);gap:clamp(24px,2.4vw,44px)}
 .ndnav-brand{min-width:max-content}
 .ndnav-logo-img{max-height:46px;max-width:230px;transition:transform .2s ease,opacity .2s ease}
 .ndnav-brand:hover .ndnav-logo-img{transform:translateY(-1px);opacity:.94}
 .ndnav-desktop-menu{justify-content:flex-start;gap:0}
 .ndnav-desktop-menu>li>a{padding:0 clamp(12px,1.05vw,18px);font-size:16px;font-weight:720;letter-spacing:-.012em;transition:color .18s ease}
 .ndnav-desktop-menu>li>a:hover,.ndnav-desktop-menu>li:focus-within>a{color:var(--ndnav-gold)!important}
 .ndnav-desktop-menu>li>a:after{left:clamp(12px,1.05vw,18px);right:clamp(12px,1.05vw,18px);bottom:9px;height:2px;border-radius:3px;transform-origin:center;transition:transform .2s cubic-bezier(.2,.8,.2,1)}
 .ndnav-desktop-menu .sub-menu{display:grid;visibility:hidden;opacity:0;pointer-events:none;transform:translateY(9px);grid-template-columns:repeat(2,minmax(165px,1fr));gap:3px 12px;top:calc(100% - 7px);left:8px;min-width:390px;max-width:min(520px,80vw);padding:18px;background:rgba(22,22,23,.985);border:1px solid rgba(255,255,255,.09);border-radius:15px;box-shadow:0 24px 64px rgba(0,0,0,.52);transition:opacity .16s ease,transform .2s cubic-bezier(.2,.8,.2,1),visibility 0s linear .2s}
 .ndnav-desktop-menu li:hover>.sub-menu,.ndnav-desktop-menu li:focus-within>.sub-menu,.ndnav-desktop-menu li.ndnav-submenu-open>.sub-menu{visibility:visible;opacity:1;pointer-events:auto;transform:translateY(0);transition-delay:0s}
 .ndnav-desktop-menu .sub-menu li{min-width:0}
 .ndnav-desktop-menu .sub-menu a{display:flex;align-items:center;min-height:46px;padding:18px 13px;font-size:21px;font-weight:650;line-height:1.25;border-radius:9px;transition:background-color .16s ease,color .16s ease,transform .16s ease}
 .ndnav-desktop-menu .sub-menu a:hover,.ndnav-desktop-menu .sub-menu a:focus-visible{background:rgba(255,255,255,.075);color:var(--ndnav-gold)!important;transform:translateX(2px);outline:none}
 .ndnav-desktop-menu .sub-menu .sub-menu{grid-template-columns:1fr;top:-8px;left:calc(100% + 10px);min-width:250px;border-radius:14px}
 .ndnav-tools{gap:18px;margin-left:auto}
 .ndnav-search-toggle{width:44px;height:44px;border-radius:50%;transition:background-color .17s ease,transform .17s ease}
 .ndnav-search-toggle:hover,.ndnav-search-toggle:focus-visible{background:rgba(255,255,255,.075);transform:translateY(-1px);outline:none}
 .ndnav-search-toggle span{left:11px;top:10px}
 .ndnav-search{position:absolute;left:0;right:0;top:100%;background:rgba(14,14,15,.985)!important;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 26px 50px rgba(0,0,0,.35);animation:ndnavSearchIn .18s ease both}
 .ndnav-search form{max-width:760px;padding:20px 28px}
 .ndnav-search input[type="search"]{height:50px;border-radius:13px!important;font-size:16px;padding:0 18px!important;transition:border-color .16s ease,box-shadow .16s ease}
 .ndnav-search input[type="search"]:focus{border-color:rgba(242,175,13,.7)!important;box-shadow:0 0 0 3px rgba(242,175,13,.13)!important;outline:none}
 .ndnav-search button{height:50px;border-radius:13px;padding:0 26px;transition:transform .16s ease,filter .16s ease}
 .ndnav-search button:hover,.ndnav-search button:focus-visible{transform:translateY(-1px);filter:brightness(1.05);outline:none}
}
@keyframes ndnavSearchIn{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}
.ndnav-root a:focus-visible,.ndnav-root button:focus-visible{outline:2px solid var(--ndnav-gold);outline-offset:3px}
@media (prefers-reduced-motion:reduce){.ndnav-root *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
@media (min-width:1025px) and (max-width:1220px){
 .ndnav-shell{gap:20px;padding-left:24px;padding-right:24px}
 .ndnav-logo-img{max-width:185px;max-height:40px}
 .ndnav-desktop-menu>li>a{padding-left:10px;padding-right:10px;font-size:18px}
 .ndnav-desktop-menu>li>a:after{left:10px;right:10px}
}


/* ND Navigation 2.1.1 — live-site hardening */
html{scroll-padding-top:var(--ndnav-header)}
.ndnav-root,.ndnav-root *{box-sizing:border-box}
.ndnav-header,.ndnav-panel,.ndnav-backdrop{will-change:transform}
.ndnav-brand:focus-visible,.ndnav-search-toggle:focus-visible,.ndnav-toggle:focus-visible{z-index:2}
.ndnav-search input[type="search"]{-webkit-appearance:none;appearance:none;caret-color:var(--ndnav-gold)}
.ndnav-search input[type="search"]::-webkit-search-cancel-button{filter:invert(1);opacity:.75}
.ndnav-desktop-menu .sub-menu{margin-top:0!important}
.ndnav-desktop-menu li:last-child>.sub-menu{left:auto;right:0}
.ndnav-desktop-menu .sub-menu li:last-child>.sub-menu{left:auto;right:calc(100% + 10px)}
body.admin-bar .ndnav-header{top:32px}
body.admin-bar .ndnav-panel{top:calc(var(--ndnav-header) + 32px);height:calc(100dvh - var(--ndnav-header) - 32px)}
body.admin-bar .ndnav-backdrop{inset:calc(var(--ndnav-header) + 32px) 0 0}
@media(max-width:782px){
 body.admin-bar .ndnav-header{top:46px}
 body.admin-bar .ndnav-panel{top:calc(var(--ndnav-header) + 46px);height:calc(100dvh - var(--ndnav-header) - 46px)}
 body.admin-bar .ndnav-backdrop{inset:calc(var(--ndnav-header) + 46px) 0 0}
}
@media(min-width:1025px){
 .ndnav-desktop-menu>li>a{line-height:1.1}
 .ndnav-desktop-menu .sub-menu{max-height:min(72vh,620px);overflow:auto;overscroll-behavior:contain;scrollbar-width:thin}
 .ndnav-desktop-menu .sub-menu::-webkit-scrollbar{width:7px}
 .ndnav-desktop-menu .sub-menu::-webkit-scrollbar-thumb{background:rgba(255,255,255,.18);border-radius:10px}
}
@media(max-width:1024px){
 .ndnav-panel{visibility:hidden}
 .ndnav-panel.is-open{visibility:visible}
 .ndnav-toggle{touch-action:manipulation;-webkit-tap-highlight-color:transparent}
 .ndnav-mobile-menu a,.ndnav-shortcuts a{touch-action:manipulation;-webkit-tap-highlight-color:transparent}
}
@media(max-width:360px){
 .ndnav-panel-inner{padding-left:20px;padding-right:20px}
 .ndnav-shortcuts{gap:16px;font-size:18px}
 .ndnav-mobile-menu>li>a{padding-left:52px;font-size:17px}
}


/* ND Navigation 2.1.2 — desktop readability and hierarchy */
@media(min-width:1025px){
 :root{--ndnav-header:116px;--ndnav-shell:1600px}
 .ndnav-header{background:rgba(8,8,9,.975);border-bottom-color:rgba(255,255,255,.11);box-shadow:0 10px 34px rgba(0,0,0,.18)}
 .ndnav-shell{padding:0 clamp(30px,3.2vw,58px);gap:clamp(30px,2.8vw,52px)}
 .ndnav-logo-img{max-width:244px;max-height:49px}
 .ndnav-desktop{display:flex;align-items:center}
 .ndnav-desktop-menu{width:100%;gap:3px}
 .ndnav-desktop-menu>li>a{height:48px;padding:0 clamp(14px,1.15vw,21px);font-size:17px;font-weight:760;letter-spacing:-.008em;line-height:1;color:rgba(255,255,255,.92)!important;border-radius:12px}
 .ndnav-desktop-menu>li>a:hover,.ndnav-desktop-menu>li:focus-within>a{background:rgba(255,255,255,.055);color:#fff!important}
 .ndnav-desktop-menu>.current-menu-item>a,.ndnav-desktop-menu>.current-menu-ancestor>a{background:rgba(242,175,13,.1);color:var(--ndnav-gold)!important}
 .ndnav-desktop-menu>li>a:after{left:18px;right:18px;bottom:4px;height:2px}
 .ndnav-desktop-menu .menu-item-has-children>a{padding-right:clamp(31px,2vw,38px)}
 .ndnav-desktop-menu .menu-item-has-children>a:before{content:"";position:absolute;right:15px;top:50%;width:7px;height:7px;border-right:1.8px solid currentColor;border-bottom:1.8px solid currentColor;transform:translateY(-68%) rotate(45deg);opacity:.72;transition:transform .18s ease}
 .ndnav-desktop-menu .menu-item-has-children:hover>a:before,.ndnav-desktop-menu .menu-item-has-children:focus-within>a:before{transform:translateY(-35%) rotate(225deg)}
 .ndnav-desktop-menu .sub-menu{top:calc(100% - 4px);left:0;min-width:440px;grid-template-columns:repeat(2,minmax(180px,1fr));gap:6px 12px;padding:20px;background:#161617;border-color:rgba(255,255,255,.12);border-radius:16px;box-shadow:0 30px 80px rgba(0,0,0,.58)}
 .ndnav-desktop-menu .sub-menu:before{content:"";position:absolute;left:0;right:0;top:-8px;height:8px}
 .ndnav-desktop-menu .sub-menu a{min-height:50px;padding:11px 14px;font-size:16px;font-weight:690;line-height:1.3;color:rgba(255,255,255,.9)!important;border:1px solid transparent}
 .ndnav-desktop-menu .sub-menu a:hover,.ndnav-desktop-menu .sub-menu a:focus-visible{background:rgba(255,255,255,.075);border-color:rgba(255,255,255,.055);color:#fff!important;transform:none}
 .ndnav-desktop-menu .sub-menu .current-menu-item>a{background:rgba(242,175,13,.11);border-color:rgba(242,175,13,.2);color:var(--ndnav-gold)!important}
 .ndnav-tools{padding-left:10px;border-left:1px solid rgba(255,255,255,.1)}
 .ndnav-search-toggle{background:rgba(255,255,255,.045)}
}
@media(min-width:1025px) and (max-width:1320px){
 :root{--ndnav-header:84px}
 .ndnav-shell{gap:22px;padding-left:24px;padding-right:24px}
 .ndnav-logo-img{max-width:190px;max-height:41px}
 .ndnav-desktop-menu>li>a{height:46px;padding-left:11px;padding-right:11px;font-size:14.5px}
 .ndnav-desktop-menu .menu-item-has-children>a{padding-right:27px}
 .ndnav-desktop-menu .menu-item-has-children>a:before{right:10px;width:6px;height:6px}
 .ndnav-desktop-menu>li>a:after{left:12px;right:12px}
}

/* ND Navigation 2.1.4 — confident desktop masthead (authoritative final override) */
@media (min-width:1321px){
 :root{--ndnav-header:118px;--ndnav-shell:1720px}
 .ndnav-shell{height:var(--ndnav-header);padding:0 clamp(42px,3.4vw,68px);gap:clamp(42px,3.2vw,66px)}
 .ndnav-brand{min-width:430px}
 .ndnav-logo-img{max-width:465px!important;max-height:96px!important}
 .ndnav-desktop-menu{justify-content:flex-start!important;gap:clamp(8px,1vw,18px)!important}
 .ndnav-desktop-menu>li>a{height:62px!important;padding:0 clamp(20px,1.45vw,30px)!important;font-size:clamp(20px,1.22vw,23px)!important;font-weight:800!important;letter-spacing:-.018em!important;border-radius:14px!important}
 .ndnav-desktop-menu>li>a:after{left:clamp(20px,1.45vw,30px)!important;right:clamp(20px,1.45vw,30px)!important;bottom:5px!important;height:4px!important;border-radius:5px!important}
 .ndnav-desktop-menu .menu-item-has-children>a{padding-right:clamp(39px,2.35vw,48px)!important}
 .ndnav-desktop-menu .menu-item-has-children>a:before{right:19px!important;width:8px!important;height:8px!important;border-width:2px!important}
 .ndnav-desktop-menu .sub-menu{top:calc(100% + 10px)!important;min-width:560px!important;max-width:min(720px,82vw)!important;grid-template-columns:repeat(3,minmax(160px,1fr))!important;gap:10px 18px!important;padding:28px!important;border-radius:28px!important}
 .ndnav-desktop-menu .sub-menu:before{top:-18px!important;height:18px!important}
 .ndnav-desktop-menu .sub-menu a{min-height:58px!important;padding:14px 16px!important;font-size:19px!important;font-weight:720!important;border-radius:12px!important}
 .ndnav-tools{gap:20px!important;padding-left:18px!important}
 .ndnav-search-toggle{width:50px!important;height:50px!important}
}

/* Preserve confidence on standard laptops without causing wrapping. */
@media (min-width:1025px) and (max-width:1320px){
 :root{--ndnav-header:96px!important}
 .ndnav-shell{height:var(--ndnav-header)!important;gap:24px!important;padding-left:26px!important;padding-right:26px!important}
 .ndnav-brand{min-width:205px}
 .ndnav-logo-img{max-width:225px!important;max-height:48px!important}
 .ndnav-desktop-menu{gap:2px!important}
 .ndnav-desktop-menu>li>a{height:54px!important;padding-left:14px!important;padding-right:14px!important;font-size:17px!important;font-weight:800!important}
 .ndnav-desktop-menu>li>a:after{left:14px!important;right:14px!important;bottom:4px!important;height:3px!important}
 .ndnav-desktop-menu .menu-item-has-children>a{padding-right:31px!important}
 .ndnav-desktop-menu .sub-menu{top:calc(100% + 8px)!important;min-width:500px!important;padding:24px!important;border-radius:24px!important}
 .ndnav-desktop-menu .sub-menu a{min-height:54px!important;font-size:18px!important;padding:13px 15px!important}
}

/* ND Navigation 2.2.0 — full-width editorial desktop navigation */
@media (min-width:1025px){
 :root{--ndnav-layer-top:var(--ndnav-header)}
 .ndnav-header{overflow:visible}
 .ndnav-shell{position:relative;z-index:3}
 .ndnav-desktop-menu>li>a{background:transparent!important;border-radius:0!important}
 .ndnav-desktop-menu>li:hover>a,.ndnav-desktop-menu>li:focus-within>a,.ndnav-desktop-menu>li.ndnav-submenu-open>a{background:transparent!important;color:#fff!important}
 .ndnav-desktop-menu>.current-menu-item>a,.ndnav-desktop-menu>.current-menu-ancestor>a{background:transparent!important;color:var(--ndnav-gold)!important}
 .ndnav-desktop-menu>li>a:after{bottom:0!important;height:3px!important;border-radius:3px!important}
 .ndnav-desktop-menu .menu-item-has-children:hover>a:before,.ndnav-desktop-menu .menu-item-has-children:focus-within>a:before,.ndnav-desktop-menu .menu-item-has-children.ndnav-submenu-open>a:before{transform:translateY(-35%) rotate(225deg)}

 /* Remove the floating WordPress dropdown model. */
 .ndnav-desktop-menu .sub-menu,
 .ndnav-desktop-menu li:hover>.sub-menu,
 .ndnav-desktop-menu li:focus-within>.sub-menu{
   display:none!important;
 }
 .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu{
   display:grid!important;
   position:fixed!important;
   z-index:2147483001!important;
   top:var(--ndnav-layer-top)!important;
   left:0!important;
   right:0!important;
   width:100vw!important;
   min-width:0!important;
   max-width:none!important;
   max-height:min(52vh,430px)!important;
   overflow:auto!important;
   grid-template-columns:repeat(3,minmax(190px,1fr))!important;
   align-content:start!important;
   gap:10px clamp(24px,3vw,54px)!important;
   margin:0!important;
   padding:30px max(54px,calc((100vw - 1600px)/2 + 360px)) 38px!important;
   background:rgba(15,15,16,.985)!important;
   border:0!important;
   border-top:1px solid rgba(255,255,255,.08)!important;
   border-bottom:1px solid rgba(255,255,255,.12)!important;
   border-radius:0!important;
   box-shadow:0 28px 70px rgba(0,0,0,.48)!important;
   animation:ndnavEditorialLayerIn .18s ease-out both;
 }
 .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu:before{
   content:attr(data-parent-label)!important;
   position:static!important;
   display:block!important;
   grid-column:1/-1!important;
   height:auto!important;
   margin:0 0 12px!important;
   color:var(--ndnav-gold)!important;
   font-size:13px!important;
   font-weight:900!important;
   letter-spacing:.24em!important;
   line-height:1!important;
   text-transform:uppercase!important;
 }
 .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu>li{min-width:0}
 .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu>li>a{
   display:flex!important;
   align-items:center!important;
   min-height:58px!important;
   padding:10px 0!important;
   color:rgba(255,255,255,.92)!important;
   background:transparent!important;
   border:0!important;
   border-bottom:1px solid rgba(255,255,255,.10)!important;
   border-radius:0!important;
   font-size:clamp(17px,1.1vw,20px)!important;
   font-weight:760!important;
   line-height:1.2!important;
   transition:color .16s ease,border-color .16s ease,transform .16s ease!important;
 }
 .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu>li>a:hover,
 .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu>li>a:focus-visible{
   color:var(--ndnav-gold)!important;
   border-bottom-color:rgba(242,175,13,.55)!important;
   transform:translateX(5px)!important;
 }
 .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu .sub-menu{display:none!important}
 body.ndnav-desktop-layer-open:after{
   content:"";
   position:fixed;
   z-index:2147482999;
   inset:var(--ndnav-header) 0 0;
   background:rgba(0,0,0,.30);
   pointer-events:none;
   animation:ndnavBackdropIn .18s ease-out both;
 }
 body.admin-bar .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu{top:calc(var(--ndnav-layer-top) + 32px)!important}
 body.admin-bar.ndnav-desktop-layer-open:after{inset:calc(var(--ndnav-header) + 32px) 0 0}
}
@media (min-width:1025px) and (max-width:1320px){
 .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu{
   grid-template-columns:repeat(3,minmax(160px,1fr))!important;
   padding-left:max(34px,calc((100vw - 1240px)/2 + 255px))!important;
   padding-right:34px!important;
 }
}
@media (min-width:1025px) and (max-width:1120px){
 .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu{grid-template-columns:repeat(2,minmax(180px,1fr))!important}
}
@media (min-width:1025px) and (max-width:782px){
 body.admin-bar .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu{top:calc(var(--ndnav-layer-top) + 46px)!important}
 body.admin-bar.ndnav-desktop-layer-open:after{inset:calc(var(--ndnav-header) + 46px) 0 0}
}
@keyframes ndnavEditorialLayerIn{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}
@keyframes ndnavBackdropIn{from{opacity:0}to{opacity:1}}

/* ND Navigation 2.2.1 — compact editorial layer + WordPress toolbar safety */
#wpadminbar{z-index:2147483647!important}
@media (min-width:1025px){
 .ndnav-root{z-index:2147482000}
 .ndnav-header{z-index:2147482003}
 .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu{
   max-height:min(44vh,340px)!important;
   grid-template-columns:repeat(auto-fit,minmax(210px,1fr))!important;
   gap:0 clamp(28px,3.2vw,56px)!important;
   padding:24px max(34px,calc((100vw - 1120px)/2)) 28px!important;
 }
 .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu:before{
   margin-bottom:8px!important;
 }
 .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu>li>a{
   min-height:52px!important;
   padding:8px 0!important;
   font-size:clamp(16px,1vw,19px)!important;
 }
 body.admin-bar .ndnav-header{top:32px!important}
 body.admin-bar .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu{top:calc(var(--ndnav-header) + 32px)!important}
 body.admin-bar.ndnav-desktop-layer-open:after{inset:calc(var(--ndnav-header) + 32px) 0 0!important}
}
@media (min-width:1025px) and (max-width:1320px){
 .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu{
   grid-template-columns:repeat(auto-fit,minmax(190px,1fr))!important;
   padding-left:max(28px,calc((100vw - 1040px)/2))!important;
   padding-right:max(28px,calc((100vw - 1040px)/2))!important;
 }
}
@media (max-width:1024px){
 .ndnav-root{z-index:2147482000}
 .ndnav-header{z-index:2147482003}
 body.admin-bar .ndnav-header{top:46px!important}
 body.admin-bar .ndnav-panel{top:calc(var(--ndnav-header) + 46px)!important;height:calc(100dvh - var(--ndnav-header) - 46px)!important}
 body.admin-bar .ndnav-backdrop{inset:calc(var(--ndnav-header) + 46px) 0 0!important}
}
@media (min-width:783px) and (max-width:1024px){
 body.admin-bar .ndnav-header{top:32px!important}
 body.admin-bar .ndnav-panel{top:calc(var(--ndnav-header) + 32px)!important;height:calc(100dvh - var(--ndnav-header) - 32px)!important}
 body.admin-bar .ndnav-backdrop{inset:calc(var(--ndnav-header) + 32px) 0 0!important}
}


/* ND Navigation 2.2.2 — anchored compact navigation shelf */
@media (min-width:1025px){
 .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu{
   --ndnav-shelf-left:32px;
   display:grid!important;
   grid-template-columns:repeat(3,minmax(170px,230px))!important;
   justify-content:start!important;
   align-content:start!important;
   column-gap:clamp(20px,2.2vw,38px)!important;
   row-gap:0!important;
   max-height:none!important;
   overflow:visible!important;
   min-height:0!important;
   padding:14px 32px 18px var(--ndnav-shelf-left)!important;
   box-shadow:0 18px 42px rgba(0,0,0,.34)!important;
 }
 .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu:before{
   display:none!important;
   content:none!important;
 }
 .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu>li>a{
   min-height:46px!important;
   padding:9px 0!important;
   font-size:clamp(15px,.92vw,18px)!important;
   border-bottom-color:rgba(255,255,255,.09)!important;
 }
 .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu>li>a:hover,
 .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu>li>a:focus-visible{
   transform:translateX(3px)!important;
 }
 body.ndnav-desktop-layer-open:after{background:rgba(0,0,0,.18)!important}
}
@media (min-width:1025px) and (max-width:1320px){
 .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu{
   grid-template-columns:repeat(3,minmax(155px,210px))!important;
   padding-right:24px!important;
 }
}
@media (min-width:1025px) and (max-width:1120px){
 .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu{
   grid-template-columns:repeat(2,minmax(170px,220px))!important;
 }
}


/* ND Navigation 2.2.3 — adaptive anchored editorial cards */
@media (min-width:1025px){
 .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu{
   display:grid!important;
   position:fixed!important;
   z-index:2147483001!important;
   top:calc(var(--ndnav-header) - 2px)!important;
   left:var(--ndnav-card-left,16px)!important;
   right:auto!important;
   width:var(--ndnav-card-width,520px)!important;
   min-width:0!important;
   max-width:calc(100vw - 32px)!important;
   grid-template-columns:repeat(var(--ndnav-card-columns,1),minmax(0,1fr))!important;
   justify-content:stretch!important;
   align-content:start!important;
   gap:0 28px!important;
   margin:0!important;
   padding:22px 26px 24px!important;
   max-height:min(62vh,520px)!important;
   overflow:auto!important;
   background:#111214!important;
   border:1px solid rgba(255,255,255,.13)!important;
   border-top-color:rgba(242,175,13,.42)!important;
   border-radius:0 0 20px 20px!important;
   box-shadow:0 26px 68px rgba(0,0,0,.58),0 1px 0 rgba(255,255,255,.04) inset!important;
   animation:ndnavCardIn .17s cubic-bezier(.2,.75,.25,1) both!important;
 }
 .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu:before{
   content:""!important;
   display:block!important;
   position:fixed!important;
   top:calc(var(--ndnav-header) - 10px)!important;
   left:calc(var(--ndnav-card-left,16px) + var(--ndnav-card-arrow,60px) - 9px)!important;
   width:18px!important;
   height:18px!important;
   margin:0!important;
   background:#111214!important;
   border-left:1px solid rgba(242,175,13,.38)!important;
   border-top:1px solid rgba(242,175,13,.38)!important;
   transform:rotate(45deg)!important;
   pointer-events:none!important;
 }
 .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu:after{
   content:"";
   position:fixed;
   top:calc(var(--ndnav-header) - 16px);
   left:var(--ndnav-card-left,16px);
   width:var(--ndnav-card-width,520px);
   height:18px;
   pointer-events:auto;
 }
 .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu>li>a{
   display:flex!important;
   align-items:center!important;
   min-height:58px!important;
   padding:14px 4px!important;
   color:rgba(255,255,255,.94)!important;
   background:transparent!important;
   border:0!important;
   border-bottom:1px solid rgba(255,255,255,.10)!important;
   border-radius:0!important;
   font-size:clamp(17px,1vw,19px)!important;
   font-weight:760!important;
   letter-spacing:-.015em!important;
   line-height:1.2!important;
   transition:color .15s ease,padding-left .15s ease,border-color .15s ease!important;
 }
 .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu>li>a:hover,
 .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu>li>a:focus-visible{
   color:var(--ndnav-gold)!important;
   padding-left:10px!important;
   border-bottom-color:rgba(242,175,13,.55)!important;
   transform:none!important;
 }
 body.ndnav-desktop-layer-open:after{
   background:rgba(0,0,0,.12)!important;
 }
 body.admin-bar .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu{
   top:calc(var(--ndnav-header) + 30px)!important;
 }
 body.admin-bar .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu:before{
   top:calc(var(--ndnav-header) + 22px)!important;
 }
 body.admin-bar .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu:after{
   top:calc(var(--ndnav-header) + 16px)!important;
 }
 body.admin-bar.ndnav-desktop-layer-open:after{
   inset:calc(var(--ndnav-header) + 32px) 0 0!important;
 }
}
@keyframes ndnavCardIn{
 from{opacity:0;transform:translateY(-7px) scale(.992)}
 to{opacity:1;transform:translateY(0) scale(1)}
}

/* ND Navigation 2.2.4 — connected adaptive cards */
@media (min-width:1025px){
 .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu,
 body.admin-bar .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu{
   top:var(--ndnav-card-top,var(--ndnav-header))!important;
   border-radius:0 0 20px 20px!important;
 }
 .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu:before{
   display:none!important;
 }
 .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu:after,
 body.admin-bar .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu:after{
   top:calc(var(--ndnav-card-top,var(--ndnav-header)) - 10px)!important;
   height:12px!important;
 }
}


/* ND Navigation 2.2.5 — compact masthead popovers */
@media (min-width:1025px){
 .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu,
 body.admin-bar .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu{
   top:var(--ndnav-card-top,var(--ndnav-header))!important;
   padding:10px 20px 14px!important;
   gap:0 22px!important;
   border:1px solid rgba(255,255,255,.12)!important;
   border-top:2px solid rgba(242,175,13,.48)!important;
   border-radius:0 0 16px 16px!important;
   background:#111214!important;
   box-shadow:0 22px 54px rgba(0,0,0,.54),0 1px 0 rgba(255,255,255,.035) inset!important;
   overflow:hidden!important;
 }
 .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu[data-item-count="1"],
 .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu[data-item-count="2"]{
   padding:8px 20px 12px!important;
 }
 .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu>li>a{
   min-height:56px!important;
   padding:11px 8px!important;
   font-size:clamp(16px,.95vw,18px)!important;
   line-height:1.18!important;
   border-bottom:1px solid rgba(255,255,255,.095)!important;
 }
 .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu>li:last-child>a{
   border-bottom-color:transparent!important;
 }
 .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu>li>a:hover,
 .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu>li>a:focus-visible{
   padding-left:14px!important;
   background:rgba(255,255,255,.025)!important;
 }
 .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu:after,
 body.admin-bar .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu:after{
   top:calc(var(--ndnav-card-top,var(--ndnav-header)) - 8px)!important;
   height:10px!important;
 }
 body.ndnav-desktop-layer-open:after{display:none!important}
}


/* ND Navigation 2.2.6 — attach popovers to visible masthead edge */
@media (min-width:1025px){
 .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu,
 body.admin-bar .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu{
   transform:translateY(0)!important;
 }
 .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu:after,
 body.admin-bar .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu:after{
   top:calc(var(--ndnav-card-top,var(--ndnav-header)) - 14px)!important;
   height:15px!important;
 }
}

/* ND Navigation 2.2.7 — true trigger-anchored popovers (live gap fix) */
@media (min-width:1025px){
 .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu,
 body.admin-bar .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu{
   position:absolute!important;
   top:calc(100% - 1px)!important;
   left:var(--ndnav-card-relative-left,0px)!important;
   right:auto!important;
   transform:none!important;
 }
 .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu:after,
 body.admin-bar .ndnav-desktop-menu>li.ndnav-submenu-open>.sub-menu:after{
   position:absolute!important;
   top:-14px!important;
   left:0!important;
   width:100%!important;
   height:15px!important;
 }
}


/* NEWDAWN search results — replaces the OnAir2 archive template */
body.search.ndnav-enabled .qt-pageheader,
body.search.ndnav-enabled .qt-archive-title,
body.search.ndnav-enabled .qt-container.qt-spacer-s,
body.search.ndnav-enabled .qt-content-primary > .qt-searchbar,
body.search.ndnav-enabled .qt-part-archive-item {display:none!important}
body.search.ndnav-enabled .ndsearch-page{background:#09090a;color:#f5f5f5;min-height:70vh;font-family:Barlow,"Arial Narrow",Arial,sans-serif}
.ndsearch-wrap{width:min(1420px,calc(100% - 64px));margin:0 auto}
.ndsearch-hero{padding:72px 0 50px;background:linear-gradient(180deg,#101011 0%,#0b0b0c 100%);border-bottom:1px solid rgba(255,255,255,.09)}
.ndsearch-kicker{margin:0 0 12px;color:var(--ndnav-gold,#f2af0d);font-size:13px;font-weight:900;letter-spacing:.24em;text-transform:uppercase}
.ndsearch-hero h1{margin:0 0 28px;color:#fff;font-size:clamp(42px,5vw,76px);line-height:.95;font-weight:900;letter-spacing:-.035em;text-transform:uppercase}
.ndsearch-form{display:flex;gap:12px;max-width:900px;margin:0}
.ndsearch-form input[type=search]{flex:1;min-width:0;height:62px;margin:0!important;padding:0 21px!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:15px!important;background:#181819!important;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:18px!important;box-shadow:none!important;outline:none}
.ndsearch-form input[type=search]:focus{border-color:rgba(242,175,13,.85)!important;box-shadow:0 0 0 4px rgba(242,175,13,.13)!important}
.ndsearch-form button{height:62px;padding:0 31px;border:0;border-radius:15px;background:var(--ndnav-gold,#f2af0d);color:#111;font-size:16px;font-weight:900;text-transform:uppercase;cursor:pointer}
.ndsearch-summary{margin:22px 0 0;color:rgba(255,255,255,.67);font-size:17px}
.ndsearch-results{padding:54px 0 88px}
.ndsearch-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}
.ndsearch-card{overflow:hidden;margin:0!important;border:1px solid rgba(255,255,255,.1);border-radius:22px;background:#141415;box-shadow:0 20px 48px rgba(0,0,0,.22);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.ndsearch-card:hover{transform:translateY(-4px);border-color:rgba(242,175,13,.5);box-shadow:0 28px 58px rgba(0,0,0,.34)}
.ndsearch-card-link{display:block;height:100%;color:inherit!important;text-decoration:none!important}
.ndsearch-media{position:relative;aspect-ratio:16/9;overflow:hidden;background:linear-gradient(135deg,#202022,#0e0e0f)}
.ndsearch-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.ndsearch-card:hover .ndsearch-media img{transform:scale(1.035)}
.ndsearch-placeholder{display:flex;width:100%;height:100%;align-items:center;justify-content:center;color:rgba(242,175,13,.35);font-size:70px;font-weight:900;letter-spacing:-.08em}
.ndsearch-copy{padding:25px 25px 27px}
.ndsearch-meta{display:flex;align-items:center;gap:8px;margin-bottom:12px;color:var(--ndnav-gold,#f2af0d);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.ndsearch-copy h2{margin:0 0 12px!important;color:#fff!important;font-size:clamp(24px,2vw,32px)!important;line-height:1.03!important;font-weight:900!important;letter-spacing:-.025em!important;text-transform:none!important}
.ndsearch-copy p{margin:0 0 22px!important;color:rgba(255,255,255,.68)!important;font-size:16px!important;line-height:1.5!important}
.ndsearch-read{display:inline-flex;gap:8px;align-items:center;color:#fff;font-size:14px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}
.ndsearch-card:hover .ndsearch-read{color:var(--ndnav-gold,#f2af0d)}
.ndsearch-empty{padding:62px;border:1px solid rgba(255,255,255,.1);border-radius:24px;background:#141415;text-align:center}
.ndsearch-empty h2{margin:0 0 12px;color:#fff;font-size:clamp(30px,4vw,52px);font-weight:900}
.ndsearch-empty p:last-child{margin:0;color:rgba(255,255,255,.65);font-size:18px}
.ndsearch-pagination{margin-top:48px}
.ndsearch-pagination ul{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin:0;padding:0;list-style:none}
.ndsearch-pagination a,.ndsearch-pagination span{display:flex;min-width:44px;height:44px;padding:0 15px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#151516;color:#fff!important;text-decoration:none!important;font-weight:800}
.ndsearch-pagination .current,.ndsearch-pagination a:hover{border-color:var(--ndnav-gold,#f2af0d);background:var(--ndnav-gold,#f2af0d);color:#111!important}
@media(max-width:1024px){.ndsearch-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ndsearch-hero{padding-top:54px}}
@media(max-width:700px){.ndsearch-wrap{width:min(100% - 30px,1420px)}.ndsearch-hero{padding:42px 0 34px}.ndsearch-form{display:block}.ndsearch-form input[type=search],.ndsearch-form button{width:100%}.ndsearch-form button{margin-top:10px}.ndsearch-grid{grid-template-columns:1fr;gap:18px}.ndsearch-results{padding:34px 0 60px}.ndsearch-empty{padding:38px 22px}.ndsearch-copy{padding:22px}}
