/* ============================================
   TEJASHVI HERBS — Stylesheet
   Palette: Forest Green + Cream + Gold
   ============================================ */

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

:root {
  --green-deep: #1b3a2a;
  --green: #1f4d34;
  --green-mid: #2e6b48;
  --green-soft: #6b8f6b;
  --cream: #f6f1e3;
  --cream-light: #fdfaf2;
  --gold: #c9a84c;
  --gold-light: #e3cc8a;
  --charcoal: #2c2c28;
  --white: #ffffff;
  --shadow: 0 8px 30px rgba(27, 58, 42, 0.12);
  --shadow-lg: 0 20px 50px rgba(27, 58, 42, 0.18);
  --radius: 14px;
  --maxw: 1240px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Montserrat', sans-serif;
  color: var(--charcoal);
  background: var(--cream-light);
  line-height: 1.6;
  overflow-x: hidden;
}

h1, h2, h3, h4 { font-family: 'Cinzel', serif; color: var(--green-deep); line-height: 1.2; font-weight: 600; }

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 26px; border-radius: 50px; border: none; cursor: pointer;
  font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 0.92rem;
  letter-spacing: 0.3px; transition: all 0.25s ease; text-align: center;
}
.btn-gold { background: var(--gold); color: var(--green-deep); }
.btn-gold:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-green { background: var(--green); color: var(--cream); }
.btn-green:hover { background: var(--green-deep); transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-outline { background: transparent; border: 1.5px solid var(--green); color: var(--green); }
.btn-outline:hover { background: var(--green); color: var(--cream); }
.btn-block { width: 100%; }
.btn-sm { padding: 9px 16px; font-size: 0.8rem; }

/* ---------- Top announcement bar ---------- */
.topbar {
  background: linear-gradient(90deg, var(--green-deep), var(--green-mid));
  color: var(--cream); font-size: 0.82rem; padding: 8px 0;
}
.topbar .container { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }
.topbar .marketplaces { display: flex; align-items: center; gap: 14px; }
.topbar .mp-link {
  display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,0.12);
  padding: 3px 12px; border-radius: 30px; font-weight: 600; transition: 0.2s;
}
.topbar .mp-link:hover { background: var(--gold); color: var(--green-deep); }
.topbar .mp-link svg { width: 16px; height: 16px; }

/* ---------- Header ---------- */
.header { background: var(--cream-light); position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 18px rgba(27,58,42,0.07); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 12px 22px; max-width: var(--maxw); margin: 0 auto; gap: 18px; }
.logo-area { display: flex; align-items: center; gap: 12px; }
.logo-area img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; border: 2px solid var(--gold-light); }
.logo-text { font-family: 'Cinzel', serif; font-weight: 700; font-size: 1.3rem; color: var(--green-deep); letter-spacing: 1px; line-height: 1; }
.logo-text small { display: block; font-family: 'Montserrat'; font-size: 0.58rem; letter-spacing: 3px; color: var(--gold); font-weight: 600; margin-top: 3px; }

.nav { display: flex; align-items: center; gap: 28px; }
.nav a { font-weight: 500; font-size: 0.92rem; color: var(--charcoal); position: relative; padding: 4px 0; }
.nav a::after { content: ''; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px; background: var(--gold); transition: width 0.25s; }
.nav a:hover::after, .nav a.active::after { width: 100%; }

