/* ============================================================
   BAIL CHAKKI — Main Stylesheet
   Theme: Earthy, Traditional, Warm — Wheat & Terracotta
   ============================================================ */

:root {
  --wheat: #C8961E;
  --wheat-dark: #8B4513;
  --wheat-light: #F5E6D3;
  --terracotta: #B85C38;
  --cream: #FDF8F0;
  --earth: #6B4423;
  --green: #4A7C59;
  --text: #2C1810;
  --text-muted: #7A5C46;
  --border: #E8D5C0;
  --white: #FFFFFF;
  --shadow: 0 4px 20px rgba(139,69,19,0.1);
  --shadow-lg: 0 8px 40px rgba(139,69,19,0.15);
  --radius: 12px;
  --radius-sm: 8px;
  --transition: all 0.3s ease;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'Hind', sans-serif;
}

/* ── Reset & Base ─────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--cream);
  line-height: 1.7;
}
h1,h2,h3,h4,h5,h6 { font-family: var(--font-display); color: var(--wheat-dark); }
a { color: var(--wheat-dark); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--wheat); }
img { max-width: 100%; }

/* ── Top Bar ──────────────────────────────────────────── */
.top-bar {
  background: var(--wheat-dark);
  color: var(--wheat-light);
  padding: 7px 0;
  font-size: 13px;
}
.top-bar-text { color: var(--wheat-light); }
.top-bar-link { color: #FFD700; font-weight: 600; }
.top-bar-link:hover { color: #fff; }

/* ── Navbar ───────────────────────────────────────────── */
.main-navbar {
  background: var(--white);
  border-bottom: 2px solid var(--wheat-light);
  padding: 12px 0;
  box-shadow: 0 2px 15px rgba(0,0,0,0.06);
  transition: var(--transition);
}
.main-navbar.scrolled { box-shadow: 0 4px 25px rgba(139,69,19,0.15); }

.brand-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-icon { font-size: 32px; line-height: 1; }
.brand-name { display: block; font-family: var(--font-display); font-size: 22px; font-weight: 800; color: var(--wheat-dark); line-height: 1; }
.brand-tagline { display: block; font-size: 10px; color: var(--text-muted); letter-spacing: 1px; text-transform: uppercase; }

.navbar-nav .nav-link {
  font-weight: 600;
  color: var(--text) !important;
  padding: 8px 15px !important;
  border-radius: var(--radius-sm);
  font-size: 14px;
  letter-spacing: 0.3px;
  transition: var(--transition);
}
.navbar-nav .nav-link:hover { color: var(--wheat-dark) !important; background: var(--wheat-light); }
.navbar-nav .nav-link.active { color: var(--wheat-dark) !important; }

.mega-menu { border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-lg); min-width: 260px; }
.dropdown-item { padding: 10px 18px; font-size: 14px; border-radius: var(--radius-sm); margin: 2px 5px; transition: var(--transition); }
.dropdown-item:hover { background: var(--wheat-light); color: var(--wheat-dark); }
.text-wheat { color: var(--wheat) !important; }

.search-form { flex: 0 0 auto; }
.search-wrapper { position: relative; display: flex; }
.search-input { border: 1.5px solid var(--border); border-radius: 25px 0 0 25px; padding: 8px 18px; font-size: 13px; min-width: 200px; background: var(--cream); transition: var(--transition); }
.search-input:focus { outline: none; border-color: var(--wheat); box-shadow: 0 0 0 3px rgba(200,150,30,0.15); }
.search-btn { background: var(--wheat-dark); border: none; color: #fff; padding: 8px 15px; border-radius: 0 25px 25px 0; cursor: pointer; transition: var(--transition); }
.search-btn:hover { background: var(--wheat); }

.cart-icon-btn {
  display: flex; align-items: center; gap: 6px;
  background: var(--wheat-dark); color: #fff;
  padding: 9px 18px; border-radius: 25px;
  font-weight: 600; font-size: 14px;
  position: relative; transition: var(--transition);
}
.cart-icon-btn:hover { background: var(--wheat); color: #fff; transform: translateY(-1px); }
.cart-label { font-size: 13px; }
.cart-badge {
  position: absolute; top: -6px; right: -6px;
  background: var(--terracotta); color: #fff;
  border-radius: 50%; width: 20px; height: 20px;
  font-size: 11px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.cart-btn-mobile { position: relative; color: var(--wheat-dark); font-size: 22px; }

/* ── Hero Section ─────────────────────────────────────── */
.hero-section {
  background: linear-gradient(135deg, #FDF3E7 0%, #F5E6D3 40%, #EDD8BE 100%);
  position: relative; overflow: hidden;
  padding: 80px 0 60px;
  min-height: 550px;
  display: flex; align-items: center;
}
.hero-section::before {
  content: '';
  position: absolute; top: 0; right: 0;
  width: 50%; height: 100%;
  background: radial-gradient(ellipse at right, rgba(200,150,30,0.08) 0%, transparent 70%);
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--green); color: #fff;
  padding: 6px 16px; border-radius: 25px;
  font-size: 12px; font-weight: 600; letter-spacing: 0.5px;
  margin-bottom: 18px; text-transform: uppercase;
}
.hero-title {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 800; line-height: 1.2;
  color: var(--wheat-dark); margin-bottom: 10px;
}
.hero-subtitle { font-size: 22px; color: var(--terracotta); font-weight: 600; margin-bottom: 18px; }
.hero-desc { font-size: 16px; color: var(--text-muted); max-width: 500px; margin-bottom: 30px; }

.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
.hero-trust-badge {
  display: flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,0.8); border: 1px solid var(--border);
  padding: 6px 14px; border-radius: 20px; font-size: 13px; font-weight: 500;
}

.hero-image-wrapper { position: relative; text-align: center; }
.hero-img { max-height: 440px; filter: drop-shadow(0 20px 40px rgba(139,69,19,0.25)); animation: float 4s ease-in-out infinite; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

/* Freshly Ground Badge */
.freshly-ground-badge {
  position: absolute; top: 20px; right: 20px;
  background: var(--green); color: #fff;
  border-radius: 50%; width: 90px; height: 90px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; font-size: 10px; font-weight: 700; line-height: 1.3;
  box-shadow: 0 4px 15px rgba(74,124,89,0.4);
  animation: spin-slow 20s linear infinite;
}
@keyframes spin-slow { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

/* Buttons */
.btn-wheat {
  background: var(--wheat-dark); color: #fff;
  border: 2px solid var(--wheat-dark);
  padding: 12px 32px; border-radius: 30px;
  font-weight: 700; font-size: 15px; letter-spacing: 0.3px;
  transition: var(--transition); cursor: pointer;
}
.btn-wheat:hover { background: var(--wheat); border-color: var(--wheat); color: #fff; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(139,69,19,0.3); }
.btn-wheat-outline {
  background: transparent; color: var(--wheat-dark);
  border: 2px solid var(--wheat-dark);
  padding: 10px 28px; border-radius: 30px;
  font-weight: 600; transition: var(--transition);
}
.btn-wheat-outline:hover { background: var(--wheat-dark); color: #fff; }

/* ── Section Styles ───────────────────────────────────── */
.section-title { font-size: clamp(26px, 4vw, 38px); font-weight: 800; color: var(--wheat-dark); }
.section-subtitle { color: var(--text-muted); font-size: 16px; margin-bottom: 40px; }
.section-divider { width: 60px; height: 4px; background: linear-gradient(to right, var(--wheat), var(--terracotta)); border-radius: 2px; margin: 15px 0 20px; }

/* ── Features Strip ───────────────────────────────────── */
.features-strip { background: var(--wheat-dark); padding: 25px 0; }
.feature-item { display: flex; align-items: center; gap: 14px; color: #fff; }
.feature-icon { font-size: 28px; flex-shrink: 0; }
.feature-text h6 { margin: 0; font-size: 14px; font-weight: 700; font-family: var(--font-body); color: #FFD700; }
.feature-text p { margin: 0; font-size: 12px; opacity: 0.85; }

/* ── Product Cards ────────────────────────────────────── */
.product-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--transition);
  height: 100%;
  display: flex; flex-direction: column;
}
.product-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--wheat);
}
.product-card-img-wrapper {
  position: relative; overflow: hidden;
  background: var(--cream);
  padding: 20px; text-align: center;
  min-height: 220px; display: flex; align-items: center; justify-content: center;
}
.product-card-img {
  max-height: 180px; object-fit: contain;
  transition: transform 0.4s ease;
}
.product-card:hover .product-card-img { transform: scale(1.05); }

.product-badges { position: absolute; top: 12px; left: 12px; display: flex; flex-direction: column; gap: 5px; }
.badge-sale { background: var(--terracotta); color: #fff; font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 4px; }
.badge-fresh { background: var(--green); color: #fff; font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 4px; }
.badge-featured { background: var(--wheat); color: #fff; font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 4px; }

.product-wishlist-btn {
  position: absolute; top: 12px; right: 12px;
  background: rgba(255,255,255,0.9); border: none;
  width: 34px; height: 34px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; color: #ccc; font-size: 15px;
  transition: var(--transition);
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.product-wishlist-btn:hover { color: var(--terracotta); background: #fff; transform: scale(1.1); }

.product-card-body { padding: 18px; flex: 1; display: flex; flex-direction: column; }
.product-category { font-size: 11px; color: var(--wheat); text-transform: uppercase; letter-spacing: 1px; font-weight: 600; margin-bottom: 6px; }
.product-title { font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 8px; line-height: 1.4; flex: 1; }
.product-title a { color: inherit; }
.product-title a:hover { color: var(--wheat-dark); }
.product-rating { display: flex; align-items: center; gap: 6px; margin-bottom: 10px; }
.stars { color: #F5A623; font-size: 13px; }
.rating-count { font-size: 12px; color: var(--text-muted); }
.product-price { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.price-current { font-size: 22px; font-weight: 800; color: var(--wheat-dark); font-family: var(--font-display); }
.price-original { font-size: 15px; color: var(--text-muted); text-decoration: line-through; }
.price-discount { font-size: 12px; background: #E8F5E9; color: var(--green); font-weight: 700; padding: 2px 8px; border-radius: 4px; }
.product-weight { font-size: 12px; color: var(--text-muted); margin-bottom: 14px; }
.btn-add-cart {
  width: 100%; background: var(--wheat-dark); color: #fff;
  border: none; padding: 11px; border-radius: 25px;
  font-weight: 700; font-size: 14px; cursor: pointer;
  transition: var(--transition); display: flex; align-items: center; justify-content: center; gap: 8px;
}
.btn-add-cart:hover { background: var(--wheat); transform: translateY(-1px); }

/* ── Benefits Section ─────────────────────────────────── */
.benefits-section { background: linear-gradient(135deg, #FDF8F0, #F5E6D3); }
.benefit-card {
  text-align: center; padding: 35px 25px;
  background: var(--white); border-radius: var(--radius);
  border: 1px solid var(--border); height: 100%;
  transition: var(--transition);
}
.benefit-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.benefit-icon { font-size: 44px; margin-bottom: 18px; display: block; }
.benefit-title { font-size: 18px; font-weight: 700; color: var(--wheat-dark); margin-bottom: 10px; }

/* ── About/Story Section ──────────────────────────────── */
.story-section { background: var(--white); }
.story-img-wrapper { position: relative; }
.story-img { border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.story-accent-badge {
  position: absolute; bottom: -20px; right: -20px;
  background: var(--wheat-dark); color: var(--wheat-light);
  width: 120px; height: 120px; border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; font-weight: 700; box-shadow: var(--shadow);
}
.story-accent-badge span:first-child { font-size: 28px; line-height: 1; }

/* ── Process Steps ────────────────────────────────────── */
.process-section { background: var(--cream); }
.process-step { text-align: center; position: relative; }
.step-number {
  width: 60px; height: 60px; border-radius: 50%;
  background: var(--wheat-dark); color: #fff;
  font-size: 22px; font-weight: 800; font-family: var(--font-display);
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 18px; box-shadow: 0 4px 15px rgba(139,69,19,0.3);
}
.step-arrow {
  position: absolute; top: 30px; right: -25px;
  font-size: 24px; color: var(--wheat);
  display: none;
}
@media (min-width: 768px) { .step-arrow { display: block; } }

/* ── Reviews ──────────────────────────────────────────── */
.reviews-section { background: var(--wheat-dark); }
.reviews-section .section-title { color: var(--wheat-light); }
.review-card { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.15); border-radius: var(--radius); padding: 25px; color: #fff; }
.review-stars { color: #FFD700; font-size: 16px; margin-bottom: 12px; }
.review-text { font-size: 14px; opacity: 0.9; font-style: italic; margin-bottom: 18px; line-height: 1.8; }
.reviewer-name { font-weight: 700; color: #FFD700; }
.reviewer-meta { font-size: 12px; opacity: 0.7; }

/* ── Cart Page ────────────────────────────────────────── */
.cart-table { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.cart-table th { background: var(--wheat-light); color: var(--wheat-dark); font-weight: 700; padding: 15px; border: none; }
.cart-table td { padding: 15px; vertical-align: middle; border-bottom: 1px solid var(--border); }
.qty-control { display: flex; align-items: center; gap: 0; border: 1px solid var(--border); border-radius: 8px; overflow: hidden; width: fit-content; }
.qty-btn { background: var(--wheat-light); border: none; padding: 6px 12px; font-weight: 700; cursor: pointer; transition: var(--transition); }
.qty-btn:hover { background: var(--wheat); color: #fff; }
.qty-input { border: none; border-left: 1px solid var(--border); border-right: 1px solid var(--border); width: 50px; text-align: center; padding: 6px; font-weight: 600; }
.cart-summary-box { background: var(--white); border-radius: var(--radius); padding: 25px; box-shadow: var(--shadow); }
.coupon-form { display: flex; gap: 10px; }
.coupon-input { flex: 1; border: 1.5px solid var(--border); border-radius: 8px; padding: 10px 15px; }
.coupon-input:focus { outline: none; border-color: var(--wheat); }

/* ── Order/Checkout ───────────────────────────────────── */
.checkout-box { background: var(--white); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); }
.form-control, .form-select {
  border: 1.5px solid var(--border); border-radius: var(--radius-sm);
  padding: 11px 16px; font-size: 14px; color: var(--text);
  background: #FFFBF7; transition: var(--transition);
}
.form-control:focus, .form-select:focus { border-color: var(--wheat); box-shadow: 0 0 0 3px rgba(200,150,30,0.12); }
.form-label { font-weight: 600; color: var(--text); margin-bottom: 6px; font-size: 14px; }
.payment-method-card {
  border: 2px solid var(--border); border-radius: var(--radius-sm);
  padding: 15px; cursor: pointer; transition: var(--transition);
}
.payment-method-card.active, .payment-method-card:hover { border-color: var(--wheat-dark); background: var(--wheat-light); }

/* ── Blog ─────────────────────────────────────────────── */
.blog-card { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: var(--transition); }
.blog-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.blog-card-img { width: 100%; height: 200px; object-fit: cover; }
.blog-card-body { padding: 22px; }
.blog-category { font-size: 11px; color: var(--wheat); text-transform: uppercase; font-weight: 700; letter-spacing: 1px; margin-bottom: 8px; }
.blog-title { font-size: 18px; font-weight: 700; line-height: 1.4; margin-bottom: 10px; }
.blog-excerpt { font-size: 14px; color: var(--text-muted); margin-bottom: 15px; }

/* ── Auth Pages ───────────────────────────────────────── */
.auth-wrapper { min-height: 80vh; display: flex; align-items: center; }
.auth-card { background: var(--white); border-radius: var(--radius); padding: 40px; box-shadow: var(--shadow-lg); max-width: 480px; width: 100%; }
.auth-title { font-size: 28px; font-weight: 800; color: var(--wheat-dark); margin-bottom: 5px; }
.auth-subtitle { color: var(--text-muted); margin-bottom: 30px; }

/* ── Admin Panel ──────────────────────────────────────── */
.admin-sidebar {
  width: 260px; min-height: 100vh;
  background: linear-gradient(180deg, #2C1810 0%, #3D2314 100%);
  position: fixed; top: 0; left: 0; z-index: 100;
  transition: var(--transition); overflow-y: auto;
}
.admin-sidebar-brand { padding: 22px 20px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.admin-sidebar-brand h5 { color: #FFD700; font-family: var(--font-display); margin: 0; font-size: 20px; }
.admin-sidebar-brand small { color: rgba(255,255,255,0.6); font-size: 11px; }
.admin-nav-section { padding: 12px 15px 5px; font-size: 10px; color: rgba(255,255,255,0.4); text-transform: uppercase; letter-spacing: 1.5px; font-weight: 600; }
.admin-nav-link {
  display: flex; align-items: center; gap: 12px;
  color: rgba(255,255,255,0.75); padding: 11px 20px;
  text-decoration: none; font-size: 13.5px; font-weight: 500;
  transition: var(--transition); border-left: 3px solid transparent;
}
.admin-nav-link:hover, .admin-nav-link.active {
  color: #FFD700; background: rgba(255,255,255,0.07);
  border-left-color: #FFD700;
}
.admin-nav-link i { width: 18px; text-align: center; }
.admin-content { margin-left: 260px; min-height: 100vh; background: #F4F6F9; }
.admin-topbar { background: #fff; padding: 15px 25px; box-shadow: 0 1px 6px rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: space-between; }
.admin-page-content { padding: 25px; }
.stats-card { background: #fff; border-radius: var(--radius); padding: 22px; box-shadow: 0 2px 12px rgba(0,0,0,0.06); border-left: 4px solid; }
.stats-card.wheat { border-color: var(--wheat); }
.stats-card.terracotta { border-color: var(--terracotta); }
.stats-card.green { border-color: var(--green); }
.stats-card.earth { border-color: var(--earth); }
.stats-value { font-size: 28px; font-weight: 800; font-family: var(--font-display); color: var(--text); }
.stats-label { font-size: 13px; color: #888; margin-bottom: 5px; }
.admin-card { background: #fff; border-radius: var(--radius); box-shadow: 0 2px 12px rgba(0,0,0,0.06); overflow: hidden; }
.admin-card-header { padding: 16px 20px; border-bottom: 1px solid #eee; font-weight: 700; font-size: 15px; background: #FAFAFA; }
.admin-card-body { padding: 20px; }
.admin-table { font-size: 13.5px; }
.admin-table th { background: #F8F9FA; font-weight: 600; color: #555; font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; }
.admin-table td { vertical-align: middle; }
.status-badge { font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: 20px; }
.status-pending { background: #FFF3CD; color: #856404; }
.status-confirmed { background: #CCE5FF; color: #004085; }
.status-shipped { background: #D4EDDA; color: #155724; }
.status-delivered { background: #D4EDDA; color: #0D6832; }
.status-cancelled { background: #F8D7DA; color: #721C24; }

/* ── WhatsApp Float ───────────────────────────────────── */
.whatsapp-float {
  position: fixed; bottom: 80px; right: 25px; z-index: 999;
  width: 58px; height: 58px;
  background: #25D366; color: #fff;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 26px; box-shadow: 0 4px 20px rgba(37,211,102,0.4);
  transition: var(--transition); animation: wa-pulse 2s ease infinite;
}
.whatsapp-float:hover { transform: scale(1.12); color: #fff; background: #20B858; }
.wa-tooltip {
  position: absolute; right: 70px; top: 50%; transform: translateY(-50%);
  background: #25D366; color: #fff; white-space: nowrap;
  padding: 6px 14px; border-radius: 20px; font-size: 13px; font-weight: 600;
  opacity: 0; pointer-events: none; transition: var(--transition);
}
.whatsapp-float:hover .wa-tooltip { opacity: 1; }
@keyframes wa-pulse { 0%,100% { box-shadow: 0 4px 20px rgba(37,211,102,0.4); } 50% { box-shadow: 0 4px 30px rgba(37,211,102,0.7); } }

/* ── Back to Top ──────────────────────────────────────── */
.back-to-top {
  position: fixed; bottom: 25px; right: 25px; z-index: 998;
  width: 44px; height: 44px; background: var(--wheat-dark); color: #fff;
  border: none; border-radius: 50%; cursor: pointer;
  display: none; align-items: center; justify-content: center;
  font-size: 16px; box-shadow: var(--shadow); transition: var(--transition);
}
.back-to-top.visible { display: flex; }
.back-to-top:hover { background: var(--wheat); transform: translateY(-2px); }

/* ── Footer ───────────────────────────────────────────── */
.site-footer { background: var(--earth); color: var(--wheat-light); }
.footer-top { padding: 60px 0 40px; }
.footer-brand-icon { font-size: 34px; }
.footer-brand-name { font-family: var(--font-display); font-size: 22px; font-weight: 800; color: #FFD700; }
.footer-brand-tagline { font-size: 11px; color: rgba(245,230,211,0.7); letter-spacing: 0.5px; }
.footer-desc { font-size: 14px; color: rgba(245,230,211,0.8); line-height: 1.8; margin-top: 12px; }
.badge-natural { background: rgba(74,124,89,0.3); border: 1px solid rgba(74,124,89,0.5); color: #A8D5B5; font-size: 11px; padding: 4px 12px; border-radius: 20px; }
.footer-heading { color: #FFD700; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 18px; font-family: var(--font-body); }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { color: rgba(245,230,211,0.8); font-size: 14px; transition: var(--transition); }
.footer-links a:hover { color: #FFD700; padding-left: 4px; }
.contact-item { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; font-size: 14px; color: rgba(245,230,211,0.85); }
.contact-item a { color: rgba(245,230,211,0.85); }
.contact-item a:hover { color: #FFD700; }
.newsletter-input { background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2); color: #fff; border-radius: 8px 0 0 8px; }
.newsletter-input::placeholder { color: rgba(255,255,255,0.5); }
.newsletter-input:focus { background: rgba(255,255,255,0.18); border-color: #FFD700; color: #fff; }
.btn-subscribe { background: #FFD700; border: none; color: var(--earth); font-weight: 700; padding: 10px 20px; border-radius: 0 8px 8px 0; cursor: pointer; transition: var(--transition); white-space: nowrap; }
.btn-subscribe:hover { background: var(--wheat); color: #fff; }
.footer-bottom { background: rgba(0,0,0,0.2); padding: 18px 0; font-size: 13px; color: rgba(245,230,211,0.7); }
.footer-policy-link { color: rgba(245,230,211,0.6); font-size: 13px; }
.footer-policy-link:hover { color: #FFD700; }

/* ── Alerts ───────────────────────────────────────────── */
.alert { border-radius: var(--radius-sm); border: none; padding: 14px 18px; }
.alert-success { background: #D4EDDA; color: #155724; }
.alert-danger { background: #F8D7DA; color: #721C24; }
.alert-info { background: #CCE5FF; color: #004085; }
.alert-warning { background: #FFF3CD; color: #856404; }

/* ── Product Detail ───────────────────────────────────── */
.product-gallery-thumb img { cursor: pointer; border: 2px solid transparent; border-radius: 6px; transition: var(--transition); opacity: 0.7; }
.product-gallery-thumb img:hover, .product-gallery-thumb img.active { border-color: var(--wheat-dark); opacity: 1; }
.product-detail-title { font-size: 30px; font-weight: 800; color: var(--wheat-dark); }
.stock-badge { font-size: 12px; font-weight: 700; padding: 4px 12px; border-radius: 20px; }
.in-stock { background: #D4EDDA; color: var(--green); }
.low-stock { background: #FFF3CD; color: #856404; }
.out-of-stock { background: #F8D7DA; color: #721C24; }
.qty-large { display: flex; align-items: center; border: 2px solid var(--border); border-radius: var(--radius-sm); overflow: hidden; width: fit-content; }
.qty-large button { background: var(--wheat-light); border: none; padding: 10px 18px; font-size: 18px; font-weight: 700; cursor: pointer; transition: var(--transition); }
.qty-large button:hover { background: var(--wheat); color: #fff; }
.qty-large input { border: none; border-left: 2px solid var(--border); border-right: 2px solid var(--border); width: 60px; text-align: center; padding: 10px; font-size: 16px; font-weight: 700; }

/* ── Breadcrumb ───────────────────────────────────────── */
.breadcrumb-section { background: var(--wheat-light); padding: 15px 0; }
.breadcrumb-item a { color: var(--wheat-dark); font-size: 13px; }
.breadcrumb-item.active { color: var(--text-muted); font-size: 13px; }

/* ── Subscription ─────────────────────────────────────── */
.subscription-card { border: 2px solid var(--border); border-radius: var(--radius); padding: 25px; transition: var(--transition); cursor: pointer; }
.subscription-card:hover, .subscription-card.selected { border-color: var(--wheat-dark); background: var(--wheat-light); }

/* ── Animations ───────────────────────────────────────── */
@keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.fade-in-up { animation: fadeInUp 0.5s ease forwards; }
.fade-in-up-delay-1 { animation-delay: 0.1s; opacity: 0; }
.fade-in-up-delay-2 { animation-delay: 0.2s; opacity: 0; }
.fade-in-up-delay-3 { animation-delay: 0.3s; opacity: 0; }

/* ── Responsive ───────────────────────────────────────── */
@media (max-width: 991px) {
  .admin-sidebar { transform: translateX(-100%); }
  .admin-sidebar.open { transform: translateX(0); }
  .admin-content { margin-left: 0; }
  .hero-section { padding: 50px 0 40px; min-height: auto; }
  .hero-img { max-height: 300px; }
}
@media (max-width: 767px) {
  .story-accent-badge { bottom: 10px; right: 10px; width: 90px; height: 90px; }
}
