/* --------------------------------------------------------------------------
   Global Leadership & Recognition
   -------------------------------------------------------------------------- */
.global-leadership-2026 {
	--global-navy: #071a33;
	--global-navy-soft: #0d2b4d;
	--global-burgundy: #8d1535;
	--global-red: #aa1d42;
	--global-gold: #ddb84f;
	--global-gold-soft: #f0d99a;
	--global-teal: #53a6a1;
	--global-cream: #f4f0e7;
	--global-ink: #141820;
	background: #fff;
	color: var(--global-ink);
	overflow: clip;
}

.global-leadership-2026 em {
	font-family: var(--serif);
	font-weight: 500;
}

html.global-dialog-open,
html.global-dialog-open body { overflow: hidden; }

.global-hero {
	position: relative;
	display: flex;
	min-height: min(960px, 100vh);
	padding: clamp(11rem, 15vw, 14rem) 0 clamp(7.5rem, 10vw, 10rem);
	align-items: center;
	background: var(--global-navy);
	color: #fff;
}

.global-hero-media,
.global-hero-shade,
.global-hero-lines {
	position: absolute;
	inset: 0;
}

.global-hero-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.global-hero-shade {
	background:
		linear-gradient(90deg, rgba(4,17,35,.99) 0%, rgba(4,17,35,.95) 30%, rgba(4,17,35,.61) 57%, rgba(4,17,35,.15) 100%),
		linear-gradient(0deg, rgba(4,17,35,.45), transparent 45%);
}

