:root{--color-primary: #2E7D32;--color-primary-dark: #1B5E20;--color-primary-light: #4CAF50;--color-secondary: #FF8F00;--color-bg: #FAFAFA;--color-surface: #FFFFFF;--color-text: #1A1A1A;--color-text-light: #666666;--color-text-muted: #999999;--color-border: #E0E0E0;--font-sans: "Outfit", sans-serif;--font-size-hero: clamp(2.5rem, 5vw, 3.5rem);--font-size-h1: clamp(2rem, 4vw, 3rem);--font-size-h2: clamp(1.75rem, 3vw, 2.5rem);--font-size-h3: clamp(1.5rem, 2.5vw, 2rem);--font-size-h4: 1.25rem;--font-size-h5: 1.1rem;--hero-padding-y: 5rem;--hero-padding-x: 1rem;--hero-min-height: 70vh;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 2rem;--spacing-xl: 4rem;--spacing-2xl: 6rem;--radius-xs: 4px;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-2xl: 20px;--radius-full: 9999px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-sans);background-color:var(--color-bg);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer;border:none;background:none}img{max-width:100%;height:auto}.page-title{font-size:var(--font-size-h1);font-weight:700;color:var(--color-text);line-height:1.2;margin-bottom:1rem}.section-heading{font-size:var(--font-size-h2);font-weight:700;color:var(--color-text);line-height:1.2;margin-bottom:1rem}.subsection-heading{font-size:var(--font-size-h3);font-weight:700;color:var(--color-text);line-height:1.3;margin-bottom:.75rem}.hero-section{min-height:var(--hero-min-height);padding:var(--hero-padding-y) var(--hero-padding-x);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.hero-section>div{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;align-items:center;position:relative;z-index:1}.hero-image{width:100%;max-width:400px;aspect-ratio:1;background-color:#fff;border-radius:20px;overflow:hidden;box-shadow:0 15px 40px #00000026;margin:0 auto}.hero-image img{width:100%;height:100%;object-fit:cover}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;border-radius:var(--radius-md);font-weight:600;font-size:1rem;cursor:pointer;text-decoration:none;position:relative;border:none;font-family:var(--font-sans);letter-spacing:.5px;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.btn:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.1) 0%,transparent 50%);opacity:0;transition:opacity .3s ease}.btn:hover:before{opacity:1}.btn-primary{background:#000;color:#fff;box-shadow:0 4px 14px #0006}.btn-primary:hover{box-shadow:0 8px 24px #00000080;transform:translateY(-2px)}.btn-primary:active{transform:translateY(0);box-shadow:0 2px 8px #0006}.btn-secondary{background:#fff;color:#000;border:2px solid #000000;box-shadow:0 4px 14px #0000001a}.btn-secondary:hover{box-shadow:0 8px 24px #00000026;transform:translateY(-2px)}.btn-secondary:active{transform:translateY(0);box-shadow:0 2px 8px #0000001a}.btn-sm{padding:.625rem 1.25rem;font-size:.875rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;padding:1rem 0}.product-card{background-color:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000014;border:1px solid #e8e8e8;transition:box-shadow .3s ease}.product-card:hover{box-shadow:0 8px 30px #0000001f}.product-card-image{position:relative;height:280px;overflow:hidden}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-card-image img{transform:scale(1.05)}.product-category{position:absolute;top:1rem;left:1rem;background-color:var(--color-primary);color:#fff;padding:.4rem .8rem;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.product-gi-tag{position:absolute;top:calc(1rem + 40px);left:1rem;background-color:gold;color:#1a1a1a;padding:.4rem .8rem;border-radius:6px;font-size:.75rem;font-weight:700;text-transform:uppercase}.product-card-content{padding:1.5rem;display:flex;flex-direction:column}.product-card-title{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin-bottom:.75rem;line-height:1.3}.product-card-desc{font-size:.9rem;color:#666;line-height:1.6;margin-bottom:1.25rem;flex:1}.product-card-link{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem 1rem;background-color:#000;color:#fff;font-weight:600;font-size:.85rem;text-decoration:none;border-radius:8px;transition:all .3s ease;border:none;cursor:pointer}.product-card-link:hover{background-color:#333}.product-card-link svg{transition:transform .3s ease}.product-card-link:hover svg{transform:translate(4px)}@media(max-width:992px){.section{padding:var(--spacing-xl) 0}.section-title{font-size:2rem}}@media(max-width:768px){.hero-section{min-height:auto!important;padding:2rem 1rem!important;display:flex!important;flex-direction:column!important;justify-content:center!important}.contact-page .hero-section{min-height:auto!important;padding:2rem 1rem 3rem!important}.hero-section>div{padding-top:0!important}.home section:not(.hero-section),.about-page section:not(.hero-section),.product-page section:not(.hero-section),.process-page section:not(.hero-section),.contact-page section:not(.hero-section){padding:3rem 1rem!important}.hero-section>div{grid-template-columns:1fr!important;gap:2rem!important}.hero-section>div>div:last-child{order:-1}.hero-image{max-width:350px!important;aspect-ratio:1 / 1!important}.hero-image img{object-fit:cover!important}.hero-image .curcumin-badge{padding:.75rem 1rem!important;bottom:15px!important;left:15px!important}.hero-image .curcumin-badge>div:first-child{font-size:.65rem!important}.hero-image .curcumin-badge>div:last-child{font-size:1.25rem!important}.hero-section>div>div:first-child>div:last-child{grid-template-columns:1fr!important;gap:1rem!important}.hero-section>div>div:first-child>div:last-child>div{flex-direction:row!important;align-items:center!important;text-align:left!important}.about-page>section:nth-child(2)>div,.home>section:nth-child(2)>div{grid-template-columns:1fr!important;gap:2rem!important}.about-page>section:nth-child(2)>div>div:first-child,.home>section:nth-child(2)>div>div:first-child{order:1}.about-page>section:nth-child(3)>div>div:last-child{grid-template-columns:1fr!important}.home>section:nth-child(4)>div>.products-grid{grid-template-columns:1fr!important;gap:1.5rem!important}.product-page>section:nth-child(2)>div>div{grid-template-columns:1fr!important}.process-page>section:nth-child(2)>div>div{flex-direction:column!important}.process-page>section:nth-child(2)>div>div>div{width:100%!important;margin-bottom:2rem!important;text-align:left!important}.process-page>section:nth-child(2)>div>div>div>div{justify-content:flex-start!important}.process-page>section:nth-child(2)>div>div>div>div>div{margin-right:1rem!important;margin-left:0!important}.process-page>section:nth-child(2)>div>div>div>div>svg{margin-left:1rem!important;margin-right:0!important}.process-page>section:nth-child(4)>div>div{grid-template-columns:1fr!important;gap:2rem!important}.contact-page>div>div{grid-template-columns:1fr!important;gap:2rem!important}.section-title{font-size:1.75rem}h1{font-size:clamp(1.75rem,4vw,2.5rem)!important}p{font-size:1rem!important;max-width:100%!important}.btn{padding:.875rem 1.5rem;font-size:.9rem}.card{margin-bottom:1rem}.about-page>section:nth-child(3)>div>div:last-child>div{padding:1.5rem!important}.product-page>section:nth-child(4)>div>div>div{grid-template-columns:1fr!important}.process-page>section:nth-child(3)>div>div>div{grid-template-columns:1fr!important}.process-page>section:nth-child(2)>div>div:first-child{display:flex!important;flex-direction:column!important;align-items:center!important}footer{padding:3rem 1rem!important}footer h3{font-size:1.25rem!important}footer p{font-size:.9rem!important}}@media(max-width:480px){.product-card{min-width:0;width:100%}.product-card-image{height:200px!important}.product-card-content{padding:1rem!important}.product-card-title{font-size:1.1rem!important}.product-card-desc{font-size:.85rem!important}.hero-section{min-height:auto!important;padding:1.5rem .75rem!important}.contact-page .hero-section{min-height:auto!important;padding:1.5rem .75rem 2rem!important}.home section:not(.hero-section),.about-page section:not(.hero-section),.product-page section:not(.hero-section),.process-page section:not(.hero-section),.contact-page section:not(.hero-section){padding:2rem .75rem!important}.hero-image{max-width:280px!important;aspect-ratio:1 / 1!important}.hero-image .curcumin-badge{padding:.5rem .75rem!important;bottom:10px!important;left:10px!important}.hero-image .curcumin-badge>div:first-child{font-size:.6rem!important}.hero-image .curcumin-badge>div:last-child{font-size:1rem!important}.hero-section>div>div:first-child>div:last-child>div{padding:.75rem!important}.hero-section>div>div:first-child>div:last-child>div>div:first-child{width:40px!important;height:40px!important}.hero-section>div>div:first-child>div:last-child>div>div:last-child>div:first-child{font-size:1rem!important}.btn{padding:.75rem 1.25rem;font-size:.875rem}.badge{font-size:.75rem!important;padding:.375rem .75rem!important}header>div{padding:.5rem .75rem!important}header .logo-container{width:40px!important;height:40px!important}header .logo-text{font-size:1.1rem!important}header .logo-subtext{font-size:.55rem!important}.mobile-toggle{padding:.375rem!important}.mobile-toggle svg{width:22px!important;height:22px!important}}@media(max-width:991px){header>div{padding:.75rem 1rem!important}header .logo-text{font-size:1.2rem!important}header .logo-subtext{font-size:.6rem!important}.mobile-menu{padding:1rem!important}.mobile-menu a{padding:.75rem 1rem!important;font-size:1rem!important}}
