/* Film en fond de hero ; texte en haut et actions à droite des titres incrustés. */
#onlybaie-perspective .op-hero.op-hero-film.op-hero-fabrication {
  display: block;
  min-height: 650px;
  height: clamp(650px, calc(100svh - 178px), 780px);
  padding: 0;
  background: #11171a;
}
#onlybaie-perspective .op-hero-fabrication:after {
  display: block;
  z-index: 1;
  background: linear-gradient(90deg, #11171ad9, #11171a70 42%, #11171a12 74%, transparent);
  mask-image: linear-gradient(180deg, #000 52%, transparent 77%);
  -webkit-mask-image: linear-gradient(180deg, #000 52%, transparent 77%);
  transition: opacity .55s;
}
#onlybaie-perspective .op-hero-fabrication .op-hero-content {
  position: static;
  width: auto;
  max-width: 760px;
  padding: 48px clamp(24px, 4vw, 80px) 150px;
}
#onlybaie-perspective .op-hero-fabrication .op-hero-intro {
  position: relative;
  z-index: 2;
  transition: opacity .55s;
}
#onlybaie-perspective .op-hero-fabrication h1 {
  font-family: Manrope, Arial, sans-serif;
  font-size: clamp(56px, 5vw, 86px);
  line-height: 1.04;
  letter-spacing: -.045em;
  margin: 22px 0;
}
#onlybaie-perspective .op-hero-fabrication h1 em { color: #fff; }
#onlybaie-perspective .op-hero-fabrication .op-hero-intro > p {
  max-width: 440px;
  color: #eceded;
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
}
#onlybaie-perspective .op-hero-fabrication .op-hero-actions {
  position: absolute;
  right: clamp(24px, 4vw, 80px);
  bottom: 42px;
  z-index: 3;
  gap: 24px;
}
#onlybaie-perspective .op-hero-fabrication .op-hero-actions .op-text-link { text-shadow: 0 1px 6px #000, 0 1px 14px #000; }
#onlybaie-perspective .op-hero-fabrication .op-villa-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  overflow: hidden;
  background: #11171a;
}
#onlybaie-perspective .op-hero-fabrication .op-villa-poster,
#onlybaie-perspective .op-hero-fabrication .op-villa-video {
  object-fit: cover;
  object-position: 50% 58%;
  mask-image: none;
  -webkit-mask-image: none;
}
#onlybaie-perspective .op-hero-fabrication .op-villa-toggle {
  top: 24px;
  bottom: auto;
  right: clamp(24px, 4vw, 80px);
  min-height: 44px;
  background: #11171adb;
  z-index: 4;
}
@media (min-width: 1101px) {
  #onlybaie-perspective .op-hero-fabrication.op-film-signature .op-hero-intro,
  #onlybaie-perspective .op-hero-fabrication.op-film-signature:after { opacity: 0; pointer-events: none; }
  #onlybaie-perspective .op-hero-fabrication.op-film-signature .op-villa-media { background: #f8f7f4; }
  #onlybaie-perspective .op-hero-fabrication.op-film-signature .op-villa-poster { opacity: 0; }
  #onlybaie-perspective .op-hero-fabrication.op-film-signature .op-villa-video { object-fit: contain; }
  #onlybaie-perspective .op-hero-fabrication.op-film-signature .op-hero-actions .op-text-link { color: #11171a; text-shadow: none; }
}
@media (max-width: 1100px) {
  #onlybaie-perspective .op-hero.op-hero-film.op-hero-fabrication { display: flex; flex-direction: column; min-height: 0; height: auto; }
  #onlybaie-perspective .op-hero-fabrication:after { display: none; }
  #onlybaie-perspective .op-hero-fabrication .op-hero-content { position: relative; max-width: none; width: 100%; padding: 38px clamp(24px, 5vw, 50px) 32px; }
  #onlybaie-perspective .op-hero-fabrication h1 { font-size: clamp(38px, 7.8vw, 64px); line-height: 1.08; margin: 22px 0; }
  #onlybaie-perspective .op-hero-fabrication .op-hero-intro > p { max-width: 580px; line-height: 1.7; margin-bottom: 30px; }
  #onlybaie-perspective .op-hero-fabrication .op-hero-actions { position: static; gap: 20px; }
  #onlybaie-perspective .op-hero-fabrication .op-hero-actions .op-text-link { text-shadow: none; }
  #onlybaie-perspective .op-hero-fabrication .op-villa-media { position: relative; inset: auto; height: auto; aspect-ratio: 16 / 9; }
  #onlybaie-perspective .op-hero-fabrication .op-villa-poster,
  #onlybaie-perspective .op-hero-fabrication .op-villa-video { object-fit: contain; }
  #onlybaie-perspective .op-hero-fabrication .op-villa-toggle { top: auto; bottom: 16px; right: 16px; }
}
@media (max-width: 420px) {
  #onlybaie-perspective .op-hero-fabrication .op-hero-actions { align-items: flex-start; flex-direction: column; }
  #onlybaie-perspective .op-hero-fabrication .op-villa-toggle { right: 10px; bottom: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  #onlybaie-perspective .op-hero-fabrication .op-hero-intro,
  #onlybaie-perspective .op-hero-fabrication:after { transition: none; }
}
