*{box-sizing:border-box;margin:0;padding:0}
:root{--cream:#f6eee2;--cream2:#fffaf3;--purple:#25052d;--purple2:#3b0c45;--gold:#c39743;--gold2:#ead08b;--green:#20d66b;--text:#241b24;--muted:#776b76;--border:#e8dac7}
html{scroll-behavior:smooth}
body{font-family:"DM Sans","Noto Sans Devanagari",Arial,sans-serif;background:#fff;color:var(--text);line-height:1.5}
a{text-decoration:none;color:inherit}
button{font:inherit;border:0;cursor:pointer}
.container{width:min(1180px,calc(100% - 32px));margin:auto}

/* HEADER */
.site-header{height:80px;background:rgba(255,255,255,.98);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:50;backdrop-filter:blur(12px)}
.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:25px}
.brand{display:flex;align-items:center;gap:12px;min-width:0}
.logo-wrap{width:56px;height:56px;border-radius:50%;overflow:hidden;background:#000;display:grid;place-items:center;border:1px solid #b88a37;flex:none}
.logo-wrap img{width:100%;height:100%;object-fit:cover}
.brand-name{font-family:"Playfair Display";font-weight:700;font-size:20px}
.brand-tagline{font-size:9px;text-transform:uppercase;letter-spacing:1.4px;color:#806d58}
.desktop-nav{display:flex;gap:30px;font-size:13px;color:#574d57}
.desktop-nav a:hover{color:var(--purple)}
.cart-button{position:relative;background:white;border:1px solid var(--border);border-radius:12px;padding:11px 14px;display:flex;gap:7px;align-items:center}
.cart-button b{position:absolute;top:-7px;right:-7px;background:#d52959;color:#fff;border-radius:20px;font-size:10px;min-width:19px;height:19px;display:grid;place-items:center}

/* HERO */
.hero{padding:12px 0 0}
.hero-slider{height:560px;position:relative;overflow:hidden;border-radius:20px;width:min(1280px,calc(100% - 24px));margin:auto;background:#25102b}
.hero-slide{position:absolute;inset:0;background-position:center;background-size:cover;opacity:0;transition:opacity .7s}
.hero-slide.active{opacity:1}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(21,5,18,.78),rgba(25,8,20,.22) 68%,rgba(0,0,0,.12))}
.hero-content{position:relative;height:100%;display:flex;flex-direction:column;justify-content:center;color:#fff;padding-left:7%;max-width:1180px}
.eyebrow{font-size:11px;letter-spacing:2px;font-weight:700;color:var(--gold);margin-bottom:7px}
.hero h1{font-family:"Playfair Display","Noto Sans Devanagari";font-size:clamp(39px,5.7vw,72px);line-height:1.08;margin-bottom:18px;max-width:750px}
.hero h1 span{color:var(--gold2);font-style:italic}
.hero-content>p:not(.eyebrow){max-width:520px;color:#f6ebeb;margin-bottom:25px;font-size:15px}
.btn{display:inline-flex;justify-content:center;align-items:center;border-radius:9px;padding:13px 22px;font-weight:700;font-size:13px;transition:.2s}
.btn-primary{background:#fff;color:var(--purple);width:max-content}.btn-primary:hover{transform:translateY(-2px)}
.btn-whatsapp{background:var(--green);color:#062814}.btn-dark{background:var(--purple);color:white}
.full{width:100%}
.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,.2);color:white;font-size:28px;backdrop-filter:blur(5px)}
.slider-arrow.prev{left:20px}.slider-arrow.next{right:20px}
.slider-dots{position:absolute;bottom:18px;left:50%;transform:translateX(-50%);display:flex;gap:7px}
.slider-dots button{width:8px;height:8px;border-radius:50%;background:#ddd;opacity:.65}
.slider-dots button.active{width:25px;border-radius:5px;background:#fff;opacity:1}

/* TRUST */
.trust-strip{padding:16px 0;background:var(--cream)}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.trust-grid>div{background:#fff;border:1px solid var(--border);border-radius:12px;padding:13px;display:grid;grid-template-columns:38px 1fr;align-items:center}
.trust-grid span{grid-row:span 2;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#fbf0d5;color:#9b722c}
.trust-grid strong{font-size:12px}.trust-grid small{font-size:10px;color:var(--muted)}

/* SECTIONS */
.section{width:min(1180px,calc(100% - 32px));margin:58px auto}
.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:20px;gap:15px}
.section-heading h2{font-family:"Playfair Display","Noto Sans Devanagari";font-size:30px}
.section-heading>a{font-size:12px;color:var(--purple);font-weight:700}
.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:17px}
.category-card{text-align:center;cursor:pointer}
.category-img{aspect-ratio:1;border-radius:50%;overflow:hidden;border:1px solid #d5b77a;padding:4px;background:#f8f0e3}
.category-img img{width:100%;height:100%;object-fit:cover;border-radius:50%;transition:.35s}
.category-card:hover img{transform:scale(1.07)}
.category-card h3{font-size:12px;margin-top:8px}.category-card p{font-size:10px;color:#888}

/* PRODUCTS */
.products-section{margin-top:70px}
.filter-row{display:flex;gap:7px;flex-wrap:wrap}
.filter{background:#f7f1e8;border:1px solid var(--border);border-radius:20px;padding:8px 14px;font-size:11px}
.filter.active{background:var(--purple);color:white}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product-card{background:#fff;border:1px solid var(--border);border-radius:14px;overflow:hidden;box-shadow:0 4px 16px rgba(44,16,45,.06);position:relative}
.product-image-wrap{aspect-ratio:1/1;overflow:hidden;position:relative;background:#f5ede1;cursor:pointer}
.product-image{width:100%;height:100%;object-fit:cover;transition:.35s}
.product-card:hover .product-image{transform:scale(1.04)}
.badge{position:absolute;left:9px;top:9px;background:#e63b63;color:white;font-size:9px;font-weight:700;border-radius:5px;padding:5px 7px}
.heart{position:absolute;right:9px;top:9px;width:30px;height:30px;border-radius:50%;background:rgba(255,255,255,.92);font-size:16px}
.product-info{padding:13px}
.product-category{font-size:9px;font-weight:700;color:#5d505e;text-transform:uppercase}
.product-name{font-size:14px;font-weight:700;margin:4px 0 3px}
.product-meta{font-size:10px;color:#999;margin-bottom:7px}
.rating{font-size:10px;color:#d4961e;margin-bottom:4px}
.price{font-weight:800;font-size:17px}
.old-price{text-decoration:line-through;color:#aaa;font-size:10px;margin-left:5px;font-weight:400}
.product-actions{display:grid;gap:6px;margin-top:10px}
.product-actions button{padding:9px;border-radius:7px;font-size:11px;font-weight:700}
.add-btn{background:var(--purple);color:#fff}.order-btn{background:var(--green);color:#082512}

/* PROMO */
.promo{background:var(--purple);color:#fff;margin-top:75px}
.promo-inner{min-height:230px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.promo h2{font:600 34px "Playfair Display","Noto Sans Devanagari";margin-bottom:10px}
.promo p:not(.eyebrow){color:#d9cadb;max-width:650px;font-size:14px}

/* FOOTER */
.footer{background:#1d0623;color:#fff;margin-top:70px}
.footer-top{padding:45px 0;display:grid;grid-template-columns:2fr 1fr 1.8fr 1.3fr;gap:35px}
.footer-brand{display:flex;gap:12px}
.footer-logo{width:60px;height:60px;border-radius:10px;overflow:hidden;background:#000;flex:none}.footer-logo img{width:100%;height:100%;object-fit:cover}
.footer h3{font-family:"Playfair Display";font-size:20px}.footer-brand p{font-size:11px;color:#cbbdce;margin-top:5px}
.footer h4{font-size:12px;text-transform:uppercase;letter-spacing:1px;margin-bottom:14px;color:#e5d5e7}
.footer a,.footer p{display:block;color:#bcaebe;font-size:11px;margin:8px 0}.footer a:hover{color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:16px 0;display:flex;justify-content:space-between;color:#9c899e;font-size:10px}

/* MODAL */
.modal{display:none;position:fixed;inset:0;z-index:100;align-items:center;justify-content:center;padding:20px}
.modal.open{display:flex}
.modal-backdrop,.cart-backdrop{position:absolute;inset:0;background:rgba(10,4,12,.65);backdrop-filter:blur(4px)}
.modal-card{position:relative;background:#fff;border-radius:18px;max-width:850px;width:100%;max-height:90vh;overflow:auto;display:grid;grid-template-columns:1fr 1fr;z-index:1}
.modal-card>img{width:100%;height:100%;min-height:480px;object-fit:cover}
.modal-info{padding:35px}
.modal-close{position:absolute;right:15px;top:12px;width:35px;height:35px;border-radius:50%;background:#fff;font-size:25px;z-index:2}
.pill{font-size:9px;text-transform:uppercase;background:#f6e9ce;color:#906b2a;padding:5px 8px;border-radius:20px}
.modal-info h2{font:600 34px "Playfair Display","Noto Sans Devanagari";margin:14px 0 3px}
.modal-code{font-size:10px;color:#999;margin-bottom:15px}
.modal-price{font-size:25px;font-weight:800;margin-bottom:16px}
.modal-info>p:not(.modal-code){font-size:13px;color:#655b66;margin-bottom:20px}
.modal-meta{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:15px 0;margin-bottom:20px;gap:10px}
.modal-meta small{display:block;color:#999;font-size:9px}.modal-meta strong{font-size:11px}
.modal-info .btn{margin-top:7px}

/* CART */
.cart-drawer{display:none;position:fixed;inset:0;z-index:110}
.cart-drawer.open{display:block}
.cart-panel{position:absolute;right:0;top:0;height:100%;width:min(420px,100%);background:#fff;z-index:1;display:flex;flex-direction:column;box-shadow:-10px 0 30px rgba(0,0,0,.15)}
.cart-header{padding:20px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between}.cart-header h3{font:600 23px "Playfair Display"}.cart-header button{background:none;font-size:28px}
.cart-items{padding:15px;overflow:auto;flex:1}
.cart-empty{text-align:center;color:#888;padding:50px 15px;font-size:13px}
.cart-item{display:grid;grid-template-columns:70px 1fr auto;gap:10px;padding:12px 0;border-bottom:1px solid #eee;align-items:center}
.cart-item img{width:70px;height:70px;object-fit:cover;border-radius:9px}.cart-item h4{font-size:12px}.cart-item p{font-size:11px;font-weight:700;margin-top:3px}.remove-item{background:none;color:#a24;font-size:12px}
.cart-footer{padding:18px;border-top:1px solid var(--border);background:#fffaf5}.cart-total{display:flex;justify-content:space-between;margin-bottom:8px}.cart-total strong{font-size:20px}.cart-footer>p{font-size:10px;color:#888;margin-bottom:12px}

/* FLOATING */
.floating-whatsapp{position:fixed;right:20px;bottom:20px;width:55px;height:55px;background:var(--green);color:#063219;border-radius:50%;display:grid;place-items:center;font-size:25px;z-index:40;box-shadow:0 8px 25px rgba(32,214,107,.3)}

/* RESPONSIVE */
@media(max-width:900px){
  .desktop-nav{display:none}.hero-slider{height:500px}
  .category-grid{grid-template-columns:repeat(3,1fr);gap:25px}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .footer-top{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
  .container,.section{width:min(100% - 22px,1180px)}
  .site-header{height:68px}.logo-wrap{width:42px;height:42px}.brand-name{font-size:16px}
  .brand-tagline{display:none}.cart-button span{display:none}
  .hero{padding-top:7px}.hero-slider{width:calc(100% - 14px);height:500px;border-radius:14px}
  .hero-content{padding:0 30px}.hero h1{font-size:39px}
  .trust-grid{grid-template-columns:1fr 1fr}.trust-grid>div{padding:10px}
  .section{margin:42px auto}.section-heading{align-items:start;flex-direction:column}
  .section-heading h2{font-size:27px}.filter-row{overflow:auto;flex-wrap:nowrap;width:100%}.filter{white-space:nowrap}
  .category-grid{grid-template-columns:repeat(3,1fr);gap:18px 8px}
  .category-card h3{font-size:10px}
  .product-grid{gap:10px}.product-info{padding:10px}.product-name{font-size:12px}.price{font-size:14px}
  .product-actions button{font-size:10px;padding:8px 4px}
  .promo-inner{padding:35px 0;display:block}.promo h2{font-size:28px}.promo .btn{margin-top:18px}
  .footer-top{grid-template-columns:1fr 1fr;padding:35px 0;gap:25px 15px}.footer-brand{grid-column:1/-1}
  .footer-bottom{display:block}.footer-bottom span{display:block;margin:4px 0}
  .modal-card{grid-template-columns:1fr;max-height:94vh}.modal-card>img{min-height:270px;height:270px}.modal-info{padding:22px}.modal-info h2{font-size:28px}
}
