/* PLAXRAW — Page-Specific Styles
   Styling unique to a single page's layout rather than a reusable
   component. Currently: the homepage's industries-preview band.
   Requires variables.css and components.css.
*/

/* Homepage — Industries preview band */
.industries-band{ background:var(--navy); color:#fff; }
.industries-band .sec-head p{ color:rgba(255,255,255,0.7); }
.industries-band .sec-eyebrow{ color:var(--lime); }
.industries-band .sec-head h2{ color:#fff; }
.industries-band .product-card{ border-color:rgba(255,255,255,0.12); }
