/* SPA LUXE THEME */
.spa-massages{
  --gold: rgba(215, 183, 120, .95);
  --gold-soft: rgba(215, 183, 120, .35);
  --card: rgba(255,255,255,.06);
  --stroke: rgba(255,255,255,.12);
  --text: #756042;
  --muted:  #756042;
  --shadow: 0 18px 60px rgba(0,0,0,.45);
  color: var(--text);
}




/* Top mini tabs */
.spa-tabs{
  display:flex;
  gap:14px;
  align-items:flex-start;
  flex-wrap:wrap;
  margin: 18px 0 26px 0;
}

.spa-tab{
  cursor:pointer;
  user-select:none;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
  padding:10px 10px 12px;
  border-radius:14px;
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.025));
  border: 1px solid var(--stroke);
  backdrop-filter: blur(10px);
  transition: transform .25s ease, opacity .25s ease, border-color .25s ease;
  opacity:.86;
}

.spa-tab:hover{
  opacity:1;
  transform: translateY(-2px);
  border-color: rgba(215,183,120,.35);
}

.spa-tab img{
  width:84px;
  height:84px;
  object-fit:cover;
  border-radius:12px;
  box-shadow: 0 10px 28px rgba(0,0,0,.35);
}

.spa-tab span{
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color: var(--muted);
  max-width:100px;
  text-align:center;
  line-height:1.2;
}

/* Main hero */
.spa-hero{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 34px;
  align-items:stretch;
  padding: 18px;
  border-radius: 22px;
  background: radial-gradient(1200px 700px at 15% 10%, rgba(215,183,120,.12), transparent 60%),
              linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.10);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
  overflow:hidden;
  position:relative;
}

.spa-hero::before{
  content:"";
  position:absolute;
  inset:-2px;
  background: radial-gradient(900px 420px at 20% 0%, rgba(215,183,120,.18), transparent 55%);
  pointer-events:none;
}

/* Media */
.spa-hero-media{
  display: flex;
  align-items: flex-start;
  gap: 30px;
  position: relative;
  z-index: 1;

  width: fit-content;
  max-width: 100%;
  margin: 30px auto 40px auto; /* centre horizontalement */
}


.spa-hero-badge{
  display:flex;
  gap:10px;
  position:absolute;
  top:16px; left:16px;
  z-index:3;
  flex-wrap:wrap;
}

/* video ronde */
.presentation_box{
  position:relative;
  flex:0 0 220px;
  width:220px;
  height:220px;
  margin:10px;
  border-radius:50%;
  overflow:hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,.15);
}

.presentation{
  width:100%;
  height:100%;
  border:4px solid #f6e9d4;
  border-radius:50%;
  object-fit:cover;
  display:block;
  background: rgba(0,0,0,.18);
  margin:0;
}

/* bouton play centré SUR la vidéo */
.play-btn{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  width:64px;
  height:64px;
  border-radius:50%;
  background: rgba(0,0,0,.45);
  backdrop-filter: blur(6px);
  border:1px solid rgba(255,255,255,.25);
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  z-index:2;
  transition: transform .25s ease, opacity .25s ease;
}

.play-btn::before{
  content:"";
  border-left:16px solid white;
  border-top:10px solid transparent;
  border-bottom:10px solid transparent;
  margin-left:4px;
}

.play-btn:hover{
  transform:translate(-50%, -50%) scale(1.08);
}

/* bio à droite */
.hero-bio{
  flex:1;
  max-width:420px;
  color:#3d280a;
  font-size:15px;
  line-height:1.7;
  text-align:left;
}

.hero-bio h3{
  margin:0 0 12px 0;
  font-size:22px;
  font-family:"Playfair Display", serif;
  line-height:1.05;
}

.hero-bio p{
  margin:0;
}

/* mobile */
@media (max-width: 768px){
  .spa-hero-media{
    flex-direction:column;
    align-items:center;
    text-align:center;
  }

  .hero-bio{
    max-width:100%;
    text-align:center;
  }
}




.badge-pill{
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  padding:8px 10px;
  border-radius:999px;
  background: rgba(0,0,0,.25);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(10px);
  color: white;
}
.badge-pill.strong{
  color: rgba(10,10,10,.92);
  background: rgba(215,183,120,.90);
  border-color: rgba(215,183,120,.65);
}

