/* ============================================
   MUSLIMAH THÉRAPIE · STYLE
   Palette : Bordeaux · Blanc cassé · Rose poudré
   Typographie : Cormorant Garamond + Jost + Amiri
   ============================================ */

:root {
  /* Couleurs */
  --bordeaux: #6b1e2a;
  --bordeaux-deep: #4a1018;
  --bordeaux-soft: #8a3441;
  --rose-powder: #e8d5d2;
  --rose-light: #f5e8e6;
  --rose-blush: #d9b3ad;
  --cream: #faf6f1;
  --cream-warm: #f3ece2;
  --ink: #2a1d1d;
  --ink-soft: #5a4848;
  --gold: #b89058;

  /* Typographie */
  --font-display: 'Cormorant Garamond', 'Garamond', serif;
  --font-body: 'Jost', 'Helvetica Neue', sans-serif;
  --font-arabic: 'Amiri', 'Scheherazade', serif;

  /* Espacements */
  --max-width: 1180px;
  --section-padding: clamp(4rem, 9vw, 7rem) clamp(1.5rem, 5vw, 3rem);

  /* Transitions */
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ============================================
   RESET & BASE
   ============================================ */

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink);
  background-color: var(--cream);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0.01em;
  color: var(--bordeaux-deep);
  line-height: 1.2;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s var(--ease);
}

p { margin-bottom: 1.1rem; }
p:last-child { margin-bottom: 0; }

em { font-style: italic; color: var(--bordeaux-soft); }

/* Texte arabe */
[lang="ar"] {
  font-family: var(--font-arabic);
  font-weight: 400;
  line-height: 1.9;
}

/* ============================================
   NAVIGATION
   ============================================ */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: rgba(250, 246, 241, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(107, 30, 42, 0.08);
  transition: background-color 0.3s var(--ease);
}

.nav-bar {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 1.1rem clamp(1.5rem, 5vw, 3rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}

.nav-logo {
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: 0.18em;
  color: var(--bordeaux);
  font-weight: 500;
  text-decoration: none;
  flex-shrink: 0;
}

/* ============================================
   NAVIGATION DESKTOP
   ============================================ */

.nav-desktop {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.nav-desktop a {
  font-family: var(--font-body);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 400;
  text-decoration: none;
  position: relative;
  transition: color 0.3s var(--ease);
}

.nav-desktop a:not(.nav-cta-desktop)::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--bordeaux);
  transition: width 0.3s var(--ease);
}

.nav-desktop a:not(.nav-cta-desktop):hover::after { width: 100%; }
.nav-desktop a:not(.nav-cta-desktop):hover { color: var(--bordeaux); }

.nav-cta-desktop {
  background-color: var(--bordeaux);
  color: var(--cream) !important;
  padding: 0.65rem 1.4rem;
  border: 1px solid var(--bordeaux);
  transition: all 0.3s var(--ease);
}

.nav-cta-desktop:hover {
  background-color: transparent;
  color: var(--bordeaux) !important;
}

/* ============================================
   BOUTON HAMBURGER (MOBILE)
   ============================================ */

.nav-burger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.6rem;
  flex-direction: column;
  gap: 5px;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 110;
}

.nav-burger span {
  display: block;
  width: 24px;
  height: 1.8px;
  background-color: var(--bordeaux);
  transition: transform 0.35s var(--ease), opacity 0.25s var(--ease);
  transform-origin: center;
}

/* Animation hamburger → croix */
.nav-burger[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav-burger[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}
.nav-burger[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ============================================
   MENU MOBILE (PANNEAU DÉROULANT)
   ============================================ */

.nav-mobile {
  display: none; /* sera affiché sur mobile via media query */
}

/* ============================================
   HERO
   ============================================ */

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 8rem 1.5rem 4rem;
  background:
    radial-gradient(ellipse at 20% 30%, var(--rose-light) 0%, transparent 55%),
    radial-gradient(ellipse at 80% 70%, var(--cream-warm) 0%, transparent 50%),
    var(--cream);
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(107, 30, 42, 0.04) 1px, transparent 0);
  background-size: 32px 32px;
  pointer-events: none;
}

/* Arabesque florale en haut à droite (discrète) */
.hero-ornament {
  position: absolute;
  top: 7rem;
  right: 3rem;
  width: 200px;
  height: 200px;
  color: var(--bordeaux);
  opacity: 0.18;
  pointer-events: none;
  z-index: 1;
  animation: ornamentFade 1.8s var(--ease) 0.4s both;
}

