@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;600;650;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#111e32;--blue:#204ef5;--paper:#f8f9fb;--muted:#546071;--line:#d8dde4;--sky:#dceeff}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:94px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:17px;line-height:1.65}a{color:inherit;text-decoration:none}button{font:inherit}a,button,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--blue);outline-offset:6px}.skip{position:fixed;top:-100px;background:white;padding:12px;z-index:50}.skip:focus{top:0}header{height:100px;margin:0 5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:24px}.wordmark{font:800 30px 'Manrope',Arial,sans-serif;letter-spacing:-1.6px;display:inline-flex;align-items:center;gap:5px}.brand-square{display:inline-block;width:7px;height:7px;background:var(--blue);align-self:flex-end;margin-bottom:7px}nav{display:flex;gap:32px;font-size:14px;font-weight:600}nav a{position:relative}nav a:after{content:'';position:absolute;left:0;bottom:-7px;width:0;height:2px;background:var(--blue);transition:width .2s}nav a:hover:after{width:100%}.header-contact{font-size:14px;font-weight:650;border-bottom:1px solid var(--ink);padding:8px 0}.header-contact span{margin-left:22px}.hero{padding:62px 5% 0}.eyebrow{font-size:12px;font-weight:700;letter-spacing:1.7px;display:block;line-height:1.6}.hero .eyebrow{display:flex;align-items:center;gap:14px}.rule{width:35px;height:2px;background:var(--blue)}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:'Manrope',Arial,sans-serif}h1{font-size:clamp(64px,8.7vw,136px);font-weight:500;letter-spacing:-.067em;line-height:1.04;margin:34px 0 38px}.serif{font-family:Georgia,serif;font-weight:400;font-style:italic;letter-spacing:-.055em}.hero h1 .serif{color:var(--blue)}.hero-bottom{display:flex;justify-content:space-between;align-items:center;gap:30px;padding-bottom:62px}.hero-bottom p{color:var(--muted);max-width:560px;font-size:18px}.hero-bottom strong{font-size:14px;color:var(--ink);font-weight:500;display:block;margin-top:12px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:40px;padding:18px 24px;font-size:15px;font-weight:600;min-height:60px;transition:background .2s,transform .2s}.button:hover{transform:translateY(-3px)}.dark{color:white;background:var(--ink)}.dark:hover{background:var(--blue)}.light{background:white;color:var(--ink)}.button span{font-size:23px}.hero-strip{border-top:1px solid var(--line);padding:19px 0;display:flex;justify-content:space-between;font-size:12px;letter-spacing:.3px}.hero-strip span:last-child{color:var(--muted)}.hero-strip span span{margin-left:28px}.section-pad{padding:96px 5%}.approach{background:var(--ink);color:white;display:grid;grid-template-columns:1fr 1fr;gap:10%;padding:66px 5% 70px}.approach .eyebrow{color:#b3c4dc}.approach h2{font-size:45px;line-height:1.16;letter-spacing:-2px;margin:22px 0}.approach p{color:#bac7d9;max-width:420px;font-size:16px}.process article{display:flex;gap:26px;border-bottom:1px solid #3b4658;padding:21px 0}.process article:first-child{padding-top:0}.process article>span{color:#90b6fc;font-size:13px;padding-top:4px}.process h3{font-size:19px;font-weight:600;margin-bottom:7px}.process p{font-size:14px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:48px}.section-heading h2{font-size:clamp(36px,4.5vw,65px);line-height:1.13;letter-spacing:-3px;margin-top:20px;font-weight:500}.section-heading>p{max-width:330px;color:var(--muted);font-size:15px}.service-layout{display:grid;grid-template-columns:1.05fr 1fr;gap:7%}.service-list{border-top:1px solid var(--line)}.service{display:flex;width:100%;border:0;border-bottom:1px solid var(--line);background:transparent;color:var(--ink);padding:27px 10px;text-align:left;align-items:center;gap:23px;cursor:pointer;font-size:clamp(18px,2vw,27px);letter-spacing:-.6px;transition:color .2s,background .2s}.service>span{font-size:12px;letter-spacing:0;color:var(--muted)}.service b{font-size:24px;font-weight:400;margin-left:auto}.service.active{color:var(--blue);background:#edf2ff}.service:hover{background:#edf2ff}.service-detail{padding:38px;background:var(--sky);position:relative}.service-detail .eyebrow{color:#315c85}.service-detail h3{font-size:36px;line-height:1.15;font-weight:500;letter-spacing:-1.4px;margin:23px 0 18px}.service-detail p{font-size:16px;color:#384f66}.service-detail h4,.project-body h4{font-size:11px;letter-spacing:1.4px;margin:26px 0 12px}.service-detail ul{padding:0;list-style:none;font-size:14px;margin:0 0 27px}.service-detail li{padding:8px 0;border-bottom:1px solid #b8cde0}.service-detail li:before{content:'+';margin-right:13px;color:var(--blue)}.text-link{font-size:14px;font-weight:650;display:inline-block;border-bottom:1px solid var(--ink);padding-bottom:5px}.text-link span{margin-left:18px}.experience{background:#edf0f4}.projects{border-top:1px solid #c3cbd7}details{border-bottom:1px solid #c3cbd7}summary{display:flex;gap:35px;padding:35px 0;cursor:pointer;list-style:none}summary::-webkit-details-marker{display:none}.project-num{font-size:12px;min-width:5%;padding-top:3px}.project-client{font-size:12px;letter-spacing:1.5px;font-weight:700}.projects h3{font-size:clamp(25px,3vw,42px);font-weight:500;letter-spacing:-1.4px;line-height:1.2;margin:13px 0 18px}.tags{font-size:13px;color:var(--muted)}.expand{display:flex;align-items:center;justify-content:center;border:1px solid #bbc5d3;border-radius:50%;width:46px;height:46px;margin-left:auto;flex-shrink:0;font-size:24px;transition:transform .25s,background .25s}summary:hover .expand{background:var(--ink);color:white}details[open] .expand{transform:rotate(45deg);background:var(--ink);color:white}.project-body{margin-left:calc(5% + 35px);display:grid;grid-template-columns:.7fr 1.3fr;gap:50px;padding:0 8% 35px 0}.project-body h4{margin-top:0}.project-body p{font-size:15px;color:var(--muted)}.about{display:grid;grid-template-columns:1fr 1.4fr;gap:12%}.initials{font-family:Georgia,serif;font-size:140px;line-height:1.2;letter-spacing:-12px;margin:40px 0 18px}.initials span{color:var(--blue)}.about-label>p{font-size:18px}.about-label>p>span{font-size:14px;color:var(--muted)}.about-copy h2{font-size:clamp(32px,3.6vw,54px);line-height:1.18;letter-spacing:-2px;font-weight:500;margin-bottom:30px}.about-copy p{font-size:16px;color:var(--muted);margin-bottom:20px}.about-copy .automation-note{border-left:2px solid var(--blue);padding-left:20px;margin:27px 0}.federal{background:var(--blue);color:white;display:grid;grid-template-columns:1fr 1fr;gap:10%}.federal h2{font-size:clamp(35px,4vw,58px);line-height:1.12;letter-spacing:-2px;font-weight:500;margin:25px 0}.federal p{color:#e2e9ff;font-size:16px}.federal .button{margin-top:30px}.federal-items article{border-top:1px solid #7797ff;padding:24px 0}.federal-items h3{font-size:20px;font-weight:600;margin-bottom:9px}.federal-items p{font-size:15px}.federal-items .federal-note{font-size:12px;border-top:1px solid #7797ff;padding-top:19px}.contact h2{font-size:clamp(52px,7.5vw,110px);font-weight:500;line-height:1.06;letter-spacing:-5px;margin:30px 0}.contact .serif{color:var(--blue)}.contact-bottom{display:flex;align-items:center;justify-content:space-between;gap:30px}.contact p{color:var(--muted);font-size:17px}footer{margin:0 5%;padding:30px 0;border-top:1px solid var(--line);display:flex;gap:25px;justify-content:space-between;align-items:center;font-size:12px}footer .wordmark{font-size:24px}footer>span{color:var(--muted)}footer>a:last-child{font-size:12px}::selection{background:#bcd7ff}.service-detail.refresh{animation:fade .25s ease-out}@keyframes fade{from{opacity:.5;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@media(min-width:1500px){body{max-width:1700px;margin:auto}}@media(max-width:800px){header{height:82px}nav{gap:17px;font-size:12px}.header-contact{display:none}.wordmark{font-size:25px}.hero{padding-top:40px}h1{font-size:clamp(49px,9.5vw,76px);margin:28px 0}.hero-bottom{align-items:flex-start;padding-bottom:38px}.hero-bottom p{font-size:16px}.button{gap:22px;white-space:nowrap;padding:15px 20px}.approach{gap:7%;padding-top:45px;padding-bottom:45px}.approach h2{font-size:34px}.section-pad{padding-top:66px;padding-bottom:66px}.section-heading h2{letter-spacing:-1.5px}.service-layout{gap:25px}.service{font-size:19px;gap:14px;padding:25px 7px}.service-detail{padding:25px}.service-detail h3{font-size:30px}.about{gap:7%}.federal{gap:7%}.federal .button{font-size:13px}.contact h2{letter-spacing:-3px}footer{flex-wrap:wrap}footer>span:first-of-type{display:none}}@media(max-width:560px){body{font-size:16px}header{margin:0 6%;gap:12px;height:75px}nav{gap:13px}nav a:nth-child(3){display:none}.wordmark{font-size:23px}.hero{padding-left:6%;padding-right:6%;padding-top:32px}.hero .eyebrow{font-size:9px;letter-spacing:1px;gap:8px}.rule{width:20px}h1{font-size:clamp(44px,10.3vw,61px);letter-spacing:-3px;line-height:1.1}.hero-bottom,.contact-bottom{display:block}.hero-bottom .button{margin-top:25px}.hero-strip{font-size:11px}.hero-strip>span:last-child{display:none}.section-pad{padding:50px 6%}.approach{grid-template-columns:1fr;padding:40px 6%;gap:32px}.approach h2 br{display:none}.approach h2{font-size:33px;letter-spacing:-1px;margin:16px 0}.process article{gap:20px;padding:17px 0}.eyebrow{font-size:10px;letter-spacing:1.1px}.section-heading{display:block;margin-bottom:28px}.section-heading h2{font-size:37px;margin-top:15px}.section-heading>p{margin-top:20px;font-size:14px}.section-heading>p br{display:none}.service-layout{grid-template-columns:1fr;gap:24px}.service{font-size:19px;padding:18px 10px;min-height:60px}.service-detail{padding:28px}.service-detail h3{font-size:33px}.project-num{min-width:18px}summary{gap:16px;padding:26px 0}.project-client{font-size:11px}.projects h3{font-size:25px;letter-spacing:-.9px}.tags{font-size:11px}.expand{width:33px;height:33px;font-size:21px}.project-body{margin-left:34px;grid-template-columns:1fr;gap:22px;padding-right:0}.about{grid-template-columns:1fr;gap:35px}.initials{font-size:80px;letter-spacing:-7px;margin:22px 0 10px}.about-label>p{font-size:16px}.about-copy h2{font-size:36px;letter-spacing:-1.5px}.federal{grid-template-columns:1fr;gap:40px}.federal h2{font-size:39px}.contact h2{font-size:57px;letter-spacing:-3px}.contact p{font-size:16px}.contact .button{margin-top:25px}footer{margin:0 6%;gap:15px;padding:24px 0}footer>a:last-child{margin-left:auto}footer>span{font-size:10px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

