
:root {
  --terracotta: #C2785C;
  --terracotta-deep: #A35D42;
  --terracotta-light: #D99A7E;
  --blush: #E8C4B8;
  --blush-light: #F2DDD6;
  --rose: #B56576;
  --rose-light: #D4919E;
  --sand: #F5EDE4;
  --sand-dark: #E8DDD0;
  --cream: #FBF7F3;
  --white: #FFFFFF;
  --charcoal: #2D2926;
  --text-dark: #3A3330;
  --text-mid: #6B5E57;
  --text-light: #9A8D85;
  --sage: #8FA68A;
  --sage-deep: #6B8B65;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Nunito', sans-serif; color: var(--text-dark); background: var(--cream); overflow-x: hidden; }

nav { position: fixed; top: 0; width: 100%; z-index: 1000; padding: 0.7rem 2rem; background: rgba(45, 41, 38, 0.92); backdrop-filter: blur(20px); box-shadow: 0 4px 30px rgba(0,0,0,0.12); }
.nav-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.nav-logo { font-family: 'Playfair Display', serif; font-size: 1.6rem; color: var(--white); text-decoration: none; letter-spacing: -0.5px; }
.nav-logo span { color: var(--blush); }
.nav-links { display: flex; gap: 2rem; list-style: none; align-items: center; }
.nav-links a { color: rgba(255,255,255,0.85); text-decoration: none; font-size: 0.9rem; font-weight: 400; transition: color 0.3s; }
.nav-links a:hover { color: var(--blush); }
.nav-cta { background: var(--terracotta) !important; color: var(--white) !important; padding: 0.6rem 1.4rem; border-radius: 50px; font-weight: 600 !important; }
.mobile-toggle { display: none; background: none; border: none; color: var(--white); font-size: 1.5rem; cursor: pointer; }

.about-hero { padding: 8rem 2rem 4rem; background: linear-gradient(135deg, var(--charcoal) 0%, #4A3B34 40%, var(--terracotta-deep) 100%); text-align: center; position: relative; overflow: hidden; }
.about-hero::before { content: ''; position: absolute; top: -50%; right: -20%; width: 80%; height: 150%; background: radial-gradient(ellipse, rgba(232, 196, 184, 0.1) 0%, transparent 70%); pointer-events: none; }
.about-hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(2.2rem, 5vw, 3.2rem); color: var(--white); margin-bottom: 1rem; position: relative; z-index: 2; }
.about-hero p { color: rgba(255,255,255,0.6); font-size: 1.1rem; font-weight: 300; max-width: 550px; margin: 0 auto; line-height: 1.7; position: relative; z-index: 2; }

/* INTRO SECTION */
.about-intro { max-width: 1100px; margin: 0 auto; padding: 5rem 2rem; display: grid; grid-template-columns: 1fr 1.3fr; gap: 4rem; align-items: center; }
.about-photo { position: relative; }
.about-photo-placeholder { width: 100%; aspect-ratio: 4/5; background: linear-gradient(145deg, var(--blush-light) 0%, var(--terracotta-light) 100%); border-radius: 24px; display: flex; align-items: center; justify-content: center; font-size: 5rem; position: relative; overflow: hidden; }
.about-photo-placeholder::after { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.08'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat; }
.about-badge { position: absolute; bottom: -15px; right: -10px; background: var(--white); padding: 1rem 1.3rem; border-radius: 16px; box-shadow: 0 8px 30px rgba(0,0,0,0.08); display: flex; align-items: center; gap: 0.7rem; }
.about-badge .number { font-family: 'Playfair Display', serif; font-size: 1.8rem; color: var(--terracotta); font-weight: 700; }
.about-badge .label { font-size: 0.78rem; color: var(--text-mid); line-height: 1.4; }

.about-text h2 { font-family: 'Playfair Display', serif; font-size: 1.8rem; color: var(--text-dark); margin-bottom: 1.2rem; line-height: 1.3; }
.about-text p { font-size: 1rem; line-height: 1.9; color: var(--text-mid); font-weight: 300; margin-bottom: 1.2rem; }

/* POURQUOI SECTION */
.pourquoi-section { background: var(--sand); padding: 5rem 2rem; }
.pourquoi-inner { max-width: 720px; margin: 0 auto; }
.pourquoi-inner h2 { font-family: 'Playfair Display', serif; font-size: 1.8rem; color: var(--text-dark); margin-bottom: 1.5rem; text-align: center; }
.pourquoi-inner p { font-size: 1rem; line-height: 1.9; color: var(--text-mid); font-weight: 300; margin-bottom: 1.2rem; }

/* APPROCHE SECTION */
.approche-section { padding: 5rem 2rem; }
.approche-inner { max-width: 720px; margin: 0 auto; }
.approche-inner h2 { font-family: 'Playfair Display', serif; font-size: 1.8rem; color: var(--text-dark); margin-bottom: 1.5rem; text-align: center; }
.approche-inner p { font-size: 1rem; line-height: 1.9; color: var(--text-mid); font-weight: 300; margin-bottom: 1.5rem; }
.valeurs { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 2rem; }
.valeur { display: flex; align-items: flex-start; gap: 1rem; background: var(--white); padding: 1.5rem; border-radius: 16px; border: 1px solid var(--sand-dark); }
.valeur-icon { width: 44px; height: 44px; background: var(--blush-light); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; }
.valeur-text { font-size: 0.92rem; color: var(--text-mid); line-height: 1.6; font-weight: 400; }

/* QUALIFICATIONS */
.qualifs-section { background: var(--charcoal); padding: 5rem 2rem; text-align: center; }
.qualifs-section h2 { font-family: 'Playfair Display', serif; font-size: 1.8rem; color: var(--white); margin-bottom: 2.5rem; }
.qualifs-grid { max-width: 800px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.qualif-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 20px; padding: 2rem 1.5rem; }
.qualif-card .icon { font-size: 2rem; margin-bottom: 1rem; }
.qualif-card h3 { font-family: 'Playfair Display', serif; font-size: 1.05rem; color: var(--white); margin-bottom: 0.5rem; }
.qualif-card p { color: rgba(255,255,255,0.55); font-size: 0.88rem; font-weight: 300; line-height: 1.6; }

/* CTA */
.about-cta { padding: 5rem 2rem; text-align: center; }
.about-cta-box { max-width: 600px; margin: 0 auto; background: var(--sand); border-radius: 24px; padding: 3rem; }
.about-cta-box h2 { font-family: 'Playfair Display', serif; font-size: 1.5rem; color: var(--text-dark); margin-bottom: 0.8rem; }
.about-cta-box p { color: var(--text-mid); font-weight: 300; margin-bottom: 1.5rem; font-size: 0.95rem; line-height: 1.7; }
.btn-primary { background: var(--terracotta); color: var(--white); padding: 1rem 2.2rem; border: none; border-radius: 50px; font-family: 'Nunito', sans-serif; font-size: 1rem; font-weight: 600; cursor: pointer; transition: all 0.3s ease; text-decoration: none; display: inline-block; }
.btn-primary:hover { background: var(--terracotta-deep); transform: translateY(-2px); box-shadow: 0 8px 25px rgba(194, 120, 92, 0.35); }

footer { background: var(--charcoal); padding: 3rem 2rem 1.5rem; border-top: 1px solid rgba(255,255,255,0.06); }
.footer-inner { max-width: 1100px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-logo { font-family: 'Playfair Display', serif; font-size: 1.3rem; color: var(--white); }
.footer-logo span { color: var(--blush); }
.footer-links { display: flex; gap: 1.5rem; list-style: none; }
.footer-links a { color: rgba(255,255,255,0.5); text-decoration: none; font-size: 0.85rem; transition: color 0.3s; }
.footer-links a:hover { color: var(--blush); }
.footer-copy { width: 100%; text-align: center; color: rgba(255,255,255,0.3); font-size: 0.8rem; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.06); }

@media (max-width: 768px) {
  .nav-links { display: none; }
  .mobile-toggle { display: block; }
  .about-intro { grid-template-columns: 1fr; gap: 2rem; }
  .valeurs { grid-template-columns: 1fr; }
  .qualifs-grid { grid-template-columns: 1fr; }
}
