    body { background:#000; color:#fff; font-family:Montserrat; margin:0; padding:0; text-align:center; }
    b, strong {
  font-weight: 700;
}
    header { text-align:center; padding:20px 0; }
    .scene-title { 
	    font-size:3em; 
	    margin-bottom:10px; 
	    margin-top:0px; 
	    color: #ff94b8;
		font-family: "Kaushan Script", cursive;
		font-weight: 400;
		font-style: normal;
 }
    .scene-subtitle { font-style:italic; font-size:1em; margin-bottom:10px; color:#aaa; }
    .intro-block { display:flex; flex-wrap:wrap; justify-content:center; align-items:flex-start; gap:20px; max-width:1100px; margin:0 auto 40px; padding:0 20px; }
    .intro-block > div { flex:1; min-width:200px; }
    .intro-block img, .intro-block video { max-width:100%; border-radius:10px; display:block; margin:0 auto; }
 
     /* Classe qui floute */
    .blur-video {
      filter: blur(8px);
    }

     .blur-images {
      filter: blur(8px);
    }
 
 


.tag {
  background: linear-gradient(135deg, #ff4d6d, #c9184a);
  color: white;
  padding: 4px 10px;
  border-radius: 5px;
  margin: 1px;
  font-size: 11px;
  font-weight: 500;
}


.quest-profile-card {
  width: min(860px, calc(100% - 24px));
  margin: 24px auto;
  padding: 18px 22px;
  border-radius: 22px;
  color: #fff;
  background:
    radial-gradient(circle at top left, rgba(255, 0, 128, .18), transparent 34%),
    radial-gradient(circle at bottom right, rgba(255, 180, 0, .13), transparent 36%),
    linear-gradient(145deg, rgba(18,18,26,.96), rgba(6,6,10,.98));
  border: 1px solid rgba(255,255,255,.1);
  box-shadow: 0 18px 55px rgba(0,0,0,.5);
}

.quest-profile-header {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  margin-bottom: 16px;
}

.profile-kicker {
  display: block;
  color: #ffb6d6;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 4px;
}

.quest-profile-header h3 {
  margin: 0;
  font-size: clamp(15px, 4vw, 20px);
  line-height: 1;
  font-family: 'Racing Sans One', 'Montserrat', sans-serif;
}

.dominant-badge {
  padding: 9px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.16);
}

.profile-row {
  margin-bottom: 13px;
}

.profile-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.profile-name {
  font-weight: 800;
  font-size: 15px;
}

.profile-icon {
  margin-right: 6px;
}

.profile-value {
  font-size: 16px;
  font-weight: 900;
}

.profile-bar {
  height: 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
}

.profile-fill {
  height: 100%;
  border-radius: 999px;
  box-shadow: 0 0 14px currentColor;
  animation: growBar .75s ease-out both;
}

.profile-fill.romantic { background: linear-gradient(90deg, #ff7eb3, #ff2f75); color: #ff5c9e; }
.profile-fill.bdsm     { background: linear-gradient(90deg, #9b5cff, #4b00ff); color: #8e66ff; }
.profile-fill.oral     { background: linear-gradient(90deg, #00d4ff, #007cff); color: #00bfff; }
.profile-fill.roughboy { background: linear-gradient(90deg, #ffb000, #ff3d00); color: #ff6a00; }

.profile-desc {
  margin-top: 4px;
  font-size: 11px;
  opacity: .58;
  text-align: center;
}

@keyframes growBar {
  from {
    width: 0;
    filter: brightness(1.8);
  }
}

@media (max-width: 640px) {
  .quest-profile-card {
    width: calc(100% - 18px);
    margin: 18px auto;
    padding: 16px;
    border-radius: 18px;
  }

  .quest-profile-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 14px;
  }

  .quest-profile-header h3 {
    font-size: 26px;
  }

  .dominant-badge {
    font-size: 13px;
    padding: 8px 12px;
  }

  .profile-row {
    margin-bottom: 11px;
  }

  .profile-name {
    font-size: 14px;
  }

  .profile-value {
    font-size: 15px;
  }

  .profile-desc {
    text-align: left;
    font-size: 10px;
  }
}
 
 .orgasm-counter {
  margin-top: 18px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #ff7eb3;
  opacity: 0.9;
}
 
    .gallery img:hover { transform:scale(1.05); }
    .cta { margin-bottom:40px; }
    .cta a { background:#e91e63; color:#fff; padding:15px 80px; font-size:1.2em; border-radius:8px; text-decoration:none; transition:background 0.3s; }
    .cta a:hover { background:#ff4081; }
    @media (max-width: 768px) {
      .intro-block { flex-direction: column; align-items:center; }
    }
    .intro-text {
  text-align: justify;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.6;
  align-self: flex-start;
}
   .lightbox { position:fixed; top:0; left:0; width:100%; height:100%; display:flex; justify-content:center; align-items:center; background:rgba(0,0,0,0.8); z-index:1000; }
  .lightbox.hidden { display:none; }
  .lightbox-content { position:relative; max-width:100vw; max-height:100vh; }
  .lightbox-content img { max-width:100%; max-height:100vh; object-fit:contain; }
  .lightbox-content span { position:absolute; top:50%; font-size:3em; color:white; cursor:pointer; padding:10px; transform:translateY(-50%); user-select:none; }
  #prevBtn { left:20px; }
  #nextBtn { right:20px; }
  
  .overlay {
	   position:absolute; top:0; left:0; width:100%; height:100%; z-index:-1; 
	  }

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 300px); /* Valeur par défaut : 4 colonnes */
  justify-content: center;
  gap: 14px;
  margin: 0 auto 40px;
  padding: 0 20px;
}

@media (max-width: 1275px) {
  .gallery {
    grid-template-columns: repeat(3, 250px);
  }
}

@media (max-width: 800px) {
  .gallery {
    grid-template-columns: repeat(2, 200px);
  }
}

@media (max-width: 440px) {
  .gallery {
    grid-template-columns: repeat(2, 160px);
  }
}

  .gallery img {
    width: 100%;
    max-width: 300px;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 6px;
    cursor: pointer;
    transition: transform 0.3s;
    display: block;
    margin: auto;
  }



.buttons-fixed {
  position: fixed;         /* reste visible au scroll */
  top: 0;                  /* collé en haut */
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 10px;
  background: rgba(0,0,0,0.7); /* petit fond pour la lisibilité */
  z-index: 9999;
}

.buttons-fixed a {
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
  transition: background 0.2s ease;
  color: #fff;
  padding: 10px 16px; /* taille par défaut */
}

/* ✅ BACK plus petit */
.btn-back {
  background: #777;
  font-size: 14px;
  padding: 10px 16px;   /* bouton compact */
}
.btn-back:hover {
  background: #555;
}

/* ✅ PLAY plus large */
.btn-play {
  background: #e91e63;
  font-size: 16px;
  padding: 12px 28px;  /* plus grand */
}
.btn-play:hover {
  background: #c2185b;
}

.btn-playBig a {
  display: block;
  width: 60%;
  margin: 0 auto;        /* centre horizontalement */
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
  transition: background 0.2s ease;
  color: #fff;
  background: #e91e63;
  font-size: 16px;
  padding: 12px 28px;
}
.btn-playBig:hover {
  background: #c2185b;
}


