:root {
	--logo-size: 34;
}

@media only screen and (max-width: 734px) {
	:root {
		--logo-size: 50;
	}
}

.image-hero-wrapper {
	position: relative;
	height: 0;
	/* using variable if need smaller than 100% width */
	padding-top: calc((950 / 950 * 100%) * (var(--logo-size) / 100));
	display: grid;
	place-items: center;
}

@media only screen and (max-width: 734px) {
	.image-hero-wrapper {
		/* using variable if need smaller than 100% width */
		padding-top: calc((950 / 950 * 100%) * (var(--logo-size) / 100));
	}

	.section-hero .page-wrapper img {
		width: 250px !important;
	}
}

.ssc-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	height: auto;
	width: calc(var(--logo-size) * 1%);
}

@media only screen and (min-width: 1300px) {
	.section-content.section-content-larger {
		width: 1250px;
	}
}

/* body[data-color-scheme="light"] .bg-alt {
	background-color: #fafafa;
} */

/* ========== Hero Image ========== */

.section-hero-img {
	max-height: 650px;
	overflow: hidden;
}

@media only screen and (max-width: 1068px) {
	.section-hero-img {
		max-height: 700px;
		margin-bottom: -10px;
	}
}

@media only screen and (max-width: 734px) {
	.section-hero-img {
		max-height: 800px;
	}
}

.figure-img-container {
	width: 100%;
	margin: 0 auto;
}

.figure-aspect {
	--figure-width: 1960;
	--figure-height: 1306;
	position: relative;
	height: 0;
	padding-top: calc(var(--figure-height) / var(--figure-width) * 100%);
}

.figure-aspect img {
	position: absolute;
	top: 0px;
	left: 0;
	max-width: 100%;
	height: auto;
}

@media only screen and (max-width: 1500px) {
	.figure-aspect {
		height: unset;
		padding-top: unset;
	}

	.figure-aspect img {
		position: inherit;
		top: unset;
		left: unset;
		max-width: 100%;
		height: auto;
	}
}

.section-news .row + * {
	margin-top: 1.5em;
}

/* ========== End Hero Image ========== */

