.headshot-grid{grid-template-columns:repeat(5,1fr);gap:16px;display:grid}.headshot-grid .photo{aspect-ratio:4/5}.headshot-grid .photo:nth-child(odd){background:linear-gradient(135deg, var(--slm-lavender-tint), var(--slm-lavender))}.headshot-grid .photo:nth-child(2n){background:linear-gradient(135deg, var(--slm-blue-tint), var(--slm-light-blue))}.headshot-grid .photo.team{aspect-ratio:16/10;background:linear-gradient(135deg, var(--slm-navy), #2c305f);grid-column:span 2}.headshot-grid .photo.team .photo-label{color:var(--slm-lavender);opacity:.7}.product-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.product-grid .photo{aspect-ratio:1}.product-grid .photo.clean{background:var(--slm-white);border:1px solid #1d204214}.product-grid .photo.clean .photo-label{color:var(--slm-slate-blue);opacity:0}.product-grid .photo.styled.v1{background:linear-gradient(135deg,#ebd8c8,#d4c4b3)}.product-grid .photo.styled.v2{background:linear-gradient(135deg, var(--slm-lavender), var(--slm-lavender-tint))}.product-grid .photo.styled.v3{background:linear-gradient(135deg, var(--slm-light-blue), var(--slm-blue-tint))}.photo-masonry .photo-caption,.headshot-grid .photo-caption,.product-grid .photo-caption{display:none}.photo-masonry{grid-template-columns:repeat(4,1fr);grid-auto-rows:165px;grid-auto-flow:dense;gap:14px;display:grid}.photo-masonry .photo{aspect-ratio:auto;width:100%;height:100%;margin:0}.photo-masonry .photo:nth-child(8n+1){grid-area:span 2/span 2}.photo-masonry .photo:nth-child(8n+4){grid-row:span 2}.photo-masonry .photo:nth-child(8n+6){grid-column:span 2}.photo-masonry .photo:nth-child(8n+7){grid-row:span 2}@media (min-width:901px) and (max-width:1180px){.photo-masonry{grid-template-columns:repeat(3,1fr);grid-auto-rows:150px}}@media (max-width:900px){.headshot-grid{grid-template-columns:repeat(3,1fr)}.headshot-grid .photo.team{grid-column:span 3}.product-grid{grid-template-columns:repeat(2,1fr)}.photo-masonry{grid-template-columns:repeat(2,1fr);grid-auto-rows:132px}}.photo-masonry.is-natural,.headshot-grid.is-natural,.product-grid.is-natural{grid-template-columns:none;grid-auto-rows:auto;column-gap:14px;display:block}.photo-masonry.is-natural,.headshot-grid.is-natural{column-count:4}.product-grid.is-natural{column-count:3}.is-natural .photo{aspect-ratio:auto;break-inside:avoid;-webkit-column-break-inside:avoid;background:0 0;grid-area:auto;width:100%;height:auto;margin:0 0 14px}.is-natural .photo .photo-img{object-fit:contain;width:100%;height:auto;position:static}@media (min-width:901px) and (max-width:1180px){.photo-masonry.is-natural{column-count:3}}@media (max-width:900px){.photo-masonry.is-natural,.headshot-grid.is-natural,.product-grid.is-natural{column-count:2}}
