@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&family=Open+Sans:wght@300;400;600;700&display=swap');

:root {
  --c-primary: #d97706;
  --c-primary-dark: #92400e;
  --c-accent: #0891b2;
  --c-bg: #fffbeb;
  --c-bg-alt: #fef3c7;
  --c-text: #1f2937;
  --c-muted: #6b7280;
  --c-border: #fde68a;
  --radius: 14px;
  --shadow: 0 6px 20px rgba(217,119,6,0.12);
  --shadow-lg: 0 6px 20px rgba(217,119,6,0.12);
  --font-head: 'Poppins', serif;
  --font-body: 'Open Sans', sans-serif;
}

html, body {
  background: #fffbeb !important;
  color: #1f2937 !important;
  font-family: 'Open Sans', -apple-system, sans-serif !important;
}

h1, h2, h3, h4, h5, h6, .hero-title, .page-title, header .logo, .site-title {
  font-family: 'Poppins', serif !important;
  color: #d97706 !important;
  letter-spacing: -0.01em;
}

h1 { color: #92400e !important; }

a, a:visited { color: #d97706 !important; }
a:hover { color: #0891b2 !important; }

header, .site-header, nav, .navbar {
  background: #fffbeb !important;
  border-bottom: 1px solid #fde68a !important;
}

.hero, .hero-section, section.hero, .home-hero, .page-hero {
  background: linear-gradient(135deg, #fef3c7 0%, #fffbeb 100%) !important;
  border-radius: 14px !important;
}

.hero h1, .hero-section h1, .hero-title {
  color: #92400e !important;
}

button, .btn, .button, .cta, input[type=submit], a.btn-primary {
  background: #d97706 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 14px !important;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 600 !important;
}
button:hover, .btn:hover, .button:hover, .cta:hover {
  background: #0891b2 !important;
  color: #fff !important;
}

.card, article, .item, .listing-item, .article-card {
  background: #fffbeb !important;
  border: 1px solid #fde68a !important;
  border-radius: 14px !important;
  box-shadow: 0 6px 20px rgba(217,119,6,0.12) !important;
}

.tag, .badge, .pill, .chip {
  background: #0891b2 !important;
  color: #fff !important;
  border-radius: 14px !important;
}

footer, .site-footer {
  background: #92400e !important;
  color: #fff !important;
}
footer a, .site-footer a { color: #0891b2 !important; }

blockquote {
  border-left: 4px solid #0891b2 !important;
  background: #fef3c7 !important;
}

/* Selection */
::selection { background: #0891b2; color: #fff; }

img, figure img {
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
  border-radius: 14px !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

/* Override des gradients hero hardcodés du template d'origine */
.hero::before, .hero-image::before, .page-hero::before, .home-hero::before, section.hero::before {
  background: linear-gradient(135deg, #92400ecc 0%, #d9770699 100%) !important;
  opacity: 1 !important;
}

/* Pas de teinte verte ou autre filtre sur l'image hero */
.hero img, .hero-image img, section.hero img, .page-hero img, .home-hero img,
.article-body img, article img, figure img, .hero figure img {
  filter: none !important;
  -webkit-filter: none !important;
  mix-blend-mode: normal !important;
  opacity: 1 !important;
}

/* Liens en footer claire pour thèmes foncés */
