/* ============================================
   RASOI SAGUN — TRADITIONAL INDIAN PREMIUM CSS
   Turmeric Gold × Deep Crimson × Earthy Parchment
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Tiro+Devanagari+Hindi:ital@0;1&family=DM+Sans:wght@300;400;500;600&display=swap');

/* ===== CSS VARIABLES ===== */
:root {
  --turmeric: #D4A017;
  --turmeric-light: #F5C842;
  --turmeric-pale: #FFF8E1;
  --crimson: #8B1A1A;
  --crimson-light: #C0392B;
  --crimson-pale: #FDECEA;
  --earth: #5C3D2E;
  --earth-light: #8B6347;
  --parchment: #FAF3E0;
  --parchment-dark: #F0E6C8;
  --ink: #1A0A00;
  --muted: #6B5744;
  --white: #FFFDF7;
  --shadow-warm: 0 8px 32px rgba(139,26,26,0.12);
  --shadow-gold: 0 4px 20px rgba(212,160,23,0.2);
  --radius: 4px;
  --radius-lg: 8px;
}

/* ===== RESET ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; background: var(--parchment); color: var(--ink); line-height: 1.7; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
button { font-family: 'DM Sans', sans-serif; cursor: pointer; }

/* ===== ORNAMENTAL PATTERNS ===== */
.pattern-border {
  position: relative;
}
.pattern-border::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 8px, rgba(212,160,23,0.06) 8px, rgba(212,160,23,0.06) 9px);
  pointer-events: none;
  z-index: 0;
}

/* ===== SCROLLBAR ===== */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--parchment-dark); }
::-webkit-scrollbar-thumb { background: var(--turmeric); border-radius: 3px; }

