@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=League+Spartan:wght@400;500;600;700;800&family=Albert+Sans:wght@300;400;500;600&display=swap');

:root {
  --primary: #ff4514;
  --primary-dark: #c73200;
  --primary-light: #ff6940;
  --blue: #05668d;
  --blue-dark: #03445e;
  --blue-light: #0787b8;
  --green: #02c39a;
  --white: #ffffff;
  --off-white: #fff5ed;
  --light-gray: #f5f5f5;
  --border: #e8e0d8;
  --dark: #0e0c19;
  --text: #3c3a47;
  --text-light: #6b6880;
  --shadow-sm: 0 2px 12px rgba(255,69,20,0.08);
  --shadow-md: 0 8px 32px rgba(255,69,20,0.12);
  --shadow-lg: 0 24px 72px rgba(0,0,0,0.12);
  --radius: 6px;
  --radius-lg: 12px;
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Albert Sans', sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.7;
  overflow-x: hidden;
  font-weight: 400;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ===================== TOPBAR ===================== */
.topbar {
  background: var(--primary);
  color: rgba(255,255,255,0.9);
  font-size: 0.82rem;
  padding: 0.55rem 0;
  font-family: 'League Spartan', sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; }
.topbar a { color: white; transition: opacity var(--transition); }
.topbar a:hover { opacity: 0.8; }
.topbar-left, .topbar-right { display: flex; align-items: center; gap: 1.8rem; }
.topbar-item { display: flex; align-items: center; gap: 0.45rem; }
.topbar-item svg { flex-shrink: 0; }

/* ===================== HEADER ===================== */
header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--white);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 1px 0 rgba(0,0,0,0.06);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 1rem 0; gap: 2rem; }
.logo { display: flex; align-items: center; gap: 0.85rem; flex-shrink: 0; }
.logo-mark {
  width: 48px; height: 48px;
  background: var(--primary);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.logo-mark svg { color: white; }
.logo-text { line-height: 1.2; }
.logo-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--dark);
  display: block;
}
.logo-sub {
  font-family: 'League Spartan', sans-serif;
  font-size: 0.65rem;
  color: var(--primary);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
}
nav { display: flex; align-items: center; gap: 0.2rem; }
nav a {
  font-family: 'League Spartan', sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text);
  padding: 0.5rem 0.8rem;
  border-radius: var(--radius);
  transition: all var(--transition);
  white-space: nowrap;
  letter-spacing: 0.03em;
}
nav a:hover, nav a.active { color: var(--primary); background: rgba(255,69,20,0.06); }
.nav-rdv {
  background: var(--primary) !important;
  color: white !important;
  border-radius: var(--radius) !important;
  padding: 0.55rem 1.2rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  margin-left: 0.5rem;
}
.nav-rdv:hover { background: var(--primary-dark) !important; transform: translateY(-1px); box-shadow: 0 4px 16px rgba(255,69,20,0.3) !important; }
.burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.burger span { display: block; width: 24px; height: 2px; background: var(--primary); border-radius: 2px; transition: all var(--transition); }
.mobile-nav { display: none; flex-direction: column; background: var(--white); border-top: 1px solid var(--border); padding: 1rem; gap: 0.3rem; }
.mobile-nav a { font-family: 'League Spartan', sans-serif; font-size: 0.95rem; font-weight: 600; color: var(--text); padding: 0.75rem 1rem; border-radius: var(--radius); display: block; transition: all var(--transition); }
.mobile-nav a:hover { background: rgba(255,69,20,0.06); color: var(--primary); }
.mobile-nav .nav-rdv { background: var(--primary) !important; color: white !important; text-align: center; }

/* ===================== CONTAINER ===================== */
.container { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }

