CSS file changes were not rendering - likely due to Apache mod_expires caching style.css for 1 week in the browser. Two fixes: - Cache-bust the stylesheet link (?v=4) so the browser is forced to fetch a fresh copy of the CSS file - Move the dark card and heading size fix to inline styles on the hero div directly in home.php, so the change lives in the PHP output and is not subject to any CSS caching layer https://claude.ai/code/session_015wpwmheufcxkBuXivrSHhd