.page-gallery .page-intro{padding-bottom:36px}
.gallery-section{padding-bottom:88px}
.gallery-filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:32px}
.gallery-filters button{min-height:44px;padding:10px 20px;background:#fff;border:1px solid var(--rule);color:var(--navy);font-size:14px;border-radius:24px}
.gallery-filters button[aria-pressed=true]{background:var(--navy);border-color:var(--navy);color:#fff}
.gallery-filters button:hover{border-color:var(--teal)}
.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px 24px}
.gallery-item{min-width:0;margin:0}
.gallery-item[hidden]{display:none}
.gallery-open{display:block;position:relative;width:100%;padding:0;border:1px solid var(--rule);background:#f3f6f7;overflow:hidden;cursor:zoom-in}
.gallery-open img{width:100%;height:auto;aspect-ratio:4/3;object-fit:contain;display:block;transition:opacity .2s}
.gallery-open:hover{border-color:var(--teal)}
.gallery-open:hover img{opacity:.9}
.gallery-item figcaption{font-size:14px;line-height:1.6;color:var(--navy);padding-top:14px}
.gallery-play,.gallery-expand{position:absolute;right:14px;bottom:14px;display:grid;place-items:center;width:44px;height:44px;border-radius:50%;color:#fff;background:var(--navy);box-shadow:0 2px 10px #0002;pointer-events:none}
.gallery-play{background:var(--teal)}
.gallery-expand{font-size:22px}
.gallery-dialog{padding:0;border:0;width:min(1180px,calc(100% - 40px));max-width:none;max-height:calc(100svh - 40px);background:#fff;color:var(--navy);box-shadow:0 20px 80px #0005}
.gallery-dialog::backdrop{background:#071322df}
.gallery-viewer{padding:20px 24px}
.gallery-close{display:flex;align-items:center;gap:20px;margin-left:auto;padding:8px 12px;min-height:44px;border:1px solid var(--rule);background:#fff;color:var(--navy);font-size:14px}
.gallery-close span{font-size:24px;line-height:1}
.gallery-stage{height:min(65svh,760px);display:flex;align-items:center;justify-content:center;background:#f3f6f7;margin-top:16px}
.gallery-stage img,.gallery-stage video{display:block;width:100%;height:100%;object-fit:contain}
.gallery-viewer-footer{display:grid;grid-template-columns:44px 1fr 44px;gap:16px;align-items:center;margin-top:16px}
.gallery-viewer-footer p{font-size:14px;text-align:center;line-height:1.6;justify-self:center}
.gallery-viewer-footer button{width:44px;height:44px;border:1px solid var(--rule);background:#fff;color:var(--navy);font-size:20px}
html:has(.gallery-dialog[open]){overflow:hidden}
@media(max-width:1000px){.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.gallery-grid{grid-template-columns:1fr;gap:26px}.gallery-filters{margin-bottom:24px}.gallery-section{padding-bottom:54px}.gallery-dialog{width:calc(100% - 20px);max-height:calc(100svh - 20px)}.gallery-viewer{padding:14px}.gallery-stage{height:60svh}.gallery-viewer-footer{gap:10px}.gallery-viewer-footer p{font-size:13px}}
@media(prefers-reduced-motion:reduce){.gallery-open img{transition:none}}
.gallery-section .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-error{margin-top:12px;font-size:14px;line-height:1.6}