/* ===================== HERO ===================== */
.hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--off-white);
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('https://images.unsplash.com/photo-1606811841689-23dfddce3e95?w=1600&q=80');
  background-size: cover;
  background-position: center 30%;
  opacity: 0.07;
}
.hero-accent {
  position: absolute;
  top: 0; right: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(135deg, transparent 0%, rgba(255,69,20,0.04) 50%, rgba(5,102,141,0.06) 100%);
  z-index: 0;
}
.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 5rem;
  padding: 6rem 0;
}
.hero-eyebrow {
  font-family: 'League Spartan', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.hero-eyebrow::before { content: ''; width: 32px; height: 2px; background: var(--primary); border-radius: 2px; }
.hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.6rem, 5vw, 4.2rem);
  font-weight: 700;
  color: var(--dark);
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
.hero h1 em {
  font-style: italic;
  color: var(--primary);
}
.hero-desc {
  font-size: 1.05rem;
  color: var(--text-light);
  line-height: 1.8;
  margin-bottom: 2.5rem;
  max-width: 500px;
}
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 3rem; }
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.9rem 1.8rem;
  border-radius: 4px;
  font-family: 'League Spartan', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  transition: all var(--transition);
  cursor: pointer;
  border: none;
  white-space: nowrap;
}
.btn-primary { background: var(--primary); color: white; }
.btn-primary:hover { background: var(--primary-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(255,69,20,0.35); }
.btn-blue { background: var(--blue); color: white; }
.btn-blue:hover { background: var(--blue-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(5,102,141,0.3); }
.btn-outline { background: transparent; color: var(--primary); border: 2px solid var(--primary); }
.btn-outline:hover { background: var(--primary); color: white; transform: translateY(-2px); }
.btn-outline-white { background: transparent; color: white; border: 2px solid rgba(255,255,255,0.6); }
.btn-outline-white:hover { background: rgba(255,255,255,0.15); border-color: white; transform: translateY(-2px); }
.btn-white { background: white; color: var(--primary); }
.btn-white:hover { background: var(--off-white); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-dark { background: var(--dark); color: white; }
.btn-dark:hover { background: #1a1830; transform: translateY(-2px); }
.hero-stats {
  display: flex;
  gap: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border);
}
.hero-stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--primary);
  line-height: 1;
}
.hero-stat-label { font-size: 0.78rem; color: var(--text-light); margin-top: 0.3rem; font-weight: 500; }

.hero-right { position: relative; }
.hero-img-main {
  width: 100%;
  height: 540px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}
.hero-card-floating {
  position: absolute;
  bottom: 2rem;
  left: -2.5rem;
  background: white;
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  box-shadow: 0 16px 48px rgba(0,0,0,0.12);
  min-width: 210px;
  border-left: 4px solid var(--green);
}
.hero-card-floating-title {
  font-family: 'League Spartan', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 0.5rem;
}
.hero-card-floating-value {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--dark);
  line-height: 1;
}
.hero-card-floating-sub { font-size: 0.8rem; color: var(--text-light); margin-top: 0.3rem; }
.hero-badge-orange {
  position: absolute;
  top: 2rem;
  right: -1.5rem;
  background: var(--primary);
  color: white;
  border-radius: var(--radius-lg);
  padding: 1.2rem 1.4rem;
  box-shadow: 0 8px 24px rgba(255,69,20,0.35);
  text-align: center;
  min-width: 100px;
}
.hero-badge-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.hero-badge-label { font-size: 0.68rem; opacity: 0.85; margin-top: 0.2rem; font-weight: 600; }

/* ===================== SECTIONS ===================== */
section { padding: 6rem 0; }
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: 'League Spartan', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 1rem;
}
.section-tag::before { content: ''; width: 28px; height: 2px; background: var(--primary); border-radius: 2px; }
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700;
  color: var(--dark);
  line-height: 1.2;
  margin-bottom: 1rem;
}
.section-title span { color: var(--primary); }
.section-title em { font-style: italic; color: var(--blue); }
.section-desc { font-size: 1rem; color: var(--text-light); line-height: 1.8; max-width: 560px; }
.section-header { margin-bottom: 3.5rem; }
.section-header.center { text-align: center; }
.section-header.center .section-desc { margin: 0 auto; }
.section-header.center .section-tag { justify-content: center; }

/* ===================== TRUST BAND ===================== */
.trust-band { background: var(--dark); padding: 1.8rem 0; }
.trust-items { display: flex; align-items: center; justify-content: center; gap: 3rem; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 0.8rem; color: rgba(255,255,255,0.82); font-size: 0.88rem; font-weight: 500; font-family: 'League Spartan', sans-serif; }
.trust-icon { width: 36px; height: 36px; background: rgba(255,69,20,0.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--primary-light); flex-shrink: 0; }

