:root{--color-accent: #adffbf;--color-accent-hover: #8febaa;--color-button-bg: var(--color-accent);--color-button-bg-hover: var(--color-accent-hover);--color-button-text: #1a1a1a;--color-primary: #2d5016;--color-background: #f5f5f0;--color-background-alt: #ffffff;--color-text: #1a1a1a;--color-text-muted: #6b6b6b;--radius-banner: 15px}*,*:before,*:after{box-sizing:border-box}html{overflow-x:hidden;-webkit-overflow-scrolling:touch}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:var(--color-text, #1a1a1a);background-color:var(--color-background, #f5f5f0);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}#root{width:100%;max-width:100vw;min-height:100vh;overflow-x:hidden}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--color-button-bg);color:var(--color-button-text);cursor:pointer;transition:background-color .2s ease}button:hover{background-color:var(--color-button-bg-hover)}button:focus,button:focus-visible{outline:2px solid var(--color-accent-hover);outline-offset:2px}.CartDrawer-module_overlay{position:fixed;inset:0;background:#0006;z-index:100}.CartDrawer-module_drawer{position:fixed;top:0;right:0;width:min(400px,100vw);height:100vh;background:var(--color-background-alt);box-shadow:-4px 0 20px #0000001a;z-index:101;display:flex;flex-direction:column}.CartDrawer-module_header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #eee}.CartDrawer-module_title{margin:0;font-size:1.25rem;font-weight:600}.CartDrawer-module_close{background:none;border:none;font-size:1.75rem;line-height:1;cursor:pointer;color:var(--color-text-muted);padding:.25rem}.CartDrawer-module_close:hover{color:var(--color-text)}.CartDrawer-module_body{flex:1;overflow-y:auto;padding:1rem 1.25rem}.CartDrawer-module_empty{color:var(--color-text-muted);margin:0}.CartDrawer-module_list{list-style:none;margin:0;padding:0}.CartDrawer-module_item{display:flex;gap:.75rem;padding:.75rem 0;border-bottom:1px solid #eee}.CartDrawer-module_itemImage{width:56px;height:56px;flex-shrink:0;border-radius:8px;overflow:hidden;background:#f0f0f0}.CartDrawer-module_itemImage img{width:100%;height:100%;object-fit:cover}.CartDrawer-module_itemDetails{flex:1;min-width:0}.CartDrawer-module_itemName{display:block;font-size:.9rem;font-weight:500}.CartDrawer-module_itemPack{font-size:.8rem;color:var(--color-text-muted)}.CartDrawer-module_itemActions{margin-top:.25rem;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.CartDrawer-module_itemPrice{font-size:.85rem}.CartDrawer-module_qty{display:flex;align-items:center;gap:.25rem}.CartDrawer-module_qty button{width:28px;height:28px;padding:0;font-size:1rem;line-height:1}.CartDrawer-module_qty span{min-width:1.5rem;text-align:center;font-size:.9rem}.CartDrawer-module_remove{background:none;border:none;color:var(--color-text-muted);font-size:.8rem;text-decoration:underline;cursor:pointer;padding:0}.CartDrawer-module_remove:hover{color:var(--color-text)}.CartDrawer-module_footer{padding:1rem 1.25rem;border-top:1px solid #eee}.CartDrawer-module_subtotal{margin:0 0 .25rem;font-size:1rem}.CartDrawer-module_tax{margin:0 0 1rem;font-size:.8rem;color:var(--color-text-muted)}.CartDrawer-module_checkout{width:100%;padding:.75rem 1rem;font-size:1rem}.CartDrawer-module_suggested{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #eee}.CartDrawer-module_suggestedTitle{font-size:.9rem;font-weight:600;margin:0 0 .75rem}.CartDrawer-module_suggestedList{list-style:none;margin:0;padding:0}.CartDrawer-module_suggestedItem{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;font-size:.85rem}.CartDrawer-module_suggestedItem img{width:40px;height:40px;object-fit:cover;border-radius:6px;background:#f0f0f0}.CartDrawer-module_suggestedItem span:last-of-type{margin-left:auto;color:var(--color-text-muted)}.Header-module_header{position:sticky;top:0;z-index:50;background:var(--color-background-alt);border-bottom:1px solid #eee}.Header-module_inner{max-width:1280px;margin:0 auto;padding:.75rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%;box-sizing:border-box}@media(min-width:480px){.Header-module_inner{padding:.75rem 1.25rem;gap:1rem}}.Header-module_logo{font-size:1.5rem;font-weight:700;color:var(--color-text);text-decoration:none;letter-spacing:-.02em}.Header-module_logo:hover{color:var(--color-primary)}.Header-module_nav{display:none}@media(min-width:768px){.Header-module_nav{display:flex;align-items:center;gap:2rem}.Header-module_menuBtn{display:none}}.Header-module_navOpen{display:flex;position:absolute;top:100%;left:0;right:0;background:var(--color-background-alt);border-bottom:1px solid #eee;flex-direction:column;padding:1rem;gap:1rem}@media(min-width:768px){.Header-module_navOpen{position:static;flex-direction:row;padding:0;border:none}}.Header-module_navList{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.5rem 1.5rem}.Header-module_navLink{color:var(--color-text);text-decoration:none;font-size:.95rem;font-weight:500}.Header-module_navLink:hover{color:var(--color-primary)}.Header-module_actions{display:none;align-items:center;gap:.25rem}.Header-module_iconBtn{background:none;border:none;padding:.5rem;font-size:1.1rem;cursor:pointer;line-height:1}.Header-module_iconBtn:hover{opacity:.8}.Header-module_cartBtn{position:relative;background:none;border:none;padding:.5rem;cursor:pointer;font-size:1.25rem}.Header-module_cartCount{position:absolute;top:0;right:0;min-width:1.25rem;height:1.25rem;background:var(--color-accent);color:var(--color-button-text);font-size:.7rem;font-weight:600;border-radius:999px;display:flex;align-items:center;justify-content:center}.Header-module_menuBtn{background:none;border:none;padding:.5rem;font-size:1.25rem;cursor:pointer}@media(min-width:768px){.Header-module_menuBtn{display:none}}.Footer-module_footer{margin-top:0}.Footer-module_benefits{background:var(--color-background-alt);padding:2rem 1rem;border-top:1px solid #eee;width:100%;max-width:100%;box-sizing:border-box}@media(min-width:480px){.Footer-module_benefits{padding:2rem 1.25rem}}.Footer-module_benefitsInner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.Footer-module_benefitsInner{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.Footer-module_benefitsInner{grid-template-columns:repeat(4,1fr)}}.Footer-module_benefit{text-align:center;padding:0 .5rem}.Footer-module_benefitIcon{width:3rem;height:3rem;margin:0 auto .75rem;border-radius:50%;background:var(--color-accent);border:1px solid #e0e0e0;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.Footer-module_benefit strong{display:block;font-size:.95rem;margin-bottom:.25rem}.Footer-module_benefit p{margin:0;font-size:.85rem;color:var(--color-text-muted);line-height:1.4}.Footer-module_main{background:#1a1a1a;color:#fff;padding:2rem 1rem;width:100%;max-width:100%;box-sizing:border-box}@media(min-width:480px){.Footer-module_main{padding:2rem 1.25rem}}.Footer-module_mainInner{max-width:1280px;margin:0 auto;display:flex;flex-wrap:wrap;gap:1.25rem 1.5rem;align-items:flex-start}.Footer-module_mainInner>*{flex:1 1 100%;min-width:0;text-align:left;box-sizing:border-box}@media(min-width:768px){.Footer-module_mainInner{gap:2rem;flex-wrap:nowrap}.Footer-module_mainInner>*{flex:1 1 0%;min-width:0}}.Footer-module_mapWrap{width:100%;height:180px;min-height:180px;border-radius:8px;overflow:hidden;border:1px solid rgba(255,255,255,.15);background:#222;align-self:flex-start}.Footer-module_mapIframe{width:100%;height:100%;border:0;display:block}.Footer-module_brand{margin-bottom:0;text-align:left}.Footer-module_brandLine{margin:0 0 .15rem;font-size:.95rem;color:#ffffffe6}.Footer-module_logo{font-size:1.5rem;font-weight:700;color:var(--color-accent);letter-spacing:-.02em}.Footer-module_linkCol{display:flex;flex-direction:column;gap:.35rem;min-width:0;text-align:left;align-items:flex-start}.Footer-module_linkCol a{font-size:.9rem;color:#ffffffd9;text-decoration:none}.Footer-module_linkCol a:hover{color:#fff;text-decoration:underline}.Footer-module_contactCol{display:flex;flex-direction:column;gap:.4rem;min-width:0;font-size:.9rem;text-align:left;align-items:flex-start}.Footer-module_contactTitle{font-size:.95rem;color:#fff;margin:0 0 .15rem}.Footer-module_contactAddress{margin:0;color:#ffffffd9;line-height:1.45}.Footer-module_contactRow{margin:0;color:#ffffffd9}.Footer-module_contactCol a{color:#ffffffe6;text-decoration:none}.Footer-module_contactCol a:hover{color:#fff;text-decoration:underline}.Footer-module_mapsLink{margin-top:.25rem;font-weight:500;color:var(--color-accent)!important}.Footer-module_social{display:flex;flex-direction:column;gap:.35rem;min-width:0}.Footer-module_bottom{background:#1a1a1a;border-top:1px solid #333;padding:1rem;width:100%;max-width:100%;box-sizing:border-box}@media(min-width:480px){.Footer-module_bottom{padding:1rem 1.25rem}}.Footer-module_bottomInner{max-width:1280px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.Footer-module_copyright,.Footer-module_appLabel,.Footer-module_made{font-size:.85rem;color:#ffffffb3}.MobileBottomNav-module_bar{display:none}@media(max-width:767px){.MobileBottomNav-module_bar{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:45;align-items:stretch;justify-content:space-around;gap:.25rem;min-height:3.5rem;padding:.35rem .5rem;padding-bottom:calc(.35rem + env(safe-area-inset-bottom,0));background:var(--color-background-alt);border-top:1px solid #eee;box-shadow:0 -4px 20px #0000000f}}.MobileBottomNav-module_item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;min-width:0;padding:.25rem .35rem;text-decoration:none;color:var(--color-text-muted);font-size:.65rem;font-weight:600;line-height:1.15;text-align:center;border-radius:.5rem;transition:color .15s ease,background .15s ease}.MobileBottomNav-module_item:hover{color:var(--color-primary);background:#2d50160f}.MobileBottomNav-module_itemActive{color:var(--color-primary)}.MobileBottomNav-module_icon{font-size:1.35rem;line-height:1}.MobileBottomNav-module_waIcon{display:flex;align-items:center;justify-content:center;color:#25d366;line-height:1}.MobileBottomNav-module_label{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.MainLayout-module_layout{min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden;max-width:100%}.MainLayout-module_main{flex:1;width:100%;max-width:100%;margin:0;padding:0;overflow-x:hidden}@media(max-width:767px){.MainLayout-module_main{padding-bottom:calc(3.75rem + env(safe-area-inset-bottom,0))}}.ProductCard-module_card{background:var(--color-background-alt);border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000f;transition:box-shadow .2s ease;display:flex;flex-direction:column;height:100%;min-width:0;max-width:100%}.ProductCard-module_card:hover{box-shadow:0 4px 16px #00000014}.ProductCard-module_imageWrap{position:relative;aspect-ratio:1;flex-shrink:0;background:#f5f5f0;overflow:hidden}.ProductCard-module_boughtBadge{position:absolute;z-index:1;background:#ffc107f2;color:#1a1a1a;font-size:.7rem;font-weight:600;padding:.25em .5em;border-radius:999px}.ProductCard-module_image{width:100%;height:100%;object-fit:cover}.ProductCard-module_body{padding:.875rem 1rem;display:flex;flex-direction:column;flex:1;min-height:0;min-width:0}@media(min-width:480px){.ProductCard-module_body{padding:1rem}}.ProductCard-module_ratingRow{display:flex;align-items:center;gap:.35rem;margin-bottom:.35rem}.ProductCard-module_stars{color:#22c55e;font-size:.85rem;letter-spacing:.05em}.ProductCard-module_reviews{font-size:.8rem;color:var(--color-text-muted)}.ProductCard-module_name{margin:0 0 .25rem;font-size:1rem;font-weight:600;line-height:1.3}.ProductCard-module_priceRow{margin:0 0 .75rem;display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.ProductCard-module_salePrice{font-size:.95rem;font-weight:700;color:var(--color-text)}.ProductCard-module_mrp{font-size:.85rem;color:var(--color-text-muted);text-decoration:line-through}.ProductCard-module_discount{font-size:.85rem;font-weight:700;color:#148a17}.ProductCard-module_packs{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:1rem}.ProductCard-module_packBtn{padding:.35em .6em;font-size:.8rem;border:1px solid #ddd;border-radius:6px;background:#fff;cursor:pointer;color:var(--color-text)}.ProductCard-module_packBtn:hover:not(:disabled){border-color:var(--color-accent);background:var(--color-accent)}.ProductCard-module_packBtnActive{border-color:var(--color-accent);background:var(--color-accent)}.ProductCard-module_packSoldOut,.ProductCard-module_packBtn:disabled{opacity:.6;cursor:not-allowed}.ProductCard-module_addBtnWrap{margin-top:auto;padding-top:.25rem}.ProductCard-module_addBtn{width:100%;padding:.6em 1em;font-size:.95rem}.ProductCard-module_addBtnWrap a.ProductCard-module_addBtn{display:block;text-align:center;text-decoration:none;color:var(--color-button-text);background-color:var(--color-button-bg);border-radius:8px;border:1px solid transparent;box-sizing:border-box;cursor:pointer;transition:background-color .2s ease}.ProductCard-module_addBtnWrap a.ProductCard-module_addBtn:hover{background-color:var(--color-button-bg-hover)}.ProductCard-module_addBtn:disabled{opacity:.6;cursor:not-allowed}@media(max-width:639px){.ProductCard-module_card{border-radius:10px}.ProductCard-module_imageWrap{aspect-ratio:4 / 3}.ProductCard-module_boughtBadge{font-size:.58rem;padding:.2em .45em}.ProductCard-module_body{padding:.45rem .5rem .5rem}.ProductCard-module_ratingRow{margin-bottom:.2rem;gap:.2rem}.ProductCard-module_stars{font-size:.62rem;letter-spacing:0}.ProductCard-module_reviews{font-size:.62rem}.ProductCard-module_name{font-size:.68rem;font-weight:600;line-height:1.25;margin:0 0 .2rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ProductCard-module_priceRow{margin:0 0 .35rem;gap:.25rem;row-gap:.15rem}.ProductCard-module_salePrice{font-size:.72rem}.ProductCard-module_mrp{font-size:.65rem}.ProductCard-module_discount{font-size:.68rem;width:100%;flex-basis:100%}.ProductCard-module_packs{gap:.25rem;margin-bottom:.45rem}.ProductCard-module_packBtn{padding:.28em .45em;font-size:.65rem;border-radius:5px}.ProductCard-module_addBtnWrap{padding-top:.15rem}.ProductCard-module_addBtn{padding:.45em .65em;font-size:.72rem;border-radius:6px}.ProductCard-module_addBtnWrap a.ProductCard-module_addBtn{border-radius:6px}}.ProductGrid-module_section{padding:2rem 0}.ProductGrid-module_header{margin-bottom:1.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.ProductGrid-module_subtitle{display:block;font-size:.85rem;color:var(--color-text-muted);margin-bottom:.25rem}.ProductGrid-module_title{margin:0;font-size:1.75rem;font-weight:700}.ProductGrid-module_grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;align-items:stretch;width:100%;max-width:100%;box-sizing:border-box}@media(min-width:480px){.ProductGrid-module_grid{gap:1.25rem}}@media(min-width:640px){.ProductGrid-module_grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}}.ProductGrid-module_grid>*{min-height:0}@media(max-width:639px){.ProductGrid-module_section{padding:.35rem 0 1rem}.ProductGrid-module_header{margin-bottom:.65rem}.ProductGrid-module_subtitle{font-size:.72rem;margin-bottom:.15rem}.ProductGrid-module_title{font-size:1.15rem}.ProductGrid-module_grid{gap:.45rem}}.SingleBestsellersSection-module_section{padding:.5rem 0 2rem}@media(max-width:639px){.SingleBestsellersSection-module_section{padding:.35rem 0 1rem}}.SingleBestsellersSection-module_header{margin-bottom:1rem}@media(max-width:639px){.SingleBestsellersSection-module_header{margin-bottom:.65rem}}.SingleBestsellersSection-module_subtitle{display:inline-block;font-size:.85rem;color:var(--color-text-muted);margin-bottom:.25rem}@media(max-width:639px){.SingleBestsellersSection-module_subtitle{font-size:.72rem;margin-bottom:.15rem}}.SingleBestsellersSection-module_title{margin:0;font-size:1.6rem;font-weight:700;line-height:1.2}@media(max-width:639px){.SingleBestsellersSection-module_title{font-size:1.15rem}}.SingleBestsellersSection-module_grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}@media(max-width:639px){.SingleBestsellersSection-module_grid{gap:.45rem}}@media(min-width:768px){.SingleBestsellersSection-module_grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.SingleBestsellersSection-module_cardTitle{min-height:2.6em}@media(max-width:639px){.SingleBestsellersSection-module_cardTitle{min-height:unset}}@media(max-width:639px){.SingleBestsellersSection-module_bestsellerCard .SingleBestsellersSection-module_priceRow{margin:0 0 .35rem;gap:.25rem;row-gap:.15rem}.SingleBestsellersSection-module_bestsellerCard .SingleBestsellersSection-module_sellingPrice{font-size:.85rem}.SingleBestsellersSection-module_bestsellerCard .SingleBestsellersSection-module_mrp{font-size:.72rem}.SingleBestsellersSection-module_bestsellerCard .SingleBestsellersSection-module_discount{font-size:.68rem;width:100%;flex-basis:100%}.SingleBestsellersSection-module_bestsellerStrip{top:10px;left:-38px;font-size:.58rem;padding:.22rem 2.2rem}}.SingleBestsellersSection-module_bestsellerStrip{position:absolute;top:14px;left:-34px;z-index:2;background:linear-gradient(135deg,#15803d,#22c55e);color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:.35rem 2.5rem;transform:rotate(-35deg);box-shadow:0 4px 10px #15803d40}.SingleBestsellersSection-module_priceRow{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin:0 0 .75rem}.SingleBestsellersSection-module_mrp{color:var(--color-text-muted);text-decoration:line-through;font-size:1rem}.SingleBestsellersSection-module_sellingPrice{color:var(--color-text);font-weight:700;font-size:1.15rem}.SingleBestsellersSection-module_discount{color:#148a17;font-size:1rem;font-weight:600}.Home-module_home{padding-bottom:0;overflow-x:hidden;max-width:100%}.Home-module_content{max-width:1280px;margin:0 auto;padding:0 1rem;width:100%;box-sizing:border-box}@media(min-width:480px){.Home-module_content{padding:1rem}}.Home-module_trustBar{width:100%;max-width:100%;background:var(--color-accent);padding:.6rem 0;overflow:hidden;box-sizing:border-box}.Home-module_trustTrack{display:flex;gap:2rem;animation:Home-module_scroll 30s linear infinite}@keyframes Home-module_scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.Home-module_trustItem{font-size:.85rem;font-weight:500;color:var(--color-button-text);white-space:nowrap}.Home-module_bannerBlock{max-width:1280px;margin:0 auto;padding:0 1rem;width:100%;box-sizing:border-box;border-radius:var(--radius-banner, 15px)}@media(min-width:480px){.Home-module_bannerBlock{padding:1rem}}.Home-module_heroSlide{position:relative;width:100%;border-radius:var(--radius-banner, 15px);overflow:hidden;display:block}.Home-module_heroSlideImg{width:100%;height:auto;display:block;object-fit:contain;object-position:center}.Home-module_section{padding:.5rem 0 2rem}.Home-module_stats{margin-left:-1rem;margin-right:-1rem;padding:2.5rem 1rem 3rem;text-align:center;background:#fff;border-radius:12px}@media(min-width:480px){.Home-module_stats{margin-left:-1.25rem;margin-right:-1.25rem;padding-left:1.25rem;padding-right:1.25rem}}.Home-module_statsHeading{margin:0 0 2rem;font-size:1.5rem;font-weight:700;color:#1a1a1a;line-height:1.3}@media(min-width:640px){.Home-module_statsHeading{font-size:1.75rem;margin-bottom:2.5rem}}.Home-module_statsGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-width:1280px;margin:0 auto}@media(min-width:640px){.Home-module_statsGrid{grid-template-columns:repeat(4,1fr);gap:1.25rem}}.Home-module_stat{padding:1.5rem 1rem;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;text-align:center;min-height:0}.Home-module_statIconCircle{width:64px;height:64px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 1px 3px #00000014}.Home-module_statIcon{font-size:1.75rem;line-height:1;display:block}.Home-module_statValue{font-size:1.5rem;font-weight:700;color:#1a1a1a;line-height:1.2;letter-spacing:-.02em}@media(min-width:640px){.Home-module_statValue{font-size:1.75rem}}.Home-module_statLabel{font-size:.85rem;color:#1a1a1a;line-height:1.3;font-weight:400}.Home-module_statGreen{background:#dff5d3}.Home-module_statPeach{background:#f7eddd}.Home-module_statPurple{background:#e8dff7}.Home-module_statPink{background:#f7dce2}.Home-module_secHighlight{margin:2rem 0;width:100%;max-width:100%;border-radius:12px;overflow:hidden}.Home-module_secHighlightInner{display:block;margin:0;line-height:0;width:100%}.Home-module_secHighlightImg{width:100%;height:auto;display:block}.Home-module_concern{padding:1rem 0 1.25rem}@media(min-width:640px){.Home-module_concern{padding:2rem 0 3rem}}.Home-module_concernWrap{max-width:1280px;margin:0 auto;padding:0 1rem;width:100%;box-sizing:border-box}@media(min-width:480px){.Home-module_concernWrap{padding:1rem}}.Home-module_concernSubtitle{display:block;font-size:.72rem;color:var(--color-text-muted);margin-bottom:.2rem;text-align:left}@media(min-width:640px){.Home-module_concernSubtitle{font-size:.85rem;margin-bottom:.25rem}}.Home-module_concernTitle{margin:0 0 .75rem;font-size:1.15rem;font-weight:700;text-align:left;line-height:1.2}@media(min-width:640px){.Home-module_concernTitle{margin:0 0 1.5rem;font-size:1.75rem;line-height:1.25}}.Home-module_concernGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;width:100%;max-width:100%;box-sizing:border-box}@media(min-width:640px){.Home-module_concernGrid{grid-template-columns:repeat(auto-fill,minmax(min(140px,100%),1fr));gap:2rem}}.Home-module_concernCard{display:flex;flex-direction:column;align-items:center;gap:.3rem;padding:.65rem .45rem;text-decoration:none;color:var(--color-text);border-radius:10px;border:1px solid #eee;transition:border-color .2s,box-shadow .2s}@media(min-width:640px){.Home-module_concernCard{gap:.5rem;padding:1.25rem 1rem;border-radius:12px}}.Home-module_concernCard:hover{border-color:var(--color-accent);box-shadow:0 4px 12px #0000000f}.Home-module_concernIcon{font-size:1.35rem;line-height:1}@media(min-width:640px){.Home-module_concernIcon{font-size:2rem}}.Home-module_concernLabel{font-size:.72rem;font-weight:600;text-align:center;line-height:1.25}@media(min-width:640px){.Home-module_concernLabel{font-size:.9rem;line-height:normal}}.Home-module_concernLink{font-size:.68rem;color:var(--color-text-muted);text-align:center}@media(min-width:640px){.Home-module_concernLink{font-size:.8rem}}.Home-module_concernCard:hover .Home-module_concernLink{color:var(--color-primary)}.Home-module_concernCardGreen{background:var(--color-accent)}.Home-module_concernCardPeach{background:#ffecd2}.Home-module_concernCardPurple{background:#e8dcf5}.Home-module_concernCardMint{background:#c8f0e0}.Home-module_concernCardBlue{background:#d4e8f7}.Home-module_concernCardBrown{background:#e8e0d5}.Home-module_concernCardPink{background:#fce4ec}.Home-module_difference{margin:2rem 0;width:100%;max-width:100%;box-sizing:border-box;border-radius:12px;overflow:hidden}.Home-module_diffPicture{display:block;margin:0;line-height:0;width:100%}.Home-module_diffImage{width:100%;height:auto;display:block}.Home-module_diffMobile{display:none;background:#ecf7e7;padding:1.5rem 1.25rem;border-radius:12px}.Home-module_diffContent{margin-bottom:1rem}.Home-module_diffTitle{margin:0 0 .5rem;font-size:1.5rem;font-weight:700;color:#1a1a1a}.Home-module_diffDesc{margin:0;font-size:.95rem;color:#212121;line-height:1.5}.Home-module_diffIllustration{display:flex;justify-content:center;align-items:center;min-height:160px;margin-bottom:1rem}.Home-module_diffIllustrationPlaceholder{font-size:4rem;opacity:.9}.Home-module_diffFeatureBar{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;background:#f0fbf0;border-radius:10px;padding:1rem 1.25rem;border:1px solid rgba(0,0,0,.06)}.Home-module_diffFeatureItem{display:flex;flex-direction:column;align-items:center;gap:.35rem;flex:1 1 0;min-width:0;text-align:center}.Home-module_diffFeatureItem:not(:last-child){border-right:1px solid rgba(0,0,0,.1);padding-right:1rem;margin-right:.25rem}.Home-module_diffFeatureIcon{font-size:1.5rem;line-height:1}.Home-module_diffFeatureText{font-size:.8rem;font-weight:500;color:#1a1a1a;line-height:1.2}@media(min-width:480px){.Home-module_diffFeatureBar{flex-wrap:nowrap;padding:1.25rem 1.5rem}.Home-module_diffFeatureItem{flex:1}}.Home-module_diffCards{display:grid;grid-template-columns:1fr;gap:1rem;margin:2rem 0;width:100%;max-width:100%;box-sizing:border-box}@media(min-width:768px){.Home-module_diffCards{grid-template-columns:repeat(2,1fr);gap:1.25rem}}.Home-module_diffCard{border-radius:12px;padding:1.5rem 1.25rem;display:flex;flex-direction:column;gap:1rem;min-height:0;box-sizing:border-box}.Home-module_diffCardGreen{background:#edf7ed}.Home-module_diffCardBeige{background:#fbf9f2}.Home-module_diffCardTitle{margin:0;font-size:1.25rem;font-weight:700;color:#1a1a1a;line-height:1.3}.Home-module_diffCardText{margin:0;font-size:.9rem;color:#212121;line-height:1.55;flex:1}.Home-module_diffCardVisual{display:flex;align-items:flex-end;justify-content:flex-end;min-height:120px;margin-top:.5rem}.Home-module_diffCardVisual img{max-width:140px;max-height:140px;width:auto;height:auto;object-fit:contain}.Home-module_diffCardCoconut{width:120px;height:120px;border-radius:50%;border:2px dashed rgba(0,0,0,.15);background:#fff;display:flex;align-items:center;justify-content:center;font-size:3rem;flex-shrink:0}.Home-module_diffCardFounderWrap{position:relative;display:inline-flex;align-self:flex-end}.Home-module_diffCardFounderImg{width:200px;height:200px;border-radius:50%;object-fit:cover;background:#e8e8e8}.Home-module_diffCardFounderTag{position:absolute;bottom:-8px;right:22px;background:#2d5016;color:#fff;padding:.5rem .75rem;border-radius:8px;font-size:.75rem;font-weight:600;line-height:1.2;text-align:center;box-shadow:0 2px 8px #00000026;white-space:nowrap}.Home-module_diffCardFounderTag span{display:block;font-size:.7rem;font-weight:400;opacity:.95}.Home-module_cleanHome{padding:2rem 0}.Home-module_cleanHomeTitle{margin:0 0 1.5rem;font-size:1.75rem;font-weight:700;text-align:center}.Home-module_cleanHomeList{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:768px){.Home-module_cleanHomeList{grid-template-columns:repeat(3,1fr)}}.Home-module_cleanHomeItem{border-radius:12px;padding:1.25rem}.Home-module_cleanHomeItem1{background:#dff5d3}.Home-module_cleanHomeItem2{background:#f7eddd}.Home-module_cleanHomeItem3{background:#e8dcf5}.Home-module_cleanHomeNum{display:inline-block;background:#3d6b20;color:#fff;font-size:.8rem;font-weight:700;width:2rem;height:2rem;border-radius:50%;text-align:center;line-height:2rem;margin-bottom:.5rem}.Home-module_cleanHomeName{margin:0 0 .5rem;font-size:1rem;font-weight:600}.Home-module_cleanHomeItem ul{margin:0 0 1rem;padding-left:1.25rem;font-size:.9rem;color:var(--color-text-muted)}.Home-module_cleanHomeBtn{padding:.5em 1em;font-size:.9rem}.Home-module_testimonials{width:100%;padding:2.5rem 1rem;background:#fff;color:#1a1a1a;box-sizing:border-box;border-radius:12px}@media(min-width:480px){.Home-module_testimonials{padding:2.5rem 1.25rem;border-radius:12px}}.Home-module_testimonialsTitle{margin:0 0 1.5rem;font-size:1.75rem;font-weight:700;text-align:center;color:#1a1a1a}.Home-module_testimonialsGrid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:1280px;margin:0 auto;padding:0;width:100%;box-sizing:border-box}@media(min-width:768px){.Home-module_testimonialsGrid{grid-template-columns:repeat(3,1fr);border-radius:12px}}.Home-module_testimonialCard{display:flex;gap:1rem;background:#f5f5f5;border:1px solid #eee;border-radius:12px;overflow:hidden;padding:1rem}.Home-module_testimonialImage{width:80px;height:80px;flex-shrink:0;border-radius:50%;overflow:hidden;background:#e8e8e8}.Home-module_testimonialImage img{width:100%;height:100%;object-fit:cover}.Home-module_testimonialBody{flex:1;min-width:0}.Home-module_testimonialTitle{margin:0 0 .35rem;font-size:1rem;font-weight:600;color:#1a1a1a}.Home-module_testimonialText{margin:0 0 .5rem;font-size:.9rem;color:#444;line-height:1.4}.Home-module_testimonialName{display:block;font-size:.85rem;color:#666}.Home-module_testimonialStars{color:#fbbf24;font-size:.85rem}.Blog-module_page{padding:2rem 0 3rem;min-height:40vh}.Blog-module_content{max-width:1280px;margin:0 auto;padding:0 1rem;width:100%;box-sizing:border-box}@media(min-width:480px){.Blog-module_content{padding:0 1.25rem}}.Blog-module_subtitle{display:block;font-size:.85rem;color:var(--color-text-muted);margin-bottom:.25rem}.Blog-module_title{margin:0 0 1.5rem;font-size:1.75rem;font-weight:700}.Blog-module_grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(280px,100%),1fr));gap:1.25rem;width:100%;max-width:100%;box-sizing:border-box}@media(min-width:480px){.Blog-module_grid{gap:1.5rem}}.Blog-module_card{background:var(--color-background-alt);border-radius:12px;overflow:hidden;border:1px solid #eee;transition:box-shadow .2s}.Blog-module_card:hover{box-shadow:0 4px 16px #00000014}.Blog-module_imageWrap{aspect-ratio:5/3;background:#f0f0f0;overflow:hidden}.Blog-module_imageWrap img{width:100%;height:100%;object-fit:cover}.Blog-module_meta{display:block;padding:.75rem 1rem 0;font-size:.8rem;color:var(--color-text-muted)}.Blog-module_cardTitle{margin:0 1rem .5rem;font-size:1.05rem;font-weight:600;line-height:1.3}.Blog-module_excerpt{margin:0 1rem;font-size:.9rem;color:var(--color-text-muted);line-height:1.5}.Blog-module_link{display:inline-block;margin:1rem;font-size:.9rem;font-weight:500;color:var(--color-primary);text-decoration:none}.Blog-module_link:hover{text-decoration:underline}.Contact-module_page{padding:2rem 0 3rem;min-height:50vh}.Contact-module_content{max-width:1100px;margin:0 auto;padding:0 1rem;width:100%;box-sizing:border-box}@media(min-width:480px){.Contact-module_content{padding:0 1.25rem}}.Contact-module_subtitle{display:block;font-size:.85rem;color:var(--color-text-muted);margin-bottom:.25rem}.Contact-module_title{margin:0 0 1.5rem;font-size:1.75rem;font-weight:700}.Contact-module_row{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:768px){.Contact-module_row{flex-direction:row;align-items:flex-start;gap:2rem}.Contact-module_row .Contact-module_card{flex:1 1 0%;min-width:0}.Contact-module_row .Contact-module_mapContainer{flex:1 1 0%;min-width:0;min-height:320px}}.Contact-module_card{background:var(--color-background-alt);border-radius:12px;padding:1.5rem;border:1px solid #eee;box-shadow:0 2px 12px #0000000f}@media(min-width:480px){.Contact-module_card{padding:2rem}}.Contact-module_cardTitle{margin:0 0 1rem;font-size:1.25rem;font-weight:600;color:var(--color-primary)}.Contact-module_address{font-style:normal;margin:0 0 1.25rem;line-height:1.6}.Contact-module_line{margin:0 0 .5rem;font-size:1rem;color:var(--color-text)}.Contact-module_line:last-of-type{margin-bottom:0}.Contact-module_address a{color:var(--color-primary);text-decoration:none}.Contact-module_address a:hover{text-decoration:underline}.Contact-module_mapsBtn{display:inline-block;padding:.6em 1.2em;font-size:.95rem;font-weight:500;background:var(--color-accent);color:var(--color-button-text);border-radius:8px;text-decoration:none;transition:background-color .2s ease}.Contact-module_mapsBtn:hover{background:var(--color-accent-hover)}.Contact-module_mapContainer{width:100%;height:280px;border-radius:12px;overflow:hidden;border:1px solid #eee;background:var(--color-background-alt);box-shadow:0 2px 12px #0000000f;box-sizing:border-box}@media(min-width:768px){.Contact-module_mapContainer{height:100%;min-height:320px}}.Contact-module_mapIframe{width:100%;height:100%;min-height:280px;border:0;display:block}
