:root{--black:#050505;--charcoal:#111;--dark-red:#8f0707;--red:#d71920;--hot-red:#ff2a2a;--cream:#f4efe4;--white:#fff;--gray:#b8b8b8;--yellow:#ffb000;--border:#ffffff1f}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--black);color:var(--white);font-family:Roboto,Arial,sans-serif}img{max-width:100%;display:block}main{min-height:70vh}.container{width:min(1180px,92%);margin:0 auto}.section-kicker{color:var(--red);text-transform:uppercase;letter-spacing:2px;margin-bottom:10px;font-family:Oswald,sans-serif;font-weight:700}.btn-red,.btn-outline{text-transform:uppercase;border-radius:4px;padding:15px 24px;font-family:Oswald,sans-serif;font-weight:700;text-decoration:none;display:inline-block}.btn-red{color:#fff;cursor:pointer;background:linear-gradient(#ff2a2a,#9f0606);border:none;box-shadow:0 0 18px #d7192073}.btn-outline{color:#fff;border:2px solid var(--red)}.btn-red,.home-category-card,.home-product-card,.product-list-card,.safety-card,.pickup-step{transition:transform .25s,box-shadow .25s}.btn-red:hover{transform:translateY(-2px);box-shadow:0 0 26px #d71920b3}.empty-state{text-align:center;border:1px dashed var(--border);background:#ffffff0a;border-radius:8px;margin-top:50px;padding:45px}.empty-state h2{text-transform:uppercase;font-family:Oswald,sans-serif}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes rocketFloat{0%,to{transform:rotate(-12deg)translateY(0)}50%{transform:rotate(-12deg)translateY(-14px)}}.site-header{z-index:100;background:#03040a;position:sticky;top:0;box-shadow:0 8px 30px #00000073}.header-top{background:linear-gradient(90deg,#960808,#d71920,#960808);border-bottom:1px solid #ffffff1f}.header-top-inner{justify-content:space-between;align-items:center;height:28px;display:flex}.header-top span{letter-spacing:.4px;text-transform:uppercase;font-family:Oswald,sans-serif;font-size:.78rem;font-weight:700}.header-socials{align-items:center;gap:16px;display:flex}.header-socials a{color:#fff;font-size:.9rem;font-weight:900;text-decoration:none}.header-main{background:linear-gradient(90deg,#02040cfa,#060a19fa),radial-gradient(circle at 70%,#d7192024,#0000 32%)}.header-main-inner{grid-template-columns:245px 1fr auto;align-items:center;gap:28px;min-height:92px;display:grid}.header-logo img{filter:drop-shadow(0 8px 12px #000000a6);width:235px}.header-nav{justify-content:center;align-items:center;gap:27px;display:flex}.header-nav a{color:#fff;text-transform:uppercase;letter-spacing:.4px;padding:36px 0;font-family:Oswald,sans-serif;font-size:.78rem;font-weight:800;text-decoration:none;position:relative}.header-nav a:after{content:"";background:var(--red);width:0;height:3px;transition:width .2s;position:absolute;bottom:27px;left:50%;transform:translate(-50%)}.header-nav a:hover:after,.header-nav a.active:after{width:100%}.header-actions{align-items:center;gap:14px;display:flex}.nav-dropdown{position:relative}.nav-products-link{display:inline-block}.nav-dropdown-toggle{display:none}.dropdown-menu{border:1px solid var(--border);border-top:4px solid var(--red);background:#080808;flex-direction:column;min-width:230px;padding:10px 0;display:none;position:absolute;top:100%;left:50%;transform:translate(-50%);box-shadow:0 18px 34px #00000080}.nav-dropdown:hover .dropdown-menu{display:flex}.dropdown-menu a{white-space:nowrap;padding:12px 18px;font-size:.82rem}.dropdown-menu a:after{display:none}.dropdown-menu a:hover{background:#d719202e}.desktop-search{display:block}.mobile-search-btn,.mobile-search-inline,.mobile-search-row{display:none}.header-search{width:260px;position:relative}.header-search input{color:#111;width:100%;font:inherit;background:#fff;border:2px solid #0000;border-radius:999px;padding:12px 14px;font-size:.9rem}.header-search input:focus{border-color:var(--red);outline:none}.header-search-results{border:1px solid var(--border);border-top:4px solid var(--red);z-index:500;background:#090909;border-radius:8px;width:360px;max-height:420px;position:absolute;top:calc(100% + 12px);right:0;overflow-y:auto;box-shadow:0 24px 42px #0000008c}.header-search-result{color:#fff;border-bottom:1px solid #ffffff14;grid-template-columns:58px 1fr;align-items:center;gap:12px;padding:12px;text-decoration:none;display:grid}.header-search-result:hover{background:#d719202e}.header-search-result img{object-fit:contain;background:#fff;border-radius:5px;width:58px;height:58px;padding:6px}.header-search-result strong{text-transform:uppercase;margin-bottom:3px;font-family:Oswald,sans-serif;display:block}.header-search-result span,.header-search-empty{color:#aaa;font-size:.82rem}.header-search-empty{padding:18px}.search-close-btn{color:#777;cursor:pointer;background:0 0;border:none;font-size:1.3rem;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.header-icon-btn{display:none}.mobile-menu-btn{border:2px solid var(--red);color:#fff;cursor:pointer;background:0 0;padding:8px 12px;font-size:1.4rem;display:none}body.menu-locked{overflow:hidden}@media (width<=1050px){.header-main-inner{grid-template-columns:220px 1fr auto}.header-nav{gap:18px}.header-nav a{font-size:.72rem}.header-search{width:210px}}@media (width<=900px){.header-main-inner{grid-template-columns:1fr auto;align-items:center;gap:14px;padding:14px 0;display:grid}.header-icon-btn{color:#fff;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff26;justify-content:center;align-items:center;width:54px;height:54px;font-size:1.3rem;display:inline-flex}.header-logo img{width:185px}.desktop-search{display:none}.header-actions{grid-column:1/-1;justify-content:flex-end;align-items:center;gap:12px;display:flex}.mobile-search-btn{display:inline-flex}.mobile-search-inline{flex:1;min-width:0;display:block}.mobile-search-inline .header-search{width:100%}.mobile-search-inline .header-search input{height:54px;padding-right:42px}.mobile-menu-btn{z-index:1002;width:54px;height:54px;display:block;position:relative}.header-nav{overscroll-behavior:contain;border-left:4px solid var(--red);z-index:1001;background:#080808;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:0;width:330px;max-width:90vw;height:100vh;padding:120px 30px 40px;transition:right .28s;display:flex;position:fixed;top:0;right:-100%;overflow-y:auto;box-shadow:-20px 0 40px #0000008c}.header-nav.open{right:0}.header-nav a,.nav-dropdown-toggle{color:#fff;text-transform:uppercase;text-align:left;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #ffffff14;width:100%;padding:15px 0;font-family:Oswald,sans-serif;font-size:1rem;font-weight:800;text-decoration:none}.header-nav a:after,.nav-products-link{display:none}.nav-dropdown{width:100%}.nav-dropdown-toggle{justify-content:space-between;align-items:center;display:flex}.dropdown-menu{width:100%;min-width:0;box-shadow:none;border:none;border-left:3px solid var(--red);background:#ffffff0a;margin:6px 0 12px;padding:6px 0 6px 14px;display:none;position:static;transform:none}.nav-dropdown.open .dropdown-menu{display:flex}.dropdown-menu a{padding:10px 0;font-size:.9rem}}@media (width<=600px){.header-top-inner{justify-content:center}.header-socials{display:none}.header-logo img{width:165px}}.home-hero{background:linear-gradient(90deg,#000000f5,#00000073),url(/images/hero-bg.jpg) 50%/cover no-repeat;min-height:720px;position:relative;overflow:hidden}.fireworks-canvas{z-index:1;width:100%;height:100%;position:absolute;inset:0}.hero-overlay{z-index:2;background:radial-gradient(circle at 72% 45%,#ff2a2a33,#0000 28%),linear-gradient(#0000,#000000e6);position:absolute;inset:0}.home-hero-content{z-index:3;grid-template-columns:1fr 1fr;align-items:center;gap:40px;min-height:720px;display:grid;position:relative}.hero-copy h1{text-transform:uppercase;color:var(--red);text-shadow:5px 5px #000;margin-bottom:24px;font-family:Oswald,sans-serif;font-size:clamp(4rem,8vw,8rem);line-height:.9}.hero-copy span{color:#fff}.hero-copy p{color:#ddd;max-width:520px;margin-bottom:28px;font-size:1.15rem;line-height:1.7}.hero-buttons{flex-wrap:wrap;gap:16px;display:flex}.hero-product{justify-content:center;display:flex}.hero-product img{filter:drop-shadow(0 35px 35px #000000bf);width:min(520px,92%);animation:4s ease-in-out infinite rocketFloat}.features{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#0a0a0a;animation:.7s both fadeUp}.features .container{grid-template-columns:repeat(4,1fr);display:grid}.feature{text-align:center;border-right:1px solid var(--border);padding:42px 26px}.feature:last-child{border-right:none}.feature h3{text-transform:uppercase;margin-bottom:10px;font-family:Oswald,sans-serif}.feature h3:before{content:"★";color:var(--red);margin-bottom:10px;font-size:2rem;display:block}.feature p{color:#aaa;line-height:1.5}.home-section{padding:80px 0;animation:.7s both fadeUp}.section-heading{text-align:center;margin-bottom:40px}.section-heading h2,.pickup-preview h2{text-transform:uppercase;font-family:Oswald,sans-serif;font-size:clamp(2.8rem,6vw,5rem);line-height:.95}.center-button{text-align:center;margin-top:38px}.home-categories{color:#111;background:#f2f2f2}.home-category-grid,.home-product-grid{grid-template-columns:repeat(4,1fr);gap:22px;display:grid}.home-category-card,.home-product-card{color:#fff;border-top:5px solid var(--red);background:#111;border-radius:8px;text-decoration:none;transition:transform .25s,box-shadow .25s;overflow:hidden}.home-category-card:hover,.home-product-card:hover{transform:translateY(-8px);box-shadow:0 20px 32px #00000059}.home-category-card img{object-fit:cover;width:100%;height:180px}.home-category-card div,.home-product-card div{padding:20px}.home-category-card h3,.home-product-card h3{text-transform:uppercase;margin-bottom:8px;font-family:Oswald,sans-serif;font-size:1.45rem}.home-category-card p,.home-product-card p{color:#bbb;line-height:1.5}.featured-carousel{max-width:980px;margin:0 auto;position:relative}.featured-slide{border:1px solid var(--border);border-top:6px solid var(--red);background:linear-gradient(145deg,#151515,#050505);border-radius:16px;grid-template-columns:.95fr 1.05fr;align-items:center;gap:34px;min-height:420px;padding:34px;animation:.45s carouselFade;display:grid;box-shadow:0 22px 42px #00000059}@keyframes carouselFade{0%{opacity:0;transform:translate(18px)}to{opacity:1;transform:translate(0)}}.featured-image{background:#f4f4f4;border-radius:12px;place-items:center;min-height:330px;display:grid;overflow:hidden}.featured-image img{object-fit:contain;width:100%;height:330px;padding:24px}.featured-content h3{text-transform:uppercase;margin-bottom:18px;font-family:Oswald,sans-serif;font-size:clamp(2.8rem,5vw,5rem);line-height:.95}.featured-content p{color:#cfcfcf;max-width:520px;margin-bottom:26px;line-height:1.7}.carousel-arrow{z-index:5;color:#fff;cursor:pointer;background:linear-gradient(#ff2a2a,#9f0606);border:none;border-radius:50%;width:48px;height:48px;font-size:2.2rem;line-height:1;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 12px 24px #00000073}.carousel-arrow.left{left:-24px}.carousel-arrow.right{right:-24px}.carousel-dots{justify-content:center;gap:10px;margin-top:22px;display:flex}.carousel-dots button{cursor:pointer;background:#ffffff59;border:none;border-radius:999px;width:12px;height:12px}.carousel-dots button.active{background:var(--red);width:34px}.home-products{background:#080808}.home-product-card span{color:#fff;text-transform:uppercase;background:linear-gradient(#ff2a2a,#9f0606);border-radius:4px;margin-bottom:12px;padding:7px 12px;font-family:Oswald,sans-serif;font-weight:700;display:inline-block}.home-product-card img{object-fit:contain;background:#f3f3f3;width:100%;height:220px;padding:18px}.home-deals-split{background:#050505;padding:0;animation:.7s both fadeUp}.deals-split-grid{grid-template-columns:1fr 1fr;display:grid}.deal-panel{border-top:1px solid var(--border);border-bottom:1px solid var(--border);align-items:center;min-height:310px;padding:50px;display:flex;position:relative;overflow:hidden}#pickup-preview-box,#specials-preview-box{background:linear-gradient(90deg,#000000e0,#00000038),url(/images/fifty-years-fireworks.png) 50%/cover no-repeat}.deal-panel:after{content:"";pointer-events:none;background:linear-gradient(135deg,#d719201f,#0000 45%);position:absolute;inset:0}.deal-panel-content{z-index:2;max-width:430px;position:relative}.deal-panel h2{text-transform:uppercase;margin-bottom:18px;font-family:Oswald,sans-serif;font-size:clamp(2rem,4vw,3.3rem);line-height:1}.deal-panel p{color:#ddd;margin-bottom:20px;line-height:1.6}.deal-panel .section-kicker{color:var(--red)}.safety-preview{background:linear-gradient(#050505eb,#050505f5),url(/images/fireworks-bg.jpg) 50%/cover}.safety-grid{grid-template-columns:repeat(4,1fr);gap:22px;display:grid}.safety-card{border:1px solid var(--border);border-top:5px solid var(--red);text-align:center;background:linear-gradient(145deg,#151515,#050505);border-radius:10px;padding:28px;transition:transform .25s,box-shadow .25s}.safety-card span{margin-bottom:14px;font-size:2.4rem;display:block}.safety-card h3{text-transform:uppercase;margin-bottom:10px;font-family:Oswald,sans-serif}.safety-card p{color:#bbb;line-height:1.5}.location-preview{background:linear-gradient(135deg,#080808,#170505 55%,#050505)}.location-preview-grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:44px;display:grid}.location-copy h2{text-transform:uppercase;margin-bottom:20px;font-family:Oswald,sans-serif;font-size:clamp(2.8rem,6vw,5rem);line-height:.95}.location-copy>p{color:#d0d0d0;margin-bottom:28px;line-height:1.7}.location-details{gap:14px;margin-bottom:30px;display:grid}.location-details div{border:1px solid var(--border);border-left:5px solid var(--red);background:#ffffff0b;border-radius:6px;padding:16px}.location-details strong{text-transform:uppercase;margin-bottom:4px;font-family:Oswald,sans-serif;display:block}.location-details span{color:#bdbdbd}.location-buttons{flex-wrap:wrap;gap:16px;display:flex}.map-card{border:1px solid var(--border);border-top:6px solid var(--red);background:linear-gradient(145deg,#151515,#050505);border-radius:14px;padding:18px}.map-placeholder{background:repeating-linear-gradient(45deg,#111,#111 12px,#1b1b1b 12px 24px);border:1px solid #ffffff1f;border-radius:10px;place-items:center;min-height:390px;display:grid}.map-placeholder span{color:var(--red);text-transform:uppercase;font-family:Oswald,sans-serif;font-size:1.2rem;font-weight:700}.google-map{border:none;border-radius:10px;width:100%;min-height:390px;display:block}.pickup-preview{background:#111}.pickup-preview-box{border:1px solid var(--border);background:linear-gradient(135deg,#a00000eb,#141414fa);border-radius:16px;justify-content:space-between;align-items:center;gap:36px;padding:50px;display:flex}.pickup-preview-box p{color:#ddd;max-width:680px;line-height:1.7}@media (width<=950px){.home-hero-content{text-align:center;grid-template-columns:1fr}.hero-buttons{justify-content:center}.hero-copy p{margin-left:auto;margin-right:auto}.features .container,.home-category-grid,.home-product-grid{grid-template-columns:repeat(2,1fr)}.pickup-preview-box{text-align:center;flex-direction:column}}@media (width<=900px){.home-hero,.home-hero-content{min-height:660px}.home-hero-content{padding:50px 0}.hero-product img{width:min(390px,82vw)}.safety-grid{grid-template-columns:repeat(2,1fr)}.location-preview-grid{grid-template-columns:1fr}.pickup-steps-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=850px){.featured-slide{text-align:center;grid-template-columns:1fr}.featured-content p{margin-left:auto;margin-right:auto}.carousel-arrow.left{left:10px}.carousel-arrow.right{right:10px}.deals-split-grid{grid-template-columns:1fr}.deal-panel{padding:42px 28px}.curbside-panel{border-right:none}}@media (width<=600px){.home-hero,.home-hero-content{min-height:620px}.hero-copy h1{font-size:3.8rem}.features .container,.home-category-grid,.home-product-grid{grid-template-columns:1fr}.pickup-preview-box{padding:34px 24px}}@media (width<=550px){.safety-grid,.pickup-steps-grid{grid-template-columns:1fr}}.page{min-height:70vh;padding:140px 0 80px}.page-header{text-align:center;max-width:800px;margin:0 auto 44px}.page-header h1{text-transform:uppercase;font-family:Oswald,sans-serif;font-size:clamp(3rem,7vw,5.5rem);line-height:.95}.page-header p{color:#cfcfcf;line-height:1.7}.products-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.products-page{background:linear-gradient(#050505e0,#050505f0),url(/images/grunge-texture.jpg) 50%/cover}.products-page .category-grid{grid-template-columns:repeat(3,1fr);gap:26px;display:grid}.products-page .category-card{border:1px solid var(--border);border-top:5px solid var(--red);color:#fff;background:#111;border-radius:8px;min-height:330px;text-decoration:none;transition:transform .25s,box-shadow .25s;overflow:hidden}.products-page .category-card:hover{transform:translateY(-8px);box-shadow:0 18px 30px #0006}.products-page .category-card img{object-fit:cover;width:100%;height:190px}.category-card-content{padding:22px}.category-card-content h2{text-transform:uppercase;margin-bottom:8px;font-family:Oswald,sans-serif;font-size:1.65rem}.category-card-content p{color:#bdbdbd;line-height:1.5}.category-page{background:linear-gradient(#040404e6,#040404f5),url(/images/fireworks-bg.jpg) 50%/cover}.category-page .products-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.category-page .product-card{border:1px solid var(--border);border-top:5px solid var(--red);color:#fff;background:linear-gradient(145deg,#161616,#050505);border-radius:8px;text-decoration:none;transition:transform .25s,box-shadow .25s;overflow:hidden}.category-page .product-card:hover{transform:translateY(-8px);box-shadow:0 20px 34px #00000073}.product-image-wrap{background:#f2f2f2;place-items:center;min-height:230px;display:grid;position:relative}.product-image-wrap img{object-fit:contain;width:100%;height:230px;padding:18px}.product-tag{color:#fff;text-transform:uppercase;background:linear-gradient(#ff2a2a,#9c0505);border-radius:4px;padding:7px 12px;font-family:Oswald,sans-serif;font-size:.8rem;font-weight:700;position:absolute;top:14px;left:14px}.product-card-content{padding:20px}.product-card-content h2{text-transform:uppercase;margin-bottom:8px;font-family:Oswald,sans-serif;font-size:1.45rem}.product-card-content p{color:#c8c8c8;line-height:1.5}.product-list-card{border:1px solid var(--border);border-top:5px solid var(--red);background:linear-gradient(145deg,#161616,#050505);border-radius:10px;overflow:hidden}.product-list-image{background:#f2f2f2;min-height:230px;display:block;position:relative}.product-list-image img{object-fit:contain;width:100%;height:230px;padding:18px}.product-list-content{padding:20px}.product-list-content h3{text-transform:uppercase;margin-bottom:8px;font-family:Oswald,sans-serif;font-size:1.45rem}.product-list-content p{color:#c8c8c8;margin-bottom:18px;line-height:1.5}.product-list-actions{flex-wrap:wrap;gap:10px;display:flex}.product-list-actions .btn-red,.product-list-actions .btn-outline{padding:11px 14px;font-size:.82rem}.product-detail-page{background:linear-gradient(#050505eb,#050505fa),url(/images/grunge-texture.jpg) 50%/cover}.back-link{color:#fff;text-transform:uppercase;margin-bottom:28px;font-family:Oswald,sans-serif;text-decoration:none;display:inline-block}.back-link:hover{color:var(--red)}.product-detail-layout{grid-template-columns:1fr .9fr;align-items:start;gap:48px;display:grid}.product-media{gap:18px;display:grid}.main-product-image{border:1px solid var(--border);border-top:6px solid var(--red);background:#f2f2f2;border-radius:10px;place-items:center;min-height:520px;display:grid;overflow:hidden}.main-product-image img{object-fit:contain;width:100%;max-height:520px;padding:26px}.product-info h1{text-transform:uppercase;margin-bottom:20px;font-family:Oswald,sans-serif;font-size:clamp(3.2rem,7vw,6.5rem);line-height:.9}.product-short{text-transform:uppercase;color:#f1f1f1;margin-bottom:22px;font-family:Oswald,sans-serif;font-size:1.35rem;line-height:1.45}.product-description{color:#d1d1d1;margin-bottom:30px;line-height:1.8}.product-gallery{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.product-gallery img{object-fit:contain;background:#f2f2f2;border-radius:6px;width:100%;height:110px;padding:10px}.gallery-thumb{cursor:pointer;background:#f2f2f2;border:2px solid #0000;border-radius:8px;padding:8px}.gallery-thumb.active{border-color:var(--red)}.gallery-thumb img{object-fit:contain;width:100%;height:95px}.product-video{aspect-ratio:16/9;border:1px solid var(--border);background:#111;border-radius:8px;overflow:hidden}.product-video iframe{border:none;width:100%;height:100%}.product-tags{flex-wrap:wrap;gap:10px;margin-bottom:26px;display:flex}.product-tags span{color:#fff;text-transform:uppercase;background:linear-gradient(#ff2a2a,#9c0505);border-radius:4px;padding:8px 12px;font-family:Oswald,sans-serif;font-size:.85rem;font-weight:700}.effects-box{border:1px solid var(--border);border-left:5px solid var(--red);background:#ffffff0b;border-radius:8px;margin-bottom:30px;padding:24px}.effects-box h2{text-transform:uppercase;margin-bottom:14px;font-family:Oswald,sans-serif}.effects-box ul{gap:10px;list-style:none;display:grid}.effects-box li:before{content:"✦";color:var(--red);margin-right:10px}.product-search{max-width:620px;margin:0 auto 42px}.product-search input{width:100%;font:inherit;background:#fff;border:2px solid #0000;border-radius:999px;padding:18px 22px;font-size:1.05rem}.product-search input:focus{border-color:var(--red);outline:none}.search-results-heading{text-align:center;margin-bottom:24px}.search-results-heading h2{text-transform:uppercase;font-family:Oswald,sans-serif;font-size:2.4rem}.search-results-heading p{color:#bbb}@media (width<=1200px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=1050px){.category-page .products-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=950px){.product-detail-layout{text-align:center;grid-template-columns:1fr}.products-page .category-grid,.product-gallery{grid-template-columns:repeat(2,1fr)}.main-product-image{min-height:360px}}@media (width<=900px){.products-grid{grid-template-columns:repeat(2,1fr)}.product-detail-layout{text-align:left;grid-template-columns:1fr}.product-gallery{grid-template-columns:repeat(3,1fr)}}@media (width<=750px){.category-page .products-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.page{padding-top:110px}.products-grid,.products-page .category-grid,.category-page .products-grid{grid-template-columns:1fr}.product-gallery{grid-template-columns:repeat(2,1fr)}.gallery-thumb img{height:80px}}.youtube-embed{background:#000;border-radius:12px;width:100%;height:100%;min-height:400px;overflow:hidden}.youtube-embed iframe{border:0;width:100%;height:100%;display:block}.video-thumb{color:#fff;cursor:pointer;background:#111;justify-content:center;align-items:center;width:100%;height:100%;min-height:80px;font-size:2rem;display:flex}.site-footer{color:#fff;background:#020202}.footer-main{background:linear-gradient(#020202f5,#020202f5),url(/images/grunge-texture.jpg) 50%/cover;border-top:4px solid #050505;padding:28px 0}.footer-grid{grid-template-columns:260px 1fr 1fr 1fr 60px;align-items:center;gap:24px;display:grid}.footer-brand img{width:230px}.footer-info,.footer-social{align-items:center;gap:14px;display:flex}.footer-icon{border:3px solid var(--red);width:42px;height:42px;color:var(--red);border-radius:50%;place-items:center;font-size:1.15rem;display:grid}.footer-info strong,.footer-social strong{text-transform:uppercase;font-family:Oswald,sans-serif;font-size:1rem}.footer-info p,.footer-social p{color:#aaa;margin-top:3px;font-size:.9rem}.footer-social a{color:#050505;background:#fff;border-radius:50%;place-items:center;width:38px;height:38px;font-weight:900;text-decoration:none;display:grid}.footer-bottom{background:linear-gradient(90deg,#9b0707,#d71920);padding:14px 0}.footer-bottom-inner{justify-content:space-between;align-items:center;gap:24px;display:flex}.footer-bottom p{color:#fff;font-size:.85rem}.footer-links{gap:28px;display:flex}.footer-links a{color:#fff;text-transform:uppercase;font-family:Oswald,sans-serif;font-size:.78rem;font-weight:700;text-decoration:none}@media (width<=950px){.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-social{justify-content:flex-start}.footer-bottom-inner{text-align:center;flex-direction:column}.footer-links{flex-wrap:wrap;justify-content:center}}@media (width<=1050px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.footer-grid{grid-template-columns:1fr}.footer-bottom-inner{text-align:center;flex-direction:column}.footer-bottom-links{flex-wrap:wrap;justify-content:center}.footer-newsletter-form{flex-direction:column}}.about-layout{grid-template-columns:1fr 1fr;gap:40px;display:grid}.about-layout h2{text-transform:uppercase;margin-bottom:20px;font-family:Oswald,sans-serif}.about-layout p{color:#ccc;margin-bottom:18px;line-height:1.8}.about-list{gap:14px;list-style:none;display:grid}.about-list li{border-left:4px solid var(--red);background:#ffffff0d;padding:14px}@media (width<=900px){.about-layout{grid-template-columns:1fr}}.contact-layout{grid-template-columns:1fr 1fr;gap:40px;display:grid}.contact-card,.contact-form{border:1px solid var(--border);border-top:5px solid var(--red);background:linear-gradient(145deg,#151515,#050505);border-radius:10px;padding:30px}.contact-card h2{text-transform:uppercase;margin-bottom:20px;font-family:Oswald,sans-serif}.contact-info{margin-bottom:18px;display:grid}.contact-info strong{text-transform:uppercase;font-family:Oswald,sans-serif}.contact-info span{color:#bbb}.contact-form{gap:16px;display:grid}.contact-form input,.contact-form textarea{border:none;border-radius:5px;padding:14px}.contact-form textarea{min-height:180px}@media (width<=900px){.contact-layout{grid-template-columns:1fr}}.admin-login-page{background:linear-gradient(#050505eb,#050505fa),url(/images/grunge-texture.jpg) 50%/cover}.admin-login-card{border:1px solid var(--border);border-top:6px solid var(--red);background:linear-gradient(145deg,#151515,#050505);border-radius:12px;max-width:480px;margin:0 auto;padding:40px}.admin-login-card h1{text-transform:uppercase;margin-bottom:10px;font-family:Oswald,sans-serif}.admin-login-card p{color:#bbb;margin-bottom:24px}.admin-login-card form{gap:14px;display:grid}.admin-login-card input{width:100%;font:inherit;border:none;border-radius:6px;padding:14px}.admin-login-card button{width:100%}.admin-dashboard-page{background:linear-gradient(#050505eb,#050505fa),url(/images/grunge-texture.jpg) 50%/cover}.admin-dashboard-header{justify-content:space-between;align-items:center;gap:28px;margin-bottom:42px;display:flex}.admin-dashboard-header h1{text-transform:uppercase;font-family:Oswald,sans-serif;font-size:clamp(3rem,7vw,5.5rem);line-height:.95}.admin-dashboard-header p{color:#bbb}.admin-dashboard-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.admin-card{border:1px solid var(--border);border-top:5px solid var(--red);color:#fff;background:linear-gradient(145deg,#151515,#050505);border-radius:12px;padding:28px;text-decoration:none;transition:transform .25s,box-shadow .25s}.admin-card:hover{transform:translateY(-6px);box-shadow:0 20px 34px #00000073}.admin-card span{margin-bottom:18px;font-size:2.4rem;display:block}.admin-card h2{text-transform:uppercase;margin-bottom:10px;font-family:Oswald,sans-serif}.admin-card p{color:#bbb;line-height:1.5}@media (width<=1050px){.admin-dashboard-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.admin-dashboard-header{flex-direction:column;align-items:flex-start}.admin-dashboard-grid{grid-template-columns:1fr}}.admin-table-wrap{border:1px solid var(--border);border-top:6px solid var(--red);background:linear-gradient(145deg,#151515,#050505);border-radius:12px;overflow-x:auto}.admin-table{border-collapse:collapse;width:100%;min-width:850px}.admin-table th,.admin-table td{text-align:left;border-bottom:1px solid #ffffff14;padding:18px}.admin-table th{text-transform:uppercase;color:#ddd;font-family:Oswald,sans-serif}.admin-product-cell{align-items:center;gap:14px;display:flex}.admin-product-cell img{object-fit:contain;background:#fff;border-radius:6px;width:64px;height:64px;padding:6px}.admin-product-cell strong{text-transform:uppercase;font-family:Oswald,sans-serif;display:block}.admin-product-cell span{color:#aaa;font-size:.85rem}.status-active,.status-hidden{text-transform:uppercase;font-family:Oswald,sans-serif;font-size:.82rem}.status-active{color:#4cff72}.status-hidden{color:#ffb000}
