/*
Theme Name: Holy Winner
Theme URI: https://holywinner.fr
Author: Holy Winner
Description: Thème du label et collectif gospel urbain Holy Winner. Noir, jaune, crème, Archivo. Compatible Elementor — les gabarits fournis servent de base et restent surchargeables.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: holywinner
Tags: one-column, custom-menu, custom-logo, editor-style, translation-ready
*/

/* ============================================================
   1. TOKENS
   ============================================================ */
:root {
  --hw-noir: #191919;
  --hw-noir-800: #202020;
  --hw-noir-700: #2E2E2E;
  --hw-gris-600: #4A4A4A;
  --hw-gris-400: #8F8B82;
  --hw-gris-200: #C9C6BD;
  --hw-blanc: #FFFFFF;
  --hw-jaune: #FFC700;
  --hw-jaune-300: #FFD84D;
  --hw-or-700: #8A6A00;
  --hw-creme: #FFEFAE;
  --hw-creme-50: #FFF8DC;
  --hw-brun-700: #4A4235;

  --hw-font: 'Archivo', 'Helvetica Neue', Helvetica, sans-serif;
  --hw-radius: 2px;
  --hw-max: 1320px;
  --hw-pad: 32px;
  --hw-section: 112px;
}

/* ============================================================
   2. RESET / BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  background: var(--hw-noir);
  color: var(--hw-creme);
  font-family: var(--hw-font);
  font-size: 19px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  /* clip plutôt que hidden : hidden créerait un scrollport qui
     neutralise les éléments position:sticky (en-tête, sommaire). */
  overflow-x: clip;
}
img, svg, video, iframe { max-width: 100%; display: block; }
a { color: var(--hw-jaune); text-decoration: none; transition: color .2s, background-color .2s, border-color .2s; }
a:hover { color: var(--hw-creme); }
::selection { background: var(--hw-jaune); color: var(--hw-noir); }
:focus-visible { outline: 2px solid var(--hw-jaune); outline-offset: 3px; }
button { font-family: inherit; }

h1, h2, h3, h4, h5, h6 { font-family: var(--hw-font); margin: 0; color: var(--hw-blanc); }
h1 { font-size: clamp(48px, 11vw, 150px); font-weight: 800; line-height: .86; letter-spacing: -.05em; text-transform: uppercase; }
h2 { font-size: clamp(34px, 6vw, 76px); font-weight: 800; line-height: .9; letter-spacing: -.045em; text-transform: uppercase; }
h3 { font-size: 30px; font-weight: 800; line-height: 1.05; letter-spacing: -.04em; text-transform: uppercase; }
h4 { font-size: 22px; font-weight: 700; line-height: 1.25; letter-spacing: -.02em; color: var(--hw-creme); }
p { margin: 0 0 1.2em; text-wrap: pretty; }
p:last-child { margin-bottom: 0; }
code { font-family: SFMono-Regular, Menlo, Consolas, monospace; }

.hw-screen-reader-text {
  position: absolute !important; width: 1px; height: 1px;
  overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap;
}
.hw-skip:focus {
  position: fixed; top: 12px; left: 12px; z-index: 999;
  background: var(--hw-jaune); color: var(--hw-noir);
  padding: 12px 18px; font-weight: 800; clip: auto; width: auto; height: auto;
}

/* ============================================================
   3. LAYOUT
   ============================================================ */
.hw-section { padding: var(--hw-section) var(--hw-pad); }
.hw-section--tight { padding-top: 56px; padding-bottom: 56px; }
.hw-section--noir { background: var(--hw-noir); color: var(--hw-creme); }
.hw-section--jaune { background: var(--hw-jaune); color: var(--hw-noir); }
.hw-section--creme { background: var(--hw-creme); color: var(--hw-noir); }
.hw-inner { max-width: var(--hw-max); margin: 0 auto; }
.hw-hr { border: 0; border-top: 1px solid var(--hw-noir-700); margin: 0; }

