/* A single mask outside the header's difference layer. The real links retain
   their hit areas, URLs and keyboard semantics underneath the visual label. */
@media(min-width:901px){html body .site-header #site-navigation>a{box-sizing:border-box}}
html[data-theme] body .site-header #site-navigation > a.liquid-menu-owner,
html[data-theme].nav-magnet-enabled body.home-glass-pills .site-header #site-navigation > a.liquid-menu-owner{
 color:transparent!important;background:transparent!important;text-shadow:none!important;
 transition:none!important;box-shadow:none!important;
}
html body .liquid-navigation-menu{
 background:transparent!important;isolation:auto;overflow:visible;
 --menu-surface:#181a18;--menu-ink:#fff;
}
html body .liquid-navigation-menu .project-typology-surface{
 position:absolute;left:0;right:0;bottom:auto;z-index:-1;
 background:var(--menu-surface)!important;border-radius:0;
 filter:none!important;transform:none!important;opacity:1!important;
 transition:none!important;pointer-events:none;
}
html body .liquid-navigation-menu .project-typology-surface :is(b,i){display:none}
html body .liquid-navigation-menu .project-typology-links{
 opacity:1!important;translate:none!important;transform:none!important;
 transition:none!important;position:relative;
}
html body .navigation-menu-label{
 position:absolute;display:flex;align-items:center;justify-content:center;
 color:var(--menu-ink)!important;pointer-events:none;white-space:nowrap;
}
/* Preserve the homepage-only transparent trial with no doubled tint. */
html body.home-glass-pills .liquid-navigation-menu{--menu-surface:var(--glass-surface);--menu-ink:var(--glass-ink)}
html body.home-glass-pills .liquid-navigation-menu .project-typology-surface{
 -webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);
}
/* Only the article caption receives the hover treatment. */
html[data-theme] body .project-typology-links a.news-navigation-story,
html[data-theme] body .project-typology-links a.news-navigation-story:is(:hover,:focus-visible){
 background:transparent!important;box-shadow:none!important;color:var(--menu-ink,#fff)!important;
}
html body .news-navigation-story>span{
 display:block;border-radius:7px;padding:7px 9px;margin:0 -2px;opacity:1!important;
 transition:background 180ms ease,color 180ms ease;
}
html[data-theme] body .project-typology-links a.news-navigation-story:is(:hover,:focus-visible)>span{
 background:var(--menu-ink,#fff)!important;color:var(--menu-surface,#181a18)!important;
}
html body .news-navigation-story:is(:hover,:focus-visible)>img{filter:none!important;opacity:1!important;transform:none!important}
@media(prefers-reduced-motion:reduce){html body .news-navigation-story>span{transition:none}}
/* One union mask for neighbouring pills, including the translucent trial. */
html body #site-navigation .navigation-liquid-transfer{
 position:fixed;z-index:0;transform:none!important;border-radius:0!important;
 filter:none!important;box-shadow:none!important;pointer-events:none;opacity:1!important;
}
html body #site-navigation .navigation-liquid-transfer::after{display:none!important}
