/* Salt Grain — Typography controls (metric value_size + headline_size) */
.sg-metric-value {
	font-family: var(--sg-font-display);
	font-size: clamp(48px, 5vw, 68px); /* --lg default */
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.05;
	min-width: 0;
	overflow-wrap: anywhere;
	text-wrap: balance;
	overflow: visible;
}

.sg-metric-value--lg {
	font-size: clamp(48px, 5vw, 68px);
	overflow-wrap: anywhere;
	text-wrap: balance;
}

.sg-metric-value--md {
	font-size: clamp(22px, 2.4vw, 34px);
	overflow-wrap: normal;
	word-break: normal;
	hyphens: none;
	text-wrap: unset;
}

.sg-metric-value--sm {
	font-size: clamp(18px, 1.8vw, 26px);
	overflow-wrap: normal;
	word-break: normal;
	hyphens: none;
	text-wrap: unset;
}

.sg-metric-label {
	overflow-wrap: anywhere;
}

/* Headline size tokens — same clamps as page_hero large|medium|small */
.sg-headline-size--lg {
	font-size: clamp(72px, 10vw, 132px);
}

.sg-headline-size--md {
	font-size: clamp(56px, 7.5vw, 96px);
}

.sg-headline-size--sm {
	font-size: clamp(36px, 5vw, 64px);
}

.sg-cs-metric-value {
	font-family: var(--sg-font-display);
	font-weight: 700;
	letter-spacing: -0.05em;
	line-height: 1;
	min-width: 0;
	overflow-wrap: anywhere;
}