.hw-section--creme h1, .hw-section--creme h2, .hw-section--creme h3, .hw-section--creme h4,
.hw-section--jaune h1, .hw-section--jaune h2, .hw-section--jaune h3, .hw-section--jaune h4 { color: var(--hw-noir); }
.hw-section--creme a, .hw-section--jaune a { color: var(--hw-or-700); }
.hw-section--creme a:hover, .hw-section--jaune a:hover { color: var(--hw-noir); }

/* ============================================================
   4. TYPO UTILITAIRES
   ============================================================ */
.hw-kicker {
  font-size: 12px; letter-spacing: .24em; text-transform: uppercase;
  font-weight: 800; color: var(--hw-jaune);
}
.hw-section--creme .hw-kicker { color: var(--hw-or-700); }
.hw-section--jaune .hw-kicker { color: var(--hw-noir); }
.hw-display { font-size: clamp(56px, 13vw, 200px); font-weight: 800; line-height: .84; letter-spacing: -.055em; text-transform: uppercase; color: var(--hw-blanc); margin: 0; }
.hw-lead { font-size: 22px; line-height: 1.55; max-width: 58ch; color: var(--hw-gris-200); }
.hw-section--creme .hw-lead, .hw-section--jaune .hw-lead { color: var(--hw-brun-700); }
.hw-meta { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; color: var(--hw-gris-400); }
.hw-section--creme .hw-meta, .hw-section--jaune .hw-meta { color: var(--hw-brun-700); }
.hw-num { font-variant-numeric: tabular-nums; }

/* ============================================================
   5. BOUTONS
   ============================================================ */
.hw-btn {
  display: inline-block; font-weight: 800; font-size: 13px;
  letter-spacing: .1em; text-transform: uppercase;
  padding: 16px 26px; border-radius: var(--hw-radius);
  white-space: nowrap; cursor: pointer; border: 1px solid transparent;
}
.hw-btn--solid { background: var(--hw-jaune); color: var(--hw-noir); }
.hw-btn--solid:hover { background: var(--hw-creme); color: var(--hw-noir); }
.hw-btn--ghost { border-color: var(--hw-gris-600); color: var(--hw-creme); }
.hw-btn--ghost:hover { border-color: var(--hw-jaune); color: var(--hw-jaune); }
.hw-btn--dark { border-color: var(--hw-noir); color: var(--hw-noir); }
.hw-btn--dark:hover { background: var(--hw-noir); color: var(--hw-jaune); }
.hw-btn-row { display: flex; flex-wrap: wrap; gap: 12px; }

/* ============================================================
   6. GRILLE À FILETS
   ============================================================ */
.hw-grid { display: grid; gap: 2px; background: var(--hw-noir-700); border: 1px solid var(--hw-noir-700); }
.hw-grid > * { background: var(--hw-noir); }
.hw-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.hw-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hw-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.hw-section--creme .hw-grid, .hw-section--jaune .hw-grid { background: var(--hw-noir); border-color: var(--hw-noir); }
.hw-section--creme .hw-grid > * { background: var(--hw-creme); }
.hw-section--jaune .hw-grid > * { background: var(--hw-jaune); }

/* ============================================================
   7. HEADER / NAV
   ============================================================ */
.hw-header {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 18px var(--hw-pad);
  background: rgba(25, 25, 25, .92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--hw-noir-700);
}
.hw-brand { display: flex; align-items: baseline; gap: 2px; font-weight: 800; font-size: 22px; letter-spacing: -.04em; color: var(--hw-blanc); }
.hw-brand:hover { color: var(--hw-blanc); }
.hw-brand__dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--hw-jaune); margin: 0 3px; }
.hw-brand img { max-height: 38px; width: auto; }

.hw-nav ul { display: flex; gap: 28px; list-style: none; margin: 0; padding: 0; }
.hw-nav a { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; color: var(--hw-creme); }
.hw-nav a:hover, .hw-nav .current-menu-item > a, .hw-nav .current_page_parent > a { color: var(--hw-jaune); }

.hw-burger { display: none; background: none; border: 0; color: var(--hw-creme); font-size: 22px; padding: 6px 8px; cursor: pointer; }