@keyframes ornamentFade {
  from { opacity: 0; transform: translateY(-10px) rotate(-5deg); }
  to { opacity: 0.18; transform: translateY(0) rotate(0); }
}

.hero-ornament svg {
  width: 100%;
  height: 100%;
}

.hero-inner {
  max-width: 760px;
  text-align: center;
  position: relative;
  z-index: 2;
  animation: fadeUp 1.4s var(--ease);
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Basmala en translittération latine (Cormorant Garamond italique) */
.hero-bismillah {
  font-family: var(--font-display);
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-style: italic;
  font-weight: 400;
  color: var(--bordeaux-soft);
  margin-bottom: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.12em;
}

.hero-title {
  font-size: clamp(3rem, 7vw, 5.2rem);
  font-weight: 400;
  color: var(--bordeaux-deep);
  letter-spacing: 0.02em;
  margin-bottom: 1.5rem;
  line-height: 1.05;
}

.hero-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.5rem 0;
}

.hero-divider span {
  display: block;
  width: 80px;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--bordeaux), transparent);
  position: relative;
}

.hero-divider span::before {
  content: '◆';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--cream);
  color: var(--bordeaux);
  font-size: 0.6rem;
  padding: 0 0.5rem;
}

.hero-subtitle {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2.4vw, 1.7rem);
  font-weight: 400;
  color: var(--bordeaux);
  letter-spacing: 0.05em;
  margin-bottom: 0.4rem;
}

.hero-tagline {
  font-family: var(--font-body);
  font-size: 0.85rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 2.5rem;
  font-weight: 400;
}

.hero-intro {
  font-size: 1.05rem;
  line-height: 1.85;
  color: var(--ink-soft);
  max-width: 580px;
  margin: 0 auto 2.5rem;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-scroll {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.hero-scroll span {
  display: block;
  width: 1px;
  height: 50px;
  background: linear-gradient(to bottom, transparent, var(--bordeaux));
  animation: scrollHint 2.5s ease-in-out infinite;
}

@keyframes scrollHint {
  0%, 100% { transform: scaleY(0.6); opacity: 0.4; }
  50% { transform: scaleY(1); opacity: 1; }
}

/* ============================================
   BUTTONS
   ============================================ */

.btn {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 400;
  padding: 1rem 2.2rem;
  border: 1px solid;
  cursor: pointer;
  transition: all 0.4s var(--ease);
  position: relative;
  overflow: hidden;
}

.btn-primary {
  background-color: var(--bordeaux);
  color: var(--cream);
  border-color: var(--bordeaux);
}

.btn-primary:hover {
  background-color: var(--bordeaux-deep);
  border-color: var(--bordeaux-deep);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px -10px rgba(107, 30, 42, 0.5);
}

.btn-ghost {
  background-color: transparent;
  color: var(--bordeaux);
  border-color: var(--bordeaux);
}

.btn-ghost:hover {
  background-color: var(--bordeaux);
  color: var(--cream);
}

.btn-large {
  padding: 1.2rem 3rem;
  font-size: 0.85rem;
}

/* ============================================
   SECTIONS
   ============================================ */

.section {
  padding: var(--section-padding);
  position: relative;
}

.section-inner {
  max-width: var(--max-width);
  margin: 0 auto;
}

.section-eyebrow {
  font-family: var(--font-body);
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--bordeaux-soft);
  margin-bottom: 1rem;
  font-weight: 400;
}

.section-eyebrow.centered { text-align: center; }
.section-eyebrow.light { color: var(--rose-powder); }

.section-title {
  font-size: clamp(2.2rem, 4.5vw, 3.4rem);
  font-weight: 400;
  margin-bottom: 1.5rem;
  letter-spacing: 0.01em;
}

.section-title.centered {
  text-align: center;
}

.section-divider {
  width: 60px;
  height: 1px;
  background-color: var(--bordeaux);
  margin-bottom: 2.5rem;
  position: relative;
}

.section-divider.centered {
  margin-left: auto;
  margin-right: auto;
}

.section-divider.light {
  background-color: var(--rose-powder);
}

.section-divider::before {
  content: '◆';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--cream);
  color: var(--bordeaux);
  font-size: 0.5rem;
  padding: 0 0.4rem;
}

