:root{--black: #0A0A0A;--charcoal: #1A1A1A;--dark-gray: #2D2D2D;--medium-gray: #888888;--light-gray: #CCCCCC;--white: #FFFFFF;--orange: #FF4F00;--orange-hover: #FF6B2C;--orange-glow: rgba(255, 79, 0, .15);--orange-glow-strong: rgba(255, 79, 0, .4);--accent-orange: #FF4F00}:root [hidden]{display:none!important}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-tap-highlight-color:transparent}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background-color:var(--black);color:var(--white);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit;transition:color .3s ease}button{font-family:inherit;border:none;outline:none;cursor:pointer}.container{max-width:1200px;margin:0 auto;padding:0 16px}@media(min-width:769px){.container{padding:0 24px}}.section-label{font-size:10px;color:var(--orange);letter-spacing:.25em;text-transform:uppercase;margin-bottom:16px;font-weight:500}@media(min-width:769px){.section-label{font-size:11px;letter-spacing:.3em;margin-bottom:24px}}.shopify-section{display:block;position:relative}.gradient-mesh-1{position:absolute;width:400px;height:400px;background:radial-gradient(circle,rgba(255,79,0,.08) 0%,transparent 60%);border-radius:50%;filter:blur(60px);pointer-events:none}.gradient-mesh-2{position:absolute;width:300px;height:300px;background:radial-gradient(circle,rgba(255,79,0,.05) 0%,transparent 70%);border-radius:50%;filter:blur(40px);pointer-events:none}@media(min-width:769px){.gradient-mesh-1{width:800px;height:800px;filter:blur(80px)}.gradient-mesh-2{width:600px;height:600px;filter:blur(60px)}}@media(min-width:769px){body,button{cursor:none}}.cursor,.cursor-dot{display:none}@media(min-width:769px){.cursor{display:block;width:20px;height:20px;border:1px solid var(--orange);border-radius:50%;position:fixed;pointer-events:none;z-index:9999;transition:transform .15s ease,background .15s ease,opacity .15s ease;transform:translate(-50%,-50%);mix-blend-mode:difference}.cursor-dot{display:block;width:4px;height:4px;background:var(--orange);border-radius:50%;position:fixed;pointer-events:none;z-index:10000;transform:translate(-50%,-50%)}.cursor.hover{transform:translate(-50%,-50%) scale(2);background:#ff4f001a}}.grain-overlay{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9998;opacity:.02;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E")}.preloader{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--black);z-index:10001;display:flex;flex-direction:column;justify-content:center;align-items:center;transition:opacity .6s ease,visibility .6s ease}.preloader.hidden{opacity:0;visibility:hidden}.preloader-logo{width:60px;height:60px;animation:preloaderPulse 1.5s ease-in-out infinite}.preloader-logo path{fill:var(--white)}.preloader-bar{width:100px;height:2px;background:var(--dark-gray);margin-top:24px;border-radius:2px;overflow:hidden}.preloader-progress{height:100%;background:var(--orange);width:0%;transition:width .3s ease}.preloader-text{margin-top:16px;font-size:9px;letter-spacing:.3em;color:var(--medium-gray);text-transform:uppercase}@media(min-width:769px){.preloader-logo{width:80px;height:80px}.preloader-bar{width:120px;margin-top:30px}.preloader-text{margin-top:20px;font-size:10px}}@keyframes preloaderPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.7}}.reveal{opacity:0;transform:translateY(30px);transition:opacity .6s cubic-bezier(.25,.46,.45,.94),transform .6s cubic-bezier(.25,.46,.45,.94)}.reveal.active{opacity:1;transform:translateY(0)}.reveal-left{opacity:0;transform:translate(-40px);transition:opacity .6s ease,transform .6s ease}.reveal-left.active{opacity:1;transform:translate(0)}.reveal-right{opacity:0;transform:translate(40px);transition:opacity .6s ease,transform .6s ease}.reveal-right.active{opacity:1;transform:translate(0)}.reveal-scale{opacity:0;transform:scale(.95);transition:opacity .6s ease,transform .6s ease}.reveal-scale.active{opacity:1;transform:scale(1)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}@media(min-width:769px){.reveal{transform:translateY(40px);transition-duration:.8s}.reveal-left{transform:translate(-60px);transition-duration:.8s}.reveal-right{transform:translate(60px);transition-duration:.8s}.reveal-scale{transform:scale(.9);transition-duration:.8s}}.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:14px 16px;display:flex;justify-content:space-between;align-items:center;background:transparent;transition:all .4s cubic-bezier(.25,.46,.45,.94)}.header.scrolled{background:#0a0a0af2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:12px 16px}@media(min-width:769px){.header{padding:20px 40px}.header.scrolled{padding:16px 40px}}.header-left{display:flex;align-items:center;gap:20px}.logo-svg{height:20px;width:auto;transition:transform .3s ease}.logo-svg path{fill:var(--white)}@media(min-width:769px){.logo-svg{height:28px}.logo-svg:hover{transform:scale(1.05)}}.nav{display:none;gap:40px}@media(min-width:900px){.nav{display:flex}}.nav a{font-size:11px;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--medium-gray);transition:color .3s ease;position:relative}.nav a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--orange);transition:width .3s ease}.nav a:hover{color:var(--white)}.nav a:hover:after{width:100%}.header-right{display:flex;align-items:center;gap:12px}@media(min-width:769px){.header-right{gap:24px}}.header-notfall{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:var(--orange);border:none;border-radius:100px;transition:all .3s ease}.header-notfall:hover{background:var(--orange-hover);transform:translateY(-1px)}.header-notfall-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:#ffffff40;color:#fff;border-radius:50%;font-size:12px;font-weight:800}.header-notfall-text{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff}@media(min-width:769px){.header-notfall{padding:14px 28px}.header-notfall-text{font-size:13px;letter-spacing:.12em}.header-notfall-icon{width:22px;height:22px;font-size:13px}}@media(max-width:599px){.header-notfall-text{display:none}.header-notfall{padding:9px}}.cart-badge{position:absolute;top:-8px;right:-12px;background:var(--orange);color:var(--white);font-size:9px;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;justify-content:center;align-items:center;transform:scale(0);transition:transform .3s cubic-bezier(.175,.885,.32,1.275)}.cart-badge.show{transform:scale(1)}.mobile-menu-btn{display:block;background:none;border:none;padding:8px;position:relative;width:40px;height:40px}@media(min-width:900px){.mobile-menu-btn{display:none}}.mobile-menu-btn span{display:block;width:20px;height:2px;background:var(--white);position:absolute;left:10px;transition:all .3s ease}.mobile-menu-btn span:nth-child(1){top:12px}.mobile-menu-btn span:nth-child(2){top:19px}.mobile-menu-btn span:nth-child(3){top:26px}.mobile-menu-btn.active span:nth-child(1){top:19px;transform:rotate(45deg)}.mobile-menu-btn.active span:nth-child(2){opacity:0}.mobile-menu-btn.active span:nth-child(3){top:19px;transform:rotate(-45deg)}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--black);z-index:999;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px;opacity:0;visibility:hidden;transition:all .4s ease}.mobile-menu.active{opacity:1;visibility:visible}.mobile-menu a{font-size:20px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--white);transform:translateY(20px);opacity:0;transition:all .4s ease}@media(min-width:400px){.mobile-menu a{font-size:24px}}.mobile-menu.active a{transform:translateY(0);opacity:1}.mobile-menu a:nth-child(1){transition-delay:.1s}.mobile-menu a:nth-child(2){transition-delay:.2s}.mobile-menu a:nth-child(3){transition-delay:.3s}.mobile-menu a:nth-child(4){transition-delay:.4s}.hero{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:100px 16px 80px;position:relative;overflow:hidden}@media(min-width:769px){.hero{padding:140px 24px 100px}}.hero-background{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hero .gradient-mesh-1{top:-100px;left:50%;transform:translate(-50%)}.hero .gradient-mesh-2{bottom:-50px;right:-100px}@media(min-width:769px){.hero .gradient-mesh-1{top:-200px}.hero .gradient-mesh-2{bottom:-100px;right:-200px}}.hero-content{position:relative;z-index:2}.card-container{perspective:1000px;margin-bottom:40px;display:flex;justify-content:center}@media(min-width:769px){.card-container{margin-bottom:60px}}.card-3d{width:260px;height:165px;position:relative;transform-style:preserve-3d;animation:cardFloat 6s ease-in-out infinite}@media(min-width:400px){.card-3d{width:300px;height:190px}}@media(min-width:769px){.card-3d{width:340px;height:215px}.card-3d:hover{animation-play-state:paused}}@keyframes cardFloat{0%,to{transform:rotateY(-12deg) rotateX(8deg) translateY(0)}50%{transform:rotateY(-12deg) rotateX(8deg) translateY(-12px)}}@media(min-width:769px){@keyframes cardFloat{0%,to{transform:rotateY(-15deg) rotateX(10deg) translateY(0)}50%{transform:rotateY(-15deg) rotateX(10deg) translateY(-15px)}}}.card-face{position:absolute;width:100%;height:100%;border-radius:12px;display:flex;flex-direction:column;justify-content:center;align-items:center;backface-visibility:hidden}@media(min-width:769px){.card-face{border-radius:16px}}.card-front{background:linear-gradient(145deg,#1a1a1a,#0a0a0a);box-shadow:0 0 60px var(--orange-glow),0 20px 40px #00000080,inset 0 1px #ffffff0d;border:1px solid rgba(255,255,255,.05)}@media(min-width:769px){.card-front{box-shadow:0 0 80px var(--orange-glow),0 25px 50px #00000080,inset 0 1px #ffffff0d}}.card-icon-logo{width:60px;height:60px}.card-icon-logo path{fill:var(--white)}@media(min-width:400px){.card-icon-logo{width:70px;height:70px}}@media(min-width:769px){.card-icon-logo{width:80px;height:80px}}.card-line{width:50px;height:2px;background:var(--orange);margin-top:16px;box-shadow:0 0 20px var(--orange-glow-strong)}@media(min-width:769px){.card-line{width:60px;margin-top:20px}}.card-chip{position:absolute;top:20px;left:20px;width:32px;height:24px;background:linear-gradient(135deg,#3a3a3a,#2a2a2a);border-radius:4px;border:1px solid rgba(255,255,255,.1)}.card-chip:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:16px;height:12px;border:1px solid rgba(255,255,255,.1);border-radius:2px}@media(min-width:769px){.card-chip{top:30px;left:30px;width:40px;height:30px;border-radius:6px}.card-chip:before{width:20px;height:15px}}.hero h1{font-size:36px;font-weight:800;letter-spacing:-.02em;line-height:1.1;margin-bottom:16px;background:linear-gradient(180deg,var(--white) 0%,rgba(255,255,255,.7) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(min-width:400px){.hero h1{font-size:44px}}@media(min-width:769px){.hero h1{font-size:clamp(42px,8vw,80px);line-height:1.05;margin-bottom:24px}}.hero-tagline{font-size:11px;color:var(--medium-gray);letter-spacing:.2em;text-transform:uppercase;font-weight:400;margin-bottom:28px}@media(min-width:769px){.hero-tagline{font-size:13px;letter-spacing:.3em;margin-bottom:40px}}.hero-cta{display:inline-block;margin-top:32px;padding:16px 42px;border:1.5px solid var(--white);border-radius:100px;color:var(--white);font-size:12px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;transition:all .3s ease}.hero-cta:hover{background:var(--white);color:var(--black);transform:translateY(-2px)}.social-proof-counter{display:inline-flex;align-items:center;gap:10px;padding:10px 18px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:100px;margin-top:16px}@media(min-width:769px){.social-proof-counter{gap:12px;padding:12px 24px;margin-top:20px}}.live-dot{width:6px;height:6px;background:#22c55e;border-radius:50%;animation:livePulse 2s ease-in-out infinite}@media(min-width:769px){.live-dot{width:8px;height:8px}}@keyframes livePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.counter-text{font-size:11px;color:var(--medium-gray);letter-spacing:.05em}.counter-text strong{color:var(--white);font-weight:600}@media(min-width:769px){.counter-text{font-size:12px}}.scroll-indicator{display:none;position:absolute;bottom:40px;left:50%;transform:translate(-50%);flex-direction:column;align-items:center;gap:12px;opacity:.4;animation:scrollPulse 2s ease-in-out infinite}@media(min-width:769px){.scroll-indicator{display:flex}}@keyframes scrollPulse{0%,to{opacity:.4;transform:translate(-50%) translateY(0)}50%{opacity:.7;transform:translate(-50%) translateY(5px)}}.scroll-indicator span{font-size:9px;letter-spacing:.3em;color:var(--medium-gray)}.scroll-line{width:1px;height:50px;background:linear-gradient(to bottom,var(--medium-gray),transparent)}.philosophy{padding:80px 16px;position:relative;overflow:hidden}@media(min-width:769px){.philosophy{padding:140px 24px}}.philosophy .gradient-mesh-2{top:50%;left:-150px;transform:translateY(-50%)}@media(min-width:769px){.philosophy .gradient-mesh-2{left:-300px}}.philosophy-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:40px;align-items:center}@media(min-width:900px){.philosophy-grid{grid-template-columns:1fr 1fr;gap:80px}}.philosophy-visual{height:280px;background:linear-gradient(135deg,var(--charcoal) 0%,var(--black) 100%);border-radius:12px;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden;border:1px solid var(--dark-gray);transition:all .4s ease;order:2}.philosophy-visual:before{content:"\2715";font-size:120px;color:var(--dark-gray);opacity:.3;transition:all .4s ease}.philosophy-visual .label{position:absolute;bottom:20px;left:20px;font-size:9px;letter-spacing:.25em;color:var(--medium-gray);text-transform:uppercase}.philosophy-img{width:100%;height:100%;object-fit:cover;border-radius:inherit}@media(min-width:900px){.philosophy-visual{height:450px;order:1}}@media(min-width:769px){.philosophy-visual:before{font-size:200px}.philosophy-visual .label{bottom:30px;left:30px;font-size:10px;letter-spacing:.3em}.philosophy-visual:hover{border-color:#ff4f004d;box-shadow:0 0 60px var(--orange-glow)}.philosophy-visual:hover:before{opacity:.5;transform:rotate(15deg) scale(1.1)}}.philosophy-content{order:1}@media(min-width:900px){.philosophy-content{order:2}}.philosophy-content h2{font-size:28px;font-weight:700;line-height:1.25;margin-bottom:20px}.philosophy-content h2 .muted{color:var(--medium-gray)}.philosophy-content p{font-size:14px;color:var(--medium-gray);line-height:1.7;max-width:480px}@media(min-width:769px){.philosophy-content h2{font-size:clamp(32px,4vw,48px);line-height:1.2;margin-bottom:28px}.philosophy-content p{font-size:16px;line-height:1.8}}.how-it-works{padding:80px 16px;background:var(--charcoal);position:relative;overflow:hidden}@media(min-width:769px){.how-it-works{padding:140px 24px}}.how-it-works-inner{max-width:1000px;margin:0 auto}.how-it-works-header{text-align:center;margin-bottom:50px}@media(min-width:769px){.how-it-works-header{margin-bottom:80px}}.how-it-works h2{font-size:32px;font-weight:700}@media(min-width:769px){.how-it-works h2{font-size:clamp(36px,5vw,56px)}}.steps-container{display:flex;flex-direction:column;gap:0;position:relative}.steps-line{position:absolute;left:16px;top:50px;bottom:50px;width:2px;background:linear-gradient(to bottom,var(--orange),var(--dark-gray))}@media(min-width:769px){.steps-line{left:30px;top:60px;bottom:60px}}.step-item{display:flex;gap:20px;padding:28px 0;position:relative}@media(min-width:769px){.step-item{gap:40px;padding:40px 0}}.step-number{width:34px;height:34px;min-width:34px;background:var(--black);border:2px solid var(--orange);border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:800;color:var(--orange);flex-shrink:0;position:relative;z-index:2;transition:all .3s ease}.step-content{flex:1}.step-content h3{font-size:18px;font-weight:700;margin-bottom:8px;transition:color .3s ease}.step-content p{font-size:13px;color:var(--medium-gray);line-height:1.6}@media(min-width:769px){.step-number{width:60px;height:60px;min-width:60px;font-size:20px}.step-item:hover .step-number{background:var(--orange);color:var(--white);transform:scale(1.1);box-shadow:0 0 30px var(--orange-glow-strong)}.step-content h3{font-size:24px;margin-bottom:12px}.step-item:hover .step-content h3{color:var(--orange)}.step-content p{font-size:15px;line-height:1.7}}.technology{padding:80px 16px;background:var(--black);position:relative;overflow:hidden}@media(min-width:769px){.technology{padding:140px 24px}}.technology .gradient-mesh-1{top:50%;right:-150px;transform:translateY(-50%)}@media(min-width:769px){.technology .gradient-mesh-1{right:-300px}}.technology-inner{max-width:1200px;margin:0 auto;position:relative;z-index:2}.technology-header{text-align:center;margin-bottom:50px}@media(min-width:769px){.technology-header{margin-bottom:80px}}.technology h2{font-size:28px;font-weight:700}@media(min-width:769px){.technology h2{font-size:clamp(36px,5vw,56px)}}.features-grid{display:grid;grid-template-columns:1fr;gap:20px}@media(min-width:600px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.features-grid{grid-template-columns:repeat(3,1fr);gap:30px}}.feature-card{padding:32px 24px;background:var(--charcoal);border-radius:12px;border:1px solid var(--dark-gray);transition:all .4s ease;position:relative;overflow:hidden}.feature-icon{width:48px;height:48px;border:1px solid var(--dark-gray);border-radius:12px;display:flex;justify-content:center;align-items:center;margin-bottom:20px;font-size:20px;color:var(--orange);transition:all .3s ease}.feature-card h3{font-size:18px;font-weight:600;margin-bottom:10px;letter-spacing:-.01em}.feature-card p{font-size:13px;color:var(--medium-gray);line-height:1.6}@media(min-width:769px){.feature-card{padding:50px 40px}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:var(--orange);transform:scaleX(0);transition:transform .4s ease}.feature-card:hover{border-color:#ff4f004d;transform:translateY(-8px);box-shadow:0 30px 60px #0006}.feature-card:hover:before{transform:scaleX(1)}.feature-card:hover .feature-icon{border-color:var(--orange);box-shadow:0 0 30px var(--orange-glow);transform:scale(1.1) rotate(5deg)}.feature-icon{width:56px;height:56px;margin-bottom:28px;font-size:24px}.feature-card h3{font-size:20px;margin-bottom:14px}.feature-card p{font-size:14px;line-height:1.7}}.comparison-section{padding:80px 16px;background:var(--charcoal)}@media(min-width:769px){.comparison-section{padding:140px 24px}}.comparison-inner{max-width:900px;margin:0 auto}.comparison-header{text-align:center;margin-bottom:40px}@media(min-width:769px){.comparison-header{margin-bottom:60px}}.comparison-header h2{font-size:28px;font-weight:700}@media(min-width:769px){.comparison-header h2{font-size:clamp(32px,4vw,48px)}}.comparison-table{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:0;border:1px solid var(--dark-gray);border-radius:12px;overflow:hidden;font-size:12px}@media(min-width:769px){.comparison-table{grid-template-columns:2fr 1fr 1fr;border-radius:16px;font-size:14px}}.comparison-header-cell{padding:16px 12px;background:var(--black);font-size:11px;font-weight:700;text-align:center;border-bottom:1px solid var(--dark-gray)}.comparison-header-cell.onyx{background:linear-gradient(135deg,rgba(255,79,0,.1),transparent);color:var(--orange)}.comparison-header-cell.others{color:var(--medium-gray)}@media(min-width:769px){.comparison-header-cell{padding:30px 24px;font-size:14px}}.comparison-row{display:contents}.comparison-feature{padding:14px 12px;font-size:12px;color:var(--light-gray);border-bottom:1px solid var(--dark-gray);display:flex;align-items:center}@media(min-width:769px){.comparison-feature{padding:20px 24px;font-size:14px}}.comparison-cell{padding:14px 12px;text-align:center;border-bottom:1px solid var(--dark-gray);display:flex;justify-content:center;align-items:center;font-size:16px}@media(min-width:769px){.comparison-cell{padding:20px 24px;font-size:18px}}.comparison-cell.yes{color:var(--orange)}.comparison-cell.no{color:var(--dark-gray)}.comparison-row:last-child .comparison-feature,.comparison-row:last-child .comparison-cell{border-bottom:none}.social-proof{padding:80px 16px;background:var(--black);position:relative;overflow:hidden}@media(min-width:769px){.social-proof{padding:140px 24px}}.social-proof-inner{max-width:1200px;margin:0 auto}.social-proof .section-label{text-align:center;margin-bottom:40px}@media(min-width:769px){.social-proof .section-label{margin-bottom:60px}}.testimonials-grid{display:grid;grid-template-columns:1fr;gap:24px;margin-bottom:50px}@media(min-width:769px){.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:80px}}.testimonial{padding:24px;border-left:2px solid var(--dark-gray);transition:all .3s ease}.testimonial-quote{font-size:16px;font-weight:400;font-style:italic;line-height:1.5;margin-bottom:16px;color:var(--light-gray)}.testimonial-author{font-size:11px;color:var(--medium-gray);letter-spacing:.1em}@media(min-width:769px){.testimonial{padding:40px}.testimonial:hover{border-color:var(--orange);background:linear-gradient(90deg,rgba(255,79,0,.05),transparent);transform:translate(8px)}.testimonial-quote{font-size:18px;line-height:1.6;margin-bottom:20px}.testimonial-author{font-size:12px}}.lifestyle-section{height:300px;background:linear-gradient(135deg,var(--charcoal) 0%,var(--black) 100%);border-radius:12px;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden;border:1px solid var(--dark-gray)}.lifestyle-section .placeholder{font-size:10px;color:var(--dark-gray);letter-spacing:.15em;text-transform:uppercase;text-align:center;padding:20px}.lifestyle-img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.lifestyle-floating-card{position:absolute;bottom:24px;right:24px;width:120px;height:75px;background:linear-gradient(145deg,var(--dark-gray),var(--black));border-radius:8px;box-shadow:0 0 40px var(--orange-glow);display:flex;justify-content:center;align-items:center;animation:floatSmall 4s ease-in-out infinite}.lifestyle-floating-card .floating-logo{width:30px;height:30px}.lifestyle-floating-card .floating-logo path{fill:var(--white)}@media(min-width:769px){.lifestyle-section{height:500px;border-radius:16px}.lifestyle-section .placeholder{font-size:11px;letter-spacing:.2em}.lifestyle-floating-card{bottom:50px;right:50px;width:200px;height:125px;border-radius:12px;box-shadow:0 0 60px var(--orange-glow)}.lifestyle-floating-card .floating-logo{width:50px;height:50px}}@keyframes floatSmall{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.product-section{padding:80px 16px;background:var(--charcoal);position:relative}@media(min-width:769px){.product-section{padding:140px 24px}}.product-section .gradient-mesh-1{bottom:-100px;left:50%;transform:translate(-50%)}@media(min-width:769px){.product-section .gradient-mesh-1{bottom:-200px}}.product-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:50px;align-items:center;position:relative;z-index:2}@media(min-width:900px){.product-inner{grid-template-columns:1fr 1fr;gap:100px}}@media(max-width:899px){.product-visual{margin-bottom:40px}}.product-visual{display:flex;justify-content:center;align-items:center;order:1}product-form{display:block}.product-info{order:2}.product-info .section-label{margin-bottom:24px}@media(min-width:769px){.product-info .section-label{margin-bottom:32px}}.product-card-display{width:100%;max-width:320px;height:200px;background:linear-gradient(145deg,var(--dark-gray),var(--black));border-radius:16px;box-shadow:0 0 80px var(--orange-glow),0 30px 60px #00000080;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;border:1px solid rgba(255,255,255,.05);transition:all .4s ease}.product-card-display .card-chip{position:absolute;top:24px;left:24px}.product-card-display .product-logo{width:70px;height:70px}.product-card-display .product-logo path{fill:var(--white)}.product-card-display .card-line{width:60px;height:2px;margin-top:20px}@media(min-width:769px){.product-card-display{max-width:400px;height:250px;border-radius:20px;box-shadow:0 0 120px var(--orange-glow),0 50px 100px #00000080}.product-card-display:hover{transform:translateY(-10px) rotateX(5deg);box-shadow:0 0 150px var(--orange-glow-strong),0 60px 120px #0009}.product-card-display .card-chip{top:35px;left:35px}.product-card-display .product-logo{width:100px;height:100px}.product-card-display .card-line{width:80px;height:3px;margin-top:28px}}.product-image-stack{position:relative;width:100%;max-width:400px;aspect-ratio:1 / 1;margin:0 auto}.product-variant-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;opacity:0;transition:opacity .4s ease;filter:drop-shadow(0 30px 60px rgba(0,0,0,.5))}.product-variant-image.active{opacity:1}.stock-urgency{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#ff4f0014;border:1px solid rgba(255,79,0,.2);border-radius:8px;margin-bottom:20px}.stock-urgency .icon{font-size:14px}.stock-urgency span{font-size:12px;color:var(--orange);font-weight:500}@media(min-width:769px){.stock-urgency{gap:10px;padding:14px 20px;margin-bottom:24px}.stock-urgency .icon{font-size:16px}.stock-urgency span{font-size:13px}}.variant-selector{margin-bottom:28px}@media(min-width:769px){.variant-selector{margin-bottom:36px}}.variant-option{width:100%;padding:18px 16px;margin-bottom:10px;background:transparent;border:1px solid var(--dark-gray);border-radius:10px;cursor:pointer;transition:all .3s ease;text-align:left;color:var(--white)}.variant-option.active{border-color:var(--orange);background:#ff4f0014}.variant-option.sold-out{opacity:.35;cursor:not-allowed;pointer-events:none}@media(min-width:769px){.variant-option{padding:24px;margin-bottom:12px}.variant-option:hover:not(.sold-out){border-color:var(--medium-gray);background:#ffffff05}}.variant-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}@media(min-width:769px){.variant-header{margin-bottom:12px}}.variant-name{font-weight:600;font-size:14px;color:var(--white)}.variant-price{font-weight:700;color:var(--orange);font-size:14px}.variant-option.sold-out .variant-price{color:var(--medium-gray)}@media(min-width:769px){.variant-name,.variant-price{font-size:16px}}.variant-features{display:flex;gap:8px;flex-wrap:wrap}.variant-feature{font-size:9px;color:var(--medium-gray);padding:4px 10px;background:var(--black);border-radius:100px;letter-spacing:.05em;text-transform:uppercase}@media(min-width:769px){.variant-features{gap:10px}.variant-feature{font-size:10px;padding:5px 12px}}.price-display{margin-bottom:20px}@media(min-width:769px){.price-display{margin-bottom:28px}}.price-main{font-size:42px;font-weight:800;letter-spacing:-.02em}.price-vat{font-size:12px;color:var(--medium-gray);margin-left:8px}@media(min-width:769px){.price-main{font-size:56px}.price-vat{font-size:14px;margin-left:12px}}.btn-add-to-cart{width:100%;padding:20px 32px;background:var(--orange);color:var(--white);font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.btn-add-to-cart:active{transform:scale(.98)}.btn-add-to-cart:disabled{background:var(--dark-gray);cursor:not-allowed;transform:none;box-shadow:none}@media(min-width:769px){.btn-add-to-cart{padding:24px 40px;font-size:12px;letter-spacing:.2em;cursor:none}.btn-add-to-cart:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:#fff3;border-radius:50%;transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease}.btn-add-to-cart:hover{background:var(--orange-hover);transform:translateY(-3px);box-shadow:0 15px 40px #ff4f0066}.btn-add-to-cart:hover:before{width:400px;height:400px}}.trust-badges{margin-top:24px;display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.trust-badge{font-size:10px;color:var(--medium-gray);letter-spacing:.05em;display:flex;align-items:center;gap:6px}.trust-badge .check{color:var(--orange);font-size:12px}@media(min-width:769px){.trust-badges{margin-top:32px;gap:28px}.trust-badge{font-size:11px;letter-spacing:.08em;gap:8px}.trust-badge .check{font-size:14px}}.guarantee-section{display:flex;align-items:center;justify-content:center;gap:12px;padding:20px;background:#ffffff05;border:1px solid var(--dark-gray);border-radius:12px;margin-top:20px}.guarantee-icon{width:40px;height:40px;min-width:40px;border:2px solid var(--orange);border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:16px;color:var(--orange)}.guarantee-text h4{font-size:13px;font-weight:600;margin-bottom:4px}.guarantee-text p{font-size:11px;color:var(--medium-gray)}@media(min-width:769px){.guarantee-section{gap:16px;padding:24px;margin-top:24px}.guarantee-icon{width:48px;height:48px;min-width:48px;font-size:20px}.guarantee-text h4{font-size:14px}.guarantee-text p{font-size:12px}}.specs-section{padding:80px 16px;background:var(--black)}@media(min-width:769px){.specs-section{padding:120px 24px}}.specs-inner{max-width:900px;margin:0 auto}.specs-section .section-label{text-align:center;margin-bottom:40px}@media(min-width:769px){.specs-section .section-label{margin-bottom:60px}}.specs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(min-width:769px){.specs-grid{grid-template-columns:repeat(4,1fr);gap:30px}}.spec-item{text-align:center;padding:28px 16px;border:1px solid var(--dark-gray);border-radius:12px;transition:all .3s ease}.spec-value{font-size:28px;font-weight:800;margin-bottom:6px;color:var(--white)}.spec-value .unit{font-size:12px;color:var(--orange);margin-left:2px}.spec-label{font-size:9px;color:var(--medium-gray);letter-spacing:.12em;text-transform:uppercase}@media(min-width:769px){.spec-item{padding:40px 20px}.spec-item:hover{border-color:var(--orange);transform:translateY(-5px);box-shadow:0 20px 40px #0000004d}.spec-value{font-size:36px;margin-bottom:8px}.spec-value .unit{font-size:16px}.spec-label{font-size:11px;letter-spacing:.15em}}.faq-section{padding:80px 16px;background:var(--charcoal)}@media(min-width:769px){.faq-section{padding:120px 24px}}.faq-inner{max-width:700px;margin:0 auto}.faq-header{text-align:center;margin-bottom:40px}@media(min-width:769px){.faq-header{margin-bottom:60px}}.faq-header h2{font-size:28px;font-weight:700}@media(min-width:769px){.faq-header h2{font-size:clamp(32px,4vw,48px)}}.faq-item{border-bottom:1px solid var(--dark-gray)}.faq-question{width:100%;padding:20px 0;background:none;border:none;text-align:left;font-size:14px;font-weight:600;color:var(--white);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;transition:color .3s ease}.faq-icon{font-size:18px;color:var(--orange);transition:transform .3s ease;flex-shrink:0}.faq-item.active .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease}.faq-item.active .faq-answer{max-height:200px;padding-bottom:20px}.faq-answer p{font-size:13px;color:var(--medium-gray);line-height:1.6}@media(min-width:769px){.faq-question{padding:28px 0;font-size:16px;cursor:none}.faq-question:hover{color:var(--orange)}.faq-icon{font-size:20px}.faq-item.active .faq-answer{padding-bottom:28px}.faq-answer p{font-size:14px;line-height:1.7}}.newsletter-section{padding:60px 16px;background:var(--black);border-top:1px solid var(--dark-gray)}@media(min-width:769px){.newsletter-section{padding:100px 24px}}.newsletter-inner{max-width:500px;margin:0 auto;text-align:center}@media(min-width:769px){.newsletter-inner{max-width:600px}}.newsletter-inner h3{font-size:22px;font-weight:700;margin-bottom:10px}.newsletter-inner p{font-size:13px;color:var(--medium-gray);margin-bottom:24px}@media(min-width:769px){.newsletter-inner h3{font-size:28px;margin-bottom:12px}.newsletter-inner p{font-size:14px;margin-bottom:32px}}.newsletter-form{display:flex;flex-direction:column;gap:12px}@media(min-width:500px){.newsletter-form{flex-direction:row}}.newsletter-input{flex:1;padding:16px 20px;background:var(--charcoal);border:1px solid var(--dark-gray);border-radius:8px;font-size:14px;color:var(--white);outline:none;transition:border-color .3s ease}.newsletter-input::placeholder{color:var(--medium-gray)}.newsletter-input:focus{border-color:var(--orange)}@media(min-width:769px){.newsletter-input{padding:18px 24px}}.newsletter-btn{padding:16px 28px;background:var(--orange);color:var(--white);font-size:10px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.newsletter-btn:active{transform:scale(.98)}@media(min-width:769px){.newsletter-btn{padding:18px 32px;font-size:11px;cursor:none}.newsletter-btn:hover{background:var(--orange-hover);transform:translateY(-2px)}}.newsletter-incentive{margin-top:14px;font-size:10px;color:var(--dark-gray)}@media(min-width:769px){.newsletter-incentive{margin-top:16px;font-size:11px}}.newsletter-success{color:var(--orange);font-size:14px;font-weight:600;padding:16px}.sticky-cart-bar{position:fixed;bottom:0;left:0;right:0;z-index:1000;display:block;width:100%;height:auto;background:transparent;transform:translateY(100%);transition:transform .4s cubic-bezier(.25,.46,.45,.94);grid-column:1 / -1;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid var(--dark-gray)}.sticky-cart-bar.show{transform:translateY(0)}.sticky-cart-bar .scb-inner{display:block;width:100%}.scb-panel{max-height:0;overflow:hidden;background:#0a0a0afa;transition:max-height .35s ease}.sticky-cart-bar:hover .scb-panel,.sticky-cart-bar.expanded .scb-panel{max-height:200px;border-bottom:1px solid var(--dark-gray)}.scb-panel>*{max-width:1200px;margin:0 auto;padding:18px 32px}.scb-quickinfo{font-size:13px;color:var(--light-gray)}.scb-trust{display:flex;flex-wrap:wrap;gap:28px;list-style:none}.scb-trust li{font-size:12px;color:var(--medium-gray);display:flex;align-items:center;gap:8px}.scb-trust span{font-size:14px}.scb-upsell{display:flex;align-items:center;gap:16px;flex-wrap:wrap;padding-bottom:14px;margin-bottom:4px}.scb-upsell-text{font-size:13px;color:var(--light-gray);font-weight:600}.scb-upsell-add{padding:8px 18px;background:var(--orange);color:#fff;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border-radius:100px;transition:background .2s}.scb-upsell-add:hover{background:var(--orange-hover)}.scb-upsell-skip{font-size:12px;color:var(--medium-gray);background:none;text-decoration:underline}.scb-upsell-skip:hover{color:var(--white)}.scb-row{display:flex;align-items:center;gap:32px;max-width:1200px;margin:0 auto;padding:20px 32px;background:#1a1a1afa}.sticky-cart-info{display:flex;align-items:center;gap:24px}.sticky-cart-product{display:flex;align-items:center;gap:12px}.sticky-cart-thumb{width:48px;height:32px;background:var(--dark-gray);border-radius:6px;display:flex;align-items:center;justify-content:center}.sticky-cart-thumb svg{width:20px;height:20px}.sticky-cart-thumb svg path{fill:var(--white)}.sticky-cart-details h4{font-size:14px;font-weight:600}.sticky-cart-details span{font-size:12px;color:var(--medium-gray)}.sticky-cart-price{font-size:24px;font-weight:800;color:var(--white)}.sticky-cart-variants{display:flex;gap:10px}.sticky-variant-chip{padding:.55rem 1.1rem;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:transparent;color:#fff;cursor:pointer;font-size:.85rem;white-space:nowrap;transition:all .2s}.sticky-variant-chip:hover{border-color:#fff}.sticky-variant-chip.active{background:#fff;color:#0a0a0a}.sticky-variant-chip.sold-out{opacity:.4;cursor:not-allowed;text-decoration:line-through}.scb-actions{display:flex;align-items:center;gap:16px;margin-left:auto}.sticky-cart-btn{padding:16px 32px;background:var(--orange);color:#fff;font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;border:none;border-radius:8px;cursor:pointer;white-space:nowrap;transition:background .3s}.sticky-cart-btn:hover{background:var(--orange-hover)}.sticky-cart-btn.added{background:#22c55e}.scb-cart{position:relative;display:flex;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid var(--dark-gray);border-radius:8px;color:var(--white);flex-shrink:0;transition:all .3s}.scb-cart:hover{border-color:var(--orange);color:var(--orange)}.scb-cart-badge{position:absolute;top:-8px;right:-8px;min-width:20px;height:20px;padding:0 5px;background:var(--orange);color:#fff;font-size:11px;font-weight:700;border-radius:100px;display:flex;align-items:center;justify-content:center}@media(max-width:599px){.scb-panel{display:none}.scb-row{flex-wrap:wrap;gap:14px;padding:14px 16px}.sticky-cart-variants{order:3;width:100%;justify-content:center}.scb-actions{width:100%}.sticky-cart-btn{flex:1}}.onyx-cart{padding:140px 16px 100px;background:var(--black);min-height:70vh}@media(min-width:769px){.onyx-cart{padding:180px 24px 120px}}.oc-inner{max-width:820px;margin:0 auto}.oc-title{font-size:32px;font-weight:800;letter-spacing:-.02em;margin-bottom:40px}@media(min-width:769px){.oc-title{font-size:44px}}.oc-list{list-style:none}.oc-row{display:grid;grid-template-columns:88px 1fr auto auto;gap:24px;align-items:center;padding:24px 0;border-bottom:1px solid var(--dark-gray);transition:opacity .3s ease,transform .3s ease}.oc-media{width:88px;height:88px;border-radius:10px;overflow:hidden;background:var(--charcoal);display:flex;align-items:center;justify-content:center}.oc-media img{width:100%;height:100%;object-fit:cover}.oc-media-fallback{width:40px;height:40px;opacity:.4}.oc-media-fallback path{fill:var(--white)}.oc-details{display:flex;flex-direction:column;gap:4px}.oc-name{font-weight:700;font-size:16px}.oc-variant{font-size:12px;color:var(--medium-gray);text-transform:uppercase;letter-spacing:.08em}.oc-price{font-size:13px;color:var(--medium-gray)}.oc-qty{display:flex;align-items:center;border:1px solid var(--dark-gray);border-radius:100px;overflow:hidden}.oc-step{width:38px;height:38px;background:transparent;color:var(--white);font-size:18px;transition:background .2s}.oc-step:hover{background:#ffffff0f}.oc-qty-val{min-width:40px;text-align:center;font-weight:600}.oc-line{text-align:right;display:flex;flex-direction:column;gap:6px}.oc-linetotal{font-weight:700;font-size:16px}.oc-remove{font-size:12px;color:var(--medium-gray);background:none;text-decoration:underline}.oc-remove:hover{color:var(--orange)}.oc-footer{margin-top:40px}.oc-subtotal{display:flex;justify-content:space-between;font-size:20px;margin-bottom:8px}.oc-subtotal strong{font-weight:800}.oc-note{font-size:13px;color:var(--medium-gray);margin-bottom:24px}.oc-checkout{display:block;width:100%;padding:20px;text-align:center;background:var(--orange);color:#fff;font-weight:700;font-size:12px;letter-spacing:.15em;text-transform:uppercase;border-radius:8px;transition:background .3s}.oc-checkout:hover{background:var(--orange-hover)}.oc-continue{display:block;text-align:center;margin-top:16px;font-size:12px;color:var(--medium-gray);letter-spacing:.08em}.oc-continue:hover{color:var(--white)}.oc-empty{text-align:center;padding:60px 0}.oc-empty-logo{width:60px;height:60px;opacity:.3;margin:0 auto 24px}.oc-empty-logo path{fill:var(--white)}.oc-empty p{color:var(--medium-gray);margin-bottom:28px;font-size:16px}.oc-empty .oc-checkout{max-width:280px;margin:0 auto}@media(max-width:599px){.oc-row{grid-template-columns:72px 1fr;grid-template-areas:"media details" "media qty" "line line";gap:12px 16px}.oc-media{grid-area:media;width:72px;height:72px}.oc-details{grid-area:details}.oc-qty{grid-area:qty;width:max-content}.oc-line{grid-area:line;flex-direction:row;justify-content:space-between;align-items:center;padding-top:8px}}.footer{padding:50px 16px 120px;border-top:1px solid var(--dark-gray)}@media(min-width:600px){.footer{padding-bottom:100px}}@media(min-width:769px){.footer{padding:80px 24px}}.footer-inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:24px}@media(min-width:769px){.footer-inner{gap:32px}}.footer-inner>.footer-logo-svg{order:1}.footer-inner>.footer-columns{order:2}.footer-inner>.payment-icons{order:3}.footer-inner>.footer-copy{order:4}.footer-logo-svg{height:24px;width:auto}.footer-logo-svg path{fill:var(--white)}@media(min-width:769px){.footer-logo-svg{height:32px}}.footer-columns{display:grid;grid-template-columns:1fr;gap:32px;width:100%;max-width:800px;text-align:center}@media(min-width:700px){.footer-columns{grid-template-columns:repeat(3,1fr);gap:48px;text-align:left}}.footer-col-title{font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--orange);margin-bottom:16px}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-col a{font-size:13px;color:var(--medium-gray);transition:color .3s ease}.footer-col a:hover{color:var(--white)}.payment-icons{display:flex;gap:10px;margin-top:8px}@media(min-width:769px){.payment-icons{gap:16px;margin-top:10px}}.payment-icon{width:40px;height:26px;background:var(--dark-gray);border-radius:4px;display:flex;justify-content:center;align-items:center;font-size:8px;color:var(--medium-gray);letter-spacing:.05em;font-weight:600;transition:all .3s ease}@media(min-width:769px){.payment-icon{width:50px;height:32px;border-radius:6px;font-size:9px}.payment-icon:hover{background:var(--medium-gray);color:var(--black)}}.footer-copy{font-size:10px;color:var(--dark-gray);letter-spacing:.08em;text-align:center}@media(min-width:769px){.footer-copy{font-size:11px;letter-spacing:.1em}}.toast{position:fixed;bottom:80px;left:16px;right:16px;background:var(--charcoal);border:1px solid var(--orange);padding:16px 20px;border-radius:12px;display:flex;align-items:center;gap:12px;transform:translateY(120px);opacity:0;transition:all .4s cubic-bezier(.175,.885,.32,1.275);z-index:2000;box-shadow:0 20px 50px #00000080}.toast.show{transform:translateY(0);opacity:1}@media(min-width:600px){.toast{left:auto;right:24px;width:auto;max-width:340px;bottom:100px;padding:24px 32px;gap:16px}}.toast-icon{width:28px;height:28px;min-width:28px;background:var(--orange);border-radius:50%;display:flex;justify-content:center;align-items:center;color:var(--white);font-size:14px}.toast-content{display:flex;flex-direction:column;gap:2px}.toast-title{font-size:13px;font-weight:600}.toast-title strong{color:var(--orange)}.toast-subtitle{font-size:10px;color:var(--medium-gray)}@media(min-width:769px){.toast-icon{width:32px;height:32px;min-width:32px;font-size:16px}.toast-content{gap:4px}.toast-title{font-size:14px}.toast-subtitle{font-size:11px}}.em-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10005;background:var(--black);opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;overflow-y:auto;padding:72px 20px 40px;cursor:auto}.em-overlay.active{opacity:1;visibility:visible}.em-overlay *,.em-overlay a,.em-overlay button{cursor:auto!important}.em-overlay a,.em-overlay button[data-goto],.em-overlay .em-more{cursor:pointer!important}.em-back{position:fixed;top:20px;left:20px;background:transparent;border:1px solid var(--dark-gray);color:var(--light-gray);padding:14px 24px;border-radius:100px;font-size:16px;font-weight:600}.em-screen{display:none;max-width:480px;margin:0 auto}.em-screen.active{display:block}.em-q{font-size:22px;font-weight:700;color:var(--white);text-align:center;margin-bottom:28px}.em-choice{display:flex;flex-direction:column;gap:6px;width:100%;padding:36px 24px;margin-bottom:16px;border:none;border-radius:20px;text-align:center}.em-choice-big{font-size:32px;font-weight:800}.em-choice-sub{font-size:15px;opacity:.85}.em-choice-danger{background:var(--orange);color:#fff}.em-choice-calm{background:var(--charcoal);color:#fff;border:1px solid var(--dark-gray)}.em-call{display:flex;flex-direction:column;align-items:center;gap:2px;padding:48px 24px;margin-bottom:24px;background:var(--orange);border-radius:24px}.em-call-number{font-size:88px;font-weight:800;color:#fff;line-height:1}.em-call-label{font-size:22px;font-weight:700;color:#fff;letter-spacing:.1em}.em-call-small{padding:24px;margin-bottom:28px}.em-call-small .em-call-number{font-size:48px}.em-call-small .em-call-label{font-size:16px}.em-calm{font-size:17px;color:var(--light-gray);text-align:center;line-height:1.5;margin-bottom:36px}.em-when{font-size:18px;font-weight:700;color:var(--white);margin-bottom:16px}.em-list{list-style:none;margin-bottom:24px}.em-list li{font-size:20px;color:var(--white);padding:14px 0;border-bottom:1px solid var(--dark-gray)}.em-zweifel{font-size:18px;font-weight:700;color:var(--orange);margin-bottom:32px}.em-more{width:100%;padding:22px;background:var(--charcoal);border:1px solid var(--dark-gray);border-radius:14px;color:#fff;font-size:17px;font-weight:600}.em-contact{display:flex;flex-direction:column;gap:4px;padding:28px 24px;margin-bottom:14px;background:var(--orange);border-radius:16px;text-align:center}.em-contact-neutral{background:var(--charcoal);border:1px solid var(--dark-gray)}.em-contact-big{font-size:22px;font-weight:700;color:#fff}.em-contact-sub{font-size:14px;color:#ffffffd9}.em-steps{counter-reset:step;list-style:none}.em-steps li{font-size:19px;color:var(--white);line-height:1.5;padding:20px 0 20px 52px;position:relative;border-bottom:1px solid var(--dark-gray)}.em-steps li:before{counter-increment:step;content:counter(step);position:absolute;left:0;top:18px;width:36px;height:36px;background:var(--orange);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:18px}.em-steps strong{color:var(--white)}.help-section{padding:80px 16px;background:var(--black);border-top:1px solid var(--dark-gray)}@media(min-width:769px){.help-section{padding:120px 24px}}.help-inner{max-width:1000px;margin:0 auto}.help-header h2{font-size:28px;font-weight:700;margin-bottom:20px}@media(min-width:769px){.help-header h2{font-size:clamp(32px,4vw,48px)}}.help-intro{font-size:15px;color:var(--medium-gray);line-height:1.7;max-width:560px;margin:0 auto}.help-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:40px}@media(min-width:769px){.help-grid{grid-template-columns:repeat(3,1fr);gap:24px}}.help-card{display:block;padding:28px 24px;background:var(--charcoal);border:1px solid var(--dark-gray);border-radius:12px;transition:all .3s ease}.help-card:hover{border-color:var(--orange);transform:translateY(-4px)}.help-card-label{font-size:11px;color:var(--medium-gray);letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px}.help-card-contact{font-size:20px;font-weight:700;color:var(--white);margin-bottom:8px}.help-emergency{display:flex;align-items:center;gap:14px;padding:20px 24px;background:#ff4f0014;border:1px solid rgba(255,79,0,.25);border-radius:12px}.help-emergency-icon{min-width:32px;height:32px;background:var(--orange);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:18px}.age-gate{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10002;background:#0a0a0afa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;padding:20px}.age-gate.hidden{display:none}.age-gate-box{max-width:440px;text-align:center;padding:40px 28px;background:var(--charcoal);border:1px solid var(--dark-gray);border-radius:16px}.age-gate-logo{width:56px;height:56px;margin:0 auto 24px}.age-gate-logo path{fill:var(--white)}.age-gate-box h2{font-size:24px;font-weight:700;margin-bottom:16px}.age-gate-box>p{font-size:14px;color:var(--medium-gray);line-height:1.6;margin-bottom:28px}.age-gate-buttons{display:flex;gap:12px;margin-bottom:20px}.age-gate-yes{flex:1;padding:16px;background:var(--orange);color:var(--white);font-weight:700;font-size:12px;letter-spacing:.1em;text-transform:uppercase;border:none;border-radius:8px;cursor:pointer;transition:background .3s ease}.age-gate-yes:hover{background:var(--orange-hover)}.age-gate-no{flex:1;padding:16px;background:transparent;color:var(--medium-gray);font-weight:700;font-size:12px;letter-spacing:.1em;text-transform:uppercase;border:1px solid var(--dark-gray);border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.age-gate-no:hover{border-color:var(--medium-gray);color:var(--white)}.age-gate-help{font-size:12px;color:var(--medium-gray)}.age-gate-help a{color:var(--orange)}.content-page{padding:140px 16px 80px;background:var(--black)}@media(min-width:769px){.content-page{padding:180px 24px 120px}}.content-inner{max-width:720px;margin:0 auto}.content-title{font-size:36px;font-weight:800;letter-spacing:-.02em;line-height:1.1;margin:12px 0 48px}@media(min-width:769px){.content-title{font-size:clamp(44px,6vw,68px);margin-bottom:64px}}.content-block{margin-bottom:40px}.content-block-heading{font-size:22px;font-weight:700;margin-bottom:16px;color:var(--white)}@media(min-width:769px){.content-block-heading{font-size:28px}}.content-block-body{font-size:16px;line-height:1.8;color:var(--light-gray)}.content-block-body p{margin-bottom:16px}.content-statement{margin:56px 0;padding-left:24px;border-left:3px solid var(--orange)}.content-statement p{font-size:24px;font-weight:700;line-height:1.4;color:var(--white)}@media(min-width:769px){.content-statement p{font-size:32px}}.content-divider{height:1px;background:var(--dark-gray);margin:48px 0}.shopify-consent-banner,#shopify-pc__banner,[class*=consent][class*=banner]{background:var(--charcoal)!important;color:var(--white)!important;border:1px solid var(--dark-gray)!important;border-radius:12px!important;box-shadow:0 20px 60px #0009!important}#shopify-pc__banner__btn-accept,[class*=banner] button[class*=accept]{background:var(--orange)!important;color:var(--white)!important;border:none!important;border-radius:8px!important;text-transform:uppercase;letter-spacing:.1em;font-weight:700!important}#shopify-pc__banner__btn-decline,[class*=banner] button[class*=decline]{background:transparent!important;color:var(--medium-gray)!important;border:1px solid var(--dark-gray)!important;border-radius:8px!important}#shopify-pc__banner>div>div.shopify-pc__banner__body>p,#shopify-pc__banner__body-title{color:#646161!important}.shopify-pc__banner__body-policy-link a{color:var(--orange)}.shopify-pc__banner__dialog a{color:var(--orange)!important}.manifest-grid{align-items:center}.manifest-reveal{background:linear-gradient(135deg,var(--charcoal) 0%,var(--black) 100%);border:1px solid var(--dark-gray);border-radius:12px;padding:40px 32px;order:2;font-family:Courier New,monospace}@media(min-width:900px){.manifest-reveal{order:1;padding:56px 44px;min-height:420px;display:flex;flex-direction:column;justify-content:center}}.mr-label{display:block;font-size:11px;letter-spacing:.3em;color:var(--medium-gray);margin-bottom:32px;text-transform:uppercase}.mr-list{list-style:none;display:flex;flex-direction:column;gap:18px}.mr-item{position:relative;display:inline-block;width:fit-content}.mr-word{font-size:24px;font-weight:700;color:var(--white);font-family:Inter,sans-serif;letter-spacing:-.01em}@media(min-width:769px){.mr-word{font-size:24px}}.mr-bar{position:absolute;top:-2px;right:-6px;bottom:-2px;left:-6px;background:var(--dark-gray);border-radius:2px;transform-origin:left center;transition:transform .5s cubic-bezier(.7,0,.3,1)}.manifest-reveal .mr-item:nth-child(7) .mr-word{font-size:14px;color:var(--dark-gray)}.mr-item:last-child .mr-bar{background:var(--orange)}.mr-item:last-child .mr-word{color:var(--orange)}.manifest-reveal.revealed .mr-bar{transform:scaleX(0)}.manifest-reveal.revealed .mr-item:nth-child(1) .mr-bar{transition-delay:3.5s}.manifest-reveal.revealed .mr-item:nth-child(2) .mr-bar{transition-delay:4.5s}.manifest-reveal.revealed .mr-item:nth-child(3) .mr-bar{transition-delay:5.5s}.manifest-reveal.revealed .mr-item:nth-child(4) .mr-bar{transition-delay:6.5s}.manifest-reveal.revealed .mr-item:nth-child(5) .mr-bar{transition-delay:7.5s;top:2px;right:-6px;bottom:2px;left:-6px;margin-top:6px}.manifest-reveal.revealed .mr-item:nth-child(6) .mr-bar{transition-delay:8.5s}.manifest-reveal.revealed .mr-item:nth-child(7) .mr-bar{transition-delay:10.1s}.manifest-reveal.revealed .mr-item:nth-child(8) .mr-bar{transition-delay:10.5s}.manifest-reveal.revealed .mr-item:nth-child(9) .mr-bar{transition-delay:11.2s}.manifest-content{order:1}@media(min-width:900px){.manifest-content{order:2}}.manifest-body p{font-size:15px;line-height:1.75;color:var(--light-gray);margin-bottom:18px}.manifest-body p:last-child{margin-bottom:0}.manifest-body em{color:var(--medium-gray);font-style:italic}.manifest-body strong{color:var(--white);font-weight:700}@media(min-width:769px){.manifest-body p{font-size:17px;line-height:1.8}}.manifest-body p:last-child{color:var(--white);font-weight:600;padding-left:18px;border-left:3px solid var(--orange);margin-top:28px}.mr-item.mr-aside .mr-word{font-size:10px;color:var(--medium-gray);font-style:italic;font-family:Inter,sans-serif;font-weight:400}li.mr-item.mr-aside{margin-top:-20px;margin-bottom:-10px}@media(min-width:769px){.mr-item.mr-aside .mr-word{font-size:10px}}.manifest-body .manifest-kicker{margin-top:32px;font-size:18px;font-weight:800;color:var(--white);border-left:none;padding-left:0;letter-spacing:-.01em}@media(min-width:769px){.manifest-body .manifest-kicker{font-size:22px}}.manifest-kicker{margin:32px 0 0;font-size:18px;font-weight:800;color:var(--white);letter-spacing:-.01em;line-height:1.4}@media(min-width:769px){.manifest-kicker{font-size:22px}}.manifest-reveal .mr-bar{transition-duration:.65s!important}.mr-item.mr-accent .mr-word{color:var(--accent-orange)}#manifest-reveal>ul>li:nth-child(7)>span.mr-word{margin:32px 0 0;font-size:24px;font-weight:700;color:var(--white);font-family:Inter,sans-serif;letter-spacing:-.01em}@media(min-width:769px){#manifest-reveal>ul>li:nth-child(7)>span.mr-word{font-size:24px}}@media(min-width:769px){#manifest-reveal>ul>li:last-child>span.mr-word{font-size:24px;color:#ff4f00}}.hero-nicht{display:block;text-align:center;color:var(--orange)!important;-webkit-text-fill-color:var(--orange)!important;background:none!important;background-clip:initial!important;-webkit-background-clip:initial!important;max-height:0;overflow:hidden;opacity:0;transform:translateY(14px) scale(.9);transition:max-height 1.2s cubic-bezier(.25,.46,.45,.94),opacity 1.5s ease .15s,transform .9s cubic-bezier(.175,.885,.32,1.275) .15s;text-shadow:0 0 24px rgba(255,79,0,.35)}.hero-nicht.show{max-height:3.5em;opacity:1;transform:translateY(0) scale(1)}.manifest-kicker{margin:36px 0 0;font-size:24px;font-weight:800;color:var(--white);letter-spacing:-.01em;line-height:1.3}@media(min-width:769px){.manifest-kicker{font-size:30px}}.manifest-kicker-sub{margin-top:8px;font-size:14px;color:var(--medium-gray);font-weight:400}.manifest-kicker-link{display:inline-block;cursor:pointer;transition:transform .3s ease;margin-top:36px}.manifest-kicker-link:hover{transform:translate(6px)}.manifest-kicker-link:hover .manifest-kicker{color:var(--orange)}.datasheet .technology-header h2{font-family:Inter,sans-serif}.datasheet-grid{display:grid;grid-template-columns:1fr;gap:20px}@media(min-width:769px){.datasheet-grid{grid-template-columns:repeat(3,1fr);gap:24px}}.ds-card{position:relative;padding:40px 32px 44px;background:#ffffff04;border:1px solid var(--dark-gray);background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:22px 22px;transition:border-color .4s ease,background-color .4s ease;overflow:hidden}@media(min-width:769px){.ds-card:hover{border-color:#ff4f0066;background-color:#ff4f0005}}.ds-corner{position:absolute;width:10px;height:10px;border-color:var(--orange);border-style:solid;border-width:0;opacity:0;transition:opacity .4s ease .3s}.ds-corner--tl{top:10px;left:10px;border-top-width:1.5px;border-left-width:1.5px}.ds-corner--tr{top:10px;right:10px;border-top-width:1.5px;border-right-width:1.5px}.ds-corner--bl{bottom:10px;left:10px;border-bottom-width:1.5px;border-left-width:1.5px}.ds-corner--br{bottom:10px;right:10px;border-bottom-width:1.5px;border-right-width:1.5px}.ds-card.drawn .ds-corner{opacity:1}.ds-index{font-family:Courier New,monospace;font-size:13px;color:var(--medium-gray);letter-spacing:.1em;margin-bottom:20px}.ds-index:before{content:"REF. ";color:var(--dark-gray)}.ds-cat{font-size:10px;letter-spacing:.35em;color:var(--orange);text-transform:uppercase;margin-bottom:16px;font-family:Courier New,monospace}.ds-title{font-size:22px;font-weight:700;line-height:1.2;margin-bottom:14px;letter-spacing:-.01em}@media(min-width:769px){.ds-title{font-size:24px}}.ds-text{font-size:14px;line-height:1.7;color:var(--medium-gray)}.ds-card{opacity:0;transform:translate(-20px);transition:opacity .6s ease,transform .6s cubic-bezier(.25,.46,.45,.94),border-color .4s ease,background-color .4s ease}.ds-card.drawn{opacity:1;transform:translate(0)}@media(prefers-reduced-motion:reduce){.ds-card{opacity:1;transform:none}}.ds-card{transition:opacity .6s ease,transform .6s cubic-bezier(.25,.46,.45,.94),border-color .4s ease,background-color .4s ease}@media(min-width:769px){.ds-card .ds-corner{transition:opacity .4s ease .3s,top .35s ease,left .35s ease,right .35s ease,bottom .35s ease,width .35s ease,height .35s ease}.ds-card:hover .ds-corner{width:16px;height:16px}.ds-card:hover .ds-corner--tl{top:16px;left:16px}.ds-card:hover .ds-corner--tr{top:16px;right:16px}.ds-card:hover .ds-corner--bl{bottom:16px;left:16px}.ds-card:hover .ds-corner--br{bottom:16px;right:16px}.ds-card:after{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,transparent,var(--orange),transparent);opacity:0;transform:translateY(0)}.ds-card:hover:after{animation:dsScan .9s ease}}@keyframes dsScan{0%{opacity:0;top:0}20%{opacity:1}to{opacity:0;top:100%}}.duel .comparison-inner{max-width:1000px}.duel-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;border:1px solid var(--dark-gray);border-radius:16px;overflow:hidden;position:relative}.duel-grid:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:1px;background:var(--dark-gray);z-index:2}.duel-col-head{padding:24px 28px;font-size:12px;letter-spacing:.25em;text-transform:uppercase;font-weight:700;font-family:Courier New,monospace;border-bottom:1px solid var(--dark-gray)}.duel-head-off{color:var(--medium-gray);background:#ffffff03}.duel-head-on{color:var(--orange);background:linear-gradient(180deg,rgba(255,79,0,.08),transparent)}.duel-row{display:contents}.duel-off,.duel-on{padding:22px 28px;display:flex;align-items:center;gap:14px;font-size:15px;line-height:1.5;border-bottom:1px solid var(--dark-gray);min-height:72px}@media(min-width:769px){.duel-off,.duel-on{font-size:16px}}.duel-off{color:var(--medium-gray);background:#ffffff02;filter:grayscale(1)}.duel-off .duel-mark{color:var(--dark-gray);font-size:14px;flex-shrink:0}.duel-on{color:var(--white);font-weight:600;background:#ff4f0005}.duel-on .duel-mark{color:var(--orange);font-weight:800;flex-shrink:0}.duel-row:last-child .duel-off,.duel-row:last-child .duel-on{border-bottom:none}.duel-on{opacity:0;transform:translate(16px);transition:opacity .8s ease,transform .8s cubic-bezier(.25,.46,.45,.94)}.duel-grid.lit .duel-on{opacity:1;transform:translate(0)}@media(max-width:599px){.duel-grid{grid-template-columns:1fr}.duel-grid:before{display:none}.duel-col-head{display:none}.duel-off{filter:grayscale(1);border-bottom:none;opacity:.6}.duel-on{padding-top:8px}.duel-row{display:block;padding:8px 0;border-bottom:1px solid var(--dark-gray)}.duel-row:last-child{border-bottom:none}}.houserules{padding:80px 16px;background:var(--black)}@media(min-width:769px){.houserules{padding:140px 24px}}.houserules-inner{max-width:820px;margin:0 auto}.houserules-header{text-align:center;margin-bottom:50px}@media(min-width:769px){.houserules-header{margin-bottom:70px}}.houserules-header h2{font-size:28px;font-weight:700}@media(min-width:769px){.houserules-header h2{font-size:clamp(32px,4vw,48px)}}.rules-list{display:flex;flex-direction:column}.rule-row{position:relative;display:flex;align-items:baseline;gap:24px;padding:28px 20px 28px 0;border-bottom:1px solid var(--dark-gray);transition:padding-left .4s cubic-bezier(.25,.46,.45,.94);overflow:hidden}.rule-row:first-child{border-top:1px solid var(--dark-gray)}.rule-num{font-family:Courier New,monospace;font-size:14px;color:var(--medium-gray);flex-shrink:0;transition:color .4s ease;padding-top:4px}.rule-num:before{content:"\a7  ";color:var(--dark-gray)}.rule-body{display:flex;flex-direction:column;gap:6px;flex:1}.rule-main{font-size:22px;font-weight:700;color:var(--white);letter-spacing:-.01em;transition:color .4s ease}@media(min-width:769px){.rule-main{font-size:28px}}.rule-sub{font-size:14px;color:var(--medium-gray);line-height:1.5}@media(min-width:769px){.rule-sub{font-size:15px}}.rule-marker{position:absolute;left:-4px;top:50%;width:4px;height:0;background:var(--orange);transform:translateY(-50%);transition:height .4s cubic-bezier(.25,.46,.45,.94);box-shadow:0 0 16px var(--orange-glow-strong)}@media(min-width:769px){.rule-row:hover{padding-left:24px}.rule-row:hover .rule-marker{height:100%}.rule-row:hover .rule-num,.rule-row:hover .rule-main{color:var(--orange)}}.rule-row{opacity:0;transform:translateY(16px)}.rules-list.revealed .rule-row{opacity:1;transform:translateY(0);transition:opacity .7s ease,transform .7s cubic-bezier(.25,.46,.45,.94)}.rules-more{display:inline-flex;align-items:center;gap:8px;margin-top:40px;font-size:13px;letter-spacing:.05em;color:var(--medium-gray);transition:color .3s ease}.rules-more:hover{color:var(--white)}.rules-more-arrow{transition:transform .3s ease}.rules-more:hover .rules-more-arrow{transform:translate(5px)}.spec-flap.flapping{color:var(--medium-gray);transition:color .1s}.spec-number.settled{color:var(--white)}.spec-value{display:flex;align-items:baseline;justify-content:center;gap:4px}.spec-number{font-variant-numeric:tabular-nums;min-width:1.2em;text-align:right}.spec-value .unit{font-size:14px;color:var(--orange);font-weight:700}@media(min-width:769px){.spec-value .unit{font-size:18px}}.spec-flap.flapping{color:var(--medium-gray);transition:color .08s}.spec-flap.settled{color:var(--white)}.spec-label{max-width:160px;margin:0 auto}.spec-item{display:flex;flex-direction:column;justify-content:flex-start;min-height:150px}@media(min-width:769px){.spec-item{min-height:170px}}.spec-value{margin-bottom:14px}.spec-label{min-height:2.6em;display:flex;align-items:flex-start;justify-content:center;text-align:center;line-height:1.3}.help-section{background:linear-gradient(180deg,var(--black),#0d0d0f)}.help-section .section-label,.help-section .help-header .section-label{color:var(--medium-gray)}.help-card{background:#ffffff05}.help-card:hover{border-color:#ffffff40;transform:translateY(-4px)}.help-card-contact{color:var(--white)}.help-section .section-label{color:var(--medium-gray);letter-spacing:.02em;text-transform:none;font-style:italic}.help-section .section-heading{font-weight:600}.help-section .help-intro{max-width:620px;line-height:1.7}.help-card{background:#ffffff06;border:1px solid rgba(255,255,255,.06);border-radius:20px;padding:32px;transition:background .4s ease,transform .4s ease,border-color .4s ease}.help-card-channel{font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:var(--orange);opacity:.7;margin-bottom:10px}.help-card-contact{color:var(--white);font-weight:500}.help-emergency{margin-top:48px;text-align:center;font-size:14px;color:var(--medium-gray)}.help-emergency strong{color:var(--orange)}.help-section{background:radial-gradient(120% 80% at 50% 0%,#14141a 0%,var(--black) 60%);padding-block:120px}@media(min-width:769px){.help-section{padding-block:160px}}.help-inner{max-width:820px;margin:0 auto}.help-header{text-align:center;margin-bottom:50px}.help-section .section-label{color:var(--medium-gray);letter-spacing:.02em;text-transform:none;font-style:italic;font-size:13px}.help-heading{font-weight:600;font-size:32px;margin:14px 0 20px}@media(min-width:769px){.help-heading{font-size:clamp(34px,4vw,52px)}}.help-intro{max-width:600px;margin:0 auto;color:var(--light-gray);line-height:1.7}.help-intro p{margin:0}.help-reflect{max-width:560px;margin:22px auto 0;font-size:14px;color:var(--medium-gray);font-style:italic;line-height:1.6}.help-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:0}@media(min-width:700px){.help-grid{grid-template-columns:1fr 1fr;gap:20px}}.help-card{display:flex;flex-direction:column;background:#ffffff06;border:1px solid rgba(255,255,255,.06);border-radius:20px;padding:30px 28px;transition:background .4s ease,transform .4s ease,border-color .4s ease}.help-card:hover{background:#ffffff0d;border-color:#ffffff2e;transform:translateY(-3px)}.help-card-channel{font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:var(--orange);opacity:.7;margin-bottom:12px}.help-card-label{font-size:13px;color:var(--medium-gray);margin-bottom:6px}.help-card-contact{font-size:19px;font-weight:700;color:var(--white);margin-bottom:10px}.help-card-desc{font-size:13px;color:var(--medium-gray);line-height:1.6}.help-card:last-child{border-style:dashed;border-color:#ffffff1f}.help-emergency{display:flex;align-items:center;gap:14px;margin-top:40px;padding:20px 24px;background:#ff4f000f;border:1px solid rgba(255,79,0,.22);border-radius:14px}.help-emergency span:last-child{font-size:14px;color:var(--light-gray);line-height:1.6}.help-emergency p{margin:0}.age-gate,.age-gate *{cursor:auto!important}.age-gate button,.age-gate a{cursor:pointer!important}.age-gate{z-index:100000}.hero .scroll-indicator{display:none}.footer{padding-bottom:160px}@media(min-width:769px){.footer{padding-bottom:180px}}.em-overlay{background:radial-gradient(120% 80% at 50% 0%,#14141a 0%,var(--black) 65%)}.em-q{font-weight:600}.em-calm{max-width:400px;margin-left:auto;margin-right:auto}.em-choice-danger{background:var(--orange)}.em-choice-calm{background:#ffffff0a}@media(max-width:699px){.datasheet-grid{grid-template-columns:none;display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:14px;padding:4px 16px 20px;margin:0 -16px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.datasheet-grid::-webkit-scrollbar{display:none}.ds-card{flex:0 0 82%;scroll-snap-align:center;min-height:auto}.help-grid{grid-template-columns:none;display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:14px;padding:4px 16px 20px;margin:0 -16px;scrollbar-width:none}.help-grid::-webkit-scrollbar{display:none}.help-card{flex:0 0 80%;scroll-snap-align:center}.datasheet-grid:after,.help-grid:after{content:"\203a";flex:0 0 auto;align-self:center;color:var(--medium-gray);font-size:24px;padding:0 12px}}.onyx-3d{width:100%;background:transparent;--poster-color: transparent;--progress-bar-color: var(--orange);--progress-mask: transparent;outline:none}.onyx-3d--hero{height:340px}@media(min-width:769px){.onyx-3d--hero{height:460px}}.onyx-3d--product{height:360px}@media(min-width:769px){.onyx-3d--product{height:480px}}.onyx-3d,.onyx-3d *{cursor:grab!important}.onyx-3d:active{cursor:grabbing!important}.onyx-3d-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.onyx-3d::part(default-progress-bar){height:2px}html{overflow-x:hidden}body{overflow-x:hidden;width:100%;max-width:100%;position:relative}.product-section,.comparison-section,.help-section{overflow:hidden}.spec-flap{font-variant-numeric:tabular-nums}.spec-item.has-flap .unit,.spec-item.has-flap .spec-label{transition:color .4s ease,opacity .4s ease}.spec-item.flapping .unit{color:var(--medium-gray);opacity:.6}.spec-item.flapping .spec-label{opacity:.5}.pw-page{min-height:100svh;display:flex;align-items:center;justify-content:center;padding:24px;background:var(--black);color:var(--white)}.pw-box{max-width:420px;width:100%;text-align:center}.pw-logo{width:56px;height:56px;margin:0 auto 32px}.pw-logo path{fill:var(--white)}.pw-box h1{font-size:clamp(28px,5vw,40px);font-weight:800;letter-spacing:-.02em;margin-bottom:16px}.pw-msg{color:var(--medium-gray);font-size:15px;line-height:1.6;margin-bottom:32px}.pw-row{display:flex;gap:8px}.pw-row input{flex:1;padding:14px 16px;background:var(--charcoal);border:1px solid var(--dark-gray);border-radius:8px;color:var(--white);font:inherit}.pw-row input:focus{outline:none;border-color:var(--orange)}.pw-row button{padding:14px 20px;background:var(--orange);color:var(--white);border:none;border-radius:8px;font-weight:700;font-size:12px;letter-spacing:.1em;text-transform:uppercase;cursor:pointer}.pw-row button:hover{background:var(--orange-hover)}.pw-error{color:var(--orange);font-size:13px;margin-bottom:12px}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.added-next{display:block;margin-top:14px;font-size:14px;color:var(--medium-gray);text-decoration:none}.added-next[hidden]{display:none}.added-next span{color:var(--orange);font-weight:700}.added-next:hover span{text-decoration:underline}.contact-section{padding:160px 24px 100px;background:var(--black);color:var(--white)}.contact-inner{max-width:640px;margin:0 auto}.contact-section h1{font-size:clamp(32px,5vw,52px);font-weight:800;letter-spacing:-.02em;margin:12px 0 20px}.contact-intro{color:var(--medium-gray);font-size:16px;line-height:1.7;margin-bottom:40px}.contact-intro p+p{margin-top:12px}.contact-form{display:flex;flex-direction:column;gap:12px}.contact-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.contact-form input,.contact-form textarea{width:100%;padding:14px 16px;background:var(--charcoal);border:1px solid var(--dark-gray);border-radius:8px;color:var(--white);font:inherit;resize:vertical}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--orange)}.contact-form button{align-self:flex-start;padding:14px 24px;background:var(--orange);color:var(--white);border:none;border-radius:8px;font-weight:700;font-size:12px;letter-spacing:.1em;text-transform:uppercase;cursor:pointer}.contact-form button:hover{background:var(--orange-hover)}.form-success{color:var(--white);font-weight:600;padding:16px;border-left:2px solid var(--orange);background:var(--charcoal);border-radius:0 8px 8px 0}.form-error{color:var(--orange);font-size:14px}.contact-note{margin-top:20px;font-size:13px;color:var(--medium-gray)}@media(max-width:600px){.contact-row{grid-template-columns:1fr}}.hp-field{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden;opacity:0}.newsletter-error,.form-error{color:var(--orange);font-size:13px;margin:0 0 10px}body.onyx-subscribe main{min-height:70svh;display:flex;align-items:center;justify-content:center;padding:160px 24px 100px}body.onyx-subscribe main>*{max-width:560px;text-align:center}body.onyx-subscribe main h1{font-size:clamp(32px,5vw,52px);font-weight:800;letter-spacing:-.02em;margin-bottom:20px}body.onyx-subscribe main p{color:var(--medium-gray);font-size:16px;line-height:1.7;margin-bottom:28px}body.onyx-subscribe main a{display:inline-block;padding:12px 20px;border:1px solid var(--dark-gray);border-radius:8px;color:var(--medium-gray);font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;text-decoration:none}body.onyx-subscribe main a:hover{border-color:var(--orange);color:var(--white)}.form-success{margin-top:16px}.form-summary{margin:18px 0 0;padding-top:14px;border-top:1px solid var(--dark-gray);display:grid;grid-template-columns:max-content 1fr;gap:6px 16px;font-size:13px;font-weight:400}.form-summary dt{color:var(--medium-gray)}.form-summary dd{margin:0;color:var(--light-gray);white-space:pre-wrap}.shopify-policy__container{max-width:720px;margin:0 auto;padding:160px 24px 100px}.shopify-policy__title h1{font-size:clamp(32px,5vw,52px);font-weight:800;letter-spacing:-.02em;margin-bottom:8px;color:var(--white)}.shopify-policy__title:after{content:"Rechtliches.";display:block;font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--orange);margin-bottom:40px}.shopify-policy__body .rte{color:var(--light-gray);font-size:16px;line-height:1.75}.shopify-policy__body .rte h2{font-size:22px;font-weight:700;color:var(--white);margin:48px 0 16px}.shopify-policy__body .rte h3{font-size:17px;font-weight:700;color:var(--white);margin:32px 0 12px}.shopify-policy__body .rte p{margin-bottom:16px}.shopify-policy__body .rte ul,.shopify-policy__body .rte ol{margin:0 0 16px 20px}.shopify-policy__body .rte li{margin-bottom:8px}.shopify-policy__body .rte a{color:var(--orange)}.shopify-policy__body .rte strong{color:var(--white)}.shopify-policy__body .rte blockquote{border-left:2px solid var(--orange);padding:12px 20px;margin:24px 0;background:var(--charcoal);border-radius:0 8px 8px 0;color:var(--white);font-style:normal}.shopify-policy__body .rte table{width:100%;border-collapse:collapse;font-size:14px}.shopify-policy__body .rte td,.shopify-policy__body .rte th{padding:10px;border-bottom:1px solid var(--dark-gray);text-align:left}.shopify-policy__container,.shopify-challenge__container,main>.container:has(>h1+p){max-width:720px;margin:0 auto;padding:160px 24px 100px;color:var(--white)}.contact-summary{display:grid;grid-template-columns:120px 1fr;gap:8px 16px;margin-top:16px;font-size:14px}.contact-summary dt{color:var(--medium-gray)}.contact-summary dd{color:var(--white);white-space:pre-wrap;word-break:break-word}.shopify-challenge__container{max-width:480px;margin:0 auto;padding:160px 24px 120px;text-align:center;min-height:70vh}.shopify-challenge__form{display:flex;flex-direction:column;align-items:center;gap:24px}.shopify-challenge__message{font-size:clamp(24px,4vw,34px);font-weight:800;letter-spacing:-.02em;color:var(--white);line-height:1.2}.shopify-challenge__message small{display:block;margin-top:12px;font-size:15px;font-weight:400;color:var(--medium-gray);letter-spacing:0}.shopify-challenge__button{padding:14px 28px;background:var(--orange);color:var(--white);border:none;border-radius:8px;font-weight:700;font-size:12px;letter-spacing:.1em;text-transform:uppercase;cursor:pointer}.shopify-challenge__button:hover{background:var(--orange-hover)}.g-recaptcha{filter:drop-shadow(0 8px 24px rgba(0,0,0,.5))}.nf-section{position:relative;min-height:100svh;display:flex;align-items:center;padding:140px 24px 100px;overflow:hidden;background:var(--black);color:var(--white)}.nf-inner{position:relative;max-width:760px;margin:0 auto;width:100%}.nf-code{display:flex;gap:.04em;font-size:clamp(96px,22vw,220px);font-weight:900;letter-spacing:-.06em;line-height:.9;margin:8px 0 28px;font-variant-numeric:tabular-nums}.nf-flap{display:inline-block;min-width:.62em;text-align:center;color:var(--white);transition:color .3s}.nf-flap.flapping{color:var(--medium-gray)}.nf-flap.settled:last-child{color:var(--orange)}.nf-line{font-size:clamp(20px,3vw,28px);font-weight:600;letter-spacing:-.01em;margin-bottom:12px;min-height:1.4em}.nf-path{font-size:14px;color:var(--medium-gray);margin-bottom:48px}.nf-path code{color:var(--light-gray);background:var(--charcoal);padding:2px 8px;border-radius:4px;font-size:13px}.nf-exits{display:grid;grid-template-columns:1fr;gap:10px;margin-bottom:64px}@media(min-width:640px){.nf-exits{grid-template-columns:1fr 1fr}}.nf-exit{display:flex;align-items:center;gap:16px;padding:18px 20px;background:var(--charcoal);border:1px solid var(--dark-gray);border-radius:10px;color:var(--white);text-decoration:none;transition:border-color .25s,transform .25s}.nf-exit:hover{border-color:var(--orange);transform:translateY(-2px)}.nf-exit-k{font-size:11px;letter-spacing:.15em;color:var(--orange);font-weight:700}.nf-exit-t{font-weight:600;font-size:15px}.nf-exit--search input{flex:1;background:transparent;border:none;color:var(--white);font:inherit;font-size:15px;outline:none}.nf-exit--search:focus-within{border-color:var(--orange)}.nf-help{padding:24px;border-left:2px solid var(--orange);background:#ff4f000d;border-radius:0 10px 10px 0}.nf-help p{font-size:14px;color:var(--light-gray);line-height:1.7;margin-bottom:14px}.nf-help-links{display:flex;gap:20px}.nf-help-links a,.nf-help-links button{color:var(--orange);font-weight:700;font-size:13px;letter-spacing:.08em;text-transform:uppercase;background:none;border:none;cursor:pointer;padding:0;text-decoration:none}.nf-help-links a:hover,.nf-help-links button:hover{text-decoration:underline}.search-section{min-height:80vh;padding:160px 24px 100px;background:var(--black);color:var(--white)}.search-inner{max-width:720px;margin:0 auto}.search-form-main{display:flex;gap:8px;margin:12px 0 40px}.search-form-main input[type=search]{flex:1;padding:16px 18px;background:var(--charcoal);border:1px solid var(--dark-gray);border-radius:10px;color:var(--white);font:inherit}.search-form-main input:focus{outline:none;border-color:var(--orange)}.search-form-main button{padding:0 22px;background:var(--orange);color:#fff;border:none;border-radius:10px;cursor:pointer}.search-form-main button:hover{background:var(--orange-hover)}.search-count{color:var(--medium-gray);font-size:14px;margin-bottom:20px}.search-results{display:flex;flex-direction:column;gap:10px}.sr-card{display:flex;align-items:center;gap:16px;padding:18px 20px;background:var(--charcoal);border:1px solid var(--dark-gray);border-radius:12px;color:var(--white);text-decoration:none;transition:border-color .25s,transform .25s}.sr-card:hover{border-color:var(--orange);transform:translateY(-2px)}.sr-thumb{width:56px;height:56px;flex-shrink:0;border-radius:8px;overflow:hidden;background:var(--dark-gray);display:flex;align-items:center;justify-content:center}.sr-thumb img{width:100%;height:100%;object-fit:cover}.sr-body{flex:1}.sr-tag{display:inline-block;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--orange);font-weight:700;margin-bottom:6px}.sr-tag--know{color:#4fa3ff}.sr-tag--page{color:var(--medium-gray)}.sr-body h3{font-size:17px;font-weight:700;margin-bottom:4px}.sr-body p{font-size:14px;color:var(--medium-gray);line-height:1.5}.sr-price{font-weight:700}.sr-arrow{color:var(--orange);font-size:20px;flex-shrink:0}.search-empty{text-align:center;padding:40px 0}.search-empty h3{font-size:22px;font-weight:800;margin-bottom:10px}.search-empty p{color:var(--medium-gray);margin-bottom:28px}.search-suggestions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.search-suggestions a{padding:10px 18px;border:1px solid var(--dark-gray);border-radius:999px;color:var(--white);text-decoration:none;font-size:14px;transition:border-color .2s}.search-suggestions a:hover{border-color:var(--orange)}.search-pagination{margin-top:40px;display:flex;justify-content:center;gap:12px}.search-pagination a,.search-pagination span{color:var(--medium-gray)}@media(max-width:768px){.philosophy .manifest-reveal{order:1}.philosophy .philosophy-content{order:2}}.hero-card-3d{width:min(90vw,620px);height:min(30vh,260px);margin:0 auto;pointer-events:none;--poster-color: transparent;animation:heroFloat 6s ease-in-out infinite}@keyframes heroFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-16px)}}@media(prefers-reduced-motion:reduce){.hero-card-3d{animation:none}}@media(max-width:768px){.hero-card-3d{width:92vw;height:26vh}}.onyx-3d--product{width:100%;height:min(47vh,600px);margin-top:-5vh;margin-bottom:-10vh}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--black);display:flex;flex-direction:column;justify-content:center;padding:100px 32px 40px;transform:translate(100%);transition:transform .1s cubic-bezier(.16,1,.3,1);z-index:998;overflow-y:auto}.mobile-menu.active{transform:translate(0)}.mobile-menu-list{list-style:none;margin:0;padding:0;width:100%}.mobile-menu-item{opacity:0;transform:translate(20px);transition:opacity .4s ease,transform .4s ease}.mobile-menu.active .mobile-menu-item{opacity:1;transform:none}.mobile-menu.active .mobile-menu-item:nth-child(1){transition-delay:.08s}.mobile-menu.active .mobile-menu-item:nth-child(2){transition-delay:.14s}.mobile-menu.active .mobile-menu-item:nth-child(3){transition-delay:.2s}.mobile-menu.active .mobile-menu-item:nth-child(4){transition-delay:.26s}.mobile-menu.active .mobile-menu-item:nth-child(5){transition-delay:.32s}.mobile-menu.active .mobile-menu-item:nth-child(6){transition-delay:.38s}.mobile-menu.active .mobile-menu-item:nth-child(7){transition-delay:.44s}.mobile-menu-item>a{display:block;padding:18px 0;font-size:30px;font-weight:800;letter-spacing:-.02em;color:var(--white);text-decoration:none;border-bottom:1px solid rgba(255,255,255,.08);transition:color .2s,padding-left .2s}.mobile-menu-item>a:active,.mobile-menu-item>a[aria-current=page]{color:var(--orange)}.mobile-menu-item>a:hover{padding-left:8px;color:var(--orange)}.mobile-submenu{list-style:none;margin:4px 0 12px;padding:0}.mobile-submenu a{display:block;padding:8px 0 8px 16px;font-size:16px;color:var(--medium-gray);text-decoration:none}.mobile-submenu a:active{color:var(--orange)}html.age-pending #shopify-pc__banner,html.age-pending #shopify-pc__banner-wrapper,html.age-pending .shopify-pc__banner{display:none!important}#age-gate{z-index:2147483647}.mv-loading{width:100%;height:100%;display:flex;align-items:center;justify-content:center;--poster-color: transparent}.mv-loading-logo{width:56px;height:56px;opacity:.25;animation:mvPulse 1.4s ease-in-out infinite}.mv-loading-logo path{fill:var(--white)}@keyframes mvPulse{0%,to{opacity:.15;transform:scale(.95)}50%{opacity:.4;transform:scale(1.05)}}@media(max-width:768px){.hero-card-3d{width:96vw;height:43vh;margin-top:-5vh;margin-bottom:-10vh}}.m-compare--single{grid-template-columns:1fr;max-width:560px;margin-left:auto;margin-right:auto}.m-sup{scroll-margin-top:100px}.m-src-back{margin-left:8px;color:var(--orange);text-decoration:none;font-weight:700}.m-src-back:hover{text-decoration:underline}#header .header-logomark{display:none}@media screen{.omx[data-omx-enhanced] :is(.omx-chapter,.ok-source,.ok-card,.ok-ref,[data-ok-browser]){scroll-margin-top:calc(var(--omx-top, 88px) + var(--omx-nav-above, 0px) + 22px)}}@media screen and (min-width:1100px){#header[data-omx-inline]{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:16px;min-height:72px;padding:12px 24px;background:#0a0a0af5;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:background-color .25s ease}#header[data-omx-inline]>.header-left{grid-area:1 / 1}#header[data-omx-inline]>.header-right{grid-area:1 / 3;justify-self:end}#header[data-omx-inline]>.nav{display:none}#header[data-omx-inline] .header-brand{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px}#header[data-omx-inline] .header-wordmark{display:none}#header[data-omx-inline] .header-logomark{display:flex;align-items:center;justify-content:center}#header[data-omx-inline] .header-logomark-svg{display:block;width:26px;height:26px;color:var(--white)}#header[data-omx-inline] .header-logomark-svg path{fill:currentColor}#header[data-omx-inline] .header-notfall{justify-content:center;width:44px;min-width:44px;height:44px;padding:0;border-radius:50%}#header[data-omx-inline] .header-notfall-text{display:none}#header[data-omx-inline] :is(.header-brand,.header-notfall):focus-visible{outline:3px solid var(--orange);outline-offset:3px}#header[data-omx-inline]>.omx-nav[data-docked]{grid-area:1 / 2;position:static;width:100%;min-width:0;max-width:none;margin:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;z-index:auto}#header[data-omx-inline] .omx-nav-links{width:100%;max-width:1200px;margin-inline:auto;padding:0;gap:2px}#header[data-omx-inline] .omx-nav-links a{flex:1 0 auto;min-height:44px;padding:8px 9px;font-size:13px}#header[data-omx-inline] .omx-nav-progress{position:absolute;top:auto;right:0;bottom:0;left:0;width:auto;height:2px;margin:0}}.hero-nicht{font-size:clamp(30px,5vw,50px);line-height:1.1;padding-bottom:12px}.hero-nicht.show{max-height:4em}.hero-nicht.show{animation:heroNichtDone 0s 1.6s forwards}@keyframes heroNichtDone{to{overflow:visible;max-height:none}}.ausf-block{margin-bottom:28px}@media(min-width:769px){.ausf-block{margin-bottom:36px}}.ausf-legend{font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:var(--medium-gray);margin-bottom:12px}.ausf-toggle{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:5px;background:var(--charcoal);border:1px solid var(--dark-gray);border-radius:12px}.ausf-option{display:flex;flex-direction:column;align-items:center;gap:3px;padding:14px 12px;background:transparent;border:1px solid transparent;border-radius:8px;color:var(--medium-gray);transition:all .25s ease}.ausf-option.active{background:#ff4f001a;border-color:var(--orange);color:var(--white)}.ausf-option.sold-out{opacity:.35;cursor:not-allowed;pointer-events:none;text-decoration:line-through}@media(min-width:769px){.ausf-option:hover:not(.active):not(.sold-out){color:var(--white);background:#ffffff08}}.ausf-name{font-size:14px;font-weight:600}.ausf-delta{font-size:12px;font-weight:700;color:var(--orange);min-height:1em}.ausf-option.active .ausf-delta{color:var(--orange)}.ausf-hint{margin-top:12px;font-size:12px;line-height:1.5;color:var(--medium-gray)}.ausf-preview{display:inline;background:none;color:var(--orange);font-size:12px;font-weight:600;text-decoration:underline;padding:0}.ausf-preview:hover{color:var(--orange-hover)}.sticky-cart-pegel{display:flex;gap:8px}.scb-pegel-pill{padding:.55rem 1rem;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:transparent;color:#fff;cursor:pointer;font-size:.82rem;white-space:nowrap;transition:all .2s}.scb-pegel-pill:hover:not(.active):not(.sold-out){border-color:#fff}.scb-pegel-pill.active{background:var(--orange);border-color:var(--orange);color:#fff}.scb-pegel-pill.sold-out{opacity:.4;cursor:not-allowed;text-decoration:line-through}@media(max-width:599px){.sticky-cart-pegel{order:4;width:100%;justify-content:center}}.product-section .variant-option{padding:16px 20px;margin-bottom:8px;border-radius:10px}@media(min-width:769px){.product-section .variant-option{padding:16px 22px;margin-bottom:8px}}.product-section .variant-header{margin-bottom:0}.product-section .variant-name,.product-section .variant-price{font-size:15px}.ausf-option{padding:11px 12px}.ausf-block{margin-bottom:24px}.product-section .price-display{margin-bottom:18px}.sticky-cart-variants{gap:8px;padding-right:14px;position:relative}.sticky-cart-variants:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:26px;background:var(--dark-gray)}.sticky-cart-pegel{gap:3px;padding:3px;border-radius:999px;background:#ffffff0a;border:1px solid var(--dark-gray);position:relative}.sticky-cart-pegel:before{content:"Pegel";position:absolute;left:0;top:-16px;font-size:8px;letter-spacing:.18em;text-transform:uppercase;color:var(--medium-gray)}.scb-pegel-pill{padding:.42rem .8rem;border:none;border-radius:999px;font-size:.74rem;color:var(--medium-gray);background:transparent}.scb-pegel-pill:hover:not(.active):not(.sold-out){border:none;color:#fff;background:#ffffff0d}.scb-pegel-pill.active{background:var(--orange);color:#fff}
/*# sourceMappingURL=/cdn/shop/t/14/assets/onyx.css.map */