/* ===================== SERVICES ===================== */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.service-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2.2rem;
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}
.service-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--blue));
  transform: scaleX(0);
  transition: transform var(--transition);
  transform-origin: left;
}
.service-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); border-color: transparent; }
.service-card:hover::after { transform: scaleX(1); }
.service-icon {
  width: 54px; height: 54px;
  background: rgba(255,69,20,0.08);
  border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center;
  color: var(--primary);
  margin-bottom: 1.4rem;
  transition: all var(--transition);
}
.service-card:hover .service-icon { background: var(--primary); color: white; }
.service-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 0.75rem;
}
.service-card p { font-size: 0.9rem; color: var(--text-light); line-height: 1.75; }
.service-link { display: inline-flex; align-items: center; gap: 0.4rem; margin-top: 1.2rem; font-size: 0.83rem; font-weight: 700; color: var(--primary); font-family: 'League Spartan', sans-serif; letter-spacing: 0.04em; transition: gap var(--transition); }
.service-link:hover { gap: 0.7rem; }

/* ===================== ATOUTS ===================== */
.atout-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.atout-img { width: 100%; height: 420px; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.atout-tag {
  font-family: 'League Spartan', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.atout-tag::before { content: ''; width: 20px; height: 2px; background: var(--blue); border-radius: 2px; }
.atout-content h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 1rem;
}
.atout-content p { color: var(--text-light); line-height: 1.8; margin-bottom: 1.5rem; font-size: 0.95rem; }
.check-list { display: flex; flex-direction: column; gap: 0.8rem; margin: 1.5rem 0; }
.check-item { display: flex; align-items: flex-start; gap: 0.8rem; font-size: 0.92rem; color: var(--text); }
.check-dot { width: 22px; height: 22px; background: var(--green); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 0.1rem; }
.check-dot svg { color: white; }

/* ===================== AVIS ===================== */
.reviews-section { background: var(--off-white); }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.review-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  border: 1px solid var(--border);
  transition: all var(--transition);
}
.review-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.review-stars { display: flex; gap: 0.2rem; margin-bottom: 1rem; }
.review-text { font-size: 0.92rem; color: var(--text); line-height: 1.75; font-style: italic; margin-bottom: 1.5rem; }
.review-author { display: flex; align-items: center; gap: 0.9rem; }
.review-avatar {
  width: 42px; height: 42px; border-radius: 50%;
  background: rgba(255,69,20,0.1);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700; color: var(--primary); font-size: 1.1rem;
  flex-shrink: 0;
}
.review-name { font-weight: 700; font-size: 0.88rem; color: var(--dark); font-family: 'League Spartan', sans-serif; }
.review-date { font-size: 0.75rem; color: var(--text-light); }
.review-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(255,69,20,0.06);
  border: 1px solid rgba(255,69,20,0.15);
  color: var(--primary);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0.25rem 0.65rem;
  border-radius: 20px;
  margin-top: 0.3rem;
  font-family: 'League Spartan', sans-serif;
}

/* ===================== CTA BANNER ===================== */
.cta-banner { background: linear-gradient(135deg, var(--blue-dark) 0%, var(--blue) 100%); padding: 4rem 0; position: relative; overflow: hidden; }
.cta-banner::before { content: ''; position: absolute; top: -50%; right: -10%; width: 400px; height: 400px; background: radial-gradient(circle, rgba(255,255,255,0.06) 0%, transparent 70%); }
.cta-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.cta-inner h2 { font-family: 'Cormorant Garamond', serif; font-size: 2rem; color: white; margin-bottom: 0.5rem; }
.cta-inner p { color: rgba(255,255,255,0.78); font-size: 0.95rem; }
.cta-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

/* ===================== DOCTOLIB WIDGET ===================== */
.rdv-widget {
  background: white;
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: 0 16px 48px rgba(0,0,0,0.1);
  min-width: 280px;
}
.rdv-widget-title {
  font-family: 'League Spartan', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 1.2rem;
}
.rdv-form { display: flex; flex-direction: column; gap: 0.8rem; }
.rdv-form input, .rdv-form select {
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 0.75rem 1rem;
  font-size: 0.88rem;
  font-family: 'Albert Sans', sans-serif;
  color: var(--text);
  background: var(--white);
  width: 100%;
  outline: none;
  transition: border-color var(--transition);
}
.rdv-form input:focus, .rdv-form select:focus { border-color: var(--primary); }
.rdv-form .btn { width: 100%; justify-content: center; }
.rdv-note { font-size: 0.73rem; color: var(--text-light); text-align: center; margin-top: 0.5rem; }

