/* =========================================================================
   MOSAICA / PERSPECTIVES — PUBLICATIONS RATTACHEES A UNE EXPERTISE
   -------------------------------------------------------------------------
   Ces pages n'ont PAS de systeme graphique a elles. Elles appartiennent a la
   famille Expertises : meme socle (assets/expertises-identite.css), memes
   jetons, memes scenes, meme typographie, memes schemas et — c'est le point
   essentiel — LES MEMES ANIMATIONS, jouees par le meme script
   (assets/expertises-identite.js). Un mecanisme qui quitte la page mere pour
   devenir central dans une publication y arrive avec son SVG, ses classes,
   sa choregraphie, son timing et son comportement en mouvement reduit.

   ORDRE DE CHARGEMENT
     assets/styles.css
     assets/mckinsey.css
     assets/responsive.css
     assets/mobile-premium.css
     assets/footer.css
     assets/lang-switch.css
     assets/expertises-identite.css        socle de la famille
     assets/culture-organisationnelle.css  mecanismes de l'expertise
     assets/perspectives-article.css       <= ce fichier, toujours en dernier

   CE QUE CE FICHIER AJOUTE, ET RIEN D'AUTRE
     .pub-hero      quatre familles de heros editoriaux, pour qu'une
                    publication ne ressemble jamais a la precedente
     .pub-kicker    la taxonomie de tete : PERSPECTIVE, puis l'expertise,
                    qui est un lien reel vers la page mere
     .pub-meta      signature et date
     .pub-lead      le chapeau
     .pub-back      le retour editorial vers l'expertise, discret
     .pub-more      les autres perspectives — une liste qui ne compte pas

   AUCUN NOMBRE N'EST ECRIT NULLE PART.
   Ni dans les classes, ni dans les compteurs, ni dans les titres. Ajouter
   une publication demain n'oblige a modifier aucune page existante.
   ========================================================================= */


