.y2l-public-page > .wp-site-blocks > header,
.y2l-public-page > .wp-site-blocks > footer,
.y2l-public-page .wp-block-post-title {
	display: none;
}

/* Visual release 0.7 */
.y2l-site-utility {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 9px clamp(22px, 5vw, 72px);
	color: rgba(255, 255, 255, .82);
	background: var(--navy-deep);
	font-size: 12px;
	font-weight: 650;
	letter-spacing: .01em;
}

.y2l-site-utility > div {
	display: flex;
	align-items: center;
	gap: 18px;
}

.y2l-site-utility a {
	color: #fff;
	text-decoration: none;
}

.y2l-brand-mark {
	display: grid;
	width: 46px;
	height: 46px;
	flex: 0 0 auto;
	place-items: center;
	overflow: hidden;
	border-radius: 14px 6px 14px 6px;
	color: #fff;
	background: linear-gradient(145deg, var(--teal), #0f8f8d);
	box-shadow: 0 8px 20px rgba(13, 116, 117, .2);
	font-size: 15px;
	font-weight: 900;
	letter-spacing: -.03em;
}

.y2l-brand-mark--image {
	width: auto;
	min-width: 46px;
	max-width: 150px;
	background: #fff;
	box-shadow: none;
}

.y2l-brand-mark--image img {
	display: block;
	width: auto;
	max-width: 100%;
	height: 46px;
	object-fit: contain;
}

.y2l-pathways {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: -30px clamp(24px, 6vw, 88px) 0;
	overflow: hidden;
	border: 1px solid rgba(19, 54, 77, .1);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 22px 55px rgba(19, 54, 77, .14);
}

.y2l-pathways a {
	position: relative;
	display: grid;
	min-height: 144px;
	align-content: center;
	gap: 6px;
	padding: 25px;
	color: var(--navy);
	text-decoration: none;
	transition: color .2s ease, background .2s ease, transform .2s ease;
}

.y2l-pathways a + a {
	border-left: 1px solid var(--line);
}

.y2l-pathways a:hover {
	color: #fff;
	background: var(--teal);
	transform: translateY(-2px);
}

.y2l-pathways span {
	color: var(--orange);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .14em;
}

.y2l-pathways strong {
	font-size: 18px;
}

.y2l-pathways small {
	color: var(--muted);
	font-size: 13px;
	line-height: 1.5;
}

.y2l-pathways a:hover small,
.y2l-pathways a:hover span {
	color: rgba(255, 255, 255, .82);
}

.y2l-back-link {
	display: inline-flex;
	margin-bottom: 24px;
	color: var(--teal);
	font-size: 13px;
	font-weight: 850;
	text-decoration: none;
}

.y2l-event-hero__image--fallback {
	display: grid;
	min-height: 360px;
	place-content: center;
	text-align: center;
	background:
		radial-gradient(circle at 75% 20%, rgba(232, 121, 50, .95) 0 8%, transparent 8.5%),
		radial-gradient(circle at 18% 72%, rgba(255, 255, 255, .18) 0 12%, transparent 12.5%),
		linear-gradient(145deg, var(--navy), var(--teal));
}

.y2l-event-hero__image--fallback span,
.y2l-event-hero__image--fallback small {
	color: rgba(255, 255, 255, .8);
	font-weight: 750;
}

.y2l-event-hero__image--fallback strong {
	margin: 8px 0;
	color: #fff;
	font-size: clamp(64px, 9vw, 110px);
	line-height: .9;
	letter-spacing: -.08em;
}

.y2l-site-footer__mark .y2l-brand-mark {
	margin-bottom: 16px;
}

.y2l-site-footer__name {
	display: block;
	margin-bottom: 6px;
	color: #fff;
	font-size: 18px;
}

.y2l-event-grid article,
.y2l-program-card,
.y2l-location-grid article {
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.y2l-event-grid article:hover,
.y2l-program-card:hover,
.y2l-location-grid article:hover {
	transform: translateY(-4px);
	border-color: rgba(13, 116, 117, .32);
	box-shadow: 0 18px 42px rgba(19, 54, 77, .1);
}

@media (max-width: 900px) {
	.y2l-site-utility {
		display: none;
	}

	.y2l-pathways {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin: 20px 20px 0;
	}

	.y2l-pathways a:nth-child(3) {
		border-left: 0;
		border-top: 1px solid var(--line);
	}

	.y2l-pathways a:nth-child(4) {
		border-top: 1px solid var(--line);
	}
}

@media (max-width: 560px) {
	.y2l-pathways {
		grid-template-columns: 1fr;
	}

	.y2l-pathways a {
		min-height: 116px;
	}

	.y2l-pathways a + a {
		border-top: 1px solid var(--line);
		border-left: 0;
	}
}

.y2l-public-page > .wp-site-blocks > main,
.y2l-public-page > .wp-site-blocks > main > .wp-block-group,
.y2l-public-page .entry-content {
	width: 100%;
	max-width: none;
	margin: 0 !important;
	padding: 0 !important;
}

.y2l-public-page .entry-content > .y2l-site {
	width: 100%;
	max-width: none;
	margin: 0;
}

.y2l-site {
	--navy: #13364d;
	--navy-deep: #0b293c;
	--teal: #0d7475;
	--orange: #e87932;
	--cream: #fbf7ef;
	--ink: #17242f;
	--muted: #647580;
	--line: #dce4e7;
	--white: #fff;
	max-width: 1440px;
	margin: 0 auto;
	color: var(--ink);
	background: var(--white);
	font-family: Aptos, "Nunito Sans", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.y2l-event-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.y2l-event-grid article {
	padding: 28px;
	border: 1px solid var(--line);
	border-radius: 17px;
	background: var(--cream);
}

.y2l-event-grid time {
	color: var(--teal);
	font-size: 13px;
	font-weight: 850;
	text-transform: uppercase;
}

.y2l-event-grid a {
	color: var(--teal);
	font-weight: 800;
}

.y2l-site *,
.y2l-site *::before,
.y2l-site *::after {
	box-sizing: border-box;
}

.y2l-site h1,
.y2l-site h2,
.y2l-site h3,
.y2l-site p {
	margin-top: 0;
}

.y2l-site h1,
.y2l-site h2,
.y2l-site h3 {
	color: var(--navy);
	letter-spacing: -.035em;
}

.y2l-site h1 {
	font-size: clamp(44px, 8vw, 92px);
	line-height: .96;
}

.y2l-site h2 {
	font-size: clamp(31px, 5vw, 54px);
	line-height: 1.02;
}

.y2l-site h3 {
	font-size: 23px;
}

.y2l-site a {
	color: inherit;
}

.y2l-site a:focus-visible,
.y2l-site button:focus-visible,
.y2l-site input:focus-visible,
.y2l-site select:focus-visible,
.y2l-site textarea:focus-visible {
	outline: 3px solid #f2a35f;
	outline-offset: 3px;
}

.y2l-site-nav {
	position: sticky;
	top: var(--wp-admin--admin-bar--height, 0);
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	padding: 18px clamp(22px, 5vw, 72px);
	border-bottom: 1px solid var(--line);
	background: rgba(255, 255, 255, .96);
}

.y2l-site-brand {
	display: flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
}

.y2l-site-brand > span,
.y2l-site-footer__mark {
	display: grid;
	width: 47px;
	height: 47px;
	place-items: center;
	border-radius: 14px;
	color: #fff;
	background: var(--navy);
	font-weight: 900;
	letter-spacing: -.05em;
}

.y2l-site-brand strong {
	color: var(--navy);
	font-size: 17px;
	line-height: 1;
}

.y2l-site-brand small {
	display: block;
	margin-top: 5px;
	color: var(--muted);
	font-size: 10px;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.y2l-site-links {
	display: flex;
	align-items: center;
	gap: 25px;
}

.y2l-site-links a {
	color: var(--navy);
	font-size: 14px;
	font-weight: 750;
	text-decoration: none;
}

.y2l-site-links a:hover {
	color: var(--teal);
}

.y2l-site-links a.is-active {
	padding: 10px 13px;
	border-radius: 9px;
	color: #fff;
	background: var(--teal);
	box-shadow: 0 10px 24px rgba(13, 116, 117, .16);
}

.y2l-site-links .y2l-site-login {
	padding: 10px 15px;
	border-radius: 9px;
	color: #fff;
	background: var(--navy);
}

.y2l-site-links .y2l-site-register {
	padding: 10px 15px;
	border-radius: 9px;
	color: #fff;
	background: var(--orange);
}

.y2l-site-links .y2l-site-register.is-active {
	background: var(--teal);
}

.y2l-site-links .y2l-site-login.is-active {
	background: var(--teal);
}

.y2l-site-links .y2l-site-links__summer {
	color: var(--navy);
}

.y2l-site-menu {
	display: none;
	padding: 9px 12px;
	border: 1px solid var(--line);
	border-radius: 8px;
	color: var(--navy);
	background: #fff;
	font: inherit;
	font-weight: 750;
}

.y2l-site__announcement {
	display: flex;
	justify-content: center;
	gap: 10px;
	padding: 9px 22px;
	color: #fff !important;
	background: var(--teal);
	font-size: 13px;
	text-decoration: none;
}

.y2l-site__announcement strong {
	text-transform: uppercase;
	letter-spacing: .08em;
}

.y2l-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
	min-height: 670px;
	overflow: hidden;
	background: var(--cream);
}

.y2l-hero__content {
	padding: clamp(70px, 9vw, 128px) clamp(28px, 7vw, 100px);
}

.y2l-hero h1 {
	max-width: 760px;
	margin-bottom: 30px;
}

.y2l-hero h1 em {
	color: var(--teal);
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 500;
}

.y2l-site__eyebrow {
	margin-bottom: 10px !important;
	color: var(--teal);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.y2l-hero__lead {
	max-width: 660px;
	color: #40535f;
	font-size: clamp(18px, 2.2vw, 23px);
	line-height: 1.55;
}

.y2l-site__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
}

.y2l-site__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	max-width: 100%;
	padding: 12px 19px;
	border: 0;
	border-radius: 9px;
	color: #fff !important;
	background: var(--teal);
	font: inherit;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.y2l-site__button:hover {
	background: #095d5e;
}

.y2l-site__button--light {
	border: 1px solid #bdccce;
	color: var(--navy) !important;
	background: #fff;
}

.y2l-hero__proof {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
	margin-top: 58px;
}

.y2l-hero__proof span {
	color: var(--muted);
	font-size: 13px;
}

.y2l-hero__proof strong {
	display: block;
	margin-bottom: 3px;
	color: var(--navy);
	font-size: 14px;
}

.y2l-hero__visual {
	position: relative;
	min-height: 620px;
	overflow: hidden;
	background:
		radial-gradient(circle at 30% 30%, rgba(255,255,255,.25), transparent 26%),
		linear-gradient(145deg, #173e58, #0d7475);
}

.y2l-hero__visual--photo,
.y2l-program-hero__art--photo {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.y2l-hero__visual--photo::before {
	inset: 0;
	width: auto;
	height: auto;
	border: 0;
	border-radius: 0;
	background: linear-gradient(180deg, rgba(11,41,60,.06), rgba(11,41,60,.28));
}

.y2l-hero__visual--photo::after {
	display: none;
}

.y2l-hero__visual::before,
.y2l-hero__visual::after {
	position: absolute;
	width: 430px;
	height: 430px;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 50%;
	content: "";
}

.y2l-hero__visual::before {
	top: 90px;
	left: 40px;
}

.y2l-hero__visual::after {
	top: 160px;
	left: 110px;
}

.y2l-hero__mark {
	position: absolute;
	top: 50%;
	left: 50%;
	display: grid;
	width: 170px;
	height: 170px;
	place-items: center;
	transform: translate(-50%, -50%);
	border-radius: 40px;
	color: var(--navy);
	background: #fff;
	box-shadow: 0 30px 70px rgba(0,0,0,.22);
	font-size: 48px;
	font-weight: 950;
	letter-spacing: -.08em;
}

.y2l-orbit {
	position: absolute;
	z-index: 2;
	display: grid;
	width: 92px;
	height: 92px;
	place-items: center;
	border-radius: 50%;
	color: var(--navy);
	background: #fff;
	box-shadow: 0 18px 35px rgba(0,0,0,.2);
	font-weight: 850;
}

.y2l-orbit--one { top: 13%; left: 13%; }
.y2l-orbit--two { top: 24%; right: 11%; background: #ffd8bd; }
.y2l-orbit--three { bottom: 14%; left: 20%; background: #d5efea; }

.y2l-site__section,
.y2l-page-hero {
	padding: clamp(70px, 9vw, 125px) clamp(24px, 7vw, 100px);
}

.y2l-site__section--soft {
	background: #f3f7f7;
}

.y2l-site__heading {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
	align-items: end;
	gap: 60px;
	margin-bottom: 50px;
}

.y2l-site__heading h2 {
	max-width: 770px;
	margin-bottom: 0;
}

.y2l-site__heading > p {
	max-width: 520px;
	color: var(--muted);
	font-size: 18px;
	line-height: 1.65;
}

.y2l-program-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.y2l-program-card {
	position: relative;
	display: flex;
	min-height: 330px;
	flex-direction: column;
	justify-content: space-between;
	padding: 29px;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 17px;
	background: #fff;
	box-shadow: 0 14px 38px rgba(19,54,77,.07);
}

.y2l-program-card__image {
	height: 150px;
	margin: -29px -29px 24px;
	overflow: hidden;
}

.y2l-program-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.y2l-program-card:hover .y2l-program-card__image img {
	transform: scale(1.035);
}

.y2l-program-card::before {
	position: absolute;
	top: 0;
	right: 0;
	width: 8px;
	height: 100%;
	background: var(--card-accent);
	content: "";
}

.y2l-program-card__number {
	color: var(--card-accent);
	font-family: Georgia, serif;
	font-size: 47px;
	font-style: italic;
}

.y2l-program-card h3 {
	margin-bottom: 12px;
	font-size: 28px;
}

.y2l-program-card p:not(.y2l-site__eyebrow) {
	color: var(--muted);
	line-height: 1.55;
}

.y2l-program-card > a {
	color: var(--navy);
	font-weight: 800;
	text-decoration: none;
}

.y2l-program-card > a span {
	color: var(--card-accent);
}

.y2l-site__band {
	display: grid;
	grid-template-columns: .75fr 1.25fr;
	gap: 70px;
	padding: clamp(70px, 9vw, 115px) clamp(24px, 7vw, 100px);
	color: #fff;
	background: var(--navy);
}

.y2l-site__band h2,
.y2l-site__band h3,
.y2l-site__band .y2l-site__eyebrow {
	color: #fff;
}

.y2l-steps {
	display: grid;
	gap: 28px;
}

.y2l-steps article {
	display: grid;
	grid-template-columns: 50px 1fr;
	gap: 0 18px;
	padding-bottom: 27px;
	border-bottom: 1px solid rgba(255,255,255,.15);
}

.y2l-steps span {
	grid-row: 1 / 3;
	color: #77c8c3;
	font-family: Georgia, serif;
	font-size: 28px;
	font-style: italic;
}

.y2l-steps h3 {
	margin-bottom: 7px;
}

.y2l-steps p {
	margin-bottom: 0;
	color: #bfd0da;
	line-height: 1.55;
}

.y2l-values {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.y2l-values article,
.y2l-location-grid article {
	padding: 27px;
	border-top: 4px solid var(--teal);
	background: #f5f8f8;
}

.y2l-values article > span {
	color: var(--orange);
	font-family: Georgia, serif;
	font-size: 28px;
	font-style: italic;
}

.y2l-values p,
.y2l-location-grid p {
	color: var(--muted);
	line-height: 1.55;
}

.y2l-location-grid,
.y2l-session-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.y2l-inquiry-section {
	display: grid;
	grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr);
	gap: clamp(40px, 7vw, 90px);
	background: var(--cream);
}

.y2l-inquiry-copy {
	align-self: start;
}

.y2l-inquiry-copy p:not(.y2l-site__eyebrow) {
	color: var(--muted);
	font-size: 18px;
	line-height: 1.6;
}

.y2l-inquiry-form-wrap {
	padding: 28px;
	border: 1px solid var(--line);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 16px 45px rgba(19,54,77,.08);
}

.y2l-public-form {
	display: grid;
	gap: 17px;
}

.y2l-public-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 15px;
}

.y2l-enrollment-bridge {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(240px, .72fr);
	align-items: center;
	gap: 28px;
	background:
		radial-gradient(circle at 92% 18%, rgba(232, 121, 50, .12), transparent 24%),
		linear-gradient(135deg, #f6fbfa, #fff7ee);
}

.y2l-enrollment-bridge > .y2l-site__button {
	justify-self: start;
	grid-column: 2;
}

.y2l-enrollment-bridge h2 {
	margin-bottom: 12px;
}

.y2l-enrollment-bridge p:not(.y2l-site__eyebrow) {
	margin-bottom: 0;
	color: var(--muted);
	line-height: 1.65;
}

.y2l-enrollment-bridge__steps {
	display: grid;
	gap: 10px;
}

.y2l-enrollment-bridge__steps span {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--navy);
	font-weight: 800;
}

.y2l-enrollment-bridge__steps strong {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border-radius: 999px;
	color: #fff;
	background: var(--teal);
}

.y2l-public-form label > span {
	display: block;
	margin-bottom: 7px;
	color: var(--navy);
	font-size: 13px;
	font-weight: 750;
}

.y2l-public-form input,
.y2l-public-form select,
.y2l-public-form textarea {
	width: 100%;
	min-height: 45px;
	padding: 10px 11px;
	border: 1px solid #ccd8dc;
	border-radius: 8px;
	color: var(--ink);
	background: #fff;
	font: inherit;
}

.y2l-public-form textarea {
	resize: vertical;
}

.y2l-public-form__consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.y2l-public-form__consent input {
	width: auto;
	min-height: 0;
	margin-top: 4px;
}

.y2l-public-form__consent span {
	color: var(--muted) !important;
	font-weight: 500 !important;
	line-height: 1.45;
}

.y2l-honeypot {
	position: absolute !important;
	left: -9999px !important;
}

.y2l-form-notice {
	margin-bottom: 16px;
	padding: 13px 14px;
	border-radius: 8px;
	font-weight: 700;
}

.y2l-form-notice--success {
	color: #23694e;
	background: #e5f5ed;
}

.y2l-form-notice--error {
	color: #923d3d;
	background: #fdeaea;
}

.y2l-page-hero {
	color: #fff;
	background: linear-gradient(145deg, var(--navy), var(--teal));
}

.y2l-page-hero h1,
.y2l-page-hero .y2l-site__eyebrow {
	max-width: 980px;
	color: #fff;
}

.y2l-page-hero h1 {
	font-size: clamp(42px, 6vw, 78px);
}

.y2l-page-hero p:not(.y2l-site__eyebrow) {
	max-width: 720px;
	color: #d5e4e8;
	font-size: 19px;
	line-height: 1.6;
}

.y2l-program-hero {
	display: grid;
	grid-template-columns: 1fr .55fr;
	align-items: center;
	gap: 60px;
	padding: clamp(70px, 9vw, 120px) clamp(24px, 7vw, 100px);
	background: #f5f7f7;
}

.y2l-program-hero h1 {
	max-width: 780px;
	font-size: clamp(42px, 5.6vw, 66px);
	line-height: .98;
}

.y2l-program-hero p:not(.y2l-site__eyebrow) {
	max-width: 680px;
	color: var(--muted);
	font-size: 21px;
	line-height: 1.55;
}

.y2l-program-hero__art {
	display: grid;
	min-height: 390px;
	place-items: center;
	border-radius: 30px;
	background: var(--y2l-program-accent);
}

.y2l-program-hero__art--photo {
	background-position: center;
	background-size: cover;
}

.y2l-program-hero__art--fallback {
	align-content: center;
	gap: 18px;
	padding: 44px;
	text-align: center;
	background:
		radial-gradient(circle at 18% 22%, rgba(255, 255, 255, .18), transparent 28%),
		linear-gradient(145deg, var(--y2l-program-accent), var(--navy));
}

.y2l-program-hero__art--fallback span {
	color: rgba(255, 255, 255, .78);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.y2l-program-hero__art--fallback strong {
	max-width: 360px;
	color: #fff;
	font-size: clamp(32px, 4vw, 52px);
	line-height: 1.02;
}

.y2l-program-hero__art--fallback small {
	color: rgba(255, 255, 255, .82);
	font-weight: 750;
	letter-spacing: .02em;
}

.y2l-program-hero__art:not(.y2l-program-hero__art--fallback) span {
	display: grid;
	width: 180px;
	height: 180px;
	place-items: center;
	border: 1px solid rgba(255,255,255,.45);
	border-radius: 50%;
	color: #fff;
	font-family: Georgia, serif;
	font-size: 90px;
	font-style: italic;
}

.y2l-program-story {
	display: grid;
	grid-template-columns: 1fr 320px;
	gap: 70px;
}

.y2l-program-story > div {
	font-size: 19px;
	line-height: 1.75;
}

.y2l-program-feature-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 34px;
}

.y2l-program-feature-cards article {
	padding: 22px;
	border: 1px solid rgba(13, 116, 117, .16);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(19, 54, 77, .06);
}

.y2l-program-feature-cards h3 {
	margin-bottom: 8px;
	color: var(--navy);
	font-size: 18px;
}

.y2l-program-feature-cards p {
	margin: 0;
	color: var(--muted);
	font-size: 15px;
	line-height: 1.55;
}

.y2l-program-story aside {
	align-self: start;
	display: grid;
	gap: 8px;
	padding: 25px;
	border-top: 5px solid var(--y2l-program-accent);
	background: #f3f7f7;
}

.y2l-program-story aside span {
	margin-bottom: 14px;
	color: var(--muted);
}

.y2l-program-columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 70px;
	padding-top: 0;
}

.y2l-program-columns ul {
	display: grid;
	gap: 13px;
	padding: 0;
	list-style: none;
}

.y2l-program-columns li {
	position: relative;
	padding: 14px 14px 14px 43px;
	border: 1px solid var(--line);
	border-radius: 9px;
}

.y2l-program-columns li::before {
	position: absolute;
	top: 13px;
	left: 14px;
	color: var(--y2l-program-accent);
	content: "✓";
	font-weight: 900;
}

.y2l-program-deep-dive {
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.y2l-program-detail-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.y2l-program-detail-grid article {
	position: relative;
	overflow: hidden;
	padding: 30px;
	border: 1px solid rgba(13, 116, 117, .18);
	border-radius: 18px;
	background: #fff;
}

.y2l-program-detail-grid article::before {
	position: absolute;
	inset: 0 auto 0 0;
	width: 5px;
	background: var(--y2l-program-accent);
	content: "";
}

.y2l-program-detail-grid span {
	display: block;
	margin-bottom: 18px;
	color: var(--orange);
	font-family: Georgia, serif;
	font-size: 30px;
	font-style: italic;
}

.y2l-program-detail-grid p {
	margin-bottom: 0;
	color: var(--muted);
	line-height: 1.6;
}

.y2l-session-grid article {
	padding: 25px;
	border: 1px solid var(--line);
	border-radius: 13px;
	background: #fff;
}

.y2l-session-grid article > div {
	display: flex;
	justify-content: space-between;
	gap: 15px;
	padding-top: 15px;
	border-top: 1px solid var(--line);
	color: var(--muted);
	font-size: 13px;
}

.y2l-faq-list {
	max-width: 920px;
	margin: 0 auto;
}

.y2l-faq-list details {
	border-top: 1px solid var(--line);
}

.y2l-faq-list summary {
	padding: 23px 5px;
	color: var(--navy);
	font-size: 20px;
	font-weight: 800;
	cursor: pointer;
}

.y2l-faq-list details > div {
	padding: 0 5px 24px;
	color: var(--muted);
	line-height: 1.65;
}

.y2l-site-footer {
	display: grid;
	grid-template-columns: 1.3fr .7fr .8fr;
	gap: 45px;
	padding: 55px clamp(24px, 7vw, 100px) 25px;
	color: #c4d2d9;
	background: var(--navy-deep);
}

.y2l-site-footer > div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

.y2l-site-footer strong {
	color: #fff;
}

.y2l-site-footer a {
	text-decoration: none;
}

.y2l-site-footer__legal {
	grid-column: 1 / -1;
	margin: 25px 0 0 !important;
	padding-top: 18px;
	border-top: 1px solid rgba(255,255,255,.12);
	font-size: 12px;
}

.y2l-site__empty {
	padding: 30px;
	border: 1px dashed var(--line);
	color: var(--muted);
	text-align: center;
}

.y2l-summer-callout {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
	gap: clamp(40px, 7vw, 90px);
	padding: clamp(55px, 8vw, 90px) clamp(24px, 7vw, 100px);
	color: #fff;
	background: linear-gradient(135deg, #d9652a, var(--orange));
}

.y2l-summer-callout h2,
.y2l-summer-callout .y2l-site__eyebrow {
	color: #fff;
}

.y2l-summer-callout p {
	max-width: 720px;
	color: #fff5ed;
	font-size: 18px;
	line-height: 1.6;
}

.y2l-summer-callout__details {
	display: grid;
	align-content: center;
	gap: 18px;
}

.y2l-summer-callout__details > span {
	color: #fff3e8;
}

.y2l-summer-callout__details strong {
	display: block;
	color: #fff;
	font-size: 19px;
}

.y2l-summer-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(380px, .9fr);
	min-height: 700px;
	overflow: hidden;
	background: #fff7ef;
}

.y2l-summer-hero > div:first-child {
	padding: clamp(75px, 9vw, 125px) clamp(28px, 7vw, 100px);
}

.y2l-summer-hero h1 {
	max-width: 800px;
	margin-bottom: 28px;
}

.y2l-summer-hero h1 em {
	display: inline-block;
	color: var(--orange);
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 500;
}

.y2l-summer-hero__lead {
	max-width: 680px;
	color: #40535f;
	font-size: clamp(18px, 2.1vw, 23px);
	line-height: 1.6;
}

.y2l-summer-hero__facts {
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
	margin-top: 55px;
	color: var(--muted);
	font-size: 13px;
}

.y2l-summer-hero__facts strong {
	display: block;
	margin-bottom: 4px;
	color: var(--navy);
	font-size: 15px;
}

.y2l-summer-hero__art {
	position: relative;
	display: grid;
	min-height: 650px;
	place-items: center;
	overflow: hidden;
	background:
		radial-gradient(circle at 22% 18%, rgba(255,255,255,.55), transparent 24%),
		linear-gradient(145deg, #ffd77b, #f18448 52%, #0d7475);
}

.y2l-summer-hero__art::before,
.y2l-summer-hero__art::after {
	position: absolute;
	width: 470px;
	height: 470px;
	border: 1px solid rgba(255,255,255,.35);
	border-radius: 50%;
	content: "";
}

.y2l-summer-hero__art::after {
	width: 320px;
	height: 320px;
}

.y2l-summer-hero__art > strong {
	z-index: 2;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(48px, 6vw, 82px);
	font-style: italic;
	font-weight: 500;
	line-height: .95;
	text-align: center;
	text-shadow: 0 12px 35px rgba(11,41,60,.25);
}

.y2l-summer-bubble {
	position: absolute;
	z-index: 3;
	display: grid;
	width: 88px;
	height: 88px;
	place-items: center;
	border-radius: 50%;
	color: var(--navy);
	background: #fff;
	box-shadow: 0 16px 35px rgba(11,41,60,.2);
	font-weight: 850;
}

.y2l-summer-bubble--math { top: 12%; left: 12%; }
.y2l-summer-bubble--speak { top: 18%; right: 10%; background: #ffe0cc; }
.y2l-summer-bubble--chess { right: 14%; bottom: 13%; background: #d5efea; }
.y2l-summer-bubble--code { bottom: 11%; left: 13%; background: #fff2ad; }

.y2l-summer-savings,
.y2l-enrollment-assurance {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	background: #d4dfe2;
}

.y2l-summer-savings > div,
.y2l-enrollment-assurance > span {
	padding: 25px clamp(22px, 4vw, 50px);
	color: var(--muted);
	background: #fff;
	font-size: 14px;
	line-height: 1.5;
}

.y2l-summer-savings strong,
.y2l-enrollment-assurance strong {
	display: block;
	margin-bottom: 5px;
	color: var(--navy);
	font-size: 17px;
}

.y2l-summer-program-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.y2l-summer-program-grid article {
	display: grid;
	grid-template-columns: 55px 1fr auto;
	align-items: start;
	gap: 20px;
	padding: 28px;
	border: 1px solid var(--line);
	border-radius: 17px;
	background: #fff;
	box-shadow: 0 13px 36px rgba(19,54,77,.06);
}

.y2l-summer-program-grid article > span {
	color: var(--orange);
	font-family: Georgia, serif;
	font-size: 34px;
	font-style: italic;
}

.y2l-summer-program-grid h3 {
	margin-bottom: 8px;
}

.y2l-summer-program-grid p {
	margin-bottom: 0;
	color: var(--muted);
	line-height: 1.55;
}

.y2l-summer-program-grid article > strong {
	padding: 8px 10px;
	border-radius: 8px;
	color: var(--teal);
	background: #eaf5f3;
	white-space: nowrap;
}

.y2l-summer-program-grid article > a {
	grid-column: 2 / -1;
	justify-self: start;
	color: var(--teal);
	font-size: 14px;
	font-weight: 850;
	text-decoration: none;
}

.y2l-summer-program-grid article > a::after {
	content: " →";
}

.y2l-summer-schedule {
	display: grid;
	gap: 12px;
}

.y2l-summer-schedule article {
	display: grid;
	grid-template-columns: 135px minmax(190px, 1.2fr) minmax(180px, 1fr) minmax(130px, .65fr) auto;
	align-items: center;
	gap: 18px;
	padding: 21px;
	border: 1px solid var(--line);
	border-radius: 14px;
	background: #fff;
}

.y2l-summer-schedule article.is-tentative {
	border-style: dashed;
	background: #fffaf1;
}

.y2l-summer-week span,
.y2l-summer-schedule small {
	display: block;
	color: var(--orange);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.y2l-summer-week strong {
	display: block;
	margin-top: 4px;
	color: var(--navy);
}

.y2l-summer-schedule h3 {
	margin: 4px 0 0;
	font-size: 17px;
	letter-spacing: -.02em;
}

.y2l-summer-schedule h3 a {
	color: var(--navy);
	text-decoration: none;
}

.y2l-summer-schedule h3 a:hover {
	color: var(--teal);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.y2l-summer-schedule p {
	margin: 4px 0 0;
	color: var(--muted);
	font-size: 14px;
}

.y2l-summer-schedule article > a {
	padding: 9px 12px;
	border-radius: 8px;
	color: #fff;
	background: var(--teal);
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.y2l-summer-note {
	margin: 25px 0 0;
	color: var(--muted);
	font-size: 14px;
}

.y2l-summer-detail-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, .75fr);
	align-items: stretch;
	overflow: hidden;
	background: #fff7ef;
}

.y2l-summer-detail-hero > div:first-child {
	padding: clamp(70px, 8vw, 115px) clamp(24px, 7vw, 100px);
}

.y2l-summer-detail-hero h1 {
	max-width: 820px;
	font-size: clamp(46px, 6.5vw, 78px);
	line-height: .98;
}

.y2l-summer-detail-hero p:not(.y2l-site__eyebrow) {
	max-width: 720px;
	color: #40535f;
	font-size: 21px;
	line-height: 1.55;
}

.y2l-summer-detail-hero__art {
	display: grid;
	min-height: 520px;
	place-content: center;
	gap: 18px;
	padding: 42px;
	color: #fff;
	text-align: center;
	background:
		radial-gradient(circle at 25% 22%, rgba(255,255,255,.22), transparent 25%),
		linear-gradient(145deg, var(--y2l-summer-accent), var(--navy));
}

.y2l-summer-detail-hero__art span {
	display: grid;
	width: 82px;
	height: 82px;
	margin: 0 auto;
	place-items: center;
	border-radius: 50%;
	background: rgba(255,255,255,.16);
	font-family: Georgia, serif;
	font-size: 36px;
	font-style: italic;
}

.y2l-summer-detail-hero__art strong {
	max-width: 360px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(42px, 5vw, 72px);
	font-style: italic;
	font-weight: 500;
	line-height: .95;
}

.y2l-summer-detail-facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	background: #d4dfe2;
}

.y2l-summer-detail-facts div {
	padding: 25px clamp(22px, 4vw, 50px);
	background: #fff;
}

.y2l-summer-detail-facts strong {
	display: block;
	margin-bottom: 6px;
	color: var(--navy);
}

.y2l-summer-detail-facts span {
	color: var(--muted);
}

.y2l-summer-detail-intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 70px;
}

.y2l-summer-detail-intro > div {
	font-size: 19px;
	line-height: 1.75;
}

.y2l-summer-detail-intro aside {
	align-self: start;
	display: grid;
	gap: 8px;
	padding: 25px;
	border-top: 5px solid var(--y2l-summer-accent);
	background: #f3f7f7;
}

.y2l-summer-detail-intro aside span {
	margin-bottom: 14px;
	color: var(--muted);
}

.y2l-summer-theme-grid,
.y2l-summer-detail-weeks {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.y2l-summer-theme-grid article,
.y2l-summer-detail-weeks article {
	padding: 28px;
	border: 1px solid var(--line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 13px 36px rgba(19,54,77,.06);
}

.y2l-summer-theme-grid span {
	display: block;
	margin-bottom: 16px;
	color: var(--orange);
	font-family: Georgia, serif;
	font-size: 32px;
	font-style: italic;
}

.y2l-summer-theme-grid p,
.y2l-summer-detail-weeks p {
	color: var(--muted);
	line-height: 1.6;
}

.y2l-summer-detail-weeks time {
	display: inline-flex;
	margin-bottom: 16px;
	padding: 7px 10px;
	border-radius: 8px;
	color: var(--teal);
	background: #eaf5f3;
	font-size: 12px;
	font-weight: 850;
}

.y2l-summer-detail-weeks article:target {
	border-color: var(--orange);
	box-shadow: 0 18px 44px rgba(232, 121, 50, .18);
}

.y2l-summer-detail-weeks article > div {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
}

.y2l-summer-detail-weeks article > div span {
	padding: 7px 10px;
	border-radius: 8px;
	color: var(--navy);
	background: #f4f7f7;
	font-size: 13px;
	font-weight: 750;
}

.y2l-summer-final,
.y2l-summer-contact {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 35px;
	padding: clamp(55px, 8vw, 90px) clamp(24px, 7vw, 100px);
	color: #fff;
	background: var(--teal);
}

.y2l-summer-final h2,
.y2l-summer-contact h2,
.y2l-summer-final .y2l-site__eyebrow,
.y2l-summer-contact .y2l-site__eyebrow {
	color: #fff;
}

.y2l-summer-final p:not(.y2l-site__eyebrow) {
	max-width: 720px;
	color: #d7eeec;
	line-height: 1.6;
}

.y2l-enrollment-hero h1 {
	font-size: clamp(44px, 7vw, 78px);
}

.y2l-enrollment-frame-section {
	padding-top: 30px;
}

.y2l-enrollment-frame-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 25px;
}

.y2l-enrollment-frame-heading a {
	color: var(--teal);
	font-weight: 800;
}

.y2l-enrollment-frame {
	display: block;
	width: 100%;
	min-height: 4600px;
	border: 1px solid var(--line);
	border-radius: 18px;
	background: #fff;
}

.y2l-enrollment-frame-help {
	margin: 14px 0 0;
	color: var(--muted);
	font-size: 14px;
}

.y2l-sam-enrollment-site {
	background:
		radial-gradient(circle at 8% 8%, rgba(232, 121, 50, .12), transparent 28%),
		radial-gradient(circle at 92% 4%, rgba(13, 116, 117, .12), transparent 30%),
		var(--cream);
}

.y2l-sam-enrollment-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(260px, .9fr);
	gap: clamp(28px, 5vw, 70px);
	align-items: center;
	background:
		linear-gradient(135deg, rgba(23, 59, 85, .96), rgba(13, 116, 117, .94)),
		url("images/y2l-learning-programs.jpg");
	background-size: cover;
	background-position: center;
	color: #fff;
}

.y2l-sam-enrollment-hero::after {
	content: "";
	display: block;
	min-height: clamp(220px, 30vw, 380px);
	border-radius: 28px;
	background:
		linear-gradient(160deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .04)),
		url("images/y2l-learning-hero.jpg");
	background-size: cover;
	background-position: center;
	box-shadow: 0 24px 60px rgba(4, 30, 43, .25);
}

.y2l-sam-enrollment-hero .y2l-site__eyebrow,
.y2l-sam-enrollment-hero p {
	color: rgba(255, 255, 255, .84);
}

.y2l-sam-enrollment-hero h1 {
	color: #fff;
	font-size: clamp(44px, 7vw, 82px);
}

.y2l-sam-enrollment-frame-section {
	padding-bottom: 70px;
}

.y2l-sam-enrollment-frame {
	min-height: 5200px;
	box-shadow: 0 20px 60px rgba(23, 59, 85, .09);
}

.y2l-summer-contact > div:last-child {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	gap: 6px;
}

.y2l-summer-contact a {
	color: #fff;
	font-size: 19px;
	font-weight: 800;
	text-decoration: none;
}

.y2l-summer-contact span {
	color: #d7eeec;
}

.y2l-confirmation-site {
	background:
		radial-gradient(circle at 8% 8%, rgba(232, 121, 50, .12), transparent 28%),
		radial-gradient(circle at 92% 4%, rgba(13, 116, 117, .12), transparent 30%),
		var(--cream);
}

.y2l-confirmation-wrap {
	display: grid;
	place-items: center;
	min-height: 68vh;
	padding: clamp(44px, 7vw, 92px) 22px;
}

.y2l-confirmation-card {
	width: min(760px, 100%);
	padding: clamp(30px, 5vw, 56px);
	border: 1px solid #dbe3e8;
	border-radius: 28px;
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 28px 70px rgba(23, 59, 85, .13);
	text-align: center;
}

.y2l-confirmation-icon {
	display: inline-grid;
	place-items: center;
	width: 64px;
	height: 64px;
	margin-bottom: 18px;
	border-radius: 50%;
	color: #fff;
	background: var(--teal);
	font-size: 34px;
	font-weight: 900;
}

.y2l-confirmation-card h1 {
	margin: 6px 0 14px;
	color: var(--navy);
	font-size: clamp(34px, 5vw, 58px);
}

.y2l-confirmation-card > p {
	color: var(--muted);
	font-size: 18px;
	line-height: 1.7;
}

.y2l-confirmation-steps {
	display: grid;
	gap: 10px;
	margin: 26px 0;
	text-align: left;
}

.y2l-confirmation-steps span {
	display: grid;
	grid-template-columns: 38px 1fr;
	gap: 12px;
	align-items: center;
	padding: 13px 15px;
	border: 1px solid #dbe3e8;
	border-radius: 16px;
	background: #f7fbfb;
	color: var(--navy);
	font-weight: 750;
}

.y2l-confirmation-steps strong {
	display: inline-grid;
	place-items: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	color: #fff;
	background: var(--teal);
}

.y2l-confirmation-contact {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 18px;
	margin: 20px 0;
	color: var(--muted);
}

.y2l-confirmation-contact p {
	flex-basis: 100%;
	margin: 0;
}

.y2l-confirmation-contact a,
.y2l-confirmation-review a,
.y2l-confirmation-social a {
	color: var(--teal);
	font-weight: 850;
}

.y2l-confirmation-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-top: 24px;
}

.y2l-confirmation-review {
	margin: 24px 0 0;
	color: var(--muted);
}

.y2l-confirmation-social {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 16px;
	margin-top: 14px;
	color: var(--muted);
}

.y2l-confirmation-social p {
	flex-basis: 100%;
	margin: 0;
}

.y2l-event-directory {
	display: grid;
	gap: 18px;
}

.y2l-event-subscribe {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 24px;
	margin: -34px clamp(24px, 7vw, 100px) 36px;
	padding: 24px;
	border: 1px solid rgba(13, 116, 117, .16);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(19, 54, 77, .09);
}

.y2l-event-subscribe h2 {
	margin: 4px 0 8px;
	font-size: clamp(24px, 3vw, 34px);
}

.y2l-event-subscribe p:not(.y2l-site__eyebrow) {
	margin: 0;
	color: var(--muted);
	line-height: 1.55;
}

.y2l-event-subscribe nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px;
}

.y2l-event-subscribe a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 14px;
	border: 1px solid rgba(13, 116, 117, .22);
	border-radius: 999px;
	color: var(--teal);
	background: #f5fbfa;
	font-size: 13px;
	font-weight: 850;
	text-decoration: none;
}

.y2l-event-directory article {
	display: grid;
	grid-template-columns: minmax(0, 220px) 1fr auto;
	align-items: center;
	gap: 28px;
	padding: 24px;
	border: 1px solid var(--line);
	border-radius: 17px;
	background: #fff;
	box-shadow: 0 14px 38px rgba(19,54,77,.06);
}

.y2l-event-directory__image {
	display: grid;
	height: 150px;
	place-items: center;
	overflow: hidden;
	border-radius: 12px;
	color: #fff;
	background: linear-gradient(145deg, var(--navy), var(--teal));
	font-weight: 850;
}

.y2l-event-directory__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.y2l-event-directory time {
	color: var(--teal);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.y2l-event-directory h2 {
	margin: 7px 0 10px;
	font-size: clamp(25px, 3vw, 38px);
}

.y2l-event-directory p {
	margin-bottom: 12px;
	color: var(--muted);
	line-height: 1.6;
}

.y2l-event-directory article span {
	color: var(--orange);
	font-size: 14px;
	font-weight: 800;
}

.y2l-event-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(330px, .9fr);
	align-items: center;
	gap: 60px;
	padding: clamp(70px, 9vw, 120px) clamp(24px, 7vw, 100px);
	background: var(--cream);
}

.y2l-event-hero h1 {
	margin-bottom: 25px;
}

.y2l-event-hero p:not(.y2l-site__eyebrow) {
	max-width: 700px;
	color: var(--muted);
	font-size: 20px;
	line-height: 1.6;
}

.y2l-event-hero__image {
	height: 420px;
	overflow: hidden;
	border-radius: 26px;
}

.y2l-event-hero__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.y2l-event-status {
	display: inline-flex;
	margin-top: 10px;
	padding: 8px 11px;
	border-radius: 999px;
	color: #23694e;
	background: #e5f5ed;
	font-size: 13px;
	font-weight: 850;
}

.y2l-event-status--waitlist {
	color: #805a13;
	background: #fff0c8;
}

.y2l-event-status--closed,
.y2l-event-status--full {
	color: #923d3d;
	background: #fdeaea;
}

.y2l-event-details {
	display: grid;
	grid-template-columns: 1fr 340px;
	gap: 70px;
}

.y2l-event-details > div {
	font-size: 18px;
	line-height: 1.75;
}

.y2l-event-details aside {
	align-self: start;
	display: grid;
	gap: 7px;
	padding: 26px;
	border-top: 5px solid var(--orange);
	background: #f3f7f7;
}

.y2l-event-details aside span {
	margin-bottom: 13px;
	color: var(--muted);
}

.y2l-event-registration {
	display: grid;
	grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
	gap: clamp(40px, 7vw, 90px);
	background: var(--cream);
}

.y2l-event-registration > div:first-child p:not(.y2l-site__eyebrow) {
	color: var(--muted);
	font-size: 18px;
	line-height: 1.6;
}

.y2l-about-hero > p:last-child {
	max-width: 760px;
	color: var(--muted);
	font-size: 21px;
	line-height: 1.65;
}

.y2l-about-grid {
	display: grid;
	grid-template-columns: minmax(0, .8fr) minmax(320px, 1.2fr);
	gap: clamp(40px, 8vw, 110px);
}

.y2l-about-grid > div:last-child {
	color: var(--muted);
	font-size: 19px;
	line-height: 1.75;
}

.y2l-contact-intro {
	background: var(--cream);
}

.y2l-contact-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	width: 100%;
}

.y2l-contact-cards article {
	min-height: 220px;
	padding: 28px;
	border: 1px solid var(--line);
	border-radius: 17px;
	background: #fff;
}

.y2l-contact-cards article > a:not(.y2l-site__button) {
	color: var(--teal);
	font-weight: 800;
	overflow-wrap: anywhere;
}

.y2l-social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 22px !important;
}

.y2l-hours-list {
	display: grid;
	gap: 7px;
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
	color: var(--muted);
	font-size: 14px;
	line-height: 1.45;
}

.y2l-hours-list li {
	padding: 8px 10px;
	border: 1px solid rgba(13, 116, 117, .13);
	border-radius: 10px;
	background: rgba(13, 116, 117, .05);
}

@media (max-width: 980px) {
	.y2l-hero,
	.y2l-site__band,
	.y2l-inquiry-section,
	.y2l-enrollment-bridge,
	.y2l-program-hero,
	.y2l-program-story,
	.y2l-summer-callout,
	.y2l-summer-hero,
	.y2l-summer-detail-hero,
	.y2l-summer-detail-intro,
	.y2l-event-hero,
	.y2l-event-subscribe,
	.y2l-event-details,
	.y2l-event-registration {
		grid-template-columns: 1fr;
	}

	.y2l-about-grid {
		grid-template-columns: 1fr;
	}

	.y2l-hero__visual {
		min-height: 500px;
	}

	.y2l-program-grid,
	.y2l-values,
	.y2l-location-grid,
	.y2l-session-grid,
	.y2l-event-grid,
	.y2l-contact-cards,
	.y2l-program-feature-cards,
	.y2l-program-detail-grid,
	.y2l-summer-theme-grid,
	.y2l-summer-detail-weeks {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.y2l-summer-schedule article {
		grid-template-columns: 120px 1fr 1fr;
	}

	.y2l-summer-schedule article > a {
		justify-self: start;
	}

	.y2l-site__heading {
		grid-template-columns: 1fr;
		gap: 15px;
	}
}

@media (max-width: 720px) {
	.y2l-site-nav {
		flex-wrap: wrap;
	}

	.y2l-site-menu {
		display: block;
	}

	.y2l-site-links {
		display: none;
		width: 100%;
		align-items: stretch;
		flex-direction: column;
		gap: 4px;
		padding-top: 10px;
	}

	.y2l-site-links.is-open {
		display: flex;
	}

	.y2l-site-links a {
		padding: 10px;
	}

	.y2l-hero {
		grid-template-columns: 1fr;
	}

	.y2l-enrollment-bridge > .y2l-site__button {
		grid-column: auto;
	}

	.y2l-hero__visual {
		min-height: 390px;
	}

	.y2l-hero__mark {
		width: 130px;
		height: 130px;
		font-size: 38px;
	}

	.y2l-orbit {
		width: 72px;
		height: 72px;
		font-size: 13px;
	}

	.y2l-program-grid,
	.y2l-values,
	.y2l-location-grid,
	.y2l-session-grid,
	.y2l-event-grid,
	.y2l-contact-cards,
	.y2l-public-form__grid,
	.y2l-program-columns,
	.y2l-program-feature-cards,
	.y2l-program-detail-grid,
	.y2l-summer-theme-grid,
	.y2l-summer-detail-weeks,
	.y2l-summer-detail-facts {
		grid-template-columns: 1fr;
	}

	.y2l-summer-program-grid,
	.y2l-summer-savings,
	.y2l-enrollment-assurance {
		grid-template-columns: 1fr;
	}

	.y2l-summer-program-grid article {
		grid-template-columns: 45px 1fr;
	}

	.y2l-summer-program-grid article > strong {
		grid-column: 2;
		justify-self: start;
	}

	.y2l-summer-schedule article {
		grid-template-columns: 1fr;
	}

	.y2l-summer-final,
	.y2l-summer-contact,
	.y2l-enrollment-frame-heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.y2l-summer-contact > div:last-child {
		align-items: flex-start;
	}

	.y2l-enrollment-frame {
		min-height: 5400px;
	}

	.y2l-event-directory article {
		grid-template-columns: 1fr;
	}

	.y2l-event-subscribe {
		margin: 20px;
	}

	.y2l-event-subscribe nav {
		justify-content: flex-start;
	}

	.y2l-event-directory article > .y2l-site__button {
		justify-self: start;
	}

	.y2l-site-footer {
		grid-template-columns: 1fr;
	}

	.y2l-site-footer__legal {
		grid-column: 1;
	}
}

@media (prefers-reduced-motion: reduce) {
	.y2l-site *,
	.y2l-site *::before,
	.y2l-site *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}

/* Keep the configurable brand mark ahead of legacy fallback rules. */
.y2l-site-brand > .y2l-brand-mark {
	display: grid;
	width: 46px;
	height: 46px;
	border-radius: 14px 6px 14px 6px;
	background: linear-gradient(145deg, var(--teal), #0f8f8d);
	box-shadow: 0 8px 20px rgba(13, 116, 117, .2);
}

.y2l-site-brand > .y2l-brand-mark--image {
	width: auto;
	min-width: 46px;
	max-width: 150px;
	background: #fff;
	box-shadow: none;
}

.y2l-site-footer__mark {
	display: block;
	width: auto;
	height: auto;
	color: inherit;
	background: transparent;
}

.y2l-photo-story,
.y2l-about-photo,
.y2l-team-empty {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
	align-items: stretch;
	margin: 0 clamp(24px, 6vw, 88px) clamp(64px, 8vw, 110px);
	overflow: hidden;
	border-radius: 28px;
	background: var(--navy);
	box-shadow: 0 24px 65px rgba(19, 54, 77, .16);
}

.y2l-photo-story__image {
	min-height: 520px;
	background-position: center;
	background-size: cover;
}

.y2l-photo-story > div:last-child,
.y2l-about-photo > div,
.y2l-team-empty > div {
	display: grid;
	align-content: center;
	padding: clamp(34px, 5vw, 72px);
	color: rgba(255, 255, 255, .82);
}

.y2l-photo-story h2,
.y2l-about-photo h2,
.y2l-team-empty h2 {
	color: #fff;
	font-size: clamp(30px, 4vw, 50px);
}

.y2l-photo-story .y2l-site__eyebrow,
.y2l-about-photo .y2l-site__eyebrow,
.y2l-team-empty .y2l-site__eyebrow {
	color: #79d0c8;
}

.y2l-photo-story .y2l-site__button,
.y2l-about-photo .y2l-site__button {
	justify-self: start;
	margin-top: 12px;
	background: var(--orange);
}

.y2l-about-photo {
	margin-top: clamp(20px, 4vw, 50px);
}

.y2l-about-photo img,
.y2l-team-empty img {
	width: 100%;
	height: 100%;
	min-height: 460px;
	object-fit: cover;
}

.y2l-team-hero {
	background:
		linear-gradient(90deg, rgba(11, 41, 60, .96), rgba(13, 116, 117, .78)),
		url("images/y2l-learning-hero.jpg") center 46% / cover;
}

.y2l-team-hero h1,
.y2l-team-hero p {
	color: #fff;
}

.y2l-team-grid {
	display: grid;
	gap: 28px;
}

.y2l-team-card {
	display: grid;
	grid-template-columns: minmax(210px, .45fr) minmax(0, 1.55fr);
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 15px 42px rgba(19, 54, 77, .08);
}

.y2l-team-card__photo {
	display: grid;
	min-height: 285px;
	place-items: center;
	overflow: hidden;
	color: #fff;
	background: linear-gradient(145deg, var(--navy), var(--teal));
	font-size: 64px;
	font-weight: 900;
}

.y2l-team-card__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.y2l-team-card__body {
	padding: clamp(26px, 4vw, 44px);
}

.y2l-team-card__body h2 {
	font-size: clamp(27px, 3.4vw, 38px);
}

.y2l-team-card__credentials {
	color: var(--teal);
	font-weight: 800;
}

.y2l-team-card blockquote {
	margin: 24px 0 0;
	padding-left: 20px;
	border-left: 4px solid var(--orange);
	color: var(--navy);
	font-family: Georgia, serif;
	font-size: 20px;
	font-style: italic;
	line-height: 1.55;
}

.y2l-team-empty {
	margin: 0;
}

.y2l-hero-slider {
	position: relative;
	margin: 0;
	background: var(--navy-deep);
}

.y2l-hero-slider__track {
	position: relative;
	min-height: clamp(430px, 55vw, 660px);
	overflow: hidden;
}

.y2l-hero-slide {
	position: absolute;
	inset: 0;
	display: grid;
	align-items: center;
	padding: clamp(58px, 9vw, 120px) clamp(28px, 7vw, 100px);
	opacity: 0;
	color: rgba(255, 255, 255, .86);
	background:
		radial-gradient(circle at 76% 26%, rgba(232, 121, 50, .42), transparent 20%),
		linear-gradient(135deg, var(--navy-deep), var(--teal));
	background-position: center;
	background-size: cover;
	transition: opacity .55s ease;
}

.y2l-hero-slide.is-active {
	position: relative;
	z-index: 1;
	opacity: 1;
}

.y2l-hero-slide > div {
	max-width: 680px;
}

.y2l-hero-slide .y2l-site__eyebrow {
	color: #8ee0d7;
}

.y2l-hero-slide h2 {
	max-width: 760px;
	margin-bottom: 18px;
	color: #fff;
	font-size: clamp(42px, 7vw, 78px);
	line-height: .95;
	letter-spacing: -.055em;
}

.y2l-hero-slide p:not(.y2l-site__eyebrow) {
	max-width: 610px;
	margin-bottom: 24px;
	font-size: clamp(17px, 2.4vw, 22px);
	line-height: 1.6;
}

.y2l-hero-slider__dots {
	position: absolute;
	z-index: 2;
	right: clamp(26px, 6vw, 92px);
	bottom: 30px;
	display: flex;
	gap: 10px;
}

.y2l-hero-slider__dots button {
	width: 12px;
	height: 12px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .8);
	border-radius: 999px;
	background: transparent;
	cursor: pointer;
}

.y2l-hero-slider__dots button.is-active {
	width: 38px;
	background: #fff;
}

.y2l-summer-showcase {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	gap: clamp(28px, 5vw, 68px);
	margin: 0 clamp(24px, 6vw, 88px) clamp(60px, 8vw, 100px);
	padding: clamp(34px, 5vw, 62px);
	border-radius: 28px;
	background: linear-gradient(135deg, #fff7ed, #effbf8);
}

.y2l-summer-showcase h2 {
	font-size: clamp(31px, 4.3vw, 52px);
}

.y2l-summer-showcase__cards {
	display: grid;
	gap: 16px;
}

.y2l-summer-showcase__cards article {
	padding: 24px;
	border: 1px solid rgba(13, 116, 117, .15);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(19, 54, 77, .06);
}

.y2l-summer-showcase__cards span {
	color: var(--orange);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .14em;
}

.y2l-summer-showcase__cards h3 {
	margin-top: 8px;
}

.y2l-promo-strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin: clamp(24px, 5vw, 52px) clamp(24px, 6vw, 88px) 0;
}

.y2l-promo-strip a {
	display: grid;
	gap: 8px;
	padding: 22px;
	border: 1px solid rgba(13, 116, 117, .18);
	border-radius: 18px;
	color: var(--navy);
	background: #f4fbf8;
	text-decoration: none;
	box-shadow: 0 12px 30px rgba(19, 54, 77, .06);
}

.y2l-promo-strip span {
	color: var(--orange);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.y2l-promo-strip strong {
	font-size: 18px;
}

.y2l-promo-strip small {
	color: var(--muted);
	font-size: 13px;
	line-height: 1.5;
}

.y2l-gallery-hero,
.y2l-legal-hero {
	background: linear-gradient(135deg, #f7fbfa, #fff6ec);
}

.y2l-gallery-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.y2l-gallery-grid article {
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 15px 35px rgba(19, 54, 77, .08);
}

.y2l-gallery-grid img,
.y2l-gallery-placeholder {
	width: 100%;
	height: 285px;
	object-fit: cover;
}

.y2l-gallery-placeholder {
	display: grid;
	place-items: center;
	color: #fff;
	background: linear-gradient(145deg, var(--navy), var(--teal));
	font-size: 48px;
	font-weight: 900;
}

.y2l-gallery-grid article > div:last-child {
	padding: 22px;
}

.y2l-gallery-grid h2 {
	font-size: 22px;
}

.y2l-gallery-starter {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
	align-items: stretch;
}

.y2l-gallery-starter img {
	width: 100%;
	min-height: 360px;
	border-radius: 22px;
	object-fit: cover;
}

.y2l-gallery-starter > div {
	grid-column: 1 / -1;
	padding: 30px;
	border-radius: 22px;
	background: var(--cream);
}

.y2l-legal-content {
	display: grid;
	gap: 18px;
}

.y2l-legal-content article {
	padding: 26px;
	border: 1px solid var(--line);
	border-radius: 18px;
	background: #fff;
}

.y2l-legal-content h2 {
	font-size: 24px;
}

@media (max-width: 800px) {
	.y2l-hero-slider__track {
		min-height: 560px;
	}

	.y2l-hero-slide {
		padding: 52px 26px 84px;
	}

	.y2l-hero-slider__dots {
		right: auto;
		left: 26px;
	}

	.y2l-summer-showcase {
		grid-template-columns: 1fr;
	}

	.y2l-photo-story,
	.y2l-about-photo,
	.y2l-team-empty,
	.y2l-team-card {
		grid-template-columns: 1fr;
	}

	.y2l-photo-story__image,
	.y2l-about-photo img,
	.y2l-team-empty img,
	.y2l-team-card__photo {
		min-height: 280px;
	}

	.y2l-promo-strip,
	.y2l-gallery-grid,
	.y2l-gallery-starter {
		grid-template-columns: 1fr;
	}

	.y2l-about-founder {
		grid-template-columns: 1fr;
	}
}

/* ── Closed summer weeks ─────────────────────────────────────────── */
.y2l-summer-schedule article.is-closed {
	opacity: .72;
	background: #f5f5f5;
	border-color: #ddd;
}

.y2l-week-badge {
	display: inline-block;
	padding: 2px 10px;
	border-radius: 20px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	vertical-align: middle;
	margin-left: 8px;
}

.y2l-week-badge--closed {
	background: #fee;
	color: #c00;
	border: 1px solid #fcc;
}

.y2l-week-select-closed {
	display: inline-block;
	padding: 8px 16px;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 600;
	color: #999;
	background: #f0f0f0;
	border: 1px solid #ddd;
	cursor: default;
}

/* ── About page founder section ──────────────────────────────────── */
.y2l-about-founder {
	display: grid;
	grid-template-columns: 1fr 340px;
	gap: 56px;
	align-items: start;
}

.y2l-about-founder__text p {
	color: var(--text-secondary, #4a5568);
	line-height: 1.75;
	margin-bottom: 1.1em;
}

.y2l-about-founder__details {
	display: flex;
	flex-direction: column;
	gap: 20px;
	background: var(--surface-soft, #f0f4ff);
	border-radius: 16px;
	padding: 28px 28px;
}

.y2l-about-founder__details > div {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.y2l-about-founder__details strong {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: var(--navy, #0d1b3e);
}

.y2l-about-founder__details span {
	font-size: 14px;
	line-height: 1.5;
	color: var(--text-secondary, #4a5568);
}

/* ── Competition and tournament hub ─────────────────────────────── */
.y2l-competition-hero {
	background:
		radial-gradient(circle at top right, rgba(13, 116, 117, .18), transparent 34%),
		linear-gradient(135deg, #f8fbfa, #fff7ed);
	border: 1px solid rgba(13, 116, 117, .14);
}

.y2l-competition-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.y2l-competition-grid article {
	display: flex;
	flex-direction: column;
	gap: 14px;
	min-height: 100%;
	padding: 28px;
	border: 1px solid rgba(13, 42, 60, .12);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(13, 42, 60, .08);
}

.y2l-competition-grid article > span {
	align-self: flex-start;
	padding: 6px 12px;
	border-radius: 999px;
	background: #dff4ef;
	color: var(--teal, #0d7475);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.y2l-competition-grid h2 {
	margin: 0;
	color: var(--navy, #0d2a3c);
	font-size: clamp(22px, 2.1vw, 30px);
	line-height: 1.05;
}

.y2l-competition-grid p,
.y2l-competition-grid li {
	color: var(--slate, #5e7280);
	line-height: 1.65;
}

.y2l-competition-grid ul {
	margin: 0;
	padding-left: 18px;
}

.y2l-competition-grid a {
	margin-top: auto;
	color: var(--teal, #0d7475);
	font-weight: 800;
	text-decoration: none;
}

.y2l-competition-flow {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
	gap: 28px;
	align-items: start;
	padding: 38px;
	border-radius: 28px;
	background: linear-gradient(135deg, var(--navy, #0d2a3c), var(--teal, #0d7475));
	color: #fff;
}

.y2l-competition-flow h2,
.y2l-competition-flow p,
.y2l-competition-flow .y2l-site__eyebrow {
	color: #fff;
}

.y2l-competition-flow > div:last-child {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 12px 16px;
	padding: 24px;
	border-radius: 22px;
	background: rgba(255, 255, 255, .12);
}

.y2l-competition-flow strong {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #fff;
	color: var(--teal, #0d7475);
}

.y2l-competition-flow span {
	align-self: center;
	line-height: 1.45;
}

.y2l-external-registration {
	padding: 28px;
	border-radius: 24px;
	background: #fff8eb;
	border: 1px solid #f2d69e;
	box-shadow: 0 14px 36px rgba(118, 83, 18, .08);
}

.y2l-external-registration h3 {
	margin-top: 0;
	color: var(--navy, #0d2a3c);
}

@media (max-width: 980px) {
	.y2l-competition-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.y2l-competition-flow {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.y2l-competition-grid {
		grid-template-columns: 1fr;
	}

	.y2l-competition-flow {
		padding: 26px;
	}
}