.header-actions { display: flex; align-items: center; gap: 16px; }
.icon-btn { background: none; border: none; cursor: pointer; color: var(--green-deep); position: relative; display: flex; }
.icon-btn svg { width: 23px; height: 23px; }
.cart-count {
  position: absolute; top: -8px; right: -9px; background: var(--gold); color: var(--green-deep);
  font-size: 0.65rem; font-weight: 700; width: 17px; height: 17px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.social-mini { display: flex; gap: 10px; }
.social-mini a { color: var(--green-mid); transition: 0.2s; }
.social-mini a:hover { color: var(--gold); transform: translateY(-2px); }
.social-mini svg { width: 18px; height: 18px; }

.hamburger { display: none; background: none; border: none; cursor: pointer; color: var(--green-deep); }
.hamburger svg { width: 28px; height: 28px; }

/* ---------- Hero Carousel ---------- */
.hero { position: relative; overflow: hidden; background: var(--green-deep); }
.carousel { position: relative; width: 100%; }
.slides { display: flex; transition: transform 0.6s cubic-bezier(.4,0,.2,1); }
.slide { min-width: 100%; position: relative; }
.slide img { width: 100%; height: clamp(260px, 38vw, 460px); object-fit: cover; }
.slide-overlay {
  position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center;
  padding: 0 8%; background: linear-gradient(90deg, rgba(27,58,42,0.78) 0%, rgba(27,58,42,0.25) 60%, transparent 100%);
}
.slide-overlay h2 { color: var(--cream); font-size: clamp(1.6rem, 3.6vw, 3rem); margin-bottom: 12px; max-width: 540px; }
.slide-overlay p { color: var(--gold-light); font-family: 'Cormorant Garamond'; font-size: clamp(1.1rem, 2vw, 1.6rem); margin-bottom: 22px; max-width: 480px; }
.carousel-btn {
  position: absolute; top: 50%; transform: translateY(-50%); background: rgba(246,241,227,0.85);
  border: none; width: 44px; height: 44px; border-radius: 50%; cursor: pointer; z-index: 5;
  display: flex; align-items: center; justify-content: center; color: var(--green-deep); transition: 0.2s;
}
.carousel-btn:hover { background: var(--gold); }
.carousel-btn.prev { left: 18px; } .carousel-btn.next { right: 18px; }
.carousel-btn svg { width: 22px; height: 22px; }
.dots { position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); display: flex; gap: 9px; z-index: 5; }
.dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(246,241,227,0.5); cursor: pointer; transition: 0.2s; }
.dot.active { background: var(--gold); width: 26px; border-radius: 6px; }

/* ---------- Section headings ---------- */
.section { padding: 64px 0; }
.section-head { text-align: center; margin-bottom: 44px; }
.section-head .eyebrow { color: var(--gold); font-weight: 600; letter-spacing: 4px; font-size: 0.78rem; text-transform: uppercase; }
.section-head h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); margin: 8px 0; }
.section-head .leaf-divider { display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--green-soft); margin-top: 6px; }
.section-head .leaf-divider::before, .section-head .leaf-divider::after { content: ''; width: 50px; height: 1px; background: var(--gold-light); }

/* ---------- Category filter ---------- */
.cat-filter { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 38px; }
.cat-filter button {
  padding: 9px 22px; border-radius: 30px; border: 1.5px solid var(--green-soft); background: transparent;
  color: var(--green); font-family: 'Montserrat'; font-weight: 600; font-size: 0.85rem; cursor: pointer; transition: 0.2s;
}
.cat-filter button.active, .cat-filter button:hover { background: var(--green); color: var(--cream); border-color: var(--green); }

/* ---------- Product grid ---------- */
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.product-card {
  background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow);
  display: flex; flex-direction: column; transition: transform 0.28s, box-shadow 0.28s; position: relative;
}
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.product-card .img-wrap { position: relative; aspect-ratio: 1/1; background: var(--cream); overflow: hidden; }
.product-card .img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.product-card:hover .img-wrap img { transform: scale(1.06); }
.product-card .placeholder-img {
  width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--cream), #e9e2cf); color: var(--green-soft); gap: 10px; text-align: center; padding: 16px;
}
.product-card .placeholder-img svg { width: 48px; height: 48px; opacity: 0.6; }
.product-card .placeholder-img span { font-size: 0.72rem; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; }
.badge-cat { position: absolute; top: 12px; left: 12px; background: var(--green); color: var(--cream); font-size: 0.62rem; font-weight: 700; padding: 4px 10px; border-radius: 20px; letter-spacing: 0.5px; }
.badge-soon { position: absolute; top: 12px; right: 12px; background: var(--gold); color: var(--green-deep); font-size: 0.62rem; font-weight: 700; padding: 4px 10px; border-radius: 20px; }
.card-body { padding: 16px 16px 18px; display: flex; flex-direction: column; flex: 1; }
.card-body .pname { font-family: 'Cinzel', serif; font-size: 0.98rem; font-weight: 600; color: var(--green-deep); margin-bottom: 6px; min-height: 2.4em; }
.card-body .stars { color: var(--gold); font-size: 0.82rem; margin-bottom: 6px; letter-spacing: 1px; }
.card-body .price { font-size: 1.25rem; font-weight: 700; color: var(--green); font-family: 'Cinzel'; margin-bottom: 4px; }
.card-body .size { font-size: 0.76rem; color: var(--green-soft); margin-bottom: 14px; }
.card-actions { display: flex; gap: 8px; margin-top: auto; }
.card-actions .btn { flex: 1; padding: 10px 8px; font-size: 0.76rem; }

