.gallery-masonry{column-count:4;column-gap:12px}@media (max-width:1100px){.gallery-masonry{column-count:3}}@media (max-width:720px){.gallery-masonry{column-count:2}}@media (max-width:440px){.gallery-masonry{column-count:1}}.gallery-masonry-item{break-inside:avoid;margin-bottom:12px}.gallery-photo{background:var(--forest-700);cursor:pointer;border:none;width:100%;padding:0;display:block;position:relative;overflow:hidden}.gallery-photo img{width:100%;height:auto;transition:transform .6s,filter .4s;display:block}.gallery-photo:hover img{filter:brightness(1.08);transform:scale(1.05)}.gallery-photo-caption{opacity:0;pointer-events:none;text-align:left;background:linear-gradient(#0000,#0e1f1ad9);padding:28px 16px 14px;transition:opacity .35s;position:absolute;bottom:0;left:0;right:0}.gallery-photo:hover .gallery-photo-caption{opacity:1}.gallery-photo-expand{-webkit-backdrop-filter:blur(4px);opacity:0;background:#0e1f1a8c;justify-content:center;align-items:center;width:30px;height:30px;transition:opacity .35s;display:flex;position:absolute;top:12px;right:12px}.gallery-photo:hover .gallery-photo-expand{opacity:1}@keyframes galleryLbFade{0%{opacity:0}to{opacity:1}}@keyframes galleryLbZoom{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.gallery-lightbox{z-index:100;background:#08120ffa;flex-direction:column;animation:.25s galleryLbFade;display:flex;position:fixed;inset:0}.gallery-close{cursor:pointer;letter-spacing:.18em;color:#f5f0e8a6;text-transform:uppercase;background:0 0;border:none;align-items:center;gap:9px;padding:6px 4px;font:10px/1 system-ui;transition:color .2s;display:flex}.gallery-close:hover{color:var(--cream-100)}.gallery-nav-btn{z-index:2;cursor:pointer;background:#f5f0e814;border:1px solid #c8a0504d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;transition:background .2s;display:flex;position:absolute}.gallery-nav-btn:hover{background:#c8a05038}.gallery-lb-image{animation:.3s galleryLbZoom}.gallery-filmstrip{flex-shrink:0;justify-content:safe center;gap:8px;padding:16px 24px 22px;display:flex;overflow-x:auto}.gallery-filmstrip::-webkit-scrollbar{height:6px}.gallery-filmstrip::-webkit-scrollbar-thumb{background:#c8a05066;border-radius:3px}.gallery-filmstrip::-webkit-scrollbar-track{background:#f5f0e80f}.gallery-filmstrip-thumb{cursor:pointer;outline-offset:-2px;border:none;flex-shrink:0;width:72px;height:54px;padding:0;transition:opacity .2s;overflow:hidden}.gallery-filmstrip-thumb img{object-fit:cover;width:100%;height:100%;display:block}
