@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,700&family=Outfit:wght@100;200;300;400;500;600;700;800;900&family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";:root{--clr-dark:#0c110a;--clr-dark-soft:#151c12;--clr-cream:#f7f3eb;--clr-cream-warm:#f0e8d8;--clr-gold:#c8a24d;--clr-gold-light:#dab96a;--clr-gold-dark:#a8852e;--clr-green:#2d5016;--clr-green-light:#3d6b1e;--clr-green-soft:#4a7a2e;--clr-accent:#8b6914;--clr-warm-brown:#6b4a1e;--clr-bg-primary:var(--clr-cream);--clr-bg-dark:var(--clr-dark);--clr-text-primary:var(--clr-dark);--clr-text-light:var(--clr-cream);--clr-text-muted:#0c110a99;--clr-text-muted-light:#f7f3eb99;--ff-display:"Playfair Display", serif;--ff-heading:"Outfit", sans-serif;--ff-body:"Inter", sans-serif;--space-xs:.5rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:2.5rem;--space-xl:4rem;--space-2xl:6rem;--space-3xl:8rem;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-xl:30px;--radius-full:9999px;--shadow-sm:0 2px 8px #0000000f;--shadow-md:0 4px 20px #0000001a;--shadow-lg:0 8px 40px #00000026;--shadow-gold:0 4px 30px #c8a24d40;--shadow-product:0 20px 60px #0000004d;--ease-out:cubic-bezier(.22, 1, .36, 1);--ease-spring:cubic-bezier(.34, 1.56, .64, 1);--duration-fast:.2s;--duration-normal:.4s;--duration-slow:.7s}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--ff-body);background:var(--clr-bg-primary);color:var(--clr-text-primary);line-height:1.7;overflow-x:hidden}a{color:inherit;transition:color var(--duration-fast) var(--ease-out);text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;border:none;outline:none;font-family:inherit}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{line-height:1.15}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--clr-cream)}::-webkit-scrollbar-thumb{background:var(--clr-gold);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--clr-gold-dark)}::selection{background:var(--clr-gold);color:var(--clr-dark)}.container{max-width:1280px;margin:0 auto;padding:0 clamp(1rem,4vw,3rem)}.section-pad{padding-top:clamp(4rem,8vw,8rem);padding-bottom:clamp(4rem,8vw,8rem)}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee-track{width:max-content;animation:30s linear infinite ticker;display:flex}.marquee-track:hover{animation-play-state:paused}@keyframes float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(5deg)}}@keyframes float-reverse{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(20px)rotate(-5deg)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #c8a24d33}50%{box-shadow:0 0 40px #c8a24d66}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes grain-fall{0%{opacity:0;transform:translateY(-10px)rotate(0)}50%{opacity:1}to{opacity:0;transform:translateY(10px)rotate(360deg)}}.text-hero{font-size:clamp(2.5rem,6vw,5rem);font-family:var(--ff-display);font-weight:700;line-height:1.05}.text-section{font-size:clamp(2rem,4vw,3.5rem);font-family:var(--ff-heading);font-weight:600;line-height:1.1}.text-subsection{font-size:clamp(1.25rem,2vw,1.75rem);font-family:var(--ff-heading);font-weight:500;line-height:1.3}.text-body-lg{font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.8}.text-label{font-size:.75rem;font-family:var(--ff-heading);text-transform:uppercase;letter-spacing:.2em;font-weight:600}.top-bar{background:var(--clr-green);color:#fff;text-align:center;letter-spacing:.04em;padding:.4rem 0;font-size:.75rem}.top-bar a{color:var(--clr-gold-light);font-weight:600}.navbar{z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f7f3ebeb;border-bottom:1px solid #0000000f;padding:.8rem 0;transition:box-shadow .3s;position:sticky;top:0}.navbar.scrolled{box-shadow:var(--shadow-md)}.nav-inner{justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;padding:0 clamp(1rem,4vw,3rem);display:flex}.nav-logo{font-family:var(--ff-display);color:var(--clr-green);letter-spacing:-.02em;align-items:center;gap:.6rem;font-size:1.4rem;font-weight:700;display:flex}.nav-logo .logo-icon{background:var(--clr-green);border-radius:50%;place-items:center;width:38px;height:38px;display:grid}.nav-logo .logo-icon svg{color:var(--clr-gold);width:22px;height:22px}.nav-links{gap:2.5rem;list-style:none;display:flex}.nav-links a{font-family:var(--ff-heading);text-transform:uppercase;letter-spacing:.08em;color:var(--clr-dark);opacity:.7;font-size:.85rem;font-weight:500;transition:all .3s}.nav-links a:hover{opacity:1;color:var(--clr-green)}.nav-cta{background:var(--clr-green);color:#fff;border-radius:var(--radius-full);font-family:var(--ff-heading);letter-spacing:.04em;transition:all .3s var(--ease-out);padding:.65rem 1.8rem;font-size:.85rem;font-weight:600}.nav-cta:hover{background:var(--clr-green-light);box-shadow:var(--shadow-md);transform:translateY(-2px)}.mobile-toggle{cursor:pointer;background:0 0;border:none;display:none}@media (width<=768px){.nav-links,.nav-cta{display:none}.mobile-toggle{display:block}}.hero{background:var(--clr-dark);align-items:center;min-height:92vh;display:flex;position:relative;overflow:hidden}.hero-bg{position:absolute;inset:0}.hero-bg img{object-fit:cover;opacity:.35;width:100%;height:100%}.hero-bg:after{content:"";background:linear-gradient(90deg,#0c110ad9 0%,#0c110a80 50%,#0c110a4d 100%);position:absolute;inset:0}.hero-content{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:3rem;width:100%;max-width:1280px;margin:0 auto;padding:0 clamp(1rem,4vw,3rem);display:grid;position:relative}.hero-text{color:var(--clr-cream)}.hero-tag{color:var(--clr-gold);border-radius:var(--radius-full);font-size:.7rem;font-family:var(--ff-heading);text-transform:uppercase;letter-spacing:.15em;background:#c8a24d26;border:1px solid #c8a24d4d;margin-bottom:1.5rem;padding:.4rem 1.2rem;font-weight:600;display:inline-block}.hero-title{font-family:var(--ff-display);margin-bottom:1.5rem;font-size:clamp(2.5rem,5.5vw,4.5rem);font-weight:700;line-height:1.05}.hero-title em{color:var(--clr-gold);font-style:italic}.hero-desc{opacity:.75;max-width:480px;margin-bottom:2rem;font-size:clamp(1rem,1.3vw,1.15rem);line-height:1.8}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.btn-primary{background:var(--clr-gold);color:var(--clr-dark);border-radius:var(--radius-full);font-family:var(--ff-heading);letter-spacing:.02em;transition:all .3s var(--ease-out);align-items:center;gap:.6rem;padding:.85rem 2.2rem;font-size:.9rem;font-weight:700;display:inline-flex}.btn-primary:hover{background:var(--clr-gold-light);box-shadow:var(--shadow-gold);transform:translateY(-2px)}.btn-outline{color:var(--clr-cream);border-radius:var(--radius-full);font-family:var(--ff-heading);transition:all .3s var(--ease-out);background:0 0;border:1.5px solid #f7f3eb4d;padding:.85rem 2.2rem;font-size:.9rem;font-weight:600}.btn-outline:hover{border-color:var(--clr-gold);color:var(--clr-gold)}.hero-product{justify-content:center;align-items:center;display:flex}.hero-product-img{filter:drop-shadow(0 20px 60px #00000080);width:100%;max-width:420px;animation:6s ease-in-out infinite float}@media (width<=768px){.hero-content{text-align:center;grid-template-columns:1fr}.hero-desc{margin:0 auto 2rem}.hero-actions{justify-content:center}.hero-product-img{max-width:280px}}.marquee{background:var(--clr-green);white-space:nowrap;padding:1rem 0;overflow:hidden}.marquee-track{gap:3rem;animation:25s linear infinite ticker;display:flex}.marquee-item{font-family:var(--ff-heading);color:var(--clr-cream);text-transform:uppercase;letter-spacing:.15em;flex-shrink:0;align-items:center;gap:1rem;font-size:.85rem;font-weight:500;display:flex}.marquee-dot{background:var(--clr-gold);border-radius:50%;width:6px;height:6px}.about{background:var(--clr-cream)}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2rem,5vw,5rem);display:grid}.about-img-wrap{border-radius:var(--radius-lg);aspect-ratio:4/5;position:relative;overflow:hidden}.about-img-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .8s var(--ease-out)}.about-img-wrap:hover img{transform:scale(1.05)}.about-img-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--clr-cream);border-radius:var(--radius-md);font-family:var(--ff-display);border-left:3px solid var(--clr-gold);background:#0c110acc;padding:1rem 1.5rem;font-size:1.1rem;font-style:italic;position:absolute;bottom:1.5rem;left:1.5rem}.about-text .text-label{color:var(--clr-gold-dark);margin-bottom:1rem}.about-text h2{margin-bottom:1.5rem}.about-text h2 em{color:var(--clr-green);font-family:var(--ff-display);font-style:italic}.about-text p{color:var(--clr-text-muted);margin-bottom:1.5rem}.about-stats{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem;display:grid}.stat-item{text-align:center;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#fff;padding:1.2rem}.stat-num{font-family:var(--ff-display);color:var(--clr-green);font-size:1.8rem;font-weight:700}.stat-label{text-transform:uppercase;letter-spacing:.1em;color:var(--clr-text-muted);margin-top:.25rem;font-size:.7rem}@media (width<=768px){.about-grid{grid-template-columns:1fr}.about-stats{grid-template-columns:repeat(3,1fr)}}.nutrition{background:var(--clr-dark);color:var(--clr-cream);position:relative;overflow:hidden}.nutrition-bg{opacity:.08;position:absolute;inset:0}.nutrition-bg img{object-fit:cover;width:100%;height:100%}.nutrition .container{z-index:2;position:relative}.nutrition-header{text-align:center;max-width:600px;margin:0 auto clamp(3rem,5vw,4rem)}.nutrition-header .text-label{color:var(--clr-gold)}.nutrition-header h2{margin-top:.8rem}.nutrition-header h2 em{color:var(--clr-gold);font-family:var(--ff-display);font-style:italic}.benefits-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.benefit-card{border-radius:var(--radius-lg);transition:all .4s var(--ease-out);background:#ffffff0a;border:1px solid #ffffff14;padding:2rem;position:relative;overflow:hidden}.benefit-card:before{content:"";background:linear-gradient(90deg,var(--clr-gold),var(--clr-gold-dark));height:3px;transition:transform .4s var(--ease-out);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.benefit-card:hover{background:#ffffff14;border-color:#c8a24d33;transform:translateY(-4px)}.benefit-card:hover:before{transform:scaleX(1)}.benefit-icon{border-radius:var(--radius-md);background:#c8a24d1f;place-items:center;width:48px;height:48px;margin-bottom:1.2rem;display:grid}.benefit-icon svg{color:var(--clr-gold);width:24px;height:24px}.benefit-card h4{font-family:var(--ff-heading);margin-bottom:.6rem;font-size:1.1rem;font-weight:600}.benefit-card p{opacity:.6;font-size:.88rem;line-height:1.7}@media (width<=768px){.benefits-grid{grid-template-columns:1fr}}.product-section{background:var(--clr-cream-warm);position:relative}.product-header{text-align:center;max-width:600px;margin:0 auto clamp(3rem,5vw,4rem)}.product-header .text-label{color:var(--clr-gold-dark)}.product-header h2 em{color:var(--clr-green);font-family:var(--ff-display);font-style:italic}.product-showcase{grid-template-columns:1fr 1.2fr;align-items:center;gap:clamp(2rem,5vw,5rem);display:grid}.product-visual{justify-content:center;display:flex;position:relative}.product-main-img{filter:drop-shadow(0 30px 60px #00000040);width:100%;max-width:380px;transition:transform .6s var(--ease-out)}.product-visual:hover .product-main-img{transform:scale(1.03)rotate(-1deg)}.product-float{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--clr-cream);border-radius:var(--radius-md);font-size:.75rem;font-family:var(--ff-heading);background:#0c110ad9;border:1px solid #c8a24d33;padding:.8rem 1.2rem;font-weight:500;position:absolute}.product-float.float-1{animation:4s ease-in-out infinite float;top:10%;right:0}.product-float.float-2{animation:5s ease-in-out infinite float-reverse;bottom:15%;left:0}.product-info h3{font-family:var(--ff-display);margin-bottom:1rem;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700}.product-info h3 em{color:var(--clr-green);font-style:italic}.product-info>p{color:var(--clr-text-muted);margin-bottom:2rem;font-size:1.05rem;line-height:1.8}.ingredient-list{flex-wrap:wrap;gap:.8rem;margin-bottom:2rem;display:flex}.ingredient-tag{border-radius:var(--radius-full);font-size:.8rem;font-family:var(--ff-heading);color:var(--clr-green);background:#fff;border:1px solid #2d50161f;padding:.5rem 1.2rem;font-weight:500;transition:all .2s}.ingredient-tag:hover{background:var(--clr-green);color:#fff}.product-price{font-family:var(--ff-display);color:var(--clr-green);margin-bottom:1.5rem;font-size:2rem;font-weight:700}.product-price span{color:var(--clr-text-muted);font-size:1rem;font-weight:400;font-family:var(--ff-body)}@media (width<=768px){.product-showcase{text-align:center;grid-template-columns:1fr}.product-info{order:-1}.ingredient-list{justify-content:center}}.how-to-use{background:var(--clr-cream)}.how-header{text-align:center;max-width:600px;margin:0 auto clamp(3rem,5vw,4rem)}.how-header .text-label{color:var(--clr-gold-dark)}.how-header h2 em{color:var(--clr-green);font-family:var(--ff-display);font-style:italic}.steps-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.step-card{text-align:center;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:all .4s var(--ease-out);background:#fff;padding:2.5rem 1.5rem;position:relative}.step-card:hover{box-shadow:var(--shadow-md);transform:translateY(-6px)}.step-num{font-family:var(--ff-display);color:#2d501614;margin-bottom:.5rem;font-size:3rem;font-weight:800;line-height:1}.step-card h4{font-family:var(--ff-heading);color:var(--clr-green);margin-bottom:.6rem;font-size:1.1rem;font-weight:600}.step-card p{color:var(--clr-text-muted);font-size:.88rem;line-height:1.7}@media (width<=768px){.steps-grid{grid-template-columns:1fr}}.testimonials{background:var(--clr-green);color:var(--clr-cream);position:relative;overflow:hidden}.testimonials-header{text-align:center;margin-bottom:clamp(2rem,4vw,3.5rem)}.testimonials-header .text-label{color:var(--clr-gold)}.testimonials-header h2 em{color:var(--clr-gold);font-family:var(--ff-display);font-style:italic}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.testimonial-card{border-radius:var(--radius-lg);background:#ffffff14;border:1px solid #ffffff1a;padding:2rem;transition:all .3s}.testimonial-card:hover{background:#ffffff1f;transform:translateY(-4px)}.testimonial-stars{color:var(--clr-gold);letter-spacing:.15em;margin-bottom:1rem;font-size:1rem}.testimonial-card p{opacity:.85;margin-bottom:1.2rem;font-size:.92rem;font-style:italic;line-height:1.7}.testimonial-author{font-family:var(--ff-heading);font-size:.85rem;font-weight:600}@media (width<=768px){.testimonials-grid{grid-template-columns:1fr}}.cta-section{justify-content:center;align-items:center;min-height:50vh;display:flex;position:relative;overflow:hidden}.cta-bg{position:absolute;inset:0}.cta-bg img{object-fit:cover;filter:brightness(.35);width:100%;height:100%}.cta-bg:after{content:"";background:linear-gradient(#0c110a80,#0c110ae6);position:absolute;inset:0}.cta-content{z-index:2;text-align:center;color:var(--clr-cream);max-width:650px;padding:0 1.5rem;position:relative}.cta-content h2{font-family:var(--ff-display);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:700}.cta-content h2 em{color:var(--clr-gold);font-style:italic}.cta-content p{opacity:.7;margin-bottom:2rem;font-size:1.05rem}.footer{background:var(--clr-dark);color:var(--clr-cream);padding:clamp(3rem,6vw,5rem) 0 1.5rem}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2.5rem;margin-bottom:3rem;display:grid}.footer-brand .nav-logo{color:var(--clr-cream);margin-bottom:1rem}.footer-brand p{opacity:.5;max-width:280px;font-size:.88rem;line-height:1.7}.footer h5{font-family:var(--ff-heading);text-transform:uppercase;letter-spacing:.1em;color:var(--clr-gold);margin-bottom:1.2rem;font-size:.85rem;font-weight:600}.footer ul li{margin-bottom:.6rem}.footer ul a{opacity:.5;font-size:.88rem;transition:all .2s}.footer ul a:hover{opacity:1;color:var(--clr-gold)}.footer-bottom{border-top:1px solid #ffffff0f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.footer-bottom p{opacity:.3;font-size:.75rem}.footer-social{gap:1rem;display:flex}.footer-social a{border:1px solid #ffffff1a;border-radius:50%;place-items:center;width:36px;height:36px;transition:all .3s;display:grid}.footer-social a:hover{border-color:var(--clr-gold);background:#c8a24d1a}.footer-social a svg{opacity:.5;width:16px;height:16px}@media (width<=768px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-bottom{text-align:center;flex-direction:column}}
