.gallery-filter[data-astro-cid-u5hpd7j5]{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.8rem}.filter-btn[data-astro-cid-u5hpd7j5]{padding:.5rem 1.15rem;border:1.5px solid var(--c-line);border-radius:99px;background:var(--c-white);font:inherit;font-size:.92rem;font-weight:600;color:var(--c-ink);cursor:pointer;transition:all .18s ease}.filter-btn[data-astro-cid-u5hpd7j5]:hover{border-color:var(--c-pine-2);color:var(--c-pine-2)}.filter-btn[data-astro-cid-u5hpd7j5].active{background:var(--c-pine);border-color:var(--c-pine);color:#fff}.gallery-grid[data-astro-cid-u5hpd7j5]{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:168px;gap:.85rem;grid-auto-flow:dense}.gallery-item[data-astro-cid-u5hpd7j5]{position:relative;display:block;grid-row:span 1;border-radius:8px;overflow:hidden;background:var(--c-cream-2);animation:itemIn .45s cubic-bezier(.22,1,.36,1) both}.gallery-item--tall[data-astro-cid-u5hpd7j5]{grid-row:span 2}.gallery-item[data-astro-cid-u5hpd7j5].hidden{display:none}@keyframes itemIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:none}}.gallery-item[data-astro-cid-u5hpd7j5] .gallery-thumb{width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.22,1,.36,1)}.gallery-item[data-astro-cid-u5hpd7j5]:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(9,27,24,.4),transparent 55%);opacity:0;transition:opacity .3s ease}.gallery-item[data-astro-cid-u5hpd7j5]:hover .gallery-thumb{transform:scale(1.06)}.gallery-item[data-astro-cid-u5hpd7j5]:hover:after{opacity:1}.gallery-zoom[data-astro-cid-u5hpd7j5]{position:absolute;right:.7rem;bottom:.7rem;z-index:1;display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#ffffffeb;color:var(--c-pine);opacity:0;transform:translateY(6px);transition:opacity .25s ease,transform .25s ease}.gallery-item[data-astro-cid-u5hpd7j5]:hover .gallery-zoom[data-astro-cid-u5hpd7j5],.gallery-item[data-astro-cid-u5hpd7j5]:focus-visible .gallery-zoom[data-astro-cid-u5hpd7j5]{opacity:1;transform:none}.gallery-empty[data-astro-cid-u5hpd7j5]{margin-top:1.5rem;color:var(--c-ink-soft)}.lightbox[data-astro-cid-u5hpd7j5]{border:0;padding:0;background:transparent;max-width:100vw;max-height:100vh;width:100vw;height:100dvh;overflow:hidden;display:none;align-items:center;justify-content:center}.lightbox[data-astro-cid-u5hpd7j5][open]{display:flex}.lightbox[data-astro-cid-u5hpd7j5]::backdrop{background:#081813f0}.lb-figure[data-astro-cid-u5hpd7j5]{margin:0;display:flex;flex-direction:column;align-items:center;gap:.9rem;max-width:min(94vw,1400px)}.lb-img[data-astro-cid-u5hpd7j5]{max-width:min(94vw,1400px);max-height:82dvh;object-fit:contain;border-radius:5px;box-shadow:0 24px 70px #0000008c;animation:lbIn .3s cubic-bezier(.22,1,.36,1)}@keyframes lbIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:none}}.lb-caption[data-astro-cid-u5hpd7j5]{display:flex;align-items:baseline;gap:.9rem;color:#dfe6e0;font-size:.95rem}.lb-counter[data-astro-cid-u5hpd7j5]{font-size:.85rem;letter-spacing:.08em;color:#93a498;font-variant-numeric:tabular-nums}.lb-close[data-astro-cid-u5hpd7j5],.lb-prev[data-astro-cid-u5hpd7j5],.lb-next[data-astro-cid-u5hpd7j5]{position:fixed;z-index:2;background:#ffffff1f;border:0;color:#fff;width:50px;height:50px;border-radius:50%;cursor:pointer;display:grid;place-items:center;transition:background .15s ease,transform .15s ease}.lb-close[data-astro-cid-u5hpd7j5]:hover,.lb-prev[data-astro-cid-u5hpd7j5]:hover,.lb-next[data-astro-cid-u5hpd7j5]:hover{background:#ffffff4d}.lb-prev[data-astro-cid-u5hpd7j5]:hover,.lb-next[data-astro-cid-u5hpd7j5]:hover{transform:translateY(-50%) scale(1.06)}.lb-close[data-astro-cid-u5hpd7j5]{top:1.1rem;right:1.1rem}.lb-close[data-astro-cid-u5hpd7j5]:hover{transform:scale(1.06)}.lb-prev[data-astro-cid-u5hpd7j5]{left:1.1rem;top:50%;transform:translateY(-50%)}.lb-next[data-astro-cid-u5hpd7j5]{right:1.1rem;top:50%;transform:translateY(-50%)}@media(max-width:980px){.gallery-grid[data-astro-cid-u5hpd7j5]{grid-template-columns:repeat(3,1fr);grid-auto-rows:150px}}@media(max-width:640px){.gallery-grid[data-astro-cid-u5hpd7j5]{grid-template-columns:repeat(2,1fr);grid-auto-rows:116px;gap:.55rem}.gallery-zoom[data-astro-cid-u5hpd7j5]{display:none}.lb-prev[data-astro-cid-u5hpd7j5],.lb-next[data-astro-cid-u5hpd7j5]{width:44px;height:44px}.lb-prev[data-astro-cid-u5hpd7j5]{left:.4rem}.lb-next[data-astro-cid-u5hpd7j5]{right:.4rem}.lb-caption[data-astro-cid-u5hpd7j5]{font-size:.86rem;flex-direction:column;align-items:center;gap:.2rem;text-align:center}}
