:root{--ink:#075985;--muted:#607286;--line:#dbe7f0;--panel:#f5f9fc;--brand:#075985;--accent:#16bfe3;--accent-strong:#086d8a;--logo-light:#afe1ff;--radius:6px;--gutter:16px;--header-h:72px;--hero-min:240px;font-family:sans-serif}*{box-sizing:border-box}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}a,button,[role=button]{-webkit-tap-highlight-color:transparent}:focus{outline:none}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:3px}button:focus-visible,.icon-btn:focus-visible{outline:2px solid var(--accent);outline-offset:4px;border-radius:var(--radius)}.main-nav a:focus-visible{outline:2px solid var(--accent);outline-offset:4px;border-radius:4px}.home-category-card:focus-visible,.why-card:focus-visible,.product-row__media:focus-visible{outline:2px solid var(--accent);outline-offset:4px}input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--accent);outline-offset:0;border-radius:var(--radius);box-shadow:0 0 0 4px #16bfe326}html{scroll-behavior:smooth;min-width:320px}body{min-width:320px;color:var(--ink);background:#fff;flex-direction:column;min-height:100vh;margin:0;display:flex;overflow-x:clip}body>main{flex:1 0 auto}a{color:var(--brand);text-decoration:none}.top-contact{width:100%;height:34px;padding:0 var(--gutter);background:#eaf9fe;border-bottom:1px solid #cfeaf7;justify-content:flex-end;align-items:center;display:flex;overflow:hidden}.top-contact__partner{margin-right:auto}.top-contact a{color:var(--brand);white-space:nowrap;align-items:center;gap:8px;font-size:14px;font-weight:700;display:inline-flex}.top-contact svg{fill:none;stroke:#075985;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:15px;height:15px}button,input{font:inherit}.site-header{z-index:20;width:100%;min-height:var(--header-h);padding:0 var(--gutter);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;align-items:center;display:flex;position:sticky;top:0}body.search-open{overflow:hidden}body.search-open:before{content:"";inset:var(--header-h) 0 0 0;z-index:18;-webkit-backdrop-filter:blur(18px)saturate(160%);background:#ffffff57;position:fixed}.site-header.search-open{z-index:30;-webkit-backdrop-filter:blur(26px)saturate(170%);background:#ffffffd1;padding-bottom:130px;box-shadow:0 12px 34px #07152214}.brand{color:var(--brand);letter-spacing:.3px;flex:none;align-items:center;gap:4px;font-size:34px;font-weight:850;display:inline-flex;position:relative}.brand img{object-fit:contain;width:64px;height:64px;margin-top:0;display:block;position:relative}html[data-theme=dark] .brand:before{content:"";background:#075985;border-radius:13px;width:64px;height:64px;position:absolute;top:50%;left:0;transform:translateY(-50%)}html[data-theme=dark] .brand img{filter:brightness(0)invert()}.brand-text{line-height:1;display:inline-block}.brand-text span{color:var(--accent-strong);font-size:.66em;position:relative;top:-11px}.main-nav{align-items:center;gap:clamp(18px,2vw,42px);margin-left:auto;display:flex}.main-nav a{min-height:40px;color:var(--brand);white-space:nowrap;align-items:center;font-size:16px;font-weight:700;display:inline-flex}.main-nav a:hover{color:var(--accent)}.nav-dropdown{position:relative}.nav-dropdown__menu{border:1px solid var(--line);opacity:0;pointer-events:none;z-index:200;background:#fff;border-radius:10px;min-width:220px;padding:8px 0;transition:opacity .18s,transform .18s;position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%)translateY(-4px);box-shadow:0 8px 24px #0719321f}.nav-dropdown__menu:before{content:"";height:10px;position:absolute;top:-10px;left:0;right:0}.nav-dropdown:hover .nav-dropdown__menu,.nav-dropdown.is-open .nav-dropdown__menu{opacity:1;pointer-events:auto;transform:translate(-50%)translateY(0)}@media (width<=768px){.nav-dropdown:hover .nav-dropdown__menu,.nav-dropdown.is-open .nav-dropdown__menu{opacity:0;pointer-events:none}}.nav-dropdown__menu a{white-space:nowrap;min-height:0;color:var(--brand);padding:9px 18px;font-size:14px;font-weight:600;display:block}.nav-dropdown__menu a:hover{color:var(--brand);background:var(--panel)}.header-actions{justify-content:flex-end;align-items:center;gap:16px;margin-left:clamp(18px,2vw,36px);display:flex}.icon-btn{width:28px;height:40px;color:var(--brand);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.icon-btn:hover{color:var(--accent)}.theme-toggle{border-radius:999px;width:28px;position:relative}.theme-toggle .theme-icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:18px;height:18px;margin:auto;transition:opacity .18s,transform .18s;position:absolute;inset:0}.theme-toggle .theme-icon--sun{opacity:1;transform:scale(1)}.theme-toggle .theme-icon--moon{opacity:0;transform:scale(.72)}.lang-current{color:currentColor;font-size:14px;font-weight:800;line-height:1}.icon-btn svg,.search-submit svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:21px;height:21px}.menu-toggle{flex-direction:column;gap:4px;display:none}.menu-toggle span{background:currentColor;border-radius:999px;width:22px;height:2px;display:block}.search-wrap,.lang-wrap{position:relative}.lang-wrap{display:none}.search-panel{width:min(420px, calc(100vw - (var(--gutter) * 2)));border-radius:var(--radius);opacity:0;pointer-events:none;background:#fff;border:1px solid #1c2733;flex-direction:column;min-height:44px;padding:0;transition:opacity .32s cubic-bezier(.22,1,.36,1),transform .32s cubic-bezier(.22,1,.36,1);display:flex;position:absolute;top:calc(100% + 9px);right:-40px;overflow:hidden;transform:translateY(-10px)scale(.985);box-shadow:0 12px 24px #07152229}.search-panel__bar{align-items:center;min-height:44px;padding:0 14px;display:flex}.search-wrap.open .search-panel{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.search-wrap.open .search-toggle{color:var(--accent)}.site-header.search-open .search-wrap{position:static}.site-header.search-open .search-panel{top:var(--header-h);-webkit-backdrop-filter:none;width:100%;max-width:none;min-height:0;box-shadow:none;opacity:1;pointer-events:auto;z-index:31;background:0 0;border:none;border-radius:0;padding:18px clamp(18px,2vw,48px) 0;transition:opacity .52s cubic-bezier(.25,.46,.45,.94),transform .52s cubic-bezier(.25,.46,.45,.94);position:absolute;bottom:auto;left:0;right:0;overflow:visible;transform:none}.site-header.search-open .search-panel input{font-size:18px;font-weight:600}.site-header.search-open .search-panel__bar{min-height:72px}.site-header.search-open .search-submit{width:46px}.site-header.search-open .search-submit:hover{color:var(--accent)}.search-toggle:focus-visible,.search-submit:focus-visible,.search-panel:focus-visible{outline:none}.search-panel input,.search-panel input:focus,.search-panel input:focus-visible{box-shadow:none;outline:none}.search-panel input{min-width:0;color:var(--brand);background:0 0;border:0;outline:0;flex:1;padding:0 14px 0 10px}.search-panel__icon{width:32px;height:32px;color:var(--brand);flex:0 0 32px;justify-content:center;align-items:center;display:inline-flex}.search-panel__icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:18px;height:18px}.search-submit{display:none}.search-results{margin:0;padding:0 0 6px;list-style:none}.search-result{cursor:pointer;border-top:1px solid #0715220f;align-items:center;gap:10px;padding:8px 18px;transition:background .12s;display:flex}.search-result.is-active,.search-result:hover{background:#0759850f}.search-result__thumb{object-fit:contain;background:#0759850a;border-radius:4px;flex-shrink:0;width:44px;height:44px}.search-result__body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.search-result__type{color:var(--accent);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;background:#16bfe31f;border-radius:4px;flex-shrink:0;padding:2px 7px;font-size:10px;font-weight:700}.search-result__title{color:var(--brand);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;line-height:1.3;overflow:hidden}.search-result__hint{color:var(--brand);opacity:.6;white-space:nowrap;text-overflow:ellipsis;font-size:12px;line-height:1.3;overflow:hidden}.search-result__title mark,.search-result__hint mark{color:var(--accent);background:0 0;font-weight:700}.search-results__empty{text-align:center;color:var(--muted);padding:18px;font-size:14px}.lang-menu{border-radius:var(--radius);opacity:0;pointer-events:none;background:#fff;border:1px solid #0715221f;flex-direction:column;gap:6px;min-width:60px;padding:6px;transition:opacity .12s cubic-bezier(.22,1,.36,1),transform .12s cubic-bezier(.22,1,.36,1);display:flex;position:absolute;top:calc(100% + 9px);right:-12px;transform:translateY(-4px);box-shadow:0 12px 24px #07152229}.lang-wrap.open .lang-menu{opacity:1;pointer-events:auto;transform:translateY(0)}.lang-menu button{border-radius:var(--radius);color:#050505;text-align:center;cursor:pointer;appearance:none;background:0 0;border:0;flex:none;justify-content:center;align-self:center;align-items:center;width:42px;height:42px;padding:0;font-size:14px;font-weight:500;display:grid}.lang-menu button:hover,.lang-menu button.active{background:var(--accent);color:#fff}.hero,.category-strip,.home-categories,.why-section,.section,.band,.footer{width:100%;padding-left:var(--gutter);padding-right:var(--gutter)}.hero{isolation:isolate;min-height:var(--hero-min);color:#fff;background:linear-gradient(90deg,#041424f5,#0d5091eb,#1374c8e0),radial-gradient(circle at 90% 20%,#ffffff38,#0000 18%),#0e5599;grid-template-rows:auto auto;grid-template-columns:minmax(0,760px) auto;place-content:center start;align-items:center;gap:26px clamp(36px,5vw,82px);padding-top:clamp(22px,2.2vw,40px);padding-bottom:clamp(20px,2vw,36px);display:grid;position:relative;overflow:hidden}.hero:after{display:none}.hero-particles{pointer-events:none;z-index:0;mix-blend-mode:screen;opacity:1;display:block;position:absolute;inset:0;overflow:hidden}.hero-snowflake{top:var(--y);left:var(--x);width:var(--size);height:var(--size);color:rgba(255, 255, 255, var(--opacity));opacity:0;animation:hero-snow-fall var(--duration) linear infinite;animation-delay:var(--delay);will-change:transform, opacity;display:block;position:absolute;transform:translate(0,0)rotate(0)}.hero-snowflake:nth-child(3n){width:calc(var(--size) * 1.02);height:calc(var(--size) * 1.02)}.hero-snowflake:nth-child(4n){filter:drop-shadow(0 0 6px #ffffff8c)}.hero-snowflake:before,.hero-snowflake:after{content:"";opacity:1;background:radial-gradient(circle,currentColor 0 18%,#0000 20%),linear-gradient(currentColor,currentColor);border-radius:999px;position:absolute;inset:0}.hero-snowflake:before{box-shadow:0 calc(var(--size) * -.28) 0 -.35px currentColor, 0 calc(var(--size) * .28) 0 -.35px currentColor, calc(var(--size) * -.28) 0 0 -.35px currentColor, calc(var(--size) * .28) 0 0 -.35px currentColor;transform:scale(1)}.hero-snowflake:after{box-shadow:0 calc(var(--size) * -.28) 0 -.35px currentColor, 0 calc(var(--size) * .28) 0 -.35px currentColor, calc(var(--size) * -.28) 0 0 -.35px currentColor, calc(var(--size) * .28) 0 0 -.35px currentColor;transform:rotate(45deg)scale(.72)}@keyframes hero-snow-fall{0%{opacity:0;transform:translate(0,0)rotate(0)}12%{opacity:var(--opacity)}50%{opacity:calc(var(--opacity) * .92);transform:translate3d(calc(var(--drift) * .35), 52%, 0) rotate(140deg)}to{opacity:0;transform:translate3d(var(--drift), 116%, 0) rotate(240deg)}}.hero-copy{z-index:2;display:contents;position:relative}.hero-copy h1{z-index:2;color:#fff;grid-area:1/1;align-self:start;max-width:760px;position:relative}.hero-mobile-break{display:none}.hero-copy p:not(.eyebrow){z-index:2;grid-area:2/1;align-self:start;position:relative}.eyebrow{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;margin:0 0 12px;font-size:13px;font-weight:800}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--brand)}h1{letter-spacing:0;margin-bottom:0;font-size:clamp(40px,3.7vw,68px);line-height:1.04}h1 span{background:linear-gradient(90deg,#16bfe3 0%,#76dcf2 58%,#fff 100%);color:#0000;white-space:nowrap;-webkit-background-clip:text;background-clip:text;display:inline-block}.hero p:not(.eyebrow){color:#ffffffc7;max-width:760px;margin-top:0;margin-bottom:0;font-size:clamp(15px,.95vw,18px);font-weight:700;line-height:1.55}.hero-cta{z-index:2;border-radius:var(--radius);background:var(--accent);color:#053a56;cursor:pointer;border:0;grid-area:2/1;place-self:start;align-items:center;min-height:48px;margin-top:18px;padding:0 24px;font-weight:800;transition:background .18s;display:inline-flex;position:relative}.hero-cta:hover{color:#fff;background:#37d2ef}.category-strip{background:#f5f9fc;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;padding-top:42px;padding-bottom:42px;display:grid}.category-strip article{border-radius:var(--radius);background:#fff;border:1px solid #cfeaf7;flex-direction:column;min-height:300px;padding:28px 26px 0;transition:transform .22s,border-color .22s,box-shadow .22s;display:flex;overflow:hidden;transform:translateY(0);box-shadow:0 14px 32px #07152214}.category-strip article:hover{border-color:var(--accent);transform:translateY(-6px);box-shadow:0 28px 34px -14px #0715226b}.category-strip h3{color:#092b49;margin:0 0 12px;font-size:clamp(19px,1.25vw,24px);font-weight:800;line-height:1.2}.category-strip p{color:#648197;margin:0;font-size:15px;line-height:1.45}.category-strip img{object-fit:contain;background:#fff;width:calc(100% + 52px);height:180px;margin:24px -26px 0;padding:18px 22px 24px;display:block}.home-categories{background:#f5f9fc;padding-top:clamp(54px,5.2vw,104px);padding-bottom:clamp(54px,5.2vw,104px)}.home-categories__head{margin-bottom:clamp(28px,3vw,52px)}.home-categories__head h2{color:#092b49;margin:0;font-size:clamp(30px,3.1vw,54px)}.home-categories__head p:not(.eyebrow){max-width:860px;color:var(--muted);margin:0;font-size:clamp(16px,1vw,19px);line-height:1.58}.home-categories__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.home-category-card{border-radius:var(--radius);-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;background:#fff;border:1px solid #cfeaf7;grid-template-rows:minmax(52px,auto) minmax(0,1fr);min-height:380px;padding:22px;transition:border-color .18s,box-shadow .18s,transform .18s;display:grid;overflow:hidden;box-shadow:0 14px 32px #0715220f}.home-category-card:hover{border-color:var(--accent);box-shadow:0 24px 34px -18px #07152261}.home-category-card--featured{grid-column:1/-1;grid-template-rows:auto 1fr;grid-template-columns:1fr;min-height:450px;position:relative}.home-category-card--featured h3{z-index:2;width:100%;max-width:none;color:var(--brand);text-align:center;text-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;pointer-events:none;white-space:nowrap;background:0 0;margin:0 0 14px;padding:0;position:relative;transform:none}.home-category-card img{object-fit:contain;object-position:center bottom;border-radius:var(--radius);background:0 0;align-self:stretch;width:100%;height:100%;min-height:0;padding:4px;display:block}.home-category-card--warehouse img{object-fit:cover;padding:0}.home-category-card--featured img{object-fit:contain;object-position:center center;border-radius:0;align-self:stretch;height:100%;padding:0 8px 8px;transform:none}.home-category-card h3{color:var(--brand);text-align:center;justify-content:center;align-items:center;margin:0;font-size:clamp(18px,1.15vw,24px);line-height:1.2;display:flex}.home-category-card--featured h3{letter-spacing:-.02em;margin-bottom:18px;font-size:clamp(30px,3.1vw,54px)}.home-category-card p{color:#607286;margin:0;font-size:14px;line-height:1.58}.suppliers-strip{background:#f8fcff;border-top:1px solid #e4f3fa;border-bottom:1px solid #e4f3fa;height:80px;overflow:hidden}.suppliers-track{justify-content:center;align-items:center;gap:clamp(32px,5vw,72px);height:100%;display:flex}.suppliers-track img{object-fit:contain;opacity:.55;filter:grayscale();width:auto;height:95%;transition:opacity .2s,filter .2s}.suppliers-track img:hover{opacity:1;filter:none}.why-section{background:#fff;padding-top:clamp(48px,4.6vw,88px);padding-bottom:clamp(52px,5vw,96px)}.why-head{text-align:center;justify-items:center;gap:12px;max-width:760px;margin:0 auto clamp(28px,3vw,46px);display:grid}.why-head h2{color:var(--brand);margin:0;font-size:clamp(30px,3.1vw,54px)}.why-head p{color:var(--muted);margin:0;font-size:clamp(15px,1vw,18px);line-height:1.55}.why-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(14px,1.3vw,22px);display:grid}.why-card{color:inherit;font:inherit;cursor:pointer;border-radius:var(--radius);-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;background:linear-gradient(#f8fcff 0%,#e9f8fd 100%);border:1px solid #cfeaf7;align-content:center;justify-items:center;min-height:164px;padding:28px 18px 26px;text-decoration:none;transition:border-color .18s,box-shadow .18s,transform .18s;animation:.58s both whyCardIn;display:grid;position:relative;overflow:hidden;box-shadow:0 14px 28px #0715220f}.why-card:visited{color:inherit}.why-card:before{content:"";background:linear-gradient(90deg, var(--accent), #afe1ff);height:4px;position:absolute;inset:0 0 auto}.why-card:nth-child(2){animation-delay:60ms}.why-card:nth-child(3){animation-delay:.12s}.why-card:nth-child(4){animation-delay:.18s}.why-card:nth-child(5){animation-delay:.24s}.why-card:hover{border-color:var(--accent);transform:translateY(-4px);box-shadow:0 24px 34px -18px #07152257}.why-card:hover h3{color:var(--accent)}.why-icon{border-radius:var(--radius);background:var(--accent);justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:18px;display:inline-flex;box-shadow:0 12px 20px #16bfe342}.why-icon svg{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:25px;height:25px}.why-card h3{color:var(--brand);text-align:center;margin:0;font-size:clamp(16px,1vw,18px);line-height:1.22;transition:color .18s}.why-card p{color:var(--brand);text-align:center;margin:10px 0 0;font-size:clamp(13px,.85vw,15px);line-height:1.5}@keyframes whyCardIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.why-card{transition:none;animation:none}}.section{padding-top:clamp(58px,5.6vw,128px);padding-bottom:clamp(58px,5.6vw,128px)}.service-detail{background:radial-gradient(circle at 100% 0,#16bfe31f,#0000 28%),linear-gradient(#fbfeff 0%,#f6fbfe 100%)}.service-detail .section-head{max-width:1020px}.service-detail .section-lead{max-width:920px;color:var(--muted);margin:0;font-size:clamp(16px,1.1vw,20px);line-height:1.7}.service-flow{gap:18px;max-width:920px;display:grid}.service-flow h2{margin:18px 0 0;font-size:clamp(22px,1.4vw,32px);line-height:1.12}.service-flow p{color:var(--ink);margin:0;font-size:clamp(16px,1vw,18px);line-height:1.7}.service-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.service-list li{color:var(--ink);padding-left:18px;font-size:clamp(15px,.95vw,17px);line-height:1.6;position:relative}.service-list li:before{content:"";background:var(--accent);border-radius:999px;width:7px;height:7px;position:absolute;top:.75em;left:0;transform:translateY(-50%)}.section-head{gap:12px;margin-bottom:clamp(28px,3vw,56px);display:grid}h2{max-width:920px;margin-bottom:0;font-size:clamp(30px,3.2vw,64px);line-height:1.08}.product-grid{border:1px solid var(--line);background:var(--line);grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;display:grid}.product-grid article{background:#fff;min-height:260px;padding:clamp(24px,2.2vw,48px)}h3{margin-bottom:16px;font-size:clamp(22px,1.5vw,32px)}.product-grid p,.band p{color:var(--muted);font-size:clamp(16px,1vw,21px);line-height:1.6}.band{background:var(--panel);grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);align-items:center;gap:clamp(32px,5vw,120px);padding-top:clamp(58px,5.2vw,120px);padding-bottom:clamp(58px,5.2vw,120px);display:grid}.stats{border:1px solid var(--line);background:var(--line);grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;display:grid}.stats div{background:#fff;min-height:170px;padding:clamp(22px,2vw,42px)}.stats strong{color:var(--brand);margin-bottom:10px;font-size:clamp(34px,3.6vw,72px);line-height:1;display:block}.stats span{color:var(--muted);font-size:clamp(15px,1vw,20px)}.products-page{width:100%;padding:clamp(28px, 3.5vw, 72px) var(--gutter);background:#f5f9fc}.refrig-page{width:100%;padding:clamp(34px, 4vw, 84px) var(--gutter)}.refrig-category{max-width:none;margin-bottom:clamp(40px,5vw,80px)}.refrig-category__head{border-bottom:2px solid #cfeaf7;margin-bottom:24px;padding-bottom:16px}.refrig-category__head h2{color:var(--brand);margin:0 0 10px;font-size:clamp(20px,2vw,30px);line-height:1.2}.refrig-category__head p{color:#5a7a90;margin:0;font-size:clamp(14px,.95vw,16px);line-height:1.65}.refrig-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;display:grid}.refrig-card{border-radius:var(--radius);color:inherit;background:linear-gradient(#f8fcff 0%,#edf9fd 100%);border:1px solid #cfeaf7;flex-direction:column;text-decoration:none;transition:border-color .18s,box-shadow .18s,transform .18s;display:flex;overflow:hidden}.refrig-card:hover{border-color:var(--accent);transform:translateY(-3px);box-shadow:0 8px 24px #0715221f}.refrig-card__img{background:#fff;justify-content:center;align-items:center;height:200px;padding:4px;display:flex}.refrig-card__img img{object-fit:contain;max-width:100%;max-height:100%}.refrig-card__name{height:62px;color:var(--brand);text-align:center;border-top:1px solid #e4f3fa;justify-content:center;align-items:center;padding:8px 12px 10px;font-size:clamp(12px,.88vw,14px);font-weight:600;line-height:1.25;display:flex;overflow:hidden}.ergo-promo{border-bottom:2px solid #cfeaf7;margin-bottom:clamp(40px,5vw,80px);padding-bottom:16px}.ergo-promo__title{color:var(--brand);margin:0 0 10px;font-size:clamp(20px,2vw,30px);font-weight:700;line-height:1.2}.ergo-promo__link{color:#5a7a90;font-size:clamp(14px,.95vw,16px);line-height:1.65;text-decoration:underline;transition:color .15s}.ergo-promo__link:hover{color:var(--brand)}.cases-page{--cases-bg:#f5f9fc;background:radial-gradient(circle at 0 0,#16bfe314,#0000 24%),linear-gradient(#fff 0%,#f5f9fc 100%);width:100%;padding:clamp(34px,4vw,84px) 0}.cases-progress{top:var(--header-h);z-index:19;pointer-events:none;background:#0759851f;width:100%;height:4px;position:sticky;overflow:hidden}.cases-progress__bar{transform-origin:0;background:linear-gradient(90deg,#075985,#22c0e8);width:100%;height:100%;display:block;transform:scaleX(0)}.cases-hero{width:100%;padding:0 var(--gutter);gap:12px;margin:0 0 28px;display:grid}.cases-hero__eyebrow{color:var(--brand);letter-spacing:.16em;text-transform:uppercase;margin:0;font-size:13px;font-weight:900}.cases-hero p.cases-hero__eyebrow{color:var(--brand)}.cases-hero h1{color:var(--brand);margin:0;font-size:clamp(44px,5vw,88px);line-height:1.02}.cases-hero p{max-width:72ch;color:var(--muted);margin:0;font-size:clamp(16px,1.05vw,21px);line-height:1.7}.cases-list{width:100%;padding:0 var(--gutter);grid-template-columns:minmax(0,1fr);gap:14px;margin:0;display:grid}.cases-cta{padding:clamp(48px, 5vw, 88px) var(--gutter);text-align:center;flex-direction:column;align-items:center;gap:24px;display:flex}.cases-cta h3{color:var(--brand);margin:0;font-size:clamp(22px,2.4vw,42px);font-weight:800;line-height:1.2}.cases-cta h3 strong{color:var(--brand);font-weight:800}.cases-cta__trigger{font:inherit;color:inherit;cursor:pointer;text-underline-offset:4px;background:0 0;border:none;margin:0;padding:0;-webkit-text-decoration:underline #0000;text-decoration:underline #0000;transition:text-decoration-color .2s}.cases-cta__trigger:hover{-webkit-text-decoration-color:var(--brand);text-decoration-color:var(--brand)}.case-card{--case-card-pad-y:38px;padding:var(--case-card-pad-y) 0;border-bottom:1px solid var(--line);box-shadow:none;background:0 0;border-radius:0;grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);align-items:start;gap:4px;display:grid}.case-card,.case-detail__gallery-item,.case-detail__back,.case-card__body-link,.case-card__image-link{transition:transform .22s,opacity .22s,color .22s,background-color .22s,box-shadow .22s}.case-card:hover{transform:none}.case-card__image{background:0 0;border-radius:0;grid-column:1;padding:0;display:block;position:relative;overflow:hidden}.case-card__content{flex-direction:column;grid-area:1/2;align-items:flex-start;padding-left:clamp(16px,2vw,32px);display:flex}.case-card__info{flex-direction:column;gap:clamp(16px,1.8vw,28px);padding-top:0;display:flex}.case-card__image--gallery{cursor:grab;touch-action:pan-y;-webkit-user-drag:none}.case-card__image--gallery:active,.case-card__image--gallery.is-grabbing,.case-card__image--gallery.is-grabbing img{cursor:grabbing}.case-card__image[data-card-idx]{cursor:grab}.case-card__image[data-card-idx]:active{cursor:grabbing}.case-card__image-link{display:block}.case-card__image img{aspect-ratio:4/3;object-fit:cover;width:100%;transition:transform .22s;display:block}.case-card:hover .case-card__image img{transform:scale(1.015)}.case-card:hover .case-card__image--gallery img{transform:none}.case-card__track{will-change:transform;touch-action:pan-y;width:100%;display:flex}.case-card__slide{flex:0 0 calc(100% + 1px);min-width:0;margin-right:-1px;line-height:0;display:block}.case-card__image--gallery img{pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.case-card__image--gallery:before,.case-card__image--gallery:after{content:"";z-index:1;background:var(--cases-bg);pointer-events:none;width:3px;position:absolute;top:0;bottom:0}.case-card__image--gallery:before{left:0}.case-card__image--gallery:after{right:0}.case-card__nav{border-radius:var(--radius);color:#fff;cursor:pointer;opacity:1;z-index:2;background:#075985b3;border:0;justify-content:center;align-items:center;width:48px;height:48px;transition:opacity .2s,background-color .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.case-card__nav--prev{left:12px}.case-card__nav--next{right:12px}.case-card__nav svg{stroke:currentColor;fill:none;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round}.case-card__nav svg path,.case-lightbox__nav svg path,.gallery-arrow svg path{animation:1.4s ease-in-out infinite nav-arrow-wave}.case-card__nav svg path:first-child,.case-lightbox__nav svg path:first-child,.gallery-arrow svg path:first-child{animation-delay:0s}.case-card__nav svg path:nth-child(2),.case-lightbox__nav svg path:nth-child(2),.gallery-arrow svg path:nth-child(2){animation-delay:.28s}.case-card__nav svg path:nth-child(3),.case-lightbox__nav svg path:nth-child(3),.gallery-arrow svg path:nth-child(3){animation-delay:.56s}@keyframes nav-arrow-wave{0%,to{opacity:.2}40%{opacity:1}}.case-card__nav:hover,.case-card__image:hover .case-card__nav,.case-card__image:focus-within .case-card__nav{background:#075985f2}@media (hover:none){.case-card__nav{opacity:.72}}.case-card__body{gap:16px;min-width:0;display:grid;position:relative}.case-card__body-link{color:inherit;text-align:left;text-decoration:none}.case-card__body h2{color:var(--brand);font-size:inherit;flex-direction:column;gap:4px;margin:0;line-height:1;display:flex}.case-card__type{color:var(--brand);text-transform:uppercase;letter-spacing:.06em;font-size:clamp(13px,1vw,16px);font-weight:400}.case-card__name{color:var(--brand);font-size:clamp(24px,2.2vw,42px);font-weight:700;line-height:1.05}.case-card__location{color:var(--brand);font-size:clamp(12px,.9vw,15px);font-weight:400;line-height:1.4}.case-card__body-link:hover h2,.case-card__body-link:hover .case-card__name,.case-card__body-link:hover .case-card__type,.case-card__body-link:hover .case-card__location,.case-card__body-link:hover p,.case-detail__back:hover{color:var(--accent)}.case-card__body p{color:var(--brand);margin:0;font-size:clamp(16px,1.02vw,19px);line-height:1.7}.case-card__more{color:var(--accent);align-items:center;gap:6px;font-size:clamp(13px,1vw,15px);font-weight:500;transition:gap .2s,color .2s;display:inline-flex}.case-card__more svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s}.case-card__body-link:hover .case-card__more{gap:10px}.case-card__body-link:hover .case-card__more svg{transform:translate(3px)}.case-card__body-inner{position:relative}.case-card__3d-cta{border-radius:var(--radius);background:var(--accent);color:#053a56;letter-spacing:.08em;cursor:pointer;perspective:240px;border:0;align-items:center;gap:7px;padding:9px 20px;font-size:22px;font-weight:800;line-height:1;transition:transform .16s,background .16s;animation:1.8s ease-in-out infinite cta3dPulse;display:inline-flex;box-shadow:0 6px 18px #16bfe352}.case-card__3d-cta svg{transform-style:preserve-3d;animation:3.2s linear infinite cta3dSpin;display:block}.case-card__3d-cta:hover,.case-card__3d-cta:focus-visible{color:#fff;background:#37d2ef;transform:scale(1.08)}.case-card__3d-cta:hover svg,.case-card__3d-cta:focus-visible svg{animation-duration:1.4s}@keyframes cta3dPulse{0%,to{box-shadow:0 6px 18px #16bfe34d,0 0 #16bfe380}50%{box-shadow:0 6px 18px #16bfe34d,0 0 0 12px #16bfe300}}@keyframes cta3dSpin{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}@media (prefers-reduced-motion:reduce){.case-card__3d-cta,.case-card__3d-cta svg{animation:none}}.project-model-lightbox{z-index:120;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#e9f1f8f0;place-items:center;padding:clamp(14px,3vw,36px);display:none;position:fixed;inset:0}html[data-theme=dark] .project-model-lightbox{background:#020a10eb}.project-model-lightbox.is-open{display:grid}.project-model-lightbox__dialog{width:100%;height:100%;position:relative}.project-model-lightbox model-viewer{--poster-color:transparent;cursor:grab;background:0 0;width:100%;height:100%;display:block}.project-model-lightbox model-viewer:active{cursor:grabbing}.project-model-lightbox__close{z-index:2;border-radius:var(--radius);color:#fff;cursor:pointer;background:#075985eb;border:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:28px;line-height:1;transition:background .2s,color .2s;display:inline-flex;position:absolute;top:12px;right:12px}.project-model-lightbox__close:hover,.project-model-lightbox__close:focus-visible{background:var(--accent);color:#fff}html[data-theme=dark] .project-model-lightbox__close:hover,html[data-theme=dark] .project-model-lightbox__close:focus-visible{background:var(--accent);color:#0a1722}model-viewer::part(default-progress-bar){background:linear-gradient(90deg,#075985,#22c0e8);height:4px}html[data-theme=dark] model-viewer::part(default-progress-bar){background:linear-gradient(90deg,#2aa4c7,#6fdcf8)}.case-gallery-thumbs{grid-template-columns:repeat(7,minmax(0,1fr));gap:6px;margin-top:12px;display:grid}.case-gallery-thumb{aspect-ratio:1;cursor:pointer;background:0 0;border:2px solid #0000;border-radius:8px;padding:0;transition:border-color .18s;overflow:hidden}.case-gallery-thumb:hover{border-color:var(--accent)}.case-gallery-thumb img{object-fit:cover;width:100%;height:100%;display:block}.case-detail__model-preview{border-radius:var(--radius);cursor:pointer;background:0 0;border:0;width:100%;height:clamp(220px,30vw,380px);padding:0;display:block;position:relative;overflow:hidden}.case-detail__model-preview model-viewer{--poster-color:transparent;pointer-events:none;background:0 0;width:100%;height:100%;display:block}.case-detail__model-preview model-viewer::part(default-poster){transition:opacity .6s}.case-card__btns{flex-wrap:wrap;gap:12px;display:flex}.case-card__btns .case-card__3d-cta{font-size:inherit;font-weight:800}.case-card__order{white-space:nowrap;border-radius:var(--radius);background:var(--accent);color:#053a56;min-height:48px;font:inherit;cursor:pointer;border:0;align-items:center;padding:0 24px;font-weight:800;transition:background .18s;display:inline-flex}.case-card__order:hover{color:#fff;background:#37d2ef}.case-detail__order{border-radius:var(--radius);background:var(--accent);color:#053a56;min-height:48px;font:inherit;cursor:pointer;white-space:nowrap;border:0;justify-content:center;justify-self:start;align-items:center;margin-top:8px;padding:0 24px;font-weight:800;transition:background .18s;display:inline-flex}.case-detail__order:hover{color:#fff;background:#37d2ef}.case-card:hover{border-color:var(--line);box-shadow:none;background:0 0}.case-detail{padding:0 var(--gutter) 34px;width:100%;box-shadow:none;background:0 0;border:0;border-radius:0;gap:26px;display:grid}.case-detail__back{color:var(--brand);justify-self:start;align-items:center;gap:6px;margin-bottom:clamp(8px,1.4vw,18px);font-weight:800;display:inline-flex}.case-detail__back svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s}.case-detail__back:hover svg{transform:translate(-3px)}.case-detail__media{text-align:left;cursor:zoom-in;background:#fff;border:0;border-radius:0;width:100%;margin:0;padding:10px;overflow:hidden}.case-detail__media img,.case-detail__gallery-item img{pointer-events:none}.case-detail__media img{aspect-ratio:16/9;object-fit:contain;width:100%;max-height:520px;display:block}.case-detail__body{gap:16px;display:grid}.case-detail__head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;min-width:0;display:flex}.case-detail__head h1,.case-detail__body h2{min-width:0;color:var(--brand);font-size:inherit;flex-direction:column;gap:6px;margin:0;line-height:1;display:flex}.case-detail .case-card__type{overflow-wrap:anywhere;font-size:clamp(13px,1vw,16px)}.case-detail .case-card__name{overflow-wrap:anywhere;font-size:clamp(30px,3.2vw,54px)}.case-detail .case-card__location{overflow-wrap:anywhere;font-size:clamp(13px,1vw,16px)}.case-detail__body p{color:var(--brand);margin:0;font-size:clamp(17px,1.1vw,21px);line-height:1.8}.case-detail__gallery{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;touch-action:pan-x;scrollbar-width:none;cursor:grab;-webkit-user-select:none;user-select:none;flex-flow:row;gap:12px;padding-bottom:4px;display:flex;overflow-x:auto}.case-detail__gallery::-webkit-scrollbar{display:none}.case-detail__gallery.is-dragging{cursor:grabbing;scroll-behavior:auto}.case-detail__gallery-item{width:260px;box-shadow:none;font:inherit;cursor:pointer;background:0 0;border:2px solid #0000;border-radius:0;flex:none;padding:0;transition:border-color .18s,transform .18s;display:block;overflow:hidden}.case-detail__gallery-item.is-active{border-color:var(--accent)}.case-detail__gallery.is-dragging .case-detail__gallery-item{cursor:grabbing}.case-detail__gallery-item img{aspect-ratio:4/3;object-fit:contain;pointer-events:none;width:100%;transition:transform .2s;display:block}.case-detail__gallery-item:hover img{transform:scale(1.02)}.case-detail__gallery-item:hover{transform:translateY(-2px);box-shadow:0 14px 24px #0715221a}body.lightbox-open{overflow:hidden}.gallery-slider{gap:12px;width:100%;min-width:0;display:grid}.gallery-main{align-items:center;gap:10px;min-width:0;display:flex}.gallery-arrow{border:1px solid var(--line);border-radius:var(--radius);width:40px;height:40px;color:var(--brand);cursor:pointer;background:#fff;flex:none;justify-content:center;align-items:center;transition:background .18s,color .18s,border-color .18s;display:inline-flex}.gallery-arrow svg{stroke:currentColor;fill:none;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round}.gallery-arrow:hover{background:var(--accent);color:#fff;border-color:#0000}.gallery-track-wrap{cursor:grab;background:0 0;flex:1;min-width:0;height:clamp(280px,46vw,520px);overflow:hidden}.gallery-track-wrap:active{cursor:grabbing}.gallery-track{height:100%;position:relative}.gallery-slide{object-fit:contain;opacity:0;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;height:100%;transition:opacity .9s;position:absolute;inset:0}.gallery-slide.active{opacity:1}.gallery-thumbs{grid-template-columns:repeat(7,minmax(0,1fr));gap:6px;display:grid}.gallery-thumb{aspect-ratio:1;cursor:pointer;background:0 0;border:2px solid #0000;border-radius:8px;padding:0;transition:border-color .18s;overflow:hidden}.gallery-thumb img{object-fit:cover;width:100%;height:100%;display:block}.gallery-thumb.active{border-color:var(--accent)}.gallery-track-wrap.is-loading,.gallery-thumb.is-loading,.refrig-card__img.is-loading{position:relative}.gallery-track-wrap.is-loading:after,.gallery-thumb.is-loading:after,.refrig-card__img.is-loading:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(100deg,#16bfe30d 30%,#16bfe32e 50%,#16bfe30d 70%) 0 0/200% 100%;animation:1.4s ease-in-out infinite gallery-skeleton-shimmer;position:absolute;inset:0}@keyframes gallery-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.gallery-track-wrap.is-loading:after,.gallery-thumb.is-loading:after,.refrig-card__img.is-loading:after{animation:none}}.case-card--skeleton{pointer-events:none}.case-card--skeleton .case-card__image,.case-card--skeleton .skeleton-line{background-color:#eef2f5;background-image:linear-gradient(100deg,#16bfe300 30%,#16bfe329 50%,#16bfe300 70%);background-repeat:no-repeat;background-size:200% 100%;animation:1.4s ease-in-out infinite gallery-skeleton-shimmer}.case-card--skeleton .case-card__image{aspect-ratio:16/10;border-radius:8px}.case-card--skeleton .skeleton-line{border-radius:6px;height:.95em;margin:0 0 14px;display:block}.case-card--skeleton .skeleton-line--title{width:62%;height:1.5em}.case-card--skeleton .skeleton-line--sub{width:38%}html[data-theme=dark] .case-card--skeleton .case-card__image,html[data-theme=dark] .case-card--skeleton .skeleton-line{background-color:#0d1821}@media (prefers-reduced-motion:reduce){.case-card--skeleton .case-card__image,.case-card--skeleton .skeleton-line{animation:none}}html[data-theme=dark] .gallery-arrow{color:var(--brand);background:#0f1a24;border-color:#9fbad233}html[data-theme=dark] .gallery-arrow:hover{background:var(--accent);color:#fff;border-color:#0000}@media (width<=760px){.gallery-slide{object-fit:contain}.gallery-main{position:relative}.gallery-arrow{z-index:3;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#ffffffd9;margin:0;position:absolute;top:50%;transform:translateY(-50%)}.gallery-arrow--prev{left:8px}.gallery-arrow--next{right:8px}.gallery-thumbs{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (width<=460px){.gallery-track-wrap{height:230px}.gallery-thumbs{grid-template-columns:repeat(4,minmax(0,1fr))}}.case-lightbox{z-index:120;place-items:center;display:grid;position:fixed;inset:0}.case-lightbox[hidden]{display:none!important}.case-lightbox__backdrop{-webkit-backdrop-filter:blur(10px)saturate(140%);backdrop-filter:blur(10px)saturate(140%);background:#071522d6;position:absolute;inset:0}.case-lightbox__dialog{z-index:1;width:min(100vw,1600px);margin:5vh auto;position:relative}.case-lightbox__figure{flex-direction:column;margin:0;display:flex;position:relative;overflow:hidden}.case-lightbox__track{will-change:transform;touch-action:none;width:100%;display:flex}.case-lightbox__slide{flex:0 0 100%;justify-content:center;align-items:center;min-width:0;display:flex}.case-lightbox__image{object-fit:contain;touch-action:none;-webkit-user-select:none;user-select:none;cursor:grab;-webkit-user-drag:none;background:#fff;width:100%;max-width:none;height:auto;max-height:90vh;padding:0;display:block;box-shadow:0 24px 64px #00000057}.case-lightbox__image:active,.case-lightbox__track.is-grabbing,.case-lightbox__track.is-grabbing .case-lightbox__image{cursor:grabbing}.case-lightbox__caption{color:#ffffffd1;letter-spacing:.08em;text-align:center;width:100%;font-size:14px;font-weight:700}.case-lightbox__nav,.case-lightbox__close{color:#fff;cursor:pointer;pointer-events:auto;background:#075985bf;border:0;transition:transform .2s,background-color .2s}.case-lightbox__nav{border-radius:var(--radius);z-index:2;pointer-events:auto;place-items:center;width:44px;height:64px;display:inline-grid;position:absolute;top:50%;transform:translateY(-50%)}.case-lightbox__nav svg{stroke:#fff;fill:none;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round}.case-lightbox__nav:hover,.case-lightbox__close:hover{background:var(--accent);color:#fff}html[data-theme=dark] .case-lightbox__close:hover{background:var(--accent);color:#0a1722}.case-lightbox__close{border-radius:var(--radius);z-index:130;width:44px;height:44px;font-size:32px;line-height:1;position:absolute;top:18px;right:18px;transform:none}.case-lightbox__nav--prev{left:12px}.case-lightbox__nav--next{right:12px}.products-catalog-page{padding:clamp(40px, 5vw, 80px) var(--gutter)}.products-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(16px,1.8vw,24px);max-width:1320px;margin:0 auto;display:grid}.product-row{border-radius:var(--radius);background:#fff;border:1px solid #cfeaf7;flex-direction:column;gap:0;min-height:100%;padding:clamp(18px,1.8vw,26px);transition:transform .22s,border-color .18s,box-shadow .18s;display:flex;overflow:hidden;box-shadow:0 14px 32px #07152214}.product-row:hover{border-color:var(--accent);transform:translateY(-4px);box-shadow:0 28px 34px -16px #0715223d}.product-row h2{color:#092b49;text-align:center;margin:0;font-size:clamp(20px,1.6vw,30px);font-weight:800;line-height:1.15}.product-row p{max-width:760px;color:var(--muted);margin:0;font-size:clamp(16px,1.05vw,21px);line-height:1.62}.product-row img{object-fit:contain;object-position:center;width:100%;height:clamp(160px,19vw,240px);display:block}.page-blank{width:100%;min-height:45vh;padding:clamp(48px, 6vw, 100px) var(--gutter);text-align:left;place-items:start;gap:1rem;display:grid}.page-blank h1{color:var(--brand);margin:0;font-size:clamp(38px,4.8vw,84px);line-height:1.05}.page-blank h2{margin:1.5rem 0 0;font-size:clamp(1.3rem,2vw,1.9rem);line-height:1.15}.page-blank p{max-width:72ch;color:var(--muted);margin:0;font-size:clamp(1rem,1.05vw,1.15rem);line-height:1.75}.page-blank--warranty h1,.page-blank--warranty h2,.page-blank--warranty p{color:var(--brand)}.page-blank p+p{margin-top:.1rem}.page-blank--service,.page-blank--installation,.page-blank--delivery,.page-blank--warranty{color:var(--brand);background:radial-gradient(circle at 0 0,#16bfe314,#0000 32%),linear-gradient(#fff 0%,#f5f9fc 100%)}.page-blank--service h1,.page-blank--service h2,.page-blank--service p,.page-blank--service li,.page-blank--installation h1,.page-blank--installation h2,.page-blank--installation p,.page-blank--installation li,.page-blank--delivery h1,.page-blank--delivery h2,.page-blank--delivery p,.page-blank--delivery li,.page-blank--warranty h1,.page-blank--warranty h2,.page-blank--warranty p,.page-blank--warranty li{color:var(--brand)}.page-blank--service .case-detail__back,.page-blank--warranty .case-detail__back{margin-bottom:18px}.page-blank--service h2,.page-blank--installation h2,.page-blank--delivery h2,.page-blank--warranty h2{margin:1.4rem 0 0;font-size:clamp(1.3rem,2vw,1.9rem);line-height:1.15}.page-blank--service p,.page-blank--installation p,.page-blank--delivery p,.page-blank--warranty p{max-width:72ch;color:var(--brand);font-size:clamp(1rem,1.05vw,1.15rem);line-height:1.72}.page-blank--service ul,.page-blank--installation ul,.page-blank--delivery ul,.page-blank--warranty ul{max-width:72ch}.page-blank--service li,.page-blank--installation li,.page-blank--delivery li,.page-blank--warranty li{line-height:1.62}.page-blank--service strong,.page-blank--installation strong,.page-blank--delivery strong,.page-blank--warranty strong{color:var(--accent-strong)}html:not([data-theme=light]) .page-blank--service,html:not([data-theme=light]) .page-blank--installation,html:not([data-theme=light]) .page-blank--delivery,html:not([data-theme=light]) .page-blank--warranty,html[data-theme=dark] .page-blank--service,html[data-theme=dark] .page-blank--installation,html[data-theme=dark] .page-blank--delivery,html[data-theme=dark] .page-blank--warranty{background:#08131d}html:not([data-theme=light]) .page-blank--service h1,html:not([data-theme=light]) .page-blank--service h2,html:not([data-theme=light]) .page-blank--service p,html:not([data-theme=light]) .page-blank--service li,html:not([data-theme=light]) .page-blank--installation h1,html:not([data-theme=light]) .page-blank--installation h2,html:not([data-theme=light]) .page-blank--installation p,html:not([data-theme=light]) .page-blank--installation li,html:not([data-theme=light]) .page-blank--delivery h1,html:not([data-theme=light]) .page-blank--delivery h2,html:not([data-theme=light]) .page-blank--delivery p,html:not([data-theme=light]) .page-blank--delivery li,html:not([data-theme=light]) .page-blank--warranty h1,html:not([data-theme=light]) .page-blank--warranty h2,html:not([data-theme=light]) .page-blank--warranty p,html:not([data-theme=light]) .page-blank--warranty li,html[data-theme=dark] .page-blank--service h1,html[data-theme=dark] .page-blank--service h2,html[data-theme=dark] .page-blank--service p,html[data-theme=dark] .page-blank--service li,html[data-theme=dark] .page-blank--installation h1,html[data-theme=dark] .page-blank--installation h2,html[data-theme=dark] .page-blank--installation p,html[data-theme=dark] .page-blank--installation li,html[data-theme=dark] .page-blank--delivery h1,html[data-theme=dark] .page-blank--delivery h2,html[data-theme=dark] .page-blank--delivery p,html[data-theme=dark] .page-blank--delivery li,html[data-theme=dark] .page-blank--warranty h1,html[data-theme=dark] .page-blank--warranty h2,html[data-theme=dark] .page-blank--warranty p,html[data-theme=dark] .page-blank--warranty li{color:var(--brand)}.about-page{width:100%;padding:clamp(58px, 6vw, 132px) var(--gutter);background:linear-gradient(#f8fcffe0 0%,#ffffffd6 42%,#f5f9fce6 100%);position:relative;overflow:hidden}.about-page:before{content:"";pointer-events:none;background:#fff6;position:absolute;inset:0}.about-page>*{z-index:1;position:relative}.about-page__head{gap:12px;max-width:920px;margin-bottom:clamp(28px,3.6vw,64px);display:grid}.about-page__head h1{color:#03314f;max-width:920px;font-size:clamp(42px,5.4vw,92px)}.about-page__media{z-index:0;pointer-events:none;max-width:none;margin:0;position:absolute;inset:0}.about-page__media img{object-fit:cover;object-position:center;opacity:.34;filter:saturate(.95)contrast(.95);width:100%;height:100%;display:block}html[data-theme=light] .about-page__media img{opacity:.6}.product-page{width:100%;padding:clamp(10px, 1.5vw, 16px) var(--gutter) clamp(24px, 3vw, 48px);flex-direction:column;gap:10px;display:flex}.product-not-found{padding:clamp(48px, 8vw, 120px) var(--gutter);text-align:center;color:var(--muted);flex-direction:column;align-items:center;gap:20px;display:flex}.product-not-found a{color:var(--brand);font-weight:600;text-decoration:none}.product-not-found[hidden],.product-page[hidden]{display:none!important}.product-intro{flex-direction:column;flex-shrink:0;gap:2px;display:flex}.product-intro__eyebrow{display:none}.product-intro__title{color:var(--brand);letter-spacing:-.02em;margin:0;font-size:clamp(18px,2.2vw,30px);line-height:1.1}.product-intro__text{display:none}.breadcrumb,.product-breadcrumb{padding:clamp(16px, 2vw, 28px) var(--gutter) 0;color:var(--muted);flex-wrap:wrap;flex-shrink:0;align-items:center;gap:4px 6px;margin-bottom:0;font-size:13px;display:flex}.breadcrumb a,.product-breadcrumb a{color:var(--brand);text-decoration:none}.breadcrumb a:hover,.product-breadcrumb a:hover{text-decoration:underline}.breadcrumb__sep,.product-breadcrumb__sep{color:var(--line)}.product-hero{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);align-items:start;gap:clamp(24px,4vw,56px);min-width:0;display:grid}.product-gallery{flex-direction:column;justify-content:flex-start;gap:10px;display:flex}.product-gallery__frame{appearance:none;width:100%;color:inherit;cursor:zoom-in;background:0 0;border:0;justify-content:center;align-items:center;margin:0;padding:0;display:flex}.product-gallery__frame:focus-visible,.product-gallery__thumb:focus-visible{outline-offset:3px;outline:3px solid #24b6dc52}.product-gallery__frame img{object-fit:contain;object-position:center center;filter:none;pointer-events:none;width:auto;max-width:100%;height:auto;max-height:clamp(260px,50vh,520px);display:block}.product-gallery__frame{touch-action:pan-y}.product-gallery__thumbs{grid-template-columns:repeat(7,minmax(0,1fr));gap:10px;margin-top:2px;display:grid}.product-gallery__thumb{cursor:pointer;background:#ffffffb8;border:2px solid #0000;border-radius:16px;min-height:0;padding:0;transition:transform .18s,border-color .18s,box-shadow .18s;position:relative;overflow:hidden;box-shadow:0 10px 20px #07152214}.product-gallery__thumb:after{content:"";padding-top:100%;display:block}.product-gallery__thumb img{object-fit:contain;width:100%;height:100%;padding:8px;display:block;position:absolute;inset:0}.product-gallery__thumb:hover,.product-gallery__thumb.is-active{border-color:#24b6dc5c;transform:translateY(-1px);box-shadow:0 14px 24px #0715221f}.product-gallery__thumb.is-active{background:#24b6dc14}.product-info{flex-direction:column;gap:clamp(10px,1.2vw,16px);display:flex}.product-features-wrap+.product-specs-wrap{margin-top:clamp(12px,1.6vw,22px)}.product-category-tag{color:var(--brand);letter-spacing:.06em;text-transform:uppercase;background:#07598514;border-radius:20px;align-self:flex-start;padding:3px 10px;font-size:12px;font-weight:700;display:inline-flex}.product-lead{color:var(--ink);margin:0;font-size:clamp(14px,1vw,17px);line-height:1.65}.product-summary{flex-direction:column;gap:14px;display:flex}.product-facts{grid-template-columns:auto 1fr;align-items:baseline;gap:8px 16px;margin:0;padding:0;display:grid}.product-facts dt{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:800}.product-facts dd{color:var(--brand);margin:0;font-size:14px;font-weight:700}.product-lead-wrap{padding:0}.product-features{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.product-features li{color:var(--ink);align-items:flex-start;gap:8px;padding:4px 0;font-size:14px;line-height:1.5;display:flex}.product-features li:before{content:"";background:var(--accent);border-radius:50%;flex:0 0 18px;height:18px;margin-top:1px;-webkit-mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 6 9 17l-5-5' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") 50%/12px no-repeat;mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 6 9 17l-5-5' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") 50%/12px no-repeat}.product-specs{border-collapse:collapse;width:100%;margin-top:4px;font-size:14px}.product-specs tr{border-bottom:1px solid #07598514}.product-specs tr:first-child{border-top:0}.product-specs th,.product-specs td{vertical-align:top;text-align:left;padding:13px 16px;font-weight:400;line-height:1.4}.product-specs th{white-space:normal;width:auto;color:var(--muted);padding-left:0;padding-right:12px;font-weight:700}.product-spec__label{width:48%;color:var(--muted);padding-right:12px;font-weight:700}.product-spec__value{color:var(--brand);font-weight:600}@media (width<=860px){.product-hero{grid-template-columns:1fr}.product-gallery{max-width:480px;min-height:340px}.product-gallery__frame{min-height:300px}.product-intro__title{font-size:clamp(22px,6vw,32px)}.product-facts{grid-template-columns:1fr;gap:6px 0}.product-facts dd{margin-bottom:8px}}@media (width<=520px){.product-info{padding:14px}.product-gallery{max-width:100%}.product-gallery__frame{aspect-ratio:4/3;min-height:0;padding:10px}.product-gallery__frame img{object-fit:contain;object-position:center center;width:100%;max-width:none;height:100%;max-height:none}.product-gallery__thumbs{grid-template-columns:repeat(auto-fit,minmax(76px,1fr));gap:10px;width:100%;min-width:0;padding-bottom:4px;display:grid}.product-gallery__thumb{width:100%}.product-specs td{padding:10px 12px}}@media (width<=768px){.about-page__media img{object-fit:cover;object-position:top center}}.about-page__content{gap:18px;max-width:920px;margin-bottom:clamp(36px,4vw,72px);display:grid}.about-page__content p{color:#03314f;letter-spacing:-.005em;margin:0;font-size:clamp(17px,1.15vw,23px);font-weight:800;line-height:1.7}.about-page__departments{max-width:1100px}.about-page__departments h2{color:#03314f;margin:0 0 24px;font-size:clamp(28px,2.8vw,48px)}.about-page__department-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.about-page__department{border-radius:var(--radius);background:linear-gradient(160deg,#f8fcff 0%,#e9f8fd 100%);border:1px solid #cfeaf7;transition:border-color .18s,box-shadow .18s,transform .18s;animation:.58s both whyCardIn;position:relative;overflow:hidden;box-shadow:0 4px 20px #07152212}.about-page__department:before{content:"";background:linear-gradient(90deg, var(--accent), #afe1ff);height:3px;position:absolute;inset:0 0 auto}.about-page__department:hover{border-color:var(--accent);transform:translateY(-3px);box-shadow:0 12px 32px #07152224}.about-page__department:hover h3{color:var(--accent)}.about-page__department-link{text-align:center;width:100%;color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;flex-direction:column;align-items:center;padding:32px 24px 28px;text-decoration:none;display:flex}.about-page__dept-icon{width:64px;height:64px;color:var(--accent);background:#0078c814;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.about-page__department h3{color:var(--brand);margin:0 0 10px;font-size:clamp(18px,1.4vw,22px);font-weight:700;line-height:1.2;transition:color .18s}.about-page__department p{color:#5a7a90;margin:0;font-size:clamp(14px,.95vw,16px);line-height:1.6}.product-row__media{width:100%;height:100%;color:inherit;grid-template-rows:auto 1fr;gap:12px;text-decoration:none;display:grid}.product-row__media img{border-radius:calc(var(--radius) - 1px);background:#fff;align-self:end;padding:8px 10px 10px}.product-row__cta{border-radius:var(--radius);background:var(--accent);color:#053a56;white-space:nowrap;cursor:pointer;border:0;justify-self:end;align-items:center;min-height:48px;padding:0 24px;font-weight:800;transition:background .18s;display:inline-flex}.product-row__cta:hover{color:#fff;background:#37d2ef}@media (width<=860px){.case-card{grid-template-columns:unset;flex-direction:column;display:flex}.case-card__content,.case-card__info{display:contents}.case-card__body{grid-column:unset;grid-row:unset;text-align:left;order:1;justify-content:start;justify-items:start}.case-card__image{grid-column:unset;grid-row:unset;order:2;width:100%;min-width:0}.case-card__btns{grid-column:unset;grid-row:unset;order:3;justify-content:flex-start}.case-card__image img{aspect-ratio:4/3}.case-detail{padding:0 0 24px}.case-lightbox__dialog{grid-template-columns:1fr;gap:0;width:100%;padding:0}.case-lightbox__image{max-width:100%;max-height:90vh}}@media (width<=540px){.cases-page{padding-top:26px}.cases-hero h1{overflow-wrap:break-word;font-size:clamp(28px,8vw,44px)}}.footer{color:#fff;background:linear-gradient(90deg,#0a2a4f 0%,#0d5091 58%,#1374c8 100%);padding-top:34px;padding-bottom:0}.footer-grid{padding:0 var(--gutter) 30px;grid-template-columns:minmax(220px,1fr) minmax(220px,1fr) minmax(220px,1fr) minmax(260px,1fr);align-items:start;gap:clamp(24px,4vw,56px);margin:0;display:grid}.footer-col h2{color:#fff;align-items:center;gap:8px;margin:0 0 14px;font-size:20px;line-height:1.15;display:flex}.footer-col h2 a{color:inherit;align-items:center;gap:8px;text-decoration:none;display:inline-flex}.footer a{color:#fff}.footer address{gap:5px;margin:0 0 12px;font-style:normal;display:grid}.footer-address-pin{fill:none;stroke:#7ddcff;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;flex:none;width:18px;height:18px}.footer address span,.footer address a,.footer-contacts a{color:#ffffffc7;font-size:16px;line-height:1.5}.footer address a:hover,.footer-contacts a:hover,.footer-map-link:hover{color:#fff}.footer-link-row{color:inherit;align-items:center;gap:9px;text-decoration:none;display:inline-flex}.footer-link-row span{color:inherit}.footer-bottom a{color:inherit;text-decoration:none}.contacts-page{width:100%;padding:18px var(--gutter) clamp(56px, 6vw, 110px);color:var(--brand);background:radial-gradient(circle at 0 0,#16bfe314,#0000 32%),linear-gradient(#fff 0%,#f5f9fc 100%)}.contacts-layout{gap:12px;width:100%;display:grid}.contacts-page-title{color:#404040;letter-spacing:.01em;text-transform:uppercase;background:#efefef;border-bottom:4px solid #bdbdbd;margin:0;padding:10px 16px;font-size:clamp(30px,3vw,44px);font-weight:900;line-height:1.1}.contacts-main{gap:12px;min-width:0;display:grid}.contacts-grid{grid-template-columns:1fr;gap:12px;display:grid}.contacts-sidebar{min-width:0}.contacts-sales-card{align-content:start}.contacts-feedback{min-height:144px}.contacts-card{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;border-radius:0;gap:12px;padding:clamp(18px,2vw,26px);display:grid}.contacts-card:hover,.contacts-map-card:hover{box-shadow:none;border-color:#0000}.contacts-card h2{color:inherit;margin:0;font-size:clamp(22px,1.8vw,34px)}.contacts-tel h2{color:inherit}.contacts-links,.contacts-hours-list,.contacts-phones{gap:10px;margin:0;padding:0;list-style:none;display:grid}.contacts-links a,.contacts-phones a,.contacts-email,.contacts-address a{color:inherit;font-size:18px;font-weight:700}.contacts-links a:hover,.contacts-phones a:hover,.contacts-email:hover,.contacts-address a:hover{color:inherit}.contacts-address a{gap:4px;display:grid}.contacts-address a span{display:block}.contacts-address-block{color:inherit;gap:8px;margin:0;font-style:normal;display:grid}.contacts-address-card{gap:12px}.contacts-address-block p{color:inherit;margin:0;font-size:18px;font-weight:700;line-height:1.5}.contacts-hours-card{align-content:start}.contacts-hours-card h2,.contacts-sales-card h2,.contacts-service-card h2,.contacts-feedback h2,.contacts-address-card h2{border-bottom:1px solid #dbeaf3;padding-bottom:10px}.contacts-sales{border-top:1px solid #e1edf5;gap:6px;padding-top:8px;display:grid}.contacts-sales h3{color:inherit;margin:0;font-size:18px;line-height:1.2}.contacts-sales-card .contacts-phones{margin-top:0}.contacts-email{font-size:18px}.contacts-hours-list li{border-bottom:1px solid #e1edf5;justify-content:space-between;gap:12px;padding-bottom:8px;display:flex}.contacts-hours-list strong{color:inherit}.contacts-feedback p{color:inherit;margin:0;font-size:16px;line-height:1.6}.contacts-feedback__btn{border-radius:var(--radius);background:var(--accent);color:#053a56;cursor:pointer;border:0;justify-self:start;min-height:48px;padding:0 20px;font-weight:800;transition:background .18s}.contacts-service-card__link{text-align:center;justify-content:center;align-items:center;width:fit-content;display:inline-flex}.contacts-feedback__btn:hover{color:#fff;background:#37d2ef}@media (width>=1025px){.contacts-sales-card h2,.contacts-service-card h2{white-space:nowrap}.contacts-layout{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:14px}.contacts-main,.contacts-grid,.contacts-sidebar{display:contents}.contacts-grid{grid-template-columns:none}.contacts-hours-card{grid-area:1/3/span 4}.contacts-sales-card{grid-area:1/1}.contacts-address-card{grid-area:2/1}.contacts-service-card{grid-area:1/2;min-height:144px}.contacts-feedback{grid-area:2/2;min-height:144px}.contacts-feedback,.contacts-service-card,.contacts-sales-card{align-content:start;align-self:stretch}.contacts-map-card{grid-area:3/1/auto/span 2;min-height:300px}}@media (width<=768px){.contacts-hours-list li{flex-direction:column;align-items:flex-start}.contacts-feedback{margin-top:0}.contacts-address-block p{font-size:18px}.contacts-map-card{min-height:320px}}.row{width:100%}.contacts-map-card{min-height:420px;box-shadow:none;background:0 0;border:0;border-radius:0;overflow:hidden}.google-map{width:100%;height:100%;min-height:inherit;position:relative;overflow:hidden}.google-map iframe{border:0;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.google-map-link{z-index:1;cursor:pointer;display:block;position:absolute;inset:0}.table-open-time{border-collapse:collapse;background:0 0;border:0;border-radius:0;width:100%;overflow:hidden}.table-open-time tr{border-bottom:1px solid #e3edf4}.table-open-time tr:last-child{border-bottom:0}.table-open-time tr.current-day{background:#0f4c750f;font-weight:700}.table-open-time tr.current-day .day,.table-open-time tr.current-day .time{color:var(--brand);font-weight:700}.contacts-hours-head{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:12px;display:flex}.contacts-hours-head h2{border-bottom:none;margin:0;padding-bottom:0}.hours-status{border-radius:var(--radius);letter-spacing:0;white-space:nowrap;align-items:center;gap:6px;padding:3px 10px;font-size:13px;font-weight:600;line-height:1.4;display:inline-flex}.hours-status:empty{display:none}.hours-status--open{color:#053a56;background:var(--accent)}.hours-status--closed{color:#b04141;background:#b041411f}.hours-status--service{color:var(--brand);background:#0f4c751a}html[data-theme=dark] .table-open-time tr.current-day{background:#5bb6ff1a}html[data-theme=dark] .hours-status--open{color:#041018;background:linear-gradient(90deg,#2aa4c7,#6fdcf8)}@media (prefers-color-scheme:dark){html:not([data-theme=light]) .hours-status--open{color:#041018;background:linear-gradient(90deg,#2aa4c7,#6fdcf8)}}html[data-theme=dark] .hours-status--closed{color:#ff8a8a;background:#ff8a8a29}.table-open-time td{padding:13px 16px;font-size:16px;line-height:1.3}.table-open-time .day{width:54%;color:inherit;font-weight:500}.table-open-time .time{color:inherit;text-align:right;white-space:nowrap;font-weight:500}.table-open-time tr.closed .day,.table-open-time tr.closed .time{color:var(--brand);font-style:normal}.table-open-time tr.today{background:0 0}.table-open-time tr.today td{background:var(--brand)}.table-open-time tr.today td:first-child{border-top-left-radius:var(--radius);border-bottom-left-radius:var(--radius)}.table-open-time tr.today td:last-child{border-top-right-radius:var(--radius);border-bottom-right-radius:var(--radius)}.table-open-time tr.today .day,.table-open-time tr.today .time{color:#fff;font-weight:700}.table-open-time tr.today.closed .day,.table-open-time tr.today.closed .time{color:#ffffffbf}.footer-map{border-radius:var(--radius);border:1px solid #ffffff2e;width:100%;max-width:360px;display:block;overflow:hidden;box-shadow:0 18px 34px #0000002e}.footer-map img{object-fit:cover;width:100%;height:112px;display:block}.footer-map-col{flex-direction:column;justify-self:start;align-items:flex-start;display:flex}.footer-map-link{color:var(--logo-light);margin-top:12px;font-weight:800;display:inline-flex}.footer-contacts{text-align:left;flex-direction:column;justify-self:start;align-items:flex-start;display:flex}.footer-phone-row{align-items:center;gap:9px;margin-bottom:11px;display:inline-flex}.footer-phone-row a{align-items:center;gap:9px;margin-bottom:0;line-height:1;display:inline-flex}.footer-carrier{color:#06c;flex:none;justify-content:center;align-items:center;width:22px;height:22px;font-size:15px;line-height:1;display:inline-flex}.footer-carrier--kyivstar{width:22px;height:22px}.footer-carrier--kyivstar img{object-fit:contain;width:19px;height:19px;display:block}.footer-carrier--vodafone{color:inherit}.footer-carrier--vodafone img{object-fit:contain;width:19px;height:19px;display:block}.footer-messenger{width:22px;height:22px;color:var(--logo-light);flex:none;justify-content:center;align-items:center;display:inline-flex}.footer-messenger svg{fill:currentColor;width:18px;height:18px}.footer-telegram{width:22px;height:22px;color:var(--logo-light);flex:none;justify-content:center;align-items:center;display:inline-flex}.footer-telegram svg{fill:currentColor;width:18px;height:18px}.footer-bottom{min-height:42px;padding:0 var(--gutter);color:#ffffffb8;text-align:left;border-top:1px solid #ffffff29;justify-content:flex-start;align-items:center;font-size:14px;display:flex}.footer-domain__ua{color:var(--logo-light)}@media (prefers-color-scheme:dark){html:not([data-theme=light]){--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--ink:#e8eef6;--muted:#9aa9ba;--line:#223042;--panel:#0d1620;--brand:#d9ebfa;--accent:#6fdcf8;--logo-light:#9be4ff}html:not([data-theme=light]) body{background:#061019}html:not([data-theme=light]) .top-contact{background:#08131d;border-bottom-color:#9fbad229}html:not([data-theme=light]) .site-header{background:#071019db;border-bottom-color:#9fbad229}html:not([data-theme=light]) body.search-open:before{background:#04090f94}html:not([data-theme=light]) .site-header.search-open{background:#08121ce6;padding-bottom:130px;box-shadow:0 16px 38px #00000057}html:not([data-theme=light]) .search-panel,html:not([data-theme=light]) .lang-menu,html:not([data-theme=light]) .nav-dropdown__menu{background:#101b26;border-color:#9fbad22e;box-shadow:0 18px 34px #00000052}@media (width<=1024px){html:not([data-theme=light]) .main-nav{box-shadow:none;background:0 0;border-color:#9fbad22e}}html:not([data-theme=light]) .main-nav{box-shadow:none;background:0 0}html:not([data-theme=light]) .search-panel{background:#101b26;border-color:#9fbad233}html:not([data-theme=light]) .site-header.search-open .search-panel{-webkit-backdrop-filter:none;box-shadow:none;background:0 0;border:none}html:not([data-theme=light]) .search-submit{color:var(--muted);background:#151f2b;border-left-color:#9fbad22e}html:not([data-theme=light]) .search-panel input,html:not([data-theme=light]) .lang-menu button{color:var(--ink)}html:not([data-theme=light]) .lang-menu button:hover,html:not([data-theme=light]) .lang-menu button.active{color:#07111a}html:not([data-theme=light]) .theme-toggle .theme-icon--sun{opacity:0;transform:scale(.72)}html:not([data-theme=light]) .theme-toggle .theme-icon--moon{opacity:1;transform:scale(1)}html:not([data-theme=light]) .hero{background:linear-gradient(90deg,#020b12fa,#071e34f5,#0c3b5fe6),radial-gradient(circle at 90% 20%,#7ddcff24,#0000 20%),#061019}html:not([data-theme=light]) .hero p:not(.eyebrow){color:#e8eef6cc}html:not([data-theme=light]) .category-strip,html:not([data-theme=light]) .home-categories,html:not([data-theme=light]) .suppliers-strip{background:#0b1620;border-color:#9fbad21f}html:not([data-theme=light]) .why-section,html:not([data-theme=light]) .products-page,html:not([data-theme=light]) .refrig-page,html:not([data-theme=light]) .contacts-page{background:#08131d}html:not([data-theme=light]) .refrig-card{background:#101b26;border-color:#9fbad229}html:not([data-theme=light]) .refrig-card__img{background:#0d1821}html:not([data-theme=light]) .refrig-card__name{color:#7ba8c0;background:#0d1821;border-top-color:#9fbad229}html:not([data-theme=light]) .refrig-category__head h2{color:var(--brand)}html:not([data-theme=light]) .refrig-category__head p{color:#7ba8c0}html:not([data-theme=light]) .refrig-category__head,html:not([data-theme=light]) .ergo-promo{border-color:#9fbad22e}html:not([data-theme=light]) .ergo-promo__title{color:var(--brand)}html:not([data-theme=light]) .ergo-promo__link{color:#7ba8c0}html:not([data-theme=light]) .category-strip article,html:not([data-theme=light]) .why-card,html:not([data-theme=light]) .product-grid article,html:not([data-theme=light]) .stats div,html:not([data-theme=light]) .about-page__department,html:not([data-theme=light]) .contacts-card,html:not([data-theme=light]) .contacts-map-card,html:not([data-theme=light]) .table-open-time,html:not([data-theme=light]) .consult-modal__panel{background:#101b26;border-color:#9fbad229;box-shadow:0 18px 34px #00000042}html:not([data-theme=light]) .home-category-card,html:not([data-theme=light]) .home-category-card:hover{box-shadow:none;background:0 0;border-color:#0000}html:not([data-theme=light]) .category-strip img{background:#0d1721}html:not([data-theme=light]) .home-category-card--checkout img{display:none}html:not([data-theme=light]) .home-category-card--warehouse img{display:block}html:not([data-theme=light]) .category-strip h3,html:not([data-theme=light]) .home-categories__head h2,html:not([data-theme=light]) .why-head h2,html:not([data-theme=light]) .product-row h2,html:not([data-theme=light]) .about-page__head h1,html:not([data-theme=light]) .about-page__departments h2,html:not([data-theme=light]) .contacts-card h2,html:not([data-theme=light]) .footer-col h2,html:not([data-theme=light]) .page-blank h1,html:not([data-theme=light]) .home-category-card h3,html:not([data-theme=light]) .home-category-card--featured h3,html:not([data-theme=light]) .why-card h3,html:not([data-theme=light]) .consult-modal h2,html:not([data-theme=light]) .brand,html:not([data-theme=light]) .main-nav a,html:not([data-theme=light]) .icon-btn,html:not([data-theme=light]) .search-submit{color:var(--brand)}html:not([data-theme=light]) .category-strip p,html:not([data-theme=light]) .home-categories__head p:not(.eyebrow),html:not([data-theme=light]) .home-category-card p,html:not([data-theme=light]) .why-head p,html:not([data-theme=light]) .product-grid p,html:not([data-theme=light]) .product-row p,html:not([data-theme=light]) .band p,html:not([data-theme=light]) .stats span,html:not([data-theme=light]) .contacts-feedback p,html:not([data-theme=light]) .consult-modal p,html:not([data-theme=light]) .consult-form span,html:not([data-theme=light]) .footer address span,html:not([data-theme=light]) .footer address a,html:not([data-theme=light]) .footer-contacts a,html:not([data-theme=light]) .footer-bottom,html:not([data-theme=light]) .table-open-time .time{color:inherit}html:not([data-theme=light]) .about-page__content p{color:var(--brand)}html:not([data-theme=light]) .cases-hero p,html:not([data-theme=light]) .case-card__body p,html:not([data-theme=light]) .case-detail__body p{color:var(--muted)}html:not([data-theme=light]) .why-card:before,html:not([data-theme=light]) .about-page__department:before{background:linear-gradient(90deg, var(--accent), #9be4ffb8)}html:not([data-theme=light]) .about-page__dept-icon{background:#008cdc24}html:not([data-theme=light]) .about-page__department p{color:#7ba8c0}html:not([data-theme=light]) .why-icon,html:not([data-theme=light]) .hero-cta,html:not([data-theme=light]) .contacts-feedback__btn,html:not([data-theme=light]) .consult-form button,html:not([data-theme=light]) .thankyou-modal__ok,html:not([data-theme=light]) .case-card__3d-cta,html:not([data-theme=light]) .product-row__cta{color:#041018;background:linear-gradient(90deg,#2aa4c7,#6fdcf8)}html:not([data-theme=light]) .scroll-down-btn,html:not([data-theme=light]) .callback-btn{color:#041018}html:not([data-theme=light]) .why-icon svg,html:not([data-theme=light]) .footer-address-pin,html:not([data-theme=light]) .footer-messenger,html:not([data-theme=light]) .footer-telegram{stroke:#9be4ff;color:#9be4ff}html:not([data-theme=light]) .hero-cta:hover,html:not([data-theme=light]) .contacts-feedback__btn:hover,html:not([data-theme=light]) .consult-form button:hover,html:not([data-theme=light]) .thankyou-modal__ok:hover,html:not([data-theme=light]) .case-card__3d-cta:hover,html:not([data-theme=light]) .product-row__cta:hover{background:linear-gradient(90deg,#43b9dd,#86e4fb)}html:not([data-theme=light]) .product-grid,html:not([data-theme=light]) .stats{background:var(--line)}html:not([data-theme=light]) .about-page{background:linear-gradient(#09121beb 0%,#071019f0 48%,#08131dfa 100%)}html:not([data-theme=light]) .about-page:before{background:0 0}html:not([data-theme=light]) .contacts-card:hover,html:not([data-theme=light]) .contacts-map-card:hover,html:not([data-theme=light]) .why-card:hover,html:not([data-theme=light]) .about-page__department:hover,html:not([data-theme=light]) .category-strip article:hover,html:not([data-theme=light]) .home-category-card:hover{border-color:#6fdcf873;box-shadow:0 24px 40px -18px #00000075}html:not([data-theme=light]) .contacts-address-card,html:not([data-theme=light]) .contacts-hours-card h2,html:not([data-theme=light]) .contacts-sales-card h2,html:not([data-theme=light]) .contacts-service-card h2,html:not([data-theme=light]) .contacts-feedback h2,html:not([data-theme=light]) .contacts-address-card h2,html:not([data-theme=light]) .contacts-sales,html:not([data-theme=light]) .contacts-hours-list li,html:not([data-theme=light]) .table-open-time tr{border-color:#9fbad21f}html:not([data-theme=light]) .contacts-card,html:not([data-theme=light]) .contacts-map-card,html:not([data-theme=light]) .table-open-time{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;border-radius:0}html:not([data-theme=light]) .contacts-card:hover,html:not([data-theme=light]) .contacts-map-card:hover{box-shadow:none;border-color:#0000}html:not([data-theme=light]) .table-open-time{background:0 0}html:not([data-theme=light]) .table-open-time tr.current{background:#6fdcf814}html:not([data-theme=light]) .table-open-time tr.current .day{color:inherit;font-weight:700}html:not([data-theme=light]) .table-open-time tr.today{background:0 0}html:not([data-theme=light]) .table-open-time tr.today td{background:#6fdcf824}html:not([data-theme=light]) .table-open-time tr.today td:first-child{border-top-left-radius:var(--radius);border-bottom-left-radius:var(--radius)}html:not([data-theme=light]) .table-open-time tr.today td:last-child{border-top-right-radius:var(--radius);border-bottom-right-radius:var(--radius)}html:not([data-theme=light]) .table-open-time tr.today .day,html:not([data-theme=light]) .table-open-time tr.today .time{color:#6fdcf8;font-weight:700}html:not([data-theme=light]) .table-open-time tr.today.closed .day,html:not([data-theme=light]) .table-open-time tr.today.closed .time{color:#6fdcf88c}html:not([data-theme=light]) .table-open-time tr.closed .day,html:not([data-theme=light]) .table-open-time tr.closed .time{color:var(--brand)}html:not([data-theme=light]) .contacts-map-card{background:0 0}html:not([data-theme=light]) .footer{background:linear-gradient(90deg,#050c13 0%,#081522 55%,#0b2236 100%)}html:not([data-theme=light]) .footer-bottom{border-top-color:#ffffff14}html:not([data-theme=light]) .footer-map{border-color:#ffffff24}html:not([data-theme=light]) .consult-modal__overlay{background:#02070cbd}html:not([data-theme=light]) .consult-modal__close{color:var(--brand);background:#182330}html:not([data-theme=light]) .consult-form span{color:var(--brand)}html:not([data-theme=light]) .consult-form input{color:var(--ink);background:#0f1a24;border-color:#9fbad233}html:not([data-theme=light]) .consult-form input:focus{border-color:#6fdcf8bf;box-shadow:0 0 0 3px #6fdcf82e}html:not([data-theme=light]) .main-nav a:hover,html:not([data-theme=light]) .icon-btn:hover,html:not([data-theme=light]) .search-submit:hover,html:not([data-theme=light]) .product-row__cta:hover,html:not([data-theme=light]) .contacts-links a:hover,html:not([data-theme=light]) .contacts-phones a:hover,html:not([data-theme=light]) .contacts-email:hover,html:not([data-theme=light]) .contacts-address a:hover,html:not([data-theme=light]) .footer address a:hover,html:not([data-theme=light]) .footer-contacts a:hover,html:not([data-theme=light]) .footer-map-link:hover{color:var(--accent)}}.consult-modal{z-index:100;justify-content:center;align-items:center;padding:20px;display:none;position:fixed;inset:0}.consult-modal.is-open{display:flex}.consult-modal__overlay{-webkit-backdrop-filter:blur(6px);background:#0715229e;position:absolute;inset:0}.consult-modal__dialog{z-index:1;width:min(100%,460px);position:relative}.consult-modal__panel{border-radius:var(--radius);color:var(--ink);background:#f5f9fc;padding:30px;box-shadow:0 30px 80px #00000057}.consult-modal__close{z-index:2;border-radius:var(--radius);width:34px;height:34px;color:var(--ink);cursor:pointer;background:#e2edf5;border:0;font-size:24px;line-height:1;transition:background .2s,color .2s;position:absolute;top:12px;right:12px}.consult-modal__close:hover{background:var(--accent);color:#fff}.consult-modal h2{text-align:center;margin:0 0 10px;font-size:26px}.consult-modal p{color:var(--muted);text-align:center;margin:0 0 22px;font-size:15px;line-height:1.5}.consult-modal p[data-consult-subtitle].consult-modal__subtitle--hours{white-space:pre-line;text-align:center;color:var(--brand)}.consult-form{gap:14px;display:grid}.consult-form label{gap:7px;display:grid}.consult-form span{color:#092b49;font-size:14px;font-weight:700}.consult-form input{border-radius:var(--radius);width:100%;min-height:50px;color:var(--ink);background:#fff;border:1px solid #c8d9e6;padding:0 14px}.consult-form input:focus{border-color:#7ddcff;box-shadow:0 0 0 3px #7ddcff38}.consult-form button{border-radius:var(--radius);background:var(--accent);color:#053a56;cursor:pointer;border:0;min-height:52px;font-weight:800;transition:background .18s}.consult-form button:hover{color:#fff;background:#37d2ef}.thankyou-modal{z-index:110;justify-content:center;align-items:center;padding:20px;display:none;position:fixed;inset:0}.thankyou-modal.is-open{display:flex}.thankyou-modal__overlay{-webkit-backdrop-filter:blur(6px);background:#0715229e;position:absolute;inset:0}.thankyou-modal__dialog{z-index:1;border-radius:var(--radius);width:min(100%,380px);color:var(--ink);text-align:center;background:#f5f9fc;padding:32px 28px;position:relative;box-shadow:0 30px 80px #00000057}.thankyou-modal__icon{color:var(--brand)}.thankyou-modal__icon svg{margin:0 auto;display:block}.thankyou-modal__text{white-space:pre-line;margin:16px 0 22px;font-size:16px;line-height:1.5}.thankyou-modal__ok{border-radius:var(--radius);background:var(--accent);color:#053a56;min-width:140px;min-height:48px;font:inherit;cursor:pointer;border:0;padding:0 24px;font-weight:800;transition:background .18s}.thankyou-modal__ok:hover{color:#fff;background:#37d2ef}@media (width<=480px){:root{--gutter:16px;--header-h:64px;--hero-min:0px}.hero{gap:14px;padding-top:14px;padding-bottom:14px}.home-categories{padding-top:24px}.site-header{gap:12px}.brand{gap:4px;font-size:28px}.brand img{width:48px;height:48px;margin-top:-5px}html[data-theme=dark] .brand:before{width:48px;height:48px;transform:translateY(calc(-50% - 3px))}.main-nav{left:var(--gutter);right:var(--gutter);top:var(--header-h);border:1px solid var(--line);border-radius:var(--radius);opacity:0;pointer-events:none;background:#fff;gap:0;padding:8px;transition:opacity .16s,transform .16s;display:grid;position:absolute;transform:translateY(-6px);box-shadow:0 18px 32px #07152229}.site-header.menu-open .main-nav{opacity:1;pointer-events:auto;transform:translateY(0)}.main-nav a{min-height:42px;padding:0 12px;font-size:14px}.menu-toggle{display:inline-flex}.header-actions{gap:10px;margin-left:auto}.hero{grid-template-rows:auto auto auto;grid-template-columns:1fr}.hero-copy h1,.hero-copy p:not(.eyebrow),.hero-cta{grid-area:auto/1}.hero-copy h1{font-size:clamp(34px,10vw,46px)}.hero-copy h1>span{background:linear-gradient(90deg,#16bfe3 0%,#76dcf2 58%,#fff 100%);color:#0000;-webkit-background-clip:text;background-clip:text;display:inline-block}.hero-particles{opacity:1}.hero-copy h1 span{white-space:normal}.hero-mobile-break{display:block}.hero-cta{justify-self:start;margin-top:16px}.about-page__department-list{grid-template-columns:1fr}.home-category-card{height:320px;box-shadow:none;background:0 0;border:0}.home-category-card--featured{grid-column:auto;grid-template-rows:auto 1fr;grid-template-columns:1fr;min-height:360px}.home-category-card--featured h3{text-align:center;white-space:normal;margin:0 0 18px;font-size:clamp(24px,8vw,34px);line-height:1.15}.home-category-card--featured img{height:100%}.product-grid,.category-strip,.home-categories__grid,.why-grid,.product-row,.band,.stats,.footer-grid,.products-list{grid-template-columns:1fr}.search-panel{top:calc(var(--header-h) + 54px);left:var(--gutter);right:var(--gutter);width:auto;position:fixed}}@media (width<=360px){:root{--gutter:12px}html,body{min-width:0}.brand{font-size:23px}.brand img,html[data-theme=dark] .brand:before{width:40px;height:40px}.header-actions{gap:6px;margin-left:8px}}@media (width<=320px){:root{--gutter:10px}.brand{font-size:22px}.brand img,html[data-theme=dark] .brand:before{display:none}.header-actions{gap:4px;margin-left:6px}}@media (width>=481px) and (width<=768px){:root{--gutter:22px;--hero-min:260px}.site-header{gap:12px}.main-nav{left:var(--gutter);right:var(--gutter);top:var(--header-h);border:1px solid var(--line);border-radius:var(--radius);opacity:0;pointer-events:none;background:#fff;gap:0;padding:8px;transition:opacity .16s,transform .16s;display:grid;position:absolute;transform:translateY(-6px);box-shadow:0 18px 32px #07152229}.site-header.menu-open .main-nav{opacity:1;pointer-events:auto;transform:translateY(0)}.main-nav a{min-height:42px;padding:0 12px;font-size:14px}.menu-toggle{display:inline-flex}.product-grid,.category-strip,.home-categories__grid,.why-grid,.stats{grid-template-columns:repeat(2,minmax(0,1fr))}.products-list{grid-template-columns:1fr}.product-row__cta{justify-self:end}.band,.footer-grid{grid-template-columns:1fr}.hero{grid-template-rows:auto auto auto;grid-template-columns:1fr}.hero-copy h1,.hero-copy p:not(.eyebrow),.hero-cta{grid-area:auto/1}.hero-cta{justify-self:start;margin-top:16px}.home-category-card{height:340px;box-shadow:none;background:0 0;border:0}.home-category-card--featured{grid-column:auto;grid-template-rows:auto 1fr;grid-template-columns:1fr;min-height:380px}.home-category-card--featured h3{text-align:center;white-space:normal;margin:0 0 18px;font-size:clamp(26px,6.5vw,38px);line-height:1.15}.home-category-card--featured img{height:100%}}@media (width>=769px) and (width<=1024px){:root{--gutter:28px;--hero-min:400px}.product-grid,.category-strip,.home-categories__grid,.why-grid,.stats{grid-template-columns:repeat(2,minmax(0,1fr))}.products-list{grid-template-columns:1fr}.product-row__cta{justify-self:end}.band,.footer-grid{grid-template-columns:1fr}.hero{grid-template-rows:auto auto auto;grid-template-columns:1fr}.hero-copy h1,.hero-copy p:not(.eyebrow),.hero-cta{grid-area:auto/1}.hero-cta{justify-self:start;margin-top:16px}.home-category-card{height:360px}}@media (width>=1025px) and (width<=1366px){:root{--gutter:40px;--hero-min:360px}.why-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-category-card--featured{min-height:400px}}@media (width>=1025px){.home-categories__grid{grid-template-rows:repeat(3,clamp(156px,12vw,190px));grid-template-columns:minmax(0,1.45fr) minmax(0,1fr);align-items:stretch}.home-category-card{border-radius:var(--radius);height:100%;min-height:0;box-shadow:none;background:0 0;border:0;flex-direction:column;justify-content:flex-start;padding:16px 0 0;transition:transform .24s,opacity .24s;display:flex;position:relative}.home-category-card:hover{box-shadow:none;transform:translateY(-6px)}.home-category-card--featured{grid-area:1/1/span 3;min-height:0}.home-category-card:not(.home-category-card--featured){min-height:0}.home-category-card:after{content:none}.home-category-card:nth-of-type(2){grid-area:1/2}.home-category-card:nth-of-type(3){grid-area:2/2}.home-category-card:nth-of-type(4){grid-area:3/2}.home-category-card img{object-fit:contain;object-position:center;border-radius:var(--radius);width:auto;max-width:min(100%,520px);height:auto;max-height:calc(100% - 56px);margin:12px auto 0;padding:0;transition:transform .28s,filter .28s,opacity .28s;position:relative;bottom:auto;left:auto}.home-category-card--warehouse img{object-position:center center}.home-category-card h3{z-index:2;width:100%;min-height:56px;color:var(--brand);text-align:center;-webkit-backdrop-filter:none;background:0 0;border-radius:0;justify-content:center;align-items:center;margin:0;padding:0;font-size:clamp(16px,1.1vw,22px);line-height:1.1;transition:color .24s,transform .24s,opacity .24s;display:flex;position:relative;top:auto;left:auto}.home-category-card--featured h3{letter-spacing:-.02em;min-height:72px;margin-bottom:18px;font-size:clamp(30px,3.1vw,54px)}.home-category-card--featured img{max-height:calc(100% - 90px);margin-top:18px}.home-category-card:hover img{filter:saturate(1.06)brightness(1.04);transform:scale(1.12)}.home-category-card:hover h3{color:var(--accent);transform:translateY(-1px)}}@media (width>=1367px) and (width<=1920px){:root{--gutter:56px;--hero-min:380px}}@media (width>=1921px) and (width<=2560px){:root{--gutter:76px;--hero-min:420px}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width>=2561px) and (width<=3840px){:root{--gutter:112px;--hero-min:480px}.site-header,.hero,.section,.band,.footer{padding-left:var(--gutter);padding-right:var(--gutter)}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-grid article{min-height:340px}}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--ink:#e8eef6;--muted:#9aa9ba;--line:#223042;--panel:#0d1620;--brand:#d9ebfa;--accent:#6fdcf8;--logo-light:#9be4ff}html[data-theme=dark] body{background:#061019}html[data-theme=dark] .top-contact{background:#08131d;border-bottom-color:#9fbad229}html[data-theme=dark] .site-header{background:#071019db;border-bottom-color:#9fbad229}html[data-theme=dark] body.search-open:before{background:#04090f94}html[data-theme=dark] .site-header.search-open{background:#08121ce6;padding-bottom:130px;box-shadow:0 16px 38px #00000057}html[data-theme=dark] .search-panel,html[data-theme=dark] .lang-menu,html[data-theme=dark] .nav-dropdown__menu{background:#101b26;border-color:#9fbad22e;box-shadow:0 18px 34px #00000052}html[data-theme=dark] .search-panel{background:#101b26;border-color:#9fbad233}html[data-theme=dark] .site-header.search-open .search-panel{-webkit-backdrop-filter:none;box-shadow:none;background:0 0;border:none}html[data-theme=dark] .search-submit{color:var(--muted);background:#151f2b;border-left-color:#9fbad22e}html[data-theme=dark] .search-panel input,html[data-theme=dark] .lang-menu button{color:var(--ink)}html[data-theme=dark] .lang-menu button:hover,html[data-theme=dark] .lang-menu button.active{color:#07111a}html[data-theme=dark] .theme-toggle .theme-icon--sun{opacity:0;transform:scale(.72)}html[data-theme=dark] .theme-toggle .theme-icon--moon{opacity:1;transform:scale(1)}html[data-theme=dark] .hero{background:linear-gradient(90deg,#020b12fa,#071e34f5,#0c3b5fe6),radial-gradient(circle at 90% 20%,#7ddcff24,#0000 20%),#061019}html[data-theme=dark] .hero p:not(.eyebrow){color:#e8eef6cc}html[data-theme=dark] .category-strip,html[data-theme=dark] .home-categories,html[data-theme=dark] .why-section,html[data-theme=dark] .products-page,html[data-theme=dark] .contacts-page{background:#08131d}html[data-theme=dark] .cases-page{--cases-bg:#08131d;background:#08131d}html[data-theme=dark] .cases-progress{background:#6fdcf824}html[data-theme=dark] .cases-progress__bar{background:linear-gradient(90deg,#2aa4c7,#6fdcf8)}html[data-theme=dark] .category-strip article,html[data-theme=dark] .why-card,html[data-theme=dark] .product-row,html[data-theme=dark] .product-grid article,html[data-theme=dark] .stats div,html[data-theme=dark] .about-page__department,html[data-theme=dark] .contacts-card,html[data-theme=dark] .contacts-map-card,html[data-theme=dark] .table-open-time,html[data-theme=dark] .consult-modal__panel{background:#101b26;border-color:#9fbad229;box-shadow:0 18px 34px #00000042}html[data-theme=dark] .callback-modal__panel{background:#101b26d1;border-color:#9fbad229;box-shadow:0 18px 34px #00000042}html[data-theme=dark] .thankyou-modal__dialog{color:var(--ink);background:#101b26;border:1px solid #9fbad229;box-shadow:0 18px 34px #00000042}html[data-theme=dark] .home-category-card,html[data-theme=dark] .home-category-card:hover{box-shadow:none;background:0 0;border-color:#0000}html[data-theme=dark] .category-strip img,html[data-theme=dark] .product-row__media img{background:#0d1721}html[data-theme=dark] .home-category-card--checkout img{display:none}html[data-theme=dark] .home-category-card--warehouse img{display:block}html[data-theme=dark] .refrig-card__name{color:#7ba8c0;background:#0d1821;border-top-color:#9fbad229}html[data-theme=dark] .category-strip h3,html[data-theme=dark] .home-categories__head h2,html[data-theme=dark] .why-head h2,html[data-theme=dark] .product-row h2,html[data-theme=dark] .about-page__head h1,html[data-theme=dark] .about-page__departments h2,html[data-theme=dark] .contacts-card h2,html[data-theme=dark] .cases-hero h1,html[data-theme=dark] .case-card__body h2,html[data-theme=dark] .case-detail__body h2,html[data-theme=dark] .footer-col h2,html[data-theme=dark] .page-blank h1,html[data-theme=dark] .home-category-card h3,html[data-theme=dark] .home-category-card--featured h3,html[data-theme=dark] .why-card h3,html[data-theme=dark] .callback-modal__panel h2,html[data-theme=dark] .consult-modal h2,html[data-theme=dark] .brand,html[data-theme=dark] .main-nav a,html[data-theme=dark] .icon-btn,html[data-theme=dark] .search-submit,html[data-theme=dark] .category-strip p,html[data-theme=dark] .home-categories__head p:not(.eyebrow),html[data-theme=dark] .home-category-card p,html[data-theme=dark] .why-head p,html[data-theme=dark] .product-grid p,html[data-theme=dark] .product-row p,html[data-theme=dark] .about-page__content p{color:var(--brand)}html[data-theme=dark] .band p,html[data-theme=dark] .stats span,html[data-theme=dark] .contacts-feedback p,html[data-theme=dark] .cases-hero p,html[data-theme=dark] .case-card__body p,html[data-theme=dark] .case-detail__body p,html[data-theme=dark] .callback-modal__panel>p,html[data-theme=dark] .callback-countdown p,html[data-theme=dark] .consult-modal p,html[data-theme=dark] .consult-form span,html[data-theme=dark] .footer address span,html[data-theme=dark] .footer address a,html[data-theme=dark] .footer-contacts a,html[data-theme=dark] .footer-bottom,html[data-theme=dark] .table-open-time .time{color:inherit}html[data-theme=dark] .why-card:before,html[data-theme=dark] .about-page__department:before{background:linear-gradient(90deg, var(--accent), #9be4ffb8)}html[data-theme=dark] .about-page__dept-icon{background:#008cdc24}html[data-theme=dark] .about-page__department p{color:#7ba8c0}html[data-theme=dark] .why-icon,html[data-theme=dark] .hero-cta,html[data-theme=dark] .case-card__order,html[data-theme=dark] .case-detail__order,html[data-theme=dark] .contacts-feedback__btn,html[data-theme=dark] .consult-form button,html[data-theme=dark] .thankyou-modal__ok,html[data-theme=dark] .case-card__3d-cta,html[data-theme=dark] .callback-form button,html[data-theme=dark] .callback-action,html[data-theme=dark] .callback-action--ghost,html[data-theme=dark] .callback-back,html[data-theme=dark] .product-row__cta,html[data-theme=dark] .scroll-down-btn,html[data-theme=dark] .callback-btn{color:#041018;background:linear-gradient(90deg,#2aa4c7,#6fdcf8)}html[data-theme=dark] .callback-modal__icon{background:#13293d}html[data-theme=dark] .callback-countdown__timer{color:var(--accent)}html[data-theme=dark] .why-icon svg,html[data-theme=dark] .footer-address-pin,html[data-theme=dark] .footer-messenger,html[data-theme=dark] .footer-telegram{stroke:#9be4ff;color:#9be4ff}html[data-theme=dark] .hero-cta:hover,html[data-theme=dark] .case-card__order:hover,html[data-theme=dark] .case-detail__order:hover,html[data-theme=dark] .contacts-feedback__btn:hover,html[data-theme=dark] .consult-form button:hover,html[data-theme=dark] .thankyou-modal__ok:hover,html[data-theme=dark] .case-card__3d-cta:hover,html[data-theme=dark] .callback-form button:hover,html[data-theme=dark] .callback-action:hover,html[data-theme=dark] .callback-action--ghost:hover,html[data-theme=dark] .callback-back:hover,html[data-theme=dark] .product-row__cta:hover{background:linear-gradient(90deg,#43b9dd,#86e4fb)}html[data-theme=dark] .case-card__body-link:hover h2,html[data-theme=dark] .case-card__body-link:hover p,html[data-theme=dark] .case-detail__back:hover{color:var(--accent)}html[data-theme=dark] .case-card__image,html[data-theme=dark] .case-detail__media,html[data-theme=dark] .case-detail__gallery-item{background:0 0}html[data-theme=dark] .case-card{border-bottom-color:#9fbad21f}html[data-theme=dark] .case-card:hover{border-color:#6fdcf847}html[data-theme=dark] .case-card__nav:hover{background:var(--accent);color:#fff}html[data-theme=dark] .product-grid,html[data-theme=dark] .stats{background:var(--line)}html[data-theme=dark] .about-page{background:linear-gradient(#09121beb 0%,#071019f0 48%,#08131dfa 100%)}html[data-theme=dark] .about-page:before{background:0 0}html[data-theme=dark] .contacts-card:hover,html[data-theme=dark] .contacts-map-card:hover,html[data-theme=dark] .why-card:hover,html[data-theme=dark] .about-page__department:hover,html[data-theme=dark] .category-strip article:hover{border-color:#6fdcf873;box-shadow:0 24px 40px -18px #00000075}html[data-theme=dark] .contacts-address-card,html[data-theme=dark] .contacts-hours-card h2,html[data-theme=dark] .contacts-sales-card h2,html[data-theme=dark] .contacts-service-card h2,html[data-theme=dark] .contacts-feedback h2,html[data-theme=dark] .contacts-address-card h2,html[data-theme=dark] .contacts-sales,html[data-theme=dark] .contacts-hours-list li,html[data-theme=dark] .table-open-time tr{border-color:#9fbad21f}html[data-theme=dark] .service-detail{background:radial-gradient(circle at 100% 0,#6fdcf81a,#0000 28%),linear-gradient(#0a121a 0%,#0e1722 100%)}html[data-theme=dark] .service-list li{color:var(--ink)}html[data-theme=dark] .service-list li:before{background:var(--accent)}html[data-theme=dark] .table-open-time{background:#101b26}html[data-theme=dark] .table-open-time tr.current{background:#6fdcf814}html[data-theme=dark] .table-open-time tr.current .day{color:inherit;font-weight:700}html[data-theme=dark] .table-open-time tr.today td{background:#6fdcf824}html[data-theme=dark] .table-open-time tr.today .day,html[data-theme=dark] .table-open-time tr.today .time{color:#6fdcf8;font-weight:700}html[data-theme=dark] .table-open-time tr.today.closed .day,html[data-theme=dark] .table-open-time tr.today.closed .time{color:#6fdcf88c}html[data-theme=dark] .table-open-time tr.closed .day,html[data-theme=dark] .table-open-time tr.closed .time{color:var(--brand)}html[data-theme=dark] .contacts-map-card{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0}html[data-theme=dark] .contacts-card,html[data-theme=dark] .table-open-time{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;border-radius:0}html[data-theme=dark] .contacts-card:hover,html[data-theme=dark] .contacts-map-card:hover{box-shadow:none;border-color:#0000}html[data-theme=dark] .footer{background:linear-gradient(90deg,#050c13 0%,#081522 55%,#0b2236 100%)}html[data-theme=dark] .footer-bottom{border-top-color:#ffffff14}html[data-theme=dark] .footer-map{border-color:#ffffff24}html[data-theme=dark] .consult-modal__overlay{background:#02070cbd}html[data-theme=dark] .consult-modal__close,html[data-theme=dark] .callback-modal__close{color:var(--brand);background:#182330}html[data-theme=dark] .consult-modal__close:hover{background:var(--accent);color:#0a1722}html[data-theme=dark] .callback-status{color:#9be4ff;background:#6fdcf81f}html[data-theme=dark] .callback-modal__lead{color:#7ba8c0}html[data-theme=dark] .callback-action{color:var(--ink);background:#0f1a24;border-color:#9fbad233}html[data-theme=dark] .callback-action--ghost{color:#041018;background:linear-gradient(90deg,#2aa4c7,#6fdcf8);border:0}html[data-theme=dark] .callback-back{color:#9be4ff}html[data-theme=dark] .consult-form span{color:var(--brand)}html[data-theme=dark] .consult-form input,html[data-theme=dark] .callback-form input,html[data-theme=dark] .callback-form select{color:var(--ink);background:#0f1a24;border-color:#9fbad233}html[data-theme=dark] .consult-form input:focus,html[data-theme=dark] .callback-form input:focus,html[data-theme=dark] .callback-form select:focus{border-color:#6fdcf8bf;box-shadow:0 0 0 3px #6fdcf82e}html[data-theme=dark] .main-nav a:hover,html[data-theme=dark] .icon-btn:hover,html[data-theme=dark] .search-submit:hover,html[data-theme=dark] .product-row__cta:hover,html[data-theme=dark] .contacts-links a:hover,html[data-theme=dark] .contacts-phones a:hover,html[data-theme=dark] .contacts-email:hover,html[data-theme=dark] .contacts-address a:hover,html[data-theme=dark] .footer address a:hover,html[data-theme=dark] .footer-contacts a:hover,html[data-theme=dark] .footer-map-link:hover{color:var(--accent)}@media (width<=1024px){html[data-theme=dark] .main-nav{box-shadow:none;background:0 0;border-color:#9fbad22e}}@media (width<=768px){html:not([data-theme=light]) .main-nav,html[data-theme=dark] .main-nav{background:#101b26;border-color:#9fbad22e;box-shadow:0 18px 34px #00000052}}@media (prefers-color-scheme:dark){html:not([data-theme=light]) .product-category-tag{background:#6edcf81a}html:not([data-theme=light]) .product-cta:hover{background:#5acfec}}html[data-theme=dark] .product-category-tag{background:#6edcf81a}html[data-theme=dark] .product-cta:hover{background:#5acfec}img{max-width:100%;height:auto}@media (width<=480px){.product-specs table,.product-specs tbody,.product-specs tr,.product-specs td{width:100%;display:block}.product-specs tr{border-bottom:1px solid var(--line);padding:10px 0}.product-specs tr:first-child{border-top:1px solid var(--line)}.product-spec__label{letter-spacing:.04em;text-transform:uppercase;width:100%;padding-bottom:2px;font-size:11px}.product-spec__value{padding-top:0;font-size:14px}.product-specs td{padding:2px 0}}@media (width<=768px){.icon-btn{min-width:44px;min-height:44px}.main-nav a{min-height:44px}.hero-cta,.product-row__cta{min-height:48px;font-size:15px}table{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}.consult-form input,.consult-form button{width:100%;min-height:48px}}.scroll-down-btn{z-index:90;background:var(--accent);color:#fff;cursor:pointer;width:44px;height:44px;font:inherit;border:0;border-radius:50%;justify-content:center;align-items:center;padding:0;text-decoration:none;transition:opacity .25s,visibility .25s;animation:1.6s ease-in-out infinite scroll-bounce;display:flex;position:fixed;bottom:24px;right:20px;box-shadow:0 4px 14px #0000002e}.scroll-down-btn.hidden{opacity:0;visibility:hidden;pointer-events:none}@keyframes scroll-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}.callback-trigger{z-index:90;position:fixed;bottom:24px;left:20px}.callback-btn{background:var(--accent);color:#fff;cursor:pointer;border:0;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .18s;display:flex;box-shadow:0 4px 14px #0000002e}.callback-btn:hover{background:#37d2ef}.callback-tooltip{white-space:normal;word-break:break-word;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;pointer-events:none;opacity:0;background:#071522d1;border-radius:10px;width:220px;padding:10px 14px;font-size:13px;line-height:1.5;transition:opacity .22s,transform .22s;position:absolute;bottom:calc(100% + 10px);left:0;transform:translateY(4px)}.callback-tooltip:after{content:"";border:6px solid #0000;border-top-color:#071522d1;position:absolute;top:100%;left:18px}.callback-tooltip.is-visible{opacity:1;transform:translateY(0)}.callback-btn:before{content:"";border:2px solid var(--accent);opacity:0;border-radius:50%;animation:2.6s ease-out infinite callback-pulse;position:absolute;inset:-6px}@keyframes callback-pulse{0%{opacity:.55;transform:scale(.9)}to{opacity:0;transform:scale(1.45)}}.callback-modal{z-index:95;pointer-events:none;justify-content:flex-start;align-items:flex-end;padding:0 0 80px 20px;display:none;position:fixed;inset:0}.callback-modal.is-open{pointer-events:auto;display:flex}.callback-modal__overlay{-webkit-backdrop-filter:blur(6px);background:#0715229e;position:absolute;inset:0}.callback-modal__dialog{z-index:1;width:min(100%,360px);animation:.22s callback-slide-in;position:relative}@keyframes callback-slide-in{0%{opacity:0;transform:translateY(12px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=640px){.callback-modal{justify-content:center;align-items:center;padding:20px}.callback-modal__dialog{width:100%}.callback-tooltip{display:none}}.callback-modal__panel{border-radius:var(--radius);-webkit-backdrop-filter:blur(14px);color:var(--ink);background:#f5f9fcd1;padding:24px;box-shadow:0 20px 60px #00000047}.callback-modal__close{z-index:2;border-radius:var(--radius);width:30px;height:30px;color:var(--ink);cursor:pointer;background:#e2edf5;border:0;justify-content:center;align-items:center;font-size:20px;line-height:1;transition:background .2s,color .2s;display:flex;position:absolute;top:10px;right:10px}.callback-modal__close:hover{background:var(--accent);color:#fff}html[data-theme=dark] .callback-modal__close:hover{background:var(--accent);color:#0a1722}.callback-modal__icon{width:52px;height:52px;color:var(--brand);background:#dbeef8;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 16px;display:flex}.callback-modal__panel h2{text-align:center;color:var(--ink);margin:0 0 6px;font-size:18px;line-height:1.3}.callback-status{width:fit-content;color:var(--brand);letter-spacing:.02em;text-transform:uppercase;background:#0084d014;border-radius:999px;justify-content:center;align-items:center;margin:0 auto 10px;padding:4px 10px;font-size:12px;font-weight:700;display:inline-flex}.callback-modal__lead{color:var(--muted);text-align:center;white-space:pre-line;margin:0 0 18px;font-size:14px;line-height:1.5}.callback-modal__panel>p{color:var(--muted);text-align:center;margin:0 0 18px;font-size:14px}.callback-mode{flex-direction:column;display:flex}.callback-mode[data-callback-view=actions] .callback-actions{display:grid!important}.callback-mode[data-callback-view=actions] .callback-form-shell,.callback-mode[data-callback-view=form] .callback-actions{display:none!important}.callback-mode[data-callback-view=form] .callback-form-shell{display:grid!important}.callback-mode[data-callback-mode=closed]{text-align:center;align-items:center}.callback-mode[data-callback-mode=closed] .callback-form{width:100%}.callback-mode[data-callback-mode=closed] .callback-modal__lead{max-width:24ch;margin-left:auto;margin-right:auto;font-size:12px;line-height:1.45}.callback-lead__nowrap{white-space:nowrap}.callback-actions{gap:10px;margin-bottom:4px;display:grid}.callback-action,.callback-back{border-radius:var(--radius);cursor:pointer;justify-content:center;align-items:center;min-height:48px;font-size:15px;font-weight:800;text-decoration:none;transition:background .18s,color .18s,box-shadow .18s;display:inline-flex}.callback-action{color:var(--ink);white-space:nowrap;background:#fff;border:1px solid #c8d9e6;padding:0 14px}.callback-action--ghost{background:var(--accent);color:#053a56;border:0;padding:0 24px}.callback-carrier{flex:none;justify-content:center;align-items:center;width:20px;height:20px;margin-right:8px;display:inline-flex}.callback-carrier img{object-fit:contain;width:18px;height:18px;display:block}.callback-action:hover,.callback-back:hover{box-shadow:0 10px 24px #00000014}.callback-action--ghost:hover{color:#fff;box-shadow:none;background:#37d2ef}.callback-form-shell{gap:12px;display:grid}.callback-back{color:var(--brand);letter-spacing:.01em;background:0 0;border:0;justify-self:start;min-height:auto;padding:0;font-size:13px;font-weight:700}.callback-form{gap:10px;display:grid}.callback-form input{border-radius:var(--radius);width:100%;min-height:48px;color:var(--ink);background:#fff;border:1px solid #c8d9e6;padding:0 14px;font-size:16px}.callback-form select{border-radius:var(--radius);width:100%;min-height:48px;color:var(--ink);appearance:none;background:#fff;border:1px solid #c8d9e6;padding:0 14px;font-size:15px}.callback-form input:focus,.callback-form select:focus{border-color:#7ddcff;outline:none;box-shadow:0 0 0 3px #7ddcff38}.callback-form button{border-radius:var(--radius);background:var(--accent);color:#053a56;cursor:pointer;border:0;min-height:48px;font-size:15px;font-weight:800;transition:background .18s}.callback-form button:hover{color:#fff;background:#37d2ef}.callback-countdown{text-align:center;padding:4px 0}.callback-countdown__timer{color:var(--brand);letter-spacing:2px;margin-bottom:8px;font-size:48px;font-weight:800;line-height:1}.callback-countdown p{color:var(--muted);margin:0;font-size:14px}.callback-success{text-align:center;color:var(--brand);padding:8px 0}.callback-success svg{color:var(--brand);margin:0 auto 10px;display:block}.callback-success p{white-space:pre-line;margin:0;font-size:14px;line-height:1.5}@media (width<=480px){.callback-action{justify-content:flex-start}.callback-action--ghost{text-align:center;justify-content:center}}@media (width<=360px){.callback-action{padding:0 10px;font-size:14px}}@supports not (view-transition-name:none){@media (prefers-reduced-motion:no-preference){main{animation:.25s both page-fade-in}@keyframes page-fade-in{0%{opacity:0}to{opacity:1}}}}@view-transition{navigation:auto}.top-contact{view-transition-name:top-contact}.site-header{view-transition-name:site-header}.footer{view-transition-name:site-footer}@media (prefers-reduced-motion:no-preference){::view-transition-old(root){animation:.2s both vt-fade-out}::view-transition-new(root){animation:.3s both vt-page-in}@keyframes vt-fade-out{to{opacity:0}}@keyframes vt-page-in{0%{opacity:0;transform:translateY(10px)}}}@media (prefers-reduced-motion:reduce){::view-transition-group(*){animation:none!important}::view-transition-old(*){animation:none!important}::view-transition-new(*){animation:none!important}}
