/* Style 4 header — SIGNAL GRID, upgraded with the radar strip.
   Header composition mirrors header-styles.html option 4. */
.wrap header{padding:20px 0 30px!important;border-bottom:none!important}
.wrap header .brand{gap:14px}
.wrap header .mark{width:64px!important;height:76px!important}
.wrap header .mark img{width:100%!important;height:100%!important;object-fit:contain}
.wrap header .words .w1{font-size:16px}
.site-header{padding-bottom:30px!important;border-bottom:none!important}
.site-header .brand-logo{gap:14px!important}
.site-header .brand-logo img{width:58px!important;height:70px!important;object-fit:contain}
/* live status chip beside the brand (index page brand layout) */
.wrap header .brand{position:relative}
.wrap header .words::after{content:"WATCHING · EAST TEXAS";display:inline-flex;align-items:center;gap:7px;
  margin-top:7px;font-size:9px;letter-spacing:.14em;color:#9fb0bd;white-space:nowrap}
.wrap header .words::after{background:radial-gradient(circle 3px at 4px 55%,#4ade80 55%,transparent 60%)}
.wrap header .words::after{padding-left:14px}
@keyframes watch-pulse{0%,100%{opacity:.9}50%{opacity:.45}}
.wrap header .words::after{animation:watch-pulse 2.4s ease-in-out infinite}
/* keep page content clear of the 46px radar strip below the header */
.wrap header{margin-bottom:34px!important}
