.preloader{z-index:10000;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.preloader__blocks{grid-template-columns:repeat(var(--cols), var(--block-size));grid-auto-rows:var(--block-size);pointer-events:none;place-content:center;width:max-content;height:max-content;display:grid;position:fixed;inset:50% 0 0 50%;overflow:hidden;transform:translate(-50%,-50%)}.preloader__cell{aspect-ratio:1;transform-origin:50%;background-color:#2c2420}.preloader__content{z-index:2;pointer-events:none;flex-direction:column;align-items:center;gap:16px;display:flex;position:relative}.preloader__logo{object-fit:contain;opacity:0;width:80px;height:80px}.preloader__name{color:#f8f5f1;letter-spacing:.15em;text-transform:uppercase;opacity:0;font-family:Mountriel Serif,Georgia,Times New Roman,serif;font-size:clamp(1.25rem,2vw,1.75rem)}.preloader__tagline{color:#b8a99a;letter-spacing:.3em;text-transform:uppercase;opacity:0;font-family:AktivGrotesk,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.7rem}.navbar{z-index:1000;padding:20px 0;transition:all .5s cubic-bezier(.19,1,.22,1);position:fixed;top:0;left:0;right:0}.navbar--scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#f8f5f1eb;border-bottom:1px solid #a08e7e14;padding:14px 0}.navbar--scrolled .navbar__link{color:#4a4039}.navbar--scrolled .navbar__cta{color:#a08e7e;border-color:#a08e7e}.navbar--scrolled .navbar__burger span{background:#2c2420}.navbar--dark-bg{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#2c2420d9;border-bottom-color:#f8f5f10f}.navbar--dark-bg .navbar__link{color:#f8f5f1d9}.navbar--dark-bg .navbar__cta{color:#f8f5f1;border-color:#f8f5f14d}.navbar--dark-bg .navbar__cta:before{background:#f8f5f1}.navbar--dark-bg .navbar__cta:hover{color:#2c2420}.navbar--dark-bg .navbar__burger span{background:#f8f5f1}.navbar--hidden{transform:translateY(-100%)}.navbar__inner{justify-content:space-between;align-items:center;width:100%;max-width:1440px;margin:0 auto;padding-left:clamp(20px,5vw,120px);padding-right:clamp(20px,5vw,120px);display:flex}.navbar__logo{z-index:2;align-items:center;display:flex}.navbar__logo img{width:auto;height:48px;transition:opacity .3s}@media (width<=768px){.navbar__logo img{height:40px}}.navbar__links{gap:36px;display:flex}@media (width<=1024px){.navbar__links{display:none}}.navbar__link{letter-spacing:.15em;text-transform:uppercase;color:#ffffffd9;font-family:AktivGrotesk,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.7rem;font-weight:500;transition:color .3s;position:relative}.navbar__link:after{content:"";background:#a08e7e;width:0;height:1px;transition:width .4s cubic-bezier(.19,1,.22,1);position:absolute;bottom:-4px;left:0}.navbar__link:hover:after{width:100%}.navbar__cta{letter-spacing:.2em;text-transform:uppercase;color:#a08e7e;cursor:pointer;background:0 0;border:1px solid #a08e7e;align-items:center;gap:12px;padding:18px 40px;font-family:AktivGrotesk,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.75rem;font-weight:500;transition:color .5s cubic-bezier(.19,1,.22,1);display:inline-flex;position:relative;overflow:hidden}.navbar__cta:before{content:"";background:#a08e7e;transition:transform .5s cubic-bezier(.19,1,.22,1);position:absolute;inset:0;transform:translate(-101%)}.navbar__cta:hover:before{transform:translate(0)}.navbar__cta span{z-index:1;position:relative}.navbar__cta{color:#fff;border-color:#fff6;padding:12px 28px;font-size:.65rem}.navbar__cta:before{background:#fff}.navbar__cta:hover{color:#2c2420}@media (width<=1024px){.navbar__cta{display:none}}.navbar__burger{z-index:1001;flex-direction:column;gap:6px;padding:8px;display:none}@media (width<=1024px){.navbar__burger{display:flex}}.navbar__burger span{transform-origin:50%;background:#fff;width:28px;height:1.5px;transition:all .4s cubic-bezier(.19,1,.22,1);display:block}.navbar__burger--active span:first-child{transform:rotate(45deg)translate(2.5px,2.5px)}.navbar__burger--active span:last-child{transform:rotate(-45deg)translate(2.5px,-2.5px)}.navbar__burger--active span{background:#f8f5f1}.mobile-menu{z-index:999;background:#2c2420;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.mobile-menu__content{flex-direction:column;align-items:center;gap:28px;display:flex}.mobile-menu__link{color:#f8f5f1;font-family:Mountriel Serif,Georgia,Times New Roman,serif;font-size:clamp(1.8rem,5vw,3rem);transition:color .3s}.mobile-menu__link:hover{color:#a08e7e}.mobile-menu__cta{letter-spacing:.2em;text-transform:uppercase;color:#a08e7e;cursor:pointer;background:0 0;border:1px solid #a08e7e;align-items:center;gap:12px;padding:18px 40px;font-family:AktivGrotesk,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.75rem;font-weight:500;transition:color .5s cubic-bezier(.19,1,.22,1);display:inline-flex;position:relative;overflow:hidden}.mobile-menu__cta:before{content:"";background:#a08e7e;transition:transform .5s cubic-bezier(.19,1,.22,1);position:absolute;inset:0;transform:translate(-101%)}.mobile-menu__cta:hover{color:#fff}.mobile-menu__cta:hover:before{transform:translate(0)}.mobile-menu__cta span{z-index:1;position:relative}.mobile-menu__cta{color:#f8f5f1;border-color:#a08e7e;margin-top:20px}.mobile-menu__cta:before{background:#a08e7e}.hero{justify-content:center;align-items:center;width:100%;height:100vh;min-height:600px;display:flex;position:relative;overflow:hidden}.hero__media{z-index:0;position:absolute;inset:0}.hero__video{object-fit:cover;opacity:0;width:100%;height:100%}.hero__overlay{background:linear-gradient(#2c242066 0%,#2c242040 40%,#2c242080 100%);position:absolute;inset:0}.hero__content{z-index:1;text-align:center;flex-direction:column;align-items:center;max-width:900px;padding:0 clamp(20px,5vw,120px);display:flex;position:relative}.hero__label{align-items:center;gap:16px;margin-bottom:28px;display:flex}.hero__label span:last-child{letter-spacing:.25em;text-transform:uppercase;color:#b8a99a;opacity:0;font-family:AktivGrotesk,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.7rem;font-weight:500}.hero__label-line{transform-origin:0;background:#b8a99a;width:40px;height:1px;display:block}.hero__heading{margin-bottom:28px}.hero__heading-line{display:block;overflow:hidden}.hero__heading-text{letter-spacing:-.02em;color:#fff;font-family:Mountriel Serif,Georgia,Times New Roman,serif;font-size:clamp(3rem,7vw,6rem);font-weight:400;line-height:1.05;display:block}@media (width<=768px){.hero__heading-text{font-size:clamp(2.2rem,8vw,3.5rem)}}.hero__subtitle{color:#ffffffbf;opacity:0;max-width:540px;margin-bottom:40px;font-family:GothamBook,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:clamp(.95rem,1.2vw,1.1rem);line-height:1.7}.hero__cta-wrap{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}@media (width<=576px){.hero__cta-wrap{flex-direction:column;width:100%;padding:0 20px}}.hero__cta{letter-spacing:.2em;text-transform:uppercase;color:#a08e7e;cursor:pointer;background:0 0;border:1px solid #a08e7e;align-items:center;gap:12px;padding:18px 40px;font-family:AktivGrotesk,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.75rem;font-weight:500;transition:color .5s cubic-bezier(.19,1,.22,1);display:inline-flex;position:relative;overflow:hidden}.hero__cta:before{content:"";background:#a08e7e;transition:transform .5s cubic-bezier(.19,1,.22,1);position:absolute;inset:0;transform:translate(-101%)}.hero__cta:hover:before{transform:translate(0)}.hero__cta span{z-index:1;position:relative}.hero__cta{color:#fff;opacity:0;border-color:#ffffff59;font-size:.65rem}.hero__cta:before{background:#fff}.hero__cta:hover{color:#2c2420}.hero__cta--filled{color:#fff;background:#a08e7e;border-color:#a08e7e}.hero__cta--filled:before{background:#fff}.hero__cta--filled:hover{color:#2c2420}@media (width<=576px){.hero__cta{justify-content:center;width:100%}}.hero__scroll{display:none}.hero__scroll-text{letter-spacing:.2em;text-transform:uppercase;color:#ffffff80;font-family:AktivGrotesk,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.6rem}.hero__scroll-line{background:linear-gradient(#ffffff80,#0000);width:1px;height:40px;animation:2s ease-in-out infinite scrollPulse;display:block}@keyframes scrollPulse{0%,to{opacity:.3;transform-origin:top;transform:scaleY(.6)}50%{opacity:1;transform-origin:top;transform:scaleY(1)}}.text-reveal .split-word{vertical-align:bottom;overflow:hidden}.text-reveal .split-line{overflow:hidden}.about{background:#f8f5f1;padding-top:clamp(40px,4vw,60px);padding-bottom:clamp(40px,4vw,60px)}.about__container{width:100%;max-width:1440px;margin:0 auto;padding-left:clamp(20px,5vw,120px);padding-right:clamp(20px,5vw,120px)}.about__grid{grid-template-columns:1fr 1fr;align-items:start;gap:clamp(30px,4vw,70px);display:grid}@media (width<=1024px){.about__grid{grid-template-columns:1fr;gap:50px}}.about__image-wrap{position:relative}@media (width<=1024px){.about__image-wrap{max-width:500px}}.about__image-inner{aspect-ratio:3/4;clip-path:inset(100% 0 0);position:relative;overflow:hidden}.about__image{object-fit:cover;width:100%;height:120%}.about__image-accent{z-index:-1;opacity:0;border:1px solid #a08e7e33;width:140px;height:140px;position:absolute;bottom:-20px;right:-20px}@media (width<=768px){.about__image-accent{width:100px;height:100px;bottom:-12px;right:-12px}}.about__content{padding-top:0}.about__label-wrap{letter-spacing:.2em;text-transform:uppercase;color:#a08e7e;margin-bottom:20px;font-family:AktivGrotesk,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:clamp(.6875rem,.8vw,.8125rem);font-weight:500}.about__title{letter-spacing:-.01em;color:#2c2420;margin-bottom:24px;font-family:Mountriel Serif,Georgia,Times New Roman,serif;font-size:clamp(2rem,4vw,3.5rem);font-weight:400;line-height:1.1}.about__title .tr-content{display:block}.about__divider{background:linear-gradient(90deg,#0000,#a08e7e,#0000);width:60px;height:1px;margin-bottom:28px}.about__text{color:#7a7068;margin-bottom:20px;font-family:GothamBook,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:clamp(.9375rem,1vw,1.0625rem);font-weight:400;line-height:1.7}.about__values{flex-direction:column;gap:12px;margin-top:24px;display:flex}.about__value{opacity:0;border:1px solid #a08e7e14;border-radius:4px;align-items:flex-start;gap:16px;padding:20px;transition:all .4s cubic-bezier(.19,1,.22,1);display:flex}.about__value:hover{background:#fff;border-color:#a08e7e26;transform:translateY(-2px)}.about__value-icon{color:#a08e7e;flex-shrink:0;margin-top:2px}.about__value-title{letter-spacing:.05em;color:#2c2420;margin-bottom:4px;font-family:AktivGrotesk,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.85rem;font-weight:500}.about__value-desc{color:#7a7068;font-family:GothamBook,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.875rem;line-height:1.6}.services{background:#f0ebe5;padding-top:clamp(40px,4vw,60px);padding-bottom:clamp(40px,4vw,60px)}.services__container{width:100%;max-width:1440px;margin:0 auto;padding-left:clamp(20px,5vw,120px);padding-right:clamp(20px,5vw,120px)}.services__header{text-align:center;max-width:680px;margin:0 auto clamp(30px,3vw,50px)}.services__label{letter-spacing:.2em;text-transform:uppercase;color:#a08e7e;margin-bottom:16px;font-family:AktivGrotesk,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:clamp(.6875rem,.8vw,.8125rem);font-weight:500}.services__title{letter-spacing:-.01em;color:#2c2420;margin-bottom:20px;font-family:Mountriel Serif,Georgia,Times New Roman,serif;font-size:clamp(2rem,4vw,3.5rem);font-weight:400;line-height:1.1}.services__title .tr-content{display:block}.services__intro{color:#7a7068;margin-bottom:24px;font-family:GothamBook,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:clamp(.9375rem,1vw,1.0625rem);font-weight:400;line-height:1.7}.services__divider{transform-origin:50%;background:linear-gradient(90deg,#0000,#a08e7e,#0000);width:60px;height:1px;margin:0 auto}.services__grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}@media (width<=1024px){.services__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.services__grid{grid-template-columns:1fr}}.service-card{opacity:0;background:#f8f5f1;border:1px solid #a08e7e0f;border-radius:4px;flex-direction:column;padding:clamp(28px,3vw,44px);transition:all .5s cubic-bezier(.19,1,.22,1);display:flex}.service-card:hover{background:#fff;transform:translateY(-4px);box-shadow:0 20px 60px #2c24200f}.service-card__number{letter-spacing:.15em;color:#a08e7e;margin-bottom:20px;font-family:AktivGrotesk,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.7rem;font-weight:500;display:block}.service-card__title{color:#2c2420;margin-bottom:14px;font-family:Mountriel Serif,Georgia,Times New Roman,serif;font-size:clamp(1.5rem,2.5vw,2.25rem);font-weight:400;line-height:1.2}.service-card__desc{color:#7a7068;flex:1;margin-bottom:20px;font-family:GothamBook,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:clamp(.9375rem,1vw,1.0625rem);font-weight:400;line-height:1.7}.service-card__features{flex-wrap:wrap;gap:8px;margin-bottom:24px;display:flex}.service-card__features li{letter-spacing:.1em;text-transform:uppercase;color:#a08e7e;border:1px solid #a08e7e33;border-radius:2px;padding:6px 14px;font-family:AktivGrotesk,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.65rem;font-weight:500;transition:all .3s}.service-card__features li:hover{color:#fff;background:#a08e7e}.service-card__link{letter-spacing:.12em;text-transform:uppercase;color:#4a4039;align-items:center;gap:8px;margin-top:auto;font-family:AktivGrotesk,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.7rem;font-weight:500;transition:gap .3s cubic-bezier(.19,1,.22,1),color .3s;display:inline-flex}.service-card__link:hover{color:#a08e7e;gap:14px}.service-card__link svg{transition:transform .3s cubic-bezier(.19,1,.22,1)}.service-card__link:hover svg{transform:translate(2px)}.showcase{color:#f8f5f1;background:#2c2420;flex-direction:column;min-height:100vh;display:flex;position:relative;overflow:hidden}.showcase__top{flex-shrink:0;justify-content:space-between;align-items:flex-end;width:100%;max-width:1440px;margin:0 auto;padding:clamp(70px,8vw,100px) clamp(20px,5vw,120px) clamp(24px,3vw,36px);display:flex}@media (width<=768px){.showcase__top{flex-direction:column;align-items:flex-start;gap:24px}}.showcase__header{max-width:500px}.showcase__label{letter-spacing:.2em;text-transform:uppercase;color:#b8a99a;margin-bottom:12px;font-family:AktivGrotesk,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:clamp(.6875rem,.8vw,.8125rem);font-weight:500;display:block}.showcase__heading{letter-spacing:-.02em;color:#f8f5f1;font-family:Mountriel Serif,Georgia,Times New Roman,serif;font-size:clamp(2.2rem,4.5vw,4rem);font-weight:400;line-height:1.08}.showcase__meta-right{flex-direction:column;align-items:flex-end;gap:16px;display:flex}@media (width<=768px){.showcase__meta-right{align-items:flex-start;width:100%}}.showcase__counter{color:#f8f5f1;align-items:baseline;gap:4px;font-family:Mountriel Serif,Georgia,Times New Roman,serif;display:flex}.showcase__counter-current{font-size:2.5rem;line-height:1;transition:none}.showcase__counter-sep{color:#f8f5f14d;margin:0 4px;font-size:1rem}.showcase__counter-total{color:#f8f5f14d;font-size:1rem}.showcase__progress{background:#f8f5f11a;border-radius:1px;width:120px;height:2px;overflow:hidden}@media (width<=768px){.showcase__progress{width:100%}}.showcase__progress-fill{transform-origin:0;background:#a08e7e;border-radius:1px;width:100%;height:100%;transform:scaleX(0)}.showcase__track-wrapper{flex:1;padding-bottom:clamp(36px,4vw,50px);overflow:visible}.showcase__track{will-change:transform;gap:clamp(16px,2vw,28px);padding-left:clamp(20px,5vw,120px);padding-right:clamp(40px,5vw,120px);display:flex}@media (width<=768px){.showcase__track{flex-direction:column;gap:20px;padding-right:clamp(20px,5vw,120px)}}.showcase__card{cursor:pointer;border-radius:6px;flex-shrink:0;width:clamp(340px,38vw,520px);height:clamp(420px,50vh,560px);position:relative;overflow:hidden}@media (width<=768px){.showcase__card{width:100%;height:400px}}.showcase__card-bg{will-change:transform;position:absolute;inset:-15% -20%}.showcase__card-bg img{object-fit:cover;filter:brightness(.55)contrast(1.1)saturate(.9);width:100%;height:100%}.showcase__card-overlay{background:linear-gradient(#2c24201a 0%,#2c242033 40%,#2c2420b3 100%);transition:background .5s cubic-bezier(.19,1,.22,1);position:absolute;inset:0}.showcase__card:hover .showcase__card-overlay{background:linear-gradient(#2c24200d 0%,#2c242026 40%,#2c242099 100%)}.showcase__card-content{z-index:1;flex-direction:column;justify-content:space-between;height:100%;padding:clamp(24px,3vw,36px);display:flex;position:relative}.showcase__card-number{color:#f8f5f11f;letter-spacing:-.04em;align-self:flex-end;font-family:Mountriel Serif,Georgia,Times New Roman,serif;font-size:clamp(4rem,6vw,6rem);line-height:1;transition:color .5s cubic-bezier(.19,1,.22,1)}.showcase__card:hover .showcase__card-number{color:#f8f5f133}.showcase__card-info{flex-direction:column;gap:10px;display:flex}.showcase__card-meta{letter-spacing:.18em;text-transform:uppercase;color:#b8a99a;align-items:center;gap:10px;font-family:AktivGrotesk,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.6rem;font-weight:500;display:flex}.showcase__card-dot{background:#a08e7e;border-radius:50%;width:3px;height:3px}.showcase__card-title{color:#f8f5f1;font-family:Mountriel Serif,Georgia,Times New Roman,serif;font-size:clamp(1.4rem,2vw,1.8rem);font-weight:400;line-height:1.15}.showcase__card-desc{color:#f8f5f18c;max-width:380px;font-family:GothamBook,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.85rem;line-height:1.6}.showcase__card-cta{letter-spacing:.15em;text-transform:uppercase;color:#f8f5f1;opacity:0;align-items:center;gap:8px;margin-top:6px;font-family:AktivGrotesk,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.65rem;font-weight:500;transition:all .4s cubic-bezier(.19,1,.22,1);display:inline-flex;transform:translateY(8px)}.showcase__card-cta svg{transition:transform .3s cubic-bezier(.19,1,.22,1)}.showcase__card-cta:hover svg{transform:translate(4px)}.showcase__card:hover .showcase__card-cta{opacity:1;transform:translateY(0)}.showcase__marquee{border-top:1px solid #f8f5f10f;flex-shrink:0;padding:18px 0;position:relative;overflow:hidden}.showcase__marquee-track{white-space:nowrap;will-change:transform;display:flex}.showcase__marquee-track span{color:#f8f5f11f;letter-spacing:.15em;text-transform:uppercase;flex-shrink:0;font-family:Mountriel Serif,Georgia,Times New Roman,serif;font-size:clamp(.8rem,1vw,1rem)}.portfolio{background:#f8f5f1;padding-top:clamp(40px,4vw,60px);padding-bottom:clamp(40px,4vw,60px)}.portfolio__container{width:100%;max-width:1440px;margin:0 auto;padding-left:clamp(20px,5vw,120px);padding-right:clamp(20px,5vw,120px)}.portfolio__header{text-align:center;max-width:600px;margin:0 auto clamp(28px,3vw,40px)}.portfolio__label{letter-spacing:.2em;text-transform:uppercase;color:#a08e7e;margin-bottom:16px;font-family:AktivGrotesk,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:clamp(.6875rem,.8vw,.8125rem);font-weight:500}.portfolio__title{letter-spacing:-.01em;color:#2c2420;margin-bottom:20px;font-family:Mountriel Serif,Georgia,Times New Roman,serif;font-size:clamp(2rem,4vw,3.5rem);font-weight:400;line-height:1.1}.portfolio__title .tr-content{display:block}.portfolio__divider{background:linear-gradient(90deg,#0000,#a08e7e,#0000);width:60px;height:1px;margin:0 auto}.portfolio__stats{border-bottom:1px solid #a08e7e1a;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:clamp(40px,5vw,60px);padding-bottom:clamp(28px,3vw,40px);display:grid}@media (width<=768px){.portfolio__stats{grid-template-columns:repeat(2,1fr)}}.portfolio__stat{text-align:center;opacity:0}.portfolio__stat-value{color:#a08e7e;margin-bottom:8px;font-family:Mountriel Serif,Georgia,Times New Roman,serif;font-size:clamp(2rem,3.5vw,3rem);line-height:1;display:block}.portfolio__stat-label{letter-spacing:.15em;text-transform:uppercase;color:#7a7068;font-family:AktivGrotesk,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.65rem;font-weight:500}.portfolio__results{flex-direction:column;gap:clamp(30px,3vw,44px);display:flex}.portfolio__result{grid-template-columns:1.1fr 1fr;align-items:center;gap:clamp(30px,5vw,80px);display:grid;position:relative}.portfolio__result--reversed{grid-template-columns:1fr 1.1fr}.portfolio__result--reversed .portfolio__result-img{order:2}.portfolio__result--reversed .portfolio__result-content{order:1}.portfolio__result--reversed .portfolio__result-line{left:auto;right:0}@media (width<=1024px){.portfolio__result{grid-template-columns:1fr;gap:30px}.portfolio__result--reversed{grid-template-columns:1fr}.portfolio__result--reversed .portfolio__result-img,.portfolio__result--reversed .portfolio__result-content{order:0}}.portfolio__result-line{transform-origin:top;background:linear-gradient(#0000,#a08e7e,#0000);width:1px;height:60px;position:absolute;top:-30px;left:0}@media (width<=1024px){.portfolio__result-line{display:none}}.portfolio__result-img{aspect-ratio:3/2;clip-path:inset(0 100% 0 0);border-radius:4px;position:relative;overflow:hidden}.portfolio__result-img img{object-fit:cover;width:100%;height:115%}.portfolio__result-img:after{content:"";pointer-events:none;border:1px solid #a08e7e1a;border-radius:4px;position:absolute;inset:0}@media (width<=1024px){.portfolio__result-img{max-height:280px}}.portfolio__result-content{opacity:0;position:relative}.portfolio__result-number{color:#a08e7e12;pointer-events:none;font-family:Mountriel Serif,Georgia,Times New Roman,serif;font-size:clamp(4rem,7vw,7rem);line-height:1;position:absolute;top:-20px;right:0}@media (width<=1024px){.portfolio__result-number{font-size:4rem;top:-10px}}.portfolio__result-stat-ring{width:100px;height:100px;margin-bottom:20px;position:relative}.portfolio__result-stat-ring svg{width:100%;height:100%}.portfolio__result-circle{transition:stroke-dashoffset .1s}.portfolio__result-stat-value{color:#a08e7e;justify-content:center;align-items:center;font-family:Mountriel Serif,Georgia,Times New Roman,serif;font-size:1.4rem;display:flex;position:absolute;inset:0}.portfolio__result-title{color:#2c2420;margin-bottom:12px;font-family:Mountriel Serif,Georgia,Times New Roman,serif;font-size:clamp(1.5rem,2.5vw,2.25rem);font-weight:400;line-height:1.2}.portfolio__result-desc{color:#7a7068;max-width:440px;margin-bottom:24px;font-family:GothamBook,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:clamp(.9375rem,1vw,1.0625rem);font-weight:400;line-height:1.7}.portfolio__result-cta{letter-spacing:.12em;text-transform:uppercase;color:#a08e7e;align-items:center;gap:8px;font-family:AktivGrotesk,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.7rem;font-weight:500;transition:gap .3s cubic-bezier(.19,1,.22,1);display:inline-flex}.portfolio__result-cta:hover{gap:14px}.portfolio__result-cta svg{transition:transform .3s cubic-bezier(.19,1,.22,1)}.portfolio__result-cta:hover svg{transform:translate(3px)}.testimonials{background:#f8f5f1;padding-top:clamp(40px,4vw,60px);padding-bottom:clamp(40px,4vw,60px);position:relative;overflow:hidden}.testimonials__bg-mark{pointer-events:none;opacity:0;width:clamp(250px,30vw,450px);position:absolute;top:50%;right:-5%;transform:translateY(-50%)}.testimonials__bg-mark img{opacity:0;width:100%;height:auto}.testimonials__container{z-index:1;width:100%;max-width:1440px;margin:0 auto;padding-left:clamp(20px,5vw,120px);padding-right:clamp(20px,5vw,120px);position:relative}.testimonials__header{text-align:center;max-width:500px;margin:0 auto clamp(28px,3vw,40px)}.testimonials__label{letter-spacing:.2em;text-transform:uppercase;color:#a08e7e;margin-bottom:16px;font-family:AktivGrotesk,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:clamp(.6875rem,.8vw,.8125rem);font-weight:500}.testimonials__title{letter-spacing:-.01em;color:#2c2420;margin-bottom:20px;font-family:Mountriel Serif,Georgia,Times New Roman,serif;font-size:clamp(2rem,4vw,3.5rem);font-weight:400;line-height:1.1}.testimonials__title .tr-content{display:block}.testimonials__divider{background:linear-gradient(90deg,#0000,#a08e7e,#0000);width:60px;height:1px;margin:0 auto}.testimonials__card{text-align:center;opacity:0;background:#fff;border:1px solid #a08e7e14;border-radius:4px;max-width:700px;margin:0 auto;padding:clamp(40px,5vw,60px)}.testimonials__stars{justify-content:center;gap:4px;margin-bottom:28px;display:flex}.testimonials__quote{color:#4a4039;min-height:100px;margin-bottom:28px;font-family:Mountriel Serif,Georgia,Times New Roman,serif;font-size:clamp(1.1rem,1.5vw,1.35rem);line-height:1.6}.testimonials__author{flex-direction:column;gap:4px;margin-bottom:32px;display:flex}.testimonials__name{letter-spacing:.1em;color:#2c2420;font-family:AktivGrotesk,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.8rem;font-weight:500}.testimonials__role{color:#7a7068;font-family:GothamBook,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.8rem}.testimonials__nav{justify-content:center;align-items:center;gap:20px;display:flex}.testimonials__btn{color:#4a4039;border:1px solid #a08e7e33;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s cubic-bezier(.19,1,.22,1);display:flex}.testimonials__btn:hover{color:#fff;background:#a08e7e;border-color:#a08e7e}.testimonials__dots{gap:8px;display:flex}.testimonials__dot{background:#a08e7e33;border-radius:50%;width:8px;height:8px;padding:0;transition:all .3s cubic-bezier(.19,1,.22,1)}.testimonials__dot--active{background:#a08e7e;transform:scale(1.3)}.testimonials__dot:hover{transform:scale(1.3)}.cta{padding:clamp(50px,5vw,80px) 0;position:relative;overflow:hidden}.cta__bg{z-index:0;position:absolute;inset:0}.cta__bg-image{object-fit:cover;width:100%;height:100%}.cta__bg-overlay{background:linear-gradient(#2c2420d9 0%,#2c2420bf 50%,#2c2420e6 100%);position:absolute;inset:0}.cta__decoration{opacity:.4;z-index:1;pointer-events:none;width:120px;position:absolute;top:50%;right:10%;transform:translateY(-50%)}@media (width<=1024px){.cta__decoration{display:none}}.cta__content{z-index:2;text-align:center;opacity:0;max-width:650px;margin:0 auto;padding:0 clamp(20px,5vw,120px);position:relative}.cta__label{letter-spacing:.2em;text-transform:uppercase;color:#b8a99a;margin-bottom:16px;font-family:AktivGrotesk,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:clamp(.6875rem,.8vw,.8125rem);font-weight:500}.cta__title{color:#f8f5f1;margin-bottom:20px;font-family:Mountriel Serif,Georgia,Times New Roman,serif;font-size:clamp(2rem,4vw,3.5rem);font-weight:400;line-height:1.1}.cta__title .tr-content{display:block}.cta__desc{color:#f8f5f1a6;margin-bottom:36px;font-family:GothamBook,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:clamp(.9rem,1vw,1.05rem);line-height:1.7}.cta__actions{flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:40px;display:flex}.cta__button{opacity:0}.cta__button--primary{letter-spacing:.2em;text-transform:uppercase;color:#a08e7e;cursor:pointer;background:0 0;border:1px solid #a08e7e;align-items:center;gap:12px;padding:18px 40px;font-family:AktivGrotesk,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.75rem;font-weight:500;transition:color .5s cubic-bezier(.19,1,.22,1);display:inline-flex;position:relative;overflow:hidden}.cta__button--primary:before{content:"";background:#a08e7e;transition:transform .5s cubic-bezier(.19,1,.22,1);position:absolute;inset:0;transform:translate(-101%)}.cta__button--primary:hover:before{transform:translate(0)}.cta__button--primary span{z-index:1;position:relative}.cta__button--primary{color:#fff;background:#a08e7e}.cta__button--primary{border-color:#a08e7e}.cta__button--primary:before{background:#f8f5f1}.cta__button--primary:hover{color:#2c2420}.cta__button--secondary{letter-spacing:.2em;text-transform:uppercase;color:#a08e7e;cursor:pointer;background:0 0;border:1px solid #a08e7e;align-items:center;gap:12px;padding:18px 40px;font-family:AktivGrotesk,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.75rem;font-weight:500;transition:color .5s cubic-bezier(.19,1,.22,1);display:inline-flex;position:relative;overflow:hidden}.cta__button--secondary:before{content:"";background:#a08e7e;transition:transform .5s cubic-bezier(.19,1,.22,1);position:absolute;inset:0;transform:translate(-101%)}.cta__button--secondary:hover:before{transform:translate(0)}.cta__button--secondary span{z-index:1;position:relative}.cta__button--secondary{color:#f8f5f1;border-color:#f8f5f14d}.cta__button--secondary:before{background:#f8f5f1}.cta__button--secondary:hover{color:#2c2420}@media (width<=576px){.cta__button{justify-content:center;width:100%}}.cta__trust{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;display:flex}@media (width<=576px){.cta__trust{gap:12px}}.cta__trust-item{opacity:0;align-items:center;gap:6px;display:flex}.cta__trust-item span{letter-spacing:.12em;text-transform:uppercase;color:#f8f5f180;font-family:AktivGrotesk,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.65rem;font-weight:500}.cta__trust-sep{background:#f8f5f126;width:1px;height:14px}@media (width<=576px){.cta__trust-sep{display:none}}.footer{color:#f8f5f199;background:#2c2420;padding-top:clamp(50px,5vw,70px)}.footer__inner{border-bottom:1px solid #f8f5f10f;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:clamp(30px,4vw,60px);width:100%;max-width:1440px;margin:0 auto;padding-bottom:clamp(36px,4vw,50px);padding-left:clamp(20px,5vw,120px);padding-right:clamp(20px,5vw,120px);display:grid}@media (width<=1024px){.footer__inner{grid-template-columns:1fr 1fr}}@media (width<=576px){.footer__inner{grid-template-columns:1fr}}.footer__col{opacity:0}.footer__logo{opacity:.7;width:auto;height:48px;margin-bottom:16px}.footer__tagline{color:#f8f5f173;max-width:280px;margin-bottom:24px;font-family:GothamBook,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.875rem;line-height:1.7}.footer__social{gap:12px;display:flex}.footer__social-link{color:#f8f5f180;border:1px solid #f8f5f11f;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s cubic-bezier(.19,1,.22,1);display:flex}.footer__social-link:hover{color:#d4b896;border-color:#d4b896;transform:translateY(-2px)}.footer__heading{letter-spacing:.2em;text-transform:uppercase;color:#f8f5f1;margin-bottom:20px;font-family:AktivGrotesk,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.7rem;font-weight:500}.footer__list{flex-direction:column;gap:12px;display:flex}.footer__list a{color:#f8f5f173;font-family:GothamBook,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.875rem;transition:all .3s}.footer__list a:hover{color:#f8f5f1;padding-left:4px}.footer__contact-block{margin-bottom:14px}.footer__contact-block span,.footer__contact-block a{color:#f8f5f173;font-family:GothamBook,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.85rem;display:block}.footer__contact-block a{transition:color .3s}.footer__contact-block a:hover{color:#f8f5f1}.footer__contact-label{letter-spacing:.15em;text-transform:uppercase;margin-bottom:2px;font-family:AktivGrotesk,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:500;color:#f8f5f140!important;font-size:.6rem!important}.footer__bottom{padding:24px 0}.footer__bottom-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;width:100%;max-width:1440px;margin:0 auto;padding-left:clamp(20px,5vw,120px);padding-right:clamp(20px,5vw,120px);display:flex}.footer__bottom-inner span{color:#f8f5f140;font-size:.75rem}.footer__bottom-links{gap:24px;display:flex}.footer__bottom-links a{color:#f8f5f140;font-size:.75rem;transition:color .3s}.footer__bottom-links a:hover{color:#f8f5f180}@font-face{font-family:Mountriel Serif;src:url(/fonts/Mountriel%20Serif%20Regular.otf)format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:AktivGrotesk;src:url(/fonts/AktivGrotesk-Medium.otf)format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:GothamBook;src:url(/fonts/GothamBook.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;scroll-behavior:auto}html.lenis,html.lenis body{height:auto}html.lenis.lenis-smooth{scroll-behavior:auto}body{color:#4a4039;background-color:#f8f5f1;font-family:GothamBook,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.7;overflow-x:hidden}::-webkit-scrollbar{display:none}a{color:inherit;text-decoration:none}button{cursor:pointer;font:inherit;background:0 0;border:none}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}::selection{color:#fff;background-color:#a08e7e}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
