:root{--bg:#fffaf5;--card:#fff;--text:#271b16;--muted:#76675f;--brand:#9b3b16;--brand2:#d86624;--line:#eadfd6;--soft:#fff1e5;--success:#177245;--shadow:0 8px 30px rgba(55,28,14,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;background:var(--bg);color:var(--text);padding-bottom:74px}a{color:inherit;text-decoration:none}button,input{font:inherit}.site-header{height:68px;background:rgba(255,250,245,.94);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:space-between;padding:8px clamp(14px,4vw,44px);position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(234,223,214,.7)}.brand{display:flex;gap:10px;align-items:center}.brand-mark{width:42px;height:42px;border-radius:13px;background:linear-gradient(145deg,var(--brand2),var(--brand));display:grid;place-items:center;color:#fff;font-size:23px}.brand b{display:block;font-size:16px}.brand small{display:block;color:var(--muted);font-size:11px}.icon-btn{border:0;background:#fff;border-radius:12px;min-width:42px;height:42px;box-shadow:var(--shadow);cursor:pointer}.cart-count{display:inline-grid;place-items:center;min-width:18px;height:18px;border-radius:999px;background:var(--brand);color:#fff;font-size:10px}.search-shell{position:sticky;top:68px;z-index:45;padding:10px clamp(14px,4vw,44px);background:linear-gradient(var(--bg) 70%,rgba(255,250,245,.88))}.search-form{max-width:920px;margin:auto;background:#fff;display:flex;align-items:center;gap:8px;padding:6px 7px 6px 14px;border:1px solid var(--line);border-radius:16px;box-shadow:0 4px 20px rgba(55,28,14,.05)}.search-form input{border:0;outline:0;flex:1;min-width:0;padding:9px 3px;background:transparent}.search-form button,.primary{border:0;background:linear-gradient(145deg,var(--brand2),var(--brand));color:#fff;border-radius:11px;padding:10px 16px;font-weight:700;cursor:pointer}.search-suggestions{position:absolute;left:50%;transform:translateX(-50%);top:64px;width:min(920px,calc(100% - 28px));background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);overflow:hidden}.search-suggestions a{display:flex;gap:10px;align-items:center;padding:10px;border-bottom:1px solid #f3ece6}.search-suggestions img{width:44px;height:44px;object-fit:cover;border-radius:8px}.store-main{max-width:1220px;margin:auto;padding:8px clamp(14px,4vw,32px) 38px}.welcome-hero,.hero-slider{border-radius:24px;overflow:hidden;margin:8px 0 22px;min-height:270px;box-shadow:var(--shadow)}.welcome-hero{background:radial-gradient(circle at 80% 20%,#ffd59c,transparent 28%),linear-gradient(135deg,#ffecd2,#f9c184);display:grid;align-items:center;padding:34px}.welcome-hero div{max-width:650px}.welcome-hero span,.hero-slide span{font-weight:800;color:var(--brand)}.welcome-hero h1,.hero-slide h1{font-size:clamp(28px,5vw,52px);line-height:1.04;margin:8px 0 10px}.welcome-hero p{max-width:520px;color:#604836;font-size:17px}.hero-slider{position:relative;background:#6d2d16}.hero-slide{display:none;min-height:300px;background-size:cover;background-position:center;padding:40px;color:#fff;align-items:center}.hero-slide.active{display:flex}.hero-slide div{max-width:620px}.hero-slide span{color:#ffd59c}.hero-slide p{font-size:17px}.hero-dots{position:absolute;bottom:14px;left:50%;transform:translateX(-50%);display:flex;gap:7px}.hero-dots button{width:8px;height:8px;border:0;border-radius:99px;padding:0;background:#ffffff88}.hero-dots button.active{width:24px;background:#fff}.section-head{display:flex;justify-content:space-between;align-items:end;margin:28px 0 12px;gap:14px}.section-head h2{margin:0 0 4px}.section-head p{margin:0;color:var(--muted);font-size:14px}.section-head>a{color:var(--brand);font-weight:700;font-size:14px}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.category-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:8px;text-align:center;transition:.2s}.category-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.category-card img,.category-placeholder{width:100%;aspect-ratio:1;object-fit:cover;border-radius:12px;background:var(--soft);display:grid;place-items:center;font-size:32px}.category-card b{display:block;padding:8px 3px 4px;font-size:13px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.product-card{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;position:relative}.product-image{display:block;aspect-ratio:1;background:#f9f3ed;position:relative}.product-image img{width:100%;height:100%;object-fit:cover}.image-placeholder{display:grid;width:100%;height:100%;place-items:center;font-size:44px;color:#c98a62}.sold-badge{position:absolute;top:10px;left:10px;background:#302823;color:#fff;padding:5px 8px;border-radius:8px;font-size:11px}.product-info{padding:11px}.product-info small{color:var(--muted);font-size:11px}.product-name{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-height:40px;font-weight:650;margin:4px 0}.product-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.quick-add{border:1px solid var(--brand);color:var(--brand);background:#fff;border-radius:9px;padding:7px 11px;font-weight:800;cursor:pointer}.shop-title{padding:18px 0 8px}.shop-title small,.eyebrow{color:var(--brand);font-weight:800;letter-spacing:.08em}.shop-title h1{margin:2px 0}.shop-title p{margin:0;color:var(--muted)}.category-strip{display:flex;gap:8px;overflow:auto;padding:10px 0 13px;scrollbar-width:none}.chip{white-space:nowrap;background:#fff;border:1px solid var(--line);border-radius:999px;padding:8px 13px;font-size:13px}.chip.active{background:var(--brand);color:#fff;border-color:var(--brand)}.subcategory-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:10px;margin:4px 0 18px}.subcategory-grid a{background:#fff;border:1px solid var(--line);border-radius:14px;padding:7px;text-align:center}.subcategory-grid img,.subcategory-grid span{width:100%;aspect-ratio:1;object-fit:cover;border-radius:10px;background:var(--soft);display:grid;place-items:center}.subcategory-grid b{font-size:12px;display:block;padding:6px 2px 2px}.results-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0 12px;color:var(--muted);font-size:13px}.results-row button{border:0;background:transparent;color:var(--brand);font-weight:700}.breadcrumb{display:flex;gap:7px;align-items:center;overflow:auto;white-space:nowrap;font-size:12px;color:var(--muted);padding:8px 0 16px}.product-detail{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:34px}.gallery-main{aspect-ratio:1;background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;display:grid;place-items:center;font-size:70px;color:#c98a62}.gallery-main img{width:100%;height:100%;object-fit:contain}.thumbs{display:flex;gap:8px;overflow:auto;padding:9px 0}.thumbs button{width:66px;height:66px;border:1px solid var(--line);padding:3px;border-radius:10px;background:#fff}.thumbs img{width:100%;height:100%;object-fit:cover;border-radius:7px}.detail-info h1{font-size:clamp(26px,4vw,40px);line-height:1.08;margin:5px 0 6px}.design-code{color:var(--muted);font-size:12px}.detail-price{font-size:28px;font-weight:850;margin:15px 0}.lead{color:#5f514a;line-height:1.6}.variant-picker{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:15px 0}.variant-picker label{display:block;font-weight:750;margin:9px 0 7px}.option-row{display:flex;flex-wrap:wrap;gap:7px}.variant-option{border:1px solid var(--line);background:#fff;border-radius:10px;padding:8px 12px;cursor:pointer}.variant-option.active{border-color:var(--brand);box-shadow:0 0 0 1px var(--brand);color:var(--brand)}.variant-option.disabled{opacity:.35;text-decoration:line-through;cursor:not-allowed}.variant-message{font-size:12px;color:var(--muted);margin:10px 0 0}.purchase-row{display:flex;gap:10px;margin-top:18px}.qty{display:flex;border:1px solid var(--line);border-radius:11px;overflow:hidden;background:#fff}.qty button{width:40px;border:0;background:#fff;font-size:20px}.qty span{min-width:36px;display:grid;place-items:center}.grow{flex:1}.primary:disabled{opacity:.45;cursor:not-allowed}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:14px 0}.trust-grid span{background:#fff;border:1px solid var(--line);border-radius:10px;padding:9px;font-size:11px}.description{margin-top:22px}.description p{line-height:1.7;color:#51443e}.bottom-nav{display:none}.cart-drawer{position:fixed;inset:0;z-index:100;pointer-events:none}.cart-drawer.open{pointer-events:auto}.cart-backdrop{position:absolute;inset:0;background:#0007;opacity:0;transition:.2s}.cart-drawer.open .cart-backdrop{opacity:1}.cart-panel{position:absolute;top:0;right:0;width:min(420px,92vw);height:100%;background:#fff;transform:translateX(102%);transition:.25s;padding:18px;overflow:auto}.cart-drawer.open .cart-panel{transform:translateX(0)}.cart-panel header{display:flex;justify-content:space-between;align-items:center}.cart-line{display:grid;grid-template-columns:58px 1fr auto;gap:10px;padding:10px 0;border-bottom:1px solid var(--line)}.cart-line img,.cart-line .mini-placeholder{width:58px;height:58px;object-fit:cover;background:var(--soft);border-radius:9px;display:grid;place-items:center}.cart-line b{display:block;font-size:13px}.cart-line small{color:var(--muted)}.cart-line button{border:0;background:transparent;color:var(--brand)}.cart-total{display:flex;justify-content:space-between;font-size:18px;padding:18px 0}.wide{width:100%}.small{font-size:12px}.muted{color:var(--muted)}.empty-state{text-align:center;padding:70px 10px}.empty-state>span{font-size:50px;color:#c98a62}.toast{position:fixed;left:50%;bottom:90px;transform:translateX(-50%);background:#2b211d;color:#fff;padding:10px 16px;border-radius:10px;z-index:200;box-shadow:var(--shadow)}@media(max-width:900px){.category-grid{grid-template-columns:repeat(4,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}.subcategory-grid{grid-template-columns:repeat(5,1fr)}}@media(max-width:640px){body{padding-bottom:76px}.site-header{height:60px;padding:7px 14px}.brand-mark{width:38px;height:38px}.brand small{display:none}.search-shell{top:60px;padding:8px 12px}.search-form{border-radius:13px}.search-form button{display:none}.store-main{padding:5px 12px 25px}.welcome-hero,.hero-slider{border-radius:18px;min-height:215px;margin-top:4px}.welcome-hero{padding:23px}.welcome-hero h1,.hero-slide h1{font-size:30px}.hero-slide{padding:24px;min-height:230px}.section-head{margin-top:22px}.category-grid{grid-template-columns:repeat(4,1fr);gap:8px}.category-card{padding:5px;border-radius:13px}.category-card img,.category-placeholder{border-radius:10px}.category-card b{font-size:11px}.product-grid{grid-template-columns:repeat(2,1fr);gap:9px}.product-card{border-radius:13px}.product-info{padding:9px}.product-name{font-size:13px;min-height:36px}.quick-add{padding:6px 9px;font-size:12px}.subcategory-grid{grid-template-columns:repeat(4,1fr);gap:7px}.subcategory-grid b{font-size:10px}.product-detail{grid-template-columns:1fr;gap:18px}.gallery-main{border-radius:17px}.detail-info h1{font-size:28px}.trust-grid{grid-template-columns:1fr}.bottom-nav{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;bottom:0;left:0;right:0;height:64px;background:#fff;border-top:1px solid var(--line);z-index:60;padding-bottom:env(safe-area-inset-bottom)}.bottom-nav a,.bottom-nav button{border:0;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-size:18px;position:relative}.bottom-nav span{font-size:10px}.bottom-nav .cart-count{position:absolute;top:6px;right:24%}.site-header>.cart-open{display:none}.purchase-row{position:sticky;bottom:70px;background:var(--bg);padding:8px 0;z-index:20}}

/* Part 4: lean checkout */
.checkout-page{padding:24px 16px 60px}.checkout-head{margin-bottom:18px}.checkout-head h1{margin:10px 0 4px}.checkout-head p{margin:0;color:#667085}.checkout-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.7fr);gap:18px;align-items:start}.checkout-main{display:grid;gap:14px}.checkout-card{position:relative;background:#fff;border:1px solid #e8e8e8;border-radius:16px;padding:18px;box-shadow:0 5px 20px rgba(0,0,0,.035)}.checkout-card h2{margin:0 0 14px;font-size:1.05rem}.checkout-card.locked{opacity:.58;pointer-events:none}.step-no{position:absolute;right:16px;top:14px;border:1px solid #ddd;border-radius:999px;width:28px;height:28px;display:grid;place-items:center;font-size:.85rem}.inline-form{display:flex;gap:8px}.inline-form input,.address-form input{width:100%;min-height:46px;border:1px solid #d7d7d7;border-radius:10px;padding:0 12px;font:inherit}.primary-btn{border:0;border-radius:10px;min-height:44px;padding:0 16px;background:#222;color:#fff;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.ok-pill{display:inline-block;padding:4px 8px;border-radius:999px;background:#eef8ef;font-size:.8rem}.address-list{display:grid;gap:8px}.address-choice,.shipping-choice{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;text-align:left;border:1px solid #dedede;background:#fff;border-radius:12px;padding:12px;cursor:pointer}.address-choice span,.shipping-choice small{display:block;color:#667085;margin-top:3px}.address-choice.selected,.shipping-choice.selected{outline:2px solid #222}.address-add{margin-top:12px}.address-add summary{cursor:pointer;font-weight:700}.address-form{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.address-form #aLine1,.address-form #aLine2,.address-form .primary-btn{grid-column:1/-1}.summary-card{position:sticky;top:12px}.summary-line{display:flex;justify-content:space-between;gap:12px;padding:7px 0}.success-card{text-align:center;padding:34px 18px}.success-card .primary-btn{margin-top:12px}
@media(max-width:760px){.checkout-grid{grid-template-columns:1fr}.summary-card{position:static;order:-1}.address-form{grid-template-columns:1fr}.address-form>*{grid-column:1!important}.inline-form{flex-direction:column}}
.account-shell{padding-bottom:90px}.wallet-card{padding:16px;margin:12px 0;border:1px solid #e6e0d8;border-radius:16px;background:#fff;font-weight:700}.account-order{padding:16px;margin:12px 0;border:1px solid #e6e0d8;border-radius:16px;background:#fff}.account-order>div{display:flex;justify-content:space-between;gap:10px}.account-order span{text-transform:capitalize}.account-order button,.account-order a{display:inline-block;margin-top:8px}

/* Centered Puja Paath Store brand */
.site-header{justify-content:flex-end}
.site-header .brand{position:absolute;left:50%;transform:translateX(-50%);white-space:nowrap}
.brand-logo{display:block;width:48px;height:48px;flex:0 0 auto}
@media(max-width:640px){.brand-logo{width:42px;height:42px}.site-header .brand{gap:7px}.site-header .brand b{font-size:14px}}

/* Original Puja Paath Store hero artwork */
.welcome-hero{min-height:340px;background-image:linear-gradient(90deg,rgba(255,250,245,.98) 0%,rgba(255,250,245,.91) 35%,rgba(255,250,245,.3) 61%,rgba(255,250,245,.04) 100%),url('/assets/brand/home-hero-v1.png');background-size:cover;background-position:center center;background-repeat:no-repeat}
.welcome-hero>div{position:relative;z-index:1}
.welcome-hero h1{max-width:590px;text-wrap:balance}
.welcome-hero p{color:#5b4030}
@media(max-width:640px){.welcome-hero{min-height:290px;background-image:linear-gradient(90deg,rgba(255,250,245,.98) 0%,rgba(255,250,245,.92) 58%,rgba(255,250,245,.38) 100%),url('/assets/brand/home-hero-v1.png');background-position:60% center}.welcome-hero>div{max-width:82%}}

/* Puja Paath identity system */
body{background-color:#fffaf5;background-image:radial-gradient(circle at 10% 16%,rgba(216,102,36,.035) 0 1px,transparent 2px),radial-gradient(circle at 90% 70%,rgba(155,59,22,.03) 0 1px,transparent 2px);background-size:30px 30px}.brand-ribbon{min-height:28px;padding:5px 18px;background:linear-gradient(90deg,#6f2634,#9b3b16,#6f2634);color:#fff5df;display:flex;justify-content:center;align-items:center;gap:20px;text-align:center;font-size:11px;letter-spacing:.035em}.brand-ribbon span{color:#ffd58c;font-family:Georgia,serif}.site-header{top:28px}.search-shell{top:96px}.header-promise{display:flex;align-items:center;gap:7px;color:#6f3549}.header-promise>span{width:32px;height:32px;border:1px solid #e8caa9;border-radius:50%;display:grid;place-items:center;color:#d86624}.header-promise small{font-size:10px;line-height:1.25;color:#806d62}.header-promise b{color:#4b3024}.brand b{font-family:Georgia,"Times New Roman",serif;font-size:18px;color:#4b2519}.brand small{color:#9b3b16;letter-spacing:.025em}.brand-logo{filter:drop-shadow(0 4px 7px rgba(102,46,21,.12))}.search-form{border-color:#ecd4bd}.search-form:focus-within{border-color:#d86624;box-shadow:0 0 0 3px rgba(216,102,36,.1)}.primary,.search-form button{box-shadow:0 6px 15px rgba(155,59,22,.18)}.brand-intro{margin:6px 0 26px;padding:20px 24px;border:1px solid #eddbc9;border-radius:18px;background:linear-gradient(115deg,#fff8ed,#fff2e2);display:flex;align-items:center;gap:18px}.brand-intro>span{width:58px;height:58px;flex:0 0 auto;border-radius:50%;display:grid;place-items:center;background:#9b3b16;color:#ffd58c;font:700 27px Georgia,serif;box-shadow:inset 0 0 0 5px #fff2dd}.brand-intro small,.branded-page-head small{color:#9b3b16;font-weight:800;letter-spacing:.12em}.brand-intro h2{margin:3px 0 5px;font-family:Georgia,serif}.brand-intro p{margin:0;color:#76675f}.section-head h2,.shop-title h1,.detail-info h1,.checkout-head h1,.branded-page-head h1{font-family:Georgia,"Times New Roman",serif;color:#48291d}.category-card,.product-card,.checkout-card,.account-order,.wallet-card{box-shadow:0 7px 22px rgba(81,39,19,.055)}.category-card:hover,.product-card:hover{border-color:#dfb98f}.site-footer{margin-top:40px;background:#2d1c18;color:#eadbd1;padding:38px clamp(18px,5vw,70px) 92px;display:grid;grid-template-columns:1fr 1fr;gap:30px;border-top:4px solid #d86624}.footer-brand{display:flex;gap:14px;align-items:center}.footer-brand img{width:66px;height:66px;background:#fff8ed;border-radius:18px;padding:7px}.footer-brand b{font:700 21px Georgia,serif;color:#fff}.footer-brand p{max-width:430px;line-height:1.55;margin:5px 0 0;color:#cdbcb2}.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:25px}.footer-links>div{display:grid;align-content:start;gap:8px}.footer-links b{color:#ffc975;margin-bottom:4px}.footer-links a,.footer-links span{font-size:13px;color:#d8c8be}.footer-links a:hover{color:#fff}.footer-mantra{grid-column:1/-1;border-top:1px solid #544039;padding-top:18px;display:flex;gap:14px;align-items:center}.footer-mantra>span{font:700 24px Georgia,serif;color:#ffc975}.footer-mantra p{margin:0;font-family:Georgia,serif;color:#f6e8d7}.footer-mantra small{margin-left:auto;color:#aa968b}.checkout-head{padding:18px 20px;border-left:4px solid #d86624;background:linear-gradient(90deg,#fff2e2,transparent);border-radius:0 16px 16px 0}.checkout-head>a{color:#9b3b16;font-weight:700}.step-no{background:#fff1dc;border-color:#e8ba82;color:#9b3b16;font-weight:800}.primary-btn{background:linear-gradient(145deg,#d86624,#9b3b16);box-shadow:0 6px 15px rgba(155,59,22,.18)}.address-choice.selected,.shipping-choice.selected{outline-color:#d86624}.branded-page-head{padding:24px;background:linear-gradient(110deg,#fff0da,#fffaf5);border-radius:20px;border:1px solid #efd8be}.wallet-card{border-left:4px solid #d86624}
@media(max-width:640px){.brand-ribbon{min-height:24px;padding:4px 8px;font-size:9px;gap:7px}.brand-ribbon span:first-child{display:none}.site-header{top:24px}.search-shell{top:84px}.header-promise{display:none}.site-header .brand small{display:block;font-size:8px}.site-header .brand b{font-size:13px}.brand-intro{padding:14px;gap:12px}.brand-intro>span{width:44px;height:44px;font-size:21px}.brand-intro h2{font-size:18px}.brand-intro p{font-size:12px}.site-footer{padding:28px 18px 88px;grid-template-columns:1fr}.footer-links{grid-template-columns:1fr 1fr}.footer-mantra{grid-column:auto;align-items:flex-start;flex-wrap:wrap}.footer-mantra small{width:100%;margin-left:0}.footer-brand img{width:54px;height:54px}}

/* Marketplace storefront structure — Puja Paath identity retained. */
.storefront-shell{width:min(1280px,calc(100% - 32px));margin-inline:auto}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.app-header{position:sticky;top:0;z-index:70;background:rgba(255,250,245,.97);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.app-header .header-row{height:76px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px}.mobile-menu-button{display:none;border:0;background:transparent;color:var(--text);padding:4px}.mobile-menu-button>span{display:grid;gap:4px}.mobile-menu-button i{display:block;width:22px;height:2px;border-radius:5px;background:#5c3526}.mobile-menu-button small{font-size:.7rem}.app-header .brand{grid-column:2;position:static;transform:none;justify-self:center}.app-header .brand-logo{width:54px;height:54px}.app-header .brand b{font:700 1.2rem Georgia,serif}.app-header .brand small{font-size:.72rem}.header-actions{grid-column:3;display:flex;align-items:center;justify-content:flex-end;gap:9px}.header-promise{margin-right:auto}.header-promise i{font-style:normal;width:34px;height:34px;border:1px solid #e7c7a6;border-radius:50%;display:grid;place-items:center;color:var(--brand2)}.header-support{display:grid;place-items:center;text-decoration:none;font-size:1.2rem}.desktop-account-button,.desktop-cart-button{height:42px;display:flex;align-items:center;gap:7px;border:1px solid var(--line);border-radius:12px;background:#fff;color:#4b3024;padding:0 12px;font-size:.78rem}.desktop-account-button span{font-size:1.1rem}.desktop-cart-button{border-color:#e5b986;color:var(--brand);cursor:pointer}.desktop-cart-button em{font-style:normal}.app-header .search-shell{position:relative;top:auto;padding:0 0 12px;background:transparent}.app-header .search-form{max-width:none;border-radius:12px;box-shadow:0 3px 14px rgba(70,36,18,.05)}.app-header .search-suggestions{top:52px;width:100%}.store-main{max-width:none;width:min(1280px,calc(100% - 32px));padding:18px 0 44px}.offer-carousel{margin:0 0 14px;border-radius:22px;box-shadow:0 12px 36px rgba(84,38,16,.11)}.welcome-hero{min-height:300px;position:relative}.welcome-hero h2,.hero-slide h2{font:700 clamp(2rem,4vw,3.2rem)/1.05 Georgia,serif;margin:9px 0 12px;max-width:620px}.hero-seal{position:absolute;right:8%;top:50%;transform:translateY(-50%);width:118px;height:118px;border-radius:50%;display:grid;place-items:center;text-align:center;background:rgba(111,38,52,.9);color:#ffd993;font:700 2.3rem Georgia,serif;box-shadow:inset 0 0 0 7px rgba(255,230,186,.18)}.hero-seal small{font:700 .6rem system-ui;letter-spacing:.2em}.service-promises{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:0 0 18px}.service-promises>span{display:grid;grid-template-columns:auto 1fr;column-gap:10px;align-items:center;padding:12px 14px;background:#fff;border:1px solid var(--line);border-radius:13px}.service-promises i{grid-row:1/3;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#fff0dc;color:var(--brand);font-style:normal}.service-promises b{font-size:.86rem}.service-promises small{font-size:.7rem;color:var(--muted)}.shop-layout{display:grid;grid-template-columns:210px minmax(0,1fr);gap:20px;align-items:start}.category-panel{position:sticky;top:158px;background:#fff;border:1px solid var(--line);border-radius:17px;padding:12px;box-shadow:0 6px 22px rgba(72,38,20,.05)}.category-heading{display:flex;align-items:center;justify-content:space-between;padding:5px 4px 12px;border-bottom:1px solid #f0e4d9}.category-heading span{font:700 1.05rem Georgia,serif}.category-heading a{color:var(--brand);font-size:.72rem;font-weight:750}.category-list{display:grid;gap:3px;padding-top:8px}.category{display:grid;grid-template-columns:38px 1fr;align-items:center;gap:9px;padding:7px;border-radius:11px;color:#5b463c}.category:hover,.category.active{background:#fff0df;color:var(--brand)}.category img,.category>span{width:38px;height:38px;border-radius:10px;object-fit:cover;background:#fff6ec;display:grid;place-items:center}.category b{font-size:.78rem}.catalog-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin:4px 0 10px}.catalog-head p{margin:0;color:var(--brand);font-size:.69rem;font-weight:850;letter-spacing:.11em}.catalog-head h1,.catalog-head h2{margin:3px 0 0;font:700 clamp(1.55rem,3vw,2.15rem) Georgia,serif;color:#48291d}.catalog-head>span{white-space:nowrap;color:var(--muted);font-size:.75rem}.catalog-head>span strong{font-size:1rem;color:var(--text)}.filter-row{display:flex;align-items:center;gap:8px;margin-bottom:13px;padding:8px;background:#fff;border:1px solid var(--line);border-radius:13px}.filter-row>a,.filter-row>button{border:0;border-radius:9px;background:#f7eee5;color:#5a3e31;padding:8px 11px;font-weight:700;font-size:.76rem}.filter-row label{margin-left:auto;display:flex;align-items:center;gap:7px;color:var(--muted);font-size:.73rem}.filter-row select{border:0;background:#fff7ee;padding:8px;border-radius:9px;color:#4f392f}.filter-row .festival-filter{background:#6f3549;color:#fff}.catalog .product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}.product-card{transition:.18s}.product-card:hover{transform:translateY(-2px);box-shadow:0 10px 26px rgba(81,39,19,.09)}.product-info{padding:11px 12px 12px}.product-note{color:var(--muted);font-size:.72rem;line-height:1.35;margin:3px 0 9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.quick-add{min-width:62px}.load-more-products{display:block;width:max-content;margin:18px auto 0;padding:10px 18px;border:1px solid #dfb98f;border-radius:11px;color:var(--brand);font-weight:750;font-size:.8rem}.shop-page-layout{margin-top:5px}.subcategory-grid{margin-bottom:12px}.site-footer{margin-top:0;padding:34px 0 88px}.footer-inner{display:grid;grid-template-columns:1fr 1fr;gap:28px}.footer-mantra{grid-column:1/-1}.cart-float{position:fixed;left:50%;bottom:74px;z-index:65;transform:translateX(-50%);width:min(620px,calc(100% - 24px));display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:11px;border:0;border-radius:16px;padding:10px 14px;background:linear-gradient(110deg,#6f3549,#9b3b16);color:#fff;box-shadow:0 12px 30px rgba(75,28,35,.28);text-align:left}.cart-float[hidden]{display:none}.cart-float-icon{width:38px;height:38px;border-radius:11px;background:#fff2df;color:#7f342a;display:grid;place-items:center}.cart-float span{display:grid}.cart-float small{font-size:.64rem;color:#f3d7c7}.cart-float strong{font-size:.82rem}.cart-float em{font-size:.65rem;font-style:normal;color:#f5d9c9}.cart-float>b{font-size:1.5rem}.mobile-menu-sheet{width:min(390px,calc(100% - 24px));border:0;border-radius:22px 22px 0 0;padding:18px;margin:auto auto 0;box-shadow:0 -16px 50px rgba(35,16,9,.22)}.mobile-menu-sheet::backdrop{background:#1f130e88}.mobile-menu-sheet .sheet-handle{width:42px;height:4px;background:#d8c8bd;border-radius:99px;margin:0 auto 12px}.menu-close{position:absolute;right:15px;top:14px;border:0;background:#f5ece4;border-radius:50%;width:34px;height:34px;font-size:1.2rem}.mobile-menu-brand{display:flex;gap:10px;align-items:center;padding:8px 0 15px}.mobile-menu-brand img{width:50px;height:50px}.mobile-menu-brand div{display:grid}.mobile-menu-brand b{font:700 1.05rem Georgia,serif}.mobile-menu-brand small{color:var(--brand)}.mobile-menu-sheet nav{display:grid}.mobile-menu-sheet nav a{display:flex;gap:13px;padding:14px 8px;border-top:1px solid var(--line);font-weight:700}.mobile-menu-sheet nav a span{flex:1}.bottom-nav{grid-template-columns:repeat(5,1fr)}.bottom-nav a.active,.bottom-nav button.active{color:var(--brand)}
@media(max-width:1050px){.shop-layout{grid-template-columns:180px minmax(0,1fr)}.catalog .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.header-promise{display:none}}
@media(max-width:760px){.storefront-shell,.store-main{width:min(100% - 24px,1280px)}.brand-ribbon{position:relative}.app-header{top:0}.app-header .header-row{height:62px;grid-template-columns:54px 1fr 54px}.mobile-menu-button{display:grid;justify-self:start}.app-header .brand{grid-column:2}.app-header .brand-logo{width:43px;height:43px}.app-header .brand span{display:grid}.app-header .brand b{font-size:.86rem}.app-header .brand small{font-size:.52rem}.header-actions{grid-column:3}.header-actions>*{display:none}.header-actions .header-support{display:grid}.app-header .search-shell{padding-bottom:9px}.app-header .search-form{padding:4px 8px 4px 12px}.app-header .search-form button{display:none}.store-main{padding-top:10px}.offer-carousel{border-radius:16px}.welcome-hero{min-height:220px;padding:20px;background-position:63% center}.welcome-hero>div{max-width:78%}.welcome-hero h2,.hero-slide h2{font-size:1.7rem}.welcome-hero p{font-size:.82rem}.hero-seal{display:none}.service-promises{display:flex;overflow:auto;scrollbar-width:none}.service-promises>span{min-width:210px}.shop-layout{display:block}.category-panel{position:static;padding:8px;margin-bottom:13px;overflow:hidden}.category-heading{padding:4px 4px 8px}.category-list{display:flex;overflow:auto;gap:7px;scrollbar-width:none}.category{min-width:78px;display:grid;grid-template-columns:1fr;justify-items:center;text-align:center;gap:4px;padding:6px}.category img,.category>span{width:48px;height:48px}.category b{font-size:.66rem}.catalog-head{align-items:center}.catalog-head h1,.catalog-head h2{font-size:1.45rem}.filter-row{position:sticky;top:122px;z-index:35;overflow:auto}.filter-row>*{flex:0 0 auto}.filter-row label{margin-left:0}.catalog .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.product-note{display:none}.product-info{padding:9px}.site-footer{padding-top:28px}.footer-inner{grid-template-columns:1fr}.footer-mantra{grid-column:auto}.cart-float{display:grid}.bottom-nav{display:grid}.shop-page-layout{margin-top:0}}
@media(min-width:761px){.cart-float{bottom:18px}.mobile-menu-sheet{display:none}}
.header-book-puja{height:42px;display:flex;align-items:center;gap:6px;padding:0 13px;border-radius:12px;background:linear-gradient(135deg,#8e2f17,#6f2634);color:#fff;text-decoration:none;font-size:.78rem;box-shadow:0 6px 15px rgba(111,38,52,.16)}
.home-puja-services{margin:0 0 22px;padding:22px;border:1px solid #ead4bd;border-radius:22px;background:linear-gradient(135deg,#fffaf3,#fff2e2)}.home-puja-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:15px}.home-puja-heading span{color:#a13b17;font-size:.7rem;font-weight:850;letter-spacing:.14em}.home-puja-heading h2{margin:4px 0;font:700 clamp(1.5rem,3vw,2.15rem) Georgia,serif;color:#51291e}.home-puja-heading p{margin:0;color:#765b4e;font-size:.82rem}.home-puja-heading>a{white-space:nowrap;color:#7b2c2f;font-weight:800;font-size:.82rem}.home-puja-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.home-puja-card{display:grid;grid-template-columns:132px 1fr;min-height:132px;overflow:hidden;border:1px solid #ead8c6;border-radius:15px;background:#fff;color:#432c23;text-decoration:none;transition:.18s}.home-puja-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(75,35,16,.1)}.home-puja-photo{display:block;background-size:300% 100%;background-position:center;background-repeat:no-repeat}.home-puja-photo.focus-left{background-position:left center}.home-puja-photo.focus-right{background-position:right center}.home-puja-copy{display:flex;flex-direction:column;justify-content:center;padding:14px}.home-puja-copy small{color:#a54a20;font-size:.64rem;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.home-puja-copy b{margin:5px 0 12px;font:700 1.05rem Georgia,serif}.home-puja-copy em{color:#70584d;font-size:.72rem;font-style:normal}
@media(max-width:1050px){.header-book-puja{display:none}.home-puja-card{grid-template-columns:105px 1fr}}
@media(max-width:760px){.home-puja-services{padding:16px;margin-bottom:16px}.home-puja-heading{align-items:flex-start}.home-puja-heading>a{display:none}.home-puja-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.home-puja-card{grid-template-columns:116px 1fr;min-width:295px;scroll-snap-align:start}.home-puja-heading h2{font-size:1.4rem}.home-puja-heading p{font-size:.75rem}}
.account-section{margin:16px 0;padding:18px;border:1px solid var(--line);border-radius:16px;background:#fff}.account-section>header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.account-section h2{margin:0;font:700 1.35rem Georgia,serif}.account-section header a{color:var(--brand);font-weight:800}.puja-account-card{padding:15px;margin:9px 0;border:1px solid #ead9ca;border-radius:14px;background:#fffaf4}.puja-account-card>header{display:flex;justify-content:space-between}.puja-account-card h3{margin:3px 0}.puja-account-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:12px 0}.puja-account-meta span{display:grid;padding:8px;border-radius:9px;background:#fff1df;font-size:.75rem}.ceremony-codes{display:flex;gap:8px;padding:10px;border-radius:10px;background:#f8ead0}.ceremony-codes code{font-size:1.1rem;font-weight:800}.samagri-approval{display:flex;justify-content:space-between;gap:10px;align-items:center;padding:10px;margin-top:8px;border:1px solid #e3c584;border-radius:10px}.samagri-approval button{padding:7px 10px;border:0;border-radius:8px;background:#7b3031;color:#fff}.samagri-approval button.reject{background:#eee3da;color:#73352c}@media(max-width:600px){.puja-account-meta{grid-template-columns:1fr 1fr}.samagri-approval{align-items:flex-start;flex-direction:column}}
.pack-contents,.description{margin-top:22px}.pack-contents h2,.description h2{margin:0 0 12px}.pack-contents ul{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.pack-contents li{display:flex;gap:8px;align-items:flex-start;background:#fff;border:1px solid var(--line);border-radius:11px;padding:10px 12px;color:#51443e}.pack-contents li span{color:var(--success);font-weight:800}@media(max-width:640px){.pack-contents ul{grid-template-columns:1fr}}
.account-auth-card{display:grid;grid-template-columns:minmax(220px,.8fr) minmax(300px,1.2fr);align-items:center;gap:24px;border-color:#e7c79f;background:linear-gradient(135deg,#fffaf3,#fff)}.account-auth-copy small,.account-user small{color:var(--brand);font-weight:850;letter-spacing:.1em}.account-auth-copy h2{margin:5px 0}.account-auth-copy p{margin:0;color:var(--muted)}.account-auth-card form{padding:16px;border:1px solid var(--line);border-radius:14px;background:#fff}.otp-stage{margin-top:10px}.otp-status{min-height:20px;margin:8px 0 0;color:var(--muted);font-size:.82rem}.text-btn{border:0;background:transparent;color:var(--brand);font-weight:800;cursor:pointer;padding:8px}.account-user{grid-column:1/-1;display:flex;align-items:center;gap:12px}.account-user>span:nth-child(2){display:grid;gap:2px}.account-user b{font-size:1.05rem}.account-user em{font-style:normal;color:var(--muted)}.account-avatar{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:var(--soft);color:var(--brand);font-size:1.45rem}.account-logout{margin-left:auto;border:1px solid #d7b897;border-radius:10px;padding:9px 14px}@media(max-width:640px){.account-auth-card{grid-template-columns:1fr}.account-auth-card form{padding:12px}.account-user{align-items:flex-start;flex-wrap:wrap}.account-logout{margin-left:auto}}
[hidden]{display:none!important}
.ui-icon{width:1.25em;height:1.25em;display:inline-block;flex:0 0 auto;vertical-align:-.18em;fill:none;color:currentColor}.icon-label{display:inline-flex;align-items:center;gap:7px}.search-form>.ui-icon{width:20px;height:20px;color:#a04a25}.header-promise>.ui-icon{width:34px;height:34px;padding:7px;border:1px solid #e7c7a6;border-radius:50%;color:var(--brand2)}.header-book-puja .ui-icon,.desktop-account-button .ui-icon,.desktop-cart-button .ui-icon{width:19px;height:19px}.header-support .ui-icon{width:21px;height:21px}.mobile-menu-button>.ui-icon{width:25px;height:25px}.mobile-menu-sheet nav .ui-icon{width:22px;height:22px;color:var(--brand)}.menu-close .ui-icon{width:18px;height:18px}.service-promises i .ui-icon{width:20px;height:20px}.category .ui-icon,.subcategory-grid .ui-icon{width:23px;height:23px}.filter-row>a,.filter-row>button{display:inline-flex;align-items:center;gap:6px}.filter-row .ui-icon{width:16px;height:16px}.trust-grid span{display:flex;align-items:center;gap:7px}.trust-grid .ui-icon{width:18px;height:18px;color:var(--brand)}.qty button{display:grid;place-items:center}.qty button .ui-icon{width:17px;height:17px}.pack-contents li>.ui-icon{width:19px;height:19px;color:var(--success);margin-top:1px}.pack-contents li>span{color:#51443e;font-weight:500}.image-placeholder .ui-icon,.gallery-main>span .ui-icon,.empty-state>.ui-icon{width:52px;height:52px;color:#c98a62}.mini-placeholder .ui-icon{width:25px;height:25px}.cart-line [data-remove]{display:grid;place-items:center}.cart-line [data-remove] .ui-icon{width:18px;height:18px}.cart-float-icon .ui-icon{width:22px;height:22px}.cart-float>.ui-icon{width:22px;height:22px}.bottom-nav .ui-icon{width:22px;height:22px}.bottom-nav a,.bottom-nav button{font-size:inherit}.account-avatar .ui-icon{width:24px;height:24px}@media(max-width:640px){.bottom-nav .ui-icon{width:21px;height:21px}.mobile-menu-button{display:grid;place-items:center}.mobile-menu-button small{line-height:1}}
.cart-float{left:auto;right:16px;transform:none;width:min(360px,calc(100% - 32px));padding:8px 11px;gap:8px;border-radius:14px}.cart-float-icon{width:34px;height:34px;border-radius:9px}.cart-float>span:nth-child(2) small{display:none}.cart-float>span:nth-child(2){display:flex;align-items:baseline;gap:7px}.cart-float>span:nth-child(3){padding-left:9px;border-left:1px solid rgba(255,255,255,.22)}.cart-float>.ui-icon{width:18px;height:18px}@media(max-width:640px){.cart-float{right:10px;bottom:72px;width:auto;min-width:242px;max-width:calc(100% - 20px);padding:7px 9px}.cart-float>span:nth-child(2) em{display:none}.cart-float>span:nth-child(3) small{display:none}}
.cart-float{right:10px;bottom:72px;width:160px;min-width:0;grid-template-columns:32px 1fr auto;gap:6px;padding:6px 8px;border-radius:12px}.cart-float-icon{width:32px;height:32px}.cart-float>span:nth-child(2) strong{font-size:0}.cart-float>span:nth-child(2) strong::after{content:'Cart';font-size:.78rem}.cart-float>span:nth-child(2) em{display:none}.cart-float>span:nth-child(3){padding-left:7px}.cart-float>span:nth-child(3) small{display:none}.cart-float>.ui-icon{display:none}
@media(max-width:760px){body{padding-bottom:76px}.site-footer{display:block;padding:28px 0 92px}.site-footer .footer-inner{width:calc(100% - 28px);margin-inline:auto;grid-template-columns:1fr;gap:22px}.footer-brand{align-items:flex-start}.footer-brand img{width:56px;height:56px}.footer-links{grid-template-columns:1fr 1fr;gap:18px}.footer-mantra{display:grid;grid-template-columns:34px 1fr;gap:4px 10px;align-items:center}.footer-mantra>span{grid-row:1/3}.footer-mantra p{font-size:.9rem}.footer-mantra small{margin:0;grid-column:2}.bottom-nav{display:grid;grid-template-columns:repeat(5,1fr);position:fixed;bottom:0;left:0;right:0;height:64px;background:#fff;border-top:1px solid var(--line);z-index:60;padding-bottom:env(safe-area-inset-bottom);box-shadow:0 -6px 20px rgba(55,28,14,.06)}.bottom-nav a,.bottom-nav button{border:0;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;position:relative;color:#6d5b52}.bottom-nav span{font-size:10px}.bottom-nav .cart-count{position:absolute;top:5px;right:22%}.bottom-nav a.active,.bottom-nav button.active{color:var(--brand)}.cart-float{bottom:72px}}
