/*
Theme Name: GrowthFlowIQ Pro
Theme URI: https://growthflowiq.com/
Author: GrowthFlowIQ
Author URI: https://growthflowiq.com/
Description: GrowthFlowIQ Pro is a premium, enterprise-grade WordPress theme for AI automation and consulting companies. It ships with a Stripe/Linear-class design system (adaptive dark + light modes), a full-length conversion-optimized homepage, dedicated Service and Industry page systems, a blog with topical-authority content, comprehensive JSON-LD structured data (Organization, WebSite + SearchAction, Service, BreadcrumbList, FAQPage), Open Graph and Twitter cards, WCAG 2.2 AA accessibility, Core Web Vitals performance tuning, block-editor support, and a one-click content installer that builds every page, menu and demo post on activation. No page builder required. PHP 8.3 ready.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
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-pro
Tags: business, portfolio, blog, custom-logo, custom-menu, custom-colors, custom-background, featured-images, threaded-comments, translation-ready, block-styles, wide-blocks, full-width-template, rtl-language-support, footer-widgets, editor-style, sticky-post
*/

/*
 * NOTE: The full presentational stylesheet lives in assets/css/main.css and is
 * enqueued separately for caching and Core Web Vitals. This file carries the
 * required theme header plus the minimal WordPress baseline (alignments,
 * screen-reader utilities, and default block support) so the theme remains
 * valid and accessible even before the main stylesheet loads.
 */

/* ---------- WordPress required alignments ---------- */
.alignwide { max-width: 1180px; margin-left: auto; margin-right: auto; }
.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; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 0.875rem; text-align: center; }
.gallery-caption { display: block; }
.bypostauthor { display: block; }
.sticky { display: block; }

/* ---------- 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: #14161f;
	border-radius: 6px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #22d3ee;
	display: block;
	font-size: 0.9rem;
	font-weight: 700;
	height: auto;
	left: 8px;
	line-height: normal;
	padding: 16px 24px;
	text-decoration: none;
	top: 8px;
	width: auto;
	z-index: 100000;
}

/* Skip link */
.skip-link:focus { top: 8px; }

/* WordPress admin bar spacing safety */
.admin-bar .site-header.is-sticky { top: 32px; }
@media screen and (max-width: 782px) {
	.admin-bar .site-header.is-sticky { top: 46px; }
}