/* ============================================================
   8. HERO + VIDÉO DE FOND
   ============================================================ */
.hw-hero {
  position: relative; isolation: isolate; overflow: hidden;
  min-height: 88vh; display: flex; flex-direction: column; justify-content: flex-end;
  padding: 96px var(--hw-pad) 0;
}
.hw-hero__bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; background: #0d0d0d center/cover no-repeat; }
.hw-hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
@media (prefers-reduced-motion: reduce) { .hw-hero__video { display: none; } }
.hw-hero__player { position: absolute; top: 50%; left: 50%; width: 177.78vh; height: 56.25vw; min-width: 100%; min-height: 100%; transform: translate(-50%, -50%); }
.hw-hero__player iframe { width: 100%; height: 100%; border: 0; }
.hw-hero__veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(25,25,25,.72) 0%, rgba(25,25,25,.62) 45%, rgba(25,25,25,.96) 100%); }
.hw-hero > *:not(.hw-hero__bg) { position: relative; z-index: 1; }
.hw-hero__eyebrow { display: flex; align-items: center; gap: 14px; }
.hw-hero__eyebrow::before { content: ""; display: block; width: 40px; height: 1px; background: var(--hw-jaune); }
.hw-hero__foot {
  display: flex; flex-direction: column; align-items: flex-start;
  gap: 28px; padding: 40px 0 56px;
  border-bottom: 1px solid var(--hw-noir-700);
}

/* ============================================================
   9. MARQUEE
   ============================================================ */
.hw-marquee { overflow: hidden; background: var(--hw-jaune); padding: 16px 0; border-top: 1px solid var(--hw-noir); border-bottom: 1px solid var(--hw-noir); }
.hw-marquee__track { display: flex; width: max-content; animation: hw-marquee 28s linear infinite; will-change: transform; }
.hw-marquee__group { display: flex; gap: 40px; padding-right: 40px; white-space: nowrap; }
.hw-marquee__group span { font-size: 34px; font-weight: 800; letter-spacing: -.03em; text-transform: uppercase; color: var(--hw-noir); }
@keyframes hw-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .hw-marquee__track { animation: none; } }

/* ============================================================
   10. LISTES (roster, articles)
   ============================================================ */
.hw-list { border-top: 1px solid var(--hw-noir-700); }
.hw-row {
  display: grid; align-items: center; gap: 24px;
  padding: 26px 20px; border-bottom: 1px solid var(--hw-noir-700);
  color: var(--hw-creme);
}
.hw-row:hover { background: var(--hw-jaune); color: var(--hw-noir); }
.hw-row--artist { grid-template-columns: 64px 56px minmax(0, 1fr) minmax(0, 220px) 150px 40px; }
.hw-row__thumb { display: block; width: 56px; height: 70px; overflow: hidden; background: var(--hw-noir-800); }
.hw-row__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hw-row__view { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; font-weight: 800; opacity: .75; }
.hw-row--post { grid-template-columns: 180px minmax(0, 1fr) 40px; }
.hw-row__name { font-size: clamp(26px, 3.4vw, 44px); font-weight: 800; letter-spacing: -.04em; text-transform: uppercase; }
.hw-row__arrow { font-size: 22px; text-align: right; }
.hw-section--creme .hw-list, .hw-section--creme .hw-row { border-color: rgba(25, 25, 25, .25); }
.hw-section--creme .hw-row { color: var(--hw-noir); }

/* ============================================================
   11. CARTES
   ============================================================ */
