:root{--font-cormorant: "Cormorant Garamond", Georgia, serif;--font-inter: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--saffron: #E8640A;--gold: #C9962A;--gold-light: #E0B84A;--gold-bright: #F5C842;--ivory: #F8F0E0;--ivory-dark: #EDE0C4;--parchment: #F0E6CC;--brown: #3D2205;--brown-mid: #6B3A10;--brown-light: #9B6030;--brown-dark: #2A1503;--brown-darkest: #1E0E02;--brown-footer: #1A0D02;--text-muted: #C4A882;--text-warm: #9B7A5A;--text-footer: #7A5A35;--text-footer-dark: #4A3220;--text-footer-bottom: #3A2510;--border-gold: rgba(201,150,42,.35)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-inter);background-color:var(--ivory);color:var(--brown);line-height:1.6}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}input{font-family:inherit}ul,ol{list-style:none}.font-serif{font-family:var(--font-cormorant)}.font-sans{font-family:var(--font-inter)}.text-gold-shimmer{background:linear-gradient(135deg,#c9962a,#f5c842 45%,#e0b84a 70%,#c9962a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-heading{font-family:var(--font-cormorant);font-size:clamp(2.5rem,5vw,4rem);font-weight:600;line-height:1.1;color:var(--brown);margin-bottom:1rem}.section-heading--light{color:var(--ivory)}.section-heading em{color:var(--gold);font-style:italic}.eyebrow{font-family:var(--font-inter);color:var(--gold);font-size:.75rem;letter-spacing:.4em;text-transform:uppercase}.body-text{font-family:var(--font-inter);font-weight:300;line-height:1.7}.gold-divider{height:1px;background:linear-gradient(90deg,transparent,#C9962A 20%,#F5C842 50%,#C9962A 80%,transparent)}.gold-card{border:1px solid rgba(201,150,42,.4);box-shadow:0 4px 24px #3d220514,0 0 0 1px #f5c84214}.hover-lift{transition:transform .3s ease,box-shadow .3s ease}.hover-lift:hover{transform:translateY(-4px);box-shadow:0 12px 40px #3d220526}.parchment-bg{background-color:#f8f0e0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E")}.linen-bg{background-color:#ede0c4;background-image:repeating-linear-gradient(0deg,transparent,transparent 3px,rgba(201,150,42,.05) 3px,rgba(201,150,42,.05) 4px),repeating-linear-gradient(90deg,transparent,transparent 3px,rgba(201,150,42,.03) 3px,rgba(201,150,42,.03) 4px)}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;font-family:var(--font-inter);font-size:.875rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:#2a1503;background:linear-gradient(135deg,#c9962a,#e0b84a,#c9962a);border-radius:2px;transition:all .3s ease}.btn-primary:hover{filter:brightness(1.1)}.btn-primary:active{transform:scale(.95)}.btn-outline{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;font-family:var(--font-inter);font-size:.875rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--gold-light);border:1px solid rgba(201,150,42,.5);border-radius:2px;transition:all .3s ease;background:transparent}.btn-outline:hover{border-color:var(--gold-light);color:var(--gold-bright);background:#c9962a1a}.btn-small{padding:.625rem 1.25rem;font-size:.7rem;letter-spacing:.1em}.btn-cart{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.25rem;font-family:var(--font-inter);font-size:.7rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#2a1503;border-radius:2px;transition:all .3s ease;border:none;cursor:pointer}.btn-cart:hover{filter:brightness(1.1)}.container{max-width:80rem;margin:0 auto;padding:0 1.5rem}.section-padding{padding:6rem 1.5rem}.grid-2,.grid-3{display:grid;grid-template-columns:1fr;gap:2rem}.grid-4{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:768px){.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}}@media(min-width:1024px){.grid-2-lg{grid-template-columns:repeat(2,1fr)}.grid-3-lg{grid-template-columns:repeat(3,1fr)}}.flex-center{display:flex;align-items:center;justify-content:center}.text-center{text-align:center}.naibedya-header{position:fixed;top:0;left:0;right:0;z-index:50;transition:all .5s ease;background:transparent}.header--scrolled{background:#2a1503f2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 4px 30px #0003}.header__inner{max-width:80rem;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.header__logo{display:flex;flex-direction:column;align-items:flex-start}.header__logo-text{font-family:var(--font-cormorant);font-size:1.5rem;font-weight:700;letter-spacing:.15em}.header__logo-sub{font-family:var(--font-inter);font-size:10px;letter-spacing:.35em;color:#c9962acc;text-transform:uppercase;margin-top:-2px}.header__nav{display:none;align-items:center;gap:2rem}.header__nav a{font-family:var(--font-inter);color:var(--ivory-dark);font-size:.875rem;letter-spacing:.12em;text-transform:uppercase;transition:color .3s}.header__nav a:hover{color:var(--gold-bright)}.header__cta{display:none}.header__shop-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:2px;font-family:var(--font-inter);font-size:.875rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#2a1503;background:linear-gradient(135deg,#c9962a,#e0b84a);transition:all .3s}.header__shop-btn:hover{filter:brightness(1.1)}@media(min-width:768px){.header__nav{display:flex}.header__cta{display:block}.mobile-menu-toggle{display:none!important}}.mobile-menu-toggle{display:flex;flex-direction:column;gap:6px;padding:.5rem;cursor:pointer;background:none;border:none}.mobile-menu-toggle span{display:block;width:24px;height:2px;background:var(--gold-light);transition:all .3s}.mobile-menu-toggle.menu-open span:nth-child(1){transform:rotate(45deg) translateY(8px)}.mobile-menu-toggle.menu-open span:nth-child(2){opacity:0}.mobile-menu-toggle.menu-open span:nth-child(3){transform:rotate(-45deg) translateY(-8px)}.mobile-menu{display:block;max-height:0;overflow:hidden;transition:max-height .3s ease;background:#2a1503}.mobile-menu--open{max-height:20rem}.mobile-menu__inner{padding:1rem 1.5rem;display:flex;flex-direction:column;gap:1rem;border-top:1px solid rgba(201,150,42,.2)}.mobile-menu__inner a{font-family:var(--font-inter);color:var(--ivory-dark);font-size:.875rem;letter-spacing:.15em;text-transform:uppercase;transition:color .3s}.mobile-menu__inner a:hover{color:var(--gold-bright)}.mobile-menu__cta{margin-top:.5rem;text-align:center;padding:.625rem 1rem;font-family:var(--font-inter);font-size:.875rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#2a1503;background:linear-gradient(135deg,#c9962a,#e0b84a);border-radius:2px;display:block}@media(min-width:768px){.mobile-menu{display:none!important}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(160deg,#1e0e02,#2a1503,#3d2205 70%,#1e0e02)}.hero__bg-glow{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.1;background-image:radial-gradient(ellipse at 20% 50%,#C9962A 0%,transparent 60%),radial-gradient(ellipse at 80% 20%,#E8640A 0%,transparent 50%),radial-gradient(ellipse at 60% 80%,#C9962A 0%,transparent 45%)}.hero__mandala{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.hero__mandala-ring{position:absolute;border-radius:50%;border:1px solid #C9962A}.hero__mandala-ring--1{width:700px;height:700px;opacity:.05}.hero__mandala-ring--2{width:550px;height:550px;opacity:.08;border-color:#e0b84a}.hero__mandala-ring--3{width:400px;height:400px;opacity:.1;border-width:2px}.hero__content{position:relative;z-index:10;max-width:72rem;margin:0 auto;padding:6rem 1.5rem 3rem;display:flex;flex-direction:column;align-items:center;gap:3rem}@media(min-width:1024px){.hero__content{flex-direction:row;gap:5rem}}.hero__text{flex:1;text-align:center}@media(min-width:1024px){.hero__text{text-align:left}}.hero__eyebrow{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1.5rem}@media(min-width:1024px){.hero__eyebrow{justify-content:flex-start}}.hero__eyebrow-line{height:1px;width:2.5rem}.hero__eyebrow-line--left{background:linear-gradient(to right,transparent,#C9962A)}.hero__eyebrow-line--right{background:linear-gradient(to left,transparent,#C9962A)}.hero__title{font-family:var(--font-cormorant);color:#f8f0e0;line-height:1.05;margin-bottom:1.5rem;font-size:clamp(3.5rem,8vw,6.5rem);font-weight:600}.hero__title-gold{background:linear-gradient(135deg,#c9962a,#f5c842 45%,#e0b84a 80%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero__subtitle{font-family:var(--font-inter);color:#c4a882;font-size:1.125rem;font-weight:300;line-height:1.7;margin-bottom:2.5rem;max-width:32rem;margin-left:auto;margin-right:auto}@media(min-width:1024px){.hero__subtitle{margin-left:0;margin-right:0}}.hero__ctas{display:flex;flex-direction:column;gap:1rem;justify-content:center}@media(min-width:640px){.hero__ctas{flex-direction:row}}@media(min-width:1024px){.hero__ctas{justify-content:flex-start}}.hero__stats{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:3.5rem}@media(min-width:1024px){.hero__stats{justify-content:flex-start}}.hero__stat-value{font-family:var(--font-cormorant);font-size:1.875rem;font-weight:600;background:linear-gradient(135deg,#c9962a,#f5c842);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero__stat-label{font-family:var(--font-inter);color:#9b7a5a;font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;margin-top:2px}.hero__visual{flex:1;display:flex;align-items:center;justify-content:center;position:relative}.hero__glow{position:absolute;width:18rem;height:18rem;border-radius:50%;opacity:.25;filter:blur(48px);background:radial-gradient(circle,#C9962A,#E8640A,transparent)}.hero__jar-wrap{position:relative;width:20rem;height:24rem}.hero__scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;opacity:.6}.hero__scroll-text{font-family:var(--font-inter);color:#c4a882;font-size:.75rem;letter-spacing:.3em;text-transform:uppercase}.hero__scroll-line{width:1px;height:2.5rem;background:linear-gradient(to bottom,#C9962A,transparent)}.hero__bottom-fade{position:absolute;bottom:0;left:0;right:0;height:8rem;background:linear-gradient(to top,#F8F0E0,transparent)}.products{position:relative;overflow:hidden}.products__bg-texture{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.2;background-image:repeating-linear-gradient(88deg,transparent,transparent 40px,rgba(107,58,16,.15) 40px,rgba(107,58,16,.15) 42px)}.product-card{display:flex;flex-direction:column;overflow:hidden;border-radius:.5rem;background:linear-gradient(160deg,#faf4e8,#f0e6cc)}.product-card__header{padding:1.25rem 1.25rem 0;display:flex;justify-content:space-between;align-items:flex-start}.product-card__tag{font-family:var(--font-inter);font-size:10px;font-weight:500;letter-spacing:.25em;text-transform:uppercase;padding:.25rem .75rem;border-radius:2px}.product-card__size{font-family:var(--font-inter);color:var(--brown-light);font-size:.75rem}.product-card__image-wrap{position:relative;width:100%;aspect-ratio:4 / 3;margin:1rem auto;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:1rem}.product-card__image-shadow{display:none}.product-card__info{padding:0 1.25rem 1.5rem;display:flex;flex-direction:column;flex:1}.product-card__name{font-family:var(--font-cormorant);font-size:1.5rem;font-weight:600;color:var(--brown);margin-bottom:0}.product-card__subtitle{font-family:var(--font-inter);color:var(--brown-light);font-size:.75rem;letter-spacing:.2em;text-transform:uppercase}.product-card__desc{font-family:var(--font-inter);font-weight:300;color:var(--brown-mid);font-size:.875rem;line-height:1.7;margin-bottom:1rem;flex:1}.product-card__notes{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.product-card__note{font-family:var(--font-inter);font-size:10px;padding:.25rem .625rem;border-radius:9999px;color:var(--brown-light);border:1px solid rgba(201,150,42,.3);background:#c9962a0f}.product-card__footer{display:flex;align-items:center;justify-content:space-between}.product-card__price{font-family:var(--font-cormorant);font-size:1.5rem;font-weight:600;color:var(--brown)}.products__view-all{display:inline-flex;align-items:center;gap:.5rem;color:var(--gold);font-family:var(--font-inter);font-size:.875rem;letter-spacing:.2em;text-transform:uppercase;border-bottom:1px solid rgba(201,150,42,.4);padding-bottom:2px;transition:all .3s}.products__view-all:hover{color:var(--gold-bright);border-color:var(--gold-bright)}.process{position:relative;overflow:hidden;background:linear-gradient(180deg,#ede0c4,#e8d5aa)}.process__texture{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.3;background-image:repeating-linear-gradient(0deg,transparent,transparent 4px,rgba(107,58,16,.06) 4px,rgba(107,58,16,.06) 5px),repeating-linear-gradient(90deg,transparent,transparent 4px,rgba(107,58,16,.04) 4px,rgba(107,58,16,.04) 5px)}.process__steps{position:relative}.process__connector{display:none;position:absolute;top:3.5rem;left:calc(16.66% + 1rem);right:calc(16.66% + 1rem);height:1px;background:linear-gradient(90deg,#c9962a,#f5c842,#c9962a);opacity:.4}@media(min-width:768px){.process__connector{display:block}}.process-card{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem;border-radius:.5rem;background:linear-gradient(160deg,#faf4e8f2,#f0e6cce6)}.process-card__number{position:absolute;top:-1rem;left:50%;transform:translate(-50%);width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-inter);font-size:.75rem;font-weight:600;background:linear-gradient(135deg,#c9962a,#e0b84a);color:#2a1503}.process-card__icon{margin-bottom:1.25rem;margin-top:.5rem}.process-card__subtitle{font-family:var(--font-inter);font-size:10px;letter-spacing:.35em;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem}.process-card__title{font-family:var(--font-cormorant);font-size:1.5rem;font-weight:600;color:var(--brown);line-height:1.2;margin-bottom:.75rem}.process-card__desc{font-family:var(--font-inter);font-weight:300;font-size:.875rem;color:var(--brown-mid);line-height:1.7;margin-bottom:1rem}.process-card__quote{font-family:var(--font-cormorant);font-style:italic;font-size:.95rem;color:var(--brown-light)}.process__vedic{margin-top:4rem;text-align:center}.process__vedic blockquote{font-family:var(--font-cormorant);font-size:1.5rem;font-style:italic;color:var(--brown);max-width:40rem;margin:0 auto;line-height:1.6}.process__vedic cite{display:block;font-family:var(--font-inter);color:var(--brown-light);font-size:.75rem;letter-spacing:.3em;text-transform:uppercase;margin-top:.75rem;font-style:normal}.trust{position:relative;overflow:hidden;background:linear-gradient(180deg,#2a1503,#1e0e02)}.trust__shimmer{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.08;background-image:radial-gradient(ellipse at 30% 40%,rgba(201,150,42,.15) 0%,transparent 60%),radial-gradient(ellipse at 70% 70%,rgba(232,100,10,.1) 0%,transparent 55%)}.trust-badge{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem;border-radius:.5rem;background:#ffffff0a;border:1px solid rgba(201,150,42,.25);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .3s}.trust-badge:hover{transform:translateY(-4px)}.trust-badge__icon{margin-bottom:1rem}.trust-badge__title{font-family:var(--font-cormorant);font-size:1.25rem;font-weight:600;color:var(--ivory);margin-bottom:.5rem}.trust-badge__desc{font-family:var(--font-inter);font-size:.75rem;color:var(--text-warm);line-height:1.5}.trust__certifications{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;padding:1.5rem;border-radius:.5rem;background:#c9962a0f;border:1px solid rgba(201,150,42,.2)}.cert-item{display:flex;align-items:center;gap:.75rem;padding:0 1rem}.cert-item__check{width:1.5rem;height:1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#c9962a33;border:1px solid rgba(201,150,42,.4)}.cert-item__label{font-family:var(--font-inter);font-size:.75rem;font-weight:500;color:var(--gold-light);letter-spacing:.05em}.cert-item__code{font-family:var(--font-inter);font-size:10px;color:#6b5035}.cert-divider{width:1px;height:1.5rem;background:#c9962a33;margin-left:1rem}.testimonials{position:relative;overflow:hidden}.testimonials__glow{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.15;background-image:radial-gradient(ellipse at 15% 30%,rgba(201,150,42,.2) 0%,transparent 50%),radial-gradient(ellipse at 85% 70%,rgba(232,100,10,.12) 0%,transparent 50%)}.testimonials__aggregate{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:1.5rem}.testimonials__score{font-family:var(--font-cormorant);font-size:1.25rem;font-weight:600;color:var(--brown)}.testimonials__count{font-family:var(--font-inter);font-size:.875rem;color:var(--brown-light)}.testimonial-card{border-radius:.5rem;padding:1.5rem;display:flex;flex-direction:column;background:linear-gradient(160deg,#faf4e8,#f0e6cc)}.testimonial-card__header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1rem}.testimonial-card__author{display:flex;align-items:center;gap:.75rem}.testimonial-card__avatar{width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-inter);font-size:.875rem;font-weight:600;background:linear-gradient(135deg,#c9962a,#e0b84a);color:#2a1503;flex-shrink:0}.testimonial-card__name{font-family:var(--font-cormorant);font-size:1.1rem;font-weight:600;color:var(--brown);line-height:1.2}.testimonial-card__location{font-family:var(--font-inter);font-size:10px;letter-spacing:.1em;color:var(--brown-light)}.testimonial-card__stars{display:flex;gap:2px}.testimonial-card__quote-mark{font-family:var(--font-cormorant);font-size:3rem;color:var(--gold);line-height:1;opacity:.3;margin-bottom:.25rem}.testimonial-card__text{font-family:var(--font-inter);font-weight:300;color:var(--brown-mid);font-size:.875rem;line-height:1.7;flex:1}.testimonial-card__highlight{font-family:var(--font-inter);font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold)}.footer{position:relative;overflow:hidden;background:#1a0d02}.footer__newsletter{padding:2.5rem 1.5rem;background:linear-gradient(90deg,#c9962a14,#e8640a0f,#c9962a14)}.footer__newsletter-title{font-family:var(--font-cormorant);font-size:1.5rem;color:var(--ivory);margin-bottom:.5rem}.footer__newsletter-desc{font-family:var(--font-inter);font-weight:300;font-size:.875rem;color:var(--text-warm);margin-bottom:1.5rem}.footer__newsletter-form{display:flex;flex-direction:column;gap:.75rem;max-width:28rem;margin:0 auto}@media(min-width:640px){.footer__newsletter-form{flex-direction:row}}.footer__newsletter-input{flex:1;padding:.75rem 1rem;font-size:.875rem;border-radius:2px;border:1px solid rgba(201,150,42,.3);background:#ffffff0d;color:var(--ivory-dark);outline:none;transition:border-color .3s}.footer__newsletter-input::placeholder{color:#6b5035}.footer__newsletter-input:focus{border-color:#c9962ab3}.footer__newsletter-btn{padding:.75rem 1.5rem;font-family:var(--font-inter);font-size:.875rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#2a1503;background:linear-gradient(135deg,#c9962a,#e0b84a);border:none;border-radius:2px;cursor:pointer;white-space:nowrap;transition:filter .3s}.footer__newsletter-btn:hover{filter:brightness(1.1)}.footer__grid{max-width:80rem;margin:0 auto;padding:3.5rem 1.5rem;display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:768px){.footer__grid{grid-template-columns:2fr 1fr 1fr 1fr}}.footer__brand-desc{font-family:var(--font-inter);font-weight:300;font-size:.875rem;color:var(--text-footer);line-height:1.7;margin-bottom:1.5rem;max-width:20rem}.footer__ornament{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.footer__ornament-line{height:1px;width:2rem;background:#c9962a66}.footer__ornament-dot{color:#c9962a99;font-size:.75rem}.footer__social{display:flex;gap:.75rem}.footer__social-link{width:2.25rem;height:2.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-inter);font-size:.75rem;font-weight:500;background:#c9962a1a;border:1px solid rgba(201,150,42,.25);color:var(--gold);transition:transform .3s}.footer__social-link:hover{transform:scale(1.1)}.footer__links-heading{font-family:var(--font-inter);font-size:.75rem;font-weight:500;letter-spacing:.3em;text-transform:uppercase;color:var(--gold-light);margin-bottom:1rem}.footer__links-list{display:flex;flex-direction:column;gap:.625rem}.footer__links-list a{font-family:var(--font-inter);font-weight:300;font-size:.875rem;color:var(--text-footer);transition:color .3s}.footer__links-list a:hover{color:var(--gold)}.footer__bottom{max-width:80rem;margin:0 auto;padding:1.25rem 1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:.75rem}@media(min-width:640px){.footer__bottom{flex-direction:row}}.footer__copyright{font-family:var(--font-inter);font-size:.75rem;color:var(--text-footer-dark)}.footer__legal{display:flex;align-items:center;gap:.5rem}.footer__legal a{font-family:var(--font-inter);font-size:.75rem;color:var(--text-footer-dark);transition:color .3s}.footer__legal a:hover{color:var(--gold)}.footer__legal-dot{color:#4a322066;font-size:.75rem}.footer__fssai{display:flex;align-items:center;gap:.5rem;padding:.375rem .75rem;border-radius:2px;background:#c9962a0f;border:1px solid rgba(201,150,42,.15)}.footer__fssai-check{width:1rem;height:1rem;border-radius:50%;background:var(--gold);display:flex;align-items:center;justify-content:center}.footer__fssai-text{font-family:var(--font-inter);font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--text-footer)}.footer__devotion{text-align:center;padding:.75rem}.footer__devotion-text{font-family:var(--font-cormorant);font-style:italic;font-size:.75rem;letter-spacing:.5em;color:var(--text-footer-bottom)}.star-svg{fill:#f5c842;stroke:#c9962a;stroke-width:.5}.section-header{text-align:center;margin-bottom:3.5rem}.section-header__eyebrow{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1rem}.section-header__eyebrow .gold-divider{width:4rem}.section-header__body{font-family:var(--font-inter);font-weight:300;color:var(--brown-light);max-width:36rem;margin:0 auto;line-height:1.7}.section-header__body--light{color:var(--text-muted)}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
