/* Native app-shell navigation. Kept isolated from feature styling. */
#herrlich-navigation-progress{
  position:fixed;left:0;top:0;z-index:300;width:0;height:2px;
  background:#9f825e;opacity:0;pointer-events:none;
  transition:width .18s ease,opacity .18s ease
}
html.hnav-loading #herrlich-navigation-progress{width:68%;opacity:.9}
html.hnav-loaded #herrlich-navigation-progress{width:100%;opacity:0}
@media (prefers-reduced-motion:reduce){#herrlich-navigation-progress{transition:none}}
