*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--green-900:#1b4332;--green-700:#2d6a4f;--green-500:#52b788;--green-300:#b7e4c7;--green-100:#d8f3dc;--cream:#f9f5f0;--white:#fff;--text-dark:#1a2e1f;--text-mid:#3d5a47;--text-muted:#6b8f71;--border:#c9e5d0;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--shadow-sm:0 2px 8px #1d433214;--shadow-md:0 6px 24px #1d43321f;--shadow-lg:0 16px 48px #1d433229;--transition:.25s ease;--font-serif:"Playfair Display", Georgia, serif;--font-sans:"Inter", system-ui, sans-serif;--max-width:1200px}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);color:var(--text-dark);background:var(--cream);-webkit-font-smoothing:antialiased;line-height:1.7}img{max-width:100%;height:auto;display:block}a{color:var(--green-700);transition:color var(--transition);text-decoration:none}a:hover{color:var(--green-500)}h1,h2,h3,h4,h5{font-family:var(--font-serif);color:var(--text-dark);line-height:1.25}h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:700}h2{font-size:clamp(1.6rem,3.5vw,2.6rem)}h2,h3{font-weight:600}h3{font-size:clamp(1.2rem,2.5vw,1.8rem)}h4{font-size:1.15rem;font-weight:600}p{color:var(--text-mid);margin-bottom:1rem}p:last-child{margin-bottom:0}.btn{border-radius:var(--radius-sm);font-family:var(--font-sans);letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:all var(--transition);border:2px solid #0000;align-items:center;gap:.5rem;padding:.4rem 1.15rem;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary{background:var(--green-700);color:var(--white);border-color:var(--green-700)}.btn-primary:hover{background:var(--green-900);border-color:var(--green-900);color:var(--white);box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn-outline{color:var(--green-700);border-color:var(--green-700);background:0 0}.btn-outline:hover{background:var(--green-700);color:var(--white);transform:translateY(-2px)}.btn-ghost{color:var(--white);background:0 0;border-color:#fff9}.btn-ghost:hover{color:var(--white);background:#ffffff26}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section-sm{padding:3rem 0}.section-kicker{letter-spacing:.12em;text-transform:uppercase;color:var(--green-500);margin-bottom:.75rem;font-size:.75rem;font-weight:600}.section-title{margin-bottom:1rem}.section-lead{color:var(--text-mid);max-width:640px;margin-bottom:2.5rem;font-size:1.1rem}.text-center{text-align:center}.text-center .section-lead{margin-left:auto;margin-right:auto}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-2,.grid-3{gap:2rem;display:grid}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}@media (width<=900px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--border);transition:transform var(--transition),box-shadow var(--transition);padding:2rem}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.card-icon{margin-bottom:1rem;font-size:2.5rem;display:block}.tag{background:var(--green-100);color:var(--green-700);border:1px solid var(--green-300);border-radius:100px;padding:.3rem .85rem;font-size:.78rem;font-weight:600;display:inline-block}.page-hero{background:linear-gradient(135deg,var(--green-900) 0,var(--green-700) 60%,var(--green-500) 100%);color:var(--white);padding:7rem 0 5rem;position:relative;overflow:hidden}.page-hero:before{content:"";background:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2060%2060%22%3E%3Cpath%20fill%3D%22%23fff%22%20fill-opacity%3D%22.04%22%20fill-rule%3D%22evenodd%22%20d%3D%22M36%2034v-4h-2v4h-4v2h4v4h2v-4h4v-2zm0-30V0h-2v4h-4v2h4v4h2V6h4V4zM6%2034v-4H4v4H0v2h4v4h2v-4h4v-2zM6%204V0H4v4H0v2h4v4h2V6h4V4z%22%2F%3E%3C%2Fsvg%3E);position:absolute;inset:0}.page-hero .container{position:relative}.page-hero-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--green-300);margin-bottom:1rem;font-size:.75rem;font-weight:600}.page-hero h1{color:var(--white);margin-bottom:1.25rem}.page-hero-lead{color:#ffffffd9;max-width:600px;margin-bottom:2rem;font-size:1.15rem}.page-hero-tags{flex-wrap:wrap;gap:.6rem;display:flex}.page-hero-tags span{color:var(--white);background:#ffffff1f;border:1px solid #ffffff40;border-radius:100px;padding:.3rem .85rem;font-size:.78rem;font-weight:500}.green-fade-enter-active,.green-fade-leave-active{transition:opacity .3s,transform .3s}.green-fade-enter-from{opacity:0;transform:translateY(8px)}.green-fade-leave-to{opacity:0;transform:translateY(-8px)}.error-page{flex-direction:column;min-height:100vh;display:flex}.error-main{flex:1;justify-content:center;align-items:center;padding:4rem 1.5rem;display:flex}.error-container{text-align:center;max-width:480px}.error-icon{margin-bottom:1.5rem;font-size:4rem}.error-container h1{margin-bottom:1rem}.error-actions{justify-content:center;gap:1rem;margin-top:2rem}.breadcrumb,.error-actions{flex-wrap:wrap;display:flex}.breadcrumb{align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.82rem}.breadcrumb,.breadcrumb a{color:#ffffffa6}.breadcrumb a:hover{color:var(--white)}.breadcrumb span{color:#ffffffe6}.breadcrumb-sep{color:#fff6}html.maint-blur main :is(h1,h2,h3,h4,h5,h6,p,li,blockquote,dt,dd,figcaption,.section-lead,.section-kicker,.section-title,.metric-value,.metric-label,.hero-lead,.hero-eyebrow,.stat-value,.stat-label,.card-icon,.product-cta-icon,.client-icon,.health-icon,.footer-brand-desc,.timeline-year,.timeline-content,.blog-card p){filter:blur(5px);-webkit-user-select:none;user-select:none;transition:filter .35s}html.maint-blur main :is(a,button,.btn,input,textarea,select,[role=button],[href],[data-clear],.header-shop-link,.footer-cta-link,.footer-social-btn,.footer-contact-item,.footer-contact-item *,.topbar-chip,.topbar-chip *,.maint-banner,.maint-banner *,.site-footer .footer-links,.site-footer .footer-links *){filter:none!important;-webkit-user-select:auto!important;user-select:auto!important}html.maint-blur .footer-initiative,html.maint-blur .footer-initiative *,html.maint-blur .footer-logo,html.maint-blur .footer-logo *,html.maint-blur .footer-social-btn,html.maint-blur .footer-social-btn *,html.maint-blur .header-logo,html.maint-blur .header-logo *,html.maint-blur .pf-card-media,html.maint-blur .pf-card-media *,html.maint-blur img,html.maint-blur picture,html.maint-blur svg{filter:none!important;opacity:1!important;-webkit-user-select:auto!important;user-select:auto!important}html.maint-blur .home-hero,html.maint-blur .home-hero *,html.maint-blur .maint-banner,html.maint-blur .maint-banner *,html.maint-blur .page-hero,html.maint-blur .page-hero *,html.maint-blur .site-footer,html.maint-blur .site-footer *,html.maint-blur .site-header,html.maint-blur .site-header *,html.maint-blur [data-clear],html.maint-blur [data-clear] *{filter:none!important;-webkit-user-select:auto!important;user-select:auto!important}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes floatSubtle{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}main>section{animation:.8s cubic-bezier(.22,1,.36,1) both fadeUp}main>section:nth-of-type(2){animation-delay:80ms}main>section:nth-of-type(3){animation-delay:.14s}main>section:nth-of-type(4){animation-delay:.2s}main>section:nth-of-type(5){animation-delay:.26s}main>section:nth-of-type(n+6){animation-delay:.32s}.reveal{animation:.7s cubic-bezier(.22,1,.36,1) both fadeUp}.reveal-fade{animation:.7s ease-out both fadeIn}.blog-card,.card,.client-card,.health-card,.metric-card,.product-cta-card{will-change:transform;transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s,border-color .25s}.blog-card:hover,.card:hover,.client-card:hover,.health-card:hover,.product-cta-card:hover{transform:translateY(-6px)}.metric-card{animation:6s ease-in-out infinite floatSubtle}.metric-card:nth-child(2){animation-delay:.4s}.metric-card:nth-child(3){animation-delay:.8s}.metric-card:nth-child(4){animation-delay:1.2s}.btn-primary{background-image:linear-gradient(90deg,var(--green-700),var(--green-500),var(--green-700));background-position:0 0;background-size:200% 100%;transition:background-position .6s,transform .25s,box-shadow .25s}.btn-primary:hover{background-position:100% 0}@media (prefers-reduced-motion:reduce){.blog-card,.card,.client-card,.health-card,.metric-card,.product-cta-card,.reveal,.reveal-fade,main>section{transition:none!important;animation:none!important}}.site-header{z-index:100;-webkit-backdrop-filter:saturate(150%)blur(10px);border-bottom:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fffffff7;position:sticky;top:0}.header-topbar{background:linear-gradient(90deg,var(--green-900) 0,var(--green-700) 100%);color:#ffffffeb;font-size:.78rem;display:none}.header-topbar-inner{justify-content:space-between;align-items:center;gap:1rem;min-height:34px;padding:.4rem 1.5rem;display:flex}.header-topbar-chips{flex-wrap:wrap;align-items:center;gap:1.25rem;display:flex}.topbar-chip{color:#ffffffeb;align-items:center;gap:.4rem;font-weight:500;transition:color .2s;display:inline-flex}.topbar-chip:hover{color:#fff}.topbar-chip svg{flex-shrink:0}.header-topbar-badges{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.topbar-badge{letter-spacing:.02em;white-space:nowrap;background:#ffffff1f;border:1px solid #fff3;border-radius:999px;padding:.15rem .6rem;font-size:.72rem;font-weight:600}.header-inner{justify-content:space-between;gap:1rem;height:92px}.header-inner,.header-logo{align-items:center;display:flex}.header-logo{flex-shrink:0;gap:.65rem;text-decoration:none}.header-logo:hover{opacity:.85}.header-nav{align-items:center;gap:.15rem;list-style:none;display:flex}.header-nav a{border-radius:var(--radius-sm);color:var(--text-mid);transition:all var(--transition);white-space:nowrap;padding:.5rem .85rem;font-size:.9rem;font-weight:500;display:block}.header-nav a.router-link-active,.header-nav a.router-link-exact-active,.header-nav a:hover{background:var(--green-100);color:var(--green-700)}.header-cta{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.header-shop-link{border-radius:var(--radius-sm);color:var(--green-700);background:var(--green-100);border:1px solid var(--green-300);white-space:nowrap;align-items:center;gap:.35rem;padding:.4rem .75rem;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-flex}.header-shop-link:hover{background:var(--green-300);color:var(--green-900)}.cta-icon{font-size:1rem}.nav-mobile-only,.nav-toggle{display:none}.nav-toggle{border:1.5px solid var(--green-300);border-radius:var(--radius-sm);cursor:pointer;background:0 0;flex-direction:column;justify-content:space-between;align-items:stretch;width:42px;height:40px;padding:.55rem .65rem}.nav-toggle-bar{background:var(--green-700);transform-origin:50%;border-radius:1px;width:100%;height:2px;transition:transform .25s,opacity .2s;display:block}.nav-toggle-bar.open:first-child{transform:translateY(8px)rotate(45deg)}.nav-toggle-bar.open:nth-child(2){opacity:0}.nav-toggle-bar.open:nth-child(3){transform:translateY(-8px)rotate(-45deg)}@media (width>=641px){.header-topbar{display:block}}@media (width<=1024px){.header-nav{box-shadow:var(--shadow-md);border-bottom:1px solid var(--border);background:#fff;flex-direction:column;align-items:stretch;gap:.15rem;padding:1rem 1.5rem;display:none;position:absolute;top:100%;left:0;right:0}.header-nav.nav-open{display:flex}.header-nav a{border-radius:var(--radius-sm);padding:.75rem;font-size:.98rem}.nav-toggle{display:flex}.nav-mobile-only{display:block}}@media (width>=641px) and (width<=1024px){.header-cta{display:flex}}@media (width<=640px){.header-inner{height:74px}.header-cta .btn{display:none}.header-cta{gap:.4rem}.header-shop-link{padding:.35rem .65rem;font-size:.8rem}.header-topbar-badges{display:none}}@media (width<=380px){.header-inner{padding:0 1rem}.header-shop-link span:last-child{display:none}.header-shop-link{padding:.4rem}}@media (width>=1600px){:root{--max-width:1440px}.header-inner{height:104px}.header-nav a{padding:.6rem 1.05rem;font-size:.95rem}.header-logo-img{height:84px}}@media (width>=2200px){:root{--max-width:1680px}html{font-size:18px}}.site-footer{background:linear-gradient(180deg,var(--green-900) 0,#0f2e21 100%);color:#fffc;padding:4rem 0 2rem}.footer-grid{grid-template-columns:2fr 1fr 1fr 1.3fr;gap:3rem;margin-bottom:3rem;display:grid}.footer-brand-col{min-width:0}.footer-logo{margin-bottom:1rem;display:inline-block}.footer-logo-img{filter:brightness(0)invert()opacity(.92);width:auto;height:64px;transition:filter .25s,transform .25s;display:block}.footer-logo:hover .footer-logo-img{filter:brightness(0)invert()opacity();transform:scale(1.03)}@media (width<=600px){.footer-logo-img{height:54px}}.footer-brand-desc{color:#ffffffad;margin-bottom:1.25rem;font-size:.9rem;line-height:1.7}.footer-badges{flex-wrap:wrap;gap:.5rem;display:flex}.footer-badge{color:#ffffffe6;background:#ffffff1a;border:1px solid #fff3;border-radius:100px;padding:.28rem .75rem;font-size:.72rem;font-weight:600}.footer-col-title{letter-spacing:.12em;text-transform:uppercase;color:var(--green-300);margin-bottom:1.25rem;font-size:.75rem;font-weight:700}.footer-links{flex-direction:column;gap:.7rem;list-style:none;display:flex}.footer-links a{color:#ffffffb3;transition:color var(--transition);font-size:.9rem}.footer-links a:hover{color:var(--white)}.footer-contact-item{color:#ffffffb8;align-items:flex-start;gap:.6rem;margin-bottom:.7rem;font-size:.88rem;line-height:1.55;display:flex}.footer-contact-item svg{color:var(--green-300);flex-shrink:0;margin-top:.15rem}.footer-contact-item a{color:#ffffffd9;font-weight:500}.footer-contact-item a:hover{color:var(--white)}.footer-social{flex-wrap:wrap;align-items:center;gap:.6rem;margin-top:1.25rem;display:flex}.footer-social-btn{color:#ffffffd9;background:#ffffff14;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:inline-flex}.footer-social-btn:hover{background:var(--green-500);border-color:var(--green-500);color:#fff;transform:translateY(-2px)}.footer-cta-link{border-radius:var(--radius-sm);background:var(--green-500);color:var(--white);letter-spacing:.02em;padding:.5rem .9rem;font-size:.82rem;font-weight:600;transition:background .2s}.footer-cta-link:hover{background:var(--green-300);color:var(--green-900)}.footer-bottom{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.75rem;display:flex}.footer-bottom-text{color:#ffffff73;font-size:.82rem}.footer-bottom-links{flex-wrap:wrap;gap:1.5rem;list-style:none;display:flex}.footer-bottom-links a{color:#ffffff80;font-size:.82rem}.footer-bottom-links a:hover{color:#ffffffe6}.footer-initiatives{border-top:1px solid #ffffff1a;margin-top:2rem;padding-top:1.75rem}.footer-initiatives-title{letter-spacing:.14em;text-transform:uppercase;color:var(--green-300);text-align:center;margin-bottom:1.25rem;font-size:.75rem;font-weight:700}.footer-initiatives-list{flex-wrap:wrap;justify-content:center;gap:1.5rem 2rem;margin:0;padding:0;list-style:none;display:flex}.footer-initiative{color:#ffffffbf;letter-spacing:.02em;text-align:center;flex-direction:column;align-items:center;gap:.5rem;min-width:68px;font-size:.72rem;font-weight:600;transition:transform .3s cubic-bezier(.22,1,.36,1),color .25s;display:flex}.footer-initiative img{background:#fff;border-radius:50%;width:56px;height:56px;padding:5px;transition:transform .35s,box-shadow .35s;box-shadow:0 4px 12px #00000047,0 0 0 2px #ffffff26;filter:none!important;opacity:1!important}.footer-initiative:hover{color:#fff;transform:translateY(-4px)}.footer-initiative:hover img{transform:scale(1.08)rotate(-4deg);box-shadow:0 8px 18px #00000059}@media (width<=480px){.footer-initiatives-list{gap:1rem 1.25rem}.footer-initiative img{width:44px;height:44px}.footer-initiative{min-width:56px;font-size:.68rem}}@media (width<=1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem}.footer-brand-col{grid-column:1/-1}}@media (width<=600px){.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;align-items:flex-start}.site-footer{padding:3rem 0 1.5rem}}@media (width<=640px){.container{padding:0 1rem}}@media (width>=1600px){.container{padding:0 2.5rem}}@media (width<=640px){.btn{min-height:44px;padding:.75rem 1.5rem}.btn-sm{min-height:40px;padding:.6rem 1.2rem}}@media (width>=1600px){.grid-4{gap:2rem}.grid-3{gap:2.5rem}}@media (width<=640px){.section{padding:3rem 0}.section-sm{padding:2rem 0}}@media (width>=1600px){.section{padding:7rem 0}.section-sm{padding:4.5rem 0}}@media (width<=640px){.page-hero{padding:4.5rem 0 3rem}}@media (width>=1600px){.page-hero{padding:9rem 0 6rem}}@media (width<=640px){.card{padding:1.5rem}}@media (width>=1600px){.card{padding:2.5rem}}.error-page[data-v-8d1f4e0e]{background:var(--cream);flex-direction:column;min-height:100vh;display:flex}.error-main[data-v-8d1f4e0e]{flex:1;justify-content:center;align-items:center;padding:4rem 1.5rem;display:flex}.error-container[data-v-8d1f4e0e]{text-align:center;border:1px solid var(--border);width:100%;max-width:620px;box-shadow:var(--shadow-md);background:#fff;border-radius:20px;padding:3rem 2rem}.error-badge[data-v-8d1f4e0e]{background:var(--green-100);color:var(--green-900);letter-spacing:.1em;border:1px solid var(--green-300);border-radius:999px;margin-bottom:1.5rem;padding:.35rem 1.1rem;font-size:.85rem;font-weight:700;display:inline-block}.error-icon img[data-v-8d1f4e0e]{width:88px;height:88px;margin:0 auto 1.25rem;display:block}.error-container h1[data-v-8d1f4e0e]{margin-bottom:1rem;font-size:clamp(1.6rem,4vw,2.4rem)}.error-lead[data-v-8d1f4e0e]{color:var(--text-mid);margin-bottom:2rem;font-size:1rem;line-height:1.65}.error-actions[data-v-8d1f4e0e]{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2.5rem;display:flex}.error-suggestions[data-v-8d1f4e0e]{background:var(--cream);border:1px solid var(--border);text-align:left;border-radius:12px;margin-bottom:1.5rem;padding:1.25rem 1.5rem}.error-suggestions-title[data-v-8d1f4e0e]{letter-spacing:.1em;text-transform:uppercase;color:var(--green-700);margin-bottom:.75rem;font-size:.78rem;font-weight:700}.error-suggestions-list[data-v-8d1f4e0e]{grid-template-columns:repeat(2,1fr);gap:.5rem 1.5rem;margin:0;padding:0;list-style:none;display:grid}.error-suggestions-list a[data-v-8d1f4e0e]{color:var(--text-dark);font-size:.9rem;font-weight:500}.error-suggestions-list a[data-v-8d1f4e0e]:hover{color:var(--green-500)}.error-contact[data-v-8d1f4e0e]{color:var(--text-muted);font-size:.9rem}.error-contact a[data-v-8d1f4e0e]{color:var(--green-700);white-space:nowrap;font-weight:600}@media (width<=640px){.error-container[data-v-8d1f4e0e]{padding:2rem 1.25rem}.error-suggestions-list[data-v-8d1f4e0e]{grid-template-columns:1fr}}
