/* ==========================================================================
   Final Polish Layer - 2026-06-22
   Floating nav, unified buttons, Material icon foundation and insight cards.
   ========================================================================== */
html {
	scroll-padding-top: clamp(6.5rem, 10vw, 8.5rem);
}

.cm-site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}

.cm-header-shell {
	background: #fefefe;
	border-color: rgba(7, 50, 54, 0.12);
	backdrop-filter: blur(14px) saturate(1.18);
	-webkit-backdrop-filter: blur(14px) saturate(1.18);
	/* DEBUG: base/desktop header shell. Remove after breakpoint work.
	background: red;  */

	/* SEMI TRANSPARENT BACKGROUND WITH BLUR - Unwanted 
	background: #fefefecc;
	backdrop-filter: blur(14px) saturate(1.18);
	-webkit-backdrop-filter: blur(14px) saturate(1.18);	*/
}


