/* === RESET & VARIABLES === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --white: #ffffff; --off: #f7f5f2; --sage: #7a9e82; --sage-lt: #e8f0e9;
  --sage-dk: #5f8465; --warm: #c8a97a; --dark: #2a2a2a; --mid: #666666;
  --light: #aaaaaa; --border: #eeeeee; --radius: 6px; --radius-lg: 12px;
  --max: 1100px; --shadow: 0 8px 30px rgba(0,0,0,0.07);
}
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; font-weight: 300; color: var(--dark); background: var(--white); font-size: 16px; line-height: 1.7; }
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }

/* === TYPOGRAPHY === */
p { text-align: justify; }
.text-center p { text-align: center; }
h1, h2, h3, h4 { font-family: 'Cormorant Garamond', serif; font-weight: 300; line-height: 1.2; color: var(--dark); }
h1 { font-size: clamp(2.4rem, 5vw, 3.8rem); }
h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); margin-bottom: 1.5rem; }
h3 { font-size: 1.3rem; font-weight: 400; margin-bottom: 0.6rem; }
.label { display: inline-block; font-size: 0.7rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: var(--sage); margin-bottom: 1rem; }
.subtitle { font-size: 1rem; color: var(--mid); max-width: 560px; line-height: 1.8; text-align: justify; }
section .subtitle { max-width: none; }
em { font-style: italic; color: var(--sage); }

/* === BUTTONS === */
.btn { display: inline-block; font-family: 'Inter', sans-serif; font-size: 0.78rem; font-weight: 400; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; padding: 0.9rem 2rem; border-radius: var(--radius); transition: all 0.2s; cursor: pointer; border: none; }
.btn-primary { background: var(--sage); color: var(--white); }
.btn-primary:hover { background: var(--sage-dk); }
.btn-outline { border: 1px solid var(--dark); color: var(--dark); background: transparent; }
.btn-outline:hover { background: var(--dark); color: var(--white); }
.btn-white { background: var(--white); color: var(--sage); }
.btn-white:hover { background: var(--off); }
.btn-ghost { background: transparent; color: var(--sage); border: 1px solid var(--sage); }
.btn-ghost:hover { background: var(--sage); color: var(--white); }
.btn-block { width: 100%; text-align: center; }
.btn-sm { padding: 0.6rem 1.4rem; font-size: 0.72rem; }

/* === NAV === */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(255,255,255,0.93); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(0,0,0,0.06); padding: 0 2rem; height: 64px; display: flex; align-items: center; justify-content: space-between; }
.nav-brand { display: flex; align-items: center; gap: 0.6rem; color: var(--dark); }
.nav-logo { height: 2rem; width: auto; }
.nav-brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.nav-brand-name { font-family: 'Cormorant Garamond', serif; font-size: 1.25rem; font-weight: 400; letter-spacing: 0.02em; }
.nav-brand-tagline { font-family: 'Inter', sans-serif; font-size: 0.58rem; font-weight: 400; letter-spacing: 0.13em; text-transform: uppercase; color: var(--mid); }
.nav-links { display: flex; gap: 2rem; list-style: none; align-items: center; }
.nav-links a { font-size: 0.78rem; font-weight: 400; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mid); transition: color 0.2s; }
.nav-links a:hover { color: var(--sage); }
.nav-cta { color: var(--white) !important; background: var(--sage); padding: 0.55rem 1.2rem; border-radius: var(--radius); }
.nav-cta:hover { background: var(--sage-dk) !important; color: var(--white) !important; }
.burger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.burger span { display: block; width: 22px; height: 1.5px; background: var(--dark); transition: transform 0.3s, opacity 0.3s; }

/* === SECTIONS === */
section { padding: 90px 2rem; }
.section-inner { max-width: var(--max); margin: 0 auto; }
.section-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 3rem; flex-wrap: wrap; gap: 1.5rem; }
.bg-off { background: var(--off); }
.bg-white { background: var(--white); }
.text-center { text-align: center; }

/* === HERO === */
#hero { min-height: 100vh; display: flex; align-items: center; background: var(--white); padding: 100px 2rem 60px; }
.hero-inner { max-width: var(--max); margin: 0 auto; width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.hero-text h1 { margin-bottom: 1.5rem; }
.hero-text p { font-size: 1rem; color: var(--mid); max-width: 440px; margin-bottom: 2rem; line-height: 1.8; text-align: justify; }
.hero-locality { font-size: 0.78rem; color: var(--light); margin-top: 1rem; letter-spacing: 0.02em; }
.cta-group { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }
.hero-visual { position: relative; display: flex; justify-content: center; align-items: center; }
.hero-photo-wrap { width: 100%; max-width: 420px; aspect-ratio: 4/5; border-radius: 120px 120px 0 120px; overflow: hidden; background: var(--sage-lt); }
.hero-photo-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.hero-badge { position: absolute; bottom: 2rem; right: 0; background: var(--white); border-radius: 12px; box-shadow: var(--shadow); padding: 1rem 1.4rem; display: flex; align-items: center; gap: 0.75rem; }
.hero-badge-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--sage); flex-shrink: 0; }
.hero-badge span { font-size: 0.78rem; color: var(--mid); line-height: 1.4; }
.hero-badge strong { font-weight: 500; color: var(--dark); display: block; }