.section-lead {
  text-align: center;
  font-size: 1.1rem;
  max-width: 640px;
  margin: 0 auto 4rem;
  color: var(--ink-soft);
  line-height: 1.8;
  font-weight: 300;
}

/* ============================================
   À PROPOS
   ============================================ */

.section-about {
  background-color: var(--cream);
}

.two-col {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: start;
}

.col-text {
  font-size: 1.02rem;
  line-height: 1.85;
  color: var(--ink-soft);
}

.col-text p { margin-bottom: 1.4rem; }

.col-credentials {
  background-color: var(--rose-light);
  padding: clamp(2rem, 4vw, 3rem);
  border-left: 2px solid var(--bordeaux);
  position: relative;
}

.col-credentials::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  border: 1px solid rgba(107, 30, 42, 0.15);
  pointer-events: none;
}

.credentials-title {
  font-size: 1.4rem;
  margin-bottom: 1.8rem;
  position: relative;
  z-index: 1;
}

.credentials-list {
  list-style: none;
  position: relative;
  z-index: 1;
}

.credentials-list li {
  display: flex;
  gap: 1rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid rgba(107, 30, 42, 0.1);
}

.credentials-list li:last-child { border-bottom: none; }

.credential-marker {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  background-color: var(--bordeaux);
  border-radius: 50%;
  margin-top: 0.5rem;
  position: relative;
}

.credential-marker::before {
  content: '';
  position: absolute;
  inset: -4px;
  border: 1px solid var(--bordeaux-soft);
  border-radius: 50%;
  opacity: 0.4;
}

.credentials-list strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--bordeaux-deep);
  font-weight: 500;
  margin-bottom: 0.2rem;
}

.credentials-list span {
  font-size: 0.88rem;
  color: var(--ink-soft);
  line-height: 1.5;
}

/* ============================================
   QUOTE SECTION
   ============================================ */

.section-quote {
  background:
    linear-gradient(135deg, var(--bordeaux) 0%, var(--bordeaux-deep) 100%);
  color: var(--cream);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.section-quote::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 30% 50%, rgba(232, 213, 210, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 70% 50%, rgba(184, 144, 88, 0.06) 0%, transparent 50%);
}

.quote-inner {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.quote-arabic {
  font-family: var(--font-arabic);
  font-size: clamp(1.9rem, 4vw, 2.7rem);
  line-height: 2;
  margin-bottom: 2rem;
  color: var(--cream);
  font-weight: 400;
  direction: rtl;
}

.quote-translation {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  font-style: italic;
  font-weight: 300;
  color: var(--rose-powder);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.quote-source {
  font-family: var(--font-body);
  font-size: 0.8rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--rose-blush);
  font-weight: 300;
}

/* ============================================
   ACCOMPAGNEMENTS / SERVICES
   ============================================ */

.section-services {
  background-color: var(--cream-warm);
  position: relative;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  gap: 2rem;
  margin-top: 1rem;
}

.service-card {
  background-color: var(--cream);
  padding: 2.5rem 2.2rem;
  border: 1px solid rgba(107, 30, 42, 0.1);
  position: relative;
  transition: all 0.5s var(--ease);
}

.service-card:hover {
  border-color: var(--bordeaux);
  transform: translateY(-4px);
  box-shadow: 0 20px 40px -20px rgba(107, 30, 42, 0.2);
}

.service-card-featured {
  background-color: var(--rose-light);
  border-color: var(--bordeaux-soft);
}

.service-number {
  font-family: var(--font-display);
  font-size: 0.95rem;
  color: var(--bordeaux);
  font-style: italic;
  margin-bottom: 1.2rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  position: relative;
  display: inline-block;
}

.service-number::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 30px;
  height: 1px;
  background-color: var(--bordeaux);
}

.service-card h3 {
  font-size: 1.55rem;
  margin-bottom: 0.4rem;
  font-weight: 500;
}

.service-meta {
  font-family: var(--font-body);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--bordeaux-soft);
  margin-bottom: 1.3rem;
  font-weight: 400;
}

.service-card p {
  font-size: 0.96rem;
  color: var(--ink-soft);
  line-height: 1.75;
  margin-bottom: 1.3rem;
}

.service-card ul {
  list-style: none;
  margin-top: 1.2rem;
  border-top: 1px solid rgba(107, 30, 42, 0.12);
  padding-top: 1.2rem;
}

