#gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;margin-top:32px}.section>h1{font-size:clamp(2.3rem,4vw,4rem);margin-bottom:24px}.gallery-photo{padding:0;border:0;background:#fff;color:#303030;text-align:left;font:inherit;cursor:pointer;width:100%}.gallery-photo img{width:100%;height:260px;object-fit:cover}.gallery-photo strong{display:block;font-size:20px;line-height:1.3;margin-top:14px}.gallery-photo span{display:block;font-size:14px;margin-top:6px;color:#5c5b57}#photo-dialog{width:min(1000px,94vw);max-height:92vh;padding:0;background:#fff;color:#303030;border:0}#photo-dialog::backdrop{background:rgba(0,0,0,.8)}#photo-large{width:100%;height:min(58vh,650px);object-fit:contain;background:#252525}#photo-dialog button{font:700 15px Arial;padding:14px 20px;min-height:44px;border:0;background:#f9e522;color:#303030;cursor:pointer}#photo-close{display:block;margin:12px 12px 12px auto}.photo-details{padding:24px}.photo-details h2{font-size:25px;line-height:1.2;margin-bottom:12px}.photo-controls{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:24px}@media(max-width:720px){#gallery-grid{grid-template-columns:1fr}.gallery-photo img{height:280px}.photo-details{padding:18px}#photo-dialog{width:96vw}.header .brand{width:190px}}
