.property-gallery{background:#f7f7f7}.property-gallery h2{margin-bottom:32px}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:210px;gap:12px}.gallery-item{padding:0;border:0;border-radius:8px;overflow:hidden;background:#ddd;cursor:pointer}.gallery-item:first-child{grid-column:span 2;grid-row:span 2}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}.gallery-item:hover img{transform:scale(1.04)}.gallery-modal{position:fixed;inset:0;background:rgba(0,0,0,.9);z-index:1000;display:grid;place-items:center;padding:5vw}.gallery-modal>img{max-width:86vw;max-height:82vh;object-fit:contain}.gallery-modal button{position:absolute;border:0;background:rgba(255,255,255,.92);color:#222;border-radius:50%;width:48px;height:48px;padding:0;font-size:32px}.gallery-close{right:22px;top:18px}.gallery-prev{left:24px;top:48%}.gallery-next{right:24px;top:48%}.gallery-counter{position:absolute;bottom:18px;color:#fff;font-weight:600}@media(max-width:900px){.gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:170px}.gallery-item:first-child{grid-column:span 2}.gallery-modal{padding:70px 15px}.gallery-prev{left:8px}.gallery-next{right:8px}}@media(max-width:500px){.gallery-grid{grid-auto-rows:135px}}