/* Visual direction: sculptural systems, integrated with editorial typography. */
.hero-stage{display:grid;grid-template-columns:1.12fr 1fr;align-items:center;gap:4%;margin:32px 0 34px}.hero-stage h1{font-size:clamp(50px,6.3vw,99px);margin:0;line-height:1.09;letter-spacing:-.065em}.hero-stage h1 .serif{display:block;white-space:nowrap}.hero-art{margin:0;position:relative;background:#111e32;overflow:hidden;aspect-ratio:1.28;isolation:isolate}.hero-art img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.7,.2,1)}.hero-art:hover img{transform:scale(1.035)}.hero-art figcaption{position:absolute;left:22px;right:22px;bottom:18px;display:flex;justify-content:space-between;color:white;font-size:10px;letter-spacing:1.2px;text-shadow:0 1px 8px #111e32}.hero-bottom{padding-bottom:40px}.knowledge-art{margin:32px 0 24px}.knowledge-art img{display:block;width:100%;height:auto;aspect-ratio:1.12;object-fit:cover;background:#dceeff}.knowledge-art figcaption{font-size:12px;color:var(--muted);margin-top:12px}.about-label>p{border-top:1px solid var(--line);padding-top:18px}@media(min-width:1500px){.hero-stage h1{font-size:100px}}@media(max-width:800px){.hero-stage{gap:3%;grid-template-columns:1.05fr 1fr}.hero-stage h1{font-size:clamp(40px,6.1vw,60px)}.hero-art{aspect-ratio:.92}.hero-art figcaption{left:14px;right:14px;font-size:8px}.hero-art figcaption span:last-child{display:none}}@media(max-width:560px){.hero-stage{grid-template-columns:1fr;gap:26px;margin:26px 0}.hero-stage h1{font-size:clamp(47px,10.6vw,60px);line-height:1.08}.hero-art{aspect-ratio:1.45}.hero-art img{object-position:center 45%}.hero-art figcaption{font-size:9px}.hero-art figcaption span:last-child{display:inline}.knowledge-art{margin:24px 0}.knowledge-art img{aspect-ratio:1.5}}

/* Editorial photography complements the opening illustration. */
.approach{align-items:start;column-gap:8%;row-gap:34px}.collaboration-photo{margin:28px 0 0}.collaboration-photo img{display:block;width:100%;height:auto;aspect-ratio:1.75;object-fit:cover;object-position:center 55%}.collaboration-photo figcaption{font-size:12px;color:#bac7d9;margin-top:10px}.process{align-self:center}.process article{padding:30px 0}.process p{max-width:450px}.knowledge-art img{aspect-ratio:1.14;object-position:45% center}@media(max-width:800px){.collaboration-photo img{aspect-ratio:1.3}.process article{padding:23px 0}}@media(max-width:560px){.collaboration-photo{margin-top:23px}.collaboration-photo img{aspect-ratio:1.65}.process article{padding:18px 0}.knowledge-art img{aspect-ratio:1.4}}
