/**
 * Homepage Events composition.
 *
 * The layout follows the approved homepage design system and is intentionally
 * isolated from the standalone Events template and all other homepage sections.
 */

.ych-home-events {
	--ych-home-events-gap: clamp(2.5rem, 4vw, 4.5rem);
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding-block: clamp(5.5rem, 8vw, 8rem);
	background: var(--ych-bg-secondary);
	color: var(--ych-text-primary);
	font-family: var(--ych-font-body);
}

.ych-homepage > .ych-home-events {
	order: 3;
}

.ych-home-events *,
.ych-home-events *::before,
.ych-home-events *::after {
	box-sizing: border-box;
}

.ych-home-events::before {
	position: absolute;
	z-index: -1;
	inset: -16rem auto auto -14rem;
	width: 34rem;
	height: 34rem;
	border-radius: 50%;
	background: rgba(120, 169, 228, 0.08);
	filter: blur(5rem);
	content: "";
	pointer-events: none;
}

.ych-home-events__container {
	display: grid;
	grid-template-columns: minmax(0, 0.445fr) minmax(0, 0.555fr);
	gap: var(--ych-home-events-gap);
	align-items: start;
}

.ych-home-events__featured-column,
.ych-upcoming-events {
	min-width: 0;
}

.ych-home-events .ych-featured-event {
	overflow: hidden;
	border: 0.0625rem solid var(--ych-border);
	border-radius: var(--ych-radius-panel);
	background: var(--ych-bg-primary);
	box-shadow: var(--ych-shadow-medium);
	color: var(--ych-text-primary);
}

.ych-home-events .ych-featured-event__image-link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.ych-home-events .ych-featured-event__visual {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: var(--ych-bg-card);
}

.ych-home-events .ych-featured-event__image,
.ych-home-events .ych-featured-event__placeholder {
	display: block;
	width: 100%;
	height: 100%;
}

.ych-home-events .ych-featured-event__image {
	object-fit: cover;
	transition: transform 420ms ease;
}

.ych-home-events .ych-featured-event__placeholder,
.ych-home-events .ych-featured-event__visual--empty {
	display: grid;
	place-items: center;
	background:
		linear-gradient(135deg, rgba(120, 169, 228, 0.18), rgba(154, 114, 208, 0.18)),
		var(--ych-bg-card);
	color: var(--ych-text-primary);
	font-family: var(--ych-font-heading);
	font-size: clamp(2rem, 4vw, 3.75rem);
	font-weight: 700;
	letter-spacing: -0.04em;
}

.ych-home-events .ych-featured-event__content {
	display: flex;
	min-height: clamp(14.5rem, 19vw, 18rem);
	align-items: flex-start;
	flex-direction: column;
	padding: clamp(1.5rem, 2.5vw, 2.25rem);
	background: var(--ych-bg-primary);
}

.ych-home-events .ych-featured-event__label {
	margin: 0 0 0.75rem;
	color: var(--ych-accent-blue);
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1.4;
	text-transform: uppercase;
}

.ych-home-events .ych-featured-event__title {
	max-width: 18ch;
	margin: 0;
	color: var(--ych-text-primary);
	font-family: var(--ych-font-heading);
	font-size: clamp(1.75rem, 2.8vw, 2.5rem);
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1.08;
	text-wrap: balance;
}

.ych-home-events .ych-featured-event__title a {
	color: inherit;
	text-decoration: none;
}

.ych-home-events .ych-featured-event__description {
	display: -webkit-box;
	overflow: hidden;
	max-width: 43rem;
	margin: 1rem 0 1.25rem;
	color: var(--ych-text-secondary);
	font-size: 0.9375rem;
	line-height: 1.7;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.ych-home-events .ych-featured-event__cta {
	display: inline-flex;
	min-height: 2.75rem;
	align-items: center;
	gap: 0.55rem;
	margin-top: auto;
	border-radius: 0.35rem;
	color: var(--ych-accent-blue);
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none;
	text-underline-offset: 0.25rem;
	transition: color var(--ych-transition), gap var(--ych-transition);
}

.ych-home-events .ych-featured-event__cta:hover {
	gap: 0.8rem;
	color: var(--ych-text-primary);
	text-decoration: underline;
}

.ych-home-events .ych-featured-event__image-link:focus-visible,
.ych-home-events .ych-featured-event__title a:focus-visible,
.ych-home-events .ych-featured-event__cta:focus-visible,
.ych-home-events .ych-events-more-link:focus-visible,
.ych-home-events .ych-event-row__link:focus-visible,
.ych-home-events__empty a:focus-visible {
	outline: 0.1875rem solid var(--ych-focus);
	outline-offset: 0.25rem;
}

.ych-home-events .ych-featured-event__image-link:hover .ych-featured-event__image,
.ych-home-events .ych-featured-event__image-link:focus-visible .ych-featured-event__image {
	transform: scale(1.025);
}

.ych-home-events .ych-events-heading-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1.5rem;
	margin-bottom: clamp(1.5rem, 2.5vw, 2.25rem);
}

.ych-home-events .ych-events-heading {
	margin: 0;
	color: var(--ych-text-primary);
	font-family: var(--ych-font-heading);
	font-size: clamp(1.75rem, 2.6vw, 2.5rem);
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 1.08;
}

.ych-home-events .ych-events-more-link {
	display: inline-flex;
	min-height: 2.75rem;
	align-items: center;
	border-radius: 0.35rem;
	color: var(--ych-accent-blue);
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: underline;
	text-decoration-color: rgba(120, 169, 228, 0.48);
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.3rem;
	white-space: nowrap;
	transition: color var(--ych-transition), text-decoration-color var(--ych-transition);
}

.ych-home-events .ych-events-more-link:hover {
	color: var(--ych-text-primary);
	text-decoration-color: currentColor;
}

.ych-home-events .ych-event-list {
	display: grid;
	gap: clamp(1rem, 1.6vw, 1.5rem);
	margin: 0;
	padding: 0;
	list-style: none;
}

.ych-home-events .ych-event-row {
	margin: 0;
}

