:root{--tc-dark:#1f2327;--tc-mid:#343a40;--tc-light:#f4f5f6;--tc-accent:#d9d9d9}
body{font-family:Arial,Helvetica,sans-serif;color:#252525;background:#fff}
.navbar-brand{font-weight:700;letter-spacing:.02em}.navbar{box-shadow:0 2px 10px rgba(0,0,0,.12)}
.hero{min-height:360px;background-size:cover;background-position:center;position:relative;display:flex;align-items:center}
.hero::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.48)}
.hero .container{position:relative;z-index:1}.hero h1,.hero p{color:#fff;text-shadow:0 2px 5px rgba(0,0,0,.5)}
.hero-home{background-image:url('../images/home-bg1a.jpg')}.hero-services{background-image:url('../images/services-head.jpg')}.hero-products{background-image:url('../images/products-head.jpg')}.hero-depots{background-image:url('../images/contact-head1.jpg')}
.section-title{font-weight:700}.depot-card,.service-card{height:100%;border:0;box-shadow:0 4px 18px rgba(0,0,0,.08)}
.depot-card img,.service-card img{aspect-ratio:4/3;object-fit:cover}.service-card img{aspect-ratio:430/323}
.footer{background:var(--tc-dark);color:#ddd}.footer a{color:#fff;text-decoration:none}.footer a:hover{text-decoration:underline}
.contact-link{text-decoration:none}.brand-list{columns:2;column-gap:2rem}.brand-list li{margin-bottom:.45rem}
@media(min-width:992px){.hero{min-height:420px}.brand-list{columns:3}}
