/* ============ PAGE PRESSE — REDESIGN ============ */

/* Hero */
.press-hero {
  text-align: center;
  padding: calc(var(--nav-height) + 4rem) 1.5rem 0;
  background: linear-gradient(135deg, #0F1D35 0%, #1B2A4A 40%, #1e3a8a 100%);
  color: white;
  position: relative;
  overflow: hidden;
}

.press-hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(45, 91, 215, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.press-hero .breadcrumb,
.press-hero .breadcrumb a,
.press-hero .breadcrumb .sep,
.press-hero .breadcrumb span {
  color: rgba(255,255,255,0.45);
}
.press-hero .breadcrumb a:hover { color: rgba(255,255,255,0.8); }
.press-hero .breadcrumb [aria-current] { color: rgba(255,255,255,0.7); }
.press-hero .breadcrumb { justify-content: center; }

.press-hero h1 {
  font-size: 2.75rem;
  font-weight: 800;
  color: white;
  margin: 0.5rem 0 0.75rem;
  letter-spacing: -0.02em;
}

.press-hero p {
  font-size: 1.15rem;
  color: rgba(255,255,255,0.65);
  max-width: 550px;
  margin: 0 auto;
}

/* Stats bar */
.press-stats {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-top: 2.5rem;
  padding: 1.75rem 0;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.press-stat {
  text-align: center;
}

.press-stat-number {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--color-accent);
  line-height: 1;
}

.press-stat-label {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.45);
  margin-top: 0.4rem;
}

/* Tab navigation */
.press-tabs {
  display: flex;
  justify-content: center;
  background: #0F1D35;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  position: sticky;
  top: var(--nav-height);
  z-index: 90;
}

.press-tab {
  padding: 1rem 1.75rem;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.45);
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  transition: color 0.2s;
  font-family: 'Bricolage Grotesque', sans-serif;
}

.press-tab:hover {
  color: rgba(255,255,255,0.75);
}

.press-tab.active {
  color: var(--color-accent);
}

.press-tab.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 1rem;
  right: 1rem;
  height: 2px;
  background: var(--color-accent);
  border-radius: 2px 2px 0 0;
}

/* Sections */
.press-panel {
  display: none;
}

.press-panel.active {
  display: block;
}

.press-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
}

.press-section-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #1e3a8a;
}

.press-section h2 {
  font-size: 1.6rem;
  font-weight: 800;
  color: #1e3a8a;
  margin: 0;
}