.service-card li {
  font-size: 0.92rem;
  color: var(--ink-soft);
  padding: 0.4rem 0 0.4rem 1.4rem;
  position: relative;
  line-height: 1.5;
}

.service-card li::before {
  content: '◦';
  position: absolute;
  left: 0;
  color: var(--bordeaux);
  font-size: 1.2rem;
  top: 0.15rem;
}

/* ============================================
   DÉROULEMENT
   ============================================ */

.section-process {
  background-color: var(--cream);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2.5rem;
  margin-top: 1rem;
  margin-bottom: 4rem;
}

.process-step {
  text-align: center;
  padding: 2rem 1rem;
  position: relative;
}

.process-step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50px;
  right: -1.25rem;
  width: 2.5rem;
  height: 1px;
  background: linear-gradient(to right, var(--rose-blush), transparent);
}

.process-roman {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-style: italic;
  color: var(--bordeaux);
  margin-bottom: 1rem;
  font-weight: 400;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border: 1px solid var(--bordeaux);
  border-radius: 50%;
  position: relative;
}

.process-roman::before {
  content: '';
  position: absolute;
  inset: -6px;
  border: 1px solid rgba(107, 30, 42, 0.2);
  border-radius: 50%;
}

.process-step h3 {
  font-size: 1.3rem;
  margin: 1.2rem 0 0.8rem;
  font-weight: 500;
}

.process-step p {
  font-size: 0.95rem;
  color: var(--ink-soft);
  line-height: 1.7;
  max-width: 250px;
  margin: 0 auto;
}

.process-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  padding: 2.5rem;
  background-color: var(--rose-light);
  border-top: 2px solid var(--bordeaux);
  text-align: center;
}

.info-item {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.info-label {
  font-family: var(--font-body);
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--bordeaux-soft);
  font-weight: 400;
}

.info-value {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--bordeaux-deep);
  font-weight: 400;
}

/* ============================================
   CTA FINAL
   ============================================ */

.section-cta {
  background:
    linear-gradient(135deg, var(--bordeaux-deep) 0%, var(--bordeaux) 50%, var(--bordeaux-deep) 100%);
  color: var(--cream);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.section-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(232, 213, 210, 0.06) 1px, transparent 0);
  background-size: 32px 32px;
}

.cta-inner {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.cta-title {
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  color: var(--cream);
  margin-bottom: 1.5rem;
  font-weight: 400;
}

.cta-text {
  font-size: 1.05rem;
  line-height: 1.85;
  color: var(--rose-powder);
  margin-bottom: 2.5rem;
  font-weight: 300;
}

.cta-text em {
  color: var(--rose-blush);
  font-family: var(--font-display);
  font-size: 1.15rem;
}

.section-cta .btn-primary {
  background-color: var(--cream);
  color: var(--bordeaux);
  border-color: var(--cream);
}

.section-cta .btn-primary:hover {
  background-color: transparent;
  color: var(--cream);
  border-color: var(--cream);
}

.cta-note {
  margin-top: 1.8rem;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--rose-blush);
  font-weight: 300;
}

/* ============================================
   FOOTER
   ============================================ */

.site-footer {
  background-color: var(--bordeaux-deep);
  color: var(--rose-powder);
  padding: 3.5rem clamp(1.5rem, 5vw, 3rem) 2rem;
}

.footer-inner {
  max-width: var(--max-width);
  margin: 0 auto;
}

.footer-brand {
  text-align: center;
  margin-bottom: 2.5rem;
}

.footer-logo {
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: var(--cream);
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-bottom: 0.4rem;
}

.footer-tag {
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--rose-blush);
  font-weight: 300;
}

.footer-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 2rem 0;
  border-top: 1px solid rgba(232, 213, 210, 0.15);
  border-bottom: 1px solid rgba(232, 213, 210, 0.15);
  margin-bottom: 2rem;
}

.footer-nav a {
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rose-powder);
  font-weight: 300;
  transition: color 0.3s var(--ease);
}

.footer-nav a:hover { color: var(--cream); }

.footer-bottom {
  text-align: center;
  font-size: 0.82rem;
  color: var(--rose-blush);
  font-weight: 300;
  line-height: 1.7;
}

.footer-bottom p { margin-bottom: 0.6rem; }

.footer-disclaimer {
  font-size: 0.72rem;
  opacity: 0.75;
  max-width: 600px;
  margin: 0.8rem auto 0;
  font-style: italic;
}

