/*
 Theme Name: Twenty Twenty-Five Child
 Theme URI: http://example.com/twentytwentyfive-child
 Description: A child theme for Twenty Twenty-Five
 Author: Your Name
 Author URI: http://example.com
 Template: twentytwentyfive
 Version: 1.0.0
*/

/*
 * Ensure the main site header is always visible above high z-index elements 
 * like the snowflake effect (which uses z-index: 9999).
 */
.wp-site-header {
    /* Use a value higher than 9999 to guarantee visibility */
    z-index: 10000; 
    /* Position is required for z-index to take effect */
    position: relative; 
}