/* Hero title styling - subtle shadow for readability on background images */
.site-hero-title {
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.65);
}