.press-section-count {
  font-size: 0.8rem;
  font-weight: 600;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.press-section-intro {
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.55;
  margin: -8px 0 24px;
  max-width: 720px;
}

/* Press items — clickable cards */
.press-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.press-item-link {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1.25rem 1.5rem;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: white;
  text-decoration: none;
  color: inherit;
  transition: all 0.2s ease;
  position: relative;
}

.press-item-link:hover {
  border-color: #cbd5e1;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transform: translateY(-1px);
}

.press-item-link:hover .press-item-title {
  color: #2563eb;
}

.press-item-link:hover .press-item-arrow {
  opacity: 1;
  transform: translateX(0);
}

.press-item-content {
  min-width: 0;
}

.press-item-title {
  font-size: 1.05rem;
  font-weight: 600;
  color: #1e293b;
  line-height: 1.45;
  margin: 0 0 0.4rem;
  transition: color 0.2s;
}

.press-item-meta {
  font-size: 0.82rem;
  color: #94a3b8;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  align-items: center;
}

.press-item-meta .author {
  color: #64748b;
  font-weight: 500;
}

.press-item-meta .separator {
  color: #cbd5e1;
}

.press-item-right {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.press-item-badge {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.3rem 0.7rem;
  border-radius: 100px;
  background: #f1f5f9;
  color: #475569;
  white-space: nowrap;
}

.press-item-arrow {
  width: 20px;
  height: 20px;
  color: #94a3b8;
  opacity: 0;
  transform: translateX(-4px);
  transition: all 0.2s;
  flex-shrink: 0;
}

/* Badge colors */
.press-item-badge[data-media="le-monde"] { background: #fef3c7; color: #92400e; }
.press-item-badge[data-media="les-echos"] { background: #dbeafe; color: #1e40af; }
.press-item-badge[data-media="france-culture"] { background: #ede9fe; color: #5b21b6; }
.press-item-badge[data-media="france-info"] { background: #dbeafe; color: #1e40af; }
.press-item-badge[data-media="bfmtv"] { background: #fee2e2; color: #991b1b; }
.press-item-badge[data-media="france-inter"] { background: #dbeafe; color: #1e40af; }
.press-item-badge[data-media="vert"] { background: #dcfce7; color: #166534; }
.press-item-badge[data-media="alternatives-economiques"] { background: #fce7f3; color: #9d174d; }
.press-item-badge[data-media="the-conversation"] { background: #fef3c7; color: #92400e; }
.press-item-badge[data-media="social-europe"] { background: #dbeafe; color: #1e40af; }
.press-item-badge[data-media="l-obs"] { background: #fee2e2; color: #991b1b; }
.press-item-badge[data-media="osservatore-romano"] { background: #f1f5f9; color: #475569; }
.press-item-badge[data-media="philosophie-magazine"] { background: #ede9fe; color: #5b21b6; }
.press-item-badge[data-media="euradio"] { background: #dbeafe; color: #1e40af; }
.press-item-badge[data-media="boursorama"] { background: #dbeafe; color: #1e40af; }
.press-item-badge[data-media="techniques-ingenieur"] { background: #f1f5f9; color: #475569; }
.press-item-badge[data-media="nice-matin"] { background: #fef3c7; color: #92400e; }
.press-item-badge[data-media="podcast"] { background: #dcfce7; color: #166534; }

/* Podcast section */
.podcast-card {
  background: linear-gradient(135deg, #1B2A4A 0%, #1e3a8a 100%);
  border-radius: 16px;
  padding: 2.5rem;
  color: white;
  position: relative;
  overflow: hidden;
}

.podcast-card::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -15%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(45, 91, 215, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.podcast-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.podcast-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(45, 91, 215, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.podcast-icon svg {
  width: 24px;
  height: 24px;
}

.podcast-card h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.podcast-card .partner {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0.25rem 0 0;
}

.podcast-episodes {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.podcast-episode {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  text-decoration: none;
  color: inherit;
  transition: all 0.2s;
}

.podcast-episode:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}

.podcast-play {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #1DB954;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s, background 0.2s;
}

.podcast-play svg {
  width: 14px;
  height: 14px;
  fill: white;
  margin-left: 2px;
}

.podcast-episode:hover .podcast-play {
  transform: scale(1.12);
  background: #1ed760;
}

.podcast-episode-title {
  display: block;
  font-weight: 600;
  font-size: 0.95rem;
}

.podcast-episode-guest {
  display: block;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 0.15rem;
}

/* Contact presse */
.press-contact {
  background: linear-gradient(135deg, #f8fafc, #f0f5ff);
  border-radius: 16px;
  padding: 2.5rem;
  border: 1px solid #e2e8f0;
  margin-top: 1rem;
  text-align: center;
}

.press-contact h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1e3a8a;
  margin: 0 0 0.75rem;
}

.press-contact p {
  font-size: 0.9rem;
  color: #64748b;
  margin: 0.3rem 0;
}

.press-contact-email {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  padding: 0.65rem 1.5rem;
  background: #1e3a8a;
  color: white;
  font-weight: 600;
  font-size: 0.9rem;
  border-radius: 100px;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}

.press-contact-email:hover {
  background: #1B2A4A;
  transform: translateY(-1px);
}

.press-contact-email svg {
  width: 16px;
  height: 16px;
}

/* Responsive */
@media (max-width: 768px) {
  .press-hero h1 {
    font-size: 2rem;
  }
  .press-stats {
    gap: 1.5rem;
  }
  .press-stat-number {
    font-size: 1.5rem;
  }
  .press-tab {
    padding: 0.85rem 1rem;
    font-size: 0.75rem;
  }
}

@media (max-width: 640px) {
  .press-hero h1 {
    font-size: 1.65rem;
  }
  .press-hero p {
    font-size: 0.95rem;
  }
  .press-stats {
    gap: 1.25rem;
    flex-wrap: wrap;
  }
  .press-item-link {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
  }
  .press-item-right {
    justify-self: start;
  }
  .press-item-arrow {
    display: none;
  }
  .podcast-card {
    padding: 1.5rem;
  }
  .podcast-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .podcast-episode {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .podcast-play {
    align-self: flex-end;
    margin-top: -2rem;
  }
  .press-contact {
    padding: 1.5rem;
  }
}
