@font-face{font-family:Alyuka;src:url(/fonts/AlyukaRegular-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}:root{font-family:Alyuka,Arial,sans-serif;color:#000;background:#fff;font-synthesis:none;text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}html{scroll-behavior:smooth}body{overflow-x:hidden}p{margin:0}.page{position:relative;width:100%;min-height:100vh;overflow:hidden;background:#fff}.hero{position:relative;width:100%;height:100vh;min-height:100svh;overflow:hidden;background:#000}.site-header{position:fixed;z-index:10;top:12px;left:16px;right:16px;display:flex;gap:4px;height:48px}.site-header a{color:#000;text-decoration:none}.site-header-main,.site-header-cta{display:flex;align-items:center;height:48px;padding:8px 24px 12px;border-radius:50px;background:#f0f0f0}.site-header-main{flex:1 1 auto;justify-content:space-between;min-width:0}.site-header-logo{display:block;width:57px;height:28px;flex:0 0 57px}.site-header-logo img{display:block;width:57px;height:28px}.site-header-link{display:block;color:#000;font-size:15px;line-height:20px;white-space:nowrap;transition:opacity .2s ease-out;will-change:opacity}.site-header-link:hover,.site-header-link:focus-visible{opacity:.5}.site-header-cta{color:#000;font-size:15px;line-height:20px;white-space:nowrap;flex:0 0 231px;justify-content:center;background-color:#f0f0f0;transition:background-color .2s ease-out,color .2s ease-out,opacity .2s ease-out,visibility .2s ease-out}.site-header-cta:hover{color:#fff;background-color:#000}.hero-image{position:absolute;z-index:1;inset:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-image img{display:block;width:100%;height:100%;object-fit:cover}.statements{display:flex;flex-direction:column;align-items:center;gap:111px;width:min(1408px,calc(100% - 32px));margin:100px auto 0;text-align:center}#about{scroll-margin-top:100px}.statement-block{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%}.statement-label{width:100%;font-size:15px;line-height:20px}.statement-copy{width:100%;font-size:60px;line-height:72px;letter-spacing:0;overflow-wrap:anywhere}.projects{width:calc(100% - 32px);margin:200px auto 120px}.projects-scroll{overflow-x:visible}.projects-grid{display:flex;flex-direction:column;gap:16px;width:100%}.project-row{display:grid;grid-template-columns:231fr 467fr 231fr 232fr 231fr;gap:4px;align-items:start;width:100%;font-size:15px;line-height:20px}.project-row p{min-width:0;overflow-wrap:normal}.project-row p:last-child{text-align:right}.image-story{display:flex;flex-direction:column;gap:0;width:100%;margin:0 auto}.image-story-row{width:100%}.image-story-row-half{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0}.image-story-media{width:100%;background:#fff}.image-story-media img,.image-story-media video{display:block;width:100%;height:auto}.image-story-media-reserved img,.image-story-media-reserved video{height:100%;object-fit:cover}.site-footer{width:100%;padding:32px 0 16px;background:#fff;color:#000}.site-footer-inner{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:4px;width:calc(100% - 32px);min-height:764px;margin:0 auto}.footer-label,.footer-text,.footer-muted,.footer-title,.footer-button{margin:0;font-weight:400}.footer-label,.footer-text,.footer-muted,.footer-button{font-size:15px}.footer-label,.footer-text,.footer-copy{letter-spacing:.6px}.footer-label,.footer-muted{color:gray}.footer-text{line-height:20px}.footer-link{display:block;color:inherit;text-decoration:none;transition:opacity .2s ease-out;will-change:opacity}.footer-link:hover,.footer-link:focus-visible{opacity:.5}.footer-meta,.footer-main{min-width:0}.footer-meta{display:flex;flex-direction:column;justify-content:space-between;padding-top:24px}.footer-meta-top,.footer-meta-bottom{display:flex;gap:4px;align-items:flex-start}.footer-meta-bottom{align-items:flex-end}.footer-contact-social{display:flex;flex:0 0 231px;flex-direction:column;gap:48px;align-items:flex-start}.footer-info-block{display:flex;flex-direction:column;gap:8px;align-items:flex-start;width:100%}.footer-office-block,.footer-copy{flex:0 0 349px}.footer-social{width:60px}.footer-main{display:flex;flex-direction:column;gap:180px;align-items:flex-start}.footer-main-top{display:flex;flex-direction:column;gap:24px;align-items:flex-start;width:100%}.footer-title{width:100%;font-size:80px;line-height:1.2;letter-spacing:-2.4px}.footer-mark{display:block;width:277px;height:288px}.footer-button{display:flex;align-items:center;justify-content:center;width:100%;height:80px;padding:30px 24px 32px;border-radius:8px;background-color:#000;color:#f0f0f0;line-height:20px;text-decoration:none;white-space:nowrap;transition:background-color .2s ease-out}.footer-button:hover{background-color:#000c}.footer-privacy{flex:0 0 231px;width:172px;line-height:20px}.footer-copy{width:184px;line-height:20px}@media(max-width:900px){.site-header{top:8px;left:8px;right:8px}.site-header-main,.site-header-cta{padding-right:14px;padding-left:14px}.site-header-main{gap:18px}.site-header-logo{width:auto;margin-right:auto}.site-header-cta{position:fixed;right:auto;bottom:8px;left:50%;width:min(231px,calc(100% - 16px));flex-basis:auto;transform:translate(-50%)}.site-header-cta-hidden{visibility:hidden;opacity:0;pointer-events:none}.statements{gap:72px;margin-top:72px}.statement-copy{font-size:clamp(30px,8vw,46px);line-height:1.12}.projects{margin-top:96px;margin-bottom:72px}.project-row{grid-template-columns:1fr 2fr}.project-row p:nth-child(n+3){display:none}.image-story{margin-bottom:0}.site-footer-inner{grid-template-columns:1fr;gap:28px;width:calc(100% - 16px);min-height:0;padding:0}.footer-main{order:1;gap:80px}.footer-main-top{gap:24px}.footer-title{font-size:clamp(48px,15vw,76px);line-height:1.16;letter-spacing:0}.footer-mark{width:min(166px,46vw);height:auto}.footer-button{height:64px}.footer-meta{order:2;gap:28px;padding-top:0}.footer-meta-top,.footer-meta-bottom{flex-direction:column;gap:28px}.footer-meta-bottom{align-items:flex-start;gap:76px}.footer-contact-social{flex-basis:auto;gap:28px}.footer-office-block,.footer-privacy,.footer-copy{flex:0 0 auto}.footer-privacy{width:172px;margin-top:48px}.footer-copy{order:10;width:auto}}
