:root{--background:#fff;--surface:#fff;--surface-soft:#f5f5f5;--text:#2a2018;--muted:#74675c;--brand:#8b3f2f;--brand-strong:#6f2d22;--accent:#d99a4e;--border:#e0e0e0;--header-top-bg:#f5f5f5;--radius:8px}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{background:var(--background);color:var(--text);font-family:var(--font-sans,"Open Sans", Arial, Helvetica, sans-serif);margin:0;font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}h1,h2,h3,h4{margin:0;font-weight:700;line-height:1.15}p{margin:0 0 1em}p:last-child{margin-bottom:0}ul,ol{margin:0 0 1em;padding-left:1.4em}.site-shell{flex-direction:column;min-height:100vh;display:flex}.site-main{flex:1}.container{width:min(1180px,100% - 32px);margin:0 auto}.section{padding:72px 0}.section-soft{background:var(--surface-soft)}.eyebrow{color:var(--brand);letter-spacing:.12em;text-transform:uppercase;margin:0 0 10px;font-size:12px;font-weight:700;display:block}.lead{color:var(--muted);font-size:17px;line-height:1.7}.muted{color:var(--muted)}.page-title{margin:0 0 16px;font-size:clamp(28px,5vw,48px);line-height:1.1}.header{z-index:100;-webkit-backdrop-filter:blur(12px);box-shadow:0 1px 0 var(--border);background:#fffffff7;position:sticky;top:0}.header-top{background:var(--header-top-bg);border-bottom:1px solid var(--border)}.header-top-inner{justify-content:space-between;align-items:center;gap:16px;padding:8px 0;display:flex}.header-top-nav{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.header-top-nav a{color:var(--muted);font-size:13px;transition:color .15s}.header-top-nav a:hover{color:var(--brand)}.header-social{align-items:center;gap:12px;display:flex}.header-social a{color:var(--muted);align-items:center;gap:5px;font-size:13px;transition:color .15s;display:flex}.header-social a:hover{color:var(--brand)}.header-social svg{fill:currentColor;width:16px;height:16px}.header-main{padding:14px 0}.header-main-inner{justify-content:space-between;align-items:center;gap:24px;display:flex}.header-logo{flex-shrink:0;align-items:center;gap:12px;text-decoration:none;display:flex}.header-logo-img{object-fit:cover;border:2px solid var(--border);border-radius:50%;width:58px;height:58px}.header-logo-text{flex-direction:column;display:flex}.header-logo-name{color:var(--text);font-size:18px;font-weight:800;line-height:1.1}.header-logo-sub{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:11px}.catalog-nav{align-items:center;gap:4px;display:flex}.catalog-nav a{color:var(--text);border-radius:6px;padding:8px 16px;font-size:15px;font-weight:600;transition:background .15s,color .15s}.catalog-nav a:hover{background:var(--surface-soft);color:var(--brand)}.burger{border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:6px;flex-direction:column;flex-shrink:0;justify-content:center;gap:5px;width:36px;height:36px;padding:6px;display:none}.burger span{background:var(--text);border-radius:2px;width:100%;height:2px;transition:transform .2s,opacity .2s;display:block}.mobile-menu{z-index:200;background:#2a20188c;display:none;position:fixed;inset:0}.mobile-menu.is-open{flex-direction:column;align-items:flex-end;display:flex}.mobile-menu-panel{background:var(--background);flex-direction:column;gap:8px;width:min(320px,90vw);height:100%;padding:20px 24px 40px;display:flex;overflow-y:auto}.mobile-menu-close{cursor:pointer;color:var(--muted);background:0 0;border:none;align-self:flex-end;margin-bottom:16px;padding:4px;font-size:22px;line-height:1}.mobile-menu-section{border-bottom:1px solid var(--border);flex-direction:column;gap:2px;margin-bottom:8px;padding-bottom:16px;display:flex}.mobile-menu-section-label{color:var(--muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:6px;font-size:11px;font-weight:700}.mobile-menu-section a{color:var(--text);border-bottom:1px solid #0000;padding:9px 0;font-size:16px;font-weight:500;transition:color .15s}.mobile-menu-section a:hover{color:var(--brand)}.hero-banner{background:var(--surface-soft);aspect-ratio:1920/768;width:100%;position:relative;overflow:hidden}.hero-banner img{object-fit:cover;object-position:center;width:100%;height:100%}.section-head{margin-bottom:40px}.section-head h2{margin-top:8px;font-size:clamp(24px,4vw,36px)}.categories-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.category-card{border-radius:var(--radius);background:var(--surface);border:1px solid var(--border);transition:box-shadow .18s,transform .18s;display:block;overflow:hidden}.category-card:hover{transform:translateY(-2px);box-shadow:0 6px 24px #2a20181f}.category-card-media{aspect-ratio:4/3;background:var(--surface-soft);position:relative;overflow:hidden}.category-card-media img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.category-card:hover .category-card-media img{transform:scale(1.04)}.category-card-body{padding:18px 20px 20px}.category-card-body h2{color:var(--text);margin-bottom:6px;font-size:22px}.category-card-body p{color:var(--muted);margin:0;font-size:14px}.products-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.product-card{border-radius:var(--radius);background:var(--surface);border:1px solid var(--border);flex-direction:column;transition:box-shadow .18s,transform .18s;display:flex;overflow:hidden}.product-card:hover{transform:translateY(-2px);box-shadow:0 6px 24px #2a20181f}.product-card-media{aspect-ratio:4/3;background:var(--surface-soft);position:relative;overflow:hidden}.product-card-media img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.product-card:hover .product-card-media img{transform:scale(1.04)}.product-card-placeholder{background:linear-gradient(135deg,#8b3f2f1a,#d99a4e38);width:100%;height:100%}.product-card-body{flex-direction:column;flex:1;gap:10px;padding:16px 18px 20px;display:flex}.product-card-name{color:var(--text);margin:0;font-size:15px;font-weight:600;line-height:1.35}.product-card-desc{color:var(--muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;margin:0;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.product-card-link{color:var(--brand);border-bottom:1px solid #0000;align-self:flex-start;margin-top:auto;font-size:13px;font-weight:600;transition:border-color .15s}.product-card-link:hover{border-bottom-color:var(--brand)}.btn{cursor:pointer;border:1.5px solid var(--brand);border-radius:6px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:10px 20px;font-size:14px;font-weight:700;line-height:1;text-decoration:none;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover{background:var(--brand-strong);border-color:var(--brand-strong)}.btn-secondary{color:var(--brand);background:0 0}.btn-secondary:hover{background:var(--surface-soft)}.btn-outline{color:var(--brand);border-color:var(--border);background:0 0}.btn-outline:hover{border-color:var(--brand)}.button{border:1.5px solid var(--brand);background:var(--brand);color:#fff;border-radius:6px;justify-content:center;align-items:center;min-height:44px;padding:10px 20px;font-size:14px;font-weight:700;transition:background .15s,border-color .15s;display:inline-flex}.button:hover{background:var(--brand-strong);border-color:var(--brand-strong)}.button.secondary{color:var(--brand);background:0 0}.button.secondary:hover{background:var(--surface-soft)}.cta-block{flex-wrap:wrap;align-items:center;gap:12px;margin-top:28px;display:flex}.page-header{border-bottom:1px solid var(--border);margin-bottom:48px;padding:52px 0 36px}.page-header .lead{margin-top:12px}.breadcrumb{color:var(--muted);flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:16px;font-size:13px;display:flex}.breadcrumb a{color:var(--muted);transition:color .15s}.breadcrumb a:hover{color:var(--brand)}.breadcrumb-sep{color:var(--border);font-size:11px}.product-layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:52px;padding-bottom:64px;display:grid}.product-gallery-main{aspect-ratio:4/3;border-radius:var(--radius);background:var(--surface-soft);border:1px solid var(--border);position:relative;overflow:hidden}.product-gallery-main img{object-fit:cover;width:100%;height:100%}.product-thumbs-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:10px;display:grid}.product-thumb-item{aspect-ratio:4/3;border:1.5px solid var(--border);background:var(--surface-soft);cursor:pointer;border-radius:6px;transition:border-color .15s;overflow:hidden}.product-thumb-item:hover{border-color:var(--brand)}.product-thumb-item img{object-fit:cover;width:100%;height:100%}.product-info{padding-top:4px}.product-info .eyebrow{margin-bottom:12px}.product-name{color:var(--text);margin-bottom:20px;font-size:clamp(22px,3.5vw,32px);font-weight:700;line-height:1.15}.product-desc{color:var(--muted);margin-bottom:24px;font-size:15px;line-height:1.7}.product-cta-label{color:var(--text);margin-bottom:12px;font-size:14px;font-weight:600}.product-specs{flex-direction:column;gap:8px;margin-top:20px;display:flex}.product-spec-line{color:var(--muted);margin:0;font-size:14px;line-height:1.5}.content-page{padding-bottom:72px}.content-body{max-width:760px;color:var(--text);font-size:16px;line-height:1.75}.content-body h2{color:var(--text);margin-top:36px;margin-bottom:12px;font-size:22px}.content-body p+p{margin-top:0}.content-body ul{margin:12px 0}.content-body li{margin-bottom:6px}.content-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:40px;display:grid}.info-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:24px}.info-card h3{color:var(--text);margin-bottom:10px;font-size:17px}.info-card p,.info-card a{color:var(--muted);font-size:15px}.info-card a:hover{color:var(--brand)}.footer{background:var(--surface-soft);border-top:1px solid var(--border);color:var(--muted);padding:52px 0 0;font-size:14px}.footer-inner{grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;padding-bottom:40px;display:grid}.footer-brand{flex-direction:column;gap:0;display:flex}.footer-brand-top{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.footer-brand-logo{align-items:center;gap:10px;display:flex}.footer-brand-logo img{object-fit:cover;border-radius:50%;width:44px;height:44px}.footer-brand-name{color:var(--text);font-size:16px;font-weight:700}.footer-brand-desc{color:var(--muted);max-width:260px;font-size:13px;line-height:1.6}.footer-contact{flex-direction:column;gap:6px;margin-top:4px;display:flex}.footer-contact a{color:var(--muted);font-size:13px;transition:color .15s}.footer-contact a:hover{color:var(--brand)}.footer-col h4{color:var(--text);text-transform:uppercase;letter-spacing:.1em;margin-bottom:16px;font-size:13px;font-weight:700}.footer-col-links{flex-direction:column;gap:8px;display:flex}.footer-col-links a{color:var(--muted);font-size:14px;transition:color .15s}.footer-col-links a:hover{color:var(--brand)}.footer-social-icons{flex-direction:column;gap:10px;display:flex}.footer-social-link{color:var(--muted);align-items:center;gap:8px;font-size:14px;transition:color .15s;display:flex}.footer-social-link:hover{color:var(--brand)}.footer-social-link svg{fill:currentColor;flex-shrink:0;width:18px;height:18px}.footer-bottom{border-top:1px solid var(--border);padding:16px 0}.footer-bottom-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.footer-bottom-copy{color:var(--muted);font-size:12px}.grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.catalog-hero{background:var(--surface);border-bottom:1px solid var(--border);margin-bottom:48px;padding:52px 0 36px}@media (max-width:1024px){.footer-inner{grid-template-columns:1fr 1fr;gap:32px}.footer-brand{grid-column:1/-1}}@media (max-width:820px){.header-top,.catalog-nav{display:none}.burger{display:flex}.categories-grid,.products-grid,.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-layout{grid-template-columns:1fr;gap:32px}.content-cards{grid-template-columns:1fr}.product-thumbs-row{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-banner{min-height:200px}}@media (max-width:560px){.categories-grid,.products-grid,.grid,.footer-inner{grid-template-columns:1fr}.footer-brand{grid-column:auto}.cta-block{flex-direction:column;align-items:stretch}.cta-block .btn,.cta-block .button{text-align:center}.product-thumbs-row{grid-template-columns:repeat(2,minmax(0,1fr))}}
