/* ─── PROMESSE BAND ─── */
.promesse{
  background:var(--dark);padding:72px 48px;
}
.promesse-grid{
  display:grid;grid-template-columns:repeat(4,1fr);
  max-width:1100px;margin:0 auto;gap:0;
}
.promesse-item{
  text-align:center;padding:0 24px;
  border-right:1px solid rgba(239,221,208,.12);
}
.promesse-item:last-child{border-right:none;}
.promesse-icon{
  width:56px;height:56px;margin:0 auto 18px;
  display:flex;align-items:center;justify-content:center;
  border-radius:50%;
  background:rgba(239,221,208,.06);
  border:1px solid rgba(239,221,208,.18);
}
.promesse-icon svg{width:24px;height:24px;stroke:var(--cream);fill:none;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round;}
.promesse-item h4{
  font-size:14px;font-weight:600;color:var(--cream);margin-bottom:6px;
}
.promesse-item p{font-size:11.5px;font-weight:300;color:rgba(239,221,208,.55);line-height:1.6;}

/* ─── STUDIO / LIEU ─── */
.studio{
  display:grid;grid-template-columns:1fr 1fr;
  background:var(--cream);
  padding:90px 64px;gap:72px;align-items:center;
}
.studio-photo{
  border-radius:8px;overflow:hidden;height:540px;
  background-image:var(--pf-bg-img);
  background-size:cover;background-position:center 25%;
  box-shadow:0 30px 70px -20px rgba(58,37,21,.3);
  transition:background-image .25s;
}
.studio-gallery{display:flex;flex-direction:column;}
.gallery-thumbs{display:flex;gap:10px;margin-top:14px;}
.gthumb{
  width:76px;height:58px;border-radius:6px;flex-shrink:0;
  background-size:cover;background-position:center;
  cursor:pointer;opacity:.55;transition:opacity .2s,box-shadow .2s;
  border:none;padding:0;
}
.gthumb:hover{opacity:.85;}
.gthumb.active{opacity:1;box-shadow:0 0 0 2px var(--brown);}
.studio-content{
  display:flex;flex-direction:column;justify-content:center;
}
.studio-content h2{
  font-family:'Playfair Display',serif;
  font-size:42px;font-weight:400;line-height:1.15;
  color:var(--dark);margin-bottom:22px;
}
.studio-content h2 em{font-style:italic;color:var(--brown);}
.studio-content p{
  font-size:14px;font-weight:300;color:var(--muted);
  line-height:1.9;margin-bottom:14px;
}
.studio-info{
  display:grid;grid-template-columns:1fr 1fr;
  gap:20px;margin:32px 0;
}
.studio-info-item{
  display:flex;gap:12px;align-items:flex-start;
}
.studio-info-icon{
  width:38px;height:38px;flex-shrink:0;margin-top:1px;
  display:flex;align-items:center;justify-content:center;
  border-radius:50%;background:var(--white);border:1px solid rgba(74,48,32,.12);
}
.studio-info-icon svg{width:18px;height:18px;stroke:var(--brown);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;}
.studio-info-text h5{font-size:13px;font-weight:600;color:var(--dark);margin-bottom:2px;}
.studio-info-text p{font-size:12.5px;font-weight:300;color:var(--muted);margin:0;line-height:1.5;}

/* ─── CARTE ─── */
.map-section{background:var(--cream);padding:90px 64px;}
.map-section > *{max-width:1240px;margin-left:auto;margin-right:auto;}
.map-header{
  display:flex;align-items:center;gap:16px;margin-bottom:28px;flex-wrap:wrap;
}
.map-card-icon{
  width:42px;height:42px;border-radius:50%;flex-shrink:0;
  background:var(--white);border:1px solid rgba(74,48,32,.12);
  display:flex;align-items:center;justify-content:center;
}
.map-card-icon svg{width:19px;height:19px;stroke:var(--brown);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;}
.map-header h5{font-size:14.5px;font-weight:600;color:var(--dark);margin-bottom:2px;}
.map-header p{font-size:12.5px;font-weight:300;color:var(--muted);margin:0;}
.map-link{
  margin-left:auto;font-size:12px;font-weight:600;color:var(--brown);
  text-decoration:none;white-space:nowrap;
}
.map-link:hover{text-decoration:underline;}
.map-frame-wrap{
  border-radius:8px;overflow:hidden;
  box-shadow:0 25px 60px -18px rgba(58,37,21,.28);
}
.map-frame{display:block;width:100%;height:380px;border:0;}

