:root {
  --bg: #f8f5ef;
  --surface: #ffffff;
  --surface-2: #f3ede1;
  --text: #1f2a24;
  --muted: #6f786f;
  --accent: #214e3a;
  --accent-2: #b28a57;
  --border: #e6dfd3;
  --shadow: 0 18px 50px rgba(31, 42, 36, 0.08);
}
*{box-sizing:border-box} html,body{margin:0;padding:0;font-family:Montserrat,Arial,sans-serif;background:var(--bg);color:var(--text)} a{color:inherit;text-decoration:none} img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 32px));margin:0 auto}.hidden{display:none!important}
.header-top-bar{background:#163326;color:#fff;font-size:14px}.top-bar-container{display:flex;justify-content:center;gap:28px;padding:10px 0}.top-bar-item{opacity:.95}.site-header{position:sticky;top:0;z-index:20;background:rgba(248,245,239,.92);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:18px 0;gap:24px}.header-logo{font-weight:800;font-size:28px;letter-spacing:-.02em}.header-nav{display:flex;gap:18px;flex-wrap:wrap}.header-nav a{font-size:14px;color:var(--muted)}.header-right-actions{display:flex;align-items:center;gap:12px}.icon-btn,.mobile-menu-toggle,.close-menu-btn,.button{border:none;background:var(--accent);color:#fff;border-radius:14px;padding:12px 16px;cursor:pointer;font-weight:700}.icon-btn{padding:10px 14px}.mobile-menu-toggle{display:none}.mobile-nav-overlay{position:fixed;inset:0;background:rgba(0,0,0,.42);display:none;align-items:flex-start;justify-content:flex-end}.mobile-nav-overlay.open{display:flex}.mobile-nav-content{width:min(360px,100%);background:#fff;min-height:100%;padding:20px}.mobile-nav-header{display:flex;justify-content:flex-end}.mobile-nav-links{display:flex;flex-direction:column;gap:14px;margin-top:14px}.hero{padding:56px 0 36px}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:28px;align-items:center}.hero-card,.panel,.product-card,.category-tile,.info-strip{background:var(--surface);border:1px solid var(--border);border-radius:28px;box-shadow:var(--shadow)}.hero-card{padding:42px}.eyebrow{display:inline-block;background:var(--surface-2);border-radius:999px;padding:8px 14px;font-size:13px;font-weight:700;color:var(--accent)} h1,h2,h3,p{margin:0} h1{font-size:clamp(36px,6vw,62px);line-height:1.02;margin-top:18px} .lead{margin-top:16px;font-size:18px;line-height:1.65;color:var(--muted)} .hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.button.secondary{background:#fff;color:var(--accent);border:1px solid var(--border)}.hero-side{padding:30px;background:linear-gradient(180deg,#264f3c,#153324);color:#fff}.hero-side ul{padding-left:18px;line-height:1.8}.section{padding:28px 0 54px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}.section-head p{color:var(--muted);max-width:640px;line-height:1.7}.category-grid,.product-grid,.info-grid{display:grid;gap:18px}.category-grid{grid-template-columns:repeat(3,1fr)}.category-tile{padding:28px;min-height:150px;display:flex;flex-direction:column;justify-content:space-between}.category-tile span{color:var(--muted)}.product-grid{grid-template-columns:repeat(3,1fr)}.product-card{overflow:hidden}.product-link-wrap{display:block;height:100%}.product-image-wrap{position:relative;padding:20px;background:var(--surface-2)}.product-image{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:20px}.product-badge{position:absolute;top:16px;left:16px;background:#fff;color:var(--accent);font-size:12px;font-weight:800;padding:8px 12px;border-radius:999px}.product-content{padding:22px}.product-category{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:10px}.product-description{margin-top:10px;color:var(--muted);line-height:1.7}.product-meta,.product-pricing{display:flex;justify-content:space-between;gap:12px;margin-top:16px;align-items:center}.product-pricing strong{font-size:24px}.product-pricing span{text-decoration:line-through;color:var(--muted)}.toolbar{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:20px}.toolbar input,.toolbar select{background:#fff;border:1px solid var(--border);border-radius:14px;padding:14px 16px;font:inherit;min-width:220px}.info-grid{grid-template-columns:repeat(3,1fr)}.info-strip{padding:24px}.site-footer{padding:44px 0 24px;border-top:1px solid var(--border);background:#fff}.footer-sections{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:26px}.footer-title{font-weight:800;margin-bottom:14px}.footer-text,.footer-links li,.footer-links a{color:var(--muted);line-height:1.8;list-style:none}.footer-links{padding:0;margin:0}.footer-bottom{padding-top:22px;margin-top:20px;border-top:1px solid var(--border);color:var(--muted)}.page-hero{padding:40px 0 22px}.crumbs{color:var(--muted);font-size:14px;margin-bottom:10px}.product-page{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:start}.product-gallery,.product-summary,.faq-box{background:#fff;border:1px solid var(--border);border-radius:28px;box-shadow:var(--shadow)}.product-gallery{padding:24px}.product-summary{padding:34px}.stat-row{display:flex;gap:12px;flex-wrap:wrap;margin:18px 0}.stat-pill{padding:10px 14px;border-radius:999px;background:var(--surface-2);font-size:13px;font-weight:700}.price-big{font-size:42px;font-weight:800}.old-price{color:var(--muted);text-decoration:line-through;margin-left:12px}.feature-list{padding-left:18px;color:var(--muted);line-height:1.8}.faq-box{padding:24px}.faq-box h3{margin-bottom:10px}.faq-item{padding:14px 0;border-top:1px solid var(--border)}.placeholder-copy{max-width:760px;line-height:1.8;color:var(--muted)}.search-empty{padding:24px;border:1px dashed var(--border);border-radius:20px;color:var(--muted);background:#fff} 
@media (max-width:980px){.header-nav{display:none}.mobile-menu-toggle{display:inline-flex}.hero-grid,.product-page,.footer-sections,.category-grid,.product-grid,.info-grid{grid-template-columns:1fr}.hidden-mobile{display:none}.hero-card,.hero-side,.product-summary,.product-gallery{padding:24px}}