/* === MODALITES LEGEND === */
.modalites-legend { background: var(--white); border-bottom: 1px solid var(--border); padding: 0.9rem 2rem; }
.modalites-legend-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: center; gap: 2rem; flex-wrap: wrap; }
.modalites-legend-title { font-size: 0.75rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--mid); }
.modalites-legend-items { display: flex; gap: 1.5rem; flex-wrap: wrap; justify-content: center; }
.modalite-item { display: flex; align-items: center; gap: 0.4rem; font-size: 0.82rem; color: var(--mid); }
.modalite-icon { font-size: 1rem; }
@media (max-width: 600px) { .modalites-legend-inner { flex-direction: column; gap: 0.6rem; text-align: center; } }

/* === PAGE HERO === */
.page-hero { padding: 130px 2rem 40px; background: var(--off); text-align: center; }
.page-hero h1 { font-size: clamp(2.2rem, 4vw, 3.2rem); margin-bottom: 1rem; }
.page-hero .subtitle { margin: 0 auto; max-width: 600px; text-align: center; }

/* === MIRROR (Vous vous reconnaissez ?) === */
.mirror-grid { display: flex; flex-wrap: wrap; gap: 0.6rem; justify-content: center; margin: 2.5rem 0; }
.mirror-tag { background: var(--white); border: 1px solid var(--border); border-radius: 30px; padding: 0.55rem 1.2rem; font-size: 0.82rem; color: var(--mid); transition: all 0.25s; cursor: default; }
.mirror-tag:hover { border-color: var(--sage); color: var(--sage); background: var(--sage-lt); }
.mirror-cta { font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; font-style: italic; color: var(--sage); margin-top: 1.5rem; }

/* === ACCOMPAGNEMENT CARDS (3 colonnes) === */
.accom-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.accom-card { background: var(--white); border-radius: var(--radius-lg); padding: 2.2rem; transition: transform 0.2s, box-shadow 0.2s; display: flex; flex-direction: column; align-items: center; text-align: center; border: 1px solid var(--border); }
.accom-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: transparent; }
.accom-card-icon { font-size: 2rem; margin-bottom: 1rem; }
.accom-card h3 { font-size: 1.2rem; margin-bottom: 0.6rem; }
.accom-card p { font-size: 0.85rem; color: var(--mid); line-height: 1.7; flex: 1; margin-bottom: 1.5rem; text-align: justify; }
.accom-card .btn { align-self: center; }
.accom-badge { display: inline-block; font-size: 0.72rem; font-weight: 500; letter-spacing: 0.06em; color: var(--sage-dk); background: var(--sage-lt); border-radius: 20px; padding: 0.22rem 0.75rem; align-self: center; }

/* === SERVICE DETAIL CARDS === */
.services-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.5rem; }
.service-card { background: var(--white); border-radius: var(--radius-lg); padding: 2rem; transition: transform 0.2s, box-shadow 0.2s; display: flex; flex-direction: column; border: 1px solid var(--border); }
.service-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: transparent; }
.service-icon { font-size: 1.8rem; margin-bottom: 0.8rem; display: block; text-align: center; }
.service-card h3 { text-align: center; }
.service-card p { font-size: 0.85rem; color: var(--mid); line-height: 1.7; flex: 1; margin-bottom: 1rem; text-align: justify; }
.service-meta { display: flex; justify-content: space-between; align-items: baseline; padding-top: 1rem; border-top: 1px solid var(--border); margin-top: auto; }
.service-meta-duration { font-size: 0.75rem; color: var(--light); }
.service-meta-price { font-size: 0.95rem; font-weight: 500; color: var(--dark); }
.service-modalites { display: flex; gap: 0.4rem; margin-top: 0.75rem; font-size: 1rem; justify-content: center; }

/* === ABOUT === */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.about-photo-wrap { border-radius: 80px 0 80px 0; overflow: hidden; aspect-ratio: 4/5; background: var(--sage-lt); }
.about-photo-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.about-text p { color: var(--mid); margin-bottom: 1.2rem; line-height: 1.8; font-size: 0.95rem; }
.certifs { margin-top: 2rem; display: flex; flex-direction: column; gap: 0.6rem; }
.certif-item { display: flex; align-items: flex-start; gap: 0.75rem; font-size: 0.85rem; color: var(--mid); }
.certif-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--sage); flex-shrink: 0; margin-top: 0.6rem; }

