/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.hidden{display:none}.table{display:table}.overline{text-decoration-line:overline}}:root{--red:red;--sky:#00d7ff;--blue:#183f96;--ink:#0d2250;--pale:#eefbff;--line:#dce8f5;--muted:#55709b}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);font-family:var(--font-geist),Arial,sans-serif;background:#fff;margin:0}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.logo{width:156px;height:auto}.footer-logo{filter:brightness(0)invert()}header{z-index:30;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;justify-content:space-between;align-items:center;height:78px;padding:0 5vw;display:flex;position:sticky;top:0}nav{gap:2.2rem;font-size:.78rem;font-weight:750;display:flex}nav a:hover{color:var(--red)}.button{background:var(--red);color:#fff;border-radius:8px;justify-content:center;align-items:center;gap:.8rem;padding:1rem 1.4rem;font-weight:850;transition:all .2s;display:inline-flex;box-shadow:0 10px 24px #ff00002e}.button:hover{background:#df0000;transform:translateY(-2px)}.button.small{padding:.72rem 1rem;font-size:.78rem}.hero{background:linear-gradient(135deg,#fff 0 56%,#ecfbff 56%);grid-template-columns:1.02fr .98fr;align-items:center;gap:3vw;min-height:720px;padding:6vw 6vw 5vw;display:grid;overflow:hidden}.hero-copy{z-index:2;max-width:700px;position:relative}.kicker,.overline{letter-spacing:.12em;text-transform:uppercase;color:var(--blue);font-size:.72rem;font-weight:850}.kicker{align-items:center;gap:.65rem;display:flex}.kicker span{background:var(--red);border-radius:50%;width:9px;height:9px;box-shadow:0 0 0 5px #ff00001a}h1{letter-spacing:-.065em;margin:1.4rem 0 1.5rem;font-size:clamp(3.5rem,6.5vw,7rem);font-weight:900;line-height:.9}h1 em,h2 em{color:var(--red);font-style:normal}.lede{max-width:620px;color:var(--muted);font-size:clamp(1.05rem,1.4vw,1.25rem);line-height:1.65}.hero-actions{align-items:center;gap:1.5rem;margin-top:2rem;display:flex}.text-link{color:var(--blue);font-size:.86rem;font-weight:800}.trust{color:var(--blue);flex-wrap:wrap;gap:1.25rem;margin-top:2.2rem;font-size:.76rem;font-weight:750;display:flex}.trust span:first-letter{color:var(--red)}.hero-products{height:610px;position:relative}.halo{background:radial-gradient(circle,#fff 0 52%,#00d7ff38 53% 68%,#0000 69%);border:1px solid #00d7ff33;border-radius:50%;width:530px;height:530px;position:absolute;top:4%;left:5%}.box{object-fit:contain;filter:drop-shadow(0 25px 24px #183f962e);mix-blend-mode:multiply;width:185px;height:auto;position:absolute}.box-one{top:23%;left:8%;transform:rotate(-8deg)}.box-two{z-index:3;top:6%;left:35%}.box-three{top:24%;right:4%;transform:rotate(8deg)}.four-badge{z-index:4;background:var(--red);color:#fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:112px;height:112px;display:flex;position:absolute;bottom:7%;right:4%;transform:rotate(7deg);box-shadow:0 14px 30px #ff000047}.four-badge b{font-size:2.6rem;line-height:1}.four-badge span{text-transform:uppercase;letter-spacing:.12em;font-size:.65rem}.brand-bar{background:var(--blue);color:#fff;letter-spacing:.16em;justify-content:center;gap:3vw;padding:1.1rem;font-size:.8rem;font-weight:900;display:flex}.brand-bar i{color:var(--sky)}.section{padding:7.5rem 6vw}.intro{grid-template-columns:1.05fr .75fr;align-items:center;gap:8vw;display:grid}.overline{color:var(--red);margin-bottom:1.2rem}.intro h2,.protocol h2,.center-heading h2,.formula h2,.join h2,.faq h2{letter-spacing:-.055em;margin:.5rem 0 1.5rem;font-size:clamp(2.7rem,5vw,5.5rem);line-height:.95}.intro-copy>p:last-child,.protocol-head>p:last-child,.center-heading>p,.formula-copy>p,.join-copy>p{max-width:630px;color:var(--muted);font-size:1rem;line-height:1.7}.photo-card{justify-self:end;max-width:480px;position:relative}.photo-card img{object-fit:cover;border-radius:26px;width:100%;height:560px;box-shadow:0 24px 60px #183f9629}.photo-card div{border-left:6px solid var(--sky);background:#fff;flex-direction:column;padding:1.2rem 1.4rem;display:flex;position:absolute;bottom:32px;left:-55px;box-shadow:0 15px 35px #183f962e}.photo-card b{font-size:1.4rem}.photo-card span{color:var(--muted);font-size:.78rem}.protocol{background:var(--pale)}.protocol-head{grid-template-columns:1.1fr .6fr;align-items:end;gap:7vw;display:grid}.protocol-head .overline{grid-column:1/-1;margin:0}.protocol-head h2{margin-top:0}.moments{border-top:1px solid #bcdff0;border-bottom:1px solid #bcdff0;grid-template-columns:repeat(4,1fr);margin-top:4rem;display:grid}.moments article{border-right:1px solid #bcdff0;min-height:300px;padding:2rem}.moments article:last-child{border:0}.moments article>span{color:var(--red);font-size:.7rem;font-weight:850}.drop{color:var(--sky);margin:3rem 0 2rem;font-size:2.2rem}.moments h3{font-size:1.18rem}.moments p{color:var(--muted);font-size:.88rem;line-height:1.6}.center-heading{text-align:center;max-width:900px;margin:auto}.center-heading p{margin-left:auto;margin-right:auto}.flavor-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:4rem;display:grid}.flavor-grid article{text-align:center;border-radius:24px;min-height:560px;padding:2.2rem;position:relative;overflow:hidden}.flavor-grid article.red{background:#fff0f3}.flavor-grid article.orange{background:#fff6e9}.flavor-grid article.blue{background:#eafcff}.flavor-images{height:405px;position:relative}.flavor-box,.flavor-stick{object-fit:contain;mix-blend-mode:multiply;filter:drop-shadow(0 18px 14px #183f961f);position:absolute}.flavor-box{height:360px;top:10px;left:22%}.flavor-stick{height:285px;bottom:3px;right:10%;transform:rotate(7deg)}.flavor-grid article>span{color:var(--muted);text-transform:uppercase;letter-spacing:.1em;font-size:.72rem}.formula{background:var(--blue);color:#fff;grid-template-columns:.8fr 1.2fr;align-items:center;gap:8vw;display:grid}.formula-visual{background:#fff;border-radius:28px;padding:2rem}.formula-visual img{mix-blend-mode:multiply;width:100%}.formula-copy .overline{color:var(--sky)}.formula-copy>p{color:#c8d8f4}.formula-list{border-top:1px solid #fff3;margin:2.2rem 0}.formula-list div{border-bottom:1px solid #fff3;grid-template-columns:150px 1fr;gap:1rem;padding:1.2rem 0;display:grid}.formula-list b{color:var(--sky)}.formula-list span{color:#d7e3f7;font-size:.88rem}.formula-copy small{color:#91a9d2;line-height:1.5;display:block}.join{background:linear-gradient(135deg,#fff 0 50%,var(--pale) 50%);grid-template-columns:1fr 1fr;align-items:center;gap:7vw;display:grid}.join-copy ul{flex-wrap:wrap;gap:.8rem;margin:2rem 0 0;padding:0;list-style:none;display:flex}.join-copy li{border:1px solid var(--line);color:var(--blue);background:#fff;border-radius:99px;padding:.65rem .9rem;font-size:.75rem;font-weight:800}.join-copy li:before{content:"✓";color:var(--red);margin-right:.45rem}.brevo{background:#fff;border-radius:18px;width:min(100%,560px);min-height:305px;overflow:hidden;box-shadow:0 25px 60px #183f9624}.brevo iframe{border:0;width:100%;max-width:100%;display:block}.faq{grid-template-columns:.65fr 1.35fr;gap:8vw;display:grid}.faq-list{border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line)}summary{cursor:pointer;grid-template-columns:45px 1fr 24px;align-items:center;gap:1rem;padding:1.5rem 0;font-weight:800;list-style:none;display:grid}summary::-webkit-details-marker{display:none}summary span{color:var(--red);font-size:.65rem}summary b{font-size:1.3rem}details[open] summary b{transform:rotate(45deg)}details p{color:var(--muted);margin:-.3rem 25px 1.5rem 61px;line-height:1.65}footer{color:#fff;background:#071c48;grid-template-columns:2fr repeat(3,1fr);gap:4vw;padding:4.5rem 6vw 1.5rem;display:grid}footer>div{flex-direction:column;gap:.8rem;display:flex}footer>div:first-child p{color:#8fa8d4}.footer-logo{width:185px}footer b{color:var(--sky);text-transform:uppercase;letter-spacing:.1em;font-size:.7rem}footer a{color:#cedaf0;font-size:.82rem}footer a:hover{color:#fff}footer small{color:#718dbd;border-top:1px solid #ffffff26;grid-column:1/-1;padding-top:1.5rem}@media (width<=900px){nav{display:none}.hero{background:linear-gradient(#fff 0 48%,#ecfbff 48%);grid-template-columns:1fr;padding-top:4rem}.hero-products{height:560px}.intro,.formula,.join,.faq{grid-template-columns:1fr}.photo-card{justify-self:center}.protocol-head{grid-template-columns:1fr}.moments{grid-template-columns:1fr 1fr}.flavor-grid{grid-template-columns:1fr}.flavor-grid article{min-height:520px}.formula-visual{max-width:520px;margin:auto}.join{background:linear-gradient(#fff 0 46%,var(--pale) 46%)}.brevo{margin:auto}footer{grid-template-columns:2fr 1fr 1fr}footer>div:last-of-type{grid-column:2}}@media (width<=600px){header{height:66px;padding:0 1rem}.logo{width:128px}.button.small{padding:.65rem .75rem;font-size:.68rem}.hero{min-height:auto;padding:3.5rem 1.1rem 2rem}h1{font-size:3.4rem}.hero-actions{flex-direction:column;align-items:flex-start}.trust{gap:.8rem}.hero-products{height:410px}.halo{width:350px;height:350px;left:-2%}.box{width:120px}.box-one{top:25%;left:4%}.box-two{top:9%;left:34%}.box-three{top:25%;right:1%}.four-badge{width:84px;height:84px}.four-badge b{font-size:2rem}.brand-bar{gap:.6rem;font-size:.56rem}.section{padding:5rem 1.1rem}.intro{gap:3rem}.photo-card img{height:470px}.photo-card div{left:12px}.moments{grid-template-columns:1fr}.moments article{border-bottom:1px solid #bcdff0;border-right:0;min-height:auto}.drop{margin:1.5rem 0}.flavor-grid article{min-height:500px;padding:1rem}.flavor-images{height:385px}.formula-list div{grid-template-columns:1fr}.join{gap:3rem}.brevo{border-radius:10px}.faq{gap:2rem}details p{margin-left:0}.faq summary{grid-template-columns:35px 1fr 20px}footer{grid-template-columns:1fr 1fr;padding:3.5rem 1.1rem 1.5rem}footer>div:first-child{grid-column:1/-1}footer>div:last-of-type{grid-column:auto}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}.hero-products{isolation:isolate;height:610px;position:relative}.product-stage{z-index:-2;background:linear-gradient(145deg,#fffffff5,#e2f9ffd1);border:1px solid #00d7ff38;border-radius:42% 42% 18% 18%/35% 35% 18% 18%;position:absolute;inset:4% 0 7%;box-shadow:0 34px 80px #183f961f}.product-stage:after{content:"";filter:blur(18px);background:#183f961f;border-radius:50%;height:52px;position:absolute;bottom:5%;left:9%;right:9%}.product-glow{aspect-ratio:1;z-index:-1;background:radial-gradient(circle,#fffffffa 0 42%,#00d7ff29 62%,#0000 74%);border-radius:50%;width:78%;position:absolute;top:4%;left:11%}.box{filter:drop-shadow(0 28px 22px #183f9633);width:225px}.box-one{z-index:1;top:16%;left:2%;transform:none}.box-two{z-index:3;top:5%;left:50%;transform:translate(-50%)}.box-three{z-index:2;top:16%;right:2%;transform:none}.hero-stick{object-fit:contain;mix-blend-mode:multiply;filter:drop-shadow(0 16px 12px #183f9638);z-index:5;width:83px;height:auto;position:absolute}.stick-one{bottom:5%;left:18%;transform:rotate(-8deg)}.stick-two{bottom:0;left:50%;transform:translate(-50%)}.stick-three{bottom:5%;right:18%;transform:rotate(8deg)}@media (width<=600px){.hero-products{height:430px}.product-stage{border-radius:32px;inset:5% 0 6%}.box{width:142px}.box-one{top:19%;left:0}.box-two{top:7%;left:50%}.box-three{top:19%;right:0}.hero-stick{width:57px}.stick-one{bottom:4%;left:17%}.stick-two{bottom:0}.stick-three{bottom:4%;right:17%}}.intro-copy>p:nth-of-type(2){color:var(--ink);font-size:1.08rem;font-weight:650}.intro-copy>p:nth-of-type(3){margin-top:1.15rem}.athlete-card{max-width:620px}.athlete-card:before{content:"BUILT FOR ATHLETES";z-index:2;background:var(--red);color:#fff;letter-spacing:.12em;padding:.72rem 1rem;font-size:.68rem;font-weight:900;position:absolute;top:28px;left:-28px}.athlete-card img{object-position:62% center;outline:1px solid var(--line);border:8px solid #fff;border-radius:26px;height:520px}@media (width<=600px){.athlete-card:before{top:16px;left:12px}.athlete-card img{object-position:61% center;height:420px}}.protocol-head{align-items:start}.protocol-head>div:first-child .overline{margin-bottom:1.2rem}.protocol-head h2 em{color:var(--red)}.protocol-intro{padding-top:2.2rem}.protocol-intro p{color:var(--muted);margin:0;font-size:1rem;line-height:1.72}.protocol-intro strong{color:var(--blue);text-transform:uppercase;letter-spacing:.09em;margin-top:1.5rem;font-size:.82rem;line-height:1.5;display:block}.moments article{background:#ffffff4d;position:relative}.moment-icon{width:68px;height:68px;color:var(--blue);background:#fff;border:1px solid #00d7ff59;border-radius:50%;place-items:center;margin:2.4rem 0 1.5rem;font-size:2rem;line-height:1;display:grid;box-shadow:0 12px 28px #183f961c}.moments article:nth-child(2) .moment-icon{color:#f6a800}.moments article:nth-child(3) .moment-icon{color:var(--red)}.moments article:nth-child(4) .moment-icon{color:#6552c7}.moments h3{margin-bottom:.55rem}.moments p{color:var(--blue);font-weight:700}.system-benefits{background:#bcdff0;border:1px solid #bcdff0;border-radius:14px;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:2.2rem;display:grid;overflow:hidden}.system-benefits span{color:var(--blue);background:#fff;padding:1.15rem 1.25rem 1.15rem 2.7rem;font-size:.78rem;font-weight:800;position:relative}.system-benefits span:before{content:"✓";color:var(--red);font-weight:950;position:absolute;left:1.2rem}.directions-note{text-align:right;color:var(--muted);margin:1.1rem 0 0;font-size:.72rem}@media (width<=900px){.protocol-intro{padding-top:0}.system-benefits{grid-template-columns:1fr}.directions-note{text-align:left}}@media (width<=600px){.moment-icon{margin:1.4rem 0 1rem}.protocol-head h2{font-size:2.85rem}.protocol-intro strong{font-size:.75rem}}.formula{color:#fff;background:linear-gradient(#071c48 0,#0b2d70 100%);display:block}.formula-heading{text-align:center;max-width:900px;margin:0 auto 4rem}.formula-heading .overline{color:var(--sky)}.formula-heading h2{margin:.5rem 0 1.4rem}.formula-heading h2 em{color:var(--sky)}.formula-heading>p:last-child{color:#c8d8f4;max-width:680px;margin:auto;line-height:1.7}.formula-cards{grid-template-columns:repeat(3,1fr);gap:1.25rem;max-width:1500px;margin:auto;display:grid}.formula-cards article{min-height:650px;color:var(--ink);background:#fff;border-radius:22px;flex-direction:column;padding:2rem;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 60px #0000002e}.formula-cards article:before{content:"";background:var(--sky);height:7px;position:absolute;top:0;left:0;right:0}.formula-cards article.performance-matrix:before{background:var(--red)}.formula-cards article.recovery-blend:before{background:var(--blue)}.formula-number{color:var(--red);letter-spacing:.12em;font-size:.7rem;font-weight:900}.formula-name{min-height:38px;color:var(--blue);text-transform:uppercase;letter-spacing:.08em;margin:1rem 0 .4rem;font-size:.76rem;font-weight:900}.formula-cards h3{text-transform:uppercase;letter-spacing:-.055em;margin:.15rem 0 .55rem;font-size:clamp(2.7rem,4vw,4.7rem);line-height:1}.electrofuel h3{color:#00a9d5}.performance-matrix h3{color:var(--red)}.recovery-blend h3{color:var(--blue)}.formula-cards article>strong{min-height:42px;color:var(--muted);letter-spacing:.02em;font-size:.82rem}.formula-cards ul{border-top:1px solid var(--line);margin:1.8rem 0 1.4rem;padding:0;list-style:none}.formula-cards li{border-bottom:1px solid var(--line);flex-direction:column;gap:.28rem;padding:.8rem 0;display:flex}.formula-cards li b{font-size:.85rem}.formula-cards li span{color:var(--muted);font-size:.76rem}.formula-evidence{color:var(--muted);margin:auto 0 0;padding-top:1rem;font-size:.72rem;line-height:1.55}.formula-close{text-align:center;justify-content:center;align-items:center;gap:1.2rem;margin:3rem auto 0;display:flex}.formula-close strong{text-transform:uppercase;letter-spacing:.1em;color:var(--sky)}.formula-close span{color:#c8d8f4}.formula-close span:before{content:"•";color:var(--red);margin-right:1.2rem}@media (width<=1100px){.formula-cards{grid-template-columns:1fr}.formula-cards article{min-height:auto}.formula-name,.formula-cards article>strong{min-height:0}.formula-evidence{margin-top:1rem}}@media (width<=600px){.formula-heading{text-align:left;margin-bottom:2.5rem}.formula-cards article{padding:1.4rem}.formula-close{text-align:left;flex-direction:column;align-items:flex-start}.formula-close span:before{display:none}}.flavors{background:#fff}.flavors .center-heading{max-width:1050px}.flavors .center-heading h2{max-width:1000px;margin-left:auto;margin-right:auto}.flavor-grid{gap:1.4rem}.flavor-grid article{border:1px solid #0000;min-height:680px;padding:1.6rem 1.6rem 2rem;transition:transform .25s,box-shadow .25s;box-shadow:0 22px 50px #183f961a}.flavor-grid article:hover{transform:translateY(-6px);box-shadow:0 30px 70px #183f9629}.flavor-grid article.orange{border-color:#ffd9ae}.flavor-grid article.blue{border-color:#b8eef8}.flavor-grid article.red{border-color:#ffc5cf}.flavor-index{z-index:4;color:var(--blue);letter-spacing:.12em;font-size:.7rem;font-weight:900;position:absolute;top:1.5rem;left:1.5rem}.flavor-images{height:480px;margin-top:.5rem}.flavor-glow{aspect-ratio:1;background:radial-gradient(circle,#fff 0 45%,#ffffff73 63%,#0000 72%);border-radius:50%;width:82%;position:absolute;top:5%;left:9%}.flavor-box{z-index:2;height:425px;top:14px;left:4%}.flavor-stick{z-index:3;height:345px;bottom:0;right:0;transform:rotate(4deg)}.flavor-copy{z-index:4;position:relative}.flavor-grid h3{margin:.8rem 0 .45rem;font-size:1.65rem}.flavor-copy p{color:var(--blue);margin:0 0 .9rem;font-size:.9rem;font-weight:800}.flavor-copy>span{color:var(--muted);text-transform:uppercase;letter-spacing:.09em;background:#ffffffbf;border-radius:99px;padding:.45rem .7rem;font-size:.64rem;font-weight:850;display:inline-block}@media (width<=1100px){.flavor-grid{grid-template-columns:1fr}.flavor-grid article{min-height:620px}.flavor-images{height:445px}.flavor-box{left:22%}.flavor-stick{right:20%}}@media (width<=600px){.flavors .center-heading{text-align:left}.flavor-grid article{min-height:555px;padding:1rem 1rem 1.5rem}.flavor-images{height:390px}.flavor-box{height:360px;left:3%}.flavor-stick{height:285px;right:0}.flavor-index{top:1rem;left:1rem}}.faq-list details p strong{color:var(--blue)}.faq-callout{border-left:4px solid var(--red);background:var(--pale);color:var(--blue);text-transform:uppercase;letter-spacing:.06em;margin-top:1rem;padding:.8rem 1rem;font-size:.8rem;font-weight:900;display:block}.usbn-partnership{color:#fff;background:linear-gradient(125deg,#050505 0 38%,#111 38% 100%);grid-template-columns:.72fr 1.28fr;align-items:center;gap:8vw;display:grid;position:relative;overflow:hidden}.usbn-partnership:after{content:"USBN";color:#ffffff09;letter-spacing:-.08em;pointer-events:none;font-size:20vw;font-weight:950;line-height:1;position:absolute;bottom:-5.5rem;right:-2vw}.usbn-mark-wrap{z-index:2;background:radial-gradient(circle,#f003,#0000 68%);border:1px solid #ffffff1f;place-items:center;min-height:380px;padding:3rem;display:grid;position:relative}.usbn-mark-wrap img{filter:drop-shadow(0 18px 30px #00000059);width:min(100%,430px)}.usbn-partnership-copy{z-index:2;max-width:820px;position:relative}.usbn-partnership-copy .overline{color:var(--red)}.usbn-partnership-copy h2{letter-spacing:-.055em;margin:.55rem 0 1.5rem;font-size:clamp(3rem,5vw,5.8rem);line-height:.94}.usbn-partnership-copy>p{color:#ced5e2;max-width:680px;font-size:1.05rem;line-height:1.75}.usbn-button{text-transform:uppercase;letter-spacing:.06em;margin-top:1.6rem;font-size:.76rem}@media (width<=900px){.usbn-partnership{background:linear-gradient(#050505 0 42%,#111 42%);grid-template-columns:1fr}.usbn-mark-wrap{min-height:300px}.usbn-partnership-copy h2{font-size:3.5rem}}@media (width<=600px){.usbn-partnership{gap:3rem}.usbn-mark-wrap{min-height:240px;padding:2rem}.usbn-partnership-copy h2{font-size:2.9rem}.usbn-partnership-copy>p{font-size:.95rem}}.hero-products{place-items:center;padding:1.2rem;display:grid}.hero-product-frame{background:#fff;border:1px solid #00d7ff3d;border-radius:36px;width:min(100%,650px);position:relative;overflow:hidden;box-shadow:0 34px 80px #183f9629}.hero-product-frame:after{content:"";border-radius:inherit;pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #ffffffb3}.hero-product-portrait{aspect-ratio:1;object-fit:cover;width:100%;height:auto;display:block}@media (width<=600px){.hero-products{height:auto;padding:.5rem 0 1rem}.hero-product-frame{border-radius:24px}}.moments article{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:350px;padding:2.5rem 1.5rem;display:flex}.moment-icon{background:linear-gradient(145deg,#fff,#eafaff);border:2px solid #00d7ff66;border-radius:50%;width:132px;height:132px;margin:0 0 1.8rem;display:block;position:relative;box-shadow:0 20px 42px #183f9626}.moment-icon span,.moment-icon span:before,.moment-icon span:after{content:"";display:block;position:absolute}.moment-icon.sun span{background:linear-gradient(145deg,#ffd83d,#ff9d00);border-radius:50%;width:54px;height:54px;top:37px;left:37px;box-shadow:0 0 0 8px #ffbb001f,0 -35px 0 -24px #ffae00,0 35px 0 -24px #ffae00,35px 0 0 -24px #ffae00,-35px 0 0 -24px #ffae00,25px 25px 0 -24px #ffae00,-25px 25px 0 -24px #ffae00,25px -25px 0 -24px #ffae00,-25px -25px 0 -24px #ffae00}.moment-icon.bolt span{clip-path:polygon(54% 0,10% 54%,42% 54%,27% 100%,91% 39%,58% 39%);background:linear-gradient(#ffd738,#ff9d00);width:44px;height:83px;top:23px;left:48px}.moment-icon.muscle span{background:linear-gradient(145deg,#ff5b62,#e30016);border-radius:48% 52% 42% 45%;width:78px;height:55px;top:39px;left:28px;transform:rotate(-8deg);box-shadow:-11px 15px 0 -7px #bd0012}.moment-icon.muscle span:before{border:13px solid #0000;border-color:#e30016 #0000 #0000 #e30016;border-radius:50%;width:26px;height:45px;top:-24px;left:2px;transform:rotate(18deg)}.moment-icon.muscle span:after{background:#b50012;border-radius:12px;width:35px;height:15px;bottom:1px;right:-6px;transform:rotate(-18deg)}.moment-icon.moon span{background:linear-gradient(145deg,#6a5bd0,#321e88);border-radius:50%;width:70px;height:70px;top:30px;left:31px;box-shadow:0 0 28px #5b4abe4d}.moment-icon.moon span:after{background:#f4fdff;border-radius:50%;width:62px;height:62px;top:-10px;left:24px}.moments h3{margin:.15rem 0 .65rem;font-size:1.35rem}.moments p{max-width:250px;margin:0;font-size:.85rem;line-height:1.5}.directions-note{display:none}@media (width<=600px){.moments article{min-height:300px}.moment-icon{width:116px;height:116px;transform:scale(.9)}}.join{background:linear-gradient(120deg,#fff 0 47%,var(--pale) 47%);align-items:start;padding-top:6rem;padding-bottom:6rem}.join-copy{padding-top:2rem;position:sticky;top:120px}.brevo{border-radius:24px;justify-self:center;width:min(100%,650px);min-height:900px;box-shadow:0 28px 70px #183f9629}.brevo iframe{background:#fff;height:900px;overflow:hidden}.join .brevo{border:1px solid var(--line)}@media (width<=900px){.join{background:linear-gradient(180deg,#fff 0 34%,var(--pale) 34%);padding-top:5rem}.join-copy{padding-top:0;position:static}.brevo{width:min(100%,620px);min-height:950px}.brevo iframe{height:950px}}@media (width<=600px){.join{padding-left:.75rem;padding-right:.75rem}.join-copy{padding-left:.35rem;padding-right:.35rem}.brevo{border-radius:14px;min-height:1040px}.brevo iframe{height:1040px}}.confirmed-page{background:radial-gradient(circle at 50% 0,#00d7ff2e,transparent 45%),var(--pale);place-items:center;min-height:100vh;padding:3rem 1rem;display:grid}.confirmed-card{text-align:center;border:1px solid var(--line);background:#fff;border-radius:28px;width:min(100%,760px);padding:4rem;box-shadow:0 30px 80px #183f9626}.confirmed-card>img{width:190px;margin:0 auto 2rem}.confirmed-check{background:var(--red);color:#fff;border-radius:50%;place-items:center;width:76px;height:76px;margin:0 auto 1.4rem;font-size:2.2rem;font-weight:900;display:grid;box-shadow:0 15px 35px #f003}.confirmed-card h1{margin:.6rem 0 1.3rem;font-size:clamp(2.6rem,6vw,5rem);line-height:.95}.confirmed-card>p:not(.overline){max-width:620px;color:var(--muted);margin:0 auto;line-height:1.7}.confirmed-card>strong{color:var(--blue);margin:1.5rem 0;display:block}.confirmed-card .button{margin-top:.5rem}@media (width<=600px){.confirmed-card{padding:2.5rem 1.2rem}.confirmed-card h1{font-size:2.7rem}}
