/* HomeLynx V8.0.185 — Customer OS wordmark dedupe / route lifecycle fix.
   Parent: V8.0.184.
   UX-only corrective. Preserve the existing animated HomeLynx wordmark and
   remove only the redundant desktop copy. No data, map, Neo, PSET, media,
   journal, or property-card changes. */

@media (min-width:1024px){
  /* Search already owns a route-header wordmark. Keep that animated instance
     and retire the duplicate rail copy without collapsing rail geometry. */
  body.hlx-search-active #rail .brand{
    visibility:hidden!important;
    pointer-events:none!important;
  }

  /* Customer OS interior pages already have the persistent rail wordmark.
     Retire only the redundant page-header copy; preserve actions/avatar. */
  body.hlx-customer-os:not(.hlx-search-active) .hlx-os-top > .hlx-wordmark-inline{
    visibility:hidden!important;
    pointer-events:none!important;
  }
}
