/*
 * restaurant_menus — no block-specific rules by design.
 *
 * The block reuses the events markup wholesale: its section is `.events`, its
 * container is `.row-cards.events-cards.events-cards-{style}`, and each item is
 * `<article class="card feature-card">` with `.card-section`, `.card-info` and
 * a `.card-date` carrying `time.event-card-date` / `time.event-card-time`.
 *
 * Every one of those selectors is already owned:
 *   - the events grid + date treatment  -> pagebuilder/events/events.css
 *   - the tile shell (border, accent foot, radius, HOVER LIFT), title,
 *     feature-link, card-info, image ratio -> css/components/card.css
 *
 * Redefining them here would be exactly the layered drift this consolidation
 * removes (hard rule 5). The menu therefore renders identically to events,
 * including the date-led treatment, with no delta.
 *
 * FLAG: this leaves the file rule-less. If restaurant menus ever need to
 * diverge from events (e.g. a service-time emphasis), that delta belongs here.
 */
