/*
 * Canonical satellite pages: generic content surface, About/Resources
 * navigation and resilient presentation of imported Media5 HTML.
 */

/* ==========================================================================
   Generic content page
   ========================================================================== */

.utr-content-page-intro {
	/* The fixed header floats over this dark intro; preserve a full content
	   offset below it instead of letting breadcrumbs sit underneath it. */
	padding: calc(var(--utr-header-height) + 72px) 56px 64px;
	border-bottom: 1px solid var(--wp--preset--color--surface-dark);
}

.utr-content-page-breadcrumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 28px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.4;
	text-transform: uppercase;
	color: var(--wp--preset--color--grey-400);
}

.utr-content-page-breadcrumb a {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: var(--wp--preset--color--white);
	text-decoration: none;
}

.utr-content-page-breadcrumb a:hover,
.utr-content-page-breadcrumb a:focus-visible {
	color: var(--wp--preset--color--accent);
}

.utr-content-page-breadcrumb a:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 5px;
}

.utr-content-page-breadcrumb__divider {
	color: var(--wp--preset--color--grey-600);
}

.utr-content-page-title {
	max-width: 1100px;
	margin: 0;
	font-size: clamp(38px, 5.2vw, 76px);
	font-weight: 900;
	line-height: 1.02;
	letter-spacing: -0.035em;
	text-transform: uppercase;
	text-wrap: balance;
}

.utr-content-page-body {
	padding: 80px 56px 112px;
	background: var(--wp--preset--color--white);
}

.utr-content-page-body .utr-entry {
	font-size: 17px;
	line-height: 1.75;
	color: #323740;
	overflow-wrap: anywhere;
}

.utr-content-page-body .utr-entry > :first-child {
	margin-top: 0;
}

.utr-content-page-body .utr-entry > :last-child {
	margin-bottom: 0;
}

.utr-content-page-body .utr-content-lede {
	max-width: 780px;
	margin: 0 0 42px;
	font-size: clamp(19px, 2vw, 25px);
	font-weight: 600;
	line-height: 1.55;
	letter-spacing: -0.015em;
	color: var(--wp--preset--color--dark);
}

/* Canonical Resources hub cards generated by repair_local_content.php. */
.utr-content-page-body .utr-resource-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
}

.utr-content-page-body .utr-resource-card {
	position: relative;
	display: flex;
	min-width: 0;
	min-height: 260px;
	flex-direction: column;
	align-items: flex-start;
	padding: 34px;
	border: 1px solid var(--wp--preset--color--grey-200);
	background: var(--wp--preset--color--light);
	color: var(--wp--preset--color--dark);
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.utr-content-page-body .utr-resource-card:hover {
	border-color: var(--wp--preset--color--dark);
	background: var(--wp--preset--color--dark);
	color: var(--wp--preset--color--white);
	transform: translateY(-3px);
}

.utr-content-page-body .utr-resource-card:focus-within {
	outline: 3px solid var(--wp--preset--color--accent);
	outline-offset: -3px;
}

.utr-content-page-body .utr-resource-card__mark {
	display: block;
	width: 20px;
	height: 30px;
	margin: 0 0 34px 5px;
	background: var(--wp--preset--color--accent);
	transform: skewX(-14deg);
}

.utr-content-page-body .utr-resource-card h2 {
	margin: 0 0 14px;
	font-size: clamp(20px, 2vw, 28px);
	line-height: 1.15;
	color: inherit;
}

.utr-content-page-body .utr-resource-card h2 a {
	color: inherit;
	text-decoration: none;
}

.utr-content-page-body .utr-resource-card h2 a::after {
	position: absolute;
	inset: 0;
	content: "";
}

.utr-content-page-body .utr-resource-card p {
	margin: 0 0 28px;
	font-size: 14.5px;
	line-height: 1.6;
	color: var(--wp--preset--color--grey-600);
}

.utr-content-page-body .utr-resource-card:hover p {
	color: var(--wp--preset--color--grey-300);
}

.utr-content-page-body .utr-resource-card__link {
	margin-top: auto;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	color: var(--wp--preset--color--accent);
}

/* Technical guide/PDF list. */
.utr-content-page-body .utr-guide-list {
	margin: 0 0 36px;
	padding: 0;
	border-top: 1px solid var(--wp--preset--color--grey-200);
	list-style: none;
}

.utr-content-page-body .utr-guide-list li {
	margin: 0;
	border-bottom: 1px solid var(--wp--preset--color--grey-200);
}

.utr-content-page-body .utr-guide-list a {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;
	padding: 23px 20px;
	color: var(--wp--preset--color--dark);
	text-decoration: none;
	transition: background-color 160ms ease, color 160ms ease;
}

.utr-content-page-body .utr-guide-list a:hover {
	background: var(--wp--preset--color--light);
	color: var(--wp--preset--color--accent);
}

.utr-content-page-body .utr-guide-list a:focus-visible {
	outline: 3px solid var(--wp--preset--color--accent);
	outline-offset: -3px;
}

.utr-content-page-body .utr-guide-list span {
	font-weight: 700;
	line-height: 1.45;
}

.utr-content-page-body .utr-guide-list small {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .1em;
	color: var(--wp--preset--color--accent);
}

/* Mission/value and Cooperation benefit cards. */
.utr-content-page-body .utr-value-grid,
.utr-content-page-body .utr-benefit-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 0 0 40px;
	counter-reset: utr-content-card;
}

