/* =====================================================
   EPK — STRUCTURE
===================================================== */

.epk-page .epk-intro {
  min-height: 85vh;
  gap: 56px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;
  gap: 36px;
}

.epk-page .epk-role {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  letter-spacing: 0.22em;
  opacity: 0.75;
  line-height: 1.8;
}

.epk-page .epk-role {
  max-width: none;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .epk-page .epk-role {
    white-space: normal;
  }
}

/* SECTIONS */
.epk-page .epk-section {
  padding: 80px 40px;
  max-width: 1100px;
  margin: 0 auto;
}

/* BIO */
.epk-page .epk-bio {
  display: flex;
  justify-content: center;
}

.epk-page .epk-bio p {
  max-width: 620px;
  text-align: center;
  margin: 0 auto;
}

/* valeur */
.epk-page .epk-value {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-style: italic;
  color: rgba(201,152,82,0.95);
  transition: transform 0.4s ease;
}

/* MUSIQUE */

.epk-page .epk-label {
  font-size: 13px;
  letter-spacing: 0.28em;
  margin-bottom: 16px;
  opacity: 0.6;
}

.epk-page .epk-title {
  font-size: 34px;
  letter-spacing: 0.18em;
  margin-bottom: 40px;
}

.epk-page .epk-music-link {
  font-size: 13px;
  letter-spacing: 0.22em;
}

.epk-page .epk-music a {
  color: rgba(201,152,82,0.9);
  text-decoration: none;
}

/* CONTACT */
.epk-page .epk-contact {
  text-align: center;
}

.epk-page .epk-contact a {
  display: inline-block;
  margin-top: 16px;
  letter-spacing: 0.18em;
}

.epk-page .epk-music {
  padding: 160px 40px;
}

/* ================= EPK — PHOTOS PRESSE ================= */

.epk-page .epk-photos {
  padding-top: 0;
}

.epk-page .epk-photos-label {
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.18em;
  opacity: 0.6;
  margin-bottom: 32px;
}

/* CONTENEUR CAROUSEL */
.epk-page .epk-carousel {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 16px;
}

/* TRACK */
.epk-page .epk-carousel-track {
  display: flex;
  gap: 32px;
  padding: 0 40px;
  width: max-content;
}

/* SCROLLBAR */
.epk-page .epk-carousel::-webkit-scrollbar {
  height: 6px;
}
.epk-page .epk-carousel::-webkit-scrollbar-thumb {
  background: rgba(201,152,82,0.35);
  border-radius: 3px;
}

/* ===============================
   EPK — BOUTON DOWNLOAD
================================ */

.epk-page .epk-download {
  text-align: center;
  margin: 48px 0 80px;
}

.epk-page .epk-download a {
  display: inline-block;
  padding: 14px 32px;
  border: 1px solid rgba(201,152,82,0.45);
  color: rgba(201,152,82,0.95);
  text-decoration: none;
  letter-spacing: 0.18em;
  font-size: 12px;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.epk-page .epk-download a:hover {
  background: rgba(201,152,82,0.08);
  box-shadow: 0 0 18px rgba(201,152,82,0.25);
}

/* ================= EPK — CAROUSEL PHOTOS (CLEAN) ================= */

.epk-page .epk-photos-label {
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.18em;
  opacity: 0.6;
  margin-bottom: 32px;
}

/* wrapper */
.epk-page .epk-carousel-wrapper {
  position: relative;
}

/* boutons */
.epk-page .epk-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: 1px solid rgba(201,152,82,0.35);
  color: rgba(201,152,82,0.85);
  font-size: 20px;
  padding: 10px 14px;
  cursor: pointer;
  z-index: 20;
  transition: background 0.3s ease, opacity 0.3s ease;
}

.epk-page .epk-carousel-btn:hover {
  background: rgba(201,152,82,0.08);
}

.epk-page .epk-carousel-btn.left {
  left: 8px;
}

.epk-page .epk-carousel-btn.right {
  right: 8px;
}

/* images */

.epk-page .epk-photo img {
  object-fit: contain;
  object-position: center center;
}

.epk-page .epk-photo.portrait img {
  object-position: center top;
}

/* scrollbar discrète */
.epk-page .epk-carousel::-webkit-scrollbar {
  height: 6px;
}

.epk-page .epk-carousel::-webkit-scrollbar-thumb {
  background: rgba(201,152,82,0.35);
  border-radius: 3px;
}

/* ---------- INDICES UX ---------- */

.epk-page .epk-photo {
  position: relative;
  flex: 0 0 auto;
}

.epk-page .epk-badge {
  position: absolute;
  bottom: 14px;
  left: 14px;
  font-size: 11px;
  letter-spacing: 0.18em;
  padding: 6px 10px;
  background: rgba(11,11,11,0.65);
  border: 1px solid rgba(201,152,82,0.45);
  color: rgba(201,152,82,0.95);
  text-transform: uppercase;
  pointer-events: none;
}

