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

:root {
  --c-primary: #be185d;
  --c-primary-dark: #831843;
  --c-accent: #65a30d;
  --c-bg: #fdf4ff;
  --c-bg-alt: #fae8ff;
  --c-text: #44403c;
  --c-muted: #78716c;
  --c-border: #f5d0fe;
  --radius: 18px;
  --shadow: 0 8px 24px rgba(190,24,93,0.10);
  --shadow-lg: 0 8px 24px rgba(190,24,93,0.10);
  --font-head: 'Playfair Display', serif;
  --font-body: 'Manrope', sans-serif;
}

html, body {
  background: #fdf4ff !important;
  color: #44403c !important;
  font-family: 'Manrope', -apple-system, sans-serif !important;
}

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

h1 { color: #831843 !important; }

a, a:visited { color: #be185d !important; }
a:hover { color: #65a30d !important; }

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

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

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

button, .btn, .button, .cta, input[type=submit], a.btn-primary {
  background: #be185d !important;
  color: #fff !important;
  border: none !important;
  border-radius: 18px !important;
  font-family: 'Manrope', sans-serif !important;
  font-weight: 600 !important;
}
button:hover, .btn:hover, .button:hover, .cta:hover {
  background: #65a30d !important;
  color: #fff !important;
}

.card, article, .item, .listing-item, .article-card {
  background: #fdf4ff !important;
  border: 1px solid #f5d0fe !important;
  border-radius: 18px !important;
  box-shadow: 0 8px 24px rgba(190,24,93,0.10) !important;
}

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

footer, .site-footer {
  background: #831843 !important;
  color: #fff !important;
}
footer a, .site-footer a { color: #65a30d !important; }

blockquote {
  border-left: 4px solid #65a30d !important;
  background: #fae8ff !important;
}

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

img, figure img {
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
  border-radius: 18px !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, #831843cc 0%, #be185d99 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 */
