/* Responsive enhancements layered on top of base styles. */
@media (max-width: 600px) {
    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-meta {
        grid-template-columns: 1fr;
    }
}
