/* ============================================================
   Footer — colonnes "Nous suivre sur les réseaux" / "Écouter / regarder"
   (inspiration GDIY), dans le style French Baraka.
   ============================================================ */
.footer-top.cols-3 {
  grid-template-columns: 1.7fr 0.9fr 1.1fr;
  gap: clamp(28px, 4vw, 56px);
}
@media (max-width: 980px) {
  .footer-top.cols-3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 560px) {
  .footer-top.cols-3 {
    grid-template-columns: 1fr;
  }
}

/* Lien réseau / plateforme : petite icône + libellé sur une seule ligne.
   On surcharge la règle de base ".footer-col a { display:block }". */
.footer-col a.foot-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  line-height: 1.2;
}
.footer-col a.foot-link svg {
  width: 17px;
  height: 17px;
  flex: none;
  color: var(--gold-300);
  transition: color 0.3s var(--ease);
}
.footer-col a.foot-link:hover svg {
  color: var(--gold-400);
}
/* neutralise le padding vertical des <span> de base dans ces liens */
.footer-col a.foot-link span {
  padding: 0;
  display: inline-flex;
  align-items: center;
}

.footer-email {
  display: inline-block;
  margin-top: 14px;
  color: var(--ink-soft);
  transition: color 0.3s var(--ease);
}
.footer-email:hover {
  color: var(--gold-300);
}

/* Drapeaux des pays francophones entre les deux définitions */
.lex-flags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 20px 0 6px;
}
.lex-flags img {
  width: 38px;
  height: auto;
  border-radius: 4px;
  border: 1px solid var(--line);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
  transition: transform 0.3s var(--ease);
}
.lex-flags img:hover {
  transform: translateY(-3px);
}

/* Section "Suivez-nous" : tuiles réseaux centrées */
.section.follow { padding-block: clamp(40px, 7vw, 90px); }
.follow-tiles { max-width: 640px; margin-inline: auto; }
.follow .social-tiles { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 560px) {
  .follow .social-tiles { grid-template-columns: repeat(2, 1fr); }
}

/* Réduit l'écart vertical entre "Notre raison d'être" et "Nos émissions" */
.manifesto { padding-bottom: clamp(30px, 4vw, 64px); }
.section.values { padding-top: clamp(30px, 4vw, 64px); }

/* Titre hero : garder chaque phrase sur une seule ligne (desktop) */
.hero h1 { font-size: clamp(2.6rem, 5vw, 4.2rem); }
.hero h1 .hero-line { white-space: nowrap; }
@media (max-width: 768px) {
  .hero h1 .hero-line { white-space: normal; }
}

/* ============================================================
   HERO CARROUSEL PODCASTS (remplace le hero d'accueil)
   ============================================================ */
.hero-carousel {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 120px;
  padding-bottom: 60px;
  overflow: hidden;
}

/* Flèches latérales */
.hc-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: rgba(6, 17, 41, 0.5);
  backdrop-filter: blur(6px);
  color: var(--gold-300);
  cursor: pointer;
  transition: border-color 0.3s var(--ease), color 0.3s var(--ease),
    background 0.3s var(--ease), transform 0.3s var(--ease);
}
.hc-arrow svg {
  width: 26px;
  height: 26px;
}
.hc-arrow:hover {
  border-color: var(--gold-400);
  background: var(--gold-grad);
  color: var(--navy-950);
}
.hc-arrow-prev { left: clamp(12px, 3vw, 48px); }
.hc-arrow-next { right: clamp(12px, 3vw, 48px); }
.hc-arrow-prev:hover { transform: translateY(-50%) translateX(-3px); }
.hc-arrow-next:hover { transform: translateY(-50%) translateX(3px); }

/* Piste / slides */
.hc-viewport { overflow: hidden; width: 100%; }
.hc-track {
  display: flex;
  transition: transform 0.7s cubic-bezier(0.65, 0, 0.35, 1);
  will-change: transform;
}
.hc-slide { flex: 0 0 100%; min-width: 0; }
.hc-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: clamp(32px, 6vw, 90px);
}

/* Visuel rond à gauche */
.hc-visual {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  max-width: 460px;
  margin-inline: auto;
  width: 100%;
}
.hc-halo {
  position: absolute;
  inset: -8%;
  border-radius: 50%;
  background: radial-gradient(circle at 60% 35%, rgba(220, 178, 89, 0.28), transparent 62%);
  filter: blur(14px);
}
.hc-dots-deco {
  position: absolute;
  inset: 4%;
  border-radius: 50%;
  background-image: radial-gradient(var(--gold-400) 1.4px, transparent 1.6px);
  background-size: 14px 14px;
  -webkit-mask: radial-gradient(circle, transparent 64%, #000 65%);
  mask: radial-gradient(circle, transparent 64%, #000 65%);
  opacity: 0.35;
  animation: spin 80s linear infinite;
}
.hc-cover {
  position: relative;
  width: 80%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    radial-gradient(120% 120% at 70% 20%, rgba(220, 178, 89, 0.22), transparent 55%),
    linear-gradient(150deg, var(--navy-700), var(--navy-950));
  display: grid;
  place-items: center;
  box-shadow: var(--shadow-gold);
}
.hc-cover img { width: 100%; height: 100%; object-fit: cover; }
.hc-cover-ph {
  font-family: var(--f-display);
  font-size: clamp(3.4rem, 9vw, 6rem);
  font-weight: 600;
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: 0.9;
}

/* Colonne texte */
.hc-copy { position: relative; z-index: 2; }
.hc-tag {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-300);
}
.hc-star { color: var(--gold-400); }
.hc-format {
  padding-left: 12px;
  margin-left: 4px;
  border-left: 1px solid var(--line);
  color: var(--ink-soft);
}
.hc-title {
  font-family: var(--f-editorial);
  font-weight: 500;
  font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: 1.04;
  letter-spacing: -0.015em;
  margin: 0.3em 0 0;
  text-wrap: balance;
}
.hc-rule {
  display: block;
  width: 64px;
  height: 2px;
  margin: 26px 0;
  background: var(--gold-grad);
  border-radius: 2px;
}
.hc-desc {
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
  color: var(--ink-soft);
  max-width: 46ch;
}
.hc-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 2.2em;
}

/* Points de navigation */
.hc-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 44px;
  position: relative;
  z-index: 2;
}
.hc-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: var(--line);
  cursor: pointer;
  transition: background 0.3s var(--ease), transform 0.3s var(--ease);
}
.hc-dot:hover { background: var(--gold-400); }
.hc-dot.on {
  background: var(--gold-grad);
  transform: scale(1.4);
}

/* Responsive */
@media (max-width: 860px) {
  .hc-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 36px;
  }
  .hc-copy { order: 2; }
  .hc-visual { order: 1; max-width: 320px; }
  .hc-tag, .hc-cta { justify-content: center; }
  .hc-rule { margin-inline: auto; }
  .hc-desc { margin-inline: auto; }
  .hc-arrow { width: 46px; height: 46px; }
  .hc-arrow svg { width: 20px; height: 20px; }
}
