:root{--base: #FDFBFB;--main: #66433E;--main-light: #ECE9E8;--accent: #FF0026;--nav-desktop: 14rem;--nav-mobile: 14rem}*,*:before,*:after{box-sizing:border-box;margin:0}body{min-height:100vh;color:var(--main);background:var(--base);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}main{position:absolute;display:flex;align-items:center;justify-content:space-between;flex-direction:column;background:var(--base);margin:0;padding:0;white-space:nowrap;width:calc(100vw - (100vw - 100%));scrollbar-gutter:auto}main a:link{text-decoration:none;color:var(--accent);transition:1s ease}main a:hover{text-decoration:none;color:var(--main)}.content{position:absolute;display:flex;align-items:center;justify-content:flex-start;flex-direction:column;width:100%;top:28vh;background-color:var(--base)}.homepage-container{position:absolute;display:flex;align-items:center;justify-content:center;background:var(--base);width:calc(100vw - (100vw - 100%));height:100vh}.homepage{position:relative;padding-top:8vh;padding-bottom:4vh;padding-left:4rem;padding-right:4rem;height:calc(100vh/1.5);display:flex;align-items:center;justify-content:center}.homepage img{max-height:100%;max-width:100%;z-index:101}.icon{width:4rem;height:auto}.icon img{max-width:100%}.quattrocento-regular{font-family:broadsheet,serif;font-weight:400;font-style:normal}.quattrocento-bold{font-family:Quattrocento,serif;font-weight:700;font-style:normal}.type-body{font-family:kopius,serif;font-weight:400;font-size:1rem}.type-body i{font-family:kopius,serif;font-weight:400;font-style:italic}.type-body b{font-family:kopius,serif;font-weight:600;font-style:normal}.type-body b i{font-family:kopius,serif;font-weight:600;font-style:italic}.h-1{font-family:Quattrocento;font-size:4.5rem;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.81rem;text-transform:uppercase}.h-2{font-family:Kopius;font-size:2.25rem;font-style:normal;font-weight:300;line-height:normal;letter-spacing:.405rem;text-transform:uppercase;color:var(--main)}a.h-2:link,a.h-2:visited{line-height:200%;color:var(--main);transition:ease 1s}a.h-2:hover{color:var(--accent)}.h-3{font-family:Kopius;font-size:1.125rem;font-style:normal;font-weight:300;line-height:normal;letter-spacing:.2025rem;text-transform:uppercase;color:var(--main)}.eyebrow{font-family:broadsheet,serif;font-size:1rem;font-style:normal;font-weight:300;line-height:normal;letter-spacing:.18rem;text-transform:uppercase;color:var(--accent)}nav{position:fixed;width:100vw;display:flex;flex-direction:row;align-items:center;color:var(--accent);height:28vh;align-self:flex-start;z-index:100}nav a:link,nav a:visited{color:var(--main);text-decoration:underline var(--main-light);text-underline-offset:.75rem;transition:ease .5s}nav a:hover{color:var(--main-light);text-decoration:none var(--main-light);text-underline-offset:.75rem}.nav-default{background-color:transparent;padding:3.25rem 4.5rem}.nav-interior{padding:3.25rem 4.5rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.left-nav{display:flex;flex-direction:column;gap:2rem;min-width:33.33%}.center-nav{display:flex;justify-content:center;align-items:center;height:100%;width:33.33%}.right-nav{display:flex;justify-content:flex-end;align-items:center;width:33.33%;height:100%}.nav-links{display:flex;flex-direction:row;align-items:center;gap:2rem;width:fit-content}.nav-breadcrumb{height:100%;width:100%;position:relative;display:flex;flex-direction:row;align-items:center;justify-content:center;font-size:2rem}.nav-breadcrumb p{position:absolute;right:0}.logo{height:100%}.logo img{min-height:70%;max-height:70%}.filters{display:flex;flex-direction:row;align-items:center}.project-grid{display:grid;grid-template-columns:repeat(3,minmax(18rem,1fr));grid-gap:3rem;justify-items:center;justify-content:center;align-items:start;grid-auto-flow:row;align-content:start;width:100%;padding:0rem 4.5rem 3rem;background-color:var(--base)}.project-grid img{max-width:100%;max-height:100%;border-radius:10px}#proj1,#proj2,#proj3,#proj4,#proj5,#proj6,#proj7,#proj8,#proj9,#proj10,#proj11,#proj12{color:var(--accent)}.project-name{font-family:Kopius;font-size:1.125rem;font-style:normal;font-weight:270;line-height:normal;letter-spacing:.2025rem;text-transform:uppercase;display:none;flex-direction:column;justify-content:center;align-items:center;line-height:300%;color:var(--accent)}.proj-content{width:100%;padding:0rem 4.5rem 4.5rem;overflow-x:hidden;text-wrap:wrap;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:4rem;background-color:var(--base)}.proj-content-statement{width:100%;padding:0rem 4.5rem 4.5rem;overflow-x:hidden;text-wrap:wrap;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:2rem;background-color:var(--base)}.proj-content p{width:50%}.proj-content-header{width:100%;height:64vh;overflow:hidden;border-radius:10px}.proj-content img{max-width:inherit;max-height:inherit;height:inherit;width:inherit;object-fit:cover;border-radius:10px}.proj-content-type-block{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;line-height:100%;gap:1rem;margin-bottom:-2rem}.proj-content-img-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(18rem,1fr));grid-gap:3rem;justify-items:center;justify-content:center;align-items:start;grid-auto-flow:row;align-content:start;width:100%}.proj-content-img-grid img{max-width:100%;min-height:100%;width:auto;height:auto;object-fit:cover}.proj-content-img-full{width:100%;height:86vh;overflow:hidden}.proj-content-img-full img{height:100%;object-fit:cover}.content-block{display:grid;grid-template-columns:3fr 1fr;justify-items:center;justify-content:center;align-items:start;grid-auto-flow:row;align-content:start;width:100%;padding:0rem 4.5rem 0rem 0rem;min-height:72vh}.content-block img{max-width:100%;max-height:100%;padding-bottom:4.5rem}.proj-content-video{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:72vh;overflow:hidden}video{width:auto;height:100%}.proj-sqr-video{max-width:100%;min-height:100%;width:auto;height:auto;object-fit:cover}.proj-sqr-video video{width:100%;height:100%}.footer{width:100%;height:fit-content;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;z-index:99;color:var(--main);background-color:var(--main-light);padding:2.5rem 4.5rem}.footer img{height:8vh;margin:.5rem 0 1rem;width:auto}.footer p{font-family:Quattrocento;font-size:.825rem;font-style:normal;font-weight:400;line-height:normal}.info-block{width:100%;padding:0rem;overflow-x:hidden;text-wrap:wrap;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;gap:2rem;background-color:var(--base)}.info-stat-block{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.25rem;margin-top:1rem}.info-eyebrow{font-family:kopius,serif;font-size:1rem;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.18rem;text-transform:uppercase;text-decoration:underline var(--main);text-underline-offset:.75rem;margin-bottom:1.25rem}.info-stats{font-family:kopius,serif;font-weight:400;font-size:.8rem}@media only screen and (max-width: 1111px){nav{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;height:16vh;border-bottom:solid 1px var(--main)}.nav-links{display:flex;flex-direction:row;align-items:center;gap:2rem}.eyebrow{font-size:.8rem}.nav-breadcrumb,.center-nav,.right-nav{display:none}.project-grid{grid-template-columns:auto;padding:0rem 3.5rem 3rem}.project-name{display:flex;font-size:clamp(.8rem,2vw,1.125rem)}.proj-content-header{object-fit:cover;height:32vh}.proj-content-img-full{height:fit-content}.proj-content-img-full img{object-fit:contain}.proj-content-video{max-width:100%;height:auto}.proj-content{padding:0rem 3.5rem 3.5rem;gap:3rem}video{width:100%;height:auto}.proj-content-img-grid{grid-template-columns:1fr}.proj-content p{width:100%}.h-1{font-size:clamp(1.5rem,5vw,3rem)}.h-2{font-size:clamp(1rem,2vw,1.25rem)}.footer{flex-direction:column;justify-content:center}.content{top:22vh}.content-block{grid-template-columns:1fr;grid-template-rows:1fr auto;padding:0 0 4.5rem}.content-block img{max-width:50%}}@media only screen and (min-width: 1660px){.project-grid{width:86%;grid-gap:3.25rem;grid-template-columns:repeat(4,minmax(12rem,1fr));padding:2.25rem 4.5rem 4.5rem}nav{height:24vh}.content{top:24vh}.content-block{width:86%;padding-top:2.25rem;min-height:76vh}}.label-enter-active,.label-leave-active{transition-duration:1.5s;transition-property:opacity;transition-timing-function:ease-in-out}.label-enter-to,.label-leave-from{opacity:1}.label-enter-from,.label-leave-to{opacity:0}
