/* Shop Drawings uses the same responsive service-page system as BIM and CAD. */
.shop-page .bim-service-nav__scroll{grid-template-columns:repeat(4,minmax(170px,1fr))}
.shop-page .bim-scope-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.shop-page #detail .sd-intro{align-items:start}
.shop-page .services-hero{background-color:#054b54;background-image:linear-gradient(90deg,rgba(2,42,48,.9),rgba(5,75,84,.72) 52%,rgba(2,42,48,.84)),url("/assets/images/services/shop-drawings/shop-hero.webp");background-position:center;background-size:cover}
@media(max-width:1023px){.shop-page .bim-scope-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767px){.shop-page .bim-scope-grid,.shop-page #detail .sd-intro{grid-template-columns:minmax(0,1fr)}}
@media(max-width:767px){.shop-page .services-hero{background-image:linear-gradient(180deg,rgba(2,42,48,.84),rgba(5,75,84,.78) 48%,rgba(2,42,48,.92)),url("/assets/images/services/shop-drawings/shop-hero.webp");background-position:55% center}}
