@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,600;1,600&display=swap";:root{--ink:#15372e;--green:#1f5a43;--sage:#dfe9d5;--cream:#f8f4e9;--orange:#c96b2c;--line:#d9decf;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--ink);margin:0;font-family:DM Sans,sans-serif}a{color:inherit;text-decoration:none}.announcement{color:#fff;letter-spacing:.11em;text-transform:uppercase;background:#173d31;justify-content:center;align-items:center;gap:18px;height:34px;font-size:11px;display:flex}.announcement i{background:#d9a25d;border-radius:50%;width:3px;height:3px}header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;max-width:1440px;height:96px;margin:auto;padding:13px 5vw;display:flex}.logo{object-fit:contain;width:174px;height:70px}nav{gap:32px;font-size:14px;font-weight:600;display:flex}nav a:hover,.textlink:hover{color:var(--orange)}.button{background:var(--green);color:#fff;border-radius:999px;justify-content:center;align-items:center;padding:16px 24px;font-size:14px;font-weight:700;display:inline-flex}.button.small{padding:12px 19px}.button.light{color:var(--ink);background:#fff}.hero{background:radial-gradient(circle at 82% 45%,#e3ecd8 0 25%,#0000 55%);grid-template-columns:1fr 1fr;align-items:center;max-width:1440px;min-height:660px;margin:auto;padding:80px 6vw;display:grid;overflow:hidden}.eyebrow{text-transform:uppercase;letter-spacing:.17em;color:#7a895d;font-size:12px;font-weight:700}.hero h1,.producthero h1{margin:17px 0 24px;font:600 68px/1.02 Playfair Display,serif}.hero h1 em{color:var(--orange)}.hero>div:first-child>p:not(.eyebrow){color:#526158;max-width:610px;font-size:19px;line-height:1.7}.actions{align-items:center;gap:25px;margin-top:34px;display:flex}.textlink{border-bottom:1px solid;font-size:14px;font-weight:700}.hero-products{height:520px;position:relative}.hero-products img{object-fit:contain;filter:drop-shadow(0 25px 22px #25453132);position:absolute}.hero-products img:first-child{z-index:2;height:490px;bottom:0;right:31%}.hero-products img:nth-child(2){height:430px;bottom:-8px;right:-2%}.hero-products span{background:var(--orange);color:#fff;text-align:center;border-radius:50%;place-content:center;width:140px;height:140px;font:600 16px/1.4 Playfair Display,serif;display:grid;position:absolute;top:2%;right:1%;transform:rotate(6deg)}.hero-products span b{text-transform:uppercase;letter-spacing:.08em;font-family:DM Sans;font-size:11px}.trust{border-block:1px solid var(--line);background:#fff;grid-template-columns:repeat(4,1fr);gap:20px;padding:32px 6vw;display:grid}.trust div{grid-template-columns:38px 1fr;gap:4px 12px;display:grid}.trust b{color:#be8051;grid-row:1/3}.trust strong{font-size:14px}.trust span{color:#6b756f;font-size:12px}.catalogue,.coming,.benefits,.related{max-width:1440px;margin:auto;padding:100px 6vw}.sectionhead{justify-content:space-between;align-items:end;margin-bottom:42px;display:flex}.sectionhead h2,.story h2,.amazon h2,.benefits h2,.twocol h2,.faq h2,.related h2{margin:12px 0;font:600 44px/1.12 Playfair Display,serif}.sectionhead>p{color:#637068;max-width:430px;line-height:1.7}.grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.card{border:1px solid var(--line);background:#fff;border-radius:24px;transition:all .25s;overflow:hidden}.card:hover{transform:translateY(-5px);box-shadow:0 18px 45px #183b2820}.imagewrap{background:#edf2e7;justify-content:center;align-items:center;height:390px;display:flex;position:relative}.card.black .imagewrap{background:#ecebe7}.imagewrap>span{text-transform:uppercase;letter-spacing:.1em;background:#fff;border-radius:999px;padding:8px 12px;font-size:10px;position:absolute;top:18px;left:18px}.imagewrap img{object-fit:contain;width:85%;height:90%}.cardcopy{padding:24px}.cardcopy small{color:#758078}.cardcopy h3{margin:8px 0;font:600 25px Playfair Display}.cardcopy p{color:#657168;min-height:44px}.cardcopy>div{border-top:1px solid var(--line);justify-content:space-between;padding-top:18px;font-size:12px;font-weight:700;display:flex}.cardcopy>div a:last-child{color:var(--orange)}.coming{background:#e9eddf;max-width:none;padding-inline:max(6vw,50vw - 634px)}.cominggrid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.cominggrid article{color:#fff;border-radius:28px;height:340px;padding:28px;position:relative;overflow:hidden}.cominggrid article.amla{background:linear-gradient(135deg,#7f993a,#b5c759)}.cominggrid article.super{background:linear-gradient(135deg,#174f3a,#913e55)}.cominggrid article>span{text-transform:uppercase;letter-spacing:.12em;border:1px solid #ffffff80;border-radius:999px;padding:8px 12px;font-size:10px}.cominggrid article>b{opacity:.15;font:600 170px Playfair Display;position:absolute;bottom:-35px;right:20px}.cominggrid h3{margin:150px 0 6px;font:600 38px Playfair Display}.cominggrid p{opacity:.85;margin:0}.story{background:#fff;grid-template-columns:1fr 1fr;gap:10%;max-width:1440px;margin:auto;padding:110px 8vw;display:grid}.story>div:last-child{color:#5d6b63;font-size:17px;line-height:1.8}.story strong{color:var(--ink);font-size:13px}.amazon{color:#fff;background:#193f32;justify-content:space-between;align-items:center;padding:64px 8vw;display:flex}.amazon .eyebrow{color:#d8a36a}.amazon h2{max-width:700px;margin:8px 0}footer{grid-template-columns:200px 1fr auto;align-items:center;gap:35px;max-width:1440px;margin:auto;padding:50px 6vw;display:grid}footer p{color:#68746c;max-width:550px;font-size:12px}footer>div{gap:20px;font-size:12px;font-weight:700;display:flex}footer>small{border-top:1px solid var(--line);color:#78827b;grid-column:1/-1;padding-top:20px}.crumb{color:#748078;gap:10px;max-width:1440px;margin:auto;padding:20px 6vw;font-size:12px;display:flex}.producthero{grid-template-columns:1.15fr .85fr;align-items:center;gap:7%;max-width:1440px;margin:auto;padding:38px 6vw 90px;display:grid}.gallery{grid-template-columns:repeat(2,1fr);gap:15px;display:grid}.gallery figure{background:#fff;border-radius:22px;justify-content:center;align-items:center;min-height:220px;margin:0;display:flex;overflow:hidden}.gallery img{object-fit:contain;width:100%;height:100%}.intro h1{font-size:60px}.subtitle{color:var(--orange);font:600 24px/1.35 Playfair Display,serif}.storylead{color:#56665c;font-size:17px;line-height:1.75}.spec{flex-wrap:wrap;gap:8px;margin:25px 0;display:flex}.spec span{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 12px;font-size:11px}.intro>.button{margin-top:10px}.intro>small{color:#788078;margin-top:12px;display:block}.benefits{background:#fff;max-width:none;padding-inline:max(6vw,50vw - 634px)}.benefitgrid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.benefitgrid article{background:var(--cream);border-radius:18px;padding:26px}.benefitgrid span{color:var(--orange);font-size:12px}.benefitgrid h3{font:600 20px Playfair Display}.benefitgrid p{color:#66736b;font-size:14px;line-height:1.6}.twocol{grid-template-columns:1fr 1fr;gap:20px;max-width:1268px;margin:90px auto;display:grid}.twocol article{background:#e5ecdc;border-radius:24px;padding:45px}.twocol article:last-child{background:#efe3d6}.twocol li{padding:10px;line-height:1.5}.twocol small{color:#69756d}.faq{grid-template-columns:.6fr 1fr;gap:10%;max-width:1268px;margin:100px auto;display:grid}.faq details{border-bottom:1px solid var(--line);padding:18px 0}.faq summary{cursor:pointer;justify-content:space-between;font-weight:700;display:flex}.faq details p{color:#657168;line-height:1.6}.safety{border-left:4px solid var(--orange);background:#fff;max-width:1268px;margin:0 auto 80px;padding:24px 30px;font-size:13px;line-height:1.6}.related>div{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.related a{background:#fff;border-radius:20px;padding:18px}.related img{object-fit:contain;background:#f0f2ea;border-radius:14px;width:100%;height:230px}.related span{text-transform:uppercase;letter-spacing:.1em;font-size:10px}.related h3{margin:8px 0;font:600 22px Playfair Display}.related b{color:var(--orange);font-size:12px}@media (width<=900px){header nav{display:none}.hero,.producthero,.story,.faq{grid-template-columns:1fr}.hero{padding-top:55px}.hero h1,.producthero h1{font-size:48px}.hero-products{height:430px}.trust,.benefitgrid,.grid{grid-template-columns:1fr 1fr}.sectionhead{flex-direction:column;align-items:start}.gallery{order:2}.twocol,.faq{margin:60px 5vw}.amazon,footer{grid-template-columns:1fr;gap:24px;display:grid}}@media (width<=600px){.announcement{gap:8px;font-size:8px}header{height:80px}.logo{width:132px;height:56px}.button.small{padding:10px 12px;font-size:11px}.hero{padding:55px 6vw 30px}.hero h1,.producthero h1{font-size:39px}.hero-products{height:350px}.hero-products img:first-child{height:330px;right:30%}.hero-products img:nth-child(2){height:285px}.hero-products span{width:100px;height:100px;font-size:12px}.actions{flex-direction:column;align-items:start}.trust,.grid,.cominggrid,.benefitgrid,.twocol,.related>div{grid-template-columns:1fr}.catalogue,.coming,.benefits,.related{padding-block:70px}.imagewrap{height:340px}.cominggrid article{height:300px}.cominggrid h3{margin-top:125px}.story{padding:75px 6vw}.amazon{padding:55px 6vw}.gallery{grid-template-columns:1fr 1fr}.gallery figure:first-child{grid-area:auto/1/auto/-1;min-height:430px}.producthero{padding-bottom:60px}.twocol{display:grid}.sectionhead h2,.story h2,.amazon h2,.benefits h2,.twocol h2,.faq h2,.related h2{font-size:34px}footer{grid-template-columns:1fr}.cardcopy>div{gap:10px}.faq{gap:15px}}.logo{width:188px}.hero>div:first-child{z-index:3;position:relative}@media (width<=1400px) and (width>=901px){.hero h1{font-size:58px}.hero{grid-template-columns:48% 52%}}.home-journal{max-width:1440px;margin:auto;padding:100px 6vw}.home-journal>div:last-child,.more-reading>div{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.home-journal>div:last-child>a,.more-reading a{border:1px solid var(--line);background:#fff;border-radius:24px;flex-direction:column;justify-content:flex-end;min-height:250px;padding:30px;transition:all .25s;display:flex}.home-journal>div:last-child>a:first-child{background:linear-gradient(145deg,#e6efdc,#fff)}.home-journal>div:last-child>a:nth-child(2){background:linear-gradient(145deg,#f3dfcd,#fff)}.home-journal>div:last-child>a:nth-child(3){background:linear-gradient(145deg,#e5ead7,#fff)}.home-journal>div:last-child>a:hover{transform:translateY(-5px);box-shadow:0 18px 40px #183b2820}.home-journal span,.home-journal b{text-transform:uppercase;letter-spacing:.09em;font-size:11px}.home-journal b,.article-link,.more-reading span{color:var(--orange)}.home-journal h3{margin:14px 0 26px;font:600 27px/1.2 Playfair Display,serif}.journal-hero{text-align:center;background:radial-gradient(circle at 50% 35%,#e3ecd8,#0000 58%);max-width:1440px;margin:auto;padding:100px 8vw 80px}.journal-hero h1{margin:15px auto 25px;font:600 66px/1.05 Playfair Display,serif}.journal-hero h1 em{color:var(--orange)}.journal-hero>p:last-child{color:#617068;max-width:680px;margin:auto;font-size:18px;line-height:1.7}.journal-grid{gap:28px;max-width:1268px;margin:0 auto;padding:10px 0 100px;display:grid}.journal-card{border:1px solid var(--line);background:#fff;border-radius:28px;grid-template-columns:38% 1fr;min-height:330px;display:grid;overflow:hidden}.journal-card>div{flex-direction:column;justify-content:center;padding:48px;display:flex}.journal-card small,.more-reading small{color:#7a856f;text-transform:uppercase;letter-spacing:.1em}.journal-card h2{margin:14px 0;font:600 36px/1.16 Playfair Display,serif}.journal-card p{color:#637168;line-height:1.7}.article-link{font-size:13px;font-weight:700}.journal-art{background:#dbe9d1;place-content:center;display:grid;position:relative;overflow:hidden}.ashwagandha-post .journal-art{background:#efdac6}.ayurveda-post .journal-art{background:linear-gradient(135deg,#dce6cf,#e7d2ad)}.journal-art span{position:absolute;top:22px;left:25px}.journal-art b{color:#28543d22;font:600 150px Playfair Display,serif}.journal-art:after{content:"";border:1px solid #fff8;border-radius:50%;width:240px;height:240px;position:absolute}.article-page{max-width:1440px;margin:auto}.article-hero{background:#e2ecd8;border-radius:28px;grid-template-columns:1fr 240px;align-items:center;min-height:470px;margin:30px 6vw 0;padding:70px 7%;display:grid;overflow:hidden}.article-hero.ashwagandha-post{background:#f0dfcf}.article-hero.ayurveda-post{background:linear-gradient(135deg,#e1ead6,#ead8b9)}.article-hero h1{margin:16px 0 24px;font:600 56px/1.08 Playfair Display,serif}.article-hero>div>p:last-child{color:#56665d;max-width:760px;font-size:18px;line-height:1.7}.article-hero>span{color:#1f5a4320;text-align:center;font:600 200px Playfair Display,serif}.article-body{grid-template-columns:250px 1fr;gap:80px;max-width:1100px;margin:90px auto;display:grid}.article-body aside{border-left:2px solid var(--line);flex-direction:column;gap:13px;height:max-content;padding-left:20px;display:flex;position:sticky;top:25px}.article-body aside a{color:#68766d;font-size:12px}.article-body section{margin-bottom:55px;scroll-margin-top:30px}.article-body h2{font:600 36px/1.2 Playfair Display,serif}.article-body p,.article-body li{color:#4f6157;font-size:17px;line-height:1.85}.article-body li{padding:7px 0}.editorial-note{background:#eef1e7;border-radius:18px;padding:24px 28px}.editorial-note p{margin-bottom:0;font-size:13px;line-height:1.65}.article-product{background:#fff;border-radius:26px;grid-template-columns:260px 1fr;align-items:center;max-width:1000px;margin:0 auto 100px;padding:28px 60px;display:grid;box-shadow:0 16px 50px #15372e12}.article-product img{object-fit:contain;width:220px;height:250px}.article-product h2{margin:8px 0;font:600 34px Playfair Display}.article-product span,.more-reading span{font-size:13px;font-weight:700}.more-reading{max-width:1268px;margin:0 auto;padding:80px 0}.more-reading>h2{font:600 42px Playfair Display}.more-reading>div{grid-template-columns:repeat(2,1fr)}.more-reading a{min-height:190px}.more-reading h3{font:600 25px Playfair Display}@media (width<=900px){.home-journal>div:last-child{grid-template-columns:1fr}.journal-grid{padding-inline:5vw}.article-body{grid-template-columns:1fr;margin-inline:5vw}.article-body aside{display:none}.article-hero{grid-template-columns:1fr}.article-hero>span{display:none}.article-product,.more-reading{margin-inline:5vw}.more-reading>div{grid-template-columns:1fr}}@media (width<=600px){.home-journal{padding-block:70px}.journal-hero{padding:70px 6vw}.journal-hero h1{font-size:43px}.journal-card{grid-template-columns:1fr}.journal-art{min-height:220px}.journal-card>div{padding:28px}.journal-card h2{font-size:30px}.article-hero{min-height:auto;margin:20px 5vw;padding:45px 7%}.article-hero h1{font-size:39px}.article-body{margin-block:60px}.article-body h2{font-size:30px}.article-body p,.article-body li{font-size:16px}.article-product{text-align:center;grid-template-columns:1fr;padding:25px}.article-product img{margin:auto}.more-reading{padding-block:60px}}.imagewrap img{filter:drop-shadow(0 18px 18px #15372e22)}.gallery figure{background:linear-gradient(145deg,#edf2e7,#f8f4e9);border:1px solid #dce3d4}.gallery img{filter:drop-shadow(0 20px 20px #15372e20)}.ritual-scenes{grid-template-columns:1fr 1fr;gap:24px;max-width:1440px;margin:auto;padding:25px 6vw 100px;display:grid}.ritual-scenes article{border:1px solid var(--line);background:#fff;border-radius:28px;overflow:hidden}.ritual-scenes img{object-fit:cover;width:100%;height:330px;display:block}.ritual-scenes article>div{padding:28px 32px 34px}.ritual-scenes h2{margin:8px 0 10px;font:600 30px/1.15 Playfair Display,serif}.ritual-scenes article>div>p:last-child{color:#607067;line-height:1.7}.product-lifestyle{color:#fff;background:#193f32;border-radius:28px;grid-template-columns:1.15fr .85fr;max-width:1268px;margin:90px auto;display:grid;overflow:hidden}.product-lifestyle img{object-fit:cover;width:100%;height:420px}.product-lifestyle>div{align-self:center;padding:58px}.product-lifestyle h2{margin:12px 0;font:600 40px/1.15 Playfair Display,serif}.product-lifestyle>div>p:last-child{color:#dce7df;line-height:1.8}.journal-art.photo img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.journal-art.photo span{z-index:2;background:#fff;border-radius:999px;padding:8px 10px}.journal-card:hover .journal-art.photo img{transform:scale(1.03)}.article-hero>img{object-fit:cover;border-radius:22px;width:290px;height:300px;box-shadow:0 20px 40px #15372e25}.article-hero>span{display:none}@media (width<=900px){.ritual-scenes{grid-template-columns:1fr}.article-hero>img{display:none}.product-lifestyle{grid-template-columns:1fr;margin-inline:5vw}.product-lifestyle img{height:340px}}@media (width<=600px){.ritual-scenes{padding:10px 6vw 70px}.ritual-scenes img{height:250px}.product-lifestyle>div{padding:35px}.product-lifestyle h2{font-size:32px}}.hero{isolation:isolate;background:linear-gradient(100deg,#f3eadc 0%,#f7f2e8 44%,#dfe7d4 100%);grid-template-columns:minmax(300px,1fr) minmax(280px,.8fr) minmax(390px,1.2fr);gap:12px;max-width:1440px;min-height:650px;padding:62px 4.5vw 54px;position:relative}.hero:before{content:"";z-index:-2;background:linear-gradient(90deg,#ece2d3cc,#f2eee4d9 51%,#d4decbcc);border-block:1px solid #fff8;position:absolute;inset:34% 0 15%}.hero:after{content:"✦";color:#fff;opacity:.9;font-size:42px;line-height:1;position:absolute;bottom:3.5%;right:3.3%}.hero-shadow{opacity:.16;filter:blur(1px);background:repeating-linear-gradient(22deg,#0000 0 20px,#426743 21px 27px,#0000 28px 48px);width:300px;height:130px;top:30%;transform:rotate(-10deg);-webkit-mask-image:linear-gradient(90deg,#0000,#000 28% 72%,#0000);mask-image:linear-gradient(90deg,#0000,#000 28% 72%,#0000);z-index:-1!important;position:absolute!important}.hero-shadow-left{left:-70px}.hero-shadow-right{right:-65px;transform:scaleX(-1)rotate(-10deg)}.hero-cluster{align-self:center;height:410px;position:relative}.hero-cluster a{transition:transform .25s;display:block;position:absolute;bottom:0}.hero-cluster a:hover{transform:translateY(-8px)}.hero-cluster img{object-fit:contain;filter:drop-shadow(0 24px 18px #213c2828);width:100%;height:100%}.hero-powders a{width:56%;height:400px}.hero-powders a:first-child{z-index:2;left:0}.hero-brand{text-align:center;z-index:3;flex-direction:column;align-items:center;display:flex;position:relative}.hero-brand .logo{width:190px;height:88px}.hero .hero-brand h1{margin:3px 0 14px;font:600 38px/1.08 Playfair Display,serif}.hero .hero-brand h1 em{color:var(--ink);font-style:normal}.hero-brand>p{color:#59675f;max-width:360px;margin:0;font-size:14px;line-height:1.65}.hero-brand .actions{justify-content:center;gap:18px;margin-top:24px}.hero-brand .button{padding:14px 20px}.hero-brand .textlink{font-size:13px}.hero-capsules{height:360px}.hero-capsules a{width:31%;height:300px}.hero-capsules .moringa-bottle{bottom:8px;left:0}.hero-capsules .ashwagandha-bottle{z-index:2;bottom:35px;left:24%}.hero-capsules .mtb-bottle{bottom:5px;right:1%}.hero-capsules .shilajit-jar{z-index:4;width:31%;height:210px;bottom:-10px;left:49%}@media (width<=1050px){.hero{grid-template-columns:minmax(250px,1fr) minmax(260px,.9fr) minmax(300px,1.2fr);padding-inline:3vw}.hero-powders a{width:62%}.hero .hero-brand h1{font-size:33px}.hero-brand>p{font-size:13px}.hero-brand .actions{flex-direction:column;gap:13px}.hero-capsules a{width:34%}.hero-capsules .ashwagandha-bottle{left:23%}.hero-capsules .shilajit-jar{left:48%}}@media (width<=900px){.hero{grid-template-rows:auto 390px;grid-template-columns:1fr 1fr;gap:10px;min-height:820px;padding:50px 5vw 30px}.hero-brand{grid-area:1/1/auto/-1}.hero-powders{grid-area:2/1}.hero-capsules{grid-area:2/2}.hero-powders,.hero-capsules{height:360px}.hero-powders a{height:350px}.hero-capsules a{height:285px}.hero-capsules .shilajit-jar{height:195px}.hero-brand .actions{flex-direction:row}}@media (width<=600px){.hero{grid-template-rows:auto 310px;grid-template-columns:1fr 1fr;gap:6px;min-height:690px;padding:35px 3vw 22px}.hero:before{inset:40% 0 12%}.hero-brand .logo{width:145px;height:65px}.hero .hero-brand h1{margin-top:0;font-size:29px}.hero-brand>p{padding-inline:6vw;font-size:12px}.hero-brand .actions{flex-direction:row;align-items:center;gap:12px;margin-top:17px}.hero-brand .button{padding:12px 15px;font-size:11px}.hero-brand .textlink{font-size:11px}.hero-powders,.hero-capsules{height:300px}.hero-powders a{width:64%;height:295px}.hero-capsules a{width:38%;height:235px}.hero-capsules .moringa-bottle{left:-3%}.hero-capsules .ashwagandha-bottle{bottom:25px;left:24%}.hero-capsules .mtb-bottle{right:-5%}.hero-capsules .shilajit-jar{width:37%;height:155px;bottom:-5px;left:47%}}img{max-width:100%}.hero-cluster img,.imagewrap img,.gallery img,.related img{object-fit:contain;object-position:center bottom;display:block}.hero-cluster a{overflow:visible}.hero-powders a:first-child{left:-2%}.hero-powders a:last-child{right:-2%}.hero-powders img{padding:4px}.hero-capsules img{padding:3px}.imagewrap{padding:28px 24px 18px;overflow:hidden}.imagewrap img{width:100%;max-width:310px;height:100%;max-height:330px}.cardcopy{flex-direction:column;min-height:210px;display:flex}.cardcopy>div{margin-top:auto}.gallery{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:285px;align-items:stretch}.gallery figure{min-width:0;min-height:0;padding:28px}.gallery figure:first-child{grid-row:span 2;min-height:0}.gallery img{width:100%;height:100%}.gallery-1{grid-template-rows:minmax(500px,600px);grid-template-columns:1fr}.gallery-1 figure:first-child,.gallery-2 figure:first-child{grid-row:auto}.gallery-2{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:minmax(480px,570px)}.related img{object-position:center;padding:18px}@media (width<=1050px) and (width>=901px){.hero-powders a{height:360px}.hero-capsules a{height:270px}.hero-capsules .shilajit-jar{height:180px}}@media (width<=900px){.gallery-2{grid-auto-rows:minmax(390px,470px)}.cardcopy{min-height:220px}}@media (width<=600px){.hero-powders a{height:280px}.hero-capsules a{height:225px}.hero-capsules .shilajit-jar{height:145px}.imagewrap{height:330px;padding:24px 20px 16px}.imagewrap img{max-width:270px;max-height:285px}.cardcopy{min-height:auto}.gallery,.gallery-1,.gallery-2{grid-template-rows:none;grid-template-columns:1fr;grid-auto-rows:minmax(350px,430px)}.gallery figure:first-child{grid-area:auto;min-height:0}.gallery figure{padding:22px}.related img{height:260px}}.hero{isolation:isolate;background:#f3efe3 url(/images/hero-botanical-background.png) 50%/cover no-repeat;grid-template-columns:minmax(390px,.88fr) minmax(560px,1.12fr);align-items:center;gap:3vw;max-width:none;min-height:680px;padding:70px max(6vw,50vw - 640px);display:grid;position:relative;overflow:hidden}.hero:before{content:"";z-index:-1;background:linear-gradient(90deg,#f8f4e9e0 0%,#f8f4e98a 46%,#dfe9d514 76%);border:0;position:absolute;inset:0}.hero:after{display:none}.hero-copy{z-index:5;max-width:610px;position:relative}.hero-copy .eyebrow{color:#66805b;margin:0 0 18px}.hero .hero-copy h1{letter-spacing:-.035em;margin:0 0 24px;font:600 clamp(52px,5vw,76px)/.98 Playfair Display,serif}.hero .hero-copy h1 em{color:var(--orange);font-style:italic;display:inline-block}.hero-copy>p:not(.eyebrow){color:#4f6157;max-width:560px;margin:0;font-size:18px;line-height:1.7}.hero-copy .actions{margin-top:32px}.hero-copy .button{box-shadow:0 12px 30px #1f5a432e}.hero-proof{color:#66756c;text-transform:uppercase;letter-spacing:.08em;flex-wrap:wrap;gap:9px 20px;margin-top:31px;font-size:11px;font-weight:700;display:flex}.hero-proof span{align-items:center;gap:8px;display:flex}.hero-proof span:before{content:"";background:#c96b2c;border-radius:50%;width:5px;height:5px}.hero-stage{align-self:end;min-width:0;height:540px;position:relative}.hero-stage:before{content:"";filter:blur(27px);background:#23402b29;border-radius:50%;height:105px;position:absolute;bottom:18px;left:5%;right:1%}.hero-stage:after{content:"The Health Bliss collection";-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#476251;letter-spacing:.11em;text-transform:uppercase;background:#f8f4e9b8;border:1px solid #1f5a4347;border-radius:999px;padding:9px 14px;font-size:10px;font-weight:700;position:absolute;top:10px;right:1%}.hero-pack{transition:transform .25s,filter .25s;display:block;position:absolute;bottom:18px}.hero-pack:hover{filter:brightness(1.03);transform:translateY(-8px)}.hero-pack img{object-fit:contain;object-position:center bottom;filter:drop-shadow(0 24px 20px #19372842);width:100%;height:100%;display:block}.hero-pack-moringa{z-index:2;width:31%;height:500px;left:1%}.hero-pack-ashwagandha{z-index:1;width:30%;height:466px;left:26%}.hero-pack-moringa-caps{z-index:5;width:19%;height:320px;left:51%}.hero-pack-ashwagandha-caps{z-index:4;width:19%;height:340px;left:64%}.hero-pack-mtb{z-index:3;width:19%;height:310px;right:0}.hero-pack-shilajit{z-index:7;width:16%;height:190px;bottom:6px;left:71%}@media (width<=1100px){.hero{grid-template-columns:.9fr 1.1fr;padding-inline:4vw}.hero-stage{height:480px}.hero-pack-moringa{height:445px}.hero-pack-ashwagandha{height:415px}.hero-pack-moringa-caps{height:285px}.hero-pack-ashwagandha-caps{height:300px}.hero-pack-mtb{height:275px}.hero-pack-shilajit{height:165px}}@media (width<=900px){.hero{background-position:50%;grid-template-rows:auto 470px;grid-template-columns:1fr;gap:22px;min-height:auto;padding:60px 5vw 20px}.hero:before{background:linear-gradient(#f8f4e9e6,#f8f4e97a 57%,#dfe9d514)}.hero-copy{text-align:center;max-width:680px;margin:auto}.hero-copy>p:not(.eyebrow){margin-inline:auto}.hero-copy .actions,.hero-proof{justify-content:center}.hero-stage{width:min(720px,100%);height:470px;margin:auto}}@media (width<=600px){.hero{background-position:bottom;grid-template-rows:auto 335px;gap:18px;padding:44px 4vw 12px}.hero .hero-copy h1{font-size:43px;line-height:1.01}.hero-copy>p:not(.eyebrow){padding-inline:4vw;font-size:15px;line-height:1.65}.hero-copy .actions{flex-direction:column;gap:15px;margin-top:24px}.hero-proof{display:none}.hero-stage{height:335px}.hero-stage:after{display:none}.hero-pack{bottom:8px}.hero-pack-moringa{width:34%;height:318px;left:-1%}.hero-pack-ashwagandha{width:33%;height:298px;left:25%}.hero-pack-moringa-caps{width:22%;height:205px;left:51%}.hero-pack-ashwagandha-caps{width:22%;height:218px;left:65%}.hero-pack-mtb{width:22%;height:197px;right:-2%}.hero-pack-shilajit{width:19%;height:120px;bottom:0;left:70%}}.gallery-item{cursor:zoom-in;font:inherit;color:inherit;background:linear-gradient(145deg,#edf2e7,#f8f4e9);border:1px solid #dce3d4;border-radius:22px;justify-content:center;align-items:center;margin:0;padding:28px;display:flex;position:relative;overflow:hidden}.gallery-item:first-child{grid-row:span 2}.gallery-item img{object-fit:contain;object-position:center;filter:drop-shadow(0 20px 20px #15372e20);width:100%;height:100%;transition:transform .25s}.gallery-item:hover img,.gallery-item:focus-visible img{transform:scale(1.025)}.gallery-item:focus-visible{outline-offset:3px;outline:3px solid #c96b2c}.zoom-hint{color:#315144;letter-spacing:.07em;text-transform:uppercase;background:#fff;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:700;position:absolute;bottom:14px;right:14px;box-shadow:0 5px 18px #15372e1a}.gallery-pouch .gallery-item img{max-width:92%;max-height:92%}.gallery-bottle .gallery-item img{max-width:70%;max-height:94%}.gallery-jar .gallery-item img{max-width:88%;max-height:78%}.gallery-1 .gallery-item:first-child,.gallery-2 .gallery-item:first-child{grid-row:auto}.image-lightbox{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0b1b16e6;justify-content:center;align-items:center;padding:5vw;display:flex;position:fixed;inset:0}.image-lightbox>img{object-fit:contain;filter:drop-shadow(0 24px 40px #0008);width:min(1100px,84vw);height:84vh}.image-lightbox button{color:#15372e;cursor:pointer;background:#fff;border:0;place-items:center;display:grid;position:absolute;box-shadow:0 10px 30px #0004}.lightbox-close{border-radius:50%;width:48px;height:48px;font-size:34px;line-height:1;top:24px;right:26px}.lightbox-arrow{border-radius:14px;width:52px;height:68px;font-size:42px;top:50%;transform:translateY(-50%)}.lightbox-arrow.previous{left:24px}.lightbox-arrow.next{right:24px}.image-lightbox>p{color:#fff;letter-spacing:.12em;margin:0;font-size:12px;position:absolute;bottom:18px}.pack-blog-image{background:linear-gradient(145deg,#e8efdf,#f8f4e9);padding:28px;object-fit:contain!important}.pack-article-image{background:#f7f3e8;padding:18px;object-fit:contain!important}.shilajit-post .journal-art{background:#e4ded1}.amla-post .journal-art{background:#e7efdc}.super-post .journal-art{background:#dfe9dc}.article-hero.shilajit-post{background:#e8e2d7}.article-hero.amla-post{background:#e6efdb}.article-hero.super-post{background:linear-gradient(135deg,#dce9d7,#eadce1)}@media (width<=600px){.gallery-item{padding:20px}.gallery-item:first-child{grid-row:auto}.gallery-bottle .gallery-item img{max-width:62%}.image-lightbox{padding:72px 14px}.image-lightbox>img{width:92vw;height:76vh}.lightbox-close{top:14px;right:14px}.lightbox-arrow{width:42px;height:56px;font-size:34px;background:#ffffffdf!important}.lightbox-arrow.previous{left:8px}.lightbox-arrow.next{right:8px}}.new-arrivals{max-width:1440px;margin:auto;padding:100px 6vw 70px}.arrivalgrid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.arrivalgrid article{border-radius:28px;grid-template-columns:52% 48%;align-items:center;min-height:480px;display:grid;overflow:hidden}.arrivalgrid article.amla{background:linear-gradient(135deg,#eaf1dc,#f9f4e8)}.arrivalgrid article.super{background:linear-gradient(135deg,#e6ead9,#f2dfd9)}.arrival-image{justify-content:center;align-items:flex-end;height:480px;padding:28px 12px 20px;display:flex;position:relative}.arrival-image span{color:var(--ink);letter-spacing:.11em;text-transform:uppercase;z-index:2;background:#fff;border-radius:999px;padding:8px 12px;font-size:10px;font-weight:700;position:absolute;top:25px;left:25px}.arrival-image img{object-fit:contain;object-position:center bottom;filter:drop-shadow(0 22px 20px #15372e22);width:100%;height:100%;transition:transform .3s}.arrival-image:hover img{transform:translateY(-7px)}.arrivalgrid article>div{padding:40px 34px 40px 18px}.arrivalgrid h3{margin:10px 0 16px;font:600 38px/1.08 Playfair Display,serif}.arrivalgrid article>div>p:not(.eyebrow){color:#59685f;line-height:1.7}.arrivalgrid article>div>a{color:var(--orange);border-bottom:1px solid;margin-top:20px;font-size:13px;font-weight:700;display:inline-block}.cardcopy>div>span{color:#7a856f;font-size:12px;font-weight:700}.button.unavailable{cursor:default;background:#6f7f72}.allergen{color:#7b4932;background:#fff8f2;border-radius:12px;margin:20px 0 14px;padding:14px 16px;font-size:13px;line-height:1.55}.product-lifestyle.pack-ritual img{object-fit:contain;object-position:center bottom;background:linear-gradient(145deg,#eef2e5,#f8f4e9);padding:26px 22px 0}@media (width<=1000px){.arrivalgrid article{grid-template-columns:1fr;min-height:0}.arrival-image{height:430px}.arrivalgrid article>div{padding:12px 34px 40px}}@media (width<=700px){.new-arrivals{padding-block:70px 35px}.arrivalgrid{grid-template-columns:1fr}.arrival-image{height:380px}.arrivalgrid h3{font-size:32px}}.hero{background:radial-gradient(circle at 83% 20%,#ffffffc7 0 12%,#0000 34%),linear-gradient(115deg,#f8f2e7 0%,#f4eee2 43%,#dfe9d8 100%);grid-template-columns:minmax(390px,.82fr) minmax(620px,1.18fr);gap:3vw;min-height:720px;padding:74px max(6vw,50vw - 660px)}.hero:before{background:linear-gradient(90deg,#ffffff57,#0000 48%),radial-gradient(circle at 95% 88%,#4a70452b,#0000 33%)}.hero .hero-copy h1{font-size:clamp(51px,4.9vw,75px)}.hero-stage{align-self:center;height:585px}.hero-stage:before{filter:blur(25px);z-index:0;background:#1c3b2730;height:72px;bottom:13px;left:7%;right:3%}.hero-stage:after{content:"";-webkit-backdrop-filter:none;backdrop-filter:none;background:linear-gradient(90deg,#0000,#53664c3b,#0000);border:0;border-radius:50%;height:8px;padding:0;inset:auto 3% 34px 7%}.hero-arch{background:radial-gradient(circle at 50% 18%,#ffffffeb,#f8f6eb9e 43%,#cedfc7b8 100%);border:1px solid #ffffffe6;border-radius:48% 48% 32px 32px;position:absolute;inset:8px 4% 55px 8%;box-shadow:inset 0 0 0 1px #365a400d,0 24px 60px #2e482e14}.hero-product{z-index:2;transition:transform .28s,filter .28s;display:block;position:absolute;bottom:26px}.hero-product:hover{filter:brightness(1.025);transform:translateY(-9px)}.hero-product img{object-fit:contain;object-position:center bottom;filter:drop-shadow(0 24px 19px #1837243b);width:100%;height:100%;display:block}.hero-moringa{z-index:1;width:34%;height:480px;left:-2%;transform:rotate(-1.5deg)}.hero-amla{z-index:1;width:34%;height:470px;right:-3%;transform:rotate(1.7deg)}.hero-super{z-index:3;width:39%;height:560px;left:31%}.hero-moringa-caps{z-index:5;width:25%;height:325px;bottom:10px;left:16%}.hero-ashwagandha-caps{z-index:5;width:25%;height:330px;bottom:7px;right:15%}.hero-moringa:hover{transform:rotate(-1.5deg)translateY(-9px)}.hero-amla:hover{transform:rotate(1.7deg)translateY(-9px)}.hero-range-note{z-index:8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffd1;border:1px solid #224f342b;border-radius:16px;flex-direction:column;gap:3px;padding:12px 16px;display:flex;position:absolute;top:25px;right:0;box-shadow:0 12px 35px #22422917}.hero-range-note strong{font:600 15px Playfair Display,serif}.hero-range-note span{text-transform:uppercase;letter-spacing:.12em;color:#6f7b72;font-size:9px}.imagewrap,.arrival-image{isolation:isolate}.imagewrap img,.arrival-image img{object-position:center}.imagewrap img{max-width:340px;max-height:345px}.card.green .imagewrap{background:linear-gradient(145deg,#e7efde,#fbf8ef)}.card.orange .imagewrap{background:linear-gradient(145deg,#f4e2d3,#fbf7ef)}.card.gold .imagewrap{background:linear-gradient(145deg,#efe9db,#fbf8ef)}.card.forest .imagewrap{background:linear-gradient(145deg,#e1eadb,#f8f4e9)}.card.amla .imagewrap{background:linear-gradient(145deg,#e7f0dc,#fbf8ef)}.card.super .imagewrap{background:linear-gradient(145deg,#e2ebdc,#f2dedd)}.product-storyboard{background:#fff;border:1px solid #264e361a;border-radius:30px;grid-template-columns:1.04fr .96fr;max-width:1268px;margin:90px auto;display:grid;overflow:hidden;box-shadow:0 22px 60px #1f412b14}.storyboard-scene{background:#e9eee5;min-height:610px;position:relative;overflow:hidden}.storyboard-photo{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.storyboard-shade{background:linear-gradient(90deg,#0000 42%,#102d1f33 100%);position:absolute;inset:0}.storyboard-pack{z-index:3;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 22px 20px #0f231747);width:43%;height:80%;position:absolute;bottom:-1%;right:-2%}.storyboard-bottle .storyboard-pack{width:38%;height:72%;right:2%}.storyboard-jar .storyboard-pack{width:42%;height:55%;bottom:4%;right:3%}.storyboard-label{z-index:4;color:#244c39;letter-spacing:.13em;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffe0;border-radius:999px;padding:9px 12px;font-size:9px;font-weight:800;position:absolute;top:24px;left:24px}.storyboard-copy{align-self:center;padding:58px 52px}.storyboard-copy>h2{margin:10px 0 15px;font:600 42px/1.08 Playfair Display,serif}.storyboard-copy>p:not(.eyebrow){color:#5c6b62;margin:0;font-size:16px;line-height:1.75}.storyboard-benefits{border-top:1px solid var(--line);margin-top:30px}.storyboard-benefits article{border-bottom:1px solid var(--line);grid-template-columns:34px 1fr;gap:14px;padding:17px 0;display:grid}.storyboard-benefits article>span{color:var(--orange);letter-spacing:.08em;padding-top:3px;font-size:10px;font-weight:800}.storyboard-benefits h3{margin:0 0 4px;font:600 17px Playfair Display,serif}.storyboard-benefits p{color:#6a756e;margin:0;font-size:12px;line-height:1.5}.product-ashwagandha-root-powder .storyboard-pack,.product-amla-powder .storyboard-pack{right:-4%}.product-super-greens-reds-powder .storyboard-pack{height:83%;right:-3%}.product-moringa-capsules .storyboard-pack,.product-ashwagandha-capsules .storyboard-pack,.product-mtb-capsules .storyboard-pack{width:41%;height:76%;right:27%}@media (width<=1100px){.hero{grid-template-columns:minmax(340px,.78fr) minmax(540px,1.22fr);padding-inline:4vw}.hero-stage{height:535px}.hero-moringa{height:435px}.hero-amla{height:425px}.hero-super{height:515px}.hero-moringa-caps,.hero-ashwagandha-caps{height:300px}.storyboard-copy{padding:48px 38px}}@media (width<=900px){.hero{grid-template-rows:auto 520px;grid-template-columns:1fr;padding:62px 5vw 24px}.hero-stage{width:min(760px,100%);height:520px}.hero-range-note{right:2%}.product-storyboard{grid-template-columns:1fr;margin-inline:5vw}.storyboard-scene{min-height:520px}.storyboard-copy{padding:48px}}@media (width<=600px){.hero{grid-template-rows:auto 360px;padding:45px 3vw 12px}.hero .hero-copy h1{font-size:42px}.hero-stage{height:360px}.hero-arch{inset:5px 1% 30px}.hero-moringa{width:37%;height:302px;left:-5%}.hero-amla{width:37%;height:295px;right:-5%}.hero-super{width:41%;height:346px;left:30%}.hero-moringa-caps{width:28%;height:205px;left:13%}.hero-ashwagandha-caps{width:28%;height:210px;right:12%}.hero-range-note{display:none}.imagewrap img{max-width:290px;max-height:295px}.product-storyboard{border-radius:22px;margin-block:60px}.storyboard-scene{min-height:390px}.storyboard-pack{width:48%;height:74%;right:-4%}.storyboard-bottle .storyboard-pack{width:44%;height:70%}.storyboard-jar .storyboard-pack{width:45%;height:48%}.product-moringa-capsules .storyboard-pack,.product-ashwagandha-capsules .storyboard-pack,.product-mtb-capsules .storyboard-pack{width:48%;height:72%;right:24%}.storyboard-copy{padding:36px 28px}.storyboard-copy>h2{font-size:34px}}.mobile-menu-trigger,.mobile-menu-layer{display:none}.site-header{z-index:40;background:#f8f4e9f5;position:relative}.header-logo-link{align-items:center;display:flex}body.menu-open{overflow:hidden}@media (width<=900px){.site-header{height:82px;padding:10px 5vw}.site-header .logo{width:150px;height:62px}.desktop-nav,.desktop-header-cta{display:none!important}.mobile-menu-trigger{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:48px;height:48px;display:flex}.mobile-menu-trigger span{background:var(--ink);border-radius:2px;width:20px;height:2px;display:block}.mobile-menu-layer{z-index:1000;visibility:hidden;pointer-events:none;display:block;position:fixed;inset:0}.mobile-menu-layer.is-open{visibility:visible;pointer-events:auto}.mobile-menu-backdrop{opacity:0;cursor:pointer;background:#0a1c1694;border:0;transition:opacity .25s;position:absolute;inset:0}.mobile-menu-layer.is-open .mobile-menu-backdrop{opacity:1}.mobile-menu-panel{background:var(--cream);overscroll-behavior:contain;flex-direction:column;width:min(89vw,390px);height:100%;padding:22px 24px 25px;transition:transform .28s;display:flex;position:absolute;top:0;right:0;overflow-y:auto;transform:translate(102%);box-shadow:-20px 0 55px #0b211940}.mobile-menu-layer.is-open .mobile-menu-panel{transform:translate(0)}.mobile-menu-top{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding-bottom:18px;display:flex}.mobile-menu-top img{object-fit:contain;width:145px;height:60px}.mobile-menu-close{border:1px solid var(--line);width:44px;height:44px;color:var(--ink);cursor:pointer;background:#fff;border-radius:50%;font:300 32px/1 DM Sans,sans-serif}.mobile-nav{flex-direction:column;gap:0;padding:14px 0;display:flex}.mobile-nav>a,.mobile-products>button{border:0;border-bottom:1px solid var(--line);width:100%;min-height:54px;color:var(--ink);text-align:left;cursor:pointer;background:0 0;justify-content:space-between;align-items:center;padding:0 4px;font:600 19px Playfair Display,serif;display:flex}.mobile-products>button b{font:500 22px DM Sans,sans-serif;transition:transform .2s}.mobile-products.is-open>button b{transform:rotate(180deg)}.mobile-product-links{grid-template-rows:0fr;transition:grid-template-rows .25s;display:grid}.mobile-product-links>div{overflow:hidden}.mobile-products.is-open .mobile-product-links{grid-template-rows:1fr}.mobile-product-links a{color:#5b6c62;border-left:2px solid #d6a16c;padding:9px 12px;font-size:13px;line-height:1.35;display:block}.mobile-product-links a:first-child{color:var(--green);padding-top:14px}.mobile-product-links a:last-child{padding-bottom:15px}.mobile-menu-cta{width:100%;margin-top:auto}.mobile-menu-panel>p{text-align:center;color:#718078;letter-spacing:.1em;text-transform:uppercase;margin:17px 0 0;font-size:10px;font-weight:700}}@media (prefers-reduced-motion:reduce){.mobile-menu-panel,.mobile-menu-backdrop,.mobile-product-links{transition:none}}
