.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: #FFFFFF;
  box-shadow: 0 1px 0 rgba(27, 58, 107, 0.08), 0 2px 0.75rem rgba(27, 58, 107, 0.05);
  transition: box-shadow 0.3s ease;
}
.navbar.scrolled { box-shadow: 0 0.25rem 2.25rem rgba(27, 58, 107, 0.18); }
.nav-container { max-width: 80rem; margin: 0 auto; padding: 0 2rem; height: 4.5rem; display: flex; align-items: center; justify-content: space-between; }
.nav-brand { font-family: "Playfair Display", serif; font-weight: 700; font-size: 0.9375rem; color: #1B3A6B; text-decoration: none; letter-spacing: 0.01em; flex-shrink: 0; display: flex; flex-direction: column; line-height: 1.2; }
.nav-brand-abbr { font-family: "Inter", sans-serif; font-weight: 600; font-style: normal; font-size: 0.625rem; letter-spacing: 0.1em; color: #C9A84C; text-transform: uppercase; margin-top: 1px; }
.nav-links { display: flex; list-style: none; gap: 0.125rem; margin: 0 auto; }
.nav-links a { display: block; padding: 0.5rem 1rem; font-size: 0.875rem; font-weight: 400; color: #3D3D4E; text-decoration: none; position: relative; transition: color 0.2s ease; }
.nav-links a::after { content: ""; position: absolute; bottom: 0.1875rem; left: 1rem; right: 1rem; height: 1.5px; background: #C9A84C; transform: scaleX(0); transition: transform 0.2s ease; }
.nav-links a:hover { color: #1B3A6B; }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 1.25rem; flex-shrink: 0; }
.lang-toggle { background: none; border: none; cursor: pointer; font-family: "Inter", sans-serif; font-size: 0.8125rem; display: flex; align-items: center; gap: 0.3125rem; color: #6B6B7E; }
.lang-toggle .lang { transition: color 0.2s ease; }
.lang-toggle .lang.active { color: #1B3A6B; font-weight: 500; }
.lang-toggle .lang-sep { color: #D4D4D4; }
.btn-nav-join { padding: 0.5625rem 1.25rem; background: #1B3A6B; color: #FFFFFF; font-size: 0.84rem; font-weight: 500; border-radius: 0.25rem; text-decoration: none; transition: background 0.2s ease, transform 0.18s ease; font-family: "Inter", sans-serif; }
.btn-nav-join:hover { background: #122850; transform: translateY(-1px); }
.hamburger { display: none; flex-direction: column; gap: 0.3125rem; background: none; border: none; cursor: pointer; padding: 0.375rem; }
.hamburger span { display: block; width: 1.375rem; height: 2px; background: #1B3A6B; border-radius: 2px; transition: all 0.28s ease; }
.mobile-menu { display: none; flex-direction: column; padding: 0.75rem 2rem 1.5rem; border-top: 1px solid #F0EDE5; gap: 0; background: #FFFFFF; }
.mobile-menu.open { display: flex; }
.mobile-menu a { padding: 0.8125rem 0; color: #3D3D4E; text-decoration: none; font-size: 0.9375rem; font-weight: 300; border-bottom: 1px solid #F5F5F5; transition: color 0.2s ease; }
.mobile-menu a:hover { color: #1B3A6B; }
.mobile-actions { display: flex; align-items: center; gap: 1rem; padding-top: 1.125rem; }
@media (max-width: 48rem) {
  .nav-links, .nav-actions { display: none; }
  .hamburger { display: flex; }
}
@media (max-width: 31.25rem) { .nav-brand { font-size: 1rem; } }

.footer { background: #1B3A6B; border-top: 3px solid #C9A84C; padding: 4.5rem 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1.3fr; gap: 3.5rem; padding-bottom: 3.25rem; }
.footer-name { font-family: "Playfair Display", serif; font-style: italic; font-size: 1.15rem; color: #FFFFFF; margin-bottom: 0.2rem; line-height: 1.25; }
.footer-abbr { font-family: "Inter", sans-serif; font-weight: 600; font-size: 0.6875rem; letter-spacing: 0.18em; color: #C9A84C; text-transform: uppercase; margin-bottom: 0.75rem; }
.footer-tagline { font-size: 0.875rem; font-weight: 300; color: rgba(255, 255, 255, 0.52); line-height: 1.72; margin-bottom: 1.5625rem; max-width: 16rem; }
.social-icons { display: flex; gap: 0.6875rem; }
.social-icon { width: 2.375rem; height: 2.375rem; border-radius: 50%; background: rgba(201, 168, 76, 0.12); border: 1.5px solid rgba(201, 168, 76, 0.55); display: flex; align-items: center; justify-content: center; text-decoration: none; transition: all 0.25s ease; color: #C9A84C; }
.social-icon:hover { background: #C9A84C; color: #1B3A6B; }
.social-icon svg { width: 0.9375rem; height: 0.9375rem; }
.footer-col-title { font-size: 0.6875rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: #C9A84C; margin-bottom: 1.25rem; }
.footer-nav { list-style: none; display: flex; flex-direction: column; gap: 0.625rem; }
.footer-nav a { font-size: 0.875rem; font-weight: 300; color: rgba(255, 255, 255, 0.62); text-decoration: none; transition: color 0.2s ease; }
.footer-nav a:hover { color: #FFFFFF; }
.footer-contact-list { display: flex; flex-direction: column; gap: 0.8125rem; }
.footer-contact-item { display: flex; gap: 0.625rem; align-items: flex-start; }
.footer-contact-item svg { width: 0.9375rem; height: 0.9375rem; color: #C9A84C; flex-shrink: 0; margin-top: 2px; }
.footer-contact-item span { font-size: 0.84rem; font-weight: 300; color: rgba(255, 255, 255, 0.62); line-height: 1.55; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.08); padding: 1.25rem 0; display: flex; flex-direction: column; align-items: center; gap: 0.3125rem; }
.footer-copyright { font-size: 0.78rem; color: rgba(255, 255, 255, 0.36); font-weight: 300; }
.footer-glory { font-family: "Playfair Display", serif; font-style: italic; font-size: 0.875rem; color: #C9A84C; }
@media (max-width: 64rem) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > *:last-child { grid-column: 1/-1; }
}
@media (max-width: 48rem) {
  .footer-grid { grid-template-columns: 1fr; gap: 2.25rem; }
  .footer-grid > *:last-child { grid-column: auto; }
}

.whatsapp-fab { position: fixed; bottom: 2rem; right: 2rem; z-index: 400; width: 3.625rem; height: 3.625rem; border-radius: 50%; background: #1E6B45; box-shadow: 0 0.25rem 1.25rem rgba(30, 107, 69, 0.45); display: flex; align-items: center; justify-content: center; text-decoration: none; transition: transform 0.2s ease, box-shadow 0.2s ease; color: #FFFFFF; }
.whatsapp-fab:hover { transform: scale(1.1) translateY(-2px); box-shadow: 0 0.5rem 2rem rgba(30, 107, 69, 0.55); }
.whatsapp-fab svg { width: 1.875rem; height: 1.875rem; }

.btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.875rem 1.75rem; border-radius: 0.25rem; font-family: "Inter", sans-serif; font-size: 0.9rem; font-weight: 500; text-decoration: none; cursor: pointer; border: none; transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: #C9A84C; color: #1B3A6B; }
.btn-gold:hover { background: #A8893A; box-shadow: 0 0.5rem 1.75rem rgba(201, 168, 76, 0.35); }
.btn-navy { background: #1B3A6B; color: #FFFFFF; }
.btn-navy:hover { background: #122850; box-shadow: 0 0.5rem 1.5rem rgba(27, 58, 107, 0.28); }
.btn-outline-white { background: transparent; color: #FFFFFF; border: 1.5px solid rgba(255, 255, 255, 0.6); }
.btn-outline-white:hover { background: rgba(255, 255, 255, 0.1); border-color: #FFFFFF; }
.btn-outline-navy { background: transparent; color: #1B3A6B; border: 1.5px solid #1B3A6B; }
.btn-outline-navy:hover { background: #1B3A6B; color: #FFFFFF; }
.btn-outline-gold { background: transparent; color: #C9A84C; border: 1.5px solid #C9A84C; }
.btn-outline-gold:hover { background: #C9A84C; color: #1B3A6B; }
@media (max-width: 48rem) { .btn { min-height: 3.25rem; } }

/* ============================================================
   PAGE — MÉDIAS
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: "Inter", sans-serif; color: #3D3D4E; background: #FAFAF7; }
.container { max-width: 75rem; margin: 0 auto; padding: 0 2rem; }

.nav-links a.active { color: #1B3A6B; font-weight: 500; }
.nav-links a.active::after { transform: scaleX(1); }

/* ── SECTION 1 — PAGE HEADER ─────────────────────────────── */
.page-header {
  background:
    linear-gradient(rgba(27,58,107,0.78), rgba(18,40,80,0.88)),
    url('https://images.unsplash.com/photo-1504052434569-70ad5836ab65?w=1920&q=85') center / cover no-repeat;
  position: relative;
  padding: 9.375rem 0 5rem;
  overflow: hidden;
}
.page-header::before {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,0.06) 1px, transparent 0),
                    radial-gradient(ellipse at 80% 20%, rgba(201,168,76,0.12) 0%, transparent 55%);
  background-size: 48px 48px, 100% 100%;
  opacity: 0.55;
  pointer-events: none;
}
.page-header-inner { max-width: 75rem; margin: 0 auto; padding: 0 1.75rem; position: relative; z-index: 1; }
.page-header .label {
  display: inline-block; letter-spacing: 0.2em; font-size: 0.72rem; font-weight: 500;
  color: #C9A84C; text-transform: uppercase; padding: 6px 18px;
  border: 1px solid rgba(201,168,76,0.45); border-radius: 2px;
  margin-bottom: 1.5rem; font-family: "Inter", sans-serif;
}
.page-header h1 {
  font-family: "Playfair Display", serif; font-style: italic;
  font-size: clamp(2.2rem, 5.4vw, 3.6rem);
  color: #FFFFFF; line-height: 1.18; margin-bottom: 1rem;
  text-wrap: pretty; max-width: 51.25rem;
}
.page-header h1 .split-char, .page-header h1 .split-space { display: inline-block; will-change: transform, opacity; }
.page-header .subtitle {
  font-family: "Inter", sans-serif; font-weight: 300; font-size: 1.05rem;
  color: rgba(255,255,255,0.7); margin-bottom: 1.8rem; max-width: 40rem; line-height: 1.7;
}
.breadcrumb {
  display: flex; align-items: center; gap: 0.75rem;
  font-family: "Inter", sans-serif; font-weight: 300; font-size: 0.84rem;
  color: rgba(255,255,255,0.55);
}
.breadcrumb a { color: rgba(255,255,255,0.55); text-decoration: none; transition: color 0.2s; }
.breadcrumb a:hover { color: #FFFFFF; }
.breadcrumb i { color: #C9A84C; font-size: 0.7rem; }
.breadcrumb .current { color: #C9A84C; }

/* ── SECTION 2 — SERMON VEDETTE ──────────────────────────── */
.featured-sermon { background: #FAFAF7; padding: 5rem 0; }
.featured-card {
  max-width: 75rem; margin: 0 auto; background: #FFFFFF;
  border-radius: 0.5rem; box-shadow: 0 8px 40px rgba(27,58,107,0.10);
  overflow: hidden; display: grid; grid-template-columns: 55% 45%;
  border-top: 3px solid #C9A84C;
}
.featured-thumb {
  position: relative; aspect-ratio: 16 / 10;
  background-size: cover; background-position: center;
  display: flex; align-items: center; justify-content: center; cursor: pointer;
}
.featured-thumb .play-circle {
  width: 70px; height: 70px; border-radius: 50%;
  background: #C9A84C; color: #1B3A6B;
  display: flex; align-items: center; justify-content: center; font-size: 1.4rem;
  box-shadow: 0 8px 32px rgba(201,168,76,0.5);
  transition: transform 0.22s, box-shadow 0.22s; z-index: 2;
}
.featured-thumb .play-circle i { margin-left: 4px; }
.featured-thumb:hover .play-circle { transform: scale(1.1); box-shadow: 0 12px 44px rgba(201,168,76,0.7); }
.featured-badge {
  position: absolute; top: 18px; left: 18px;
  padding: 7px 14px; background: #C9A84C; color: #1B3A6B;
  font-family: "Inter", sans-serif; font-weight: 600;
  font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase;
  border-radius: 3px; z-index: 2;
}
.featured-thumb-overlay {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 1rem 1.25rem;
  background: linear-gradient(transparent, rgba(0,0,0,0.65));
  color: #FFFFFF; z-index: 2;
}
.featured-thumb-overlay .ftt {
  font-family: "Playfair Display", serif; font-weight: 600; font-style: italic;
  font-size: 1.1rem; line-height: 1.3; margin-bottom: 4px;
}
.featured-thumb-overlay .ftm { font-family: "Inter", sans-serif; font-weight: 300; font-size: 0.78rem; color: rgba(255,255,255,0.75); }
.featured-body { padding: 3rem 2.75rem; display: flex; flex-direction: column; justify-content: center; }
.featured-body .label {
  display: inline-block; align-self: flex-start;
  font-family: "Inter", sans-serif; font-weight: 500;
  font-size: 0.7rem; letter-spacing: 0.2em; color: #C9A84C;
  text-transform: uppercase; margin-bottom: 0.9rem;
}
.featured-body h2 {
  font-family: "Playfair Display", serif; font-style: italic;
  font-size: clamp(1.6rem, 2.6vw, 2.1rem);
  color: #1B3A6B; line-height: 1.25; margin-bottom: 1.2rem;
}
.featured-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 1.125rem; margin-bottom: 1rem; }
.featured-meta .pastor { font-family: "Inter", sans-serif; font-weight: 500; color: #1B3A6B; font-size: 0.92rem; display: inline-flex; align-items: center; gap: 0.5rem; }
.featured-meta .pastor i { color: #C9A84C; font-size: 0.85rem; }
.featured-meta .date { font-family: "Inter", sans-serif; font-weight: 300; color: #C9A84C; font-size: 0.88rem; display: inline-flex; align-items: center; gap: 0.5rem; }
.featured-meta .date i { font-size: 0.82rem; }
.featured-tags { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1.2rem; }
.tag-pill { display: inline-flex; align-items: center; gap: 6px; padding: 5px 12px; border-radius: 20px; font-family: "Inter", sans-serif; font-weight: 500; font-size: 0.74rem; letter-spacing: 0.05em; }
.tag-pill.video { background: rgba(30,107,69,0.13); color: #1E6B45; }
.tag-pill.audio { background: rgba(201,168,76,0.18); color: #7a5c18; }
.tag-pill.etude { background: rgba(27,58,107,0.10); color: #1B3A6B; }
.featured-duration { display: inline-flex; align-items: center; gap: 7px; font-family: "Inter", sans-serif; font-weight: 300; font-size: 0.84rem; color: #6B6B7E; }
.featured-duration i { color: #C9A84C; }
.featured-desc { font-family: "Inter", sans-serif; font-weight: 300; font-size: 0.95rem; color: #6B6B7E; line-height: 1.75; margin: 1rem 0 1.8rem; }
.featured-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.featured-actions .btn { padding: 12px 22px; font-size: 0.88rem; }
.featured-actions .btn i { margin-right: 2px; }

/* ── SECTION 3 — FILTRES (sticky) ─────────────────────────── */
.filters { background: #FFFFFF; border-bottom: 1px solid rgba(27,58,107,0.08); position: sticky; top: 4.375rem; z-index: 50; }
.filters-inner { max-width: 75rem; margin: 0 auto; padding: 18px 1.75rem; display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.search-wrap { position: relative; flex: 0 0 17.5rem; }
.search-wrap i { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: #6B6B7E; font-size: 0.88rem; }
.search-wrap input { width: 100%; padding: 11px 14px 11px 38px; border: 1px solid rgba(27,58,107,0.18); border-radius: 4px; background: #FAFAF7; font-family: "Inter", sans-serif; font-weight: 300; font-size: 0.88rem; color: #3D3D4E; transition: border-color 0.2s, background 0.2s; }
.search-wrap input::placeholder { color: #6B6B7E; }
.search-wrap input:focus { outline: none; border-color: #1B3A6B; background: #FFFFFF; }
.filter-pills { display: flex; gap: 0.5rem; flex-wrap: wrap; flex: 1; justify-content: center; }
.filter-pill { padding: 8px 16px; border-radius: 22px; background: transparent; color: #1B3A6B; border: 1.5px solid rgba(27,58,107,0.25); font-family: "Inter", sans-serif; font-weight: 500; font-size: 0.84rem; cursor: pointer; transition: all 0.18s; white-space: nowrap; transform-style: preserve-3d; }
.filter-pill:hover { border-color: #C9A84C; color: #C9A84C; }
.filter-pill.active { background: #1B3A6B; color: #FFFFFF; border-color: #1B3A6B; }
.sort-wrap { display: flex; align-items: center; gap: 0.5rem; font-family: "Inter", sans-serif; font-size: 0.84rem; color: #6B6B7E; font-weight: 300; }
.sort-wrap select { border: 1px solid rgba(27,58,107,0.18); background: #FFFFFF; padding: 8px 12px; border-radius: 4px; font-family: "Inter", sans-serif; font-size: 0.84rem; font-weight: 300; color: #1B3A6B; cursor: pointer; }
.sort-wrap select:focus { outline: none; border-color: #1B3A6B; }

/* ── SECTION 4 — GRILLE DES SERMONS ────────────────────────── */
.sermons-grid-section { background: #FAFAF7; padding: 4rem 0 2rem; }
.sermons-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.75rem; }
.media-card { background: #FFFFFF; border-radius: 0.5rem; box-shadow: 0 2px 14px rgba(27,58,107,0.06); overflow: hidden; transition: transform 0.22s, box-shadow 0.22s; display: flex; flex-direction: column; will-change: transform, opacity; }
.media-card.is-hidden { display: none; }
.media-card:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(27,58,107,0.14); }
.media-card:hover .mc-title { color: #C9A84C; }
.media-card:hover .mc-thumb-overlay { opacity: 1; }
.mc-thumb { position: relative; aspect-ratio: 16/9; display: flex; align-items: center; justify-content: center; overflow: hidden; cursor: pointer; text-decoration: none; background-size: cover; background-position: center; }
.mc-thumb.t-1 { background: linear-gradient(135deg, #1E6B45, #2a8a5a); }
.mc-thumb.t-2 { background: linear-gradient(135deg, #1B3A6B, #2a5a9b); }
.mc-thumb.t-3 { background: linear-gradient(135deg, #1E6B45, #14492f); }
.mc-thumb.t-4 { background: linear-gradient(135deg, #1B3A6B, #122848); }
.mc-thumb.t-5 { background: linear-gradient(135deg, #6b5520, #C9A84C); }
.mc-thumb.t-6 { background: linear-gradient(135deg, #1E6B45, #1B3A6B); }
.mc-thumb.t-7 { background: linear-gradient(135deg, #7a5c18, #C9A84C); }
.mc-thumb.t-8 { background: linear-gradient(135deg, #1B3A6B, #1E6B45); }
.mc-thumb.t-9 { background: linear-gradient(135deg, #b8952f, #C9A84C); }
.mc-thumb-overlay { position: absolute; inset: 0; opacity: 0; background: rgba(27,58,107,0.45); display: flex; align-items: center; justify-content: center; transition: opacity 0.22s; z-index: 1; }
.mc-thumb-overlay .play-circle { width: 56px; height: 56px; border-radius: 50%; background: #C9A84C; color: #1B3A6B; display: flex; align-items: center; justify-content: center; font-size: 1.05rem; box-shadow: 0 8px 28px rgba(201,168,76,0.55); will-change: transform; }
.mc-thumb-overlay .play-circle i { margin-left: 3px; }
.mc-badge { position: absolute; top: 12px; left: 12px; padding: 5px 11px; border-radius: 3px; font-family: "Inter", sans-serif; font-weight: 600; font-size: 0.65rem; letter-spacing: 0.15em; text-transform: uppercase; z-index: 2; }
.mc-badge.video { background: #1E6B45; color: #FFFFFF; }
.mc-badge.audio { background: #C9A84C; color: #1B3A6B; }
.mc-badge.etude { background: #1B3A6B; color: #FFFFFF; }
.mc-duration { position: absolute; top: 12px; right: 12px; padding: 4px 10px; border-radius: 3px; background: rgba(0,0,0,0.55); color: #FFFFFF; font-family: "Inter", sans-serif; font-weight: 300; font-size: 0.74rem; display: inline-flex; align-items: center; gap: 6px; z-index: 2; }
.mc-duration i { font-size: 0.7rem; }
.mc-body { padding: 1.25rem; flex: 1; display: flex; flex-direction: column; }
.mc-title { font-family: "Playfair Display", serif; font-weight: 600; font-style: italic; font-size: 1.06rem; color: #1B3A6B; line-height: 1.35; margin-bottom: 0.9rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; transition: color 0.2s; min-height: 2.85em; }
.mc-meta { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.mc-meta .row { display: inline-flex; align-items: center; gap: 0.5rem; font-family: "Inter", sans-serif; font-weight: 300; font-size: 0.82rem; color: #6B6B7E; }
.mc-meta .row i { width: 14px; color: #C9A84C; font-size: 0.78rem; text-align: center; }
.mc-meta .scripture { color: #C9A84C; font-style: italic; }
.mc-foot { margin-top: auto; padding-top: 14px; border-top: 1px solid rgba(27,58,107,0.08); display: flex; justify-content: space-between; align-items: center; }
.mc-foot a { font-family: "Inter", sans-serif; font-weight: 300; font-size: 0.82rem; color: #1B3A6B; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; transition: color 0.2s; }
.mc-foot a:hover { color: #C9A84C; }
.mc-foot a i { font-size: 0.82rem; }

/* ── SECTION 5 — PAGINATION ───────────────────────────────── */
.pagination-section { background: #FAFAF7; padding: 0.5rem 0 5rem; }
.pagination { display: flex; justify-content: center; align-items: center; gap: 0.5rem; flex-wrap: wrap; }
.pg { width: 40px; height: 40px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; border: 1.5px solid rgba(27,58,107,0.25); font-family: "Inter", sans-serif; font-size: 0.9rem; font-weight: 400; color: #1B3A6B; text-decoration: none; cursor: pointer; background: #FFFFFF; transition: all 0.18s; }
.pg:hover { border-color: #C9A84C; color: #C9A84C; }
.pg.active { background: #1B3A6B; color: #FFFFFF; border-color: #1B3A6B; font-weight: 500; }
.pg.arrow { border: none; background: transparent; font-weight: 300; color: #1B3A6B; font-size: 1rem; }
.pg.arrow:hover { color: #C9A84C; }
.pg.dots { border: none; background: transparent; cursor: default; color: #6B6B7E; }

/* ── SECTION 6 — CATÉGORIES ──────────────────────────────── */
.categories { background: #EEF5F1; padding: 6rem 0; }
.categories-header { text-align: center; margin-bottom: 3rem; }
.categories-header .label { display: inline-block; font-family: "Inter", sans-serif; font-weight: 500; font-size: 0.72rem; letter-spacing: 0.2em; color: #C9A84C; text-transform: uppercase; margin-bottom: 0.6rem; }
.categories-header h2 { font-family: "Playfair Display", serif; font-style: italic; color: #1B3A6B; font-size: clamp(1.9rem, 3.8vw, 2.6rem); line-height: 1.25; }
.categories-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.375rem; }
.cat-card { background: #FFFFFF; border-radius: 0.5rem; padding: 2.25rem 1.75rem; text-align: center; box-shadow: 0 2px 14px rgba(27,58,107,0.06); transition: transform 0.22s, box-shadow 0.22s; display: flex; flex-direction: column; align-items: center; perspective: 900px; will-change: transform, opacity; }
.cat-card:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(27,58,107,0.12); }
.cat-icon { width: 64px; height: 64px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin-bottom: 1.1rem; }
.cat-icon.navy { background: rgba(27,58,107,0.10); color: #1B3A6B; }
.cat-icon.green { background: rgba(30,107,69,0.13); color: #1E6B45; }
.cat-icon.gold { background: rgba(201,168,76,0.18); color: #C9A84C; }
.cat-title { font-family: "Playfair Display", serif; font-weight: 600; font-style: italic; font-size: 1.15rem; color: #1B3A6B; margin-bottom: 0.5rem; }
.cat-desc { font-family: "Inter", sans-serif; font-weight: 300; font-size: 0.86rem; color: #6B6B7E; line-height: 1.6; margin-bottom: 1.2rem; flex: 1; }
.cat-desc .js-counter { font-family: "Playfair Display", serif; font-weight: 600; color: #1B3A6B; font-size: 1rem; }
.cat-link { font-family: "Inter", sans-serif; font-weight: 500; font-size: 0.84rem; color: #C9A84C; text-decoration: none; display: inline-flex; align-items: center; gap: 4px; transition: gap 0.2s, color 0.2s; }
.cat-link:hover { color: #1B3A6B; gap: 8px; }

/* ── SECTION 7 — ABONNEMENT ──────────────────────────────── */
.subscribe { background: #1B3A6B; padding: 6rem 0; position: relative; overflow: hidden; }
.subscribe::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,0.04) 1px, transparent 0); background-size: 48px 48px; pointer-events: none; }
.subscribe-inner { position: relative; z-index: 1; max-width: 47.5rem; margin: 0 auto; padding: 0 1.75rem; text-align: center; }
.subscribe i.bell { color: #C9A84C; font-size: 2rem; margin-bottom: 1.4rem; }
.subscribe h2 { font-family: "Playfair Display", serif; font-style: italic; color: #FFFFFF; line-height: 1.25; font-size: clamp(1.9rem, 3.8vw, 2.6rem); margin-bottom: 1rem; }
.subscribe .sub-subtitle { font-family: "Inter", sans-serif; font-weight: 300; color: rgba(240,237,229,0.78); line-height: 1.7; font-size: 1.04rem; max-width: 35rem; margin: 0 auto 2.4rem; }
.subscribe-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 1.6rem; }
.btn-yt, .btn-wa { display: inline-flex; align-items: center; gap: 0.7rem; padding: 13px 24px; border-radius: 4px; font-family: "Inter", sans-serif; font-weight: 500; font-size: 0.92rem; color: #FFFFFF; text-decoration: none; border: none; cursor: pointer; transition: transform 0.18s, box-shadow 0.18s, filter 0.18s; }
.btn-yt i, .btn-wa i { font-size: 1.1rem; }
.btn-yt { background: #FF0000; }
.btn-yt:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(255,0,0,0.35); }
.btn-wa { background: #25D366; }
.btn-wa:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(37,211,102,0.35); }
.subscribe .footnote { font-family: "Inter", sans-serif; font-weight: 300; font-size: 0.84rem; color: rgba(240,237,229,0.55); }
.subscribe .footnote a { color: #C9A84C; text-decoration: none; }
.subscribe .footnote a:hover { color: #FFFFFF; }

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 64rem) {
  .sermons-grid { grid-template-columns: repeat(2, 1fr); }
  .categories-grid { grid-template-columns: repeat(2, 1fr); }
  .featured-card { grid-template-columns: 1fr; }
  .featured-body { padding: 2.25rem 2rem; }
  .featured-thumb { aspect-ratio: 16/9; }
}

@media (max-width: 48rem) {
  .page-header { padding: 7.5rem 0 3.75rem; }
  .featured-sermon { padding: 3.5rem 0; }
  .sermons-grid { grid-template-columns: 1fr; }
  .categories { padding: 4rem 0; }
  .subscribe { padding: 4rem 0; }
  .filters-inner { flex-direction: column; align-items: stretch; gap: 14px; }
  .search-wrap { flex: 1 1 100%; }
  .filter-pills { flex-wrap: nowrap; overflow-x: auto; justify-content: flex-start; margin: 0 -1.75rem; padding: 0 1.75rem 4px; scrollbar-width: none; }
  .filter-pills::-webkit-scrollbar { display: none; }
  .sort-wrap { align-self: flex-end; }
  .featured-actions .btn { flex: 1; justify-content: center; }
  .pagination { gap: 4px; }
  .pg { width: 36px; height: 36px; font-size: 0.85rem; }
}

@media (max-width: 31.25rem) {
  .categories-grid { gap: 14px; }
  .cat-card { padding: 1.75rem 1.125rem; }
  .featured-body { padding: 1.75rem 1.375rem; }
  .featured-meta { flex-direction: column; align-items: flex-start; gap: 0.5rem; }
}

/* ── SHOW PAGE ───────────────────────────────────────────── */
.sermon-show { background: #1B3A6B; color: #FFFFFF; padding-top: 7rem; }
.sermon-show .video-wrapper { aspect-ratio: 16/9; background: #122850; border-radius: 0.5rem; margin-bottom: 2rem; }
.sermon-show h1 { font-family: "Playfair Display", serif; font-size: 2.5rem; font-weight: 600; font-style: italic; line-height: 1.25; color: #FFFFFF; }
