.gallery-grid[data-astro-cid-sahthylw]{display:grid;grid-template-columns:minmax(0,1fr);gap:.75rem}@media(min-width:640px){.gallery-grid[data-astro-cid-sahthylw]{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}}@media(min-width:1024px){.gallery-grid[data-astro-cid-sahthylw]{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}}@media(min-width:1280px){.gallery-grid[data-astro-cid-sahthylw]{grid-template-columns:repeat(4,minmax(0,1fr))}}.gallery-item[data-astro-cid-sahthylw]{position:relative;display:block;width:100%;padding:0;margin:0;border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;background:var(--color-surface);cursor:pointer;text-align:left;font:inherit;color:inherit;appearance:none;-webkit-appearance:none;transition:border-color .2s var(--ease-out-expo),box-shadow .2s var(--ease-out-expo)}.gallery-item[data-astro-cid-sahthylw]:hover,.gallery-item[data-astro-cid-sahthylw]:focus-visible{border-color:var(--color-accent-border-medium);box-shadow:var(--shadow-md-warm)}.gallery-item__frame[data-astro-cid-sahthylw]{position:relative;display:block;aspect-ratio:4 / 3;overflow:hidden;background:var(--color-bg-warm)}.gallery-item__img[data-astro-cid-sahthylw]{position:absolute;inset:0;width:100%;height:100%;max-width:none;object-fit:cover;transition:transform .3s var(--ease-out-expo),filter .3s var(--ease-out-expo)}.gallery-item[data-astro-cid-sahthylw]:hover .gallery-item__img[data-astro-cid-sahthylw],.gallery-item[data-astro-cid-sahthylw]:focus-visible .gallery-item__img[data-astro-cid-sahthylw]{transform:scale(1.04);filter:brightness(1.08)}.gallery-item__overlay[data-astro-cid-sahthylw]{position:absolute;inset:auto 0 0;display:flex;flex-direction:column;gap:.125rem;padding:.875rem 1rem;background:linear-gradient(to top,oklch(from var(--color-overlay) l c h / .82),oklch(from var(--color-overlay) l c h / 0));opacity:0;transition:opacity .2s var(--ease-out-expo);pointer-events:none}.gallery-item[data-astro-cid-sahthylw]:hover .gallery-item__overlay[data-astro-cid-sahthylw],.gallery-item[data-astro-cid-sahthylw]:focus-visible .gallery-item__overlay[data-astro-cid-sahthylw]{opacity:1}.gallery-item__title[data-astro-cid-sahthylw]{font-size:.8125rem;font-weight:600;color:var(--color-text-on-dark);line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.gallery-item__category[data-astro-cid-sahthylw]{font-size:.6875rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--color-accent-on-dark)}.gallery-lightbox[data-astro-cid-sahthylw]{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.gallery-lightbox--visible[data-astro-cid-sahthylw]{opacity:1;visibility:visible}.gallery-lightbox[data-astro-cid-sahthylw][hidden]{display:none}.gallery-lightbox__backdrop[data-astro-cid-sahthylw]{position:absolute;inset:0;background:#000000d9;cursor:pointer;transition:background-color .25s ease}.gallery-lightbox__inner[data-astro-cid-sahthylw]{position:relative;z-index:1;width:min(100%,1200px);max-height:calc(100vh - 2rem);display:flex;align-items:center;justify-content:center;pointer-events:none}.gallery-lightbox__figure[data-astro-cid-sahthylw]{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%;max-height:calc(100vh - 2rem);margin:0;pointer-events:auto}.gallery-lightbox__img[data-astro-cid-sahthylw]{display:block;max-width:100%;max-height:calc(100vh - 9rem);width:auto;height:auto;object-fit:contain;border-radius:var(--radius-md);box-shadow:var(--shadow-xl);cursor:default;opacity:1;transition:opacity .25s ease}.gallery-lightbox__img--hidden[data-astro-cid-sahthylw]{opacity:0}.gallery-lightbox__caption[data-astro-cid-sahthylw]{text-align:center;max-width:56ch;pointer-events:none}.gallery-lightbox__title[data-astro-cid-sahthylw]{font-family:var(--font-heading);font-size:clamp(1.125rem,2.5vw,1.5rem);font-weight:700;color:var(--color-text-on-dark);margin:0 0 .375rem;line-height:1.25}.gallery-lightbox__category[data-astro-cid-sahthylw]{font-size:.8125rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent-on-dark);margin:0}.gallery-lightbox__close[data-astro-cid-sahthylw],.gallery-lightbox__nav[data-astro-cid-sahthylw]{position:absolute;z-index:2;display:flex;align-items:center;justify-content:center;border:2px solid rgba(255,255,255,.45);background:#00000073;color:#fff;cursor:pointer;pointer-events:auto;transition:background-color .15s ease,border-color .15s ease,color .15s ease,transform .15s ease}.gallery-lightbox__close[data-astro-cid-sahthylw]:hover,.gallery-lightbox__nav[data-astro-cid-sahthylw]:hover,.gallery-lightbox__close[data-astro-cid-sahthylw]:focus-visible,.gallery-lightbox__nav[data-astro-cid-sahthylw]:focus-visible{background:#fff3;border-color:#fff;color:#fff}.gallery-lightbox__close[data-astro-cid-sahthylw]:hover,.gallery-lightbox__close[data-astro-cid-sahthylw]:focus-visible{scale:1.06}.gallery-lightbox__nav[data-astro-cid-sahthylw]:hover,.gallery-lightbox__nav[data-astro-cid-sahthylw]:focus-visible{scale:1.06}.gallery-lightbox__close[data-astro-cid-sahthylw]{top:1rem;right:1rem;width:3rem;height:3rem;border-radius:var(--radius-full);font-size:1.375rem;line-height:1}.gallery-lightbox__nav[data-astro-cid-sahthylw]{top:50%;translate:0 -50%;width:3.75rem;height:3.75rem;border-radius:var(--radius-full);font-size:3rem;line-height:1}.gallery-lightbox__nav--prev[data-astro-cid-sahthylw]{left:1rem}.gallery-lightbox__nav--next[data-astro-cid-sahthylw]{right:1rem}.sr-only[data-astro-cid-sahthylw]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:639px){.gallery-lightbox[data-astro-cid-sahthylw]{padding:.5rem}.gallery-lightbox__nav[data-astro-cid-sahthylw]{width:3rem;height:3rem;font-size:2.5rem}.gallery-lightbox__nav--prev[data-astro-cid-sahthylw]{left:.5rem}.gallery-lightbox__nav--next[data-astro-cid-sahthylw]{right:.5rem}.gallery-lightbox__close[data-astro-cid-sahthylw]{top:.5rem;right:.5rem;width:2.75rem;height:2.75rem;font-size:1.25rem}.gallery-lightbox__img[data-astro-cid-sahthylw]{max-height:calc(100vh - 11rem)}}
