/* FOBAK V129.6.58 — audit général de stabilité visuelle et médias publics. */

/* Empêche toute ancienne réserve invisible de repousser le contenu sous la barre mobile. */
@media (max-width: 860px){
  body.public-layout, body.admin-layout{min-height:100dvh!important;}
  body.public-layout .public-content,
  body.admin-layout .workspace-content,
  body.admin-layout main{margin-top:0!important;transform:none!important;}
  body.page-index .public-content{padding-top:0!important;}
  body.page-index .home-hero-carousel:first-child{margin-top:0!important;}
}

/* Images publiques : jamais de déformation et jamais de hauteur fantôme. */
.fobak-president-intro-photo img,
.fobak-leadership-photo img,
.governance-profile-photo img,
.president-biography-photo img,
.governance-president-card img,
.leader-gallery-item img{
  display:block!important;
  max-width:100%!important;
  object-position:center top!important;
}
.fobak-president-intro-photo img,
.fobak-leadership-photo img,
.governance-profile-photo img,
.president-biography-photo img,
.governance-president-card img{
  width:100%!important;
  height:auto!important;
  object-fit:contain!important;
}
.leader-gallery-item img{width:100%!important;height:auto!important;object-fit:cover!important;}

/* Une ressource cassée ne doit jamais créer un grand bloc vide. */
.fobak-president-intro-photo:empty,
.fobak-leadership-photo:empty,
.governance-profile-photo:empty{min-height:150px;background:linear-gradient(145deg,#edf5f8,#fff);}

/* Citations : conserver une présence visible et compacte sur l'accueil. */
.fobak-home-quote-section{content-visibility:auto;contain-intrinsic-size:700px;}
.fobak-home-quote-poster img{display:block;width:100%;height:auto;min-height:0;background:#062f4b;}

/* Aperçus vidéos toujours lisibles, y compris sans miniature externe. */
.home-video-preview,.video-admin-poster{position:relative;overflow:hidden;background:linear-gradient(145deg,#073957,#0b6c91)!important;}
.home-video-consent,.home-video-external{position:relative;z-index:1;}
