article.project-page{display:flex;flex-direction:column;align-items:center;padding-right:20px;padding-left:20px;padding-top:var(--padding-y-20-120)}article.project-page h1{color:var(--gray-600);font-weight:500;font-size:clamp(1.5rem,1.2rem + .8vw,2rem);line-height:26px;margin:0}article.project-page>.project-head,article.project-page>.project-content{width:100%}article.project-page>.project-head{max-width:1440px;display:flex;flex-direction:column;gap:20px}article.project-page>.project-head>.project-meta{display:flex;align-items:center;flex-wrap:wrap;gap:12px}article.project-page>.project-head>.project-meta>p,article.project-page>.project-head>.project-meta>span{color:var(--gray-600);font-size:clamp(1rem,.8rem + .5vw,1.25rem);line-height:26px;margin:0}article.project-page>.project-head>.project-meta>span{font-weight:400}article.project-page>.project-content{max-width:1920px;display:flex;flex-direction:column;align-items:center}article.project-page>.project-content h2{font-size:var(--font-size-56);line-height:1.3}article.project-page>.project-content>section{padding-top:var(--padding-y-20-60);padding-bottom:var(--padding-y-20-60)}article.project-page>.project-content>section:not(.is-layout-grid){gap:clamp(20px,-18.9px + 4.11vw,60px)}.next-projects-section{display:flex;justify-content:center}.next-projects-section>.next-projects-content{width:100%;max-width:1920px;padding-left:20px;padding-right:20px;padding-top:var(--padding-y-20-120);padding-bottom:var(--padding-y-20-120)}.next-projects-section>.next-projects-content>.next-projects-title{color:var(--black-color);text-transform:uppercase;font-weight:500;font-size:clamp(2rem,2.625rem - (1920px - 100vw)*.015,2.625rem);line-height:60px;margin:0}.next-projects-section>.next-projects-content>.next-projects-grid{display:flex;justify-content:space-between;flex-wrap:wrap;gap:32px 1%;margin-top:clamp(20px,-18.9px + 4.11vw,60px)}.next-projects-section>.next-projects-content>.next-projects-grid>.next-project-card{display:block;text-decoration:none;cursor:pointer}@media all and (min-width:992px){.next-projects-section>.next-projects-content>.next-projects-grid>.next-project-card{width:49%}}@media all and (max-width:991px){.next-projects-section>.next-projects-content>.next-projects-grid>.next-project-card{width:100%}}.next-projects-section>.next-projects-content>.next-projects-grid>.next-project-card>.next-project-card__image-wrap{overflow:hidden;border-radius:10px;aspect-ratio:1/.86;background-color:var(--gray-300)}.next-projects-section>.next-projects-content>.next-projects-grid>.next-project-card>.next-project-card__image-wrap .next-project-card__image{width:100%;height:100%;object-fit:cover;object-position:center center;display:block;transition:transform .5s cubic-bezier(.15,.7,.78,1)}.next-projects-section>.next-projects-content>.next-projects-grid>.next-project-card:hover .next-project-card__image{transform:scale(1.037) translateZ(.01px)}.next-projects-section>.next-projects-content>.next-projects-grid>.next-project-card>.next-project-card__caption{margin-top:24px;display:flex;color:#203939;line-height:1.4;font-size:clamp(1.125rem,1rem + .3vw,1.5rem);letter-spacing:2px}@media all and (min-width:992px){.next-projects-section>.next-projects-content>.next-projects-grid>.next-project-card>.next-project-card__caption{gap:24px}}@media all and (max-width:991px){.next-projects-section>.next-projects-content>.next-projects-grid>.next-project-card>.next-project-card__caption{flex-direction:column;gap:6px}}.next-projects-section>.next-projects-content>.next-projects-grid>.next-project-card>.next-project-card__caption>.next-project-card__name{font-weight:700}.next-projects-section>.next-projects-content>.next-projects-grid>.next-project-card>.next-project-card__caption>.next-project-card__description{font-weight:300}