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

:root {
  --sage: #7a8c6e;
  --sage-clair: #b5c4a7;
  --sage-pale: #e8ede3;
  --terre: #a67c52;
  --terre-clair: #d4a574;
  --creme: #faf6ef;
  --blanc-chaud: #fffcf7;
  --brun: #4a3728;
  --brun-moyen: #6b4f3a;
  --texte: #3d3027;
}

html { scroll-behavior: smooth; }

body {
  background: var(--blanc-chaud);
  color: var(--texte);
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
}

/* Grain texture overlay */
body::before {
  content: '';
  position: fixed; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
  pointer-events: none; z-index: 1000;
  opacity: 0.4;
}

/* NAV */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 24px 64px;
  display: flex; justify-content: space-between; align-items: center;
  background: rgba(255,252,247,0.9);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(122,140,110,0.15);
}
.logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  color: var(--brun);
  letter-spacing: 0.02em;
}
.logo span {
  font-weight: 400;
  font-style: italic;
  color: var(--sage);
}
nav ul { list-style: none; display: flex; gap: 40px; }
nav ul li a {
  text-decoration: none;
  color: var(--brun);
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  opacity: 0.65;
  transition: opacity 0.3s, color 0.3s;
}
nav ul li a:hover { opacity: 1; color: var(--sage); }
.nav-btn {
  background: var(--sage);
  color: white !important;
  opacity: 1 !important;
  padding: 10px 24px !important;
  border-radius: 40px;
  transition: background 0.3s !important;
}
.nav-btn:hover { background: var(--brun) !important; }

/* HERO */
.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 80px;
  position: relative;
  overflow: hidden;
}
.hero-left {
  padding: 100px 80px 80px;
  display: flex; flex-direction: column; justify-content: center;
  position: relative; z-index: 2;
}
.hero-tag {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--sage-pale);
  color: var(--sage);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 40px;
  margin-bottom: 36px;
  width: fit-content;
  animation: fadeIn 0.8s ease 0.2s both;
}
.hero-tag::before {
  content: '✦';
  font-size: 0.6rem;
}
h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.8rem, 4.5vw, 4.5rem);
  font-weight: 400;
  line-height: 1.15;
  color: var(--brun);
  margin-bottom: 28px;
  animation: fadeIn 0.8s ease 0.4s both;
}
h1 em {
  font-style: italic;
  color: var(--sage);
}
.hero-desc {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--brun-moyen);
  opacity: 0.8;
  max-width: 400px;
  margin-bottom: 52px;
  animation: fadeIn 0.8s ease 0.6s both;
}
.hero-actions {
  display: flex; gap: 16px; flex-wrap: wrap;
  animation: fadeIn 0.8s ease 0.8s both;
}
.btn-primary {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--sage);
  color: white;
  text-decoration: none;
  padding: 16px 32px;
  border-radius: 50px;
  font-size: 0.88rem;
  letter-spacing: 0.03em;
  transition: background 0.3s, transform 0.3s;
}
.btn-primary:hover { background: var(--brun); transform: translateY(-2px); }
.btn-ghost {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--brun);
  text-decoration: none;
  padding: 16px 32px;
  border-radius: 50px;
  border: 1.5px solid rgba(74,55,40,0.2);
  font-size: 0.88rem;
  transition: border-color 0.3s, background 0.3s;
}
.btn-ghost:hover { border-color: var(--sage); background: var(--sage-pale); }
.hero-stats {
  display: flex; gap: 48px; margin-top: 64px;
  padding-top: 40px;
  border-top: 1px solid rgba(122,140,110,0.2);
  animation: fadeIn 0.8s ease 1s both;
}
.hero-stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  color: var(--sage);
  display: block; line-height: 1;
}
.hero-stat-lbl { font-size: 0.75rem; opacity: 0.55; margin-top: 4px; display: block; }

.hero-right {
  position: relative;
  background: var(--sage-pale);
  overflow: hidden;
}
.hero-right img {
  width: 100%; height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
  opacity: 0.85;
  animation: fadeIn 1.2s ease 0.3s both;
}
.hero-plant-deco {
  position: absolute;
  font-size: 12rem;
  opacity: 0.07;
  bottom: -20px; right: -20px;
  line-height: 1;
  pointer-events: none;
}
.floating-card {
  position: absolute;
  bottom: 60px; left: -40px;
  background: white;
  border-radius: 20px;
  padding: 24px 28px;
  box-shadow: 0 20px 60px rgba(74,55,40,0.12);
  display: flex; align-items: center; gap: 16px;
  min-width: 220px;
  animation: floatCard 6s ease-in-out infinite;
}
@keyframes floatCard {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
.floating-card-icon {
  width: 48px; height: 48px;
  background: var(--sage-pale);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
}
.floating-card-text strong { display: block; font-size: 0.85rem; color: var(--brun); font-weight: 500; }
.floating-card-text span { font-size: 0.72rem; color: var(--sage); }

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

/* SECTION COMMUNE */
section { padding: 120px 64px; }
.section-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--sage);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.section-eyebrow::before { content: '✦'; font-size: 0.55rem; }
h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 400;
  color: var(--brun);
  line-height: 1.2;
}
h2 em { font-style: italic; color: var(--sage); }

