:root{color-scheme:light;--bg:#faf9f7;--surface:#fff;--surface-2:#f4f3f1;--border:#e6e4e0;--text:#1c1b19;--text-muted:#6b6862;--text-faint:#9a968e;--accent:#0e6b57;--accent-strong:#0a5445;--accent-soft:#e6f2ee;--accent-contrast:#fff;--danger:#b3401f;--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--shadow-card:0 12px 28px -18px #1c1b1938;--shadow-sticky:0 -8px 24px -16px #1c1b1959;--sticky-bar-h:64px;font-family:Outfit,Geist,system-ui,-apple-system,Segoe UI,sans-serif}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;overflow-x:hidden}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;padding-bottom:calc(var(--sticky-bar-h) + env(safe-area-inset-bottom,0px));margin:0;line-height:1.5;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin:0}h1,h2,h3{letter-spacing:-.01em;font-weight:600;line-height:1.15}ul{margin:0;padding:0;list-style:none}button{font-family:inherit}.wrap{max-width:1180px;margin:0 auto;padding-inline:20px}.site-header{z-index:20;backdrop-filter:blur(8px);border-bottom:1px solid var(--border);background:#faf9f7eb;position:sticky;top:0}.site-header__row{justify-content:space-between;align-items:center;gap:16px;padding-block:14px;display:flex}.brand{letter-spacing:-.02em;font-size:1.15rem;font-weight:700}.site-header__phone{color:var(--accent-strong);white-space:nowrap;font-weight:600;display:none}@media (width>=640px){.site-header__phone{align-items:center;gap:8px;display:inline-flex}}.sticky-bar{z-index:30;background:var(--surface);border-top:1px solid var(--border);box-shadow:var(--shadow-sticky);padding-bottom:env(safe-area-inset-bottom,0px);grid-auto-columns:1fr;grid-auto-flow:column;display:grid;position:fixed;bottom:0;left:0;right:0}.sticky-bar__btn{min-height:56px;color:var(--text);border-right:1px solid var(--border);flex-direction:column;justify-content:center;align-items:center;gap:2px;font-size:.78rem;font-weight:600;transition:background-color .15s,transform .1s;display:flex}.sticky-bar__btn:last-child{border-right:none}.sticky-bar__btn:active{background:var(--surface-2);transform:translateY(1px)scale(.98)}.sticky-bar__btn--accent{background:var(--accent);color:var(--accent-contrast)}.sticky-bar__btn--accent:active{background:var(--accent-strong)}.sticky-bar__icon{width:20px;height:20px}.btn{border-radius:var(--radius-sm);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:0 20px;font-size:.95rem;font-weight:600;transition:transform .1s,background-color .15s,border-color .15s;display:inline-flex}.btn:active{transform:translateY(1px)scale(.98)}.btn--primary{background:var(--accent);color:var(--accent-contrast)}.btn--primary:hover{background:var(--accent-strong)}.btn--ghost{border-color:var(--border);color:var(--text);background:0 0}.btn--ghost:hover{border-color:var(--accent);color:var(--accent-strong)}.hero{border-bottom:1px solid var(--border);padding-block:40px 32px}.hero__eyebrow{color:var(--accent-strong);text-transform:uppercase;letter-spacing:.06em;font-size:.85rem;font-weight:600}.hero h1{max-width:20ch;margin-top:10px;font-size:clamp(1.7rem,4.2vw,2.6rem)}.hero p.lede{color:var(--text-muted);max-width:52ch;margin-top:14px;font-size:1.02rem}.hero__cta{margin-top:20px}.section{padding-block:36px}.section__head{justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:18px;display:flex}.section__head h2{font-size:1.4rem}.section__head a{color:var(--accent-strong);white-space:nowrap;font-size:.9rem;font-weight:600}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}@media (width>=640px){.category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}}@media (width>=960px){.category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.category-card{border-radius:var(--radius-md);background:var(--surface);border:1px solid var(--border);flex-direction:column;justify-content:space-between;min-height:108px;padding:16px;transition:border-color .15s,transform .1s;display:flex}.category-card:hover{border-color:var(--accent)}.category-card:active{transform:translateY(1px)scale(.99)}.category-card__name{font-size:.98rem;font-weight:600;line-height:1.3}.category-card__arrow{color:var(--accent-strong);font-size:.85rem;font-weight:600}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}@media (width>=640px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}}@media (width>=960px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.product-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;transition:box-shadow .15s,transform .1s,border-color .15s;display:flex;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-card);border-color:var(--border)}.product-card:active{transform:translateY(1px)scale(.99)}.product-card__media{aspect-ratio:1;background:var(--surface-2);justify-content:center;align-items:center;display:flex}.product-card__media img{object-fit:contain;width:100%;height:100%;padding:10px}.product-card__body{flex-direction:column;flex:1;gap:6px;padding:12px 14px 16px;display:flex}.product-card__name{min-height:2.7em;font-size:.9rem;font-weight:600;line-height:1.35}.product-card__dim{color:var(--text-muted);font-size:.78rem}.product-card__price{color:var(--accent-strong);margin-top:auto;padding-top:6px;font-size:1.05rem;font-weight:700}.badge-hit{background:var(--text);color:var(--surface);text-transform:uppercase;letter-spacing:.04em;border-radius:999px;margin:10px;padding:4px 10px;font-size:.7rem;font-weight:700;position:absolute}.product-card__media-wrap{position:relative}.product-page{gap:28px;padding-block:24px 40px;display:grid}.product-page>*{min-width:0}@media (width>=860px){.product-page{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);align-items:start}}.gallery__main{aspect-ratio:1;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);justify-content:center;align-items:center;display:flex;overflow:hidden}.gallery__main img{object-fit:contain;width:100%;height:100%;padding:24px}.gallery__thumbs{gap:10px;margin-top:10px;display:flex}.gallery__thumbs img{object-fit:contain;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);width:64px;height:64px;padding:6px}.product-info__category a{color:var(--accent-strong);font-size:.82rem;font-weight:600}.product-info h1{margin-top:8px;font-size:clamp(1.35rem,3vw,1.85rem)}.product-info__price{color:var(--accent-strong);margin-top:14px;font-size:1.7rem;font-weight:700}.product-info__desc{color:var(--text-muted);margin-top:12px}.product-info__cta{flex-wrap:wrap;gap:10px;margin-top:20px;display:flex}.specs{border-top:1px solid var(--border);margin-top:24px}.specs__row{border-bottom:1px solid var(--border);justify-content:space-between;gap:16px;padding:10px 0;font-size:.92rem;display:flex}.specs__row dt{color:var(--text-muted)}.specs__row dd{text-align:right;margin:0;font-weight:600}.advantages{gap:14px;display:grid}@media (width>=720px){.advantages{grid-template-columns:repeat(3,minmax(0,1fr))}}.advantage{border-top:2px solid var(--text);padding:18px 0}.advantage h3{font-size:1rem}.advantage p{color:var(--text-muted);margin-top:6px;font-size:.92rem}.contact-list{gap:10px;max-width:420px;display:grid}.contact-row{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);justify-content:space-between;align-items:center;padding:14px 16px;font-weight:600;display:flex}.contact-row span.label{color:var(--text-muted);font-size:.85rem;font-weight:500}.site-footer{border-top:1px solid var(--border);color:var(--text-muted);padding-block:28px;font-size:.85rem}.site-footer__row{flex-wrap:wrap;justify-content:space-between;gap:10px 20px;display:flex}.site-footer a{color:var(--text-muted)}.site-footer a:hover{color:var(--accent-strong)}.empty-state{text-align:center;color:var(--text-muted);border:1px dashed var(--border);border-radius:var(--radius-md);padding:40px 20px}.search-box{gap:8px;max-width:480px;margin-block:20px;display:flex}.search-box input{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);min-height:48px;color:var(--text);flex:1;padding:0 14px;font-size:1rem}.search-box input:focus{outline:2px solid var(--accent);outline-offset:1px}#search-results li a{border-bottom:1px solid var(--border);padding:12px 14px;display:block}#search-results li a:hover{color:var(--accent-strong)}.back-link{color:var(--text-muted);align-items:center;gap:6px;margin-block:18px 6px;font-size:.88rem;font-weight:600;display:inline-flex}.back-link:hover{color:var(--accent-strong)}.lead-dialog{border-radius:var(--radius-lg);width:min(440px,100vw - 32px);max-height:min(88vh,720px);color:var(--text);background:var(--surface);box-shadow:var(--shadow-card);border:none;padding:0}.lead-dialog::backdrop{background:#1c1b1980}.lead-dialog form{flex-direction:column;gap:12px;max-height:88vh;padding:22px;display:flex;overflow-y:auto}.lead-dialog__head{justify-content:space-between;align-items:center;gap:12px;display:flex}.lead-dialog__head h3{font-size:1.15rem}.lead-dialog__close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:6px;font-size:1.1rem;line-height:1}.lead-dialog__close:hover{color:var(--accent-strong)}.lead-dialog__product{color:var(--text-muted);margin-top:-4px;font-size:.9rem}.lead-field{color:var(--text-muted);flex-direction:column;gap:6px;font-size:.88rem;font-weight:600;display:flex}.lead-field input,.lead-field textarea{font:inherit;color:var(--text);border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);min-height:48px;padding:0 14px;font-weight:400}.lead-field textarea{resize:vertical;min-height:72px;padding:10px 14px}.lead-field input:focus,.lead-field textarea:focus{outline:2px solid var(--accent);outline-offset:1px}.lead-field--hp{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.lead-status{min-height:1.2em;font-size:.88rem;font-weight:600}.lead-status--ok{color:var(--accent-strong)}.lead-status--error{color:var(--danger)}.lead-dialog__actions{margin-top:4px}.lead-dialog__actions .btn{width:100%}
