/*
Theme Name: citAEOtion Theme
Theme URI: https://citAEOtion.com
Author: Joe Harvey - citAEOtion / Full Contact AEO
Author URI: https://citaeotion.com
Description: Custom WordPress theme for content-focused websites. Built for performance and clean HTML output. Internal and paid customer use only.
Version: 1.0.0-alpha.2-final-6
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; }
