.gallery-grid{background:var(--brand-background);padding:var(--spacing-section) 0}.gallery-grid__container{max-width:var(--spacing-container);margin:0 auto;padding:0 2rem}.gallery-grid__header{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:2rem;margin-bottom:3.5rem}.gallery-grid__sub{font-family:var(--brand-font-body);font-size:.9375rem;font-weight:300;line-height:1.8;color:var(--brand-text-muted);max-width:22rem}.gallery-grid__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.gallery-grid__item{margin:0}.gallery-grid__image{width:100%;aspect-ratio:4/5;object-fit:cover;background:var(--brand-surface);margin-bottom:1rem}.gallery-grid__caption{font-family:var(--brand-font-body);font-size:.6875rem;font-weight:400;letter-spacing:.18em;text-transform:uppercase;color:var(--brand-text-muted)}@media (max-width:768px){.gallery-grid__grid{grid-template-columns:1fr;gap:2rem}.gallery-grid__image{aspect-ratio:4/3}.gallery-grid__header{margin-bottom:2.5rem}}