:root{--ink:#161616;--muted:#666;--paper:#f7f6f2;--white:#fff;--line:#deddd8;--accent:#d9a21b;--max:1240px;--r:14px;--s1:.5rem;--s2:1rem;--s3:1.5rem;--s4:2rem;--s5:3rem;--s6:5rem}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:var(--white);line-height:1.55}a{color:inherit}.container{width:min(calc(100% - 40px),var(--max));margin:auto}.section{padding:clamp(4rem,8vw,7rem) 0}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;font-weight:800}.lead{font-size:clamp(1.05rem,2vw,1.25rem);color:var(--muted);max-width:62ch}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.75rem 1.15rem;border-radius:9px;text-decoration:none;font-weight:800;border:1px solid var(--ink)}.btn.primary{background:var(--ink);color:#fff}.btn.secondary{background:transparent}.grid{display:grid;gap:1.25rem}.cards{grid-template-columns:repeat(3,1fr)}.card{border:1px solid var(--line);border-radius:var(--r);padding:1.4rem;background:#fff}.placeholder{min-height:220px;border-radius:var(--r);background:linear-gradient(135deg,#e8e6df,#f7f6f2);display:grid;place-items:center;text-align:center;padding:1rem;color:#686761;font-weight:700}.muted{background:var(--paper)}h1,h2,h3{line-height:1.05;letter-spacing:-.035em;margin-top:0}h1{font-size:clamp(2.7rem,7vw,5.8rem);max-width:12ch;margin-bottom:1.2rem}h2{font-size:clamp(2rem,4vw,3.4rem);max-width:16ch}header{position:sticky;top:0;z-index:20;background:#fffffff0;border-bottom:1px solid var(--line);backdrop-filter:blur(10px)}.nav{height:76px;display:flex;align-items:center;gap:1.2rem}.brand{font-size:1.25rem;font-weight:950;letter-spacing:-.04em;text-decoration:none}.navlinks{display:flex;gap:1.2rem;margin-left:auto;align-items:center}.navlinks a{text-decoration:none;font-weight:650}.hero{padding:clamp(4rem,8vw,7rem) 0 2rem}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:2rem;align-items:center}.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.6rem}.hero .placeholder{min-height:520px}.proof{padding:1.2rem 0 2.5rem}.proof-box{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:1.1rem 0;display:flex;gap:1rem;justify-content:space-between;color:var(--muted)}.project-grid{grid-template-columns:1.35fr .65fr}.project-grid .placeholder:first-child{min-height:480px}.beforeafter{grid-template-columns:1fr 1fr}.beforeafter .placeholder{min-height:360px}.split{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.quote{background:var(--ink);color:#fff;border-radius:22px;padding:clamp(2rem,5vw,4rem)}.quote .lead{color:#d8d8d8}.quote .btn{background:#fff;color:var(--ink);border-color:#fff}footer{padding:3rem 0;background:#0d0d0d;color:#eee}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:2rem}.footer-grid a{display:block;color:#cfcfcf;margin:.4rem 0;text-decoration:none}.provisional{font-size:.8rem;color:#777;margin-top:.6rem}.menu{display:none}@media(max-width:800px){.container{width:min(calc(100% - 32px),var(--max))}.navlinks{display:none}.menu{display:block;margin-left:auto}.hero-grid,.split,.project-grid,.beforeafter,.footer-grid{grid-template-columns:1fr}.hero .placeholder{min-height:340px}.cards{grid-template-columns:1fr}.hero{padding-top:3rem}.proof-box{display:grid;grid-template-columns:1fr 1fr}.section{padding:4.5rem 0}.project-grid .placeholder:first-child{min-height:320px}}.brand-mark{display:inline-flex;align-items:baseline;gap:.34rem;min-width:max-content;text-decoration:none;color:var(--ink);line-height:1;letter-spacing:-.04em}.brand-mark__lk{font-size:1.7rem;font-weight:900}.brand-mark__paint{font-size:1.05rem;font-weight:700;letter-spacing:.18em}@media(max-width:720px){.brand-mark__lk{font-size:1.5rem}.brand-mark__paint{font-size:.92rem}}.site-header{position:sticky;top:0;z-index:40;background:#fffffff5;border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}.nav{height:78px}.navlinks{display:flex;gap:1.55rem;margin-left:auto;align-items:center}.navlinks a{font-size:.94rem;text-decoration:none;font-weight:700}.navlinks a:hover,.navlinks a:focus-visible{text-decoration:underline;text-underline-offset:5px}.nav-cta{margin-left:.35rem;padding-inline:1.25rem}.menu{display:none;border:0;background:transparent;width:46px;height:46px;padding:11px;margin-left:auto}.menu span{display:block;height:2px;background:var(--ink);margin:7px 0;border-radius:2px}.mobile-nav{padding:0 0 1rem}.mobile-nav a:not(.btn){display:block;padding:.8rem 0;border-bottom:1px solid var(--line);text-decoration:none;font-weight:750}.mobile-nav .btn{width:100%;margin-top:1rem}.hero{padding:clamp(3.5rem,7vw,6.5rem) 0 clamp(2rem,4vw,3.5rem);overflow:hidden}.hero-grid{grid-template-columns:minmax(0,.92fr) minmax(380px,1.08fr);gap:clamp(2.5rem,6vw,6rem)}.hero-copy{padding-block:1rem}.hero h1{font-size:clamp(3.3rem,6.4vw,6.2rem);max-width:10.5ch;margin:.7rem 0 1.35rem}.hero .lead{max-width:54ch}.hero-actions{align-items:center;gap:1.35rem}.text-link{font-weight:800;text-decoration:none;border-bottom:1px solid var(--ink);padding:.55rem 0}.hero-visual{min-height:560px;border-radius:22px;background:linear-gradient(145deg,#171717,#292929 48%,#d9a21b 48.2% 50%,#e9e6dd 50.2%,#f7f6f2);padding:clamp(1.2rem,3vw,2rem);display:flex;align-items:flex-end;box-shadow:0 22px 60px #00000017}.visual-frame{width:min(390px,92%);background:#fffffff5;border-radius:16px;padding:1.4rem;border:1px solid rgba(0,0,0,.08)}.visual-kicker{display:block;font-size:.7rem;letter-spacing:.14em;font-weight:900;margin-bottom:.65rem}.visual-frame strong{font-size:1.45rem;line-height:1.1;display:block}.visual-frame p{font-size:.9rem;color:var(--muted);margin-bottom:1rem}.visual-swatch{display:flex;gap:.4rem}.visual-swatch i{display:block;width:28px;height:8px;border-radius:20px;background:#161616}.visual-swatch i:nth-child(2){background:#d9a21b}.visual-swatch i:nth-child(3){background:#deddd8}@media(max-width:980px){.navlinks{gap:1rem}.navlinks a{font-size:.88rem}.hero-grid{grid-template-columns:1fr 1fr;gap:2rem}.hero-visual{min-height:480px}}@media(max-width:800px){.nav{height:68px}.navlinks,.nav-cta{display:none}.menu{display:block}.hero{padding-top:2.3rem}.hero-grid{grid-template-columns:1fr;gap:2rem}.hero-copy{padding:0}.hero h1{font-size:clamp(2.75rem,13vw,4.15rem);max-width:10ch}.hero .lead{font-size:1.08rem}.hero-actions{margin-top:1.35rem}.hero-actions .primary{flex:1}.hero-visual{min-height:390px;border-radius:16px}.visual-frame{width:90%;padding:1.15rem}.proof{padding-top:.25rem}}@media(max-width:430px){.hero-actions{align-items:stretch;flex-direction:column}.hero-actions .btn{width:100%}.text-link{align-self:flex-start}.hero-visual{min-height:350px}.visual-frame strong{font-size:1.25rem}}.quick-proof{padding:clamp(4.5rem,8vw,7rem) 0;background:var(--paper);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.quick-proof__intro{display:grid;grid-template-columns:minmax(150px,.32fr) minmax(0,.78fr);column-gap:clamp(2rem,6vw,6rem);align-items:start;margin-bottom:clamp(2.5rem,5vw,4.5rem)}.quick-proof__intro .eyebrow{padding-top:.55rem}.quick-proof__intro h2{max-width:18ch;margin-bottom:1.25rem}.quick-proof__intro .lead{grid-column:2;max-width:55ch;margin:0}.quick-proof__grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.proof-theme{min-width:0;padding:clamp(1.5rem,3vw,2.25rem);background:transparent;display:flex;flex-direction:column;min-height:290px}.proof-theme+.proof-theme{border-left:1px solid var(--line)}.proof-theme__top{display:flex;align-items:center;gap:.8rem;margin-bottom:auto}.proof-theme__number{font-size:.72rem;font-weight:900;letter-spacing:.12em;color:var(--muted)}.proof-theme__line{height:1px;flex:1;background:var(--line)}.proof-theme__body{margin-top:3rem}.proof-theme h3{font-size:clamp(1.35rem,2.2vw,1.75rem);margin-bottom:.7rem;letter-spacing:-.025em}.proof-theme p{color:var(--muted);max-width:30ch;margin:0}.proof-theme--evidence{padding:0;background:#fff}.proof-theme--evidence .proof-theme__top{margin:clamp(1.5rem,3vw,2.25rem) clamp(1.5rem,3vw,2.25rem) 1rem}.proof-theme__visual{margin:0 clamp(1rem,2vw,1.35rem);min-height:145px;border-radius:12px;overflow:hidden;position:relative;display:flex;align-items:flex-end;padding:1rem;background:linear-gradient(145deg,#1b1b1b,#2b2b2b 58%,#deddd8 58.4%,#f7f6f2)}.proof-theme__visual:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0 66%,rgba(217,162,27,.88) 66% 68%,transparent 68%)}.proof-theme__visual span{position:relative;z-index:1;display:inline-flex;background:#fffffff0;border:1px solid rgba(0,0,0,.08);border-radius:7px;padding:.45rem .6rem;font-size:.68rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.proof-theme--evidence .proof-theme__body{margin:1.35rem clamp(1.5rem,3vw,2.25rem) clamp(1.5rem,3vw,2.25rem)}@media(max-width:800px){.quick-proof{padding:4.5rem 0}.quick-proof__intro{grid-template-columns:1fr;gap:.85rem;margin-bottom:2.6rem}.quick-proof__intro .eyebrow{padding-top:0}.quick-proof__intro .lead{grid-column:1}.quick-proof__grid{grid-template-columns:1fr}.proof-theme{min-height:0;padding:1.6rem 0}.proof-theme+.proof-theme{border-left:0;border-top:1px solid var(--line)}.proof-theme__top{margin-bottom:2.5rem}.proof-theme__body{margin-top:0}.proof-theme--evidence{padding:1.6rem 0;background:transparent}.proof-theme--evidence .proof-theme__top{margin:0 0 1.4rem}.proof-theme__visual{margin:0;min-height:210px}.proof-theme--evidence .proof-theme__body{margin:1.35rem 0 0}}.services-section{padding:clamp(5rem,9vw,8rem) 0;background:#fff}.services-intro{display:grid;grid-template-columns:minmax(150px,.32fr) minmax(0,.78fr);column-gap:clamp(2rem,6vw,6rem);align-items:start;margin-bottom:clamp(3rem,6vw,5rem)}.services-intro .eyebrow{padding-top:.55rem}.services-intro h2{max-width:15ch;margin-bottom:1.2rem}.services-intro .lead{max-width:58ch;margin:0}.services-list{border-top:1px solid var(--line)}.service-feature{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(300px,.88fr);gap:clamp(2rem,5vw,5rem);padding:clamp(2rem,5vw,4rem) 0;border-bottom:1px solid var(--line);align-items:center}.service-feature:nth-child(2n){grid-template-columns:minmax(300px,.88fr) minmax(0,1.12fr)}.service-feature:nth-child(2n) .service-feature__visual{order:2}.service-feature__visual{min-height:clamp(290px,35vw,460px);border-radius:18px;overflow:hidden;position:relative;display:flex;align-items:flex-end;padding:1.25rem;background:linear-gradient(135deg,#191919 0 45%,#282828 45.3% 62%,#d9a21b 62.3% 64%,#ebe8df 64.3% 100%)}.service-feature:nth-child(2) .service-feature__visual{background:linear-gradient(145deg,#ebe8df 0 38%,#d9a21b 38.3% 40%,#242424 40.3% 100%)}.service-feature:nth-child(3) .service-feature__visual{background:linear-gradient(125deg,#202020 0 58%,#d9a21b 58.3% 60%,#f1efe8 60.3% 100%)}.service-feature__visual:after{content:"";position:absolute;inset:14px;border:1px solid rgba(255,255,255,.2);border-radius:11px;pointer-events:none}.service-feature__visual-label{position:relative;z-index:1;background:#fffffff2;border:1px solid rgba(0,0,0,.08);border-radius:8px;padding:.5rem .65rem;font-size:.68rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.service-feature__content{max-width:480px}.service-feature__meta{display:flex;justify-content:space-between;gap:1rem;align-items:center;color:var(--muted);font-size:.72rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase;margin-bottom:clamp(2rem,4vw,3.5rem)}.service-feature__status{border:1px solid var(--line);border-radius:999px;padding:.32rem .55rem;letter-spacing:.08em}.service-feature h3{font-size:clamp(2rem,4vw,3.2rem);margin-bottom:1rem;max-width:11ch}.service-feature p{font-size:1.05rem;color:var(--muted);max-width:42ch;margin:0 0 1.5rem}.service-feature__link{display:inline-flex;gap:.55rem;align-items:center;font-weight:850;text-decoration:none;border-bottom:1px solid var(--ink);padding:.45rem 0}.service-feature__link:hover,.service-feature__link:focus-visible{border-bottom-width:2px}.services-footer{display:flex;justify-content:space-between;align-items:center;gap:2rem;padding-top:2rem}.services-footer p{margin:0;color:var(--muted);max-width:55ch}@media(max-width:800px){.services-section{padding:4.5rem 0}.services-intro{grid-template-columns:1fr;gap:.85rem;margin-bottom:2.8rem}.services-intro .eyebrow{padding-top:0}.service-feature,.service-feature:nth-child(2n){grid-template-columns:1fr;gap:1.6rem;padding:2rem 0 2.5rem}.service-feature:nth-child(2n) .service-feature__visual{order:0}.service-feature__visual{min-height:280px;border-radius:14px}.service-feature__content{max-width:none}.service-feature__meta{margin-bottom:1.5rem}.service-feature h3{font-size:2.25rem}.services-footer{align-items:flex-start;flex-direction:column;gap:1rem}}@media(max-width:430px){.service-feature__visual{min-height:240px}.service-feature h3{font-size:2rem}}.featured-work{padding:clamp(5rem,9vw,8rem) 0;background:var(--ink);color:#fff}.featured-work__intro{display:grid;grid-template-columns:minmax(150px,.32fr) minmax(0,.78fr);column-gap:clamp(2rem,6vw,6rem);align-items:start;margin-bottom:clamp(3rem,6vw,5rem)}.featured-work__intro .eyebrow{padding-top:.55rem;color:#c9c7c0}.featured-work__heading{display:flex;justify-content:space-between;align-items:end;gap:clamp(2rem,5vw,5rem)}.featured-work__heading h2{max-width:12ch;margin:0}.featured-work__heading p{max-width:43ch;margin:0;color:#bdbbb5;font-size:.98rem}.featured-work__layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.5fr);grid-template-rows:1fr 1fr;gap:clamp(1rem,2vw,1.5rem)}.featured-project{min-width:0}.featured-project--primary{grid-row:1 / 3}.featured-project__visual{position:relative;overflow:hidden;min-height:250px;border-radius:18px;background:linear-gradient(145deg,#292929 0 48%,#333 48.2% 72%,#d9a21b 72.2% 73.5%,#e9e6dd 73.7% 100%);border:1px solid rgba(255,255,255,.12);display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;padding:1.25rem}.featured-project--primary .featured-project__visual{min-height:clamp(520px,56vw,700px);background:linear-gradient(135deg,#252525 0 54%,#303030 54.2% 76%,#d9a21b 76.2% 77.4%,#e8e5dc 77.6% 100%)}.featured-project__visual:after{content:"";position:absolute;inset:14px;border:1px solid rgba(255,255,255,.16);border-radius:11px;pointer-events:none}.featured-project__index{position:relative;z-index:1;align-self:flex-start;font-size:.72rem;font-weight:900;letter-spacing:.12em;color:#ffffffb3}.featured-project__label{position:relative;z-index:1;max-width:230px;background:#fffffff5;color:var(--ink);border-radius:8px;padding:.55rem .7rem;font-size:.68rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.featured-project__meta{display:flex;justify-content:space-between;gap:1rem;padding:.8rem .1rem 0;color:#aaa8a2;font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.featured-project--primary .featured-project__meta{font-size:.73rem}.featured-work__footer{display:flex;justify-content:space-between;align-items:center;gap:2rem;padding-top:clamp(2rem,4vw,3rem)}.featured-work__footer p{margin:0;max-width:58ch;color:#aaa8a2}.featured-work .text-link{color:#fff;border-color:#fff;white-space:nowrap}@media(max-width:900px){.featured-work__heading{display:block}.featured-work__heading p{margin-top:1.2rem}.featured-work__layout{grid-template-columns:minmax(0,1.35fr) minmax(220px,.65fr)}}@media(max-width:800px){.featured-work{padding:4.5rem 0}.featured-work__intro{grid-template-columns:1fr;gap:.85rem;margin-bottom:2.8rem}.featured-work__intro .eyebrow{padding-top:0}.featured-work__heading p{max-width:52ch}.featured-work__layout{grid-template-columns:1fr;grid-template-rows:auto;gap:2rem}.featured-project--primary{grid-row:auto}.featured-project--primary .featured-project__visual{min-height:clamp(390px,105vw,560px)}.featured-project:not(.featured-project--primary) .featured-project__visual{min-height:280px}.featured-work__footer{align-items:flex-start;flex-direction:column;gap:1.2rem}}@media(max-width:430px){.featured-project--primary .featured-project__visual{min-height:390px}.featured-project:not(.featured-project--primary) .featured-project__visual{min-height:230px}.featured-project__meta{align-items:flex-start;flex-direction:column;gap:.25rem}.featured-work__footer p{font-size:.94rem}}.site-footer[data-astro-cid-sz7xmlte]{padding:clamp(3.5rem,7vw,6rem) 0 2rem;background:#0d0d0d;color:#f4f3ef}.site-footer[data-astro-cid-sz7xmlte] .brand-mark{color:#fff}.site-footer__inner[data-astro-cid-sz7xmlte]{display:grid;gap:clamp(3rem,6vw,5rem)}.site-footer__top[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(24rem,.8fr);gap:clamp(3rem,8vw,8rem);align-items:start}.site-footer__brand[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{max-width:32rem;margin:1.4rem 0 0;color:#a9a7a1;line-height:1.7;font-size:1rem}.site-footer__nav[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}.site-footer__nav[data-astro-cid-sz7xmlte] strong[data-astro-cid-sz7xmlte]{display:block;margin-bottom:1.1rem;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:#75736e}.site-footer__nav[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{display:block;width:max-content;max-width:100%;margin:.65rem 0;color:#e8e6df;text-decoration:none;font-weight:700}.site-footer__nav[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover,.site-footer__nav[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:focus-visible{text-decoration:underline;text-underline-offset:5px}.site-footer__bottom[data-astro-cid-sz7xmlte]{display:flex;justify-content:space-between;gap:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.12);color:#77746f;font-size:.78rem;line-height:1.5}@media(max-width:800px){.site-footer[data-astro-cid-sz7xmlte]{padding-top:4rem}.site-footer__top[data-astro-cid-sz7xmlte]{grid-template-columns:1fr;gap:3rem}.site-footer__nav[data-astro-cid-sz7xmlte]{grid-template-columns:1fr 1fr}.site-footer__bottom[data-astro-cid-sz7xmlte]{flex-direction:column;gap:.55rem}}@media(max-width:430px){.site-footer__nav[data-astro-cid-sz7xmlte]{grid-template-columns:1fr;gap:1.5rem}}
