/*
Theme Name: citAEOtion Theme
Theme URI: https://citAEOtion.com
Author: Joe Harvey - citAEOtion / Full Contact AEO
Author URI: https://citaeotion.com
Description: Citation infrastructure for the AI answer era. 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 Appearance → citAEOtion Options, AI-tell suppression (no-texturize), built-in /llms.txt generator following the Atlas pattern, per-page Markdown companion files for LLM citation, protocol-layer UA exclusion (Googlebot/Google-Extended disallowed from /llm-files/, GPTBot/ClaudeBot/PerplexityBot/CCBot allowed), Yoast schema upgrade filters (wpseo_schema_article + wpseo_schema_organization), Reviews CPT with denormalized per-review JSON-LD. Built for the legal, agency, and streamer verticals.
Version: 1.0.0-alpha.2-final-1
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 8.0
License: Proprietary
License URI: https://citaeotion.com
Text Domain: citaeotion
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; }
