.brands-section a{color:inherit;text-decoration:none;}
.brands-section img{max-width:100%;display:block;}
.brands-section h2{letter-spacing:-.02em;margin:0;}
.brands-section{padding:88px 0;}
.brands-section .section-head{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:24px;margin-bottom:28px;display:flex;}
.brands-section .section-head__left{max-width:60ch;}
.brands-section .section-head__eyebrow{text-transform:uppercase;letter-spacing:.1em;color:#1f6b3a;align-items:center;gap:10px;margin-bottom:10px;font-size:12px;font-weight:700;display:inline-flex;}
.brands-section .section-head__eyebrow:before{content:"";background:#bef0b0;border-radius:3px;width:10px;height:10px;}
.brands-section .section-head h2{letter-spacing:-.03em;font-size:clamp(28px,2.8vw,38px);font-weight:700;line-height:1.1;}
.brands-section .section-head__sub{color:#4b524d;max-width:56ch;margin-top:10px;font-size:15px;line-height:1.5;margin-bottom: 0 !important;}
.brands-section .section-head__link{color:#121613;border:1px solid #d8d8d3;white-space:nowrap;border-radius:10px;flex-shrink:0;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:500;transition:all .15s;display:inline-flex;}
.brands-section .brands-section .section-head__link:hover{background:#121613;color:#fff;border-color:#121613;}
.brands-section{padding-bottom:calc(88px - 20px);}
.brands-section .brands-marquee{--tile-w:180px;--tile-h:96px;--gap:16px;margin-top:6px;padding-top:0;position:relative;overflow:hidden visible;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 80px calc(100% - 80px),#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 80px calc(100% - 80px),#0000 100%);}
.brands-section .brands-marquee__track{width:max-content;animation:48s linear infinite brands-scroll;display:flex;}
.brands-section .brands-marquee:hover .brands-marquee__track{animation-play-state:paused;}
@media (prefers-reduced-motion:reduce){
    .brands-section .brands-marquee__track{animation:none;}
}
.brands-marquee__group {
    padding-top: 20px !important;}
.brands-section .brand-tile{flex:0 0 180px;height:96px;border:1px solid #e7e7e3;background:#fff;border-radius:14px;justify-content:center;align-items:center;padding:16px 22px;transition:transform .25s,border-color .2s,box-shadow .25s;display:flex;}
.brands-section .brand-tile:hover{border-color:#1f6b3a;transform:translateY(-2px);box-shadow:0 10px 24px -14px #0000001f;}
.brands-section .brand-tile img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%;}
@media (width<=768px){
    .brands-section {padding:40px 0;overflow-x:clip;}
.brands-section .brands-marquee{-webkit-overflow-scrolling:touch;padding-top:6px;padding-bottom:4px;overflow:auto visible;-webkit-mask-image:none;mask-image:none;}
.brands-section .brands-marquee::-webkit-scrollbar{display:none;}
.brands-section .brands-marquee__track{animation:none;}
.brands-section .brand-tile{flex:0 0 52vw;max-width:200px;}
}
