:root{--ink:#11152a;--ink-2:#1b2140;--paper:#f7f2e7;--moon:#f3ebdb;--dawn:#e8a672;--dawn-2:#d98c58;--mist:#98a2cb;--line-dark:#f3ebdb24;--line-light:#11152a1a;--font-display:"Fraunces", serif;--font-body:"Manrope", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--moon);background:var(--ink);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:clip}svg{display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}a{color:inherit;text-decoration:none}.nav{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line-dark);background:#11152ab8;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px 16px;padding:14px clamp(20px,5vw,72px);display:flex;position:sticky;top:0}.nav-links{flex-wrap:wrap;align-items:center;gap:7px 9px;display:flex}.nav-links a{color:var(--moon);letter-spacing:.02em;font-size:.8rem;transition:color .15s}.nav-links a:hover{color:var(--gold)}.nav-links .nav-brand{font-family:var(--font-display);letter-spacing:.06em;font-size:.95rem;font-weight:600}.nav-div{color:#f3ebdb4d;font-size:.7rem}.nav-lang{border:1px solid var(--line-dark);border-radius:999px;flex-shrink:0;display:inline-flex;overflow:hidden}.nav-lang button{color:var(--mist);letter-spacing:.05em;background:0 0;padding:5px 14px;font-size:.7rem}.nav-lang button.on{background:var(--cream);color:#1d2240;font-weight:700}.hero{z-index:1;background:0 0;max-width:1080px;margin:0 auto;position:relative;overflow:hidden}picture{display:contents}.hero-bg{width:100%;height:auto;display:block}.hero:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(90deg,#11152abd 0%,#11152a66 36%,#11152a0d 58%,#11152a00 70%);position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 62%,#0000 80%);mask-image:linear-gradient(#000 62%,#0000 80%)}.hero-overlay{z-index:2;flex-direction:column;justify-content:flex-start;width:58%;max-width:560px;padding:35% 6px 0 clamp(18px,5vw,60px);display:flex;position:absolute;top:0;bottom:0;left:0}.hero-overlay .btn-primary{gap:8px;padding:clamp(9px,2.4vw,15px) clamp(16px,4.2vw,30px);font-size:clamp(.72rem,2.9vw,.98rem)}.hero-overlay .btn-primary svg{width:clamp(12px,3vw,16px);height:clamp(12px,3vw,16px)}.hero-eyebrow{letter-spacing:.04em;color:#f3ebdbd9;margin-bottom:9px;font-size:clamp(.58rem,2.4vw,.9rem)}.hero-title{font-family:var(--font-body);text-shadow:0 2px 20px #06081499;white-space:nowrap;margin-bottom:11px;font-size:clamp(.92rem,4.2vw,2.2rem);font-weight:800;line-height:1.3;position:relative}.hero-title em{color:var(--gold);font-style:normal;font-weight:800}.hero-sub{color:#f3ebdbd9;text-shadow:0 1px 14px #06081480;margin-bottom:clamp(13px,3.2vw,26px);font-size:clamp(.6rem,2.4vw,.95rem);line-height:1.55;position:relative}.btn-primary{color:#2c2410;letter-spacing:.02em;background:linear-gradient(#e2be91 0%,#d5ad80 55%,#c99e6e 100%);border-radius:999px;justify-content:center;align-items:center;gap:10px;width:fit-content;padding:17px 38px;font-size:1rem;font-weight:800;transition:transform .2s,box-shadow .2s;display:inline-flex;position:relative;box-shadow:0 8px 22px #d5ad8052}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 28px #d5ad8073}.btn-primary svg{width:16px;height:16px}.features{background:var(--paper);color:var(--ink);padding:clamp(64px,10vw,120px) clamp(24px,5vw,72px)}.features-head{max-width:44ch;margin-bottom:56px}.features-eyebrow{letter-spacing:.35em;text-transform:uppercase;color:var(--dawn-2);margin-bottom:16px;font-size:.75rem}.features-title{font-family:var(--font-display);font-size:clamp(1.8rem,4vw,2.6rem);font-weight:500}.features-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:36px;display:grid}.feature-card{border-top:1px solid var(--line-light);padding-top:28px}.feature-num{font-family:var(--font-display);color:var(--dawn-2);margin-bottom:16px;font-size:.85rem}.feature-card h3{font-family:var(--font-display);margin-bottom:12px;font-size:1.3rem;font-weight:500}.feature-card p{color:#5b5749;font-size:.95rem}.quiz-section{background:var(--ink-2);text-align:center;padding:clamp(64px,10vw,120px) clamp(24px,5vw,72px)}.quiz-title{font-family:var(--font-display);margin-bottom:18px;font-size:clamp(1.8rem,4vw,2.8rem)}.quiz-sub{color:var(--mist);max-width:36ch;margin:0 auto 36px}.quiz-section .btn-primary{margin:0 auto}.footer{color:var(--mist);border-top:1px solid var(--line-dark);justify-content:space-between;align-items:center;padding:32px clamp(24px,5vw,72px);font-size:.8rem;display:flex}.chat-bubble{z-index:1001;background:linear-gradient(135deg, var(--dawn), var(--dawn-2));border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:transform .2s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 8px 24px #00000059}.chat-bubble:hover{transform:scale(1.06)}.chat-bubble:before{content:"";border:1px solid #e8a67280;border-radius:50%;animation:3s ease-out infinite ring;position:absolute;inset:-8px}@keyframes ring{0%{opacity:.6;transform:scale(.9)}to{opacity:0;transform:scale(1.35)}}.chat-bubble svg{width:26px;height:26px}.chat-window{z-index:1000;background:var(--ink-2);border:1px solid var(--line-dark);opacity:0;pointer-events:none;border-radius:20px;flex-direction:column;width:min(380px,100vw - 32px);height:min(560px,100vh - 160px);transition:transform .22s,opacity .22s;display:flex;position:fixed;bottom:104px;right:24px;overflow:hidden;transform:scale(.94)translateY(16px);box-shadow:0 20px 60px #00000073}.chat-window.open{opacity:1;pointer-events:auto;transform:scale(1)translateY(0)}.chat-header{border-bottom:1px solid var(--line-dark);flex-shrink:0;justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.chat-header-info{align-items:center;gap:12px;display:flex}.chat-avatar{background:linear-gradient(135deg, var(--dawn), var(--dawn-2));border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.chat-avatar svg{width:18px;height:18px}.chat-header h3{font-family:var(--font-display);font-size:1.05rem;font-weight:500}.chat-header p{color:var(--mist);font-size:.75rem}.chat-close{color:var(--mist);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.4rem;line-height:1;transition:background .15s,color .15s;display:flex}.chat-close:hover{color:var(--moon);background:#ffffff0f}.chat-messages{flex-direction:column;flex:1;gap:12px;padding:20px;display:flex;overflow-y:auto}.msg{white-space:pre-wrap;border-radius:14px;max-width:82%;padding:10px 14px;font-size:.9rem;line-height:1.5}.msg-assistant{color:var(--moon);background:#ffffff0f;border-bottom-left-radius:4px;align-self:flex-start}.msg-user{background:var(--dawn);color:var(--ink);border-bottom-right-radius:4px;align-self:flex-end}.msg-error{color:#f3b8b8;background:#dc5a5a29}.msg strong{color:var(--dawn);font-weight:700}.msg ul,.msg ol{flex-direction:column;gap:6px;margin:8px 0;padding-left:1.3em;display:flex}.msg li{line-height:1.5}.msg p{margin:0 0 8px}.msg p:last-child{margin-bottom:0}.msg-typing{align-items:center;gap:4px;padding:14px;display:flex}.msg-typing span{background:var(--mist);border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite blink}.msg-typing span:nth-child(2){animation-delay:.2s}.msg-typing span:nth-child(3){animation-delay:.4s}@keyframes blink{0%,80%,to{opacity:.2}40%{opacity:1}}.chat-form{border-top:1px solid var(--line-dark);flex-shrink:0;align-items:flex-end;gap:10px;padding:16px;display:flex}.chat-form textarea{border:1px solid var(--line-dark);color:var(--moon);resize:none;background:#ffffff0f;border-radius:18px;outline:none;flex:1;max-height:120px;padding:12px 16px;font-family:inherit;font-size:.9rem;line-height:1.4;transition:border-color .15s;overflow-y:auto}.chat-form textarea:focus{border-color:var(--dawn)}.chat-form textarea::placeholder{color:var(--mist)}.chat-form button{background:var(--dawn);width:44px;height:44px;color:var(--ink);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s;display:flex}.chat-form button:hover{background:var(--dawn-2)}.chat-form button:disabled{opacity:.4;cursor:default;background:var(--dawn)}.chat-quiz-cta-wrap{flex-wrap:wrap;flex-shrink:0;gap:8px;padding:8px 16px 0;display:flex}.chat-quiz-cta{background:linear-gradient(135deg, var(--dawn), var(--dawn-2));color:var(--ink);cursor:pointer;border:none;border-radius:999px;align-items:center;gap:7px;padding:9px 16px;font-family:inherit;font-size:.82rem;font-weight:600;text-decoration:none;transition:filter .15s;display:inline-flex}.chat-quiz-cta:hover{filter:brightness(1.06)}.chat-quiz-cta svg{width:15px;height:15px}.chat-suggestions{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;flex-shrink:0;gap:8px;padding:8px 16px 0;display:flex;overflow:auto hidden}.chat-suggestions::-webkit-scrollbar{display:none}.chat-suggestions[data-edge=start]{-webkit-mask-image:linear-gradient(90deg,#000 calc(100% - 30px),#0000);mask-image:linear-gradient(90deg,#000 calc(100% - 30px),#0000)}.chat-suggestions[data-edge=middle]{-webkit-mask-image:linear-gradient(90deg,#0000,#000 30px calc(100% - 30px),#0000);mask-image:linear-gradient(90deg,#0000,#000 30px calc(100% - 30px),#0000)}.chat-suggestions[data-edge=end]{-webkit-mask-image:linear-gradient(90deg,#0000,#000 30px);mask-image:linear-gradient(90deg,#0000,#000 30px)}.chat-suggestion-chip{color:var(--dawn);cursor:pointer;white-space:nowrap;background:#e8a67214;border:1px solid #e8a67273;border-radius:999px;flex-shrink:0;padding:7px 13px;font-family:inherit;font-size:.8rem;line-height:1.2;transition:background .15s,border-color .15s,color .15s}.chat-suggestion-chip:hover{background:var(--dawn);border-color:var(--dawn);color:var(--ink)}.chat-overlay{z-index:10;background:var(--ink-2);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:32px;display:flex;position:absolute;inset:0;overflow-y:auto}.verify-spinner{border:3px solid var(--line-dark);border-top-color:var(--dawn);border-radius:50%;width:36px;height:36px;animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.chat-overlay p{color:var(--mist);max-width:26ch;font-size:.85rem}.consent-box{text-align:left;max-width:300px}.consent-box h4{font-family:var(--font-display);text-align:center;color:var(--moon);margin-bottom:14px;font-size:1.1rem;font-weight:500}.consent-box ul{flex-direction:column;gap:10px;margin-bottom:22px;padding-left:0;display:flex}.consent-box li{color:var(--mist);padding-left:22px;font-size:.82rem;line-height:1.5;list-style:none;position:relative}.consent-box li:before{content:"🌙";font-size:.75rem;position:absolute;top:0;left:0}.consent-accept-btn{background:var(--dawn);width:100%;color:var(--ink);text-align:center;border-radius:999px;padding:12px;font-size:.9rem;font-weight:600;transition:background .15s;display:block}.consent-accept-btn:hover{background:var(--dawn-2)}.chat-form button svg{width:18px;height:18px}@media (width<=480px){.chat-window{width:auto;height:min(70vh,600px);bottom:96px;left:12px;right:12px}.chat-bubble{bottom:16px;right:16px}}#qc,.zr-report{--R-bg:#4a1b0c;--R-t:#f5c4b3;--R-m:#d85a30;--G-bg:#173404;--G-t:#c0dd97;--G-m:#639922;--Y-bg:#412402;--Y-t:#fac775;--Y-m:#ba7517;--V-bg:#26215c;--V-t:#cecbf6;--V-m:#7f77dd;--B-bg:#042c53;--B-t:#b5d4f4;--B-m:#378add;--qz-text-2:var(--mist);--qz-surface:#ffffff0f;--qz-track:#ffffff1a;--qz-border:var(--line-dark);--qz-radius-md:14px;--qz-radius-lg:20px}.qz-spinner{border:3px solid var(--line-dark);border-top-color:var(--dawn);border-radius:50%;width:28px;height:28px;animation:.9s linear infinite spin;display:inline-block}.sec{padding:clamp(60px,11vw,118px) clamp(24px,5vw,72px)}.sec-dark{color:var(--moon);background:#26273b}.sec-light{color:var(--ink);background:#e5e0d5}.sec-wrap{max-width:1040px;margin:0 auto}.sec-eyebrow{letter-spacing:.3em;text-transform:uppercase;color:var(--dawn);margin-bottom:16px;font-size:.72rem}.sec-light .sec-eyebrow{color:var(--dawn-2)}.sec,.hero,.cta-final,.nav,.site-footer,.quiz-section{--gold:#d5ad80;--gold-d:#c49a6c;--cream:#e4dfd4;--navy:#26263b}.sec-title{font-family:var(--font-body);letter-spacing:.01em;max-width:22ch;font-size:clamp(1rem,4.3vw,1.85rem);font-weight:800;line-height:1.36}.sec-title .o{color:var(--gold)}.sec-light .sec-title{color:var(--ink)}.pill-head{justify-content:center;margin-bottom:clamp(30px,6vw,46px);display:flex}.pill-head span{font-family:var(--font-body);letter-spacing:.01em;text-align:center;border-radius:999px;padding:11px clamp(22px,5vw,36px);font-size:clamp(.82rem,3.4vw,1.35rem);font-weight:800;display:inline-block}.sec-dark .pill-head span{background:var(--cream);color:#1d2240}.sec-light .pill-head span{background:var(--navy);color:var(--moon)}.pill-head .o{color:var(--gold)}.orbit{aspect-ratio:1080/408;width:min(470px,96%);margin:clamp(48px,12vw,80px) auto clamp(40px,10vw,64px);position:relative}.orbit-track{-o-object-fit:fill;object-fit:fill;opacity:.55;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.orbit-ph{aspect-ratio:1;will-change:transform;border:2px solid #e4dfd459;border-radius:50%;width:25%;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 10px 26px #00000073}.orbit-ph img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transform:scale(1.05)}.orbit-cap{text-align:center;color:var(--moon);min-height:1.5em;margin:clamp(30px,12vw,58px) 0 22px;font-size:clamp(.8rem,3vw,.95rem);font-weight:700;transition:opacity .28s}.mini-head{color:var(--moon);margin-bottom:20px;font-size:1.02rem;font-weight:700}.quote-box{background:var(--cream);color:#4a4636;letter-spacing:-.01em;border:none;border-radius:18px;max-width:none;padding:16px clamp(16px,3.6vw,28px);font-size:clamp(.64rem,2.55vw,.85rem);line-height:1.65;box-shadow:0 8px 24px #0000002e}.surface-row{align-items:flex-end;gap:clamp(8px,2.5vw,30px);display:flex}.surface-img{flex-shrink:0;align-self:flex-end;width:42%;max-width:330px;height:auto;display:block}.surface-text{flex:1;align-self:center;min-width:0;padding-bottom:0}.surface-text .inline-title{margin-bottom:9px}.surface-p{letter-spacing:-.015em;color:#f3ebdbd9;margin:0 0 7px;font-size:clamp(.5rem,2.2vw,.82rem);line-height:1.55}.surface-p.dim{color:#f3ebdb99}.surface-divider{background:#d5ad808c;border:none;height:1px;margin:10px 0}.surface-emph{color:var(--gold);font-weight:700}#insomnia-surface{padding-bottom:0}#why-tired{z-index:0;position:relative;background:0 0!important;padding-bottom:clamp(10px,3vw,20px)!important}#why-tired:before{content:"";z-index:-1;pointer-events:none;background-image:-webkit-image-set(url(/assets/x1/zlp_2-01.webp) 1x,url(/assets/x2/zlp_2-01.webp) 2x);background-image:image-set("/assets/x1/zlp_2-01.webp" 1x,"/assets/x2/zlp_2-01.webp" 2x);background-position:top;background-repeat:no-repeat;background-size:cover;position:absolute;inset:calc(-1*clamp(130px,34vw,300px)) 0 0}#insomnia-surface{padding-top:clamp(10px,3vw,20px)!important}#quiz-lead{isolation:isolate;background:0 0;padding-top:clamp(34px,8vw,58px);padding-bottom:clamp(20px,5vw,36px);position:relative}#quiz-lead:before{content:"";z-index:-2;background:#26273b;height:clamp(26px,7vw,46px);position:absolute;top:0;left:0;right:0}#quiz-lead:after{content:"";z-index:-1;background:var(--cream);border-radius:clamp(26px,7vw,46px) clamp(26px,7vw,46px) 0 0;position:absolute;inset:0 0 -2px}#quiz-lead .pill-head span{width:min(100%,560px);margin:0 auto;padding:6px 24px;font-size:clamp(.82rem,3vw,1.12rem);display:block}#quiz-lead .pill-head{margin-bottom:8px}#quiz{padding-top:clamp(10px,3vw,28px)}.quiz-section{background:var(--cream)!important}#qc{background:#26273b;border-radius:clamp(16px,4vw,24px);min-height:295px;padding:clamp(16px,4vw,24px) clamp(12px,3.2vw,20px)!important}#s1>div:first-child{margin-bottom:8px!important}#s1>div:nth-child(2){border:none!important;border-radius:0!important;padding:2px 0 0!important}#s1>div:nth-child(2)>p:first-child{letter-spacing:-.02em!important;margin:clamp(16px,5vw,30px) 0 clamp(22px,6vw,38px)!important;font-size:13px!important;line-height:1.5!important}#s1>div:nth-child(2)>div:first-of-type{margin:0 0 8px!important}#s1>div:nth-child(3){margin-top:clamp(14px,4vw,22px)!important}#s1 [style*="color:var(--qz-text-2)"]{color:#f3ebdb9e!important}#s1 button[style*=background\:transparent]{background:var(--moon)!important;border-color:var(--moon)!important;color:#26273b!important}#s1 button[style*="background:var(--dawn)"]{background:var(--dawn)!important;border-color:var(--dawn)!important;color:#26273b!important}#s1 div[style*="background:var(--qz-border)"]{background:#f3ebdb73!important}#s1 button[onclick^=pick\(]{font-weight:700!important}#s0 [style*="color:var(--qz-text-2)"]{color:var(--moon)!important}#s0>p[style*="color:var(--qz-text-2)"]{color:#f3ebdb9e!important}.inline-title{font-family:var(--font-body);color:var(--moon);margin-bottom:14px;font-size:clamp(1rem,4.3vw,1.8rem);font-weight:800;line-height:1.34}.sec-light .inline-title{color:var(--ink)}.inline-title .o{color:var(--gold)}.sec-lead{max-width:48ch;margin-top:16px;font-size:clamp(.72rem,2.8vw,.92rem);line-height:1.75}.sec-lead strong{color:var(--gold);font-weight:700}.sec-dark .sec-lead{color:#f3ebdbd9}.sec-light .sec-lead{color:#5b5749}.problem-grid{grid-template-columns:repeat(2,1fr);gap:clamp(16px,4vw,28px) clamp(14px,4vw,24px);max-width:520px;margin-top:42px;display:grid}.problem-item{text-align:center}.problem-item .ph{aspect-ratio:1;border:1px solid var(--line-dark);background:#1f2236;border-radius:50%;width:100%;overflow:hidden}.problem-item img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transform:scale(1.06)}.problem-item p{color:#f3ebdbd9;margin-top:14px;font-size:.86rem;line-height:1.5}@media (width>=720px){.problem-grid{grid-template-columns:repeat(4,1fr);max-width:none}}.steps{gap:14px;max-width:620px;margin-top:44px;display:grid}.step{background:#ffffff8c;border:1px solid #11152a14;border-radius:16px;align-items:flex-start;gap:16px;padding:18px 20px;display:flex}.step-num{background:var(--dawn);width:40px;height:40px;color:var(--ink);font-family:var(--font-display);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.05rem;font-weight:600;display:flex}.step-body h3{font-family:var(--font-display);color:var(--ink);margin-bottom:4px;font-size:1.1rem;font-weight:500}.step-body p{color:#5b5749;font-size:.88rem;line-height:1.55}.quiz-lead-wrap{flex-wrap:wrap;align-items:center;gap:clamp(16px,5vw,56px);display:flex}.quiz-lead-text{flex:280px}.quiz-lead-text .btn-primary{margin-top:28px}.quiz-lead-img{filter:drop-shadow(0 18px 36px #0006);flex:0 230px;width:min(230px,64%);height:auto;margin:0 auto;display:block}.media-row{flex-wrap:wrap;align-items:center;gap:clamp(24px,5vw,56px);display:flex}.media-row .media-text{flex:300px}.media-row .media-img{flex:300px;width:100%;height:auto;display:block}.media-row.reverse{flex-direction:row-reverse}.ingredient-badge{border-left:4px solid var(--dawn);background:#fff;border-radius:12px;margin-top:26px;padding:18px 20px}.ingredient-badge strong{font-family:var(--font-display);color:var(--ink);margin-bottom:5px;font-size:1.05rem;display:block}.ingredient-badge span{color:#5b5749;font-size:.9rem;line-height:1.6}.zs-timeline{margin-top:44px}.zs-track{align-items:flex-start;gap:clamp(2px,1vw,8px);display:flex;position:relative}.zs-track:before{content:"";background:var(--line-dark);z-index:0;height:2px;position:absolute;top:5px;left:10%;right:10%}.zs-progress{background:var(--dawn);z-index:0;width:0;height:2px;transition:width .5s;position:absolute;top:clamp(22px,6.5vw,32px);left:8%}.zs-node{z-index:1;flex-direction:column;flex:1 1 0;align-items:center;gap:clamp(6px,1.8vw,10px);min-width:0;display:flex;position:relative}.zs-dot{z-index:1;background:#1f2543;border-radius:50%;flex-shrink:0;width:12px;height:12px;transition:transform .35s,background .35s;position:relative}.zs-node.is-active .zs-dot{background:var(--gold-d);transform:scale(1.7)}.zs-cap{text-align:center;color:#2b3354;flex-direction:column;justify-content:flex-end;align-items:center;width:100%;min-height:clamp(40px,11vw,52px);transition:color .3s;display:flex}.zs-cap b{font-size:clamp(.8rem,2.9vw,1rem);font-weight:800;line-height:1;transition:font-size .3s}.zs-cap i{margin-top:3px;font-size:clamp(.52rem,2.1vw,.66rem);font-style:normal;font-weight:600;line-height:1.2;transition:font-size .3s}.zs-node.is-active .zs-cap{color:var(--gold-d)}.zs-node.is-active .zs-cap b{font-size:clamp(1.35rem,4.8vw,1.75rem)}.zs-node.is-active .zs-cap i{font-size:clamp(.62rem,2.4vw,.8rem);font-weight:700}.zs-tile{aspect-ratio:1;border-radius:clamp(14px,4vw,18px);width:clamp(46px,13vw,64px);transition:transform .35s;position:relative;overflow:hidden}.zs-ico{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:opacity .45s;position:absolute;inset:0;transform:scale(1.3)}.zs-ico-on{opacity:0}.zs-node.is-active .zs-ico-on{opacity:1}.zs-node.is-active .zs-tile{transform:scale(1.16)}.zs-node:focus-visible .zs-tile{outline:2px solid var(--gold-d);outline-offset:2px}.zs-time{color:var(--mist);white-space:nowrap;text-align:center;font-size:.68rem;transition:color .35s}.zs-time small{opacity:.7;font-size:.58rem;display:block}.zs-node.is-active .zs-time{color:var(--dawn)}.zs-caption{border:1px solid var(--line-dark);background:#ffffff0d;border-radius:16px;min-height:96px;margin-top:28px;padding:20px 22px}.zs-caption h3{font-family:var(--font-display);color:var(--dawn);margin-bottom:6px;font-size:1rem;font-weight:600}.zs-caption p{color:#f3ebdbd9;font-size:.82rem;line-height:1.6}.zs-label{text-align:center;letter-spacing:.02em;color:var(--gold-d);margin-top:clamp(20px,5vw,30px);font-size:clamp(.98rem,3.8vw,1.2rem);font-weight:600;line-height:1.4;transition:color .3s}.zs-label strong{color:var(--gold-d);margin-right:6px;font-weight:800}.hl-list{gap:15px;margin-top:26px;padding:0;display:grid}.hl-list li{align-items:flex-start;gap:13px;list-style:none;display:flex}.hl-list .hl-ic{width:22px;height:22px;color:var(--dawn);flex-shrink:0;margin-top:1px}.hl-list .hl-tx{font-size:.96rem;line-height:1.55}.hl-list .hl-tx strong{color:var(--moon);font-weight:600}.sec-light .hl-list .hl-tx strong{color:var(--ink)}.flat-img{border-radius:18px;width:100%;height:auto;display:block}.flat-wrap{max-width:960px;margin:0 auto}#how-improve .flat-wrap{width:100vw;transform:translate(-50%);max-width:1080px!important;margin-left:50%!important;margin-right:0!important}#how-improve .flat-img{border-radius:0!important}#how-improve .pill-head span{width:min(100%,560px);margin:0 auto;padding:6px 24px;font-size:clamp(.78rem,3vw,1.12rem);display:block}#how-improve .pill-head{margin-bottom:12px}.ing-gallery{margin-top:clamp(22px,5vw,38px);overflow:hidden}.ing-track{will-change:transform;align-items:flex-start;gap:clamp(12px,3vw,20px);transition:transform .55s cubic-bezier(.4,0,.2,1);display:flex}.ing-slide{cursor:pointer;opacity:.38;flex:0 0 60%;max-width:300px;transition:transform .4s,opacity .4s;transform:scale(.82)}.ing-slide.is-active{opacity:1;cursor:default;transform:scale(1)}.ing-photo{aspect-ratio:1;background:#ffffff0a;border-radius:16px;position:relative;overflow:hidden}.ing-photo img{width:100%;height:auto;display:block;transform:scale(1.31)}.ing-meta{text-align:center;opacity:0;margin-top:clamp(12px,3vw,18px);transition:opacity .4s}.ing-slide.is-active .ing-meta{opacity:1}.ing-tag{background:var(--cream);color:#1d2240;border-radius:999px;padding:7px 16px;font-size:clamp(.74rem,2.8vw,.9rem);font-weight:700;display:inline-block}.ing-desc{color:#f3ebdbd9;max-width:260px;margin:10px auto 0;font-size:clamp(.74rem,2.8vw,.86rem);line-height:1.6}#who-for .who-gallery{width:100vw;margin-top:clamp(20px,5vw,40px);margin-left:50%;overflow:hidden;transform:translate(-50%)}#who-for .who-track{will-change:transform;align-items:center;gap:clamp(6px,2vw,16px);transition:transform .55s cubic-bezier(.4,0,.2,1);display:flex}#who-for .who-slide{cursor:pointer;text-align:center;opacity:.6;flex:0 0 46%;max-width:240px;transition:transform .4s,opacity .4s;transform:scale(.78)}#who-for .who-slide.is-active{opacity:1;cursor:default;transform:scale(1)}#who-for .who-photo{width:100%;height:auto;display:block}#who-for .who-tag{color:var(--ink);letter-spacing:.01em;margin-top:clamp(8px,2.2vw,14px);font-size:clamp(.86rem,3.6vw,1.08rem);font-weight:800}#who-for .pill-head>span{width:min(100%,360px);margin:0 auto;padding:5px 24px;font-size:clamp(.86rem,3.4vw,1.18rem);display:block}.flow{flex-wrap:wrap;align-items:center;gap:10px;margin-top:26px;display:flex}.flow .chip{border:1px solid var(--line-dark);color:var(--moon);background:#ffffff0f;border-radius:999px;padding:9px 17px;font-size:.9rem}.flow .arrow{color:var(--dawn);font-weight:700}.cmp-grid{grid-template-columns:1fr 1fr;align-items:stretch;gap:clamp(8px,2.5vw,18px);margin-top:clamp(24px,5vw,38px);display:grid}.cmp-card{border-radius:clamp(14px,4vw,22px);flex-direction:column;padding:clamp(14px,3.6vw,26px) clamp(11px,3vw,24px) clamp(6px,2vw,12px);display:flex;overflow:visible}.cmp-card.cmp-win{background:linear-gradient(#efe7d6,#e2d7c0)}.cmp-card.cmp-lose{background:var(--navy)}.cmp-card h3{text-align:center;justify-content:center;align-items:center;min-height:clamp(30px,8vw,46px);margin-bottom:clamp(12px,3.2vw,18px);display:flex}.cmp-win h3{font-family:var(--font-display);color:#2c2410;font-size:clamp(1.15rem,4.8vw,1.5rem);font-weight:600}.cmp-lose h3{font-family:var(--font-body);color:var(--gold);font-size:clamp(.95rem,3.8vw,1.12rem);font-weight:800}.cmp-card ul{gap:clamp(8px,2.4vw,13px);margin-bottom:clamp(14px,4vw,22px);padding:0;display:grid}.cmp-card li{align-items:flex-start;gap:clamp(7px,2vw,11px);font-size:clamp(.7rem,2.7vw,.82rem);line-height:1.5;list-style:none;display:flex}.cmp-card li:before{content:"";border-radius:50%;flex-shrink:0;width:7px;height:7px;margin-top:6px}.cmp-win li{color:#2c2410}.cmp-win li:before{background:var(--gold-d)}.cmp-lose li{color:var(--gold)}.cmp-lose li:before{background:var(--gold)}.cmp-card .cmp-img{filter:drop-shadow(0 10px 13px #16110852);width:100%;max-width:clamp(120px,44vw,200px);height:auto;margin:auto auto clamp(-48px,-12vw,-26px);display:block}.sec-center{text-align:center}.sec-center .sec-title,.sec-center .sec-lead{margin-left:auto;margin-right:auto}.trio{grid-template-columns:1fr;gap:14px;margin-top:36px;display:grid}@media (width>=640px){.trio{grid-template-columns:repeat(3,1fr)}}.trio-card{border:1px solid var(--line-dark);text-align:center;background:#ffffff0d;border-radius:16px;padding:24px 18px}.trio-card svg{width:30px;height:30px;color:var(--dawn);margin-bottom:12px}.trio-card h4{font-family:var(--font-display);color:var(--moon);margin-bottom:5px;font-size:.94rem;font-weight:600}.trio-card p{color:#f3ebdbd9;font-size:.78rem;line-height:1.55}.media-photo{border-radius:16px;box-shadow:0 16px 36px #00000059}.feat-list{gap:20px;display:grid}.feat{align-items:center;gap:14px;display:flex}.feat-ic{flex-shrink:0;width:54px;height:54px}.feat h4{font-family:var(--font-display);color:var(--ink);margin-bottom:3px;font-size:.96rem;font-weight:600}.feat p{color:#5b5749;font-size:.8rem;line-height:1.5}.cta-final{isolation:isolate;position:relative;overflow:hidden}.cta-bg{width:100%;height:auto;display:block}.cta-top{text-align:center;padding:0 5%;position:absolute;top:8%;left:0;right:0}.cta-eyebrow{letter-spacing:.08em;color:#dad5ca;text-shadow:0 1px 12px #06081480;font-size:clamp(9px,2.2vw,15px)}.cta-title{font-family:var(--font-body);color:var(--gold);text-shadow:0 2px 18px #0608148c;margin:clamp(6px,1.8vw,14px) 0 0;font-size:clamp(13px,3.6vw,28px);font-weight:800;line-height:1.4}.cta-cluster{text-align:left;width:44%;position:absolute;bottom:10.5%;right:8%}.cta-line{color:#f3ebdbb8;text-shadow:0 1px 10px #0608148c;font-size:clamp(8px,2.3vw,15px);font-weight:300;line-height:1.5}.cta-btn{text-align:center;background:var(--gold);color:var(--ink);border-radius:999px;margin-top:clamp(8px,2.1vw,16px);padding:clamp(4px,1vw,9px) 14px;font-size:clamp(12px,3vw,19px);font-weight:800;line-height:1.15;text-decoration:none;transition:background .15s;display:block}.cta-btn:hover{background:var(--gold-d)}.site-footer{background:var(--ink);border-top:1px solid var(--line-dark);padding:clamp(40px,7vw,64px) clamp(24px,5vw,72px) 30px}.site-footer-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:28px 48px;max-width:1040px;margin:0 auto;display:flex}.ft-logo{font-family:var(--font-display);letter-spacing:.06em;color:var(--moon);font-size:1.5rem;font-weight:600}.ft-tag{color:var(--mist);max-width:34ch;margin-top:8px;font-size:.9rem}.ft-links{flex-wrap:wrap;gap:14px 22px;display:flex}.ft-links a{color:var(--mist);font-size:.88rem;transition:color .15s}.ft-links a:hover{color:var(--dawn)}.site-footer-bottom{border-top:1px solid var(--line-dark);max-width:1040px;color:var(--mist);flex-wrap:wrap;justify-content:space-between;gap:8px 24px;margin:32px auto 0;padding-top:22px;font-size:.78rem;display:flex}.sec-light .zs-track:before{background:#11152a8c}#how-improve{margin-top:-1px;padding-bottom:clamp(10px,2.5vw,18px)}#deep-sleep-timeline{border-bottom-right-radius:clamp(26px,7vw,46px);border-bottom-left-radius:clamp(26px,7vw,46px);margin-top:-1px}.sec-light .zs-progress{background:var(--gold-d)}.sec-light .zs-time{color:#6b6657}.sec-light .zs-node.is-active .zs-time{color:var(--gold-d)}.sec-light .zs-caption{background:#fff;border-color:#11152a14}.sec-light .zs-caption h3{color:var(--gold-d)}.sec-light .zs-caption p{color:#5b5749}.zs-time strong{letter-spacing:.02em;font-size:1.05rem;font-weight:800;display:block}.zs-time em{font-size:.6rem;font-style:normal}.zs-railhead{color:#6b6657;letter-spacing:.04em;white-space:nowrap;align-items:center;gap:12px;max-width:560px;margin:0 auto clamp(22px,5vw,34px);font-size:.78rem;font-weight:700;display:flex}.zs-railhead .zs-railbar{background:linear-gradient(90deg, var(--gold-d), #c49a6c40);border-radius:2px;flex:1;height:2px;position:relative}.zs-railhead .zs-railbar:after{content:"";border-left:8px solid var(--gold-d);border-top:5px solid #0000;border-bottom:5px solid #0000;position:absolute;top:-4px;right:-1px}.pill-list{gap:13px;max-width:620px;margin:34px auto 0;display:grid}.pill-row{border:1px solid;border-radius:999px;align-items:center;gap:14px;padding:15px 24px;display:flex}.sec-dark .pill-row{border-color:#e4dfd452}.sec-light .pill-row{border-color:#11152a2e}.pill-row .pr-ic{background:var(--gold);color:#2c2410;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.pill-row .pr-ic svg{width:15px;height:15px}.pill-row span{font-size:.88rem;font-weight:600}.sec-dark .pill-row span{color:var(--moon)}.sec-light .pill-row span{color:var(--ink)}#highlights .pill-head{margin-bottom:clamp(6px,1.5vw,10px)}#highlights .pill-head span{width:min(100%,290px);margin:0 auto;padding:4px 24px;font-size:clamp(.86rem,3.4vw,1.18rem);display:block}#highlights .flat-wrap{margin-top:clamp(-4px,-1vw,0px);margin-inline:clamp(-22px,-4.5vw,-10px);max-width:700px!important}#highlights .pill-list{gap:9px;width:min(100%,290px);margin-top:clamp(6px,1.5vw,14px)}#highlights .pill-row{border-color:#e4dfd452;gap:11px;padding:2px 22px 2px 2px}#highlights .pill-row .pr-ic{width:26px;height:26px;color:var(--mist);background:0 0;border:1px solid #98a2cbe6}#highlights .pill-row .pr-ic svg{stroke-width:1.7px;width:13px;height:13px}#highlights .pill-row span{color:var(--moon);font-weight:400}#body-mind-spirit .pill-head{margin-bottom:clamp(16px,4vw,28px)}#body-mind-spirit .pill-head>span{width:min(100%,290px);margin:0 auto;padding:4px 24px;font-size:clamp(.86rem,3.4vw,1.18rem);display:block}#body-mind-spirit .pill-head .o{font-size:inherit;padding:0}#ingredients .pill-head{margin-bottom:clamp(14px,3.5vw,22px)}#ingredients .pill-head>span{width:min(100%,290px);margin:0 auto;padding:4px 24px;font-size:clamp(.86rem,3.4vw,1.18rem);display:block}#why-works{isolation:isolate;background:0 0;padding-bottom:clamp(16px,4vw,30px);position:relative}#why-works:before{content:"";z-index:-2;background:#26273b;height:clamp(26px,7vw,46px);position:absolute;top:0;left:0;right:0}#why-works:after{content:"";z-index:-1;background:#e5e0d5;border-radius:clamp(26px,7vw,46px) clamp(26px,7vw,46px) 0 0;position:absolute;inset:0 0 -2px}#why-works .pill-head{margin-bottom:clamp(22px,5vw,32px)}#why-works .pill-head>span{width:min(100%,380px);margin:0 auto;padding:5px 24px;font-size:clamp(.82rem,3.2vw,1.1rem);display:block}#compare .pill-head{margin-bottom:clamp(18px,4.5vw,30px)}#compare .pill-head>span{width:min(100%,360px);margin:0 auto;padding:5px 24px;font-size:clamp(.86rem,3.4vw,1.18rem);display:block}#compare{z-index:1;border-bottom-right-radius:clamp(26px,7vw,46px);border-bottom-left-radius:clamp(26px,7vw,46px);padding-top:clamp(16px,4vw,30px);position:relative}#gpmx-life{z-index:0;margin-top:calc(-1*clamp(26px,7vw,46px));padding-top:0;position:relative}#gpmx-life .flat-wrap{width:100vw;transform:translate(-50%);max-width:1100px!important;margin-left:50%!important;margin-right:0!important}#gpmx-life .flat-img{border-radius:0!important}#gpmx-life .flat-wrap-full{position:relative}#gpmx-life .gl-overlay{flex-direction:column;align-items:flex-end;gap:clamp(9px,2.4vw,15px);display:flex;position:absolute;top:35%;left:45.4%;right:10.8%}#gpmx-life .gl-text{text-align:left;width:100%;color:var(--moon);letter-spacing:-.02em;text-shadow:0 0 4px #000000e6,0 0 4px #000000d9,0 1px 6px #000000e6,0 0 16px #0000008c;margin:0;font-size:clamp(.5rem,2.15vw,.95rem);line-height:1.5}#gpmx-life .gl-br{display:none}#gpmx-life .gl-cta{color:#2c2410;letter-spacing:.05em;background:linear-gradient(#e2be91,#d5ad80);border-radius:999px;padding:clamp(8px,2.2vw,12px) clamp(26px,7vw,40px);font-size:clamp(.72rem,2.5vw,.95rem);font-weight:700;display:inline-block;box-shadow:0 4px 16px #0000004d}#gpmx-life{padding-bottom:0}#body-mind-spirit .flat-wrap{width:95vw;max-width:760px;margin-left:50%;margin-right:0;transform:translate(-50%)}#late-night{padding-top:0;padding-bottom:clamp(6px,2.5vw,22px)}#late-night .ln-card{width:100vw;max-width:1106px;margin-left:50%;position:relative;transform:translate(-50%)}#late-night .ln-photo{width:100%;height:auto;display:block}#late-night .ln-overlay{flex-direction:column;justify-content:center;width:43%;padding-right:6%;display:flex;position:absolute;top:0;bottom:0;right:0}#late-night .ln-title{font-family:var(--font-body);color:var(--gold);letter-spacing:.01em;font-size:clamp(13px,3.5vw,30px);font-weight:800;line-height:1.2}#late-night .ln-lead{color:#d2cdc2;margin-top:clamp(5px,1.4vw,12px);font-size:clamp(8px,1.95vw,15px);font-weight:300;line-height:1.6}#late-night .ln-tags{flex-direction:column;gap:clamp(6px,1.7vw,15px);margin-top:clamp(10px,2.6vw,22px);display:flex}#late-night .ln-tag{background:var(--gold);color:var(--ink);border-radius:999px;align-items:center;gap:clamp(6px,1.6vw,12px);padding:clamp(5px,1.3vw,12px) clamp(9px,1.9vw,18px);font-size:clamp(9px,2.3vw,18px);font-weight:700;line-height:1.15;display:flex}#late-night .ln-tag:before{content:"";background:var(--ink);border-radius:50%;flex-shrink:0;width:clamp(9px,2.2vw,19px);height:clamp(9px,2.2vw,19px)}#ai-companion{z-index:1;padding-top:clamp(6px,2.5vw,22px);padding-bottom:0;position:relative}#ai-companion .ac-stage{justify-content:center;width:100vw;margin-top:clamp(10px,3vw,28px);margin-left:50%;display:flex;transform:translate(-50%)}#ai-companion .ac-phone{width:100vw;max-width:1106px;position:relative}#ai-companion .ac-phone-img{width:100%;height:auto;display:block}#ai-companion .ac-screen{position:absolute;top:13%;left:32%;right:32%}#ai-companion .ac-slide{text-align:center;opacity:0;flex-direction:column;align-items:center;transition:opacity .9s;display:flex;position:absolute;top:0;left:0;right:0}#ai-companion .ac-slide.is-active{opacity:1}#ai-companion .ac-ic{width:62%;height:auto;display:block}#ai-companion .ac-h{color:var(--moon);margin-top:8%;font-size:clamp(8px,2.05vw,17px);font-weight:700;line-height:1.25}#ai-companion .ac-d{color:#d2cdc2;max-width:80%;margin-top:2%;font-size:clamp(7px,1.85vw,15px);font-weight:300;line-height:1.4}#ai-companion .ac-cta{white-space:nowrap;color:#2c2410;letter-spacing:.04em;background:linear-gradient(#e2be91,#d5ad80);border-radius:999px;padding:clamp(4px,1.3vw,9px) clamp(14px,4.5vw,30px);font-size:clamp(7px,2vw,15px);font-weight:700;position:absolute;top:54%;left:50%;transform:translate(-50%);box-shadow:0 4px 14px #00000059}#who-for{z-index:2;border-top-left-radius:clamp(22px,6vw,42px);border-top-right-radius:clamp(22px,6vw,42px);margin-top:-27vw;padding-bottom:clamp(22px,5.5vw,48px);position:relative}.dst{background:#26273b;border-radius:22px;max-width:560px;margin:0 auto;padding:clamp(22px,5vw,34px) clamp(18px,4vw,28px)}.dst-line{color:#f3ebdbd9;white-space:nowrap;align-items:center;gap:12px;margin-bottom:18px;font-size:.8rem;display:flex}.dst-line .ln{background:linear-gradient(90deg,var(--gold),#d5ad8040);flex:1;height:2px;position:relative}.dst-line .ln:after{content:"";border-left:8px solid var(--gold);border-top:5px solid #0000;border-bottom:5px solid #0000;position:absolute;top:-4px;right:-1px}.dst-tabs{border:1px solid var(--line-dark);background:#ffffff0f;border-radius:999px;grid-template-columns:repeat(3,1fr);gap:0;margin-bottom:22px;padding:0;display:grid;overflow:hidden}.dst-tab{text-align:center;color:#9aa0c4;cursor:pointer;background:0 0;border:none;padding:9px 4px;font-size:clamp(.72rem,2.6vw,.84rem);font-weight:700;transition:all .25s}.dst-tab.on{background:var(--gold);color:#2c2410}.dst-head{color:var(--gold);margin-bottom:10px;font-size:clamp(1.05rem,4vw,1.4rem);font-weight:800}.dst-note{color:#f3ebdbd9;max-width:42ch;min-height:78px;margin:0 auto;font-size:.84rem;line-height:1.8}.dsleep{margin:clamp(28px,6vw,46px) 0 clamp(4px,2vw,10px);min-height:clamp(210px,56vw,400px);margin-inline:calc(50% - 50vw);position:relative}.dsleep-img{z-index:2;pointer-events:none;width:clamp(330px,86%,620px);height:auto;position:absolute;top:50%;right:0;transform:translateY(-50%)}.dsleep-strips{z-index:1;width:76%;position:absolute;top:50%;left:0;overflow:hidden;transform:translateY(-50%)}.dsleep-track{will-change:transform;flex-direction:column;align-items:flex-start;gap:10px;width:max-content;transition:transform .55s cubic-bezier(.4,0,.2,1);display:flex}.dsleep-strip{text-align:left;white-space:nowrap;color:#8a8273;background:#d8d0be;border-radius:0 999px 999px 0;width:100%;padding:10px 30px 10px clamp(18px,5vw,34px);font-size:clamp(.8rem,3vw,.95rem);font-weight:600;transition:background .35s,color .35s}.dsleep-strip.on{background:var(--gold);color:#2c2410;font-weight:700}.sec-light .problem-item p{color:#5b5749}.site-footer.ft-light{background:var(--cream);color:var(--ink);border-top:none}.ft-light .ft-inner{flex-wrap:wrap;align-items:stretch;gap:clamp(20px,4vw,48px);max-width:1040px;margin:0 auto;display:flex}.ft-light .ft-col{flex-direction:column;gap:clamp(12px,2.4vw,18px);display:flex}.ft-light .ft-col a{color:#4a4636;font-size:clamp(.8rem,2.5vw,.9rem);transition:color .15s}.ft-light .ft-col a:hover{color:var(--gold-d)}.ft-light .ft-divider{background:#11152a2e;flex:0 0 1px;align-self:stretch}.ft-light .ft-right{text-align:right;flex-direction:column;align-items:flex-end;gap:clamp(14px,3vw,22px);margin-left:auto;display:flex}.ft-light .ft-reserved{color:#6b6657;letter-spacing:.06em;font-size:clamp(.78rem,2.4vw,.85rem)}.ft-light .ft-social{gap:clamp(8px,2vw,12px);display:flex}.ft-light .ft-social a{background:var(--navy);width:clamp(32px,8vw,40px);height:clamp(32px,8vw,40px);color:var(--cream);border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.ft-light .ft-social a:hover{background:var(--gold-d)}.ft-light .ft-social svg{width:46%;height:46%}@media (width<=560px){.ft-light .ft-divider{display:none}.ft-light .ft-right{text-align:left;align-items:flex-start;width:100%;margin-left:0}}.sec-light .trio-card{border-color:var(--line-light);background:#11152a0a}.sec-light .trio-card h4{color:var(--ink)}.sec-light .trio-card p{color:#5b5749}.trio-card .trio-icon{width:72px;height:72px;margin:0 auto 14px;display:block}.zr-overlay{z-index:1100;opacity:0;pointer-events:none;background:#0608149e;justify-content:center;align-items:center;padding:clamp(10px,4vw,32px);transition:opacity .22s;display:flex;position:fixed;inset:0}.zr-overlay.open{opacity:1;pointer-events:auto}.zr-report{width:min(560px,100%);max-height:min(86vh,920px);color:var(--moon);border:1px solid var(--line-dark);background:#26273b;border-radius:clamp(16px,4vw,22px);transition:transform .22s;position:relative;overflow-y:auto;transform:translateY(12px)scale(.98);box-shadow:0 24px 70px #00000080}.zr-overlay.open .zr-report{transform:none}.zr-head{z-index:2;border-bottom:1px solid var(--line-dark);background:#26273b;justify-content:space-between;align-items:center;gap:12px;padding:14px clamp(16px,4vw,22px);display:flex;position:sticky;top:0}.zr-head h3{font-family:var(--font-display);color:var(--moon);margin:0;font-size:1rem;font-weight:500}.zr-close{width:32px;height:32px;color:var(--mist);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.4rem;line-height:1;transition:background .15s,color .15s;display:flex}.zr-close:hover{color:var(--moon);background:#ffffff0f}.zr-body{padding:clamp(16px,4vw,22px) clamp(16px,4vw,22px) clamp(22px,5vw,30px)}html{overflow-x:clip}#why-tired,#how-improve,#ingredients{padding-top:clamp(14px,3.5vw,26px)}#highlights{padding-bottom:clamp(14px,3.5vw,26px)}#body-mind-spirit{padding-top:clamp(28px,9vw,44px);padding-bottom:clamp(14px,3.5vw,26px)}#body-mind-spirit .pill-head{z-index:1;position:relative}#body-mind-spirit .flat-wrap{margin-top:clamp(-28px,-5.5vw,-16px)}#why-works .dst-note{min-height:100px}.dsleep-strip .ds-main{line-height:1.12;display:block}.dsleep-strip .ds-sub{opacity:.82;min-height:1.1em;font-size:clamp(.7rem,1.7vw,2.3rem);line-height:1.1;display:block}.dsleep-track{width:max-content;min-width:53vw}#qc,.zr-report{--qz-text-2:#f3ebdbb8}.zr-report{text-align:left}#ingredients .ing-gallery{width:100vw;margin-left:50%;position:relative;transform:translate(-50%)}.nav{-moz-column-gap:10px;column-gap:10px;padding:12px clamp(14px,4vw,72px)}.nav-links{flex-wrap:nowrap;gap:4px 6px}.nav-links a{white-space:nowrap;font-size:.72rem}.nav-links .nav-brand{font-size:.84rem}.nav-div{font-size:.6rem}.nav.scrolled .nav-lang{display:none}.nav-lang{margin-left:auto}.chat-overlay p,.consent-box li{color:#f3ebdbbd}.consent-box h4{color:var(--dawn);font-weight:700}html[lang=en] .hero-title{font-weight:500}html[lang=en] .hero-overlay{padding-top:30%}html[lang=en] .surface-emph{text-transform:uppercase}html[lang=en] #highlights .pill-row:last-child span:last-child{text-align:left}@media (width<=1023.98px){html[lang=en] #highlights .pill-list{width:min(100%,360px)}html[lang=en] #gpmx-life .gl-overlay{gap:8px;top:30%;right:5%}html[lang=en] #gpmx-life .gl-cta{padding:6px 18px;font-size:.66rem}html[lang=en] #ai-companion .ac-screen{top:10%}html[lang=en] #ai-companion .ac-cta{top:58%}}@media (width>=1024px){.sec{padding:clamp(80px,7vw,150px) clamp(48px,7vw,150px)}.sec-wrap{max-width:1120px}.sec-title{font-size:clamp(2rem,3.2vw,3rem)}.inline-title{font-size:clamp(1.6rem,2.6vw,2.4rem)}.sec-lead{max-width:62ch;font-size:clamp(1.05rem,1.25vw,1.28rem)}.pill-head>span{width:min(100%,950px)!important;max-width:min(100%,950px)!important;margin:0 auto!important;padding:clamp(14px,1.4vw,18px) clamp(28px,3vw,46px)!important;font-size:clamp(1.5rem,2vw,2rem)!important;line-height:1.25!important;display:block!important}.nav{-moz-column-gap:18px;justify-content:flex-end;column-gap:18px;padding:18px clamp(40px,5vw,90px)}.nav-lang{margin-left:0}.nav-links{gap:clamp(14px,1.6vw,28px)}.nav-links a{font-size:.95rem}.nav-links .nav-brand{font-size:1.05rem}.nav-div{font-size:.8rem}.hero{max-width:none}.hero-overlay{width:52%;max-width:800px;padding:clamp(140px,14vw,262px) 6px 0 clamp(48px,6vw,120px)}.hero-eyebrow{margin-bottom:16px;font-size:clamp(1rem,1.5vw,1.75rem)}.hero-title{margin-bottom:22px;font-size:clamp(2.6rem,4.4vw,3.6rem);line-height:1.3}.hero-sub{margin-bottom:clamp(28px,2.6vw,44px);font-size:clamp(1.1rem,1.7vw,2rem);line-height:1.6}.hero-overlay .btn-primary{gap:12px;padding:clamp(16px,1.6vw,26px) clamp(34px,3.4vw,56px);font-size:clamp(1rem,1.4vw,1.6rem)}.hero-overlay .btn-primary svg{width:clamp(18px,1.4vw,26px);height:clamp(18px,1.4vw,26px)}html[lang=en] .hero-overlay{padding-top:clamp(88px,9.5vw,180px)}html[lang=en] .hero-sub{max-width:540px}#why-tired{margin-top:clamp(-110px,-7vw,-70px)}#why-tired:before{background-image:-webkit-image-set(url(/assets/desktop/x1/zlp_2-01.webp) 1x,url(/assets/desktop/x2/zlp_2-01.webp) 2x);background-image:image-set("/assets/desktop/x1/zlp_2-01.webp" 1x,"/assets/desktop/x2/zlp_2-01.webp" 2x)}#why-tired .orbit{width:100%;max-width:none;margin:clamp(56px,6vw,90px) 0 clamp(120px,13vw,155px)}#why-tired .orbit-ph{width:20%}#why-tired .orbit-cap{margin-top:clamp(14px,1.6vw,22px);font-size:clamp(1.05rem,1.2vw,1.2rem)}#why-tired .quote-box{max-width:940px;font-size:clamp(1rem,1.15vw,1.15rem)}#insomnia-surface{background-image:-webkit-image-set(url(/assets/desktop/x1/zlp_2-01.webp) 1x,url(/assets/desktop/x2/zlp_2-01.webp) 2x);background-image:image-set("/assets/desktop/x1/zlp_2-01.webp" 1x,"/assets/desktop/x2/zlp_2-01.webp" 2x);background-position:bottom;background-repeat:no-repeat;background-size:cover;padding-top:clamp(10px,1.5vw,28px);padding-bottom:0}#insomnia-surface .surface-row{align-items:center;gap:clamp(40px,5vw,90px);width:100%;max-width:1240px;margin:0 auto}#insomnia-surface .surface-img{-o-object-fit:cover;object-fit:cover;-o-object-position:center bottom;object-position:center bottom;align-self:flex-end;width:clamp(320px,30vw,480px);max-width:none;height:clamp(540px,84vh,800px)}#insomnia-surface .surface-text{flex:1;align-self:center;padding-bottom:0}#insomnia-surface .surface-text .inline-title{margin-bottom:14px;font-size:clamp(2rem,3vw,2.8rem)}#insomnia-surface .surface-p{margin:0 0 12px;font-size:clamp(1.05rem,1.2vw,1.25rem);line-height:1.7}#insomnia-surface .surface-divider{margin:clamp(20px,2.4vw,34px) 0}#qc{max-width:min(1.55*min(85vh,880px),1280px,100%)!important;padding:clamp(26px,2.4vw,46px)!important}#quiz-lead .sec-lead{font-size:clamp(1.05rem,1.3vw,1.3rem)!important}#qc #s0>div:first-child p{font-size:clamp(1.4rem,1.7vw,1.95rem)!important}#qc #s0>div:nth-child(2){gap:clamp(12px,1.4vw,24px)!important}#qc #s0>div:nth-child(2)>div{padding:clamp(26px,2.6vw,44px) 12px!important}#qc #s0>div:nth-child(2)>div>span{width:clamp(30px,2.4vw,40px)!important;height:clamp(30px,2.4vw,40px)!important}#qc #s0>div:nth-child(2)>div>p{margin-top:12px!important;font-size:clamp(1.1rem,1.3vw,1.4rem)!important}#qc #s0>.btn-primary{padding:clamp(18px,1.8vw,26px)!important;font-size:clamp(1.2rem,1.45vw,1.55rem)!important}#qc #s0>p{font-size:clamp(.95rem,1.05vw,1.18rem)!important}#qc #s1>div:first-child span{font-size:clamp(1rem,1.1vw,1.2rem)!important}#qc #s1>div:nth-child(2)>p:first-child{font-size:clamp(1.4rem,1.7vw,1.95rem)!important;line-height:1.6!important}#qc #s1>div:nth-child(2)>div:first-of-type span{font-size:clamp(1rem,1.1vw,1.2rem)!important}#qc #s1>div:nth-child(2)>div:nth-of-type(2)>button{width:clamp(66px,4.2vw,86px)!important;height:clamp(66px,4.2vw,86px)!important;font-size:clamp(1.3rem,1.5vw,1.65rem)!important}#qc #s1>div:nth-child(2)>p:nth-of-type(2){font-size:clamp(1.05rem,1.15vw,1.25rem)!important}#qc #s1>div:nth-child(3) button,#qc #s1>div:nth-child(3) span{font-size:clamp(1rem,1.1vw,1.2rem)!important}#qc #s2 [style*=font-size\:10px],#qc #s2 [style*="font-size: 10px"],.zr-report [style*=font-size\:10px],.zr-report [style*="font-size: 10px"]{font-size:14px!important}#qc #s2 [style*=font-size\:11px],#qc #s2 [style*="font-size: 11px"],.zr-report [style*=font-size\:11px],.zr-report [style*="font-size: 11px"]{font-size:15px!important}#qc #s2 [style*=font-size\:12px],#qc #s2 [style*="font-size: 12px"],.zr-report [style*=font-size\:12px],.zr-report [style*="font-size: 12px"]{font-size:17px!important}#qc #s2 [style*=font-size\:13px],#qc #s2 [style*="font-size: 13px"],.zr-report [style*=font-size\:13px],.zr-report [style*="font-size: 13px"]{font-size:18px!important}#qc #s2 [style*=font-size\:14px],#qc #s2 [style*="font-size: 14px"],.zr-report [style*=font-size\:14px],.zr-report [style*="font-size: 14px"]{font-size:20px!important}#qc #s2 [style*=font-size\:15px],#qc #s2 [style*="font-size: 15px"],.zr-report [style*=font-size\:15px],.zr-report [style*="font-size: 15px"]{font-size:21px!important}#qc #s2 [style*=font-size\:16px],#qc #s2 [style*="font-size: 16px"],.zr-report [style*=font-size\:16px],.zr-report [style*="font-size: 16px"]{font-size:23px!important}#qc #s2 [style*=font-size\:18px],#qc #s2 [style*="font-size: 18px"],.zr-report [style*=font-size\:18px],.zr-report [style*="font-size: 18px"]{font-size:26px!important}.zr-report{width:min(1.55*min(85vh,880px),1280px,94vw);max-height:min(90vh,1040px)}.zr-head{padding:clamp(20px,1.6vw,30px) clamp(28px,2.4vw,46px)}.zr-head h3{font-size:clamp(1.4rem,1.7vw,1.9rem)}.zr-close{width:clamp(42px,3vw,52px);height:clamp(42px,3vw,52px);font-size:2rem}.zr-body{padding:clamp(28px,2.4vw,46px) clamp(28px,2.4vw,46px) clamp(34px,3vw,48px)}#how-improve .pill-head{margin-bottom:clamp(14px,1.8vw,24px)!important}#how-improve .sec-lead{font-size:clamp(1.05rem,1.3vw,1.3rem)!important}#how-improve .flat-wrap{width:100vw!important;max-width:none!important;margin:calc(30px - 8vw) 0 0 calc(50% - 50vw)!important;transform:none!important}#how-improve .flat-img{display:block;border-radius:0!important}#how-improve{padding-bottom:0!important}#deep-sleep-timeline{margin-top:calc(30px - 12.5vw)!important;padding:0 clamp(16px,3vw,80px) clamp(48px,5vw,96px)!important}#deep-sleep-timeline .sec-wrap{max-width:1188px!important}#deep-sleep-timeline .zs-timeline{margin-top:0}#deep-sleep-timeline .zs-track{gap:clamp(8px,1.2vw,18px)}#deep-sleep-timeline .zs-track:before{top:6px}#deep-sleep-timeline .zs-node{gap:clamp(6px,.8vw,11px)}#deep-sleep-timeline .zs-dot{width:14px;height:14px}#deep-sleep-timeline .zs-cap{min-height:clamp(52px,4vw,64px)}#deep-sleep-timeline .zs-cap b{font-size:clamp(1.2rem,1.45vw,1.6rem)}#deep-sleep-timeline .zs-cap i{font-size:clamp(.9rem,1.05vw,1.12rem)}#deep-sleep-timeline .zs-node.is-active .zs-cap b{font-size:clamp(1.85rem,2.4vw,2.45rem)}#deep-sleep-timeline .zs-node.is-active .zs-cap i{font-size:clamp(1rem,1.2vw,1.25rem)}#deep-sleep-timeline .zs-tile{border-radius:clamp(18px,2vw,24px);width:clamp(84px,6.8vw,112px)}#highlights{padding-left:clamp(4px,.6vw,16px);padding-right:clamp(48px,6.5vw,150px)}#highlights .sec-wrap{-moz-column-gap:clamp(28px, 2.6vw, 52px);grid-template-columns:minmax(0,1fr) clamp(370px,24vw,440px);grid-template-areas:"head head""img list";align-items:center;column-gap:clamp(28px,2.6vw,52px);max-width:min(1900px,100%);display:grid}#highlights .pill-head{grid-area:head;margin-bottom:clamp(24px,3vw,48px)}#highlights .flat-wrap{grid-area:img;width:100%!important;max-width:none!important;margin:0!important;transform:none!important}#highlights .flat-img{border-radius:0!important;width:100%!important;max-width:none!important;height:auto!important;margin:0!important}#highlights .pill-list{grid-area:list;gap:clamp(14px,2vw,34px);width:100%;max-width:none;margin:0}#highlights .pill-row{border-width:2px;border-color:#e4dfd480;gap:clamp(14px,1.3vw,18px);padding:clamp(6px,.7vw,9px) clamp(22px,1.8vw,32px) clamp(6px,.7vw,9px) clamp(6px,.7vw,9px)}#highlights .pill-row .pr-ic{width:clamp(40px,3.1vw,48px);height:clamp(40px,3.1vw,48px);color:var(--moon);border-width:2px;border-color:#c4cceb}#highlights .pill-row .pr-ic svg{stroke-width:2.6px;width:clamp(18px,1.45vw,23px);height:clamp(18px,1.45vw,23px)}#highlights .pill-row span{font-size:clamp(1.08rem,1.3vw,1.38rem)}html[lang=en] #highlights .sec-wrap{grid-template-columns:minmax(0,1fr) clamp(500px,38vw,620px)}#body-mind-spirit{padding-top:clamp(90px,15vh,150px);padding-left:clamp(16px,2vw,48px);padding-right:clamp(16px,2vw,48px)}#body-mind-spirit .sec-wrap{max-width:min(1480px,100%)}#body-mind-spirit .flat-wrap{aspect-ratio:16/9!important;width:auto!important;max-width:100%!important;height:min(85vh,880px)!important;margin:clamp(-125px,-11vh,-80px) auto 0!important;transform:none!important}#body-mind-spirit .flat-img{display:block;-o-object-fit:contain!important;object-fit:contain!important;width:100%!important;max-width:none!important;height:100%!important}#ingredients{padding-left:clamp(8px,1.5vw,40px);padding-right:clamp(8px,1.5vw,40px)}#ingredients .ing-gallery{width:100vw;margin-top:clamp(16px,2.2vw,30px);margin-left:50%;transform:translate(-50%)}#ingredients .ing-track{align-items:flex-start;gap:clamp(12px,1.3vw,26px)}#ingredients .ing-slide{flex:none;width:min(24vw,470px);max-width:86vw}#ingredients .ing-photo{aspect-ratio:1;border-radius:clamp(16px,1.6vw,24px);overflow:hidden}#ingredients .ing-photo img{width:406%;max-width:none;height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}#ingredients .ing-meta{display:block}#ingredients .ing-tag{display:none}#ingredients .ing-desc{max-width:46ch;margin-top:clamp(12px,1.4vw,20px);font-size:clamp(1.08rem,1.35vw,1.4rem);font-weight:600}#why-works .sec-wrap{max-width:min(1300px,100%)}#why-works .pill-head{margin-bottom:clamp(24px,2.4vw,40px)!important}#why-works .dst{max-width:min(1.55*min(85vh,880px),1280px,100%);padding:clamp(42px,4.4vw,88px) clamp(28px,2.4vw,46px)}#why-works .dst-line{gap:clamp(14px,1.4vw,22px);margin-bottom:clamp(30px,3.4vw,58px);font-size:clamp(1.02rem,1.12vw,1.24rem)}#why-works .dst-tabs{margin-bottom:clamp(44px,5.2vw,90px)}#why-works .dst-tab{padding:clamp(14px,1.4vw,22px) 8px;font-size:clamp(1.05rem,1.2vw,1.32rem)}#why-works .dst-head{margin-bottom:clamp(20px,2.4vw,38px);font-size:clamp(1.7rem,2.1vw,2.3rem)}#why-works .dst-note{max-width:52ch;min-height:clamp(110px,9vw,154px);font-size:clamp(1.1rem,1.25vw,1.36rem)}#why-works .dsleep{min-height:min(102vh,1040px);margin-top:clamp(24px,3vw,56px);margin-bottom:clamp(20px,3vw,50px)}#why-works .dsleep-strips{width:60%}#why-works .dsleep-track{gap:clamp(16px,2.2vw,38px)}#why-works .dsleep-strip{padding:clamp(22px,2.8vw,50px) clamp(48px,7vw,132px) clamp(22px,2.8vw,50px) clamp(40px,7vw,132px);font-size:clamp(1.9rem,2.9vw,3.3rem)}#why-works .dsleep-img{width:auto;max-width:none;height:min(102vh,1040px)}#compare{padding-bottom:clamp(140px,14vw,175px)}#compare .sec-wrap{max-width:min(1340px,100%)}#compare .cmp-grid{gap:clamp(18px,2vw,32px);max-width:min(1.55*min(85vh,880px),1280px,100%);margin-left:auto;margin-right:auto}#compare .cmp-card{border-radius:clamp(18px,1.7vw,28px);padding:clamp(24px,2.2vw,40px) clamp(34px,3vw,56px) clamp(10px,1vw,16px)}#compare .cmp-card.cmp-win{background:var(--gold)}#compare .cmp-win h3,#compare .cmp-win li{color:var(--navy)}#compare .cmp-win li:before{background:var(--navy)}#compare .cmp-card h3{min-height:clamp(52px,4vw,74px);margin-bottom:clamp(16px,1.6vw,26px);line-height:1.1}#compare .cmp-win h3{font-size:clamp(2.5rem,3.3vw,3.9rem)}#compare .cmp-lose h3{font-size:clamp(2rem,2.6vw,2.95rem)}#compare .cmp-card ul{gap:clamp(14px,1.4vw,22px);margin-bottom:clamp(12px,1vw,18px)}#compare .cmp-card li{gap:clamp(13px,1.1vw,18px);font-size:clamp(1.25rem,1.45vw,1.65rem);line-height:1.6}#compare .cmp-card li:before{width:13px;height:13px;margin-top:11px}#compare .cmp-card .cmp-img{aspect-ratio:485/210;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;max-width:clamp(360px,32vw,485px);height:auto;margin:auto auto -121px}#gpmx-life .sec-wrap{max-width:min(1340px,100%)}#gpmx-life .sec-title{margin-top:clamp(40px,3.6vw,68px)!important}#gpmx-life .flat-wrap{max-width:min(1.55*min(85vh,880px),1280px,100%)!important}#gpmx-life .flat-wrap.flat-wrap-full{max-width:none!important}#gpmx-life .gl-overlay{align-items:flex-end;gap:clamp(26px,3.2vw,52px);width:min(34%,540px);top:30%;left:auto;right:11%}#gpmx-life .gl-text{text-align:right;font-size:clamp(1rem,1.35vw,1.5rem);line-height:1.85}#gpmx-life .gl-br{display:inline}html[lang=en] #gpmx-life .gl-text{text-align:justify;text-align-last:right}#gpmx-life .gl-cta{padding:clamp(12px,1vw,18px) clamp(38px,3.2vw,58px);font-size:clamp(.95rem,1.1vw,1.2rem)}#late-night .ln-card{aspect-ratio:2.458;border-radius:clamp(18px,1.7vw,28px);max-width:min(1.55*min(85vh,880px),1280px,100%);overflow:hidden}#late-night .ln-photo{width:131.5%;max-width:none;height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}#late-night .ln-overlay{width:38%}#late-night .ln-title{font-size:clamp(13px,3.5vw,35px)}#late-night .ln-lead{font-size:clamp(8px,1.95vw,17px)}#late-night .ln-tag{font-size:clamp(9px,2.3vw,21px)}#late-night .ln-tag:before{width:clamp(9px,2.2vw,22px);height:clamp(9px,2.2vw,22px)}#ai-companion .ac-stage{margin-top:-128px}#ai-companion .ac-phone{width:auto;max-width:1500px;margin:0 auto}#ai-companion .ac-screen{top:18%;left:36%;right:36%}#ai-companion .ac-ic{width:130%}#ai-companion .ac-h{color:var(--gold);margin-top:-156px;font-size:clamp(8px,2.05vw,28px)}#ai-companion .ac-d{font-size:clamp(7px,1.85vw,20px)}#ai-companion .ac-cta{padding:clamp(8px,.75vw,14px) clamp(26px,2.2vw,44px);font-size:clamp(10px,1.05vw,18px);top:81%}html[lang=en] #ai-companion .ac-cta{top:84%}#who-for{flex-direction:column;justify-content:center;min-height:100vh;margin-top:0;display:flex}#who-for .who-gallery{margin-top:clamp(56px,6vw,92px);overflow:clip visible}#who-for .who-slide{flex-basis:19%;max-width:none;position:relative;transform:scale(.82)}#who-for .who-slide.is-active{transform:scale(1.75)}#who-for .who-tag{margin-top:-14%;font-size:22px;position:absolute;top:100%;left:0;right:0;transform:scale(1.22)}#who-for .who-slide.is-active .who-tag{transform:scale(.571)}#order .cta-top{text-align:left;width:41%;padding:0;top:32%;left:55%;right:auto}#order .cta-eyebrow{letter-spacing:.06em;font-size:clamp(15px,1.25vw,23px)}#order .cta-title{margin-top:clamp(22px,3.4vw,64px);font-size:clamp(28px,2.6vw,50px);line-height:1.35}html[lang=en] #order .cta-title{font-size:clamp(26px,1.9vw,36px);line-height:1.3}#order .cta-cluster{text-align:left;width:41%;inset:58.4% auto auto 55%}#order .cta-line{font-size:clamp(15px,1.15vw,22px);line-height:1.6}#order .cta-btn{border-radius:clamp(14px,1.4vw,24px);width:auto;margin-top:clamp(34px,5vw,88px);padding:clamp(15px,1.45vw,23px) clamp(72px,7.5vw,132px);font-size:clamp(19px,1.35vw,25px);display:inline-block}.chat-window{border-radius:24px;width:min(460px,100vw - 48px);height:min(680px,100vh - 140px)}.chat-header{padding:22px 24px}.chat-header h3{font-size:1.28rem}.chat-header p{font-size:.9rem}.chat-avatar{width:44px;height:44px}.chat-avatar svg{width:22px;height:22px}.chat-close{width:38px;height:38px;font-size:1.6rem}.chat-messages{gap:14px;padding:24px}.msg{border-radius:16px;max-width:84%;padding:12px 16px;font-size:1.02rem}.chat-quiz-cta{padding:11px 18px;font-size:.92rem}.chat-suggestion-chip{padding:9px 16px;font-size:.92rem}#char-counter{font-size:.82rem!important}.chat-form{padding:18px 20px}.chat-form textarea{border-radius:20px;padding:14px 18px;font-size:1rem}.chat-form button{width:50px;height:50px}.chat-form button svg{width:20px;height:20px}.chat-overlay{gap:20px;padding:36px}.chat-overlay p{max-width:30ch;font-size:1rem}.verify-spinner{width:44px;height:44px}.consent-box{max-width:400px}.consent-box h4{margin-bottom:18px;font-size:1.4rem}.consent-box ul{gap:14px;margin-bottom:28px}.consent-box li{padding-left:28px;font-size:1rem;line-height:1.6}.consent-box li:before{font-size:.95rem}.consent-accept-btn{padding:15px;font-size:1.05rem}.site-footer.ft-light{padding:clamp(64px,6vw,100px) clamp(40px,5vw,80px) clamp(48px,4vw,72px)}.ft-light .ft-inner{gap:clamp(40px,4.5vw,72px);max-width:min(1500px,100%)}.ft-light .ft-col{gap:clamp(16px,1.7vw,26px)}.ft-light .ft-col a{font-size:clamp(1rem,1.1vw,1.25rem)}.ft-light .ft-right{gap:clamp(20px,2vw,30px)}.ft-light .ft-reserved{font-size:clamp(.95rem,1vw,1.15rem)}.ft-light .ft-social{gap:clamp(12px,1.2vw,18px)}.ft-light .ft-social a{width:clamp(44px,3vw,52px);height:clamp(44px,3vw,52px)}}