.epk-page .epk-download-photo {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 11px;
  letter-spacing: 0.14em;
  padding: 6px 10px;
  border: 1px solid rgba(201,152,82,0.45);
  color: rgba(201,152,82,0.95);
  text-decoration: none;
  background: rgba(11,11,11,0.6);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.epk-page .epk-photo:hover .epk-download-photo {
  opacity: 1;
}

@media (max-width: 768px) {

  .epk-photo img {
    width: 100%;
    height: 70vh;
    max-height: none;
    object-fit: cover;
  }

  .epk-photo {
    margin-bottom: 3rem;
  }

  .epk-page .epk-download-photo {
    opacity: 1;
  }
}

.epk-page .epk-carousel-btn.left { left: 8px; }
.epk-page .epk-carousel-btn.right { right: 8px; }

.epk-page .epk-lightbox img {
  max-width: 92vw;
  max-height: 92vh;
  box-shadow: 0 0 40px rgba(201,152,82,0.25);
}

.epk-page .epk-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(11,11,11,0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.epk-page .epk-lightbox-close {
  position: absolute;
  top: 24px;
  left: 24px;
  background: none;
  border: 1px solid rgba(201,152,82,0.6);
  color: rgba(201,152,82,0.9);
  font-size: 12px;
  letter-spacing: 0.22em;
  padding: 10px 18px;
  cursor: pointer;
}

.epk-page .epk-lightbox[hidden] {
  display: none !important;
}

/* =====================================================
   EPK – VIDÉO
===================================================== */

.epk-video {
  margin: 72px auto;
  text-align: center;
}

.epk-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto;
}

.epk-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* ===============================
   EPK — TITRE / IDENTITÉ
================================ */

.epk-page .epk-name {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.epk-page .epk-role {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  letter-spacing: 0.18em;
  opacity: 0.75;
  margin-bottom: 36px;
}

@media (min-width: 1024px) {
  .epk-page .epk-intro {
    padding-top: 160px;
    padding-bottom: 140px;
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
  }

  .epk-page .epk-name {
    font-size: 64px;
    margin-bottom: 36px;
  }

  .epk-page .epk-role {
    font-size: 16px;
    margin-bottom: 48px;
  }
}

/* ===============================
   EPK — MOBILE CENTERING
================================ */

@media (max-width: 768px) {

  .epk-page main {
    text-align: center;
  }

  .epk-page .epk-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .epk-page .epk-contact {
    text-align: center;
  }
}

/* ===============================
   EPK — LINK COLOR (DA)
================================ */

.epk-page a,
.epk-page a:visited {
  color: rgba(201,152,82,0.95);
  text-decoration: none;
}

.epk-page a:hover {
  color: rgba(201,152,82,1);
}

/* ===============================
   EPK — MUSIQUE (DESKTOP CENTER FIX)
================================ */

.epk-page .epk-music-inner {
  display: grid;
  grid-template-columns: 220px auto;
  justify-content: center;
  gap: 64px;
}

.epk-page .epk-music {
  text-align: center;
}

.epk-page .epk-music-text {
  align-items: center;
  text-align: center;
  justify-self: center;
}

.epk-page .music-cta {
  margin-top: 24px;
  letter-spacing: 0.22em;
}

@media (max-width: 768px) {
  .epk-page .epk-music-inner {
    grid-template-columns: 1fr;
    gap: 36px;
    text-align: center;
    justify-items: center;
  }

  .epk-page .epk-music-text {
    justify-self: center;
    align-items: center;
    text-align: center;
  }

  .epk-page .epk-vinyl {
    width: 180px;
    height: 180px;
    margin-right: -8px;
  }
}

/* ===============================
   EPK — VINYLE (FINAL, CLEAN)
================================ */

.epk-page .epk-vinyl {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  position: relative;
  background:
    conic-gradient(
      from 0deg,
      rgba(201,152,82,0.12),
      rgba(11,11,11,0) 25%,
      rgba(11,11,11,0) 75%,
      rgba(201,152,82,0.12)
    ),
    repeating-radial-gradient(
      circle at center,
      rgba(255,255,255,0.025) 0px,
      rgba(255,255,255,0.025) 1px,
      rgba(11,11,11,0.95) 2px,
      rgba(11,11,11,0.95) 4px
    ),
    radial-gradient(
      circle at center,
      #0b0b0b 0%,
      #0b0b0b 60%,
      #050505 100%
    );
  box-shadow:
    inset 0 0 40px rgba(0,0,0,0.85),
    0 0 25px rgba(201,152,82,0.2);
  animation: vinylSpin 22s linear infinite;
  transform-origin: center center;
}

.epk-page .epk-vinyl::after {
  content: "";
  position: absolute;
  inset: 50%;
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #0b0b0b;
  box-shadow: 0 0 0 3px rgba(201,152,82,0.45);
}

@keyframes vinylSpin {
  to { transform: rotate(360deg); }
}

/* ===============================
   EPK — PHOTOS PRESSE (RESTAURÉ)
================================ */

.epk-page .epk-photo img {
  display: block;
  height: 420px;
  width: auto;
  object-fit: contain;
  background: transparent;
}

.epk-page .epk-identity {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.epk-page .epk-line {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  letter-spacing: 0.28em;
  opacity: 0.8;
  text-transform: uppercase;
}

.epk-page .epk-description {
  display: flex;
  flex-direction: column;
  gap: 22px;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 22px;
  line-height: 1.6;
  max-width: 880px;
}

.epk-page .epk-music-text {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.epk-page .epk-key {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  opacity: 0.45;
}

.epk-page .epk-value {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-style: italic;
  line-height: 1.4;
  color: rgba(201,152,82,0.95);
}

.epk-page .epk-intro,
.epk-page .epk-bio {
  min-height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.epk-page .epk-identity,
.epk-page .epk-bio p {
  max-width: 840px;
  padding: 64px 40px;
  position: relative;
}

.epk-page .epk-identity::before,
.epk-page .epk-bio p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 120px;
  height: 1px;
  background: rgba(201,152,82,0.6);
  transform: translateX(-50%);
}

.epk-page .epk-identity::after,
.epk-page .epk-bio p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 120px;
  height: 1px;
  background: rgba(201,152,82,0.6);
  transform: translateX(-50%);
}

/* ===============================
   SCROLL REVEAL — ULTRA LIGHT
================================ */

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal:nth-child(1) { transition-delay: 0s; }
.reveal:nth-child(2) { transition-delay: 0.15s; }
.reveal:nth-child(3) { transition-delay: 0.3s; }

/* ===============================
   EPK — INFOS CLÉS (ACTUEL)
================================ */

.epk-page .epk-infos {
  padding: 160px 40px;
  text-align: center;
}

.epk-page .epk-info-item {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* ===============================
   NAVIGATION
================================ */

.epk-page .epk-nav {
  position: fixed;
  top: 18px;
  right: 48px;
  display: flex;
  align-items: center;
  gap: 32px;
  z-index: 100;
}

.epk-page .epk-nav a {
  font-size: 13px;
  letter-spacing: 0.3em;
  text-transform: capitalize;
  opacity: 0.9;
}

.epk-page .epk-nav a.epk-home {
  font-size: 38px;
  line-height: 1;
  display: inline-flex;
  align-items: center;          /* centre vertical exact */
  justify-content: center;
  position: relative;
  color: rgba(194,182,166,0.7); /* couleur du menu du site normal */
  margin-top: -5px;             /* micro-ajustement optique */
}

.epk-page .epk-nav .epk-mail {
  color: rgba(232,223,211,0.95);
  opacity: 1;
}

/* ===== MENU MOBILE ===== */

.epk-burger {
  display: none;
  position: fixed;
  top: 24px;
  right: 24px;
  font-size: 28px;
  background: none;
  border: none;
  color: rgba(201,152,82,0.95);
  z-index: 120;
}

@media (max-width: 768px) {
  .epk-burger {
    display: block;
  }

  .epk-page .epk-nav {
    position: fixed;
    inset: 0;
    background: rgba(11,11,11,0.96);
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 96px;
    align-items: center;
    gap: 28px;
    transform: translateY(-100%);
    transition: transform 0.4s ease;
  }

  .epk-page .epk-nav a,
  .epk-page .epk-nav .epk-back {
    width: 100%;
    text-align: center;
  }

  .epk-page .epk-nav.is-open {
    transform: translateY(0);
  }

  .epk-page .epk-back {
    font-size: 12px;
    letter-spacing: 0.32em;
    opacity: 0.7;
  }
}

@media (min-width: 769px) {
  .epk-page .epk-back {
    display: none !important;
  }
}

/* ===== EPK — IDENTITÉ : HIÉRARCHIE DES RÔLES ===== */

.epk-page .epk-line:first-child {
  opacity: 0.55;
  font-size: 13px;
}

.epk-page .epk-line:last-child {
  font-size: 15px;
  letter-spacing: 0.32em;
}

.epk-page .epk-hero {
  width: 100vw;
  height: 100vh;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background-image: url("assets/images/epk/epk-live-01.png");
  background-size: 100%;
  background-position: 84% 7%;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {
  .epk-page .epk-description {
    padding: 72px 64px;
  }
}

/* ===== EPK — ESPACEMENT ENTRE PAIRES D’INFOS ===== */

.epk-page .epk-infos {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px; /* ESPACE ENTRE CHAQUE PAIRE */
}

/* ===== EPK — HERO MOBILE FULL SCREEN ===== */

@media (max-width: 768px) {
  .epk-page .epk-hero {
    height: 95vh;
    background-size: cover;
    background-position: 49% 20%;
  }
}

/* ===== EPK MOBILE — RYTHME TEXTE FINAL ===== */

@media (max-width: 768px) {

  /* Sections : rythme homogène */
  .epk-page .epk-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  /* Intro / identité : un peu plus de souffle */
  .epk-page .epk-intro {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  /* Textes longs : lisibilité mobile */
  .epk-page .epk-description,
  .epk-page .epk-bio p {
    font-size: 20px;
    line-height: 1.6;
  }

  /* Infos clés : respiration maîtrisée */
  .epk-page .epk-infos {
    gap: 40px;
  }

  /* Musique : éviter le vide avant / après */
  .epk-page .epk-music {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

/* Micro-accent infos clés */
.epk-page .epk-infos-values span {
  text-shadow: 0 0 12px rgba(201,152,82,0.18);
}

/* Souffle entre Photos et Vidéo */
.epk-page .epk-photos + .epk-video {
  margin-top: 48px;
}

/* Micro-rythme labels */
.epk-page .epk-label,
.epk-page .epk-key {
  letter-spacing: 0.3em;
  opacity: 0.55;
}

/* ===== EPK — MAIL (UTILITAIRE, PAS NAVIGATION) ===== */

.epk-page .epk-mail {
  font-size: 11px;
  letter-spacing: 0.32em;
  opacity: 0.45;
  font-family: "Inter", sans-serif;
}

/* Desktop : encore plus discret */
@media (min-width: 1024px) {
  .epk-page .epk-mail {
    font-size: 9.5px;
    letter-spacing: 0.38em;
    opacity: 0.38;
  }
}

/* ===== EPK — MICRO-HOVER ICÔNE MAISON (LUMIÈRE) ===== */

.epk-page .epk-nav a.epk-home {
  transition:
    color 0.4s ease,
    text-shadow 0.4s ease;
}

.epk-page .epk-nav a.epk-home:hover {
  color: rgba(232,223,211,0.95);
  text-shadow: 0 0 10px rgba(201,152,82,0.35);
}

/* ===== EPK — MAIL (INLINE, UTILITAIRE) ===== */

.epk-page .epk-nav .epk-mail {
  font-size: 10px;
  letter-spacing: 0.34em;
  opacity: 0.38;
  font-family: "Inter", sans-serif;
  align-self: center;   /* 🔑 aligné sur la ligne */
  text-transform: lowercase; /* 🔒 verrouille les minuscules */
}

/* Mobile : encore plus discret */

@media (max-width: 768px) {
  .epk-page .epk-nav .epk-mail {
    margin-top: 24px;
    font-size: 9px;
    opacity: 0.32;
  }
}

/* ===== EPK — HOVER MENU (LUMIÈRE SUBTILE) ===== */

.epk-page .epk-nav a {
  position: relative;
}

.epk-page .epk-nav a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 55%;
  width: 105%;
  height: 1em;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    ellipse at center,
    rgba(201, 152, 82, 0.45),
    rgba(201, 152, 82, 0.25) 40%,
    transparent 70%
  );
  opacity: 0;
  filter: blur(8px);
  pointer-events: none;
}

.epk-page .epk-nav a:hover {
  color: rgba(201, 152, 82, 1);
}

.epk-page .epk-nav a:hover::before {
  opacity: 1;
}

.socials {
  display: flex;
  justify-content: center;
  gap: 26px;          /* un peu plus d’air */
  margin-top: 40px;  /* plus visible en fin de page */
}

.socials a svg {
  width: 22px;       /* + gros */
  height: 22px;
  fill: none;
  stroke: #c8a96a;
  stroke-width: 1.6; /* un peu plus présent */
  opacity: 0.7;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    filter 0.25s ease;
}

.socials a:hover svg {
  opacity: 1;
  transform: translateY(-2px);
  filter: drop-shadow(0 0 6px rgba(200, 169, 106, 0.55));
}

/* CORRECTION PLACEMENT ICÔNES — EPK */
.epk-page .socials {
  margin-top: 12px;
}

/* REMONTER LÉGÈREMENT LES ICÔNES — EPK SEULEMENT */
.epk-page .socials {
  margin-top: -34px;
}

/* CORRECTION HERO MOBILE — EPK */
@media (max-width: 768px) {
  .epk-hero {
    height: auto;
    min-height: unset;
    aspect-ratio: 3 / 4;
    background-size: contain;
    background-repeat: no-repeat;
  }
}



.epk-copyright {
  margin-top: 18px;
  padding-bottom: 32px; /* ← AIR EN BAS */
  font-size: 11px;
  letter-spacing: 0.14em;
  opacity: 0.45;
  text-align: center;
}