.ych-home-events .ych-event-row--forum {
	margin-bottom: 0.75rem;
	border: 0.0625rem solid rgba(154, 114, 208, 0.55);
	border-radius: 0.85rem;
	background: linear-gradient(105deg, rgba(120, 169, 228, 0.14), rgba(154, 114, 208, 0.16)), rgba(16, 32, 51, 0.84);
}

.ych-home-events .ych-event-row__link {
	display: grid;
	min-height: 6.5rem;
	grid-template-columns: auto minmax(0, 1fr);
	gap: clamp(1rem, 1.7vw, 1.5rem);
	align-items: center;
	border-radius: var(--ych-radius-card);
	color: var(--ych-text-primary);
	text-decoration: none;
	transition: background-color var(--ych-transition), transform var(--ych-transition);
}

.ych-home-events .ych-event-row__link:hover {
	background: rgba(120, 169, 228, 0.07);
	transform: translateX(0.25rem);
}

.ych-home-events .ych-event-date {
	display: flex;
	width: clamp(5.25rem, 6vw, 5.75rem);
	min-height: clamp(6.5rem, 7vw, 7rem);
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border: 0.125rem solid var(--ych-accent-blue);
	background: rgba(7, 17, 31, 0.18);
	color: var(--ych-text-primary);
	text-align: center;
	line-height: 1;
}

.ych-home-events .ych-event-date__month {
	display: block;
	font-size: clamp(0.875rem, 1vw, 1rem);
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	text-transform: uppercase;
}

.ych-home-events .ych-event-date__day {
	display: block;
	margin-top: 0.4rem;
	font-family: var(--ych-font-heading);
	font-size: clamp(2.5rem, 3.3vw, 3.15rem);
	font-weight: 700;
	letter-spacing: -0.045em;
	line-height: 0.82;
}

.ych-home-events .ych-event-details {
	display: flex;
	min-width: 0;
	align-items: flex-start;
	flex-direction: column;
}

.ych-home-events .ych-event-meta {
	margin-bottom: 0.4rem;
	color: var(--ych-text-secondary);
	font-size: 0.75rem;
	line-height: 1.4;
}

.ych-home-events .ych-event-title {
	max-width: 30ch;
	margin: 0;
	color: var(--ych-text-primary);
	font-family: var(--ych-font-heading);
	font-size: clamp(1.25rem, 1.9vw, 1.65rem);
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.16;
	text-wrap: balance;
}

.ych-home-events .ych-event-location {
	margin-top: 0.55rem;
	color: var(--ych-text-muted);
	font-size: 0.75rem;
	line-height: 1.45;
}

.ych-home-events__empty {
	display: grid;
	min-height: clamp(20rem, 31vw, 31rem);
	align-content: center;
	justify-items: start;
	padding: clamp(2rem, 4vw, 4rem);
	border: 0.0625rem solid var(--ych-border);
	background: rgba(7, 17, 31, 0.24);
}

.ych-home-events__empty p {
	max-width: 32rem;
	margin: 0;
	color: var(--ych-text-secondary);
	font-size: clamp(1rem, 1.35vw, 1.125rem);
	line-height: 1.75;
}

.ych-home-events__empty a {
	display: inline-flex;
	min-height: 2.75rem;
	align-items: center;
	margin-top: 1.25rem;
	border-radius: 0.35rem;
	color: var(--ych-accent-blue);
	font-size: 0.8125rem;
	font-weight: 700;
	text-decoration: none;
}

.ych-home-events__empty a:hover {
	color: var(--ych-text-primary);
	text-decoration: underline;
	text-underline-offset: 0.25rem;
}

@media (max-width: 64rem) {
	.ych-home-events {
		--ych-home-events-gap: clamp(2rem, 3vw, 3rem);
	}

	.ych-home-events__container {
		grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.54fr);
	}

	.ych-home-events .ych-featured-event__content {
		min-height: 16rem;
	}
}

@media (max-width: 56.25rem) {
	.ych-home-events__container {
		grid-template-columns: minmax(0, 1fr);
	}

	.ych-home-events .ych-featured-event,
	.ych-upcoming-events {
		width: min(100%, 46rem);
		margin-inline: auto;
	}

	.ych-home-events .ych-featured-event__content {
		min-height: 0;
	}

	.ych-home-events__empty {
		min-height: 17rem;
	}
}

