*,*::before,*::after{box-sizing:border-box}html,body{margin:0;padding:0}:root{--forest-900:#0F2A1F;--forest-800:#14352A;--forest-700:#1B4332;--forest-600:#2F6B4C;--forest-500:#3E8462;--forest-400:#5C8B6C;--gold-600:#A9822C;--gold-400:#C6A15B;--gold-300:#D8B978;--gold-200:#EBD9AE;--beige-100:#F3ECDD;--cream:#FBF8F1;--white:#FFFFFF;--ink-900:#1C2620;--ink-700:#3A473F;--ink-500:#6B7A70;--bg:var(--beige-100);--bg-alt:var(--cream);--surface:var(--white);--surface-2:var(--cream);--text:var(--ink-900);--text-muted:var(--ink-500);--border:rgba(27,67,50,0.14);--shadow-sm:0 2px 10px rgba(27,67,50,0.08);--shadow-md:0 10px 30px rgba(27,67,50,0.12);--shadow-lg:0 20px 60px rgba(15,42,31,0.20);--glass-bg:rgba(255,255,255,0.55);--glass-border:rgba(255,255,255,0.5);--font-display:'Fraunces',Georgia,serif;--font-body:'Manrope',system-ui,-apple-system,sans-serif;--radius-sm:10px;--radius-md:18px;--radius-lg:28px;--radius-pill:999px;--ease:cubic-bezier(.22,1,.36,1)}[data-theme="dark"]{--bg:var(--forest-900);--bg-alt:var(--forest-800);--surface:#182F25;--surface-2:#1E392C;--text:#EFE9DA;--text-muted:#A9BBAF;--border:rgba(230,217,174,0.14);--shadow-sm:0 2px 10px rgba(0,0,0,0.25);--shadow-md:0 10px 30px rgba(0,0,0,0.35);--shadow-lg:0 20px 60px rgba(0,0,0,0.5);--glass-bg:rgba(20,53,42,0.55);--glass-border:rgba(198,161,91,0.25)}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.001ms !important;animation-iteration-count:1 !important;transition-duration:0.001ms !important;scroll-behavior:auto !important}}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg);color:var(--text);line-height:1.6;font-size:16px;transition:background .4s var(--ease),color .4s var(--ease);overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-display);color:var(--text);margin:0;line-height:1.15;font-weight:600}p{margin:0}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}ul{list-style:none;margin:0;padding:0}img{max-width:100%;display:block}:focus-visible{outline:2.5px solid var(--gold-400);outline-offset:3px;border-radius:4px}.eyebrow{font-family:var(--font-body);font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;font-weight:700;color:var(--gold-600);display:flex;align-items:center;gap:.5rem;margin-bottom:.6rem}[data-theme="dark"] .eyebrow{color:var(--gold-300)}.seal-dot{width:8px;height:8px;border-radius:50%;background:var(--gold-400);display:inline-block}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.9rem 1.7rem;border-radius:var(--radius-pill);font-weight:700;font-size:.92rem;border:1.5px solid transparent;transition:transform .25s var(--ease),box-shadow .25s var(--ease),background .25s var(--ease);white-space:nowrap}.btn:hover{transform:translateY(-2px)}.btn-block{width:100%}.btn-gold{background:linear-gradient(135deg,var(--gold-300),var(--gold-600));color:var(--forest-900);box-shadow:0 8px 24px rgba(198,161,91,0.35)}.btn-gold:hover{box-shadow:0 12px 30px rgba(198,161,91,0.45)}.btn-forest{background:var(--forest-700);color:var(--beige-100)}.btn-forest:hover{background:var(--forest-600)}.btn-ghost-light{border-color:rgba(255,255,255,0.5);color:#fff}.btn-ghost-light:hover{background:rgba(255,255,255,0.12)}.seal-badge{width:52px;height:52px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:var(--gold-400);background:var(--surface);box-shadow:var(--shadow-sm);flex-shrink:0}.seal-badge svg{width:100%;height:100%}.seal-badge.big{width:84px;height:84px}.seal-emoji{font-size:1.5rem}.seal-badge.big .seal-emoji{font-size:2.4rem}.tag-pill{font-size:.72rem;font-weight:700;letter-spacing:.04em;padding:.3rem .75rem;border-radius:var(--radius-pill);background:var(--gold-200);color:var(--forest-800)}.glass{background:var(--glass-bg);border:1px solid var(--glass-border);backdrop-filter:blur(18px) saturate(140%);-webkit-backdrop-filter:blur(18px) saturate(140%)}.page-loader{position:fixed;inset:0;z-index:9999;background:var(--forest-900);display:flex;align-items:center;justify-content:center;transition:opacity .15s var(--ease),visibility .15s}.page-loader.loaded{opacity:0;visibility:hidden;pointer-events:none}.loader-seal{animation:spin-slow 2.4s linear infinite}@keyframes spin-slow{to{transform:rotate(360deg)}}.skeleton{background:linear-gradient(100deg,var(--surface-2) 30%,var(--border) 50%,var(--surface-2) 70%);background-size:200% 100%;animation:shimmer 1.4s ease-in-out infinite;border-radius:var(--radius-md)}@keyframes shimmer{0%{background-position:150% 0}100%{background-position:-50% 0}}.site-header{position:sticky;top:0;z-index:200;background:var(--glass-bg);border-bottom:1px solid var(--border);transition:box-shadow .3s var(--ease),background .3s var(--ease)}.site-header::before{content:'';position:absolute;inset:0;z-index:-1;backdrop-filter:blur(16px) saturate(150%);-webkit-backdrop-filter:blur(16px) saturate(150%)}.site-header.scrolled{box-shadow:var(--shadow-sm)}.nav-wrap{max-width:1320px;margin:0 auto;display:flex;align-items:center;gap:1.5rem;padding:0 clamp(1rem,4vw,2.5rem);height:72px}.logo{display:flex;align-items:center;gap:.55rem;flex-shrink:0;color:var(--forest-700)}[data-theme="dark"] .logo{color:var(--gold-300)}.logo-seal{width:30px;height:30px}.logo-text{font-family:var(--font-display);font-size:1.4rem;font-weight:700;letter-spacing:.01em}.main-nav{display:flex;align-items:center;gap:1.9rem;margin-left:1rem}.nav-link{font-size:.92rem;font-weight:600;color:var(--text);background:none;border:none;display:flex;align-items:center;gap:.3rem;padding:.4rem 0;position:relative}.nav-link::after{content:'';position:absolute;left:0;right:100%;bottom:-3px;height:2px;background:var(--gold-400);transition:right .25s var(--ease)}.nav-link:hover::after{right:0}.chev{transition:transform .25s var(--ease)}.nav-item.has-mega:hover .chev{transform:rotate(180deg)}.nav-item.has-mega{}.mega-menu{position:absolute;top:calc(100% + 14px);left:50%;transform:translateX(-50%) translateY(8px);width:min(680px,90vw);max-width:calc(100vw - 2rem);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);padding:1.6rem;display:grid;grid-template-columns:repeat(3,1fr) 1.2fr;gap:1.6rem;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s var(--ease),transform .25s var(--ease),visibility .25s}@media (min-width:761px){.nav-item.has-mega:hover .mega-menu,.nav-item.has-mega:focus-within .mega-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}}.mega-col h4{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gold-600);margin-bottom:.8rem}.mega-col a{display:block;padding:.4rem 0;font-size:.9rem;color:var(--text);border-radius:6px}.mega-col a:hover{color:var(--forest-600);padding-left:.3rem}[data-theme="dark"] .mega-col a:hover{color:var(--gold-300)}.mega-feature-card{background:var(--surface-2);border-radius:var(--radius-sm);padding:.8rem;margin-bottom:.6rem}.mega-feature-card span{display:block;font-weight:700;font-size:.88rem}.mega-feature-card small{color:var(--text-muted);font-size:.76rem}.nav-actions{display:flex;align-items:center;gap:.35rem;margin-left:auto}.icon-btn{position:relative;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:none;border:none;color:var(--text);transition:background .2s var(--ease)}.icon-btn:hover{background:var(--surface-2)}.icon-moon{display:none}[data-theme="dark"] .icon-sun{display:none}[data-theme="dark"] .icon-moon{display:block}.count-badge{position:absolute;top:2px;right:2px;min-width:16px;height:16px;padding:0 3px;border-radius:50%;background:var(--gold-400);color:var(--forest-900);font-size:.62rem;font-weight:800;line-height:16px;text-align:center;transform:scale(0);transition:transform .2s var(--ease)}.count-badge.show{transform:scale(1)}.account-dot{position:absolute;top:4px;right:6px;width:8px;height:8px;border-radius:50%;background:var(--forest-500);transform:scale(0);transition:transform .2s var(--ease)}.account-dot.show{transform:scale(1)}.form-field{margin-bottom:1rem}.form-row{display:flex;gap:.6rem}.form-row .form-field{flex:1;min-width:0;margin-bottom:1rem}.co-address-row .city-field{flex:1.3}.co-address-row .state-field{flex:1.1}.co-address-row .pincode-field{flex:.9}.form-field label{display:block;font-size:.8rem;font-weight:700;margin-bottom:.4rem;color:var(--text-muted)}.form-field input,.form-field textarea{width:100%;padding:.7rem .9rem;border-radius:var(--radius-sm);border:1.5px solid var(--border);background:var(--bg);color:var(--text);font-family:inherit;font-size:.92rem}.form-field input:focus,.form-field textarea:focus{outline:none;border-color:var(--gold-400)}.form-field textarea{resize:vertical;min-height:70px}.form-error{color:#B3492E;font-size:.8rem;margin:-.4rem 0 1rem;min-height:1.1em}.profile-summary{display:flex;align-items:center;gap:.9rem;padding:1rem;background:var(--surface-2);border-radius:var(--radius-md);margin-bottom:1.2rem}.profile-summary .review-avatar{width:46px;height:46px;font-size:1rem}.profile-summary strong{display:block}.profile-summary small{color:var(--text-muted)}.order-item{border:1px solid var(--border);border-radius:var(--radius-md);padding:1rem 1.1rem;margin-bottom:.8rem;font-size:.84rem;background:var(--surface);box-shadow:var(--shadow-sm);border-left:3px solid var(--gold-400);transition:box-shadow .2s var(--ease),transform .2s var(--ease)}.order-item:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.order-item-top{display:flex;justify-content:space-between;align-items:center;font-weight:700;margin-bottom:.5rem}.order-item-top span:first-child{font-family:var(--font-display);font-size:1rem;letter-spacing:.01em}.order-status{font-size:.66rem;font-weight:800;text-transform:uppercase;letter-spacing:.03em;padding:.28rem .6rem;border-radius:var(--radius-pill);background:rgba(47,107,76,0.15);color:var(--forest-600);white-space:nowrap}[data-theme="dark"] .order-status{color:var(--gold-300)}.order-status[data-status="created"]{background:rgba(169,130,44,0.16);color:var(--gold-600)}.order-status[data-status="shipment_booked"],.order-status[data-status="booking"]{background:rgba(47,107,76,0.18);color:var(--forest-600)}[data-theme="dark"] .order-status[data-status="created"]{color:var(--gold-300)}.link-btn{background:none;border:none;color:var(--forest-600);font-weight:700;font-size:.84rem;text-decoration:underline;padding:0}[data-theme="dark"] .link-btn{color:var(--gold-300)}.checkout-summary{background:var(--surface-2);border-radius:var(--radius-sm);padding:1rem;margin:1rem 0;font-size:.86rem}.checkout-summary-row{display:flex;justify-content:space-between;padding:.3rem 0}.checkout-summary-row.total{font-weight:800;border-top:1px solid var(--border);margin-top:.5rem;padding-top:.6rem;font-size:1rem}.inline-spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,0.4);border-top-color:#fff;border-radius:50%;animation:spin-slow .7s linear infinite;margin-right:.5rem;vertical-align:-2px}.nav-burger{display:none;flex-direction:column;gap:5px;width:40px;height:40px;align-items:center;justify-content:center;background:none;border:none}.nav-burger span{width:20px;height:2px;background:var(--text);border-radius:2px;transition:transform .25s var(--ease),opacity .25s var(--ease)}.nav-burger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-burger.open span:nth-child(2){opacity:0}.nav-burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-scrim{position:fixed;inset:0;background:rgba(15,42,31,0.4);z-index:150;opacity:0;visibility:hidden;transition:opacity .3s var(--ease),visibility .3s}.nav-scrim.show{opacity:1;visibility:visible}.search-bar{max-height:0;overflow:hidden;border-top:0 solid var(--border);transition:max-height .3s var(--ease);background:var(--surface)}.search-bar.open{max-height:420px;border-top:1px solid var(--border)}.search-bar-inner{max-width:1320px;margin:0 auto;display:flex;align-items:center;gap:.7rem;padding:1rem clamp(1rem,4vw,2.5rem);color:var(--text-muted)}.search-bar-inner input{flex:1;border:none;background:none;font-size:1rem;color:var(--text);font-family:inherit}.search-bar-inner input:focus{outline:none}.search-bar-inner button{background:none;border:none;color:var(--text-muted);font-size:1.1rem}.search-results{max-width:1320px;margin:0 auto;padding:0 clamp(1rem,4vw,2.5rem) 1rem;display:grid;gap:.4rem}.search-result-item{display:flex;justify-content:space-between;padding:.6rem .8rem;border-radius:var(--radius-sm)}.search-result-item:hover{background:var(--surface-2)}.hero{position:relative;min-height:88vh;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:2rem;max-width:1320px;margin:0 auto;padding:clamp(2rem,6vw,4rem) clamp(1rem,4vw,2.5rem);overflow:hidden}.hero-bg{position:absolute;inset:-10% -10% auto -10%;height:130%;background:radial-gradient(circle at 15% 20%,rgba(198,161,91,0.16),transparent 45%),radial-gradient(circle at 85% 75%,rgba(47,107,76,0.14),transparent 50%),linear-gradient(180deg,var(--bg),var(--bg));z-index:-1}.hero-title{font-size:clamp(2.3rem,5vw,3.6rem);margin:0 0 1.2rem;letter-spacing:-.01em}.hero-title em{font-style:italic;color:var(--gold-600)}[data-theme="dark"] .hero-title em{color:var(--gold-300)}.hero-sub{max-width:46ch;color:var(--text-muted);font-size:1.05rem;margin-bottom:1.8rem}.hero-cta-row{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.8rem}.hero-trust-row{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;font-size:.84rem;color:var(--text-muted);font-weight:600}.dot-sep{width:4px;height:4px;border-radius:50%;background:var(--text-muted)}.hero-card{border-radius:var(--radius-lg);padding:1.8rem;box-shadow:var(--shadow-lg);animation:float-card 6s ease-in-out infinite}@keyframes float-card{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-card-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.hero-card-media{border-radius:var(--radius-md);overflow:hidden;margin-bottom:1.1rem;aspect-ratio:16/11}.hero-card-media img{width:100%;height:100%;object-fit:cover}.hero-seal{width:40px;height:40px;color:var(--gold-400)}.hero-card h3,.hero-card-title{font-family:var(--font-display);font-size:1.4rem;margin:0 0 .5rem;font-weight:600}.hero-card-desc{color:var(--text-muted);font-size:.92rem;margin-bottom:1.2rem}.hero-card-price{display:flex;align-items:baseline;gap:.6rem;margin-bottom:1.2rem}.price-now{font-size:1.5rem;font-weight:800;color:var(--forest-700)}[data-theme="dark"] .price-now{color:var(--gold-300)}.price-was{text-decoration:line-through;color:var(--text-muted);font-size:.9rem}.price-off{font-size:.74rem;font-weight:700;color:#2F6B4C;background:rgba(47,107,76,0.14);padding:.15rem .5rem;border-radius:var(--radius-pill)}.trust-strip{max-width:1320px;margin:0 auto;padding:1.6rem clamp(1rem,4vw,2.5rem) 2.4rem;display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem}.trust-item{display:flex;align-items:center;gap:.9rem}.trust-item .seal-badge{width:44px;height:44px}.trust-item strong{display:block;font-size:.92rem}.trust-item small{color:var(--text-muted);font-size:.78rem}.section{max-width:1320px;margin:0 auto;padding:clamp(3rem,7vw,5.5rem) clamp(1rem,4vw,2.5rem)}.section.alt-bg{max-width:none;background:var(--bg-alt)}.section.alt-bg>*{max-width:1320px;margin-left:auto;margin-right:auto}.section-head{max-width:640px;margin-bottom:2.4rem}.section-head h2{font-size:clamp(1.7rem,3.4vw,2.5rem);margin-bottom:.6rem}.section-sub{color:var(--text-muted);font-size:1rem}.product-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(255px,1fr);gap:1.4rem;overflow-x:auto;padding-bottom:.8rem;scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:var(--gold-400) transparent}.product-rail::-webkit-scrollbar{height:6px}.product-rail::-webkit-scrollbar-thumb{background:var(--gold-400);border-radius:var(--radius-pill)}@media (max-width:760px){.product-rail{grid-auto-columns:minmax(190px,1fr);gap:1rem}}@media (max-width:480px){.product-rail{grid-auto-columns:minmax(46vw,1fr);gap:.7rem;padding-bottom:.6rem}}@media (max-width:760px){#bestSellerRail.product-rail{display:grid;grid-auto-flow:row;grid-template-columns:repeat(2,1fr);grid-auto-columns:unset;overflow-x:visible;gap:.8rem}}.product-card{scroll-snap-align:start;background:var(--surface);border-radius:var(--radius-md);border:1px solid var(--border);padding:1.2rem;display:flex;flex-direction:column;transition:transform .3s var(--ease),box-shadow .3s var(--ease);position:relative}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md)}.product-card[data-view-product]{cursor:pointer}.product-card[data-view-product] .product-actions{cursor:default}.product-media{position:relative;aspect-ratio:1 / 1;border-radius:var(--radius-sm);background:linear-gradient(150deg,var(--surface-2),var(--beige-100));display:flex;align-items:center;justify-content:center;font-size:3.2rem;margin-bottom:1rem;overflow:hidden}[data-theme="dark"] .product-media{background:linear-gradient(150deg,var(--surface-2),var(--forest-800))}.product-media .lazy-icon{opacity:0;transition:opacity .4s var(--ease)}.product-media .lazy-icon.loaded{opacity:1}.product-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .5s var(--ease),transform .4s var(--ease)}.product-photo.loaded{opacity:1}.product-card:hover .product-photo{transform:scale(1.05)}.product-badge{position:absolute;top:.6rem;left:.6rem;font-size:.66rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase;padding:.25rem .55rem;border-radius:var(--radius-pill);background:var(--forest-700);color:var(--beige-100)}.product-badge.hot{background:#B3492E}.product-badge.new{background:var(--gold-600)}.wishlist-heart{position:absolute;top:.6rem;right:.6rem;z-index:2;width:32px;height:32px;border-radius:50%;border:none;padding:0;background:rgba(255,255,255,.88);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;color:var(--ink-700);cursor:pointer;box-shadow:var(--shadow-sm);transition:transform .2s var(--ease),background .2s var(--ease),color .2s var(--ease)}.wishlist-heart svg path{fill:none;stroke:currentColor;stroke-width:1.6;stroke-linejoin:round;transition:fill .2s var(--ease)}.wishlist-heart:hover{transform:scale(1.1)}.wishlist-heart.active{color:#fff;background:#C1373B}.wishlist-heart.active svg path{fill:currentColor}[data-theme="dark"] .wishlist-heart{background:rgba(20,53,42,.9);color:var(--beige-100)}[data-theme="dark"] .wishlist-heart.active{background:#C1373B;color:#fff}.product-name{font-family:var(--font-display);font-size:1.05rem;font-weight:600;margin-bottom:.25rem}.product-desc{color:var(--text-muted);font-size:.82rem;margin-bottom:.6rem;min-height:2.6em}.product-rating{font-size:.78rem;color:var(--gold-600);font-weight:700;margin-bottom:.6rem}.product-rating span{color:var(--text-muted);font-weight:500}.product-price-row{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.9rem}.product-price-row .current{font-weight:800;font-size:1.15rem;color:var(--forest-700)}[data-theme="dark"] .product-price-row .current{color:var(--gold-300)}.product-price-row .original{text-decoration:line-through;color:var(--text-muted);font-size:.82rem}.product-actions{display:flex;gap:.5rem;margin-top:auto}.product-actions .btn{flex:1;padding:.65rem .8rem;font-size:.8rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(255px,1fr));gap:1.4rem}.size-select-row{display:flex;gap:.6rem;margin:.9rem 0;flex-wrap:wrap}.size-btn{flex:1;min-width:96px;padding:.6rem .8rem;border-radius:var(--radius-sm);border:1.5px solid var(--border);background:var(--surface);color:var(--text);display:flex;flex-direction:column;align-items:center;gap:.15rem;font-weight:700;font-size:.88rem;transition:border-color .2s var(--ease),background .2s var(--ease)}.size-btn small{font-weight:500;color:var(--text-muted);font-size:.76rem}.size-btn.active{border-color:var(--gold-400);background:var(--gold-200)}[data-theme="dark"] .size-btn.active{background:rgba(198,161,91,0.16)}.category-grid{display:grid;gap:1.2rem;margin-bottom:2rem}.category-grid.three-col{grid-template-columns:repeat(3,1fr)}.category-grid.six-col{grid-template-columns:repeat(6,1fr)}.category-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.6rem 1.2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.8rem;transition:transform .25s var(--ease),box-shadow .25s var(--ease),border-color .25s var(--ease)}.category-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md);border-color:var(--gold-400)}.category-card.active{border-color:var(--gold-400);box-shadow:var(--shadow-md)}.category-card h3{font-size:1.15rem}.category-card p{color:var(--text-muted);font-size:.84rem}.category-card.small{padding:1.1rem .8rem;gap:.6rem}.category-card.small h4{font-size:.86rem;font-weight:700}.category-card.small .seal-badge{width:44px;height:44px}.builder{display:grid;grid-template-columns:1.3fr 1fr;gap:2.4rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:clamp(1.4rem,3vw,2.4rem)}.builder-tabs{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1.4rem}.builder-tab{padding:.55rem 1.1rem;border-radius:var(--radius-pill);border:1.5px solid var(--border);background:none;font-weight:700;font-size:.82rem;color:var(--text-muted);transition:all .2s var(--ease)}.builder-tab.active{background:var(--forest-700);color:var(--beige-100);border-color:var(--forest-700)}.builder-ingredients{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem}.builder-ingredient{display:flex;align-items:center;gap:.8rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);padding:.7rem .9rem;background:var(--bg);transition:border-color .2s var(--ease),background .2s var(--ease)}.builder-ingredient.selected{border-color:var(--gold-400);background:var(--gold-200)}[data-theme="dark"] .builder-ingredient.selected{background:rgba(198,161,91,0.16)}.builder-ingredient .ing-emoji{font-size:1.4rem}.builder-ingredient .ing-thumb{width:38px;height:38px;border-radius:8px;object-fit:cover;flex-shrink:0}.builder-ingredient .ing-info{flex:1}.builder-ingredient .ing-name{font-weight:700;font-size:.86rem}.builder-ingredient .ing-price{color:var(--text-muted);font-size:.76rem}.builder-ingredient .ing-check{width:22px;height:22px;border-radius:50%;border:2px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:.7rem;color:transparent;flex-shrink:0}.builder-ingredient.selected .ing-check{background:var(--gold-400);border-color:var(--gold-400);color:var(--forest-900)}.builder-jar-panel{display:flex;flex-direction:column;align-items:center;text-align:center}.builder-jar{position:relative;width:160px;margin-bottom:1rem}.jar-svg{width:100%;height:auto}.jar-seal{position:absolute;bottom:8px;left:50%;transform:translateX(-50%);width:34px;height:34px}.builder-selection{width:100%;margin-bottom:.8rem;min-height:2rem}.builder-selection li{display:flex;justify-content:space-between;font-size:.82rem;padding:.3rem 0;color:var(--text-muted);border-bottom:1px dashed var(--border)}.builder-total-row{display:flex;justify-content:space-between;width:100%;font-weight:700;padding:.8rem 0;border-top:1px solid var(--border);margin-bottom:.8rem}.quiz-section{padding-top:0;padding-bottom:0}.quiz-panel{background:linear-gradient(135deg,var(--forest-700),var(--forest-900));border-radius:var(--radius-lg);padding:clamp(2rem,5vw,3.5rem);display:grid;grid-template-columns:1.4fr 1fr;align-items:center;gap:2rem;color:var(--beige-100);overflow:hidden;position:relative}.quiz-panel .eyebrow{color:var(--gold-300)}.quiz-copy h2{color:#fff;margin-bottom:.8rem}.quiz-copy p{color:rgba(243,236,221,0.85);margin-bottom:1.6rem;max-width:46ch}.quiz-seal-visual{justify-self:center;animation:spin-slow 40s linear infinite}.quiz-seal-visual svg{width:180px;height:180px}.review-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(300px,1fr);gap:1.4rem;overflow-x:auto;padding-bottom:.8rem;scroll-snap-type:x proximity}.review-card{scroll-snap-align:start;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.6rem}.review-stars{color:var(--gold-400);font-size:.9rem;margin-bottom:.8rem}.review-text{font-size:.92rem;color:var(--text);margin-bottom:1rem;font-style:italic}.review-author{display:flex;align-items:center;gap:.7rem}.review-avatar{width:38px;height:38px;border-radius:50%;background:var(--gold-200);color:var(--forest-800);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.85rem}.review-author strong{display:block;font-size:.86rem}.review-author small{color:var(--text-muted);font-size:.76rem}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem}.why-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.6rem;text-align:center}.why-card .seal-badge{margin:0 auto 1rem}.why-card h3{font-size:1.02rem;margin-bottom:.5rem}.why-card p{color:var(--text-muted);font-size:.86rem}.faq-list{max-width:800px;display:flex;flex-direction:column;gap:.8rem}.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;transition:border-color .2s var(--ease)}.faq-item.active{border-color:var(--gold-400)}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;background:none;border:none;cursor:pointer;text-align:left;padding:1.1rem 1.4rem;font-family:inherit;font-size:.98rem;font-weight:700;color:var(--text);line-height:1.4}.faq-question:hover{color:var(--forest-600)}[data-theme="dark"] .faq-question:hover{color:var(--gold-300)}.faq-icon{flex-shrink:0;width:26px;height:26px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--gold-200);color:var(--forest-800);font-size:1.05rem;font-weight:700;transition:transform .25s var(--ease),background .2s var(--ease)}[data-theme="dark"] .faq-icon{background:var(--forest-700);color:var(--gold-300)}.faq-item.active .faq-icon{transform:rotate(45deg);background:var(--gold-400);color:var(--forest-900)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s var(--ease)}.faq-answer p{padding:0 1.4rem 1.1rem;color:var(--text-muted);font-size:.9rem;line-height:1.6}.faq-item.active .faq-answer{max-height:320px}.loyalty-section{max-width:none;background:var(--forest-800);color:var(--beige-100)}.loyalty-inner{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:2.4rem;align-items:center}.loyalty-section .eyebrow{color:var(--gold-300)}.loyalty-section h2{color:#fff;margin-bottom:.8rem}.loyalty-section p{color:rgba(243,236,221,0.8);max-width:48ch;margin-bottom:1.2rem}.newsletter-form{background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.15);border-radius:var(--radius-md);padding:1.6rem}.newsletter-form label{display:block;font-weight:700;color:#fff;margin-bottom:.8rem}.newsletter-row{display:flex;gap:.6rem}.newsletter-row input{flex:1;min-width:0;padding:.8rem 1rem;border-radius:var(--radius-pill);border:none;font-family:inherit}.form-note{font-size:.8rem;margin-top:.6rem;color:var(--gold-300);min-height:1.2em}.site-footer{background:var(--forest-900);color:rgba(243,236,221,0.8);padding:3.5rem clamp(1rem,4vw,2.5rem) 0}.footer-grid{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr 1.3fr;gap:2rem;padding-bottom:2.5rem}.footer-brand p{margin:.8rem 0 1rem;font-size:.88rem}.footer-brand .logo{color:var(--gold-300)}.footer-social{display:flex;gap:.6rem}.footer-social a{width:34px;height:34px;border-radius:50%;border:1px solid rgba(243,236,221,0.25);display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;color:rgba(243,236,221,0.85);transition:border-color .15s,color .15s}.footer-social a:hover{color:var(--gold-300);border-color:var(--gold-300)}.payment-methods{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:.8rem}.pm-badge{display:inline-flex;align-items:center;gap:.3rem;padding:.3rem .55rem;border-radius:6px;border:1px solid var(--border);font-size:.7rem;font-weight:600;color:var(--text-muted)}.pm-badge svg{flex-shrink:0}.pm-phonepe{color:#5f259f;border-color:#5f259f33}.pm-paytm{color:#00baf2;border-color:#00baf233}.pm-gpay{color:#1a73e8;border-color:#1a73e833}.footer-col h4{color:#fff;font-size:.82rem;letter-spacing:.06em;text-transform:uppercase;margin-bottom:1rem}.footer-col a{display:block;font-size:.88rem;padding:.35rem 0;color:rgba(243,236,221,0.75)}.footer-col a:hover{color:var(--gold-300)}.footer-contact a{word-break:break-word}.footer-address{font-size:.88rem;margin:.6rem 0 0;line-height:1.5;color:rgba(243,236,221,0.75)}.footer-bottom{max-width:1320px;margin:0 auto;border-top:1px solid rgba(243,236,221,0.15);padding:1.4rem 0;display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem;font-size:.78rem}.whatsapp-fab{position:fixed;bottom:22px;right:22px;z-index:180;width:58px;height:58px;border-radius:50%;background:#25D366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-lg);animation:pulse-fab 2.6s ease-in-out infinite}@keyframes pulse-fab{0%,100%{box-shadow:0 0 0 0 rgba(37,211,102,0.45),var(--shadow-lg)}50%{box-shadow:0 0 0 10px rgba(37,211,102,0),var(--shadow-lg)}}.drawer-scrim,.modal-scrim{position:fixed;inset:0;background:rgba(15,42,31,0.45);z-index:300;opacity:0;visibility:hidden;transition:opacity .3s var(--ease),visibility .3s}.drawer-scrim.show,.modal-scrim.show{opacity:1;visibility:visible}.drawer{position:fixed;top:0;right:0;height:100%;width:min(400px,92vw);z-index:310;background:var(--surface);box-shadow:var(--shadow-lg);display:flex;flex-direction:column;transform:translateX(100%);transition:transform .35s var(--ease)}.drawer.open{transform:translateX(0)}.drawer-head{display:flex;justify-content:space-between;align-items:center;padding:1.4rem 1.6rem;border-bottom:1px solid var(--border)}.drawer-head h3{font-size:1.15rem}.drawer-close{background:none;border:none;font-size:1.1rem;color:var(--text-muted);width:32px;height:32px;border-radius:50%}.drawer-close:hover{background:var(--surface-2)}.drawer-body{flex:1;overflow-y:auto;overflow-x:auto;padding:1.2rem 1.6rem}.drawer-foot{padding:1.2rem 1.6rem 1.6rem;border-top:1px solid var(--border)}.drawer-total-row{display:flex;justify-content:space-between;font-weight:800;margin-bottom:1rem;font-size:1.05rem}.free-shipping-note{font-size:.82rem;margin:0 0 .8rem;color:var(--text-muted)}.free-shipping-note.eligible{color:var(--forest-600);font-weight:700}[data-theme="dark"] .free-shipping-note.eligible{color:var(--gold-300)}.checkout-summary-row.shipping-row.free{color:var(--forest-600);font-weight:700}[data-theme="dark"] .checkout-summary-row.shipping-row.free{color:var(--gold-300)}.order-confirm-check{width:56px;height:56px;border-radius:50%;background:var(--forest-600);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.6rem;margin:0 auto 1rem;font-weight:800}.tracking-result{margin-top:.4rem}.tracking-timeline{padding-top:.4rem}.tracking-step{display:flex;gap:.6rem;padding:.5rem 0;border-left:2px solid var(--border);margin-left:5px;padding-left:1rem;position:relative}.tracking-step:last-child{border-left:2px solid transparent}.tracking-dot{width:9px;height:9px;border-radius:50%;background:var(--forest-600);position:absolute;left:-6px;top:.6rem}[data-theme="dark"] .tracking-dot{background:var(--gold-400)}.drawer-empty{color:var(--text-muted);text-align:center;padding:2.4rem 0;font-size:.9rem}.orders-empty{text-align:center;padding:2rem 1rem}.orders-empty-icon{width:46px;height:46px;border-radius:50%;margin:0 auto .8rem;display:flex;align-items:center;justify-content:center;background:var(--surface-2);color:var(--gold-600)}[data-theme="dark"] .orders-empty-icon{color:var(--gold-300)}.orders-empty-icon svg{width:22px;height:22px}.orders-empty p{margin:0;color:var(--text-muted);font-size:.88rem;line-height:1.5}.tracker-page-header{max-width:1320px;margin:0 auto;padding:1.4rem clamp(1rem,4vw,2.5rem);display:flex;align-items:center;justify-content:space-between}.tracker-page-header .btn{padding:.6rem 1.2rem;font-size:.82rem}.pd-header-actions{display:flex;align-items:center;gap:.6rem}.pd-cart-link{position:relative;display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:var(--surface);border:1px solid var(--border);color:var(--text)}.pd-cart-link:hover{background:var(--surface-2)}.tracker-hero{max-width:640px;margin:0 auto;padding:clamp(1rem,4vw,2rem) clamp(1rem,4vw,2.5rem) 0;text-align:center}.tracker-hero h1{font-size:clamp(1.9rem,4vw,2.6rem);margin-bottom:.6rem}.tracker-hero p{color:var(--text-muted);max-width:42ch;margin:0 auto}.tracker-search-card{max-width:560px;margin:2rem auto 0;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:clamp(1.5rem,4vw,2.2rem)}.tracker-search-card .form-row{display:flex;gap:1rem}.tracker-results{max-width:640px;margin:2rem auto 4rem;padding:0 clamp(1rem,4vw,1.5rem);display:flex;flex-direction:column;gap:1.2rem}.stepper{display:flex;align-items:flex-start;margin:1.4rem 0 .4rem}.stepper-step{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;min-width:0}.stepper-step::before{content:'';position:absolute;top:15px;left:-50%;width:100%;height:2px;background:var(--border);z-index:0}.stepper-step:first-child::before{content:none}.stepper-step.done::before{background:var(--forest-600)}.stepper-dot{width:32px;height:32px;border-radius:50%;background:var(--surface-2);border:2px solid var(--border);display:flex;align-items:center;justify-content:center;z-index:1;margin-bottom:.5rem;color:var(--text-muted);transition:all .3s var(--ease)}.stepper-dot svg{width:15px;height:15px}.stepper-step.done .stepper-dot{background:var(--forest-600);border-color:var(--forest-600);color:var(--beige-100)}.stepper-step.current .stepper-dot{background:var(--gold-400);border-color:var(--gold-400);color:var(--forest-900);box-shadow:0 0 0 5px rgba(198,161,91,0.22)}.stepper-label{font-size:.68rem;font-weight:700;color:var(--text-muted);line-height:1.3;max-width:76px}.stepper-step.done .stepper-label,.stepper-step.current .stepper-label{color:var(--text)}@media (max-width:480px){.stepper-dot{width:26px;height:26px}.stepper-dot svg{width:12px;height:12px}.stepper-label{font-size:.6rem;max-width:60px}}.tracker-order-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:clamp(1.3rem,3vw,1.8rem)}.tracker-order-top{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.tracker-order-top h3{font-size:1.05rem}.tracker-order-meta{color:var(--text-muted);font-size:.85rem;margin-top:.2rem}.tracker-live-btn{margin-top:1.3rem}.tracker-live-panel{margin-top:1rem;padding-top:1rem;border-top:1px dashed var(--border)}.cart-line{display:flex;gap:.9rem;padding:.9rem 0;border-bottom:1px solid var(--border)}.cart-line-media{width:56px;height:56px;border-radius:var(--radius-sm);background:var(--surface-2);display:flex;align-items:center;justify-content:center;font-size:1.6rem;flex-shrink:0;overflow:hidden}.cart-line-media img{width:100%;height:100%;object-fit:cover}.cart-line-clickable{cursor:pointer}.cart-line-info strong.cart-line-clickable:hover,.cart-line-media.cart-line-clickable:hover img{opacity:.85}.cart-line-info strong.cart-line-clickable:hover{color:var(--forest-600)}[data-theme="dark"] .cart-line-info strong.cart-line-clickable:hover{color:var(--gold-300)}.cart-line-info{flex:1}.cart-line-info strong{display:block;font-size:.9rem}.cart-line-qty{display:flex;align-items:center;gap:.5rem;margin-top:.4rem}.qty-btn{width:24px;height:24px;border-radius:50%;border:1px solid var(--border);background:none;font-size:.85rem;line-height:1}.cart-line-price{font-weight:700;font-size:.9rem;white-space:nowrap}.cart-line-remove{background:none;border:none;color:var(--text-muted);font-size:.8rem;margin-left:.6rem;text-decoration:underline}.cart-addmore-link{display:flex;align-items:center;justify-content:center;gap:.4rem;margin:0 1.6rem;padding:.85rem 0;border-top:1px dashed var(--border);font-weight:700;font-size:.86rem;color:var(--forest-600);flex-shrink:0;transition:color .2s var(--ease)}.cart-addmore-link:hover{color:var(--forest-700)}.cart-addmore-link svg{transition:transform .2s var(--ease)}.cart-addmore-link:hover svg{transform:translateX(2px)}[data-theme="dark"] .cart-addmore-link{color:var(--gold-300)}[data-theme="dark"] .cart-addmore-link:hover{color:var(--gold-200)}.modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.95);z-index:320;width:min(720px,92vw);max-height:88vh;overflow-y:auto;background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transition:opacity .3s var(--ease),transform .3s var(--ease),visibility .3s;padding:2rem}.modal.open{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}.modal-close{position:sticky;float:right;top:0;right:0;background:var(--surface-2);border:none;width:34px;height:34px;border-radius:50%;font-size:1rem;z-index:2}.lightbox{position:fixed;inset:0;z-index:400;display:flex;align-items:center;justify-content:center;background:rgba(6,14,10,0.94);opacity:0;visibility:hidden;transition:opacity .25s var(--ease),visibility .25s}.lightbox.open{opacity:1;visibility:visible}.lightbox img{max-width:min(92vw,720px);max-height:78vh;object-fit:contain;border-radius:var(--radius-md);touch-action:pan-y}.lightbox-close,.lightbox-nav{position:absolute;border:none;border-radius:50%;background:rgba(255,255,255,0.14);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s var(--ease)}.lightbox-close:hover,.lightbox-nav:hover{background:rgba(255,255,255,0.26)}.lightbox-close{top:1rem;right:1rem;width:40px;height:40px;font-size:1.05rem}.lightbox-nav{top:50%;transform:translateY(-50%);width:46px;height:46px;font-size:1.6rem}.lightbox-prev{left:1rem}.lightbox-next{right:1rem}.lightbox-dots{position:absolute;bottom:1.1rem;left:50%;transform:translateX(-50%);display:flex;gap:.4rem}.lightbox-dots span{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,0.35)}.lightbox-dots span.active{background:#fff}@media (max-width:600px){.lightbox-nav{width:40px;height:40px;font-size:1.4rem}.lightbox-close{top:.7rem;right:.7rem}.lightbox-prev{left:.5rem}.lightbox-next{right:.5rem}}.otp-icon{width:52px;height:52px;border-radius:50%;margin:0 auto .9rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--gold-300),var(--gold-600));color:var(--forest-900);box-shadow:0 8px 24px rgba(198,161,91,0.35);flex-shrink:0}.otp-icon svg{width:24px;height:24px}.otp-title{text-align:center;font-family:var(--font-display);font-size:1.3rem;margin:0 0 .35rem}.otp-subtitle{text-align:center;color:var(--text-muted);font-size:.88rem;margin:0 0 1.4rem;line-height:1.5}.otp-subtitle strong{color:var(--text)}.otp-change-number{background:none;border:none;padding:0;margin-left:.35rem;color:var(--gold-600);font-weight:700;font-size:.84rem;text-decoration:underline;cursor:pointer}[data-theme="dark"] .otp-change-number{color:var(--gold-300)}.otp-digit-row{display:flex;gap:.5rem;justify-content:center;margin-bottom:1rem}.otp-digit{flex:1 1 0;min-width:0;max-width:48px;aspect-ratio:3 / 4;text-align:center;font-size:1.35rem;font-weight:700;border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);color:var(--text);transition:border-color .2s var(--ease),box-shadow .2s var(--ease)}.otp-digit:focus{outline:none;border-color:var(--gold-400);box-shadow:0 0 0 3px rgba(198,161,91,0.2)}.otp-digit.filled{border-color:var(--gold-400)}.otp-resend-row{text-align:center;font-size:.84rem;color:var(--text-muted);margin-top:1rem}.otp-resend-row button{background:none;border:none;padding:0;color:var(--gold-600);font-weight:700;cursor:pointer;font-size:.84rem}.otp-resend-row button:disabled{color:var(--text-muted);cursor:default}[data-theme="dark"] .otp-resend-row button:not(:disabled){color:var(--gold-300)}.quickbuy-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:1.8rem;clear:both}.quickbuy-gallery{display:flex;flex-direction:column;gap:.7rem}.quickbuy-media{position:relative;aspect-ratio:1/1;border-radius:var(--radius-md);overflow:hidden;background:linear-gradient(150deg,var(--surface-2),var(--beige-100));cursor:zoom-in}.quickbuy-media img{width:100%;height:100%;object-fit:cover}.quickbuy-zoom-hint{position:absolute;bottom:.6rem;right:.6rem;display:flex;align-items:center;gap:.3rem;background:rgba(15,42,31,0.65);color:#fff;font-size:.68rem;font-weight:700;padding:.3rem .6rem;border-radius:var(--radius-pill);pointer-events:none}.quickbuy-thumbs{display:flex;gap:.55rem;overflow-x:auto;scrollbar-width:none;padding-bottom:.1rem}.quickbuy-thumbs::-webkit-scrollbar{display:none}.quickbuy-thumb{flex:0 0 62px;width:62px;height:62px;padding:0;border-radius:var(--radius-sm);overflow:hidden;border:2px solid var(--border);background:var(--surface-2);cursor:pointer;transition:border-color .2s var(--ease),opacity .2s var(--ease)}.quickbuy-thumb img{width:100%;height:100%;object-fit:cover;display:block}.quickbuy-thumb:not(.active){opacity:.7}.quickbuy-thumb.active{border-color:var(--gold-400);opacity:1}.quickbuy-actions-sticky{display:flex;flex-direction:column;gap:.6rem;margin-top:.5rem}.quickbuy-info h3{font-size:1.5rem;margin:0}.quickbuy-title-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.pd-title-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.pd-title-row h1{margin:0}.share-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;border:1px solid var(--border);border-radius:50%;background:#fff;color:var(--text);cursor:pointer;transition:background .15s ease,transform .15s ease}.share-btn:hover{background:var(--gold-300);color:var(--forest-900)}.share-btn:active{transform:scale(.95)}[data-theme="dark"] .share-btn{background:var(--surface-2);color:var(--text)}.quickbuy-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin:.8rem 0}.quickbuy-tags span{font-size:.74rem;font-weight:700;padding:.25rem .6rem;border-radius:var(--radius-pill);background:var(--surface-2);color:var(--forest-700)}[data-theme="dark"] .quickbuy-tags span{color:var(--gold-300)}.quickbuy-price{display:flex;align-items:baseline;gap:.6rem;margin:1rem 0;font-size:1.4rem;font-weight:800;color:var(--forest-700)}[data-theme="dark"] .quickbuy-price{color:var(--gold-300)}.quickbuy-price .original{font-size:.95rem;color:var(--text-muted);text-decoration:line-through;font-weight:500}.quickbuy-qty-row{display:flex;align-items:center;gap:1rem;margin-bottom:1.2rem}.quickbuy-qty-row .qty-btn{width:32px;height:32px;font-size:1rem}.policy-modal-body{text-align:left}.policy-title{font-size:1.5rem;margin-bottom:1rem}.policy-modal-body h3{font-size:1.05rem;margin:1.4rem 0 .5rem;color:var(--gold-600,var(--text))}.policy-modal-body p{margin-bottom:.7rem;color:var(--text-muted);line-height:1.6}.policy-modal-body ul{list-style:disc;padding-left:1.3rem;margin-bottom:.7rem}.policy-modal-body li{color:var(--text-muted);line-height:1.6;margin-bottom:.4rem}.policy-modal-body a{color:var(--forest-600,var(--text));text-decoration:underline}.quiz-modal-body{text-align:center;padding-top:.5rem}.quiz-progress{display:flex;gap:.4rem;justify-content:center;margin-bottom:1.6rem}.quiz-progress span{width:32px;height:4px;border-radius:2px;background:var(--border)}.quiz-progress span.active{background:var(--gold-400)}.quiz-step h3{font-size:1.3rem;margin-bottom:1.4rem}.quiz-options{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem}.quiz-option{border:1.5px solid var(--border);border-radius:var(--radius-md);padding:1.1rem;background:var(--bg);font-weight:700;font-size:.9rem;transition:all .2s var(--ease)}.quiz-option:hover,.quiz-option.selected{border-color:var(--gold-400);background:var(--gold-200)}[data-theme="dark"] .quiz-option:hover,[data-theme="dark"] .quiz-option.selected{background:rgba(198,161,91,0.16)}.quiz-result-card{background:var(--surface-2);border-radius:var(--radius-md);padding:1.6rem;margin-top:1rem;text-align:left;display:flex;gap:1.2rem;align-items:center}.quiz-result-photo{width:90px;height:90px;border-radius:var(--radius-sm);object-fit:cover;flex-shrink:0}.quiz-result-emoji{font-size:2.6rem}.toast{position:fixed;bottom:22px;left:50%;transform:translateX(-50%) translateY(20px);background:var(--forest-900);color:var(--beige-100);padding:.8rem 1.4rem;border-radius:var(--radius-pill);font-size:.88rem;font-weight:600;box-shadow:var(--shadow-lg);z-index:400;opacity:0;visibility:hidden;transition:opacity .3s var(--ease),transform .3s var(--ease),visibility .3s}.toast.show{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.reveal.in-view{opacity:1;transform:translateY(0)}@media (max-width:1080px){.why-grid{grid-template-columns:repeat(2,1fr)}.category-grid.six-col{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}.trust-strip{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.hero{grid-template-columns:1fr;min-height:unset;padding-top:2rem}.hero-card{order:-1;max-width:420px}.quiz-panel{grid-template-columns:1fr;text-align:center}.quiz-copy p{margin-left:auto;margin-right:auto}.quiz-seal-visual{order:-1}.quiz-seal-visual svg{width:120px;height:120px}.loyalty-inner{grid-template-columns:1fr}.builder{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.category-grid.six-col{grid-template-columns:repeat(2,1fr)}.why-grid{grid-template-columns:1fr 1fr}}@media (max-width:760px){.main-nav{position:fixed;top:72px;left:0;right:0;bottom:0;background:var(--surface);flex-direction:column;align-items:stretch;padding:1.5rem;gap:0;transform:translateX(-100%);transition:transform .3s var(--ease);overflow-y:auto}.main-nav.open{transform:translateX(0)}.main-nav .nav-link{padding:.9rem 0;border-bottom:1px solid var(--border)}.mega-menu{position:static;transform:none;opacity:1;visibility:visible;pointer-events:auto;box-shadow:none;border:none;padding:1rem 0;grid-template-columns:1fr;display:none;width:100%;max-width:100%}.nav-item.has-mega.open .mega-menu{display:grid}.nav-burger{display:flex}.category-grid.three-col{grid-template-columns:repeat(2,1fr);gap:.8rem}.category-grid.three-col .category-card:last-child{grid-column:1 / -1;max-width:calc(50% - .4rem);margin:0 auto}.category-grid.three-col .category-card{padding:1rem .7rem;gap:.5rem}.category-grid.three-col .category-card .seal-badge.big{width:44px;height:44px}.category-grid.three-col .category-card h3{font-size:.95rem}.category-grid.three-col .category-card p{font-size:.74rem}.category-grid.six-col{grid-template-columns:repeat(2,1fr)}.why-grid{grid-template-columns:1fr}.trust-strip{grid-template-columns:1fr}.quickbuy-grid{grid-template-columns:1fr}.quiz-options{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.product-grid{grid-template-columns:1fr 1fr}}@media (max-width:480px){.footer-grid{grid-template-columns:1fr}.builder-ingredients{grid-template-columns:1fr}.product-grid{grid-template-columns:1fr 1fr;gap:.7rem}.product-card{padding:.7rem}.product-media{margin-bottom:.6rem;font-size:2.2rem}.product-name{font-size:.88rem;margin-bottom:.15rem}.product-desc{font-size:.74rem;min-height:0;margin-bottom:.4rem;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.product-rating{font-size:.7rem;margin-bottom:.4rem}.product-price-row{margin-bottom:.6rem;gap:.35rem}.product-price-row .current{font-size:.95rem}.product-price-row .original{font-size:.72rem}.product-actions{flex-direction:column;gap:.35rem}.product-actions .btn{padding:.55rem .6rem;font-size:.74rem}.product-badge{font-size:.58rem;padding:.2rem .45rem}.wishlist-heart{width:26px;height:26px}.wishlist-heart svg{width:14px;height:14px}.nav-wrap{gap:.5rem;padding-left:.85rem;padding-right:.85rem}.nav-actions{gap:0}.icon-btn{width:34px;height:34px}.icon-btn svg{width:17px}.logo-text{font-size:1.15rem}.logo-seal{width:24px;height:24px}.cart-btn{margin-left:2px}.hero-cta-row{flex-direction:column;align-items:stretch}.hero-cta-row .btn{width:100%}.modal{width:94vw;padding:1.3rem;max-height:92vh}.quickbuy-qty-row{flex-wrap:wrap}.modal#quickBuyModal{top:auto;bottom:0;left:0;right:0;transform:translateY(100%);width:100%;max-width:100%;max-height:94vh;border-radius:22px 22px 0 0;padding:1.1rem 1.1rem 0}.modal#quickBuyModal.open{transform:translateY(0)}.modal#quickBuyModal::before{content:'';display:block;width:40px;height:4px;border-radius:2px;background:var(--border);margin:0 auto .8rem}.quickbuy-media{aspect-ratio:4/3}.quickbuy-actions-sticky{flex-direction:row;position:sticky;bottom:0;margin:1rem -1.1rem 0;padding:.8rem 1.1rem calc(.8rem + env(safe-area-inset-bottom));background:var(--surface);border-top:1px solid var(--border)}.quickbuy-actions-sticky .btn{flex:1}.newsletter-row{flex-direction:column}.newsletter-row .btn{width:100%}.drawer-head{padding:1.1rem 1.2rem}.drawer-body{padding:1rem 1.2rem}.profile-summary{padding:.8rem;gap:.7rem}.profile-summary .review-avatar{width:40px;height:40px;font-size:.9rem}.otp-icon{width:44px;height:44px}.otp-icon svg{width:20px;height:20px}.otp-title{font-size:1.1rem}.otp-subtitle{font-size:.82rem;margin-bottom:1.1rem}.otp-digit-row{gap:.4rem}.otp-digit{max-width:42px;font-size:1.15rem}}@media (max-width:360px){.logo-text{display:none}.nav-wrap{gap:.4rem}.otp-digit-row{gap:.3rem}.otp-digit{max-width:36px;font-size:1.05rem}}.pd-breadcrumb{max-width:1320px;margin:0 auto;padding:1.1rem clamp(1rem,4vw,2.5rem) 0;font-size:.82rem;color:var(--text-muted);display:flex;gap:.4rem;flex-wrap:wrap}.pd-breadcrumb a{color:var(--text-muted)}.pd-breadcrumb a:hover{color:var(--forest-600)}.pd-breadcrumb span[aria-current]{color:var(--text);font-weight:600}.pd-wrap{max-width:1320px;margin:0 auto;padding:clamp(1.5rem,4vw,2.5rem) clamp(1rem,4vw,2.5rem);display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(2rem,5vw,4rem);align-items:start}@media (max-width:860px){.pd-wrap{grid-template-columns:1fr}}.pd-gallery{position:sticky;top:100px}@media (max-width:860px){.pd-gallery{position:static}}.pd-main-media{aspect-ratio:1 / 1;border-radius:var(--radius-lg);overflow:hidden;background:linear-gradient(150deg,var(--surface-2),var(--beige-100));box-shadow:var(--shadow-md);position:relative}[data-theme="dark"] .pd-main-media{background:linear-gradient(150deg,var(--surface-2),var(--forest-800))}.pd-main-media img{width:100%;height:100%;object-fit:cover;display:block}.pd-thumbs{display:flex;gap:.7rem;margin-top:.9rem}.pd-thumb{width:72px;height:72px;border-radius:var(--radius-sm);overflow:hidden;border:2px solid transparent;padding:0;cursor:pointer;background:var(--surface-2);transition:border-color .2s var(--ease)}.pd-thumb.active{border-color:var(--gold-400)}.pd-thumb img{width:100%;height:100%;object-fit:cover;display:block}.pd-info .product-badge{position:static;display:inline-flex;margin-bottom:.8rem}.pd-info h1{font-size:clamp(1.9rem,3.6vw,2.6rem);margin-bottom:.5rem}.pd-rating{font-size:.9rem;color:var(--gold-600);margin-bottom:1rem}.pd-rating span{color:var(--text-muted)}.pd-desc{color:var(--text-muted);font-size:1rem;margin-bottom:1.4rem;max-width:52ch}.pd-size-row{display:flex;gap:.8rem;flex-wrap:wrap;margin-bottom:1.6rem}.pd-size-card{border:1px solid var(--border);border-radius:var(--radius-md);padding:.8rem 1.2rem;background:var(--surface);min-width:130px;display:block;text-align:left;cursor:pointer;font-family:var(--font-body);color:var(--text);transition:border-color .2s var(--ease),box-shadow .2s var(--ease),background .2s var(--ease)}.pd-size-card:hover{border-color:var(--gold-400)}.pd-size-card.selected{border-color:var(--forest-600);background:var(--surface-2);box-shadow:0 0 0 2px var(--forest-600) inset}[data-theme="dark"] .pd-size-card.selected{box-shadow:0 0 0 2px var(--gold-400) inset}.pd-size-card strong{display:block;font-size:.95rem;margin-bottom:.2rem}.pd-size-card .current{color:var(--forest-700);font-weight:800;font-size:1.05rem}[data-theme="dark"] .pd-size-card .current{color:var(--gold-300)}.pd-size-card .original{color:var(--text-muted);text-decoration:line-through;font-size:.85rem;margin-left:.4rem}.pd-size-card .pd-add-hint{display:block;font-size:.72rem;color:var(--text-muted);margin-top:.35rem}.pd-size-card.selected .pd-add-hint{color:var(--forest-700);font-weight:700}[data-theme="dark"] .pd-size-card.selected .pd-add-hint{color:var(--gold-300)}.pd-cta-row{display:flex;gap:.9rem;flex-wrap:wrap;margin-bottom:1.8rem}.pd-cta-row .btn{flex:1 1 200px}.pd-trust-mini{display:flex;gap:1.4rem;flex-wrap:wrap;padding:1.2rem 0;border-top:1px dashed var(--border)}.pd-trust-mini span{font-size:.8rem;color:var(--text-muted);display:flex;align-items:center;gap:.4rem}.pd-section{max-width:1320px;margin:0 auto;padding:0 clamp(1rem,4vw,2.5rem) clamp(2.5rem,5vw,4rem)}.pd-section h2{font-size:clamp(1.4rem,2.6vw,1.9rem);margin-bottom:1.2rem}.pd-benefit-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem}.pd-benefit-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.2rem 1.3rem;display:flex;gap:.8rem;align-items:flex-start}.pd-benefit-card .pd-benefit-icon{font-size:1.3rem;line-height:1;margin-top:.1rem}.pd-benefit-card p{font-size:.88rem;color:var(--text-muted);line-height:1.55}.pd-benefit-card strong{display:block;margin-bottom:.2rem;font-size:.94rem;color:var(--text)}.pd-howto{background:var(--bg-alt);border-radius:var(--radius-lg);padding:clamp(1.5rem,3.5vw,2.4rem)}.pd-howto ol{margin:0;padding-left:1.3rem;display:flex;flex-direction:column;gap:.8rem}.pd-howto li{font-size:.92rem;color:var(--text-muted);line-height:1.6}.pd-howto li strong{color:var(--text)}.pd-note{margin-top:1.2rem;font-size:.78rem;color:var(--text-muted);border-top:1px dashed var(--border);padding-top:1rem}.pd-related h2{font-size:clamp(1.4rem,2.6vw,1.9rem);margin-bottom:1.2rem}.pd-related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.2rem}.pd-related-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:1rem;text-align:center;transition:transform .25s var(--ease),box-shadow .25s var(--ease)}.pd-related-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.pd-related-card img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:var(--radius-sm);margin-bottom:.7rem}.pd-related-card strong{display:block;font-size:.88rem;margin-bottom:.2rem}.pd-related-card span{font-size:.82rem;color:var(--text-muted)}@media (max-width:480px){.pd-related-grid{grid-template-columns:1fr 1fr !important;gap:.7rem !important}}.blog-hero{padding:clamp(2.2rem,5vw,4rem) 1.5rem 1.5rem;max-width:900px;margin:0 auto;text-align:center}.blog-hero .eyebrow{color:var(--gold-600);font-weight:700;letter-spacing:.04em;text-transform:uppercase;font-size:.8rem}.blog-hero h1{font-family:var(--font-display);font-size:clamp(1.9rem,4.5vw,3rem);margin:.5rem 0 .8rem;color:var(--text)}.blog-hero p{color:var(--text-muted);font-size:1rem;line-height:1.6;max-width:620px;margin:0 auto}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.6rem;max-width:1180px;margin:0 auto;padding:1rem 1.5rem 4rem}.blog-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;text-decoration:none;color:var(--text);display:flex;flex-direction:column;transition:transform .25s var(--ease),box-shadow .25s var(--ease)}.blog-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.blog-card img{width:100%;aspect-ratio:16/10;object-fit:cover}.blog-card-body{padding:1.2rem 1.3rem 1.4rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.blog-card-tag{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--forest-600)}[data-theme="dark"] .blog-card-tag{color:var(--gold-300)}.blog-card h3{font-family:var(--font-display);font-size:1.15rem;margin:0;line-height:1.35}.blog-card p{font-size:.88rem;color:var(--text-muted);line-height:1.55;margin:0;flex:1}.blog-card-readmore{font-size:.84rem;font-weight:700;color:var(--forest-600);margin-top:.3rem}[data-theme="dark"] .blog-card-readmore{color:var(--gold-300)}.blog-article{max-width:760px;margin:0 auto;padding:1rem 1.5rem 4rem}.blog-article-hero-img{width:100%;aspect-ratio:16/8;object-fit:cover;border-radius:var(--radius-lg);margin-bottom:1.6rem;box-shadow:var(--shadow-sm)}.blog-article .eyebrow{color:var(--gold-600);font-weight:700;letter-spacing:.04em;text-transform:uppercase;font-size:.78rem}.blog-article h1{font-family:var(--font-display);font-size:clamp(1.7rem,4vw,2.5rem);line-height:1.25;margin:.5rem 0 .6rem;color:var(--text)}.blog-meta{font-size:.82rem;color:var(--text-muted);margin-bottom:1.6rem}.blog-article .lede{font-size:1.05rem;color:var(--text-muted);line-height:1.7;margin-bottom:1.6rem}.blog-article h2{font-family:var(--font-display);font-size:clamp(1.25rem,2.6vw,1.55rem);margin:2rem 0 .8rem;color:var(--text)}.blog-article p{font-size:.96rem;line-height:1.75;color:var(--text);margin:0 0 1rem}.blog-article ol.blog-list,.blog-article ul.blog-list{padding-left:1.2rem;display:flex;flex-direction:column;gap:.9rem;margin:0 0 1.2rem}.blog-article ol.blog-list li,.blog-article ul.blog-list li{font-size:.95rem;line-height:1.65;color:var(--text)}.blog-article ol.blog-list li strong,.blog-article ul.blog-list li strong{color:var(--forest-700)}[data-theme="dark"] .blog-article ol.blog-list li strong,[data-theme="dark"] .blog-article ul.blog-list li strong{color:var(--gold-300)}.blog-cta-box{background:var(--bg-alt);border:1px solid var(--border);border-radius:var(--radius-lg);padding:clamp(1.3rem,3vw,1.8rem);display:flex;align-items:center;gap:1.2rem;margin:2rem 0}.blog-cta-box img{width:84px;height:84px;object-fit:cover;border-radius:var(--radius-md);flex-shrink:0}.blog-cta-box-body{flex:1}.blog-cta-box-body strong{display:block;font-family:var(--font-display);font-size:1.05rem;margin-bottom:.2rem}.blog-cta-box-body span{font-size:.85rem;color:var(--text-muted);display:block;margin-bottom:.6rem}.blog-faq{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.blog-faq-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:1rem 1.2rem}.blog-faq-item strong{display:block;font-size:.94rem;margin-bottom:.35rem;color:var(--text)}.blog-faq-item p{font-size:.88rem;margin:0;color:var(--text-muted)}.blog-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:1.8rem 0}.blog-tag{font-size:.76rem;background:var(--bg-alt);border:1px solid var(--border);color:var(--text-muted);padding:.3rem .7rem;border-radius:var(--radius-pill)}.blog-back-link{display:inline-flex;align-items:center;gap:.3rem;font-size:.86rem;font-weight:700;color:var(--forest-600);text-decoration:none;margin-bottom:.5rem}[data-theme="dark"] .blog-back-link{color:var(--gold-300)}.blog-toc{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:1rem 1.3rem;margin-bottom:1.8rem;display:flex;flex-direction:column;gap:.5rem}.blog-toc strong{font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.blog-toc a{font-size:.9rem;color:var(--forest-600);text-decoration:none;font-weight:600}[data-theme="dark"] .blog-toc a{color:var(--gold-300)}.blog-toc a:hover{text-decoration:underline}.blog-filter-row{display:flex;flex-wrap:wrap;gap:.6rem;max-width:1180px;margin:0 auto;padding:0 1.5rem 1.6rem}.blog-filter-btn{font-family:var(--font-body);font-size:.82rem;font-weight:700;padding:.5rem 1rem;border-radius:var(--radius-pill);border:1px solid var(--border);background:var(--surface);color:var(--text-muted);cursor:pointer;transition:all .2s var(--ease)}.blog-filter-btn:hover{border-color:var(--forest-500);color:var(--forest-600)}.blog-filter-btn.active{background:var(--forest-600);color:var(--white);border-color:var(--forest-600)}[data-theme="dark"] .blog-filter-btn.active{background:var(--gold-400);color:var(--forest-900);border-color:var(--gold-400)}