@charset "UTF-8";:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) ::slotted(svg),:is(.swiper-button-prev,.swiper-button-next) svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset, 4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) ::slotted(.swiper-navigation-icon),:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) ::slotted(.swiper-navigation-icon),:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset, 50%);right:auto;margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset, 4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) ::slotted(.swiper-navigation-icon),:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset, 4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) ::slotted(.swiper-navigation-icon),:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(data:font/woff2;base64,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) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/local/templates/veristone/build/fonts/manrope-cyrillic-wght-normal.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/local/templates/veristone/build/fonts/manrope-greek-wght-normal.woff2) format("woff2-variations");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/local/templates/veristone/build/fonts/manrope-vietnamese-wght-normal.woff2) format("woff2-variations");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/local/templates/veristone/build/fonts/manrope-latin-ext-wght-normal.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/local/templates/veristone/build/fonts/manrope-latin-wght-normal.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Cormorant Garamond Variable;font-style:normal;font-display:swap;font-weight:300 700;src:url(/local/templates/veristone/build/fonts/cormorant-garamond-cyrillic-ext-wght-normal.woff2) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Cormorant Garamond Variable;font-style:normal;font-display:swap;font-weight:300 700;src:url(/local/templates/veristone/build/fonts/cormorant-garamond-cyrillic-wght-normal.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Cormorant Garamond Variable;font-style:normal;font-display:swap;font-weight:300 700;src:url(/local/templates/veristone/build/fonts/cormorant-garamond-vietnamese-wght-normal.woff2) format("woff2-variations");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Cormorant Garamond Variable;font-style:normal;font-display:swap;font-weight:300 700;src:url(/local/templates/veristone/build/fonts/cormorant-garamond-latin-ext-wght-normal.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cormorant Garamond Variable;font-style:normal;font-display:swap;font-weight:300 700;src:url(/local/templates/veristone/build/fonts/cormorant-garamond-latin-wght-normal.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Cormorant Garamond Variable;font-style:italic;font-display:swap;font-weight:300 700;src:url(/local/templates/veristone/build/fonts/cormorant-garamond-cyrillic-ext-wght-italic.woff2) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Cormorant Garamond Variable;font-style:italic;font-display:swap;font-weight:300 700;src:url(/local/templates/veristone/build/fonts/cormorant-garamond-cyrillic-wght-italic.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Cormorant Garamond Variable;font-style:italic;font-display:swap;font-weight:300 700;src:url(/local/templates/veristone/build/fonts/cormorant-garamond-vietnamese-wght-italic.woff2) format("woff2-variations");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Cormorant Garamond Variable;font-style:italic;font-display:swap;font-weight:300 700;src:url(/local/templates/veristone/build/fonts/cormorant-garamond-latin-ext-wght-italic.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cormorant Garamond Variable;font-style:italic;font-display:swap;font-weight:300 700;src:url(/local/templates/veristone/build/fonts/cormorant-garamond-latin-wght-italic.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--bg:#0e1014;--bg2:#14171c;--surface:#191d23;--surface2:#1f242b;--line:#2a3038;--cream:#ece8e1;--muted:#969ca5;--gold:#c8b89a;--gold-d:#a98f64;--gold-l:#e3d4b6;--shadow:0 24px 60px -30px rgba(0,0,0,.8);--r:16px;--maxw:1340px;--serif:"Cormorant Garamond Variable","Cormorant Garamond",Georgia,serif;--sans:"Manrope Variable","Manrope",system-ui,Arial,sans-serif;--header-bg:rgba(14,16,20,.9);--hero-veil:linear-gradient(90deg,rgba(14,16,20,.94),rgba(14,16,20,.7) 48%,rgba(14,16,20,.4));--footer-bg:#0a0c0f;--bronze:#c5ab7c;--bronze-ink:#2a2417}[data-theme=light]{--bg:#fdfcfa;--bg2:#f5efe6;--surface:#ffffff;--surface2:#f7f3ec;--line:#e7e0d4;--cream:#23272e;--muted:#5a606a;--gold:#8a6a39;--gold-d:#73582f;--gold-l:#7a5f33;--shadow:0 22px 54px -30px rgba(60,50,30,.28);--header-bg:rgba(253,252,250,.94);--hero-veil:linear-gradient(90deg,rgba(252,250,246,.95),rgba(252,250,246,.72) 48%,rgba(252,250,246,.3));--footer-bg:#23282f}.band{--cream:#f2efe9;--muted:#c7cbd1;--gold:#d8c39e;--gold-l:#e3d4b6}.footer{--cream:#ece8e1;--muted:#969ca5;--surface:#191d23;--line:#2a3038}.work{--cream:#ffffff;--gold-l:#e7d8ba}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:var(--bronze) var(--bg2)}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:var(--bg2)}::-webkit-scrollbar-thumb{background:var(--bronze);border-radius:8px;border:3px solid var(--bg2)}::-webkit-scrollbar-thumb:hover{background:var(--gold)}body{font-family:var(--sans);background:var(--bg);color:var(--cream);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;transition:background-color .45s ease,color .45s ease}.section,.card,.header,.form__input,.faq__item,.material__props li,.swiper-button-next,.swiper-button-prev{transition:background-color .45s ease,color .45s ease,border-color .45s ease}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{max-width:var(--maxw);margin:0 auto;padding:0 28px}.section{padding:110px 0;position:relative}.section--alt{background:linear-gradient(180deg,var(--bg),var(--bg2))}.js .reveal{opacity:0;transform:translateY(40px)}.reveal.is-in{opacity:1!important;transform:none!important}@media(prefers-reduced-motion:reduce){.js .reveal{opacity:1;transform:none}}.theme-anim,.theme-anim *,.theme-anim *:before,.theme-anim *:after{transition:background-color .55s ease,color .55s ease,border-color .55s ease,fill .55s ease,box-shadow .55s ease,stroke .55s ease!important}.kicker{font-size:13px;letter-spacing:.42em;text-transform:uppercase;color:var(--gold);font-weight:600}.section__head{max-width:720px;margin-bottom:54px}.section__head--center{margin-left:auto;margin-right:auto;text-align:center}.section__title{font-family:var(--serif);font-weight:600;font-size:clamp(32px,4.6vw,54px);line-height:1.05;margin:16px 0 14px}.section__title em{font-style:italic;color:var(--gold)}.section__subtitle{color:var(--muted);font-weight:300;font-size:17px}.rule{width:70px;height:2px;background:linear-gradient(90deg,var(--gold),transparent);border:0;margin-top:20px}.section__head--center .rule{margin-left:auto;margin-right:auto;background:linear-gradient(90deg,transparent,var(--gold),transparent)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-family:var(--sans);font-weight:600;font-size:15px;padding:16px 32px;border-radius:50px;border:1.5px solid transparent;cursor:pointer;transition:.3s ease;white-space:nowrap;position:relative;overflow:hidden}.btn--primary{background:linear-gradient(120deg,#cdb88f,#bda06d);color:#2a2417}.btn--primary:hover{transform:translateY(-3px);box-shadow:0 14px 30px -10px #c8b89a80}.btn--ghost{background:transparent;color:var(--cream);border-color:currentColor;opacity:.92}.btn--ghost:hover{opacity:1}.btn--ghost:hover{border-color:var(--gold);color:var(--gold)}.header{position:fixed;top:0;left:0;right:0;z-index:100;transition:padding .35s ease,background-color .35s ease,box-shadow .35s ease,border-color .35s ease;padding:22px 0;border-bottom:1px solid transparent}.header.scrolled{background:var(--header-bg);backdrop-filter:blur(14px);padding:12px 0;border-bottom-color:var(--line)}.header__inner{display:flex;align-items:center;justify-content:space-between}.header__logo{height:26px;width:auto;color:#fff}.header.scrolled .header__logo{color:var(--cream)}.header__nav{display:flex;gap:30px}.header__link{font-size:14px;font-weight:500;color:#ffffffd1;transition:.25s;position:relative}.header__link:after{content:"";position:absolute;left:0;bottom:-5px;width:0;height:1.5px;background:var(--gold);transition:.3s}.header__link:hover{color:#fff}.header__link:hover:after{width:100%}.header.scrolled .header__link{color:var(--muted)}.header.scrolled .header__link:hover{color:var(--gold)}.header__actions{display:flex;align-items:center;gap:18px}.header__phone{font-weight:600;font-size:15px;white-space:nowrap;color:#fff}.header.scrolled .header__phone{color:var(--cream)}.header__phone span{color:#ffffff9e;font-weight:400;font-size:12px;display:block;letter-spacing:.06em}.header.scrolled .header__phone span{color:var(--muted)}.burger{display:none;width:44px;height:44px;border:1.5px solid rgba(255,255,255,.3);border-radius:11px;background:transparent;cursor:pointer;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:0;flex:none;transition:.3s;z-index:270;position:relative}.burger span{display:block;width:20px;height:2px;background:#fff;border-radius:2px;transition:.3s}.header.scrolled .burger,[data-theme=light] .burger{border-color:var(--line)}.header.scrolled .burger span,[data-theme=light] .burger span{background:var(--cream)}.header.menu-open .burger span:nth-child(1){transform:translateY(7px) rotate(45deg)}.header.menu-open .burger span:nth-child(2){opacity:0}.header.menu-open .burger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header__nav-foot{display:none}.theme-toggle{width:42px;height:42px;border-radius:50%;border:1.5px solid rgba(255,255,255,.3);background:transparent;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.3s;flex:none}.theme-toggle:hover{border-color:var(--gold);color:var(--gold)}.header.scrolled .theme-toggle{border-color:var(--line);color:var(--cream)}.header.scrolled .theme-toggle:hover{border-color:var(--gold);color:var(--gold)}.theme-toggle svg{width:20px;height:20px}.theme-toggle__moon,[data-theme=light] .theme-toggle__sun{display:none}[data-theme=light] .theme-toggle__moon{display:block}[data-theme=light] .header__logo{color:var(--cream)}[data-theme=light] .header__link{color:var(--muted)}[data-theme=light] .header__link:hover{color:var(--gold)}[data-theme=light] .header__phone{color:var(--cream)}[data-theme=light] .header__phone span{color:var(--muted)}[data-theme=light] .theme-toggle{border-color:var(--line);color:var(--cream)}[data-theme=light] .theme-toggle:hover{border-color:var(--gold);color:var(--gold)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden}.hero__bg{position:absolute;inset:0;z-index:0}.hero__bg:after{content:"";position:absolute;inset:0;background:var(--hero-veil)}.hero__bg-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;animation:kenburns 18s ease-in-out infinite alternate}@keyframes kenburns{0%{transform:scale(1)}to{transform:scale(1.12)}}.hero__inner{position:relative;z-index:2;padding-top:140px;padding-bottom:80px}.hero__content{max-width:800px;color:var(--cream)}.hero__title{font-family:var(--serif);font-weight:600;font-size:clamp(42px,6vw,76px);line-height:1.02;margin:22px 0 24px}.hero__title em{font-style:italic;color:var(--gold)}.hero__lead{font-size:19px;color:var(--cream);font-weight:400;max-width:560px;margin-bottom:38px;text-shadow:0 1px 14px rgba(0,0,0,.55)}.hero__cta{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:64px}.hero__stats{display:flex;gap:48px;flex-wrap:wrap}.hero__stat b{font-family:var(--serif);font-size:46px;font-weight:600;color:var(--gold);display:block;line-height:1}.hero__stat span{font-size:13.5px;color:var(--muted);letter-spacing:.02em}.hero__scroll{position:absolute;bottom:34px;left:50%;transform:translate(-50%);z-index:2;color:var(--muted);font-size:11px;letter-spacing:.2em;text-transform:uppercase;display:flex;flex-direction:column;align-items:center;gap:10px}.hero__scroll:after{content:"";width:1px;height:42px;background:linear-gradient(var(--gold),transparent);animation:scrolldot 2s infinite}@keyframes scrolldot{0%{opacity:0;transform:scaleY(0);transform-origin:top}50%{opacity:1;transform:scaleY(1)}to{opacity:0;transform:scaleY(1);transform-origin:bottom}}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);transition:.35s}.card:hover{border-color:var(--gold-d);transform:translateY(-6px);box-shadow:var(--shadow)}.swiper{padding:18px 14px 64px!important;margin:0 -14px;min-width:0;overflow:hidden}.swiper-slide{height:auto}.swiper-pagination-bullet{background:var(--muted);opacity:.5}.swiper-pagination-bullet-active{background:var(--bronze);opacity:1;width:22px;border-radius:5px}.swiper-button-next,.swiper-button-prev{color:var(--gold);width:46px;height:46px;border:1px solid var(--line);border-radius:50%;background:var(--surface);transition:.3s;top:42%}.swiper-button-prev{left:26px}.swiper-button-next{right:26px}.swiper-button-next:hover,.swiper-button-prev:hover{background:var(--bronze);color:var(--bronze-ink);border-color:var(--bronze)}.swiper-button-next:after,.swiper-button-prev:after{font-size:16px;font-weight:700}.swiper-button-next .swiper-navigation-icon,.swiper-button-prev .swiper-navigation-icon{width:auto;height:17px}.product{padding:34px 28px;height:100%}.product__icon{width:46px;height:46px;color:var(--gold);margin-bottom:20px}.product__title{font-family:var(--serif);font-size:24px;font-weight:600;margin-bottom:8px}.product__text{font-size:14.5px;color:var(--muted);font-weight:300}.material{overflow:hidden;height:100%;display:flex;flex-direction:column}.material__img{aspect-ratio:16/11;background-color:var(--surface2);position:relative;overflow:hidden}.material__img img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.material__img:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 50%,#14171c80)}.material__body{padding:26px 26px 30px;flex:1;display:flex;flex-direction:column}.material__title{font-family:var(--serif);font-size:27px;font-weight:600;margin-bottom:8px;color:var(--gold-l)}.material__desc{color:var(--muted);font-size:14.5px;font-weight:300;margin-bottom:16px;flex:1}.material__props{list-style:none;display:flex;flex-wrap:wrap;gap:8px}.material__props li{font-size:12px;background:var(--surface2);border:1px solid var(--line);padding:5px 12px;border-radius:30px;color:var(--cream)}.advantages__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.advantage{padding:36px 28px;height:100%}.advantage__icon{width:48px;height:48px;color:var(--gold);margin-bottom:20px}.advantage__title{font-family:var(--serif);font-size:23px;font-weight:600;margin-bottom:10px}.advantage__text{color:var(--muted);font-size:14.5px;font-weight:300}.production__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:56px;align-items:center}.production__list{list-style:none;margin-top:26px;display:flex;flex-direction:column;gap:16px}.production__list li{position:relative;padding-left:32px;color:var(--muted);font-weight:300}.production__list li:before{content:"";position:absolute;left:0;top:11px;width:16px;height:2px;background:var(--gold)}.production__list b{color:var(--cream);font-weight:600}.production-swiper .swiper-slide img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;border-radius:var(--r)}.work{position:relative;aspect-ratio:3/4;border-radius:var(--r);overflow:hidden;background-color:var(--surface)}.work__img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:1}.work:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 30%,#0a0b0eeb);transition:.4s;z-index:2}.work:hover:after{background:linear-gradient(transparent 20%,#0a0b0eeb)}.work__cap{position:absolute;left:0;right:0;bottom:0;z-index:3;padding:26px;transform:translateY(8px);transition:.4s}.work:hover .work__cap{transform:none}.work__title{font-family:var(--serif);font-size:23px;font-weight:600;line-height:1.15;color:var(--cream);text-shadow:0 2px 14px rgba(0,0,0,.55)}.work__meta{font-size:13px;color:var(--gold-l);margin-top:4px;line-height:1.3}.process__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:36px 40px}.step{position:relative;padding-left:66px}.step__num{position:absolute;left:0;top:0;width:48px;height:48px;border-radius:50%;border:1.5px solid var(--gold);color:var(--gold);font-family:var(--serif);font-size:22px;font-weight:600;display:flex;align-items:center;justify-content:center;background:var(--surface);transition:.35s}.step:hover .step__num{background:var(--bronze);color:var(--bronze-ink);border-color:var(--bronze)}.step__title{font-family:var(--serif);font-size:22px;font-weight:600;margin-bottom:6px}.step__text{color:var(--muted);font-size:14.5px;font-weight:300}.review{padding:38px 34px;height:auto}.review__stars{color:var(--gold);font-size:16px;letter-spacing:3px;margin-bottom:16px}.review__text{font-size:17px;font-weight:300;font-style:italic;color:var(--cream);margin-bottom:22px;line-height:1.7}.review__author{font-weight:600;font-size:16px}.review__role{font-size:13px;color:var(--muted)}.faq__list{max-width:860px;margin:0 auto}.faq__item{border:1px solid var(--line);border-radius:14px;margin-bottom:14px;background:var(--surface);overflow:hidden;transition:.3s}.faq__item[open]{border-color:var(--gold-d)}.faq__q{cursor:pointer;list-style:none;padding:24px 28px;font-family:var(--serif);font-size:21px;font-weight:600;display:flex;justify-content:space-between;align-items:center;gap:16px}.faq__q::-webkit-details-marker{display:none}.faq__q:after{content:"+";color:var(--gold);font-size:28px;font-weight:300;transition:.3s}.faq__item[open] .faq__q:after{transform:rotate(45deg)}.faq__a{padding:0 28px 26px;color:var(--muted);font-weight:300;font-size:15.5px}.band{position:relative;border-radius:24px;overflow:hidden;padding:80px 48px;text-align:center}.band__bg{position:absolute;inset:0;z-index:0}.band__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.band__bg:after{content:"";position:absolute;inset:0;background:#0a0b0ec7}.band__inner{position:relative;z-index:2;max-width:680px;margin:0 auto;color:var(--cream)}.band__title{font-family:var(--serif);font-size:clamp(30px,4vw,46px);font-weight:600;margin-bottom:16px}.band__text{font-weight:300;color:#c4c8ce;margin-bottom:30px;font-size:17px}.contacts__grid{display:grid;grid-template-columns:1fr 1fr;gap:54px}.contacts__title{font-family:var(--serif);font-size:clamp(30px,4vw,46px);font-weight:600;margin:14px 0 26px}.contacts__list{list-style:none;display:flex;flex-direction:column;gap:20px;margin-bottom:26px}.contacts__item{display:flex;gap:16px;align-items:flex-start}.contacts__ico{width:24px;height:24px;color:var(--gold);flex:none;margin-top:2px}.contacts__item b{display:block;font-size:17px}.contacts__item span{color:var(--muted);font-size:14px}.contacts__req{font-size:13px;color:var(--muted);border-top:1px solid var(--line);padding-top:20px;line-height:1.7}.form{background:var(--surface);border:1px solid var(--line);border-radius:var(--r);padding:38px 34px;box-shadow:var(--shadow)}.form__title{font-family:var(--serif);font-size:27px;font-weight:600;margin-bottom:6px}.form__sub{color:var(--muted);font-size:14px;margin-bottom:24px}.form__field{margin-bottom:16px}.form__label{display:block;font-size:13px;font-weight:600;margin-bottom:7px}.form__input{width:100%;font-family:var(--sans);font-size:15px;padding:14px 16px;border:1.5px solid var(--line);border-radius:10px;background:var(--bg2);color:var(--cream);transition:.25s}.form__input::-moz-placeholder{color:#6b7079}.form__input::placeholder{color:#6b7079}.form__input:focus{outline:none;border-color:var(--gold)}.form__row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form__consent{display:flex;flex-wrap:wrap;gap:11px;align-items:flex-start;font-size:12.5px;color:var(--muted);margin:6px 0 22px}.form__consent span{flex:1;min-width:0}.form__consent .field-error{flex-basis:100%;margin-top:2px}.form__consent input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:20px;height:20px;flex:none;margin-top:1px;border:1.5px solid var(--line);border-radius:6px;background:var(--bg2);cursor:pointer;position:relative;transition:.2s}.form__consent input[type=checkbox]:hover{border-color:var(--bronze)}.form__consent input[type=checkbox]:checked{background:var(--bronze);border-color:var(--bronze)}.form__consent input[type=checkbox]:checked:after{content:"";position:absolute;left:6px;top:2.5px;width:5px;height:9px;border:solid var(--bronze-ink);border-width:0 2px 2px 0;transform:rotate(45deg)}.form__consent input[type=checkbox]:focus-visible{outline:2px solid var(--bronze);outline-offset:2px}.form__consent a{color:var(--gold);text-decoration:underline}.form__hp{position:absolute;left:-9999px}.form__submit{width:100%}.form__input.is-error{border-color:#d9534f}.field-error{display:none;color:#e08b82;font-size:12px;margin-top:6px}.field-error.show{display:block}.form__consent.is-error span{color:#e08b82}.form__msg{display:none;border-radius:10px;padding:13px 16px;font-size:13.5px;margin-bottom:16px;line-height:1.5}.form__msg.show{display:block}.form__msg--err{background:#c850461f;color:#e08b82;border:1px solid rgba(200,80,70,.4)}.btn.is-loading{opacity:.65;pointer-events:none}.form__success{text-align:center;padding:24px 8px}.form__success svg{width:56px;height:56px;color:var(--bronze);margin-bottom:16px}.form__success h4{font-family:var(--serif);font-size:26px;font-weight:600;margin-bottom:8px}.form__success p{color:var(--muted);font-size:14px}.footer{background:var(--footer-bg);padding:64px 0 32px;border-top:1px solid var(--line);color:var(--cream)}.footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:40px;margin-bottom:44px}.footer__logo{height:26px;color:var(--cream);margin-bottom:18px}.footer__about{font-size:14px;font-weight:300;color:var(--muted);max-width:330px}.footer__col h4{font-size:13px;letter-spacing:.16em;text-transform:uppercase;color:var(--cream);margin-bottom:18px}.footer__col a{display:block;font-size:14px;color:var(--muted);margin-bottom:11px;transition:.25s}.footer__col a:hover{color:var(--gold)}.footer__bottom{border-top:1px solid var(--line);padding-top:24px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:12.5px;color:var(--muted)}.footer__bottom a{color:var(--muted);text-decoration:underline;transition:.2s}.footer__bottom a:hover{color:var(--gold)}.vbadge{position:fixed;right:18px;bottom:18px;z-index:200;background:var(--surface);border:1px solid var(--gold-d);color:var(--gold);padding:10px 18px;border-radius:50px;font-size:13px;font-weight:600;box-shadow:var(--shadow)}.modal{position:fixed;inset:0;z-index:300;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s ease}.modal.open{opacity:1;visibility:visible}.modal__overlay{position:absolute;inset:0;background:#08090cb8;backdrop-filter:blur(7px);cursor:pointer}.modal__dialog{position:relative;z-index:2;width:100%;max-width:480px;background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:40px 38px 36px;box-shadow:0 40px 110px -28px #0009;transform:translateY(24px) scale(.96);transition:transform .4s cubic-bezier(.2,.8,.2,1);max-height:92vh;overflow-y:auto}.modal.open .modal__dialog{transform:none}.modal__close{position:absolute;top:16px;right:16px;width:40px;height:40px;border:0;background:var(--surface2);border-radius:50%;color:var(--muted);cursor:pointer;line-height:1;display:flex;align-items:center;justify-content:center;transition:.25s}.modal__close svg{width:18px;height:18px}.modal__close:hover{background:var(--bronze);color:var(--bronze-ink);transform:rotate(90deg)}.modal__kicker{font-size:12px;letter-spacing:.34em;text-transform:uppercase;color:var(--gold);font-weight:600}.modal__title{font-family:var(--serif);font-size:28px;font-weight:600;margin:10px 0 6px;line-height:1.1}.modal__sub{color:var(--muted);font-size:14px;margin-bottom:24px;font-weight:300}.section__cta{display:flex;justify-content:center;margin-top:42px}.work,.production-swiper img{cursor:zoom-in}.lightbox{position:fixed;inset:0;z-index:400;display:flex;align-items:center;justify-content:center;padding:30px;background:#08090ceb;backdrop-filter:blur(8px);opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;cursor:zoom-out}.lightbox.open{opacity:1;visibility:visible}.lightbox img{max-width:92vw;max-height:88vh;border-radius:12px;box-shadow:0 30px 90px #000000b3;transform:scale(.94);transition:transform .35s cubic-bezier(.2,.8,.2,1)}.lightbox.open img{transform:scale(1)}.lightbox__close{position:absolute;top:20px;right:20px;width:44px;height:44px;border:0;border-radius:50%;background:#ffffff1f;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.25s}.lightbox__close svg{width:20px;height:20px}.lightbox__close:hover{background:var(--bronze);color:var(--bronze-ink);transform:rotate(90deg)}.lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border:0;border-radius:50%;background:#ffffff1f;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .25s,color .25s;z-index:2}.lightbox__nav:hover{background:var(--bronze);color:var(--bronze-ink)}.lightbox__nav svg{width:26px;height:26px}.lightbox__prev{left:24px}.lightbox__next{right:24px}@media(max-width:560px){.lightbox__nav{width:44px;height:44px}.lightbox__prev{left:8px}.lightbox__next{right:8px}}.cookie{position:fixed;left:20px;right:auto;bottom:20px;z-index:250;width:min(440px,100vw - 40px);background:var(--surface);border:1px solid var(--line);border-radius:16px;box-shadow:0 26px 64px -26px #0000008c;padding:22px 24px;transform:translateY(34px);opacity:0;visibility:hidden;transition:transform .45s cubic-bezier(.2,.8,.2,1),opacity .45s ease,visibility .45s ease}.cookie.show{transform:none;opacity:1;visibility:visible}.cookie__head{display:flex;align-items:center;gap:10px;margin-bottom:10px}.cookie__icon{width:26px;height:26px;color:var(--gold);flex:none}.cookie__title{font-family:var(--serif);font-size:19px;font-weight:600}.cookie__text{font-size:13px;color:var(--muted);line-height:1.6;margin-bottom:16px}.cookie__text a{color:var(--gold);text-decoration:underline}.cookie__actions{display:flex;gap:10px}.cookie__btn{flex:1;font-size:13.5px;padding:11px 16px;border-radius:40px;cursor:pointer;border:1.5px solid transparent;transition:.25s;font-weight:600;font-family:var(--sans)}.cookie__btn--accept{background:linear-gradient(120deg,#cdb88f,#bda06d);color:#2a2417}.cookie__btn--accept:hover{filter:brightness(1.05)}.cookie__btn--reject{background:transparent;color:var(--cream);border-color:var(--line)}.cookie__btn--reject:hover{border-color:var(--gold);color:var(--gold)}@media(max-width:560px){.cookie{left:12px;right:12px;bottom:12px;width:auto;padding:18px}}.to-top{position:fixed;right:27px;bottom:18px;z-index:240;width:48px;height:48px;border-radius:50%;background:var(--surface);border:1px solid var(--line);color:var(--gold);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(16px);transition:opacity .3s ease,visibility .3s ease,transform .3s ease,background .25s ease,color .25s ease}.to-top.show{opacity:1;visibility:visible;transform:none}.to-top:hover{background:var(--bronze);color:var(--bronze-ink);border-color:var(--bronze);transform:translateY(-3px)}.to-top svg{width:22px;height:22px}@media(max-width:560px){.to-top{right:20px;bottom:14px;width:44px;height:44px}}.chat{position:fixed;right:22px;bottom:112px;z-index:245;display:flex;flex-direction:column;align-items:flex-end;gap:12px;pointer-events:none}.chat__panel{display:flex;flex-direction:column;gap:10px;opacity:0;visibility:hidden;transform:translateY(12px);transition:opacity .3s ease,visibility .3s ease,transform .3s ease;pointer-events:none}.chat.open .chat__panel{opacity:1;visibility:visible;transform:none;pointer-events:auto}.chat__item{display:flex;align-items:center;gap:11px;background:var(--surface);border:1px solid var(--line);border-radius:40px;padding:9px 18px 9px 11px;color:var(--cream);font-size:13.5px;font-weight:500;box-shadow:var(--shadow);transition:.25s;white-space:nowrap}.chat__item{pointer-events:auto}.chat__item:hover{border-color:var(--gold);transform:translate(-4px)}.chat__item svg{width:24px;height:24px;flex:none}.chat__logo{width:24px;height:24px;flex:none;border-radius:6px}.chat__fab{position:relative;width:60px;height:60px;border-radius:50%;background:linear-gradient(140deg,#2b313a,#191c22);color:#e3d4b6;border:1px solid rgba(200,184,154,.35);cursor:pointer;pointer-events:auto;display:flex;align-items:center;justify-content:center;box-shadow:0 16px 34px -10px #0000008c;transition:transform .3s ease}.chat__fab:hover{transform:scale(1.07)}.chat__fab svg{position:relative;z-index:2;width:28px;height:28px}.chat__fab:before,.chat__fab:after{content:"";position:absolute;inset:0;border-radius:50%;border:2px solid var(--gold);opacity:0;animation:chatPulse 2.8s cubic-bezier(.2,.7,.3,1) infinite;pointer-events:none}.chat__fab:after{animation-delay:1.4s}@keyframes chatPulse{0%{transform:scale(1);opacity:.55}70%{opacity:0}to{transform:scale(2);opacity:0}}.chat.open .chat__fab:before,.chat.open .chat__fab:after{animation:none}@media(prefers-reduced-motion:reduce){.chat__fab:before,.chat__fab:after{animation:none}}.chat__fab .chat__x,.chat.open .chat__fab .chat__msg{display:none}.chat.open .chat__fab .chat__x{display:block}@media(max-width:560px){.chat{right:16px;bottom:96px}.chat__fab{width:54px;height:54px}}@media(max-width:1024px){.section{padding:84px 0}.advantages__grid,.process__steps{grid-template-columns:repeat(2,1fr)}.production__grid{grid-template-columns:1fr;gap:40px}}@media(max-width:1239px){.burger{display:flex}.header__phone span{display:none}.header__actions{margin-left:auto;gap:14px}.header__inner{gap:16px}.header.menu-open{z-index:300}body.nav-open .chat{opacity:0;visibility:hidden;pointer-events:none}.header__nav{position:fixed;top:0;right:-100%;width:86%;max-width:340px;height:100vh;height:100dvh;background:var(--surface);border-left:1px solid var(--line);flex-direction:column;align-items:stretch;gap:2px;padding:90px 26px 28px;transition:right .38s cubic-bezier(.4,0,.2,1);z-index:265;overflow-y:auto;box-shadow:-30px 0 80px #000000b3}.header.menu-open .header__nav{right:0}.header__nav .header__link{color:var(--cream);font-weight:500;padding:16px 2px;border-bottom:1px solid var(--line);font-size:17px}.header__nav .header__link:after{display:none}.header__nav-foot{display:flex;flex-direction:column;gap:14px;margin-top:auto;padding-top:24px}.header__nav-foot .header__nav-phone{font-size:21px;font-weight:600;color:var(--gold);text-align:center}.header__nav-foot .btn{width:100%}body.nav-open{overflow:hidden}body.nav-open:before{content:"";position:fixed;inset:0;background:#08090cbd;backdrop-filter:blur(2px);z-index:260}body.nav-open .to-top,body.nav-open .cookie{opacity:0;visibility:hidden;pointer-events:none}.contacts__grid{grid-template-columns:1fr;gap:40px}.footer__grid{grid-template-columns:1fr 1fr}.hero__stats{gap:30px}}@media(max-width:727px){.header__actions .btn--primary{display:none}}@media(max-width:558px){.header__phone{display:none}}@media(max-width:419px){.header__logo{height:22px}}@media(max-width:900px){.hero__scroll{display:none}}@media(max-height:840px){.hero__scroll{display:none}}@media(max-width:560px){.section{padding:60px 0}.container{padding:0 18px}.header{padding:14px 0}.header.scrolled{padding:9px 0}.theme-toggle{width:38px;height:38px}.hero{min-height:auto}.hero__inner{padding-top:100px;padding-bottom:54px}.hero__title{font-size:clamp(33px,8.5vw,44px)}.hero__lead{font-size:16px;margin-bottom:30px}.hero__cta{flex-direction:column}.hero__cta .btn{width:100%}.hero__stats{gap:16px 26px}.hero__stat b{font-size:32px}.hero__stat span{font-size:12px}.hero__scroll{display:none}.advantages__grid,.process__steps,.form__row{grid-template-columns:1fr}.band{padding:56px 22px}.footer__grid{grid-template-columns:1fr}.section__cta .btn{width:100%}.work{aspect-ratio:4/3}.material__img{aspect-ratio:16/9}.swiper{padding:14px 12px 54px!important;margin:0 -12px}.swiper-button-next,.swiper-button-prev{display:none}}.seo__title{font-family:var(--serif);font-size:clamp(21px,3vw,28px);font-weight:600;margin-bottom:20px;color:var(--cream)}.seo__cols{-moz-columns:2;columns:2;-moz-column-gap:44px;column-gap:44px}.seo__cols p{color:var(--muted);font-size:14px;line-height:1.75;margin:0 0 14px;-moz-column-break-inside:avoid;break-inside:avoid}@media(max-width:700px){.seo__cols{-moz-columns:1;columns:1}}