/* ---------- Trust badges ---------- */
.trust { background: var(--green-deep); padding: 40px 0; }
.trust-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; }
.trust-item { display: flex; align-items: center; gap: 9px; color: var(--cream); background: rgba(255,255,255,0.06); padding: 12px 22px; border-radius: 40px; border: 1px solid rgba(201,168,76,0.3); font-weight: 600; font-size: 0.85rem; }
.trust-item svg { width: 20px; height: 20px; color: var(--gold); }

/* ---------- Tips carousel ---------- */
.tips { background: var(--cream); }
.tips-track { display: flex; gap: 22px; overflow-x: auto; padding: 10px 4px 24px; scroll-snap-type: x mandatory; }
.tips-track::-webkit-scrollbar { height: 8px; }
.tips-track::-webkit-scrollbar-thumb { background: var(--gold-light); border-radius: 10px; }
.tip-card { min-width: 290px; max-width: 290px; background: var(--white); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow); scroll-snap-align: start; border-top: 4px solid var(--gold); }
.tip-card .tip-icon { width: 46px; height: 46px; border-radius: 50%; background: var(--green); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; color: var(--gold); }
.tip-card .tip-icon svg { width: 24px; height: 24px; }
.tip-card h4 { font-size: 1.05rem; margin-bottom: 8px; }
.tip-card p { font-size: 0.86rem; color: #555; }

/* ---------- Footer ---------- */
.footer { background: var(--green-deep); color: var(--cream); padding: 56px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 36px; }
.footer h4 { color: var(--gold-light); font-size: 1rem; margin-bottom: 18px; letter-spacing: 1px; }
.footer-brand img { width: 64px; border-radius: 50%; margin-bottom: 14px; border: 2px solid var(--gold-light); }
.footer-brand p { font-size: 0.85rem; color: #cfd8c9; max-width: 280px; }
.footer-brand .tagline { font-family: 'Cormorant Garamond'; font-style: italic; color: var(--gold-light); margin-top: 10px; font-size: 1.05rem; }
.footer ul { list-style: none; }
.footer ul li { margin-bottom: 10px; }
.footer ul li a { font-size: 0.87rem; color: #cfd8c9; transition: 0.2s; }
.footer ul li a:hover { color: var(--gold); padding-left: 4px; }
.footer .contact-line { display: flex; align-items: flex-start; gap: 9px; font-size: 0.85rem; color: #cfd8c9; margin-bottom: 12px; }
.footer .contact-line svg { width: 17px; height: 17px; color: var(--gold); flex-shrink: 0; margin-top: 3px; }
.footer-social { display: flex; gap: 12px; margin-top: 16px; }
.footer-social a { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center; color: var(--cream); transition: 0.2s; }
.footer-social a:hover { background: var(--gold); color: var(--green-deep); transform: translateY(-3px); }
.footer-social svg { width: 18px; height: 18px; }
.fssai-strip { font-size: 0.78rem; color: var(--gold-light); margin-top: 18px; padding: 8px 14px; background: rgba(255,255,255,0.05); border-radius: 8px; display: inline-block; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.12); margin-top: 44px; padding: 20px 0; text-align: center; font-size: 0.8rem; color: #aebaa6; }
.footer-bottom .heart { color: var(--gold); }

/* ---------- WhatsApp float ---------- */
.wa-float { position: fixed; bottom: 24px; right: 24px; width: 58px; height: 58px; background: #25d366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 20px rgba(0,0,0,0.25); z-index: 200; transition: 0.2s; }
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 32px; height: 32px; color: #fff; }

/* ---------- Page banner ---------- */
.page-banner { background: linear-gradient(120deg, var(--green-deep), var(--green-mid)); color: var(--cream); padding: 56px 0; text-align: center; }
.page-banner h1 { color: var(--cream); font-size: clamp(1.8rem, 4vw, 2.8rem); }
.page-banner p { color: var(--gold-light); font-family: 'Cormorant Garamond'; font-size: 1.2rem; margin-top: 8px; }
.breadcrumb { font-size: 0.82rem; color: var(--green-soft); margin-bottom: 26px; }
.breadcrumb a:hover { color: var(--gold); }

/* ---------- Product detail ---------- */
.pd-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.pd-gallery .main-img { aspect-ratio: 1/1; background: var(--cream); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.pd-gallery .main-img img { width: 100%; height: 100%; object-fit: cover; }
.pd-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 14px; }
.pd-thumbs .thumb { aspect-ratio: 1/1; border-radius: 8px; overflow: hidden; cursor: pointer; border: 2px solid transparent; background: var(--cream); }
.pd-thumbs .thumb.active { border-color: var(--gold); }
.pd-thumbs .thumb img { width: 100%; height: 100%; object-fit: cover; }
.pd-thumbs .thumb-empty { aspect-ratio: 1/1; border-radius: 8px; background: linear-gradient(135deg, var(--cream), #e9e2cf); display: flex; align-items: center; justify-content: center; color: var(--green-soft); font-size: 0.7rem; border: 1px dashed var(--gold-light); }
.pd-info h1 { font-size: 2rem; margin-bottom: 10px; }
.pd-info .pd-stars { color: var(--gold); margin-bottom: 14px; }
.pd-info .pd-price { font-family: 'Cinzel'; font-size: 2rem; color: var(--green); font-weight: 700; }
.pd-info .pd-tax { font-size: 0.8rem; color: var(--green-soft); margin-bottom: 18px; }
.pd-info .pd-short { font-size: 0.95rem; color: #444; margin-bottom: 20px; }
.pd-bullets { list-style: none; margin-bottom: 24px; }
.pd-bullets li { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 9px; font-size: 0.9rem; }
.pd-bullets li svg { width: 18px; height: 18px; color: var(--gold); flex-shrink: 0; margin-top: 3px; }
.pd-buy { display: flex; gap: 12px; margin-bottom: 22px; }
.pd-buy .btn { flex: 1; padding: 14px; }
.pd-meta { font-size: 0.84rem; color: #555; border-top: 1px solid #eee; padding-top: 16px; }
.pd-meta div { margin-bottom: 6px; }
.pd-section { margin-top: 56px; }
.pd-section h3 { font-size: 1.4rem; margin-bottom: 18px; border-bottom: 2px solid var(--gold-light); padding-bottom: 10px; }
.pd-desc p { margin-bottom: 14px; color: #444; }
.nutri-table { width: 100%; border-collapse: collapse; max-width: 420px; }
.nutri-table td { padding: 9px 14px; border: 1px solid #e5e0d0; font-size: 0.88rem; }
.nutri-table td:first-child { font-weight: 600; color: var(--green-deep); background: var(--cream); }

/* reviews */
.review { background: var(--white); border-radius: var(--radius); padding: 20px; box-shadow: var(--shadow); margin-bottom: 16px; }
.review .rev-top { display: flex; justify-content: space-between; margin-bottom: 8px; }
.review .rev-name { font-weight: 700; color: var(--green-deep); }
.review .rev-stars { color: var(--gold); }
.review p { font-size: 0.9rem; color: #555; }
.review-form { background: var(--cream); padding: 26px; border-radius: var(--radius); margin-top: 20px; }

/* ---------- Forms ---------- */
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-weight: 600; font-size: 0.85rem; color: var(--green-deep); margin-bottom: 6px; }
.form-group label .req { color: #c0392b; }
.form-control {
  width: 100%; padding: 12px 14px; border: 1.5px solid #d9d2c0; border-radius: 10px;
  font-family: 'Montserrat'; font-size: 0.9rem; background: var(--white); transition: 0.2s;
}
.form-control:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,168,76,0.15); }
textarea.form-control { resize: vertical; min-height: 110px; }
.otp-row { display: flex; gap: 10px; align-items: flex-end; }
.otp-row .form-group { flex: 1; margin-bottom: 0; }
.form-note { font-size: 0.78rem; color: var(--green-soft); margin-top: 5px; }
.alert { padding: 12px 16px; border-radius: 10px; font-size: 0.86rem; margin-bottom: 16px; display: none; }
.alert.success { background: #e6f3ea; color: #1f6b3a; border: 1px solid #b7ddc4; }
.alert.info { background: #fdf6e3; color: #8a6d1a; border: 1px solid #e8d59a; }

/* contact layout */
.contact-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; }
.contact-info-box { background: var(--green-deep); color: var(--cream); padding: 34px; border-radius: var(--radius); }
.contact-info-box h3 { color: var(--gold-light); margin-bottom: 22px; }
.contact-info-box .ci-line { display: flex; gap: 13px; margin-bottom: 20px; align-items: flex-start; }
.contact-info-box .ci-line svg { width: 22px; height: 22px; color: var(--gold); flex-shrink: 0; margin-top: 2px; }
.contact-info-box .ci-line a { color: #cfd8c9; }
.contact-info-box .ci-line strong { display: block; color: var(--cream); }

/* about */
.about-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.about-intro img { border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.about-intro p { margin-bottom: 16px; color: #444; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.value-card { text-align: center; padding: 30px 22px; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); }
.value-card .v-icon { width: 60px; height: 60px; margin: 0 auto 16px; border-radius: 50%; background: var(--green); display: flex; align-items: center; justify-content: center; color: var(--gold); }
.value-card .v-icon svg { width: 30px; height: 30px; }
.value-card h4 { margin-bottom: 8px; }
.value-card p { font-size: 0.87rem; color: #555; }

/* cart / checkout */
.cart-table { width: 100%; border-collapse: collapse; background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.cart-table th { background: var(--green); color: var(--cream); padding: 14px; text-align: left; font-size: 0.85rem; }
.cart-table td { padding: 14px; border-bottom: 1px solid #eee; font-size: 0.88rem; vertical-align: middle; }
.cart-item-img { width: 56px; height: 56px; border-radius: 8px; object-fit: cover; background: var(--cream); }
.qty-ctrl { display: inline-flex; align-items: center; border: 1px solid #ddd; border-radius: 8px; overflow: hidden; }
.qty-ctrl button { width: 30px; height: 30px; border: none; background: var(--cream); cursor: pointer; font-size: 1rem; color: var(--green-deep); }
.qty-ctrl span { width: 36px; text-align: center; font-weight: 600; }
.remove-x { background: none; border: none; color: #c0392b; cursor: pointer; font-size: 1.1rem; }
.cart-summary { background: var(--white); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow); position: sticky; top: 100px; }
.cart-summary h3 { margin-bottom: 18px; }
.summary-line { display: flex; justify-content: space-between; padding: 9px 0; font-size: 0.9rem; }
.summary-line.total { border-top: 2px solid var(--gold-light); margin-top: 8px; padding-top: 14px; font-weight: 700; font-size: 1.15rem; color: var(--green); font-family: 'Cinzel'; }
.cart-layout { display: grid; grid-template-columns: 1.8fr 1fr; gap: 30px; align-items: start; }
.empty-cart { text-align: center; padding: 60px 20px; }
.empty-cart svg { width: 70px; height: 70px; color: var(--green-soft); margin-bottom: 18px; }
.pay-method { display: flex; align-items: center; gap: 12px; padding: 14px; border: 1.5px solid #ddd; border-radius: 10px; margin-bottom: 12px; cursor: pointer; transition: 0.2s; }
.pay-method:hover, .pay-method.sel { border-color: var(--gold); background: var(--cream); }
.pay-method input { accent-color: var(--green); }
.pay-method .pm-label { font-weight: 600; font-size: 0.9rem; }
.pay-method .pm-sub { font-size: 0.76rem; color: #777; }

.toast { position: fixed; bottom: 30px; left: 50%; transform: translateX(-50%) translateY(100px); background: var(--green-deep); color: var(--cream); padding: 14px 26px; border-radius: 50px; box-shadow: var(--shadow-lg); z-index: 300; font-size: 0.88rem; font-weight: 600; opacity: 0; transition: all 0.35s; }
.toast.show { transform: translateX(-50%) translateY(0); opacity: 1; }

.notice-box { background: #fdf6e3; border: 1px solid #e8d59a; border-radius: var(--radius); padding: 18px 22px; font-size: 0.85rem; color: #8a6d1a; margin-bottom: 26px; }
.notice-box strong { color: var(--green-deep); }

/* ---------- Mobile nav ---------- */
.mobile-nav { position: fixed; top: 0; right: -100%; width: 280px; height: 100%; background: var(--green-deep); z-index: 300; padding: 80px 30px 30px; transition: right 0.3s; box-shadow: -10px 0 40px rgba(0,0,0,0.3); }
.mobile-nav.open { right: 0; }
.mobile-nav a { display: block; color: var(--cream); padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.1); font-weight: 500; }
.mobile-nav .close-nav { position: absolute; top: 22px; right: 22px; background: none; border: none; color: var(--cream); cursor: pointer; }
.mobile-nav .close-nav svg { width: 28px; height: 28px; }
.overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 250; opacity: 0; visibility: hidden; transition: 0.3s; }
.overlay.open { opacity: 1; visibility: visible; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
}
@media (max-width: 768px) {
  .nav, .social-mini { display: none; }
  .hamburger { display: flex; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .pd-wrap { grid-template-columns: 1fr; gap: 28px; }
  .contact-grid, .about-intro, .cart-layout { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .cart-summary { position: static; }
  .topbar .container { font-size: 0.72rem; gap: 8px; }
  .card-actions { flex-direction: column; }
  .section { padding: 44px 0; }
}
@media (max-width: 480px) {
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .card-body { padding: 12px; }
  .card-body .pname { font-size: 0.85rem; }
  .logo-text { font-size: 1.05rem; }
  .logo-area img { width: 44px; height: 44px; }
}
