@import"https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap";:root{--t: #D85A30;--bl: #F0997B;--dr: #993C1D;--ww: #FAF7F2;--cr: #FAECE7;--db: #2C1810;--mb: #6B4535;--bo: #E8DDD4}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Lato,Century Gothic,sans-serif;background:var(--ww);color:var(--db);overflow-x:hidden;transition:background-color 1.2s ease}body.mode-daylight{--t:#C4800A;--bl:#E8B84B;--dr:#8A5C00;--ww:#FFFDF5;--cr:#FFF8E0;--db:#1A1800;--mb:#5C4A00;--bo:#E8DFB0}body.mode-ember{--t:#8B1A00;--bl:#C04020;--dr:#5C0E00;--ww:#FFF0EC;--cr:#FFE0D8;--db:#180800;--mb:#4A1A0A;--bo:#E0C0B0}nav,section,footer,.mode-card,.science-card,.step-card,.spec-row,.faq-item,.btn-primary,.btn-secondary,.nav-cta,.hero-headline span,.section-eyebrow,.hero-eyebrow,.trust-dot,.footer-cta,.wave-divider{transition:background 1.2s ease,background-color 1.2s ease,color 1.2s ease,border-color 1.2s ease}nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 2.5rem;height:64px;background:#faf7f2eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:.5px solid var(--bo)}nav.scrolled{box-shadow:0 2px 20px #2c181014}.nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{font-size:13px;color:var(--db);text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--t)}.nav-cta{background:var(--t);color:var(--ww);font-size:12px;font-weight:700;letter-spacing:.08em;padding:9px 22px;border-radius:6px;border:none;cursor:pointer;text-decoration:none;transition:background .2s}.nav-cta:hover{background:var(--dr)}.hero{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;padding-top:64px}.hero-left{display:flex;flex-direction:column;justify-content:center;padding:5rem 4rem 5rem 5rem}.hero-eyebrow{font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--t);margin-bottom:1.25rem}.hero-headline{font-size:clamp(2.2rem,3.5vw,3.2rem);font-weight:900;line-height:1.1;color:var(--db);margin-bottom:1.25rem;letter-spacing:-.02em}.hero-headline span{color:var(--t)}.hero-sub{font-size:16px;font-weight:300;line-height:1.75;color:var(--mb);margin-bottom:2rem;max-width:440px}.hero-price{font-size:36px;font-weight:900;color:var(--db);margin-bottom:.25rem}.hero-price-note{font-size:13px;color:var(--mb);margin-bottom:1.75rem}.btn-primary{display:inline-block;background:var(--t);color:var(--ww);font-size:14px;font-weight:700;letter-spacing:.08em;padding:15px 36px;border-radius:8px;border:none;cursor:pointer;text-decoration:none;transition:background .2s,transform .15s;margin-right:12px}.btn-primary:hover{background:var(--dr);transform:translateY(-1px)}.btn-secondary{display:inline-block;background:transparent;color:var(--t);font-size:14px;font-weight:500;padding:15px 28px;border-radius:8px;border:1.5px solid var(--t);cursor:pointer;text-decoration:none;transition:all .2s}.btn-secondary:hover{background:var(--cr)}.trust-row{display:flex;flex-wrap:wrap;gap:1.25rem;margin-top:2rem}.trust-item{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--mb)}.trust-dot{width:6px;height:6px;border-radius:50%;background:var(--t);flex-shrink:0}.hero-right{background:var(--db);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;transition:background 1.2s ease}.wave-container{position:absolute;bottom:0;left:0;right:0;height:160px;z-index:1}.wave-svg{position:absolute;bottom:0;left:0;width:200%;height:100%}.wave-1{animation:wave-move 8s linear infinite;opacity:.5}.wave-2{animation:wave-move 12s linear infinite reverse;opacity:.3}.wave-3{animation:wave-move 6s linear infinite;opacity:.2}@keyframes wave-move{0%{transform:translate(0)}to{transform:translate(-50%)}}.glow-ring{position:absolute;border-radius:50%;transition:background 1.2s ease}.glow-ring-1{width:420px;height:420px;animation:pulse 3s ease-in-out infinite}.glow-ring-2{width:280px;height:280px;animation:pulse 3s ease-in-out infinite;animation-delay:1s}.glow-ring-3{width:140px;height:140px;animation:pulse 3s ease-in-out infinite;animation-delay:2s}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.08);opacity:.7}}.glow-container{display:flex;flex-direction:column;align-items:center;gap:2rem;z-index:2;position:relative}.mode-switcher{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.mode-label{font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#faece780}.mode-btns{display:flex;gap:10px}.mode-btn{padding:8px 18px;border-radius:20px;border:1px solid rgba(240,153,123,.3);background:transparent;color:#faf7f299;font-size:12px;font-weight:500;cursor:pointer;transition:all .3s;letter-spacing:.05em;-webkit-user-select:none;user-select:none}.mode-btn:hover,.mode-btn.active{background:var(--t);border-color:var(--t);color:var(--ww)}.kelvin-display{font-size:48px;font-weight:900;letter-spacing:-.02em;color:var(--ww);transition:color .6s}.kelvin-label{font-size:12px;color:#faf7f266;letter-spacing:.1em;text-transform:uppercase;margin-top:-.5rem}.wave-divider{width:100%;overflow:hidden;line-height:0;margin-bottom:-2px}.wave-divider svg{display:block;width:100%}.modes-section{padding:6rem 5rem;background:var(--ww);border-top:.5px solid var(--bo)}.section-eyebrow{font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--t);margin-bottom:.75rem;text-align:center}.section-title{font-size:clamp(1.8rem,2.5vw,2.4rem);font-weight:900;text-align:center;color:var(--db);margin-bottom:.75rem;letter-spacing:-.02em}.section-sub{font-size:15px;font-weight:300;color:var(--mb);text-align:center;max-width:480px;margin:0 auto 4rem;line-height:1.7}.modes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:900px;margin:0 auto}.mode-card{border-radius:16px;padding:2rem;border:.5px solid var(--bo);transition:transform .2s,box-shadow .2s}.mode-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #2c18101a}.mode-card-1{background:#ef9f2714}.mode-card-2{background:#d85a3014}.mode-card-3{background:#993c1d14}.mode-dot{width:12px;height:12px;border-radius:50%;margin-bottom:1.25rem}.mode-card-name{font-size:15px;font-weight:900;letter-spacing:.05em;margin-bottom:4px}.mode-card-temp{font-size:12px;font-weight:400;margin-bottom:1rem}.mode-card-desc{font-size:13px;font-weight:300;line-height:1.7;color:var(--mb)}.science-section{background:var(--db);padding:6rem 5rem;transition:background 1.2s ease}.science-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:900px;margin:0 auto}.science-card{background:#faf7f20d;border:.5px solid rgba(240,153,123,.2);border-radius:12px;padding:1.75rem;transition:border-color .2s}.science-card:hover{border-color:#f0997b80}.science-stat{font-size:40px;font-weight:900;color:var(--bl);margin-bottom:.5rem;letter-spacing:-.02em;line-height:1}.science-label{font-size:12px;font-weight:300;color:#faece7b3;line-height:1.6}.science-source{font-size:10px;color:#faece74d;margin-top:.75rem;font-style:italic}.how-section{padding:6rem 5rem;background:var(--cr)}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:900px;margin:0 auto}.step-card{position:relative;padding:1.75rem 1.5rem}.step-num{width:36px;height:36px;border-radius:50%;background:var(--t);color:var(--ww);font-size:14px;font-weight:900;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.step-title{font-size:14px;font-weight:700;color:var(--db);margin-bottom:.5rem}.step-desc{font-size:13px;font-weight:300;color:var(--mb);line-height:1.7}.step-connector{position:absolute;top:2.25rem;right:-.75rem;width:1.5rem;height:1px;background:var(--bo)}.product-section{padding:6rem 5rem;background:var(--ww);border-top:.5px solid var(--bo);scroll-margin-top:64px}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1000px;margin:0 auto;align-items:center}.product-visual{background:var(--db);border-radius:20px;display:flex;align-items:center;justify-content:center;padding:4rem;min-height:400px;position:relative;overflow:hidden}.product-glow{position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(216,90,48,.3) 0%,transparent 70%);width:300px;height:300px;animation:pulse 3s ease-in-out infinite}.product-details{display:flex;flex-direction:column;gap:1.5rem}.product-name{font-size:28px;font-weight:900;color:var(--db);letter-spacing:-.01em}.product-tagline{font-size:15px;font-weight:300;color:var(--mb);line-height:1.7}.product-price-block{display:flex;align-items:baseline;gap:12px}.product-price{font-size:42px;font-weight:900;color:var(--db)}.product-price-note{font-size:13px;color:var(--mb)}.product-modes{display:flex;flex-direction:column;gap:.75rem}.product-mode{display:flex;align-items:center;gap:12px;padding:.75rem 1rem;border-radius:10px;background:var(--cr)}.product-mode-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.product-mode-info{display:flex;flex-direction:column;gap:2px}.product-mode-name{font-size:13px;font-weight:700;color:var(--db)}.product-mode-desc{font-size:11px;color:var(--mb)}.product-cta{display:flex;flex-direction:column;gap:.75rem}.btn-full{width:100%;text-align:center;padding:16px;font-size:15px}.product-trust{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.5rem}.product-specs{display:grid;grid-template-columns:1fr 1fr;gap:0;border:.5px solid var(--bo);border-radius:10px;overflow:hidden}.spec-row{display:flex;justify-content:space-between;padding:.85rem 1rem;background:var(--ww);border-bottom:.5px solid var(--bo);font-size:12px}.spec-row:last-child,.spec-row:nth-last-child(2){border-bottom:none}.spec-key{color:var(--mb)}.spec-val{font-weight:700;color:var(--db)}.specs-section{padding:6rem 5rem;background:var(--ww);border-top:.5px solid var(--bo)}.specs-grid{display:grid;grid-template-columns:1fr 1fr;gap:2px;max-width:700px;margin:0 auto;border:.5px solid var(--bo);border-radius:12px;overflow:hidden}.faq-section{padding:6rem 5rem;background:var(--ww);border-top:.5px solid var(--bo)}.faq-list{max-width:680px;margin:0 auto}.faq-item{border-bottom:.5px solid var(--bo);padding:1.5rem 0;cursor:pointer}.faq-q{font-size:15px;font-weight:700;color:var(--db);display:flex;justify-content:space-between;align-items:center;gap:1rem}.faq-icon{font-size:20px;color:var(--t);transition:transform .3s;flex-shrink:0;font-weight:300}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq-a{font-size:14px;font-weight:300;line-height:1.8;color:var(--mb);max-height:0;overflow:hidden;transition:max-height .4s ease,padding-top .3s}.faq-item.open .faq-a{max-height:200px;padding-top:1rem}.footer-cta{background:var(--t);padding:6rem 5rem;text-align:center;transition:background 1.2s ease}.footer-cta-title{font-size:clamp(1.8rem,3vw,2.8rem);font-weight:900;color:var(--ww);margin-bottom:1rem;letter-spacing:-.02em}.footer-cta-sub{font-size:16px;font-weight:300;color:#faf7f2cc;margin-bottom:2.5rem}.btn-white{display:inline-block;background:var(--ww);color:var(--t);font-size:15px;font-weight:700;letter-spacing:.08em;padding:16px 44px;border-radius:8px;border:none;cursor:pointer;text-decoration:none;transition:all .2s}.btn-white:hover{background:var(--cr);transform:translateY(-2px)}footer{background:var(--db);padding:3rem 5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;transition:background 1.2s ease}footer p{font-size:12px;color:#faf7f24d;font-weight:300}.footer-links{display:flex;gap:1.5rem}.footer-links a{font-size:12px;color:#faf7f24d;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--bl)}.sound-btn{position:fixed;bottom:2rem;right:2rem;z-index:200;width:52px;height:52px;border-radius:50%;background:var(--db);border:1.5px solid rgba(240,153,123,.3);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s;box-shadow:0 4px 20px #2c18104d}.sound-btn:hover{border-color:var(--t);transform:scale(1.08)}.icon-off{position:absolute}.sound-btn.muted .icon-on{opacity:0}.sound-btn.muted .icon-off{opacity:1}.sound-btn:not(.muted) .icon-on{opacity:1}.sound-btn:not(.muted) .icon-off{opacity:0}.icon-on,.icon-off{transition:opacity .3s}@media(max-width:768px){.hero{grid-template-columns:1fr}.hero-right{min-height:300px}.hero-left{padding:3rem 1.5rem}.modes-section,.science-section,.how-section,.product-section,.specs-section,.faq-section,.footer-cta{padding:4rem 1.5rem}.modes-grid,.science-grid,.steps-grid,.product-grid,.specs-grid{grid-template-columns:1fr}nav{padding:0 1.25rem}.nav-links{display:none}footer{padding:2rem 1.5rem;flex-direction:column;align-items:flex-start}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/lisna.css.map */
