@font-face{font-family:DM;src:url('/assets/dm-sans.ttf') format('truetype');font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:Instrument;src:url('/assets/instrument-serif-italic.ttf') format('truetype');font-style:italic;font-weight:400;font-display:swap}
:root{--black:#080808;--white:#f7f7f7;--gray:#a7a7a7;--line:#303030;--ease:cubic-bezier(.22,1,.36,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:32px}body{margin:0;background:var(--black);color:var(--white);font:16px/1.6 DM,Arial,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit}a,button{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible{outline:2px solid white;outline-offset:8px}::selection{background:#fff;color:#000}.wrap{max-width:1600px;padding-left:64px;padding-right:64px;margin:0 auto}.skip{position:absolute;top:-80px;z-index:10;background:white;color:black;padding:16px}.skip:focus{top:16px;left:16px}.header{height:128px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:2}.identity{display:flex;align-items:center;gap:16px}.identity img{width:56px;height:56px;object-fit:contain;mix-blend-mode:screen}.identity span{font-size:16px;line-height:1.12;letter-spacing:.08em}.header-right{display:flex;align-items:center;gap:64px}.location{font-size:12px;letter-spacing:.12em;color:var(--gray)}.contact-link{font-size:14px;display:flex;align-items:center;gap:32px;border-bottom:1px solid #666;padding:8px 0}.contact-link span{font-size:24px;transition:transform .3s var(--ease)}.contact-link:hover span{transform:translate(3px,-3px)}
.hero{position:relative;min-height:760px;height:calc(100svh - 128px);max-height:1000px;overflow:hidden}.hero-inner{position:relative;z-index:1;height:100%;padding-top:32px;padding-bottom:104px;display:flex;flex-direction:column;align-items:flex-start}.hero-topline{display:flex;justify-content:space-between;width:100%;color:var(--gray);font-size:12px;letter-spacing:.12em}.fold-index{font-size:11px;letter-spacing:.14em}.hero h1{font-size:clamp(88px,9.4vw,156px);line-height:.95;font-weight:400;letter-spacing:-.065em;margin:88px 0 32px;position:relative;z-index:2}.hero h1 em{font-family:Instrument,Georgia,serif;font-weight:400;letter-spacing:-.03em;font-size:1.17em;line-height:.9}.hero-caption{color:#b3b3b3;font-size:18px;line-height:1.5;margin:0 0 48px 8px}.hero-image{position:absolute;z-index:0;top:0;right:-3%;width:83%;height:100%;pointer-events:none}.hero-image img{width:100%;height:100%;object-fit:cover;object-position:65% 50%;filter:grayscale(1);mix-blend-mode:screen}.hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--black) 0%,rgba(8,8,8,.8) 8%,transparent 37%),linear-gradient(0deg,var(--black),transparent 16%,transparent 90%,var(--black))}.explore{display:flex;gap:16px;align-items:center;font-size:13px;letter-spacing:.02em;margin-top:auto}.circle{width:40px;height:40px;border:1px solid #5d5d5d;border-radius:50%;display:grid;place-items:center;font-size:19px;transition:background .3s,color .3s}.explore:hover .circle{background:#fff;color:#000}.hero-baseline{position:absolute;bottom:0;left:0;right:0;height:64px;display:flex;justify-content:space-between;align-items:center;font-size:10px;letter-spacing:.15em;color:#898989}.hero-baseline:before{content:"";position:absolute;left:64px;right:64px;top:0;border-top:1px solid var(--line)}
.approach{display:grid;grid-template-columns:1fr 2fr;gap:64px;padding-top:128px;padding-bottom:128px}.section-label{font-size:12px;letter-spacing:.13em;color:var(--gray)}.small-fold{display:block;font-size:48px;color:#6b6b6b;margin-top:32px}h2{font-size:clamp(48px,5.2vw,80px);font-weight:400;line-height:1.05;letter-spacing:-.055em;margin:0 0 40px}h2 em{font-family:Instrument,Georgia,serif;font-weight:400;letter-spacing:-.015em;font-size:1.15em}.approach-copy p{max-width:590px;color:#a7a7a7;font-size:19px;line-height:1.7;margin:0 0 40px}.disciplines{display:flex;gap:32px;font-size:13px;color:#d0d0d0}.disciplines span{padding-top:16px;border-top:1px solid var(--line);min-width:120px}.contact{display:grid;grid-template-columns:1fr 1fr;gap:64px;padding-top:80px;padding-bottom:96px;border-top:1px solid var(--line);align-items:end}.contact h2{margin:32px 0 0}.email{display:flex;gap:32px;align-items:center;justify-content:space-between;border-bottom:1px solid #777;padding:16px 0;font-size:clamp(16px,1.6vw,24px);margin-bottom:8px}.email-arrow{font-size:40px;transition:transform .35s var(--ease)}.email:hover .email-arrow{transform:translate(6px,-6px)}.footer-line{border-top:1px solid var(--line);padding:32px 0;display:flex;align-items:center;justify-content:space-between;color:#969696;font-size:12px}.footer nav{display:flex;gap:24px}.footer button{background:none;border:0;color:inherit;padding:8px 0;font-size:12px;cursor:pointer}.footer button:hover{color:#fff}.footer-location{letter-spacing:.12em;font-size:10px}.footer-word{font-size:clamp(120px,23vw,370px);font-weight:400;letter-spacing:-.09em;line-height:.85;color:#1c1c1c;margin-left:-.025em;padding-bottom:32px;user-select:none}.hero h1,.hero-caption{animation:appear 1.2s var(--ease) both}.hero-caption{animation-delay:.15s}.hero-image{animation:fade 1.8s var(--ease) both}@keyframes appear{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fade{from{opacity:0}to{opacity:1}}
dialog{background:#f7f7f7;color:#111;border:none;max-width:720px;width:calc(100% - 32px);max-height:85svh;padding:56px;line-height:1.65}dialog::backdrop{background:rgba(0,0,0,.8);backdrop-filter:blur(8px)}dialog h2{font-size:36px;margin:0 0 24px}dialog h3{font-size:18px;margin:32px 0 8px}dialog p{font-size:16px}dialog a{text-decoration:underline;overflow-wrap:anywhere}dialog .close{position:absolute;right:16px;top:8px;width:48px;height:48px;border:0;background:none;font-size:32px;cursor:pointer}dialog button:focus-visible{outline-color:#000}
@media(min-width:1600px){.hero-image{right:calc((100vw - 1600px)/2 - 48px);width:1250px}}
@media(max-width:1050px){.wrap{padding-left:40px;padding-right:40px}.header-right{gap:32px}.hero{min-height:680px}.hero h1{font-size:104px;margin-top:80px}.hero-image{right:-12%;width:95%;opacity:.9}.hero-image:after{background:linear-gradient(90deg,var(--black),rgba(8,8,8,.5) 24%,transparent 60%),linear-gradient(0deg,var(--black),transparent 25%)}.hero-baseline:before{left:40px;right:40px}.approach{gap:40px}.contact{gap:40px}.disciplines{gap:16px}.disciplines span{min-width:100px}}
@media(max-width:700px){.wrap{padding-left:24px;padding-right:24px}.header{height:104px}.identity{gap:8px}.identity img{width:44px;height:44px}.identity span{font-size:12px}.location{display:none}.contact-link{font-size:12px;gap:16px}.hero{height:auto;min-height:780px;max-height:none}.hero-inner{min-height:780px;padding-top:16px;padding-bottom:88px}.hero-topline{font-size:10px;letter-spacing:.1em}.fold-index{display:none}.hero h1{font-size:clamp(72px,15vw,104px);margin:56px 0 24px;letter-spacing:-.06em}.hero-caption{font-size:16px;margin-left:0}.hero-image{top:220px;right:-20%;width:135%;height:500px;opacity:1}.hero-image img{object-position:72% center}.hero-image:after{background:linear-gradient(0deg,var(--black),transparent 22%,transparent 72%,var(--black)),linear-gradient(90deg,var(--black),transparent 35%)}.hero-baseline{height:56px;font-size:8px;letter-spacing:.1em}.hero-baseline:before{left:24px;right:24px}.approach{display:block;padding-top:72px;padding-bottom:72px}.small-fold{display:none}.approach-copy{margin-top:40px}h2{font-size:52px}.approach-copy p{font-size:17px}.disciplines{gap:16px;font-size:11px}.disciplines span{min-width:0;flex:1}.contact{display:block;padding-top:56px;padding-bottom:64px}.email{margin-top:48px;font-size:16px}.email-arrow{font-size:32px}.footer-line{align-items:flex-start;gap:16px;flex-direction:column;padding:24px 0;font-size:11px}.footer-location{display:none}.footer button{font-size:13px}.footer-word{font-size:26vw;padding-bottom:24px}dialog{padding:48px 24px 24px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation:none!important;transition:none!important}}

.footer nav a{padding:8px 0}.footer nav a:hover{color:#fff;text-decoration:underline;text-underline-offset:5px}
.legal{padding-top:64px;padding-bottom:104px;max-width:1100px}.legal h1{font-size:clamp(38px,6vw,80px);line-height:1.08;letter-spacing:-.045em;font-weight:400;overflow-wrap:anywhere;margin:28px 0 48px}.legal-copy{max-width:740px}.legal-intro{font-size:20px;color:#c9c9c9}.legal-copy section{border-top:1px solid var(--line);padding-top:30px;margin-top:40px}.legal-copy h2{font:400 24px/1.3 DM,Arial,sans-serif;letter-spacing:-.025em;margin:0 0 18px}.legal-copy h3{font-size:18px;font-weight:400;margin:0 0 16px}.legal-copy p{color:#bdbdbd;margin:0 0 18px;line-height:1.8}.legal-copy a{text-decoration:underline;text-underline-offset:4px;overflow-wrap:anywhere;color:#f7f7f7}.legal-copy code{font-size:15px;color:#fff}.legal-callout{border-left:2px solid #eee;padding:22px 24px;background:#141414;margin-top:28px}.legal-callout p:last-child{margin-bottom:0}@media(max-width:700px){.legal{padding-top:40px;padding-bottom:64px}.legal h1{margin-bottom:32px}.legal-intro{font-size:18px}.legal-copy h2{font-size:22px}.legal-callout{padding:18px}}
