/* Notre histoire — bloc éditorial vidéo */

.notre-histoire {
  position: relative;
  overflow: hidden;
  padding-top: 72px;
  padding-bottom: 88px;
}

.notre-histoire-halo {
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: min(920px, 92vw);
  height: 420px;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.03) 38%, transparent 72%);
  pointer-events: none;
}

.notre-histoire .wrap {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.notre-histoire-title {
  font-size: clamp(30px, 4.2vw, 48px);
  font-weight: 300;
  letter-spacing: -0.4px;
  margin-bottom: 36px;
  color: #fff;
}

.notre-histoire-player {
  margin-bottom: 44px;
}

.notre-histoire-error {
  margin: -28px 0 20px;
  font-size: 13px;
  color: #f5a7a7;
  text-align: center;
}

.notre-histoire-error[hidden] {
  display: none;
}

.notre-histoire-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  overflow: hidden;
}

.notre-histoire-poster {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.notre-histoire-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.72);
}

.notre-histoire-poster--empty {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
}

.notre-histoire-poster[hidden] {
  display: none;
}

#notre-histoire-youtube {
  position: absolute;
  inset: 0;
  z-index: 0;
}

#notre-histoire-youtube iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.notre-histoire-play {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 0;
  background: linear-gradient(180deg, rgba(8, 8, 10, 0.18) 0%, rgba(8, 8, 10, 0.52) 100%);
  color: #fff;
  cursor: pointer;
  transition: background 0.35s ease, opacity 0.35s ease;
}

.notre-histoire-play:hover {
  background: linear-gradient(180deg, rgba(8, 8, 10, 0.28) 0%, rgba(8, 8, 10, 0.62) 100%);
}

.notre-histoire-play[hidden] {
  display: none;
}

.notre-histoire-play-icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.notre-histoire-play-icon svg {
  width: 22px;
  height: 22px;
  margin-left: 3px;
  fill: #fff;
}

.notre-histoire-play-label {
  font-family: 'GeistMono', monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.notre-histoire-body {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15.5px;
  font-weight: 300;
  line-height: 1.82;
}

.notre-histoire-body p {
  margin: 0 0 18px;
}

.notre-histoire-body p:last-child {
  margin-bottom: 0;
}

.notre-histoire-body .nh-highlight {
  margin: 28px 0;
  padding-left: 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.9);
}

.notre-histoire-body .nh-highlight strong {
  display: block;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  margin-bottom: 6px;
}

.notre-histoire-sign {
  margin-top: 42px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.notre-histoire-sign .nh-sign-label {
  font-family: 'GeistMono', monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.48);
  margin-bottom: 12px;
}

.notre-histoire-sign .nh-sign-name {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  line-height: 1.4;
}

.notre-histoire-sign .nh-sign-ar {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 640px) {
  .notre-histoire {
    padding-top: 72px;
    padding-bottom: 80px;
  }

  .notre-histoire-title {
    margin-bottom: 24px;
  }

  .notre-histoire-player {
    margin-bottom: 32px;
  }

  .notre-histoire-frame {
    border-radius: 8px;
  }

  .notre-histoire-play-icon {
    width: 58px;
    height: 58px;
  }

  .notre-histoire-body {
    font-size: 15px;
    line-height: 1.78;
  }
}
