/* Reset léger pour les éléments de cette page */
.ms-services * { box-sizing: border-box; }
.ms-services { font-family: 'DM Sans', 'Segoe UI', sans-serif; color: #1A1A1A; line-height: 1.7; }
.ms-services h1, .ms-services h2, .ms-services h3, .ms-services h4 {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
}
.ms-services p { margin: 0; }
.ms-services img { max-width: 100%; display: block; }

/* Label chapeau */
.ms-label {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #C9A96E;
  font-family: 'DM Sans', 'Segoe UI', sans-serif;
  font-weight: 500;
  margin-bottom: 12px;
}

/* Boutons */
.ms-btn {
  display: inline-block;
  background: #C9A96E;
  color: #FFFFFF;
  padding: 13px 28px;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background 0.3s ease;
  font-family: 'DM Sans', 'Segoe UI', sans-serif;
}
.ms-btn:hover { background: #1A1A1A; color: #FFFFFF; }
.ms-btn--outline {
  background: transparent;
  border: 1px solid #C9A96E;
  color: #C9A96E;
}
.ms-btn--outline:hover { background: #C9A96E; color: #FFFFFF; }

/* =====================
   HERO INTÉRIEUR
===================== */
.ms-hero-inner {
  background: #1A1A1A;
  padding: 80px 24px 72px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.ms-hero-inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(201,169,110,0.12) 0%, transparent 70%);
  pointer-events: none;
}
.ms-hero-inner .ms-label { color: #C9A96E; }
.ms-hero-inner h1 {
  color: #FFFFFF;
  font-size: clamp(2rem, 4vw, 3rem);
  max-width: 760px;
  margin: 0 auto 20px;
  letter-spacing: -0.02em;
}
.ms-hero-inner p {
  color: rgba(255,255,255,0.72);
  font-size: 1.05rem;
  max-width: 600px;
  margin: 0 auto;
}

/* Breadcrumb */
.ms-breadcrumb {
  background: #F5F3EF;
  padding: 12px 24px;
  font-size: 0.8rem;
  color: #6B6B6B;
}
.ms-breadcrumb-inner {
  max-width: 1140px;
  margin: 0 auto;
}
.ms-breadcrumb a { color: #C9A96E; }
.ms-breadcrumb span { margin: 0 6px; }

/* =====================
   INTRO MAXIME
===================== */
.ms-intro {
  background: #FFFFFF;
  padding: 80px 24px;
}
.ms-intro-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.ms-intro-text h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin-bottom: 20px;
}
.ms-intro-text p {
  color: #6B6B6B;
  margin-bottom: 16px;
  font-size: 0.97rem;
}
.ms-intro-text p:last-of-type { margin-bottom: 28px; }

/* Signature Maxime */
.ms-signature-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  background: #FAF8F5;
  border-left: 3px solid #C9A96E;
  margin-top: 32px;
  border-radius: 0 2px 2px 0;
}
.ms-signature-card .ms-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #F0E6D3;
  border: 2px solid #C9A96E;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: 1.3rem;
  color: #C9A96E;
}
.ms-signature-card strong {
  display: block;
  font-size: 0.9rem;
  color: #1A1A1A;
}
.ms-signature-card span {
  font-size: 0.8rem;
  color: #6B6B6B;
}
.ms-intro-img {
  border-radius: 2px;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: #F5F3EF;
}
.ms-intro-img img { width: 100%; height: 100%; object-fit: cover; }

/* =====================
   ENGAGEMENT RAPIDE (3 piliers)
===================== */
.ms-engagements {
  background: #1A1A1A;
  padding: 56px 24px;
}
.ms-engagements-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: rgba(255,255,255,0.06);
}
.ms-engagement-item {
  background: #1A1A1A;
  padding: 40px 32px;
  text-align: center;
}
.ms-engagement-item .ms-ico {
  width: 44px;
  height: 44px;
  border: 1px solid #C9A96E;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  color: #C9A96E;
  font-size: 1.1rem;
}
.ms-engagement-item strong {
  display: block;
  color: #FFFFFF;
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: 1.15rem;
  margin-bottom: 10px;
}
.ms-engagement-item p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.65;
}

/* =====================
   SERVICES DÉTAILLÉS
===================== */
.ms-services-section {
  padding: 80px 24px;
  background: #FAF8F5;
}
.ms-services-section-inner { max-width: 1140px; margin: 0 auto; }
.ms-services-header {
  text-align: center;
  margin-bottom: 56px;
}
.ms-services-header h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin-bottom: 12px;
}
.ms-services-header p {
  color: #6B6B6B;
  max-width: 560px;
  margin: 0 auto;
  font-size: 0.97rem;
}

/* Carte service étendue */
.ms-service-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: #FFFFFF;
  border: 1px solid rgba(0,0,0,0.07);
  margin-bottom: 24px;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  transition: box-shadow 0.3s ease;
}
.ms-service-block:hover { box-shadow: 0 8px 40px rgba(0,0,0,0.13); }
.ms-service-block.ms-reverse { direction: rtl; }
.ms-service-block.ms-reverse > * { direction: ltr; }
.ms-service-img {
  background: #F5F3EF;
  min-height: 280px;
  overflow: hidden;
}
.ms-service-img img { width: 100%; height: 100%; object-fit: cover; }
.ms-service-img-placeholder {
  width: 100%;
  height: 100%;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5F3EF;
  color: #C9A96E;
  font-size: 3rem;
}
.ms-service-body {
  padding: 48px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.ms-service-body h3 {
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  color: #1A1A1A;
}
.ms-service-body p {
  color: #6B6B6B;
  font-size: 0.95rem;
  line-height: 1.75;
}
.ms-service-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ms-service-body ul li {
  font-size: 0.9rem;
  color: #3D3D3D;
  padding-left: 18px;
  position: relative;
}
.ms-service-body ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 1px;
  background: #C9A96E;
}

