@media only screen and (min-width:0rem){#hero-project{padding:clamp(12.5rem,30vw,25rem) 1rem clamp(6.25rem,14vw,10rem);position:relative;z-index:1}#hero-project .cs-container{margin:auto;max-width:80rem;width:100%}#hero-project .cs-container,#hero-project .cs-content{align-items:flex-start;display:flex;flex-direction:column}#hero-project .cs-breadcrumb{align-items:center;color:var(--bodyTextColorWhite);display:flex;font-size:.875rem;gap:.5rem;line-height:1.5em;margin-bottom:1rem;text-decoration:none;transition:color .3s}#hero-project .cs-breadcrumb img{filter:brightness(0) invert(1);height:auto;width:.75rem}#hero-project .cs-breadcrumb:hover{color:var(--primaryLight)}#hero-project .cs-title{color:var(--bodyTextColorWhite);font-size:clamp(2.4375rem,5vw,3.8125rem);font-weight:400;line-height:1.2em;margin:0;max-width:50rem;text-align:left}#hero-project .cs-background{display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:-2}#hero-project .cs-background:before{background:linear-gradient(180deg,rgba(0,0,0,.4) 0,rgba(0,0,0,.7));content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}#hero-project .cs-background img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}#project-details{background-color:#f6f4f1;padding:var(--sectionPadding)}#project-details .cs-container{display:flex;flex-direction:column;gap:clamp(3rem,6vw,4rem);margin:auto;max-width:80rem;width:100%}#project-details .cs-content{display:flex;flex-direction:column;gap:2rem}#project-details .cs-info{border-bottom:1px solid rgba(0,0,0,.1);display:flex;flex-direction:column;gap:1rem;padding-bottom:2rem}#project-details .cs-info-item{display:flex;flex-direction:column;gap:.25rem}#project-details .cs-label{color:var(--primary);font-size:.75rem;font-weight:700;letter-spacing:.1em;line-height:1.2em;text-transform:uppercase}#project-details .cs-value{color:var(--headerColor);font-size:1rem;line-height:1.5em}#project-details .cs-description p{color:var(--bodyTextColor);font-size:1rem;line-height:1.6em;margin-bottom:1rem}#project-details .cs-description p:last-of-type{margin-bottom:0}#project-details .cs-gallery{display:grid;gap:clamp(.75rem,1.5vw,1rem);grid-template-columns:1fr}#project-details .cs-picture{aspect-ratio:4/3;display:block;overflow:hidden;position:relative;width:100%}#project-details .cs-picture img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}}@media only screen and (min-width:48rem){#project-details .cs-info{flex-direction:row;gap:clamp(2rem,5vw,4rem)}#project-details .cs-gallery{grid-template-columns:repeat(6,1fr)}#project-details .cs-gallery .cs-picture.cs-picture-1{aspect-ratio:16/9;grid-column:span 6}#project-details .cs-gallery .cs-picture.cs-picture-2{aspect-ratio:4/3;grid-column:span 4}#project-details .cs-gallery .cs-picture.cs-picture-3,#project-details .cs-gallery .cs-picture.cs-picture-4{aspect-ratio:3/4;grid-column:span 2}#project-details .cs-gallery .cs-picture.cs-picture-5{aspect-ratio:4/3;grid-column:span 4}#project-details .cs-gallery .cs-picture.cs-picture-6{aspect-ratio:16/9;grid-column:span 6}}@media only screen and (min-width:64rem){#project-details .cs-container{align-items:flex-start;flex-direction:row}#project-details .cs-content{position:sticky;top:6.25rem;width:35%}#project-details .cs-gallery{width:65%}}