/* Contrast-safe presentation for configurable branding on light and dark sections. */
#mk2026 .mk26-section:not(.mk26-dark):not(.mk26-contact) .mk26-kicker,
#mk2026 .mk26-section:not(.mk26-dark):not(.mk26-contact) h2 em {
	color: #64701f;
}

#mk2026 .mk26-section:not(.mk26-dark):not(.mk26-contact):not(.mk26-statement) h2,
#mk2026 .mk26-section:not(.mk26-dark):not(.mk26-contact):not(.mk26-statement) h3 {
	color: var(--mk-text, #17221f);
}

#mk2026 .mk26-dark h2,
#mk2026 .mk26-dark h3,
#mk2026 .mk26-contact h2 {
	color: var(--mk-white, #fff);
}

#mk2026 .mk26-dark .mk26-kicker,
#mk2026 .mk26-dark h2 em,
#mk2026 .mk26-contact .mk26-kicker,
#mk2026 .mk26-contact h2 em {
	color: var(--mk-accent, #b7c66c);
}

#mk2026 .mk26-button {
	background: #d4df96;
	color: #0d211d !important;
}