/* =====================
   CHAMBRE FUNERAIRE (full width)
===================== */
.ms-chambre {
  background: #F5F3EF;
  padding: 72px 24px;
}
.ms-chambre-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.ms-chambre-text h2 {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  margin-bottom: 20px;
}
.ms-chambre-text p {
  color: #6B6B6B;
  font-size: 0.97rem;
  margin-bottom: 14px;
}
.ms-chambre-salons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 8px;
}
.ms-salon-item {
  background: #FFFFFF;
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: 2px;
  padding: 20px;
  text-align: center;
}
.ms-salon-item .ms-salon-n {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: 2rem;
  color: #C9A96E;
  display: block;
  line-height: 1;
}
.ms-salon-item span:last-child {
  font-size: 0.82rem;
  color: #6B6B6B;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.ms-chambre-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
  height: 420px;
}
.ms-chambre-photos .ms-photo {
  background: #6B6B6B;
  border-radius: 2px;
  overflow: hidden;
}
.ms-chambre-photos .ms-photo:first-child {
  grid-row: 1 / 3;
}
.ms-chambre-photos .ms-photo img {
  width: 100%; height: 100%; object-fit: cover;
}
.ms-chambre-photos .ms-photo-placeholder {
  width: 100%; height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5F3EF;
  color: #C9A96E;
  font-size: 2rem;
}

/* =====================
   PREVOYANCE
===================== */
.ms-prevoyance {
  background: #F0E6D3;
  padding: 72px 24px;
  border-top: 3px solid #C9A96E;
}
.ms-prevoyance-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.ms-prevoyance h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin-bottom: 16px;
}
.ms-prevoyance p {
  color: #3D3D3D;
  font-size: 0.97rem;
  max-width: 680px;
  margin: 0 auto 12px;
}
.ms-prevoyance-ctas {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 32px;
}

/* =====================
   FAQ
===================== */
.ms-faq {
  padding: 80px 24px;
  background: #FFFFFF;
}
.ms-faq-inner {
  max-width: 800px;
  margin: 0 auto;
}
.ms-faq-header {
  text-align: center;
  margin-bottom: 48px;
}
.ms-faq-header h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: 12px;
}
.ms-faq-header p {
  color: #6B6B6B;
  font-size: 0.95rem;
}
.ms-faq-item {
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.ms-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
  cursor: pointer;
  gap: 20px;
}
.ms-faq-question h3 {
  font-family: 'DM Sans', 'Segoe UI', sans-serif;
  font-size: 0.97rem;
  font-weight: 500;
  color: #1A1A1A;
}
.ms-faq-toggle {
  width: 26px;
  height: 26px;
  border: 1px solid #C9A96E;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #C9A96E;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.ms-faq-item.ms-open .ms-faq-toggle {
  background: #C9A96E;
  color: #FFFFFF;
  transform: rotate(45deg);
}
.ms-faq-answer {
  display: none;
  padding-bottom: 22px;
  color: #6B6B6B;
  font-size: 0.93rem;
  line-height: 1.75;
}
.ms-faq-item.ms-open .ms-faq-answer { display: block; }

/* =====================
   URGENCE BAS DE PAGE
===================== */
.ms-urgence {
  background: #8B1A1A;
  padding: 56px 24px;
  text-align: center;
}
.ms-urgence h2 {
  color: #FFFFFF;
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: 12px;
}
.ms-urgence p {
  color: rgba(255,255,255,0.75);
  font-size: 0.95rem;
  margin-bottom: 28px;
}
.ms-urgence-tel {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-size: 1.8rem;
  color: #FFFFFF;
  border-bottom: 2px solid rgba(255,255,255,0.4);
  padding-bottom: 4px;
  transition: border-color 0.3s ease;
}
.ms-urgence-tel:hover { border-color: #FFFFFF; }

/* =====================
   RESPONSIVE
===================== */
@media (max-width: 900px) {
  .ms-intro-inner,
  .ms-service-block,
  .ms-chambre-inner { grid-template-columns: 1fr; gap: 40px; }
  .ms-service-block.ms-reverse { direction: ltr; }
  .ms-engagements-inner { grid-template-columns: 1fr; }
  .ms-chambre-photos { height: 260px; }
}
@media (max-width: 600px) {
  .ms-service-body { padding: 32px 24px; }
  .ms-chambre-salons { grid-template-columns: 1fr 1fr; }
  .ms-hero-inner { padding: 56px 24px; }
}

.ms-services a.ms-btn,
.ms-services a.ms-btn:link,
.ms-services a.ms-btn:visited { color: #ffffff !important; text-decoration: none !important; }
.ms-services a.ms-btn:hover { color: #ffffff !important; background: #1A1A1A !important; }