/* Our Story page */

:root {
	--hero-cream: #fdf9f0;
}

.our-story-hero {
	background: var(--cream);
	padding: 80px 0 120px;
}

.our-story-title {
	color: var(--black);
	font-family: "Passion One", sans-serif;
	font-size: 90px;
	margin: 0 0 40px;
	text-transform: uppercase;
	text-align: left;
}

.our-story-media {
	margin-bottom: 48px;
	position: relative;
}

.our-story-video-card {
	position: relative;
	max-width: 80%;
	margin:0 auto;
}

.our-story-video-slot {
	aspect-ratio: 16 / 9;
	background: #000;
	border-radius: 50px;
	min-height: 280px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.our-story-video-poster,
.our-story-video-embed {
	bottom: 0;
	left: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.our-story-video-poster img {
	display: block;
	height: 100%;
	margin: 0;
	object-fit: cover;
	width: 100%;
}

.our-story-video-embed iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.our-story-play-btn {
	background: var(--lilac);
	border: 0;
	border-radius: 10px;
	color: var(--black);
	cursor: pointer;
	font-family: "Passion One", sans-serif;
	font-size: 23px;
	font-weight: 700;
	left: 50%;
	padding: 7px 28px;
	position: absolute;
	text-transform: uppercase;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.our-story-badge {
	aspect-ratio: 400 / 392;
	bottom: 20px;
	height: auto;
	left: 70px;
	max-width: 120px;
	position: absolute;
	width: min(150px, 34%);
	z-index: 2;
}

.our-story-intro {
	font-size: 23px;
	margin-bottom: 72px;
}

.our-story-lead {
	font-size: 25px;
	font-weight: 600;
	margin: 0;
}

.our-story-intro p {
	margin: 0 0 18px;
}

.our-story-intro p:last-child {
	margin-bottom: 0;
}

.our-story-board {
	border-top: 1px solid rgba(0, 0, 0, 0.12);
	display: flex;
	flex-wrap: wrap;
	gap: 18px 32px;
	list-style: none;
	margin: 48px 0 0;
	padding: 24px 0 0;
}

.our-story-board li {
	color: var(--muted);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

/* The Cycle of Life band */

.our-story-cycle {
	background: var(--hero-cream);
	padding: 120px 0;
}

.our-story-cycle-header {
	align-items: start;
	display: grid;
	gap: 24px;
	grid-template-columns: 1fr 1fr;
}

.our-story-cycle-title {
	color: var(--black);
	font-family: "Passion One", sans-serif;
	font-size: 90px;
	margin: 0;
	text-transform: uppercase;
}

.our-story-page .story-collage {
	margin-top: 20px;
	min-height: min(52vw, 420px);
	padding-bottom: 96px;
	position: relative;
}

.our-story-page .story-image {
	box-shadow: var(--shadow);
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.our-story-page .story-image-main {
	aspect-ratio: 1000 / 1056;
	border-radius: 40px;
	margin: 0 auto;
	max-width: 85%;
	position: relative;
	transform: rotate(7deg);
	transform-origin: center center;
	z-index: 1;
}

.our-story-page .story-image-tilt {
	aspect-ratio: 1000 / 831;
	border-radius: 40px;
	bottom: -50px;
	left: auto;
	max-width: 70%;
	position: absolute;
	right: 25px;
	transform: rotate(-15deg);
	transform-origin: center center;
	z-index: 2;
}

.our-story-cycle-copy {
	color: var(--black);
	font-size: 23px;
}

.our-story-cycle-copy p {
	margin: 16px 0 16px;
}

.our-story-cycle-copy p:last-child {
	margin-bottom: 0;
}

.our-story-cycle-copy .inline-link {
	color: var(--black);
	display: inline-block;
	font-family: "Passion One", sans-serif;
	font-size: 23px;
	font-weight: 700;
	margin-top: 0px;
	text-decoration: underline;
}

/* Our Hope band */

.our-hope {
	background: var(--orange);
	padding: 120px 0;
	position: relative;
}

.our-hope-header {
	align-items: start;
	display: grid;
	gap: 24px;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 48px;
}

.our-hope-visual {
	display: grid;
	gap: 24px;
	width: auto;
}

.our-hope-sticker {
	display: block;
	height: auto;
	max-width: 250px;
	width: 100%;
}

.our-hope-title {
	color: var(--black);
	font-family: "Passion One", sans-serif;
	font-size: 90px;
	margin: 0;
	text-transform: uppercase;
	white-space: nowrap;
}

.our-hope-copy {
	color: var(--black);
	font-size: 23px;
}

.our-hope-copy p {
	margin: 16px 0 16px;
}

.our-hope-copy p:last-child {
	margin-bottom: 0;
}

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

.our-hope-card {
	background: var(--cream);
	border-radius: 24px;
	min-height: 220px;
	padding: 32px 32px 36px;
	position: relative;
}

.our-hope-number {
	color: var(--blue);
	display: block;
	font-family: "Passion One", sans-serif;
	font-size: 72px;
	padding-bottom: 80px;
}

.our-hope-card h3 {
	font-family: "Passion One", sans-serif;
	font-size: 28px;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.our-hope-card p {
	font-size: 23px;
	margin: 0;
}

.our-hope-footer {
	margin-top: 56px;
	position: relative;
	text-align: center;
}

.our-hope-cta {
	display: inline-block;
	font-size: 22px;
	margin: 0 auto;
	min-width: min(100%, 440px);
	text-align: center;
	text-decoration: none;
	padding: 16px 32px;
	background: var(--lilac) !important;
}

.our-hope-decor {
	height: auto;
	position: absolute;
	width: 300px;
	z-index: 1;
}

.our-hope-decor--passion {
	bottom: -20px;
	max-width: 200px;
	right: 0;
}

.our-hope-decor--impact {
	bottom: -10px;
	max-width: 120px;
	right: 180px;
}

/* Full-width photo */

.our-story-photo img {
	display: block;
	height: 520px;
	object-fit: cover;
	object-position: top center;
	width: 100%;
}

/* Winners section (shared with youth bursaries / home) */

.our-story-page .winners-wrap,
.winners-wrap {
	background: #fdfbf0;
	position: relative;
}

.our-story-page .winners,
.winners-wrap > .winners {
	background: transparent;
	padding: 120px 0;
}

.our-story-page .winners .section-title,
.winners-wrap .winners .section-title {
	font-size: 90px;
	margin: 20px auto 40px auto;
	max-width: 900px;
	text-align: center;
}

/* Responsive */

@media (max-width: 1280px) {
	.our-story-title,
	.our-story-cycle-title,
	.our-hope-title {
		font-size: 76px;
	}

	.our-story-page .winners .section-title,
	.winners-wrap .winners .section-title {
		font-size: 76px;
	}
}

@media (max-width: 1024px) {


	.our-story-video-card {
		max-width: 100%;
	}

	.our-story-badge {
		bottom: -24px;
		left: 16px;
		max-width: 120px;
	}

	.our-story-hero,
	.our-story-cycle,
	.our-hope,
	.our-story-page .winners,
	.winners-wrap > .winners {
		padding: 96px 0;
	}

	.our-story-title,
	.our-story-cycle-title,
	.our-hope-title {
		font-size: 64px;
	}

	.our-story-lead {
		font-size: 23px;
	}

	.our-hope-copy,
	.our-story-cycle-copy,
	.our-story-intro {
		font-size: 20px;
	}

	.our-story-page .winners .section-title,
	.winners-wrap .winners .section-title {
		font-size: 64px;
	}

	.our-story-page .story-collage {
		margin-bottom: 8px;
		min-height: auto;
		padding-bottom: 0;
	}

	.our-story-page .story-image-main {
		display: none;
	}

	.our-story-page .story-image-tilt {
		bottom: auto;
		left: auto;
		margin: 0;
		max-width: 100%;
		position: static;
		right: auto;
		transform: none;
	}
}

@media (max-width: 900px) {
	.our-story-cycle-header,
	.our-hope-header {
		grid-template-columns: 1fr;
	}

	.our-hope-sticker {
		max-width: 120px;
	}

	.our-hope-grid {
		grid-template-columns: 1fr;
	}

	.our-hope-decor--impact {
		right: 120px;
	}

	.our-hope-visual
	{
		grid-template-columns: 1fr 1fr;
	}

	.our-hope-title
	{
		align-self: center;
	}

	.our-hope-sticker
	{
		justify-self: end;
	}

	.our-hope-copy
	{
		max-width: 100%;
	}
}

@media (max-width: 768px) {


	.our-story-badge {
		bottom: -24px;
		left: 16px;
		max-width: 80px;
	}

	.our-story-hero,
	.our-story-cycle,
	.our-hope,
	.our-story-page .winners,
	.winners-wrap > .winners {
		padding: 60px 0;
	}

	.our-story-title,
	.our-story-cycle-title,
	.our-hope-title {
		font-size: 52px;
	}

	.our-story-video-slot {
		border-radius: 32px;
	}

	.our-story-page .story-image-tilt {
		border-radius: 32px;
	}

	.our-story-intro {
		margin-bottom: 56px;
	}

	.our-story-lead {
		font-size: 20px;
	}

	.our-hope-sticker {
		max-width: 100px;
	}


	.our-hope-card h3 {
		font-size: 24px;
	}

	.our-hope-number {
		font-size: 60px;
	}

	.our-hope-cta {
		font-size: 20px;
		min-width: 0;
		width: 100%;
	}

	.our-hope-decor {
		display: none;
	}

	.our-story-photo img {
		height: 280px;
	}

	.our-story-page .winners .section-title,
	.winners-wrap .winners .section-title {
		font-size: 48px;
	}
}

@media (max-width: 601px) {
	.our-story-title,
	.our-story-cycle-title,
	.our-hope-title {
		font-size: 44px;
	}

	.our-story-play-btn {
		font-size: 20px;
		padding: 6px 22px;
	}

	.our-story-board {
		gap: 12px 20px;
	}
}

@media (max-width: 480px) {
	.our-story-title,
	.our-story-cycle-title,
	.our-hope-title {
		font-size: 38px;
	}

	.our-story-page .winners .section-title,
	.winners-wrap .winners .section-title {
		font-size: 38px;
	}
}
