.hero-banner{display:flex;position:relative;min-height:100vh;overflow:hidden;background:var(--color-dark-background);transform-origin:center bottom;transition:opacity .9s cubic-bezier(.2,.8,.2,1),filter .9s cubic-bezier(.2,.8,.2,1),transform .9s cubic-bezier(.2,.8,.2,1)}.hero-banner.is-dissolving{opacity:0;filter:blur(18px) saturate(.68);pointer-events:none;transform:scale(.985) translateY(-28px)}.hero-banner__aside{position:relative;z-index:1;pointer-events:auto;inset:0 auto 0 0;display:grid;width:116px;grid-template-rows:auto 1fr auto;justify-items:center;padding:112px 0 42px;background:var(--color-dark-background);color:var(--color-light-text)}.rail-slider{align-self:center;display:grid;gap:22px}.rail-slider button{position:relative;min-width:28px;border:0;padding:0;background:transparent;color:inherit;font-size:.9rem;text-align:center;opacity:0;transform:translate(-18px)}.hero-banner.is-intro-active .rail-slider button{animation:heroRailBulletIn .52s cubic-bezier(.2,.8,.2,1) forwards}.hero-banner.is-intro-active .rail-slider button:nth-child(2){animation-delay:90ms}.hero-banner.is-intro-active .rail-slider button:nth-child(3){animation-delay:.18s}.rail-slider button.is-active{color:var(--color-accent-weak)}.rail-slider button.is-active:after{position:absolute;right:4px;bottom:-10px;left:4px;height:1px;background:var(--color-accent-weak);content:""}.rail-down{display:flex;flex-direction:column;gap:20px;justify-content:space-between;align-items:center;color:var(--color-accent-weak);padding-top:20px}.rail-down__line{position:relative;width:1px;flex:1;background:color-mix(in srgb,var(--color-accent) 60%,transparent);content:"";transform:scaleY(0);transform-origin:top}.rail-down__line:before{position:absolute;top:0;left:50%;width:7px;aspect-ratio:1;border-radius:50%;background:var(--color-accent-weak);content:"";opacity:0;transform:translate(-50%,-50%) scale(.5)}.hero-banner.is-intro-active .rail-down__line{animation:heroRailLineGrow .76s .26s cubic-bezier(.2,.8,.2,1) forwards}.hero-banner.is-intro-active .rail-down__line:before{animation:heroRailLineDot .42s .18s cubic-bezier(.2,.8,.2,1) forwards}.rail-down__content{display:flex;flex-direction:column;gap:10px;align-items:center;opacity:0;transform:translateY(14px)}.hero-banner.is-intro-active .rail-down__content{animation:heroRailContentIn .52s .76s cubic-bezier(.2,.8,.2,1) forwards}.rail-down__content span:first-child{writing-mode:vertical-rl;transform:rotate(180deg);font-size:.68rem;letter-spacing:.14em;text-transform:uppercase}.rail-down__content span:last-child{display:grid;width:22px;aspect-ratio:1;place-items:center;border:1px solid color-mix(in srgb,var(--color-accent-weak) 60%,transparent);border-radius:50%;font-size:.8rem}.hero-banner__media{position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0;overflow:hidden;background:linear-gradient(90deg,#f7f2ebfa,#f7f2ebe6,#f7f2eb33 54%,#f7f2eb00 72%),var(--hero-image, linear-gradient(var(--color-background), var(--color-background))) center right / cover no-repeat}.hero-banner__media:before{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#f7f2ebfa,#f7f2ebe6,#f7f2eb33 54%,#f7f2eb00 72%),var(--hero-next-image, var(--hero-image, linear-gradient(var(--color-background), var(--color-background)))) center right / cover no-repeat;content:"";opacity:0;clip-path:ellipse(34% 22% at 52% 100%);filter:saturate(.15) contrast(1.05);transition:clip-path .72s cubic-bezier(.76,0,.24,1),opacity .52s ease,transform .72s cubic-bezier(.2,.8,.2,1)}.hero-banner__media.is-media-changing:before{opacity:1;transform:translateY(0) scale(1) rotate(0);clip-path:ellipse(145% 120% at 52% 52%)}.hero-banner__box{flex:1;display:flex;flex-direction:column;height:100vh}.hero-banner__header{position:relative;padding:10px 20px 30px 40px;border-bottom-left-radius:200px;overflow:hidden;flex:1;display:flex;align-items:center}.hero-banner__content{position:relative;z-index:2;width:min(1110px,calc(100% - var(--side-rail-width, 116px) - 64px))}.hero-banner__title{margin:0;font-size:clamp(3.4rem,5.4vw,4.35rem);font-weight:400;line-height:1.12;text-transform:uppercase;transition:opacity .22s ease,transform .28s ease}.hero-banner__divider{display:block;width:54px;height:1px;margin:34px 0 30px;background:var(--color-accent)}.hero-banner__text{max-width:360px;margin:0;font-size:1rem;line-height:1.7;transition:opacity .22s ease,transform .28s ease}.hero-banner.is-changing .hero-banner__title,.hero-banner.is-changing .hero-banner__text{opacity:.58;transform:translateY(8px)}.hero-banner__title:after,.hero-banner__text:after{display:inline-block;width:.08em;height:.9em;margin-left:.12em;background:currentColor;content:"";opacity:0;vertical-align:-.08em}.hero-banner.is-changing .hero-banner__title:after,.hero-banner.is-changing .hero-banner__text:after{opacity:1}.hero-banner__actions{display:flex;align-items:center;gap:26px;margin-top:38px;transform-origin:left center;transition:opacity .26s ease,transform .36s cubic-bezier(.2,.8,.2,1)}.hero-banner.is-changing .hero-banner__actions{opacity:0;transform:translateY(18px) scale(.96)}.hero-banner.is-actions-active .hero-banner__actions{animation:heroActionsIn .52s cubic-bezier(.2,.8,.2,1)}.hero-banner__catalog{display:grid;width:66px;aspect-ratio:1;place-items:center;border-radius:50%;background:var(--color-dark-background);color:var(--color-light-text);box-shadow:0 18px 28px #17141133;font-size:1.45rem;transition:transform .18s ease,background-color .18s ease}.hero-banner__catalog:hover{transform:translate(5px)}.hero-banner__primary-link,.hero-banner__secondary-link{display:block;width:fit-content;color:var(--color-text);font-size:.78rem;letter-spacing:.12em;text-transform:uppercase}.hero-banner__primary-link{padding-bottom:10px;border-bottom:1px solid color-mix(in srgb,var(--color-accent) 60%,transparent);font-weight:700}.hero-banner__secondary-link{margin-top:12px;color:var(--color-text-muted)}.hero-banner__ornament{position:absolute;z-index:1;top:14vh;right:11vw;width:min(39vw,520px);aspect-ratio:1;border:1px solid color-mix(in srgb,var(--color-accent) 60%,transparent);border-radius:50%;pointer-events:none;transform-origin:center;transition:opacity .26s ease}.hero-banner.is-changing .hero-banner__ornament{opacity:.62}.hero-banner.is-ornament-active .hero-banner__ornament{animation:heroOrnamentSpin 1.8s cubic-bezier(.2,.8,.2,1) forwards}.hero-banner.is-ornament-active .hero-banner__ornament:before{animation:heroOrnamentHalo 2s cubic-bezier(.2,.8,.2,1) forwards}.hero-banner.is-ornament-active .hero-banner__ornament:after{animation:heroOrnamentLine .8s cubic-bezier(.2,.8,.2,1) forwards}.hero-banner.is-ornament-active .hero-banner__ornament span{animation:heroOrnamentDot .72s cubic-bezier(.2,.8,.2,1) forwards}.hero-banner__ornament:before{position:absolute;top:-8%;right:-8%;bottom:-8%;left:-8%;border:1px solid var(--color-light-text);border-left-color:transparent;border-bottom-color:transparent;border-radius:50%;content:""}.hero-banner__ornament:after{position:absolute;right:5%;bottom:35%;width:34%;height:1px;background:color-mix(in srgb,var(--color-accent) 80%,transparent);transform:rotate(-24deg);transform-origin:right center;content:""}.hero-banner__ornament span{position:absolute;display:block;width:13px;aspect-ratio:1;border-radius:50%;background:var(--color-accent)}.hero-banner__ornament span:nth-child(1){top:23%;left:-1%}.hero-banner__ornament span:nth-child(2){top:13%;right:5%}.hero-banner__ornament span:nth-child(3){right:20%;bottom:28%}.hero-banner__tags{position:absolute;z-index:2;top:38%;right:5vw;display:grid;gap:12px;color:var(--color-light-text);font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;transition:opacity .26s ease,transform .32s ease}.hero-banner.is-changing .hero-banner__tags{opacity:0;transform:translate(18px)}.hero-banner.is-actions-active .hero-banner__tags{animation:heroTagsIn .52s .12s cubic-bezier(.2,.8,.2,1) both}.hero-banner__features{position:relative;z-index:3;right:0;bottom:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) auto;align-items:center;gap:clamp(18px,2vw,34px);min-height:150px;padding:26px clamp(28px,5vw,70px);color:var(--color-light-text);background-image:linear-gradient(90deg,var(--color-dark-background) 0%,color-mix(in srgb,var(--color-dark-background) 60%,transparent) 20%,color-mix(in srgb,var(--color-dark-background) 45%,transparent) 100%),url(/build/assets/features_bg-1-CcvwRbjy.avif);background-repeat:no-repeat,repeat;background-size:100% 100%,auto}.hero-banner__feature{display:grid;grid-template-columns:64px minmax(0,1fr);align-items:center;gap:18px;opacity:0;transform:translateY(28px)}.hero-banner.is-intro-active .hero-banner__feature{animation:heroFeatureIn .62s cubic-bezier(.2,.8,.2,1) forwards}.hero-banner.is-intro-active .hero-banner__feature:nth-child(1){animation-delay:.26s}.hero-banner.is-intro-active .hero-banner__feature:nth-child(2){animation-delay:.38s}.hero-banner.is-intro-active .hero-banner__feature:nth-child(3){animation-delay:.5s}.hero-banner.is-intro-active .hero-banner__feature:nth-child(4){animation-delay:.62s}.hero-banner__feature-icon{display:grid;width:64px;aspect-ratio:1;place-items:center;border:1px solid color-mix(in srgb,var(--color-accent-weak) 60%,transparent);border-radius:50%}.hero-banner__feature-icon svg{width:30px;fill:none;stroke:var(--color-accent);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.15}.hero-banner__feature h2{margin:0 0 8px;font-family:Instrument Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.12em;line-height:1.4;text-transform:uppercase}.hero-banner__feature p{max-width:230px;margin:0;color:var(--color-text-muted);font-size:.78rem;line-height:1.7}.hero-banner__arrows{display:flex;width:86px;height:52px;align-items:center;justify-content:center;gap:13px;border:1px solid var(--color-light-text);border-radius:999px}.hero-banner__arrows button{border:0;background:transparent;color:var(--color-light-text);font-size:1rem}@keyframes heroFeatureIn{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes heroRailBulletIn{0%{opacity:0;transform:translate(-18px)}to{opacity:1;transform:translate(0)}}@keyframes heroRailLineDot{0%{opacity:0;transform:translate(-50%,-50%) scale(.5)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes heroRailLineGrow{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes heroRailContentIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes heroOrnamentSpin{0%{transform:rotate(0) scale(1)}58%{transform:rotate(-180deg) (1.04)}to{transform:rotate(-720deg) scale(1)}}@keyframes heroOrnamentHalo{0%{transform:scale(1) rotate(0)}55%{transform:scale(1.08) rotate(720deg)}80%{transform:scale(.8) rotate(-180deg)}to{transform:scale(1) rotate(0)}}@keyframes heroOrnamentLine{0%{width:34%;height:1px}55%{width:50%;height:5px}to{width:34%;height:1px}}@keyframes heroOrnamentDot{0%{transform:scale(1)}55%{transform:scale(1.5)}to{transform:scale(1)}}@keyframes heroActionsIn{0%{opacity:0;transform:translateY(22px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes heroTagsIn{0%{opacity:0;transform:translate(18px)}to{opacity:1;transform:translate(0)}}@media(max-width:1280px){.hero-banner__features{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-banner__arrows{display:none}}@media(min-width:721px)and (max-height:820px){.hero-banner__title{max-width:560px;font-size:clamp(3rem,4.6vw,4.9rem)}.hero-banner__divider{margin-block:24px 22px}.hero-banner__actions{margin-top:28px}.hero-banner__features{min-height:126px;padding-block:20px}}@media(max-width:880px){.hero-banner__content{width:min(620px,calc(100% - var(--side-rail-width, 74px) - 40px))}.hero-banner__media{background:linear-gradient(90deg,#f7f2ebfa,#f7f2ebdb 56%,#f7f2eb2e),var(--hero-image, linear-gradient(var(--color-background), var(--color-background))) center right / cover no-repeat}.hero-banner__media:before{background:linear-gradient(90deg,#f7f2ebfa,#f7f2ebdb 56%,#f7f2eb2e),var(--hero-next-image, var(--hero-image, linear-gradient(var(--color-background), var(--color-background)))) center right / cover no-repeat}.hero-banner__ornament,.hero-banner__tags{display:none}}@media(max-width:720px){.hero-banner{min-height:100svh}.hero-banner__aside{display:none}.hero-banner__header{padding-left:10px;min-height:525px}.hero-banner__box{min-height:max-content}.hero-banner__media{top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#f7f2ebf0,#f7f2ebd1 52%,#0707082e),var(--hero-image, linear-gradient(var(--color-background), var(--color-background))) 62% center / cover no-repeat}.hero-banner__media:before{background:linear-gradient(180deg,#f7f2ebf0,#f7f2ebd1 52%,#0707082e),var(--hero-next-image, var(--hero-image, linear-gradient(var(--color-background), var(--color-background)))) 62% center / cover no-repeat}.hero-banner__title{max-width:440px;font-size:clamp(2rem,10vw,3rem)}.hero-banner__features{position:relative;left:0;padding:24px 20px}.hero-banner__feature{grid-template-columns:48px minmax(0,1fr)}.hero-banner__feature-icon{width:48px}.hero-banner__feature-icon svg{width:24px}.hero-banner__header{border-bottom-left-radius:100px}}@media(max-width:640px){.hero-banner__aside{position:fixed;inset:16px auto auto 16px;width:auto;padding:0;background:transparent;color:#171411}.hero-banner__actions{display:none}}@media(max-width:500px){.hero-banner__features{grid-template-columns:1fr}}.catalog-preview{position:relative;min-height:100vh;padding-block:clamp(72px,9vw,118px);overflow:hidden;color:var(--color-text);isolation:isolate}.catalog-preview:before{content:none}.catalog-preview__heading{position:relative;z-index:3}.catalog-preview .section-heading h2,.catalog-preview .section-heading>a{color:var(--color-text)}.catalog-preview .section-heading:after{background:color-mix(in srgb,var(--color-accent) 28%,transparent)}.catalog-preview .section-heading>a span{border-color:color-mix(in srgb,var(--color-accent) 42%,transparent);background:transparent}.catalog-carousel{position:relative;z-index:2;height:clamp(560px,70vh,760px);margin-top:clamp(12px,3vw,38px);overflow:hidden;opacity:1;transform:translateY(0);cursor:grab;touch-action:pan-y}.catalog-carousel.is-dragging{cursor:grabbing}.catalog-carousel__item{--width: clamp(225px, 27vw, 345px);--height: clamp(300px, 36vw, 460px);--active-offset: calc(var(--active, 0) * 780%);--active-rise: calc(var(--active, 0) * 175%);--active-rotate: calc(var(--active, 0) * 112deg);position:absolute;top:52%;left:50%;z-index:var(--zIndex, 1);width:var(--width);height:var(--height);margin:calc(var(--height) * -.5) 0 0 calc(var(--width) * -.5);border-radius:8px;overflow:hidden;color:var(--color-light-text);box-shadow:0 26px 80px #0000006b;transform:translate(var(--active-offset),var(--active-rise)) rotate(var(--active-rotate));transform-origin:0% 100%;opacity:var(--edge-opacity, 1);transition:opacity .56s ease,box-shadow .26s ease;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.catalog-carousel.is-settling .catalog-carousel__item{transition:opacity .56s ease,transform .42s cubic-bezier(.2,.8,.2,1),box-shadow .26s ease}.catalog-carousel.is-visible:not(.is-interactive) .catalog-carousel__item{transition-delay:calc(var(--item-index) * 80ms)}.catalog-carousel__item:hover{box-shadow:0 34px 96px #00000080}.catalog-carousel__box{position:absolute;top:0;right:0;bottom:0;left:0;display:block;background:radial-gradient(circle at 50% 34%,rgba(244,234,220,.18),transparent 34%),linear-gradient(145deg,#191512,#2b241e 58%,#0f0d0b);opacity:1;transition:opacity .84s cubic-bezier(0,.02,0,1)}.catalog-carousel__box:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,rgba(0,0,0,.5),transparent 35%,rgba(0,0,0,.72)),linear-gradient(135deg,rgba(184,123,74,.2),transparent 44%);content:""}.catalog-carousel__title,.catalog-carousel__num,.catalog-carousel__action{position:absolute;z-index:2}.catalog-carousel__title{right:22px;bottom:28px;left:22px;font-size:clamp(1.05rem,2vw,1.6rem);font-weight:700;letter-spacing:.1em;line-height:1.25;text-transform:uppercase;text-shadow:0 12px 28px rgba(0,0,0,.44)}.catalog-carousel__num{top:18px;left:20px;color:#fff7e899;font-family:"DM Serif Display",Georgia,serif;font-size:clamp(2.4rem,7vw,5.2rem);line-height:.9}.catalog-carousel__action{right:22px;bottom:96px;display:inline-grid;min-height:38px;place-items:center;border:1px solid rgba(244,234,220,.46);border-radius:5px;padding:0 16px;font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;opacity:0;transform:translateY(8px);transition:opacity .22s ease,transform .22s ease,background-color .22s ease,color .22s ease}.catalog-carousel__item:hover .catalog-carousel__action,.catalog-carousel__item:focus-visible .catalog-carousel__action{opacity:1;transform:translateY(0)}.catalog-carousel__action:hover{background:var(--color-background);color:var(--color-text)}.catalog-carousel img{width:100%;height:100%;display:block;object-fit:contain;filter:saturate(.92) contrast(1.04);pointer-events:none}.catalog-carousel__icon{position:absolute;top:22%;right:18%;bottom:22%;left:18%;display:grid;place-items:center;color:#f4eadcc7}.catalog-carousel__icon svg{width:100%;height:100%;max-width:180px;max-height:180px}.catalog-carousel__item--cta .catalog-carousel__box{background:radial-gradient(circle at 72% 18%,rgba(244,234,220,.18),transparent 30%),linear-gradient(135deg,#171411,#080809 66%,#2a2119)}.catalog-carousel__item--cta .catalog-carousel__box:before{background:linear-gradient(180deg,rgba(0,0,0,.2),transparent 42%,rgba(0,0,0,.58)),repeating-linear-gradient(135deg,rgba(244,234,220,.08) 0 1px,transparent 1px 18px)}.catalog-carousel__cta-text{position:absolute;z-index:2;right:22px;bottom:156px;left:22px;color:#f4eadcad;font-size:.86rem;line-height:1.7}.catalog-carousel__item--cta .catalog-carousel__action{opacity:1;transform:translateY(0)}@media(max-width:760px){.catalog-preview{min-height:760px;padding-block:64px 74px}.catalog-carousel{height:600px}.catalog-carousel__item{--active-offset: calc(var(--active, 0) * 650%);--active-rise: calc(var(--active, 0) * 132%);--active-rotate: calc(var(--active, 0) * 92deg)}}.home-production{position:relative;overflow:hidden;padding:clamp(76px,10vw,132px) 0 clamp(92px,11vw,150px);background:radial-gradient(circle at 88% 8%,rgba(184,123,74,.18),transparent 28%),linear-gradient(145deg,#171411,#0b0a09 58%,#070708);color:var(--color-light-text);isolation:isolate}.home-production:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;background:repeating-linear-gradient(125deg,rgba(244,234,220,.025) 0 1px,transparent 1px 42px);content:"";-webkit-mask-image:linear-gradient(90deg,transparent,#000 35%,#000);mask-image:linear-gradient(90deg,transparent,#000 35%,#000)}.home-production:after{position:absolute;z-index:-1;right:0;bottom:0;left:0;height:clamp(150px,20vw,290px);background:linear-gradient(180deg,transparent,var(--color-dark-background));content:"";pointer-events:none}.home-production__intro{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.62fr);gap:clamp(40px,8vw,130px);align-items:end;padding-bottom:calc(clamp(48px,7vw,82px)/2);margin-bottom:calc(clamp(48px,7vw,82px)/2)}.home-production__intro>div:first-child{border-right:1px solid var(--color-accent)}.home-production__eyebrow{color:var(--color-accent-weak);font-size:.7rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.home-production h2{max-width:900px;margin-top:14px;font-size:clamp(2.8rem,6.6vw,6.7rem);font-weight:400;line-height:.92}.home-production__lead{display:grid;gap:26px}.home-production__lead p{color:color-mix(in srgb,var(--color-light-text) 68%,transparent);font-size:clamp(.96rem,1.25vw,1.12rem);line-height:1.7}.home-production__lead a{display:inline-flex;align-items:center;justify-content:space-between;gap:18px;width:fit-content;border-bottom:1px solid color-mix(in srgb,var(--color-accent-weak) 55%,transparent);padding-bottom:8px;font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.home-production__lead a span,.home-production-card__action span{color:var(--color-accent-weak);font-size:1.1rem;transition:transform .18s ease}.home-production__lead a:hover span,.home-production-card:hover .home-production-card__action span{transform:translate(4px)}.home-production__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(12px,1.3vw,20px);margin:auto;width:min(1940px,calc(100% - 20px))}.home-production-card{display:grid;grid-template-columns:minmax(0,1.16fr) minmax(0,.84fr);overflow:hidden;border:1px solid rgba(244,234,220,.045);border-radius:var(--radius);background:radial-gradient(circle at 16% 10%,rgba(197,155,103,.06),transparent 32%),#f4eadc08;box-shadow:0 22px 65px #00000038;transition:border-color .22s ease,background-color .22s ease,transform .22s ease}.home-production-card:hover{border-color:#c59b6738;background-color:#f4eadc0b;transform:translateY(-4px)}.home-production-card__body{display:grid;grid-template-rows:auto auto 1fr auto;gap:clamp(18px,1.8vw,28px);min-width:0;padding:clamp(24px,2.2vw,36px) clamp(20px,1.6vw,28px) clamp(24px,2vw,32px)}.home-production-card__icon{display:block;width:clamp(40px,3.4vw,54px);color:var(--color-accent)}.home-production-card__icon svg{display:block;width:100%;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.65}.home-production-card strong{display:block;font-family:"DM Serif Display",Georgia,serif;font-size:clamp(1.6rem,1.8vw,2rem);font-weight:400;line-height:1.02;width:min-content;border-bottom:1px solid var(--color-accent)}.home-production-card__description{color:color-mix(in srgb,var(--color-light-text) 58%,transparent);font-size:clamp(.76rem,.82vw,.9rem);line-height:1.8}.home-production-card__action{display:flex;align-items:center;justify-content:space-between;gap:16px;color:var(--color-accent-weak);font-size:.67rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.home-production-card__media{min-width:0;margin:clamp(14px,1.35vw,22px) clamp(14px,1.35vw,22px) clamp(14px,1.35vw,22px) 0;overflow:hidden;border-radius:var(--radius-small);background:#0a0908}.home-production-card__media img{display:block;width:100%;height:100%;object-fit:cover;filter:saturate(.82) contrast(1.03);transition:transform .65s cubic-bezier(.2,.8,.2,1),filter .24s ease}.home-production-card:hover .home-production-card__media img{filter:saturate(.95) contrast(1.04);transform:scale(1.035)}@media(max-width:1180px){.home-production__grid{grid-template-columns:1fr 1fr}.home-production-card:last-child{grid-column:1 / -1}.home-production-card__body{padding:clamp(10px,5vw,25px)}}@media(max-width:760px){.home-production{padding-block:68px 92px}.home-production__intro{grid-template-columns:1fr;gap:28px}.home-production-card{grid-template-columns:1fr;min-height:0}.home-production-card__body{padding:28px 24px}.home-production-card__media{height:min(115vw,480px);margin:0 14px 14px}}@media(max-width:520px){.home-production__grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.home-production-card,.home-production-card__media img,.home-production-card__action span,.home-production__lead a span{transition:none}}.advantages{margin-top:-1px;padding:clamp(64px,8vw,96px) 0 clamp(130px,14vw,180px);color:var(--color-light-text);background:linear-gradient(180deg,var(--color-dark-background) 0%,rgba(7,7,8,.2) 34%,transparent 62%),radial-gradient(circle at 72% 28%,rgba(184,123,74,.12),transparent 32%),var(--color-dark-background)}.advantages h2{margin-bottom:clamp(36px,5vw,58px);font-size:clamp(2rem,4vw,3.35rem);font-weight:400;text-transform:uppercase}.advantages__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(24px,4vw,72px)}.advantages__item{display:grid;gap:16px;align-content:start}.advantages__icon{display:grid;width:72px;aspect-ratio:1;place-items:center;border:1px solid rgba(197,155,103,.46);border-radius:50%}.advantages__icon svg{width:34px;fill:none;stroke:var(--color-accent-weak);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.15}.advantages h3{font-family:Instrument Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:.82rem;font-weight:700;letter-spacing:.14em;line-height:1.55;text-transform:uppercase}.advantages p{color:var(--color-text-muted);font-size:.78rem;line-height:1.7}@media(max-width:1060px){.advantages__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:680px){.advantages__grid{grid-template-columns:1fr 1fr}}@media(max-width:520px){.advantages__grid{grid-template-columns:1fr}}.consultation-cta{margin-top:clamp(-110px,-8vw,-76px);padding-bottom:clamp(46px,7vw,70px);color:var(--color-text)}.consultation-cta__panel{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(360px,1.35fr);min-height:clamp(340px,36vw,420px);overflow:hidden;border-radius:var(--radius);background:var(--color-background);box-shadow:0 30px 40px #0003}.consultation-cta__content{display:grid;align-content:center;gap:22px;padding:clamp(32px,5vw,72px)}.consultation-cta h2{max-width:340px;font-size:clamp(2rem,3.4vw,3rem);font-weight:400;text-transform:uppercase}.consultation-cta p{max-width:380px;color:var(--color-text-muted);font-size:.9rem;line-height:1.8}.consultation-cta a{display:inline-flex;align-items:center;justify-content:center;gap:24px;width:fit-content;min-height:52px}.consultation-cta ul{display:flex;flex-wrap:wrap;gap:14px 28px;margin:22px 0 0;padding:0;color:var(--color-text-muted);font-size:.7rem;letter-spacing:.08em;list-style-position:inside;text-transform:uppercase}.consultation-cta li:first-child{list-style:none}.consultation-cta__image{min-height:300px;background:linear-gradient(90deg,rgba(246,241,235,.92),rgba(246,241,235,.16) 32%,transparent 54%),url(/build/assets/consultation_bg-rb-XOlkW.png) center / cover no-repeat}@media(max-width:880px){.consultation-cta__panel{grid-template-columns:1fr}.consultation-cta__image{min-height:260px;order:-1}}.clients-marquee{padding:clamp(54px,7vw,86px) 0 clamp(62px,8vw,96px);overflow:hidden;background:var(--color-background);color:var(--color-text)}.clients-marquee__heading{margin-bottom:clamp(28px,4vw,44px)}.clients-marquee__slider{position:relative;width:100%;overflow:hidden}.clients-marquee__slider:before,.clients-marquee__slider:after{position:absolute;z-index:2;top:0;bottom:0;width:min(16vw,220px);content:"";pointer-events:none}.clients-marquee__slider:before{left:0;background:linear-gradient(90deg,var(--color-background),transparent)}.clients-marquee__slider:after{right:0;background:linear-gradient(270deg,var(--color-background),transparent)}.clients-marquee__track{display:flex;width:max-content;animation:clientsMarquee 34s linear infinite}.clients-marquee__item{display:grid;min-width:250px;height:100px;place-items:center;border-top:1px solid color-mix(in srgb,var(--color-accent) 20%,transparent);border-bottom:1px solid color-mix(in srgb,var(--color-accent) 20%,transparent);color:color-mix(in srgb,var(--color-text) 78%,var(--color-text-muted));font-family:"DM Serif Display",Georgia,serif;font-size:clamp(1.45rem,2.5vw,2.25rem);line-height:1;white-space:nowrap}@keyframes clientsMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.clients-marquee__track{animation-duration:1ms}}@media(max-width:620px){.clients-marquee__item{min-width:190px;height:84px}}
