/*
 * Lifetime Awards page only.
 */
.wmiff-awards-hero {
	padding: clamp(58px, 9vw, 112px) 0;
	background:
		radial-gradient(circle at 85% 20%, #174c7d 0, transparent 34%),
		linear-gradient(118deg, #050812 0%, #0b1c4d 62%, #073b5c 100%);
	color: #fff;
}

.wmiff-awards-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 240px;
	align-items: center;
	gap: clamp(36px, 8vw, 120px);
}

.wmiff-awards-hero__kicker,
.wmiff-award-card__eyebrow,
.wmiff-awards__intro .eyebrow,
.wmiff-awards__section-heading .eyebrow,
.wmiff-awards__cta .eyebrow {
	margin: 0 0 12px;
	color: #75dfdf;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .16em;
	line-height: 1.2;
	text-transform: uppercase;
}

.wmiff-awards-hero h1 {
	max-width: 720px;
	margin: 0;
	font-size: clamp(56px, 10vw, 116px);
	letter-spacing: -.075em;
	line-height: .82;
}

.wmiff-awards-hero__copy > p:not(.wmiff-awards-hero__kicker) {
	max-width: 560px;
	margin: 28px 0;
	color: #d8e9fb;
	font-size: clamp(16px, 2vw, 21px);
	line-height: 1.45;
}

.wmiff-awards-hero__badge {
	display: grid;
	place-items: center;
	width: 220px;
	height: 220px;
	padding: 25px;
	border: 1px solid #e7b64d;
	border-radius: 50%;
	outline: 1px solid #e7b64d;
	outline-offset: 8px;
	color: #e7b64d;
	text-align: center;
	transform: rotate(7deg);
}

.wmiff-awards-hero__badge span {
	font-size: 48px;
	font-weight: 800;
	letter-spacing: -.08em;
	line-height: .8;
}

.wmiff-awards-hero__badge strong {
	color: #fff;
	font-size: 22px;
	letter-spacing: .12em;
}

.wmiff-awards-hero__badge small {
	font-size: 10px;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.wmiff-awards {
	padding: clamp(58px, 8vw, 100px) 0;
	background: #f4f7fb;
}

.wmiff-awards__intro {
	max-width: 700px;
	margin-bottom: 42px;
}

.wmiff-awards__intro .eyebrow,
.wmiff-awards__section-heading .eyebrow {
	color: #087fb7;
}

.wmiff-awards__intro h2,
.wmiff-awards__section-heading h2,
.wmiff-awards__cta h2 {
	margin: 0;
	color: #07133d;
	font-size: clamp(34px, 5vw, 62px);
	letter-spacing: -.06em;
	line-height: .93;
}

.wmiff-awards__intro > p:last-child {
	max-width: 570px;
	margin: 20px 0 0;
	color: #617087;
	font-size: 16px;
	line-height: 1.6;
}

.wmiff-award-feature {
	display: grid;
	grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr);
	align-items: center;
	gap: clamp(26px, 6vw, 90px);
	margin-bottom: 74px;
	padding: clamp(24px, 4vw, 54px);
	border: 1px solid #dce4ef;
	background: #fff;
	box-shadow: 0 20px 50px #07133d0d;
}

.wmiff-award-feature__image {
	display: grid;
	place-items: center;
	min-height: 260px;
	padding: 12px;
	background: #07133d;
}

.wmiff-award-feature__image img {
	display: block;
	height: auto;
	width: min(100%, 310px);
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.wmiff-award-feature__copy {
	max-width: 600px;
}

.wmiff-award-feature__copy .wmiff-award-card__eyebrow,
.wmiff-award-card__eyebrow {
	color: #087fb7;
}

.wmiff-award-feature h3,
.wmiff-award-card h3 {
	margin: 0;
	color: #07133d;
	font-size: clamp(25px, 4vw, 44px);
	letter-spacing: -.045em;
	line-height: .98;
}

.wmiff-award-feature__copy > p:last-child {
	max-width: 470px;
	margin: 20px 0 0;
	color: #5e6d84;
	font-size: 16px;
	line-height: 1.6;
}

.wmiff-awards__section-heading {
	margin-bottom: 28px;
}

.wmiff-award-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.wmiff-award-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid #dce4ef;
	background: #fff;
	box-shadow: 0 16px 38px #07133d0b;
}

.wmiff-award-card__image {
	display: grid;
	place-items: center;
	height: clamp(300px, 38vw, 480px);
	padding: 18px;
	background: #e8eef5;
}

.wmiff-award-card__image img {
	display: block;
	max-width: 100%;
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.wmiff-award-card__body {
	flex: 1;
	padding: 24px 26px 28px;
}

.wmiff-award-card__body .wmiff-award-card__eyebrow {
	margin-bottom: 10px;
	font-size: 9px;
}

.wmiff-award-card__body h3 {
	font-size: clamp(24px, 3vw, 36px);
}

.wmiff-award-card__body > p:last-child {
	margin: 13px 0 0;
	color: #5e6d84;
	font-size: 14px;
	line-height: 1.55;
}

.wmiff-awards__cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 26px;
	margin-top: 74px;
	padding: clamp(28px, 5vw, 52px);
	background: #dff3f4;
}

.wmiff-awards__cta .eyebrow {
	color: #087fb7;
}

.wmiff-awards__cta h2 {
	max-width: 700px;
	font-size: clamp(30px, 4vw, 52px);
}

@media (max-width: 700px) {
	.wmiff-awards-hero__grid {
		grid-template-columns: 1fr;
	}

	.wmiff-awards-hero__badge {
		width: 160px;
		height: 160px;
	}

	.wmiff-awards-hero__badge span {
		font-size: 35px;
	}

	.wmiff-awards-hero__badge strong {
		font-size: 17px;
	}

	.wmiff-award-feature,
	.wmiff-award-grid {
		grid-template-columns: 1fr;
	}

	.wmiff-award-feature {
		gap: 26px;
	}

	.wmiff-award-card__image {
		height: 390px;
	}

	.wmiff-awards__cta {
		display: block;
	}

	.wmiff-awards__cta .festival-button {
		margin-top: 22px;
	}
}

@media (max-width: 560px) {
	.wmiff-awards-hero {
		padding: 48px 0 64px;
	}

	.wmiff-awards-hero h1 {
		font-size: 64px;
	}

	.wmiff-award-feature {
		padding: 18px;
	}

	.wmiff-award-card__image {
		height: 330px;
	}

	.wmiff-award-card__body {
		padding: 21px 22px 24px;
	}
}

/* Keep the portrait and its caption in separate, reliable layout boxes. */
.wmiff-award-card {
	align-content: start;
}

.wmiff-award-card__image {
	flex: 0 0 auto;
	position: relative;
	overflow: hidden;
}

.wmiff-award-card__image img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.wmiff-award-card__body {
	position: relative;
	z-index: 1;
	display: block;
	flex: 0 0 auto;
	min-height: 150px;
	border-top: 1px solid #e3e9f1;
	background: #fff;
}

.wmiff-award-card__body h3 {
	margin-top: 0;
}

.wmiff-award-card__body > p:last-child {
	margin-bottom: 0;
}