.people{grid-template-columns:repeat(4,1fr)}

.header .brand img{width:116px;height:49px;object-fit:contain}.footer .brand img{width:132px;height:56px;object-fit:contain}.brand>span{display:none}.brand-footer{flex:0 0 auto}

.hero-copy{width:min(1100px,78%)}.hero h1{white-space:nowrap}

.people article>a{margin-top:14px;font:12px var(--mono);color:#91aec4;transition:color .2s}.people article>a:hover{color:var(--w)}

@media(max-width:900px){.people{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.people{grid-template-columns:1fr}.header .brand img{width:102px;height:42px}.footer .brand img{width:118px;height:50px}.hero-copy{width:100%}.hero h1{white-space:normal}}
