/*
Theme Name: GrowthFlowIQ
Theme URI: https://growthflowiq.com/
Author: GrowthFlowIQ
Author URI: https://growthflowiq.com/
Description: Premium dark WordPress theme for GrowthFlowIQ — a consulting practice focused on AWS cloud operations, platform modernization, data engineering, AI automation, and fractional engineering leadership. Deep-charcoal design system with glassmorphism, an operations-console hero, signature cyan-to-indigo gradient, monospace engineering vernacular, a visually dominant AWS Cloud Operations primary practice, five focused service cards, a four-stage engagement model, and a dedicated About page. Customizer-driven, block-aware (theme.json), vanilla JS, modern CSS. No page-builder or JS-library dependencies.
Version: 3.1.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: growthflowiq
Tags: business, blog, portfolio, custom-logo, custom-menu, custom-colors, featured-images, threaded-comments, translation-ready, block-styles, wide-blocks, full-width-template, rtl-language-support
*/

/*
 * Main presentational styles live in assets/css/main.css (enqueued separately
 * for performance/caching). This file carries the required theme header and
 * the minimal WordPress block-alignment + accessibility baseline.
 */

/* WordPress required alignment classes */
.alignwide { max-width: 1200px; }
.alignfull { max-width: 100%; width: 100%; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin-right: 1.5rem; }
.alignright { float: right; margin-left: 1.5rem; }

/* Accessibility: screen-reader text */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #111827;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Skip link */
.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 100000;
}
.skip-link:focus {
	left: 8px;
	top: 8px;
}

/* WordPress caption + gallery defaults */
.wp-caption { max-width: 100%; }
.wp-caption-text { text-align: center; font-size: 0.875rem; color: #6B7280; }
.sticky { display: block; }
.bypostauthor { display: block; }
.gallery-caption { display: block; }

/* Media */
.wp-block-image img,
img { max-width: 100%; height: auto; }

embed, iframe, object { max-width: 100%; }
