@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;800;900&family=Inter:wght@400;500;600&display=swap";:root{--bg-primary:#0a0a0a;--bg-secondary:#161616;--bg-tertiary:#222;--accent-primary:#f10;--accent-hover:#ffa000;--accent-blue:#00e5ff;--text-primary:#fff;--text-secondary:#a0a0a0;--text-inverse:#000;--font-heading:"Outfit", sans-serif;--font-body:"Inter", sans-serif;--space-xs:.5rem;--space-sm:1rem;--space-md:2rem;--space-lg:4rem;--space-xl:8rem;--max-width:1400px;--header-height:80px}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-body);scroll-behavior:smooth;-webkit-font-smoothing:antialiased;overflow-x:clip}::-webkit-scrollbar{display:none}html{-ms-overflow-style:none;scrollbar-width:none}h1{font-size:clamp(2.5rem,10vw,6rem)}h2{font-size:clamp(2rem,7vw,4rem)}h3{font-size:clamp(1.5rem,5vw,2.5rem)}h4{font-size:clamp(1.2rem,3vw,1.5rem)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:-.02em;font-weight:800;line-height:1.05}p{font-size:clamp(1rem,1.5vw,1.15rem);line-height:1.6}a{color:inherit;text-decoration:none}button{font-family:var(--font-heading);cursor:pointer;background:0 0;border:none}.container{max-width:var(--max-width);padding:0 var(--space-md);margin:0 auto}.btn-primary{background-color:var(--accent-primary);color:var(--text-inverse);text-transform:uppercase;letter-spacing:.05em;border-radius:50px;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:800;transition:all .3s;display:inline-flex}.btn-primary:hover{background-color:var(--accent-hover);transform:translateY(-2px);box-shadow:0 10px 20px #ffb80033}.btn-outline{color:var(--text-primary);border:1px solid var(--text-primary);background-color:#0000;border-radius:50px;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.btn-outline:hover{background-color:var(--text-primary);color:var(--text-inverse)}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.navbar{width:100%;height:var(--header-height);z-index:100;background:0 0;align-items:center;transition:all .3s;display:flex;position:fixed;top:0;left:0}.navbar.scrolled{-webkit-backdrop-filter:blur(12px);background:#0a0a0ad9;border-bottom:1px solid #ffffff0d;height:70px}.navbar-container{justify-content:space-between;align-items:center;width:100%;display:flex}.logo{font-family:var(--font-heading);letter-spacing:-.05em;align-items:center;font-size:1.5rem;font-weight:900;display:flex}.logo-accent{color:var(--accent-primary)}.nav-links{align-items:center;gap:2.5rem;display:flex}.nav-link{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.1em;color:var(--text-primary);opacity:.8;font-size:.85rem;font-weight:600;transition:opacity .3s;position:relative}.nav-link:hover{opacity:1}.nav-link:after{content:"";background-color:var(--accent-primary);width:0%;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-link:hover:after{width:100%}.nav-actions{align-items:center;gap:1.5rem;display:flex}.contact-btn{color:var(--text-primary);text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;transition:color .3s;display:flex}.contact-btn:hover{color:var(--accent-primary)}.mobile-only{display:none}.mobile-menu{-webkit-backdrop-filter:blur(20px);z-index:99;background:#0a0a0afa;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:fixed;top:0;left:0}.mobile-menu-content{flex-direction:column;align-items:center;gap:2.5rem;display:flex}.mobile-close-btn{color:#fff;z-index:101;position:absolute;top:2rem;right:2rem}.mobile-link{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:-.02em;color:var(--text-primary);font-size:2.5rem;font-weight:900;text-decoration:none}@media (width<=768px){.desktop-only{display:none}.mobile-only{display:block}.mobile-menu-btn{color:var(--text-primary)}}.hero{justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;width:100%;height:120%;position:absolute;top:0;left:0}.hero-video{object-fit:cover;object-position:center;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.hero-overlay{z-index:1;background:linear-gradient(#0a0a0a33 0%,#0a0a0ab3 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:2;text-align:center;width:100%;margin-top:var(--header-height);flex-direction:column;align-items:center;display:flex;position:relative}.hero-title{color:var(--text-primary);margin-bottom:1.5rem;font-size:clamp(2.5rem,10vw,6rem);line-height:1}.text-accent{color:var(--accent-primary)}.hero-subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto 3rem;padding:0 1rem;font-size:clamp(1rem,2.5vw,1.25rem);line-height:1.6}.hero-actions{justify-content:center;gap:1rem;display:flex}.scroll-indicator{z-index:2;color:var(--text-secondary);flex-direction:column;align-items:center;gap:.5rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.scroll-text{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.2em;font-size:.75rem}@media (width<=768px){.hero-actions{flex-direction:column;width:100%;max-width:300px;margin:0 auto}.btn-primary,.btn-outline{width:100%}}.crawler-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);white-space:nowrap;background-color:#00000080;border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;width:100%;padding:2rem 0;display:flex;overflow:hidden}.crawler-track{display:inline-flex}.crawler-text{font-family:var(--font-heading);color:#0000;-webkit-text-stroke:1px #ffffff80;text-transform:uppercase;letter-spacing:.05em;padding-right:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800;transition:color .3s}.crawler-container:hover .crawler-text{color:var(--accent-primary);-webkit-text-stroke:1px var(--accent-primary)}.about-section{align-items:center;width:100%;height:90vh;display:flex;position:relative;overflow:hidden}.about-bg-container{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.about-bg-video{object-fit:cover;object-position:70% center;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.about-overlay{z-index:1;background:linear-gradient(90deg,#0a0a0acc 0%,#0a0a0a80 50%,#0a0a0a33 100%);width:100%;height:100%;position:absolute;top:0;left:0}.about-content{z-index:2;width:100%;position:relative}.about-text-wrapper{max-width:600px}.about-title{color:var(--text-primary);margin-bottom:1.5rem;font-size:clamp(2.5rem,8vw,5rem);line-height:1}.about-text{color:var(--text-secondary);font-size:1.1rem;line-height:1.6;font-family:var(--font-body);margin-bottom:2.5rem}@media (width<=768px){.about-overlay{background:linear-gradient(#0a0a0ae6 0%,#0a0a0acc 100%)}.about-content{text-align:center;padding:0 1rem}.about-text-wrapper{margin:0 auto}}.accessories-section{height:300vh;color:var(--text-primary);position:relative}.accessories-sticky{align-items:center;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.accessories-bg-video{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.accessories-overlay{z-index:1;background:#0a0a0ab3;width:100%;height:100%;position:absolute;top:0;left:0}.accessories-content-wrapper{z-index:2;gap:4rem;width:100%;padding-left:max(1rem,33.3333vw - 466.667px);display:flex;position:relative}.accessories-header{flex:0 0 250px}.section-title{margin-bottom:2rem;font-size:clamp(1.8rem,4vw,3rem);line-height:1}.btn-dark{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-heading);text-transform:uppercase;border-radius:50px;padding:.75rem 2rem;font-weight:600;transition:all .3s}.btn-dark:hover{background-color:var(--bg-tertiary);transform:translateY(-2px)}.accessories-carousel-container{flex:1;overflow:hidden}.accessories-track{gap:2rem;width:max-content;padding-right:5vw;display:flex}.accessory-card{flex-direction:column;flex:0 0 350px;gap:1rem;display:flex}.accessory-img-container{aspect-ratio:1;background-color:#f2f2f2;border-radius:20px;justify-content:center;align-items:center;padding:2rem;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 20px #0003}.accessory-img-container:hover{background-color:#fff;box-shadow:0 10px 30px #00000080}.accessory-img{object-fit:contain;mix-blend-mode:normal;max-width:80%;max-height:80%;transition:transform .3s}.accessory-img-container:hover .accessory-img{transform:scale(1.1)}.add-to-cart-btn{opacity:0;background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;position:absolute;bottom:1.5rem;right:1.5rem;transform:translateY(10px);box-shadow:0 5px 15px #00000080}.accessory-img-container:hover .add-to-cart-btn{opacity:1;transform:translateY(0)}.add-to-cart-btn:hover{background-color:var(--bg-primary);color:#fff}.accessory-info{text-align:center}.accessory-name{font-family:var(--font-body);margin-bottom:.25rem;font-size:1rem;font-weight:600}.accessory-price{font-family:var(--font-body);color:var(--text-secondary);font-size:.9rem}@media (width<=768px){.accessories-section{height:200vh}.accessories-content-wrapper{flex-direction:column;gap:3rem;padding-left:1.5rem;padding-right:1.5rem}.accessories-header{text-align:left;flex-direction:column;flex:none;align-items:flex-start;gap:1.5rem;width:100%;display:flex}.section-title{margin-bottom:0;font-size:2.2rem}.accessories-carousel-container{width:100%;overflow:visible}.accessories-track{padding-right:10vw}.accessory-card{flex:0 0 280px}.accessory-img-container{padding:1.5rem}}.legacy-section{align-items:center;width:100%;height:80vh;display:flex;position:relative;overflow:hidden}.legacy-bg-container{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.legacy-bg-video{object-fit:cover;object-position:center;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.legacy-overlay{z-index:1;background:#0a0a0a99;width:100%;height:100%;position:absolute;top:0;left:0}.legacy-content{z-index:2;text-align:center;justify-content:center;width:100%;display:flex;position:relative}.legacy-text-wrapper{max-width:800px}.legacy-title{color:var(--text-primary);letter-spacing:.05em;margin-bottom:1.5rem;font-size:clamp(2.5rem,8vw,5rem);line-height:1}.legacy-text{color:var(--text-secondary);font-size:clamp(1rem,2vw,1.25rem);line-height:1.6;font-family:var(--font-body)}@media (width<=768px){.legacy-text-wrapper{padding:0 1rem}}.products-section{height:500vh;color:var(--text-primary);position:relative}.products-sticky{flex-direction:column;justify-content:center;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.products-bg-video{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.products-overlay{z-index:1;background:#0a0a0ab3;width:100%;height:100%;position:absolute;top:0;left:0}.products-content-wrapper{z-index:2;height:100%;padding-top:var(--header-height);flex-direction:column;justify-content:center;display:flex;position:relative}.products-header{text-align:center;margin-bottom:2rem;padding:0 1rem}.products-title{color:var(--text-primary);margin-bottom:2rem;padding:0 1rem;font-size:clamp(1.5rem,8vw,4rem)}.products-tabs{scrollbar-width:none;-ms-overflow-style:none;background-color:#ffffff0d;border-radius:50px;gap:.5rem;max-width:90vw;padding:.5rem;display:inline-flex;overflow-x:auto}.products-tabs::-webkit-scrollbar{display:none}.tab{color:var(--text-primary);opacity:.6;white-space:nowrap;border-radius:50px;padding:.75rem 1.5rem;font-size:.85rem;font-weight:600;transition:all .3s}.tab:hover{opacity:1}.tab.active{color:var(--text-primary);opacity:1;background-color:#fff3}.products-carousel-container{width:100%;overflow:hidden}.products-track{gap:4rem;padding-left:10vw;padding-right:2rem;display:flex}.product-card{cursor:pointer;text-align:center;flex-direction:column;flex:0 0 300px;align-items:center;max-width:320px;display:flex;position:relative}.product-image-container{aspect-ratio:1;background:#e5e5e5;border-radius:40px;justify-content:center;align-items:center;width:100%;margin-bottom:1.5rem;padding:3rem;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000004d}.product-image{object-fit:contain;width:100%;height:100%;transition:transform .5s}.product-card:hover .product-image{transform:scale(1.05)}.product-info{flex-direction:column;align-items:center;gap:1rem;width:100%;display:flex}.product-logo-wrapper{margin-bottom:1rem}.product-name{color:var(--text-primary);letter-spacing:-.05em;text-transform:uppercase;font-size:clamp(1.2rem,2.5vw,2.2rem);font-style:italic;font-weight:900;line-height:.9;font-family:var(--font-heading)}.product-specs-bar{border-top:1px solid #0000001a;justify-content:space-between;align-items:center;width:100%;padding-top:1.5rem;display:flex}.specs-text{font-family:var(--font-body);color:var(--text-secondary);align-items:center;gap:1rem;font-size:1rem;font-weight:500;display:flex}.specs-divider{opacity:.3}.product-buy-btn{background-color:var(--bg-primary);color:var(--text-primary);border-radius:50px}.product-buy-btn:hover{background-color:var(--accent-hover);color:var(--text-inverse);transform:translateY(-2px);box-shadow:0 10px 20px #ffb80033}@media (width<=768px){.products-section{height:300vh}.products-sticky{flex-direction:column;justify-content:center;height:100vh;padding:0;display:flex;position:sticky;top:0}.products-carousel-container{width:100%;overflow:hidden}.products-track{flex-direction:row;gap:2rem;width:max-content;padding:0 10vw;display:flex}.product-card{flex:0 0 75vw;align-items:center;max-width:300px}.product-image-container{border-radius:30px;padding:2rem}.product-name{text-align:center;margin-bottom:.5rem;font-size:1.5rem}.product-mobile-meta{flex-direction:column;align-items:center;gap:.75rem;display:flex}.mobile-specs{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:600}.mobile-view-btn{color:#fff;letter-spacing:.1em;background:#ffffff1a;border:1px solid #fff3;border-radius:50px;padding:.5rem 1rem;font-size:.7rem;font-weight:700}}.product-modal-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2000;background:#000000e6;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;display:flex;position:fixed;top:0;left:0}.product-modal-content{background:#111;border:1px solid #ffffff1a;border-radius:30px;width:100%;max-width:1000px;max-height:90vh;position:relative;overflow:hidden;box-shadow:0 30px 60px #00000080}.modal-close{z-index:10;color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.modal-close:hover{background:var(--accent-primary);transform:rotate(90deg)}.modal-body{grid-template-columns:1fr 1fr;height:100%;display:grid}.modal-image-side{background:#000;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;display:flex}.modal-image-side img{object-fit:contain;width:100%;height:100%}.modal-info-side{flex-direction:column;gap:1.5rem;padding:3rem;display:flex;overflow-y:auto}.modal-category{color:var(--accent-primary);text-transform:uppercase;letter-spacing:.2em;font-size:.8rem;font-weight:700}.modal-title{letter-spacing:-.05em;font-size:3rem;font-weight:900;line-height:.9}.modal-subtitle{color:var(--text-secondary);font-size:1.2rem;font-weight:500}.modal-description h3,.modal-features h3{text-transform:uppercase;color:var(--text-primary);opacity:.5;letter-spacing:.1em;margin-bottom:.75rem;font-size:.9rem}.modal-description p{color:var(--text-secondary);line-height:1.6}.modal-features ul{flex-direction:column;gap:.5rem;list-style:none;display:flex}.modal-features li{align-items:center;gap:.5rem;font-weight:500;display:flex}.feature-icon{color:var(--accent-primary)}.modal-specs{background:#ffffff0d;border-radius:12px;align-items:center;gap:.75rem;width:fit-content;padding:1rem;font-weight:600;display:flex}.modal-action-btn{width:100%;margin-top:1rem;padding:1.2rem}@media (width<=768px){.product-modal-overlay{padding:1.5rem}.product-modal-content{border:1px solid #ffffff1a;border-radius:24px;width:100%;height:auto;max-height:85vh}.modal-body{grid-template-columns:1fr;max-height:85vh;overflow-y:auto}.modal-image-side{flex-shrink:0;height:30vh}.modal-info-side{padding:1.5rem}.modal-title{margin-bottom:.5rem;font-size:1.8rem}.modal-close{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0000004d;width:36px;height:36px;top:1rem;right:1rem}.modal-action-btn{padding:1rem;font-size:.9rem}}.stories-section{padding:var(--space-xl) 0;color:var(--text-primary);position:relative;overflow:hidden}.stories-bg-video{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.stories-bg-overlay{z-index:1;background:#0a0a0acc;width:100%;height:100%;position:absolute;top:0;left:0}.stories-content-wrapper{z-index:2;flex-direction:column;display:flex;position:relative}.stories-header{margin-bottom:var(--space-lg);max-width:900px;margin-left:auto;margin-right:auto}.text-center{text-align:center}.section-title{color:var(--text-primary);margin-bottom:1rem;font-size:clamp(2rem,8vw,4rem)}.section-subtitle{color:var(--text-secondary);font-size:1.1rem;line-height:1.6;font-family:var(--font-body);font-weight:500}.stories-carousel-wrapper{align-items:center;width:100%;padding:0 5vw;display:flex;position:relative}.stories-track-container{width:100%;overflow:hidden}.stories-track{gap:0;width:100%;display:flex}.story-card-wrapper{flex:0 0 100%;padding:0 1rem}.story-card{cursor:pointer;border-radius:20px;width:100%;height:60vh;min-height:400px;max-height:600px;position:relative;overflow:hidden}@media (width>=768px){.story-card-wrapper{flex:0 0 60%}.stories-track{padding-left:20%;padding-right:20%}}.story-bg-wrapper{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.story-bg{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.story-card:hover .story-bg{transform:scale(1.05)}.story-overlay{z-index:1;background:linear-gradient(#0000001a 0%,#000000b3 100%);width:100%;height:100%;position:absolute;top:0;left:0}.story-content-top{z-index:2;position:absolute;top:2rem;right:2rem}.story-content-bottom{z-index:2;position:absolute;bottom:2rem;left:2rem}.story-badge{color:var(--bg-primary);font-size:.85rem;font-weight:700;font-family:var(--font-body);background-color:#f2f2f2;border-radius:50px;padding:.5rem 1.2rem}.story-title{color:#fff;font-size:clamp(1.5rem,3vw,2.5rem);line-height:1.2;font-family:var(--font-body);font-weight:700}.carousel-btn{width:50px;height:50px;color:var(--bg-primary);z-index:10;background-color:#fff;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 5px 15px #0000001a}.carousel-btn:hover{background-color:var(--bg-primary);color:#fff}.carousel-btn.prev{left:2vw}.carousel-btn.next{right:2vw}.stories-footer{justify-content:center;margin-top:4rem;display:flex}.btn-dark{background-color:var(--text-primary);color:var(--bg-primary);font-family:var(--font-body);border-radius:50px;padding:1rem 2.5rem;font-size:1rem;font-weight:700;transition:all .3s}.btn-dark:hover{background-color:var(--text-secondary);color:var(--bg-primary);transform:translateY(-2px)}@media (width<=768px){.carousel-btn{width:40px;height:40px}.stories-carousel-wrapper{padding:0 2vw}.story-card{height:50vh;min-height:300px}}.footer-section{color:var(--text-primary);background-color:#050505;border-top:1px solid #ffffff0d;padding:8rem 0 3rem;position:relative;overflow:hidden}.footer-bg-watermark{font-family:var(--font-heading);color:#ffffff05;pointer-events:none;z-index:0;letter-spacing:-.05em;font-size:clamp(10rem,30vw,40rem);font-weight:900;line-height:1;position:absolute;bottom:-5%;left:50%;transform:translate(-50%)}.footer-grid{z-index:1;grid-template-columns:1.5fr 2fr;gap:4rem;margin-bottom:6rem;display:grid;position:relative}.footer-brand{flex-direction:column;gap:1.5rem;display:flex}.footer-logo{font-family:var(--font-heading);letter-spacing:-.05em;color:#fff;font-size:2.5rem;font-weight:900}.footer-tagline{color:var(--text-secondary);max-width:400px;font-size:1.1rem;line-height:1.6}.social-links{gap:1rem;margin-top:1rem;display:flex}.social-icon{width:40px;height:40px;color:var(--text-secondary);border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;text-decoration:none;transition:all .3s;display:flex}.social-icon:hover{color:#000;background:#fff;border-color:#fff;transform:translateY(-5px)}.footer-nav-group{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.link-column{flex-direction:column;gap:1.25rem;display:flex}.link-column h4{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.1em;color:#fff;margin-bottom:.5rem;font-size:.9rem}.link-column a{color:var(--text-secondary);font-family:var(--font-body);font-size:.95rem;text-decoration:none;transition:color .3s}.link-column a:hover{color:#fff}.footer-bottom{z-index:1;color:var(--text-secondary);border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding-top:3rem;display:flex;position:relative}.footer-bottom-left p{letter-spacing:.1em;font-size:.75rem;font-weight:600}.legal-links{gap:2.5rem;display:flex}.legal-links a{color:var(--text-secondary);letter-spacing:.1em;font-size:.75rem;font-weight:700;text-decoration:none;transition:color .3s}.legal-links a:hover{color:#fff}@media (width<=1200px){.footer-grid{grid-template-columns:1fr;gap:5rem}}@media (width<=768px){.footer-section{padding:6rem 0 3rem}.footer-nav-group{grid-template-columns:1fr;gap:3rem}.footer-bottom{text-align:center;flex-direction:column;gap:2rem}.legal-links{justify-content:center}}
