/**
 * Apetizer — high-contrast / accessibility overrides
 * Loaded after shared-child-a11y.css.
 *
 * The hero-slider high-contrast treatment now lives entirely in the parent
 * theme's shared-child-a11y.css: the slider keeps sliding and each slide's
 * text becomes an opaque card panel styled like .ernesto-card content
 * (see tiles.css). That shared treatment is exactly what Apetizer needs, so
 * there are no site-specific slider overrides here anymore.
 *
 * The previous rules in this file:
 *   - forced the slider into a static "image top / text below" stack, and
 *   - mirrored everything under @media (prefers-contrast: high), which made
 *     the site load in accessibility mode automatically for any visitor whose
 *     OS had "Increase contrast" enabled.
 * Both were removed. High contrast is now opt-in via the accessibility
 * toolbar only (body.high-contrast).
 *
 * Add Apetizer-specific high-contrast tweaks below if ever needed; they will
 * override the shared rules because this file is enqueued last.
 */
