/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/






/* ---------------- KOWN statement line ---------------- */
/* Homepage: "Say nothing. Be seen." — display scale.
   Same font, colour and wording; size, spacing and rhythm only. */

.nectar-highlighted-text p {
	font-size: clamp(2.75rem, 7vw, 5.75rem);
	line-height: 1.06;
	letter-spacing: -0.025em;
	margin: 0;
}

/* keep the highlighted phrase whole so it drops to its own line
   and the marker stroke never breaks across two rows */
.nectar-highlighted-text em {
	white-space: nowrap;
}
