@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Montserrat:wght@400;500;600;700&display=swap";:root{--charcoal:#151515;--ivory:#f6f3ee;--stone:#d9d1c5;--taupe:#a89b8b;--gold:#b89a63;--white:#fff;--serif:"Cormorant Garamond", serif;--sans:"Montserrat", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--ivory);color:var(--charcoal);font-family:var(--sans);margin:0}img{width:100%;display:block}a{color:inherit;text-decoration:none}.site{overflow:hidden visible}.navbar{z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f6f3eef0;border-bottom:1px solid #1515151a;grid-template-columns:145px 1fr auto;align-items:center;gap:36px;height:82px;padding:0 48px;display:grid;position:sticky;top:0}.nav-brand{align-items:center;height:82px;display:flex;overflow:hidden}.nav-brand img{object-fit:contain;width:125px;height:auto;display:block}.nav-links{justify-content:center;align-items:center;gap:28px;display:flex}.nav-links a{text-transform:uppercase;letter-spacing:.2em;color:#151515c7;font-size:10px;font-weight:600;position:relative}.nav-links a:after{content:"";background:var(--gold);width:0;height:1px;transition:width .25s;position:absolute;bottom:-9px;left:0}.nav-links a:hover:after{width:100%}.nav-cta{background:var(--charcoal);color:var(--ivory);text-transform:uppercase;letter-spacing:.17em;padding:15px 23px;font-size:10px;font-weight:700;transition:all .25s}.nav-cta:hover{background:#000;transform:translateY(-2px)}.menu-toggle{cursor:pointer;background:0 0;border:0;width:34px;height:26px;display:none;position:relative}.menu-toggle span{background:var(--charcoal);width:34px;height:1px;transition:all .25s;position:absolute;left:0}.menu-toggle span:first-child{top:8px}.menu-toggle span:last-child{top:18px}.menu-toggle.open span:first-child{top:13px;transform:rotate(35deg)}.menu-toggle.open span:last-child{top:13px;transform:rotate(-35deg)}.btn{text-transform:uppercase;letter-spacing:.16em;justify-content:center;align-items:center;min-height:48px;padding:0 28px;font-size:11px;font-weight:700;transition:all .25s;display:inline-flex}.btn-dark{background:var(--charcoal);color:var(--ivory)}.btn-light{border:1px solid #15151552}.btn-outline{color:var(--ivory);border:1px solid #f6f3ee73}.btn:hover,.nav-button:hover{transform:translateY(-2px)}.hero{border-bottom:1px solid #15151529;grid-template-columns:42% 58%;min-height:calc(100vh - 82px);display:grid}.hero-content{flex-direction:column;justify-content:center;padding:120px 48px 80px;display:flex}.eyebrow,.section-kicker{text-transform:uppercase;letter-spacing:.22em;color:var(--gold);margin:0 0 18px;font-size:20px;font-weight:700}.hero h1,.featured h2,.section-heading h2,.about h2,.process h2,.cta h2{font-family:var(--serif);margin:0;font-weight:500;line-height:.95}.hero h1{max-width:520px;font-size:clamp(58px,8vw,118px)}.hero-content>p:not(.eyebrow){max-width:440px;margin:28px 0;font-size:15px;line-height:1.9}.hero-actions{gap:14px;display:flex}.hero-image{min-height:680px;position:relative}.hero-image:before{content:"";z-index:1;background:linear-gradient(90deg, var(--ivory) 0%, #f6f3eead 16%, #f6f3ee00 42%);position:absolute;inset:0}.hero-image img{object-fit:cover;height:100%}.services{background:linear-gradient(#f6f3eebf,#f6f3ee59);border-bottom:1px solid #15151529;padding:38px 48px;position:relative}.section-kicker{text-align:center;color:var(--charcoal)}.services-grid{perspective:1200px;border-top:1px solid #15151529;grid-template-columns:repeat(4,1fr);display:grid}.service-card{isolation:isolate;background:#f6f3ee5c;border-right:1px solid #15151529;min-height:230px;padding:38px 34px 34px;transition:transform .45s,background .45s,box-shadow .45s,border-color .45s;position:relative;overflow:hidden}.service-card:last-child{border-right:0}.service-card:before{content:"";z-index:-2;opacity:0;background-image:linear-gradient(#b89a6321 1px,#0000 1px),linear-gradient(90deg,#b89a6321 1px,#0000 1px);background-size:24px 24px;transition:opacity .45s,transform .45s;position:absolute;inset:0;transform:scale(1.08)}.service-card:after{content:"";z-index:-1;background:linear-gradient(90deg,#0000,#ffffff57,#0000);width:60%;height:180%;transition:left .75s;position:absolute;top:-40%;left:-80%;transform:rotate(18deg)}.service-card span{width:46px;height:46px;color:var(--gold);letter-spacing:.16em;border:1px solid #b89a638c;justify-content:center;align-items:center;font-size:11px;transition:color .35s,background .35s,border-color .35s,transform .35s;display:inline-flex}.service-card h3{text-transform:uppercase;letter-spacing:.14em;margin:24px 0 12px;font-size:13px;transition:transform .35s;position:relative}.service-card h3:after{content:"";background:var(--gold);width:0;height:1px;margin-top:14px;transition:width .45s;display:block}.service-card p{color:#151515b8;max-width:230px;margin:0;font-size:13px;line-height:1.7;transition:color .35s,transform .35s}.service-card:hover{background:#ffffffb8;border-color:#b89a636b;transform:translateY(-10px)rotateX(3deg);box-shadow:0 30px 80px #1515151f}.service-card:hover:before{opacity:1;transform:scale(1)}.service-card:hover:after{left:125%}.service-card:hover span{color:var(--ivory);background:var(--charcoal);border-color:var(--charcoal);transform:translateY(-4px)}.service-card:hover h3{transform:translateY(-2px)}.service-card:hover h3:after{width:48px}.service-card:hover p{color:#151515e6;transform:translateY(3px)}.services-grid:hover .service-card:not(:hover){opacity:.62}.services-grid:hover .service-card:hover{opacity:1}.reveal.is-visible .service-card:first-child{transition-delay:60ms}.reveal.is-visible .service-card:nth-child(2){transition-delay:.14s}.reveal.is-visible .service-card:nth-child(3){transition-delay:.22s}.reveal.is-visible .service-card:nth-child(4){transition-delay:.3s}@media (prefers-reduced-motion:reduce){.service-card,.service-card:before,.service-card:after,.service-card span,.service-card h3,.service-card h3:after,.service-card p{transition:none!important}.service-card:hover{transform:none}}.featured{border-bottom:1px solid #15151529;grid-template-columns:62% 38%;display:grid}.featured-image img{object-fit:cover;height:620px}.featured-content{flex-direction:column;justify-content:center;padding:70px 64px;display:flex}.featured-content h2{font-size:clamp(42px,5vw,72px)}.location{text-transform:uppercase;letter-spacing:.16em;color:var(--taupe);margin:12px 0 30px;font-size:12px}.featured-content p:not(.eyebrow):not(.location){max-width:400px;line-height:1.9}.text-link{text-transform:uppercase;letter-spacing:.14em;margin-top:24px;font-size:12px;font-weight:700}.project-counter{color:var(--gold);gap:42px;margin-top:60px;font-size:12px;display:flex}.gallery{background:linear-gradient(#f6f3ee59,#f6f3eebf);padding:110px 48px;position:relative}.section-heading{max-width:720px;margin-bottom:56px}.section-heading h2{font-size:clamp(46px,6vw,84px)}.gallery-grid{perspective:1400px;grid-template-columns:repeat(4,1fr);gap:22px;display:grid}.project-card{isolation:isolate;transform-style:preserve-3d;background:#ffffffb8;border:1px solid #1515151f;transition:transform .55s,box-shadow .55s,border-color .55s,background .55s;position:relative;overflow:hidden;box-shadow:0 24px 60px #15151514}.project-card:before,.project-card:after{content:"";z-index:3;opacity:0;pointer-events:none;width:54px;height:54px;transition:opacity .45s,transform .45s;position:absolute}.project-card:before{border-top:1px solid var(--gold);border-left:1px solid var(--gold);top:16px;left:16px;transform:translate(-12px,-12px)}.project-card:after{border-right:1px solid var(--gold);border-bottom:1px solid var(--gold);bottom:16px;right:16px;transform:translate(12px,12px)}.project-card img{object-fit:cover;height:280px;transition:transform .9s,filter .9s;transform:scale(1.02)}.project-card{--overlay-opacity:0}.project-card::selection{background:var(--gold);color:var(--ivory)}.project-card .project-image-overlay{display:none}.project-card div{z-index:2;background:linear-gradient(#ffffffe0,#f6f3eef5);padding:26px 24px 28px;transition:transform .45s,background .45s;position:relative}.project-card div:before{content:"";background:var(--gold);width:0;height:1px;transition:width .5s;position:absolute;top:0;left:24px}.project-card p{color:var(--gold);text-transform:uppercase;letter-spacing:.18em;margin:0 0 12px;font-size:10px;transition:transform .35s,color .35s}.project-card h3{font-family:var(--serif);margin:0 0 24px;font-size:30px;font-weight:500;line-height:1;transition:transform .35s,color .35s}.project-card a{text-transform:uppercase;letter-spacing:.15em;color:#151515d1;align-items:center;gap:10px;font-size:11px;font-weight:700;transition:color .35s,transform .35s;display:inline-flex;position:relative}.project-card a:before{content:"";background:var(--gold);width:0;height:1px;transition:width .35s}.project-card:hover{background:#ffffffeb;border-color:#b89a637a;transform:translateY(-14px)rotateX(2deg)rotateY(-2deg);box-shadow:0 38px 90px #15151529}.project-card:hover:before,.project-card:hover:after{opacity:1;transform:translate(0)}.project-card:hover div{background:linear-gradient(#fffffff0,#f6f3ee);transform:translateY(-6px)}.project-card:hover div:before{width:calc(100% - 48px)}.project-card:hover p{color:var(--charcoal);transform:translateY(-2px)}.project-card:hover h3{color:var(--gold);transform:translateY(-2px)}.project-card:hover a{color:var(--gold);transform:translate(4px)}.project-card:hover a:before{width:24px}.gallery-grid:hover .project-card:not(:hover){opacity:.58;transform:scale(.985)}.gallery-grid:hover .project-card:hover{opacity:1}.reveal.is-visible .project-card:first-child{transition-delay:60ms}.reveal.is-visible .project-card:nth-child(2){transition-delay:.15s}.reveal.is-visible .project-card:nth-child(3){transition-delay:.24s}.reveal.is-visible .project-card:nth-child(4){transition-delay:.33s}@media (width<=1050px){.gallery-grid{grid-template-columns:repeat(2,1fr)}.project-card img{height:320px}}@media (width<=700px){.gallery{padding:80px 24px}.gallery-grid{grid-template-columns:1fr}.project-card img{height:300px}.project-card:hover{transform:translateY(-8px)}.gallery-grid:hover .project-card:not(:hover){opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.project-card,.project-card:before,.project-card:after,.project-card img,.project-card div,.project-card div:before,.project-card p,.project-card h3,.project-card a,.project-card a:before{transition:none!important}.project-card:hover,.gallery-grid:hover .project-card:not(:hover){transform:none}}.about{background:linear-gradient(135deg,#d9d1c5f5,#f6f3eee0);border-top:1px solid #1515151f;border-bottom:1px solid #15151529;grid-template-columns:.95fr 1.05fr;gap:90px;padding:120px 48px;display:grid;position:relative;overflow:hidden}.about:before{content:"";opacity:.23;pointer-events:none;background-image:linear-gradient(#b89a6329 1px,#0000 1px),linear-gradient(90deg,#b89a6329 1px,#0000 1px);background-size:42px 42px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#000000e6,#0000002e);mask-image:linear-gradient(90deg,#000000e6,#0000002e)}.about:after{content:"A";font-family:var(--serif);color:#15151509;pointer-events:none;font-size:clamp(260px,34vw,520px);line-height:1;position:absolute;bottom:-115px;right:-40px}.about-heading,.about-content{z-index:2;position:relative}.about-heading{flex-direction:column;justify-content:space-between;display:flex}.about h2{max-width:720px;font-family:var(--serif);margin:0;font-size:clamp(44px,6vw,82px);font-weight:500;line-height:.98}.about-signature{max-width:380px;margin-top:48px}.about-signature span{background:var(--gold);transform-origin:0;width:86px;height:1px;margin-bottom:20px;display:block}.about-signature p{text-transform:uppercase;letter-spacing:.16em;color:#151515ad;margin:0;font-size:12px;line-height:1.8}.about-content{align-self:end}.about-lead{color:#151515c7;max-width:620px;margin:0;font-size:16px;line-height:2}.about-stats{border-top:1px solid #15151529;border-bottom:1px solid #15151529;grid-template-columns:repeat(3,1fr);margin-top:42px;display:grid}.about-stats div{border-right:1px solid #15151524;padding:28px 22px;position:relative;overflow:hidden}.about-stats div:last-child{border-right:0}.about-stats div:before{content:"";background:var(--gold);width:0;height:1px;transition:width .45s;position:absolute;top:0;left:22px}.about-stats strong{font-family:var(--serif);color:var(--charcoal);font-size:clamp(34px,4vw,54px);font-weight:500;line-height:1;display:block}.about-stats span{text-transform:uppercase;letter-spacing:.16em;color:#1515159e;margin-top:10px;font-size:10px;display:block}.about-stats div:hover:before{width:calc(100% - 44px)}.about-values{grid-template-columns:1fr;gap:14px;margin-top:34px;display:grid}.about-value-card{background:#ffffff6b;border:1px solid #1515151f;padding:24px 26px 24px 76px;transition:transform .4s,background .4s,border-color .4s,box-shadow .4s;position:relative;overflow:hidden;box-shadow:0 18px 50px #1515150f}.about-value-card:before{content:"";opacity:0;background:linear-gradient(90deg,#b89a6324,#0000 42%);transition:opacity .4s,transform .4s;position:absolute;inset:0;transform:translate(-30px)}.about-value-card:after{content:"";border-top:1px solid var(--gold);border-right:1px solid var(--gold);opacity:0;width:28px;height:28px;transition:opacity .4s,transform .4s;position:absolute;top:18px;right:18px;transform:translate(8px,-8px)}.about-value-card span{color:var(--gold);letter-spacing:.18em;font-size:11px;position:absolute;top:26px;left:26px}.about-value-card h3{text-transform:uppercase;letter-spacing:.16em;margin:0 0 8px;font-size:12px;position:relative}.about-value-card p{color:#151515ad;max-width:520px;margin:0;font-size:13px;line-height:1.75;position:relative}.about-value-card:hover,.about-value-card:focus{background:#ffffffb8;border-color:#b89a636b;outline:none;transform:translate(12px);box-shadow:0 28px 70px #1515151a}.about-value-card:hover:before,.about-value-card:focus:before{opacity:1;transform:translate(0)}.about-value-card:hover:after,.about-value-card:focus:after{opacity:1;transform:translate(0)}.about.reveal.is-visible .about-signature span{animation:.9s .35s forwards aboutLineReveal}.about.reveal.is-visible .about-stats div:first-child{animation-delay:.1s}.about.reveal.is-visible .about-stats div:nth-child(2){animation-delay:.2s}.about.reveal.is-visible .about-stats div:nth-child(3){animation-delay:.3s}@keyframes aboutLineReveal{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media (width<=1050px){.about{grid-template-columns:1fr;gap:54px}.about-heading{display:block}.about-signature{margin-top:36px}}@media (width<=700px){.about{padding:84px 24px}.about-stats{grid-template-columns:1fr}.about-stats div{border-bottom:1px solid #15151524;border-right:0}.about-stats div:last-child{border-bottom:0}.about-value-card{padding:24px 22px 24px 68px}.about-value-card:hover,.about-value-card:focus{transform:translateY(-6px)}}@media (prefers-reduced-motion:reduce){.about-signature span,.about-value-card,.about-value-card:before,.about-value-card:after,.about-stats div:before{transition:none!important;animation:none!important}.about-value-card:hover,.about-value-card:focus{transform:none}}.process{background:linear-gradient(#f6f3ee8c,#f6f3eed1);border-bottom:1px solid #15151529;grid-template-columns:32% 68%;gap:70px;padding:110px 48px;display:grid;position:relative;overflow:hidden}.process:before{content:"";opacity:.18;pointer-events:none;background-image:linear-gradient(#b89a6321 1px,#0000 1px),linear-gradient(90deg,#b89a6321 1px,#0000 1px);background-size:38px 38px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#000000e6,#00000040);mask-image:linear-gradient(90deg,#000000e6,#00000040)}.process-intro{z-index:2;position:relative}.process-intro h2{font-size:clamp(40px,5vw,66px)}.process-intro p:last-child{color:#151515b8;line-height:1.8}.timeline{z-index:2;grid-template-columns:repeat(4,1fr);align-items:start;padding-top:32px;display:grid;position:relative}.timeline:before{content:"";z-index:0;pointer-events:none;background:#15151538;height:1px;position:absolute;top:42px;left:0;right:0}.timeline:after{content:"";background:linear-gradient(90deg, transparent, var(--gold), #b89a6359);transform-origin:0;z-index:0;pointer-events:none;width:100%;height:1px;position:absolute;top:42px;left:0;transform:scaleX(0)}.process-step{z-index:2;min-height:210px;padding:74px 40px 26px 0;transition:transform .45s,opacity .45s;position:relative}.process-step:before{content:"";background:var(--ivory);border:1px solid var(--charcoal);z-index:5;opacity:0;border-radius:50%;width:19px;height:19px;transition:background .35s,border-color .35s,transform .35s,box-shadow .35s;position:absolute;top:1px;left:0;transform:scale(.5)}.process-step:after{content:"";z-index:4;opacity:0;border:1px solid #b89a6373;border-radius:50%;width:33px;height:33px;position:absolute;top:-6px;left:-7px;transform:scale(.6)}.process-step span{color:var(--gold);letter-spacing:.18em;margin:0 0 16px;font-size:12px;transition:transform .35s,color .35s;display:inline-flex;position:relative}.process-step span:after{content:"";background:var(--gold);width:0;height:1px;transition:width .35s;position:absolute;top:50%;left:calc(100% + 14px)}.process-step h3{text-transform:uppercase;letter-spacing:.15em;margin:0 0 12px;font-size:12px;transition:transform .35s,color .35s;position:relative}.process-step p{color:#151515ad;max-width:190px;margin:0;font-size:13px;line-height:1.7;transition:transform .35s,color .35s}.process.reveal.is-visible .timeline:after{animation:1.25s forwards timelineBuild}.process.reveal.is-visible .process-step:before{animation:.55s cubic-bezier(.2,.9,.25,1.25) forwards markerPop}.process.reveal.is-visible .process-step:after{animation:1.8s forwards markerPulse}.process.reveal.is-visible .process-step:first-child:before,.process.reveal.is-visible .process-step:first-child:after{animation-delay:.18s}.process.reveal.is-visible .process-step:nth-child(2):before,.process.reveal.is-visible .process-step:nth-child(2):after{animation-delay:.38s}.process.reveal.is-visible .process-step:nth-child(3):before,.process.reveal.is-visible .process-step:nth-child(3):after{animation-delay:.58s}.process.reveal.is-visible .process-step:nth-child(4):before,.process.reveal.is-visible .process-step:nth-child(4):after{animation-delay:.78s}.process-step:hover:before{background:var(--charcoal);border-color:var(--gold);transform:scale(1.08);box-shadow:0 0 0 8px #b89a6324}.process-step:hover span{color:var(--charcoal);transform:translateY(-2px)}.process-step:hover span:after{width:34px}.process-step:hover h3{color:var(--gold);transform:translateY(-2px)}.process-step:hover p{color:#151515e6;transform:translateY(3px)}@keyframes timelineBuild{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes markerPop{0%{opacity:0;transform:scale(.45)}70%{opacity:1;transform:scale(1.18)}to{opacity:1;transform:scale(1)}}@keyframes markerPulse{0%{opacity:0;transform:scale(.55)}45%{opacity:.9;transform:scale(1.15)}to{opacity:0;transform:scale(1.65)}}.process-step{cursor:default}.process-detail{opacity:0;background:#ffffff94;border:1px solid #b89a6352;max-width:260px;max-height:0;margin-top:22px;padding:18px 18px 20px;transition:opacity .45s,transform .45s,max-height .55s,padding .45s;position:relative;overflow:hidden;transform:translateY(18px);box-shadow:0 18px 45px #15151514}.process-detail:before{content:"";border-top:1px solid var(--gold);border-right:1px solid var(--gold);opacity:.65;width:28px;height:28px;position:absolute;top:10px;right:10px}.process-detail:after{content:"";background:var(--gold);width:0;height:1px;transition:width .45s .15s;position:absolute;bottom:12px;left:18px}.process-detail strong{color:var(--gold);text-transform:uppercase;letter-spacing:.16em;margin-bottom:12px;font-size:10px;line-height:1.5;display:block}.process-detail p{color:#151515bf;max-width:100%;margin:0;padding-bottom:14px;font-size:12px;line-height:1.75}.process-step:hover .process-detail,.process-step:focus-within .process-detail,.process-step:focus .process-detail{opacity:1;max-height:260px;transform:translateY(0)}.process-step:hover .process-detail:after,.process-step:focus-within .process-detail:after,.process-step:focus .process-detail:after{width:62px}.process-step:hover,.process-step:focus{outline:none}.process-step:hover p:first-of-type,.process-step:focus p:first-of-type{color:#151515f2}@media (width<=1050px){.process{grid-template-columns:1fr;gap:54px}.timeline{grid-template-columns:repeat(2,1fr);gap:24px;padding-top:0}.timeline:before,.timeline:after{display:none}.process-step{background:#ffffff6b;border:1px solid #15151524;min-height:auto;padding:34px}.process-step:before{top:34px;left:34px}.process-step:after{top:27px;left:27px}.process-step span{margin-left:42px}.process-step p{max-width:100%}}@media (width<=700px){.process{padding:80px 24px}.timeline{grid-template-columns:1fr}.process-step{padding:30px}.process-step:before{top:30px;left:30px}.process-step:after{top:23px;left:23px}}@media (prefers-reduced-motion:reduce){.timeline:after,.process-step,.process-step:before,.process-step:after,.process-step span,.process-step span:after,.process-step h3,.process-step p{transition:none!important;animation:none!important}.timeline:after{transform:scaleX(1)}.process-step:before{opacity:1;transform:scale(1)}.process-step:hover{transform:none}}.cta{background:var(--charcoal);color:var(--ivory);justify-content:space-between;align-items:center;padding:70px 48px;display:flex}.cta h2{font-size:clamp(42px,5vw,72px)}.cta p{color:#f6f3eead;margin:16px 0 0}.footer{color:var(--ivory);background:#000;border-top:1px solid #f6f3ee29;grid-template-columns:220px 1fr auto;align-items:center;gap:32px;padding:34px 48px;display:grid}.footer img{max-width:170px}.footer nav{justify-content:center;gap:24px;display:flex}.footer nav a{text-transform:uppercase;letter-spacing:.16em;font-size:10px}.footer p{color:#f6f3eead;margin:4px 0;font-size:12px}@media (width<=1050px){.navbar{grid-template-columns:135px 1fr auto;padding:0 28px}.nav-brand img{width:115px}.nav-links{background:var(--ivory);border-top:1px solid #1515151f;flex-direction:column;justify-content:center;gap:32px;height:calc(100vh - 82px);transition:transform .35s;position:fixed;top:82px;left:0;right:0;transform:translate(100%)}.nav-links.open{transform:translate(0)}.nav-links a{font-size:13px}.nav-cta{justify-self:end}.menu-toggle{display:block}}@media (width<=700px){.navbar{grid-template-columns:115px 1fr auto;height:74px;padding:0 22px}.nav-brand{height:74px}.nav-brand img{width:105px}.nav-cta{display:none}.nav-links{height:calc(100vh - 74px);top:74px}}@media (width<=430px){.nav-logo-text span{letter-spacing:.2em;font-size:18px}.nav-logo-text small{letter-spacing:.2em}.nav-logo{gap:10px}}@keyframes fadeUp{0%{opacity:0;transform:translateY(34px)}to{opacity:1;transform:translateY(0)}}@keyframes softZoom{0%{opacity:0;transform:scale(1.06)}to{opacity:1;transform:scale(1)}}@keyframes lineReveal{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.hero-content .eyebrow{animation:.8s forwards fadeUp}.hero-content h1{opacity:0;animation:.9s .12s forwards fadeUp}.hero-content>p:not(.eyebrow){opacity:0;animation:.9s .24s forwards fadeUp}.hero-actions{opacity:0;animation:.9s .36s forwards fadeUp}.hero-image img{animation:1.4s forwards softZoom}.reveal{opacity:0;transition:opacity .9s,transform .9s;transform:translateY(42px)}.reveal.is-visible{opacity:1;transform:translateY(0)}.reveal .service-card,.reveal .project-card,.reveal .process-step{opacity:0;transition:opacity .75s,transform .75s;transform:translateY(28px)}.reveal.is-visible .service-card,.reveal.is-visible .project-card,.reveal.is-visible .process-step{opacity:1;transform:translateY(0)}.reveal.is-visible .service-card:first-child,.reveal.is-visible .project-card:first-child,.reveal.is-visible .process-step:first-child{transition-delay:80ms}.reveal.is-visible .service-card:nth-child(2),.reveal.is-visible .project-card:nth-child(2),.reveal.is-visible .process-step:nth-child(2){transition-delay:.18s}.reveal.is-visible .service-card:nth-child(3),.reveal.is-visible .project-card:nth-child(3),.reveal.is-visible .process-step:nth-child(3){transition-delay:.28s}.reveal.is-visible .service-card:nth-child(4),.reveal.is-visible .project-card:nth-child(4),.reveal.is-visible .process-step:nth-child(4){transition-delay:.38s}.hero-image,.featured-image,.project-card{overflow:hidden}.hero-image img,.featured-image img,.project-card img{transition:transform .9s,filter .9s}.hero-image:hover img,.featured-image:hover img{transform:scale(1.035)}.project-card:hover img{filter:brightness(.92);transform:scale(1.07)}.service-card,.project-card,.process-step{transition:transform .35s,box-shadow .35s,background .35s}.service-card:hover{background:#ffffff61;transform:translateY(-6px)}.project-card:hover{transform:translateY(-8px);box-shadow:0 34px 80px #15151524}.process-step:hover{transform:translateY(-6px)}.timeline:before{transform-origin:0}.process.reveal.is-visible .timeline:before{animation:1.2s forwards lineReveal}.btn,.nav-cta,.text-link,.project-card a{position:relative}.btn:after,.nav-cta:after{content:"";opacity:0;pointer-events:none;border:1px solid;transition:opacity .3s,transform .3s;position:absolute;inset:0;transform:scale(1.08)}.btn:hover:after,.nav-cta:hover:after{opacity:.35;transform:scale(1)}.text-link,.project-card a{transition:color .25s}.text-link:hover,.project-card a:hover{color:var(--gold)}.navbar{animation:.7s forwards fadeUp}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}.reveal,.reveal .service-card,.reveal .project-card,.reveal .process-step{opacity:1;transform:none}}.site{isolation:isolate;background:var(--ivory);position:relative}.auralis-background{z-index:-1;pointer-events:none;opacity:.22;position:fixed;inset:0}.hero,.services,.gallery,.process{background:0 0}.featured,.about,.cta,.footer{z-index:1;position:relative}.scroll-top{z-index:80;width:54px;height:54px;color:var(--ivory);cursor:pointer;opacity:0;visibility:hidden;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#151515e0;border:1px solid #b89a638c;place-items:center;transition:opacity .35s,visibility .35s,transform .35s,background .35s,border-color .35s;display:grid;position:fixed;bottom:32px;right:32px;overflow:hidden;transform:translateY(18px)scale(.92)}.scroll-top.visible{opacity:1;visibility:visible;transform:translateY(0)scale(1)}.scroll-top svg{z-index:2;fill:currentColor;width:22px;height:22px;transition:transform .35s;position:relative}.scroll-top span{pointer-events:none;border:1px solid #f6f3ee29;transition:inset .35s,border-color .35s,transform .35s;position:absolute;inset:8px}.scroll-top:before{content:"";opacity:0;background:linear-gradient(135deg,#b89a6359,#0000 55%);transition:opacity .35s;position:absolute;inset:0}.scroll-top:after{content:"";background:linear-gradient(90deg,#0000,#ffffff47,#0000);width:55%;height:160%;transition:left .65s;position:absolute;top:-30%;left:-80%;transform:rotate(18deg)}.scroll-top:hover{background:var(--charcoal);border-color:var(--gold);transform:translateY(-5px)scale(1)}.scroll-top:hover svg{transform:translateY(-3px)}.scroll-top:hover span{border-color:#b89a637a;inset:5px;transform:rotate(3deg)}.scroll-top:hover:before{opacity:1}.scroll-top:hover:after{left:125%}@media (width<=700px){.scroll-top{width:48px;height:48px;bottom:20px;right:20px}.scroll-top svg{width:20px;height:20px}}.frame-video-section{background:var(--charcoal);z-index:10;height:100vh;position:relative}.frame-video-stage{background:var(--charcoal);width:100%;height:100vh;position:relative;overflow:hidden}.frame-video-section.is-locked .frame-video-stage{z-index:70}.frame-video{object-fit:cover;width:100%;height:100%}.frame-video-overlay{pointer-events:none;background:linear-gradient(90deg,#151515e0 0%,#15151594 38%,#15151529 100%),linear-gradient(#15151514,#15151573);position:absolute;inset:0}.frame-copy-wrap{z-index:3;opacity:0;pointer-events:none;align-items:center;padding:0 48px;transition:opacity .4s;display:flex;position:absolute;inset:0}.frame-copy-wrap.ready{opacity:1}.frame-copy{max-width:680px;color:var(--ivory);opacity:0;transition:opacity .6s,transform .6s;position:absolute;transform:translateY(36px)}.frame-copy.active{opacity:1;transform:translateY(0)}.frame-copy h2{font-family:var(--serif);margin:0;font-size:clamp(52px,7vw,108px);font-weight:500;line-height:.95}.frame-copy p:not(.eyebrow){color:#f6f3eed1;max-width:520px;margin:28px 0 0;font-size:15px;line-height:1.9}.frame-copy>span{color:var(--gold);text-transform:uppercase;letter-spacing:.18em;border:1px solid #b89a637a;margin-top:28px;padding:10px 14px;font-size:10px;display:inline-flex}.frame-video-progress{z-index:4;align-items:center;gap:12px;display:flex;position:absolute;bottom:42px;left:48px}.frame-video-progress div{color:#f6f3ee75;align-items:center;gap:10px;display:flex}.frame-video-progress span{letter-spacing:.14em;text-transform:uppercase;min-width:54px;font-size:10px}.frame-video-progress i{background:#f6f3ee47;width:30px;height:1px;transition:width .35s,background .35s;display:block}.frame-video-progress div.active{color:var(--gold)}.frame-video-progress div.active i{background:var(--gold);width:58px}@media (width<=700px){.frame-copy-wrap{padding:0 24px}.frame-copy{max-width:calc(100% - 48px)}.frame-copy h2{font-size:clamp(42px,14vw,68px)}.frame-video-progress span{letter-spacing:.1em;min-width:auto;font-size:8px}.frame-video-progress{gap:8px;bottom:28px;left:24px;right:24px}.frame-video-progress i{width:18px}.frame-video-progress div.active i{width:34px}}.frame-video-section.is-locked~.scroll-top{opacity:0;visibility:hidden;pointer-events:none}.project-image-button{cursor:zoom-in;background:0 0;border:0;width:100%;padding:0;display:block;position:relative;overflow:hidden}.project-image-button img{width:100%}.zoom-hint{z-index:4;color:var(--ivory);text-transform:uppercase;letter-spacing:.16em;opacity:0;background:#151515d1;border:1px solid #b89a6373;padding:10px 14px;font-size:9px;transition:opacity .35s,transform .35s;position:absolute;bottom:18px;right:18px;transform:translateY(10px)}.project-card:hover .zoom-hint{opacity:1;transform:translateY(0)}.project-zoom-link{font-family:var(--sans);text-transform:uppercase;letter-spacing:.15em;color:#151515d1;cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;padding:0;font-size:11px;font-weight:700;transition:color .35s,transform .35s;display:inline-flex;position:relative}.project-zoom-link:before{content:"";background:var(--gold);width:0;height:1px;transition:width .35s}.project-card:hover .project-zoom-link{color:var(--gold);transform:translate(4px)}.project-card:hover .project-zoom-link:before{width:24px}.gallery-lightbox{z-index:250;isolation:isolate;place-items:center;padding:34px;display:grid;position:fixed;inset:0}.lightbox-backdrop{z-index:0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);cursor:zoom-out;background:radial-gradient(circle,#b89a6329,#0000 34%),#070707e6;border:0;position:absolute;inset:0}.lightbox-ambient{z-index:1;opacity:.28;pointer-events:none;position:absolute;inset:-40px;overflow:hidden}.lightbox-ambient img{object-fit:cover;filter:blur(42px)saturate(1.1)brightness(.55);width:100%;height:100%;transform:scale(1.12)}.lightbox-content{z-index:2;opacity:0;place-items:center;width:min(1500px,100%);height:min(88vh,920px);transition:opacity .4s,transform .4s;display:grid;position:relative;transform:scale(.965)translateY(20px)}.gallery-lightbox.loaded .lightbox-content{opacity:1;transform:scale(1)translateY(0)}.lightbox-frame{grid-template-rows:minmax(0,1fr) auto;gap:18px;max-width:100%;max-height:100%;margin:0;display:grid;position:relative}.lightbox-image-wrap{background:linear-gradient(135deg,#f6f3ee14,#b89a6314);border:1px solid #b89a6357;place-items:center;display:grid;position:relative;overflow:hidden;box-shadow:0 40px 120px #0000008f,inset 0 0 0 1px #f6f3ee14}.lightbox-image-wrap:before,.lightbox-image-wrap:after{content:"";z-index:3;pointer-events:none;width:64px;height:64px;position:absolute}.lightbox-image-wrap:before{border-top:1px solid var(--gold);border-left:1px solid var(--gold);top:18px;left:18px}.lightbox-image-wrap:after{border-right:1px solid var(--gold);border-bottom:1px solid var(--gold);bottom:18px;right:18px}.lightbox-image-wrap img{object-fit:contain;width:100%;height:100%;animation:.55s forwards lightboxImageIn}.gallery-lightbox.panorama .lightbox-frame{width:min(1480px,94vw)}.gallery-lightbox.panorama .lightbox-image-wrap{height:min(68vh,680px)}.gallery-lightbox.landscape .lightbox-frame{width:min(1320px,92vw)}.gallery-lightbox.landscape .lightbox-image-wrap{height:min(74vh,760px)}.gallery-lightbox.square .lightbox-frame{width:min(850px,88vw)}.gallery-lightbox.square .lightbox-image-wrap{height:min(74vh,760px)}.gallery-lightbox.portrait .lightbox-frame{width:min(650px,82vw)}.gallery-lightbox.portrait .lightbox-image-wrap{height:min(78vh,820px)}.lightbox-caption{color:var(--ivory);justify-content:space-between;align-items:end;gap:24px;display:flex}.lightbox-caption p{color:var(--gold);text-transform:uppercase;letter-spacing:.18em;margin:0;font-size:10px}.lightbox-caption h3{font-family:var(--serif);text-align:right;margin:0;font-size:clamp(26px,3vw,42px);font-weight:500;line-height:1}.lightbox-close,.lightbox-arrow{z-index:5;color:var(--ivory);cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#151515c7;border:1px solid #b89a637a;transition:background .3s,border-color .3s,transform .3s;position:absolute}.lightbox-close{width:52px;height:52px;font-size:34px;line-height:1;top:0;right:0}.lightbox-arrow{width:56px;height:78px;font-size:54px;line-height:1;top:50%;transform:translateY(-50%)}.lightbox-arrow-left{left:0}.lightbox-arrow-right{right:0}.lightbox-close:hover,.lightbox-arrow:hover{background:var(--charcoal);border-color:var(--gold)}.lightbox-arrow:hover{transform:translateY(-50%)scale(1.04)}@keyframes lightboxImageIn{0%{opacity:0;filter:blur(8px);transform:scale(1.025)}to{opacity:1;filter:blur();transform:scale(1)}}@media (width<=900px){.gallery-lightbox{padding:22px}.lightbox-content{height:82vh}.gallery-lightbox.panorama .lightbox-frame,.gallery-lightbox.landscape .lightbox-frame,.gallery-lightbox.square .lightbox-frame,.gallery-lightbox.portrait .lightbox-frame{width:100%}.gallery-lightbox.panorama .lightbox-image-wrap,.gallery-lightbox.landscape .lightbox-image-wrap,.gallery-lightbox.square .lightbox-image-wrap,.gallery-lightbox.portrait .lightbox-image-wrap{height:64vh}.lightbox-caption{text-align:center;display:block}.lightbox-caption h3{text-align:center;margin-top:8px;font-size:26px}.lightbox-close{width:48px;height:48px;top:-60px;right:0}.lightbox-arrow{width:50px;height:54px;font-size:42px;top:auto;bottom:-70px;transform:none}.lightbox-arrow:hover{transform:scale(1.04)}.lightbox-arrow-left{left:0}.lightbox-arrow-right{right:0}}@media (width<=520px){.gallery-lightbox{padding:18px}.lightbox-content{height:78vh}.gallery-lightbox.panorama .lightbox-image-wrap,.gallery-lightbox.landscape .lightbox-image-wrap,.gallery-lightbox.square .lightbox-image-wrap,.gallery-lightbox.portrait .lightbox-image-wrap{height:58vh}.lightbox-image-wrap:before,.lightbox-image-wrap:after{width:42px;height:42px}.lightbox-caption h3{font-size:22px}}html,body{width:100%;max-width:100%;overflow-x:hidden}.site{width:100%;max-width:100%;overflow:hidden visible}@media (width<=1050px){.hero,.featured,.about,.process{grid-template-columns:1fr}.hero{min-height:auto}.hero-content{padding:96px 32px 56px}.hero-image{min-height:520px}.services{padding:56px 32px}.services-grid{grid-template-columns:repeat(2,1fr)}.service-card{border-bottom:1px solid #15151524;border-right:0}.featured-content{padding:64px 32px}.featured-image img{height:520px}.gallery{padding:88px 32px}.gallery-grid{grid-template-columns:repeat(2,1fr)}.about,.process{padding:88px 32px}.cta{gap:32px;padding:64px 32px}.footer{text-align:left;grid-template-columns:1fr;padding:40px 32px}.footer nav{flex-wrap:wrap;justify-content:flex-start}}@media (width<=700px){.auralis-background{opacity:.12}.eyebrow,.section-kicker{letter-spacing:.18em;font-size:10px;line-height:1.5}.section-kicker{margin-bottom:24px}.navbar{grid-template-columns:115px 1fr auto;gap:16px;width:100%;height:74px;padding:0 20px}.nav-brand{height:74px}.nav-brand img{width:102px}.nav-links{z-index:90;height:calc(100vh - 74px);top:74px}.nav-links a{font-size:12px}.hero{flex-direction:column;min-height:auto;display:flex}.hero-content{padding:72px 24px 44px}.hero h1{max-width:100%;font-size:clamp(48px,17vw,76px);line-height:.92}.hero-content>p:not(.eyebrow){max-width:100%;margin:24px 0;font-size:14px;line-height:1.8}.hero-actions{flex-direction:column;align-items:stretch;gap:12px}.btn{width:100%;min-height:50px;padding:0 20px;font-size:10px}.hero-image{min-height:420px}.hero-image:before{background:linear-gradient(180deg, var(--ivory) 0%, #f6f3ee59 28%, #f6f3ee00 70%)}.services{padding:72px 24px}.services-grid{border-top:1px solid #15151524;grid-template-columns:1fr}.service-card{border-bottom:1px solid #15151524;border-right:0;min-height:auto;padding:30px 24px}.service-card:last-child{border-bottom:0}.featured{flex-direction:column;display:flex}.featured-image img{height:420px}.featured-content{padding:56px 24px}.featured-content h2{font-size:clamp(42px,14vw,62px)}.featured-content p:not(.eyebrow):not(.location){max-width:100%;font-size:14px}.project-counter{margin-top:42px}.gallery{padding:72px 24px}.section-heading{margin-bottom:36px}.section-heading h2{font-size:clamp(40px,14vw,62px)}.gallery-grid{grid-template-columns:1fr;gap:24px}.project-card img{height:280px}.project-card h3{font-size:28px}.about{grid-template-columns:1fr;gap:44px;padding:76px 24px}.about:after{font-size:230px;bottom:-60px;right:-20px}.about h2{font-size:clamp(40px,14vw,62px)}.about-lead{font-size:14px;line-height:1.85}.about-stats{grid-template-columns:1fr}.about-stats div{border-bottom:1px solid #15151524;border-right:0}.about-stats div:last-child{border-bottom:0}.about-value-card{padding:24px 22px 24px 66px}.process{grid-template-columns:1fr;gap:40px;padding:76px 24px}.process-intro h2{font-size:clamp(40px,14vw,62px)}.timeline{grid-template-columns:1fr;gap:18px;padding-top:0}.timeline:before,.timeline:after{display:none}.process-step{background:#ffffff75;border:1px solid #15151524;min-height:auto;padding:30px}.process-step:before{opacity:1;top:30px;left:30px;transform:scale(1)}.process-step:after{top:23px;left:23px}.process-step span{margin-left:42px}.process-step p,.process-detail{max-width:100%}.cta{flex-direction:column;align-items:flex-start;padding:64px 24px}.cta h2{font-size:clamp(40px,14vw,62px)}.footer{grid-template-columns:1fr;gap:26px;padding:38px 24px}.footer img{max-width:130px}.footer nav{flex-wrap:wrap;justify-content:flex-start;gap:16px}.footer nav a{font-size:9px}.scroll-top{width:46px;height:46px;bottom:18px;right:18px}}@media (width<=430px){.hero h1,.featured-content h2,.section-heading h2,.about h2,.process-intro h2,.cta h2{word-break:normal;overflow-wrap:normal}.project-card img{height:240px}.featured-image img,.hero-image{height:380px;min-height:380px}.about-value-card{padding-left:58px}.about-value-card span{left:20px}.frame-video-progress{flex-wrap:wrap}}@media (hover:none){.service-card:hover,.project-card:hover,.process-step:hover,.about-value-card:hover{transform:none!important}.services-grid:hover .service-card:not(:hover),.gallery-grid:hover .project-card:not(:hover){opacity:1!important;transform:none!important}.project-card:hover img,.hero-image:hover img,.featured-image:hover img{filter:none!important;transform:none!important}.project-card:hover div{transform:none!important}}.floating-lines-container{width:100%;height:100%;position:relative;overflow:hidden}