/* === TESTIMONIALS === */
.temoignages-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.temoignage-card { border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 2rem; display: flex; flex-direction: column; }
.stars { color: var(--warm); font-size: 0.85rem; letter-spacing: 0.1em; margin-bottom: 0.8rem; }
.temoignage-card blockquote { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; font-style: italic; color: var(--dark); line-height: 1.7; margin-bottom: 1.2rem; flex: 1; }
.temoignage-author { font-size: 0.8rem; font-weight: 500; color: var(--mid); letter-spacing: 0.05em; text-transform: uppercase; }
.temoignage-soin { font-size: 0.72rem; color: var(--sage); margin-top: 0.2rem; }
.temoignages-note { margin-top: 3rem; text-align: center; font-size: 0.85rem; color: var(--light); }
.temoignages-note strong { color: var(--mid); }
/* === CAROUSEL === */
.carousel { position: relative; }
.carousel-viewport { display: flex; align-items: center; gap: 1rem; }
.carousel-inner { flex: 1; overflow: hidden; }
.carousel-track { display: flex; gap: 1.5rem; transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.carousel-track .temoignage-card { flex: 0 0 calc(33.333% - 1rem); text-align: center; }
.carousel-track .temoignage-card blockquote { text-align: center; }
.carousel-track .temoignage-card .stars,
.carousel-track .temoignage-card .temoignage-author,
.carousel-track .temoignage-card .temoignage-soin { display: block; text-align: center; }
.carousel-btn { flex-shrink: 0; background: var(--white); border: 1px solid var(--border); border-radius: 50%; width: 2.5rem; height: 2.5rem; cursor: pointer; display: flex; align-items: center; justify-content: center; color: var(--dark); transition: background 0.2s; box-shadow: var(--shadow); }
.carousel-btn:hover { background: var(--off); }
.carousel-dots { display: flex; justify-content: center; gap: 0.5rem; margin-top: 1.5rem; }
.carousel-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--border); border: none; cursor: pointer; padding: 0; transition: background 0.2s, transform 0.2s; }
.carousel-dot.active { background: var(--sage); transform: scale(1.3); }
@media (max-width: 900px) { .carousel-track .temoignage-card { flex: 0 0 calc(50% - 0.75rem); } }
@media (max-width: 600px) { .carousel-track .temoignage-card { flex: 0 0 100%; } }

