/* Front page design tokens */

:root {
	/* Raster assets for this page live in assets/img/home/min/ (see front-page.php). */
	--hero-cream: #fdf9f0;
	--hero-badge-size: 104px;
}

.container
{
	position: relative;
}

/* Front page design tokens */

/* Hero */

.hero {
	padding: 0;
}

.hero-frame {
	overflow: visible;
	position: relative;
}

.hero-visual {
	min-height: 70vh;
	position: relative;
	width: 100%;
}

#making-change-together-image {
	aspect-ratio: 400 / 392;
	bottom: -75px;
	height: auto;
	right: 25%;
	max-width: 150px;
	position: absolute;
	width: min( 150px, 100% );
	z-index: 1;
}

.hero-image {
	display: block;
	height: 100%;
	left: 0;
	min-height: 100%;
	object-fit: cover;
	object-position: top center;
	position: absolute;
	top: 0;
	width: 100%;
}

.hero-copy-layer {
	align-items: center;
	display: flex;
	inset: 0;
	min-height: inherit;
	pointer-events: none;
	position: absolute;
}

.hero-copy {
	max-width: min(680px, 92%);
	pointer-events: auto;
}

.hero-frame .hero-badge-svg {
	display: block;
	filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.12));
	height: var(--hero-badge-size);
	left: 129px;
	max-height: var(--hero-badge-size);
	max-width: var(--hero-badge-size);
	pointer-events: auto;
	position: absolute;
	top: 100%;
	transform: translateY(-50%);
	width: var(--hero-badge-size);
	z-index: 2;
}

.hero-badge-shape {
	fill: #99e27b;
	shape-rendering: auto;
}

.hero-badge-text {
	fill: var(--black);
	dominant-baseline: middle;
	font-family: "Figtree", sans-serif;
	font-size: 9.5px;
	font-weight: 300;
	text-transform: uppercase;
}

.hero-title-bold
{
	font-weight: 700;
}

/* Hero */

/* Shared home titles (section headings + hero title override) */

.hero-title,
.section-title {
	color: var(--black);
	font-family: "Passion One", sans-serif;
	font-size: 48px;
	margin: 0;
	text-transform: uppercase;
}

.contact-band .contact-title {
	font-size: 78px;
	line-height: 0.9;
}

.hero .hero-title {
	color: var(--hero-cream);
	font-family: "Passion One", sans-serif;
	font-size: 88px;
	font-weight: 400;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	text-transform: uppercase;
	top:200px;
	position: relative;
	line-height: 0.9;
}

/* Shared home titles (section headings + hero title override) */

/* Front page section spacing */

section {
	padding: 120px 0;
}

/* Front page section spacing */

/* Intro */

.intro .container {
	display: block;
	max-width: 1100px;
}

/* Purpose + three icon columns (youth bursary intro) */

.purpose h2,
.passion-projects h2 {
	font-family: "Passion One", sans-serif;
	font-size: 90px;
	margin-bottom: 30px;
	text-transform: uppercase;
    text-align: center;
}

.purpose > p {
	font-size: 25px;
	line-height: 1.1;
	margin-bottom: 40px;
    margin: 0 auto 40px auto;
}

.purpose-pillars {
	border-radius: 12px;
	column-gap: 120px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 80px;
	row-gap: 24px;
}

