@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;450;500;600&family=Montserrat:wght@400;500;600;700&display=swap');
:root{--cream:#f5f1e9;--ink:#1f2022;--sage:#a6b581;--olive:#54633a;--wood:#d7a56a;--line:#d9d3ca;--muted:#626458;--ease:cubic-bezier(.16,1,.3,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,Arial,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button{font:inherit}img{display:block;width:100%;object-fit:cover}svg{fill:none;stroke:currentColor;stroke-width:1.5}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-family:Montserrat,Arial,sans-serif;font-weight:500}h2{font-size:clamp(2.2rem,4.2vw,4.2rem);line-height:1.14;letter-spacing:-.04em;text-wrap:balance}h2 span{color:var(--olive)}h3{font-size:1.5rem;line-height:1.3;letter-spacing:-.025em}a,button{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:3px solid var(--olive);outline-offset:6px}.skip{position:fixed;top:-100px;left:20px;z-index:20;padding:10px 20px;background:var(--cream);color:var(--ink)}.skip:focus{top:10px}.header{height:100px;display:flex;align-items:center;justify-content:space-between;position:absolute;inset:0 0 auto;z-index:5;padding:0 4.5%;color:var(--cream);border-bottom:1px solid #ffffff35}.wordmark{display:flex;align-items:center;gap:12px;line-height:1}.wordmark svg{width:54px;height:42px}.wordmark>span{font-family:Montserrat,sans-serif;font-size:2.35rem;font-weight:600;letter-spacing:-.04em}.wordmark small{display:block;font:500 .58rem Inter,sans-serif;letter-spacing:.12em;margin-top:5px}.header nav{display:flex;gap:36px;font-size:.9rem}.header nav a{position:relative}.header nav a:after{content:'';position:absolute;bottom:-7px;height:1px;background:var(--sage);width:100%;left:0;transform:scaleX(0);transform-origin:left;transition:transform .3s var(--ease)}.header nav a:hover:after{transform:scaleX(1)}.header-cta{padding:12px 0;border-bottom:1px solid #ffffff8a;font-size:.9rem;display:flex;gap:35px}.menu-button{display:none}.hero{min-height:760px;height:100svh;max-height:1100px;position:relative;isolation:isolate;color:var(--cream);overflow:hidden;background:#33362b}.hero-image,.hero-shade{position:absolute;inset:0;width:100%;height:100%;z-index:-2}.hero-image{animation:arrive 1.8s var(--ease) both;object-position:center 58%}.hero-shade{z-index:-1;background:linear-gradient(90deg,rgba(14,20,13,.64),rgba(14,20,13,.1)),linear-gradient(0deg,rgba(12,18,12,.76),transparent 45%,rgba(12,18,12,.38))}.hero-content{position:absolute;inset:auto 7% 150px}.hero h1{font-size:clamp(3.8rem,7.2vw,6rem);font-weight:500;letter-spacing:-.04em;line-height:1.06}.hero h1 span{color:#d2dcbc}.hero-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-top:35px;max-width:1100px}.hero-bottom p{font-size:1rem;line-height:1.75}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:58px;padding:18px 26px;font-size:.9rem;min-height:58px;transition:background .25s,color .25s}.button span{font-size:1.3rem}.button-cream{background:var(--cream);color:var(--ink)}.button-cream:hover{background:var(--sage)}.button-dark{background:var(--ink);color:var(--cream)}.button-dark:hover{background:var(--olive)}.hero-foot{position:absolute;bottom:30px;left:4.5%;right:4.5%;display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:.8rem}.hero-foot a{display:flex;gap:22px}.concept-label{color:#e2e4d9;font-size:.75rem}.section-pad{padding:115px 7%}.section-heading{display:grid;grid-template-columns:1.25fr 1fr;gap:12%;align-items:end;margin-bottom:70px}.section-heading>p,.section-heading>div{max-width:460px;color:#53564b}.space-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:10%;align-items:center}.space-photo{position:relative;height:650px}.space-photo img{height:100%;object-position:65%;border-radius:180px 180px 0 0}.space-photo figcaption{margin-top:12px;font-size:.75rem;color:var(--muted)}.space-copy h3{font-size:2.5rem;margin-bottom:22px}.space-copy>p{max-width:360px;color:var(--muted)}.mini-arc{display:block;width:70px;height:36px;border:8px solid var(--sage);border-bottom:0;border-radius:80px 80px 0 0;margin-bottom:40px}.qualities{margin-top:35px}.qualities>div{padding:20px 0;border-top:1px solid var(--line);display:grid;grid-template-columns:105px 1fr;gap:20px}.qualities span{font-weight:500}.qualities p{font-size:.875rem;color:var(--muted)}.ways{background:#e9e6dc}.note{font-size:.8rem;margin-top:18px;color:#66695c}.work-options article{border-top:1px solid #babdad;padding:28px 0;display:grid;grid-template-columns:1fr 1.05fr 1fr;gap:7%;align-items:center}.option-top h3{font-size:1.35rem}.tag{display:inline-block;font-size:.75rem;color:#4d563e;margin-top:10px}.work-options article>p{font-size:.9rem;color:#565b4d}.option-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px}.option-bottom>span{font-size:.8rem;max-width:140px;color:#565b4d}.option-bottom>a{border:1px solid #939b84;border-radius:50%;width:50px;height:50px;display:grid;place-items:center;flex-shrink:0;transition:background .25s}.option-bottom>a:hover{background:var(--sage)}.option-bottom svg{width:20px;height:20px}.promo{border-top:1px solid #babdad;margin-top:20px;padding-top:38px;display:flex;align-items:center;gap:30px}.promo-mark{font-size:2.2rem;font-weight:600;letter-spacing:-.04em;color:var(--olive)}.promo h3{font-size:1.15rem}.promo p{font-size:.875rem;color:#565b4d;margin-top:7px}.text-link{display:inline-flex;gap:30px;border-bottom:1px solid currentColor;padding-bottom:7px;font-size:.875rem}.text-link:hover{color:var(--olive)}.promo .text-link{margin-left:auto;flex-shrink:0}.statement{background:#283322;color:var(--cream);padding:110px 7%;position:relative;overflow:hidden;isolation:isolate}.statement p{font:500 clamp(3rem,6.5vw,6rem)/1.13 Montserrat,sans-serif;letter-spacing:-.04em}.statement em{font-style:normal;color:#bfcd9d}.statement>span{display:block;margin-top:32px;font-size:.875rem}.statement-arc{position:absolute;width:650px;height:650px;border:56px solid #a6b5812b;border-radius:50%;right:-80px;top:60px;z-index:-1}.statement-arc:after{content:'';position:absolute;inset:24px;border:38px solid #d7a56a2b;border-radius:50%}.location{display:grid;grid-template-columns:1.1fr 1fr;gap:16%}.location-heading>p{margin-top:28px;color:var(--muted)}.location-details h3{margin-bottom:24px}.location-details address{font-style:normal;color:#53564b;margin-bottom:24px}.contact-row{margin-top:40px;padding-top:28px;border-top:1px solid var(--line)}.contact-row>span{display:block;font-size:.875rem;color:var(--muted)}.contact-row>a{display:inline-block;font-size:1.9rem;letter-spacing:-.03em;margin:5px 0 12px}.contact-row p{font-size:.8rem;color:var(--muted);max-width:320px;margin-bottom:28px}footer{background:var(--ink);color:var(--cream);padding:65px 7% 25px}.footer-top{display:flex;align-items:center;gap:70px;margin-bottom:65px}.footer-brand{font:600 4rem/1 Montserrat,sans-serif;letter-spacing:-.04em}.footer-brand small{display:block;font:500 .65rem/1 Inter,sans-serif;letter-spacing:.14em;margin-top:12px}.footer-top p{font-size:1rem;color:#ccd1bf;line-height:1.5}.back-top{margin-left:auto;font-size:.8rem;display:flex;gap:26px}.footer-bottom{border-top:1px solid #ffffff29;padding-top:25px;display:flex;justify-content:space-between;gap:24px;color:#c4c7bc;font-size:.75rem}@keyframes arrive{from{transform:scale(1.055)}to{transform:scale(1)}}
@media(min-width:1500px){.section-pad{padding-left:max(7%,calc((100vw - 1300px)/2));padding-right:max(7%,calc((100vw - 1300px)/2))}}
@media(max-width:900px){.header nav{gap:20px}.hero{min-height:720px}.hero-content{inset:auto 6% 145px}.section-pad{padding:85px 6%}.section-heading{gap:8%}.space-layout{gap:7%}.space-photo{height:540px}.space-copy h3{font-size:2rem}.qualities>div{grid-template-columns:1fr;gap:5px}.work-options article{gap:5%;grid-template-columns:1fr 1fr}.option-bottom{grid-column:2;margin-top:-8px}.option-top{grid-row:span 2}.promo{flex-wrap:wrap}.promo .text-link{margin-left:0}.location{gap:8%}.hero-foot .concept-label{max-width:150px;text-align:center}}
@media(max-width:600px){html{scroll-padding-top:30px}.header{height:84px;padding:0 6%}.wordmark svg{width:42px}.wordmark>span{font-size:2rem}.wordmark small{font-size:.5rem}.header-cta{margin-left:auto;margin-right:25px;font-size:.75rem;gap:12px}.menu-button{display:flex;background:none;border:0;color:var(--cream);width:34px;height:44px;flex-direction:column;justify-content:center;gap:7px;padding:5px}.menu-button span{height:1px;background:currentColor;width:24px}.header nav{display:none;position:absolute;top:84px;left:0;right:0;padding:28px 6%;background:var(--ink);flex-direction:column;gap:24px;border-top:1px solid #ffffff30}.header nav.open{display:flex}.hero{min-height:750px;height:100svh;max-height:960px}.hero-image{object-position:61% center}.hero-content{inset:auto 6% 154px}.hero h1{font-size:clamp(3.25rem,12vw,4.3rem);line-height:1.1}.hero-bottom{display:block;margin-top:25px}.hero-bottom p{font-size:.9rem}.hero-bottom .button{margin-top:25px;padding:14px 22px;gap:45px;min-height:52px}.hero-foot{left:6%;right:6%;bottom:26px;display:grid;grid-template-columns:1fr auto;gap:13px;font-size:.7rem}.hero-foot .concept-label{grid-row:2;grid-column:1/-1;max-width:none;text-align:left;font-size:.7rem}.hero-foot a{grid-column:2;grid-row:1;gap:12px}.section-pad{padding:65px 6%}.section-heading{grid-template-columns:1fr;gap:25px;margin-bottom:38px}h2{font-size:2.35rem}.section-heading>p{font-size:.95rem}.space-layout{grid-template-columns:1fr;gap:58px}.space-photo{height:470px}.space-photo img{border-radius:150px 150px 0 0}.space-copy .mini-arc{display:none}.space-copy h3{font-size:2rem}.qualities>div{grid-template-columns:100px 1fr;gap:20px}.work-options article{grid-template-columns:1fr;gap:15px;padding:26px 0}.option-top{grid-row:auto;display:flex;justify-content:space-between;align-items:baseline;gap:15px}.option-top h3{font-size:1.15rem}.tag{margin:0;white-space:nowrap;font-size:.7rem}.option-bottom{grid-column:1;margin-top:0}.option-bottom>span{max-width:none}.option-bottom>a{width:44px;height:44px}.promo{gap:20px;margin-top:5px;padding-top:30px}.promo-mark{display:none}.promo .text-link{margin-top:4px}.statement{padding:75px 6%;min-height:320px}.statement p{font-size:3rem}.statement-arc{width:430px;height:430px;right:-210px;border-width:34px;top:25px}.statement-arc:after{border-width:24px;inset:18px}.location{grid-template-columns:1fr;gap:42px}.location-heading>p{margin-top:20px}.location-details h3{font-size:1.3rem}.location-details .button{width:100%}footer{padding:50px 6% 25px}.footer-top{gap:30px;flex-wrap:wrap;margin-bottom:35px}.footer-brand{font-size:3.4rem}.footer-top p{font-size:.9rem}.back-top{width:100%;margin:5px 0 0;justify-content:space-between;padding-top:15px}.footer-bottom{flex-direction:column;gap:12px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}

.header a:focus-visible,.header button:focus-visible,.hero a:focus-visible,footer a:focus-visible{outline-color:var(--wood)}

/* Supplied ARC artwork: original transparent PNGs framed without redrawing. */
.wordmark{display:block;width:190px;height:57px;flex-shrink:0}
.wordmark .brand-art,.footer-brand .brand-art{display:block;width:100%;height:100%;stroke:none}
.footer-brand{display:block;width:260px;height:78px;flex-shrink:0}
.mini-arc{width:80px;height:54px;border:0;border-radius:0}
.mini-arc svg,.promo-mark svg,.statement-arc svg{display:block;width:100%;height:100%;stroke:none}
.promo-mark{display:block;width:72px;height:49px;flex-shrink:0}
.statement-arc{width:650px;height:438px;right:-70px;top:90px;border:0;border-radius:0;opacity:.25}
.statement-arc:after{content:none}
@media(max-width:600px){
.wordmark{width:144px;height:44px}
.header-cta{margin-right:16px;gap:10px}
.footer-brand{width:210px;height:64px}
.footer-top{gap:26px}
.statement-arc{width:430px;height:290px;right:-205px;top:55px}
.promo-mark{display:none}
}
@media(max-width:360px){.wordmark{width:125px;height:39px}.header-cta{margin-right:10px;gap:5px;font-size:.7rem}.footer-brand{width:180px;height:54px}}
@media(prefers-reduced-motion:reduce){.hero-image{translate:none!important;will-change:auto!important}}
