:root{--teal:#00e5ff;--teal-dark:#00cce5;--teal-deeper:#00b3cc;--green:#aaff03;--green-dark:#6fa530;--green-muted:#a8d86a;--white:#fff;--off-white:#f8fcfb;--gray-50:#f1f6f5;--gray-100:#e2edeb;--gray-200:#c5d9d6;--gray-400:#7fa19d;--gray-600:#4a6b68;--gray-800:#263c3b;--black:#111e1e;--text-heading:#1a3332;--text-body:#3d5856;--text-light:#6a8e8b;--text-white:#fff;--font-heading:"Outfit", sans-serif;--font-body:"Source Serif 4", "Georgia", serif;--font-ui:"Outfit", sans-serif;--section-pad-y:clamp(3.5rem, 8vw, 7rem);--container-max:1120px;--container-pad:clamp(1.25rem, 4vw, 2.5rem);--ease-out:cubic-bezier(.16, 1, .3, 1);--transition-base:.3s var(--ease-out);--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--radius-full:999px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);color:var(--text-body);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:clamp(1rem,.95rem + .25vw,1.125rem);line-height:1.75;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-heading);font-weight:600;line-height:1.2}.container{width:100%;max-width:var(--container-max);padding-left:var(--container-pad);padding-right:var(--container-pad);margin:0 auto}.reveal{opacity:0;transition:opacity .8s var(--ease-out), transform .8s var(--ease-out);transform:translateY(32px)}.reveal.revealed{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.site-header{z-index:1000;background:var(--white);position:fixed;top:0;left:0;right:0;box-shadow:0 1px #0000000f,0 2px 12px #0000000a}.header-inner{max-width:var(--container-max);padding:.75rem var(--container-pad);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.header-logo{object-fit:contain;width:auto;height:60px;transition:opacity var(--transition-base)}.main-nav{gap:.25rem;display:none}.nav-link{font-family:var(--font-ui);letter-spacing:.02em;border-radius:var(--radius-full);transition:color var(--transition-base), background var(--transition-base);color:var(--text-body);padding:.5rem 1rem;font-size:.875rem;font-weight:500}.nav-link:hover{color:var(--teal-dark);background:var(--gray-50)}.nav-cta{background:var(--teal);padding:.5rem 1.5rem;font-weight:700;color:var(--green)!important}.nav-cta:hover{background:var(--teal-dark)!important;color:var(--white)!important}.nav-cta-accent{color:var(--green);font-style:italic}.mobile-menu-btn{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:flex}.mobile-menu-btn span{background:var(--text-heading);width:24px;height:2px;transition:transform var(--transition-base), opacity var(--transition-base);border-radius:2px;display:block}.mobile-menu-btn.active span:first-child{transform:rotate(45deg)translate(5px,5px)}.mobile-menu-btn.active span:nth-child(2){opacity:0}.mobile-menu-btn.active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.main-nav.open{-webkit-backdrop-filter:blur(24px);z-index:1000;background:#fffffff7;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;display:flex;position:fixed;inset:0}.main-nav.open .nav-link{color:var(--text-heading);padding:.75rem 2rem;font-size:1.25rem}.main-nav.open .nav-cta{margin-top:1rem;font-size:1.125rem}.hero{align-items:flex-end;min-height:100dvh;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;position:absolute;inset:0}.hero-img{object-fit:cover;object-position:center 65%;width:100%;height:100%}.hero-overlay{background:linear-gradient(#0000 55%,#111e1e1a 67%,#111e1e8c 82%,#111e1ed9 100%);position:absolute;inset:0}.hero-content{z-index:1;padding:2rem var(--container-pad) 3.5rem 20px;max-width:var(--container-max);width:100%;margin:0 auto;position:relative}.hero-text{font-family:var(--font-heading);color:var(--white);text-shadow:0 2px 20px #0000004d;max-width:420px;margin-bottom:1.75rem;font-size:clamp(1.25rem,3.5vw,2.25rem);font-weight:500;line-height:1.35}.hero-text-accent{color:var(--green-muted);margin-top:.5rem;font-style:italic;font-weight:500;display:block}.hero-cta{padding:1rem 2.5rem;font-size:clamp(1.05rem,2.5vw,1.2rem);animation:2.5s ease-in-out infinite heroPulse}@keyframes heroPulse{0%,to{box-shadow:0 4px 24px #4bbfbd59,0 1px 4px #4bbfbd33}50%{box-shadow:0 4px 32px #4bbfbd8c,0 1px 8px #4bbfbd59}}@media (width<=767px){.hero-cta{text-align:center;width:100%;max-width:320px;margin-top:.25rem;padding:1.1rem 2rem;font-size:1.15rem;display:block}.hero-content{padding-bottom:2.5rem}}.btn{font-family:var(--font-ui);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-base);letter-spacing:.02em;border:none;justify-content:center;align-items:center;font-size:1rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary{background:var(--teal);color:var(--white);padding:1rem 2.5rem;font-size:1.0625rem;box-shadow:0 4px 24px #4bbfbd59,0 1px 4px #4bbfbd33}.btn-primary:hover{background:var(--teal-dark);transform:translateY(-2px);box-shadow:0 8px 32px #4bbfbd66,0 2px 8px #4bbfbd40}.btn-primary:active{transform:translateY(0)}.hero-cta{padding:1.125rem 2.75rem;font-size:1.125rem}.story-section{padding:var(--section-pad-y) 0;position:relative}.story-section:nth-child(2n){background:var(--off-white)}.section-icon{background:linear-gradient(135deg, var(--teal), var(--green));border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.25rem;display:flex}.section-icon svg{width:22px;height:22px;color:var(--white)}.section-label{margin-bottom:2rem;padding-bottom:1rem;font-size:clamp(1.5rem,3.5vw,2.25rem);font-weight:700;position:relative}.section-label:after{content:"";background:linear-gradient(90deg, var(--teal), var(--green));border-radius:3px;width:60px;height:3px;position:absolute;bottom:0;left:0}.story-copy p{margin-bottom:1.25rem}.story-copy p:last-child{margin-bottom:0}.story-callout{font-family:var(--font-heading);color:var(--teal-dark);border-left:4px solid var(--teal);margin-top:.5rem;padding:1.25rem 0 1.25rem 1.5rem;font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:600;line-height:1.4;margin-bottom:1.5rem!important}.inline-image{border-radius:var(--radius-md);max-width:350px;margin:2rem auto;overflow:hidden}.inline-image .section-photo{object-fit:cover;width:100%;height:auto}.formula-lead{font-family:var(--font-heading);color:var(--text-heading);font-size:clamp(1.375rem,3vw,1.875rem);font-weight:600;margin-bottom:1.5rem!important}.story-layout{flex-direction:column;gap:2.5rem;display:flex}.section-photo{object-fit:cover;width:100%;height:100%;display:block}.product-photo{object-fit:contain;width:100%;height:100%;display:block}.buy-section{padding:var(--section-pad-y) 0;background:linear-gradient(180deg, var(--gray-50) 0%, var(--white) 100%)}.buy-tagline{font-family:var(--font-body);letter-spacing:.06em;text-align:center;color:var(--teal-dark);margin-bottom:2.5rem;font-size:clamp(1.75rem,4.5vw,3rem);font-style:italic;font-weight:300;line-height:1.4}.buy-container-minimal{text-align:center;padding-top:2rem;padding-bottom:1rem}.buy-cta{margin-bottom:3rem;padding:1.25rem 3.5rem;font-size:1.25rem;display:inline-flex}.product-grid{grid-template-columns:1fr;gap:1.25rem;margin-bottom:2.5rem;display:grid}.product-card{background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-lg);text-align:center;transition:transform var(--transition-base), box-shadow var(--transition-base);padding:2rem 1.5rem;position:relative}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #4bbfbd1f,0 4px 16px #0000000f}.product-card-featured{border-color:var(--teal);border-width:2px;box-shadow:0 4px 24px #4bbfbd1a}.product-card-badge{background:var(--teal);color:var(--white);font-family:var(--font-ui);letter-spacing:.06em;text-transform:uppercase;border-radius:var(--radius-full);white-space:nowrap;padding:.3rem 1rem;font-size:.75rem;font-weight:600;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.badge-value{background:var(--green)}.product-name{font-family:var(--font-heading);color:var(--text-heading);margin-bottom:.375rem;font-size:1.25rem;font-weight:600}.product-details{font-family:var(--font-ui);color:var(--text-light);margin-bottom:.75rem;font-size:.875rem}.product-price{font-family:var(--font-heading);color:var(--teal-dark);margin-bottom:1.25rem;font-size:2rem;font-weight:700}.btn-shopify{background:var(--teal);color:var(--white);border-radius:var(--radius-full);font-family:var(--font-ui);width:100%;padding:.75rem 2rem;font-size:.9375rem;font-weight:600;box-shadow:0 2px 12px #4bbfbd33}.btn-shopify:hover{background:var(--teal-dark);box-shadow:0 4px 20px #4bbfbd4d}.product-card-featured .btn-shopify{background:var(--green)}.product-card-featured .btn-shopify:hover{background:var(--green-dark)}.buy-disclaimer{text-align:center;color:var(--text-light);max-width:600px;margin:0 auto;font-size:.75rem;font-style:italic;line-height:1.6}.funnel-section{padding:var(--section-pad-y) 0;background:linear-gradient(180deg, var(--gray-800) 0%, #1a3332 100%);position:relative;overflow:hidden}.funnel-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#4bbfbd14 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-200px;right:-200px}.funnel-container{text-align:center;max-width:640px}.funnel-heading{color:var(--white);margin-bottom:.75rem;font-size:clamp(1.75rem,4.5vw,2.75rem);font-weight:700}.funnel-subtext{color:var(--gray-200);margin-bottom:2.5rem;font-size:clamp(1rem,2vw,1.125rem);line-height:1.6}.funnel-card{border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(16px);background:#ffffff0f;border:1px solid #ffffff1a;flex-direction:column;justify-content:center;min-height:320px;margin-bottom:2.5rem;padding:clamp(1.5rem,4vw,2.5rem);display:flex}.funnel-step{opacity:0;transition:opacity .5s var(--ease-out), transform .5s var(--ease-out);display:none;transform:translateY(16px)}.funnel-step.active{opacity:1;display:block;transform:translateY(0)}.funnel-question{font-family:var(--font-heading);color:var(--white);margin-bottom:1.5rem;font-size:clamp(1.125rem,2.5vw,1.5rem);font-weight:600;line-height:1.4}.funnel-hint{color:var(--gray-400);margin-bottom:1.25rem;font-size:.875rem}.funnel-options{flex-direction:column;gap:.625rem;margin-bottom:1.5rem;display:flex}.funnel-option{border-radius:var(--radius-md);font-family:var(--font-ui);color:var(--gray-200);cursor:pointer;transition:all .25s var(--ease-out);text-align:left;background:#ffffff12;border:1px solid #ffffff26;padding:.875rem 1.25rem;font-size:.9375rem;font-weight:500}.funnel-option:hover{border-color:var(--teal);color:var(--white);background:#4bbfbd26;transform:translate(4px)}.funnel-option.selected{border-color:var(--teal);color:var(--white);background:#4bbfbd33}.funnel-input-wrap{flex-direction:column;gap:.75rem;margin-bottom:1rem;display:flex}.funnel-input{border-radius:var(--radius-md);font-family:var(--font-ui);color:var(--white);transition:border-color .25s var(--ease-out);background:#ffffff14;border:1px solid #fff3;outline:none;width:100%;padding:.875rem 1.25rem;font-size:1rem}.funnel-input::placeholder{color:var(--gray-400)}.funnel-input:focus{border-color:var(--teal);background:#ffffff1a}.funnel-next-btn{align-self:stretch}.funnel-zip-error{font-family:var(--font-ui);color:#ff6b6b;margin-top:-.5rem;margin-bottom:.5rem;font-size:.8125rem}.funnel-privacy{color:var(--gray-400);font-size:.75rem;font-style:italic}.funnel-progress{background:#ffffff14;border-radius:3px;width:100%;height:3px;margin-top:1.5rem;overflow:hidden}.progress-fill{background:linear-gradient(90deg, var(--teal), var(--green));height:100%;transition:width .6s var(--ease-out);border-radius:3px;display:block}.funnel-step-count{font-family:var(--font-ui);color:var(--gray-400);letter-spacing:.04em;margin-top:.625rem;font-size:.75rem}.funnel-result{text-align:center;padding:1rem 0}.funnel-approved-icon{color:var(--green);margin-bottom:1rem;font-size:3rem;animation:2s ease-in-out infinite pulseGlow}@keyframes pulseGlow{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.funnel-denied-icon{color:var(--gray-400);margin-bottom:1rem;font-size:3rem}.funnel-result-heading{color:var(--white);margin-bottom:.75rem;font-size:clamp(1.25rem,3vw,1.75rem)}.funnel-result-text{color:var(--gray-200);margin-bottom:1rem;line-height:1.6}.funnel-result-subtext{font-family:var(--font-heading);color:var(--teal);letter-spacing:.04em;text-transform:uppercase;margin-top:1.5rem;font-size:1rem;font-weight:600}.funnel-readiness{margin:1.5rem 0}.readiness-labels{font-family:var(--font-ui);color:var(--gray-400);justify-content:space-between;margin-bottom:.75rem;padding:0 .25rem;font-size:.75rem;display:flex}.readiness-bar{justify-content:space-between;gap:.375rem;display:flex}.readiness-dot{aspect-ratio:1;max-width:44px;color:var(--gray-400);font-family:var(--font-ui);cursor:pointer;transition:all .25s var(--ease-out);background:#ffffff0d;border:2px solid #ffffff26;border-radius:50%;flex:1;justify-content:center;align-items:center;font-size:.8125rem;font-weight:600;display:flex}.readiness-dot:hover{border-color:var(--teal);color:var(--white);background:#4bbfbd26;transform:scale(1.1)}.readiness-dot.active{background:var(--teal);border-color:var(--teal);color:var(--white)}.funnel-promo-box{border:2px dashed var(--green);border-radius:var(--radius-md);background:#8dc63f1a;margin:1.5rem 0;padding:1.25rem 1.5rem}.funnel-promo-label{font-family:var(--font-ui);color:var(--gray-200);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.5rem;font-size:.8125rem}.funnel-promo-code{font-family:var(--font-heading);color:var(--green);letter-spacing:.1em;margin-bottom:.375rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700}.funnel-promo-detail{font-family:var(--font-ui);color:var(--gray-200);font-size:.875rem}.funnel-shop-btn{background:var(--green);padding:1.125rem 2.5rem;font-size:1.125rem;box-shadow:0 4px 24px #8dc63f4d}.funnel-shop-btn:hover{background:var(--green-dark);box-shadow:0 8px 32px #8dc63f66}.lead-capture-section{background:var(--dark-900);padding:clamp(3rem,6vw,5rem) 0}.lead-capture-heading{font-family:var(--font-heading);color:var(--white);margin-bottom:.5rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.lead-capture-sub{color:var(--gray-300);margin-bottom:1.5rem;font-size:.95rem}.lead-capture-form{flex-direction:column;gap:.75rem;display:flex}.lead-input{border:1px solid var(--gray-200);background:var(--white);width:100%;color:var(--text-heading);font-size:1rem;font-family:var(--font-body);box-sizing:border-box;appearance:none;border-radius:.5rem;padding:.85rem 1rem;transition:border-color .2s}.lead-input:focus{border-color:var(--teal);background:var(--white);outline:none}.lead-input::placeholder{color:var(--gray-400)}.lead-input:-webkit-autofill{-webkit-text-fill-color:var(--text-heading);-webkit-box-shadow:0 0 0 1000px var(--white) inset;box-shadow:0 0 0 1000px var(--white) inset;transition:background-color 5000s ease-in-out}.lead-input:-webkit-autofill:hover{-webkit-text-fill-color:var(--text-heading);-webkit-box-shadow:0 0 0 1000px var(--white) inset;box-shadow:0 0 0 1000px var(--white) inset;transition:background-color 5000s ease-in-out}.lead-input:-webkit-autofill:focus{-webkit-text-fill-color:var(--text-heading);-webkit-box-shadow:0 0 0 1000px var(--white) inset;box-shadow:0 0 0 1000px var(--white) inset;transition:background-color 5000s ease-in-out}.lead-submit-btn{letter-spacing:.02em;margin-top:.25rem;padding:.9rem;font-size:1.05rem;font-weight:700}@media (width<=767px){.lead-capture-card{background:var(--white);border:1px solid var(--gray-100);box-shadow:0 4px 24px #00000014}.lead-capture-heading{color:var(--text-heading)}.lead-capture-sub{color:var(--gray-600)}.lead-input{background:var(--gray-50);color:var(--text-heading);border:2px solid var(--gray-200);border-radius:.625rem;min-height:52px;padding:1rem;font-size:16px}.lead-input:focus{border-color:var(--teal);background:var(--white)}.lead-input::placeholder{color:var(--gray-400);font-size:16px}.lead-input:-webkit-autofill{-webkit-text-fill-color:var(--text-heading);-webkit-box-shadow:0 0 0 1000px var(--gray-50) inset;box-shadow:0 0 0 1000px var(--gray-50) inset;transition:background-color 5000s ease-in-out}.lead-input:-webkit-autofill:hover{-webkit-text-fill-color:var(--text-heading);-webkit-box-shadow:0 0 0 1000px var(--gray-50) inset;box-shadow:0 0 0 1000px var(--gray-50) inset;transition:background-color 5000s ease-in-out}.lead-input:-webkit-autofill:focus{-webkit-text-fill-color:var(--text-heading);-webkit-box-shadow:0 0 0 1000px var(--gray-50) inset;box-shadow:0 0 0 1000px var(--gray-50) inset;transition:background-color 5000s ease-in-out}.lead-submit-btn{min-height:52px;margin-top:.5rem;padding:1rem;font-size:1.1rem}.lead-capture-privacy{color:var(--gray-400)}}.lead-capture-success{padding:1.25rem}.lead-success-text{color:var(--white);font-size:1.15rem;font-weight:600;line-height:1.6}.lead-capture-privacy{color:var(--gray-500);margin-top:1rem;font-size:.75rem}.lead-consent-label{cursor:pointer;text-align:left;align-items:flex-start;gap:.5rem;max-width:420px;margin:.75rem auto .25rem;display:flex}.lead-consent-check{width:16px;height:16px;accent-color:var(--accent);cursor:pointer;flex-shrink:0;margin-top:.2rem}.lead-consent-text{color:var(--gray-500);font-size:.68rem;line-height:1.5}.section-shop{background:linear-gradient(180deg, var(--dark-900) 0%, #0a1a1a 100%);padding:clamp(4rem,8vw,7rem) 0}.shop-heading{font-family:var(--font-heading);color:var(--white);text-align:center;margin-bottom:.5rem;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700}.shop-subheading{font-family:var(--font-ui);color:var(--gray-300);text-align:center;max-width:36rem;margin:0 auto 3rem;font-size:1rem}.shop-grid{grid-template-columns:repeat(3,1fr);justify-items:center;gap:1.5rem;max-width:60rem;margin:0 auto;display:grid}.shop-grid .shop-card:nth-child(4){grid-column:1/2;transform:translate(50%)}.shop-grid .shop-card:nth-child(5){grid-column:2/3;transform:translate(50%)}.shop-card{border-radius:var(--radius-lg);text-align:center;transition:all .3s var(--ease-out);background:#ffffff0d;border:1px solid #ffffff1a;flex-direction:column;align-items:center;padding:1.5rem;display:flex;position:relative}.shop-card:hover{background:#ffffff14;border-color:#4bbfbd4d;transform:translateY(-4px);box-shadow:0 12px 40px #0000004d}.shop-card-featured{border-color:var(--teal);background:#4bbfbd14;box-shadow:0 0 30px #4bbfbd26}.shop-card-featured:hover{box-shadow:0 0 40px #4bbfbd40}.shop-card-badge{color:var(--gray-200);font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;background:#ffffff1a;border:1px solid #fff3;border-radius:2rem;padding:.25rem .875rem;font-size:.6875rem;font-weight:600;position:absolute;top:-.75rem;left:50%;transform:translate(-50%)}.shop-badge-featured{background:var(--teal);border-color:var(--teal);color:var(--white)}.shop-card-img{border-radius:var(--radius-sm);width:100%;max-width:180px;height:auto;margin:1rem 0}.shop-card-title{font-family:var(--font-heading);color:var(--white);margin-bottom:.25rem;font-size:1.125rem;font-weight:700}.shop-card-servings{font-family:var(--font-ui);color:var(--gray-400);margin-bottom:.75rem;font-size:.8125rem}.shop-card-price{font-family:var(--font-heading);color:var(--green);margin-bottom:.125rem;font-size:1.75rem;font-weight:700}.shop-card-per{font-family:var(--font-ui);color:var(--teal);margin-bottom:1.25rem;font-size:.75rem;font-weight:600}.shop-card-btn{width:100%;margin-top:auto;padding:.875rem 1.5rem;font-size:.9375rem}.shop-card-featured .shop-card-btn{background:var(--teal);box-shadow:0 4px 20px #4bbfbd4d}.shop-card-featured .shop-card-btn:hover{background:var(--teal-dark)}.shop-guarantee{font-family:var(--font-ui);color:var(--gray-400);text-align:center;margin-top:2.5rem;font-size:.8125rem;line-height:1.6}.shop-guarantee strong{color:var(--green)}.shop-page-top{padding-top:clamp(6rem,10vw,8rem)}.section-shop-gated{display:none}.section-shop-gated.visible{animation:.6s fadeInUp;display:block}@keyframes fadeInUp{0%{opacity:0;transform:translateY(2rem)}to{opacity:1;transform:translateY(0)}}.lead-capture-card{background:var(--dark-800);text-align:center;border:1px solid #00e5ff40;border-radius:1.25rem;max-width:520px;margin:0 auto;padding:clamp(2rem,4vw,3rem)}.lead-capture-compact{max-width:600px;padding:1.5rem 2rem}.lead-capture-compact .lead-capture-heading{margin-bottom:1rem;font-size:clamp(1.1rem,2vw,1.4rem)}.lead-capture-compact .lead-input{padding:.65rem .75rem;font-size:.9rem}.lead-capture-compact .lead-submit-btn{padding:.65rem;font-size:.95rem}.lead-form-inline{grid-template-columns:1fr 1fr;gap:.6rem;display:grid}.lead-form-inline .lead-submit-btn{grid-column:1/-1}@media (width<=640px){.lead-form-inline{grid-template-columns:1fr}}.lead-success-text strong{color:var(--dark-900);background:var(--green);letter-spacing:.15em;border-radius:.35rem;margin:.35rem 0;padding:.3em .75em;font-size:1.35rem;display:inline-block}@media (width<=767px){.lead-success-text{font-size:1.1rem}.lead-success-text strong{width:fit-content;margin:.5rem auto;padding:.4em .9em;font-size:1.5rem;display:block}}.promo-popup-overlay{z-index:9999;-webkit-backdrop-filter:blur(8px);background:#000000bf;justify-content:center;align-items:center;padding:1.5rem;animation:.3s popupFadeIn;display:flex;position:fixed;inset:0}@keyframes popupFadeIn{0%{opacity:0}to{opacity:1}}.promo-popup{background:var(--white);text-align:center;border-radius:1.25rem;width:100%;max-width:400px;padding:clamp(2rem,5vw,3rem);animation:.4s popupSlideUp;box-shadow:0 24px 80px #0000004d}@keyframes popupSlideUp{0%{opacity:0;transform:translateY(2rem)}to{opacity:1;transform:translateY(0)}}.promo-popup-check{color:var(--teal);margin-bottom:.25rem;font-size:2.5rem}.promo-popup-title{font-family:var(--font-heading);color:var(--text-heading);margin-bottom:.5rem;font-size:clamp(1.5rem,4vw,2rem)}.promo-popup-msg{font-family:var(--font-body);color:var(--gray-600);margin-bottom:1rem;font-size:1rem}.promo-popup-msg strong{color:var(--text-heading)}.promo-popup-code{font-family:var(--font-ui);letter-spacing:.2em;color:var(--dark-900);background:var(--green);border-radius:.5rem;margin-bottom:1rem;padding:.5em 1em;font-size:clamp(1.75rem,5vw,2.25rem);font-weight:800;display:inline-block}.promo-popup-hint{font-family:var(--font-ui);color:var(--gray-400);margin-bottom:1.5rem;font-size:.8rem}.promo-popup-btn{width:100%;padding:1rem;font-size:1.1rem}.shop-disclaimer{font-family:var(--font-ui);color:var(--gray-500);text-align:center;margin-top:1.5rem;font-size:.7rem;line-height:1.5}@media (width<=640px){.shop-grid{grid-template-columns:1fr;max-width:22rem;margin:0 auto}.shop-grid .shop-card:nth-child(4),.shop-grid .shop-card:nth-child(5){grid-column:auto;justify-self:center;margin-left:auto;margin-right:auto;transform:none}}.section-origin{background:var(--white)!important}.origin-heading{text-align:center;margin-bottom:2rem;padding-bottom:1.25rem;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;position:relative}.origin-heading:after{content:"";background:linear-gradient(90deg, var(--teal), var(--green));border-radius:3px;width:80px;height:3px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.origin-hero-image{border-radius:var(--radius-lg);max-width:640px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;overflow:hidden;box-shadow:0 8px 40px #0000001a}.origin-photo{width:100%;display:block}.origin-copy{max-width:720px;margin:0 auto}.origin-lead{font-family:var(--font-heading);color:var(--text-heading);font-size:clamp(1.25rem,2.5vw,1.625rem);font-weight:500;line-height:1.5;margin-bottom:1.5rem!important}.origin-lead em{color:var(--teal-dark);font-style:italic}.origin-closing{font-family:var(--font-heading);color:var(--teal-dark);border-top:2px solid var(--gray-100);margin-top:1rem;padding-top:1rem;font-size:clamp(1.125rem,2vw,1.375rem);font-weight:600}.blog-section{padding:var(--section-pad-y) 0;background:var(--off-white);text-align:center}.blog-heading{color:var(--text-heading);margin-bottom:.75rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700}.blog-subheading{color:var(--text-body);max-width:520px;margin:0 auto 1.5rem;font-size:clamp(1rem,2vw,1.125rem)}.blog-coming{font-family:var(--font-ui);color:var(--text-light);border:2px dashed var(--gray-200);border-radius:var(--radius-lg);max-width:480px;margin:0 auto;padding:3rem 2rem;font-size:.9375rem;font-style:italic}.social-section{padding:var(--section-pad-y) 0;background:var(--white);text-align:center}.social-heading{margin-bottom:.5rem;font-size:clamp(1.5rem,3.5vw,2.25rem);font-weight:700}.social-handle{font-family:var(--font-ui);color:var(--teal);margin-bottom:2rem;font-size:1.125rem;font-weight:600}.social-grid{grid-template-columns:repeat(3,1fr);gap:.5rem;max-width:640px;margin-bottom:2rem;margin-left:auto;margin-right:auto;display:grid}.social-placeholder{aspect-ratio:1;background:var(--gray-50);border-radius:var(--radius-md);border:1px dashed var(--gray-200);justify-content:center;align-items:center;display:flex}.social-placeholder svg{width:32px;height:32px;color:var(--gray-200)}.social-links{justify-content:center;gap:1rem;display:flex}.social-link{background:var(--gray-50);width:48px;height:48px;transition:all var(--transition-base);border:1px solid var(--gray-100);border-radius:50%;justify-content:center;align-items:center;display:flex}.social-link:hover{background:var(--teal);border-color:var(--teal)}.social-link svg{width:22px;height:22px;color:var(--text-body);transition:color var(--transition-base)}.social-link:hover svg{color:var(--white)}.site-footer{background:var(--gray-800);padding:3rem 0}.footer-inner{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;display:flex}.footer-logo{object-fit:contain;filter:brightness(0)invert();opacity:.9;width:auto;height:48px}.footer-info{flex-direction:column;gap:.375rem;display:flex}.footer-link{font-family:var(--font-ui);color:var(--gray-200);transition:color var(--transition-base);font-size:.9375rem}.footer-link:hover{color:var(--teal)}.footer-copy{font-family:var(--font-ui);color:var(--gray-400);font-size:.8125rem}@media (width>=640px){.product-grid{grid-template-columns:repeat(2,1fr)}.social-grid{grid-template-columns:repeat(6,1fr)}}@media (width>=768px){.mobile-menu-btn{display:none}.main-nav{align-items:center;display:flex}.header-logo{height:68px}.hero-content{padding-bottom:5rem}.story-layout{flex-direction:row;align-items:center;gap:3.5rem}.story-layout .story-copy{flex:1}.story-layout .story-image{flex:0 0 360px;max-width:360px}.story-layout-reverse{flex-direction:row-reverse}.footer-inner{text-align:left;flex-direction:row;justify-content:space-between}.footer-info{flex-direction:row;gap:2rem}}@media (width>=1024px){.product-grid{grid-template-columns:repeat(3,1fr)}.story-layout .story-image{flex:0 0 420px;max-width:420px}.header-logo{height:76px}.hero-text{max-width:680px}}body:before{content:"";background:linear-gradient(90deg, var(--teal), var(--green), var(--teal));z-index:1001;height:3px;position:fixed;top:0;left:0;right:0}.story-section:before{content:"";background:linear-gradient(90deg, transparent, var(--gray-200), transparent);width:120px;height:2px;position:absolute;top:0;left:50%;transform:translate(-50%)}.story-section:first-of-type:before{display:none}.story-copy a{color:var(--teal-dark);text-underline-offset:3px;transition:text-decoration-color var(--transition-base);-webkit-text-decoration:underline #4bbfbd4d;text-decoration:underline #4bbfbd4d}.story-copy a:hover{-webkit-text-decoration-color:var(--teal);text-decoration-color:var(--teal)}.product-card-featured:before{content:"";border-radius:calc(var(--radius-lg) + 2px);background:linear-gradient(135deg, var(--teal), var(--green));z-index:-1;position:absolute;inset:-2px}.section-photo,.product-photo,.origin-photo{opacity:0;transition:opacity .6s}.section-photo.loaded,.product-photo.loaded,.origin-photo.loaded{opacity:1}.btn:focus-visible,.nav-link:focus-visible,.social-link:focus-visible{outline:2px solid var(--teal);outline-offset:3px}::selection{color:var(--text-heading);background:#4bbfbd33}.origin-founder-byline{font-family:var(--ff-body);color:var(--gray-400);text-align:center;margin-top:-.5rem;margin-bottom:2rem;font-size:.95rem;font-style:italic}.origin-founder-byline strong{color:var(--accent);font-style:normal}.footer-bio{font-family:var(--ff-body);color:var(--gray-500);text-align:center;max-width:480px;margin:.5rem auto 1rem;font-size:.78rem;line-height:1.6}.switch-hero{text-align:center;background:linear-gradient(180deg, var(--dark-900) 0%, #0a1a1a 100%);padding:10rem 0 3rem}.switch-h1{font-family:var(--ff-heading);color:var(--text-heading);letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700}.switch-tagline{font-family:var(--ff-body);color:var(--gray-400);max-width:540px;margin:0 auto;font-size:clamp(1rem,2.5vw,1.2rem);line-height:1.7}.switch-tagline strong{color:var(--accent)}.switch-content{background:var(--dark-800);padding:4rem 0 6rem}.switch-coming{text-align:center;border-radius:var(--radius-lg);background:#ffffff05;border:1px solid #4bbfbd26;max-width:560px;margin:0 auto;padding:3rem 2rem}.switch-coming-icon{color:var(--accent);margin-bottom:1rem;font-size:2rem}.switch-coming-heading{font-family:var(--ff-heading);color:var(--text-heading);margin-bottom:1rem;font-size:1.5rem;font-weight:600}.switch-coming-text{font-family:var(--ff-body);color:var(--gray-400);margin-bottom:1rem;font-size:1rem;line-height:1.7}.switch-cta{margin-top:1.5rem;display:inline-block}@media (width<=600px){.switch-hero{padding:8rem 0 2rem}.switch-coming{padding:2rem 1.25rem}}
