/* ============================================================
   Pure Massage — Page Banner
   Background image only, used at the top of every inner page
   instead of the homepage hero.
   ============================================================ */
.page-banner {
	position: relative;
	height: clamp(280px, 30vw, 400px);
	overflow: hidden;
}

.page-banner-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