/* ===== TOAST NOTIFICATION ===== */
.rs-toast {
  position: fixed; bottom: 2rem; right: 2rem; z-index: 9999;
  padding: 1rem 1.5rem; border-radius: var(--radius-lg);
  font-weight: 600; font-size: 0.9rem;
  transform: translateY(80px); opacity: 0;
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  max-width: 320px; box-shadow: var(--shadow-warm);
}
.rs-toast.show { transform: translateY(0); opacity: 1; }
.rs-toast-success { background: var(--crimson); color: white; }
.rs-toast-info { background: var(--earth); color: white; }
.rs-toast-error { background: #c0392b; color: white; }

/* ===== NAVBAR ===== */
.navbar {
  position: sticky; top: 0; z-index: 1000;
  background: var(--ink);
  border-bottom: 3px solid var(--turmeric);
}
.nav-top-bar {
  background: var(--crimson);
  text-align: center; padding: 0.4rem;
  font-size: 0.8rem; color: var(--turmeric-light);
  letter-spacing: 0.05em;
}
.nav-inner {
  max-width: 1280px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.9rem 1.5rem;
}
.nav-logo {
  display: flex; flex-direction: column; align-items: flex-start;
}
.nav-logo .brand-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem; font-weight: 700;
  color: var(--turmeric-light);
  letter-spacing: 0.02em; line-height: 1.1;
}
.nav-logo .brand-tagline {
  font-size: 0.7rem; color: rgba(245,200,66,0.6);
  letter-spacing: 0.15em; text-transform: uppercase;
}
.nav-links { display: flex; align-items: center; gap: 2rem; }
.nav-links a {
  color: rgba(255,255,255,0.8);
  font-size: 0.9rem; font-weight: 500;
  letter-spacing: 0.05em;
  transition: color 0.2s;
  text-transform: uppercase;
}
.nav-links a:hover { color: var(--turmeric-light); }
.nav-actions { display: flex; align-items: center; gap: 1.2rem; }
.nav-icon-btn {
  position: relative; background: none; border: none;
  color: rgba(255,255,255,0.8); font-size: 1.3rem;
  transition: color 0.2s; padding: 0.3rem;
}
.nav-icon-btn:hover { color: var(--turmeric-light); }
.cart-badge {
  position: absolute; top: -4px; right: -4px;
  background: var(--crimson); color: white;
  width: 18px; height: 18px; border-radius: 50%;
  font-size: 0.65rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.hamburger { display: none; background: none; border: none; color: white; font-size: 1.5rem; }
.mobile-menu {
  display: none; flex-direction: column;
  background: var(--ink); padding: 1rem 1.5rem; gap: 1rem;
  border-top: 1px solid rgba(212,160,23,0.3);
}
.mobile-menu.open { display: flex; }
.mobile-menu a { color: rgba(255,255,255,0.85); padding: 0.5rem 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
@media(max-width:900px) { .nav-links { display:none; } .hamburger { display:block; } }

/* ===== HERO ===== */
.hero {
  min-height: 92vh;
  background: linear-gradient(135deg, var(--ink) 0%, #2A0A00 50%, #1A0A00 100%);
  position: relative; overflow: hidden;
  display: flex; align-items: center;
}
.hero-mandala {
  position: absolute; right: -5%; top: 50%; transform: translateY(-50%);
  width: 60vmin; height: 60vmin; opacity: 0.07;
  background: radial-gradient(circle at center, var(--turmeric) 0%, transparent 70%);
  border-radius: 50%;
  box-shadow: 0 0 0 20px rgba(212,160,23,0.05), 0 0 0 40px rgba(212,160,23,0.03), 0 0 0 60px rgba(212,160,23,0.02);
}
.hero-content {
  position: relative; z-index: 2;
  max-width: 1280px; margin: 0 auto;
  padding: 4rem 1.5rem;
  display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center;
}
.hero-text { animation: fadeInUp 0.8s ease both; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: rgba(212,160,23,0.15); border: 1px solid rgba(212,160,23,0.4);
  color: var(--turmeric-light); padding: 0.4rem 1rem;
  border-radius: 50px; font-size: 0.8rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3rem, 5vw, 5.5rem);
  font-weight: 700; line-height: 1.05;
  color: var(--white);
  margin-bottom: 1rem;
}
.hero-title em { color: var(--turmeric-light); font-style: italic; }
.hero-story {
  font-size: 1.05rem; color: rgba(255,255,255,0.65);
  margin-bottom: 2.5rem; max-width: 480px; line-height: 1.8;
}
.hero-story strong { color: var(--turmeric-light); }
.hero-cta { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-image-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1rem;
  animation: fadeInUp 0.8s 0.2s ease both;
}
.hero-img-card {
  border-radius: var(--radius-lg);
  overflow: hidden; position: relative;
  aspect-ratio: 3/4;
  box-shadow: var(--shadow-warm);
}
.hero-img-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.hero-img-card:hover img { transform: scale(1.05); }
.hero-img-card:first-child { margin-top: 2rem; }
.hero-img-overlay {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 1rem;
  background: linear-gradient(transparent, rgba(26,10,0,0.85));
  color: white;
}
.hero-img-overlay h4 { font-family: 'Cormorant Garamond', serif; font-size: 1rem; }
.hero-img-overlay p { font-size: 0.75rem; opacity: 0.7; }
@media(max-width:768px) { .hero-content { grid-template-columns: 1fr; } .hero-image-grid { display: none; } }

/* ===== BUTTONS ===== */
.btn-primary {
  background: var(--crimson); color: white;
  padding: 0.85rem 2rem; border-radius: var(--radius);
  font-size: 0.9rem; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  border: 2px solid var(--crimson);
  transition: all 0.25s;
  display: inline-flex; align-items: center; gap: 0.5rem;
  box-shadow: 0 4px 16px rgba(139,26,26,0.35);
}
.btn-primary:hover { background: #6d0f0f; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(139,26,26,0.45); }
.btn-gold {
  background: var(--turmeric); color: var(--ink);
  padding: 0.85rem 2rem; border-radius: var(--radius);
  font-size: 0.9rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  border: 2px solid var(--turmeric);
  transition: all 0.25s;
  display: inline-flex; align-items: center; gap: 0.5rem;
}
.btn-gold:hover { background: var(--turmeric-light); transform: translateY(-2px); }
.btn-outline {
  background: transparent; color: var(--crimson);
  padding: 0.85rem 2rem; border-radius: var(--radius);
  font-size: 0.9rem; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  border: 2px solid var(--crimson);
  transition: all 0.25s;
  display: inline-flex; align-items: center; gap: 0.5rem;
}
.btn-outline:hover { background: var(--crimson); color: white; }
.btn-outline-gold {
  background: transparent; color: var(--turmeric-light);
  padding: 0.85rem 2rem; border-radius: var(--radius);
  font-size: 0.9rem; font-weight: 600;
  border: 2px solid var(--turmeric);
  transition: all 0.25s;
}
.btn-outline-gold:hover { background: var(--turmeric); color: var(--ink); }
.btn-sm { padding: 0.5rem 1.2rem; font-size: 0.8rem; }
.w-full { width: 100%; justify-content: center; }

/* ===== SECTION LAYOUT ===== */
.section { max-width: 1280px; margin: 0 auto; padding: 5rem 1.5rem; }
.section-header { text-align: center; margin-bottom: 3.5rem; }
.section-kicker {
  display: inline-block; color: var(--crimson);
  font-size: 0.8rem; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.section-kicker::before, .section-kicker::after { content: '— '; }
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700; line-height: 1.15;
  color: var(--ink);
}
.section-subtitle { color: var(--muted); max-width: 500px; margin: 1rem auto 0; line-height: 1.7; }

/* ===== DIVIDER ===== */
.ornamental-divider {
  text-align: center; color: var(--turmeric);
  font-size: 1.2rem; letter-spacing: 0.5rem;
  margin: 1rem 0;
}

/* ===== PRODUCT CARD ===== */
.product-card {
  background: var(--white); border-radius: var(--radius-lg);
  overflow: hidden; transition: all 0.3s ease;
  border: 1px solid var(--parchment-dark);
  position: relative;
}
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-warm); }
.product-img-wrap {
  position: relative; aspect-ratio: 1;
  overflow: hidden; background: var(--parchment);
}
.product-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.product-card:hover .product-img-wrap img { transform: scale(1.08); }
.product-badge {
  position: absolute; top: 0.75rem; left: 0.75rem;
  background: var(--crimson); color: white;
  padding: 0.25rem 0.6rem; border-radius: 3px;
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.05em;
  text-transform: uppercase;
}
.product-wishlist-btn {
  position: absolute; top: 0.75rem; right: 0.75rem;
  width: 34px; height: 34px; border-radius: 50%;
  background: white; border: none;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: all 0.2s; color: var(--muted);
}
.product-wishlist-btn:hover, .product-wishlist-btn.active { color: var(--crimson); transform: scale(1.15); }
.product-info { padding: 1.25rem; }
.product-category { font-size: 0.7rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.35rem; }
.product-name { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 600; margin-bottom: 0.25rem; line-height: 1.3; }
.product-short-desc { font-size: 0.82rem; color: var(--muted); margin-bottom: 0.75rem; }
.product-rating { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.75rem; }
.stars { color: var(--turmeric); font-size: 0.9rem; letter-spacing: -1px; }
.star.filled { color: var(--turmeric); }
.star { color: #ddd; }
.rating-count { font-size: 0.75rem; color: var(--muted); }
.product-pricing { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem; }
.product-price { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 700; color: var(--crimson); }
.product-original { font-size: 0.9rem; color: var(--muted); text-decoration: line-through; }
.product-weight { font-size: 0.75rem; color: var(--muted); margin-left: auto; }
.add-to-cart-btn {
  width: 100%; background: var(--ink); color: white;
  padding: 0.7rem; border: none; border-radius: var(--radius);
  font-size: 0.85rem; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; transition: all 0.2s;
}
.add-to-cart-btn:hover { background: var(--crimson); }

/* ===== PRODUCTS GRID ===== */
.products-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1.5rem; }

/* ===== TRUST / CERTIFICATES SECTION ===== */
.trust-section {
  background: linear-gradient(135deg, var(--ink) 0%, #2A0A00 100%);
  padding: 5rem 1.5rem;
}
.trust-inner { max-width: 1280px; margin: 0 auto; }
.certs-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 1.5rem; margin-top: 3rem; }
.cert-card {
  background: rgba(212,160,23,0.08);
  border: 1px solid rgba(212,160,23,0.25);
  border-radius: var(--radius-lg);
  padding: 2rem 1.5rem; text-align: center;
  transition: all 0.3s;
}
.cert-card:hover { background: rgba(212,160,23,0.15); transform: translateY(-4px); }
.cert-icon { font-size: 2.5rem; margin-bottom: 1rem; display: block; }
.cert-title { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; color: var(--turmeric-light); font-weight: 700; margin-bottom: 0.4rem; }
.cert-desc { font-size: 0.82rem; color: rgba(255,255,255,0.55); }
.achievements-row { display: flex; justify-content: center; gap: 3rem; flex-wrap: wrap; margin-top: 3rem; padding-top: 3rem; border-top: 1px solid rgba(212,160,23,0.15); }
.achievement-item { text-align: center; }
.achievement-num { font-family: 'Cormorant Garamond', serif; font-size: 3rem; font-weight: 700; color: var(--turmeric-light); line-height: 1; }
.achievement-label { font-size: 0.8rem; color: rgba(255,255,255,0.55); letter-spacing: 0.05em; margin-top: 0.25rem; }

/* ===== ABOUT SECTION ===== */
.about-section { background: var(--white); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.about-img-wrap { position: relative; }
.about-img-wrap img { border-radius: var(--radius-lg); box-shadow: var(--shadow-warm); width: 100%; }
.about-quote-card {
  position: absolute; bottom: -1.5rem; right: -1.5rem;
  background: var(--crimson); color: white;
  padding: 1.5rem; border-radius: var(--radius-lg);
  max-width: 200px; text-align: center;
  box-shadow: var(--shadow-warm);
}
.about-quote-card p { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 0.95rem; line-height: 1.5; }
.about-lead { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-style: italic; color: var(--crimson); line-height: 1.5; margin-bottom: 1.5rem; }
.about-body { color: var(--muted); line-height: 1.9; margin-bottom: 1rem; }
.about-values { display: flex; gap: 1.5rem; margin-top: 2rem; flex-wrap: wrap; }
.value-pill {
  display: flex; align-items: center; gap: 0.5rem;
  background: var(--parchment); border: 1px solid var(--parchment-dark);
  padding: 0.5rem 1rem; border-radius: 50px;
  font-size: 0.85rem; font-weight: 600; color: var(--earth);
}
@media(max-width:768px) { .about-grid { grid-template-columns: 1fr; } .about-quote-card { position: static; margin-top: 1rem; max-width: 100%; } }

/* ===== WHY CHOOSE US ===== */
.why-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 1.5rem; }
.why-card {
  text-align: center; padding: 2.5rem 1.5rem;
  background: var(--parchment);
  border: 1px solid var(--parchment-dark);
  border-radius: var(--radius-lg);
  transition: all 0.3s;
}
.why-card:hover { background: var(--white); box-shadow: var(--shadow-warm); transform: translateY(-4px); }
.why-icon { font-size: 2.5rem; margin-bottom: 1rem; display: block; }
.why-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 700; margin-bottom: 0.5rem; }
.why-card p { font-size: 0.85rem; color: var(--muted); line-height: 1.7; }

