/*
Theme Name: ItsMyLinks
Theme URI: https://itsmylinks.com
Author: ItsMyLinks
Author URI: https://citaeotion.com
Description: ItsMyLinks - link-in-bio with the full citAEOtion AEO + analytics back end intact, layered on the itsmylinks-core (ClickWhale fork) link engine.
Version: 2.0.0-alpha.1-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; }
