/* Third project-specific image treatment */
.hero-photo.portrait-focus img{object-position:center 58%}
.project-sequence figure,.balcony-grid figure{background:#e8e5de}
.project-sequence img,.balcony-grid img{aspect-ratio:3/4;object-fit:cover}
.balcony-section{background:#fdfcf9}
.balcony-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
@media(max-width:1000px){.balcony-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:850px){.balcony-grid{grid-template-columns:1fr}.project-sequence img,.balcony-grid img{aspect-ratio:auto;object-fit:contain}}
