@import "https://fonts.googleapis.com/css2?family=Geologica:wght@100;200;300;400;500;600;700;800;900&display=swap";.navbar{z-index:9998;pointer-events:none;isolation:isolate;justify-content:center;width:100%;display:flex;position:fixed;top:24px;left:0}.navbar-wrapper{-webkit-backdrop-filter:blur(24px);pointer-events:all;background:#050505;border:1px solid #ffffff14;border-radius:24px;justify-content:space-between;align-items:center;width:calc(100% - 48px);max-width:1800px;height:72px;padding:0 24px;transition:background .3s,border-color .3s,transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #00000059}.navbar-wrapper:before{content:"";pointer-events:none;z-index:0;background:linear-gradient(#ffffff0a,#ffffff03);position:absolute;inset:0}.navbar-wrapper>*{z-index:1;position:relative}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.navbar-wrapper{background:#0a0a0af2}}.navbar-logo{object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:52px;height:auto}.navbar-menu-btn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;transition:transform .3s,color .3s,background .3s;display:flex}.navbar-menu-btn:hover{color:#ed0000;background:#ffffff0a;transform:scale(1.08)}.navbar-menu-btn:active{transform:scale(.95)}.navbar-menu-btn svg{stroke-linecap:round;stroke-linejoin:round;width:40px;height:40px}.navbar.scrolled .navbar-wrapper{background:#000000e0;border-color:#ffffff1f;box-shadow:0 15px 50px #00000073}@media (width<=1024px){.navbar{top:18px}.navbar-wrapper{width:calc(100% - 36px);height:68px;padding:0 20px}.navbar-logo{width:46px}.navbar-menu-btn svg{width:34px;height:34px}}@media (width<=768px){.navbar{top:14px}.navbar-wrapper{border-radius:18px;width:calc(100% - 24px);height:64px;padding:0 18px}.navbar-logo{width:42px}.navbar-menu-btn{width:44px;height:44px}.navbar-menu-btn svg{width:30px;height:30px}}@media (width<=480px){.navbar{top:10px}.navbar-wrapper{border-radius:16px;width:calc(100% - 16px);height:60px;padding:0 16px}.navbar-logo{width:38px}.navbar-menu-btn{width:40px;height:40px}.navbar-menu-btn svg{width:28px;height:28px}}.hero{z-index:20;transform-origin:50%;will-change:transform, opacity;background:#050505;justify-content:center;align-items:center;height:100%;min-height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.hero:after{display:none}.hero-glow3{filter:blur(120px);z-index:0;will-change:transform, opacity;background:radial-gradient(circle,#8b81812e 0%,#ffffff14 35%,#0000 50%);border-radius:50%;width:1200px;height:1200px;position:absolute;top:5%;left:80%;transform:translate(-50%,-50%)}.hero-glow{filter:blur(170px);z-index:0;will-change:transform, opacity;background:radial-gradient(circle,#8b81812e 0%,#ffffff14 35%,#0000 50%);border-radius:50%;width:1200px;height:1200px;position:absolute;top:80%;left:0%;transform:translate(-50%,-50%)}.hero-content{z-index:2;will-change:transform, opacity;width:100%;max-width:1400px;margin:0 auto;padding:0 40px;position:relative}.hero-brand{justify-content:center;align-items:center;gap:40px;margin-bottom:40px;margin-left:100px;display:inline-flex}.hero-logo{flex-shrink:0;width:200px;height:auto;margin-top:100px;display:block}.hero-text{flex-direction:column;display:flex}.hero-slogan{text-align:left;margin-top:100px;font-family:Geologica,sans-serif;font-size:80px;font-weight:700;line-height:.9}.hero-italic{color:#fafafa;text-shadow:0 0 20px #fff6;font-style:italic}.hero-buttons{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;margin-top:160px;margin-bottom:-140px;margin-right:18px;display:flex}.btn-primary{color:#fff;cursor:pointer;background:#ed0000;border:none;border-radius:999px;padding:18px 36px;font-weight:600;transition:all .3s}.btn-primary:hover{transform:translateY(-4px)}.btn-secondary{color:#fff;cursor:pointer;background:0 0;border:1px solid #303030;border-radius:999px;padding:18px 36px;transition:all .3s}.btn-secondary:hover{border-color:#ed0000}.scroll-indicator{z-index:2;position:absolute;bottom:50px;left:50%;transform:translate(-50%)}.scroll-indicator span{background:linear-gradient(#0000,#fff,#0000);width:2px;height:60px;animation:2s infinite scrollMove;display:block}@keyframes scrollMove{0%{opacity:.2;transform:translateY(0)}50%{opacity:1;transform:translateY(12px)}to{opacity:.2;transform:translateY(0)}}@media (width<=1400px){.hero-content{max-width:1200px}.hero-brand{margin-left:40px}.hero-slogan{font-size:70px}}@media (width<=1200px){.hero-content{padding:0 40px}.hero-brand{justify-content:center;gap:30px;margin-left:0}.hero-logo{width:170px;margin-top:40px}.hero-slogan{margin-top:40px;font-size:64px}.hero-buttons{margin-top:120px;margin-bottom:-100px}.hero-glow,.hero-glow3{width:900px;height:900px}}@media (width<=992px){.hero{min-height:100vh;padding:80px 0}.hero-content{padding:0 30px}.hero-brand{text-align:center;flex-direction:column;gap:20px}.hero-logo{width:160px;margin-top:0}.hero-slogan{text-align:center;margin-top:0;font-size:54px}.hero-buttons{margin-top:80px;margin-bottom:0}.hero-glow,.hero-glow3{filter:blur(120px);width:700px;height:700px}}@media (width<=768px){.hero{padding:60px 0}.hero-content{padding:0 24px}.hero-brand{text-align:center;flex-direction:column;gap:20px;margin-bottom:30px;margin-left:0}.hero-logo{width:140px;margin-top:0}.hero-slogan{text-align:center;margin-top:0;font-size:48px;line-height:.95}.hero-buttons{flex-direction:column;gap:15px;margin-top:60px;margin-bottom:0}.btn-primary,.btn-secondary{text-align:center;width:100%;max-width:320px}.hero-glow,.hero-glow3{filter:blur(100px);width:500px;height:500px}.scroll-indicator{bottom:40px}}@media (width<=480px){.hero-content{padding:0 20px}.hero-logo{width:120px}.hero-slogan{font-size:38px}.btn-primary,.btn-secondary{max-width:100%;padding:16px 28px}.hero-buttons{margin-top:45px}.scroll-indicator span{height:45px}}.product-showcase{z-index:2;background:#050505;width:100%;height:100vh;position:sticky;top:0;overflow:hidden}.product-video{z-index:1;position:absolute;inset:0}.product-video video{object-fit:cover;width:100%;height:100%}.product-overlay{z-index:2;background:linear-gradient(#000000f2,#000000bf);position:absolute;inset:0}.product-container{z-index:3;grid-template-columns:1fr 1fr;align-items:center;gap:20px;max-width:1500px;min-height:100vh;margin:0 auto;padding:120px 80px;display:grid;position:relative}.product-image{justify-content:center;align-items:center;max-width:500px;display:flex}.main-chair{filter:drop-shadow(0 30px 80px #00000080);width:100%;max-width:650px}.product-tag{color:#ed0000;letter-spacing:3px;margin-bottom:20px;font-size:.85rem;display:inline-block}.product-content h2{color:#fff;text-transform:uppercase;margin-bottom:25px;font-family:Geologica,sans-serif;font-size:clamp(3rem,5vw,6rem);line-height:.9}.product-content h2 span{font-style:italic}.product-content p{color:#d1d1d1;max-width:650px;margin-bottom:50px;font-family:Proxima Nova,sans-serif;font-size:1.1rem;line-height:1.8}.product-gallery{flex-wrap:wrap;gap:20px;display:flex}.gallery-card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);cursor:pointer;background:#ffffff14;border:1px solid #ffffff1f;border-radius:20px;justify-content:center;align-items:center;width:140px;height:140px;padding:10px;transition:all .3s;display:flex}.gallery-card img{width:100px}.gallery-card:hover{transform:translateY(-6px)}.gallery-card.active{border:2px solid #ed0000;box-shadow:0 0 25px #ed000040}.main-chair-card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:40px;justify-content:center;align-items:center;width:650px;height:650px;display:flex;position:relative;overflow:hidden}@media (width<=1400px){.product-container{max-width:1300px;padding:100px 60px}.main-chair-card{width:580px;height:580px}.main-chair{max-width:560px}}@media (width<=1200px){.product-showcase{height:auto;min-height:100vh}.product-container{text-align:center;grid-template-columns:1fr;gap:60px;padding:100px 50px}.product-image{max-width:100%}.product-content p{margin-left:auto;margin-right:auto}.product-gallery{justify-content:center}.main-chair-card{width:min(600px,100%);height:600px;margin:0 auto}.main-chair{max-width:500px}}@media (width<=992px){.product-container{gap:40px;padding:80px 32px}.product-content h2{font-size:clamp(2.5rem,7vw,4rem)}.product-content p{max-width:580px;font-size:1rem}.main-chair-card{width:min(500px,100%);height:500px}.main-chair{max-width:400px}}@media (width<=768px){.product-showcase{height:auto;min-height:auto;position:relative}.product-container{gap:24px;padding:85px 20px 50px}.product-image{order:1;max-width:100%}.product-content{text-align:center;order:2;width:100%}.main-chair-card{border-radius:24px;width:100%;max-width:340px;height:340px;margin:0 auto}.main-chair{max-width:250px}.product-tag{letter-spacing:3px;margin-bottom:12px;font-size:.72rem}.product-content h2{margin-bottom:14px;font-size:2.5rem;line-height:.95}.product-content p{width:100%;max-width:100%;margin:0 auto 24px;padding:0;font-size:.95rem;line-height:1.6}.product-gallery{scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap;justify-content:flex-start;gap:10px;padding-bottom:8px;overflow-x:auto}.product-gallery::-webkit-scrollbar{display:none}.gallery-card{border-radius:14px;flex-shrink:0;width:78px;height:78px;padding:6px}.gallery-card img{width:52px}}@media (width<=430px){.product-container{gap:20px;padding:80px 16px 45px}.main-chair-card{max-width:300px;height:300px}.main-chair{max-width:215px}.product-tag{margin-bottom:10px}.product-content h2{margin-bottom:12px;font-size:2.1rem}.product-content p{margin-bottom:20px;font-size:.9rem;line-height:1.55}.gallery-card{width:70px;height:70px}.gallery-card img{width:48px}}@media (width<=360px){.main-chair-card{max-width:280px;height:280px}.main-chair{max-width:200px}.product-content h2{font-size:1.9rem}.gallery-card{width:68px;height:68px}.gallery-card img{width:46px}}.product-viewer{grid-template-columns:1.15fr .85fr;align-items:center;gap:70px;width:100%;display:grid}.product-viewer-gallery{width:100%}.product-viewer-main-image{justify-content:center;align-items:center;width:100%;height:560px;display:flex;position:relative;overflow:hidden}.product-viewer-main-image img{object-fit:contain;filter:drop-shadow(0 30px 60px #0000008c);width:100%;height:100%}.product-viewer-arrow{-webkit-backdrop-filter:blur(10px);color:#fff;cursor:pointer;z-index:10;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:50%;width:52px;height:52px;font-size:1.4rem;transition:background .25s,transform .25s;position:absolute;top:50%;transform:translateY(-50%)}.product-viewer-arrow:hover{background:#ed000026;transform:translateY(-50%)scale(1.08)}.product-viewer-arrow.left{left:20px}.product-viewer-arrow.right{right:20px}.product-viewer-thumbnails{scrollbar-width:none;gap:14px;margin-top:24px;padding-bottom:8px;display:flex;overflow-x:auto}.product-viewer-thumbnails::-webkit-scrollbar{display:none}.product-viewer-thumbnail{cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:85px;height:85px;padding:8px;transition:transform .3s,border-color .3s,background .3s;display:flex}.product-viewer-thumbnail:hover{transform:translateY(-3px)}.product-viewer-thumbnail img{object-fit:contain;width:100%;height:100%}.product-viewer-thumbnail.active{background:#ed000014;border-color:#ed0000;box-shadow:0 0 20px #ed000026}.product-viewer-info{width:100%}.product-viewer-subtitle{color:#ed0000;letter-spacing:4px;margin-bottom:18px;font-size:.8rem;font-weight:700;display:block}.product-viewer-title{color:#fff;text-transform:uppercase;margin:0 0 25px;font-family:Geologica,sans-serif;font-size:clamp(3rem,5vw,5.5rem);font-weight:800;line-height:.92}.product-viewer-description{color:#bdbdbd;max-width:600px;margin:0 0 35px;font-family:Proxima Nova,sans-serif;font-size:1.05rem;line-height:1.8}.product-viewer-specs{flex-direction:column;gap:12px;margin-bottom:35px;display:flex}.product-viewer-spec{color:#dedede;align-items:center;gap:12px;font-size:.95rem;display:flex}.product-viewer-spec-marker{color:#ed0000;background:#ed000014;border:1px solid #ed000033;border-radius:50%;justify-content:center;align-items:center;width:25px;min-width:25px;height:25px;font-weight:700;display:flex}.product-viewer-buy{color:#fff;background:#ed0000;border-radius:999px;justify-content:center;align-items:center;gap:18px;padding:18px 30px;font-weight:700;text-decoration:none;transition:transform .3s,box-shadow .3s;display:inline-flex}.product-viewer-buy:hover{transform:translateY(-4px);box-shadow:0 15px 35px #ed00004d}.product-viewer-buy span{font-size:1.2rem}@media (width<=1100px){.product-viewer{grid-template-columns:1fr;gap:40px}.product-viewer-info{text-align:center}.product-viewer-description{margin-left:auto;margin-right:auto}.product-viewer-specs{align-items:center}}@media (width<=768px){.product-viewer{gap:24px}.product-viewer-main-image{height:260px}.product-viewer-main-image img{max-width:90%}.product-viewer-arrow{width:46px;height:46px;top:auto;bottom:-58px;transform:none}.product-viewer-arrow:hover{transform:scale(1.05)}.product-viewer-arrow.left{left:calc(50% - 58px)}.product-viewer-arrow.right{right:calc(50% - 58px)}.product-viewer-thumbnails{justify-content:center;gap:10px;margin-top:80px}.product-viewer-thumbnail{width:72px;height:72px}.product-viewer-subtitle{letter-spacing:2px}.product-viewer-title{font-size:2.6rem;line-height:.95}.product-viewer-description{font-size:1rem;line-height:1.7}.product-viewer-buy{width:100%;min-height:58px}}@media (width<=430px){.product-viewer-main-image{height:240px}.product-viewer-title{font-size:2.2rem}.product-viewer-thumbnail{width:65px;height:65px}}@media (width<=360px){.product-viewer-main-image{height:210px}.product-viewer-title{font-size:1.8rem}.product-viewer-thumbnail{width:55px;height:55px}}@media (width<=768px){.product-viewer,.product-viewer-gallery,.product-viewer-info{width:100%;max-width:100%;overflow:hidden}.product-viewer-title{word-break:break-word;width:100%;max-width:100%;font-size:2rem;line-height:1}.product-viewer-description{overflow-wrap:break-word;width:100%;max-width:100%;margin:0 auto 24px;padding:0;font-size:.95rem}.product-viewer-specs{align-items:flex-start;width:100%;max-width:100%}.product-viewer-spec{overflow-wrap:anywhere;gap:12px;width:100%;max-width:100%}.product-viewer-spec span:last-child{word-break:break-word;flex:1;min-width:0}.product-viewer-thumbnails{justify-content:flex-start;gap:10px;width:100%;padding-bottom:10px;overflow:auto hidden}.product-viewer-thumbnail{flex-shrink:0;width:65px;min-width:65px;height:65px;min-height:65px}.product-viewer-buy{text-align:center;width:100%;max-width:100%;padding:18px 12px}.product-viewer-main-image{width:100%;height:260px;overflow:visible}}.category-modal-overlay{z-index:9998;-webkit-backdrop-filter:blur(10px);background:#000000c7;justify-content:center;align-items:center;padding:30px;display:flex;position:fixed;inset:0;overflow:hidden}.category-modal{background:linear-gradient(145deg,#191919fa,#080808fa);border:1px solid #ffffff1a;border-radius:30px;width:100%;max-width:1400px;height:auto;padding:45px 50px;position:relative;overflow:hidden;box-shadow:0 40px 120px #000000a6}.category-modal-close{z-index:20;color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;font-size:28px;line-height:1;transition:background .3s,border-color .3s,transform .3s;display:flex;position:absolute;top:22px;right:22px}.category-modal-close:hover{background:#ed0000;border-color:#ed0000;transform:rotate(90deg)}.category-modal-header{z-index:2;margin-bottom:24px;padding-right:70px;position:relative}.category-modal-tag{color:#ed0000;letter-spacing:4px;margin-bottom:10px;font-size:.8rem;font-weight:700;display:block}.category-modal-header h2{color:#fff;text-transform:uppercase;margin:0;font-family:Geologica,sans-serif;font-size:50px;font-weight:800;line-height:.95}.category-product-names{z-index:5;border-bottom:1px solid #ffffff12;align-items:center;gap:32px;margin-bottom:30px;padding-bottom:14px;display:flex;position:relative;overflow:hidden}.category-product-name{color:#fff6;letter-spacing:2px;text-transform:uppercase;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:5px 0;font-family:Geologica,sans-serif;font-size:.78rem;font-weight:700;transition:color .3s,transform .3s;position:relative}.category-product-name:after{content:"";background:#ed0000;width:0;height:2px;transition:width .3s;position:absolute;bottom:-15px;left:0}.category-product-name:hover,.category-product-name.active{color:#fff}.category-product-name.active:after{width:100%}.category-modal-products{width:100%;height:calc(100% - 180px);overflow:hidden}.category-product-transition{will-change:transform, opacity, filter;width:100%;height:100%}.category-modal-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.category-modal-empty h3{color:#fff;margin-bottom:15px;font-family:Geologica,sans-serif;font-size:2rem}.category-modal-empty p{color:#999;font-family:Proxima Nova,sans-serif;font-size:1rem}@media (width<=1100px){.category-modal-overlay{padding:20px}.category-modal{height:auto;max-height:92vh;padding:40px 30px;overflow:hidden}.category-product-names{scrollbar-width:none;gap:22px;overflow-x:auto}.category-product-names::-webkit-scrollbar{display:none}.category-modal-header h2{font-size:clamp(2rem,5vw,3.2rem)}.category-modal-products{height:auto;min-height:450px}}@media (width<=768px){.category-modal-overlay{z-index:999999;align-items:flex-start;padding:10px;overflow-y:auto}.category-modal{border-radius:22px;width:100%;max-width:100%;max-height:calc(100vh - 20px);margin-top:10px;padding:65px 18px 25px;overflow:hidden auto}.category-modal-close{z-index:999999;width:42px;height:42px;font-size:24px;position:absolute;top:14px;right:14px}.category-modal-header{margin-bottom:18px;padding-right:55px}.category-modal-header h2{font-size:clamp(1.8rem,7vw,2.4rem);line-height:1}.category-modal-tag{letter-spacing:2px;font-size:.7rem}.category-product-names{scrollbar-width:none;gap:18px;padding-bottom:12px;overflow:auto hidden}.category-product-names::-webkit-scrollbar{display:none}.category-product-name{white-space:nowrap;letter-spacing:1px;flex-shrink:0;font-size:.72rem}.category-modal-products{height:auto;min-height:auto;overflow:visible}}@media (width<=430px){.category-modal{padding:60px 14px 20px}.category-modal-header h2{font-size:1.7rem}.category-product-name{font-size:.68rem}.category-modal-close{width:38px;height:38px;font-size:20px}}.categories{z-index:999;background:#fff;border-radius:60px 60px 0 0;margin-top:0;padding:200px 80px;position:relative;overflow:hidden}.categories-header{text-align:center;margin-bottom:80px}.categories-header span{color:#ed0000;letter-spacing:4px;font-size:.85rem;font-weight:700}.categories-header h2{color:#111;margin-top:20px;font-family:Geologica,sans-serif;font-size:clamp(2.5rem,5vw,5rem)}.categories-grid{grid-template-columns:repeat(3,1fr);gap:30px;max-width:1400px;margin:0 auto;display:grid}.category-card{cursor:pointer;background:#f6f6f6;border:1px solid #e8e8e8;border-radius:30px;flex-direction:column;justify-content:space-between;min-height:430px;transition:all .35s;display:flex;overflow:hidden;box-shadow:0 10px 25px #0000000d}.category-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a}.category-image{flex:1;justify-content:center;align-items:center;padding:15px 20px 0;display:flex;position:relative}.category-image:before{content:"";filter:blur(60px);z-index:1;background:#ed00000f;border-radius:50%;width:180px;height:180px;position:absolute}.category-image img{z-index:2;object-fit:contain;width:100%;max-width:250px;transition:all .4s;position:relative}.category-card:hover .category-image img{transform:scale(1.04)}.category-content{padding:0 25px 25px}.category-content h3{color:#111;margin-bottom:18px;font-family:Geologica,sans-serif;font-size:1.7rem;font-weight:800}.category-content button{color:#111;cursor:pointer;background:0 0;border:none;align-items:center;gap:12px;padding:0;font-size:.95rem;font-weight:700;display:flex}.category-content button span{color:#ed0000;font-size:1.2rem;transition:all .3s}.category-card:hover button span{transform:translate(5px)}@media (width<=1200px){.categories{padding:160px 50px}.categories-grid{grid-template-columns:repeat(2,1fr);gap:24px}.category-card{min-height:400px}}@media (width<=768px){.categories{border-radius:40px 40px 0 0;padding:120px 30px}.categories-header{margin-bottom:60px}.categories-grid{grid-template-columns:repeat(2,1fr);gap:20px}.category-card{min-height:auto}.category-image{padding:20px 15px 0}.category-image img{max-width:180px}.category-content{padding:0 20px 20px}.category-content h3{font-size:1.3rem}}@media (width<=576px){.categories{border-radius:30px 30px 0 0;padding:90px 20px}.categories-header{margin-bottom:40px}.categories-header span{letter-spacing:3px;font-size:.75rem}.categories-header h2{margin-top:15px;font-size:2rem}.categories-grid{grid-template-columns:1fr;gap:20px}.category-card{border-radius:24px;min-height:auto}.category-image{padding:25px 15px 0}.category-image:before{width:140px;height:140px}.category-image img{max-width:190px}.category-content{padding:0 20px 20px}.category-content h3{margin-bottom:14px;font-size:1.25rem}.category-content button{font-size:.9rem}}.coupon{background:#000;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:120px 40px;display:flex;position:relative;overflow:hidden}.coupon-grid{opacity:.4;background-image:linear-gradient(#ffffff14 1px,#0000 1px),linear-gradient(90deg,#fdfdfd14 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.coupon-glow{filter:blur(120px);pointer-events:none;background:radial-gradient(circle,#ed000038,#0000 25%),radial-gradient(circle,#ed000038,#0000 0%);position:absolute;inset:0}.coupon-benefits{z-index:2;flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;margin-bottom:60px;display:flex;position:relative}.benefit-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff;letter-spacing:1px;background:#ffffff0a;border:1px solid #ffffff14;border-radius:18px;align-items:center;gap:12px;padding:18px 26px;font-weight:700;transition:all .3s;display:flex}.benefit-card:hover{border-color:#ed000066;transform:translateY(-5px)}.benefit-card span{color:#ed0000}.coupon-box{z-index:2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);width:100%;max-width:900px;stroke:18px 30px;text-align:center;background:#ffffff0a;border:2px dashed #ffffff4d;border-radius:35px;padding:60px;position:relative}.coupon-label{color:#bdbdbd;letter-spacing:6px;margin-bottom:30px;font-size:.95rem;font-weight:700}.coupon-row{justify-content:center;align-items:center;gap:20px;display:flex}.coupon-row h2{color:#fff;text-transform:uppercase;font-family:Geologica,sans-serif;font-size:clamp(4rem,8vw,8rem);font-weight:800;line-height:1}.copy-button{color:#fff;cursor:pointer;background:#ed0000;border:none;border-radius:20px;width:80px;height:80px;font-size:1.5rem;transition:all .3s}.copy-button:hover{transform:scale(1.05);box-shadow:0 0 25px #ed000073}.coupon-cta{z-index:2;color:#fff;background:#ed0000;border-radius:999px;margin-top:50px;padding:22px 50px;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;position:relative}.coupon-cta:hover{transform:translateY(-5px);box-shadow:0 15px 35px #ed000059}.coupon-footer{z-index:2;color:#fff;letter-spacing:5px;flex-wrap:wrap;justify-content:center;align-items:center;gap:18px;margin-top:60px;font-size:.95rem;font-weight:700;display:flex;position:relative}@media (width<=1200px){.coupon{padding:100px 40px}.coupon-box{max-width:100%;padding:50px 40px}.coupon-row h2{font-size:clamp(3.5rem,8vw,6rem)}.benefit-card{padding:16px 22px;font-size:.9rem}}@media (width<=768px){.coupon{min-height:auto;padding:90px 20px}.coupon-benefits{gap:12px;margin-bottom:40px}.benefit-card{text-align:center;justify-content:center;width:100%;max-width:320px;padding:16px 20px;font-size:.85rem}.coupon-box{border-radius:24px;padding:35px 20px}.coupon-label{letter-spacing:3px;margin-bottom:20px;font-size:.75rem}.coupon-row{flex-direction:column;gap:16px}.coupon-row h2{text-align:center;word-break:break-word;font-size:clamp(2.5rem,14vw,4rem)}.copy-button{border-radius:16px;width:65px;height:65px;font-size:1.2rem}.coupon-cta{text-align:center;width:100%;max-width:320px;margin-top:35px;padding:18px 25px;font-size:.9rem}.coupon-footer{text-align:center;letter-spacing:2px;gap:8px;margin-top:40px;font-size:.75rem}}@media (width<=480px){.coupon{padding:80px 16px}.coupon-box{padding:30px 18px}.coupon-row h2{font-size:2.2rem}.coupon-label{letter-spacing:2px;font-size:.7rem}.coupon-footer{flex-direction:column}.coupon-footer span:nth-child(2n){display:none}}.footer{background:#050505;border-top:1px solid #ffffff0f;padding:60px 60px 20px;position:relative}.footer-container{grid-template-columns:minmax(380px,2fr) 1fr 1fr 1fr;align-items:start;gap:40px;max-width:1400px;margin:0 auto;display:grid}.footer-brand{flex-direction:row;align-items:center;gap:25px;display:flex}.footer-logo,.footer-brand img{flex-shrink:0;max-width:130px;height:auto;width:130px!important}.footer-brand p{color:#8a8a8a;flex:1;min-width:200px;margin:0;font-size:.95rem;line-height:1.7}.footer-column{z-index:10;flex-direction:column;margin-top:15px;display:flex;position:relative}.footer-column h4{color:#fff;letter-spacing:4px;margin:0 0 25px;font-size:.8rem;font-weight:700}.footer-column a{color:#8a8a8a;z-index:11;width:fit-content;margin-bottom:16px;font-size:.95rem;text-decoration:none;transition:all .3s;position:relative}.footer-column a:hover{color:#fff}.footer-link{color:#8a8a8a;text-align:left;cursor:pointer;z-index:11;background:0 0;border:none;width:fit-content;margin-bottom:16px;padding:0;font-family:inherit;font-size:.95rem;transition:all .3s;position:relative}.footer-link:hover{color:#fff}.footer-bottom{color:#666;border-top:1px solid #ffffff0f;max-width:1400px;margin:40px auto 0;padding-top:25px;font-size:.9rem}.footer-bottom span{display:block}.policy-modal-overlay{-webkit-backdrop-filter:blur(10px);z-index:99999;background:#000000d9;justify-content:center;align-items:center;padding:25px;display:flex;position:fixed;inset:0}.policy-modal{background:#0b0b0b;border:1px solid #ffffff14;border-radius:24px;flex-direction:column;width:100%;max-width:950px;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 30px 80px #0009}.policy-header{background:#0b0b0b;border-bottom:1px solid #ffffff14;flex-shrink:0;justify-content:space-between;align-items:center;padding:30px 35px;display:flex}.policy-header h2{color:#fff;margin:0;font-size:2rem;font-weight:700}.policy-close{color:#fff;cursor:pointer;background:#151515;border:none;border-radius:50%;width:42px;height:42px;font-size:1.4rem;font-weight:700;transition:all .3s}.policy-close:hover{background:#ed0000}.policy-content{color:#a5a5a5;scrollbar-width:thin;scrollbar-color:#ed0000 #111;flex:1;padding:40px;line-height:1.9;overflow-y:auto}.policy-content::-webkit-scrollbar{width:8px}.policy-content::-webkit-scrollbar-track{background:#111}.policy-content::-webkit-scrollbar-thumb{background:#ed0000;border-radius:20px}.policy-content h1{color:#fff;margin-bottom:30px;font-size:2.4rem;line-height:1.2}.policy-content h2{color:#fff;margin-top:50px;margin-bottom:20px;font-size:1.8rem}.policy-content h2:first-child{margin-top:0}.policy-content h3{color:#fff;margin-top:30px;margin-bottom:15px}.policy-content p{margin-bottom:18px}.policy-content ul{margin:15px 0 25px 25px}.policy-content li{margin-bottom:10px}@media (width<=1200px){.footer{padding:60px 40px 30px}.footer-container{grid-template-columns:repeat(2,1fr);gap:50px}.footer-brand{grid-column:1/-1;justify-content:flex-start}.footer-brand p{max-width:600px}}@media (width<=768px){.footer{padding:50px 24px 25px}.footer-container{text-align:center;grid-template-columns:1fr;gap:35px}.footer-brand{flex-direction:column;align-items:center;gap:15px}.footer-brand p{text-align:center;max-width:100%}.footer-column{align-items:center;margin-top:0}.footer-column h4{margin-bottom:18px}.footer-link{text-align:center}.footer-logo{width:130px}.footer-bottom{text-align:center;margin-top:40px}.policy-modal-overlay{padding:10px}.policy-modal{border-radius:18px;max-height:95vh}.policy-header{padding:18px}.policy-header h2{font-size:1.2rem}.policy-content{padding:20px}.policy-content h1{font-size:1.6rem}.policy-content h2{font-size:1.25rem}}@media (width<=480px){.footer{padding:40px 18px 20px}.footer-logo{width:120px}.footer-brand p{font-size:.92rem;line-height:1.7}.footer-column a,.footer-link{font-size:.92rem}.policy-content{padding:18px}}.scroll-stage{height:300vh;position:relative}.hero{z-index:2;width:100vw;height:100vh;position:fixed;top:0;left:0}.product-showcase{z-index:1;width:100vw;height:100vh;position:fixed;top:0;left:0}.categories{z-index:999;background:#fff;border-radius:60px 60px 0 0;position:relative}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:auto}body{color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#050505;font-family:Geologica,sans-serif;overflow-x:hidden}#root{width:100%;min-height:100vh;overflow-x:hidden}a{color:inherit;text-decoration:none}button{background:0 0;border:none;outline:none;font-family:inherit}img{-webkit-user-select:none;user-select:none;max-width:100%;display:block}ul,ol{list-style:none}section{position:relative}
