@font-face{font-family:Instrument Serif;src:url(/fonts/instrument-serif-regular.ttf) format("truetype");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Instrument Serif;src:url(/fonts/instrument-serif-italic.ttf) format("truetype");font-style:italic;font-weight:400;font-display:swap}@font-face{font-family:Manrope;src:url(/fonts/manrope-regular.ttf) format("truetype");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Manrope;src:url(/fonts/manrope-semibold.ttf) format("truetype");font-style:normal;font-weight:600;font-display:swap}@font-face{font-family:Manrope;src:url(/fonts/manrope-extrabold.ttf) format("truetype");font-style:normal;font-weight:800;font-display:swap}:root{--paper:#f7f5ef;--ink:#20231f;--blue:#214be7;--muted:#585c55;--line:#aaa99f;--serif:"Instrument Serif",Georgia,serif;--sans:Manrope,Arial,sans-serif;--gutter:clamp(24px,4.7vw,80px)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:28px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-weight:400;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-family:var(--serif);font-weight:400;line-height:1.02;letter-spacing:-.035em}h2{font-size:clamp(52px,6.1vw,92px)}a{color:inherit;text-decoration:none}button,input{font:inherit}img{display:block;width:100%;height:auto}svg{display:block}a,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,summary:focus-visible,button:focus-visible{outline:3px solid var(--blue);outline-offset:7px}::selection{background:var(--blue);color:var(--paper)}.wrap{width:calc(100% - var(--gutter)*2);max-width:1560px;margin-inline:auto}.arrow-icon{width:22px;height:22px;flex-shrink:0;transition:transform .2s}.skip-link{position:absolute;z-index:10;left:24px;top:-80px;background:var(--ink);color:#fff;padding:12px 24px}.skip-link:focus{top:12px}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.wordmark{display:inline-flex;align-items:center;gap:11px;font-size:32px;font-weight:800;line-height:1;letter-spacing:-1.7px}.brand-square{display:inline-block;background:var(--blue);width:11px;height:11px;margin-top:4px}.site-header{height:78px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:32px}.site-header nav{display:flex;align-items:center;gap:38px;font-size:14px}.site-header nav>a:not(.button){padding-block:12px;position:relative}.site-header nav>a:not(.button):after{content:"";position:absolute;bottom:6px;left:0;width:100%;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .2s}.site-header nav>a:hover:after{transform:scaleX(1)}.button{display:inline-flex;gap:20px;align-items:center;justify-content:center;min-height:60px;border-radius:999px;padding:16px 30px;font-size:15px;line-height:1.4;font-weight:600;border:1px solid transparent;transition:background .2s,color .2s,transform .2s}.button:hover .arrow-icon,.text-link:hover .arrow-icon,.email-link:hover .arrow-icon{transform:translate(2px,-2px)}.button-primary{background:var(--blue);color:#fff}.button-primary:hover{background:#1233bb}.button-outline{border-color:var(--ink)}.button-outline:hover{background:var(--ink);color:var(--paper)}.nav-contact{min-height:46px;padding:10px 24px;gap:18px}.hero{display:grid;grid-template-columns:minmax(0,1.03fr) minmax(0,1fr);align-items:center;gap:36px;padding-top:30px;padding-bottom:36px}.hero-copy{padding-bottom:42px}.hero h1{font-size:clamp(64px,7.6vw,128px);line-height:1.02;letter-spacing:-.048em}.hero h1>span,.hero h1>em{display:block;white-space:nowrap}.hero h1 em{color:var(--blue);font-weight:400}.hero-copy>p{font-size:clamp(17px,1.6vw,25px);line-height:1.5;max-width:560px;margin-top:42px;margin-bottom:36px;letter-spacing:-.025em}.hero-figure img{aspect-ratio:.86;object-fit:cover;object-position:center;border-radius:1px}.hero-figure figcaption{font-size:12px;line-height:1.4;margin-top:12px}.work-section{border-top:1px solid var(--line);padding-top:36px;padding-bottom:48px}.section-heading{display:flex;justify-content:space-between;align-items:baseline;gap:24px;margin-bottom:38px}.section-heading p{font-size:clamp(17px,1.6vw,24px);letter-spacing:-.025em}.project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px;align-items:start}.project-image-link{display:block;overflow:hidden}.project-image-link img{aspect-ratio:4/3;object-fit:cover;transition:transform .55s}.project-image-link:hover img{transform:scale(1.025)}.project-heading{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-top:23px;margin-bottom:16px}.project-heading h3{font-size:clamp(37px,5.2vw,82px);letter-spacing:-.045em}.project-heading h3 a:hover{color:var(--blue)}.project-heading>span{font-size:13px;white-space:nowrap}.project-details summary{display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer;list-style:none;font-size:clamp(15px,1.45vw,22px);letter-spacing:-.025em;min-height:48px}.project-details summary::-webkit-details-marker{display:none}.toggle-icon{display:grid;place-items:center;border:1px solid var(--ink);border-radius:50%;width:46px;height:46px;flex-shrink:0;transition:background .2s,color .2s}.toggle-icon svg{width:23px;height:23px;transition:transform .2s}.project-details[open] .toggle-icon svg{transform:rotate(45deg)}.project-details summary:hover .toggle-icon{background:var(--blue);border-color:var(--blue);color:#fff}.project-expanded{padding-top:22px;max-width:530px;font-size:16px;line-height:1.7}.project-expanded .text-link{margin-top:18px;font-size:16px}.work-note{font-size:13px;color:var(--muted);margin-top:46px}.section-label{font-size:12px;line-height:1.5;text-transform:uppercase;letter-spacing:.14em}.approach-section{border-top:1px solid var(--line);padding-block:52px 72px;display:grid;grid-template-columns:1.1fr 1fr;gap:9%}.approach-section .section-label{margin-bottom:34px}.approach-section h2{font-size:clamp(54px,6.3vw,102px)}.principles{padding-top:25px}.principles>div+div{border-top:1px solid var(--line);margin-top:24px;padding-top:24px}.principles h3{font-size:clamp(30px,3vw,48px);letter-spacing:-.03em;margin-bottom:7px}.principles p{font-size:16px;line-height:1.55}.studio-section{border-top:1px solid var(--line);padding-block:62px 90px;display:grid;grid-template-columns:1fr 2fr;gap:40px}.studio-section h2{font-size:clamp(56px,6.2vw,100px);margin-bottom:25px}.studio-section div>p{font-size:19px;line-height:1.7;max-width:780px;letter-spacing:-.02em}.text-link{display:inline-flex;align-items:center;gap:16px;border-bottom:1px solid currentColor;padding-bottom:3px;margin-top:26px;font-size:19px;line-height:1.5}.text-link:hover{color:var(--blue)}.site-footer{background:var(--blue);color:var(--paper);padding-top:40px}.site-footer .section-label{margin-bottom:20px}.contact-grid{display:grid;grid-template-columns:1.55fr 1fr;gap:60px;align-items:center;padding-bottom:45px}.contact-grid h2{font-size:clamp(55px,6.9vw,110px);letter-spacing:-.035em}.email-link{display:inline-flex;align-items:center;gap:20px;font-family:var(--serif);font-size:clamp(25px,3vw,48px);line-height:1.3;border-bottom:1px solid currentColor;margin-top:17px}.email-link .arrow-icon{width:28px;height:28px}.contact-note{font-size:clamp(17px,1.5vw,24px);line-height:1.6}.footer-bottom{border-top:1px solid #ffffff70;padding-block:25px 30px;display:flex;align-items:center;gap:30px}.footer-bottom .wordmark{font-size:26px}.footer-bottom p{font-size:12px}.footer-company a{text-decoration:underline;text-underline-offset:3px}.footer-bottom nav{display:flex;gap:30px;margin-left:auto;font-size:12px}.footer-bottom nav a{display:inline-flex;align-items:center;gap:7px}.footer-bottom nav a:hover{text-decoration:underline}.footer-bottom .arrow-icon{width:15px;height:15px}.site-footer :focus-visible{outline-color:var(--paper)}.page-intro{padding-block:64px 56px;max-width:1040px}.page-intro .back-link{display:inline-flex;font-size:13px;border-bottom:1px solid currentColor;margin-bottom:32px}.page-intro h1{font-size:clamp(66px,8.5vw,126px);letter-spacing:-.045em}.page-intro .lead{font-size:clamp(20px,2.1vw,29px);line-height:1.55;max-width:790px;margin-top:28px;letter-spacing:-.02em}.page-content{padding-bottom:90px}.editorial-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:8%;align-items:start}.editorial-image{width:100%;aspect-ratio:4/3;object-fit:cover}.editorial-copy>section+section{margin-top:36px;padding-top:32px;border-top:1px solid var(--line)}.editorial-copy h2{font-size:40px;line-height:1.1;margin-bottom:15px}.editorial-copy p+p{margin-top:15px}.editorial-copy p{font-size:17px;line-height:1.75}.editorial-copy ul{padding-left:1.2em;margin-block:18px}.editorial-copy li+li{margin-top:10px}.project-state{display:inline-block;font-size:13px;margin-bottom:24px;padding-bottom:8px;border-bottom:1px solid var(--line)}.text-page{max-width:900px;margin-right:auto}.text-page section{padding-block:32px;border-top:1px solid var(--line)}.text-page h2{font-size:42px;margin-bottom:18px}.text-page p{font-size:18px;line-height:1.75;max-width:720px}.text-page p+p{margin-top:15px}.text-page a:not(.button){text-decoration:underline;text-underline-offset:4px}.contact-page-email{font-family:var(--serif);font-size:clamp(30px,5vw,76px);line-height:1.3;color:var(--blue)}@media(min-width:1700px){.hero{gap:60px}.hero-copy{padding-bottom:20px}}@media(max-width:1050px){.site-header nav{gap:24px}.hero{gap:28px}.hero h1{font-size:7.6vw}.hero-copy{padding-bottom:22px}.hero-copy>p{margin-top:26px;margin-bottom:26px}.button{min-height:52px;padding:13px 24px}.nav-contact{min-height:43px;padding:9px 18px}.project-heading{display:block}.project-heading h3{margin-bottom:6px}.approach-section{gap:7%}.principles p{font-size:15px}.studio-section{grid-template-columns:.65fr 2fr}.contact-grid{gap:30px;grid-template-columns:1.5fr 1fr}.footer-bottom{gap:20px}}@media(max-width:680px){:root{--gutter:24px}.site-header{height:auto;min-height:112px;align-items:flex-start;position:relative;padding-top:24px;gap:18px}.wordmark{font-size:29px}.site-header nav{gap:25px;justify-content:flex-start;position:absolute;bottom:11px;left:0;width:100%;font-size:13px}.site-header nav .nav-contact{display:inline-flex;position:absolute;right:0;bottom:42px;white-space:nowrap;min-height:44px;padding:8px 13px;gap:12px;font-size:12px}.nav-contact .arrow-icon{width:17px;height:17px}.hero{grid-template-columns:1fr;gap:32px;padding-top:38px;padding-bottom:32px}.hero-copy{padding:0}.hero h1{font-size:clamp(48px,11.4vw,76px);letter-spacing:-.04em;line-height:1.03}.hero-copy>p{font-size:17px;max-width:420px;line-height:1.65;margin-top:24px;margin-bottom:24px;letter-spacing:-.015em}.hero .button{min-height:48px;font-size:13px;padding-inline:23px}.hero-figure img{aspect-ratio:1.05;object-position:center 64%}.hero-figure figcaption{font-size:11px;margin-top:9px}.section-heading{display:block;margin-bottom:25px}.section-heading h2{font-size:55px}.section-heading p{font-size:15px;margin-top:11px}.work-section{padding-top:28px;padding-bottom:34px}.project-grid{grid-template-columns:1fr;gap:38px}.project-heading{display:flex;margin-top:18px;margin-bottom:10px;align-items:center;gap:10px}.project-heading h3{font-size:43px;margin:0}.project-heading>span{font-size:11px}.project-details summary{font-size:15px;align-items:center;gap:12px}.toggle-icon{width:38px;height:38px}.project-expanded{font-size:15px}.project-image-link img{aspect-ratio:4/3}.work-note{font-size:11px;line-height:1.7;margin-top:30px;max-width:320px}.approach-section{padding-block:33px 38px;grid-template-columns:1fr;gap:28px}.section-label{font-size:10px;letter-spacing:.12em}.approach-section .section-label{margin-bottom:20px}.approach-section h2{font-size:57px}.principles{padding-top:0}.principles h3{font-size:34px}.principles p{font-size:14px}.principles>div+div{margin-top:20px;padding-top:20px}.studio-section{padding-block:33px 42px;grid-template-columns:1fr;gap:20px}.studio-section h2{font-size:52px;letter-spacing:-.035em;margin-bottom:20px}.studio-section div>p{font-size:16px;line-height:1.7}.text-link{font-size:16px;margin-top:23px}.site-footer{padding-top:28px}.site-footer .section-label{margin-bottom:20px}.contact-grid{grid-template-columns:1fr;gap:28px;padding-bottom:32px}.contact-grid h2{font-size:53px;letter-spacing:-.035em}.email-link{font-size:31px;gap:12px;margin-top:16px}.email-link .arrow-icon{width:20px;height:20px}.contact-note{font-size:14px;line-height:1.7}.footer-bottom{flex-wrap:wrap;gap:20px;padding-block:23px 28px}.footer-bottom p{font-size:10px;flex:1}.footer-bottom nav{width:100%;margin:0;justify-content:space-between;font-size:11px}.page-intro{padding-block:38px 35px}.page-intro .back-link{font-size:12px;margin-bottom:24px}.page-intro h1{font-size:64px}.page-intro .lead{font-size:21px;margin-top:23px}.page-content{padding-bottom:50px}.editorial-grid{grid-template-columns:1fr;gap:32px}.editorial-copy h2,.text-page h2{font-size:36px}.editorial-copy p,.text-page p{font-size:16px}.project-state{margin-bottom:20px}.text-page section{padding-block:25px}.contact-page-email{font-size:35px}}@media(max-width:360px){:root{--gutter:18px}.hero h1{font-size:11.4vw}.project-heading{display:block}.project-heading>span{display:block;margin-top:5px}.contact-grid h2{font-size:46px}.email-link{font-size:28px}.studio-section h2{font-size:46px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
