/* 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;
	left: 32%;
	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: 580px;
}

.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 */

/* 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: 100px;
	font-weight: 400;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	text-transform: uppercase;
	top:80px;
	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: grid;
	grid-template-columns: 1fr 3fr 1fr;
	gap: 0px;

}

.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: 12px;
}

.intro-actions a {
	margin-bottom:10px;
}


/* Intro */

/* Partnerships band */

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

/* Partnerships band */

/* Pillars */

.pillars {
	padding: 4px 0;
}

.pillars p
{
	font-size: 23px;
	margin-bottom: 60px;
	margin-top: 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: 600;
	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 .inline-link {
	margin-right:20px;
}

/* 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;
	right: 50px;
	width: min( 150px, 100% );
	z-index: 1;
}

/* Mentor supporting youth (inline graphic) */

/* Skadi / tour (video + map markers) */

.skadi {
	text-align: center;
}

.skadi-subtitle {
	font-size: 23px;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: "Passion One", sans-serif;
	text-transform: uppercase;
}

.skadi-title
{
	font-size: 75px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	font-family: "Passion One", sans-serif;
	text-transform: uppercase;
}

.skadi-tour-description
{
	max-width: 800px;
	width: 100%;
	margin: 10px auto 0px auto;
	font-size: 23px;
	font-weight: 400;
}

.skadi-card
{
	position: relative;
}

/* 16:9 matches Vimeo output; poster uses object-fit: cover so it fills without pillarboxing */
.skadi-video-slot {
	aspect-ratio: 16 / 9;
	background: #000;
	border-radius: 50px;
	margin-bottom: 40px;
	margin-top: 40px;
	min-height: 260px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

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

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

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

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

.marker {
	aspect-ratio: 200 / 203;
	height: auto;
	max-width: 80px;
	width: 100%;
}

.skadi-tour-marker-left,
.skadi-tour-marker-right  
{
	position: relative;
}

#skadi-tour-marker-left {
	bottom:20%;
	position: absolute;
}

#skadi-tour-marker-right-up {
	top:30%;
	left:10px;
	position: absolute;
}

#skadi-tour-marker-right-down {
	bottom:40%;

	position: absolute;
}

#skadi-tour-car
{
	aspect-ratio: 700 / 229;
	height: auto;
	margin-right:80px;
	max-width:400px;
	width: 100%;
}

/* Skadi / tour (video + map markers) */

/* Story (collage, cards, adventure block) */

.story {
	background: var(--hero-cream);
	padding-bottom:250px;
}

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

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

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

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


#dad-and-daughter-adventure-card
{
	position: relative;
}

#dad-and-daughter-adventure-card p{
	font-size: 23px;
	margin-bottom: 20px;
}

#dad-and-daughter-adventure-card h3
{
	margin-bottom:10px;
}

#dad-and-daughter-adventure-card a
{
	margin-top: 20px;
}

#skier-icon
{
	aspect-ratio: 400 / 498;
	bottom: -200px;
	display:block;
	height: auto;
	max-width: 200px;
	position: absolute;
	right: 0;
	width: min( 200px, 100% );
}

.story-card {
	background: #93e17f;
	border-radius: 16px;
	padding: 24px;
	margin-bottom: 20px;
	text-align: center;
	z-index: 10;
	position: relative;
}

.story-badge {
	display: inline-block;
	font-size: 12px;
	font-weight: 800;
	margin-bottom: 13px;
}

.story-card p {
	font-size: 15px;
	margin-bottom: 14px;
}

/* Story (collage, cards, adventure block) */

/* Home-only winners decor (chase-your-passion sits outside slider template) */

.winners-wrap {
	background: #fdfbf0;
	position: relative;
}

.winners-wrap > .winners {
	background: transparent;
}

.winners-wrap #chase-your-passion {
	aspect-ratio: 500 / 379;
	height: auto;
	left: 0;
	max-width: 200px;
	position: absolute;
	transform: translate(0%, 30%);
	width: min(200px, 100%);
	z-index: 2;
}

/* Home-only winners decor */

/* Features (article cards + date badge) */

.features {
	background: var(--orange);
	padding: 56px 0;
	position: relative;
}

.features .section-title {
	margin-bottom: 32px;
	text-align: center;
}

.feature-card {
	--feature-image-height: 280px;
	background: #fff3ef;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}

.feature-card img {
	display: block;
	height: var(--feature-image-height);
	object-fit: cover;
	object-position: top center;
	width: 100%;
}

.feature-date {
	align-items: center;
	background: #e8dff5;
	border-radius: 50%;
	color: var(--black);
	display: flex;
	flex-direction: column;
	font-family: "Figtree", sans-serif;
	height: 76px;
	justify-content: center;
	line-height: 1;
	position: absolute;
	right: 30px;
	text-align: center;
	top: var(--feature-image-height);
	transform: translateY(-50%);
	width: 76px;
	z-index: 2;
}

.feature-date__month {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
	margin-bottom: 2px;
	text-transform: uppercase;
}

.feature-date__day {
	font-size: 30px;
	font-weight: 800;
}

.feature-copy {
	min-height: 200px;
	padding: 28px 112px 32px 24px;
}

.feature-copy h3 {
	font-size: 23px;
	margin-bottom: 8px;
}

.feature-copy p {
	font-size: 18px;
	margin-bottom: 0;
}

.feature-copy a {
	color: var(--black);
	text-decoration: none;
}

#positive-impact
{
	aspect-ratio: 600 / 291;
	height: auto;
	max-width: 200px;
	position:absolute;
	right: 0px;
	transform: translate(0%,0%);
	width: min( 200px, 100% );
	z-index: 2;
}

/* Features (article cards + date badge) */

/* Responsive breakpoints — front page */

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

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

	.skadi-title {
		font-size: 64px;
	}

	.intro .container {
		gap: 16px;
	}

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

	.intro-copy,
	.pillar,
	.pillars p,
	#dad-and-daughter-adventure-card p
	{
		font-size: 20px;
	}
}

