
/* Jacob Ibrahim Abdul Aziz dossier — presentation refinement v2.
   Keeps the shared Heritage dossier system; removes form-like field clutter. */
body[data-figure-id="jacob-ibrahim-abdul-aziz"] .figure-dossier-layout{
  grid-template-columns:minmax(360px,.9fr) minmax(0,1.1fr);
  gap:34px;
  align-items:start;
}
body[data-figure-id="jacob-ibrahim-abdul-aziz"] .figure-portrait-card{
  position:static;
  margin:0;
}
body[data-figure-id="jacob-ibrahim-abdul-aziz"] .figure-portrait-card img{
  width:100%;
  aspect-ratio:3/2;
  object-fit:cover;
  object-position:center;
  border-radius:18px;
  border:1px solid var(--line);
  background:#eee7dc;
  box-shadow:0 18px 44px rgba(16,34,52,.08);
}
body[data-figure-id="jacob-ibrahim-abdul-aziz"] .figure-portrait-card figcaption{
  margin:10px 2px 0;
  max-width:62ch;
  font-size:10px;
  line-height:1.55;
  color:#6b7480;
}
body[data-figure-id="jacob-ibrahim-abdul-aziz"] .jacob-photo-source-inline{
  color:var(--navy);
  font-weight:800;
  text-decoration:none;
  white-space:nowrap;
}
body[data-figure-id="jacob-ibrahim-abdul-aziz"] .jacob-photo-source-inline:hover{text-decoration:underline}
body[data-figure-id="jacob-ibrahim-abdul-aziz"] .figure-dossier-copy .entity-story{
  display:none;
}
body[data-figure-id="jacob-ibrahim-abdul-aziz"] .figure-dossier-copy .entity-meta{
  margin:12px 0 10px;
}
body[data-figure-id="jacob-ibrahim-abdul-aziz"] .jacob-quickline{
  display:flex;
  flex-wrap:wrap;
  gap:0;
  padding:13px 0 15px;
  margin-bottom:4px;
  border-bottom:1px solid var(--line);
  color:#596875;
  font-size:11px;
  line-height:1.55;
}
body[data-figure-id="jacob-ibrahim-abdul-aziz"] .jacob-quickline span{
  display:inline-flex;
  align-items:center;
  white-space:normal;
}
body[data-figure-id="jacob-ibrahim-abdul-aziz"] .jacob-quickline span+span:before{
  content:"·";
  color:#b08c49;
  margin:0 9px;
  font-weight:900;
}
body[data-figure-id="jacob-ibrahim-abdul-aziz"] .figure-full-profile{
  margin-top:16px;
  padding-top:18px;
}
body[data-figure-id="jacob-ibrahim-abdul-aziz"] .figure-full-profile h2{
  font-size:clamp(25px,2.5vw,34px);
  margin:.25rem 0 1rem;
}
body[data-figure-id="jacob-ibrahim-abdul-aziz"] .figure-full-profile p{
  max-width:72ch;
}
body[data-figure-id="jacob-ibrahim-abdul-aziz"] .research-facts,
body[data-figure-id="jacob-ibrahim-abdul-aziz"] .research-sources-wide{
  margin-top:18px;
  border-radius:18px!important;
  box-shadow:none!important;
}
body[data-figure-id="jacob-ibrahim-abdul-aziz"] .research-facts{
  background:#fffdfa!important;
}
body[data-figure-id="jacob-ibrahim-abdul-aziz"] .source-stack a{
  border-radius:10px;
}
body[data-figure-id="jacob-ibrahim-abdul-aziz"] .entity-note{
  margin-top:18px;
  padding:13px 15px;
  border-radius:14px;
}
body[data-figure-id="jacob-ibrahim-abdul-aziz"] .figure-source-actions{
  margin-top:12px;
}
/* If the publisher blocks hotlinking, keep the dossier neat and offer the source link without a fake image. */
body[data-figure-id="jacob-ibrahim-abdul-aziz"] .figure-portrait-card.photo-load-failed img{display:none}
body[data-figure-id="jacob-ibrahim-abdul-aziz"] .figure-portrait-card.photo-load-failed:before{
  content:"Historical photograph · Baghdad, 1970";
  display:grid;
  place-items:center;
  min-height:250px;
  border-radius:18px;
  border:1px solid var(--line);
  background:linear-gradient(135deg,#eee7dc,#f8f3ea);
  color:#5e6872;
  font:600 15px/1.5 Georgia,serif;
  text-align:center;
  padding:28px;
}
html[dir="rtl"] body[data-figure-id="jacob-ibrahim-abdul-aziz"] .jacob-quickline span+span:before{
  margin:0 9px;
}
@media(max-width:900px){
  body[data-figure-id="jacob-ibrahim-abdul-aziz"] .figure-dossier-layout{grid-template-columns:1fr;gap:24px}
  body[data-figure-id="jacob-ibrahim-abdul-aziz"] .figure-portrait-card{max-width:680px}
}
@media(max-width:620px){
  body[data-figure-id="jacob-ibrahim-abdul-aziz"] .figure-portrait-card img{border-radius:14px}
  body[data-figure-id="jacob-ibrahim-abdul-aziz"] .figure-portrait-card figcaption{font-size:9.5px}
  body[data-figure-id="jacob-ibrahim-abdul-aziz"] .jacob-quickline{font-size:10.5px;padding:11px 0 13px}
  body[data-figure-id="jacob-ibrahim-abdul-aziz"] .figure-full-profile{margin-top:12px;padding-top:15px}
}