.utr-content-page-body .utr-value-grid article,
.utr-content-page-body .utr-benefit-card {
	position: relative;
	min-height: 210px;
	padding: 34px;
	border: 1px solid var(--wp--preset--color--grey-200);
	background: var(--wp--preset--color--light);
	counter-increment: utr-content-card;
}

.utr-content-page-body .utr-value-grid article::before,
.utr-content-page-body .utr-benefit-card::before {
	display: block;
	margin-bottom: 34px;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	color: var(--wp--preset--color--accent);
	content: counter(utr-content-card, decimal-leading-zero);
}

.utr-content-page-body .utr-value-grid h2,
.utr-content-page-body .utr-benefit-card h2 {
	margin: 0 0 12px;
	font-size: clamp(18px, 1.8vw, 25px);
	line-height: 1.2;
}

.utr-content-page-body .utr-value-grid p,
.utr-content-page-body .utr-benefit-card p {
	margin: 0;
	font-size: 14.5px;
	line-height: 1.6;
	color: var(--wp--preset--color--grey-600);
}

.utr-content-page-body .utr-entry p,
.utr-content-page-body .utr-entry ul,
.utr-content-page-body .utr-entry ol {
	margin-top: 0;
	margin-bottom: 1.35em;
}

.utr-content-page-body .utr-entry h2,
.utr-content-page-body .utr-entry h3,
.utr-content-page-body .utr-entry h4 {
	margin: 2em 0 0.7em;
	line-height: 1.2;
	letter-spacing: -0.025em;
	text-wrap: balance;
}

.utr-content-page-body .utr-entry h2 {
	font-size: clamp(26px, 3vw, 40px);
	text-transform: uppercase;
}

.utr-content-page-body .utr-entry h3 {
	font-size: clamp(22px, 2vw, 30px);
}

.utr-content-page-body .utr-entry h4 {
	font-size: clamp(18px, 1.5vw, 22px);
}