@media (max-width: 30rem) {
	.ych-home-events {
		padding-block: 4.5rem;
	}

	.ych-home-events .ych-events-heading-row {
		gap: 1rem;
	}

	.ych-home-events .ych-events-heading {
		font-size: clamp(1.6rem, 8vw, 2rem);
	}

	.ych-home-events .ych-event-row__link {
		min-height: 5.25rem;
		gap: 0.9rem;
	}

	.ych-home-events .ych-event-date {
		width: 4.25rem;
		min-height: 5.25rem;
	}

	.ych-home-events .ych-event-date__month {
		font-size: 0.75rem;
	}

	.ych-home-events .ych-event-date__day {
		font-size: 2.25rem;
	}

	.ych-home-events .ych-event-title {
		font-size: clamp(1.1rem, 5.8vw, 1.35rem);
	}

	.ych-home-events .ych-featured-event__content {
		padding: 1.5rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ych-home-events .ych-featured-event__image,
	.ych-home-events .ych-featured-event__cta,
	.ych-home-events .ych-event-row__link {
		transition: none;
	}

	.ych-home-events .ych-featured-event__image-link:hover .ych-featured-event__image,
	.ych-home-events .ych-featured-event__image-link:focus-visible .ych-featured-event__image,
	.ych-home-events .ych-event-row__link:hover {
		transform: none;
	}
}

@media (forced-colors: active) {
	.ych-home-events .ych-featured-event,
	.ych-home-events .ych-event-date,
	.ych-home-events__empty {
		border: 0.125rem solid CanvasText;
	}
}

/* October flagship event — homepage premium treatment. */
.ych-home-events__container {
	display: block;
}

.ych-home-events {
	padding-block: clamp(4.25rem, 6vw, 6rem);
}

.ych-home-events .ych-featured-event--flagship {
	display: grid;
	min-height: clamp(29rem, 38vw, 34rem);
	grid-template-columns: minmax(20rem, 0.9fr) minmax(0, 1.1fr);
	border: 0.0625rem solid rgba(120, 169, 228, 0.34);
	background: #0a1829;
	box-shadow: 0 2rem 5rem rgba(2, 9, 18, 0.4);
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__image-link {
	grid-column: 2;
	grid-row: 1;
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__visual {
	height: 100%;
	min-height: clamp(29rem, 38vw, 34rem);
	aspect-ratio: auto;
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__visual::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(10, 24, 41, 0.86) 0%, rgba(10, 24, 41, 0.18) 34%, rgba(4, 10, 19, 0.04) 72%);
	content: "";
	pointer-events: none;
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__image {
	object-position: 50% 36%;
}

.ych-home-events .ych-featured-event__image-caption {
	position: absolute;
	z-index: 1;
	right: clamp(1.25rem, 2vw, 2rem);
	bottom: clamp(1.25rem, 2vw, 2rem);
	max-width: 25rem;
	padding: 0.65rem 0.85rem;
	border: 0.0625rem solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	background: rgba(7, 17, 31, 0.76);
	backdrop-filter: blur(0.65rem);
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.03em;
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__content {
	position: relative;
	z-index: 2;
	min-height: 100%;
	grid-column: 1;
	grid-row: 1;
	justify-content: center;
	padding: clamp(1.9rem, 3vw, 3.25rem);
	background:
		radial-gradient(circle at 0 0, rgba(120, 169, 228, 0.16), transparent 42%),
		linear-gradient(145deg, #0d2137 0%, #091828 70%);
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__content::after {
	position: absolute;
	right: -0.0625rem;
	bottom: 0;
	width: 0.25rem;
	height: 42%;
	background: linear-gradient(180deg, transparent, var(--ych-accent-blue), var(--ych-accent-purple));
	content: "";
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__label {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	margin-bottom: clamp(1.1rem, 1.8vw, 1.65rem);
	color: #9fc9ff;
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__label span {
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 50%;
	background: #8f79f1;
	box-shadow: 0 0 0 0.35rem rgba(143, 121, 241, 0.16);
}

.ych-home-events .ych-featured-event__date-lockup {
	display: grid;
	width: 5.25rem;
	grid-template-columns: 1fr auto;
	align-items: end;
	margin-bottom: 1.1rem;
	padding: 0.65rem;
	border: 0.0625rem solid rgba(159, 201, 255, 0.52);
	border-radius: 0.75rem;
	background: rgba(8, 21, 37, 0.64);
	color: #fff;
	line-height: 1;
}

.ych-home-events .ych-featured-event__date-lockup span,
.ych-home-events .ych-featured-event__date-lockup small {
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.ych-home-events .ych-featured-event__date-lockup strong {
	grid-row: span 2;
	font-family: var(--ych-font-heading);
	font-size: 2.15rem;
	letter-spacing: -0.06em;
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__title {
	max-width: none;
	font-size: clamp(2.65rem, 4.15vw, 4.15rem);
	line-height: 0.97;
}

.ych-home-events .ych-featured-event__strapline {
	margin: 0.75rem 0 0;
	color: #b8d8ff;
	font-size: clamp(1rem, 1.45vw, 1.25rem);
	font-weight: 600;
	line-height: 1.45;
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__description {
	display: block;
	max-width: 37rem;
	margin: 0.65rem 0 1rem;
	color: rgba(237, 244, 252, 0.78);
	font-size: 0.98rem;
	line-height: 1.6;
}

.ych-home-events .ych-featured-event__facts {
	display: grid;
	gap: 0.42rem;
	margin: 0 0 1.4rem;
	padding: 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.8rem;
	font-weight: 600;
	list-style: none;
}

.ych-home-events .ych-featured-event__facts li {
	position: relative;
	padding-left: 1.15rem;
}

.ych-home-events .ych-featured-event__facts li::before {
	position: absolute;
	top: 0.55em;
	left: 0;
	width: 0.35rem;
	height: 0.35rem;
	border-radius: 50%;
	background: var(--ych-accent-blue);
	content: "";
}

.ych-home-events .ych-featured-event__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
}

.ych-home-events .ych-featured-event__actions .ych-featured-event__cta {
	min-height: 3rem;
	justify-content: center;
	margin: 0;
	padding: 0.65rem 1.1rem;
	border: 0.0625rem solid transparent;
	border-radius: 0.65rem;
	font-size: 0.82rem;
	text-decoration: none;
}

.ych-home-events .ych-featured-event__cta--primary {
	background: linear-gradient(115deg, #78a9e4, #9a72d0);
	box-shadow: 0 0.8rem 2rem rgba(90, 116, 206, 0.22);
	color: #07111f;
}

.ych-home-events .ych-featured-event__cta--primary:hover {
	color: #07111f;
	text-decoration: none;
	transform: translateY(-0.125rem);
}

.ych-home-events .ych-featured-event__cta--secondary {
	border-color: rgba(159, 201, 255, 0.42) !important;
	background: rgba(255, 255, 255, 0.035);
	color: #dcecff;
}

.ych-home-events .ych-featured-event__cta--secondary:hover {
	background: rgba(120, 169, 228, 0.1);
	color: #fff;
	text-decoration: none;
}

.ych-home-events .ych-upcoming-events {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	width: 100%;
	margin-top: clamp(2.25rem, 3.5vw, 3.25rem);
}

.ych-home-events .ych-events-heading-row {
	grid-column: 1 / -1;
	margin-bottom: 0.65rem;
}

.ych-home-events .ych-upcoming-events > .ych-event-row {
	overflow: hidden;
	border: 0.0625rem solid rgba(120, 169, 228, 0.18);
	border-radius: 0.9rem;
	background: rgba(8, 21, 37, 0.48);
}

.ych-home-events .ych-upcoming-events > .ych-event-row .ych-event-row__link {
	height: 100%;
	padding-right: 1rem;
}

@media (max-width: 64rem) {
	.ych-home-events .ych-featured-event--flagship {
		grid-template-columns: minmax(19rem, 0.95fr) minmax(0, 1.05fr);
	}

	.ych-home-events .ych-featured-event--flagship .ych-featured-event__content {
		padding: clamp(2rem, 3.5vw, 3rem);
	}
}

@media (max-width: 52rem) {
	.ych-home-events .ych-featured-event--flagship {
		width: 100%;
		min-height: 0;
		grid-template-columns: 1fr;
	}

	.ych-home-events .ych-featured-event--flagship .ych-featured-event__image-link,
	.ych-home-events .ych-featured-event--flagship .ych-featured-event__content {
		grid-column: 1;
	}

	.ych-home-events .ych-featured-event--flagship .ych-featured-event__image-link {
		grid-row: 1;
	}

	.ych-home-events .ych-featured-event--flagship .ych-featured-event__content {
		grid-row: 2;
	}

	.ych-home-events .ych-featured-event--flagship .ych-featured-event__visual {
		min-height: 23rem;
	}

	.ych-home-events .ych-featured-event--flagship .ych-featured-event__visual::after {
		background: linear-gradient(0deg, rgba(10, 24, 41, 0.78), transparent 42%);
	}

	.ych-home-events .ych-upcoming-events {
		grid-template-columns: 1fr;
		width: 100%;
	}
}

@media (max-width: 30rem) {
	.ych-home-events .ych-featured-event--flagship .ych-featured-event__visual {
		min-height: 18rem;
	}

	.ych-home-events .ych-featured-event--flagship .ych-featured-event__content {
		padding: 1.6rem;
	}

	.ych-home-events .ych-featured-event__actions {
		display: grid;
	}

	.ych-home-events .ych-featured-event__actions .ych-featured-event__cta {
		width: 100%;
	}

	.ych-home-events .ych-featured-event__image-caption {
		display: none;
	}
}

/* Reference-aligned event showcase refinements. */
.ych-home-events__container {
	width: min(calc(100% - 2rem), 100rem);
	max-width: 100rem;
}

.ych-home-events .ych-featured-event--flagship {
	grid-template-columns: minmax(23rem, 0.92fr) minmax(0, 1.08fr);
	border-radius: 0;
	background:
		radial-gradient(circle at 28% 22%, rgba(66, 99, 180, 0.15), transparent 27%),
		#071321;
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__image-link {
	margin-left: -5rem;
	clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__visual::after {
	background:
		linear-gradient(90deg, rgba(7, 19, 33, 0.62) 0%, rgba(7, 19, 33, 0.08) 32%, transparent 72%),
		linear-gradient(0deg, rgba(4, 11, 20, 0.2), transparent 36%);
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__content {
	z-index: 3;
	padding: clamp(2rem, 3.4vw, 3.65rem) clamp(2rem, 5vw, 5rem);
	background:
		radial-gradient(circle at 12% 0, rgba(120, 169, 228, 0.14), transparent 40%),
		linear-gradient(145deg, #0a1b2d 0%, #071321 76%);
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__title {
	font-size: clamp(3rem, 4.8vw, 4.9rem);
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__title::after {
	display: none;
	content: none;
}

.ych-home-events .ych-featured-event__facts {
	gap: 0.6rem;
}

.ych-home-events .ych-featured-event__facts li {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.65rem;
	padding-left: 0;
}

.ych-home-events .ych-featured-event__facts li::before {
	display: none;
}

.ych-home-events .ych-featured-event__fact-icon {
	display: inline-grid;
	width: 1.25rem;
	height: 1.25rem;
	place-items: center;
	color: #c7ddfa;
	font-size: 1rem;
}

.ych-home-events .ych-featured-event__fact-icon svg {
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.75;
}

.ych-home-events .ych-featured-event__cta--primary {
	background: linear-gradient(180deg, #fff, #edf2f9);
	box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.2);
	color: #07111f;
}

.ych-home-events .ych-featured-event__cta--secondary {
	border-color: rgba(165, 119, 225, 0.72) !important;
}

.ych-home-events .ych-events-heading {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2rem, 3vw, 3rem);
	font-weight: 500;
	letter-spacing: -0.025em;
}

.ych-home-events .ych-events-more-link {
	color: #b889ed;
}

.ych-home-events .ych-upcoming-events > .ych-event-row .ych-event-row__link {
	grid-template-columns: auto minmax(0, 1fr) minmax(6rem, 9rem);
	gap: clamp(0.8rem, 1.3vw, 1.2rem);
	padding-right: 0.7rem;
}

.ych-home-events .ych-event-row__thumb {
	overflow: hidden;
	height: calc(100% - 1rem);
	min-height: 5.5rem;
	border-radius: 0.45rem;
}

.ych-home-events .ych-event-row__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 320ms ease;
}

.ych-home-events .ych-event-row:hover .ych-event-row__thumb img {
	transform: scale(1.04);
}

@media (max-width: 64rem) {
	.ych-home-events .ych-featured-event--flagship {
		grid-template-columns: minmax(21rem, 0.98fr) minmax(0, 1.02fr);
	}
}

@media (max-width: 52rem) {
	.ych-home-events .ych-featured-event--flagship {
		grid-template-columns: 1fr;
	}

	.ych-home-events .ych-featured-event--flagship .ych-featured-event__image-link {
		margin-left: 0;
		clip-path: none;
	}

	.ych-home-events .ych-upcoming-events > .ych-event-row .ych-event-row__link {
		grid-template-columns: auto minmax(0, 1fr) minmax(7rem, 11rem);
	}
}

@media (max-width: 30rem) {
	.ych-home-events .ych-upcoming-events > .ych-event-row .ych-event-row__link {
		grid-template-columns: auto minmax(0, 1fr);
		padding-right: 0;
	}

	.ych-home-events .ych-event-row__thumb {
		display: none;
	}
}

/* Final compact homepage teaser treatment. */
.ych-home-events {
	padding-block: clamp(2.75rem, 4vw, 4.5rem);
	background:
		radial-gradient(circle at 18% 10%, rgba(120, 169, 228, 0.09), transparent 30rem),
		radial-gradient(circle at 86% 65%, rgba(154, 114, 208, 0.07), transparent 28rem),
		var(--ych-bg-secondary);
}

.ych-home-events::after {
	position: absolute;
	z-index: -1;
	inset: 0;
	background-image: linear-gradient(rgba(120, 169, 228, 0.035) 0.0625rem, transparent 0.0625rem);
	background-size: 100% 4.5rem;
	content: "";
	pointer-events: none;
}

.ych-home-events .ych-featured-event--flagship {
	min-height: clamp(27rem, 34vw, 31rem);
	grid-template-columns: minmax(22rem, 0.45fr) minmax(0, 0.55fr);
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__visual {
	min-height: clamp(27rem, 34vw, 31rem);
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__image {
	position: absolute;
	inset: 0;
	object-fit: contain;
	object-position: center;
}

.ych-home-events .ych-featured-event__picture {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #071321;
}

.ych-home-events .ych-featured-event__visual::after {
	z-index: 2;
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__content {
	padding: clamp(1.9rem, 3vw, 3.35rem) clamp(1.8rem, 4vw, 4.25rem) !important;
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__label {
	margin-bottom: clamp(0.85rem, 1.25vw, 1.2rem);
}

.ych-home-events .ych-featured-event__date-lockup {
	margin-bottom: 0.9rem;
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__title {
	font-size: clamp(2.75rem, 4.15vw, 4.35rem) !important;
	letter-spacing: -0.045em !important;
	line-height: 0.98 !important;
}

.ych-home-events .ych-featured-event__strapline {
	font-size: clamp(1.05rem, 1.35vw, 1.25rem);
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__description {
	max-width: 34rem;
	font-size: clamp(0.95rem, 1vw, 1.05rem);
}

.ych-home-events .ych-featured-event__facts {
	font-size: clamp(0.82rem, 0.9vw, 0.92rem);
}

.ych-home-events .ych-featured-event__actions .ych-featured-event__cta {
	min-width: 11.5rem;
	min-height: 3.15rem;
	padding-inline: 1.35rem;
	font-size: 0.875rem;
	transition: background-color var(--ych-transition), border-color var(--ych-transition), box-shadow var(--ych-transition), color var(--ych-transition), transform var(--ych-transition);
}

.ych-home-events .ych-events-heading {
	font-family: var(--ych-font-heading);
}

.ych-home-events .ych-upcoming-events {
	margin-top: clamp(1.9rem, 3vw, 2.75rem);
}

@media (max-width: 64rem) {
	.ych-home-events .ych-featured-event--flagship {
		grid-template-columns: minmax(20rem, 0.46fr) minmax(0, 0.54fr);
	}

	.ych-home-events .ych-featured-event--flagship .ych-featured-event__content {
		padding-inline: clamp(1.8rem, 3vw, 2.6rem);
	}
}

@media (max-width: 52rem) {
	.ych-home-events .ych-featured-event--flagship {
		grid-template-columns: 1fr;
	}

	.ych-home-events .ych-featured-event--flagship .ych-featured-event__content {
		grid-row: 1;
	}

	.ych-home-events .ych-featured-event--flagship .ych-featured-event__image-link {
		grid-row: 2;
	}

	.ych-home-events .ych-featured-event--flagship .ych-featured-event__visual {
		min-height: clamp(19rem, 58vw, 26rem);
	}
}

@media (max-width: 30rem) {
	.ych-home-events {
		padding-block: 2.25rem;
	}

	.ych-home-events__container {
		width: min(calc(100% - 1.25rem), 100rem);
	}

	.ych-home-events .ych-featured-event--flagship .ych-featured-event__content {
		padding: 1.45rem !important;
	}

	.ych-home-events .ych-featured-event--flagship .ych-featured-event__title {
		font-size: clamp(2.35rem, 12vw, 3rem) !important;
	}

	.ych-home-events .ych-featured-event--flagship .ych-featured-event__visual {
		min-height: clamp(15rem, 66vw, 19rem);
	}

	.ych-home-events .ych-featured-event__actions {
		gap: 0.65rem;
	}
}

/* Unified cinematic banner for the Human Edge feature. */
.ych-home-events__featured-column {
	width: min(100%, 93.75rem);
	margin-inline: auto;
}

.ych-home-events .ych-featured-event--flagship {
	position: relative;
	display: flex;
	overflow: hidden;
	width: 100%;
	height: clamp(38.5rem, 45vw, 43rem);
	min-height: 38.5rem;
	max-height: 43rem;
	align-items: center;
	border: 0.0625rem solid rgba(143, 199, 255, 0.34) !important;
	border-radius: clamp(1.375rem, 2vw, 1.625rem) !important;
	background: #071423;
	box-shadow: 0 2rem 5rem rgba(2, 9, 18, 0.36) !important;
	isolation: isolate;
}

.ych-home-events .ych-featured-event--flagship::after {
	position: absolute;
	z-index: 1;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(5, 15, 31, 0.03) 52%, rgba(5, 15, 31, 0.58) 100%),
		linear-gradient(90deg, rgba(5, 16, 31, 0.99) 0%, rgba(5, 16, 31, 0.95) 29%, rgba(5, 16, 31, 0.72) 47%, rgba(5, 16, 31, 0.24) 68%, rgba(5, 16, 31, 0.05) 100%);
	content: "";
	pointer-events: none;
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__visual,
.ych-home-events .ych-featured-event--flagship .ych-featured-event__picture {
	position: absolute;
	z-index: 0;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	min-height: 0;
	aspect-ratio: auto;
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__visual::after {
	display: none;
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__picture {
	transform: none;
	transform-origin: center;
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 56% 50%;
	filter: saturate(1.02) contrast(1.04) brightness(0.94);
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__content {
	position: relative;
	z-index: 2;
	display: flex;
	width: min(100%, 48rem);
	min-width: 0;
	height: auto;
	min-height: 0;
	align-items: flex-start;
	justify-content: center;
	padding: clamp(2.5rem, 3vw, 3rem) !important;
	background: transparent;
	box-shadow: none;
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__content::after {
	display: none;
}

.ych-home-events .ych-featured-event__logos {
	display: flex;
	width: min(100%, 30rem);
	align-items: center;
	gap: clamp(0.85rem, 1.5vw, 1.25rem);
	margin: 0 0 1.1rem;
}

.ych-home-events .ych-featured-event__brighton-logo {
	display: block;
	overflow: hidden;
	width: clamp(9.5rem, 15vw, 12.25rem);
	height: clamp(2.7rem, 4.3vw, 3.5rem);
	flex: 0 0 auto;
	border-radius: 0.25rem;
	background-image: url("../images/human-edge/homepage-human-edge-poster-original.png");
	background-repeat: no-repeat;
	background-position: 4.5% 3%;
	background-size: 285% auto;
}

.ych-home-events .ych-featured-event__logo-divider {
	width: 0.0625rem;
	height: clamp(2rem, 3.5vw, 2.75rem);
	flex: 0 0 auto;
	background: linear-gradient(180deg, transparent, rgba(244, 241, 234, 0.7), transparent);
}

.ych-home-events .ych-featured-event__ych-logo {
	display: block;
	width: clamp(8.4rem, 13vw, 10.5rem);
	height: auto;
	flex: 0 1 auto;
	object-fit: contain;
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__label {
	position: relative;
	margin: 0 0 0.8rem;
	padding-bottom: 0.65rem;
	font-size: 0.75rem;
	letter-spacing: 0.19em;
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__label::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 3.5rem;
	height: 0.125rem;
	border-radius: 999px;
	background: linear-gradient(90deg, #8b6cf6, #8fc7ff);
	content: "";
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__title {
	max-width: 9.5ch;
	margin: 0;
	color: #f4f1ea;
	font-size: clamp(4.25rem, 5.4vw, 5.25rem) !important;
	font-weight: 800;
	letter-spacing: -0.055em;
	line-height: 0.91;
	text-wrap: balance;
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__title > span {
	display: block;
}

.ych-home-events .ych-featured-event__title-accent {
	color: #8fc7ff;
	background: linear-gradient(110deg, #b4ddff 5%, #8fc7ff 48%, #829cff 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__strapline {
	max-width: 42rem;
	margin: 0.8rem 0 0;
	color: #8fc7ff;
	font-size: clamp(1.35rem, 2vw, 1.75rem);
	font-weight: 650;
	letter-spacing: -0.02em;
	line-height: 1.2;
	text-transform: none;
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__description {
	max-width: 37.5rem;
	margin: 0.7rem 0 0;
	color: rgba(244, 241, 234, 0.88);
	font-size: clamp(1.05rem, 1.35vw, 1.2rem);
	line-height: 1.55;
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__facts {
	display: flex;
	max-width: 43rem;
	flex-flow: row wrap;
	align-items: center;
	gap: 0.7rem 1.35rem;
	margin: 1.2rem 0 0;
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__facts li {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0;
	color: #f4f1ea;
	font-size: 0.96rem;
	font-weight: 700;
	line-height: 1.3;
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__facts li + li::before {
	position: absolute;
	top: 50%;
	left: -0.8rem;
	width: 0.22rem;
	height: 0.22rem;
	border-radius: 50%;
	background: rgba(143, 199, 255, 0.72);
	content: "";
	transform: translateY(-50%);
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__fact-icon {
	display: inline-grid;
	width: 1.15rem;
	height: 1.15rem;
	flex: 0 0 auto;
	place-items: center;
	color: #8fc7ff;
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__fact-icon svg {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.75;
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__actions {
	display: flex;
	align-items: center;
	gap: 1.4rem;
	margin-top: 1.35rem;
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__actions .ych-featured-event__cta {
	min-height: 3.25rem;
	margin: 0;
	font-size: 0.94rem;
	font-weight: 750;
	line-height: 1.2;
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__cta--primary {
	padding: 0.9rem 1.3rem;
	border: 0.0625rem solid rgba(180, 221, 255, 0.38);
	border-radius: 0.75rem;
	background: linear-gradient(115deg, #8b6cf6 0%, #4d9bff 100%);
	box-shadow: 0 0.8rem 2rem rgba(77, 155, 255, 0.24);
	color: #fff;
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__cta--primary:hover {
	box-shadow: 0 1rem 2.3rem rgba(77, 155, 255, 0.34);
	transform: translateY(-0.125rem);
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__cta--secondary {
	min-height: auto;
	padding: 0.35rem 0 0.45rem;
	border: 0;
	border-bottom: 0.0625rem solid rgba(143, 199, 255, 0.7);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #f4f1ea;
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__cta--secondary:hover {
	border-bottom-color: #8fc7ff;
	background: transparent;
	color: #8fc7ff;
	transform: translateX(0.125rem);
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__cta:focus-visible {
	outline: 0.1875rem solid #f4f1ea;
	outline-offset: 0.25rem;
}

@media (max-width: 75rem) {
	.ych-home-events .ych-featured-event--flagship .ych-featured-event__content {
		width: min(100%, 43rem);
		padding: 2.5rem !important;
	}

	.ych-home-events .ych-featured-event--flagship .ych-featured-event__title {
		font-size: clamp(3.9rem, 6.2vw, 4.75rem) !important;
	}
}

@media (min-width: 56.251rem) and (max-width: 64rem) {
	.ych-home-events .ych-featured-event--flagship .ych-featured-event__picture {
		transform: none;
	}

	.ych-home-events .ych-featured-event--flagship .ych-featured-event__image {
		object-position: 55% 50%;
	}
}

@media (max-width: 56.25rem) {
	.ych-home-events .ych-featured-event--flagship {
		height: auto;
		min-height: 45rem;
		max-height: none;
	}

	.ych-home-events .ych-featured-event--flagship::after {
		background:
			linear-gradient(180deg, rgba(5, 15, 31, 0.14) 20%, rgba(5, 15, 31, 0.88) 100%),
			linear-gradient(90deg, rgba(5, 16, 31, 0.97) 0%, rgba(5, 16, 31, 0.8) 62%, rgba(5, 16, 31, 0.3) 100%);
	}

	.ych-home-events .ych-featured-event--flagship .ych-featured-event__image {
		object-position: 55% center;
	}

	.ych-home-events .ych-featured-event--flagship .ych-featured-event__picture {
		transform: none;
	}

	.ych-home-events .ych-featured-event--flagship .ych-featured-event__content {
		width: 100%;
		height: auto;
		min-height: 0;
		padding: clamp(2.5rem, 6.5vw, 3.5rem) !important;
	}

	.ych-home-events .ych-featured-event--flagship .ych-featured-event__title {
		font-size: clamp(3.75rem, 10vw, 4.75rem) !important;
	}

	.ych-home-events .ych-featured-event--flagship .ych-featured-event__facts {
		gap: 0.75rem 1.25rem;
	}

	.ych-home-events .ych-featured-event--flagship .ych-featured-event__facts li:last-child::before {
		display: none;
	}
}

@media (max-width: 32.5rem) {
	.ych-home-events .ych-featured-event--flagship {
		min-height: 48rem;
		border-radius: 1.375rem !important;
	}

	.ych-home-events .ych-featured-event--flagship::after {
		background: linear-gradient(180deg, rgba(5, 15, 31, 0.46) 0%, rgba(5, 15, 31, 0.92) 40%, rgba(5, 15, 31, 0.99) 100%);
	}

	.ych-home-events .ych-featured-event--flagship .ych-featured-event__image {
		object-position: 58% 50%;
		filter: saturate(0.96) contrast(1.03) brightness(0.78);
	}

	.ych-home-events .ych-featured-event--flagship .ych-featured-event__picture {
		transform: none;
	}

	.ych-home-events .ych-featured-event--flagship .ych-featured-event__content {
		padding: 1.5rem !important;
	}

	.ych-home-events .ych-featured-event__logos {
		gap: 0.5rem;
		margin-bottom: 1.25rem;
	}

	.ych-home-events .ych-featured-event__brighton-logo {
		width: min(30vw, 7.5rem);
		height: 2.1rem;
	}

	.ych-home-events .ych-featured-event__ych-logo {
		width: min(26vw, 6.5rem);
	}

	.ych-home-events .ych-featured-event--flagship .ych-featured-event__title {
		font-size: clamp(2.65rem, 12.5vw, 3.25rem) !important;
		line-height: 0.94;
	}

	.ych-home-events .ych-featured-event--flagship .ych-featured-event__title > span {
		display: block;
	}

	.ych-home-events .ych-featured-event--flagship .ych-featured-event__strapline {
		font-size: 1.25rem;
	}

	.ych-home-events .ych-featured-event--flagship .ych-featured-event__description {
		font-size: 1rem;
	}

	.ych-home-events .ych-featured-event--flagship .ych-featured-event__facts {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		gap: 0.8rem;
	}

	.ych-home-events .ych-featured-event--flagship .ych-featured-event__facts li::before {
		display: none;
	}

	.ych-home-events .ych-featured-event--flagship .ych-featured-event__actions {
		display: grid;
		width: 100%;
		grid-template-columns: minmax(0, 1fr);
		justify-items: stretch;
		gap: 1rem;
	}

	.ych-home-events .ych-featured-event--flagship .ych-featured-event__actions .ych-featured-event__cta--primary {
		width: 100%;
		justify-content: center;
	}

	.ych-home-events .ych-featured-event--flagship .ych-featured-event__actions .ych-featured-event__cta--secondary {
		width: fit-content;
		justify-self: start;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ych-home-events .ych-featured-event--flagship .ych-featured-event__cta {
		transition: none;
	}

	.ych-home-events .ych-featured-event--flagship .ych-featured-event__cta:hover {
		transform: none;
	}
}

/* NCSU-inspired split feature: real content, balanced artwork, YouthConnect palette. */
.ych-home-events .ych-featured-event--flagship {
	display: grid;
	width: 100%;
	height: auto;
	min-height: 32rem;
	max-height: none;
	grid-template-columns: minmax(0, 46%) minmax(0, 54%);
	align-items: stretch;
	overflow: hidden;
	border: 0.0625rem solid rgba(143, 199, 255, 0.32) !important;
	border-radius: 1.5rem !important;
	background: #071423;
	box-shadow: 0 2rem 5rem rgba(2, 9, 18, 0.34) !important;
	aspect-ratio: auto;
}

.ych-home-events .ych-featured-event--flagship::after {
	display: none;
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__visual {
	position: relative;
	z-index: 1;
	inset: auto;
	display: grid;
	width: auto;
	height: auto;
	min-height: 32rem;
	grid-column: 2;
	grid-row: 1;
	place-items: center;
	overflow: hidden;
	padding: clamp(1rem, 1.5vw, 1.5rem);
	border-left: 0.0625rem solid rgba(143, 199, 255, 0.16);
	background:
		radial-gradient(circle at 78% 16%, rgba(76, 139, 255, 0.18), transparent 38%),
		linear-gradient(145deg, #0a1c31 0%, #06111f 100%);
	aspect-ratio: auto;
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__visual::after {
	display: none;
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__picture {
	position: relative;
	z-index: 1;
	inset: auto;
	display: block;
	width: 100%;
	height: auto;
	min-height: 0;
	overflow: hidden;
	border: 0.0625rem solid rgba(180, 221, 255, 0.24);
	border-radius: 1rem;
	background: #061322;
	box-shadow: 0 1.5rem 3.5rem rgba(0, 6, 15, 0.42);
	aspect-ratio: 1675 / 941;
	transform: none;
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	filter: none;
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__content {
	position: relative;
	z-index: 2;
	inset: auto;
	display: flex;
	width: auto;
	height: auto;
	min-height: 32rem;
	grid-column: 1;
	grid-row: 1;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: clamp(2.25rem, 3.5vw, 3.25rem) !important;
	background:
		radial-gradient(circle at 5% 0%, rgba(139, 108, 246, 0.14), transparent 35%),
		linear-gradient(145deg, #0a1b30 0%, #071423 68%, #06111f 100%);
	box-shadow: none;
	pointer-events: auto;
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__content::after {
	display: none;
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__content > * {
	position: static !important;
	width: auto !important;
	height: auto !important;
	overflow: visible !important;
	clip: auto !important;
	clip-path: none !important;
	white-space: normal !important;
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__logos {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	border: 0 !important;
	white-space: nowrap !important;
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__label {
	margin: 0 0 1.15rem;
	padding: 0 0 0.85rem;
	color: #a98cff;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.2em;
	line-height: 1.3;
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__label::after {
	width: 3.75rem;
	background: linear-gradient(90deg, #9b78ff, #79bfff);
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__title {
	max-width: 100%;
	margin: 0;
	color: #f4f1ea;
	font-size: clamp(3.5rem, 4.4vw, 4.5rem) !important;
	font-weight: 800;
	letter-spacing: -0.055em;
	line-height: 0.92;
	text-wrap: balance;
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__title > span {
	display: block;
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__strapline {
	max-width: 31rem;
	margin: 1rem 0 0;
	color: #8fc7ff;
	font-size: clamp(1.2rem, 1.55vw, 1.5rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.25;
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__description {
	max-width: 34rem;
	margin: 0.75rem 0 0;
	color: rgba(244, 241, 234, 0.86);
	font-size: clamp(1rem, 1.15vw, 1.12rem);
	line-height: 1.55;
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__facts {
	display: flex;
	width: 100% !important;
	max-width: 36rem;
	flex-flow: row wrap;
	align-items: center;
	gap: 0.8rem 1.25rem;
	margin: 1.35rem 0 0;
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__facts li {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: #f4f1ea;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.35;
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__actions {
	position: static;
	inset: auto;
	display: flex;
	width: 100% !important;
	height: auto;
	align-items: center;
	gap: 1.25rem;
	margin: 1.5rem 0 0;
	pointer-events: auto;
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__actions .ych-featured-event__cta {
	position: static;
	display: inline-flex;
	width: auto !important;
	height: auto !important;
	min-width: 0;
	min-height: 3.25rem;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	margin: 0;
	padding: 0.9rem 1.25rem;
	border-radius: 0.7rem;
	color: #ffffff !important;
	font-size: 0.94rem;
	font-weight: 800;
	line-height: 1.2;
	pointer-events: auto;
	transition: box-shadow 180ms ease, transform 180ms ease, color 180ms ease;
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__actions .ych-featured-event__cta--primary {
	border: 0.0625rem solid rgba(180, 221, 255, 0.38) !important;
	background: linear-gradient(115deg, #8b6cf6 0%, #4d9bff 100%) !important;
	box-shadow: 0 0.8rem 2rem rgba(77, 155, 255, 0.24) !important;
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__actions .ych-featured-event__cta--secondary {
	min-height: 3.25rem;
	padding: 0.9rem 1.25rem;
	border: 0.0625rem solid rgba(255, 232, 122, 0.78) !important;
	border-radius: 0.7rem;
	background: linear-gradient(115deg, #ffd84d 0%, #ffb92e 100%) !important;
	box-shadow: 0 0.8rem 2rem rgba(255, 185, 46, 0.18) !important;
	color: #071423 !important;
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__actions .ych-featured-event__cta:hover {
	color: #ffffff !important;
	transform: translateY(-0.125rem);
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__actions .ych-featured-event__cta--primary:hover {
	box-shadow: 0 1rem 2.3rem rgba(77, 155, 255, 0.34) !important;
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__actions .ych-featured-event__cta--secondary:hover {
	border-color: #ffe77b !important;
	box-shadow: 0 1rem 2.3rem rgba(255, 185, 46, 0.28) !important;
	color: #071423 !important;
}

.ych-home-events .ych-featured-event--flagship .ych-featured-event__actions .ych-featured-event__cta:focus-visible {
	outline: 0.1875rem solid #ffffff;
	outline-offset: 0.25rem;
}

@media (max-width: 64rem) {
	.ych-home-events .ych-featured-event--flagship {
		grid-template-columns: minmax(0, 1fr);
	}

	.ych-home-events .ych-featured-event--flagship .ych-featured-event__content {
		min-height: 0;
		grid-column: 1;
		grid-row: 1;
		padding: clamp(2.5rem, 7vw, 4rem) !important;
	}

	.ych-home-events .ych-featured-event--flagship .ych-featured-event__visual {
		min-height: 0;
		grid-column: 1;
		grid-row: 2;
		padding: clamp(1rem, 3vw, 1.75rem);
		border-top: 0.0625rem solid rgba(143, 199, 255, 0.16);
		border-left: 0;
	}

	.ych-home-events .ych-featured-event--flagship .ych-featured-event__title {
		font-size: clamp(3.5rem, 8vw, 4.75rem) !important;
	}
}

@media (max-width: 40rem) {
	.ych-home-events .ych-featured-event--flagship {
		min-height: 0;
		border-radius: 1.125rem !important;
	}

	.ych-home-events .ych-featured-event--flagship .ych-featured-event__content {
		padding: 1.6rem !important;
	}

	.ych-home-events .ych-featured-event--flagship .ych-featured-event__label {
		margin-bottom: 0.95rem;
		font-size: 0.69rem;
	}

	.ych-home-events .ych-featured-event--flagship .ych-featured-event__title {
		font-size: clamp(2.75rem, 13vw, 3.4rem) !important;
	}

	.ych-home-events .ych-featured-event--flagship .ych-featured-event__strapline {
		font-size: 1.18rem;
	}

	.ych-home-events .ych-featured-event--flagship .ych-featured-event__description {
		font-size: 0.98rem;
	}

	.ych-home-events .ych-featured-event--flagship .ych-featured-event__facts {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		gap: 0.8rem;
	}

	.ych-home-events .ych-featured-event--flagship .ych-featured-event__facts li::before {
		display: none;
	}

	.ych-home-events .ych-featured-event--flagship .ych-featured-event__actions {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		justify-items: stretch;
		gap: 1rem;
	}

	.ych-home-events .ych-featured-event--flagship .ych-featured-event__actions .ych-featured-event__cta--primary {
		width: 100% !important;
	}

	.ych-home-events .ych-featured-event--flagship .ych-featured-event__actions .ych-featured-event__cta--secondary {
		width: 100% !important;
		justify-self: stretch;
	}

	.ych-home-events .ych-featured-event--flagship .ych-featured-event__visual {
		padding: 0.75rem;
	}

	.ych-home-events .ych-featured-event--flagship .ych-featured-event__picture {
		border-radius: 0.75rem;
	}
}
