:root{--graphite:#292824;--graphite-deep:#201f1b;--yellow:#f3c900;--yellow-ink:#806900;--paper:#f3f0e8;--white:#fffefa;--ink:#292824;--muted:#6f6b62;--line:#d2ccbf;--shell:min(1180px, calc(100% - 48px));--display:"Avenir Next Condensed", "Arial Narrow", sans-serif;--sans:"Avenir Next", Avenir, "Segoe UI", sans-serif}*{box-sizing:border-box}html{min-height:100%;scroll-behavior:smooth;background:var(--graphite-deep);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100svh;margin:0;color:var(--ink);background:var(--graphite-deep);font-family:var(--sans);line-height:1.55;overflow-x:hidden}main{background:var(--paper)}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a{touch-action:manipulation;-webkit-tap-highlight-color:rgba(255,210,10,.25)}::selection{color:var(--graphite-deep);background:var(--yellow)}.shell{width:var(--shell);margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;top:-100px;left:max(16px,env(safe-area-inset-left));z-index:100;padding:10px 16px;color:var(--graphite-deep);background:var(--yellow);font-weight:700}.skip-link:focus{top:max(16px,env(safe-area-inset-top))}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:var(--display);line-height:1.02;text-wrap:balance}p,li,dd{text-wrap:pretty}h2{margin-bottom:20px;font-size:clamp(2rem,3.2vw,3.15rem);letter-spacing:-.025em}h3{font-size:clamp(1.55rem,2.5vw,2.25rem);letter-spacing:-.018em}.site-header{position:sticky;top:0;z-index:50;min-height:calc(82px + env(safe-area-inset-top));padding:env(safe-area-inset-top)max(0px,env(safe-area-inset-right))0 max(0px,env(safe-area-inset-left));color:var(--ink);background:var(--white);border-bottom:1px solid var(--line)}.header-inner{min-height:82px;display:flex;align-items:center;justify-content:space-between}.brand{width:66px;height:66px;display:grid;place-items:center}.brand img{width:62px;height:62px;object-fit:contain}.main-nav{display:flex;align-items:center;gap:clamp(15px,2vw,28px);font-size:.74rem;font-weight:700}.main-nav a{min-height:44px;display:inline-flex;align-items:center;position:relative}.main-nav a::after{content:"";position:absolute;inset:auto 100% 6px 0;height:3px;background:var(--yellow);transition:right .18s ease-out}.main-nav a:hover::after,.main-nav a:focus-visible::after{right:0}.menu-toggle{display:none;min-width:44px;min-height:44px;padding:8px;color:var(--ink);background:0 0;border:0}.menu-toggle span:not(.sr-only){width:26px;height:2px;display:block;margin:6px auto;background:currentColor;transition:transform .18s ease-out}.hero{position:relative;color:var(--ink);background:var(--paper);overflow:hidden}.hero::after{content:"";position:absolute;top:0;right:0;width:clamp(70px,10vw,150px);aspect-ratio:1;background:var(--yellow);clip-path:polygon(100% 0,100% 100%,0 0);pointer-events:none}.hero-inner{min-height:650px;display:grid;grid-template-columns:.86fr 1.14fr;gap:clamp(40px,8vw,104px);align-items:center;padding-block:58px}.trade-line{margin-bottom:28px;color:var(--yellow-ink);font-size:.72rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.hero h1{max-width:590px;margin-bottom:26px;font-size:clamp(3.4rem,6vw,6.1rem);font-weight:700;letter-spacing:-.045em}.hero h1 span{display:block;color:var(--yellow-ink);font-size:.58em;letter-spacing:-.02em}.hero-slogan{max-width:540px;margin-bottom:12px;color:var(--ink);font-family:var(--display);font-size:clamp(1.28rem,2vw,1.7rem);font-weight:700}.hero-lede{max-width:560px;margin-bottom:32px;color:var(--muted);font-size:1.02rem}.hero-actions{display:flex;align-items:center;gap:26px}.button{min-height:48px;display:inline-flex;align-items:center;justify-content:space-between;gap:26px;padding:12px 16px;border:1px solid transparent;border-radius:0;font-size:.78rem;font-weight:800;cursor:pointer;transition-property:color,background-color,box-shadow,scale;transition-duration:.16s;transition-timing-function:ease-out}.button:active{scale:.96}.button-yellow{color:var(--graphite-deep);background:var(--yellow)}.button-yellow:hover,.button-yellow:focus-visible{background:#fff;box-shadow:5px 5px 0 var(--yellow)}.plain-link{min-height:44px;display:inline-flex;align-items:center;border-bottom:1px solid var(--ink);font-size:.82rem;font-weight:750;transition-property:color,border-color;transition-duration:.16s}.plain-link:hover,.plain-link:focus-visible{color:var(--yellow-ink);border-color:var(--yellow)}.hero-visual{align-self:stretch;position:relative;margin:0}.hero-visual img{width:100%;height:100%;min-height:540px;object-fit:cover;object-position:center 48%;outline:1px solid rgba(255,255,255,.12);outline-offset:-1px}.hero-visual figcaption{position:absolute;inset:auto 0 0;display:flex;justify-content:space-between;gap:20px;padding:13px 16px;color:#fff;background:rgba(35,38,48,.9);font-size:.7rem}.work-index{border-bottom:1px solid var(--line)}.work-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:10%;padding-block:76px}.work-layout header>p,.record-heading>p,.quote-guide>p:first-child{margin-bottom:14px;color:var(--muted);font-size:.7rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.work-layout header h2{max-width:440px;margin:0}.work-list{margin:0;border-top:4px solid var(--graphite)}.work-list>div{display:grid;grid-template-columns:170px 1fr;gap:30px;padding:20px 0;border-bottom:1px solid var(--line)}.work-list dt{font-family:var(--display);font-size:1.22rem;font-weight:750}.work-list dd{margin:0;color:var(--muted)}.site-record{padding-block:88px 110px}.record-heading{display:grid;grid-template-columns:180px minmax(0,700px);gap:32px;align-items:start;margin-bottom:64px}.record-heading>p{padding-top:10px}.record-heading h2{margin:0}.record-list{display:grid;gap:100px}.record{display:grid;grid-template-columns:220px 1fr;gap:clamp(32px,7vw,90px)}.record>header{border-top:4px solid var(--graphite);padding-top:15px}.record>header>span{display:block;margin-bottom:44px;color:var(--muted);font-size:.72rem;font-weight:800}.record>header h3{margin-bottom:10px}.record>header p{color:var(--muted);font-size:.88rem}.record-images{min-width:0}.record-images figure{margin:0}.record-images img{width:100%;height:auto;outline:1px solid rgba(35,38,48,.16);outline-offset:-1px}.record-images figcaption{padding-top:8px;color:var(--muted);font-size:.7rem}.record-images.pair{display:grid;grid-template-columns:1fr 1fr;gap:18px}.record-images.triptych{display:grid;grid-template-columns:.8fr 1fr .8fr;gap:18px;align-items:end}.record-images.triptych figure:nth-child(2){transform:translateY(42px)}.record-images.finish-grid{display:grid;grid-template-columns:1.35fr .75fr;gap:18px;align-items:start}.record-images.finish-grid figure:first-child{grid-row:span 2}.record-images.finish-grid figure:last-child{width:88%;justify-self:end}.method-section{padding-block:82px;color:var(--ink);background:#ddd6c8}.method-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:10%}.method-layout header>p,.news-heading>p:first-child,.gallery-heading>div>p,.reviews-layout>div:first-child>p:first-child{margin-bottom:14px;color:var(--yellow-ink);font-size:.7rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.method-layout h2{max-width:430px}.method-intro{max-width:720px;margin-bottom:38px;color:#5f5a51;font-size:1.08rem}.method-lines{border-top:1px solid rgba(41,40,36,.3)}.method-lines p{display:grid;grid-template-columns:190px 1fr;gap:24px;margin:0;padding:17px 0;border-bottom:1px solid rgba(41,40,36,.2)}.method-lines strong{color:var(--ink);font-family:var(--display);font-size:1.08rem}.method-lines span{color:#5f5a51}.news-section{padding-block:90px;border-bottom:1px solid var(--line)}.news-heading{display:grid;grid-template-columns:180px minmax(0,540px)minmax(220px,1fr);gap:32px;align-items:start;margin-bottom:48px}.news-heading>p:first-child{color:var(--muted);padding-top:10px}.news-heading h2{margin:0}.news-heading>p:last-child{color:var(--muted);font-size:.86rem}.news-ledger{border-top:4px solid var(--graphite)}.news-entry{display:grid;grid-template-columns:50px 220px minmax(0,1fr);gap:28px;align-items:center;padding:22px 0;border-bottom:1px solid var(--line)}.news-number{align-self:start;padding-top:4px;color:var(--muted);font-size:.7rem;font-weight:800}.news-entry img{width:220px;height:150px;object-fit:cover}.news-entry h3{margin-bottom:8px;font-size:1.65rem}.news-entry p{max-width:670px;margin-bottom:13px;color:var(--muted)}.news-entry a{min-height:38px;display:inline-flex;align-items:center;gap:14px;border-bottom:1px solid var(--ink);font-size:.75rem;font-weight:800}.news-entry a:hover,.news-entry a:focus-visible{color:#725e00;border-color:var(--yellow)}.gallery-section{padding-block:94px 110px;background:var(--white)}.gallery-heading{display:grid;grid-template-columns:minmax(0,630px)minmax(220px,420px);justify-content:space-between;gap:50px;align-items:end;margin-bottom:58px}.gallery-heading>div>p{color:var(--muted)}.gallery-heading h2{margin:0}.gallery-heading>p{margin:0;color:var(--muted);font-size:.86rem}.gallery-archive{border-top:4px solid var(--graphite)}.gallery-row{display:grid;grid-template-columns:220px 1fr;gap:34px;padding-block:34px;border-bottom:1px solid var(--line)}.gallery-row header>span{color:var(--muted);font-size:.7rem;font-weight:800}.gallery-row h3{margin:18px 0 8px;font-size:1.55rem}.gallery-row header p{color:var(--muted);font-size:.78rem}.gallery-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;align-items:start}.gallery-strip a{position:relative;display:block;background:var(--paper);overflow:hidden}.gallery-strip a::after{content:"+";position:absolute;right:8px;bottom:8px;width:30px;height:30px;display:grid;place-items:center;color:var(--graphite-deep);background:var(--yellow);font-weight:900;opacity:0;transform:translateY(6px);transition:opacity .16s ease-out,transform .16s ease-out}.gallery-strip a:hover::after,.gallery-strip a:focus-visible::after{opacity:1;transform:none}.gallery-strip img{width:100%;height:auto;transition:transform .24s ease-out}.gallery-strip a:hover img,.gallery-strip a:focus-visible img{transform:scale(1.025)}.reviews-section{padding-block:76px;color:var(--ink);background:#ebe5d9;border-bottom:1px solid var(--line)}.reviews-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:10%;align-items:start}.reviews-layout h2{max-width:520px;margin:0}.reviews-heading>p:last-of-type{max-width:470px;margin:24px 0 20px;color:var(--muted);font-size:.82rem}.reviews-heading>a{min-height:40px;display:inline-flex;align-items:center;gap:12px;color:var(--yellow-ink);border-bottom:1px solid var(--yellow-ink);font-size:.74rem;font-weight:800}.reviews-heading>a:hover,.reviews-heading>a:focus-visible{color:var(--ink);border-color:var(--ink)}.review-list{border-top:4px solid var(--yellow)}.review-entry{padding:24px 0 26px;border-bottom:1px solid rgba(41,40,36,.22)}.review-entry header{display:grid;grid-template-columns:70px 1fr auto;gap:18px;align-items:baseline;font-size:.73rem}.review-entry header strong{color:var(--yellow-ink)}.review-entry header span{color:var(--ink);font-weight:750}.review-entry header time{color:var(--muted);font-variant-numeric:tabular-nums}.review-entry blockquote{margin:18px 0 14px;color:var(--ink);font-family:var(--display);font-size:clamp(1.2rem,2vw,1.62rem);line-height:1.35}.review-entry>p{margin:0;color:var(--muted);font-size:.72rem}.quote-section{position:relative;padding-block:90px;background:var(--white);border-top:12px solid var(--yellow)}.quote-section::after{content:"";position:absolute;right:0;bottom:0;width:92px;aspect-ratio:1;background:var(--yellow);clip-path:polygon(100% 0,100% 100%,0 100%)}.quote-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:10%;align-items:start}.quote-guide h2{max-width:490px}.quote-guide ol{margin:38px 0;padding:0;list-style:none;border-top:3px solid var(--graphite)}.quote-guide li{display:grid;grid-template-columns:34px 1fr;gap:14px;padding:15px 0;border-bottom:1px solid var(--line)}.quote-guide li span{color:var(--muted);font-size:.72rem;font-weight:800}.response-note{max-width:470px;color:var(--muted);font-size:.8rem}.response-note strong{color:var(--ink)}.booking-link{min-height:46px;display:inline-flex;align-items:center;justify-content:space-between;gap:30px;margin-top:10px;padding:10px 14px;color:var(--graphite-deep);background:var(--yellow);font-size:.76rem;font-weight:800}.booking-link:hover,.booking-link:focus-visible{color:#fff;background:var(--graphite);box-shadow:5px 5px 0 var(--yellow)}.quote-form{display:grid;gap:18px;padding:34px;background:var(--paper);border-top:5px solid var(--graphite)}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.quote-form label{display:grid;gap:7px}.quote-form label>span{font-size:.74rem;font-weight:750}.quote-form input,.quote-form select,.quote-form textarea{width:100%;min-height:50px;padding:12px 13px;color:var(--ink);background:var(--white);border:1px solid #a9a9a5;border-radius:0}.quote-form textarea{min-height:140px;resize:vertical}.quote-form .consent{display:flex;align-items:flex-start;gap:11px}.quote-form .consent input{width:18px;height:18px;min-height:0;margin-top:2px;accent-color:var(--graphite)}.quote-form .consent span{color:var(--muted);font-weight:500;line-height:1.5}.button-dark{justify-self:start;color:#fff;background:var(--graphite)}.button-dark:hover,.button-dark:focus-visible{color:var(--graphite-deep);background:var(--yellow)}.form-status{min-height:22px;margin:-4px 0 0;color:var(--graphite);font-size:.78rem}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--yellow);outline-offset:3px}section[id]{scroll-margin-top:82px}.site-footer{padding:50px max(0px,env(safe-area-inset-right))calc(24px + env(safe-area-inset-bottom))max(0px,env(safe-area-inset-left));color:rgba(255,255,255,.72);background:var(--graphite-deep)}.footer-main{display:grid;grid-template-columns:1fr 1fr 1fr;gap:50px;align-items:start;padding-bottom:40px}.footer-logo{width:138px;height:138px;display:grid;place-items:center}.footer-logo img{width:138px;height:138px;object-fit:contain}.footer-main p{margin:0;font-size:.82rem}.footer-contact{display:grid;gap:6px;font-size:.76rem}.footer-contact p{margin-bottom:9px}.footer-contact a{width:fit-content;min-height:30px;display:flex;align-items:center}.footer-contact a:hover,.footer-contact a:focus-visible{color:var(--yellow)}.footer-main nav{display:grid;gap:5px;font-size:.8rem}.footer-main nav a{min-height:40px;display:flex;align-items:center}.footer-main nav a:hover,.footer-main nav a:focus-visible{color:var(--yellow)}.footer-bottom{display:flex;justify-content:space-between;padding-top:20px;border-top:1px solid rgba(255,255,255,.18);font-size:.68rem}.error-page{min-height:100svh;display:grid;place-content:center;padding:30px;text-align:center}.legal-page{min-height:100svh;background:var(--paper)}.legal-header{color:var(--ink);background:var(--white);border-bottom:1px solid var(--line);padding:calc(22px + env(safe-area-inset-top))max(0px,env(safe-area-inset-right))22px max(0px,env(safe-area-inset-left))}.legal-header .shell{display:flex;align-items:center;justify-content:space-between;gap:24px}.legal-header img{width:68px;height:68px;object-fit:contain}.legal-header a:last-child{min-height:44px;display:inline-flex;align-items:center;color:var(--yellow-ink);font-size:.78rem;font-weight:800}.legal-content{max-width:860px;padding-block:70px 100px}.legal-content h1{margin-bottom:42px;font-size:clamp(3rem,7vw,5.8rem)}.legal-content h2{margin:54px 0 18px;padding-top:18px;border-top:3px solid var(--graphite);font-size:clamp(1.7rem,3vw,2.35rem)}.legal-content p,.legal-content li{max-width:740px}.legal-content a{text-decoration:underline;text-decoration-color:var(--yellow);text-decoration-thickness:2px;text-underline-offset:3px}.legal-footer{padding-top:24px}.legal-footer .footer-bottom a:hover,.legal-footer .footer-bottom a:focus-visible{color:var(--yellow)}@media(max-width:880px){:root{--shell:min(100% - 36px, 760px)}.menu-toggle{display:block}.main-nav{position:fixed;inset:calc(82px + env(safe-area-inset-top))0 auto;display:grid;gap:0;padding:14px max(18px,env(safe-area-inset-right))22px max(18px,env(safe-area-inset-left));color:var(--ink);background:var(--white);border-bottom:1px solid var(--line);transform:translateY(-130%);visibility:hidden;transition-property:transform,visibility;transition-duration:.2s;transition-timing-function:ease-out}.main-nav.open{transform:none;visibility:visible}.main-nav a{padding-inline:6px;border-bottom:1px solid var(--line)}.hero-inner{min-height:0;grid-template-columns:1fr;padding-top:52px}.hero-copy{max-width:680px}.hero-visual{max-height:720px}.work-layout,.quote-layout,.method-layout,.reviews-layout{grid-template-columns:1fr;gap:42px}.news-heading{grid-template-columns:140px 1fr}.news-heading>p:last-child{grid-column:2}.gallery-row{grid-template-columns:170px 1fr}.record{grid-template-columns:160px 1fr;gap:36px}.footer-main{grid-template-columns:1fr 1fr}.footer-main nav{grid-column:2}}@media(max-width:600px){:root{--shell:calc(100% - 28px)}.site-header{min-height:calc(72px + env(safe-area-inset-top))}.header-inner{min-height:72px}.brand{width:58px;height:58px}.brand img{width:54px;height:54px}.main-nav{inset-block-start:calc(72px + env(safe-area-inset-top))}.hero::after{width:62px}.hero-inner{gap:38px;padding-block:38px 0}.hero h1{font-size:clamp(3rem,14vw,4.25rem)}.hero-actions{align-items:flex-start;flex-direction:column;gap:14px}.hero-visual{width:calc(100% + 28px);margin-left:-14px}.hero-visual img{min-height:0;max-height:none;aspect-ratio:auto}.hero-visual figcaption{position:static}.work-layout{padding-block:58px}.work-list>div{grid-template-columns:1fr;gap:5px;padding:16px 0}.site-record{padding-block:66px 80px}.record-heading{grid-template-columns:1fr;gap:0;margin-bottom:50px}.record-heading>p{padding:0}.record-list{gap:72px}.record{grid-template-columns:1fr;gap:20px}.record>header>span{margin-bottom:20px}.record-images.pair,.record-images.triptych,.record-images.finish-grid{grid-template-columns:1fr;gap:22px}.record-images.triptych figure:nth-child(2){transform:none}.record-images.finish-grid figure:first-child{grid-row:auto}.record-images.finish-grid figure:last-child{width:100%}.method-section,.news-section,.gallery-section,.reviews-section{padding-block:64px}.method-lines p{grid-template-columns:1fr;gap:5px}.news-heading,.gallery-heading{grid-template-columns:1fr;gap:12px;margin-bottom:38px}.news-heading>p:first-child{padding:0}.news-heading>p:last-child{grid-column:1}.news-entry{grid-template-columns:34px 1fr;gap:14px}.news-entry img{grid-column:2;width:100%;height:auto;aspect-ratio:4/3}.news-entry>div{grid-column:2}.gallery-row{grid-template-columns:1fr;gap:15px;padding-block:28px}.gallery-row h3{margin-top:10px}.gallery-row header p{margin-bottom:0}.gallery-strip{grid-template-columns:1fr 1fr}.gallery-strip a:first-child{grid-column:1/-1}.review-entry header{grid-template-columns:64px 1fr;gap:6px 12px}.review-entry header time{grid-column:2}.quote-section{padding-block:64px}.quote-form{padding:24px 16px}.field-grid{grid-template-columns:1fr}.quote-form .button{width:100%}.booking-link{width:100%}.footer-main{grid-template-columns:1fr;gap:24px}.footer-main nav{grid-column:1}.footer-bottom{flex-direction:column;gap:7px}section[id]{scroll-margin-top:72px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition-duration:.01ms!important}}