.utr-content-page-body .utr-entry a {
	font-weight: 700;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

.utr-content-page-body .utr-entry a:focus-visible {
	outline: 2px solid var(--wp--preset--color--accent);
	outline-offset: 4px;
}

.utr-content-page-body .utr-entry ul:not(.cbp_tmtimeline),
.utr-content-page-body .utr-entry ol:not(.cbp_tmtimeline) {
	padding-left: 1.35em;
}

.utr-content-page-body .utr-entry li + li {
	margin-top: 0.55em;
}

.utr-content-page-body .utr-entry blockquote {
	margin: 48px 0;
	padding: 28px 32px;
	border: 0;
	border-left: 5px solid var(--wp--preset--color--accent);
	background: var(--wp--preset--color--light);
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(19px, 2vw, 27px);
	font-weight: 700;
	line-height: 1.45;
}

.utr-content-page-body .utr-entry hr {
	margin: 48px 0;
	border: 0;
	border-top: 1px solid var(--wp--preset--color--grey-200);
}

.utr-content-page-body .utr-entry img {
	max-width: 100%;
	height: auto;
}

.utr-content-page-body .utr-entry figure {
	margin: 40px 0;
}

.utr-content-page-body .utr-entry figcaption {
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.5;
	color: var(--wp--preset--color--grey-600);
}

.utr-content-page-body .utr-entry iframe,
.utr-content-page-body .utr-entry video {
	max-width: 100%;
}

.utr-content-page-body .utr-entry iframe[src*="youtube"],
.utr-content-page-body .utr-entry iframe[src*="vimeo"] {
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
}

/* Keep useful tabular data readable without allowing it to widen the page. */
.utr-content-page-body .utr-entry table:not([align="left"]) {
	width: 100% !important;
	margin: 32px 0;
	border-collapse: collapse;
	font-size: 14px;
	line-height: 1.55;
}

.utr-content-page-body .utr-entry table:not([align="left"]) th,
.utr-content-page-body .utr-entry table:not([align="left"]) td {
	padding: 14px 16px;
	border: 1px solid var(--wp--preset--color--grey-200);
	text-align: left;
	vertical-align: top;
}

.utr-content-page-body .utr-entry table:not([align="left"]) th {
	background: var(--wp--preset--color--dark);
	color: var(--wp--preset--color--white);
	font-weight: 800;
}

.utr-content-page-body .utr-entry table:not([align="left"]) tr:nth-child(even) td {
	background: var(--wp--preset--color--light);
}

/* Old four-column metric layouts used one table per card. */
.utr-content-page-body .utr-entry table[align="left"] {
	float: none !important;
	display: inline-table;
	width: calc(25% - 18px) !important;
	margin: 0 18px 28px 0;
	padding: 0;
	border: 1px solid var(--wp--preset--color--grey-200);
	background: var(--wp--preset--color--light);
	vertical-align: top;
}

.utr-content-page-body .utr-entry table[align="left"] td {
	padding: 0 20px 18px;
	border: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
}

.utr-content-page-body .utr-entry table[align="left"] tr:first-child td {
	padding: 0;
}

.utr-content-page-body .utr-entry table[align="left"] img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.utr-content-page-body .utr-entry table:not(:has(tr)) {
	display: none;
}

/* ==========================================================================
   Interactive history timeline
   ========================================================================== */

.utr-history-overview {
	display: grid;
	grid-template-columns: minmax(150px, .34fr) minmax(0, 1fr);
	gap: 48px;
	align-items: start;
	margin: 0 0 56px;
}

.utr-content-page-body .utr-history-overview .utr-kicker {
	margin: 7px 0 0;
}

.utr-content-page-body .utr-history-overview .utr-content-lede {
	margin: 0;
}

.utr-history-timeline {
	--utr-history-marker-inset: 18px;
	width: min(1440px, calc(100vw - 32px));
	margin: 0 0 12px 50%;
	padding: clamp(28px, 4vw, 52px);
	box-sizing: border-box;
	overflow: hidden;
	background: var(--wp--preset--color--dark);
	color: #fff;
	transform: translateX(-50%);
}

.utr-history-timeline__toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}

.utr-content-page-body .utr-history-timeline__toolbar > p {
	display: none;
}

/* Retire the instruction copy from older persisted history markup too. */
.utr-history-timeline > p {
	display: none !important;
}

.utr-history-controls {
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 0 0 auto;
	margin-left: auto;
}

