.hero{justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:-1;background-image:url(https://images.unsplash.com/photo-1600210492486-724fe5c67fb0?q=80&w=2000&auto=format&fit=crop);background-position:50%;background-size:cover;width:100%;height:100vh;animation:30s linear infinite alternate forwards heroScale;position:absolute;top:0;left:0}@keyframes heroScale{0%{transform:scale(1)}to{transform:scale(1.1)}}.hero:after{content:"";z-index:-1;background:linear-gradient(90deg,#0b0b0c99 0%,#0b0b0c00 60%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{text-align:left;color:#fff;width:100%;padding-top:25vh}@media (min-width:768px){.hero-content{padding-top:15vh}}.hero-title{flex-direction:column;display:flex}.hero-line{line-height:var(--line-height-h1);display:block}.hero-line.indent{margin-left:15vw}.hero-ctas{align-items:flex-start;margin-top:4rem;display:flex}.hero-location{color:#ffffffb3}.section-padding{padding-top:var(--section-spacing);padding-bottom:var(--section-spacing)}.philosophy-grid{align-items:start}.philosophy-eyebrow{grid-column:1/-1;margin-bottom:2rem}.philosophy-text{grid-column:1/-1}.philosophy-text h2{max-width:20ch}@media (min-width:768px){.philosophy-eyebrow{grid-column:2/5;margin-bottom:0}.philosophy-text{grid-column:5/12}}.projects-grid{align-items:center}.project-item{grid-column:1/-1;margin-bottom:4rem;position:relative}.project-image-wrapper{background-color:var(--color-secondary);width:100%;margin-bottom:1.5rem;position:relative;overflow:hidden}.project-image{width:100%;height:100%;transition:transform .8s var(--ease-global);background-position:50%;background-size:cover}.project-image-wrapper:hover .project-image{transform:scale(1.03)}.project-meta{transition:transform .4s var(--ease-global);flex-direction:column;gap:.5rem;display:flex}.project-item:hover .project-meta{transform:translateY(-5px)}@media (min-width:768px){.project-item{margin-bottom:0}.projects-grid{gap:15vh 2rem}.item-1{grid-column:2/9}.item-2{grid-column:7/13;margin-top:25vh}.item-3{grid-column:3/11;margin-top:20vh}.item-1 .project-image-wrapper{aspect-ratio:4/5}.item-2 .project-image-wrapper{aspect-ratio:3/4}.item-3 .project-image-wrapper{aspect-ratio:16/9}}.item-1-img{background-image:url(/penthouse.jpeg)}.item-2-img{background-image:url(https://images.unsplash.com/photo-1618221195710-dd6b41faaea6?q=80&w=1000&auto=format&fit=crop)}.item-3-img{background-image:url(https://images.unsplash.com/photo-1600585154340-be6161a56a0c?q=80&w=1000&auto=format&fit=crop)}.client-experience{background-color:var(--color-secondary);width:100%}.experience-grid{gap:0}.experience-image{background-color:#dcd9d4;grid-column:1/-1;height:60vh}.exp-img-inner{background-image:url(https://images.unsplash.com/photo-1586023492125-27b2c045efd7?q=80&w=1000&auto=format&fit=crop);background-position:50%;background-size:cover;width:100%;height:100%}.experience-text{padding:var(--page-margin);flex-direction:column;grid-column:1/-1;justify-content:center;gap:2rem;display:flex}.experience-quote{font-family:var(--font-serif),serif;font-size:clamp(1.5rem,3vw,2.5rem);line-height:1.3}@media (min-width:768px){.experience-image{grid-column:1/7;height:80vh}.experience-text{grid-column:7/-1;padding:10vw}}.process-grid{text-align:center;gap:4rem 2rem}.process-stage{flex-direction:column;grid-column:1/-1;align-items:center;gap:1rem;display:flex}.process-stage .eyebrow{opacity:.6}@media (min-width:768px){.process-grid{text-align:left}.process-stage{grid-column:span 4;align-items:flex-start}}.final-cta{background-color:var(--color-primary);color:var(--color-base);text-align:center}.final-cta-inner{flex-direction:column;align-items:center;gap:3rem;display:flex}.submit-inquiry-btn{border:1px solid var(--color-base);color:var(--color-base)}.submit-inquiry-btn:hover{background-color:var(--color-base);color:var(--color-primary)}
