.gallery-hero[data-astro-cid-gk3s5e2h]{padding:100px 0;text-align:center}.gallery-container[data-astro-cid-gk3s5e2h]{max-width:1200px;display:flex;flex-direction:column;align-items:center}.pill[data-astro-cid-gk3s5e2h]{display:inline-block;background-color:transparent;color:#ff6426;padding:6px 20px;border-radius:999px;font-size:16px;font-weight:500;margin-bottom:24px;border:1px solid rgba(255,100,38,.3)}.hero-title[data-astro-cid-gk3s5e2h]{font-size:54px;line-height:1.1;font-weight:600;color:#0d0d0d;letter-spacing:-.04em;margin-bottom:48px}.gallery-filters[data-astro-cid-gk3s5e2h]{display:flex;gap:12px;margin-bottom:60px;flex-wrap:wrap;justify-content:center}.filter-btn[data-astro-cid-gk3s5e2h]{background-color:transparent;border:1px solid #e0e0e0;color:#787878;padding:10px 24px;border-radius:999px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease}.filter-btn[data-astro-cid-gk3s5e2h]:hover{border-color:#2f509a;color:#2f509a}.filter-btn[data-astro-cid-gk3s5e2h].active{background-color:#2f509a;border-color:#2f509a;color:#fff}.gallery-grid[data-astro-cid-gk3s5e2h]{display:flex;flex-wrap:wrap;gap:20px;width:100%}.gallery-item[data-astro-cid-gk3s5e2h]{border-radius:20px;overflow:hidden;transition:flex .5s cubic-bezier(.25,1,.5,1),transform .5s cubic-bezier(.25,1,.5,1),box-shadow .5s ease;will-change:flex,transform;opacity:1;display:none;position:relative;cursor:pointer}.gallery-item[data-astro-cid-gk3s5e2h].show{display:block}.gallery-item[data-astro-cid-gk3s5e2h].grid-large{flex:1 1 45%;max-width:100%;height:460px}.gallery-item[data-astro-cid-gk3s5e2h].grid-small{flex:1 1 28%;max-width:100%;height:320px}@media(min-width:810px){.gallery-item[data-astro-cid-gk3s5e2h].grid-large.is-expanded{flex:1 1 65%;transform:translateY(-4px)}.gallery-item[data-astro-cid-gk3s5e2h].grid-large.is-shrunk{flex:1 1 25%}.gallery-item[data-astro-cid-gk3s5e2h].grid-small.is-expanded{flex:1 1 52%;transform:translateY(-4px)}.gallery-item[data-astro-cid-gk3s5e2h].grid-small.is-shrunk{flex:1 1 14%}}.gallery-item[data-astro-cid-gk3s5e2h] img[data-astro-cid-gk3s5e2h]{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.25,1,.5,1)}.gallery-item[data-astro-cid-gk3s5e2h].is-expanded img[data-astro-cid-gk3s5e2h]{transform:scale(1.05)}.gallery-overlay[data-astro-cid-gk3s5e2h]{position:absolute;bottom:0;left:0;width:100%;height:50%;background:linear-gradient(to top,#000000d9,#0000);display:flex;align-items:flex-end;padding:30px;opacity:0;transition:opacity .3s ease;pointer-events:none}.gallery-item[data-astro-cid-gk3s5e2h]:hover .gallery-overlay[data-astro-cid-gk3s5e2h]{opacity:1}.gallery-image-name[data-astro-cid-gk3s5e2h]{color:#fff;font-size:18px;font-weight:500;transform:translateY(15px);transition:transform .4s cubic-bezier(.25,1,.5,1)}.gallery-item[data-astro-cid-gk3s5e2h]:hover .gallery-image-name[data-astro-cid-gk3s5e2h]{transform:translateY(0)}.lightbox-modal[data-astro-cid-gk3s5e2h]{display:none;position:fixed;z-index:999999;left:0;top:0;width:100vw;height:100vh;overflow:hidden;background-color:#000000f2;align-items:center;justify-content:center;flex-direction:column;opacity:0;transition:opacity .3s ease}.lightbox-modal[data-astro-cid-gk3s5e2h].active{display:flex;opacity:1}.lightbox-content[data-astro-cid-gk3s5e2h]{max-width:90vw;max-height:85vh;border-radius:8px;box-shadow:0 4px 15px #00000080;object-fit:contain;animation:zoomIn .3s ease}@keyframes zoomIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.lightbox-caption[data-astro-cid-gk3s5e2h]{margin-top:15px;color:#fff;font-size:18px;font-weight:500}.lightbox-close[data-astro-cid-gk3s5e2h]{position:absolute;top:30px;right:40px;color:#fff;font-size:40px;font-weight:700;cursor:pointer;transition:color .3s}.lightbox-close[data-astro-cid-gk3s5e2h]:hover{color:#ff6426}.lightbox-prev[data-astro-cid-gk3s5e2h],.lightbox-next[data-astro-cid-gk3s5e2h]{cursor:pointer;position:absolute;top:50%;width:50px;height:50px;margin-top:-25px;color:#fff;font-weight:700;font-size:30px;transition:.3s ease;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#ffffff1a;user-select:none}.lightbox-prev[data-astro-cid-gk3s5e2h]{left:20px}.lightbox-next[data-astro-cid-gk3s5e2h]{right:20px}.lightbox-prev[data-astro-cid-gk3s5e2h]:hover,.lightbox-next[data-astro-cid-gk3s5e2h]:hover{background-color:#ffffff4d;color:#ff6426}@media(max-width:809px){.hero-title[data-astro-cid-gk3s5e2h]{font-size:42px}.gallery-grid[data-astro-cid-gk3s5e2h]{flex-direction:column}.gallery-item[data-astro-cid-gk3s5e2h].grid-large,.gallery-item[data-astro-cid-gk3s5e2h].grid-small{flex:1 1 100%;height:300px}}@media(max-width:768px){.gallery-hero[data-astro-cid-gk3s5e2h]{padding:100px 0 60px}.hero-title[data-astro-cid-gk3s5e2h]{font-size:32px;margin-bottom:30px}.gallery-filters[data-astro-cid-gk3s5e2h]{gap:8px;margin-bottom:40px}.filter-btn[data-astro-cid-gk3s5e2h]{padding:8px 16px;font-size:13px}.gallery-item[data-astro-cid-gk3s5e2h].grid-large,.gallery-item[data-astro-cid-gk3s5e2h].grid-small{height:250px}}