.utr-history-controls button {
	display: inline-grid;
	place-items: center;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 1px solid #414852;
	border-radius: 0;
	background: transparent;
	color: #fff;
	font-size: 23px;
	cursor: pointer;
	transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.utr-history-controls button:hover:not(:disabled),
.utr-history-controls button:focus-visible {
	border-color: var(--wp--preset--color--accent);
	background: var(--wp--preset--color--accent);
	outline: none;
}

.utr-history-controls button:disabled {
	opacity: .32;
	cursor: default;
}

.utr-history-status {
	min-width: 126px;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	color: var(--wp--preset--color--grey-300);
	text-align: center;
}

.utr-history-viewport {
	position: relative;
	margin-top: 38px;
	padding: 0 0 22px;
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior-inline: contain;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-color: #58606c transparent;
	scrollbar-width: thin;
	touch-action: pan-x pan-y;
}

.utr-history-viewport:focus-visible {
	outline: 2px solid var(--wp--preset--color--accent);
	outline-offset: 8px;
}

.utr-history-viewport.is-wheel-scrolling {
	scroll-behavior: auto;
	scroll-snap-type: none;
}

.utr-content-page-body .cbp_tmtimeline {
	position: relative;
	display: flex;
	width: max-content;
	min-width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.utr-content-page-body .cbp_tmtimeline::before {
	position: absolute;
	top: 76px;
	right: 0;
	left: var(--utr-history-marker-inset);
	height: 1px;
	background: #414852;
	content: "";
}

.utr-content-page-body .cbp_tmtimeline > li {
	position: relative;
	display: flex;
	flex: 0 0 clamp(300px, 30vw, 420px);
	flex-direction: column;
	min-width: 0;
	margin: 0;
	padding: 0 22px 0 0;
	box-sizing: border-box;
	opacity: .56;
	scroll-snap-align: start;
	transform: translateY(14px);
	transition: opacity 420ms ease, transform 520ms cubic-bezier(.22, .61, .36, 1);
}

.utr-content-page-body .cbp_tmtimeline > li + li {
	margin-top: 0;
}

.utr-content-page-body .cbp_tmtimeline > li::before {
	position: absolute;
	top: 68px;
	left: var(--utr-history-marker-inset);
	z-index: 1;
	width: 17px;
	height: 17px;
	border: 4px solid var(--wp--preset--color--dark);
	border-radius: 50%;
	background: #59616d;
	box-shadow: 0 0 0 1px #59616d;
	content: "";
	transition: background-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.utr-content-page-body .cbp_tmtimeline > li.is-visible,
.utr-content-page-body .cbp_tmtimeline > li.is-active {
	opacity: 1;
	transform: translateY(0);
}

.utr-content-page-body .cbp_tmtimeline > li.is-active::before {
	background: var(--wp--preset--color--accent);
	box-shadow: 0 0 0 1px var(--wp--preset--color--accent), 0 0 0 7px rgba(226, 51, 54, .16);
	transform: scale(1.08);
}

.utr-history-year {
	height: 58px;
}

.utr-content-page-body .cbp_tmtime {
	display: block;
	padding: 0;
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(27px, 3vw, 42px);
	font-weight: 700;
	line-height: .95;
	letter-spacing: -.04em;
	color: #fff;
	text-align: left;
}

.utr-content-page-body .cbp_tmlabel {
	min-height: 242px;
	margin-top: 42px;
	padding: 28px;
	box-sizing: border-box;
	border: 1px solid #353b44;
	background: #171b21;
	transition: border-color 220ms ease, background-color 220ms ease, transform 320ms ease;
}

.utr-content-page-body .cbp_tmtimeline > li.is-active .cbp_tmlabel {
	border-color: var(--wp--preset--color--accent);
	background: #1c2027;
	transform: translateY(-4px);
}

.utr-content-page-body .cbp_tmlabel h2,
.utr-content-page-body .cbp_tmlabel h4 {
	margin: 0 0 16px;
	font-size: clamp(18px, 1.7vw, 24px);
	line-height: 1.3;
	color: #fff;
	text-transform: none;
}

.utr-content-page-body .cbp_tmlabel p {
	margin: 0;
	color: var(--wp--preset--color--grey-300);
	font-size: 14px;
	line-height: 1.65;
}

.utr-content-page-body .cbp_tmlabel hr {
	display: none;
}

.utr-history-progress {
	height: 3px;
	margin-top: 18px;
	overflow: hidden;
	background: #353b44;
}

.utr-history-progress span {
	display: block;
	width: 100%;
	height: 100%;
	background: var(--wp--preset--color--accent);
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 100ms linear;
}

/* ==========================================================================
   ATR partnership profile
   ========================================================================== */

.utr-atr-profile__intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: clamp(42px, 7vw, 88px);
	align-items: center;
	margin-bottom: 72px;
}

.utr-content-page-body .utr-atr-profile__intro h2 {
	max-width: 680px;
	margin: 14px 0 24px;
	font-size: clamp(29px, 4vw, 50px);
	line-height: 1.08;
}

.utr-content-page-body .utr-atr-profile__intro .utr-content-lede {
	margin: 0;
	font-size: clamp(18px, 1.8vw, 23px);
}

.utr-atr-profile__intro figure {
	margin: 0;
	padding: 18px;
	border: 1px solid var(--wp--preset--color--grey-200);
	background: var(--wp--preset--color--light);
}

.utr-content-page-body .utr-atr-profile__intro figure img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
}

.utr-content-page-body .utr-atr-profile__intro figcaption {
	margin-top: 12px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .04em;
	line-height: 1.4;
	color: var(--wp--preset--color--grey-600);
}

.utr-atr-profile__partnership {
	display: grid;
	grid-template-columns: minmax(240px, .72fr) minmax(0, 1fr);
	gap: 56px;
	margin-top: 72px;
	padding: clamp(34px, 5vw, 58px);
	background: var(--wp--preset--color--dark);
	color: #fff;
}

.utr-content-page-body .utr-atr-profile__partnership h2 {
	margin: 14px 0 0;
	font-size: clamp(24px, 3vw, 38px);
	line-height: 1.13;
	color: inherit;
}

.utr-content-page-body .utr-atr-profile__partnership > div:last-child > p:first-child {
	margin: 0 0 30px;
	color: var(--wp--preset--color--grey-300);
}

.utr-content-page-body .utr-atr-profile__partnership .utr-inline-cta {
	color: #fff;
}

/* ==========================================================================
   Imported team cards
   ========================================================================== */

.utr-content-page-body .utr-entry > div:has(> .people) {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.utr-content-page-body .people {
	display: flex;
	min-width: 0;
	flex-direction: column;
	margin: 0 0 24px;
	padding: 0 24px 24px;
	border: 1px solid var(--wp--preset--color--grey-200);
	background: var(--wp--preset--color--light);
}

.utr-content-page-body .people > p {
	margin: 0 0 7px;
	line-height: 1.45;
}

.utr-content-page-body .people > p:has(> img) {
	margin: 0 -24px 20px;
}

.utr-content-page-body .people > img {
	width: calc(100% + 48px);
	max-width: none;
	margin: 0 -24px 20px;
}

.utr-content-page-body .people img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	object-position: center top;
}

.utr-content-page-body .people p > span {
	font-family: var(--wp--preset--font-family--heading);
	font-size: 16px;
	font-weight: 700;
}

.utr-content-page-body .people strong span {
	font-family: var(--wp--preset--font-family--body);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1.45;
	text-transform: uppercase;
	color: var(--wp--preset--color--accent);
}

.utr-content-page-body .people em {
	font-size: 13px;
	font-style: normal;
	color: var(--wp--preset--color--grey-600);
}

/* ==========================================================================
   About / Cooperation satellite navigation
   ========================================================================== */

.utr-satellite-navigation {
	padding: 72px 56px 80px;
	border-bottom: 1px solid var(--wp--preset--color--grey-200);
}

.utr-satellite-navigation .utr-kicker {
	margin: 0 0 15px;
}

.utr-satellite-navigation__title {
	max-width: 860px;
	margin: 0 0 36px;
	font-size: clamp(27px, 3vw, 42px);
	line-height: 1.12;
	letter-spacing: -0.03em;
	text-transform: uppercase;
}

.utr-satellite-navigation__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 1px;
	padding: 1px;
	background: var(--wp--preset--color--grey-200);
}

