:root{--brand-blue:#0d55a7;--brand-blue-dark:#0a4488;--brand-orange:#f5821f;--content-max:1320px;--gutter:max(5%, calc((100% - var(--content-max)) / 2));--ease-out:cubic-bezier(.23, 1, .32, 1);--ease-in-out:cubic-bezier(.77, 0, .175, 1);--ease-drawer:cubic-bezier(.32, .72, 0, 1);color:#18212b;font-synthesis:none;text-rendering:optimizelegibility;background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:#fff;margin:0}button,a{font:inherit}button{cursor:pointer}.page{min-height:100vh}.line-cta{background:#fff;border:1px solid #e4e8ec;border-radius:22px;margin-top:2rem;padding:1.5rem}.line-cta h3{margin:0 0 .5rem}.line-cta p{color:#687481}.line-cta button{background:var(--brand-blue);color:#fff;border:0;border-radius:999px;padding:.75rem 1rem;font-weight:700}.line-cta-actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.line-cta-link{color:var(--brand-blue);font-weight:600;text-decoration:none}.line-cta-link:hover{text-decoration:underline}.section-intro-media{flex-direction:column;gap:1.1rem;display:flex;position:relative}.section-intro-copy{color:#56616e;margin:0;font-size:.96rem;line-height:1.7}.section-intro-card{z-index:1;border-left:4px solid var(--brand-orange);background:#fff;border-radius:14px;align-self:flex-start;max-width:300px;margin:-3.25rem 0 0 -.75rem;padding:1rem 1.2rem;position:relative;box-shadow:0 22px 44px -20px #18212b47}.section-intro-card p{color:#56616e;margin:0;font-size:.85rem;line-height:1.55}.section-intro-card-title{font-weight:800;color:var(--brand-blue)!important;margin-bottom:.25rem!important;font-size:.95rem!important}.section-intro-copy a{color:var(--brand-blue);font-weight:600}.need-grid{flex-wrap:wrap;gap:.75rem;margin-top:2rem;display:flex}.need-grid a{color:var(--brand-blue);background:#fff;border:1px solid #dfe4e9;border-radius:999px;padding:.75rem 1rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:border-color .15s,transform .15s;display:inline-flex}.need-grid a:hover{border-color:var(--brand-blue);transform:translateY(-1px)}.promo-marquee{background:linear-gradient(90deg, var(--brand-blue), var(--brand-blue-dark));color:#fff;overflow:hidden}.promo-marquee-track{width:max-content;animation:26s linear infinite promo-marquee-scroll;display:flex}.promo-marquee-group{flex-shrink:0;align-items:center;display:flex}.promo-marquee-item{white-space:nowrap;align-items:center;gap:.5rem;padding:.6rem 1.5rem;font-size:.85rem;font-weight:600;display:inline-flex}.promo-marquee-item svg{flex-shrink:0;width:16px;height:16px}.promo-marquee-item:after{content:"·";opacity:.6;margin-left:1.5rem}@keyframes promo-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.promo-marquee-track{animation:none}.promo-marquee{overflow-x:auto}}.header{z-index:20;padding:1rem var(--gutter);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;border-bottom:1px solid #e8ebef;align-items:center;gap:2rem;display:flex;position:sticky;top:0}.brand{color:inherit;letter-spacing:.08em;align-items:center;font-weight:800;text-decoration:none;display:inline-flex}.brand img{width:auto;height:54px;display:block}.header nav{flex:1;gap:1.25rem;display:flex}.header nav a{color:inherit;font-size:.95rem;font-weight:600;text-decoration:none}.nav-item-has-menu{position:relative}.nav-item-has-menu-row{align-items:center;height:100%;display:flex}.nav-item-caret{color:inherit;transition:transform .16s var(--ease-out);background:0 0;border:0;margin-left:.15rem;padding:.25rem;font-size:1rem;line-height:1;display:none}.nav-item-caret[aria-expanded=true]{transform:rotate(180deg)}.nav-mega-panel{z-index:25;background:#fff;border:1px solid #e8ebef;border-radius:20px;gap:1.5rem;width:min(620px,80vw);padding:1.25rem;display:flex;position:absolute;top:calc(100% + 18px);left:-1.25rem;box-shadow:0 24px 48px -20px #14284647}.nav-mega-feature{width:210px;color:inherit;flex-direction:column;flex-shrink:0;gap:.6rem;text-decoration:none;display:flex}.nav-mega-feature img{object-fit:cover;border-radius:14px;width:100%;height:140px;display:block}.nav-mega-feature-eyebrow{text-transform:uppercase;letter-spacing:.08em;color:#7a8592;font-size:.68rem;font-weight:700}.nav-mega-feature-cta{color:var(--brand-blue);font-size:.9rem;font-weight:700}.nav-mega-grid{flex:1;grid-template-columns:repeat(2,minmax(0,1fr));gap:.2rem .75rem;min-width:0;display:grid}.nav-mega-item{min-width:0;color:inherit;border-radius:12px;align-items:center;gap:.55rem;padding:.45rem .4rem;text-decoration:none;transition:background .14s;display:flex}.nav-mega-item-text{flex-direction:column;gap:.1rem;min-width:0;display:flex}.nav-mega-item:hover{background:#f4f7fb}.nav-mega-item img{object-fit:contain;flex-shrink:0;width:40px;height:40px}.nav-mega-item-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.82rem;font-weight:600;line-height:1.2;display:-webkit-box;overflow:hidden}.nav-mega-item-price{color:#56616e;font-size:.76rem;font-weight:700}.header-actions{align-items:center;gap:.75rem;display:flex}.cart{border:1px solid var(--brand-blue);color:var(--brand-blue);transition:transform .14s var(--ease-out);background:#fff;border-radius:999px;padding:.65rem 1rem;font-weight:600}.cart:active{transform:scale(.96)}.menu-toggle{width:42px;height:42px;transition:transform .14s var(--ease-out);background:#fff;border:1px solid #dfe4e9;border-radius:999px;justify-content:center;align-items:center;font-size:1.2rem;display:none}.menu-toggle:active{transform:scale(.92)}.hero{isolation:isolate;min-height:72vh;padding:5.5rem var(--gutter);align-items:center;display:flex;position:relative;overflow:hidden}.hero:before{content:"";z-index:-1;background:linear-gradient(112deg,#fff 0% 34%,#ffffffdb 48%,#ffffff4d 68%,#fff0 84%);position:absolute;inset:0}.hero-media{z-index:-2;background:radial-gradient(circle at 100% 0,#edf5f1,#0000 40%),linear-gradient(135deg,#f5f8fb,#fff);position:absolute;inset:0;overflow:hidden}.hero-media img{object-fit:cover;width:100%;height:100%;transform:scale(1.15)}.hero-carousel{isolation:isolate;background:#0a3f80;height:min(68vh,620px);position:relative;overflow:hidden}.hero-slide{opacity:0;visibility:hidden;transition:opacity .7s,visibility 0s linear .7s;position:absolute;inset:0}.hero-slide[data-active=true]{opacity:1;visibility:visible;transition:opacity .7s,visibility}.hero-slide-media{z-index:-2;position:absolute;inset:0}.hero-slide-media img{object-fit:cover;object-position:center;width:100%;height:100%}.hero-slide:before{content:"";z-index:-1;background:linear-gradient(98deg,#06203ef0 0%,#06203ed1 42%,#06203e6b 70%,#06203e1a 92%),linear-gradient(#051a3400 58%,#051a348c 100%);position:absolute;inset:0}.hero-slide-content{z-index:1;height:100%;padding:2rem var(--gutter);color:#fff;flex-direction:column;justify-content:center;display:flex;position:relative}.hero-slide-copy{width:100%;max-width:640px}.hero-slide-content .eyebrow{color:#ffdcbb;text-shadow:0 1px 10px #0414288c;align-items:center;gap:.7rem;display:flex}.hero-slide-content .eyebrow:before{content:"";background:#f5821f;border-radius:2px;width:28px;height:2px}.hero-slide-content h1,.hero-slide-title{letter-spacing:-.015em;text-wrap:balance;color:#fff;text-shadow:0 2px 20px #04122680;margin:.7rem 0 1rem;font-size:clamp(2.15rem,5.2vw,3.75rem);font-weight:800;line-height:1.05}.hero-slide-content .lead{color:#fff;text-shadow:0 1px 14px #0412268c;max-width:44rem;margin:0;font-size:clamp(1.02rem,1.9vw,1.2rem);line-height:1.55}.hero-slide-actions{flex-wrap:wrap;align-items:center;gap:.9rem 1.4rem;margin-top:2rem;display:flex}.hero-slide-actions .primary{color:#0d55a7;background:#fff;align-items:center;gap:.55rem;display:inline-flex;box-shadow:0 12px 28px -14px #00000080}.hero-slide-actions .primary:after{content:"→";transition:transform .18s var(--ease-out)}.hero-slide-actions .primary:hover{background:#f0f4f8}.hero-slide-actions .primary:hover:after{transform:translate(4px)}.hero-slide-link{color:#fff;border-bottom:2px solid #ffffff80;padding-bottom:2px;font-size:.95rem;font-weight:700;text-decoration:none;transition:border-color .15s}.hero-slide-link:hover{border-color:#fff}.hero-dots{left:var(--gutter);z-index:2;gap:.55rem;display:flex;position:absolute;bottom:1.4rem}.hero-dot{cursor:pointer;background:#fff6;border:0;border-radius:999px;width:34px;height:4px;transition:background .2s,transform .2s}.hero-dot:hover{background:#ffffffb3}.hero-dot.active{background:#fff}@media (prefers-reduced-motion:reduce){.hero-slide,.hero-slide[data-active=true]{transition:none}}@media (width<=900px){.hero-carousel{height:460px}.hero-slide:before{background:linear-gradient(#051c3714 0%,#051c3747 26%,#051c379e 50%,#051c37e6 74%,#051c37f7 100%)}.hero-slide-content{justify-content:flex-end;padding:1.5rem 5% 3.25rem}.hero-slide-copy{max-width:none}.hero-slide-content .eyebrow{gap:.55rem;font-size:.72rem}.hero-slide-content .eyebrow:before{width:22px}.hero-slide-content h1,.hero-slide-title{margin:.5rem 0 .6rem;font-size:clamp(1.95rem,8vw,2.45rem);line-height:1.12}.hero-slide-content .lead{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;font-size:.97rem;line-height:1.5;display:-webkit-box;overflow:hidden}.hero-slide-actions{gap:.7rem 1.1rem;margin-top:1.2rem}.hero-slide-actions .primary{padding:.7rem 1.2rem;font-size:.95rem}.hero-dots{bottom:.85rem;left:6%}.hero-dot{width:26px;height:3px}}.section-intro-row{grid-template-columns:1.2fr .8fr;align-items:start;gap:2.5rem;display:grid}.section-intro-image{aspect-ratio:4/3;border-radius:24px;overflow:hidden;box-shadow:0 16px 32px #18212b1a}.section-intro-image img{object-fit:cover;width:100%;height:100%}@media (width<=900px){.hero{flex-direction:column;align-items:stretch;min-height:0;padding:0 0 1.5rem;display:flex}.hero:before{display:none}.hero h1{margin:.3rem 0 .5rem;font-size:clamp(1.9rem,8.5vw,2.35rem)}.hero .lead{margin:0 0 .9rem;font-size:.95rem;line-height:1.4}.hero .actions{margin-top:0}.hero .shipping-note{margin-top:.85rem}.hero-media{aspect-ratio:16/6;border-radius:0 0 24px 24px;order:-1;margin-bottom:1rem;position:relative}.hero-media>*{position:absolute;inset:0}.hero-media img{object-fit:cover;width:100%;height:100%;transform:none}.hero-content{max-width:none;padding:0 4%}.section-intro-row{grid-template-columns:1fr}.section-intro-image{aspect-ratio:16/9}}.page-banner{isolation:isolate;min-height:42vh;padding:3.5rem var(--gutter);align-items:flex-end;display:flex;position:relative;overflow:hidden}.page-banner-media{z-index:-2;background:linear-gradient(135deg,#f5f8fb,#fff);position:absolute;inset:0;overflow:hidden}.page-banner-media img{object-fit:cover;width:100%;height:100%;transform:scale(1.15)}.page-banner:before{content:"";z-index:-1;background:linear-gradient(#0a10160d 0%,#0a101647 45%,#0a1016b8 100%);position:absolute;inset:0}.page-banner-content{z-index:1;color:#fff;max-width:640px;position:relative}.page-banner-content h1{text-wrap:balance;margin:.3rem 0 .75rem;font-size:clamp(2rem,4vw,3.1rem);line-height:1.08}.page-banner-content .section-intro{color:#ffffffe0}@media (width<=900px){.page-banner{min-height:34vh;padding:2.5rem 4%}}.hero-content{z-index:1;max-width:600px;position:relative}.eyebrow{text-transform:uppercase;letter-spacing:.12em;opacity:.65;margin:0 0 .5rem;font-size:.78rem;font-weight:700}.hero h1{text-wrap:balance;margin:.5rem 0 1rem;font-size:clamp(2.75rem,7vw,5rem);line-height:1.02}.lead{color:#4d5865;max-width:650px;font-size:1.2rem;line-height:1.6}.actions{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.primary,.secondary{min-height:46px;transition:transform .16s var(--ease-out), opacity .15s ease;border-radius:999px;justify-content:center;align-items:center;padding:.9rem 1.25rem;font-weight:700;text-decoration:none;display:inline-flex}.primary{background:var(--brand-blue);color:#fff}.secondary{border:1px solid var(--brand-blue);color:var(--brand-blue);background:#fff}@media (hover:hover) and (pointer:fine){.primary:hover,.secondary:hover{opacity:.85;transform:translateY(-1px)}}.primary:active,.secondary:active{transform:scale(.97)}.primary:disabled,.secondary:disabled,.product-card-footer button:disabled,.line-cta button:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.stock-note{margin:.5rem 0 0;font-size:.85rem;font-weight:700}.stock-low{color:#b3690f}.stock-out{color:#a63d3d}.shipping-progress{margin:.6rem 0 0}.shipping-progress-track{background:#e4e8ec;border-radius:999px;height:8px;overflow:hidden}.shipping-progress-fill{background:linear-gradient(90deg, var(--brand-blue), var(--brand-orange));height:100%;transition:width .5s var(--ease-out);border-radius:999px}.shipping-progress-fill[data-complete=true]{background:#1f6f4f}@media (prefers-reduced-motion:reduce){.shipping-progress-fill{transition-duration:1ms}}.upsell-offer{border:2px solid var(--brand-orange);background:linear-gradient(135deg,#fff8f0,#fff);border-radius:22px;gap:1.25rem;margin-top:2rem;padding:1.75rem;display:flex}.upsell-offer-icon{background:var(--brand-orange);color:#fff;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1.3rem;display:flex}.upsell-offer-body{flex:1;min-width:0}.upsell-offer-body h3{margin:.2rem 0 .5rem;font-size:1.2rem}.upsell-offer-copy{color:#56616e;margin:0 0 1rem}.upsell-offer-price{align-items:baseline;gap:.6rem;margin-bottom:1.25rem;font-size:1.3rem;display:flex}.upsell-offer-price-old{color:#8b96a3;font-size:1rem;text-decoration:line-through}.upsell-offer-price strong{color:var(--brand-orange)}@media (width<=600px){.upsell-offer{flex-direction:column}}.quiz-cta{background:var(--brand-orange);color:#fff;white-space:nowrap;transition:transform .14s var(--ease-out);border-radius:999px;justify-content:center;align-items:center;padding:.65rem 1rem;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex}.quiz-cta:active{transform:scale(.96)}@media (hover:hover) and (pointer:fine){.quiz-cta:hover{opacity:.9}}@media (width<=1240px){.quiz-cta{display:none}}.nav-quiz-mobile{display:none}@media (width<=1240px){.nav-quiz-mobile{display:block}}.protocols-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-top:2rem;display:grid}.protocol-card{border:2px solid color-mix(in srgb, var(--accent) 18%, #e4e8ec);background:linear-gradient(165deg, color-mix(in srgb, var(--accent) 6%, #fff), #fff 60%);transition:border-color .18s ease, box-shadow .18s ease, transform .18s var(--ease-out);border-radius:18px;flex-direction:column;gap:.5rem;padding:1.75rem 1.5rem 1.5rem;text-decoration:none;display:flex;position:relative}.protocol-card:hover{border-color:var(--accent);box-shadow:0 14px 28px -14px color-mix(in srgb, var(--accent) 55%, transparent);transform:translateY(-4px)}.protocol-card-badge{background:var(--accent);color:#fff;border-radius:999px;padding:.25rem .6rem;font-size:.78rem;font-weight:800;position:absolute;top:1.1rem;right:1.1rem}.protocol-card-icon{background:color-mix(in srgb, var(--accent) 16%, #fff);width:2.5rem;height:2.5rem;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;margin-bottom:.25rem;font-size:1.3rem;display:inline-flex}.protocol-card-photos{align-items:flex-end;gap:.2rem;height:84px;margin:-.25rem 0 .4rem -.3rem;display:flex}.protocol-card-photos img{object-fit:contain;filter:drop-shadow(0 6px 10px #18212b24);width:auto;max-width:33%;height:100%}.protocol-card-eyebrow{color:color-mix(in srgb, var(--accent) 75%, #18212b);margin:0;font-size:.95rem;font-weight:800}.protocol-card-products{color:#4d5865;flex:auto;margin:0;font-size:.88rem;line-height:1.4}.protocol-card-link{color:#2c3742;font-size:.85rem;font-weight:700}@media (width<=900px){.protocols-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.protocols-grid{grid-template-columns:1fr}}.needs-filter-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem;display:grid}.needs-filter-card{border:2px solid color-mix(in srgb, var(--accent) 18%, #e4e8ec);background:linear-gradient(165deg, color-mix(in srgb, var(--accent) 7%, #fff), #fff 55%);color:inherit;transition:border-color .18s ease, box-shadow .18s ease, transform .18s var(--ease-out);border-radius:20px;flex-direction:column;align-items:flex-start;gap:.5rem;padding:2rem 1.75rem 1.75rem;text-decoration:none;display:flex;position:relative;box-shadow:0 1px 2px #141e280a}.needs-filter-card:before{content:"";background:var(--accent);border-radius:20px 20px 0 0;height:5px;position:absolute;inset:0 0 auto}.needs-filter-card:hover{border-color:var(--accent);box-shadow:0 14px 28px -14px color-mix(in srgb, var(--accent) 55%, transparent);transform:translateY(-4px)}.needs-filter-card:hover .needs-filter-icon{transform:scale(1.08)}.needs-filter-card h3{color:color-mix(in srgb, var(--accent) 70%, #18212b);margin:0;font-size:1.3rem;font-weight:800}.needs-filter-card p{color:#4d5865;flex:auto;margin:0;font-size:.98rem;line-height:1.45}.needs-filter-icon{background:color-mix(in srgb, var(--accent) 16%, #fff);width:3.25rem;height:3.25rem;color:var(--accent);transition:transform .18s var(--ease-out);border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;display:inline-flex}.needs-filter-link{background:color-mix(in srgb, var(--accent) 12%, #fff);color:color-mix(in srgb, var(--accent) 75%, #18212b);border-radius:999px;margin-top:.35rem;padding:.4rem .9rem;font-size:.85rem;font-weight:700}@media (width<=900px){.needs-filter-grid{grid-template-columns:1fr;gap:.6rem;margin-top:1.25rem}.needs-filter-card{border-radius:16px;grid-template-rows:auto auto;grid-template-columns:auto 1fr;align-items:center;gap:.15rem .85rem;padding:.95rem 1.1rem .95rem 1rem;display:grid}.needs-filter-card:before{border-radius:16px 0 0 16px;width:5px;height:auto;inset:0 auto 0 0}.needs-filter-icon{grid-row:1/span 2;width:40px;height:40px;font-size:1.1rem}.needs-filter-card h3{margin:0;font-size:1rem}.needs-filter-card p{margin:0;font-size:.85rem;line-height:1.35}.needs-filter-link{display:none}}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;margin-top:2rem;display:grid}.testimonial-card{background:#fbfcfd;border:1px solid #e4e8ec;border-radius:18px;margin:0;padding:1.5rem}.testimonial-card p{color:#2c3742;margin:0 0 1rem;font-size:1.04rem;line-height:1.55}.testimonial-card footer{color:#67798a;font-size:.85rem}.collection-intro{max-width:68ch;margin:0 auto}.collection-intro p{color:#2c3742;margin:0 0 1.15rem;font-size:1.02rem;line-height:1.65}.collection-intro p:last-child{margin-bottom:0}@media (width<=700px){.collection-intro p{font-size:.96rem;line-height:1.6}}.collection-nav{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.75rem;margin-top:2rem;display:grid}.collection-nav-item{border:1px solid #e4e8ec;border-left:4px solid var(--accent,#0d55a7);color:#1f2a35;transition:border-color .16s ease, box-shadow .16s ease, transform .16s var(--ease-out);background:#fff;border-radius:12px;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.15rem;font-size:.95rem;font-weight:600;text-decoration:none;display:flex}.collection-nav-item:hover{border-color:var(--accent,#0d55a7);box-shadow:0 10px 22px -14px color-mix(in srgb, var(--accent,#0d55a7) 55%, transparent);transform:translateY(-2px)}.collection-nav-item-quiz{background:linear-gradient(#fff8f0,#fff);border-left-color:#f5821f}.collection-nav-arrow{color:var(--accent,#0d55a7);font-weight:700}.sub-hero{isolation:isolate;padding:4.75rem var(--gutter) 4.5rem;color:#fff;background:radial-gradient(130% 120% at 12% 0,#f0821f2e,#0000 52%),radial-gradient(120% 130% at 100% 100%,#1e7fd41f,#0000 60%),linear-gradient(155deg,#0d55a7,#0a3f80 55%,#06264d);position:relative;overflow:hidden}.sub-hero-orbs{z-index:-1;position:absolute;inset:0;overflow:hidden}.sub-hero-orbs span{filter:blur(60px);opacity:.5;border-radius:50%;animation:14s ease-in-out infinite sub-orb;position:absolute}.sub-hero-orbs span:first-child{background:#f5821f;width:320px;height:320px;top:-80px;left:-60px}.sub-hero-orbs span:nth-child(2){background:#2b9be6;width:380px;height:380px;animation-delay:-5s;bottom:-140px;right:-120px}.sub-hero-orbs span:nth-child(3){opacity:.25;background:#6fd8c4;width:220px;height:220px;animation-delay:-9s;top:20%;right:32%}.sub-hero-grid{grid-template-columns:minmax(0,1fr) minmax(0,340px);align-items:center;gap:2.5rem;display:grid}.sub-hero-inner{max-width:620px;animation:sub-rise .62s var(--ease-out) both}.sub-hero-badge{letter-spacing:.11em;text-transform:uppercase;background:#f5821f2e;border:1px solid #ffd2aa73;border-radius:999px;align-items:center;gap:.45rem;margin:0 0 1.1rem;padding:.42rem .95rem .42rem .7rem;font-size:.73rem;font-weight:800;display:inline-flex}.sub-hero-badge svg{color:#ffd0a6;width:.95rem;height:.95rem;animation:9s linear infinite sub-spin}.sub-hero h1{letter-spacing:-.01em;text-wrap:balance;margin:0 0 1rem;font-size:clamp(2.1rem,6vw,3.4rem);line-height:1.06}.sub-hero-accent{color:#ffd9b3}.sub-hero-lead{color:#ffffffe6;max-width:34rem;margin:0 0 1.6rem;font-size:clamp(1rem,2.4vw,1.15rem);line-height:1.6}.sub-hero-perks{flex-wrap:wrap;gap:.6rem 1.4rem;margin:0 0 2rem;display:flex}.sub-hero-perks span{align-items:center;gap:.45rem;font-size:.92rem;font-weight:600;display:inline-flex}.sub-hero-perks svg{color:#8fe4b6;width:1.05rem;height:1.05rem}.sub-hero-cta{color:#0d55a7;transition:transform .18s var(--ease-out), box-shadow .18s ease;background:#fff;border-radius:999px;align-items:center;gap:.5rem;padding:.95rem 1.9rem;font-size:1rem;font-weight:800;text-decoration:none;display:inline-flex;box-shadow:0 14px 30px -16px #0000008c}.sub-hero-cta span{transition:transform .18s var(--ease-out)}.sub-hero-cta:hover{transform:translateY(-2px);box-shadow:0 20px 40px -16px #0000008c}.sub-hero-cta:hover span{transform:translate(4px)}.sub-hero-card{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:sub-float 6s ease-in-out infinite, sub-rise .7s var(--ease-out) both;background:linear-gradient(150deg,#ffffff29,#ffffff0d);border:1px solid #ffffff38;border-radius:20px;padding:1.5rem 1.6rem;position:relative;overflow:hidden;box-shadow:0 30px 60px -30px #0009}.sub-hero-card-shine{background:linear-gradient(115deg,#0000 30%,#ffffff59 48%,#0000 62%);animation:5.5s ease-in-out infinite sub-shine;position:absolute;inset:0;transform:translate(-100%)}.sub-hero-card-label{text-transform:uppercase;letter-spacing:.12em;color:#ffffffb8;margin:0 0 .7rem;font-size:.72rem}.sub-hero-card-product{color:#fff;margin:0 0 .9rem;font-size:1.15rem;font-weight:800}.sub-hero-card-rows{flex-direction:column;gap:.15rem;padding-bottom:.7rem;display:flex}.sub-hero-card-rows>div{color:#ffffffd9;justify-content:space-between;align-items:baseline;gap:1rem;padding:.35rem 0;font-size:.88rem;display:flex}.sub-hero-card-rows s{color:#ffffff8c}.sub-hero-card-off{font-weight:600;color:#8fe4b6!important}.sub-hero-card-total{border-top:1px solid #ffffff38;margin-top:.3rem;font-weight:700;color:#fff!important;padding-top:.7rem!important;font-size:.95rem!important}.sub-hero-card-total strong{letter-spacing:-.01em;font-size:1.5rem}.sub-hero-card-note{color:#ffffffe6;align-items:flex-start;gap:.45rem;margin:.6rem 0 0;font-size:.8rem;line-height:1.4;display:flex}.sub-hero-card-note svg{color:#8fe4b6;flex-shrink:0;width:.95rem;height:.95rem;margin-top:.1rem}.sub-charge-grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2rem;display:grid}.sub-charge-item{border:1px solid #e4e8ec;border-left:3px solid var(--brand-blue);background:#fff;border-radius:14px;padding:1.4rem 1.5rem}.sub-charge-icon{width:2.4rem;height:2.4rem;color:var(--brand-blue);background:#eef5fc;border-radius:10px;justify-content:center;align-items:center;margin-bottom:.8rem;display:inline-flex}.sub-charge-icon svg{width:1.2rem;height:1.2rem}.sub-charge-item h3{margin:0 0 .35rem;font-size:1rem}.sub-charge-item p{color:#4d5865;margin:0;font-size:.9rem;line-height:1.5}.sub-benefits-grid{grid-template-columns:repeat(3,1fr);gap:1.1rem;margin-top:2rem;display:grid}.sub-benefit-card{transition:transform .2s var(--ease-out), box-shadow .2s ease, border-color .2s ease;background:#fff;border:1px solid #e4e8ec;border-radius:16px;padding:1.5rem 1.4rem}.sub-benefit-card:hover{border-color:#cbd8e6;transform:translateY(-4px);box-shadow:0 22px 44px -28px #0d55a766}.sub-benefit-icon{color:#0d55a7;background:linear-gradient(150deg,#eaf3fc,#dcebf9);border-radius:14px;justify-content:center;align-items:center;width:2.9rem;height:2.9rem;margin-bottom:1rem;display:inline-flex}.sub-benefit-icon svg{width:1.4rem;height:1.4rem}.sub-benefit-card:hover .sub-benefit-icon svg{animation:sub-nudge .5s var(--ease-out)}.sub-benefit-card h3{margin:0 0 .4rem;font-size:1.02rem}.sub-benefit-card p{color:#4d5865;margin:0;font-size:.9rem;line-height:1.5}.sub-product-option{position:relative}.sub-product-check{opacity:0;transition:opacity .16s ease, transform .2s var(--ease-out);display:flex;position:absolute;top:.5rem;right:.5rem;transform:scale(.4)}.sub-product-check svg{color:#0d55a7;width:1.1rem;height:1.1rem}.sub-product-option.active .sub-product-check{opacity:1;transform:scale(1)}.sub-summary-total-value{animation:sub-pop .32s var(--ease-out);display:inline-block}.sub-summary-saving{animation:sub-pop .32s var(--ease-out)}.sub-submit.is-loading{position:relative;overflow:hidden}.sub-submit.is-loading:after{content:"";background:linear-gradient(100deg,#0000 20%,#ffffff59 50%,#0000 80%);animation:1.1s linear infinite sub-shine;position:absolute;inset:0;transform:translate(-100%)}@keyframes sub-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes sub-float{0%,to{transform:translateY(0)rotate(-1deg)}50%{transform:translateY(-12px)rotate(1deg)}}@keyframes sub-shine{0%{transform:translate(-100%)}60%,to{transform:translate(100%)}}@keyframes sub-orb{0%,to{transform:translate(0)scale(1)}50%{transform:translate(24px,-18px)scale(1.1)}}@keyframes sub-spin{to{transform:rotate(360deg)}}@keyframes sub-pop{0%{opacity:.4;transform:scale(.86)}60%{transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@keyframes sub-nudge{0%,to{transform:translate(0)}40%{transform:translate(3px)}}@keyframes sub-reveal{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}@supports (animation-timeline:view()){@media (prefers-reduced-motion:no-preference){.sub-benefit-card,.sub-how-step{animation:linear both sub-reveal;animation-timeline:view();animation-range:entry cover 20%}}}@media (prefers-reduced-motion:reduce){.sub-hero-orbs span,.sub-hero-inner,.sub-hero-card,.sub-hero-card-shine,.sub-hero-badge svg,.sub-summary-total-value,.sub-summary-saving,.sub-submit.is-loading:after,.sub-benefit-card:hover .sub-benefit-icon svg{animation:none}.sub-hero-card{transform:none}}.sub-how-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:1.5rem;display:grid}.sub-how-step{background:#fbfcfd;border:1px solid #e4e8ec;border-radius:16px;padding:1.6rem 1.5rem}.sub-how-num{color:#fff;background:#0d55a7;border-radius:50%;justify-content:center;align-items:center;width:2.1rem;height:2.1rem;margin-bottom:.9rem;font-weight:800;display:inline-flex}.sub-how-step h3{margin:0 0 .4rem;font-size:1.05rem}.sub-how-step p{color:#4d5865;margin:0;font-size:.92rem;line-height:1.5}.sub-builder-layout{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:2rem;margin-top:1.75rem;display:grid}.sub-builder-main{flex-direction:column;gap:1.25rem;min-width:0;display:flex}.sub-product-picker{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.7rem;display:grid}.sub-product-option{text-align:left;cursor:pointer;background:#fff;border:2px solid #e4e8ec;border-radius:14px;grid-template-rows:auto auto;grid-template-columns:44px 1fr;align-items:center;column-gap:.7rem;padding:.7rem .85rem;transition:border-color .15s,box-shadow .15s;display:grid}.sub-product-option:hover{border-color:#b9cbe0}.sub-product-option.active{border-color:#0d55a7;box-shadow:0 0 0 3px #0d55a733}.sub-product-thumb{grid-row:1/span 2;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.sub-product-thumb img{object-fit:contain;width:100%;height:100%}.sub-product-name{color:#18212b;font-size:.9rem;font-weight:700}.sub-product-price{color:#0d55a7;align-items:baseline;gap:.4rem;font-size:.9rem;font-weight:800;display:flex}.sub-product-price s{color:#9aa4b0;font-size:.8rem;font-weight:500}.sub-fields-card{background:#fff;border:1px solid #e4e8ec;border-radius:16px;padding:1.4rem 1.5rem 1.6rem}.sub-fields-card h3{align-items:center;gap:.6rem;margin:0 0 1rem;font-size:1.05rem;display:flex}.sub-fields-card label,.sub-manage-lookup label{color:#47535f;flex-direction:column;gap:.4rem;font-size:.85rem;font-weight:600;display:flex}.sub-fields-card input,.sub-fields-card select{color:inherit;background:#fbfcfd;border:1.5px solid #dfe4e9;border-radius:11px;padding:.75rem .9rem;font-family:inherit;font-size:1rem;transition:border-color .15s,box-shadow .15s,background .15s}.sub-fields-card select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%2347535f'%3E%3Cpath fill-rule='evenodd' d='M5.23 7.21a.75.75 0 011.06.02L10 11.168l3.71-3.938a.75.75 0 111.08 1.04l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 01.02-1.06z' clip-rule='evenodd'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:1rem;padding-right:2.25rem}.sub-fields-card select:disabled{color:#a7b1ba;cursor:not-allowed;background-color:#f3f5f7}.sub-fields-card input:focus,.sub-fields-card select:focus{background-color:#fff;border-color:#0d55a7;outline:none;box-shadow:0 0 0 3px #0d55a71f}.sub-qty-row{color:#3c4855;justify-content:space-between;align-items:center;gap:1rem;font-weight:600;display:flex}.sub-freq-note,.buy-mode-note{color:#2c6a45;align-items:flex-start;gap:.5rem;margin:1rem 0 0;font-size:.88rem;line-height:1.5;display:flex}.sub-freq-note svg,.buy-mode-note svg{flex-shrink:0;width:1.05rem;height:1.05rem;margin-top:.1rem}.sub-summary{position:sticky;top:1.5rem}.sub-summary-card{background:linear-gradient(#f2f7fd,#fff 60%);border:2px solid #0d55a7;border-radius:18px;padding:1.5rem;box-shadow:0 20px 44px -24px #0d55a766}.sub-summary-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:#0d55a7;margin:0 0 .2rem;font-size:.72rem;font-weight:800}.sub-summary-product{color:#18212b;margin:0 0 1rem;font-size:1.15rem;font-weight:800}.sub-summary-rows>div{color:#4d5865;justify-content:space-between;align-items:baseline;gap:1rem;padding:.4rem 0;font-size:.9rem;display:flex}.sub-summary-rows s{color:#9aa4b0}.sub-summary-discount{font-weight:600;color:#2c6a45!important}.sub-summary-total{border-top:1px solid #d4e0ee;margin-top:.3rem;font-weight:700;color:#18212b!important;padding-top:.7rem!important;font-size:1rem!important}.sub-summary-total strong{color:#0d55a7;font-size:1.3rem}.sub-summary-saving{color:#216a41;text-align:center;background:#eafaf0;border-radius:10px;margin:.9rem 0 0;padding:.7rem .9rem;font-size:.88rem}.sub-submit{width:100%;margin-top:1.1rem}.sub-summary-fine{color:#67798a;align-items:flex-start;gap:.4rem;margin:.9rem 0 0;font-size:.78rem;line-height:1.45;display:flex}.sub-summary-fine svg{flex-shrink:0;width:.95rem;height:.95rem;margin-top:.1rem}.sub-manage-link{color:#4d5865;margin-top:1.5rem;font-size:.95rem}.sub-manage-link a{color:#0d55a7;font-weight:700}.buy-mode{grid-template-columns:1fr 1.15fr;gap:.6rem;margin:1.1rem 0;display:grid}.buy-mode-option{text-align:left;cursor:pointer;background:#fff;border:2px solid #e4e8ec;border-radius:14px;flex-direction:column;gap:.15rem;padding:.85rem .95rem;transition:border-color .15s,box-shadow .15s;display:flex;position:relative}.buy-mode-option.active{border-color:#0d55a7;box-shadow:0 0 0 3px #0d55a733}.buy-mode-tag{color:#fff;letter-spacing:.03em;background:#f5821f;border-radius:999px;padding:.15rem .55rem;font-size:.68rem;font-weight:800;position:absolute;top:-.7rem;right:.8rem}.buy-mode-title{color:#18212b;font-size:.92rem;font-weight:700}.buy-mode-price{color:#0d55a7;font-size:1.05rem;font-weight:800}.buy-mode-price small{color:#67798a;font-size:.72rem;font-weight:600}.buy-mode-sub{color:#67798a;font-size:.74rem}.buy-mode-plans{grid-template-columns:repeat(3,1fr)}.buy-mode-plans .buy-mode-price{font-size:.98rem}@media (width<=620px){.buy-mode-plans{grid-template-columns:1fr}.buy-mode-plans .buy-mode-tag{left:.8rem;right:auto}}.plan-summary{background:linear-gradient(#f2f7fd,#fff 70%);border:1px solid #d8e2ee;border-radius:14px;margin:.4rem 0 1.1rem;padding:1rem 1.1rem}.plan-summary-lead{color:#3c4855;margin:0 0 .7rem;font-size:.92rem}.plan-summary-lead strong{color:#0d55a7}.plan-summary-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.plan-summary-list li{color:#4d5865;align-items:flex-start;gap:.5rem;font-size:.85rem;display:flex}.plan-summary-list svg{color:#0d55a7;flex-shrink:0;width:1rem;height:1rem;margin-top:.1rem}.plan-summary-list strong{color:#216a41}.planes-builder{grid-template-columns:1fr;gap:1.75rem;margin-top:1.75rem;display:grid}@media (width>=900px){.planes-builder{grid-template-columns:1fr 340px;grid-template-areas:"picker summary""compare summary";align-items:start}.planes-builder .sub-product-picker{grid-area:picker}.planes-compare{grid-area:compare}.planes-summary{grid-area:summary}}.planes-compare{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.planes-compare-col{text-align:center;background:#fff;border:2px solid #e4e8ec;border-radius:16px;padding:1.2rem 1rem 1.3rem;position:relative}.planes-compare-normal{opacity:.85}.planes-compare-plan{cursor:pointer;transition:border-color .15s,box-shadow .15s,transform .15s}.planes-compare-plan:hover{transform:translateY(-2px)}.planes-compare-plan.active{border-color:#0d55a7;box-shadow:0 0 0 3px #0d55a733}.planes-compare-flag{color:#fff;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;background:#f5821f;border-radius:999px;padding:.15rem .7rem;font-size:.66rem;font-weight:800;position:absolute;top:-.7rem;left:50%;transform:translate(-50%)}.planes-compare-name{color:#18212b;margin:0;font-size:.95rem;font-weight:800}.planes-compare-price{color:#0d55a7;margin:.4rem 0 0;font-size:1.5rem;font-weight:900;line-height:1}.planes-compare-price span{color:#67798a;font-size:.75rem;font-weight:600}.planes-compare-normal .planes-compare-price{color:#67798a}.planes-compare-off{color:#f5821f;margin:.35rem 0 0;font-size:.78rem;font-weight:700}.planes-compare-save{color:#216a41;margin:.2rem 0 0;font-size:.78rem}.planes-summary-perks{flex-direction:column;gap:.45rem;margin:.9rem 0 0;padding:0;list-style:none;display:flex}.planes-summary-perks li{color:#4d5865;align-items:flex-start;gap:.4rem;font-size:.82rem;display:flex}.planes-summary-perks svg{color:#0d55a7;flex-shrink:0;width:1rem;height:1rem}@media (width<=560px){.planes-compare{grid-template-columns:1fr}}.sub-manage-lookup{flex-wrap:wrap;align-items:flex-end;gap:.9rem;max-width:560px;margin:1.75rem 0;display:flex}.sub-manage-lookup label{color:#3c4855;flex-direction:column;flex:260px;gap:.35rem;font-size:.85rem;font-weight:600;display:flex}.sub-manage-lookup input{border:1px solid #cfd7df;border-radius:10px;padding:.7rem .85rem;font-size:.95rem}.sub-manage-list{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.25rem;margin-top:1.5rem;display:grid}.sub-manage-card{background:#fff;border:1px solid #e4e8ec;border-left:4px solid #0d55a7;border-radius:14px;padding:1.4rem 1.5rem}.sub-manage-card--paused{background:#fffdf9;border-left-color:#d39e6b}.sub-manage-card--cancelled{opacity:.75;background:#fafbfc;border-left-color:#b9c0c8}.sub-manage-card-head{align-items:center;gap:.9rem;margin-bottom:1rem;display:flex}.sub-manage-thumb{flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.sub-manage-thumb img{object-fit:contain;width:100%;height:100%}.sub-manage-card-head h3{margin:0 0 .2rem;font-size:1.05rem}.sub-manage-status{font-size:.78rem;font-weight:700}.sub-manage-status--active{color:#216a41}.sub-manage-status--paused{color:#a06a30}.sub-manage-status--cancelled{color:#8a929b}.sub-manage-status--pending{color:#a06a30}.sub-manage-facts{grid-template-columns:repeat(3,1fr);gap:.8rem;margin:0 0 1.1rem;display:grid}.sub-manage-facts dt{text-transform:uppercase;letter-spacing:.04em;color:#8a929b;margin:0 0 .15rem;font-size:.72rem}.sub-manage-facts dd{color:#18212b;margin:0;font-size:.88rem;font-weight:700}.sub-manage-facts dd span{color:#67798a;font-weight:500}.sub-manage-actions{flex-wrap:wrap;gap:.6rem;display:flex}.sub-manage-actions button{cursor:pointer;border-radius:999px;padding:.55rem 1.1rem;font-size:.85rem;font-weight:700}.sub-manage-cancel{color:#b0483c;background:#fff;border:1px solid #e4c4c4}.sub-manage-cancel:hover{background:#fdf1f0}.sub-confirmed-ok{text-align:center;max-width:520px;margin:0 auto}.sub-confirmed-check{color:#2c6a45;background:#eafaf0;border-radius:50%;justify-content:center;align-items:center;width:4rem;height:4rem;margin-bottom:1rem;display:inline-flex}.sub-confirmed-check svg{width:2rem;height:2rem}.sub-confirmed-box{background:#fbfcfd;border:1px solid #e4e8ec;border-radius:14px;justify-content:center;gap:2.5rem;margin:1.5rem 0;padding:1.2rem;display:flex}.sub-confirmed-box span{text-transform:uppercase;letter-spacing:.05em;color:#8a929b;font-size:.75rem;display:block}.sub-confirmed-box strong{color:#0d55a7;font-size:1.15rem}.sub-confirmed-note{color:#4d5865;align-items:center;gap:.5rem;font-size:.9rem;display:inline-flex}@media (width<=960px){.sub-benefits-grid{grid-template-columns:1fr 1fr}}@media (width<=900px){.sub-builder-layout{grid-template-columns:1fr}.sub-summary{order:-1;position:static}.sub-how-grid{grid-template-columns:1fr}.sub-hero{padding:3rem 5% 2.75rem}.sub-hero-grid{grid-template-columns:1fr;gap:1.5rem}.sub-hero-card{max-width:380px;animation:sub-rise .7s var(--ease-out) both}.sub-charge-grid,.buy-mode{grid-template-columns:1fr}.sub-manage-facts{grid-template-columns:1fr 1fr}}@media (width<=560px){.sub-benefits-grid{grid-template-columns:1fr}.sub-hero-card{max-width:none}}.quiz-full{text-align:center;background:linear-gradient(#eef6fb,#fff);flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:76vh;padding:3rem 5% 4rem;display:flex}.quiz-full-progress{width:100%;max-width:520px;margin-bottom:3rem}.quiz-full-step{width:100%;animation:quiz-step-in .42s var(--ease-out) both}@keyframes quiz-step-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.quiz-full-step{animation:none}}.quiz-step-count{color:#8b96a3;text-transform:uppercase;letter-spacing:.06em;margin:0 0 .75rem;font-size:.85rem;font-weight:700}.quiz-full-step h2{text-wrap:balance;max-width:900px;margin:0 auto 2.5rem;font-size:clamp(1.7rem,3.6vw,2.75rem);line-height:1.15}.quiz-options-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;width:100%;max-width:1200px;margin:0 auto;display:grid}.quiz-option-card{color:inherit;text-align:center;transition:border-color .15s ease, transform .15s var(--ease-out), background .15s ease;background:#fff;border:2px solid #dfe4e9;border-radius:20px;padding:1.75rem 1.5rem;font-size:1.05rem;font-weight:700}@media (hover:hover) and (pointer:fine){.quiz-option-card:hover{border-color:var(--brand-blue);background:#eef6fb;transform:translateY(-2px)}}.quiz-option-card:active{transform:scale(.98)}.quiz-back{color:#8b96a3;background:0 0;border:0;margin-top:2rem;font-weight:600}.quiz-result-note{color:#96650f;background:#fff8f0;border-radius:16px;margin:0 0 1.5rem;padding:1rem 1.25rem;font-size:.9rem;line-height:1.5}.quiz-result-link{margin-top:1.5rem}.quiz-result-link a{color:var(--brand-blue);font-weight:700}.quiz-reorder-optin{background:#f7f9fb;border:1px solid #e4e8ec;border-radius:18px;max-width:480px;margin-top:2rem;padding:1.25rem 1.5rem}.quiz-reorder-optin-form label{color:#2c3742;margin-bottom:.75rem;font-size:.92rem;font-weight:600;display:block}.quiz-reorder-optin-row{gap:.6rem;display:flex}.quiz-reorder-optin-row input{background:#fff;border:1.5px solid #dfe4e9;border-radius:12px;flex:auto;min-width:0;padding:.7rem .9rem;font-family:inherit;font-size:.95rem;transition:border-color .15s,box-shadow .15s}.quiz-reorder-optin-row input:focus{border-color:var(--brand-blue);outline:none;box-shadow:0 0 0 3px #0d55a724}.quiz-reorder-optin-row button{flex:none}.quiz-reorder-optin-error{color:#c0392b;margin:.6rem 0 0;font-size:.85rem}.quiz-reorder-optin-done{color:#1c7a4d;align-items:center;gap:.5rem;margin:0;font-weight:600;display:flex}@media (width<=520px){.quiz-reorder-optin-row{flex-direction:column}}.ingredient-xray{text-align:center;max-width:1100px;margin:0 auto;padding:6rem 1.5rem}.ingredient-xray-heading h2{margin:.4rem 0 0;font-size:clamp(1.6rem,3vw,2.2rem)}.ingredient-xray-stage{justify-content:center;align-items:center;height:480px;margin-top:3rem;display:flex;position:relative}.ingredient-xray-image{z-index:2;background:#fff;border:2px solid;border-radius:24px;justify-content:center;align-items:center;width:280px;height:280px;display:flex;position:relative;overflow:hidden}.ingredient-xray-image img{object-fit:contain;width:100%;height:100%;padding:1.5rem}.ingredient-xray-card{z-index:1;text-align:left;background:#fffffff7;border:1px solid;border-radius:14px;width:200px;padding:1rem 1.2rem;position:absolute;box-shadow:0 12px 30px #18212b24}.ingredient-xray-card:nth-child(2){top:0;left:2%}.ingredient-xray-card:nth-child(3){top:0;right:2%}.ingredient-xray-card:nth-child(4){bottom:0;left:6%}.ingredient-xray-card:nth-child(5){bottom:0;right:6%}.ingredient-xray-card strong,.ingredient-grid-card strong{margin-bottom:.15rem;font-size:.9rem;display:block}.ingredient-xray-card span,.ingredient-grid-card span{color:#687481;font-size:.8rem}.ingredient-xray-static{display:none}@media (width<=860px){.ingredient-xray-stage{display:none}.ingredient-xray-static.ingredient-grid{text-align:left;grid-template-columns:repeat(2,1fr);gap:.8rem;margin-top:2.5rem;display:grid}.ingredient-grid-card{border:1px solid;border-radius:12px;padding:.9rem}}.shipping-note{color:#3c4855;align-items:center;gap:.5rem;margin-top:1.5rem;font-size:.95rem;font-weight:600;display:flex}.trust-bar{padding:1.5rem var(--gutter);color:#4d5865;background:linear-gradient(#eef5fb,#fff);border-bottom:1px solid #e1ebf6;flex-wrap:wrap;justify-content:center;gap:2.5rem;font-size:.9rem;font-weight:600;display:flex}.trust-item{align-items:center;gap:.6rem;display:flex}.trust-icon{color:var(--brand-blue);font-size:1.2rem;display:inline-flex}.section{padding:5rem var(--gutter)}.section.alt{background:linear-gradient(#fff8f0,#fdf3e7)}.home-bestsellers{padding-top:3rem;padding-bottom:3rem}.home-bestsellers-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.5rem 1rem;display:flex}.home-bestsellers-head .eyebrow{margin:0}.home-bestsellers-all{color:var(--brand-blue);font-size:.95rem;font-weight:700}.home-pillars{padding-top:2.5rem;padding-bottom:2.5rem}.home-pillars-grid{grid-template-columns:repeat(4,1fr);gap:1.1rem;display:grid}.home-pillar{background:#fff;border:1px solid #e4e8ec;border-radius:16px;padding:1.6rem 1.4rem 1.5rem;position:relative}.home-pillar-num{background:var(--brand-blue);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:1.9rem;height:1.9rem;margin-bottom:.9rem;font-size:.9rem;font-weight:800;display:inline-flex}.home-pillar-icon{color:#b9cbe0;position:absolute;top:1.6rem;right:1.4rem}.home-pillar-icon svg{width:1.3rem;height:1.3rem}.home-pillar h3{margin:0 0 .35rem;font-size:1.12rem}.home-pillar p{color:#56616e;margin:0;font-size:.98rem;line-height:1.55}.line-section-link{color:var(--brand-blue);margin-top:1.1rem;font-size:.95rem;font-weight:700;display:inline-block}.product-grid.line-products{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));max-width:780px;margin-top:2rem}.home-programas-grid{grid-template-columns:repeat(3,1fr);gap:1.1rem;max-width:900px;margin:2rem auto 0;display:grid}.home-programa-card{text-align:center;color:inherit;transition:transform .2s var(--ease-out), box-shadow .2s ease, border-color .2s ease;background:#fff;border:1px solid #e4e8ec;border-radius:16px;flex-direction:column;align-items:center;padding:1.8rem 1.4rem;text-decoration:none;display:flex}.home-programa-card:hover{border-color:#cbd8e6;transform:translateY(-4px);box-shadow:0 22px 44px -28px #0d55a766}.home-programa-icon{width:2.7rem;height:2.7rem;color:var(--brand-blue);background:linear-gradient(150deg,#eaf3fc,#dcebf9);border-radius:12px;justify-content:center;align-items:center;margin-bottom:.9rem;display:inline-flex}.home-programa-icon svg{width:1.35rem;height:1.35rem}.home-programa-card h3{margin:0 0 .3rem;font-size:1.12rem}.home-programa-card p{color:#56616e;margin:0 0 .9rem;font-size:.98rem;line-height:1.5}.home-programa-link{color:var(--brand-blue);margin-top:auto;font-size:.88rem;font-weight:700}@media (width<=900px){.home-pillars-grid,.home-programas-grid{grid-template-columns:1fr 1fr}}@media (width<=560px){.home-pillars-grid,.home-programas-grid{grid-template-columns:1fr}}.page-home .contact-section .actions{justify-content:center}.page-home .section,.page-home .home-bestsellers,.page-home .home-pillars,.page-home .club-signup{padding-block:clamp(3.25rem,6.5vh,5.25rem)}@media (width<=760px){.page-home .section,.page-home .home-bestsellers,.page-home .home-pillars,.page-home .club-signup{padding-block:clamp(2.5rem,4.5vh,3.5rem)}}.home-head{text-align:center;max-width:640px;margin:0 auto 2rem}.home-head .eyebrow{color:#51607a;opacity:1;background:#eef2f7;border-radius:999px;margin-bottom:.7rem;padding:.32rem .85rem;display:inline-block}.home-head h2{margin:0;font-size:clamp(2.15rem,4.4vw,3.6rem)}.home-head-sub{color:#56616e;max-width:46ch;margin:.8rem auto 0;font-size:1.15rem;line-height:1.55}.home-center-cta{text-align:center;margin-top:2rem}.home-center-cta .primary{padding-inline:2rem}.home-lineas-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.home-linea-card{color:inherit;transition:transform .2s var(--ease-out), box-shadow .2s ease, border-color .2s ease;background:#fff;border:1px solid #e4e8ec;border-radius:22px;flex-direction:column;text-decoration:none;display:flex;overflow:hidden}.home-linea-card:hover{border-color:#cbd8e6;transform:translateY(-4px);box-shadow:0 26px 50px -30px #0d55a773}.home-linea-image{aspect-ratio:16/10;overflow:hidden}.home-linea-image img{object-fit:cover;width:100%;height:100%}.home-linea-body{padding:1.5rem 1.6rem 1.7rem}.home-linea-body .eyebrow{color:var(--brand-blue);opacity:1;margin-bottom:.35rem}.home-linea-body h3{margin:0 0 .4rem;font-size:1.72rem}.home-linea-body p{color:#56616e;margin:0;font-size:1.06rem;line-height:1.55}.home-linea-link{color:var(--brand-blue);margin-top:1rem;font-weight:700;display:inline-block}.home-planes{background:linear-gradient(#fff8f0,#fdf3e7)}.home-planes-grid{grid-template-columns:1fr 1fr;gap:1.25rem;max-width:760px;margin:0 auto;display:grid}.home-plan-card{text-align:center;background:#fff;border:1px solid #d8e2ee;border-radius:20px;padding:1.9rem 1.6rem 1.7rem;position:relative}.home-plan-card-best{border-color:var(--brand-orange);box-shadow:0 24px 48px -30px #f5821f80}.home-plan-flag{background:var(--brand-orange);color:#fff;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;border-radius:999px;padding:.25rem .85rem;font-size:.72rem;font-weight:800;position:absolute;top:-.75rem;left:50%;transform:translate(-50%)}.home-plan-name{color:var(--brand-blue);margin:0;font-size:1.28rem;font-weight:800}.home-plan-months{color:#687481;margin:.2rem 0 .9rem;font-size:.92rem}.home-plan-off{color:var(--brand-orange);margin:0;font-size:2.4rem;font-weight:900;line-height:1}.home-plan-monthly{color:#4d5865;margin:.9rem 0 0;font-size:1.02rem}.home-plan-monthly strong{color:#18212b;font-size:1.32rem}.home-plan-monthly span{color:#687481}.home-plan-savings{color:#00855a;margin:.3rem 0 0;font-size:.9rem;font-weight:700}.home-plan-perk{color:#56616e;justify-content:center;align-items:center;gap:.4rem;margin:1rem 0 0;font-size:.82rem;display:flex}.home-plan-perk svg{width:15px;height:15px;color:var(--brand-blue);flex-shrink:0}.home-planes-fine{color:#808b97;max-width:40ch;margin:.9rem auto 0;font-size:.82rem}@media (width<=760px){.home-lineas-grid,.home-planes-grid{grid-template-columns:1fr}}.section.tint,.needs-filter{background:linear-gradient(#eef6fb,#fff)}.home-bestsellers{background:linear-gradient(#fff8f0,#fdf3e7)}.protocols-section{background:linear-gradient(#eef6fb,#fff)}.testimonials-section{background:linear-gradient(#fff8f0,#fdf3e7)}.section h1,.section h2{text-wrap:balance;margin:.3rem 0 1rem;font-size:clamp(2rem,4vw,3.25rem);line-height:1.08}.section-intro{color:#56616e;max-width:680px;font-size:1.05rem}.highlight-grid,.product-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-top:2rem;display:grid}#flexzed .product-grid,.blog-related .product-grid,.product-related .product-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}@media (width<=700px){.blog-related .product-grid,.product-related .product-grid{grid-template-columns:1fr 1fr;gap:.75rem;margin-top:1.5rem}.blog-related .product-image,.product-related .product-image{padding:.9rem}.blog-related .product-card-content,.product-related .product-card-content{padding:.85rem}.blog-related .product-description,.product-related .product-description{display:none}.blog-related .product-card h3,.product-related .product-card h3{font-size:.98rem}}.highlight-card,.product-card{border:1px solid #e4e8ec;border-top:3px solid var(--accent,#e4e8ec);transition:transform .18s var(--ease-out), box-shadow .18s var(--ease-out);background:#fff;border-radius:22px;overflow:hidden}.highlight-card{padding:1.5rem}@media (hover:hover) and (pointer:fine){.highlight-card:hover,.product-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px #18212b14}}.highlight-card span{color:#8b96a3;font-size:.8rem;font-weight:700}.highlight-card h3{margin-bottom:.5rem;font-size:1.25rem}.highlight-card p{color:#697481}.highlight-card strong{margin-top:1.5rem;font-size:1.2rem;display:block}.product-image{aspect-ratio:1;color:#737f8b;text-align:center;background:#f5f7f9;place-items:center;padding:1.5rem;font-size:.85rem;font-weight:700;display:grid}.product-image--flexzed{background:linear-gradient(135deg,#edf5f1,#dcece4)}.product-image--megaplus{background:linear-gradient(135deg,#fdf3e7,#f8e6cc)}.product-image-monogram{color:#18212b;background:#ffffffb3;border-radius:999px;place-items:center;width:4.5rem;height:4.5rem;font-size:1.75rem;font-weight:800;display:grid}.product-image img{object-fit:contain;width:100%;height:100%}.product-image,.product-card h3 a{color:inherit;text-decoration:none}.product-card-content{padding:1.25rem}.product-category{color:#778391;text-transform:uppercase;letter-spacing:.08em;margin:0 0 .35rem;font-size:.75rem;font-weight:700}.product-card h3{margin:0;font-size:1.25rem}.product-description{color:#687481;min-height:3.4rem}.product-card-footer{justify-content:space-between;align-items:center;gap:1rem;margin-top:1.25rem;display:flex}.product-card-footer strong{font-size:1.05rem}.product-card-footer button{background:var(--brand-blue);color:#fff;transition:opacity .15s ease, transform .16s var(--ease-out);border:0;border-radius:999px;padding:.7rem 1rem;font-weight:700}@media (hover:hover) and (pointer:fine){.product-card-footer button:hover{opacity:.85}}.product-card-footer button:active{transform:scale(.96)}.section-heading{max-width:720px}.catalog-state{color:#56616e;background:#f7f8fa;border-radius:20px;margin-top:2rem;padding:2rem}.catalog-error{color:#a63d3d;background:#fff7f7;border:1px solid #f0cccc}.catalog-error a{color:#a63d3d;font-weight:700;text-decoration:underline}.contact-section{background:linear-gradient(135deg, var(--brand-blue), var(--brand-blue-dark));color:#fff;padding-bottom:7rem}.contact-section .eyebrow{color:#fff}.page-home .contact-section .home-head .eyebrow{color:#fff;background:#ffffff29}.contact-section h2{color:#fff}.contact-section .section-intro{color:#ffffffd9}.contact-section .primary{color:var(--brand-blue-dark);background:#fff}.contact-section .secondary{color:#fff;background:0 0;border-color:#fff9}.product-detail-layout{grid-template-columns:minmax(360px,580px) 1fr;align-items:start;gap:3.5rem;margin-top:2rem;display:grid}.product-detail-layout .product-image{border:1px solid #e4e8ec;border-radius:22px}.product-detail-layout .product-image--panel{background:#fff;padding:0;overflow:hidden}.product-image--panel img{border-radius:inherit}.product-gallery{flex-direction:column;gap:.75rem;min-width:0;display:flex}.product-gallery .product-image{width:100%}.product-gallery-thumbs{scrollbar-width:thin;-webkit-overflow-scrolling:touch;gap:.6rem;margin:0;padding:0;list-style:none;display:flex;overflow-x:auto}.product-gallery-thumbs li{flex:none}.product-gallery-thumb{cursor:pointer;background:#f5f7f9;border:2px solid #e4e8ec;border-radius:12px;width:4.75rem;height:4.75rem;padding:0;transition:border-color .15s,transform .15s;display:block;overflow:hidden}.product-gallery-thumb:hover{transform:translateY(-1px)}.product-gallery-thumb.is-active{border-color:#0d55a7}.product-gallery-thumb img{object-fit:cover;width:100%;height:100%;display:block}.product-detail-info h1{margin:0 0 1rem;font-size:clamp(2rem,4vw,2.75rem);line-height:1.08}.product-detail-price{margin-top:1.5rem;font-size:1.75rem;display:block}.price-ladder{grid-template-columns:repeat(3,1fr);gap:.75rem;margin-top:1.25rem;display:grid}.price-ladder-tier{text-align:left;background:#fff;border:2px solid #dfe4e9;border-radius:12px;flex-direction:column;gap:.15rem;padding:.85rem .75rem;transition:border-color .15s;display:flex;position:relative}.price-ladder-tier:hover{border-color:var(--brand-blue)}.price-ladder-tier.active{border-color:var(--brand-blue);background:#f0f6fd}.price-ladder-tier-qty{color:#5a6673;font-size:.8rem;font-weight:600}.price-ladder-tier-total{color:#18212b;font-size:1.1rem;font-weight:700}.price-ladder-tier-savings{color:#1c7a4d;font-size:.8rem;font-weight:600}.price-ladder-tier-duration{color:#7c8894;font-size:.72rem}.price-ladder-tier-shipping{color:#00855a;align-items:center;gap:.25rem;margin-top:.2rem;font-size:.72rem;font-weight:700;display:inline-flex}.price-ladder-tier-badge{background:var(--brand-orange);color:#fff;text-transform:uppercase;letter-spacing:.02em;border-radius:999px;align-self:flex-start;margin-bottom:.35rem;padding:.2rem .55rem;font-size:.66rem;font-weight:700}.price-ladder-tier-percent{z-index:1;background:var(--brand-orange);color:#fff;border-radius:999px;padding:.2rem .6rem;font-size:.78rem;font-weight:800;position:absolute;top:-.65rem;right:.55rem;box-shadow:0 2px 6px #00000040}.product-detail-description{color:#4d5865;margin-top:2.5rem}.product-detail-description h2{font-size:1.25rem}.product-detail-collections{color:#67798a;flex-wrap:wrap;align-items:baseline;gap:.4rem .65rem;margin-top:2rem;font-size:.85rem;display:flex}.product-detail-collections a{color:#0d55a7;font-weight:600;text-decoration:none}.product-detail-collections a:hover{text-decoration:underline}.quantity-selector{color:#3c4855;align-items:center;gap:1rem;margin-top:1.5rem;font-size:.9rem;font-weight:600;display:flex}.quantity-stepper{border:1px solid #dfe4e9;border-radius:999px;align-items:center;gap:.75rem;padding:.4rem .75rem;display:flex}.quantity-stepper button{width:24px;height:24px;transition:transform .14s var(--ease-out), background .14s ease;background:#f5f7f9;border:0;border-radius:999px;font-weight:700}.quantity-stepper button:active{background:#e8ebef;transform:scale(.9)}.quantity-stepper span{text-align:center;min-width:1.25rem}.product-detail-facts{background:#f7f8fa;border:1px solid #e4e8ec;border-radius:18px;flex-direction:column;gap:1rem;margin:2rem 0 0;padding:1.25rem 1.5rem;display:flex}.product-detail-facts dt{text-transform:uppercase;letter-spacing:.06em;color:#778391;margin:0 0 .2rem;font-size:.75rem;font-weight:700}.product-detail-facts dd{color:#3c4855;margin:0}.product-detail-warning dt{color:#a63d3d}.product-detail-warning dd{color:#8a4646}.product-faq,.distributor-reorder,.order-confirm-section,.tracking-section,.blog-post,.legal-page{padding-left:5%;padding-right:5%}.product-faq{max-width:760px}.faq-list{flex-direction:column;gap:.75rem;margin-top:2rem;display:flex}.faq-item{background:#fff;border:1px solid #e4e8ec;border-radius:16px;padding:1rem 1.25rem}.faq-item summary{cursor:pointer;font-weight:700}.faq-item p{color:#56616e;margin:.75rem 0 0}.product-reviews-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-top:2rem;display:grid}.product-review-card{background:#fff;border:1px solid #e4e8ec;border-radius:18px;flex-direction:column;gap:.7rem;margin:0;padding:1.4rem 1.5rem;display:flex}.product-review-stars{color:#f5a623;letter-spacing:.12em;font-size:.95rem}.product-review-card blockquote{color:#2c3742;margin:0;font-size:.95rem;line-height:1.6}.product-review-card figcaption{color:#6b7583;font-size:.85rem;font-weight:600}.product-reviews-disclaimer{color:#8a939d;max-width:640px;margin:1.5rem 0 0;font-size:.78rem;line-height:1.5}.mobile-buy-bar{display:none}@media (width<=800px){.product-detail-layout{grid-template-columns:1fr;gap:1.5rem}.price-ladder{gap:.5rem}.price-ladder-tier{padding:.65rem .5rem}.price-ladder-tier-total{font-size:.95rem}.price-ladder-tier-savings,.price-ladder-tier-duration{font-size:.68rem}.price-ladder-tier-badge{padding:.15rem .4rem;font-size:.6rem}.price-ladder-tier-percent{padding:.15rem .45rem;font-size:.68rem;top:-.55rem;right:.4rem}.product-page-has-sticky-bar{padding-bottom:4.5rem}.mobile-buy-bar{z-index:35;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff7;border-top:1px solid #e4e8ec;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 20px #18212b14}.mobile-buy-bar-price{flex-direction:column;min-width:0;display:flex}.mobile-buy-bar-price span{text-overflow:ellipsis;white-space:nowrap;color:#687481;font-size:.8rem;overflow:hidden}.mobile-buy-bar-price strong{font-size:1.05rem}.mobile-buy-bar .primary{flex-shrink:0;padding:.75rem 1.25rem}}.cart-overlay{z-index:30;opacity:0;transition:opacity .26s var(--ease-in-out);background:#18212b73;justify-content:flex-end;display:flex;position:fixed;inset:0}.cart-overlay[data-open=true]{opacity:1}.cart-drawer{width:100%;max-width:420px;height:100%;transition:transform .28s var(--ease-drawer);background:#fff;flex-direction:column;padding:1.5rem;display:flex;overflow-y:auto;transform:translate(100%)}.cart-drawer[data-open=true]{transform:translate(0)}@media (prefers-reduced-motion:reduce){.cart-overlay,.cart-drawer{transition-duration:1ms}}.cart-drawer-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.cart-drawer-header h2{margin:0}.cart-close{color:inherit;transition:transform .14s var(--ease-out);background:0 0;border:0;justify-content:center;align-items:center;font-size:1.2rem;display:flex}.cart-close:active{transform:scale(.9)}.cart-empty{color:#687481}.cart-items{flex-direction:column;gap:1.25rem;margin:0;padding:0;list-style:none;display:flex}.cart-item{border-bottom:1px solid #e8ebef;flex-wrap:wrap;align-items:flex-start;gap:.75rem;padding-bottom:1.25rem;display:flex}.cart-item-thumb{color:#778391;background:#f5f7f9;border-radius:12px;flex-shrink:0;place-items:center;width:56px;height:56px;font-weight:800;display:grid}.cart-item-thumb img{object-fit:contain;width:100%;height:100%}.cart-item-info{flex-direction:column;flex:1;gap:.2rem;min-width:120px;display:flex}.cart-item-info span{color:#687481;font-size:.9rem}.cart-item-controls{flex-basis:100%;align-items:center;gap:.6rem;padding-left:calc(56px + .75rem);display:flex}.cart-item-controls button{min-width:28px;transition:transform .14s var(--ease-out);background:#fff;border:1px solid #dfe4e9;border-radius:999px;padding:.3rem .6rem}.cart-item-controls button:active{transform:scale(.93)}.cart-item-quantity{text-align:center;min-width:1.5rem}.cart-item-remove{color:#a63d3d;background:0 0;border:none;margin-left:auto;font-size:.85rem}.cart-shipping-note{color:#3c4855;background:#f7f8fa;border-radius:14px;align-items:center;gap:.5rem;margin-top:1.5rem;padding:.9rem 1rem;font-size:.9rem;font-weight:600;display:flex}.shipping-note svg,.cart-shipping-note svg{flex-shrink:0;font-size:1.15em}.product-trust-row{background:#f7f9fc;border:1px solid #e7ebf0;border-radius:14px;gap:.55rem;margin:1.1rem 0 0;padding:.9rem 1rem;list-style:none;display:grid}.product-trust-row li{color:#3c4855;align-items:center;gap:.55rem;font-size:.88rem;font-weight:600;line-height:1.35;display:flex}.product-trust-row svg{color:var(--brand-blue);flex-shrink:0;font-size:1.05rem}.cart-shipping-free{color:#1f6f4f;background:#edf5f1}.cart-cross-sell{border:1px dashed var(--brand-blue);text-align:left;background:#f0f6fc;border-radius:16px;align-items:center;gap:.75rem;width:100%;margin-top:1rem;padding:.75rem;display:flex}.cart-cross-sell-thumb{color:#778391;background:#fff;border-radius:10px;flex-shrink:0;place-items:center;width:40px;height:40px;font-size:.85rem;font-weight:800;display:grid}.cart-cross-sell-thumb img{object-fit:contain;width:100%;height:100%}.cart-cross-sell-copy{flex-direction:column;flex:1;gap:.1rem;font-size:.85rem;display:flex}.cart-cross-sell-copy strong{font-size:.9rem}.cart-cross-sell-copy span{color:#56616e}.cart-cross-sell-add{background:var(--brand-blue);color:#fff;border-radius:999px;flex-shrink:0;place-items:center;width:28px;height:28px;font-weight:800;display:grid}.checkout-promo{background:linear-gradient(150deg,#fff7ee 0%,#ffeede 100%);border:1px solid #f4d7ba;border-radius:22px;padding:1.6rem}.checkout-promo-head{align-items:center;gap:1rem;margin-bottom:1.3rem;display:flex}.checkout-promo-badge{background:var(--brand-orange);color:#fff;letter-spacing:-.02em;border-radius:16px;flex-shrink:0;place-items:center;width:58px;height:58px;font-size:1.15rem;font-weight:900;line-height:1;display:grid;box-shadow:0 8px 18px #f5821f59}.checkout-promo-copy{min-width:0}.checkout-promo-copy strong{color:#9a4a08;font-size:1.08rem;line-height:1.3;display:block}.checkout-promo-copy span{color:#7c5c3e;margin-top:.2rem;font-size:.85rem;line-height:1.45;display:block}.checkout-promo-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.9rem;display:grid}.checkout-promo-card{text-align:center;background:#fff;border:1px solid #f1e1cf;border-radius:16px;flex-direction:column;align-items:center;gap:.3rem;padding:1rem .8rem 1.1rem;display:flex}.checkout-promo-thumb{color:#b6a998;place-items:center;width:100px;height:100px;font-weight:700;display:grid;overflow:hidden}.checkout-promo-thumb img{object-fit:contain;width:100%;height:100%}.checkout-promo-card strong{font-size:.9rem;line-height:1.25}.checkout-promo-price{color:#18212b;font-size:.92rem;font-weight:800}.checkout-promo-add{background:var(--brand-orange);color:#fff;cursor:pointer;border:0;border-radius:999px;margin-top:.5rem;padding:.55rem 1.15rem;font-family:inherit;font-size:.82rem;font-weight:800;transition:filter .15s,transform .12s}.checkout-promo-add:hover{filter:brightness(1.07);transform:translateY(-1px)}.cart-summary{border-top:1px solid #e8ebef;margin-top:1.5rem;padding-top:1.25rem}.cart-summary-row{color:#56616e;justify-content:space-between;margin-bottom:.5rem;display:flex}.cart-summary-total{color:#18212b;font-size:1.1rem}.cart-actions{flex-direction:column;gap:.75rem;margin-top:1.5rem;display:flex}.cart-actions .primary:disabled{opacity:.5;cursor:not-allowed}@media (width<=1240px){.header{gap:1rem;padding:1rem 4%}.menu-toggle{display:flex}.header nav{opacity:0;pointer-events:none;max-height:0;transition:max-height .24s var(--ease-in-out), opacity .18s ease;background:#fff;border-bottom:1px solid #e8ebef;flex-direction:column;gap:0;padding:.5rem 4% 1rem;display:flex;position:absolute;top:100%;left:0;right:0;overflow:hidden;box-shadow:0 12px 24px #18212b14}.header nav.nav-open{opacity:1;pointer-events:auto;max-height:85vh;overflow-y:auto}.header nav a{border-bottom:1px solid #f1f3f5;padding:.85rem 0}.nav-item-has-menu-row a{flex:1}.nav-item-caret{justify-content:center;align-items:center;font-size:1.25rem;display:flex}.nav-mega-panel{z-index:auto;width:100%;box-shadow:none;flex-direction:column;margin:0 0 .5rem;padding:1rem;position:static}.nav-mega-feature{flex-direction:row;align-items:center;width:100%}.nav-mega-feature img{flex-shrink:0;width:84px;height:64px}.nav-mega-grid{grid-template-columns:1fr 1fr}}@media (width<=800px){.hero{padding:0 0 1.5rem}.section{padding:3rem 4%}.home-bestsellers{padding-top:1.4rem}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.product-card-content{gap:.3rem;padding:.75rem .8rem .9rem}.product-card-content h3{font-size:.92rem;line-height:1.25}.product-description{display:none}.product-card-footer{flex-direction:column;align-items:stretch;gap:.5rem}.product-card-footer strong{font-size:1rem}.product-card-footer button{width:100%;padding:.55rem .7rem;font-size:.88rem}}.checkout-section h1{margin-bottom:.25rem}.checkout-layout{grid-template-columns:minmax(0,1fr) 380px;align-items:start;gap:2.5rem;margin-top:2rem;display:grid}.checkout-main{flex-direction:column;gap:1.5rem;min-width:0;display:flex}.checkout-form{flex-direction:column;gap:1.5rem;display:flex}.checkout-card{background:#fff;border:1px solid #e6ebf1;border-radius:18px;padding:1.5rem;box-shadow:0 1px 3px #1428460a}.distributor-panel{border-radius:20px;overflow:hidden;box-shadow:0 10px 30px -14px #0d3c7873}.distributor-panel-toggle{color:#fff;width:100%;font:inherit;text-align:left;cursor:pointer;background:linear-gradient(135deg,#0d55a7,#0a3a73);border:0;align-items:center;gap:.9rem;padding:1.25rem 1.4rem;font-size:1.02rem;font-weight:700;line-height:1.35;display:flex}.distributor-panel-toggle:after{content:"›";opacity:.7;margin-left:auto;font-size:1.6rem;line-height:1}.distributor-panel-badge{color:#fff;letter-spacing:.06em;text-transform:uppercase;background:#f0902f;border-radius:999px;flex:none;padding:.32rem .7rem;font-size:.7rem;font-weight:800}.distributor-panel-body{color:#fff;background:linear-gradient(135deg,#0d55a7,#0a3a73);padding:1.5rem 1.5rem 1.6rem}.distributor-panel.is-eligible .distributor-panel-body{background:linear-gradient(135deg,#12703c,#0c5730)}.distributor-panel-title{letter-spacing:.08em;text-transform:uppercase;color:#ffd9b3;align-items:center;gap:.55rem;margin:0 0 .7rem;font-size:.78rem;font-weight:800;display:flex}.distributor-panel.is-eligible .distributor-panel-title{color:#b7f0cd}.distributor-panel-title:before{content:"";background:#ffffff29 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6l6-3 6 3v7l-6 3-6-3z'/%3E%3Cpath d='M3 6l6 3 6-3M9 9v7'/%3E%3C/svg%3E") 50%/1rem no-repeat;border-radius:7px;width:1.6rem;height:1.6rem}.distributor-panel-help{color:#ffffffeb;margin:0 0 1.1rem;font-size:1rem;line-height:1.6}.distributor-panel-help strong{color:#fff}.distributor-panel-next{color:#fffffff0;background:#ffffff24;border-radius:12px;margin:0 0 1rem;padding:.85rem 1rem;font-size:.95rem;line-height:1.6}.distributor-panel-next strong{color:#fff}.distributor-panel-form{flex-wrap:wrap;gap:.6rem;display:flex}.distributor-panel-form input{color:#1f2a33;font:inherit;background:#fff;border:0;border-radius:12px;flex:13rem;padding:.95rem 1rem;font-size:1rem}.distributor-panel-form button{color:#fff;font:inherit;cursor:pointer;background:#f0902f;border:0;border-radius:12px;flex:none;padding:.95rem 1.8rem;font-size:1rem;font-weight:800}.distributor-panel-form button:disabled{opacity:.65;cursor:default}.distributor-panel-msg{margin:1rem 0 0;font-size:.98rem;line-height:1.6}.distributor-panel-msg.is-ok{color:#eafff1;margin:0}.distributor-panel-msg.is-ok strong{color:#fff}.distributor-panel-msg.is-warn{color:#ffe6cc}.distributor-panel-msg a{color:#fff;font-weight:700}.distributor-panel-link{color:#ffffffbf;font:inherit;cursor:pointer;background:0 0;border:0;margin-top:.9rem;padding:0;font-size:.86rem;text-decoration:underline}.distributor-reorder{max-width:760px}.distributor-reorder-form{flex-wrap:wrap;gap:.6rem;margin-top:1.6rem;display:flex}.distributor-reorder-form input{color:#1f2a33;font:inherit;background:#fff;border:1px solid #cdd8e3;border-radius:12px;flex:15rem;padding:.95rem 1.1rem;font-size:1rem}.distributor-reorder-form input:focus-visible{outline-offset:1px;border-color:#0d55a7;outline:2px solid #0d55a7}.distributor-reorder-form button{color:#fff;font:inherit;cursor:pointer;background:#0d55a7;border:0;border-radius:12px;flex:none;padding:.95rem 1.8rem;font-size:1rem;font-weight:800}.distributor-reorder-form button:disabled{opacity:.6;cursor:default}.distributor-reorder-msg{margin:1.1rem 0 0;font-size:.98rem;line-height:1.6}.distributor-reorder-msg.is-warn{color:#9a4a12}.distributor-reorder-results{margin-top:2rem}.distributor-reorder-hello{color:#14202b;align-items:center;gap:.55rem;margin:0 0 1.2rem;font-weight:700;display:flex}.distributor-reorder-hello svg{color:#1c7c46;flex:none;width:1.3rem;height:1.3rem}.distributor-order-list{gap:1rem;margin:0;padding:0;list-style:none;display:grid}.distributor-order-card{background:#fff;border:1px solid #dce4ee;border-radius:16px;padding:1.2rem 1.3rem}.distributor-order-card-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.distributor-order-card-head strong{font-size:1.02rem}.distributor-order-card-date{color:#6b7785;margin-left:.6rem;font-size:.9rem}.distributor-order-card-status{letter-spacing:.02em;text-transform:uppercase;color:#0d55a7;background:#eaf2fb;border-radius:999px;padding:.2rem .6rem;font-size:.78rem;font-weight:700}.distributor-order-card-items{border-top:1px solid #eef2f7;border-bottom:1px solid #eef2f7;gap:.5rem;margin:.9rem 0;padding:.9rem 0;list-style:none;display:grid}.distributor-order-card-items li{color:#35414d;justify-content:space-between;gap:1rem;font-size:.95rem;display:flex}.distributor-order-card-items li span:last-child{font-variant-numeric:tabular-nums;color:#6b7785;white-space:nowrap}.distributor-order-card-foot{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.distributor-order-card-total{color:#14202b;font-variant-numeric:tabular-nums;font-weight:800}.distributor-order-card-foot button{padding:.7rem 1.4rem;font-size:.95rem}.distributor-reorder-note{color:#6b7785;margin-top:2.4rem;font-size:.92rem}.order-confirm-section{max-width:720px}.order-confirm-hero{background:linear-gradient(#f1faf3,#fff);border:1px solid #cfe6d6;border-radius:20px;align-items:flex-start;gap:1.1rem;margin:.4rem 0 0;padding:1.4rem 1.5rem;display:flex}.order-confirm-hero.is-wait{background:linear-gradient(#fdfaef,#fff);border-color:#e6e0c8}.order-confirm-hero.is-bad{background:linear-gradient(#fdf1f1,#fff);border-color:#ecd2d2}.order-confirm-check{color:#fff;background:#1c6b39;border-radius:999px;flex:none;place-items:center;width:2.9rem;height:2.9rem;font-size:1.4rem;font-weight:800;display:grid}.order-confirm-hero.is-wait .order-confirm-check{background:#b98900}.order-confirm-hero.is-bad .order-confirm-check{background:#b5352f}.order-confirm-hero h2{margin:.1rem 0 .3rem;font-size:clamp(1.5rem,3.5vw,2rem);line-height:1.15}.order-confirm-hero p{color:#48545f;margin:0;line-height:1.55}.order-steps{counter-reset:ostep;background:#fff;border:1px solid #e6ebf1;border-radius:18px;margin:1.5rem 0 0;padding:1.35rem 1.5rem;list-style:none;box-shadow:0 1px 3px #1428460a}.order-step{color:#6a7681;align-items:flex-start;gap:.9rem;padding:.55rem 0;font-size:.98rem;line-height:1.5;display:flex}.order-step-marker{counter-increment:ostep;background:#fff;border:2px solid #d3dde8;border-radius:999px;flex:none;place-items:center;width:1.7rem;height:1.7rem;font-size:.82rem;font-weight:800;display:grid}.order-step-marker:before{content:counter(ostep);color:#9aa7b4}.order-step.is-done .order-step-marker{color:#fff;background:#1c6b39;border-color:#1c6b39}.order-step.is-done .order-step-marker:before{content:""}.order-step.is-done>span:last-child{color:#26313a}.order-step.is-current .order-step-marker{color:#0d55a7;border-color:#0d55a7;box-shadow:0 0 0 4px #0d55a71f}.order-step.is-current>span:last-child{color:#1f2a33;font-weight:700}.order-confirm-note{color:#48545f;background:#f4f8fd;border-radius:12px;margin:1.15rem 0 0;padding:.9rem 1.1rem;font-size:.88rem;line-height:1.55}.checkout-card h3{align-items:center;gap:.6rem;margin:0 0 1.15rem;font-size:1.05rem;display:flex}.checkout-card-step{background:var(--brand-blue);color:#fff;border-radius:999px;flex-shrink:0;place-items:center;width:26px;height:26px;font-size:.82rem;font-weight:800;display:grid}.checkout-fields{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.checkout-field-wide{grid-column:1/-1}.checkout-form label{color:#47535f;flex-direction:column;gap:.4rem;font-size:.85rem;font-weight:600;display:flex}.checkout-field-hint{color:#8b97a3;font-size:.74rem;font-weight:400}.checkout-form input,.checkout-form select{color:inherit;background:#fbfcfd;border:1.5px solid #dfe4e9;border-radius:11px;padding:.75rem .9rem;font-family:inherit;font-size:1rem;transition:border-color .15s,box-shadow .15s,background .15s}.checkout-form select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%2347535f'%3E%3Cpath fill-rule='evenodd' d='M5.23 7.21a.75.75 0 011.06.02L10 11.168l3.71-3.938a.75.75 0 111.08 1.04l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 01.02-1.06z' clip-rule='evenodd'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:1rem;padding-right:2.25rem}.checkout-form select:disabled{color:#a7b1ba;cursor:not-allowed;background-color:#f3f5f7}.checkout-form input:focus,.checkout-form select:focus{border-color:var(--brand-blue);background-color:#fff;outline:none;box-shadow:0 0 0 3px #0d55a71f}.honeypot-field{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.club-signup{padding:3.5rem var(--gutter);background:radial-gradient(120% 140% at 0 0,#f0821f14,#0000 55%),linear-gradient(160deg,#eef5fc,#f7fafd 60%,#fff);border-top:1px solid #e2e9f1}.club-signup-inner{max-width:640px;margin:0 auto}.club-signup-inner .eyebrow{color:var(--brand-orange)}.club-signup-inner h2{letter-spacing:-.01em;margin:.3rem 0 .7rem;font-size:clamp(1.5rem,3.6vw,2rem)}.club-signup-lead{color:#47535f;margin:0 0 1.2rem;font-size:1rem;line-height:1.6}.club-signup-bullets{flex-direction:column;gap:.55rem;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.club-signup-bullets li{color:#2c3742;align-items:center;gap:.5rem;font-size:.94rem;display:flex}.club-signup-bullets svg{color:#2c8a52;flex-shrink:0;width:1.05rem;height:1.05rem}.club-signup-fields{grid-template-columns:1fr 1fr;gap:.8rem;margin-bottom:.9rem;display:grid}.club-signup-fields label{color:#47535f;flex-direction:column;gap:.35rem;font-size:.82rem;font-weight:600;display:flex}.club-signup-optional{color:#8a95a1;font-weight:400}.club-signup-fields input{color:inherit;background:#fff;border:1.5px solid #d7dee6;border-radius:11px;padding:.75rem .9rem;font-family:inherit;font-size:1rem;transition:border-color .15s,box-shadow .15s}.club-signup-fields input:focus{border-color:var(--brand-blue);outline:none;box-shadow:0 0 0 3px #0d55a71f}.club-signup-form .primary{width:100%}.club-signup-fine{color:#77828e;margin:.9rem 0 0;font-size:.78rem;line-height:1.5}.club-signup-error{color:#b42318;margin:.7rem 0 0;font-size:.88rem}.club-signup-done{color:#1f6b40;background:#e7f7ee;border-radius:12px;align-items:center;gap:.55rem;margin:.5rem 0 0;padding:1rem 1.1rem;font-size:.98rem;font-weight:600;display:flex}.club-signup-done svg{flex-shrink:0;width:1.2rem;height:1.2rem}@media (width<=560px){.club-signup-fields{grid-template-columns:1fr}}.checkout-submit{background:linear-gradient(135deg, var(--brand-blue), #0a4488);color:#fff;cursor:pointer;border:0;border-radius:14px;justify-content:center;align-items:center;gap:.6rem;width:100%;margin-top:.25rem;padding:1rem 1.25rem;font-family:inherit;font-size:1.05rem;font-weight:800;transition:transform .12s,box-shadow .12s;display:flex;box-shadow:0 8px 20px #0d55a747}.checkout-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 26px #0d55a757}.checkout-submit:disabled{opacity:.6;cursor:progress}.checkout-submit svg{font-size:1.1em}.checkout-trust{color:#6b7683;justify-content:center;align-items:center;gap:.45rem;margin:.1rem 0 0;font-size:.8rem;display:flex}.checkout-trust svg{color:#1f6f4f;font-size:1em}.checkout-summary{background:#fff;border:1px solid #e4e8ec;border-radius:20px;position:sticky;top:1.5rem;overflow:hidden}.checkout-summary-head{background:linear-gradient(135deg, var(--brand-blue), #0a4488);color:#fff;align-items:center;gap:.55rem;padding:1.1rem 1.4rem;font-size:1rem;font-weight:800;display:flex}.checkout-summary-head svg{font-size:1.15em}.checkout-summary-body{padding:1.3rem 1.4rem 1.5rem}.checkout-summary-body .cart-shipping-note:first-child{margin-top:0}.checkout-confirmation-summary{border:1px solid #e4e8ec;border-radius:22px;max-width:420px;margin-top:2rem;padding:1.5rem}.order-review-prompt{background:#f6f9fc;border:1px solid #e4e8ec;border-radius:22px;max-width:420px;margin-top:2rem;padding:1.4rem 1.5rem}.order-review-prompt-title{color:var(--brand-blue);margin:0 0 .4rem;font-weight:800}.order-review-prompt p{margin:0 0 .9rem}.order-review-prompt a{display:inline-block}@media (width<=800px){.checkout-layout{grid-template-columns:1fr;gap:1.5rem}.checkout-summary{position:static}.checkout-fields{grid-template-columns:1fr}}.admin-auth{background:#0d55a7;grid-template-columns:1.1fr 1fr;min-height:100vh;display:grid}.admin-auth-visual{background-image:linear-gradient(#0922421f 0%,#09224252 58%,#092242d1 100%),url(/images/lifestyle/hero-family-1280.jpg);background-position:50%;background-size:cover;position:relative}.admin-auth-visual-overlay{color:#fff;position:absolute;bottom:3rem;left:3rem}.admin-auth-logo{letter-spacing:.08em;font-size:1.35rem;font-weight:900}.admin-auth-visual-overlay p{opacity:.9;margin:.4rem 0 0;font-size:1.05rem;font-weight:500}.admin-auth-panel{background:#f4f7fb;justify-content:center;align-items:center;padding:2.5rem;display:flex}.admin-auth-card{background:#fff;border-radius:22px;width:100%;max-width:380px;padding:2.5rem;box-shadow:0 24px 60px #0d28501f}.admin-auth-eyebrow{color:var(--brand-blue);text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:800}.admin-auth-card h1{margin:.5rem 0 .35rem;font-size:1.7rem}.admin-auth-lead{color:#5c6773;margin:0 0 1.75rem;font-size:.92rem;line-height:1.5}.admin-auth-form{flex-direction:column;gap:1rem;display:flex}.admin-auth-form label{color:#47535f;flex-direction:column;gap:.4rem;font-size:.82rem;font-weight:700;display:flex}.admin-auth-form input{border:1.5px solid #dbe2ea;border-radius:12px;padding:.8rem .95rem;font-family:inherit;font-size:1rem;transition:border-color .15s,box-shadow .15s}.admin-auth-form input:focus{border-color:var(--brand-blue);outline:none;box-shadow:0 0 0 3px #0d55a721}.admin-auth-error{color:#a63d3d;margin:0;font-size:.85rem;font-weight:600}.admin-auth-submit{background:linear-gradient(135deg, var(--brand-blue), #0a4488);color:#fff;cursor:pointer;border:0;border-radius:12px;padding:.85rem 1.25rem;font-family:inherit;font-size:1rem;font-weight:800;transition:transform .12s,box-shadow .12s}.admin-auth-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 22px #0d55a74d}.admin-auth-submit:disabled{opacity:.6;cursor:progress}@media (width<=820px){.admin-auth{grid-template-columns:1fr}.admin-auth-visual{min-height:180px}.admin-auth-visual-overlay{bottom:1.5rem;left:1.5rem}}.admin-shell{background:#f4f7fb;min-height:100vh}.admin-topbar{background:#fff;border-bottom:1px solid #e4e9f0;justify-content:space-between;align-items:center;padding:1rem 5%;display:flex}.admin-topbar-brand{letter-spacing:.06em;color:#14213b;font-size:1.05rem;font-weight:900}.admin-topbar-brand em{color:var(--brand-blue);font-style:normal;font-weight:700}.admin-topbar-logout{color:#47535f;cursor:pointer;background:#fff;border:1px solid #dbe2ea;border-radius:999px;padding:.5rem 1rem;font-family:inherit;font-size:.85rem;font-weight:700;transition:border-color .15s,color .15s}.admin-topbar-logout:hover{border-color:var(--brand-blue);color:var(--brand-blue)}.admin-tabs{z-index:5;scrollbar-width:none;background:#fff;border-bottom:1px solid #e4e9f0;gap:.35rem;padding:.55rem max(5%,50% - 780px + 1.5rem);display:flex;position:sticky;top:0;overflow-x:auto;box-shadow:0 6px 16px -14px #14284659}.admin-tabs::-webkit-scrollbar{display:none}.admin-tab{color:#5a6675;font:inherit;white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:999px;flex:none;padding:.6rem 1.1rem;font-size:.92rem;font-weight:700;transition:background .15s,color .15s}.admin-tab:hover{color:#1f2a3b;background:#f1f5fb}.admin-tab.is-active{background:var(--brand-blue,#0d55a7);color:#fff}.admin-content{max-width:1560px;margin:0 auto;padding:2.25rem max(5%,1.5rem) 4rem}.admin-content-head{margin-bottom:2rem}.admin-content-head h2{margin:.25rem 0 0}.admin-summary-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:1rem;margin-top:0;display:grid}.admin-stat-card{background:#fff;border:1px solid #e4e9f0;border-left:4px solid #cdd6e2;border-radius:16px;flex-direction:column;gap:.5rem;padding:1.3rem 1.4rem;display:flex;box-shadow:0 1px 3px #1428460a}.admin-stat-card span{color:#778391;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700}.admin-stat-card strong{color:#14213b;font-size:1.55rem}.admin-stat-sales{border-left-color:#1f9d63}.admin-stat-sales strong{color:#1f8a58}.admin-stat-pending{border-left-color:var(--brand-orange)}.admin-stat-warning{border-left-color:#d9534f}.admin-stat-warning strong{color:#c0433f}.admin-table tbody tr.admin-row-low-stock,.admin-table tbody tr.admin-row-low-stock:hover{background:#fdf1f1}.admin-stock-input{width:80px;font:inherit;border:1px solid #dfe4e9;border-radius:10px;padding:.4rem .6rem}.admin-notes-input{width:100%;min-width:200px;font:inherit;border:1px solid #dfe4e9;border-radius:10px;padding:.4rem .6rem}.checkout-distributor{background:#f2f7fd;border:1px solid #cfe0f5;border-radius:14px;margin:0 0 1rem;padding:1rem}.checkout-distributor-title{color:var(--brand-blue);letter-spacing:.04em;text-transform:uppercase;margin:0 0 .5rem;font-size:.85rem;font-weight:700}.checkout-distributor-warning{color:#92400e;margin:0;font-size:.9rem;line-height:1.5}.checkout-bonus{border-top:1px solid #cfe0f5;margin-top:.9rem;padding-top:.9rem}.checkout-bonus-title{margin:0 0 .2rem;font-weight:700}.checkout-bonus-help{color:#6b7280;margin:0 0 .7rem;font-size:.85rem}.checkout-bonus-row{justify-content:space-between;align-items:center;gap:1rem;padding:.35rem 0;font-size:.9rem;display:flex}.checkout-bonus-controls{align-items:center;gap:.6rem;display:inline-flex}.checkout-bonus-controls button{border:1px solid var(--brand-blue);width:30px;height:30px;color:var(--brand-blue);cursor:pointer;background:#fff;border-radius:999px;font-size:1rem;line-height:1}.checkout-bonus-controls button:disabled{opacity:.4;cursor:not-allowed}.admin-setting-row{border-bottom:1px solid #e6ebf1;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.85rem 0;display:flex}.admin-setting-row:last-child{border-bottom:0}.admin-setting-row input[type=checkbox]{flex-shrink:0;margin-top:.2rem}.admin-setting-row>span{flex:1}.admin-import-box{background:#f8fafc;border:1px solid #dfe4e9;border-radius:14px;margin:0 0 1.5rem;padding:1.25rem}.admin-import-title{margin:0 0 .4rem;font-weight:700}.admin-import-help{color:#6b7280;max-width:70ch;margin:0 0 .9rem;font-size:.9rem;line-height:1.5}.admin-import-preview{border-top:1px solid #dfe4e9;margin-top:1rem;padding-top:1rem}.admin-import-warnings{color:#92400e;margin:.5rem 0 1rem;padding-left:1.1rem;font-size:.85rem;line-height:1.5}.admin-price-input{background:#fff;border:1px solid #dfe4e9;border-radius:10px;align-items:center;gap:.15rem;padding:.4rem .6rem;display:inline-flex}.admin-price-input span{color:#6b7280}.admin-price-input input{width:90px;font:inherit;background:0 0;border:0;padding:0}.admin-price-input input:focus{outline:none}.admin-price-input:focus-within{border-color:var(--brand,#0d55a7)}.admin-orders-title{border-bottom:2px solid #e4e9f0;align-items:center;gap:.6rem;margin-top:2.5rem;padding-bottom:.6rem;font-size:1.15rem;display:flex}.admin-content-head+.admin-orders-title,.admin-summary-grid+.admin-orders-title{margin-top:.5rem}.admin-order-expand{font:inherit;color:var(--brand-blue,#0d55a7);cursor:pointer;background:0 0;border:0;padding:.2rem .35rem;font-weight:700}.admin-order-detail-row>td{background:#f6f9fd;padding:1rem 1.25rem 1.25rem}.admin-order-detail{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);align-items:start;gap:.9rem;display:grid}.admin-order-detail ul{margin:0;padding:0;list-style:none}.admin-order-detail ul li{border-bottom:1px solid #e6ecf3;justify-content:space-between;gap:1rem;padding:.35rem 0;font-size:.9rem;display:flex}.admin-order-detail dl{background:#fff;border:1px solid #e6ecf3;border-radius:12px;margin:0;padding:.75rem 1rem}.admin-order-detail dl>div{color:#5b6675;justify-content:space-between;gap:1rem;padding:.25rem 0;font-size:.88rem;display:flex}.admin-order-detail dl dt,.admin-order-detail dl dd{margin:0}.admin-order-detail-total{border-top:1px solid #e6ecf3;margin-top:.35rem;font-weight:800;color:#1f2a33!important;padding-top:.5rem!important}.admin-order-detail-addr{color:#5b6675;grid-column:1/-1;margin:0;font-size:.88rem}.admin-tracking-editor{border-top:1px dashed #d7e0ea;grid-column:1/-1;padding-top:.75rem}.admin-tracking-editor h4{margin:0 0 .2rem;font-size:.92rem}.admin-tracking-editor code{background:#eef2f7;border-radius:5px;padding:.05rem .35rem}.admin-tracking-fields{flex-wrap:wrap;align-items:end;gap:.75rem;margin-top:.5rem;display:flex}.admin-tracking-fields label{color:#47535f;flex-direction:column;gap:.3rem;font-size:.82rem;font-weight:600;display:flex}.admin-tracking-fields input{border:1.5px solid #dfe4e9;border-radius:9px;min-width:180px;padding:.5rem .7rem;font-size:.9rem}.admin-customer-orders{line-height:1.4}.admin-customer-orders strong{display:block}.admin-customer-orders span{color:#6a7681;font-size:.82rem;display:block}.admin-customer-pending{font-weight:700;color:#b98900!important}@media (width<=720px){.admin-order-detail{grid-template-columns:1fr}}.admin-orders-title:before{content:"";background:var(--brand-blue);border-radius:2px;width:4px;height:1.1em}.admin-ambassador-form{background:#fff;border:1px solid #e4e8ec;border-radius:18px;flex-wrap:wrap;align-items:end;gap:.85rem;margin-top:1.25rem;padding:1.25rem;display:flex}.admin-ambassador-form input{font:inherit;border:1px solid #dfe4e9;border-radius:10px;padding:.6rem .75rem}.admin-ambassador-form label{color:#778391;text-transform:uppercase;letter-spacing:.04em;flex-direction:column;gap:.3rem;font-size:.78rem;font-weight:700;display:flex}.admin-ambassador-form label input{width:90px}.admin-table-wrapper{background:#fff;border:1px solid #e4e9f0;border-radius:16px;margin-top:1.25rem;overflow-x:auto;box-shadow:0 1px 3px #1428460a}.admin-table{border-collapse:collapse;width:100%;font-size:.9rem}.admin-table th,.admin-table td{text-align:left;white-space:nowrap;border-bottom:1px solid #eef1f5;padding:.85rem 1rem}.admin-table tbody tr:last-child td{border-bottom:0}.admin-table tbody tr:hover{background:#f8fafc}.admin-table th{color:#6b7683;text-transform:uppercase;letter-spacing:.06em;background:#f7f9fc;font-size:.72rem;font-weight:800}.admin-table select{font:inherit;border:1px solid #dfe4e9;border-radius:10px;padding:.4rem .6rem}.admin-badge{border-radius:999px;padding:.25rem .6rem;font-size:.78rem;font-weight:700;display:inline-flex}.admin-badge-pending{color:#56616e;background:#f7f8fa}.admin-badge-approved{color:#1f6f4f;background:#edf5f1}.admin-badge-rejected{color:#a63d3d;background:#fff7f7}.admin-badge-refunded{color:#96650f;background:#fdf3e7}.admin-badge-distributor{color:#0d55a7;cursor:help;background:#eaf2fb;margin-left:.4rem}.admin-status-cell{flex-direction:column;gap:.3rem;display:flex}.admin-save-note{color:#8b96a3;font-size:.75rem}.admin-save-ok{color:#1f6f4f;font-weight:700}.admin-save-error{color:#a63d3d;font-weight:700}.admin-order-delete{color:#a63d3d;cursor:pointer;background:0 0;border:1px solid #e0c3c3;border-radius:6px;padding:.3rem .6rem;font-size:.78rem}.admin-order-delete:hover:not(:disabled){color:#fff;background:#a63d3d;border-color:#a63d3d}.admin-order-delete:disabled{opacity:.5;cursor:default}.admin-section-note{color:#687481;margin:.25rem 0 1rem;font-size:.9rem}.admin-reminder-button{white-space:nowrap;min-height:auto;padding:.5rem .9rem;font-size:.85rem}.admin-import{background:#f8fafc;border:1px solid #e2e7ee;border-radius:16px;margin:0 0 2rem;padding:1.4rem 1.5rem 1.5rem}.admin-import-title{color:#1f2a33;margin:0 0 .35rem;font-size:1.05rem}.admin-linklike{color:#0d55a7;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;text-decoration:underline}.admin-dropzone{text-align:center;background:#fff;border:2px dashed #b9c6d6;border-radius:14px;justify-content:center;align-items:center;min-height:92px;padding:1rem;transition:border-color .15s,background .15s;display:flex;position:relative}.admin-dropzone.is-dragging{background:#eef4fc;border-color:#0d55a7}.admin-dropzone input[type=file]{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}.admin-dropzone p{color:#56616e;margin:0;font-size:.92rem}.admin-import-mapping{flex-wrap:wrap;gap:.4rem;margin:1rem 0 .6rem;display:flex}.admin-import-chip{color:#33506f;background:#e7eef8;border-radius:999px;padding:.3rem .65rem;font-size:.8rem}.admin-import-chip.is-missing{color:#a12525;background:#fdecec}.admin-import-summary{color:#3d4954;margin:.4rem 0 .8rem;font-size:.92rem}.admin-import-preview{max-height:340px;overflow-y:auto}.admin-import-preview .is-invalid-row{background:#fdf4f4}.admin-import-ok{color:#1d7a4c;font-weight:600}.admin-import-warn{color:#a12525}.admin-import-muted{color:#8a95a1}.admin-import-actions{flex-direction:column;gap:.5rem;margin-top:1rem;display:flex}.admin-import-actions label{color:#3d4954;align-items:center;gap:.5rem;font-size:.92rem;display:flex}.admin-import-buttons{flex-wrap:wrap;gap:.6rem;margin-top:.4rem;display:flex}.admin-import-report{background:#f2fbf5;border:1px solid #cfe3d5;border-radius:14px;margin-top:1.1rem;padding:1rem 1.1rem;font-size:.92rem}.admin-import-report p{margin:0 0 .35rem}.admin-import-errors{color:#a12525;margin:.5rem 0 0;padding-left:1.1rem}.bundle-hero{padding:4.5rem var(--gutter) 3rem;grid-template-columns:1.1fr .9fr;align-items:start;gap:3rem;display:grid}.bundle-hero-content h1{text-wrap:balance;margin:.3rem 0 1rem;font-size:clamp(1.9rem,3.6vw,2.8rem);line-height:1.12}.bundle-discount-note{color:var(--brand-blue-dark);background:#eaf2fb;border-radius:999px;align-items:center;gap:.5rem;margin-top:1.25rem;padding:.6rem 1rem;font-size:.92rem;font-weight:700;display:inline-flex}.bundle-discount-note svg{flex:none;width:18px;height:18px}.bundle-hero-products{flex-direction:column;gap:1.5rem;display:flex}.bundle-product-pair{background:#fff;border:1px solid #e4e8ec;border-radius:22px;justify-content:center;align-items:center;gap:1.25rem;padding:1.5rem;display:flex}.bundle-product-item{flex-direction:column;flex:1 1 0;align-items:center;gap:.6rem;min-width:0;display:flex}.bundle-product-item img{width:100%;max-width:160px;height:auto}.bundle-product-item span{text-align:center;color:#2c3742;font-size:.88rem;font-weight:600}.bundle-plus{color:#b7c0c9;flex:none;font-size:1.6rem;font-weight:700}.bundle-price-box{background:#f7f9fb;border:1px solid #e4e8ec;border-radius:22px;padding:1.5rem}.bundle-price-row{color:#56616e;justify-content:space-between;align-items:baseline;padding:.35rem 0;font-size:.95rem;display:flex}.bundle-price-discount{color:#1d7a4c;font-weight:600}.bundle-price-total{color:#14202b;border-top:1px solid #dfe4e9;margin-top:.4rem;padding-top:.8rem;font-size:1.25rem;font-weight:800}.bundle-actions{flex-wrap:wrap;gap:.75rem;margin-top:1.25rem;display:flex}.bundle-actions button{flex:auto}.bundle-shipping-note{color:#56616e;align-items:center;gap:.5rem;margin:1rem 0 0;font-size:.85rem;display:flex}.bundle-shipping-note svg{width:16px;height:16px}.bundle-benefits{gap:.9rem;max-width:62ch;margin:1.5rem 0 0;padding:0;list-style:none;display:grid}.bundle-benefits li{color:#2c3742;align-items:flex-start;gap:.6rem;line-height:1.6;display:flex}.bundle-benefits svg{width:18px;height:18px;color:var(--brand-blue);flex:none;margin-top:.15rem}.bundle-back-link{margin-top:2rem}.bundle-back-link a{color:var(--brand-blue);font-weight:600;text-decoration:none}.bundle-back-link a:hover{text-decoration:underline}@media (width<=900px){.bundle-hero{grid-template-columns:1fr;padding:2.5rem 5% 2rem}.bundle-product-pair{flex-wrap:wrap}}.footer{color:#56616e;background:#f7f8fa;border-top:1px solid #e8ebef;padding:3rem 5% 2rem;font-size:.9rem}.footer-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;max-width:1100px;margin:0 auto;display:grid}.footer-logo{margin:0 0 .75rem;display:block}.footer-grid p{margin:0 0 .4rem}.footer-grid a{color:inherit}.footer-heading{color:#18212b;text-transform:uppercase;letter-spacing:.06em;margin:0 0 .75rem;font-size:.8rem;font-weight:700}.footer-legal{border-top:1px solid #e0e4e9;max-width:1100px;margin:2rem auto 0;padding-top:1.5rem;font-size:.8rem}.legal-page{max-width:820px;margin:0 auto}.legal-page h2{margin-bottom:.5rem}.legal-page h3{margin-top:2rem}.legal-page p,.legal-page li{color:#4d5865;line-height:1.7}.legal-page .catalog-state{margin-top:1.5rem}.contact-info-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.contact-info-card{background:#fff;border:1px solid #e4e8ec;border-radius:22px;padding:1.5rem}.contact-info-icon{color:var(--brand-blue);margin-bottom:.75rem;font-size:1.4rem;display:inline-flex}.contact-info-card h3{margin:0 0 .5rem;font-size:1.05rem}.contact-info-card a{color:#18212b;font-weight:600}.contact-legal{border-top:none;margin-top:3rem;padding-top:0}@keyframes fade-in-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.hero-content{animation:.7s both fade-in-up}.hero-content .actions{animation:.7s .12s both fade-in-up}@media (prefers-reduced-motion:reduce){.hero-content,.hero-content .actions{opacity:1!important;animation:none!important;transform:none!important}}.whatsapp-float{z-index:40;color:#fff;background:#25d366;border-radius:999px;place-items:center;width:56px;height:56px;transition:transform .15s;display:grid;position:fixed;bottom:1.25rem;right:1.25rem;box-shadow:0 10px 24px #25d36673}.whatsapp-float:hover{transform:scale(1.06)}.blog-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.blog-card{color:inherit;transition:transform .18s var(--ease-out), box-shadow .18s var(--ease-out);background:#fff;border:1px solid #e4e8ec;border-radius:22px;flex-direction:column;text-decoration:none;display:flex;overflow:hidden}@media (hover:hover) and (pointer:fine){.blog-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px #18212b14}}.blog-card-image{aspect-ratio:16/10;overflow:hidden}.blog-card-image img{object-fit:cover;width:100%;height:100%}.blog-card-content{padding:1.5rem}.blog-card-content h3{margin:.3rem 0 .5rem;font-size:1.2rem}.blog-card-content p{color:#56616e;margin:0;font-size:.95rem}.blog-card-category{color:#8b96a3;text-transform:uppercase;letter-spacing:.06em;font-size:.78rem;font-weight:700}.blog-card-meta{color:#8b96a3;margin-top:.75rem;font-size:.82rem;display:block}.blog-post{max-width:820px;margin:0 auto}.blog-post-meta{color:#8b96a3;font-size:.9rem}.blog-post-hero{aspect-ratio:16/9;border-radius:24px;margin:1.5rem 0 2.5rem;overflow:hidden;box-shadow:0 16px 32px #18212b1a}.blog-post-hero img{object-fit:cover;width:100%;height:100%}.blog-post-body h2{margin:2.5rem 0 1rem;font-size:1.5rem}.blog-post-body p{color:#3c4855;margin:0 0 1rem;line-height:1.7}.blog-post-body ul{color:#3c4855;margin:0 0 1rem;padding-left:1.25rem;line-height:1.7}.blog-post-body li{margin-bottom:.4rem}.blog-post-faq{margin-top:3rem}.blog-post-faq h2{font-size:1.5rem}.blog-post-sources{border-top:1px solid #e4e8ee;margin-top:3rem;padding-top:1.5rem}.blog-post-sources h2{margin-bottom:.75rem;font-size:1.15rem}.blog-post-sources ul{margin:0;padding-left:1.1rem}.blog-post-sources li{margin-bottom:.5rem;font-size:.9rem;line-height:1.5}.blog-post-sources a{color:#56616e;text-underline-offset:2px;text-decoration:underline}.blog-post-sources a:hover{color:var(--brand-blue)}@media (width<=800px){.whatsapp-float{width:52px;height:52px;bottom:5.5rem;right:1rem}}.distributor-hero{isolation:isolate;min-height:70vh;padding:6rem var(--gutter);align-items:center;display:flex;position:relative;overflow:hidden}.distributor-hero:before{content:"";z-index:-1;background:linear-gradient(100deg,#0a1016e0 0%,#0a1016b8 42%,#0a101666 70%,#0a101633 100%);position:absolute;inset:0}.distributor-hero-media{z-index:-2;position:absolute;inset:0;overflow:hidden}.distributor-hero-media img{object-fit:cover;width:100%;height:100%;transform:scale(1.15)}.distributor-hero-content{z-index:1;color:#fff;max-width:680px;position:relative}.distributor-hero-content .eyebrow{color:var(--brand-orange);opacity:1}.distributor-hero-content h1{text-wrap:balance;margin:.3rem 0 1rem;font-size:clamp(2.1rem,4.2vw,3.4rem);line-height:1.08}.distributor-hero-content .lead{color:#ffffffe0;max-width:560px}@media (width<=900px){.distributor-hero{min-height:0;padding:4rem 4% 3rem}}.benefit-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;margin-top:2.5rem;display:grid}.benefit-card{transition:transform .18s var(--ease-out), box-shadow .18s var(--ease-out);background:#fff;border:1px solid #e4e8ec;border-radius:22px;padding:1.75rem}@media (hover:hover) and (pointer:fine){.benefit-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px #18212b14}}.benefit-card-icon{width:3rem;height:3rem;color:var(--brand-blue);background:linear-gradient(135deg,#edf5f1,#dcece4);border-radius:999px;justify-content:center;align-items:center;margin-bottom:1rem;font-size:1.3rem;display:inline-flex}.benefit-card h3{margin:0 0 .5rem;font-size:1.1rem}.benefit-card p{color:#687481;margin:0;line-height:1.55}.distributor-steps{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-top:2.5rem;display:grid}.distributor-step{background:#fff;border-radius:22px;padding:1.75rem 1.5rem 1.5rem;position:relative;box-shadow:0 12px 30px #18212b0f}.distributor-step-number{background:var(--brand-blue);color:#fff;border-radius:999px;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;margin-bottom:1rem;font-size:.95rem;font-weight:800;display:inline-flex}.distributor-step h3{margin:0 0 .4rem;font-size:1.05rem}.distributor-step p{color:#687481;margin:0;line-height:1.55}.distributor-why{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.distributor-why-image{aspect-ratio:4/3;border-radius:24px;overflow:hidden;box-shadow:0 16px 32px #18212b1a}.distributor-why-image img{object-fit:cover;width:100%;height:100%}.distributor-why-list{margin:1.5rem 0 0;padding:0;list-style:none}.distributor-why-list li{color:#3c4855;border-bottom:1px solid #e8ebef;gap:.75rem;padding:.85rem 0;line-height:1.5;display:flex}.distributor-why-list li:last-child{border-bottom:0}.distributor-why-list svg{color:var(--brand-blue);flex-shrink:0;margin-top:.15rem}.distributor-cta{padding:4rem var(--gutter);background:linear-gradient(135deg, var(--brand-blue), var(--brand-blue-dark));color:#fff;text-align:center}.distributor-cta h2{color:#fff;margin:.3rem 0 1rem;font-size:clamp(1.8rem,3.4vw,2.6rem)}.distributor-cta p{color:#ffffffd9;max-width:560px;margin:0 auto}.distributor-cta .actions{justify-content:center;margin-top:2rem}.distributor-note{color:#ffffffa6;max-width:560px;margin:1.25rem auto 0;font-size:.85rem;line-height:1.6}@media (width<=900px){.distributor-why{grid-template-columns:1fr}}.wheel-trigger,.wheel-prize-pill{z-index:39;background:var(--brand-orange);color:#fff;animation:wheel-trigger-in .5s var(--ease-out) both;border:0;border-radius:999px;align-items:center;gap:.5rem;padding:.85rem 1.1rem;font-size:.9rem;font-weight:700;transition:transform .15s;display:inline-flex;position:fixed;bottom:1.25rem;left:1.25rem;box-shadow:0 10px 24px #f5821f66}.wheel-trigger:hover,.wheel-prize-pill:hover{transform:scale(1.04)}.wheel-prize-pill{background:var(--brand-blue);box-shadow:0 10px 24px #0d55a766}@keyframes wheel-trigger-in{0%{opacity:0;transform:translateY(12px)scale(.9)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=800px){.wheel-trigger,.wheel-prize-pill{padding:.7rem .95rem;font-size:.82rem;bottom:5.5rem;left:1rem}}.wheel-overlay{z-index:50;opacity:0;transition:opacity .22s var(--ease-in-out);background:#18212b8c;justify-content:center;align-items:center;padding:1.25rem;display:flex;position:fixed;inset:0}.wheel-overlay[data-open=true]{opacity:1}.wheel-modal{text-align:center;opacity:0;width:100%;max-width:380px;transition:transform .26s var(--ease-out), opacity .22s var(--ease-out);background:#fff;border-radius:28px;padding:2rem 1.75rem;position:relative;transform:scale(.92)translateY(12px)}.wheel-modal[data-open=true]{opacity:1;transform:scale(1)translateY(0)}@media (prefers-reduced-motion:reduce){.wheel-overlay,.wheel-modal{transition-duration:1ms}}.wheel-modal h3{margin:.2rem 0 1.25rem;font-size:1.4rem}.wheel-modal-close{color:#8b96a3;transition:transform .14s var(--ease-out);background:0 0;border:0;justify-content:center;align-items:center;font-size:1.1rem;display:flex;position:absolute;top:1rem;right:1rem}.wheel-modal-close:active{transform:scale(.9)}.wheel-wrap{width:230px;margin:0 auto 1.5rem;position:relative}.wheel-pointer{z-index:1;border-left:11px solid #0000;border-right:11px solid #0000;border-top:18px solid var(--brand-blue-dark);width:0;height:0;position:absolute;top:-6px;left:50%;transform:translate(-50%)}.wheel-svg{width:100%;height:auto;transition:transform 3.6s cubic-bezier(.15,.7,.1,1);display:block}@media (prefers-reduced-motion:reduce){.wheel-svg{transition-duration:1ms}}.wheel-copy{color:#56616e;margin:0 0 1.25rem;font-size:.9rem;line-height:1.5}.wheel-email-input{text-align:center;background:#fbfcfd;border:1.5px solid #dfe4e9;border-radius:12px;width:100%;margin:0 0 .75rem;padding:.8rem .95rem;font-family:inherit;font-size:1rem;transition:border-color .15s,box-shadow .15s,background .15s}.wheel-email-input:focus{border-color:var(--brand-blue);background:#fff;outline:none;box-shadow:0 0 0 3px #0d55a724}.wheel-fineprint{color:#8a939d;margin:.85rem 0 0;font-size:.72rem;line-height:1.45}.wheel-code{border:2px dashed var(--brand-blue);width:100%;color:var(--brand-blue-dark);letter-spacing:.03em;background:#eef6fb;border-radius:16px;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;padding:.9rem 1.1rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:1.05rem;font-weight:800;display:flex}.wheel-code span{text-transform:uppercase;letter-spacing:.06em;opacity:.75;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:.78rem;font-weight:700}.ambassador-page{background:#0a0a0a}.ambassador-page h1,.ambassador-page h2,.ambassador-page h3{text-transform:uppercase;letter-spacing:.01em;margin:0;font-family:Anton,Arial Narrow Bold,sans-serif;line-height:.95}.ambassador-eyebrow{color:var(--brand-orange);text-transform:uppercase;letter-spacing:.16em;align-items:center;gap:.5rem;margin:0 0 1rem;font-size:.8rem;font-weight:800;display:flex}.ambassador-eyebrow--blue{color:#4d9fee}.ambassador-dot{background:var(--brand-orange);border-radius:999px;width:9px;height:9px}.ambassador-cta{background:var(--brand-orange);color:#0a0a0a;letter-spacing:.03em;text-transform:uppercase;transition:transform .2s var(--ease-out);border:none;border-radius:999px;align-items:center;gap:.6rem;padding:1.1rem 1.9rem;font-size:.9rem;font-weight:800;display:inline-flex}.ambassador-cta:hover{color:#0a0a0a;transform:translateY(-2px)}.ambassador-cta--outline{color:#fff;background:0 0;border:2px solid #fff}.ambassador-hero{align-items:flex-end;min-height:620px;display:flex;position:relative;overflow:hidden}.ambassador-hero img{object-fit:cover;object-position:center 30%;width:100%;height:100%;position:absolute;inset:0}.ambassador-hero-scrim{background:linear-gradient(#0a0a0a33 0%,#0a0a0a8c 45%,#0a0a0a 92%),linear-gradient(100deg,#0a0a0a99 0%,#0a0a0a26 45%,#0000 70%);position:absolute;inset:0}.ambassador-hero-content{z-index:2;width:100%;padding:3.5rem var(--gutter) 4.5rem;flex-direction:column;gap:1.1rem;display:flex;position:relative}.ambassador-hero-content h1{color:#fff;max-width:780px;font-size:clamp(2.6rem,8vw,6.5rem)}.ambassador-lead{color:#d8d8d5;max-width:520px;font-size:1.05rem}.ambassador-cta{align-self:flex-start;margin-top:.4rem}.ambassador-benefits{padding:5.5rem var(--gutter);background:#0a0a0a}.ambassador-benefits-heading{max-width:620px;margin-bottom:3rem}.ambassador-benefits-heading h2{color:#fff;margin-top:.6rem;font-size:clamp(1.9rem,4.5vw,3rem)}.ambassador-benefit-grid{background:#262626;border:1px solid #262626;border-radius:4px;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1px;display:grid;overflow:hidden}.ambassador-benefit-card{background:#131313;flex-direction:column;gap:.9rem;padding:2rem 1.7rem;display:flex}.ambassador-benefit-icon{color:var(--brand-orange);font-size:1.7rem}.ambassador-benefit-card h3{text-transform:none;letter-spacing:0;color:#fff;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:1.05rem;font-weight:800}.ambassador-benefit-card p{color:#a3a3a0;margin:0;font-size:.9rem;line-height:1.55}.ambassador-who{background:#111;grid-template-columns:1.05fr .95fr;align-items:stretch;display:grid}.ambassador-who-content{padding:5rem var(--gutter);flex-direction:column;justify-content:center;gap:1.2rem;display:flex}.ambassador-who-content h2{color:#fff;font-size:clamp(1.7rem,4vw,2.7rem)}.ambassador-who-lead{color:#c7c7c4;max-width:460px;margin:0;font-size:.98rem}.ambassador-who-list{flex-direction:column;gap:.8rem;margin:.4rem 0 0;padding:0;list-style:none;display:flex}.ambassador-who-list li{color:#e5e5e2;align-items:flex-start;gap:.7rem;font-size:.92rem;display:flex}.ambassador-who-list li svg{color:var(--brand-orange);flex-shrink:0;margin-top:.15rem}.ambassador-who-image{min-height:380px;position:relative}.ambassador-who-image img{object-fit:cover;width:100%;height:100%}.ambassador-products{padding:5.5rem var(--gutter);background:#0a0a0a;border-top:1px solid #1f1f1f}.ambassador-products-inner{text-align:center;flex-direction:column;align-items:center;max-width:1080px;margin:0 auto;display:flex}.ambassador-products-logo{background:#fff;border-radius:14px;width:208px;height:auto;margin-bottom:1.8rem;padding:.7rem 1.3rem;box-shadow:0 14px 34px #0006}.ambassador-products-head h2{color:#fff;margin-top:.6rem;font-size:clamp(1.7rem,4vw,2.7rem)}.ambassador-products-lead{color:#b6b6b3;max-width:560px;margin:1rem auto 0;font-size:.98rem;line-height:1.6}.ambassador-products-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;width:100%;margin:2.6rem 0;display:grid}.ambassador-product-card{color:inherit;transition:border-color .16s var(--ease-in-out), transform .16s var(--ease-in-out);background:#121212;border:1px solid #262626;border-radius:14px;flex-direction:column;align-items:center;gap:.35rem;padding:1.4rem 1rem 1.6rem;text-decoration:none;display:flex}.ambassador-product-card:hover{border-color:var(--brand-orange);transform:translateY(-4px)}.ambassador-product-thumb{color:#b6a998;background:#fff;border-radius:12px;place-items:center;width:130px;height:130px;margin-bottom:.5rem;font-weight:700;display:grid;overflow:hidden}.ambassador-product-thumb img{object-fit:contain;width:100%;height:100%}.ambassador-product-name{color:#fff;font-size:.95rem;font-weight:700;line-height:1.25}.ambassador-product-cat{color:#8f8f8c;text-transform:uppercase;letter-spacing:.04em;font-size:.78rem}.ambassador-product-price{color:var(--brand-orange);margin-top:.3rem;font-size:.98rem;font-weight:800}.ambassador-products .ambassador-cta{align-self:center;margin-top:0}.ambassador-final-cta{padding:7rem var(--gutter);text-align:center;position:relative;overflow:hidden}.ambassador-final-cta img{object-fit:cover;object-position:center 20%;width:100%;height:100%;position:absolute;inset:0}.ambassador-final-cta-scrim{background:linear-gradient(#0a0a0abf,#0a0a0aeb);position:absolute;inset:0}.ambassador-final-cta-content{z-index:2;flex-direction:column;align-items:center;gap:1.3rem;max-width:640px;margin:0 auto;display:flex;position:relative}.ambassador-final-cta-content h2{color:#fff;font-size:clamp(2rem,5vw,3.5rem)}.ambassador-final-cta-content p{color:#d8d8d5;margin:0;font-size:1rem}.ambassador-final-cta-content p strong{color:#fff}.ambassador-final-cta-actions{flex-wrap:wrap;justify-content:center;gap:.85rem;margin-top:.4rem;display:flex}.ambassador-final-cta-footer{color:#6b6b68!important;margin-top:1rem!important;font-size:.78rem!important}.ambassador-crosslink{text-align:center}.ambassador-crosslink h2{color:#fff;font-size:clamp(1.7rem,4vw,2.6rem)}.ambassador-crosslink h2 a{color:var(--brand-orange)}.ambassador-crosslink p{color:#a3a3a0;max-width:560px;margin:.75rem auto 0;font-size:.98rem}@media (width<=900px){.ambassador-who{grid-template-columns:1fr}.ambassador-who-image{order:-1;min-height:320px}}picture{display:contents}.route-fallback{justify-content:center;align-items:center;min-height:60vh;display:flex}.route-fallback-spinner{border:3px solid #0d55a733;border-top-color:var(--brand-blue);border-radius:50%;width:32px;height:32px;animation:.7s linear infinite route-fallback-spin}@keyframes route-fallback-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.route-fallback-spinner{animation-duration:2s}}.app-error{justify-content:center;align-items:center;min-height:70vh;padding:2rem 1.25rem;display:flex}.app-error-card{text-align:center;border:1px solid var(--hairline,#e2e8f0);background:#fff;border-radius:16px;max-width:28rem;padding:2rem 1.75rem;box-shadow:0 10px 30px #0f172a14}.app-error-card h1{margin:0 0 .5rem;font-size:1.25rem}.app-error-card p{color:#475569;margin:0 0 1.25rem}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.tracking-section{max-width:720px;margin:0 auto}.tracking-form{flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem;display:flex}.tracking-form input{background:#fbfcfd;border:1.5px solid #dfe4e9;border-radius:11px;flex:260px;padding:.85rem 1rem;font-family:inherit;font-size:1rem}.tracking-form input:focus{border-color:var(--brand-blue);background:#fff;outline:none;box-shadow:0 0 0 3px #0d55a71f}.tracking-error a{font-weight:700;text-decoration:underline}.tracking-result{margin-top:1rem}.tracking-status-title{text-align:center;margin:.5rem 0 .15rem}.tracking-result>.section-intro{text-align:center}.tracking-cancelled{text-align:center;padding:1.5rem 0}.tracking-details-card{background:#fbfcfd;border:1px solid #e6ecf3;border-radius:14px;margin-top:1.75rem;padding:1.25rem 1.5rem}.tracking-details-card h3{align-items:center;gap:.5rem;margin:0 0 .75rem;font-size:1rem;display:flex}.tracking-details-card ul{margin:0 0 .75rem;padding:0;list-style:none}.tracking-details-card ul li{color:#47535f;border-bottom:1px solid #eef1f5;padding:.35rem 0;font-size:.9rem}.tracking-details-row{justify-content:space-between;gap:1rem;padding:.3rem 0;font-size:.9rem;display:flex}.tracking-carrier-link{align-items:center;gap:.5rem;margin-top:1.25rem;display:inline-flex}.tracker{padding:.5rem 0 .25rem;position:relative}.tracker-line{z-index:0;background:#e2e8f0;border-radius:999px;height:4px;position:absolute;top:24px;left:12.5%;right:12.5%}.tracker-line-fill{background:var(--brand-blue);border-radius:999px;width:0%;height:100%}.tracker-steps{z-index:1;justify-content:space-between;display:flex;position:relative}.tracker-step{text-align:center;flex-direction:column;flex:1;align-items:center;gap:.5rem;display:flex}.tracker-step-icon{color:#a7b1ba;background:#fff;border:2px solid #dfe4e9;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.3rem;display:flex}.tracker-step.is-done .tracker-step-icon{border-color:var(--brand-blue);color:var(--brand-blue);background:#eef4fc}.tracker-step.is-active .tracker-step-icon{border-color:var(--brand-orange);color:var(--brand-orange);background:#fff4e8;box-shadow:0 0 0 5px #e27a1a24}.tracker-step-label{color:#9aa5b1;max-width:80px;font-size:.74rem;font-weight:600}.tracker-step.is-done .tracker-step-label,.tracker-step.is-active .tracker-step-label{color:#18212b}@media (width<=560px){.tracker-step-icon{width:38px;height:38px;font-size:1.05rem}.tracker-line{top:19px}.tracker-step-label{max-width:62px;font-size:.66rem}}.team-lead{color:#4d5865;margin:.5rem 0 2.25rem;font-size:1.05rem;line-height:1.6}.team-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2.25rem;display:grid}.team-card{text-align:center;background:#fff;border:1px solid #e8ebef;border-radius:18px;flex-direction:column;align-items:center;padding:1.75rem 1.5rem;display:flex}.team-avatar{object-fit:contain;background:#f3f6fa;border:1px solid #e8ebef;border-radius:999px;width:72px;height:72px;padding:.6rem}.team-name{margin:1rem 0 .15rem;font-size:1.08rem}.team-role{color:var(--brand-blue);text-transform:uppercase;letter-spacing:.03em;margin:0 0 .6rem;font-size:.85rem;font-weight:700}.team-bio{color:#56616e;margin:0;font-size:.94rem;line-height:1.55}.team-note{color:#56616e;font-size:.95rem;line-height:1.6}@media (width<=760px){.team-grid{grid-template-columns:1fr}}
