@font-face{font-family:Roboto;src:url('./assets/roboto-regular.woff2') format('woff2');font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:Roboto;src:url('./assets/roboto-medium.woff2') format('woff2');font-style:normal;font-weight:500;font-display:swap}
@font-face{font-family:Roboto;src:url('./assets/roboto-bold.woff2') format('woff2');font-style:normal;font-weight:700;font-display:swap}
:root{--paper:#fafbf7;--ink:#101c23;--muted:#626870;--line:#cdd1d2;--blue:#0753ff;--blue-hover:#003ecb;--dark:#112024;--max:1280px;--gutter:clamp(24px,5.333vw,80px)}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:24px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.45;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
button,a,summary{-webkit-tap-highlight-color:transparent}
button,summary{cursor:pointer}
button{color:inherit}
a,button,summary,input,textarea{touch-action:manipulation}
img{max-width:100%;display:block}
p,h1,h2,h3{margin:0}
h1,h2,h3{font-weight:400}
button{border:0}
a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid var(--blue);outline-offset:5px}
.contact-panel a:focus-visible,.contact-panel button:focus-visible,.contact-panel input:focus-visible,.contact-panel textarea:focus-visible{outline-color:white;outline-offset:4px}
.container{width:min(var(--max),calc(100% - var(--gutter)*2));margin-inline:auto}
.svg-defs{position:absolute;width:0;height:0;overflow:hidden}
.arrow{display:block;flex:none;width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round;transition:transform 180ms ease}
.skip-link{position:fixed;z-index:100;top:12px;left:12px;padding:12px 20px;background:white;transform:translateY(-160%)}
.skip-link:focus{transform:translateY(0)}
.site-header{position:relative;z-index:10;background:var(--paper)}
.header-inner{height:clamp(64px,6vw,86px);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:32px}
.brand{display:inline-flex;align-items:center;gap:12px;width:fit-content;white-space:nowrap;font-size:clamp(1rem,1.45vw,1.375rem);letter-spacing:-.04em;line-height:1.1}
.brand img{width:clamp(24px,2.4vw,34px);height:auto}
.site-nav{display:flex;align-items:center;gap:32px;font-size:1rem;letter-spacing:-.025em}
.site-nav a{padding-block:12px;transition:color 180ms ease}
.site-nav a:hover{color:var(--blue)}
.button{display:inline-flex;align-items:center;justify-content:center;gap:20px;min-height:48px;padding:13px 24px;border:1px solid transparent;border-radius:5px;font-size:1rem;font-weight:500;line-height:1.25;letter-spacing:-.03em;transition:background 180ms ease,border-color 180ms ease,box-shadow 180ms ease}
.button:hover .arrow{transform:translateX(3px)}
.button-blue{background:var(--blue);color:#fff;box-shadow:inset 0 1px 2px #ffffff20}
.button-blue:hover{background:var(--blue-hover)}
.button-outline{border-color:#bbc2c6;background:transparent}
.button-outline:hover{border-color:var(--ink);background:#fff}
.button-white{background:#fff;color:var(--ink)}
.button-white:hover{background:#e9efff}
.header-booking{justify-self:end;min-height:44px;padding:11px 20px;font-size:.9375rem;gap:16px}
.header-booking .arrow{width:20px;height:20px}
.mobile-booking,.menu-toggle{display:none}
.hero{display:grid;grid-template-columns:56% 44%;align-items:center;min-height:clamp(350px,35.3vw,510px);position:relative}
.hero-copy{position:relative;z-index:1;padding:28px 0 42px}
.hero h1{font-size:clamp(2.25rem,4.3vw,4rem);line-height:1.1;letter-spacing:-.037em;font-weight:500;white-space:nowrap}
.hero-intro{font-size:clamp(1rem,1.5vw,1.375rem);line-height:1.4;letter-spacing:-.025em;color:var(--muted);margin-top:22px;max-width:590px}
.hero-actions{display:flex;flex-wrap:wrap;gap:22px;margin-top:28px}
.hero-visual{height:100%;min-height:350px;position:relative;isolation:isolate}
.hero-sculpture{position:absolute;left:-7%;bottom:3%;width:77%;height:94%;object-fit:contain;object-position:center;pointer-events:none;transform:perspective(900px) translate3d(var(--hero-shift-x,0px),var(--hero-shift-y,0px),0) rotateX(var(--hero-tilt-x,0deg)) rotateY(var(--hero-tilt-y,0deg));transition:transform 600ms cubic-bezier(.2,.7,.3,1);transform-origin:50% 52%;will-change:transform}
.hero-note{position:absolute;right:0;top:12px;z-index:1;text-align:right;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.18em;line-height:1.5}
.hero-caption{position:absolute;right:0;bottom:15%;padding-left:20px;border-left:1px solid #9aa2a8;text-transform:uppercase;font-weight:700;letter-spacing:.13em;font-size:.75rem;line-height:1.65}
.service-marquee{position:relative;border-top:1px solid #aeb7bb;border-bottom:1px solid #aeb7bb}
.marquee-window{overflow:hidden}
.marquee-track{display:flex;width:max-content;animation:marquee 32s linear infinite;will-change:transform}
.marquee-set{display:flex;align-items:center;flex:none;width:min(var(--max),calc(100vw - var(--gutter)*2));padding-block:clamp(23px,2.4vw,36px)}
.marquee-set>span{display:flex;align-items:center;justify-content:space-between;white-space:nowrap;gap:26px;padding-right:42px;font-size:clamp(1.6rem,2.75vw,2.5rem);line-height:1.15;letter-spacing:-.04em}
.marquee-set>span:nth-child(1){width:28.5%}.marquee-set>span:nth-child(2){width:29.5%}.marquee-set>span:nth-child(3){width:20.5%}.marquee-set>span:nth-child(4){width:28%}
.marquee-set small{font-size:.875rem;letter-spacing:-.01em;color:var(--muted);padding-right:12px}
.marquee-set i{font-style:normal;font-weight:400;padding-left:12px}
.marquee-toggle{position:absolute;right:-8px;bottom:-12px;z-index:1;width:24px;height:24px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:var(--paper);color:var(--muted);opacity:0;transition:opacity 150ms ease}
.service-marquee:hover .marquee-toggle,.service-marquee:focus-within .marquee-toggle{opacity:1}
.pause-glyph{display:block;width:7px;height:8px;border-left:2px solid;border-right:2px solid}
.marquee-toggle[aria-pressed="true"] .pause-glyph{width:0;height:0;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:6px solid currentColor;border-right:0;margin-left:2px}
.service-marquee.is-paused .marquee-track{animation-play-state:paused}
@keyframes marquee{to{transform:translateX(-50%)}}
.services{display:grid;grid-template-columns:43% 53.5%;justify-content:space-between;padding-block:clamp(42px,4vw,60px) clamp(32px,3.1vw,46px);gap:3.5%}
.eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;line-height:1.5;margin-bottom:18px}
h2{font-size:clamp(1.75rem,3vw,2.75rem);line-height:1.08;letter-spacing:-.045em}
.section-description{max-width:410px;font-size:clamp(1rem,1.45vw,1.25rem);line-height:1.42;letter-spacing:-.025em;color:var(--muted);margin-top:38px}
.signature{font-size:.75rem;line-height:1.6;letter-spacing:.18em;text-transform:uppercase;font-weight:700;color:var(--muted);margin-top:46px}
.signature:before{content:"";display:block;width:44px;border-top:2px solid #9ea6ac;margin-bottom:15px}
.service-item{border-bottom:1px solid var(--line)}
.service-item:last-child{border:0}
summary{list-style:none}
summary::-webkit-details-marker{display:none}
.service-item>summary{display:grid;grid-template-columns:40px 76px minmax(0,1fr) 24px;align-items:center;gap:22px;min-height:112px;padding:18px 0}
.service-item:first-child>summary{padding-top:0;min-height:98px}
.service-index{font-size:.875rem;color:var(--muted)}
.service-icon{display:block;width:45px;height:45px;fill:none;stroke:var(--ink);stroke-width:1.7;stroke-linejoin:round;stroke-linecap:square}
.chart-icon{stroke-width:3}
.service-title{display:block;font-size:clamp(1rem,1.45vw,1.3125rem);line-height:1.3;letter-spacing:-.04em}
.service-description{display:block;max-width:340px;font-size:1rem;line-height:1.35;letter-spacing:-.025em;color:var(--muted);margin-top:4px}
.service-item>summary:hover .service-title{color:var(--blue)}
.service-item[open]>summary>.arrow{transform:rotate(90deg)}
.service-detail{padding:0 36px 26px 138px;color:var(--muted);font-size:1rem}
.service-detail ul{padding-left:19px;margin:14px 0 20px}
.service-detail li{margin-top:5px}
.service-detail a{display:inline-flex;align-items:center;gap:12px;font-weight:500;color:var(--blue)}
.projects{background:var(--dark);color:#fafbf7;padding-block:clamp(38px,3.7vw,56px) clamp(28px,2.5vw,40px)}
.projects-heading{display:grid;grid-template-columns:1fr .7fr auto;align-items:end;column-gap:35px;margin-bottom:34px}
.projects-heading .eyebrow{margin-bottom:16px}
.projects-heading h2{font-size:clamp(1.7rem,2.8vw,2.625rem)}
.projects-heading>p{font-size:1rem;line-height:1.4;letter-spacing:-.025em;color:#d0d5d6;max-width:450px}
.all-projects{display:flex;align-items:center;gap:15px;white-space:nowrap;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;font-weight:700;min-height:32px}
.all-projects:hover .arrow{transform:translateX(3px)}
.project-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.project-card{min-width:0}
.project-link{display:block}
.project-image{width:100%;aspect-ratio:394 / 256;border:1px solid #ffffff35;background-image:url('./assets/design-reference.png');background-size:228.4264% 682.8125%;background-repeat:no-repeat;background-color:#122125;transition:filter 200ms ease}
.project-image-ns{background-position:9.48617% 56.43432%}
.project-image-dc{background-position:90.51383% 56.43432%}
.project-link:hover .project-image{filter:brightness(1.06)}
.project-caption{display:flex;justify-content:space-between;align-items:center;padding-top:13px}
.project-caption h3{font-size:clamp(1.125rem,1.7vw,1.5rem);letter-spacing:-.03em;font-weight:500;line-height:1.3}
.project-caption p{color:#d0d5d6;font-size:1rem;margin-top:4px}
.project-link:hover .project-caption>.arrow{transform:translateX(4px)}
.project-info{margin-top:14px;color:#d0d5d6;font-size:.875rem}
.project-info>summary{display:flex;justify-content:space-between;align-items:center;min-height:28px;border-top:1px solid #ffffff20;padding-top:6px}
.project-info>summary>span{font-size:1.25rem;font-weight:400}
.project-info[open]>summary>span{transform:rotate(45deg)}
.project-info>p{font-size:1rem;margin-top:14px;max-width:540px}
.project-info .project-tags{font-size:.875rem;margin-bottom:8px}
.process{padding-top:clamp(40px,3.7vw,56px)}
.process .eyebrow{margin-bottom:16px}
.process-list{list-style:none;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px;margin:28px 0 0;padding:30px 0 40px;border-block:1px solid var(--line)}
.process-list>li{display:flex;align-items:flex-start;gap:22px}
.process-list>li>span{font-size:clamp(1.5rem,2.2vw,2rem);font-weight:400;line-height:1.15;letter-spacing:-.06em}
.process-list h3{font-size:1.125rem;line-height:1.3;letter-spacing:-.035em}
.process-list p{font-size:1rem;line-height:1.35;letter-spacing:-.03em;color:var(--muted);margin-top:7px}
.about{display:grid;grid-template-columns:46% 49%;justify-content:space-between;gap:5%;padding-top:34px;padding-bottom:26px}
.about-copy>p{font-size:1rem;line-height:1.4;letter-spacing:-.025em;color:var(--muted);max-width:615px}
.about-copy>.small-signature{font-size:.75rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;margin-top:23px}
.about-details{margin-top:18px;font-size:.875rem;color:var(--muted)}
.about-details>summary{min-height:30px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding-top:9px;gap:18px}
.about-details>summary>span{font-size:1.25rem}
.about-details[open]>summary>span{transform:rotate(45deg)}
.people-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin:28px 0;color:var(--ink)}
.person-role{font-size:.75rem;letter-spacing:.05em;text-transform:uppercase;color:var(--muted)}
.people-grid h3{font-size:1.25rem;margin:7px 0}
.people-grid p:not(.person-role){font-size:1rem;color:var(--muted)}
.people-grid a{display:flex;align-items:center;gap:12px;margin-top:16px;color:var(--blue);font-size:1rem}
.faq-list>details{border-top:1px solid var(--line);padding:14px 0}
.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:1rem;color:var(--ink)}
.faq-list summary>span{font-size:1.25rem}
.faq-list details[open] summary>span{transform:rotate(45deg)}
.faq-list p{font-size:1rem;margin-top:12px}
.contact-shell{width:min(1340px,calc(100% - var(--gutter)*1.2));margin:0 auto 12px}
.contact-panel{display:grid;grid-template-columns:1.08fr 1fr;align-items:start;gap:64px;padding:clamp(32px,3.3vw,50px) clamp(28px,2.25vw,36px);border-radius:12px;color:white;background:var(--blue)}
.contact-copy .eyebrow{margin-bottom:17px}
.contact-copy h2{font-size:clamp(1.75rem,3vw,2.75rem)}
.contact-copy>p:not(.eyebrow):not(.booking-meta){max-width:585px;font-size:clamp(1rem,1.6vw,1.375rem);line-height:1.3;letter-spacing:-.025em;margin-top:14px}
.contact-copy .button{margin-top:22px}
.contact-copy .booking-meta{font-size:.875rem;margin-top:12px;color:#e8efff}
.contact-form-link{display:inline-block;font-size:.9375rem;text-decoration:underline;text-underline-offset:3px;margin-top:13px}
.contact-form{display:grid;gap:16px;padding-top:1px;min-width:0}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:26px;min-width:0}
.contact-form label{font-size:.875rem;line-height:1.35;display:grid;gap:6px;min-width:0}
.contact-form input,.contact-form textarea{background:#fff;color:var(--ink);width:100%;min-width:0;border:1px solid #ffffff40;border-radius:2px;padding:11px 13px;font-size:1rem;line-height:1.35;box-shadow:inset 0 1px 4px #121c2310}
.contact-form textarea{resize:vertical;min-height:83px;max-height:500px}
.contact-form input::placeholder,.contact-form textarea::placeholder{color:#727982;opacity:1}
.contact-form .button{width:fit-content;min-height:44px;padding:11px 19px;gap:20px}
.contact-form .form-note{font-size:.8125rem;color:#e6edff;margin-top:-6px;line-height:1.45}
.form-note a{text-decoration:underline}
.contact-form .form-status{font-size:.875rem;padding:12px;background:#0043d1;border-left:2px solid white;overflow-wrap:anywhere}
.form-status[hidden]{display:none}
.site-footer{background:var(--dark);color:#fff}
.footer-inner{display:flex;align-items:center;gap:30px;min-height:74px;padding-block:17px}
.footer-brand{font-size:1.125rem;gap:11px;margin-right:auto}
.footer-brand img{width:25px;filter:grayscale(1) brightness(0) invert(1)}
.footer-inner nav{display:flex;flex-wrap:wrap;align-items:center;gap:26px;font-size:.875rem;color:#d0d5d6}
.footer-inner>p{font-size:.75rem;color:#bfc6c8;text-align:right}
.footer-inner nav a:hover{text-decoration:underline;text-underline-offset:4px}
@media(min-width:1440px){.hero-caption{bottom:14%}.hero-sculpture{left:-9%;width:80%}}
@media(max-width:1100px){.site-nav{gap:23px;font-size:.9375rem}.header-inner{gap:24px}.button{padding:12px 20px;font-size:.9375rem;gap:14px}.hero h1{font-size:4.25vw}.hero-intro{margin-top:20px}.hero-actions{gap:18px;margin-top:24px}.hero-note{font-size:.75rem}.hero-caption{font-size:.75rem;padding-left:16px}.service-item>summary{grid-template-columns:28px 56px minmax(0,1fr) 24px;gap:16px;min-height:102px}.service-item:first-child>summary{min-height:94px}.service-icon{width:36px;height:36px}.service-detail{padding-left:100px;padding-right:20px}.service-description{font-size:1rem}.signature{font-size:.75rem}.projects-heading{grid-template-columns:1fr .7fr;gap:22px;margin-bottom:26px}.all-projects{grid-column:2;justify-self:end;margin-top:-6px}.projects-heading>div{grid-row:1 / 3}.projects-heading>p{font-size:1rem}.process-list{gap:24px}.process-list>li{gap:15px}.process-list h3{font-size:1rem}.process-list p{font-size:1rem}.contact-panel{gap:44px}.form-row{gap:20px}.footer-inner{flex-wrap:wrap;gap:20px}.footer-inner nav{margin-left:auto}.footer-inner>p{font-size:.75rem}.marquee-set>span{gap:16px;padding-right:30px}.marquee-set small{padding-right:7px}.marquee-set i{padding-left:8px}}
@media(max-width:800px){:root{--gutter:30px}.header-inner{height:72px;grid-template-columns:1fr auto auto;gap:20px}.brand{font-size:1.125rem}.brand img{width:26px}.header-booking{min-height:40px;font-size:.875rem;padding:10px 13px;gap:12px}.menu-toggle{display:flex;position:relative;flex-direction:column;justify-content:center;gap:6px;width:36px;height:40px;padding:6px;background:none}.menu-toggle>span{display:block;width:24px;height:1.5px;background:var(--ink);transition:transform 150ms ease}.menu-toggle[aria-expanded="true"]>span:first-child{transform:translateY(3.75px) rotate(45deg)}.menu-toggle[aria-expanded="true"]>span:last-child{transform:translateY(-3.75px) rotate(-45deg)}.site-nav{display:none;position:absolute;inset:72px 0 auto;background:var(--paper);padding:18px var(--gutter) 25px;border-bottom:1px solid var(--line);box-shadow:0 16px 20px #101c2310}.site-nav.is-open{display:flex;flex-direction:column;align-items:stretch;gap:3px}.site-nav a{font-size:1rem;min-height:44px}.site-nav .mobile-booking{display:block;color:var(--blue)}.hero{grid-template-columns:58% 42%;min-height:355px}.hero h1{font-size:4.25vw}.hero-intro{font-size:1rem;max-width:340px}.desktop-break{display:none}.hero-actions{gap:12px}.hero-actions .button{font-size:.875rem;padding:11px 14px}.hero-caption{display:none}.hero-note{font-size:.75rem;right:0;max-width:210px}.hero-sculpture{width:100%;left:0;bottom:7%;height:86%}.hero-visual{min-height:355px}.marquee-set{width:860px;padding-block:23px}.marquee-set>span{font-size:1.75rem}.marquee-toggle{opacity:1;width:28px;height:28px;bottom:-14px}.services{grid-template-columns:1fr;gap:30px;padding-top:46px}.services-intro{display:grid;grid-template-columns:1fr 1fr;column-gap:35px}.services-intro .eyebrow{grid-column:1 / -1}.services-intro h2{grid-row:2 / 4}.section-description{margin:0;font-size:1rem}.signature{margin-top:20px;font-size:.75rem}.signature:before{margin-bottom:10px}.service-item>summary{grid-template-columns:35px 64px minmax(0,1fr) 24px;gap:20px;min-height:95px}.service-item:first-child>summary{min-height:95px;padding-top:18px}.service-title{font-size:1.125rem}.service-description{font-size:1rem;max-width:420px}.service-detail{padding-left:139px}.projects-heading{grid-template-columns:1.15fr 1fr;gap:25px}.project-grid{gap:22px}.projects-heading h2{font-size:1.85rem}.projects-heading>p{font-size:1rem}.project-caption h3{font-size:1.25rem}.project-caption p{font-size:.875rem}.process-list{grid-template-columns:1fr 1fr;row-gap:28px;padding-block:28px}.process-list h3{font-size:1.125rem}.process-list p{font-size:1rem}.process-list>li{gap:18px}.about{grid-template-columns:1fr 1.2fr;gap:30px;padding-block:32px}.about-copy>p{font-size:1rem}.people-grid{grid-template-columns:1fr;gap:22px}.contact-shell{width:calc(100% - 30px)}.contact-panel{gap:30px;padding:32px 25px}.form-row{grid-template-columns:1fr;gap:16px}.contact-copy .button{padding:12px 15px;font-size:.875rem;gap:12px}.contact-copy>p:not(.eyebrow):not(.booking-meta){font-size:1.125rem}.contact-copy .booking-meta{font-size:.8125rem}.footer-inner>p{flex-basis:100%;text-align:left}.footer-inner{row-gap:14px}.footer-inner nav{font-size:.8125rem;gap:20px}}
@media(max-width:560px){:root{--gutter:24px}.header-inner{gap:12px;height:68px}.brand{font-size:1.0625rem;gap:9px}.header-booking{font-size:.75rem;padding:10px 11px;min-height:38px}.header-booking .arrow{display:none}.menu-toggle{width:30px;padding:3px}.site-nav{top:68px}.hero{grid-template-columns:1fr;min-height:0;padding-top:23px}.hero-copy{padding:14px 0 0}.hero h1{font-size:clamp(2rem,7.25vw,2.65rem);line-height:1.11;white-space:normal;letter-spacing:-.04em}.hero-intro{font-size:1rem;max-width:100%;margin-top:18px;line-height:1.45}.hero-actions{flex-wrap:nowrap;gap:12px;margin-top:22px}.hero-actions .button{font-size:.875rem;padding:12px 14px;min-height:46px;gap:10px}.hero-actions .arrow{width:19px;height:19px}.hero-visual{min-height:305px;margin-top:8px}.hero-sculpture{width:68%;left:8%;height:96%;bottom:1%;object-position:center}.hero-note{top:24px;font-size:.75rem;max-width:135px;text-align:right;line-height:1.8}.hero-caption{display:block;right:0;bottom:40px;font-size:.75rem;padding-left:12px}.marquee-set{width:780px;padding-block:23px}.marquee-set>span{font-size:1.625rem;gap:12px;padding-right:23px}.marquee-set small{font-size:.75rem}.eyebrow{font-size:.75rem;letter-spacing:.17em;margin-bottom:16px}h2{font-size:1.9rem}.services{padding-top:40px;gap:25px}.services-intro{display:block}.section-description{margin-top:22px;max-width:340px;line-height:1.5}.signature{margin-top:25px;font-size:.75rem}.signature:before{width:32px;margin-bottom:12px}.service-item>summary{grid-template-columns:23px 39px minmax(0,1fr) 21px;gap:13px;min-height:111px;padding:19px 0}.service-item:first-child>summary{min-height:111px}.service-icon{width:33px;height:33px}.service-index{font-size:.75rem}.service-title{font-size:1.0625rem;letter-spacing:-.03em}.service-description{font-size:1rem;line-height:1.4;margin-top:5px}.service-item>summary>.arrow{width:21px;height:21px}.service-detail{padding:0 0 24px 36px;font-size:1rem}.projects{padding-top:35px;padding-bottom:30px}.projects-heading{display:grid;grid-template-columns:1fr auto;gap:18px;margin-bottom:24px}.projects-heading>div{grid-row:auto;grid-column:1 / -1}.projects-heading h2{font-size:1.9rem}.projects-heading>p{grid-column:1 / -1;font-size:1rem;max-width:420px}.all-projects{grid-column:1 / -1;justify-self:start;min-height:32px;margin:0}.project-grid{grid-template-columns:1fr;gap:32px}.project-caption h3{font-size:1.25rem}.project-caption p{font-size:1rem}.project-info{margin-top:12px}.process{padding-top:35px}.process h2{max-width:330px}.process-list{grid-template-columns:1fr;gap:24px;padding-block:28px}.process-list>li{gap:20px}.process-list>li>span{font-size:1.75rem;min-width:28px}.process-list h3{font-size:1.125rem}.process-list p{max-width:300px;margin-top:5px}.about{grid-template-columns:1fr;gap:22px;padding-top:28px;padding-bottom:28px}.about-copy>.small-signature{font-size:.75rem;margin-top:18px}.about-details{margin-top:20px}.people-grid{grid-template-columns:1fr 1fr;gap:22px}.people-grid h3{font-size:1.125rem}.people-grid p:not(.person-role){font-size:1rem}.people-grid a{font-size:.9375rem}.contact-shell{width:calc(100% - 24px);margin-bottom:12px}.contact-panel{grid-template-columns:1fr;gap:30px;padding:28px 20px 30px;border-radius:10px}.contact-copy h2{font-size:1.9rem;max-width:360px}.contact-copy>p:not(.eyebrow):not(.booking-meta){font-size:1.125rem;max-width:360px}.contact-copy .button{font-size:1rem;min-height:46px;padding:12px 17px}.contact-copy .booking-meta{font-size:.875rem}.contact-form-link{font-size:.875rem;margin-top:16px}.contact-form{border-top:1px solid #ffffff45;padding-top:25px;gap:16px}.form-row{grid-template-columns:1fr 1fr;gap:14px}.contact-form input{padding:11px 10px}.contact-form textarea{min-height:94px}.contact-form .button{font-size:.9375rem;min-height:46px}.contact-form .form-note{font-size:.8125rem;max-width:330px}.footer-inner{padding-block:24px;gap:20px;align-items:flex-start}.footer-brand{font-size:1.0625rem}.footer-inner nav{flex-basis:100%;margin:0;font-size:.875rem;gap:24px}.footer-inner>p{font-size:.75rem;line-height:1.6;max-width:270px}.footer-brand img{width:23px}}
@media(max-width:360px){:root{--gutter:19px}.header-booking{display:none}.header-inner{grid-template-columns:1fr auto}.hero h1{font-size:1.9rem}.hero-actions{gap:9px}.hero-actions .button{padding:11px;font-size:.8125rem}.hero-visual{min-height:280px}.hero-note{font-size:.75rem}.service-item>summary{gap:10px;grid-template-columns:19px 33px minmax(0,1fr) 18px}.service-description{font-size:1rem}.service-title{font-size:1rem}.people-grid,.form-row{grid-template-columns:1fr}.contact-panel{padding-inline:18px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.marquee-track{animation:none;transform:none;will-change:auto}.marquee-toggle{display:none}.marquee-window{overflow-x:auto}.marquee-set[aria-hidden="true"]{display:none}.hero-sculpture{animation:none}*,*:before,*:after{transition:none!important}}
@media print{.site-nav,.header-booking,.menu-toggle,.service-marquee,.contact-form,.about-details,.project-info{display:none}.container,.contact-shell{width:100%}.hero{min-height:340px}.hero h1{font-size:34px}.hero-visual{min-height:340px}.services{padding-block:24px}.projects,.contact-panel{print-color-adjust:exact}.project-grid{break-inside:avoid}.footer-inner{min-height:50px}.hero-note,.hero-caption{display:none}}

/* Hero motion follows the existing illustration and page proportions. */
.hero-artwork{width:100%;height:100%;object-fit:contain;object-position:center;transform-origin:50% 52%;animation:hero-float 7s ease-in-out infinite;will-change:transform}
@keyframes hero-float{0%,100%{transform:translate3d(0,4px,0) rotate(-1.5deg)}50%{transform:translate3d(0,-12px,0) rotate(1.5deg)}}
.hero.is-motion-paused .hero-artwork,.hero.is-motion-inactive .hero-artwork{animation-play-state:paused}
.hero.is-motion-paused .hero-sculpture,.hero.is-motion-inactive .hero-sculpture{transform:none;will-change:auto}
.hero-copy h1{animation:hero-enter 700ms 50ms both}
.hero-intro{animation:hero-enter 700ms 160ms both}
.hero-actions{animation:hero-enter 700ms 270ms both}
@keyframes hero-enter{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}
.hero-motion-toggle{position:absolute;bottom:13px;right:0;z-index:2;display:grid;place-items:center;width:34px;height:34px;padding:0;border:1px solid #cdd1d2;border-radius:50%;color:var(--muted);background:var(--paper);transition:color 180ms,border-color 180ms}
.hero-motion-toggle:hover{color:var(--blue);border-color:var(--blue)}
.hero-motion-toggle[aria-pressed="true"] .pause-glyph{width:0;height:0;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:6px solid currentColor;border-right:0;margin-left:2px}
/* Visible profiles sit on the same grid as the rest of the site. */
.about{padding-top:46px;padding-bottom:40px;row-gap:0}
.team-profiles{grid-column:1 / -1;display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,.7fr);gap:clamp(36px,5vw,76px);border-top:1px solid var(--line);margin-top:38px;padding-block:34px 6px}
.founder-profile,.representative-profile{min-width:0}
.profile-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:16px}
.profile-heading .eyebrow{margin:0}
.profile-heading img{width:28px;height:auto}
.team-profiles h3{font-size:clamp(2rem,3.2vw,3rem);font-weight:400;line-height:1.12;letter-spacing:-.045em}
.team-profiles .profile-position{font-size:1rem;font-weight:500;color:var(--blue);line-height:1.45;margin-top:10px}
.profile-description{font-size:1rem;line-height:1.6;letter-spacing:-.015em;color:var(--muted);max-width:590px;margin-top:20px}
.profile-focus{display:flex;flex-wrap:wrap;gap:8px 20px;margin-top:24px;padding-top:19px;border-top:1px solid var(--line);font-size:.875rem;line-height:1.5;color:var(--muted)}
.profile-focus span+span:before{content:"/";margin-right:20px;color:#939da3}
.profile-link{display:inline-flex;align-items:center;gap:18px;font-size:1rem;font-weight:500;color:var(--ink);margin-top:24px;min-height:40px}
.profile-link:hover{color:var(--blue)}
.profile-link:hover .arrow{transform:translateX(3px)}
.representative-profile{border-left:1px solid var(--line);padding-left:clamp(28px,3vw,46px)}
.representative-profile .eyebrow{margin-bottom:23px}
.representative-profile h3{font-size:clamp(1.875rem,2.5vw,2.375rem)}
.team-faq{grid-column:1 / -1;margin-top:28px}
.team-faq>summary{font-size:.9375rem;padding-block:14px;min-height:48px}
.team-faq .faq-list{max-width:800px;margin-left:auto;padding-block:8px}
/* The calendar is the final section, directly above the footer. */
.contact-shell{margin-bottom:0}
.booking-section{display:grid;grid-template-columns:minmax(0,.36fr) minmax(0,.64fr);gap:clamp(30px,4vw,64px);align-items:start;padding-block:clamp(46px,5vw,76px)}
.booking-intro{padding-top:12px;min-width:0}
.booking-intro h2{font-size:clamp(2rem,3.5vw,3.125rem)}
.booking-description{font-size:1.0625rem;line-height:1.55;color:var(--muted);max-width:365px;margin-top:24px}
.meeting-facts{margin:30px 0 0;font-size:1rem;border-top:1px solid var(--line);max-width:365px}
.meeting-facts>div{display:flex;align-items:baseline;justify-content:space-between;gap:18px;padding:14px 0;border-bottom:1px solid var(--line)}
.meeting-facts dt{color:var(--muted)}
.meeting-facts dd{margin:0;text-align:right}
.meeting-note{font-size:.875rem;color:var(--muted);line-height:1.5;margin-top:23px}
.booking-calendar{min-width:0;border:1px solid var(--line);border-radius:8px;background:#fff;overflow:hidden;box-shadow:0 10px 36px #101c2305}
.calendar-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:65px;padding:17px 27px;border-bottom:1px solid #e5e8e8;font-size:1rem}
.calendar-heading>span:last-child{font-size:.875rem;color:var(--muted)}
.calendly-frame{display:block;width:100%;height:740px;max-width:100%;border:0;background:#fff;color-scheme:light}
.calendar-fallback{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:6px 10px;padding:17px 20px;border-top:1px solid #e5e8e8;font-size:.875rem;line-height:1.5;color:var(--muted);text-align:center}
.calendar-fallback a{display:inline-flex;align-items:center;gap:8px;color:var(--blue);text-decoration:underline;text-underline-offset:3px;min-height:32px}
.calendar-fallback .arrow{width:18px;height:18px}
@media(max-width:1100px){.team-profiles{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:30px}.representative-profile{padding-left:30px}.profile-focus{gap:8px 14px}.profile-focus span+span:before{margin-right:14px}.booking-section{grid-template-columns:minmax(0,.36fr) minmax(0,.64fr);gap:30px}.booking-intro h2{font-size:2.5rem}.meeting-facts>div{gap:12px}.meeting-facts{font-size:.9375rem}.calendar-heading{padding-inline:20px}}
@media(max-width:800px){.about{padding-top:36px;padding-bottom:32px}.team-profiles{margin-top:28px;padding-top:28px;gap:28px}.representative-profile{padding-left:28px}.team-profiles h3{font-size:2rem}.representative-profile h3{font-size:1.875rem}.profile-heading img{display:none}.profile-focus{flex-direction:column;gap:7px}.profile-focus span+span:before{content:none}.profile-description{margin-top:17px}.booking-section{grid-template-columns:1fr;padding-block:42px;gap:28px}.booking-intro{display:grid;grid-template-columns:1fr 1fr;column-gap:32px;padding-top:0}.booking-intro>.eyebrow{grid-column:1 / -1}.booking-intro h2{grid-column:1}.booking-intro h2 br{display:none}.booking-description{grid-column:1;margin-top:18px;max-width:100%;font-size:1rem}.meeting-facts{grid-column:2;grid-row:2 / 5;margin:0;align-self:start;max-width:100%;font-size:1rem}.meeting-note{grid-column:1;font-size:.8125rem;margin-top:18px}.calendly-frame{height:740px}}
@media(max-width:560px){.hero-visual{margin-top:16px;min-height:315px}.hero-motion-toggle{width:32px;height:32px;bottom:10px}.hero-caption{bottom:66px}.about{padding-top:30px;row-gap:22px}.team-profiles{grid-template-columns:1fr;margin-top:7px;gap:28px;padding-block:28px 0}.profile-heading{margin-bottom:15px}.profile-heading img{display:block;width:25px}.profile-heading .eyebrow{max-width:220px}.team-profiles h3{font-size:clamp(1.75rem,7.3vw,2.25rem)}.team-profiles .profile-position{font-size:.9375rem;margin-top:9px}.profile-description{font-size:1rem;line-height:1.55;margin-top:18px}.profile-focus{gap:7px;padding-top:16px;margin-top:20px}.profile-link{font-size:1rem;margin-top:19px}.representative-profile{border-left:0;border-top:1px solid var(--line);padding:27px 0 0}.representative-profile .eyebrow{margin-bottom:15px}.representative-profile h3{font-size:1.875rem}.team-faq{margin-top:0}.team-faq>summary{font-size:.875rem;gap:16px}.team-faq .faq-list{padding-top:0}.booking-section{padding-block:36px 32px;gap:25px}.booking-intro{display:block}.booking-intro h2{font-size:2rem;max-width:350px}.booking-description{font-size:1rem;margin-top:18px;max-width:100%}.meeting-facts{font-size:1rem;margin-top:23px}.meeting-facts>div{padding-block:12px}.meeting-note{font-size:.875rem;margin-top:18px}.booking-calendar{width:100%;border-radius:6px}.calendar-heading{gap:12px;min-height:59px;padding:15px 16px;font-size:.9375rem}.calendar-heading>span:last-child{font-size:.8125rem}.calendly-frame{height:820px}.calendar-fallback{padding:13px 15px;font-size:.8125rem}}
@media(max-width:380px){.booking-calendar{width:calc(100% + 20px);margin-left:-10px}.calendar-heading{padding-inline:12px}.calendar-heading>span:last-child{font-size:.75rem}.hero-caption{display:none}}
@media(prefers-reduced-motion:reduce){.hero-artwork,.hero-copy h1,.hero-intro,.hero-actions{animation:none;transform:none;will-change:auto}.hero-sculpture{transform:none;will-change:auto}.hero-motion-toggle{display:none}}
@media print{.hero-artwork,.hero-copy h1,.hero-intro,.hero-actions{animation:none;transform:none}.hero-sculpture{transform:none}.hero-motion-toggle,.calendly-frame,.calendar-heading{display:none}.booking-section{grid-template-columns:1fr;padding-block:24px}.meeting-facts{max-width:100%}.calendar-fallback{border:0}.team-profiles{break-inside:avoid}.team-faq{display:none}}

/* A compact, two-ribbon mark with a quieter wordmark. */
.brand{gap:11px;font-size:1.375rem;letter-spacing:-.045em}
.brand img{width:38px;height:38px;flex:none}
.brand-wordmark{display:inline-flex;align-items:baseline;gap:.23em;line-height:1.1}
.brand-fusion{font-weight:700;letter-spacing:-.055em}
.brand-solution{font-weight:400;letter-spacing:-.045em}
.footer-brand{font-size:1.1875rem}
.footer-brand img{width:34px;height:34px}
/* The supplied portrait keeps its original square composition. */
.founder-intro{display:grid;grid-template-columns:clamp(164px,15vw,216px) minmax(0,1fr);gap:clamp(24px,2.5vw,36px);align-items:center}
.founder-portrait{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:cover;border-radius:6px;background:#34413e}
.founder-identity{min-width:0}
.founder-identity .eyebrow{margin-bottom:17px;font-size:.75rem;line-height:1.6;max-width:270px}
.founder-identity h3{font-size:clamp(1.75rem,2.7vw,2.625rem);line-height:1.13;max-width:430px}
.founder-identity .profile-position{margin-top:13px;max-width:320px;line-height:1.5}
.founder-profile>.profile-description{margin-top:24px;max-width:660px}
@media(max-width:1100px){.brand{font-size:1.2rem;gap:10px}.brand img{width:34px;height:34px}.footer-brand{font-size:1.125rem}.footer-brand img{width:31px;height:31px}.founder-intro{grid-template-columns:150px minmax(0,1fr);gap:23px}.founder-identity h3{font-size:1.875rem}.founder-identity .eyebrow{font-size:.75rem;margin-bottom:11px;letter-spacing:.13em}.founder-identity .profile-position{font-size:.9375rem;margin-top:10px}}
@media(max-width:800px){.brand{font-size:1.125rem}.brand img{width:32px;height:32px}.founder-intro{grid-template-columns:122px minmax(0,1fr);gap:20px}.founder-identity h3{font-size:1.7rem}.founder-identity .eyebrow{font-size:.75rem;letter-spacing:.08em}.founder-identity .profile-position{font-size:.875rem}.founder-profile>.profile-description{margin-top:22px}}
@media(max-width:560px){.brand{font-size:1.0625rem;gap:9px}.brand img{width:31px;height:31px}.footer-brand{font-size:1.125rem;gap:10px}.footer-brand img{width:32px;height:32px}.founder-intro{grid-template-columns:clamp(110px,28vw,144px) minmax(0,1fr);gap:22px;align-items:center}.founder-identity .eyebrow{font-size:.75rem;letter-spacing:.07em;line-height:1.45;margin-bottom:12px}.founder-identity h3{font-size:clamp(1.5rem,6vw,1.875rem);letter-spacing:-.04em;line-height:1.12}.founder-identity .profile-position{font-size:.875rem;line-height:1.45;margin-top:10px}.founder-portrait{border-radius:5px}.founder-profile>.profile-description{margin-top:23px}}
@media(max-width:380px){.brand{font-size:1rem;gap:8px}.brand img{width:29px;height:29px}.founder-intro{grid-template-columns:100px minmax(0,1fr);gap:17px}.founder-identity .eyebrow{margin-bottom:10px}.founder-identity h3{font-size:1.5rem}.founder-identity .profile-position{font-size:.875rem}.footer-brand{font-size:1.0625rem}}
@media print{.founder-intro{grid-template-columns:140px minmax(0,1fr);break-inside:avoid}.founder-portrait{width:140px}.founder-identity h3{font-size:28px}}

/* One brand lockup: the existing blue/silver emblem and outlined geometric lettering. */
.brand{display:inline-flex;align-items:center;gap:12px;flex:none;max-width:100%;min-height:58px}
.brand .brand-emblem{width:44px;height:62px;max-width:none;object-fit:contain;flex:none;filter:none}
.brand .brand-lettering{display:block;width:148px;height:auto;max-width:none;flex:none;filter:none}
.footer-brand{min-height:52px;gap:11px}
.footer-brand .brand-emblem{width:38px;height:55px}
.footer-brand .brand-lettering{width:133px;height:auto}
.contact-panel{align-items:center}
.contact-copy h2{line-height:1.12;max-width:580px}
.contact-copy>p:not(.eyebrow):not(.booking-meta){font-size:clamp(1rem,1.4vw,1.1875rem);line-height:1.5;max-width:510px;margin-top:20px}
.contact-email{display:inline-flex;align-items:center;gap:18px;font-size:1.0625rem;font-weight:500;line-height:1.5;margin-top:27px;padding-bottom:5px;border-bottom:1px solid #ffffff80}
.contact-email:hover .arrow{transform:translateX(3px)}
@media(max-width:1100px){.brand{gap:10px}.brand .brand-emblem{width:38px;height:54px}.brand .brand-lettering{width:128px}.footer-brand .brand-emblem{width:35px;height:49px}.footer-brand .brand-lettering{width:122px}}
@media(max-width:800px){.brand{min-height:50px;gap:9px}.brand .brand-emblem{width:34px;height:49px}.brand .brand-lettering{width:118px}.contact-email{font-size:1rem;gap:12px;margin-top:23px}.contact-copy>p:not(.eyebrow):not(.booking-meta){font-size:1rem;line-height:1.5}.footer-brand .brand-emblem{width:34px;height:49px}.footer-brand .brand-lettering{width:123px}}
@media(max-width:560px){.brand{gap:8px;min-height:46px}.brand .brand-emblem{width:30px;height:45px}.brand .brand-lettering{width:106px}.footer-brand{gap:10px}.footer-brand .brand-emblem{width:34px;height:49px}.footer-brand .brand-lettering{width:123px}.contact-panel{gap:27px}.contact-copy>p:not(.eyebrow):not(.booking-meta){margin-top:17px}.contact-email{margin-top:21px;font-size:1rem}.contact-copy h2{max-width:360px}}
@media(max-width:380px){.brand .brand-emblem{width:27px;height:42px}.brand .brand-lettering{width:99px}.brand{gap:7px}.footer-brand .brand-emblem{width:32px;height:47px}.footer-brand .brand-lettering{width:118px}}

/* Full service range, contact selection and matching team portraits. */
.service-marquee .marquee-set{width:max-content}
.service-marquee .marquee-set>span{width:auto;flex:none;gap:24px;padding-right:40px}
.service-marquee .marquee-track{animation-duration:105s}
.services-intro>.profile-link{font-size:1rem;line-height:1.5;max-width:340px}
.team-profiles{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:40px}
.founder-intro,.representative-intro{display:grid;grid-template-columns:140px minmax(0,1fr);align-items:center;gap:24px}
.representative-portrait{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:cover;border-radius:6px;background:#dadbd6}
.representative-identity{min-width:0}
.representative-identity .eyebrow,.founder-identity .eyebrow{font-size:.75rem;letter-spacing:.12em;line-height:1.5;margin-bottom:13px}
.representative-identity h3,.founder-identity h3{font-size:clamp(1.6rem,2.2vw,2.1rem)}
.representative-profile>.profile-description{margin-top:24px}
.calendar-person{display:flex;align-items:center;gap:12px;min-width:0}
.calendar-person img{display:block;width:48px;height:48px;object-fit:cover;border-radius:50%;flex:none}
.contact-form select{display:block;box-sizing:border-box;width:100%;max-width:100%;min-width:0;min-height:46px;border:1px solid #ffffff40;border-radius:2px;padding:11px 36px 11px 13px;background:#fff;color:var(--ink);font:inherit;font-size:1rem;line-height:1.35;cursor:pointer}
.contact-form select:focus-visible{outline:2px solid #fff;outline-offset:3px}
.contact-form select:invalid{color:#5c6570}
.contact-form option{color:var(--ink);background:#fff}
.form-honeypot{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
.thank-you{max-width:760px;padding-block:100px;min-height:70vh}
.thank-you h1{font-size:clamp(2.4rem,5vw,4rem);line-height:1.08;letter-spacing:-.04em}
.thank-you>p:not(.eyebrow){font-size:1.125rem;line-height:1.6;color:var(--muted);margin:24px 0 30px}
@media(max-width:1100px){.founder-intro,.representative-intro{grid-template-columns:112px minmax(0,1fr);gap:20px}.team-profiles{gap:28px}.representative-profile{padding-left:28px}}
@media(max-width:900px){.team-profiles{grid-template-columns:1fr}.founder-intro,.representative-intro{grid-template-columns:140px minmax(0,1fr)}.representative-profile{padding:28px 0 0;border-left:0;border-top:1px solid var(--line)}.representative-profile .profile-description{max-width:660px}}
@media(max-width:560px){.founder-intro,.representative-intro{grid-template-columns:112px minmax(0,1fr);gap:20px}.representative-identity h3,.founder-identity h3{font-size:1.65rem}.service-marquee .marquee-set>span{gap:16px;padding-right:28px}.calendar-person{gap:9px}.calendar-person img{width:40px;height:40px}.calendar-heading{gap:10px}.calendar-heading>span:last-child{max-width:60px;text-align:right}.thank-you{padding-block:60px}.contact-form .form-row{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.service-marquee .marquee-track{animation:none}}
