.project-gallery{background:#000;color:#fff;padding:90px 24px}.gallery-container{margin:0 auto;max-width:1400px}.gallery-header{align-items:flex-end;display:flex;gap:30px;justify-content:space-between;margin-bottom:50px}.gallery-label{color:#a8a8a8;font-size:14px;letter-spacing:4px;margin:0 0 14px;text-transform:uppercase}.gallery-header h2{font-size:52px;font-weight:700;line-height:1.1;margin:0}.gallery-button{background:#fff;border-radius:18px;color:#000;font-weight:700;padding:16px 24px;text-decoration:none;transition:.3s ease;white-space:nowrap}.gallery-button:hover{background:#e7e7e7}.gallery-grid{display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}.gallery-card{aspect-ratio:4/5;background:#111;border:1px solid hsla(0,0%,100%,.08);border-radius:32px;overflow:hidden;position:relative}.gallery-image{display:block;height:100%;object-fit:cover;transition:.5s ease;width:100%}.gallery-card:hover .gallery-image{transform:scale(1.04)}.gallery-card:after{background:linear-gradient(0deg,rgba(0,0,0,.55),rgba(0,0,0,.05));content:"";inset:0;position:absolute}@media(max-width:1024px){.project-gallery{padding:80px 24px}.gallery-grid{grid-template-columns:repeat(2,1fr)}.gallery-header h2{font-size:42px}}@media(max-width:768px){.project-gallery{padding:70px 20px}.gallery-header{align-items:flex-start;flex-direction:column;margin-bottom:36px}.gallery-header h2{font-size:34px}.gallery-button{text-align:center;width:100%}.gallery-grid{grid-template-columns:1fr}.gallery-card{border-radius:24px;min-height:420px}}