/* ===== FOOTER ===== */
.footer {
  background: var(--ink);
  border-top: 3px solid var(--turmeric);
}
.footer-inner { max-width: 1280px; margin: 0 auto; padding: 4rem 1.5rem 2rem; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; }
.footer-brand .brand-name { font-family: 'Cormorant Garamond', serif; font-size: 2rem; color: var(--turmeric-light); font-weight: 700; }
.footer-brand p { color: rgba(255,255,255,0.5); font-size: 0.85rem; margin-top: 1rem; line-height: 1.8; max-width: 280px; }
.footer-col h4 { color: var(--turmeric-light); font-size: 0.8rem; letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 1.25rem; }
.footer-col a { display: block; color: rgba(255,255,255,0.5); font-size: 0.87rem; margin-bottom: 0.75rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--turmeric-light); }
.footer-bottom {
  max-width: 1280px; margin: 0 auto;
  padding: 1.5rem; border-top: 1px solid rgba(212,160,23,0.15);
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem;
}
.footer-bottom p { color: rgba(255,255,255,0.3); font-size: 0.8rem; }
.footer-policy-links { display: flex; gap: 1.5rem; }
.footer-policy-links a { color: rgba(255,255,255,0.4); font-size: 0.8rem; transition: color 0.2s; }
.footer-policy-links a:hover { color: var(--turmeric-light); }
@media(max-width:900px) { .footer-inner { grid-template-columns: 1fr 1fr; } }
@media(max-width:600px) { .footer-inner { grid-template-columns: 1fr; } }

