html,body{background:var(--hy-black);color:var(--hy-white);font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;overflow-x:clip;font-synthesis:none}html{scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar{width:0;height:0;display:none}body::-webkit-scrollbar{width:0;height:0;display:none}body{min-height:100vh;min-height:100dvh;padding:0;margin:0}html.hy-scroll-locked{overflow:hidden!important;overscroll-behavior:none}html.hy-scroll-locked body{overflow:hidden!important;touch-action:none;overscroll-behavior:none}*{box-sizing:border-box}:root{interpolate-size:allow-keywords}.hytz-announcement{height:2.25rem;background:var(--hy-yellow);display:flex;align-items:center;justify-content:center;font-family:var(--hy-font-body);font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--hy-black);position:relative;z-index:1001;padding:0 1rem;white-space:nowrap}.hytz-nav{position:fixed;top:3rem;left:0;right:0;width:auto;display:flex;justify-content:center;z-index:10000;padding:0 calc(var(--hy-gutter) - 1.25rem);background:transparent;pointer-events:none;transition:top .5s cubic-bezier(.4,.2,.2,1)}.hytz-nav>*{pointer-events:auto}.hytz-nav.is-scrolled{top:1rem}.hytz-nav-inner{position:relative;width:100%;max-width:100%;height:4rem;transition:max-width .5s cubic-bezier(.4,.2,.2,1),height .5s cubic-bezier(.4,.2,.2,1),padding .5s cubic-bezier(.4,.2,.2,1);padding:0 1.25rem;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1.5rem;pointer-events:auto}.hytz-nav-inner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--hy-r-md);background:var(--hy-glass-bg);backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow);opacity:0;pointer-events:none;transition:opacity .5s ease;transform:translateZ(0);will-change:opacity;z-index:-1}.hytz-nav.is-scrolled .hytz-nav-inner{max-width:42rem;padding-inline:1.25rem}.hytz-nav.cart-open .hytz-nav-inner:before{border-radius:var(--hy-r-md) var(--hy-r-md) 0 0;border-bottom:0}.hytz-nav.is-scrolled .hytz-nav-inner:before,.hytz-nav.cart-open .hytz-nav-inner:before,.hytz-nav.menu-open .hytz-nav-inner:before{opacity:1;backdrop-filter:var(--hy-glass-blur);-webkit-backdrop-filter:var(--hy-glass-blur)}.hytz-nav-logo{display:inline-flex;align-items:center;justify-self:start;text-decoration:none;transition:opacity .2s}.hytz-nav-logo:hover{opacity:.8}.hytz-nav-logo img{height:2.25rem;width:auto;display:block}.hytz-nav-links{display:flex;gap:.25rem;align-items:center;justify-content:center;justify-self:center;list-style:none;padding:0;margin:0}.hytz-nav-links a{font-family:var(--hy-font-body);font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:1.3px;color:#ffffffbf;text-decoration:none;padding:.625rem 1rem;border-radius:6.25rem;transition:color .25s,background .25s}.hytz-nav-links a:hover{color:var(--hy-white);background:#ffffff0f}.hytz-nav-right{display:flex;gap:.375rem;align-items:center;justify-self:end}.hytz-nav-icon{width:3rem;height:3rem;color:#ffffffd9;cursor:pointer;transition:color .25s,background .25s;position:relative;display:inline-flex;align-items:center;justify-content:center;background:none;border:none;border-radius:6.25rem;text-decoration:none}.hytz-nav-icon:hover{color:var(--hy-white);background:#ffffff0f}.hytz-nav-icon svg{width:1.375rem;height:1.375rem;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.hytz-nav-hamburger{display:none;flex-direction:column;justify-content:center;gap:.3125rem;width:2.75rem;height:2.75rem;padding:0;background:none;border:none;cursor:pointer;align-items:center}.hytz-nav-hamburger span{display:block;width:1.375rem;height:.125rem;background:var(--hy-white);border-radius:.125rem;transition:transform .3s ease,opacity .25s ease}.hytz-nav.menu-open .hytz-nav-hamburger span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hytz-nav.menu-open .hytz-nav-hamburger span:nth-child(2){opacity:0}.hytz-nav.menu-open .hytz-nav-hamburger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hytz-cart-count{position:absolute;top:.25rem;right:.25rem;background:var(--hy-yellow);color:var(--hy-black);font-family:var(--hy-font-body);font-size:.5625rem;font-weight:800;min-width:1rem;height:1rem;padding:0 .25rem;border-radius:6.25rem;display:flex;align-items:center;justify-content:center;border:1.5px solid rgba(var(--hy-black-rgb),.6)}.hytz-nav-cta{margin-left:.25rem;padding:.625rem 1.125rem;background:var(--hy-yellow);color:var(--hy-black);font-family:var(--hy-font-body);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;text-decoration:none;border-radius:6.25rem;transition:transform .2s,box-shadow .2s;display:inline-flex;align-items:center;gap:.375rem;white-space:nowrap}.hytz-nav-cta:hover{box-shadow:0 6px 16px #fff20040}@media(max-width:900px){.hytz-nav-cta{display:none}}.hy-page-body{padding:8.75rem 1.5rem 1.5rem}@media(max-width:768px){.hytz-nav{top:2.25rem;padding:0 .75rem}.hytz-nav.is-scrolled{top:.5rem;padding:0 1.75rem}.hytz-nav-inner{height:4rem;padding:0 .25rem;grid-template-columns:auto 1fr auto;gap:.5rem}.hytz-nav.is-scrolled .hytz-nav-inner{height:3.625rem;padding-inline:.25rem}.hytz-nav-hamburger{display:flex}.hytz-nav-links{display:none}.hytz-nav-logo{justify-self:center}.hytz-nav-logo img{height:2.25rem}.hytz-nav.is-scrolled .hytz-nav-logo img{height:1.9rem;transition:height .3s ease}.hytz-nav-icon{width:2.75rem;height:2.75rem}.hytz-nav-icon svg{width:1.375rem;height:1.375rem}.hytz-nav-icon--account{display:none}.hytz-announcement{font-size:.6875rem;letter-spacing:.9px;height:2rem}.hy-page-body{padding:7.5rem .75rem .75rem}}.hy-mobile-menu-overlay,.hytz-mobile-menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:9997;opacity:0;pointer-events:none;transition:opacity .3s ease}.hy-mobile-menu-overlay.active,.hytz-mobile-menu-overlay.active{opacity:1;pointer-events:auto}.hy-mobile-menu,.hytz-mobile-menu{position:fixed;z-index:9999;border:none;border-radius:0 0 var(--hy-r-md) var(--hy-r-md);background:var(--hy-glass-bg);backdrop-filter:var(--hy-glass-blur);-webkit-backdrop-filter:var(--hy-glass-blur);box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow);opacity:0;transform:translateY(-8px);pointer-events:none;transition:opacity .3s ease,transform .3s cubic-bezier(.4,.1,.2,1);padding:1rem 0;display:flex;flex-direction:column}.hy-mobile-menu.active,.hytz-mobile-menu.active{opacity:1;transform:translateY(0);pointer-events:auto}.hy-mobile-menu a,.hytz-mobile-menu a{padding:1rem 1.75rem;font-family:var(--hy-font-body);font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:1.2px;color:#ffffffd9;text-decoration:none;border-bottom:1px solid var(--hy-border);transition:color .2s,background .2s}.hy-mobile-menu a:last-child,.hytz-mobile-menu a:last-child{border-bottom:none}.hy-mobile-menu a:hover,.hytz-mobile-menu a:hover{color:var(--hy-yellow);background:#fff2000a}.hytz-nav.menu-open .hytz-nav-inner:before{border-radius:var(--hy-r-md) var(--hy-r-md) 0 0;border-bottom:0}.hytz-nav-search{display:none;width:100%;height:100%;padding:0 1.5rem;align-items:center}.hytz-nav.search-open .hytz-nav-inner{display:none}.hytz-nav.search-open .hytz-nav-search{display:flex}.hytz-search-form{display:flex;align-items:center;width:100%;gap:.875rem}.hytz-search-icon{width:1.125rem;height:1.125rem;stroke:var(--hy-yellow);fill:none;stroke-width:1.5;flex-shrink:0}.hytz-search-input{flex:1;background:transparent;border:none;outline:none;font-family:var(--hy-font-body);font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.8px;color:var(--hy-white);caret-color:var(--hy-yellow)}.hytz-search-input::placeholder{color:#ffffff4d}.hytz-search-close{font-size:1.375rem;color:#fff6;cursor:pointer;transition:color .2s;background:none;border:none;padding:.25rem;line-height:1}.hytz-search-close:hover{color:var(--hy-white)}.hytz-search-toggle{cursor:pointer}.hy-hero{position:relative;width:100%;border-radius:1.75rem;overflow:hidden;background:linear-gradient(180deg,#ffffff0a,#fff0 18%),linear-gradient(180deg,var(--hy-card) 0%,var(--hy-card-2) 100%);border:1.5px solid var(--hy-border);box-shadow:inset 0 1px #ffffff0f,0 20px 60px #00000073;aspect-ratio:16 / 9;display:grid;grid-template-columns:1fr 1fr;align-items:stretch}.hy-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(255,255,255,.07) 0%,transparent 28%),radial-gradient(70% 90% at 50% 110%,rgba(255,242,0,.035) 0%,transparent 65%);mix-blend-mode:screen;pointer-events:none;z-index:1}@media(min-width:641px){.hy-hero-copy{order:1}.hy-hero-scene{order:2}}.hy-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--atmosphere);background-size:cover;background-position:center center;background-repeat:no-repeat;pointer-events:none;z-index:0;opacity:1}@media(max-width:640px){.hy-hero:after{background-image:none}.hy-hero:before{background:linear-gradient(180deg,rgba(255,255,255,.12) 0%,transparent 22%),radial-gradient(90% 70% at 50% 100%,rgba(255,242,0,.08) 0%,transparent 65%);z-index:3}.hy-hero-scene:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--atmosphere-mobile);background-size:cover;background-position:center center;background-repeat:no-repeat;pointer-events:none;z-index:0}.hy-hero-scene>*{position:relative;z-index:1}}.hy-hero>*{position:relative;z-index:1}.hy-hero-scene{position:relative;padding:3rem;display:flex;align-items:center;justify-content:center}.hy-hero-scene .hy-bag,.hy-hero-scene .hy-capsule{display:none}.hy-hero-scene-inner{position:relative;width:100%;height:100%;min-height:36.25rem}.hy-bag{position:absolute;filter:drop-shadow(0 30px 60px rgba(0,0,0,.55)) drop-shadow(0 0 80px var(--glow, rgba(255,242,0,.25)));transition:transform .5s cubic-bezier(.2,.8,.2,1),filter .4s ease;will-change:transform,filter;cursor:pointer}.hy-bag img{width:100%;height:auto;display:block}.hy-bag:hover,.hy-bag:focus-visible{transform:var(--base-transform) scale(1.08) translateY(-6px);filter:drop-shadow(0 38px 70px rgba(0,0,0,.6)) drop-shadow(0 0 110px var(--glow));z-index:10;outline:none}.hy-bag-1{--base-transform: rotate(-22deg);width:clamp(10.9375rem,37%,18.75rem);top:2%;left:-8%;transform:var(--base-transform);--glow: rgba(235,8,140,.4);z-index:3}.hy-bag-2{--base-transform: rotate(9deg);width:clamp(15rem,50%,25rem);top:14%;left:20%;transform:var(--base-transform);--glow: rgba(149,25,45,.42);z-index:5}.hy-bag-3{--base-transform: rotate(-11deg);width:clamp(10.625rem,36%,18.125rem);top:0%;left:58%;transform:var(--base-transform);--glow: rgba(118,64,153,.38);z-index:2}.hy-bag-4{--base-transform: rotate(17deg);width:clamp(11.5625rem,39%,19.6875rem);top:44%;left:-6%;transform:var(--base-transform);--glow: rgba(43,157,216,.38);z-index:4}.hy-bag-5{--base-transform: rotate(-5deg);width:clamp(12.5rem,42%,21.25rem);top:62%;left:34%;transform:var(--base-transform);--glow: rgba(76,185,104,.38);z-index:6}.hy-bag-6{--base-transform: rotate(21deg);width:clamp(10.625rem,36%,17.8125rem);top:48%;left:68%;transform:var(--base-transform);--glow: rgba(131,208,211,.36);z-index:3}.hy-capsule{position:absolute;width:2.625rem;animation:hy-float 8s ease-in-out infinite;filter:drop-shadow(0 8px 16px rgba(0,0,0,.5));transition:transform .3s cubic-bezier(.2,.8,.2,1),filter .3s ease;cursor:pointer;will-change:transform}.hy-capsule img{width:100%;height:auto;display:block}.hy-capsule:hover{animation-play-state:paused;transform:var(--base-rotate) scale(1.35);filter:drop-shadow(0 14px 24px rgba(0,0,0,.6)) drop-shadow(0 0 36px var(--glow));z-index:10}.hy-capsule-1{--base-rotate: rotate(72deg);top:12%;left:40%;animation-delay:0s;transform:var(--base-rotate);--glow: rgba(149,25,45,.55);width:1.875rem;z-index:6}.hy-capsule-2{--base-rotate: rotate(-38deg);top:36%;left:4%;animation-delay:1.3s;transform:var(--base-rotate);--glow: rgba(131,208,211,.55);width:1.75rem;z-index:4}.hy-capsule-3{--base-rotate: rotate(18deg);top:28%;left:88%;animation-delay:2s;transform:var(--base-rotate);--glow: rgba(118,64,153,.55);width:2rem;z-index:5}.hy-capsule-4{--base-rotate: rotate(-62deg);top:56%;left:38%;animation-delay:.6s;transform:var(--base-rotate);--glow: rgba(43,157,216,.55);width:1.625rem;z-index:7}.hy-capsule-5{--base-rotate: rotate(45deg);top:93%;left:52%;animation-delay:1.8s;transform:var(--base-rotate);--glow: rgba(235,8,140,.55);width:1.875rem;z-index:7}.hy-capsule-6{--base-rotate: rotate(-15deg);top:88%;left:4%;animation-delay:2.6s;transform:var(--base-rotate);--glow: rgba(76,185,104,.55);width:1.75rem;z-index:4}@keyframes hy-float{0%,to{translate:0 0}50%{translate:0 -5px}}@media(prefers-reduced-motion:reduce){.hy-capsule{animation:none}.hy-bag,.hy-capsule{transition:none}}.hy-hero-copy{padding:clamp(1.75rem,4vw,5.5rem) clamp(1.5rem,3.5vw,4.5rem);display:flex;flex-direction:column;justify-content:center;gap:clamp(1rem,2vw,2.25rem);position:relative;z-index:5}@media(min-width:641px){.hy-hero-copy{padding:clamp(3rem,7vw,6.5rem) clamp(1.5rem,3.5vw,4.5rem);gap:clamp(.75rem,1.5vw,1.25rem);justify-content:center}.hy-hero-copy .hy-sub{margin-top:clamp(-.25rem,-.15vw,-.125rem)}.hy-hero-copy .hy-ctas{margin-top:clamp(1.25rem,2.75vw,2.25rem);max-width:clamp(20rem,25vw,24rem)}.hy-hero-copy .hy-ctas .hy-btn{width:100%}}.hy-hero-copy .hy-ctas{flex-direction:column;align-items:flex-start;gap:.75rem}.hy-hero-copy .hy-ctas .hy-btn{width:100%;justify-content:center}.hy-eyebrow{font-family:var(--hy-font-body);font-size:clamp(.625rem,.85vw,.75rem);font-weight:700;text-transform:uppercase;letter-spacing:2.6px;color:var(--hy-yellow);display:inline-flex;align-items:center;gap:.625rem;padding:.375rem .875rem;border:1px solid rgba(255,242,0,.22);border-radius:6.25rem;background:linear-gradient(180deg,#fff2000f,#fff20008);box-shadow:inset 0 1px #ffffff0d,0 1px 6px #fff2000d;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);line-height:1;width:fit-content;max-width:100%;align-self:flex-start}.hy-eyebrow:before{content:"";width:.375rem;height:.375rem;border-radius:50%;background:var(--hy-yellow);box-shadow:0 0 8px #fff200cc,0 0 14px #fff20066;flex-shrink:0}.hy-headline{margin:0}.hy-headline-main{display:block;font-family:var(--hy-font-display);font-size:3.5rem;font-weight:500;line-height:1;letter-spacing:-.01em;color:var(--hy-yellow);white-space:nowrap}@media(min-width:641px){.hy-headline-main{font-size:clamp(2.75rem,4.4vw,3.5rem)}.hy-hero-copy .hy-sub{max-width:clamp(18rem,22vw,22rem)}}.hy-headline-sub{display:block;font-family:var(--hy-font-body);font-size:1.5rem;font-weight:500;line-height:1.15;text-transform:none;letter-spacing:normal;color:var(--hy-white);margin-top:.75rem;text-wrap:balance}@media(max-width:640px){.hy-headline-sub{font-size:1.2rem}.hy-hero--v3 .hy-headline-main{white-space:nowrap;font-size:clamp(1.85rem,7.8vw,2.25rem)}}.hy-sub{font-family:Inter,sans-serif;font-size:clamp(.875rem,1.1vw,1.0625rem);font-weight:400;line-height:1.5;color:var(--hy-text-dim);max-width:var(--hy-read);margin:0}.hy-hero-proof{display:flex;flex-direction:column;gap:.4rem}.hy-hero-proof-row{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin:0;font-family:var(--hy-font-body);font-size:clamp(.8rem,1vw,.9rem);font-weight:600;line-height:1.2;letter-spacing:.01em;color:var(--hy-text-dim)}.hy-hero-proof-dot{color:var(--hy-text-muted)}.hy-hero-proof-rating{display:inline-flex;align-items:center;gap:.3rem;color:var(--hy-white);font-variant-numeric:tabular-nums}.hy-hero-proof-star{width:.95rem;height:.95rem;color:var(--hy-yellow);flex:none}.hy-hero-tag{margin:0;font-family:var(--hy-font-body);font-size:clamp(.8rem,1vw,.9rem);line-height:1.4;color:var(--hy-text-muted);text-wrap:balance}.hy-ctas{display:flex;gap:.75rem;margin:0;flex-wrap:wrap}.hy-btn{display:inline-flex;align-items:center;justify-content:center;gap:clamp(.5rem,.8vw,.75rem);padding:clamp(.4375rem,.8vw,.625rem) clamp(1.125rem,2vw,1.75rem);border-radius:6.25rem;font-family:var(--hy-font-body);font-size:clamp(.75rem,1vw,.9375rem);font-weight:500;text-transform:uppercase;letter-spacing:normal;text-decoration:none;transition:background .2s ease,color .2s ease;cursor:pointer;border:1.5px solid transparent;line-height:1.2}.hy-btn-primary{background:var(--hy-yellow);color:var(--hy-black);border-color:var(--hy-yellow)}.hy-btn-primary:hover{background:color-mix(in srgb,var(--hy-yellow) 88%,#000);color:var(--hy-black);border-color:color-mix(in srgb,var(--hy-yellow) 88%,#000)}.hy-btn-ghost{background:transparent;color:var(--hy-white);border-color:#ffffff59}.hy-btn-ghost:hover{background:var(--hy-white);color:var(--hy-black);border-color:var(--hy-white)}.hy-btn-glass{background:var(--hy-glass-bg);-webkit-backdrop-filter:var(--hy-glass-blur);backdrop-filter:var(--hy-glass-blur);box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow);border:none;color:var(--hy-white)}.hy-btn-glass:hover{background:color-mix(in srgb,var(--hy-white) 10%,var(--hy-glass-bg));color:var(--hy-white)}@media(max-width:640px){.hy-btn{padding:.65rem 1.4rem;font-size:.8rem}}.hy-btn svg{width:.875rem;height:.875rem}.hy-btn-arrow{display:inline-block;transition:transform .25s ease}.hy-btn:hover .hy-btn-arrow{transform:translate(4px)}.hy-trust{display:grid;grid-template-columns:1fr 1fr;gap:.625rem;max-width:26.25rem}.hy-trust-chip{display:inline-flex;align-items:center;gap:clamp(.25rem,.6vw,.5rem);padding:clamp(.4375rem,1vw,.625rem) clamp(.5rem,1.2vw,.875rem);border-radius:6.25rem;background:#ffffff0a;border:1px solid var(--hy-border);font-family:var(--hy-font-body);font-size:clamp(.5rem,.9vw,.6875rem);font-weight:600;text-transform:uppercase;letter-spacing:clamp(0px,.1vw,.9px);color:#ffffffbf;white-space:nowrap;min-width:0;overflow:hidden}.hy-trust-chip svg{width:clamp(.625rem,1.1vw,.75rem);height:clamp(.625rem,1.1vw,.75rem);opacity:.85;flex-shrink:0}.hy-trust-chip.lab svg{color:var(--lung)}.hy-trust-chip.verified svg{color:var(--hy-yellow)}.hy-trust-chip.usa svg{color:var(--roll)}.hy-trust-chip.gmo svg{color:var(--ski)}.hy-trust-chip.vegan svg{color:var(--lung)}.hy-hero-scene{overflow:hidden;mask-image:linear-gradient(to right,black 0%,black 88%,transparent 100%);-webkit-mask-image:linear-gradient(to right,black 0%,black 88%,transparent 100%)}@media(max-width:640px){.hy-hero-scene{mask-image:none;-webkit-mask-image:none}}@media(max-width:640px){.hy-hero{grid-template-columns:1fr;grid-template-rows:1fr;aspect-ratio:9 / 16;position:relative;border-radius:var(--hy-r-md)}.hy-hero-scene{position:absolute;top:0;right:0;bottom:0;left:0;grid-area:1 / 1;aspect-ratio:auto;min-height:0;padding:0;order:1}.hy-hero-scene-inner{min-height:0}.hy-hero-copy{position:absolute;left:0;right:0;bottom:0;grid-area:1 / 1;order:2;padding:clamp(1.5rem,4vw,2.25rem) 1.5rem;gap:clamp(1rem,2.75vw,1.5rem);justify-content:flex-end;z-index:2}.hy-hero-copy .hy-headline-sub{margin-top:.5rem}.hy-headline-main{white-space:normal;width:min-content;font-size:2.5rem;letter-spacing:normal}.hy-headline-sub{font-size:1.2rem;font-weight:400}.hy-sub{font-size:clamp(.9375rem,2.5vw,1.0625rem)}.hy-hero-copy>*{width:100%;max-width:none}.hy-ctas{flex-direction:column;align-items:flex-start;width:100%;max-width:none}.hy-hero-copy .hy-ctas{max-width:none;align-items:flex-start}.hy-btn{justify-content:center;width:auto;max-width:100%;padding:.65rem 1.4rem;font-size:.8rem}}.hy-container{width:100%;max-width:none;margin:0;padding-inline:var(--hy-gutter)}.hy-bleed{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.hy-section{padding:var(--hy-section-pad-y) 0;position:relative}.hy-home .hy-section:not(.hy-section--bare):not(.hy-section--gradient){padding-block:var(--hy-section-pad-y)}.hy-home .hy-section--bare{padding-block:var(--hy-section-pad-y)}.hy-home #products{padding-bottom:0}.hy-home .hy-section.hy-intro-section{padding-top:.75rem}.hy-card,.hy-lineup-flip,.hy-lineup-card,.hy-lineup-back,.hy-lineup-feature,.hy-review-card,.hy-pdp-gallery-slide,.hy-collection-fallback-card,.hy-intro-section .hy-intro-img{box-shadow:none}.hy-section--gradient{background-image:var(--hy-gradient-scrim),var(--hy-section-gradient);background-size:cover;background-position:center;background-repeat:no-repeat}@media(max-width:768px){.hy-section--gradient{background-image:var(--hy-gradient-scrim),var(--hy-section-gradient-mobile)}}.hy-review-card.hy-card,.hy-card.hy-how-card,.hy-habits-split,.hy-lineup-v3 .hy-lineup-buy{background:var(--hy-glass-bg);-webkit-backdrop-filter:var(--hy-glass-blur);backdrop-filter:var(--hy-glass-blur);box-shadow:var(--hy-glass-edge)}.hy-section-label{font-family:var(--hy-font-body);font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:2.6px;color:var(--hy-yellow);margin-bottom:1rem;display:none!important;align-items:center;justify-content:var(--hy-label-align, flex-start);gap:.625rem;padding:.375rem .875rem;border:1px solid rgba(255,242,0,.22);border-radius:6.25rem;background:linear-gradient(180deg,#fff2000f,#fff20008);box-shadow:inset 0 1px #ffffff0d,0 1px 6px #fff2000d;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);line-height:1;width:fit-content;max-width:100%;align-self:var(--hy-label-align, flex-start)}.hy-center{--hy-label-align: center}.hy-section-label:before{content:"";width:.375rem;height:.375rem;border-radius:50%;background:var(--hy-yellow);box-shadow:0 0 8px #fff200cc,0 0 14px #fff20066;flex-shrink:0}.hy-section-title{font-family:var(--hy-font-display);font-size:2.7rem;font-weight:500;line-height:1.05;letter-spacing:normal;color:var(--hy-white);margin:0 0 1.5rem;text-wrap:balance}.hy-section-intro{font-family:Inter,sans-serif;font-size:clamp(.9375rem,1.2vw,1.0625rem);color:var(--hy-text-dim);line-height:1.6;max-width:var(--hy-read);margin:0 0 2.5rem}.hy-section-intro p{color:inherit;font:inherit;line-height:inherit;margin:0 0 .75rem}.hy-section-intro p:last-child{margin-bottom:0}.hy-section-header{margin-bottom:clamp(2rem,4.5vh,3.25rem)}.hy-center{text-align:center}.hy-card{--c: var(--hy-yellow);background:linear-gradient(180deg,var(--hy-card) 0%,var(--hy-card-2) 100%);border-radius:var(--hy-r-md);overflow:hidden;position:relative;transition:border-color .3s ease,transform .4s cubic-bezier(.2,.8,.2,1)}.hy-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(var(--glow-size, 80%) 50% at var(--glow-x, 50%) var(--glow-y, 100%),var(--c),transparent 70%);opacity:.06;pointer-events:none;transition:opacity .4s ease;z-index:0}.hy-card:hover{border-color:var(--hy-border-hover)}.hy-card:hover:before{opacity:.12}.hy-card[style*=--c]:before{opacity:.1}.hy-card[style*=--c]:hover:before{opacity:.2}.hy-card>*{position:relative;z-index:1}.hy-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;pointer-events:none;visibility:hidden;isolation:isolate;perspective:1400px}.hy-modal.is-visible{pointer-events:auto;visibility:visible}.hy-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000db;backdrop-filter:none;-webkit-backdrop-filter:none;opacity:0;transform:translateZ(0);will-change:opacity;transition:opacity .46s cubic-bezier(.4,.2,.2,1)}.hy-modal.is-visible .hy-modal-backdrop{opacity:1}.hy-modal-card{--c: var(--hy-yellow);position:fixed;background:radial-gradient(120% 78% at 50% 0%,color-mix(in srgb,var(--c, var(--hy-yellow)) 6%,transparent),transparent 56%),linear-gradient(180deg,#161619,#0c0c0e);border:1.5px solid rgba(255,255,255,.14);border-radius:var(--hy-r-md);overflow:hidden;backface-visibility:visible;-webkit-backface-visibility:visible;transition:transform .6s cubic-bezier(.16,1,.3,1),width .6s cubic-bezier(.16,1,.3,1),height .6s cubic-bezier(.16,1,.3,1),top .6s cubic-bezier(.16,1,.3,1),left .6s cubic-bezier(.16,1,.3,1),opacity .22s ease-out;box-shadow:0 1px #ffffff14 inset}.hy-modal.is-opening .hy-modal-card,.hy-modal.is-closing .hy-modal-card{will-change:transform}.hy-modal-card:before{display:none}.hy-modal-card>*{position:relative;z-index:1}.hy-modal-close{position:absolute;top:1rem;right:1rem;z-index:20;width:2.25rem;height:2.25rem;border-radius:50%;background:#ffffff0f;border:1px solid var(--hy-border);color:var(--hy-white);font-size:1.375rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .18s ease-out,visibility 0s linear .18s,background .2s,transform .2s,border-color .2s}.hy-modal-close:hover{background:#ffffff24;border-color:var(--hy-border-hover);transform:rotate(90deg)}.hy-modal-grid,.hy-modal-close{opacity:0;visibility:hidden;transition:opacity .2s ease-out,visibility 0s linear .2s}.hy-modal-grid{display:grid;grid-template-columns:1fr 1.15fr;height:100%;min-height:0;border:0;border-radius:inherit;overflow:hidden;background:transparent;isolation:isolate;contain:paint;box-shadow:none;transition:opacity .2s ease-out,visibility 0s linear .2s}.hy-modal-grid>*{transition:opacity .18s ease-out}.hy-modal.is-opening .hy-modal-grid{opacity:1;visibility:visible;transition:opacity .24s ease-out .42s,visibility 0s linear 0s}.hy-modal.is-visible:not(.is-opening):not(.is-closing) .hy-modal-grid,.hy-modal.is-visible:not(.is-opening):not(.is-closing) .hy-modal-close{opacity:1;visibility:visible;transition:opacity .2s ease-out,visibility 0s linear 0s}.hy-modal.is-visible .hy-modal-grid>*{opacity:1}.hy-modal.is-closing .hy-modal-close{pointer-events:none}.hy-modal-left{display:flex;flex-direction:column;padding:1.25rem;gap:.75rem;min-height:0;background:transparent}.hy-modal-img{flex:1;background:#ffffff05;border-radius:.875rem;display:flex;align-items:center;justify-content:center;padding:1.5rem;position:relative;overflow:hidden;min-height:21rem}.hy-modal-img img{max-height:94%}.hy-modal-img:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--splash, none);background-size:cover;background-position:center;background-repeat:no-repeat;mix-blend-mode:screen;opacity:.6;filter:saturate(1.1);pointer-events:none;z-index:0;-webkit-mask-image:radial-gradient(ellipse at center,black 55%,transparent 95%);mask-image:radial-gradient(ellipse at center,black 55%,transparent 95%)}.hy-modal-img img{position:relative;z-index:1;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 18px 40px rgba(0,0,0,.5));transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;transition:opacity .24s cubic-bezier(.16,1,.3,1)}.hy-modal-img img.is-swapping{opacity:0}.hy-modal-img-tabs{display:flex;gap:.375rem;flex-shrink:0}.hy-modal-img-tab{flex:1;padding:.625rem .5rem;border-radius:.625rem;background:#ffffff08;border:1px solid var(--hy-border);color:#ffffff8c;font-family:var(--hy-font-body);font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.9px;cursor:pointer;transition:all .2s}.hy-modal-img-tab:hover{color:var(--hy-white);border-color:var(--hy-border-hover)}.hy-modal-img-tab.is-active{color:var(--c, var(--hy-yellow));background:color-mix(in srgb,var(--c, var(--hy-yellow)) 8%,transparent);border-color:color-mix(in srgb,var(--c, var(--hy-yellow)) 45%,transparent)}.hy-modal-right{padding:2rem 2rem 2rem 1.25rem;overflow-y:auto;overscroll-behavior:contain;display:flex;flex-direction:column;gap:.875rem;min-height:0;background:transparent;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;contain:paint}.hy-modal-right::-webkit-scrollbar{width:0;height:0;display:none}.hy-modal-substance{font-family:var(--hy-font-body);font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--c, var(--hy-yellow))}.hy-modal-name{font-family:var(--hy-font-display);font-size:clamp(2rem,3.2vw,2.75rem);font-weight:500;text-transform:uppercase;letter-spacing:-.6px;color:var(--hy-white);margin:0;line-height:.95}.hy-modal-meta{font-family:var(--hy-font-body);font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.8px;color:#ffffff8c}.hy-modal-badges{display:flex;gap:.375rem;flex-wrap:wrap;margin-top:.25rem}.hy-modal-badge{padding:.375rem .75rem;border-radius:6.25rem;background:#ffffff0a;border:1px solid var(--hy-border);font-family:var(--hy-font-body);font-size:.625rem;font-weight:500;text-transform:uppercase;letter-spacing:1px;color:#ffffffb3}.hy-modal-desc{font-family:Inter,sans-serif;font-size:.875rem;color:var(--hy-text-dim);line-height:1.6;margin:0}.hy-modal-variants{display:flex;flex-direction:column;gap:.75rem;padding-top:.5rem}.hy-modal-variants-label{font-family:var(--hy-font-body);font-size:.6875rem;font-weight:500;text-transform:uppercase;letter-spacing:1px;color:var(--hy-yellow)}.hy-modal-variants-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.625rem;padding-top:.375rem}.hy-modal-price-pill{padding:.875rem .625rem;border-radius:.875rem;background:#ffffff08;border:1.5px solid var(--hy-border);color:var(--hy-white);cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:.25rem;font-family:var(--hy-font-body);transition:transform .28s cubic-bezier(.16,1,.3,1),border-color .22s ease,background .22s ease,box-shadow .28s ease;position:relative;overflow:visible;will-change:transform;transform:translateZ(0)}.hy-modal-price-pill:hover{border-color:var(--c, var(--hy-yellow));background:#ffffff0f}.hy-modal-price-pill:active{transform:translateZ(0) scale(.992)}.hy-modal-price{font-size:1.25rem;font-weight:600;letter-spacing:-.3px}.hy-modal-size{font-family:var(--hy-font-body);font-size:.625rem;font-weight:500;text-transform:uppercase;letter-spacing:1px;color:var(--hy-text-dim)}.hy-modal-price-pill[data-size=three]:after{content:"Most Popular";position:absolute;top:-.625rem;left:50%;transform:translate(-50%);background:var(--c, var(--hy-yellow));color:var(--hy-white);font-family:var(--hy-font-body);font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;padding:.1875rem .625rem;border-radius:6.25rem;white-space:nowrap;box-shadow:0 4px 12px color-mix(in srgb,var(--c, var(--hy-yellow)) 35%,transparent)}.hy-modal-price-pill.is-selected{border-color:var(--c, var(--hy-yellow));background:color-mix(in srgb,var(--c, var(--hy-yellow)) 14%,transparent);box-shadow:0 0 0 1.5px var(--c, var(--hy-yellow)) inset,0 0 24px color-mix(in srgb,var(--c, var(--hy-yellow)) 30%,transparent)}.hy-modal-price-pill.is-selected .hy-modal-size{color:var(--hy-white)}.hy-modal-cart-btn{width:100%;justify-content:center;font-size:.9375rem;padding:1rem 1.5rem;margin-top:.25rem}.hy-modal-cart-btn:disabled{opacity:.5;cursor:not-allowed}.hy-modal-cart-msg{font-family:var(--hy-font-body);font-size:.75rem;font-weight:600;color:var(--lung);opacity:0;transition:opacity .3s;text-align:center;min-height:1rem}.hy-modal-cart-msg.is-visible{opacity:1}.hy-modal-cart-msg.is-success-pop{font-size:1rem;letter-spacing:.4px;animation:hy-cart-success-pop .55s cubic-bezier(.34,1.56,.64,1)}@keyframes hy-cart-success-pop{0%{transform:scale(.4);opacity:0}55%{transform:scale(1.18);opacity:1}to{transform:scale(1);opacity:1}}.hy-modal-accordions{display:flex;flex-direction:column;gap:.375rem;margin-top:.25rem}.hy-modal-acc{position:relative;border:1.5px solid var(--hy-border);border-radius:.875rem;background:linear-gradient(180deg,var(--hy-card) 0%,var(--hy-card-2) 100%);overflow:hidden;transition:border-color .3s}.hy-modal-acc:not([open]):hover{border-color:var(--hy-border-hover)}.hy-modal-acc[open]{border-color:#fff2004d}.hy-modal-acc summary{padding:.875rem 1.125rem;cursor:pointer;font-family:var(--hy-font-body);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.9px;color:var(--hy-white);list-style:none;display:flex;justify-content:space-between;align-items:center;transition:color .2s,background .2s}.hy-modal-acc:not([open]) summary:hover{color:var(--hy-yellow);background:#ffffff05}.hy-modal-acc[open] summary:hover{color:var(--hy-white);background:transparent}.hy-modal-acc summary::-webkit-details-marker{display:none}.hy-modal-acc summary::marker{display:none}.hy-modal-acc-icon{font-size:1.125rem;font-weight:400;color:var(--hy-yellow);transition:transform .3s}.hy-modal-acc[open] .hy-modal-acc-icon{transform:rotate(45deg)}.hy-modal-acc-body{padding:0 1.125rem;height:0;overflow:hidden;font-family:Inter,sans-serif;font-size:.8125rem;color:var(--hy-text-dim);line-height:1.6;transition:height .35s cubic-bezier(.4,.2,.2,1),padding .35s cubic-bezier(.4,.2,.2,1)}.hy-modal-acc[open] .hy-modal-acc-body{height:auto;padding:.25rem 1.125rem 1.125rem}.hy-modal-pdp-link{font-family:var(--hy-font-body);font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:1.2px;color:var(--hy-text-muted);text-decoration:none;transition:color .2s;align-self:flex-start}.hy-modal-pdp-link:hover{color:var(--hy-yellow)}.hy-supp-serving{font-family:var(--hy-font-body);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;color:var(--hy-white);margin-bottom:.625rem}.hy-supp-divider-thick{height:.1875rem;background:var(--hy-white);opacity:.6;margin:.5rem 0}.hy-supp-divider{height:.0625rem;background:var(--hy-border)}.hy-supp-row{display:flex;justify-content:space-between;padding:.375rem 0;font-family:Inter,sans-serif;font-size:.75rem;color:#fffc;gap:.75rem}.hy-supp-row-header{font-family:var(--hy-font-body);font-size:.625rem;font-weight:500;text-transform:uppercase;letter-spacing:1px;color:var(--hy-text-muted)}.hy-supp-row strong{font-weight:600;color:var(--hy-white);margin-left:.375rem}.hy-supp-footnote{font-family:Inter,sans-serif;font-size:.625rem;color:var(--hy-text-muted);font-style:italic;margin-top:.625rem}.hy-modal-scroll-hint{display:none;position:absolute;bottom:.875rem;left:50%;padding:.375rem .75rem .375rem .875rem;border-radius:6.25rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:var(--hy-yellow);font-family:var(--hy-font-body);font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.9px;pointer-events:none;z-index:5;animation:hy-scroll-hint-bounce 1.6s ease-in-out infinite;transition:opacity .25s ease;gap:.375rem;align-items:center}.hy-modal-scroll-hint.is-hidden{opacity:0}.hy-modal-scroll-hint svg{width:.75rem;height:.75rem;stroke:currentColor;fill:none;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}@keyframes hy-scroll-hint-bounce{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,4px)}}@media(max-width:900px){.hy-modal-grid{grid-template-columns:1fr}.hy-modal-left{padding:1rem}.hy-modal-img{min-height:15rem}.hy-modal-right{padding:1.5rem 1.5rem 3.75rem}.hy-modal-name{font-size:1.75rem}.hy-modal-scroll-hint{display:inline-flex}.hy-modal-card:after{content:none;display:none}}.hy-lineup-card{cursor:pointer}.hytz-cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;opacity:0;pointer-events:none;transition:opacity .3s ease}.hytz-cart-overlay.active{opacity:1;pointer-events:auto}.hytz-cart-drawer{position:fixed;z-index:1001;display:flex;flex-direction:column}.hytz-cart-drawer-header{display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.hytz-cart-drawer-close{display:flex;align-items:center;justify-content:center;background:none;cursor:pointer;border-radius:50%}.hytz-cart-drawer-body{flex:1;overflow-y:auto;overscroll-behavior:contain}.hytz-cart-drawer-footer{flex-shrink:0}.hytz-cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.hytz-cart-item{display:grid;align-items:start}.hytz-cart-item-img{display:flex;align-items:center;justify-content:center;overflow:hidden}.hytz-cart-item-img img{width:100%;height:100%;object-fit:cover;display:block}.hytz-cart-item-info{display:flex;flex-direction:column;min-width:0}.hytz-cart-item-actions{display:flex}.hytz-cart-item-qty{display:flex;align-items:center;overflow:hidden}.hytz-cart-qty-btn{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer}.hytz-cart-qty-val{font-family:var(--hy-font-body);text-align:center}.hytz-cart-item-remove{background:none;border:none;cursor:pointer}.hytz-cart-subtotal{display:flex;justify-content:space-between;align-items:center}.hytz-cart-checkout-btn{display:block;text-decoration:none}.hytz-cart-overlay{background:#0000008c;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.hytz-cart-drawer{border:none;border-radius:0 0 var(--hy-r-md) var(--hy-r-md);overflow:hidden;background:var(--hy-glass-bg);backdrop-filter:var(--hy-glass-blur);-webkit-backdrop-filter:var(--hy-glass-blur);box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow);opacity:0;transform:translateY(-6px);pointer-events:none;transition:opacity .28s ease-out,transform .28s cubic-bezier(.4,.1,.2,1),top .35s cubic-bezier(.4,.2,.2,1),left .3s cubic-bezier(.4,.2,.2,1),width .3s cubic-bezier(.4,.2,.2,1),max-height .35s cubic-bezier(.4,.2,.2,1);margin-top:-.0625rem}.hytz-cart-drawer.active{opacity:1;transform:translateY(0);pointer-events:auto}.hytz-nav.cart-open .hytz-nav-inner:before{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom-color:transparent}.hytz-cart-drawer-header{padding:1.5rem var(--hy-card-pad) 1.25rem;border-bottom:1px solid var(--hy-border)}.hytz-cart-drawer-title{font-family:var(--hy-font-display);font-size:1.375rem;font-weight:600;text-transform:uppercase;letter-spacing:-.3px;color:var(--hy-white);margin:0}.hytz-cart-drawer-count{font-family:var(--hy-font-body);font-size:.75rem;font-weight:600;letter-spacing:1px;color:var(--hy-text-dim);margin-left:.375rem}.hytz-cart-drawer-close{width:2.25rem;height:2.25rem;border-radius:50%;background:#ffffff0d;border:1px solid var(--hy-border);color:var(--hy-white);font-size:1.375rem;cursor:pointer;transition:background .2s,transform .2s,border-color .2s}.hytz-cart-drawer-close:hover{background:#ffffff1f;border-color:var(--hy-border-hover);transform:rotate(90deg)}.hytz-cart-drawer-body{padding:.75rem var(--hy-card-pad)!important;flex:1!important;min-height:0!important}.hytz-cart-drawer-body::-webkit-scrollbar{width:.375rem}.hytz-cart-drawer-body::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:.1875rem}.hytz-cart-empty{gap:1.25rem;padding:2.5rem 0}.hytz-cart-item{grid-template-columns:5.5rem 1fr auto auto;grid-template-areas:"img info total remove";gap:.875rem;padding:1.125rem 0;border-bottom:1px solid var(--hy-border);align-items:center}.hytz-cart-item:last-child{border-bottom:none;padding-bottom:.5rem}.hytz-cart-item-img{grid-area:img;width:5.5rem;height:5.5rem;border-radius:var(--hy-v3-radius);border:1px solid var(--hy-border);background:#ffffff05;overflow:hidden;align-self:center}.hytz-cart-item-info{grid-area:info;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:.375rem;align-self:center}.hytz-cart-item-info .hytz-cart-item-qty{margin-top:.375rem;align-self:flex-start}.hytz-cart-item-name{font-family:var(--hy-font-display);font-size:1.5rem;font-weight:600;text-transform:uppercase;letter-spacing:-.3px;color:var(--hy-white);line-height:1.05}.hytz-cart-item-unit-price{font-family:Inter,sans-serif;font-size:.75rem;color:var(--hy-text-muted)}.hytz-cart-item-line-total{grid-area:total;font-family:var(--hy-font-display);font-size:1.5rem;font-weight:600;color:var(--hy-yellow);text-align:right;align-self:center;white-space:nowrap;letter-spacing:-.3px}.hytz-cart-item-remove{grid-area:remove;width:1.75rem;height:1.75rem;border-radius:50%;color:var(--hy-text-muted);cursor:pointer;background:none;border:none;display:inline-flex;align-items:center;justify-content:center;padding:0;align-self:center;transition:color .2s,background .2s}.hytz-cart-item-remove svg{width:1rem;height:1rem}.hytz-cart-item-remove:hover{color:var(--roll);background:#eb088c14}.hytz-cart-item-qty{border:1px solid var(--hy-border);border-radius:6.25rem;background:#ffffff05}.hytz-cart-qty-btn{width:1.875rem;height:1.875rem;color:var(--hy-text-dim);font-size:.875rem;transition:color .2s,background .2s}.hytz-cart-qty-btn:hover{color:var(--hy-yellow);background:#fff2000f}.hytz-cart-qty-val{font-family:var(--hy-font-body);font-size:.8125rem;color:var(--hy-white);min-width:1.75rem}.hytz-cart-item-remove{font-family:var(--hy-font-body);font-size:.625rem;font-weight:600;letter-spacing:1px;color:var(--hy-text-muted);text-transform:uppercase}.hytz-cart-item-remove:hover{color:var(--roll)}.hytz-cart-drawer-footer{padding:1.25rem var(--hy-card-pad) 1.5rem;border-top:1px solid var(--hy-border);background:#0003}.hytz-cart-drawer-footer:empty{padding:0;border-top:none;background:none}.hytz-cart-subtotal{font-family:var(--hy-font-body);font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--hy-text-dim);margin-bottom:1rem}.hytz-cart-subtotal span:last-child{font-family:var(--hy-font-display);font-size:1.375rem;font-weight:600;color:var(--hy-white);letter-spacing:-.3px}.hytz-cart-discount-row{display:flex;justify-content:space-between;align-items:center;font-family:var(--hy-font-body);font-size:.8125rem;font-weight:500;margin-bottom:.5rem;color:var(--hy-text-dim)}.hytz-cart-discount-label{display:inline-flex;align-items:center;gap:.5rem}.hytz-cart-discount-code{font-family:Courier New,monospace;font-weight:700;font-size:.75rem;letter-spacing:1.5px;color:var(--hy-yellow);background:#fff2001f;padding:.2rem .5rem;border-radius:var(--hy-r-xs);text-transform:uppercase}.hytz-cart-discount-amt{font-family:var(--hy-font-display);font-weight:600;color:var(--hy-yellow);font-size:.9375rem}.hytz-cart-shipping-note{font-family:Inter,sans-serif;font-size:.6875rem;color:var(--hy-text-muted);margin:0 0 .875rem}.hytz-cart-checkout-btn{display:flex;justify-content:center;width:100%}@media(max-width:640px){.hytz-cart-drawer{border-radius:0 0 var(--hy-r-md) var(--hy-r-md)}}.hytz-cart-meter{padding:.875rem var(--hy-card-pad) 1rem;border-bottom:1px solid var(--hy-border);display:flex;flex-direction:column;gap:.5rem}.hytz-cart-meter-msg{font-family:Inter,sans-serif;font-size:.8125rem;color:var(--hy-text-dim);display:inline-flex;align-items:center;gap:.375rem;line-height:1.3}.hytz-cart-meter-msg strong{color:var(--hy-white);font-weight:600}.hytz-cart-meter-msg svg{width:.875rem;height:.875rem;color:var(--hy-yellow);flex-shrink:0}.hytz-cart-meter-bar-row{display:flex;align-items:center;gap:.625rem}.hytz-cart-meter-track{flex:1;height:.375rem;border-radius:var(--hy-r-pill);background:#ffffff29;overflow:hidden;position:relative}.hytz-cart-meter-fill{height:100%;background:linear-gradient(90deg,#95192d,#eb088c,#764099,#2b9dd8 66%,#83d0d3,#4cb968);border-radius:inherit;transition:width .5s cubic-bezier(.22,.61,.36,1)}.hytz-cart-meter-threshold{font-family:var(--hy-font-display);font-size:1rem;font-weight:600;color:var(--hy-white);letter-spacing:-.2px;line-height:1;flex-shrink:0}.hytz-cart-meter.is-unlocked .hytz-cart-meter-msg{color:var(--hy-yellow);font-weight:600}.hytz-cart-meter.is-unlocked .hytz-cart-meter-fill{background:linear-gradient(90deg,#4cb968,var(--hy-yellow))}.hytz-cart-meter.is-unlocked .hytz-cart-meter-threshold{color:var(--hy-yellow)}.hytz-cart-empty{align-items:stretch;text-align:left;gap:0;padding:1.25rem 0 1.5rem}.hytz-cart-empty-kicker{font-family:var(--hy-font-display);font-size:1.125rem;font-weight:600;text-transform:uppercase;letter-spacing:-.3px;color:var(--hy-white);margin:0 0 .25rem;text-align:left;line-height:1.1}.hytz-cart-empty-subkicker{font-family:Inter,sans-serif;font-size:.8125rem;color:var(--hy-text-dim);margin:0 0 1.125rem;text-align:left;line-height:1.4}.hytz-cart-empty--simple{align-items:center;text-align:center;padding-block:2.5rem 2rem}.hytz-cart-empty--simple .hytz-cart-empty-kicker,.hytz-cart-empty--simple .hytz-cart-empty-subkicker{text-align:center}.hytz-cart-empty--simple .hytz-cart-empty-subkicker{margin-bottom:1.25rem}.hytz-cart-empty--simple .hytz-cart-empty-cta{width:100%;justify-content:center}.hytz-cart-empty-lineup{display:flex;flex-direction:column;gap:.5rem;width:100%}.hytz-cart-empty-item{border-radius:var(--hy-v3-radius);background:var(--hy-glass-bg);-webkit-backdrop-filter:var(--hy-glass-blur);backdrop-filter:var(--hy-glass-blur);box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow);overflow:hidden;transition:box-shadow .2s ease}.hytz-cart-empty-item.is-expanded{box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--c) 55%,transparent),var(--hy-glass-edge)}.hytz-cart-empty-row{display:grid;grid-template-columns:2.75rem 1fr auto;align-items:center;gap:.625rem;width:100%;min-width:0;padding:.5rem .625rem;background:none;border:none;cursor:pointer;-webkit-user-select:none;user-select:none;color:inherit;text-align:left;font:inherit}.hytz-cart-empty-row:hover .hytz-cart-empty-row-caret{color:var(--hy-white)}.hytz-cart-empty-row:focus-visible{outline:2px solid var(--hy-yellow);outline-offset:-2px;border-radius:var(--hy-v3-radius)}.hytz-cart-empty-row-img{width:2.75rem;height:2.75rem;border-radius:var(--hy-r-sm);overflow:hidden;display:flex;align-items:center;justify-content:center;background:radial-gradient(80% 80% at 50% 35%,color-mix(in srgb,var(--c) 22%,transparent),transparent 75%),#ffffff06;flex-shrink:0;position:relative}.hytz-cart-empty-row-img img{width:92%;height:92%;object-fit:contain;object-position:center;display:block;filter:drop-shadow(0 4px 8px rgba(0,0,0,.35))}.hytz-cart-empty-row-info{display:flex;flex-direction:column;min-width:0}.hytz-cart-empty-row-name{font-family:var(--hy-font-display);font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:-.2px;color:var(--hy-white);line-height:1.05;overflow-wrap:anywhere}.hytz-cart-empty-row-price{font-family:Inter,sans-serif;font-size:.6875rem;color:var(--hy-text-muted);margin-top:.125rem}.hytz-cart-empty-row-caret{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;color:var(--hy-text-muted);transition:transform .3s ease,color .2s ease}.hytz-cart-empty-row-caret svg{width:1rem;height:1rem}.hytz-cart-empty-item.is-expanded .hytz-cart-empty-row-caret{transform:rotate(180deg);color:var(--hy-white)}.hytz-cart-empty-panel{max-height:0;overflow:hidden;opacity:0;transition:max-height .32s ease,opacity .32s ease}.hytz-cart-empty-item.is-expanded .hytz-cart-empty-panel{max-height:22rem;opacity:1}.hytz-cart-empty-desc{font-family:Inter,sans-serif;font-size:.75rem;line-height:1.45;color:var(--hy-text-dim);margin:0;padding:0 .75rem .625rem}.hytz-cart-empty-packs{display:flex;flex-direction:column;gap:.375rem;padding:0 .625rem}.hytz-cart-empty-pack{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem .75rem;border-radius:var(--hy-r-sm);background:#ffffff0a;box-shadow:inset 0 0 0 1px #ffffff1f;border:none;cursor:pointer;color:var(--hy-white);font-family:var(--hy-font-body);transition:box-shadow .18s ease,background .18s ease}.hytz-cart-empty-pack:hover{background:#ffffff12;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--c) 70%,transparent)}.hytz-cart-empty-pack.is-popular{box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--c) 55%,transparent)}.hytz-cart-empty-pack:focus-visible{outline:2px solid var(--hy-yellow);outline-offset:2px}.hytz-cart-empty-pack-label{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:600;letter-spacing:-.2px}.hytz-cart-empty-pack-pop{font-family:Inter,sans-serif;font-size:.5625rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;color:var(--hy-black);background:var(--c);padding:.1rem .4rem;border-radius:var(--hy-r-pill);line-height:1.4}.hytz-cart-empty-pack-price{font-family:var(--hy-font-display);font-size:.9375rem;font-weight:600;color:var(--hy-white);flex-shrink:0}.hytz-cart-empty-pdp{display:block;font-family:Inter,sans-serif;font-size:.6875rem;font-weight:500;letter-spacing:.3px;color:var(--hy-text-muted);text-decoration:underline;text-underline-offset:2px;text-align:center;padding:.625rem .75rem .5rem;transition:color .2s ease}.hytz-cart-empty-pdp:hover{color:var(--hy-white)}.hytz-cart-empty-viewall{display:flex;align-items:center;justify-content:center;gap:.375rem;font-family:var(--hy-font-body);font-size:.6875rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:var(--hy-text-dim);text-decoration:none;text-align:center;margin-top:.875rem;padding:.75rem;border-radius:var(--hy-v3-radius);background:var(--hy-glass-bg);-webkit-backdrop-filter:var(--hy-glass-blur);backdrop-filter:var(--hy-glass-blur);box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow);transition:color .2s,box-shadow .2s}.hytz-cart-empty-viewall:hover{color:var(--hy-yellow);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--hy-yellow) 40%,transparent),var(--hy-glass-edge)}.hytz-cart-promo{padding-bottom:.75rem;margin-bottom:.75rem;border-bottom:1px solid var(--hy-border)}.hytz-cart-promo-summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-family:var(--hy-font-body);font-size:.6875rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:var(--hy-text-dim);padding:0;transition:color .2s;-webkit-user-select:none;user-select:none}.hytz-cart-promo-summary::-webkit-details-marker{display:none}.hytz-cart-promo-summary:hover{color:var(--hy-white)}.hytz-cart-promo-chev{width:.8125rem;height:.8125rem;transition:transform .25s cubic-bezier(.22,.61,.36,1);flex-shrink:0}.hytz-cart-promo[open] .hytz-cart-promo-chev{transform:rotate(180deg)}.hytz-cart-promo-body{display:flex!important;gap:.5rem!important;margin-top:.5rem!important}.hytz-cart-promo-input{flex:1;min-width:0;font-family:Inter,sans-serif;font-size:.8125rem;color:var(--hy-white);background:#ffffff08;border:1px solid var(--hy-border);border-radius:.5rem;padding:.4375rem .625rem;transition:border-color .2s}.hytz-cart-promo-input:focus{outline:none;border-color:var(--hy-yellow)}.hytz-cart-promo-input::placeholder{color:var(--hy-text-muted)}.hytz-cart-promo-apply{font-family:var(--hy-font-body);font-size:.625rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:var(--hy-white);background:#ffffff0d;border:1px solid var(--hy-border);border-radius:.5rem;padding:0 .875rem;cursor:pointer;transition:background .2s,border-color .2s}.hytz-cart-promo-apply:hover{background:#ffffff17;border-color:var(--hy-border-hover)}.hytz-cart-trust-row{display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap;margin-top:.875rem;font-family:var(--hy-font-body);font-size:.625rem;font-weight:600;letter-spacing:.6px;text-transform:uppercase;color:var(--hy-text-muted);line-height:1.2;text-align:center}.hytz-cart-trust-item{display:inline-flex;align-items:center;gap:.3125rem}.hytz-cart-trust-item svg{width:.8125rem;height:.8125rem;color:var(--hy-yellow);opacity:.85;flex-shrink:0}.hytz-cart-trust-dot{color:var(--hy-text-muted);opacity:.5}.hytz-cart-drawer-footer .hytz-cart-checkout-btn{width:100%;justify-content:center;gap:.5rem}.hy-card:nth-of-type(3n+1){--glow-x: 28%;--glow-size: 75%}.hy-card:nth-of-type(3n+2){--glow-x: 50%;--glow-size: 88%}.hy-card:nth-of-type(3n+3){--glow-x: 72%;--glow-size: 70%}.hy-intro-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:3rem;align-items:center}.hy-intro-img{border-radius:var(--hy-r-md);overflow:hidden;aspect-ratio:5/4;position:relative}.hy-intro-img img{width:100%;height:100%;object-fit:cover;display:block}.hy-intro-body{font-family:Inter,sans-serif;font-size:clamp(.875rem,1.1vw,1.0625rem);color:#ffffffbf;line-height:1.65;margin:0 0 2rem}.hy-how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.hy-how-card{padding:2.25rem;position:relative}.hy-how-num{font-family:var(--hy-font-display);font-size:clamp(3.25rem,5.8vw,4.75rem);font-weight:500;line-height:.9;color:var(--c);opacity:.5;margin-bottom:1.25rem}.hy-how-card h3{font-family:var(--hy-font-display);font-size:clamp(1.25rem,1.9vw,1.625rem);font-weight:500;letter-spacing:-.3px;color:var(--hy-white);margin:0 0 .875rem}.hy-how-card p{font-family:Inter,sans-serif;font-size:.9375rem;color:var(--hy-text-dim);line-height:1.6;margin:0}.hy-how-card-v3{background-image:var(--hy-gradient-scrim),var(--hy-section-gradient);background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:var(--hy-v3-radius);padding:var(--hy-card-pad);box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow)}#how .hy-how-head{margin-bottom:clamp(1.25rem,2.5vw,2rem)}.hy-how-card-v3 .hy-how-rows{display:flex;flex-direction:column}.hy-how-card-v3 .hy-how-row{display:grid;grid-template-columns:clamp(2.25rem,4vw,3rem) 1fr;gap:clamp(.9rem,1.8vw,1.5rem);align-items:baseline;padding:clamp(1.4rem,2.8vw,2.1rem) 0;border-top:1px solid rgba(255,255,255,.14)}.hy-how-card-v3 .hy-how-row:first-child{border-top:none;padding-top:0}.hy-how-card-v3 .hy-how-num{font-family:var(--hy-font-display);font-size:clamp(1.75rem,2.8vw,2.5rem);font-weight:500;line-height:1;color:var(--hy-yellow);opacity:.9;margin:0}.hy-how-card-v3 .hy-how-row-text h3{font-family:var(--hy-font-display);font-size:clamp(1.375rem,2.2vw,1.875rem);font-weight:500;letter-spacing:-.3px;color:var(--hy-white);margin:0 0 .5rem}.hy-how-card-v3 .hy-how-row-text p{font-family:Inter,sans-serif;font-size:clamp(.9375rem,1.05vw,1.0625rem);color:#ffffffad;line-height:1.6;margin:0;max-width:46rem}#how .hy-how-cta{display:flex;justify-content:flex-start;margin-top:clamp(1.25rem,2.5vw,2rem)}@media(max-width:768px){.hy-how-card-v3{background-image:var(--hy-gradient-scrim),var(--hy-section-gradient-mobile)}}.hy-lineup-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.hy-lineup-card{padding:var(--hy-card-pad);display:flex;flex-direction:column;gap:1.125rem;position:relative;cursor:pointer;transition:border-color .3s;text-decoration:none;color:inherit;z-index:1}.hy-lineup-card:hover{border-color:var(--c);z-index:5}.hy-lineup-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000000f,#00000024 45%,#0006 80%,#0000008c);pointer-events:none;z-index:1}.hy-lineup-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--splash);background-size:cover;background-position:center 28%;background-repeat:no-repeat;mix-blend-mode:screen;opacity:.45;z-index:0;pointer-events:none;transition:opacity .5s cubic-bezier(.2,.8,.2,1);filter:saturate(1.1);-webkit-mask-image:linear-gradient(to bottom,black 0%,black 55%,transparent 100%);mask-image:linear-gradient(to bottom,black 0%,black 55%,transparent 100%);border-radius:inherit}.hy-lineup-card:hover:after{opacity:.7}.hy-lineup-bag{height:16.5rem;display:flex;align-items:center;justify-content:center;position:relative;z-index:2}.hy-lineup-bag img{height:100%;width:auto;object-fit:contain;filter:drop-shadow(0 20px 40px rgba(0,0,0,.5));position:relative;z-index:2}.hy-lineup-card>*:not(:after){position:relative;z-index:2}.hy-lineup-substance{font-family:var(--hy-font-body);font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--c);position:relative;z-index:1}.hy-lineup-name{font-family:var(--hy-font-display-sm);font-size:1.75rem;font-weight:500;text-transform:uppercase;letter-spacing:normal;color:var(--hy-white);margin:0;line-height:.95;position:relative;z-index:1}.hy-lineup-desc{font-family:Inter,sans-serif;font-size:.875rem;color:#ffffffc7;line-height:1.55;margin:0;position:relative;z-index:1;flex:1}.hy-lineup-meta{font-family:var(--hy-font-body);font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.8px;color:#ffffffb8;position:relative;z-index:1}.hy-lineup-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid var(--hy-border);position:relative;z-index:1;margin-top:auto}.hy-lineup-price{font-family:var(--hy-font-body);font-size:1.375rem;font-weight:600;color:var(--hy-white)}.hy-lineup-price-from{font-family:var(--hy-font-body);font-size:.5625rem;font-weight:500;text-transform:uppercase;letter-spacing:1px;color:var(--hy-text-dim);display:block;margin-bottom:.125rem}.hy-lineup-details{font-family:var(--hy-font-body);font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;color:var(--c);text-decoration:none;display:inline-flex;align-items:center;gap:.375rem}.hy-reviews{overflow:hidden;overflow:clip;max-width:100%}.hy-reviews-marquee{overflow:hidden;overflow:clip;contain:layout paint;mask-image:linear-gradient(to right,transparent 0,black 5%,black 95%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0,black 5%,black 95%,transparent 100%);padding:1.25rem 0}.hy-reviews-track{display:flex;animation:hy-marquee 60s linear infinite;width:max-content;cursor:grab;-webkit-user-select:none;user-select:none;touch-action:pan-y}.hy-reviews-track.hy-is-dragging{cursor:grabbing}.hy-review-card{flex-shrink:0;width:23rem;min-height:19rem;padding:2rem;display:flex;flex-direction:column;gap:.875rem;position:relative;overflow:hidden;pointer-events:none}.hy-review-card.hy-card:before{opacity:.05}.hy-review-card.hy-card:hover:before{opacity:.1}.hy-review-card *{pointer-events:none}.hy-review-headline{font-family:var(--hy-font-body);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--c);position:relative;z-index:1}.hy-review-stars{display:flex;gap:.1875rem;color:var(--hy-yellow);position:relative;z-index:1}.hy-review-stars svg{width:.8125rem;height:.8125rem}.hy-review-quote{font-family:var(--hy-font-display);font-size:3.25rem;font-weight:600;line-height:.3;color:var(--hy-white);opacity:.25;margin:.375rem 0 -.375rem;display:inline-block;-webkit-user-select:none;user-select:none;position:relative;z-index:1}.hy-review-text{font-family:Inter,sans-serif;font-size:1.0625rem;line-height:1.6;color:#ffffffe0;font-weight:500;position:relative;z-index:1;margin:0}.hy-review-meta{margin-top:auto;display:flex;flex-direction:column;gap:.625rem;position:relative;z-index:1}.hy-review-signature{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.hy-review-author{font-family:var(--hy-font-body);font-size:.85rem;font-weight:600;color:var(--hy-white);position:relative;z-index:1}.hy-review-foot{margin-top:auto;display:flex;flex-direction:column;gap:.2rem;position:relative;z-index:1}.hy-review-benefits{font-family:var(--hy-font-body);font-size:.72rem;line-height:1.4;color:var(--hy-text-dim)}.hy-lineup-v3 .hy-review-card{scroll-snap-align:start}.hy-mixed-strip{--mix-h: clamp(19rem, 30vw, 23rem);align-items:stretch}.hy-mixed-head{display:flex;align-items:flex-end;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-bottom:1.75rem;text-align:center}.hy-mixed-head-copy{display:flex;flex-direction:column;gap:.5rem;align-items:center}.hy-mixed-strip .hy-mix-media{flex:0 0 auto;height:var(--mix-h);aspect-ratio:4 / 5;position:relative;border-radius:var(--hy-v3-radius);overflow:hidden;scroll-snap-align:start}.hy-mixed-strip .hy-mix-media:after,.hy-about-img:after,.hy-intro-img:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow);pointer-events:none;z-index:3}.hy-mix-media-img{width:100%;height:100%;object-fit:cover;display:block}.hy-lineup-v3 img{-webkit-user-drag:none;user-select:none;-webkit-user-select:none;pointer-events:none}.hy-mix-badge{position:absolute;top:.9rem;right:.9rem;z-index:2;font-family:var(--hy-font-body);font-size:.72rem;font-weight:600;color:var(--hy-white);padding:.35rem .7rem;border-radius:var(--hy-r-pill);background:var(--hy-glass-bg);-webkit-backdrop-filter:var(--hy-glass-blur);backdrop-filter:var(--hy-glass-blur);box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow)}.hy-mixed-strip .hy-review-card{flex:0 0 clamp(20rem,30vw,25rem);width:auto;height:var(--mix-h);min-height:0;padding:var(--hy-card-pad);gap:.7rem;justify-content:flex-start}.hy-mix-review.hy-card{background-image:var(--hy-gradient-scrim),var(--hy-section-gradient);background-size:cover;background-position:center;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow)}.hy-mix-review .hy-review-stars{color:var(--hy-yellow);font-size:.85rem;letter-spacing:.12em}.hy-mix-review .hy-review-headline{color:var(--hy-white)}.hy-mix-review .hy-review-text{font-size:.9375rem;font-weight:400;line-height:1.55;color:#ffffffd1}.hy-mix-review .hy-review-foot{flex-direction:row;align-items:baseline;justify-content:space-between;gap:.75rem;margin-top:auto}.hy-mix-review .hy-review-author{font-size:.82rem;font-weight:600}@media(max-width:760px){.hy-mixed-strip{--mix-h: clamp(18rem, 62vw, 22rem)}.hy-mixed-strip .hy-review-card{flex-basis:78%}}.hy-heritage-split{display:grid;grid-template-columns:1fr 1.1fr;gap:clamp(2rem,4vw,3.5rem);align-items:center}.hy-heritage-split .hy-heritage-lead{max-width:none;margin:0;display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.hy-heritage-split .hy-heritage-lead .hy-heritage-statement{margin:0}.hy-heritage-split .hy-heritage-lab-btn{margin-top:.5rem}@media(max-width:860px){.hy-heritage-split{grid-template-columns:1fr;gap:2rem}}.hy-review-sep{color:var(--hy-text-muted);font-size:.75rem;line-height:1}.hy-review-product{font-family:var(--hy-font-body);font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:1.3px;color:var(--c)}@keyframes hy-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.hy-reviews-track{animation:none}}.hy-science-head{text-align:center;max-width:46rem;margin:0 auto clamp(2rem,4vw,3rem);display:flex;flex-direction:column;align-items:center;gap:1rem}.hy-science-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.hy-science-card.hy-card{background:var(--hy-glass-bg);-webkit-backdrop-filter:var(--hy-glass-blur);backdrop-filter:var(--hy-glass-blur);box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow)}.hy-science-card{padding:var(--hy-card-pad);position:relative}.hy-science-icon{width:3rem;height:3rem;border-radius:.875rem;background:#ffffff12;display:inline-flex;align-items:center;justify-content:center;margin-bottom:1.25rem;color:var(--hy-white);transition:background .3s}.hy-science-card:hover .hy-science-icon{background:#ffffff1f}.hy-science-icon svg{width:1.375rem;height:1.375rem;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.hy-science-card h3,.hy-lab-trust .hy-science-card h4{font-family:var(--hy-font-display);font-size:clamp(1rem,1.3vw,1.1875rem);font-weight:500;letter-spacing:-.2px;color:var(--hy-white);margin:0 0 .625rem}.hy-science-card p{font-family:Inter,sans-serif;font-size:clamp(.8438rem,1vw,.9375rem);color:var(--hy-text-dim);line-height:1.55;margin:0}.hy-heritage-head-row{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;margin-bottom:1.25rem}.hy-heritage-head-row .hy-section-title{margin-bottom:0}.hy-heritage-lab-btn{flex-shrink:0}.hy-science-cta{display:flex;justify-content:center;margin-top:clamp(1.75rem,3.5vw,2.75rem)}.hy-about-wrap{padding:clamp(2.5rem,6vw,4.5rem);position:relative}.hy-about-quote{font-family:var(--hy-font-display);font-size:2.7rem;font-weight:500;line-height:1.1;letter-spacing:-.5px;color:var(--hy-white);margin:0 0 1.75rem;text-wrap:balance}.hy-about-quote .em{color:var(--hy-yellow)}.hy-about-body{font-family:Inter,sans-serif;font-size:clamp(.9375rem,1.2vw,1.0625rem);color:var(--hy-text-dim);line-height:1.7;margin:0 0 2rem;max-width:38.75rem;white-space:pre-line}.hy-about-points{display:flex;flex-direction:column;gap:1.25rem;margin:1.75rem 0 2rem;max-width:38.75rem}.hy-about-point{display:flex;gap:1rem;align-items:flex-start}.hy-about-point-num{font-family:var(--hy-font-display);font-size:clamp(1.5rem,2.6vw,2.1rem);font-weight:500;color:var(--hy-yellow);letter-spacing:.5px;line-height:1;padding-top:.05rem;flex:0 0 auto;min-width:2.4rem}.hy-about-point-text h3{font-family:var(--hy-font-display);font-size:1.0625rem;font-weight:600;text-transform:uppercase;letter-spacing:.3px;color:var(--hy-white);margin:0 0 .3rem}.hy-about-point-text p{font-family:Inter,sans-serif;font-size:clamp(.9rem,1.1vw,1rem);color:var(--hy-text-dim);line-height:1.6;margin:0}.hy-about-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:3rem;align-items:center}.hy-about-img{border-radius:var(--hy-r-md);overflow:hidden;aspect-ratio:5/4;position:relative}.hy-about-img img{width:100%;height:100%;object-fit:cover}.hy-section-cta{margin:clamp(1.75rem,3.5vh,2.75rem) auto 0;max-width:40rem;display:flex;flex-direction:column;align-items:center;gap:1.125rem;text-align:center;position:relative}.hy-section-cta:before{content:"";position:absolute;top:-2.5rem;right:-7.5rem;bottom:-2.5rem;left:-7.5rem;background:radial-gradient(ellipse 60% 70% at 50% 50%,rgba(255,242,0,.05),transparent 70%);pointer-events:none;z-index:-1}.hy-section-cta-copy{display:flex;flex-direction:column;gap:.375rem}.hy-section-cta-title{font-family:var(--hy-font-display);font-size:clamp(1.25rem,2.1vw,1.625rem);font-weight:500;line-height:1.25;letter-spacing:0;color:var(--hy-white);margin:0;text-wrap:balance;text-transform:none}.hy-section-cta-sub{font-family:Inter,sans-serif;font-size:.8438rem;line-height:1.45;color:var(--hy-text-dim);margin:0;max-width:30rem}.hy-section-cta .hy-btn{margin-top:.125rem}.hy-faq-list{max-width:none;margin:0}.hy-faq-item{position:relative;border:none;border-radius:var(--hy-v3-radius);margin-bottom:.75rem;background:var(--hy-glass-bg);-webkit-backdrop-filter:var(--hy-glass-blur);backdrop-filter:var(--hy-glass-blur);box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow);overflow:hidden;transition:box-shadow .3s,background .35s}.hy-faq-item:not([open]):hover{box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow),0 8px 22px #00000047}.hy-faq-item[open]{box-shadow:var(--hy-glass-edge),0 0 0 1px #ffffff24,0 8px 24px #00000040}.hy-faq-question{width:100%;padding:1.375rem 1.75rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-family:var(--hy-font-display);font-size:1.375rem;font-weight:500;text-transform:none;letter-spacing:-.2px;color:var(--hy-white);list-style:none;transition:color .2s,background .2s}.hy-faq-item:not([open]) .hy-faq-question:hover{color:var(--hy-yellow);background:#ffffff05}.hy-faq-item[open] .hy-faq-question:hover{color:var(--hy-white);background:transparent}.hy-faq-question::-webkit-details-marker{display:none}.hy-faq-icon{font-size:1.375rem;font-weight:400;color:var(--hy-yellow);transition:transform .3s}.hy-faq-item[open] .hy-faq-icon{transform:rotate(45deg)}.hy-faq-answer{padding:0 1.75rem;height:0;overflow:hidden;font-family:Inter,sans-serif;font-size:.9375rem;color:var(--hy-text-dim);line-height:1.65;opacity:0;transition:opacity .3s ease}.hy-faq-item[open] .hy-faq-answer{height:auto;padding:0 1.75rem 1.5rem;opacity:1}.hy-footer{background:var(--hy-black);border-top:1px solid var(--hy-border);padding:0 0 2rem;margin-top:1.5rem}.hy-footer-subscribe{padding:0;margin-bottom:0;display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:center}.hy-footer-subscribe-copy h3{font-family:var(--hy-font-display);font-size:clamp(2rem,4vw,2.75rem);font-weight:500;text-transform:uppercase;letter-spacing:-.5px;color:var(--hy-white);margin:0 0 .5rem;line-height:1}.hy-footer-subscribe-copy p{font-family:Inter,sans-serif;font-size:.875rem;color:var(--hy-text-dim);margin:0;max-width:27.5rem;line-height:1.5}.hy-footer-form{display:flex;gap:.5rem;align-items:center;background:#ffffff0a;border:1.5px solid var(--hy-border);border-radius:6.25rem;padding:.25rem .25rem .25rem 1.5rem;min-width:23.75rem}.hy-footer-form input{flex:1;background:transparent!important;border:none!important;outline:none;appearance:none;-webkit-appearance:none;box-shadow:none;color:var(--hy-white)!important;font-family:Inter,sans-serif;font-size:.875rem;padding:.625rem 0}.hy-footer-form input:focus{outline:none;box-shadow:none}.hy-footer-form input::placeholder{color:var(--hy-text-muted)}.hy-footer-form input:-webkit-autofill,.hy-footer-form input:-webkit-autofill:hover,.hy-footer-form input:-webkit-autofill:focus{-webkit-text-fill-color:var(--hy-white);-webkit-box-shadow:0 0 0 1000px transparent inset;transition:background-color 5000s ease-in-out 0s;caret-color:var(--hy-white)}.hy-footer-form button{background:var(--hy-yellow);color:var(--hy-black);font-family:var(--hy-font-body);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;padding:.625rem 1.5rem;border-radius:6.25rem;border:none;cursor:pointer;transition:transform .2s}.hy-footer-subscribe-form{min-width:23.75rem;max-width:31.25rem}.hy-footer-subscribe-form>div{transform:none!important}.hy-footer-subscribe-form form{background:#ffffff0a!important;border:1.5px solid var(--hy-border)!important;border-radius:6.25rem!important;width:100%!important;box-sizing:border-box!important;min-height:0!important;overflow:visible!important}.hy-footer-subscribe-form form:has(.klaviyo-emailinput){padding:.25rem .25rem .25rem 1.5rem!important}.hy-footer-subscribe-form form:not(:has(.klaviyo-emailinput)){padding:1.25rem 2rem!important;border-radius:1.5rem!important;text-align:center!important}.hy-footer-subscribe-form form>div{width:100%!important;min-height:0!important;margin:0!important;padding:0!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:center!important;gap:.25rem!important}.hy-footer-subscribe-form [data-testid=form-row]{display:flex!important;flex-direction:row!important;align-items:center!important;gap:.5rem!important;width:100%!important;position:relative!important}.hy-footer-subscribe-form [data-testid=form-component]{padding:0!important;margin:0!important;position:relative!important}.hy-footer-subscribe-form [data-testid=form-component]:first-child{flex:1 1 auto!important}.hy-footer-subscribe-form [data-testid=form-component]:last-child{flex:0 0 auto!important}.hy-footer-subscribe-form .klaviyo-emailinput{width:100%!important}.hy-footer-subscribe-form label{display:none!important}.hy-footer-subscribe-form h1,.hy-footer-subscribe-form h2,.hy-footer-subscribe-form h3,.hy-footer-subscribe-form h4,.hy-footer-subscribe-form h5,.hy-footer-subscribe-form h6,.hy-footer-subscribe-form p,.hy-footer-subscribe-form span:not(.klaviyo-form-button span){color:var(--hy-white)!important}.hy-footer-subscribe-form h1,.hy-footer-subscribe-form h2{font-family:var(--hy-font-display)!important;font-size:1.5rem!important;line-height:1.1!important;margin:0 0 .5rem!important}.hy-footer-subscribe-form p{font-family:Inter,sans-serif!important;font-size:.9375rem!important;line-height:1.4!important;margin:0!important}.hy-footer-subscribe-form input[type=email]{width:100%!important;flex:1!important;background:transparent!important;border:none!important;outline:none!important;appearance:none!important;-webkit-appearance:none!important;box-shadow:none!important;color:var(--hy-white)!important;font-family:Inter,sans-serif!important;font-size:.875rem!important;padding:.625rem 0!important;height:auto!important;min-height:0!important}.hy-footer-subscribe-form input[type=email]::placeholder{color:var(--hy-text-muted)!important;opacity:1!important}.hy-footer-subscribe-form input[type=email]:-webkit-autofill{-webkit-text-fill-color:var(--hy-white)!important;-webkit-box-shadow:0 0 0 1000px transparent inset!important;transition:background-color 5000s ease-in-out 0s!important;caret-color:var(--hy-white)!important}.hy-footer-subscribe-form .klaviyo-form-button,.hy-footer-subscribe-form button[type=button],.hy-footer-subscribe-form button[type=submit]{background:var(--hy-yellow)!important;color:var(--hy-black)!important;font-family:var(--hy-font-body)!important;font-size:.75rem!important;font-weight:500!important;text-transform:uppercase!important;letter-spacing:normal!important;padding:.625rem 1.5rem!important;border-radius:6.25rem!important;border:none!important;cursor:pointer!important;transition:transform .2s!important;box-shadow:none!important;height:auto!important;min-width:0!important;width:auto!important;line-height:1!important}.hy-footer-subscribe-band{width:100%;background:var(--hy-black);padding-block:clamp(2.25rem,4vh,3rem);margin-bottom:clamp(2.25rem,4vh,3rem)}.hy-footer-subscribe{background:transparent;border-radius:0;margin-bottom:0}.hy-footer-subscribe-copy h3{font-size:clamp(1.875rem,3.2vw,2.5rem);text-transform:none;color:var(--hy-white)}.hy-footer-subscribe-copy p{color:var(--hy-text-dim);font-size:1.0625rem}.hy-footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid var(--hy-border)}.hy-footer-col h4{font-family:var(--hy-font-display);font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:1.6px;color:var(--hy-yellow);margin:0 0 1.25rem}.hy-footer-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.hy-footer-col a{font-family:Inter,sans-serif;font-size:.875rem;color:#ffffffb3;text-decoration:none;transition:color .2s}.hy-footer-col a:hover{color:var(--hy-yellow)}.hy-footer-brand img{height:4.75rem;width:auto;max-width:20rem;margin-bottom:1rem;display:block;object-fit:contain}.hy-footer-brand p{font-family:Inter,sans-serif;font-size:.875rem;color:var(--hy-text-dim);line-height:1.6;margin:0 0 1.25rem;max-width:17.5rem}.hy-footer-socials{display:flex;gap:.625rem}.hy-footer-col .hy-footer-social{width:2.25rem;height:2.25rem;border-radius:50%;background:#ffffff0d;display:inline-flex;align-items:center;justify-content:center;color:#fff9;transition:all .2s;padding:0}.hy-footer-col .hy-footer-social:hover{background:var(--hy-yellow);color:var(--hy-black)}.hy-footer-col .hy-footer-social svg{width:1rem;height:1rem;stroke:currentColor;fill:none;stroke-width:1.8}.hy-footer-bottom{padding-top:1.75rem;display:flex;flex-direction:column;align-items:center;gap:.75rem;font-family:Inter,sans-serif;font-size:.75rem;color:var(--hy-text-muted)}.hy-footer-bottom-row{display:flex;gap:.625rem;align-items:center;flex-wrap:wrap;justify-content:center}.hy-footer-dot{color:var(--hy-text-muted);opacity:.5}.hy-footer-bottom a{color:var(--hy-text-muted);text-decoration:none;transition:color .2s}.hy-footer-bottom a:hover{color:var(--hy-yellow)}.hy-footer-disclaimer{font-family:Inter,sans-serif;font-size:.6562rem;color:var(--hy-text-muted);line-height:1.55;max-width:53.75rem;margin:0;text-align:center;opacity:.9}.hy-breadcrumb{font-family:var(--hy-font-body);font-size:.75rem;font-weight:500;letter-spacing:.4px;text-transform:uppercase;color:var(--hy-text-muted);margin-bottom:2rem;display:flex;gap:.625rem;align-items:center}.hy-breadcrumb a{color:var(--hy-text-muted);text-decoration:none;transition:color .2s}.hy-breadcrumb span{color:var(--hy-text-muted);opacity:.5}.hy-section.hy-search-page,.hy-section.hy-page-content{padding-top:1.5rem}body:has(.shopify-policy__container) #MainContent,body:has(.shopify-policy__container) main{max-width:none!important;width:100%!important;padding:0!important;display:block!important}body .shopify-policy__container,.shopify-policy__container{max-width:none!important;width:100%!important;margin-left:0!important;margin-right:0!important;padding:clamp(6.75rem,12vh,8.5rem) var(--hy-gutter) clamp(4rem,8vh,6rem)!important;color:var(--hy-white);background:var(--hy-black);box-sizing:border-box;text-align:left!important;position:relative;isolation:isolate}.shopify-policy__container:before{content:none}.shopify-policy__title,body .shopify-policy__title{margin-bottom:2.5rem!important;text-align:left!important;max-width:none!important}.shopify-policy__title h1{text-align:left!important}.shopify-policy__container .hy-section-label{margin-bottom:.875rem}.shopify-policy__container>.hy-breadcrumb{width:auto;margin-inline:0;margin-bottom:2rem}.shopify-policy__title h1{font-family:var(--hy-font-display);font-size:clamp(2.1rem,4vw,3rem);font-weight:500;line-height:1.04;letter-spacing:-.6px;text-transform:none;color:var(--hy-white);margin:0;text-wrap:balance}.shopify-policy__body{max-width:var(--hy-read)}.shopify-policy__body .rte{font-family:Inter,sans-serif;font-size:.9688rem;line-height:1.7;color:var(--hy-white);opacity:.88}.shopify-policy__body .rte>*:first-child{margin-top:0}.shopify-policy__body .rte>*:last-child{margin-bottom:0}.shopify-policy__body .rte h2{font-family:var(--hy-font-display);font-size:clamp(1.25rem,2.2vw,1.625rem);font-weight:500;line-height:1.15;letter-spacing:-.2px;text-transform:none;color:var(--hy-white);margin:2.5rem 0 .875rem;opacity:1}.shopify-policy__body .rte h2:first-child{margin-top:0}.shopify-policy__body .rte h3{font-family:var(--hy-font-body);font-size:.875rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--hy-yellow);margin:1.75rem 0 .625rem;opacity:1}.shopify-policy__body .rte h4{font-family:Inter,sans-serif;font-size:1rem;font-weight:600;color:var(--hy-white);margin:1.5rem 0 .5rem;opacity:1}.shopify-policy__body .rte p{margin:0 0 1rem}.shopify-policy__body .rte ul,.shopify-policy__body .rte ol{margin:0 0 1rem;padding-left:1.375rem}.shopify-policy__body .rte li{margin-bottom:.5rem;line-height:1.6}.shopify-policy__body .rte a{color:var(--hy-yellow);text-decoration:none;border-bottom:1px solid color-mix(in srgb,var(--hy-yellow) 40%,transparent);transition:opacity .2s,border-color .2s}.shopify-policy__body .rte a:hover{opacity:.85;border-bottom-color:var(--hy-yellow)}.shopify-policy__body .rte strong{color:var(--hy-white);font-weight:600;opacity:1}.shopify-policy__body .rte em{font-style:italic}.shopify-policy__body .rte blockquote{margin:1.5rem 0;padding:1.25rem 1.5rem;border-left:3px solid var(--hy-yellow);background:#ffffff05;border-radius:0 .5rem .5rem 0;font-style:italic;color:var(--hy-white);opacity:.9}.shopify-policy__body .rte hr{border:0;border-top:1px solid var(--hy-border);margin:2rem 0}.shopify-policy__body .rte code{font-family:ui-monospace,SF Mono,Monaco,monospace;font-size:.8125rem;background:#ffffff0a;padding:.125rem .375rem;border-radius:.25rem;color:var(--hy-yellow)}@media(max-width:960px){.shopify-policy__container{padding:clamp(7.5rem,14vh,9.375rem) var(--hy-gutter) 5rem}.shopify-policy__body .rte{font-size:.9375rem}}.hy-policy-header{margin-bottom:2.5rem}.hy-policy-body,.hy-policy-intro{max-width:55rem}.hy-policy-title{font-family:var(--hy-font-display);font-size:clamp(2.125rem,4.4vw,3.5rem);font-weight:600;line-height:1.04;letter-spacing:-.6px;text-transform:uppercase;color:var(--hy-white);margin:0 0 .75rem;text-wrap:balance}.hy-policy-updated{font-family:var(--hy-font-body);font-size:.75rem;font-weight:500;letter-spacing:1px;text-transform:uppercase;color:var(--hy-text-muted);margin:0}.hy-policy-intro{padding:2rem;font-family:Inter,sans-serif;font-size:.9688rem;line-height:1.65;color:var(--hy-white);opacity:.88;margin-bottom:2rem}.hy-policy-intro:before{display:none}.hy-policy-sections{display:flex;flex-direction:column;gap:1.25rem}.hy-policy-section{padding:2rem 2.125rem;display:flex;flex-direction:column;gap:1rem}.hy-policy-section:before{display:none}.hy-policy-heading{font-family:var(--hy-font-display);font-size:clamp(1.125rem,2vw,1.375rem);font-weight:600;line-height:1.15;letter-spacing:-.2px;text-transform:uppercase;color:var(--hy-white);margin:0}.hy-policy-body{font-family:Inter,sans-serif;font-size:.9375rem;line-height:1.65;color:var(--hy-white);opacity:.82}.hy-policy-body p{margin:0 0 .875rem}.hy-policy-body p:last-child{margin-bottom:0}.hy-policy-body ul,.hy-policy-body ol{margin:0 0 .875rem;padding-left:1.375rem}.hy-policy-body li{margin-bottom:.375rem}.hy-policy-body a{color:var(--hy-yellow);text-decoration:none;transition:opacity .2s}.hy-policy-body a:hover{opacity:.8}.hy-policy-body strong{color:var(--hy-white);font-weight:600}.hy-policy-native{font-family:Inter,sans-serif;font-size:.875rem;color:var(--hy-text-muted);margin:2rem 0 0;padding-top:1.5rem;border-top:1px solid var(--hy-border);text-align:center}.hy-policy-native a{color:var(--hy-yellow);text-decoration:none}.hy-policy-native a:hover{opacity:.8}.hy-blog-page #MainContent .blog-posts,.hy-article-page #MainContent .section{--page-content-width: 64rem;--normal-content-width: 40rem;padding-inline:var(--hy-gutter)!important}@media(max-width:640px){.hy-blog-page #MainContent .blog-posts,.hy-article-page #MainContent .section{padding-inline:1.25rem!important}}.hy-blog-page .blog-posts h1,.hy-blog-page .blog-posts .h1,.hy-blog-page .blog-posts .h2{font-family:var(--hy-font-display)!important;font-size:clamp(2.25rem,5.5vw,4rem)!important;font-weight:500!important;line-height:1!important;letter-spacing:normal!important;text-transform:uppercase!important;color:var(--hy-white)!important}.blog-posts-container{--columns-gap: clamp(1rem, 2.5vw, 2rem);--rows-gap: clamp(1.5rem, 3vw, 2.5rem)}.blog-post-item{border:1.5px solid var(--hy-border)!important;border-radius:var(--hy-r-md);background:linear-gradient(180deg,var(--hy-card) 0%,var(--hy-card-2) 100%);overflow:hidden;padding:0!important;transition:border-color .3s ease,transform .4s cubic-bezier(.2,.8,.2,1)}.blog-post-item:hover{border-color:var(--hy-border-hover)!important}.blog-post-card{gap:0}.blog-post-card__image-container,.blog-post-card .blog-post-card__image-container img{border-radius:0!important;display:block}.blog-post-card__image-container img{width:100%;height:100%;object-fit:cover}.blog-post-card__content{padding:clamp(1.25rem,2vw,1.75rem)!important;gap:.5rem}.blog-post-card__content a{padding-block-start:0!important}.blog-post-card__content a h4,.blog-post-card__content a .h4,.blog-post-card__content a [class*=heading]{font-family:var(--hy-font-display-sm)!important;font-weight:500!important;text-transform:uppercase!important;letter-spacing:normal!important;line-height:1.05!important;color:var(--hy-white)!important}.blog-post-card__content a:hover h4,.blog-post-card__content a:hover .h4{color:var(--hy-yellow)!important}.blog-post-item .blog-post-meta,.blog-post-item [class*=info-text],.blog-post-item time{font-family:var(--hy-font-body)!important;font-size:.75rem!important;letter-spacing:.6px;text-transform:uppercase;color:var(--hy-text-muted)!important}.blog-post-item .blog-post-card__content p,.blog-post-item [class*=description]{font-family:Inter,sans-serif!important;font-size:.9375rem!important;line-height:1.6!important;color:var(--hy-text-dim)!important}.blog-post-item a[class*=read-more],.blog-post-item .read-more{color:var(--hy-yellow)!important;font-weight:600;text-transform:uppercase;letter-spacing:.6px;font-size:.75rem}.hy-article-page .section h1,.hy-article-page .article-title h1,.hy-article-page .section .h1,.hy-article-page .section .h2{font-family:var(--hy-font-display)!important;font-size:clamp(2.25rem,5vw,3.75rem)!important;font-weight:500!important;line-height:1.02!important;letter-spacing:normal!important;text-transform:uppercase!important;color:var(--hy-white)!important;text-wrap:balance}.hy-article-page time,.hy-article-page [class*=info-text]{font-family:var(--hy-font-body)!important;font-size:.8125rem!important;letter-spacing:1px;text-transform:uppercase;color:var(--hy-text-muted)!important}.hy-article-page img{border-radius:var(--hy-r-md)}.blog-post-content.rte,.hy-article-page .rte{font-family:Inter,sans-serif;font-size:1rem;line-height:1.75;color:var(--hy-white);opacity:.9;max-width:var(--hy-read);margin-inline:auto}.blog-post-content.rte>*:first-child{margin-top:0}.blog-post-content.rte h2,.hy-article-page .rte h2{font-family:var(--hy-font-display);font-size:clamp(1.375rem,2.4vw,1.875rem);font-weight:500;line-height:1.12;text-transform:uppercase;letter-spacing:normal;color:var(--hy-white);margin:2.5rem 0 .875rem;opacity:1}.blog-post-content.rte h3,.hy-article-page .rte h3{font-family:var(--hy-font-body);font-size:.875rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--hy-yellow);margin:1.75rem 0 .625rem;opacity:1}.blog-post-content.rte p,.hy-article-page .rte p{margin:0 0 1.125rem}.blog-post-content.rte ul,.blog-post-content.rte ol,.hy-article-page .rte ul,.hy-article-page .rte ol{margin:0 0 1.125rem;padding-left:1.375rem}.blog-post-content.rte li,.hy-article-page .rte li{margin-bottom:.5rem;line-height:1.65}.blog-post-content.rte a,.hy-article-page .rte a{color:var(--hy-yellow);text-decoration:none;border-bottom:1px solid color-mix(in srgb,var(--hy-yellow) 40%,transparent);transition:opacity .2s,border-color .2s}.blog-post-content.rte a:hover,.hy-article-page .rte a:hover{opacity:.85}.blog-post-content.rte strong,.hy-article-page .rte strong{color:var(--hy-white);font-weight:600;opacity:1}.blog-post-content.rte blockquote,.hy-article-page .rte blockquote{margin:1.75rem 0;padding:1.25rem 1.5rem;border-left:3px solid var(--hy-yellow);background:#ffffff05;border-radius:0 .5rem .5rem 0;font-style:italic;color:var(--hy-white);opacity:.92}.blog-post-content.rte hr,.hy-article-page .rte hr{border:0;border-top:1px solid var(--hy-border);margin:2.5rem 0}.blog-post-content.rte img,.hy-article-page .rte img{border-radius:var(--hy-r-md);margin:1.5rem 0}.blog-post-comment{border:1px solid var(--hy-border);border-radius:var(--hy-r-md);background:#ffffff05;padding:1.25rem 1.5rem;margin-bottom:1rem}.blog-post-comment__author-name{color:var(--hy-white);font-weight:600}.blog-post-comment__date{color:var(--hy-text-muted);font-size:.8125rem}.hy-faq-page .hy-breadcrumb{justify-content:center}.hy-faq-page-header{margin-bottom:3rem;text-align:center}.hy-faq-page-header .hy-section-label{justify-content:center}.hy-faq-page-title{font-family:var(--hy-font-display);font-size:clamp(2.25rem,5vw,4rem);font-weight:600;line-height:1.02;letter-spacing:-.8px;text-transform:uppercase;color:var(--hy-white);margin:0 auto 1rem;text-wrap:balance;max-width:20ch}.hy-faq-page-subtitle{font-family:Inter,sans-serif;font-size:1rem;line-height:1.55;color:var(--hy-white);opacity:.78;max-width:40rem;margin:0 auto}.hy-faq-page .hy-faq-list{max-width:57.5rem;margin-inline:auto}.hy-faq-cta{margin:4rem auto 0;padding:3rem 2rem;max-width:45rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:calc(var(--hy-space-unit) * 1)}.hy-faq-cta-title{font-family:var(--hy-font-display);font-size:clamp(1.5rem,3vw,2.125rem);font-weight:600;line-height:1.1;letter-spacing:-.3px;text-transform:none;color:var(--hy-white);margin:0;text-wrap:balance}.hy-section.hy-science-section{padding-block:var(--hy-gutter);margin-block:calc(var(--hy-gutter) / 2);position:relative;overflow:hidden}.hy-science-hero{position:relative;width:100%;height:clamp(22.5rem,50vh,33.75rem);margin-bottom:clamp(4.5rem,9vh,6.875rem);overflow:hidden;-webkit-mask-image:linear-gradient(to bottom,transparent 0%,black 20%,black 80%,transparent 100%),radial-gradient(ellipse 95% 95% at 50% 50%,black 50%,transparent 100%);-webkit-mask-composite:source-in;mask-image:linear-gradient(to bottom,transparent 0%,black 20%,black 80%,transparent 100%),radial-gradient(ellipse 95% 95% at 50% 50%,black 50%,transparent 100%);mask-composite:intersect}.hy-science-hero img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block;opacity:.9}@media(min-width:1025px){.hy-science-hero{-webkit-mask-image:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.15) 18%,rgba(0,0,0,.5) 32%,rgba(0,0,0,.85) 42%,black 48%,black 55%,transparent 100%);-webkit-mask-composite:source-over;mask-image:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.15) 18%,rgba(0,0,0,.5) 32%,rgba(0,0,0,.85) 42%,black 48%,black 55%,transparent 100%);mask-composite:add}}@media(max-width:640px){.hy-science-hero{height:clamp(16.25rem,70vw,22.5rem);margin-bottom:clamp(3rem,6vh,4.5rem)}}.hy-science-section .hy-section-header{position:relative;z-index:2;margin-bottom:2.5rem}.hy-heritage-lead{position:relative;z-index:2;max-width:46rem;margin:0 0 2rem}.hy-heritage-statement{font-family:var(--hy-font-body);font-size:clamp(.9375rem,1.2vw,1.0625rem);line-height:1.7;color:var(--hy-text-dim);margin:1rem 0 0}.hy-heritage-badges{position:relative;z-index:2;display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 2.5rem}.hy-heritage-badge{font-family:var(--hy-font-body);font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;color:var(--hy-text-dim);padding:.5rem .875rem;border-radius:var(--hy-r-pill);background:var(--hy-glass-bg);-webkit-backdrop-filter:var(--hy-glass-blur);backdrop-filter:var(--hy-glass-blur);box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow)}.hy-how-cta{display:flex;justify-content:center;margin-top:2.5rem}.hy-how-card{background:var(--hy-glass-bg);border:none;box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow);-webkit-backdrop-filter:var(--hy-glass-blur);backdrop-filter:var(--hy-glass-blur)}.hy-how-card .hy-how-num{opacity:.32}.hy-how-card:nth-child(1){--c: var(--sauce)}.hy-how-card:nth-child(2){--c: var(--ski)}.hy-how-card:nth-child(3){--c: var(--roll)}.hy-intro-copy{display:flex;flex-direction:column;align-items:flex-start}.hy-intro-copy .hy-section-title{margin-bottom:1.25rem}.hy-section.hy-lab-banner-section{padding:clamp(1.25rem,3vh,2.25rem) 0;position:relative;overflow:hidden}.hy-section.hy-lab-banner-section .hy-science-hero{margin-bottom:0}.hy-about-hero,.hy-about-hero-v3,.hy-about-cta{position:relative;overflow:hidden}.hy-about-hero-atmosphere,.hy-about-cta-atmosphere{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.hy-about-hero .hy-container,.hy-about-hero-v3 .hy-container,.hy-about-cta .hy-container{position:relative;z-index:1}.hy-about-hero{padding-bottom:2.5rem}.hy-about-hero .hy-breadcrumb{justify-content:flex-start;margin-bottom:2.5rem}.hy-about-hero-inner{max-width:55rem}.hy-about-hero-title{font-family:var(--hy-font-display);font-size:clamp(2.25rem,5vw,4rem);font-weight:600;line-height:1.02;letter-spacing:-.8px;text-transform:uppercase;color:var(--hy-white);margin:.5rem 0 1.25rem;text-wrap:balance}.hy-about-hero-tagline{font-family:Inter,sans-serif;font-size:clamp(1rem,1.35vw,1.1875rem);font-weight:400;line-height:1.55;color:var(--hy-white);opacity:.72;margin:0 0 3rem;max-width:32.5rem;text-wrap:pretty}.hy-about-facts{list-style:none;padding:1.75rem 0 0;margin:0;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;border-top:1px solid var(--hy-border)}.hy-about-facts li{display:flex;flex-direction:column;gap:.375rem}.hy-about-fact-label{font-family:var(--hy-font-body);font-size:.625rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--hy-text-muted)}.hy-about-fact-value{font-family:var(--hy-font-display);font-size:1.125rem;font-weight:500;line-height:1.15;color:var(--hy-white);letter-spacing:-.2px}.hy-about-who{padding-top:2.5rem}.hy-about-who-pullquote{max-width:63.75rem;margin:0 auto 4.5rem;padding:0 0 0 clamp(1.25rem,4vw,3.5rem);border-left:3px solid var(--hy-yellow);display:flex;flex-direction:column;gap:1rem}.hy-pullquote{margin:0;position:relative}.hy-pullquote-mark{font-family:var(--hy-font-display);font-size:clamp(4.5rem,10vw,8.75rem);line-height:.2;color:var(--hy-yellow);opacity:.25;display:inline-block;vertical-align:top;margin-right:.25rem;-webkit-user-select:none;user-select:none}.hy-pullquote p{display:inline;font-family:var(--hy-font-display);font-size:clamp(1.75rem,3.8vw,3.25rem);font-weight:500;line-height:1.1;letter-spacing:-.8px;color:var(--hy-white);margin:0;text-wrap:balance}.hy-about-who-body{display:grid;grid-template-columns:1fr 1.05fr;gap:4.5rem;align-items:start}.hy-about-who-text{display:flex;flex-direction:column;gap:1.25rem;padding-top:.75rem}.hy-about-who-text .hy-about-body{font-family:Inter,sans-serif;font-size:clamp(.9375rem,1.15vw,1.0625rem);line-height:1.72;color:var(--hy-white);opacity:.82;margin:0;max-width:33.75rem}.hy-about-signature{margin-top:.75rem;display:flex;align-items:center;gap:.875rem}.hy-about-sig-rule{display:block;width:2.25rem;height:.125rem;background:var(--hy-yellow);border-radius:.125rem}.hy-about-sig-text{font-family:var(--hy-font-body);font-size:.75rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--hy-white)}.hy-about-figure{margin:0;position:relative}.hy-about-figure-frame{position:relative;border-radius:1.5rem;overflow:hidden;border:1.5px solid var(--hy-border);aspect-ratio:4/5;box-shadow:0 40px 80px #0006}.hy-about-figure-frame:before,.hy-about-figure-frame:after{content:"";position:absolute;width:2.25rem;height:2.25rem;border-color:var(--hy-yellow);border-style:solid;z-index:2;pointer-events:none;opacity:.9}.hy-about-figure-frame:before{top:.875rem;left:.875rem;border-width:2px 0 0 2px}.hy-about-figure-frame:after{bottom:.875rem;right:.875rem;border-width:0 2px 2px 0}.hy-about-figure-frame img{width:100%;height:100%;object-fit:cover;display:block}.hy-about-figure-caption{margin-top:.875rem;font-family:var(--hy-font-body);font-size:.6875rem;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--hy-text-muted);text-align:right}.hy-about-mission{padding:clamp(5rem,10vw,8.75rem) 0}.hy-about-mission-frame{max-width:51.25rem;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.125rem}.hy-about-mission-rule{display:block;width:3rem;height:.125rem;background:var(--hy-yellow);border-radius:.125rem;margin-bottom:.5rem}.hy-about-mission-rule--bottom{margin-top:1.5rem;margin-bottom:0;width:1.5rem;opacity:.5}.hy-about-mission .hy-section-label{justify-content:center}.hy-about-mission-title{font-family:var(--hy-font-display);font-size:clamp(2.5rem,6vw,5.25rem);font-weight:600;line-height:.98;letter-spacing:-1.4px;text-transform:uppercase;color:var(--hy-white);margin:.25rem 0 .5rem;text-wrap:balance}.hy-about-mission-body{font-family:Inter,sans-serif;font-size:clamp(1rem,1.25vw,1.125rem);line-height:1.72;color:var(--hy-white);opacity:.82;margin:0;max-width:40rem;text-wrap:pretty}.hy-values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-top:.75rem}.hy-value-card{padding:2rem 1.75rem;display:flex;flex-direction:column;gap:.875rem;transition:transform .4s cubic-bezier(.2,.8,.2,1),box-shadow .3s}.hy-value-card.hy-card,.hy-about-beat.hy-card{background:var(--hy-glass-bg);-webkit-backdrop-filter:var(--hy-glass-blur);backdrop-filter:var(--hy-glass-blur);box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow)}.hy-value-card.hy-card,.hy-value-card:hover{box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow)}.hy-value-title{font-family:var(--hy-font-display);font-size:1.25rem;font-weight:500;line-height:1.1;letter-spacing:-.2px;text-transform:none;color:var(--hy-white);margin:0}.hy-value-body{font-family:Inter,sans-serif;font-size:.875rem;line-height:1.55;color:var(--hy-white);opacity:.75;margin:0}.hy-about-cta{padding:clamp(5rem,10vw,8.75rem) 0;background-image:var(--hy-gradient-scrim),var(--hy-section-gradient);background-size:cover;background-position:center}@media(max-width:768px){.hy-about-cta{background-image:var(--hy-gradient-scrim),var(--hy-section-gradient-mobile)}}.hy-about-cta-inner{max-width:45rem;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.hy-about-cta-inner .hy-section-label{justify-content:center;align-self:center}.hy-about-cta-title{font-family:var(--hy-font-display);font-size:clamp(2rem,3.8vw,2.9rem);font-weight:500;line-height:1.05;letter-spacing:-.4px;text-transform:none;color:var(--hy-white);margin:0 0 .25rem;text-wrap:balance}.hy-about-cta-sub{font-family:Inter,sans-serif;font-weight:400;font-size:clamp(.9375rem,1.2vw,1.0625rem);line-height:1.55;color:var(--hy-white);opacity:.7;margin:0 0 1.25rem;max-width:30rem}@media(max-width:960px){.hy-about-who-body{grid-template-columns:1fr;gap:3rem}.hy-about-facts{grid-template-columns:repeat(2,1fr);gap:1.125rem}.hy-values-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.hy-values-grid{grid-template-columns:1fr}.hy-about-who-pullquote{padding-left:1.125rem}.hy-pullquote-mark{font-size:4.5rem}}.hy-about-hero-v3{padding-bottom:clamp(2rem,4vh,3.5rem)}.hy-about-hero-v3 .hy-breadcrumb{margin-bottom:clamp(2rem,4vh,3rem)}.hy-about-hero-split{display:grid;grid-template-columns:1.15fr 1fr;gap:clamp(2rem,4vw,4.5rem);align-items:center}.hy-about-hero-copy{display:flex;flex-direction:column;gap:1.25rem}.hy-about-statement{font-family:var(--hy-font-display);font-size:clamp(2.5rem,5.4vw,4.75rem);font-weight:600;line-height:.98;letter-spacing:-1.2px;text-transform:uppercase;color:var(--hy-white);margin:0;text-wrap:balance}.hy-about-hero-v3 .hy-about-hero-tagline{font-family:Inter,sans-serif;font-size:clamp(1rem,1.25vw,1.1875rem);line-height:1.55;color:var(--hy-white);opacity:.75;max-width:32rem;margin:0}.hy-about-hero-image{aspect-ratio:4 / 5;border-radius:1.5rem;overflow:hidden;border:1.5px solid var(--hy-border);position:relative}.hy-about-hero-image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(var(--hy-black-rgb),0) 60%,rgba(var(--hy-black-rgb),.55));pointer-events:none}.hy-about-hero-image img{width:100%;height:100%;object-fit:cover;display:block}.hy-about-facts-v3{list-style:none;margin:clamp(2.5rem,5vh,4rem) 0 0;padding:1.5rem 0 0;border-top:1px solid var(--hy-border);display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.hy-about-facts-v3 li{display:flex;flex-direction:column;gap:.375rem}.hy-about-facts-v3 .hy-about-fact-label{font-family:var(--hy-font-body);font-size:.6875rem;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--hy-text-muted)}.hy-about-facts-v3 .hy-about-fact-value{font-family:var(--hy-font-display);font-size:clamp(1.125rem,1.6vw,1.4375rem);font-weight:500;line-height:1.1;color:var(--hy-white)}.hy-about-beats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.hy-about-beat{padding:2.25rem}.hy-about-beat-num{display:block;font-family:var(--hy-font-display);font-size:clamp(3.25rem,5.8vw,4.75rem);font-weight:600;line-height:.9;color:var(--c);opacity:.5;margin-bottom:1.25rem}.hy-about-beat-title{font-family:var(--hy-font-display);font-size:clamp(1.25rem,1.9vw,1.625rem);font-weight:500;line-height:1.2;letter-spacing:-.3px;text-transform:none;color:var(--hy-white);margin:0 0 .875rem;text-wrap:balance}.hy-about-beat-body{font-family:Inter,sans-serif;font-size:.9375rem;line-height:1.6;color:var(--hy-text-dim);margin:0}.hy-about-manifesto{padding:clamp(4.5rem,9vh,7.5rem) 0;position:relative}.hy-about-manifesto-inner{position:relative;z-index:1;max-width:56rem;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.hy-about-manifesto .hy-section-label{justify-content:center;align-self:center}.hy-about-manifesto-title{font-family:var(--hy-font-display);font-size:clamp(2rem,4vw,3.25rem);font-weight:500;line-height:1.04;letter-spacing:-.6px;text-transform:none;color:var(--hy-white);margin:0;text-wrap:balance}.hy-about-manifesto-body{font-family:Inter,sans-serif;font-size:clamp(1rem,1.2vw,1.125rem);line-height:1.7;color:var(--hy-white);opacity:.78;margin:0;max-width:38rem;text-wrap:pretty}.hy-about-giveback-card{padding:clamp(2rem,3.5vw,3rem);display:grid;grid-template-columns:auto 1fr;gap:clamp(1.5rem,2.5vw,2.5rem);align-items:center;border:0;border-radius:var(--hy-v3-radius);background:var(--hy-glass-bg);-webkit-backdrop-filter:var(--hy-glass-blur);backdrop-filter:var(--hy-glass-blur);box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow)}.hy-about-giveback-copy{display:flex;flex-direction:column;gap:.625rem}.hy-about-giveback-copy .hy-section-label{align-self:flex-start}.hy-about-giveback-title{font-family:var(--hy-font-display);font-size:clamp(1.375rem,2.2vw,1.875rem);font-weight:500;line-height:1.15;letter-spacing:-.4px;text-transform:none;color:var(--hy-white);margin:0;text-wrap:balance}.hy-about-giveback-body{font-family:Inter,sans-serif;font-size:clamp(.9375rem,1.1vw,1.0625rem);line-height:1.65;color:var(--hy-text-dim);margin:0;max-width:46rem}@media(max-width:1024px){.hy-about-hero-split{grid-template-columns:1fr;gap:2rem}.hy-about-hero-image{aspect-ratio:16 / 10;max-height:26rem}.hy-about-facts-v3{grid-template-columns:repeat(2,1fr);gap:1.25rem 2rem}.hy-about-beats{grid-template-columns:1fr;gap:1rem}.hy-about-giveback-card{grid-template-columns:1fr;text-align:left;gap:1.25rem}}@media(max-width:640px){.hy-about-statement{letter-spacing:-.6px}.hy-about-manifesto-title{letter-spacing:-.3px}.hy-about-facts-v3{grid-template-columns:repeat(2,1fr)}}.hy-contact-header{margin-bottom:2.5rem}.hy-contact-title{font-family:var(--hy-font-display);font-size:clamp(2.25rem,5vw,4rem);font-weight:600;line-height:1.02;letter-spacing:-.8px;text-transform:uppercase;color:var(--hy-white);margin:0;text-wrap:balance}.hy-contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:1.75rem;align-items:stretch}.hy-contact-info{padding:2.5rem;display:flex;flex-direction:column}.hy-contact-info-inner{display:flex;flex-direction:column;gap:1.75rem;height:100%}.hy-contact-subtitle{font-family:var(--hy-font-display);font-size:clamp(1.5rem,3vw,2.25rem);font-weight:600;line-height:1.05;letter-spacing:-.3px;text-transform:uppercase;color:var(--hy-white);margin:0;text-wrap:balance}.hy-contact-desc{font-family:Inter,sans-serif;font-size:.9375rem;line-height:1.6;color:var(--hy-white);opacity:.78;margin:0}.hy-contact-detail{display:flex;gap:1rem;align-items:center;padding-top:.5rem}.hy-contact-detail-icon{width:2.75rem;height:2.75rem;flex-shrink:0;border-radius:50%;background:color-mix(in srgb,var(--hy-yellow) 10%,transparent);border:1px solid color-mix(in srgb,var(--hy-yellow) 35%,transparent);display:flex;align-items:center;justify-content:center;color:var(--hy-yellow)}.hy-contact-detail-icon svg{width:1.125rem;height:1.125rem}.hy-contact-detail-label{font-family:var(--hy-font-body);font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:1.8px;color:var(--hy-text-muted);margin-bottom:.25rem}.hy-contact-detail-value{font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:var(--hy-white);text-decoration:none;transition:color .2s}.hy-contact-detail-value:hover{color:var(--hy-yellow)}.hy-contact-socials{margin-top:auto;padding-top:.25rem}.hy-contact-socials .hy-contact-detail-label{margin-bottom:.75rem}.hy-contact-socials-row{display:flex;gap:.625rem}.hy-contact-social{width:2.5rem;height:2.5rem;border-radius:50%;background:#ffffff0a;border:1px solid var(--hy-border);display:flex;align-items:center;justify-content:center;color:var(--hy-white);opacity:.85;transition:background .2s,color .2s,border-color .2s,transform .2s}.hy-contact-social:hover{background:var(--hy-yellow);color:var(--hy-black);border-color:var(--hy-yellow)}.hy-contact-social svg{width:1rem;height:1rem}.hy-contact-form-card{padding:2.5rem;display:flex;flex-direction:column;gap:1.125rem}.hy-contact-info.hy-card,.hy-contact-form-card.hy-card{background:var(--hy-glass-bg);-webkit-backdrop-filter:var(--hy-glass-blur);backdrop-filter:var(--hy-glass-blur);box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow)}.hy-contact-info.hy-card:before,.hy-contact-form-card.hy-card:before{display:none}.hy-contact-form-card form{display:flex;flex-direction:column;gap:1.125rem}.hy-field-row{display:grid;grid-template-columns:1fr 1fr;gap:.875rem}.hy-field{display:flex;flex-direction:column;gap:.5rem}.hy-field-label{font-family:var(--hy-font-body);font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:1.6px;color:var(--hy-text-muted)}.hy-field-input{width:100%;padding:.875rem 1rem;background:#ffffff05;background-color:#ffffff05;border:1px solid var(--hy-border);border-radius:.75rem;color:var(--hy-white);font-family:Inter,sans-serif;font-size:.9375rem;font-weight:400;outline:none;-webkit-appearance:none;appearance:none;transition:border-color .2s,background .2s,box-shadow .2s;box-sizing:border-box}.hy-field-input::placeholder{color:var(--hy-text-muted);opacity:.7}.hy-field-input:focus{border-color:var(--hy-yellow);background:#ffffff0a;box-shadow:0 0 0 2px color-mix(in srgb,var(--hy-yellow) 50%,transparent)}.hy-field-textarea{resize:vertical;min-height:7.5rem;line-height:1.55}.hy-field-input:-webkit-autofill,.hy-field-input:-webkit-autofill:hover,.hy-field-input:-webkit-autofill:focus{-webkit-text-fill-color:var(--hy-white);-webkit-box-shadow:0 0 0 1000px rgba(255,255,255,.02) inset;transition:background-color 9999s ease-in-out 0s}.hy-contact-submit{margin-top:.5rem;align-self:flex-start;padding:.875rem 1.75rem;font-size:.875rem}.hy-contact-success{padding:1.125rem 1.375rem;border-radius:.75rem;background:color-mix(in srgb,var(--hy-yellow) 10%,transparent);border:1px solid color-mix(in srgb,var(--hy-yellow) 35%,transparent);margin-bottom:.25rem}.hy-contact-success h3{font-family:var(--hy-font-display);font-size:1.125rem;font-weight:600;text-transform:uppercase;color:var(--hy-yellow);margin:0 0 .25rem}.hy-contact-success p{font-family:Inter,sans-serif;font-size:.875rem;color:var(--hy-white);opacity:.85;margin:0}.hy-contact-errors{padding:.875rem 1.125rem;border-radius:.625rem;background:#ff505014;border:1px solid rgba(255,80,80,.25);color:#ff8a8a;font-family:Inter,sans-serif;font-size:.875rem}.hy-contact-errors ul{margin:0;padding-left:1.125rem}.hy-404{min-height:calc(100vh - 8.75rem);display:flex;align-items:center;justify-content:center}.hy-404-inner{--hy-label-align: center;max-width:40rem;margin:0 auto;padding:3rem 1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.125rem}.hy-404-code{font-family:var(--hy-font-display);font-size:clamp(7.5rem,22vw,15rem);font-weight:600;line-height:.92;letter-spacing:-6px;color:var(--hy-yellow);text-shadow:0 0 40px color-mix(in srgb,var(--hy-yellow) 40%,transparent),0 0 120px color-mix(in srgb,var(--hy-yellow) 18%,transparent);margin-bottom:.25rem;-webkit-user-select:none;user-select:none}.hy-404-title{font-family:var(--hy-font-display);font-size:clamp(1.75rem,3.6vw,2.625rem);font-weight:600;line-height:1.05;letter-spacing:-.4px;text-transform:uppercase;color:var(--hy-white);margin:0;text-wrap:balance}.hy-404-body{font-family:Inter,sans-serif;font-size:.9375rem;line-height:1.55;color:var(--hy-text-dim);margin:0 0 1rem;max-width:28.75rem;text-wrap:balance}.hy-search-page .hy-container{text-align:center}.hy-search-page .hy-breadcrumb{justify-content:center}.hy-search-grid{text-align:left}.hy-search-header{margin-bottom:calc(var(--hy-space-unit) * 1)}.hy-search-title{font-family:var(--hy-font-display);font-size:clamp(2.1rem,4vw,3rem);font-weight:500;line-height:1.02;letter-spacing:-.5px;color:var(--hy-white);margin:0 0 calc(var(--hy-space-unit) * .5);text-wrap:balance}.hy-search-meta{font-family:var(--hy-font-body);font-size:.8125rem;color:var(--hy-text-muted);margin:0;letter-spacing:.3px}.hy-search-form{display:flex;align-items:center;gap:.625rem;padding:.625rem .625rem .625rem 1.25rem;margin:0 auto calc(var(--hy-space-unit) * 2);max-width:47.5rem}.hy-search-form:before{display:none}.hy-search-empty.hy-card,.hy-search-page-card.hy-card{background:var(--hy-glass-bg);box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow);border:none;border-radius:var(--hy-v3-radius)}.hy-search-form.hy-card{background:#ffffff0a;border:1.5px solid var(--hy-border);border-radius:var(--hy-r-pill);-webkit-backdrop-filter:var(--hy-glass-blur);backdrop-filter:var(--hy-glass-blur);box-shadow:var(--hy-glass-edge)}@media(max-width:640px){.hy-search-form.hy-card{border-radius:var(--hy-v3-radius)}}.hy-search-icon{width:1.125rem;height:1.125rem;color:var(--hy-text-muted);flex-shrink:0}.hy-search-input{flex:1;min-width:0;background:transparent;background-color:transparent;-webkit-appearance:none;appearance:none;border:none;outline:none;box-shadow:none;color:var(--hy-white);font-family:Inter,sans-serif;font-size:.9375rem;font-weight:500;padding:.75rem 0;letter-spacing:.1px}.hy-search-input::placeholder{color:var(--hy-text-muted);opacity:.7}.hy-search-input:focus{outline:none;box-shadow:none}.hy-search-input:-webkit-autofill,.hy-search-input:-webkit-autofill:hover,.hy-search-input:-webkit-autofill:focus{-webkit-text-fill-color:var(--hy-white);-webkit-box-shadow:0 0 0 1000px transparent inset;transition:background-color 9999s ease-in-out 0s}.hy-search-submit{flex-shrink:0;padding:.75rem 1.375rem;font-size:.8125rem}.hy-search-grid{margin-bottom:calc(var(--hy-space-unit) * 2)}.hy-search-page-card{display:flex;flex-direction:column;gap:1rem;padding:1.75rem;text-decoration:none;color:inherit;transition:border-color .3s}.hy-search-page-card:hover{border-color:var(--hy-border-hover)}.hy-search-page-type{font-family:var(--hy-font-body);font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--hy-yellow)}.hy-search-card--v3.hy-lineup-card:after{background-image:radial-gradient(40% 30% at 22% 12%,color-mix(in srgb,var(--c) 92%,transparent) 0%,color-mix(in srgb,var(--c) 30%,transparent) 42%,transparent 70%),radial-gradient(36% 28% at 82% 16%,color-mix(in srgb,var(--c) 78%,transparent) 0%,color-mix(in srgb,var(--c) 24%,transparent) 44%,transparent 72%),radial-gradient(85% 60% at 50% -10%,color-mix(in srgb,var(--c) 52%,transparent) 0%,transparent 74%),radial-gradient(70% 55% at 88% 96%,color-mix(in srgb,var(--c) 30%,transparent) 0%,transparent 70%);background-size:auto;background-position:center top;mix-blend-mode:screen;opacity:.78;filter:saturate(1.15)}.hy-search-card--v3.hy-lineup-card:hover:after{opacity:.9;transform:none}.hy-search-card--v3 .hy-lineup-bag{height:12rem}.hy-search-card--v3 .hy-lineup-cat{position:absolute;top:1.25rem;left:1.25rem;z-index:3;font-family:var(--hy-font-body);font-size:.82rem;font-weight:600;letter-spacing:.01em;color:var(--hy-white);background:var(--hy-glass-bg);-webkit-backdrop-filter:var(--hy-glass-blur);backdrop-filter:var(--hy-glass-blur);box-shadow:var(--hy-glass-edge);padding:.32rem .9rem;border-radius:var(--hy-r-pill);white-space:nowrap;text-shadow:0 1px 2px rgba(0,0,0,.28)}.hy-search-card--v3 .hy-lineup-info .hy-lineup-name{font-family:var(--hy-font-display);font-size:1.5rem;font-weight:500;text-transform:none;letter-spacing:normal;line-height:1;color:var(--hy-white);margin:0;text-shadow:0 1px 6px rgba(0,0,0,.45)}.hy-search-card--v3 .hy-lineup-info .hy-lineup-price{font-family:var(--hy-font-display);font-size:1.5rem;font-weight:500;color:var(--hy-white);flex-shrink:0;text-shadow:0 1px 6px rgba(0,0,0,.45)}.hy-search-card--v3 .hy-lineup-benefit{font-family:var(--hy-font-body);font-size:.8125rem;font-weight:500;text-transform:none;letter-spacing:normal;color:var(--hy-text-dim)}.hy-search-card--v3 .hy-lineup-details{margin-top:.5rem}.hy-search-empty{padding:4rem 2.5rem;text-align:center;max-width:35rem;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:calc(var(--hy-space-unit) * 1)}.hy-search-empty-text{font-family:Inter,sans-serif;font-size:1rem;color:var(--hy-text-dim);margin:0;line-height:1.5}@media(max-width:1024px){.hy-lineup-grid,.hy-science-grid{grid-template-columns:repeat(2,1fr)}.hy-footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:640px){.hy-intro-grid,.hy-about-grid{grid-template-columns:1fr;gap:2rem}.hy-about-grid .hy-about-img{order:-1}.hy-how-grid{grid-template-columns:1fr}.hy-search-form{flex-wrap:wrap;padding:.75rem}.hy-search-form .hy-search-icon{display:none}.hy-search-input{padding:.625rem .25rem;font-size:.875rem}.hy-search-submit{width:100%;justify-content:center}.hy-contact-grid{grid-template-columns:1fr}.hy-contact-info,.hy-contact-form-card{padding:1.75rem}.hy-field-row{grid-template-columns:1fr}}@media(max-width:640px){.hy-lineup-grid{grid-template-columns:1fr}.hy-science-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.hy-footer-grid{grid-template-columns:1fr;text-align:center}.hy-footer-brand{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.hy-footer-brand img{margin-left:0;margin-right:auto;height:4.5rem}.hy-footer-brand p{margin-left:0;margin-right:0;max-width:20rem}.hy-footer-socials{justify-content:flex-start}.hy-footer-col:not(.hy-footer-brand){text-align:left;padding:0}.hy-footer-col:not(.hy-footer-brand) ul{align-items:flex-start;gap:.875rem}.hy-footer-col h4{margin-bottom:1rem;font-size:.9rem}.hy-footer-col a{padding:.25rem 0;display:inline-block}.hy-footer-bottom{flex-direction:column;align-items:center}.hy-search-empty{padding:3rem 1.5rem}.hy-footer>.hy-container{display:flex;flex-direction:column;gap:2rem}.hy-footer-grid{display:contents}.hy-footer-col.hy-footer-brand{order:1;padding-bottom:.5rem}.hy-footer-subscribe{order:2;margin:0}.hy-footer-col:not(.hy-footer-brand){order:3}.hy-footer-bottom{order:4;margin-top:.5rem;padding-top:1.5rem;border-top:1px solid var(--hy-border);width:100%;gap:.75rem}.hy-footer-subscribe{grid-template-columns:1fr;gap:1.25rem;padding:0}.hy-footer-form{padding:.1875rem .1875rem .1875rem 1.25rem;min-width:0;width:100%}.hy-footer-form input{padding:.5rem 0;font-size:.8125rem}.hy-footer-form button{padding:.5rem 1.125rem;font-size:.6875rem}.hy-footer-subscribe-form{min-width:0;max-width:100%;width:100%;box-sizing:border-box}.hy-footer-subscribe-form form:has(.klaviyo-emailinput){padding:.1875rem .3rem .1875rem 1rem!important}.hy-footer-subscribe-form [data-testid=form-row]{min-width:0!important;gap:.4rem!important}.hy-footer-subscribe-form [data-testid=form-component]{min-width:0!important}.hy-footer-subscribe-form [data-testid=form-component]:first-child{flex:1 1 0!important}.hy-footer-subscribe-form input[type=email]{min-width:0!important;font-size:.8125rem!important;padding:.5rem 0!important}.hy-footer-subscribe-form .klaviyo-form-button,.hy-footer-subscribe-form button[type=button],.hy-footer-subscribe-form button[type=submit]{font-size:.6875rem!important;flex-shrink:0!important}.hy-footer-disclaimer{padding:0 .5rem}.hy-footer-grid{border-bottom:none;padding-bottom:0}}@media(max-width:480px){.hy-footer{padding-left:0;padding-right:0}.hy-footer-subscribe{padding:0}.hy-footer-subscribe-copy h3{font-size:1.625rem}.hy-footer-subscribe-copy p{font-size:.875rem}}.hy-cart-page{padding-top:1.5rem}.hy-cart-header{margin-bottom:calc(var(--hy-space-unit) * 1);display:flex;flex-direction:column;gap:.875rem}.hy-cart-header .hy-section-title{margin-bottom:0}.hy-cart-count{font-family:Inter,sans-serif;font-size:clamp(1rem,1.4vw,1.25rem);font-weight:400;color:var(--hy-text-dim);text-transform:none;letter-spacing:0;margin-left:.5rem}.hy-cart-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:clamp(1.5rem,3vw,2.5rem);align-items:start}.hy-cart-items{display:flex;flex-direction:column;gap:calc(var(--hy-space-unit) * 1)}.hy-cart-line{background:var(--hy-glass-bg);box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow);border:none;border-radius:var(--hy-v3-radius);display:grid;grid-template-columns:6rem 1fr auto auto;grid-template-areas:"img info total remove";gap:1.25rem;padding:1rem;align-items:center}.hy-cart-line:before{display:none}.hy-cart-line:hover{border-color:color-mix(in srgb,var(--c) 35%,var(--hy-border))}.hy-cart-line-info .hy-cart-qty{margin-top:.375rem;align-self:flex-start}.hy-cart-line-img{grid-area:img;width:6rem;height:6rem;border-radius:.875rem;overflow:hidden;background:#ffffff05;display:block;flex-shrink:0;align-self:center}.hy-cart-line-img img{width:100%;height:100%;object-fit:contain;display:block}.hy-cart-line-info{grid-area:info;display:flex;flex-direction:column;justify-content:center;gap:.375rem;min-width:0;align-self:center}.hy-cart-line-name{font-family:var(--hy-font-display);font-size:clamp(1.375rem,2vw,1.75rem);font-weight:500;text-transform:none;letter-spacing:-.3px;color:var(--hy-white);text-decoration:none;line-height:1.05}.hy-cart-line-name:hover{color:var(--c)}.hy-cart-line-variant{font-family:var(--hy-font-body);font-size:.6875rem;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;color:var(--c)}.hy-cart-line-unit-price{font-family:Inter,sans-serif;font-size:.8125rem;color:var(--hy-text-dim)}.hy-cart-line-subscription{font-family:var(--hy-font-body);font-size:.6875rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:var(--hy-yellow);margin-top:.125rem}.hy-cart-line-controls{display:flex;align-items:center;gap:1rem;margin-top:.5rem;flex-wrap:wrap}.hy-cart-qty{display:inline-flex;align-items:center;border:1px solid var(--hy-border);border-radius:6.25rem;background:#ffffff05;overflow:hidden}.hy-cart-qty-btn{width:1.875rem;height:1.875rem;background:transparent;border:0;color:var(--hy-text-dim);cursor:pointer;font-size:.875rem;font-weight:500;display:inline-flex;align-items:center;justify-content:center;transition:background .2s,color .2s}.hy-cart-qty-btn:hover{background:#fff2000f;color:var(--hy-yellow)}.hy-cart-qty-val{font-family:var(--hy-font-body);font-size:.8125rem;font-weight:600;color:var(--hy-white);min-width:1.75rem;text-align:center}.hy-cart-line-remove{grid-area:remove;width:2rem;height:2rem;border-radius:50%;background:transparent;border:0;color:var(--hy-text-muted);cursor:pointer;padding:0;display:inline-flex;align-items:center;justify-content:center;align-self:center;transition:color .2s,background .2s}.hy-cart-line-remove svg{width:1.125rem;height:1.125rem}.hy-cart-line-remove:hover{color:var(--roll);background:#eb088c14}.hy-cart-line-total{grid-area:total;font-family:var(--hy-font-display);font-size:clamp(1.25rem,1.5vw,1.5rem);font-weight:600;color:var(--hy-white);text-align:right;align-self:center;white-space:nowrap;letter-spacing:-.3px}.hy-cart-summary{background:var(--hy-glass-bg);box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow);border:none;border-radius:var(--hy-v3-radius);padding:1.75rem;position:sticky;top:7.5rem;display:flex;flex-direction:column;gap:1rem}.hy-cart-summary-title{font-family:var(--hy-font-display);font-size:1.125rem;font-weight:600;text-transform:uppercase;letter-spacing:-.2px;color:var(--hy-white);margin:0 0 .5rem}.hy-cart-summary-row{display:flex;justify-content:space-between;align-items:baseline;font-family:Inter,sans-serif;font-size:.9375rem;color:var(--hy-text-dim);gap:.75rem}.hy-cart-summary-row .hy-cart-subtotal-price{font-family:var(--hy-font-display);font-weight:600;font-size:1.25rem;color:var(--hy-white)}.hy-cart-summary-note{color:var(--hy-text-muted);font-size:.8125rem}.hy-cart-summary-discount{color:var(--hy-yellow)}.hy-cart-summary-total{padding-top:.75rem;border-top:1px solid var(--hy-border);color:var(--hy-white);font-weight:600}.hy-cart-note-wrap{display:flex;flex-direction:column;gap:.5rem;padding-top:.75rem;border-top:1px solid var(--hy-border)}.hy-cart-note-label{font-family:var(--hy-font-body);font-size:.6875rem;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;color:var(--hy-text-muted)}.hy-cart-note{width:100%;font-family:Inter,sans-serif;font-size:.875rem;line-height:1.5;color:var(--hy-white);background:#ffffff08;border:1px solid var(--hy-border);border-radius:.75rem;padding:.75rem .875rem;resize:vertical;min-height:4rem;transition:border-color .2s}.hy-cart-note:focus{outline:none;border-color:var(--hy-yellow)}.hy-cart-checkout-btn{margin-top:.5rem;width:100%;justify-content:center;font-size:.9375rem}.hy-cart-summary-fineprint{font-family:Inter,sans-serif;font-size:.75rem;color:var(--hy-text-muted);text-align:center;margin:0}.hy-cart-continue{font-family:var(--hy-font-body);font-size:.75rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:var(--hy-text-dim);text-decoration:none;text-align:center;display:block;margin:0 -1.75rem -1.75rem;padding:1rem 1.75rem;border-top:1px solid var(--hy-border);line-height:1;transition:color .2s}.hy-cart-continue:hover{color:var(--hy-yellow)}.hy-ship-meter{margin:0 0 clamp(1.5rem,3vh,2.25rem);display:flex;flex-direction:column;gap:.625rem}.hy-ship-meter-msg{font-family:Inter,sans-serif;font-size:1rem;color:var(--hy-text-dim);display:inline-flex;align-items:center;gap:.5rem;letter-spacing:-.1px}.hy-ship-meter-msg strong{color:var(--hy-white);font-weight:600}.hy-ship-meter-msg svg{width:1.125rem;height:1.125rem;color:var(--hy-yellow);flex-shrink:0}.hy-ship-meter-bar-row{display:flex;align-items:center;gap:.875rem}.hy-ship-meter-track{flex:1;height:.5rem;border-radius:999px;background:#ffffff0f;overflow:hidden;position:relative}.hy-ship-meter-fill{height:100%;background:var(--hy-yellow);border-radius:inherit;transition:width .55s cubic-bezier(.22,.61,.36,1)}.hy-ship-meter-threshold{font-family:var(--hy-font-display);font-size:1.375rem;font-weight:600;color:var(--hy-white);letter-spacing:-.3px;line-height:1;flex-shrink:0}.hy-ship-meter.is-unlocked .hy-ship-meter-msg{color:var(--hy-yellow);font-weight:600}.hy-ship-meter.is-unlocked .hy-ship-meter-fill{background:var(--hy-yellow)}.hy-ship-meter.is-unlocked .hy-ship-meter-threshold{color:var(--hy-yellow)}@media(max-width:640px){.hy-ship-meter-msg{font-size:.9375rem}.hy-ship-meter-threshold{font-size:1.125rem}}.hy-cart-empty-wrap{position:relative;margin-top:clamp(1rem,3vh,2rem);padding:clamp(1.5rem,3vh,2.5rem) 0 clamp(2rem,4vh,3rem)}.hy-cart-empty-atmosphere{position:absolute;left:0;right:0;top:clamp(-10rem,-8vh,-5rem);bottom:clamp(-6rem,-5vh,-3rem);z-index:0;pointer-events:none}.hy-cart-empty{background:var(--hy-glass-bg);box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow);border:none;border-radius:var(--hy-v3-radius);position:relative;z-index:1;max-width:34rem;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem;padding:clamp(2.25rem,5vh,3.25rem) clamp(1.5rem,3vw,2.5rem)}.hy-cart-empty-icon{width:4.5rem;height:4.5rem;border-radius:1.125rem;background:#fff2000f;border:1px solid rgba(255,242,0,.2);display:flex;align-items:center;justify-content:center;color:var(--hy-yellow);margin-bottom:.25rem}.hy-cart-empty-icon svg{width:2rem;height:2rem}.hy-cart-empty-title{font-family:var(--hy-font-display);font-size:clamp(1.5rem,2.6vw,2rem);font-weight:500;text-transform:none;letter-spacing:-.3px;color:var(--hy-white);margin:0}.hy-cart-empty-body{font-family:Inter,sans-serif;font-size:.9375rem;color:var(--hy-text-dim);margin:0 0 .5rem;max-width:24rem;line-height:1.55}.hy-cart-xsell{margin-top:clamp(2.5rem,5vh,4rem)}.hy-cart-xsell-head{margin-bottom:calc(var(--hy-space-unit) * 1);display:flex;flex-direction:column;gap:.5rem}.hy-cart-xsell-title{margin:0;font-size:clamp(1.5rem,2.6vw,2rem)}.hy-cart-xsell-wrap{position:relative;padding-inline:3.5rem}@media(min-width:1280px){.hy-cart-xsell-wrap{padding-inline:4.5rem}}@media(max-width:768px){.hy-cart-xsell-wrap{padding-inline:0}}.hy-cart-xsell-scroller{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(16rem,1fr);gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:.25rem;padding:1.25rem .25rem 1.5rem;margin:0 -.25rem;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.hy-cart-xsell-scroller::-webkit-scrollbar{display:none}.hy-cart-xsell-card{scroll-snap-align:start;min-height:auto;cursor:pointer;-webkit-user-select:none;user-select:none}.hy-cart-xsell-card:focus-visible{outline:2px solid var(--hy-yellow);outline-offset:4px}@media(min-width:1024px){.hy-cart-xsell-scroller{grid-auto-columns:minmax(18rem,1fr);gap:1.25rem}}.hy-cart-xsell-nav{position:absolute;top:50%;transform:translateY(-50%);width:3rem;height:3rem;border-radius:50%;background:#131313b8;backdrop-filter:blur(12px) saturate(1.4);-webkit-backdrop-filter:blur(12px) saturate(1.4);border:1px solid var(--hy-border);color:var(--hy-white);font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:6;transition:background .2s,border-color .2s,transform .2s}.hy-cart-xsell-nav:hover{border-color:#ffffff59;background:#131313e0;transform:translateY(-50%)}.hy-cart-xsell-nav--prev{left:0}.hy-cart-xsell-nav--next{right:0}@media(max-width:768px){.hy-cart-xsell-nav{display:none}}.hy-cart-xsell-lines{margin:.75rem auto 0}.hy-cart-promo{margin-top:.25rem;padding-top:.75rem;border-top:1px solid var(--hy-border)}.hy-cart-promo-summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-family:var(--hy-font-body);font-size:.75rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:var(--hy-text-dim);padding:.25rem 0;transition:color .2s;-webkit-user-select:none;user-select:none}.hy-cart-promo-summary::-webkit-details-marker{display:none}.hy-cart-promo-summary:hover{color:var(--hy-white)}.hy-cart-promo-chev{width:.875rem;height:.875rem;transition:transform .25s cubic-bezier(.22,.61,.36,1);flex-shrink:0}.hy-cart-promo[open] .hy-cart-promo-chev{transform:rotate(180deg)}.hy-cart-promo-body{display:flex;gap:.5rem;margin-top:.625rem}.hy-cart-promo-input{flex:1;min-width:0;font-family:Inter,sans-serif;font-size:.875rem;color:var(--hy-white);background:#ffffff08;border:1px solid var(--hy-border);border-radius:.625rem;padding:.5rem .75rem;transition:border-color .2s}.hy-cart-promo-input:focus{outline:none;border-color:var(--hy-yellow)}.hy-cart-promo-input::placeholder{color:var(--hy-text-muted)}.hy-cart-promo-apply{font-family:var(--hy-font-body);font-size:.6875rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:var(--hy-white);background:#ffffff0d;border:1px solid var(--hy-border);border-radius:.625rem;padding:0 1rem;cursor:pointer;transition:background .2s,border-color .2s}.hy-cart-promo-apply:hover{background:#ffffff17;border-color:#fff3}.hy-cart-promo-hint{font-family:Inter,sans-serif;font-size:.6875rem;color:var(--hy-text-muted);margin:.5rem 0 0}.hy-cart-trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-top:.375rem;padding-top:.875rem;border-top:1px solid var(--hy-border)}.hy-cart-trust-item{display:flex;flex-direction:column;align-items:center;gap:.375rem;text-align:center;font-family:var(--hy-font-body);font-size:.625rem;font-weight:600;letter-spacing:.8px;text-transform:uppercase;color:var(--hy-text-muted);line-height:1.2}.hy-cart-trust-item svg{width:1.125rem;height:1.125rem;color:var(--hy-yellow);opacity:.85}@media(max-width:1024px){.hy-cart-grid{grid-template-columns:1fr}.hy-cart-summary{position:static}}@media(max-width:640px){.hy-cart-line{grid-template-columns:5rem 1fr auto auto;grid-template-areas:"img info total remove";gap:.75rem;padding:1rem}.hy-cart-line-img{width:5rem;height:5rem;align-self:center}.hy-cart-line-name{font-size:1.125rem;line-height:1.1}.hy-cart-line-total{font-size:1.25rem;align-self:center}.hy-cart-line-remove{width:1.75rem;height:1.75rem}.hy-cart-line-remove svg{width:1rem;height:1rem}.hy-cart-trust-item{font-size:.5625rem;letter-spacing:.6px}.hy-ship-meter-row{gap:.5rem}.hytz-cart-item{grid-template-columns:4.5rem 1fr auto auto;gap:.625rem}.hytz-cart-item-name,.hytz-cart-item-line-total{font-size:1.125rem}.hytz-cart-item-img{width:4.5rem;height:4.5rem}}.hy-collection-page{padding-top:clamp(2.25rem,4.5vw,3.5rem)}.hy-collection-list-page{padding-top:1.5rem}.hy-collection-list-header{margin-bottom:calc(var(--hy-space-unit) * 1)}.hy-collection-list-subtitle{font-family:Inter,sans-serif;font-size:clamp(.9375rem,1.1vw,1.0625rem);color:var(--hy-text-dim);max-width:38rem;margin:1rem auto 0;line-height:1.55}.hy-collection-list-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(17rem,1fr));gap:clamp(1rem,2vw,1.5rem)}.hy-collection-list-card{padding:1rem;text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:1rem;transition:transform .3s cubic-bezier(.2,.8,.2,1)}.hy-collection-list-card.hy-card,.hy-collection-list-empty.hy-card{background:var(--hy-glass-bg);box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow);border:none;border-radius:var(--hy-v3-radius)}.hy-collection-list-card-media{aspect-ratio:4 / 3;border-radius:var(--hy-v3-radius);overflow:hidden;background:#ffffff06;border:1px solid var(--hy-border)}.hy-collection-list-card-media img{width:100%;height:100%;object-fit:cover;display:block}.hy-collection-list-card-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--hy-text-muted)}.hy-collection-list-card-placeholder svg{width:3rem;height:3rem}.hy-collection-list-card-info{display:flex;flex-direction:column;gap:.375rem;padding:0 .25rem .5rem}.hy-collection-list-card-title{font-family:var(--hy-font-display);font-size:clamp(1.25rem,1.8vw,1.5rem);font-weight:600;text-transform:uppercase;letter-spacing:-.3px;color:var(--hy-white);line-height:1.1;margin:0}.hy-collection-list-card-meta{display:flex;justify-content:space-between;align-items:center;font-family:var(--hy-font-body);font-size:.75rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:var(--hy-text-dim)}.hy-collection-list-card-arrow{color:var(--hy-text-dim);transition:color .2s,transform .2s}.hy-collection-list-card:hover .hy-collection-list-card-arrow{color:var(--hy-yellow);transform:translate(3px)}.hy-collection-list-card--v3 .hy-collection-list-card-media{position:relative;background:radial-gradient(40% 32% at 24% 14%,color-mix(in srgb,var(--c) 90%,transparent) 0%,color-mix(in srgb,var(--c) 28%,transparent) 44%,transparent 72%),radial-gradient(36% 30% at 80% 18%,color-mix(in srgb,var(--c) 74%,transparent) 0%,color-mix(in srgb,var(--c) 22%,transparent) 46%,transparent 74%),radial-gradient(95% 65% at 50% -12%,color-mix(in srgb,var(--c) 46%,transparent) 0%,transparent 76%),linear-gradient(180deg,var(--hy-card) 0%,var(--hy-card-2) 100%);filter:saturate(1.1)}.hy-collection-list-card--v3 .hy-collection-list-card-media img{object-fit:contain;padding:clamp(1rem,4%,1.75rem);filter:drop-shadow(0 10px 24px rgba(0,0,0,.5))}.hy-collection-list-empty{max-width:28rem;margin:2rem auto 0;padding:2.5rem;text-align:center;display:flex;flex-direction:column;gap:1rem;align-items:center}.hy-collection-list-empty p{font-family:Inter,sans-serif;color:var(--hy-text-dim);margin:0}.hy-lineup-hero-wrap{position:relative;isolation:isolate}@media(max-width:1024px){.hy-lineup-hero-wrap{width:100vw;margin-left:calc(50% - 50vw)}}.hy-lineup-atmosphere{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.hy-aurora{position:absolute;left:var(--x);top:var(--y);width:var(--w);height:var(--h);background:radial-gradient(ellipse at center,var(--c) 0%,transparent 62%);opacity:var(--o);filter:blur(48px);transform:translate(-50%,-50%);pointer-events:none;will-change:opacity}.hy-lineup-banner{position:relative;z-index:1;width:100%;aspect-ratio:16 / 5;background:transparent;display:flex;align-items:center}.hy-lineup-banner-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:right center;z-index:0;mask-image:linear-gradient(180deg,#000 0%,#000 78%,transparent 100%);-webkit-mask-image:linear-gradient(180deg,#000 0%,#000 78%,transparent 100%)}.hy-lineup-banner-img--mobile{display:none}.hy-lineup-banner .hy-container{position:relative;z-index:2;width:100%}.hy-lineup-banner-copy{position:relative;z-index:2;display:flex;flex-direction:column;gap:1rem;max-width:clamp(24rem,42vw,36rem);padding:clamp(2.5rem,6vh,4.5rem) 0}.hy-lineup-banner-copy .hy-breadcrumb{margin-bottom:.25rem}.hy-lineup-banner-copy .hy-section-label{align-self:flex-start}.hy-lineup-banner-title{font-family:var(--hy-font-display);font-size:clamp(2.5rem,5.6vw,4.25rem);font-weight:600;line-height:.98;letter-spacing:-1px;text-transform:uppercase;color:var(--hy-white);margin:0;white-space:nowrap}.hy-lineup-banner-tagline{font-family:Inter,sans-serif;font-size:clamp(.9375rem,1.2vw,1.125rem);line-height:1.5;color:var(--hy-text-dim);margin:0;max-width:32rem}@media(max-width:1024px){.hy-lineup-banner{aspect-ratio:16 / 9}.hy-lineup-banner-copy{max-width:clamp(20rem,58vw,28rem);padding-left:1.5rem;padding-right:1.5rem}.hy-lineup-banner-tagline{max-width:22rem}}@media(max-width:640px){.hy-lineup-banner{aspect-ratio:4 / 3;align-items:center}.hy-lineup-banner-img--desktop{display:none}.hy-lineup-banner-img--mobile{display:block;object-fit:cover;object-position:center center}.hy-lineup-banner-copy{max-width:100%;padding:0 1.5rem;gap:.75rem}.hy-lineup-banner-title{font-size:clamp(1.75rem,8vw,2.375rem);letter-spacing:-.4px}.hy-lineup-banner-tagline{font-size:.875rem;max-width:14rem}.hy-lineup-banner-img{mask-image:linear-gradient(180deg,#000 0%,#000 70%,transparent 98%);-webkit-mask-image:linear-gradient(180deg,#000 0%,#000 70%,transparent 98%)}.hy-lineup-atmosphere{transform:translate(-4%,-8%) scale(.65);transform-origin:bottom left}}.hy-collection-header{display:flex;flex-direction:column;gap:.875rem;margin-bottom:clamp(2rem,4vh,3rem);max-width:48rem}.hy-lineup-divider{border:0;height:1px;background:linear-gradient(90deg,transparent 0%,var(--hy-border-hover) 15%,var(--hy-border-hover) 85%,transparent 100%);margin:0 0 clamp(1.75rem,3.5vh,2.75rem)}.hy-collection-header .hy-section-title{margin-bottom:0}.hy-collection-header .hy-section-intro{margin:0;max-width:42rem}.hy-collection-count{font-family:var(--hy-font-body);font-size:.75rem;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--hy-text-muted)}.hy-lineup-card-link{text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:1.125rem}.hy-lineup-card-link:hover .hy-lineup-details{color:var(--c)}.hy-collection-fallback-card{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;text-decoration:none;color:inherit;transition:transform .3s,border-color .3s}.hy-collection-fallback-card:hover{border-color:var(--hy-yellow)}.hy-collection-fallback-img{aspect-ratio:1 / 1;background:#ffffff08;border-radius:.875rem;overflow:hidden}.hy-collection-fallback-img img{width:100%;height:100%;object-fit:cover;display:block}.hy-collection-fallback-name{font-family:var(--hy-font-display);font-size:1.0625rem;font-weight:600;text-transform:uppercase;letter-spacing:-.2px;color:var(--hy-white);margin:0}.hy-collection-fallback-price{font-family:Inter,sans-serif;font-size:.9375rem;color:var(--hy-text-dim)}.hy-collection-pagination{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;margin-top:calc(var(--hy-space-unit) * 2);padding-top:calc(var(--hy-space-unit) * 1);border-top:1px solid var(--hy-border)}.hy-collection-pag-info{font-family:var(--hy-font-body);font-size:.75rem;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;color:var(--hy-text-muted)}.hy-collection-empty{text-align:center;padding:clamp(3rem,6vh,5rem) 1.5rem;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.hy-collection-empty p{font-family:Inter,sans-serif;font-size:1rem;color:var(--hy-text-dim);margin:0}@media(max-width:640px){.hy-collection-pagination{flex-direction:column;gap:1rem}}.hy-lab-page{padding-top:1.5rem;padding-bottom:0}.hy-lab-header{display:flex;flex-direction:column;gap:1rem;max-width:48rem;margin-bottom:0}.hy-lab-header .hy-section-title{margin-bottom:0}.hy-lab-intro-body{font-family:Inter,sans-serif;font-size:clamp(.9375rem,1.2vw,1.0625rem);line-height:1.65;color:var(--hy-text-dim);margin:0;max-width:44rem}.hy-lab-trust .hy-science-card.hy-card:before,.hy-lab-trust .hy-science-card.hy-card:hover:before{opacity:0}.hy-lab-coas{padding-top:clamp(2.5rem,5vh,4rem);padding-bottom:clamp(3.5rem,7vh,5.5rem);background:var(--hy-black)}.hy-lab-pillnav{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:clamp(1.75rem,3.5vh,2.5rem);padding:.5rem 0 .25rem}.hy-lab-pill{font-family:var(--hy-font-body);font-size:.75rem;font-weight:600;letter-spacing:.6px;text-transform:uppercase;color:var(--hy-white);text-decoration:none;padding:.5rem .875rem;border:0;border-radius:6.25rem;background:var(--hy-glass-bg);-webkit-backdrop-filter:var(--hy-glass-blur);backdrop-filter:var(--hy-glass-blur);box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow);transition:color .25s cubic-bezier(.2,.8,.2,1),box-shadow .25s cubic-bezier(.2,.8,.2,1),transform .25s cubic-bezier(.2,.8,.2,1);position:relative}.hy-lab-pill:hover{color:var(--c)}.hy-lab-pill.is-active{color:var(--c);box-shadow:inset 0 0 0 1.5px color-mix(in srgb,var(--c) 65%,transparent),0 0 18px color-mix(in srgb,var(--c) 22%,transparent)}.hy-lab-coa-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.hy-lab-coa-card{padding:clamp(1.5rem,2.5vw,2rem);display:flex;flex-direction:column;gap:1.25rem;scroll-margin-top:7.5rem}.hy-lab-coa-card.hy-card{background:var(--hy-glass-bg);-webkit-backdrop-filter:var(--hy-glass-blur);backdrop-filter:var(--hy-glass-blur);box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow)}.hy-lab-coa-card:hover{box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow)}.hy-lab-coa-card.hy-card:before,.hy-lab-coa-card.hy-card:hover:before{opacity:0!important}.hy-lab-coa-head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.hy-lab-coa-titleblock{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.hy-lab-coa-product{font-family:var(--hy-font-display);font-size:1.8rem;font-weight:600;text-transform:uppercase;letter-spacing:-.3px;color:var(--hy-white);line-height:1.05;margin:0}.hy-lab-coa-substance{font-family:var(--hy-font-body);font-size:.6875rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--c)}.hy-lab-coa-badge{font-family:var(--hy-font-body);font-size:.625rem;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:var(--hy-yellow);padding:.25rem .625rem;border:1px solid rgba(255,242,0,.35);border-radius:6.25rem;background:#fff2000f;white-space:nowrap;flex-shrink:0}.hy-lab-coa-section{display:flex;flex-direction:column;gap:.75rem;padding-top:1.125rem;border-top:1px solid var(--hy-border)}.hy-lab-coa-subhead{font-family:var(--hy-font-body);font-size:.6875rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--hy-text-muted)}.hy-lab-coa-rows{display:flex;flex-direction:column;gap:.5rem}.hy-lab-coa-section--safety .hy-lab-coa-rows{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem 1.25rem}.hy-lab-coa-row{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem;font-family:Inter,sans-serif;font-size:.875rem;color:var(--hy-white);opacity:.88}.hy-lab-coa-row-name{color:var(--hy-text-dim)}.hy-lab-coa-row-value{font-family:var(--hy-font-body);font-weight:600;color:var(--hy-white)}.hy-lab-coa-interim{margin:0;font-family:Inter,sans-serif;font-size:.875rem;line-height:1.6;color:var(--hy-text-dim)}.hy-lab-pass{font-family:var(--hy-font-body);font-size:.6875rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#4cb968;padding:.1875rem .5rem;border:1px solid rgba(76,185,104,.3);border-radius:6.25rem;background:#4cb96814}.hy-lab-coa-product-link{margin-top:.25rem;display:inline-flex;align-items:center;justify-content:flex-start;gap:.375rem;font-family:var(--hy-font-body);font-size:.75rem;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;color:var(--c, var(--hy-yellow));text-decoration:none;padding:.5rem 0;align-self:flex-start;transition:gap .25s cubic-bezier(.2,.8,.2,1),opacity .2s;opacity:.9}.hy-lab-coa-product-link:hover{opacity:1;gap:.625rem}.hy-lab-coa-product-link svg{width:.875rem;height:.875rem}.hy-lab-coa-download{margin-top:0;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--hy-font-body);font-size:.75rem;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;color:var(--hy-white);text-decoration:none;padding:.8125rem 1.125rem;border:1px solid color-mix(in srgb,var(--c) 45%,var(--hy-border));border-radius:6.25rem;background:color-mix(in srgb,var(--c) 8%,transparent);transition:all .25s cubic-bezier(.2,.8,.2,1);align-self:stretch}.hy-lab-coa-download:hover{background:color-mix(in srgb,var(--c) 16%,transparent);border-color:var(--c);color:var(--c)}.hy-lab-coa-download svg{width:1rem;height:1rem}.hy-lab-coas .hy-container{display:flex;flex-direction:column}.hy-lab-back-to-top{align-self:center;display:inline-flex;align-items:center;gap:.5rem;margin:clamp(2.5rem,5vh,3.75rem) auto .75rem;font-family:var(--hy-font-body);font-size:.75rem;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;color:var(--hy-text-dim);text-decoration:none;padding:.75rem 1.25rem;border:1px solid var(--hy-border);border-radius:6.25rem;background:#ffffff05;transition:all .25s}.hy-lab-back-to-top:hover{color:var(--hy-yellow);border-color:var(--hy-yellow)}.hy-lab-back-to-top svg{width:.875rem;height:.875rem}@media(max-width:1024px){.hy-lab-coa-grid{grid-template-columns:1fr}}@media(max-width:640px){.hy-lab-trust .hy-science-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.hy-lab-trust .hy-science-card{padding:1.25rem 1rem}.hy-lab-coa-card{padding:1.25rem;gap:1.125rem}.hy-lab-coa-head{flex-direction:column;align-items:flex-start;gap:.75rem}.hy-lab-coa-badge{align-self:flex-start}}.hy-pdp{--c: var(--hy-yellow);--hy-label-align: flex-start;position:relative;background:transparent;overflow:visible}.hy-pdp .hy-breadcrumb{margin-bottom:calc(var(--hy-space-unit) * 1)}.hy-pdp-section{padding:clamp(3rem,7vw,6rem) 0;background:transparent;overflow:visible}.hy-pdp-media{display:block;width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:var(--hy-r-md);background:linear-gradient(180deg,var(--hy-card) 0%,var(--hy-card-2) 100%);border:1px solid var(--hy-border);border-top-color:#ffffff1f;box-shadow:inset 0 1px #ffffff14,inset 0 -1px #00000059,0 10px 32px #00000080,0 2px 6px #0000004d;position:relative}.hy-pdp-story-panel .hy-pdp-media{aspect-ratio:3 / 4}.hy-pdp-howto-v3-visual .hy-pdp-media{aspect-ratio:4 / 5}.hy-pdp-placeholder--curve+.hy-pdp-media,.hy-pdp-media--curve{aspect-ratio:4 / 3;background:transparent;border:0;box-shadow:none;border-radius:0}.hy-pdp-ingredient-image--has-img{box-shadow:inset 0 1px #ffffff14,inset 0 -1px #00000059}.hy-pdp-ingredient-image--has-img:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.06) 0%,transparent 22%,transparent 100%);mix-blend-mode:screen;z-index:2;border-top-left-radius:inherit;border-top-right-radius:inherit}.hy-pdp-placeholder{position:relative;width:100%;aspect-ratio:4 / 3;border:1.5px dashed color-mix(in srgb,var(--c) 45%,var(--hy-border));border-radius:var(--hy-r-md);background:linear-gradient(180deg,#ffffff04,#ffffff01);display:flex;align-items:center;justify-content:center;overflow:hidden}.hy-pdp-placeholder:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,var(--c) 0%,transparent 65%);opacity:.12;filter:blur(30px);pointer-events:none}.hy-pdp-placeholder:after{content:attr(data-placeholder);position:relative;z-index:1;font-family:var(--hy-font-body);font-size:.6875rem;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;color:color-mix(in srgb,var(--c) 55%,var(--hy-white));text-align:center;max-width:80%;line-height:1.5;opacity:.7}.hy-pdp-placeholder--portrait{aspect-ratio:3 / 4}.hy-pdp-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(1.5rem,3vw,3rem);align-items:start;padding-bottom:clamp(2rem,4vw,3rem)}.hy-pdp-gallery{position:sticky;top:6rem;display:flex;flex-direction:column;gap:.75rem}.hy-pdp-gallery-track{display:flex;gap:.75rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;align-items:flex-start}.hy-pdp-gallery-track::-webkit-scrollbar{display:none}.hy-pdp-gallery-slide{position:relative;flex:0 0 calc(100% - 1.75rem);scroll-snap-align:start;aspect-ratio:4 / 5;background:var(--pdp-gradient, none) center / cover no-repeat,linear-gradient(180deg,var(--hy-card) 0%,var(--hy-card-2) 100%);border-radius:var(--hy-v3-radius);overflow:hidden;display:flex;align-items:center;justify-content:center;padding:.5rem;isolation:isolate;box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow)}.hy-pdp-gallery-slide:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(255,255,255,.06) 0%,transparent 26%);mix-blend-mode:screen;pointer-events:none;z-index:0}.hy-pdp-gallery-slide img{position:relative;z-index:2;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 24px 50px rgba(0,0,0,.55));transition:opacity .22s ease}.hy-pdp-gallery-slide img.is-lifestyle{max-width:none;max-height:none;width:100%;height:100%;object-fit:cover;filter:none}.hy-pdp-gallery-slide:has(img.is-lifestyle){padding:0}.hy-pdp-gallery-slide img.is-swapping{opacity:0}.hy-pdp-gallery-slide.is-contain img{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain}.hy-pdp-gallery-slide--lifestyle{padding:0}.hy-pdp-gallery-slide--lifestyle img{position:absolute;top:0;right:0;bottom:0;left:0;max-width:none;max-height:none;width:100%;height:100%;object-fit:cover;filter:none}.hy-pdp-gallery-lifestyle-badge{position:absolute;left:1rem;bottom:1rem;z-index:4;display:inline-flex;align-items:center;padding:.5rem .75rem;border:1px solid rgba(255,255,255,.16);border-radius:100px;background:#0000009e;color:var(--hy-white);font-family:var(--hy-font-body);font-size:.625rem;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:none}.hy-pdp-gallery-dots{display:flex;justify-content:center;align-items:center;gap:0;padding:.25rem 0}.hy-pdp-gallery-dot{box-sizing:content-box;width:.5rem;height:.5rem;padding:.5rem;border:none;border-radius:100px;background-color:color-mix(in srgb,var(--hy-white) 26%,transparent);background-clip:content-box;cursor:pointer;transition:background-color .2s ease,width .2s ease}.hy-pdp-gallery-dot:hover{background-color:color-mix(in srgb,var(--hy-white) 44%,transparent)}.hy-pdp-gallery-dot.is-active{width:1.25rem;background-color:var(--c)}.hy-pdp-gallery-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.hy-pdp-gallery-tab{padding:.75rem .5rem;border-radius:var(--hy-v3-radius);background:#ffffff08;border:1px solid var(--hy-border);color:#fff9;font-family:var(--hy-font-body);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.9px;cursor:pointer;transition:all .2s}.hy-pdp-gallery-tab:hover{color:var(--hy-white);border-color:var(--hy-border-hover)}.hy-pdp-gallery-tab.is-active{color:var(--c);background:color-mix(in srgb,var(--c) 8%,transparent);border-color:color-mix(in srgb,var(--c) 45%,transparent)}.hy-pdp-gallery-thumbs{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:.5rem}.hy-pdp-gallery-zoom-hint{display:none}@media(min-width:769px){.hy-pdp-gallery-track{overflow:visible}.hy-pdp-gallery-slide{flex-basis:100%}.hy-pdp-gallery-slide:not([data-slide-index="0"]){display:none}.hy-pdp-gallery-dots,.hy-swipe-hint.hy-pdp-gallery-hint{display:none}}@media(max-width:768px){.hy-pdp-gallery-thumbs{display:none}.hy-pdp-gallery{gap:0}.hy-pdp .hy-breadcrumb{padding-left:var(--hy-gutter)}.hy-pdp-cart-btn{padding-block:.7rem}}input[type=radio][name=selling_plan]{appearance:auto;-webkit-appearance:auto;accent-color:var(--hy-yellow);width:1.05rem;height:1.05rem;cursor:pointer}.appstle_subscription_wrapper_option:has(input[name=selling_plan]:checked),.appstle_one_time_details_wrapper:has(input[name=selling_plan]:checked){border-color:var(--hy-yellow)!important;box-shadow:inset 0 0 0 1px var(--hy-yellow)!important}.hy-appstle-freq-pills{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.hy-appstle-freq-pill{font-family:var(--hy-font-body);font-size:.8125rem;font-weight:600;padding:.5rem .95rem;border-radius:var(--hy-r-pill);background:var(--hy-glass-bg);color:#fffc;border:1.5px solid var(--hy-border);cursor:pointer;transition:color .2s,background .2s,border-color .2s}.hy-appstle-freq-pill.is-selected{border-color:var(--hy-yellow);color:var(--hy-yellow);background:#fff2000f}.hy-pdp-gallery-thumb{position:relative;aspect-ratio:1 / 1;padding:.5rem;border-radius:var(--hy-v3-radius);background:#ffffff06;border:none;box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow);cursor:pointer;transition:box-shadow .2s,background .2s,transform .2s;display:flex;align-items:center;justify-content:center;overflow:hidden}.hy-pdp-gallery-thumb:hover{background:#ffffff0d}.hy-pdp-gallery-thumb.is-active{background:color-mix(in srgb,var(--c) 8%,transparent);box-shadow:var(--hy-glass-edge),inset 0 0 0 1.5px var(--c)}.hy-pdp-gallery-thumb img{max-width:88%;max-height:88%;width:auto;height:auto;object-fit:contain}.hy-pdp-gallery-thumb--lifestyle{padding:0}.hy-pdp-gallery-thumb--lifestyle img{max-width:100%;max-height:100%;width:100%;height:100%;object-fit:cover;border-radius:inherit}.hy-pdp-info{display:flex;flex-direction:column;gap:1rem}.hy-pdp-substance{font-family:var(--hy-font-body);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--c)}.hy-pdp-substance--below{font-family:var(--hy-font-display);font-size:clamp(1rem,1.6vw,1.375rem);font-weight:500;text-transform:uppercase;letter-spacing:.2px;color:var(--c);margin-top:calc(var(--hy-gutter) / 2)}@media(min-width:769px){.hy-pdp-substance--below{margin-top:calc(var(--hy-gutter) / 4)}}.hy-pdp-reviews-link{display:inline-flex;align-items:center;margin-top:0;text-decoration:none;line-height:1}.hy-pdp-reviews-link>*,.hy-pdp-reviews-link .jdgm-widget,.hy-pdp-reviews-link .jdgm-prev-badge,.hy-pdp-reviews-link .jm-star-rating{margin:0!important;padding:0!important;line-height:1!important}.hy-pdp-title{font-family:var(--hy-font-display);font-size:3rem;font-weight:500;line-height:1;text-transform:none;letter-spacing:-.5px;color:var(--hy-white);margin:0;text-wrap:balance}.hy-pdp-badges{display:flex;gap:.375rem;flex-wrap:wrap;margin-top:.25rem}.hy-pdp-badge{padding:.375rem .75rem;border-radius:6.25rem;background:#ffffff0a;border:1px solid var(--hy-border);font-family:var(--hy-font-body);font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#ffffffbf}.hy-pdp-desc{font-family:Inter,sans-serif;font-size:.9375rem;color:var(--hy-text-dim);line-height:1.65}.hy-pdp-desc p{margin:0 0 .75rem;color:inherit;font:inherit;line-height:inherit}.hy-pdp-desc p:last-child{margin-bottom:0}.hy-pdp-short-desc{font-family:Inter,sans-serif;font-size:1rem;line-height:1.55;color:#ffffffe6;margin:.875rem 0 0;max-width:34rem}.hy-pdp-variants{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.hy-pdp-variants-label{font-family:var(--hy-font-body);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--hy-yellow)}.hy-pdp-variants-note{margin:-.5rem 0 0;font-family:Inter,sans-serif;font-size:.8125rem;color:var(--hy-text-muted)}.hy-pdp-variants-grid{display:flex;flex-direction:column;gap:1.25rem;padding-top:.75rem}.hy-pdp-price-pill{padding:.95rem 1.2rem;border-radius:var(--hy-v3-radius);background:var(--hy-glass-bg);border:none;box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow);color:var(--hy-white);cursor:pointer;display:flex;flex-direction:row;align-items:center;gap:.875rem;width:100%;text-align:left;font-family:var(--hy-font-display);transition:background .2s,box-shadow .2s,transform .2s;position:relative;overflow:visible}.hy-pdp-price-pill:hover{background:color-mix(in srgb,var(--c) 8%,var(--hy-glass-bg));box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--c) 45%,transparent),var(--hy-glass-shadow)}.hy-pdp-price-pill:active{transform:scale(.997)}.hy-pdp-price-pill[disabled]{opacity:.4;cursor:not-allowed;pointer-events:none}.hy-pdp-price-pill.is-selected{background:color-mix(in srgb,var(--c) 12%,var(--hy-glass-bg));box-shadow:inset 0 0 0 1.5px var(--c),0 6px 20px color-mix(in srgb,var(--c) 18%,transparent)}.hy-pdp-pill-radio{flex:0 0 auto;width:1.2rem;height:1.2rem;border-radius:50%;border:2px solid var(--hy-border-hover);position:relative;transition:border-color .2s}.hy-pdp-price-pill.is-selected .hy-pdp-pill-radio{border-color:var(--c)}.hy-pdp-price-pill.is-selected .hy-pdp-pill-radio:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;background:var(--c)}.hy-pdp-pill-text{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:.1rem}.hy-pdp-size{font-family:var(--hy-font-display);font-size:1.0625rem;font-weight:500;text-transform:none;letter-spacing:normal;color:var(--hy-white)}.hy-pdp-pill-sub{font-family:var(--hy-font-body);font-size:.75rem;font-weight:500;text-transform:none;letter-spacing:normal;color:var(--hy-text-muted)}.hy-pdp-pill-save{color:var(--c);font-weight:600}.hy-pdp-price{flex:0 0 auto;font-family:var(--hy-font-display);font-size:1.25rem;font-weight:600;letter-spacing:-.3px;color:var(--hy-white)}.hy-pdp-pop-badge{position:absolute;top:-.625rem;right:.75rem;display:inline-flex;align-items:center;background:var(--c);color:var(--hy-white);font-family:var(--hy-font-body);font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;padding:.2rem .6rem;border-radius:6.25rem;white-space:nowrap;box-shadow:0 4px 12px color-mix(in srgb,var(--c) 35%,transparent)}.hy-pdp-cart-form{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.hy-pdp-cart-btn{width:100%;justify-content:center;font-size:clamp(.875rem,1vw,1rem);padding:clamp(.4375rem,.8vw,.625rem) 2rem;background:var(--hy-yellow);color:#0a0a0a;border-color:var(--hy-yellow)}.hy-pdp-cart-btn:hover{background:color-mix(in srgb,var(--hy-yellow) 88%,#000);border-color:color-mix(in srgb,var(--hy-yellow) 88%,#000);color:#0a0a0a}.hy-pdp-cart-btn .hy-btn-arrow{color:#0a0a0a}.hy-pdp-cart-msg{font-family:var(--hy-font-body);font-size:.75rem;font-weight:600;color:var(--lung);min-height:1rem;text-align:center;opacity:0;transition:opacity .3s}.hy-pdp-cart-msg.is-visible{opacity:1}.hy-pdp-cart-msg.is-error{color:#ff6b6b}.hy-pdp-trust{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:1.75rem;margin-top:1rem}.hy-pdp-trust-item{display:inline-flex;align-items:center;gap:.625rem;color:#ffffffd9;font-family:var(--hy-font-body);font-size:.9375rem;font-weight:500;letter-spacing:.2px}.hy-pdp-trust-item svg{flex-shrink:0;width:1.375rem;height:1.375rem;color:var(--c)}.hy-pdp-hero-divider{height:1px;background:linear-gradient(90deg,transparent 0%,var(--hy-border) 20%,var(--hy-border) 80%,transparent 100%);margin:1.25rem 0 .5rem}.hy-pdp-info-block{margin-top:.25rem}.hy-pdp-info-heading{font-family:var(--hy-font-display);font-size:1.375rem;font-weight:500;letter-spacing:-.2px;color:var(--hy-white);margin:0 0 .875rem}.hy-pdp-info-block .hy-pdp-desc{margin-bottom:1.25rem}.hy-pdp-hero-accordions{display:flex;flex-direction:column;gap:.75rem}.hy-pdp-hero-accordion>.hy-faq-question{padding:1.125rem 1.375rem;font-family:var(--hy-font-display);font-size:1.125rem;font-weight:500;letter-spacing:-.1px;text-transform:none;color:var(--hy-white);cursor:pointer;display:flex;justify-content:space-between;align-items:center;list-style:none}.hy-pdp-hero-accordion>.hy-faq-question::-webkit-details-marker{display:none}.hy-pdp-hero-accordion[open]>.hy-faq-question .hy-faq-icon{transform:rotate(45deg)}.hy-pdp-hero-accordion .hy-faq-icon{color:var(--c);font-size:1.25rem;line-height:1;transition:transform .2s;font-weight:400}.hy-pdp-hero-accordion>.hy-faq-answer{padding:0 1.375rem;color:var(--hy-text-dim);font-family:Inter,sans-serif;font-size:.9375rem;line-height:1.6}.hy-pdp-hero-accordion[open]>.hy-faq-answer{padding:0 1.375rem 1.125rem}.hy-pdp-hero-accordion .hy-faq-answer p{margin:0 0 .5rem}.hy-pdp-hero-accordion .hy-faq-answer p:last-child{margin-bottom:0}.hy-pdp-hero-howto{color:var(--hy-white);font-size:.9375rem}.hy-pdp-hero-howto strong{color:var(--c);font-weight:600}.hy-pdp-hero-howto-note{color:var(--hy-text-muted);font-size:.8125rem}.hy-pdp-supp-table-wrap--inline{margin-top:0;padding:.25rem 0 0;border:none;background:transparent;border-radius:0}.hy-pdp-section-title{font-family:var(--hy-font-display);font-size:2.7rem;font-weight:500;line-height:1.02;text-transform:none;letter-spacing:normal;color:var(--hy-white);margin:0 0 1.25rem;text-wrap:balance}.hy-pdp-stats{padding:clamp(4rem,8vw,7rem) 0;position:relative;overflow:hidden}.hy-pdp-stats:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 50% 45% at 50% 55%,var(--c) 0%,color-mix(in srgb,var(--c) 15%,transparent) 30%,transparent 85%);opacity:.05;filter:blur(48px);z-index:0;pointer-events:none}.hy-pdp-stats>.hy-container{position:relative;z-index:1}.hy-pdp-stats-v4-header{text-align:center;margin-bottom:clamp(2rem,4vw,3rem)}.hy-pdp-stats-v4-list{list-style:none;padding:0;margin:0 auto;max-width:52rem;display:flex;flex-direction:column;gap:clamp(.5rem,2vw,1.5rem)}.hy-pdp-stats-v4-row{display:grid;grid-template-columns:minmax(9rem,16rem) 1px minmax(0,1fr);gap:clamp(1.5rem,3.5vw,3rem);align-items:center;padding:clamp(1.25rem,2.5vw,2rem) 0;border-bottom:1px solid var(--hy-border)}.hy-pdp-stats-v4-row:last-child{border-bottom:none}.hy-pdp-stats-v4-num{font-family:var(--hy-font-display);font-size:clamp(3.75rem,9vw,7.5rem);font-weight:600;line-height:.9;letter-spacing:-3px;color:var(--hy-white);text-align:right}.hy-pdp-stats-v4-row:nth-child(2n) .hy-pdp-stats-v4-num{color:var(--c)}.hy-pdp-stats-v4-divider{width:1px;height:clamp(3rem,6vw,5rem);background:linear-gradient(180deg,transparent 0%,color-mix(in srgb,var(--c) 45%,rgba(255,255,255,.15)) 50%,transparent 100%)}.hy-pdp-stats-v4-claim{font-family:var(--hy-font-display);font-size:clamp(1.125rem,2vw,1.625rem);font-weight:500;line-height:1.2;letter-spacing:-.3px;color:var(--hy-white);text-transform:uppercase}.hy-pdp-stats-v5>.hy-container{position:relative;z-index:1}.hy-pdp-stats-v5-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:clamp(1.5rem,3vw,2.5rem)}.hy-pdp-stats-v5-cell{display:flex;flex-direction:column;align-items:center;gap:.875rem;padding:clamp(1.5rem,2.5vw,2.25rem) 1.25rem;background:radial-gradient(120% 70% at 50% 0%,color-mix(in srgb,var(--c) 6%,transparent) 0%,transparent 70%),linear-gradient(180deg,#ffffff06,#ffffff03);border:1px solid var(--hy-border);border-top-color:#ffffff1a;border-radius:var(--hy-r-md);text-align:center;transition:border-color .3s ease,transform .3s cubic-bezier(.2,.8,.2,1);position:relative;overflow:hidden}.hy-pdp-stats-v5-cell:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(70% 50% at 50% 100%,var(--c),transparent 70%);opacity:.04;pointer-events:none;transition:opacity .3s ease}.hy-pdp-stats-v5-cell:hover{border-color:color-mix(in srgb,var(--c) 40%,var(--hy-border))}.hy-pdp-stats-v5-cell:hover:before{opacity:.1}.hy-pdp-stats-v5-cell>*{position:relative;z-index:1}.hy-pdp-stats-v5-icon{width:2.75rem;height:2.75rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:color-mix(in srgb,var(--c) 10%,transparent);border:1px solid color-mix(in srgb,var(--c) 25%,var(--hy-border));color:var(--c)}.hy-pdp-stats-v5-icon svg{width:1.25rem;height:1.25rem}.hy-pdp-stats-v5-num{font-family:var(--hy-font-display);font-size:clamp(2.25rem,3.8vw,3.25rem);font-weight:600;line-height:1;letter-spacing:-.03em;color:var(--hy-white);font-variant-numeric:tabular-nums}.hy-pdp-stats-v5-claim{font-family:var(--hy-font-body);font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--hy-text-dim);line-height:1.35;max-width:14ch}@media(max-width:1024px){.hy-pdp-stats-v5-grid{grid-template-columns:repeat(2,1fr);gap:.875rem}}@media(max-width:480px){.hy-pdp-stats-v5-cell{padding:1.25rem 1rem;gap:.625rem}.hy-pdp-stats-v5-icon{width:2.25rem;height:2.25rem}.hy-pdp-stats-v5-icon svg{width:1rem;height:1rem}}.hy-pdp-tradeoff{padding:clamp(3.5rem,8vw,6.5rem) 0}.hy-pdp-tradeoff-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:clamp(2rem,5vw,4.5rem);align-items:center}@media(min-width:1025px){.hy-pdp-tradeoff-visual{order:2}.hy-pdp-tradeoff-copy{order:1}}.hy-pdp-proof{background-image:var(--hy-gradient-scrim),var(--hy-section-gradient);background-size:cover;background-position:center;background-repeat:no-repeat}@media(max-width:768px){.hy-pdp-proof{background-image:var(--hy-gradient-scrim),var(--hy-section-gradient-mobile)}}.hy-pdp-proof-card{background:var(--hy-glass-bg);-webkit-backdrop-filter:var(--hy-glass-blur);backdrop-filter:var(--hy-glass-blur);box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow);border-radius:var(--hy-v3-radius);padding:clamp(2rem,5vw,4rem);text-align:center}.hy-pdp-proof-pill{position:relative;display:grid;place-items:center;width:clamp(3.25rem,6vw,4rem);height:clamp(4.5rem,9vw,6rem);margin:0 auto clamp(1.25rem,3vw,1.75rem);isolation:isolate}.hy-pdp-proof-pill:before{content:"";position:absolute;top:-34%;right:-34%;bottom:-34%;left:-34%;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--c) 32%,transparent) 0%,transparent 70%);filter:blur(10px);mix-blend-mode:screen;z-index:0}.hy-pdp-proof-pill img{position:relative;z-index:1;height:clamp(4rem,8vw,5.4rem);width:auto;object-fit:contain;filter:drop-shadow(0 .75rem 1.75rem rgba(0,0,0,.5))}.hy-pdp-proof-trust{list-style:none;margin:clamp(2rem,4vw,3rem) 0 0;padding:0;display:flex;justify-content:center;flex-wrap:wrap;gap:clamp(1.25rem,4vw,3.5rem)}.hy-pdp-proof-trust li{display:flex;align-items:center;gap:.5rem;font-family:var(--hy-font-body);font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.6px;color:var(--hy-text-dim)}.hy-pdp-proof-trust svg{width:1.2rem;height:1.2rem;color:var(--c);flex:0 0 auto}.hy-pdp-proof-title{font-family:var(--hy-font-display);font-size:2.7rem;font-weight:500;line-height:1.02;color:var(--hy-white);margin:0 0 .75rem;text-wrap:balance}.hy-pdp-proof-sub{font-family:var(--hy-font-body);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--hy-text-muted);margin:0 0 clamp(1.75rem,4vw,2.75rem)}.hy-pdp-proof-stats{display:grid;grid-template-columns:repeat(3,1fr);align-items:start}.hy-pdp-proof-stat{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center;padding:0 clamp(1rem,2.5vw,2rem) .9rem;position:relative}.hy-pdp-proof-stat+.hy-pdp-proof-stat:before{content:"";position:absolute;left:0;top:8%;bottom:8%;width:1px;background:var(--hy-border)}.hy-pdp-proof-num{font-family:var(--hy-font-display);font-size:clamp(2.5rem,5.5vw,3.75rem);font-weight:500;line-height:1;color:var(--hy-white);flex:0 0 auto}.hy-pdp-proof-claim{font-family:var(--hy-font-body);font-size:.9375rem;line-height:1.35;color:var(--hy-text-dim)}.hy-pdp-proof-foot{font-family:var(--hy-font-body);font-size:.6875rem;color:var(--hy-text-muted);line-height:1.5;margin:clamp(1.75rem,4vw,2.75rem) auto 0;max-width:38rem}@media(max-width:640px){.hy-pdp-proof-title{font-size:1.8rem}.hy-pdp-proof-stats{grid-template-columns:1fr;gap:1.5rem}.hy-pdp-proof-stat{padding:0 0 .9rem}.hy-pdp-proof-stat+.hy-pdp-proof-stat:before{left:0;right:0;top:-.75rem;bottom:auto;width:auto;height:1px}.hy-pdp-proof-trust{gap:.85rem}}.hy-pdp-tradeoff-visual{position:relative}.hy-pdp-tradeoff-visual .hy-pdp-placeholder--curve{aspect-ratio:4 / 3}.hy-pdp-tradeoff-copy{display:flex;flex-direction:column;gap:1.25rem}.hy-pdp-tradeoff-title{font-family:var(--hy-font-display);font-size:2.7rem;font-weight:500;line-height:1.02;text-transform:none;letter-spacing:-.3px;color:var(--hy-white);margin:0;text-wrap:balance}.hy-pdp-tradeoff-body{font-family:Inter,sans-serif;font-size:clamp(1rem,1.15vw,1.125rem);color:var(--hy-text-dim);line-height:1.65;margin:0;max-width:34rem}.hy-pdp-story .hy-section-header{margin-bottom:clamp(2rem,3.5vw,3.25rem)}.hy-pdp-story{--story-circle-size: 2.75rem;--story-line-thickness: 2px}.hy-pdp-defense{background-image:var(--hy-gradient-scrim),var(--hy-pdp-defense-gradient);background-size:cover;background-position:center;background-repeat:no-repeat}@media(max-width:768px){.hy-pdp-defense{background-image:var(--hy-gradient-scrim),var(--hy-section-gradient-mobile)}}.hy-pdp-counter{padding-top:clamp(2rem,4vw,3rem);padding-bottom:var(--hy-section-pad-y);--hy-story-head: calc(var(--hy-story-titleh, 5rem) + var(--hy-space-unit));--hy-story-card: 40rem;--hy-story-dwell: clamp(1.5rem, 4vh, 2.75rem);--hy-story-gap: max(1.5rem, calc(100svh - var(--hy-hero-top, 5.5rem) - var(--hy-story-head) - var(--hy-story-card)));--hy-story-pin: max(var(--hy-hero-top), calc((100svh - var(--hy-story-head) - var(--hy-story-card)) / 2))}.hy-pdp-counter .hy-section-header{text-align:center;position:sticky;top:var(--hy-story-pin);z-index:6;min-height:var(--hy-story-head);display:grid;align-content:start;justify-items:center;margin-bottom:0}.hy-pdp-counter .hy-story-headtrack{height:var(--hy-story-trackh, var(--hy-story-head));margin-bottom:calc(var(--hy-story-head) - var(--hy-story-trackh, var(--hy-story-head)));pointer-events:none}.hy-pdp-counter .hy-story-headtrack .hy-section-header{pointer-events:auto}@media(min-width:769px){.hy-pdp-counter .hy-pdp-section-title{max-width:30rem;margin-inline:auto}}.hy-pdp-counter .hy-pdp-story-wrap{padding:0}.hy-pdp-counter .hy-pdp-story-wrap .hy-lineup-arrow,.hy-pdp-counter .hy-pdp-story-wrap .hy-scroll-dots,.hy-pdp-counter .hy-pdp-story-wrap .hy-scroll-progress{display:none!important}.hy-pdp-counter .hy-pdp-story-panels.hy-lineup-v3{display:block!important;overflow:visible!important;cursor:default!important;padding-top:0}.hy-pdp-counter .hy-pdp-story-panel{flex:none!important;width:100%;max-width:clamp(28rem,56vw,44rem);margin:var(--hy-story-gap) auto 0;position:sticky;top:calc(var(--hy-story-pin) + var(--hy-story-head));min-height:var(--hy-story-card);display:grid;z-index:1}.hy-pdp-counter .hy-pdp-story-card{width:100%;padding:clamp(1rem,2vw,1.5rem);border-radius:var(--hy-v3-radius);overflow:hidden;background:var(--hy-glass-bg);-webkit-backdrop-filter:var(--hy-glass-blur);backdrop-filter:var(--hy-glass-blur);box-shadow:var(--hy-glass-edge),0 24px 60px #00000080,var(--hy-glass-shadow);display:flex;flex-direction:column;justify-content:center;gap:clamp(.9rem,1.6vw,1.25rem)}.hy-pdp-counter .hy-pdp-story-panel:first-child{margin-top:0}.hy-pdp-counter .hy-pdp-story-panels:after{content:"";display:block;height:var(--hy-story-dwell)}.hy-pdp-counter .hy-pdp-story-imgcard{position:relative;z-index:0;flex:0 0 auto;min-height:0;width:100%;aspect-ratio:16 / 10;height:auto;border-radius:var(--hy-v3-radius);overflow:hidden}.hy-pdp-counter .hy-pdp-story-imgcard:after{box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow);background:none;z-index:3}.hy-pdp-counter .hy-pdp-story-imgcard .hy-pdp-media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hy-pdp-counter .hy-pdp-story-title{flex:0 0 auto;align-self:start;font-size:clamp(1.6rem,2.8vw,2.4rem);font-weight:500;line-height:1.05;padding:0}.hy-pdp-counter .hy-pdp-story-body{flex:0 0 auto;align-self:start;max-width:48rem;font-size:clamp(.95rem,1.15vw,1.0625rem);line-height:1.6}.hy-pdp-counter-turn{margin:0 0 var(--hy-space-unit);max-width:42rem}.hy-pdp-counter-turn .hy-section-label{color:var(--c)}.hy-pdp-counter-turn-title{font-family:var(--hy-font-display);font-weight:500;font-size:clamp(2rem,4vw,3.25rem);line-height:1;color:var(--hy-white);margin:.35rem 0 .6rem}.hy-pdp-counter-turn-sub{font-family:Inter,sans-serif;font-size:clamp(.95rem,1.1vw,1.05rem);color:var(--hy-text-dim);margin:0;line-height:1.55}@media(max-width:768px){.hy-pdp-counter .hy-pdp-story-panels.hy-lineup-v3{display:block!important}.hy-pdp-counter{--hy-story-card: 28rem}.hy-pdp-counter .hy-pdp-story-panel,.hy-pdp-counter .hy-pdp-story-panel:nth-child(2n){top:calc(var(--hy-story-pin) + var(--hy-story-head));margin:var(--hy-story-gap) auto 0}.hy-pdp-counter .hy-pdp-story-card{padding:clamp(.85rem,4vw,1.25rem)}.hy-pdp-counter .hy-pdp-story-title{font-size:clamp(1.5rem,6.5vw,2.1rem)}}.hy-pdp-story-panels{position:relative}.hy-pdp-story-panels.hy-lineup-v3{align-items:stretch}.hy-pdp-story-connector{display:none}.hy-pdp-story-panel{position:relative;z-index:1;flex:0 0 calc((100% - 3rem) / 3);scroll-snap-align:start;display:flex;flex-direction:column;align-items:stretch;gap:.875rem;text-align:left}.hy-pdp-story-imgcard{position:relative;width:100%;aspect-ratio:3 / 4;border-radius:var(--hy-v3-radius);overflow:hidden;box-shadow:var(--hy-glass-shadow);background:linear-gradient(180deg,var(--hy-card) 0%,var(--hy-card-2) 100%)}.hy-pdp-story-imgcard:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow);pointer-events:none;z-index:3}.hy-pdp-story-imgcard .hy-pdp-media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;aspect-ratio:auto;object-fit:cover;display:block}.hy-pdp-story-imgcard .hy-pdp-story-num{position:absolute;top:.875rem;left:1rem;z-index:2;width:auto;height:auto;border:none;background:none;border-radius:0;font-family:var(--hy-font-display);font-size:1.625rem;font-weight:600;color:var(--hy-white);text-shadow:0 2px 12px rgba(0,0,0,.7);line-height:1}.hy-pdp-story-panel>.hy-pdp-story-title{margin:0;padding-top:.15rem}@media(min-width:641px)and (max-width:1024px){.hy-pdp-story-panel{flex:0 0 48%}}@media(max-width:640px){.hy-pdp-story-panel{flex:0 0 86%}}@media(min-width:1025px){.hy-pdp-story-panels.hy-lineup-v3{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;overflow:visible;cursor:default}.hy-pdp-story-wrap .hy-lineup-arrow{display:none}}.hy-pdp-story-num{font-family:var(--hy-font-display);font-weight:600;color:var(--c);line-height:1;display:inline-flex;align-items:center;justify-content:center;width:var(--story-circle-size);height:var(--story-circle-size);border-radius:50%;border:1.5px solid color-mix(in srgb,var(--c) 45%,var(--hy-border));background:linear-gradient(180deg,color-mix(in srgb,var(--c) 12%,var(--hy-bg)) 0%,var(--hy-bg) 100%);font-size:.9375rem;letter-spacing:0;position:relative;z-index:2}.hy-pdp-story-panel .hy-pdp-placeholder{aspect-ratio:3 / 4}.hy-pdp-story-title{font-family:var(--hy-font-display);font-size:clamp(1.0625rem,1.45vw,1.3125rem);font-weight:500;text-transform:none;letter-spacing:normal;color:var(--hy-white);line-height:1.15;margin:0}.hy-pdp-story-body{font-family:Inter,sans-serif;font-size:.875rem;color:var(--hy-text-dim);line-height:1.55;margin:0}.hy-pdp-timeline-v3 .hy-section-header{margin-bottom:clamp(1.75rem,3vw,2.5rem)}.hy-pdp-tl{--tl-gap: clamp(1.5rem, 3vw, 2.5rem);display:flex;flex-direction:column;gap:var(--tl-gap)}.hy-pdp-tl-stages{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(.6rem,1.5vw,1rem)}.hy-pdp-tl-stage{display:flex;flex-direction:column;gap:.7rem;padding:0;background:none;border:0;cursor:pointer;text-align:left;-webkit-appearance:none;appearance:none}.hy-pdp-tl-stage-media{position:relative;display:block;border-radius:var(--hy-v3-radius);overflow:visible;aspect-ratio:4 / 5;background:var(--hy-glass-bg);box-shadow:0 12px 30px #00000059;transition:box-shadow .25s ease,transform .25s ease}.hy-pdp-tl-stage-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow);pointer-events:none;z-index:3;transition:box-shadow .25s ease}.hy-pdp-tl-stage-media img{width:100%;height:100%;object-fit:cover;display:block;border-radius:inherit;opacity:.5;filter:saturate(.85);transition:opacity .25s ease,filter .25s ease,transform .5s ease}.hy-pdp-tl-stage:hover .hy-pdp-tl-stage-media img{opacity:.78}.hy-pdp-tl-stage:focus-visible{outline:none}.hy-pdp-tl-stage:focus-visible .hy-pdp-tl-stage-media:after{box-shadow:inset 0 0 0 2px #fff9,var(--hy-glass-edge),var(--hy-glass-shadow)}.hy-pdp-tl-stage.is-active .hy-pdp-tl-stage-media{box-shadow:0 12px 30px #0006}.hy-pdp-tl-stage.is-active .hy-pdp-tl-stage-media:after{box-shadow:inset 0 0 0 1.5px #ffffff8c,var(--hy-glass-edge),var(--hy-glass-shadow)}.hy-pdp-tl-stage.is-active .hy-pdp-tl-stage-media img{opacity:1;filter:none}.hy-pdp-tl-stage-cap{display:flex;flex-direction:column;gap:.15rem}.hy-pdp-tl-stage-time{font-family:var(--hy-font-display);font-size:clamp(.95rem,1.3vw,1.15rem);font-weight:600;line-height:1.05;color:var(--hy-text-dim);transition:color .2s ease}.hy-pdp-tl-stage-name{font-family:Inter,sans-serif;font-size:.8125rem;line-height:1.25;color:var(--hy-text-dim)}.hy-pdp-tl-stage.is-active .hy-pdp-tl-stage-time,.hy-pdp-tl-stage.is-active .hy-pdp-tl-stage-name{color:var(--hy-white)}.hy-pdp-tl-panels{position:relative;display:grid}.hy-pdp-tl-panels:before{content:"";grid-area:1 / 1 / 2 / 2;border-radius:var(--hy-v3-radius);background-image:var(--hy-gradient-scrim),var(--hy-section-gradient);background-size:cover;background-position:center;background-repeat:no-repeat;box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow)}.hy-pdp-tl-panels>.hy-pdp-tl-panel{grid-area:1 / 1 / 2 / 2;display:flex;flex-direction:column;gap:.75rem;padding:clamp(1.5rem,3vw,2.25rem);border-radius:var(--hy-v3-radius);visibility:hidden;opacity:0;transition:opacity .3s ease,visibility 0s linear .3s}.hy-pdp-tl-panel.is-active{visibility:visible;opacity:1;transition:opacity .3s ease,visibility 0s}.hy-pdp-tl-time{font-family:var(--hy-font-display);font-size:clamp(1.125rem,1.6vw,1.375rem);font-weight:600;color:var(--c);line-height:1}.hy-pdp-tl-title{font-family:var(--hy-font-display);font-size:clamp(1.75rem,2.6vw,2.4rem);font-weight:500;color:var(--hy-white);margin:0;line-height:1.05}.hy-pdp-tl-body{font-family:Inter,sans-serif;font-size:clamp(.95rem,1.1vw,1.05rem);color:var(--hy-text-dim);line-height:1.6;margin:0;max-width:34rem}@media(min-width:769px){.hy-pdp-tl-stages{position:relative}.hy-pdp-tl-stages:after{content:"";position:absolute;left:12.5%;right:12.5%;bottom:.6rem;height:2px;background:var(--hy-border);z-index:0}.hy-pdp-tl-stage{position:relative;padding-bottom:1.6rem}.hy-pdp-tl-stage:after{content:"";position:absolute;left:50%;bottom:.6rem;width:.75rem;height:.75rem;border-radius:50%;background:var(--hy-bg);border:2px solid var(--hy-border-hover);transform:translate(-50%,50%);transition:background .25s ease,border-color .25s ease,box-shadow .25s ease;z-index:1}.hy-pdp-tl-stage.is-active:after{background:var(--hy-white);border-color:var(--hy-white);box-shadow:0 0 0 4px #ffffff1f}.hy-pdp-tl-stage.is-active:before{content:"";position:absolute;left:50%;bottom:calc(-1 * var(--tl-gap));width:2px;height:calc(var(--tl-gap) + .6rem);background:#ffffff80;transform:translate(-50%);z-index:1}}.hy-pdp-howto-v3{position:relative;overflow:hidden}.hy-pdp-howto-v3:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 55% 50% at 30% 55%,var(--c) 0%,color-mix(in srgb,var(--c) 35%,transparent) 30%,transparent 75%);opacity:.07;filter:blur(36px);z-index:0;pointer-events:none}.hy-pdp-howto-v3>.hy-container{position:relative;z-index:1}.hy-pdp-howto-v3-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1fr);gap:clamp(2rem,5vw,4rem);align-items:center}.hy-pdp-howto-v3-visual .hy-pdp-placeholder{aspect-ratio:4 / 5}.hy-pdp-howto-v3-copy{display:flex;flex-direction:column;gap:.5rem}.hy-pdp-howto-v3-steps{list-style:none;padding:0;margin:.5rem 0 0;display:flex;flex-direction:column;gap:1.5rem;position:relative}.hy-pdp-howto-v3-steps{--howto-circle-size: 3.25rem;--howto-line-thickness: 2px}.hy-pdp-howto-v3-step{display:grid;grid-template-columns:var(--howto-circle-size) 1fr;gap:1.25rem;align-items:start;position:relative}.hy-pdp-howto-v3-step:not(:last-child):before{content:"";position:absolute;left:calc(var(--howto-circle-size) / 2 - var(--howto-line-thickness) / 2);top:calc(var(--howto-circle-size) + .25rem);bottom:-1.5rem;width:var(--howto-line-thickness);background:color-mix(in srgb,var(--c, var(--hy-yellow)) 42%,transparent);opacity:.85}.hy-pdp-howto-v3-num{font-family:var(--hy-font-display);font-size:1rem;font-weight:600;letter-spacing:0;color:var(--c, var(--hy-yellow));width:var(--howto-circle-size);height:var(--howto-circle-size);display:flex;align-items:center;justify-content:center;border-radius:50%;border:1.5px solid color-mix(in srgb,var(--c) 45%,var(--hy-border));background:linear-gradient(180deg,color-mix(in srgb,var(--c) 10%,var(--hy-bg)) 0%,var(--hy-bg) 100%)}.hy-pdp-howto-v3-body{display:flex;flex-direction:column;gap:.5rem;padding-top:.5rem}.hy-home-howto-grid{align-items:center;grid-template-columns:minmax(0,.78fr) minmax(0,1fr);max-width:60rem;margin-inline:auto}.hy-home-howto-visual{position:relative;background:var(--hy-glass-bg);-webkit-backdrop-filter:var(--hy-glass-blur);backdrop-filter:var(--hy-glass-blur);box-shadow:var(--hy-glass-shadow);border-radius:var(--hy-v3-radius);padding:0;overflow:hidden}.hy-home-howto-visual:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow);pointer-events:none;z-index:2}.hy-home-howto-visual img{width:100%;height:auto;display:block;border-radius:0}.hy-home-howto-cta{margin-top:1.75rem}@media(max-width:1024px){.hy-home-howto-grid{align-items:stretch;grid-template-columns:1fr;max-width:none}.hy-home-howto-visual{max-width:none}}.hy-pdp-howto-v3-title{font-family:var(--hy-font-display);font-size:clamp(1.125rem,1.6vw,1.375rem);font-weight:500;text-transform:none;letter-spacing:normal;color:var(--hy-white);margin:0}.hy-pdp-howto-v3-body p{font-family:Inter,sans-serif;font-size:.9375rem;color:var(--hy-text-dim);line-height:1.6;margin:0}.hy-pdp-philosophy{padding:clamp(5rem,10vw,9rem) 0 clamp(3rem,6vw,5rem);position:relative;overflow:hidden}.hy-pdp-philosophy:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 55% 50% at 50% 55%,var(--c) 0%,color-mix(in srgb,var(--c) 20%,transparent) 35%,transparent 88%);opacity:.08;filter:blur(52px);z-index:0;pointer-events:none}.hy-pdp-philosophy-v3:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 45% at 50% 50%,var(--c) 0%,transparent 90%);opacity:.02;z-index:0;pointer-events:none}.hy-pdp-philosophy-inner{--hy-label-align: center;position:relative;z-index:1;max-width:48rem;margin:0 auto;text-align:center;display:flex;flex-direction:column;gap:1.25rem;align-items:center}.hy-pdp-philosophy-title{font-family:var(--hy-font-display);font-size:clamp(1.875rem,3.6vw,2.625rem);font-weight:600;line-height:1.02;text-transform:uppercase;letter-spacing:-.5px;color:var(--hy-white);margin:0;text-wrap:balance}.hy-pdp-philosophy-body{font-family:Inter,sans-serif;font-size:clamp(1rem,1.2vw,1.125rem);color:var(--hy-text-dim);line-height:1.65;margin:0 0 1.25rem;max-width:40rem}.hy-pdp-philosophy-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;width:100%;max-width:32rem;padding-top:.5rem}.hy-pdp-philosophy-stat{display:flex;flex-direction:column;gap:.375rem}.hy-pdp-philosophy-stat-num{font-family:var(--hy-font-display);font-size:clamp(2rem,3.5vw,3rem);font-weight:600;color:var(--c);letter-spacing:-1px;line-height:1}.hy-pdp-philosophy-stat-label{font-family:var(--hy-font-body);font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:1.2px;color:var(--hy-text-muted)}.hy-pdp-ingredients .hy-section-header{margin-bottom:clamp(2rem,3vw,3rem)}.hy-pdp-ingredients-scroller{position:relative;display:block;margin-bottom:.5rem}.hy-pdp-ingredients-track.hy-lineup-v3{align-items:stretch}.hy-pdp-ingredients-track .hy-pdp-ingredient-card{flex:0 0 calc((100% - 3rem) / 3);scroll-snap-align:start}@media(min-width:641px)and (max-width:1024px){.hy-pdp-ingredients-track .hy-pdp-ingredient-card{flex:0 0 48%}}@media(max-width:640px){.hy-pdp-ingredients-track .hy-pdp-ingredient-card{flex:0 0 86%}}.hy-pdp-ingredients-lines{display:none}.hy-pdp-ingredient-card{scroll-snap-align:start;background:var(--hy-glass-bg);-webkit-backdrop-filter:var(--hy-glass-blur);backdrop-filter:var(--hy-glass-blur);border:none;box-shadow:var(--hy-glass-shadow);border-radius:var(--hy-v3-radius);padding:0;display:flex;flex-direction:column;gap:0;transition:box-shadow .3s,transform .3s;position:relative;overflow:hidden;isolation:isolate;min-height:26rem}.hy-pdp-ingredient-card:hover{box-shadow:var(--hy-glass-shadow)}.hy-pdp-ingredient-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;box-shadow:var(--hy-glass-edge);z-index:3;pointer-events:none}.hy-pdp-ingredient-image{aspect-ratio:16 / 9;width:100%;background:#00000059;position:relative;display:flex;align-items:center;justify-content:center}.hy-pdp-ingredient-image:before{content:attr(data-placeholder);font-family:var(--hy-font-body);font-size:.625rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:color-mix(in srgb,var(--c) 55%,var(--hy-white));opacity:.5;text-align:center;max-width:75%;line-height:1.45}.hy-pdp-ingredient-image img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.hy-pdp-ingredient-image--has-img:before{display:none}.hy-pdp-ingredient-body{padding:1.5rem 1.625rem 1.75rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.hy-pdp-ingredient-role{font-family:var(--hy-font-body);font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--c)}.hy-pdp-ingredient-name{font-family:var(--hy-font-display);font-size:clamp(1.5rem,2.2vw,1.875rem);font-weight:500;line-height:1.02;letter-spacing:-.2px;text-transform:none;color:var(--hy-white);margin:0}.hy-pdp-ingredient-amount{font-family:var(--hy-font-body);font-size:.875rem;font-weight:600;color:#ffffffbf;letter-spacing:.3px}.hy-pdp-ingredient-blurb{font-family:Inter,sans-serif;font-size:.9375rem;color:var(--hy-text-dim);line-height:1.55;margin:.375rem 0 .75rem}.hy-pdp-ingredient-meta{display:flex;flex-direction:column;gap:.375rem;margin-top:auto;padding-top:.875rem;border-top:1px solid color-mix(in srgb,var(--c) 15%,var(--hy-border))}.hy-pdp-ingredient-meta-row{display:grid;grid-template-columns:5.5rem 1fr;gap:.625rem;font-family:Inter,sans-serif;font-size:.8125rem;line-height:1.4}.hy-pdp-ingredient-meta-label{font-family:var(--hy-font-body);font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;color:var(--hy-text-muted);padding-top:.125rem}.hy-pdp-ingredient-meta-value{color:#ffffffd1}.hy-pdp-ingredients-nav{display:none}.hy-pdp-ingredients-arrow{width:3rem;height:3rem;border-radius:50%;background:#ffffff0a;border:1px solid var(--hy-border);color:var(--hy-white);font-size:1.25rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hy-pdp-ingredients-arrow:hover{border-color:var(--hy-border-hover);color:var(--hy-white)}.hy-pdp-scroll-progress{width:6rem;max-width:100%;height:2px;margin:.75rem auto 0;background:#ffffff14;border-radius:6.25rem;overflow:hidden;display:none}.hy-pdp-scroll-progress-fill{height:100%;width:calc(var(--scroll-progress, 0) * 100%);background:var(--c);border-radius:6.25rem;transition:width .12s linear}.hy-pdp-ingredients-scroller>.hy-pdp-scroll-progress{grid-column:1 / -1}.hy-pdp-supp-table-wrap{margin-top:2.5rem;padding:1.75rem 1.75rem 1.5rem;border:1px solid var(--hy-border);border-radius:var(--hy-v3-radius);background:#ffffff04}.hy-pdp-supp-table-title{font-family:var(--hy-font-display);font-size:clamp(1.125rem,1.6vw,1.375rem);font-weight:600;text-transform:uppercase;letter-spacing:-.3px;color:var(--hy-white);margin:0 0 .5rem}.hy-pdp-supp-table-serving{font-family:var(--hy-font-body);font-size:.75rem;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;color:var(--hy-text-muted);margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid rgba(255,255,255,.15)}.hy-pdp-supp-table{width:100%;border-collapse:collapse;font-family:Inter,sans-serif;font-size:.875rem}.hy-pdp-supp-table thead th{font-family:var(--hy-font-body);font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--hy-text-muted);text-align:left;padding:.5rem .75rem;border-bottom:1px solid rgba(255,255,255,.12)}.hy-pdp-supp-table thead th:nth-child(2),.hy-pdp-supp-table thead th:nth-child(3){text-align:right}.hy-pdp-supp-table tbody td{padding:.625rem .75rem;border-bottom:1px solid var(--hy-border);color:var(--hy-text-dim);line-height:1.45}.hy-pdp-supp-table tbody td:first-child{color:var(--hy-white);font-weight:500}.hy-pdp-supp-table tbody td:nth-child(2),.hy-pdp-supp-table tbody td:nth-child(3){text-align:right;font-variant-numeric:tabular-nums}.hy-pdp-supp-footnote{font-family:Inter,sans-serif;font-size:.75rem;color:var(--hy-text-muted);margin-top:.75rem;font-style:italic}.hy-pdp-lab{padding:clamp(3rem,7vw,6rem) 0}.hy-pdp-lab .hy-section-header{margin-bottom:clamp(1.5rem,3vw,2.5rem)}.hy-pdp-lab,.hy-pdp-reviews{background-image:var(--hy-gradient-scrim),var(--hy-section-gradient);background-size:cover;background-position:center;background-repeat:no-repeat}@media(max-width:768px){.hy-pdp-lab,.hy-pdp-reviews{background-image:var(--hy-gradient-scrim),var(--hy-section-gradient-mobile)}}.hy-pdp-reviews{background-image:var(--hy-gradient-scrim),var(--hy-section-gradient-mobile)}.hy-pdp-lab-data{background:var(--hy-glass-bg);-webkit-backdrop-filter:var(--hy-glass-blur);backdrop-filter:var(--hy-glass-blur);box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow);border-radius:var(--hy-v3-radius);padding:clamp(1.5rem,3.5vw,2.75rem)}.hy-pdp-lab-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:clamp(2rem,4vw,3.5rem);align-items:start}.hy-pdp-lab-data--single{max-width:64rem;margin:0 auto;width:100%}.hy-pdp-lab-cta{margin-top:1.75rem;display:flex;justify-content:center}.hy-pdp-lab-view-btn{min-width:16rem;justify-content:center;background:var(--hy-yellow);color:var(--hy-black);border-color:var(--hy-yellow)}.hy-pdp-lab-view-btn:hover{background:color-mix(in srgb,var(--hy-yellow) 88%,#fff);border-color:color-mix(in srgb,var(--hy-yellow) 88%,#fff);color:var(--hy-black)}.hy-pdp-lab-data{display:flex;flex-direction:column;gap:1.5rem}.hy-pdp-lab-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding:1.25rem 1.5rem;border:1px solid var(--hy-border);border-radius:var(--hy-v3-radius);background:#ffffff05}.hy-pdp-lab-meta-item{display:flex;flex-direction:column;gap:.25rem}.hy-pdp-lab-meta-label{font-family:var(--hy-font-body);font-size:.625rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--hy-text-muted)}.hy-pdp-lab-meta-value{font-family:var(--hy-font-display);font-size:1.0625rem;font-weight:500;color:var(--hy-white);letter-spacing:-.1px}.hy-pdp-lab-subhead{font-family:var(--hy-font-body);font-size:.6875rem;font-weight:700;letter-spacing:1.8px;text-transform:uppercase;color:var(--c);margin-top:.5rem}.hy-pdp-lab-note{margin:0;font-family:Inter,sans-serif;font-size:.9375rem;line-height:1.65;color:var(--hy-text-dim);max-width:44rem}.hy-pdp-lab-table{width:100%;border-collapse:collapse;font-family:Inter,sans-serif;font-size:.875rem}.hy-pdp-lab-table thead th{font-family:var(--hy-font-body);font-size:.625rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--hy-text-muted);text-align:left;padding:.5rem .75rem;border-bottom:1px solid rgba(255,255,255,.12)}.hy-pdp-lab-table thead th:nth-child(2),.hy-pdp-lab-table thead th:nth-child(3),.hy-pdp-lab-table thead th:nth-child(4){text-align:right}.hy-pdp-lab-table tbody td{padding:.5rem .75rem;border-bottom:1px solid var(--hy-border);color:var(--hy-text-dim)}.hy-pdp-lab-table tbody td:first-child{color:var(--hy-white);font-weight:500}.hy-pdp-lab-table tbody td:nth-child(2),.hy-pdp-lab-table tbody td:nth-child(3),.hy-pdp-lab-table tbody td:nth-child(4){text-align:right;font-variant-numeric:tabular-nums}.hy-pdp-lab-pass{display:inline-flex;align-items:center;gap:.3rem;color:var(--c);font-family:var(--hy-font-body);font-size:.6875rem;font-weight:700;letter-spacing:.8px;text-transform:uppercase}.hy-pdp-lab-checklist{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem 1.5rem}.hy-pdp-lab-checklist li{display:flex;align-items:center;gap:.5rem;font-family:Inter,sans-serif;font-size:.875rem;color:var(--hy-text-dim);padding:.625rem .75rem;border:1px solid var(--hy-border);border-radius:.625rem}.hy-pdp-lab-check{width:1.25rem;height:1.25rem;border-radius:50%;background:color-mix(in srgb,var(--c) 18%,transparent);color:var(--c);display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;flex-shrink:0}.hy-pdp-lab-coa{display:flex;flex-direction:column;gap:1rem;align-items:center;padding:1.5rem;border:1px solid var(--hy-border);border-radius:var(--hy-v3-radius);background:linear-gradient(180deg,#ffffff04,#fff0)}.hy-pdp-lab-coa-thumb{width:100%;max-width:18rem}.hy-pdp-lab-coa-btn{width:100%;justify-content:center;font-size:.8125rem;padding:.875rem 1.25rem}.hy-pdp-lab-coa-btn svg{width:1rem;height:1rem}.hy-pdp-lab-all-link{font-family:var(--hy-font-body);font-size:.75rem;font-weight:600;letter-spacing:.5px;color:var(--hy-text-muted);text-decoration:none;transition:color .2s}.hy-pdp-lab-all-link:hover{color:var(--c)}.hy-pdp-reviews-v4{padding:clamp(4rem,8vw,7rem) 0;position:relative;overflow:hidden}.hy-pdp-reviews-v4:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 55% 45% at 50% 55%,var(--c) 0%,color-mix(in srgb,var(--c) 40%,transparent) 35%,transparent 80%);opacity:.08;filter:blur(40px);z-index:0;pointer-events:none}.hy-pdp-reviews-v4>.hy-container{position:relative;z-index:1}.hy-pdp-reviews-v4 .hy-section-header{margin-bottom:clamp(2rem,4vw,3rem)}.hy-pdp-reviews-v4-stage{position:relative;display:grid;grid-template-columns:auto 1fr auto;gap:clamp(1rem,2vw,2rem);align-items:center;max-width:72rem;margin:0 auto}.hy-pdp-reviews-v4-slides{position:relative;min-height:clamp(14rem,24vw,20rem);overflow:hidden;text-align:center}.hy-pdp-reviews-v4-track{position:relative;z-index:1;display:flex;min-height:inherit;width:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.hy-pdp-reviews-v4-track::-webkit-scrollbar{display:none}.hy-pdp-reviews-v4-slide{flex:0 0 100%;scroll-snap-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;padding:clamp(2rem,3vw,3rem) clamp(1.5rem,3vw,3rem);margin:0;min-width:0}.hy-pdp-reviews-v4-stars{color:var(--c);font-size:1.25rem;letter-spacing:.25rem}.hy-pdp-reviews-v4-quote{font-family:var(--hy-font-display);font-size:clamp(1.375rem,3vw,2.375rem);font-weight:500;line-height:1.2;letter-spacing:-.4px;color:var(--hy-white);margin:0;max-width:48rem;text-wrap:balance}.hy-pdp-reviews-v4-quote:before{content:'"';color:var(--c);margin-right:.125rem}.hy-pdp-reviews-v4-quote:after{content:'"';color:var(--c);margin-left:.125rem}.hy-pdp-reviews-v4-cite{display:flex;flex-direction:column;align-items:center;gap:.25rem}.hy-pdp-reviews-v4-name{font-family:var(--hy-font-display);font-size:.9375rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:var(--hy-white)}.hy-pdp-reviews-v4-verified{font-family:var(--hy-font-body);font-size:.6875rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:var(--c)}.hy-pdp-reviews-v4-nav{width:3rem;height:3rem;border-radius:50%;background:#ffffff0a;border:1px solid var(--hy-border);color:var(--hy-white);font-size:1.25rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hy-pdp-reviews-v4-nav:hover{border-color:var(--c);color:var(--c)}.hy-pdp-scroll-lines{display:flex;justify-content:center;align-items:center;gap:.25rem;margin:.875rem auto 0;padding:0;list-style:none}.hy-pdp-scroll-line{width:2rem;height:2px;border-radius:1px;background:#fff3;border:none;padding:0;cursor:pointer;transition:background .15s ease,opacity .15s ease;flex:0 0 auto}.hy-pdp-scroll-line:hover{background:#fff6}.hy-pdp-scroll-line.is-active{background:var(--c);opacity:1}.hy-pdp-reviews-v4-lines{position:absolute;bottom:-1.25rem;left:50%;transform:translate(-50%)}.hy-pdp-ingredients-scroller>.hy-pdp-scroll-lines{grid-column:1 / -1}.hy-pdp-reviews-v4-aggregate{margin-top:clamp(2.5rem,5vw,4rem);display:flex;align-items:center;justify-content:center;gap:1rem;padding:0;max-width:32rem;margin-left:auto;margin-right:auto}.hy-pdp-reviews-v4-agg-col{display:flex;flex-direction:column;align-items:flex-start;gap:.1875rem;line-height:1}.hy-pdp-reviews-v4-aggregate--top{margin-top:0;margin-bottom:clamp(2.5rem,5vw,3.5rem)}.hy-pdp-reviews-v4 .hy-section-header{margin-bottom:.375rem}.hy-pdp-reviews-v4 .hy-pdp-section-title{margin-bottom:.25rem}.hy-pdp-reviews-v4-aggregate--top{margin-top:0;margin-bottom:clamp(1.5rem,3vw,2.25rem)}.hy-pdp-reviews-v4-score{font-family:var(--hy-font-display);font-size:1.75rem;font-weight:600;color:var(--hy-white);letter-spacing:-.5px;line-height:1}.hy-pdp-reviews-v4-agg-stars{color:var(--c);font-size:1rem;letter-spacing:.1875rem}.hy-pdp-reviews-v4-count{font-family:var(--hy-font-body);font-size:.8125rem;color:var(--hy-text-muted);letter-spacing:.3px}.hy-pdp-reviews .hy-section-header{margin-bottom:clamp(1.5rem,3vw,2.5rem)}.hy-pdp-reviews-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.5fr);gap:clamp(2rem,4vw,3rem);align-items:start}.hy-pdp-reviews-aggregate{display:flex;flex-direction:column;gap:.75rem;padding:1.75rem 1.75rem 2rem;border:1px solid var(--hy-border);border-radius:var(--hy-v3-radius);background:linear-gradient(180deg,#ffffff05,#fff0);align-items:flex-start}.hy-pdp-reviews-score{font-family:var(--hy-font-display);font-size:clamp(3rem,5vw,4.5rem);font-weight:600;line-height:.95;letter-spacing:-2px;color:var(--hy-white)}.hy-pdp-reviews-stars{color:var(--c);font-size:1.125rem;letter-spacing:.125rem}.hy-pdp-reviews-count{font-family:var(--hy-font-body);font-size:.8125rem;color:var(--hy-text-muted);letter-spacing:.3px}.hy-pdp-reviews-distribution{display:flex;flex-direction:column;gap:.375rem;margin-top:.75rem;width:100%}.hy-pdp-reviews-bar{display:grid;grid-template-columns:2rem 1fr 2.25rem;gap:.625rem;align-items:center;font-family:var(--hy-font-body);font-size:.6875rem;font-weight:600;color:var(--hy-text-muted);letter-spacing:.3px}.hy-pdp-reviews-bar-track{height:.375rem;background:#ffffff0f;border-radius:6.25rem;overflow:hidden}.hy-pdp-reviews-bar-fill{display:block;height:100%;background:linear-gradient(90deg,color-mix(in srgb,var(--c) 80%,transparent),var(--c));border-radius:6.25rem}.hy-pdp-reviews-bar-pct{text-align:right;font-variant-numeric:tabular-nums}.hy-pdp-reviews-scroll{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(19rem,1fr);gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;padding:.25rem .25rem 1rem;scrollbar-width:none}.hy-pdp-reviews-scroll::-webkit-scrollbar{display:none}.hy-pdp-review-card{scroll-snap-align:start;padding:1.5rem 1.5rem 1.625rem;border:1px solid var(--hy-border);border-radius:var(--hy-v3-radius);background:linear-gradient(180deg,#ffffff05,#fff0);display:flex;flex-direction:column;gap:.875rem}.hy-pdp-review-head{display:grid;grid-template-columns:2.25rem 1fr auto;gap:.75rem;align-items:center}.hy-pdp-review-avatar{width:2.25rem;height:2.25rem;border-radius:50%;background:color-mix(in srgb,var(--c) 22%,transparent);color:var(--c);display:flex;align-items:center;justify-content:center;font-family:var(--hy-font-display);font-size:.9375rem;font-weight:600;border:1px solid color-mix(in srgb,var(--c) 35%,transparent)}.hy-pdp-review-author{font-family:var(--hy-font-display);font-size:.9375rem;font-weight:600;color:var(--hy-white);letter-spacing:-.2px}.hy-pdp-review-stars{color:var(--c);font-size:.75rem;letter-spacing:.125rem;line-height:1.1}.hy-pdp-review-verified{font-family:var(--hy-font-body);font-size:.625rem;font-weight:600;letter-spacing:.8px;text-transform:uppercase;color:var(--c);padding:.25rem .5rem;border-radius:6.25rem;border:1px solid color-mix(in srgb,var(--c) 32%,transparent);background:color-mix(in srgb,var(--c) 10%,transparent)}.hy-pdp-review-title{font-family:var(--hy-font-display);font-size:1.0625rem;font-weight:600;text-transform:uppercase;letter-spacing:-.2px;color:var(--hy-white);margin:0;line-height:1.15}.hy-pdp-review-body{font-family:Inter,sans-serif;font-size:.9375rem;color:var(--hy-text-dim);line-height:1.55;margin:0}.hy-pdp-recs .hy-section-header{margin-bottom:clamp(1.5rem,2.5vw,2.5rem)}.hy-pdp-recs .hy-pdp-container{max-width:none}.hy-pdp-recs-wrap{position:relative;padding-inline:3.5rem}@media(min-width:1280px){.hy-pdp-recs-wrap{padding-inline:4.5rem}}@media(max-width:768px){.hy-pdp-recs-wrap{padding-inline:0}}.hy-pdp-recs-grid-v3{display:flex;grid-template-columns:none;overflow-x:auto;overflow-y:visible;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1rem;padding:1rem 0 1.25rem;scroll-padding-left:0;scrollbar-width:none;-ms-overflow-style:none}.hy-pdp-recs-grid-v3::-webkit-scrollbar{display:none}.hy-pdp-recs-grid-v3>.hy-lineup-card{flex:0 0 auto;width:clamp(18rem,26vw,22rem);scroll-snap-align:start}.hy-pdp-recs-nav{position:absolute;top:50%;transform:translateY(-50%);width:3rem;height:3rem;border-radius:50%;background:#131313b8;backdrop-filter:blur(12px) saturate(1.4);-webkit-backdrop-filter:blur(12px) saturate(1.4);border:1px solid var(--hy-border);color:var(--hy-white);font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:6;transition:background .2s,border-color .2s,transform .2s}.hy-pdp-recs-nav:hover{border-color:#ffffff59;background:#131313e0;transform:translateY(-50%)}.hy-pdp-recs-nav--prev{left:0}.hy-pdp-recs-nav--next{right:0}@media(max-width:768px){.hy-pdp-recs-nav{display:none}}.hy-lineup-card.is-current{border-color:color-mix(in srgb,var(--c) 50%,var(--hy-border));position:relative;cursor:default;text-decoration:none;color:inherit}.hy-lineup-card.is-current:hover{transform:none;border-color:color-mix(in srgb,var(--c) 50%,var(--hy-border))}.hy-lineup-card.is-current:hover .hy-lineup-bag img{transform:none}.hy-lineup-card.is-current:hover:after{opacity:0}.hy-lineup-card.is-current:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(180deg,color-mix(in srgb,var(--c) 8%,transparent) 0%,transparent 40%);pointer-events:none}.hy-pdp-recs-current-badge{position:absolute;top:1rem;right:1rem;z-index:3;font-family:var(--hy-font-body);font-size:.625rem;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:var(--c);padding:.3125rem .75rem;border-radius:6.25rem;border:1px solid color-mix(in srgb,var(--c) 45%,transparent);background:color-mix(in srgb,var(--c) 14%,rgba(19,19,19,.8));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.hy-pdp-faq-list{max-width:none;margin:0;display:flex;flex-direction:column;gap:.625rem}.hy-pdp-reviews #judgeme_product_reviews{background:var(--hy-glass-bg)!important;-webkit-backdrop-filter:var(--hy-glass-blur);backdrop-filter:var(--hy-glass-blur);box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow);border-radius:var(--hy-v3-radius);padding:clamp(1.25rem,2.5vw,2rem) clamp(1.25rem,3vw,2.5rem);overflow:hidden}.hy-pdp-reviews .jm-review-widget,.hy-pdp-reviews .jm-review-widget__body,.hy-pdp-reviews .jm-review-widget__header,.hy-pdp-reviews .jm-box{background:transparent!important;box-shadow:none!important}.hy-pdp-reviews .jm-review-widget{padding:0!important}.hy-pdp-reviews #judgeme_product_reviews>*:first-child{margin-top:0!important}.hy-pdp-reviews .jm-review-item:before,.hy-pdp-reviews .jm-review-item:after{content:none!important}.hy-pdp-reviews .jm-review-item{background:transparent!important;border:0!important;border-bottom:1px solid var(--hy-border)!important;border-radius:0!important;box-shadow:none!important;margin:0!important;padding:1.5rem 0!important}.hy-pdp-reviews .jm-review-list>*:last-child .jm-review-item,.hy-pdp-reviews .jm-review-item:last-child{border-bottom:0!important}.hy-pdp-reviews .jm-review-content__title{font-family:var(--hy-font-display)!important;font-weight:500!important;font-size:1.15rem!important;letter-spacing:0!important;text-transform:none!important}.hy-pdp-reviews .jm-reviewer-info__name{font-family:var(--hy-font-body)!important;font-weight:600!important}.hy-pdp-reviews .jm-review-content__body,.hy-pdp-reviews .jm-review-content__body-content{font-family:var(--hy-font-body)!important}.hy-pdp-reviews .jm-pagination-controls__button{background:var(--hy-glass-bg)!important;border:1px solid var(--hy-border)!important;color:var(--hy-text-dim)!important;border-radius:999px!important}.hy-pdp-reviews .jm-pagination-controls__button:hover:not(.jm-pagination-controls__button--active){border-color:color-mix(in srgb,var(--c) 50%,var(--hy-border))!important;color:var(--hy-white)!important}.hy-pdp-reviews .jm-pagination-controls__button--active{background:var(--c)!important;color:var(--hy-black)!important;border-color:var(--c)!important}.hy-pdp-reviews .jm-review-widget .jm-review-item,.hy-pdp-reviews .jm-review-widget .jm-review-item.jm-box{background:transparent!important;background-image:none!important}.hy-pdp-reviews .jm-review-widget .jm-pagination-controls__button{background:var(--hy-glass-bg)!important;border:1px solid var(--hy-border)!important;color:var(--hy-text-dim)!important;border-radius:999px!important}.hy-pdp-reviews .jm-review-widget .jm-pagination-controls__button .jm-text{color:inherit!important}.hy-pdp-reviews .jm-review-widget .jm-pagination-controls__button--nav svg path{fill:currentColor!important}.hy-pdp-reviews .jm-review-widget .jm-pagination-controls__button:hover:not(.jm-pagination-controls__button--active){border-color:color-mix(in srgb,var(--c) 50%,var(--hy-border))!important;color:var(--hy-white)!important}.hy-pdp-reviews .jm-review-widget .jm-pagination-controls__button--active{background:var(--c)!important;border-color:var(--c)!important}.hy-pdp-reviews .jm-review-widget .jm-pagination-controls__button--active .jm-text{color:var(--hy-black)!important}@media(max-width:768px){.hy-pdp-howto-v3-copy,.hy-pdp-counter .hy-section-header{padding-inline:.75rem}.hy-pdp-tl-stages{grid-template-columns:none;display:flex;gap:.75rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-top:.35rem;padding-bottom:.4rem}.hy-pdp-tl-stages::-webkit-scrollbar{display:none}.hy-pdp-tl-stage{flex:0 0 72%;scroll-snap-align:center;position:relative;padding-bottom:1.4rem}.hy-pdp-tl-stage:before{content:"";position:absolute;left:-.375rem;right:-.375rem;bottom:.55rem;height:2px;background:var(--hy-border);z-index:0}.hy-pdp-tl-stage:after{content:"";position:absolute;left:50%;bottom:.55rem;width:.7rem;height:.7rem;border-radius:50%;background:var(--hy-bg);border:2px solid var(--hy-border-hover);transform:translate(-50%,50%);z-index:1}.hy-pdp-tl-stage.is-active:after{background:var(--hy-white);border-color:var(--hy-white);box-shadow:0 0 0 4px #ffffff1f}.hy-pdp-tl-panels>.hy-pdp-tl-panel{margin-top:1.15rem;padding:clamp(1.1rem,4vw,1.5rem);gap:.5rem}.hy-pdp-tl-panels:before{margin-top:1.15rem;background-image:linear-gradient(180deg,#000000c7,#0000008c 55%,#000000bd),var(--hy-section-gradient)}.hy-pdp-tl-panel.is-active{gap:.5rem;margin-top:1.15rem;padding:clamp(1.1rem,4vw,1.5rem);position:relative}.hy-pdp-tl-panel.is-active:before{content:"";position:absolute;top:calc(-1 * var(--tl-drop-h, 1.15rem));left:var(--tl-drop-x, 50%);width:2px;height:var(--tl-drop-h, 1.15rem);background:#ffffff80;transform:translate(-50%);z-index:1}}@media(max-width:1024px){.hy-pdp-hero{grid-template-columns:1fr;gap:2rem}.hy-pdp-gallery{position:relative;top:auto}.hy-pdp-gallery-slide{padding:0}.hy-pdp-tradeoff-grid,.hy-pdp-howto-v3-grid,.hy-pdp-lab-grid,.hy-pdp-reviews-grid{grid-template-columns:1fr;gap:2rem}.hy-pdp-stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.hy-pdp-stats-v4-row{grid-template-columns:minmax(6rem,10rem) 1px minmax(0,1fr);gap:1.25rem}.hy-pdp-story-panels{grid-template-columns:repeat(2,1fr);gap:2rem 1.25rem}.hy-pdp-story-connector{left:25%;right:25%}.hy-pdp-reviews-v4-stage{grid-template-columns:1fr}.hy-pdp-reviews-v4-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2}.hy-pdp-reviews-v4-nav--prev{left:.5rem}.hy-pdp-reviews-v4-nav--next{right:.5rem}.hy-pdp-reviews-v4-slides{padding:clamp(2rem,5vw,3rem) 3.5rem}.hy-pdp-philosophy-stats{grid-template-columns:repeat(3,1fr);gap:.75rem;max-width:100%}.hy-pdp-recs-grid-v3{grid-template-columns:repeat(2,1fr)}.hy-pdp-lab-meta{grid-template-columns:1fr 1fr}.hy-pdp-lab-meta-item:nth-child(3){grid-column:span 2}.hy-pdp-reviews-scroll{grid-auto-columns:minmax(18rem,90%)}}@media(max-width:640px){.hy-pdp-section{padding:2.5rem 0}.hy-pdp-hero{gap:1.5rem}.hy-pdp-title{font-size:2.4rem;letter-spacing:-.4px}.hy-pdp-substance--below{font-size:clamp(.9375rem,4.5vw,1.125rem)}.hy-pdp-price-pill{padding:.85rem 1rem}.hy-pdp-trust{gap:1.25rem}.hy-pdp-trust-item{font-size:.8125rem}.hy-pdp-trust-item svg{width:1.125rem;height:1.125rem}.hy-pdp-gallery-slide{padding:0}.hy-pdp-gallery-slide img{width:100%;height:100%;max-width:none;max-height:none;object-fit:cover;display:block}.hy-pdp-gallery-slide--lifestyle img{max-width:none;max-height:none}.hy-pdp-tradeoff-copy{padding-left:.9rem}.hy-pdp-tradeoff-title{font-size:1.8rem;line-height:1.05}.hy-pdp-stats-grid{grid-template-columns:1fr 1fr;gap:.75rem}.hy-pdp-stat-card{padding:1.25rem 1rem}.hy-pdp-stats-v4-row{grid-template-columns:minmax(5rem,7rem) 1px minmax(0,1fr);gap:1rem;padding:1rem 0}.hy-pdp-stats-v4-num{font-size:clamp(3rem,12vw,4.5rem);letter-spacing:-1.5px}.hy-pdp-stats-v4-claim{font-size:clamp(.9375rem,3.5vw,1.125rem)}.hy-pdp-story-connector{display:none}.hy-pdp-howto-v3-steps{--howto-circle-size: 2.75rem}.hy-pdp-howto-v3-step{gap:1rem}.hy-pdp-howto-v3-num{font-size:.875rem}.hy-pdp-philosophy-stats{grid-template-columns:1fr;gap:.75rem}.hy-pdp-ingredients-scroller{grid-template-columns:minmax(0,1fr);gap:0}.hy-pdp-ingredients-arrow{display:none}.hy-pdp-ingredients-scroller>.hy-pdp-scroll-progress{display:block}.hy-pdp-ingredients-track{grid-auto-columns:min(75vw,20rem);scroll-padding-inline:12.5vw;scroll-snap-type:x mandatory}.hy-pdp-ingredient-card{min-height:0;scroll-snap-align:center}.hy-pdp-ingredient-image{aspect-ratio:16 / 9}.hy-pdp-ingredient-body{padding:1.125rem 1.25rem 1.25rem;gap:.375rem}.hy-pdp-ingredient-blurb{font-size:.875rem;line-height:1.5;margin:.25rem 0 .5rem}.hy-pdp-ingredient-meta{padding-top:.625rem;gap:.25rem}.hy-pdp-ingredient-meta-row{font-size:.75rem;grid-template-columns:4.75rem 1fr;gap:.5rem}.hy-pdp-ingredient-meta-label{font-size:.5625rem;letter-spacing:1px}.hy-pdp-recs-grid-v3{display:flex;grid-template-columns:none;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1rem;padding:.25rem .25rem 1rem;scroll-padding-inline:12.5vw;scrollbar-width:none;-ms-overflow-style:none}.hy-pdp-recs-grid-v3::-webkit-scrollbar{display:none}.hy-pdp-recs-grid-v3>.hy-lineup-card{flex:0 0 auto;width:min(82vw,22rem);scroll-snap-align:center}.hy-pdp-recs-wrap .hy-pdp-scroll-progress{display:block}.hy-pdp-lab-meta{grid-template-columns:1fr}.hy-pdp-lab-meta-item:nth-child(3){grid-column:span 1}.hy-pdp-lab-checklist{grid-template-columns:1fr}.hy-pdp-supp-table thead th{font-size:.625rem;padding:.5rem .375rem}.hy-pdp-supp-table tbody td{padding:.5rem .375rem;font-size:.8125rem}.hy-pdp-lab-table thead th{font-size:.5625rem;padding:.5rem .375rem}.hy-pdp-lab-table tbody td{padding:.5rem .375rem;font-size:.8125rem}.hy-pdp-reviews-aggregate{padding:1.25rem}.hy-pdp-reviews-score{font-size:3rem}.hy-pdp-section-title{font-size:2.1rem;line-height:1.05}.hy-pdp-gallery-thumbs{grid-template-columns:repeat(4,1fr);gap:.375rem}.hy-pdp-gallery-thumb{padding:.375rem;border-radius:var(--hy-v3-radius)}.hy-pdp-faq-list{gap:.5rem}.hy-faq-question{padding:1.125rem 1.25rem;font-size:1.0625rem;letter-spacing:-.1px;gap:.75rem}.hy-faq-answer{padding:0 1.25rem}.hy-faq-item[open] .hy-faq-answer{padding:0 1.25rem 1.125rem}.hy-pdp-howto-v3-title{font-size:1.2rem}.hy-pdp-howto-v3-body p{font-size:.875rem}.hy-pdp-lab-meta{padding:1rem 1.125rem;gap:.75rem}.hy-pdp-lab-meta-label{font-size:.6rem}.hy-pdp-lab-meta-value{font-size:1.2rem}}@media(min-width:641px)and (max-width:1024px){.hy-pdp .hy-pdp-container{padding-inline:clamp(1.25rem,3vw,2rem)}.hy-pdp-story-panels{gap:2rem 1.5rem}.hy-pdp-gallery-thumbs{grid-template-columns:repeat(4,1fr);gap:.5rem}.hy-faq-question{font-size:1.125rem;padding:1.25rem 1.5rem}}.hy-pdp-sticky{position:fixed;left:50%;bottom:1rem;transform:translate(-50%) translateY(120%);width:calc(100% - 3.5rem);max-width:42rem;z-index:9000;opacity:0;pointer-events:none;transition:opacity .3s ease,transform .45s cubic-bezier(.2,.8,.2,1)}.hy-pdp-sticky.is-visible{transform:translate(-50%) translateY(0);opacity:1;pointer-events:auto}.hy-pdp-sticky-inner{position:relative;display:flex;align-items:center;justify-content:space-between;gap:clamp(.75rem,2vw,1.5rem);padding:.75rem 1rem;min-height:4.5rem;border-radius:var(--hy-v3-radius);overflow:visible;background:var(--hy-glass-bg);-webkit-backdrop-filter:var(--hy-glass-blur);backdrop-filter:var(--hy-glass-blur);border:0;box-shadow:var(--hy-glass-edge),0 20px 60px #00000080}.hy-pdp-sticky-thumb,.hy-pdp-sticky-variants{display:none}.hy-pdp-sticky-pill{padding:.5rem .875rem;border-radius:6.25rem;background:transparent;border:none;color:#fff9;font-family:var(--hy-font-body);font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.9px;cursor:pointer;white-space:nowrap}.hy-pdp-sticky-cta{font-size:.8125rem;letter-spacing:1px;flex:0 0 auto;justify-content:center;white-space:nowrap}.hy-pdp-sticky-v7 .hy-pdp-sticky-inner{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.55rem;padding:.5rem;min-height:0;border-radius:var(--hy-r-md);overflow:visible}.hy-pdp-sticky-picker{position:relative;flex:1 1 auto;min-width:0;display:none}.hy-pdp-sticky-chips{display:flex;align-items:center;gap:.4rem;flex:0 1 auto;min-width:0}.hy-pdp-sticky-chip{flex:0 0 auto;padding:.62rem 1.15rem;border-radius:var(--hy-r-pill, 2rem);border:1px solid var(--hy-border);background:#ffffff0d;box-shadow:var(--hy-glass-edge);color:var(--hy-white);cursor:pointer;white-space:nowrap;font:600 .95rem/1 var(--hy-font-display);letter-spacing:-.2px;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.hy-pdp-sticky-chip:hover:not(:disabled){border-color:var(--hy-border-hover);background:#ffffff14}.hy-pdp-sticky-chip:focus-visible{outline:.125rem solid var(--hy-yellow);outline-offset:.18rem}.hy-pdp-sticky-chip:disabled{opacity:.4;cursor:not-allowed}.hy-pdp-sticky-chip.is-selected{background:color-mix(in srgb,var(--c) 14%,rgba(255,255,255,.04));border-color:color-mix(in srgb,var(--c) 60%,transparent);box-shadow:var(--hy-glass-edge),inset 0 0 0 1.5px var(--c)}.hy-pdp-sticky-select{display:flex;align-items:center;gap:.55rem;width:100%;min-width:0;padding:.62rem .85rem;border-radius:var(--hy-r-pill, 2rem);border:1px solid var(--hy-border);background:#ffffff0f;box-shadow:var(--hy-glass-edge);color:var(--hy-white);cursor:pointer;font:500 .95rem/1 var(--hy-font-display);letter-spacing:-.2px;transition:border-color .2s ease,background .2s ease}.hy-pdp-sticky-select:hover{border-color:var(--hy-border-hover);background:#ffffff12}.hy-pdp-sticky-select:focus-visible{outline:.125rem solid var(--hy-yellow);outline-offset:.18rem}.hy-pdp-sticky-select-name{flex:0 1 auto;min-width:0;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hy-pdp-sticky-select-price{display:none}.hy-pdp-sticky-caret{width:1rem;height:1rem;flex:none;color:var(--hy-text-dim);transition:transform .26s cubic-bezier(.16,1,.3,1)}.hy-pdp-sticky-select[aria-expanded=true] .hy-pdp-sticky-caret{transform:rotate(180deg)}.hy-pdp-sticky-v7.is-picking{transform:translate(-50%) translateY(175%);opacity:0;pointer-events:none}.hy-pdp-sticky-sheet{position:fixed;left:50%;bottom:1rem;z-index:9001;width:calc(100% - 3.5rem);max-width:42rem;max-height:min(58vh,27rem);overflow:auto;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;gap:.25rem;padding:.5rem;border-radius:var(--hy-r-md);background:var(--hy-glass-bg);-webkit-backdrop-filter:var(--hy-glass-blur);backdrop-filter:var(--hy-glass-blur);border:1px solid var(--hy-border);box-shadow:var(--hy-glass-edge),0 1.5rem 3.5rem #0000008c;transform:translate(-50%) translateY(130%);opacity:0;pointer-events:none;transition:transform .44s cubic-bezier(.16,1,.3,1),opacity .3s ease}.hy-pdp-sticky-sheet.is-open{transform:translate(-50%) translateY(0);opacity:1;pointer-events:auto}@media(min-width:641px){.hy-pdp-sticky-sheet{display:none}}.hy-pdp-sticky-opt{display:flex;flex-direction:row;align-items:center;gap:.8rem;width:100%;min-width:0;padding:.8rem .9rem;border:0;border-radius:.9rem;background:transparent;color:var(--hy-white);cursor:pointer;text-align:left;transition:background .16s ease}.hy-pdp-sticky-opt:hover:not(:disabled){background:#ffffff0f;transform:none;border:0}.hy-pdp-sticky-opt[aria-selected=true]{background:#ffffff1a;box-shadow:var(--hy-glass-edge)}.hy-pdp-sticky-opt:focus-visible{outline:.125rem solid var(--hy-yellow);outline-offset:-.125rem}.hy-pdp-sticky-opt:disabled{opacity:.4;cursor:not-allowed}.hy-pdp-sticky-opt-text{display:flex;flex-direction:column;gap:.05rem;min-width:0;flex:1 1 auto}.hy-pdp-sticky-opt .hy-pdp-sticky-opt-name{font:500 1rem/1.15 var(--hy-font-display);letter-spacing:-.2px;color:var(--hy-white);text-transform:none}.hy-pdp-sticky-opt[aria-selected=true] .hy-pdp-sticky-opt-name{color:var(--c)}.hy-pdp-sticky-opt-sub{font:600 .68rem/1 Inter,sans-serif;color:var(--hy-text-dim);text-transform:uppercase;letter-spacing:.05em}.hy-pdp-sticky-opt .hy-pdp-sticky-opt-price{font-family:var(--hy-font-display);font-size:1.05rem;font-weight:500;font-variant-numeric:tabular-nums;color:var(--hy-white);letter-spacing:-.2px;flex:none}.hy-pdp-sticky-opt-mark{width:1.5rem;height:1.5rem;flex:none;border-radius:50%;display:none;place-items:center;background:#ffffff29;position:relative}.hy-pdp-sticky-opt-mark:before{content:"";position:absolute;width:.7rem;height:.14rem;border-radius:.14rem;background:var(--hy-white)}.hy-pdp-sticky-opt[aria-selected=true] .hy-pdp-sticky-opt-mark{display:grid}.hy-pdp-sticky-v7 .hy-pdp-sticky-cta{flex:0 0 auto;min-width:0;max-width:none;width:auto;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem 1.5rem;white-space:nowrap}.hy-pdp-sticky-v7 .hy-pdp-sticky-cta-price{font-variant-numeric:tabular-nums}.hy-pdp-sticky-v7 .hy-pdp-sticky-cta-price:before{content:"\b7";opacity:.55;margin-right:.1rem}.hy-pdp-sticky-cta.hy-btn-primary{background:var(--hy-yellow);color:var(--hy-black);border-color:var(--hy-yellow)}.hy-pdp-sticky-cta.hy-btn-primary:hover{background:color-mix(in srgb,var(--hy-yellow) 88%,#000);color:var(--hy-black);border-color:color-mix(in srgb,var(--hy-yellow) 88%,#000)}@media(prefers-reduced-motion:reduce){.hy-pdp-sticky-sheet{transition:opacity .3s ease}.hy-pdp-sticky-caret{transition:none}}@media(max-width:640px){.hy-pdp-sticky{bottom:.5rem}.hy-pdp-sticky-chips{display:none}.hy-pdp-sticky-picker{display:flex}.hy-pdp-sticky-v7 .hy-pdp-sticky-inner{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:.45rem;padding:.45rem}.hy-pdp-sticky-select{width:100%;justify-content:center;padding:.58rem .7rem;gap:.4rem;font-size:1rem;font-weight:600}.hy-pdp-sticky-v7 .hy-pdp-sticky-cta{width:100%;padding:0rem}.hy-pdp-sticky-opt{padding:.7rem .75rem;gap:.6rem}.hy-pdp-sticky-opt .hy-pdp-sticky-opt-name,.hy-pdp-sticky-opt .hy-pdp-sticky-opt-price{font-size:.95rem}}.hy-pdp-gallery-slide:not(.hy-pdp-gallery-slide--lifestyle){cursor:zoom-in}.hy-pdp-gallery-zoom-hint{position:absolute;top:1rem;right:1rem;width:2.25rem;height:2.25rem;border-radius:50%;background:#131313b8;backdrop-filter:blur(12px) saturate(1.4);-webkit-backdrop-filter:blur(12px) saturate(1.4);border:1px solid rgba(255,255,255,.14);color:var(--hy-white);display:none;align-items:center;justify-content:center;pointer-events:none;cursor:default;z-index:3;opacity:.85;transition:opacity .25s ease,transform .25s ease,background .25s ease}.hy-pdp-gallery-zoom-hint svg{width:1rem;height:1rem}.hy-pdp-gallery-slide:hover .hy-pdp-gallery-zoom-hint{opacity:1;background:color-mix(in srgb,var(--c) 18%,rgba(19,19,19,.82));border-color:var(--c)}@media(max-width:640px){.hy-pdp-gallery-zoom-hint{top:.75rem;right:.75rem;width:2rem;height:2rem}.hy-pdp-gallery-zoom-hint svg{width:.875rem;height:.875rem}}.hy-pdp-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;pointer-events:none;visibility:hidden}.hy-pdp-lightbox.is-visible{pointer-events:auto;visibility:visible}.hy-pdp-lightbox-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000d1;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);opacity:0;transition:opacity .45s cubic-bezier(.4,.2,.2,1)}.hy-pdp-lightbox.is-visible .hy-pdp-lightbox-backdrop{opacity:1}.hy-pdp-lightbox-card{--c: var(--hy-yellow);position:fixed;background:var(--hy-glass-bg);-webkit-backdrop-filter:var(--hy-glass-blur);backdrop-filter:var(--hy-glass-blur);border:0;border-radius:var(--hy-v3-radius);overflow:hidden;opacity:0;transform:scale(.94);transition:opacity .3s ease,transform .34s cubic-bezier(.2,.8,.2,1);box-shadow:var(--hy-glass-edge),0 30px 90px #0009}.hy-pdp-lightbox.is-visible:not(.is-opening):not(.is-closing) .hy-pdp-lightbox-card{opacity:1;transform:scale(1)}.hy-pdp-lightbox.is-closing .hy-pdp-lightbox-card{opacity:0;transform:scale(.96)}.hy-pdp-lightbox-card:before{content:none}.hy-pdp-lightbox-close{position:absolute;top:1rem;right:1rem;z-index:20;width:2.5rem;height:2.5rem;border-radius:50%;background:#ffffff0f;border:1px solid var(--hy-border);color:var(--hy-white);font-size:1.5rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .2s,border-color .2s}.hy-pdp-lightbox-close:hover{background:#ffffff24;border-color:var(--hy-border-hover);transform:rotate(90deg)}.hy-pdp-lightbox-stage{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:clamp(1.5rem,4vw,3rem);z-index:1;overflow:hidden}.hy-pdp-lightbox-stage:after{content:none}.hy-pdp-lightbox-img-wrap{position:relative;z-index:1;width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;touch-action:none;cursor:grab}.hy-pdp-lightbox-img-wrap.is-zoomed{cursor:grab}.hy-pdp-lightbox-img-wrap.is-panning{cursor:grabbing}.hy-pdp-lightbox-stage img{position:relative;z-index:1;max-width:92%;max-height:92%;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 24px 60px rgba(0,0,0,.55));transform-origin:center center;transition:transform .18s ease-out;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.hy-pdp-lightbox-img-wrap.is-panning img{transition:none}.hy-pdp-lightbox-zoom{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);z-index:20;display:flex;align-items:center;gap:.125rem;padding:.25rem;border-radius:6.25rem;background:#131313b8;backdrop-filter:blur(18px) saturate(1.4);-webkit-backdrop-filter:blur(18px) saturate(1.4);border:1px solid var(--hy-border);box-shadow:0 8px 28px #00000073}.hy-pdp-lightbox-zoom-btn{min-width:2.25rem;height:2.25rem;padding:0 .75rem;border-radius:6.25rem;background:transparent;border:none;color:var(--hy-white);font-family:var(--hy-font-body);font-size:1.125rem;font-weight:500;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .18s,color .18s}.hy-pdp-lightbox-zoom-btn:hover{background:#ffffff14;color:var(--c)}.hy-pdp-lightbox-zoom-btn:disabled{opacity:.35;cursor:not-allowed}.hy-pdp-lightbox-zoom-reset{font-family:var(--hy-font-body);font-size:.75rem;font-weight:600;letter-spacing:.4px;min-width:3.25rem;color:var(--hy-text-dim)}.hy-pdp-lightbox-zoom-reset:hover{color:var(--c)}.hy-pdp-lightbox-close,.hy-pdp-lightbox-stage,.hy-pdp-lightbox-zoom{opacity:0;transition:opacity .2s ease-out}.hy-pdp-lightbox.is-visible:not(.is-opening):not(.is-closing) .hy-pdp-lightbox-close,.hy-pdp-lightbox.is-visible:not(.is-opening):not(.is-closing) .hy-pdp-lightbox-stage,.hy-pdp-lightbox.is-visible:not(.is-opening):not(.is-closing) .hy-pdp-lightbox-zoom{opacity:1}@media(max-width:640px){.hy-pdp-lightbox-zoom{bottom:.625rem}.hy-pdp-lightbox-zoom-btn{min-width:2rem;height:2rem;font-size:1rem}.hy-pdp-lightbox-zoom-reset{font-size:.6875rem;min-width:2.75rem}}.hy-pdp-lightbox.is-closing .hy-pdp-lightbox-close{pointer-events:none}.hytz-footer-socials a{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);color:#ffffffa6;transition:background .2s ease,color .2s ease,border-color .2s ease;flex-shrink:0}.hytz-footer-socials a:hover{background:var(--hy-yellow);color:var(--hy-black);border-color:var(--hy-yellow)}.hytz-footer-socials a svg{width:.875rem;height:.875rem;display:block}@media(max-width:640px){.hytz-footer-socials{gap:.75rem}.hytz-footer-socials a{width:2.25rem;height:2.25rem}.hytz-footer-socials a svg{width:1rem;height:1rem}}.hytz-intro-image,.hytz-how-card-img,.hytz-about-image,.hytz-about-section-image,.hytz-science-card-img,.hytz-review-photo{position:relative;box-shadow:0 12px 36px #0000007a,0 2px 8px #0000004d,inset 0 1px #ffffff0f;border-radius:inherit}.hytz-intro-image img,.hytz-how-card-img img,.hytz-about-image img,.hytz-about-section-image img,.hytz-science-card-img img{border-radius:inherit}@media(hover:hover){.hytz-how-card:hover .hytz-how-card-img,.hytz-intro-card:hover .hytz-intro-image{box-shadow:0 16px 44px #0000008c,0 4px 12px #00000059,inset 0 1px #ffffff14}}.hy-b2b-page{background:var(--hy-black)}.hy-b2b-page .hy-card:before{content:none}.hy-b2b-pillars-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.hy-b2b-pillar{padding:1.75rem 1.5rem;display:flex;flex-direction:column;gap:.875rem}.hy-b2b-pillar.hy-card{background-image:var(--hy-hero-scrim),var(--hy-pdp-defense-gradient);background-size:cover;background-position:center;background-repeat:no-repeat;box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow)}@media(max-width:768px){.hy-b2b-pillar.hy-card{background-image:var(--hy-hero-scrim),var(--hy-section-gradient-mobile)}}.hy-b2b-support-card.hy-card{background:var(--hy-glass-bg);box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow)}@media(max-width:768px){.hy-b2b-support-card.hy-card{background:color-mix(in srgb,var(--hy-black) 55%,transparent)}}.hy-b2b-pillar-icon{width:2.75rem;height:2.75rem;border-radius:var(--hy-v3-radius);display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--c) 12%,transparent);border:1px solid color-mix(in srgb,var(--c) 28%,transparent);color:var(--c);margin-bottom:.25rem}.hy-b2b-pillar-icon svg{width:1.375rem;height:1.375rem}.hy-b2b-pillar-title{font-family:var(--hy-font-display);font-size:clamp(1.25rem,1.9vw,1.5rem);font-weight:600;letter-spacing:-.3px;color:var(--hy-white);margin:0}.hy-b2b-pillar-body{font:.9375rem Inter;line-height:1.6;color:var(--hy-text-dim);margin:0}@media(max-width:1024px){.hy-b2b-pillars-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.hy-b2b-pillars-grid{grid-template-columns:repeat(2,1fr)}}.hy-b2b-support-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.hy-b2b-support-card{padding:1.5rem 1.25rem;display:flex;flex-direction:column;gap:.75rem}.hy-b2b-support-icon{width:2.5rem;height:2.5rem;border-radius:var(--hy-v3-radius);display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--c) 12%,transparent);border:1px solid color-mix(in srgb,var(--c) 26%,transparent);color:var(--c)}.hy-b2b-support-icon svg{width:1.25rem;height:1.25rem}.hy-b2b-support-title{font-family:var(--hy-font-display);font-size:clamp(1.0625rem,1.5vw,1.25rem);font-weight:600;letter-spacing:-.2px;color:var(--hy-white);margin:0}.hy-b2b-support-body{font:.875rem Inter;line-height:1.55;color:var(--hy-text-dim);margin:0}@media(max-width:1024px){.hy-b2b-support-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.hy-b2b-support-grid{grid-template-columns:1fr}}.hy-b2b-trust .hy-section-header{text-align:center}.hy-b2b-trust .hy-section-header .hy-section-label{justify-content:center}.hy-b2b-cta{padding:calc(var(--hy-space-unit) * 2) 0;position:relative;overflow:hidden}.hy-b2b-cta .hy-container{position:relative;z-index:1}.hy-b2b-cta-inner{text-align:center;max-width:44rem;margin:0 auto}.hy-b2b-cta-title{margin:1rem 0 calc(var(--hy-space-unit) / 2)}.hy-b2b-cta-sub{font:clamp(.9375rem,1.2vw,1.0625rem) "Inter";line-height:1.55;color:var(--hy-text-dim);margin:0 auto calc(var(--hy-space-unit) * 1);max-width:32rem}.hy-b2b-cta-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem;margin-bottom:calc(var(--hy-space-unit) / 2)}.hy-b2b-cta-direct{display:flex;justify-content:center;flex-wrap:wrap;gap:.5rem .75rem;font:.875rem var(--hy-font-body);font-weight:600;letter-spacing:.4px;color:var(--hy-text-muted)}.hy-b2b-cta-direct a{color:var(--hy-yellow);text-decoration:none}.hy-b2b-cta-direct a:hover{text-decoration:underline;text-underline-offset:3px}.hy-b2b-apply{position:relative;overflow:hidden;padding:var(--hy-space-unit) 0 calc(var(--hy-space-unit) * 2)}.hy-b2b-apply .hy-container{position:relative;z-index:1}.hy-b2b-apply-header{max-width:44rem;margin:calc(var(--hy-space-unit) / 2) 0 calc(var(--hy-space-unit) * 1)}.hy-b2b-apply-title{font-family:var(--hy-font-display);font-size:clamp(2.25rem,4.6vw,3.5rem);font-weight:600;line-height:1;letter-spacing:-.6px;color:var(--hy-white);margin:.875rem 0 1rem;text-wrap:balance}.hy-b2b-apply-sub{font:clamp(.9375rem,1.2vw,1.0625rem) "Inter";line-height:1.55;color:var(--hy-text-dim);margin:0;max-width:38rem}.hy-b2b-apply-grid{display:grid;grid-template-columns:22rem 1fr;gap:1.5rem;align-items:start}@media(max-width:1024px){.hy-b2b-apply-grid{grid-template-columns:1fr}}.hy-b2b-apply-info{padding:1.75rem 1.5rem;position:sticky;top:6rem}.hy-b2b-apply-info-title{font-family:var(--hy-font-display);font-size:1.25rem;font-weight:600;letter-spacing:-.3px;color:var(--hy-white);margin:0 0 1.25rem}.hy-b2b-apply-steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.125rem}.hy-b2b-apply-steps li{display:flex;gap:.875rem}.hy-b2b-apply-step-num{flex-shrink:0;font-family:var(--hy-font-display);font-size:1rem;font-weight:600;color:var(--hy-yellow);letter-spacing:-.2px;width:1.875rem;height:1.875rem;border-radius:50%;background:color-mix(in srgb,var(--hy-yellow) 10%,transparent);border:1px solid color-mix(in srgb,var(--hy-yellow) 32%,transparent);display:flex;align-items:center;justify-content:center}.hy-b2b-apply-step-title{font:.9375rem var(--hy-font-body);font-weight:700;letter-spacing:.4px;text-transform:uppercase;color:var(--hy-white);margin-bottom:.25rem}.hy-b2b-apply-step-body{font:.8125rem Inter;line-height:1.5;color:var(--hy-text-dim);margin:0}.hy-b2b-apply-direct{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--hy-border);display:flex;flex-direction:column;gap:.375rem}.hy-b2b-apply-direct-label{font:.6875rem var(--hy-font-body);font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--hy-text-muted);margin-bottom:.375rem}.hy-b2b-apply-direct-link{color:var(--hy-yellow);font:.875rem var(--hy-font-body);font-weight:600;letter-spacing:.2px;text-decoration:none}.hy-b2b-apply-direct-link:hover{text-decoration:underline;text-underline-offset:3px}.hy-b2b-apply-form-card{padding:clamp(1.5rem,2.5vw,2.25rem)}.hy-b2b-apply-info.hy-card,.hy-b2b-apply-form-card.hy-card{background:var(--hy-glass-bg);box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow);border:none;border-radius:var(--hy-v3-radius)}.hy-b2b-apply-fieldset{border:none;margin:0 0 1.75rem;padding:0;display:flex;flex-direction:column;gap:.875rem}.hy-b2b-apply-fieldset:last-of-type{margin-bottom:1.25rem}.hy-b2b-apply-legend{font-family:var(--hy-font-body);font-size:.6875rem;font-weight:700;letter-spacing:2.6px;text-transform:uppercase;color:var(--hy-yellow);padding:0;margin-bottom:.5rem;display:block;width:100%;border-bottom:1px solid color-mix(in srgb,var(--hy-yellow) 22%,transparent);padding-bottom:.625rem}.hy-b2b-apply-checkbox-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;padding:.5rem 0}.hy-b2b-apply-check{display:flex;align-items:center;gap:.5rem;padding:.625rem .75rem;border:1px solid var(--hy-border);border-radius:.625rem;background:#ffffff05;font:.875rem Inter;color:var(--hy-white);cursor:pointer;transition:border-color .2s,background .2s}.hy-b2b-apply-check:hover{border-color:var(--hy-border-hover);background:#ffffff0a}.hy-b2b-apply-check input[type=checkbox]{width:1rem;height:1rem;accent-color:var(--hy-yellow);cursor:pointer}.hy-b2b-apply-check span{color:var(--hy-text-muted);font-size:.8125rem;margin-left:.125rem}.hy-b2b-apply-submit{margin-top:.75rem;width:100%;justify-content:center}.hy-b2b-apply-fineprint{font:.75rem Inter;line-height:1.5;color:var(--hy-text-muted);margin:1rem 0 0;text-align:center}.hy-b2b-apply-errors{padding:.875rem 1rem;border:1px solid #ff4d4d44;background:#ff4d4d10;border-radius:.625rem;color:#ff7878;margin-bottom:1rem;font:.875rem Inter}.hy-b2b-apply-errors ul{margin:0;padding-left:1.125rem}.hy-b2b-apply-success{text-align:center;padding:1.5rem 1rem}.hy-b2b-apply-success-icon{width:3.5rem;height:3.5rem;border-radius:50%;background:color-mix(in srgb,var(--hy-yellow) 16%,transparent);border:2px solid var(--hy-yellow);color:var(--hy-yellow);display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.hy-b2b-apply-success-icon svg{width:1.625rem;height:1.625rem}.hy-b2b-apply-success-title{font-family:var(--hy-font-display);font-size:clamp(1.625rem,2.8vw,2.25rem);font-weight:600;letter-spacing:-.4px;color:var(--hy-white);margin:0 0 .875rem}.hy-b2b-apply-success-body{font:1rem Inter;line-height:1.55;color:var(--hy-text-dim);max-width:28rem;margin:0 auto}@media(max-width:640px){.hy-b2b-apply-info{position:static}.hy-b2b-apply-checkbox-grid{grid-template-columns:1fr}}.hy-b2b-section-header{max-width:42rem}.hy-b2b-section-header .hy-section-title{text-wrap:balance;margin-bottom:calc(var(--hy-space-unit) / 2)}.hy-b2b-section-header .hy-section-intro{max-width:38rem;margin-bottom:0}@media(min-width:769px){.hytz-nav--b2b .hytz-nav-logo{grid-column:1;grid-row:1;justify-self:start}.hytz-nav--b2b .hytz-nav-links{grid-column:2;grid-row:1;justify-self:center}.hytz-nav--b2b .hytz-nav-right{grid-column:3;grid-row:1}}.hytz-nav-b2b-cta{padding-top:.4375rem;padding-bottom:.4375rem}.hy-b2b-support-grid--row4{margin:0 auto var(--hy-space-unit);max-width:64rem}.hy-b2b-support-image{margin:0 auto;max-width:64rem;border-radius:var(--hy-v3-radius);overflow:hidden;border:1px solid var(--hy-border);aspect-ratio:16 / 9;background:var(--hy-card)}.hy-b2b-support-image img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:768px){.hy-b2b-support-image{aspect-ratio:16 / 10}}.hy-b2b-section-header--center{max-width:38rem;margin-left:auto;margin-right:auto;text-align:center}.hy-b2b-section-header--center .hy-section-label{justify-content:center}.hy-b2b-section-header--center .hy-section-intro{margin-left:auto;margin-right:auto}.hy-b2b-format-chips{display:flex;flex-wrap:wrap;gap:.625rem;justify-content:flex-start;margin:0 0 calc(var(--hy-space-unit) / 2);padding-bottom:calc(var(--hy-space-unit) / 2)}.hy-b2b-format-chip{display:inline-flex;align-items:baseline;gap:.5rem;padding:.625rem 1rem;border:1px solid var(--hy-border);border-radius:var(--hy-r-pill);background:#ffffff05;transition:border-color .2s,background .2s}.hy-b2b-format-chip:hover{border-color:color-mix(in srgb,var(--hy-yellow) 40%,var(--hy-border));background:#ffffff0d}.hy-b2b-format-chip-name{font-family:var(--hy-font-body);font-size:.75rem;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:var(--hy-white)}.hy-b2b-format-chip-sub{font-family:Inter,sans-serif;font-size:.75rem;color:var(--hy-yellow);font-weight:500}.hy-b2b-lineup-card{position:relative;display:flex;flex-direction:column;gap:0;padding:var(--hy-card-pad);aspect-ratio:4 / 5;overflow:hidden;background-image:var(--hy-gradient-scrim),var(--card-gradient, none);background-size:cover;background-position:center;background-repeat:no-repeat;box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow);border-radius:var(--hy-v3-radius);cursor:default;transition:transform .4s cubic-bezier(.2,.8,.2,1),box-shadow .3s}.hy-b2b-lineup-card:after{content:none}.hy-b2b-lineup-card:hover{border-color:transparent}.hy-b2b-lineup-card .hy-lineup-cat{position:absolute;top:1.25rem;left:1.25rem;z-index:3;font-family:var(--hy-font-body);font-size:.82rem;font-weight:600;letter-spacing:.01em;color:var(--hy-white);background:var(--hy-glass-bg);-webkit-backdrop-filter:var(--hy-glass-blur);backdrop-filter:var(--hy-glass-blur);box-shadow:var(--hy-glass-edge);padding:.32rem .9rem;border-radius:var(--hy-r-pill);white-space:nowrap;text-shadow:0 1px 2px rgba(0,0,0,.28)}.hy-b2b-lineup-card .hy-lineup-bag{height:auto;flex:0 0 auto;min-height:9rem;margin:2.5rem 0 1.25rem}.hy-b2b-lineup-card .hy-lineup-bag img{height:auto;width:auto;max-height:11rem;max-width:78%;filter:drop-shadow(0 12px 26px rgba(0,0,0,.42))}.hy-b2b-lineup-card .hy-lineup-info{position:relative;z-index:2;display:flex;flex-direction:column;gap:.55rem;margin-top:auto}.hy-b2b-lineup-card .hy-lineup-info .hy-lineup-name{font-family:var(--hy-font-display);font-size:1.8rem;font-weight:500;text-transform:none;letter-spacing:normal;line-height:1;color:var(--hy-white);margin:0;text-shadow:0 1px 6px rgba(0,0,0,.5)}.hy-b2b-lineup-card .hy-lineup-info .hy-lineup-desc{font-family:Inter,sans-serif;font-size:.875rem;line-height:1.5;color:#ffffffd6;margin:0;flex:0 1 auto;text-shadow:0 1px 5px rgba(0,0,0,.55)}.hy-b2b-lineup-card .hy-lineup-info .hy-lineup-meta{font-family:var(--hy-font-body);font-size:.6875rem;font-weight:700;letter-spacing:.8px;text-transform:uppercase;color:var(--c);text-shadow:0 1px 5px rgba(0,0,0,.55)}.hy-b2b-lineup .hy-lineup-v3 .hy-b2b-flip{aspect-ratio:4 / 5;scroll-snap-align:start}.hy-b2b-lineup .hy-lineup-v3 .hy-b2b-flip:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--hy-v3-radius);box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow);z-index:5;pointer-events:none}@media(max-width:640px){.hy-b2b-lineup .hy-lineup-v3 .hy-b2b-flip{flex:0 0 86%}}@media(min-width:641px)and (max-width:1024px){.hy-b2b-lineup .hy-lineup-v3 .hy-b2b-flip{flex:0 0 44%}}@media(min-width:1025px){.hy-b2b-lineup .hy-lineup-v3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;overflow:visible;scroll-snap-type:none;cursor:default}.hy-b2b-lineup .hy-lineup-scroller .hy-lineup-arrow{display:none}.hy-b2b-lineup .hy-lineup-v3 .hy-b2b-flip{flex:none}}@media(min-width:641px){.hy-b2b-lineup .hy-lineup-v3 .hy-lineup-card:hover .hy-lineup-info,.hy-b2b-lineup .hy-lineup-v3 .hy-lineup-card:focus-within .hy-lineup-info{opacity:0}}.hy-b2b-lineup .hy-lineup-price .hy-b2b-msrp-tag{font-family:var(--hy-font-body);font-size:.6875rem;font-weight:700;letter-spacing:.6px;text-transform:uppercase;color:var(--hy-text-dim);margin-right:.15rem}.hy-b2b-back-cat{font-family:var(--hy-font-body);font-size:.75rem;font-weight:600;color:var(--hy-text-dim)}.hy-b2b-msrp{display:flex;flex-direction:column;gap:0;margin-top:.25rem}.hy-b2b-msrp-row{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;padding:.6rem 0;border-bottom:1px solid var(--hy-border)}.hy-b2b-msrp-row:first-child{border-top:1px solid var(--hy-border)}.hy-b2b-msrp-fmt{font-family:var(--hy-font-body);font-size:.8125rem;font-weight:600;color:var(--hy-white)}.hy-b2b-msrp-val{font-family:var(--hy-font-body);font-size:.8125rem;font-weight:700;letter-spacing:.2px;color:var(--hy-yellow);flex-shrink:0}.hy-b2b-msrp-note{font-family:var(--hy-font-body);font-size:.6875rem;letter-spacing:.2px;line-height:1.4;color:var(--hy-text-muted);margin:.75rem 0 0}.hy-b2b-flip .hy-lineup-pack{cursor:default}.hy-b2b-flip .hy-lineup-pack:hover{border-color:var(--hy-border)}@media(min-width:1025px){.hy-b2b-lineup{padding-top:calc(var(--hy-space-unit) * 2)}}.hy-b2b-support.hy-section--gradient{background-image:var(--hy-gradient-scrim),var(--hy-pdp-defense-gradient);padding-block:calc(var(--hy-space-unit) * 2);margin-block:calc(var(--hy-space-unit) * 1.5)}@media(max-width:768px){.hy-b2b-support.hy-section--gradient{background-image:var(--hy-gradient-scrim),var(--hy-section-gradient-mobile)}}.hy-b2b-shelf-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);gap:var(--hy-gutter);align-items:stretch}.hy-b2b-shelf-image{position:relative;border-radius:var(--hy-v3-radius);overflow:hidden;border:1px solid var(--hy-border);background:var(--hy-card);min-height:24rem}.hy-b2b-shelf-image img{width:100%;height:100%;object-fit:cover;display:block}.hy-b2b-shelf-content{display:flex;flex-direction:column;justify-content:center;gap:var(--hy-space-unit)}.hy-b2b-shelf-content .hy-section-header{margin-bottom:0}.hy-b2b-shelf-specs{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:0}.hy-b2b-shelf-spec{display:grid;grid-template-columns:minmax(8rem,.4fr) minmax(0,1fr);gap:1.25rem;padding:1rem 0;border-bottom:1px solid var(--hy-border);align-items:baseline}.hy-b2b-shelf-spec:first-child{border-top:1px solid var(--hy-border)}.hy-b2b-shelf-spec-value{font-family:var(--hy-font-display);font-size:clamp(1.25rem,1.9vw,1.5rem);font-weight:600;letter-spacing:-.4px;color:var(--hy-yellow);line-height:1}.hy-b2b-shelf-spec-label{font-family:Inter,sans-serif;font-size:.875rem;line-height:1.5;color:var(--hy-text-dim)}@media(max-width:1024px){.hy-b2b-shelf-row{grid-template-columns:1fr;gap:var(--hy-gutter)}.hy-b2b-shelf-image{min-height:18rem;max-height:24rem}}@media(max-width:640px){.hy-b2b-shelf-spec{grid-template-columns:minmax(6rem,.45fr) 1fr;gap:.875rem;padding:.875rem 0}}.hy-b2b-trust-tags{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin:0 auto var(--hy-space-unit);max-width:64rem}.hy-b2b-trust-tag{display:flex;flex-direction:column;align-items:center;gap:.625rem;padding:1.5rem 1rem 1.25rem;border:none;border-radius:var(--hy-v3-radius);background:var(--hy-glass-bg);box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow);text-align:center;transition:transform .2s}.hy-b2b-trust-tag-icon{width:2.25rem;height:2.25rem;color:var(--c);display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--c) 14%,transparent);border-radius:var(--hy-v3-radius);margin-bottom:.25rem}.hy-b2b-trust-tag-icon svg{width:1.125rem;height:1.125rem}.hy-b2b-trust-tag-title{font-family:var(--hy-font-body);font-size:.8125rem;font-weight:700;letter-spacing:.4px;color:var(--hy-white);line-height:1.25}.hy-b2b-trust-tag-sub{font-family:Inter,sans-serif;font-size:.75rem;line-height:1.45;color:var(--hy-text-dim)}@media(max-width:1024px){.hy-b2b-trust-tags{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.hy-b2b-trust-tags{grid-template-columns:1fr;gap:.625rem}}.hy-b2b-trust-image{margin:0 auto;max-width:64rem;border-radius:var(--hy-v3-radius);overflow:hidden;border:1px solid var(--hy-border);aspect-ratio:16 / 6;background:var(--hy-card)}.hy-b2b-trust-image img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:768px){.hy-b2b-trust-image{aspect-ratio:16 / 9}}.hy-ms-funnel-page .promo-sku{gap:.75rem!important}.hy-hero--v3{border-radius:var(--hy-v3-radius);border:none;box-shadow:none;background:transparent;overflow:hidden;width:calc(100% - 2 * var(--hy-gutter));margin-inline:auto;margin-top:6rem;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;aspect-ratio:21 / 9}.hy-hero--v3 .hy-hero-copy{width:100%;padding:var(--hy-card-pad);background:transparent;border:none;box-shadow:none;border-radius:0;-webkit-backdrop-filter:none;backdrop-filter:none;z-index:5}.hy-hero--v3 .hy-ctas{width:auto;max-width:none;margin-top:.3rem}.hy-hero--v3:before{display:block;content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:none;mix-blend-mode:normal;border-radius:inherit;box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow);pointer-events:none;z-index:4}.hy-hero--v3 .hy-ctas .hy-btn{width:auto}@media(max-width:1024px){.hy-hero--v3{margin-top:5.25rem}}@media(min-width:641px){.hy-hero--v3 .hy-hero-copy{width:45%}}@media(max-width:640px){.hy-hero--v3{aspect-ratio:2 / 3;margin-top:4.5rem}.hy-hero--v3 .hy-hero-copy{width:100%;gap:.6rem;padding:calc(var(--hy-card-pad) * 2)}.hy-hero--v3 .hy-ctas{margin-top:0}.hy-hero--v3:after{background-image:var(--atmosphere-mobile, var(--atmosphere))}}.hy-page-hero-wrap{margin-top:6rem}.hy-breadcrumb{width:calc(100% - 2 * var(--hy-gutter));margin-inline:auto;margin-bottom:.9rem;display:flex;align-items:center;gap:.55rem;font-family:var(--hy-font-body);font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:1px}.hy-breadcrumb a{color:var(--hy-text-dim);text-decoration:none;transition:color .2s}.hy-breadcrumb a:hover{color:var(--hy-yellow)}.hy-breadcrumb-sep{color:var(--hy-text-muted)}.hy-breadcrumb-current{color:var(--hy-white)}.hy-container>.hy-breadcrumb{width:auto;margin-inline:0}.hy-breadcrumb--in-hero{position:absolute;top:0;left:0;z-index:3;width:auto;margin:0;padding:var(--hy-card-pad)}.hy-page-hero{position:relative;border-radius:var(--hy-v3-radius);overflow:hidden;width:calc(100% - 2 * var(--hy-gutter));margin-inline:auto;aspect-ratio:21 / 9;min-height:12rem;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;background-image:var(--hy-hero-scrim),var(--page-hero-bg);background-size:cover;background-position:center;background-repeat:no-repeat}@media(min-width:769px){.hy-page-hero{aspect-ratio:32 / 9}}.hy-page-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow);pointer-events:none;z-index:2}.hy-page-hero-copy{position:relative;z-index:3;width:100%;max-width:60rem;padding:var(--hy-card-pad);display:flex;flex-direction:column;align-items:flex-start}.hy-page-hero-title{font-family:var(--hy-font-display);font-size:3rem;font-weight:500;line-height:1.02;letter-spacing:-.5px;color:var(--hy-white);margin:0}@media(max-width:768px){.hy-page-hero-title,.hy-section-title,.hy-about-quote{font-size:2.1rem}}.hy-page-hero-title--plain{width:calc(100% - 2 * var(--hy-gutter));margin:.5rem auto 0}.hy-page-hero-below{width:calc(100% - 2 * var(--hy-gutter));margin:1.1rem auto 0;display:flex;flex-direction:column;align-items:flex-start;gap:1.1rem}.hy-page-hero-sub{font-family:var(--hy-font-body);font-size:clamp(1rem,1.4vw,1.25rem);line-height:1.5;color:var(--hy-text-dim);margin:0;max-width:52rem}.hy-page-hero-sub--in-card{font-size:.9375rem;line-height:1.5;margin:.875rem 0 0;max-width:42rem;color:var(--hy-text-dim)}.hy-page-hero-cta{margin:0}.hy-page-hero-cta--in-card{margin-top:var(--hy-space-unit);align-self:flex-start}.hy-page-hero-divider{display:none}@media(max-width:1024px){.hy-page-hero-wrap{margin-top:5.25rem}}.shopify-section:has(.hy-page-hero-wrap){padding-top:0!important}@media(max-width:640px){.hy-page-hero-wrap{margin-top:4.5rem}.hy-page-hero{aspect-ratio:3 / 2;min-height:10.5rem;background-image:var(--hy-hero-scrim),var(--page-hero-bg-mobile)}}.hy-lineup-v3{display:flex;gap:1.5rem;align-items:flex-start;overflow-x:auto;scroll-snap-type:x mandatory;cursor:grab;margin-inline:0;padding-inline:0;padding-block:.75rem 1rem;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.hy-lineup-v3::-webkit-scrollbar{display:none}.hy-lineup-v3 .hy-lineup-flip{flex:0 0 calc((100% - 3rem) / 3);scroll-snap-align:start;aspect-ratio:4 / 5}@media(max-width:640px){.hy-lineup-v3{gap:.9rem}.hy-lineup-v3 .hy-lineup-flip{flex-basis:86%}}@media(min-width:641px)and (max-width:1024px){.hy-lineup-v3 .hy-lineup-flip{flex:0 0 44%}}.hy-lineup-v3 .hy-lineup-card{border-radius:var(--hy-v3-radius)}.hy-lineup-v3 .hy-lineup-card:after{background-image:radial-gradient(40% 30% at 22% 12%,color-mix(in srgb,var(--c) 92%,transparent) 0%,color-mix(in srgb,var(--c) 30%,transparent) 42%,transparent 70%),radial-gradient(36% 28% at 82% 16%,color-mix(in srgb,var(--c) 78%,transparent) 0%,color-mix(in srgb,var(--c) 24%,transparent) 44%,transparent 72%),radial-gradient(85% 60% at 50% -10%,color-mix(in srgb,var(--c) 52%,transparent) 0%,transparent 74%),radial-gradient(70% 55% at 88% 96%,color-mix(in srgb,var(--c) 30%,transparent) 0%,transparent 70%);background-size:auto;background-position:center top;background-repeat:no-repeat;opacity:.78;filter:saturate(1.15)}.hy-lineup-v3 .hy-lineup-card:hover:after{opacity:.92;transform:none}.hy-lineup-v3 .hy-flip-front.hy-lineup-card{background-image:var(--hy-gradient-scrim),var(--card-gradient, none);background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden}.hy-lineup-v3 .hy-flip-front.hy-lineup-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;background-image:none;-webkit-mask:none;mask:none;mix-blend-mode:normal;opacity:0;z-index:1;pointer-events:none;transition:opacity .4s ease}@media(hover:hover){.hy-lineup-v3 .hy-lineup-flip:hover .hy-flip-front.hy-lineup-card:after{opacity:0}.hy-lineup-v3 .hy-lineup-flip:hover .hy-flip-front.hy-lineup-card{background-image:none}}.hy-lineup-v3 .hy-lineup-bag{height:auto;flex:1 1 auto;min-height:0;transform:translateY(.85rem)}.hy-lineup-v3 .hy-lineup-bag img{width:100%;height:100%;max-width:92%;max-height:100%;object-fit:contain}.hy-lineup-v3 .hy-lineup-card,.hy-lineup-v3 .hy-lineup-back{--c: inherit}.hy-lineup-v3 .hy-lineup-cat{position:absolute;top:1.25rem;left:1.25rem;z-index:3;font-family:var(--hy-font-body);font-size:.82rem;font-weight:600;letter-spacing:.01em;color:var(--hy-white);background:var(--hy-glass-bg);-webkit-backdrop-filter:var(--hy-glass-blur);backdrop-filter:var(--hy-glass-blur);box-shadow:var(--hy-glass-edge);padding:.32rem .9rem;border-radius:var(--hy-r-pill);white-space:nowrap;text-shadow:0 1px 2px rgba(0,0,0,.28)}.hy-lineup-v3 .hy-lineup-stars{position:relative;z-index:2;margin-bottom:.15rem;min-height:.8rem;transform:scale(.85);transform-origin:left center}.hy-lineup-v3 .hy-lineup-stars .jdgm-prev-badge__text{color:var(--hy-white);font-family:var(--hy-font-body);font-size:.68rem;text-shadow:0 1px 4px rgba(0,0,0,.5)}.hy-lineup-v3 .hy-lineup-info .hy-lineup-name{font-family:var(--hy-font-display);font-size:1.5rem;font-weight:500;text-transform:none;letter-spacing:normal;line-height:1;color:var(--hy-white);margin:0;text-shadow:0 1px 6px rgba(0,0,0,.45)}.hy-lineup-v3 .hy-lineup-info .hy-lineup-price{font-family:var(--hy-font-display);font-size:1.5rem;font-weight:500;color:var(--hy-white);flex-shrink:0;text-shadow:0 1px 6px rgba(0,0,0,.45)}.hy-lineup-v3 .hy-lineup-benefit{font-family:var(--hy-font-body);font-size:.8125rem;font-weight:500;text-transform:none;letter-spacing:normal;color:var(--hy-text-dim)}.hy-lineup-v3 .hy-lineup-card:hover{transform:none;border-color:var(--hy-border);z-index:1}.hy-lineup-v3 .hy-lineup-bag{transition:opacity .4s ease}.hy-lineup-flip.is-flipped .hy-lineup-bag{opacity:1}.hy-lineup-flip.is-flipped .hy-lineup-lifestyle{opacity:0}.hy-lineup-flip.is-flipped .hy-lineup-info{opacity:1}.hy-lineup-flip.is-flipped .hy-flip-front{pointer-events:none;z-index:1}.hy-lineup-flip:not(.is-flipped) .hy-flip-back{pointer-events:none}.hy-lineup-lifestyle{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:var(--ls) center / cover no-repeat;opacity:0;transition:opacity .45s ease;z-index:0;pointer-events:none}.hy-lineup-v3 .hy-lineup-buy{z-index:4}.hy-lineup-v3 .hy-lineup-flip{position:relative}.hy-lineup-v3 .hy-lineup-flip:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--hy-v3-radius);box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow);z-index:5;pointer-events:none}.hy-lineup-v3.is-dragging{cursor:grabbing;-webkit-user-select:none;user-select:none;scroll-snap-type:none}.hy-lineup-v3.is-dragging .hy-lineup-flip{pointer-events:none}.hy-lineup-scroller{position:relative}.hy-scroll-progress{width:clamp(7rem,26%,14rem);height:3px;margin:.1rem auto 1.5rem;border-radius:100px;background:#ffffff1f;overflow:hidden}.hy-scroll-progress-bar{height:100%;width:30%;border-radius:inherit;background:var(--hy-yellow);transform:translate(0);transition:transform .08s linear;will-change:transform}.hy-scroll-dots{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:0;margin:.35rem auto 1.5rem}.hy-scroll-dot{position:relative;width:.5rem;height:.5rem;padding:0;border:none;border-radius:100px;background:color-mix(in srgb,var(--hy-white) 26%,transparent);cursor:pointer;transition:background-color .2s ease,width .2s ease}.hy-scroll-dot:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:24px;height:24px}.hy-scroll-dot:hover{background-color:color-mix(in srgb,var(--hy-white) 44%,transparent)}.hy-scroll-dot.is-active{width:1.25rem;background-color:var(--c, var(--hy-white))}.hy-faq-item,.hy-about-beat.hy-card,.hy-contact-info.hy-card,.hy-contact-form-card.hy-card{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.hy-lineup-feature{margin-top:clamp(2rem,4vw,3.5rem);padding:clamp(2.5rem,6vw,4.5rem) clamp(1.5rem,4vw,3rem);border-radius:var(--hy-v3-radius-lg);background:var(--hy-card);box-shadow:none;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.25rem}.hy-lineup-feature-title{font-family:var(--hy-font-display);font-size:clamp(2.25rem,5vw,3.5rem);font-weight:500;line-height:.98;text-transform:uppercase;letter-spacing:normal;color:var(--hy-white);margin:0}.hy-lineup-feature-sub{font-family:var(--hy-font-body);font-size:clamp(.95rem,1.3vw,1.1rem);line-height:1.6;color:var(--hy-text-dim);max-width:42rem;margin:0}.hy-lineup-feature-dots{display:flex;gap:.6rem;margin-top:.25rem}.hy-lineup-feature-dots span{width:.75rem;height:.75rem;border-radius:50%;display:block}.hy-feature-standalone{width:calc(100% - 2 * var(--hy-gutter));margin:clamp(1rem,2vh,1.75rem) auto 0}@media(max-width:768px){.hy-intro-copy,#about .hy-about-text{padding-inline:var(--hy-gutter)}}.hy-sixhabits{width:100%;margin:var(--hy-gutter) 0 0;padding:clamp(3rem,6vw,5rem) 0;border-radius:0;background-image:var(--hy-gradient-scrim),var(--sixhabits-bg);background-size:cover;background-position:center;background-repeat:no-repeat}@media(max-width:768px){.hy-sixhabits{background-image:var(--hy-gradient-scrim),var(--hy-sixhabits-mobile)}}.hy-sixhabits-head{text-align:left;margin-bottom:clamp(1.75rem,3.5vw,2.75rem)}.hy-sixhabits-sub{font-family:var(--hy-font-body);font-size:clamp(.95rem,1.2vw,1.0625rem);line-height:1.6;color:var(--hy-text-dim);max-width:38rem;margin:.75rem 0 0}.hy-sixhabits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(.75rem,1.5vw,1.25rem)}@media(max-width:900px){.hy-sixhabits-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.hy-sixhabits-grid{grid-template-columns:1fr}}.hy-sixhabits-card{padding:1.5rem;display:flex;flex-direction:column;gap:.55rem;background:#00000080;border-radius:var(--hy-v3-radius);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:var(--hy-glass-edge)}.hy-sixhabits-card-top{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem}.hy-sixhabits-card-name{font-family:var(--hy-font-body);font-size:1.0625rem;font-weight:600;color:var(--hy-white);margin:0}.hy-sixhabits-card-for{font-family:var(--hy-font-body);font-size:.66rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--c);white-space:nowrap}.hy-sixhabits-card-ing{font-family:var(--hy-font-body);font-size:.85rem;font-weight:600;color:var(--hy-white)}.hy-sixhabits-card-desc{font-family:var(--hy-font-body);font-size:.82rem;line-height:1.55;color:var(--hy-text-dim);margin:0}.hy-habits-split{display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1.55fr);gap:clamp(1.5rem,3vw,3rem);align-items:start;margin-top:clamp(1.5rem,3vw,2.5rem);border-radius:var(--hy-v3-radius);padding:var(--hy-card-pad)}.hy-habits-side{min-width:0}.hy-habits-col-title{font-family:var(--hy-font-body);font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--hy-white);margin:0 0 1rem;padding-bottom:.85rem;border-bottom:1px solid rgba(255,255,255,.12)}.hy-habits-tabs{display:flex;flex-direction:column}.hy-habits-tab{-webkit-appearance:none;appearance:none;background:none;border:0;border-top:1px solid rgba(255,255,255,.14);padding:clamp(.7rem,1.4vw,1.1rem) 0;text-align:left;font-family:var(--hy-font-display);font-size:clamp(1.1rem,1.7vw,1.5rem);font-weight:500;line-height:1.05;color:var(--hy-text-muted);cursor:pointer;display:flex;align-items:center;gap:.65rem;transition:color .25s ease,padding-left .3s cubic-bezier(.2,.8,.2,1)}.hy-habits-tabs .hy-habits-tab:first-child{border-top:0}.hy-habits-tab:hover,.hy-habits-tab.is-active{color:var(--hy-white)}.hy-habits-panels{display:grid;grid-template-columns:minmax(0,1fr);min-height:clamp(11rem,22vw,14rem)}.hy-habits-panel{grid-area:1 / 1;min-width:0;opacity:0;pointer-events:none;transform:translateZ(0)}.hy-habits-panel.is-active{opacity:1;pointer-events:auto}.hy-habits-panel-head{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:1rem;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.hy-habits-panel-titles{display:flex;flex-direction:column;gap:.25rem;min-width:0}.hy-habits-shop-btn{flex-shrink:0;margin-left:auto;font-family:var(--hy-font-body);font-size:.78rem;font-weight:600;color:var(--hy-white);background:var(--c);padding:.5rem 1.1rem;border:none;-webkit-appearance:none;appearance:none;border-radius:var(--hy-r-pill);text-decoration:none;white-space:nowrap;cursor:pointer;transition:opacity .2s ease}.hy-habits-shop-btn:hover{opacity:.88}.hy-habits-panel-bag{flex:0 0 auto;width:5rem;height:5rem;display:flex;align-items:center;justify-content:center}.hy-habits-panel-bag img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 6px 14px rgba(0,0,0,.4))}.hy-sixhabits-cta{display:flex;justify-content:center;margin-top:clamp(1.75rem,3.5vw,2.75rem)}@media(max-width:760px){.hy-habits-panel-head{flex-wrap:wrap}.hy-habits-shop-btn{flex-basis:100%;margin-left:0;margin-top:.7rem;width:100%;display:block;text-align:center;font-size:.78rem;padding:.55rem 1rem}.hy-habits-panel-bag{width:4rem;height:4rem}}.hy-habits-panel-cat{font-family:var(--hy-font-body);font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--c)}.hy-habits-panel-name{font-family:var(--hy-font-display);font-size:clamp(1.5rem,2.6vw,2rem);font-weight:500;color:var(--hy-white);margin:0}.hy-habits-ing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.hy-habits-ing-more{display:block;margin-top:.9rem;font-family:var(--hy-font-body);font-size:.8rem;line-height:1.45;color:var(--hy-text-dim);text-align:center}.hy-habits-ing-more strong{color:var(--hy-white);font-weight:400}.hy-habits-ing-more-link{color:var(--c);text-decoration:underline;text-underline-offset:2px;text-decoration-thickness:1px}.hy-habits-ing-more-link:hover{text-decoration-thickness:2px}#lab-report{scroll-margin-top:7.5rem}.hy-habits-ing-card{position:relative;display:flex;flex-direction:column;border-radius:var(--hy-v3-radius);background:#ffffff0a;overflow:hidden}.hy-habits-ing-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow);pointer-events:none}.hy-habits-ing-thumb{position:relative;width:100%;aspect-ratio:16 / 10;border-radius:0;overflow:hidden;background:#ffffff0d}.hy-habits-ing-thumb img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.hy-habits-ing-text{display:flex;flex-direction:column;gap:.3rem;min-width:0;flex:1 1 auto;padding:clamp(.7rem,1.1vw,.95rem)}.hy-habits-ing-top{display:flex;align-items:baseline;justify-content:space-between;gap:.4rem}.hy-habits-ing-name{font-family:var(--hy-font-body);font-weight:600;font-size:.95rem;color:var(--hy-white)}.hy-habits-ing-dose{font-family:var(--hy-font-body);font-weight:600;font-size:.8rem;color:var(--c);white-space:nowrap}.hy-habits-ing-benefit{display:flex;align-items:flex-start;gap:.5rem;margin-top:.45rem}.hy-habits-ing-icon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:1.6rem;height:1.6rem;border-radius:.4rem;background:color-mix(in srgb,var(--hy-yellow) 13%,transparent);color:var(--hy-yellow)}.hy-habits-ing-icon svg{width:1rem;height:1rem;display:block}.hy-habits-ing-benefit-text{font-family:var(--hy-font-body);font-weight:500;font-size:.92rem;line-height:1.4;color:var(--hy-white);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.58rem}.hy-habits-ing-mech{font-family:var(--hy-font-body);font-size:.78rem;line-height:1.45;color:var(--hy-text-dim);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:3.4rem;margin-top:.35rem}@media(max-width:760px){.hy-habits-split{grid-template-columns:1fr;gap:1.25rem}.hy-habits-col-title{margin-top:clamp(1.1rem,4vw,1.6rem)}.hy-habits-ing-grid{grid-template-columns:repeat(2,1fr)}.hy-habits-ing-icon{width:1.4rem;height:1.4rem;border-radius:.35rem}.hy-habits-ing-icon svg{width:.9rem;height:.9rem}.hy-habits-ing-benefit{gap:.4rem}.hy-habits-side--tabs{min-width:0}.hy-habits-tabs{flex-direction:row;flex-wrap:nowrap;overflow-x:auto;gap:.5rem;padding-bottom:.2rem;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none;-webkit-mask-image:linear-gradient(to right,#000 86%,transparent 100%);mask-image:linear-gradient(to right,#000 86%,transparent 100%)}.hy-habits-tabs::-webkit-scrollbar{display:none}.hy-habits-tabs.hy-tabs-end{-webkit-mask-image:none;mask-image:none}.hy-habits-tab{border-top:0;flex:0 0 auto;white-space:nowrap;scroll-snap-align:start;padding:.5rem .95rem;font-size:1.05rem;border-radius:var(--hy-r-pill);background:#ffffff0d;box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow);transition:color .25s ease,background .25s ease}.hy-habits-tab.is-active{background:var(--c);color:var(--hy-white)}}.hy-lineup-arrow{position:absolute;top:calc(50% - .125rem);transform:translateY(-50%);z-index:6;width:3rem;height:3rem;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:var(--hy-r-pill);background:var(--hy-glass-bg);-webkit-backdrop-filter:var(--hy-glass-blur);backdrop-filter:var(--hy-glass-blur);box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow);color:var(--hy-white);cursor:pointer;opacity:0;transition:opacity .25s ease}.hy-lineup-scroller.hy-arrows-live .hy-lineup-arrow:not(.is-hidden){opacity:1}.hy-lineup-arrow:focus-visible{opacity:1}.hy-lineup-arrow--prev{left:.75rem}.hy-lineup-arrow--next{right:.75rem}.hy-lineup-arrow.is-hidden{opacity:0;pointer-events:none}.hy-lineup-arrow svg{width:1.25rem;height:1.25rem}@media(max-width:768px){.hy-lineup-arrow{display:none}}.hy-lineup-scroller.hy-has-swipe-cursor,.hy-lineup-scroller.hy-has-swipe-cursor .hy-lineup-v3{cursor:none}.hy-lineup-scroller.hy-has-swipe-cursor button,.hy-lineup-scroller.hy-has-swipe-cursor a,.hy-lineup-scroller.hy-has-swipe-cursor .hy-lineup-arrow{cursor:pointer}.hy-swipe-cursor{position:absolute;top:0;left:0;z-index:7;display:inline-flex;align-items:center;justify-content:center;width:4.75rem;height:4.75rem;border-radius:50%;pointer-events:none;font-family:var(--hy-font-body);font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--hy-white);background:var(--hy-glass-bg);-webkit-backdrop-filter:var(--hy-glass-blur);backdrop-filter:var(--hy-glass-blur);box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow);opacity:0;transition:opacity .2s ease;will-change:transform}.hy-swipe-cursor.is-visible{opacity:1}.hy-swipe-cursor.is-on-control{opacity:0}.hy-swipe-hint{position:absolute;top:calc(50% - .125rem);right:.6rem;left:auto;z-index:7;display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:50%;pointer-events:none;font-family:var(--hy-font-body);font-size:.66rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--hy-white);background:var(--hy-glass-bg);-webkit-backdrop-filter:var(--hy-glass-blur);backdrop-filter:var(--hy-glass-blur);box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow);opacity:.95;transform:translateY(-50%);animation:hy-swipe-nudge 1.8s ease-in-out infinite;transition:opacity .4s ease}.hy-swipe-hint.is-gone{opacity:0}@keyframes hy-swipe-nudge{0%,to{transform:translateY(-50%) translate(0)}50%{transform:translateY(-50%) translate(-.5rem)}}@media(prefers-reduced-motion:reduce){.hy-swipe-hint{animation:none}}.hy-lineup-buy{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;margin-top:.25rem;padding:.75rem 1rem;border-radius:6.25rem;font-family:var(--hy-font-body);font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;line-height:1.1;color:var(--hy-white);cursor:pointer;border:0;transition:background .25s ease,color .25s ease,opacity .3s ease}.hy-lineup-buy svg{width:.9375rem;height:.9375rem;flex-shrink:0}.hy-lineup-buy:hover{background:#ffffff24}@media(min-width:641px){.hy-lineup-v3 .hy-lineup-buy{position:absolute;left:1.75rem;right:1.75rem;bottom:1.75rem;width:auto;margin-top:0;z-index:3;opacity:0;pointer-events:none}.hy-lineup-v3 .hy-lineup-card:hover .hy-lineup-buy,.hy-lineup-v3 .hy-lineup-card:focus-within .hy-lineup-buy{opacity:1;pointer-events:auto}}@media(prefers-reduced-motion:reduce){.hy-lineup-buy{transition:opacity .2s ease}}.hy-flip{position:relative;cursor:pointer;overflow:hidden;border-radius:var(--hy-v3-radius)}.hy-flip-inner{position:relative;height:100%}.hy-flip-front{position:relative;height:100%;min-width:0}.hy-flip-back{position:absolute;left:0;right:0;bottom:0;height:100%;min-width:0;transform:translateY(101%);visibility:hidden;transition:transform .5s cubic-bezier(.2,.85,.25,1),visibility 0s .5s;border-radius:var(--hy-v3-radius);z-index:4;will-change:transform}.hy-flip.is-flipped .hy-flip-back{transform:translateY(0);visibility:visible;transition:transform .5s cubic-bezier(.2,.85,.25,1),visibility 0s 0s}.hy-flip.is-flipped .hy-lineup-buy{visibility:hidden}.hy-lineup-info{display:flex;flex-direction:column;gap:.2rem;position:relative;z-index:2;margin-top:auto;transition:opacity .32s ease}.hy-lineup-titlerow{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem}.hy-lineup-titlerow .hy-lineup-name{margin:0;line-height:.95}.hy-lineup-titlerow .hy-lineup-price{flex-shrink:0}@media(min-width:641px){.hy-lineup-v3 .hy-lineup-flip:hover .hy-lineup-info,.hy-lineup-v3 .hy-lineup-flip:focus-within .hy-lineup-info{opacity:0}}.hy-lineup-v3 .hy-lineup-flip:hover .hy-lineup-bag{opacity:0}.hy-lineup-v3 .hy-lineup-flip:hover .hy-lineup-lifestyle{opacity:1}@media(hover:none){.hy-lineup-v3 .hy-lineup-flip .hy-lineup-lifestyle{opacity:0!important}.hy-lineup-v3 .hy-lineup-flip .hy-lineup-bag{opacity:1!important}}@media(min-width:641px){.hy-lineup-v3 .hy-lineup-flip:hover .hy-lineup-buy,.hy-lineup-v3 .hy-lineup-flip:focus-within .hy-lineup-buy{opacity:1;pointer-events:auto}}.hy-lineup-buy{justify-content:space-between}.hy-lineup-buy-name{font-weight:700}.hy-lineup-buy-price{font-weight:700;opacity:.92}.hy-lineup-back{display:flex;flex-direction:column;gap:.875rem;padding:1.5rem var(--hy-card-pad) var(--hy-card-pad);justify-content:flex-start;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;background:#0009;-webkit-backdrop-filter:var(--hy-glass-blur);backdrop-filter:var(--hy-glass-blur);box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow)}.hy-lineup-back::-webkit-scrollbar{display:none}.hy-flip-close{position:absolute;top:.85rem;right:.85rem;z-index:5;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:none;border-radius:50%;background:var(--hy-glass-bg);-webkit-backdrop-filter:var(--hy-glass-blur);backdrop-filter:var(--hy-glass-blur);box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow);color:var(--hy-white);cursor:pointer;transition:opacity .2s ease}.hy-flip-close:hover{opacity:.82}.hy-flip-close svg{width:.875rem;height:.875rem}.hy-lineup-back-head{display:flex;align-items:center;gap:.875rem}.hy-lineup-back-thumb{flex:0 0 4rem;height:4rem;border-radius:var(--hy-r-sm);background:#ffffff0a;display:flex;align-items:center;justify-content:center;overflow:hidden}.hy-lineup-back-thumb img{max-width:88%;max-height:88%;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 8px 16px rgba(0,0,0,.45))}.hy-lineup-back-titles{display:flex;flex-direction:column;gap:.1875rem;min-width:0}.hy-lineup-back .hy-lineup-name{font-size:1.375rem;margin:0}.hy-lineup-back-desc{font-family:var(--hy-font-body);font-size:.8125rem;line-height:1.55;color:var(--hy-text-dim);margin:.4rem 0 .1rem}.hy-lineup-back-packs{display:flex;flex-direction:column;gap:.5rem}.hy-lineup-pack{position:relative;padding:.8rem 1rem;border-radius:var(--hy-r-sm);background:#ffffff08;border:1.5px solid var(--hy-border);color:var(--hy-white);cursor:pointer;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.75rem;font-family:var(--hy-font-body);transition:border-color .2s ease,background .2s ease}.hy-lineup-pack:hover{border-color:color-mix(in srgb,var(--c) 60%,var(--hy-border))}.hy-lineup-pack.is-selected{border-color:var(--c);background:color-mix(in srgb,var(--c) 14%,transparent)}.hy-lineup-pack-price{font-size:1rem;font-weight:600;letter-spacing:-.2px}.hy-lineup-pack-left{display:inline-flex;align-items:center;gap:.5rem;min-width:0}.hy-lineup-pack-size{font-size:.875rem;font-weight:600;text-transform:none;letter-spacing:normal;color:var(--hy-white)}.hy-lineup-pack.is-selected .hy-lineup-pack-size{color:var(--hy-white)}.hy-lineup-pack-pop{flex:0 0 auto;background:var(--c);color:var(--hy-white);font-size:.5rem;font-weight:700;text-transform:uppercase;letter-spacing:.6px;padding:.125rem .4375rem;border-radius:var(--hy-r-pill);white-space:nowrap}.hy-lineup-back-atc{position:static;margin-top:0;width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.hy-lineup-back-pdp{margin-top:auto;text-align:center}.hy-lineup-back-atc-price{opacity:.85}.hy-lineup-back-atc:disabled{opacity:.55;cursor:not-allowed}.hy-lineup-back-msg{font-family:var(--hy-font-body);font-size:.75rem;font-weight:600;text-align:center;min-height:0;opacity:0;transition:opacity .25s ease}.hy-lineup-back-msg.is-visible{opacity:1}.hy-lineup-back-msg.is-success{color:var(--lung)}.hy-lineup-back-msg.is-error{color:#ff6b6b}.hy-lineup-back-pdp{align-self:center;font-family:var(--hy-font-body);font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:var(--hy-text-muted);text-decoration:none;transition:color .2s ease}.hy-lineup-back-pdp:hover{color:var(--c)}@media(max-width:640px){.hy-lineup-back{padding:1.1rem 1.15rem 1.25rem;gap:.55rem}.hy-lineup-back .hy-lineup-name{font-size:1.15rem}.hy-lineup-pack{padding:.6rem .85rem}.hy-lineup-pack-price{font-size:.9375rem}}@media(prefers-reduced-motion:reduce){.hy-flip-inner{transition:transform .2s ease}}.hy-collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-bottom:calc(var(--hy-space-unit) * .5);margin-bottom:calc(var(--hy-space-unit) * 1);border-bottom:1px solid var(--hy-border)}.hy-collection-sort{display:flex;align-items:center;gap:.5rem}.hy-collection-sort label{font-family:var(--hy-font-body);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;color:var(--hy-text-muted)}.hy-collection-sort-select{font-family:var(--hy-font-body);font-size:.875rem;font-weight:600;color:var(--hy-white);background:transparent url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>") no-repeat right .1rem center;border:none;border-bottom:1.5px solid var(--hy-border-hover);cursor:pointer;padding:.1rem 1.4rem .45rem 0;appearance:none;-webkit-appearance:none;transition:border-color .2s,color .2s}.hy-collection-sort-select:hover{border-bottom-color:var(--hy-white)}.hy-collection-sort-select:focus{outline:none;color:var(--hy-yellow);border-bottom-color:var(--hy-yellow)}.hy-collection-sort-select option{background:var(--hy-card);color:var(--hy-white)}.hy-collection-count{font-family:var(--hy-font-body);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;color:var(--hy-text-muted)}.hy-lineup-v3.hy-collection-grid--v3{display:grid;grid-template-columns:repeat(3,1fr);gap:calc(var(--hy-space-unit) * 1);overflow:visible;cursor:default;margin:0;padding:0}.hy-lineup-v3.hy-collection-grid--v3 .hy-lineup-flip{flex:none;width:auto}@media(max-width:640px){.hy-collection-grid--v3 .hy-lineup-flip{aspect-ratio:.66}.hy-collection-grid--v3 .hy-flip-front.hy-lineup-card{padding:var(--hy-card-pad)}.hy-collection-grid--v3 .hy-lineup-bag{height:6.5rem;min-height:6.5rem;margin-top:0;transform:translateY(.55rem)}.hy-collection-grid--v3 .hy-lineup-bag img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain}.hy-lineup-v3.hy-collection-grid--v3{gap:var(--hy-gutter)}.hy-collection-grid--v3 .hy-lineup-cat{font-size:.6rem;letter-spacing:.02em;padding:.2rem .55rem;top:.6rem;left:.6rem}.hy-collection-grid--v3 .hy-lineup-info{gap:.15rem}.hy-collection-grid--v3 .hy-lineup-titlerow{flex-direction:row;flex-wrap:nowrap;align-items:baseline;justify-content:space-between;gap:.4rem}.hy-collection-grid--v3 .hy-lineup-info .hy-lineup-name{font-size:1.2rem;line-height:1.05;flex:1 1 auto;min-width:0}.hy-collection-grid--v3 .hy-lineup-info .hy-lineup-price{font-size:1.2rem}.hy-collection-grid--v3 .hy-lineup-buy{font-size:.6rem;padding:.55rem .75rem}.hy-collection-grid--v3 .hy-lineup-benefit{font-size:.6rem;line-height:1.3}.hy-collection-grid--v3 .hy-lineup-buy-prodname{display:none}.hy-collection-grid--v3 .hy-lineup-stars{transform:scale(.6);transform-origin:left center;margin-bottom:-.2rem}}@media(max-width:900px){.hy-lineup-v3.hy-collection-grid--v3{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.hy-collection-grid--v3 .hy-lineup-flip.is-flipped .hy-flip-back{position:fixed;left:0;right:0;bottom:0;top:auto;width:100%;height:auto;max-height:86vh;border-radius:var(--hy-r-lg) var(--hy-r-lg) 0 0;z-index:10051;overflow-y:auto;background:var(--hy-glass-bg);-webkit-backdrop-filter:var(--hy-glass-blur);backdrop-filter:var(--hy-glass-blur);padding-bottom:max(1.75rem,env(safe-area-inset-bottom))}.hy-collection-grid--v3 .hy-lineup-flip.is-flipped .hy-flip-back:after{content:"";position:absolute;top:.55rem;left:50%;transform:translate(-50%);width:2.25rem;height:.25rem;border-radius:6.25rem;background:#ffffff40}}body.hy-sheet-open:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:#0000009e;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:10050}.hy-collection-grid--v3 .hy-lineup-details{padding:.5rem .9375rem;border-radius:6.25rem;border:1.5px solid color-mix(in srgb,var(--c) 50%,transparent);background:color-mix(in srgb,var(--c) 14%,rgba(var(--hy-black-rgb, 10, 10, 10),.55));-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:background .25s ease,border-color .25s ease}.hy-collection-grid--v3 .hy-lineup-card-link:hover .hy-lineup-details{background:color-mix(in srgb,var(--c) 30%,rgba(var(--hy-black-rgb, 10, 10, 10),.5));border-color:var(--c)}.hy-pdp-lab-demo-note{max-width:42rem;margin:.875rem auto 0;font-family:var(--hy-font-body);font-size:.8125rem;line-height:1.55;color:var(--hy-text-dim)}.hy-pdp-lab--demo .hy-pdp-lab-data{border-style:dashed;border-color:color-mix(in srgb,var(--c) 46%,var(--hy-border))}.hy-pdp-lab-pending,.hy-pdp-lab-check--pending{color:var(--hy-yellow)}@media(min-width:1025px){.hy-lineup-banner--v3{border-radius:var(--hy-v3-radius-lg);overflow:hidden}.hy-lineup-banner--v3 .hy-lineup-banner-img{border-radius:inherit}}.hy-reviews-demo-note{font-family:var(--hy-font-body);font-size:.75rem;font-weight:600;letter-spacing:.4px;line-height:1.5;color:var(--hy-text-dim);margin:.875rem 0 0;max-width:34rem}.hy-ugc-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-top:0;margin-bottom:clamp(1rem,2vw,1.5rem)}.hy-ugc-demo-tag{font-family:var(--hy-font-body);font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--hy-text-muted);padding:.3125rem .625rem;border:1px dashed var(--hy-border-hover);border-radius:6.25rem;white-space:nowrap}.hy-ugc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(.75rem,1.5vw,1.25rem);padding-bottom:.25rem}@media(max-width:900px){.hy-ugc-grid{grid-template-columns:repeat(2,1fr)}}.hy-ugc-slot{display:flex;flex-direction:column;gap:.625rem}.hy-ugc-strip .hy-ugc-slot{flex:0 0 clamp(13rem,24vw,16rem);scroll-snap-align:start}.hy-ugc-ig{flex-shrink:0}.hy-ugc-slot-media{position:relative;aspect-ratio:4 / 5;border-radius:var(--hy-v3-radius);border:1px solid var(--hy-border);overflow:hidden;display:flex;align-items:center;justify-content:center;color:color-mix(in srgb,var(--c) 65%,#ffffff);background:radial-gradient(60% 45% at 28% 16%,color-mix(in srgb,var(--c) 55%,transparent) 0%,transparent 70%),radial-gradient(55% 45% at 82% 22%,color-mix(in srgb,var(--c) 38%,transparent) 0%,transparent 72%),radial-gradient(85% 62% at 50% 110%,color-mix(in srgb,var(--c) 30%,transparent) 0%,transparent 74%),linear-gradient(180deg,var(--hy-card) 0%,var(--hy-card-2) 100%)}.hy-ugc-slot-media svg{width:2.25rem;height:2.25rem;opacity:.85}.hy-ugc-slot-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.hy-ugc-slot-badge{position:absolute;top:.75rem;left:.75rem;font-family:var(--hy-font-body);font-size:.62rem;font-weight:600;letter-spacing:.01em;color:var(--hy-white);padding:.3rem .6rem;border-radius:var(--hy-r-pill);background:var(--c);text-shadow:0 1px 2px rgba(0,0,0,.28)}.hy-cart-upsell{margin:0 0 1rem;padding:.85rem;border-radius:var(--hy-r-md);background:var(--hy-glass-bg);-webkit-backdrop-filter:var(--hy-glass-blur);backdrop-filter:var(--hy-glass-blur);box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow);display:flex;flex-direction:column;gap:.5rem}.hy-cart-upsell-head{font-family:var(--hy-font-display);font-weight:500;font-size:.95rem;line-height:1.2;letter-spacing:-.01em;color:var(--hy-white)}.hy-cart-upsell-offer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;text-align:left;padding:.7rem .85rem;border-radius:var(--hy-r-sm);background:#ffffff08;border:1px solid var(--hy-border);color:var(--hy-white);cursor:pointer;transition:border-color .15s ease,background .15s ease}.hy-cart-upsell-offer:hover{border-color:var(--hy-border-hover);background:#ffffff0f}.hy-cart-upsell-offer--hero{border-color:color-mix(in srgb,var(--c) 55%,transparent);background:color-mix(in srgb,var(--c) 10%,transparent)}.hy-cart-upsell-offer--hero:hover{border-color:var(--c);background:color-mix(in srgb,var(--c) 16%,transparent)}.hy-cart-upsell-offer-main{display:flex;flex-direction:column;gap:.15rem;min-width:0}.hy-cart-upsell-offer-name{font-weight:600;font-size:.85rem}.hy-cart-upsell-offer-sub{font-size:.72rem;line-height:1.25;color:var(--hy-text-dim)}.hy-cart-upsell-offer-price{flex-shrink:0;font-weight:700;font-size:.9rem;white-space:nowrap}.hy-cart-upsell-offer-price s{margin-right:.25rem;font-size:.78rem;font-weight:400;color:var(--hy-text-muted)}.hy-cart-upsell-offer[disabled]{opacity:.55;pointer-events:none}@media(max-width:768px){.hy-sixhabits-head,.hy-reviews-page-header,.hy-about-origin .hy-section-header,.hy-pdp-section-title,.hy-b2b-section-header,.hy-b2b-shelf-specs,.hy-b2b-apply-header{padding-inline:var(--hy-gutter)}.hy-lineup-grid,.hy-science-grid,.hy-about-grid,.hy-about-beats,.hy-values-grid,.hy-lab-coa-grid,.hy-cart-xsell-scroller,.hy-pdp-stats-v5-grid,.hy-pdp-proof-stats,.hy-pdp-philosophy-stats,.hy-pdp-reviews-scroll,.hy-pdp-recs-grid-v3,.hy-habits-ing-grid,.hy-b2b-pillars-grid,.hy-b2b-support-grid,.hy-b2b-apply-grid{gap:var(--hy-gutter)}}@media(max-width:768px){.hy-section.hy-science-section{padding-block:calc(var(--hy-gutter) * 2);margin-block:calc(var(--hy-gutter) * 1.5)}.hy-sixhabits{padding-block:calc(var(--hy-gutter) * 2);margin-top:calc(var(--hy-gutter) * 2);margin-bottom:var(--hy-gutter)}.hy-section-header,.hy-science-section .hy-section-header,.hy-sixhabits-head,.hy-mixed-head{margin-bottom:var(--hy-gutter)}.hy-sixhabits-cta,#how .hy-how-cta{margin-top:var(--hy-gutter)}.hy-intro-grid,.hy-about-grid{gap:var(--hy-gutter)}#products .hy-lineup-v3,#reviews .hy-mixed-strip{padding-bottom:0}#products .hy-scroll-dots,#reviews .hy-scroll-dots{margin-top:var(--hy-gutter);margin-bottom:calc(var(--hy-gutter) / 2)}}@media(max-width:768px){.hy-about-cta,.hy-about-manifesto,.hy-lab-coas,.hy-pdp-proof,.hy-pdp-defense{padding-block:calc(var(--hy-gutter) * 2);margin-block:calc(var(--hy-gutter) * 1.5)}.hy-pdp-timeline-v3 .hy-section-header,.hy-pdp-ingredients .hy-section-header,.hy-pdp-lab .hy-section-header,.hy-pdp-reviews .hy-section-header,.hy-pdp-recs .hy-section-header{margin-bottom:var(--hy-gutter)}.hy-science-cta,.hy-home-howto-cta{margin-top:var(--hy-gutter)}}@media(max-width:768px){.hy-hero--v3 .hy-headline-main{font-size:2.4rem}.hy-home .hy-section-title,.hy-home .hy-about-quote{font-size:2.1rem}.hy-home .hy-lineup-titlerow .hy-lineup-name,.hy-home .hy-habits-panel-name{font-size:1.8rem}.hy-intro-copy .hy-section-title,.hy-sixhabits-head .hy-section-title{margin-bottom:calc(var(--hy-gutter) / 2)}.hy-science-head{margin-bottom:var(--hy-gutter)}.hy-home-howto-grid,.hy-home-howto .hy-pdp-howto-v3-copy{gap:var(--hy-gutter)}.hy-home-howto .hy-section-title{margin-bottom:0}.hy-home-howto .hy-pdp-howto-v3-steps{margin:0}.hy-home-howto-cta{margin-top:0}.hy-sixhabits-sub{margin-top:calc(var(--hy-gutter) / 2)}.hy-sixhabits .hy-habits-split{margin-top:0}.hy-intro-copy .hy-intro-body,#about .hy-about-points{margin-bottom:var(--hy-gutter)}#reviews{padding-bottom:0}}@media(max-width:768px){.hy-intro-copy .hy-btn,.hy-home-howto-cta .hy-btn,.hy-sixhabits-cta .hy-btn,.hy-science-cta .hy-btn,#about .hy-about-text>.hy-btn{display:flex;width:100%;justify-content:center;padding-block:.625rem}.hy-home-howto-cta{align-self:stretch}.hy-sixhabits-cta{display:block}.hy-btn{border-width:1px}}.hy-science-section .hy-science-card.hy-card:before,.hy-science-section .hy-science-card.hy-card:hover:before{opacity:0}@media(max-width:768px){.hy-home-howto .hy-pdp-howto-v3-title{font-size:1.2rem}.hy-sixhabits{margin-bottom:0}.hy-home-howto,#reviews{margin-top:var(--hy-gutter)}}@media(min-width:769px){.hy-section.hy-science-section{padding-block:calc(var(--hy-space-unit) * 2);margin-block:calc(var(--hy-space-unit) * 1.5)}.hy-sixhabits{padding-block:calc(var(--hy-space-unit) * 2);margin-top:calc(var(--hy-space-unit) * 2);margin-bottom:0}.hy-about-cta,.hy-about-manifesto,.hy-lab-coas,.hy-pdp-proof,.hy-pdp-defense{padding-block:calc(var(--hy-space-unit) * 2);margin-block:calc(var(--hy-space-unit) * 1.5)}.hy-section-header,.hy-science-section .hy-section-header,.hy-sixhabits-head,.hy-mixed-head,.hy-science-head,.hy-pdp-timeline-v3 .hy-section-header,.hy-pdp-ingredients .hy-section-header,.hy-pdp-lab .hy-section-header,.hy-pdp-reviews .hy-section-header,.hy-pdp-recs .hy-section-header{margin-bottom:var(--hy-space-unit)}.hy-intro-copy .hy-section-title,.hy-sixhabits-head .hy-section-title{margin-bottom:calc(var(--hy-space-unit) / 2)}.hy-sixhabits-sub{margin-top:calc(var(--hy-space-unit) / 2)}.hy-sixhabits .hy-habits-split{margin-top:0}.hy-sixhabits-cta,#how .hy-how-cta,.hy-science-cta{margin-top:var(--hy-space-unit)}.hy-intro-copy .hy-intro-body,#about .hy-about-points{margin-bottom:var(--hy-space-unit)}.hy-home-howto,#reviews{margin-top:var(--hy-space-unit)}}@media(min-width:769px){.hy-sixhabits .hy-container{position:relative}.hy-sixhabits-cta{position:absolute;top:0;right:var(--hy-gutter);margin:0}}.hy-reviews-page-header{margin-bottom:calc(var(--hy-space-unit) * 1)}.hy-reviews-page-title{font-family:var(--hy-font-display);font-size:3rem;font-weight:500;line-height:1.02;letter-spacing:-.5px;color:var(--hy-white);margin:0}.hy-reviews-page-subtitle{font-family:Inter,sans-serif;font-size:clamp(1rem,1.4vw,1.25rem);line-height:1.5;color:var(--hy-text-dim);margin:calc(var(--hy-space-unit) / 2) 0 0;max-width:52rem}.hy-reviews-page-cta{margin-top:calc(var(--hy-space-unit) * 2);display:flex;flex-direction:column;align-items:flex-start;gap:calc(var(--hy-space-unit) * 1)}.hy-reviews-page-cta-title{font-family:var(--hy-font-display);font-size:2.7rem;font-weight:500;line-height:1.05;color:var(--hy-white);margin:0;text-wrap:balance}@media(max-width:768px){.hy-b2b-cta-actions .hy-btn{width:100%;justify-content:center}.hy-contact-submit{display:flex;align-self:stretch;width:100%;justify-content:center;padding-block:.625rem;margin-top:0}.hy-reviews-page-title,.hy-reviews-page-cta-title{font-size:2.1rem}.hy-reviews-page-cta .hy-btn{display:flex;width:100%;justify-content:center;padding-block:.625rem}.hy-b2b-page .hy-page-hero-copy{padding-top:calc(var(--hy-card-pad) + 2rem)}.hy-b2b-page .hy-page-hero{aspect-ratio:auto}}.hy-pdp-howto-v3{padding-top:var(--hy-section-pad-y)}.hy-pdp-counter{padding-bottom:var(--hy-section-pad-y)}.hy-pdp .hy-reviews.hy-mixed{padding-top:calc(var(--hy-section-pad-y) + var(--hy-space-unit))}.hy-b2b-lineup .hy-lineup-grid{gap:var(--hy-space-unit)}.hytz-cart-discount-row--bundle .hytz-cart-discount-code{color:var(--hy-yellow)}.hy-byh-tiers{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem;padding:1rem 1.25rem;margin:0 auto;max-width:40rem;border-radius:var(--hy-v3-radius);background:var(--hy-glass-bg);-webkit-backdrop-filter:var(--hy-glass-blur);backdrop-filter:var(--hy-glass-blur);box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow)}.hy-byh-tier{position:relative;display:flex;flex-direction:column;align-items:center;gap:.15rem;padding:.55rem 1.4rem;border-radius:var(--hy-v3-radius);border:1px solid var(--hy-border)}.hy-byh-tier--best{border-color:color-mix(in srgb,var(--hy-yellow) 55%,transparent)}.hy-byh-tier-qty{font-family:var(--hy-font-display);font-weight:500;font-size:1.15rem;text-transform:uppercase;letter-spacing:-.2px;color:var(--hy-white)}.hy-byh-tier-save{font-family:var(--hy-font-body);font-weight:700;font-size:.8125rem;text-transform:uppercase;letter-spacing:.5px;color:var(--hy-yellow)}.hy-byh-tier-badge{position:absolute;top:-.55rem;left:50%;transform:translate(-50%);font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--hy-black);background:var(--hy-yellow);padding:.15rem .5rem;border-radius:var(--hy-r-pill);white-space:nowrap}.hy-byh-tiers-note{flex-basis:100%;text-align:center;margin:.35rem 0 0;color:var(--hy-text-dim);font-size:.78rem;line-height:1.5}.hy-byh-presets{margin-top:var(--hy-space-unit)}.hy-byh-presets--page{display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:var(--hy-space-unit)}.hy-byh-presets--pdp{display:flex;gap:.9rem;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:.4rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.hy-byh-presets--pdp::-webkit-scrollbar{display:none}.hy-byh-presets--pdp .hy-byh-card{flex:0 0 16.5rem;scroll-snap-align:start}.hy-byh-card{--c: var(--hy-yellow);display:flex;flex-direction:column;gap:.85rem;padding:var(--hy-card-pad);border:none;border-radius:var(--hy-v3-radius);box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow);position:relative;transition:border-color .3s ease}.hy-byh-card:hover{border-color:var(--c)}.hy-byh-card-top{display:flex;align-items:center;justify-content:space-between;gap:.5rem;position:relative;z-index:1}.hy-byh-card-name{font-family:var(--hy-font-display);font-weight:500;font-size:1.4rem;text-transform:uppercase;letter-spacing:-.3px;line-height:1;color:var(--hy-white)}.hy-byh-card-save{font-family:var(--hy-font-body);font-weight:700;font-size:.6875rem;text-transform:uppercase;letter-spacing:.6px;color:var(--hy-white);padding:.28rem .65rem;border-radius:var(--hy-r-pill);background:color-mix(in srgb,var(--c) 22%,rgba(255,255,255,.04));border:1px solid color-mix(in srgb,var(--c) 55%,transparent);white-space:nowrap}.hy-byh-card-formulas{display:flex;flex-direction:column;gap:.4rem;position:relative;z-index:1;margin:.15rem 0 .1rem}.hy-byh-card-formula{display:flex;align-items:center;gap:.5rem;font-family:var(--hy-font-body);font-size:.82rem;font-weight:600;color:var(--hy-text-dim);line-height:1.1}.hy-byh-card-dot{flex:0 0 auto;width:.6rem;height:.6rem;border-radius:50%;background:var(--fc, var(--hy-yellow));box-shadow:0 0 0 1px #0006,0 0 8px color-mix(in srgb,var(--fc, var(--hy-yellow)) 55%,transparent)}.hy-byh-card-foot{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin-top:auto;padding-top:.25rem;position:relative;z-index:1}.hy-byh-card-price{display:flex;flex-direction:column;line-height:1.1}.hy-byh-card-was{font-size:.72rem;color:var(--hy-text-muted);text-decoration:line-through}.hy-byh-card-now{font-family:var(--hy-font-body);font-weight:700;font-size:1.15rem;color:var(--hy-white)}.hy-byh-card-add{flex:0 0 auto;width:auto;min-width:8.5rem;padding:.6rem 1rem;background:var(--hy-glass-bg);-webkit-backdrop-filter:var(--hy-glass-blur);backdrop-filter:var(--hy-glass-blur);box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow);border:0}.hy-byh-card-add:hover{background:#ffffff24}.hy-byh-card-add[aria-busy=true]{opacity:.7;pointer-events:none}.hy-section.hy-byh-pdp{padding-block:var(--hy-gutter);margin-block:calc(var(--hy-gutter) / 2);position:relative;overflow:hidden;scroll-margin-top:5.5rem}.hy-byh-pdp .hy-section-header{margin-bottom:var(--hy-space-unit)}.hy-byh-pdp-title{font-family:var(--hy-font-display);font-weight:500;font-size:2.7rem;line-height:1.02;letter-spacing:normal;color:var(--hy-white);margin:0}.hy-byh-pdp-sub{font-size:.95rem}.hy-byh-pdp-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--hy-space-unit);max-width:60rem;margin:0 auto}.hy-byh-pdp-tile{display:flex;flex-direction:column;align-items:center;gap:.35rem;text-align:center;padding:var(--hy-card-pad);border-radius:var(--hy-v3-radius);background:var(--hy-glass-bg);-webkit-backdrop-filter:var(--hy-glass-blur);backdrop-filter:var(--hy-glass-blur);box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow)}.hy-byh-pdp-sub{margin-inline:auto;margin-bottom:0}.hy-byh-art{display:flex;justify-content:center;align-items:flex-end;margin-bottom:.4rem;min-height:3.5rem}.hy-byh-art img{width:auto;filter:drop-shadow(0 .4rem .8rem rgba(0,0,0,.5))}.hy-byh-art img:nth-child(odd){transform:rotate(-6deg)}.hy-byh-art img:nth-child(2n){transform:rotate(5deg) translateY(-.15rem)}.hy-byh-art--n1 img{height:2.6rem;margin-inline:-.3rem}.hy-byh-art--n3 img{height:4.2rem;margin-inline:-.8rem}.hy-byh-art--n25 img{height:4rem;margin-inline:-.9rem}.hy-byh-pdp-tile-kicker{font-family:var(--hy-font-body);font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--hy-text-dim)}.hy-byh-pdp-tile-save{font-family:var(--hy-font-display);font-weight:600;font-size:clamp(2.4rem,3.5vw,3rem);line-height:1;color:var(--hy-yellow)}.hy-byh-pdp-tile-size{font-family:var(--hy-font-display);font-weight:500;font-size:1.15rem;color:var(--hy-white)}.hy-byh-pdp-tile-note{font-family:var(--hy-font-body);font-size:.72rem;font-weight:600;color:var(--hy-text-muted)}.hy-byh-pdp-ctarow{display:flex;justify-content:center;margin-top:var(--hy-space-unit)}@media(max-width:768px){.hy-byh-presets--page{grid-template-columns:1fr}.hy-byh-card-name{font-size:1.25rem}.hy-byh-pdp-title{font-size:2.1rem;line-height:1.05}.hy-byh-pdp-grid{grid-template-columns:1fr}.hy-section.hy-byh-pdp{margin-top:calc(var(--hy-gutter) * 1.5)}}.hy-pdp-sub{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.5rem}.hy-pdp-sub[hidden]{display:none}.hy-pdp-sub-rows{display:flex;flex-direction:column;gap:.5rem}.hy-pdp-sub-card{border-radius:var(--hy-v3-radius);background:var(--hy-glass-bg);box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow);transition:background .2s ease,box-shadow .2s ease;overflow:hidden}.hy-pdp-sub-card:has(.hy-pdp-sub-row.is-selected){background:color-mix(in srgb,var(--c) 12%,var(--hy-glass-bg));box-shadow:inset 0 0 0 1.5px var(--c),0 6px 20px color-mix(in srgb,var(--c) 18%,transparent)}.hy-pdp-sub-row{display:flex;align-items:center;gap:.875rem;width:100%;padding:.9rem 1.1rem;background:transparent;border:none;cursor:pointer;text-align:left;color:var(--hy-white);font-family:var(--hy-font-display)}.hy-pdp-sub-row:focus-visible{outline:.125rem solid var(--hy-yellow);outline-offset:-.125rem}.hy-pdp-sub-radio{flex:0 0 auto;width:1.2rem;height:1.2rem;border-radius:50%;border:2px solid var(--hy-border-hover);position:relative;transition:border-color .2s}.hy-pdp-sub-row.is-selected .hy-pdp-sub-radio{border-color:var(--c)}.hy-pdp-sub-row.is-selected .hy-pdp-sub-radio:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;background:var(--c)}.hy-pdp-sub-body{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:.15rem}.hy-pdp-sub-namerow{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.hy-pdp-sub-name{font-family:var(--hy-font-display);font-size:1.0625rem;font-weight:500;letter-spacing:normal;color:var(--hy-white)}.hy-pdp-sub-badge{font-family:var(--hy-font-body);font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--hy-white);background:color-mix(in srgb,var(--c) 22%,rgba(var(--hy-white-rgb),.04));border:1px solid color-mix(in srgb,var(--c) 55%,transparent);padding:.18rem .5rem;border-radius:var(--hy-r-pill);white-space:nowrap}.hy-pdp-sub-price{flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-end;line-height:1.15}.hy-pdp-sub-price-now{font-family:var(--hy-font-display);font-size:1.25rem;font-weight:600;letter-spacing:-.3px;color:var(--hy-white)}.hy-pdp-sub-row--sub .hy-pdp-sub-price-now{color:var(--c)}.hy-pdp-sub-price-was{font-family:var(--hy-font-body);font-size:.72rem;font-weight:600;color:var(--hy-text-muted);text-decoration:line-through;text-decoration-color:color-mix(in srgb,var(--hy-text-muted) 70%,transparent)}.hy-pdp-sub-expand{display:none;flex-direction:column;gap:.5rem;padding:0 1.1rem .9rem}.hy-pdp-sub-row--sub.is-selected+.hy-pdp-sub-expand{display:flex}.hy-pdp-sub-freqlabel{font-family:var(--hy-font-body);font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--hy-text-dim)}.hy-pdp-sub-freq{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:.4rem}.hy-pdp-sub-freq[hidden]{display:none}.hy-pdp-freq-pill{padding:.6rem .4rem;border-radius:var(--hy-r-sm);text-align:center;border:1px solid var(--hy-border);background:rgba(var(--hy-white-rgb),.05);color:var(--hy-text-dim);cursor:pointer;white-space:nowrap;font:600 .8125rem/1 var(--hy-font-body);transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,color .2s ease}.hy-pdp-freq-pill:hover{border-color:var(--hy-border-hover);color:var(--hy-white)}.hy-pdp-freq-pill:focus-visible{outline:.125rem solid var(--hy-yellow);outline-offset:.18rem}.hy-pdp-freq-pill.is-selected{color:var(--hy-white);background:color-mix(in srgb,var(--c) 14%,rgba(var(--hy-white-rgb),.04));border-color:color-mix(in srgb,var(--c) 60%,transparent);box-shadow:inset 0 0 0 1.5px var(--c)}.hy-pdp-sub-note{margin:0;font-family:var(--hy-font-body);font-size:.75rem;color:var(--hy-text-muted)}.hy-pdp-sub-note[hidden]{display:none}.hy-pdp .hy-pdp-price{display:flex;flex-direction:column-reverse;align-items:flex-end;line-height:1.15}.hy-pdp .hy-pdp-price-was{font-family:var(--hy-font-body);font-size:.72rem;font-weight:600;color:var(--hy-text-muted);text-decoration:line-through;text-decoration-color:color-mix(in srgb,var(--hy-text-muted) 70%,transparent)}.hy-pdp .hy-pdp-price-now{font-family:var(--hy-font-display);font-size:1.25rem;font-weight:600;letter-spacing:-.3px;color:var(--c, var(--hy-yellow))}@media(max-width:768px){.hytz-cart-promo-input,.hy-search-input{font-size:1rem}}body:has(.hytz-nav.cart-open) .hy-pdp-sticky.is-visible,body:has(.hytz-nav.menu-open) .hy-pdp-sticky.is-visible{transform:translate(-50%) translateY(120%);opacity:0;pointer-events:none}body:has(.hytz-nav.cart-open) .hy-pdp-sticky-sheet.is-open,body:has(.hytz-nav.menu-open) .hy-pdp-sticky-sheet.is-open{transform:translate(-50%) translateY(130%);opacity:0;pointer-events:none}body:has(.hytz-nav.cart-open) .hy-free-sticky.is-visible,body:has(.hytz-nav.menu-open) .hy-free-sticky.is-visible{transform:translate3d(-50%,1rem,0);opacity:0;pointer-events:none}body:has(.hytz-nav.cart-open) .hy-free-sticky-sheet.is-open,body:has(.hytz-nav.menu-open) .hy-free-sticky-sheet.is-open{transform:translate3d(-50%,130%,0);opacity:0;pointer-events:none}.hy-pdp-bundle-chip{display:flex;justify-content:center;align-items:center;gap:.3rem;margin:-.5rem 0 .25rem;font-family:var(--hy-font-body);font-size:.8125rem;font-weight:600;color:var(--c, var(--hy-yellow));text-decoration:none;transition:color .2s ease}.hy-pdp-bundle-chip:hover{color:color-mix(in srgb,var(--c, var(--hy-yellow)) 82%,var(--hy-white))}.hy-pdp-bundle-chip span{transition:transform .2s ease}.hy-pdp-bundle-chip:hover span{transform:translate(2px)}.hy-pdp .hy-pdp-info{gap:0}.hy-pdp .hy-pdp-reviews-link{margin-top:.35rem}.hy-pdp .hy-pdp-variants{margin-top:1rem}.hy-pdp .hy-pdp-info-block{margin-top:1.5rem}.hy-shop-bundle-cta{margin-top:calc(var(--hy-space-unit) * 2)}.hy-shop-bundle-card{background-image:var(--hy-gradient-scrim),var(--hy-section-gradient);background-size:cover;background-position:center;background-repeat:no-repeat;box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow);border:none;border-radius:var(--hy-v3-radius);overflow:hidden;padding:calc(var(--hy-card-pad) * 1.5) var(--hy-card-pad);display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.hy-shop-bundle-title{font-family:var(--hy-font-display);font-size:clamp(1.75rem,3vw,2.4rem);font-weight:500;text-transform:none;letter-spacing:-.3px;line-height:1.05;color:var(--hy-white);margin:0}.hy-shop-bundle-sub{font-family:var(--hy-font-body);font-size:.9375rem;line-height:1.6;color:var(--hy-text-dim);max-width:34rem;margin:0}.hy-shop-bundle-btn{margin-top:.25rem}@media(max-width:768px){.hy-shop-bundle-card{background-image:var(--hy-gradient-scrim),var(--hy-section-gradient-mobile)}}.hy-section.hy-section--flat-black,.hy-pdp-section.hy-section--flat-black{background-color:var(--hy-black);background-image:none}.hy-card.hy-card--section-gradient{background-color:var(--hy-black);background-image:linear-gradient(#0000008c,#0000008c),var(--hy-card-gradient, none);background-size:cover;background-position:center;background-repeat:no-repeat;box-shadow:var(--hy-glass-edge),var(--hy-glass-shadow)}@media(max-width:768px){.hy-card.hy-card--section-gradient{background-image:linear-gradient(#0000008c,#0000008c),var(--hy-card-gradient-mobile, var(--hy-card-gradient, none))}}
/*# sourceMappingURL=/cdn/shop/t/110/assets/hytz-v2.css.map?hytz_flip_restore=070926v180 */
