.menu .item {
    font-size: 1.4rem;
}

/* Home promo cards derive their height from the background image.
   If promo1.webp / promo2.webp are missing the card collapses to 0 and
   disappears. This floor keeps them visible regardless. */
.promo .uk-card {
    min-height: 340px;
    background-color: var(--color-5);
}