/* Light theme */
body[data-color-scheme="light"] .section-hero {
	background: linear-gradient(to bottom, #ddc6fa 0%, transparent 70%);
	background-repeat: no-repeat;
	background-size: 100% 70%, 100% 100%;
	background-color: #ffffff; /* fallback bg */
}

/* Dark theme */
body[data-color-scheme="dark"] .section-hero {
	background: radial-gradient(
			circle at 50% -30%,
			#46e0ff 0%,
			#211d60 40%,
			rgba(11, 8, 33, 0.45) 60%,
			transparent 85%
		),
		linear-gradient(to bottom, transparent 90%, #000 100%);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-color: #000;
}

body[data-color-scheme="light"] .section-hero.theme-dark,
body[data-color-scheme="dark"] .section-hero.theme-dark {
	background: radial-gradient(
			circle at 50% -10%,
			#46e0ff 0%,
			#211d60 43%,
			rgba(11, 8, 33, 0.45) 80%,
			transparent 85%
		),
		linear-gradient(to bottom, transparent 90%, #000 100%);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-color: #000;
}

.hero-year {
	position: absolute;
	font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, sans-serif;
	font-size: 610px;
	font-weight: 700;
	color: #fff;
	opacity: 0.25;
	z-index: 0;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 1;
	pointer-events: none;
	mix-blend-mode: overlay;
}

.section-hero .section-content {
	position: relative;
	z-index: 1;
}

@media only screen and (max-width: 1068px) {
	.hero-year {
		font-size: 550px;
		top: 28%;
	}
}

@media only screen and (max-width: 734px) {
	.hero-year {
		font-size: 500px;
		top: 25%;
	}
}

@media only screen and (max-width: 480px) {
	.hero-year {
		font-size: 400px;
		top: 22%;
	}
}

.doodle-hero-1 {
	position: absolute;
	bottom: -80px;
	right: -80px;
}

@media only screen and (max-width: 1068px) {
	.doodle-hero-1 {
		display: none;
	}
}

.badge.badge-reduced {
	color: #000;
	border-color: #000;
	vertical-align: middle;
}

body[data-color-scheme="dark"] .badge.badge-reduced {
	color: #fff;
	border-color: #fff;
}

/* .doodle-hero-2 {
	position: absolute;
	top: 50%;
	left: -70px;
} */
.doodle-parent {
	position: relative;
}

.doodle-3 {
	position: absolute;
	top: -10px;
	left: -18px;
}

.doodle-4 {
	position: absolute;
	bottom: -10px;
	right: -18px;
}

.section-news .row + * {
	margin-top: 2em;
}

@media only screen and (max-width: 734px) {
	.section-news .row + * {
		margin-top: 1.5em;
	}
}

hr {
	margin-top: 3em;
	margin-bottom: 3em;
	border-top-width: medium;
	/* border-color: black; */
}

.accent-get-ready {
	position: absolute;
	top: -28px;
	left: -42px;
	width: 265px;
}

.accent-get-ready-line {
	position: absolute;
	top: 44px;
	left: -11px;
	width: 205px;
}

.accent-distinguished-winners {
	position: absolute;
	top: -18px;
	left: -82px;
	width: 76px;
	transform: rotate(-5deg);
}

.accent-learn {
	position: absolute;
	top: 2px;
	left: -72px;
	width: 49px;
	transform: rotate(-8deg);
}

.accent-next-steps {
	position: absolute;
	top: -33px;
	left: -34px;
	width: 233px;
}

@media only screen and (max-width: 1068px) {
	.accent-get-ready {
		position: absolute;
		top: -28px;
		left: -24px;
		width: 200px;
	}

	.accent-get-ready-line {
		position: absolute;
		top: 37px;
		left: -11px;
		width: 173px;
	}

	.accent-distinguished-winners {
		position: absolute;
		top: -18px;
		left: -82px;
		width: 76px;
		transform: rotate(-5deg);
	}

	.accent-learn {
		position: absolute;
		top: 2px;
		left: -72px;
		width: 49px;
		transform: rotate(-8deg);
	}

	.accent-next-steps {
		position: absolute;
		top: -27px;
		left: -32px;
		width: 196px;
	}
}

@media only screen and (max-width: 850px) {
	.accent-distinguished-winners,
	.accent-learn {
		display: none;
	}
}

@media only screen and (max-width: 734px) {
	.accent-get-ready {
		position: absolute;
		top: -28px;
		left: -20px;
		width: 180px;
	}

	accent-get-ready-line {
		position: absolute;
		top: 35px;
		left: -11px;
		width: 152px;
	}

	.accent-next-steps {
		position: absolute;
		top: -21px;
		left: -19px;
		width: 160px;
	}
}

.section-todo h2 {
	margin-bottom: 0.8em;
}

.section-caption {
	padding: 1em 0;
}

/* Animation */
/* 2025 */
.page-wrapper {
	position: relative; /* establishes a positioning context */
}

.hero-winner-confetti-anim {
	position: absolute;
	top: -1px;
	left: 50%;
	transform: translateX(-50%);
	width: 1960px;
	height: 700px;
}

body[data-color-scheme="light"] .hero-winner-confetti-anim {
	width: 2156px;
}

#hero-video-light,
#hero-video-dark {
	z-index: -1;
}

#video-end-frame-light,
#video-end-frame-dark {
	z-index: -2;
	-webkit-clip-path: inset(1px 1px);
	clip-path: inset(1px 1px);
}

body[data-color-scheme="light"] .dark-version {
	display: none;
}

body[data-color-scheme="dark"] .light-version {
	display: none;
}

video:focus {
	outline: none;
}
video {
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}
video,
hero-winner-confetti-anim {
	-webkit-clip-path: inset(1px 1px);
	clip-path: inset(1px 1px);
}
