.MSFPromotionListWrapper {
	width: 100%;
	margin: clamp(34px, 5vw, 64px) auto clamp(40px, 5vw, 70px);
	box-sizing: border-box;
}

.MSFPromotionListHeader {
	margin: 0 auto clamp(20px, 3vw, 30px);
	text-align: center;
}

.MSFPromotionListHeader span {
	display: block;
	margin: 0 0 5px;
	color: #087786;
	font: 800 12px/1.2 var(--body-font, "Noto Sans", Arial, Helvetica, sans-serif);
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

#content .MSFPromotionListHeader h2 {
	margin: 0;
	color: #11283a;
	font: 700 clamp(34px, 4.2vw, 50px)/0.98 var(--title-font, "Barlow Condensed", "Arial Narrow", Arial, sans-serif);
	letter-spacing: 0;
	text-transform: none;
}

.MSFPromotionList {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(246px, 270px));
	gap: clamp(18px, 2.4vw, 30px);
	align-items: stretch;
	justify-content: center;
}

.MSFPromotionList .MSFPromotionCard {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 488px;
	padding: 9px 9px 15px;
	box-sizing: border-box;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(22, 57, 68, 0.98) 0%, rgba(10, 38, 48, 0.98) 58%, rgba(9, 35, 43, 0.98) 100%),
		#0d2d38;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.2),
		0 11px 24px rgba(17, 40, 58, 0.22);
	color: #ffffff;
	text-decoration: none;
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.MSFPromotionList .MSFPromotionCard::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	height: 31%;
	background:
		radial-gradient(circle at 12px 18px, rgba(179, 86, 38, 0.52) 0 3px, rgba(179, 86, 38, 0) 4px) 0 0 / 23px 20px,
		radial-gradient(circle at 6px 8px, rgba(213, 163, 61, 0.36) 0 2px, rgba(213, 163, 61, 0) 3px) 0 0 / 18px 16px,
		url("/themes/MSF26/images/specials/sharedListBkgrd.jpg") center bottom / auto 100% repeat-x;
	background-blend-mode: screen, screen, screen;
	opacity: 0.34;
	-webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.42) 34%, #000000 78%);
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.42) 34%, #000000 78%);
	pointer-events: none;
}

.MSFPromotionList .MSFPromotionCard::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		radial-gradient(circle at 18% 0%, rgba(213, 163, 61, 0.18), rgba(213, 163, 61, 0) 32%),
		linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0) 26%);
	pointer-events: none;
}

.MSFPromotionCard__photoFrame,
.MSFPromotionCard__body {
	position: relative;
	z-index: 1;
}

.MSFPromotionCard__photoFrame {
	display: block;
	height: 160px;
	margin: 0 0 13px;
	overflow: hidden;
	border: 7px solid #ffffff;
	background: #ffffff;
	box-shadow:
		0 10px 18px rgba(0, 0, 0, 0.22),
		0 0 0 1px rgba(0, 0, 0, 0.12);
	transform: rotate(-1.1deg);
}

.MSFPromotionList .MSFPromotionCard:nth-child(even) .MSFPromotionCard__photoFrame {
	transform: rotate(1deg);
}

.MSFPromotionCard__photo {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	transform: scale(1.01);
	transition: transform 0.35s ease;
}

.MSFPromotionCard__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-width: 0;
	padding: 0 9px;
	text-align: center;
}

#content .MSFPromotionCard__eyebrow {
	display: block;
	min-height: 22px;
	margin: 0 0 7px;
	color: #d5a33d;
	font: 400 12px/1.35 "Rock Salt", cursive;
	text-transform: none;
}

#content .MSFPromotionList .MSFPromotionCard h2 {
	display: -webkit-box;
	margin: 0 0 7px;
	overflow: hidden;
	color: #ffffff;
	font: 700 clamp(23px, 2vw, 26px)/1.03 var(--title-font, "Barlow Condensed", "Arial Narrow", Arial, sans-serif);
	letter-spacing: 0;
	text-transform: none;
	text-decoration: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

#content .MSFPromotionList .desc {
	display: -webkit-box;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
	color: rgba(255, 255, 255, 0.88);
	font: 400 14px/1.42 var(--body-font, "Noto Sans", Arial, Helvetica, sans-serif);
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.MSFPromotionCard__meta {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: flex-end;
	gap: 10px;
	margin-top: 14px;
}

#content .MSFPromotionList .seasons {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	color: rgba(255, 255, 255, 0.9);
	font: 800 10px/1 var(--body-font, "Noto Sans", Arial, Helvetica, sans-serif);
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