.hw-card { padding: 16px; display: flex; flex-direction: column; gap: 16px; color: var(--hw-creme); }
.hw-card:hover { background: var(--hw-jaune); color: var(--hw-noir); }
.hw-card:hover h3, .hw-card:hover .hw-meta { color: var(--hw-noir); }
.hw-card__top { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.hw-card__meta { display: flex; justify-content: space-between; gap: 12px; }
.hw-card--link { padding: 32px 26px; min-height: 170px; justify-content: space-between; }
.hw-stat { padding: 26px 20px; }
.hw-stat__num { font-size: 44px; font-weight: 800; letter-spacing: -.04em; font-variant-numeric: tabular-nums; }

/* ============================================================
   12. MÉDIAS
   ============================================================ */
.hw-media { overflow: hidden; display: block; background: var(--hw-noir-800); }
.hw-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2, .7, .2, 1); }
.hw-media:hover img { transform: scale(1.06); }
.hw-media--sq { aspect-ratio: 1 / 1; }
.hw-media--portrait { aspect-ratio: 4 / 5; }
.hw-media--wide { aspect-ratio: 16 / 9; }
.hw-embed { position: relative; width: 100%; padding-top: 56.25%; background: #000; border: 1px solid var(--hw-noir-700); }
.hw-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.hw-media--empty { display: flex; align-items: center; justify-content: center; text-align: center; padding: 20px; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; color: var(--hw-gris-400); border: 1px dashed var(--hw-gris-600); }

/* ============================================================
   13. ARTICLE
   ============================================================ */
.hw-article { background: var(--hw-creme); color: var(--hw-noir); padding: 64px var(--hw-pad) 96px; }
.hw-article__inner { max-width: 820px; margin: 0 auto; }
.hw-article__inner h2 { font-size: 34px; letter-spacing: -.03em; margin: 48px 0 20px; }
.hw-article__inner h3 { font-size: 26px; margin: 36px 0 14px; }
.hw-article__inner blockquote { margin: 48px 0; padding: 32px 36px; border-left: 4px solid var(--hw-jaune); background: var(--hw-creme-50); }
.hw-article__inner blockquote p { font-size: 26px; line-height: 1.4; font-weight: 700; letter-spacing: -.02em; }
.hw-article__inner ul, .hw-article__inner ol { padding-left: 1.3em; }
.hw-article__inner li { margin-bottom: .5em; }
.hw-article__cover { max-width: 1100px; margin: 56px auto 0; }

/* ============================================================
   14. FORMULAIRE
   ============================================================ */
.hw-form { display: grid; gap: 22px; }
.hw-field { display: grid; gap: 8px; }
.hw-field > span, .hw-form label > span {
  font-size: 12px; letter-spacing: .16em; text-transform: uppercase; font-weight: 800; color: var(--hw-gris-400);
}
.hw-form input[type=text], .hw-form input[type=email], .hw-form input[type=tel],
.hw-form select, .hw-form textarea {
  background: transparent; border: 0; border-bottom: 1px solid var(--hw-gris-600);
  padding: 14px 0; font-size: 17px; color: var(--hw-creme);
  font-family: inherit; outline: none; border-radius: 0;
}
.hw-form select { background: var(--hw-noir); }
.hw-form textarea { resize: vertical; }
.hw-form input:focus, .hw-form select:focus, .hw-form textarea:focus { border-bottom-color: var(--hw-jaune); }
.hw-section--creme .hw-form > label > span, .hw-section--creme .hw-field > span { color: var(--hw-or-700); }
.hw-section--creme .hw-form input, .hw-section--creme .hw-form select, .hw-section--creme .hw-form textarea { color: var(--hw-noir); border-bottom-color: var(--hw-noir); }
.hw-section--creme .hw-form select { background: var(--hw-creme); }
.hw-form__note { font-size: 15px; font-weight: 700; color: var(--hw-jaune); min-height: 22px; }
.hw-section--creme .hw-form__note { color: var(--hw-or-700); }

/* ============================================================
   15. PAGINATION / FOOTER
   ============================================================ */
.hw-pagination { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 48px; }
.hw-pagination .page-numbers {
  font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  padding: 12px 18px; border: 1px solid var(--hw-noir-700); color: var(--hw-creme);
}
.hw-pagination .page-numbers:hover, .hw-pagination .page-numbers.current { background: var(--hw-jaune); border-color: var(--hw-jaune); color: var(--hw-noir); }

.hw-footer { background: var(--hw-noir); padding: 40px var(--hw-pad); border-top: 1px solid var(--hw-noir-700); }
.hw-footer__inner { max-width: var(--hw-max); margin: 0 auto; display: flex; flex-wrap: wrap; gap: 24px; align-items: center; justify-content: space-between; }
.hw-footer ul { display: flex; gap: 24px; list-style: none; margin: 0; padding: 0; }
.hw-footer a { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; color: var(--hw-gris-400); }
.hw-footer a:hover { color: var(--hw-jaune); }
.hw-footer__tag { margin-left: 14px; font-size: 11px; letter-spacing: .22em; text-transform: uppercase; font-weight: 700; color: var(--hw-gris-400); }

/* ============================================================
   14 ter. QUI SOMMES-NOUS — sommaire collant, statuts, listes
   ============================================================ */
.hw-chapters {
  position: sticky; top: 78px; z-index: 40;
  background: var(--hw-noir); border-bottom: 1px solid var(--hw-noir-700);
}
.hw-chapters__inner {
  max-width: var(--hw-max); margin: 0 auto;
  display: flex; gap: 28px; padding: 14px var(--hw-pad);
  overflow-x: auto; white-space: nowrap;
  scrollbar-width: none;
}
.hw-chapters__inner::-webkit-scrollbar { display: none; }
.hw-chapters a {
  font-size: 12px; letter-spacing: .14em; text-transform: uppercase;
  font-weight: 800; color: var(--hw-gris-400); flex: 0 0 auto;
}
.hw-chapters a:hover { color: var(--hw-jaune); }
.hw-chapters .hw-num { color: var(--hw-jaune); margin-right: 7px; }
.hw-anchor { scroll-margin-top: 156px; }

/* Colonne-titre qui accompagne le défilement (sections en deux colonnes) :
   la colonne de gauche reste visible tant que le contenu de droite défile. */
.hw-sticky-col { position: sticky; top: 110px; align-self: start; }
.page-template-page-qui-sommes-nous .hw-sticky-col { top: 156px; } /* sous le sommaire collant */
@media (max-width: 900px) { .hw-sticky-col { position: static; } }

/* Titre posé à côté d'un visuel : taille contenue pour ne jamais
   déborder sur la colonne d'à côté. */
.hw-title-fit {
  font-size: clamp(38px, 6.5vw, 96px);
  line-height: .9;
  overflow-wrap: break-word;
  min-width: 0;
}

.hw-status {
  display: inline-block; font-size: 11px; letter-spacing: .14em;
  text-transform: uppercase; font-weight: 800;
  padding: 6px 12px; border-radius: 999px;
}
.hw-status--on { background: var(--hw-jaune); color: var(--hw-noir); }
.hw-status--off { background: var(--hw-noir-700); color: var(--hw-gris-200); }

.hw-lines { list-style: none; margin: 0; padding: 0; }
.hw-lines li { padding: 12px 0; border-bottom: 1px solid rgba(25, 25, 25, .2); font-size: 16px; line-height: 1.5; }
.hw-lines li:last-child { border-bottom: 0; }
.hw-section--noir .hw-lines li { border-bottom-color: var(--hw-noir-700); }

/* ============================================================
   14 bis. LIVE, FILTRE ROSTER, NEWSLETTER, BOUTON ÉCOUTER
   ============================================================ */
.hw-live-row {
  display: grid; grid-template-columns: 130px minmax(0, 1fr) auto;
  gap: 24px; align-items: center; padding: 24px 12px;
  border-bottom: 1px solid rgba(25, 25, 25, .25);
}
.hw-live-row__date { font-size: 15px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; font-variant-numeric: tabular-nums; }

.hw-filter { display: flex; flex-wrap: wrap; gap: 8px; }
.hw-filter__btn {
  font-size: 11px; letter-spacing: .14em; text-transform: uppercase; font-weight: 800;
  background: none; border: 1px solid var(--hw-gris-600); color: var(--hw-creme);
  padding: 9px 16px; border-radius: var(--hw-radius); cursor: pointer;
  transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.hw-filter__btn:hover { border-color: var(--hw-jaune); color: var(--hw-jaune); }
.hw-filter__btn.is-active { background: var(--hw-jaune); border-color: var(--hw-jaune); color: var(--hw-noir); }

.hw-nl__row { display: flex; gap: 8px; }
.hw-nl input[type=email] {
  flex: 1; min-width: 0; background: transparent; border: 1px solid var(--hw-gris-600);
  padding: 12px 14px; font-size: 15px; color: var(--hw-creme); font-family: inherit;
  border-radius: var(--hw-radius); outline: none;
}
.hw-nl input[type=email]:focus { border-color: var(--hw-jaune); }
.hw-nl .hw-btn { padding: 12px 18px; }
.hw-nl__note { margin: 10px 0 0; font-size: 14px; font-weight: 700; color: var(--hw-jaune); }

.hw-listen {
  position: fixed; right: 18px; bottom: 18px; z-index: 60;
  font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
  background: var(--hw-jaune); color: var(--hw-noir);
  padding: 13px 18px; border-radius: 999px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, .45);
  transition: transform .15s ease, background .15s ease;
}
.hw-listen:hover { background: var(--hw-creme); color: var(--hw-noir); transform: translateY(-2px); }

.hw-check { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; line-height: 1.5; cursor: pointer; }
.hw-check input { margin-top: 3px; accent-color: var(--hw-or-700); width: 16px; height: 16px; flex: 0 0 auto; }

.hw-form__note:not(:empty) {
  background: rgba(255, 199, 0, .16);
  border-left: 3px solid var(--hw-jaune);
  padding: 14px 16px;
}

.hw-row--post.no-media { grid-template-columns: minmax(0, 1fr) 40px; }

.hw-footer__grid {
  display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.3fr);
  gap: 40px; align-items: start;
}
.hw-footer__nav { display: flex; flex-direction: column; gap: 10px; list-style: none; margin: 0; padding: 0; }
.hw-footer__nav a { font-size: 13px; letter-spacing: .1em; text-transform: uppercase; font-weight: 700; color: var(--hw-gris-400); }
.hw-footer__nav a:hover { color: var(--hw-jaune); }

