.gallery-live-photo{display:block;padding:0;overflow:hidden;border:0;border-radius:18px;background:#dfe9e4;cursor:pointer;box-shadow:0 10px 28px rgba(7,54,38,.1)}
.gallery-live-photo img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .25s ease}
.gallery-live-photo:hover img{transform:scale(1.025)}
.gallery-lightbox{width:min(94vw,1100px);padding:0;border:0;border-radius:20px;background:#061d15}
.gallery-lightbox::backdrop{background:rgba(0,0,0,.86)}
.gallery-lightbox form{position:relative;margin:0}
.gallery-lightbox button{position:absolute;z-index:2;top:10px;right:10px;width:48px;height:48px;border:0;border-radius:50%;background:rgba(255,255,255,.92);font-size:1.8rem}
.gallery-lightbox img{display:block;width:100%;max-height:88vh;object-fit:contain}
.empty-state strong,.empty-state span{display:block}
.empty-state span{margin-top:6px;color:var(--muted)}
@media(max-width:720px){.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.gallery-live-photo{border-radius:13px}}
@media(max-width:420px){.gallery-grid{grid-template-columns:1fr}}

.gallery-lightbox-close{position:absolute;z-index:3;top:10px;right:10px}
.gallery-lightbox-nav{position:absolute;z-index:3;top:50%;display:grid;place-items:center;width:52px;height:52px;border:0;border-radius:50%;transform:translateY(-50%);background:rgba(255,255,255,.9);color:#063d2a;font-size:2.2rem;line-height:1;cursor:pointer}
.gallery-lightbox-nav.previous{left:12px}.gallery-lightbox-nav.next{right:12px}
.gallery-lightbox-count{position:absolute;z-index:3;bottom:12px;left:50%;transform:translateX(-50%);padding:6px 11px;border-radius:999px;background:rgba(0,0,0,.62);color:#fff;font-size:.76rem;font-weight:800}
.gallery-lightbox img{touch-action:pan-y;user-select:none;-webkit-user-drag:none}
@media(max-width:600px){
  .gallery-lightbox{width:100vw;max-width:none;border-radius:0}
  .gallery-lightbox form{display:grid;place-items:center;min-height:100dvh}
  .gallery-lightbox img{max-height:100dvh}
  .gallery-lightbox-nav{width:46px;height:46px;background:rgba(255,255,255,.78)}
  .gallery-lightbox-nav.previous{left:7px}.gallery-lightbox-nav.next{right:7px}
}