/* APPROCHE */
.approche {
  background: var(--creme);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
.approche-visuals { position: relative; }
.approche-main-img {
  width: 75%; aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: 200px 200px 0 200px;
  display: block;
  margin-left: auto;
}
.approche-secondary-img {
  position: absolute;
  left: 0; bottom: -20px;
  width: 48%; aspect-ratio: 1;
  object-fit: cover;
  border-radius: 0 100px 100px 100px;
  border: 6px solid var(--blanc-chaud);
}
.approche-badge {
  position: absolute;
  top: 40px; left: 24px;
  background: var(--terre-clair);
  color: white;
  width: 100px; height: 100px;
  border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-family: 'Playfair Display', serif;
  text-align: center;
}
.approche-badge strong { font-size: 1.6rem; line-height: 1; }
.approche-badge span { font-size: 0.52rem; letter-spacing: 0.1em; text-transform: uppercase; margin-top: 2px; }
.approche-content { }
.approche-content p {
  font-size: 0.95rem;
  line-height: 2;
  color: var(--brun-moyen);
  opacity: 0.85;
  margin-top: 24px;
  margin-bottom: 20px;
}
.valeurs { display: flex; flex-direction: column; gap: 16px; margin-top: 40px; }
.valeur {
  display: flex; align-items: flex-start; gap: 18px;
  padding: 20px 24px;
  background: white;
  border-radius: 16px;
  border: 1.5px solid rgba(122,140,110,0.15);
  transition: border-color 0.3s, box-shadow 0.3s;
}
.valeur:hover { border-color: var(--sage-clair); box-shadow: 0 8px 30px rgba(122,140,110,0.1); }
.valeur-icon { font-size: 1.6rem; flex-shrink: 0; }
.valeur-title { font-weight: 500; color: var(--brun); font-size: 0.9rem; margin-bottom: 4px; }
.valeur-text { font-size: 0.78rem; line-height: 1.7; color: var(--brun-moyen); opacity: 0.7; }

/* SÉANCES */
.seances { background: white; }
.seances-intro { max-width: 620px; margin-bottom: 72px; }
.seances-intro p { font-size: 0.95rem; line-height: 1.9; color: var(--brun-moyen); opacity: 0.75; margin-top: 16px; }
.seances-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.seance-card {
  background: var(--blanc-chaud);
  border-radius: 24px;
  padding: 48px 36px;
  border: 1.5px solid rgba(122,140,110,0.12);
  position: relative; overflow: hidden;
  transition: transform 0.4s, box-shadow 0.4s, border-color 0.4s;
}
.seance-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(74,55,40,0.1);
  border-color: var(--sage-clair);
}
.seance-card.featured {
  background: var(--sage);
  border-color: transparent;
  color: white;
}
.seance-card.featured .seance-titre { color: white; }
.seance-card.featured .seance-desc { color: rgba(255,255,255,0.75); }
.seance-card.featured .seance-prix { color: white; }
.seance-deco {
  position: absolute;
  top: -30px; right: -30px;
  font-size: 8rem;
  opacity: 0.06;
  line-height: 1;
  pointer-events: none;
}
.seance-icon { font-size: 2.4rem; margin-bottom: 28px; display: block; }
.seance-titre {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  color: var(--brun);
  margin-bottom: 16px;
}
.seance-desc {
  font-size: 0.82rem;
  line-height: 1.85;
  color: var(--brun-moyen);
  opacity: 0.75;
  margin-bottom: 28px;
}
.seance-duree {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 0.72rem;
  opacity: 0.55;
  margin-bottom: 20px;
}
.seance-prix {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  color: var(--sage);
  display: block;
}
.seance-prix span { font-family: 'DM Sans', sans-serif; font-size: 0.8rem; font-weight: 300; opacity: 0.6; }