/* ============================================================
   15 bis. FIL D'ARIANE
   ============================================================ */
.hw-breadcrumb { background: var(--hw-noir); border-bottom: 1px solid var(--hw-noir-700); padding: 12px var(--hw-pad); }
.hw-breadcrumb ol {
  display: flex; flex-wrap: wrap; gap: 6px 10px;
  list-style: none; margin: 0; padding: 0;
  font-size: 11px; letter-spacing: .12em; text-transform: uppercase; font-weight: 700;
}
.hw-breadcrumb li { display: flex; align-items: center; gap: 10px; color: var(--hw-gris-400); }
.hw-breadcrumb li + li::before { content: "→"; opacity: .45; }
.hw-breadcrumb a { color: var(--hw-gris-400); }
.hw-breadcrumb a:hover { color: var(--hw-jaune); }
.hw-breadcrumb li[aria-current] { color: var(--hw-creme); }

/* ============================================================
   16. LOADER — transition de page avec le logo
   ============================================================ */
.hw-loader {
  position: fixed; inset: 0; z-index: 9999;
  display: flex; align-items: center; justify-content: center;
  background: var(--hw-noir);
  opacity: 0; visibility: hidden;
  transition: opacity .35s ease, visibility 0s linear .35s;
}
.hw-loader.is-active { opacity: 1; visibility: visible; transition: opacity .22s ease; }
html.hw-entering .hw-loader { opacity: 1; visibility: visible; transition: none; }
.hw-loader__logo {
  display: flex; align-items: baseline; gap: 2px;
  font-weight: 800; font-size: clamp(52px, 9vw, 110px);
  letter-spacing: -.04em; color: var(--hw-blanc);
}
.hw-loader__dot {
  display: inline-block; width: .14em; height: .14em; border-radius: 50%;
  background: var(--hw-jaune); margin: 0 .06em;
  animation: hw-loader-pulse .8s ease-in-out infinite;
}
@keyframes hw-loader-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.7); opacity: .55; }
}
@media (prefers-reduced-motion: reduce) {
  .hw-loader, html.hw-entering .hw-loader { display: none; }
}

