@layer theme{:root,:host{--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.static{position:static}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.block{display:block}}:root{--bg:#f5f6f1;--surface:#fff;--surface-soft:#f8faf6;--surface-strong:#e8edf0;--text:#151d1a;--muted:#5b6861;--line:#d5ddd8;--line-strong:#a8b6ad;--accent:#f2b705;--accent-strong:#c98c00;--steel:#28566d;--green:#2f6f55;--focus:#6d8f7b;--shadow:0 18px 50px #17201d1f;--shadow-hover:0 26px 64px #151d1a2e;--radius:8px;--font-body:"Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;--font-heading:"Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-body);letter-spacing:0;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;margin:0}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea{font:inherit}a,button,input,select,textarea{transition:color .18s,background-color .18s,border-color .18s,box-shadow .18s,transform .18s,opacity .18s}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:3px;outline:3px solid #6d8f7b5c}h1,h2,h3{font-family:var(--font-heading);letter-spacing:0;overflow-wrap:break-word;font-weight:800}.site-shell{min-height:100vh}.site-header{z-index:20;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f3f5f2eb;grid-template-columns:minmax(190px,auto) 1fr auto;align-items:center;gap:24px;padding:14px clamp(18px,4vw,56px);display:grid;position:sticky;top:0;box-shadow:0 12px 34px #151d1a0f}.brand{border-radius:8px;align-items:center;gap:12px;display:inline-flex}.brand-mark{background:var(--text);width:42px;height:42px;color:var(--accent);border-radius:6px;place-items:center;font-weight:800;display:grid;box-shadow:inset 0 -3px #f2b70547}.brand strong,.brand small{display:block}.brand small{color:var(--muted);margin-top:2px;font-size:12px}.main-nav{justify-content:center;gap:clamp(14px,2vw,28px);font-size:14px;display:flex}.main-nav a{color:var(--muted);font-weight:700;position:relative}.main-nav a:hover{color:var(--text)}.main-nav a:after{background:var(--accent);content:"";opacity:0;transform-origin:50%;height:2px;transition:opacity .18s,transform .18s;position:absolute;bottom:-7px;left:0;right:0;transform:scaleX(.35)}.main-nav a:hover:after,.main-nav a:focus-visible:after{opacity:1;transform:scaleX(1)}.header-actions{align-items:center;gap:8px;display:flex}.icon-button,.primary-action,.text-action,.lead-form button{border:1px solid var(--text);border-radius:6px;justify-content:center;align-items:center;min-height:42px;font-weight:700;display:inline-flex}.icon-button{background:var(--surface);width:42px}.primary-action,.lead-form button{background:var(--text);color:#fff;gap:8px;padding:0 16px;box-shadow:0 10px 22px #151d1a24}.icon-button:hover,.primary-action:hover,.lead-form button:hover,.secondary-action:hover,.filter-panel button:hover{transform:translateY(-2px)}.primary-action:hover,.lead-form button:hover{background:#26302c;box-shadow:0 16px 34px #151d1a33}.page-main{padding:0 clamp(18px,4vw,56px) 64px}.hero{grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);align-items:start;gap:clamp(28px,5vw,72px);min-height:auto;padding:44px 0 28px;display:grid}.hero-copy h1{letter-spacing:0;max-width:760px;margin:0;font-size:68px;line-height:.98}.hero-copy p{max-width:650px;color:var(--muted);font-size:18px;line-height:1.6}.eyebrow,.section-heading span,.product-meta span,.status-label{color:var(--steel);letter-spacing:0;text-transform:uppercase;font-size:12px;font-weight:800}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.secondary-action{border:1px solid var(--line);background:var(--surface);min-height:42px;color:var(--text);border-radius:6px;align-items:center;padding:0 16px;font-weight:700;display:inline-flex}.secondary-action:hover{border-color:var(--line-strong);box-shadow:0 10px 24px #151d1a14}.stats-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:34px;display:grid}.stat{border:1px solid var(--line);border-radius:var(--radius);background:#ffffffc7;padding:16px;transition:border-color .18s,box-shadow .18s,transform .18s}.stat:hover{border-color:var(--line-strong);transform:translateY(-2px);box-shadow:0 16px 36px #151d1a14}.stat strong{font-size:26px;display:block}.stat span{color:var(--muted);font-size:13px}.hero-catalog{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.hero-catalog .product-card:first-child{grid-row:span 2}.section-band{padding:58px 0 0}.section-band.muted{background:#e9ece5;border-top:1px solid #d2d8ce;border-bottom:1px solid #d2d8ce;margin:56px calc(-1*clamp(18px,4vw,56px)) 0;padding:58px clamp(18px,4vw,56px)}.section-heading{justify-content:space-between;align-items:end;gap:24px;margin-bottom:24px;display:flex}.section-heading h2{max-width:760px;margin:0;font-size:44px;line-height:1.08}.category-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.category-tile,.segment-item,.product-card,.detail-panel,.contact-panel,.filter-panel,.info-note{border:1px solid var(--line);background:var(--surface)}.category-tile{border-radius:var(--radius);min-height:210px;padding:20px;transition:border-color .18s,box-shadow .18s,transform .18s,background-color .18s;position:relative;overflow:hidden}.category-tile:before{background:var(--accent);content:"";transform-origin:0;height:4px;transition:transform .2s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(.24)}.category-tile strong{margin:16px 0;font-size:42px;display:block}.category-tile p{color:var(--muted);margin:0;line-height:1.45}.category-tile svg{color:var(--steel);transition:transform .18s;position:absolute;top:18px;right:18px}.category-tile:hover,.category-tile:focus-visible{border-color:var(--line-strong);box-shadow:var(--shadow);background:#fffdf4;transform:translateY(-4px)}.category-tile:hover:before,.category-tile:focus-visible:before{transform:scaleX(1)}.category-tile:hover svg,.category-tile:focus-visible svg{transform:translate(3px,-3px)}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.product-card{border-radius:var(--radius);box-shadow:none;transition:border-color .18s,box-shadow .2s,transform .2s,opacity .18s,filter .18s;position:relative;overflow:hidden;transform:translateZ(0)}.product-card:after{pointer-events:none;border-radius:inherit;content:"";border:2px solid #0000;transition:border-color .18s;position:absolute;inset:0}.product-image{aspect-ratio:4/3;background:var(--surface-strong);color:var(--muted);place-items:center;font-size:14px;display:grid;position:relative;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%;transition:transform .26s,filter .26s;transform:scale(1.001)}.product-card-body{background:var(--surface);gap:12px;padding:16px;display:grid}.product-meta,.icon-facts{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.product-meta span{background:#eef5f0;border-radius:999px;padding:5px 8px}.product-card h3{min-height:58px;margin:0;font-size:18px;line-height:1.22}.product-card h3 a{background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:0 1px;transition:background-size .18s,color .18s}.price{font-size:20px;line-height:1.2}.icon-facts span{color:var(--muted);align-items:center;gap:5px;font-size:13px;display:inline-flex}.compact-facts{gap:6px;margin:0;font-size:13px;display:grid}.compact-facts div{border-top:1px solid #eee6d9;justify-content:space-between;gap:10px;padding-top:6px;display:flex}.compact-facts dt{color:var(--muted)}.compact-facts dd{text-align:right;margin:0}.text-action{min-height:auto;color:var(--steel);border:0;justify-self:start;gap:6px;font-weight:800;line-height:1.2}.text-action svg{transition:transform .18s}.product-card:hover,.product-card:focus-within{z-index:2;border-color:var(--line-strong);box-shadow:var(--shadow-hover);transform:translateY(-6px)}.product-card:hover:after,.product-card:focus-within:after{border-color:#f2b705b8}.product-card:hover .product-image img,.product-card:focus-within .product-image img{filter:saturate(1.06)contrast(1.03);transform:scale(1.045)}.product-card:hover h3 a,.product-card:focus-within h3 a{color:var(--steel);background-size:100% 1px}.product-card:hover .text-action svg,.product-card:focus-within .text-action svg{transform:translate(3px,-3px)}.product-card:hover .text-action,.product-card:focus-within .text-action{color:var(--green)}@media (hover:hover) and (pointer:fine){:is(.product-grid:has(.product-card:hover) .product-card:not(:hover),.hero-catalog:has(.product-card:hover) .product-card:not(:hover)){filter:saturate(.82);opacity:.66}}.catalog-layout{grid-template-columns:280px minmax(0,1fr);gap:20px;padding-top:34px;display:grid}.filter-panel{border-radius:var(--radius);align-self:start;padding:18px;position:sticky;top:92px;box-shadow:0 16px 40px #151d1a12}.filter-panel form{gap:12px;display:grid}.filter-panel input,.filter-panel select,.lead-form input,.lead-form textarea{border:1px solid var(--line);width:100%;color:var(--text);background:#fff;border-radius:6px;padding:11px 12px}.filter-panel input:focus,.filter-panel select:focus,.lead-form input:focus,.lead-form textarea:focus{border-color:var(--focus);box-shadow:0 0 0 4px #6d8f7b24}.filter-panel button{background:var(--accent);min-height:40px;color:var(--text);border:0;border-radius:6px;justify-content:center;align-items:center;gap:8px;font-weight:800;display:inline-flex;box-shadow:0 10px 22px #c98c0029}.filter-panel button:hover{background:#ffd24a}.page-hero{border-bottom:1px solid var(--line);padding:46px 0 22px}.page-hero h1{max-width:920px;margin:8px 0 12px;font-size:64px;line-height:.98}.page-hero p{max-width:760px;color:var(--muted);line-height:1.6}.detail-layout{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:22px;padding-top:28px;display:grid}.gallery{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.gallery a:first-child{grid-column:1/-1}.gallery a{border-radius:var(--radius);display:block;overflow:hidden;box-shadow:0 12px 28px #151d1a14}.gallery img{aspect-ratio:4/3;object-fit:cover;border:1px solid var(--line);border-radius:var(--radius);width:100%;transition:filter .22s,transform .26s}.gallery a:hover img,.gallery a:focus-visible img{filter:saturate(1.05)contrast(1.03);transform:scale(1.035)}.detail-panel,.info-note{border-radius:var(--radius);padding:22px;box-shadow:0 18px 48px #151d1a14}.detail-panel h1{margin:8px 0 14px;font-size:48px;line-height:1.04}.fact-table{gap:0;margin-top:18px;display:grid}.fact-table div{border-top:1px solid var(--line);grid-template-columns:160px 1fr;gap:14px;padding:10px 0;display:grid}.fact-table dt{color:var(--muted)}.fact-table dd{margin:0;font-weight:700}.knowledge-list,.check-list{gap:10px;margin:16px 0 0;padding:0;list-style:none;display:grid}.knowledge-list li,.check-list li{align-items:flex-start;gap:9px;display:flex}.knowledge-list li:before{content:"";background:var(--accent);border-radius:50%;flex:none;width:8px;height:8px;margin-top:7px}.contact-panel{border-radius:var(--radius);box-shadow:var(--shadow);grid-template-columns:minmax(0,.95fr) minmax(320px,.75fr);gap:28px;margin-top:58px;padding:28px;display:grid}.lead-form{gap:12px;display:grid}.lead-form label{color:var(--muted);gap:6px;font-size:13px;font-weight:700;display:grid}.lead-form button{border-color:var(--text)}.segment-grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:12px;display:grid}.segment-item{border-radius:var(--radius);min-height:170px;padding:16px;transition:border-color .18s,box-shadow .18s,transform .18s,background-color .18s}.segment-item svg{color:var(--green)}.segment-item:hover{border-color:var(--line-strong);background:var(--surface-soft);transform:translateY(-3px);box-shadow:0 14px 34px #151d1a14}.segment-item h3{margin:14px 0 8px;font-size:17px}.segment-item p{color:var(--muted);margin:0;font-size:14px;line-height:1.45}.site-footer{background:var(--text);color:#fff;grid-template-columns:minmax(0,1fr) auto;gap:24px;padding:38px clamp(18px,4vw,56px);display:grid}.site-footer p{color:#c6cec9;max-width:620px;line-height:1.55}.footer-grid{align-content:start;gap:10px;display:grid}.footer-grid a{color:#f8e8a0;align-items:center;gap:6px;display:inline-flex}@media (max-width:1180px){.hero,.detail-layout,.contact-panel,.catalog-layout{grid-template-columns:1fr}.filter-panel{position:static}.product-grid,.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.segment-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-copy h1,.page-hero h1{font-size:54px}.section-heading h2,.detail-panel h1{font-size:40px}}@media (max-width:760px){.site-header{grid-template-columns:1fr auto}.main-nav{display:none}.hero{min-height:auto}.hero-copy h1,.page-hero h1{font-size:36px;line-height:1.04}.section-heading h2,.detail-panel h1{font-size:32px;line-height:1.1}.hero-catalog,.product-grid,.category-grid,.stats-row,.segment-grid{grid-template-columns:1fr}.section-heading,.site-footer{display:block}.product-card h3{min-height:auto}.fact-table div{grid-template-columns:1fr;gap:4px}.gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:1ms!important}}