/* ============================================
   ANIMATIONS AU SCROLL
   ============================================ */

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 1s var(--ease), transform 1s var(--ease);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 880px) {
  /* Cacher la navigation desktop */
  .nav-desktop {
    display: none;
  }

  /* Afficher le bouton hamburger */
  .nav-burger {
    display: flex;
  }

  /* Le menu mobile : panneau qui descend du haut */
  .nav-mobile {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #faf6f1;
    background-image:
      radial-gradient(ellipse at 90% 0%, rgba(232, 213, 210, 0.4) 0%, transparent 60%),
      radial-gradient(ellipse at 0% 100%, rgba(243, 236, 226, 0.5) 0%, transparent 50%);
    box-shadow: 0 8px 30px -10px rgba(107, 30, 42, 0.18);
    border-bottom: 1px solid rgba(107, 30, 42, 0.1);
    /* Positionnement et animation : caché par défaut, déroulé quand ouvert */
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.4s var(--ease), opacity 0.3s var(--ease), visibility 0.4s var(--ease);
    z-index: 99;
    padding-top: calc(4.5rem + env(safe-area-inset-top));
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nav-mobile.open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  /* Croix de fermeture en haut à droite du menu */
  .nav-mobile-close {
    position: absolute;
    top: calc(1.05rem + env(safe-area-inset-top));
    right: clamp(1.5rem, 5vw, 3rem);
    background: none;
    border: none;
    cursor: pointer;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bordeaux);
    opacity: 0.85;
    transition: opacity 0.3s var(--ease), transform 0.3s var(--ease);
    z-index: 2;
    padding: 0;
  }

  .nav-mobile-close:hover,
  .nav-mobile-close:active {
    opacity: 1;
    transform: rotate(90deg);
  }

  .nav-mobile-close svg {
    width: 22px;
    height: 22px;
  }

  .nav-mobile-inner {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 480px;
    margin: 0 auto;
  }

  /* Liens du menu mobile */
  .nav-mobile-link {
    display: block;
    font-family: var(--font-body);
    font-size: 0.95rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--bordeaux-deep);
    font-weight: 400;
    text-decoration: none;
    padding: 1.05rem 0.5rem;
    border-bottom: 1px solid rgba(107, 30, 42, 0.1);
    text-align: center;
    transition: color 0.2s var(--ease), background-color 0.2s var(--ease);
  }

  .nav-mobile-link:active,
  .nav-mobile-link:hover {
    color: var(--bordeaux);
    background-color: rgba(232, 213, 210, 0.25);
  }

  /* Bouton CTA du menu mobile */
  .nav-mobile-cta {
    display: block;
    margin-top: 1.2rem;
    padding: 1rem 1.5rem;
    background-color: var(--bordeaux);
    color: var(--cream) !important;
    font-family: var(--font-body);
    font-size: 0.85rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    border: 1px solid var(--bordeaux);
    transition: background-color 0.3s var(--ease), color 0.3s var(--ease);
  }

  .nav-mobile-cta:active,
  .nav-mobile-cta:hover {
    background-color: var(--bordeaux-deep);
  }

  /* Empêche le scroll du body quand le menu est ouvert */
  body.menu-open {
    overflow: hidden;
  }

  /* Layout adjustments for mobile sections */
  .two-col {
    grid-template-columns: 1fr;
  }

  .process-step::after { display: none; }

  .hero-ornament {
    width: 140px;
    height: 140px;
    top: 6rem;
    right: 1.5rem;
    opacity: 0.15;
  }
}

@media (max-width: 520px) {
  .hero { padding: 7rem 1.2rem 4rem; }
  .hero-actions { flex-direction: column; align-items: center; }
  .btn { width: 100%; max-width: 280px; text-align: center; }
  .footer-nav { gap: 1rem 1.5rem; }
  .hero-ornament {
    width: 100px;
    height: 100px;
    top: 5.5rem;
    right: 1rem;
    opacity: 0.13;
  }

  /* Améliorations mobile petit écran */
  .hero-bismillah {
    font-size: 0.95rem;
    letter-spacing: 0.08em;
  }

  .hero-title {
    font-size: 2.6rem;
    line-height: 1.1;
  }

  .section-title {
    font-size: 1.9rem;
  }

  .service-card {
    padding: 2rem 1.6rem;
  }

  .nav-container {
    padding: 0.9rem 1.2rem;
  }
}
