@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";
:root{--primary:#1b5e20;--primary-dark:#0d3d12;--primary-light:#2e7d32;--accent:#d4af37;--accent-light:#e8c860;--white:#fff;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--success:#10b981;--warning:#f59e0b;--error:#ef4444;--info:#3b82f6;--shadow-sm:0 1px 2px 0 #0000000d;--shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--radius-sm:.25rem;--radius:.5rem;--radius-lg:.75rem;--radius-xl:1rem;--radius-full:9999px;--transition:all .2s ease;--transition-slow:all .3s ease}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--gray-50);color:var(--gray-900);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}.btn{border-radius:var(--radius);transition:var(--transition);cursor:pointer;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--primary);color:var(--white)}.btn-primary:hover{background:var(--primary-dark);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-secondary{background:var(--white);color:var(--gray-700);border:1px solid var(--gray-300)}.btn-secondary:hover{background:var(--gray-50);border-color:var(--gray-400)}.btn-accent{background:linear-gradient(135deg,var(--accent)0%,var(--accent-light)100%);color:var(--gray-900)}.btn-accent:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-lg{padding:1rem 2rem;font-size:1.0625rem}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.btn-black{color:var(--white);background:#000}.btn-black:hover{box-shadow:var(--shadow-md);background:#333;transform:translateY(-1px)}.header{background:var(--white);border-bottom:1px solid var(--gray-200);z-index:100;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:2rem;height:72px;display:flex}.logo{color:var(--primary);align-items:center;gap:.75rem;font-size:1.125rem;font-weight:700;display:flex}.logo svg{width:36px;height:36px}.nav{gap:.5rem;display:none}@media (min-width:768px){.nav{display:flex}}.nav-link{color:var(--gray-600);border-radius:var(--radius);transition:var(--transition);padding:.5rem 1rem;font-size:.8125rem;font-weight:500}.nav-link:hover{color:var(--primary);background:var(--gray-100)}.nav-dropdown{position:relative}.nav-link-dropdown{align-items:center;gap:.25rem;display:flex}.dropdown-arrow{transition:transform .2s}.nav-dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{background:var(--white);border-radius:var(--radius-lg);min-width:220px;max-height:80vh;box-shadow:var(--shadow-lg);border:1px solid var(--gray-200);z-index:200;padding:.5rem 0;animation:.15s dropdownFadeIn;position:absolute;top:100%;left:0;overflow-y:auto}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{color:var(--gray-600);transition:var(--transition);padding:.625rem 1rem;font-size:.875rem;display:block}.dropdown-item:hover{background:var(--gray-50);color:var(--primary)}.dropdown-item-all{color:var(--gray-900);border-bottom:1px solid var(--gray-100);margin-bottom:.25rem;font-weight:600}.menu-btn{border-radius:var(--radius);width:44px;height:44px;color:var(--gray-600);transition:var(--transition);justify-content:center;align-items:center;display:flex}.menu-btn:hover{background:var(--gray-100);color:var(--primary)}@media (min-width:768px){.menu-btn{display:none}}.mobile-menu{background:var(--white);border-top:1px solid var(--gray-200);max-height:calc(100vh - 72px);padding:1rem;overflow-y:auto}.mobile-nav{flex-direction:column;gap:.25rem;display:flex}.mobile-nav-item{flex-direction:column;display:flex}.mobile-nav-row{justify-content:space-between;align-items:center;display:flex}.mobile-nav-link{color:var(--gray-700);border-radius:var(--radius);transition:var(--transition);flex:1;padding:.75rem 1rem;font-size:.9375rem;font-weight:500;display:block}.mobile-nav-link:hover{background:var(--gray-50);color:var(--primary)}.mobile-expand-btn{width:44px;height:44px;color:var(--gray-500);border-radius:var(--radius);transition:var(--transition);justify-content:center;align-items:center;display:flex}.mobile-expand-btn:hover{background:var(--gray-100);color:var(--primary)}.mobile-subcategories{border-left:2px solid var(--gray-200);margin-top:.25rem;margin-bottom:.5rem;margin-left:1rem;padding-left:1rem}.mobile-nav-sublink{color:var(--gray-600);padding:.5rem 1rem;font-size:.875rem}.header-actions{align-items:center;gap:1rem;display:flex}.search-form{display:none;position:relative}@media (min-width:640px){.search-form{display:block}}.search-input{border:1px solid var(--gray-300);border-radius:var(--radius-full);background:var(--gray-50);width:240px;transition:var(--transition);padding:.625rem 1rem .625rem 2.5rem;font-size:.875rem}.search-input:focus{border-color:var(--primary);background:var(--white);outline:none;box-shadow:0 0 0 3px #1b5e201a}.search-icon{color:var(--gray-400);position:absolute;top:50%;left:.875rem;transform:translateY(-50%)}.cart-btn{border-radius:var(--radius);width:44px;height:44px;color:var(--gray-600);transition:var(--transition);justify-content:center;align-items:center;display:flex;position:relative}.cart-btn:hover{background:var(--gray-100);color:var(--primary)}.cart-badge{text-align:center;min-width:18px;height:18px;color:var(--white);background:var(--primary);border-radius:var(--radius-full);padding:0 5px;font-size:.6875rem;font-weight:700;line-height:18px;position:absolute;top:2px;right:2px}.hero{min-height:100vh;color:var(--white);background:#000;justify-content:center;align-items:flex-start;display:flex;position:relative;overflow:hidden}.hero-video-container{z-index:0;position:absolute;inset:0}.hero-video{object-fit:cover;width:100%;height:100%}.hero-video-overlay{background:0 0;position:absolute;inset:0}.hero-bg{opacity:.15;background-image:url(/hero-fence.jpg);background-position:50%;background-size:cover;position:absolute;inset:0}.hero-content{z-index:1;text-align:center;flex-direction:column;align-items:center;max-width:1000px;padding:8rem 1.5rem 5rem;display:flex;position:relative}@media (min-width:768px){.hero-content{padding:3rem 1.5rem 5rem}}.hero-badge{border-radius:var(--radius-full);-webkit-backdrop-filter:blur(12px);background:#ffffff1a;border:1px solid #fff3;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;animation:.8s ease-out fadeInDown;display:inline-flex}.hero-badge-dot{background:var(--accent);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-title{flex-direction:column;gap:.25rem;max-width:800px;margin-bottom:1.5rem;font-size:2.75rem;font-weight:800;line-height:1.15;animation:.8s ease-out .2s both fadeInUp;display:flex}.hero-title-line{color:#fffffff2;text-shadow:0 2px 20px #0003}.hero-title-accent{background:linear-gradient(135deg,var(--accent)0%,#ffe082 50%,var(--accent)100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 2px 10px #ffc1074d);-webkit-background-clip:text;background-clip:text;font-size:1.2em}@media (min-width:768px){.hero-title{font-size:4rem}}@media (min-width:1024px){.hero-title{font-size:4.5rem}}.hero-subtitle{color:#fffc;max-width:650px;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.7;animation:.8s ease-out .4s both fadeInUp}@media (min-width:768px){.hero-subtitle{font-size:1.25rem}}.hero-cta{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;animation:.8s ease-out .6s both fadeInUp;display:flex}.hero-btn-primary{background:linear-gradient(135deg,var(--accent)0%,#fdd835 100%);color:var(--gray-900);border:none;padding:1rem 2.5rem;font-size:1.0625rem;transition:all .3s;box-shadow:0 8px 30px #ffc10759}.hero-btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 40px #ffc10780}.hero-stats{border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(12px);background:#ffffff1a;border:1px solid #ffffff26;align-items:center;gap:1.5rem;padding:1.25rem 2rem;animation:.8s ease-out .8s both fadeInUp;display:flex}@media (max-width:640px){.hero-stats{flex-direction:column;gap:1rem;padding:1.25rem 1.5rem}.hero-stat-divider{width:50px!important;height:1px!important}}.hero-stat{flex-direction:column;align-items:center;gap:.25rem;display:flex}.hero-stat-number{color:var(--white);font-size:1.5rem;font-weight:800}.hero-stat-label{color:#ffffffb3;text-transform:uppercase;letter-spacing:.05em;font-size:.8125rem;font-weight:500}.hero-stat-divider{background:#fff3;width:1px;height:40px}.hero-scroll-indicator{color:#fff9;text-transform:uppercase;letter-spacing:.1em;flex-direction:column;align-items:center;gap:.75rem;font-size:.75rem;font-weight:500;animation:.8s ease-out 1s both fadeInUp;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero-scroll-mouse{border:2px solid #fff6;border-radius:12px;justify-content:center;width:24px;height:40px;padding-top:8px;display:flex}.hero-scroll-wheel{background:#fff9;border-radius:2px;width:4px;height:8px;animation:1.5s ease-in-out infinite scrollWheel}@keyframes scrollWheel{0%,to{opacity:1;transform:translateY(0)}50%{opacity:.3;transform:translateY(6px)}}@media (max-width:768px){.hero-scroll-indicator{display:none}}@media (max-width:576px){.hero{align-items:flex-start;min-height:100dvh}.hero-video-container{width:100%;height:100%;position:absolute;top:0;left:0}.hero-video{object-fit:cover;object-position:center top;width:100%;height:100%}.hero-content{max-width:100%;margin-top:0;padding:2rem 1rem 3rem}.hero-badge{margin-bottom:1rem;padding:.4rem 1rem;font-size:.75rem}.hero-title{gap:.15rem;margin-bottom:1rem;font-size:1.75rem;line-height:1.2}.hero-title-accent{font-size:1.15em}.hero-subtitle{margin-bottom:1.5rem;padding:0 .5rem;font-size:.9375rem;line-height:1.6}.hero-cta{flex-direction:column;gap:.75rem;width:100%;margin-top:12rem;margin-bottom:1rem}.hero-btn-primary{justify-content:center;width:100%;padding:.875rem 1.5rem;font-size:1rem}.hero-stats{gap:.75rem;width:100%;margin-top:1rem;padding:1rem}.hero-stat-number{font-size:1.25rem}.hero-stat-label{font-size:.75rem}}@media (max-width:375px){.hero-content{padding:2.5rem .75rem}.hero-title{font-size:1.5rem}.hero-subtitle{font-size:.875rem}.hero-badge{padding:.35rem .875rem;font-size:.6875rem}.hero-stats{padding:.875rem}.hero-stat-number{font-size:1.125rem}.hero-stat-label{font-size:.6875rem}}.categories{padding:4rem 0}.section-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.section-title{color:var(--gray-900);font-size:1.75rem;font-weight:700}.view-all{color:var(--primary);transition:var(--transition);align-items:center;gap:.375rem;font-size:.9375rem;font-weight:600;display:flex}.view-all:hover{gap:.625rem}.category-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}@media (min-width:768px){.category-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.category-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);transition:var(--transition);flex-direction:column;align-items:center;padding:2rem 1rem;display:flex;position:relative;overflow:hidden}.category-card:before{content:"";background:linear-gradient(135deg,var(--primary)0%,var(--primary-light)100%);opacity:0;transition:var(--transition);position:absolute;inset:0}.category-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}.category-card:hover:before{opacity:1}.category-card:hover .category-icon,.category-card:hover .category-name{color:var(--white)}.category-icon{z-index:1;width:64px;height:64px;color:var(--primary);transition:var(--transition);margin-bottom:1rem;position:relative}.category-name{z-index:1;color:var(--gray-800);transition:var(--transition);font-size:1rem;font-weight:600;position:relative}.products-section{background:var(--white);padding:4rem 0}@media (min-width:768px){.products-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (min-width:1024px){.products-grid{grid-template-columns:repeat(4,1fr)}}.product-card{background:var(--gray-50);border-radius:var(--radius-lg);transition:var(--transition);flex-direction:column;display:flex;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.product-image{aspect-ratio:1;background:var(--gray-200);position:relative;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.product-card:hover .product-image img{transform:scale(1.05)}.product-badge{color:var(--white);background:var(--primary);border-radius:var(--radius-sm);padding:.25rem .625rem;font-size:.75rem;font-weight:600;position:absolute;top:.75rem;left:.75rem}.product-badge.sale{background:var(--error)}.product-badge.new{background:var(--info)}.product-category{color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.75rem;font-weight:500}.product-name{color:var(--gray-900);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:.9375rem;font-weight:600;display:-webkit-box;overflow:hidden}.product-price{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.price-current{color:var(--primary);font-size:1.125rem;font-weight:700}.price-original{color:var(--gray-400);font-size:.875rem;text-decoration:line-through}.product-stock{color:var(--success);align-items:center;gap:.375rem;margin-bottom:.75rem;font-size:.8125rem;display:flex}.product-stock.low{color:var(--warning)}.product-stock.out{color:var(--error)}.add-to-cart{width:100%;color:var(--white);border-radius:var(--radius);transition:var(--transition);background:#000;padding:.625rem 1rem;font-size:.875rem;font-weight:600}.add-to-cart:hover{background:#333}.add-to-cart:disabled{background:var(--gray-300);cursor:not-allowed}.trust-section{background:var(--gray-100);border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200);padding:3rem 0}.trust-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}@media (min-width:768px){.trust-grid{grid-template-columns:repeat(4,1fr)}}.trust-item{text-align:center;flex-direction:column;align-items:center;display:flex}.trust-icon{width:48px;height:48px;color:var(--primary);margin-bottom:.75rem}.trust-title{color:var(--gray-900);margin-bottom:.25rem;font-size:.9375rem;font-weight:600}.trust-text{color:var(--gray-500);font-size:.8125rem}.footer{background:var(--gray-900);color:var(--gray-400);padding:4rem 0 2rem}.footer-grid{grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:3rem;display:grid}@media (min-width:768px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-brand{grid-column:span 2}@media (min-width:768px){.footer-brand{grid-column:span 1}}.footer-logo{color:var(--white);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.25rem;font-weight:700;display:flex}.footer-logo img{background:var(--white);border-radius:var(--radius);padding:8px 12px}.footer-description{margin-bottom:1.5rem;font-size:.875rem;line-height:1.7}.social-links{gap:.75rem;display:flex}.social-link{border-radius:var(--radius);background:var(--gray-800);width:36px;height:36px;color:var(--gray-400);transition:var(--transition);justify-content:center;align-items:center;display:flex}.social-link:hover{background:var(--primary);color:var(--white)}.footer-title{color:var(--white);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.25rem;font-size:.875rem;font-weight:600}.footer-links{flex-direction:column;gap:.75rem;display:flex}.footer-link{color:var(--gray-400);transition:var(--transition);font-size:.875rem}.footer-link:hover{color:var(--white)}.footer-bottom{border-top:1px solid var(--gray-800);text-align:center;flex-direction:column;align-items:center;gap:1rem;padding-top:2rem;display:flex}@media (min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between}}.footer-copyright{font-size:.8125rem}.payment-methods{gap:.5rem;display:flex}.payment-icon{background:var(--gray-700);border-radius:var(--radius-sm);width:40px;height:24px}.cart-page{padding:3rem 0}.cart-header{margin-bottom:2rem}.cart-title{color:var(--gray-900);font-size:1.75rem;font-weight:700}.cart-layout{gap:2rem;display:grid}@media (min-width:1024px){.cart-layout{grid-template-columns:1fr 380px}}.cart-items{flex-direction:column;gap:1rem;display:flex}.cart-item{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);gap:1rem;padding:1.5rem;display:flex}.cart-item-image{border-radius:var(--radius);background:var(--gray-100);flex-shrink:0;width:100px;height:100px;overflow:hidden}.cart-item-image img{object-fit:cover;width:100%;height:100%}.cart-item-details{flex-direction:column;flex:1;display:flex}.cart-item-name{color:var(--gray-900);margin-bottom:.25rem;font-size:1rem;font-weight:600}.cart-item-sku{color:var(--gray-500);margin-bottom:.75rem;font-size:.8125rem}.cart-item-price{color:var(--primary);margin-top:auto;font-size:1.125rem;font-weight:700}.cart-item-actions{flex-direction:column;align-items:flex-end;gap:.75rem;display:flex}.quantity-control{border:1px solid var(--gray-300);border-radius:var(--radius);align-items:center;display:flex;overflow:hidden}.quantity-btn{width:36px;height:36px;color:var(--gray-600);transition:var(--transition);justify-content:center;align-items:center;display:flex}.quantity-btn:hover{background:var(--gray-100);color:var(--primary)}.quantity-value{text-align:center;border-left:1px solid var(--gray-300);border-right:1px solid var(--gray-300);width:48px;font-size:.9375rem;font-weight:600}.remove-btn{color:var(--error);transition:var(--transition);font-size:.8125rem}.remove-btn:hover{text-decoration:underline}.cart-summary{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);height:fit-content;padding:1.5rem;position:sticky;top:96px}.summary-title{color:var(--gray-900);border-bottom:1px solid var(--gray-200);margin-bottom:1.5rem;padding-bottom:1rem;font-size:1.125rem;font-weight:700}.summary-row{justify-content:space-between;margin-bottom:.75rem;font-size:.9375rem;display:flex}.summary-row.total{border-top:1px solid var(--gray-200);color:var(--gray-900);margin-top:1rem;padding-top:1rem;font-size:1.125rem;font-weight:700}.promo-form{gap:.5rem;margin:1.5rem 0;display:flex}.promo-input{border:1px solid var(--gray-300);border-radius:var(--radius);flex:1;padding:.625rem 1rem;font-size:.875rem}.promo-input:focus{border-color:var(--primary);outline:none}.checkout-btn{width:100%;margin-top:1.5rem}.skeleton{background:linear-gradient(90deg,var(--gray-200)25%,var(--gray-100)50%,var(--gray-200)75%);border-radius:var(--radius);background-size:200% 100%;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.empty-state{text-align:center;flex-direction:column;align-items:center;padding:4rem 2rem;display:flex}.empty-icon{width:80px;height:80px;color:var(--gray-300);margin-bottom:1.5rem}.empty-title{color:var(--gray-900);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.empty-text{color:var(--gray-500);margin-bottom:1.5rem;font-size:.9375rem}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.hidden{display:none}@media (min-width:640px){.sm\:block{display:block}}@media (min-width:768px){.md\:block{display:block}.md\:flex{display:flex}}@media (min-width:1024px){.lg\:block{display:block}}.products-page{min-height:100vh;padding:1.5rem 0;position:relative}@media (min-width:768px){.products-page{padding:2rem 0}}.products-video-container{z-index:0;width:100%;height:100%;position:absolute;inset:0}.products-video-grid{grid-template-rows:1fr 1fr;grid-template-columns:repeat(2,1fr);gap:2px;width:100%;height:100%;display:grid}.products-video-top{grid-column:span 2}.products-video-quadrant{width:100%;height:100%;position:relative;overflow:hidden}.products-video-quadrant:first-child .products-video{object-position:center top;transform:scale(1)}.products-video-quadrant:nth-child(2) .products-video{object-position:bottom left;transform:scale(1)}.products-video-quadrant:nth-child(3) .products-video{object-position:bottom right;transform:scale(1)}.products-video{object-fit:cover;width:100%;height:100%;image-rendering:high-quality;-webkit-font-smoothing:antialiased}.products-video-overlay{pointer-events:none;background:0 0;position:absolute;inset:0}.products-container{z-index:1;position:relative}.products-page-header{margin-bottom:1.5rem}@media (min-width:768px){.products-page-header{margin-bottom:2rem}}.products-count{color:var(--gray-500);margin-top:.5rem;font-size:.875rem}.products-layout{flex-direction:column;gap:1.5rem;display:flex}@media (min-width:1024px){.products-layout{grid-template-columns:280px 1fr;gap:2rem;display:grid}}.filter-sidebar{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);height:fit-content;padding:1.5rem;display:none;position:sticky;top:96px}@media (min-width:1024px){.filter-sidebar{display:block}}.filter-toggle-btn{background:var(--white);border:1px solid var(--gray-300);border-radius:var(--radius);width:100%;color:var(--gray-700);cursor:pointer;transition:var(--transition);justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.875rem 1.5rem;font-size:.9375rem;font-weight:500;display:flex}.filter-toggle-btn:hover{background:var(--gray-50);border-color:var(--primary);color:var(--primary)}@media (min-width:1024px){.filter-toggle-btn{display:none}}.filter-overlay{z-index:150;background:#00000080;animation:.2s fadeIn;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.filter-drawer{background:var(--white);z-index:200;flex-direction:column;width:100%;max-width:320px;transition:transform .3s;display:flex;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%)}.filter-drawer.open{transform:translate(0)}@media (min-width:1024px){.filter-drawer{display:none}}.filter-drawer-header{border-bottom:1px solid var(--gray-200);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.filter-drawer-header h3{color:var(--gray-900);font-size:1.125rem;font-weight:600}.filter-close-btn{border-radius:var(--radius);width:40px;height:40px;color:var(--gray-500);transition:var(--transition);justify-content:center;align-items:center;display:flex}.filter-close-btn:hover{background:var(--gray-100);color:var(--gray-700)}.filter-drawer-content{flex:1;padding:1.5rem;overflow-y:auto}.filter-drawer-footer{border-top:1px solid var(--gray-200);background:var(--white);padding:1rem 1.5rem}.products-content{min-width:0}.sort-controls{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}@media (min-width:640px){.sort-controls{justify-content:flex-end;gap:1rem;margin-bottom:1.5rem}}.sort-label{color:var(--gray-600);font-size:.875rem}.sort-select{border:1px solid var(--gray-300);border-radius:var(--radius);background:var(--white);min-width:150px;padding:.5rem 1rem;font-size:.875rem}.sort-select:focus{border-color:var(--primary);outline:none}.products-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}@media (min-width:480px){.products-grid{gap:1rem}}@media (min-width:768px){.products-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (min-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1280px){.products-grid{grid-template-columns:repeat(4,1fr)}}.product-info{padding:.75rem}@media (min-width:640px){.product-info{padding:1rem}}.product-name{font-size:.8125rem}@media (min-width:640px){.product-name{font-size:.9375rem}}.price-current{font-size:1rem}@media (min-width:640px){.price-current{font-size:1.125rem}}.empty-state{padding:2rem 1rem}@media (min-width:768px){.empty-state{padding:4rem 2rem}}.empty-icon{width:60px;height:60px}@media (min-width:768px){.empty-icon{width:80px;height:80px}}.products-page .skeleton{min-height:250px}@media (min-width:640px){.products-page .skeleton{min-height:300px}}.category-list{flex-direction:column;gap:.25rem;max-height:300px;margin-right:-.5rem;padding-right:.5rem;display:flex;overflow-y:auto}.category-list::-webkit-scrollbar{width:6px}.category-list::-webkit-scrollbar-track{background:var(--gray-100);border-radius:3px}.category-list::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:3px}.category-list::-webkit-scrollbar-thumb:hover{background:var(--gray-400)}.category-item{width:100%}.category-row{cursor:pointer;border-radius:var(--radius-sm);align-items:center;gap:.5rem;margin:0 -.5rem;transition:background-color .15s;display:flex;padding-left:.5rem!important;padding-right:.5rem!important}.category-row:hover{background-color:var(--gray-50)}.category-row:active{background-color:var(--gray-100)}.category-radio{flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.category-radio-dot{border:2px solid var(--gray-400);border-radius:50%;width:14px;height:14px;transition:all .15s;position:relative}.category-radio-dot.selected{border-color:var(--primary)}.category-radio-dot.selected:after{content:"";background:var(--primary);border-radius:50%;width:6px;height:6px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.category-row:hover .category-radio-dot:not(.selected){border-color:var(--gray-500)}.category-name-label{flex:1;align-items:center;min-width:0;display:flex}.category-name-label span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.category-row:hover .category-name-label span{color:var(--primary)!important}.category-arrow{width:20px;height:20px;color:var(--gray-400);flex-shrink:0;justify-content:center;align-items:center;transition:color .15s;display:flex}.category-arrow svg{transition:transform .2s}.category-arrow.expanded svg{transform:rotate(90deg)}.category-row:hover .category-arrow{color:var(--gray-600)}.category-toggle{width:24px;height:24px;color:var(--gray-400);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:all .2s;display:flex}.category-toggle:hover{background:var(--gray-100);color:var(--gray-600)}.category-toggle svg{transition:transform .2s}.category-toggle.expanded svg{transform:rotate(90deg)}.category-children{grid-template-rows:0fr;transition:grid-template-rows .25s ease-out;display:grid}.category-children.expanded{grid-template-rows:1fr}.category-children-inner{padding-top:.25rem;overflow:hidden}.back-to-top{background:var(--primary);width:48px;height:48px;color:var(--white);border-radius:var(--radius-full);box-shadow:var(--shadow-lg);cursor:pointer;opacity:0;visibility:hidden;z-index:100;border:none;justify-content:center;align-items:center;transition:all .3s;display:flex;position:fixed;bottom:2rem;right:2rem;transform:translateY(20px)}.back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{background:var(--primary-dark);box-shadow:var(--shadow-xl);transform:translateY(-2px)}.back-to-top:active{transform:translateY(0)}@media (max-width:640px){.back-to-top{width:44px;height:44px;bottom:1.5rem;right:1.5rem}}.page-content{background:var(--white);min-height:60vh;padding:4rem 1.5rem}.page-container{max-width:900px;margin:0 auto}.page-header{text-align:center;margin-bottom:3rem}.page-title{color:var(--gray-900);margin-bottom:1rem;font-size:2.25rem;font-weight:800}.page-subtitle{color:var(--gray-600);max-width:600px;margin:0 auto;font-size:1.125rem}.prose{color:var(--gray-700);line-height:1.75}.prose h2{color:var(--gray-900);border-bottom:1px solid var(--gray-200);margin-top:3rem;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.75rem;font-weight:700}.prose h3{color:var(--gray-900);margin-top:2rem;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.prose p{margin-bottom:1.25rem}.prose ul,.prose ol{margin-bottom:1.5rem;padding-left:1.5rem;list-style-type:disc}.prose li{margin-bottom:.5rem}.prose strong{color:var(--gray-900);font-weight:600}.prose a{color:var(--primary);text-underline-offset:2px;text-decoration:underline;text-decoration-thickness:1px}.prose a:hover{color:var(--primary-dark)}.info-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-lg);transition:var(--transition);padding:2rem}.info-card:hover{border-color:var(--gray-300);box-shadow:var(--shadow-sm)}.info-card-title{color:var(--gray-900);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.info-card-subtitle{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.875rem;font-weight:600}.grid-2{gap:2rem;display:grid}@media (min-width:768px){.grid-2{grid-template-columns:1fr 1fr}}.faq-item{border-bottom:1px solid var(--gray-200);margin-bottom:1.5rem;padding-bottom:1.5rem}.faq-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.faq-question{color:var(--gray-900);margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.faq-page{background:var(--gray-50);min-height:100vh}.faq-hero{background:linear-gradient(135deg,var(--primary-dark)0%,var(--primary)50%,var(--primary-light)100%);padding:6rem 1.5rem 4rem;position:relative;overflow:hidden}.faq-hero-pattern{pointer-events:none;background-image:radial-gradient(circle at 20% 80%,#ffffff14 0%,#0000 50%),radial-gradient(circle at 80% 20%,#ffffff0f 0%,#0000 40%),radial-gradient(circle at 40% 40%,#d4af371a 0%,#0000 30%);position:absolute;inset:0}.faq-hero-content{text-align:center;z-index:1;max-width:720px;margin:0 auto;position:relative}.faq-hero-badge{color:var(--white);border-radius:var(--radius-full);-webkit-backdrop-filter:blur(8px);background:#ffffff26;border:1px solid #ffffff40;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;display:inline-flex}.faq-badge-dot{background:var(--accent);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pulse}.faq-hero-title{color:var(--white);text-shadow:0 2px 20px #00000026;margin-bottom:1rem;font-size:2.5rem;font-weight:800}@media (min-width:768px){.faq-hero-title{font-size:3.5rem}}.faq-hero-subtitle{color:#ffffffd9;max-width:550px;margin:0 auto;font-size:1.0625rem;line-height:1.7}@media (min-width:768px){.faq-hero-subtitle{font-size:1.125rem}}.faq-content-section{padding:4rem 1.5rem}@media (min-width:768px){.faq-content-section{padding:5rem 1.5rem}}.faq-wrapper{max-width:800px;margin:0 auto}.faq-accordion{flex-direction:column;gap:1rem;margin-bottom:3rem;display:flex}.faq-accordion-item{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);transition:var(--transition-slow);border:1px solid #0000;overflow:hidden}.faq-accordion-item:hover{box-shadow:var(--shadow-md)}.faq-accordion-item.open{border-color:var(--primary);box-shadow:var(--shadow-lg),0 0 0 3px #1b5e2014}.faq-accordion-header{text-align:left;cursor:pointer;width:100%;transition:var(--transition);background:0 0;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}.faq-accordion-header:hover{background:var(--gray-50)}.faq-icon{background:var(--gray-100);border-radius:var(--radius);flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;display:flex}.faq-accordion-item.open .faq-icon{background:linear-gradient(135deg,var(--primary)0%,var(--primary-light)100%)}.faq-accordion-question{color:var(--gray-800);flex:1;font-size:1rem;font-weight:600;line-height:1.4}@media (min-width:768px){.faq-accordion-question{font-size:1.0625rem}}.faq-accordion-toggle{width:32px;height:32px;color:var(--gray-400);transition:var(--transition);flex-shrink:0;justify-content:center;align-items:center;display:flex}.faq-accordion-item.open .faq-accordion-toggle{color:var(--primary)}.faq-accordion-content{grid-template-rows:0fr;transition:grid-template-rows .3s ease-out;display:grid}.faq-accordion-item.open .faq-accordion-content{grid-template-rows:1fr}.faq-accordion-answer{color:var(--gray-600);padding:0 1.5rem;font-size:.9375rem;line-height:1.7;overflow:hidden}.faq-accordion-item.open .faq-accordion-answer{padding:0 1.5rem 1.5rem 4.5rem}@media (max-width:640px){.faq-accordion-item.open .faq-accordion-answer{padding:0 1.5rem 1.5rem}}.faq-contact-card{background:linear-gradient(135deg,var(--gray-900)0%,var(--gray-800)100%);border-radius:var(--radius-xl);text-align:center;padding:2.5rem;position:relative;overflow:hidden}.faq-contact-card:before{content:"";background:linear-gradient(90deg,var(--accent)0%,var(--accent-light)50%,var(--accent)100%);height:4px;position:absolute;top:0;left:0;right:0}.faq-contact-card:after{content:"";pointer-events:none;background:radial-gradient(circle at 80% 20%,#d4af371a 0%,#0000 50%);position:absolute;inset:0}.faq-contact-icon{z-index:1;border-radius:var(--radius-full);width:80px;height:80px;color:var(--accent);background:#ffffff1a;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex;position:relative}.faq-contact-title{z-index:1;color:var(--white);margin-bottom:.75rem;font-size:1.5rem;font-weight:700;position:relative}.faq-contact-text{z-index:1;color:var(--gray-400);max-width:400px;margin:0 auto 2rem;font-size:1rem;line-height:1.6;position:relative}.faq-contact-info{z-index:1;flex-direction:column;align-items:center;gap:1rem;display:flex;position:relative}@media (min-width:640px){.faq-contact-info{flex-direction:row;justify-content:center;gap:2rem}}.faq-contact-link{border-radius:var(--radius);color:var(--white);transition:var(--transition);background:#ffffff14;border:1px solid #ffffff26;align-items:center;gap:.75rem;padding:.875rem 1.5rem;font-size:.9375rem;font-weight:500;display:inline-flex}.faq-contact-link:hover{border-color:var(--accent);background:#ffffff26;transform:translateY(-2px)}.faq-contact-link svg{color:var(--accent)}.cta-section{text-align:center;background:var(--gray-100);border-radius:var(--radius-xl);margin-top:4rem;padding:3rem 1.5rem}.cta-title{margin-bottom:1rem;font-size:1.75rem;font-weight:700}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem;display:flex}
