.projects-section{background:#f5f5f5;width:100%;position:relative}.projects-section .projects-container{color:#111;z-index:2;background-color:#fff;position:relative}.projects-section .bottom-decorator{z-index:1;background:linear-gradient(#fff,#f5f5f5);width:100%;height:100px;position:absolute;bottom:0;left:0}.projects-section .grid-layout{grid-template-columns:1fr;align-items:flex-start;gap:2rem;display:grid}@media (min-width:1024px){.projects-section .grid-layout{grid-template-columns:4.2fr 4.2fr 3fr;gap:3rem}}@media (min-width:1280px){.projects-section .grid-layout{grid-template-columns:3.8fr 4fr 3fr;gap:4rem}}.projects-section .projects-list{flex-direction:column;display:flex}.projects-section .projects-list .project-item{padding-top:.5rem;padding-bottom:1.5rem}@media (min-width:1024px){.projects-section .projects-list .project-item{padding-top:1rem;padding-bottom:2rem}}.projects-section .projects-list .project-item:last-child{border-bottom:none;padding-bottom:0}.projects-section .projects-list .project-item .item-meta{border-bottom:1px solid #0000001a;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem;display:flex}.projects-section .projects-list .project-item .item-meta .category{color:#000;font-size:.95rem;font-weight:700}.projects-section .projects-list .project-item .item-meta .year{color:#1119;font-size:.95rem;font-weight:500}.projects-section .projects-list .project-item .desktop-layout{display:none!important}@media (min-width:1024px){.projects-section .projects-list .project-item .desktop-layout{display:grid!important}}.projects-section .projects-list .project-item .mobile-layout{flex-direction:column;gap:1.25rem;padding-bottom:0;display:flex!important}@media (min-width:1024px){.projects-section .projects-list .project-item .mobile-layout{display:none!important}}.projects-section .projects-list .project-item .mobile-layout .img-col{aspect-ratio:16/10;background:#eee;border-radius:1rem;width:100%;overflow:hidden}.projects-section .projects-list .project-item .mobile-layout .img-col img{object-fit:cover;width:100%;height:100%}.projects-section .projects-list .project-item .mobile-layout .project-title{color:#111;letter-spacing:-.02em;margin:0;font-size:1.5rem;font-weight:500;line-height:1.25}.projects-section .projects-list .project-item .mobile-layout .tags{flex-wrap:wrap;gap:.6rem;margin:0;display:flex}.projects-section .projects-list .project-item .mobile-layout .tags .tag{color:#111c;background-color:#0000000f;border-radius:9999px;padding:.5rem 1.1rem;font-size:.75rem;font-weight:600}.projects-section .projects-list .project-item .mobile-layout .desc-col p{color:#111111b3;max-height:65px;margin:0;padding-bottom:.5rem;font-size:.95rem;font-weight:400;line-height:1.5;overflow:hidden;-webkit-mask-image:linear-gradient(#000 50%,#0000 100%);mask-image:linear-gradient(#000 50%,#0000 100%)}.projects-section .projects-list .project-item .mobile-layout .explore-btn{color:#111;align-items:center;gap:.5rem;width:fit-content;font-size:.95rem;font-weight:700;text-decoration:none;transition:opacity .3s;display:inline-flex}.projects-section .projects-list .project-item .mobile-layout .explore-btn:hover{opacity:.7}.projects-section .projects-list .project-item .mobile-layout .explore-btn svg{width:18px;height:18px;transition:transform .3s}.projects-section .projects-list .project-item .mobile-layout .explore-btn:hover svg{transform:translate(4px)}.projects-section .projects-list .project-item .item-content .img-col{aspect-ratio:16/10;background:#eee;border-radius:1rem;width:100%;overflow:hidden}.projects-section .projects-list .project-item .item-content .img-col img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.projects-section .projects-list .project-item .item-content .img-col:hover img{transform:scale(1.03)}.projects-section .projects-list .project-item .item-content .info-col{flex-direction:column;max-width:430px;height:100%;display:flex}.projects-section .projects-list .project-item .item-content .info-col .tags{flex-wrap:wrap;gap:.6rem;max-width:330px;margin-top:1rem;margin-bottom:2rem;display:flex}@media (min-width:1024px){.projects-section .projects-list .project-item .item-content .info-col .tags{gap:.75rem;margin-bottom:4rem}}.projects-section .projects-list .project-item .item-content .info-col .tags .tag{color:#111c;background-color:#0000000f;border-radius:9999px;padding:.5rem 1.1rem;font-size:.75rem;font-weight:600}.projects-section .projects-list .project-item .item-content .info-col .explore-btn{color:#111;align-items:center;gap:.5rem;width:fit-content;margin-top:auto;font-size:.95rem;font-weight:700;text-decoration:none;transition:opacity .3s;display:inline-flex}.projects-section .projects-list .project-item .item-content .info-col .explore-btn:hover{opacity:.7}.projects-section .projects-list .project-item .item-content .info-col .explore-btn svg{width:18px;height:18px;transition:transform .3s}.projects-section .projects-list .project-item .item-content .info-col .explore-btn:hover svg{transform:translate(4px)}.projects-section .projects-list .project-item .item-content .desc-col p{color:#111111b3;max-height:230px;margin:0;padding-bottom:1rem;font-size:.95rem;font-weight:400;line-height:1.5;overflow:hidden;-webkit-mask-image:linear-gradient(#000 60%,#0000 100%);mask-image:linear-gradient(#000 60%,#0000 100%)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.projects-section .projects-list-animate{animation:.5s cubic-bezier(.16,1,.3,1) forwards fadeInUp}.projects-section .explore-all-container{justify-content:center;width:100%;margin-top:3.5rem;display:flex}.projects-section .explore-all-container .btn-explore-all{color:#fff;background-color:#000;border-radius:9999px;align-items:center;gap:.75rem;padding:.9rem 2.2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 12px #0000000d}.projects-section .explore-all-container .btn-explore-all:hover{background-color:#1a1a1a;transform:translateY(-2px);box-shadow:0 8px 24px #0000001f}.projects-section .explore-all-container .btn-explore-all svg{stroke:#fff;width:18px;height:18px;transition:transform .3s cubic-bezier(.16,1,.3,1)}.projects-section .explore-all-container .btn-explore-all:hover svg{transform:translate(4px)}.projects-section .next-title-container{justify-content:space-between;align-items:center;width:100%;margin-bottom:2.5rem;display:flex}@media (max-width:768px){.projects-section .next-title-container{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:1.75rem}}.projects-section .next-title-container .next-title-description{color:#0009;letter-spacing:-.4px;max-width:450px;font-size:16px;font-style:normal;font-weight:400;line-height:130%}@media (max-width:768px){.projects-section .next-title-container .next-title-description{max-width:100%}}.projects-section .next-title-container .next-title-text{font-family:var(--font-dm-sans),"DM Sans",sans-serif;color:#111;letter-spacing:-1px;margin:0;font-size:46px;font-weight:400}@media (max-width:768px){.projects-section .next-title-container .next-title-text{letter-spacing:-.5px;font-size:28px}}.projects-section .next-title-container .next-title-link{font-family:var(--font-dm-sans),"DM Sans",sans-serif;color:#111;align-items:center;gap:.6rem;font-size:14px;font-weight:500;text-decoration:none;transition:opacity .25s;display:inline-flex}@media (max-width:768px){.projects-section .next-title-container .next-title-link{gap:.4rem;font-size:12px}}.projects-section .next-title-container .next-title-link:hover{opacity:.75}.projects-section .next-title-container .next-title-link:hover .arrow-icon{transform:translate(4px)}.projects-section .next-title-container .next-title-link .arrow-icon{stroke:#111;width:16px;height:16px;transition:transform .25s}@media (max-width:768px){.projects-section .next-title-container .next-title-link .arrow-icon{width:14px;height:14px}}
