@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Inter:wght@300;400;600&display=swap);:root{--bg-main:#1b1513;--bg-secondary:#241d1a;--accent-gold:#d4af37;--accent-soft:#ffcc70;--text-light:#f7f3e9;--text-muted:#bfae94;--card-bg:#2a221f;--border-glow:#d4af374d}*{margin:0;padding:0}body{animation:breathe 6s ease-in-out infinite;background:linear-gradient(135deg,var(--bg-gradient-start) 0,var(--bg-gradient-end) 100%);background-attachment:fixed;font-family:Inter,sans-serif}body,h1,h2,h3,h4,h5,h6{color:var(--text-ivory)}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif}@keyframes floatUp{0%{opacity:0;transform:translateY(100vh) rotate(0deg)}10%{opacity:1}90%{opacity:1}to{opacity:0;transform:translateY(-100vh) rotate(1turn)}}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes pulseGlow{0%,to{box-shadow:0 0 20px #d4af37;box-shadow:0 0 20px var(--accent-gold)}50%{box-shadow:0 0 40px #d4af37;box-shadow:0 0 40px var(--accent-gold)}}@keyframes waveMove{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@keyframes breathe{0%,to{filter:brightness(1)}50%{filter:brightness(1.05)}}.particle-container{height:100%;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:1}.particle{animation:floatUp 15s linear infinite;background:#d4af37;background:var(--accent-gold);border-radius:50%;height:4px;position:absolute;width:4px}.particle:nth-child(2){animation-delay:2s;left:10%}.particle:nth-child(3){animation-delay:4s;left:20%}.particle:nth-child(4){animation-delay:6s;left:30%}.particle:nth-child(5){animation-delay:8s;left:40%}.particle:nth-child(6){animation-delay:10s;left:50%}.particle:nth-child(7){animation-delay:12s;left:60%}.particle:nth-child(8){animation-delay:14s;left:70%}.particle:nth-child(9){animation-delay:16s;left:80%}.particle:nth-child(10){animation-delay:18s;left:90%}.page-transition{animation:fadeInPage 1s ease-out}body:after{background:radial-gradient(circle,#d4af37 0,#0000 70%);background:radial-gradient(circle,var(--accent-gold) 0,#0000 70%);border-radius:50%;content:"";height:20px;left:0;opacity:0;pointer-events:none;position:fixed;top:0;transform:translate(-50%,-50%);transition:opacity .1s ease;width:20px;z-index:9999}body:hover:after{opacity:.6}.navbar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:var(--glass-bg);border-bottom:1px solid var(--glass-border);box-shadow:0 4px 20px var(--shadow-brown);transition:all .3s ease}.navbar-hidden{transform:translateY(-100%)}.logo{cursor:pointer;font-family:Cormorant Garamond,serif;transition:color .3s ease,text-shadow .3s ease}.logo:hover{color:#d4af37;color:var(--accent-gold);text-shadow:0 0 8px #d4af3780}.nav-menu{align-items:center;display:flex}.nav-links{margin:0;padding:0}.nav-links li a{color:var(--text-ivory);transition:all .3s ease}.nav-links li a:after{background:linear-gradient(90deg,#d4af37,#0000);background:linear-gradient(90deg,var(--accent-gold),#0000)}.hamburger{background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;height:30px;justify-content:space-around;margin-left:1rem;padding:0;width:30px}.hamburger-line{background:var(--text-ivory);border-radius:2px;height:3px;transform-origin:center;transition:all .3s ease;width:30px}.hamburger-line.open:first-child{transform:rotate(45deg) translate(6px,6px)}.hamburger-line.open:nth-child(2){opacity:0}.hamburger-line.open:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.hero,.kits-hero{align-items:center;animation:gradientShift 10s ease infinite;background:linear-gradient(135deg,var(--bg-gradient-start) 0,var(--bg-gradient-end) 100%);display:flex;height:100vh;justify-content:center;overflow:hidden;position:relative;text-align:center}.hero:before,.kits-hero:before{animation:waveMove 20s linear infinite;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ctext x='50' y='50' text-anchor='middle' fill='%23E9C46A' opacity='.1' font-size='20'%3Eॐ%3C/text%3E%3C/svg%3E") repeat;bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.hero-content,.kits-hero .hero-content{max-width:700px;padding:2rem;position:relative;z-index:2}.hero h1,.kits-hero h1{animation:breathe 4s ease-in-out infinite;color:var(--text-ivory);font-size:4rem;margin-bottom:1rem;text-shadow:0 0 20px #d4af37;text-shadow:0 0 20px var(--accent-gold)}.hero p,.kits-hero p{color:var(--secondary-beige);font-size:1.4rem;margin-bottom:2rem;opacity:.9}.hero-buttons,.kits-hero .hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.hero-buttons button,.kits-hero button{animation:gradientShift 3s ease infinite;background:linear-gradient(45deg,#d4af37,var(--secondary-beige));background:linear-gradient(45deg,var(--accent-gold),var(--secondary-beige));background-size:200% 200%;border-radius:50px;box-shadow:0 4px 15px var(--shadow-brown);color:var(--bg-gradient-start);font-size:1.1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.hero-buttons button:hover,.kits-hero button:hover{animation:pulseGlow 1s ease-in-out infinite;transform:scale(1.05)}.hero-background .hero{background:none}.hero-background .hero:before{display:none}.animated-divider{animation:waveMove 10s linear infinite;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0 60c300 40 900-40 1200 0v60H0Z' fill='%23E9C46A' opacity='.3'/%3E%3C/svg%3E") no-repeat bottom;background-size:cover;height:50px;margin:2rem 0}.card,.product-card,.testimonial-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:20px;box-shadow:0 8px 32px var(--shadow-brown);overflow:hidden;padding:2rem;position:relative;text-align:center;transition:all .4s ease}.card:before,.product-card:before,.testimonial-card:before{background:linear-gradient(90deg,#0000,#e9c46a33,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.card:hover,.product-card:hover,.testimonial-card:hover{box-shadow:0 20px 40px var(--shadow-brown);transform:translateY(-10px) scale(1.02)}.card:hover:before,.product-card:hover:before,.testimonial-card:hover:before{left:100%}.product-card img,.testimonial-card img{border-radius:15px;height:200px;margin-bottom:1rem;object-fit:cover;width:100%}.card h3,.product-card h3,.testimonial-card h4{color:var(--text-ivory);font-weight:600;margin:1rem 0}.card p,.product-card p,.testimonial-card p{color:#d4af37;color:var(--accent-gold);margin-bottom:1rem}.card button,.product-card button{animation:gradientShift 3s ease infinite;background:linear-gradient(45deg,#d4af37,var(--secondary-beige));background:linear-gradient(45deg,var(--accent-gold),var(--secondary-beige));background-size:200% 200%;border-radius:30px;color:var(--bg-gradient-start);font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.card button:hover,.product-card button:hover{animation:pulseGlow 1s ease-in-out infinite;transform:scale(1.05)}.book-section,.cta-banner,.herbal-section,.kit-detail-section,.kits-section,.testimonials{background:#f9f5f0;overflow:hidden;padding:6rem 2rem;position:relative}.book-section h2,.cta-banner h2,.herbal-section h2,.kit-detail-section h2,.kits-section h2,.testimonials h2{color:#3e2a1f;font-size:3rem;font-weight:700;margin-bottom:3rem;text-align:center}.herbal-section{background:#f0ede6;padding:5rem 2rem}.card-grid,.herbs-grid,.kits-grid,.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px}.herbs-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.trust-ribbon{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:var(--glass-bg);border-bottom:1px solid var(--glass-border);border-top:1px solid var(--glass-border);box-shadow:0 4px 20px var(--shadow-brown);padding:1.5rem 2rem}.trust-container{flex-wrap:wrap}.trust-item{color:var(--text-ivory)}@keyframes shimmerLine{0%{box-shadow:0 0 5px #f5d97a}50%{box-shadow:0 0 20px #f5d97a,0 0 30px #f5d97a}to{box-shadow:0 0 5px #f5d97a}}@keyframes iconPulse{0%,to{box-shadow:0 0 10px #f5d97a;transform:scale(1)}50%{box-shadow:0 0 20px #f5d97a;transform:scale(1.1)}}@keyframes iconPulseMobile{0%,to{box-shadow:0 0 5px #f5d97a;transform:scale(1)}50%{box-shadow:0 0 10px #f5d97a;transform:scale(1.05)}}@keyframes shimmerLineMobile{0%{box-shadow:0 0 2px #f5d97a}50%{box-shadow:0 0 10px #f5d97a,0 0 15px #f5d97a}to{box-shadow:0 0 2px #f5d97a}}@keyframes fadeInFooter{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.footer-container{animation:fadeInFooter 1s ease-out;background:linear-gradient(135deg,#1a120b,#2a2017);overflow:hidden;padding:4rem 2rem;position:relative}.footer-container:before{background:radial-gradient(circle at top,#f5d97a14,#0000 70%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.animated-divider{animation:shimmerLine 3s ease-in-out infinite;background:linear-gradient(90deg,#f5d97a33,#e6c87b80,#f5d97a33);height:2px;margin-bottom:2rem;width:100%}.main-footer{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr 1fr;margin:0 auto;max-width:1200px;position:relative;z-index:2}.footer-brand h2{color:#e6c87b;font-family:Playfair Display,serif;font-size:2.5rem;margin-bottom:.5rem;text-shadow:0 0 10px #e6c87b26}.footer-brand p{color:#c7b58c;font-size:1rem}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-links a{color:#c7b58c;position:relative;text-decoration:none;transition:all .3s ease}.footer-links a:hover{color:#f5d97a}.footer-links a:after{background:#f5d97a;bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.footer-links a:hover:after{box-shadow:0 0 10px #f5d97a;width:100%}.footer-connect p{color:#c7b58c;font-weight:500;margin-bottom:1rem}.social-icons{gap:1rem}.social-icons a{animation:iconPulse 2s ease-in-out infinite;color:#c7b58c;font-size:1.5rem;transition:all .3s ease}.social-icons a:hover{animation:iconPulse .5s ease-in-out infinite;color:#f5d97a}.mantra-bg{align-items:center;animation:mantraFlow 20s linear infinite;color:#f5d97a;display:flex;font-size:2rem;height:100%;justify-content:center;left:0;opacity:.07;pointer-events:none;position:absolute;top:0;white-space:nowrap;width:100%;z-index:1}.bottom-bar{margin-top:2rem;position:relative;text-align:center;z-index:2}.bottom-bar hr{background:linear-gradient(90deg,#f5d97a33,#e6c87b80,#f5d97a33);border:0;height:1px;margin-bottom:1rem}.bottom-bar p{color:#c7b58c;font-size:.9rem;opacity:.8}@media (max-width:768px){.main-footer{grid-template-columns:1fr;text-align:center}.footer-links{align-items:center}.social-icons{justify-content:center}.social-icons a{animation:iconPulseMobile 2s ease-in-out infinite}.social-icons a:hover{animation:iconPulseMobile .5s ease-in-out infinite}.animated-divider{animation:shimmerLineMobile 3s ease-in-out infinite}}@media (max-width:1024px){.main-footer{grid-template-columns:1fr 1fr}}.kit-detail-content{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:var(--glass-bg);border:1px solid var(--glass-border);gap:3rem;padding:3rem}.kit-detail-content,.kit-image{border-radius:20px;box-shadow:0 8px 32px var(--shadow-brown)}.kit-image{height:400px;width:500px}.kit-info h1{color:var(--text-ivory);font-size:3rem;text-shadow:0 0 15px #d4af37;text-shadow:0 0 15px var(--accent-gold)}.kit-info .price{color:var(--accent-gold);font-size:2rem;font-weight:700;margin-bottom:1rem}.kit-info .occasion{color:var(--secondary-beige);font-style:italic;margin-bottom:1.5rem}.kit-info .description{color:var(--text-ivory);line-height:1.8;margin-bottom:2rem}.total-items{font-weight:700}.included-title,.total-items{color:#d4af37;color:var(--accent-gold)}.included-title{border-bottom:2px solid #d4af37;border-bottom:2px solid var(--accent-gold);display:inline-block;margin-top:1rem;padding-bottom:.25rem}.items-list li{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:15px;color:var(--text-ivory);padding:.75rem;transition:all .3s ease}.items-list li:hover{background:#d4af37;background:var(--accent-gold);color:var(--bg-gradient-start);transform:translateX(10px)}.back-btn,.order-btn{border-radius:50px;box-shadow:0 4px 15px var(--shadow-brown);font-size:1.1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.back-btn{background:var(--secondary-beige)}.back-btn,.back-btn:hover{color:var(--bg-gradient-start)}.back-btn:hover{animation:pulseGlow 1s ease-in-out infinite;background:#d4af37;background:var(--accent-gold)}.order-btn{animation:gradientShift 3s ease infinite;background:linear-gradient(45deg,#d4af37,var(--secondary-beige));background:linear-gradient(45deg,var(--accent-gold),var(--secondary-beige));background-size:200% 200%;color:var(--bg-gradient-start)}.order-btn:hover{animation:pulseGlow 1s ease-in-out infinite;transform:scale(1.05)}.contact-page{background:linear-gradient(180deg,#fff8ec 0,#f4e9d8);color:#3e2a1f;min-height:100vh}.contact-hero{background:linear-gradient(135deg,#fff8ec,#fde6b8);padding:5rem 2rem;text-align:center}.contact-hero h1{color:#c77b30;font-size:2.6rem;font-weight:700;margin-bottom:1rem}.contact-hero p{color:#5c432a;font-size:1.1rem;margin:0 auto;max-width:600px}.contact-section{padding:4rem 2rem}.contact-container{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1000px}.contact-form,.contact-info{background:#fff8ec;border:1px solid #f1d5a5;border-radius:15px;box-shadow:0 8px 20px #0000001a;padding:2rem}.contact-form h2,.contact-info h2{color:#c77b30;margin-bottom:1.5rem;text-align:center}.form-group{margin-bottom:1rem}.form-group label{color:#5c432a;display:block;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group textarea{background:#fff;border:1px solid #e6a74e;border-radius:8px;color:#3e2a1f;font-size:1rem;padding:.75rem;width:100%}.form-group textarea{resize:vertical}.submit-btn{background:#c77b30;border:none;border-radius:8px;color:#fff8ec;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem;transition:background .3s ease;width:100%}.submit-btn:hover{background:#a67c52}.info-item{margin-bottom:1.5rem}.info-item h3{color:#c77b30;margin-bottom:.5rem}.info-item p{color:#5c432a}.about-hero{background:linear-gradient(135deg,#fff8ec,#fde6b8);padding:5rem 2rem;text-align:center}.about-hero h1{color:#c77b30;font-size:2.8rem;font-weight:700;margin-bottom:1rem}.accent-text{color:#e6a74e}.about-hero p{color:#5c432a;font-size:1.1rem;margin:0 auto;max-width:700px}.about-section{padding:4rem 2rem;text-align:center}.about-section h2{color:#c77b30;font-size:2rem;margin-bottom:2rem}.herbs-hero{background:linear-gradient(135deg,#fff8ec,#fde6b8);padding:5rem 2rem 3rem;text-align:center}.herbs-hero h1{color:#c77b30;font-size:2.6rem;font-weight:700;margin-bottom:1rem}.herbs-hero p{color:#5c432a;font-size:1.1rem;margin:0 auto 2rem;max-width:600px}.herbs-search{background:#fff;border:1px solid #e6a74e;border-radius:6px;box-shadow:0 2px 6px #0000001a;color:#3e2a1f;font-size:1rem;padding:.7rem 1rem;width:300px}.herbs-section{padding:3rem 2rem}.herbs-grid-container{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin:0 auto;max-width:1200px}.herb-card{background:#fff8ec;border:1px solid #f1d5a5;border-radius:15px;box-shadow:0 8px 20px #0000001a;padding:1.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.herb-card img{border-radius:10px;height:200px;margin-bottom:1rem;object-fit:cover;width:100%}.herb-card h3{color:#3e2a1f;margin:1rem 0 .5rem}.herb-card p{color:#d4af37;font-weight:600;margin-bottom:1rem}.herb-card-buttons{display:flex;gap:.5rem;justify-content:center}.order-btn,.view-details-btn{border:none;border-radius:5px;cursor:pointer;font-weight:700}.view-details-btn{background:#c77b30}.order-btn{background:#e6a74e;color:#fff}.modal-overlay{animation:fadeInPage .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#3e1f1fcc}.modal-content{animation:fadeInPage .4s ease;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:20px;box-shadow:0 20px 40px var(--shadow-brown);max-width:600px;padding:3rem}@media (max-width:768px){.hero h1,.kits-hero h1{font-size:2.5rem}.hero p,.kits-hero p{font-size:1.1rem}.card-grid,.herbs-grid,.kits-grid,.testimonials-grid{grid-template-columns:1fr}.kit-detail-content{align-items:center;flex-direction:column}.kit-image{max-width:400px;width:100%}.detail-buttons,.footer-content{flex-direction:column}.footer-content{text-align:center}.trust-container{flex-direction:column;gap:1rem}.hero-buttons,.kits-hero .hero-buttons{align-items:center;flex-direction:column}}@media (min-width:769px) and (max-width:1024px){.card-grid,.herbs-grid-container,.kits-grid,.testimonials-grid{grid-template-columns:repeat(2,1fr)}}.card-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem}.card{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#fff9;border:1px solid #d4af374d;border-radius:12px;box-shadow:0 4px 10px #0000001a;padding:1.5rem;transition:all .3s ease}.card:hover{box-shadow:0 6px 20px #d4af3766;transform:translateY(-4px)}.price{color:#d4af37;font-weight:700}.nri-banner{background:#f4e9d8;padding:4rem 2rem;text-align:center}.how-it-works ol{line-height:2;list-style:decimal;margin:0 auto;max-width:400px;padding-left:1rem;text-align:left}.fade-in{opacity:0;transform:translateY(20px);transition:opacity .8s ease,transform .8s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.final-cta{background:#f4e9d8;padding:4rem 2rem}.trust-strip{background:#f4e9d8;font-size:.95rem;font-weight:600;padding:1rem;text-align:center}@media (max-width:768px){.hero h1{font-size:1.8rem}.hero p{font-size:1rem}.card-grid{grid-template-columns:1fr}}.modal-overlay{align-items:center;animation:fadeIn .3s ease;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:999}.modal-content{animation:slideUp .4s ease;background:#fff8ec;border:1px solid #d4af3766;border-radius:12px;box-shadow:0 6px 20px #0003;max-width:500px;padding:2rem;text-align:center;width:90%}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.page-transition{opacity:1;transition:opacity .6s ease-in-out}@keyframes fadeInPage{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.navbar{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffb3;box-shadow:0 4px 20px #d4af371a;transition:box-shadow .3s ease}.navbar:hover{box-shadow:0 4px 30px #d4af3733}.divider{background:linear-gradient(90deg,#0000,#d4af37,#0000);border-radius:2px;height:2px;margin:1rem auto 2rem;width:80px}body{background-color:#fff8ec;color:#3e2a1f;font-family:Poppins,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Cormorant Garamond,serif}a{color:inherit;text-decoration:none}button{border:none;cursor:pointer;font-family:inherit;outline:none}.fade-in{animation:fadeIn 1s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.glow{transition:box-shadow .3s ease}.glow:hover{box-shadow:0 0 20px #d4af3780}.scale{transition:transform .3s ease}.scale:hover{transform:scale(1.05)}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f4e9d8cc;border-bottom:1px solid #d4af37;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}.navbar-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px}.logo{color:#3e2a1f;font-size:1.5rem;font-weight:700}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links li a{color:#3e2a1f;font-weight:400;position:relative}.nav-links li a:after{background:#d4af37;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-links li a:hover:after{width:100%}.hero{align-items:center;background:linear-gradient(135deg,#f4e9d8,#fff8ec);display:flex;height:80vh;justify-content:center;overflow:hidden;position:relative;text-align:center}.hero:before{animation:smoke 10s linear infinite;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='2' fill='%23D4AF37' opacity='.1'/%3E%3C/svg%3E") repeat;bottom:0;content:"";left:0;position:absolute;right:0;top:0}@keyframes smoke{0%{transform:translateY(100vh)}to{transform:translateY(-100vh)}}.hero-content{max-width:600px;padding:2rem;z-index:1}.hero h1{color:#3e2a1f;font-size:3rem;margin-bottom:1rem}.hero p{color:#a67c52;font-size:1.2rem;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem;justify-content:center}.hero-buttons button{background:#d4af37;border-radius:25px;color:#3e2a1f;font-weight:600;padding:.75rem 1.5rem;transition:background .3s ease}.hero-buttons button:hover{background:#a67c52}.trust-ribbon{background:#f4e9d8;box-shadow:0 2px 10px #0000001a;padding:1rem 2rem}.trust-container{display:flex;justify-content:space-around;margin:0 auto;max-width:1200px}.trust-item{align-items:center;color:#3e2a1f;display:flex;font-weight:500;gap:.5rem}.product-card{background:#fff8ec;border-radius:15px;box-shadow:0 4px 15px #0000001a;overflow:hidden;padding:1rem;text-align:center}.product-card img{border-radius:10px;height:200px;object-fit:cover;width:100%}.product-card h3{color:#3e2a1f;margin:1rem 0 .5rem}.product-card p{color:#d4af37;font-weight:600;margin-bottom:1rem}.product-card button{background:#d4af37;border-radius:20px;color:#3e2a1f;font-weight:600;padding:.5rem 1rem}.product-card button:hover{background:#a67c52}.herbal-section,.kits-section{background:#fff8ec;padding:4rem 2rem}.herbal-section h2,.kits-section h2{color:#3e2a1f;margin-bottom:2rem;text-align:center}.herbs-grid,.kits-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1200px}.herbs-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.book-section{background:#f4e9d8;padding:4rem 2rem;text-align:center}.book-section h2{color:#3e2a1f;margin-bottom:1rem}.book-section p{color:#a67c52;margin-bottom:2rem}.book-section button{background:#d4af37;border-radius:25px;color:#3e2a1f;font-weight:600;padding:.75rem 1.5rem}.book-section button:hover{background:#a67c52}.testimonials{background:#f4e9d8;padding:4rem 2rem}.testimonials h2{color:#3e2a1f;margin-bottom:2rem;text-align:center}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1200px}.testimonial-card{background:#fff8ec;border-radius:15px;box-shadow:0 4px 15px #0000001a;padding:1.5rem;text-align:center}.testimonial-card img{border-radius:50%;height:60px;margin-bottom:1rem;width:60px}.testimonial-card p{color:#a67c52;font-style:italic;margin-bottom:1rem}.testimonial-card h4{color:#3e2a1f}.cta-banner{background:#a67c52;color:#fff8ec;padding:4rem 2rem;text-align:center}.cta-banner h2{margin-bottom:2rem}.cta-banner button{background:#d4af37;border-radius:25px;color:#3e2a1f;font-weight:600;padding:.75rem 1.5rem}.cta-banner button:hover{background:#fff8ec}.footer{background:#f4e9d8;color:#3e2a1f;padding:2rem}.footer-content{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin:0 auto;max-width:1200px}.footer-logo h3{margin-bottom:.5rem}.footer-social a{color:#d4af37;margin-right:1rem}.footer-contact p{margin:.5rem 0}.copyright{color:#a67c52;margin-top:2rem;text-align:center}hr{border:1px solid #d4af37;margin:2rem 0}.container{padding:0 2rem}.kits-hero{align-items:center;background:linear-gradient(135deg,#f4e9d8,#fff8ec);display:flex;height:60vh;justify-content:center;overflow:hidden;position:relative;text-align:center}.kits-hero:before{animation:smoke 10s linear infinite;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='2' fill='%23D4AF37' opacity='.1'/%3E%3C/svg%3E") repeat;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.kits-hero .hero-content{max-width:600px;padding:2rem;z-index:1}.kits-hero h1{color:#3e2a1f;font-size:2.5rem;margin-bottom:1rem}.kits-hero p{color:#a67c52;font-size:1.2rem;margin-bottom:2rem}.kits-hero button{background:#d4af37;border-radius:25px;color:#3e2a1f;font-weight:600;padding:.75rem 1.5rem;transition:background .3s ease}.kits-hero button:hover{background:#a67c52}.card-buttons{display:flex;gap:.5rem;justify-content:center;margin-top:1rem}.order-btn,.view-details-btn{border-radius:20px;font-weight:600;padding:.5rem 1rem;transition:background .3s ease}.view-details-btn{background:#a67c52;color:#fff8ec}.view-details-btn:hover{background:#3e2a1f}.order-btn{background:#d4af37;color:#3e2a1f}.order-btn:hover{background:#a67c52}.kit-detail-section{background:#fff8ec;padding:4rem 2rem}.kit-detail-content{align-items:flex-start;display:flex;gap:2rem;margin:0 auto;max-width:1200px}.kit-image{border-radius:15px;box-shadow:0 4px 15px #0000001a;height:300px;object-fit:cover;width:400px}.kit-info{flex:1 1}.kit-info h1{color:#3e2a1f;font-size:2.5rem;margin-bottom:1rem}.kit-info .price{color:#d4af37;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.kit-info .occasion{color:#a67c52;margin-bottom:1rem}.kit-info .description{color:#3e2a1f;margin-bottom:1rem}.items-list{list-style:none;margin-bottom:2rem;padding:0}.items-list li{background:#f4e9d8;border-radius:10px;color:#3e2a1f;margin-bottom:.5rem;padding:.5rem}.detail-buttons{display:flex;gap:1rem}.back-btn{background:#a67c52;border-radius:25px;color:#fff8ec;font-weight:600;padding:.75rem 1.5rem;transition:background .3s ease}.back-btn:hover{background:#3e2a1f}@media (max-width:768px){.kit-detail-content{align-items:center;flex-direction:column}.kit-image{max-width:400px;width:100%}.detail-buttons{flex-direction:column}}.herbs-grid-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));justify-items:center}@media (max-width:768px){.herbs-grid-container{grid-template-columns:1fr}.hero-banner h1{font-size:2rem!important}.hero-banner p{font-size:1rem!important}}@media (min-width:769px) and (max-width:1024px){.herbs-grid-container{grid-template-columns:repeat(2,1fr)}}.fade-in-soft{opacity:0;transform:translateY(25px);transition:opacity 1.2s ease,transform 1.2s ease}.fade-in-soft.visible{opacity:1;transform:translateY(0)}@keyframes goldGlow{0%{text-shadow:0 0 5px #d4af3733}50%{text-shadow:0 0 15px #d4af3799}to{text-shadow:0 0 5px #d4af3733}}.accent-glow,h1 span{animation:goldGlow 3s ease-in-out infinite}:root{--saffron:#e67e22;--gold-text:#b8860b;--bg-cream:#fffbf2;--divider-color:#e0d5c1;--text-main:#4a4a4a;--text-muted:#7a7a7a}.satvik-footer{background-color:#fffbf2;background-color:var(--bg-cream);border-top:4px solid #e67e22;border-top:4px solid var(--saffron);color:#4a4a4a;color:var(--text-main);font-family:Poppins,sans-serif;padding:60px 0 20px;position:relative}.satvik-footer:before{background:radial-gradient(circle at top,#fff 0,#0000 70%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.footer-main-content{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1.5fr 1fr 1fr 1fr;margin:0 auto;max-width:1200px;padding:0 20px;position:relative;z-index:1}.footer-logo{color:#e67e22;color:var(--saffron);font-family:Cinzel,serif;font-size:2.2rem;font-weight:700;margin-bottom:15px}.brand-tagline{color:#7a7a7a;color:var(--text-muted);font-size:.95rem;line-height:1.6;margin-bottom:20px}.footer-section h3{color:#b8860b;color:var(--gold-text);font-size:1.1rem;font-weight:600;letter-spacing:1px;margin-bottom:20px;text-transform:uppercase}.footer-section ul li{list-style:none;margin-bottom:12px}.footer-section ul li a{color:#4a4a4a;color:var(--text-main);font-size:.95rem;text-decoration:none;transition:.3s}.footer-section ul li a:hover{color:#e67e22;color:var(--saffron);padding-left:8px}.contact-mini{color:#7a7a7a;color:var(--text-muted);display:flex;flex-direction:column;font-size:.9rem;gap:10px}.contact-mini span{align-items:center;display:flex;gap:8px}.social-icons{display:flex;gap:15px;margin-top:15px}.social-icons a{align-items:center;background:#fdf2e9;border:1px solid #e0d5c1;border:1px solid var(--divider-color);border-radius:50%;color:#4a4a4a;color:var(--text-main);display:flex;font-size:1.3rem;height:42px;justify-content:center;transition:.3s ease;width:42px}.social-icons a:hover{box-shadow:0 5px 15px #e67e2233;color:#fff;transform:translateY(-5px)}.social-icons a.wa:hover{background:#25d366;border-color:#25d366}.social-icons a.ig:hover{background:#e4405f;border-color:#e4405f}.social-icons a.yt:hover{background:#cd201f;border-color:#cd201f}.footer-mantra-divider{align-items:center;display:flex;justify-content:center;margin:50px 0 30px}.mantra-text{color:#b8860b;color:var(--gold-text);font-family:Cinzel,serif;font-size:1.3rem;opacity:.8;padding:0 25px}.line{background:linear-gradient(90deg,#0000,#e0d5c1,#0000);background:linear-gradient(90deg,#0000,var(--divider-color),#0000);flex:1 1;height:1px}.footer-bottom{border-top:1px solid #e0d5c1;border-top:1px solid var(--divider-color);margin-top:20px;padding-top:25px}.bottom-content{align-items:center;display:flex;font-size:.85rem;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.bottom-content,.legal-links a{color:#7a7a7a;color:var(--text-muted)}.legal-links a{margin-left:20px;text-decoration:none}.legal-links a:hover{text-decoration:underline}@media (max-width:768px){.footer-main-content{grid-template-columns:1fr;text-align:center}.contact-mini{align-items:center}.social-icons{justify-content:center}.bottom-content{flex-direction:column;gap:15px}}*{box-sizing:border-box}img{height:auto;max-width:100%}button{font-size:1rem;min-height:44px;padding:.75rem 1.5rem}.hero-background{background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important}body{font-size:16px}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}@media (max-width:1024px){.navbar-container{padding:1rem}.nav-links{gap:1.5rem}}@media (max-width:768px){.navbar{padding:.75rem 1rem}.navbar-container{position:relative}.logo{font-size:1.25rem}.hamburger{display:flex}.nav-links{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:var(--glass-bg);border:1px solid var(--glass-border);border-top:none;box-shadow:0 4px 20px var(--shadow-brown);flex-direction:column;gap:0;left:0;max-height:0;overflow:hidden;padding:1rem 0;position:absolute;right:0;top:100%;transition:max-height .3s ease}.nav-links.nav-links-open,.navbar:not(.navbar-hidden) .nav-links{max-height:300px}.nav-links li{text-align:center;width:100%}.nav-links li a{border-bottom:1px solid #ffffff1a;display:block;padding:.75rem 1rem}.nav-links li a:hover{background:#d4af371a}.nav-links li:last-child a{border-bottom:none}}@media (max-width:480px){.navbar{padding:.5rem .75rem}.logo{font-size:1.1rem}.nav-links li a{font-size:.9rem;padding:.6rem 1rem}}@media (max-width:1024px){.hero,.kits-hero{height:80vh}.hero-content,.kits-hero .hero-content{max-width:600px;padding:1.5rem}.hero h1,.kits-hero h1{font-size:3rem}.hero p,.kits-hero p{font-size:1.2rem}}@media (max-width:768px){.hero,.kits-hero{height:70vh;text-align:center}.hero-content,.kits-hero .hero-content{padding:1rem}.hero h1,.kits-hero h1{font-size:2rem}.hero p,.kits-hero p{font-size:1rem}.hero-buttons,.kits-hero .hero-buttons{flex-direction:column;gap:.75rem}.hero-buttons button,.kits-hero button{margin:0 auto;max-width:300px;width:100%}}@media (max-width:480px){.hero,.kits-hero{height:60vh}.hero h1,.kits-hero h1{font-size:1.75rem}.hero p,.kits-hero p{font-size:.9rem}.hero-buttons button,.kits-hero button{font-size:.9rem;padding:.6rem 1.2rem}}@media (max-width:1024px){.book-section,.cta-banner,.herbal-section,.kit-detail-section,.kits-section,.testimonials{padding:4rem 1.5rem}.book-section h2,.cta-banner h2,.herbal-section h2,.kit-detail-section h2,.kits-section h2,.testimonials h2{font-size:2.5rem}}@media (max-width:768px){.book-section,.cta-banner,.herbal-section,.kit-detail-section,.kits-section,.testimonials{padding:3rem 1rem}.book-section h2,.cta-banner h2,.herbal-section h2,.kit-detail-section h2,.kits-section h2,.testimonials h2{font-size:2rem}}@media (max-width:480px){.book-section,.cta-banner,.herbal-section,.kit-detail-section,.kits-section,.testimonials{padding:2rem .75rem}.book-section h2,.cta-banner h2,.herbal-section h2,.kit-detail-section h2,.kits-section h2,.testimonials h2{font-size:1.75rem}}@media (max-width:1024px){.card-grid,.herbs-grid,.kits-grid,.testimonials-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.herbs-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media (max-width:768px){.card-grid,.herbs-grid,.kits-grid,.testimonials-grid{gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.herbs-grid-container{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.card-grid,.herbs-grid,.kits-grid,.testimonials-grid{gap:1rem;grid-template-columns:1fr}.herbs-grid-container{grid-template-columns:1fr}}@media (max-width:768px){.card,.product-card,.testimonial-card{padding:1.5rem}.product-card img,.testimonial-card img{height:150px}.card h3,.product-card h3,.testimonial-card h4{font-size:1.25rem}.card button,.product-card button{width:100%}}@media (max-width:480px){.card,.product-card,.testimonial-card{padding:1rem}.product-card img,.testimonial-card img{height:120px}.card h3,.product-card h3,.testimonial-card h4{font-size:1.1rem}.card button,.product-card button{font-size:.9rem;padding:.6rem 1rem}}@media (max-width:768px){.trust-ribbon{padding:1rem}.trust-container{flex-direction:column;gap:.75rem}.trust-item{font-size:.9rem}}@media (max-width:480px){.trust-ribbon{padding:.75rem}.trust-item{font-size:.85rem}}@media (max-width:1024px){.footer-main-content{gap:2rem;grid-template-columns:1fr 1fr}.footer-logo{font-size:2rem}}@media (max-width:768px){.satvik-footer{padding:40px 0 15px}.footer-main-content{gap:2rem;grid-template-columns:1fr;padding:0 1rem}.footer-logo{font-size:1.8rem}.footer-section h3{font-size:1rem}.social-icons a{height:36px;width:36px}.mantra-text,.social-icons a{font-size:1.1rem}}@media (max-width:480px){.satvik-footer{padding:30px 0 10px}.footer-main-content{padding:0 .75rem}.footer-logo{font-size:1.5rem}.brand-tagline{font-size:.9rem}.footer-section h3{font-size:.95rem}.footer-section ul li a{font-size:.9rem}.contact-mini{font-size:.85rem}.social-icons{gap:10px}.social-icons a{font-size:1rem;height:32px;width:32px}.mantra-text{font-size:1rem;padding:0 15px}.bottom-content{flex-direction:column;font-size:.8rem;gap:10px;padding:0 .75rem}.legal-links a{margin-left:15px}}@media (max-width:1024px){.kit-detail-content{gap:2rem;padding:2rem}.kit-image{height:300px;width:400px}.kit-info h1{font-size:2.5rem}}@media (max-width:768px){.kit-detail-content{align-items:center;flex-direction:column;gap:1.5rem;padding:1.5rem}.kit-image{height:auto;max-width:350px;width:100%}.kit-info{max-width:100%}.kit-info h1{font-size:2rem}.kit-info .price{font-size:1.5rem}.detail-buttons{flex-direction:column;width:100%}.detail-buttons button{margin:0 auto;max-width:300px;width:100%}}@media (max-width:480px){.kit-detail-section{padding:1rem .5rem}.kit-detail-content{padding:1rem}.kit-image{max-width:280px}.kit-info h1{font-size:1.75rem}.kit-info .price{font-size:1.25rem}.items-list li,.kit-info .description{font-size:.9rem}.detail-buttons button{font-size:.9rem;padding:.6rem 1rem}}@media (max-width:768px){.particle-container{display:none}.hero:before,.kits-hero:before{opacity:.2}.animated-divider{height:30px}}body{overflow-x:hidden}.container{margin:0 auto;max-width:1200px;padding:0 1rem;width:100%}@media (hover:none) and (pointer:coarse){.card:hover,.product-card:hover,.testimonial-card:hover{transform:none}.nav-links li a:hover:after{width:0}.hero-buttons button:hover,.kits-hero button:hover{transform:none}}
/*# sourceMappingURL=main.c5d4f2c4.css.map*/