@import"https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap";:root{font-family:Inter,system-ui,sans-serif;color:#f4f4f4;background:#050505;font-synthesis:none;--red:#e01b24;--line:rgba(255,255,255,.11)}*{box-sizing:border-box}html{scroll-behavior:smooth;background:#050505}body{margin:0;min-width:320px;background:#050505}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}.site-shell{min-height:100vh;overflow:hidden;background:#050505}.topbar{position:fixed;inset:0 0 auto;z-index:100;height:82px;display:grid;grid-template-columns:270px 1fr 270px;align-items:center;padding:0 4.5vw;border-bottom:1px solid var(--line);background:#050505e0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.top-logo{width:235px;height:64px;display:block;overflow:hidden}.brand-mark{width:270px;height:82px;overflow:hidden}.brand-mark img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center 67%;object-position:center 67%;transform:scale(1.22)}.brand-mark.is-compact{width:235px;height:64px}.desktop-nav{justify-self:center;display:flex;align-items:center;gap:34px}.desktop-nav a{position:relative;padding:30px 0 27px;color:#ffffffc2;font-size:12px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:18px;height:2px;background:var(--red);transition:.25s}.desktop-nav a:hover{color:#fff}.desktop-nav a:hover:after{right:0}.top-actions{justify-self:end;display:flex;align-items:center;gap:18px}.language-picker{display:flex;align-items:center;gap:7px;color:#ddd}.language-picker select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;outline:0;color:#fff;background:transparent;font-size:12px;font-weight:700}.quote-button{padding:13px 20px;border:1px solid rgba(224,27,36,.7);border-radius:2px;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;transition:.25s}.quote-button:hover{background:var(--red);border-color:var(--red)}.menu-button{display:none;border:0;background:transparent;color:#fff}.mobile-menu{display:none}.hero-section{position:relative;min-height:760px;display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;padding:125px 6vw 65px;border-bottom:1px solid var(--line);background:radial-gradient(circle at 75% 50%,rgba(130,0,8,.12),transparent 35%),linear-gradient(110deg,#050505,#080808 48%,#050505)}.hero-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.16;pointer-events:none;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:48px 48px;-webkit-mask-image:linear-gradient(90deg,transparent,#000 25%,#000 80%,transparent);mask-image:linear-gradient(90deg,transparent,#000 25%,#000 80%,transparent)}.studio-light{position:absolute;right:9%;top:15%;width:46%;height:70%;background:radial-gradient(ellipse,rgba(255,255,255,.055),transparent 67%);filter:blur(12px)}.hero-copy{position:relative;z-index:4;max-width:650px}.eyebrow,.section-kicker{margin:0 0 18px;color:var(--red);font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.hero-copy h1{margin:0;font-family:Barlow Condensed,sans-serif;font-size:clamp(72px,7.4vw,122px);line-height:.82;letter-spacing:-.035em;text-transform:uppercase}.hero-copy h1 span,.hero-copy h1 strong{display:block}.hero-copy h1 strong{color:var(--red);font-weight:700}.hero-body{max-width:540px;margin:31px 0 0;color:#ffffffa3;font-size:16px;line-height:1.75}.hero-buttons{display:flex;flex-wrap:wrap;gap:13px;margin-top:34px}.button{min-height:49px;display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:0 22px;border:1px solid transparent;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;transition:.25s}.button-primary{color:#fff;background:var(--red)}.button-primary:hover{background:#ff2630;transform:translateY(-2px);box-shadow:0 12px 30px #e01b2438}.button-secondary{border-color:#ffffff47;background:#ffffff04}.button-secondary:hover{border-color:#fff;background:#fff;color:#050505}.hero-product{position:relative;z-index:3;min-height:580px;display:grid;place-items:center}.scroll-note{position:absolute;left:6vw;bottom:28px;display:flex;align-items:center;gap:12px;color:#ffffff5c;font-size:9px;letter-spacing:.18em}.scroll-note span{width:38px;height:1px;background:var(--red)}.product-scene{--rotate-x:-2deg;--rotate-y:-12deg;--light-x:50%;position:relative;perspective:1300px}.product-scene.hero{width:620px;height:570px}.product-scene.card{width:250px;height:255px;transform:scale(.82);transform-origin:center}.box-3d{position:absolute;left:50%;top:50%;width:330px;height:445px;transform-style:preserve-3d;transform:translate(-50%,-50%) rotateX(var(--rotate-x)) rotateY(var(--rotate-y));transition:transform .18s ease-out;animation:floatBox 6s ease-in-out infinite}.interactive .box-3d{cursor:grab}@keyframes floatBox{0%,to{margin-top:0}50%{margin-top:-10px}}.box-face{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;border:1px solid rgba(255,255,255,.12);background:#0b0b0b;box-shadow:inset 0 0 60px #ffffff05}.box-front{padding:52px 34px 32px;background:radial-gradient(circle at var(--light-x) 15%,rgba(255,255,255,.07),transparent 32%),linear-gradient(145deg,#151515,#070707 72%);transform:translateZ(62px)}.package-logo{height:190px;overflow:hidden}.package-logo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center 52%;object-position:center 52%;transform:scale(1.05)}.package-subtitle{margin:5px 0 12px;color:var(--red);text-align:center;font-size:10px;font-weight:700;letter-spacing:.12em}.package-rule{width:62%;height:1px;margin:auto;background:linear-gradient(90deg,transparent,var(--red),transparent)}.package-motto{display:flex;align-items:center;justify-content:center;gap:7px;margin:21px 0 0;color:#ffffffb8;font-size:9px;letter-spacing:.22em}.package-motto svg{color:var(--red)}.package-weight{position:absolute;right:24px;bottom:23px;color:var(--red);font-family:Barlow Condensed;font-size:31px}.box-side{left:100%;width:124px;padding:44px 17px;transform-origin:left center;transform:rotateY(90deg);background:linear-gradient(90deg,#151515,#070707)}.side-name{margin:0 0 45px;writing-mode:vertical-rl;color:#ffffff73;font-size:11px;letter-spacing:.2em}.side-list{display:grid;gap:24px}.side-list span{display:grid;grid-template-columns:18px 1fr;gap:7px;align-items:center;color:#ffffff87;font-size:7px;line-height:1.4}.side-list svg{width:15px;color:var(--red)}.box-top{top:auto;bottom:100%;height:124px;transform-origin:bottom center;transform:rotateX(90deg);background:linear-gradient(#202020,#090909)}.product-floor{position:absolute;left:50%;bottom:25px;width:470px;height:95px;transform:translate(-50%);border-radius:50%;background:#000000eb;filter:blur(22px)}.product-halo{position:absolute;left:50%;top:48%;width:460px;height:420px;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(180,0,10,.14),transparent 68%);filter:blur(18px)}.charcoal-stack{position:absolute;left:45px;bottom:55px;z-index:9;width:190px;height:145px}.charcoal-stack i{position:absolute;width:82px;height:82px;border-radius:7px;background:radial-gradient(circle at 28% 22%,#242424,#090909 62%);box-shadow:inset -8px -10px 14px #020202,inset 5px 5px 9px #282828,0 22px 35px #000}.charcoal-stack i:after{content:"";position:absolute;top:7px;right:7px;bottom:7px;left:7px;opacity:.17;background-image:radial-gradient(#aaa 1px,transparent 1px);background-size:8px 8px}.charcoal-stack i:nth-child(1){left:0;bottom:0;transform:rotate(-3deg)}.charcoal-stack i:nth-child(2){left:77px;bottom:0;transform:rotate(4deg)}.charcoal-stack i:nth-child(3){left:39px;bottom:68px;transform:rotate(2deg)}.product-scene.card .box-3d{width:190px;height:255px}.product-scene.card .box-front{padding:27px 18px 16px;transform:translateZ(35px)}.product-scene.card .package-logo{height:108px}.product-scene.card .package-subtitle{font-size:5px}.product-scene.card .package-motto{margin-top:10px;font-size:4px}.product-scene.card .package-motto svg{width:7px}.product-scene.card .package-weight{right:10px;bottom:9px;font-size:17px}.product-scene.card .box-side{width:70px;padding:22px 8px}.product-scene.card .side-name{margin-bottom:18px;font-size:5px}.product-scene.card .side-list{gap:9px}.product-scene.card .side-list span{grid-template-columns:8px 1fr;gap:3px;font-size:3px}.product-scene.card .side-list svg{width:7px}.product-scene.card .box-top{height:70px}.product-scene.card .product-floor{width:210px;height:45px;bottom:13px;filter:blur(10px)}.product-scene.card .product-halo{width:230px;height:200px}.product-scene.card .charcoal-stack{left:0;bottom:18px;transform:scale(.4);transform-origin:left bottom}.metric-strip{display:grid;grid-template-columns:repeat(4,1fr);padding:0 5vw;border-bottom:1px solid var(--line);background:#080808}.metric{min-height:116px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-right:1px solid var(--line);text-align:center}.metric:last-child{border-right:0}.metric strong{font-family:Barlow Condensed;font-size:28px;color:#fff}.metric span{margin-top:7px;color:#ffffff7a;font-size:10px;letter-spacing:.08em;text-transform:uppercase}.section-wrap{padding:105px 6vw;border-bottom:1px solid var(--line)}.section-intro{display:grid;grid-template-columns:1.15fr .85fr;gap:10vw;align-items:end;margin-bottom:52px}.section-intro h2,.wholesale-copy h2,.about-heading h2,.contact-copy h2{margin:0;font-family:Barlow Condensed;font-size:clamp(48px,5.2vw,78px);line-height:.92;letter-spacing:-.025em;text-transform:uppercase}.section-intro>p,.wholesale-copy>p,.about-content>p,.contact-copy>p{margin:0;color:#ffffff8f;font-size:15px;line-height:1.85}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-card{position:relative;min-height:470px;display:grid;grid-template-rows:1fr auto;border:1px solid var(--line);background:linear-gradient(145deg,#0e0e0e,#070707);overflow:hidden;transition:.3s}.product-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;background:radial-gradient(circle at 50% 30%,rgba(224,27,36,.09),transparent 48%);transition:.3s}.product-card:hover{transform:translateY(-7px);border-color:#e01b248c}.product-card:hover:before{opacity:1}.card-visual{min-height:330px;display:grid;place-items:center}.product-info{position:relative;z-index:2;display:flex;align-items:end;justify-content:space-between;gap:15px;padding:25px;border-top:1px solid var(--line)}.product-info p{margin:0 0 4px;color:var(--red);font-size:9px;letter-spacing:.12em;text-transform:uppercase}.product-info h3{margin:0;font-family:Barlow Condensed;font-size:36px}.product-info span{color:#ffffff70;font-size:11px}.product-info a{display:flex;align-items:center;gap:8px;color:#fff;font-size:10px;font-weight:700;text-transform:uppercase}.wholesale-section{display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:center;background:linear-gradient(135deg,#070707,#0c0c0c)}.wholesale-visual{min-height:430px;display:grid;place-items:center;perspective:1100px}.container-shape{position:relative;width:min(590px,100%);height:285px;transform:rotateY(-13deg) rotateX(2deg);border:1px solid rgba(255,255,255,.12);background:linear-gradient(145deg,#141414,#070707);box-shadow:35px 40px 70px #0000008c;overflow:hidden}.container-shape:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(90deg,transparent 0 31px,rgba(255,255,255,.06) 32px 34px)}.container-shape:after{content:"";position:absolute;inset:auto 0 0;height:4px;background:var(--red)}.container-brand{position:absolute;z-index:2;left:50%;top:50%;transform:translate(-50%,-50%);font-family:Barlow Condensed;font-size:66px;font-weight:700;letter-spacing:.09em}.container-brand:after{content:"PREMIUM COCONUT CHARCOAL";display:block;margin-top:8px;color:var(--red);font:700 8px Inter;letter-spacing:.22em;text-align:center}.wholesale-copy h2{max-width:650px}.wholesale-copy>p{margin-top:25px;max-width:620px}.wholesale-copy ul{display:grid;gap:11px;margin:28px 0 34px;padding:0;list-style:none;color:#ffffffb8;font-size:12px}.wholesale-copy li{display:flex;align-items:center;gap:11px}.wholesale-copy li svg{width:17px;color:var(--red)}.about-section{display:grid;grid-template-columns:1fr 1fr;gap:10vw;background:#060606}.about-heading h2{max-width:690px}.about-content{display:flex;flex-direction:column;justify-content:flex-end}.about-pill-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}.about-pill-row span{display:flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid var(--line);color:#ffffffa8;font-size:10px;text-transform:uppercase}.about-pill-row svg{width:15px;color:var(--red)}.contact-section{display:grid;grid-template-columns:.85fr 1.15fr;gap:10vw;background:radial-gradient(circle at 15% 50%,rgba(224,27,36,.07),transparent 30%),#080808}.contact-copy>p{max-width:500px;margin-top:24px}.contact-copy>a{display:flex;align-items:center;gap:10px;margin-top:28px;color:#fff;font-size:13px}.contact-copy>a svg{color:var(--red)}.contact-section form{display:grid;grid-template-columns:1fr 1fr;gap:13px}.contact-section textarea,.contact-section button{grid-column:1/-1}.contact-section input,.contact-section textarea{width:100%;border:1px solid var(--line);border-radius:0;outline:0;padding:16px 17px;color:#fff;background:#0b0b0b;transition:.2s}.contact-section input:focus,.contact-section textarea:focus{border-color:var(--red);background:#0e0e0e}.contact-section button{justify-self:start}footer{min-height:128px;display:flex;align-items:center;justify-content:space-between;padding:22px 5vw;background:#040404}footer .brand-mark{width:230px;height:72px}footer>div{display:flex;flex-direction:column;gap:7px;align-items:flex-end;color:#ffffff6b;font-size:10px}footer a{color:#fff}[dir=rtl] .hero-copy,[dir=rtl] .section-intro,[dir=rtl] .wholesale-copy,[dir=rtl] .about-section,[dir=rtl] .contact-section,[dir=rtl] .product-info{text-align:right}@media (max-width:1100px){.topbar{grid-template-columns:220px 1fr 190px;padding-inline:3vw}.desktop-nav{gap:18px}.quote-button{display:none}.hero-section{grid-template-columns:1fr 1fr;padding-inline:4vw}.product-scene.hero{transform:scale(.82)}.product-grid{grid-template-columns:1fr}.product-card{min-height:390px;grid-template-columns:350px 1fr;grid-template-rows:1fr}.product-info{border-top:0;border-left:1px solid var(--line)}}@media (max-width:820px){.topbar{height:70px;grid-template-columns:1fr auto;padding-inline:18px}.top-logo,.brand-mark.is-compact{width:190px;height:58px}.desktop-nav,.language-picker{display:none}.menu-button{display:block}.mobile-menu{position:absolute;top:70px;left:0;right:0;display:grid;padding:14px 22px 24px;border-bottom:1px solid var(--line);background:#080808}.mobile-menu a{padding:13px 0;border-bottom:1px solid rgba(255,255,255,.07);font-size:12px;text-transform:uppercase}.hero-section{min-height:auto;grid-template-columns:1fr;padding:120px 22px 30px}.hero-copy{text-align:center;margin:auto}.hero-copy h1{font-size:clamp(68px,18vw,100px)}.hero-body{margin-inline:auto}.hero-buttons{justify-content:center}.hero-product{min-height:500px;margin-top:-25px}.product-scene.hero{transform:scale(.72)}.scroll-note{display:none}.metric-strip{grid-template-columns:1fr 1fr;padding:0}.metric{border-bottom:1px solid var(--line)}.section-wrap{padding:80px 24px}.section-intro,.wholesale-section,.about-section,.contact-section{grid-template-columns:1fr;gap:45px}.section-intro{align-items:start}.wholesale-visual{min-height:300px}.container-shape{height:230px}.container-brand{font-size:50px}}@media (max-width:560px){.hero-section{padding-inline:16px}.hero-product{min-height:390px}.product-scene.hero{transform:scale(.54)}.metric-strip{grid-template-columns:1fr}.metric{min-height:90px}.section-intro{gap:22px}.product-card{min-height:470px;grid-template-columns:1fr;grid-template-rows:1fr auto}.product-info{border-left:0;border-top:1px solid var(--line)}.contact-section form{grid-template-columns:1fr}.contact-section textarea,.contact-section button{grid-column:1}.container-shape{transform:rotateY(-7deg)}.container-brand{font-size:39px}footer{flex-direction:column;gap:6px;text-align:center}footer>div{align-items:center}}.hero-copy h1 strong{color:#fff;max-width:720px}.hero-copy h1 strong:first-line{color:var(--red)}.hero-product{isolation:isolate}.hero-product .hero-box-main{position:relative;z-index:3;transform:translate(90px) scale(1.04)}.hero-product .hero-box-back{position:absolute;z-index:1;left:4%;top:49%;transform:translateY(-50%) scale(.72);opacity:.92;filter:saturate(.88) brightness(.88)}.hero-product .hero-box-back .charcoal-stack{display:none}.hero-product .hero-box-back .product-halo{opacity:.5}.hero-product .hero-box-back .box-3d{animation:floatBoxBack 7s ease-in-out infinite}@keyframes floatBoxBack{0%,to{margin-top:4px}50%{margin-top:-3px}}.product-scene{--rotate-x:-1deg;--rotate-y:-4deg}.box-3d{transition:transform .22s cubic-bezier(.2,.8,.2,1)}.product-floor{width:420px;height:72px;bottom:34px;background:#000000c7;filter:blur(18px)}.product-halo{width:430px;height:390px;background:radial-gradient(circle,rgba(180,0,10,.105),transparent 70%)}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:1120px;margin-inline:auto}.product-card{min-height:520px}.card-visual{min-height:370px}.product-info span{display:block;max-width:220px;line-height:1.5}@media (max-width:1100px){.hero-product .hero-box-main{transform:translate(60px) scale(.88)}.hero-product .hero-box-back{left:-2%;transform:translateY(-50%) scale(.62)}.product-grid{grid-template-columns:1fr 1fr}.product-card{grid-template-columns:1fr;grid-template-rows:1fr auto}.product-info{border-left:0;border-top:1px solid var(--line)}}@media (max-width:820px){.hero-product{min-height:590px}.hero-product .hero-box-main{transform:translate(70px,20px) scale(.73)}.hero-product .hero-box-back{left:0;top:45%;transform:translateY(-50%) scale(.52)}.product-grid{grid-template-columns:1fr}}@media (max-width:560px){.hero-product{min-height:480px}.hero-product .hero-box-main{transform:translate(58px,30px) scale(.56)}.hero-product .hero-box-back{left:-18%;top:43%;transform:translateY(-50%) scale(.42)}}html,body,#root,.site-shell{width:100%;max-width:100%;overflow-x:hidden}@media (max-width: 820px){.topbar{width:100%;height:72px;grid-template-columns:minmax(0,1fr) auto;padding:0 16px}.top-logo,.brand-mark.is-compact{width:190px;height:58px;max-width:72vw}.hero-section{width:100%;min-height:auto;display:flex;flex-direction:column;align-items:stretch;gap:28px;padding:108px 18px 42px;overflow:hidden}.hero-copy{width:100%;max-width:560px;margin:0 auto;text-align:center}.eyebrow{margin-bottom:14px;font-size:11px}.hero-copy h1{width:100%;max-width:100%;margin:0 auto;font-size:clamp(48px,14vw,72px);line-height:.88;letter-spacing:-.025em;overflow-wrap:anywhere}.hero-copy h1 span,.hero-copy h1 strong{display:block;width:100%;max-width:100%}.hero-body{width:100%;max-width:34rem;margin:22px auto 0;font-size:15px;line-height:1.65}.hero-buttons{width:100%;max-width:420px;margin:26px auto 0;display:grid;grid-template-columns:1fr;gap:12px}.hero-buttons .button{width:100%;max-width:none;min-height:54px}.hero-product{position:relative;width:100%;max-width:390px;min-height:430px;margin:4px auto 0;display:block;overflow:visible}.hero-product .product-scene.hero{position:absolute;left:50%;top:50%;width:620px;height:570px;margin:0;transform-origin:center}.hero-product .hero-box-main{z-index:3;transform:translate(-50%,-47%) scale(.53)!important}.hero-product .hero-box-back{z-index:1;left:50%!important;top:50%!important;transform:translate(-70%,-58%) scale(.4)!important;opacity:.78}.hero-product .box-3d{animation:none}.hero-product .charcoal-stack{left:72px;bottom:42px;transform:scale(.82);transform-origin:left bottom}.hero-product .hero-box-back .charcoal-stack,.hero-product .hero-box-back .box-side,.hero-product .hero-box-back .box-top{display:none}.metric-strip{width:100%;grid-template-columns:1fr 1fr;padding:0}.section-wrap{width:100%;padding-left:18px;padding-right:18px}.section-intro,.wholesale-section,.about-section,.contact-section,.product-grid{width:100%;grid-template-columns:minmax(0,1fr)}.product-card,.contact-section form,.container-shape{max-width:100%}}@media (max-width: 560px){.hero-section{padding:96px 14px 34px;gap:22px}.top-logo,.brand-mark.is-compact{width:178px;height:56px}.hero-copy h1{font-size:clamp(44px,13vw,60px)}.hero-body{font-size:14px}.hero-product{max-width:340px;min-height:360px}.hero-product .hero-box-main{transform:translate(-48%,-46%) scale(.45)!important}.hero-product .hero-box-back{transform:translate(-70%,-58%) scale(.33)!important}.hero-product .charcoal-stack{left:92px;bottom:72px;transform:scale(.68)}.metric-strip{grid-template-columns:1fr}.product-info{flex-direction:column;align-items:flex-start}}.products-section{position:relative;overflow:hidden;background:radial-gradient(circle at 15% 15%,rgba(224,27,36,.07),transparent 30%),radial-gradient(circle at 88% 70%,rgba(255,255,255,.035),transparent 32%),#070707}.products-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.35;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:52px 52px;-webkit-mask-image:linear-gradient(to bottom,transparent,#000 18%,#000 82%,transparent);mask-image:linear-gradient(to bottom,transparent,#000 18%,#000 82%,transparent)}.products-section>*{position:relative;z-index:1}.products-section .section-intro{max-width:1180px;margin:0 auto 56px}.products-section .section-intro h2{max-width:720px}.products-section .product-grid{width:min(1180px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.products-section .product-card{min-height:600px;border:1px solid rgba(255,255,255,.1);background:radial-gradient(circle at 50% 22%,rgba(224,27,36,.08),transparent 36%),linear-gradient(155deg,#111,#080808 62%,#050505);box-shadow:0 28px 80px #00000059;transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease}.products-section .product-card:hover{transform:translateY(-6px);border-color:#e01b247a;box-shadow:0 35px 90px #00000085,0 0 0 1px #e01b2414 inset}.products-section .card-visual{min-height:430px;padding:24px}.products-section .product-scene.card{transform:scale(1.05)}.products-section .product-card:nth-child(2) .product-scene.card{transform:scale(1.12)}.products-section .product-info{min-height:155px;align-items:center;padding:28px 30px;background:#040404b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.products-section .product-info p{margin-bottom:7px;color:#e01b24;font-size:10px;letter-spacing:.16em}.products-section .product-info h3{font-size:48px;line-height:.9}.products-section .product-info span{margin-top:10px;color:#ffffff94;font-size:12px}.products-section .product-info a{min-height:44px;padding:0 16px;border:1px solid rgba(255,255,255,.2);white-space:nowrap;transition:.25s ease}.products-section .product-info a:hover{color:#fff;border-color:#e01b24;background:#e01b24}.products-section .product-card:nth-child(1) .product-info>div:after,.products-section .product-card:nth-child(2) .product-info>div:after{display:block;margin-top:13px;color:#ffffff6b;font-size:10px;line-height:1.7;letter-spacing:.03em;white-space:pre-line}.products-section .product-card:nth-child(1) .product-info>div:after{content:"110–120 min burn time  •  ≤ 2.5% ashꄀ% coconut shell  •  Retail ready"}.products-section .product-card:nth-child(2) .product-info>div:after{content:"110–120 min burn time  •  ≤ 2.5% ash\aWholesale pack  •  OEM / Private Label"}@media (max-width: 820px){.products-section .section-intro{margin-bottom:34px}.products-section .product-grid{grid-template-columns:1fr;gap:18px}.products-section .product-card{min-height:520px}.products-section .card-visual{min-height:355px}.products-section .product-scene.card,.products-section .product-card:nth-child(2) .product-scene.card{transform:scale(.92)}.products-section .product-info{min-height:0;padding:24px}}@media (max-width: 560px){.products-section .product-card{min-height:485px}.products-section .card-visual{min-height:325px;overflow:hidden}.products-section .product-info{display:grid;gap:20px;align-items:start}.products-section .product-info h3{font-size:42px}.products-section .product-info a{width:100%;justify-content:center}.products-section .product-card:nth-child(1) .product-info>div:after,.products-section .product-card:nth-child(2) .product-info>div:after{font-size:9px}}.wholesale-section{position:relative;isolation:isolate;min-height:720px;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:clamp(54px,8vw,130px);padding-top:120px;padding-bottom:120px;overflow:hidden;background:radial-gradient(circle at 18% 50%,rgba(224,27,36,.12),transparent 32%),radial-gradient(circle at 78% 28%,rgba(255,255,255,.035),transparent 25%),linear-gradient(135deg,#050505,#0b0b0b 52%,#060606)}.wholesale-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;opacity:.23;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:52px 52px;-webkit-mask-image:linear-gradient(90deg,#000,transparent 70%);mask-image:linear-gradient(90deg,#000,transparent 70%)}.wholesale-section:after{content:"OEM   •   PRIVATE LABEL   •   EXPORT READY   •   EUROPE-FOCUSED";position:absolute;left:6vw;right:6vw;bottom:26px;color:#ffffff38;font-size:9px;font-weight:700;letter-spacing:.24em;text-align:center;white-space:nowrap}.wholesale-visual{position:relative;min-height:490px;display:grid;place-items:center}.wholesale-visual:before{content:"";position:absolute;width:min(560px,92%);height:120px;bottom:52px;border-radius:50%;background:#000000db;filter:blur(30px)}.container-shape{width:min(610px,100%);height:310px;transform:perspective(1200px) rotateY(-9deg) rotateX(1deg);border:1px solid rgba(255,255,255,.15);background:linear-gradient(180deg,rgba(255,255,255,.035),transparent 24%),linear-gradient(145deg,#181818,#080808 70%);box-shadow:0 45px 95px #000000a8,-18px 0 55px #e01b2414,inset 0 0 50px #ffffff06;transition:transform .45s ease,border-color .45s ease}.wholesale-section:hover .container-shape{transform:perspective(1200px) rotateY(-6deg) rotateX(.5deg) translateY(-5px);border-color:#e01b246b}.container-shape:before{background:repeating-linear-gradient(90deg,transparent 0 38px,rgba(255,255,255,.055) 39px 41px)}.container-shape:after{height:5px;box-shadow:0 0 26px #e01b2480}.container-brand{width:100%;font-size:clamp(54px,5.6vw,82px);text-align:center;letter-spacing:.08em;text-shadow:0 10px 30px rgba(0,0,0,.72)}.container-brand:before{content:"DIRECT WHOLESALE SUPPLY";display:block;margin-bottom:12px;color:#ffffff6b;font:700 9px Inter,sans-serif;letter-spacing:.25em}.container-brand:after{margin-top:11px;font-size:9px}.wholesale-copy{position:relative;max-width:650px}.wholesale-copy .section-kicker{display:inline-flex;align-items:center;gap:12px}.wholesale-copy .section-kicker:before{content:"";width:34px;height:1px;background:var(--red)}.wholesale-copy h2{max-width:620px;font-size:clamp(54px,5.4vw,86px);line-height:.9}.wholesale-copy>p{max-width:590px;margin-top:28px;font-size:16px;line-height:1.8}.wholesale-copy ul{grid-template-columns:1fr 1fr;gap:12px;margin:32px 0 36px}.wholesale-copy li{min-height:58px;padding:14px 15px;border:1px solid rgba(255,255,255,.1);background:#ffffff05;color:#ffffffc2;line-height:1.4;transition:border-color .25s ease,background .25s ease,transform .25s ease}.wholesale-copy li:hover{transform:translateY(-3px);border-color:#e01b2475;background:#e01b240b}.wholesale-copy li svg{flex:0 0 auto;padding:3px;border:1px solid rgba(224,27,36,.45);border-radius:50%}.wholesale-copy .button-primary{min-width:230px;min-height:54px}.wholesale-copy .button-primary:after{content:"No commitment";position:absolute;top:calc(100% + 11px);left:0;color:#ffffff54;font-size:8px;font-weight:500;letter-spacing:.13em;text-transform:uppercase;pointer-events:none}.wholesale-copy .button-primary{position:relative}[dir=rtl] .wholesale-copy .section-kicker:before{order:2}[dir=rtl] .wholesale-copy .button-primary:after{left:auto;right:0}@media (max-width: 960px){.wholesale-section{min-height:auto;grid-template-columns:1fr;gap:54px;padding-top:90px;padding-bottom:90px}.wholesale-copy{order:1;max-width:720px}.wholesale-visual{order:2;min-height:360px}.container-shape{height:250px}}@media (max-width: 560px){.wholesale-section{gap:38px;padding-top:72px;padding-bottom:76px}.wholesale-section:after{content:"OEM  •  PRIVATE LABEL  •  EXPORT READY";left:16px;right:16px;overflow:hidden;font-size:7px;letter-spacing:.14em}.wholesale-copy h2{font-size:clamp(48px,14vw,64px)}.wholesale-copy>p{font-size:14px}.wholesale-copy ul{grid-template-columns:1fr}.wholesale-copy li{min-height:54px}.wholesale-copy .button-primary{width:100%}.wholesale-visual{min-height:270px}.container-shape{width:92%;height:195px;transform:perspective(900px) rotateY(-5deg)}.container-brand{font-size:42px}}.language-picker select option{color:#fff;background:#090909}.mobile-language-switcher{display:none}[dir=rtl] .top-actions{justify-self:start}[dir=rtl] .desktop-nav,[dir=rtl] .hero-buttons,[dir=rtl] .product-info,[dir=rtl] .wholesale-actions,[dir=rtl] .about-pill-row{direction:rtl}[dir=rtl] .contact-section input,[dir=rtl] .contact-section textarea{text-align:right}@media (max-width:820px){.top-actions{gap:10px}.top-actions .language-picker{display:flex;min-width:58px;height:38px;justify-content:center;padding:0 9px;border:1px solid rgba(255,255,255,.14);background:#ffffff06}.top-actions .language-picker svg:last-child{display:none}.top-actions .language-picker select{font-size:11px}.mobile-menu{gap:0}.mobile-language-switcher{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:18px;padding-top:18px;border-top:1px solid rgba(255,255,255,.09)}.mobile-language-switcher button{min-height:42px;border:1px solid rgba(255,255,255,.13);color:#ffffffad;background:#0b0b0b;font-size:11px;font-weight:700;letter-spacing:.05em}.mobile-language-switcher button.is-active{border-color:var(--red);color:#fff;background:#e01b241f}}@media (max-width:430px){.top-logo,.brand-mark.is-compact{width:156px}.top-actions .language-picker{min-width:52px;padding-inline:7px}}.why-section{position:relative;overflow:hidden;padding-top:clamp(88px,10vw,150px);padding-bottom:clamp(88px,10vw,150px);isolation:isolate}.why-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;background:linear-gradient(180deg,rgba(255,255,255,.018),transparent 28%),radial-gradient(circle at 50% 12%,rgba(197,23,32,.11),transparent 38%)}.why-glow{position:absolute;width:420px;height:420px;left:50%;top:35%;transform:translate(-50%,-50%);background:#ca162017;filter:blur(110px);border-radius:50%;pointer-events:none;z-index:-1}.why-heading{max-width:820px;margin:0 auto clamp(42px,5vw,72px);text-align:center}.why-heading h2{max-width:780px;margin:12px auto 20px;font-size:clamp(2.1rem,5vw,4.7rem);line-height:.98;letter-spacing:-.045em}.why-heading>p:last-child{max-width:680px;margin:0 auto;color:#ffffff9e;line-height:1.75;font-size:clamp(.98rem,1.25vw,1.08rem)}.why-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.why-card{position:relative;min-height:270px;padding:30px;border:1px solid rgba(255,255,255,.085);border-radius:22px;background:linear-gradient(145deg,#ffffff0e,#ffffff05);box-shadow:inset 0 1px #ffffff0a;overflow:hidden;transition:transform .35s ease,border-color .35s ease,background .35s ease,box-shadow .35s ease}.why-card:after{content:"";position:absolute;inset:auto -30% -55% auto;width:180px;height:180px;border-radius:50%;background:#d4141f1a;filter:blur(45px);opacity:0;transition:opacity .35s ease}.why-card:hover{transform:translateY(-7px);border-color:#d51b2561;background:linear-gradient(145deg,#ffffff12,#78000809);box-shadow:0 24px 60px #00000047,inset 0 1px #ffffff0f}.why-card:hover:after{opacity:1}.why-icon{width:50px;height:50px;display:grid;place-items:center;margin-bottom:42px;border-radius:15px;color:#ef2b35;border:1px solid rgba(226,36,46,.28);background:#ca162017}.why-card-number{position:absolute;top:30px;inset-inline-end:30px;color:#ffffff2e;font-size:.72rem;font-weight:700;letter-spacing:.14em}.why-card h3{margin:0 0 12px;font-size:1.22rem;letter-spacing:-.02em}.why-card p{margin:0;color:#ffffff8f;line-height:1.65;font-size:.94rem}[dir=rtl] .why-card,[dir=rtl] .why-heading{text-align:right}[dir=rtl] .why-heading{margin-inline:auto}[dir=rtl] .why-heading>p:last-child{margin-inline:auto}@media (max-width: 900px){.why-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 620px){.why-section{padding-top:78px;padding-bottom:88px}.why-heading{text-align:start;margin-bottom:34px}.why-heading h2{margin-inline:0;font-size:clamp(2.25rem,12vw,3.5rem)}.why-heading>p:last-child{margin-inline:0}.why-grid{grid-template-columns:1fr;gap:12px}.why-card{min-height:230px;padding:24px;border-radius:19px}.why-icon{margin-bottom:34px}.why-card-number{top:24px;inset-inline-end:24px}}@media (prefers-reduced-motion: reduce){.why-card{transition:none}.why-card:hover{transform:none}}.faq-section{position:relative;display:grid;grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);gap:clamp(36px,7vw,110px);padding-top:clamp(90px,11vw,150px);padding-bottom:clamp(90px,11vw,150px)}.faq-section:before{content:"";position:absolute;inset:7% auto auto 0;width:360px;height:360px;border-radius:50%;background:#cc131d14;filter:blur(110px);pointer-events:none}.faq-heading{position:sticky;top:120px;align-self:start;max-width:540px}.faq-heading-icon{width:52px;height:52px;display:grid;place-items:center;margin-bottom:26px;border:1px solid rgba(231,38,48,.28);border-radius:16px;color:#ef2b35;background:#ca162014}.faq-heading h2{margin:12px 0 22px;max-width:560px;font-size:clamp(2.3rem,4.8vw,4.8rem);line-height:.98;letter-spacing:-.048em}.faq-heading>p:last-child{max-width:500px;margin:0;color:#fff9;font-size:clamp(.98rem,1.2vw,1.08rem);line-height:1.75}.faq-list{border-top:1px solid rgba(255,255,255,.1)}.faq-item{border-bottom:1px solid rgba(255,255,255,.1);transition:border-color .3s ease,background .3s ease}.faq-item.is-open{border-color:#e1232d4d;background:linear-gradient(90deg,rgba(198,18,28,.055),transparent 62%)}.faq-item button{width:100%;display:grid;grid-template-columns:46px minmax(0,1fr) 42px;align-items:center;gap:16px;padding:25px 4px;border:0;color:inherit;background:transparent;text-align:start;cursor:pointer;font:inherit}.faq-number{color:#ffffff47;font-size:.72rem;font-weight:700;letter-spacing:.14em}.faq-question{font-size:clamp(1.02rem,1.5vw,1.22rem);font-weight:650;line-height:1.35}.faq-toggle{width:38px;height:38px;display:grid;place-items:center;justify-self:end;border:1px solid rgba(255,255,255,.1);border-radius:50%;color:#ffffffb3;transition:transform .3s ease,color .3s ease,border-color .3s ease,background .3s ease}.faq-item.is-open .faq-toggle{transform:rotate(180deg);color:#fff;border-color:#e626306b;background:#ca162024}.faq-answer{padding:0 58px 28px 62px}.faq-answer p{max-width:700px;margin:0;color:#ffffff94;line-height:1.75;font-size:.96rem}[dir=rtl] .faq-item.is-open{background:linear-gradient(270deg,rgba(198,18,28,.055),transparent 62%)}[dir=rtl] .faq-heading,[dir=rtl] .faq-item button,[dir=rtl] .faq-answer{text-align:right}@media (max-width: 900px){.faq-section{grid-template-columns:1fr;gap:46px}.faq-heading{position:static;max-width:720px}}@media (max-width: 620px){.faq-section{padding-top:80px;padding-bottom:92px;gap:34px}.faq-heading h2{font-size:clamp(2.25rem,12vw,3.45rem)}.faq-item button{grid-template-columns:34px minmax(0,1fr) 36px;gap:10px;padding:21px 0}.faq-toggle{width:34px;height:34px}.faq-answer{padding:0 45px 24px 44px}}@media (prefers-reduced-motion: reduce){.faq-item,.faq-toggle{transition:none}}.contact-form-status{min-height:24px;margin:4px 0 0;font-size:.9rem;line-height:1.5;color:#ffffff9e}.contact-form-status.is-sending{color:#ffffffb8}.contact-form-status.is-success{color:#7fdb9b}.contact-form-status.is-error{color:#ff7c83}#contact form button:disabled{cursor:wait;opacity:.68;transform:none}#contact form input:invalid:not(:-moz-placeholder-shown),#contact form textarea:invalid:not(:-moz-placeholder-shown){border-color:#e01b248c}#contact form input:invalid:not(:placeholder-shown),#contact form textarea:invalid:not(:placeholder-shown){border-color:#e01b248c}