/* === TARIFS === */
.tarif-intro { font-size: 0.95rem; color: var(--mid); max-width: 700px; line-height: 1.8; margin-bottom: 3rem; }
.tarifs-table { width: 100%; border-collapse: collapse; }
.tarifs-table th { font-family: 'Inter', sans-serif; font-size: 0.7rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--light); text-align: left; padding: 0 0 1rem; border-bottom: 1px solid var(--border); }
.tarifs-table th:last-child { text-align: right; }
.tarifs-table td { padding: 1rem 0; border-bottom: 1px solid #f5f5f5; font-size: 0.9rem; color: var(--mid); }
.tarifs-table td:last-child { text-align: right; font-weight: 500; color: var(--dark); white-space: nowrap; }
.tarifs-table tr:last-child td { border-bottom: none; }
.tarif-duration { font-size: 0.78rem; color: var(--light); }
.tarifs-note { margin-top: 1.5rem; font-size: 0.78rem; color: var(--light); line-height: 1.6; }

/* === ACCORDION === */
.accordion { border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; margin-top: 2rem; }
.accordion-trigger { width: 100%; background: var(--off); border: none; padding: 1.2rem 1.8rem; font-family: 'Inter', sans-serif; font-size: 0.88rem; font-weight: 400; color: var(--dark); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; text-align: left; transition: background 0.2s; }
.accordion-trigger:hover { background: #efecea; }
.accordion-icon { font-size: 1.2rem; color: var(--sage); transition: transform 0.3s; flex-shrink: 0; }
.accordion-trigger[aria-expanded="true"] .accordion-icon { transform: rotate(45deg); }
.accordion-body { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.accordion-body-inner { padding: 1.5rem 1.8rem; }

/* === FAQ === */
.faq { display: flex; flex-direction: column; gap: 0.75rem; }
.faq-item { border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.faq-q { width: 100%; background: none; border: none; padding: 1.1rem 1.4rem; font-family: 'Inter', sans-serif; font-size: 0.9rem; font-weight: 400; color: var(--dark); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; text-align: left; }
.faq-icon { font-size: 1.1rem; color: var(--sage); transition: transform 0.3s; flex-shrink: 0; }
.faq-q[aria-expanded="true"] .faq-icon { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.faq-a-inner { padding: 0 1.4rem 1.2rem; font-size: 0.85rem; color: var(--mid); line-height: 1.7; text-align: justify; }

/* === MAP === */
.map-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 3rem; align-items: start; margin-top: 3rem; }
.map-detail { display: flex; gap: 0.75rem; margin-bottom: 1.2rem; }
.map-detail-icon { font-size: 1.1rem; flex-shrink: 0; }
.map-detail-label { font-size: 0.7rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--light); margin-bottom: 0.15rem; }
.map-detail-value { font-size: 0.88rem; color: var(--mid); line-height: 1.5; }
.map-detail-value a { color: var(--mid); }
.map-detail-value a:hover { color: var(--sage); }
.map-embed { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); line-height: 0; }
.map-embed iframe { width: 100%; height: 380px; border: 0; display: block; }

/* === BOOKING FORM === */
.booking-form { display: flex; flex-direction: column; gap: 1rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { display: flex; flex-direction: column; gap: 0.4rem; }
.form-group label { font-size: 0.75rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--mid); }
.form-group input, .form-group select, .form-group textarea { font-family: 'Inter', sans-serif; font-size: 0.88rem; font-weight: 300; color: var(--dark); background: var(--white); border: 1px solid #ddd; border-radius: var(--radius); padding: 0.75rem 1rem; outline: none; transition: border-color 0.2s; width: 100%; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--sage); }
.form-group textarea { resize: vertical; min-height: 100px; }
.form-note { font-size: 0.75rem; color: var(--light); text-align: center; margin-top: 0.5rem; line-height: 1.5; }

/* === CTA BAND === */
.cta-band { background: var(--sage); padding: 70px 2rem; text-align: center; }
.cta-band-inner { max-width: 600px; margin: 0 auto; }
.cta-band h2 { color: var(--white); margin-bottom: 1rem; }
.cta-band p { color: rgba(255,255,255,0.8); margin-bottom: 2rem; font-size: 0.95rem; text-align: center; }
.cta-band .cta-group { justify-content: center; }

/* === DOUBLE CTA === */
.double-cta { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; justify-content: center; margin-top: 2rem; }

/* === CONTENT BLOCKS === */
.content-grid { display: grid; grid-template-columns: 3fr 2fr; gap: 5rem; align-items: center; }
.content-image { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 3/4; }
.content-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 10%; }
.content-text p { font-size: 0.95rem; color: var(--mid); line-height: 1.8; margin-bottom: 1.2rem; }

/* === STEPS === */
.steps { display: flex; flex-direction: column; gap: 1.5rem; margin-top: 1rem; }
.step { display: flex; gap: 1.5rem; align-items: flex-start; }
.step-num { width: 36px; height: 36px; background: var(--sage-lt); border-radius: 50%; display: grid; place-items: center; font-family: 'Inter', sans-serif; font-size: 0.85rem; color: var(--sage); font-weight: 500; flex-shrink: 0; line-height: 1; }
.step-text h4 { font-size: 0.9rem; font-weight: 500; color: var(--dark); margin-bottom: 0.25rem; font-family: 'Inter', sans-serif; }
.step-text p { font-size: 0.85rem; color: var(--mid); line-height: 1.6; margin: 0; }

/* === BENEFITS === */
.benefits-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 1rem; }
.benefits-grid--3col { grid-template-columns: repeat(3, 1fr); }
.benefit-item { background: var(--off); border-radius: var(--radius); padding: 1.2rem; }
.benefit-item h4 { font-size: 0.88rem; font-weight: 500; color: var(--dark); margin-bottom: 0.3rem; font-family: 'Inter', sans-serif; }
.benefit-item p { font-size: 0.8rem; color: var(--mid); line-height: 1.5; margin: 0; }

/* === DOMICILE BAND === */
.domicile-band { background: var(--sage-lt); border-radius: var(--radius-lg); padding: 2rem 2.5rem; display: flex; align-items: center; gap: 2rem; }
.domicile-icon { font-size: 2.5rem; flex-shrink: 0; }
.domicile-text h4 { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 400; color: var(--dark); margin-bottom: 0.4rem; }
.domicile-text p { font-size: 0.88rem; color: var(--mid); line-height: 1.6; margin: 0; }

/* === APPEL GRATUIT ENCART === */
.appel-gratuit { background: var(--sage-lt); border-radius: var(--radius-lg); padding: 2rem 2.5rem; text-align: center; }
.appel-gratuit h3 { font-size: 1.4rem; margin-bottom: 0.5rem; }
.appel-gratuit p { font-size: 0.88rem; color: var(--mid); margin-bottom: 1.5rem; text-align: center; }

/* === INFO BAND === */
.info-band { background: var(--sage-lt); border-radius: var(--radius); padding: 1rem 1.5rem; font-size: 0.82rem; color: var(--mid); display: flex; gap: 0.75rem; align-items: flex-start; margin-bottom: 1.5rem; line-height: 1.5; }

/* === APERCU TARIFS (homepage) === */
.tarif-apercu { max-width: 500px; margin: 0 auto; }
.tarif-apercu-line { display: flex; justify-content: space-between; align-items: baseline; padding: 0.8rem 0; border-bottom: 1px solid #f0f0f0; gap: 1rem; }
.tarif-apercu-line:last-child { border-bottom: none; }
.tarif-apercu-name { font-size: 0.9rem; color: var(--dark); }
.tarif-apercu-detail { font-size: 0.78rem; color: var(--light); flex-shrink: 0; }
.tarif-apercu-price { font-size: 1rem; font-weight: 500; color: var(--dark); flex-shrink: 0; }

/* === RDV-SPECIFIC === */
.rdv-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 4rem; align-items: start; margin-top: 3rem; }
.rdv-modes { display: flex; flex-direction: column; gap: 1rem; margin-bottom: 2.5rem; }
.rdv-mode { display: flex; gap: 1rem; align-items: flex-start; background: var(--off); border-radius: var(--radius); padding: 1.2rem; }
.rdv-mode-icon { font-size: 1.5rem; flex-shrink: 0; }
.rdv-mode h4 { font-family: 'Inter', sans-serif; font-size: 0.88rem; font-weight: 500; color: var(--dark); margin-bottom: 0.2rem; }
.rdv-mode p { font-size: 0.8rem; color: var(--mid); line-height: 1.5; margin: 0; }
.rdv-direct-links { display: flex; flex-direction: column; gap: 0.75rem; }
.rdv-direct-link { display: flex; align-items: center; gap: 1rem; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 1rem 1.2rem; transition: border-color 0.2s, box-shadow 0.2s; }
.rdv-direct-link:hover { border-color: var(--sage); box-shadow: 0 4px 15px rgba(122,158,130,0.1); }
.rdv-direct-link span:first-child { font-size: 1.3rem; }
.rdv-direct-link-text strong { display: block; font-size: 0.88rem; font-weight: 500; color: var(--dark); }
.rdv-direct-link-text small { font-size: 0.78rem; color: var(--mid); }
.rdv-form-card { background: var(--off); border-radius: 16px; padding: 2.5rem; }
.rdv-form-card h3 { font-size: 1.6rem; margin-bottom: 0.5rem; }
.rdv-form-card > p { font-size: 0.88rem; color: var(--mid); margin-bottom: 2rem; line-height: 1.7; }

/* === IFRAME PLACEHOLDER === */
.iframe-placeholder { background: var(--off); border: 2px dashed var(--border); border-radius: var(--radius-lg); min-height: 400px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; padding: 3rem; text-align: center; }
.iframe-placeholder p { font-size: 0.88rem; color: var(--mid); }
.iframe-placeholder code { background: var(--white); padding: 0.3rem 0.6rem; border-radius: 4px; font-size: 0.78rem; color: var(--sage); }

/* === BOOKINGS CARD === */
.bookings-card { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--border); margin-top: 0; }
.bookings-card-left { background: var(--off); padding: 3rem; }
.bookings-card-left h3 { font-size: 1.5rem; margin-bottom: 1rem; }
.bookings-card-left p { color: var(--mid); font-size: 0.95rem; line-height: 1.7; }
.bookings-steps { list-style: none; margin-top: 2rem; display: flex; flex-direction: column; gap: 0.9rem; }
.bookings-steps li { display: flex; align-items: center; gap: 0.8rem; font-size: 0.9rem; color: var(--dark); }
.bookings-steps li span { display: flex; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 50%; background: var(--sage); color: var(--white); font-size: 0.75rem; font-weight: 500; flex-shrink: 0; }
.bookings-card-right { background: var(--white); padding: 3rem; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1.5rem; text-align: center; }
.bookings-note { font-size: 0.88rem; color: var(--mid); max-width: 280px; line-height: 1.6; }
.bookings-secure { font-size: 0.8rem; color: var(--light); }
.bookings-icon { font-size: 2.5rem; margin-bottom: 0.5rem; }
.btn-lg { padding: 1rem 2rem; font-size: 0.85rem; display: inline-flex; align-items: center; }

