/**
 * Premier Plasmotec presentation legibility corrections.
 *
 * Narrow final-cascade fixes for labels and the Lite/mobile H01 fold. This
 * file intentionally owns no scene geometry outside the registered hero.
 */

.pp-v19-hero__phases > li {
	display: flex;
	align-items: baseline;
	gap: .58em;
}

.pp-v19-hero__phases > li > span {
	flex: 0 0 auto;
}

@media (max-width: 760px) {
	body.ppps-capability-lite
		[data-pp-scene="hero"][data-pp-registered-asset-set]
		.pp-v19-hero__content {
		margin-top: calc(clamp(176px, 52vw, 220px) * -1);
		padding-top: clamp(126px, 34vw, 146px);
		background:
			linear-gradient(
				180deg,
				rgba(7, 8, 9, 0) 0%,
				rgba(7, 8, 9, .72) 36%,
				var(--ppps-ink) 72%
			);
	}
}
