:root{--charcoal: #1A1614;--charcoal-2: #241F1B;--offwhite: #F7F4F0;--cream: #FBF9F6;--warm-grey: #9A8A7A;--warm-grey-dk: #6B5D50;--border: #E4DDD5;--accent: #A9713E;--accent-dark: #8B5A2E;--on-dark: #F7F4F0;--on-dark-muted: rgba(247, 244, 240, .62);--text: #241F1B;--shadow: 0 24px 60px rgba(26, 22, 20, .1);--radius: .5rem}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,sans-serif;color:var(--text);background:var(--offwhite);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:Fraunces,Georgia,serif;font-weight:500;line-height:1.15;letter-spacing:-.01em;color:var(--charcoal)}h1{font-size:clamp(2.4rem,5vw,4.2rem)}h2{font-size:clamp(1.9rem,3.4vw,2.8rem)}h3{font-size:1.25rem}p{color:var(--warm-grey-dk)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{max-width:1180px;margin:0 auto;padding:0 1.75rem}.eyebrow{display:inline-block;font-size:.72rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);margin-bottom:.9rem}.section{padding:clamp(3.5rem,7vw,6.5rem) 0}.section--dark{background:var(--charcoal);color:var(--on-dark)}.section--dark h1,.section--dark h2,.section--dark h3,.section--dark h4{color:var(--on-dark)}.section--dark p{color:var(--on-dark-muted)}.section--dark .eyebrow{color:var(--accent)}.hero h1,.hero h2,.hero h3{color:var(--on-dark)}.hero p{color:var(--on-dark-muted)}.page-hero h1,.page-hero h2{color:var(--on-dark)}.page-hero p{color:var(--on-dark-muted)}.section--cream{background:var(--cream)}.section--build{background:#000;transition:background-color .8s ease}.section--build .section-head h2{color:var(--on-dark);transition:color .8s ease}.section--build .section-head p{color:var(--on-dark-muted);transition:color .8s ease}.section--build .btn--outline-dark{border-color:#f7f4f059;color:var(--on-dark)}.section--build .btn--outline-dark:hover{border-color:var(--on-dark);background:#f7f4f014}.section--build.is-light{background:#fff}.section--build.is-light .section-head h2{color:var(--charcoal)}.section--build.is-light .section-head p{color:var(--warm-grey-dk)}.section--build.is-light .btn--outline-dark{border-color:var(--border);color:var(--charcoal)}.section--build.is-light .btn--outline-dark:hover{border-color:var(--charcoal);background:transparent}.reveal-card{opacity:0;transform:translateY(28px);transition:opacity .6s ease,transform .6s ease}.services-grid.is-visible .service-card.reveal-card,.process-grid.is-visible .value-grid__item.reveal-card{opacity:1;transform:translateY(0)}.section-head{max-width:640px;margin-bottom:3rem}.section-head--center{margin-left:auto;margin-right:auto;text-align:center}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.7rem;border-radius:999px;font-size:.88rem;font-weight:600;letter-spacing:.01em;cursor:pointer;border:1.5px solid transparent;transition:transform .18s ease,background .18s ease,border-color .18s ease,color .18s ease}.btn:hover{transform:translateY(-1px)}.btn--accent{background:var(--accent);color:#fff}.btn--accent:hover{background:var(--accent-dark)}.btn--outline-light{border-color:#f7f4f059;color:var(--on-dark)}.btn--outline-light:hover{border-color:var(--on-dark);background:#f7f4f014}.btn--outline-dark{border-color:var(--border);color:var(--charcoal)}.btn--outline-dark:hover{border-color:var(--charcoal)}.site-header{position:sticky;top:0;z-index:100;background:#1a1614eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.75rem;max-width:1180px;margin:0 auto}.nav__logo img{height:40px;width:auto;display:block}.nav__logo{position:relative;padding-right:1.5rem;margin-right:.25rem}.nav__logo:after{content:"";position:absolute;top:50%;right:0;transform:translateY(-50%);width:1px;height:20px;background:#f7f4f033}.nav__links{display:flex;gap:2.1rem;list-style:none}.nav__links a{white-space:nowrap;color:var(--on-dark-muted);font-size:.88rem;font-weight:500;transition:color .18s ease}.nav__links a:hover,.nav__links a.is-active{color:var(--on-dark)}.nav__cta{display:flex;align-items:center;gap:1.25rem}@media(min-width:1101px){.est-float{position:fixed;top:50%;right:0;transform:translateY(-50%);z-index:250;background:var(--accent);border-radius:.6rem 0 0 .6rem;box-shadow:0 10px 28px #00000047;transition:border-radius .22s ease;display:flex;align-items:stretch;flex-direction:row-reverse}.est-float:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;box-shadow:0 14px 34px #00000057;opacity:0;transition:opacity .22s ease;pointer-events:none}.est-float:hover,.est-float:focus-within{border-radius:.6rem}.est-float:hover:after,.est-float:focus-within:after{opacity:1}.est-float__main{display:flex;align-items:center;justify-content:center;writing-mode:vertical-rl;transform:rotate(180deg);white-space:nowrap;padding:1.5rem .9rem;color:#fff;font-weight:600;font-size:.88rem;letter-spacing:.02em;flex-shrink:0}.est-float__note{writing-mode:vertical-rl;transform:rotate(180deg);display:flex;align-items:center;justify-content:center;white-space:nowrap;font-size:.74rem;color:#ffffffe0;padding:1.1rem 0;max-width:0;opacity:0;overflow:hidden;flex-shrink:0;transition:max-width .22s ease,opacity .18s ease,padding .22s ease}.est-float:hover .est-float__note,.est-float:focus-within .est-float__note{max-width:3rem;padding:1.1rem .6rem;opacity:1}.est-float__note a{color:#fff;text-decoration:underline;text-underline-offset:2px}.est-float__note a:hover{opacity:.8}}@media(max-width:1100px){.est-float{display:none}}.nav__phone{display:inline-flex;align-items:center;gap:.35rem;color:var(--on-dark-muted);font-size:.85rem;font-weight:600;white-space:nowrap;transition:color .18s ease}.nav__phone:hover{color:var(--on-dark)}.nav__toggle{display:none;background:none;border:none;color:var(--on-dark);font-size:1.5rem;cursor:pointer}.nav__search-btn{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;border:none;background:none;color:var(--on-dark-muted);cursor:pointer;transition:color .18s ease,background .18s ease}.nav__search-btn:hover{color:var(--on-dark);background:#f7f4f014}.nav__search-btn svg{width:18px;height:18px}.nav__mobile-search{display:flex;align-items:center;gap:.5rem;color:var(--on-dark-muted);padding:.65rem 0;border-top:1px solid rgba(247,244,240,.1);font-size:.95rem;background:none;border-left:none;border-right:none;border-bottom:none;width:100%;text-align:left;cursor:pointer;font-family:inherit}.nav__mobile-search svg{width:16px;height:16px;flex-shrink:0}#site-search{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3000;display:none;align-items:flex-start;justify-content:center;padding:10vh 1.25rem 1.25rem}#site-search.is-open{display:flex}.site-search__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#1a16148c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.site-search__panel{position:relative;width:100%;max-width:560px;background:var(--cream);border-radius:1rem;box-shadow:var(--shadow);overflow:hidden;animation:siteSearchIn .18s ease both}@keyframes siteSearchIn{0%{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:none}}.site-search__bar{display:flex;align-items:center;gap:.6rem;padding:.9rem 1.1rem;border-bottom:1px solid var(--border)}.site-search__bar svg{width:18px;height:18px;color:var(--warm-grey);flex-shrink:0}.site-search__bar input{flex:1;border:none;background:none;font-family:inherit;font-size:1rem;color:var(--text);outline:none}.site-search__bar input::placeholder{color:var(--warm-grey)}.site-search__bar button{border:none;background:none;color:var(--warm-grey);cursor:pointer;font-size:1rem;line-height:1;padding:.25rem}.site-search__bar button:hover{color:var(--text)}.site-search__results{max-height:56vh;overflow-y:auto;padding:.5rem}.site-search__hint{padding:1.25rem 1rem;color:var(--warm-grey);font-size:.88rem;text-align:center}.site-search__result{display:block;padding:.7rem .9rem;border-radius:.6rem;transition:background .15s ease}.site-search__result:hover,.site-search__result:focus{background:var(--offwhite)}.site-search__result-title{display:block;font-weight:600;font-size:.92rem;color:var(--text);margin-bottom:.15rem}.site-search__result-desc{display:block;font-size:.8rem;color:var(--warm-grey-dk);line-height:1.4}body.search-open{overflow:hidden}.nav__mobile{display:none;flex-direction:column;gap:.25rem;padding:0 1.75rem 1.25rem}.nav__mobile a{color:var(--on-dark-muted);padding:.65rem 0;border-top:1px solid rgba(247,244,240,.1);font-size:.95rem}body.nav-open .nav__mobile{display:flex}@media(max-width:1100px){.nav__links,.nav__cta{display:none}.nav__toggle{display:block}.nav__logo{padding-right:0;margin-right:0}.nav__logo:after{display:none}}.hero{position:relative;background:var(--charcoal)}.hero__sticky{position:relative;height:100vh;height:100svh;overflow:hidden;background:var(--charcoal)}.hero__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:right center;pointer-events:none;z-index:0;transform-origin:center}.hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,#1a161426,#1a161426 55%,#1a1614e0)}.hero__veil{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:#1a16148c;opacity:0}.hero--scrub .hero__veil{opacity:1}.hero__hud{position:absolute;z-index:2;font-family:JetBrains Mono,Consolas,monospace;font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--on-dark)}.hero--scrub .hero__hud{opacity:0}.hero__hud-rule{display:block;width:2.5rem;height:1px;background:var(--accent);margin-bottom:.6rem}.hero__hud--location{top:6.5rem;left:1.75rem}.hero__scrollhint{position:absolute;left:50%;bottom:1.5rem;transform:translate(-50%);z-index:2;font-family:JetBrains Mono,Consolas,monospace;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--on-dark-muted);pointer-events:none;transition:opacity .5s ease}.hero__composition{position:absolute;z-index:2;left:1.75rem;bottom:2rem;max-width:640px}.hero__signature{display:block;width:clamp(110px,13vw,190px);height:auto;margin-bottom:-.5rem}.hero__signature path{fill:none;stroke:var(--accent);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.hero--scrub .hero__signature{opacity:0}.hero__info{max-width:480px}.hero__info h1{font-family:Fraunces,Georgia,serif;font-weight:500;font-size:clamp(1.1rem,2.2vw,1.5rem);line-height:1.25;color:var(--on-dark);margin-bottom:.6rem}.hero__info p{font-size:.92rem;line-height:1.55;color:var(--on-dark-muted)}.hero--scrub .hero__info{opacity:0;transform:translateY(24px)}.hero.hero--scrub{height:300vh}.hero.hero--scrub .hero__sticky{position:sticky;top:0;height:100vh;height:100svh}@media(max-width:860px){.hero__composition{max-width:calc(100vw - 3.5rem)}.hero__composition{bottom:5.5rem}.hero__scrollhint{bottom:4.75rem}.hero__info{max-width:260px}}.page-hero{background:var(--charcoal);color:var(--on-dark);padding:clamp(3.5rem,7vw,5.5rem) 0 clamp(2.5rem,5vw,3.5rem)}.page-hero p{max-width:560px}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.service-card{display:block;background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;color:inherit;text-decoration:none;transition:box-shadow .2s ease,transform .2s ease}.service-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.service-card__img{position:relative;aspect-ratio:4 / 3;overflow:hidden;background:var(--border) center/cover no-repeat}.service-card__img,.service-card__img2{transition:transform .5s ease,opacity .4s ease}a.service-card:hover .service-card__img,a.service-card:hover .service-card__img2{transform:scale(1.07)}.service-card__img2{position:absolute;top:0;right:0;bottom:0;left:0;background:center/cover no-repeat;opacity:0}a.service-card:hover .service-card__img2{opacity:1}.service-card__img--empty{background:linear-gradient(135deg,var(--border),var(--offwhite))}.service-card__body{padding:1.4rem}.service-card__title{font-size:1.1rem;margin-bottom:.6rem}.service-card__desc{font-size:.87rem;color:var(--warm-grey-dk);display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.services-page .service-card__desc{-webkit-line-clamp:unset;overflow:visible;white-space:pre-line}.services-page .services-grid{grid-template-columns:repeat(2,1fr)}@media(max-width:860px){.services-grid,.services-page .services-grid{grid-template-columns:1fr}}.portfolio-group{margin-bottom:3rem}.portfolio-group:last-child{margin-bottom:0}.portfolio-group__title{font-size:1rem;font-family:Inter,sans-serif;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--accent);margin-bottom:1.1rem}.portfolio-group__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.portfolio-shot{aspect-ratio:1;background:var(--border) center/cover no-repeat;border-radius:var(--radius)}.portfolio-shot.reveal-item{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}[data-portfolio-grid].is-visible .portfolio-shot.reveal-item{opacity:1;transform:translateY(0)}@media(max-width:700px){.portfolio-group__grid{grid-template-columns:repeat(2,1fr)}}[data-reveal=up]{opacity:0;transform:translateY(32px);transition:opacity .7s ease,transform .7s ease}[data-reveal=up].is-visible{opacity:1;transform:translateY(0)}[data-reveal=zoom]{opacity:0;transform:scale(.94);transition:opacity .7s ease,transform .7s ease}[data-reveal=zoom].is-visible{opacity:1;transform:scale(1)}@media(prefers-reduced-motion:reduce){[data-reveal]{opacity:1!important;transform:none!important;transition:none!important}}.split{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center}.split__figure{aspect-ratio:4/5;border-radius:var(--radius);background:var(--border) center/cover no-repeat}.split p+p{margin-top:1rem}@media(max-width:860px){.split{grid-template-columns:1fr}}.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem;margin-top:3rem}.value-grid__item .eyebrow{display:block;font-size:1.5rem;margin-bottom:.6rem;font-family:Fraunces,serif;color:var(--accent)}@media(max-width:700px){.value-grid{grid-template-columns:1fr}}.process-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:1.75rem;margin-top:3rem}.process-grid .eyebrow{display:block;font-size:1.5rem;margin-bottom:.6rem;font-family:Fraunces,serif;color:var(--accent)}.area-chips{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.area-chip{padding:.55rem 1.1rem;border:1.5px solid var(--border);border-radius:999px;font-size:.85rem;font-weight:600;color:var(--warm-grey-dk);background:#fff}.quick-actions{background:linear-gradient(180deg,var(--charcoal) 0%,#000 100%)}.quick-actions__row{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;padding:2rem 0}.quick-actions__item{display:inline-flex;align-items:center;gap:.7rem;padding:.45rem 1.3rem .45rem .45rem;border:1px solid var(--border);border-radius:999px;background:#fff;color:var(--charcoal);font-size:.85rem;font-weight:600;box-shadow:0 1px 2px #1a16140a;transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease}.quick-actions__item:hover{border-color:transparent;box-shadow:0 10px 24px #a9713e33,0 2px 6px #1a16140f;transform:translateY(-2px)}.quick-actions__icon{display:inline-flex;align-items:center;justify-content:center;width:2.1rem;height:2.1rem;flex-shrink:0;border-radius:50%;background:#a9713e1f;color:var(--accent);transition:background .22s ease,color .22s ease,transform .22s ease}.quick-actions__icon svg{width:16px;height:16px}.quick-actions__item:hover .quick-actions__icon{background:var(--accent);color:#fff;transform:scale(1.08)}@media(max-width:700px){.quick-actions__row{gap:.55rem;padding:1.5rem 0}.quick-actions__item{font-size:.8rem;padding:.4rem 1.05rem .4rem .4rem;gap:.55rem}.quick-actions__icon{width:1.85rem;height:1.85rem}.quick-actions__icon svg{width:14px;height:14px}}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem}.contact-info__item{margin-bottom:1.6rem}.contact-info__label{font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);display:block;margin-bottom:.35rem}.contact-info__value{font-size:1.05rem;color:var(--charcoal)}.contact-info__value a:hover{color:var(--accent)}.contact-map{margin-top:2rem;border-radius:var(--radius);overflow:hidden;border:1px solid var(--border)}.contact-map iframe{width:100%;height:260px;border:0;display:block}.form{display:flex;flex-direction:column;gap:1.1rem}.form__row{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem}.form label{font-size:.78rem;font-weight:600;color:var(--charcoal);margin-bottom:.4rem;display:block}.form input,.form textarea{width:100%;padding:.8rem 1rem;border:1.5px solid var(--border);border-radius:.4rem;font:inherit;font-size:.92rem;background:#fff;color:var(--text)}.form input:focus,.form textarea:focus{outline:none;border-color:var(--accent)}.form textarea{resize:vertical;min-height:120px}@media(max-width:860px){.contact-grid,.form__row{grid-template-columns:1fr}}.site-footer{background:var(--charcoal);color:var(--on-dark-muted);padding:3.5rem 0 1.75rem}.footer-grid{display:grid;grid-template-columns:1.15fr 1fr 1fr 1fr;gap:2rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(247,244,240,.1)}.footer-grid img{height:34px;margin-bottom:1rem}.footer-grid p{max-width:320px;font-size:.88rem}.footer-col h4{color:var(--on-dark);font-family:Inter,sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1rem}.footer-col a,.footer-col span{display:block;font-size:.88rem;margin-bottom:.6rem;color:var(--on-dark-muted)}.footer-col a:hover{color:var(--on-dark)}.footer-social{display:flex!important;align-items:center;gap:.4rem;margin-top:.3rem}.footer-social svg{width:16px;height:16px;flex-shrink:0}.footer-powered{display:inline-flex;align-items:center;gap:.5rem;color:var(--on-dark-muted);text-decoration:none;font-size:.78rem;letter-spacing:.02em;transition:color .2s}.footer-powered:hover{color:var(--on-dark)}.footer-powered img{height:1.1rem;width:auto;opacity:.85;transition:opacity .2s}.footer-powered:hover img{opacity:1}.footer-bottom{padding-top:1.5rem;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:.5rem;font-size:.78rem;color:#f7f4f066}.footer-bottom>*:first-child{justify-self:start}.footer-bottom>*:last-child{justify-self:center;grid-column:2}@media(max-width:500px){.footer-bottom{grid-template-columns:1fr;justify-items:center;text-align:center}.footer-bottom>*:first-child{justify-self:center}.footer-bottom>*:last-child{grid-column:1}}@media(max-width:860px){.footer-grid{grid-template-columns:1fr}}.kb-actionbar{display:none}@media(max-width:860px){body{padding-bottom:4.25rem}.kb-actionbar{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:2147483000;background:var(--charcoal);border-top:1px solid rgba(247,244,240,.12);box-shadow:0 -8px 24px #1a16142e}.kb-actionbar-btn{flex:1 1 0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;padding:.6rem .5rem calc(.6rem + env(safe-area-inset-bottom,0px));background:none;border:none;font:inherit;font-size:.7rem;font-weight:600;color:var(--on-dark-muted);cursor:pointer}.kb-actionbar-icon{font-size:1.1rem;line-height:1}.kb-actionbar-btn--accent{color:var(--accent)}#hkW{bottom:5rem!important}}
