.hero-section{border-bottom:5px solid var(--safety-orange);align-items:center;min-height:80vh;display:flex;position:relative;overflow:hidden}.hero-content{z-index:10;position:relative}.hero-text-box{border-left:5px solid var(--safety-orange);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);text-align:center;background-color:#1f4e79d9;max-width:800px;margin:0 auto;padding:3rem;box-shadow:0 10px 30px #0000004d}.hero-title{color:var(--pure-white);text-transform:uppercase;text-shadow:2px 4px 8px #0006;margin-bottom:1.5rem;font-size:4.5rem;line-height:1.1}.hero-subtitle{color:var(--white-smoke);max-width:700px;margin:0 auto 3rem;font-size:1.35rem}.hero-actions{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:3rem;display:flex}.hero-search-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#ffffff1a;border:1px solid #fff3;border-radius:12px;flex-direction:column;gap:1rem;width:100%;max-width:600px;margin:0 auto;padding:1.25rem;display:flex}.hero-search-input-wrapper{background-color:var(--pure-white);border-radius:6px;flex:1;align-items:center;padding:.75rem 1rem;display:flex}.hero-search-icon{color:var(--graphite-grey);margin-right:.75rem}.hero-search-input{color:var(--graphite-grey);border:none;outline:none;flex:1;width:100%;font-family:Montserrat,sans-serif;font-size:1rem}.hero-search-btn{background-color:var(--safety-orange);color:var(--pure-white);letter-spacing:1px;cursor:pointer;border:none;border-radius:6px;padding:.75rem 2rem;font-family:Bebas Neue,sans-serif;font-size:1.25rem;transition:all .2s}.hero-search-btn:hover{background-color:#d85c13;transform:translateY(-2px)}.hero-scroll-hint{z-index:20;pointer-events:none;flex-direction:column;align-items:center;gap:.5rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.scroll-text{color:var(--pure-white);letter-spacing:2px;text-transform:uppercase;opacity:.8;font-family:Bebas Neue,sans-serif;font-size:1rem}.scroll-arrow{background-color:var(--safety-orange);color:var(--pure-white);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;animation:2s infinite bounce;display:flex;box-shadow:0 4px 10px #0000004d}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media (max-width:768px){.hero-section{flex-direction:column;justify-content:center;min-height:80vh;display:flex}.hero-text-box{padding:2rem}.hero-title{font-size:2.5rem}.hero-search-container{flex-direction:column}}
.trust-section{background-color:var(--graphite-grey);color:var(--pure-white);padding:2.5rem 0}.trust-grid{grid-template-columns:repeat(2,1fr);justify-content:center;gap:2rem;display:grid}.trust-item{justify-content:center;align-items:center;gap:1rem;display:flex}.trust-icon{background-color:var(--safety-orange);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.trust-text{flex-direction:column;display:flex}.trust-value{letter-spacing:1px;font-family:Bebas Neue,sans-serif;font-size:1.75rem;line-height:1}.trust-label{text-transform:uppercase;letter-spacing:.5px;opacity:.85;margin-top:.15rem;font-size:.8rem}@media (min-width:768px){.trust-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));max-width:1200px;margin:0 auto}}
.bestsellers-section{background-color:var(--white-smoke);border-bottom:2px solid var(--steel-silver);padding:5rem 0}.bestsellers-grid{grid-template-columns:repeat(2,1fr);justify-content:center;gap:1.5rem;display:grid}.bestseller-card{background-color:var(--pure-white);border:1px solid var(--steel-silver);color:inherit;flex-direction:column;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden}.bestseller-card:hover{border-color:var(--industrial-blue);transform:translateY(-8px);box-shadow:0 15px 30px #0000001f}.bestseller-badge{color:var(--pure-white);letter-spacing:2px;z-index:2;background-color:#e74c3c;padding:.25rem .75rem;font-family:Bebas Neue,sans-serif;font-size:.85rem;position:absolute;top:1rem;left:1rem}.bestseller-img-wrap{aspect-ratio:1;background-color:var(--pure-white);justify-content:center;align-items:center;padding:2rem;display:flex}.bestseller-img{-o-object-fit:contain;object-fit:contain;max-width:100%;max-height:100%;transition:transform .5s}.bestseller-card:hover .bestseller-img{transform:scale(1.1)}.bestseller-info{border-top:1px solid var(--steel-silver);flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.bestseller-category{text-transform:uppercase;letter-spacing:1px;color:var(--graphite-grey);margin-bottom:.5rem;font-size:.75rem}.bestseller-name{color:var(--industrial-blue);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;height:3rem;margin-bottom:1.5rem;font-size:1.25rem;font-weight:700;line-height:1.2;display:-webkit-box;overflow:hidden}.bestseller-footer{justify-content:center;align-items:center;margin-top:auto;display:flex}.bestseller-price{color:var(--safety-orange);font-size:1.1rem;font-weight:700}.view-link{text-transform:uppercase;opacity:.7;font-size:.8rem;font-weight:600;text-decoration:underline}@media (min-width:768px){.bestsellers-grid{grid-template-columns:repeat(3,1fr);max-width:1200px;margin:0 auto}}
.categories-section{background-color:var(--white-smoke);padding:5rem 0}.categories-grid{grid-template-columns:repeat(2,1fr);justify-content:center;gap:1.5rem;display:grid}.category-card-home{text-align:center;background-color:var(--pure-white);border:1px solid var(--steel-silver);color:inherit;flex-direction:column;align-items:center;padding:2rem 1.5rem;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden}.category-card-home:after{content:"";background-color:var(--safety-orange);width:100%;height:3px;transition:transform .3s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.category-card-home:hover:after{transform:scaleX(1)}.category-card-home:hover{transform:translateY(-5px);box-shadow:0 10px 24px #0000001a}.category-icon-wrap{background-color:var(--industrial-blue);width:70px;height:70px;color:var(--pure-white);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;transition:background-color .3s;display:flex}.category-card-home:hover .category-icon-wrap{background-color:var(--safety-orange)}.category-card-name{color:var(--industrial-blue);margin-bottom:.5rem;font-size:1.25rem;line-height:1.2}.category-card-desc{color:var(--graphite-grey);font-size:.875rem;line-height:1.4}@media (min-width:768px){.categories-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));max-width:1200px;margin:0 auto}}
.newarrivals-section{background-color:var(--pure-white);padding:5rem 0}.newarrivals-grid{grid-template-columns:repeat(2,1fr);justify-content:center;gap:1.5rem;display:grid}.arrival-card{background-color:var(--white-smoke);border:1px solid var(--steel-silver);color:inherit;text-decoration:none;transition:all .3s;position:relative;overflow:hidden}.arrival-card:hover{border-color:var(--safety-orange);transform:translateY(-6px);box-shadow:0 12px 24px #0000001f}.arrival-badge{background-color:var(--safety-orange);color:var(--pure-white);letter-spacing:2px;z-index:2;padding:.25rem .75rem;font-family:Bebas Neue,sans-serif;font-size:.85rem;position:absolute;top:1rem;left:1rem}.arrival-img-wrap{aspect-ratio:4/3;background-color:var(--pure-white);justify-content:center;align-items:center;padding:1.5rem;display:flex;overflow:hidden}.arrival-img{-o-object-fit:contain;object-fit:contain;max-width:100%;max-height:100%;transition:transform .4s}.arrival-card:hover .arrival-img{transform:scale(1.06)}.arrival-info{border-top:2px solid var(--steel-silver);padding:1.25rem}.arrival-category{text-transform:uppercase;letter-spacing:1px;color:var(--safety-orange);font-size:.7rem;font-weight:600}.arrival-name{color:var(--industrial-blue);margin-top:.35rem;font-size:1.2rem;line-height:1.2}@media (min-width:768px){.newarrivals-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));max-width:1200px;margin:0 auto}}
.whychoose-section{padding:5rem 0}.whychoose-grid{grid-template-columns:repeat(1,1fr);justify-content:center;gap:1.5rem;display:grid}.whychoose-card{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#ffffff0f;border:1px solid #ffffff1a;padding:2rem;transition:all .3s}.whychoose-card:hover{border-color:var(--safety-orange);background-color:#ffffff1f;transform:translateY(-4px)}.whychoose-icon{background-color:var(--safety-orange);width:60px;height:60px;color:var(--pure-white);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.whychoose-title{color:var(--pure-white);margin-bottom:.75rem;font-size:1.5rem}.whychoose-desc{color:var(--steel-silver);font-size:.95rem;line-height:1.6}@media (min-width:768px){.whychoose-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));max-width:1200px;margin:0 auto}}@media (min-width:1024px){.whychoose-grid{grid-template-columns:repeat(4,1fr)}}
.video-grid-section{background-color:var(--pure-white);padding:5rem 0}.section-header{text-align:center;margin-bottom:3rem}.section-title{color:var(--industrial-blue);text-transform:uppercase;margin-bottom:1rem;font-size:2.5rem}.section-subtitle{color:var(--graphite-grey);max-width:600px;margin:0 auto;font-size:1.125rem}.video-card{aspect-ratio:9/16;background-color:var(--white-smoke);border-radius:8px;text-decoration:none;transition:transform .3s,box-shadow .3s;display:block;position:relative;overflow:hidden}.video-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #00000026}.video-thumbnail-container{background-color:#000;width:100%;height:100%;position:relative;overflow:hidden}.video-thumbnail{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .4s}.video-card:hover .video-thumbnail{transform:scale(1.05)}.video-overlay{width:100%;height:100%;color:var(--pure-white);background:#0006;justify-content:center;align-items:center;transition:background .3s;display:flex;position:absolute;top:0;left:0}.video-card:hover .video-overlay{background:#0003}.play-icon{opacity:.9;filter:drop-shadow(0 4px 6px #00000080);transition:transform .3s,opacity .3s}.video-card:hover .play-icon{opacity:1;transform:scale(1.15)}.platform-badge{text-transform:uppercase;color:var(--pure-white);letter-spacing:.5px;border-radius:20px;padding:.35rem .85rem;font-family:Montserrat,sans-serif;font-size:.8rem;font-weight:700;position:absolute;top:1rem;right:1rem;box-shadow:0 4px 6px #0000004d}.video-lightbox{z-index:9999;background:#000000e6;justify-content:center;align-items:center;width:100vw;height:100vh;padding:2rem;animation:.3s fadeIn;display:flex;position:fixed;top:0;left:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.lightbox-content{background:#000;border-radius:12px;flex-direction:column;width:100%;max-width:calc(50.625vh - 45px);height:90vh;animation:.4s cubic-bezier(.16,1,.3,1) slideUp;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.close-btn{color:#fff;cursor:pointer;z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .3s,transform .2s;display:flex;position:absolute;top:1rem;right:1rem}.close-btn:hover{background:#ffffff40;transform:scale(1.05)}.lightbox-video-container{background:#000;flex-grow:1;justify-content:center;align-items:center;width:100%;min-height:0;display:flex}.lightbox-video{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.lightbox-actions{background:var(--pure-white);text-align:center;flex-shrink:0;padding:1rem}.see-more-btn{color:#fff;border:none;border-radius:8px;justify-content:center;align-items:center;width:100%;padding:.8rem 1rem;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:700;text-decoration:none;transition:filter .3s,transform .2s;display:inline-flex;box-shadow:0 4px 6px #0000001a}.see-more-btn:hover{filter:brightness(1.1);color:#fff;transform:translateY(-2px)}.video-grid{grid-template-columns:repeat(1,1fr);gap:1.5rem;max-width:1000px;margin:0 auto;display:grid}@media (min-width:640px){.video-grid{grid-template-columns:repeat(2,1fr)}.video-card:last-child{grid-column:1/-1;justify-self:center;width:100%;max-width:calc(50% - .75rem)}}@media (min-width:1024px){.video-grid{grid-template-columns:repeat(3,1fr)}.video-card:last-child{grid-column:auto;justify-self:stretch;max-width:none}}
