:root{--spring-water: #D3DADC;--sand: #E8E2DA;--wood: #D6C9B4;--navy: #455763;--white: #ffffff;--black: #1a1a1a}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;color:var(--navy);background-color:var(--sand);overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.nav{position:fixed;top:0;width:100%;background:#ffffffbf;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-bottom:1px solid rgba(0,0,0,.08);z-index:1000;transition:all .3s ease}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;height:80px}.nav-logo a{display:block;transition:opacity .3s ease}.nav-logo a:hover{opacity:.8}.logo{height:120px;width:auto;display:block}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{text-decoration:none;color:var(--navy);font-weight:600;text-shadow:0 1px 3px rgba(255,255,255,.8);transition:all .3s ease}.nav-links a:hover{color:var(--wood)}.cta-button{background:linear-gradient(135deg,var(--navy),var(--spring-water));color:#fff;border:none;padding:.75rem 1.5rem;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #4557634d}.hero{min-height:100vh;position:relative;display:flex;align-items:center;overflow:hidden}.hero-video-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.background-video,.video-fallback{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;z-index:0}.video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#45576380,#d3dadc4d,#e8e2da66,#45576399);z-index:1}.hero-content{position:relative;z-index:2;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:center;min-height:100vh}.hero-text{text-align:center;max-width:800px;color:#fff}.hero-title{font-size:clamp(3.5rem,8vw,5.5rem);font-weight:600;margin-bottom:1.5rem;line-height:1.1;color:#fff;letter-spacing:-.02em;text-shadow:0 4px 20px rgba(0,0,0,.6);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.hero-subtitle{font-size:1.4rem;margin-bottom:2.5rem;opacity:.95;line-height:1.6;color:#fff;text-shadow:0 2px 15px rgba(0,0,0,.5)}.hero-cta{background:linear-gradient(135deg,#4557634d,#d6c9b433);color:#fff;padding:1.2rem 2.5rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.2rem;display:inline-block;transition:all .3s ease;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:2px solid rgba(255,255,255,.4);text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero-cta:hover{transform:translateY(-3px);box-shadow:0 15px 35px #45576366;background:linear-gradient(135deg,#45576380,#d6c9b44d);border-color:#fff9}@media(max-width:768px){.hero-title{font-size:clamp(2.5rem,8vw,3.5rem);margin-bottom:1rem}.hero-subtitle{font-size:1.1rem;margin-bottom:2rem}.hero-cta{padding:1rem 2rem;font-size:1.1rem}.hero-content{padding:0 1rem}.video-overlay{background:linear-gradient(135deg,#45576399,#d3dadc66,#e8e2da80,#455763b3)}}.floating-pucks{position:relative;width:100%;height:100%}.products:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(bg-products-section.png) center/cover no-repeat;opacity:.2;z-index:0}.section-title{text-align:center;font-size:3rem;font-weight:700;margin-bottom:4rem;background:linear-gradient(135deg,var(--navy),var(--wood));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;z-index:1;opacity:.9}.products .section-title{opacity:.95;background:linear-gradient(135deg,#455763cc,#d6c9b4cc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-top:4rem;position:relative;z-index:1;min-width:700px}.products{padding:8rem 0;background:var(--white);position:relative}.product-card{background:#fff;border-radius:24px;padding:2.5rem;text-align:center;transition:all .4s ease;border:1px solid rgba(0,0,0,.05);position:relative;overflow:hidden;text-decoration:none;color:inherit;display:block;cursor:pointer}.product-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:24px;padding:2px;background:linear-gradient(135deg,var(--wood),var(--spring-water));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:exclude;transition:all .4s ease;opacity:.3}.product-card.mint:hover:before{background:linear-gradient(135deg,#6ee7b726,#3b82f626);opacity:1}.product-card.berry:hover:before{background:linear-gradient(135deg,#f472b626,#ec489926);opacity:1}.product-card.citrus:hover:before{background:linear-gradient(135deg,#fbbf2426,#f59e0b26);opacity:1}.product-card:hover{transform:translateY(-10px);box-shadow:0 25px 50px #00000026}.product-card:hover .product-image img{filter:none}.product-image{margin-bottom:2rem}.product-image img{width:150px;height:150px;border-radius:50%;filter:grayscale(100%) sepia(20%) hue-rotate(180deg) saturate(.8);transition:filter .3s ease}.product-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.product-card p{color:#666;margin-bottom:2rem;line-height:1.6}.product-cta{background:transparent;border:2px solid var(--navy);color:var(--navy);padding:.75rem 1.5rem;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%;text-decoration:none;display:inline-block;text-align:center;position:relative;z-index:10}.mint .product-cta:hover{background:linear-gradient(135deg,#6ee7b7,#3b82f6);border-color:transparent;color:#fff}.berry .product-cta:hover{background:linear-gradient(135deg,#f472b6,#ec4899);border-color:transparent;color:#fff}.citrus .product-cta:hover{background:linear-gradient(135deg,#fbbf24,#f59e0b);border-color:transparent;color:#fff}.why-lyte{padding:8rem 0;background:var(--spring-water);position:relative}.why-lyte:before{content:"";position:absolute;top:0;left:0;width:33.333%;height:100%;background:url(bg-why-lyte-section.png) center/cover no-repeat;opacity:.2;z-index:0}.why-lyte:after{content:"";position:absolute;top:0;right:0;width:33.333%;height:100%;background:url(bg-neon-strava.png) center/cover no-repeat;opacity:.6;z-index:0}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-bottom:6rem;position:relative;z-index:1;min-width:800px}.benefit{text-align:center;padding:2rem}.benefit-icon{width:80px;height:80px;margin:0 auto 1.5rem;color:var(--navy);display:flex;align-items:center;justify-content:center}.benefit h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.benefit p{color:var(--navy);line-height:1.6;opacity:.8}.benefit:nth-child(1){padding-right:4rem}.benefit:nth-child(1) h3,.benefit:nth-child(1) p{color:#fff}.benefit:nth-child(1) .benefit-icon{color:#fff}.benefit:nth-child(3){padding-left:4rem}.benefit:nth-child(3) h3,.benefit:nth-child(3) p{color:#fff}.benefit:nth-child(3) .benefit-icon{color:#fff}.no-artificial{color:#f44;font-weight:700;background-color:#fff;padding:.2em .4em;border-radius:4px;box-shadow:0 2px 4px #0000001a}.absorption-comparison{background:#fff;padding:3rem;border-radius:24px;box-shadow:0 10px 30px #45576326;position:relative;z-index:1}.absorption-comparison h3{text-align:center;font-size:1.5rem;margin-bottom:3rem}.comparison-visual{display:flex;align-items:center;justify-content:space-between;gap:2rem;min-width:600px;flex-wrap:nowrap}.traditional,.lyte{flex:1;text-align:center}.traditional h4,.lyte h4{margin-bottom:1rem;font-weight:600}.absorption-bar{height:60px;border-radius:30px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;margin-bottom:1rem;position:relative;overflow:hidden}.traditional-bar{background:linear-gradient(135deg,#ef4444,#dc2626);animation:pulse-slow 3s ease-in-out infinite}.lyte-bar{background:linear-gradient(135deg,#4ade80,#22c55e);animation:pulse-fast 1.5s ease-in-out infinite}@keyframes pulse-slow{0%,to{opacity:.8}50%{opacity:1}}@keyframes pulse-fast{0%,to{opacity:.8}50%{opacity:1}}.vs{font-size:1.5rem;font-weight:700;color:#666;padding:0 1rem}.lifestyle{padding:8rem 0;background:var(--wood);position:relative}.lifestyle:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(website_backgrounds/move_mtn.png) center/cover no-repeat;opacity:.2;z-index:0}.lifestyle-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.lifestyle-text h2{font-size:2.5rem;font-weight:700;margin-bottom:2rem;color:var(--navy)}.lifestyle-list{list-style:none;margin-bottom:2rem}.lifestyle-list li{border-bottom:1px solid rgba(0,0,0,.1);position:relative;padding:.75rem 0 .75rem 2rem}.lifestyle-list li:before{content:"\2192";position:absolute;left:0;color:var(--navy);font-weight:700}.lifestyle-list li:last-child{border-bottom:none}.lifestyle-text p{color:var(--navy);font-size:1.1rem;opacity:.9}.lifestyle-cards{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.lifestyle-card{background:linear-gradient(135deg,var(--spring-water),var(--sand));padding:2rem;border-radius:16px;text-align:center;transition:all .3s ease;color:var(--navy)}.lifestyle-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #45576333}.lifestyle-card.workout{background:linear-gradient(135deg,var(--spring-water),rgba(211,218,220,.8))}.lifestyle-card.work{background:linear-gradient(135deg,var(--sand),rgba(232,226,218,.8))}.lifestyle-card.travel{background:linear-gradient(135deg,#fff,#faf9f7);border:2px solid var(--sand)}.lifestyle-card h4{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.brand-ethos{padding:8rem 0;background:var(--navy);color:#fff;position:relative}.brand-ethos:before{content:"";position:absolute;top:0;right:0;width:45%;height:100%;background:url(website_backgrounds/bike_neon_orange.png) center/cover no-repeat;opacity:.2;z-index:0}.ethos-content{text-align:center;position:relative;z-index:1}.ethos-content h2{font-size:3rem;font-weight:700;margin-bottom:1.5rem}.ethos-subtitle{font-size:1.25rem;color:var(--sand);margin-bottom:4rem;max-width:800px;margin-left:auto;margin-right:auto;opacity:.9}.ethos-pillars{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-top:4rem}.pillar{padding:2rem;border-radius:16px;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.pillar h4{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:var(--sand)}.pillar p{color:var(--spring-water);opacity:.9}.footer{background:var(--black);color:var(--sand);padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:1fr 2fr 1fr;gap:3rem;margin-bottom:2rem}.footer-logo{height:120px;width:auto;margin-bottom:1rem;filter:brightness(0) invert(1)}.footer-brand p{color:var(--spring-water);opacity:.8}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.link-group h5{margin-bottom:1rem;color:var(--wood)}.link-group a{display:block;color:var(--spring-water);text-decoration:none;margin-bottom:.5rem;transition:color .3s ease;opacity:.8}.link-group a:hover{color:var(--sand);opacity:1}.social-links a{margin-right:1rem}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid var(--navy);color:var(--spring-water);opacity:.7}@media(max-width:768px){.hero-content{grid-template-columns:1fr;text-align:center;gap:3rem}.lifestyle-content{grid-template-columns:1fr;gap:3rem}.comparison-visual{flex-direction:column;gap:2rem;min-width:auto}.vs{transform:rotate(90deg)}}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.mobile-menu-toggle span{width:25px;height:3px;background:var(--navy);border-radius:3px;transition:all .3s ease}.mobile-menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media(max-width:768px){.container{padding:0 1rem}.nav-container{padding:0 1rem;position:relative}.mobile-menu-toggle{display:flex}.nav-links{position:fixed;top:80px;right:-100%;width:280px;height:calc(100vh - 80px);background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;padding:2rem;gap:1.5rem;transition:right .3s ease;box-shadow:-4px 0 20px #0000001a;z-index:1000}.nav-links.active{right:0}.nav-links a{display:block;font-size:1.1rem;padding:.75rem 0;border-bottom:1px solid rgba(69,87,99,.1)}.nav-links a.cta-button{border:2px solid var(--navy);text-align:center;border-radius:25px;padding:.75rem 1.5rem}section[style*=background]{background-size:cover!important;background-position:center!important;min-height:auto!important}.hero,section{min-height:400px!important;max-height:600px}.hero-title{font-size:2.5rem}.section-title{font-size:2rem}.products-grid,.benefits-grid{grid-template-columns:1fr;min-width:auto}.lifestyle-cards{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;text-align:center}.footer-links{grid-template-columns:1fr}.puck{width:150px;height:150px}}@media(max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.section-title{font-size:1.75rem}.product-card{padding:1.5rem}.absorption-comparison{padding:2rem}.ethos-content h2{font-size:2rem}.ethos-subtitle{font-size:1rem}}.scrolling-bar-section{padding:0;background:var(--sand);position:relative;overflow:hidden;width:100%;min-height:200px}.scrolling-container{width:100%;overflow:hidden;position:relative;height:200px}.scrolling-track{display:flex;gap:0;width:max-content;animation:scroll-infinite 30s linear infinite;height:200px}.scrolling-item{flex-shrink:0;width:300px;height:200px;position:relative;overflow:hidden;background-size:cover;background-position:center;background-repeat:no-repeat}.scrolling-item img{width:100%;height:100%;object-fit:cover;display:block}.scrolling-label{position:absolute;top:15px;left:15px;display:flex;align-items:center;gap:8px}.scrolling-label-square{width:12px;height:12px;background:#fff;border-radius:2px}.scrolling-label-text{color:#fff;font-size:.9rem;font-weight:600;text-shadow:0 2px 4px rgba(0,0,0,.5);background:#0000004d;padding:.25rem .5rem;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@keyframes scroll-infinite{0%{transform:translate(0)}to{transform:translate(calc(-100% + 100vw))}}@media(max-width:768px){.scrolling-container,.scrolling-track{height:150px}.scrolling-item{width:250px;height:150px}}@media(max-width:1024px){.about-hero h1{font-size:2.5rem}.about-hero p{font-size:1.1rem}}@media(max-width:900px)and (min-width:769px){section[style*="grid-template-columns: 1fr 1fr"]>.container>div{gap:1.5rem!important}div[style*="grid-template-columns: 1fr 1fr"] h2[style*="font-size: 3rem"]{font-size:2.5rem!important}}@media(max-width:768px){section[style*="grid-template-columns: 1fr 1fr"]>.container>div{display:flex!important;flex-direction:column!important;gap:2rem!important}.about-hero h1,section h1[style*="font-size: 3.5rem"]{font-size:2rem!important}.about-hero p,section p[style*="font-size: 1.25rem"]{font-size:1rem!important}div[style*="grid-template-columns: 1fr 1fr"]{grid-template-columns:1fr 1fr!important}div[style*="repeat(auto-fit"],div[style*="repeat(auto-fit, minmax(220px, 1fr))"]{grid-template-columns:1fr!important}}@media(max-width:480px){div[style*="grid-template-columns: 1fr 1fr"]>div[style*="border: 2px solid"]{grid-column:span 2}.about-hero h1,section h1[style*="font-size: 3.5rem"]{font-size:1.75rem!important}}@media(max-width:768px){.product-hero-content{grid-template-columns:1fr!important}.product-thumbnails{justify-content:center!important}.flavor-options{flex-wrap:wrap!important}.key-benefits{grid-template-columns:1fr!important}}@media(max-width:768px){section[style*="padding: 80px 0"]{padding:3rem 0!important}section[style*="padding: 120px 0"]{padding:4rem 0!important}h2[style*="margin-bottom: 2rem"]{margin-bottom:1.5rem!important}div[style*="max-width: 800px"],div[style*="max-width: 900px"]{max-width:100%!important}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/main.css.map */
