/* THERMLOCK — palette measured from the reference trailer manufacturer:
   white ground with near-black bands, a single hot orange accent, cool grey rules */
:root{
  --black:#111111;
  --black-soft:#1d1d1d;
  --orange:#fe5000;
  --orange-deep:#d94400;
  --grey:#f4f4f4;
  --grey-mid:#e4e4e4;
  --rule:#d6d6d6;
  --ink:#1a1a1a;
  --body:#5b5b5b;
  --white:#ffffff;
  --steel:#8a8a8a;
}
body{background:var(--white);color:var(--body)}
.top-strip{background:var(--orange)}
.site-header{background:var(--black)}
.page-hero{background:var(--black)}
.dark-band{background:var(--black)}
.site-footer{background:var(--black);color:#a5a5a5}
.stats{background:var(--black)}
.covered{background:var(--grey)}
.faq-block{background:var(--grey)}
