.event-page .promo-primary {
	position: relative;
}

.event-page .promo-primary::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.38);
	z-index: 1;
}

.event-page .promo-primary .container {
	position: relative;
	z-index: 2;
}

.event-intro__lead {
	font-size: 18px;
	line-height: 1.8;
}

.event-intro__note {
	margin-top: 25px;
	padding-left: 24px;
	border-left: 4px solid #00bcd4;
	font-weight: 700;
}

.event-gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 24px;
}

.event-gallery__item {
	position: relative;
	display: block;
	overflow: hidden;
	min-height: 260px;
	border-radius: 6px;
	background: #f4f4f4;
	box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
}

.event-gallery__item img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 260px;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.event-gallery__item:hover img {
	transform: scale(1.04);
}

.event-gallery__caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 18px;
	color: #fff;
	font-weight: 700;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.72));
}

.impact-stories {
	background: #fff;
}

.impact-stories__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	margin-bottom: 30px;
}

.impact-story {
	padding: 28px;
	border-top: 4px solid #00bcd4;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 36px rgba(0, 0, 0, 0.08);
}

.impact-story h6 {
	margin: 0 0 12px;
	color: #333;
	font-family: "Quicksand", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
}

.impact-story p {
	margin-bottom: 0;
	color: #555;
	line-height: 1.7;
}

.impact-stories__closing {
	margin: 0;
	padding: 24px 28px;
	border-left: 4px solid #00bcd4;
	border-radius: 6px;
	background: #f7fbfc;
	color: #333;
	font-weight: 700;
	line-height: 1.7;
}

@media only screen and (max-width: 575px) {
	.event-intro__lead {
		font-size: 16px;
	}

	.event-gallery {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.event-gallery__item,
	.event-gallery__item img {
		min-height: 230px;
	}

	.impact-stories__grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.impact-story,
	.impact-stories__closing {
		padding: 22px;
	}
}

.events-list-page .promo-primary {
	position: relative;
}

.events-list-page .promo-primary::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.28);
	z-index: 1;
}

.events-list-page .promo-primary .container {
	position: relative;
	z-index: 2;
}

.events-list {
	background: #fff;
}

.events-list__intro {
	font-size: 16px;
	line-height: 1.7;
	color: #555;
}

.events-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
}

.event-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	min-height: 100%;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.09);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.event-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 22px 48px rgba(0, 0, 0, 0.14);
}

.event-card__media {
	display: block;
	overflow: hidden;
	height: 240px;
	background: #f4f4f4;
}

.event-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.event-card:hover .event-card__media img {
	transform: scale(1.04);
}

.event-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 28px;
}

.event-card__eyebrow {
	margin-bottom: 12px;
	color: #00bcd4;
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.event-card__title {
	margin: 0 0 14px;
	color: #333;
	font-family: "Quicksand", sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
}

.event-card__body p {
	margin-bottom: 24px;
	color: #555;
	line-height: 1.7;
}

.event-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: flex-start;
	margin-top: auto;
	min-height: 46px;
	padding: 13px 24px;
	border-radius: 4px;
	color: #fff;
	background: #00bcd4;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition: background 0.25s ease, transform 0.25s ease;
}

.event-card__button:hover {
	color: #fff;
	background: #009caf;
	transform: translateY(-2px);
}

.event-card--featured .event-card__media {
	height: 280px;
}

@media only screen and (max-width: 1199px) {
	.events-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media only screen and (max-width: 767px) {
	.events-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.event-card__media,
	.event-card--featured .event-card__media {
		height: 230px;
	}

	.event-card__body {
		padding: 24px;
	}

	.event-card__title {
		font-size: 22px;
	}
}
