/* Canonical customer-facing site header.
   Mirrors the home-page menu across all public pages. */
.jrc-public-header{
  background:#1E1C1A!important;
  padding:0 1.5rem!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  height:54px!important;
  position:sticky!important;
  top:0!important;
  z-index:100!important;
  border-bottom:3px solid #C94B2C!important;
  width:100%!important;
}
.jrc-public-header .site-logo{
  display:flex!important;
  align-items:center!important;
  flex:0 0 auto!important;
  text-decoration:none!important;
}
.jrc-public-header .site-logo img{
  display:block!important;
  width:273px!important;
  height:37px!important;
  object-fit:contain!important;
}
.jrc-public-header .header-nav{
  display:flex!important;
  align-items:center!important;
  gap:.18rem!important;
  flex-shrink:0!important;
}
.jrc-public-header .header-nav-break{display:none!important;}
.jrc-public-header .header-nav-link,
.jrc-public-header .header-cta,
.jrc-public-header .header-hauler-btn{
  font-family:'Barlow Condensed',sans-serif!important;
  font-weight:700!important;
  text-transform:uppercase!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  border-radius:4px!important;
}
.jrc-public-header .header-nav-link{
  color:#fff!important;
  font-size:.75rem!important;
  letter-spacing:.04em!important;
  padding:.3rem .35rem!important;
  background:transparent!important;
}
.jrc-public-header .header-cta{
  color:#fff!important;
  font-size:.78rem!important;
  letter-spacing:.05em!important;
  padding:.3rem .5rem!important;
  background:transparent!important;
}
.jrc-public-header .header-hauler-btn{
  background:#C94B2C!important;
  color:#fff!important;
  font-size:.78rem!important;
  letter-spacing:.06em!important;
  padding:.42rem 1rem!important;
}
.jrc-public-header .header-nav-link:hover,
.jrc-public-header .header-cta:hover{color:#E8623E!important;background:transparent!important;}
.jrc-public-header .header-hauler-btn:hover{background:#E8623E!important;color:#fff!important;}

@media(max-width:768px){
  header.site-header.jrc-public-header{
    flex-direction:column!important;
    height:auto!important;
    padding:.6rem 1rem .55rem!important;
    gap:.45rem!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:hidden!important;
  }
  header.site-header.jrc-public-header .site-logo{text-align:center!important;}
  header.site-header.jrc-public-header .site-logo img{max-width:200px!important;width:auto!important;height:auto!important;}
  header.site-header.jrc-public-header .header-nav{
    display:grid!important;
    grid-template-columns:repeat(4,1fr)!important;
    gap:.25rem!important;
    width:100%!important;
  }
  header.site-header.jrc-public-header .header-nav>a[href="/"]:first-child{display:none!important;}
  header.site-header.jrc-public-header .header-nav-link,
  header.site-header.jrc-public-header .header-cta,
  header.site-header.jrc-public-header .header-hauler-btn{
    background:#C94B2C!important;
    color:#fff!important;
    font-size:.6rem!important;
    letter-spacing:.03em!important;
    padding:.34rem .2rem!important;
    text-align:center!important;
    white-space:normal!important;
    line-height:1.2!important;
    word-break:break-word!important;
  }
  header.site-header.jrc-public-header .header-nav-link:hover,
  header.site-header.jrc-public-header .header-cta:hover,
  header.site-header.jrc-public-header .header-hauler-btn:hover{background:#E8623E!important;color:#fff!important;}
}