/* Excellence Snowsports — client-requested adjustments.
   Loaded on the front-end by the Site Control plugin (update-safe; does not touch
   the theme). Added per session; each rule notes its requirement ID. */

/* ===== Session 1 ===== */

/* R6, R8, R11, R16 + (2026-06-30) client: "centralize the hero picture on all pages
   (desktop)." Center EVERY page hero. The home page uses a different class
   (.exsn-hero), so it is automatically excluded — only the inner page heroes
   (.exsn-pagehero) are affected. Loaded after the theme CSS, so this wins. */
.exsn-pagehero__media img {
	object-position: center center;
}

/* R3, R21 — consistent dark overlay on the location cards (home + Locations page)
   so both cards read the same regardless of how bright the underlying photo is. */
.exsn-loc::after {
	background: linear-gradient(180deg,
		rgba(15, 18, 21, .34) 0%,
		rgba(15, 18, 21, .40) 42%,
		rgba(15, 18, 21, .86) 66%,
		rgba(15, 18, 21, .97) 100%);
}
