.brand-story-template{--bst-primary: #e11d48;--bst-primary-light: #fff1f2;--bst-primary-dark: #be123c;--bst-accent: #1e293b;--bst-bg: #ffffff;--bst-surface: #f8fafc;--bst-text: #1e293b;--bst-text-muted: #64748b;--bst-border: #e2e8f0;--bst-radius: 8px;--bst-font: "DM Sans", system-ui, sans-serif;--bst-font-display: "Playfair Display", Georgia, serif;--ft-primary: var(--bst-primary);--ft-primary-light: var(--bst-primary-light);--ft-primary-dark: var(--bst-primary-dark);--ft-accent: var(--bst-accent);--ft-bg: var(--bst-bg);--ft-surface: var(--bst-surface);--ft-text: var(--bst-text);--ft-text-muted: var(--bst-text-muted);--ft-border: var(--bst-border);--ft-radius: var(--bst-radius);--ft-font: var(--bst-font)}.brand-story-template.palette-emerald{--bst-primary: #059669;--bst-primary-light: #ecfdf5;--bst-primary-dark: #047857}.brand-story-template.palette-violet{--bst-primary: #7c3aed;--bst-primary-light: #f5f3ff;--bst-primary-dark: #6d28d9}.brand-story-template.palette-amber{--bst-primary: #d97706;--bst-primary-light: #fffbeb;--bst-primary-dark: #b45309}html:lang(hi) .brand-story-template,html:lang(mr) .brand-story-template{--bst-font: "Hind", "Noto Sans Devanagari", system-ui, sans-serif}.brand-story-template{font-family:var(--bst-font);color:var(--bst-text);background:var(--bst-bg);line-height:1.6;-webkit-font-smoothing:antialiased}.brand-story-template *,.brand-story-template *:before,.brand-story-template *:after{box-sizing:border-box;margin:0;padding:0}.brand-story-template .bst-header{position:sticky;top:0;z-index:100;background:var(--bst-bg);border-bottom:1px solid var(--bst-border);padding:14px 20px;display:flex;align-items:center;justify-content:center}.brand-story-template .bst-header-name{font-family:var(--bst-font-display);font-size:1.25rem;font-weight:700;letter-spacing:.02em;color:var(--bst-text);text-align:center;flex:1}.brand-story-template .bst-header-actions{position:absolute;right:16px;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:10px}.brand-story-template .bst-header-status{font-size:.7rem;font-weight:600;padding:2px 8px;border-radius:999px}.brand-story-template .bst-header-status.open{background:#22c55e1f;color:#16a34a}.brand-story-template .bst-header-status.closed{background:#ef44441f;color:#dc2626}.brand-story-template .bst-hero{position:relative;min-height:420px;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}@media(min-width:768px){.brand-story-template .bst-hero{min-height:560px}}@media(min-width:1024px){.brand-story-template .bst-hero{min-height:640px}}.brand-story-template .bst-hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#1e293b40,#1e293bbf)}.brand-story-template .bst-hero-content{position:relative;z-index:1;width:100%;padding:40px 24px 60px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}@media(min-width:768px){.brand-story-template .bst-hero-content{padding:60px 40px 80px}}.brand-story-template .bst-hero-storename{font-family:var(--bst-font-display);color:#fff;font-size:clamp(2.2rem,8vw,4rem);font-weight:700;line-height:1.1;letter-spacing:.01em}.brand-story-template .bst-hero-tagline{color:#ffffffe6;font-size:clamp(1rem,3vw,1.35rem);font-family:var(--bst-font);font-weight:400;max-width:540px;line-height:1.5}.brand-story-template .bst-hero-location{color:#ffffffbf;font-size:.9rem}.brand-story-template .bst-scroll-indicator{position:absolute;bottom:24px;left:50%;transform:translate(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:4px;color:#ffffffb3;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;animation:bst-bounce 2s ease-in-out infinite;cursor:pointer;background:none;border:none;font-family:var(--bst-font)}.brand-story-template .bst-scroll-arrow{width:24px;height:24px;border-left:2px solid rgba(255,255,255,.7);border-bottom:2px solid rgba(255,255,255,.7);transform:rotate(-45deg)}@keyframes bst-bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(8px)}}.brand-story-template .bst-story-section{padding:48px 20px}@media(min-width:768px){.brand-story-template .bst-story-section{padding:72px 40px}}.brand-story-template .bst-story-section:nth-child(2n){background:var(--bst-surface)}.brand-story-template .bst-story-inner{max-width:1080px;margin:0 auto;display:flex;flex-direction:column;gap:32px;align-items:center}@media(min-width:768px){.brand-story-template .bst-story-inner{flex-direction:row;gap:48px;align-items:center}.brand-story-template .bst-story-inner.reverse{flex-direction:row-reverse}}.brand-story-template .bst-story-text{flex:1;min-width:0}.brand-story-template .bst-story-kicker{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--bst-primary);margin-bottom:12px}.brand-story-template .bst-story-title{font-family:var(--bst-font-display);font-size:clamp(1.5rem,4vw,2.25rem);font-weight:700;color:var(--bst-text);line-height:1.2;margin-bottom:16px}.brand-story-template .bst-story-body{font-size:1rem;line-height:1.75;color:var(--bst-text-muted)}@media(min-width:768px){.brand-story-template .bst-story-body{font-size:1.05rem}}.brand-story-template .bst-story-img-wrap{flex:1;min-width:0;border-radius:var(--bst-radius);overflow:hidden;aspect-ratio:4 / 3}.brand-story-template .bst-story-img{width:100%;height:100%;object-fit:cover;display:block}.brand-story-template .bst-story-img-placeholder{width:100%;height:100%;background:var(--bst-surface);display:flex;align-items:center;justify-content:center;font-size:3rem;color:var(--bst-text-muted);opacity:.4}.brand-story-template .bst-products-section{padding:48px 20px;max-width:1200px;margin:0 auto}@media(min-width:768px){.brand-story-template .bst-products-section{padding:72px 40px}}.brand-story-template .bst-products-header{text-align:center;margin-bottom:32px}.brand-story-template .bst-products-kicker{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--bst-primary);margin-bottom:8px}.brand-story-template .bst-products-title{font-family:var(--bst-font-display);font-size:clamp(1.75rem,5vw,2.5rem);font-weight:700;color:var(--bst-text);line-height:1.2}.brand-story-template .bst-category-filters{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin-bottom:32px;padding:0 4px}.brand-story-template .bst-category-btn{font-family:var(--bst-font);font-size:.85rem;font-weight:500;padding:8px 20px;border-radius:999px;border:1px solid var(--bst-border);background:var(--bst-bg);color:var(--bst-text-muted);cursor:pointer;transition:all .2s ease;white-space:nowrap}.brand-story-template .bst-category-btn:hover{border-color:var(--bst-primary);color:var(--bst-primary)}.brand-story-template .bst-category-btn.active{background:var(--bst-primary);color:#fff;border-color:var(--bst-primary)}.brand-story-template .bst-products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(min-width:768px){.brand-story-template .bst-products-grid{grid-template-columns:repeat(3,1fr);gap:24px}}@media(min-width:1024px){.brand-story-template .bst-products-grid{grid-template-columns:repeat(4,1fr)}}.brand-story-template .bst-empty-message{text-align:center;color:var(--bst-text-muted);padding:40px 0;font-size:.95rem}.brand-story-template .bst-product-card{background:var(--bst-bg);border:1px solid var(--bst-border);border-radius:var(--bst-radius);overflow:hidden;cursor:pointer;transition:box-shadow .2s ease,transform .2s ease}.brand-story-template .bst-product-card:hover{box-shadow:0 8px 24px #1e293b14;transform:translateY(-2px)}.brand-story-template .bst-product-img-wrap{position:relative;aspect-ratio:1;overflow:hidden;background:var(--bst-surface)}.brand-story-template .bst-product-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.brand-story-template .bst-product-card:hover .bst-product-img{transform:scale(1.04)}.brand-story-template .bst-product-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--bst-surface);font-size:2rem;color:var(--bst-text-muted);opacity:.4}.brand-story-template .bst-product-badge{position:absolute;top:8px;left:8px;background:var(--bst-primary);color:#fff;font-size:.7rem;font-weight:700;padding:2px 8px;border-radius:4px}.brand-story-template .bst-oos-badge{position:absolute;top:8px;right:8px;background:#1e293bbf;color:#fff;font-size:.7rem;font-weight:600;padding:2px 8px;border-radius:4px}.brand-story-template .bst-product-body{padding:12px}@media(min-width:768px){.brand-story-template .bst-product-body{padding:14px}}.brand-story-template .bst-product-category{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--bst-text-muted);margin-bottom:4px}.brand-story-template .bst-product-name{font-family:var(--bst-font);font-size:.9rem;font-weight:600;color:var(--bst-text);line-height:1.3;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.brand-story-template .bst-price-row{display:flex;align-items:baseline;gap:6px;margin-bottom:8px;flex-wrap:wrap}.brand-story-template .bst-sale-price{font-size:.95rem;font-weight:700;color:var(--bst-primary)}.brand-story-template .bst-original-price{font-size:.8rem;color:var(--bst-text-muted);text-decoration:line-through}.brand-story-template .bst-product-price{font-size:.95rem;font-weight:700;color:var(--bst-text)}.brand-story-template .bst-contact-price{font-size:.8rem;color:var(--bst-text-muted);font-style:italic;margin-bottom:8px}.brand-story-template .bst-variant-select{width:100%;padding:6px 8px;border:1px solid var(--bst-border);border-radius:var(--bst-radius);font-size:.8rem;font-family:var(--bst-font);color:var(--bst-text);background:var(--bst-bg);margin-bottom:8px;cursor:pointer}.brand-story-template .bst-add-btn{width:100%;padding:8px 0;border:1px solid var(--bst-primary);border-radius:var(--bst-radius);background:transparent;color:var(--bst-primary);font-family:var(--bst-font);font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease}.brand-story-template .bst-add-btn:hover{background:var(--bst-primary);color:#fff}.brand-story-template .bst-add-btn:disabled{opacity:.5;cursor:not-allowed}.brand-story-template .bst-qty-controls{display:flex;align-items:center;justify-content:center;gap:12px}.brand-story-template .bst-qty-btn{width:32px;height:32px;border-radius:50%;border:1px solid var(--bst-border);background:var(--bst-bg);color:var(--bst-text);font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.brand-story-template .bst-qty-btn:hover{background:var(--bst-primary-light);border-color:var(--bst-primary);color:var(--bst-primary)}.brand-story-template .bst-qty-num{font-weight:600;font-size:.95rem;min-width:20px;text-align:center}.brand-story-template .bst-gallery-section{padding:48px 0;background:var(--bst-surface)}@media(min-width:768px){.brand-story-template .bst-gallery-section{padding:72px 0}}.brand-story-template .bst-gallery-header{text-align:center;padding:0 20px;margin-bottom:32px}.brand-story-template .bst-gallery-kicker{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--bst-primary);margin-bottom:8px}.brand-story-template .bst-gallery-title{font-family:var(--bst-font-display);font-size:clamp(1.5rem,4vw,2rem);font-weight:700;color:var(--bst-text)}.brand-story-template .bst-gallery-strip{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 20px 16px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.brand-story-template .bst-gallery-strip::-webkit-scrollbar{display:none}.brand-story-template .bst-gallery-item{flex:0 0 280px;scroll-snap-align:start;border-radius:var(--bst-radius);overflow:hidden;aspect-ratio:4 / 3}@media(min-width:768px){.brand-story-template .bst-gallery-item{flex:0 0 360px}}.brand-story-template .bst-gallery-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.brand-story-template .bst-gallery-item:hover .bst-gallery-img{transform:scale(1.03)}.brand-story-template .bst-testimonials-section{padding:48px 20px}@media(min-width:768px){.brand-story-template .bst-testimonials-section{padding:72px 40px}}.brand-story-template .bst-testimonials-header{text-align:center;margin-bottom:40px}.brand-story-template .bst-testimonials-kicker{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--bst-primary);margin-bottom:8px}.brand-story-template .bst-testimonials-title{font-family:var(--bst-font-display);font-size:clamp(1.5rem,4vw,2.25rem);font-weight:700;color:var(--bst-text)}.brand-story-template .bst-testimonials-subtitle{font-size:.9rem;color:var(--bst-text-muted);margin-top:8px}.brand-story-template .bst-testimonial-card{max-width:720px;margin:0 auto;text-align:center;padding:40px 24px;background:var(--bst-surface);border-radius:var(--bst-radius)}@media(min-width:768px){.brand-story-template .bst-testimonial-card{padding:56px 48px}}.brand-story-template .bst-testimonial-quote-mark{font-family:var(--bst-font-display);font-size:4rem;line-height:1;color:var(--bst-primary);opacity:.3;margin-bottom:8px}.brand-story-template .bst-testimonial-text{font-family:var(--bst-font-display);font-size:clamp(1.1rem,3vw,1.5rem);font-weight:400;line-height:1.6;color:var(--bst-text);font-style:italic;margin-bottom:24px}.brand-story-template .bst-testimonial-stars{color:#f59e0b;font-size:1.1rem;margin-bottom:12px;letter-spacing:2px}.brand-story-template .bst-testimonial-author{font-size:.85rem;font-weight:600;color:var(--bst-text)}.brand-story-template .bst-testimonial-date{font-size:.8rem;color:var(--bst-text-muted);margin-top:4px}.brand-story-template .bst-testimonial-nav{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:24px}.brand-story-template .bst-testimonial-nav-btn{width:40px;height:40px;border-radius:50%;border:1px solid var(--bst-border);background:var(--bst-bg);color:var(--bst-text);font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.brand-story-template .bst-testimonial-nav-btn:hover{background:var(--bst-primary-light);border-color:var(--bst-primary);color:var(--bst-primary)}.brand-story-template .bst-testimonial-nav-btn:disabled{opacity:.35;cursor:not-allowed}.brand-story-template .bst-testimonial-counter{font-size:.8rem;color:var(--bst-text-muted);min-width:48px;text-align:center}.brand-story-template .bst-cta-section{padding:56px 20px;background:var(--bst-accent);text-align:center}@media(min-width:768px){.brand-story-template .bst-cta-section{padding:80px 40px}}.brand-story-template .bst-cta-inner{max-width:640px;margin:0 auto}.brand-story-template .bst-cta-title{font-family:var(--bst-font-display);font-size:clamp(1.75rem,5vw,2.5rem);font-weight:700;color:#fff;line-height:1.2;margin-bottom:12px}.brand-story-template .bst-cta-subtitle{font-size:1rem;color:#ffffffb3;margin-bottom:32px;line-height:1.5}.brand-story-template .bst-cta-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;border-radius:var(--bst-radius);background:#25d366;color:#fff;font-family:var(--bst-font);font-size:1rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:background .2s ease,transform .15s ease}.brand-story-template .bst-cta-btn:hover{background:#20bd5a;transform:translateY(-1px)}.brand-story-template .bst-cta-info{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin-top:32px;font-size:.85rem;color:#fff9}.brand-story-template .bst-cta-info-item{display:flex;align-items:center;gap:6px}.brand-story-template .bst-feedback-section{padding:48px 20px;background:var(--bst-surface)}@media(min-width:768px){.brand-story-template .bst-feedback-section{padding:72px 40px}}.brand-story-template .bst-feedback-inner{max-width:480px;margin:0 auto;text-align:center}.brand-story-template .bst-feedback-title{font-family:var(--bst-font-display);font-size:1.5rem;font-weight:700;color:var(--bst-text);margin-bottom:6px}.brand-story-template .bst-feedback-sub{font-size:.9rem;color:var(--bst-text-muted);margin-bottom:20px}.brand-story-template .bst-feedback-stars{display:flex;justify-content:center;gap:8px;margin-bottom:16px}.brand-story-template .bst-star-btn{background:none;border:none;font-size:1.75rem;cursor:pointer;color:var(--bst-border);transition:color .15s,transform .15s;padding:0;line-height:1}.brand-story-template .bst-star-btn:hover,.brand-story-template .bst-star-btn.active{color:#f59e0b;transform:scale(1.15)}.brand-story-template .bst-feedback-input,.brand-story-template .bst-feedback-textarea{display:block;width:100%;padding:10px 14px;border:1px solid var(--bst-border);border-radius:var(--bst-radius);font-family:var(--bst-font);font-size:.9rem;color:var(--bst-text);background:var(--bst-bg);margin-bottom:12px;outline:none;transition:border-color .2s}.brand-story-template .bst-feedback-input:focus,.brand-story-template .bst-feedback-textarea:focus{border-color:var(--bst-primary)}.brand-story-template .bst-feedback-btn{display:inline-flex;align-items:center;gap:6px;padding:10px 28px;border-radius:var(--bst-radius);background:var(--bst-primary);color:#fff;font-family:var(--bst-font);font-size:.9rem;font-weight:600;border:none;cursor:pointer;transition:background .2s}.brand-story-template .bst-feedback-btn:hover{background:var(--bst-primary-dark)}.brand-story-template .ft-footer{padding:40px 20px 32px;background:var(--bst-accent);color:#ffffffbf}@media(min-width:768px){.brand-story-template .ft-footer{padding:56px 40px 40px}}.brand-story-template .ft-footer-content{max-width:720px;margin:0 auto;text-align:center}.brand-story-template .ft-social-links{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:24px}.brand-story-template .ft-social-link{font-size:.85rem;color:#ffffffb3;text-decoration:none;padding:6px 14px;border:1px solid rgba(255,255,255,.15);border-radius:999px;transition:all .2s ease}.brand-story-template .ft-social-link:hover{background:#ffffff1a;color:#fff;border-color:#ffffff4d}.brand-story-template .ft-hours-table{width:100%;max-width:320px;margin:0 auto 24px;font-size:.85rem;border-collapse:collapse}.brand-story-template .ft-hours-table td{padding:6px 12px;border-bottom:1px solid rgba(255,255,255,.08)}.brand-story-template .ft-hours-table td:first-child{text-align:left;font-weight:500;color:#ffffffd9}.brand-story-template .ft-hours-table td:last-child{text-align:right;color:#fff9}.brand-story-template .ft-brochure-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 20px;border-radius:var(--bst-radius);background:#ffffff1a;color:#ffffffd9;text-decoration:none;font-size:.85rem;font-weight:500;transition:background .2s}.brand-story-template .ft-brochure-btn:hover{background:#ffffff2e}.brand-story-template .ft-powered-by{margin-top:24px;color:#fff6}.brand-story-template .bst-bottom-spacer{height:68px}.brand-story-template .bst-cart-bar{position:fixed;bottom:0;left:0;right:0;z-index:200;background:var(--bst-accent);padding:12px 20px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 -4px 24px #1e293b33}.brand-story-template .bst-cart-bar-info{display:flex;align-items:center;gap:12px;color:#fff}.brand-story-template .bst-cart-bar-count{font-size:.85rem;opacity:.8}.brand-story-template .bst-cart-bar-total{font-size:1rem;font-weight:700}.brand-story-template .bst-cart-bar-btn{padding:10px 24px;border-radius:var(--bst-radius);background:var(--bst-primary);color:#fff;font-family:var(--bst-font);font-size:.9rem;font-weight:600;border:none;cursor:pointer;transition:background .2s ease}.brand-story-template .bst-cart-bar-btn:hover{background:var(--bst-primary-dark)}.brand-story-template .ft-modal-overlay{position:fixed;inset:0;z-index:300;background:#1e293b80;display:flex;align-items:flex-end;justify-content:center;padding:0}@media(min-width:768px){.brand-story-template .ft-modal-overlay{align-items:center;padding:20px}}.brand-story-template .ft-modal{background:var(--ft-bg);border-radius:var(--ft-radius) var(--ft-radius) 0 0;padding:24px 20px;width:100%;max-height:85vh;overflow-y:auto;font-family:var(--ft-font);color:var(--ft-text)}@media(min-width:768px){.brand-story-template .ft-modal{border-radius:var(--ft-radius);max-width:480px}}.brand-story-template .ft-modal-title{font-family:var(--bst-font-display);font-size:1.25rem;font-weight:700;color:var(--ft-text)}.brand-story-template .ft-cart-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid var(--ft-border)}.brand-story-template .ft-cart-item-name{font-size:.9rem;font-weight:600;color:var(--ft-text)}.brand-story-template .ft-cart-item-variant{font-size:.8rem;color:var(--ft-text-muted);margin-top:2px}.brand-story-template .ft-cart-item-qty{display:flex;align-items:center;gap:8px}.brand-story-template .ft-qty-btn{width:30px;height:30px;border-radius:50%;border:1px solid var(--ft-border);background:var(--ft-bg);color:var(--ft-text);font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.brand-story-template .ft-qty-btn:hover{background:var(--ft-primary-light);border-color:var(--ft-primary);color:var(--ft-primary)}.brand-story-template .ft-cart-total{display:flex;justify-content:space-between;align-items:center;padding:14px 0;font-weight:700;font-size:1.05rem;border-top:2px solid var(--ft-border);margin-top:4px}.brand-story-template .ft-checkout-input{display:block;width:100%;padding:10px 14px;border:1px solid var(--ft-border);border-radius:var(--ft-radius);font-family:var(--ft-font);font-size:.9rem;color:var(--ft-text);background:var(--ft-bg);margin-bottom:10px;outline:none;transition:border-color .2s}.brand-story-template .ft-checkout-input:focus{border-color:var(--ft-primary)}.brand-story-template .ft-btn-primary{display:block;width:100%;padding:12px;border-radius:var(--ft-radius);background:var(--ft-primary);color:#fff;font-family:var(--ft-font);font-size:.95rem;font-weight:600;border:none;cursor:pointer;text-align:center;transition:background .2s;margin-top:4px}.brand-story-template .ft-btn-primary:hover{background:var(--ft-primary-dark)}.brand-story-template .ft-section{padding:40px 20px}@media(min-width:768px){.brand-story-template .ft-section{padding:56px 40px}}.brand-story-template .ft-section-title{font-family:var(--bst-font-display);font-size:1.35rem;font-weight:700;text-align:center;color:var(--ft-text);margin-bottom:24px}.brand-story-template .ft-payment-section{max-width:480px;margin:0 auto;text-align:center}
