.header{z-index:100;pointer-events:none;opacity:1;will-change:transform, opacity;width:100%;padding:18px 24px;transition:transform .45s cubic-bezier(.22,1,.36,1),opacity .32s,padding .35s;position:fixed;top:0;left:0;transform:translateY(0)}.header_hidden{opacity:0;transform:translateY(calc(-100% - 20px))}.header_scrolled{padding-top:10px}.header__content{-webkit-backdrop-filter:blur(18px)saturate(140%);pointer-events:auto;background-color:#f8f8f8c7;border:1px solid #11111117;border-radius:22px;justify-content:space-between;align-items:center;gap:28px;max-width:1152px;min-height:72px;margin:0 auto;padding:10px 16px 10px 20px;transition:min-height .35s,background-color .35s,border-color .35s,box-shadow .35s;display:flex;box-shadow:0 8px 36px #1111110a}.header_scrolled .header__content{background-color:#f8f8f8eb;border-color:#1111111f;min-height:62px;box-shadow:0 14px 40px #1111111a}.header__logo-link{border-radius:10px;flex:none}.header__logo{width:64px;height:auto;transition:width .35s}.header_scrolled .header__logo{width:54px}.header__navigation{display:flex}.header__list{align-items:center;gap:4px;display:flex}.header__link{color:#111111ad;letter-spacing:.025em;border-radius:14px;padding:11px 16px;font-size:13px;font-weight:500;transition:color .25s,background-color .25s,transform .25s;display:block;position:relative}.header__link:hover{color:var(--color-carbon-black);background-color:#1111110d}.header__link_active{color:var(--color-architectural-white);background-color:var(--color-carbon-black)}.header__link_active:hover{color:var(--color-architectural-white);background-color:var(--color-dark-stone)}.header__menu-button{background-color:var(--color-carbon-black);width:44px;height:44px;color:var(--color-architectural-white);border-radius:14px;justify-content:center;align-items:center;display:none}.header__menu-icon{width:18px;height:14px;display:block;position:relative}.header__menu-icon span{background-color:currentColor;border-radius:2px;width:18px;height:1.5px;transition:top .3s,transform .3s;position:absolute;left:0}.header__menu-icon span:first-child{top:3px}.header__menu-icon span:last-child{top:10px}.header_menu-open .header__menu-icon span:first-child{top:7px;transform:rotate(45deg)}.header_menu-open .header__menu-icon span:last-child{top:7px;transform:rotate(-45deg)}.header__mobile-menu,.header__mobile-menu[hidden]{display:none}@media screen and (width<=768px){.header{padding:12px 14px}.header_scrolled{padding-top:8px}.header__content{border-radius:18px;min-height:62px;padding:8px 8px 8px 16px}.header__logo,.header_scrolled .header__logo{width:54px}.header__navigation{display:none}.header__menu-button{display:flex}.header__mobile-menu{-webkit-backdrop-filter:blur(18px);pointer-events:auto;transform-origin:top;background-color:#f8f8f8f5;border:1px solid #1111111a;border-radius:18px;width:min(100%,1152px);margin:8px auto 0;padding:8px;position:relative;box-shadow:0 16px 40px #1111111f}.header__mobile-menu_visible{animation:.32s cubic-bezier(.22,1,.36,1) both mobile-menu-in;display:block}.header__mobile-list{padding:4px}.header__mobile-item{margin-bottom:2px}.header__mobile-item:last-child{margin-bottom:0}.header__mobile-link{color:#111111b3;border-radius:12px;padding:14px 16px;font-size:16px;font-weight:500;transition:color .25s,background-color .25s;display:block}.header__mobile-link_active{color:var(--color-carbon-black);background-color:#c9a66b2e}@keyframes mobile-menu-in{0%{opacity:0;transform:translateY(-8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}}@media (prefers-reduced-motion:reduce){.header{opacity:1;transform:none}.header__mobile-menu_visible{animation:none}}.hero{align-items:center;min-height:100vh;padding-top:80px;display:flex}.hero__content{grid-template-columns:1fr 1fr;align-items:center;gap:48px;max-width:1280px;margin:0 auto;padding:0 64px;display:grid}.hero__text{z-index:2}.hero__title{margin-bottom:32px;font-family:Cormorant Garamond,serif;font-size:72px;font-weight:600;line-height:1}.hero__description{max-width:520px;margin-bottom:40px;line-height:1.8}.hero__buttons{gap:16px;display:flex}.hero__button{border-radius:20px;padding:16px 32px;transition:all .3s}.hero__button_type_primary{color:#f8f8f8;background-color:#111}.hero__button_type_primary:hover{background-color:#2a2a2a}.hero__button_type_secondary{border:1px solid #111}.hero__image-container{height:800px;position:relative}.hero__image{object-fit:cover;width:100%;height:100%}.hero__overlay{position:absolute;inset:0}@media screen and (width<=768px){.hero__content{grid-template-columns:1fr;padding:0 24px}.hero__title{font-size:clamp(40px,12vw,48px)}.hero__buttons{flex-direction:column}.hero__button{text-align:center}.hero__image-container{height:500px}}.about{padding:100px 0}.about__content{grid-template-columns:1fr 1fr;align-items:center;gap:64px;max-width:1280px;margin:0 auto;padding:0 64px;display:grid}.about__image{object-fit:cover;width:100%;height:700px}.about__title{margin-bottom:32px;font-family:Cormorant Garamond,serif;font-size:56px;font-weight:500;line-height:1.1}.about__paragraph{line-height:1.8}.about__values{flex-direction:column;gap:20px;display:flex}.about__value{color:#c9a66b;font-size:18px}@media screen and (width<=768px){.about__content{grid-template-columns:1fr;padding:0 24px}.about__image{height:450px}}.services{background-color:#fff;padding:80px 0 40px}.services__content{max-width:1280px;margin:0 auto;padding:0 64px}.services__label{color:#c9a66b;letter-spacing:2px;margin-bottom:24px;font-size:12px;display:block}.services__title{max-width:700px;margin-bottom:80px;font-family:Cormorant Garamond,serif;font-size:56px;font-weight:500;line-height:1.1}.services__grid{border-top:1px solid #e0e0e0;border-left:1px solid #e0e0e0;grid-template-columns:repeat(3,1fr);display:grid}.services__card{border-bottom:1px solid #e0e0e0;border-right:1px solid #e0e0e0;min-height:260px;padding:48px}.services__card-title{margin-bottom:24px;font-family:Cormorant Garamond,serif;font-size:32px;font-weight:500;line-height:1.1}.services__card-description{line-height:1.8}@media screen and (width<=1024px){.services__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (width<=768px){.services__content{padding:0 24px}.services__title{font-size:42px}.services__grid{grid-template-columns:1fr}.services__card{padding:32px}}.projects{padding:30px 0}.projects__content{max-width:1280px;margin:0 auto;padding:0 64px}.projects__label{color:#c9a66b;letter-spacing:2px;margin-bottom:24px;font-size:12px;display:block}.projects__title{margin-bottom:30px;font-family:Cormorant Garamond,serif;font-size:56px;font-weight:500;line-height:1.1}.projects__gallery{flex-direction:column;gap:120px;display:flex}.projects__gallery[hidden]{display:none}.projects__gallery_additional{margin-top:80px}.projects__card{flex-direction:column;display:flex}.projects__image{object-fit:cover;width:100%;height:550px;margin-bottom:10px}.projects__header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.projects__card-title{margin-top:12px;margin-bottom:12px;font-family:Cormorant Garamond,serif;font-size:42px;font-weight:500;line-height:1.1}.projects__category{color:#c9a66b}.projects__location{color:#666;margin-top:0;margin-bottom:12px}.projects__description{max-width:700px;line-height:1.8}.projects__more-control{z-index:10;width:max-content;margin:48px auto 0;position:relative}.projects__more-control_expanded{position:sticky;top:calc(100dvh - 84px)}.projects__more-button{min-width:132px;color:var(--color-carbon-black);letter-spacing:.025em;-webkit-backdrop-filter:blur(18px)saturate(140%);background-color:#f8f8f8d1;border:1px solid #1111111f;border-radius:16px;justify-content:center;align-items:center;gap:12px;padding:14px 20px;font-family:Inter,sans-serif;font-size:13px;font-weight:500;transition:background-color .25s,border-color .25s,box-shadow .25s,transform .25s;display:flex;box-shadow:0 12px 36px #1111111f}.projects__more-button:hover{background-color:#f8f8f8f2;border-color:#1111112e;transform:translateY(-2px);box-shadow:0 16px 42px #11111129}.projects__more-icon{font-size:16px;line-height:1;transition:transform .3s}.projects__more-icon_expanded{transform:rotate(180deg)}@media screen and (width<=768px){.projects__content{padding:0 24px}.projects__title{font-size:42px}.projects__image{height:450px}.projects__header{flex-direction:column;align-items:flex-start;gap:12px}.projects__gallery,.projects__gallery_additional{gap:80px}.projects__gallery_additional{margin-top:64px}.projects__more-control{margin-top:36px}.projects__more-control_expanded{top:calc(100dvh - 76px)}}.project-carousel{position:relative}.project-carousel__viewport{overflow:hidden}.project-carousel__container{display:flex}.project-carousel__slide{flex:0 0 100%}.project-carousel__image{object-fit:cover;width:100%;height:550px;display:block}.project-carousel__button{color:#fff;cursor:pointer;z-index:5;touch-action:manipulation;background:#111111d9;border:none;border-radius:50%;width:56px;height:56px;transition:background-color .3s,opacity .3s;position:absolute;top:50%;transform:translateY(-50%)}.project-carousel__button:hover{background:#111}.project-carousel__button:disabled{opacity:.3;cursor:not-allowed}.project-carousel__button_type_prev{left:24px}.project-carousel__button_type_next{right:24px}@media screen and (width<=768px){.project-carousel__image{height:400px}.project-carousel__button{width:48px;height:48px}}.partners{background-color:#101112;padding:100px 0}.partners__content{flex-direction:column;align-items:center;max-width:1280px;margin:0 auto;padding:0 64px;display:flex}.partners__divider{background:#c9a66b;width:80px;height:2px;margin-bottom:0}.partners__label{color:#c9a66b;letter-spacing:2px;margin-bottom:20px;font-size:12px;font-weight:500;display:block}.partners__title{color:#fff;text-align:center;max-width:900px;margin-bottom:4px;font-family:Cormorant Garamond,serif;font-size:56px;font-weight:500;line-height:1.1}.partners__description{text-align:center;color:#bcbcbc;max-width:900px;margin-bottom:60px;font-weight:400;line-height:1.8}.partners__grid{grid-template-columns:repeat(2,1fr);gap:32px;margin-top:20px;display:grid}@media screen and (width<=768px){.partners__content{padding:0 24px}.partners__title{font-size:42px}.partners__description{margin-bottom:23px}.partners__grid{grid-template-columns:repeat(2,1fr);gap:12px}}.partner-card{background:#000;border:1px solid #ffffff14;border-radius:14px;justify-content:center;align-items:center;padding:32px;transition:transform .35s,border-color .35s,box-shadow .35s;display:flex}.partner-card:hover{border-color:#c9a66b;transform:translateY(-6px);box-shadow:0 20px 40px #0003}.partner-card__logo{object-fit:contain;filter:grayscale();opacity:.75;width:75%;max-width:240px;height:auto;transition:transform .35s,filter .35s,opacity .35s}.partner-card:hover .partner-card__logo{filter:grayscale(0);opacity:1;transform:scale(1.05)}@media screen and (width<=768px){.partner-card__logo{filter:grayscale(0);opacity:1;width:75%}.partner-card:hover{transform:none}.partner-card:hover .partner-card__logo{filter:grayscale(0);opacity:1;transform:none}.partner-card{padding:12px}}.contact{color:#f8f8f8;background-color:#111;border-top:2px solid #ffffff14;padding:80px 0}.contact__content{text-align:center;max-width:900px;margin:0 auto;padding:0 24px}.contact__title{margin-bottom:32px;font-family:Cormorant Garamond,serif;font-size:72px;font-weight:500;line-height:1.1}.contact__description{margin-bottom:48px;font-size:20px;line-height:1.8}.contact__button{color:#111;background-color:#c9a66b;padding:18px 40px;transition:all .3s;display:inline-block}.contact__button:hover{opacity:.85}@media screen and (width<=768px){.contact__title{font-size:42px}}.footer{background-color:#fff;border-top:1px solid #f0f0f0;padding:3rem 2rem}.footer__content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.footer__copyright{color:#666;letter-spacing:.5px;margin:0;font-size:.875rem;font-weight:500}.footer__socials{align-items:center;gap:2.5rem;display:flex}.footer__link{color:#999;letter-spacing:.5px;white-space:nowrap;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .3s}.footer__link:hover{color:#333}@media (width<=768px){.footer{padding:2rem 1.5rem}.footer__content{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem}.footer__socials{gap:1.5rem}.footer__copyright,.footer__link{font-size:.7rem}}.scroll-progress{z-index:200;background:linear-gradient(90deg, #a77d3c, var(--color-soft-gold));transform-origin:0;pointer-events:none;height:3px;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 10px #c9a66b52}@media (prefers-reduced-motion:reduce){.scroll-progress{display:none}}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-400-normal-C38fXH4l.woff2)format("woff2"),url(/assets/inter-latin-400-normal-CyCys3Eg.woff)format("woff")}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-500-normal-Cerq10X2.woff2)format("woff2"),url(/assets/inter-latin-500-normal-BL9OpVg8.woff)format("woff")}@font-face{font-family:Cormorant Garamond;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/cormorant-garamond-latin-500-normal-BsRWmXhO.woff2)format("woff2"),url(/assets/cormorant-garamond-latin-500-normal-zIXX3Q-H.woff)format("woff")}html{-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{margin:.67em 0;font-size:2em}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:#0000}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:100%;line-height:1.15}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner{border-style:none;padding:0}[type=reset]::-moz-focus-inner{border-style:none;padding:0}[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring{outline:1px dotted buttontext}[type=button]:-moz-focusring{outline:1px dotted buttontext}[type=reset]:-moz-focusring{outline:1px dotted buttontext}[type=submit]:-moz-focusring{outline:1px dotted buttontext}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;white-space:normal;max-width:100%;padding:0;display:table}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template,[hidden]{display:none}.page{width:100%}:root{--color-carbon-black:#111;--color-soft-gold:#c9a66b;--color-architectural-white:#f8f8f8;--color-dark-stone:#2a2a2a;--page-max-width:1280px;--desktop-padding:64px;--mobile-padding:24px;--transition-default:.3s ease}html{scroll-behavior:smooth}body{background-color:var(--color-architectural-white);color:var(--color-carbon-black);min-width:320px;margin:0;font-family:Inter,sans-serif}*,:before,:after{box-sizing:border-box}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{margin:0;padding:0;list-style:none}button{cursor:pointer;background:0 0;border:none;padding:0}a:focus-visible,button:focus-visible{outline:3px solid var(--color-soft-gold);outline-offset:4px}section[id]{scroll-margin-top:110px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
