.gallery-section{width:100vw;margin-left:calc(50% - 50vw);padding:42px 4vw 24px}.gallery-grid{grid-template-columns:repeat(4,minmax(0,1fr));width:100%;max-width:none;gap:20px}.gallery-grid a{min-width:0}.gallery-grid img{width:100%;height:clamp(180px,19vw,320px);object-fit:contain}@media(max-width:900px){.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-grid img{height:clamp(180px,32vw,260px)}}@media(max-width:600px){.gallery-section{padding-right:20px;padding-left:20px}.gallery-grid{grid-template-columns:1fr}.gallery-grid img{height:auto;min-height:180px}}
