.gallery-main{padding-top:64px;padding-bottom:64px}.gallery-return{margin-bottom:44px}.gallery-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:44px}.gallery-heading h1{font-size:clamp(36px,5vw,68px);line-height:1.1;letter-spacing:-.04em;margin:18px 0 0}.gallery-heading>p{color:#626a6a}.field-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:42px}.gallery-tile{position:relative;display:block;aspect-ratio:4/3;background:#dfe5e2;overflow:hidden}.gallery-tile img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s}.gallery-tile:hover img{transform:scale(1.025)}.gallery-tile span{position:absolute;right:12px;bottom:12px;border-radius:50%;background:#fff;color:#173b36;width:32px;height:32px;text-align:center;line-height:32px}.gallery-tile:focus-visible{outline:3px solid #bf7b13;outline-offset:4px}.photo-viewer{width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;padding:0;border:0;background:#101916;color:white;margin:0}.photo-viewer::backdrop{background:#101916}.viewer-toolbar{height:76px;display:flex;justify-content:space-between;align-items:center;padding:0 24px}.viewer-toolbar button,.viewer-stage button{color:white;background:transparent;border:1px solid #68716e;cursor:pointer;min-width:48px;min-height:48px;font:inherit}.viewer-toolbar button{padding:10px 18px}.viewer-stage{height:calc(100% - 90px);display:grid;grid-template-columns:64px minmax(0,1fr) 64px;align-items:center;gap:14px;padding:0 18px 18px}.viewer-stage img{width:100%;height:100%;min-height:0;object-fit:contain}.viewer-stage button{font-size:32px}.photo-viewer button:focus-visible{outline:3px solid #e9c364;outline-offset:3px}body.photo-open{overflow:hidden}@media(max-width:800px){.field-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.gallery-heading{display:block}.gallery-heading>p{margin-top:20px}}@media(max-width:480px){.gallery-main{padding-top:30px}.field-gallery{grid-template-columns:1fr}.viewer-stage{grid-template-columns:40px minmax(0,1fr) 40px;padding:0 4px 12px;gap:4px}.viewer-stage button{min-width:40px}.viewer-toolbar{padding:0 12px}.gallery-return{font-size:14px}}@media(prefers-reduced-motion:reduce){.gallery-tile img{transition:none}}

/* Keep small archival photographs within their native pixel dimensions. */
.viewer-stage{grid-template-rows:minmax(0,1fr)}.viewer-stage img{width:auto;height:auto;max-width:100%;max-height:100%;min-width:0;justify-self:center;align-self:center}
