:root {
	--navy: #071827;
	--navy2: #0b2235;
	--blue: #145ea8;
	--ice: #e9f3f8;
	--sand: #e8e0d2;
	--white: #fff;
	--ink: #10202b;
	--muted: #6f7c84;
	--line: rgba(255, 255, 255, .18);
	--max: 1240px;
	--display: 'Barlow Condensed', sans-serif;
	--body: 'Inter', sans-serif
}
* {
	box-sizing: border-box
}
html {
	scroll-behavior: smooth
}
body {
	margin: 0;
	background: var(--navy);
	color: var(--white);
	font-family: var(--body);
	line-height: 1.6
}
button, input {
	font: inherit
}
button, a {
	color: inherit
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}
.skip-link {
	position: fixed;
	z-index: 999;
	left: 1rem;
	top: -5rem;
	background: #fff;
	color: #000;
	padding: .75rem 1rem
}
.skip-link:focus {
	top: 1rem
}
.site-header {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	height: 82px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 clamp(1.25rem, 4vw, 4.5rem);
	transition: .3s
}
.site-header.scrolled {
	background: rgba(5, 20, 32, .94);
	backdrop-filter: blur(12px);
	box-shadow: 0 1px rgba(255, 255, 255, .1)
}
.brand {
	display: flex;
	align-items: center;
	gap: .75rem;
	text-decoration: none;
	text-transform: uppercase;
	font-family: var(--display);
	font-size: 1.03rem;
	letter-spacing: .08em
}
.brand b {
	font-weight: 500;
	color: #07a2c6
}
.brand-mark {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, .45);
	font-size: .9rem;
	font-weight: 700
}
.site-nav {
	display: flex;
	align-items: center;
	gap: 2rem
}
.site-nav a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: .76rem;
	font-weight: 600;
	letter-spacing: .13em
}
.site-nav a:not(.nav-cta):after {
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background: #fff;
	transition: .25s
}
.site-nav a:hover:after {
	width: 100%
}
.nav-cta {
	border: 1px solid rgba(255, 255, 255, .55);
	padding: .65rem 1rem
}
.menu-toggle {
	display: none;
	background: none;
	border: 0;
	width: 44px;
	padding: 8px
}
.menu-toggle span:not(.sr-only) {
	height: 2px;
	background: #fff;
	display: block;
	margin: 6px 0
}
.hero {
	height: max(720px, 100svh);
	min-height: 640px;
	position: relative;
	display: flex;
	align-items: center;
	overflow: hidden
}
.hero-media, .hero-wash, .hero-image, .grid-lines {
	position: absolute;
	inset: 0
}
/*.image-placeholder {
	position: relative;
	background: linear-gradient(135deg, #31495a, #102a3d 35%, #6d7880);
	overflow: hidden
}
.image-placeholder:after {
	content: attr(data-label);
	position: absolute;
	inset: auto 1rem 1rem auto;
	padding: .42rem .65rem;
	background: rgba(6, 22, 34, .68);
	color: rgba(255, 255, 255, .78);
	font-size: .7rem;
	text-transform: uppercase;
	letter-spacing: .08em
}
.hero-image {
	transform: scale(1.08);
	animation: heroZoom 16s ease-out alternate infinite;
	background: linear-gradient(112deg, #10293b 0%, #637480 52%, #112838 100%)
}
.hero-image:before {
	content: "";
	position: absolute;
	inset: 12% -5% -10% 25%;
	background: linear-gradient(120deg, transparent 0 24%, rgba(203, 225, 235, .25) 24% 25%, transparent 25% 38%, rgba(255, 255, 255, .17) 38% 39%, transparent 39%), linear-gradient(15deg, #263d49, #7b8990);
	clip-path: polygon(15% 20%, 100% 0, 100% 88%, 0 100%)
}*/
.hero-wash {
	background: linear-gradient(90deg, rgba(5, 20, 32, .96) 0%, rgba(5, 20, 32, .72) 42%, rgba(5, 20, 32, .12) 76%), linear-gradient(0deg, rgba(5, 20, 32, .6), transparent 50%)
}
.grid-lines {
	opacity: .18;
	background-image: url("https://www.ksearenadevelopment.com/assets/img/Ball10-Crop2.jpg");
	background-size: cover;
}
/*.light {
	position: absolute;
	width: 45vw;
	height: 5px;
	background: #d7f2ff;
	filter: blur(4px);
	opacity: .3;
	transform: rotate(-10deg);
	animation: lightMove 9s ease-in-out infinite
}
.light-one {
	top: 30%;
	right: -10%
}
.light-two {
	top: 64%;
	right: 5%;
	animation-delay: -4s
}*/
.hero-content {
	position: relative;
	z-index: 2;
	width: min(760px, calc(100% - 3rem));
	margin-left: max(1.5rem, calc((100vw - var(--max))/2));
	padding-top: 4rem
}
.eyebrow {
	margin: 0 0 1rem;
	text-transform: uppercase;
	letter-spacing: .22em;
	font-size: .72rem;
	font-weight: 600;
	color: #07a2c6
}
.hero h1, .section-heading h2, .transformation h2, .updates h2 {
	font: 600 clamp(3.8rem, 7vw, 7.3rem)/.84 var(--display);
	letter-spacing: -.025em;
	text-transform: uppercase;
	margin: 0
}
.hero h1 em {
	font-style: normal;
	color: transparent;
	-webkit-text-stroke: 1px rgba(255, 255, 255, .65)
}
.hero-copy {
	max-width: 620px;
	font-size: clamp(1rem, 1.4vw, 1.22rem);
	color: rgba(255, 255, 255, .78);
	margin: 1.8rem 0 2rem
}
.hero-actions {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap
}
.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .7rem;
	border: 0;
	padding: 1rem 1.35rem;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-size: .75rem;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
	transition: .25s
}
.button-primary {
	background: #fff;
	color: var(--navy)
}
.button-primary:hover {
	background: #9bc8e8
}
.button-ghost {
	background: transparent;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, .45)
}
.button-ghost:hover {
	background: rgba(255, 255, 255, .1)
}
.play-icon {
	font-size: .65rem
}
.scroll-cue {
	position: absolute;
	left: 50%;
	bottom: 2rem;
	z-index: 2;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	gap: .7rem;
	text-transform: uppercase;
	letter-spacing: .16em;
	font-size: .58rem;
	color: rgba(255, 255, 255, .62)
}
.scroll-cue span {
	width: 38px;
	height: 1px;
	background: #fff;
	animation: pulse 2s infinite
}
.section-dark, .section-light {
	padding: clamp(5rem, 9vw, 9rem) max(1.5rem, calc((100vw - var(--max))/2))
}
.section-dark {
	background: var(--navy)
}
.section-light {
	background: #f1f0ec;
	color: var(--ink)
}
.section-heading {
	margin-bottom: 3rem
}
.section-heading h2, .transformation h2, .updates h2 {
	font-size: clamp(3rem, 5.5vw, 6rem)
}
.teaser {
	padding-top: 7rem
}
.video-card {
	position: relative;
	width: 100%;
	height: min(62vw, 680px);
	border: 0;
	padding: 0;
	color: #fff;
	text-align: left;
	cursor: pointer;
	overflow: hidden;
	background: #223a4b
}
.video-image {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, #233c4b, #9b9990 45%, #213a4b);
	transition: transform .7s
}
.video-image:before {
	content: "";
	position: absolute;
	inset: 15% 5% -15% 34%;
	background: linear-gradient(150deg, #9fa5a1, #293f48);
	clip-path: polygon(8% 13%, 95% 0, 100% 72%, 45% 100%, 0 68%)
}
.video-card:hover .video-image {
	transform: scale(1.025)
}
.video-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(5, 20, 32, .8), transparent 60%)
}
.video-play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 90px;
	height: 90px;
	border: 1px solid rgba(255, 255, 255, .8);
	border-radius: 50%;
	display: grid;
	place-items: center;
	transition: .25s
}
.video-card:hover .video-play {
	background: #fff;
	color: var(--navy);
	transform: translate(-50%, -50%) scale(1.08)
}
.video-caption {
	position: absolute;
	left: clamp(1.5rem, 3vw, 3rem);
	bottom: clamp(1.5rem, 3vw, 3rem);
	display: flex;
	flex-direction: column
}
.video-caption b {
	font: 600 2rem var(--display);
	text-transform: uppercase
}
.video-caption small {
	text-transform: uppercase;
	letter-spacing: .15em
}
.split-layout {
	display: grid;
	grid-template-columns: .82fr 1.18fr;
	gap: clamp(3rem, 8vw, 8rem);
	align-items: center
}
.transformation-copy p:not(.eyebrow) {
	color: var(--muted);
	font-size: 1.08rem;
	max-width: 520px
}
.text-link {
	display: inline-block;
	margin-top: 1rem;
	color: var(--ink);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: .76rem;
	text-decoration: none;
	border-bottom: 1px solid;
	padding-bottom: .35rem
}
.transformation-visual {
	position: relative
}
.campus-image {
	aspect-ratio: 4/5;
	background: linear-gradient(148deg, #203b4d, #b0afa4 47%, #2a4859)
}
.campus-image:before {
	content: "";
	position: absolute;
	inset: 12% -18% 0 15%;
	background: linear-gradient(130deg, #909998, #223e4e 48%, #c7c0ac);
	clip-path: polygon(20% 0, 100% 20%, 85% 100%, 0 82%)
}
.image-tag {
	position: absolute;
	left: -2rem;
	bottom: 2rem;
	background: var(--navy);
	color: #fff;
	padding: 1rem 1.4rem;
	text-transform: uppercase;
	letter-spacing: .16em;
	font-size: .7rem
}
.heading-row {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 2rem
}
.heading-row>p {
	max-width: 390px;
	color: rgba(255, 255, 255, .6)
}
.section-light .heading-row>p {
	color: var(--muted)
}
.level-tabs {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-bottom: 1px solid var(--line);
	margin-bottom: 2rem
}
.level-tabs button {
	position: relative;
	border: 0;
	background: none;
	color: rgba(255, 255, 255, .45);
	font: 600 clamp(1.1rem, 2vw, 1.55rem) var(--display);
	text-transform: uppercase;
	padding: 1rem .3rem;
	cursor: pointer
}
.level-tabs button:after {
	content: "";
	position: absolute;
	height: 3px;
	left: 0;
	right: 100%;
	bottom: -1px;
	background: #07a2c6;
	transition: .3s
}
.level-tabs button[aria-selected="true"] {
	color: #fff
}
.level-tabs button[aria-selected="true"]:after {
	right: 0
}
.level-panel {
	position: relative
}
/*.level-image {
	height: min(57vw, 620px);
	background: linear-gradient(125deg, #263f4e, #8a918f 45%, #162f40)
}
.level-image:before {
	content: "";
	position: absolute;
	inset: 12% -1% -15% 28%;
	clip-path: polygon(18% 8%, 100% 0, 88% 100%, 0 82%);
	background: linear-gradient(140deg, #adb2ad, #2b4552 50%, #d1c8b5)
}
.level-image.alt-one {
	filter: hue-rotate(12deg)
}
.level-image.alt-two {
	filter: hue-rotate(-15deg)
}
.level-image.alt-three {
	filter: saturate(.65)
}*/
.level-info {
	position: absolute;
	left: 0;
	bottom: 0;
	width: min(520px, 82%);
	background: rgba(6, 23, 35, .94);
	padding: clamp(1.5rem, 3vw, 3rem);
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 1.2rem
}
.level-info span {
	grid-row: 1/3;
	color: #07a2c6;
	font: 600 1rem var(--display)
}
.level-info h3 {
	font: 600 clamp(2rem, 4vw, 4rem)/1 var(--display);
	text-transform: uppercase;
	margin: 0
}
.level-info p {
	color: rgba(255, 255, 255, .65);
	margin: .8rem 0 0
}
.slider-controls {
	display: flex;
	gap: .6rem
}
.slider-controls button {
	width: 48px;
	height: 48px;
	border: 1px solid #aeb8bd;
	background: transparent;
	color: var(--ink);
	cursor: pointer
}
.slider-controls button:hover {
	background: var(--ink);
	color: #fff
}
.tile-slider {
	display: flex;
	gap: 1.25rem;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	padding-bottom: 1rem
}
.tile-slider::-webkit-scrollbar {
	display: none
}
.picture-tile {
	flex: 0 0 min(420px, 83vw);
	scroll-snap-align: start;
	background: #fff
}
/*.tile-image {
	aspect-ratio: 5/6;
	background: linear-gradient(135deg, #234257, #838e8e 48%, #c0b7a4)
}
.tile-image:before {
	content: "";
	position: absolute;
	inset: 18% -6% -10% 12%;
	background: linear-gradient(145deg, #b0b0a4, #284454 55%, #d5ccba);
	clip-path: polygon(0 16%, 100% 0, 90% 100%, 8% 84%)
}*/
.store {
	filter: hue-rotate(16deg)
}
.premium {
	filter: brightness(.78) saturate(.75)
}
.entry {
	filter: hue-rotate(-16deg)
}
.courtyard {
	filter: sepia(.18)
}
.tile-copy {
	padding: 1.5rem 1.5rem 2rem
}
.tile-copy span {
	color: #07a2c6;
	font-size: .7rem;
	font-weight: 600
}
.tile-copy h3 {
	font: 600 2rem/1 var(--display);
	text-transform: uppercase;
	margin: .35rem 0 .75rem
}
.tile-copy p {
	color: var(--muted);
	font-size: .9rem;
	margin: 0
}
.updates {
	position: relative;
	min-height: 750px;
	padding: clamp(5rem, 9vw, 9rem) max(1.5rem, calc((100vw - var(--max))/2));
	display: flex;
	align-items: center;
	justify-content: flex-end
}
.updates-background {
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, #233d4d, #5e6f75 52%, #142a39)
}
.updates-background:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(5, 20, 32, .2), rgba(5, 20, 32, .9) 62%), repeating-linear-gradient(110deg, transparent 0 120px, rgba(255, 255, 255, .06) 122px 124px)
}
.updates-content {
	position: relative;
	width: min(580px, 100%);
	background: rgba(6, 23, 35, .94);
	padding: clamp(2rem, 5vw, 4rem)
}
.updates-content>p:not(.eyebrow) {
	color: rgba(255, 255, 255, .68)
}
.signup-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
	margin-top: 2rem
}
.field {
	display: flex;
	flex-direction: column;
	gap: .35rem
}
.field-wide {
	grid-column: 1/-1
}
.field label {
	font-size: .7rem;
	text-transform: uppercase;
	letter-spacing: .12em
}
.field input {
	border: 1px solid rgba(255, 255, 255, .3);
	background: rgba(255, 255, 255, .06);
	color: #fff;
	border-radius: 0;
	padding: .85rem;
	outline: none
}
.field input:focus {
	border-color: #8ec5e8;
	box-shadow: 0 0 0 2px rgba(142, 197, 232, .2)
}
.consent {
	display: flex;
	gap: .7rem;
	align-items: flex-start;
	color: rgba(255, 255, 255, .68);
	font-size: .78rem
}
.consent input {
	margin-top: .28rem
}
.form-message {
	margin: 0;
	font-size: .86rem;
	color: #a9d5f1
}
.site-footer {
	min-height: 150px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	padding: 2rem max(1.5rem, calc((100vw - var(--max))/2));
	background: #04111b
}
.site-footer p {
	color: rgba(255, 255, 255, .48);
	font-size: .72rem;
	max-width: 520px
}
.site-footer>a {
	font-size: .7rem;
	text-transform: uppercase;
	letter-spacing: .1em
}
.video-modal {
	width: min(900px, 92vw);
	padding: 0;
	border: 0;
	background: #061725;
	color: #fff
}
.video-modal::backdrop {
	background: rgba(0, 0, 0, .84);
	backdrop-filter: blur(5px)
}
.modal-close {
	position: absolute;
	z-index: 2;
	right: 1rem;
	top: .5rem;
	background: none;
	border: 0;
	color: #fff;
	font-size: 2rem;
	cursor: pointer
}
.video-placeholder {
	aspect-ratio: 16/9;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: linear-gradient(135deg, #102c40, #55737f);
	padding: 2rem
}
.video-placeholder .play-icon-large {
	font-size: 3rem
}
.video-placeholder strong {
	font: 600 2.5rem var(--display);
	text-transform: uppercase
}
.video-placeholder small {
	color: rgba(255, 255, 255, .7)
}
.reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity .7s ease, transform .7s ease
}
.reveal.visible {
	opacity: 1;
	transform: none
}
@keyframes heroZoom {
	to {
		transform: scale(1.01) translateX(-1%)
	}
}
@keyframes lightMove {
	50% {
		transform: translateX(-15%) rotate(-10deg);
		opacity: .55
	}
}
@keyframes pulse {
	50% {
		opacity: .25;
		transform: scaleX(.7)
	}
}
@media(max-width:850px) {
	.site-header {
		height: 70px
	}
	.menu-toggle {
		display: block;
		z-index: 3
	}
	.site-nav {
		position: fixed;
		inset: 0;
		background: #061725;
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 2rem;
		transform: translateX(100%);
		transition: .35s
	}
	.site-nav.open {
		transform: none
	}
	.site-nav a {
		font: 600 2rem var(--display)
	}
	.nav-cta {
		font-size: 1.2rem!important
	}
	.hero-content {
		margin-inline: 1.5rem
	}
	.split-layout {
		grid-template-columns: 1fr
	}
	.transformation-copy {
		max-width: 650px
	}
	.campus-image {
		aspect-ratio: 4/3
	}
	.image-tag {
		left: 1rem
	}
	.heading-row {
		align-items: flex-start;
		flex-direction: column
	}
	.level-tabs {
		overflow-x: auto;
		display: flex
	}
	.level-tabs button {
		flex: 0 0 140px
	}
	.site-footer {
		align-items: flex-start;
		flex-direction: column
	}
	.scroll-cue {
		display: none
	}
}
@media(max-width:560px) {
	.hero h1 {
		font-size: 3.65rem
	}
	.hero-actions {
		flex-direction: column;
		align-items: stretch
	}
	.section-dark, .section-light {
		padding-inline: 1.25rem
	}
	.level-panel {
		display: flex;
		flex-direction: column
	}
	.level-image {
		height: 420px
	}
	.level-info {
		position: relative;
		width: 100%
	}
	.video-play {
		width: 68px;
		height: 68px
	}
	.signup-form {
		grid-template-columns: 1fr
	}
	.field {
		grid-column: 1/-1
	}
	.updates {
		padding-inline: 1rem
	}
	.site-footer {
		padding-inline: 1.25rem
	}
}
@media(prefers-reduced-motion:reduce) {
	html {
		scroll-behavior: auto
	}
	*, *:before, *:after {
		animation: none!important;
		transition: none!important
	}
	.reveal {
		opacity: 1;
		transform: none
	}
	.hero-image {
		transform: none
	}
}
