/* Full CSS extracted from index.html */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: var(--brown);
  color: white;
  padding: 0.5rem 1rem;
  z-index: 10000;
  text-decoration: none;
  border-radius: 0 0 8px 0;
  transition: top 0.2s;
}
.skip-link:focus {
  top: 0;
}
:root {
  --amber: #C47B1A;
  --amber-700: #A86815;
  --amber-300: #FFD699;
  --amber-100: #FBEBD3;
  --brown: #3D1F07;
  --cream: #FDF6EC;
  --green: #4A7C3F;
  --cream-dark: #F5E8CC;
  --footer-bg: #2C1A0E;
  --whatsapp: #25D366;
  --font-serif: 'Playfair Display', Georgia, serif;
  --font-sans: 'Jost', sans-serif;
  --font-ar: 'Noto Naskh Arabic', serif;
  --shadow: 0 8px 32px rgba(61, 31, 7, 0.12);
  --radius: 16px;
  --nav-h: 72px;
  --ink-soft: rgba(61, 31, 7, 0.65);
  --border: rgba(61, 31, 7, 0.10);
  --shadow-sm: 0 2px 10px rgba(61, 31, 7, 0.06);
  --shadow-md: 0 12px 32px rgba(61, 31, 7, 0.10);
  --shadow-lg: 0 24px 60px rgba(61, 31, 7, 0.18);
  --ring: 0 0 0 3px rgba(196, 123, 26, 0.35);
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --grad-honey: linear-gradient(135deg, #D99B36 0%, #C47B1A 42%, #8B5A12 74%, #3D1F07 100%);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-sans);
  background: var(--cream);
  color: var(--brown);
  line-height: 1.6;
  overflow-x: hidden;
}
html[dir="rtl"] body { font-family: var(--font-ar); }
html[dir="rtl"] h1, html[dir="rtl"] h2, html[dir="rtl"] h3,
html[dir="rtl"] .section-title, html[dir="rtl"] .hero-title {
  font-family: var(--font-ar);
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
.container { width: min(1140px, 92%); margin: 0 auto; }
.lang-ar { display: none; }
html[lang="ar"] .lang-fr { display: none; }
html[lang="ar"] .lang-ar { display: inline; }
.hero-content.fade-in { opacity: 1; transform: none; }

/* Navbar */
.navbar {
  position: fixed; top: 36px; left: 0; right: 0; z-index: 1010;
  height: var(--nav-h);
  background: rgba(253, 246, 236, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(196, 123, 26, 0.15);
  transition: box-shadow 0.3s;
}
.navbar.scrolled { box-shadow: var(--shadow); }
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 100%; gap: 1rem;
}
.logo { font-family: var(--font-serif); font-size: 1.35rem; font-weight: 700; color: var(--brown); white-space: nowrap; }
html[dir="rtl"] .logo { font-family: var(--font-ar); }
.nav-links {
  display: flex; align-items: center; gap: 1.75rem; list-style: none;
}
.nav-links a {
  font-size: 0.92rem; font-weight: 500; color: var(--brown);
  transition: color 0.2s; position: relative;
}
.nav-links a::after {
  content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px;
  background: var(--amber); transition: width 0.3s;
}
html[dir="rtl"] .nav-links a::after { left: auto; right: 0; }
.nav-links a:hover { color: var(--amber); }
.nav-links a:hover::after { width: 100%; }
.nav-actions { display: flex; align-items: center; gap: 0.75rem; }
.nav-mobile-only { display: none; }
.lang-toggle {
  background: transparent; border: 1.5px solid var(--amber); color: var(--amber);
  padding: 0.4rem 0.85rem; border-radius: 50px; cursor: pointer;
  font-family: inherit; font-size: 0.82rem; font-weight: 600; transition: all 0.25s;
}
.lang-toggle:hover { background: var(--amber); color: var(--cream); }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  padding: 0.75rem 1.6rem; border-radius: 50px; font-family: inherit;
  font-size: 0.92rem; font-weight: 600; cursor: pointer; border: none;
  transition: all 0.3s ease;
}
.btn-primary { background: var(--amber); color: var(--cream); }
.btn-primary:hover { background: #a86815; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(196,123,26,0.35); }
.btn-secondary {
  background: transparent;
  color: var(--brown);
  border: 1.5px solid rgba(61, 31, 7, 0.16);
}
.btn-secondary:hover {
  background: rgba(253,246,236,0.35);
  transform: translateY(-1px);
}
.btn-outline {
  background: transparent; color: var(--cream); border: 2px solid rgba(253,246,236,0.7);
}
.btn-outline:hover { background: rgba(253,246,236,0.15); transform: translateY(-2px); }
.btn-cta-nav { padding: 0.55rem 1.2rem; font-size: 0.85rem; }
.btn-cart-checkout { background: var(--whatsapp); color: white; padding: 0.55rem 1.2rem; font-size: 0.82rem; }
.btn-cart-checkout:hover { background: #1da851; transform: translateY(-1px); box-shadow: 0 6px 20px rgba(37,211,102,0.35); }
.btn-cart-checkout svg { width: 18px; height: 18px; fill: white; }
.hamburger {
  display: none; flex-direction: column; gap: 5px; background: none;
  border: none; cursor: pointer; padding: 4px;
}
.hamburger span {
  display: block; width: 24px; height: 2px; background: var(--brown);
  transition: all 0.3s; border-radius: 2px;
}
.hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* Mobile Navigation */
@media (max-width: 768px) {
  .hamburger { display: flex; }
  .nav-actions { align-items: center; }
  .nav-actions .lang-toggle,
  .nav-actions .btn-cta-nav {
    display: none !important;
  }
  .nav-mobile-only {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0.5rem 0;
  }
  .nav-mobile-only .lang-toggle {
    display: inline-block;
    margin: 0 auto;
  }
  .nav-mobile-only .btn-cta-nav {
    display: inline-flex;
    margin-top: 0.5rem;
  }
  .nav-links {
    position: fixed;
    top: calc(36px + var(--nav-h));
    left: 0;
    right: 0;
    flex-direction: column;
    background: rgba(253, 246, 236, 0.98);
    backdrop-filter: blur(12px);
    padding: 2rem;
    gap: 1.5rem;
    transform: translateY(-100%);
    opacity: 0;
    transition: all 0.3s ease;
    box-shadow: 0 8px 32px rgba(61, 31, 7, 0.15);
    pointer-events: none;
  }
  .nav-links.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .nav-links a {
    font-size: 1.1rem;
    text-align: center;
  }
  html[dir="rtl"] .nav-links { flex-direction: column; }
}

/* Hero */
.hero {
  min-height: 82vh;
  display: flex;
  align-items: center;
  position: relative;
  background: linear-gradient(135deg, #C47B1A 0%, #8B5A12 45%, #3D1F07 100%);
  padding-top: calc(var(--nav-h) + 36px);
  overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; inset: 0; opacity: 0.06;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='100' viewBox='0 0 56 100'%3E%3Cg fill='%23FDF6EC' fill-opacity='1'%3E%3Cpath d='M28 66L0 50V16L28 0l28 16v34L28 66zm0-6l22-12.7V20.7L28 8 6 20.7v26.6L28 60z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 56px 100px;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 80px;
  background: linear-gradient(to bottom, transparent, rgba(61,31,7,0.18));
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 1;
  color: var(--cream);
  padding: 2.5rem 0 4rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem 4rem;
  align-items: center;
}
.hero-main { grid-column: 1; }
.hero-side {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-end;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(253,246,236,0.12);
  border: 1px solid rgba(253,246,236,0.25);
  padding: 0.4rem 1rem;
  border-radius: 50px;
  font-size: 0.8rem;
  margin-bottom: 1rem;
  animation: badgePulse 3s ease-in-out infinite;
}
@keyframes badgePulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(253,246,236,0.3); }
  50% { box-shadow: 0 0 0 8px rgba(253,246,236,0); }
}
.hero-title {
  font-family: var(--font-serif);
  font-size: clamp(1.9rem, 4.5vw, 3.2rem);
  font-weight: 700;
  line-height: 1.18;
  margin-bottom: 1rem;
}
.hero-title em { font-style: italic; color: #FFD699; }
.hero-subtitle {
  font-size: clamp(0.92rem, 1.6vw, 1.05rem);
  font-weight: 300;
  max-width: 500px;
  opacity: 0.88;
  margin-bottom: 1.75rem;
  line-height: 1.7;
}
html[dir="rtl"] .hero-subtitle { margin-left: auto; margin-right: 0; }
.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0;
}
.hero-stats {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-top: 1px solid rgba(253,246,236,0.15);
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}
.hero-stats > div {
  flex: 1;
  min-width: 100px;
  padding: 0 2rem 0 0;
  border-right: 1px solid rgba(253,246,236,0.12);
}
.hero-stats > div:last-child { border-right: none; padding-right: 0; }
html[dir="rtl"] .hero-stats > div { padding: 0 0 0 2rem; border-right: none; border-left: 1px solid rgba(253,246,236,0.12); }
html[dir="rtl"] .hero-stats > div:last-child { border-left: none; }
.stat-num {
  font-family: var(--font-serif);
  font-size: 1.75rem;
  font-weight: 700;
  color: #FFD699;
  line-height: 1;
}
html[dir="rtl"] .stat-num { font-family: var(--font-ar); }
.stat-label { font-size: 0.78rem; opacity: 0.7; margin-top: 0.3rem; }
.hero-trust {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.hero-trust-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: rgba(253,246,236,0.08);
  border: 1px solid rgba(253,246,236,0.12);
  border-radius: 10px;
  padding: 0.55rem 1rem;
  font-size: 0.8rem;
  white-space: nowrap;
  color: rgba(253,246,236,0.85);
}
.hero-trust-item span:first-child { font-size: 1rem; }
@media (max-width: 900px) {
  .hero-content { grid-template-columns: 1fr; }
  .hero-side { display: none; }
  .hero-stats > div { padding: 0 1.5rem 0 0; }
  .hero { min-height: 70vh; }
}
@media (max-width: 600px) {
  .hero { min-height: auto; padding-top: calc(var(--nav-h) + 36px); }
  .hero-content { padding: 1.5rem 0 2.5rem; gap: 1.25rem; }
  .hero-title { font-size: clamp(1.6rem, 7vw, 2rem); }
  .hero-subtitle { font-size: 0.9rem; margin-bottom: 1.25rem; }
  .hero-buttons { flex-direction: column; align-items: stretch; }
  .hero-buttons .btn { text-align: center; justify-content: center; }
  .hero-badge { font-size: 0.72rem; padding: 0.35rem 0.75rem; }
  .hero-stats { gap: 0.75rem; padding-top: 1.25rem; margin-top: 1rem; }
  .hero-stats > div { border-right: none; padding: 0; flex: 0 0 calc(50% - 0.375rem); }
  .stat-num { font-size: 1.4rem; }
  .stat-label { font-size: 0.72rem; }
}

/* Sections common */
section { padding: 5.5rem 0; }
@media (max-width: 768px) { section { padding: 3.5rem 0; } }
@media (max-width: 480px) { section { padding: 2.5rem 0; } }
.section-tag {
  display: inline-block; font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--amber);
  margin-bottom: 0.75rem;
}
html[dir="rtl"] .section-tag { letter-spacing: 0; text-transform: none; }
.section-title {
  font-family: var(--font-serif); font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700; color: var(--brown); margin-bottom: 1rem; line-height: 1.2;
}
.section-subtitle { font-size: 1.05rem; color: rgba(61,31,7,0.7); max-width: 600px; margin-bottom: 3rem; }

/* Histoire */
/* Histoire — nouveau layout */
.histoire-carousel-full {
  margin: 2.5rem 0 0;
}
.histoire-carousel-full .histoire-carousel {
  aspect-ratio: 21/9;
  border-radius: 24px;
}
.histoire-summary {
  max-width: 780px;
  margin: 2.5rem auto 0;
  text-align: center;
}
.histoire-intro {
  font-size: 1.05rem;
  color: rgba(61,31,7,0.8);
  line-height: 1.75;
  margin-bottom: 2rem;
}
.histoire-intro strong { color: var(--brown); }
.histoire-features-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 2rem;
}
.histoire-feature-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(196,123,26,0.08);
  border: 1px solid rgba(196,123,26,0.2);
  color: var(--brown);
  padding: 0.5rem 1.1rem;
  border-radius: 50px;
  font-size: 0.88rem;
  font-weight: 500;
}
.hf-icon { font-size: 1rem; }
.histoire-lire-plus {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  border: 2px solid var(--amber);
  color: var(--amber);
  padding: 0.65rem 1.5rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.25s;
  margin-bottom: 0;
}
.histoire-lire-plus:hover {
  background: var(--amber);
  color: white;
}
.lp-chevron {
  width: 16px; height: 16px;
  transition: transform 0.35s ease;
  flex-shrink: 0;
}
.histoire-lire-plus.open .lp-chevron { transform: rotate(180deg); }
.histoire-expand {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease, opacity 0.4s ease, margin-top 0.4s ease;
  opacity: 0;
  margin-top: 0;
  text-align: left;
}
html[dir="rtl"] .histoire-expand { text-align: right; }
.histoire-expand.open {
  max-height: 800px;
  opacity: 1;
  margin-top: 2rem;
}
.histoire-expand-inner {
  padding: 2rem;
  background: rgba(196,123,26,0.05);
  border: 1px solid rgba(196,123,26,0.15);
  border-radius: 20px;
}
.histoire-expand-inner > p {
  font-size: 1rem;
  color: rgba(61,31,7,0.8);
  line-height: 1.75;
  margin-bottom: 1.75rem;
}
/* Histoire Carousel */
.histoire-carousel {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 4/5;
  box-shadow: 0 20px 60px rgba(61,31,7,0.25);
  background: #2C1A0E;
}
.hc-track {
  position: relative;
  width: 100%;
  height: 100%;
}
.hc-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.hc-slide.active {
  opacity: 1;
}
.hc-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.04);
  transition: transform 6s ease, opacity 0.4s ease;
  opacity: 0;
}
.hc-slide.active .hc-img {
  transform: scale(1);
  opacity: 1;
}
.hc-img.loaded {
  opacity: 1;
}
.hc-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(61,31,7,0.08) 0%,
    rgba(61,31,7,0.15) 40%,
    rgba(61,31,7,0.82) 100%
  );
}
.hc-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem 1.75rem 1.75rem;
  color: var(--cream);
  transform: translateY(8px);
  opacity: 0;
  transition: opacity 0.6s ease 0.3s, transform 0.6s ease 0.3s;
}
.hc-slide.active .hc-caption {
  opacity: 1;
  transform: translateY(0);
}
.hc-tag {
  display: inline-block;
  background: rgba(196,123,26,0.85);
  color: white;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.3rem 0.85rem;
  border-radius: 50px;
  margin-bottom: 0.65rem;
}
html[dir="rtl"] .hc-tag { letter-spacing: 0; text-transform: none; }
.hc-title {
  font-family: var(--font-serif);
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.6rem;
  color: #FFD699;
}
html[dir="rtl"] .hc-title { font-family: var(--font-ar); }
.hc-text {
  font-size: 0.88rem;
  line-height: 1.6;
  opacity: 0.88;
  max-width: 320px;
}
html[dir="rtl"] .hc-text { text-align: right; }
.hc-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(253,246,236,0.15);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(253,246,236,0.25);
  color: var(--cream);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  z-index: 10;
  transition: background 0.25s, transform 0.25s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hc-nav:hover {
  background: rgba(196,123,26,0.75);
  transform: translateY(-50%) scale(1.08);
}
.hc-prev { left: 14px; }
.hc-next { right: 14px; }
html[dir="rtl"] .hc-prev { left: auto; right: 14px; }
html[dir="rtl"] .hc-next { right: auto; left: 14px; }
.hc-dots {
  position: absolute;
  bottom: 1.6rem;
  right: 1.75rem;
  display: flex;
  gap: 6px;
  z-index: 10;
}
html[dir="rtl"] .hc-dots { right: auto; left: 1.75rem; }
.hc-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(253,246,236,0.35);
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  padding: 0;
}
.hc-dot.active {
  background: #FFD699;
  width: 22px;
  border-radius: 4px;
}
.hc-counter {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(61,31,7,0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: var(--cream);
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.3rem 0.75rem;
  border-radius: 50px;
  z-index: 10;
  opacity: 0.85;
}
html[dir="rtl"] .hc-counter { right: auto; left: 14px; }
@media (max-width: 992px) {
  .histoire-carousel-full .histoire-carousel { aspect-ratio: 16/9; }
}
@media (max-width: 768px) {
  .histoire-carousel-full .histoire-carousel { aspect-ratio: 4/3; }
  .hc-caption { padding: 1.5rem 1.25rem 1.25rem; }
  .hc-text { max-width: 100%; }
  .histoire-summary { text-align: center; }
  .histoire-expand-inner { padding: 1.25rem; }
}
.features-list { display: flex; flex-direction: column; gap: 1.5rem; margin-top: 2rem; }
.feature-item { display: flex; gap: 1rem; align-items: flex-start; }
html[dir="rtl"] .feature-item { flex-direction: row-reverse; text-align: right; }
.feature-icon { font-size: 1.8rem; flex-shrink: 0; }
.feature-item h4 { font-family: var(--font-serif); font-size: 1.05rem; margin-bottom: 0.3rem; }
html[dir="rtl"] .feature-item h4 { font-family: var(--font-ar); }
.feature-item p { font-size: 0.9rem; color: rgba(61,31,7,0.7); }

/* Products */
.products { background: var(--cream-dark); }
.products-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem;
}
@media (max-width: 768px) {
  .products-grid { grid-template-columns: 1fr; gap: 1rem; }
  .product-img { height: 300px; }
  .product-img img {
    object-fit: contain;
    object-position: center;
    padding: 1.5rem;
    background: var(--cream);
  }
}
.product-card {
  background: var(--cream); border-radius: var(--radius); overflow: hidden;
  box-shadow: 0 4px 16px rgba(61,31,7,0.08); transition: transform 0.3s, box-shadow 0.3s;
  display: flex; flex-direction: column;
}
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.product-img {
  height: 160px; position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center; font-size: 3rem;
}
.product-img img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.product-img img.lazy-img {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.product-img img.lazy-img.loaded {
  opacity: 1;
}
img.lazy-img {
  opacity: 0;
  transition: opacity 0.4s ease;
}
img.lazy-img.loaded {
  opacity: 1;
}
.product-img.thym     { background: linear-gradient(135deg, #D4A017, #C47B1A); }
.product-img.sidr     { background: linear-gradient(135deg, #4A7C3F, #2D5016); }
.product-img.propolis { background: linear-gradient(135deg, #6B4226, #3D1F07); }
.product-img.gelee    { background: linear-gradient(135deg, #FFD699, #C47B1A); }
.product-badge {
  position: absolute; top: 12px; right: 12px; z-index: 2;
  background: var(--green); color: white; font-size: 0.7rem;
  font-weight: 600; padding: 0.25rem 0.65rem; border-radius: 50px;
}
html[dir="rtl"] .product-badge { right: auto; left: 12px; }
.product-badge.new { background: var(--amber); }
.product-body { padding: 1.25rem; flex: 1; display: flex; flex-direction: column; }
.product-name { font-family: var(--font-serif); font-size: 1.05rem; font-weight: 600; margin-bottom: 0.4rem; }
html[dir="rtl"] .product-name { font-family: var(--font-ar); }
.stars { color: var(--amber); font-size: 0.85rem; margin-bottom: 0.5rem; letter-spacing: 1px; }
.product-desc { font-size: 0.82rem; color: rgba(61,31,7,0.65); margin-bottom: 1rem; flex: 1; }
.product-price { font-weight: 700; font-size: 1.1rem; color: var(--amber); margin-bottom: 1rem; }
.btn-whatsapp {
  background: var(--whatsapp); color: white; width: 100%;
  padding: 0.65rem; border-radius: 50px; font-size: 0.82rem; font-weight: 600;
  display: inline-flex; align-items: center; justify-content: center; gap: 0.4rem;
  transition: all 0.3s; border: none; cursor: pointer;
}
.btn-whatsapp:hover { background: #1da851; transform: scale(1.02); }
.btn-whatsapp svg { width: 18px; height: 18px; fill: white; }
.btn-view-more {
  background: var(--amber); color: white; width: 100%;
  padding: 0.65rem; border-radius: 50px; font-size: 0.82rem; font-weight: 600;
  display: inline-flex; align-items: center; justify-content: center; gap: 0.4rem;
  transition: all 0.3s; border: none; cursor: pointer;
}
.btn-view-more:hover { background: #a86815; transform: scale(1.02); }
.btn-view-more svg { width: 18px; height: 18px; fill: white; }

/* Seasonal Packs */
.seasonal-packs {
  background: linear-gradient(135deg, #FDF6EC 0%, #F5E8CC 100%);
  padding: 5.5rem 0;
}
.packs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}
.pack-card {
  background: var(--cream);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), border-color 0.35s var(--ease);
  display: flex;
  flex-direction: column;
  position: relative;
}
.pack-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(196, 123, 26, 0.35);
}
.pack-gallery {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 0.5rem;
  padding: 1rem 1rem 0.5rem;
}
.pack-gallery img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}
.pack-gallery-secondary img {
  height: 180px;
}
.pack-gallery-single {
  padding: 1rem 1rem 0.5rem;
}
.pack-gallery-single img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}
.pack-gallery-placeholder {
  height: 220px;
  background: linear-gradient(135deg, #C47B1A, #8B5A12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  color: white;
}
.pack-badge {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: var(--green);
  color: white;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.3rem 0.8rem;
  border-radius: 50px;
  z-index: 2;
}
.pack-badge.new { background: var(--amber); }
html[dir="rtl"] .pack-badge { right: auto; left: 1.5rem; }
.pack-body {
  padding: 1.25rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.pack-name {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--brown);
  margin-bottom: 0.6rem;
}
html[dir="rtl"] .pack-name { font-family: var(--font-ar); }
.pack-desc {
  font-size: 0.88rem;
  color: rgba(61,31,7,0.7);
  line-height: 1.6;
  margin-bottom: 1rem;
  flex: 1;
}
.pack-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}
.pack-benefit {
  background: rgba(74,124,63,0.1);
  color: var(--green);
  padding: 0.35rem 0.75rem;
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 500;
}
.pack-price {
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--amber);
  margin-bottom: 1rem;
  font-family: var(--font-serif);
}
html[dir="rtl"] .pack-price { font-family: var(--font-ar); }

/* Pack single card */
.pack-single {
  background: var(--cream);
  border-radius: 0;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  border-left: none;
  border-right: none;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), border-color 0.35s var(--ease);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.pack-single:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(196, 123, 26, 0.35);
}
.pack-single-img {
  background: linear-gradient(135deg, #C47B1A, #8B5A12);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 420px;
  position: relative;
}
.pack-single-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.pack-single-img img.lazy-img {
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.pack-single-img img.lazy-img.loaded {
  opacity: 1;
}
.pack-single-placeholder {
  font-size: 6rem;
  color: white;
  opacity: 0.9;
}
.pack-single-body {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pack-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1rem;
}
.pack-actions .btn-whatsapp {
  background: var(--whatsapp);
  color: white;
  padding: 0.65rem;
  border-radius: 50px;
  font-size: 0.82rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  transition: all 0.3s;
  border: none;
  cursor: pointer;
  text-decoration: none;
}
.pack-actions .btn-whatsapp:hover { background: #1da851; transform: scale(1.02); }
.pack-actions .btn-whatsapp svg { width: 18px; height: 18px; fill: white; }

@media (max-width: 992px) {
  .pack-single {
    grid-template-columns: 1fr;
  }
  .pack-single-img {
    min-height: 320px;
    max-height: 380px;
  }
  .pack-single-body {
    padding: 2rem;
  }
}

@media (max-width: 768px) {
  .seasonal-packs { padding: 3.5rem 0; }
  .pack-single-img {
    min-height: 240px;
    max-height: 300px;
  }
  .pack-single-body {
    padding: 1.5rem;
  }
  .pack-name {
    font-size: 1.05rem;
  }
}

/* Cart Badge */
.cart-toggle {
  background: transparent; border: none; cursor: pointer;
  position: relative; padding: 4px; display: flex; align-items: center; justify-content: center;
  color: var(--brown); transition: color 0.2s;
}
.cart-toggle svg { width: 22px; height: 22px; fill: currentColor; }
.cart-toggle:hover { color: var(--amber); }
.cart-badge {
  position: absolute; top: -4px; right: -6px;
  background: var(--whatsapp); color: white;
  font-size: 0.65rem; font-weight: 700;
  width: 18px; height: 18px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  border: 2px solid var(--cream);
  line-height: 1;
}
html[dir="rtl"] .cart-badge { right: auto; left: -6px; }

/* Cart Overlay */
.cart-overlay {
  position: fixed; inset: 0; z-index: 2500;
  background: rgba(0,0,0,0.55); display: none;
  align-items: stretch; justify-content: flex-end;
}
.cart-overlay.active { display: flex; }
.cart-sidebar {
  width: min(420px, 100vw); height: 100vh;
  background: var(--cream); box-shadow: var(--shadow-lg);
  display: flex; flex-direction: column;
  animation: cartSlideIn 0.3s ease;
}
@keyframes cartSlideIn {
  from { transform: translateX(40px); opacity: 0; }
  to   { transform: translateX(0); opacity: 1; }
}
html[dir="rtl"] .cart-sidebar { animation-name: cartSlideInRTL; }
@keyframes cartSlideInRTL {
  from { transform: translateX(-40px); opacity: 0; }
  to   { transform: translateX(0); opacity: 1; }
}
.cart-sidebar-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.25rem 1.5rem; border-bottom: 1px solid var(--border);
}
.cart-sidebar-header h3 {
  font-family: var(--font-serif); font-size: 1.15rem; color: var(--brown);
}
html[dir="rtl"] .cart-sidebar-header h3 { font-family: var(--font-ar); }
.cart-close {
  background: transparent; border: none; font-size: 1.5rem; cursor: pointer;
  color: rgba(61,31,7,0.5); width: 36px; height: 36px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; transition: all 0.2s;
}
.cart-close:hover { background: rgba(61,31,7,0.08); color: var(--brown); }
.cart-items { flex: 1; overflow-y: auto; padding: 1rem 1.5rem; }
.cart-empty { text-align: center; opacity: 0.6; padding: 3rem 0; font-size: 0.95rem; }
.cart-item {
  display: flex; align-items: center; gap: 1rem;
  padding: 1rem 0; border-bottom: 1px solid var(--border);
}
.cart-item-img {
  width: 56px; height: 56px; border-radius: 12px; overflow: hidden;
  flex-shrink: 0; background: rgba(196,123,26,0.1);
  display: flex; align-items: center; justify-content: center;
}
.cart-item-img img { width: 100%; height: 100%; object-fit: cover; }
.cart-item-img img.lazy-img {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.cart-item-img img.lazy-img.loaded {
  opacity: 1;
}
.cart-item-img span { font-size: 1.5rem; }
.cart-item-info { flex: 1; min-width: 0; }
.cart-item-name {
  font-weight: 600; font-size: 0.92rem; color: var(--brown);
  margin-bottom: 0.3rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
html[dir="rtl"] .cart-item-name { font-family: var(--font-ar); }
.cart-item-price { font-size: 0.82rem; color: rgba(61,31,7,0.6); margin-bottom: 0.5rem; }
.cart-item-controls {
  display: flex; align-items: center; gap: 0.5rem;
}
.cart-qty-btn {
  width: 28px; height: 28px; border-radius: 8px; border: 1.5px solid rgba(61,31,7,0.2);
  background: transparent; color: var(--brown); font-size: 1rem; cursor: pointer;
  display: flex; align-items: center; justify-content: center; transition: all 0.2s;
}
.cart-qty-btn:hover { border-color: var(--amber); color: var(--amber); }
.cart-qty { font-weight: 600; font-size: 0.9rem; min-width: 20px; text-align: center; }
.cart-item-remove {
  background: transparent; border: none; color: rgba(61,31,7,0.35);
  font-size: 1.3rem; cursor: pointer; padding: 4px; line-height: 1; transition: all 0.2s;
}
.cart-item-remove:hover { color: #DC2626; }
.cart-footer {
  padding: 1.25rem 1.5rem; border-top: 1px solid var(--border);
  display: flex; flex-direction: column; gap: 1rem;
}
.cart-total {
  display: flex; align-items: center; justify-content: space-between;
  font-weight: 700; font-size: 1.05rem; color: var(--brown);
}
.cart-total #cartTotal { font-family: var(--font-serif); font-size: 1.2rem; color: var(--amber); }

/* Cart Checkout Form */
.cart-checkout-form {
  display: flex; flex-direction: column; gap: 0.75rem;
}
.cart-checkout-form input {
  width: 100%; padding: 0.75rem; border: 1px solid rgba(61,31,7,0.2);
  border-radius: 10px; font-family: inherit; font-size: 0.9rem;
  background: white; color: var(--brown); outline: none;
  transition: border-color 0.2s;
}
.cart-checkout-form input:focus { border-color: var(--amber); }
.cart-checkout-form input::placeholder { opacity: 0.55; }

/* Add to cart button */
.btn-add-cart {
  background: var(--amber); color: white; width: 100%;
  padding: 0.65rem; border-radius: 50px; font-size: 0.82rem; font-weight: 600;
  display: inline-flex; align-items: center; justify-content: center; gap: 0.4rem;
  transition: all 0.3s; border: none; cursor: pointer; margin-top: 0.5rem;
}
.btn-add-cart:hover { background: #a86815; transform: scale(1.02); }
.btn-add-cart:disabled { opacity: 0.65; cursor: not-allowed; transform: none; }
.btn-add-cart svg { width: 18px; height: 18px; fill: white; }

@media (max-width: 768px) {
  .cart-sidebar { width: 100vw; }
}

/* ---- Quantity Selector Modal ---- */
.qty-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 1000;
  display: none; align-items: center; justify-content: center; padding: 1rem;
}
.qty-overlay.active { display: flex; }
.qty-modal {
  background: var(--cream); border-radius: 16px; width: 100%; max-width: 400px;
  box-shadow: var(--shadow-lg); overflow: hidden; animation: slideUp 0.3s var(--ease);
}
.qty-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1rem 1.25rem; border-bottom: 1px solid var(--border);
}
.qty-header h3 { font-family: var(--font-serif); font-size: 1.1rem; color: var(--brown); margin: 0; }
.qty-close {
  background: none; border: none; font-size: 1.5rem; cursor: pointer;
  color: var(--border); line-height: 1; padding: 0.25rem;
}
.qty-close:hover { color: var(--brown); }
.qty-body { padding: 1rem 1.25rem; }
.qty-product-info {
  display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem;
}
.qty-product-emoji { font-size: 2rem; line-height: 1; }
.qty-product-name { font-family: var(--font-serif); font-weight: 600; color: var(--brown); font-size: 0.95rem; }
.qty-product-price { font-weight: 700; color: var(--amber); font-size: 1rem; }
.qty-weight-info { font-size: 0.8rem; color: var(--ink-soft); margin-bottom: 0.75rem; text-align: center; }
.qty-controls { text-align: center; }
.qty-input-group {
  display: flex; align-items: center; justify-content: center; gap: 0; margin: 0 auto 0.75rem;
  width: fit-content; border: 1.5px solid var(--border); border-radius: 50px; overflow: hidden;
}
.qty-btn {
  width: 44px; height: 44px; border: none; background: var(--card);
  font-size: 1.2rem; cursor: pointer; color: var(--brown); transition: background 0.2s;
  display: flex; align-items: center; justify-content: center;
}
.qty-btn:hover { background: var(--border); }
.qty-input-group input {
  width: 60px; text-align: center; border: none; background: transparent;
  font-size: 1.1rem; font-weight: 700; padding: 0.5rem 0; outline: none;
  font-family: var(--font-sans); color: var(--brown); -moz-appearance: textfield;
}
.qty-input-group input::-webkit-inner-spin-button,
.qty-input-group input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.qty-total {
  font-size: 1.2rem; font-weight: 700; color: var(--amber);
}
.qty-footer {
  display: flex; gap: 0.5rem; padding: 1rem 1.25rem; border-top: 1px solid var(--border);
}
.qty-footer .btn { flex: 1; text-align: center; justify-content: center; }


/* Pourquoi */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.why-card {
  text-align: center; padding: 2rem 1.25rem; border-radius: var(--radius);
  background: white; box-shadow: 0 4px 16px rgba(61,31,7,0.06);
  transition: transform 0.3s;
}
.why-card:hover { transform: translateY(-4px); }
.why-icon { font-size: 2.5rem; margin-bottom: 1rem; }
.why-card h3 { font-family: var(--font-serif); font-size: 1.05rem; margin-bottom: 0.5rem; }
html[dir="rtl"] .why-card h3 { font-family: var(--font-ar); }
.why-card p { font-size: 0.85rem; color: rgba(61,31,7,0.65); }
.why-card ul { list-style: none; padding: 0; margin: 0.75rem 0 0; }
.why-card ul li {
  font-size: 0.8rem; color: rgba(61,31,7,0.75); padding: 0.25rem 0;
  padding-left: 1.2rem; position: relative; line-height: 1.5;
}
.why-card ul li::before {
  content: "•"; position: absolute; left: 0; color: var(--amber);
  font-weight: 700; font-size: 1rem; line-height: 1.5;
}
html[dir="rtl"] .why-card ul li { padding-left: 0; padding-right: 1.2rem; }
html[dir="rtl"] .why-card ul li::before { left: auto; right: 0; }

/* Pourquoi Responsive */
@media (max-width: 992px) {
  .why-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .why-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
  .why-card { padding: 1.25rem 1rem; }
  .why-icon { font-size: 2rem; margin-bottom: 0.75rem; }
  .why-card h3 { font-size: 0.95rem; }
  .why-card ul li { font-size: 0.75rem; }
}
@media (max-width: 380px) {
  .why-grid { grid-template-columns: 1fr; }
}

/* Testimonials */
.testimonials { background: var(--brown); color: var(--cream); }
.testimonials .section-title { color: var(--cream); }
.testimonials .section-tag { color: #FFD699; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.testimonial-card {
  background: rgba(253,246,236,0.08); border: 1px solid rgba(253,246,236,0.12);
  border-radius: var(--radius); padding: 2rem; transition: background 0.3s;
}
.testimonial-card:hover { background: rgba(253,246,236,0.12); }
.testimonial-stars { color: #FFD699; margin-bottom: 1rem; letter-spacing: 2px; }
.testimonial-text {
  font-family: var(--font-serif); font-style: italic; font-size: 0.95rem;
  line-height: 1.7; margin-bottom: 1.5rem; opacity: 0.92;
}
html[dir="rtl"] .testimonial-text { font-family: var(--font-ar); }
.testimonial-author { display: flex; align-items: center; gap: 0.75rem; }

/* Testimonials Responsive */
@media (max-width: 992px) {
  .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .testimonials-grid { grid-template-columns: 1fr; gap: 1rem; }
  .testimonial-card { padding: 1.25rem; }
  .testimonial-text { font-size: 0.88rem; }
}
html[dir="rtl"] .testimonial-author { flex-direction: row-reverse; }
.avatar {
  width: 44px; height: 44px; border-radius: 50%; background: var(--amber);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 0.85rem; color: var(--cream); flex-shrink: 0;
}
.author-name { font-weight: 600; font-size: 0.9rem; }
.author-city { font-size: 0.78rem; opacity: 0.6; }

/* Contact */
.contact {
  background: linear-gradient(135deg, #C47B1A, #8B5A12, #3D1F07);
  color: var(--cream); text-align: center;
}
.contact .section-title { color: var(--cream); }
.contact .section-tag { color: #FFD699; }
.contact-text { max-width: 550px; margin: 0 auto 2rem; opacity: 0.9; font-size: 1.05rem; }
.btn-whatsapp-lg {
  background: var(--whatsapp); color: white; padding: 1rem 2.5rem;
  border-radius: 50px; font-size: 1.05rem; font-weight: 600;
  display: inline-flex; align-items: center; gap: 0.75rem;
  transition: all 0.3s; margin-bottom: 2.5rem;
}
.btn-whatsapp-lg:hover { background: #1da851; transform: scale(1.05); box-shadow: 0 8px 30px rgba(37,211,102,0.4); }
.btn-whatsapp-lg svg { width: 24px; height: 24px; fill: white; }
.contact-info { display: flex; flex-wrap: wrap; justify-content: center; gap: 2rem; }
.contact-info-item { display: flex; align-items: center; gap: 0.5rem; font-size: 0.9rem; opacity: 0.85; }
html[dir="rtl"] .contact-info-item { flex-direction: row-reverse; }

/* Footer */
.footer { background: var(--footer-bg); color: rgba(253,246,236,0.7); padding: 4rem 0 2rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-brand .logo { color: var(--cream); margin-bottom: 1rem; display: block; }
.footer-brand p { font-size: 0.88rem; line-height: 1.7; }
.footer h4 { color: var(--cream); font-family: var(--font-serif); margin-bottom: 1rem; font-size: 1rem; }
html[dir="rtl"] .footer h4 { font-family: var(--font-ar); }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 0.5rem; }
.footer-links a { font-size: 0.88rem; transition: color 0.2s; }
.footer-links a:hover { color: var(--amber); }
.social-icons { display: flex; gap: 0.75rem; margin-top: 1.25rem; }
html[dir="rtl"] .social-icons { flex-direction: row-reverse; }
.social-icons a {
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(253,246,236,0.1); display: flex; align-items: center; justify-content: center;
  transition: background 0.3s;
}
.social-icons a:hover { background: var(--amber); }
.social-icons svg { width: 18px; height: 18px; fill: var(--cream); }
.footer-bottom {
  border-top: 1px solid rgba(253,246,236,0.1); padding-top: 1.5rem;
  text-align: center; font-size: 0.82rem;
}

/* Footer Responsive */
@media (max-width: 768px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .footer { padding: 3rem 0 1.5rem; }
  .footer-brand { grid-column: 1 / -1; text-align: center; }
  .footer-brand .logo { flex-direction: row; align-items: center; justify-content: center; }
  .footer-brand .logo-img { height: 48px; margin-bottom: 0; }
  .social-icons { justify-content: center; }
  html[dir="rtl"] .social-icons { flex-direction: row; }
}
@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: 1; }
}

/* Floating WhatsApp */
.float-wa {
  position: fixed; bottom: 24px; right: 24px; z-index: 999;
  width: 58px; height: 58px; border-radius: 50%;
  background: var(--whatsapp); display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,0.45);
  animation: waPulse 2.5s ease-in-out infinite;
  transition: transform 0.3s;
}
html[dir="rtl"] .float-wa { right: auto; left: 24px; }
.float-wa:hover { transform: scale(1.1); animation: none; }
.float-wa svg { width: 30px; height: 30px; fill: white; }
.float-wa .tooltip {
  position: absolute; right: 68px; top: 50%; transform: translateY(-50%);
  background: var(--brown); color: var(--cream); padding: 0.4rem 0.85rem;
  border-radius: 8px; font-size: 0.78rem; white-space: nowrap;
  opacity: 0; pointer-events: none; transition: opacity 0.3s;
}
html[dir="rtl"] .float-wa .tooltip { right: auto; left: 68px; }
.float-wa:hover .tooltip { opacity: 1; }
@keyframes waPulse {
  0%, 100% { box-shadow: 0 4px 20px rgba(37,211,102,0.45); }
  50% { box-shadow: 0 4px 20px rgba(37,211,102,0.45), 0 0 0 12px rgba(37,211,102,0); }
}

/* Fade-in */
.fade-in { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* RTL mirrors */
html[dir="rtl"] .nav-inner { flex-direction: row-reverse; }
html[dir="rtl"] .nav-links { flex-direction: row-reverse; }
html[dir="rtl"] .nav-actions { flex-direction: row-reverse; }
html[dir="rtl"] .hero-buttons { flex-direction: row-reverse; }
html[dir="rtl"] .hero-stats { flex-direction: row-reverse; }
html[dir="rtl"] .hero-content { text-align: right; }
html[dir="rtl"] .hero-side { align-items: flex-start; }
html[dir="rtl"] .hero-trust-item { flex-direction: row-reverse; }
html[dir="rtl"] .section-subtitle { margin-left: auto; margin-right: 0; text-align: right; }
html[dir="rtl"] .products .section-subtitle,
html[dir="rtl"] .contact-text { margin-left: auto; margin-right: auto; text-align: center; }
html[dir="rtl"] .footer-grid { direction: rtl; }
html[dir="rtl"] .footer-brand { text-align: right; }
html[dir="rtl"] .contact-info { flex-direction: row-reverse; }

/* Logo Image */
.logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.logo-img {
  height: 48px;
  width: auto;
  object-fit: contain;
  border-radius: 50%;
  background: white;
  padding: 4px;
}
.footer-brand .logo {
  flex-direction: column;
  align-items: flex-start;
}
.footer-brand .logo-img {
  height: 80px;
  margin-bottom: 0.5rem;
}
.hero-logo {
  width: 120px;
  height: 120px;
  object-fit: contain;
  border-radius: 50%;
  background: white;
  margin-bottom: 1.5rem;
  filter: drop-shadow(0 0 12px rgba(196,123,26,0.4));
}
@media (max-width: 768px) {
  .logo-img { height: 40px; }
}

/* Delivery Banner */
.delivery-banner {
  background: #2C1A0E;
  color: #FDF6EC;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  overflow: hidden;
}
.delivery-banner-content {
  display: flex;
  align-items: center;
  gap: 1rem;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .delivery-banner-content {
    animation: marquee 20s linear infinite;
  }
  .delivery-banner:hover .delivery-banner-content {
    animation-play-state: paused;
  }
  @keyframes marquee {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
  }
  .delivery-banner { font-size: 11px; }
}
.banner-close {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #FDF6EC;
  font-size: 18px;
  cursor: pointer;
  padding: 4px;
  opacity: 0.7;
  transition: opacity 0.2s;
}
html[dir="rtl"] .banner-close { right: auto; left: 12px; }
.banner-close:hover { opacity: 1; }

/* Promotions Section */
.promotions {
  background: linear-gradient(135deg, #7A3B0A, #C47B1A);
  color: var(--cream);
  padding: 5.5rem 0;
}
.promotions .section-title { color: var(--cream); }
.promotions .section-tag { color: #FFD699; }
.promo-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #DC2626;
  color: white;
  padding: 0.5rem 1.2rem;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  animation: pulseBadge 2s ease-in-out infinite;
}
@keyframes pulseBadge {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.06); }
}
/* Pack unique saisonnier */
.pack-single {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 24px;
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto;
}
.pack-single-img {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.pack-single-img img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform 0.4s ease;
}
.pack-single:hover .pack-single-img img { transform: scale(1.03); }
.pack-single-placeholder {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  font-size: 5rem;
  background: rgba(255,255,255,0.05);
}
.pack-single-body {
  padding: 2rem 2rem 2rem 0;
  display: flex; flex-direction: column; gap: 1rem;
  color: var(--cream);
}
.pack-single-body .pack-name {
  font-family: var(--font-serif);
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 700; color: #FFD699; margin: 0;
}
.pack-single-body .pack-desc {
  font-size: 0.97rem; opacity: 0.85; line-height: 1.7; margin: 0;
}
.pack-single-body .pack-price {
  font-family: var(--font-serif);
  font-size: 1.75rem; font-weight: 700; color: #FFD699;
}
.pack-actions {
  display: flex; flex-direction: column; gap: 0.75rem;
}
.pack-actions .btn-add-cart {
  background: var(--amber); margin-top: 0;
}
.pack-actions .btn-whatsapp { margin-top: 0; }
@media (max-width: 768px) {
  .pack-single { grid-template-columns: 1fr; gap: 0; }
  .pack-single-img { aspect-ratio: 16/9; }
  .pack-single-body { padding: 1.5rem; }
}
.promo-card {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: var(--radius);
  padding: 1.5rem;
  text-align: center;
  transition: transform 0.3s;
}
.promo-card:hover { transform: translateY(-4px); }
.promo-old-price {
  text-decoration: line-through;
  color: rgba(255,255,255,0.6);
  font-size: 0.9rem;
}
.promo-new-price {
  font-size: 1.5rem;
  font-weight: 700;
  color: #FFD699;
  margin: 0.5rem 0;
}
.promo-percent {
  display: inline-block;
  background: #DC2626;
  color: white;
  padding: 0.25rem 0.6rem;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.countdown {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin: 2rem 0;
  font-family: var(--font-serif);
}
.countdown-item {
  text-align: center;
}
.countdown-value {
  font-size: 2rem;
  font-weight: 700;
  color: #FFD699;
}
.countdown-label {
  font-size: 0.75rem;
  opacity: 0.8;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .promo-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .promo-grid { grid-template-columns: 1fr; }
  .countdown { gap: 1rem; }
  .countdown-value { font-size: 1.5rem; }
}

/* Product Detail Modal */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.modal-overlay.active { display: flex; }
.modal-content {
  background: var(--cream);
  border-radius: 24px;
  max-width: 900px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  animation: modalIn 0.3s ease;
}
@keyframes modalIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}
.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--cream);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px rgba(0,0,0,0.15);
}
html[dir="rtl"] .modal-close { right: auto; left: 16px; }
.modal-gallery {
  position: relative;
  height: 350px;
  background: linear-gradient(135deg, #C47B1A, #8B5A12);
  border-radius: 24px 24px 0 0;
  overflow: hidden;
}
.gallery-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.5s;
}
.gallery-slide.active { opacity: 1; }
.gallery-slide img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.gallery-slide img.loaded {
  opacity: 1;
}
.gallery-placeholder {
  width: 200px;
  height: 200px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  font-weight: 700;
  color: white;
}
.gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.9);
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  z-index: 5;
  transition: transform 0.2s;
}
.gallery-nav:hover { transform: translateY(-50%) scale(1.1); }
.gallery-prev { left: 16px; }
.gallery-next { right: 16px; }
html[dir="rtl"] .gallery-prev { left: auto; right: 16px; }
html[dir="rtl"] .gallery-next { right: auto; left: 16px; }
.gallery-dots {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 5;
}
.gallery-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
.gallery-dot.active { background: white; }
.modal-body { padding: 2rem; }
.modal-title {
  font-family: var(--font-serif);
  font-size: 1.8rem;
  color: var(--brown);
  margin-bottom: 0.5rem;
}
html[dir="rtl"] .modal-title { font-family: var(--font-ar); }
.modal-subtitle {
  font-size: 1.1rem;
  color: rgba(61,31,7,0.7);
  margin-bottom: 1.5rem;
}
.modal-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 1.5rem 0;
}
.benefit-tag {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(74,124,63,0.1);
  color: var(--green);
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 500;
}
.modal-info {
  background: rgba(196,123,26,0.1);
  border-radius: 12px;
  padding: 1.25rem;
  margin: 1.5rem 0;
}
.modal-info h4 {
  font-family: var(--font-serif);
  color: var(--brown);
  margin-bottom: 0.75rem;
}
html[dir="rtl"] .modal-info h4 { font-family: var(--font-ar); }
.modal-info p {
  font-size: 0.9rem;
  color: rgba(61,31,7,0.8);
  margin-bottom: 0.5rem;
}
.reviews-section {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(61,31,7,0.1);
}
.reviews-list {
  max-height: 300px;
  overflow-y: auto;
  margin: 1rem 0;
}
.review-item {
  background: rgba(61,31,7,0.05);
  border-radius: 12px;
  padding: 1rem;
  margin-bottom: 1rem;
}
.review-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}
html[dir="rtl"] .review-header { flex-direction: row-reverse; }
.review-author {
  font-weight: 600;
  font-size: 0.9rem;
}
.review-date {
  font-size: 0.75rem;
  opacity: 0.6;
}
.review-stars { color: var(--amber); font-size: 0.85rem; }
.review-text {
  font-size: 0.85rem;
  color: rgba(61,31,7,0.8);
  margin-top: 0.5rem;
}
.review-form {
  background: rgba(196,123,26,0.05);
  border-radius: 12px;
  padding: 1.25rem;
}
.review-form input,
.review-form textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid rgba(61,31,7,0.2);
  border-radius: 8px;
  font-family: inherit;
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
  background: var(--cream);
}
.review-form textarea {
  min-height: 80px;
  resize: vertical;
}
.star-rating {
  display: flex;
  gap: 0.25rem;
  margin-bottom: 0.75rem;
}
.star-rating button {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: rgba(61,31,7,0.3);
  transition: color 0.2s;
}
.star-rating button:hover,
.star-rating button.active {
  color: var(--amber);
}
@media (max-width: 768px) {
  .modal-overlay { padding: 0; align-items: flex-end; }
  .modal-content { max-height: 95vh; border-radius: 24px 24px 0 0; width: 100%; }
  .modal-gallery { height: 220px; }
  .modal-body { padding: 1.25rem; }
  .modal-title { font-size: 1.3rem; }
  .modal-benefits { gap: 0.5rem; }
  .benefit-tag { font-size: 0.78rem; padding: 0.4rem 0.75rem; }
}
@media (max-width: 480px) {
  .modal-gallery { height: 180px; }
  .modal-title { font-size: 1.15rem; }
  .modal-subtitle { font-size: 0.9rem; }
}

@keyframes toastIn {
  from { opacity: 0; transform: translateX(-50%) translateY(12px); }
  to   { opacity: 1; transform: translateX(-50%) translateY(0); }
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* Admin Panel */
/* ========== ADMIN PANEL ========== */
.admin-modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: none;
  background: #0f0a06;
}
.admin-modal.active { display: flex; }

/* Sidebar */
.admin-sidebar {
  width: 220px;
  flex-shrink: 0;
  background: #1a0e06;
  border-right: 1px solid rgba(196,123,26,0.15);
  display: flex;
  flex-direction: column;
  padding: 1.5rem 1rem;
  gap: 0.25rem;
}
.admin-sidebar-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0.75rem 1.5rem;
  border-bottom: 1px solid rgba(196,123,26,0.15);
  margin-bottom: 0.75rem;
}
.admin-logo-img {
  width: 36px; height: 36px;
  border-radius: 50%;
  object-fit: cover;
  background: white;
}
.admin-sidebar-logo span {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 700;
  color: #FFD699;
}
.admin-nav {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex: 1;
}
.admin-tab {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  border: none;
  background: transparent;
  color: rgba(253,246,236,0.5);
  font-size: 0.88rem;
  font-weight: 500;
  cursor: pointer;
  text-align: left;
  transition: all 0.2s;
  width: 100%;
}
.admin-tab svg {
  width: 18px; height: 18px;
  flex-shrink: 0;
  stroke: currentColor;
}
.admin-tab:hover {
  background: rgba(196,123,26,0.1);
  color: #FFD699;
}
.admin-tab.active {
  background: rgba(196,123,26,0.18);
  color: #FFD699;
  font-weight: 600;
}
.admin-logout {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  border: none;
  background: transparent;
  color: rgba(253,246,236,0.35);
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.2s;
  margin-top: auto;
  width: 100%;
}
.admin-logout svg { width: 18px; height: 18px; stroke: currentColor; }
.admin-logout:hover { background: rgba(220,38,38,0.15); color: #f87171; }

/* Main content */
.admin-main {
  flex: 1;
  overflow-y: auto;
  background: #160c04;
  display: flex;
  flex-direction: column;
}
.admin-tab-content {
  display: none;
  flex-direction: column;
  flex: 1;
  padding: 2rem;
  gap: 1.5rem;
  animation: adminFadeIn 0.25s ease;
}
.admin-tab-content.active { display: flex; }
@keyframes adminFadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}
.admin-topbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.admin-page-title {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  color: #FFD699;
  margin-bottom: 0.25rem;
}
.admin-page-sub {
  font-size: 0.82rem;
  color: rgba(253,246,236,0.4);
}

/* Buttons */
.admin-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--amber);
  color: white;
  border: none;
  padding: 0.65rem 1.4rem;
  border-radius: 50px;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s;
  white-space: nowrap;
}
.admin-btn-primary:hover { background: #a86815; transform: translateY(-1px); }
.admin-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  color: rgba(253,246,236,0.6);
  border: 1px solid rgba(253,246,236,0.15);
  padding: 0.65rem 1.4rem;
  border-radius: 50px;
  font-size: 0.88rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.25s;
}
.admin-btn-ghost:hover { border-color: rgba(253,246,236,0.35); color: var(--cream); }

