/* Hero block styles (minimal) */
/* Tailwind utilities are preferred. This file exists to satisfy block.json's style reference. */

/* Desktop minimum height for full viewport height heroes */
@media (min-width: 1024px) {
    .hero-section {
        min-height: var(--desktop-min-h, 600px);
    }
}
