/*
 * Homepage composition.
 */

.sch-route-home .sch-breadcrumbs {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

.sch-route-home .sch-hero.wp-block-cover {
	position: relative;
	display: flex;
	min-height: 590px;
	align-items: stretch;
	padding: 0;
	isolation: isolate;
	overflow: hidden;
	background: var(--sch-ink);
}

.sch-route-home .wp-block-cover__background,
.sch-route-home .wp-block-cover__image-background {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sch-route-home .sch-hero .wp-block-cover__image-background {
	inset: 0 0 0 auto;
	z-index: 0;
	width: 62%;
	object-position: center 58%;
}

.sch-route-home .sch-hero .wp-block-cover__background {
	z-index: 1;
	background: linear-gradient(90deg, var(--sch-ink) 0 43%, rgba(7, 19, 29, 0.88) 54%, rgba(7, 19, 29, 0.18) 78%);
}

.sch-route-home .wp-block-cover__inner-container {
	position: relative;
	z-index: 2;
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: space-between;
}

.sch-route-home .sch-hero-copy {
	max-width: none;
	padding: clamp(4rem, 8vh, 5.75rem) 0 2.5rem;
}

.sch-route-home .sch-hero h1 {
	max-width: min(15ch, 690px);
	font-size: clamp(3.25rem, 5.2vw, 5rem);
	letter-spacing: -0.05em;
	line-height: 0.96;
}

.sch-route-home .sch-hero-copy > .sch-lede,
.sch-route-home .sch-hero-copy > .sch-actions {
	max-width: 690px;
}

.sch-proof {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 0;
	margin-bottom: 0;
	padding: 1.15rem 0 1.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.23);
	list-style: none;
}

.sch-proof p,
.sch-proof li {
	margin: 0;
	color: var(--sch-white);
	font-size: 0.91rem;
	font-weight: 750;
}

.sch-proof li::before {
	margin-right: 0.45rem;
	color: var(--sch-lime);
	content: "•";
}

.sch-dot {
	margin-right: 0.4rem;
	color: var(--sch-lime);
}

.sch-route-home .sch-dark .sch-grid {
	margin-top: 2rem;
}

.sch-route-home #play .sch-grid {
	column-gap: 1.5rem;
	row-gap: 1.25rem;
}

.sch-game {
	position: relative;
	height: 100%;
	transition: background-color 150ms ease, border-color 150ms ease, transform 150ms ease;
}

.sch-game h3 a,
.sch-game h3 a:visited,
.sch-game h3 a:hover,
.sch-game h3 a:focus-visible {
	color: inherit;
	text-decoration: none;
}

.sch-game h3 a::after {
	position: absolute;
	inset: 0;
	border-radius: var(--sch-radius-md);
	content: "";
}

.sch-game:hover,
.sch-game:focus-within {
	border-color: var(--sch-lime);
	background: rgba(217, 255, 67, 0.09);
	transform: translateY(-3px);
}

.sch-game:focus-within {
	outline: 3px solid var(--sch-lime);
	outline-offset: 3px;
}

.sch-game h3 a:focus-visible {
	outline: none;
}

.sch-band {
	padding: clamp(3.75rem, 6vw, 5.5rem) 0;
	background: var(--sch-cream);
	color: var(--sch-ink);
}

.sch-band .sch-eyebrow {
	color: var(--sch-lime-dark);
}

.sch-event-card {
	border-width: 2px;
}

.sch-confirmed-visit {
	padding: clamp(3.75rem, 6vw, 5.25rem) 0;
	background: #e7edda;
	color: var(--sch-ink);
}

.sch-plan-intro {
	max-width: 760px;
	color: #2d4149;
	font-size: clamp(1.08rem, 2vw, 1.3rem);
}

.sch-visit-grid,
.sch-plan-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 2rem;
}

.sch-plan-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sch-visit-card,
.sch-plan-panel {
	height: 100%;
}

.sch-visit-card address {
	font-style: normal;
}

.sch-visit-actions a {
	display: inline-flex;
	min-width: 44px;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	padding: 0.75rem 1rem;
	border: 2px solid var(--sch-ink);
	border-radius: 999px;
	background: var(--sch-ink);
	color: var(--sch-white);
	text-align: center;
	text-decoration: none;
}

.sch-visit-actions a:hover {
	border-color: var(--sch-lime-dark);
	background: var(--sch-lime-dark);
	color: var(--sch-white);
}