.purpose-pillar {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.purpose-pillar-icon {
	line-height: 0;
	margin-bottom: 20px;
}

.purpose-pillar-icon img {
	display: block;
	height: auto;
	width: 100%;
    max-height: 110px;
}

.purpose-pillar-text {
	color: var(--black, #1a1a1a);
	font-size: 17px;
	line-height: 1.1;
	margin: 0;
	max-width: 352px;
	text-align: left;
	width: 100%;
}

.small-changes-count
{
	display: grid;
	align-items: end;
	justify-content: center;
}

.small-changes-count img
{
	aspect-ratio: 600 / 472;
	height: auto;
	left: 40px;
	position: relative;
	width: 100%;
}


.lead-with-kindness
{
	display: grid;
	align-items: start;
	justify-content: center;
}

.lead-with-kindness img
{
	aspect-ratio: 400 / 638;
	height: auto;
	max-width: 80%;
	width: 100%;
}


.intro-inner {
	margin: 0 auto;
	text-align: center;
}

.intro-mark {
	color: var(--orange);
	font-size: 27px;
	margin-bottom: 14px;
}

.intro-copy {
	font-size: 29px;
	margin: 10px auto 40px auto;
}

.intro-actions {
	margin-top: 22px;
}

/* Intro */

/* Partnerships band */

.partnerships {
	background: var(--blue);
}

/* Partnerships band */

/* Passion Projects / TEDx video */

.passion-projects {
	background: var(--orange);
}

.passion-projects-media {
	margin: 0 auto;
	max-width: 900px;
	position: relative;
}

.passion-projects .our-story-video-card {
	margin: 0 auto;
	max-width: 100%;
}

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

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

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

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

.passion-projects .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;
}

/* Passion Projects / TEDx video */

/* Pillars */

.pillars {
	padding: 4px 0;
}

.pillars h2
{
    font-size: 90px;
}

.pillars p
{
	font-size: 23px;
	margin-bottom: 60px;
	margin-top: 20px;
}

p.purple-cta
{
	margin-top:0px;
	margin-bottom:0px;
}

.pillars p.pillars-lead {
	margin-bottom: 28px;
}

.pillars-checklist {
	display: flex;
	flex-direction: column;
	gap: 18px;
	list-style: none;
	margin: 0 0 60px;
	padding: 0;
}

.pillars-checklist li {
	align-items: center;
	color: var(--black);
	display: flex;
	font-size: 18px;
	gap: 14px;
	line-height: 1.35;
}

.pillars-checklist-icon {
	display: block;
	flex-shrink: 0;
	height: auto;
	margin-top: 4px;
	width: 20px;
}

.pillars-label {
	background: #eab6f5;
	border-radius: 25px;
	display: inline-block;
	font-size: 25px;
	font-weight: 800;
	margin-bottom: 16px;
	padding: 10px 40px;
	text-transform: uppercase;
	font-family: "Passion One", sans-serif;
	font-weight: 700;
	color: var(--black);
}

.pillars-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	margin-bottom: 60px;
}

.pillar {	
	display: flex;
	flex-direction: column;
	font-size: 23px;
	font-weight: 400;
	line-height: 1.1;
	gap: 10px;
	text-align: center;
}

.pillar-icon {
	align-items: center;
	display: flex;
	justify-content: center;
}

.pillar-icon img {
	display: block;
	max-height: 100px;
}

/* Pillars */

/* Shared home links & media (intro / pillars) */

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

.side-photo {
	aspect-ratio: 960 / 1200;
	border-radius: 50px;
	display: block;
	height: auto;
	width: 100%;
}

/* Shared home links & media (intro / pillars) */

/* Mentor supporting youth (inline graphic) */

.side-photo-wrap {
	display: block;
	position: relative;
	width: 100%;
}

#making-change-happen-yellow {
	aspect-ratio: 1183 / 1159;
	bottom: -75px;
	height: auto;
	max-width: 150px;
	position: absolute;
	left: 30px;
	width: min( 150px, 100% );
	z-index: 1;
}

/* Mentor supporting youth (inline graphic) */




/* FAQ*/

.faq-contact
{
    background: #ffffff;
}

.faq-contact .inline-link
{
    margin-bottom:20px;
}


/* Faq */

/* Contact band & form fields */

.contact-band {
	background: var(--black);
	border-radius: 50px;
	margin-top: 120px;
	overflow: hidden;
	position: relative;
}