/* Product list */
.admin-products-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.admin-product-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: rgba(253,246,236,0.04);
  border: 1px solid rgba(196,123,26,0.12);
  border-radius: 12px;
  padding: 1rem 1.25rem;
  transition: border-color 0.2s;
}
.admin-product-item:hover { border-color: rgba(196,123,26,0.3); }
.admin-product-thumb {
  width: 56px; height: 56px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  background: rgba(196,123,26,0.15);
}
.admin-product-thumb img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.admin-product-thumb img.lazy-img {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.admin-product-thumb img.lazy-img.loaded {
  opacity: 1;
}
.admin-product-info { flex: 1; min-width: 0; }
.admin-product-name {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--cream);
  margin-bottom: 0.3rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.admin-product-meta {
  font-size: 0.78rem;
  color: rgba(253,246,236,0.4);
}
.admin-product-badge {
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.2rem 0.6rem;
  border-radius: 50px;
  background: rgba(196,123,26,0.2);
  color: #FFD699;
  margin-left: 0.5rem;
}
.admin-product-status {
  display: inline-block;
  width: 8px; height: 8px;
  border-radius: 50%;
  margin-right: 0.4rem;
  vertical-align: middle;
}
.admin-product-status.on  { background: #4ade80; }
.admin-product-status.off { background: #f87171; }
.admin-actions {
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0;
}
.admin-btn {
  width: 36px; height: 36px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  background: rgba(253,246,236,0.06);
  color: rgba(253,246,236,0.7);
}
.admin-btn:hover { background: rgba(253,246,236,0.12); color: white; }
.admin-btn-edit:hover  { background: rgba(196,123,26,0.2); color: #FFD699; }
.admin-btn-toggle:hover { background: rgba(74,124,63,0.2); color: #4ade80; }
.admin-btn-delete:hover { background: rgba(220,38,38,0.2); color: #f87171; }

/* Form overlay (slide-in panel) */
.admin-form-overlay {
  position: fixed;
  inset: 0;
  z-index: 4000;
  background: rgba(0,0,0,0.7);
  display: none;
  align-items: center;
  justify-content: flex-end;
}
.admin-form-overlay.active { display: flex; }
.admin-form-panel {
  width: min(540px, 100vw);
  height: 100vh;
  background: #1a0e06;
  border-left: 1px solid rgba(196,123,26,0.2);
  display: flex;
  flex-direction: column;
  animation: slideInRight 0.3s ease;
}
@keyframes slideInRight {
  from { transform: translateX(40px); opacity: 0; }
  to   { transform: translateX(0); opacity: 1; }
}
.admin-form-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 1.75rem;
  border-bottom: 1px solid rgba(196,123,26,0.15);
  flex-shrink: 0;
}
.admin-form-header h3 {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  color: #FFD699;
}
.admin-form-close {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: none;
  background: rgba(253,246,236,0.06);
  color: rgba(253,246,236,0.7);
  font-size: 1.3rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.admin-form-close:hover { background: rgba(220,38,38,0.2); color: #f87171; }
.admin-form-scroll {
  flex: 1;
  overflow-y: auto;
  padding: 1.5rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.admin-form-scroll::-webkit-scrollbar { width: 5px; }
.admin-form-scroll::-webkit-scrollbar-track { background: transparent; }
.admin-form-scroll::-webkit-scrollbar-thumb { background: rgba(196,123,26,0.3); border-radius: 4px; }
.admin-form-section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.admin-form-section-title {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(196,123,26,0.8);
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(196,123,26,0.12);
}
.admin-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.admin-form-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.admin-form-group.full { grid-column: 1 / -1; }
.admin-form-group label {
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(253,246,236,0.55);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.admin-form-group label small {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  opacity: 0.7;
}
.admin-form-group input,
.admin-form-group textarea,
.admin-form-group select {
  background: rgba(253,246,236,0.05);
  border: 1px solid rgba(196,123,26,0.2);
  border-radius: 8px;
  padding: 0.65rem 0.85rem;
  color: var(--cream);
  font-family: var(--font-sans);
  font-size: 0.88rem;
  transition: border-color 0.2s;
  outline: none;
  width: 100%;
}
.admin-form-group input:focus,
.admin-form-group textarea:focus,
.admin-form-group select:focus {
  border-color: var(--amber);
  background: rgba(196,123,26,0.08);
}
.admin-form-group select option { background: #1a0e06; color: var(--cream); }
.admin-form-group textarea { resize: vertical; min-height: 80px; }
.admin-img-row {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}
.admin-img-row input { flex: 1; }
.admin-img-preview {
  width: 64px; height: 64px;
  border-radius: 8px;
  border: 1px dashed rgba(196,123,26,0.3);
  background: rgba(196,123,26,0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}
.admin-img-preview span {
  font-size: 0.65rem;
  color: rgba(253,246,236,0.3);
  text-align: center;
}
.admin-img-preview img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.admin-gallery-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.admin-gallery-preview img {
  width: 56px; height: 56px;
  border-radius: 6px;
  object-fit: cover;
  border: 1px solid rgba(196,123,26,0.2);
}
.admin-form-footer {
  display: flex;
  gap: 0.75rem;
  justify-content: flex-end;
  padding: 1.25rem 1.75rem;
  border-top: 1px solid rgba(196,123,26,0.15);
  flex-shrink: 0;
}

/* Promotions tab */
.admin-info-box {
  background: rgba(196,123,26,0.1);
  border: 1px solid rgba(196,123,26,0.25);
  border-radius: 12px;
  padding: 1rem 1.25rem;
  font-size: 0.88rem;
  color: rgba(253,246,236,0.75);
  line-height: 1.6;
}
.admin-info-box strong { color: #FFD699; }
.admin-promo-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: rgba(253,246,236,0.04);
  border: 1px solid rgba(196,123,26,0.12);
  border-radius: 12px;
  padding: 1rem 1.25rem;
}
.admin-promo-thumb {
  width: 56px; height: 56px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  background: rgba(196,123,26,0.15);
}
.admin-promo-thumb img { width: 100%; height: 100%; object-fit: cover; }
.admin-promo-thumb img.lazy-img {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.admin-promo-thumb img.lazy-img.loaded {
  opacity: 1;
}
.admin-promo-info { flex: 1; }
.admin-promo-name { font-size: 0.95rem; font-weight: 600; color: var(--cream); margin-bottom: 0.3rem; }
.admin-promo-prices { font-size: 0.82rem; color: rgba(253,246,236,0.5); }
.admin-promo-prices strong { color: #FFD699; font-size: 1rem; }
.admin-promo-percent {
  background: #DC2626;
  color: white;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.3rem 0.7rem;
  border-radius: 50px;
  flex-shrink: 0;
}

/* Photos tab */
.admin-photos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.admin-photo-card {
  background: rgba(253,246,236,0.04);
  border: 1px solid rgba(196,123,26,0.15);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.admin-photo-thumb {
  height: 160px;
  background: rgba(196,123,26,0.1);
  overflow: hidden;
  position: relative;
}
.admin-photo-thumb img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
  opacity: 0;
}
.admin-photo-thumb img.lazy-img.loaded {
  opacity: 1;
}
.admin-photo-card:hover .admin-photo-thumb img { transform: scale(1.04); }
.admin-photo-body { padding: 1rem; display: flex; flex-direction: column; gap: 0.5rem; }
.admin-photo-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(196,123,26,0.7);
}
.admin-photo-input {
  background: rgba(253,246,236,0.05);
  border: 1px solid rgba(196,123,26,0.2);
  border-radius: 8px;
  padding: 0.55rem 0.75rem;
  color: var(--cream);
  font-size: 0.8rem;
  font-family: var(--font-sans);
  outline: none;
  width: 100%;
  transition: border-color 0.2s;
}
.admin-photo-input:focus { border-color: var(--amber); }
.admin-photos-save-row {
  display: flex;
  justify-content: flex-end;
  padding-top: 0.5rem;
}

/* Reviews tab */
.admin-review-item {
  background: rgba(253,246,236,0.04);
  border: 1px solid rgba(196,123,26,0.12);
  border-radius: 12px;
  padding: 1.25rem;
  margin-bottom: 0.75rem;
  transition: border-color 0.2s;
}
.admin-review-item:hover { border-color: rgba(196,123,26,0.25); }
.admin-review-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}
.admin-review-author { font-weight: 600; font-size: 0.9rem; color: var(--cream); }
.admin-review-phone { font-size: 0.78rem; color: rgba(253,246,236,0.45); }
.admin-review-date  { font-size: 0.75rem; color: rgba(253,246,236,0.3); margin-left: auto; }
.admin-review-rating { color: var(--amber); font-size: 0.85rem; margin-bottom: 0.5rem; }
.admin-review-comment { font-size: 0.88rem; color: rgba(253,246,236,0.7); line-height: 1.6; margin-bottom: 0.75rem; }
.admin-review-product {
  font-size: 0.75rem;
  color: rgba(196,123,26,0.7);
  margin-bottom: 0.75rem;
}
.admin-review-actions { display: flex; gap: 0.5rem; }
.admin-btn-del {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(220,38,38,0.12);
  color: #f87171;
  border: 1px solid rgba(220,38,38,0.2);
  padding: 0.4rem 1rem;
  border-radius: 50px;
  font-size: 0.8rem;
  cursor: pointer;
  transition: all 0.2s;
}
.admin-btn-del:hover { background: rgba(220,38,38,0.25); }

/* Responsive admin */
@media (max-width: 768px) {
  .admin-modal { flex-direction: column; }
  .admin-sidebar {
    width: 100%; height: auto; flex-direction: row;
    padding: 0.5rem 1rem; border-right: none;
    border-bottom: 1px solid rgba(196,123,26,0.15);
    overflow-x: auto; gap: 0.25rem;
  }
  .admin-sidebar-logo { display: none; }
  .admin-nav { flex-direction: row; flex: none; gap: 0.25rem; }
  .admin-tab { padding: 0.6rem 0.75rem; white-space: nowrap; }
  .admin-tab span { display: inline; font-size: 0.78rem; }
  .admin-logout { margin-top: 0; margin-left: auto; padding: 0.6rem 0.75rem; }
  .admin-logout span { display: inline; font-size: 0.78rem; }
  .admin-main { flex: 1; overflow-y: auto; }
  .admin-tab-content { padding: 1rem; }
  .admin-form-panel { width: 100vw; }
  .admin-photos-grid { grid-template-columns: 1fr 1fr; }
  .admin-form-grid { grid-template-columns: 1fr; }
  .admin-topbar { flex-direction: column; align-items: stretch; }
  .admin-topbar .admin-btn-primary { align-self: flex-start; }
}
@media (max-width: 480px) {
  .admin-photos-grid { grid-template-columns: 1fr; }
  .admin-tab span { display: none; }
  .admin-logout span { display: none; }
  .admin-tab { padding: 0.6rem; }
}

/* =================================================================
   Miel Bladna — Couche de finition UI/UX (homogène · moderne · pro)
   ================================================================= */

/* ---- Finition globale ---- */
html { scrollbar-color: var(--amber) var(--cream-dark); }
body::-webkit-scrollbar { width: 10px; }
body::-webkit-scrollbar-track { background: var(--cream-dark); }
body::-webkit-scrollbar-thumb {
  background: var(--amber);
  border-radius: 50px;
  border: 2px solid var(--cream-dark);
}
::selection { background: var(--amber); color: var(--cream); }
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
.lang-toggle:focus-visible,
.product-card:focus-visible {
  outline: none;
  box-shadow: var(--ring);
  border-radius: var(--radius);
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}

/* ---- Hero : profondeur et halo lumineux ---- */
.hero {
  background:
    radial-gradient(1100px 520px at 78% -12%, rgba(255, 214, 153, 0.28), transparent 60%),
    var(--grad-honey);
}
.contact {
  background:
    radial-gradient(900px 480px at 20% -10%, rgba(255, 214, 153, 0.22), transparent 60%),
    linear-gradient(135deg, #C47B1A, #8B5A12, #3D1F07);
}

/* ---- Section tag : accent homogène ---- */
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}
.section-tag::before {
  content: '';
  width: 28px;
  height: 2px;
  border-radius: 2px;
  background: var(--amber);
  display: inline-block;
}
html[dir="rtl"] .section-tag { flex-direction: row-reverse; }

/* ---- Boutons : retour tactile cohérent ---- */
.btn { letter-spacing: 0.01em; }
.btn:active { transform: translateY(1px) scale(0.99); }
.btn-primary:active { transform: translateY(0) scale(0.98); }
.btn-secondary:active { transform: translateY(0) scale(0.98); }
.btn-whatsapp:active,
.btn-view-more:active,
.btn-whatsapp-lg:active { transform: scale(0.98); }
.btn-whatsapp,
.btn-view-more,
.btn-whatsapp-lg { box-shadow: var(--shadow-sm); transition: all 0.3s var(--ease); }
.btn-whatsapp:hover,
.btn-view-more:hover,
.btn-whatsapp-lg:hover { box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18); }

/* ---- Cartes produit : relief premium ---- */
.product-card {
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), border-color 0.35s var(--ease);
}
.product-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(196, 123, 26, 0.35);
}
.product-img {
  transition: filter 0.4s var(--ease);
}
.product-card:hover .product-img {
  filter: saturate(1.08) brightness(1.04);
}

/* ---- Cartes "Pourquoi" ---- */
.why-card {
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), border-color 0.35s var(--ease);
}
.why-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: rgba(196, 123, 26, 0.30);
}

/* ---- Témoignages ---- */
.testimonial-card {
  transition: transform 0.35s var(--ease), background 0.35s var(--ease), border-color 0.35s var(--ease);
}
.testimonial-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 214, 153, 0.35);
  background: rgba(253, 246, 236, 0.12);
}

/* ---- Promotions ---- */
.promo-card {
  transition: transform 0.35s var(--ease), border-color 0.35s var(--ease), background 0.35s var(--ease);
}
.promo-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.16);
}

/* ---- Footer : survol des liens souligné ---- */
.footer-links a { position: relative; }
.footer-links a::after {
  content: '';
  position: absolute;
  left: 0; bottom: -2px;
  width: 0; height: 1.5px;
  background: var(--amber);
  transition: width 0.3s var(--ease);
}
html[dir="rtl"] .footer-links a::after { left: auto; right: 0; }
.footer-links a:hover::after { width: 100%; }

/* ---- FAQ Section ---- */
.faq {
  background: var(--cream-dark);
}
.faq-grid {
  max-width: 740px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.faq-item {
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  transition: box-shadow 0.3s var(--ease);
}
.faq-item:hover {
  box-shadow: var(--shadow-sm);
}
.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.4rem;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--brown);
  text-align: left;
  transition: background 0.2s;
}
html[dir="rtl"] .faq-question { text-align: right; }
.faq-question:hover {
  background: rgba(196,123,26,0.04);
}
.faq-chevron {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transition: transform 0.35s var(--ease);
  stroke: var(--amber);
}
.faq-item.open .faq-chevron {
  transform: rotate(180deg);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 1.4rem;
}
.faq-item.open .faq-answer {
  max-height: 300px;
  padding: 0 1.4rem 1.2rem;
}
.faq-answer p {
  font-size: 0.9rem;
  color: var(--ink-soft);
  line-height: 1.7;
}

/* ---- Search Bar ---- */
.search-bar-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 480px;
}
.search-bar-container input {
  width: 100%;
  padding: 0.65rem 2.5rem 0.65rem 1rem;
  border: 1.5px solid var(--border);
  border-radius: 50px;
  font-family: var(--font-sans);
  font-size: 0.9rem;
  background: var(--cream);
  color: var(--brown);
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.search-bar-container input:focus {
  border-color: var(--amber);
  box-shadow: var(--ring);
}
.search-bar-container input::placeholder {
  opacity: 0.6;
}
.search-clear-btn {
  position: absolute;
  right: 10px;
  background: none;
  border: none;
  font-size: 1.1rem;
  cursor: pointer;
  color: rgba(61,31,7,0.5);
  padding: 4px;
  line-height: 1;
  display: none;
}
html[dir="rtl"] .search-clear-btn { right: auto; left: 10px; }
.search-bar-container.has-text .search-clear-btn {
  display: block;
}
@media (max-width: 768px) {
  .search-bar-container { max-width: 100%; }
}
.search-no-results {
  grid-column: 1 / -1;
  text-align: center;
  padding: 3rem 1rem;
  color: var(--ink-soft);
}
.search-no-results span {
  display: block;
  font-size: 2.5rem;
  margin-bottom: 0.75rem;
}
@media (max-width: 992px) {
  .search-bar-container { max-width: 100%; }
}

/* ---- Product weight selector ---- */
.product-weight-select {
  width: 100%;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0.5rem;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  font-family: var(--font-sans);
  font-size: 0.85rem;
  background: var(--cream);
  color: var(--brown);
  outline: none;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
  appearance: auto;
}
.product-weight-select:focus {
  border-color: var(--amber);
  box-shadow: var(--ring);
}
.product-weight-select:hover {
  border-color: var(--amber);
}

/* ---- Modal : galerie plus douce ---- */
.modal-gallery {
  background: var(--grad-honey);
}
.modal-content {
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.45);
}
