.gallery-page{width:100%}.gallery-shell{width:min(calc(100% - (var(--gutter) * 2)),var(--container));margin:0 auto;padding-top:var(--page-top-space)}.galleries-hero{display:flex;flex-direction:column;align-items:center;max-width:860px;margin:0 auto;text-align:center}.galleries-hero h1{font-size:clamp(1.5rem,2.9vw,2.1rem);letter-spacing:.08em}.galleries-hero p{margin-top:1rem;line-height:1.72;max-width:72ch;margin-left:auto;margin-right:auto}.galleries-grid{margin-top:var(--page-section-space-sm);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem}.gallery-card{display:flex;flex-direction:column;border:1px solid color-mix(in srgb,var(--line) 14%,transparent 86%);border-radius:2px;overflow:hidden;background:transparent;box-shadow:none;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.gallery-card:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--accent) 55%,var(--divider-subtle) 45%);box-shadow:0 10px 24px #0c121c0f}.gallery-card__media{aspect-ratio:4 / 5;display:block;overflow:hidden;background:transparent}.gallery-card__media img{width:100%;height:100%;object-fit:cover;object-position:center;box-shadow:0 16px 34px #0c121c14;transition:transform .5s ease,box-shadow .5s ease}.gallery-card:hover .gallery-card__media img{transform:scale(1.03);box-shadow:0 20px 38px #0c121c1f}.gallery-card__body{display:flex;flex:1 1 auto;flex-direction:column;padding:1.1rem 1.1rem 1.2rem}.gallery-card__body h2{font-size:.96rem;letter-spacing:.09em;transition:color .22s ease}.gallery-card:hover .gallery-card__body h2{color:var(--accent)}.gallery-card__subtitle{margin-top:.55rem;font-family:var(--font-heading);font-size:.62rem;text-transform:uppercase;letter-spacing:.13em;color:var(--accent)}.gallery-card__description{margin-top:.6rem;font-size:.92rem;line-height:1.65;flex:1 1 auto}.gallery-card__body .btn{margin-top:1rem;min-height:40px;padding:.66rem 1rem;font-size:.62rem}.gallery-hero{display:block;width:min(100%,var(--content-regular));margin:0 auto 1.4rem}.gallery-hero__copy{width:100%;text-align:left}.gallery-hero__copy h1{font-size:clamp(1.44rem,2.7vw,2.05rem);letter-spacing:.08em}.gallery-hero__subtitle{margin-top:.6rem;font-family:var(--font-heading);font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:var(--accent)}.gallery-hero__description{margin-top:.9rem;line-height:1.72;max-width:58ch}.gallery-hero__actions{margin-top:1.35rem;display:flex;flex-wrap:wrap;gap:.8rem}.gallery-grid{margin-top:var(--page-section-space-sm);column-count:3;column-gap:1.25rem}.gallery-item{margin:0 0 1.5rem;border:0;border-radius:0;overflow:visible;background:transparent;display:inline-grid;width:100%;gap:.38rem;padding-bottom:0;align-self:start;align-content:start;transition:transform .28s ease;break-inside:avoid;page-break-inside:avoid}.gallery-item:hover{transform:translateY(-2px)}.gallery-item__trigger{appearance:none;border:0;padding:0;margin:0;width:100%;background:transparent;cursor:zoom-in;display:block;min-height:1px}.gallery-item__trigger img{width:100%;height:auto;display:block;border-radius:2px;background:transparent;box-shadow:0 14px 32px #0c121c14;transition:transform .28s ease,box-shadow .28s ease}.gallery-item:hover .gallery-item__trigger img{transform:translateY(-2px);box-shadow:0 18px 36px #0c121c1c}.gallery-item__title{margin:0;padding:.05rem 0 0;text-align:center;font-family:var(--font-heading);font-size:.62rem;text-transform:uppercase;letter-spacing:.24em;color:var(--text);line-height:1.28;transition:color .22s ease}.gallery-item:hover .gallery-item__title{color:var(--accent)}.gallery-lightbox-open{overflow:hidden}.gallery-lightbox{position:fixed;inset:0;z-index:80;opacity:0;transition:opacity .22s ease}.gallery-lightbox[hidden]{display:none}.gallery-lightbox.is-active{opacity:1}.gallery-lightbox__backdrop{position:absolute;inset:0;border:0;background:#0c0c0cd1;cursor:zoom-out;opacity:0;transition:opacity .22s ease}.gallery-lightbox__dialog{position:relative;z-index:1;width:min(calc(100% - 2rem),1400px);height:min(calc(100% - 2rem),94vh);margin:1rem auto;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1rem;opacity:0;transform:translateY(8px);transition:opacity .28s ease,transform .28s ease}.gallery-lightbox.is-active .gallery-lightbox__backdrop{opacity:1}.gallery-lightbox.is-active .gallery-lightbox__dialog{opacity:1;transform:translateY(0)}.gallery-lightbox__figure{margin:0;display:grid;justify-items:center;gap:.75rem}.gallery-lightbox__image,.gallery-lightbox__caption,.gallery-lightbox__meta{transition:opacity .22s ease,transform .22s ease}.gallery-lightbox__figure.is-transitioning .gallery-lightbox__image,.gallery-lightbox__figure.is-transitioning .gallery-lightbox__caption,.gallery-lightbox__figure.is-transitioning .gallery-lightbox__meta{opacity:.42;transform:translateY(4px)}.gallery-lightbox__image{display:block;max-width:100%;max-height:calc(94vh - 7rem);width:auto;height:auto;border-radius:2px;box-shadow:0 24px 60px #00000052}.gallery-lightbox__meta{width:min(100%,640px);display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.85rem}.gallery-lightbox__progress{width:100%;height:1px;background:#ffffff17;overflow:hidden;border-radius:999px}.gallery-lightbox__progress-bar{display:block;width:100%;height:100%;background:#ffffff94;transform:scaleX(0);transform-origin:left center}.gallery-lightbox__progress-bar.is-animating{transition:transform 4.5s linear;transform:scaleX(1)}.gallery-lightbox__caption{margin:0;text-align:center;font-family:var(--font-heading);font-size:.7rem;text-transform:uppercase;letter-spacing:.24em;color:#ffffffe6;line-height:1.5}.gallery-lightbox__close,.gallery-lightbox__toggle,.gallery-lightbox__nav{appearance:none;border:1px solid rgba(255,255,255,.18);background:#ffffff14;color:#fff;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease,background .2s ease,border-color .2s ease}.gallery-lightbox__close:hover,.gallery-lightbox__toggle:hover,.gallery-lightbox__nav:hover{transform:translateY(-1px);background:#ffffff24;border-color:#ffffff57}.gallery-lightbox__toggle{position:static;min-width:4.25rem;height:2rem;padding:0 .85rem;border-radius:999px;font-family:var(--font-heading);font-size:.56rem;letter-spacing:.14em;text-transform:uppercase;background:#ffffff0a;border-color:#ffffff1f;color:#ffffffd1}.gallery-lightbox__close{position:absolute;top:.25rem;right:.25rem;z-index:2;width:2.8rem;height:2.8rem;border-radius:999px;font-size:1.7rem;line-height:1}.gallery-lightbox__nav{width:3.25rem;height:3.25rem;border-radius:999px;font-size:2rem;line-height:1}@media(max-width:960px){.galleries-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-hero__copy{text-align:center}.gallery-hero__actions{justify-content:center}.gallery-grid{column-count:2}.gallery-lightbox__dialog{width:min(calc(100% - 1rem),100%);height:min(calc(100% - 1rem),100vh);margin:.5rem auto;gap:.4rem}.gallery-lightbox__nav{width:2.8rem;height:2.8rem}}@media(max-width:680px){.galleries-grid{grid-template-columns:1fr}.gallery-grid{column-count:1}.gallery-item__title{font-size:.58rem;letter-spacing:.2em}.gallery-lightbox__dialog{grid-template-columns:1fr;align-content:center;justify-items:center;padding:3.5rem .25rem 1rem}.gallery-lightbox__figure{order:1}.gallery-lightbox__nav{position:absolute;top:1rem}.gallery-lightbox__meta{width:min(100%,92vw);gap:.65rem}.gallery-lightbox__nav--prev{left:1rem}.gallery-lightbox__nav--next{right:1rem}.gallery-lightbox__image{max-height:calc(100vh - 9rem)}}