.spa-hero-imgwrap{
  width:100%;
  border:0;
  background:transparent;
  padding:0;
  cursor:pointer;
  display:block;
  border-radius:18px;
  overflow:hidden;
  position:relative;
  box-shadow: 0 18px 50px rgba(0,0,0,.55);
}



.spa-hero-video{
  width:100%;
  height: 420px;
  object-fit:cover;
  display:block;
  background: rgba(0,0,0,.18);
}

/* remove shine / big-image lightbox: we keep it calm and video-focused */

/* gallery thumbs */
.spa-gallery{
  display:flex;
  gap:10px;
  margin-top:14px;
  flex-wrap:wrap;
}

.spa-thumb{
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  border-radius:14px;
  padding:0;
  overflow:hidden;
  cursor:default;
  width:84px;
  height:64px;
  transition: transform .2s ease, border-color .2s ease, opacity .2s ease;
  opacity:.9;
}
.spa-thumb:hover{
  transform: translateY(-2px);
  border-color: rgba(215,183,120,.35);
  opacity:1;
}
.spa-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* Info */
.spa-hero-info{ position:relative; z-index:1; padding: 6px 6px 10px; }

.spa-title{
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 34px;
  line-height: 1.05;
  margin: 8px 0 12px;
  letter-spacing:.01em;
}


.spa-hero-title{
flex-basis: 100%;
justify-content:center;
font-family:"Playfair Display",serif;
font-size:18px;
letter-spacing:0.05em;
color:rgba(255,255,255,0.75);
  text-align:left;
  font-weight:500;

}




.spa-desc{
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 16px;
  max-width: 46ch;
  white-space:pre-line;
  line-height:1.7;
}

.spa-bullets{
  list-style:none;
  padding:0;
  margin: 0 0 18px;
  display:grid;
  gap:10px;
}
.spa-bullets li{
  position:relative;
  padding-left:18px;
  color: #b69a6d;
  font-size: 14px;
}
.spa-bullets li::before{
  content:"";
  position:absolute;
  left:0; top:.55em;
  width:8px; height:8px;
  border-radius:50%;
  background: rgba(215,183,120,.85);
  box-shadow: 0 0 0 3px rgba(215,183,120,.18);
}

/* Buttons */
.spa-actions{
  display:flex;
  gap:12px;
  align-items:center;
  margin-top: 8px;
}

.spa-btn{
  border-radius: 999px;
  padding: 12px 16px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
  color: #b69a6d;
  cursor:pointer;
  font-size: 13px;
  letter-spacing:.08em;
  text-transform:uppercase;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, opacity .2s ease;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.spa-btn:hover{
  transform: translateY(-1px);
  border-color: rgba(215,183,120,.35);
}
.spa-btn.primary{
  color: rgba(10,10,10,.92);
  background: rgba(215,183,120,.92);
  border-color: rgba(215,183,120,.65);
}
.spa-btn.primary:hover{ opacity:.95; }
.spa-btn.ghost{ background: rgba(255,255,255,.03); }

/* Details (accordion) */
.spa-details{
  margin-top: 16px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height .45s ease, opacity .35s ease;
}
.spa-details.open{
  max-height: 420px;
  opacity: 1;
}
.spa-detail-grid{
  display:grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding-top: 8px;
}
.spa-detail-card{
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  border-radius: 16px;
  padding: 14px 14px;
}
.spa-detail-card h3{
  margin:0 0 6px;
  font-size: 12px;
  letter-spacing:.10em;
  text-transform:uppercase;
  color: rgba(215,183,120,.92);
}
.spa-detail-card p{
  margin:0;
  color: var(--muted);
  line-height:1.55;
  font-size: 14px;
}

/* Fade transition on content swap */
.spa-fade{
  animation: spaFade .35s ease;
}
@keyframes spaFade{
  from{ opacity:.25; transform: translateY(4px); }
  to{ opacity:1; transform: translateY(0); }
}

/* Lightbox removed */

/* Responsive */
@media (max-width: 980px){
  .spa-hero{ grid-template-columns: 1fr; }
  .spa-hero-video{ height: 340px; }
  .spa-tabs{ justify-content:flex-start; }
}

@media (max-width: 768px){

.spa-tabs{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:16px;
    width:100%;
}

.spa-tab{
    width:100%;
}

.spa-tab img{
    width:100%;
    height:110px;
    object-fit:cover;
}

.spa-gallery{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:10px;
    width:100%;
}

.spa-thumb{
    width:100%;
    height:80px;
}

.spa-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
}



}