.project-home-section{background-color:#ececec}.project-home-card{display:block;width:100%;border-radius:12px;overflow:hidden;cursor:pointer;text-decoration:none;transition:box-shadow .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.15);background:#000}.project-home-image-wrapper{position:relative;width:100%;aspect-ratio:4/3;min-height:400px}.project-home-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .4s ease;display:block}.project-home-overlay{position:absolute;inset:0;padding:24px;background:linear-gradient(0deg,rgba(0,0,0,1),transparent 75%);color:#fff;display:flex;flex-direction:column;justify-content:flex-end}.project-home-title{margin:0;transform:translateY(60px);transition:transform .3s ease}.project-home-excerpt{margin-top:8px;opacity:0;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease;height:100px;overflow:hidden}.project-home-card:hover{box-shadow:0 8px 20px rgba(0,0,0,.25)}.project-home-card:hover .project-home-image{transform:scale(1.05)}.project-home-card:hover .project-home-title{transform:translateY(0)}.project-home-card:hover .project-home-excerpt{opacity:1;transform:translateY(0)}.projects-swiper{padding-bottom:40px}.projects-pagination{bottom:10px}@media (max-width:768px){.project-home-image-wrapper{aspect-ratio:4/3;min-height:300px}.project-home-excerpt{height:50px}}@media (max-width:576px){.project-home-image-wrapper{min-height:200px}.project-home-excerpt{height:50px}}