.gallery-page{--brass:#a8762c;--brass-text:#8f6420;--meta:rgba(23,43,69,0.7)}.gallery-page :is(a,button):focus-visible{outline:2px solid var(--brass);outline-offset:3px}.gallery-section{margin-top:clamp(2.75rem,6vw,4rem)}.legacy-content.gallery-page .gallery-section h2{margin:0 0 1.25rem;padding-bottom:1rem;border-bottom:1px solid rgba(168,118,44,.25);color:var(--navy);font-family:Lora,Georgia,Times New Roman,serif;font-size:clamp(1.6rem,2.6vw,2.2rem);font-weight:400}.gallery-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.gallery-filter{display:inline-flex;align-items:center;gap:.5rem;min-height:2.5rem;padding:.5rem .9rem;border:1px solid var(--line);border-radius:0;background:#fff;color:var(--navy);cursor:pointer;font-family:inherit;font-size:.7rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase;transition:border-color .2s ease,background-color .2s ease}.gallery-filter:hover{border-color:rgba(168,118,44,.55);background:var(--mist)}.gallery-filter[aria-pressed=true]{border-color:var(--navy);background:var(--navy);color:#fff}.gallery-filter-count{color:var(--brass-text);font-size:.66rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.gallery-filter[aria-pressed=true] .gallery-filter-count{color:#e8c98f}.legacy-content.gallery-page .gallery-blurb{max-width:62ch;margin:0 0 .5rem;color:rgba(23,43,69,.82);font-size:1rem;line-height:1.7}.legacy-content.gallery-page .gallery-count{margin:0 0 1.5rem;color:var(--meta);font-size:.8rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(15rem,1fr));grid-gap:clamp(.75rem,1.5vw,1.15rem);gap:clamp(.75rem,1.5vw,1.15rem);margin:0;padding:0;list-style:none}.gallery-tile{position:relative;overflow:hidden;background:var(--mist);content-visibility:auto;contain-intrinsic-size:auto 12rem}.gallery-tile img{display:block;width:100%;height:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .4s ease}.gallery-tile:hover img{transform:scale(1.04)}@media (max-width:560px){.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(11rem,1fr))}}@media (prefers-reduced-motion:reduce){.gallery-filter,.gallery-tile img{transition:none}.gallery-tile:hover img{transform:none}}