:root{--primary:#166534;--accent:#F59E0B;--dark:#111827;--light:#F8FAFC;--border:#e5e7eb;--radius:12px;--shadow:0 8px 30px rgba(17,24,39,.07)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--light);color:var(--dark);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.6}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.container{width:min(1200px,calc(100% - 32px));margin-inline:auto}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.screen-reader-text:focus{position:fixed!important;z-index:99999;top:8px;left:8px;width:auto;height:auto;margin:0;padding:10px 14px;clip:auto;background:#fff;color:var(--dark)}.topbar{background:var(--dark);color:#fff;font-size:.875rem}.topbar-inner{display:flex;justify-content:space-between;gap:1rem;padding:7px 0}.topbar a{color:#fff}.main-header{display:grid;grid-template-columns:auto minmax(280px,1fr) auto;gap:24px;align-items:center;padding:18px 0}.site-title{font-size:1.45rem;font-weight:800;color:var(--dark)}.custom-logo{max-height:64px;width:auto}.header-search form{display:flex}.header-search input[type=search]{width:100%;min-height:44px;border:1px solid var(--border);border-radius:8px 0 0 8px;padding:0 14px;background:#fff}.header-search button{border:0;background:var(--primary);color:#fff;padding:0 18px;border-radius:0 8px 8px 0}.header-actions{display:flex;gap:18px;align-items:center;font-weight:700}.cart-link{white-space:nowrap}.cart-count{display:inline-grid;place-items:center;min-width:22px;height:22px;border-radius:50%;background:var(--accent);color:var(--dark);font-size:.75rem}.primary-nav{background:#fff;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.nav-inner{display:flex;align-items:center}.menu{list-style:none;display:flex;gap:4px;margin:0;padding:0}.menu a{display:block;padding:13px 14px;color:var(--dark);font-weight:650}.menu a:hover,.menu .current-menu-item>a{color:var(--primary);text-decoration:none}.menu-toggle{display:none;background:none;border:0;font-size:1.5rem;padding:12px}.hero{display:grid;grid-template-columns:1.5fr 1fr;gap:30px;padding:64px 0}.hero-copy{align-self:center}.eyebrow{color:var(--primary);font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:.8rem}.hero h1{font-size:clamp(2.1rem,5vw,4.2rem);line-height:1.08;margin:.2em 0}.hero-card{min-height:330px;border-radius:24px;background:linear-gradient(135deg,var(--primary),#0f3e20);color:#fff;padding:40px;display:flex;flex-direction:column;justify-content:end;box-shadow:var(--shadow)}.hero-card span{opacity:.8}.hero-card strong{font-size:2rem}.button{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);background:#fff;color:var(--dark);padding:11px 18px;border-radius:8px;font-weight:750;min-height:44px}.button:hover{text-decoration:none;transform:translateY(-1px)}.button-primary{background:var(--primary);border-color:var(--primary);color:#fff}.home-section{padding:28px 0}.section-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.section-heading h2{margin:0;font-size:1.8rem}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.features-grid article{background:#fff;border:1px solid var(--border);padding:24px;border-radius:var(--radius)}.features-grid article span{font-size:1.5rem;color:var(--primary);font-weight:800}.offer-band,.cta{background:#fff;border:1px solid var(--border);border-radius:20px;padding:30px;display:flex;align-items:center;justify-content:space-between;gap:20px}.offer-band h2,.cta h2{margin:0}.site-footer{margin-top:60px;background:var(--dark);color:#d1d5db}.footer-widgets{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:24px;padding:50px 0}.footer-title{color:#fff}.site-footer a{color:#d1d5db}.footer-bottom{border-top:1px solid #374151}.footer-bottom-inner{display:flex;justify-content:space-between;gap:20px;padding:18px 0;font-size:.9rem}.footer-bottom ul{list-style:none;display:flex;gap:16px;margin:0;padding:0}.page-header{padding:42px 0 20px}.page-header h1{font-size:clamp(2rem,4vw,3rem);margin:0}.content-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:40px;padding-top:30px}.post-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;margin-bottom:20px}.post-card img{width:100%;height:auto;display:block}.post-card-body{padding:20px}.post-card h2{margin:.2em 0}.post-meta{font-size:.85rem;color:#6b7280}.single-post{background:#fff;padding:clamp(20px,4vw,48px);border-radius:var(--radius)}.single-post h1{font-size:clamp(2rem,4vw,3.5rem);line-height:1.15}.single-post>img{width:100%;height:auto}.entry-content{max-width:850px}.search-result{display:grid;grid-template-columns:130px 1fr;gap:20px;padding:20px 0;border-bottom:1px solid var(--border)}.search-result img{width:130px;height:100px;object-fit:cover;border-radius:8px}.breadcrumbs{display:flex;gap:8px;flex-wrap:wrap;margin:20px 0;color:#6b7280;font-size:.9rem}.not-found{text-align:center;padding:90px 0}.not-found h1{font-size:3rem}.button-row{display:flex;gap:10px;justify-content:center;margin-top:20px}.pagination-wrap{padding:30px 0}.nav-links{display:flex;gap:8px;flex-wrap:wrap}.page-numbers{padding:8px 12px;border:1px solid var(--border);background:#fff;border-radius:7px}.page-numbers.current{background:var(--primary);color:#fff;border-color:var(--primary)}.widget{margin-bottom:28px}.widget ul{padding-left:20px}.comments-area{margin-top:40px}.comment-list{padding-left:20px}.woocommerce-container{padding:30px 0}.woocommerce img{max-width:100%;height:auto}.woocommerce form .form-row input,.woocommerce form .form-row select,.woocommerce form .form-row textarea{min-height:44px;border:1px solid var(--border);border-radius:8px;padding:10px;background:#fff}.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{background:var(--primary);color:#fff;border-radius:8px;padding:11px 18px}.woocommerce span.onsale{background:var(--accent);color:var(--dark);min-height:auto;min-width:auto;padding:7px 10px}.woocommerce ul.products li.product{background:#fff;border:1px solid var(--border);border-radius:12px;padding:14px;overflow:hidden}.woocommerce ul.products li.product a img{border-radius:8px}.woocommerce ul.products li.product .price{color:var(--dark);font-weight:800}.woocommerce .quantity .qty{min-height:42px;border:1px solid var(--border);border-radius:8px}.woocommerce table.shop_table{background:#fff;border-radius:12px;overflow:hidden;border:1px solid var(--border)}.woocommerce-message,.woocommerce-info,.woocommerce-error{border-radius:8px}.woocommerce-checkout #payment{background:#fff;border-radius:12px}.wp-block-woocommerce-cart,.wp-block-woocommerce-checkout{max-width:1200px;margin-inline:auto}.alignwide{max-width:1440px;margin-left:auto;margin-right:auto}.alignfull{width:100%;max-width:none}@media(max-width:1024px){.footer-widgets{grid-template-columns:repeat(2,1fr)}.hero{grid-template-columns:1fr}.content-layout{grid-template-columns:1fr}.header-actions .account-link{display:none}}@media(max-width:767px){.container{width:min(100% - 24px,1200px)}.main-header{grid-template-columns:1fr auto;gap:12px}.header-search{grid-column:1/-1;grid-row:2}.header-actions{gap:8px}.primary-nav{position:relative}.menu-toggle{display:block}.menu-wrap{display:none}.menu-wrap.is-open{display:block}.menu{display:block;padding-bottom:8px}.menu a{padding:11px 6px}.hero{padding:36px 0}.hero-card{min-height:240px}.features-grid{grid-template-columns:1fr}.offer-band,.cta{display:block}.offer-band .button,.cta .button{margin-top:15px}.footer-widgets{grid-template-columns:1fr}.footer-bottom-inner{display:block}.footer-bottom ul{margin-top:10px;flex-wrap:wrap}.search-result{grid-template-columns:90px 1fr}.search-result img{width:90px;height:75px}.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.woocommerce ul.products li.product{width:auto!important;float:none!important;margin:0!important}.woocommerce .col2-set,.woocommerce-page .col2-set{display:block}.woocommerce table.shop_table{font-size:.9rem}.button-row{flex-wrap:wrap}}@media(max-width:360px){.header-actions{font-size:.85rem}.hero h1{font-size:2rem}.woocommerce ul.products{gap:7px}}
