.gallery-wrap{padding:28px 0 0}
.gallery-grid{display:grid;gap:14px;height:340px}
.gallery-tile{position:relative;overflow:hidden;border:0;padding:0;border-radius:16px;background-size:cover;background-position:center;cursor:pointer;transition:filter .2s ease}
.gallery-tile:hover{filter:brightness(.93)}
.gallery-more{position:absolute;inset:0;background:rgba(10,16,8,.55);color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:400;font-family:'DM Serif Display',Georgia,serif}
.gallery-actions{display:flex;justify-content:flex-end;margin-top:14px}
.gallery-viewall{display:inline-flex;align-items:center;gap:7px;background:#fff;border:1px solid #e6e9dd;border-radius:999px;padding:9px 16px;font-size:12px;font-weight:800;color:#1c2a15;box-shadow:0 4px 14px rgba(20,33,10,.08);cursor:pointer;transition:background .15s ease}
.gallery-viewall:hover{background:#f1f3e8}
.gallery-lightbox{position:fixed;inset:0;background:rgba(10,16,8,.92);z-index:1000;display:flex;align-items:center;justify-content:center}
.gallery-lightbox img{max-width:min(1100px,88vw);max-height:82vh;border-radius:10px;object-fit:contain;box-shadow:0 30px 80px rgba(0,0,0,.5)}
.gallery-close{position:absolute;top:22px;right:26px;background:rgba(255,255,255,.12);border:0;color:#fff;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;cursor:pointer}
.gallery-close:hover{background:rgba(255,255,255,.22)}
.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.12);border:0;color:#fff;width:46px;height:46px;border-radius:50%;display:grid;place-items:center;cursor:pointer}
.gallery-nav:hover{background:rgba(255,255,255,.22)}
.gallery-nav.prev{left:22px}
.gallery-nav.next{right:22px}
.gallery-counter{position:absolute;bottom:24px;left:50%;transform:translateX(-50%);color:#fff;font-size:12px;font-weight:700;letter-spacing:.06em;background:rgba(255,255,255,.12);padding:6px 14px;border-radius:999px}
@media(max-width:760px){
.gallery-wrap{padding:16px 0 0}
.gallery-grid{grid-template-columns:1fr!important;height:230px}
.gallery-grid .gallery-tile:nth-child(n+2){display:none}
.gallery-actions{margin-top:12px}
.gallery-viewall{width:100%;justify-content:center}
.gallery-nav{width:38px;height:38px}
.gallery-nav.prev{left:10px}
.gallery-nav.next{right:10px}
.gallery-close{top:14px;right:16px;width:38px;height:38px}
}
