/* moment.css - Fiche "Moment" Ventabren.info */

.moment-page {
  background: #f7f5f0;
  color: #2f2f2f;
  position: relative;
  overflow: hidden;
}

.moment-page::after {
  content: "";
  position: fixed;
  top: 18%;
  right: -230px;
  width: 720px;
  height: 720px;
  background-image: url("/images/olivier2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  opacity: 0.06;
  pointer-events: none;
  z-index: 0;
}

.moment-page > * {
  position: relative;
  z-index: 1;
}

/* --- HERO --- */
.moment-hero {
  position: relative;
  max-width: 1100px;
  margin: 175px auto 0;
  padding: 0 30px;
}

.moment-hero-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 25px 70px rgba(0,0,0,.20);
}

.moment-hero-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.moment-hero-overlay {
  position: absolute;
  left: 60px;
  bottom: 34px;
  z-index: 2;
  max-width: 680px;
  pointer-events: none;
}

.moment-rubrique-badge {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.moment-hero-overlay h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 40px;
  color: #fff;
  margin: 0 0 6px;
  line-height: 1.15;
  text-shadow: 0 2px 16px rgba(0,0,0,.35);
}

.moment-hero-accroche {
  color: rgba(255,255,255,.85);
  font-size: 16px;
  margin: 0;
  text-shadow: 0 2px 12px rgba(0,0,0,.35);
}

/* --- BODY --- */
.moment-body {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
}

/* --- META STAMP --- */
.moment-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px 0 20px;
  border-bottom: 0.5px solid #d8c8b4;
  margin-bottom: 28px;
}

.moment-meta-stamp {
  text-align: center;
  background: #fff;
  border: 0.5px solid #d8c8b4;
  border-radius: 12px;
  padding: 10px 18px;
  min-width: 80px;
  flex-shrink: 0;
}

.moment-meta-year {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #2f2f2f;
  line-height: 1;
}

.moment-meta-mois {
  display: block;
  font-size: 12px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 3px;
}

.moment-meta-duree {
  display: block;
  font-size: 12px;
  color: #aaa;
  margin-top: 2px;
}

.moment-meta-sep {
  width: 0.5px;
  height: 44px;
  background: #d8c8b4;
  flex-shrink: 0;
}

.moment-meta-desc {
  font-size: 20px;
  font-weight: 500;
  color: #b68b52;
  line-height: 1.7;
}

/* --- TEXTE --- */
.moment-texte {
  font-size: 17px;
  line-height: 1.8;
  color: #3a3a3a;
  margin-bottom: 60px;
}

.moment-texte p {
  margin: 0 0 22px;
}

/* --- SÉPARATEUR --- */
.moment-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  max-width: 360px;
  margin: 0 auto 30px;
}

.moment-divider span {
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, transparent, #c9a876);
}

.moment-divider span:last-child {
  background: linear-gradient(to left, transparent, #c9a876);
}

.moment-divider-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
}

/* --- SUGGESTIONS --- */
.moment-related {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
}

.moment-related h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 20px;
  color: #b68b52;
  text-align: center;
}

.moment-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.moment-related-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  color: #2f2f2f;
  box-shadow: 0 10px 28px rgba(0,0,0,.08);
  transition: transform .3s ease, box-shadow .3s ease;
}

.moment-related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0,0,0,.12);
}

.moment-related-card img,
.moment-related-img-placeholder {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.moment-related-img-placeholder {
  background: #ddd0be;
}

.moment-related-info {
  padding: 10px 14px 14px;
}

.moment-related-cat {
  display: block;
  font-size: 11px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 3px;
}

.moment-related-titre {
  display: block;
  font-size: 14px;
  line-height: 1.3;
}

/* --- RETOUR --- */
.moment-back-link {
  text-align: center;
  margin: 40px 0 100px;
}

.moment-back-link a {
  display: inline-block;
  padding: 12px 26px;
  border: 1px solid rgba(182,139,82,.35);
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  color: #b68b52;
  transition: all .25s ease;
}

.moment-back-link a:hover {
  background: rgba(182,139,82,.08);
  border-color: rgba(182,139,82,.60);
}

/* --- RESPONSIVE --- */
@media (max-width: 800px) {
  .moment-hero {
    margin: 110px auto 0;
    padding: 0 22px;
  }

  .moment-hero-video {
    border-radius: 18px;
  }

  .moment-hero-overlay {
    left: 26px;
    bottom: 22px;
    max-width: calc(100% - 52px);
  }

  .moment-hero-overlay h1 {
    font-size: 26px;
  }

  .moment-body {
    padding: 0 22px;
  }

  .moment-related {
    padding: 0 22px;
  }

  .moment-related-grid {
    grid-template-columns: 1fr;
  }
}
