/* Fiche d'œuvre autonome : même langage visuel que la modale du site (voir style.css) */
.lang-switcher a.lang-btn { display: inline-block; text-decoration: none; line-height: 1.4; }
.footer-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.5rem 1.8rem; margin-top: 1.1rem; }
.footer-nav a {
  font-size: 0.66rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: #949494; text-decoration: none; transition: color 0.2s;
}
.footer-nav a:hover { color: #fff; }

.fiche { max-width: 1440px; margin: 0 auto; padding: 7.2rem 3rem 5.5rem; }
.fiche-head { margin-bottom: 2.6rem; }
.fiche-back {
  display: inline-block; margin-bottom: 1.8rem; padding-bottom: 0.2rem;
  font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gray-light); text-decoration: none;
  border-bottom: 1px solid transparent; transition: color 0.2s, border-color 0.2s;
}
.fiche-back:hover { color: var(--gold); border-color: var(--gold); }
.fiche-cat {
  font-size: 0.6rem; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--gray-light); margin-bottom: 1rem;
}
.fiche-title {
  font-family: var(--font-serif); font-weight: 400;
  font-size: clamp(2rem, 4.4vw, 3.4rem); line-height: 1.12;
  color: var(--black); margin-bottom: 0.7rem;
}
.fiche-artist { font-size: 0.7rem; letter-spacing: 0.12em; color: var(--gray); }

.fiche-body { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 3rem; align-items: start; }
.fiche-stage { display: flex; flex-direction: column; gap: 1.2rem; }
.fiche-stage figure { background: var(--bg3); }
.fiche-stage img { display: block; width: 100%; height: auto; }

.fiche-panel {
  position: sticky; top: 6.6rem; background: #fff;
  padding: 2.4rem 2.4rem 2.6rem; box-shadow: var(--shadow-sm);
}
.fiche-panel .exp-meta { margin: 0 0 2.2rem; }
.fiche-panel .exp-desc { text-align: start; }
.fiche-panel .btn-enquire { padding: 1rem 1rem; text-align: center; }

.fiche-others { margin-top: 5rem; padding-top: 2.6rem; border-top: 1px solid var(--border); }
.fiche-others h2 {
  font-size: 0.65rem; font-weight: 400; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--dark); margin-bottom: 1.8rem;
}
.fiche-others ul { list-style: none; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.8rem; }
.fiche-others a { display: block; text-decoration: none; color: var(--black); }
.fiche-others img {
  display: block; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: contain;
  background: var(--bg3); margin-bottom: 0.9rem; transition: opacity 0.3s;
}
.fiche-others a:hover img { opacity: 0.86; }
.fo-title { display: block; font-family: var(--font-serif); font-size: 1.05rem; line-height: 1.25; }
.fo-year { display: block; margin-top: 0.25rem; font-size: 0.66rem; letter-spacing: 0.16em; color: var(--gray-light); }

@media (max-width: 900px) {
  .fiche { padding: 6rem 1.2rem 3.5rem; }
  .fiche-head { margin-bottom: 1.8rem; }
  .fiche-body { grid-template-columns: 1fr; gap: 2rem; }
  .fiche-panel { position: static; padding: 2rem 1.6rem 2.2rem; }
  .fiche-others ul { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.4rem; }
}

.notfound {
  min-height: 100vh; display: flex; flex-direction: column; justify-content: center;
  align-items: center; gap: 2.6rem; padding: 9rem 1.5rem 5rem; text-align: center;
}
.nf-block { max-width: 520px; }
.nf-title { font-family: var(--font-serif); font-weight: 400; font-size: 1.2rem; color: var(--gray); margin-bottom: 0.5rem; }
.nf-main .nf-title { font-size: clamp(2rem, 5vw, 3.2rem); color: var(--black); margin-bottom: 1rem; }
.nf-block p { font-size: 0.9rem; color: var(--gray); }
.nf-links { margin-top: 1.1rem; display: flex; justify-content: center; gap: 1.8rem; flex-wrap: wrap; }
.nf-links a {
  font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--black); text-decoration: none; border-bottom: 1px solid var(--gold); padding-bottom: 0.2rem;
}
.nf-links a:hover { color: var(--gold); }