/* ============================================================
   17. CARTE ROSTER — nom posé à mi-hauteur du portrait
   ============================================================ */
.hw-roster-card { position: relative; padding: 0; gap: 0; }
.hw-roster-card__media { display: block; position: relative; }
.hw-roster-card__media .hw-media { width: 100%; }
.hw-roster-card__media::after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, transparent 28%, rgba(25,25,25,.42) 50%, transparent 72%);
}
.hw-roster-card__name {
  position: absolute; top: 50%; left: 16px; right: 16px; z-index: 2;
  transform: translateY(-50%);
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  font-size: clamp(26px, 2.6vw, 40px); font-weight: 800;
  letter-spacing: -.04em; text-transform: uppercase;
  color: var(--hw-blanc); text-shadow: 0 2px 22px rgba(0, 0, 0, .6);
  pointer-events: none;
}
.hw-roster-card .hw-card__meta { padding: 14px 16px; }
.hw-roster-card:hover .hw-roster-card__name { color: var(--hw-jaune); }

/* ============================================================
   18. FICHE ARTISTE — verset & témoignage
   ============================================================ */
.hw-verset {
  margin: 0 auto; max-width: 900px; text-align: center;
  font-size: clamp(24px, 3.2vw, 40px); font-weight: 800;
  letter-spacing: -.02em; line-height: 1.25;
}
.hw-temoignage p { font-size: 19px; line-height: 1.75; }