#content .MSFPromotionList .seasons__label {
	margin-right: 1px;
}

#content .MSFPromotionList .seasons .icon {
	position: relative;
	display: inline-block;
	flex: 0 0 auto;
	width: 31px;
	height: 31px;
	overflow: hidden;
	border-radius: 999px;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.28),
		0 1px 3px rgba(0, 0, 0, 0.24);
	opacity: 1;
}

#content .MSFPromotionList .seasons .icon::before {
	content: "";
	position: absolute;
	inset: 0;
	width: 31px;
	height: 31px;
	background-image: url("/themes/MSF26/images/specials/SeasonSmallHQ.png");
	background-repeat: no-repeat;
	background-size: 124px 62px;
}

#content .MSFPromotionList .seasons .icon.Spring {
	background-color: #648f50;
}

#content .MSFPromotionList .seasons .icon.Spring::before { background-position: 0 0; }

#content .MSFPromotionList .seasons .icon.Summer {
	background-color: #dca23f;
}

#content .MSFPromotionList .seasons .icon.Summer::before { background-position: -31px 0; }

#content .MSFPromotionList .seasons .icon.Fall {
	background-color: #b96733;
}

#content .MSFPromotionList .seasons .icon.Fall::before { background-position: -62px 0; }

#content .MSFPromotionList .seasons .icon.Winter {
	background-color: #367799;
}

#content .MSFPromotionList .seasons .icon.Winter::before { background-position: -93px 0; }

#content .MSFPromotionList .learn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	width: min(100%, 146px);
	min-height: 36px;
	margin: 0 auto;
	border: 1px solid rgba(255,255,255,0.26);
	border-radius: 3px;
	background: linear-gradient(180deg, #b94620 0%, #83260f 100%);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.24), 0 8px 16px rgba(0, 0, 0, 0.18);
	color: #ffffff;
	font: 700 15px/1 var(--title-font, "Barlow Condensed", "Arial Narrow", Arial, sans-serif);
	letter-spacing: 0.02em;
	white-space: nowrap;
	transition: gap 0.2s ease, background 0.2s ease;
}

#content .MSFPromotionList .MSFPromotionCard:hover,
#content .MSFPromotionList .MSFPromotionCard:focus {
	color: #ffffff;
	text-decoration: none;
	transform: translateY(-4px);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.22),
		0 16px 30px rgba(17, 40, 58, 0.28);
}

#content .MSFPromotionList .MSFPromotionCard:hover .MSFPromotionCard__photo,
#content .MSFPromotionList .MSFPromotionCard:focus .MSFPromotionCard__photo {
	transform: scale(1.07);
}

#content .MSFPromotionList .MSFPromotionCard:hover .learn,
#content .MSFPromotionList .MSFPromotionCard:focus .learn {
	gap: 13px;
	background: linear-gradient(180deg, #c44c24 0%, #70200d 100%);
}

@media (max-width: 1020px) {
	.MSFPromotionList {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.MSFPromotionList .MSFPromotionCard {
		max-height: none;
	}

	.MSFPromotionList .desc {
		-webkit-line-clamp: 4;
	}
}

@media (max-width: 640px) {
	.MSFPromotionListWrapper {
		position: relative;
		left: 50%;
		width: 100vw;
		margin-top: 24px;
		overflow-x: auto;
		transform: translateX(-50%);
		-webkit-overflow-scrolling: touch;
	}

	.MSFPromotionList {
		display: flex;
		gap: 18px;
		width: max-content;
		min-width: 100%;
		padding: 0 18px 10px;
		box-sizing: border-box;
	}

	.MSFPromotionList .MSFPromotionCard {
		width: min(84vw, 344px);
		min-height: 488px;
	}
}

@media (max-width: 390px) {
	#content .MSFPromotionList .seasons {
		gap: 4px;
	}

	#content .MSFPromotionList .seasons .icon {
		width: 28px;
		height: 28px;
	}

	#content .MSFPromotionList .seasons .icon::before {
		width: 28px;
		height: 28px;
		background-size: 112px 56px;
	}

	#content .MSFPromotionList .seasons .icon.Spring::before { background-position: 0 0; }
	#content .MSFPromotionList .seasons .icon.Summer::before { background-position: -28px 0; }
	#content .MSFPromotionList .seasons .icon.Fall::before { background-position: -56px 0; }
	#content .MSFPromotionList .seasons .icon.Winter::before { background-position: -84px 0; }
}
