/* --- SEO Utility Classes --- */

/* Visually Hidden (for H1 primarily) */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    white-space: nowrap;
}

/* Hero Title Display Utility (Matches .hero-premium h1) */
.hero-title-display {
    font-family: 'Cinzel', serif;
    font-size: 3.8rem;
    line-height: 1.1;
    margin-bottom: 25px;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    letter-spacing: -1px;
    color: white;
    font-weight: 700;
}

@media (max-width: 768px) {
    .hero-title-display {
        font-size: 2.5rem;
    }
}