/* =========================== 1. LA TETE DE PAGE ======================== */
.pub-kicker{
  display:flex;flex-wrap:wrap;align-items:baseline;gap:0.35rem 0.9rem;
  margin:0 0 1.15rem;
  font-size:0.76rem;font-weight:700;
  letter-spacing:0.18em;text-transform:uppercase;line-height:1.55;
}
.pub-kicker__format{color:var(--exp-gold-ink)}
.pub-kicker__topic{position:relative;padding-left:0.95rem}
.pub-kicker__topic::before{
  content:"";position:absolute;left:0;top:0.45em;
  width:5px;height:5px;background:var(--exp-steel);
}
.pub-kicker__topic a{
  color:var(--exp-steel-ink);text-decoration:none;
  border-bottom:1px solid var(--exp-hair);padding-bottom:0.12rem;
  transition:color .22s ease,border-color .22s ease;
}
.pub-kicker__topic a:hover{color:var(--exp-gold-ink);border-bottom-color:currentColor}
[data-exp-theme="deep"] .pub-kicker__format{color:var(--exp-gold)}
[data-exp-theme="deep"] .pub-kicker__topic::before{background:rgba(255,255,255,.5)}
[data-exp-theme="deep"] .pub-kicker__topic a{color:var(--exp-on-dark);border-bottom-color:rgba(255,255,255,.32)}
[data-exp-theme="deep"] .pub-kicker__topic a:hover{color:#fff;border-bottom-color:var(--exp-gold)}

.pub-meta{
  display:flex;flex-wrap:wrap;gap:0.3rem 1.4rem;
  margin:1.5rem 0 0;padding-top:1rem;
  border-top:1px solid var(--exp-rule);
  font-size:0.82rem;line-height:1.6;color:var(--exp-ink-dim);
}
[data-exp-theme="deep"] .pub-meta{color:var(--exp-on-dark-dim)}

.pub-lead{
  font-size:clamp(1.06rem,1rem + 0.35vw,1.24rem);
  line-height:1.66;color:var(--exp-ink);max-width:62ch;margin:0;
}
[data-exp-theme="deep"] .pub-lead{color:var(--exp-on-dark)}

/* Le H1 d'une publication ne concurrence pas celui d'une page Expertise :
   il reste large mais d'un cran en dessous. */
.pub-h1{
  font-family:'Ibarra Real Nova',serif;font-weight:700;
  font-size:clamp(1.85rem,1.15rem + 2.5vw,3.25rem);
  line-height:1.1;letter-spacing:-0.01em;
  color:var(--exp-navy-deep);margin:0 0 1.15rem;max-width:22ch;
}
[data-exp-theme="deep"] .pub-h1{color:#fff}


/* ===================== 2. QUATRE FAMILLES DE HEROS ===================== */
/* Aucune n'est un grand rectangle bleu marine rempli de texte. Chacune est
   choisie pour ce que le contenu a reellement a montrer. */
.pub-hero{position:relative;padding:0}
.pub-hero__shell{padding-block:clamp(2.25rem,6vh,4rem)}

/* TYPE 1 — MECANISME. Fond mineral, texte a gauche, animation a droite :
   le raisonnement commence dans le heros. */
.pub-hero--mech{background:var(--exp-mineral);border-bottom:1px solid var(--exp-rule)}
.pub-hero--mech .pub-hero__grid{
  display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,0.98fr);
  gap:clamp(2rem,5vw,4rem);align-items:center;
}

/* TYPE 2 — TYPOGRAPHIQUE ET MOSAIQUE. Aucune image : les concepts eux
   memes font le visuel, en strates qui s'enfoncent. */
.pub-hero--type{background:#fff;border-bottom:1px solid var(--exp-rule)}
.pub-hero--type .pub-hero__grid{
  display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,0.92fr);
  gap:clamp(2rem,5vw,4.5rem);align-items:center;
}
.pub-strata{list-style:none;margin:0;padding:0}
.pub-strata li{
  position:relative;
  padding:0.9rem 0 0.9rem 1.35rem;
  border-top:1px solid var(--exp-rule);
  font-family:'Ibarra Real Nova',serif;
  font-size:clamp(1.35rem,1.1rem + 1.4vw,2.15rem);
  line-height:1.14;color:var(--exp-navy-deep);
}
.pub-strata li::before{
  content:"";position:absolute;left:0;top:1.25rem;
  width:8px;background:var(--exp-gold);
  transform-origin:left center;
}
.pub-strata li:nth-child(1)::before{height:2px;opacity:.5}
.pub-strata li:nth-child(2)::before{height:4px;opacity:.75}
.pub-strata li:nth-child(3)::before{height:7px;opacity:1}
.pub-strata li:nth-child(2){padding-left:2.6rem}
.pub-strata li:nth-child(2)::before{left:1.25rem}
.pub-strata li:nth-child(3){padding-left:3.85rem;color:var(--exp-gold-ink)}
.pub-strata li:nth-child(3)::before{left:2.5rem}
.exp-anim .pub-strata li::before{transform:scaleX(0)}
.exp-anim .is-in .pub-strata li::before{transform:scaleX(1);transition:transform .55s var(--exp-ease)}
.exp-anim .is-in .pub-strata li:nth-child(2)::before{transition-delay:.16s}
.exp-anim .is-in .pub-strata li:nth-child(3)::before{transition-delay:.32s}

/* TYPE 3 — GRAPHIQUE PLEINE LARGEUR. Le titre en haut, le mecanisme
   dessous, sur toute la largeur editoriale : l'axe traverse l'ecran. */
.pub-hero--wide{background:var(--exp-surface);border-bottom:1px solid var(--exp-rule)}
/* Le dessin est borne en hauteur, jamais seulement en largeur : sur un
   grand ecran, un viewBox large finirait par pousser le titre hors du
   premier ecran. */
.pub-hero--wide .pub-hero__viz{
  margin:clamp(1.75rem,4vh,2.75rem) auto 0;
  max-width:940px;
}
.pub-hero--wide .pub-hero__viz svg{height:clamp(200px,32vh,320px)}
.pub-hero--wide .pub-hero__viz .exp-keys{justify-content:center}

/* TYPE 4 — PHOTOGRAPHIQUE. La photographie occupe reellement le heros ;
   le texte tient a cote, sur fond clair. Jamais de texte pose sur un
   visage, jamais de voile sombre sur toute l'image. */
.pub-hero--photo{background:#fff;border-bottom:1px solid var(--exp-rule)}
.pub-hero--photo .pub-hero__grid{
  display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,0.95fr);
  gap:clamp(2rem,5vw,4rem);align-items:center;
}
.pub-hero__photo{margin:0}
.pub-hero__photo img{
  display:block;width:100%;height:auto;
  border-top:3px solid var(--exp-gold);
}
.pub-hero__photo figcaption{
  margin-top:0.9rem;font-size:0.9rem;line-height:1.62;
  color:var(--exp-ink-dim);max-width:56ch;
}

/* TYPE 4b — BANDEAU PANORAMIQUE. Une scene tres large ne se comprime pas
   dans une demi colonne : elle passe sous le titre, sur toute la largeur
   editoriale. Aucun texte n'est pose sur l'image, aucun voile sombre. */
.pub-hero--banner{background:#fff;border-bottom:1px solid var(--exp-rule)}
.pub-hero__photo--banner{margin-top:clamp(1.75rem,4vh,2.75rem)}


/* ===================== 2b. PHOTOGRAPHIES DANS LE TEXTE ================ */
/* Le visuel principal d'un article dont le heros porte deja un mecanisme.
   Filet dore en bord haut, comme les schemas et comme les pages Expertises. */
.pub-shot{margin:0}
.pub-shot img{display:block;width:100%;height:auto;border-top:2px solid var(--exp-gold)}
.pub-shot figcaption{
  margin-top:0.9rem;font-size:0.9rem;line-height:1.62;
  color:var(--exp-ink-dim);max-width:58ch;
}
[data-exp-theme="deep"] .pub-shot figcaption{color:var(--exp-on-dark-dim)}
/* Une scene verticale est bornee en largeur pour l'etre en hauteur :
   jamais de recadrage CSS sur un visage. */
.pub-shot--portrait{max-width:340px}
.pub-shot--wide{max-width:560px}
.pub-figure-split{
  display:grid;grid-template-columns:auto minmax(0,1fr);
  gap:clamp(1.5rem,4vw,3rem);align-items:center;
  margin-top:clamp(2rem,5vh,3rem);
}


/* ================= 3. LE RETOUR VERS L'EXPERTISE ====================== */
/* Editorial et discret. Il redit ce que ce texte approfondissait, puis
   rouvre la porte de la page mere — parfois vers une section precise.
   Aucun bouton flottant, aucun bandeau colle en bas d'ecran. */
.pub-back{
  display:grid;grid-template-columns:minmax(0,1fr) auto;
  gap:clamp(1rem,3vw,2.5rem);align-items:end;
  padding-top:1.35rem;border-top:2px solid var(--exp-gold);
}
.pub-back__say{margin:0;font-size:1.02rem;line-height:1.7;color:var(--exp-ink);max-width:64ch}
.pub-back__say b{
  display:block;font-size:0.74rem;font-weight:700;
  letter-spacing:0.16em;text-transform:uppercase;
  color:var(--exp-gold-ink);margin-bottom:0.5rem;
}
[data-exp-theme="deep"] .pub-back__say{color:var(--exp-on-dark)}
[data-exp-theme="deep"] .pub-back__say b{color:var(--exp-gold)}
.pub-back .exp-link{margin-top:0;white-space:nowrap}


/* ================= 4. LES AUTRES PERSPECTIVES ========================= */
/* Une liste qui ne compte pas. Elle accueille deux entrees comme dix,
   sans changer de titre, de structure ni de mise en page. */
.pub-more{
  list-style:none;margin:clamp(1.5rem,4vh,2.25rem) 0 0;padding:0;
  display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:clamp(1.25rem,3vw,2.25rem);
}
.pub-more a{
  display:block;height:100%;
  padding-top:1.05rem;border-top:1px solid var(--exp-rule);
  text-decoration:none;color:inherit;
  transition:border-color .24s ease;
}
.pub-more a:hover{border-top-color:var(--exp-gold)}
.pub-more__kind{
  display:block;font-size:0.72rem;font-weight:700;
  letter-spacing:0.18em;text-transform:uppercase;
  color:var(--exp-gold-ink);margin-bottom:0.5rem;
}
.pub-more__title{
  display:block;
  font-family:'Ibarra Real Nova',serif;font-weight:700;
  font-size:clamp(1.1rem,1rem + 0.5vw,1.32rem);
  line-height:1.3;color:var(--exp-navy-deep);margin-bottom:0.4rem;
  transition:color .22s ease;
}
.pub-more a:hover .pub-more__title{color:var(--exp-gold-ink)}
.pub-more__say{display:block;font-size:0.95rem;line-height:1.6;color:var(--exp-ink-dim)}
[data-exp-theme="deep"] .pub-more__kind{color:var(--exp-gold)}
[data-exp-theme="deep"] .pub-more__title{color:#fff}
[data-exp-theme="deep"] .pub-more__say{color:var(--exp-on-dark-dim)}
[data-exp-theme="deep"] .pub-more a{border-top-color:var(--exp-rule-dark)}


/* ============ 5. L'INDEX DES PERSPECTIVES D'UNE EXPERTISE ============= */
/* Meme principe : une grille qui se remplit. Aucun compte, aucune
   numerotation, aucune promesse de volume. */
.pub-index{
  list-style:none;margin:clamp(2rem,5vh,3rem) 0 0;padding:0;
  display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:clamp(1.75rem,4vw,3rem);
}
.pub-index__item{min-width:0}
.pub-index__link{display:block;height:100%;text-decoration:none;color:inherit}
.pub-index__visual{
  position:relative;display:block;overflow:hidden;
  aspect-ratio:3 / 2;border-top:2px solid var(--exp-gold);
  background:var(--exp-deep);
}
.pub-index__visual img{
  display:block;width:100%;height:100%;object-fit:cover;
  transition:transform .5s var(--exp-ease);
}
.pub-index__link:hover .pub-index__visual img{transform:scale(1.03)}
.pub-index__body{display:block;padding-top:1.1rem}
.pub-index__kind{
  display:block;font-size:0.72rem;font-weight:700;
  letter-spacing:0.18em;text-transform:uppercase;
  color:var(--exp-gold-ink);margin-bottom:0.5rem;
}
.pub-index__title{
  display:block;font-family:'Ibarra Real Nova',serif;font-weight:700;
  font-size:clamp(1.14rem,1.02rem + 0.55vw,1.4rem);
  line-height:1.28;color:var(--exp-navy-deep);margin-bottom:0.5rem;
  transition:color .22s ease;
}
.pub-index__link:hover .pub-index__title{color:var(--exp-gold-ink)}
.pub-index__say{display:block;font-size:0.97rem;line-height:1.62;color:var(--exp-ink-dim)}

/* Une composition mosaique : un axe, trois tuiles reliees, une detachee.
   Le concept fait le visuel — jamais un mini schema dans un cadre gris. */
.pub-index__visual--branch{
  display:flex;align-items:center;justify-content:center;gap:0.85rem;
  padding:clamp(1.25rem,4vw,2rem);
}
.pub-branch__axis{
  position:absolute;left:12%;right:12%;top:50%;height:2px;
  background:var(--exp-gold);opacity:.75;
}
.pub-branch__tile{
  position:relative;z-index:1;
  width:clamp(26px,7%,40px);aspect-ratio:1;
  background:rgba(255,255,255,0.16);
  outline:1px solid rgba(255,255,255,0.28);
}
.pub-branch__tile.is-cut{
  background:transparent;
  border:2px solid var(--exp-gold);outline:0;
  border-radius:50%;
  transform:translateY(-34%);
}


/* ========================== 6. RESPONSIVE ============================= */
@media(max-width:1080px){
  .pub-hero--mech .pub-hero__grid,
  .pub-hero--type .pub-hero__grid,
  .pub-hero--photo .pub-hero__grid{
    grid-template-columns:minmax(0,1fr);
    gap:clamp(1.75rem,4vh,2.5rem);
  }
  .pub-hero--photo .pub-hero__photo{max-width:660px}
  .pub-figure-split{grid-template-columns:minmax(0,1fr);gap:1.5rem}
  .pub-shot--portrait{max-width:420px}
  .pub-back{grid-template-columns:minmax(0,1fr);align-items:start}
  .pub-back .exp-link{margin-top:0.35rem}
}

@media(max-width:900px){
  .pub-hero__shell{padding-block:clamp(1.75rem,5vh,2.75rem)}
  /* Reprise de la hierarchie face au plancher de mobile-premium.css :
     trois classes pour depasser (0,2,3), jamais un !important arbitraire. */
  .exp-page .exp-shell .pub-lead{font-size:17px !important;line-height:1.66 !important}
  .exp-page .exp-shell .pub-kicker{font-size:13px !important;letter-spacing:0.16em}
  .exp-page .exp-shell .pub-meta{font-size:13.5px !important}
  .exp-page .exp-shell .pub-h1{font-size:clamp(1.8rem,7.4vw,2.4rem) !important;line-height:1.14 !important}
  .exp-page .exp-shell .pub-strata li{font-size:clamp(1.3rem,5.6vw,1.75rem) !important}
  .exp-page .exp-shell .pub-back__say{font-size:16px !important;line-height:1.7 !important}
  .exp-page .exp-shell .pub-back__say b{font-size:13px !important}
  .exp-page .exp-shell .pub-more__title,
  .exp-page .exp-shell .pub-index__title{font-size:18px !important;line-height:1.3 !important}
  .exp-page .exp-shell .pub-more__say,
  .exp-page .exp-shell .pub-index__say{font-size:15px !important;line-height:1.6 !important}
  .exp-page .exp-shell .pub-more__kind,
  .exp-page .exp-shell .pub-index__kind{font-size:13px !important;letter-spacing:0.16em}
  .exp-page .exp-shell .pub-hero__photo figcaption{font-size:15px !important;line-height:1.6 !important}
}


/* =============== 7. VERSION SANS MOUVEMENT (COMPLEMENT) ============== */
/* Le socle a deja coupe animations et transitions pour toute la famille.
   On remet ici a plat le seul etat d'attente propre a ces pages. */
@media(prefers-reduced-motion:reduce){
  .exp-page .pub-strata li::before{transform:scaleX(1) !important}
}
