.gallery-page-layout{padding-top:140px;padding-bottom:120px;background:var(--bg-base)}.gallery-header{text-align:center;margin-bottom:80px}.gallery-header h1{font-family:var(--font-display);font-size:clamp(36px,6vw,64px);color:#fff}.gallery-header p{color:#8a8f98;font-size:18px;max-width:600px;margin:16px auto 0}.gallery-masonry{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:240px;grid-gap:24px;gap:24px}.gallery-item{position:relative;border-radius:24px;overflow:hidden;border:1px solid hsla(0,0%,100%,.05)}.gallery-item.large{grid-row:span 2}.gallery-item.medium{grid-column:span 2}.gallery-media{width:100%;height:100%;position:relative}.gallery-media img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}.gallery-item:hover .gallery-media img{transform:scale(1.1)}.gallery-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.8),transparent 60%);display:flex;align-items:flex-end;padding:32px;opacity:0;transition:opacity .4s ease}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-overlay h3{color:#fff;font-size:18px;font-weight:600}@media (max-width:1024px){.gallery-masonry{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.gallery-masonry{grid-template-columns:1fr;grid-auto-rows:300px}.gallery-item.large,.gallery-item.medium{grid-column:auto;grid-row:auto}}