/* === BLOG === */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 1.5rem; }
.blog-card { border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; transition: transform 0.2s, box-shadow 0.2s; }
.blog-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.blog-card-body { padding: 1.5rem; }
.blog-card-tag { font-size: 0.68rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--sage); margin-bottom: 0.6rem; display: inline-block; }
.blog-card h3 { font-size: 1.1rem; margin-bottom: 0.5rem; }
.blog-card p { font-size: 0.82rem; color: var(--mid); line-height: 1.6; }

/* === FOOTER === */
footer { background: var(--dark); color: rgba(255,255,255,0.5); padding: 3rem 2rem; text-align: center; }
footer p { text-align: center; }
.footer-inner { max-width: var(--max); margin: 0 auto; }
.footer-brand { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 300; color: rgba(255,255,255,0.85); margin-bottom: 0.5rem; }
.footer-tag { font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--sage); margin-bottom: 1rem; }
.footer-locality { font-size: 0.75rem; color: rgba(255,255,255,0.35); margin-bottom: 2rem; line-height: 1.5; }
.footer-links { display: flex; justify-content: center; gap: 2rem; list-style: none; margin-bottom: 2rem; flex-wrap: wrap; }
.footer-links a { font-size: 0.78rem; color: rgba(255,255,255,0.4); letter-spacing: 0.08em; text-transform: uppercase; transition: color 0.2s; }
.footer-links a:hover { color: rgba(255,255,255,0.8); }
.footer-copy { font-size: 0.75rem; margin-top: 1rem; }
.footer-mentions { font-size: 0.72rem; margin-top: 0.5rem; }
.footer-mentions a { color: rgba(255,255,255,0.4); }
.footer-mentions a:hover { color: rgba(255,255,255,0.8); }
/* === MENTIONS LEGALES === */
.mentions-block { margin-bottom: 3rem; }
.mentions-block h2 { font-size: 1.3rem; margin-bottom: 1rem; padding-bottom: 0.5rem; border-bottom: 1px solid var(--border); }
.mentions-list { list-style: none; display: flex; flex-direction: column; gap: 0.4rem; margin-bottom: 1rem; }
.mentions-list li { font-size: 0.9rem; color: var(--mid); }
.mentions-list li strong { color: var(--dark); }
.mentions-block p { font-size: 0.9rem; color: var(--mid); line-height: 1.8; }
.footer-dev { margin-top: 1rem; font-size: 0.72rem; color: var(--light); display: flex; align-items: center; justify-content: center; gap: 0.4rem; }
.footer-dev a { display: inline-flex; align-items: center; }
.footer-dev-logo { height: 18px; width: auto; opacity: 0.6; transition: opacity 0.2s; vertical-align: middle; }
.footer-dev a:hover .footer-dev-logo { opacity: 1; }

