.catalogue-page{position:relative;padding:1em;width:100%;margin:0 auto;background-color:#fff}.sticky-header{position:-webkit-sticky;position:sticky;top:2rem;background-color:#fff;z-index:1;padding-bottom:2rem}.projects-header h1{font-size:7.5rem;font-weight:400;color:#000;letter-spacing:-.03em;margin:0}.projects-header h1 sup{font-size:1.8rem;font-weight:400;color:#000;top:-1.2rem;position:relative;margin-left:.5rem;letter-spacing:0}.products{display:flex;flex-direction:column;gap:2em}.row{position:relative;will-change:transform,opacity}.column,.row{display:flex;gap:1em}.column{flex:1 1;flex-direction:column}.product-card{display:flex;flex-direction:column}.product-card-image{width:100%;height:55vh;margin-bottom:.5em;overflow:hidden}.product-card-img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;will-change:transform}.product-link:hover .product-card-img{transform:scale(1.05)}.product-link{transition:opacity .3s ease}.product-link.faded{opacity:0;pointer-events:none}.product-info{display:flex;justify-content:space-between;align-items:center;width:100%}.scroll-padding-top{width:100%;height:25vh}.scroll-padding-bottom{width:100%;height:50vh}@media (max-width:900px){.products{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.column,.row{display:contents}.empty-column{display:none}.product-card-image{aspect-ratio:auto;width:100%;overflow:hidden;height:30vh}.product-card-img{width:100%;height:100%;object-fit:cover;max-width:100%}.sticky-header{padding-bottom:1.5rem;width:100%;top:2.5rem}.projects-header h1{font-size:3.5rem;padding-top:1.5rem}.projects-header h1 sup{font-size:1.2rem;top:-.5rem}.status-filter-btn{font-size:.8rem!important}.filter-container{gap:.75rem!important;padding-top:.5rem!important}}.status-filter-btn{color:#000000b7;text-decoration:none;border:none;outline:none;background-color:transparent;font-family:var(--font-overused-grotesk),sans-serif;font-weight:400;padding:0;margin:0;cursor:pointer;transition:color .2s;font-size:1rem}.status-filter-btn:hover{color:#222;text-decoration:underline}.status-filter-btn.active{color:#000;text-decoration:underline}.filter-container{display:flex;gap:1rem;flex-wrap:wrap}.product-card-img{will-change:clip-path}.product-card-img.loaded{-webkit-clip-path:none;clip-path:none}