:root{--ivory:#f7f4ed;--sand:#ebe4d7;--stone:#cfc4b2;--graphite:#262522;--graphite-soft:#4f4c46;--burgundy:#78362f;--white:#fffdf8;--line:#2625222b;--shell:min(1240px, calc(100vw - 80px));--header-height:88px;color:var(--graphite);background:var(--ivory);font-synthesis:none;text-rendering:optimizelegibility;font-family:DM Sans,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--ivory);min-width:320px;margin:0}body,button,input,select,textarea{font-family:inherit}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{color:inherit}::selection{color:var(--white);background:var(--burgundy)}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.045em;font-family:Manrope,sans-serif;font-weight:500}h1{font-size:clamp(4rem,8.4vw,8.4rem);line-height:.9}h2{font-size:clamp(2.5rem,5vw,5.1rem);line-height:.98}h3{font-size:1.45rem;line-height:1.12}p{color:var(--graphite-soft);line-height:1.7}.shell{width:var(--shell);margin-inline:auto}.section{padding:140px 0}.section--sand{background:var(--sand)}.section--graphite{background:var(--graphite);color:var(--ivory)}.section--graphite p{color:#f7f4edab}.eyebrow{color:var(--burgundy);letter-spacing:.19em;text-transform:uppercase;margin-bottom:26px;font-size:.71rem;font-weight:600;line-height:1.4}.section--graphite .eyebrow{color:#d8a59e}.skip-link{z-index:200;background:var(--graphite);color:#fff;padding:12px 18px;position:fixed;top:12px;left:12px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}:focus-visible{outline:2px solid var(--burgundy);outline-offset:4px}.site-header{z-index:100;height:var(--header-height);background:#f7f4edf0;border-bottom:1px solid #2625221a;position:relative}.header-inner{grid-template-columns:1fr auto 1fr;align-items:center;height:100%;display:grid}.brand{justify-self:start;align-items:center;gap:11px;display:inline-flex}.brand img{object-fit:contain;width:48px;height:48px}.brand span{flex-direction:column;font-family:Manrope,sans-serif;line-height:1;display:flex}.brand strong{letter-spacing:-.03em;font-size:.94rem;font-weight:600}.brand small{color:var(--burgundy);letter-spacing:.22em;text-transform:uppercase;margin-top:5px;font-size:.57rem;font-weight:600}.desktop-nav{align-items:center;gap:34px;display:flex}.desktop-nav a{color:#57534c;font-size:.82rem;position:relative}.desktop-nav a:after{content:"";background:var(--burgundy);transform-origin:100%;height:1px;transition:transform .24s;position:absolute;bottom:-9px;left:0;right:0;transform:scaleX(0)}.desktop-nav a:hover:after,.desktop-nav a.active:after{transform-origin:0;transform:scaleX(1)}.desktop-nav a.active{color:var(--graphite)}.header-call{letter-spacing:.02em;justify-self:end;align-items:center;gap:9px;font-size:.78rem;font-weight:600;display:flex}.header-call svg{color:var(--burgundy)}.menu-toggle{background:0 0;border:0;padding:5px;display:none}.mobile-panel{display:none}.button{letter-spacing:.035em;cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:20px;min-height:52px;padding:0 25px;font-size:.76rem;font-weight:600;transition:color .22s,background .22s,border-color .22s,transform .22s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button--dark{background:var(--graphite);color:var(--white)}.button--dark:hover{background:var(--burgundy)}.button--outline{border-color:var(--graphite);background:0 0}.button--outline:hover{color:var(--white);background:var(--graphite)}.arrow-link{border-bottom:1px solid var(--graphite);letter-spacing:.04em;align-items:center;gap:18px;padding-bottom:7px;font-size:.78rem;font-weight:600;display:inline-flex}.arrow-link svg{transition:transform .2s}.arrow-link:hover svg{transform:translate(5px)}.home-hero{min-height:calc(100svh - var(--header-height));isolation:isolate;position:relative;overflow:hidden}.home-hero-image,.home-hero-shade{width:100%;height:100%;position:absolute;inset:0}.home-hero-image{z-index:-2;object-fit:cover;object-position:center;animation:1.5s cubic-bezier(.2,.8,.2,1) both hero-scale}.home-hero-shade{z-index:-1;background:linear-gradient(90deg,#f7f4edf7 0%,#f7f4ede6 28%,#f7f4ed21 63%,#26252224 100%)}.home-hero-content{min-height:calc(100svh - var(--header-height));flex-direction:column;justify-content:center;padding-top:6vh;display:flex}.home-hero h1{max-width:760px;margin:0 0 48px;font-size:clamp(4rem,8vw,8.25rem)}.home-hero .eyebrow{margin-bottom:32px}.home-hero-bottom{grid-template-columns:1fr;gap:24px;max-width:560px;display:grid}.home-hero-bottom p{max-width:430px;margin-bottom:0;font-size:1rem}.hero-actions{align-items:center;gap:28px;display:flex}.text-link{align-items:center;gap:8px;font-size:.76rem;font-weight:600;display:inline-flex}.hero-scroll{border:1px solid #26252266;border-radius:50%;place-items:center;width:54px;height:54px;display:grid;position:absolute;bottom:34px;right:38px}.hero-scroll:hover{background:var(--ivory)}.hero-reveal{opacity:0;animation:.75s cubic-bezier(.2,.7,.2,1) forwards hero-in;transform:translateY(26px)}.hero-reveal-1{animation-delay:.1s}.hero-reveal-2{animation-delay:.22s}.hero-reveal-3{animation-delay:.37s}@keyframes hero-in{to{opacity:1;transform:translateY(0)}}@keyframes hero-scale{0%{transform:scale(1.035)}to{transform:scale(1)}}.reveal{opacity:0;transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1);transition-delay:var(--reveal-delay,0s);transform:translateY(25px)}.reveal.is-visible{opacity:1;transform:translateY(0)}.intro-grid{grid-template-columns:.72fr 2.1fr .9fr;align-items:start;gap:60px;display:grid}.intro-grid h2{max-width:760px;margin:0;font-size:clamp(2.8rem,5.3vw,5.8rem)}.intro-copy{padding-top:115px}.intro-copy p{margin-bottom:30px}.section-heading{grid-template-columns:.7fr 1.6fr .9fr;align-items:start;gap:60px;margin-bottom:80px;display:grid}.section-heading h2{margin:0;font-size:clamp(2.5rem,4.7vw,5rem)}.section-heading>p:last-child{margin:12px 0 0}.section-heading--center{text-align:center;max-width:780px;margin-inline:auto;display:block}.service-list{border-top:1px solid var(--line)}.service-row{border-bottom:1px solid var(--line);grid-template-columns:80px 1fr 1.1fr 28px;align-items:center;gap:25px;min-height:112px;transition:padding .25s,color .25s;display:grid}.service-row:hover{color:var(--burgundy);padding-inline:14px}.service-index{color:#8e877d;letter-spacing:.1em;font-size:.66rem}.service-row h3{margin:0;font-size:clamp(1.4rem,2.2vw,2.15rem)}.service-row p{margin:0;font-size:.89rem}.service-row svg{transition:transform .22s}.service-row:hover svg{transform:translate(6px)}.services-all{margin-top:42px}.featured-grid{grid-template-columns:1.35fr .85fr;align-items:start;gap:38px;display:grid}.featured-card--1{grid-row:span 2}.featured-card--1 .image-wrap{aspect-ratio:4/5}.featured-card--2 .image-wrap,.featured-card--3 .image-wrap{aspect-ratio:16/9}.image-wrap{background:var(--sand);overflow:hidden}.featured-card img{object-fit:cover;width:100%;height:100%;transition:transform .7s cubic-bezier(.2,.7,.2,1)}.featured-card a:hover img{transform:scale(1.035)}.featured-card a>div:last-child{justify-content:space-between;align-items:baseline;gap:20px;padding:20px 0 8px;display:flex}.featured-card span{color:var(--burgundy);letter-spacing:.12em;text-transform:uppercase;font-size:.66rem}.featured-card h3{letter-spacing:-.02em;margin:0;font-size:1rem}.section-link-row{justify-content:flex-end;margin-top:42px;display:flex}.confidence{background:#ded5c7}.confidence-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:9vw;display:grid}.confidence-image{min-height:610px}.confidence-image img{object-fit:cover;width:100%;height:610px}.confidence-copy h2{margin-bottom:56px;font-size:clamp(2.6rem,4.6vw,4.8rem)}.confidence-points{border-top:1px solid var(--line)}.confidence-point{border-bottom:1px solid var(--line);align-items:center;gap:14px;padding:18px 0;font-size:.85rem;display:flex}.confidence-point svg{color:var(--burgundy)}.area-note{margin:40px 0 0;font-family:Manrope,sans-serif;font-size:1.25rem;line-height:1.35}.quote-band{background:var(--burgundy);color:var(--white);padding:125px 0}.quote-band .eyebrow{color:#e9c5c0}.quote-band-inner{position:relative}.quote-band h2{max-width:930px;color:var(--white);margin:0;font-size:clamp(3.25rem,7vw,7.6rem)}.circle-link{border:1px solid #ffffff8c;border-radius:50%;place-items:center;width:106px;height:106px;transition:color .22s,background .22s,transform .22s;display:grid;position:absolute;bottom:8px;right:0}.circle-link:hover{color:var(--burgundy);background:var(--white);transform:rotate(5deg)}.page-hero{border-bottom:1px solid var(--line);grid-template-columns:.7fr 2.5fr;align-items:end;gap:40px;min-height:570px;padding-top:100px;padding-bottom:100px;display:grid}.page-hero-number{color:#9b9489;letter-spacing:.16em;align-self:start;padding-top:10px;font-size:.72rem}.page-hero-copy h1{margin:0 0 44px;font-size:clamp(4rem,7.7vw,8rem)}.page-hero-intro{width:min(470px,100%);margin:0 0 0 auto;font-size:1.06rem}.service-detail{border-bottom:1px solid var(--line);grid-template-columns:1.15fr .85fr;align-items:center;gap:9vw;padding:90px 0;scroll-margin-top:30px;display:grid}.service-detail:nth-child(2n) .service-detail-image{order:2}.service-detail-image img{aspect-ratio:1.25;object-fit:cover;width:100%}.service-detail-index{color:var(--burgundy);letter-spacing:.15em;margin-bottom:42px;font-size:.7rem;display:block}.service-detail h2{margin-bottom:26px;font-size:clamp(2.7rem,4.5vw,4.8rem)}.service-detail p{max-width:500px;margin-bottom:38px}.process h2{max-width:870px;margin-bottom:80px}.process-grid{background:#ffffff26;grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.process-card{background:var(--graphite);border:1px solid #ffffff0d;min-height:355px;padding:40px}.process-card>svg{color:#d8a59e;width:28px;height:28px;margin-bottom:70px}.process-card span{float:right;color:#ffffff59;font-size:.7rem}.process-card h3{margin-bottom:18px;font-size:1.65rem}.about-story-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:9vw;display:grid}.about-story-image img{object-fit:cover;width:100%;min-height:670px}.about-story-copy h2{margin-bottom:44px;font-size:clamp(2.8rem,4.7vw,5rem)}.about-story-copy>.reveal>p:not(.eyebrow){font-size:1rem}.about-checks{flex-direction:column;gap:12px;margin-top:36px;display:flex}.about-checks span{align-items:center;gap:12px;font-size:.84rem;display:flex}.about-checks svg{color:var(--burgundy)}.values h2{max-width:760px;margin-bottom:80px}.values-grid{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(3,1fr);display:grid}.value-card{border-right:1px solid var(--line);min-height:360px;padding:42px 38px}.values-grid>div:last-child .value-card{border-right:0}.value-card span{color:var(--burgundy);letter-spacing:.14em;margin-bottom:100px;font-size:.7rem;display:block}.value-card h3{max-width:260px;font-size:1.7rem}.value-card p{font-size:.9rem}.about-material-grid{grid-template-columns:.8fr 1.2fr;align-items:center;gap:9vw;display:grid}.about-material h2{margin-bottom:32px}.about-material-image img{aspect-ratio:1.25;object-fit:cover;width:100%}.projects-grid{grid-template-columns:repeat(2,1fr);gap:85px 38px;display:grid}.project-card--wide{grid-column:1/-1}.project-card button{text-align:left;cursor:zoom-in;background:0 0;border:0;width:100%;padding:0}.project-image{aspect-ratio:1.35;background:var(--sand);position:relative;overflow:hidden}.project-card--wide .project-image{aspect-ratio:2.25}.project-image img{object-fit:cover;width:100%;height:100%;transition:transform .7s cubic-bezier(.2,.7,.2,1)}.project-image>span{color:#fff;opacity:0;background:#262522bf;place-items:center;width:48px;height:48px;transition:opacity .25s,transform .25s;display:grid;position:absolute;bottom:18px;right:18px;transform:scale(.8)}.project-card button:hover img{transform:scale(1.035)}.project-card button:hover .project-image>span{opacity:1;transform:scale(1)}.project-meta{grid-template-columns:110px 1fr auto;align-items:baseline;gap:20px;padding-top:20px;display:grid}.project-meta span{color:var(--burgundy);letter-spacing:.12em;text-transform:uppercase;font-size:.67rem}.project-meta h2{letter-spacing:-.03em;margin:0;font-size:1.35rem}.project-meta small{color:#999186;letter-spacing:.1em;font-size:.66rem}.lightbox{z-index:500;color:var(--white);background:#181715f5;place-items:center;padding:60px 8vw 75px;display:grid;position:fixed;inset:0}.lightbox figure{width:min(1150px,88vw);height:min(72vh,760px);margin:0}.lightbox figure img{object-fit:contain;width:100%;height:calc(100% - 55px)}.lightbox figcaption{justify-content:center;gap:20px;padding-top:18px;font-size:.9rem;display:flex}.lightbox figcaption span{color:#d8a59e;letter-spacing:.13em;text-transform:uppercase;font-size:.68rem}.lightbox-close{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff4d;border-radius:50%;place-items:center;width:48px;height:48px;display:grid;position:absolute;top:24px;right:28px}.lightbox-controls{justify-content:center;align-items:center;gap:28px;display:flex;position:absolute;bottom:20px;left:0;right:0}.lightbox-controls button{color:#fff;cursor:pointer;background:0 0;border:0;place-items:center;display:grid}.lightbox-controls span{letter-spacing:.13em;font-size:.7rem}.contact-grid{grid-template-columns:.75fr 1.25fr;align-items:start;gap:9vw;display:grid}.contact-info{position:sticky;top:55px}.contact-info h2{margin-bottom:55px;font-size:clamp(2.6rem,4.2vw,4.5rem)}.contact-links{border-top:1px solid var(--line)}.contact-links>a,.contact-links>div{border-bottom:1px solid var(--line);align-items:center;gap:18px;padding:18px 0;font-size:.87rem;display:flex}.contact-links svg{width:18px;color:var(--burgundy)}.contact-links span{flex-direction:column;gap:3px;display:flex}.contact-links small{color:#8e877d;letter-spacing:.11em;text-transform:uppercase;font-size:.64rem}.contact-area{margin-top:44px;font-family:Manrope,sans-serif;font-size:1.2rem;line-height:1.4}.quote-form-wrap{background:var(--sand);padding:54px}.quote-form-heading{justify-content:space-between;gap:35px;margin-bottom:50px;display:flex}.quote-form-heading span{letter-spacing:-.035em;font-family:Manrope,sans-serif;font-size:1.55rem}.quote-form-heading p{max-width:230px;margin:0;font-size:.79rem;line-height:1.5}.quote-form{grid-template-columns:repeat(2,1fr);gap:30px 24px;display:grid}.form-field{flex-direction:column;gap:10px;display:flex}.form-field--wide{grid-column:1/-1}.form-field>span{color:#716b62;letter-spacing:.1em;text-transform:uppercase;font-size:.68rem;font-weight:600}.form-field input,.form-field select,.form-field textarea{width:100%;color:var(--graphite);background:0 0;border:0;border-bottom:1px solid #26252247;border-radius:0;outline:none;padding:13px 0;font-size:.92rem}.form-field select{appearance:none;background-image:linear-gradient(45deg,#0000 50%,#444 50%),linear-gradient(135deg,#444 50%,#0000 50%);background-position:calc(100% - 8px) 55%,calc(100% - 3px) 55%;background-repeat:no-repeat;background-size:5px 5px}.form-field textarea{resize:vertical;line-height:1.5}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-bottom-color:var(--burgundy)}.form-field [aria-invalid=true]{border-bottom-color:#a12828}.field-error{color:#8e2626;font-size:.71rem}.form-submit{grid-column:1/-1;justify-self:start;margin-top:15px}.not-found{flex-direction:column;justify-content:center;align-items:flex-start;min-height:75vh;padding-block:80px;display:flex}.not-found h1{margin-bottom:30px}.not-found>p:not(.eyebrow){margin-bottom:35px}.site-footer{color:var(--ivory);background:#1f1e1b;padding:90px 0 28px}.footer-main{grid-template-columns:1.6fr .6fr 1fr;gap:70px;padding-bottom:75px;display:grid}.footer-brand img{object-fit:contain;filter:brightness(1.3);width:78px;height:65px}.footer-brand p{color:var(--ivory);letter-spacing:-.04em;margin:38px 0 0;font-family:Manrope,sans-serif;font-size:clamp(1.9rem,3.2vw,3.5rem);line-height:1.05}.site-footer .eyebrow{color:#9d9387}.footer-nav,.footer-contact{flex-direction:column;align-items:flex-start;gap:14px;display:flex}.footer-nav>a,.footer-contact>a{color:#d3cdc3;font-size:.82rem;transition:color .2s}.footer-nav>a:hover,.footer-contact>a:hover{color:#fff}.footer-contact>a{align-items:center;gap:10px;display:flex}.footer-base{color:#888279;letter-spacing:.04em;border-top:1px solid #ffffff21;justify-content:space-between;padding-top:22px;font-size:.66rem;display:flex}@media (width<=980px){:root{--shell:min(100% - 48px, 820px);--header-height:76px}.section{padding:100px 0}.header-inner{grid-template-columns:1fr auto}.desktop-nav,.header-call{display:none}.menu-toggle{place-items:center;display:grid}.mobile-panel{z-index:-1;inset:var(--header-height) 0 0;color:var(--ivory);background:var(--graphite);opacity:0;visibility:hidden;flex-direction:column;justify-content:space-between;padding:50px 24px 36px;transition:opacity .25s,visibility .25s,transform .25s;display:flex;position:fixed;transform:translateY(-12px)}.mobile-panel.is-open{opacity:1;visibility:visible;transform:translateY(0)}.mobile-panel nav{flex-direction:column;display:flex}.mobile-panel nav a{border-bottom:1px solid #ffffff26;align-items:baseline;gap:20px;padding:14px 0;font-family:Manrope,sans-serif;font-size:clamp(2rem,8vw,4rem);line-height:1;display:flex}.mobile-panel nav a span{color:#b07c74;letter-spacing:.14em;font-family:DM Sans,sans-serif;font-size:.62rem}.mobile-contact{color:#bbb4aa;flex-direction:column;gap:8px;font-size:.78rem;display:flex}.home-hero h1{font-size:clamp(4rem,12vw,7rem)}.home-hero-shade{background:linear-gradient(90deg,#f7f4edf5,#f7f4edcc 50%,#f7f4ed1f)}.intro-grid,.section-heading{grid-template-columns:.55fr 1.45fr;gap:30px}.intro-copy,.section-heading>p:last-child{grid-column:2;padding-top:0}.service-row{grid-template-columns:55px 1fr 28px}.service-row p{display:none}.confidence-grid,.about-story-grid,.about-material-grid,.contact-grid{gap:55px}.page-hero{grid-template-columns:.35fr 1.65fr;min-height:500px}.process-card{padding:30px 24px}.values-grid{grid-template-columns:1fr}.value-card{border-right:0;border-bottom:1px solid var(--line);min-height:auto}.value-card span{margin-bottom:50px}.values-grid>div:last-child .value-card{border-bottom:0}.contact-grid{grid-template-columns:.8fr 1.2fr}.quote-form-wrap{padding:38px}}@media (width<=720px){:root{--shell:calc(100% - 36px)}.section{padding:80px 0}h1{font-size:3.5rem}h2{font-size:2.55rem}.brand img{width:42px;height:42px}.home-hero{min-height:760px}.home-hero-image{object-position:60% center}.home-hero-shade{background:linear-gradient(#f7f4edf0 0%,#f7f4edcc 48%,#f7f4ed4d 78%,#2625222e 100%)}.home-hero-content{justify-content:flex-start;min-height:760px;padding-top:120px}.home-hero h1{margin-bottom:30px;font-size:clamp(3.7rem,17vw,5.7rem)}.hero-actions{flex-direction:column;align-items:flex-start;gap:20px}.hero-scroll{width:46px;height:46px;bottom:18px;right:18px}.intro-grid,.section-heading,.confidence-grid,.about-story-grid,.about-material-grid,.contact-grid{grid-template-columns:1fr}.intro-copy,.section-heading>p:last-child{grid-column:auto}.intro-grid h2{font-size:2.65rem}.section-heading{gap:12px;margin-bottom:55px}.section-heading h2{font-size:2.65rem}.service-row{grid-template-columns:42px 1fr 22px;gap:12px;min-height:94px}.service-row h3{font-size:1.32rem}.featured-grid{grid-template-columns:1fr;gap:50px}.featured-card--1{grid-row:auto}.featured-card--1 .image-wrap{aspect-ratio:4/4.7}.featured-card a>div:last-child{flex-direction:column;gap:7px}.confidence-image{min-height:auto}.confidence-image img{height:430px}.quote-band{padding:80px 0}.quote-band h2{font-size:3.2rem}.circle-link{width:70px;height:70px;margin-top:40px;position:static}.page-hero{min-height:500px;padding-top:90px;padding-bottom:70px;display:block}.page-hero-number{margin-bottom:60px}.page-hero-copy h1{margin-bottom:36px;font-size:clamp(3.45rem,15vw,5.5rem)}.page-hero-intro{margin-left:0}.service-detail{grid-template-columns:1fr;gap:42px;padding:70px 0}.service-detail:nth-child(2n) .service-detail-image{order:0}.service-detail-index{margin-bottom:25px}.service-detail h2{font-size:2.8rem}.process-grid{grid-template-columns:1fr}.process-card{min-height:290px}.process-card>svg{margin-bottom:50px}.about-story-image img{min-height:460px}.about-story-copy h2{font-size:2.75rem}.values h2{margin-bottom:55px}.about-material-grid>div:first-child{order:2}.projects-grid{grid-template-columns:1fr;gap:65px}.project-card--wide{grid-column:auto}.project-card--wide .project-image,.project-image{aspect-ratio:1.2}.project-meta{grid-template-columns:80px 1fr auto}.project-meta h2{font-size:1.1rem}.contact-info{position:static}.quote-form-wrap{padding:30px 22px}.quote-form-heading{flex-direction:column}.quote-form{grid-template-columns:1fr}.form-field--wide,.form-submit{grid-column:auto}.lightbox{padding:60px 18px 80px}.lightbox figure{width:100%;height:67vh}.lightbox figcaption{flex-direction:column;align-items:center;gap:7px}.footer-main{grid-template-columns:1fr;gap:55px}.footer-brand p{font-size:2.45rem}.footer-base{flex-direction:column;gap:8px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.reveal{opacity:1;transform:none}}
