:root{color-scheme:light;--color-primary:#3f5cb4;--color-action-button:#16a34a;--color-secondary-bg:#f5f7fb;--color-primary-dark:#2b3b71;--color-text:#111827;--color-muted:#6b7280;--color-border:#e6e9ef;--color-bg:#fff;--color-bg-soft:#f5f7fb;--color-surface:#fff;--color-header:#ffffffeb;--color-header-open:#fff;--color-footer-text:#fff;--color-focus:#3366ff1f;--shadow-header:inset 0 -1px 0 #11192814;--shadow-showcase:0 24px 70px #5c73a029;--shadow-showcase-soft:0 12px 34px #5c73a01f;--container:1140px}:root.dark{color-scheme:dark;--color-text:#f8fafc;--color-muted:#9ca3af;--color-border:#2f3742;--color-bg:#0b1220;--color-bg-soft:#0f1724;--color-surface:#0f1724;--color-header:#0a0e14e0;--color-header-open:#0b1220;--color-secondary-bg:#0b1220;--shadow-header:inset 0 -1px 0 #ffffff14;--shadow-showcase:0 24px 70px #00000047;--shadow-showcase-soft:0 12px 34px #00000038}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/inter-latin-normal-400.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/inter-latin-normal-500.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/inter-latin-normal-600.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/inter-latin-normal-700.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/fonts/inter-latin-normal-800.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}*{box-sizing:border-box}html{min-width:320px;color:var(--color-text);background:var(--color-bg);height:100%;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{background:radial-gradient(circle at 78% 18%, #3758f91a, transparent 28rem), linear-gradient(180deg, var(--color-bg-soft) 0%, var(--color-bg) 68%);flex-direction:column;height:100%;margin:0;font-size:16px;line-height:1.6;transition:background-color .18s,color .18s;display:flex}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}main{padding-bottom:2vw;& a{text-decoration:underline}}button{font:inherit}.container{width:min(100% - 32px, var(--container));margin-inline:auto}.header{z-index:50;background:var(--color-header);box-shadow:var(--shadow-header);backdrop-filter:blur(10px);position:sticky;top:0}.header-nav{justify-content:space-between;align-items:center;gap:32px;min-height:78px;display:flex;position:relative}.brand{border-radius:8px;flex:none;align-items:center;display:inline-flex}.brand:focus-visible,.menu a:focus-visible,.menu-toggle:focus-visible,.theme-toggle:focus-visible{outline:3px solid var(--color-focus);outline-offset:4px}.brand-logo{width:185px;height:36px;color:var(--color-text);fill:currentColor;display:block}.header-actions{justify-content:flex-end;align-items:center;gap:34px;display:flex}.menu{align-items:center;gap:34px;margin:0;padding:0;list-style:none;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.menu a{min-height:42px;color:var(--color-text);opacity:.86;align-items:center;font-size:15px;font-weight:600;transition:color .16s,opacity .16s;display:inline-flex}.menu a:hover{color:var(--color-primary);opacity:1}.theme-toggle,.menu-toggle{color:var(--color-text);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;display:inline-flex}.theme-toggle{border:1px solid #0000;border-radius:999px;width:42px;height:42px;transition:background-color .16s,border-color .16s,color .16s}.theme-toggle:hover{border-color:var(--color-border);background:var(--color-bg-soft);color:var(--color-primary)}.theme-icon{fill:currentColor;width:24px;height:24px}.theme-icon-moon,:root.dark .theme-icon-sun{display:none}:root.dark .theme-icon-moon{display:block}.menu-toggle{border-radius:8px;flex-direction:column;gap:6px;width:44px;height:44px;display:none}.menu-toggle span{background:currentColor;border-radius:99px;width:28px;height:2px;transition:transform .18s,opacity .18s;display:block}.menu-toggle.is-active span:first-child{transform:translateY(8px)rotate(45deg)}.menu-toggle.is-active span:nth-child(2){opacity:0}.menu-toggle.is-active span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.site-main{flex-grow:1}.products{background:var(--color-surface);padding:88px 0 96px}.page-hero{padding:78px 0 34px}.page-hero h1{max-width:760px;color:var(--color-text);letter-spacing:0;margin:0 0 22px;font-size:clamp(40px,6vw,68px);font-weight:800;line-height:1.05}.page-hero p{max-width:980px;color:var(--color-text);margin:0;font-size:clamp(20px,2.5vw,30px);font-weight:700;line-height:1.35}.catalog-section{padding:22px 0 92px}.product-card.hidden{display:none}.section-head{text-align:center;max-width:620px;margin:0 auto 48px}.section-head h2{margin:0 0 12px;font-size:clamp(30px,4vw,40px);line-height:1.2}.section-head p{color:var(--color-muted);margin:0}.product-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:28px;display:grid}.product-card{background:var(--color-surface);border-radius:14px;flex-direction:column;display:flex;overflow:hidden}.card-shadow{box-shadow:var(--shadow)}.card-border{border:1px solid var(--color-border)}.product-visual{background:var(--color-bg-soft)}.product-shot{background:linear-gradient(135deg, var(--color-surface) 0%, var(--color-bg-soft) 100%);object-fit:cover;object-position:0 0;border-radius:10px;width:100%;min-height:178px;display:block;overflow:hidden;box-shadow:inset 0 0 0 1px #dfe4eac7}.shot-header{border-bottom:1px solid var(--color-border);background:var(--color-surface);height:34px}.shot-body{grid-template-columns:1fr 1fr;gap:12px;padding:16px;display:grid}.shot-block{background:var(--color-surface);border-radius:8px;min-height:52px;box-shadow:0 6px 18px #5c73a017}.product-content{flex-direction:column;flex-grow:1;padding:24px;display:flex}.product-type{color:var(--color-primary);letter-spacing:.04em;text-transform:uppercase;margin-bottom:12px;font-size:13px;font-weight:800;display:inline-block}.product-card h3{margin:0 0 10px;font-size:22px;line-height:1.25}.product-card p{color:var(--color-muted);text-wrap:pretty;flex-grow:1;margin:0 0 18px}.product-meta{flex-wrap:wrap;gap:8px;margin-bottom:18px;display:flex}.product-meta span{border:1px solid var(--color-border);color:var(--color-muted);border-radius:999px;padding:5px 10px;font-size:13px;font-weight:600}.product-bottom{justify-content:space-between;align-items:center;gap:16px;display:flex}.price{font-size:22px;font-weight:800}.product-link{color:var(--color-primary);font-weight:800}.product-link:hover{color:var(--color-primary-dark)}:root.dark .product-shot{background:linear-gradient(135deg,#ffffff0a 0%,#ffffff14 100%);box-shadow:inset 0 0 0 1px #ffffff0d}:root.dark .shot-header{background:#ffffff08;border-bottom-color:#ffffff14}:root.dark .shot-block{background:#ffffff05;box-shadow:0 6px 18px #00000024}@media (width<=959px){.header-nav{min-height:72px}.menu-toggle{order:3;display:inline-flex}.header-actions{width:100%;padding:22px max(16px, calc((100vw - var(--container)) / 2));border-top:1px solid var(--color-border);background:var(--color-header-open);opacity:0;pointer-events:none;grid-template-columns:1fr auto;align-items:start;gap:20px;transition:opacity .18s,transform .18s;display:grid;position:fixed;inset:72px 0 auto;transform:translateY(-10px);box-shadow:0 20px 40px #1119281a}.header-actions.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.menu{flex-direction:column;align-items:stretch;gap:8px;position:static;transform:none}.menu a{min-height:44px;font-size:17px}.hero{padding:78px 0 72px}.page-hero{padding-top:62px}.page-hero p{font-size:20px}.hero-grid{text-align:center;grid-template-columns:1fr;gap:46px}.hero-copy{max-width:680px;margin-inline:auto}.hero p{margin-inline:auto}.hero-context{justify-content:center}.hero-showcase{width:100%;max-width:680px;margin-inline:auto}.footer-inner{text-align:center;flex-direction:column-reverse;align-items:flex-start;gap:18px;padding:28px 0}.footer-links{justify-content:center}.showcase-card{width:100%;left:50%;transform:translate(-50%)}.showcase-card-module,.showcase-card-theme,.product-card:last-child{display:none}}@media (width<=539px){.container{width:min(100% - 24px, var(--container))}.brand-logo{width:158px;height:31px}.header-actions{grid-template-columns:1fr;padding-inline:12px}.theme-toggle{justify-self:start}.hero{padding:58px 0 56px}.page-hero{padding:46px 0 24px}.page-hero h1{font-size:38px}.catalog-filters{grid-template-columns:1fr;width:100%;margin-top:24px;display:grid}.filter-btn{min-height:42px}.hero h1{font-size:36px}.hero-context{gap:10px 14px}.hero-context span+span:before{display:none}.hero-showcase{min-height:338px}.showcase-screen{grid-template-columns:1fr;min-height:250px}.showcase-sidebar{display:none}}.footer{background:linear-gradient(180deg, var(--color-secondary-bg), var(--color-surface));background-color:var(--color-primary-dark);color:var(--color-text);border-top:1px solid #ffffff0a}.footer-inner{justify-content:space-between;align-items:center;gap:24px;padding:34px 0;display:flex}.footer-left{flex-direction:column;gap:8px;display:flex}.footer-logo{font-size:1.05rem;font-weight:800}.footer-meta{font-size:13px}.footer-links{flex-wrap:wrap;align-items:center;gap:18px 28px;display:flex}.footer-links a{color:inherit;font-size:14px;font-weight:700;transition:color .16s,transform .16s}.footer-links a:hover{transform:translateY(-1px);color:var(--color-primary)!important}.cookie-consent{z-index:60;padding:16px 0 calc(16px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--color-border);background-color:var(--color-header);backdrop-filter:blur(10px);position:fixed;inset:auto 0 0;box-shadow:0 -12px 32px #11192814}.cookie-consent-inner{justify-content:space-between;align-items:center;gap:20px 28px;display:flex}.cookie-consent-copy{min-width:0}.cookie-consent-title{margin:0 0 4px;font-size:15px;font-weight:700}.cookie-consent-desc{color:var(--color-muted);margin:0;font-size:14px;line-height:1.5}.cookie-consent-desc a{color:var(--color-primary);font-weight:600;text-decoration:underline}.cookie-consent-actions{flex-wrap:wrap;flex-shrink:0;gap:10px;display:flex}.cookie-consent-btn{cursor:pointer;border:1px solid #0000;border-radius:999px;min-height:42px;padding:0 16px;font-size:14px;font-weight:700;transition:background-color .16s,border-color .16s,color .16s}.cookie-consent-btn:focus-visible{outline:3px solid var(--color-focus);outline-offset:2px}.cookie-consent-btn--primary{border-color:var(--color-action-button);background:var(--color-action-button);color:#fff}.cookie-consent-btn--primary:hover{filter:brightness(1.05)}.cookie-consent-btn--secondary{border-color:var(--color-border);color:var(--color-text);background:0 0}.cookie-consent-btn--secondary:hover{border-color:var(--color-muted);background:var(--color-bg-soft)}@media (width<=639px){.cookie-consent-inner{flex-direction:column;align-items:stretch}.cookie-consent-actions{flex-direction:column}.cookie-consent-btn{width:100%}}