/* ─── PLANNING ─── */
.planning{background:var(--white);padding:96px 48px;}
.planning > *{max-width:1240px;margin-left:auto;margin-right:auto;}
.planning-intro{
  display:flex;justify-content:space-between;align-items:flex-end;
  margin-bottom:48px;flex-wrap:wrap;gap:24px;
}
.planning-intro h2{
  font-family:'Playfair Display',serif;
  font-size:42px;font-weight:400;color:var(--dark);line-height:1.15;
}
.planning-intro h2 em{font-style:italic;color:var(--brown);}
.planning-note{font-size:12.5px;font-weight:300;color:var(--muted);font-style:italic;}
.ptabs{display:flex;gap:2px;margin-bottom:0;background:var(--cream);padding:4px;border-radius:2px;overflow-x:auto;}
.ptab{
  flex:1;min-width:90px;padding:12px 8px;
  background:transparent;border:none;cursor:pointer;
  font-family:'Montserrat',sans-serif;font-size:12px;font-weight:600;
  color:var(--dark);transition:background .15s,color .15s;
}
.ptab.active{background:var(--dark);color:var(--cream);}
.ptable{
  border:1px solid rgba(74,48,32,.1);border-top:none;
}
.pslot{
  display:grid;grid-template-columns:120px 1fr auto;
  gap:16px;align-items:center;
  padding:16px 22px;
  border-bottom:1px solid rgba(74,48,32,.07);
}
.pslot:last-child{border-bottom:none;}
.pslot:nth-child(even){background:rgba(239,221,208,.25);}
.pslot-time{font-size:13px;font-weight:600;color:var(--brown);}
.pslot-name{font-size:14px;font-weight:500;color:var(--dark);}
.pslot-tag{
  display:inline-block;font-size:10px;font-weight:600;letter-spacing:.5px;
  text-transform:uppercase;padding:4px 10px;border-radius:2px;
  background:var(--cream);color:var(--brown);
}
.pslot-tag.reformer{background:var(--dark);color:var(--cream);}
.tcontent{display:none;}.tcontent.on{display:block;}
.planning-cta{
  margin-top:28px;display:flex;justify-content:space-between;
  align-items:center;flex-wrap:wrap;gap:16px;
}
.planity-badge{
  display:inline-flex;align-items:center;gap:10px;
  background:var(--cream);padding:11px 18px;font-size:12.5px;color:var(--dark);
}
.planity-dot{width:7px;height:7px;border-radius:50%;background:#22c55e;flex-shrink:0;}

/* ─── TARIFS ─── */
.tarifs{background:var(--cream);padding:96px 48px;color:var(--ink);}
.tarifs > *{max-width:1100px;margin-left:auto;margin-right:auto;}
.tarifs .section-label{color:var(--brown);}
.tarifs .section-label::before,.tarifs .section-label::after{background:rgba(154,91,55,.5);}
.tarifs .section-head h2{color:var(--dark);}
.tarifs .section-head h2 em{color:var(--brown);}
.tarifs .section-head p{color:var(--muted);}

/* Toggle sans/avec engagement */
.eng-toggle{
  display:flex;justify-content:center;gap:0;margin-bottom:48px;
}
.eng-btn{
  padding:11px 26px;background:var(--white);
  border:1px solid rgba(74,48,32,.18);
  color:var(--muted);font-size:12px;font-weight:600;
  cursor:pointer;font-family:'Montserrat',sans-serif;
  transition:all .2s;letter-spacing:.3px;
}
.eng-btn.active{background:var(--dark);color:var(--cream);border-color:var(--dark);}
.eng-btn:first-child{border-radius:3px 0 0 3px;}
.eng-btn:last-child{border-radius:0 3px 3px 0;border-left:none;}

/* Tableau tarifs par activité */
.tarif-table{
  max-width:640px;margin:0 auto 64px;
  background:var(--white);
  border:1px solid rgba(74,48,32,.12);
  border-radius:6px;overflow:hidden;
  box-shadow:0 2px 18px rgba(74,48,32,.06);
}
.tt-row{
  display:flex;align-items:center;justify-content:space-between;
  padding:20px 28px;
  border-bottom:1px solid rgba(74,48,32,.1);
  transition:background .15s;
}
.tt-row:last-child{border-bottom:none;}
.tt-row:hover{background:var(--cream);}
.tt-left{display:flex;align-items:center;gap:14px;}
.tt-icon{
  width:32px;height:32px;flex-shrink:0;border-radius:50%;
  background:var(--cream);display:flex;align-items:center;justify-content:center;
}
.tt-icon svg{width:15px;height:15px;stroke:var(--brown);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;}
.tt-name{font-size:14.5px;font-weight:600;color:var(--dark);}
.tt-sub{font-size:11.5px;color:var(--muted);margin-top:2px;}
.tt-price{
  font-size:21px;font-weight:700;color:var(--brown);white-space:nowrap;
}
.tt-price small{font-size:11px;font-weight:400;color:var(--muted);}
.tt-price-eng,.tt-price-sans{display:none;}
.tt-price-sans.show,.tt-price-eng.show{display:block;}

/* Formules combinées : cards horizontales */
.formules-title{
  text-align:center;font-size:11px;font-weight:600;letter-spacing:3px;
  text-transform:uppercase;color:var(--muted);margin-bottom:24px;
}
.formules-list{
  max-width:760px;margin:0 auto 64px;
  display:flex;flex-direction:column;gap:12px;
}
.f-card{
  background:var(--white);
  border:1px solid rgba(74,48,32,.12);
  border-radius:6px;
  padding:22px 28px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;gap:24px;
  box-shadow:0 2px 14px rgba(74,48,32,.05);
}
.f-card.featured{background:var(--dark);border-color:var(--dark);}
.f-name-badge{
  font-size:11px;font-weight:700;letter-spacing:.5px;
  color:var(--muted);
  background:var(--cream);
  border:1px solid rgba(74,48,32,.12);
  padding:6px 14px;border-radius:100px;white-space:nowrap;
}
.f-card.featured .f-name-badge{
  background:var(--brown);color:var(--white);border-color:var(--brown);
}
.f-desc{font-size:13px;font-weight:400;color:var(--ink);line-height:1.5;}
.f-card.featured .f-desc{color:var(--cream);}
.f-desc strong{font-weight:700;color:var(--dark);}
.f-card.featured .f-desc strong{color:var(--white);}
.f-price-block{text-align:right;}
.f-price{font-size:24px;font-weight:700;color:var(--brown);line-height:1;}
.f-card.featured .f-price{color:var(--cream);}
.f-price small{font-size:11.5px;font-weight:400;color:var(--muted);}
.f-card.featured .f-price small{color:rgba(239,221,208,.7);}
.f-extra{font-size:10px;color:var(--muted);margin-top:4px;white-space:nowrap;}
.f-card.featured .f-extra{color:rgba(239,221,208,.65);}

/* Coaching / à la carte / découverte */
.bottom-tarifs{
  max-width:880px;margin:0 auto;
  display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:14px;
}
.bt-card{
  background:var(--white);
  border:1px solid rgba(74,48,32,.12);
  border-radius:6px;
  padding:24px 26px;
  box-shadow:0 2px 14px rgba(74,48,32,.05);
}
.bt-title{font-size:11px;font-weight:700;color:var(--dark);letter-spacing:1px;text-transform:uppercase;margin-bottom:16px;}
.bt-rows{display:flex;flex-direction:column;gap:9px;}
.bt-row{display:flex;justify-content:space-between;font-size:12.5px;color:var(--ink);}
.bt-row strong{color:var(--brown);font-weight:700;}
.bt-card.discovery{background:var(--dark);text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;}
.bt-discovery{font-size:32px;font-weight:700;color:var(--cream);line-height:1;}
.bt-discovery-label{font-size:11px;color:rgba(239,221,208,.7);margin-top:4px;}
.bt-card.discovery .bt-row{margin-top:14px;justify-content:center;gap:6px;padding-top:14px;border-top:1px solid rgba(239,221,208,.18);width:100%;color:rgba(239,221,208,.85);}
.bt-card.discovery .bt-row strong{color:var(--cream);}

/* ─── CONFIANCE ─── */
.confiance{background:var(--white);padding:96px 48px;}
.confiance > *{max-width:1240px;margin-left:auto;margin-right:auto;}
.confiance-grid{
  display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;
}
.confiance-left h2{
  font-family:'Playfair Display',serif;
  font-size:42px;font-weight:400;color:var(--dark);line-height:1.18;margin-bottom:20px;
}
.confiance-left h2 em{font-style:italic;color:var(--brown);}
.confiance-left p{font-size:14px;font-weight:300;color:var(--muted);line-height:1.85;margin-bottom:28px;}
.confiance-points{display:flex;flex-direction:column;gap:18px;}
.cp-item{display:flex;gap:14px;align-items:flex-start;}
.cp-icon{
  width:36px;height:36px;border-radius:50%;flex-shrink:0;
  background:var(--cream);display:flex;align-items:center;justify-content:center;
}
.cp-icon svg{width:16px;height:16px;stroke:var(--brown);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;}
.cp-text h5{font-size:13.5px;font-weight:600;color:var(--dark);margin-bottom:3px;}
.cp-text p{font-size:12.5px;font-weight:300;color:var(--muted);margin:0;line-height:1.5;}
.confiance-right{
  background:var(--cream);padding:48px 40px;position:relative;
}
.ca-portrait{
  width:64px;height:64px;border-radius:50%;background:var(--white);
  display:flex;align-items:center;justify-content:center;
  font-family:'Playfair Display',serif;font-size:26px;color:var(--brown);
  margin-bottom:20px;border:1px solid rgba(74,48,32,.12);
}
.confiance-bio{font-size:13px;font-weight:300;color:var(--ink);line-height:1.85;margin-bottom:24px;}
.confiance-quote{
  font-family:'Playfair Display',serif;font-size:19px;font-style:italic;
  color:var(--dark);line-height:1.75;margin-bottom:24px;
}
.confiance-author{display:flex;align-items:center;gap:14px;}
.ca-avatar{
  width:46px;height:46px;border-radius:50%;background:var(--white);
  display:flex;align-items:center;justify-content:center;
  font-family:'Playfair Display',serif;font-size:19px;color:var(--brown);
}
.ca-name{font-size:13.5px;font-weight:600;color:var(--dark);}
.ca-sub{font-size:11.5px;font-weight:300;color:var(--muted);}

/* ─── FAQ ─── */
.faq{background:var(--cream);padding:96px 48px;}
.faq > *{max-width:760px;margin-left:auto;margin-right:auto;}
.faq-list{display:flex;flex-direction:column;gap:12px;}
.faq-item{
  background:var(--white);border:1px solid rgba(74,48,32,.12);
  border-radius:6px;overflow:hidden;
}
.faq-item summary{
  padding:20px 26px;cursor:pointer;list-style:none;
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  font-size:14.5px;font-weight:600;color:var(--dark);
}
.faq-item summary::-webkit-details-marker{display:none;}
.faq-item summary::after{
  content:'+';font-size:20px;font-weight:300;color:var(--brown);flex-shrink:0;
  transition:transform .2s;
}
.faq-item[open] summary::after{transform:rotate(45deg);}
.faq-item p{
  padding:0 26px 22px;margin:0;
  font-size:13.5px;font-weight:300;color:var(--ink);line-height:1.8;
}

/* ─── CTA FINAL ─── */
.cta-final{
  position:relative;overflow:hidden;
  background:var(--white);padding:100px 48px;text-align:center;
}
.cta-final-bg{
  position:absolute;inset:0;
  background-image:var(--pf-bg-img);
  background-size:cover;background-position:center 35%;
  opacity:.55;
}
.cta-final-content{position:relative;z-index:2;max-width:600px;margin:0 auto;}
.cta-final::before{
  content:'';position:absolute;inset:0;z-index:1;
  background:rgba(255,250,246,.78);
}
.cta-final-pill{
  display:inline-flex;align-items:center;gap:8px;
  border:1px solid rgba(74,48,32,.3);
  padding:8px 18px;font-size:11px;font-weight:600;letter-spacing:1px;
  text-transform:uppercase;color:var(--brown);margin-bottom:28px;
  background:rgba(255,250,246,.6);
}
.cta-final h2{
  font-family:'Playfair Display',serif;
  font-size:46px;font-weight:400;color:var(--dark);line-height:1.18;margin-bottom:18px;
  text-shadow:0 1px 12px rgba(255,255,255,.6);
}
.cta-final h2 em{font-style:italic;color:var(--brown);}
.cta-final p{
  font-size:14.5px;font-weight:300;color:var(--ink);
  line-height:1.8;margin-bottom:36px;
}
.cta-final .btn-fill{
  background:var(--dark);color:var(--cream);
}
.cta-final .btn-fill:hover{background:var(--brown);}

/* ─── FOOTER ─── */
footer{background:var(--darker);padding:64px 48px 28px;}
footer > *{max-width:1320px;margin-left:auto;margin-right:auto;}
.foot-grid{
  display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;
  gap:52px;padding-bottom:48px;
  border-bottom:1px solid rgba(239,221,208,.07);margin-bottom:24px;
}
.foot-logo{display:flex;align-items:center;gap:10px;margin-bottom:18px;}
.foot-logo img{height:38px;}
.foot-logo-text{font-size:13px;font-weight:700;color:var(--cream);letter-spacing:.5px;}
.foot-desc{font-size:12px;font-weight:300;color:rgba(239,221,208,.4);line-height:1.85;}
.foot-title{font-size:9.5px;font-weight:600;letter-spacing:2.5px;text-transform:uppercase;color:rgba(239,221,208,.3);margin-bottom:18px;}
.foot-links{list-style:none;display:flex;flex-direction:column;gap:10px;}
.foot-links a,.foot-links span{font-size:12.5px;font-weight:300;color:rgba(239,221,208,.55);text-decoration:none;line-height:1.5;}
.foot-links a:hover{color:var(--cream);}
.foot-bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px;}
.foot-copy{font-size:10.5px;color:rgba(239,221,208,.18);}