.contact-bg {
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.contact-image {
	display: block;
	height: 100%;
	left: 0;
	object-fit: cover;
	object-position: center center;
	position: absolute;
	top: 0;
	width: 100%;
}

.contact-shade {
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.contact-inner {
	min-height: 320px;
	position: relative;
	z-index: 2;
}

.contact-title-wrap {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: flex-end;
	min-height: 320px;
	padding: 30px 30px 45px 60px;
	position: relative;
}

.contact-title {
	color: #fff;
	font-family: "Passion One", sans-serif;
	font-size: 38px;
	position: relative;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}

.contact-form {
	padding: 32px;
}

/* WPForms (home contact): cream cards, in-field labels, submit on message field */

.contact-form .wpforms-container {
	margin: 0;
	max-width: none;
	width: 100%;
}

.contact-form form.wpforms-form {
	margin: 0;
	padding: 0;
	position: relative;
}

/* Honeypot / anti-spam fields — keep out of layout */
.contact-form [id$="-field_4-container"],
.contact-form [id$="-field_5-container"] {
	display: none !important;
}

.contact-form .wpforms-field-container {
	margin: 0;
	padding: 0;
}

.contact-form .wpforms-field {
	margin: 0 0 20px;
	padding: 0;
	position: relative;
}

.contact-form .wpforms-field:last-of-type {
	margin-bottom: 0;
}

/* Name & Email: pill-shaped cream blocks */
.contact-form [id$="-field_1-container"],
.contact-form [id$="-field_3-container"] {
	background: #faf7f0;
	border: 0;
	border-radius: 25px;
	box-shadow: none;
	min-height: 70px;
	padding: 0;
}

.contact-form [id$="-field_1-container"] .wpforms-field-label,
.contact-form [id$="-field_3-container"] .wpforms-field-label {
	color: var(--text);
	display: block;
	font-family: "Figtree", sans-serif;
	font-size: 15px;
	font-weight: 600;
	left: 22px;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 14px;
	z-index: 1;
}

.contact-form [id$="-field_1-container"] .wpforms-required-label,
.contact-form [id$="-field_3-container"] .wpforms-required-label {
	color: var(--text);
	font-weight: 600;
}

.contact-form [id$="-field_1-container"] input[type="text"],
.contact-form [id$="-field_3-container"] input[type="email"] {
	background: transparent;
	border: 0;
	border-radius: 20px;
	box-shadow: none;
	color: var(--text);
	font-family: "Figtree", sans-serif;
	font-size: 16px;
	line-height: 1.35;
	margin: 0;
	max-width: 100%;
	min-height: 70px;
	outline: none;
	padding: 24px 23px 0px 23px;
	width: 100%;
}


/* Message: tall rounded block + room for submit */
.contact-form [id$="-field_2-container"] {
	background: #faf7f0;
	border: 0;
	border-radius: 28px;
	box-shadow: none;
	margin-bottom: 0;
	min-height: 200px;
	padding: 0;
}

.contact-form [id$="-field_2-container"] .wpforms-field-label {
	color: var(--text);
	display: block;
	font-family: "Figtree", sans-serif;
	font-size: 15px;
	font-weight: 600;
	left: 22px;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 16px;
	z-index: 1;
}

.contact-form [id$="-field_2-container"] .wpforms-required-label {
	color: var(--text);
	font-weight: 600;
}

.contact-form [id$="-field_2-container"] textarea {
	background: transparent;
	border: 0;
	border-radius: 28px;
	box-shadow: none;
	color: var(--text);
	display: block;
	font-family: "Figtree", sans-serif;
	font-size: 16px;
	line-height: 1.45;
	margin: 0;
	max-width: 100%;
	min-height: 250px;
	outline: none;
	padding: 44px 22px 72px 22px;
	resize: vertical;
	width: 100%;
}


/* Submit: bottom-right inside message area (sibling positioned on form) */
.contact-form .wpforms-submit-container {
	align-items: center;
	bottom: 0px;
	display: flex;
	flex-direction: row;
	gap: 10px;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
	position: absolute;
	width: auto;
	z-index: 2;
}

.contact-form .wpforms-submit {
	background: #eab6f5 !important;
	border: 0;
	box-shadow: none;
	color: var(--text);
	cursor: pointer;
	flex: 0 0 auto;
	font-family: "Figtree", sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.2;
	margin: 0;
	min-height: 44px;
	text-transform: uppercase;
	border-radius: 12px !important;
	color: black !important;
	font-size: 12px;
	padding: 25px 25px;
	min-width: 200px;
	min-height: 52px;
}

.contact-form .wpforms-submit:hover,
.contact-form .wpforms-submit:focus {
	background: var(--orange) !important;
	color: var(--black) !important;

}

.contact-form .wpforms-submit-spinner {
	flex-shrink: 0;
	margin: 0;
	position: static;
}

.contact-form .wpforms-field.wpforms-has-error .wpforms-field-label {
	color: var(--text);
}

.contact-form .wpforms-error-container,
.contact-form label.wpforms-error {
	color: #ffb4b4;
}


em.wpforms-error
{
	margin-top: 0px !important;
	font-size: 10px !important;
	padding-left:25px !important;
	top: -5px !important;
  	left: 5px !important;
	position:relative !important;
}

.wpforms-field-limit-text
{
	display: none !important;
}


.contact-note {
	color: rgba(255, 255, 255, 0.75);
	font-size: 14px;
	margin-bottom: 16px;
}

.form-field {
	background: #fff;
	border-radius: 999px;
	margin-bottom: 14px;
	min-height: 46px;
	padding: 14px 16px;
}

.form-field-large {
	border-radius: 18px;
	min-height: 120px;
}

/* Contact band & form fields */

/* Sponsors footer strip */

.sponsors {
	background: var(--black);
	padding: 24px 0 32px;
}

.sponsors .logo-item {
	background: transparent;
	min-height: 80px;
	padding: 16px;
}

.sponsors .logo-item img {
	filter: brightness(0) invert(1);
	max-height: 34px;
}

/* Sponsors footer strip */

/* Winners section title */

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

/* Winners section title */

/* Responsive breakpoints — youth bursary page */

@media (max-width: 1280px) {
	.hero .hero-title {
		font-size: 88px;
	}

	.purpose h2,
	.passion-projects h2,
	.pillars h2 {
		font-size: 76px;
	}

	.contact-band .contact-title {
		font-size: 68px;
	}

	.winners .section-title {
		font-size: 76px;
	}

	#making-change-happen-yellow {
		max-width: 120px;
		left: 16px;
		bottom: -40px;
	}
}

@media (max-height: 850px) and (min-width: 769px) {
	.hero .hero-title {
		font-size: 72px;
		top: 80px;
	}
}

@media (max-height: 680px) and (min-width: 769px) {
	.hero .hero-title {
		font-size: 56px;
		top: 50px;
	}
}

@media (max-width: 1024px) {
	.hero-visual {
		min-height: 60vh;
	}

	.hero .hero-title {
		font-size: 72px;
		top: 120px;
	}

	section {
		padding: 96px 0;
	}

	#making-change-happen-yellow {
		max-width: 90px;
		left: 16px;
		bottom: -30px;
	}

	.purpose h2,
	.passion-projects h2,
	.pillars h2 {
		font-size: 64px;
	}

	.purpose > p {
		font-size: 23px;
	}

	.purpose-pillars {
		column-gap: 24px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		row-gap: 24px;
	}

	.pillars-grid {
		grid-template-columns: 1fr 1fr;
	}

	.winners .section-title {
		font-size: 64px;
	}

	.contact-band .contact-title {
		font-size: 58px;
	}
}

