:root{--background:#fff;--surface:#f7f7f7;--surface-dark:#000;--text:#000;--muted:#707070;--line:transparent;--white:#fff;--container:1500px;--gutter:clamp(20px, 3vw, 48px);--section-space:112px;--radius:0px}*{box-sizing:border-box}html{scroll-behavior:auto;scroll-padding-top:90px}html.is-ready{scroll-behavior:smooth}body{background:var(--background);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;line-height:1.7}button,a{font:inherit}button{color:inherit;cursor:pointer;background:0 0;border:0;padding:0}a{color:inherit;text-decoration:none}img{display:block}.container{width:min(calc(100% - (var(--gutter) * 2)), var(--container));margin-inline:auto}.reveal{opacity:0;transition:opacity .65s,transform .65s;transform:translateY(12px)}.reveal.is-visible{opacity:1;transform:translateY(0)}.site-header{z-index:50;background:var(--background);border-bottom:1px solid var(--line);height:76px;position:fixed;inset:0 0 auto}.header-inner{justify-content:space-between;align-items:center;height:100%;display:flex}.logo,.footer-logo{letter-spacing:-.04em;font-size:17px;font-weight:650}.desktop-nav{align-items:center;gap:30px;display:flex}.desktop-nav button,.footer-links button{color:var(--muted);font-size:13px;transition:color .18s}.desktop-nav button:hover,.footer-links button:hover{color:var(--text)}.menu-button{display:none}.hero{flex-direction:column;min-height:100vh;padding-top:76px;display:flex}.hero-grid{flex:1;grid-template-columns:.9fr 1.1fr;align-items:center;gap:64px;padding-block:72px;display:grid}.hero-copy{max-width:580px}.eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin:0 0 22px;font-size:11px;line-height:1.3}.hero h1{letter-spacing:-.065em;margin:0;font-size:clamp(54px,7vw,96px);font-weight:600;line-height:.94}.hero-lead{max-width:430px;color:var(--muted);margin:34px 0 0;font-size:17px;line-height:1.65}.hero-actions{flex-wrap:wrap;gap:10px;margin-top:34px;display:flex}.button{border:1px solid var(--text);justify-content:center;align-items:center;gap:9px;min-height:46px;padding:0 19px;font-size:13px;transition:background .18s,color .18s;display:inline-flex}.button-dark{background:var(--text);color:var(--white)}.button-dark:hover{background:#353632}.button-light{background:0 0}.button-light:hover{background:var(--surface)}.hero-image{min-height:570px;position:relative;overflow:hidden}.hero-image img,.project-image img,.outside-image img,.material-image img,.studio-image img{object-fit:cover}.hero-bottom{border-top:1px solid var(--line);min-height:72px;color:var(--muted);justify-content:space-between;align-items:center;font-size:12px;display:flex}.hero-bottom button{color:var(--muted);align-items:center;gap:9px;display:inline-flex}.section{padding-block:var(--section-space)}.intro-section{background:var(--surface)}.intro-grid{grid-template-columns:1fr .75fr;gap:100px;display:grid}.section-heading{max-width:600px}.section-heading h2{letter-spacing:-.055em;margin:0;font-size:clamp(36px,4.3vw,58px);font-weight:600;line-height:1}.section-heading p{max-width:480px;color:var(--muted);margin:22px 0 0;font-size:17px;line-height:1.65}.intro-text{padding-top:5px}.intro-text p,.outside-copy>p,.material-copy p,.studio-copy>p{color:var(--muted);margin:0 0 22px}.intro-text p:last-child,.studio-copy>p:last-child{margin-bottom:0}.section-topline{justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:60px;display:flex}.section-count{color:var(--muted);padding-bottom:7px;font-size:12px}.projects-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:72px 24px;display:grid}.project-featured{grid-column:1/-1}.project-card{display:block}.project-image{background:var(--surface);height:500px;position:relative;overflow:hidden}.project-featured .project-image{height:min(680px,68vw)}.project-info{border-top:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:25px;margin-top:14px;padding-top:17px;display:flex}.project-info h3{letter-spacing:-.025em;margin:0;font-size:19px;font-weight:600;line-height:1.2}.project-info p{color:var(--muted);margin:5px 0 0;font-size:13px}.project-meta{color:var(--muted);white-space:nowrap;align-items:center;gap:12px;font-size:12px;display:flex}.statement-section{background:var(--surface-dark);color:var(--white);padding-block:145px}.statement{letter-spacing:-.06em;max-width:1000px;margin:0;font-size:clamp(42px,5.7vw,76px);font-weight:500;line-height:.98}.outside-grid{grid-template-columns:1.1fr .7fr;align-items:center;gap:90px;display:grid}.outside-image{height:650px;position:relative}.outside-copy{max-width:420px}.text-link{border-bottom:1px solid var(--text);align-items:center;gap:8px;margin-top:10px;padding-bottom:5px;font-size:13px;display:inline-flex}.approach-section{background:var(--surface)}.process-list{border-top:1px solid var(--line);margin-top:72px}.process-row{border-bottom:1px solid var(--line);grid-template-columns:80px .7fr 1fr;gap:35px;padding-block:27px;display:grid}.process-number{color:var(--muted);font-size:12px}.process-row h3{margin:0;font-size:20px;font-weight:600;line-height:1.3}.process-row p{max-width:500px;color:var(--muted);margin:0}.materials-grid{grid-template-columns:1.15fr .65fr;align-items:center;gap:90px;margin-top:72px;display:grid}.material-image{height:650px;position:relative}.material-copy{max-width:390px}.material-copy p:last-child{margin-bottom:0}.disciplines-grid{grid-template-columns:.8fr 1fr;gap:100px;display:grid}.disciplines-list{border-top:1px solid var(--line)}.disciplines-list>div{border-bottom:1px solid var(--line);grid-template-columns:40px .7fr 1fr;align-items:baseline;gap:20px;padding-block:22px;display:grid}.disciplines-list span{color:var(--muted);font-size:11px}.disciplines-list h3{margin:0;font-size:18px;font-weight:600}.disciplines-list p{color:var(--muted);margin:0;font-size:13px}.studio-section{background:var(--surface)}.studio-grid{grid-template-columns:.75fr 1fr;align-items:center;gap:90px;display:grid}.studio-copy{max-width:440px}.studio-image{height:620px;position:relative}.contact-section{padding-block:150px}.contact-inner{max-width:900px}.contact-inner h2{letter-spacing:-.07em;margin:0;font-size:clamp(58px,8vw,105px);font-weight:600;line-height:.91}.contact-lead{max-width:480px;color:var(--muted);margin:35px 0 0;font-size:17px}.contact-email{border-bottom:1px solid var(--text);align-items:center;gap:12px;margin-top:42px;padding-bottom:7px;font-size:17px;display:inline-flex}.site-footer{background:var(--surface-dark);color:var(--white);padding-block:52px 45px}.footer-grid{grid-template-columns:1.2fr 1fr .7fr 1.1fr;align-items:start;gap:40px;display:grid}.footer-logo{margin-bottom:8px}.site-footer p{color:#aaa9a3;margin:0;font-size:12px}.footer-location{flex-direction:column;gap:3px;display:flex}.footer-links{flex-direction:column;align-items:flex-start;gap:7px;display:flex}.footer-links button{color:#aaa9a3;font-size:13px;transition:color .18s}.footer-links button:hover{color:var(--white)}.footer-copy{color:#777;flex-direction:column;gap:6px;font-size:11px;line-height:1.5;display:flex}.footer-copy span:last-child{color:#777}button:focus-visible,a:focus-visible{outline-offset:4px;outline:2px solid}@media (max-width:1050px){.hero-grid{gap:40px}.intro-grid,.outside-grid,.materials-grid,.studio-grid,.disciplines-grid{gap:60px}.outside-image,.material-image,.studio-image{height:540px}}@media (max-width:820px){:root{--section-space:76px}.site-header{height:68px}.desktop-nav{padding:15px var(--gutter) 20px;background:var(--background);border-bottom:1px solid var(--line);flex-direction:column;align-items:flex-start;gap:0;display:none;position:absolute;top:68px;left:0;right:0}.desktop-nav.is-open{display:flex}.desktop-nav button{text-align:left;width:100%;padding-block:12px}.menu-button{justify-content:center;align-items:center;width:42px;height:42px;display:flex}.hero{padding-top:68px}.hero-grid{grid-template-columns:1fr;padding-block:50px 30px}.hero-copy{max-width:none}.hero-image{min-height:500px}.hero-bottom{min-height:62px}.intro-grid,.outside-grid,.materials-grid,.studio-grid,.disciplines-grid{grid-template-columns:1fr}.intro-grid{gap:45px}.section-topline{margin-bottom:42px}.projects-grid{grid-template-columns:1fr;row-gap:58px}.project-featured{grid-column:auto}.project-image,.project-featured .project-image{height:500px}.statement-section{padding-block:95px}.outside-grid,.materials-grid,.studio-grid{gap:45px}.outside-image,.material-image,.studio-image{height:520px}.process-list{margin-top:50px}.process-row{grid-template-columns:45px 1fr;gap:12px 20px}.process-row p{grid-column:2}.disciplines-list>div{grid-template-columns:40px 1fr;gap:10px 20px}.disciplines-list p{grid-column:2}.footer-grid{grid-template-columns:1fr 1fr;gap:35px 20px}.footer-copy{grid-column:1/-1}}@media (max-width:600px){:root{--section-space:64px}.hero-grid{padding-top:38px}.hero h1{font-size:clamp(52px,15vw,78px)}.hero-lead{margin-top:27px;font-size:16px}.hero-actions{margin-top:27px}.button{width:100%}.hero-image{min-height:430px}.hero-bottom button span{display:none}.section-heading h2{font-size:clamp(36px,10vw,52px)}.section-heading p{font-size:16px}.section-topline{flex-direction:column;align-items:flex-start;gap:20px}.projects-grid{row-gap:48px}.project-image,.project-featured .project-image{height:420px}.project-info{flex-direction:column;gap:13px}.project-meta{justify-content:space-between;width:100%}.statement{font-size:clamp(39px,11vw,62px)}.outside-image,.material-image,.studio-image{height:440px}.process-row{padding-block:23px}.contact-section{padding-block:100px}.contact-inner h2{font-size:clamp(57px,16vw,90px)}.footer-grid{grid-template-columns:1fr}.footer-copy{grid-column:auto}}@media (max-width:390px){.hero h1{font-size:50px}.hero-image{min-height:370px}.project-image,.project-featured .project-image{height:360px}.outside-image,.material-image,.studio-image{height:370px}}@media (prefers-reduced-motion:reduce){html,html.is-ready{scroll-behavior:auto}.reveal{opacity:1;transition:none;transform:none}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.project-page,.project-header{background:var(--background)}.project-back{color:var(--muted);align-items:center;gap:8px;font-size:13px;transition:color .18s;display:inline-flex}.project-back:hover{color:var(--text)}.project-hero{padding-top:76px}.project-hero-top{grid-template-columns:1fr .5fr;align-items:end;gap:80px;min-height:360px;padding-block:90px 55px;display:grid}.project-hero-top h1{letter-spacing:-.075em;margin:0;font-size:clamp(64px,9vw,130px);font-weight:600;line-height:.88}.project-details{grid-template-columns:1fr 1fr;gap:35px;padding-bottom:8px;display:grid}.project-details div{flex-direction:column;gap:5px;display:flex}.project-details span{color:var(--muted);text-transform:uppercase;letter-spacing:.07em;font-size:11px}.project-details strong{font-size:14px;font-weight:500}.project-hero-image{background:var(--surface);width:100%;height:min(760px,62vw);position:relative;overflow:hidden}.project-hero-image img,.project-full-image img,.project-nav-image img{object-fit:cover}.project-intro{padding-block:130px}.project-intro-grid{grid-template-columns:.8fr 1fr;gap:100px;display:grid}.project-description{max-width:650px}.project-description p{color:var(--muted);margin:0 0 25px;font-size:18px;line-height:1.7}.project-description p:first-child{color:var(--text);letter-spacing:-.025em;font-size:28px;line-height:1.35}.project-description p:last-child{margin-bottom:0}.project-large-image{padding-bottom:var(--section-space)}.project-full-image{background:var(--surface);height:min(820px,65vw);position:relative;overflow:hidden}.project-info-section{background:var(--surface)}.project-info-grid{grid-template-columns:.8fr 1fr;gap:100px;display:grid}.project-info-grid h2{letter-spacing:-.065em;margin:0;font-size:clamp(44px,5.5vw,74px);font-weight:600;line-height:.94}.project-info-copy{max-width:600px}.project-info-copy p{color:var(--muted);margin:0 0 24px;font-size:17px;line-height:1.7}.project-info-copy p:last-child{margin-bottom:0}.project-statement{background:var(--surface-dark);color:var(--white);padding-block:150px}.project-statement p{letter-spacing:-.065em;max-width:1100px;margin:0;font-size:clamp(46px,6.2vw,88px);font-weight:500;line-height:.96}.project-navigation{padding-block:130px}.project-navigation-label{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:45px;font-size:11px;line-height:1.3}.project-navigation-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.project-nav-card{display:block}.project-nav-image{background:var(--surface);height:500px;position:relative;overflow:hidden}.project-nav-info{border-top:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:25px;margin-top:14px;padding-top:17px;display:flex}.project-nav-info span{color:var(--muted);font-size:12px}.project-nav-info h3{letter-spacing:-.025em;margin:5px 0 0;font-size:20px;font-weight:600;line-height:1.2}.project-nav-info svg{flex-shrink:0;transition:transform .18s}.project-nav-card:hover .project-nav-info svg{transform:translate(3px,-3px)}.project-contact{padding-block:150px}.project-contact h2{letter-spacing:-.07em;margin:0;font-size:clamp(58px,8vw,105px);font-weight:600;line-height:.91}.project-contact .contact-email{margin-top:42px}@media (max-width:820px){.project-hero{padding-top:68px}.project-hero-top{grid-template-columns:1fr;gap:45px;min-height:auto;padding-block:65px 40px}.project-hero-top h1{font-size:clamp(58px,15vw,90px)}.project-details{max-width:420px}.project-hero-image{height:600px}.project-intro{padding-block:80px}.project-intro-grid,.project-info-grid{grid-template-columns:1fr;gap:45px}.project-description p:first-child{font-size:24px}.project-full-image{height:600px}.project-statement{padding-block:100px}.project-navigation{padding-block:80px}.project-navigation-grid{grid-template-columns:1fr;gap:55px}.project-nav-image{height:500px}.project-contact{padding-block:100px}}@media (max-width:600px){.project-back span{display:none}.project-hero-top{padding-block:50px 30px}.project-hero-top h1{font-size:clamp(54px,15vw,78px)}.project-details{grid-template-columns:1fr 1fr;gap:20px}.project-hero-image{height:460px}.project-intro{padding-block:65px}.project-description p:first-child{font-size:21px}.project-description p{font-size:16px}.project-full-image{height:440px}.project-statement{padding-block:85px}.project-statement p{font-size:clamp(40px,11vw,62px)}.project-nav-image{height:420px}.project-contact{padding-block:90px}.project-contact h2{font-size:clamp(55px,16vw,90px)}}
