:root {
  --green-dark: #0f3320;
  --green: #1c4d29;
  --green-mid: #2a6b3a;
  --green-light: #3d8c50;
  --gold: #c8861a;
  --gold-mid: #e8a830;
  --gold-light: #f5c84a;
  --cream: #fdf8ef;
  --cream2: #f5ead6;
  --bg: #f4f7f4;
  --ink: #0d1a0f;
  --ink2: #2a3d2d;
  --muted: #6b7d6e;
  --border: #dde8de;
  --white: #ffffff;
}

/* ── Reset & Base ── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Outfit', sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
}
img { display: block; max-width: 100%; }

/* ── Navbar ── */
.navbar {
  background: rgba(255,255,255,0.97) !important;
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
  padding: 0.6rem 0;
}
.navbar-brand img { height: 76px; width: auto; }
.navbar-brand .brand-name { font-family: 'Playfair Display', serif; font-size: 1.1rem; font-weight: 700; color: var(--green-dark); line-height: 1; }
.navbar-brand .brand-sub { font-size: 0.6rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); font-weight: 600; }
.navbar .nav-link { color: var(--ink2) !important; font-weight: 500; font-size: 0.88rem; padding: 0.45rem 0.9rem !important; border-radius: 8px; transition: all 0.2s; }
.navbar .nav-link:hover, .navbar .nav-link.active { color: var(--green) !important; background: rgba(28,77,41,0.07); }
.btn-cart {
  position: relative;
  background: rgba(28,77,41,0.06) !important;
  border: 1.5px solid rgba(28,77,41,0.18) !important;
  color: var(--green) !important;
  border-radius: 10px !important;
  font-weight: 600 !important;
}
.cart-badge {
  position: absolute; top: -6px; right: -6px;
  background: var(--gold-mid); color: var(--ink);
  font-size: 0.6rem; font-weight: 800;
  width: 18px; height: 18px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  border: 2px solid white;
}
.btn-admin { background: var(--gold-mid) !important; color: var(--ink) !important; font-weight: 700 !important; border: none !important; border-radius: 10px !important; }
.btn-admin:hover { background: var(--gold-light) !important; }

/* ── Hero ── */
.hero {
  background: linear-gradient(150deg, var(--green-dark) 0%, var(--green) 50%, #22603a 100%);
  padding: 90px 0 70px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 65% 75% at 70% 50%, rgba(200,134,26,0.14), transparent 65%);
  pointer-events: none;
}
.hero-tag {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(200,134,26,0.18); border: 1px solid rgba(200,134,26,0.38);
  color: var(--gold-light); font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 6px 14px; border-radius: 999px; margin-bottom: 1.2rem;
}
.hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(2.2rem, 4vw, 3.4rem); font-weight: 900; color: #fff; line-height: 1.1; }
.hero h1 em { color: var(--gold-light); font-style: normal; }
.hero p { color: rgba(255,255,255,0.75); font-size: 1rem; font-weight: 300; line-height: 1.8; max-width: 460px; }
.btn-gold {
  background: var(--gold-mid); color: var(--ink); font-weight: 700;
  border: none; border-radius: 12px; padding: 13px 26px;
  font-size: 0.92rem; font-family: 'Outfit', sans-serif;
  box-shadow: 0 4px 18px rgba(232,168,48,0.38);
  transition: all 0.25s; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 8px;
}
.btn-gold:hover { background: var(--gold-light); color: var(--ink); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(232,168,48,0.48); }
.btn-outline-light-custom {
  background: transparent; color: rgba(255,255,255,0.85); font-weight: 500;
  border: 1.5px solid rgba(255,255,255,0.28); border-radius: 12px; padding: 12px 24px;
  font-size: 0.92rem; font-family: 'Outfit', sans-serif;
  transition: all 0.25s; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 8px;
}
.btn-outline-light-custom:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.55); color: #fff; }
.hero-img-frame {
  border-radius: 22px; overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.05);
  aspect-ratio: 4/3;
}
.hero-img-frame img { width: 100%; height: 100%; object-fit: cover; opacity: 0.88; }
.hero-float {
  position: absolute; bottom: -18px; left: -18px;
  background: rgba(255,255,255,0.96); border-radius: 16px;
  padding: 14px 18px; backdrop-filter: blur(8px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.22);
  display: flex; align-items: center; gap: 11px;
}
.float-icon { width: 42px; height: 42px; background: var(--green); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.2rem; flex-shrink: 0; }
.float-text strong { display: block; font-size: 1.05rem; font-weight: 700; color: var(--ink); line-height: 1; }
.float-text span { font-size: 0.73rem; color: var(--muted); }
.hero-stat-badge {
  position: absolute; top: -14px; right: -18px;
  background: var(--gold-mid); border-radius: 14px;
  padding: 11px 17px; box-shadow: 0 8px 26px rgba(200,134,26,0.42);
  text-align: center;
}
.hero-stat-badge strong { display: block; font-size: 1.45rem; font-weight: 800; color: var(--ink); line-height: 1; }
.hero-stat-badge span { font-size: 0.68rem; font-weight: 700; color: rgba(13,26,15,0.72); }