@media (max-width: 992px) {

	#making-change-happen-yellow {
		max-width: 120px;
		left: 16px;
		bottom: -40px;
	}
}

@media (max-width: 900px) {
	.hero .hero-title {
		font-size: 64px;
		top: 80px;
	}

	.hero-frame .hero-badge-svg {
		height: 88px;
		left: 48px;
		max-height: 88px;
		max-width: 88px;
		width: 88px;
	}

	.purpose h2,
	.passion-projects h2,
	.pillars h2 {
		font-size: 56px;
	}

	.purpose-pillars {
		grid-template-columns: 1fr;
		margin-top: 48px;
	}

	.purpose-pillar-text {
		max-width: none;
		text-align: center;
	}

	.partnerships .row {
		flex-direction: column-reverse;
	}

	.pillars-grid {
		margin-bottom: 40px;
	}



	.winners .section-title {
		font-size: 52px;
	}

	.faq-contact .section-title,
	.contact-band .contact-title {
		font-size: 52px;
	}
}

@media (max-width: 768px) {
	.hero-visual {
		min-height: 45vh;
	}

	.hero .hero-title {
		font-size: 56px;
		top: 48px;
	}

	#making-change-together-image {
		bottom: -48px;
		max-width: 90px;
		right: 16px;
	}

	section {
		padding: 80px 0;
	}

	.hero-title,
	.section-title {
		font-size: 42px;
	}

	.purpose h2,
	.passion-projects h2,
	.pillars h2 {
		font-size: 48px;
	}

	.purpose > p {
		font-size: 20px;
	}

	.pillars p {
		font-size: 20px;
	}

	.pillars-checklist li {
		font-size: 17px;
	}

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

	.contact-band {
		border-radius: 28px;
	}
}

@media (max-width: 601px) {
	.hero .hero-title {
		font-size: 48px;
	}

	section {
		padding: 64px 0;
	}

	.purpose h2,
	.passion-projects h2,
	.pillars h2 {
		font-size: 40px;
	}

	.pillars-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.pillar-icon img {
		max-height: 80px;
	}

	.side-photo {
		border-radius: 32px;
	}

	.winners .section-title {
		font-size: 44px;
	}

	.contact-band .contact-title {
		font-size: 44px;
	}

	.purple-cta a.btn-info {
		font-size: 20px;
		margin: 0px auto 24px auto;
		min-width: 0;
		width: calc(100% - 32px);
		padding: 16px 32px;
		text-align: center;
	}
}

@media (max-width: 480px) {
	.hero .hero-title {
		font-size: 40px;
		line-height: 1;
	}

	.hero-frame .hero-badge-svg {
		height: 72px;
		left: 16px;
		max-height: 72px;
		max-width: 72px;
		width: 72px;
	}

	#making-change-happen-yellow {
		max-width: 90px;
		left: 16px;
		bottom: -30px;
	}

	.purpose-pillars {
		margin-top: 32px;
	}

	.inline-link {
		font-size: 20px;
	}

	.faq-contact .section-title,
	.contact-band .contact-title {
		font-size: 38px;
	}
}

@media (max-width: 380px) {
	.hero .hero-title {
		font-size: 34px;
	}

	#making-change-together-image {
		max-width: 96px;
	}

	.purpose h2,
	.passion-projects h2,
	.pillars h2 {
		font-size: 34px;
	}

	.pillars-label {
		font-size: 20px;
		padding: 8px 24px;
	}

	.winners .section-title {
		font-size: 32px;
	}

	.contact-band .contact-title {
		font-size: 32px;
	}
}

/* Responsive breakpoints — youth bursary page */