.global-hero-lines {
	background-image:
		linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
	background-size: 74px 74px;
	mask-image: linear-gradient(90deg, #000, transparent 66%);
}

.global-hero-inner {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.global-hero-copy { max-width: 820px; }

.global-hero-copy .breadcrumbs {
	margin-bottom: clamp(3rem, 7vh, 6rem);
	color: rgba(255,255,255,.62);
}

.global-hero-copy .breadcrumbs a { color: inherit; }

.global-kicker,
.global-section-label,
.global-eyebrow {
	display: flex;
	gap: .72rem;
	align-items: center;
	color: var(--global-gold);
	font-size: .7rem;
	font-weight: 750;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.global-kicker i {
	display: block;
	width: 27px;
	height: 1px;
	background: currentColor;
}

.global-hero h1 {
	margin: 1.4rem 0 0;
	color: #fff;
	font-size: clamp(4.2rem, 7.5vw, 8.4rem);
	font-weight: 760;
	letter-spacing: -.075em;
	line-height: .88;
}

.global-hero h1 em { color: var(--global-gold); }

.global-hero-copy > p {
	max-width: 650px;
	margin: 2rem 0 0;
	color: rgba(255,255,255,.75);
	font-size: clamp(1.05rem, 1.35vw, 1.27rem);
	line-height: 1.72;
}

.global-hero-actions,
.global-purpose-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1.4rem 2rem;
	align-items: center;
	margin-top: 2.5rem;
}

.global-button {
	display: inline-flex;
	min-height: 55px;
	padding: .9rem 1.25rem;
	gap: 1.5rem;
	align-items: center;
	justify-content: space-between;
	border: 1px solid transparent;
	font-size: .75rem;
	font-weight: 750;
	letter-spacing: .09em;
	text-decoration: none;
	text-transform: uppercase;
	transition: background .25s, color .25s, transform .25s;
}

.global-button-gold { background: var(--global-gold); color: #071a33; }
.global-button-gold:hover,
.global-button-gold:focus-visible { background: #f1d071; color: #071a33; transform: translateY(-2px); }

.global-text-link {
	display: inline-flex;
	padding: .55rem 0;
	gap: .85rem;
	align-items: center;
	border-bottom: 1px solid rgba(255,255,255,.42);
	color: #fff;
	font-size: .75rem;
	font-weight: 700;
	letter-spacing: .09em;
	text-decoration: none;
	text-transform: uppercase;
	transition: border-color .2s, color .2s;
}

.global-text-link:hover,
.global-text-link:focus-visible { border-color: var(--global-gold); color: var(--global-gold); }

.global-hero-stamp {
	display: grid;
	width: 150px;
	aspect-ratio: 1;
	border: 1px solid rgba(221,184,79,.62);
	border-radius: 50%;
	background: rgba(7,26,51,.72);
	box-shadow: inset 0 0 0 9px rgba(221,184,79,.06);
	align-content: center;
	justify-items: center;
	color: var(--global-gold);
	transform: rotate(5deg);
}

.global-hero-stamp small {
	font-size: .56rem;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.global-hero-stamp strong { margin: .25rem 0; font-size: 1.5rem; }

.global-hero-note {
	position: absolute;
	z-index: 3;
	right: clamp(2rem, 5vw, 6rem);
	bottom: 2rem;
	display: flex;
	gap: .8rem;
	align-items: center;
	color: rgba(255,255,255,.42);
	font-size: .52rem;
	font-weight: 700;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.global-hero-note i { display: block; width: 22px; height: 1px; background: var(--global-gold); }

.global-signal { background: var(--global-gold); }
.global-signal-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); }

.global-signal-grid > div {
	min-height: 180px;
	padding: 2rem clamp(1.1rem, 2.2vw, 2.3rem);
	border-left: 1px solid rgba(7,26,51,.17);
}

.global-signal-grid > div:last-child { border-right: 1px solid rgba(7,26,51,.17); }

.global-signal-grid span,
.global-signal-grid small {
	display: block;
	color: rgba(7,26,51,.64);
	font-size: .64rem;
	font-weight: 720;
	letter-spacing: .1em;
	line-height: 1.45;
	text-transform: uppercase;
}

.global-signal-grid strong {
	display: block;
	margin: .55rem 0 .35rem;
	color: var(--global-navy);
	font-size: clamp(2.1rem, 3.6vw, 3.8rem);
	font-weight: 760;
	letter-spacing: -.065em;
	line-height: 1;
}

.global-section { padding: clamp(6rem, 10vw, 10rem) 0; }
.global-intro { background: var(--global-cream); }

.global-intro-grid,
.global-honours-intro-grid,
.global-purpose-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, .65fr);
	gap: clamp(4rem, 9vw, 11rem);
	align-items: end;
}

.global-intro h2,
.global-honours-intro h2,
.global-purpose h2 {
	margin: 1.2rem 0 0;
	font-size: clamp(3.4rem, 6vw, 6.8rem);
	font-weight: 760;
	letter-spacing: -.07em;
	line-height: .9;
}

.global-intro h2 em,
.global-honours-intro h2 em { color: var(--global-burgundy); }

.global-intro-grid > div:last-child > p,
.global-honours-intro-grid > div:last-child > p,
.global-purpose-grid > div:last-child > p {
	margin: 0;
	color: #635e58;
	font-size: 1.03rem;
	line-height: 1.82;
}

.global-intro-rule {
	display: flex;
	margin-top: 2rem;
	gap: 1rem;
	align-items: center;
	color: var(--global-burgundy);
	font-family: var(--serif);
	font-size: 1.1rem;
	font-style: italic;
}

.global-intro-rule i { width: 42px; height: 1px; background: currentColor; }

.global-conference { background: #fff; }

.global-section-head {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(310px, .56fr);
	gap: clamp(3rem, 8vw, 9rem);
	align-items: end;
	margin-bottom: clamp(4.5rem, 8vw, 8rem);
}

.global-section-head h2 {
	max-width: 930px;
	margin: 1.1rem 0 0;
	font-size: clamp(3rem, 5.2vw, 6rem);
	font-weight: 750;
	letter-spacing: -.065em;
	line-height: .94;
}

.global-section-head > p {
	margin: 0;
	color: #6b6762;
	font-size: 1rem;
	line-height: 1.78;
}

.global-conference-feature {
	display: grid;
	grid-template-columns: minmax(380px, .84fr) minmax(0, 1.16fr);
	gap: clamp(4rem, 8vw, 10rem);
	align-items: center;
}

.global-conference-visual { position: relative; margin: 0; padding: 0 2rem 2rem 0; }

.global-conference-visual::before {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 76%;
	height: 78%;
	border: 1px solid rgba(83,166,161,.5);
	content: "";
}

.global-photo {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	background: #e5e1da;
	box-shadow: 0 30px 75px rgba(19,24,32,.17);
	cursor: zoom-in;
	font: inherit;
	overflow: hidden;
}

.global-photo img {
	display: block;
	width: 100%;
	height: auto;
	transition: filter .4s, transform .75s var(--ease);
}

.global-photo > span {
	position: absolute;
	right: .75rem;
	bottom: .75rem;
	left: .75rem;
	display: flex;
	padding: .85rem 1rem;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
	background: rgba(7,26,51,.92);
	color: #fff;
	font-size: .62rem;
	font-weight: 720;
	letter-spacing: .1em;
	opacity: 0;
	text-transform: uppercase;
	transform: translateY(10px);
	transition: opacity .3s, transform .3s;
}

.global-photo:hover img { transform: scale(1.018); }
.global-photo:hover > span,
.global-photo:focus-visible > span { opacity: 1; transform: none; }
.global-photo:focus-visible { outline: 3px solid var(--global-gold); outline-offset: 4px; }

.global-conference-visual figcaption {
	position: absolute;
	right: -1rem;
	bottom: 3.5rem;
	display: flex;
	min-width: 270px;
	padding: 1rem 1.2rem;
	align-items: center;
	justify-content: space-between;
	background: var(--global-gold);
	box-shadow: 0 18px 40px rgba(17,24,35,.2);
	color: var(--global-navy);
}

.global-conference-visual figcaption span {
	max-width: 100px;
	font-size: .58rem;
	font-weight: 750;
	letter-spacing: .09em;
	line-height: 1.45;
	text-transform: uppercase;
}

.global-conference-visual figcaption strong { font-size: 1rem; }
.global-eyebrow { color: var(--global-burgundy); }

.global-conference-copy h3 {
	margin: 1.25rem 0 1.8rem;
	font-size: clamp(2.8rem, 4.6vw, 5.5rem);
	font-weight: 750;
	letter-spacing: -.065em;
	line-height: .92;
}

.global-conference-copy h3 em { color: var(--global-burgundy); }

.global-conference-copy > p {
	max-width: 680px;
	margin: 0 0 1.1rem;
	color: #68635e;
	font-size: 1rem;
	line-height: 1.8;
}

.global-venue {
	display: grid;
	grid-template-columns: auto 1fr;
	margin-top: 2.2rem;
	padding: 1.3rem 1.5rem;
	gap: .25rem 1.6rem;
	border-left: 4px solid var(--global-teal);
	background: var(--global-cream);
}

.global-venue span { grid-row: 1 / 3; color: var(--global-burgundy); font-size: .6rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.global-venue strong { font-size: 1.05rem; }
.global-venue small { color: #746e68; font-size: .74rem; }

.global-delegation {
	display: grid;
	grid-template-columns: 1.15fr repeat(3, 1fr);
	margin-top: clamp(5rem, 9vw, 9rem);
	border-top: 1px solid rgba(20,24,32,.14);
	border-bottom: 1px solid rgba(20,24,32,.14);
}

.global-delegation > * { min-height: 165px; padding: 1.8rem clamp(1.2rem, 2vw, 2rem); border-left: 1px solid rgba(20,24,32,.14); }
.global-delegation > *:last-child { border-right: 1px solid rgba(20,24,32,.14); }
.global-delegation-intro { background: var(--global-navy); color: #fff; }
.global-delegation-intro span { color: var(--global-gold); font-size: .65rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.global-delegation-intro p { max-width: 220px; margin: .8rem 0 0; color: rgba(255,255,255,.68); font-family: var(--serif); font-size: 1.15rem; font-style: italic; line-height: 1.35; }
.global-delegation article span { color: var(--global-burgundy); font-size: .65rem; font-weight: 750; letter-spacing: .11em; }
.global-delegation article h3 { margin: 2rem 0 .4rem; font-size: clamp(1.2rem, 1.7vw, 1.65rem); letter-spacing: -.04em; }
.global-delegation article p { margin: 0; color: #716c67; font-size: .73rem; text-transform: uppercase; letter-spacing: .07em; }

.global-conference-gallery {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(2rem, 4vw, 4rem);
	margin-top: clamp(5rem, 8vw, 8rem);
}

.global-photo-landscape img { height: clamp(360px, 41vw, 560px); object-fit: cover; }
.global-conference-gallery > div:first-child .global-photo img { object-position: center 28%; }
.global-conference-gallery > div:last-child .global-photo img { object-position: center 47%; }
.global-conference-gallery p { display: flex; margin: 1.3rem 0 0; gap: .9rem; color: #66615c; line-height: 1.6; }
.global-conference-gallery p span { color: var(--global-burgundy); font-size: .62rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }

.global-manifesto {
	position: relative;
	padding: clamp(5rem, 8vw, 8rem) 0;
	background: var(--global-burgundy);
	color: #fff;
	text-align: center;
}

.global-manifesto::before,
.global-manifesto::after { position: absolute; top: 50%; width: 13vw; height: 1px; background: rgba(255,255,255,.24); content: ""; }
.global-manifesto::before { left: 0; }
.global-manifesto::after { right: 0; }
.global-manifesto .site-shell > span { display: block; height: 2rem; color: var(--global-gold); font-family: var(--serif); font-size: 5rem; line-height: .8; }
.global-manifesto p { max-width: 1000px; margin: 1.5rem auto 1.7rem; font-family: var(--serif); font-size: clamp(2rem, 4vw, 4.4rem); letter-spacing: -.035em; line-height: 1.14; }
.global-manifesto small { color: rgba(255,255,255,.63); font-size: .63rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }

.global-honours-intro { background: var(--global-cream); }
.global-place-card { margin-top: 2rem; padding: 1.3rem 1.5rem; border: 1px solid rgba(20,24,32,.13); background: #fff; }
.global-place-card span { display: block; color: var(--global-burgundy); font-size: .62rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.global-place-card strong { display: block; margin: .4rem 0 .2rem; font-size: 1.15rem; }
.global-place-card small { color: #77706a; font-size: .72rem; }

.global-profile { background: #fff; }
.global-profile-grid { display: grid; grid-template-columns: minmax(390px, .86fr) minmax(0, 1.14fr); gap: clamp(5rem, 9vw, 11rem); align-items: center; }
.global-profile-grid-reverse { grid-template-columns: minmax(0, 1.14fr) minmax(390px, .86fr); }
.global-profile-grid-reverse .global-profile-visual { grid-column: 2; }
.global-profile-grid-reverse .global-profile-copy { grid-column: 1; grid-row: 1; }
.global-profile-visual { position: relative; padding: 0 2.5rem 5rem 0; }
.global-profile-visual::before { position: absolute; right: 0; bottom: 2rem; width: 78%; height: 74%; border: 1px solid rgba(141,21,53,.28); content: ""; }
.global-photo-profile img { aspect-ratio: 2 / 3; object-fit: cover; object-position: center top; }
.global-photo-profile-square img { aspect-ratio: 1; object-position: center; }

.global-profile-badge {
	position: absolute;
	z-index: 3;
	right: -.5rem;
	top: 2.2rem;
	display: grid;
	width: 142px;
	aspect-ratio: 1;
	border: 1px solid rgba(221,184,79,.72);
	border-radius: 50%;
	background: var(--global-navy);
	box-shadow: inset 0 0 0 8px rgba(221,184,79,.08), 0 20px 45px rgba(7,26,51,.28);
	align-content: center;
	justify-items: center;
	color: var(--global-gold);
	text-align: center;
}

.global-profile-badge span { max-width: 90px; font-size: .56rem; font-weight: 700; letter-spacing: .1em; line-height: 1.35; text-transform: uppercase; }
.global-profile-badge strong { margin-top: .25rem; font-family: var(--serif); font-size: 1.2rem; font-style: italic; }
.global-profile-inset { position: absolute; z-index: 2; right: -2rem; bottom: 0; width: 54%; border: 8px solid #fff; box-shadow: 0 22px 50px rgba(19,24,32,.22); }
.global-profile-inset-wide { width: 64%; }
.global-profile-inset .global-photo { box-shadow: none; }
.global-profile-inset img { height: auto; max-height: 230px; object-fit: cover; }

.global-profile-copy h2 {
	margin: 1.2rem 0 1.7rem;
	font-size: clamp(3rem, 5vw, 5.9rem);
	font-weight: 750;
	letter-spacing: -.067em;
	line-height: .92;
}

.global-profile-copy h2 em { color: var(--global-burgundy); }
.global-profile-copy blockquote { margin: 0 0 1.8rem; padding-left: 1.4rem; border-left: 3px solid var(--global-gold); color: var(--global-burgundy); font-family: var(--serif); font-size: clamp(1.25rem, 1.8vw, 1.8rem); font-style: italic; line-height: 1.4; }
.global-profile-copy > p { max-width: 720px; margin: 0; color: #67625d; font-size: 1rem; line-height: 1.82; }

.global-credentials { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); margin-top: 2.5rem; border-top: 1px solid rgba(20,24,32,.14); border-bottom: 1px solid rgba(20,24,32,.14); }
.global-credentials > span { grid-column: 1 / -1; padding: 1rem 0; color: var(--global-burgundy); font-size: .62rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.global-credentials > div { min-height: 145px; padding: 1.1rem 1.15rem 1.3rem; border-left: 1px solid rgba(20,24,32,.14); }
.global-credentials > div:last-child { border-right: 1px solid rgba(20,24,32,.14); }
.global-credentials small { display: block; min-height: 32px; color: #847d76; font-size: .55rem; font-weight: 700; letter-spacing: .08em; line-height: 1.35; text-transform: uppercase; }
.global-credentials strong { display: block; margin: .6rem 0 .3rem; font-size: .92rem; line-height: 1.25; }
.global-credentials p { margin: 0; color: #77716b; font-size: .67rem; line-height: 1.4; }

.global-statement { margin-top: 2rem; border-top: 1px solid rgba(20,24,32,.16); border-bottom: 1px solid rgba(20,24,32,.16); }
.global-statement summary { display: flex; padding: 1.2rem 0; align-items: center; justify-content: space-between; color: var(--global-burgundy); cursor: pointer; font-size: .7rem; font-weight: 750; letter-spacing: .1em; list-style: none; text-transform: uppercase; }
.global-statement summary::-webkit-details-marker { display: none; }
.global-statement summary i { position: relative; width: 22px; height: 22px; }
.global-statement summary i::before,
.global-statement summary i::after { position: absolute; top: 10px; left: 2px; width: 18px; height: 1px; background: currentColor; content: ""; transition: transform .25s; }
.global-statement summary i::after { transform: rotate(90deg); }
.global-statement[open] summary i::after { transform: rotate(0); }
.global-statement > div { padding: .5rem 0 2rem; }
.global-statement > div > p { margin: 0 0 1.1rem; color: #625d58; font-size: .92rem; line-height: 1.78; }
.global-statement footer { display: flex; padding-top: 1.2rem; flex-direction: column; border-top: 1px solid rgba(20,24,32,.12); }
.global-statement footer strong { color: var(--global-burgundy); }
.global-statement footer span { margin-top: .2rem; color: #756e68; font-size: .72rem; }

.global-profile-hassan { background: var(--global-navy); color: #fff; }
.global-profile-hassan .global-section-label { color: var(--global-gold); }
.global-profile-hassan .global-profile-visual::before { border-color: rgba(83,166,161,.5); }
.global-profile-hassan .global-profile-inset { border-color: var(--global-navy); }
.global-profile-hassan .global-profile-copy h2 { color: #fff; }
.global-profile-hassan .global-profile-copy h2 em { color: var(--global-gold); }
.global-profile-hassan .global-profile-copy blockquote { color: var(--global-gold-soft); }
.global-profile-hassan .global-profile-copy > p { color: rgba(255,255,255,.68); }
.global-credentials-light { border-color: rgba(255,255,255,.15); }
.global-credentials-light > span { color: var(--global-gold); }
.global-credentials-light > div { border-color: rgba(255,255,255,.15); }
.global-credentials-light > div:last-child { border-color: rgba(255,255,255,.15); }
.global-credentials-light small { color: rgba(255,255,255,.47); }
.global-credentials-light strong { color: #fff; }
.global-credentials-light p { color: rgba(255,255,255,.55); }
.global-statement-light { border-color: rgba(255,255,255,.16); }
.global-statement-light summary { color: var(--global-gold); }
.global-statement-light > div > p { color: rgba(255,255,255,.68); }
.global-statement-light footer { border-color: rgba(255,255,255,.12); }
.global-statement-light footer strong { color: var(--global-gold); }
.global-statement-light footer span { color: rgba(255,255,255,.55); }

.global-purpose { position: relative; padding: clamp(6rem, 10vw, 10rem) 0; background: var(--global-burgundy); color: #fff; overflow: hidden; }
.global-purpose-word { position: absolute; right: -3vw; bottom: -5vw; color: rgba(255,255,255,.045); font-size: clamp(8rem, 20vw, 23rem); font-weight: 800; letter-spacing: -.09em; line-height: .7; pointer-events: none; }
.global-purpose-grid { position: relative; z-index: 1; }
.global-purpose .global-section-label { color: var(--global-gold); }
.global-purpose h2 { color: #fff; }
.global-purpose h2 em { color: var(--global-gold); }
.global-purpose-grid > div:last-child > p { color: rgba(255,255,255,.72); }

.global-dialog { width: min(1120px, calc(100vw - 2rem)); max-width: none; max-height: calc(100vh - 2rem); padding: 0; border: 0; background: transparent; color: #fff; overflow: visible; }
.global-dialog::backdrop { background: rgba(2,9,20,.91); backdrop-filter: blur(10px); }
.global-dialog-frame { position: relative; display: grid; grid-template-columns: minmax(360px, 720px) minmax(260px, 1fr); max-height: calc(100vh - 2rem); background: var(--global-navy); box-shadow: 0 45px 120px rgba(0,0,0,.62); overflow: auto; }
.global-dialog-media { display: grid; background: #0a1729; place-items: center; }
.global-dialog-media img { display: block; width: 100%; height: 100%; max-height: calc(100vh - 2rem); object-fit: contain; }
.global-dialog-copy { display: flex; padding: clamp(2rem, 5vw, 4.5rem); flex-direction: column; justify-content: flex-end; }
.global-dialog-copy span { color: var(--global-gold); font-size: .62rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.global-dialog-copy h2 { margin: .9rem 0 1rem; color: #fff; font-size: clamp(2.1rem, 4vw, 4.3rem); font-weight: 750; letter-spacing: -.06em; line-height: .95; }
.global-dialog-copy p { margin: 0; color: rgba(255,255,255,.64); line-height: 1.65; }
.global-dialog-close { position: absolute; z-index: 4; top: 1rem; right: 1rem; display: inline-flex; min-width: 86px; height: 42px; padding: 0 .9rem; border: 1px solid rgba(255,255,255,.25); background: rgba(7,26,51,.9); align-items: center; justify-content: space-between; color: #fff; cursor: pointer; }
.global-dialog-close span { font-size: 1.5rem; line-height: 1; }
.global-dialog-close small { font-size: .6rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.global-dialog-close:hover,
.global-dialog-close:focus-visible { border-color: var(--global-gold); color: var(--global-gold); }

@media (max-width: 1180px) {
	.global-conference-feature,
	.global-profile-grid { grid-template-columns: minmax(340px, .8fr) minmax(0, 1.2fr); gap: 5rem; }
	.global-profile-grid-reverse { grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr); }
	.global-delegation { grid-template-columns: repeat(3, 1fr); }
	.global-delegation-intro { grid-column: 1 / -1; min-height: auto; }
}

@media (max-width: 900px) {
	.global-hero { min-height: 900px; }
	.global-hero-shade { background: linear-gradient(90deg, rgba(4,17,35,.98), rgba(4,17,35,.72) 72%, rgba(4,17,35,.42)); }
	.global-hero-copy { max-width: 690px; }
	.global-hero-stamp { display: none; }
	.global-hero-note { left: 50%; right: auto; transform: translateX(-50%); white-space: nowrap; }
	.global-signal-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
	.global-signal-grid > div:nth-child(3),
	.global-signal-grid > div:nth-child(4) { border-top: 1px solid rgba(7,26,51,.17); }
	.global-intro-grid,
	.global-section-head,
	.global-honours-intro-grid,
	.global-purpose-grid { grid-template-columns: 1fr; gap: 2.5rem; }
	.global-intro-grid > div:last-child,
	.global-section-head > p,
	.global-honours-intro-grid > div:last-child,
	.global-purpose-grid > div:last-child { max-width: 680px; }
	.global-conference-feature,
	.global-profile-grid,
	.global-profile-grid-reverse { grid-template-columns: 1fr; gap: 5rem; }
	.global-conference-visual,
	.global-profile-visual { width: min(590px, 88%); margin: 0 auto; }
	.global-profile-grid-reverse .global-profile-visual,
	.global-profile-grid-reverse .global-profile-copy { grid-column: auto; grid-row: auto; }
	.global-profile-grid-reverse .global-profile-visual { order: 1; }
	.global-profile-grid-reverse .global-profile-copy { order: 2; }
	.global-conference-copy,
	.global-profile-copy { max-width: 760px; }
	.global-dialog-frame { grid-template-columns: minmax(300px, 1fr) minmax(240px, .62fr); }
}

@media (max-width: 680px) {
	.global-hero { min-height: 980px; padding-top: 10rem; padding-bottom: 8rem; align-items: flex-start; }
	.global-hero-media img { object-position: 66% center; }
	.global-hero-shade { background: linear-gradient(90deg, rgba(4,17,35,.97), rgba(4,17,35,.67)), linear-gradient(0deg, rgba(4,17,35,.72), transparent 70%); }
	.global-hero h1 { font-size: clamp(3.55rem, 15.5vw, 5.4rem); }
	.global-hero-note { bottom: 1.7rem; font-size: .46rem; }
	.global-signal-grid > div { min-height: 145px; padding: 1.5rem 1rem; }
	.global-signal-grid strong { font-size: 2.15rem; }
	.global-intro h2,
	.global-honours-intro h2,
	.global-purpose h2,
	.global-section-head h2,
	.global-profile-copy h2 { font-size: clamp(2.9rem, 13vw, 4.5rem); }
	.global-conference-visual,
	.global-profile-visual { width: calc(100% - 1rem); padding-right: 1rem; }
	.global-conference-visual figcaption { right: -.5rem; bottom: 2.5rem; min-width: 225px; }
	.global-venue { grid-template-columns: 1fr; }
	.global-venue span { grid-row: auto; }
	.global-delegation { grid-template-columns: 1fr; }
	.global-delegation-intro { grid-column: auto; }
	.global-delegation > * { min-height: 135px; border-right: 1px solid rgba(20,24,32,.14); border-bottom: 1px solid rgba(20,24,32,.14); }
	.global-delegation article h3 { margin-top: 1.3rem; }
	.global-conference-gallery { grid-template-columns: 1fr; }
	.global-photo-landscape img { height: 430px; }
	.global-manifesto p { font-size: clamp(1.8rem, 9vw, 3rem); }
	.global-profile-badge { right: -.5rem; width: 112px; }
	.global-profile-inset { right: -.25rem; width: 58%; }
	.global-profile-inset-wide { width: 68%; }
	.global-credentials { grid-template-columns: 1fr; }
	.global-credentials > div { min-height: auto; border-right: 1px solid rgba(20,24,32,.14); border-bottom: 1px solid rgba(20,24,32,.14); }
	.global-credentials-light > div { border-color: rgba(255,255,255,.15); }
	.global-dialog { max-height: calc(100vh - 1rem); }
	.global-dialog-frame { display: block; max-height: calc(100vh - 1rem); }
	.global-dialog-media img { width: 100%; height: auto; max-height: 72vh; }
	.global-dialog-copy { padding: 1.5rem; }
	.global-dialog-close { position: fixed; top: 1.25rem; right: 1.25rem; }
}

@media (prefers-reduced-motion: reduce) {
	.global-photo img,
	.global-photo > span,
	.global-button { transition: none; }
}