/* ===== FORMS & INPUTS ===== */
.input {
  width: 100%; padding: 0.85rem 1.1rem;
  border: 1.5px solid var(--parchment-dark);
  border-radius: var(--radius); background: var(--white);
  font-family: 'DM Sans', sans-serif; font-size: 0.95rem;
  color: var(--ink); transition: border-color 0.2s;
}
.input:focus { outline: none; border-color: var(--turmeric); }
.form-group { margin-bottom: 1.25rem; }
.form-label { display: block; font-size: 0.85rem; font-weight: 600; color: var(--earth); margin-bottom: 0.4rem; letter-spacing: 0.03em; }
.form-error { color: var(--crimson-light); font-size: 0.8rem; margin-top: 0.3rem; }

/* ===== MODAL ===== */
.modal-overlay {
  display: none; position: fixed; inset: 0;
  background: rgba(26,10,0,0.7); z-index: 5000;
  align-items: center; justify-content: center; padding: 1rem;
  backdrop-filter: blur(4px);
}
.modal-overlay.active { display: flex; }
.modal {
  background: var(--white); border-radius: var(--radius-lg);
  padding: 2.5rem; width: 100%; max-width: 460px;
  position: relative; max-height: 90vh; overflow-y: auto;
  border-top: 4px solid var(--turmeric);
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
  animation: modalIn 0.3s ease;
}
@keyframes modalIn { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.modal-close { position: absolute; top: 1rem; right: 1rem; background: none; border: none; font-size: 1.3rem; color: var(--muted); }
.modal h2 { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; margin-bottom: 0.5rem; }
.modal-tabs { display: flex; border-bottom: 2px solid var(--parchment-dark); margin-bottom: 1.5rem; }
.modal-tab { flex: 1; padding: 0.75rem; background: none; border: none; font-weight: 600; color: var(--muted); font-size: 0.9rem; border-bottom: 3px solid transparent; margin-bottom: -2px; transition: all 0.2s; }
.modal-tab.active { color: var(--crimson); border-bottom-color: var(--crimson); }
.social-login { display: flex; gap: 0.75rem; margin-bottom: 1.25rem; }
.social-btn { flex: 1; padding: 0.7rem; border: 1.5px solid var(--parchment-dark); border-radius: var(--radius); background: none; font-size: 0.85rem; font-weight: 600; transition: all 0.2s; }
.social-btn:hover { background: var(--parchment); }
.divider { text-align: center; color: var(--muted); font-size: 0.8rem; margin: 1rem 0; position: relative; }
.divider::before, .divider::after { content: ''; position: absolute; top: 50%; width: 42%; height: 1px; background: var(--parchment-dark); }
.divider::before { left: 0; } .divider::after { right: 0; }
.verification-banner {
  background: var(--turmeric-pale); border: 1px solid var(--turmeric);
  padding: 1rem; border-radius: var(--radius); margin-bottom: 1rem;
  font-size: 0.85rem; color: var(--earth);
}

/* ===== CART SIDEBAR ===== */
.cart-sidebar {
  position: fixed; right: 0; top: 0; bottom: 0; width: 420px;
  background: var(--white); z-index: 4000;
  transform: translateX(100%); transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex; flex-direction: column;
  border-left: 3px solid var(--turmeric);
  box-shadow: -8px 0 32px rgba(0,0,0,0.15);
}
.cart-sidebar.open { transform: translateX(0); }
.cart-overlay { position: fixed; inset: 0; background: rgba(26,10,0,0.5); z-index: 3999; display: none; }
.cart-overlay.active { display: block; }
.cart-header { padding: 1.5rem; border-bottom: 1px solid var(--parchment-dark); display: flex; justify-content: space-between; align-items: center; }
.cart-header h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; }
.cart-body { flex: 1; overflow-y: auto; padding: 1.5rem; }
.cart-item { display: flex; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--parchment-dark); }
.cart-item-img { width: 72px; height: 72px; border-radius: var(--radius); object-fit: cover; background: var(--parchment); flex-shrink: 0; }
.cart-item-info { flex: 1; }
.cart-item-name { font-weight: 600; font-size: 0.9rem; margin-bottom: 0.25rem; }
.cart-item-price { color: var(--crimson); font-weight: 700; font-size: 0.95rem; }
.cart-item-qty { display: flex; align-items: center; gap: 0.5rem; margin-top: 0.5rem; }
.qty-btn { width: 26px; height: 26px; border-radius: 50%; border: 1.5px solid var(--parchment-dark); background: none; font-size: 1rem; line-height: 1; transition: all 0.2s; }
.qty-btn:hover { background: var(--crimson); color: white; border-color: var(--crimson); }
.cart-footer { padding: 1.5rem; border-top: 1px solid var(--parchment-dark); background: var(--parchment); }
.cart-total-row { display: flex; justify-content: space-between; font-size: 1.1rem; font-weight: 700; margin-bottom: 1rem; }
.empty-cart { text-align: center; padding: 3rem 1rem; color: var(--muted); }
.empty-cart .empty-icon { font-size: 4rem; margin-bottom: 1rem; display: block; }