.sch-calendar-spotlight {
	position: relative;
	padding: clamp(3.5rem, 6vw, 5.25rem) 0;
	overflow: hidden;
	background:
		radial-gradient(circle at 18% 22%, rgba(217, 255, 67, 0.12), transparent 24rem),
		radial-gradient(circle at 84% 78%, rgba(217, 255, 67, 0.07), transparent 28rem),
		linear-gradient(135deg, #07131d 0%, #0b2028 55%, #10271e 100%);
	color: var(--sch-cream);
}

.sch-calendar-spotlight::before {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
	background-size: 64px 64px;
	content: "";
	mask-image: linear-gradient(to bottom, transparent, #000 22%, #000 78%, transparent);
	pointer-events: none;
}

.sch-calendar-layout {
	position: relative;
	z-index: 1;
	display: grid;
	width: min(var(--sch-content), calc(100% - 2.5rem));
	margin-inline: auto;
	grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1fr);
	align-items: center;
	gap: clamp(2rem, 6vw, 5rem);
}

.sch-calendar-layout--image-only {
	width: min(var(--sch-content), calc(100% - 2.5rem));
	grid-template-columns: 1fr;
	justify-items: center;
	gap: 1.75rem;
}

.sch-calendar-copy {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	gap: clamp(1.5rem, 3vw, 2.25rem);
}

.sch-calendar-heading {
	max-width: 760px;
	text-align: center;
}

.sch-calendar-heading .sch-eyebrow {
	color: var(--sch-lime);
}

.sch-calendar-heading h2 {
	margin-bottom: 0.35em;
}

.sch-calendar-heading p:last-child {
	margin: 0;
	color: var(--sch-muted-light);
	font-size: clamp(1.05rem, 1.6vw, 1.22rem);
}

.sch-calendar-hours {
	width: 100%;
	max-width: 32rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(217, 255, 67, 0.42);
	text-align: left;
}

.sch-calendar-hours .sch-eyebrow {
	margin-bottom: 0.3rem;
	color: var(--sch-lime);
}

.sch-calendar-hours__daily {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1rem;
	margin: 0;
	color: var(--sch-white);
	font-size: 1rem;
	font-weight: 750;
}

.sch-calendar-hours__time {
	color: var(--sch-cream);
	font-size: 1rem;
	font-weight: 900;
	letter-spacing: -0.025em;
	white-space: nowrap;
}

.sch-calendar-figure {
	width: min(860px, 100%);
	margin: 0;
	padding: clamp(0.55rem, 1.2vw, 0.9rem);
	overflow: hidden;
	border: 1px solid rgba(217, 255, 67, 0.34);
	border-radius: calc(var(--sch-radius-md) + 0.35rem);
	background: var(--sch-paper);
	box-shadow:
		0 28px 70px rgba(0, 0, 0, 0.42),
		0 0 0 1px rgba(255, 255, 255, 0.05);
}

.sch-calendar-figure img {
	width: 100%;
	border-radius: var(--sch-radius-md);
}

.sch-calendar-actions {
	justify-content: center;
	margin-top: 0;
}

.sch-calendar-actions .sch-btn--light {
	border-color: rgba(255, 255, 255, 0.8);
	color: var(--sch-white);
}

@media (min-width: 901px) {
	.sch-calendar-layout--image-only {
		grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
		align-items: center;
		justify-items: stretch;
		gap: clamp(2.5rem, 5vw, 5rem);
	}

	.sch-calendar-copy {
		align-items: flex-start;
		max-width: 32rem;
	}

	.sch-calendar-heading {
		max-width: 32rem;
		text-align: left;
	}

	.sch-calendar-hours {
		max-width: 32rem;
	}

	.sch-calendar-figure {
		grid-column: 2;
		grid-row: 1;
		justify-self: end;
		width: min(620px, 100%);
	}

	.sch-calendar-actions {
		justify-content: flex-start;
	}
}

@media (max-width: 900px) {
	.sch-visit-grid {
		grid-template-columns: 1fr;
	}

}

@media (max-width: 820px) {
	.sch-route-home .sch-hero.wp-block-cover {
		min-height: auto;
	}

	.sch-route-home .sch-hero .wp-block-cover__image-background {
		width: 100%;
		opacity: 0.46;
	}

	.sch-route-home .sch-hero .wp-block-cover__background {
		background: rgba(7, 19, 29, 0.7);
	}

	.sch-route-home .sch-hero-copy {
		padding: 3.75rem 0 2.25rem;
	}

	.sch-route-home .sch-hero h1 {
		max-width: 16ch;
		font-size: clamp(2.6rem, 10.5vw, 4rem);
	}

	.sch-proof,
	.sch-plan-grid,
	.sch-calendar-layout {
		grid-template-columns: 1fr;
	}

	.sch-calendar-hours {
		max-width: none;
		text-align: center;
	}

	.sch-calendar-hours__daily {
		justify-content: center;
	}
}

@media (max-width: 620px) {
	.sch-proof {
		gap: 0.7rem;
	}

	.sch-calendar-layout {
		width: min(100% - 1.75rem, var(--sch-content));
	}

	.sch-visit-actions a {
		width: 100%;
	}

}
