:root{--bg:#f2f3f4;--surface:#fff;--text:#111214;--muted:#62676e;--line:#d9dbde;--yellow:#eab52b;--yellow-hover:#d69d16;--navy:#0b0c0e;--green:#16834b;--cyan:#eab52b;--shadow:0 20px 55px #0a0b0d21;--radius:14px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;background-image:radial-gradient(circle at 88% 7%,#eab52b14,#0000 25rem),radial-gradient(circle at 8% 24%,#11121409,#0000 24rem);margin:0;font-family:Inter,Manrope,Segoe UI,Arial,sans-serif;line-height:1.55;overflow-x:clip}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}summary{font:inherit}h1,h2,h3,p,li,dt,dd{overflow-wrap:break-word}button,a,summary{-webkit-tap-highlight-color:transparent}:where(a,button,summary):focus-visible{outline-offset:3px;outline:3px solid #eab52ba6}.container{width:min(100% - 48px,1240px);margin-inline:auto}.skip-link{z-index:1000;color:#111214;background:var(--yellow);border-radius:8px;padding:11px 14px;font-size:13px;font-weight:900;transition:transform .16s;position:fixed;top:8px;left:8px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}#main-content:focus{outline:none}.topbar{color:#ffffff9e;background:#050506;height:34px;font-size:12px}.topbar-inner{align-items:center;gap:28px;height:100%;display:flex}.topbar-inner span:first-child{align-items:center;gap:8px;display:flex}.topbar-inner i{background:#3fd789;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #3fd78926}.topbar-inner a{color:#fff;letter-spacing:.01em;margin-left:auto;font-size:14px;font-weight:900}.site-header{z-index:50;color:#fff;-webkit-backdrop-filter:blur(20px)saturate(150%);backdrop-filter:blur(20px)saturate(150%);background:#0b0c0ef0;border-bottom:1px solid #ffffff1a;height:76px;position:sticky;top:0}.header-inner{align-items:center;gap:30px;height:100%;display:flex;position:relative}.brand{flex:none;align-items:center;min-width:0;display:inline-flex}.brand-lockup{filter:invert();width:210px;max-width:100%;height:auto}.brand-lockup-footer{width:300px}.desktop-nav{gap:26px;margin-left:auto;display:flex}.desktop-nav a{white-space:nowrap;padding:26px 0 24px;font-size:14px;font-weight:650;position:relative}.desktop-nav a:after{content:"";background:var(--yellow);transform-origin:0;height:2px;transition:transform .18s;position:absolute;bottom:19px;left:0;right:0;transform:scaleX(0)}.desktop-nav a:hover:after{transform:scaleX(1)}.header-actions{align-items:center;gap:7px;display:flex}.header-messenger{background:#ffffff0f;border:1px solid #ffffff2b;border-radius:10px;place-items:center;min-width:48px;height:39px;padding:0 11px;font-size:11px;font-weight:900;transition:all .18s;display:grid}.header-messenger:hover{transform:translateY(-2px);box-shadow:0 9px 22px #1118201a}.header-max{color:#6549e9}.header-vk{color:#176dcf}.header-phone{border:1px solid var(--yellow);min-height:48px;color:var(--text);background:var(--yellow);border-radius:10px;align-content:center;padding:5px 16px;font-size:11px;line-height:1.15;transition:all .18s;display:grid}.header-phone span{color:#111820a6;font-weight:700}.header-phone b{font-size:14px;font-weight:900}.header-phone:hover{border-color:var(--yellow-hover);transform:translateY(-1px);box-shadow:0 9px 22px #e5ab0e38}.mobile-menu{align-items:center;gap:8px;margin-left:auto;display:none}.mobile-header-call{border:1px solid var(--yellow);min-height:44px;color:var(--text);background:var(--yellow);border-radius:9px;align-items:center;gap:7px;padding:0 13px;font-size:13px;font-weight:900;display:inline-flex}.mobile-header-call span{font-size:15px}.mobile-menu-toggle{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff40;border-radius:9px;justify-content:center;align-items:center;gap:8px;min-width:78px;height:44px;padding:0 10px;display:flex}.mobile-menu-toggle-label{font-size:13px;font-weight:850}.mobile-menu-toggle-icon{gap:4px;width:18px;display:grid}.mobile-menu-toggle-icon i{background:currentColor;width:18px;height:2px;transition:all .18s;display:block}.mobile-menu-toggle.is-open .mobile-menu-toggle-icon i:first-child{transform:translateY(6px)rotate(45deg)}.mobile-menu-toggle.is-open .mobile-menu-toggle-icon i:nth-child(2){opacity:0}.mobile-menu-toggle.is-open .mobile-menu-toggle-icon i:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.mobile-menu-panel{overscroll-behavior:contain;width:100vw;max-height:calc(100dvh - 66px);color:var(--text);border-bottom:1px solid var(--line);box-shadow:var(--shadow);background:#fff;padding:16px 24px 24px;position:absolute;top:100%;left:50%;overflow-y:auto;transform:translate(-50%)}.mobile-menu-links{display:grid}.mobile-menu-links a{border-bottom:1px solid var(--line);align-items:center;min-height:52px;padding:13px 7px;font-size:16px;font-weight:800;display:flex}.mobile-menu-actions{grid-template-columns:1fr 1fr;gap:9px;margin-top:16px;display:grid}.mobile-menu-actions a{border:1px solid var(--line);text-align:center;background:#f7f8f9;border-radius:9px;justify-content:center;align-items:center;min-height:52px;padding:10px 12px;font-size:13px;font-weight:850;line-height:1.25;display:flex}.mobile-menu-actions .mobile-call{border-color:var(--yellow);background:var(--yellow);grid-column:1/-1;display:grid}.mobile-menu-actions .mobile-call b{font-size:14px}.mobile-menu-actions .mobile-call small{margin-top:2px;font-size:13px}.category-strip{z-index:12;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffd1;position:relative}.category-strip-inner{align-items:stretch;min-height:58px;display:flex}.category-strip-inner>span{color:#8a949e;letter-spacing:.14em;text-transform:uppercase;align-items:center;padding-right:24px;font-size:9px;font-weight:850;display:flex}.category-strip-inner>a{border-left:1px solid var(--line);align-content:center;min-width:220px;padding:10px 24px;transition:all .18s;display:grid}.category-strip-inner>a:hover{background:#ffc52c1c}.category-strip-inner b{font-size:12px}.category-strip-inner small{color:var(--muted);margin-top:2px;font-size:9px}.category-strip-inner .category-stock{border-right:1px solid var(--line);min-width:0;color:var(--green);align-items:center;gap:8px;margin-left:auto;font-size:11px;font-weight:800;display:flex}.category-stock i{background:#28bc6f;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 5px #28bc6f1f}.hero{color:#fff;background:linear-gradient(145deg,#08090a 0%,#111316 70%,#090a0b 100%);border-bottom:1px solid #ffffff17;min-height:610px;position:relative;overflow:hidden}.hero:before{content:"";filter:blur(90px);background:#eab52b24;border-radius:50%;width:430px;height:430px;position:absolute;top:-260px;left:20%}.hero-grid{background-image:linear-gradient(#eab52b17 1px,#0000 1px),linear-gradient(90deg,#eab52b17 1px,#0000 1px);background-size:44px 44px;position:absolute;inset:0 0 0 48%;-webkit-mask-image:linear-gradient(90deg,#0000,#000 16%);mask-image:linear-gradient(90deg,#0000,#000 16%)}.hero-layout{grid-template-columns:.9fr minmax(500px,1.1fr);align-items:center;gap:44px;min-height:610px;display:grid}.hero-copy{z-index:2;padding:58px 0 52px;animation:.52s both fadeUp;position:relative}.hero-kicker{align-items:center;gap:12px;margin-bottom:24px;display:flex}.hero-kicker span,.eyebrow,.card-eyebrow{color:#8b680c;letter-spacing:.14em;text-transform:uppercase;font-size:11px;font-weight:850;line-height:1.45}.hero .hero-kicker span{color:#f1c24b}.hero-kicker span{border-left:2px solid var(--yellow);border-right:2px solid var(--yellow);padding:8px 13px}.hero-kicker i{color:var(--green);background:#16834b1a;border-radius:999px;padding:5px 9px;font-size:11px;font-style:normal;font-weight:800}.hero h1{letter-spacing:-.052em;max-width:610px;margin:0;font-size:clamp(42px,4vw,60px);font-weight:900;line-height:1.03}.hero h1 span{color:var(--yellow);font-weight:760;display:block}.hero-copy>p{color:#ffffffa3;max-width:560px;margin:25px 0 0;font-size:18px;line-height:1.6}.contact-actions{flex-wrap:wrap;gap:9px;margin-top:28px;display:flex}.contact-actions .button{min-width:174px}.button{border:1px solid #0000;border-radius:11px;justify-content:flex-start;align-items:center;gap:10px;min-height:58px;padding:8px 16px;font-size:14px;font-weight:800;line-height:1.25;transition:all .18s;display:inline-flex}.button>span:last-child{text-align:left;line-height:1.12;display:grid}.button b{font-size:14px}.button small{opacity:.72;margin-top:4px;font-size:11px;font-weight:750}.button-icon{background:#ffffff8f;border-radius:8px;place-items:center;width:31px;height:31px;font-size:11px;font-weight:900;display:grid}.button:hover{transform:translateY(-2px)}.button-primary{border-color:var(--yellow);background:var(--yellow)}.button-primary:hover{border-color:var(--yellow-hover);background:var(--yellow-hover);box-shadow:0 10px 22px #d99b0038}.button-max{color:#5139db;background:#ffffffeb;border-color:#7357ff4d}.button-max:hover{border-color:#7357ff;box-shadow:0 10px 22px #7357ff21}.button-vk{color:#176dcf;background:#ffffffeb;border-color:#2787f54d}.button-vk:hover{border-color:#2787f5;box-shadow:0 10px 22px #2787f521}.plain-phone{color:var(--muted);flex-wrap:wrap;align-items:baseline;gap:7px;margin:14px 0 0;font-size:13px;line-height:1.4;display:flex}.plain-phone span{font-weight:650}.plain-phone a{color:var(--text);letter-spacing:-.015em;text-underline-offset:4px;font-size:17px;font-weight:900;-webkit-text-decoration:underline #eab52ba6;text-decoration:underline #eab52ba6}.hero-copy>.plain-phone{color:#ffffff9e;max-width:none;margin:14px 0 0;font-size:13px;line-height:1.4}.hero .plain-phone a,.cta-panel .plain-phone a{color:#fff}.hero-proof{border-top:1px solid #ffffff24;gap:25px;margin-top:34px;padding-top:23px;display:flex}.hero-proof span{color:#ffffff80;font-size:11px;display:grid}.hero-proof b{color:#fff;font-size:14px}.hero-product{min-height:470px;animation:.64s .1s both fadeLeft;position:relative}.hero-image-frame{border:1px solid var(--line);background:#fff;border-radius:18px 4px;position:absolute;inset:54px -44px 24px 8px;overflow:hidden;box-shadow:0 25px 60px #1f232821}.hero-image-frame:after{content:"";background:linear-gradient(#0000 58%,#0a0e1473);position:absolute;inset:0}.hero-image-frame img{object-fit:cover;width:100%;height:100%;transition:transform .7s}.hero-image-frame:hover img{transform:scale(1.025)}.image-caption{z-index:2;color:#fff;align-items:center;gap:9px;font-size:12px;font-weight:750;display:flex;position:absolute;bottom:18px;left:20px;right:20px}.image-caption i{background:var(--yellow);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 5px #f5b40033}.hero-price{z-index:3;background:var(--yellow);border-radius:12px 2px;min-width:210px;padding:15px 18px;display:grid;position:absolute;top:18px;right:-12px;box-shadow:0 12px 30px #8b63002e}.hero-price small{text-transform:uppercase;font-size:10px;font-weight:700}.hero-price strong{letter-spacing:-.03em;font-size:24px;line-height:1.2}.hero-price span{font-size:10px;font-weight:750}.home-financing-wrap,.catalog-financing-wrap,.product-financing-wrap{padding-top:22px}.catalog-financing-wrap{padding-top:28px}.product-financing-wrap{padding-bottom:8px}.financing-notice{border:1px solid #d4d7da;border-left:4px solid var(--yellow);background:#fff;border-radius:12px 3px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:34px;padding:28px 30px;display:grid;box-shadow:0 12px 34px #1118200e}.financing-notice h3{letter-spacing:-.035em;margin:6px 0 0;font-size:23px;line-height:1.17}.financing-notice p{max-width:820px;color:var(--muted);margin:9px 0 0;font-size:12px;line-height:1.65}.financing-notice>a{border:1px solid var(--yellow);background:var(--yellow);text-align:center;border-radius:9px;align-content:center;min-width:220px;min-height:58px;padding:10px 16px;line-height:1.2;transition:all .18s;display:grid}.financing-notice>a:hover{border-color:var(--yellow-hover);background:var(--yellow-hover);transform:translateY(-2px)}.financing-notice>a span{font-size:11px;font-weight:750}.financing-notice>a b{margin-top:4px;font-size:16px;font-weight:900}.financing-notice-compact{padding-block:22px}.trust-band{border-bottom:1px solid var(--line);background:#fff}.trust-grid{grid-template-columns:repeat(4,1fr);display:grid}.trust-grid article{border-right:1px solid var(--line);gap:14px;min-height:112px;padding:24px;display:flex}.trust-grid article:first-child{border-left:1px solid var(--line)}.trust-grid article>span{color:#ad8000;font-size:10px;font-weight:850}.trust-grid article div{align-content:start;display:grid}.trust-grid strong{font-size:14px}.trust-grid p{color:var(--muted);margin:5px 0 0;font-size:12px}.legal-strip{border-bottom:1px solid var(--line);background:#e7e9eb}.legal-strip-inner{grid-template-columns:.8fr 1.5fr 1.15fr auto;align-items:center;gap:25px;min-height:86px;display:grid}.legal-strip-inner>div{min-width:0;display:grid}.legal-strip-inner span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:800}.legal-strip-inner strong{margin-top:4px;font-size:12px;line-height:1.4}.legal-strip-inner>a{white-space:nowrap;align-items:center;gap:10px;min-height:44px;font-size:13px;font-weight:850;display:inline-flex}.legal-strip-inner>a i{color:#8e6700;font-style:normal;transition:transform .18s}.legal-strip-inner>a:hover i{transform:translate(4px)}.category-gateway{padding:34px 0 6px}.category-gateway-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.category-gateway-card{border:1px solid var(--line);border-radius:var(--radius);background:#ffffffe0;grid-template-rows:1fr auto;grid-template-columns:46px 1fr;gap:0 20px;min-height:225px;padding:30px;transition:all .24s;display:grid;position:relative;overflow:hidden;box-shadow:0 12px 30px #1118200f}.category-gateway-card:after{content:"";border:1px solid #11182014;border-radius:50%;width:180px;height:180px;transition:transform .5s;position:absolute;bottom:-90px;right:-70px;box-shadow:0 0 0 28px #11182006,0 0 0 58px #11182005}.category-gateway-card:hover{box-shadow:var(--shadow);border-color:#c4a43f;transform:translateY(-4px)}.category-gateway-card:hover:after{transform:scale(1.08)}.category-gateway-attachments{color:#fff;background:linear-gradient(135deg,#152234,#0f1926);border-color:#26384e}.category-gateway-attachments:after{border-color:#4ed8d12b;box-shadow:0 0 0 28px #4ed8d109,0 0 0 58px #4ed8d106}.gateway-index{color:#987000;font-size:10px;font-weight:900}.category-gateway-attachments .gateway-index{color:var(--cyan)}.category-gateway-card small{color:var(--muted);letter-spacing:.13em;text-transform:uppercase;font-size:9px;font-weight:850}.category-gateway-attachments small,.category-gateway-attachments p{color:#ffffff8f}.category-gateway-card h2{letter-spacing:-.04em;margin:8px 0 0;font-size:30px;line-height:1.08}.category-gateway-card p{max-width:500px;color:var(--muted);margin:12px 0 0;font-size:13px}.category-gateway-card>b{grid-column:2;align-self:end;align-items:center;gap:9px;font-size:13px;display:flex}.category-gateway-card>b i{color:#9a7100;font-style:normal;transition:transform .18s}.category-gateway-attachments>b i{color:var(--cyan)}.category-gateway-card:hover>b i{transform:translate(5px)}.simple-start-section{padding-top:34px;padding-bottom:34px}.simple-start{border:1px solid var(--line);background:#fff;border-radius:18px 4px;overflow:hidden;box-shadow:0 16px 45px #11182012}.simple-start-heading{grid-template-columns:minmax(300px,.85fr) 1.15fr;align-items:end;gap:30px 70px;padding:38px 40px 30px;display:grid}.simple-start-heading .eyebrow{grid-column:1/-1}.simple-start-heading h2{letter-spacing:-.045em;margin:0;font-size:clamp(30px,3.3vw,44px);line-height:1.08}.simple-start-heading p{color:var(--muted);margin:0;font-size:14px}.simple-start-steps{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(3,1fr);display:grid}.simple-start-steps article{border-right:1px solid var(--line);grid-template-columns:31px 1fr;gap:15px;min-width:0;padding:28px 28px 26px;display:grid}.simple-start-steps article:last-child{border-right:0}.simple-start-steps article>span{background:var(--yellow);border-radius:9px;place-items:center;width:31px;height:31px;font-size:12px;font-weight:900;display:grid}.simple-start-steps h3{margin:3px 0 0;font-size:18px;line-height:1.2}.simple-start-steps p{min-height:66px;color:var(--muted);margin:10px 0 15px;font-size:12px}.simple-start-steps a{color:#795900;align-items:center;gap:7px;min-height:44px;font-size:12px;font-weight:850;display:inline-flex}.simple-start-steps a i{font-style:normal}.simple-start-help{background:#f0f1f2;justify-content:space-between;align-items:center;gap:28px;padding:22px 30px;display:flex}.simple-start-help>div{display:grid}.simple-start-help strong{font-size:16px}.simple-start-help p{color:var(--muted);margin:4px 0 0;font-size:12px}.simple-start-help .button{min-width:235px}.section{padding:76px 0}.section-white{border-block:1px solid var(--line);background:#fff}.section-heading{justify-content:space-between;align-items:end;gap:32px;margin-bottom:34px;display:flex}.section-heading>div{max-width:720px}.section-heading h2,.order-section h2,.delivery-section h2,.cta-panel h2{letter-spacing:-.045em;margin:9px 0 0;font-size:clamp(30px,3.3vw,46px);line-height:1.08}.section-heading p,.order-section p,.cta-panel p{max-width:650px;color:var(--muted);margin:13px 0 0;font-size:15px}.text-link{border-bottom:1px solid #c8ccd0;flex:none;align-items:center;gap:12px;padding-bottom:5px;font-size:13px;font-weight:800;transition:all .18s;display:inline-flex}.text-link:hover{border-color:var(--yellow);gap:17px}.catalog-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.catalog-grid-featured{grid-template-columns:repeat(2,1fr)}.catalog-card,.attachment-card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;transition:all .22s;overflow:hidden;box-shadow:0 8px 26px #1118200b}.catalog-card:hover,.attachment-card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.catalog-media{background:#e7e5df;height:310px;display:block;position:relative;overflow:hidden}.catalog-media img,.attachment-media img{object-fit:cover;width:100%;height:100%;transition:transform .56s}.catalog-card:hover img,.attachment-card:hover img{transform:scale(1.035)}.availability{z-index:2;color:#fff;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f7e45e0;border:1px solid #ffffff8c;border-radius:999px;padding:7px 10px;font-size:9px;font-weight:850;position:absolute;top:14px;left:14px}.catalog-body{padding:24px}.catalog-body h3,.attachment-card h3{letter-spacing:-.035em;margin:8px 0 0;font-size:23px;line-height:1.16}.catalog-body>p{min-height:64px;color:var(--muted);margin:12px 0 0;font-size:13px}.purchase-highlight-list{flex-wrap:wrap;gap:6px;margin-top:16px;display:flex}.purchase-highlight-list span{color:#315744;background:#f2f8f4;border:1px solid #d5d9dc;border-radius:999px;align-items:center;min-height:30px;padding:7px 9px;font-size:9px;font-weight:850;line-height:1.2;display:inline-flex}.purchase-highlight-list span:nth-child(2){color:#674e09;background:#fff8df;border-color:#ead585}.catalog-body ul{flex-wrap:wrap;gap:7px;margin:18px 0 0;padding:0;list-style:none;display:flex}.catalog-body li{color:#555c64;background:#efeee9;padding:6px 8px;font-size:10px;font-weight:700}.price-row{border-top:1px solid var(--line);justify-content:space-between;align-items:end;margin-top:21px;padding-top:19px;display:flex}.price-row>div{display:grid}.price-row strong{letter-spacing:-.03em;font-size:24px;line-height:1.1}.price-row small{color:var(--muted);text-transform:uppercase;margin-top:5px;font-size:10px;font-weight:700}.card-actions{grid-template-columns:1fr 1fr;gap:8px;margin-top:16px;display:grid}.card-actions a{border:1px solid var(--line);text-align:center;border-radius:9px;justify-content:center;align-items:center;min-height:48px;padding:9px 12px;font-size:13px;font-weight:850;line-height:1.25;transition:all .18s;display:inline-flex}.card-actions .card-primary{border-color:var(--yellow);background:var(--yellow)}.card-actions .card-primary:hover{border-color:var(--yellow-hover);background:var(--yellow-hover)}.card-actions .card-secondary:hover{background:#f4f6f7;border-color:#b5bdc5}.attachment-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.attachment-media{background:#eceae4;height:220px;display:block;position:relative;overflow:hidden}.attachment-card>div{padding:19px}.attachment-card h3{margin:0;font-size:18px}.attachment-card footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;margin-top:18px;padding-top:15px;display:flex}.attachment-card footer strong{font-size:16px}.attachment-card footer a{color:#805f00;font-size:11px;font-weight:850}.attachment-card .card-actions{margin-top:14px}.order-section{color:#fff;background:var(--navy)}.order-layout{grid-template-columns:.8fr 1.2fr;gap:70px;display:grid}.order-section .eyebrow,.cta-panel .eyebrow{color:#ffd85d}.order-section p{color:#ffffffa6}.order-section .button{color:var(--text);margin-top:28px}.order-r319-links{gap:8px;margin-top:22px;display:grid}.order-r319-links a{color:#fff;background:#ffffff0a;border:1px solid #ffffff29;border-radius:8px;align-items:center;min-height:46px;padding:10px 13px;font-size:13px;font-weight:800;line-height:1.3;transition:all .18s;display:flex}.order-r319-links a:hover{background:#eab52b14;border-color:#eab52bb3}.model-list{border-top:1px solid #ffffff24;border-left:1px solid #ffffff24;grid-template-columns:repeat(2,1fr);display:grid}.model-list>a{border-bottom:1px solid #ffffff24;border-right:1px solid #ffffff24;justify-content:space-between;align-items:center;min-height:100px;padding:22px;transition:all .18s;display:flex}.model-list>a:hover{background:#f5b40014}.model-list span{display:grid}.model-list b{font-size:18px}.model-list small{color:#ffffff8c;text-transform:uppercase;margin-top:6px;font-size:10px}.model-list i{color:var(--yellow);font-style:normal}.delivery-layout{grid-template-columns:1fr .9fr;align-items:center;gap:72px;display:grid}.delivery-media{height:460px;position:relative;overflow:hidden}.delivery-media img{object-fit:cover;width:100%;height:100%}.delivery-media:after{content:"";background:linear-gradient(#0000 55%,#0a0e1473);position:absolute;inset:0}.delivery-media span{z-index:2;color:#fff;font-size:12px;font-weight:750;position:absolute;bottom:17px;left:20px;right:20px}.delivery-layout>div:last-child>p{max-width:620px;color:var(--muted);margin:14px 0 0;font-size:14px}.delivery-steps{border-top:1px solid #c8ccd0;margin:26px 0}.delivery-steps article{border-bottom:1px solid var(--line);grid-template-columns:150px 1fr;gap:22px;padding:18px 0;display:grid}.delivery-steps b,.delivery-steps p{font-size:13px}.delivery-steps p{color:var(--muted);margin:0}.home-reviews-layout{grid-template-columns:1.08fr .92fr;align-items:center;gap:66px;display:grid}.home-reviews-media{min-height:440px;position:relative}.home-reviews-media img{object-fit:cover;border:1px solid var(--line);position:absolute;box-shadow:0 18px 48px #11182024}.home-reviews-media img:first-child{width:72%;height:88%;top:0;left:0}.home-reviews-media img:last-child{border:6px solid #fff;width:48%;height:62%;bottom:0;right:0}.home-reviews-layout h2{letter-spacing:-.048em;margin:9px 0 0;font-size:clamp(31px,3.6vw,48px);line-height:1.06}.home-reviews-layout p{max-width:570px;color:var(--muted);margin:16px 0 0;font-size:14px;line-height:1.72}.home-reviews-layout .button{margin-top:25px}.reviews-hero{border-bottom:1px solid var(--line);background:linear-gradient(135deg,#f6f7f8,#e9ebed)}.reviews-hero-layout{grid-template-columns:minmax(0,1.08fr) minmax(340px,.72fr);align-items:center;gap:70px;display:grid}.reviews-hero-layout h1{letter-spacing:-.058em;max-width:850px;margin:10px 0 0;font-size:clamp(40px,5vw,68px);line-height:1.02}.reviews-hero-layout>div:first-child>p{max-width:760px;color:var(--muted);margin:20px 0 0;font-size:16px;line-height:1.72}.reviews-hero-contact{border:1px solid var(--line);border-left:4px solid var(--yellow);background:#ffffffeb;border-radius:12px 3px;padding:28px;box-shadow:0 18px 45px #11182014}.reviews-hero-contact>strong{font-size:19px;line-height:1.25}.reviews-hero-contact>p{color:var(--muted);margin:9px 0 0;font-size:12px;line-height:1.62}.reviews-hero-contact .contact-actions{grid-template-columns:1fr;margin-top:18px;display:grid}.reviews-hero-contact .contact-actions .button{width:100%;min-width:0}.reviews-trust-strip{border-bottom:1px solid var(--line);background:#fff}.reviews-trust-strip>div{border-left:1px solid var(--line);grid-template-columns:repeat(3,1fr);display:grid}.reviews-trust-strip article{border-right:1px solid var(--line);grid-template-columns:auto 1fr;align-content:center;column-gap:13px;min-height:105px;padding:22px;display:grid}.reviews-trust-strip article>span{color:#9a7210;grid-row:1/3;font-size:10px;font-weight:900}.reviews-trust-strip b{font-size:14px;line-height:1.25}.reviews-trust-strip small{color:var(--muted);margin-top:4px;font-size:10px}.review-work-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.review-work-grid figure,.shipment-photo-grid figure{border:1px solid var(--line);background:#e6e8e9;border-radius:13px 3px;min-width:0;margin:0;position:relative;overflow:hidden;box-shadow:0 12px 30px #1118200f}.review-work-grid figure{min-height:560px}.review-work-grid img,.shipment-photo-grid img{object-fit:cover;width:100%;height:100%;transition:transform .55s}.review-work-grid figure:hover img,.shipment-photo-grid figure:hover img{transform:scale(1.025)}.review-work-grid figcaption,.shipment-photo-grid figcaption{z-index:2;color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#080b0eb8;border-radius:8px;padding:12px 13px;font-size:11px;line-height:1.45;position:absolute;bottom:14px;left:14px;right:14px}.shipment-photo-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.shipment-photo-grid figure{min-height:430px}.video-reviews-section{color:#fff;background:linear-gradient(135deg,#090a0c,#14171b)}.video-reviews-section .eyebrow{color:#f2c84e}.video-reviews-section .section-heading p{color:#ffffff9c}.external-video-carousel{background:#ffffff0b;border:1px solid #ffffff29;border-radius:16px 3px;outline:none;grid-template-columns:minmax(0,1.2fr) minmax(310px,.8fr);display:grid;overflow:hidden;box-shadow:0 24px 65px #00000040}.external-video-carousel:focus-visible{box-shadow:0 0 0 3px #eab52ba6,0 24px 65px #00000040}.video-carousel-stage{background:#050607;min-height:510px;position:relative;overflow:hidden}.video-carousel-stage iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.video-external-preview{width:100%;height:100%;display:block;position:absolute;inset:0;overflow:hidden}.video-external-preview:after{content:"";background:linear-gradient(#0000000d,#00000073);position:absolute;inset:0}.video-external-preview img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.video-external-preview:hover img{transform:scale(1.025)}.video-play-icon{z-index:2;color:#161616;background:var(--yellow);border:1px solid #ffffffb3;border-radius:50%;place-items:center;width:74px;height:74px;font-size:23px;transition:all .18s;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 14px 34px #0000004d}.video-external-preview:hover .video-play-icon{transform:translate(-50%,-50%)scale(1.06)}.video-provider{z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0c0fa6;border:1px solid #ffffff59;border-radius:999px;padding:8px 11px;font-size:10px;font-weight:850;position:absolute;top:16px;left:16px}.video-carousel-copy{flex-direction:column;justify-content:center;padding:42px 34px;display:flex}.video-carousel-copy h3{letter-spacing:-.04em;margin:10px 0 0;font-size:29px;line-height:1.12}.video-carousel-copy p{color:#fff9;margin:15px 0 0;font-size:13px;line-height:1.68}.video-open-button{width:fit-content;color:var(--text);margin-top:24px}.video-carousel-controls{border-top:1px solid #ffffff24;grid-column:1/-1;grid-template-columns:1fr auto 1fr;align-items:center;min-height:66px;display:grid}.video-carousel-controls button{color:#fff;min-height:66px;font:inherit;cursor:pointer;background:0 0;border:0;padding:10px 20px;font-size:13px;font-weight:850;transition:all .18s}.video-carousel-controls button:first-child{text-align:left}.video-carousel-controls button:last-child{text-align:right}.video-carousel-controls button:hover{color:var(--yellow);background:#ffffff0a}.video-carousel-controls>span{color:#ffffff8c;text-align:center;min-width:76px;font-size:11px;font-weight:800}.video-source-note{color:#ffffff7a;text-align:center;max-width:820px;margin:18px auto 0;font-size:11px;line-height:1.58}.reviews-buying-note{grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr);align-items:start;gap:70px;display:grid}.reviews-buying-note h2{letter-spacing:-.046em;margin:9px 0 0;font-size:clamp(30px,3.4vw,46px);line-height:1.07}.cta-section{padding-top:0}.cta-panel{color:#fff;background:linear-gradient(135deg,#142234,#0d1723);border-radius:18px 4px;justify-content:space-between;align-items:center;gap:42px;padding:44px 48px;display:flex;box-shadow:0 24px 65px #0a111a2e}.cta-panel>div:first-child{max-width:650px}.cta-panel p{color:#ffffffa6}.cta-panel .plain-phone{color:#ffffffad;margin-top:13px}.site-footer{color:#ffffffb8;background:#08090a;padding:68px 0 20px}.footer-grid{grid-template-columns:1.7fr .8fr .9fr 1fr;gap:52px;display:grid}.site-footer .brand-full{display:block}.footer-main p{color:#ffffff7a;max-width:380px;margin:22px 0 0;font-size:13px}.footer-grid>div:not(.footer-main){flex-direction:column;align-items:flex-start;gap:10px;font-size:12px;display:flex}.footer-grid>div>strong{color:#fff;letter-spacing:.1em;text-transform:uppercase;margin-bottom:9px;font-size:11px}.footer-phone{color:#fff;font-size:19px;font-weight:800}.footer-grid span{color:#ffffff73}.footer-legal-links{border-top:1px solid #ffffff1a;flex-wrap:wrap;gap:12px 26px;margin-top:42px;padding-top:18px;display:flex}.footer-legal-links a{color:#ffffff9e;text-underline-offset:4px;align-items:center;min-height:35px;font-size:11px;font-weight:700;-webkit-text-decoration:underline #eab52b73;text-decoration:underline #eab52b73;display:inline-flex}.footer-legal-links a:hover{color:#fff}.footer-bottom{color:#ffffff52;flex-wrap:wrap;justify-content:space-between;gap:8px 22px;margin-top:12px;padding-top:14px;font-size:10px;display:flex}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@keyframes fadeLeft{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:none}}@keyframes revealCard{0%{opacity:.2;transform:translateY(18px)}to{opacity:1;transform:none}}@supports (animation-timeline:view()){.catalog-card,.attachment-card,.category-gateway-card,.delivery-zone,.document-grid article{animation:both revealCard;animation-timeline:view();animation-range:entry 0 entry 28%}}@media (max-width:1180px){.desktop-nav{gap:14px}.desktop-nav a{font-size:11px}.header-phone{display:none}}@media (max-width:1100px){.desktop-nav{gap:14px}.desktop-nav a{font-size:11px}.header-phone{display:none}.category-strip-inner>a{min-width:195px;padding-inline:18px}.hero-layout{grid-template-columns:.92fr minmax(450px,1.08fr);gap:28px}.attachment-grid{grid-template-columns:repeat(2,1fr)}.attachment-media{height:280px}.footer-grid{grid-template-columns:1.5fr repeat(3,1fr);gap:30px}.certificate-grid{grid-template-columns:1fr}}@media (max-width:900px){.topbar-delivery,.desktop-nav{display:none}.mobile-menu{display:flex}.category-strip-inner{scrollbar-width:none;overflow-x:auto}.category-strip-inner>span{display:none}.category-strip-inner>a{flex:0 0 210px;min-width:210px}.category-strip-inner .category-stock{flex-basis:180px;margin-left:0}.hero,.hero-layout{min-height:0}.hero-layout{grid-template-columns:1fr;gap:0;padding-bottom:40px}.hero-copy{padding:48px 0 30px}.hero h1 span{display:inline}.hero-product{min-height:440px}.hero-image-frame{inset:42px 0 0}.hero-price{top:4px;right:18px}.trust-grid,.catalog-grid-featured{grid-template-columns:repeat(2,1fr)}.catalog-media{height:250px}.simple-start-heading{grid-template-columns:1fr;gap:15px}.simple-start-steps{grid-template-columns:1fr}.simple-start-steps article{border-right:0;border-bottom:1px solid var(--line)}.simple-start-steps article:last-child{border-bottom:0}.simple-start-steps p{min-height:0}.order-layout,.delivery-layout,.home-reviews-layout,.reviews-hero-layout,.reviews-buying-note{grid-template-columns:1fr;gap:38px}.home-reviews-media{min-height:420px}.financing-notice{grid-template-columns:1fr;gap:20px}.financing-notice>a{width:100%}.external-video-carousel{grid-template-columns:1fr}.video-carousel-stage{min-height:500px}.shipment-photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cta-panel{flex-direction:column;align-items:flex-start}.footer-grid{grid-template-columns:repeat(2,1fr);gap:42px}.legal-doc-layout{grid-template-columns:1fr;gap:34px}.legal-doc-layout>aside{position:static}.legal-document-nav{grid-template-columns:repeat(3,1fr)}.legal-document-nav a{border-right:1px solid var(--line);border-bottom:0}.legal-document-nav a:last-child{border-right:0}.legal-help-card{display:none}}@media (max-width:620px){body{padding-bottom:0}.container{width:min(100% - 32px,1240px)}.topbar{height:36px}.topbar-inner{justify-content:space-between;gap:10px;font-size:10px}.site-header{height:66px}.brand-lockup{width:165px}.topbar-inner>a{flex:none;margin-left:0;font-size:13px;display:block}.topbar-inner span:first-child{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.header-actions{display:none}.mobile-menu-panel{padding-inline:16px}.category-strip-inner{width:100%;padding-left:16px}.category-strip-inner>a{flex-basis:192px;min-width:192px;padding:9px 14px}.category-strip-inner .category-stock{flex-basis:170px;min-width:170px}.hero-copy{padding-top:38px}.hero h1{font-size:clamp(38px,11vw,50px)}.hero-copy>p{margin-top:19px;font-size:15px}.contact-actions{grid-template-columns:repeat(2,1fr);display:grid}.contact-actions .button:first-child{grid-column:1/-1}.button{padding-inline:14px}.hero-proof{justify-content:space-between;gap:12px}.hero-proof b{font-size:12px}.hero-proof span{font-size:10px}.hero-product{min-height:330px}.hero-image-frame{top:32px}.hero-price{min-width:170px;padding:11px 13px;top:0;right:10px}.hero-price strong{font-size:20px}.trust-grid{width:100%}.trust-grid article{gap:8px;min-height:114px;padding:18px 14px}.trust-grid strong{font-size:12px}.trust-grid p{font-size:10px}.category-gateway{padding-top:18px}.category-gateway-grid{grid-template-columns:1fr;gap:10px}.category-gateway-card{grid-template-columns:35px 1fr;gap:0 10px;min-height:190px;padding:23px 20px}.category-gateway-card h2{font-size:25px}.simple-start-section{padding:18px 0 28px}.simple-start-heading{padding:27px 20px 24px}.simple-start-heading h2{font-size:29px}.simple-start-heading p{font-size:13px}.simple-start-steps article{padding:22px 20px}.simple-start-help{flex-direction:column;align-items:stretch;gap:16px;padding:22px 20px}.simple-start-help .button{width:100%;min-width:0}.section{padding:60px 0}.section-heading{flex-direction:column;align-items:flex-start;gap:15px;margin-bottom:25px}.section-heading h2,.order-section h2,.delivery-section h2{font-size:31px}.section-heading p,.order-section p{font-size:13px}.catalog-grid-featured,.attachment-grid{grid-template-columns:1fr}.catalog-media,.attachment-media{height:240px}.catalog-body{padding:20px}.catalog-body>p{min-height:0}.card-actions{grid-template-columns:1.15fr .85fr}.model-list{grid-template-columns:1fr}.model-list>a{min-height:80px}.order-r319-links a{min-height:52px;font-size:14px}.delivery-media{height:300px}.delivery-steps article{grid-template-columns:1fr;gap:5px}.cta-panel{width:100%;padding:38px 16px}.site-footer{padding-top:52px}.footer-grid{grid-template-columns:1fr 1fr;gap:36px 20px}.footer-main,.footer-grid>div:last-child{grid-column:1/-1}.footer-legal-links{gap:6px 18px;margin-top:32px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:6px}.button{min-height:62px}.button b{font-size:14px}.button small{font-size:12px}.plain-phone{font-size:13px}.plain-phone a{font-size:18px}.card-actions a{min-height:50px;font-size:13px}.financing-notice{padding:22px 18px}.financing-notice h3{font-size:21px}.home-reviews-media{min-height:350px}.home-reviews-layout h2{font-size:31px}.reviews-hero-layout h1{font-size:36px;line-height:1.06}.reviews-hero-layout>div:first-child>p{font-size:14px}.reviews-hero-contact{padding:24px 18px}.reviews-trust-strip>div{grid-template-columns:1fr}.reviews-trust-strip article{min-height:82px}.review-work-grid,.shipment-photo-grid{grid-template-columns:1fr}.review-work-grid figure,.shipment-photo-grid figure{min-height:460px}.external-video-carousel{border-radius:12px 3px}.video-carousel-stage{min-height:430px}.video-carousel-copy{padding:28px 20px}.video-carousel-copy h3{font-size:25px}.video-open-button{width:100%}.video-carousel-controls button{min-height:60px;padding:9px 12px;font-size:13px}.video-carousel-controls>span{min-width:58px}.certificate-card{grid-template-columns:1fr}.certificate-media{aspect-ratio:4/3;min-height:0}.certificate-card>div{padding:24px 20px}.certificate-card h3{font-size:23px}.legal-doc-hero{padding-block:42px 48px}.legal-doc-hero p{font-size:13px}.legal-doc-section{padding-top:38px}.legal-document-nav{grid-template-columns:1fr}.legal-document-nav a{border-right:0;border-bottom:1px solid var(--line);min-height:68px}.legal-document-nav a:last-child{border-bottom:0}.legal-document h2{margin-top:34px;font-size:22px}.legal-document p,.legal-document>ul li{font-size:13px}.legal-summary{padding:20px 18px}.legal-requisites>div{grid-template-columns:1fr;gap:3px}.legal-requisites dd{text-align:left}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}.breadcrumbs{color:var(--muted);flex-wrap:wrap;gap:8px;padding-top:22px;font-size:11px;display:flex}.breadcrumbs span{gap:8px;display:inline-flex}.breadcrumbs i{color:#b7bbc0;font-style:normal}.breadcrumbs b{color:var(--text);font-weight:700}.inner-hero{border-bottom:1px solid var(--line);padding:64px 0 70px}.inner-hero-grid{grid-template-columns:1.2fr .8fr;align-items:end;gap:80px;display:grid}.inner-hero h1{letter-spacing:-.055em;max-width:760px;margin:12px 0 0;font-size:clamp(40px,5vw,64px);line-height:1.04}.inner-hero p{color:var(--muted);margin:0 0 5px;font-size:16px;line-height:1.7}.inner-section{background:var(--bg)}.catalog-route-switcher{grid-template-columns:1fr 1fr;gap:12px;margin-top:28px;display:grid}.catalog-route-switcher a{border:1px solid var(--line);background:#ffffffbd;border-radius:12px;grid-template-rows:auto auto;grid-template-columns:34px 1fr;min-height:96px;padding:20px 22px;transition:all .2s;display:grid}.catalog-route-switcher a:hover{border-color:#c2a346;transform:translateY(-2px);box-shadow:0 12px 30px #11182012}.catalog-route-switcher a.active{color:#fff;background:var(--navy);border-color:var(--navy)}.catalog-route-switcher span{color:#a77b00;grid-row:1/3;font-size:10px;font-weight:900}.catalog-route-switcher .active span{color:var(--cyan)}.catalog-route-switcher b{font-size:16px}.catalog-route-switcher small{color:var(--muted);margin-top:4px;font-size:10px}.catalog-route-switcher .active small{color:#ffffff8a}.catalog-anchor-nav{border-block:1px solid var(--line);background:#ffffffc7;margin-top:16px}.catalog-anchor-nav>div{align-items:stretch;min-height:50px;display:flex}.catalog-anchor-nav a{border-right:1px solid var(--line);color:var(--muted);align-items:center;gap:9px;padding:0 22px;font-size:11px;font-weight:800;display:flex}.catalog-anchor-nav a:first-child{border-left:1px solid var(--line)}.catalog-anchor-nav a:hover{color:var(--text);background:#ffc52c1a}.catalog-anchor-nav b{min-width:21px;height:21px;color:var(--text);background:var(--yellow);border-radius:50%;place-items:center;font-size:9px;display:grid}.catalog-grid .catalog-card{min-width:0}.catalog-grid:not(.catalog-grid-featured) .catalog-media{height:230px}.catalog-grid:not(.catalog-grid-featured) .catalog-body h3{font-size:19px}.catalog-grid:not(.catalog-grid-featured) .catalog-body>p{min-height:84px;font-size:12px}.status-stock{background:#0f7e45e6}.status-soon{background:#b57c00e6}.status-order{background:#182131e0}.seo-copy{border-top:1px solid var(--line)}.prose-grid{grid-template-columns:.72fr 1.28fr;gap:90px;display:grid}.prose-grid h2{letter-spacing:-.045em;margin:10px 0 0;font-size:clamp(30px,3.4vw,46px);line-height:1.1}.prose{color:#4f565e;font-size:16px;line-height:1.85}.prose p:first-child{margin-top:0}.prose p:last-child{margin-bottom:0}.prose a{color:#805f00;text-underline-offset:3px;font-weight:750;text-decoration:underline}.prose-checklist{margin:0 0 25px;padding:0;list-style:none}.prose-checklist li{border-bottom:1px solid var(--line);padding:13px 0 13px 30px;position:relative}.prose-checklist li:before{content:"✓";color:var(--green);font-weight:900;position:absolute;left:0}.region-coverage{border-block:1px solid var(--line);background:#fff}.region-coverage-compact{background:var(--bg);padding-block:62px}.region-link-grid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.region-link{border:1px solid var(--line);background:#fff;border-radius:11px;grid-template-columns:29px minmax(0,1fr) 18px;align-items:center;gap:10px;min-width:0;min-height:94px;padding:17px 16px;transition:all .2s;display:grid}.region-link:hover{border-color:#c59a25;transform:translateY(-2px);box-shadow:0 13px 30px #0a0b0d14}.region-link>span{color:#947016;font-size:9px;font-weight:900}.region-link>div{min-width:0;display:grid}.region-link b{font-size:15px;line-height:1.2}.region-link small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:5px;font-size:9px;line-height:1.35;overflow:hidden}.region-link i{color:#9b7310;font-style:normal;transition:transform .18s}.region-link:hover i{transform:translate(2px,-2px)}.region-link-stock{color:#fff;background:var(--navy);border-color:#181a1d}.region-link-stock small{color:#ffffff80}.region-link-stock>span,.region-link-stock i{color:var(--yellow)}.region-link-branch{color:#fff;background:linear-gradient(135deg,#8f6910,#b78a1b);border-color:#735813}.region-link-branch small{color:#ffffffa8}.region-link-branch>span,.region-link-branch i{color:#fff4bf}.region-honesty-note{border-left:3px solid var(--yellow);color:var(--muted);background:#eceef0;margin:17px 0 0;padding:15px 18px;font-size:11px;line-height:1.6}.region-honesty-note b{color:var(--text)}.region-link-grid-large{grid-template-columns:repeat(2,1fr)}.region-link-grid-large .region-link{min-height:112px;padding:22px}.region-link-grid-large .region-link b{font-size:19px}.region-link-grid-large .region-link small{font-size:10px}.region-index-hero{background:linear-gradient(135deg,#f5f6f7,#e9ebed)}.region-directory{gap:42px;display:grid}.region-group>header{max-width:780px;margin-bottom:18px}.region-group h2{letter-spacing:-.04em;margin:0;font-size:clamp(25px,3vw,35px);line-height:1.12}.region-group header p{color:var(--muted);margin:9px 0 0;font-size:13px}.region-hero{color:#fff;background:linear-gradient(145deg,#08090a,#15171a);padding:62px 0 72px;position:relative;overflow:hidden}.region-hero:after{content:"";border:1px solid #eab52b38;border-radius:50%;width:500px;height:500px;position:absolute;top:-330px;right:3%;box-shadow:0 0 0 60px #eab52b09,0 0 0 120px #eab52b05}.region-hero-grid{z-index:2;grid-template-columns:1.25fr .75fr;align-items:center;gap:74px;display:grid;position:relative}.region-hero .eyebrow{color:#f2c44c}.region-hero h1{letter-spacing:-.055em;max-width:820px;margin:12px 0 0;font-size:clamp(39px,4.5vw,58px);line-height:1.04}.region-hero-grid>div>p{color:#ffffffa3;max-width:760px;margin:22px 0 0;font-size:16px;line-height:1.7}.region-hero-proof{border-top:1px solid #ffffff24;grid-template-columns:repeat(3,1fr);gap:17px;margin-top:31px;padding-top:21px;display:grid}.region-hero-proof span{color:#ffffff75;font-size:9px;line-height:1.45;display:grid}.region-hero-proof b{color:#fff;font-size:12px}.region-truth-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff0e;border:1px solid #eab52b59;border-radius:14px 3px;padding:29px}.region-truth-card>span{color:var(--yellow);letter-spacing:.14em;text-transform:uppercase;font-size:9px;font-weight:850}.region-truth-card strong{margin-top:13px;font-size:24px;line-height:1.15;display:block}.region-truth-card p{color:#ffffff94;margin:16px 0 0;font-size:12px;line-height:1.65}.region-truth-card a{color:#fff;border-top:1px solid #ffffff26;justify-content:space-between;align-items:center;min-height:48px;margin-top:24px;padding-top:16px;font-size:13px;font-weight:800;display:flex}.region-truth-card i{color:var(--yellow);font-style:normal}.region-document-list{border-top:1px solid #ffffff26;margin:28px 0 0;padding:0;list-style:none}.region-document-list li{color:#ffffffad;border-bottom:1px solid #ffffff1f;padding:13px 0 13px 27px;font-size:12px;position:relative}.region-document-list li:before{content:"✓";color:var(--yellow);font-weight:900;position:absolute;left:2px}.extended-seo-layout{grid-template-columns:minmax(0,1.3fr) minmax(300px,.7fr);align-items:start;gap:70px;display:grid}.extended-seo-copy{min-width:0}.extended-seo-copy h2{letter-spacing:-.045em;max-width:820px;margin:10px 0 25px;font-size:clamp(31px,3.4vw,45px);line-height:1.08}.buyer-checklist{color:#fff;background:linear-gradient(145deg,#0a0b0d,#181a1e);border-radius:14px 3px;min-width:0;padding:31px;position:sticky;top:145px;box-shadow:0 22px 55px #0a0b0d21}.buyer-checklist>span{color:var(--yellow);letter-spacing:.14em;text-transform:uppercase;font-size:9px;font-weight:850}.buyer-checklist h3{letter-spacing:-.035em;margin:12px 0 0;font-size:24px;line-height:1.18}.buyer-checklist ul{border-top:1px solid #ffffff26;margin:22px 0 0;padding:0;list-style:none}.buyer-checklist li{color:#ffffffad;border-bottom:1px solid #ffffff1f;padding:12px 0 12px 25px;font-size:11px;line-height:1.5;position:relative}.buyer-checklist li:before{content:"✓";color:var(--yellow);font-weight:900;position:absolute;left:2px}.buyer-checklist>a{color:#fff;justify-content:space-between;align-items:center;min-height:46px;margin-top:23px;font-size:13px;font-weight:850;display:flex}.buyer-checklist i{color:var(--yellow);font-style:normal}.service-link-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.service-link-grid>a{border:1px solid var(--line);background:#fff;border-radius:12px;grid-template-columns:30px minmax(0,1fr) 18px;align-content:center;min-width:0;min-height:145px;padding:25px;transition:all .2s;display:grid}.service-link-grid>a:hover{box-shadow:var(--shadow);border-color:#c59a25;transform:translateY(-3px)}.service-link-grid span{color:#947016;grid-row:1/3;font-size:9px;font-weight:900}.service-link-grid b{font-size:16px;line-height:1.25}.service-link-grid small{color:var(--muted);margin-top:6px;font-size:10px;line-height:1.4}.service-link-grid i{color:#967014;grid-area:1/3/3;align-self:center;font-style:normal}.regional-order-grid{grid-template-columns:repeat(4,1fr)}.regional-order-grid .catalog-media{height:190px!important}.regional-order-grid .catalog-body>p{min-height:98px!important}.local-coverage-layout{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);align-items:start;gap:70px;display:grid}.local-coverage-layout h2{letter-spacing:-.045em;margin:10px 0 0;font-size:clamp(30px,3.3vw,44px);line-height:1.08}.local-coverage-layout p{color:var(--muted);margin:15px 0 0;font-size:14px;line-height:1.75}.city-chip-list{flex-wrap:wrap;gap:9px;margin:0;padding:0;list-style:none;display:flex}.city-chip-list li{border:1px solid var(--line);background:var(--bg);border-radius:9px;align-items:center;min-height:42px;padding:10px 13px;font-size:12px;font-weight:750;display:inline-flex}.product-hero{padding:38px 0 76px}.product-layout{grid-template-columns:1.08fr .92fr;align-items:start;gap:56px;display:grid}.product-layout>*{min-width:0}.product-gallery{isolation:isolate;flex-direction:column;min-width:0;display:flex}.gallery-stage{aspect-ratio:4/3;border:1px solid var(--line);touch-action:pan-y;background:#e9edef;border-radius:18px 4px;outline:none;flex:none;width:100%;height:auto;min-height:0;max-height:none;position:relative;overflow:hidden;box-shadow:0 20px 55px #1118201a}.gallery-stage:focus-visible{box-shadow:0 0 0 3px #ffc52c80,0 20px 55px #1118201a}.gallery-stage:after{content:"";pointer-events:none;background:linear-gradient(#0000,#080e1547);height:28%;position:absolute;inset:auto 0 0}.gallery-stage>img{object-fit:contain;background:#eef1f2;width:100%;height:100%;min-height:0;animation:.36s both galleryIn}.gallery-placeholder{text-align:center;background-image:linear-gradient(#1118200d 1px,#0000 1px),linear-gradient(90deg,#1118200d 1px,#0000 1px);background-size:30px 30px;align-content:center;place-items:center;height:100%;min-height:0;padding:45px;display:grid}.gallery-placeholder>img{object-fit:cover;background:#0b0c0e;border:1px solid #eab52b4d;border-radius:11px;width:96px;height:70px}.gallery-placeholder b{margin-top:22px;font-size:22px}.gallery-placeholder small{color:var(--muted);margin-top:7px;font-size:12px}.gallery-arrow{z-index:3;color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;background:#0a101894;border:1px solid #ffffffb3;border-radius:50%;place-items:center;width:44px;height:44px;font-size:18px;transition:all .18s;display:grid;position:absolute;top:50%}.gallery-arrow:hover{color:var(--text);background:var(--yellow);border-color:var(--yellow);transform:translateY(-2px)}.gallery-arrow-prev{left:15px}.gallery-arrow-next{right:15px}.gallery-counter{z-index:3;color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a101894;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:850;position:absolute;bottom:15px;right:16px}.gallery-thumbnails{scrollbar-width:thin;scroll-snap-type:x proximity;gap:8px;margin-top:10px;padding-bottom:3px;display:flex;overflow-x:auto}.gallery-thumbnails button{cursor:pointer;opacity:.65;scroll-snap-align:start;background:#e5e8ea;border:2px solid #0000;border-radius:9px;flex:0 0 82px;width:82px;height:62px;padding:0;transition:all .18s;overflow:hidden}.gallery-thumbnails button.active{border-color:var(--yellow);opacity:1;box-shadow:0 6px 16px #1118201a}.gallery-thumbnails img{object-fit:cover;width:100%;height:100%}.gallery-thumbnails span{place-items:center;height:100%;font-size:11px;font-weight:850;display:grid}.gallery-copy{z-index:1;border-left:3px solid var(--yellow);background:#ffffffdb;flex:none;margin-top:10px;padding:13px 14px;position:relative}.gallery-copy p{margin:0;font-size:12px;font-weight:750;line-height:1.45}.gallery-copy small{color:var(--muted);margin-top:5px;font-size:10px;line-height:1.5;display:block}@keyframes galleryIn{0%{opacity:.4;transform:scale(1.012)}to{opacity:1;transform:none}}.product-media{border:1px solid var(--line);background:#ebe9e3;min-height:590px;position:relative;overflow:hidden}.product-media:after{content:"";pointer-events:none;background:linear-gradient(#0000 70%,#0a0e1440);position:absolute;inset:0}.product-media>img{object-fit:cover;width:100%;height:100%}.product-status{z-index:2;color:#fff;letter-spacing:.05em;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#182131e0;border:1px solid #ffffff73;align-items:center;gap:8px;max-width:calc(100% - 36px);padding:9px 12px;font-size:10px;font-weight:850;line-height:1.3;display:flex;position:absolute;top:18px;left:18px}.product-status.in-stock{background:#0f7e45e6}.product-status.soon{background:#b57c00eb}.product-status i{background:#fff;border-radius:50%;width:6px;height:6px}.product-summary{align-self:start;min-width:0;padding:24px 0 14px;position:sticky;top:100px}.product-summary h1{letter-spacing:-.055em;margin:10px 0 0;font-size:clamp(38px,4.2vw,58px);line-height:1.02}.product-summary>p{color:var(--muted);margin:20px 0 0;font-size:16px;line-height:1.7}.product-purchase-highlights{grid-template-columns:1fr 1fr;gap:7px;margin-top:20px;display:grid}.product-purchase-highlights span{color:#245c3d;background:#f2f8f4;border:1px solid #d7dadd;border-radius:8px;align-items:center;min-height:42px;padding:9px 11px;font-size:11px;font-weight:850;line-height:1.3;display:flex}.product-purchase-highlights span:before{content:"✓";color:var(--green);margin-right:7px;font-weight:900}.product-purchase-highlights span:nth-child(2){color:#644c0d;background:#fff7da;border-color:#ead37b}.product-feature-list{border-top:1px solid var(--line);grid-template-columns:1fr 1fr;gap:0 18px;margin:25px 0 0;padding:0;list-style:none;display:grid}.product-feature-list li{border-bottom:1px solid var(--line);align-items:flex-start;gap:9px;min-height:50px;padding:13px 0;font-size:12px;font-weight:650;display:flex}.product-feature-list span{color:var(--green);font-weight:900}.product-price{background:var(--yellow);margin-top:24px;padding:20px 22px;display:grid;position:relative}.product-price:after{content:"";opacity:.13;background-image:linear-gradient(45deg,var(--text) 25%,transparent 25%,transparent 50%,var(--text) 50%,var(--text) 75%,transparent 75%);background-size:10px 10px;width:54px;height:100%;position:absolute;top:0;right:0}.product-price small{text-transform:uppercase;font-size:10px;font-weight:750}.product-price strong{letter-spacing:-.04em;font-size:30px;line-height:1.2}.product-price span{font-size:10px;font-weight:750}.product-summary .contact-actions{margin-top:18px}.product-assurance{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(3,1fr);margin-top:18px;display:grid}.product-assurance span{border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:66px;color:var(--muted);align-content:center;padding:12px;font-size:9px;line-height:1.35;display:grid}.product-assurance b{color:var(--text);font-size:10px}.product-page-nav{z-index:18;border-block:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffe6;position:sticky;top:76px}.product-page-nav>div{scrollbar-width:none;align-items:stretch;min-height:52px;display:flex;overflow-x:auto}.product-page-nav a{border-right:1px solid var(--line);min-height:52px;color:var(--muted);white-space:nowrap;align-items:center;padding:0 22px;font-size:12px;font-weight:800;transition:all .18s;display:flex}.product-page-nav a:first-child{border-left:1px solid var(--line)}.product-page-nav a:hover{color:var(--text);background:#ffc52c1c}.product-page-nav+section,.product-page-nav~section[id]{scroll-margin-top:145px}.section-heading-compact{margin-bottom:26px}.section-heading-compact h2{font-size:clamp(28px,3vw,40px)}.spec-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);background:#ffffffb8;grid-template-columns:repeat(3,1fr);margin:0;display:grid}.spec-grid>div{border-right:1px solid var(--line);border-bottom:1px solid var(--line);align-content:space-between;min-height:104px;padding:20px;display:grid}.spec-grid dt{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:800}.spec-grid dd{margin:12px 0 0;font-size:15px;font-weight:850}.product-description{align-items:start}.split-info{grid-template-columns:1fr 1fr;gap:18px;display:grid}.info-panel{border:1px solid var(--line);background:#fff;min-height:390px;padding:42px}.info-panel h2{letter-spacing:-.045em;max-width:480px;margin:10px 0 0;font-size:36px;line-height:1.08}.info-panel>p{color:#ffffffa6;margin-top:18px}.check-grid{grid-template-columns:1fr 1fr;gap:10px;margin:30px 0 0;padding:0;list-style:none;display:grid}.check-grid li{border:1px solid var(--line);align-items:center;gap:9px;padding:14px;font-size:12px;font-weight:700;display:flex}.check-grid span{color:#805f00}.info-panel-dark{color:#fff;background:var(--navy);border-color:var(--navy)}.info-panel-dark .eyebrow{color:#ffd85d}.info-panel-dark .text-link{color:#fff;border-color:#ffffff47;margin-top:28px}.attachment-detail-hero .product-media{background:#efede7}.equipment-placeholder{background-color:#efede7;background-image:linear-gradient(#1f23280e 1px,#0000 1px),linear-gradient(90deg,#1f23280e 1px,#0000 1px);background-size:28px 28px;place-items:center;display:grid;position:absolute;inset:0}.equipment-placeholder:before{content:"";border:5px solid #a7abb0;border-top-width:18px;width:118px;height:78px;transform:skew(-8deg)}.equipment-placeholder i{border:7px solid var(--yellow);border-radius:50%;width:40px;height:40px;position:absolute}.equipment-placeholder b{color:#777d82;letter-spacing:.1em;text-transform:uppercase;font-size:10px;position:absolute;bottom:15px;right:18px}.equipment-placeholder-large:before{border-width:26px 8px 8px;width:190px;height:130px}.equipment-placeholder-large i{border-width:10px;width:64px;height:64px}.notice{border-left:4px solid var(--yellow);color:var(--text);background:#f3f1ec;margin-top:28px;padding:18px 20px;font-size:13px;font-weight:650}.attachment-card-full>div>p{min-height:70px;color:var(--muted);margin:12px 0 0;font-size:12px}.attachment-grid-catalog{grid-template-columns:repeat(4,1fr)}.parts-overview-layout{grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);align-items:start;gap:70px;display:grid}.parts-overview-layout h2{letter-spacing:-.045em;max-width:560px;margin:10px 0 0;font-size:clamp(31px,3.5vw,46px);line-height:1.08}.parts-overview-layout>div>p{color:var(--muted);margin:18px 0 0;font-size:14px;line-height:1.75}.parts-overview-layout .button{margin-top:24px}.parts-query-list{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:1fr 1fr;margin:0;padding:0;list-style:none;display:grid}.parts-query-list li{border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-width:0}.parts-query-list a{justify-content:space-between;align-items:center;gap:12px;min-height:58px;padding:13px 15px;font-size:13px;font-weight:800;transition:all .18s;display:flex}.parts-query-list a:hover{background:#eab52b1f}.parts-query-list span{color:#8d690e}.cabin-focus{color:#fff;background:linear-gradient(135deg,#121417,#24272b);border-radius:14px 3px;justify-content:space-between;align-items:center;gap:45px;margin-top:18px;padding:30px 32px;display:flex}.cabin-focus>div{max-width:780px}.cabin-focus .eyebrow{color:var(--yellow)}.cabin-focus h3{letter-spacing:-.035em;margin:7px 0 0;font-size:27px}.cabin-focus p{color:#ffffff94;margin:10px 0 0;font-size:12px}.cabin-focus>a{border:1px solid #ffffff3d;border-radius:9px;justify-content:space-between;align-items:center;gap:15px;min-width:190px;min-height:52px;padding:12px 16px;font-size:13px;font-weight:850;display:flex}.spare-parts-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.spare-parts-grid article{border:1px solid var(--line);background:#fff;border-radius:11px;flex-direction:column;min-height:235px;padding:25px 22px;scroll-margin-top:150px;display:flex;box-shadow:0 10px 26px #1118200a}.spare-parts-grid article>span{color:#967016;font-size:9px;font-weight:900}.spare-parts-grid h3{letter-spacing:-.03em;margin:25px 0 0;font-size:20px;line-height:1.2}.spare-parts-grid p{color:var(--muted);margin:11px 0 0;font-size:12px;line-height:1.65}.spare-parts-grid a{border-top:1px solid var(--line);color:#745700;justify-content:space-between;align-items:center;min-height:48px;margin-top:auto;padding-top:15px;font-size:13px;font-weight:850;display:flex}.spare-parts-grid i{font-style:normal}.featured-article{border:1px solid var(--line);background:#fff;grid-template-columns:1.15fr .85fr;align-items:stretch;display:grid}.featured-article-media{min-height:440px;overflow:hidden}.featured-article-media img{object-fit:cover;width:100%;height:100%;transition:transform .65s}.featured-article:hover img{transform:scale(1.025)}.featured-article>div{flex-direction:column;justify-content:center;padding:44px;display:flex}.featured-article h2{letter-spacing:-.045em;margin:12px 0 0;font-size:clamp(30px,3vw,42px);line-height:1.08}.featured-article p{color:var(--muted);margin:18px 0 0}.featured-article .button{align-self:flex-start;margin-top:28px}.article-meta{color:var(--muted);text-transform:uppercase;flex-wrap:wrap;gap:17px;margin:16px 0 0;font-size:10px;font-weight:750;display:flex}.article-meta span{padding-left:17px;position:relative}.article-meta span:before{content:"";background:var(--yellow);border-radius:50%;width:3px;height:3px;position:absolute;top:50%;left:0}.blog-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.blog-card{border:1px solid var(--line);background:#fff;overflow:hidden}.blog-card-media{background:#eceae4;height:220px;display:block;overflow:hidden}.blog-card-media img{object-fit:cover;width:100%;height:100%;transition:transform .55s}.blog-card:hover img{transform:scale(1.03)}.blog-card>div{padding:22px}.blog-card h2{letter-spacing:-.03em;margin:12px 0 0;font-size:20px;line-height:1.25}.blog-card>div>p{min-height:70px;color:var(--muted);margin:12px 0 18px;font-size:12px}.blog-card .text-link{margin-top:20px}.article-hero{padding:62px 0 0}.article-header{text-align:center;max-width:920px}.article-header h1{letter-spacing:-.06em;margin:12px auto 0;font-size:clamp(42px,5.4vw,72px);line-height:1.02}.article-header>p{max-width:720px;color:var(--muted);margin:22px auto 0;font-size:17px}.article-meta-large{justify-content:center;margin-top:22px;font-size:11px}.article-cover{height:560px;margin-top:48px;overflow:hidden}.article-cover img{object-fit:cover;width:100%;height:100%}.article-layout{grid-template-columns:250px minmax(0,720px);justify-content:center;gap:80px;padding:78px 0 92px;display:grid}.article-toc{border:1px solid var(--line);background:#fff;align-self:start;padding:22px;position:sticky;top:120px}.article-toc>strong{letter-spacing:.1em;text-transform:uppercase;font-size:11px}.article-toc ol{color:var(--muted);margin:15px 0 22px;padding-left:20px;font-size:12px}.article-toc li{margin-top:10px;padding-left:5px}.article-toc a:hover{color:#805f00}.article-content section{margin-bottom:58px;padding-top:12px;scroll-margin-top:110px}.section-number{color:#ad8000;font-size:10px;font-weight:850}.article-content h2{letter-spacing:-.04em;margin:7px 0 19px;font-size:33px;line-height:1.15}.article-content p{color:#474f57;font-size:16px;line-height:1.9}.article-content ul{border-top:1px solid var(--line);margin:24px 0;padding:0;list-style:none}.article-content li{border-bottom:1px solid var(--line);color:#474f57;padding:13px 8px 13px 30px;font-size:14px;position:relative}.article-content li:before{content:"↗";color:#805f00;font-weight:850;position:absolute;left:4px}.article-note{border-left:4px solid var(--yellow);background:#eeece7;padding:24px 26px}.article-note strong{letter-spacing:.1em;text-transform:uppercase;font-size:11px}.article-note p{margin-bottom:0;font-size:14px}.delivery-page-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.delivery-zone{border:1px solid var(--line);background:#fff;flex-direction:column;min-height:320px;padding:34px;display:flex}.delivery-zone-featured{background:var(--yellow);border-color:var(--yellow)}.delivery-zone>span{color:#805f00;font-size:10px;font-weight:850}.delivery-zone h2{letter-spacing:-.04em;margin:35px 0 0;font-size:27px;line-height:1.12}.delivery-zone p{color:var(--muted);font-size:13px}.delivery-zone-featured p{color:#1f2328b3}.delivery-zone b{border-top:1px solid #1f23282e;margin-top:auto;padding-top:20px;font-size:11px}.delivery-process{grid-template-columns:.72fr 1.28fr;gap:90px;display:grid}.delivery-process h2{letter-spacing:-.045em;margin:10px 0 0;font-size:42px;line-height:1.08}.delivery-process ol{border-top:1px solid var(--line);margin:0;padding:0;list-style:none}.delivery-process li{border-bottom:1px solid var(--line);grid-template-columns:40px 1fr;gap:15px;padding:18px 0;display:grid}.delivery-process li>span{background:var(--yellow);place-items:center;width:32px;height:32px;font-size:11px;font-weight:850;display:grid}.delivery-process b{font-size:14px}.delivery-process p{color:var(--muted);margin:4px 0 0;font-size:12px}.document-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.document-grid article{border:1px solid var(--line);background:#fff;min-height:300px;padding:34px}.document-icon{background:var(--yellow);border:1px solid #d99b00;place-items:center;width:50px;height:50px;font-size:18px;font-weight:900;display:grid}.document-grid h2{letter-spacing:-.04em;margin:34px 0 0;font-size:27px}.document-grid p{color:var(--muted);font-size:13px}.faq-layout{grid-template-columns:.7fr 1.3fr;gap:90px;display:grid}.faq-layout h2{letter-spacing:-.045em;margin:10px 0 0;font-size:42px}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{cursor:pointer;padding:20px 42px 20px 0;font-size:15px;font-weight:750;list-style:none;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";color:#805f00;font-size:22px;position:absolute;right:4px}.faq-list details[open] summary:after{content:"−"}.faq-list p{color:var(--muted);margin:-5px 0 20px;padding-right:50px;font-size:13px}.about-hero{background:linear-gradient(135deg,#f4f5f6,#e8eaec)}.company-facts{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(4,1fr);display:grid}.company-facts article{border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff;flex-direction:column;min-height:235px;padding:29px 25px;display:flex}.company-facts article>span{color:#916b0d;font-size:10px;font-weight:900}.company-facts strong{margin-top:auto;font-size:19px;line-height:1.2}.company-facts p{color:var(--muted);margin:10px 0 0;font-size:12px}.company-story-grid{grid-template-columns:minmax(0,.76fr) minmax(0,1.24fr);align-items:start;gap:64px;display:grid}.company-story-copy h2{letter-spacing:-.048em;margin:10px 0 22px;font-size:clamp(32px,3.6vw,48px);line-height:1.06}.company-story-copy>p{color:var(--muted);margin:15px 0 0;font-size:14px;line-height:1.78}.company-proof-list{border-top:1px solid var(--line);margin:28px 0 0;padding:0;list-style:none}.company-proof-list li{border-bottom:1px solid var(--line);color:#42484f;min-height:50px;padding:13px 8px 13px 29px;font-size:13px;position:relative}.company-proof-list li:before{content:"✓";color:var(--green);font-weight:900;position:absolute;left:3px}.company-evidence-grid{grid-template-columns:1.35fr .75fr;gap:12px;min-width:0;min-height:590px;display:grid}.company-evidence{border:1px solid var(--line);min-width:0;box-shadow:var(--shadow);background:#dfe3e5;border-radius:16px 3px;margin:0;position:relative;overflow:hidden}.company-evidence:after{content:"";background:linear-gradient(#0000,#080a0cc7);position:absolute;inset:48% 0 0}.company-evidence img{object-fit:cover;width:100%;height:100%}.company-evidence-stock img{object-position:52% center}.company-evidence figcaption{z-index:2;color:#fff;display:grid;position:absolute;bottom:18px;left:20px;right:20px}.company-evidence figcaption b{font-size:14px}.company-evidence figcaption span{color:#ffffffa6;margin-top:3px;font-size:10px}.company-certificates{border-block:1px solid var(--line);background:#e9ebed}.certificate-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.certificate-card{background:#fff;border:1px solid #cfd3d6;border-radius:15px 3px;grid-template-columns:minmax(190px,.64fr) 1fr;min-width:0;display:grid;overflow:hidden;box-shadow:0 15px 38px #11182012}.certificate-media{background:#eef1f3;min-height:470px;display:block;position:relative;overflow:hidden}.certificate-media:after{content:"";background:linear-gradient(#0000,#080a0cc7);position:absolute;inset:55% 0 0}.certificate-media img{object-fit:cover;object-position:top center;width:100%;height:100%;transition:transform .35s}.certificate-media:hover img{transform:scale(1.018)}.certificate-media>span{z-index:2;color:#fff;text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#080a0c73;border:1px solid #ffffff73;border-radius:8px;justify-content:center;align-items:center;min-height:42px;font-size:11px;font-weight:850;display:flex;position:absolute;bottom:15px;left:16px;right:16px}.certificate-card>div{min-width:0;padding:28px 25px}.document-status{letter-spacing:.03em;text-transform:uppercase;border-radius:999px;width:fit-content;padding:6px 9px;font-size:9px;font-weight:900;display:inline-flex}.document-status-current{color:#0d7440;background:#e0f4e9}.document-status-archive{color:#805b00;background:#fff0bf}.certificate-card h3{letter-spacing:-.035em;margin:18px 0 0;font-size:25px;line-height:1.15}.certificate-card p{color:var(--muted);margin:14px 0 0;font-size:12px}.certificate-card ul{gap:9px;margin:18px 0 0;padding:0;list-style:none;display:grid}.certificate-card li{color:#444a50;padding-left:17px;font-size:11px;position:relative}.certificate-card li:before{content:"✓";color:var(--green);font-weight:900;position:absolute;left:0}.certificate-card .certificate-disclosure{border-left:3px solid var(--yellow);color:#4a4f55;background:#f4f5f6;padding:12px 13px;font-weight:700}.company-capability-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.company-capability-grid article{border:1px solid var(--line);background:#fff;border-radius:12px;flex-direction:column;min-height:280px;padding:27px 24px;display:flex;box-shadow:0 12px 30px #1118200b}.company-capability-grid article>span{color:#9a7210;font-size:10px;font-weight:900}.company-capability-grid h3{letter-spacing:-.035em;margin:36px 0 0;font-size:22px;line-height:1.15}.company-capability-grid p{color:var(--muted);margin:12px 0 0;font-size:12px;line-height:1.65}.company-capability-grid a{border-top:1px solid var(--line);color:#765900;justify-content:space-between;align-items:center;min-height:48px;margin-top:auto;padding-top:17px;font-size:13px;font-weight:850;display:flex}.company-capability-grid i{font-style:normal}.company-deliveries{color:#fff;background:linear-gradient(145deg,#090a0b,#17191c)}.company-deliveries .eyebrow{color:var(--yellow)}.company-deliveries .section-heading p{color:#ffffff94}.company-deliveries .text-link{color:#fff;border-color:#ffffff4d}.delivery-photo-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.delivery-photo-grid figure{aspect-ratio:3/4;background:#25282c;border:1px solid #ffffff29;border-radius:13px 3px;margin:0;position:relative;overflow:hidden}.delivery-photo-grid figure:after{content:"";background:linear-gradient(#0000,#060708d1);position:absolute;inset:55% 0 0}.delivery-photo-grid img{object-fit:cover;width:100%;height:100%;transition:transform .55s}.delivery-photo-grid figure:hover img{transform:scale(1.025)}.delivery-photo-grid figcaption{z-index:2;font-size:12px;font-weight:800;position:absolute;bottom:14px;left:15px;right:15px}.delivery-trust-note{background:#ffffff0b;border:1px solid #ffffff24;grid-template-columns:.7fr 1.3fr;gap:35px;margin-top:18px;padding:24px 26px;display:grid}.delivery-trust-note strong{font-size:15px}.delivery-trust-note p{color:#ffffff94;margin:0;font-size:12px}.company-location-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.company-location{border:1px solid var(--line);background:#fff;flex-direction:column;min-height:390px;padding:38px;display:flex}.company-location-main{color:#fff;background:linear-gradient(145deg,#0b0c0e,#1a1c20);border-color:#17191c}.company-location>span{color:#946e11;letter-spacing:.12em;text-transform:uppercase;font-size:10px;font-weight:850}.company-location-main>span{color:var(--yellow)}.company-location h2{letter-spacing:-.05em;margin:13px 0 0;font-size:39px;line-height:1}.company-location p{color:var(--muted);margin:18px 0 0;font-size:13px;line-height:1.7}.company-location-main p{color:#fff9}.company-location ul{border-top:1px solid var(--line);margin:24px 0 0;padding:0;list-style:none}.company-location-main ul{border-color:#ffffff24}.company-location li{border-bottom:1px solid var(--line);padding:11px 0 11px 24px;font-size:12px;position:relative}.company-location-main li{color:#ffffffb3;border-color:#ffffff1f}.company-location li:before{content:"✓";color:var(--green);font-weight:900;position:absolute;left:1px}.company-location-main li:before{color:var(--yellow)}.company-location>a{justify-content:space-between;margin-top:auto;padding-top:24px;font-size:12px;font-weight:850;display:flex}.company-location>a i{color:#8d680d;font-style:normal}.company-location-main>a i{color:var(--yellow)}.legal-company-panel{border:1px solid var(--line);background:var(--bg);grid-template-columns:.8fr 1.2fr;align-items:start;gap:70px;padding:44px;display:grid}.legal-company-panel h2{letter-spacing:-.045em;margin:10px 0 0;font-size:clamp(30px,3.4vw,44px);line-height:1.08}.legal-company-panel p{color:var(--muted);margin:15px 0 0;font-size:13px}.legal-company-panel dl{border-top:1px solid var(--line);margin:0}.legal-company-panel dl>div{border-bottom:1px solid var(--line);grid-template-columns:155px 1fr;gap:20px;padding:13px 0;font-size:12px;display:grid}.legal-company-panel dt{color:var(--muted)}.legal-company-panel dd{text-align:right;margin:0;font-weight:750}.legal-doc-hero{padding-bottom:58px}.legal-doc-hero .inner-hero-grid{align-items:center}.legal-doc-hero h1{max-width:840px;font-size:clamp(38px,4.6vw,58px)}.legal-doc-hero p{color:var(--muted);margin:0;font-size:15px}.legal-doc-hero .legal-updated{color:#805f00;margin-top:13px;font-size:11px;font-weight:800}.legal-doc-section{padding-top:54px}.legal-doc-layout{grid-template-columns:285px minmax(0,1fr);align-items:start;gap:60px;display:grid}.legal-doc-layout>aside{gap:14px;min-width:0;display:grid;position:sticky;top:102px}.legal-document-nav{border:1px solid var(--line);background:#fff;border-radius:13px;display:grid;overflow:hidden}.legal-document-nav a{border-bottom:1px solid var(--line);align-content:center;min-height:82px;padding:15px 16px;transition:all .18s;display:grid}.legal-document-nav a:last-child{border-bottom:0}.legal-document-nav a:hover{background:#f6f7f7}.legal-document-nav a.is-current{border-left:4px solid var(--yellow);background:#fff8df}.legal-document-nav b{font-size:13px}.legal-document-nav span{color:var(--muted);margin-top:4px;font-size:10px;line-height:1.45}.legal-help-card{color:#fff;background:#111d2b;border:1px solid #273649;border-radius:13px;padding:18px}.legal-help-card strong{font-size:14px}.legal-help-card>p{color:#ffffff9e;margin:7px 0 0;font-size:11px}.legal-help-card .plain-phone{display:grid}.legal-help-card .plain-phone span{color:#ffffff80}.legal-help-card .plain-phone a{color:#fff;font-size:16px}.legal-document{min-width:0;max-width:850px}.legal-document h2{letter-spacing:-.03em;margin:40px 0 0;padding-top:8px;font-size:25px;line-height:1.2}.legal-document h2:first-of-type{margin-top:34px}.legal-document p{color:#4f555b;margin:13px 0 0;font-size:14px;line-height:1.78}.legal-document>ul{gap:10px;margin:14px 0 0;padding:0;list-style:none;display:grid}.legal-document>ul li{color:#4f555b;padding-left:22px;font-size:14px;line-height:1.65;position:relative}.legal-document>ul li:before{content:"✓";color:var(--green);font-weight:900;position:absolute;left:0}.legal-document a{color:#765700;text-underline-offset:3px;font-weight:750;-webkit-text-decoration:underline #eab52ba6;text-decoration:underline #eab52ba6}.legal-summary{border-left:4px solid var(--yellow);background:#fff;padding:23px 25px;box-shadow:0 10px 30px #1118200e}.legal-summary strong{font-size:15px}.legal-summary p{margin-top:7px}.legal-requisites{border-top:1px solid var(--line);margin:17px 0 0}.legal-requisites>div{border-bottom:1px solid var(--line);grid-template-columns:190px 1fr;gap:18px;padding:12px 0;font-size:13px;display:grid}.legal-requisites dt{color:var(--muted)}.legal-requisites dd{text-align:right;margin:0;font-weight:750}.legal-sources{border:1px solid var(--line);background:#fff;border-radius:12px;gap:8px;margin-top:42px;padding:22px 24px;display:grid}.legal-sources strong{margin-bottom:4px;font-size:13px}.legal-sources a{align-items:center;min-height:36px;font-size:12px;display:flex}.contacts-hero{padding:76px 0 88px}.contacts-layout{grid-template-columns:1fr .75fr;align-items:center;gap:90px;display:grid}.contacts-layout h1{letter-spacing:-.055em;margin:12px 0 0;font-size:clamp(42px,5vw,68px);line-height:1.03}.contacts-layout>div:first-child>p{max-width:650px;color:var(--muted);margin-top:22px;font-size:16px}.contact-card-large{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;padding:38px;display:grid}.contact-card-large>span{color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:750}.contact-card-large>a{letter-spacing:-.04em;margin-top:5px;font-size:32px;font-weight:900}.contact-card-large>small{color:var(--muted);margin-top:5px}.contact-card-large dl{border-top:1px solid var(--line);margin:30px 0 0}.contact-card-large dl>div{border-bottom:1px solid var(--line);justify-content:space-between;gap:20px;padding:13px 0;font-size:12px;display:flex}.contact-card-large dt{color:var(--muted)}.contact-card-large dd{text-align:right;margin:0;font-weight:750}.contact-channel-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.contact-channel-grid>a{border:1px solid var(--line);grid-template-columns:52px 1fr 20px;align-items:center;gap:14px;min-height:116px;padding:24px;transition:all .18s;display:grid}.contact-channel-grid>a:hover{box-shadow:var(--shadow);border-color:#c4a43f;transform:translateY(-3px)}.channel-icon{border:1px solid var(--line);background:var(--yellow);place-items:center;width:48px;height:48px;font-weight:900;display:grid}.channel-max{color:#fff;background:#7357ff;border-color:#7357ff}.channel-vk{color:#fff;background:#2787f5;border-color:#2787f5;font-size:12px}.contact-channel-grid b{font-size:15px}.contact-channel-grid p{color:var(--muted);margin:3px 0 0;font-size:11px}.contact-channel-grid i{color:#805f00;font-style:normal}.visit-panel{border:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;gap:40px;padding:46px 50px;display:flex}.visit-panel>div{max-width:720px}.visit-panel h2{letter-spacing:-.045em;margin:10px 0 0;font-size:38px;line-height:1.08}.visit-panel p{color:var(--muted);margin:14px 0 0}.not-found{text-align:center;place-items:center;min-height:62vh;display:grid}.not-found h1{letter-spacing:-.06em;margin:10px 0 0;font-size:clamp(48px,7vw,82px);line-height:1}.not-found p{color:var(--muted)}.not-found .contact-actions{justify-content:center}@media (max-width:1000px){.legal-strip-inner{grid-template-columns:1fr 1fr;padding-block:18px}.regional-order-grid{grid-template-columns:repeat(2,1fr)!important}.local-coverage-layout,.inner-hero-grid,.prose-grid,.delivery-process,.faq-layout{grid-template-columns:1fr;gap:28px}.region-link-grid{grid-template-columns:repeat(2,1fr)}.region-hero-grid,.extended-seo-layout{grid-template-columns:1fr;gap:38px}.region-truth-card{max-width:720px}.buyer-checklist{position:static}.service-link-grid{grid-template-columns:1fr 1fr}.inner-hero p{max-width:720px}.catalog-grid:not(.catalog-grid-featured),.attachment-grid-catalog{grid-template-columns:repeat(2,1fr)}.parts-overview-layout{grid-template-columns:1fr;gap:36px}.spare-parts-grid{grid-template-columns:repeat(2,1fr)}.product-layout{grid-template-columns:1fr}.product-summary{position:static}.gallery-stage,.gallery-stage>img,.gallery-placeholder{min-height:0}.product-media{min-height:520px}.product-summary{padding-top:0}.featured-article{grid-template-columns:1fr}.featured-article-media{min-height:390px}.blog-grid{grid-template-columns:repeat(2,1fr)}.article-layout{grid-template-columns:210px minmax(0,1fr);gap:42px}.delivery-page-grid,.document-grid{grid-template-columns:1fr 1fr}.delivery-zone-featured{grid-column:1/-1}.contacts-layout{grid-template-columns:1fr;gap:42px}.contact-channel-grid{grid-template-columns:1fr}.company-facts{grid-template-columns:repeat(2,1fr)}.company-story-grid{grid-template-columns:1fr;gap:38px}.company-evidence-grid{min-height:520px}.certificate-grid{grid-template-columns:1fr}.company-capability-grid{grid-template-columns:repeat(2,1fr)}.legal-company-panel,.legal-doc-layout{grid-template-columns:1fr;gap:34px}.legal-doc-layout>aside{position:static}.legal-document-nav{grid-template-columns:repeat(3,1fr)}.legal-document-nav a{border-right:1px solid var(--line);border-bottom:0}.legal-document-nav a:last-child{border-right:0}.legal-help-card{display:none}}@media (max-width:700px){.legal-strip-inner{grid-template-columns:1fr;gap:13px}.legal-strip-inner>a{border-top:1px solid #cfd2d5;padding-top:10px}.regional-order-grid{grid-template-columns:1fr!important}.regional-order-grid .catalog-body>p{min-height:0!important}.inner-hero{padding:44px 0 50px}.inner-hero h1{font-size:40px}.inner-hero p{font-size:14px}.catalog-route-switcher{grid-template-columns:1fr;gap:8px;margin-top:16px}.catalog-route-switcher a{min-height:82px;padding:16px}.catalog-anchor-nav>div{scrollbar-width:none;width:100%;padding-left:16px;overflow-x:auto}.catalog-anchor-nav a{white-space:nowrap;padding-inline:16px}.catalog-grid:not(.catalog-grid-featured),.attachment-grid-catalog,.parts-query-list{grid-template-columns:1fr}.cabin-focus{flex-direction:column;align-items:flex-start;gap:20px;padding:26px 20px}.cabin-focus>a{width:100%}.spare-parts-grid{grid-template-columns:1fr}.catalog-grid:not(.catalog-grid-featured) .catalog-body>p{min-height:0}.product-hero{padding-top:24px}.product-layout{gap:30px}.gallery-stage,.gallery-stage>img,.gallery-placeholder{min-height:0}.gallery-stage{border-radius:13px 3px}.gallery-arrow{width:39px;height:39px}.gallery-thumbnails button{flex-basis:70px;width:70px;height:53px}.gallery-copy{margin-top:8px}.product-media{min-height:340px}.product-summary h1{letter-spacing:-.045em;font-size:clamp(31px,9.6vw,39px);line-height:1.06}.product-feature-list{grid-template-columns:1fr}.product-price strong{font-size:27px}.product-assurance{grid-template-columns:1fr}.product-assurance span{min-height:52px}.product-page-nav{top:66px}.product-page-nav>div{width:100%;padding-left:16px}.product-page-nav a{padding-inline:15px}.spec-grid{grid-template-columns:1fr 1fr}.spec-grid>div{min-height:92px;padding:16px}.spec-grid dd{font-size:13px}.prose-grid h2{font-size:32px}.prose{font-size:15px}.split-info{grid-template-columns:1fr}.info-panel{min-height:0;padding:28px 22px}.info-panel h2{font-size:31px}.check-grid{grid-template-columns:1fr}.featured-article-media{min-height:260px}.featured-article>div{padding:28px 22px}.blog-grid{grid-template-columns:1fr}.blog-card>div>p{min-height:0}.article-hero{padding-top:44px}.article-header{text-align:left}.article-header h1{font-size:41px}.article-header>p{font-size:15px}.article-meta-large{justify-content:flex-start}.article-cover{width:100%;height:330px;margin-top:36px}.article-layout{grid-template-columns:1fr;gap:38px;padding:50px 0 64px}.article-toc{position:static}.article-content h2{font-size:29px}.article-content p{font-size:15px}.delivery-page-grid,.document-grid{grid-template-columns:1fr}.delivery-zone-featured{grid-column:auto}.delivery-zone{min-height:270px;padding:27px 22px}.delivery-process h2,.faq-layout h2{font-size:32px}.contacts-hero{padding:50px 0 64px}.contacts-layout h1{font-size:42px}.contact-card-large{padding:27px 22px}.contact-card-large>a{font-size:27px}.contact-channel-grid>a{padding:18px}.visit-panel{flex-direction:column;align-items:flex-start;width:100%;padding:34px 16px}.visit-panel h2{font-size:31px}.company-facts,.company-location-grid{grid-template-columns:1fr}.company-facts article{min-height:185px}.company-evidence-grid{grid-template-columns:1fr;min-height:0}.company-evidence,.company-evidence-stock{aspect-ratio:4/3}.certificate-card{grid-template-columns:1fr}.certificate-media{aspect-ratio:4/3;min-height:0}.certificate-card>div{padding:24px 20px}.certificate-card h3{font-size:23px}.company-capability-grid{grid-template-columns:1fr}.company-capability-grid article{min-height:230px}.delivery-photo-grid{grid-template-columns:repeat(2,1fr);gap:8px}.delivery-photo-grid figcaption{font-size:11px;bottom:10px;left:10px;right:10px}.delivery-trust-note{grid-template-columns:1fr;gap:8px;padding:21px 18px}.company-location{min-height:0;padding:30px 22px}.company-location>a{margin-top:28px}.legal-company-panel{width:100%;padding:30px 16px}.legal-company-panel dl>div{grid-template-columns:1fr;gap:4px}.legal-company-panel dd{text-align:left}.legal-doc-hero{padding-block:42px 48px}.legal-doc-hero p{font-size:13px}.legal-doc-section{padding-top:38px}.legal-document-nav{grid-template-columns:1fr}.legal-document-nav a{border-right:0;border-bottom:1px solid var(--line);min-height:68px}.legal-document-nav a:last-child{border-bottom:0}.legal-document h2{margin-top:34px;font-size:22px}.legal-document p,.legal-document>ul li{font-size:13px}.legal-summary{padding:20px 18px}.legal-requisites>div{grid-template-columns:1fr;gap:3px}.legal-requisites dd{text-align:left}.region-coverage-compact{padding-block:52px}.region-link-grid,.region-link-grid-large,.service-link-grid{grid-template-columns:1fr}.region-link,.region-link-grid-large .region-link{min-height:86px;padding:16px}.region-link small{white-space:normal}.region-hero{padding:48px 0 58px}.region-hero h1{font-size:36px;line-height:1.07}.region-hero-grid>div>p{font-size:14px}.region-hero-proof{grid-template-columns:1fr;gap:12px}.region-hero-proof span{border-left:2px solid #eab52b73;justify-content:center;min-height:42px;padding-left:13px}.region-truth-card,.buyer-checklist{padding:25px 20px}.extended-seo-copy h2{font-size:31px}.service-link-grid>a{min-height:112px;padding:20px}}@media (max-width:520px){.contact-actions{grid-template-columns:1fr}.contact-actions .button:first-child{grid-column:auto}.contact-actions .button,.button{width:100%;min-width:0}.card-actions{grid-template-columns:1fr}}@media (max-width:430px){body{padding-bottom:0}.brand-lockup{width:155px}.mobile-header-call{min-width:83px;padding-inline:10px}.mobile-menu-toggle{min-width:74px;padding-inline:8px}.mobile-menu-toggle-label{font-size:12px}.inner-hero h1,.article-header h1,.contacts-layout h1{letter-spacing:-.045em;font-size:34px;line-height:1.08}.product-summary h1{font-size:clamp(29px,9vw,36px)}.product-summary>p{font-size:15px}.spec-grid,.contact-actions{grid-template-columns:1fr}.contact-actions .button:first-child{grid-column:auto}.button{width:100%}.card-actions{grid-template-columns:1fr}.gallery-copy p{font-size:13px}.gallery-copy small{font-size:11px}.region-hero h1{font-size:32px}.region-truth-card strong,.buyer-checklist h3{font-size:21px}}@media (max-width:360px){.brand-lockup{width:138px}.mobile-header-call{min-width:78px;padding-inline:8px;font-size:12px}.mobile-menu-toggle{gap:6px;min-width:70px;padding-inline:7px}}
