/*
Theme Name: MaisonKDR Child
Template: twentytwentyfive
Description: Thème enfant pour le restaurant gastronomique MaisonKDR
Version: 1.0
Author: Groupe 1 — Étudiante 2
*/

/* ========================================
   CHARTE GRAPHIQUE MAISONKDR
   ======================================== */
:root {
  --gold: #D4AF37;
  --gold-light: #E7C876;
  --cream: #FCF8F0;
  --sand: #F2EBE1;
  --dark: #0f0f0c;
  --sage: #7A9E7E;
}

body {
  background: var(--cream);
  color: var(--dark);
}

h1, h2, h3 {
  font-family: 'Cormorant Garamond', serif;
  color: var(--dark);
}

/* ========================================
   GALERIE DES PLATS
   ======================================== */
.wp-block-gallery {
  gap: 12px !important;
}

.wp-block-gallery .wp-block-image img {
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wp-block-gallery .wp-block-image img:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

/* ========================================
   CPT PLATS — ARCHIVE
   ======================================== */
.post-type-archive-plat .entry-title {
  font-family: 'Cormorant Garamond', serif;
  color: var(--gold);
}
