/* The Work page keeps the portfolio focused on the brands themselves. */
.work-brands{padding-top:65px;padding-bottom:80px}
.work-brands h2{margin-bottom:35px}
.work-brands .brand-list{gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.work-brands .brand-list li{height:190px;padding:24px 16px}
.work-brands .brand-list li:nth-child(n+5){border-top:1px solid var(--line)}
.work-brands .brand-list a{display:flex;align-items:center;justify-content:center;width:100%;height:100%;transition:background .2s}
.work-brands .brand-list a:hover{background:#eaeae6}
.work-brands .brand-list a:focus-visible{outline-offset:-3px}
@media(max-width:800px){.work-brands .brand-list{grid-template-columns:repeat(2,minmax(0,1fr))}.work-brands .brand-list li:nth-child(n+3){border-top:1px solid var(--line)}}
@media(max-width:600px){.work-brands{padding-top:40px;padding-bottom:48px}.work-brands h2{margin-bottom:25px}.work-brands .brand-list li{height:135px;padding:15px 5px}.work-brands .brand-list .logo-samsung{flex-shrink:1}}
