.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%;box-sizing:border-box}.project-card{background-color:#161618;width:100%}.project-card-inner{display:flex;flex-direction:column;text-decoration:none;width:100%;height:100%}.project-image-box{width:100%;aspect-ratio:4/3;overflow:hidden}.project-image{width:100%;height:100%;background-size:cover;background-position:50%;background-repeat:no-repeat;transition:transform .6s cubic-bezier(.16,1,.3,1)}.project-image.placeholder{background-color:#222225}.projects-grid>.project-card:nth-child(3n+2) .project-card-inner{flex-direction:column-reverse}.project-meta-box{padding:2.5rem 2rem;display:flex;flex-direction:column;justify-content:space-between;flex-grow:1;min-height:200px}.project-title{margin-bottom:auto}.project-card:hover .project-image{transform:scale(1.04)}.project-card:hover{background-color:#1a1a1f}@media(max-width:1024px){.projects-grid{grid-template-columns:repeat(2,1fr);padding:0}.projects-grid>.project-card:nth-child(3n+2) .project-card-inner{flex-direction:column}}@media(max-width:768px){.projects-grid{grid-template-columns:1fr;padding:0}.project-meta-box{padding:2rem 1.5rem;min-height:auto}}