/* === TARIFS TABLE === */
.tarif-table { border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; }
.tarif-table--secondary { border: none; margin-top: 1rem; }
.tarif-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.1rem 1.5rem; border-bottom: 1px solid var(--border); transition: background 0.15s; }
.tarif-row:last-child { border-bottom: none; }
.tarif-row:hover { background: var(--off); }
.tarif-row--highlight { background: var(--sage-lt); }
.tarif-row--highlight:hover { background: #dceadd; }
.tarif-row-name { flex: 1; }
.tarif-row-name strong { display: block; font-weight: 500; font-size: 0.95rem; margin-bottom: 0.15rem; }
.tarif-row-name span { font-size: 0.82rem; color: var(--mid); }
.tarif-row-info { display: flex; align-items: center; gap: 1.2rem; flex-shrink: 0; }
.tarif-duration { font-size: 0.78rem; color: var(--light); white-space: nowrap; }
.tarif-price { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 400; color: var(--sage); white-space: nowrap; min-width: 80px; text-align: right; }
.tarif-badge { display: inline-block; font-family: 'Inter', sans-serif; font-size: 0.65rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; background: var(--sage); color: var(--white); padding: 0.15rem 0.5rem; border-radius: 20px; vertical-align: middle; margin-left: 0.5rem; }
.tarif-note { margin-top: 1.2rem; font-size: 0.82rem; color: var(--mid); font-style: italic; }

/* === RESERVER PAGE === */
.rdv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.rdv-info { text-align: center; }
.rdv-info p { color: var(--mid); margin-bottom: 1.5rem; }
.rdv-benefits { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; align-items: center; }
.rdv-benefits li { font-size: 0.9rem; color: var(--mid); }
.rdv-form-wrap { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 2rem; box-shadow: var(--shadow); }
.rdv-form .form-group { margin-bottom: 1.2rem; }
.rdv-form label { display: block; font-size: 0.78rem; font-weight: 500; letter-spacing: 0.05em; text-transform: uppercase; color: var(--mid); margin-bottom: 0.4rem; }
.rdv-form input, .rdv-form textarea { width: 100%; border: 1px solid var(--border); border-radius: var(--radius); padding: 0.7rem 1rem; font-family: 'Inter', sans-serif; font-size: 0.9rem; color: var(--dark); background: var(--white); transition: border-color 0.2s; }
.rdv-form input:focus, .rdv-form textarea:focus { outline: none; border-color: var(--sage); }
.rdv-form textarea { resize: vertical; min-height: 100px; }
.form-legal { margin-top: 0.8rem; font-size: 0.75rem; color: var(--light); text-align: center; }
.map-wrap { border-radius: var(--radius-lg); overflow: hidden; }
.lieux-grid { display: grid; grid-template-columns: 3fr 2fr; gap: 1.5rem; align-items: stretch; margin-top: 2.5rem; }
.lieu-cabinet { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; display: flex; flex-direction: column; }
.lieu-cabinet-info { padding: 2rem; text-align: center; }
.lieu-cabinet-info .accom-card-icon { font-size: 2rem; margin-bottom: 1rem; }
.lieu-cabinet-info h3 { font-size: 1.2rem; margin-bottom: 0.6rem; }
.lieu-cabinet-info p { font-size: 0.85rem; color: var(--mid); line-height: 1.7; text-align: center; }
.lieu-cabinet iframe { width: 100%; flex: 1; min-height: 200px; display: block; border: 0; }
.lieux-small { display: flex; flex-direction: column; gap: 1.5rem; }
.lieu-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 2rem; flex: 1; text-align: center; }
.lieu-card .accom-card-icon { font-size: 2rem; margin-bottom: 1rem; }
.lieu-card h3 { font-size: 1.2rem; margin-bottom: 0.6rem; }
.lieu-card p { font-size: 0.85rem; color: var(--mid); line-height: 1.7; text-align: center; }
.lieu-note { margin-top: 0.6rem; font-size: 0.8rem !important; color: var(--light) !important; }
.booking-choices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.booking-choice { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 2.2rem; display: flex; flex-direction: column; align-items: center; text-align: center; }
.booking-choice-icon { font-size: 2.5rem; margin-bottom: 1rem; }
.booking-choice h3 { font-size: 1.2rem; margin-bottom: 0.6rem; }
.booking-choice p { font-size: 0.85rem; color: var(--mid); line-height: 1.7; flex: 1; margin-bottom: 1.5rem; text-align: center; }
.booking-secure-note { text-align: center; font-size: 0.78rem; color: var(--light); margin-top: 2rem; }

/* === TEMOIGNAGES === */
.temoignage-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 1.8rem; display: flex; flex-direction: column; gap: 1rem; }
.temoignage-stars { color: var(--warm); font-size: 0.85rem; letter-spacing: 0.1em; }
.temoignage-card blockquote { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; font-style: italic; color: var(--dark); line-height: 1.7; flex: 1; }
.temoignage-meta { display: flex; flex-direction: column; gap: 0.2rem; }
.temoignage-meta strong { font-size: 0.85rem; font-weight: 500; }
.temoignage-soin { font-size: 0.75rem; color: var(--sage); letter-spacing: 0.05em; }

