header nav a[aria-current=page]{color:var(--yellow)}.gallery-main{max-width:1600px;margin:auto}.gallery-main h1{font:900 clamp(70px,10vw,130px)/.85 var(--display);letter-spacing:-.025em;margin:0}.photo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.gallery-photo{position:relative;display:block;background:#ddd;align-self:start;overflow:hidden}.gallery-photo img{width:100%;height:auto;transition:filter .2s}.gallery-photo:hover img{filter:brightness(.9)}.gallery-photo>span{position:absolute;bottom:14px;right:14px;background:var(--yellow);width:36px;height:36px;display:grid;place-items:center;font-size:24px}.gallery-cta{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:65px;padding-top:45px;border-top:1px solid var(--line)}.photo-viewer{width:min(1100px,96vw);max-height:96dvh;padding:15px;background:var(--ink);color:#fff}.photo-viewer::backdrop{background:#000e}.photo-viewer>img{max-height:76dvh;width:100%;object-fit:contain}.viewer-controls{display:flex;align-items:center;gap:12px;padding-bottom:12px}.viewer-controls button{background:transparent;border:1px solid #777;color:#fff;min-width:44px;min-height:44px;font-size:22px}.photo-close{margin-left:auto}.photo-count{font-size:13px;min-width:55px;text-align:center}.photo-caption{font-size:13px;margin:12px 0 0;text-align:center}body:has(.photo-viewer[open]){overflow:hidden}@media(max-width:760px){.photo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.gallery-cta{align-items:flex-start;flex-direction:column}.gallery-main .section-heading{margin-bottom:30px}.gallery-main h1{font-size:80px}}@media(max-width:420px){.photo-grid{grid-template-columns:1fr}.gallery-photo>span{width:40px;height:40px}}
