
.gallery-modern{margin:28px auto;max-width:1100px}
.gallery-head{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:12px}
.gallery-head h2{margin:0;font-size:2rem}
.gallery-scroll{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 2px 18px}
.gallery-card{min-width:280px;max-width:360px;scroll-snap-align:start;background:#fffdf7;border:1px solid #e1dacb;border-radius:24px;overflow:hidden;box-shadow:0 12px 28px rgba(28,42,30,.10);cursor:pointer}
.gallery-card img{width:100%;height:230px;object-fit:cover;display:block}
.event-gallery .gallery-card img{height:300px;object-fit:contain;background:#f2ecdf;padding:10px;box-sizing:border-box}
.gallery-card-body{padding:14px 16px}
.gallery-card-body h3{margin:0 0 6px;font-size:1.05rem}
.gallery-card-body p{margin:0;color:#6f6a5f}
.event-video-card{min-width:min(760px,88vw);cursor:default}
.event-video-card video{display:block;width:100%;aspect-ratio:16/9;object-fit:contain;background:#101512}
.gallery-actions{display:flex;gap:8px;flex-wrap:wrap}
.gallery-nav{border:0;border-radius:999px;background:#e5ddce;color:#173d27;font-weight:900;padding:10px 14px;cursor:pointer}
.gallery-lightbox{position:fixed;inset:0;background:rgba(10,18,12,.94);z-index:9999;display:none;align-items:center;justify-content:center;padding:18px}
.gallery-lightbox.show{display:flex}
.gallery-lightbox-inner{max-width:1160px;width:100%;max-height:92vh;display:grid;grid-template-rows:1fr auto;gap:12px}
.gallery-lightbox img{max-width:100%;max-height:78vh;object-fit:contain;margin:auto;display:block;border-radius:18px;background:#111}
.gallery-lightbox-caption{color:white;text-align:center;font-size:1rem}
.gallery-lightbox-close,.gallery-lightbox-prev,.gallery-lightbox-next{position:absolute;border:0;background:#fffdf7;color:#173d27;border-radius:999px;font-weight:900;cursor:pointer;box-shadow:0 8px 22px rgba(0,0,0,.25)}
.gallery-lightbox-close{top:16px;right:16px;padding:11px 15px}
.gallery-lightbox-prev,.gallery-lightbox-next{top:50%;transform:translateY(-50%);width:48px;height:48px;font-size:1.5rem}
.gallery-lightbox-prev{left:16px}
.gallery-lightbox-next{right:16px}
@media(max-width:700px){.gallery-card{min-width:82vw}.gallery-card img{height:230px}.event-gallery .gallery-card img{height:270px}.gallery-head{display:block}.gallery-actions{margin-top:12px}.gallery-lightbox-prev,.gallery-lightbox-next{top:auto;bottom:22px;transform:none}.gallery-lightbox-prev{left:22px}.gallery-lightbox-next{right:22px}}
