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

:root {
  --c-primary: #7c1d1d;
  --c-primary-dark: #4c0519;
  --c-accent: #c69749;
  --c-bg: #faf6f0;
  --c-bg-alt: #f0e9dd;
  --c-text: #2c2419;
  --c-muted: #6b5d4f;
  --c-border: #e6dccb;
  --radius: 2px;
  --shadow: 0 2px 8px rgba(124,29,29,0.06);
  --shadow-lg: 0 2px 8px rgba(124,29,29,0.06);
  --font-head: 'Cormorant Garamond', serif;
  --font-body: 'Lora', sans-serif;
}

html, body {
  background: #faf6f0 !important;
  color: #2c2419 !important;
  font-family: 'Lora', -apple-system, sans-serif !important;
}

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

h1 { color: #4c0519 !important; }

a, a:visited { color: #7c1d1d !important; }
a:hover { color: #c69749 !important; }

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

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

.hero h1, .hero-section h1, .hero-title {
  color: #4c0519 !important;
}

button, .btn, .button, .cta, input[type=submit], a.btn-primary {
  background: #7c1d1d !important;
  color: #fff !important;
  border: none !important;
  border-radius: 2px !important;
  font-family: 'Lora', sans-serif !important;
  font-weight: 600 !important;
}
button:hover, .btn:hover, .button:hover, .cta:hover {
  background: #c69749 !important;
  color: #fff !important;
}

.card, article, .item, .listing-item, .article-card {
  background: #faf6f0 !important;
  border: 1px solid #e6dccb !important;
  border-radius: 2px !important;
  box-shadow: 0 2px 8px rgba(124,29,29,0.06) !important;
}

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

footer, .site-footer {
  background: #4c0519 !important;
  color: #fff !important;
}
footer a, .site-footer a { color: #c69749 !important; }

blockquote {
  border-left: 4px solid #c69749 !important;
  background: #f0e9dd !important;
}

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

img, figure img {
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
  border-radius: 2px !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, #4c0519cc 0%, #7c1d1d99 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 */