/* ===================== PAGES INTERNES ===================== */
.page-hero {
  background: linear-gradient(135deg, var(--dark) 0%, var(--blue-dark) 100%);
  padding: 5rem 0 4rem;
  position: relative;
  overflow: hidden;
}
.page-hero::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 50px; background: var(--white); clip-path: ellipse(55% 100% at 50% 100%); }
.page-hero .section-tag { color: rgba(255,69,20,0.9); }
.page-hero .section-tag::before { background: var(--primary); }
.page-hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.2rem, 4vw, 3.5rem); color: white; margin-bottom: 1rem; font-weight: 700; }
.page-hero p { color: rgba(255,255,255,0.75); font-size: 1.05rem; max-width: 560px; }
.breadcrumb { display: flex; align-items: center; gap: 0.5rem; font-size: 0.8rem; color: rgba(255,255,255,0.5); margin-bottom: 1.5rem; font-family: 'League Spartan', sans-serif; }
.breadcrumb a { color: rgba(255,255,255,0.5); transition: color var(--transition); }
.breadcrumb a:hover { color: rgba(255,255,255,0.85); }
.breadcrumb span { color: var(--primary-light); }

/* ===================== SOINS ===================== */
.soins-list { display: flex; flex-direction: column; gap: 4rem; }
.soin-item { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 5rem; }
.soin-item.reverse { direction: rtl; }
.soin-item.reverse > * { direction: ltr; }
.soin-img { width: 100%; height: 380px; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.soin-tag { font-family: 'League Spartan', sans-serif; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--primary); margin-bottom: 0.75rem; display: flex; align-items: center; gap: 0.5rem; }
.soin-tag::before { content: ''; width: 20px; height: 2px; background: var(--primary); border-radius: 2px; }
.soin-content h2 { font-family: 'Cormorant Garamond', serif; font-size: 1.9rem; font-weight: 700; color: var(--dark); margin-bottom: 1rem; }
.soin-content p { color: var(--text-light); line-height: 1.8; margin-bottom: 1.5rem; font-size: 0.95rem; }
.soin-features { display: flex; flex-direction: column; gap: 0.6rem; }
.soin-feature { display: flex; align-items: center; gap: 0.7rem; font-size: 0.9rem; color: var(--text); }
.soin-dot { width: 8px; height: 8px; background: var(--primary); border-radius: 50%; flex-shrink: 0; }

