.gallery-shell[data-astro-cid-mpfsaxer]{width:min(100%,1240px);margin:0 auto;box-sizing:border-box;padding-top:clamp(1rem,2vw,1.5rem)}.gallery-hero[data-astro-cid-mpfsaxer]{display:grid;gap:.9rem;margin-bottom:2rem}.gallery-date[data-astro-cid-mpfsaxer]{margin:0;color:var(--color-primary);font-size:.9rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.gallery-hero[data-astro-cid-mpfsaxer] h1[data-astro-cid-mpfsaxer]{margin:0;max-width:22ch;font-size:clamp(2.2rem,5vw,4.8rem);line-height:.94;letter-spacing:-.04em}.gallery-description[data-astro-cid-mpfsaxer]{margin:0;color:var(--color-text-muted);font-size:clamp(1rem,1.15vw,1.1rem);line-height:1.7}.gallery-hero-actions[data-astro-cid-mpfsaxer]{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.gallery-hero-link[data-astro-cid-mpfsaxer]{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:10rem;margin:.4rem 0;padding:.62rem 1.18rem;border-radius:999px;border:1px solid color-mix(in srgb,var(--color-primary) 38%,var(--color-border));background:transparent;color:color-mix(in srgb,#ffffff 92%,var(--color-primary));font-size:.93rem;font-weight:700;letter-spacing:.01em;text-decoration:none;overflow:hidden;z-index:0;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease,color .3s ease}.gallery-hero-link[data-astro-cid-mpfsaxer]:before{content:"";position:absolute;inset:0;background:color-mix(in srgb,var(--color-primary) 30%,transparent);border-radius:inherit;transform:scaleX(0);transform-origin:left;transition:transform .35s cubic-bezier(.4,0,.2,1);z-index:-1}.gallery-hero-link[data-astro-cid-mpfsaxer].is-secondary{border-color:color-mix(in srgb,var(--color-secondary) 36%,var(--color-border));color:var(--color-secondary)}.gallery-hero-link[data-astro-cid-mpfsaxer]:hover,.gallery-hero-link[data-astro-cid-mpfsaxer]:focus-visible{transform:translateY(-1.5px);border-color:color-mix(in srgb,var(--color-primary) 55%,var(--color-border));outline:none}.gallery-hero-link[data-astro-cid-mpfsaxer]:hover:before,.gallery-hero-link[data-astro-cid-mpfsaxer]:focus-visible:before{transform:scaleX(1)}.gallery-featured-wrap[data-astro-cid-mpfsaxer]{display:flex;justify-content:center;margin-bottom:1.2rem}.gallery-featured[data-astro-cid-mpfsaxer]{display:block;width:100%;padding:0;border:1px solid color-mix(in srgb,var(--color-border) 88%,#ffffff 12%);border-radius:28px;overflow:hidden;background:var(--color-surface);cursor:zoom-in;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;box-shadow:0 28px 70px #00000057}.gallery-featured[data-astro-cid-mpfsaxer]:hover,.gallery-featured[data-astro-cid-mpfsaxer]:focus-visible{transform:translateY(-1.5px);border-color:color-mix(in srgb,var(--color-primary) 38%,#ffffff 8%);box-shadow:0 32px 76px #00000061;outline:none}.gallery-featured-image[data-astro-cid-mpfsaxer]{display:block;width:100%;height:auto;max-width:100%;max-height:80svh;object-fit:cover;transition:transform .35s ease}.gallery-featured[data-astro-cid-mpfsaxer]:hover .gallery-featured-image[data-astro-cid-mpfsaxer],.gallery-featured[data-astro-cid-mpfsaxer]:focus-visible .gallery-featured-image[data-astro-cid-mpfsaxer]{transform:scale(1.015)}.gallery-featured[data-astro-cid-mpfsaxer].is-loading{background:linear-gradient(90deg,var(--color-surface) 0%,color-mix(in srgb,var(--color-surface) 60%,rgba(255,255,255,.05)) 50%,var(--color-surface) 100%);background-size:200% 100%;animation:gallery-img-shimmer 1.6s ease-in-out infinite}.gallery-grid[data-astro-cid-mpfsaxer]{columns:3;column-gap:.85rem}.gallery-grid-item[data-astro-cid-mpfsaxer]{display:block;break-inside:avoid;margin:0 0 .85rem;padding:0;border:1px solid color-mix(in srgb,var(--color-border) 80%,#ffffff 12%);border-radius:20px;overflow:hidden;background:var(--color-surface-card);cursor:zoom-in;width:100%;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.gallery-grid-item[data-astro-cid-mpfsaxer]:hover,.gallery-grid-item[data-astro-cid-mpfsaxer]:focus-visible{transform:translateY(-1.5px);border-color:color-mix(in srgb,var(--color-primary) 38%,#ffffff 8%);box-shadow:0 16px 34px #00000047;outline:none}.gallery-grid-item[data-astro-cid-mpfsaxer].is-loading{background:linear-gradient(90deg,var(--color-surface-card) 0%,color-mix(in srgb,var(--color-surface-card) 60%,rgba(255,255,255,.07)) 50%,var(--color-surface-card) 100%);background-size:200% 100%;animation:gallery-img-shimmer 1.6s ease-in-out infinite}@keyframes gallery-img-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.gallery-grid-item[data-astro-cid-mpfsaxer] img[data-astro-cid-mpfsaxer]{display:block;width:100%;height:auto;transition:transform .35s ease}.gallery-grid-item[data-astro-cid-mpfsaxer]:hover img[data-astro-cid-mpfsaxer],.gallery-grid-item[data-astro-cid-mpfsaxer]:focus-visible img[data-astro-cid-mpfsaxer]{transform:scale(1.015)}.gallery-lightbox[data-astro-cid-mpfsaxer]{position:fixed;inset:0;z-index:1400;padding:clamp(1rem,2.2vw,2rem);place-items:center}.gallery-lightbox-backdrop[data-astro-cid-mpfsaxer]{position:absolute;inset:0;border:0;background:#04060bd1;backdrop-filter:blur(10px);cursor:pointer}.gallery-lightbox-dialog[data-astro-cid-mpfsaxer]{position:relative;z-index:1;width:min(100%,1100px);max-height:min(92svh,60rem);padding:clamp(.9rem,2vw,1.2rem);border-radius:28px;border:1px solid color-mix(in srgb,var(--color-border) 78%,#ffffff 12%);background:linear-gradient(180deg,#0a0d13fa,#07090ef5);box-shadow:0 36px 90px #0000006b;display:grid;gap:1rem}.gallery-lightbox-header[data-astro-cid-mpfsaxer]{display:flex;align-items:center;justify-content:space-between;gap:1rem}.gallery-viewer-counter[data-astro-cid-mpfsaxer]{margin:0;display:inline-flex;gap:.45rem;align-items:baseline;width:fit-content;padding:.45rem .8rem;border-radius:999px;background:#ffffff0f;color:var(--color-text-bright);font-size:.88rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;backdrop-filter:blur(10px)}.gallery-viewer-counter[data-astro-cid-mpfsaxer] strong[data-astro-cid-mpfsaxer]{font-size:1rem}.gallery-lightbox-close[data-astro-cid-mpfsaxer],.gallery-lightbox-nav[data-astro-cid-mpfsaxer]{width:3rem;height:3rem;border:1px solid color-mix(in srgb,var(--color-border) 70%,#ffffff 12%);border-radius:999px;background:#090c13b3;color:var(--color-white);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;backdrop-filter:blur(12px);transition:transform .25s ease,background-color .25s ease,border-color .25s ease}.gallery-lightbox-close[data-astro-cid-mpfsaxer]:hover,.gallery-lightbox-close[data-astro-cid-mpfsaxer]:focus-visible,.gallery-lightbox-nav[data-astro-cid-mpfsaxer]:hover,.gallery-lightbox-nav[data-astro-cid-mpfsaxer]:focus-visible{transform:translateY(-1.5px);background:#10151fe6;border-color:color-mix(in srgb,var(--color-primary) 36%,#ffffff 16%);outline:none}.gallery-lightbox-close[data-astro-cid-mpfsaxer] svg[data-astro-cid-mpfsaxer],.gallery-lightbox-nav[data-astro-cid-mpfsaxer] svg[data-astro-cid-mpfsaxer]{width:1.1rem;height:1.1rem;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.gallery-lightbox-main[data-astro-cid-mpfsaxer]{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.8rem;align-items:center;min-height:min(68svh,46rem)}.gallery-lightbox-media[data-astro-cid-mpfsaxer]{position:relative;border-radius:20px;overflow:hidden;display:flex;align-items:center;justify-content:center;height:min(68svh,46rem);max-height:calc(100svh - 12rem)}.gallery-lightbox-loader[data-astro-cid-mpfsaxer]{position:absolute;inset:0;display:grid;place-items:center;backdrop-filter:blur(6px);opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:1}.gallery-lightbox-media[data-astro-cid-mpfsaxer].is-loading .gallery-lightbox-loader[data-astro-cid-mpfsaxer]{opacity:1}.gallery-lightbox-spinner[data-astro-cid-mpfsaxer]{width:2.25rem;height:2.25rem;border-radius:999px;border:2px solid rgba(255,255,255,.18);border-top-color:var(--color-white);animation:gallery-lightbox-spin .8s linear infinite}.gallery-lightbox-image[data-astro-cid-mpfsaxer]{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:20px}.gallery-lightbox-caption[data-astro-cid-mpfsaxer]{margin:0;max-width:70ch;color:var(--color-text-secondary);font-size:clamp(.98rem,1.5vw,1.12rem);line-height:1.5}body.gallery-lightbox-open{overflow:hidden}@media(max-width:1024px){.gallery-grid[data-astro-cid-mpfsaxer]{columns:2}.gallery-lightbox-main[data-astro-cid-mpfsaxer]{grid-template-columns:minmax(0,1fr);min-height:min(60svh,34rem)}.gallery-lightbox-media[data-astro-cid-mpfsaxer]{height:min(60svh,34rem);position:relative}.gallery-lightbox-nav[data-astro-cid-mpfsaxer]{position:absolute;top:50%;transform:translateY(-50%);z-index:2}.gallery-lightbox-nav[data-astro-cid-mpfsaxer]:hover,.gallery-lightbox-nav[data-astro-cid-mpfsaxer]:focus-visible{transform:translateY(calc(-50% - 1px))}.gallery-lightbox-nav[data-astro-cid-mpfsaxer][data-gallery-prev]{left:1.1rem}.gallery-lightbox-nav[data-astro-cid-mpfsaxer][data-gallery-next]{right:1.1rem}}@media(max-width:768px){.gallery-shell[data-astro-cid-mpfsaxer]{padding-inline:1rem}.gallery-hero[data-astro-cid-mpfsaxer]{margin-bottom:1.4rem}.gallery-hero-actions[data-astro-cid-mpfsaxer]{flex-direction:column;align-items:stretch;gap:0}.gallery-featured-wrap[data-astro-cid-mpfsaxer]{margin-bottom:1rem}.gallery-featured[data-astro-cid-mpfsaxer]{border-radius:20px}.gallery-grid[data-astro-cid-mpfsaxer]{columns:2;column-gap:.6rem}.gallery-grid-item[data-astro-cid-mpfsaxer]{margin-bottom:.6rem;border-radius:20px}.gallery-grid-item[data-astro-cid-mpfsaxer] img[data-astro-cid-mpfsaxer]{aspect-ratio:16 / 10;height:auto;object-fit:cover}.gallery-lightbox[data-astro-cid-mpfsaxer]{padding:.7rem}.gallery-lightbox-dialog[data-astro-cid-mpfsaxer]{padding:.8rem;border-radius:20px}.gallery-lightbox-main[data-astro-cid-mpfsaxer]{grid-template-columns:1fr auto auto;grid-template-rows:auto auto;height:auto;min-height:unset;gap:1rem .45rem;align-items:start}.gallery-lightbox-media[data-astro-cid-mpfsaxer]{grid-column:1 / -1;grid-row:1;height:auto;max-height:62svh;min-height:unset}.gallery-lightbox-image[data-astro-cid-mpfsaxer]{max-height:62svh}.gallery-lightbox-nav[data-astro-cid-mpfsaxer]{position:static;transform:none;grid-row:2}.gallery-lightbox-nav[data-astro-cid-mpfsaxer]:hover,.gallery-lightbox-nav[data-astro-cid-mpfsaxer]:focus-visible{transform:translateY(-1.5px)}.gallery-lightbox-nav[data-astro-cid-mpfsaxer][data-gallery-prev]{grid-column:2;left:auto}.gallery-lightbox-nav[data-astro-cid-mpfsaxer][data-gallery-next]{grid-column:3;right:auto}}@media(max-width:480px){.gallery-grid[data-astro-cid-mpfsaxer]{columns:1}}@keyframes gallery-lightbox-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
