:root{--bg-primary: #0a0c10;--bg-secondary: #12161f;--bg-tertiary: #1b202c;--bg-glass: rgba(18, 22, 31, .75);--border-subtle: rgba(255, 255, 255, .08);--border-hover: rgba(255, 255, 255, .2);--text-primary: #f3f4f6;--text-secondary: #9ca3af;--text-muted: #6b7280;--accent-gold: #e5a93c;--accent-gold-glow: rgba(229, 169, 60, .2);--accent-cyan: #38bdf8;--accent-emerald: #10b981;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px;--radius-full: 9999px;--font-main: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: "JetBrains Mono", monospace;--shadow-subtle: 0 4px 20px rgba(0, 0, 0, .4);--shadow-glow: 0 0 30px rgba(229, 169, 60, .15);--transition: all .25s cubic-bezier(.16, 1, .3, 1)}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-main);line-height:1.6;-webkit-font-smoothing:antialiased;min-height:100vh}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}img{max-width:100%;height:auto;display:block}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.site-header-wrapper{position:sticky;top:0;z-index:100;box-shadow:0 2px 10px #0000000d}.announcement-bar{background-color:#006838;color:#fff;padding:8px 0;font-size:.85rem;font-weight:500;overflow:hidden;white-space:nowrap}.announcement-marquee{display:flex;justify-content:space-around;align-items:center;gap:2rem;max-width:1400px;margin:0 auto;padding:0 1rem}.main-navbar{background-color:#f7f7f7;border-bottom:1px solid #e5e7eb;padding:.75rem 0}.nav-content{display:flex;align-items:center;justify-content:space-between}.nav-left-group{display:flex;align-items:center;gap:2.5rem}.brand-link{display:flex;align-items:center}.brand-logo-svg{width:60px;height:60px;display:block;transition:transform .2s ease}.brand-logo-svg:hover{transform:scale(1.04)}.nav-menu{display:flex;align-items:center;gap:2rem}.nav-item{color:#55585d;font-size:.95rem;font-weight:500;transition:color .2s ease;position:relative;text-decoration:none}.nav-item:hover,.nav-item.active{color:#006838}.nav-right-group{display:flex;align-items:center;gap:1.75rem}.nav-action-btn{display:inline-flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.925rem;font-weight:500;text-decoration:none;background:none;border:none;cursor:pointer;padding:.25rem .5rem;border-radius:6px;transition:all .2s ease}.nav-action-btn:hover{color:#111827}.icon-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.cart-badge-dot{position:absolute;top:-8px;right:-8px;background-color:#006838;color:#fff;font-size:.7rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.avatar-icon-circle{width:28px;height:28px;border-radius:50%;background-color:#94a3b8;color:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.action-label{color:#6b7280;font-size:.925rem;font-weight:500}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.75rem;background:linear-gradient(135deg,#fff,#e5e7eb);color:#0a0c10;font-weight:600;font-size:.95rem;border-radius:var(--radius-full);transition:var(--transition);box-shadow:0 4px 15px #ffffff1a}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #fff3;background:#fff}.btn-gold{background:linear-gradient(135deg,var(--accent-gold),#f59e0b);color:#050608;font-weight:700}.btn-gold:hover{box-shadow:0 0 25px var(--accent-gold-glow)}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.75rem;background:var(--bg-secondary);border:1px solid var(--border-subtle);color:var(--text-primary);font-weight:500;border-radius:var(--radius-full);transition:var(--transition)}.btn-secondary:hover{background:var(--bg-tertiary);border-color:var(--border-hover);transform:translateY(-2px)}.hero-section{position:relative;padding:5rem 0 6rem;overflow:hidden}.hero-glow{position:absolute;top:10%;left:50%;transform:translate(-50%,-20%);width:600px;height:400px;background:radial-gradient(circle,rgba(229,169,60,.12) 0%,rgba(56,189,248,.04) 50%,transparent 70%);filter:blur(80px);pointer-events:none;z-index:0}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .9rem;background:#e5a93c1a;border:1px solid rgba(229,169,60,.25);border-radius:var(--radius-full);color:var(--accent-gold);font-size:.8rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1.5rem}.hero-title{font-size:3.5rem;line-height:1.15;font-weight:800;letter-spacing:-.02em;margin-bottom:1.25rem}.gradient-text{background:linear-gradient(135deg,#fff 40%,#9ca3af);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-desc{font-size:1.15rem;color:var(--text-secondary);max-width:520px;margin-bottom:2.25rem;line-height:1.7}.hero-cta{display:flex;gap:1rem;align-items:center}.hero-visual{position:relative}.hero-card{position:relative;background:linear-gradient(180deg,var(--bg-secondary) 0%,rgba(18,22,31,.5) 100%);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-subtle);overflow:hidden;transition:var(--transition)}.hero-card:hover{border-color:var(--border-hover);transform:translateY(-4px)}.hero-card img{border-radius:var(--radius-md);width:100%;height:380px;object-fit:cover}.hero-card-meta{margin-top:1.25rem;display:flex;justify-content:space-between;align-items:center}.trust-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;padding:2.5rem 0;border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);margin-bottom:5rem}.trust-item{display:flex;align-items:center;gap:1rem}.trust-icon{width:44px;height:44px;border-radius:var(--radius-md);background:var(--bg-secondary);border:1px solid var(--border-subtle);display:flex;align-items:center;justify-content:center;color:var(--accent-gold)}.trust-text h4{font-size:.95rem;font-weight:600}.trust-text p{font-size:.8rem;color:var(--text-secondary)}.section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2.5rem}.section-title{font-size:2rem;font-weight:700;letter-spacing:-.01em}.section-subtitle{color:var(--text-secondary);font-size:.95rem;margin-top:.25rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.product-card{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column;transition:var(--transition);position:relative}.product-card:hover{border-color:var(--border-hover);transform:translateY(-6px);box-shadow:0 12px 30px #00000080}.product-thumb-wrapper{position:relative;width:100%;height:280px;overflow:hidden;background:var(--bg-tertiary)}.product-thumb-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1)}.product-card:hover .product-thumb-wrapper img{transform:scale(1.06)}.product-badge{position:absolute;top:1rem;left:1rem;background:#0a0c10d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border-subtle);color:var(--accent-gold);font-size:.7rem;font-weight:700;padding:.3rem .65rem;border-radius:var(--radius-full);text-transform:uppercase}.product-body{padding:1.5rem;display:flex;flex-direction:column;flex:1}.product-category{font-size:.75rem;text-transform:uppercase;color:var(--text-muted);letter-spacing:.08em;font-weight:600;margin-bottom:.4rem}.product-title{font-size:1.15rem;font-weight:600;line-height:1.4;margin-bottom:.5rem;color:var(--text-primary)}.product-rating{display:flex;align-items:center;gap:.35rem;font-size:.8rem;color:var(--text-secondary);margin-bottom:1rem}.product-rating svg{color:var(--accent-gold)}.product-footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid var(--border-subtle)}.product-price-box{display:flex;align-items:baseline;gap:.5rem}.product-price{font-size:1.35rem;font-weight:700;color:#fff}.product-original-price{font-size:.9rem;color:var(--text-muted);text-decoration:line-through}.add-cart-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--bg-tertiary);border:1px solid var(--border-subtle);border-radius:var(--radius-full);color:#fff;transition:var(--transition)}.add-cart-btn:hover{background:var(--accent-gold);color:#000;border-color:var(--accent-gold);transform:scale(1.08)}.filter-tabs{display:flex;gap:.75rem;margin-bottom:2rem;overflow-x:auto;padding-bottom:.5rem}.filter-tab{padding:.55rem 1.25rem;background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-full);color:var(--text-secondary);font-size:.875rem;font-weight:500;transition:var(--transition);white-space:nowrap}.filter-tab:hover,.filter-tab.active{background:var(--bg-tertiary);color:#fff;border-color:var(--accent-gold)}.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:200;animation:fadeIn .2s ease-out}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:460px;background:var(--bg-secondary);border-left:1px solid var(--border-subtle);z-index:201;display:flex;flex-direction:column;box-shadow:-10px 0 40px #000c;animation:slideLeft .3s cubic-bezier(.16,1,.3,1)}@keyframes slideLeft{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cart-drawer-header{padding:1.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border-subtle)}.cart-drawer-body{padding:1.5rem;flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:1.25rem}.cart-item-card{display:flex;gap:1rem;padding:1rem;background:var(--bg-tertiary);border-radius:var(--radius-md);border:1px solid var(--border-subtle)}.cart-item-img{width:72px;height:72px;border-radius:var(--radius-sm);object-fit:cover}.cart-item-info{flex:1}.cart-item-title{font-size:.95rem;font-weight:600;margin-bottom:.25rem}.cart-item-price{font-size:.9rem;color:var(--accent-gold);font-weight:700;margin-bottom:.75rem}.quantity-controls{display:inline-flex;align-items:center;background:var(--bg-primary);border:1px solid var(--border-subtle);border-radius:var(--radius-full);padding:2px 6px;gap:8px}.qty-btn{color:var(--text-secondary);display:flex;align-items:center;justify-content:center;padding:2px}.qty-btn:hover{color:#fff}.cart-drawer-footer{padding:1.5rem;border-top:1px solid var(--border-subtle);background:var(--bg-primary)}.subtotal-row{display:flex;justify-content:space-between;margin-bottom:1rem;font-size:1.1rem;font-weight:600}.site-footer{position:relative;background:#000;border-top:none;padding:5rem 0 2.5rem;margin-top:0}.footer-top-accent-bar{position:absolute;top:0;left:0;right:0;height:6px;background-color:#006838}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:4rem}.footer-col h4{font-size:.95rem;margin-bottom:1.25rem;color:#fff;text-transform:uppercase;letter-spacing:.05em}.footer-col ul{list-style:none}.footer-col li{margin-bottom:.75rem}.footer-col a{color:var(--text-secondary);font-size:.9rem;transition:var(--transition)}.footer-col a:hover{color:#fff}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;color:var(--text-muted);font-size:.85rem}@media(max-width:900px){.hero-grid{grid-template-columns:1fr;text-align:center}.hero-desc{margin-left:auto;margin-right:auto}.hero-cta{justify-content:center}.trust-bar{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.trust-bar,.footer-grid{grid-template-columns:1fr}.hero-title{font-size:2.5rem}.nav-links{display:none}}.kitchen-hero-banner-section{width:100%;background-color:#f3f4f6;overflow:hidden;position:relative}.kitchen-banner-container{width:100%;max-width:100%;margin:0 auto}.kitchen-banner-image-wrapper{position:relative;width:100%;max-height:520px;overflow:hidden;display:flex;justify-content:center;align-items:center}.kitchen-banner-img{width:100%;height:100%;max-height:520px;object-fit:cover;object-position:center 30%;display:block}.kitchen-banner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(0,0,0,.45) 0%,rgba(0,0,0,.15) 50%,transparent 100%);display:flex;align-items:center}.banner-overlay-content{color:#fff;max-width:650px}.banner-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .85rem;background:#006838d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;border-radius:9999px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.banner-title{font-size:2.75rem;font-weight:800;line-height:1.2;margin-bottom:1rem;text-shadow:0 2px 10px rgba(0,0,0,.5)}.banner-desc{font-size:1.1rem;line-height:1.6;color:#e5e7eb;margin-bottom:1.75rem;text-shadow:0 1px 6px rgba(0,0,0,.5)}@media(max-width:768px){.kitchen-banner-image-wrapper{max-height:340px}.banner-title{font-size:1.8rem}}.brand-intro-section{padding:4.5rem 0 5rem;background-color:#fff;color:#1f2937;text-align:center}.brand-intro-header{max-width:960px;margin:0 auto 3.5rem;padding:0 1rem}.script-golden-title{font-family:Great Vibes,cursive;font-size:5rem;font-weight:400;line-height:1.1;color:#c98e28;background:linear-gradient(135deg,#d49e35,#b87b1c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.15rem;letter-spacing:.01em}.gold-subtitle{font-size:2.2rem;font-weight:700;color:#b87b1c;letter-spacing:-.01em;margin-bottom:1.75rem}.brand-intro-description{font-size:1.05rem;line-height:1.7;color:#1f2937;max-width:860px;margin:0 auto;font-weight:400}.dual-banners-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2rem}.promo-banner-card{position:relative;border-radius:4px;overflow:hidden;height:360px;box-shadow:0 4px 12px #00000014;background-color:#1e1e1e}.promo-banner-bg-img{width:100%;height:100%;object-fit:cover;display:block}.promo-card-content-left{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(38,22,13,.82) 0%,rgba(38,22,13,.45) 55%,transparent 100%);display:flex;flex-direction:column;justify-content:center;align-items:flex-end;text-align:right;padding:2.5rem 3rem 2.5rem 1rem}.tradition-calligraphy-text{font-family:Playfair Display,serif;font-style:italic;font-size:2.85rem;font-weight:600;color:#fff;line-height:1.25;text-shadow:0 2px 8px rgba(0,0,0,.7);margin-bottom:2rem}.tradition-subtext{color:#f3f4f6;font-size:.95rem;font-weight:500;line-height:1.4;letter-spacing:.02em;text-shadow:0 1px 4px rgba(0,0,0,.8)}@media(max-width:900px){.script-golden-title{font-size:3.5rem}.gold-subtitle{font-size:1.6rem}.dual-banners-grid{grid-template-columns:1fr}.promo-banner-card{height:280px}}.product-showcase-section{padding:3rem 0 5rem;background-color:#fff}.showcase-cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.yellow-product-card{position:relative;border-radius:4px;overflow:hidden;height:480px;background:#e8a825;box-shadow:0 4px 16px #00000014;display:flex;flex-direction:column;justify-content:flex-end}.yellow-card-image-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.yellow-card-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.yellow-card-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(199,138,18,.95) 0%,rgba(229,169,37,.6) 35%,transparent 70%)}.yellow-card-footer{position:relative;z-index:2;padding:2rem 2.5rem;text-align:center}.yellow-card-title{color:#fff;font-size:2.25rem;font-weight:800;letter-spacing:-.01em;margin-bottom:1.75rem;text-shadow:0 2px 8px rgba(0,0,0,.35)}.yellow-card-actions{display:flex;align-items:center;justify-content:space-around;max-width:380px;margin:0 auto;border-top:1px solid rgba(255,255,255,.25);padding-top:1rem}.showcase-action-link,.showcase-action-btn{color:#fff;font-size:1.15rem;font-weight:600;text-decoration:none;background:none;border:none;cursor:pointer;padding:.4rem 1rem;transition:opacity .2s ease,transform .2s ease}.showcase-action-link:hover,.showcase-action-btn:hover{opacity:.85;transform:translateY(-1px)}.action-divider{width:1px;height:24px;background-color:#fff6}@media(max-width:768px){.showcase-cards-grid{grid-template-columns:1fr}.yellow-product-card{height:380px}.yellow-card-title{font-size:1.75rem}}.bulk-oil-showcase-section{padding:0 0 5rem;background-color:#fff}.red-product-card{position:relative;border-radius:4px;overflow:hidden;height:480px;background:#cc1018;box-shadow:0 4px 16px #00000014;display:flex;flex-direction:column;justify-content:flex-end}.red-card-image-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.red-card-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.red-card-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(160,8,14,.95) 0%,rgba(204,16,24,.6) 35%,transparent 70%)}.red-card-footer{position:relative;z-index:2;padding:2rem 2.5rem;text-align:center}.red-card-title{color:#fff;font-size:2.25rem;font-weight:800;letter-spacing:-.01em;margin-bottom:1.75rem;text-shadow:0 2px 8px rgba(0,0,0,.35)}.red-card-actions{display:flex;align-items:center;justify-content:space-around;max-width:380px;margin:0 auto;border-top:1px solid rgba(255,255,255,.3);padding-top:1rem}@media(max-width:768px){.red-product-card{height:380px}.red-card-title{font-size:1.75rem}}.groundnut-bulk-showcase-section{padding:0 0 5rem;background-color:#fff}.green-product-card{position:relative;border-radius:4px;overflow:hidden;height:480px;background:#0f884a;box-shadow:0 4px 16px #00000014;display:flex;flex-direction:column;justify-content:flex-end}.green-card-image-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.green-card-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.green-card-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(9,107,56,.95) 0%,rgba(15,136,74,.6) 35%,transparent 70%)}.green-card-footer{position:relative;z-index:2;padding:2rem 2.5rem;text-align:center}.green-card-title{color:#fff;font-size:2.25rem;font-weight:800;letter-spacing:-.01em;margin-bottom:1.75rem;text-shadow:0 2px 8px rgba(0,0,0,.35)}.green-card-actions{display:flex;align-items:center;justify-content:space-around;max-width:380px;margin:0 auto;border-top:1px solid rgba(255,255,255,.3);padding-top:1rem}@media(max-width:768px){.green-product-card{height:380px}.green-card-title{font-size:1.75rem}}.explore-more-container{display:flex;justify-content:center;align-items:center;padding:1.5rem 0 4.5rem;background-color:#fff}.explore-more-btn{display:inline-flex;align-items:center;justify-content:center;background-color:#006838;color:#fff;font-size:1.1rem;font-weight:600;padding:.75rem 2.75rem;border-radius:9999px;text-decoration:none;border:none;cursor:pointer;box-shadow:0 4px 14px #00683840;transition:all .25s cubic-bezier(.16,1,.3,1);letter-spacing:.01em}.explore-more-btn:hover{background-color:#00562e;transform:translateY(-2px);box-shadow:0 6px 20px #00683859;color:#fff}.explore-more-btn:active{transform:translateY(0)}.shudh-khaiye-section{width:100%;background-color:#fff;padding:3rem 0 5rem;overflow:hidden}.shudh-khaiye-container{max-width:1280px;margin:0 auto;padding:0 1.5rem;text-align:center}.shudh-khaiye-header{margin-bottom:2.5rem}.shudh-khaiye-title{color:#e51d2e;font-size:3.25rem;font-weight:800;letter-spacing:-.01em;margin-bottom:.25rem;line-height:1.2}.red-swoosh-divider{display:flex;justify-content:center;align-items:center;max-width:520px;margin:0 auto .75rem}.swoosh-svg{width:100%;height:20px}.shudh-khaiye-tagline{color:#111827;font-size:1.05rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-family:var(--font-main)}.shudh-khaiye-image-wrapper{position:relative;width:100%;border-radius:8px;overflow:hidden;box-shadow:0 6px 25px #00000014;background-color:#f9fafb}.shudh-khaiye-img{width:100%;height:auto;max-height:580px;object-fit:cover;object-position:center;display:block}@media(max-width:768px){.shudh-khaiye-title{font-size:2.1rem}.shudh-khaiye-tagline{font-size:.85rem}}.quality-purity-section{width:100%;background-color:#fff;padding:4.5rem 0 5rem;text-align:center}.features-circle-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem;max-width:1000px;margin:0 auto 5rem;padding:0 1rem}.feature-circle-item{display:flex;flex-direction:column;align-items:center;gap:1.25rem}.green-circle-icon-badge{width:110px;height:110px;border-radius:50%;background-color:#006838;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #00683833;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s ease}.green-circle-icon-badge:hover{transform:translateY(-4px) scale(1.04);box-shadow:0 8px 24px #0068384d}.feature-circle-label{color:#1f2937;font-size:1.15rem;font-weight:700;line-height:1.35;max-width:160px;margin:0 auto}.purity-header-block{text-align:center;max-width:800px;margin:0 auto}.purity-main-title{color:#006838;font-size:3.25rem;font-weight:800;letter-spacing:-.01em;margin-bottom:.75rem;line-height:1.2}.purity-sub-tagline{color:#374151;font-size:1.25rem;font-weight:400;line-height:1.6}@media(max-width:850px){.features-circle-grid{grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:3.5rem}.green-circle-icon-badge{width:90px;height:90px}.purity-main-title{font-size:2.25rem}.purity-sub-tagline{font-size:1.05rem}}@media(max-width:480px){.features-circle-grid{grid-template-columns:1fr;gap:1.75rem}}.who-we-are-section{width:100%;background-color:#fff;padding:4rem 0 6rem}.who-we-are-card-wrapper{display:grid;grid-template-columns:460px 1fr;gap:4rem;align-items:center;background-color:#f6f7f8;border-radius:28px;padding:2.5rem}.who-we-are-image-container{width:100%;height:580px;border-radius:24px;overflow:hidden;box-shadow:0 12px 30px #0000001f;background-color:#2b2b2b}.who-we-are-img{width:100%;height:100%;object-fit:cover;display:block}.who-we-are-content-container{display:flex;flex-direction:column;gap:1.75rem;position:relative;padding-right:1.5rem}.who-we-are-watermark-title{font-size:3.5rem;font-weight:800;color:#e2e5e9;letter-spacing:-.01em;margin-bottom:.25rem;line-height:1}.who-block{display:flex;flex-direction:column;gap:.4rem}.who-block-title{color:#006838;font-size:1.5rem;font-weight:700;letter-spacing:-.01em}.who-vision-subheading{color:#111827;font-size:1.05rem;font-weight:700}.who-block-text{color:#374151;font-size:1rem;line-height:1.65}.who-mission-list{list-style:none;display:flex;flex-direction:column;gap:.35rem;margin-top:.25rem}.who-mission-list li{display:flex;align-items:baseline;gap:.65rem;color:#374151;font-size:1rem;line-height:1.6}.bullet-dash{color:#6b7280;font-weight:700}@media(max-width:980px){.who-we-are-card-wrapper{grid-template-columns:1fr;gap:2.5rem;padding:1.75rem}.who-we-are-image-container{height:400px}.who-we-are-watermark-title{font-size:2.5rem}}.quality-green-banner-section{width:100%;background-color:#006838;padding:4.5rem 0 5.5rem;color:#fff;text-align:center}.quality-banner-header{max-width:800px;margin:0 auto 3.5rem;padding:0 1rem}.quality-banner-main-title{color:#fff;font-size:3rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase;margin-bottom:.85rem;line-height:1.1}.quality-banner-sub-title{color:#ffde00;font-size:1.5rem;font-weight:800;margin-bottom:.65rem;letter-spacing:-.01em}.quality-banner-description{color:#f3f4f6;font-size:1.05rem;font-weight:400;line-height:1.55;max-width:650px;margin:0 auto}.quality-pillars-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1140px;margin:0 auto;padding:0 1rem}.quality-pillar-card{display:flex;flex-direction:column;align-items:center;gap:1.25rem}.quality-pillar-img-wrapper{width:100%;aspect-ratio:1 / 1;border-radius:18px;overflow:hidden;box-shadow:0 6px 20px #00000040;background-color:#fff;transition:transform .3s cubic-bezier(.16,1,.3,1)}.quality-pillar-img-wrapper:hover{transform:translateY(-4px)}.quality-pillar-img{width:100%;height:100%;object-fit:cover;display:block}.quality-pillar-title{color:#fff;font-size:1.2rem;font-weight:700;line-height:1.35;text-align:center;max-width:200px}@media(max-width:900px){.quality-pillars-grid{grid-template-columns:repeat(2,1fr);gap:2rem 1.5rem}.quality-banner-main-title{font-size:2.25rem}.quality-banner-sub-title{font-size:1.25rem}}@media(max-width:480px){.quality-pillars-grid{grid-template-columns:1fr;max-width:320px}}