/* ===================== CONTACT ===================== */
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 5rem; align-items: start; }
.contact-info-card { background: var(--dark); border-radius: var(--radius-lg); padding: 2.5rem; color: white; }
.contact-info-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; margin-bottom: 0.5rem; }
.contact-info-card > p { color: rgba(255,255,255,0.6); font-size: 0.9rem; margin-bottom: 2rem; }
.contact-detail { display: flex; gap: 1rem; align-items: flex-start; margin-bottom: 1.5rem; }
.contact-detail-icon { width: 44px; height: 44px; background: rgba(255,69,20,0.2); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--primary-light); flex-shrink: 0; }
.contact-detail-label { font-family: 'League Spartan', sans-serif; font-size: 0.7rem; color: rgba(255,255,255,0.45); text-transform: uppercase; letter-spacing: 0.1em; font-weight: 700; margin-bottom: 0.2rem; }
.contact-detail-value { color: rgba(255,255,255,0.88); font-size: 0.92rem; line-height: 1.55; }
.contact-detail-value a { color: rgba(255,255,255,0.88); transition: color var(--transition); }
.contact-detail-value a:hover { color: var(--primary-light); }
.horaires-grid { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.08); }
.horaires-grid h4 { font-family: 'League Spartan', sans-serif; font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-bottom: 1rem; font-weight: 700; }
.footer-horaire { display: flex; justify-content: space-between; font-size: 0.85rem; padding: 0.4rem 0; border-bottom: 1px solid rgba(255,255,255,0.05); }
.footer-horaire:last-child { border-bottom: none; }
.footer-horaire span:first-child { color: rgba(255,255,255,0.5); }
.footer-horaire span:last-child { color: rgba(255,255,255,0.85); font-weight: 500; }
.contact-form-card { background: var(--white); border-radius: var(--radius-lg); padding: 2.5rem; box-shadow: var(--shadow-md); border: 1px solid var(--border); }
.contact-form-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.7rem; color: var(--dark); margin-bottom: 0.4rem; }
.contact-form-card > p { color: var(--text-light); font-size: 0.9rem; margin-bottom: 2rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { display: flex; flex-direction: column; gap: 0.4rem; margin-bottom: 1.1rem; }
.form-group label { font-family: 'League Spartan', sans-serif; font-size: 0.78rem; font-weight: 700; color: var(--dark); letter-spacing: 0.04em; }
.form-group input, .form-group select, .form-group textarea {
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  font-family: 'Albert Sans', sans-serif;
  color: var(--text);
  background: var(--white);
  transition: all var(--transition);
  outline: none;
  width: 100%;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(255,69,20,0.08); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-note { font-size: 0.75rem; color: var(--text-light); text-align: center; margin-top: 0.8rem; }
.map-wrap { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); height: 420px; border: 1px solid var(--border); }
.map-wrap iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ===================== CABINET ===================== */
.valeurs-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.valeur-card { background: var(--off-white); border-radius: var(--radius-lg); padding: 2rem; text-align: center; border: 1px solid var(--border); transition: all var(--transition); }
.valeur-card:hover { background: var(--white); box-shadow: var(--shadow-md); transform: translateY(-4px); }
.valeur-num { font-family: 'Cormorant Garamond', serif; font-size: 3rem; font-weight: 700; color: var(--primary); line-height: 1; margin-bottom: 0.3rem; }
.valeur-label { font-family: 'League Spartan', sans-serif; font-size: 0.75rem; font-weight: 700; color: var(--dark); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 0.6rem; }
.valeur-desc { font-size: 0.83rem; color: var(--text-light); }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.assistantes-grid { grid-template-columns: repeat(5, 1fr); justify-items: center; }
.assistantes-grid .team-card { max-width: 220px; width: 100%; }
.team-card { border-radius: var(--radius-lg); overflow: hidden; background: var(--white); box-shadow: 0 2px 16px rgba(0,0,0,0.06); border: 1px solid var(--border); transition: all var(--transition); }
.team-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.team-img { width: 100%; height: 300px; object-fit: cover; object-position: center 15%; }
.team-info { padding: 1.8rem; }
.team-name { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 700; color: var(--dark); }
.team-title { font-family: 'League Spartan', sans-serif; font-size: 0.75rem; color: var(--primary); font-weight: 700; letter-spacing: 0.06em; margin: 0.3rem 0 0.8rem; text-transform: uppercase; }
.team-bio { font-size: 0.87rem; color: var(--text-light); line-height: 1.65; }

/* ===================== FOOTER ===================== */
footer { background: var(--dark); color: rgba(255,255,255,0.65); padding: 5rem 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 3rem; padding-bottom: 4rem; border-bottom: 1px solid rgba(255,255,255,0.07); }
.footer-logo { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem; }
.footer-logo-mark { width: 38px; height: 38px; background: var(--primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.footer-logo-name { font-family: 'Cormorant Garamond', serif; font-size: 1rem; color: white; font-weight: 700; }
.footer-desc { font-size: 0.86rem; line-height: 1.75; margin-bottom: 1.5rem; }
.footer-contact-item { display: flex; align-items: center; gap: 0.65rem; font-size: 0.85rem; margin-bottom: 0.6rem; }
.footer-contact-item svg { color: var(--primary); flex-shrink: 0; }
.footer-contact-item a { color: rgba(255,255,255,0.65); transition: color var(--transition); }
.footer-contact-item a:hover { color: var(--primary-light); }
.footer-col h4 { font-family: 'League Spartan', sans-serif; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: white; margin-bottom: 1.4rem; }
.footer-links { display: flex; flex-direction: column; gap: 0.55rem; }
.footer-links a { font-size: 0.86rem; color: rgba(255,255,255,0.55); transition: color var(--transition); display: flex; align-items: center; gap: 0.4rem; }
.footer-links a::before { content: '›'; color: var(--primary); font-size: 1rem; }
.footer-links a:hover { color: var(--primary-light); }
.footer-social { display: flex; gap: 0.75rem; margin-top: 1.5rem; }
.footer-social a { width: 38px; height: 38px; background: rgba(255,255,255,0.06); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.6); transition: all var(--transition); }
.footer-social a:hover { background: var(--primary); color: white; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding: 1.5rem 0; font-size: 0.78rem; flex-wrap: wrap; gap: 1rem; }
.footer-bottom-links { display: flex; gap: 1.5rem; }
.footer-bottom-links a { color: rgba(255,255,255,0.35); transition: color var(--transition); }
.footer-bottom-links a:hover { color: rgba(255,255,255,0.7); }

/* ===================== RESPONSIVE ===================== */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-content { grid-template-columns: 1fr; gap: 0; }
  .atout-grid { grid-template-columns: 1fr; gap: 3rem; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .assistantes-grid { grid-template-columns: repeat(3, 1fr); justify-items: center; }
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .valeurs-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
  .soin-item { grid-template-columns: 1fr; gap: 2.5rem; }
  .soin-item.reverse { direction: ltr; }
  [style*="grid-template-columns:1fr 1fr"] { grid-template-columns: 1fr !important; gap: 2.5rem !important; }
  /* Menu : réduire taille et espacement quand beaucoup de liens */
  #main-nav { gap: 1rem; }
  #main-nav a { font-size: 0.78rem; }

  /* Hero : image en bandeau sous le texte, visible sur tablette */
  .hero-content { display: flex; flex-direction: column; }
  .hero-right {
    display: block;
    width: 100%;
    margin: 0 -2rem;
    width: calc(100% + 4rem);
  }
  .hero-img-main {
    width: 100%;
    height: 320px;
    border-radius: 0;
    box-shadow: none;
  }
  .hero-card-floating, .hero-badge-orange { display: none; }
  .hero-left { padding: 3rem 0 2rem; }
}

@media (max-width: 768px) {
  section { padding: 3.5rem 0; }
  .container { padding: 0 1.2rem; }
  .topbar { display: none; }
  nav { display: none; }
  .burger { display: flex; }
  .mobile-nav.open { display: flex; }

  /* Hero mobile : texte + photo pleine largeur */
  .hero { min-height: auto; }
  .hero-content { padding: 0; flex-direction: column; gap: 0; }
  .hero-left { padding: 2.5rem 1.2rem 2rem; }
  .hero h1 { font-size: clamp(2rem, 8vw, 2.8rem); }
  .hero-desc { font-size: 0.95rem; }
  .hero-right {
    display: block;
    width: 100vw;
    margin: 0 -1.2rem;
  }
  .hero-img-main {
    width: 100%;
    height: 260px;
    border-radius: 0;
    object-position: center 20%;
  }
  .hero-card-floating, .hero-badge-orange { display: none; }
  .hero-actions { flex-direction: column; }
  .hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    padding-top: 1.5rem;
  }
  .hero-stat-num { font-size: 1.8rem; }

  /* Trust band : 2 items par ligne */
  .trust-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem 1.5rem;
    justify-items: start;
  }
  .trust-item { font-size: 0.8rem; }

  .services-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .assistantes-grid { grid-template-columns: repeat(2, 1fr); }
  .assistantes-grid .team-card { max-width: 100%; }
  .reviews-grid { grid-template-columns: 1fr; }
  .cta-inner { flex-direction: column; text-align: center; }
  .cta-actions { justify-content: center; }

  /* Footer simplifié mobile */
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; padding-bottom: 2.5rem; }
  .footer-col:nth-child(2), .footer-col:nth-child(3) { display: none; }
  footer { padding: 3rem 0 0; }
  .footer-bottom { flex-direction: column; text-align: center; gap: 0.5rem; }
  .footer-bottom-links { gap: 1rem; }

  .valeurs-grid { grid-template-columns: 1fr 1fr; }
  .form-row { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .hero-stats { grid-template-columns: repeat(3, 1fr); gap: 0.5rem; }
  .hero-stat-num { font-size: 1.5rem; }
  .hero-stat-label { font-size: 0.68rem; }
  .trust-items { grid-template-columns: 1fr; gap: 0.8rem; }
  .valeurs-grid { grid-template-columns: 1fr 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .assistantes-grid { grid-template-columns: 1fr 1fr; }
  .hero-actions .btn { justify-content: center; }
  .cta-actions { flex-direction: column; width: 100%; }
  .cta-actions .btn { justify-content: center; width: 100%; }
  .team-img { height: 240px; }
}
