@charset "UTF-8";
:root{color-scheme:dark;--bg:#151515;--text:#f0f0ec;--muted:#afafab;--line:#3c3c39;--accent:#ed693f;font-family:"Helvetica Neue",Arial,sans-serif;font-size:16px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--bg);color:var(--text);line-height:1.5}a{color:inherit;text-decoration:none}a:focus-visible{outline:2px solid var(--accent);outline-offset:6px}button{font:inherit}img{display:block;max-width:100%}figure,p,h1,h2,h3{margin:0}::selection{background:#df623b;color:#fff}
.shell{max-width:1600px;margin:auto;padding-inline:4.5vw}.header{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:30px 0;border-bottom:1px solid var(--line)}.wordmark{font-size:27px;letter-spacing:-1.2px;font-weight:700;display:flex;align-items:flex-start;gap:5px}.wordmark{align-items:center;gap:15px}.brand-logo{width:56px;height:auto;flex-shrink:0}.brand-name{color:var(--text);font-size:27px;line-height:1.1}.header nav{display:flex;gap:36px;align-items:center;font-size:15px}.header nav a{padding:10px 0}.count{font:12px Consolas,monospace;color:var(--muted);vertical-align:super;margin-left:4px}.header-note,.mono{font-family:Consolas,"Courier New",monospace;font-size:13px;letter-spacing:.035em;color:var(--muted)}
.intro{display:grid;grid-template-columns:1.5fr 1fr;gap:60px;padding:56px 0 60px;align-items:end}.overline{font-family:Consolas,"Courier New",monospace;font-size:13px;letter-spacing:.045em;text-transform:uppercase;color:var(--muted)}.intro .overline{margin-bottom:20px}h1{font-size:clamp(48px,6.5vw,96px);font-weight:400;letter-spacing:-.065em;line-height:.98}.accent{color:var(--accent)}.intro-note{max-width:370px;justify-self:end;padding-bottom:6px}.intro-note p{font-size:17px;line-height:1.6;color:#c3c3bc;margin-bottom:26px}.mini-line{display:block;width:34px;height:2px;background:var(--accent);margin-bottom:22px}.text-link{display:inline-flex;align-items:center;gap:30px;font-size:15px;min-height:44px;border-bottom:1px solid #73736d}.text-link:hover{border-color:var(--accent);color:#fff}.section-heading{display:flex;align-items:baseline;justify-content:space-between;border-top:1px solid var(--line);padding:20px 0 28px;gap:24px}.section-heading h2{font-size:17px;font-weight:400}.work-grid{display:grid;grid-template-columns:1.12fr 1fr;gap:36px;align-items:start}.work-image{display:block;position:relative;overflow:hidden;background:#272c30}.wood-image{height:680px;background:#24292c}.tech-image{height:450px;background:#3b4249}.work-image img{width:100%;height:100%;object-fit:contain;transition:transform .6s cubic-bezier(.2,.7,.2,1)}.wood-image img{padding:36px 14px}.tech-image img{padding:30px 8px}.image-index{position:absolute;top:18px;left:20px;z-index:1;font:13px Consolas,monospace;color:#e1e4e5}.image-kind{position:absolute;bottom:18px;left:20px;color:#e5e8e9;background:#17191bcc;padding:4px 8px;font:12px Consolas,monospace}.image-open{position:absolute;bottom:18px;right:20px;display:grid;place-items:center;width:38px;height:38px;border:1px solid #ffffff66;border-radius:50%;font-size:22px;background:#17191b55;transition:background .2s}.work-label{display:flex;align-items:end;justify-content:space-between;gap:22px;padding-top:22px}.work-label .overline{font-size:12px;margin-bottom:7px}.work-label h3{font-size:40px;font-weight:400;letter-spacing:-1.8px;line-height:1.15}.work-type{font-size:14px;max-width:185px;text-align:right;color:var(--muted);padding-bottom:4px}.work-description{font-size:17px;color:var(--muted);margin:28px 0 14px;max-width:450px}.work-tech>.text-link{margin-top:4px}.about{margin-top:90px}.about-body{display:grid;grid-template-columns:1.12fr 1fr;gap:36px;padding:14px 0 80px}.about-lead{font-size:clamp(32px,3.4vw,48px);line-height:1.12;letter-spacing:-.045em}.about-body>div{max-width:470px}.about-body>div p{color:var(--muted);font-size:17px;line-height:1.7}.about-body>div p+p{margin-top:20px}footer{display:flex;gap:30px;align-items:center;justify-content:space-between;padding:28px 0 38px;border-top:1px solid var(--line);font-size:14px;color:var(--muted)}footer>a:first-child{color:var(--text)}footer a:hover{color:#fff}
.back{margin:24px 0 34px;border:0;color:var(--muted)}.project-heading{display:grid;grid-template-columns:1.3fr 1fr;gap:60px;align-items:end;padding-bottom:48px}.project-heading .overline{margin-bottom:24px}.project-heading h1{font-size:clamp(70px,10vw,144px)}.project-summary{max-width:480px;font-size:20px;line-height:1.6;color:#c3c3bc;padding-bottom:5px}.project-gallery{display:grid;grid-template-columns:1.12fr 1fr;gap:36px;align-items:start}.main-relief>img{width:100%;max-height:1100px;object-fit:contain;background:#24292c}.detail-column>figure>img{width:100%;height:auto}.project-gallery figcaption,.engineering-figure figcaption{display:flex;justify-content:space-between;gap:20px;font:13px Consolas,monospace;color:var(--muted);padding:18px 0;flex-wrap:wrap}.project-note{border-top:1px solid var(--line);margin-top:32px;padding-top:26px}.project-note h2{font-size:clamp(27px,3vw,42px);line-height:1.16;letter-spacing:-.035em;font-weight:400;margin:22px 0}.project-note>p:last-child{color:var(--muted);font-size:17px;max-width:450px;line-height:1.7}.next-project{display:block;border-top:1px solid var(--line);padding:32px 0 40px;margin-top:65px}.next-name{display:flex;justify-content:space-between;gap:30px;font-size:clamp(40px,5.5vw,76px);letter-spacing:-.05em;line-height:1.2;margin:14px 0}.next-project>span:last-child{color:var(--muted);font-size:16px}.next-project:hover .next-name{color:#fff}.engineering-figure>img{width:100%;max-height:780px;object-fit:contain;background:#3b4249}.technical-description{display:grid;grid-template-columns:1fr 2fr;gap:60px;border-top:1px solid var(--line);padding:36px 0 18px;margin-top:20px}.technical-description h2{font-size:clamp(30px,3.2vw,44px);font-weight:400;line-height:1.16;letter-spacing:-.035em;margin-bottom:26px}.technical-description p:not(.overline){max-width:610px;font-size:18px;line-height:1.7;color:var(--muted)}.skip{position:absolute;left:16px;top:-100px;background:var(--text);color:var(--bg);padding:12px;z-index:10}.skip:focus{top:12px}
@media(hover:hover) and (prefers-reduced-motion:no-preference){.work-image:hover img{transform:scale(1.025)}.work-image:hover .image-open{background:#151515}.work-label h3 a:hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:6px}}
@media(min-width:1500px){.wood-image{height:760px}.tech-image{height:510px}}
@media(max-width:1050px){.header-note{display:none}.intro{gap:32px}.work-grid,.project-gallery,.about-body{gap:24px}.wood-image{height:540px}.tech-image{height:370px}.work-label{align-items:start;flex-direction:column;gap:10px}.work-type{text-align:left;max-width:none}.project-heading{gap:30px}.project-summary{font-size:18px}}
@media(max-width:700px){.shell{padding-inline:6vw}.header{padding:22px 0;gap:18px}.wordmark{font-size:23px}.header nav{gap:20px;font-size:14px}.header nav a{padding:8px 0}.count{display:none}.intro{grid-template-columns:1fr;padding:34px 0 38px;gap:28px}h1{font-size:clamp(48px,12vw,78px)}.intro .overline{font-size:12px;margin-bottom:18px}.intro-note{justify-self:start;max-width:none;padding:0}.intro-note p{font-size:16px;margin-bottom:12px}.mini-line{display:none}.section-heading{padding:18px 0 22px}.section-heading h2{font-size:16px}.work-grid,.project-gallery{grid-template-columns:1fr;gap:44px}.wood-image{height:540px}.tech-image{height:auto;aspect-ratio:1.1}.wood-image img{padding:28px 8px}.tech-image img{padding:22px 0}.work-label{flex-direction:row;align-items:end;gap:16px;padding-top:18px}.work-label h3{font-size:34px}.work-label .overline{font-size:12px;max-width:210px}.work-type{font-size:13px;text-align:right;max-width:155px}.work-description{font-size:16px;margin-top:22px}.about{margin-top:52px}.about-body{grid-template-columns:1fr;gap:24px;padding:6px 0 45px}.about-body>div p{font-size:16px}.about-lead{font-size:36px}footer{flex-wrap:wrap;gap:16px;padding:24px 0;font-size:13px}footer>span{order:3;width:100%}footer>a:last-child{margin-left:auto}.back{margin:18px 0 25px}.project-heading{grid-template-columns:1fr;gap:24px;padding-bottom:30px}.project-heading h1{font-size:72px}.project-heading .overline{font-size:12px;margin-bottom:18px}.project-summary{font-size:17px}.project-gallery{gap:25px}.project-gallery figcaption,.engineering-figure figcaption{font-size:12px}.project-note{margin-top:22px}.project-note>p:last-child{font-size:16px}.project-note h2{font-size:32px}.technical-description{grid-template-columns:1fr;gap:22px;padding-top:24px}.technical-description p:not(.overline){font-size:17px}.next-project{margin-top:44px}.image-kind{font-size:12px}.engineering-figure>img{min-height:280px}}
@media(max-width:380px){.header{gap:12px}.header nav{gap:12px;font-size:13px}.wordmark{font-size:20px}.wood-image{height:470px}.work-label{flex-direction:column;align-items:start}.work-type{text-align:left;max-width:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

@media(max-width:700px){.brand-logo{width:50px}.wordmark{gap:10px}.brand-name{display:inline;font-size:22px}.header{padding-block:18px}.header nav{gap:24px}}


.catalog-intro{padding:55px 0 50px}.catalog-intro .overline{margin-bottom:22px}.catalog-intro>p:last-child{max-width:600px;margin-top:26px;font-size:18px;color:var(--muted)}.catalog-empty{border-top:1px solid var(--line);padding:38px 0 70px;min-height:280px}.catalog-empty h2{font-size:24px;font-weight:400;margin-bottom:12px}.catalog-empty p{color:var(--muted);font-size:17px;margin-bottom:20px}main>section:last-child{margin-bottom:45px}
@media(max-width:700px){.header{flex-wrap:wrap;gap:16px}.header nav{width:100%;flex-wrap:wrap;gap:6px 22px;font-size:14px}.header nav a{min-height:40px;display:inline-flex;align-items:center}.catalog-intro{padding:36px 0}.catalog-intro>p:last-child{font-size:16px}.catalog-empty{padding:28px 0 40px}.catalog-empty h2{font-size:22px}}

@media(max-width:700px){.header nav .count{display:inline;font-size:12px;align-self:flex-start;margin-top:4px}.header nav{column-gap:18px}}

.brand-lockup{display:flex;flex-direction:column;align-items:flex-start;gap:3px;white-space:nowrap}.wordmark{flex-shrink:0}.brand-name{font-size:27px;letter-spacing:-.8px;line-height:1.1;padding:0 10px 4px 0;border-bottom:2px solid var(--accent)}.brand-description{font-size:14px;font-weight:400;letter-spacing:-.15px;line-height:1.4;color:#c3c3bc;white-space:nowrap}.header-note{white-space:nowrap}@media(max-width:1300px){.header-note{display:none}}@media(max-width:700px){.brand-logo{width:50px}.brand-name{font-size:25px}.brand-description{font-size:13px}.brand-lockup{gap:3px}}@media(max-width:380px){.brand-logo{width:44px}.brand-name{font-size:23px}.brand-description{font-size:12px}}
