/*
Theme Name: citAEOtion Theme by Full Contact AEO
Theme URI: https://citAEOtion.com
Author: Joe Harvey - citAEOtion / Full Contact AEO / Best AEO Audit / Full Contact SEO / Law Firm Marketing Solutions
Author URI: https://fullcontactaeo.com
Description: AEO and SEO optimized WordPress theme. Clean semantic HTML, baked-in component classes (.intro, .cta, .faq, .listicle, .smallTitle), mobile CTA triptych with GA4 tracking, dark sub-hero band on homepage, per-site brand color overrides via admin form (Appearance → FCS Theme Settings) with wp-config constant back-compat, AI-tell-suppression (no-texturize), built-in /llms.txt + /llms-full.txt generators, per-page Schema.org microdata H1 wrapper (Service / LegalService / etc.), Reviews CPT with denormalized per-review JSON-LD + B&M-only AggregateRating emission, homepage AEO answer block with extended Speakable selectors, BreadcrumbList + WebSite/SearchAction schema. Built for the agency stack across legal, agency, and streamer verticals.
Version: 2.0.0-alpha14.3
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.0
License: Proprietary
License URI: https://fullcontactseo.com
Text Domain: full-contact-seo-aeo
Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* All component styles live in /assets/css/main.css and are enqueued via functions.php */

/* alpha12.1: Homepage hero image fluid sizing.
 * Fixes white-band issue on wider-than-image viewports.
 * Image stretches to fill viewport width without pixelation
 * on typical AI-gen hero sizes (1600-2400px wide). */
.home-hero { width: 100%; }
.home-hero .hero-img { display: block; width: 100%; height: auto; max-width: none; }