.utr-satellite-navigation__grid--four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.utr-satellite-card {
	position: relative;
	display: flex;
	min-height: 225px;
	min-width: 0;
	flex-direction: column;
	padding: 25px 24px 23px;
	background: var(--wp--preset--color--white);
	color: var(--wp--preset--color--dark);
	text-decoration: none;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.utr-satellite-card:hover {
	z-index: 1;
	background: var(--wp--preset--color--dark);
	color: var(--wp--preset--color--white);
	transform: translateY(-4px);
}

.utr-satellite-card:focus-visible {
	z-index: 2;
	outline: 3px solid var(--wp--preset--color--accent);
	outline-offset: -3px;
}

.utr-satellite-card__number {
	margin-bottom: 36px;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: var(--wp--preset--color--accent);
}

.utr-satellite-card strong {
	padding-right: 24px;
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(15px, 1.25vw, 19px);
	line-height: 1.3;
	text-wrap: balance;
}

.utr-satellite-card__copy {
	margin-top: 13px;
	font-size: 13.5px;
	font-weight: 500;
	line-height: 1.55;
	color: var(--wp--preset--color--grey-600);
}

.utr-satellite-card:hover .utr-satellite-card__copy {
	color: var(--wp--preset--color--grey-300);
}

.utr-satellite-card__arrow {
	position: absolute;
	top: 22px;
	right: 22px;
	font-size: 22px;
	line-height: 1;
	color: var(--wp--preset--color--accent);
}

/* ==========================================================================
   Company facts
   ========================================================================== */

.utr-company-facts {
	padding: 32px 0 0;
	background: var(--wp--preset--color--dark);
	color: var(--wp--preset--color--white);
	scroll-margin-top: 80px;
}

.utr-company-facts__header {
	padding: 48px 56px 40px;
}

.utr-company-facts__header .utr-kicker {
	margin: 0 0 13px;
}

.utr-company-facts__header h2 {
	margin: 0;
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(24px, 2.2vw, 34px);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.02em;
	text-transform: uppercase;
}

.utr-company-facts__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	padding-top: 1px;
	background: var(--wp--preset--color--surface-dark);
}

