/**
 * oki_sliderhome — Front-office styles
 *
 * These styles complement the base slider styles from oki_slidercore.
 * They handle homepage-specific layout: full-width container
 * and responsive image sizing.
 *
 * Image aspect ratio comes from the HTML width/height attributes
 * set by the module's configuration (default: 1920×400 desktop,
 * 768×576 mobile). No forced aspect-ratio CSS is needed.
 */

/* ── Homepage slider container ─────────────────── */
.oki-slider--home {
	width: 100%;
	margin: 0 auto;
}

/* No overlay — slide text is rendered as sr-only for SEO/a11y.
   Visible info conveyed via img alt + title attributes. */