/* ── Trust Bar ── */
.trust-bar { background: #fff; border-bottom: 1px solid var(--border); padding: 13px 0; }
.trust-item { display: flex; align-items: center; gap: 8px; font-size: 0.82rem; font-weight: 500; color: var(--ink2); }
.trust-item i { color: var(--green); font-size: 1rem; }

/* ── Sticky Search/Filter Bar ── */
.filter-bar {
  background: #fff; border-bottom: 1px solid var(--border);
  padding: 12px 0; position: sticky; top: 68px; z-index: 400;
}
.search-wrap { position: relative; }
.search-wrap input {
  padding: 9px 14px 9px 40px;
  border: 1.5px solid var(--border); border-radius: 10px;
  font-family: 'Outfit', sans-serif; font-size: 0.9rem;
  background: var(--bg); color: var(--ink);
  width: 100%; transition: border-color 0.2s; outline: none;
}
.search-wrap input:focus { border-color: var(--green-light); background: #fff; }
.search-wrap .si { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); color: var(--muted); font-size: 0.95rem; }
.cat-pills { display: flex; gap: 8px; flex-wrap: wrap; }
.cat-pill {
  padding: 7px 16px; border-radius: 999px;
  border: 1.5px solid var(--border); background: var(--bg);
  color: var(--muted); font-size: 0.8rem; font-weight: 600;
  cursor: pointer; transition: all 0.2s; white-space: nowrap; font-family: 'Outfit', sans-serif;
}
.cat-pill:hover { border-color: var(--green-light); color: var(--green); }
.cat-pill.active { background: var(--green); border-color: var(--green); color: #fff; }

/* ── Section Headers ── */
.sec-header { margin-bottom: 1.8rem; }
.sec-title { font-family: 'Playfair Display', serif; font-size: 1.75rem; font-weight: 700; color: var(--ink); }
.sec-sub { font-size: 0.87rem; color: var(--muted); margin-top: 3px; }
.sec-count { background: var(--cream); border: 1px solid var(--cream2); color: var(--ink2); padding: 4px 14px; border-radius: 999px; font-size: 0.8rem; font-weight: 600; }

/* ── Category Cards ── */
.cat-card {
  border-radius: 16px; overflow: hidden; cursor: pointer;
  border: 2.5px solid transparent; background: var(--white);
  box-shadow: 0 1px 6px rgba(0,0,0,0.07);
  transition: all 0.25s;
}
.cat-card:hover, .cat-card.active {
  border-color: var(--green-light);
  box-shadow: 0 8px 28px rgba(28,77,41,0.15);
  transform: translateY(-3px);
}
.cat-card.active { border-color: var(--green); }
.cat-thumb { height: 105px; overflow: hidden; }
.cat-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.45s; }
.cat-card:hover .cat-thumb img { transform: scale(1.08); }
.cat-info { padding: 11px 14px; }
.cat-info h3 { font-size: 0.84rem; font-weight: 700; color: var(--ink); margin: 0; }
.cat-card.active .cat-info h3 { color: var(--green); }
.cat-info p { font-size: 0.7rem; color: var(--muted); margin: 3px 0 0; }

/* ── Product Cards ── */
.prod-card {
  background: var(--white); border-radius: 18px; overflow: hidden;
  border: 1px solid var(--border); cursor: pointer;
  transition: all 0.3s; animation: fadeUp 0.4s ease both;
}
.prod-card:hover {
  border-color: rgba(28,77,41,0.22);
  box-shadow: 0 14px 44px rgba(28,77,41,0.12);
  transform: translateY(-5px);
}
@keyframes fadeUp { from { opacity:0; transform:translateY(18px); } to { opacity:1; transform:translateY(0); } }
.prod-thumb { height: 200px; overflow: hidden; position: relative; background: var(--cream); }
.prod-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.prod-card:hover .prod-thumb img { transform: scale(1.06); }
.prod-badge {
  position: absolute; top: 10px; left: 10px;
  font-size: 0.62rem; font-weight: 800; padding: 4px 10px;
  border-radius: 999px; letter-spacing: 0.04em; text-transform: uppercase;
}
.badge-new { background: var(--gold-mid); color: var(--ink); }
.badge-cat { background: rgba(28,77,41,0.86); color: #fff; backdrop-filter: blur(4px); }
.prod-body { padding: 14px 16px 16px; }
.prod-name { font-size: 0.94rem; font-weight: 600; color: var(--ink); margin-bottom: 5px; line-height: 1.35; }
.prod-cat-label { font-size: 0.72rem; color: var(--muted); margin-bottom: 7px; }
.prod-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 8px; }
.tag { font-size: 0.62rem; font-weight: 600; padding: 3px 9px; border-radius: 999px; background: var(--cream); border: 1px solid var(--cream2); color: var(--ink2); }
.prod-foot { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 10px; }
.btn-add {
  display: flex; align-items: center; gap: 5px;
  background: var(--green); color: #fff; border: none;
  border-radius: 9px; padding: 8px 15px;
  font-size: 0.78rem; font-weight: 700; cursor: pointer;
  transition: all 0.2s; font-family: 'Outfit', sans-serif;
}
.btn-add:hover { background: var(--green-mid); transform: scale(1.04); }
.no-results { grid-column: 1/-1; text-align: center; padding: 5rem 2rem; color: var(--muted); }
.no-results i { font-size: 3rem; opacity: 0.3; display: block; margin-bottom: 1rem; }

/* ── About Section ── */
.about-section { background: linear-gradient(135deg, var(--green-dark), var(--green)); padding: 80px 0; color: #fff; }
.about-section h2 { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 800; }
.about-section h2 em { color: var(--gold-light); font-style: normal; }
.about-img { border-radius: 20px; overflow: hidden; }
.about-img img { width: 100%; height: 100%; object-fit: cover; }
.about-stat { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.18); border-radius: 14px; padding: 20px; text-align: center; }
.about-stat strong { display: block; font-size: 2rem; font-weight: 900; color: var(--gold-light); line-height: 1; }
.about-stat span { font-size: 0.8rem; color: rgba(255,255,255,0.7); margin-top: 4px; display: block; }

/* ── Promo Banner ── */
.promo-banner { background: var(--cream); border: 1.5px solid var(--cream2); border-radius: 20px; padding: 32px 36px; }
.promo-banner h3 { font-family: 'Playfair Display', serif; font-size: 1.5rem; color: var(--green); font-weight: 800; }

/* ── Footer ── */
footer { background: var(--green-dark); color: rgba(255,255,255,0.8); padding: 60px 0 24px; }
footer h5 { font-family: 'Playfair Display', serif; font-size: 1.05rem; color: #fff; margin-bottom: 1rem; }
footer a { color: rgba(255,255,255,0.65); text-decoration: none; display: block; font-size: 0.85rem; margin-bottom: 6px; transition: color 0.2s; }
footer a:hover { color: var(--gold-light); }
footer p { font-size: 0.83rem; margin-bottom: 6px; }
.foot-divider { border-top: 1px solid rgba(255,255,255,0.1); margin: 30px 0 20px; }
.foot-logo img { height: 42px; filter: brightness(0) invert(1); opacity: 0.85; }
.social-links { display: flex; gap: 10px; margin-top: 12px; }
.social-links a { color: rgba(255,255,255,0.6); font-size: 1.1rem; transition: color 0.2s; display: inline; }
.social-links a:hover { color: var(--gold-light); }

/* ── Modals / Overlays ── */
.overlay {
  display: none; position: fixed; inset: 0;
  background: rgba(10,22,12,0.6); z-index: 1050;
  backdrop-filter: blur(8px);
  align-items: flex-start; justify-content: center;
  padding: 28px 16px; overflow-y: auto;
}
.overlay.open { display: flex; }
.panel { background: var(--white); border-radius: 22px; width: 100%; box-shadow: 0 24px 80px rgba(0,0,0,0.3); overflow: hidden; }
.panel-header { background: #fff; border-bottom: 1px solid var(--border); padding: 20px 26px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.panel-header h2 { font-family: 'Playfair Display', serif; font-size: 1.3rem; color: var(--ink); margin: 0; }
.panel-header p { font-size: 0.78rem; color: var(--muted); margin: 2px 0 0; }
.btn-close-panel { width: 36px; height: 36px; border-radius: 50%; background: var(--bg); border: 1.5px solid var(--border); color: var(--muted); font-size: 0.9rem; cursor: pointer; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background 0.2s; }
.btn-close-panel:hover { background: var(--border); color: var(--ink); }

/* Password panel */
.pw-panel { max-width: 380px; margin: auto; }
.pw-body { padding: 26px; }
.pw-body label { font-size: 0.82rem; font-weight: 700; color: var(--ink2); display: block; margin-bottom: 6px; }
.pw-body input { width: 100%; padding: 10px 13px; border: 1.5px solid var(--border); border-radius: 10px; font-family: 'Outfit', sans-serif; font-size: 0.9rem; background: var(--bg); color: var(--ink); outline: none; transition: border-color 0.2s; }
.pw-body input:focus { border-color: var(--green-light); background: #fff; }
.pw-err { font-size: 0.78rem; color: #c0392b; margin-top: 6px; display: none; }

/* Admin panel */
.admin-panel { max-width: 720px; margin: auto; }
.admin-body { padding: 22px 26px; }
.form-section-title { font-size: 0.95rem; font-weight: 700; color: var(--green); margin-bottom: 14px; display: flex; align-items: center; gap: 7px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.form-group { display: flex; flex-direction: column; gap: 5px; }
.form-group.full { grid-column: 1/-1; }
.form-group label { font-size: 0.8rem; font-weight: 700; color: var(--ink2); }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 9px 12px;
  border: 1.5px solid var(--border); border-radius: 9px;
  font-family: 'Outfit', sans-serif; font-size: 0.88rem;
  background: var(--bg); color: var(--ink); outline: none; transition: border-color 0.2s;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--green-light); background: #fff; }
.form-group textarea { resize: vertical; min-height: 70px; }
.btn-save { background: var(--green); color: #fff; border: none; padding: 11px 20px; border-radius: 10px; font-size: 0.9rem; font-weight: 700; cursor: pointer; font-family: 'Outfit', sans-serif; transition: background 0.2s; }
.btn-save:hover { background: var(--green-mid); }
.btn-clear { background: var(--bg); color: var(--ink2); border: 1.5px solid var(--border); padding: 11px 18px; border-radius: 10px; font-size: 0.88rem; font-weight: 600; cursor: pointer; font-family: 'Outfit', sans-serif; transition: all 0.2s; }
.btn-clear:hover { background: var(--border); }
.admin-list-header { display: flex; align-items: center; justify-content: space-between; margin: 22px 0 11px; padding-top: 18px; border-top: 1px solid var(--border); }
.admin-list-header h3 { font-size: 0.93rem; font-weight: 700; color: var(--ink); }
.admin-list-header input { width: 190px; padding: 7px 11px; border: 1.5px solid var(--border); border-radius: 8px; font-family: 'Outfit', sans-serif; font-size: 0.8rem; outline: none; background: var(--bg); color: var(--ink); }
.admin-item { display: flex; align-items: center; gap: 11px; padding: 9px 12px; border-radius: 11px; border: 1px solid var(--border); margin-bottom: 7px; transition: background 0.15s; }
.admin-item:hover { background: var(--bg); }
.admin-thumb { width: 42px; height: 42px; border-radius: 9px; object-fit: cover; background: var(--cream); flex-shrink: 0; }
.admin-info { flex: 1; min-width: 0; }
.admin-info strong { font-size: 0.85rem; font-weight: 700; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: var(--ink); }
.admin-info span { font-size: 0.7rem; color: var(--muted); }
.icon-btn { width: 30px; height: 30px; border-radius: 8px; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 0.82rem; transition: all 0.2s; }
.ic-edit { background: #e4f2e8; color: var(--green); }
.ic-edit:hover { background: var(--green); color: #fff; }
.ic-del { background: #fce8e8; color: #c0392b; }
.ic-del:hover { background: #c0392b; color: #fff; }

/* Cart panel */
.cart-panel { max-width: 460px; margin: auto; }
.cart-body { max-height: 55vh; overflow-y: auto; }
.cart-item { display: flex; align-items: center; gap: 10px; padding: 12px 20px; border-bottom: 1px solid var(--border); }
.cart-item img { width: 54px; height: 54px; border-radius: 10px; object-fit: cover; background: var(--cream); flex-shrink: 0; }
.cart-item-info { flex: 1; min-width: 0; }
.cart-item-info strong { font-size: 0.85rem; font-weight: 700; color: var(--ink); display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cart-item-info span { font-size: 0.7rem; color: var(--muted); }
.btn-rm { background: #fce8e8; border: none; color: #c0392b; width: 28px; height: 28px; border-radius: 50%; cursor: pointer; font-size: 0.78rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background 0.2s; }
.btn-rm:hover { background: #c0392b; color: #fff; }
.cart-empty { padding: 3rem 2rem; text-align: center; color: var(--muted); font-size: 0.88rem; display:flex; flex-direction:column; align-items:center; gap:6px; }
.cart-empty strong { color: var(--ink); font-size:1rem; }
.cart-footer { padding: 16px 20px; border-top: 1px solid var(--border); }
.cart-total { display: flex; justify-content: space-between; font-weight: 700; font-size: 0.95rem; color: var(--ink); margin-bottom: 12px; }
.btn-checkout {
  width: 100%; background: #25D366; color: #fff; border: none;
  border-radius: 12px; padding: 14px; font-size: 0.95rem; font-weight: 700;
  cursor: pointer; font-family: 'Outfit', sans-serif; transition: all 0.2s;
  display: flex; align-items: center; justify-content: center; gap: 6px;
  box-shadow: 0 4px 16px rgba(37,211,102,0.35);
}
.btn-checkout:hover { background: #1da851; transform: translateY(-1px); }
.btn-clear-cart {
  width: 100%; background: transparent; color: var(--muted);
  border: 1.5px solid var(--border); border-radius: 10px;
  padding: 9px; font-size: 0.82rem; font-weight: 600;
  cursor: pointer; font-family: 'Outfit', sans-serif;
  margin-top: 8px; transition: all 0.2s;
  display: flex; align-items: center; justify-content: center; gap: 5px;
}
.btn-clear-cart:hover { border-color: #c0392b; color: #c0392b; }
.cart-qty-ctrl {
  display: flex; align-items: center; gap: 6px;
  background: var(--bg); border-radius: 10px; padding: 4px 6px;
  flex-shrink: 0;
}
.qty-btn {
  width: 26px; height: 26px; border-radius: 7px;
  background: var(--white); border: 1.5px solid var(--border);
  color: var(--green); font-size: 0.85rem; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.15s;
}
.qty-btn:hover { background: var(--green); color: #fff; border-color: var(--green); }
.qty-num { font-size: 0.9rem; font-weight: 700; color: var(--ink); min-width: 20px; text-align: center; }

/* Detail panel */
.detail-panel { max-width: 600px; margin: auto; }
.detail-img { height: 280px; overflow: hidden; background: var(--cream); }
.detail-img img { width: 100%; height: 100%; object-fit: cover; }
.detail-body { padding: 20px 26px 26px; }
.detail-body h2 { font-family: 'Playfair Display', serif; font-size: 1.35rem; color: var(--ink); font-weight: 700; }
.det-meta { display: flex; gap: 14px; flex-wrap: wrap; margin: 8px 0 12px; font-size: 0.78rem; color: var(--muted); }
.det-note { font-size: 0.88rem; color: var(--ink2); line-height: 1.7; margin-bottom: 14px; }
.btn-add-full { background: var(--green); color: #fff; border: none; border-radius: 11px; padding: 12px 26px; font-size: 0.92rem; font-weight: 700; cursor: pointer; font-family: 'Outfit', sans-serif; transition: background 0.2s; }
.btn-add-full:hover { background: var(--green-mid); }
.btn-close-det { background: var(--bg); color: var(--ink2); border: 1.5px solid var(--border); border-radius: 11px; padding: 11px 22px; font-size: 0.9rem; font-weight: 600; cursor: pointer; font-family: 'Outfit', sans-serif; }

/* ── Image Upload Area ── */
.img-upload-area {
  width: 100%; height: 180px;
  border: 2px dashed var(--border); border-radius: 12px;
  background: var(--bg); cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; transition: all 0.25s; position: relative;
}
.img-upload-area:hover { border-color: var(--green-light); background: #f0f7f1; }
#uploadPlaceholder {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  color: var(--muted); pointer-events: none;
}
#uploadPlaceholder i { font-size: 2.2rem; color: var(--green-light); }
#uploadPlaceholder strong { font-size: 0.88rem; color: var(--ink2); }
#uploadPlaceholder span { font-size: 0.74rem; }

/* Toast */
.toast-msg {
  position: fixed; bottom: 24px; right: 24px; z-index: 2000;
  background: var(--ink); color: #fff; padding: 13px 22px;
  border-radius: 12px; font-size: 0.88rem; font-weight: 600;
  box-shadow: 0 8px 30px rgba(0,0,0,0.28);
  opacity: 0; transform: translateY(12px);
  transition: all 0.3s; pointer-events: none;
}
.toast-msg.show { opacity: 1; transform: translateY(0); }
.toast-msg.gold { background: var(--gold-mid); color: var(--ink); }

/* Responsive */
@media (max-width: 768px) {
  .hero { padding: 60px 0 50px; }
  .hero h1 { font-size: 2rem; }
  .hero-float, .hero-stat-badge { display: none; }
  .form-row { grid-template-columns: 1fr; }
}
@media (max-width: 576px) {
  .cat-pills { gap: 6px; }
  .cat-pill { padding: 6px 12px; font-size: 0.75rem; }
  .navbar-brand .brand-sub { display: none; }
}

/* ── Features / Why Choose Us ── */
.features-section { background: var(--bg); }
.feature-card {
  background: var(--white); border-radius: 20px; padding: 32px 24px;
  border: 1.5px solid var(--border); height: 100%;
  transition: all 0.3s;
}
.feature-card:hover {
  border-color: var(--green-light);
  box-shadow: 0 10px 36px rgba(28,77,41,0.12);
  transform: translateY(-4px);
}
.feature-icon-wrap {
  width: 62px; height: 62px; border-radius: 16px;
  background: linear-gradient(135deg, var(--green), var(--green-mid));
  color: #fff; font-size: 1.6rem;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 18px;
}
.feature-card h4 { font-family: 'Playfair Display', serif; font-size: 1.05rem; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
.feature-card p { font-size: 0.83rem; color: var(--muted); line-height: 1.7; margin: 0; }

/* ── Delivery Section ── */
.delivery-card {
  background: linear-gradient(135deg, var(--green-dark), var(--green));
  border-radius: 22px; padding: 40px 46px;
  box-shadow: 0 12px 50px rgba(15,51,32,0.2);
}
.delivery-card h3 { font-family: 'Playfair Display', serif; font-size: 1.7rem; color: #fff; font-weight: 800; margin-bottom: 10px; }
.delivery-card p { color: rgba(255,255,255,0.78); font-size: 0.95rem; line-height: 1.8; margin: 0; }
.delivery-icon-big {
  width: 84px; height: 84px; background: rgba(255,255,255,0.12);
  border-radius: 20px; display: flex; align-items: center; justify-content: center;
  font-size: 2.4rem; color: var(--gold-light);
}
.delivery-badge {
  background: rgba(255,255,255,0.12); color: rgba(255,255,255,0.9);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 999px; padding: 7px 16px; font-size: 0.78rem; font-weight: 600;
  display: inline-flex; align-items: center;
}
.btn-whatsapp {
  background: #25D366; color: #fff; font-weight: 700;
  border: none; border-radius: 12px; padding: 14px 26px;
  font-size: 0.95rem; font-family: 'Outfit', sans-serif;
  display: inline-flex; align-items: center; gap: 8px;
  text-decoration: none; transition: all 0.25s;
  box-shadow: 0 4px 18px rgba(37,211,102,0.45);
  white-space: nowrap;
}
.btn-whatsapp:hover { background: #1da851; color: #fff; transform: translateY(-2px); box-shadow: 0 8px 28px rgba(37,211,102,0.55); }
@media (max-width: 768px) {
  .delivery-card { padding: 28px 24px; }
  .delivery-card h3 { font-size: 1.3rem; }
}