/* === ACCORDION BTN (tarifs) === */
.accordion-btn { width: 100%; background: var(--off); border: none; padding: 1.2rem 1.8rem; font-family: 'Inter', sans-serif; font-size: 0.88rem; font-weight: 400; color: var(--dark); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; text-align: left; transition: background 0.2s; }
.accordion-btn:hover { background: #efecea; }
.accordion-btn[aria-expanded="true"] .accordion-icon { transform: rotate(180deg); }
.accordion-body { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.accordion-content { padding: 1.5rem 1.8rem; }
.accordion-icon { transition: transform 0.3s; flex-shrink: 0; color: var(--sage); }

/* === FAQ BTN (reserver) === */
.faq-btn { width: 100%; background: none; border: none; padding: 1.1rem 1.4rem; font-family: 'Inter', sans-serif; font-size: 0.9rem; font-weight: 400; color: var(--dark); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; text-align: left; }
.faq-btn[aria-expanded="true"] .accordion-icon { transform: rotate(180deg); }
.faq-body { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; padding: 0 1.4rem; font-size: 0.85rem; color: var(--mid); line-height: 1.7; }

/* === IFRAME PLACEHOLDER INNER === */
.iframe-inner { display: flex; flex-direction: column; align-items: center; gap: 1rem; }
.iframe-icon { font-size: 3rem; }
.iframe-title { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 400; color: var(--dark); }
.iframe-sub { font-size: 0.88rem; color: var(--mid); text-align: center; line-height: 1.6; }
.iframe-actions { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; margin-top: 0.5rem; }

/* === BLOG === */
.blog-filters { display: flex; gap: 0.6rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
.blog-filter { font-family: 'Inter', sans-serif; font-size: 0.75rem; font-weight: 400; letter-spacing: 0.08em; text-transform: uppercase; padding: 0.5rem 1.1rem; border-radius: 20px; border: 1px solid var(--border); background: transparent; color: var(--mid); cursor: pointer; transition: all 0.2s; }
.blog-filter:hover, .blog-filter.active { background: var(--sage); color: var(--white); border-color: var(--sage); }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.blog-card { border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; display: flex; flex-direction: column; cursor: pointer; transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s; }
.blog-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: rgba(122,158,130,0.35); }
.blog-card-img { height: 180px; background: var(--sage-lt); }
.blog-card-img--1 { background: linear-gradient(135deg, #e8f0e9, #c8deca); }
.blog-card-img--2 { background: linear-gradient(135deg, #f5ede8, #e8d5cc); }
.blog-card-img--3 { background: linear-gradient(135deg, #e8eaf5, #ccd0ea); }
.blog-card-img--4 { background: linear-gradient(135deg, #f5f0e8, #e8dcc8); }
.blog-card-img--5 { background: linear-gradient(135deg, #e8f5f0, #c8e8dc); }
.blog-card-img--6 { background: linear-gradient(135deg, #f5e8f0, #e8c8dc); }
.blog-card-body { padding: 1.5rem; display: flex; flex-direction: column; gap: 0.7rem; flex: 1; }
.blog-cat { font-size: 0.7rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--sage); }
.blog-card-body h3 { font-size: 1.05rem; line-height: 1.4; }
.blog-card-body p { font-size: 0.88rem; color: var(--mid); line-height: 1.6; flex: 1; }
.blog-card-meta { display: flex; justify-content: space-between; font-size: 0.75rem; color: var(--light); }
.blog-read-time { color: var(--sage); }
.blog-card-link-wrap { display: flex; justify-content: center; margin-top: 0.4rem; }
.blog-card-link { display: inline-block; font-family: 'Inter', sans-serif; font-size: 0.72rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--sage); border: 1px solid var(--sage); border-radius: 20px; padding: 0.55rem 1.6rem; transition: background 0.2s, color 0.2s; }
.blog-card:hover .blog-card-link { background: var(--sage); color: var(--white); }
.blog-cta-encart { margin-top: 3.5rem; background: var(--sage-lt); border-radius: var(--radius-lg); padding: 2.5rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.blog-cta-text h3 { font-size: 1.4rem; margin-bottom: 0.4rem; }
.blog-cta-text p { font-size: 0.9rem; color: var(--mid); }

/* === BLOG SKELETON === */
@keyframes skeleton-shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.skeleton {
  background: linear-gradient(90deg, var(--off) 25%, #ede9e5 50%, var(--off) 75%);
  background-size: 200% 100%;
  animation: skeleton-shimmer 1.5s infinite;
  border-radius: 4px;
}
.blog-skeleton-card { border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; }
.blog-skeleton-img { height: 180px; border-radius: 0; }
.blog-skeleton-body { padding: 1.5rem; display: flex; flex-direction: column; gap: 0.8rem; }
.blog-sk-tag { height: 11px; width: 70px; }
.blog-sk-title { height: 15px; }
.blog-sk-title-s { height: 15px; width: 75%; }
.blog-sk-text { height: 11px; }
.blog-sk-text-s { height: 11px; width: 55%; }

/* === BLOG CARD IMAGE RÉELLE === */
.blog-card-img-wrap { height: 180px; overflow: hidden; background: var(--sage-lt); }
.blog-card-img-real { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.35s ease; }
.blog-card:hover .blog-card-img-real { transform: scale(1.04); }

/* === BLOG MISC === */
.blog-card-tags { display: flex; flex-wrap: wrap; gap: 0.3rem; align-items: center; }
.blog-empty, .blog-error-msg { font-size: 0.9rem; color: var(--mid); padding: 2rem 0; }

/* === ARTICLE VIEW === */
.article-back {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-size: 0.82rem; color: var(--mid); cursor: pointer;
  background: none; border: none; padding: 0; margin-bottom: 2.5rem;
  transition: color 0.2s; font-family: 'Inter', sans-serif;
}
.article-back:hover { color: var(--sage); }
.article-header-img { width: 100%; height: 360px; object-fit: cover; border-radius: var(--radius-lg); margin-bottom: 2rem; display: block; }
.article-header-img-placeholder { width: 100%; height: 360px; background: linear-gradient(135deg, var(--sage-lt), #c8deca); border-radius: var(--radius-lg); margin-bottom: 2rem; }
.article-tags { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 1rem; }
.article-tag { font-size: 0.68rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--sage); background: var(--sage-lt); padding: 0.3rem 0.8rem; border-radius: 20px; cursor: pointer; transition: background 0.18s, color 0.18s; }
.article-tag:hover { background: var(--sage); color: var(--white); }
.article-title { font-size: clamp(1.8rem, 4vw, 2.8rem); margin-bottom: 1.2rem; line-height: 1.2; }
.article-meta { display: flex; gap: 1.5rem; font-size: 0.82rem; color: var(--light); margin-bottom: 2.5rem; flex-wrap: wrap; }
.article-body { width: 100%; }
.article-content { width: 100%; }
.article-content p { font-size: 0.95rem; color: var(--mid); line-height: 1.8; margin-bottom: 1.2rem; }
.article-content h2 { font-size: 1.5rem; color: var(--dark); margin: 2rem 0 0.8rem; }
.article-content h3 { font-size: 1.2rem; color: var(--dark); margin: 1.5rem 0 0.6rem; }
.article-content ul, .article-content ol { padding-left: 1.5rem; margin-bottom: 1.2rem; font-size: 0.95rem; color: var(--mid); }
.article-content li { margin-bottom: 0.4rem; line-height: 1.7; }
.article-content strong { color: var(--dark); font-weight: 500; }
.article-content a { color: var(--sage); text-decoration: underline; }
.article-content img { border-radius: var(--radius); margin: 1.5rem 0; max-width: 100%; }
@media (max-width: 900px) {
  .article-header-img, .article-header-img-placeholder { height: 220px; }
  .article-back { margin-bottom: 1.5rem; }
}

/* === MOBILE === */
@media (max-width: 900px) {
  .nav-links { display: none; }
  .burger { display: flex; }
  .nav-links.open { display: flex; flex-direction: column; position: fixed; top: 64px; left: 0; right: 0; background: var(--white); padding: 2rem; gap: 1.5rem; border-bottom: 1px solid #eee; align-items: flex-start; z-index: 99; }
  .hero-inner { grid-template-columns: 1fr; gap: 2.5rem; text-align: center; }
  .hero-text p { margin: 0 auto 2rem; }
  .hero-visual { order: -1; }
  .hero-photo-wrap { max-width: 280px; margin: 0 auto; }
  .hero-badge { right: 0; bottom: -1rem; }
  .cta-group { justify-content: center; }
  .about-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .about-photo-wrap { max-width: 340px; margin: 0 auto; border-radius: 40px; aspect-ratio: 1; }
  .accom-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .temoignages-grid { grid-template-columns: 1fr; }
  .content-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .benefits-grid { grid-template-columns: 1fr; }
  .benefits-grid--3col { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .section-header { flex-direction: column; align-items: flex-start; }
  .domicile-band { flex-direction: column; text-align: center; }
  .map-grid { grid-template-columns: 1fr; }
  .rdv-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  section { padding: 60px 1.5rem; }
  .page-hero { padding: 110px 1.5rem 50px; }
  .hero-locality { text-align: center; }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-cta-encart { flex-direction: column; text-align: center; }
  .rdv-form-wrap { padding: 1.5rem; }
  .tarif-row { flex-direction: column; align-items: flex-start; gap: 0.5rem; }
  .tarif-row-info { width: 100%; justify-content: space-between; }
  .accordion-content { padding: 1rem 1.2rem; }
  .bookings-card { grid-template-columns: 1fr; }
  .bookings-card-left { padding: 2rem; }
  .bookings-card-right { padding: 2rem; }
  .lieux-grid { grid-template-columns: 1fr; }
  .booking-choices { grid-template-columns: 1fr; }
}
@media (min-width: 600px) and (max-width: 900px) {
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .temoignages-grid { grid-template-columns: 1fr 1fr; }
  .accom-grid { grid-template-columns: 1fr 1fr; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .benefits-grid { grid-template-columns: 1fr 1fr; }
  .benefits-grid--3col { grid-template-columns: repeat(2, 1fr); }
}
