.gallery{background:var(--paper)}.gallery-head{display:grid;grid-template-columns:.75fr 1.25fr;gap:30px;margin-bottom:70px}.gallery-head>p{align-self:end;margin:0;color:var(--muted)}.gallery-grid{display:grid;grid-template-columns:1.06fr .8fr 1.25fr;grid-auto-rows:190px;gap:16px}.gallery-item{overflow:hidden;border:0;padding:0;background:#ddd;cursor:zoom-in}.gallery-item.tall{grid-row:span 2}.gallery-item.wide{grid-column:span 2}.gallery-item img{height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.75,.2,1)}.gallery-item:hover img{transform:scale(1.07)}.lightbox{max-width:min(1000px,90vw);border:0;padding:0;background:transparent}.lightbox::backdrop{background:rgba(20,20,20,.85)}.lightbox img{max-height:85vh;width:auto;max-width:100%;object-fit:contain}.lightbox button{position:absolute;top:-42px;right:0;border:0;background:transparent;color:#fff;font-size:2rem;cursor:pointer}@media(max-width:780px){.gallery-head{grid-template-columns:1fr;margin-bottom:40px}.gallery-head>p{margin-top:15px}}
