@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Source+Sans+3:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,300..600,0..1,-25..0');

:root { color: #13253f; background: #f7f9fc; font-family: "Source Sans 3", Arial, sans-serif; font-synthesis: none; --editorial-heading-3-size: 1.65rem; --navy: #071d3a; --blue: #0a78bd; --coral: #ff6b54; --ink: #13253f; --muted: #66758a; --line: #dce5ef; --max: 1220px; --section-divider-space: clamp(1.5rem, 2vw, 2rem); --section-space: var(--section-divider-space); --section-space-roomy: clamp(2rem, 3vw, 3rem); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; min-height: 100vh; background: #f7f9fc; }
body, button, a { -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { max-width: 100%; display: block; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Manrope", Arial, sans-serif; letter-spacing: -.035em; }
h1 { font-size: clamp(2.55rem, 5.1vw, 5.2rem); line-height: .98; margin-bottom: 1.5rem; }
h2 { font-size: clamp(2rem, 3.8vw, 3.6rem); line-height: 1.08; margin-bottom: 1rem; }
h3 { font-size: 1.2rem; line-height: 1.3; }
.material-symbols-rounded { width: 1em; overflow: hidden; white-space: nowrap; font-family: "Material Symbols Rounded", sans-serif; font-size: 1.25em; font-weight: normal; font-style: normal; line-height: 1; letter-spacing: normal; text-transform: none; word-wrap: normal; direction: ltr; vertical-align: -.16em; -webkit-font-feature-settings: "liga"; -webkit-font-smoothing: antialiased; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { height: 78px; padding: 0 max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 2rem; background: rgba(255,255,255,.96); position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(10,44,85,.09); backdrop-filter: blur(16px); }
.brand img { width: 142px; height: auto; }
.primary-nav { display: flex; justify-content: center; gap: clamp(1rem, 2.1vw, 2.1rem); font-family: "Manrope", sans-serif; font-size: .88rem; font-weight: 700; }
.primary-nav a { padding: .5rem 0; position: relative; }
.primary-nav a::after { content: ""; position: absolute; height: 2px; background: var(--blue); left: 0; right: 100%; bottom: 0; transition: right .2s ease; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { right: 0; }
.menu-button { display: none; }
.header-cta, .button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: .55rem; padding: .78rem 1.15rem; border-radius: 5px; font-family: "Manrope", sans-serif; font-weight: 800; font-size: .88rem; transition: transform .18s ease, background .18s ease; }
.header-cta { color: white; background: var(--coral); }
.button:hover, .header-cta:hover { transform: translateY(-2px); }
.prototype-note { background: #e8f4fb; color: #285570; font-size: .75rem; display: flex; justify-content: center; align-items: center; gap: .4rem; padding: .38rem 1rem; }

.hero { min-height: 680px; position: relative; overflow: hidden; color: white; display: flex; flex-direction: column; justify-content: center; touch-action: pan-y; }
.hero-image, .page-hero-image { position: absolute; inset: 0; background-size: cover; background-position: center; animation: reveal .45s ease both; }
.hero-shade, .page-hero-shade { position: absolute; inset: 0; background: rgba(3,21,44,.63); }
.hero-inner { width: min(var(--max), calc(100% - 48px)); margin: auto; position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 5rem; padding: 5.5rem 0; }
.hero-copy { max-width: 735px; }
.hero-copy h1 { max-width: 740px; }
.eyebrow { text-transform: uppercase; letter-spacing: .16em; font-family: "Manrope", sans-serif; font-weight: 800; font-size: .75rem; margin-bottom: 1rem; }
.eyebrow.blue { color: var(--blue); }
.hero-meta { display: flex; gap: 1.4rem; flex-wrap: wrap; font-family: "Manrope", sans-serif; font-weight: 700; margin-bottom: 1.25rem; }
.hero-meta span { display: inline-flex; align-items: center; gap: .45rem; }
.hero-meta .material-symbols-rounded { color: #7bcbf3; }
.hero-text { max-width: 610px; font-size: 1.19rem; color: #e4ecf5; line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.7rem; }
.button-coral { color: white; background: var(--coral); }
.button-blue { color: white; background: var(--blue); }
.button-event-agenda { color: white; background: #64758a; }
.button-outline { color: var(--navy); border: 1px solid #9eb0c3; background: white; }
.button-outline:hover, .button-outline:focus-visible { border-color: var(--blue); background: #eff7fc; }
.button-ghost { color: white; border: 1px solid rgba(255,255,255,.62); background: rgba(7,29,58,.24); }
.hero-cover { width: 245px; aspect-ratio: 1414 / 2000; object-fit: cover; box-shadow: 0 24px 60px rgba(0,0,0,.45); transform: rotate(2deg); flex: 0 0 auto; }
.carousel-controls { position: absolute; z-index: 4; left: 50%; bottom: 1.6rem; transform: translateX(-50%); display: flex; align-items: center; gap: .65rem; padding: .5rem .7rem; border: 1px solid rgba(255,255,255,.22); background: rgba(5,22,45,.72); border-radius: 99px; }
.carousel-controls button { width: 34px; height: 34px; color: white; border: 0; background: transparent; border-radius: 50%; display: grid; place-items: center; cursor: pointer; }
.carousel-controls button:hover, .carousel-controls button:focus-visible { background: rgba(255,255,255,.15); }
.dots { display: flex; align-items: center; gap: .45rem; }
.dots .dot { width: 8px; height: 8px; background: rgba(255,255,255,.42); padding: 0; }
.dots .dot.is-active { width: 26px; border-radius: 99px; background: white; }
@keyframes reveal { from { opacity: .35; transform: scale(1.01); } to { opacity: 1; transform: scale(1); } }

.statement { color: white; background: var(--blue); padding: 1.25rem max(24px, calc((100vw - var(--max)) / 2)); display: flex; justify-content: center; gap: .7rem; font-family: "Manrope", sans-serif; font-size: clamp(1rem, 2vw, 1.35rem); }
.statement p { font-weight: 800; margin: 0; }.statement span { color: #d8f1ff; }
.section { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: var(--section-space) 0; }
main > .section + .section { border-top: 1px solid var(--line); }
.section-heading { max-width: 780px; margin-bottom: 2.7rem; }
.split-heading { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.split-heading > div { max-width: 760px; }
.text-link { color: var(--blue); display: inline-flex; align-items: center; gap: .4rem; font-family: "Manrope", sans-serif; font-size: .86rem; font-weight: 800; }
.text-link:hover { color: var(--navy); }
.agenda-preview { border-top: 1px solid var(--line); }
.agenda-row { display: grid; grid-template-columns: 155px 1fr auto; align-items: center; gap: 2rem; padding: 1.4rem .35rem; border-bottom: 1px solid var(--line); transition: background .18s ease, padding .18s ease; }
.agenda-row:hover { background: white; padding-left: 1rem; padding-right: 1rem; }
.agenda-row time { color: var(--blue); font-family: "Manrope", sans-serif; font-weight: 800; }
.agenda-row h3, .agenda-row p { margin-bottom: .25rem; }
.agenda-row p { color: var(--muted); }
.agenda-type { color: var(--coral); text-transform: uppercase; letter-spacing: .12em; font-family: "Manrope", sans-serif; font-size: .67rem; font-weight: 800; }

.magazine-feature { background: var(--navy); color: white; overflow: hidden; }
.magazine-inner { width: min(var(--max), calc(100% - 48px)); margin: auto; padding: var(--section-space-roomy) 0; display: grid; grid-template-columns: minmax(250px, 390px) 1fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.magazine-inner > img { width: 100%; box-shadow: 0 30px 80px rgba(0,0,0,.45); transform: rotate(-2deg); }
.magazine-copy { max-width: 610px; }
.magazine-copy > p:not(.eyebrow) { font-size: 1.15rem; color: #c7d4e4; line-height: 1.65; }
.topic-list { display: flex; gap: .55rem; flex-wrap: wrap; margin-top: 1.4rem; }
.topic-list span { color: #bedcf0; border: 1px solid #36516f; border-radius: 99px; padding: .35rem .75rem; font-size: .78rem; }
.speaker-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.speaker-card { min-height: 165px; background: white; border: 1px solid var(--line); display: grid; grid-template-columns: 135px 1fr; align-items: center; transition: transform .18s ease, box-shadow .18s ease; }
.speaker-card:hover { transform: translateY(-4px); box-shadow: 0 18px 45px rgba(13,48,83,.1); }
.speaker-card img { width: 135px; height: 100%; object-fit: cover; }
.speaker-card-initials { width: 135px; height: 100%; display: grid; place-items: center; color: white !important; background: var(--navy); font-family: "Manrope", sans-serif; font-size: 2rem !important; font-weight: 800; letter-spacing: -.03em; }
.speaker-card div { padding: 1.1rem; }.speaker-card h3 { margin-bottom: .4rem; }.speaker-card p { color: var(--blue); margin-bottom: .25rem; }.speaker-card span { color: var(--muted); font-size: .84rem; }
.event-speakers .speaker-card { height: 180px; min-height: 0; overflow: hidden; grid-template-columns: 135px minmax(0, 1fr); align-items: stretch; }
.event-speakers .speaker-card img { width: 135px; height: 180px; object-fit: cover; object-position: center top; }
.event-speakers .speaker-card div { min-width: 0; display: flex; flex-direction: column; justify-content: center; overflow: hidden; }
.event-speakers .speaker-card h3,
.event-speakers .speaker-card p,
.event-speakers .speaker-card span { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; }
.event-speakers .speaker-card h3 { -webkit-line-clamp: 2; }
.event-speakers .speaker-card p { line-height: 1.45; -webkit-line-clamp: 2; }
.event-speakers .speaker-card span { line-height: 1.45; -webkit-line-clamp: 2; }

.page-hero { min-height: 500px; color: white; position: relative; overflow: hidden; display: flex; align-items: end; }
.page-hero-copy { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; position: relative; z-index: 2; padding: 6rem 0 4.5rem; max-width: var(--max); }
.page-hero-copy h1 { max-width: 900px; }.page-hero-copy > p:not(.eyebrow) { max-width: 700px; font-size: 1.2rem; line-height: 1.6; color: #e2eaf4; }
.event-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.event-card { background: white; border: 1px solid var(--line); }
.event-card > img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.post-type-archive-issue .event-card > img { object-position: top center; }
.event-card-copy { padding: 1.45rem; }.event-card h3 { font-size: 1.5rem; }.event-card-copy > p { color: var(--muted); line-height: 1.55; }
.event-card-copy .location { color: var(--ink); display: flex; align-items: flex-start; gap: .4rem; }

/* Compact, date-first upcoming-events archive. */
.events-archive {
	width: min(var(--max), calc(100% - 48px));
	min-height: calc(100vh - 78px);
	margin: 0 auto;
	padding: clamp(1.8rem, 3.5vw, 3.4rem) 0 clamp(2.2rem, 4vw, 4rem);
}
.events-archive-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 2rem;
	margin-bottom: clamp(1.35rem, 2.2vw, 2rem);
}
.events-archive-heading .eyebrow { margin-bottom: .55rem; }
.events-archive-heading h1 {
	margin-bottom: .65rem;
	font-size: clamp(2.5rem, 4.3vw, 4.25rem);
	line-height: 1;
}
.events-archive-heading > div > p:last-child {
	max-width: 58ch;
	margin: 0;
	color: var(--muted);
	font-size: 1rem;
	line-height: 1.5;
}
.events-archive-count {
	margin: 0 0 .25rem;
	color: var(--muted);
	font-family: "Manrope", sans-serif;
	font-size: .84rem;
	font-weight: 800;
	white-space: nowrap;
}
.event-calendar {
	overflow: hidden;
	display: grid;
	background: white;
	border: 1px solid var(--line);
	border-radius: 12px;
}
.event-calendar-item {
	position: relative;
	display: grid;
	grid-template-columns: 118px minmax(280px, 1fr) minmax(155px, 240px) 38px;
	align-items: center;
	gap: clamp(1.15rem, 2.5vw, 2.25rem);
	min-height: 102px;
	padding: .9rem clamp(1.15rem, 2.3vw, 1.85rem);
	transition: background-color .18s ease;
}
.event-calendar-item + .event-calendar-item { border-top: 1px solid var(--line); }
.event-calendar-item:hover { background: #eef6fb; }
.event-calendar-item:focus-visible {
	z-index: 1;
	outline: 3px solid rgba(10,120,189,.45);
	outline-offset: -3px;
}
.event-calendar-date {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: .65rem;
	min-width: 0;
	font-family: "Manrope", sans-serif;
	font-variant-numeric: tabular-nums;
}
.event-calendar-day {
	color: var(--blue);
	font-size: clamp(2rem, 2.8vw, 2.55rem);
	font-weight: 800;
	line-height: .92;
	letter-spacing: -.06em;
}
.event-calendar-date.is-range .event-calendar-day { font-size: clamp(1.65rem, 2.25vw, 2.05rem); }
.event-calendar-date-meta {
	display: flex;
	flex-direction: column;
	gap: .12rem;
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .08em;
	line-height: 1.1;
	text-transform: uppercase;
}
.event-calendar-date-meta span:last-child { color: var(--muted); }
.event-calendar-copy { min-width: 0; }
.event-calendar-copy h2 {
	overflow: hidden;
	margin: 0 0 .28rem;
	font-size: clamp(1.08rem, 1.65vw, 1.35rem);
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.event-calendar-copy p {
	display: -webkit-box;
	overflow: hidden;
	margin: 0;
	color: var(--muted);
	font-size: .9rem;
	line-height: 1.35;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.event-calendar-location {
	display: flex;
	align-items: center;
	gap: .45rem;
	font-family: "Manrope", sans-serif;
	font-size: .86rem;
	font-weight: 700;
	line-height: 1.3;
}
.event-calendar-location .material-symbols-rounded { color: var(--blue); font-size: 1.2rem; }
.event-calendar-arrow {
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	color: var(--blue);
	border: 1px solid var(--line);
	border-radius: 50%;
	font-size: 1.2rem;
	transition: color .18s ease, border-color .18s ease, transform .18s ease;
}
.event-calendar-item:hover .event-calendar-arrow {
	color: var(--navy);
	border-color: #8fc4e6;
	transform: translateX(2px);
}
.event-calendar--split {
	overflow: visible;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: .85rem;
	background: transparent;
	border: 0;
	border-radius: 0;
}
.event-calendar--split .event-calendar-item {
	grid-template-columns: 104px minmax(0, 1fr) 34px;
	grid-template-rows: auto auto;
	gap: .3rem 1rem;
	min-height: 114px;
	padding: .8rem 1rem;
	background: white;
	border: 1px solid var(--line);
	border-radius: 10px;
}
.event-calendar--split .event-calendar-item:hover { background: #eef6fb; }
.event-calendar--split .event-calendar-date { grid-row: 1 / span 2; }
.event-calendar--split .event-calendar-copy { align-self: end; }
.event-calendar--split .event-calendar-copy h2 { font-size: 1.04rem; }
.event-calendar--split .event-calendar-copy p { font-size: .82rem; -webkit-line-clamp: 1; }
.event-calendar--split .event-calendar-location { align-self: start; font-size: .78rem; }
.event-calendar--split .event-calendar-arrow { grid-column: 3; grid-row: 1 / span 2; align-self: center; width: 32px; height: 32px; }
.event-calendar-empty {
	padding: 2rem;
	background: white;
	border: 1px solid var(--line);
	border-radius: 12px;
}
.event-calendar-empty h2 { margin-bottom: .5rem; font-size: 1.5rem; }
.event-calendar-empty p { margin: 0; color: var(--muted); }
.events-proof {
	display: grid;
	gap: clamp(1.75rem, 3vw, 2.75rem);
	margin-top: var(--section-space);
	padding-top: var(--section-space);
	border-top: 1px solid var(--line);
}
.events-proof-heading {
	display: grid;
	grid-template-columns: minmax(240px, .75fr) minmax(0, 1.25fr);
	gap: clamp(2rem, 6vw, 6rem);
	align-items: end;
}
.events-proof-heading h2 { max-width: 12ch; margin: 0; font-size: clamp(2.25rem, 4vw, 3.8rem); line-height: 1; }
.events-proof-heading p { max-width: 65ch; margin: 0; color: #43566e; font-size: 1.08rem; line-height: 1.65; }
.events-proof-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: clamp(1.5rem, 4vw, 3.5rem); align-items: stretch; }
.events-proof-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid #bdcddd; border-bottom: 1px solid #bdcddd; }
.events-proof-metrics > div { min-width: 0; padding: 1.5rem clamp(1rem, 2.1vw, 1.65rem); }
.events-proof-metrics > div:first-child { padding-inline-start: 0; }
.events-proof-metrics > div + div { border-inline-start: 1px solid #bdcddd; }
.events-proof-metrics strong, .events-proof-metrics span, .events-proof-metrics small { display: block; }
.events-proof-metrics strong { margin-bottom: .55rem; color: var(--blue); font-family: "Manrope", sans-serif; font-size: clamp(2rem, 3.3vw, 3.15rem); font-variant-numeric: tabular-nums; letter-spacing: -.035em; line-height: .95; }
.events-proof-metrics span { color: var(--ink); font-family: "Manrope", sans-serif; font-size: .9rem; font-weight: 750; line-height: 1.4; }
.events-proof-metrics small { margin-top: .45rem; color: var(--muted); font-size: .76rem; line-height: 1.4; }
.events-proof-quote { display: flex; flex-direction: column; justify-content: space-between; gap: 1.25rem; margin: 0; padding: 1.5rem; color: var(--ink); background: #edf3f8; }
.events-proof-quote blockquote, .events-proof-quote blockquote p { margin: 0; }
.events-proof-quote blockquote { font-family: "Manrope", sans-serif; font-size: 1rem; font-weight: 650; line-height: 1.55; }
.events-proof-quote figcaption { color: var(--ink); font-family: "Manrope", sans-serif; font-size: .82rem; font-weight: 800; }
.events-proof-quote figcaption span { display: block; margin-top: .2rem; color: var(--muted); font-family: "Source Sans 3", sans-serif; font-weight: 400; }
.events-proof-note { max-width: 82ch; margin: -.75rem 0 0; color: var(--muted); font-size: .78rem; line-height: 1.5; }
.prose-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 8vw, 8rem); }
.prose-grid > div:last-child > p { color: #4c5f74; font-size: 1.11rem; line-height: 1.7; }
.fact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; margin-top: 2rem; }
.fact-grid div { display: flex; flex-direction: column; gap: .4rem; padding: 1.2rem; background: white; border: 1px solid var(--line); }.fact-grid .material-symbols-rounded { color: var(--blue); font-size: 1.65rem; }.fact-grid span { color: var(--muted); font-size: .85rem; }
.filter-row { display: flex; gap: .55rem; flex-wrap: wrap; margin-bottom: 2rem; }
.filter { border: 1px solid var(--line); color: var(--muted); background: white; border-radius: 99px; padding: .55rem 1rem; cursor: pointer; }.filter.is-active { color: white; background: var(--blue); border-color: var(--blue); }
.agenda-full { border-top: 1px solid var(--line); }
.agenda-filter { display: grid; grid-template-columns: minmax(220px, 1fr) minmax(260px, 1.2fr) auto; gap: 1rem; align-items: end; margin-bottom: 4rem; padding: 1.4rem; background: white; border: 1px solid var(--line); }
.agenda-filter label { display: grid; gap: .35rem; }
.agenda-filter label strong { font-family: "Manrope", sans-serif; font-size: 1.2rem; }
.agenda-filter select { width: 100%; min-height: 52px; padding: 0 .9rem; border: 1px solid var(--line); background: var(--paper); color: var(--navy); font: inherit; }
.agenda-filter .button { border: 0; min-height: 52px; cursor: pointer; }
.agenda-event + .agenda-event { margin-top: var(--section-space-roomy); }
.about-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 6vw, 7rem); align-items: start; }
.about-intro h2 { max-width: 12ch; }
.about-principles { padding-top: 0; }
.about-reach { color: white; background: var(--navy); }
.about-reach-inner { display: grid; gap: clamp(2rem, 4vw, 3.5rem); }
.about-reach-inner > header { display: grid; grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr); gap: clamp(2rem, 7vw, 7rem); align-items: end; }
.about-reach-inner h2 { max-width: 13ch; margin: 0; color: white; }
.about-reach-inner header p { max-width: 62ch; margin: 0; color: #cbd9e8; font-size: 1.08rem; line-height: 1.65; }
.about-reach-metrics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid #3a516b; border-bottom: 1px solid #3a516b; }
.about-reach-metrics > div { min-width: 0; padding: 1.6rem clamp(1rem, 2.3vw, 1.8rem); }
.about-reach-metrics > div:first-child { padding-inline-start: 0; }
.about-reach-metrics > div + div { border-inline-start: 1px solid #3a516b; }
.about-reach-metrics strong, .about-reach-metrics span, .about-reach-metrics small { display: block; }
.about-reach-metrics strong { margin-bottom: .6rem; color: #6fc9f2; font-family: "Manrope", sans-serif; font-size: clamp(2rem, 3.4vw, 3.35rem); font-variant-numeric: tabular-nums; letter-spacing: -.035em; line-height: .95; }
.about-reach-metrics span { color: white; font-family: "Manrope", sans-serif; font-size: .88rem; font-weight: 750; line-height: 1.4; }
.about-reach-metrics small { margin-top: .45rem; color: #aebfd0; font-size: .75rem; line-height: 1.4; }
.about-evidence-note { margin: -.75rem 0 0; color: #aebfd0; font-size: .78rem; line-height: 1.5; }
.about-audience { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); gap: clamp(2.5rem, 7vw, 7rem); align-items: start; }
.about-audience > header h2 { max-width: 13ch; }
.about-audience > header p { max-width: 33ch; color: #43566e; line-height: 1.6; }
.about-audience > header p strong { display: block; margin-bottom: .25rem; color: var(--blue); font-family: "Manrope", sans-serif; font-size: clamp(2.2rem, 4vw, 3.6rem); font-variant-numeric: tabular-nums; letter-spacing: -.035em; line-height: 1; }
.about-audience-groups { display: grid; gap: 1.5rem; }
.about-audience-groups section { padding-top: 1.15rem; border-top: 1px solid #bfcddd; }
.about-audience-groups h3 { margin: 0 0 .45rem; font-size: 1.05rem; }
.about-audience-groups p { max-width: 66ch; margin: 0; color: #43566e; line-height: 1.6; }
.page-copy { font-size: 1.08rem; line-height: 1.8; color: var(--muted); }
.agenda-session { display: grid; grid-template-columns: 155px 1fr 45px; gap: 2rem; align-items: start; padding: 1.7rem .5rem; border-bottom: 1px solid var(--line); }
.agenda-session time { color: var(--blue); font-family: "Manrope", sans-serif; font-weight: 800; }.agenda-session h2 { font-size: 1.45rem; margin: .35rem 0; }.agenda-session p { color: var(--muted); display: flex; gap: .35rem; align-items: center; margin: 0; }
.agenda-session button { width: 42px; height: 42px; border: 1px solid var(--line); color: var(--blue); background: white; display: grid; place-items: center; cursor: pointer; }
.center { text-align: center; margin-top: 2.5rem; }
.speaker-grid-large { gap: 1.5rem; }.speaker-profile { background: white; border: 1px solid var(--line); }.speaker-profile img, .speaker-profile-initials { aspect-ratio: 1; width: 100%; object-fit: cover; }.speaker-profile-initials { display: grid; place-items: center; color: white; background: var(--navy); font-family: "Manrope", sans-serif; font-size: 3rem; font-weight: 800; letter-spacing: -.04em; }.speaker-profile > div { padding: 1.4rem; }.speaker-profile h2 { font-size: 1.5rem; }.speaker-profile p { color: var(--blue); margin-bottom: .25rem; }.speaker-profile strong { display: block; color: var(--muted); margin-bottom: 1.25rem; font-weight: 500; }
.issue-layout { display: grid; grid-template-columns: 330px 1fr; gap: clamp(3rem, 8vw, 7rem); align-items: start; }.issue-cover { position: sticky; top: 110px; }.issue-cover img { box-shadow: 0 22px 55px rgba(13,48,83,.16); margin-bottom: 1rem; }.issue-cover .button { width: 100%; }.lede { font-size: 1.17rem; color: var(--muted); line-height: 1.65; }
.article-list { margin-top: 2.4rem; border-top: 1px solid var(--line); }.article-list article { display: grid; grid-template-columns: 56px 1fr; gap: 1.2rem; padding: 1.5rem 0; border-bottom: 1px solid var(--line); }.article-list article > span { color: #a7b4c2; font-family: "Manrope", sans-serif; font-size: 1.4rem; font-weight: 800; }.article-list h3 { margin-bottom: .45rem; }.article-list p { color: var(--muted); }

footer { color: #c5d4e5; background: #04152b; padding: 3rem max(24px, calc((100vw - var(--max)) / 2)) 1.5rem; display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: start; }
footer img { width: 145px; filter: brightness(0) invert(1); margin-bottom: 1rem; }footer > div p { max-width: 420px; line-height: 1.6; }footer nav { display: grid; grid-template-columns: repeat(2, auto); gap: 1rem 2.5rem; font-family: "Manrope", sans-serif; font-weight: 700; }footer a:hover { color: white; }.footer-brand { display: inline-flex; }.footer-home { color: white; }.copyright { grid-column: 1 / -1; border-top: 1px solid #1e334d; padding-top: 1.5rem; margin: 0; font-size: .82rem; }

@media (max-width: 920px) {
  .site-header { grid-template-columns: 1fr auto auto; padding: 0 20px; }.menu-button { display: grid; place-items: center; width: 42px; height: 42px; border: 0; background: transparent; color: var(--navy); }.primary-nav { display: none; position: absolute; left: 0; right: 0; top: 77px; background: white; padding: 1.5rem 24px max(2rem, env(safe-area-inset-bottom)); flex-direction: column; align-items: flex-start; box-shadow: 0 18px 40px rgba(5,29,58,.14); }.primary-nav.is-open { display: flex; max-height: calc(100dvh - 77px); overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; }.admin-bar .primary-nav.is-open { max-height: calc(100dvh - 109px); }.header-cta { padding: .7rem .85rem; }
  .hero { min-height: 650px; }.hero-inner { gap: 2rem; }.hero-cover { width: 190px; }.speaker-grid, .event-grid { grid-template-columns: 1fr 1fr; }.speaker-grid .speaker-card:last-child, .event-grid .event-card:last-child { grid-column: 1 / -1; }.prose-grid { grid-template-columns: 1fr; gap: 1.5rem; }.issue-layout { grid-template-columns: 260px 1fr; gap: 3rem; }
	.event-calendar--split { grid-template-columns: 1fr; }
	.event-calendar-item, .event-calendar--split .event-calendar-item {
		grid-template-columns: 104px minmax(0, 1fr) 34px;
		grid-template-rows: auto auto;
		gap: .3rem 1rem;
	}
	.event-calendar-item + .event-calendar-item { border-top: 1px solid var(--line); }
	.event-calendar-date, .event-calendar--split .event-calendar-date { grid-row: 1 / span 2; }
	.event-calendar-copy, .event-calendar--split .event-calendar-copy { align-self: end; }
	.event-calendar-location, .event-calendar--split .event-calendar-location { align-self: start; font-size: .8rem; }
	.event-calendar-arrow, .event-calendar--split .event-calendar-arrow { grid-column: 3; grid-row: 1 / span 2; align-self: center; }
}

@media (max-width: 640px) {
	.page-hero-event-brand.has-hero-sponsors { min-height: 680px; }
  .site-header { height: 68px; gap: .5rem; }.brand img { width: 116px; }.header-cta { font-size: .76rem; min-height: 39px; }.header-cta .material-symbols-rounded { display: none; }.primary-nav { top: 67px; }.primary-nav.is-open { max-height: calc(100dvh - 67px); }.admin-bar .primary-nav.is-open { max-height: calc(100dvh - 113px); }.prototype-note { font-size: .68rem; }
  .hero { min-height: 690px; justify-content: end; }.hero-inner { width: calc(100% - 36px); padding: 4.2rem 0 6.2rem; display: block; }.hero-image { background-position: 66% center; }.hero-shade { background: rgba(3,21,44,.71); }.hero-copy h1 { font-size: clamp(2.35rem, 12vw, 3.3rem); }.hero-meta { display: grid; gap: .65rem; }.hero-text { font-size: 1rem; }.hero-cover { position: absolute; width: 105px; right: 0; top: 2.4rem; transform: rotate(2deg); }.carousel-controls { bottom: 1rem; }.carousel-controls > button:first-child { display: none; }
  .statement { display: block; text-align: center; }.statement p { margin-bottom: .2rem; }.section { width: calc(100% - 36px); padding: var(--section-space) 0; }.split-heading { align-items: start; flex-direction: column; }.agenda-row { grid-template-columns: 1fr auto; gap: .6rem 1rem; }.agenda-row time { grid-column: 1 / -1; }.agenda-row > div { grid-column: 1; }.agenda-row > .material-symbols-rounded { grid-column: 2; grid-row: 2; }.agenda-filter { grid-template-columns: 1fr; }.about-intro { grid-template-columns: 1fr; }
  .magazine-inner { width: calc(100% - 36px); grid-template-columns: 120px 1fr; gap: 1.4rem; padding: var(--section-space-roomy) 0; align-items: start; }.magazine-copy h2 { font-size: 1.85rem; }.magazine-copy > p:not(.eyebrow) { font-size: .98rem; }.topic-list { display: none; }.magazine-copy .button { width: 100%; }.magazine-copy .button-ghost { display: none; }
  .speaker-grid, .event-grid { grid-template-columns: 1fr; }.speaker-grid .speaker-card:last-child, .event-grid .event-card:last-child { grid-column: auto; }.speaker-card { grid-template-columns: 108px 1fr; min-height: 140px; }.speaker-card img, .speaker-card-initials { width: 108px; }
	.events-archive { width: calc(100% - 36px); min-height: calc(100vh - 68px); padding-top: 1.7rem; }
	.events-archive-heading { display: block; margin-bottom: 1.2rem; }
	.events-archive-heading h1 { font-size: clamp(2.25rem, 11vw, 3rem); }
	.events-archive-count { margin-top: .8rem; }
	.event-calendar, .event-calendar--split { gap: 0; border: 1px solid var(--line); border-radius: 10px; }
	.event-calendar-item, .event-calendar--split .event-calendar-item {
		grid-template-columns: 82px minmax(0, 1fr) 30px;
		min-height: 112px;
		padding: .8rem .75rem;
		border: 0;
		border-radius: 0;
	}
	.event-calendar-item + .event-calendar-item, .event-calendar--split .event-calendar-item + .event-calendar-item { border-top: 1px solid var(--line); }
	.event-calendar-date { gap: .4rem; }
	.event-calendar-day { font-size: 1.85rem; }
	.event-calendar-date.is-range .event-calendar-day { font-size: 1.45rem; }
	.event-calendar-date-meta { font-size: .58rem; }
	.event-calendar-copy h2, .event-calendar--split .event-calendar-copy h2 { overflow: visible; font-size: 1rem; white-space: normal; }
	.event-calendar-copy p, .event-calendar--split .event-calendar-copy p { font-size: .8rem; -webkit-line-clamp: 2; }
	.event-calendar-location, .event-calendar--split .event-calendar-location { font-size: .72rem; }
	.event-calendar-arrow, .event-calendar--split .event-calendar-arrow { width: 28px; height: 28px; font-size: 1rem; }
  .page-hero { min-height: 470px; }.page-hero-copy { width: calc(100% - 36px); padding: 5rem 0 3.4rem; }.page-hero-copy h1 { font-size: 2.65rem; }.page-hero-copy > p:not(.eyebrow) { font-size: 1rem; }.fact-grid { grid-template-columns: 1fr; }.agenda-session { grid-template-columns: 1fr 42px; gap: .7rem; }.agenda-session time { grid-column: 1 / -1; }.agenda-session > div { grid-column: 1; }.agenda-session > button { grid-column: 2; grid-row: 2; }
  .issue-layout { grid-template-columns: 1fr; }.issue-cover { position: static; width: min(260px, 80%); margin: auto; }.article-list article { grid-template-columns: 40px 1fr; }.speaker-grid-large { grid-template-columns: 1fr; }footer { grid-template-columns: 1fr; }footer nav { grid-template-columns: repeat(2, 1fr); }footer .copyright { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; } }

/* Interactive executive briefings */
.report-briefing { --report-width: 1180px; color: var(--ink); background: #f7f9fc; }
.report-briefing ::selection { color: white; background: #0878bd; }
.report-hero { position: relative; overflow: hidden; color: white; background: #061d3a; }
.report-hero::before { content: ""; position: absolute; inset: 0 0 0 48%; background: linear-gradient(118deg, transparent 4%, rgba(15,117,183,.19) 42%, rgba(15,117,183,.04) 75%); pointer-events: none; }
.report-hero-inner { position: relative; width: min(var(--report-width), calc(100% - 64px)); min-height: 660px; margin: auto; padding: clamp(4.5rem, 8vw, 8rem) 0; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); align-items: center; gap: clamp(3rem, 7vw, 7rem); }
.report-hero-copy { max-width: 820px; }
.report-series { margin: 0 0 1.3rem; color: #80cdf3; font-family: "Manrope", sans-serif; font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.report-hero h1 { max-width: 20ch; margin: 0 0 1.45rem; color: white; font-size: clamp(2.75rem, 3.65vw, 3.6rem); line-height: 1.02; letter-spacing: -.035em; text-wrap: balance; }
.report-deck { max-width: 63ch; margin: 0; color: #c9d9ea; font-size: clamp(1.08rem, 1.45vw, 1.3rem); line-height: 1.6; }
.report-meta { display: flex; flex-wrap: wrap; gap: .75rem 1.4rem; margin-top: 1.8rem; color: #b6c9dd; font-size: .83rem; }
.report-meta span { display: inline-flex; align-items: center; gap: .4rem; }
.report-meta .material-symbols-rounded { color: #55b9eb; font-size: 1.1rem; }
.report-actions { display: flex; align-items: center; gap: 1.25rem; margin-top: 2rem; }
.report-download-link { display: inline-flex; align-items: center; gap: .4rem; color: white; font-family: "Manrope", sans-serif; font-size: .85rem; font-weight: 800; text-decoration: underline; text-decoration-color: #52718f; text-underline-offset: .3rem; }
.report-download-link:hover, .report-download-link:focus-visible { color: #8ed6f7; text-decoration-color: currentColor; }
.report-cover { position: relative; width: min(100%, 340px); margin: 0 0 0 auto; }
.report-cover::before { content: ""; position: absolute; inset: 8% -14% -8% 22%; background: #0b7dbf; opacity: .22; filter: blur(44px); }
.report-cover img { position: relative; width: 100%; box-shadow: 0 30px 70px rgba(0,0,0,.42); transform: rotate(1.5deg); }
.report-cover figcaption { position: relative; max-width: 30ch; margin: 1rem 0 0 auto; color: #9fb5cb; font-size: .75rem; line-height: 1.45; text-align: right; }

.report-reading-nav { position: sticky; top: 70px; z-index: 45; background: rgba(255,255,255,.96); border-bottom: 1px solid #d7e2ed; box-shadow: 0 10px 28px rgba(6,29,58,.06); }
.admin-bar .report-reading-nav { top: 102px; }
.report-progress { position: absolute; inset: 0 0 auto; height: 3px; background: #e4edf5; }
.report-progress span { display: block; width: var(--reading-progress, 0%); height: 100%; background: #0878bd; transition: width 100ms linear; }
.report-reading-nav-inner { width: min(var(--report-width), calc(100% - 64px)); margin: auto; display: flex; gap: clamp(1.4rem, 4vw, 3.8rem); overflow-x: auto; scrollbar-width: none; }
.report-reading-nav-inner::-webkit-scrollbar { display: none; }
.report-reading-nav a { flex: 0 0 auto; padding: 1.1rem 0 1rem; color: #52687d; font-family: "Manrope", sans-serif; font-size: .79rem; font-weight: 800; }
.report-reading-nav a:hover, .report-reading-nav a:focus-visible { color: var(--blue); }

.report-section { width: min(var(--report-width), calc(100% - 64px)); margin: 0 auto; padding: var(--section-space) 0; scroll-margin-top: 130px; }
.report-section + .report-section { border-top: 1px solid #d8e3ed; }
.report-intro { display: grid; grid-template-columns: 240px minmax(0, 720px); justify-content: space-between; gap: 4rem; }
.report-intro-label { color: #0878bd; font-family: "Manrope", sans-serif; font-size: .82rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.report-prose { color: #344e66; font-size: clamp(1.25rem, 2vw, 1.7rem); line-height: 1.55; letter-spacing: -.015em; }
.report-prose p { margin: 0; }
.report-section-heading { max-width: 800px; margin-bottom: clamp(2.8rem, 5vw, 4.5rem); }
.report-section-heading h2 { max-width: 14ch; margin: 0 0 1rem; font-size: clamp(2.4rem, 4.5vw, 4.6rem); line-height: .98; letter-spacing: -.04em; text-wrap: balance; }
.report-section-heading > p, .report-heading-split > div > p { max-width: 68ch; margin: 0; color: #5c7185; font-size: 1.05rem; line-height: 1.68; }
.report-heading-split { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.report-heading-split > div { max-width: 800px; }

.market-story { display: grid; grid-template-columns: minmax(0, 1fr) 240px; gap: 2rem; align-items: stretch; }
.market-curve { min-height: 390px; position: relative; overflow: hidden; background: #061d3a; border-radius: 14px; }
.market-curve svg { width: 100%; height: 100%; min-height: 390px; display: block; overflow: visible; }
.market-grid path { fill: none; stroke: #284461; stroke-width: 1; }
.market-area { fill: #0f78b8; opacity: .15; }
.market-line { fill: none; stroke: #55c1f1; stroke-width: 5; stroke-linecap: round; stroke-dasharray: 1; stroke-dashoffset: 1; }
.market-story.is-visible .market-line { animation: report-line-draw 1.1s cubic-bezier(.16,1,.3,1) forwards; }
.market-point { fill: #f7b51c; stroke: #061d3a; stroke-width: 4; transform-origin: center; transform: scale(.2); opacity: 0; }
.market-story.is-visible .market-point { animation: report-point-in .42s .75s cubic-bezier(.16,1,.3,1) forwards; }
.market-story.is-visible .market-point-end { animation-delay: 1s; }
@keyframes report-line-draw { to { stroke-dashoffset: 0; } }
@keyframes report-point-in { to { transform: scale(1); opacity: 1; } }
.market-chart-label { position: absolute; z-index: 2; color: white; display: grid; gap: .2rem; }
.market-chart-label strong { font-family: "Manrope", sans-serif; font-size: clamp(1.5rem, 2.2vw, 2rem); line-height: 1; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.market-chart-label strong > span { color: inherit; font-size: inherit; font-weight: inherit; letter-spacing: inherit; }
.market-chart-label > span:last-child { color: #93aec8; font-size: .76rem; font-weight: 700; letter-spacing: .08em; }
.market-chart-label-start { left: 3.4rem; bottom: 1.6rem; }
.market-chart-label-end { right: 3rem; top: 1.5rem; text-align: right; }
.market-rate { display: grid; grid-template-rows: 1fr 1fr; gap: .8rem; }
.market-rate p { margin: 0; padding: 1.5rem; display: flex; flex-direction: column; justify-content: space-between; background: white; border-radius: 14px; box-shadow: 0 16px 36px rgba(6,29,58,.08); }
.market-rate strong { color: #0878bd; font-family: "Manrope", sans-serif; font-size: clamp(2.2rem, 4vw, 3.4rem); line-height: 1; font-variant-numeric: tabular-nums; }
.market-rate p > span { color: #52687d; font-size: .82rem; font-weight: 700; }
.market-drivers { margin-top: 3rem; border-top: 1px solid #cddbe7; }
.market-drivers article { display: grid; grid-template-columns: minmax(190px, .45fr) minmax(0, 1.55fr); gap: 2rem; padding: 1.6rem 0; border-bottom: 1px solid #cddbe7; }
.report-market.has-drivers { padding-bottom: 0; }
.report-market.has-drivers .market-drivers article:last-child { border-bottom: 0; }
.market-drivers h3, .market-drivers p { margin: 0; }
.market-drivers h3 { font-size: 1.05rem; }
.market-drivers p { max-width: 72ch; color: #586e82; line-height: 1.65; }

.region-explorer { display: grid; grid-template-columns: 270px minmax(0, 1fr); gap: 1.2rem; }
.region-tabs { display: grid; align-content: start; background: #e9f0f6; border-radius: 12px; overflow: hidden; }
.region-tabs button { min-height: 58px; padding: .8rem 1.1rem; color: #52687d; background: transparent; border: 0; border-bottom: 1px solid #d5e0ea; font: 800 .84rem "Manrope", sans-serif; text-align: left; cursor: pointer; }
.region-tabs button:last-child { border-bottom: 0; }
.region-tabs button:hover { color: #0878bd; background: #f4f8fb; }
.region-tabs button[aria-selected="true"] { color: white; background: #0878bd; }
.region-panel { min-height: 410px; padding: clamp(1.8rem, 4vw, 3.5rem); color: white; background: #061d3a; border-radius: 12px; outline-offset: 4px; }
.region-panel-heading { display: flex; align-items: start; justify-content: space-between; gap: 2rem; }
.region-panel h3 { margin: 0 0 1rem; color: white; font-size: clamp(2.5rem, 5vw, 4.5rem); letter-spacing: -.04em; }
.region-panel-heading > div > p { max-width: 56ch; margin: 0; color: #bdd0e2; line-height: 1.65; }
.region-maturity { flex: 0 0 auto; display: grid; gap: .3rem; margin: .5rem 0 0; text-align: right; }
.region-maturity span { color: #8aa8c4; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.region-maturity strong { color: #67c7f1; font-family: "Manrope", sans-serif; font-size: 1.2rem; }
.region-meter { height: 7px; margin: 3rem 0 2.5rem; overflow: hidden; background: #1e3b58; border-radius: 99px; }
.region-meter span { display: block; width: var(--region-score); height: 100%; background: #f4b41a; border-radius: inherit; transition: width .5s cubic-bezier(.16,1,.3,1); }
.region-panel dl { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin: 0; }
.region-panel dl > div { padding-top: 1rem; border-top: 1px solid #2b4965; }
.region-panel dt { margin-bottom: .55rem; color: #82a2bf; font-size: .73rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.region-panel dd { margin: 0; color: white; font-size: 1.05rem; line-height: 1.5; }
.report-insight { max-width: 900px; margin: 2rem 0 0 290px; color: #52687d; line-height: 1.65; }
.report-insight strong { color: #0878bd; }

.vendor-filter-clear { flex: 0 0 auto; padding: .55rem .2rem; color: #0878bd; background: transparent; border: 0; font: 800 .8rem "Manrope", sans-serif; cursor: pointer; text-decoration: underline; text-underline-offset: .25rem; }
.vendor-filter-clear:disabled { color: #94a6b7; cursor: default; text-decoration: none; }
.vendor-filters { display: flex; flex-wrap: wrap; gap: .65rem; margin-bottom: 1.2rem; }
.vendor-filters button { padding: .7rem 1rem; color: #3f566c; background: white; border: 1px solid #cbd9e5; border-radius: 999px; font: 750 .78rem "Manrope", sans-serif; cursor: pointer; }
.vendor-filters button:hover { border-color: #7fb9db; color: #0878bd; }
.vendor-filters button[aria-pressed="true"] { color: white; background: #0878bd; border-color: #0878bd; }
.vendor-result-count { margin: 0 0 .75rem; color: #52687d; font-size: .78rem; font-weight: 700; }
.vendor-table-wrap { overflow: auto; background: white; border-radius: 12px; box-shadow: 0 16px 40px rgba(6,29,58,.08); outline-offset: 4px; scrollbar-color: #9ab4ca #e7eef4; }
.vendor-table { min-width: 970px; width: 100%; border-collapse: collapse; font-size: .8rem; }
.vendor-table th, .vendor-table td { padding: .95rem .85rem; border-bottom: 1px solid #dbe5ee; text-align: center; vertical-align: middle; }
.vendor-table thead th { position: sticky; top: 0; z-index: 2; color: white; background: #153d64; font: 800 .72rem/1.35 "Manrope", sans-serif; }
.vendor-table thead th:first-child, .vendor-table tbody th { position: sticky; left: 0; z-index: 1; min-width: 135px; text-align: left; }
.vendor-table thead th:first-child { z-index: 3; }
.vendor-table tbody th { color: #0d2946; background: white; font-family: "Manrope", sans-serif; }
.vendor-table tbody tr:last-child th, .vendor-table tbody tr:last-child td { border-bottom: 0; }
.vendor-table tbody tr[hidden] { display: none; }
.vendor-status { display: inline-flex; align-items: center; justify-content: center; min-width: 58px; padding: .25rem .45rem; border-radius: 999px; font-size: .69rem; font-weight: 800; }
.vendor-status.is-yes { color: #12603d; background: #def2e8; }
.vendor-status.is-partial, .vendor-status.is-partner { color: #705000; background: #fff0bd; }
.vendor-status.is-gap { color: #8a2440; background: #f9dfe7; }
.vendor-status.is-no { min-width: auto; color: #596f83; background: transparent; }
.report-disclaimer { max-width: 82ch; margin: 1.2rem 0 0; color: #52687d; font-size: .76rem; line-height: 1.55; }

.buyer-checklist { border-top: 1px solid #cddbe7; }
.buyer-topic { border-bottom: 1px solid #cddbe7; }
.buyer-topic summary { list-style: none; padding: 1.6rem 0; display: flex; align-items: center; justify-content: space-between; gap: 2rem; color: #0d2946; font: 800 clamp(1.1rem, 2vw, 1.45rem) "Manrope", sans-serif; cursor: pointer; }
.buyer-topic summary::-webkit-details-marker { display: none; }
.buyer-topic summary .material-symbols-rounded { color: #0878bd; transition: transform .22s ease; }
.buyer-topic[open] summary .material-symbols-rounded { transform: rotate(45deg); }
.buyer-topic-body { display: grid; grid-template-columns: minmax(220px, .65fr) minmax(0, 1.35fr); gap: clamp(2rem, 6vw, 6rem); padding: .2rem 0 2.4rem; }
.buyer-topic-body > p { margin: 0; color: #52687d; line-height: 1.65; }
.buyer-topic-body ul { list-style: none; margin: 0; padding: 0; }
.buyer-topic-body li + li { margin-top: .7rem; }
.buyer-topic-body label { padding: .75rem 0; display: grid; grid-template-columns: 20px 1fr; gap: .8rem; color: #2d485f; line-height: 1.5; cursor: pointer; }
.buyer-topic-body input { width: 18px; height: 18px; margin: .1rem 0 0; accent-color: #0878bd; }
.buyer-topic-body input:checked + span { color: #748698; text-decoration: line-through; text-decoration-color: #9eb0c0; }

.report-opportunity { color: white; background: #061d3a; }
.report-opportunity-inner { width: min(var(--report-width), calc(100% - 64px)); margin: auto; padding: var(--section-space-roomy) 0; display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: clamp(3rem, 8vw, 8rem); }
.report-opportunity h2 { margin: 0; color: white; font-size: clamp(2.6rem, 5vw, 4.8rem); line-height: .98; letter-spacing: -.04em; }
.report-opportunity ol { margin: 0; padding: 0; list-style: none; counter-reset: opportunity; }
.report-opportunity li { counter-increment: opportunity; position: relative; padding: 0 0 1.8rem 4.1rem; color: #d1dfec; font-size: clamp(1.05rem, 1.7vw, 1.3rem); line-height: 1.6; }
.report-opportunity li + li { padding-top: 1.8rem; border-top: 1px solid #28445f; }
.report-opportunity li::before { content: counter(opportunity, decimal-leading-zero); position: absolute; left: 0; color: #55bdec; font: 800 1rem "Manrope", sans-serif; }

.report-author { display: grid; grid-template-columns: 190px minmax(0, 700px); justify-content: center; column-gap: clamp(2.5rem, 6vw, 5rem); row-gap: .9rem; align-items: start; }
.report-author > img, .report-author-initials { width: 190px; aspect-ratio: 1; object-fit: cover; background: #0a79bd; border-radius: 50%; }
.report-author-initials { display: grid; place-items: center; color: white; font: 800 3rem "Manrope", sans-serif; }
.report-author-heading > p:first-child { margin: 0 0 .55rem; color: #0878bd; font: 800 .76rem "Manrope", sans-serif; letter-spacing: .09em; text-transform: uppercase; }
.report-author h2 { margin: 0 0 .25rem; font-size: clamp(2rem, 4vw, 3.2rem); }
.report-author-role { margin: 0 0 1.3rem; color: #5f7488; }
.report-author-bio, .report-author > .text-link { grid-column: 2; color: #455e75; line-height: 1.7; }
.report-author-bio p { margin-top: 0; }
.report-download-panel { width: min(var(--report-width), calc(100% - 64px)); margin: 0 auto var(--section-space-roomy); padding: clamp(2rem, 5vw, 4rem); display: flex; align-items: center; justify-content: space-between; gap: 3rem; color: white; background: #0a78b9; border-radius: 14px; box-shadow: 0 22px 50px rgba(6,29,58,.18); }
.report-download-panel h2 { margin: 0 0 .55rem; color: white; font-size: clamp(1.7rem, 3vw, 2.6rem); }
.report-download-panel p { max-width: 62ch; margin: 0; color: #d9effa; line-height: 1.6; }
.report-download-panel .button { flex: 0 0 auto; }

.report-archive-title .content-title-inner { width: min(var(--max), calc(100% - 48px)); padding-top: 3.2rem; padding-bottom: 3rem; }
.report-archive-title h1 { max-width: 850px; font-size: clamp(2.5rem, 5vw, 4.8rem); }
.report-archive-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; }
.report-archive-card { min-height: 420px; display: grid; grid-template-columns: minmax(180px, .65fr) minmax(0, 1.35fr); overflow: hidden; color: var(--ink); background: white; border-radius: 14px; box-shadow: 0 16px 36px rgba(6,29,58,.08); }
.report-archive-card > img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.report-archive-card > div { padding: clamp(1.4rem, 3vw, 2.4rem); display: flex; flex-direction: column; align-items: flex-start; }
.report-archive-card time { color: #0878bd; font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.report-archive-card h2 { margin: .7rem 0 1rem; font-size: clamp(1.4rem, 2vw, 2rem); line-height: 1.12; }
.report-archive-card p { color: #5c7185; line-height: 1.6; }
.report-archive-card .text-link { margin-top: auto; }

@media (max-width: 920px) {
	.report-hero-inner { grid-template-columns: minmax(0, 1fr) 260px; gap: 2.5rem; }
	.report-hero h1 { font-size: clamp(2.65rem, 5vw, 3.45rem); }
	.market-story { grid-template-columns: 1fr; }
	.market-rate { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
	.market-rate p { min-height: 150px; }
	.report-opportunity-inner { grid-template-columns: 1fr; gap: 3rem; }
	.report-archive-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
	.report-hero-inner, .report-section, .report-reading-nav-inner, .report-opportunity-inner, .report-download-panel { width: calc(100% - 36px); }
	.report-hero-inner { min-height: 0; padding: 4rem 0; grid-template-columns: minmax(0, 1fr) 104px; gap: 1.1rem; align-items: start; }
	.report-hero-copy { grid-column: 1 / -1; }
	.report-hero h1 { max-width: 12ch; font-size: clamp(2.35rem, 10vw, 3.2rem); }
	.report-deck { font-size: 1rem; }
	.report-meta { display: grid; gap: .55rem; }
	.report-actions { align-items: stretch; flex-direction: column; }
	.report-actions .button { justify-content: center; }
	.report-download-link { justify-content: center; }
	.report-cover { width: min(210px, 58vw); margin: 1.3rem auto 0; grid-column: 1 / -1; }
	.report-cover figcaption { text-align: left; }
	.report-reading-nav { top: 68px; }
	.admin-bar .report-reading-nav { top: 114px; }
	.report-reading-nav-inner { gap: 1.4rem; }
	.report-reading-nav a { padding: 1rem 0 .85rem; font-size: .72rem; }
	.report-section { padding: var(--section-space) 0; scroll-margin-top: 118px; }
	.report-intro { grid-template-columns: 1fr; gap: 1.1rem; }
	.report-prose { font-size: 1.25rem; }
	.report-section-heading { margin-bottom: 2.4rem; }
	.report-section-heading h2 { max-width: 12ch; font-size: 2.55rem; }
	.report-heading-split { align-items: start; flex-direction: column; }
	.market-curve { min-height: 330px; }
	.market-curve svg { min-height: 330px; transform: scaleX(1.18); transform-origin: center; }
	.market-chart-label-start { left: 1.2rem; bottom: 1.2rem; }
	.market-chart-label-end { right: 1.2rem; top: 1.2rem; }
	.market-rate { grid-template-columns: 1fr 1fr; gap: .6rem; }
	.market-rate p { min-height: 130px; padding: 1.1rem; }
	.market-rate strong { font-size: 2rem; }
	.market-drivers article { grid-template-columns: 1fr; gap: .55rem; }
	.region-explorer { grid-template-columns: 1fr; }
	.region-tabs { display: flex; overflow-x: auto; border-radius: 10px; scrollbar-width: none; }
	.region-tabs::-webkit-scrollbar { display: none; }
	.region-tabs button { flex: 0 0 auto; min-height: 48px; border-bottom: 0; border-right: 1px solid #d5e0ea; }
	.region-panel { min-height: 0; padding: 1.5rem; }
	.region-panel-heading { display: grid; }
	.region-panel h3 { font-size: 2.6rem; }
	.region-maturity { text-align: left; }
	.region-meter { margin: 2rem 0; }
	.region-panel dl { grid-template-columns: 1fr; gap: 1.4rem; }
	.report-insight { margin: 1.5rem 0 0; }
	.vendor-filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: .4rem; scrollbar-width: none; }
	.vendor-filters::-webkit-scrollbar { display: none; }
	.vendor-filters button { flex: 0 0 auto; }
	.buyer-topic summary { gap: 1rem; }
	.buyer-topic-body { grid-template-columns: 1fr; gap: 1rem; }
	.report-opportunity li { padding-left: 3rem; }
	.report-author { grid-template-columns: 88px minmax(0, 1fr); column-gap: 1.3rem; row-gap: 1rem; }
	.report-author > img, .report-author-initials { width: 88px; }
	.report-author h2 { font-size: 1.75rem; }
	.report-author-bio, .report-author > .text-link { grid-column: 1 / -1; }
	.report-download-panel { margin-bottom: var(--section-space-roomy); padding: 1.6rem; align-items: stretch; flex-direction: column; gap: 1.4rem; border-radius: 12px; }
	.report-download-panel .button { justify-content: center; }
	.report-archive-card { min-height: 280px; grid-template-columns: 120px minmax(0, 1fr); }
	.report-archive-card p { display: none; }
}

@media (prefers-reduced-motion: reduce) {
	.market-line { stroke-dashoffset: 0; }
	.market-point { transform: scale(1); opacity: 1; }
}

/* WordPress integration */
.primary-nav .menu, footer .menu { display: contents; list-style: none; margin: 0; padding: 0; }
.hero-slide[hidden] { display: none; }
.hero-slide { position: absolute; inset: 0; }
.hero-slide .hero-inner { height: 100%; align-items: flex-start; }
.hero-slide .hero-cover { align-self: center; }
.content-shell { width: min(760px, calc(100% - 48px)); margin: 0 auto; padding: var(--section-space-roomy) 0; }
.content-shell.wide { width: min(var(--max), calc(100% - 48px)); }
.entry-content { font-size: 1.08rem; line-height: 1.75; }
:is(.entry-content, .page-copy, .report-prose) h3 { font-size: var(--editorial-heading-3-size); line-height: 1.28; }
.entry-content a:not(.button) { color: #086ea9; text-decoration: underline; text-decoration-thickness: .08em; text-underline-offset: .16em; }
.entry-content a:not(.button):hover, .entry-content a:not(.button):focus-visible { color: var(--navy); text-decoration-thickness: .13em; }
.entry-content a:not(.button):focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; }
#overview > .entry-content :is(h2, h3, h4) { font-size: var(--editorial-heading-3-size); line-height: 1.28; }
.entry-content > * + * { margin-top: 1.35rem; }
.wp-block-image img { height: auto; }
.archive-title { margin-bottom: 3rem; }
.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }

/* Compact editorial homepage — selected board direction. */
:root { --max: 1360px; }
.site-header { height: 70px; grid-template-columns: 220px 1fr auto; }
.brand img { width: 184px; }
.primary-nav .menu { display: flex; align-items: center; justify-content: center; gap: clamp(1rem, 2.1vw, 2.1rem); list-style: none; margin: 0; padding: 0; }
.primary-nav .menu > li { position: relative; }
.primary-nav .sub-menu { position: absolute; top: calc(100% - 1px); left: -.9rem; z-index: 70; width: 250px; display: none; list-style: none; margin: 0; padding: .75rem .9rem; background: white; border: 1px solid var(--line); box-shadow: 0 18px 45px rgba(13,48,83,.12); }
.primary-nav .sub-menu > li { position: relative; }
.primary-nav .sub-menu .sub-menu { top: -.75rem; left: calc(100% - .35rem); }
.primary-nav .sub-menu .menu-item-has-children::after { content: ""; position: absolute; z-index: 69; top: 0; right: -.7rem; width: .85rem; height: 100%; }
.primary-nav .sub-menu a { display: block; padding: .55rem .35rem; color: var(--ink); }
.primary-nav li:hover > .sub-menu, .primary-nav li:focus-within > .sub-menu { display: block; }
.hero { min-height: 530px; }
.hero-inner { padding: 2.6rem 0 4.4rem; gap: 3rem; }
.hero-copy { max-width: 650px; }
.hero-copy h1 { max-width: 630px; margin-bottom: .45rem; font-size: clamp(2.8rem, 4.4vw, 4.5rem); line-height: .99; }
.hero-copy h1 span { color: #19a9ed; }
.hero-promise { color: #e3edf7; font-size: 1.05rem; margin-bottom: 1rem; }
.hero-feature { border-top: 4px solid #f8b419; padding-top: .9rem; max-width: 610px; }
.hero-event--thailand { --event-accent: #006a9f; }
.hero-event--vietnam { --event-accent: #4b148c; }
.hero-event--indonesia { --event-accent: #007eb5; }
.hero-event--thailand .hero-copy h1 span,
.hero-event--vietnam .hero-copy h1 span,
.hero-event--indonesia .hero-copy h1 span { color: var(--event-accent); }
.hero-event--vietnam .hero-copy h1 span { color: #b57be4; }
.hero-event--thailand .hero-feature,
.hero-event--vietnam .hero-feature,
.hero-event--indonesia .hero-feature { border-top-color: var(--event-accent); }
.hero-event--thailand .button-blue,
.hero-event--vietnam .button-blue,
.hero-event--indonesia .button-blue { background: var(--event-accent); }
.hero-feature .eyebrow { margin-bottom: .4rem; }
.hero-feature h2 { margin-bottom: .6rem; font-size: clamp(1.35rem, 2vw, 1.85rem); }
.hero-feature .hero-meta { margin-bottom: 0; }
.hero-feature .hero-actions { margin-top: .9rem; }
.hero-cover { width: 176px; }
.carousel-controls { left: auto; right: max(24px, calc((100vw - var(--max)) / 2)); bottom: .8rem; transform: none; padding: .3rem .5rem; }
.carousel-controls button { width: 28px; height: 28px; }
.hero-slide--promotion { color: var(--navy); background: white; }
.hero-promotion-link { width: min(1279px, calc(100% - 48px)); height: 100%; margin: 0 auto; padding: 1.25rem 0 3rem; display: grid; place-items: center; }
.hero-promotion-link:focus-visible { outline: 4px solid rgba(10,120,189,.38); outline-offset: -4px; }
.hero-promotion-artwork { width: 100%; max-height: 100%; object-fit: contain; }
.hero-promotion-mobile-copy { display: none; }
.home-feature-band { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: 1.5rem 0 1.75rem; display: grid; grid-template-columns: 1fr 1fr; min-height: 355px; }
.home-agenda, .home-magazine { min-width: 0; }
.home-agenda { padding-right: 3rem; border-right: 1px solid var(--line); }
.home-magazine { padding-left: 3rem; }
.home-feature-band .eyebrow { margin-bottom: .45rem; }
.home-feature-band h2 { font-size: clamp(1.65rem, 2.15vw, 2.25rem); margin-bottom: .5rem; }
.home-feature-band h3 { margin-bottom: .35rem; font-size: 1rem; }
.home-event-meta { display: flex; align-items: center; gap: .4rem; margin-bottom: 1rem; font-weight: 600; }
.home-event-meta .meta-divider { width: 1px; height: 18px; background: var(--line); margin: 0 .45rem; }
.agenda-timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; border-top: 2px solid #9ccbea; margin: 1.05rem 0 .85rem; }
.timeline-item { display: grid; align-content: start; gap: .12rem; padding-top: 0; font-size: .83rem; }
.timeline-item > .material-symbols-rounded { color: var(--blue); width: 1rem; height: 1rem; margin: -.56rem 0 .45rem; font-size: 1rem; background: #f7f9fc; }
.timeline-item time { color: var(--blue); font-family: "Manrope", sans-serif; font-weight: 800; }
.timeline-item strong { line-height: 1.18; }
.timeline-item small { color: var(--muted); line-height: 1.25; }
.home-magazine-grid { display: grid; grid-template-columns: 174px 1fr; gap: 1.7rem; align-items: start; }
.home-magazine-grid > img { width: 174px; height: 246px; object-fit: cover; box-shadow: 0 13px 30px rgba(13,48,83,.18); }
.home-magazine-grid h2 { margin: .65rem 0 .55rem; font-size: clamp(1.45rem, 2vw, 2rem); }
.home-magazine-grid p { color: var(--muted); line-height: 1.42; margin-bottom: .85rem; }
.home-magazine-grid .topic-list { margin-top: 0; }
.home-magazine-grid .topic-list span { color: white; background: #ef3d62; border: 0; border-radius: 3px; padding: .25rem .5rem; }
.home-magazine-grid .button { min-height: 42px; padding: .65rem .95rem; }
@media (min-width: 641px) and (max-width: 1100px) {
	.home-magazine-grid p {
		display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		line-clamp: 4;
	}
}
.magazine-subscribe { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(210px, .45fr) minmax(0, 2.55fr); gap: 1rem 2.25rem; margin-top: .45rem; padding-top: 1.2rem; border-top: 1px solid var(--line); }
.magazine-subscribe-intro h3 { margin: 0 0 .2rem; font-size: 1.05rem; letter-spacing: -.02em; }
.magazine-subscribe-intro p { max-width: 28ch; margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.4; }
.magazine-subscribe-form { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .7rem 1.25rem; align-items: end; }
.magazine-subscribe-fields { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .75rem; }
.magazine-subscribe-form label { display: grid; gap: .25rem; color: var(--ink); font-size: .72rem; font-weight: 700; }
.magazine-subscribe-form input:not([type="checkbox"]), .magazine-subscribe-form select { width: 100%; min-height: 40px; padding: .48rem .65rem; color: var(--ink); background: white; border: 1px solid #c9d6e3; border-radius: 3px; font: inherit; font-size: .84rem; }
.magazine-subscribe-form input:focus, .magazine-subscribe-form select:focus { outline: 3px solid rgba(10,120,189,.17); outline-offset: 1px; border-color: var(--blue); }
.magazine-subscribe-form [aria-invalid="true"] { border-color: #bb2448 !important; }
.subscribe-consent { max-width: 74ch; margin: 0; color: var(--muted); font-size: .78rem; font-weight: 500; line-height: 1.42; }
.subscribe-submit { display: flex; align-items: center; justify-content: flex-end; gap: .85rem; margin-top: 0; }
.subscribe-submit .button { min-height: 40px; padding: .6rem .85rem; border: 0; cursor: pointer; }
.subscribe-submit .button[disabled] { opacity: .6; cursor: wait; transform: none; }
.subscribe-status { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.35; }
.subscribe-status.is-success { color: #176c43; }
.subscribe-status.is-error { color: #9e1f41; }
.subscribe-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.home-speakers { padding-top: 1.5rem; }
.home-speakers .section-heading { margin-bottom: 1.35rem; }
.home-speakers .section-heading h2 { margin-bottom: .45rem; font-size: 2rem; }
.home-speaker-event { display: inline-flex; align-items: center; gap: .35rem; color: var(--ink); font-family: "Manrope", sans-serif; font-size: 1rem; font-weight: 800; line-height: 1.35; }
.home-speaker-event .material-symbols-rounded { color: var(--blue); font-size: 1.05rem; }
.home-speaker-event:hover, .home-speaker-event:focus-visible { color: var(--blue); }
.event-tabs { position: sticky; top: 70px; z-index: 35; display: flex; justify-content: center; gap: 2rem; padding: .8rem 24px; background: white; border-bottom: 1px solid var(--line); font-family: "Manrope", sans-serif; font-weight: 800; font-size: .86rem; }
.admin-bar .event-tabs { top: 102px; }
#overview, #partners, #agenda, #speakers, #audience { scroll-margin-top: 170px; }
.agenda-note { color: var(--muted); margin: 0; font-size: .9rem; }
.event-agenda { padding-top: var(--section-space); }
.agenda-day-tabs[hidden] { display: none; }
.agenda-day-tabs { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: .55rem; margin-bottom: 1rem; padding: .35rem; background: var(--paper); border: 1px solid var(--line); border-radius: 8px; }
.agenda-day-tab { display: flex; align-items: baseline; justify-content: center; gap: .55rem; min-height: 48px; padding: .65rem 1rem; color: var(--ink); background: transparent; border: 0; border-radius: 5px; font: inherit; cursor: pointer; }
.agenda-day-tab span { color: var(--blue); font-family: "Manrope", sans-serif; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.agenda-day-tab strong { font-family: "Manrope", sans-serif; font-size: .9rem; }
.agenda-day-tab[aria-selected="true"] { color: white; background: var(--blue); }
.agenda-day-tab[aria-selected="true"] span { color: white; }
.agenda-day-tab:hover:not([aria-selected="true"]) { background: white; }
.agenda-day-tab:focus-visible { outline: 3px solid rgba(10,120,189,.24); outline-offset: 2px; }
.agenda-days.is-enhanced .agenda-day-panel > .agenda-day { display: none; }
.agenda-day { display: flex; align-items: baseline; gap: .8rem; padding: 1.15rem .35rem .7rem; color: var(--ink); background: #f7f9fc; border-bottom: 1px solid var(--line); }
.agenda-day span { color: var(--blue); font-family: "Manrope", sans-serif; font-size: .75rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.agenda-day strong { font-family: "Manrope", sans-serif; font-size: 1.02rem; }
.agenda-session { grid-template-columns: 120px 1fr 32px; gap: 1.15rem; padding: .85rem .35rem; align-items: center; }
.agenda-session.is-agenda-only { grid-template-columns: 120px 1fr; }
.agenda-session h3 { font-size: 1.05rem; margin: .14rem 0 .2rem; letter-spacing: -.02em; }
.agenda-labels { display: flex; flex-wrap: wrap; align-items: center; gap: .35rem .65rem; }
.agenda-track { color: var(--muted); font-family: "Manrope", sans-serif; font-size: .67rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.agenda-day-schedule { min-width: 0; }
.agenda-track-filter[hidden] { display: none; }
.agenda-track-filter { display: flex; align-items: center; gap: .45rem; margin: .85rem 0 1rem; padding-bottom: .2rem; overflow-x: auto; scrollbar-color: var(--blue) #e7edf3; }
.agenda-track-filter > span { flex: 0 0 auto; margin-right: .15rem; color: var(--muted); font-family: "Manrope", sans-serif; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.agenda-track-filter button { flex: 0 0 auto; min-height: 44px; padding: .55rem .8rem; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 5px; font-family: "Manrope", sans-serif; font-size: .75rem; font-weight: 800; cursor: pointer; }
.agenda-track-filter button:hover { border-color: #9eb8cf; }
.agenda-track-filter button[aria-pressed="true"] { color: white; background: var(--blue); border-color: var(--blue); }
.agenda-track-filter button:focus-visible, .agenda-track-scroller:focus-visible { outline: 3px solid rgba(10,120,189,.24); outline-offset: 2px; }
.agenda-track-block { min-width: 0; padding: .85rem 0 1.15rem; border-bottom: 1px solid var(--line); }
.agenda-track-scroller { max-width: 100%; overflow-x: auto; scrollbar-color: var(--blue) #e7edf3; }
.agenda-track-grid { display: grid; grid-template-columns: repeat(var(--agenda-track-count), minmax(0, 1fr)); gap: .85rem; min-width: max(100%, var(--agenda-track-min-width)); align-items: stretch; }
.agenda-track-lane { min-width: 0; background: white; border: 1px solid var(--line); }
.agenda-track-heading { min-height: 58px; margin: 0; padding: .85rem 1rem; display: flex; align-items: center; color: var(--navy); background: #edf4f9; border-bottom: 1px solid #c9dae8; font-size: .88rem; line-height: 1.35; letter-spacing: -.01em; }
.agenda-track-lane .agenda-session { grid-template-columns: minmax(0, 1fr) 28px; gap: .45rem .75rem; min-height: 126px; padding: 1rem; align-content: start; align-items: start; }
.agenda-track-lane .agenda-session.is-agenda-only { grid-template-columns: 1fr; }
.agenda-track-lane .agenda-session:last-child { border-bottom: 0; }
.agenda-track-lane .agenda-session time { grid-column: 1 / -1; font-size: .8rem; }
.agenda-track-lane .agenda-session > div { grid-column: 1; min-width: 0; }
.agenda-track-lane .agenda-session .session-arrow { grid-column: 2; grid-row: 2; }
.agenda-track-lane .agenda-session h3 { font-size: .98rem; line-height: 1.35; }
.agenda-track-lane .agenda-session p { display: block; line-height: 1.45; }
.agenda-track-lane .session-speakers > .material-symbols-rounded { display: none; }
.agenda-session h3 a:hover, .session-speakers a:hover { color: var(--blue); }
.agenda-session p { font-size: .9rem; }
.session-arrow { color: var(--blue); display: grid; place-items: center; }
.session-speakers { flex-wrap: nowrap; align-items: flex-start !important; }
.session-speakers a { color: var(--blue); font-weight: 700; }
.speaker-link-list { min-width: 0; }
.speaker-separator { display: inline; margin: 0; padding: 0; }
.speaker-directory-context { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; padding-bottom: 1.35rem; border-bottom: 1px solid var(--line); }
.speaker-directory-context > div { display: grid; gap: .2rem; }
.speaker-directory-context strong { font-family: "Manrope", sans-serif; font-size: 1.1rem; }
.speaker-directory-context span { color: var(--muted); }
.speaker-directory-context nav { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.speaker-directory-empty { max-width: 65ch; color: var(--muted); }
.session-hero { min-height: 420px; }
.session-detail { display: grid; grid-template-columns: 1.3fr .7fr; gap: clamp(2rem, 7vw, 6rem); }
.session-speaker { display: grid; grid-template-columns: 64px 1fr 28px; align-items: center; gap: .8rem; margin-bottom: .75rem; background: white; border: 1px solid var(--line); }
.session-speaker img { width: 64px; height: 64px; object-fit: cover; }
.session-speaker span { display: grid; }.session-speaker small, .muted { color: var(--muted); }
.past-event-grid .event-card > img { aspect-ratio: 16 / 8; }
.past-event-grid .event-card--banner > img { aspect-ratio: 1279 / 517; object-fit: contain; background: white; }

/* Compact editorial content pages. */
.content-title { background: #f7f9fc; border-bottom: 1px solid var(--line); }
.content-title-inner { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: clamp(3.3rem, 6vw, 5.5rem) 0 clamp(2.8rem, 5vw, 4.7rem); }
.content-breadcrumb { display: flex; align-items: center; gap: .6rem; margin: 0 0 1.4rem; color: var(--muted); font-size: .84rem; font-weight: 700; }
.content-breadcrumb a:hover { color: var(--blue); }
.content-kicker { display: flex; align-items: center; gap: .8rem; margin-bottom: .8rem; color: var(--blue); font-family: "Manrope", sans-serif; font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.content-kicker span { padding: .32rem .55rem; color: white; background: var(--blue); border-radius: 3px; }
.content-title h1 { max-width: 980px; margin: 0; font-size: clamp(2.35rem, 4.5vw, 4.65rem); line-height: 1.04; letter-spacing: -.04em; }
.session-title h1 { max-width: 920px; font-size: clamp(2.15rem, 3.55vw, 3.65rem); line-height: 1.06; }
.speaker-title .content-title-inner { padding-bottom: 3.7rem; }
.speaker-title .eyebrow { margin-bottom: .55rem; }
.profile-crosslink { margin: .9rem 0 0; }
.speaker-designation { margin: 1rem 0 0; color: var(--muted); font-size: 1.15rem; }
.editorial-detail { display: grid; grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr); gap: clamp(3rem, 7vw, 7rem); padding-top: var(--section-space); }
.session-editorial { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(2.5rem, 5vw, 5rem); }
.editorial-block + .editorial-block { margin-top: clamp(3.25rem, 6vw, 5.5rem); }
.editorial-copy { max-width: 760px; font-size: 1.14rem; }
.compact-heading { margin-bottom: 1.25rem; }
.compact-heading h2 { margin: .15rem 0 0; font-size: clamp(1.65rem, 2.5vw, 2.35rem); }
.session-people-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; }
.session-person { min-width: 0; display: grid; grid-template-columns: 72px minmax(0, 1fr) 24px; align-items: center; gap: .9rem; min-height: 86px; padding: .4rem .75rem .4rem .4rem; background: white; border: 1px solid var(--line); transition: border-color .2s ease, transform .2s ease; }
.session-person:hover { border-color: #8fc4e6; transform: translateY(-2px); }
.session-person img { width: 72px; height: 72px; object-fit: cover; }
.session-person-initials { width: 72px; height: 72px; display: grid; place-items: center; color: white; background: var(--navy); font-family: "Manrope", sans-serif; font-size: 1.2rem; font-weight: 800; }
.session-person > span { min-width: 0; display: grid; gap: .16rem; }
.session-person strong { line-height: 1.18; }
.session-person small { overflow: hidden; color: var(--muted); font-size: .78rem; line-height: 1.3; text-overflow: ellipsis; }
.session-person em { width: max-content; margin-top: .16rem; padding: .15rem .38rem; color: #9a2e48; background: #ffe8ee; border-radius: 3px; font-size: .68rem; font-style: normal; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.session-person > .material-symbols-rounded { color: var(--blue); }
.back-link { margin-top: 2.25rem; }
.programme-rail { align-self: start; position: sticky; top: 118px; padding-left: clamp(1.5rem, 4vw, 3.25rem); border-left: 1px solid var(--line); }
.admin-bar .programme-rail { top: 150px; }
.programme-rail h2 { margin: .4rem 0 1.5rem; font-size: 1.35rem; line-height: 1.22; }
.programme-rail h2 a:hover { color: var(--blue); }
.programme-list { margin-bottom: 1.25rem; border-top: 1px solid var(--line); }
.programme-item { position: relative; display: grid; grid-template-columns: auto 1fr; gap: .24rem .7rem; padding: 1rem .2rem 1rem .95rem; border-bottom: 1px solid var(--line); }
.programme-item::before { content: ""; position: absolute; left: 0; top: 1rem; bottom: 1rem; width: 3px; background: transparent; }
.programme-item span { grid-column: 1 / -1; color: var(--muted); font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.programme-item time { color: var(--blue); font-size: .8rem; font-weight: 800; }
.programme-item strong { font-size: .86rem; line-height: 1.28; }
a.programme-item:hover strong { color: var(--blue); }
.programme-item.is-noninteractive { cursor: default; }
.programme-item.is-current { background: #edf6fc; }
.programme-item.is-current::before { background: var(--blue); }
.speaker-editorial { display: grid; grid-template-columns: minmax(0, 1.75fr) minmax(210px, .65fr); gap: clamp(3rem, 7vw, 7rem); align-items: start; padding-top: var(--section-space); padding-bottom: var(--section-space-roomy); }
.speaker-biography { max-width: 760px; }
.speaker-portrait { justify-self: end; width: min(100%, 270px); padding: .6rem; background: white; border: 1px solid var(--line); box-shadow: 0 16px 38px rgba(13,48,83,.1); }
.speaker-portrait img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: top center; background: #eaf1f6; }
.speaker-portrait-initials { width: 100%; aspect-ratio: 4 / 5; display: grid; place-items: center; color: white; background: var(--navy); font-family: "Manrope", sans-serif; font-size: 4rem; font-weight: 800; letter-spacing: -.04em; }
.speaker-portrait p { display: grid; gap: .12rem; margin: .7rem .35rem .2rem; font-size: .82rem; line-height: 1.35; }.speaker-portrait p strong { color: var(--ink); font-family: "Manrope", sans-serif; font-size: .9rem; }.speaker-portrait p span { color: var(--muted); }
.speaker-appearances { margin-top: clamp(2.25rem, 4vw, 3.25rem); padding-top: clamp(1.8rem, 3vw, 2.5rem); border-top: 1px solid var(--line); }
.appearance-group + .appearance-group { margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.appearance-list { border-top: 1px solid var(--line); }
.appearance-card { display: grid; grid-template-columns: minmax(135px, .65fr) minmax(0, 1.35fr) 24px; gap: .22rem 1rem; align-items: center; padding: .85rem .25rem; border-bottom: 1px solid var(--line); }
.appearance-card > span:first-child { display: grid; }
.appearance-card time { color: var(--blue); font-size: .82rem; font-weight: 800; line-height: 1.25; }
.appearance-card small { color: var(--muted); font-size: .75rem; line-height: 1.25; }
.appearance-card strong { font-size: .9rem; line-height: 1.25; }
.appearance-card em { grid-column: 2; color: var(--muted); font-style: normal; font-size: .74rem; }
.appearance-card > .material-symbols-rounded { grid-column: 3; grid-row: 1 / span 2; width: 24px; overflow: hidden; white-space: nowrap; color: var(--blue); }
.appearance-list--columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 1.35rem; border-top: 0; }
.appearance-list--columns .appearance-card { grid-template-columns: minmax(0, 1fr) 22px; grid-template-rows: auto auto auto; align-content: start; }
.appearance-list--columns .appearance-card > span:first-child, .appearance-list--columns .appearance-card strong, .appearance-list--columns .appearance-card em { grid-column: 1; }
.appearance-list--columns .appearance-card > .material-symbols-rounded { grid-column: 2; grid-row: 1 / span 3; width: 22px; }
.issue-title .content-title-inner { width: min(var(--max), calc(100% - 48px)); padding-top: clamp(2.4rem, 4vw, 3.5rem); padding-bottom: clamp(2.2rem, 3.5vw, 3rem); }
.issue-title h1 { max-width: 920px; font-size: clamp(2.15rem, 3.1vw, 3.2rem); }
.issue-editorial { display: grid; grid-template-columns: minmax(190px, 260px) minmax(0, 1fr) minmax(230px, 290px); gap: clamp(2rem, 4vw, 4rem); align-items: start; }
.issue-editorial .issue-cover { position: sticky; top: 90px; }
.issue-contents { min-width: 0; }
.article-index { margin-top: 2rem; border-top: 1px solid var(--line); }
.article-index-item { display: grid; grid-template-columns: 32px minmax(0, 1fr) 24px; gap: 1rem; align-items: start; padding: 1.2rem 0; border-bottom: 1px solid var(--line); }
.article-index-item > span:first-child { color: #9aa9b9; font-family: "Manrope", sans-serif; font-weight: 800; }
.article-index-item h2 { margin: 0 0 .35rem; font-size: 1.08rem; line-height: 1.32; }
.article-index-item p { margin: 0; color: var(--muted); font-size: .82rem; }
.article-index-item > .material-symbols-rounded { color: var(--blue); }
.article-index-item:hover h2 { color: var(--blue); }
.article-byline { margin: 1.15rem 0 0; color: var(--muted); font-size: 1rem; }
.article-byline a, .article-index-item p a { color: var(--blue); font-weight: 700; }
.article-editorial { display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, 330px); gap: clamp(3rem, 7vw, 7rem); align-items: start; }
.article-body { min-width: 0; }
.article-lead-image { width: 100%; max-height: 470px; margin-bottom: clamp(2rem, 4vw, 3rem); object-fit: cover; object-position: center; background: #eaf1f6; }
.article-copy { max-width: 760px; font-size: 1.14rem; }
.article-copy h2, .article-copy h3 { margin-top: 2.4rem; }
.hot-topics { position: sticky; top: 90px; padding-left: 2rem; border-left: 1px solid var(--line); }
.hot-topics h2 { margin: -.25rem 0 1.35rem; font-size: 1.7rem; }
.hot-list { margin-bottom: 1.5rem; border-top: 1px solid var(--line); }
.hot-list a { display: grid; grid-template-columns: 30px 1fr; gap: .8rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.hot-list span { color: #9aa9b9; font-family: "Manrope", sans-serif; font-weight: 800; }
.hot-list strong { font-size: .86rem; line-height: 1.35; }
.hot-list a:hover strong { color: var(--blue); }
.article-authors { margin-top: var(--section-space-roomy); padding-top: 2.5rem; border-top: 1px solid var(--line); }
.author-block { display: grid; grid-template-columns: 88px minmax(0, 1fr) 24px; gap: 1.2rem; align-items: start; padding: 1.25rem 0; border-bottom: 1px solid var(--line); }
.author-block img { width: 88px; height: 104px; object-fit: cover; object-position: top center; background: #eaf1f6; }
.author-block h2 { margin: 0 0 .2rem; font-size: 1.3rem; }
.author-block p { margin: 0 0 .65rem; color: var(--blue); font-size: .86rem; }
.author-block div div { color: var(--muted); font-size: .88rem; line-height: 1.5; }
.author-block > .material-symbols-rounded { color: var(--blue); }
.appearance-card:hover strong { color: var(--blue); }

/* Pictorial magazine archive. */
.magazine-archive-title .content-title-inner { width: min(var(--max), calc(100% - 48px)); padding-top: 2.8rem; padding-bottom: 2.8rem; }
.magazine-archive-hero { display: grid; grid-template-columns: minmax(0, .95fr) minmax(500px, 1.05fr); gap: clamp(2.5rem, 5vw, 5rem); align-items: center; }
.magazine-archive-intro { min-width: 0; }
.magazine-archive-title h1 { max-width: 760px; font-size: clamp(2.35rem, 4vw, 4rem); }
.magazine-archive-title .speaker-designation { max-width: 700px; }
.magazine-latest-feature { min-width: 0; display: grid; grid-template-columns: minmax(160px, .65fr) minmax(0, 1fr); gap: clamp(1.3rem, 2.4vw, 2rem); align-items: center; padding: clamp(1.15rem, 2vw, 1.6rem); color: var(--ink); background: white; border-radius: 14px; box-shadow: 0 18px 40px rgba(6,29,58,.1); transition: transform .2s ease-out, box-shadow .2s ease-out; }
.magazine-latest-feature:hover, .magazine-latest-feature:focus-visible { transform: translateY(-3px); box-shadow: 0 24px 52px rgba(6,29,58,.15); }
.magazine-latest-cover { overflow: hidden; aspect-ratio: 1414 / 2000; background: #eaf1f6; border-radius: 5px; box-shadow: 0 16px 32px rgba(6,29,58,.18); }
.magazine-latest-cover img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.magazine-latest-copy { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; }
.magazine-latest-copy > p:first-child { margin: 0 0 .35rem; color: var(--blue); font-family: "Manrope", sans-serif; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.magazine-latest-copy time { color: var(--muted); font-family: "Manrope", sans-serif; font-size: .78rem; font-weight: 700; }
.magazine-latest-copy h2 { margin: .45rem 0 .65rem; font-size: clamp(1.25rem, 1.8vw, 1.7rem); line-height: 1.18; }
.magazine-latest-copy .magazine-latest-theme { margin: 0 0 1rem; color: var(--muted); font-size: .94rem; line-height: 1.48; }
.magazine-latest-copy .text-link { margin-top: auto; }
.magazine-archive { padding-top: var(--section-space-roomy); }
.magazine-toolbar { display: grid; grid-template-columns: minmax(260px, .7fr) minmax(480px, 1.3fr); gap: 2.5rem; align-items: end; margin-bottom: .75rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--line); }
.magazine-toolbar h2 { margin: 0 0 .4rem; font-size: clamp(1.75rem, 2.6vw, 2.55rem); line-height: 1.08; }
.magazine-toolbar p { max-width: 560px; margin: 0; color: var(--muted); line-height: 1.5; }
.magazine-filters { display: grid; grid-template-columns: minmax(130px, .42fr) minmax(220px, 1fr) auto; gap: .75rem; align-items: end; }
.magazine-filters label { display: grid; gap: .38rem; color: var(--navy); font-family: "Manrope", sans-serif; font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.magazine-filters select, .magazine-filters input { width: 100%; min-height: 46px; padding: .68rem .78rem; color: var(--ink); background: white; border: 1px solid #b8c6d5; border-radius: 5px; font: 600 .9rem/1.2 "Source Sans 3", Arial, sans-serif; }
.magazine-filters select:hover, .magazine-filters input:hover { border-color: #7798b6; }
.magazine-filters select:focus-visible, .magazine-filters input:focus-visible { border-color: var(--blue); outline: 3px solid rgba(10,120,189,.2); outline-offset: 1px; }
.magazine-filter-reset { min-height: 46px; padding: .68rem .85rem; color: var(--blue); background: transparent; border: 1px solid var(--blue); border-radius: 5px; font-family: "Manrope", sans-serif; font-size: .78rem; font-weight: 800; cursor: pointer; }
.magazine-filter-reset:hover, .magazine-filter-reset:focus-visible { color: white; background: var(--blue); }
.magazine-filter-reset:disabled { color: #8291a2; background: #f0f3f6; border-color: #cbd5df; cursor: default; }
.magazine-filter-status { margin: 0 0 1.25rem; color: var(--muted); font-size: .86rem; font-variant-numeric: tabular-nums; }
.issue-archive-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.35rem; align-items: stretch; }
.issue-archive-card { overflow: hidden; display: grid; grid-template-rows: auto 1fr; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 12px 28px rgba(13,48,83,.06); content-visibility: auto; contain-intrinsic-size: 560px; transition: transform .2s ease-out, border-color .2s ease-out, box-shadow .2s ease-out; }
.issue-archive-card:hover, .issue-archive-card:focus-visible { transform: translateY(-4px); border-color: #8fc4e6; box-shadow: 0 18px 38px rgba(13,48,83,.12); }
.issue-archive-cover { overflow: hidden; aspect-ratio: 1414 / 2000; background: #edf3f8; }
.issue-archive-cover img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.issue-archive-copy { display: flex; flex-direction: column; align-items: flex-start; padding: 1.15rem 1.15rem 1.3rem; }
.issue-archive-copy time { color: var(--blue); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.issue-archive-copy h2 { margin: .45rem 0 .7rem; font-size: 1.2rem; line-height: 1.25; }
.issue-archive-copy > p { color: var(--muted); font-size: .9rem; line-height: 1.48; }
.issue-archive-copy .text-link { margin-top: auto; }
.magazine-filter-empty { max-width: 620px; padding: 2.4rem 0; }
.magazine-filter-empty h2 { margin: 0 0 .5rem; font-size: 1.6rem; }
.magazine-filter-empty p { margin: 0; color: var(--muted); }
.magazine-filters[hidden], .issue-archive-grid[hidden], .issue-archive-card[hidden], .magazine-filter-empty[hidden] { display: none; }
.magazine-archive-return { padding-top: 0; padding-bottom: var(--section-space); }
.magazine-archive-return a { display: inline-flex; align-items: center; gap: .35rem; color: var(--muted); font-family: "Manrope", sans-serif; font-size: .82rem; font-weight: 700; }
.magazine-archive-return a:hover, .magazine-archive-return a:focus-visible { color: var(--blue); }
.magazine-archive-return .material-symbols-rounded, .content-breadcrumb .material-symbols-rounded { font-size: 1rem; }

/* Webinars, community proof and managed homepage links. */
.home-resources, .home-webinars, .home-speakers { padding-top: var(--section-space); padding-bottom: var(--section-space); border-top: 1px solid var(--line); }
.home-webinars .section-heading, .home-resources .section-heading { max-width: none; }
.home-webinars .section-heading h2, .home-resources .section-heading h2 { margin-bottom: .5rem; font-size: clamp(2rem, 3vw, 3rem); }
.home-webinars .section-heading p, .home-resources .section-heading p { max-width: 660px; color: var(--muted); line-height: 1.55; }
.webinar-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.2rem; }
.webinar-grid-archive { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.webinar-card { min-width: 0; overflow: hidden; display: grid; grid-template-rows: auto 1fr; background: white; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 12px 28px rgba(13,48,83,.07); transition: transform .2s ease-out, box-shadow .2s ease-out, border-color .2s ease-out; }
.webinar-card:hover { transform: translateY(-3px); border-color: #9ccbea; box-shadow: 0 18px 34px rgba(13,48,83,.12); }
.webinar-card:focus-visible { outline: 3px solid #f8b419; outline-offset: 3px; }
.webinar-card > img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: center; background: #eaf1f6; }
.webinar-card > div { display: grid; align-content: start; gap: .55rem; padding: 1rem 1rem 1.15rem; }
.webinar-card p { margin: 0; color: var(--blue); font-size: .76rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.webinar-card h3 { margin: 0; font-size: 1rem; line-height: 1.32; letter-spacing: -.02em; }
.webinar-card > div > span, .resource-card > div > span { align-self: end; display: inline-flex; align-items: center; gap: .35rem; margin-top: .2rem; color: var(--blue); font-size: .82rem; font-weight: 800; }
.webinar-card .material-symbols-rounded, .resource-card .material-symbols-rounded { font-size: 1.05rem; }
.webinar-card.webinar-card-text-only { border-top: 4px solid var(--blue); }
.webinar-card .webinar-card-summary { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; color: var(--muted); font-size: .9rem; font-weight: 400; letter-spacing: normal; line-height: 1.5; text-transform: none; }
.webinar-year { margin-top: 2.8rem; }
.webinar-year > h3 { margin: 0 0 1.1rem; color: var(--navy); font-size: 1.5rem; }
.webinar-past-heading { margin-top: 3.2rem; }
.home-community { color: white; background: var(--navy); }
.home-community-inner { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: var(--section-space-roomy) 0; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(320px, .75fr); gap: clamp(2rem, 4vw, 3.5rem); align-items: stretch; }
.testimonial-panel { min-width: 0; }
.testimonial-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 1.6rem; }
.testimonial-heading h2 { max-width: 580px; margin: 0 0 .35rem; color: white; font-size: clamp(2rem, 3vw, 3rem); line-height: 1.04; }
.testimonial-heading p { margin: 0; color: #afc2d8; }
.testimonial-controls { display: flex; gap: .55rem; }
.testimonial-controls button { width: 44px; height: 44px; display: grid; place-items: center; color: white; background: #12395d; border: 1px solid #315675; border-radius: 50%; cursor: pointer; }
.testimonial-controls button:hover, .testimonial-controls button:focus-visible { color: var(--navy); background: #f8b419; border-color: #f8b419; }
.testimonial-stage { min-height: 170px; }
.testimonial-stage figure { margin: 0; }
.testimonial-stage blockquote { position: relative; margin: 0; padding: 1.6rem 1.8rem; color: var(--navy); background: white; border-radius: 12px; box-shadow: 0 16px 35px rgba(0,0,0,.18); font-family: "Manrope", sans-serif; font-size: clamp(1.05rem, 1.55vw, 1.35rem); font-style: italic; line-height: 1.55; }
.testimonial-stage blockquote::after { content: ""; position: absolute; left: 2rem; bottom: -14px; border-width: 14px 14px 0 0; border-style: solid; border-color: white transparent transparent transparent; }
.testimonial-stage blockquote p { margin: 0; }
.testimonial-stage figcaption { display: grid; gap: .2rem; margin: 1.45rem 0 0 2.8rem; }
.testimonial-stage figcaption strong { color: white; }
.testimonial-stage figcaption span { color: #afc2d8; font-size: .86rem; }
.linkedin-panel { align-self: stretch; display: grid; grid-template-columns: 74px minmax(0, 1fr) 28px; gap: 1.2rem; align-items: center; padding: 2rem; color: white; background: #0a66c2; border-radius: 12px; box-shadow: 0 18px 38px rgba(0,0,0,.2); transition: transform .2s ease-out, background .2s ease-out; }
.linkedin-panel:hover { transform: translateY(-3px); background: #084f96; }
.linkedin-mark { width: 74px; height: 74px; display: grid; place-items: center; color: #0a66c2; background: white; border-radius: 10px; font-family: Arial, sans-serif; font-size: 2.5rem; font-weight: 800; }
.linkedin-panel > span:nth-child(2) { display: grid; gap: .45rem; }
.linkedin-panel strong { font-family: "Manrope", sans-serif; font-size: 1.25rem; }
.linkedin-panel small { color: #dceeff; font-size: .94rem; line-height: 1.45; }
.resource-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.2rem; }
.resource-card { overflow: hidden; display: grid; grid-template-rows: auto 1fr; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 12px; transition: transform .2s ease-out, border-color .2s ease-out, box-shadow .2s ease-out; }
.resource-card:hover { transform: translateY(-3px); border-color: #9ccbea; box-shadow: 0 18px 34px rgba(13,48,83,.1); }
.resource-card > img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: top center; background: #edf3f8; }
.resource-card.has-contained-image > img { object-fit: contain; padding: 1rem; background: #fff; }
.resource-card > div { display: grid; align-content: start; gap: .5rem; padding: 1.15rem 1.2rem 1.3rem; }
.resource-card h3 { margin: 0; font-size: 1.12rem; line-height: 1.28; }
.resource-card p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.45; }

/* Research library — a featured latest release followed by a compact editorial index. */
.resource-library { min-height: 70vh; background: var(--paper); }
.resource-library-hero { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: clamp(3.75rem, 7vw, 6.5rem) 0 clamp(3.5rem, 6vw, 5.5rem); display: grid; grid-template-columns: minmax(270px, .7fr) minmax(0, 1.3fr); gap: clamp(2.5rem, 7vw, 7rem); align-items: center; }
.resource-library-intro h1 { max-width: 680px; margin: 1rem 0 1.15rem; font-size: clamp(2.8rem, 5vw, 5.35rem); line-height: .98; letter-spacing: -.055em; }
.resource-library-intro > p:last-child { max-width: 560px; margin: 0; color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.18rem); line-height: 1.65; }
.resource-library-feature { overflow: hidden; min-width: 0; display: grid; grid-template-columns: minmax(230px, .9fr) minmax(0, 1.1fr); color: white; background: var(--navy); border: 1px solid #173a5c; border-radius: 4px; box-shadow: 0 24px 60px rgba(13,48,83,.18); transition: transform .2s ease-out, box-shadow .2s ease-out; }
.resource-library-feature:hover { transform: translateY(-3px); box-shadow: 0 30px 70px rgba(13,48,83,.24); }
.resource-library-feature:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.resource-library-feature > img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; object-position: top center; background: white; }
.resource-library-feature.has-contained-image > img { object-fit: contain; padding: 1.5rem; }
.resource-library-feature > div { min-width: 0; padding: clamp(1.6rem, 3vw, 2.6rem); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.resource-library-meta { width: 100%; margin: 0 0 1.3rem; padding-bottom: 1rem; display: flex; flex-wrap: wrap; gap: .45rem .8rem; color: #b8cce0; border-bottom: 1px solid #315575; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.resource-library-meta span:first-child { color: #65c5f0; }
.resource-library-feature h2 { margin: 0 0 .85rem; color: white; font-size: clamp(1.7rem, 2.6vw, 2.65rem); line-height: 1.06; letter-spacing: -.04em; }
.resource-library-feature > div > p:not(.resource-library-meta) { margin: 0 0 1.4rem; color: #c5d4e3; line-height: 1.58; }
.resource-library-feature .text-link { margin-top: auto; color: white; }
.resource-library-index { padding-top: var(--section-space-roomy); padding-bottom: var(--section-space-roomy); border-top: 1px solid var(--line); }
.resource-library-index-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .55fr); gap: 2rem; align-items: end; margin-bottom: 2rem; }
.resource-library-index-heading h2 { max-width: 700px; margin: 0; font-size: clamp(2rem, 3.4vw, 3.35rem); line-height: 1.04; letter-spacing: -.045em; }
.resource-library-index-heading p { max-width: 430px; margin: 0; color: var(--muted); line-height: 1.55; }
.resource-library-list { border-top: 1px solid var(--line); }
.resource-library-row { min-width: 0; display: grid; grid-template-columns: 190px minmax(0, 1fr) 42px; gap: clamp(1.25rem, 3vw, 2.5rem); align-items: center; padding: 1.25rem 0; color: var(--ink); border-bottom: 1px solid var(--line); transition: color .18s ease-out, background .18s ease-out, padding .18s ease-out; }
.resource-library-row:hover { padding-inline: .8rem; color: var(--blue); background: rgba(255,255,255,.68); }
.resource-library-row:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.resource-library-row-image { overflow: hidden; height: 112px; background: white; border: 1px solid var(--line); }
.resource-library-row-image img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.resource-library-row.has-contained-image .resource-library-row-image img { object-fit: contain; padding: .55rem; }
.resource-library-row-copy { min-width: 0; }
.resource-library-row-copy > p { margin: 0 0 .45rem; display: flex; flex-wrap: wrap; gap: .35rem; color: var(--blue); font-size: .7rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.resource-library-row-copy h3 { margin: 0 0 .35rem; color: currentColor; font-size: clamp(1.2rem, 2vw, 1.65rem); line-height: 1.18; }
.resource-library-row-copy > span { display: block; max-width: 790px; color: var(--muted); font-size: .9rem; line-height: 1.5; }
.resource-library-row-arrow { justify-self: end; color: var(--blue); font-size: 1.35rem; }
.resource-library-empty { margin: 0; padding: 2rem 0; color: var(--muted); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.webinar-archive .section-heading { margin-bottom: 2rem; }
.webinar-detail { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(290px, .65fr); gap: clamp(3rem, 7vw, 7rem); align-items: start; }
.content-title.webinar-title h1 { font-size: clamp(1.5rem, 2.25vw, 2.325rem); line-height: 1.18; }
.webinar-copy { max-width: 760px; margin-bottom: 2rem; font-size: 1.14rem; }
.webinar-banner { max-width: 760px; margin: 0 0 1.75rem; }
.webinar-banner img { width: 100%; height: auto; background: #eaf1f6; }
.webinar-copy h2, .webinar-copy h3 { font-size: var(--editorial-heading-3-size); line-height: 1.28; }
.webinar-speakers .section-heading h2 { font-size: 1.1rem; line-height: 1.35; }
.webinar-facts { position: sticky; top: 96px; }
.webinar-event-link { width: 100%; justify-content: space-between; margin-bottom: 1.2rem; text-align: left; }
.webinar-facts dl { margin: 0 0 1.3rem; border-top: 1px solid var(--line); }
.webinar-facts dl div { padding: .9rem 0; border-bottom: 1px solid var(--line); }
.webinar-facts dt { margin-bottom: .2rem; color: var(--blue); font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.webinar-facts dd { margin: 0; line-height: 1.4; }
.webinar-speakers { padding-top: 1rem; padding-bottom: clamp(3.5rem, 7vw, 6rem); }
.webinar-speakers .section-heading { margin-bottom: 2rem; }
.webinar-roster-note { max-width: 720px; margin: .7rem 0 0; color: var(--muted); line-height: 1.55; }
.webinar-speaker-grid { display: grid; gap: 1.5rem; }
.webinar-speaker-card { display: grid; grid-template-columns: 152px minmax(0, 1fr); gap: clamp(1.25rem, 3vw, 2.5rem); max-width: 980px; padding: 1.5rem 0; border-top: 1px solid var(--line); }
.webinar-speaker-portrait { display: block; width: 152px; height: 152px; overflow: hidden; background: #eaf1f6; }
.webinar-speaker-portrait img { display: block; width: 100%; height: 100%; object-fit: cover; }
.webinar-speaker-initials { display: grid; place-items: center; width: 100%; height: 100%; color: var(--blue); font-family: "Manrope", sans-serif; font-size: 2rem; font-weight: 800; }
.webinar-speaker-copy h3 { margin: 0 0 .35rem; font-family: "Manrope", sans-serif; font-size: clamp(1.15rem, 2vw, 1.45rem); line-height: 1.3; }
.webinar-speaker-copy h3 a { color: var(--navy); }
.webinar-speaker-copy h3 a:hover, .webinar-speaker-copy h3 a:focus-visible { color: var(--blue); }
.webinar-speaker-role { margin: 0 0 .8rem; color: var(--blue); font-weight: 700; }
.webinar-speaker-bio { max-width: 720px; line-height: 1.65; }
.webinar-speaker-bio p { margin: 0 0 .8rem; }

/* Awards use the event status system while keeping categories, recipients and judges reusable. */
.awards-event-header { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: 1.4rem 0 0; }
.awards-breadcrumb { margin-bottom: 1rem; }
.awards-breadcrumb a { display: inline-flex; align-items: center; gap: .4rem; color: var(--blue); font-family: "Manrope", sans-serif; font-size: .82rem; font-weight: 800; }
.awards-breadcrumb .material-symbols-rounded { font-size: 1.05rem; }
.awards-artwork { overflow: hidden; background: var(--navy); border: 1px solid #173a5c; border-radius: 4px; }
.awards-artwork img { display: block; width: 100%; height: auto; }
.awards-tabs { margin-top: 1.4rem; }
.awards-overview { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: clamp(2.5rem, 6vw, 6rem); align-items: start; }
.awards-overview-copy h1 { max-width: 880px; margin: 0 0 1.1rem; font-size: clamp(2.55rem, 4.8vw, 4.9rem); line-height: 1; }
.awards-lede { max-width: 750px; margin-bottom: 1.5rem; color: var(--muted); font-size: 1.18rem; line-height: 1.58; }
.awards-facts { border-top: 3px solid var(--gold); }
.awards-facts > div { display: grid; grid-template-columns: 28px 1fr; gap: .8rem; align-items: start; padding: 1rem .15rem; border-bottom: 1px solid var(--line); }
.awards-facts .material-symbols-rounded { color: var(--blue); font-size: 1.25rem; }
.awards-facts span:last-child { display: grid; gap: .15rem; }
.awards-facts small { color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.awards-facts strong { font-size: .95rem; line-height: 1.35; }
.awards-status-note { grid-column: 1 / -1; display: flex; align-items: flex-start; gap: .75rem; margin: 0; padding: 1rem 1.2rem; color: var(--ink); background: #fff8df; border-left: 4px solid var(--gold); line-height: 1.45; }
.awards-status-note .material-symbols-rounded { color: #9a6b00; }
.awards-categories { padding-top: 1.5rem; }
.award-group { margin-top: 2.4rem; padding-top: 1.2rem; border-top: 1px solid var(--line); }
.award-group > h3 { max-width: 720px; margin: 0 0 1rem; font-size: clamp(1.35rem, 2vw, 1.8rem); }
.award-entry-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.award-entry { min-width: 0; padding: 1.25rem 1.25rem 1.35rem 0; border-bottom: 1px solid var(--line); }
.award-entry:nth-child(odd) { padding-right: 2rem; border-right: 1px solid var(--line); }
.award-entry:nth-child(even) { padding-left: 2rem; }
.award-entry-label { margin: 0 0 .35rem; color: var(--blue); font-family: "Manrope", sans-serif; font-size: .7rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.award-entry h4 { margin: 0; font-size: 1.05rem; line-height: 1.28; }
.award-recipient { margin: .8rem 0 0; color: var(--navy); font-family: "Manrope", sans-serif; font-size: 1.35rem; font-weight: 800; line-height: 1.2; }
.award-recipient-note { margin: .25rem 0 0; color: #8b6410; font-size: .8rem; font-weight: 700; }
.award-description { margin: .7rem 0 0; color: var(--muted); font-size: .9rem; line-height: 1.48; }
.award-description p { margin: 0 0 .75rem; }
.award-description p:last-child { margin-bottom: 0; }
.award-description ul { margin: 0 0 .85rem; padding-left: 1.25rem; }
.award-description li + li { margin-top: .25rem; }
.awards-nomination-action { margin-top: clamp(2rem, 4vw, 3.25rem); }
.awards-judges { background: var(--paper); border-block: 1px solid var(--line); }
.awards-judges > .section { padding-block: var(--section-space-roomy); }
.judge-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.judge-card { min-width: 0; display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 1rem; align-items: center; padding: 1.1rem; background: white; }
.judge-card img, .judge-initials { width: 64px; height: 64px; border-radius: 50%; }
.judge-card img { object-fit: cover; }
.judge-initials { display: grid; place-items: center; color: white; background: var(--navy); font-family: "Manrope", sans-serif; font-weight: 800; }
.judge-card h3 { margin: 0 0 .18rem; font-size: .98rem; }
.judge-card p, .judge-card span { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.35; }
.judge-card span { display: block; }
.judge-grid-filler { min-width: 0; background: white; }
.judge-grid-filler--tablet { display: none; }
.awards-details { display: grid; grid-template-columns: minmax(220px, .65fr) minmax(0, 1.35fr); gap: clamp(2rem, 6vw, 6rem); }
.awards-details > div:first-child h2 { margin: 0; font-size: clamp(2rem, 3vw, 3.1rem); }
.awards-details .entry-content { max-width: 780px; }
.awards-details .entry-content h2 { margin: 2rem 0 .65rem; font-size: 1.35rem; }
.awards-details .entry-content h2:first-child { margin-top: 0; }
.awards-related-event { padding-top: 1.5rem; border-top: 1px solid var(--line); }
.awards-related-event h2 { margin-bottom: .7rem; }
.event-card--awards > img { object-fit: contain; background: var(--navy); }

@media (max-width: 920px) {
  .site-header { grid-template-columns: 1fr auto auto; }
  .menu-button { color: var(--navy); background: #eef4f8; border: 1px solid var(--line); border-radius: 4px; }
  .primary-nav.is-open .menu { display: flex; width: 100%; flex-direction: column; align-items: flex-start; gap: .25rem; }
  .primary-nav .menu > li, .primary-nav .sub-menu { width: 100%; }
  .primary-nav .sub-menu, .primary-nav .sub-menu .sub-menu { position: static; display: grid; box-shadow: none; border: 0; border-left: 2px solid var(--line); margin: .25rem 0 .45rem .35rem; padding: .15rem 0 .15rem .85rem; }
  .hero { min-height: 560px; }
  .home-feature-band { grid-template-columns: 1fr; }
  .home-agenda { padding: 1.5rem 0 2rem; border-right: 0; border-bottom: 1px solid var(--line); }
  .home-magazine { padding: 2rem 0; }
  .magazine-subscribe { grid-template-columns: minmax(170px, .55fr) minmax(0, 1.45fr); }
  .magazine-subscribe-fields { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .editorial-detail, .speaker-editorial { grid-template-columns: 1fr; }
  .programme-rail { position: static; padding: 2.5rem 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .speaker-portrait { grid-row: 1; justify-self: start; width: min(260px, 75%); }
	.issue-editorial { grid-template-columns: minmax(170px, 220px) minmax(0, 1fr); }
	.issue-editorial .hot-topics { grid-column: 2; position: static; padding: 2.5rem 0 0; border-top: 1px solid var(--line); border-left: 0; }
	.article-editorial { grid-template-columns: 1fr; }
	.article-editorial .hot-topics { position: static; padding: 2.5rem 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .appearance-card { grid-template-columns: minmax(150px, .7fr) minmax(0, 1.5fr) 28px; }
  .appearance-card em { grid-column: 2; }
  .appearance-card > .material-symbols-rounded { grid-column: 3; grid-row: 1 / span 2; }
  .appearance-list--columns { grid-template-columns: 1fr; }
  .appearance-list--columns .appearance-card { grid-template-columns: minmax(0, 1fr) 22px; }
  .appearance-list--columns .appearance-card > .material-symbols-rounded { grid-column: 2; grid-row: 1 / span 3; }
  .webinar-grid, .webinar-grid-archive { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.magazine-archive-hero { grid-template-columns: 1fr; gap: 2.25rem; }
	.magazine-latest-feature { max-width: 720px; grid-template-columns: 180px minmax(0, 1fr); }
	.magazine-toolbar { grid-template-columns: 1fr; gap: 1.5rem; }
  .issue-archive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-community-inner { grid-template-columns: 1fr; }
  .linkedin-panel { min-height: 190px; }
  .resource-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .resource-library-hero { grid-template-columns: 1fr; gap: 2.4rem; }
  .resource-library-intro { max-width: 720px; }
  .resource-library-feature { max-width: 820px; }
  .resource-library-index-heading { grid-template-columns: 1fr; gap: .8rem; }
  .webinar-detail { grid-template-columns: 1fr; }
  .webinar-facts { position: static; max-width: 560px; }
  .webinar-speaker-card { grid-template-columns: 128px minmax(0, 1fr); }
  .webinar-speaker-portrait { width: 128px; height: 128px; }
  .awards-overview, .awards-details { grid-template-columns: 1fr; gap: 2rem; }
  .judge-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .judge-grid-filler--desktop { display: none; }
  .judge-grid-filler--tablet { display: block; }
}

@media (max-width: 640px) {
  .webinar-speaker-card { grid-template-columns: 88px minmax(0, 1fr); gap: 1rem; }
  .webinar-speaker-portrait { width: 88px; height: 88px; }
  .brand img { width: 124px; }
  .hero { min-height: 580px; }
  .hero-inner { padding: 2.4rem 0 4rem; }
  .hero-copy h1 { max-width: 10ch; font-size: clamp(2.45rem, 11vw, 3.2rem); }
  .hero-promise { max-width: 28ch; font-size: .92rem; }
  .hero-feature { max-width: 100%; }
  .hero-feature h2 { max-width: 17ch; }
  .hero-feature .hero-meta { gap: .45rem; font-size: .82rem; }
  .hero-feature .hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: .55rem; }
  .hero-feature .button { min-width: 0; padding: .65rem .5rem; font-size: .76rem; }
  .hero-cover { width: 88px; top: 1.2rem; }
  .carousel-controls { right: 18px; }
  .hero-slide--promotion { overflow: hidden; background: #f4f7f9; }
  .hero-promotion-link { position: relative; width: 100%; padding: 0; place-items: stretch; }
  .hero-promotion-artwork { position: absolute; inset: 0; width: 100%; height: 100%; max-height: none; object-fit: cover; object-position: 72% center; opacity: .2; }
  .hero-promotion-mobile-copy { position: relative; z-index: 1; width: 100%; min-height: 100%; padding: 3rem 18px 5rem; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; color: var(--navy); }
  .hero-promotion-mobile-copy .eyebrow { margin-bottom: .75rem; color: var(--blue); }
  .hero-promotion-mobile-copy > strong { max-width: 10ch; font-family: "Manrope", sans-serif; font-size: clamp(2.4rem, 12vw, 3.25rem); line-height: 1; letter-spacing: -.045em; }
  .hero-promotion-mobile-copy > strong > span { color: var(--blue); }
  .hero-promotion-mobile-copy small { max-width: 32ch; margin-top: 1.15rem; color: #3b526d; font-size: .95rem; line-height: 1.5; }
  .hero-promotion-mobile-copy .button { margin-top: 1.5rem; color: white; }
  .home-feature-band { width: calc(100% - 36px); }
  .awards-event-header { width: calc(100% - 36px); padding-top: 1rem; }
  .awards-tabs { margin-top: 1rem; }
  .awards-overview-copy h1 { font-size: clamp(2.3rem, 11vw, 3.25rem); }
  .award-entry-grid, .judge-grid { grid-template-columns: 1fr; }
  .judge-grid-filler { display: none; }
  .award-entry, .award-entry:nth-child(odd), .award-entry:nth-child(even) { padding: 1rem 0 1.1rem; border-right: 0; }
  .judge-card { grid-template-columns: 54px minmax(0, 1fr); padding: .95rem; }
  .judge-card img, .judge-initials { width: 54px; height: 54px; }
  .agenda-timeline { grid-template-columns: 1fr; border-top: 0; border-left: 2px solid #9ccbea; gap: .85rem; padding-left: .85rem; }
  .timeline-item { position: relative; }
  .timeline-item > .material-symbols-rounded { margin: 0 0 0 -1.42rem; position: absolute; top: .1rem; }
  .home-event-meta { flex-wrap: wrap; font-size: .88rem; }
  .home-event-meta .meta-divider { display: none; }
  .home-magazine-grid { grid-template-columns: 118px 1fr; gap: 1rem; }
  .home-magazine-grid > img { width: 118px; height: 167px; }
  .home-magazine-grid h2 { margin-top: .35rem; font-size: 1.35rem; }
  .home-magazine-grid p { display: none; }
  .home-magazine-grid .topic-list span:nth-child(n+2) { display: none; }
  .home-magazine-grid .button { font-size: .75rem; }
  .magazine-subscribe { grid-template-columns: 1fr; margin-top: 1.35rem; }
  .magazine-subscribe-intro { max-width: 32rem; }
  .magazine-subscribe-form { display: block; }
  .magazine-subscribe-fields { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem; }
  .magazine-subscribe-fields > label:nth-child(n+3) { grid-column: 1 / -1; }
  .subscribe-consent { margin-top: .75rem; }
  .subscribe-submit { align-items: flex-start; flex-direction: column; }
  .event-tabs { top: 68px; gap: 1.25rem; overflow-x: auto; justify-content: flex-start; }
  .admin-bar .event-tabs { top: 114px; }
	.agenda-day-tabs { display: flex; overflow-x: auto; padding: .3rem; scroll-snap-type: x proximity; }
	.agenda-day-tab { flex: 1 0 min(74vw, 210px); scroll-snap-align: start; }
	.agenda-track-filter { margin-top: .7rem; }
	.agenda-track-scroller { overflow: visible; }
	.agenda-track-grid { grid-template-columns: 1fr; min-width: 0; }
	.agenda-track-lane .agenda-session { min-height: 0; }
	.agenda-session { grid-template-columns: 1fr 26px; gap: .35rem .7rem; padding: .7rem .1rem; }
	.agenda-session.is-agenda-only { grid-template-columns: 1fr; }
	.agenda-day { align-items: flex-start; flex-direction: column; gap: .2rem; padding-inline: .1rem; }
  .agenda-session time { grid-column: 1 / -1; font-size: .84rem; }
  .agenda-session > div { grid-column: 1; }
  .agenda-session .session-arrow { grid-column: 2; grid-row: 2; }
  .session-detail { grid-template-columns: 1fr; }
	.speaker-directory-context { align-items: flex-start; flex-direction: column; gap: 1rem; }
	.speaker-directory-context nav { align-items: flex-start; flex-direction: column; gap: .7rem; }
  .content-title-inner { width: calc(100% - 36px); padding: 2.5rem 0 2.4rem; }
  .content-title h1 { font-size: clamp(2.15rem, 10vw, 3rem); }
  .session-title h1 { font-size: clamp(1.9rem, 8.6vw, 2.65rem); }
  .content-breadcrumb { margin-bottom: 1rem; }
  .editorial-detail { gap: 2.7rem; }
  .session-people-grid { grid-template-columns: 1fr; }
  .session-person { grid-template-columns: 60px minmax(0, 1fr) 22px; min-height: 74px; }
  .session-person img, .session-person-initials { width: 60px; height: 60px; }
  .speaker-editorial { gap: 2rem; }
	.issue-title .content-title-inner, .magazine-archive-title .content-title-inner { width: calc(100% - 36px); }
	.magazine-archive-title .content-title-inner { padding-top: 2.4rem; padding-bottom: 2.5rem; }
	.magazine-archive-hero { gap: 1.75rem; }
	.magazine-latest-feature { grid-template-columns: 108px minmax(0, 1fr); gap: 1rem; padding: 1rem; }
	.magazine-latest-copy h2 { margin-bottom: .45rem; font-size: 1.08rem; }
	.magazine-latest-copy .magazine-latest-theme { margin-bottom: .7rem; font-size: .84rem; line-height: 1.4; }
	.magazine-latest-copy .text-link { font-size: .78rem; }
	.magazine-archive { padding-top: 3rem; }
	.magazine-toolbar { margin-bottom: .65rem; padding-bottom: 1.25rem; }
	.magazine-filters { grid-template-columns: 1fr; }
	.magazine-filter-reset { justify-self: start; }
	.issue-editorial { grid-template-columns: 1fr; }
	.issue-editorial .issue-cover { position: static; width: min(220px, 72%); }
	.issue-editorial .hot-topics { grid-column: 1; }
	.article-index-item { grid-template-columns: 26px minmax(0, 1fr) 20px; gap: .7rem; }
	.author-block { grid-template-columns: 70px minmax(0, 1fr) 20px; gap: .85rem; }
	.author-block img { width: 70px; height: 84px; }
  .speaker-portrait { width: min(230px, 72%); }
  .appearance-card { grid-template-columns: 1fr 26px; gap: .45rem .8rem; }
  .appearance-card > span:first-child, .appearance-card strong, .appearance-card em { grid-column: 1; }
  .appearance-card > .material-symbols-rounded { grid-column: 2; grid-row: 1 / span 3; width: 26px; }
  .home-webinars, .home-resources, .home-speakers { padding-top: var(--section-space); padding-bottom: var(--section-space); }
  .webinar-grid, .webinar-grid-archive, .resource-grid { grid-template-columns: 1fr; }
  .home-webinars .section-heading, .home-resources .section-heading { margin-bottom: 1.8rem; }
  .webinar-card { grid-template-columns: 128px minmax(0, 1fr); grid-template-rows: 1fr; min-height: 142px; }
  .webinar-archive .webinar-card { grid-template-columns: 1fr; grid-template-rows: auto 1fr; }
  .webinar-archive .webinar-card > img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: contain; }
  .webinar-card.webinar-card-text-only { grid-template-columns: 1fr; }
  .webinar-card > img { height: 100%; aspect-ratio: auto; object-position: center; }
  .webinar-card > div { padding: .9rem; }
  .webinar-card h3 { font-size: .95rem; }
  .home-community-inner { width: calc(100% - 36px); padding: var(--section-space-roomy) 0; }
  .testimonial-heading { align-items: start; }
  .testimonial-heading h2 { font-size: 2.15rem; }
  .testimonial-stage { min-height: 0; }
  .testimonial-stage blockquote { padding: 1.25rem; font-size: 1rem; }
  .linkedin-panel { grid-template-columns: 58px minmax(0, 1fr) 22px; gap: .85rem; min-height: 150px; padding: 1.25rem; }
  .linkedin-mark { width: 58px; height: 58px; font-size: 2rem; }
  .linkedin-panel strong { font-size: 1.05rem; }
  .resource-card { grid-template-columns: 132px minmax(0, 1fr); grid-template-rows: 1fr; }
  .resource-card > img { height: 100%; min-height: 154px; aspect-ratio: auto; }
  .resource-card > div { padding: 1rem; }
  .resource-library-hero { width: calc(100% - 36px); padding: 3rem 0 3.5rem; }
  .resource-library-intro h1 { font-size: clamp(2.45rem, 12vw, 3.4rem); }
  .resource-library-feature { grid-template-columns: 1fr; }
  .resource-library-feature > img { height: auto; min-height: 0; aspect-ratio: 16 / 10; }
  .resource-library-feature.has-contained-image > img { padding: 1rem; }
  .resource-library-feature > div { padding: 1.4rem; }
  .resource-library-feature h2 { font-size: 1.75rem; }
  .resource-library-row { grid-template-columns: 104px minmax(0, 1fr) 24px; gap: .85rem; padding: 1rem 0; }
  .resource-library-row:hover { padding-inline: .35rem; }
  .resource-library-row-image { height: 84px; }
  .resource-library-row-copy > span { display: none; }
  .resource-library-row-copy h3 { margin-bottom: 0; font-size: 1rem; }
  .resource-library-row-arrow { font-size: 1.1rem; }
  .issue-archive-grid { grid-template-columns: 1fr; }
  .issue-archive-card { grid-template-columns: 132px minmax(0, 1fr); grid-template-rows: 1fr; }
  .issue-archive-cover { height: 100%; min-height: 188px; aspect-ratio: auto; }
  .issue-archive-copy { padding: 1rem; }
  .issue-archive-copy h2 { font-size: 1.05rem; }
  .issue-archive-copy > p:not(.eyebrow) { display: none; }
}

/* Reusable regional event hero — editable HTML copy over clean event artwork. */
.page-hero-event-brand {
  --event-accent: var(--blue);
  min-height: clamp(520px, 40.6vw, 650px);
  align-items: center;
  color: var(--navy);
  background: white;
}
.page-hero-event-brand .page-hero-image {
  background-position: center;
}
.page-hero-event-brand .page-hero-shade {
  background: linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.97) 38%, rgba(255,255,255,.76) 51%, rgba(255,255,255,.12) 67%, rgba(255,255,255,0) 76%);
}
.page-hero-event-brand .page-hero-copy {
  padding: clamp(3.5rem, 6vw, 5.25rem) 0;
}
.page-hero-event-brand .page-hero-copy > p.event-hero-meta {
  max-width: 56ch;
  margin: 0 0 .8rem;
  color: #117733;
  font-family: "Manrope", sans-serif;
  font-size: clamp(.72rem, .8vw, .86rem);
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1.45;
  text-transform: uppercase;
}
.page-hero-event-brand h1 {
  max-width: 11.5ch;
  margin-bottom: 1rem;
  color: var(--navy);
  font-size: clamp(3.2rem, 5.1vw, 5.3rem);
  line-height: .98;
}
.page-hero-event-brand .page-hero-copy > p:not(.event-hero-meta) {
  max-width: 610px;
  margin-bottom: 0;
  color: #3f5066;
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.55;
}
.page-hero-event-brand .hero-actions {
  margin-top: 1.45rem;
}
.event-brand--thailand { --event-accent: #006a9f; }
.event-brand--vietnam { --event-accent: #4b148c; }
.event-brand--indonesia { --event-accent: #007eb5; }
.event-brand--philippines { --event-accent: #138a2e; }
.event-brand--global,
.event-brand--malaysia { --event-accent: #0b2344; }
.event-brand--asia-pacific { --event-accent: #ad302d; }
.event-brand--thailand .event-hero-meta,
.event-brand--vietnam .event-hero-meta,
.event-brand--indonesia .event-hero-meta,
.event-brand--philippines .event-hero-meta { color: var(--event-accent) !important; }
.page-hero-event-brand .button-event-register,
.event-action-band .button-event-register { background: var(--event-accent); }
.page-hero-event-brand .button-event-register:hover,
.page-hero-event-brand .button-event-register:focus-visible,
.event-action-band .button-event-register:hover,
.event-action-band .button-event-register:focus-visible { background: color-mix(in srgb, var(--event-accent) 88%, black); }
.event-brand--global .event-hero-meta,
.event-brand--malaysia .event-hero-meta { color: #0b2344 !important; }
.event-brand--asia-pacific .event-hero-meta { color: #ad302d !important; }
.event-hero-sponsors {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: .75rem 1.15rem;
	max-width: 610px;
	margin-top: 1rem;
}
.event-hero-sponsor-group { display: grid; gap: .4rem; }
.event-hero-sponsor-group > span {
	color: #647489;
	font-family: "Manrope", sans-serif;
	font-size: .65rem;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}
.event-hero-sponsor-logos { display: flex; align-items: center; flex-wrap: wrap; gap: .65rem; }
.event-hero-sponsors a, .event-hero-sponsors .sponsor-logo-static {
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  width: 92px;
  height: 44px;
  min-width: 0;
  min-height: 0;
  padding: .35rem .5rem;
  background: rgba(255,255,255,.92);
  border: 1px solid #d9e2ec;
  border-radius: 4px;
}
.event-hero-sponsors img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 1rem);
  height: auto;
  max-width: none;
  transform: translate(-50%, -50%);
}
.event-hero-sponsors .sponsor-logo--global-link-mp,
.partner-logos .sponsor-logo--global-link-mp {
	background: #0b2344;
	border-color: #0b2344;
}
.event-partner-strip { background: #f5f8fb; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.event-partner-strip > .section { padding-top: clamp(2rem, 3vw, 2.75rem); padding-bottom: clamp(2rem, 3vw, 2.75rem); }
.partner-strip-heading { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 1.5rem; margin-bottom: 1.35rem; align-items: start; }
.partner-strip-heading .eyebrow { margin: .25rem 0 0; }
.partner-strip-heading h2 { max-width: 760px; margin: 0; font-size: clamp(1.45rem, 2vw, 1.9rem); line-height: 1.15; }
.partner-strip-heading p:last-child { max-width: 74ch; margin: .45rem 0 0; color: var(--muted); font-size: .9rem; line-height: 1.5; }
.partner-groups { display: grid; gap: .7rem; }
.partner-group { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 1.5rem; align-items: center; padding-top: .7rem; border-top: 1px solid var(--line); }
.partner-group h3 { margin: 0; color: var(--ink); font-size: .7rem; letter-spacing: .08em; line-height: 1.35; text-transform: uppercase; }
.partner-cards { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: .65rem; }
.partner-card { display: grid; grid-template-columns: 62px minmax(0, 1fr); min-width: 0; min-height: 68px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 6px; text-decoration: none; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
a.partner-card:hover, a.partner-card:focus-visible { color: var(--ink); border-color: #8fc4e6; box-shadow: 0 8px 20px rgba(6,29,58,.08); transform: translateY(-2px); }
.partner-card-mark { display: grid; place-items: center; min-width: 0; padding: .55rem; border-right: 1px solid var(--line); }
.partner-card-mark img { display: block; width: 100%; height: 100%; max-height: 46px; object-fit: contain; }
.partner-card-copy { display: grid; align-content: center; gap: .2rem; min-width: 0; padding: .55rem .65rem; }
.partner-card-copy strong { overflow-wrap: anywhere; font-family: "Manrope", sans-serif; font-size: .78rem; line-height: 1.25; }
.partner-card-copy > span { display: inline-flex; align-items: center; gap: .15rem; color: var(--blue); font-size: .66rem; font-weight: 700; line-height: 1.25; }
.partner-card-copy .material-symbols-rounded { font-size: .9rem; }
.partner-group--platinum-partners .partner-cards { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.partner-group--platinum-partners .partner-card { grid-template-columns: 70px minmax(0, 1fr); }
.partner-group--platinum-partners .partner-card-mark img { max-height: 50px; }
.event-partner-strip.is-historic { background: #fff; }
.event-partner-strip.is-historic .partner-strip-heading { margin-bottom: 1.35rem; }
.event-partner-strip.is-historic .partner-cards { display: flex; flex-wrap: wrap; }
.event-partner-strip.is-historic .partner-card { width: 175px; border-radius: 5px; }
.event-partner-strip.is-historic .partner-card-mark { padding: .55rem; }
.event-partner-strip.is-historic .partner-card-mark img { max-height: 42px; }
.event-partner-strip.is-historic .partner-card-copy { padding: .55rem .65rem; }
.event-partner-strip.is-historic .partner-card-copy strong { font-size: .78rem; }
.event-action-band {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	margin-top: .25rem;
	margin-bottom: .25rem;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}
.event-action-band .eyebrow { margin-bottom: .35rem; }
.event-action-band h2 { max-width: 700px; margin: 0; font-size: clamp(1.35rem, 2.2vw, 2rem); }
.event-action-buttons { display: flex; flex: 0 0 auto; flex-wrap: wrap; justify-content: flex-end; gap: .65rem; }
.page-hero-event-brand .button-event-sponsor { color: var(--navy); border: 1px solid #9eb0c3; background: rgba(255,255,255,.88); }
.page-hero:not(.page-hero-event-brand) .button-event-sponsor { color: white; border: 1px solid rgba(255,255,255,.65); background: rgba(7,29,58,.28); }
.podcast-archive-title .content-title-inner { max-width: var(--max); }
.podcast-archive-title h1 { max-width: 980px; }
.podcast-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1.25rem, 3vw, 2rem); align-items: stretch; }
.podcast-card { overflow: hidden; display: grid; grid-template-rows: auto 1fr; min-width: 0; background: white; border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 12px 28px rgba(13,48,83,.06); }
.podcast-card-player { position: relative; overflow: hidden; aspect-ratio: 16 / 9; background: #071d3a; }
.podcast-card-player iframe,
.podcast-card-player > div,
.podcast-card-player > a,
.podcast-card-player img { display: block; width: 100%; height: 100%; border: 0; }
.podcast-card-player img { object-fit: cover; }
.podcast-card-player > a > span.material-symbols-rounded { position: absolute; left: 1rem; bottom: 1rem; display: grid; place-items: center; width: 46px; height: 46px; color: white; background: var(--coral); border-radius: 50%; }
.podcast-card-body { display: flex; flex-direction: column; align-items: flex-start; padding: clamp(1.15rem, 2.4vw, 1.6rem); }
.podcast-card-date { margin: 0 0 .55rem; color: var(--blue); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.podcast-card h2 { margin: 0; font-size: clamp(1.2rem, 2vw, 1.5rem); line-height: 1.25; }
.podcast-card h2 a { color: var(--navy); text-decoration: none; }
.podcast-card h2 a:hover,
.podcast-card h2 a:focus-visible { color: var(--blue); text-decoration: underline; text-underline-offset: .18em; }
.podcast-card-summary { margin: .85rem 0 0; color: var(--muted); font-size: .96rem; line-height: 1.65; }
.podcast-card-actions { display: flex; flex-wrap: wrap; gap: .55rem 1.2rem; margin-top: auto; padding-top: 1.2rem; }
.podcast-card-actions a { color: var(--blue); font-size: .86rem; font-weight: 800; text-decoration: none; }
.podcast-card-actions a:hover,
.podcast-card-actions a:focus-visible { text-decoration: underline; text-underline-offset: .18em; }
.podcast-detail { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(240px, .5fr); gap: clamp(3rem, 7vw, 7rem); align-items: start; }
.podcast-copy { max-width: 760px; }
.podcast-embed { margin: 2rem 0; }
.podcast-embed iframe { width: 100%; }
.podcast-art { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 16px 38px rgba(13,48,83,.1); }
.podcast-art img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.podcast-art p { display: flex; align-items: center; gap: .55rem; margin: 0; padding: 1rem; color: var(--muted); font-family: "Manrope", sans-serif; font-weight: 800; }

@media (max-width: 920px) {
	.partner-cards, .partner-group--platinum-partners .partner-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .page-hero-event-brand {
    min-height: 560px;
  }
  .page-hero-event-brand .page-hero-shade {
    background: linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.96) 50%, rgba(255,255,255,.7) 70%, rgba(255,255,255,.18) 100%);
  }
  .page-hero-event-brand .page-hero-copy {
    width: calc(100% - 48px);
  }
  .page-hero-event-brand h1 {
    max-width: 10ch;
    font-size: clamp(3rem, 8vw, 4.5rem);
  }
  .page-hero-event-brand .page-hero-copy > p:not(.event-hero-meta) {
    max-width: 50ch;
  }
	.event-hero-sponsors { max-width: 50ch; }
}

@media (max-width: 640px) {
	.podcast-grid, .podcast-detail { grid-template-columns: 1fr; }
  .page-hero-event-brand {
    min-height: 560px;
  }
  .page-hero-event-brand .page-hero-image {
    background-position: 76% center;
  }
  .page-hero-event-brand .page-hero-shade {
    background: rgba(255,255,255,.88);
  }
  .page-hero-event-brand .page-hero-copy {
    width: calc(100% - 36px);
    padding: 3rem 0 3.25rem;
  }
  .page-hero-event-brand .page-hero-copy > p.event-hero-meta {
    max-width: 32ch;
    margin-bottom: .7rem;
    font-size: .68rem;
    line-height: 1.5;
  }
  .page-hero-event-brand h1 {
    max-width: 9.5ch;
    font-size: clamp(2.5rem, 12vw, 3.2rem);
  }
  .page-hero-event-brand .page-hero-copy > p:not(.event-hero-meta) {
    max-width: 34ch;
    font-size: .96rem;
    line-height: 1.5;
  }
	.event-hero-sponsors a, .event-hero-sponsors .sponsor-logo-static { width: 78px; height: 38px; }
	.partner-strip-heading, .partner-group { grid-template-columns: 1fr; gap: .65rem; }
	.partner-strip-heading .eyebrow, .partner-group h3 { margin-top: 0; }
	.partner-cards, .partner-group--platinum-partners .partner-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }
	.partner-card, .partner-group--platinum-partners .partner-card { grid-template-columns: 58px minmax(0, 1fr); min-height: 64px; }
	.partner-card-mark, .partner-group--platinum-partners .partner-card-mark { padding: .5rem; }
	.partner-card-mark img, .partner-group--platinum-partners .partner-card-mark img { max-height: 44px; }
	.event-partner-strip.is-historic .partner-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.event-partner-strip.is-historic .partner-card { width: auto; }
	.event-action-band { align-items: flex-start; flex-direction: column; gap: 1rem; }
	.event-action-buttons { width: 100%; justify-content: flex-start; }
}

/* Event audience evidence — visible, sourced content rather than hidden SEO copy. */
.event-audience {
	background: #edf3f8;
	border-top: 1px solid var(--line);
}
.event-audience-inner {
	display: grid;
	gap: clamp(2rem, 4vw, 3.5rem);
	padding-top: var(--section-space-roomy);
	padding-bottom: var(--section-space-roomy);
}
.event-audience-heading {
	display: grid;
	grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr);
	gap: clamp(2rem, 6vw, 6rem);
	align-items: end;
}
.event-audience-heading h2 {
	max-width: 11ch;
	margin: 0;
	font-size: clamp(2.4rem, 4.6vw, 4.5rem);
	line-height: 1;
}
.event-audience-heading p {
	max-width: 68ch;
	margin: 0;
	color: #43566e;
	font-size: clamp(1.05rem, 1.4vw, 1.2rem);
	line-height: 1.65;
}
.event-audience-evidence {
	padding: 1.4rem 0 1.15rem;
	border-top: 1px solid #bdcddd;
	border-bottom: 1px solid #bdcddd;
}
.event-audience-metrics {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}
.event-audience-metrics > div {
	min-width: 0;
	padding: .2rem clamp(.8rem, 2vw, 1.4rem);
}
.event-audience-metrics > div:first-child { padding-inline-start: 0; }
.event-audience-metrics > div + div { border-inline-start: 1px solid #bdcddd; }
.event-audience-metrics strong,
.event-audience-metrics span { display: block; }
.event-audience-metrics strong {
	margin-bottom: .45rem;
	color: var(--blue);
	font-family: "Manrope", sans-serif;
	font-size: clamp(1.65rem, 2.8vw, 2.7rem);
	font-variant-numeric: tabular-nums;
	letter-spacing: -.035em;
	line-height: 1;
}
.event-audience-metrics span {
	color: #40536b;
	font-size: .86rem;
	line-height: 1.4;
}
.event-audience-note {
	max-width: 82ch;
	margin: 1.1rem 0 0;
	color: #5f7085;
	font-size: .8rem;
	line-height: 1.5;
}
.event-audience-groups {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1.5rem, 4vw, 4rem);
}

/* Sponsorship enquiry — useful public content plus a focused conversion path. */
body.sponsor-page-view { overflow-x: hidden; }
.sponsor-page { overflow-x: clip; background: #f7f9fc; }
.sponsor-hero { color: white; background: var(--navy); }
.sponsor-hero-inner {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 3rem;
	width: min(var(--max), calc(100% - 48px));
	margin: 0 auto;
	padding: clamp(4rem, 8vw, 7.5rem) 0 clamp(3.5rem, 6vw, 6rem);
}
.sponsor-hero .eyebrow { color: #6fc9f2; }
.sponsor-hero h1 { max-width: 780px; margin-bottom: 1.1rem; }
.sponsor-hero p:not(.eyebrow) { max-width: 66ch; margin: 0; color: #d4e1ef; font-size: clamp(1.05rem, 1.45vw, 1.25rem); line-height: 1.65; }
.sponsor-hero .button { flex: 0 0 auto; }
.sponsor-value { display: grid; grid-template-columns: minmax(250px, .7fr) minmax(0, 1.3fr); gap: clamp(3rem, 7vw, 7rem); align-items: start; padding-top: var(--section-space-roomy); padding-bottom: var(--section-space-roomy); }
.sponsor-value header h2 { max-width: 12ch; }
.sponsor-value .entry-content { max-width: 54ch; color: var(--muted); line-height: 1.65; }
.sponsor-value-detail { display: grid; gap: 1.25rem; }
.sponsor-opportunity-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.sponsor-opportunity-grid article { padding: 1.35rem; background: white; border: 1px solid var(--line); border-top: 3px solid var(--blue); }
.sponsor-opportunity-grid .material-symbols-rounded { color: var(--blue); font-size: 1.8rem; }
.sponsor-opportunity-grid h3 { margin: .9rem 0 .5rem; font-size: 1.05rem; }
.sponsor-opportunity-grid p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.55; }
.sponsor-scope-note { max-width: 76ch; margin: 0; color: #4a5e75; font-size: .9rem; line-height: 1.6; }
.sponsor-proof { color: white; background: var(--navy); }
.sponsor-proof-inner { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); gap: clamp(3rem, 7vw, 7rem); padding-top: var(--section-space-roomy); padding-bottom: var(--section-space-roomy); }
.sponsor-proof header { align-self: start; }
.sponsor-proof h2 { max-width: 13ch; margin: 0 0 1rem; color: white; font-size: clamp(2.4rem, 4.5vw, 4.6rem); line-height: .98; letter-spacing: -.04em; }
.sponsor-proof header > p { max-width: 55ch; margin: 0; color: #cad9e8; font-size: 1.02rem; line-height: 1.65; }
.sponsor-proof-link { display: inline-flex; align-items: center; gap: .35rem; margin-top: 1.4rem; color: #6fc9f2; }
.sponsor-proof-link:hover { color: white; }
.sponsor-proof-ledger { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.24); }
.sponsor-proof-ledger > div { min-width: 0; padding: 1.55rem 0 1.65rem; border-bottom: 1px solid rgba(255,255,255,.24); }
.sponsor-proof-ledger > div:nth-child(odd) { padding-right: 1.75rem; }
.sponsor-proof-ledger > div:nth-child(even) { padding-left: 1.75rem; border-left: 1px solid rgba(255,255,255,.24); }
.sponsor-proof-ledger strong { display: block; color: white; font-family: "Manrope", sans-serif; font-size: clamp(2.35rem, 4vw, 4.1rem); font-weight: 800; line-height: 1; letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.sponsor-proof-ledger span { display: block; max-width: 28ch; margin-top: .55rem; color: white; font-family: "Manrope", sans-serif; font-size: .9rem; font-weight: 750; line-height: 1.4; }
.sponsor-proof-ledger small { display: block; margin-top: .28rem; color: #aebfd0; font-size: .78rem; line-height: 1.45; }
.sponsor-proof-note { grid-column: 2; max-width: 74ch; margin: -1.5rem 0 0; color: #93a9bd; font-size: .78rem; line-height: 1.5; }
.sponsor-packages { background: white; border-top: 1px solid var(--line); }
.sponsor-packages > .section { padding-top: var(--section-space-roomy); padding-bottom: var(--section-space-roomy); }
.sponsor-packages-heading { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); gap: clamp(2rem, 6vw, 6rem); align-items: end; margin-bottom: 2rem; }
.sponsor-packages-heading h2 { max-width: 12ch; margin: 0; }
.sponsor-packages-heading > p { max-width: 68ch; margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.65; }
.sponsor-package-table-wrap { overflow-x: auto; border: 1px solid #bed0df; scrollbar-color: var(--blue) #e8eef4; }
.sponsor-package-table-wrap:focus-visible { outline: 3px solid rgba(10,120,189,.22); outline-offset: 3px; }
.sponsor-package-table { width: 100%; min-width: 900px; border-spacing: 0; table-layout: fixed; color: var(--ink); background: white; }
.sponsor-package-table th, .sponsor-package-table td { padding: .9rem 1rem; border-bottom: 1px solid #cbd9e6; border-right: 1px solid #d6e1eb; text-align: center; vertical-align: middle; }
.sponsor-package-table th:last-child, .sponsor-package-table td:last-child { border-right: 0; }
.sponsor-package-table tbody tr:last-child th, .sponsor-package-table tbody tr:last-child td { border-bottom: 0; }
.sponsor-package-table thead th { color: white; background: var(--blue); font-family: "Manrope", sans-serif; font-size: .82rem; letter-spacing: .05em; text-transform: uppercase; }
.sponsor-package-table thead th:first-child { width: 47%; text-align: left; }
.sponsor-package-table tbody th { color: #253b54; background: #fbfcfe; font-family: "Source Sans 3", Arial, sans-serif; font-size: .9rem; font-weight: 600; line-height: 1.4; text-align: left; }
.sponsor-package-table tbody tr:nth-child(even) th, .sponsor-package-table tbody tr:nth-child(even) td { background: #f6f9fc; }
.package-included { display: inline-grid; place-items: center; width: 28px; height: 28px; color: #0878bd; background: #e7f4fb; border-radius: 50%; }
.package-included .material-symbols-rounded { font-size: 1.15rem; font-weight: 700; }
.package-detail { display: inline-block; max-width: 13ch; color: #2b435d; font-family: "Manrope", sans-serif; font-size: .78rem; font-weight: 700; line-height: 1.35; }
.package-not-included { color: #9aa9b8; }
.sponsor-packages-action { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-top: 1.25rem; padding-top: 1.25rem; border-top: 1px solid var(--line); }
.sponsor-packages-action p { max-width: 58ch; margin: 0; color: #43566e; }
.sponsor-packages-action .button { flex: 0 0 auto; }
.sponsor-platform { background: #eaf3f9; border-top: 1px solid var(--line); }
.sponsor-platform-inner { display: grid; grid-template-columns: minmax(220px, .66fr) minmax(280px, .96fr) minmax(300px, 1.08fr); grid-template-areas: "heading detail media"; gap: clamp(1.5rem, 3.5vw, 3.75rem); align-items: center; padding-top: var(--section-space-roomy); padding-bottom: var(--section-space-roomy); }
.sponsor-platform-heading { grid-area: heading; }
.sponsor-platform h2 { max-width: 14ch; margin: 0; }
.sponsor-platform-media { grid-area: media; min-height: 250px; margin: 0; overflow: hidden; background: var(--navy); border-radius: 12px; box-shadow: 0 16px 38px rgba(6,29,58,.12); }
.sponsor-platform-media img { display: block; width: 100%; height: 100%; min-height: 250px; aspect-ratio: 16 / 9; object-fit: cover; object-position: center; }
.sponsor-platform-detail { grid-area: detail; max-width: 62ch; }
.sponsor-platform-detail p { margin: 0 0 1rem; color: #43566e; line-height: 1.65; }
.sponsor-platform-detail .sponsor-platform-lead { color: var(--ink); font-family: "Manrope", sans-serif; font-size: clamp(1.2rem, 2vw, 1.55rem); font-weight: 700; line-height: 1.35; }
.sponsor-platform-detail .button { margin-top: .5rem; }
.sponsor-enquiry-section { background: #edf3f8; border-top: 1px solid var(--line); }
.sponsor-enquiry-inner { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: clamp(3rem, 8vw, 8rem); padding-top: var(--section-space-roomy); padding-bottom: var(--section-space-roomy); }
.sponsor-enquiry-copy { max-width: 480px; }
.sponsor-enquiry-copy h2 { font-size: clamp(2.1rem, 4vw, 3.7rem); }
.sponsor-enquiry-copy > p:not(.eyebrow) { color: #43566e; font-size: 1.05rem; line-height: 1.65; }
.sponsor-enquiry-copy ul { margin: 1.5rem 0 0; padding: 0; list-style: none; }
.sponsor-enquiry-copy li { position: relative; padding: .8rem 0 .8rem 1.65rem; border-top: 1px solid #c6d3e0; font-family: "Manrope", sans-serif; font-size: .88rem; font-weight: 700; }
.sponsor-enquiry-copy li::before { content: "check"; position: absolute; left: 0; top: .82rem; color: var(--blue); font-family: "Material Symbols Rounded"; font-size: 1.1rem; }
.sponsor-form-card { padding: clamp(1.35rem, 3vw, 2.25rem); background: white; border: 1px solid #cbd7e3; box-shadow: 0 18px 45px rgba(7,29,58,.07); }
.sponsor-enquiry-form { display: grid; gap: 1rem; }
.sponsor-enquiry-form p { margin: 0; }
.sponsor-enquiry-form label { display: block; margin-bottom: .38rem; color: var(--ink); font-family: "Manrope", sans-serif; font-size: .78rem; font-weight: 800; }
.sponsor-enquiry-form input, .sponsor-enquiry-form select, .sponsor-enquiry-form textarea { width: 100%; min-height: 48px; padding: .72rem .8rem; color: var(--ink); background: white; border: 1px solid #afbdcc; border-radius: 3px; font: inherit; }
.sponsor-enquiry-form textarea { min-height: 135px; resize: vertical; }
.sponsor-enquiry-form input:focus-visible, .sponsor-enquiry-form select:focus-visible, .sponsor-enquiry-form textarea:focus-visible { border-color: var(--blue); outline: 3px solid rgba(10,120,189,.18); outline-offset: 1px; }
.sponsor-enquiry-form .button { justify-self: start; border: 0; cursor: pointer; }
.form-field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.form-privacy { color: var(--muted); font-size: .76rem; line-height: 1.45; }
.form-privacy a { color: var(--blue); text-decoration: underline; text-underline-offset: 2px; }
.sponsor-form-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-notice { margin-bottom: 1.25rem; padding: .9rem 1rem; border-left: 4px solid; font-size: .9rem; line-height: 1.45; }
.form-notice.is-success { color: #155d3c; background: #e8f7ef; border-color: #258f61; }
.form-notice.is-error { color: #7b2d27; background: #fff0ee; border-color: #d05449; }

@media (max-width: 900px) {
	.sponsor-value { grid-template-columns: 1fr; gap: 2rem; }
	.sponsor-value header h2 { max-width: 18ch; }
	.sponsor-proof-inner { grid-template-columns: 1fr; gap: 2.5rem; }
	.sponsor-proof h2 { max-width: 15ch; }
	.sponsor-proof-note { grid-column: 1; margin-top: -1rem; }
	.sponsor-packages-heading { grid-template-columns: 1fr; gap: 1rem; }
	.sponsor-packages-heading h2 { max-width: 18ch; }
	.sponsor-platform-inner { grid-template-columns: minmax(0, .9fr) minmax(300px, 1.1fr); grid-template-areas: "heading media" "detail media"; gap: 1.5rem 2rem; align-items: start; }
	.sponsor-platform-media { align-self: stretch; min-height: 100%; }
	.sponsor-platform-media img { min-height: 100%; aspect-ratio: auto; }
	.sponsor-enquiry-inner { grid-template-columns: 1fr; gap: 2.5rem; }
	.sponsor-enquiry-copy { max-width: 700px; }
}

@media (max-width: 640px) {
	.sponsor-hero-inner { align-items: flex-start; flex-direction: column; gap: 1.5rem; width: calc(100% - 36px); }
	.sponsor-opportunity-grid, .form-field-grid { grid-template-columns: 1fr; }
	.sponsor-proof-inner { width: calc(100% - 36px); }
	.sponsor-proof-ledger { grid-template-columns: 1fr; }
	.sponsor-proof-ledger > div:nth-child(odd), .sponsor-proof-ledger > div:nth-child(even) { padding: 1.25rem 0 1.35rem; border-left: 0; }
	.sponsor-proof-ledger strong { font-size: 2.55rem; }
	.sponsor-proof-note { margin-top: -.6rem; }
	.sponsor-package-table { min-width: 760px; }
	.sponsor-package-table th, .sponsor-package-table td { padding: .75rem .7rem; }
	.sponsor-packages-action { align-items: flex-start; flex-direction: column; gap: 1rem; }
	.sponsor-platform-inner { grid-template-columns: 1fr; grid-template-areas: "heading" "media" "detail"; width: calc(100% - 36px); }
	.sponsor-platform-media { min-height: 0; }
	.sponsor-platform-media img { min-height: 0; aspect-ratio: 16 / 9; }
	.sponsor-platform-detail .button { width: 100%; justify-content: center; }
	.sponsor-enquiry-inner { width: calc(100% - 36px); }
	.sponsor-form-card { padding: 1.1rem; }
}
.event-audience-groups section {
	min-width: 0;
	padding-top: 1.25rem;
	border-top: 2px solid var(--navy);
}
.event-audience-groups h3 {
	margin-bottom: 1rem;
	font-size: 1.05rem;
	letter-spacing: -.02em;
}
.event-audience-groups ul {
	display: grid;
	gap: .55rem;
	margin: 0;
	padding-inline-start: 1.1rem;
	color: #43566e;
}
.event-audience-groups li {
	padding-inline-start: .2rem;
	line-height: 1.45;
}
.event-audience-groups li::marker { color: var(--blue); }

@media (max-width: 920px) {
	.event-audience-heading { grid-template-columns: minmax(220px, .75fr) minmax(0, 1.25fr); gap: 2rem; }
	.event-audience-metrics { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem 0; }
	.event-audience-metrics > div:nth-child(4) { padding-inline-start: 0; border-inline-start: 0; }
	.event-audience-groups { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
	.event-audience-heading,
	.event-audience-groups { grid-template-columns: 1fr; }
	.event-audience-heading { gap: 1.25rem; }
	.event-audience-heading h2 { max-width: none; font-size: clamp(2.35rem, 12vw, 3.15rem); }
	.event-audience-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.event-audience-metrics > div { padding: .15rem 1rem; }
	.event-audience-metrics > div:nth-child(odd) { padding-inline-start: 0; border-inline-start: 0; }
	.event-audience-metrics > div:nth-child(4) { padding-inline-start: 1rem; border-inline-start: 1px solid #bdcddd; }
	.event-audience-groups { gap: 1.75rem; }
}

/* Reusable social navigation — a restrained divider, not a promotional widget. */
.social-connect-bar {
	color: var(--ink);
	background: #f4f8fb;
	border-top: 1px solid #cfdae5;
	border-bottom: 1px solid #cfdae5;
}
.social-connect-inner {
	display: grid;
	grid-template-columns: minmax(210px, .55fr) minmax(0, 1.45fr);
	align-items: center;
	gap: clamp(2rem, 6vw, 6rem);
	width: min(var(--max), calc(100% - 48px));
	margin: 0 auto;
	padding: clamp(2rem, 3.5vw, 3rem) 0;
}
.social-connect-kicker {
	margin: 0 0 .35rem;
	color: var(--blue);
	font-family: "Manrope", sans-serif;
	font-size: .7rem;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
}
.social-connect-inner h2 {
	margin: 0;
	font-size: clamp(1.8rem, 3vw, 2.7rem);
}
.social-links ul {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #bdcddd;
	border-bottom: 1px solid #bdcddd;
}
.social-links li + li { border-inline-start: 1px solid #bdcddd; }
.social-links a {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	align-items: center;
	gap: .75rem;
	min-height: 84px;
	padding: .8rem clamp(.75rem, 1.4vw, 1.2rem);
	transition: color .18s ease, background-color .18s ease;
}
.social-links a:hover,
.social-links a:focus-visible { color: var(--blue); background: white; }
.social-links a:focus-visible { outline: 3px solid rgba(10,120,189,.28); outline-offset: -3px; }
.social-links a::after { display: none !important; }
.social-mark {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	color: var(--navy);
	background: white;
	border: 1px solid #b8c8d7;
	border-radius: 50%;
}
.social-mark svg { width: 16px; height: 16px; fill: currentColor; }
.social-label {
	font-family: "Manrope", sans-serif;
	font-size: .86rem;
	font-weight: 800;
}
.social-action {
	grid-column: 2;
	display: flex;
	align-items: center;
	gap: .3rem;
	color: #637388;
	font-size: .72rem;
	font-weight: 600;
}
.social-links--mobile { display: none; }

.home-social-divider {
	width: min(var(--max), calc(100% - 48px));
	margin: 0 auto;
	border-top: 1px solid #bdcddd;
	border-bottom: 1px solid #bdcddd;
}
.home-social-divider-inner {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: clamp(1.5rem, 4vw, 4rem);
	padding: .65rem 0;
}
.home-social-divider-inner > strong {
	font-family: "Manrope", sans-serif;
	font-size: .86rem;
	white-space: nowrap;
}
.social-links--home ul { border: 0; }
.social-links--home a { min-height: 54px; padding-block: .35rem; }
.social-links--home .social-action { display: none; }

@media (max-width: 920px) {
	.social-connect-inner { grid-template-columns: 1fr; gap: 1.35rem; }
	.social-links--footer ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.social-links--footer li:nth-child(odd) { border-inline-start: 0; }
	.social-links--footer li:nth-child(n+3) { border-top: 1px solid #bdcddd; }
	.social-links--mobile { display: block; width: 100%; margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--line); }
	.social-links--mobile ul { grid-template-columns: repeat(2, minmax(0, 1fr)); border: 0; }
	.social-links--mobile li { border: 0; }
	.social-links--mobile a { min-height: 54px; padding: .45rem 0; }
	.social-links--mobile .social-action { display: none; }
	.home-social-divider-inner { grid-template-columns: 1fr; gap: .25rem; }
	.home-social-divider-inner > strong { padding-top: .5rem; }
	.social-links--home ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.social-links--home li:nth-child(odd) { border-inline-start: 0; }
	.social-links--home li:nth-child(n+3) { border-top: 1px solid #bdcddd; }
}

@media (max-width: 640px) {
	.social-connect-inner { width: calc(100% - 36px); }
	.social-links--footer ul { grid-template-columns: 1fr; }
	.social-links--footer li + li { border-inline-start: 0; border-top: 1px solid #bdcddd; }
	.social-links--footer a { min-height: 68px; }
	.social-links--footer a { grid-template-columns: 34px minmax(0, 1fr) auto; }
	.social-links--footer .social-action { grid-column: 3; }
	.home-social-divider { width: calc(100% - 36px); }
	.social-links--home ul { grid-template-columns: 1fr; }
	.social-links--home li + li { border-inline-start: 0; border-top: 1px solid #bdcddd; }
	.social-links--home a { min-height: 52px; }
}

@media (max-width: 920px) {
	.events-proof-heading,
	.about-reach-inner > header,
	.about-audience { grid-template-columns: 1fr; gap: 1.35rem; }
	.events-proof-heading h2,
	.about-reach-inner h2,
	.about-audience > header h2 { max-width: 18ch; }
	.events-proof-layout { grid-template-columns: 1fr; }
	.about-reach-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.about-reach-metrics > div:nth-child(3) { padding-inline-start: 0; border-inline-start: 0; border-top: 1px solid #3a516b; }
	.about-reach-metrics > div:nth-child(4) { border-top: 1px solid #3a516b; }
}

@media (max-width: 1180px) {
	.event-speakers .speaker-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.event-speakers .speaker-grid .speaker-card:last-child { grid-column: auto; }
}

@media (max-width: 640px) {
	.events-proof { margin-top: var(--section-space); }
	.events-proof-heading h2 { max-width: none; font-size: clamp(2.2rem, 11vw, 3rem); }
	.events-proof-metrics { grid-template-columns: 1fr; }
	.events-proof-metrics > div,
	.events-proof-metrics > div:first-child { padding: 1.15rem 0; }
	.events-proof-metrics > div + div { border-inline-start: 0; border-top: 1px solid #bdcddd; }
	.events-proof-quote { padding: 1.25rem; }
	.about-reach-inner,
	.about-audience { width: calc(100% - 36px); }
	.about-reach-metrics { grid-template-columns: 1fr; }
	.about-reach-metrics > div,
	.about-reach-metrics > div:first-child { padding: 1.15rem 0; }
	.about-reach-metrics > div + div,
	.about-reach-metrics > div:nth-child(3),
	.about-reach-metrics > div:nth-child(4) { border-inline-start: 0; border-top: 1px solid #3a516b; }
	.event-speakers .speaker-grid { grid-template-columns: 1fr; }
	.event-speakers .speaker-card { height: 150px; grid-template-columns: 108px minmax(0, 1fr); }
	.event-speakers .speaker-card img,
}

.session-replay-action { margin: 1.5rem 0 0; }
.event-recordings > p { margin: -.5rem 0 1.5rem; color: var(--muted, #657086); }
.event-recordings-list { display: grid; gap: .75rem; list-style: none; margin: 0; padding: 0; }
.event-recordings-list a { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.25rem; border: 1px solid #d9e1e8; border-radius: .5rem; color: inherit; font-weight: 650; text-decoration: none; }
.event-recordings-list a:hover, .event-recordings-list a:focus-visible { border-color: #0a75a6; color: #0a75a6; }

@media (max-width: 640px) {
	:root { --editorial-heading-3-size: 1.375rem; }
}

/* KPI LSP Survey 2026 campaign page. */
.kpi-campaign {
	--kpi-navy: #071d3a;
	--kpi-blue: #0a78bd;
	--kpi-coral: #ff6b54;
	--kpi-ink: #13253f;
	--kpi-muted: #5f7187;
	--kpi-line: #dce5ef;
	--kpi-paper: #f7f9fc;
	color: var(--kpi-ink);
	background: var(--kpi-paper);
}

.kpi-campaign ::selection {
	color: #fff;
	background: var(--kpi-blue);
}

.kpi-campaign :focus-visible {
	outline: 3px solid #f4b41a;
	outline-offset: 4px;
}

.kpi-campaign__inner {
	width: min(1220px, calc(100% - 48px));
	margin-inline: auto;
}

.kpi-campaign__hero {
	display: grid;
	grid-template-columns: minmax(0, .93fr) minmax(460px, 1.07fr);
	min-height: 650px;
	color: #fff;
	background: var(--kpi-navy);
}

.kpi-campaign__hero-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(4rem, 7vw, 7rem) max(32px, calc((100vw - 1220px) / 2));
	padding-right: clamp(2.5rem, 5vw, 5rem);
}

.kpi-campaign__hero h1 {
	max-width: 720px;
	margin: 0 0 1.5rem;
	color: #fff;
	font-size: clamp(3rem, 5.2vw, 5.7rem);
	font-weight: 800;
	line-height: .96;
	letter-spacing: -.04em;
}

.kpi-campaign__hero-lede {
	max-width: 650px;
	margin: 0;
	color: #d8e4ef;
	font-size: clamp(1.12rem, 1.6vw, 1.35rem);
	line-height: 1.58;
}

.kpi-campaign__actions {
	display: flex;
	flex-wrap: wrap;
	gap: .75rem;
	margin-top: 2rem;
}

.kpi-campaign__actions .button {
	min-height: 50px;
	padding-inline: 1.35rem;
}

.kpi-campaign__actions .button-ghost {
	color: #fff;
	border-color: rgba(255, 255, 255, .7);
}

.kpi-campaign__actions .button-ghost:hover,
.kpi-campaign__actions .button-ghost:focus-visible {
	color: var(--kpi-navy);
	background: #fff;
	border-color: #fff;
}

.kpi-campaign__hero-note {
	max-width: 620px;
	margin: 1.15rem 0 0;
	color: #9fb4c8;
	font-size: .92rem;
	line-height: 1.5;
}

.kpi-campaign__hero-media {
	position: relative;
	min-height: 650px;
	margin: 0;
	overflow: hidden;
	background: #0b2948;
}

.kpi-campaign__hero-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(7, 29, 58, .32), transparent 38%);
	pointer-events: none;
}

.kpi-campaign__hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 58% center;
}

.kpi-campaign__trust {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	color: #dce7f1;
	background: #0d2c4b;
	border-top: 1px solid #274765;
}

.kpi-campaign__trust p {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .6rem;
	margin: 0;
	padding: 1.15rem 1.4rem;
	font-family: "Manrope", Arial, sans-serif;
	font-size: .82rem;
	font-weight: 800;
	text-align: center;
}

.kpi-campaign__trust p + p {
	border-left: 1px solid #274765;
}

.kpi-campaign__trust .material-symbols-rounded {
	color: #65c5f0;
	font-size: 1.3rem;
}

.kpi-campaign__section {
	padding: clamp(4.25rem, 7vw, 7rem) 0;
}

.kpi-campaign__section + .kpi-campaign__section {
	border-top: 1px solid var(--kpi-line);
}

.kpi-campaign__section h2 {
	max-width: 830px;
	margin: 0 0 1.25rem;
	font-size: clamp(2.35rem, 4.2vw, 4.5rem);
	line-height: 1;
	letter-spacing: -.04em;
}

.kpi-campaign__section-intro {
	max-width: 720px;
	margin: 0;
	color: var(--kpi-muted);
	font-size: clamp(1.06rem, 1.45vw, 1.22rem);
	line-height: 1.65;
}

.kpi-campaign__value-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
	gap: clamp(3rem, 8vw, 8rem);
	align-items: end;
}

.kpi-campaign__modes {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #bfcddd;
}

.kpi-campaign__modes li {
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 1rem;
	align-items: center;
	padding: 1.05rem 0;
	border-bottom: 1px solid #bfcddd;
	font-family: "Manrope", Arial, sans-serif;
	font-size: clamp(1.12rem, 2vw, 1.45rem);
	font-weight: 800;
}

.kpi-campaign__modes .material-symbols-rounded {
	color: var(--kpi-blue);
	font-size: 1.65rem;
}

.kpi-campaign__eligibility {
	color: #fff;
	background: var(--kpi-blue);
}

.kpi-campaign__eligibility-grid {
	display: grid;
	grid-template-columns: minmax(270px, .72fr) minmax(0, 1.28fr);
	gap: clamp(3rem, 8vw, 8rem);
	align-items: start;
}

.kpi-campaign__threshold {
	margin: 0;
	font-family: "Manrope", Arial, sans-serif;
	font-size: clamp(4.8rem, 10vw, 9rem);
	font-weight: 800;
	line-height: .8;
	letter-spacing: -.06em;
}

.kpi-campaign__threshold-label {
	max-width: 280px;
	margin: 1.35rem 0 0;
	color: #d9effb;
	font-size: 1.02rem;
	line-height: 1.55;
}

.kpi-campaign__eligibility h2 {
	max-width: 680px;
	color: #fff;
}

.kpi-campaign__eligibility-list {
	margin: 2rem 0 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid rgba(255, 255, 255, .34);
}

.kpi-campaign__eligibility-list li {
	padding: 1rem 0;
	color: #edf8fd;
	border-bottom: 1px solid rgba(255, 255, 255, .34);
	font-size: 1.06rem;
}

.kpi-campaign__steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 2.8rem 0 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #bfcddd;
	border-bottom: 1px solid #bfcddd;
}

.kpi-campaign__steps li {
	min-width: 0;
	padding: 1.5rem clamp(1.15rem, 3vw, 2.4rem) 1.7rem;
}

.kpi-campaign__steps li + li {
	border-left: 1px solid #bfcddd;
}

.kpi-campaign__steps strong {
	display: block;
	margin-bottom: .75rem;
	color: var(--kpi-blue);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 2rem;
	line-height: 1;
}

.kpi-campaign__steps h3 {
	margin: 0 0 .45rem;
	font-size: 1.15rem;
}

.kpi-campaign__steps p {
	margin: 0;
	color: var(--kpi-muted);
	font-size: .96rem;
	line-height: 1.55;
}

.kpi-campaign__history {
	background: #fff;
}

.kpi-campaign__history-grid {
	display: grid;
	grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr);
	gap: clamp(3rem, 8vw, 8rem);
	align-items: start;
}

.kpi-campaign__timeline {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid var(--kpi-line);
}

.kpi-campaign__timeline li {
	display: grid;
	grid-template-columns: 78px 1fr;
	gap: 1.25rem;
	padding: 1.15rem 0;
	border-bottom: 1px solid var(--kpi-line);
}

.kpi-campaign__timeline time {
	color: var(--kpi-blue);
	font-family: "Manrope", Arial, sans-serif;
	font-weight: 800;
}

.kpi-campaign__timeline p {
	margin: 0;
	color: var(--kpi-muted);
	line-height: 1.5;
}

.kpi-campaign__timeline a {
	color: var(--kpi-ink);
	font-family: "Manrope", Arial, sans-serif;
	font-weight: 800;
	text-decoration-color: #84bddd;
}

.kpi-campaign__confidence {
	padding: 2rem 0;
	color: #233c55;
	background: #e8f4fb;
	border-top: 1px solid #cce3f0;
	border-bottom: 1px solid #cce3f0;
}

.kpi-campaign__confidence .kpi-campaign__inner {
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 1rem;
	align-items: start;
}

.kpi-campaign__confidence .material-symbols-rounded {
	color: var(--kpi-blue);
	font-size: 2rem;
}

.kpi-campaign__confidence h2 {
	margin: 0 0 .35rem;
	font-size: 1.35rem;
	line-height: 1.25;
}

.kpi-campaign__confidence p {
	max-width: 860px;
	margin: 0;
	line-height: 1.55;
}

.kpi-campaign__close {
	padding: clamp(4.25rem, 7vw, 7rem) 0;
	background: var(--kpi-paper);
}

.kpi-campaign__close-panel {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 2rem;
	align-items: center;
	padding: clamp(2rem, 4.5vw, 4rem);
	color: #fff;
	background: var(--kpi-coral);
	border-radius: 12px;
	box-shadow: 0 22px 50px rgba(7, 29, 58, .18);
}

.kpi-campaign__close h2 {
	max-width: 760px;
	margin: 0 0 .7rem;
	color: #fff;
	font-size: clamp(2.2rem, 4vw, 4.1rem);
	line-height: 1;
}

.kpi-campaign__close p {
	max-width: 710px;
	margin: 0;
	color: #fff4f1;
	font-size: 1.05rem;
}

.kpi-campaign__close .button {
	min-width: 210px;
	color: var(--kpi-navy);
	background: #fff;
}

@media (max-width: 980px) {
	.kpi-campaign__hero {
		grid-template-columns: 1fr;
	}

	.kpi-campaign__hero-copy {
		padding: 4.5rem 24px 3.25rem;
	}

	.kpi-campaign__hero-media {
		min-height: 410px;
	}

	.kpi-campaign__value-grid,
	.kpi-campaign__eligibility-grid,
	.kpi-campaign__history-grid {
		grid-template-columns: 1fr;
		gap: 2.5rem;
	}

	.kpi-campaign__threshold-label {
		max-width: 520px;
	}

	.kpi-campaign__close-panel {
		grid-template-columns: 1fr;
	}

	.kpi-campaign__close .button {
		justify-self: start;
	}
}

@media (max-width: 680px) {
	.kpi-campaign__inner {
		width: calc(100% - 36px);
	}

	.kpi-campaign__hero h1 {
		font-size: clamp(2.55rem, 13vw, 3.65rem);
	}

	.kpi-campaign__hero-media {
		min-height: 285px;
	}

	.kpi-campaign__trust {
		grid-template-columns: 1fr;
	}

	.kpi-campaign__trust p {
		justify-content: flex-start;
		padding-inline: 18px;
		text-align: left;
	}

	.kpi-campaign__trust p + p {
		border-top: 1px solid #274765;
		border-left: 0;
	}

	.kpi-campaign__actions {
		display: grid;
	}

	.kpi-campaign__actions .button {
		width: 100%;
	}

	.kpi-campaign__section {
		padding: 3.5rem 0;
	}

	.kpi-campaign__section h2 {
		font-size: clamp(2.2rem, 11vw, 3.15rem);
	}

	.kpi-campaign__steps {
		grid-template-columns: 1fr;
	}

	.kpi-campaign__steps li + li {
		border-top: 1px solid #bfcddd;
		border-left: 0;
	}

	.kpi-campaign__timeline li {
		grid-template-columns: 62px 1fr;
		gap: .8rem;
	}

	.kpi-campaign__confidence .kpi-campaign__inner {
		grid-template-columns: 1fr;
	}

	.kpi-campaign__close-panel {
		padding: 1.6rem;
	}

	.kpi-campaign__close .button {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.kpi-campaign .button {
		transition: none;
	}
}
