/* ===========================================================================
   Helios — Manifesto slide widget
   ======================================================================== */

.hl-manifesto {
	max-width: 1180px;
	margin-inline: auto;
}

/* Weight 300 on a large serif: the statement should read as a considered
   sentence, not as a headline shouting at the visitor. */
.hl-manifesto h2 {
	margin: 0;
	font-family: var(--hl-f-display);
	font-size: clamp(1.9rem, 4.5vw, 4.1rem);
	font-weight: 300;
	line-height: 1.16;
	letter-spacing: -.01em;
	color: var(--hl-w-heading, var(--hl-cream));
}

/* The dimmed clause. */
.hl-manifesto h2 span {
	color: var(--hl-w-label-muted, var(--hl-cream-faint));
}

.hl-manifesto__sig {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-top: 52px;
}
.hl-manifesto__rule {
	display: block;
	flex: 0 0 auto;
	width: 44px;
	height: 1px;
	background: var(--hl-w-accent, var(--hl-sun));
}

@media (max-width: 720px) {
	.hl-manifesto__sig { margin-top: 34px; }
}
