@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600&display=swap');
:root{--ink:#22241f;--paper:#e8e6df;--muted:#777970;--line:#22241f30}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:14px Manrope,sans-serif}header{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;border-bottom:1px solid var(--line)}a{color:inherit;text-decoration:none}.logo{font-size:21px;font-weight:600;letter-spacing:4px}.logo span{font:10px 'DM Mono';letter-spacing:1px;margin-left:10px;color:var(--muted)}nav{display:flex;gap:32px;font-size:11px}nav a:hover,.mail:hover{opacity:.5}.menu{background:none;border:0;font-size:11px;cursor:pointer}.hero{min-height:calc(100vh - 82px);padding:11vh 10vw 7vh;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(120deg,#d9d8d0,#e9e6de 55%,#c2c7c0)}.eyebrow,.section-head span,.project span{font:10px 'DM Mono';letter-spacing:1px;color:var(--muted)}h1{font-size:clamp(50px,9vw,132px);font-weight:400;letter-spacing:-7px;line-height:.91;margin:0}h1 i,h2 i{font-style:normal;color:#707669}.hero-foot{display:flex;justify-content:space-between;align-items:end}.hero-foot p{max-width:315px;line-height:1.8;color:var(--muted);font-size:12px}.circle{display:grid;place-items:center;width:64px;height:64px;border:1px solid var(--ink);border-radius:50%;font-size:22px}.work,.manifesto,.contact{padding:120px 10vw}.section-head{display:flex;justify-content:space-between;margin-bottom:45px}.section-head p{max-width:250px;color:var(--muted);font-size:11px;line-height:1.7;margin:0}.project-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.project{min-height:360px;padding:25px;display:flex;flex-direction:column;justify-content:space-between;color:#eee;background-size:cover;background-position:center}.project span{color:#eee9;font-size:9px}.project h2{font-size:38px;line-height:.95;font-weight:400;letter-spacing:-2px}.project a{font-size:11px}.p1{background:linear-gradient(#0001,#0008),url('images/house.jpg')}.p2{background:linear-gradient(#0001,#0008),url('images/interior.jpg')}.p3{background:linear-gradient(#0001,#0008),url('images/cabin.jpg')}.project:nth-child(3){grid-column:2}.manifesto{background:#b9c3b3;display:grid;grid-template-columns:1fr 2fr;gap:30px}.manifesto h2{font-size:clamp(34px,5vw,70px);font-weight:400;letter-spacing:-3px;margin:0;grid-column:2}.manifesto div{grid-column:2;display:flex;gap:60px;color:#4d594d;line-height:1.8;font-size:12px}.manifesto div p{max-width:220px}.contact{min-height:65vh}.contact h2{font-size:clamp(45px,8vw,100px);font-weight:400;letter-spacing:-5px;line-height:.95;margin:55px 0}.mail{font:18px 'DM Mono';border-bottom:1px solid;padding-bottom:8px}footer{display:flex;justify-content:space-between;padding:25px 5vw;border-top:1px solid var(--line);font:9px 'DM Mono';color:var(--muted)}@media(max-width:600px){nav{display:none}.hero{padding:12vh 7vw 8vh}h1{letter-spacing:-3px}.hero-foot{align-items:start;gap:20px}.circle{flex-shrink:0}.work,.manifesto,.contact{padding:80px 7vw}.project-grid{display:block}.project{margin-bottom:15px;min-height:300px}.project:nth-child(3){margin-left:0}.manifesto{display:block}.manifesto h2{margin:45px 0}.manifesto div{display:block}.manifesto div p{margin-bottom:25px}footer{display:block;line-height:2}}
.project{position:relative}.project:before{content:'';position:absolute;inset:0;background:linear-gradient(120deg,#fff0,#fff2);opacity:0;transition:opacity .4s}.project:hover:before{opacity:1}.project>*{position:relative;z-index:1}.hero{position:relative;overflow:hidden}.hero:after{content:'';position:absolute;right:7%;bottom:8%;width:250px;height:250px;border-radius:50%;background:url('images/detail.jpg') center/cover;mix-blend-mode:multiply;opacity:.3;filter:grayscale(1)}
