#page-hero{min-height:52vh;position:relative;overflow:hidden;display:flex;align-items:flex-end;margin-top:130px;padding:4rem 4vw 5rem}.page-hero-bg{position:absolute;inset:0}.page-hero-bg img{width:100%;height:115%;object-fit:cover;filter:brightness(.6) saturate(.8)}.page-hero-bg::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgb(13 13 13 / .6) 0%,rgb(13 13 13 / .3) 70%,rgb(13 13 13 / .1) 100%)}.page-hero-bg::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 60% 80% at 70% 60%,rgb(232 114 26 / .08) 0%,transparent 70%);z-index:1}.page-hero-inner{color:var(--white);position:relative;z-index:2;width:100%;display:flex;justify-content:space-between;align-items:flex-end;gap:4rem}.breadcrumb{color:rgb(255 255 255 / .8);display:flex;align-items:center;gap:.6rem;font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;color:var(--mid);margin-bottom:1.8rem}.breadcrumb span{color:var(--orange)}.breadcrumb-sep{color:rgb(232 114 26 / .4)}.page-hero-h1{font-family:'Flama',sans-serif;font-size:clamp(3rem, 6vw, 5.5rem);font-weight:500;line-height:1.05}.page-hero-h1 em{font-style:normal;color:var(--orange-light)}.page-hero-right{max-width:360px;flex-shrink:0}.page-hero-desc{font-size:.92rem;color:rgb(255 255 255 / .9);line-height:1.8;margin-bottom:1.5rem}.hero-meta{display:flex;gap:2rem;padding-top:1.5rem;border-top:1px solid rgb(232 114 26 / .18)}.hero-meta-num{font-family:'Flama',sans-serif;font-size:1.8rem;font-weight:500;color:var(--orange-light);line-height:1}.hero-meta-label{font-size:.62rem;letter-spacing:.15em;text-transform:uppercase;color:var(--mid);margin-top:.3rem}#toolbar{position:sticky;top:0;z-index:50;background:rgb(255 255 255 / .97);backdrop-filter:blur(20px);border-bottom:1px solid rgb(232 114 26 / .15);padding:1.2rem 4vw;display:flex;align-items:center;justify-content:space-between;gap:2rem;transition:top 0.3s}.filter-tabs{display:flex;gap:0;flex-wrap:wrap}.filter-tab{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--mid);padding:.55rem 1.4rem;border:1px solid rgb(0 0 0 / .07);border-right:none;cursor:none;transition:all 0.25s ease;position:relative;white-space:nowrap;background:#fff0;font-family:'Flama',sans-serif}.filter-tab:last-child{border-right:1px solid rgb(255 255 255 / .07)}.filter-tab:hover{color:var(--ink);border-color:rgb(232 114 26 / .35);z-index:1}.filter-tab.active{color:var(--orange);background:rgb(232 114 26 / .12);border-color:rgb(232 114 26 / .5);z-index:1}.filter-tab.active-orange{color:var(--orange);background:rgb(232 114 26 / .08);border-color:rgb(232 114 26 / .4);z-index:1}.filter-tab .tab-count{font-size:.6rem;color:var(--mid);margin-left:.4rem}.filter-tab.active .tab-count{color:var(--orange)}.filter-tab.active-orange .tab-count{color:var(--orange)}.toolbar-right{display:flex;align-items:center;gap:1.5rem;flex-shrink:0}.sort-select{background:#fff0;border:1px solid rgb(0 0 0 / .1);color:var(--ink);font-family:'Flama',sans-serif;font-size:.72rem;letter-spacing:.1em;padding:.5rem 1rem;cursor:pointer;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23888'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .8rem center;padding-right:2rem;transition:border-color 0.3s}.sort-select:hover{border-color:rgb(232 114 26 / .4)}.sort-select option{background:var(--paper)}.view-toggle{display:flex;gap:0}.view-btn{width:36px;height:36px;border:1px solid rgb(0 0 0 / .1);background:#fff0;cursor:none;display:flex;align-items:center;justify-content:center;transition:all 0.25s}.view-btn:last-child{border-left:none}.view-btn.active{background:rgb(232 114 26 / .12);border-color:rgb(232 114 26 / .5)}.view-btn svg{width:14px;height:14px;stroke:var(--mid);fill:none;stroke-width:1.5;transition:stroke 0.2s}.view-btn.active svg{stroke:var(--orange)}.result-count{font-size:.7rem;letter-spacing:.12em;color:var(--mid);white-space:nowrap}.result-count strong{color:var(--orange-light)}#main{display:grid;grid-template-columns:260px 1fr;gap:0;min-height:80vh}#sidebar{border-right:1px solid rgb(232 114 26 / .12);padding:3rem 2rem;position:sticky;top:57px;align-self:start;max-height:calc(100vh - 57px);overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgb(232 114 26 / .2) #fff0}#sidebar::-webkit-scrollbar{width:3px}#sidebar::-webkit-scrollbar-thumb{background:rgb(232 114 26 / .2);border-radius:2px}.sidebar-group{margin-bottom:2.5rem}.sidebar-group-title{font-size:.62rem;letter-spacing:.25em;text-transform:uppercase;color:var(--orange);margin-bottom:1.2rem;display:flex;align-items:center;gap:.7rem}.sidebar-group-title::after{content:'';flex:1;height:1px;background:rgb(232 114 26 / .2)}.sidebar-group-title.orange{color:var(--orange)}.sidebar-group-title.orange::after{background:rgb(232 114 26 / .2)}.filter-option{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0;cursor:none;transition:all 0.2s;border-bottom:1px solid rgb(0 0 0 / .04)}.filter-option:last-child{border-bottom:none}.filter-option:hover .filter-opt-label{color:var(--ink)}.filter-opt-left{display:flex;align-items:center;gap:.7rem}.filter-checkbox{width:14px;height:14px;border:1px solid rgb(232 114 26 / .4);background:#fff0;appearance:none;-webkit-appearance:none;cursor:none;transition:all 0.2s;flex-shrink:0;position:relative}.filter-checkbox:checked{background:var(--orange);border-color:var(--orange)}.filter-checkbox:checked::after{content:'✓';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:.55rem;color:var(--ink)}.filter-checkbox.orange-check:checked{background:var(--orange);border-color:var(--orange)}.filter-checkbox.orange-check:checked::after{color:#2c1503}.filter-opt-label{font-size:.82rem;color:var(--ink);transition:color 0.2s}.filter-opt-count{font-size:.65rem;color:var(--mid)}.price-range-wrap{margin-top:.8rem}.price-range-labels{display:flex;justify-content:space-between;font-size:.7rem;color:var(--mid);margin-bottom:.8rem}.price-range-labels span{font-family:'Flama',sans-serif;font-size:.9rem;color:var(--orange-light)}.range-slider{width:100%;-webkit-appearance:none;height:2px;background:linear-gradient(to right,var(--orange) 0%,var(--orange) 60%,rgb(232 114 26 / .2) 60%);cursor:none;outline:none;border:none}.range-slider::-webkit-slider-thumb{-webkit-appearance:none;width:14px;height:14px;border-radius:50%;background:var(--orange);border:2px solid var(--ink);cursor:pointer}.promo-badge{background:rgb(232 114 26 / .1);border:1px solid rgb(232 114 26 / .3);padding:1rem 1.2rem;margin-top:2rem}.promo-badge-label{font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:var(--orange);margin-bottom:.4rem}.promo-badge-text{font-family:'Flama',sans-serif;font-size:1.15rem;font-weight:500;line-height:1.4}.promo-badge-sub{font-size:.75rem;color:var(--mid);margin-top:.4rem}#products-area{padding:3rem 3rem}.inline-promo{background:linear-gradient(135deg,rgb(232 114 26 / .12) 0%,rgb(232 114 26 / .04) 100%);border:1px solid rgb(232 114 26 / .25);padding:2rem 2.5rem;margin-bottom:2.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;position:relative;overflow:hidden}.inline-promo::before{content:'';position:absolute;right:-60px;top:-60px;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,rgb(232 114 26 / .12) 0%,transparent 70%)}.inline-promo-tag{font-size:.6rem;letter-spacing:.22em;text-transform:uppercase;color:var(--orange);margin-bottom:.5rem}.inline-promo-h{font-family:'Flama',sans-serif;font-size:1.6rem;font-weight:500}.inline-promo-h em{font-style:normal;color:var(--orange-light)}.inline-promo-sub{font-size:.8rem;color:var(--mid);margin-top:.3rem}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}.product-grid.list-view{grid-template-columns:1fr;gap:2px}.prod-card{background:var(--warm-gray);position:relative;overflow:hidden;cursor:none;transition:transform 0.4s ease}.prod-card:hover{z-index:2}.prod-badges{position:absolute;top:1rem;left:1rem;display:flex;flex-direction:column;gap:.4rem;z-index:3}.prod-badge{font-size:.58rem;letter-spacing:.15em;text-transform:uppercase;padding:.28rem .7rem;font-weight:500}.badge-sale{background:var(--orange);color:var(--white)}.badge-new{background:var(--orange);color:var(--white)}.badge-popular{background:rgb(232 114 26 / .15);border:1px solid rgb(232 114 26 / .5);color:var(--orange)}.badge-outdoor{background:rgb(232 114 26 / .15);border:1px solid rgb(232 114 26 / .5);color:var(--orange)}.prod-actions{position:absolute;top:1rem;right:1rem;display:flex;flex-direction:column;gap:.4rem;z-index:3;opacity:0;transform:translateX(8px);transition:opacity 0.3s,transform 0.3s}.prod-card:hover .prod-actions{opacity:1;transform:translateX(0)}.prod-action-btn{width:34px;height:34px;background:rgb(255 255 255 / .9);border:1px solid rgb(0 0 0 / .12);display:flex;align-items:center;justify-content:center;cursor:none;transition:all 0.2s}.prod-action-btn:hover{background:var(--orange);border-color:var(--orange)}.prod-action-btn svg{width:13px;height:13px;stroke:var(--light);fill:none;stroke-width:1.5;transition:stroke 0.2s}.prod-action-btn:hover svg{stroke:#fff}.prod-img{aspect-ratio:4/3;overflow:hidden;position:relative}.prod-img img{width:100%;height:100%;object-fit:cover;filter:brightness(.95) saturate(1);transition:transform 0.6s ease,filter 0.4s}.prod-card:hover .prod-img img{transform:scale(1.07);filter:brightness(1) saturate(1)}.prod-img-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgb(13 13 13 / .4) 0%,transparent 40%);opacity:0;transition:opacity 0.4s;display:flex;align-items:flex-end;padding:1.2rem}.prod-card:hover .prod-img-overlay{opacity:1}.prod-quick-view{font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:var(--orange);display:flex;align-items:center;gap:.5rem}.prod-quick-view::after{content:'→'}.prod-info{padding:1.4rem 1.6rem 1.8rem;position:relative}.prod-category{font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:var(--mid);margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.prod-category .cat-dot{width:5px;height:5px;border-radius:50%}.cat-dot-indoor{background:var(--orange)}.cat-dot-outdoor{background:var(--orange)}.prod-name{font-family:'Flama',sans-serif;font-size:1.3rem;font-weight:500;line-height:1.25;margin-bottom:.6rem;transition:color 0.3s}.prod-card:hover .prod-name{color:var(--orange-light)}.prod-desc{font-size:.8rem;color:var(--ink);line-height:1.7;margin-bottom:1.2rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.prod-footer{display:flex;align-items:center;justify-content:space-between}.prod-price-wrap{display:flex;align-items:baseline;gap:.7rem}.prod-price{font-family:'Flama',sans-serif;font-size:1.3rem;font-weight:500;color:var(--orange-light)}.prod-price-orig{font-size:.85rem;color:var(--mid);text-decoration:line-through}.prod-price-label{font-size:.6rem;letter-spacing:.1em;color:var(--mid)}.prod-cta-btn{font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;border:1px solid rgb(232 114 26 / .4);color:var(--orange);padding:.4rem 1rem;cursor:none;transition:all 0.25s;white-space:nowrap;background:#fff0;font-family:'Flama',sans-serif}.prod-cta-btn:hover{background:var(--orange);color:var(--white);border-color:var(--orange)}.prod-cta-btn.orange-btn{border-color:rgb(232 114 26 / .4);color:var(--orange)}.prod-cta-btn.orange-btn:hover{background:var(--orange);color:var(--white);border-color:var(--orange)}.prod-stars{display:flex;align-items:center;gap:.3rem;margin-bottom:.8rem}.stars{color:var(--orange);font-size:.65rem;letter-spacing:.1em}.stars.orange{color:var(--orange)}.review-count{font-size:.65rem;color:var(--mid)}.prod-bottom-strip{height:3px;background:#fff0;transition:background 0.4s}.prod-card:hover .prod-bottom-strip{background:var(--orange)}.prod-card.outdoor-card:hover .prod-bottom-strip{background:var(--orange)}.prod-card.outdoor-card:hover .prod-name{color:var(--orange)}.list-view .prod-card{display:grid;grid-template-columns:280px 1fr}.list-view .prod-img{aspect-ratio:unset;height:100%;min-height:200px}.list-view .prod-info{padding:2rem 2.5rem;display:flex;flex-direction:column;justify-content:space-between}.list-view .prod-name{font-size:1.6rem}.list-view .prod-desc{-webkit-line-clamp:3}.list-view .prod-actions{top:1rem}.section-label{display:flex;align-items:center;gap:1.2rem;margin:2.5rem 0 1.5rem}.section-label-text{font-size:.65rem;letter-spacing:.22em;text-transform:uppercase;white-space:nowrap}.section-label-text.orange{color:var(--orange)}.section-label-text.orange{color:var(--orange)}.section-label-line{flex:1;height:1px}.section-label-line.orange{background:rgb(232 114 26 / .2)}.section-label-line.orange{background:rgb(232 114 26 / .2)}.outdoor-divider{background:var(--paper);padding:3rem 3rem 0}.outdoor-section-tag{display:inline-flex;align-items:center;gap:.8rem;border:1px solid rgb(232 114 26 / .35);color:var(--orange);font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;padding:.45rem 1.1rem;margin-bottom:0}.outdoor-section-tag::before{content:'';width:6px;height:6px;background:var(--orange);border-radius:50%}.load-more-wrap{text-align:center;padding:4rem 0 3rem}.btn-load-more{background:#fff0;border:1px solid rgb(232 114 26 / .4);color:var(--orange);font-family:'Flama',sans-serif;font-size:.78rem;letter-spacing:.15em;text-transform:uppercase;padding:1rem 3rem;cursor:none;transition:all 0.3s;position:relative;overflow:hidden;display:inline-block}.btn-load-more::before{content:'';position:absolute;inset:0;background:rgb(232 114 26 / .08);transform:scaleX(0);transform-origin:right;transition:transform 0.4s}.btn-load-more:hover::before{transform:scaleX(1);transform-origin:left}.btn-load-more:hover{border-color:var(--orange)}.load-more-meta{font-size:.7rem;color:var(--mid);margin-top:1rem;letter-spacing:.1em}.trust-strip{border-top:1px solid rgb(232 114 26 / .12);display:grid;grid-template-columns:repeat(4,1fr);gap:0}.trust-item{padding:2.5rem 2rem;border-right:1px solid rgb(232 114 26 / .1);display:flex;gap:1rem;align-items:flex-start;transition:background 0.3s}.trust-item:last-child{border-right:none}.trust-item:hover{background:rgb(232 114 26 / .04)}.trust-icon{font-size:1.4rem;flex-shrink:0}.trust-title{font-family:'Flama',sans-serif;font-size:1.1rem;font-weight:500;margin-bottom:.3rem}.trust-text{font-size:.78rem;color:var(--mid);line-height:1.6}.active-filters{padding:0 3rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.8rem;flex-wrap:wrap}.active-filter-chip{display:flex;align-items:center;gap:.5rem;font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;border:1px solid rgb(232 114 26 / .35);color:var(--orange);padding:.3rem .8rem;cursor:none;transition:all 0.2s}.active-filter-chip:hover{background:rgb(232 114 26 / .1)}.active-filter-chip .chip-x{font-size:.8rem;color:var(--mid)}.clear-all{font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;color:var(--mid);cursor:none;transition:color 0.2s;margin-left:auto}.clear-all:hover{color:var(--ink)}#modal-overlay{position:fixed;inset:0;background:rgb(0 0 0 / .85);z-index:500;display:flex;align-items:center;justify-content:center;padding:2rem;opacity:0;visibility:hidden;transition:opacity 0.3s,visibility 0.3s;backdrop-filter:blur(8px)}#modal-overlay.open{opacity:1;visibility:visible}.modal-box{background:var(--paper);border:1px solid rgb(232 114 26 / .25);max-width:860px;width:100%;display:grid;grid-template-columns:1fr 1fr;position:relative;transform:translateY(20px);transition:transform 0.4s ease}#modal-overlay.open .modal-box{transform:translateY(0)}.modal-img{aspect-ratio:1;overflow:hidden}.modal-img img{width:100%;height:100%;object-fit:cover;filter:brightness(1) saturate(1)}.modal-content{padding:2.5rem;display:flex;flex-direction:column;justify-content:space-between}.modal-close{position:absolute;top:1rem;right:1rem;width:36px;height:36px;border:1px solid rgb(0 0 0 / .15);background:rgb(255 255 255 / .9);display:flex;align-items:center;justify-content:center;cursor:none;font-size:1rem;color:var(--mid);transition:all 0.2s;z-index:2}.modal-close:hover{border-color:var(--orange);color:var(--orange)}.modal-cat{font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;color:var(--orange);margin-bottom:.8rem}.modal-name{font-family:'Flama',sans-serif;font-size:2rem;font-weight:500;margin-bottom:.8rem;line-height:1.2}.modal-desc{font-size:.85rem;color:var(--ink);line-height:1.8;margin-bottom:1.5rem}.modal-features{margin-bottom:1.8rem}.modal-feature{font-size:.78rem;color:var(--ink);padding:.45rem 0;border-bottom:1px solid rgb(0 0 0 / .05);display:flex;align-items:center;gap:.6rem}.modal-feature::before{content:'';width:4px;height:4px;background:var(--orange);border-radius:50%;flex-shrink:0}.modal-price{font-family:'Flama',sans-serif;font-size:1.8rem;color:var(--orange-light);margin-bottom:1.2rem}.modal-price small{font-size:.8rem;color:var(--mid);font-family:'Flama',sans-serif}.modal-btns{display:flex;gap:.8rem}@media (max-width:1100px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){#page-hero{margin-top:70px}#main{grid-template-columns:1fr}#mobile-filter-toggle{display:flex!important}#sidebar{position:relative;top:0;padding-bottom:2rem;border-bottom:1px solid rgb(0 0 0 / .1);margin-bottom:2rem;width:100%}#sidebar.show-mobile{display:block}.promo-badge{display:none}.sidebar-group{margin-bottom:1.5rem;display:flex;flex-wrap:wrap;gap:0 1rem}.sidebar-group-title{width:100%;margin-bottom:.8rem}.filter-option{width:calc(50% - 0.5rem);padding:.3rem 0;border-bottom:none}.product-grid{grid-template-columns:repeat(2,1fr)}.trust-strip{grid-template-columns:1fr 1fr}.page-hero-inner{color:var(--white);flex-direction:column;align-items:flex-start;gap:2rem}.modal-box{grid-template-columns:1fr;max-height:90vh;overflow-y:auto}.modal-img{aspect-ratio:16/9}}@media (max-width:560px){.product-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.prod-name{font-size:.9rem}.prod-category{font-size:.65rem}#products-area{padding:2rem 1.5rem}.filter-tabs{overflow-x:auto;flex-wrap:nowrap;scrollbar-width:none}.filter-tabs::-webkit-scrollbar{display:none}.hero-meta{flex-wrap:wrap;gap:1rem}.prod-footer{flex-direction:column;align-items:flex-start;gap:.5rem}.prod-cta-btn{width:100%;text-align:center;padding:.4rem .5rem}.prod-price{font-size:1.1rem}.inline-promo{flex-direction:column;align-items:flex-start;padding:1.5rem;gap:1.5rem}.inline-promo .btn-primary{width:100%;justify-content:center;text-align:center}.inline-promo-h{font-size:1.3rem}}