.tosh-photo-hero{position:relative;min-height:520px;display:flex;align-items:end;color:var(--brand-text-inverse);overflow:hidden}.tosh-photo-hero>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;background:var(--brand-secondary)}.tosh-photo-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,rgba(0,0,0,.72),rgba(0,0,0,.12))}.tosh-photo-hero .container{position:relative;z-index:1;padding-bottom:58px}.tosh-photo-hero h1{color:var(--brand-text-inverse);max-width:830px;font-size:max(2rem, min(4.5vw, 4rem))}.tosh-culture,.tosh-gallery,.tosh-mission{padding:74px 0}.tosh-mission article{border:1px solid var(--brand-border);padding:30px;height:100%}.tosh-mission p{color:var(--brand-text-secondary);margin-bottom:0}.tosh-culture{background:var(--brand-bg-alt)}.tosh-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.tosh-gallery-grid img{width:100%;min-height:260px;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}@media (max-width:767px){.tosh-gallery-grid{grid-template-columns:1fr}}