/* =====================================================
   SPECTACLE VIVANT — Design cinématique sombre
===================================================== */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Outfit', sans-serif;
  background: #0c0c0c;
  color: #e8e8e8;
  overflow-x: hidden;
  line-height: 1.6;
}

/* ---------- NAVIGATION MINIMALE ---------- */
.top-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 40px;
  background: linear-gradient(to bottom, rgba(0,0,0,0.7), transparent);
}

.back-link,
.nav-contact {
  color: #fff;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: opacity 0.3s;
}

.back-link:hover,
.nav-contact:hover {
  opacity: 0.7;
}

.nav-brand {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: #c9a227;
  letter-spacing: 1px;
}

/* ---------- HERO PLEIN ÉCRAN ---------- */
.show-hero {
  height: 100vh;
  min-height: 600px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.45) contrast(1.1);
}

.hero-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    #0c0c0c 0%,
    rgba(12,12,12,0.4) 40%,
    transparent 70%
  );
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 0 24px 80px;
  max-width: 900px;
}

.show-label {
  font-size: 0.85rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c9a227;
  margin-bottom: 20px;
  font-weight: 500;
}

.show-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(3.5rem, 10vw, 7rem);
  font-weight: 700;
  line-height: 0.95;
  color: #fff;
  margin-bottom: 24px;
  text-shadow: 0 4px 30px rgba(0,0,0,0.5);
}

.show-tagline {
  font-size: 1.2rem;
  font-weight: 300;
  color: rgba(255,255,255,0.85);
  max-width: 480px;
  margin: 0 auto 50px;
}

.scroll-down {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #c9a227;
  text-decoration: none;
  font-size: 0.9rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: gap 0.3s;
}

.scroll-down:hover {
  gap: 16px;
}

/* ---------- RÉCIT ---------- */
.story-section {
  padding: 120px 40px;
  max-width: 1100px;
  margin: 0 auto;
}

.story-inner {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 60px;
  align-items: start;
}

.chapter {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 4rem;
  color: #c9a227;
  opacity: 0.4;
  line-height: 1;
  margin-bottom: 10px;
}

.story-left h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
}

.story-right p {
  font-size: 1.15rem;
  font-weight: 300;
  color: #b0b0b0;
  margin-bottom: 24px;
  text-align: justify;
}

.story-right strong {
  color: #fff;
  font-weight: 500;
}

/* ---------- IMAGE PLEINE LARGEUR ---------- */
.full-bleed {
  position: relative;
  height: 70vh;
  min-height: 400px;
  overflow: hidden;
}

.full-bleed img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
}

.full-bleed-caption {
  position: absolute;
  bottom: 30px;
  left: 40px;
  font-size: 0.9rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
}

/* ---------- TROIS MOMENTS ---------- */
.moments {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 40px;
  gap: 40px;
}

.moment {
  text-align: center;
  padding: 40px 20px;
  border-top: 1px solid rgba(201,162,39,0.3);
}

.moment-number {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  color: #c9a227;
  margin-bottom: 16px;
}

.moment h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 14px;
}

.moment p {
  font-size: 0.95rem;
  font-weight: 300;
  color: #999;
  line-height: 1.6;
}

/* ---------- CITATION MONUMENTALE ---------- */
.big-quote {
  padding: 120px 40px;
  text-align: center;
  background: #111;
}

.big-quote blockquote {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 600;
  color: #fff;
  line-height: 1.35;
  max-width: 800px;
  margin: 0 auto 30px;
}

.big-quote cite {
  font-style: normal;
  font-size: 0.95rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #c9a227;
}

/* ---------- CHIFFRES EN LIGNE ---------- */
.numbers-line {
  display: flex;
  justify-content: center;
  gap: 80px;
  padding: 80px 40px;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  flex-wrap: wrap;
}

.number-item {
  text-align: center;
}

.num {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  font-weight: 700;
  color: #c9a227;
  line-height: 1.1;
}

.label {
  display: block;
  font-size: 0.85rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #777;
  margin-top: 8px;
}

/* ---------- INVITE / CTA ---------- */
.invite {
  padding: 120px 40px;
  text-align: center;
}

.invite h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
}

.invite p {
  font-size: 1.1rem;
  font-weight: 300;
  color: #999;
  margin-bottom: 40px;
}

.invite-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.btn-gold {
  display: inline-block;
  padding: 16px 40px;
  background: #c9a227;
  color: #0c0c0c;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 1px;
  border-radius: 2px;
  transition: background 0.3s, transform 0.3s;
}

.btn-gold:hover {
  background: #e0b83a;
  transform: translateY(-2px);
}

.btn-outline {
  display: inline-block;
  padding: 16px 40px;
  background: transparent;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 1px;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 2px;
  transition: border-color 0.3s, color 0.3s;
}

.btn-outline:hover {
  border-color: #c9a227;
  color: #c9a227;
}

/* ---------- FOOTER MINIMAL ---------- */
.show-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  border-top: 1px solid #222;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-left strong {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 4px;
}

.footer-left span {
  font-size: 0.85rem;
  color: #666;
}

.footer-right {
  display: flex;
  gap: 24px;
}

.footer-right a {
  color: #777;
  font-size: 1.2rem;
  transition: color 0.3s;
}

.footer-right a:hover {
  color: #c9a227;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 900px) {
  .story-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .moments {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .numbers-line {
    gap: 40px;
  }
}

@media (max-width: 600px) {
  .top-nav {
    padding: 18px 20px;
  }

  .hero-content {
    padding-bottom: 60px;
  }

  .show-title {
    font-size: 3.2rem;
  }

  .story-section,
  .moments,
  .big-quote,
  .invite {
    padding-left: 20px;
    padding-right: 20px;
  }

  .full-bleed-caption {
    left: 20px;
  }

  .show-footer {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
  }

  .footer-right {
    justify-content: center;
  }
}