/*
Theme Name: GutoFlow
Theme URI: https://gutoflow.dev
Author: Sahadat Husain
Author URI: https://github.com/devsahadat
Description: A lightweight, performance-first block theme for the WordPress Site Editor. Zero frontend JavaScript, fully theme.json-driven, designed to pair with the GutoFlow blocks plugin.
Requires at least: 6.7
Tested up to: 7.0.2
Requires PHP: 8.1
Version: 0.1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gutoflow
Tags: full-site-editing, block-patterns, block-styles, custom-colors, custom-menu, custom-logo, editor-style, featured-images, translation-ready
*/

/*
 * Behavior utilities for header presets (spec 0002). Sticky positioning
 * itself comes from core's position block support; these add what core
 * doesn't emit. The #ffffff literal is the documented exception to the
 * semantic-slug law: it sits on the paired hero's look-independent dark
 * overlay (spec 0002).
 */
.gutoflow-header-sticky {
	z-index: 100;
}

.gutoflow-header-transparent {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: transparent;
	color: #ffffff;
}

.gutoflow-header-transparent :is( a, .wp-block-site-title a ) {
	color: inherit;
}
