.gallery-collection{padding:50px 0;background:#f5f7f7}.gallery-collection h2{font:normal clamp(30px,4vw,44px)/1.2 Georgia,serif;margin:12px 0}.gallery-collection p{color:#536b7c;max-width:720px}.gallery-filters{display:flex;flex-wrap:wrap;gap:10px;margin-top:25px}.gallery-filters button,.gallery-lightbox button{font:inherit;cursor:pointer;min-height:44px;padding:10px 18px;border:1px solid #cad6dc;border-radius:4px;background:white;color:#142d44}.gallery-filters button[aria-pressed=true]{background:#142d44;border-color:#142d44;color:white}.gallery-count{font-size:13px;margin:16px 0}.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.gallery-item{margin:0;background:white;border:1px solid #e0e7e9;border-radius:6px;overflow:hidden}.gallery-photo{display:block;overflow:hidden;background:#e5ebed}.gallery-photo img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:contain;transition:transform .3s}.gallery-photo:hover img{transform:scale(1.025)}.gallery-item figcaption{padding:16px 18px}.gallery-item figcaption span{display:block;color:#85652e;font-size:10px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:7px}.gallery-item figcaption strong{font-size:15px;line-height:1.5;font-weight:500;display:block}.gallery-lightbox{width:min(1200px,96vw);max-width:96vw;max-height:95vh;padding:20px;background:#101e2a;border:0;border-radius:8px;color:white}.gallery-lightbox::backdrop{background:rgba(5,14,22,.88)}.gallery-lightbox>img{display:block;max-height:70vh;width:100%;object-fit:contain;margin:15px auto}.gallery-close{display:block;margin-left:auto}.gallery-viewer-bar{display:flex;align-items:center;gap:20px;justify-content:space-between}.gallery-viewer-bar p{text-align:center;font-size:14px;flex:1}.gallery-lightbox button:focus-visible{outline:3px solid #dcb86c;outline-offset:3px}.footer-bottom{flex-wrap:wrap;gap:12px 24px}.last-updated{white-space:nowrap}body.gallery-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:20px}.gallery-collection{padding:32px 0}.gallery-lightbox{padding:12px}.gallery-viewer-bar{gap:10px}}@media(prefers-reduced-motion:reduce){.gallery-photo img{transition:none}}
