.gallery{overflow:hidden}.gallery-heading{display:grid;grid-template-columns:1fr 1.05fr;gap:22px;align-items:end;margin-bottom:48px}.gallery-heading>p{max-width:420px;margin:0;color:var(--muted)}.gallery-grid{columns:3;column-gap:14px}.gallery-item{min-width:0;margin:0 0 14px;break-inside:avoid;overflow:hidden;background:var(--mist)}.gallery-item img{display:block;width:100%;height:auto;transition:transform .35s ease,filter .35s ease}.gallery-item:hover img{transform:scale(1.025);filter:saturate(1.08)}@media(max-width:800px){.gallery-heading{display:block}.gallery-heading h2{margin-bottom:16px}.gallery-grid{columns:2}}@media(max-width:520px){.gallery-grid{columns:1;column-gap:0}.gallery-item{margin-bottom:10px}}