@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: 60px;
	}

	section {
		padding: 90px 0;
	}

	#making-change-together-image {
		left: 10%;
	}

	.intro .container {
		grid-template-columns: 1fr 2fr 1fr;
	}

	.skadi-title {
		font-size: 56px;
	}

	#skadi-tour-car {
		margin-right: 40px;
		max-width: 320px;
	}

	.story {
		padding-bottom: 200px;
	}

	.pillars .inline-link {
		display: block;
		text-align: center;
	}

	.pillars-label h2 {
		text-align: center;
	}
}

@media (max-width: 990px) {
	.partnerships .row {
		flex-direction: column-reverse;
	}
}

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


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

	.intro .container {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.small-changes-count img,
	.lead-with-kindness img {
		left: 0;
		margin: 0 auto;
		max-width: 280px;
	}

	.small-changes-count,
	.lead-with-kindness {
		display: none;
	}

	#making-change-happen-yellow {
		bottom: -45px;
	}

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

	.skadi-tour-marker-left,
	.skadi-tour-marker-right {
		display: none;
	}

	#skadi-tour-car {
		margin: 24px auto 0;
	}

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

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

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

	.winners-wrap #chase-your-passion,
	#positive-impact {
		max-width: 160px;
	}

	#positive-impact
	{
		bottom:-85px;
	}

	.faq-contact .section-title
	{
		font-size: 48px;
	}

}

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

	.hero-copy
	{
		max-width: 100%;
		width: 100%;
	}

	.hero .hero-title {
		font-size: 70px;
		top: 40px;
	}

	#making-change-together-image {
		bottom: -48px;
		left: 10%;
		max-width: 90px;
	}

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

	section {
		padding: 60px 0;
	}

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

	.intro-copy {
		font-size: 22px;
	}

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

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

	.pillar {
		font-size: 20px;
	}

	.skadi-tour-description
	{
		max-width: 100%;
		font-size: 20px;
	}

	.winners-wrap #chase-your-passion
	{
		bottom:-105px;
	}

	.skadi-video-slot {
		border-radius: 32px;
		min-height: 220px;
	}

	.skadi-title {
		font-size: 48px;
	}

	.story {
		padding-bottom: 160px;
	}

	#skier-icon {
		bottom: -140px;
		max-width: 160px;
	}

	.feature-card {
		--feature-image-height: 240px;
	}

	.feature-copy {
		padding: 24px 100px 28px 20px;
	}

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

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

	.intro-title
	{
		font-size: 40px;
	}

	section {
		padding: 50px 0;
	}



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

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

	.skadi-title {
		font-size: 40px;
	}

	.skadi-subtitle {
		font-size: 20px;
	}

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

	.winners-wrap #chase-your-passion
	{
		bottom:-85px;
	}

	#positive-impact
	{
		bottom:-75px;
	}

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

	.story-card {
		border-radius: 14px;
		padding: 14px;
		margin-bottom: 16px;
	}

	#dad-and-daughter-adventure-card p
	{
		font-size: 20px;
	}

	.winners-wrap #chase-your-passion, #positive-impact
	{
		max-width:120px;
	}

	.features {
		padding: 48px 0;
	}

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

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

	.contact-title-wrap
	{
		padding:30px 30px 0px 30px;
	}

	.contact-form .wpforms-submit
	{
		min-width:100%;
		margin-top:10px;
	}

	.contact-title-wrap
	{
		min-height:250px;
	}
}

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

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


	section {
		padding: 40px 0;
	}

	.hero-title, .section-title,
	.winners .section-title,
	.faq-contact .section-title
	{
		font-size:26px;
	}

	.intro-copy {
		font-size: 20px;
	}

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

	.skadi-tag {
		font-size: 18px;
		padding: 7px 20px;
	}

	.story-image-tilt {
		border-radius: 24px;
	}

	.winners-wrap #chase-your-passion,
	#positive-impact {
		display: none;
	}

	.feature-date {
		height: 64px;
		right: 20px;
		width: 64px;
	}

	.feature-date__day {
		font-size: 26px;
	}

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

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

	.contact-title-wrap
	{
		padding:25px 25px 0px 25px;
	}

	.contact-title-wrap
	{
		min-height:200px;
	}
}

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

	.hero-visual {
		min-height: 40vh;
	}

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

	#making-change-happen-yellow {
		max-width: 90px;
	}

	.intro-mark {
		font-size: 24px;
	}

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

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

	.skadi-title {
		font-size: 34px;
	}

	.feature-copy h3 {
		font-size: 20px;
	}

	.feature-copy {
		padding-right: 88px;
	}

	.contact-title-wrap
	{
		min-height:120px;
	}

	.contact-title-wrap
	{
		padding:20px 20px 0px 20px;
	}

	.contact-form
	{
		padding:20px;
	}

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

/* Responsive breakpoints — front page */