/* 104 · No pigment or tint: the surface only blurs and desaturates its backdrop. */
@media screen{
html body header.neo-glass102,
html body #main-header.neo-glass102,
html body #main-header.neo-glass102.header-scrolled{
 --glass-ink:#f6f3ec;--glass-rule:rgba(255,255,255,.2);
 background:transparent!important;background-image:none!important;
 backdrop-filter:blur(20px) saturate(.55)!important;
 -webkit-backdrop-filter:blur(20px) saturate(.55)!important;
 color:var(--glass-ink)!important;box-shadow:none!important;border-color:transparent!important;
 top:0;z-index:50;transform:none!important;transition:none!important;
}
html body header.neo-glass102[data-glass-ink=dark],
html body #main-header.neo-glass102[data-glass-ink=dark]{--glass-ink:#1e1c21;--glass-rule:rgba(30,28,33,.2)}
html body #main-header.neo-glass102{padding-top:.85rem!important;padding-bottom:.85rem!important}
html body header.neo-glass102.nf-nav{position:sticky}
html body #header-mask{display:none!important}
html body header.neo-glass102>a:first-child img{filter:none!important}
html body header.neo-glass102[data-glass-ink=dark]>a:first-child img{filter:brightness(0)!important}
html body header.neo-glass102>a:first-child,html body header.neo-glass102>nav{filter:none!important;text-shadow:none!important}
html body header.neo-glass102 nav,html body header.neo-glass102 nav :is(a,span){color:var(--glass-ink)!important;text-shadow:none!important}
html body header.neo-glass102 nav>div{border-color:var(--glass-rule)!important}
html body header.neo-glass102 nav .active-stands{color:#ffa348!important}
html body header.neo-glass102 nav :is(.active-showrooms,.active-oficinas){color:#a100d9!important}
html body header.neo-glass102>button,html body header.neo-glass102>a:not(:first-child){color:var(--glass-ink)!important;background:transparent!important}
}