.utr-company-fact {
	min-height: 184px;
	padding: 36px 36px 46px;
	background: var(--wp--preset--color--dark);
}

.utr-company-fact strong {
	display: block;
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(30px, 2.6vw, 46px);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.035em;
}

.utr-company-fact--accent strong {
	color: var(--wp--preset--color--accent);
}

.utr-company-fact p {
	margin: 12px 0 0;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: var(--wp--preset--color--grey-500);
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 1100px) {
	.utr-satellite-navigation__grid,
	.utr-satellite-navigation__grid--four {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.utr-content-page-body .utr-entry > div:has(> .people) {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.utr-content-page-body .utr-entry table[align="left"] {
		width: calc(50% - 18px) !important;
	}
}

@media (max-width: 900px) {
	.utr-content-page-intro {
		padding: calc(var(--utr-header-height) + 46px) 24px 48px;
	}

	.utr-content-page-body {
		padding: 56px 24px 80px;
	}

	.utr-satellite-navigation {
		padding: 56px 24px 64px;
	}

	.utr-company-facts__header {
		padding: 36px 24px 30px;
	}

	.utr-company-facts__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.utr-company-fact {
		min-height: 164px;
		padding: 30px 24px 38px;
	}

	/* On compact screens the timeline is a true one-card carousel. Keeping
	   every milestone exactly as wide as the scroll viewport avoids the
	   clipped-card state that the previous 78vw sizing produced. */
	.utr-history-timeline {
		width: calc(100% + 32px);
		max-width: none;
		min-width: 0;
		padding: 24px 20px 22px;
	}

	.utr-history-timeline__toolbar {
		width: 100%;
	}

	.utr-history-controls {
		justify-content: space-between;
		width: 100%;
		margin-left: 0;
	}

	.utr-history-status {
		flex: 1 1 auto;
		min-width: 0;
		color: #fff;
		font-size: 13px;
	}

	.utr-history-viewport {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		margin-top: 28px;
		box-sizing: border-box;
		scroll-snap-stop: always;
	}

	.utr-content-page-body .cbp_tmtimeline > li {
		flex-basis: var(--utr-history-slide-width, calc(100vw - 56px));
		width: var(--utr-history-slide-width, calc(100vw - 56px));
		max-width: var(--utr-history-slide-width, calc(100vw - 56px));
		padding-right: 0;
		opacity: 1;
		scroll-snap-stop: always;
		transform: none;
	}

	.utr-content-page-body .cbp_tmlabel {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		overflow-wrap: anywhere;
	}
}

@media (max-width: 700px) {
	/* Long localized service-page titles (for example, the Ukrainian privacy
	   and social-responsibility titles) must be allowed to wrap inside the
	   compact intro rather than enlarging the document canvas. */
	.utr-content-page-title {
		max-width: 100%;
		min-width: 0;
		overflow-wrap: anywhere;
		text-wrap: wrap;
	}

	.utr-content-page-body .utr-resource-grid,
	.utr-content-page-body .utr-value-grid,
	.utr-content-page-body .utr-benefit-grid,
	.utr-content-page-body .utr-entry > div:has(> .people),
	.utr-satellite-navigation__grid,
	.utr-satellite-navigation__grid--four,
	.utr-company-facts__grid {
		grid-template-columns: 1fr;
	}

	.utr-satellite-card {
		min-height: 185px;
	}

	.utr-history-overview,
	.utr-atr-profile__intro,
	.utr-atr-profile__partnership {
		grid-template-columns: 1fr;
	}

	.utr-history-overview {
		gap: 16px;
		margin-bottom: 42px;
	}

	.utr-content-page-body .utr-history-overview .utr-kicker {
		margin-top: 0;
	}

	.utr-atr-profile__intro {
		gap: 36px;
		margin-bottom: 54px;
	}

	.utr-atr-profile__intro figure {
		width: min(100%, 300px);
		box-sizing: border-box;
	}

	.utr-atr-profile__partnership {
		gap: 28px;
		margin-top: 54px;
	}

	.utr-history-timeline {
		width: calc(100% + 32px);
		padding: 24px 20px 22px;
	}

	.utr-history-timeline__toolbar {
		align-items: flex-start;
		flex-direction: column;
		gap: 18px;
	}

	.utr-history-controls {
		justify-content: space-between;
		width: 100%;
	}

	.utr-history-controls button {
		width: 44px;
		height: 44px;
	}

	.utr-history-status {
		min-width: 112px;
	}

	.utr-history-viewport {
		margin-top: 30px;
	}

	.utr-content-page-body .cbp_tmtimeline > li {
		flex-basis: var(--utr-history-slide-width, calc(100vw - 56px));
		padding-right: 0;
		opacity: 1;
		transform: none;
	}

	.utr-content-page-body .cbp_tmtime {
		font-size: 31px;
	}

	.utr-content-page-body .cbp_tmlabel {
		min-height: 226px;
		padding: 24px;
	}

	.utr-content-page-body .utr-entry table[align="left"] {
		display: table;
		width: 100% !important;
		margin-right: 0;
	}

	.utr-content-page-body .utr-entry table:not([align="left"]) {
		display: block;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.utr-content-page-body .utr-resource-card,
	.utr-content-page-body .utr-value-grid article,
	.utr-content-page-body .utr-benefit-card {
		min-height: 0;
		padding: 28px 24px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.utr-history-viewport {
		scroll-behavior: auto;
	}

	.utr-content-page-body .cbp_tmtimeline > li,
	.utr-content-page-body .cbp_tmtimeline > li::before,
	.utr-content-page-body .cbp_tmlabel,
	.utr-history-progress span {
		transition: none;
	}
}

@media print {
	.utr-history-timeline {
		width: 100%;
		margin-left: 0;
		padding: 0;
		overflow: visible;
		background: #fff;
		color: #000;
		transform: none;
	}

	.utr-history-timeline__toolbar,
	.utr-history-progress,
	.utr-content-page-body .cbp_tmtimeline::before,
	.utr-content-page-body .cbp_tmtimeline > li::before {
		display: none;
	}

	.utr-history-viewport {
		overflow: visible;
	}

	.utr-content-page-body .cbp_tmtimeline {
		display: block;
		width: 100%;
	}

	.utr-content-page-body .cbp_tmtimeline > li {
		display: block;
		margin-bottom: 16px;
		padding: 0;
		opacity: 1;
		transform: none;
	}

	.utr-content-page-body .cbp_tmtime,
	.utr-content-page-body .cbp_tmlabel h2,
	.utr-content-page-body .cbp_tmlabel p {
		color: #000;
	}

	.utr-content-page-body .cbp_tmlabel {
		min-height: 0;
		margin-top: 8px;
		background: #fff;
	}
}

@media (max-width: 480px) {
	.utr-content-page-title {
		font-size: clamp(25px, 6.7vw, 32px);
		hyphens: none;
		word-break: normal;
	}

	.utr-content-page-body .utr-entry {
		font-size: 16px;
	}

	.utr-content-page-body .utr-entry blockquote {
		padding: 22px 20px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.utr-content-page-body .utr-resource-card {
		transition: none;
	}

	.utr-content-page-body .utr-resource-card:hover {
		transform: none;
	}

	.utr-satellite-card {
		transition: none;
	}

	.utr-satellite-card:hover {
		transform: none;
	}
}
