/* ==========================================================================
   Babam Signature — light header styling (M2)
   --------------------------------------------------------------------------
   Conservative, additive polish on the Kadence default header so it carries the
   Babam look while we defer the real navigation (desktop mega menu + mobile
   slide menu) to M3. NO header template overrides and NO custom nav logic here.

   ⚠️ UNVERIFIED SELECTORS: the Kadence header markup/classes below are best
   guesses and have NOT been validated against the installed Kadence version.
   They are intentionally additive — if a selector doesn't match, it is a no-op
   and the header simply keeps Kadence defaults. Validate + tighten on Rocket.
   ========================================================================== */

/* Brand wordmark — premium, tight tracking. */
.site-title,
.site-branding .site-title a {
	font-family: var(--babam-font-display, inherit);
	font-weight: 600;
	letter-spacing: var(--babam-tracking-tight, -0.02em);
	color: var(--babam-ink, #0A0A0B);
}

/* Header navigation links — calm, confident. */
.site-header .header-navigation a,
.main-navigation a {
	font-size: var(--babam-text-sm, 0.9375rem);
	letter-spacing: 0.01em;
	color: var(--babam-ink, #0A0A0B);
}

/* Header surface — clean off-white with a hairline divider. */
.site-header-wrap,
.site-header-row {
	background-color: var(--babam-white, #FFFFFF);
}
.site-header-wrap {
	border-bottom: 1px solid var(--babam-fog, #E8E8EA);
}
