/* Contractor Hub Works: high-contrast architectural blueprint background. */
body{
  background-color:#092d66;
  background-image:linear-gradient(rgba(5,35,82,.46),rgba(5,35,82,.58)),url('/contractor-blueprint-v1.png');
  background-position:center top;
  background-size:auto,1800px auto;
  background-repeat:repeat;
}

/* Keep the public hero readable while allowing the drafting lines to show. */
.hero-copy h1{color:#fff}
.hero-copy>p:not(.eyebrow){color:#e5f0f4}
.hero-copy .eyebrow{color:#bfeaf1}
.hero-copy .text-link{color:#d7f4f6}
.site-header{background:rgba(255,255,255,.96)}

/* The company portal uses different markup from the public page. */
body:has(#welcome) #welcome h1{color:#fff}
body:has(#welcome) #welcome .lead{color:#e5f0f4}
body:has(#welcome)>footer{color:#e5f0f4}
