/* ─── TRUST / Производство в Химках ─── */
.mh__trust { background: var(--ink); color: var(--paper); padding: 0; }

/* W3/C4: lead-параграф над фактами trust (раньше inline style hex+rgba). */
.mh__trust-lead {
	font-size: 16.5px;
	line-height: 1.55;
	color: rgba(var(--rgb-paper), 0.74);
	margin: 18px 0 0;
	max-width: 42ch;
}
.mh__trust-inner {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	min-height: 720px;
}
.mh__trust-photo {
	position: relative;
	overflow: hidden;
	background: var(--color-graphite-950);
}
.mh__trust-photo img,
.mh__trust-photo video {
	position: absolute;
	inset: 0;
	width: 100%; height: 100%; object-fit: cover;
	filter: contrast(1.06) saturate(0.86);
}
.mh__trust-photo-tape {
	position: absolute;
	bottom: 32px; left: 32px;
	background: var(--accent);
	color: var(--paper);
	font-family: var(--font-mh-mono);
	font-size: var(--text-eyebrow); /* 11px → token */
	letter-spacing: 0.18em;
	text-transform: uppercase;
	padding: 8px 14px;
	line-height: 1.5;
}
.mh__trust-body { padding: 80px 64px; display: flex; flex-direction: column; gap: 48px; }
.mh__trust-body .mh__section-eyebrow { color: rgba(var(--rgb-paper),0.65); }
.mh__trust-body .mh__section-eyebrow::before { background: var(--accent); }
.mh__trust-h2 {
	font-family: var(--font-mh-display);
	font-weight: 700;
	font-size: clamp(36px, 4vw, 56px);
	line-height: 1.02;
	letter-spacing: -0.016em;
	color: var(--paper);
	margin: 0;
	text-wrap: balance;
}
.mh__trust-facts {
	list-style: none;
	margin: 0; padding: 0;
	display: grid;
	gap: 0;
}
.mh__trust-fact {
	display: block;
	padding: 18px 0;
	border-top: 1px solid rgba(var(--rgb-paper),0.14);
}
.mh__trust-fact:last-child { border-bottom: 1px solid rgba(var(--rgb-paper),0.14); }
.mh__trust-fact-n {
	font-family: var(--font-mh-mono);
	font-size: var(--text-mono-sm); /* 12px → token */
	color: var(--accent);
	letter-spacing: 0.06em;
	padding-top: 4px;
}
.mh__trust-fact-t {
	font-family: var(--font-mh-display);
	font-weight: 600;
	font-size: 19px;
	line-height: 1.25;
	color: var(--paper);
	letter-spacing: -0.008em;
}
.mh__trust-fact-d {
	font-size: var(--text-body-sm);
	color: rgba(var(--rgb-paper),0.6);
	margin-top: 4px;
	line-height: 1.4;
	font-family: var(--font-mh-body);
}

