*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--primary:#0c3d3d;--accent:#46de46;--bg:#fafaf7;--dark:#0c3d3d;--text:#1a1a1a;--text-muted:#6b7280;--white:#fff;--shadow:0 2px 16px #0000000f;--shadow-lg:0 8px 32px #0000001a;--radius:12px;--pill:32px;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.6}body{margin:0}#root{width:100%}h1,h2,h3,h4{color:var(--text);font-family:Playfair Display,Georgia,serif;font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font:inherit;background:0 0;border:none}ul{list-style:none}.btn{border-radius:var(--pill);cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;gap:.5rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.btn--primary{background:var(--accent);color:var(--primary);padding:.75rem 2rem;box-shadow:0 2px 12px #46de464d}.btn--primary:hover{background:#3cc73c;transform:translateY(-1px);box-shadow:0 4px 20px #46de4673}.btn--secondary{background:var(--primary);color:var(--white);padding:.75rem 2rem}.btn--secondary:hover{background:#0a3030;transform:translateY(-1px)}.btn--lg{padding:1rem 2.5rem;font-size:1.1rem}.section{max-width:1200px;margin:0 auto;padding:5rem 1.5rem}.section--dark{background:var(--dark);max-width:100%;padding-left:1.5rem;padding-right:1.5rem}.section__title{text-align:center;margin-bottom:.75rem;font-size:2.5rem}.section__title--light{color:var(--white)}.section__subtitle{text-align:center;color:var(--text-muted);max-width:600px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.15rem}.section__subtitle--light{color:#ffffffb3}.media-placeholder{border-radius:var(--radius);color:#6b7280;text-align:center;background:#e5e7eb;border:2px dashed #9ca3af;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;min-height:200px;padding:2rem 1rem;font-size:.9rem;font-weight:600;display:flex}.media-specs{opacity:.7;font-size:.8rem;font-weight:400}.nav{z-index:1000;padding:1rem 1.5rem;transition:all .3s;position:fixed;top:0;left:0;right:0}.nav--scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff7;padding:.6rem 1.5rem;box-shadow:0 1px 8px #0000000f}.nav__inner{align-items:center;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.nav__logo-img{filter:brightness(0)invert();width:auto;height:40px;transition:filter .3s}.nav--scrolled .nav__logo-img{filter:none}.nav__links{flex:1;justify-content:center;gap:.25rem;display:flex}.nav__links button{color:#ffffffd9;border-radius:8px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s}.nav--scrolled .nav__links button{color:var(--text)}.nav__links button:hover{background:#ffffff26}.nav--scrolled .nav__links button:hover{color:var(--primary);background:#0c3d3d0f}.nav__cta{padding:.6rem 1.5rem;font-size:.85rem}.nav__hamburger{flex-direction:column;gap:5px;padding:.5rem;display:none}.nav__hamburger span{background:var(--white);border-radius:2px;width:24px;height:2px;transition:background .3s;display:block}.nav--scrolled .nav__hamburger span{background:var(--text)}@media (width<=768px){.nav__links{background:var(--white);box-shadow:var(--shadow-lg);border-radius:0 0 var(--radius) var(--radius);flex-direction:column;padding:1rem;display:none;position:absolute;top:100%;left:0;right:0}.nav__links--open{display:flex}.nav__links button{padding:.75rem 1rem;color:var(--text)!important}.nav__hamburger{display:flex}.nav__cta{padding:.5rem 1.25rem;font-size:.8rem}}.hero{background:var(--dark);justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero__media{opacity:.3;background:var(--dark)!important;border:none!important;border-radius:0!important}.hero__content{z-index:1;text-align:center;max-width:700px;padding:2rem 1.5rem;position:relative}.hero__headline{color:var(--white);letter-spacing:-1px;margin-bottom:1.25rem;font-size:3.75rem}.hero__sub{color:#fffc;margin-bottom:2rem;font-size:1.25rem;line-height:1.7}.hero__proof{color:#ffffffb3;justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem;font-size:.95rem;display:flex}.hero__stars{color:#facc15;letter-spacing:2px;font-size:1.1rem}.hero__badge{color:#fff9;align-items:center;gap:.5rem;margin-top:1rem;font-size:.85rem;display:inline-flex}.hero__badge svg{opacity:.6}@media (width<=768px){.hero__headline{font-size:2.5rem}.hero__sub{font-size:1.05rem}}.trust-bar{background:var(--accent);white-space:nowrap;padding:.85rem 0;overflow:hidden}.trust-bar__track{animation:30s linear infinite marquee;display:inline-flex}.trust-bar__item{color:var(--primary);text-transform:uppercase;letter-spacing:1.5px;padding:0 2.5rem;font-size:.85rem;font-weight:600}.trust-bar__item:after{content:"·";opacity:.5;margin-left:2.5rem}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.products__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.product-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);transition:transform .3s,box-shadow .3s;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.product-card__img{min-height:180px;border-top:none!important;border-left:none!important;border-right:none!important;border-radius:0!important}.product-card__body{padding:1.5rem}.product-card__body h3{margin-bottom:.25rem;font-size:1.3rem}.product-card__sub{color:var(--text-muted);margin-bottom:.5rem;font-size:.9rem}.product-card__tags{color:var(--primary);text-transform:uppercase;letter-spacing:1px;margin-bottom:1.25rem;font-size:.8rem;font-weight:600}.product-card .btn{width:100%}@media (width<=900px){.products__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=500px){.products__grid{grid-template-columns:1fr}}.why-zenbodi__inner{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;max-width:1000px;margin:0 auto;display:grid}.why-zenbodi__text h2{margin-bottom:1rem;font-size:2.25rem}.why-zenbodi__lead{color:var(--text-muted);margin-bottom:1.25rem;font-size:1.1rem}.why-zenbodi__list{margin-bottom:2rem}.why-zenbodi__list li{padding:.6rem 0 .6rem 1.75rem;font-size:1.05rem;position:relative}.why-zenbodi__list li:before{content:"";background:var(--accent);border-radius:50%;width:8px;height:8px;position:absolute;top:50%;left:0;transform:translateY(-50%)}@media (width<=768px){.why-zenbodi__inner{grid-template-columns:1fr;gap:2rem}}.ingredients{text-align:center}.ingredients__scroll{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1.5rem;max-width:1200px;margin:0 auto;padding:1rem 0 2rem;display:flex;overflow-x:auto}.ingredients__scroll::-webkit-scrollbar{height:4px}.ingredients__scroll::-webkit-scrollbar-track{background:#ffffff1a;border-radius:4px}.ingredients__scroll::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:4px}.ingredient-card{scroll-snap-align:start;border-radius:var(--radius);text-align:center;background:#ffffff14;border:1px solid #ffffff1f;flex:0 0 220px;padding:2rem 1.5rem;transition:background .3s}.ingredient-card:hover{background:#ffffff24}.ingredient-card__icon{margin-bottom:1rem;font-size:2.5rem;display:block}.ingredient-card h3{color:var(--white);margin-bottom:.75rem;font-size:1.15rem}.ingredient-card p{color:#ffffffb3;font-size:.88rem;line-height:1.6}.cost-compare{text-align:center}.cost-compare__table-wrap{max-width:700px;margin:0 auto;overflow-x:auto}.cost-compare__table{border-collapse:collapse;width:100%;font-size:1rem}.cost-compare__table th,.cost-compare__table td{text-align:left;border-bottom:1px solid #e5e7eb;padding:1rem 1.25rem}.cost-compare__table thead th{text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);border-bottom:2px solid #d1d5db;font-family:Inter,sans-serif;font-size:.85rem;font-weight:700}.cost-compare__zenbodi{background:#46de4614}.cost-compare__check{color:var(--accent);font-size:1.4rem;font-weight:700;text-align:center!important}.cost-compare__total{font-size:1.15rem}.cost-compare__table tfoot td{border-bottom:none;border-top:2px solid var(--primary)}.reviews__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:900px;margin:0 auto;display:grid}.review-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:2rem}.review-card__stars{color:#facc15;letter-spacing:2px;margin-bottom:1rem;font-size:1.1rem}.review-card__text{color:var(--text);margin-bottom:1rem;font-size:.95rem;font-style:italic;line-height:1.7}.review-card__author{margin-bottom:.15rem;font-size:.95rem}.review-card__product{color:var(--text-muted);font-size:.82rem}@media (width<=600px){.reviews__grid{grid-template-columns:1fr}}.story__inner{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;max-width:1000px;margin:0 auto;display:grid}.story__text h2{color:var(--white);margin-bottom:1.25rem;font-size:2.25rem}.story__text p{color:#fffc;margin-bottom:1rem;line-height:1.75}.story__tagline{font-family:Playfair Display,serif;font-size:1.25rem;font-style:italic;color:var(--accent)!important;margin-top:1rem!important}@media (width<=768px){.story__inner{grid-template-columns:1fr}}.giving-back{text-align:center;background:linear-gradient(135deg,#0a2e4a 0%,#1a6b8a 50%,#0c3d3d 100%);max-width:100%;position:relative;overflow:hidden}.giving-back__inner{z-index:1;max-width:700px;margin:0 auto;position:relative}.giving-back__inner h2{color:var(--white);margin-bottom:.5rem;font-size:2.25rem}.giving-back__sub{margin-bottom:1.25rem;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:500;color:#ffffffb3!important}.giving-back__inner p{color:#ffffffd9;font-size:1.05rem;line-height:1.7}.giving-back__link{font-weight:600;text-decoration:underline;color:var(--accent)!important}.giving-back__wave{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 60'%3E%3Cpath fill='%23FAFAF7' d='M0 30c240-30 480 30 720 30s480-60 720-30v30H0z'/%3E%3C/svg%3E") bottom/cover no-repeat;height:60px;position:absolute;bottom:0;left:0;right:0}.sub-brands__grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;max-width:1000px;margin:0 auto;display:grid}.sub-brand-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);text-align:center;padding:2rem 1.5rem;transition:all .3s;position:relative}.sub-brand-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.sub-brand-card h3{margin-bottom:.35rem;font-size:1.2rem}.sub-brand-card p{color:var(--text-muted);font-size:.88rem}.sub-brand-card__arrow{color:var(--accent);margin-top:.75rem;font-size:1.5rem;transition:transform .3s;display:block}.sub-brand-card:hover .sub-brand-card__arrow{transform:translate(4px)}@media (width<=768px){.sub-brands__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=500px){.sub-brands__grid{grid-template-columns:1fr}}.faq__list{max-width:700px;margin:0 auto}.faq__item{border-bottom:1px solid #e5e7eb}.faq__q{width:100%;color:var(--text);text-align:left;justify-content:space-between;align-items:center;padding:1.25rem 0;font-size:1.05rem;font-weight:600;display:flex}.faq__toggle{color:var(--primary);flex-shrink:0;margin-left:1rem;font-size:1.5rem}.faq__a{max-height:0;transition:max-height .35s,padding .35s;overflow:hidden}.faq__item--open .faq__a{max-height:300px;padding-bottom:1.25rem}.faq__a p{color:var(--text-muted);font-size:.95rem;line-height:1.7}.email-signup{text-align:center}.email-signup__form{gap:.75rem;max-width:480px;margin:0 auto;display:flex}.email-signup__input{border-radius:var(--pill);color:var(--white);background:#ffffff14;border:2px solid #fff3;outline:none;flex:1;padding:.85rem 1.25rem;font-family:Inter,sans-serif;font-size:1rem;transition:border-color .3s}.email-signup__input::placeholder{color:#ffffff80}.email-signup__input:focus{border-color:var(--accent)}@media (width<=500px){.email-signup__form{flex-direction:column}}.footer{color:#ffffffb3;background:#071e1e;padding:4rem 1.5rem 2rem}.footer__inner{grid-template-columns:1fr 2fr;gap:3rem;max-width:1200px;margin:0 auto 3rem;display:grid}.footer__logo{width:auto;height:36px;margin-bottom:.75rem}.footer__tagline{opacity:.6;font-size:.9rem}.footer__columns{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.footer__columns h4{color:var(--white);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:1rem;font-family:Inter,sans-serif;font-size:.82rem}.footer__columns a,.footer__columns button{color:#fff9;text-align:left;margin-bottom:.5rem;font-size:.9rem;transition:color .2s;display:block}.footer__columns a:hover,.footer__columns button:hover{color:var(--accent)}.footer__bottom{text-align:center;border-top:1px solid #ffffff1a;max-width:1200px;margin:0 auto;padding-top:2rem;font-size:.82rem}.footer__fda{opacity:.5;max-width:600px;margin-top:.75rem;margin-left:auto;margin-right:auto;font-size:.72rem;line-height:1.6}@media (width<=768px){.footer__inner{text-align:center;grid-template-columns:1fr;gap:2rem}.footer__columns{text-align:left;grid-template-columns:repeat(2,1fr)}.footer__brand{text-align:center}.footer__logo{margin:0 auto .75rem}}@media (width<=500px){.footer__columns{text-align:center;grid-template-columns:1fr}.footer__columns a,.footer__columns button{text-align:center}}