/* ===== PAGE HEADER ===== */
.page-header {
  background: linear-gradient(135deg, var(--ink) 0%, #2A0A00 100%);
  padding: 4rem 1.5rem 3rem; text-align: center;
  border-bottom: 3px solid var(--turmeric);
}
.page-header h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 4vw, 3.5rem); color: var(--white); }
.page-header p { color: rgba(255,255,255,0.6); margin-top: 0.5rem; }
.breadcrumb { display: flex; justify-content: center; gap: 0.5rem; margin-top: 1rem; font-size: 0.8rem; color: rgba(255,255,255,0.4); }
.breadcrumb a { color: var(--turmeric-light); }

/* ===== STARS ===== */
.stars-input span { font-size: 1.5rem; cursor: pointer; color: #ddd; transition: color 0.15s; }
.stars-input span:hover, .stars-input span.active { color: var(--turmeric); }

/* ===== ANIMATIONS ===== */
@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes shimmer { from { background-position: -1000px 0; } to { background-position: 1000px 0; } }

/* ===== LOADING SKELETON ===== */
.skeleton {
  background: linear-gradient(90deg, var(--parchment-dark) 25%, var(--parchment) 50%, var(--parchment-dark) 75%);
  background-size: 1000px 100%;
  animation: shimmer 1.5s infinite;
  border-radius: var(--radius);
}

/* ===== ADMIN ===== */
.admin-layout { display: flex; min-height: 100vh; background: #F5F0E8; }
.admin-sidebar { width: 250px; background: var(--ink); flex-shrink: 0; position: sticky; top: 0; height: 100vh; overflow-y: auto; display: flex; flex-direction: column; }
.admin-logo { padding: 1.5rem; border-bottom: 1px solid rgba(212,160,23,0.2); }
.admin-logo .brand { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; color: var(--turmeric-light); font-weight: 700; }
.admin-logo .sub { font-size: 0.7rem; color: rgba(255,255,255,0.3); letter-spacing: 0.1em; }
.admin-nav { padding: 1rem 0; flex: 1; }
.admin-nav-section { padding: 0.75rem 1.25rem 0.4rem; font-size: 0.65rem; color: rgba(255,255,255,0.25); letter-spacing: 0.15em; text-transform: uppercase; }
.admin-nav-item { display: flex; align-items: center; gap: 0.75rem; padding: 0.8rem 1.25rem; color: rgba(255,255,255,0.6); font-size: 0.88rem; font-weight: 500; cursor: pointer; transition: all 0.2s; border-left: 3px solid transparent; }
.admin-nav-item:hover { background: rgba(255,255,255,0.05); color: white; }
.admin-nav-item.active { background: rgba(212,160,23,0.1); color: var(--turmeric-light); border-left-color: var(--turmeric); }
.admin-nav-item .nav-icon { font-size: 1.1rem; width: 20px; }
.admin-main { flex: 1; overflow-y: auto; }
.admin-topbar { background: white; padding: 1rem 2rem; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #E8E0D0; position: sticky; top: 0; z-index: 100; }
.admin-topbar h1 { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; }
.admin-content { padding: 2rem; }
.admin-stats { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 1.25rem; margin-bottom: 2rem; }
.stat-card { background: white; border-radius: var(--radius-lg); padding: 1.5rem; box-shadow: 0 2px 8px rgba(0,0,0,0.06); border-left: 4px solid var(--turmeric); }
.stat-num { font-family: 'Cormorant Garamond', serif; font-size: 2.2rem; font-weight: 700; color: var(--crimson); }
.stat-label { font-size: 0.82rem; color: var(--muted); margin-top: 0.25rem; }
.stat-sub { font-size: 0.75rem; color: #2e7d32; margin-top: 0.5rem; }
.admin-card { background: white; border-radius: var(--radius-lg); padding: 1.75rem; box-shadow: 0 2px 8px rgba(0,0,0,0.06); margin-bottom: 1.5rem; }
.admin-card-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.5rem; padding-bottom: 1rem; border-bottom: 1px solid #F0E8D8; }
.admin-card-header h2 { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; }
.admin-table { width: 100%; border-collapse: collapse; }
.admin-table th { text-align: left; padding: 0.75rem 1rem; font-size: 0.75rem; color: var(--muted); letter-spacing: 0.08em; text-transform: uppercase; background: #FAF5EC; }
.admin-table td { padding: 1rem; border-bottom: 1px solid #F5EFE3; font-size: 0.88rem; vertical-align: middle; }
.admin-table tr:hover td { background: #FFFDF7; }
.badge { display: inline-flex; padding: 0.25rem 0.7rem; border-radius: 50px; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; }
.badge-green { background: #E8F5E9; color: #2E7D32; }
.badge-orange { background: #FFF3E0; color: #E65100; }
.badge-red { background: #FFEBEE; color: #C62828; }
.badge-blue { background: #E3F2FD; color: #1565C0; }
.badge-gold { background: var(--turmeric-pale); color: var(--earth); }
.btn-icon { background: none; border: 1.5px solid var(--parchment-dark); padding: 0.4rem 0.75rem; border-radius: var(--radius); font-size: 0.82rem; transition: all 0.2s; }
.btn-icon:hover { background: var(--parchment); }
.btn-del { border-color: #ffcdd2; color: #c62828; }
.btn-del:hover { background: #ffebee; }
.tab-content { display: none; }
.tab-content.active { display: block; }
select.input { appearance: auto; }
.img-preview { width: 80px; height: 80px; object-fit: cover; border-radius: var(--radius); border: 1px solid var(--parchment-dark); }
.upload-area { border: 2px dashed var(--parchment-dark); border-radius: var(--radius-lg); padding: 2rem; text-align: center; cursor: pointer; transition: all 0.2s; }
.upload-area:hover { border-color: var(--turmeric); background: var(--turmeric-pale); }
.overflow-x { overflow-x: auto; }
.admin-login-screen { min-height: 100vh; background: linear-gradient(135deg, var(--ink), #2A0A00); display: flex; align-items: center; justify-content: center; padding: 1rem; }
.admin-login-box { background: var(--white); border-radius: var(--radius-lg); padding: 3rem; width: 100%; max-width: 420px; border-top: 4px solid var(--turmeric); box-shadow: 0 20px 60px rgba(0,0,0,0.3); }
.admin-login-box h1 { font-family: 'Cormorant Garamond', serif; font-size: 2rem; margin-bottom: 0.5rem; }
.policy-editor { min-height: 300px; border: 1.5px solid var(--parchment-dark); border-radius: var(--radius); padding: 1rem; font-family: 'DM Sans', sans-serif; font-size: 0.95rem; }

/* ===== RESPONSIVE ===== */
@media(max-width:600px) {
  .products-grid { grid-template-columns: repeat(2, 1fr); gap: 0.75rem; }
  .cart-sidebar { width: 100%; }
  .section { padding: 3rem 1rem; }
}
