/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */.block{display:block}.flex{display:flex}*{box-sizing:border-box}body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;scroll-behavior:smooth;overflow-anchor:none;margin:0;padding:0;font-family:Authentic Sans,sans-serif;font-weight:400;overflow-x:hidden}body,html{width:100%;height:100%}body{padding-top:49px;overflow:hidden auto}.App,body{position:relative}.App{flex-direction:column;width:100%;min-height:100vh;display:flex;overflow:visible}#title-wrapper{padding:5rem 3rem 10rem}#project-page-header{padding:0 0 4rem}:root{--text-primary:#0a0a0a;--text-secondary:#a2a2a2;--line:#c9c9c9}@font-face{font-family:Authentic Sans;src:url(/assets/fonts/authentic-sans-60.otf)format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Authentic Sans;src:url(/assets/fonts/authentic-sans-90.otf)format("opentype");font-weight:700;font-style:normal;font-display:swap}h1{color:var(--text-primary);font-size:24px;font-weight:400}h1,p{margin:0}p{padding:0}.titleHeader h1{line-height:1.4!important}h2{color:var(--text-primary);margin:0;font-size:16px;font-weight:400}.caption{color:var(--text-secondary);margin:0;font-size:12px}.body{color:var(--text-primary);margin:0;font-size:14px;line-height:1.4}.titleHeader{width:100%;margin:0;padding:0}.mobile-break{display:none}.desktop-break{display:block}@media (max-width:424px){.mobile-break{display:block}.desktop-break{display:none}}.projectHeader{flex-direction:column;row-gap:.25rem;padding:1.5rem 1.5rem 3rem;display:flex}#projects{scroll-margin-top:20px}.wrapper{background:0 0;margin-top:0;padding:0 1.5rem;position:relative}.header{box-sizing:border-box;border-bottom:1px solid var(--line);z-index:1000;background-color:#fff;justify-content:space-between;align-items:center;height:49px;padding:0 1.5rem;position:fixed;top:0;left:0}.header,.projectCard{width:100%;display:flex}.projectCard{flex-direction:column;gap:1rem;max-width:800px;margin:0 auto}.projectCard-link{color:inherit;text-decoration:none;transition:transform .2s;display:block}.projectCard-link:hover{transform:translateY(-2px)}.project-image-container{aspect-ratio:4/3;background-color:#a0a0a0;border-radius:4px;overflow:hidden}.project-image-container img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.projectCard-link:hover .project-image-container img{transform:scale(1.02)}.project-content{gap:.5rem}#project-wrapper,.project-content{flex-direction:column;display:flex}#project-wrapper{gap:.35rem;margin-bottom:4rem;padding:0 1.5rem}.project-categories{color:var(--text-secondary);letter-spacing:.02em;margin:0;font-size:12px;font-weight:400}.project-title{color:var(--text-primary);margin:0;font-size:16px;font-weight:600;line-height:1.3}.subtitle{color:var(--text-secondary);letter-spacing:.02em;width:100%;margin:.75rem 0 0;padding:0;font-size:14px;font-weight:400;line-height:1.3}@media (min-width:830px) and (max-width:1199px){h1{font-size:24px;font-weight:700}h2{font-size:18px}.caption{font-size:12px}.body{font-size:18px}.titleHeader{padding:0}.subtitle{padding:0;font-size:16px}.wrapper{padding:0 1.5rem}.projectHeader{padding:1.5rem 0 3rem}.project-categories{font-size:13px}.project-title{font-size:16px}.cta-title{font-size:28px}.cross-button{padding:14px 28px;font-size:15px}}@media (min-width:1200px){h1{font-size:3rem;font-weight:700}.titleHeader{padding:0;font-size:2rem;font-weight:700}h2{font-size:24px}.caption{font-size:18px}.body{font-size:24px}.subtitle{padding:0;font-size:18px}.wrapper{padding:0 1.5rem}.projectHeader{padding:1.5rem 0 3rem}.project-categories{font-size:14px}.project-title{font-size:16px}.cta-title{font-size:32px}.cta-button{padding:16px 32px;font-size:16px}}@media (min-width:1600px){.subtitle,.titleHeader{padding:0}.wrapper{padding:0 1.5rem}}.footer{margin:1.5rem 3.25rem}.home-button{justify-content:flex-end;align-items:center;height:3rem;display:flex}.home-button img{width:3rem;height:3rem}.menu-button.mobile-menu-icon{width:3rem;height:3rem;box-shadow:none;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.menu-button.mobile-menu-icon img{width:20px;height:20px}.mobile-menu-overlay{z-index:2000;background:#0000004d;justify-content:flex-end;align-items:flex-start;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.mobile-menu{box-sizing:border-box;border-left:1px solid var(--line);background:#fff;flex-direction:column;gap:.375rem;width:66.67vw;height:100vh;padding:calc(49px + 2rem) 2rem 2rem;animation:slideInFromRight .3s ease-out forwards;display:flex;position:relative;transform:translate(100%)}@keyframes slideInFromRight{0%{transform:translate(100%)}to{transform:translate(0)}}.mobile-menu a{color:var(--text-primary);text-align:left;border-bottom:1px solid var(--line);margin:0 -2rem;padding:.75rem 2rem;font-size:14px;font-weight:600;text-decoration:none;transition:color .2s}.mobile-menu a:last-child{border-bottom:none}.mobile-menu a:hover{color:var(--text-secondary)}.mobile-menu-close{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;display:flex;position:absolute;top:.25rem;right:1.75rem}.desktop-nav-links{align-items:center;display:none}.desktop-nav-links a{color:var(--text-primary);margin-left:1.5rem;padding:.5rem 0;font-size:14px;font-weight:600;text-decoration:none}.desktop-nav-links a:hover{color:var(--text-secondary)}@media (min-width:830px){.menu-button.mobile-menu-icon{display:none}.desktop-nav-links{flex-direction:row;display:flex}}@media (min-width:1200px){.desktop-nav-links a{margin-left:2rem;font-size:14px}}.divider-bg{z-index:2;pointer-events:none;box-sizing:border-box;width:100%;height:0;position:absolute;bottom:0;left:0}.modal-overlay{z-index:3000;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{border:1px solid var(--line);background:#fff;width:90vw;max-width:480px;padding:1.5rem}.modal-title{margin:0 0 .5rem;font-size:18px}.modal-text{margin:0 0 1rem;font-size:14px}.divider-line{z-index:1;background:#ccc;width:100%;height:1px;position:absolute;top:0;left:0}.cross-group{justify-content:center;align-items:center;width:21px;height:21px;display:flex;position:absolute;top:-10px}.cross-group.left{z-index:4;left:14px}.cross-group.right{z-index:4;right:14px}.cross.white{z-index:3;width:21px;height:21px;position:absolute;top:0;left:0}.cross.white:after,.cross.white:before{content:"";background:#fff;position:absolute}.cross.white:before{width:1px;height:21px;top:0;left:10px}.cross.white:after{width:21px;height:1px;top:10px;left:0}.cross.black{z-index:4;width:11px;height:11px;position:absolute;top:5px;left:5px}.cross.black:after,.cross.black:before{content:"";background:#000;position:absolute}.cross.black:before{width:1px;height:11px;top:0;left:5px}.cross.black:after{width:11px;height:1px;top:5px;left:0}.vertical-line{background:var(--line);z-index:2;pointer-events:none;width:1px;height:100vh;position:fixed;top:0;bottom:0}.vertical-line.left{left:1.5rem}.vertical-line.right{right:1.5rem}.vertical-line.left:before,.vertical-line.right:before{content:"";z-index:2;background:#fff;width:1px;height:31px;position:absolute;top:calc(100vh - 15.5px);left:0}h1.titleHeader{color:var(--text-primary);font-weight:700;line-height:1.2!important}.cta-section{background-color:#fbf9f3;padding:4rem 1.5rem}.cta-content{text-align:left;flex-direction:column;align-items:flex-start;gap:2rem;display:flex}.cta-content .cross-button{align-self:flex-end}@media (max-width:767px){.cta-content{flex-direction:column;justify-content:flex-start;align-items:flex-start}}.cta-title{margin:0;font-size:24px;font-weight:600;line-height:1.3}.cross-button,.cta-title{color:var(--text-primary)}.cross-button{border:1px solid var(--text-primary);cursor:pointer;background:0 0;border-radius:0;padding:12px 18px;font-family:inherit;font-size:14px;font-weight:400;transition:all .3s;position:relative}.cross-button:before{width:1px;height:11px;top:-6px;right:-1px}.cross-button:after,.cross-button:before{content:"";background:var(--text-primary);position:absolute}.cross-button:after{width:11px;height:1px;top:-1px;right:-6px}.cross-button:hover{background-color:var(--text-primary);color:#fff;transform:translateY(-1px)}.newsletter-section{color:#fff;z-index:10;background-color:#000;padding:3rem;position:relative}.newsletter-content{flex-direction:column;gap:2rem;display:flex}.newsletter-title{color:#888;margin:0;font-size:18px;font-weight:400}.newsletter-form{flex-direction:column;gap:1.5rem;width:100%;max-width:420px;display:flex}.newsletter-input{color:#fff;background:0 0;border:none;border-bottom:1px solid #555;outline:none;width:100%;max-width:420px;padding:12px 0;font-family:inherit;font-size:14px}.newsletter-input::placeholder{color:#888}.newsletter-input:focus{border-bottom-color:#fff}.newsletter-section .cross-button{color:#fff;border-color:#fff;align-self:flex-end}.newsletter-section .cross-button:after,.newsletter-section .cross-button:before{background:#fff}.newsletter-section .cross-button:hover{color:#000;background-color:#fff}.footer-section{color:#fff;z-index:10;background-color:#000;padding:2rem 1.5rem;position:relative}.copyright{color:#888;text-align:left;margin:0;font-size:14px;font-weight:400}.paragraph-content{width:100%;padding:1rem 1.5rem}@media (min-width:830px) and (max-width:1199px){.paragraph-content.right-aligned{text-align:left;width:65%;margin-left:auto;margin-right:0}.paragraph-content.left-aligned{text-align:left;width:65%;margin-left:0;margin-right:auto}}@media (min-width:1200px){.paragraph-content.right-aligned{text-align:left;width:65%;margin-left:auto;margin-right:0}.paragraph-content.left-aligned{text-align:left;width:65%;margin-left:0;margin-right:auto}}.project-title{padding:0!important}.project-hero-image{width:100%;margin-bottom:calc(.5vw + 1rem)}.project-highlight{padding-bottom:4rem}.services-highlight{padding-bottom:.05rem}.highlight-text{color:var(--text-primary);margin:0;padding:3rem 1.5rem;font-weight:700;line-height:1.3}.project-image{padding-bottom:4rem}.project-image-container{width:100%;margin-bottom:.5rem}.project-image .caption{padding-left:1.5rem;padding-right:1.5rem}.project-paragraph{padding-top:4rem;padding-bottom:4rem}.project-highlight+.project-paragraph,.project-highlight+.wrapper.project-paragraph{padding-top:1rem}.project-paragraph+.project-paragraph,.wrapper.project-paragraph+.wrapper.project-paragraph{padding-top:.5rem}.service-block{padding-top:0;padding-bottom:.5rem}.service-block+.service-block,.services-highlight+.project-paragraph,.services-highlight+.wrapper.project-paragraph{padding-top:.05rem}.section-approach{padding-top:4rem}.paragraph-subtitle{color:var(--text-secondary);margin:0 0 .5rem;font-size:14px}.paragraph-description{color:var(--text-primary);margin:0;font-size:14px;line-height:1.4}.bullet-list{margin-top:.5rem}@media (min-width:830px) and (max-width:1199px){.paragraph-description,.paragraph-subtitle{font-size:18px}}@media (min-width:1200px){.project-highlight,.project-image,.project-paragraph{padding-bottom:5rem}.paragraph-subtitle{margin-bottom:.25rem;font-size:24px}.paragraph-description{font-size:24px}.bullet-list{margin-top:.5rem}}