[data-theme="light"]{--bg:#F4F3F0;--bg2:#ECEAE6;--surface:#FAFAF8;--text:#1E1E1E;--text2:#5A5A5A;--text3:#666666;--border:#DDDBD7;--bh:rgba(229,32,46,0.15);--shadow:0 1px 4px rgba(0,0,0,0.04);--shadow-h:0 8px 28px rgba(0,0,0,0.07);--nav-bg:rgba(244,243,240,0.92);--logo-f:none;--foot-bg:#1A1A1A;--placeholder-bg:#2A2A2A;--showcase-bg:#ECEAE6}[data-theme="dark"]{--bg:#0E0E0E;--bg2:#171717;--surface:#1E1E1E;--text:#E5E5E5;--text2:#A0A0A0;--text3:#888888;--border:#2C2C2C;--bh:rgba(229,32,46,0.25);--shadow:0 1px 4px rgba(0,0,0,0.2);--shadow-h:0 8px 28px rgba(0,0,0,0.35);--nav-bg:rgba(14,14,14,0.92);--logo-f:brightness(0) invert(1);--foot-bg:#090909;--placeholder-bg:#222;--showcase-bg:#171717}:root{--red:#E5202E;--red-d:#C91B26;--red-g:rgba(229,32,46,0.08);--font:'Outfit',sans-serif;--r:12px;--t:.25s ease}*:focus-visible{outline:2px solid var(--red);outline-offset:2px}.form input:focus-visible,.form select:focus-visible,.form textarea:focus-visible{outline:none}.skip-link{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;z-index:9999;padding:12px 24px;background:var(--red);color:#fff;font-weight:700;font-size:.9rem;border-radius:0 0 8px 0;text-decoration:none}.skip-link:focus{left:0;top:0;width:auto;height:auto}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;transition:background .4s,color .4s}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}.container{max-width:1100px;margin:0 auto;padding:0 28px}.accent{color:var(--red)}.btn-red{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--red);color:#FFF;font-weight:600;font-size:.88rem;padding:13px 28px;border-radius:50px;transition:var(--t);border:none;cursor:pointer}.btn-red:hover{background:var(--red-d);transform:translateY(-1px);box-shadow:0 6px 20px rgba(229,32,46,.2)}.btn-red svg{width:16px;height:16px}.btn-full{width:100%}.btn-outline{display:inline-flex;align-items:center;gap:8px;border:1.5px solid var(--border);color:var(--text2);font-weight:600;font-size:.88rem;padding:12px 24px;border-radius:50px;transition:var(--t)}.btn-outline:hover{border-color:var(--red);color:var(--red)}.btn-ghost{display:inline-flex;align-items:center;gap:6px;color:var(--text3);font-weight:500;font-size:.82rem;padding:8px 14px;border-radius:8px;transition:var(--t)}.btn-ghost:hover{color:var(--red);background:var(--red-g)}.btn-ghost svg{width:14px;height:14px}.btn-sm{padding:10px 18px;font-size:.82rem}.btn-sm svg{width:15px;height:15px}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:var(--nav-bg);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);transition:background .4s,border .4s}.navbar.scrolled{box-shadow:0 2px 16px rgba(0,0,0,.04)}.nav-inner{max-width:1100px;margin:0 auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between;height:90px}.logo-img{height:70px;width:auto;filter:var(--logo-f);transition:filter .4s}.nav-links{display:flex;gap:6px}.nav-links a{font-size:.88rem;font-weight:600;color:var(--text2);padding:8px 18px;border-radius:8px;transition:var(--t)}.nav-links a:hover,.nav-links a.active{color:var(--red);background:var(--red-g)}.nav-right{display:flex;align-items:center;gap:12px}.theme-btn{width:38px;height:38px;border-radius:50%;background:var(--surface);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;position:relative;transition:var(--t)}.theme-btn:hover{border-color:var(--red)}.theme-btn svg{width:17px;height:17px;position:absolute;transition:opacity .3s,transform .3s}[data-theme="light"] .ico-light{opacity:1;transform:rotate(0);color:var(--text2)}[data-theme="light"] .ico-dark{opacity:0;transform:rotate(90deg)}[data-theme="dark"] .ico-light{opacity:0;transform:rotate(-90deg)}[data-theme="dark"] .ico-dark{opacity:1;transform:rotate(0);color:#FFC107}.nav-phone{display:inline-flex;align-items:center;gap:7px;font-size:.84rem;font-weight:600;color:var(--red);padding:9px 18px;border-radius:50px;background:var(--red-g);transition:var(--t)}.nav-phone svg{width:14px;height:14px}.nav-phone:hover{background:var(--red);color:#fff}.nav-phone:hover svg{color:#fff}.hamburger{display:none;flex-direction:column;gap:5px;padding:8px}.hamburger span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:var(--t)}.mob-overlay{position:fixed;inset:0;z-index:999;background:var(--bg);display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s}.mob-overlay.open{opacity:1;pointer-events:auto}.mob-nav{display:flex;flex-direction:column;align-items:center;gap:22px}.mob-nav a{font-size:1.4rem;font-weight:700;color:var(--text);transition:var(--t)}.mob-nav a:hover{color:var(--red)}.mob-theme{display:flex;align-items:center;gap:10px;padding:12px 24px;border-radius:50px;background:var(--bg2);border:1px solid var(--border);color:var(--text);font-weight:600;font-size:1rem;margin-top:14px;position:relative}.mob-theme svg{width:20px;height:20px}.hero{padding-top:90px;background:var(--bg);transition:background .4s}.hero-flex{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:48px;padding:116px 0 44px}.hero-tag{font-size:.72rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--red);display:block;margin-bottom:16px}.hero-text h1{font-size:clamp(2rem,5vw,3.2rem);font-weight:900;letter-spacing:-.03em;line-height:1.1;margin-bottom:16px}.hero-text p{font-size:.95rem;color:var(--text2);max-width:420px;line-height:1.7;margin-bottom:28px}.hero-btns{display:flex;gap:12px;flex-wrap:wrap}.hero-img{display:flex;align-items:center;justify-content:center}.hero-img img{width:100%;max-width:480px;border-radius:var(--r);box-shadow:var(--shadow-h);aspect-ratio:16/9;object-fit:cover}.hero-slider{position:relative;width:100%;max-width:480px;aspect-ratio:16/9;border-radius:var(--r);overflow:hidden;box-shadow:var(--shadow-h)}.hero-slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 1s ease}.hero-slide.active{opacity:1}.btn-mob-only{display:none}.sec{padding:80px 0;transition:background .4s}.sec-products{padding-bottom:0}.sec-title{font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:900;letter-spacing:-.02em;margin-bottom:8px}.sec-sub{font-size:.92rem;color:var(--text2);max-width:480px;margin-bottom:40px}.sec-head-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;margin-bottom:24px}.about-years{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.about-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:24px 26px;border-top:3px solid var(--red);transition:var(--t)}.about-card:hover{border-color:var(--bh);border-top-color:var(--red);box-shadow:var(--shadow-h)}.about-badge{display:inline-flex;align-items:center;justify-content:center;background:var(--red);color:#fff;font-weight:900;font-size:1rem;padding:6px 16px;border-radius:8px;margin-bottom:12px}.about-card p{font-size:.86rem;color:var(--text2);line-height:1.65}.about-card strong{color:var(--text);font-weight:700}.about-highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.about-hl{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:22px 22px;text-align:center;transition:var(--t)}.about-hl:hover{border-color:var(--bh);box-shadow:var(--shadow-h)}.about-hl-ico{width:44px;height:44px;border-radius:10px;background:var(--red-g);display:inline-flex;align-items:center;justify-content:center;margin-bottom:12px}.about-hl-ico svg{width:20px;height:20px;color:var(--red)}.about-hl p{font-size:.82rem;color:var(--text2);line-height:1.6}.about-hl strong{color:var(--text);font-weight:700}.tabs-header{margin-bottom:16px}.tabs-toggle{display:inline-flex;align-items:center;gap:8px;padding:11px 22px;border-radius:50px;font-size:.88rem;font-weight:700;color:var(--text);background:var(--surface);border:1.5px solid var(--border);cursor:pointer;transition:var(--t);position:relative}.tabs-toggle:hover{border-color:var(--red);color:var(--red)}.tabs-toggle.open{background:var(--red);color:#FFF;border-color:var(--red)}.tabs-toggle svg{width:16px;height:16px}.tabs-ico-close{display:none}.tabs-toggle.open .tabs-ico-open{display:none}.tabs-toggle.open .tabs-ico-close{display:block}.product-tabs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:28px;max-height:500px;overflow:hidden;transition:max-height .4s cubic-bezier(.16,1,.3,1),opacity .3s,margin .3s;opacity:1}.product-tabs.collapsed{max-height:0;opacity:0;margin-bottom:0;pointer-events:none}.p-tab{padding:10px 20px;border-radius:50px;font-size:.84rem;font-weight:600;color:var(--text2);background:var(--surface);border:1.5px solid var(--border);cursor:pointer;transition:var(--t);white-space:nowrap}.p-tab:hover{border-color:var(--red);color:var(--red)}.p-tab.active{background:var(--red);color:#FFF;border-color:var(--red);box-shadow:0 4px 12px rgba(229,32,46,.2)}.product-showcase{position:relative;min-height:480px;overflow:hidden;border-radius:var(--r);margin:0 28px;max-width:1044px;margin-left:auto;margin-right:auto}.sc-bg{position:absolute;inset:0;background:var(--placeholder-bg);z-index:0}.sc-bg img{width:100%;height:100%;object-fit:cover;display:block}.sc-bg.ph{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px}.sc-bg.ph svg{width:72px;height:72px;color:rgba(255,255,255,.08)}.sc-bg.ph span{font-size:.85rem;font-weight:600;color:rgba(255,255,255,.12);text-transform:uppercase;letter-spacing:.15em}.sc-title-overlay{position:absolute;top:0;left:0;right:0;z-index:3;text-align:center;padding:36px 60px 32px;background:linear-gradient(to bottom,rgba(0,0,0,.75) 0%,rgba(0,0,0,.45) 50%,transparent 100%)}.sc-num{font-size:.75rem;font-weight:900;color:#FFF;letter-spacing:.1em;opacity:.85;display:block;margin-bottom:4px;text-shadow:0 1px 6px rgba(0,0,0,.6)}.sc-title-overlay h3{font-size:clamp(1.4rem,3vw,2.2rem);font-weight:900;color:#FFF;letter-spacing:-.02em;line-height:1.15;text-shadow:0 2px 16px rgba(0,0,0,.7),0 1px 4px rgba(0,0,0,.5)}.sc-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:48px;height:48px;border-radius:50%;border:none;background:rgba(255,255,255,.15);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;transition:var(--t);cursor:pointer}.sc-arrow svg{width:20px;height:20px;color:#FFF}.sc-arrow:hover{background:var(--red)}.sc-arrow-l{left:16px}.sc-arrow-r{right:16px}.sc-bottom-bar{position:absolute;bottom:0;left:0;right:0;z-index:3;padding:28px 28px 24px;background:linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,.55) 60%,transparent 100%);display:flex;align-items:center;justify-content:space-between;gap:20px}.sc-bottom-bar p{font-size:.9rem;color:rgba(255,255,255,.95);line-height:1.55;flex:1;max-width:600px;text-shadow:0 1px 8px rgba(0,0,0,.6)}.sc-progress{height:3px;margin-top:14px;margin-bottom:40px}.sc-progress-bar{height:100%;background:var(--red);border-radius:2px;transition:width .3s ease}.contact-row{display:grid;grid-template-columns:1fr 1.1fr;gap:56px;align-items:stretch}.contact-row > .contact-info{display:flex;flex-direction:column;justify-content:space-between}.contact-row > .form{display:flex;flex-direction:column;justify-content:space-between}.c-row{display:flex;gap:14px;align-items:flex-start;padding:16px 0;border-bottom:1px solid var(--border)}.c-row:first-child{padding-top:0}.c-row:last-child{border-bottom:none;padding-bottom:0}.c-row svg{width:19px;height:19px;color:var(--red);flex-shrink:0;margin-top:2px}.c-row strong{font-weight:700}.c-row div{font-size:.9rem;color:var(--text2)}.c-row a{color:var(--red);font-weight:600}.c-row a:hover{text-decoration:underline}.c-social{display:flex;gap:10px;padding-top:4px}.social-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border-radius:10px;font-size:.85rem;font-weight:600;background:var(--surface);border:1px solid var(--border);color:var(--text2);text-decoration:none !important;transition:var(--t)}.social-btn:hover{border-color:var(--red);color:var(--red);background:var(--red-g)}.social-btn svg{width:18px;height:18px;flex-shrink:0}.form{display:flex;flex-direction:column;gap:14px}.form-group{display:flex;flex-direction:column;gap:0}.form-group label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.form input,.form select,.form textarea{width:100%;padding:14px 16px;border:1px solid var(--border);border-radius:10px;font-family:var(--font);font-size:.9rem;color:var(--text);background:var(--surface);transition:var(--t);outline:none}.form input::placeholder,.form textarea::placeholder{color:var(--text3)}.form input:focus,.form select:focus,.form textarea:focus{border-color:var(--red);box-shadow:0 0 0 3px var(--red-g)}.form textarea{resize:vertical;min-height:80px}.form select{cursor:pointer}.form select option{background:var(--surface);color:var(--text)}.btt{position:fixed;bottom:28px;right:28px;z-index:900;width:46px;height:46px;border-radius:50%;background:var(--red);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px rgba(0,0,0,.25);opacity:0;transform:translateY(16px);transition:opacity .3s,transform .3s,background .2s;pointer-events:none}.btt.visible{opacity:1;transform:translateY(0);pointer-events:auto}.btt:hover{background:var(--red-d)}.btt svg{width:22px;height:22px}.footer{background:var(--foot-bg);color:rgba(255,255,255,.5);padding:56px 0 28px}.footer-flex{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:40px;margin-bottom:36px;align-items:start}.f-logo{height:46px;margin-bottom:12px;filter:brightness(0) invert(1);opacity:.65}.f-brand p{font-size:.84rem;line-height:1.65;max-width:230px}.f-social{display:flex;gap:10px;margin-top:14px}.f-social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.5);transition:var(--t)}.f-social a:hover{background:var(--red);color:#fff}.f-social svg{width:18px;height:18px}.f-col h5{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.6);margin-bottom:14px}.f-col a{display:flex;align-items:center;gap:6px;font-size:.84rem;color:rgba(255,255,255,.35);padding:4px 0;transition:var(--t)}.f-col a:hover{color:var(--red)}.f-col a svg{width:15px;height:15px;flex-shrink:0}.f-map iframe{border-radius:8px}.f-bottom{border-top:1px solid rgba(255,255,255,.06);padding-top:20px;text-align:center;font-size:.72rem;color:rgba(255,255,255,.2)}.admin-bg,.add-bg{position:fixed;inset:0;z-index:3000;background:rgba(0,0,0,.55);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s;padding:24px}.admin-bg.open,.add-bg.open{opacity:1;pointer-events:auto}.admin-panel{background:var(--surface);border:1px solid var(--border);border-radius:16px;max-width:640px;width:100%;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 24px 48px rgba(0,0,0,.2)}.admin-header{display:flex;align-items:center;justify-content:space-between;padding:24px 28px;border-bottom:1px solid var(--border)}.admin-header h3{font-size:1.15rem;font-weight:900;display:flex;align-items:center;gap:10px}.admin-header h3 svg{width:20px;height:20px;color:var(--red)}.popup-x{width:38px;height:38px;border-radius:50%;background:var(--bg2);display:flex;align-items:center;justify-content:center;transition:var(--t)}.popup-x svg{width:18px;height:18px;color:var(--text2)}.popup-x:hover{background:var(--red)}.popup-x:hover svg{color:#FFF}.admin-body{flex:1;overflow-y:auto;padding:20px 28px}.admin-item{background:var(--bg);border:1px solid var(--border);border-radius:12px;padding:20px;margin-bottom:14px}.admin-item-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.admin-item-title{font-weight:700;font-size:.95rem;display:flex;align-items:center;gap:8px}.admin-item-title span{font-size:.7rem;font-weight:900;color:var(--red);background:var(--red-g);padding:2px 8px;border-radius:4px}.admin-del{font-size:.78rem;color:var(--red);font-weight:600;padding:6px 12px;border-radius:6px;transition:var(--t)}.admin-del:hover{background:var(--red-g)}.admin-fields{display:flex;flex-direction:column;gap:10px}.admin-field label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text3);display:block;margin-bottom:4px}.admin-field input,.admin-field textarea{width:100%;padding:10px 14px;border:1px solid var(--border);border-radius:8px;font-family:var(--font);font-size:.86rem;color:var(--text);background:var(--surface);outline:none}.admin-field input:focus,.admin-field textarea:focus{border-color:var(--red)}.admin-field textarea{min-height:60px;resize:vertical}.admin-field-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.admin-footer{display:flex;gap:12px;justify-content:flex-end;padding:20px 28px;border-top:1px solid var(--border)}.add-panel{background:var(--surface);border:1px solid var(--border);border-radius:16px;max-width:480px;width:100%;box-shadow:0 24px 48px rgba(0,0,0,.2)}.add-body{padding:24px 28px;display:flex;flex-direction:column;gap:14px}.add-body label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text3)}.add-body input,.add-body textarea{width:100%;padding:12px 14px;border:1px solid var(--border);border-radius:8px;font-family:var(--font);font-size:.88rem;color:var(--text);background:var(--bg);outline:none}.add-body input:focus,.add-body textarea:focus{border-color:var(--red)}.add-body textarea{resize:vertical;min-height:70px}.add-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.reveal{opacity:0;transform:translateY(20px);transition:all .5s cubic-bezier(.16,1,.3,1)}.reveal.vis{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0s !important;transition-duration:0s !important}}@media (max-width:991px){.nav-links,.nav-right{display:none}.hamburger{display:flex}.hero-flex{grid-template-columns:1fr;text-align:center;gap:28px;padding:28px 0 36px}.hero-text p{margin-left:auto;margin-right:auto}.hero-btns{justify-content:center}.hero-img img{max-width:380px;margin:0 auto;aspect-ratio:16/9}.hero-slider{max-width:380px;margin:0 auto}.btn-mob-only{display:inline-flex}.product-showcase{min-height:380px;margin:0 20px}.sc-title-overlay h3{font-size:1.4rem}.contact-row{grid-template-columns:1fr;gap:36px}.about-highlights{grid-template-columns:1fr 1fr}.footer-flex{grid-template-columns:1fr 1fr;gap:28px}}@media (max-width:575px){.nav-inner{height:72px}.logo-img{height:56px}.hero-flex{padding:20px 0 28px}.hero-text h1{font-size:1.9rem}.hero-slider{max-width:100%}.hero-btns{flex-direction:column;align-items:center}.about-years{grid-template-columns:1fr}.about-highlights{grid-template-columns:1fr}.about-card{padding:18px 20px}.about-hl{padding:18px 18px}.product-showcase{min-height:320px;margin:0 12px;border-radius:8px}.sc-arrow{width:36px;height:36px}.sc-arrow-l{left:8px}.sc-arrow-r{right:8px}.sc-title-overlay{padding:20px 16px 14px}.sc-title-overlay h3{font-size:1.1rem}.sc-bottom-bar{padding:14px 16px;flex-direction:column;align-items:flex-start;gap:10px}.p-tab{padding:8px 14px;font-size:.76rem}.sec{padding:56px 0}.sec-title{font-size:1.5rem}.footer-flex{grid-template-columns:1fr}.admin-panel{max-width:100%}.add-panel{max-width:100%}}