.photo-story{padding:34px 0 100px}.photo-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:230px;gap:18px}.photo{margin:0;overflow:hidden;border-radius:22px;background:var(--blush);position:relative}.photo img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.photo:hover img{transform:scale(1.025)}.photo.wide{grid-column:span 7}.photo.tall{grid-column:span 5;grid-row:span 2}.photo.small{grid-column:span 4}.photo.medium{grid-column:span 6}.photo.large{grid-column:span 8}.photo.full{grid-column:1/-1;grid-row:span 2}.photo-strip{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:18px;margin-top:42px}.photo-strip img{width:100%;height:360px;object-fit:cover;border-radius:22px}.photo-strip img:first-child{height:460px;grid-row:span 2}.photo-caption{margin-top:18px;color:var(--muted)}@media(max-width:760px){.photo-grid{grid-template-columns:1fr 1fr;grid-auto-rows:210px}.photo.wide,.photo.tall,.photo.small,.photo.medium,.photo.large{grid-column:span 1;grid-row:span 1}.photo.full{grid-column:1/-1;grid-row:span 1}.photo-strip{grid-template-columns:1fr 1fr}.photo-strip img,.photo-strip img:first-child{height:260px;grid-row:auto}.photo-strip img:first-child{grid-column:1/-1;height:360px}}@media(max-width:480px){.photo-grid{grid-template-columns:1fr;grid-auto-rows:290px}.photo.wide,.photo.tall,.photo.small,.photo.medium,.photo.large,.photo.full{grid-column:1;grid-row:span 1}.photo-strip{grid-template-columns:1fr}.photo-strip img,.photo-strip img:first-child{grid-column:1;height:320px}}
