.gallery-page main{width:var(--site-shell-width);margin:0 auto;padding:8rem 0 var(--space-8)}.gallery-hero{padding:var(--space-6) 0 var(--space-6);border-bottom:1px solid var(--line)}.gallery-hero h1{max-width:12ch;margin:0;font-family:var(--font-editorial);font-size:var(--type-display);font-weight:400;line-height:.96;letter-spacing:-.04em}.gallery-lead{max-width:42rem;margin:var(--space-4) 0 0;color:var(--muted);font-size:clamp(1.05rem,2vw,1.25rem)}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,15rem),1fr));gap:var(--space-4);padding:var(--space-6) 0}.gallery-card{display:block;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--deep);text-decoration:none;}.gallery-card img{width:100%;aspect-ratio:4/3;object-fit:cover;background:var(--surface)}.gallery-card-copy{padding:var(--space-4)}.gallery-card-copy h2{margin:0;font-family:var(--font-editorial);font-size:1.45rem;font-weight:400;line-height:1.1}.gallery-photo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,11rem),1fr));gap:var(--space-3);padding:var(--space-5) 0}.gallery-photo{display:block;overflow:hidden;border:1px solid var(--line);border-radius:1rem;background:var(--deep)}.gallery-photo img{width:100%;aspect-ratio:4/3;object-fit:cover;}.gallery-back{margin-top:var(--space-4)}.gallery-empty{padding:var(--space-6) 0;color:var(--muted)}@media(min-width:48rem){.gallery-page main{padding-top:9rem}}

.gallery-photo-record { min-width: 0; margin: 0; border-radius: 1rem; }
.gallery-photo-caption { margin-top: var(--space-2); color: var(--muted); font-size: 0.9rem; overflow-wrap: anywhere; white-space: pre-line; }
