/* WatchLocal visual layer v5 (WL00018) — David-approved visual changes.
   1) Logo: trimmed asset (the original PNG carried 203px top / 391px bottom
      transparent padding), sized up and fully INSIDE the header bar; the bar
      is taller so the logo fits with even breathing room. No hang, no mask,
      no scroll behavior changes.
   2) Nav lettering bumped (renders in the site font: Lora).
   3) CWarner-style thin gold glow box on hover: logo, nav links, CTA. */

/* -- header paints above page content -- */
header.falh-root{z-index:90 !important;}

/* -- taller bar, logo inside, vertically centered -- */
header.falh-root .falh-logo-row{height:104px;}
header.falh-root .falh-logo-wrapper{transform:none !important;position:relative;z-index:5;}
.wl-nav-logo{display:block;height:80px;width:auto;}
.falh-logo-wrapper a{position:relative;z-index:1;display:inline-block;}
.falh-logo-wrapper a::after{content:'';position:absolute;inset:-4px -10px;border:1px solid transparent;border-radius:10px;pointer-events:none;transition:border-color .25s ease,box-shadow .25s ease;}
.falh-logo-wrapper a:hover::after,.falh-logo-wrapper a:focus-visible::after{border-color:rgba(212,146,42,.65);box-shadow:0 0 14px rgba(212,146,42,.30);}

/* -- nav lettering -- */
.falh-link{font-size:.8rem !important;position:relative;}

/* -- gold glow boxes -- */
.falh-link::after{content:'';position:absolute;inset:1px;border:1px solid transparent;border-radius:6px;pointer-events:none;transition:border-color .25s ease,box-shadow .25s ease;}
.falh-link:hover::after,.falh-link:focus-visible::after{border-color:rgba(212,146,42,.65);box-shadow:0 0 10px rgba(212,146,42,.28);}
.falh-link:hover{background:rgba(212,146,42,.07) !important;}
.falh-cta{position:relative;}
.falh-cta::after{content:'';position:absolute;inset:-2px;border:1px solid transparent;border-radius:4px;pointer-events:none;transition:border-color .25s ease,box-shadow .25s ease;}
.falh-cta:hover::after{border-color:rgba(212,146,42,.85);box-shadow:0 0 12px rgba(212,146,42,.40);}
