/* heavydutytrucktransmissions.com: Pro Gear blue (the logo's #0067af, same as transmissionandparts.com)
   instead of the shared RDWI red. Linked after /assets/site.css by tools\build_site.py. */
:root { --red: #0067af; --red-dark: #004f87; }
.eyebrow { background: rgba(0, 103, 175, .12); }
.hero .eyebrow { color: #8cc8ff; background: rgba(0, 103, 175, .3); }
.is-bad, .is-bad:focus { border-color: #c8102e; }
/* The site name is long: under 700px it collides with the Call / Contact buttons, and the Pro Gear
   logo carries the brand on its own there. */
@media (max-width: 700px) { .site-header .brand-mark { display: none; } }
