:root{--gold:#c9a84c;--gold-l:#e8c97a;--gold-d:#c9a84c2e;--ink:#0e0c09;--ink2:#141210;--ink3:#1c1916;--cream:#f4efe6;--cream2:#f4efe6e6;--cream3:#f4efe6c7;--green:#2d5a1b;--green-l:#4a8a2e;--terra:#c98a5e;--border:#f4efe61a}.vrinda-root *,.vrinda-root :before,.vrinda-root :after{box-sizing:border-box;margin:0;padding:0}.vrinda-root{background:var(--ink);color:var(--cream);min-height:100vh;font-family:Outfit,sans-serif;font-weight:300;overflow-x:hidden}html{scroll-behavior:smooth}.vrinda-noise{content:"";pointer-events:none;z-index:9990;opacity:.5;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");position:fixed;inset:0}.nav{z-index:9000;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(135deg,#0f261af7,#0a1a12fc);border-bottom:1px solid #c9a84c2e;width:100%;position:fixed;top:0;left:0;right:0}.nav-inner{grid-template-columns:1fr auto 1fr;align-items:center;gap:0 1rem;max-width:1400px;margin:0 auto;padding:.75rem 2.2rem;display:grid}.nav-logo{color:inherit;grid-column:2;justify-self:center;align-items:center;gap:10px;text-decoration:none;display:flex}.nav-logo:hover{transform:translateY(-1px)}.nav-logo-img{object-fit:cover;background:var(--cream);border-radius:50%;width:38px;height:38px;box-shadow:0 0 18px #c9a84c40}.nav-brand{letter-spacing:.22em;color:var(--cream);font-family:Cinzel,serif;font-size:.8rem;font-weight:500}.nav-cart{width:38px;height:38px;color:var(--gold);cursor:pointer;background:#c9a84c1f;border:1px solid #c9a84c59;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:background .2s,transform .2s;display:flex;position:relative}.nav-cart:hover{background:#c9a84c38;transform:translateY(-1px)}.nav-cart svg{width:18px;height:18px}.nav-cart-badge{background:var(--gold);min-width:18px;height:18px;color:var(--ink);border-radius:9999px;justify-content:center;align-items:center;padding:0 5px;font-family:Outfit,sans-serif;font-size:.62rem;font-weight:600;display:flex;position:absolute;top:-4px;right:-4px}.nav-links{grid-column:1;justify-self:start;align-items:center;gap:.2rem;list-style:none;display:flex}.nav-links a{letter-spacing:.22em;text-transform:uppercase;color:#f4efe6a6;border-radius:9999px;padding:.45rem .9rem;font-size:.68rem;text-decoration:none;transition:color .25s,background .25s}.nav-links a:hover{color:var(--cream);background:#ffffff0f}.nav-right{grid-column:3;justify-self:end;align-items:center;gap:1.1rem;display:flex}.nav-link-item{letter-spacing:.22em;text-transform:uppercase;color:#f4efe6a6;white-space:nowrap;font-size:.68rem;text-decoration:none;transition:color .25s}.nav-link-item:hover{color:var(--cream)}.nav-cta{background:var(--gold);color:var(--ink);letter-spacing:.12em;text-transform:uppercase;cursor:pointer;white-space:nowrap;border:none;border-radius:9999px;padding:.55rem 1.3rem;font-family:Outfit,sans-serif;font-size:.7rem;font-weight:500;transition:background .25s,transform .2s}.nav-cta:hover{background:var(--gold-l);transform:translateY(-1px)}.nav-burger{cursor:pointer;background:#c9a84c1f;border:1px solid #c9a84c59;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;padding:0;display:none}.nav-burger span{background:var(--gold);width:18px;height:1.5px;transition:transform .3s,opacity .3s;display:block;position:relative}.nav-burger span:before,.nav-burger span:after{content:"";background:var(--gold);width:18px;height:1.5px;transition:transform .3s,top .3s;position:absolute;left:0}.nav-burger span:before{top:-6px}.nav-burger span:after{top:6px}.nav-burger.open span{background:0 0}.nav-burger.open span:before{top:0;transform:rotate(45deg)}.nav-burger.open span:after{top:0;transform:rotate(-45deg)}.mobile-drawer{z-index:8500;opacity:0;pointer-events:none;background:linear-gradient(#0a0806fa,#0a0806);flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:2rem;transition:opacity .35s;display:flex;position:fixed;inset:0}.mobile-drawer.open{opacity:1;pointer-events:auto}.mobile-drawer a{color:var(--cream);letter-spacing:.04em;padding:.4rem 1rem;font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:300;text-decoration:none;position:relative}.mobile-drawer a:after{content:"";background:var(--gold);width:0;height:1px;transition:width .3s,left .3s;position:absolute;bottom:0;left:50%}.mobile-drawer a:hover:after{width:60%;left:20%}.mobile-drawer .nav-cta{margin-top:1.5rem;padding:.85rem 2rem;font-size:.78rem}.hero{flex-direction:column;justify-content:flex-end;height:100vh;min-height:680px;display:flex;position:relative;overflow:hidden}.hero-bg{background-position:50%;background-size:cover;animation:20s ease-out forwards heroZoom;position:absolute;inset:0;transform:scale(1.08)}@keyframes heroZoom{0%{transform:scale(1.08)}to{transform:scale(1)}}.hero-vignette{background:linear-gradient(90deg,#0a0806e0,#0a08064d 55%,#0a08061a),linear-gradient(#0000 30%,#0a080680,#0a0806f2);position:absolute;inset:0}.hero-content{z-index:2;max-width:700px;padding:0 6vw 6vh;position:relative}.hero-eyebrow{opacity:0;align-items:center;gap:1rem;margin-bottom:1.8rem;animation:.9s .3s forwards fadeUp;display:flex}.eyebrow-line{background:var(--gold);flex-shrink:0;width:32px;height:1px}.eyebrow-text{letter-spacing:.32em;text-transform:uppercase;color:var(--gold);white-space:pre-line;font-size:.62rem}.hero-h1{letter-spacing:-.02em;opacity:0;margin-bottom:1.6rem;font-family:Cormorant Garamond,serif;font-size:clamp(2.6rem,7vw,6.5rem);font-weight:300;line-height:.95;animation:1s .5s forwards fadeUp}.hero-h1 em{color:var(--gold-l);font-style:italic}.hero-sub{color:var(--cream2);opacity:0;max-width:28rem;margin-bottom:2.5rem;font-size:.88rem;line-height:1.95;animation:.9s .75s forwards fadeUp}.hero-ctas{opacity:0;flex-wrap:wrap;align-items:center;gap:1.4rem;animation:.9s .95s forwards fadeUp;display:flex}.btn-chamfer{background:var(--gold);color:var(--ink);letter-spacing:.14em;text-transform:uppercase;cursor:pointer;clip-path:polygon(8px 0%,100% 0%,100% calc(100% - 8px),calc(100% - 8px) 100%,0% 100%,0% 8px);border:none;padding:.85rem 2rem;font-size:.75rem;font-weight:500;transition:background .25s,transform .2s}.btn-chamfer:hover{background:var(--gold-l);transform:translateY(-2px)}.btn-text-link{color:var(--cream2);letter-spacing:.08em;cursor:pointer;align-items:center;gap:.7rem;font-size:.78rem;text-decoration:none;transition:color .25s;display:flex}.btn-text-link:hover{color:var(--cream)}.btn-text-link .circle-icon{border:1px solid #f4efe64d;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.75rem;transition:border-color .25s,background .25s;display:flex}.btn-text-link:hover .circle-icon{border-color:var(--gold);background:var(--gold-d)}.hero-stats{z-index:2;opacity:0;gap:0;animation:.9s 1.2s forwards fadeUp;display:flex;position:absolute;bottom:0;right:0}.stat-block{border-left:1px solid var(--border);text-align:center;background:#0a080699;padding:1.6rem 2.2rem}.stat-num{color:var(--gold-l);font-family:Cormorant Garamond,serif;font-size:2.2rem;font-weight:300;line-height:1;display:block}.stat-label{letter-spacing:.18em;text-transform:uppercase;color:var(--cream3);margin-top:.4rem;font-size:.62rem;display:block}.scroll-cue{z-index:2;opacity:0;flex-direction:column;align-items:center;gap:.6rem;animation:1s 1.8s forwards fadeIn;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.scroll-cue span{letter-spacing:.3em;color:#f4efe6a8;font-size:.55rem}.scroll-hairline{background:linear-gradient(to bottom,var(--gold),transparent);width:1px;height:42px;animation:2s ease-in-out infinite hairlinePulse}@keyframes hairlinePulse{0%,to{opacity:.3}50%{opacity:1}}@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.vrinda-root section{position:relative;overflow:hidden}.section-inner{max-width:1200px;margin:0 auto;padding:4rem 6vw}#section-who{background:radial-gradient(ellipse 60% 40% at 15% 20%,#c9a84c14,transparent 70%),radial-gradient(ellipse 50% 35% at 90% 80%,#8a6d3b1a,transparent 70%),linear-gradient(180deg,var(--ink2) 0%,#0f0d09 100%);min-height:110vh}#section-who:before{content:"";pointer-events:none;border:1px solid #c9a84c2e;border-radius:50%;width:340px;height:340px;position:absolute;top:6rem;right:-120px}#section-who:after{content:"";pointer-events:none;border:1px solid #c9a84c1a;border-radius:50%;width:420px;height:420px;position:absolute;bottom:-160px;left:-160px}.who-header{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;margin-bottom:5rem;display:grid}.who-left .eyebrow-row{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.who-h2{letter-spacing:-.02em;font-family:Cormorant Garamond,serif;font-size:clamp(2.4rem,5vw,5rem);font-weight:300;line-height:1}.who-h2 em{color:var(--gold-l);font-style:italic}.who-right p{color:var(--cream2);border-left:1px solid var(--gold-d);max-width:400px;margin-top:3.5rem;padding-left:1.5rem;font-size:.9rem;line-height:2.1}.cards-row{grid-template-columns:repeat(5,1fr);gap:2px;display:grid}.card-3d{flex-direction:column;justify-content:flex-end;min-height:340px;padding:1.8rem 1.4rem;transition:transform .4s;display:flex;position:relative;overflow:hidden}.card-3d:before{content:"";z-index:1;pointer-events:none;background-image:radial-gradient(circle at 1px 1px,#ffffff0a 1px,#0000 0);background-size:18px 18px;position:absolute;inset:0}.card-bg-01{background:linear-gradient(135deg,#0a1a08,#152b10)}.card-bg-02{background:linear-gradient(135deg,#0e0a00,#2a1e00)}.card-bg-03{background:linear-gradient(135deg,#070e1a,#0d1f35)}.card-bg-04{background:linear-gradient(135deg,#120a16,#231235)}.card-bg-05{background:linear-gradient(135deg,#0a0a0a,#1a1212)}.card-content{z-index:2;position:relative}.card-index{letter-spacing:.25em;color:var(--gold);margin-bottom:1rem;font-family:Cinzel,serif;font-size:.7rem;font-weight:400;display:block}.card-title{color:var(--cream);margin-bottom:.6rem;font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:400;line-height:1.15}.card-desc{color:var(--cream3);font-size:.75rem;line-height:1.8}.card-accent-line{background:var(--gold);opacity:0;height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.card-3d:hover .card-accent-line{opacity:1}.card-3d:hover{transform:translateY(-4px)}#section-features{background:radial-gradient(ellipse 70% 50% at 50% 0%,#c9a84c12,transparent 70%),radial-gradient(circle at 100% 100%,#3c785014,transparent 60%),linear-gradient(180deg,var(--ink) 0%,#0c0a07 100%);min-height:120vh}#section-features:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#c9a84c66,#0000);width:80vw;max-width:900px;height:1px;position:absolute;top:20%;left:50%;transform:translate(-50%)}#section-features:after{content:"❋";color:#c9a84c40;pointer-events:none;font-size:2.2rem;position:absolute;top:5rem;right:8vw}.bento-grid{grid-template-columns:repeat(12,1fr);gap:2px;display:grid}.bento-cell{background:var(--ink3);border:1px solid var(--border);padding:2.5rem;position:relative;overflow:hidden}.bento-cell:before{content:"";pointer-events:none;background-image:radial-gradient(circle at 1px 1px,#ffffff06 1px,#0000 0);background-size:22px 22px;position:absolute;inset:0}.bento-a{grid-area:span 2/span 7;min-height:340px}.bento-b,.bento-c{grid-column:span 5;min-height:160px}.bento-d,.bento-e,.bento-f{grid-column:span 4;min-height:200px}.bento-tag{letter-spacing:.28em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem;font-size:.62rem;display:block}.bento-h{margin-bottom:1rem;font-family:Cormorant Garamond,serif;font-size:clamp(1.6rem,3vw,2.8rem);font-weight:300;line-height:1.1}.bento-p{color:var(--cream3);max-width:380px;font-size:.82rem;line-height:1.9}.bento-num{color:var(--gold);margin-bottom:.5rem;font-family:Cormorant Garamond,serif;font-size:4rem;font-weight:300;line-height:1;display:block}.bento-small-h{color:var(--cream2);margin-bottom:.5rem;font-size:1rem;font-weight:400;display:block}.bento-small-p{color:var(--cream3);font-size:.75rem;line-height:1.8}#section-products{background:radial-gradient(ellipse 60% 30% at 50% 0%,#c9a84c14,transparent 70%),linear-gradient(180deg,var(--ink2),#11140f 100%);min-height:120vh}#section-products:before{content:"";background:linear-gradient(90deg,#0000,#c9a84c61,#0000);height:1px;position:absolute;top:7rem;left:6vw;right:6vw}.products-eyebrow{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.products-title{margin-bottom:1rem;font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,5vw,4.5rem);font-weight:300;line-height:1}.products-title em{color:var(--gold-l);font-style:italic}.products-sub{color:var(--cream3);max-width:480px;margin-bottom:4rem;font-size:.85rem;line-height:1.9}.collection-highlights{grid-template-columns:repeat(3,1fr);gap:2px;max-width:900px;margin:1.5rem 0 3rem;display:grid}.collection-highlights div{border:1px solid var(--border);background:#f4efe609;padding:1.1rem 1.2rem}.collection-highlights b{color:var(--cream);margin-bottom:.35rem;font-family:Cormorant Garamond,serif;font-size:1.35rem;font-weight:400;display:block}.collection-highlights span{color:var(--cream3);font-size:.72rem;line-height:1.65}.collection-stats{grid-template-columns:repeat(4,1fr);gap:2px;max-width:900px;margin:0 0 3rem;display:grid}.collection-stat{text-align:center;background:linear-gradient(145deg,#c9a84c0f,#f4efe605);border:1px solid #c9a84c29;padding:1.2rem 1rem}.collection-stat-n{color:var(--gold-l);margin-bottom:.4rem;font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:300;line-height:1;display:block}.collection-stat-l{letter-spacing:.16em;text-transform:uppercase;color:var(--cream3);font-size:.64rem}.products-grid{grid-template-columns:repeat(4,1fr);gap:2px;display:grid}.prod-card{aspect-ratio:3/4;background:var(--ink3);cursor:pointer;position:relative;overflow:hidden}.prod-thumb{background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;transition:transform .7s cubic-bezier(.16,1,.3,1);position:absolute;inset:0}.prod-card:hover .prod-thumb{transform:scale(1.07)}.prod-card:after{content:"";pointer-events:none;background:linear-gradient(#0000,#0a08064d,#0a0806f5);transition:opacity .4s;position:absolute;inset:0}.prod-info{z-index:2;pointer-events:none;padding:1.4rem 1.2rem;position:absolute;bottom:0;left:0;right:0}.prod-cat{letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:.3rem;font-size:.6rem}.prod-name{margin-bottom:.25rem;font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:400;line-height:1.2}.prod-wt{color:var(--cream3);font-size:.68rem}.prod-actions{z-index:3;opacity:0;background:linear-gradient(#0a08068c,#0a0806d9);flex-direction:column;justify-content:center;align-items:center;gap:.7rem;transition:opacity .35s;display:flex;position:absolute;inset:0}.prod-card:hover .prod-actions{opacity:1}.prod-actions button{letter-spacing:.18em;text-transform:uppercase;cursor:pointer;border:1px solid var(--gold);color:var(--gold);background:0 0;min-width:170px;padding:.7rem 1.4rem;font-family:Outfit,sans-serif;font-size:.7rem;transition:background .2s,color .2s}.prod-actions button.primary{background:var(--gold);color:var(--ink)}.prod-actions button:hover{background:var(--gold-l);color:var(--ink);border-color:var(--gold-l)}@media(hover:none){.prod-actions{display:none}}@media(max-width:768px){.prod-actions{display:none!important}}.modal-backdrop{z-index:10000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#080604d1;justify-content:center;align-items:center;padding:1.5rem;animation:.25s modalFade;display:flex;position:fixed;inset:0}@keyframes modalFade{0%{opacity:0}to{opacity:1}}.modal-box{background:var(--ink2);border:1px solid var(--border);grid-template-columns:1fr 1fr;gap:0;width:100%;max-width:920px;max-height:90vh;display:grid;position:relative;overflow-y:auto}.modal-img{background:#f4efe6 50%/contain no-repeat;min-height:420px}.modal-body{padding:2.5rem 2.2rem}.modal-close{z-index:5;border:1px solid var(--border);width:36px;height:36px;color:var(--cream);cursor:pointer;background:#0a0806b3;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;display:flex;position:absolute;top:1rem;right:1rem}.modal-close:hover{background:var(--gold);color:var(--ink)}.modal-cat{letter-spacing:.32em;text-transform:uppercase;color:var(--gold);margin-bottom:.8rem;font-size:.62rem}.modal-name{margin-bottom:.8rem;font-family:Cormorant Garamond,serif;font-size:2.1rem;font-weight:400;line-height:1.1}.modal-price{color:var(--gold-l);letter-spacing:.08em;margin-bottom:1.4rem;font-family:Cinzel,serif;font-size:1.1rem}.modal-desc{color:var(--cream2);margin-bottom:1.6rem;font-size:.85rem;line-height:1.9}.modal-section-h{letter-spacing:.28em;text-transform:uppercase;color:var(--gold);margin:1.4rem 0 .7rem;font-size:.62rem}.modal-nutri{grid-template-columns:1fr 1fr;gap:.4rem .8rem;margin-bottom:.5rem;display:grid}.modal-nutri li{color:var(--cream2);border-bottom:1px dashed #f4efe61a;justify-content:space-between;padding:.35rem 0;font-size:.78rem;list-style:none;display:flex}.modal-nutri li b{color:var(--cream);font-weight:500}.modal-details{color:var(--cream2);font-size:.78rem;line-height:1.8}.modal-cta-row{flex-wrap:wrap;gap:.7rem;margin-top:1.8rem;display:flex}.modal-cta-row button{letter-spacing:.18em;text-transform:uppercase;cursor:pointer;border:1px solid var(--gold);color:var(--gold);background:0 0;flex:1;min-width:150px;padding:.85rem 1.6rem;font-family:Outfit,sans-serif;font-size:.7rem}.modal-cta-row button.primary{background:var(--gold);color:var(--ink)}.side-backdrop{z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#08060499;animation:.2s modalFade;position:fixed;inset:0}.side-panel{background:var(--ink2);border-left:1px solid var(--border);z-index:10001;flex-direction:column;width:min(440px,100%);animation:.3s cubic-bezier(.16,1,.3,1) slideIn;display:flex;position:fixed;top:0;bottom:0;right:0}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.side-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.4rem 1.6rem;display:flex}.side-title{letter-spacing:.18em;color:var(--gold);font-family:Cinzel,serif;font-size:.85rem}.side-body{flex:1;padding:1.4rem 1.6rem;overflow-y:auto}.side-foot{border-top:1px solid var(--border);padding:1.2rem 1.6rem}.side-item{border-bottom:1px dashed #f4efe61a;align-items:center;gap:.9rem;padding:.8rem 0;display:flex}.side-thumb{background:#f4efe6 50%/contain no-repeat;flex-shrink:0;width:56px;height:56px}.side-form{flex-direction:column;gap:.9rem;margin-top:1.2rem;display:flex}.side-form label{letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:.3rem;font-size:.62rem;display:block}.side-form input,.side-form textarea{background:var(--ink);border:1px solid var(--border);width:100%;color:var(--cream);padding:.7rem .8rem;font-family:Outfit,sans-serif;font-size:.82rem}.side-form input:focus,.side-form textarea:focus{border-color:var(--gold);outline:none}.side-tabs{gap:.5rem;margin-bottom:.8rem;display:flex}.side-tabs button{border:1px solid var(--border);color:var(--cream3);letter-spacing:.18em;text-transform:uppercase;cursor:pointer;background:0 0;flex:1;padding:.5rem;font-size:.6rem}.side-tabs button.active{border-color:var(--gold);color:var(--gold)}.side-error{color:#e88;margin-top:.5rem;font-size:.72rem}.modal-cta-row button:hover{background:var(--gold-l);color:var(--ink);border-color:var(--gold-l)}#section-custom{background:radial-gradient(ellipse 42% 32% at 12% 18%,#4a8a2e1f,transparent 70%),radial-gradient(ellipse 50% 40% at 86% 78%,#c9a84c1a,transparent 70%),linear-gradient(180deg,var(--ink),#0b0f08 100%);align-items:center;min-height:120vh;display:flex}#section-custom:before{content:"✦";color:#c9a84c38;font-size:2.6rem;position:absolute;top:7rem;right:10vw}.custom-grid{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}.custom-label{letter-spacing:.32em;text-transform:uppercase;color:var(--gold);align-items:center;gap:.8rem;margin-bottom:1.5rem;font-size:.62rem;display:flex}.custom-label:before{content:"";background:var(--gold);width:28px;height:1px;display:block}.custom-h{margin-bottom:1.5rem;font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,4.5vw,4.5rem);font-weight:300;line-height:1}.custom-h em{color:var(--gold-l);font-style:italic}.custom-p{color:var(--cream2);max-width:440px;margin-bottom:2.5rem;font-size:.88rem;line-height:2}.bag-pricing-strip{flex-wrap:wrap;align-items:center;gap:.7rem;margin:-1rem 0 1.8rem;display:flex}.bag-pricing-strip span{color:var(--cream2);letter-spacing:.12em;text-transform:uppercase;background:#c9a84c14;border:1px solid #c9a84c47;padding:.45rem .7rem;font-size:.68rem}.bag-steps{grid-template-columns:repeat(3,1fr);gap:2px;margin:0 0 1.6rem;display:grid}.bag-step{border:1px solid var(--border);background:#f4efe609;flex-direction:column;gap:.35rem;padding:1rem;display:flex}.bag-step-n{letter-spacing:.2em;color:var(--gold);font-family:Cinzel,serif;font-size:.7rem}.bag-step b{color:var(--cream);font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:400}.bag-step-d{color:var(--cream3);font-size:.68rem;line-height:1.6}.bag-perks{flex-wrap:wrap;gap:1.2rem;margin-bottom:2rem;display:flex}.bag-perks span{letter-spacing:.06em;color:var(--gold-l);font-size:.7rem}.ingredients-grid{flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;display:flex}.ing{color:var(--cream2);letter-spacing:.06em;cursor:pointer;clip-path:polygon(6px 0%,100% 0%,100% calc(100% - 6px),calc(100% - 6px) 100%,0% 100%,0% 6px);background:#f4efe60a;border:1px solid #f4efe61f;padding:.45rem 1rem;font-size:.72rem;transition:all .2s}.ing:hover{color:var(--gold-l);background:#c9a84c1f;border-color:#c9a84c66}.ing.sel{background:var(--gold);color:var(--ink);border-color:var(--gold)}.bag-box{background:linear-gradient(145deg,#1c1916f5,#0e0c09f5);border:1px solid #c9a84c2e;padding:2.5rem;position:relative;overflow:hidden;box-shadow:0 28px 80px #0000003d}.bag-box:before{content:"";pointer-events:none;border:1px solid #c9a84c14;position:absolute;inset:1rem}.bag-box-title{letter-spacing:.25em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem;font-size:.65rem}.bag-visual{background:linear-gradient(160deg,#c9a84c26,#4a8a2e14);border:1px solid #f4efe614;place-items:center;height:150px;margin-bottom:1.5rem;display:grid;position:relative}.bag-seal{letter-spacing:.24em;color:var(--gold-l);font-family:Cinzel,serif;font-size:.68rem;position:absolute;top:1rem}.bag-window{gap:.45rem;margin-top:1rem;display:flex}.bag-window i{background:#f4efe614;border:1px solid #f4efe61f;border-radius:999px;width:26px;height:58px}.bag-window i.filled{background:linear-gradient(180deg,var(--gold-l),var(--green-l));border-color:#c9a84cb3}.bag-selected{flex-wrap:wrap;gap:.5rem;min-height:80px;margin-bottom:2rem;display:flex}.bag-pill{color:var(--gold-l);background:#c9a84c1f;border:1px solid #c9a84c4d;align-items:center;gap:.5rem;padding:.35rem .8rem;font-size:.72rem;display:flex}.bag-pill-x{cursor:pointer;opacity:.6;font-size:.9rem;transition:opacity .2s}.bag-pill-x:hover{opacity:1}.bag-footer2{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.bag-counter{color:var(--cream3);font-size:.78rem}.bag-counter em{color:var(--gold);font-family:Cormorant Garamond,serif;font-size:1.8rem;font-style:normal}.bag-empty-msg{color:var(--cream3);opacity:.5;font-size:.8rem}#section-b2b{background:radial-gradient(ellipse 45% 35% at 18% 78%,#c9a84c1a,transparent 72%),radial-gradient(ellipse 50% 38% at 90% 18%,#4a8a2e1c,transparent 70%),linear-gradient(180deg,var(--ink2),#090806 100%);min-height:120vh}#section-b2b:after{content:"";border:1px solid #c9a84c24;border-radius:50%;width:360px;height:360px;position:absolute;top:12rem;right:-120px}.b2b-grid{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}.b2b-h{margin-bottom:1.5rem;font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,4.5vw,4.5rem);font-weight:300;line-height:1}.b2b-h em{color:var(--gold-l);font-style:italic}.b2b-p{color:var(--cream2);margin-bottom:2.5rem;font-size:.88rem;line-height:2}.partner-flow{flex-wrap:wrap;align-items:center;gap:.65rem;margin:-.8rem 0 2rem;display:flex}.partner-flow span{letter-spacing:.18em;text-transform:uppercase;color:var(--gold-l);background:#c9a84c12;border:1px solid #c9a84c3d;padding:.5rem .75rem;font-size:.64rem}.partner-flow i{background:#c9a84c5c;width:24px;height:1px}.b2b-stats{grid-template-columns:repeat(2,1fr);gap:2px;margin:0 0 2.4rem;display:grid}.b2b-stat{border:1px solid var(--border);text-align:center;background:#f4efe609;padding:1.1rem 1rem}.b2b-stat-n{color:var(--gold-l);margin-bottom:.35rem;font-family:Cormorant Garamond,serif;font-size:1.7rem;font-weight:300;line-height:1;display:block}.b2b-stat-l{letter-spacing:.14em;text-transform:uppercase;color:var(--cream3);font-size:.62rem}.b2b-perks{grid-template-columns:1fr 1fr;gap:1.2rem;margin-bottom:3rem;display:grid}.b2b-perk{border:1px solid var(--border);background:linear-gradient(145deg,#f4efe60b,#c9a84c06);padding:1.4rem;transition:border-color .3s,transform .3s}.b2b-perk:hover{border-color:#c9a84c59;transform:translateY(-3px)}.b2b-perk-icon{margin-bottom:.7rem;font-size:1.4rem;display:block}.b2b-perk-name{color:var(--cream2);margin-bottom:.3rem;font-size:.8rem;font-weight:400}.b2b-perk-desc{color:var(--cream3);font-size:.72rem;line-height:1.7}.form-box{background:var(--ink3);border:1px solid var(--border);padding:2.5rem}.form-title{margin-bottom:2rem;font-family:Cormorant Garamond,serif;font-size:1.8rem;font-weight:300}.fg{margin-bottom:1.2rem}.fl{letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem;font-size:.65rem;display:block}.fi,.fs,.ft{width:100%;color:var(--cream);background:#f4efe60a;border:1px solid #f4efe61f;border-radius:0;outline:none;padding:.8rem 1rem;font-family:Outfit,sans-serif;font-size:.85rem;font-weight:300;transition:border-color .25s}.fi:focus,.fs:focus,.ft:focus{border-color:var(--gold)}.fi::placeholder,.ft::placeholder{color:var(--cream3)}.fs{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23C9A84C' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat}.ft{resize:vertical;min-height:80px}.fr{grid-template-columns:1fr 1fr;gap:1rem;display:grid}#section-close{text-align:center;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.close-bg{filter:brightness(.7)saturate(.9);background:radial-gradient(circle at 30% 70%,#4a8a2e2e,#0000 60%),radial-gradient(circle at 80% 30%,#c9a84c1f,#0000 60%),linear-gradient(135deg,#0a0806,#1a120a);position:absolute;inset:0;transform:scale(1.05)}.close-vignette{background:radial-gradient(#0000 20%,#0a0806cc);position:absolute;inset:0}.close-content{z-index:2;padding:4rem 1.5rem;position:relative}.close-eyebrow{letter-spacing:.32em;text-transform:uppercase;color:var(--gold);margin-bottom:2rem;font-size:.62rem}.close-h{margin-bottom:3rem;font-family:Cormorant Garamond,serif;font-size:clamp(2.4rem,8vw,8rem);font-weight:300;line-height:.92}.close-h em{color:var(--gold-l);font-style:italic}.close-actions{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.btn-outline-gold{color:var(--cream2);letter-spacing:.14em;text-transform:uppercase;cursor:pointer;clip-path:polygon(8px 0%,100% 0%,100% calc(100% - 8px),calc(100% - 8px) 100%,0% 100%,0% 8px);background:0 0;border:1px solid #c9a84c80;padding:.85rem 2rem;font-family:Outfit,sans-serif;font-size:.75rem;transition:all .25s}.btn-outline-gold:hover{border-color:var(--gold);color:var(--gold)}.vrinda-footer{border-top:1px solid var(--border);background:#08070a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding:3rem 6vw;display:flex}.foot-brand{letter-spacing:.2em;color:var(--cream);font-family:Cinzel,serif;font-size:.78rem}.foot-copy{color:var(--cream3);letter-spacing:.08em;font-size:.7rem}.foot-tag{letter-spacing:.22em;text-transform:uppercase;color:var(--gold);opacity:.6;font-size:.62rem}.foot-social{width:34px;height:34px;color:var(--gold);background:#c9a84c1f;border:1px solid #c9a84c59;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,transform .2s;display:flex}.foot-social:hover{background:#c9a84c38;transform:translateY(-1px)}.foot-social svg{width:16px;height:16px}@media(max-width:900px){.who-header{grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}.who-right p{max-width:100%;margin-top:0}.cards-row{grid-template-columns:repeat(2,1fr)}.bento-a{grid-area:auto/span 12}.bento-b,.bento-c,.bento-d,.bento-e,.bento-f{grid-column:span 6}.products-grid{grid-template-columns:repeat(2,1fr)}.custom-grid,.b2b-grid{grid-template-columns:1fr;gap:3rem}.b2b-perks,.fr{grid-template-columns:1fr}.section-inner{padding:5rem 6vw}.hero-stats{justify-content:space-between;width:100%;position:relative}.stat-block{flex:1;padding:1rem .6rem}.stat-num{font-size:1.5rem}}@media(max-width:768px){.nav{width:100%;top:0}.nav-inner{padding:.55rem 1rem}.nav-links,.nav-cta,.nav-link-item{display:none}.nav-logo{grid-column:1;justify-self:start}.nav-right{grid-column:3}.nav-burger{display:flex}.nav-brand{letter-spacing:.18em;font-size:.72rem}.nav-logo-img{width:32px;height:32px}.nav-cart{width:36px;height:36px}.nav-cart svg{width:16px;height:16px}.modal-box{grid-template-columns:1fr;max-height:92vh}.modal-img{min-height:260px}.modal-body{padding:1.6rem 1.3rem}.modal-name{font-size:1.6rem}.hero{height:auto;min-height:560px;padding-top:5rem;padding-bottom:2rem}.hero-content{padding:5rem 6vw 3rem}.hero-h1{font-size:clamp(2.4rem,11vw,3.8rem)}.hero-sub{font-size:.85rem}.hero-ctas{gap:1rem}.btn-chamfer{padding:.75rem 1.4rem;font-size:.7rem}.scroll-cue{display:none}.cards-row{grid-template-columns:1fr}.card-3d{min-height:240px}.bento-grid{flex-direction:column;gap:2px;display:flex}.bento-cell{padding:1.8rem}.bento-num{font-size:3rem}.products-grid{grid-template-columns:1fr 1fr}.collection-highlights{grid-template-columns:1fr;margin:1rem 0 2rem}.collection-stats{grid-template-columns:repeat(2,1fr);margin:0 0 2rem}.collection-stat-n{font-size:1.7rem}.bag-steps{grid-template-columns:1fr}.bag-perks{gap:.8rem 1.2rem}.b2b-stats{grid-template-columns:1fr}.partner-flow i{display:none}.bag-pricing-strip span{font-size:.62rem}.bag-visual{height:128px}.bag-box,.form-box{padding:1.6rem}.close-h{font-size:clamp(2.4rem,11vw,3.8rem)}.close-content{padding:3rem 1rem}.close-actions .btn-chamfer,.close-actions .btn-outline-gold{width:100%}.vrinda-footer{text-align:center;flex-direction:column;gap:.8rem;padding:2.2rem 1.5rem}}.reveal{opacity:0;transition:opacity .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1);transform:translateY(28px)}.reveal.in{opacity:1;transform:translateY(0)}.stagger-1{transition-delay:.1s}.stagger-2{transition-delay:.2s}.stagger-3{transition-delay:.3s}.stagger-4{transition-delay:.4s}.stagger-5{transition-delay:.5s}.pdp-grid{grid-template-columns:1.1fr 1fr;align-items:start;gap:3.5rem;display:grid}.pdp-img{aspect-ratio:1;background-color:#f4efe6;background-position:50%;background-repeat:no-repeat;background-size:contain;border:1px solid #c9a54833}.pdp-name{margin:.4rem 0 .8rem;font-family:Cormorant Garamond,serif;font-size:clamp(2rem,4vw,3.2rem);line-height:1.05}.pdp-body{padding:1rem 0}@media(max-width:768px){.pdp-grid{grid-template-columns:1fr;gap:2rem}}.wl-overlay{z-index:1000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0c0905b8;justify-content:center;align-items:center;padding:1.2rem;display:flex;position:fixed;inset:0;overflow-y:auto}.wl-modal{background:var(--ink2,#1a140d);border:1px solid var(--border,#3a2e1f);border-radius:18px;width:100%;max-width:440px;max-height:92vh;padding:2rem 1.8rem;position:relative;overflow-y:auto;box-shadow:0 30px 80px -20px #000000b3}.wl-close{color:var(--cream3,#9a8f78);cursor:pointer;background:0 0;border:none;font-size:1.1rem;line-height:1;position:absolute;top:1rem;right:1.1rem}.wl-close:hover{color:var(--cream,#f4efe6)}.wl-eyebrow{letter-spacing:.22em;text-transform:uppercase;color:var(--gold,#c9a84c);margin:0 0 .5rem;font-size:.7rem}.wl-title{color:var(--cream,#f4efe6);margin:0 0 .6rem;font-family:Cormorant Garamond,serif;font-size:2rem;line-height:1.05}.wl-sub{color:var(--cream2,#cabfa6);margin:0 0 1.3rem;font-size:.85rem;line-height:1.5}.wl-label{letter-spacing:.08em;text-transform:uppercase;color:var(--cream3,#9a8f78);margin:.8rem 0 .3rem;font-size:.7rem;display:block}.wl-input{border:1px solid var(--border,#3a2e1f);background:var(--ink,#0f0b07);width:100%;color:var(--cream,#f4efe6);border-radius:9px;padding:.65rem .8rem;font-family:inherit;font-size:.9rem}.wl-input:focus{border-color:var(--gold,#c9a84c);outline:none}select.wl-input{appearance:none;cursor:pointer}.wl-submit{width:100%;margin-top:1.3rem;padding:.95rem}.wl-error{color:#e88a78;margin:.8rem 0 0;font-size:.78rem}.wl-fineprint{color:var(--cream3,#9a8f78);text-align:center;margin:.7rem 0 0;font-size:.68rem}.wl-success{text-align:center;padding:1.5rem 0}.wl-success .wl-sub{margin-bottom:1.6rem}.annc-bar{z-index:9100;background:linear-gradient(90deg,#142b0d,#1f3d14);border-bottom:1px solid #c9a84c40;align-items:center;height:38px;display:flex;position:relative;overflow:hidden}.annc-track{white-space:nowrap;gap:4rem;padding-left:2rem;animation:30s linear infinite anncScroll;display:flex}.annc-item{letter-spacing:.14em;text-transform:uppercase;color:var(--cream);font-size:.68rem}@keyframes anncScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.annc-bar:hover .annc-track{animation-play-state:paused}.annc-close{color:var(--cream);cursor:pointer;background:#00000040;border:none;border-radius:50%;width:22px;height:22px;font-size:.7rem;line-height:1;position:absolute;top:50%;right:.8rem;transform:translateY(-50%)}.annc-close:hover{color:var(--gold-l)}@media(prefers-reduced-motion:reduce){.annc-track{animation:none}}#section-trust{background:linear-gradient(180deg,#0f0d09,var(--ink2))}.trust-inner{padding-top:4rem;padding-bottom:4rem}.trust-grid{grid-template-columns:repeat(4,1fr);gap:2px;display:grid}.trust-cell{text-align:center;background:linear-gradient(145deg,#c9a84c0f,#f4efe605);border:1px solid #c9a84c29;padding:2rem 1.4rem}.trust-n{color:var(--gold-l);margin-bottom:.6rem;font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:300;line-height:1;display:block}.trust-l{letter-spacing:.14em;text-transform:uppercase;color:var(--cream);margin-bottom:.5rem;font-size:.7rem;display:block}.trust-d{color:var(--cream3);font-size:.74rem;line-height:1.6;display:block}#section-story{background:radial-gradient(ellipse 60% 40% at 85% 15%,#c9a84c12,transparent 70%),linear-gradient(180deg,var(--ink2),#0f0d09)}.story-head{margin-bottom:2.5rem}.story-head .eyebrow-row{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.story-h{font-family:Cormorant Garamond,serif;font-size:clamp(2.4rem,5vw,4.5rem);font-weight:300;line-height:1}.story-h em{color:var(--gold-l);font-style:italic}.story-body{grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-bottom:3.5rem;display:grid}.story-body p{color:var(--cream2);font-size:.86rem;line-height:2}.story-points{grid-template-columns:repeat(4,1fr);gap:2px;display:grid}.story-point{text-align:center;border:1px solid var(--border);background:#f4efe609;flex-direction:column;align-items:center;gap:1rem;padding:1.8rem 1.2rem;display:flex}.story-point-icon{background:var(--gold-d);width:48px;height:48px;color:var(--gold-l);border:1px solid #c9a84c59;border-radius:50%;justify-content:center;align-items:center;display:flex}.story-point-t{color:var(--cream);font-family:Cormorant Garamond,serif;font-size:1.05rem;line-height:1.3}.prod-badges{flex-wrap:wrap;gap:.35rem;margin-bottom:.5rem;display:flex}.prod-badge{letter-spacing:.1em;text-transform:uppercase;color:var(--gold-l);background:#c9a84c29;border:1px solid #c9a84c66;border-radius:9999px;padding:.2rem .55rem;font-size:.56rem}.prod-origin{letter-spacing:.1em;color:var(--cream3);margin-top:.4rem;font-size:.6rem}#section-voices{background:linear-gradient(180deg,#11140f,var(--ink2))}.voices-scroll{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1.5rem;padding:0 6vw 1rem;display:flex;overflow-x:auto}.voices-scroll::-webkit-scrollbar{height:6px}.voices-scroll::-webkit-scrollbar-thumb{background:#c9a84c4d;border-radius:3px}.voice-card{scroll-snap-align:start;border:1px solid var(--border);background:linear-gradient(145deg,#f4efe60d,#f4efe605);flex-direction:column;flex:0 0 320px;justify-content:space-between;gap:1.5rem;max-width:320px;padding:1.8rem;display:flex;box-shadow:0 18px 40px -28px #000c}.voice-card blockquote{color:var(--cream);font-family:Cormorant Garamond,serif;font-size:1.15rem;font-style:italic;line-height:1.5}.voice-card figcaption{align-items:center;gap:.8rem;display:flex}.voice-avatar{background:var(--gold);width:42px;height:42px;color:var(--ink);border-radius:50%;justify-content:center;align-items:center;font-family:Cormorant Garamond,serif;font-size:1.2rem;display:flex}.voice-meta{flex-direction:column;display:flex}.voice-name{color:var(--cream);font-family:Cormorant Garamond,serif;font-size:1.05rem}.voice-role{letter-spacing:.1em;text-transform:uppercase;color:var(--cream3);font-size:.66rem}#section-kitchen{background:linear-gradient(180deg,var(--ink2),#0f0d09)}#section-explore{background:linear-gradient(180deg,#0f0d09,var(--ink2))}.explore-pin{width:30px;height:30px;color:var(--gold);background:#c9a84c1f;border-radius:50%;flex-shrink:0;place-items:center;display:grid}.map-layout{grid-template-columns:minmax(0,55%) minmax(0,1fr);align-items:center;gap:3rem;margin-top:3rem;display:grid}.map-wrap{justify-content:center;display:flex}.india-map{width:100%;max-width:500px;height:auto;display:block;overflow:visible}.map-state{fill:#f4efe60d;stroke:#f4efe624;stroke-width:.5px;transition:fill .3s}.map-state.src{fill:#4a8a2e59;stroke:#c9a84c73;cursor:pointer}.map-state.src:hover{fill:#4a8a2e99}.map-state.sel{fill:var(--green-l);stroke:var(--gold);stroke-width:1px}.map-pin-dot{fill:var(--gold);stroke:var(--ink);stroke-width:1px}.map-pin-pulse{fill:var(--gold);opacity:.5;transform-box:fill-box;transform-origin:50%;animation:2.4s ease-out infinite mapPulse}@keyframes mapPulse{0%{opacity:.55;transform:scale(.45)}70%{opacity:0;transform:scale(1.6)}to{opacity:0}}.map-panel{flex-direction:column;align-self:center;gap:1.1rem;display:flex}.map-panel-card{background:var(--ink3);border:1px solid var(--border);flex-direction:column;gap:.7rem;padding:1.3rem 1.4rem;animation:.4s both fadeUp;display:flex}.map-panel-head{align-items:center;gap:.6rem;display:flex}.map-panel-state{color:var(--cream);font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:400;line-height:1.1}.map-ingredient-pill{letter-spacing:.16em;text-transform:uppercase;color:var(--cream);background:var(--green);border-radius:9999px;align-self:flex-start;padding:.35rem .7rem;font-size:.6rem}.map-panel-desc{color:var(--cream3);font-size:.78rem;line-height:1.6}.map-panel-empty{border:1px dashed var(--border);background:#f4efe608;padding:1.3rem 1.4rem}.map-panel-empty p{color:var(--cream3);font-size:.8rem;font-style:italic;line-height:1.6}.map-legend{flex-wrap:wrap;gap:.5rem;display:flex}.map-legend-item{border:1px solid var(--border);color:var(--cream2);letter-spacing:.04em;cursor:pointer;background:0 0;border-radius:9999px;align-items:center;gap:.5rem;padding:.45rem .7rem;font-family:Outfit,sans-serif;font-size:.7rem;transition:border-color .25s,color .25s;display:flex}.map-legend-item:hover,.map-legend-item.active{border-color:var(--gold);color:var(--gold)}.map-legend-dot{background:var(--gold);border-radius:50%;flex-shrink:0;width:7px;height:7px}@media(max-width:820px){.map-layout{grid-template-columns:1fr;gap:2rem}.india-map{max-width:380px;margin:0 auto}.map-panel{position:static}}#section-trust,#section-story,#section-features,#section-explore,#section-kitchen,#section-voices,#section-faq,#section-press{content-visibility:auto;contain-intrinsic-size:auto 600px}.kitchen-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem;display:grid}.kitchen-card{color:inherit;flex-direction:column;gap:.9rem;text-decoration:none;display:flex}.kitchen-thumb{aspect-ratio:3/4;border:1px solid var(--border);background-color:#23201a;background-image:linear-gradient(150deg,#4a8a2e66,#b85c3873);background-position:50%;background-size:cover;flex-direction:column;justify-content:flex-end;transition:box-shadow .35s,transform .35s;display:flex;position:relative;overflow:hidden;box-shadow:0 6px 20px -16px #000000b3}.kitchen-card:hover .kitchen-thumb{transform:translateY(-4px);box-shadow:0 18px 40px -22px #000000d9}.kitchen-badge{z-index:2;letter-spacing:.14em;text-transform:uppercase;color:var(--cream);background:var(--green);border-radius:9999px;padding:.32rem .65rem;font-size:.58rem;position:absolute;top:.9rem;left:.9rem}.kitchen-thumb-fade{background:linear-gradient(#0000 25%,#0f0d0973 60%,#0f0d09eb);position:absolute;inset:0}.kitchen-title{z-index:2;color:var(--cream);padding:0 1.2rem 1.3rem;font-family:Cormorant Garamond,serif;font-size:1.25rem;font-weight:400;line-height:1.25;position:relative}.kitchen-more{letter-spacing:.16em;text-transform:uppercase;color:var(--terra,#c98a5e);font-size:.66rem;transition:transform .25s;display:inline-block}.kitchen-card:hover .kitchen-more{transform:translate(4px)}.kitchen-viewall{justify-content:flex-end;margin-top:2rem;display:flex}#section-press{background:var(--ink2)}.press-inner{text-align:center;padding-top:4rem;padding-bottom:4rem}.press-h{letter-spacing:.3em;text-transform:uppercase;color:var(--gold);margin-bottom:2rem;font-size:.66rem}.press-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:2.5rem;display:flex}.press-logo{letter-spacing:.12em;color:var(--cream3);filter:grayscale();opacity:.6;font-family:Cinzel,serif;font-size:1rem}#section-faq{background:linear-gradient(180deg,#0f0d09,var(--ink2))}.faq-inner{max-width:820px}.faq-list{border-top:1px solid var(--border);margin-top:2.5rem}.faq-item{border-bottom:1px solid var(--border)}.faq-q{cursor:pointer;text-align:left;width:100%;color:var(--cream);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.4rem .2rem;font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:400;display:flex}.faq-q:hover{color:var(--gold-l)}.faq-chev{color:var(--gold);flex-shrink:0;transition:transform .3s}.faq-item.open .faq-chev{transform:rotate(180deg)}.faq-a-wrap{transition:grid-template-rows .35s;display:grid}.faq-a{overflow:hidden}.faq-a p{color:var(--cream3);max-width:90%;padding:0 .2rem 1.4rem;font-size:.84rem;line-height:1.9}#section-newsletter{background:linear-gradient(110deg,#142b0d,#1f3d14)}.newsletter-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2.5rem;max-width:1200px;margin:0 auto;padding:4rem 6vw;display:flex}.newsletter-text h2{color:var(--cream);font-family:Cormorant Garamond,serif;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:300;line-height:1.1}.newsletter-text p{color:var(--cream2);margin-top:.6rem;font-size:.85rem}.newsletter-form{flex-wrap:wrap;gap:.6rem;display:flex}.newsletter-form input{color:var(--cream);background:#f4efe614;border:1px solid #f4efe640;outline:none;min-width:240px;padding:.85rem 1.1rem;font-family:Outfit,sans-serif;font-size:.85rem}.newsletter-form input::placeholder{color:var(--cream3)}.newsletter-form input:focus{border-color:var(--gold)}.vrinda-footer-lg{border-top:1px solid var(--border);background:#08070a}.footer-cols{grid-template-columns:1.6fr 1fr 1fr 1.4fr;gap:2.5rem;max-width:1200px;margin:0 auto;padding:4rem 6vw 2.5rem;display:grid}.footer-col{flex-direction:column;gap:.7rem;display:flex}.footer-brandline{align-items:center;gap:.7rem;display:flex}.footer-logo{object-fit:cover;background:var(--cream);border-radius:50%;width:36px;height:36px}.footer-brand-col .foot-tag{margin-top:.3rem}.footer-mission{color:var(--cream3);max-width:260px;margin-top:.4rem;font-size:.76rem;line-height:1.8}.footer-col-h{letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.4rem;font-size:.66rem}.footer-col a{color:var(--cream2);font-size:.8rem;text-decoration:none;transition:color .2s}.footer-col a:hover{color:var(--gold-l)}.footer-news-copy{color:var(--cream3);font-size:.76rem;line-height:1.7}.footer-news-form{gap:.4rem;margin-top:.4rem;display:flex}.footer-news-form input{min-width:0;color:var(--cream);background:#f4efe60d;border:1px solid #f4efe62e;outline:none;flex:1;padding:.6rem .7rem;font-size:.8rem}.footer-news-form input:focus{border-color:var(--gold)}.footer-news-form button{background:var(--gold);color:var(--ink);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border:none;padding:0 1rem;font-size:.7rem;transition:background .2s}.footer-news-form button:hover{background:var(--gold-l)}.footer-bottom{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;padding:1.4rem 6vw 2.4rem;display:flex}@media(max-width:900px){.trust-grid{grid-template-columns:repeat(2,1fr)}.story-body{grid-template-columns:1fr;gap:1.4rem}.story-points{grid-template-columns:repeat(2,1fr)}.kitchen-grid{grid-template-columns:1fr}.footer-cols{grid-template-columns:1fr 1fr}.newsletter-inner{flex-direction:column;align-items:flex-start}}@media(max-width:768px){.footer-cols{grid-template-columns:1fr;gap:2rem}.footer-bottom{text-align:center;flex-direction:column}.voice-card{flex-basis:78vw;max-width:78vw}.newsletter-form input{flex:1;min-width:0}.newsletter-form{width:100%}}#section-trust .reveal,#section-story .reveal,#section-voices .reveal,#section-kitchen .reveal,#section-faq .reveal,#section-explore .reveal{opacity:1!important;transform:none!important}.vrinda-root #section-about-teaser{padding:5rem 0}.vrinda-root .about-teaser-inner{text-align:center}.vrinda-root .about-teaser-h{letter-spacing:-.01em;max-width:18ch;margin:0 auto;font-family:Cormorant Garamond,serif;font-size:clamp(2rem,5vw,3.4rem);line-height:1.05}.vrinda-root .about-teaser-h em{color:var(--gold);font-style:italic}.vrinda-root .about-teaser-sub{max-width:52ch;color:var(--cream3);margin:1.2rem auto 0;font-size:1rem}.vrinda-root .about-teaser-grid,.vrinda-root .about-teaser-cta{margin-top:3rem}.purity-split{background:#f4efe608;border:1px solid #f4efe61f;border-radius:14px;grid-template-columns:1fr auto 1fr;align-items:stretch;gap:1.4rem;margin:1.8rem 0 .4rem;padding:1.4rem;display:grid}.purity-divider{background:linear-gradient(#0000,#f4efe633,#0000);width:1px}.purity-h{letter-spacing:.26em;text-transform:uppercase;color:var(--gold);margin:0 0 .7rem;font-size:.6rem}.purity-in-item{color:var(--green-l);margin:0;font-family:Cormorant Garamond,serif;font-size:1.55rem;font-weight:600;line-height:1.15}.purity-note{color:var(--cream3);margin:.5rem 0 0;font-size:.72rem}.purity-not-list{flex-direction:column;gap:.45rem;margin:0;padding:0;list-style:none;display:flex}.purity-not-list li{color:var(--cream3);align-items:center;gap:.55rem;font-size:.82rem;display:flex}.purity-not-list s{-webkit-text-decoration:line-through #c98a5eb3;text-decoration:line-through #c98a5eb3}.purity-x{color:#d4795a;background:#c98a5e29;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;font-size:.62rem;display:inline-flex}.origin-link{color:var(--gold);letter-spacing:.02em;margin:1.2rem 0 .2rem;font-size:.78rem;text-decoration:none;display:inline-block}.origin-link:hover{color:var(--gold-l)}@media(max-width:640px){.purity-split{grid-template-columns:1fr}.purity-divider{background:linear-gradient(90deg,#0000,#f4efe633,#0000);width:100%;height:1px}}.map-filter-results{border-top:1px solid #f4efe61a;margin-top:1.4rem;padding-top:1.4rem}.map-filter-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;margin-top:1rem;display:grid}.map-filter-grid .prod-card{font-size:.85rem}.map-filter-grid .prod-thumb{aspect-ratio:1}.map-filter-story{color:var(--cream2);max-width:46rem;margin:0 0 1.6rem;font-family:Cormorant Garamond,serif;font-size:1.15rem;font-style:italic;font-weight:300;line-height:1.7}.map-filter-empty{color:var(--cream3);font-size:.85rem}.partner-grid{grid-template-columns:1fr 1fr;align-items:start;gap:2rem;margin-top:2.6rem;display:grid}.partner-perks{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.partner-perk{background:#f4efe608;border:1px solid #f4efe61f;border-radius:12px;padding:1.2rem}.partner-perk-t{color:var(--gold-l);margin:0 0 .4rem;font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:600}.partner-perk-d{color:var(--cream3);margin:0;font-size:.8rem;line-height:1.6}.partner-form-card{background:#f4efe60a;border:1px solid #c9a84c40;border-radius:14px;padding:1.6rem}.partner-form-h{color:var(--cream);margin:0 0 1.2rem;font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:600}.partner-form{flex-direction:column;gap:.9rem;display:flex}.partner-form label{letter-spacing:.16em;text-transform:uppercase;color:var(--cream3);flex-direction:column;gap:.35rem;font-size:.66rem;display:flex}.partner-form input,.partner-form textarea{background:var(--ink2);color:var(--cream);resize:vertical;border:1px solid #f4efe624;border-radius:8px;outline:none;padding:.7rem .8rem;font-family:Outfit,sans-serif;font-size:.9rem;transition:border-color .2s}.partner-form input:focus,.partner-form textarea:focus{border-color:var(--gold)}.partner-form .btn-chamfer{cursor:pointer;border:none;margin-top:.4rem}.partner-error{color:#e0916f;margin:0;font-size:.8rem}.partner-sent .map-panel-state{font-size:1.5rem}@media(max-width:760px){.partner-grid{grid-template-columns:1fr}.partner-perks{grid-template-columns:1fr 1fr}}.wa-float{z-index:60;color:#0b3d23;letter-spacing:.02em;background:#25d366;border-radius:9999px;align-items:center;gap:.55rem;padding:.7rem .95rem;font-size:.78rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;position:fixed;bottom:1.1rem;right:1.1rem;box-shadow:0 8px 24px #00000059}.wa-float:hover{transform:translateY(-2px);box-shadow:0 12px 30px #00000073}.wa-float svg{flex-shrink:0}@media(max-width:520px){.wa-float span{display:none}.wa-float{padding:.8rem}}#section-about-teaser,#section-products,#section-trust,#section-story,#section-explore,#section-voices,#section-faq{isolation:isolate;position:relative;overflow:hidden}#section-about-teaser:after,#section-products:after,#section-trust:after,#section-story:after,#section-explore:after,#section-voices:after,#section-faq:after{content:"";z-index:-1;pointer-events:none;filter:blur(8px);opacity:.9;background:radial-gradient(circle,#c9a84c29,#c9a84c0f 38%,#0000 70%);border-radius:50%;width:42vw;max-width:620px;height:42vw;max-height:620px;position:absolute}#section-about-teaser:after{top:-12%;right:-10%}#section-products:after{bottom:-14%;left:-12%}#section-trust:after{top:-10%;left:-8%}#section-story:after{bottom:-12%;right:-12%}#section-explore:after{top:-14%;right:-10%}#section-voices:after{bottom:-12%;left:-10%}#section-faq:after{top:-10%;right:-8%}#section-about-teaser:before,#section-story:before,#section-explore:before,#section-voices:before{content:"";z-index:-1;pointer-events:none;opacity:.7;border:1px solid #c9a84c24;border-radius:50%;width:340px;height:340px;position:absolute;box-shadow:inset 0 0 0 14px #c9a84c0a}#section-about-teaser:before{bottom:-160px;left:-120px}#section-story:before{top:-150px;left:-110px}#section-explore:before{bottom:-150px;left:-120px}#section-voices:before{top:-160px;right:-120px}@media(max-width:760px){#section-about-teaser:after,#section-products:after,#section-trust:after,#section-story:after,#section-explore:after,#section-voices:after,#section-faq:after{width:78vw;height:78vw}#section-about-teaser:before,#section-story:before,#section-explore:before,#section-voices:before{display:none}}
