@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap";:root{color-scheme:light;--ink: #24180f;--muted: #78634d;--gold: #a8782c;--deep-gold: #74501b;--cream: #f8efe1;--beige: #ead9bd;--brown: #5b3c20;--white: #fffaf3;--card: rgba(255, 250, 243, .9);--line: rgba(91, 60, 32, .16);--shadow: 0 18px 50px rgba(60, 38, 18, .14);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;color:var(--ink);background:radial-gradient(circle at top left,rgba(168,120,44,.16),transparent 34rem),linear-gradient(135deg,#fff8ec,#ead9bd)}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}main{min-height:calc(100vh - 78px)}h1,h2,h3{font-family:Playfair Display,Georgia,serif;line-height:1;margin:0}p{color:var(--muted);line-height:1.7}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem clamp(1rem,4vw,4rem);border-bottom:1px solid var(--line);background:#fffaf3e0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.site-footer{margin-top:clamp(2rem,5vw,4rem);padding:clamp(2rem,5vw,4rem) clamp(1rem,4vw,4rem) 1.2rem;color:var(--white);background:linear-gradient(135deg,#24180ff0,#5b3c20f0),url(https://images.unsplash.com/photo-1506630448388-4e683c67ddb0?auto=format&fit=crop&w=1600&q=80) center/cover}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;place-items:center;padding:1rem;background:#24180f73;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.auth-prompt-modal{position:relative;width:min(100%,460px);border:1px solid var(--line);border-radius:8px;padding:1.5rem;background:var(--white);box-shadow:var(--shadow)}.modal-close{position:absolute;top:.9rem;right:.9rem}.modal-icon{display:inline-grid;place-items:center;width:44px;height:44px;margin-bottom:.8rem;border-radius:8px;background:#a8782c24;color:var(--deep-gold)}.auth-prompt-modal h2{font-size:clamp(1.8rem,4vw,2.4rem);margin-bottom:.8rem}.upi-chooser-modal{width:min(100%,520px);border:1px solid var(--line);border-radius:8px;padding:1.5rem;background:var(--white);box-shadow:var(--shadow)}.upi-chooser-modal h2{font-size:clamp(1.8rem,4vw,2.3rem);margin-bottom:.6rem}.upi-app-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:1.25rem 0}.upi-app-card{display:grid;gap:.2rem;border:1px solid var(--line);border-radius:8px;padding:1rem;background:#fffaf3c2;text-align:left;color:var(--brown)}.upi-app-icon{width:40px;height:40px;margin-bottom:.35rem;border-radius:8px}.upi-app-card strong{color:var(--brown)}.upi-app-card span{color:var(--muted);font-size:.92rem}.order-success-modal{width:min(100%,460px);border:1px solid var(--line);border-radius:8px;padding:1.75rem;text-align:center;background:var(--white);box-shadow:var(--shadow)}.order-success-modal h2{font-size:clamp(2rem,4vw,2.7rem);margin-bottom:.75rem}.success-ring{display:inline-grid;place-items:center;width:88px;height:88px;margin-bottom:1rem;border-radius:999px;color:#fff;background:linear-gradient(135deg,#2f7a4f,#1f5c3a);box-shadow:0 20px 40px #2f7a4f47;animation:popIn .45s ease}.ai-fab{position:fixed;right:1rem;bottom:1rem;z-index:35;display:inline-flex;align-items:center;gap:.55rem;border:0;border-radius:8px;padding:.9rem 1rem;color:#fff;background:linear-gradient(135deg,var(--brown),var(--deep-gold));box-shadow:0 18px 40px #5b3c2047}.ai-panel{position:fixed;right:1rem;bottom:5.5rem;z-index:35;width:min(100vw - 2rem,380px);border:1px solid var(--line);border-radius:8px;background:#fffaf3f5;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.ai-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 1rem 0}.ai-panel-header h2{font-size:1.5rem}.ai-messages{display:grid;gap:.75rem;max-height:320px;overflow-y:auto;padding:1rem}.ai-bubble{max-width:90%;border-radius:8px;padding:.8rem .95rem;line-height:1.6}.ai-bubble.assistant{background:#a8782c1f;color:var(--ink)}.ai-bubble.user{justify-self:end;background:var(--brown);color:#fff}.ai-quick-prompts{display:flex;flex-wrap:wrap;gap:.5rem;padding:0 1rem 1rem}.ai-quick-prompts button{display:inline-flex;align-items:center;gap:.35rem;border:1px solid var(--line);border-radius:8px;padding:.5rem .65rem;background:var(--white);color:var(--brown);font-weight:700}.ai-form{display:grid;grid-template-columns:1fr auto;gap:.75rem;padding:0 1rem 1rem}.ai-form input{width:100%;border:1px solid var(--line);border-radius:8px;padding:.8rem;background:var(--white)}.footer-main{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:clamp(1.5rem,4vw,3rem);padding-bottom:2rem;border-bottom:1px solid rgba(255,250,243,.18)}.site-footer .brand,.site-footer h3,.site-footer p,.site-footer a,.footer-bottom{color:var(--white)}.site-footer h3{margin-bottom:1rem;font-size:1.25rem}.site-footer a{display:block;margin:.65rem 0;color:#fffaf3c7;font-weight:700}.site-footer a:hover{color:#f4c875}.footer-brand p{max-width:440px}.footer-socials{display:flex;gap:.7rem;margin-top:1rem}.footer-socials a{display:inline-grid;place-items:center;width:42px;height:42px;margin:0;border:1px solid rgba(255,250,243,.22);border-radius:8px;background:#fffaf314}.site-footer p{display:flex;align-items:center;gap:.5rem;margin:.6rem 0;color:#fffaf3c7}.footer-bottom{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding-top:1.2rem;color:#fffaf3b8;font-size:.92rem}.brand,.nav-links,.cart-link,.button,.button-row,.hero-actions,.tabs,.chip-row{display:flex;align-items:center}.brand{gap:.7rem;color:var(--brown);font-family:Playfair Display,Georgia,serif;font-size:clamp(1.2rem,3vw,1.65rem);font-weight:700}.nav-links{gap:1.1rem}.nav-links a{color:var(--muted);font-weight:600}.nav-links a.active,.nav-links a:hover,.text-button:hover{color:var(--deep-gold)}.nav-cta,.cart-link{border:1px solid var(--line);border-radius:8px;padding:.65rem .9rem}.cart-link{gap:.35rem;color:var(--deep-gold);background:var(--white);transition:transform .2s ease,box-shadow .2s ease}.cart-bump{animation:cartBump .55s ease;box-shadow:0 10px 22px #a8782c47}.icon-button.menu-toggle{display:none}.icon-button,.text-button{border:0;background:transparent;color:var(--brown)}.icon-button{display:inline-grid;place-items:center}.danger{color:#9a2d1b}.hero{position:relative;min-height:calc(100vh - 78px);display:grid;align-items:end;padding:clamp(2rem,7vw,5rem);background:linear-gradient(90deg,#24180fc7,#24180f38),url(https://images.unsplash.com/photo-1512163143273-bde0e3cc7407?auto=format&fit=crop&w=1800&q=80) center/cover;overflow:hidden}.hero-content{max-width:760px;position:relative;z-index:1;animation:rise .75s ease both}.hero .eyebrow,.hero h1,.hero p{color:var(--white)}.hero h1{font-size:clamp(3.2rem,8vw,6.8rem);margin:.25rem 0 1rem}.hero p{max-width:620px;font-size:clamp(1rem,2vw,1.2rem)}.hero-actions,.button-row{gap:.8rem;flex-wrap:wrap;margin-top:2rem}.button{justify-content:center;gap:.55rem;min-height:44px;border:1px solid transparent;border-radius:8px;padding:.8rem 1.05rem;font-weight:700;transition:transform .18s ease,background .2s ease,box-shadow .2s ease}.button:active,.product-card-footer button:active{transform:translateY(1px) scale(.98)}.primary{background:linear-gradient(135deg,var(--gold),var(--deep-gold));color:#fff;box-shadow:0 12px 26px #74501b47}.added-to-cart,.product-card-footer button.added{background:linear-gradient(135deg,#2f7a4f,#1f5c3a);color:#fff}.secondary{background:#fffaf3d1;border-color:var(--line);color:var(--brown)}.full{width:100%}.section,.page{padding:clamp(2rem,6vw,5rem) clamp(1rem,4vw,4rem)}.page.narrow{max-width:680px;margin:0 auto}.eyebrow{margin:0 0 .65rem;color:var(--deep-gold);font-size:.78rem;font-weight:800;text-transform:uppercase}.page-heading{max-width:760px;margin-bottom:2rem}.page-heading h1,.detail-copy h1,.auth-card h1,.admin-hero h1{font-size:clamp(2.3rem,5vw,4.6rem)}.promise-grid,.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.promise-grid article,.product-card,.checkout-card,.auth-card,.admin-card,.access-card,.empty-state{border:1px solid var(--line);border-radius:8px;background:var(--card);box-shadow:var(--shadow)}.promise-grid article{padding:1.5rem}.split-feature,.detail-layout,.checkout-layout,.auth-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);gap:clamp(1.5rem,4vw,4rem);align-items:center}.split-feature img,.detail-image{width:100%;height:min(70vh,720px);object-fit:cover;border-radius:8px;box-shadow:var(--shadow)}.split-feature h2{font-size:clamp(2rem,4vw,4rem)}.filters{display:grid;gap:1rem;margin-bottom:2rem}.search-input{display:flex;align-items:center;gap:.75rem;max-width:560px;border:1px solid var(--line);border-radius:8px;padding:.8rem 1rem;background:var(--white)}.search-input input,label input,label select,label textarea,select{width:100%;border:1px solid var(--line);border-radius:8px;padding:.8rem;color:var(--ink);background:var(--white)}.search-input input{border:0;padding:0;outline:0}.chip-row{gap:.6rem;flex-wrap:wrap}.chip,.tabs button,.admin-row button{border:1px solid var(--line);border-radius:8px;padding:.65rem .9rem;background:var(--white);color:var(--brown);font-weight:700}.chip.active,.tabs button.active{background:var(--brown);color:#fff}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-card{overflow:hidden;animation:rise .55s ease both;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.product-card.just-added{border-color:#2f7a4f8c;box-shadow:0 18px 50px #2f7a4f2e;transform:translateY(-3px)}.product-image-wrap img{width:100%;aspect-ratio:4 / 5;object-fit:cover;transition:transform .35s ease}.product-card:hover img{transform:scale(1.04)}.product-card-body{padding:1rem}.product-card h3{font-size:1.35rem}.product-card-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1rem}.product-card-footer button{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;min-width:74px;border:0;border-radius:8px;padding:.65rem .9rem;background:var(--brown);color:#fff;transition:transform .18s ease,background .2s ease}.detail-copy{align-self:center}.detail-price{display:block;margin:1.5rem 0 .5rem;font-size:1.8rem;color:var(--deep-gold)}.stock-note,.small-note,.status-note,.back-link,.support-link{font-size:.95rem}.back-link{display:inline-block;margin-top:1.5rem;color:var(--deep-gold);font-weight:800}.support-link{color:var(--deep-gold);font-weight:700}.checkout-layout{align-items:start}.cart-list,.admin-list{display:grid;gap:1rem}.cart-item,.admin-row,.order-row{display:grid;align-items:center;grid-template-columns:96px 1fr auto;gap:1rem;border:1px solid var(--line);border-radius:8px;padding:.8rem;background:#fffaf3b3}.cart-item img,.admin-row img,.preview-image{width:96px;height:96px;object-fit:cover;border-radius:8px}.cart-item h3,.admin-row h3,.order-row h3{font-size:1.2rem}.quantity-stepper{display:inline-flex;align-items:center;gap:.5rem;border:1px solid var(--line);border-radius:8px;padding:.35rem;background:var(--white)}.quantity-stepper button{width:34px;height:34px;border:0;border-radius:8px;background:var(--brown);color:#fff;font-size:1.1rem;font-weight:700}.quantity-stepper span{min-width:24px;text-align:center;color:var(--brown);font-weight:700}.checkout-card,.auth-card,.admin-card,.access-card,.empty-state{padding:clamp(1.2rem,3vw,2rem)}.access-card pre{overflow-x:auto;border:1px solid var(--line);border-radius:8px;padding:1rem;color:var(--brown);background:#fffaf3c2}.checkout-card{position:sticky;top:100px}.checkout-card h2{margin-bottom:1.2rem;font-size:clamp(2rem,4vw,3.2rem);color:var(--deep-gold)}.checkout-card label,.form-grid label{display:grid;gap:.45rem;color:var(--brown);font-weight:700}.shipping-form{display:grid;gap:1rem;margin-bottom:1rem}.checkout-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-grid{display:grid;gap:1rem}.auth-layout{min-height:calc(100vh - 78px);justify-content:center;grid-template-columns:minmax(280px,560px)}.tabs{gap:.5rem;flex-wrap:wrap;margin:1.5rem 0}.admin-layout{display:grid;gap:1.5rem}.admin-shell{display:grid;grid-template-columns:300px minmax(0,1fr);gap:1.5rem;align-items:start}.admin-sidebar,.admin-stage,.admin-sidebar-card{border:1px solid var(--line);border-radius:8px;background:var(--card);box-shadow:var(--shadow)}.admin-sidebar{position:sticky;top:100px;display:grid;gap:1.25rem;padding:1.25rem}.admin-sidebar-top h1{font-size:clamp(2rem,4vw,2.6rem);margin-bottom:.65rem}.admin-nav{display:grid;gap:.6rem}.admin-nav button{display:flex;align-items:center;gap:.7rem;border:1px solid var(--line);border-radius:8px;padding:.9rem 1rem;background:#fffaf3d1;color:var(--brown);font-weight:700}.admin-nav button.active{background:var(--brown);color:#fff}.admin-sidebar-summary{display:grid;gap:.75rem}.admin-sidebar-card{padding:1rem}.admin-sidebar-card strong{display:block;font-family:Playfair Display,Georgia,serif;font-size:2rem;color:var(--deep-gold);margin-bottom:.2rem}.admin-content{display:grid;gap:1.25rem}.admin-stage{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.5rem}.admin-stage h2{font-size:clamp(2rem,4vw,3.2rem);margin-bottom:.65rem}.admin-hero-badge{display:inline-flex;align-items:center;gap:.55rem;border:1px solid var(--line);border-radius:8px;padding:.8rem 1rem;background:#fffaf3d1;color:var(--brown);font-weight:700}.admin-section-grid{display:grid;grid-template-columns:minmax(320px,420px) minmax(0,1fr);gap:1.5rem;align-items:start}.admin-card textarea{min-height:110px;resize:vertical}.upload-box{position:relative;align-items:center;justify-items:start;border:1px dashed var(--gold);border-radius:8px;padding:1rem;background:#a8782c14}.upload-box input{border:0;padding:0}.admin-row{grid-template-columns:76px 1fr auto auto}.admin-row img{width:76px;height:76px}.order-row{grid-template-columns:1fr 180px}.order-actions{display:grid;gap:.65rem;align-items:center}.error{color:#9a2d1b;font-weight:700}@keyframes rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes cartBump{0%{transform:scale(1)}45%{transform:scale(1.12)}to{transform:scale(1)}}@keyframes popIn{0%{opacity:0;transform:scale(.78)}to{opacity:1;transform:scale(1)}}@media(max-width:1100px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:800px){.icon-button.menu-toggle{display:inline-grid}.nav-links{position:absolute;inset:100% 1rem auto 1rem;display:none;flex-direction:column;align-items:stretch;padding:1rem;border:1px solid var(--line);border-radius:8px;background:var(--white);box-shadow:var(--shadow)}.nav-links.open{display:flex}.hero{min-height:620px}.promise-grid,.product-grid,.split-feature,.detail-layout,.checkout-layout{grid-template-columns:1fr}.split-feature img,.detail-image{height:420px}.checkout-card{position:static}.footer-main{grid-template-columns:1fr 1fr}.admin-shell,.admin-section-grid{grid-template-columns:1fr}.admin-sidebar{position:static}.admin-stage{display:grid}}@media(max-width:560px){.site-header{padding:.85rem 1rem}.brand span{max-width:170px}.hero{padding:1.5rem;min-height:600px}.cart-item,.admin-row,.order-row{grid-template-columns:1fr}.cart-item img,.admin-row img{width:100%;height:220px}.button{width:100%}.checkout-grid,.footer-main{grid-template-columns:1fr}.footer-bottom{display:grid}.ai-fab span{display:none}.ai-fab{width:52px;height:52px;justify-content:center;padding:0}.ai-panel{right:.75rem;left:.75rem;bottom:4.75rem;width:auto}.upi-app-grid{grid-template-columns:1fr}}
