The international system is undergoing one of its most significant periods of transformation since the end of the Cold War. Intensifying geopolitical competition, prolonged armed conflicts, growing tensions between major powers, and mounting criticism of international institutions have all raised fundamental questions about the future of global governance. As confidence in the post-1945 international order declines, debates over multipolarity, the effectiveness of multilateral cooperation, and the legitimacy of international organizations have become increasingly central to global political discourse.
/* Make the container take 100% width ONLY when it contains .outer-post-summary */
.container:has(.outer-post-summary) {
width: 100%;
max-width: 100%;
padding:0px;
}
/* Hide the col-lg-2 elements inside outer-post-summary */
.outer-post-summary .col-lg-2 {
display: none;
}
/* Make the col-lg-8 element take 100% width */
.outer-post-summary .col-lg-8 {
width: 100%;
flex: 0 0 100%;
max-width: 100%;
}
.post-summary-section {
padding: 0px 0 25px;
padding: 0px 0 0px;
}
.comment-section {
display: none;
}
#related_publications_slider_sec {
display: none;
}
.like_dislike {
display:none;
}
.hero-banner.post-details-banner.program-banner {
display: none;
}
:root{
--bg-a:#8C241C;
--bg-b:#6B1414;
--bg-c:#3A0909;
--card:rgba(0,0,0,0.24);
--card-2:rgba(0,0,0,0.16);
--peach:#F2C6B0;
--peach-2:#EFB394;
--terracotta:#C9614A;
--rose:#8C332B;
--maroon:#4A1414;
--cream:#F3E7D8;
--text:#F3E2D8;
--muted:#D9A793;
--rule: rgba(242,198,176,0.22);
}
*{box-sizing:border-box;}
.outer-post-summary{scroll-behavior:smooth;}
.outer-post-summary{
margin:0;
background:
radial-gradient(120% 85% at 32% 12%, var(--bg-a) 0%, var(--bg-b) 45%, var(--bg-c) 100%);
background-attachment:fixed;
color:var(--text);
font-family:'Barlow',sans-serif;
-webkit-font-smoothing:antialiased;
}
::selection{ background:var(--peach); color:var(--bg-c); }
.eyebrow{
font-family:'Barlow',sans-serif;
font-size:12.5px;
font-weight:700;
letter-spacing:.16em;
text-transform:uppercase;
color:var(--peach);
display:inline-flex;
align-items:center;
gap:10px;
}
.eyebrow::before{
content:"";
width:9px; height:9px;
background:var(--peach);
display:inline-block;
flex:none;
}
h1,h2,h3{ font-family:'Barlow',sans-serif; font-weight:400; margin:0; }
a{color:var(--peach);}
/* ---------- HERO ---------- */
.hero{
position:relative;
min-height:100vh;
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
text-align:center;
padding:120px 24px 80px;
overflow:hidden;
}
.masthead{ position:relative; z-index:2; margin-bottom:26px;}
.wordmark{
font-family:'Barlow',sans-serif;
font-size:clamp(3.4rem, 13vw, 8rem);
line-height:0.86;
letter-spacing:.03em;
color:var(--peach);
text-transform:uppercase;
margin-bottom:16px;
}
.masthead .eyebrow{ margin-bottom:0; }
.hero h1{
font-size:clamp(1.6rem, 4.4vw, 2.6rem);
line-height:1.05;
letter-spacing:-0.01em;
color:var(--cream);
max-width:18ch;
margin:0 auto;
text-transform:uppercase;
opacity:0.88;
}
.hero .dek{
position:relative; z-index:2;
max-width:520px;
margin:26px auto 0;
font-size:17px;
line-height:1.6;
color:var(--cream);
font-weight:500;
}
.hero .meta{
position:relative; z-index:2;
margin-top:30px;
font-family:'Barlow',sans-serif;
font-weight:600;
font-size:12px;
color:var(--muted);
letter-spacing:.1em;
text-transform:uppercase;
}
.scroll-cue{
position:relative; margin-top:64px;
z-index:2;
font-family:'Barlow',sans-serif;
font-weight:600;
font-size:11px;
color:var(--muted);
letter-spacing:.14em;
text-transform:uppercase;
display:flex; flex-direction:column; align-items:center; gap:8px;
}
.scroll-cue .line{ width:1px; height:30px; background:linear-gradient(var(--peach), transparent); animation:pulse-line 1.8s ease-in-out infinite; }
@keyframes pulse-line{ 0%,100%{opacity:.25} 50%{opacity:1} }
/* ---------- LAYOUT ---------- */
.dossier{ max-width:880px; margin:0 auto; padding:0 24px; }
.intro{
padding:100px 24px 40px;
max-width:880px; margin:0 auto;
}
.intro p{ font-size:18px; line-height:1.75; color:var(--text); margin:0 0 20px; }
.intro p:first-of-type::first-letter{
font-family:'Barlow',sans-serif;
font-size:60px;
float:left;
line-height:0.8;
padding:8px 10px 0 0;
color:var(--peach);
}
.article{
padding:64px 0;
border-top:1px solid var(--rule);
}
.article-head{
display:flex;
align-items:baseline;
gap:18px;
margin-bottom:22px;
flex-wrap:wrap;
}
.article-num{
font-family:'Barlow',sans-serif;
font-weight:700;
font-size:13px;
color:var(--muted);
letter-spacing:.1em;
text-transform:uppercase;
}
.article h2{
font-size:clamp(1.4rem, 3vw, 2rem);
color:var(--peach);
line-height:1.15;
text-transform:uppercase;
}
.article .headline-stat{
font-family:'Barlow',sans-serif;
font-size:clamp(2.6rem,6vw,4rem);
color:var(--peach);
line-height:1;
margin:6px 0 18px;
}
.article .headline-stat span{
font-family:'Barlow',sans-serif;
font-weight:500;
font-size:16px;
color:var(--muted);
display:block;
margin-top:10px;
}
.article p{ font-size:16px; line-height:1.75; color:var(--text); opacity:0.92; }
.article p + p{ margin-top:16px; }
.chart-panel{
margin-top:34px;
background:var(--card);
border:1px solid var(--rule);
border-radius:10px;
padding:28px 26px 20px;
}
.chart-panel .panel-label{
font-family:'Barlow',sans-serif;
font-weight:700;
font-size:11.5px;
color:var(--muted);
text-transform:uppercase;
letter-spacing:.08em;
margin-bottom:14px;
display:flex; justify-content:space-between; align-items:center;
gap:12px;
}
.chart-panel .panel-label .n{ color:var(--peach-2); white-space:nowrap; }
.chart-canvas-wrap{ position:relative; }
.chart-canvas-wrap canvas{ max-width:100%; }
.chart-canvas-wrap.donut{ max-width:320px; margin:0 auto; }
.chart-canvas-wrap.bar{ max-width:100%; }
.legend-custom{
display:flex; flex-wrap:wrap; gap:10px 20px;
margin-top:18px; padding-top:16px;
border-top:1px solid var(--rule);
font-family:'Barlow',sans-serif;
font-size:12.5px;
font-weight:600;
}
.legend-custom .item{ display:flex; align-items:center; gap:8px; color:var(--muted); }
.legend-custom .swatch{ width:9px; height:9px; border-radius:2px; }
.legend-custom .val{ color:var(--text); }
.two-col{ display:grid; grid-template-columns:1fr 1fr; gap:40px; align-items:start; }
.two-col > *{ min-width:0; }
@media (max-width:760px){ .two-col{ grid-template-columns:1fr; } }
.pull{
font-family:'Barlow',sans-serif;
font-size:20px;
line-height:1.5;
color:var(--peach);
border-left:3px solid var(--peach);
padding-left:22px;
margin:30px 0;
text-transform:none;
}
.stat-strip{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:0;
border-top:1px solid var(--rule);
border-bottom:1px solid var(--rule);
margin:20px 0 0;
}
.stat-strip .cell{
padding:26px 22px;
border-left:1px solid var(--rule);
}
.stat-strip .cell:first-child{ border-left:none; }
.stat-strip .num{ font-family:'Barlow',sans-serif; font-size:clamp(1.8rem,4vw,2.6rem); color:var(--peach); line-height:1; }
.stat-strip .lbl{ font-size:13px; color:var(--muted); margin-top:8px; line-height:1.4; font-weight:500; }
@media (max-width:640px){
.stat-strip{ grid-template-columns:1fr; }
.stat-strip .cell{ border-left:none; border-top:1px solid var(--rule); }
.stat-strip .cell:first-child{ border-top:none; }
}
footer{
border-top:1px solid var(--rule);
padding:56px 24px 60px;
text-align:center;
}
footer .eyebrow{ margin-bottom:10px; }
footer h3{ font-size:18px; color:var(--peach); text-transform:uppercase; }
footer p{ color:var(--muted); font-size:14px; max-width:480px; margin:10px auto 0; line-height:1.6; }
/* ---------- Decorative background animation ---------- */
.bg-anim{
position:fixed;
inset:0;
z-index:0;
pointer-events:none;
overflow:hidden;
}
.bg-anim svg{
width:100%;
height:100%;
display:block;
}
.bg-anim .ring-group{
transform-origin:1150px 250px;
animation:bg-rotate 240s linear infinite;
}
.bg-anim .ring-group.reverse{
transform-origin:220px 1050px;
animation:bg-rotate-rev 300s linear infinite;
}
.bg-anim .node{
animation:bg-pulse 7s ease-in-out infinite;
transform-box:fill-box;
transform-origin:center;
}
.bg-anim .link{
stroke-dasharray:6 10;
animation:bg-flow 60s linear infinite, bg-fade 9s ease-in-out infinite;
}
@keyframes bg-rotate{ from{ transform:rotate(0deg); } to{ transform:rotate(360deg); } }
@keyframes bg-rotate-rev{ from{ transform:rotate(0deg); } to{ transform:rotate(-360deg); } }
@keyframes bg-pulse{
0%,100%{ opacity:.22; transform:scale(1); }
50%{ opacity:.55; transform:scale(1.4); }
}
@keyframes bg-fade{
0%,100%{ opacity:.08; }
50%{ opacity:.22; }
}
@keyframes bg-flow{ to{ stroke-dashoffset:-320; } }
main, footer, .hero, .intro{ position:relative; z-index:1; }
@media (prefers-reduced-motion: reduce){
.scroll-cue .line{ animation:none !important; }
.bg-anim .ring-group, .bg-anim .ring-group.reverse, .bg-anim .node, .bg-anim .link{ animation:none !important; }
}
Pulse
Survey Series
The New World Order
The old system is fracturing — and no clear successor is in sight. Findings from Al Habtoor Research Centre.
Read the findings
The international system is undergoing one of its most significant periods of transformation since the end of the Cold War. Intensifying geopolitical competition, prolonged armed conflicts, growing tension between major powers, and mounting criticism of international institutions have all raised fundamental questions about the future of global governance.
As confidence in the post-1945 order declines, debates over multipolarity, the effectiveness of multilateral cooperation, and the legitimacy of international organizations have moved to the center of global political discourse. This Pulse survey examines how the public reads that shift — their trust in institutions, their view of recent great-power behaviour, and their expectations for who, if anyone, leads next.
87%say Trump's positions have hurt international bodies
75%see multilateral cooperation as weaker than a decade ago
43%expect a multipolar world of major powers
Confidence in institutions has collapsed
56.5%say bodies like the UN, WHO and World Bank are no longer as reliable as they once were
Only 4.3% of respondents still describe these institutions as trustworthy and dependable. A further 39.1% express just moderate confidence — a qualified trust that, combined with outright distrust, means 96% of respondents now hold some degree of reservation about the institutions built to anchor the post-war order.
International institutions derive their effectiveness from broad public confidence in their impartiality. When that confidence is this thin, it points to a legitimacy challenge rather than a passing mood — and it sets the baseline against which future Pulse surveys will track whether the erosion is cyclical or structural.
How much confidence do you currently have in international institutions?
The "Trump effect" reads as corrosive, not neutral
87%view Donald Trump's recent positions as a negative influence on international institutions
Positive, neutral, and unsure responses are essentially tied at 4.3% each — a rare degree of consensus in an otherwise divided survey. Respondents appear to read the "Trump effect" as more than disagreement with one leader: when the world's most influential power openly questions or selectively engages with international institutions, it creates permission for other states to do the same.
Over time, that dynamic risks weakening respect for international law, reducing compliance with multilateral rules, and accelerating the fragmentation of the global governance system this survey documents throughout.
How do you view recent Trump positions on international institutions?
No successor to the current order is in sight
43.5%believe no clear leader will shape global governance in the years ahead
Emerging powers are the next most likely candidate at 29%, while the United States (13%) and regional coalitions (14.5%) trail closely behind — essentially split. Rather than a single successor to the current order, respondents anticipate a diffusion of influence.
The absence of a dominant choice suggests people don't expect a straightforward handover from one hegemon to the next, but a more fluid, contested environment where power is dispersed among multiple actors without a universally accepted leader.
Who is most likely to shape global governance in the future?
A decade-long slide in multilateral cooperation
75.4%say multilateral cooperation is weaker today than a decade ago
Only 8.7% believe it has strengthened; 15.9% see it as roughly unchanged. This perception reinforces the broader narrative running through the survey: a system seen as increasingly fragmented and less able to coordinate collective action — on security, public health, climate, or economic governance.
If this view persists, it may further erode public expectations that international institutions can manage the next global crisis.
Cooperation vs. a decade ago
Multipolarity is the expected — not the feared — outcome
43.5%expect power distributed among several major states; another 36.2% expect regional coalitions to lead instead
Together, multipolar and coalition-led futures account for close to four-fifths of all responses. Just 17.4% remain unsure, while a return to unipolarity (2.9%) draws only marginal support.
The post–Cold War unipolar moment, in the public's view, is ending — not in favour of a new single power, but of a system with multiple centres of influence and greater reliance on flexible coalitions.
Which future model of global order is most realistic?
"Respondents don't simply believe the existing order is weakening — they expect the emerging one to be more fragmented, more competitive, and less predictable."
Managing diffusion, not replacing a hegemon
Taken together, the five findings point to one conclusion: the challenge for global governance in the coming years is less about which power replaces the last one, and more about managing a world where power is increasingly diffused across multiple, uncoordinated actors — with public trust in the referee institutions already running low.
Pulse Survey Series
Al Habtoor Research Centre
Figures reflect the share of respondents selecting each response option and may not sum to 100% due to rounding.
function initCharts(){
Chart.defaults.font.family = "'Barlow', sans-serif";
Chart.defaults.color = '#D9A793';
const palette = {
rank1:'#7B1315', rank2:'#994238', rank3:'#D07465', rank4:'#F09988'
};
function tooltipBase(){
return {
backgroundColor:'#3A0909',
borderColor:'rgba(242,198,176,0.4)',
borderWidth:1,
titleFont:{family:"'Barlow', sans-serif", size:11, weight:700},
bodyFont:{family:"'Barlow', sans-serif", size:13},
padding:10,
displayColors:true
};
}
function donutTooltip(){
return Object.assign(tooltipBase(), {
callbacks:{ label:(ctx)=> ` ${ctx.label}: ${ctx.parsed}%` }
});
}
function barTooltip(){
return Object.assign(tooltipBase(), {
callbacks:{ label:(ctx)=> ` ${ctx.label}: ${ctx.parsed.x}%` }
});
}
function buildLegend(canvasId, labels, data, colors){
const panel = document.getElementById(canvasId).closest('.chart-panel');
const legend = document.createElement('div');
legend.className = 'legend-custom';
labels.forEach((label,i)=>{
const item = document.createElement('div');
item.className = 'item';
item.innerHTML = `${label} ${data[i]}%`;
legend.appendChild(item);
});
panel.appendChild(legend);
}
// Chart 1 — Confidence in institutions
(()=>{
const labels=['No confidence','Moderate confidence','Confident & trustworthy'];
const data=[56.5,39.1,4.3];
const colors=[palette.rank1, palette.rank2, palette.rank3];
new Chart(document.getElementById('chart1'), {
type:'doughnut',
data:{ labels, datasets:[{ data, backgroundColor:colors, borderColor:'#3A0909', borderWidth:3, hoverOffset:10 }] },
options:{ cutout:'68%', plugins:{ legend:{display:false}, tooltip:donutTooltip() } }
});
buildLegend('chart1', labels, data, colors);
})();
// Chart 2 — Trump effect
(()=>{
const labels=['Negative impact','Positive impact','Neutral impact','Not sure'];
const data=[87,4.3,4.3,4.3];
const colors=[palette.rank1, palette.rank2, palette.rank3, palette.rank4];
new Chart(document.getElementById('chart2'), {
type:'doughnut',
data:{ labels, datasets:[{ data, backgroundColor:colors, borderColor:'#3A0909', borderWidth:3, hoverOffset:10 }] },
options:{ cutout:'68%', plugins:{ legend:{display:false}, tooltip:donutTooltip() } }
});
buildLegend('chart2', labels, data, colors);
})();
// Chart 3 — Who shapes global governance (horizontal bar)
(()=>{
const labels=['No clear leader','Emerging powers','Regional coalitions','The United States'];
const data=[43.5,29,14.5,13];
const colors=[palette.rank1, palette.rank2, palette.rank3, palette.rank4];
new Chart(document.getElementById('chart3'), {
type:'bar',
data:{ labels, datasets:[{ data, backgroundColor:colors, borderRadius:4, barThickness:26 }] },
options:{
indexAxis:'y',
maintainAspectRatio:false,
plugins:{ legend:{display:false}, tooltip:barTooltip() },
scales:{
x:{ max:50, grid:{color:'rgba(242,198,176,0.12)'}, ticks:{callback:(v)=>v+'%'} },
y:{ grid:{display:false} }
}
}
});
})();
// Chart 4 — Cooperation trend
(()=>{
const labels=['Weaker','About the same','Stronger'];
const data=[75.4,15.9,8.7];
const colors=[palette.rank1, palette.rank2, palette.rank3];
new Chart(document.getElementById('chart4'), {
type:'doughnut',
data:{ labels, datasets:[{ data, backgroundColor:colors, borderColor:'#2A0808', borderWidth:3, hoverOffset:10 }] },
options:{ cutout:'68%', plugins:{ legend:{display:false}, tooltip:donutTooltip() } }
});
buildLegend('chart4', labels, data, colors);
})();
// Chart 5 — Future model of order
(()=>{
const labels=['Multipolar world','Regional coalitions','Not sure','Return to unipolarity'];
const data=[43.5,36.2,17.4,2.9];
const colors=[palette.rank1, palette.rank2, palette.rank3, palette.rank4];
new Chart(document.getElementById('chart5'), {
type:'bar',
data:{ labels, datasets:[{ data, backgroundColor:colors, borderRadius:4, barThickness:22 }] },
options:{
indexAxis:'y',
maintainAspectRatio:false,
plugins:{ legend:{display:false}, tooltip:barTooltip() },
scales:{
x:{ max:50, grid:{color:'rgba(242,198,176,0.12)'}, ticks:{callback:(v)=>v+'%'} },
y:{ grid:{display:false} }
}
}
});
})();
}
if (typeof Chart !== 'undefined') {
initCharts();
} else {
window.addEventListener('chartjs-ready', initCharts);
}
Comments