/* TEMOIGNAGES */
.temoignages {
  background: var(--creme);
  text-align: center;
}
.temoignages-intro { max-width: 500px; margin: 0 auto 72px; }
.temoignages-intro p { font-size: 0.9rem; line-height: 1.9; opacity: 0.6; margin-top: 16px; }
.temoignages-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; text-align: left;
}
.temoignage {
  background: white;
  border-radius: 20px;
  padding: 40px 36px;
  position: relative;
}
.temoignage::before {
  content: '"';
  font-family: 'Playfair Display', serif;
  font-size: 5rem;
  color: var(--sage-pale);
  position: absolute;
  top: 10px; left: 24px;
  line-height: 1;
}
.temoignage-text {
  font-size: 0.88rem;
  line-height: 1.9;
  color: var(--brun-moyen);
  opacity: 0.85;
  margin-top: 24px;
  margin-bottom: 28px;
  font-style: italic;
}
.temoignage-author { display: flex; align-items: center; gap: 12px; }
.temoignage-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--sage-pale);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
}
.temoignage-name { font-weight: 500; font-size: 0.85rem; color: var(--brun); }
.temoignage-info { font-size: 0.72rem; color: var(--sage); margin-top: 2px; }
.stars { color: var(--terre-clair); font-size: 0.75rem; letter-spacing: 2px; margin-bottom: 8px; }

/* BLOG / CONSEILS */
.conseils { background: white; }
.conseils-header {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-bottom: 56px;
}
.conseils-header a {
  color: var(--sage); text-decoration: none;
  font-size: 0.82rem;
  display: flex; align-items: center; gap: 8px;
  transition: gap 0.3s;
}
.conseils-header a:hover { gap: 12px; }
.conseils-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.conseil-card { cursor: pointer; }
.conseil-img {
  width: 100%; aspect-ratio: 16/10;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 24px;
  transition: transform 0.4s;
}
.conseil-card:hover .conseil-img { transform: scale(1.02); }
.conseil-cat {
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 10px;
}
.conseil-titre {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  color: var(--brun);
  line-height: 1.4;
  margin-bottom: 12px;
}
.conseil-extrait { font-size: 0.8rem; line-height: 1.8; opacity: 0.55; }

/* CONTACT */
.contact {
  background: var(--sage);
  color: white;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
  border-radius: 48px;
  margin: 0 32px 32px;
  padding: 100px 80px;
}
.contact .section-eyebrow { color: rgba(255,255,255,0.6); }
.contact .section-eyebrow::before { color: rgba(255,255,255,0.4); }
.contact h2 { color: white; font-size: clamp(1.8rem, 2.5vw, 2.8rem); margin-bottom: 20px; }
.contact h2 em { color: var(--sage-pale); }
.contact p { font-size: 0.9rem; line-height: 1.9; opacity: 0.75; margin-bottom: 40px; }
.contact-form { display: flex; flex-direction: column; gap: 16px; }
.contact-form input, .contact-form textarea, .contact-form select {
  width: 100%;
  background: rgba(255,255,255,0.12);
  border: 1.5px solid rgba(255,255,255,0.25);
  color: white;
  padding: 14px 20px;
  border-radius: 12px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.88rem;
  outline: none;
  transition: border-color 0.3s, background 0.3s;
}
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,255,255,0.45); }
.contact-form input:focus, .contact-form textarea:focus {
  border-color: rgba(255,255,255,0.6);
  background: rgba(255,255,255,0.18);
}
.contact-form textarea { height: 120px; resize: none; }
.contact-form button {
  background: white;
  color: var(--sage);
  border: none;
  padding: 16px 32px;
  border-radius: 50px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.88rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}
.contact-form button:hover { background: var(--brun); color: white; }

.contact-info { display: flex; flex-direction: column; gap: 28px; margin-top: 40px; }
.contact-info-item { display: flex; gap: 16px; align-items: flex-start; }
.contact-info-icon {
  width: 44px; height: 44px; flex-shrink: 0;
  background: rgba(255,255,255,0.15);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
}
.contact-info-label { font-size: 0.7rem; opacity: 0.6; letter-spacing: 0.1em; text-transform: uppercase; }
.contact-info-val { font-size: 0.9rem; margin-top: 4px; }

/* FOOTER */
footer {
  padding: 48px 64px 40px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px;
}
.footer-brand .logo { font-size: 1.2rem; display: block; margin-bottom: 16px; }
.footer-brand p { font-size: 0.78rem; line-height: 1.8; opacity: 0.5; max-width: 260px; }
footer h4 {
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 20px;
}
footer ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
footer ul li a {
  text-decoration: none;
  color: var(--texte);
  font-size: 0.82rem;
  opacity: 0.55;
  transition: opacity 0.3s, color 0.3s;
}
footer ul li a:hover { opacity: 1; color: var(--sage); }
.footer-bottom {
  padding: 24px 64px;
  border-top: 1px solid rgba(122,140,110,0.12);
  display: flex; justify-content: space-between;
  font-size: 0.72rem; opacity: 0.4;
}

/* Reveal */
.reveal { opacity: 0; transform: translateY(32px); transition: opacity 0.8s ease, transform 0.8s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
