.sr-only[data-astro-cid-sb3qtotq]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.gallery-page[data-astro-cid-sb3qtotq]{background:var(--color-bg-primary);padding:clamp(120px,14vw,160px) 0 clamp(72px,9vw,120px)}.gallery-page__header[data-astro-cid-sb3qtotq]{max-width:720px;margin:0 0 clamp(40px,5vw,56px)}.gallery-page__label[data-astro-cid-sb3qtotq]{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-dark);margin-bottom:12px}.gallery-page__label-dot[data-astro-cid-sb3qtotq]{width:8px;height:8px;border-radius:50%;background:var(--color-accent);flex-shrink:0}.gallery-page__title[data-astro-cid-sb3qtotq]{font-family:var(--font-display);font-size:clamp(28px,3.6vw,52px);font-weight:600;letter-spacing:-.025em;line-height:1.1;color:var(--color-text-dark);margin-bottom:16px}.gallery-page__intro[data-astro-cid-sb3qtotq]{font-size:clamp(15px,1.4vw,17px);line-height:1.7;color:var(--color-text-muted);max-width:58ch}.gallery-page__editable[data-astro-cid-sb3qtotq]{position:relative}body.has-editor-bar .gallery-page__editable[data-astro-cid-sb3qtotq]{z-index:1}.gallery-page__filters-sentinel[data-astro-cid-sb3qtotq]{height:1px;width:100%;pointer-events:none}.gallery-page__filters-wrap[data-astro-cid-sb3qtotq]{position:sticky;top:calc(104px + var(--staff-bar-h, 0px));z-index:90;margin:0 0 clamp(32px,4vw,48px);padding:14px 0;background:var(--color-bg-primary);transition:background .25s ease}html.gallery-filters-stuck .gallery-page__filters-wrap[data-astro-cid-sb3qtotq]{background:#efeae0f5;padding:16px 0;margin-bottom:16px}.gallery-page__filters[data-astro-cid-sb3qtotq]{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:10px}.gallery-page__media-tabs{display:inline-flex;flex-wrap:wrap;gap:10px}.gallery-page__media-tabs[hidden]{display:none}.gallery-page__media-tab{display:inline-flex;align-items:center;gap:7px;min-height:40px;padding:0 18px;border-radius:var(--radius-full);border:1.5px solid rgba(33,32,27,.16);background:#21201b0a;font-family:var(--font-sans);font-size:14px;font-weight:700;color:var(--color-text-dark);cursor:pointer;transition:background var(--ease-default),color var(--ease-default),border-color var(--ease-default)}.gallery-page__media-tab svg{flex-shrink:0}.gallery-page__media-tab:hover{border-color:#21201b4d}.gallery-page__media-tab.is-active{background:var(--color-bg-dark);color:var(--color-text-light);border-color:var(--color-bg-dark)}.gallery-page__filters-sep{width:1px;height:22px;background:#21201b29;margin:0 2px;flex-shrink:0}.gallery-page__filters-sep[hidden]{display:none}.gallery-page__cat-filters{display:contents}.gallery-page__cat-filters[hidden]{display:none}.gallery-page__filter{padding:10px 22px;border-radius:var(--radius-full);border:1px solid rgba(33,32,27,.12);background:var(--color-bg-white);font-family:var(--font-sans);font-size:14px;font-weight:600;color:var(--color-text-dark);cursor:pointer;transition:background var(--ease-default),color var(--ease-default),border-color var(--ease-default)}.gallery-page__filter:hover{border-color:#21201b40}.gallery-page__filter.is-active{background:var(--color-bg-dark);color:var(--color-text-light);border-color:var(--color-bg-dark)}.gallery-page__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(16px,2vw,24px)}.gallery-page__item{margin:0;border-radius:var(--radius-xl);overflow:hidden;aspect-ratio:4 / 5;box-shadow:var(--shadow-card);transition:opacity .3s ease,transform .3s ease}.gallery-page__item.is-hidden{display:none}.gallery-page__item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.gallery-page__item:hover img{transform:scale(1.03)}.gallery-page__item .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.gallery-page__videos-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(18px,2.4vw,28px);max-width:none}.gallery-page__video-card{min-width:0;display:flex;flex-direction:column;gap:12px}.gallery-page__video-tile{position:relative;display:block;width:100%;aspect-ratio:9 / 16;padding:0;border:0;border-radius:22px;overflow:hidden;cursor:pointer;background:#1a1c1e;box-shadow:0 18px 40px #1a1c1e1a;transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease}.gallery-page__video-tile:hover,.gallery-page__video-tile:focus-visible{transform:translateY(-4px);box-shadow:0 24px 48px #1a1c1e24;outline:none}.gallery-page__video-thumb{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.gallery-page__video-shade{position:absolute;inset:0;background:linear-gradient(180deg,#1a1c1e14,#1a1c1e2e 45%,#1a1c1e8c);pointer-events:none}.gallery-page__video-play{position:absolute;left:50%;top:50%;width:58px;height:58px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#fdfcf8f0;color:var(--color-text-dark);transform:translate(-50%,-50%);box-shadow:0 10px 28px #1a1c1e38;pointer-events:none;transition:background .25s ease,color .25s ease,transform .25s ease}.gallery-page__video-play svg{margin-left:2px}.gallery-page__video-tile:hover .gallery-page__video-play{background:var(--color-accent);color:#fff;transform:translate(-50%,-50%) scale(1.06)}.gallery-page__iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.gallery-page__video-watch{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;text-decoration:none;color:var(--color-text-muted)}.gallery-page__video-watch:hover{color:var(--color-text-dark)}.gallery-page__videos-empty{margin:0;color:var(--color-text-muted);font-size:15px}@media(max-width:768px){.gallery-page__filters-wrap[data-astro-cid-sb3qtotq]{top:calc(80px + var(--staff-bar-h, 0px))}}@media(max-width:900px){.gallery-page__grid{grid-template-columns:repeat(2,1fr)}.gallery-page__videos-grid{grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible;max-width:none}.gallery-page__video-card{scroll-snap-align:start}}@media(max-width:520px){.gallery-page__grid{grid-template-columns:1fr}.gallery-page__filters[data-astro-cid-sb3qtotq]{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.gallery-page__filters[data-astro-cid-sb3qtotq]::-webkit-scrollbar{display:none}.gallery-page__filter,.gallery-page__media-tab,.gallery-page__filters-sep{flex-shrink:0}.gallery-page__videos-grid{grid-template-columns:1fr;max-width:300px;margin-inline:auto;overflow:visible}}
