@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');

:root{color-scheme:dark;--bg:#090909;--surface:#101010;--text:#f5f3ee;--muted:#999995;--gold:#d9bb76;--line:#272622;--display:'Manrope',Arial,sans-serif;--body:'DM Sans',Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--body);font-size:16px;line-height:1.65;overflow-x:clip}a{color:inherit;text-decoration:none}button{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}img{display:block;max-width:100%}h1,h2,h3,p{margin:0}::selection{background:var(--gold);color:#111}a:focus-visible,button:focus-visible{outline:2px solid var(--gold);outline-offset:6px}em{font-family:Georgia,'Times New Roman',serif;font-weight:400;color:var(--gold);letter-spacing:-.055em}.skip-link{position:fixed;top:-80px;left:16px;background:var(--gold);color:#111;padding:12px 20px;z-index:100}.skip-link:focus{top:12px}
.header{height:96px;max-width:1600px;padding:0 4.2%;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:30px;border-bottom:1px solid #ffffff0b;position:relative;z-index:10}.wordmark{display:flex;align-items:center;font-family:var(--display);font-weight:750;font-size:25px;letter-spacing:-1.2px;white-space:nowrap}.brand-symbol{font-family:Georgia,serif;font-size:33px;letter-spacing:-5px;color:var(--gold);margin-right:16px;padding-right:4px;line-height:1}.brand-period{color:var(--gold)}.header nav{display:flex;gap:34px;font-size:14px;color:#b8b8b2}.header nav a:hover{color:var(--gold)}.nav-cta{font-size:14px;border:1px solid #635639;padding:11px 18px;border-radius:5px;white-space:nowrap}.nav-cta span{color:var(--gold);margin-left:15px}.nav-cta:hover{background:#d9bb7611}
.hero{position:relative;isolation:isolate;min-height:930px;padding:88px 24px 96px;overflow:hidden}.hero-grid{position:absolute;inset:0;z-index:-2;background-image:linear-gradient(#ffffff04 1px,transparent 1px),linear-gradient(90deg,#ffffff04 1px,transparent 1px);background-size:85px 85px;mask-image:radial-gradient(ellipse at center,#000 0%,transparent 72%)}.hero-orbit{position:absolute;width:860px;height:860px;left:50%;top:30px;transform:translateX(-50%);border:1px solid #d9bb7610;border-radius:50%;z-index:-1;box-shadow:0 0 170px #d9bb7608,inset 0 0 170px #d9bb7605}.hero-orbit:before{content:'';position:absolute;inset:80px;border:1px solid #d9bb7609;border-radius:50%}.hero-content{position:relative;z-index:2;max-width:800px;margin:auto;text-align:center}.eyebrow{font-size:12px;font-weight:550;letter-spacing:2.25px;line-height:1.7;color:var(--gold)}.tiny-star{font-size:18px;vertical-align:middle;margin-right:8px}.hero h1{font-family:var(--display);font-size:clamp(72px,7.1vw,112px);line-height:1.045;letter-spacing:-.075em;font-weight:650;margin:28px 0 29px}.hero h1 em{font-size:1.1em;line-height:1.02;letter-spacing:-.06em}.hero-description{font-size:17px;line-height:1.8;color:#b1b0ac;max-width:530px;margin:auto}.hero-actions{display:flex;align-items:center;justify-content:center;gap:27px;margin-top:32px}.button{font-size:14px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:20px;min-height:53px;padding:14px 22px;border-radius:4px;line-height:1.5;transition:background .2s,transform .2s,color .2s}.button:hover{transform:translateY(-3px)}.button span{font-size:20px;line-height:1}.gold{background:var(--gold);color:#17130b;border:1px solid var(--gold)}.gold:hover{background:#edcf88}.outline{border:1px solid #5a513f;background:transparent;color:var(--text)}.outline:hover{background:#d9bb7610;border-color:var(--gold)}.text-link{font-size:14px;border-bottom:1px solid #565047;padding:8px 0}.text-link span{margin-left:8px;color:var(--gold)}.hero-signature{font-size:12px;color:#7f7f79;margin-top:25px}.hero-signature strong{font-weight:400;color:#b1afa8}.hero-card{position:absolute;border:1px solid #ffffff24;overflow:hidden;border-radius:8px;box-shadow:0 25px 60px #0009;background:#111;z-index:1;width:clamp(225px,22.5vw,360px);transition:opacity 1s,translate .7s;will-change:transform}.hero-card img{width:100%;height:auto}.browser-bar{height:24px;display:flex;align-items:center;justify-content:space-between;font-size:8px;letter-spacing:1px;padding:0 10px;background:#171717;color:#c9c6bf}.browser-bar span:first-child{font-size:15px;letter-spacing:2px;color:#6d6d6a}.card-barber{left:-5%;top:134px;transform:rotate(-12deg)}.card-restaurant{right:-5%;top:100px;transform:rotate(11deg)}.card-architecture{left:-3%;top:514px;transform:rotate(8deg)}.card-shop{right:-3%;top:501px;transform:rotate(-9deg)}.hero-bottom{display:flex;justify-content:space-between;align-items:center;position:absolute;bottom:29px;left:4.2%;right:4.2%;font-size:10px;letter-spacing:1.7px;color:#78776f}.hero-bottom a{display:flex;align-items:center;gap:10px;color:#b0aca1}.scroll-line{display:block;height:32px;width:1px;background:linear-gradient(transparent,var(--gold));position:relative}.scroll-line:after{content:'';position:absolute;bottom:0;left:-2px;width:5px;height:5px;border-right:1px solid var(--gold);border-bottom:1px solid var(--gold);transform:rotate(45deg)}
.discipline-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);min-height:95px;display:flex;align-items:center;justify-content:center;gap:5%;padding:25px 4%;color:#a9a79f;font-size:12px;letter-spacing:1.8px;white-space:nowrap}.discipline-strip b{color:var(--gold);font-size:20px;font-weight:400}.section{max-width:1280px;margin:auto;padding:112px 60px}.section-top{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:43px}.section-number{color:#69675f;margin-right:12px;letter-spacing:0}.section-note{font-size:13px;color:#85847d}.section h2{font-family:var(--display);font-size:clamp(38px,4.4vw,64px);font-weight:500;line-height:1.17;letter-spacing:-.055em}.section h2 em{font-size:1.04em}.work-intro,.services-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:60px;margin-bottom:65px}.work-intro>p,.services-heading>p{width:330px;font-size:16px;color:var(--muted);line-height:1.85}.work-intro small{display:block;margin-top:15px;color:#85847e;font-size:12px;line-height:1.8}.projects{display:grid;grid-template-columns:1fr 1fr;column-gap:38px;row-gap:62px}.project:nth-child(even){transform:translateY(65px)}.project-image{position:relative;width:100%;display:block;border:1px solid #ffffff0c;padding:28px;border-radius:6px;aspect-ratio:1.3;overflow:hidden;transition:background .3s}.project-image img{width:100%;height:auto;box-shadow:0 18px 30px #0005;transition:transform .6s}.project-image:hover img{transform:translateY(-5px) scale(1.03)}.project-dark{background:#232322}.project-cream{background:#302622}.project-slate{background:#1d2325}.project-lilac{background:#28252e}.project-open{position:absolute;bottom:18px;right:18px;width:35px;height:35px;border:1px solid #ffffff25;background:#111b;border-radius:50%;display:grid;place-items:center;color:white;opacity:0;translate:0 8px;transition:.3s}.project-image:hover .project-open,.project-image:focus-visible .project-open{opacity:1;translate:0}.project-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:19px}.project-meta h3{font-family:var(--display);font-size:20px;font-weight:500;letter-spacing:-.5px}.project-meta p{font-size:13px;color:#898882;margin-top:3px}.tag{font-size:10px;letter-spacing:1.1px;color:#8f8c83;border:1px solid #37342d;border-radius:3px;padding:4px 9px;white-space:nowrap}.work{padding-bottom:170px}
.services{border-top:1px solid var(--line)}.services-heading{margin-bottom:48px}.services-heading>p{width:auto}.service-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.service-card{background:linear-gradient(135deg,#151515,#101010);border:1px solid #30302b;border-radius:8px;padding:36px 36px 32px;display:flex;flex-direction:column}.service-featured{background:radial-gradient(ellipse at top right,#66502b26,transparent 75%),#11110f;border-color:#857041}.service-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:35px;color:var(--gold);height:35px}.service-number{font-family:Georgia,serif;font-size:34px;color:#7f7968;font-style:italic}.service-badge{font-size:10px;letter-spacing:1.2px;border:1px solid #776238;background:#d9bb760b;border-radius:30px;padding:5px 11px}.service-card>.eyebrow{font-size:10px;letter-spacing:1.9px}.service-card h3{font-family:var(--display);font-size:38px;font-weight:500;line-height:1.25;letter-spacing:-1.5px;margin:12px 0 20px}.service-card h3 span{color:var(--gold)}.service-description{color:#a8a69d;line-height:1.8;font-size:15px}.features{list-style:none;padding:0;margin:29px 0 36px;font-size:14px;color:#c8c6bd}.features li{position:relative;padding:9px 0 9px 25px}.features li:before{content:'✓';position:absolute;left:0;top:9px;color:var(--gold);font-size:13px}.service-footer{margin-top:auto;border-top:1px solid #ffffff15;padding-top:26px}.service-footer p{font-family:var(--display);font-size:25px;font-weight:500;letter-spacing:-.8px}.service-footer p span{display:block;font-family:var(--body);font-size:12px;font-weight:400;letter-spacing:0;color:#929087;margin-top:5px}.service-footer .button{width:100%;justify-content:space-between;margin-top:25px}.service-fineprint{font-size:12px;color:#86847c;text-align:center;max-width:740px;margin:25px auto 0;line-height:1.8}
.about{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;border-top:1px solid var(--line);align-items:center}.about-brand{position:relative;aspect-ratio:.94;border:1px solid #423a28;background:radial-gradient(ellipse at 30% 25%,#7b673121,transparent 70%),#10100e;display:flex;align-items:center;justify-content:center;overflow:hidden}.about-brand:before{content:'';position:absolute;inset:28px;border:1px solid #d9bb7612;border-radius:50%}.about-brand:after{content:'';position:absolute;inset:65px;border:1px solid #d9bb7612;border-radius:50%}.monogram{font-family:Georgia,serif;font-size:180px;letter-spacing:-35px;color:var(--gold);line-height:1;transform:translate(-16px,-25px);text-shadow:0 10px 30px #0005;position:relative;z-index:1}.monogram span{color:#a58a51}.about-brand-bottom{position:absolute;bottom:23px;left:25px;right:25px;display:flex;justify-content:space-between;color:#90866e;letter-spacing:1.5px;font-size:9px;line-height:1.8}.about-brand-bottom span:last-child{text-align:right}.about-copy h2{font-size:46px;margin:26px 0}.about-copy>p:not(.eyebrow){font-size:16px;color:#a4a198;margin-top:18px;line-height:1.9}.about-signature{margin-top:30px;padding-top:24px;border-top:1px solid var(--line);display:flex;align-items:center;gap:22px}.about-signature>span{font-family:Georgia,serif;font-style:italic;font-size:27px;letter-spacing:-1.5px;color:var(--gold);white-space:nowrap}.about-signature p{font-size:12px;color:#8c8a82;line-height:1.8}
.contact{text-align:center;padding-top:94px;padding-bottom:98px;max-width:none;border-top:1px solid var(--line);background:radial-gradient(ellipse at 50% 80%,#80632417,transparent 70%)}.contact h2{font-size:clamp(45px,5.4vw,78px);margin:27px 0 22px}.contact>p:not(.eyebrow){color:#a29f97;font-size:17px}.contact-actions{display:flex;justify-content:center;gap:15px;margin-top:36px}.contact-details{display:flex;flex-wrap:wrap;justify-content:center;gap:22px;font-size:13px;color:#a4a094;margin-top:32px}.contact-details>span[aria-hidden]{color:#5d5544}.contact-details a:hover{color:var(--gold)}.footer{max-width:1480px;margin:auto;border-top:1px solid var(--line);padding:32px 5%;display:flex;align-items:center;justify-content:space-between;gap:22px}.footer .wordmark{font-size:23px}.footer>span,.footer>a:last-child{font-size:12px;color:#99958b}.footer>a:last-child span{color:var(--gold);margin-left:13px}
.reveal{opacity:1}.js-motion .reveal{opacity:0;translate:0 28px;transition:opacity .8s ease,translate .8s cubic-bezier(.22,1,.36,1)}.js-motion .from-left{translate:-65px 35px}.js-motion .from-right{translate:65px 35px}.js-motion .reveal.is-visible{opacity:1;translate:0 0}.hero-content{animation:hero-in 1s both}.hero-card{animation:card-in 1.3s both}.card-restaurant{animation-delay:.12s}.card-architecture{animation-delay:.22s}.card-shop{animation-delay:.34s}@keyframes hero-in{from{opacity:0;translate:0 20px}to{opacity:1;translate:0 0}}@keyframes card-in{from{opacity:0;translate:0 40px}to{opacity:1;translate:0 0}}
.project-dialog{width:min(1020px,calc(100% - 32px));max-height:90dvh;background:#121212;border:1px solid #6b5934;border-radius:8px;color:var(--text);padding:25px;overflow:auto}.project-dialog::backdrop{background:#000d;backdrop-filter:blur(7px)}.dialog-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;gap:16px}.dialog-header h2{font-family:var(--display);font-size:28px;letter-spacing:-1px;font-weight:500;margin-top:4px}.dialog-header .eyebrow{font-size:10px}.dialog-close{color:var(--text);background:transparent;border:1px solid #ffffff30;width:44px;height:44px;flex:0 0 44px;border-radius:50%;font-size:27px;line-height:1}.dialog-close:hover{color:var(--gold);border-color:var(--gold)}.project-dialog>img{width:100%;height:auto;border-radius:3px}.dialog-note{font-size:13px;line-height:1.8;color:#aaa69b;margin:18px 0}.project-dialog .button{min-height:44px;font-size:13px}body.modal-open{overflow:hidden}
@media(min-width:1650px){.card-barber{left:calc(50% - 830px)}.card-restaurant{right:calc(50% - 830px)}.card-architecture{left:calc(50% - 800px)}.card-shop{right:calc(50% - 800px)}}
@media(max-width:1150px){.hero{min-height:880px;padding-top:85px}.hero h1{font-size:88px}.hero-card{width:235px}.card-barber{left:-100px;top:165px}.card-restaurant{right:-100px;top:135px}.card-architecture{left:-85px;top:530px}.card-shop{right:-85px;top:510px}.section{padding-left:40px;padding-right:40px}.about{gap:48px}.about-copy h2{font-size:40px}.service-card{padding:28px}.service-card h3{font-size:33px}.discipline-strip{gap:3%;font-size:10px;letter-spacing:1.4px}.hero-bottom>span{font-size:9px}.header nav{gap:20px}.nav-cta{padding:10px 13px}}
@media(max-width:800px){.header{height:80px;padding:0 25px}.header nav{display:none}.wordmark{font-size:23px}.nav-cta{font-size:12px}.hero{padding-top:60px;min-height:915px}.hero-content{max-width:650px}.hero h1{font-size:80px}.hero-card{width:220px}.card-barber{left:-34px;top:648px;transform:rotate(-9deg)}.card-restaurant{right:-34px;top:648px;transform:rotate(9deg)}.card-architecture,.card-shop{display:none}.hero-bottom{bottom:22px}.hero-bottom>span{display:none}.hero-bottom{justify-content:center}.hero-orbit{width:650px;height:650px}.section{padding:80px 30px}.work{padding-bottom:135px}.section-note{display:none}.section-top{margin-bottom:30px}.work-intro,.services-heading{gap:35px;align-items:flex-start;flex-direction:column;margin-bottom:40px}.work-intro>p{width:100%;max-width:530px}.work-intro small{margin-top:10px}.projects{gap:38px 22px}.project-image{padding:19px}.project:nth-child(even){transform:translateY(45px)}.project-meta{align-items:flex-start}.tag{display:none}.project-meta h3{font-size:19px}.project-meta p{font-size:12px}.service-grid{gap:17px}.service-card{padding:23px}.service-card h3{font-size:29px;letter-spacing:-1px}.service-description{font-size:14px}.features{font-size:13px}.service-footer .button{padding:12px 14px;font-size:12px}.service-badge{font-size:9px;letter-spacing:.6px}.about{gap:35px}.about-brand{aspect-ratio:.72}.monogram{font-size:145px;letter-spacing:-30px}.about-brand-bottom{left:16px;right:16px;font-size:8px}.about-copy h2{font-size:34px}.about-copy>p:not(.eyebrow){font-size:14px}.about-signature{flex-direction:column;align-items:flex-start;gap:6px}.discipline-strip{justify-content:space-around;gap:16px;flex-wrap:wrap;min-height:90px;padding:20px}.discipline-strip b{font-size:15px}.discipline-strip b:last-of-type{display:none}.contact{padding-top:75px;padding-bottom:75px}.footer{padding:26px 30px;flex-wrap:wrap}.footer>span{order:3;width:100%;text-align:center;margin-top:7px}}
@media(max-width:540px){html{scroll-padding-top:24px}.header{padding:0 19px;height:74px;gap:10px}.brand-symbol{font-size:28px;margin-right:12px}.wordmark{font-size:21px}.nav-cta{font-size:11px;padding:8px 10px;white-space:normal;max-width:143px;line-height:1.4;display:flex;align-items:center;gap:10px}.nav-cta span{margin-left:0;font-size:17px}.hero{padding:56px 18px 50px;min-height:865px}.hero .eyebrow{font-size:10px;letter-spacing:1.7px}.hero h1{font-size:clamp(50px,13.2vw,72px);margin:25px 0;letter-spacing:-.065em;line-height:1.08}.hero-description{font-size:14px;line-height:1.9;max-width:330px}.hero-description br{display:none}.hero-actions{gap:15px;margin-top:28px;flex-direction:column}.hero-actions .button{font-size:13px;min-height:50px;padding:12px 20px}.text-link{font-size:12px;padding:3px 0}.hero-signature{font-size:10px;margin-top:22px;max-width:240px;margin-left:auto;margin-right:auto}.hero-card{width:220px}.card-barber{top:628px;left:-55px}.card-restaurant{top:633px;right:-55px}.browser-bar{height:18px;font-size:6px}.hero-bottom{bottom:24px}.hero-bottom a{font-size:8px}.scroll-line{height:20px}.hero-orbit{width:500px;height:600px;top:20px}.discipline-strip{min-height:99px;display:grid;grid-template-columns:1fr 1fr;text-align:center;gap:12px;font-size:9px;letter-spacing:1px}.discipline-strip b{display:none}.section{padding:68px 22px}.section h2{font-size:39px}.section-top .eyebrow,.about-copy .eyebrow{font-size:10px;letter-spacing:1.6px}.work-intro>p{font-size:14px;line-height:1.85}.work-intro small{font-size:11px}.projects{grid-template-columns:1fr;gap:35px}.project:nth-child(even){transform:none}.project-image{padding:24px;aspect-ratio:1.35}.project-meta{margin-top:15px;align-items:center}.project-meta h3{font-size:20px}.tag{display:block;font-size:9px}.project-open{opacity:1;translate:0;width:30px;height:30px;bottom:13px;right:13px}.service-grid{grid-template-columns:1fr;gap:22px}.service-card{padding:28px}.service-card h3{font-size:36px}.service-description{font-size:15px}.features{font-size:14px;margin-bottom:26px}.service-footer .button{font-size:14px;min-height:52px}.service-top{margin-bottom:28px}.service-badge{font-size:10px}.services-heading>p{font-size:14px}.service-fineprint{font-size:11px}.about{grid-template-columns:1fr;gap:38px}.about-brand{aspect-ratio:1.25;max-width:100%}.monogram{font-size:160px;letter-spacing:-30px;transform:translate(-12px,-25px)}.about-brand-bottom{font-size:9px;left:22px;right:22px;bottom:19px}.about-copy h2{font-size:41px}.about-copy>p:not(.eyebrow){font-size:15px}.about-signature{flex-direction:row;align-items:center;gap:23px}.contact h2{font-size:43px;line-height:1.18}.contact .eyebrow{font-size:9px;letter-spacing:1.4px}.contact>p:not(.eyebrow){font-size:15px}.contact-actions{flex-direction:column;max-width:310px;margin-left:auto;margin-right:auto}.contact-details{flex-direction:column;gap:7px;margin-top:25px;font-size:13px}.contact-details>span[aria-hidden]{display:none}.footer{padding:25px 22px;gap:17px}.footer .wordmark{font-size:21px}.footer>a:last-child{font-size:11px}.footer>span{font-size:11px}.js-motion .from-left{translate:-25px 20px}.js-motion .from-right{translate:25px 20px}.project-dialog{padding:17px}.dialog-header h2{font-size:24px}.dialog-note{font-size:12px}}
.hero-signature,.hero-bottom,.hero-bottom>span,.discipline-strip,.tag,.service-card>.eyebrow,.service-badge,.about-brand-bottom,.dialog-header .eyebrow{font-size:12px}.hero-bottom{letter-spacing:1px}.about-brand-bottom{letter-spacing:1px}.service-badge{letter-spacing:.8px}
@media(max-width:800px){.hero{display:grid;grid-template-columns:1fr 1fr;min-height:auto;row-gap:0;padding-bottom:28px}.hero-content{grid-column:1/-1;grid-row:1;width:100%}.hero-card{position:relative;top:auto;bottom:auto;margin-top:64px;grid-row:2;max-width:none}.card-barber{grid-column:1;left:-45px;justify-self:start}.card-restaurant{grid-column:2;right:-45px;justify-self:end}.hero-bottom{position:static;grid-row:3;grid-column:1/-1;margin-top:50px}.hero-bottom a,.hero .eyebrow,.footer>span,.footer>a:last-child,.nav-cta,.contact .eyebrow,.section-top .eyebrow,.about-copy .eyebrow,.work-intro small,.service-fineprint{font-size:12px}.hero-bottom a{letter-spacing:1px}.hero-signature{max-width:350px}.hero-card .browser-bar{font-size:8px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.js-motion .reveal{opacity:1;translate:0 0}.hero-card{will-change:auto}}
