/* Skinfluence design tokens — from GRO-420 readout section 5/6/7 */
:root {
	--sf-dark: #191919;
	--sf-sage: #9A9E7F;
	--sf-bg-sage-light: #F1F2E5; /* header/hero band; readout notes F1F2E5≈F1F3E6, treated as one token */
	--sf-bg-footer-contact: #F1F3E6;
	--sf-bg-beige: #F1EAE2; /* membership/team/benefit cards */
	--sf-bg-warm-beige: #F0EAE2; /* About Vision strip */
	--sf-pill-dark: #343434;
	--sf-white: #FFFFFF;
	--sf-black: #000000;

	--sf-radius-pill: 100px;
	--sf-radius-card: 30px;
	--sf-radius-sm: 10px;
	--sf-radius-btn: 5px;
	--sf-radius-xs: 3px;

	/* Single shared lift for every card and 50/50-split image — was one-off copies of a slightly
	   heavier 0 6px 18px rgba(0,0,0,.12) on Icon Cards only; lightened and centralized here so
	   every card/image reads as one consistent system instead of drifting per-block. */
	--sf-shadow-card: 0 6px 18px rgba(0, 0, 0, .08);

	--sf-container: 1240px;
	--sf-container-wide: 1440px;
	--sf-gap: 30px;
	--sf-gap-footer: 44px;
	--sf-section-pad-y: 80px;

	--sf-font-display: "Lora", Georgia, serif; /* Aldine721 BT substitute — see functions.php note */
	--sf-font-heading: "Lora", Georgia, serif;
	--sf-font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
}