/* ============================================================
   19. RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  :root { --hw-section: 72px; --hw-pad: 24px; }
  .hw-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hw-grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hw-hero__foot { grid-template-columns: minmax(0, 1fr); }
  .hw-hero__foot .hw-btn-row { justify-content: flex-start; }
  .hw-row--artist { grid-template-columns: 40px 48px minmax(0, 1fr) 32px; }
  .hw-row--artist .hw-row__role, .hw-row--artist .hw-row__view { display: none; }
  .hw-row__thumb { width: 48px; height: 60px; }
  .hw-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  /* Repli générique : toute grille 2 colonnes posée en style inline dans les
     gabarits passe sur 1 colonne (les grilles auto-fit restent fluides). */
  [style*="grid-template-columns"]:not([style*="auto-fit"]):not([style*="auto-fill"]) {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}
@media (max-width: 767px) {
  :root { --hw-section: 56px; --hw-pad: 20px; }
  body { font-size: 17px; }
  .hw-burger { display: block; }
  .hw-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--hw-noir); border-bottom: 1px solid var(--hw-noir-700); padding: 12px var(--hw-pad) 20px; }
  .hw-nav.is-open { display: block; }
  .hw-nav ul { flex-direction: column; gap: 0; }
  .hw-nav a { display: block; padding: 13px 0; font-size: 14px; border-bottom: 1px solid var(--hw-noir-700); }
  .hw-nav li:last-child a { border-bottom: 0; }
  .hw-hero { min-height: 72vh; }
  .hw-btn { padding: 14px 20px; }
  .hw-grid--2, .hw-grid--3, .hw-grid--4 { grid-template-columns: minmax(0, 1fr); }
  .hw-row--post { grid-template-columns: minmax(0, 1fr); }
  .hw-row--post .hw-media { display: none; }
  .hw-row { padding: 20px 14px; gap: 16px; }
  .hw-marquee__group span { font-size: 24px; }
  .hw-article__inner blockquote { padding: 24px; }
  .hw-article__inner blockquote p { font-size: 20px; }
  .hw-embed iframe, .hw-form input, .hw-form select, .hw-form textarea { font-size: 16px; }
  .hw-footer__inner { flex-direction: column; align-items: flex-start; }
  .hw-footer ul { flex-wrap: wrap; gap: 14px 20px; }
  .hw-footer__grid { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .hw-live-row { grid-template-columns: minmax(0, 1fr); gap: 10px; }
  .hw-listen { right: 14px; bottom: 14px; padding: 12px 16px; }
  .hw-chapters { top: 60px; }
  .hw-anchor { scroll-margin-top: 126px; }
}
