.gve-home {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: clamp(1.25rem, 2.4vw, 2.5rem);
	padding-bottom: clamp(1rem, 2vw, 2rem);
}

.gve-home-section {
	min-width: 0;
}

.gve-home-section--hero {
	padding-block: clamp(0.8rem, 1.5vw, 1.5rem) 0;
}

.gve-hero {
	position: relative;
	overflow: hidden;
	border: 1px solid var(--gve-color-border);
	border-radius: calc(var(--gve-radius-lg) + 6px);
	box-shadow: var(--gve-shadow-strong);
	background:
		linear-gradient(135deg, rgba(7, 7, 7, 0.92), rgba(16, 16, 16, 0.88)),
		radial-gradient(circle at top right, rgba(199, 162, 74, 0.18), transparent 26%);
}

.gve-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(180deg, rgba(7, 7, 7, 0.18), rgba(7, 7, 7, 0.76)),
		var(--gve-hero-image, none);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0.92;
	pointer-events: none;
}

.gve-hero--records,
.gve-hero--fallback {
	background:
		linear-gradient(135deg, rgba(7, 7, 7, 0.93), rgba(12, 12, 12, 0.88)),
		radial-gradient(circle at top right, rgba(199, 162, 74, 0.2), transparent 28%);
}

.gve-hero__inner {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 1.5rem;
	padding: clamp(1.35rem, 3vw, 2.5rem);
}

.gve-hero__copy {
	max-width: 60ch;
	display: grid;
	gap: 1rem;
}

.gve-hero__title {
	font-size: clamp(2.55rem, 6vw, 5.65rem);
	max-width: 11ch;
}

.gve-hero__description {
	max-width: 60ch;
	font-size: clamp(1.02rem, 1.9vw, 1.2rem);
}

.gve-hero__media {
	min-height: 17rem;
}

.gve-hero__media-card {
	position: relative;
	display: grid;
	align-content: stretch;
	height: 100%;
	aspect-ratio: 16 / 9;
	min-height: 0;
	overflow: hidden;
	border-radius: var(--gve-radius-lg);
	border: 1px solid rgba(255, 255, 255, 0.08);
	background:
		linear-gradient(145deg, rgba(199, 162, 74, 0.16), rgba(255, 255, 255, 0.03)),
		radial-gradient(circle at 20% 15%, rgba(225, 195, 106, 0.18), transparent 34%);
}

.gve-hero__media-surface {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(7, 7, 7, 0.08), rgba(7, 7, 7, 0.72));
	pointer-events: none;
}

.gve-hero__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gve-hero__picture-wrap {
	position: absolute;
	inset: 0;
}

.gve-hero__picture {
	display: block;
	width: 100%;
	height: 100%;
}

.gve-hero__fallback-visual {
	position: relative;
	z-index: 1;
	display: grid;
	align-content: center;
	justify-items: center;
	gap: 0.6rem;
	min-height: 100%;
	padding: clamp(1.25rem, 3vw, 2rem);
	background:
		radial-gradient(circle at 25% 25%, rgba(225, 195, 106, 0.18), transparent 34%),
		radial-gradient(circle at 80% 75%, rgba(255, 255, 255, 0.08), transparent 30%);
	color: var(--gve-color-gold-bright);
	text-align: center;
}

.gve-hero__fallback-kicker {
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.28em;
	text-transform: uppercase;
}

.gve-hero__fallback-brand {
	max-width: 12ch;
	font-family: var(--gve-font-display);
	font-size: clamp(1.35rem, 2.5vw, 2rem);
	font-weight: 600;
	line-height: 1;
}

.gve-hero__fallback-accent {
	display: block;
	width: min(20rem, 64%);
	height: 1px;
	margin-block: 0.25rem;
	background: linear-gradient(90deg, transparent, rgba(199, 162, 74, 0.75), transparent);
}

.gve-hero__fallback-copy {
	max-width: 18ch;
	color: var(--gve-color-text);
	font-size: clamp(0.95rem, 1.6vw, 1.1rem);
}

.gve-hero__viewport {
	position: relative;
	display: grid;
	gap: 1rem;
}

.gve-hero__slides {
	position: relative;
	min-height: clamp(24rem, 52vw, 34rem);
}

.gve-hero__slide {
	position: relative;
	display: grid;
	min-height: clamp(24rem, 52vw, 34rem);
	overflow: hidden;
	border-radius: clamp(1rem, 1.4vw, 1.35rem);
	background:
		linear-gradient(145deg, rgba(199, 162, 74, 0.16), rgba(255, 255, 255, 0.03)),
		radial-gradient(circle at 20% 15%, rgba(225, 195, 106, 0.18), transparent 34%);
}

.gve-hero__slide[hidden] {
	display: none !important;
}

.gve-hero__slide-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.95fr);
	gap: clamp(1rem, 2.4vw, 2rem);
	align-items: stretch;
	min-width: 0;
	min-height: inherit;
	padding: clamp(1.1rem, 2.4vw, 2rem);
}

.gve-hero__slide--align-center .gve-hero__copy {
	text-align: center;
	justify-items: center;
}

.gve-hero__slide--align-right .gve-hero__copy {
	text-align: right;
	justify-items: end;
}

.gve-hero__subheading {
	margin: 0;
	max-width: 36ch;
	color: var(--gve-color-muted);
	font-size: clamp(1rem, 1.5vw, 1.15rem);
}

.gve-hero__description--rich {
	display: grid;
	gap: 0.8rem;
	max-width: 44ch;
}

.gve-hero__description--rich p {
	margin: 0;
}

.gve-hero__media-shell {
	position: relative;
	min-width: 0;
}

.gve-hero__controls {
	position: absolute;
	inset-block-start: 50%;
	inset-inline: 0;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	padding-inline: clamp(0.5rem, 1vw, 1rem);
	pointer-events: none;
	transform: translateY(-50%);
}

.gve-hero__control {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.9rem;
	height: 2.9rem;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: rgba(12, 12, 12, 0.5);
	color: var(--gve-color-text);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	pointer-events: auto;
}

.gve-hero__indicators {
	position: absolute;
	inset-inline: 0;
	inset-block-end: 0.9rem;
	z-index: 2;
	display: flex;
	justify-content: center;
	gap: 0.6rem;
	padding-inline: 1rem;
	pointer-events: none;
}

.gve-hero__indicator {
	width: 0.875rem;
	height: 0.875rem;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	pointer-events: auto;
}

.gve-hero__indicator[aria-selected="true"] {
	background: var(--gve-color-gold-bright);
	border-color: var(--gve-color-gold-bright);
	transform: scale(1.2);
}

.gve-hero__control:focus-visible,
.gve-hero__indicator:focus-visible,
.gve-hero__actions a:focus-visible {
	outline: 2px solid var(--gve-color-gold-bright);
	outline-offset: 3px;
}

.gve-home-section--featured-events,
.gve-home-section--sponsors,
.gve-home-section--footer-cta {
	padding-block: 0;
}

.gve-home-section--featured-events .gve-container,
.gve-home-section--sponsors .gve-container,
.gve-home-section--footer-cta .gve-container {
	padding-inline: 0;
}

.gve-home-section--featured-events .gve-section-header,
.gve-home-section--sponsors .gve-section-header {
	padding-inline: 0.1rem;
}

.gve-empty-state--panel {
	padding: clamp(1.25rem, 3vw, 2rem);
}

@media (min-width: 768px) {
	.gve-hero__inner {
		grid-template-columns: minmax(0, 1.05fr);
		align-items: center;
	}

	.gve-hero__media {
		min-height: 0;
	}

	.gve-hero__slide-grid {
		grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
	}
}

@media (min-width: 1024px) {
	.gve-home {
		gap: clamp(1.5rem, 2.4vw, 3rem);
	}

	.gve-card-grid--events > .gve-card {
		grid-column: span 3;
	}

	.gve-card-grid--archive > .gve-card--event {
		grid-column: span 4;
	}

	.gve-card-grid--archive > .gve-card {
		grid-column: span 4;
	}
}

@media (max-width: 767px) {
	.gve-hero__inner {
		grid-template-columns: minmax(0, 1fr);
		padding: clamp(1rem, 4vw, 1.6rem);
	}

	.gve-hero__slide,
	.gve-hero__slides {
		min-height: clamp(22rem, 108vw, 30rem);
	}

	.gve-hero__slide-grid {
		grid-template-columns: minmax(0, 1fr);
		padding: 1rem;
	}

	.gve-hero__copy,
	.gve-hero__media-shell {
		min-width: 0;
		width: 100% !important;
		max-width: 100% !important;
	}

	.gve-hero__title {
		width: 100% !important;
		max-width: 100% !important;
		font-size: clamp(1.55rem, 8vw, 2.35rem);
		line-height: 1.02;
		overflow-wrap: anywhere;
	}

	.gve-hero__description {
		max-width: 100% !important;
	}

	.gve-hero__actions,
	.gve-hero__media,
	.gve-hero__media-card,
	.gve-hero__fallback-visual {
		width: 100% !important;
		max-width: 100% !important;
	}

	.gve-hero__controls {
		top: auto;
		bottom: 3.5rem;
		transform: none;
		padding-inline: 0.4rem;
	}

	.gve-hero__indicators {
		bottom: 0.8rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.gve-hero__slide,
	.gve-hero__control,
	.gve-hero__indicator {
		scroll-behavior: auto;
		transition: none;
	}
}

/* GVE Talent Empowerment Programme */
.gve-home-section--talent-empowerment {
	padding-block: clamp(2.25rem, 4vw, 4.25rem) clamp(3.5rem, 7vw, 6.5rem);
}

.gve-empowerment-panel {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
	gap: clamp(2rem, 5vw, 4.5rem);
	align-items: center;
	padding: clamp(2rem, 5vw, 4.5rem);
	border: 1px solid rgba(201, 162, 39, 0.32);
	border-radius: 1.5rem;
	background:
		radial-gradient(circle at 82% 18%, rgba(201, 162, 39, 0.16), transparent 34%),
		linear-gradient(145deg, rgba(20, 20, 20, 0.98), rgba(8, 8, 8, 0.98));
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.25);
	overflow: hidden;
}

.gve-empowerment-panel__title {
	margin: 0;
	max-width: 14ch;
	font-size: clamp(2rem, 5vw, 4.4rem);
	line-height: 0.98;
	letter-spacing: -0.04em;
}

.gve-empowerment-panel__description {
	max-width: 62ch;
	margin: 1.25rem 0 0;
	font-size: clamp(1rem, 1.6vw, 1.18rem);
	line-height: 1.75;
	color: var(--gve-color-text-muted, #c8c8c8);
}

.gve-empowerment-panel__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin-top: 1.75rem;
}

.gve-empowerment-panel__pathway {
	display: grid;
	gap: 0.85rem;
}

.gve-empowerment-step {
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 1rem;
	row-gap: 0.2rem;
	align-items: start;
	padding: 1.15rem 1.2rem;
	border: 1px solid rgba(255, 255, 255, 0.10);
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.035);
}

.gve-empowerment-step__number {
	grid-row: 1 / span 2;
	min-width: 2.5rem;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	color: var(--gve-color-gold, #c9a227);
}

.gve-empowerment-step strong {
	font-size: 1.05rem;
	line-height: 1.2;
}

.gve-empowerment-step span:last-child {
	font-size: 0.92rem;
	line-height: 1.5;
	color: var(--gve-color-text-muted, #c8c8c8);
}

@media (max-width: 860px) {
	.gve-empowerment-panel {
		grid-template-columns: 1fr;
	}

	.gve-empowerment-panel__title {
		max-width: 18ch;
	}
}

@media (max-width: 560px) {
	.gve-empowerment-panel {
		padding: 1.4rem;
		border-radius: 1.1rem;
	}

	.gve-empowerment-panel__actions {
		display: grid;
	}

	.gve-empowerment-panel__actions .gve-button {
		width: 100%;
		justify-content: center;
	}
}

/* GVE Talent Programme Page */
.gve-talent-programme {
	display: grid;
	gap: clamp(2rem, 5vw, 4rem);
}

.gve-talent-programme__hero,
.gve-talent-programme__section,
.gve-talent-programme__cta {
	border: 1px solid rgba(201, 162, 39, 0.28);
	border-radius: 1.4rem;
	background: linear-gradient(145deg, rgba(20,20,20,.98), rgba(8,8,8,.98));
	padding: clamp(1.7rem, 4vw, 3.6rem);
}

.gve-talent-programme__hero {
	background:
		radial-gradient(circle at 82% 18%, rgba(201,162,39,.18), transparent 32%),
		linear-gradient(145deg, rgba(20,20,20,.99), rgba(7,7,7,.99));
}

.gve-talent-programme__hero h1 {
	max-width: 17ch;
	margin: .4rem 0 1.1rem;
	font-size: clamp(2.3rem, 5vw, 4.8rem);
	line-height: .98;
	letter-spacing: -.04em;
}

.gve-talent-programme__lead {
	max-width: 50ch;
	font-size: clamp(1.15rem, 2vw, 1.5rem);
	line-height: 1.55;
	font-weight: 700;
}

.gve-talent-programme__hero > p:not(.gve-section-header__eyebrow) {
	max-width: 72ch;
	line-height: 1.75;
}

.gve-talent-programme__hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: .85rem;
	margin-top: 1.6rem;
}

.gve-talent-programme__section-header {
	max-width: 58rem;
	margin-bottom: 1.5rem;
}

.gve-talent-programme__section-header h2,
.gve-talent-programme__section h2,
.gve-talent-programme__cta h2 {
	margin: .35rem 0 .85rem;
	font-size: clamp(1.8rem, 3.5vw, 3rem);
	line-height: 1.05;
}

.gve-talent-programme__card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.gve-talent-programme__card {
	min-height: 13rem;
	padding: 1.35rem;
	border: 1px solid rgba(255,255,255,.09);
	border-radius: 1rem;
	background: rgba(255,255,255,.025);
}

.gve-talent-programme__card-number {
	display: inline-block;
	margin-bottom: 1.5rem;
	color: var(--gve-color-gold, #c9a227);
	font-weight: 800;
	letter-spacing: .12em;
}

.gve-talent-programme__card h3 {
	margin: 0 0 .6rem;
	font-size: 1.15rem;
}

.gve-talent-programme__card p,
.gve-talent-programme__section p,
.gve-talent-programme__cta p {
	line-height: 1.7;
}

.gve-talent-programme__section--split,
.gve-talent-programme__audiences {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1.5rem, 4vw, 3rem);
}

.gve-talent-programme__tags {
	display: flex;
	flex-wrap: wrap;
	gap: .75rem;
	align-content: center;
}

.gve-talent-programme__tags span {
	padding: .75rem 1rem;
	border: 1px solid rgba(201,162,39,.34);
	border-radius: 999px;
	background: rgba(201,162,39,.06);
	font-weight: 700;
}

.gve-talent-programme__timeline {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: .7rem;
}

.gve-talent-programme__timeline li {
	display: grid;
	grid-template-columns: 3.2rem 1fr;
	gap: 1rem;
	padding: 1rem 1.1rem;
	border: 1px solid rgba(255,255,255,.08);
	border-radius: .9rem;
	background: rgba(255,255,255,.02);
}

.gve-talent-programme__timeline li > span {
	color: var(--gve-color-gold, #c9a227);
	font-weight: 800;
	letter-spacing: .1em;
}

.gve-talent-programme__timeline strong {
	font-size: 1.05rem;
}

.gve-talent-programme__timeline p {
	margin: .25rem 0 0;
}

.gve-talent-programme__audiences article {
	padding: 1.4rem;
	border: 1px solid rgba(255,255,255,.08);
	border-radius: 1rem;
	background: rgba(255,255,255,.025);
}

.gve-talent-programme__notice {
	border-style: dashed;
	background: rgba(201,162,39,.045);
}

.gve-talent-programme__cta {
	text-align: center;
	background:
		radial-gradient(circle at 50% 0%, rgba(201,162,39,.18), transparent 40%),
		linear-gradient(145deg, rgba(20,20,20,.99), rgba(8,8,8,.99));
}

.gve-talent-programme__cta h2,
.gve-talent-programme__cta p {
	max-width: 48rem;
	margin-left: auto;
	margin-right: auto;
}

.gve-talent-programme__cta .gve-button {
	margin-top: .75rem;
}

@media (max-width: 900px) {
	.gve-talent-programme__card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 680px) {
	.gve-talent-programme__card-grid,
	.gve-talent-programme__section--split,
	.gve-talent-programme__audiences {
		grid-template-columns: 1fr;
	}

	.gve-talent-programme__hero-actions {
		display: grid;
	}

	.gve-talent-programme__hero-actions .gve-button {
		width: 100%;
		justify-content: center;
	}

	.gve-talent-programme__timeline li {
		grid-template-columns: 2.5rem 1fr;
	}
}



/* GVE premium hero video */
.gve-hero__video-wrap {
	position: absolute;
	inset: 0;
	overflow: hidden;
}

.gve-hero__video {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	background: #080808;
}

.gve-hero__video-wrap::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(180deg, rgba(5, 5, 5, 0.04), rgba(5, 5, 5, 0.22)),
		radial-gradient(circle at 70% 20%, rgba(199, 162, 74, 0.08), transparent 38%);
}

@media (prefers-reduced-motion: reduce) {
	.gve-hero__video {
		visibility: hidden;
	}
}


/* GVE Premium Homepage Visual Pass 2 */
@media (min-width: 768px) {
	.gve-home {
		gap: clamp(1rem, 1.6vw, 1.8rem);
	}

	.gve-home-section--hero {
		padding-block: clamp(0.55rem, 1vw, 0.9rem) 0;
	}

	.gve-hero__inner {
		padding: clamp(1.15rem, 2vw, 1.8rem);
	}

	.gve-hero__slides,
	.gve-hero__slide {
		min-height: clamp(27rem, 42vw, 31.5rem);
	}

	.gve-hero__slide-grid {
		grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
		gap: clamp(1.4rem, 2.2vw, 2.25rem);
		align-items: center;
		padding: clamp(1.35rem, 2.2vw, 2rem);
	}

	.gve-hero__copy {
		align-content: center;
		max-width: 50ch;
		gap: clamp(0.75rem, 1.2vw, 1rem);
	}

	.gve-hero__title {
		max-width: 12.5ch;
		font-size: clamp(2.75rem, 4.4vw, 4.65rem);
		line-height: 0.98;
		letter-spacing: -0.035em;
		text-wrap: balance;
	}

	.gve-hero__subheading {
		max-width: 34ch;
		font-size: clamp(1rem, 1.25vw, 1.12rem);
	}

	.gve-hero__description--rich {
		max-width: 42ch;
	}

	.gve-hero__description {
		font-size: clamp(1rem, 1.25vw, 1.12rem);
		line-height: 1.55;
	}

	.gve-hero__media-shell {
		align-self: center;
	}

	.gve-hero__media {
		min-height: 0;
	}

	.gve-hero__media-card {
		aspect-ratio: 16 / 9;
		border-color: rgba(225, 195, 106, 0.2);
		box-shadow:
			0 24px 64px rgba(0, 0, 0, 0.38),
			0 0 0 1px rgba(199, 162, 74, 0.05) inset;
	}

	.gve-hero__video {
		object-position: center center;
	}

	.gve-hero__actions {
		gap: 0.75rem;
		margin-top: 0.15rem;
	}

	.gve-hero__actions .gve-button {
		min-height: 3rem;
		padding-inline: 1.35rem;
	}

	.gve-home-section--featured-events .gve-section-header,
	.gve-home-section--sponsors .gve-section-header {
		margin-block-end: clamp(1rem, 1.6vw, 1.4rem);
	}

	.gve-home-section--featured-events .gve-card-grid--events:has(> .gve-card:only-child) {
		grid-template-columns: minmax(0, 1fr);
	}

	.gve-home-section--featured-events .gve-card-grid--events:has(> .gve-card:only-child) > .gve-card {
		grid-column: 1;
		width: min(100%, 64rem);
		margin-inline: auto;
	}

	.gve-home-section--footer-cta {
		margin-top: clamp(0.25rem, 1vw, 0.75rem);
	}
}

@media (min-width: 1200px) {
	.gve-hero__slide-grid {
		grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
	}

	.gve-hero__title {
		font-size: clamp(3rem, 4.1vw, 4.45rem);
		max-width: 13ch;
	}
}

@media (max-width: 767px) {
	.gve-home {
		gap: 1rem;
	}

	.gve-home-section--hero {
		padding-top: 0.5rem;
	}

	.gve-hero__slide-grid {
		gap: 1rem;
	}

	.gve-hero__title {
		font-size: clamp(2rem, 10vw, 2.8rem);
		line-height: 0.98;
		text-wrap: balance;
	}

	.gve-hero__media-card {
		border-color: rgba(225, 195, 106, 0.18);
		box-shadow: 0 16px 42px rgba(0, 0, 0, 0.32);
	}
}


/* GVE Premium Hero Header Pass 3 */
@media (min-width: 768px) {
	.home .site-header__inner {
		padding-block: clamp(0.8rem, 1.2vw, 1.05rem);
		row-gap: 0.55rem;
	}

	.home .site-branding {
		gap: 0.15rem;
	}

	.home .site-title {
		line-height: 1;
	}

	.home .site-description {
		margin-top: 0.15rem;
		line-height: 1.25;
	}

	.home .site-header__navigation {
		padding-top: 0.35rem;
	}

	.home .site-header__navigation ul,
	.home .site-header__navigation .menu {
		column-gap: clamp(1rem, 1.55vw, 1.55rem);
		row-gap: 0.4rem;
	}

	.home .gve-hero__slide-grid {
		padding-inline-start: clamp(1.75rem, 2.8vw, 2.65rem);
	}

	.home .gve-hero__copy {
		max-width: 52ch;
	}

	.home .gve-hero__title {
		font-size: clamp(2.65rem, 4vw, 4.15rem);
		max-width: 13.5ch;
		line-height: 0.99;
	}

	.home .gve-hero__eyebrow {
		margin-bottom: 0.1rem;
	}

	.home .gve-hero__description--rich {
		max-width: 43ch;
	}

	.home .gve-hero__actions {
		margin-top: 0.3rem;
	}
}

@media (min-width: 1200px) {
	.home .gve-hero__title {
		font-size: clamp(2.85rem, 3.7vw, 4rem);
		max-width: 14ch;
	}
}

@media (max-width: 767px) {
	.home .site-header__inner {
		padding-block: 0.8rem;
	}

	.home .gve-hero__slide-grid {
		padding: 1.1rem;
	}

	.home .gve-hero__title {
		font-size: clamp(1.95rem, 9.2vw, 2.55rem);
		line-height: 1;
	}
}


/* GVE Premium Featured Experiences Pass 4 */
.home .gve-home-section--featured-events {
	padding-top: clamp(0.4rem, 1vw, 0.8rem);
}

.home .gve-home-section--featured-events .gve-section-header {
	max-width: 54rem;
}

.home .gve-home-section--featured-events .gve-section-header__title {
	font-size: clamp(2.35rem, 4vw, 3.8rem);
	line-height: 0.98;
	text-wrap: balance;
}

.home .gve-home-section--featured-events .gve-section-header__description {
	max-width: 46rem;
	line-height: 1.55;
}

@media (min-width: 900px) {
	.home .gve-home-section--featured-events .gve-card-grid--events:has(> .gve-card:only-child) {
		display: block;
	}

	.home .gve-home-section--featured-events .gve-card-grid--events:has(> .gve-card:only-child) > .gve-card--event {
		display: grid;
		grid-template-columns: minmax(0, 1.08fr) minmax(22rem, 0.92fr);
		width: min(100%, 72rem);
		min-height: 28rem;
		margin-inline: auto;
		overflow: hidden;
		border: 1px solid rgba(225, 195, 106, 0.16);
		border-radius: clamp(1.25rem, 2vw, 1.8rem);
		background:
			linear-gradient(135deg, rgba(199, 162, 74, 0.08), rgba(255,255,255,0.015)),
			rgba(9, 9, 9, 0.98);
		box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
	}

	.home .gve-home-section--featured-events .gve-card-grid--events:has(> .gve-card:only-child) .gve-card__media--event {
		aspect-ratio: auto;
		min-height: 100%;
		border-radius: 0;
	}

	.home .gve-home-section--featured-events .gve-card-grid--events:has(> .gve-card:only-child) .gve-card__image {
		object-fit: cover;
		object-position: center;
	}

	.home .gve-home-section--featured-events .gve-card-grid--events:has(> .gve-card:only-child) .gve-card__image--fallback {
		min-height: 100%;
		background:
			radial-gradient(circle at 34% 28%, rgba(225, 195, 106, 0.22), transparent 28%),
			linear-gradient(145deg, rgba(78, 65, 38, 0.78), rgba(13, 13, 13, 0.96));
	}

	.home .gve-home-section--featured-events .gve-card-grid--events:has(> .gve-card:only-child) .gve-card__fallback-label {
		max-width: 9ch;
		font-size: clamp(2rem, 3vw, 3.4rem);
		line-height: 0.92;
		letter-spacing: 0.02em;
	}

	.home .gve-home-section--featured-events .gve-card-grid--events:has(> .gve-card:only-child) .gve-event-badge {
		inset-block-start: 1.25rem;
		inset-inline-start: 1.25rem;
	}

	.home .gve-home-section--featured-events .gve-card-grid--events:has(> .gve-card:only-child) .gve-card__body {
		display: grid;
		align-content: center;
		gap: 0.95rem;
		padding: clamp(2rem, 3.3vw, 3.35rem);
		background:
			radial-gradient(circle at top right, rgba(199, 162, 74, 0.08), transparent 34%);
	}

	.home .gve-home-section--featured-events .gve-card-grid--events:has(> .gve-card:only-child) .gve-event-card__meta {
		margin: 0;
		color: var(--gve-color-gold-bright);
		font-size: 0.78rem;
		font-weight: 800;
		letter-spacing: 0.16em;
		text-transform: uppercase;
	}

	.home .gve-home-section--featured-events .gve-card-grid--events:has(> .gve-card:only-child) .gve-card__title {
		margin: 0.1rem 0 0.35rem;
		font-size: clamp(2rem, 2.8vw, 3rem);
		line-height: 1.03;
	}

	.home .gve-home-section--featured-events .gve-card-grid--events:has(> .gve-card:only-child) .gve-event-card__detail {
		display: grid;
		grid-template-columns: 5rem minmax(0, 1fr);
		gap: 0.7rem;
		margin: 0;
		padding-block: 0.1rem;
	}

	.home .gve-home-section--featured-events .gve-card-grid--events:has(> .gve-card:only-child) .gve-event-card__label {
		color: var(--gve-color-text);
		font-weight: 700;
	}

	.home .gve-home-section--featured-events .gve-card-grid--events:has(> .gve-card:only-child) .gve-event-card__value {
		color: var(--gve-color-muted);
	}

	.home .gve-home-section--featured-events .gve-card-grid--events:has(> .gve-card:only-child) .gve-event-card__excerpt {
		margin: 0.35rem 0 0.15rem;
		max-width: 42ch;
		font-size: clamp(1rem, 1.15vw, 1.08rem);
		line-height: 1.58;
	}

	.home .gve-home-section--featured-events .gve-card-grid--events:has(> .gve-card:only-child) .gve-event-card__actions {
		margin-top: 0.45rem;
	}
}

@media (max-width: 899px) {
	.home .gve-home-section--featured-events .gve-card-grid--events:has(> .gve-card:only-child) > .gve-card--event {
		width: 100%;
		margin-inline: 0;
	}

	.home .gve-home-section--featured-events .gve-card__body {
		padding: clamp(1.25rem, 5vw, 1.8rem);
	}

	.home .gve-home-section--featured-events .gve-card__title {
		font-size: clamp(1.7rem, 7vw, 2.2rem);
	}
}


/* GVE Premium CTA Footer Pass 5 */
.home .gve-home-section--footer-cta {
	padding-top: clamp(0.5rem, 1vw, 0.9rem);
}

.home .gve-home-section--footer-cta .gve-container {
	padding-inline: 0;
}

.home .gve-footer-cta {
	position: relative;
	overflow: hidden;
	padding: clamp(2rem, 4vw, 3.5rem);
	border: 1px solid rgba(225, 195, 106, 0.18);
	border-radius: clamp(1.4rem, 2.2vw, 1.9rem);
	background:
		radial-gradient(circle at 82% 14%, rgba(225, 195, 106, 0.14), transparent 28%),
		linear-gradient(135deg, rgba(199, 162, 74, 0.12), rgba(255, 255, 255, 0.018)),
		rgba(10, 10, 10, 0.98);
	box-shadow:
		0 24px 70px rgba(0, 0, 0, 0.32),
		0 0 0 1px rgba(199, 162, 74, 0.03) inset;
}

.home .gve-footer-cta::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(90deg, rgba(199, 162, 74, 0.04), transparent 38%),
		radial-gradient(circle at 15% 120%, rgba(225, 195, 106, 0.09), transparent 34%);
}

.home .gve-footer-cta > * {
	position: relative;
	z-index: 1;
}

.home .gve-footer-cta__eyebrow {
	margin-bottom: 0.6rem;
}

.home .gve-footer-cta__title {
	max-width: 24ch;
	font-size: clamp(2.3rem, 4vw, 4rem);
	line-height: 0.98;
	text-wrap: balance;
}

.home .gve-footer-cta__description {
	max-width: 50rem;
	margin-top: 0.75rem;
	line-height: 1.55;
}

.home .gve-footer-cta__actions {
	margin-top: 1rem;
	gap: 0.8rem;
}

.home .gve-footer-cta__actions .gve-button {
	min-height: 3rem;
	padding-inline: 1.4rem;
}

.home .site-footer {
	margin-top: clamp(1.5rem, 3vw, 2.4rem);
	border-top: 1px solid rgba(225, 195, 106, 0.12);
	background:
		linear-gradient(180deg, rgba(255,255,255,0.008), rgba(0,0,0,0)),
		rgba(7, 7, 7, 0.99);
}

.home .site-footer__inner {
	display: grid;
	grid-template-columns: minmax(14rem, 0.9fr) minmax(20rem, 1.2fr) minmax(16rem, 1fr);
	gap: clamp(1.5rem, 3vw, 3.5rem);
	align-items: start;
	padding-block: clamp(2rem, 4vw, 3rem);
}

.home .site-footer__branding {
	max-width: 20rem;
}

.home .site-footer__title {
	margin-bottom: 0.55rem;
	font-size: clamp(1.55rem, 2vw, 2rem);
	line-height: 1;
}

.home .site-footer__description {
	line-height: 1.5;
}

.home .site-footer nav ul,
.home .site-footer .menu {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, max-content));
	gap: 0.75rem 1.35rem;
	align-items: start;
}

.home .site-footer a {
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

.home .site-footer__copyright {
	margin: 0;
	color: var(--gve-color-muted);
	line-height: 1.5;
}

@media (max-width: 980px) {
	.home .site-footer__inner {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}

	.home .site-footer__copyright {
		grid-column: 1 / -1;
	}
}

@media (max-width: 680px) {
	.home .gve-footer-cta {
		padding: 1.4rem;
	}

	.home .gve-footer-cta__title {
		font-size: clamp(2rem, 10vw, 2.75rem);
	}

	.home .site-footer__inner {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.home .site-footer nav ul,
	.home .site-footer .menu {
		grid-template-columns: 1fr;
		gap: 0.7rem;
	}

	.home .site-footer__copyright {
		grid-column: auto;
	}
}

/* GVE Born-Inspired Cinematic Hero */
.home .gve-hero {
	position: relative;
}

.home .gve-hero__slider {
	position: relative;
	overflow: hidden;
	border-radius: clamp(1.2rem, 2vw, 1.8rem);
	border: 1px solid rgba(225, 195, 106, 0.16);
	background: #080808;
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
}

.home .gve-hero__slide {
	position: relative;
	display: block;
	min-height: clamp(34rem, 62vw, 47rem);
	padding: 0;
	overflow: hidden;
	isolation: isolate;
}

.home .gve-hero__slide[hidden] {
	display: none;
}

.home .gve-hero__media,
.home .gve-hero__video-wrap,
.home .gve-hero__picture {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	border-radius: 0;
	overflow: hidden;
	background: #090909;
	box-shadow: none;
}

.home .gve-hero__video,
.home .gve-hero__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 0;
}

.home .gve-hero__slide::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		linear-gradient(90deg,
			rgba(0, 0, 0, 0.88) 0%,
			rgba(0, 0, 0, 0.72) 30%,
			rgba(0, 0, 0, 0.28) 63%,
			rgba(0, 0, 0, 0.12) 100%),
		linear-gradient(0deg,
			rgba(0, 0, 0, 0.76) 0%,
			rgba(0, 0, 0, 0.18) 45%,
			rgba(0, 0, 0, 0.08) 100%);
}

.home .gve-hero__slide::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 42%;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(0deg, rgba(0,0,0,0.58), transparent);
}

.home .gve-hero__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	min-height: inherit;
	width: min(100%, 50rem);
	padding:
		clamp(2rem, 4vw, 4.25rem)
		clamp(1.5rem, 5vw, 5rem);
}

.home .gve-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	min-height: 2rem;
	margin: 0 0 0.85rem;
	padding: 0.42rem 0.75rem;
	border: 1px solid rgba(225, 195, 106, 0.28);
	border-radius: 999px;
	background: rgba(10, 10, 10, 0.56);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	color: var(--gve-color-gold-bright);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.home .gve-hero__title {
	max-width: 12ch;
	margin: 0;
	font-size: clamp(3.15rem, 6vw, 6.2rem);
	line-height: 0.92;
	letter-spacing: -0.04em;
	text-wrap: balance;
	text-shadow: 0 3px 24px rgba(0, 0, 0, 0.42);
}

.home .gve-hero__subtitle {
	margin-top: 1rem;
	color: var(--gve-color-gold-bright);
	font-size: clamp(1rem, 1.3vw, 1.18rem);
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.home .gve-hero__description,
.home .gve-hero__rich-text {
	max-width: 42rem;
	margin-top: 0.75rem;
	color: rgba(255, 255, 255, 0.84);
	font-size: clamp(1rem, 1.35vw, 1.18rem);
	line-height: 1.55;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.44);
}

.home .gve-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.35rem;
}

.home .gve-hero__actions .gve-button {
	min-height: 3.1rem;
	padding-inline: 1.35rem;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.home .gve-hero__controls {
	position: absolute;
	inset: auto clamp(1rem, 2.2vw, 2rem) clamp(1rem, 2vw, 1.75rem) auto;
	z-index: 4;
	display: flex;
	align-items: center;
	gap: 0.55rem;
}

.home .gve-hero__arrow,
.home .gve-hero__indicator {
	background: rgba(8, 8, 8, 0.58);
	border-color: rgba(255, 255, 255, 0.18);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.home .gve-hero__arrow:hover,
.home .gve-hero__arrow:focus-visible,
.home .gve-hero__indicator[aria-selected="true"] {
	border-color: rgba(225, 195, 106, 0.62);
	background: rgba(199, 162, 74, 0.2);
}

@media (min-width: 1200px) {
	.home .gve-hero__slide {
		min-height: min(48rem, calc(100vh - 10rem));
	}

	.home .gve-hero__content {
		width: min(100%, 58rem);
		padding-left: clamp(3.5rem, 6vw, 6.5rem);
		padding-bottom: clamp(3rem, 5vw, 5.2rem);
	}

	.home .gve-hero__title {
		max-width: 11.5ch;
		font-size: clamp(4.2rem, 6.4vw, 6.8rem);
	}
}

@media (max-width: 899px) {
	.home .gve-hero__slider {
		border-radius: 1rem;
	}

	.home .gve-hero__slide {
		min-height: 38rem;
	}

	.home .gve-hero__slide::before {
		background:
			linear-gradient(0deg,
				rgba(0, 0, 0, 0.9) 0%,
				rgba(0, 0, 0, 0.7) 36%,
				rgba(0, 0, 0, 0.22) 72%,
				rgba(0, 0, 0, 0.08) 100%);
	}

	.home .gve-hero__content {
		justify-content: flex-end;
		width: 100%;
		padding: 1.35rem;
		padding-bottom: 2.2rem;
	}

	.home .gve-hero__title {
		max-width: 10.5ch;
		font-size: clamp(2.6rem, 12vw, 4.2rem);
		line-height: 0.94;
	}

	.home .gve-hero__description,
	.home .gve-hero__rich-text {
		max-width: 30rem;
		font-size: 0.98rem;
	}

	.home .gve-hero__controls {
		inset: 0.85rem 0.85rem auto auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	.home .gve-hero__video {
		display: none;
	}
}

/* GVE Born-Inspired Cinematic Hero Pass 2 */
.home .gve-hero__slide {
	min-height: clamp(31rem, 52vw, 39rem);
}

.home .gve-hero__video,
.home .gve-hero__image {
	position: relative;
	z-index: 0;
	opacity: 1;
	filter: brightness(1.02) saturate(1.04);
	object-fit: cover;
	object-position: 62% center;
}

.home .gve-hero__slide::before {
	background:
		linear-gradient(90deg,
			rgba(0, 0, 0, 0.78) 0%,
			rgba(0, 0, 0, 0.58) 30%,
			rgba(0, 0, 0, 0.22) 58%,
			rgba(0, 0, 0, 0.05) 100%),
		linear-gradient(0deg,
			rgba(0, 0, 0, 0.58) 0%,
			rgba(0, 0, 0, 0.10) 42%,
			rgba(0, 0, 0, 0.02) 100%);
}

.home .gve-hero__slide::after {
	height: 30%;
	background: linear-gradient(0deg, rgba(0,0,0,0.40), transparent);
}

.home .gve-hero__content {
	width: min(100%, 44rem);
	padding:
		clamp(1.75rem, 3.5vw, 3.75rem)
		clamp(1.5rem, 4.5vw, 4.5rem);
}

.home .gve-hero__title {
	max-width: 9.8ch;
	font-size: clamp(2.9rem, 4.4vw, 4.9rem);
	line-height: 0.96;
	letter-spacing: -0.035em;
}

.home .gve-hero__subtitle {
	margin-top: 0.85rem;
	font-size: clamp(0.92rem, 1.1vw, 1.05rem);
}

.home .gve-hero__description,
.home .gve-hero__rich-text {
	max-width: 36rem;
	font-size: clamp(0.98rem, 1.12vw, 1.08rem);
	line-height: 1.48;
}

.home .gve-hero__actions {
	margin-top: 1.1rem;
}

@media (min-width: 1200px) {
	.home .gve-hero__slide {
		min-height: clamp(34rem, 46vw, 41rem);
	}

	.home .gve-hero__content {
		width: min(100%, 46rem);
		padding-left: clamp(3rem, 5vw, 5rem);
		padding-bottom: clamp(2.5rem, 4vw, 4rem);
	}

	.home .gve-hero__title {
		max-width: 10.2ch;
		font-size: clamp(3.6rem, 4.8vw, 5.2rem);
	}
}

@media (max-width: 899px) {
	.home .gve-hero__slide {
		min-height: 34rem;
	}

	.home .gve-hero__video,
	.home .gve-hero__image {
		object-position: 58% center;
	}

	.home .gve-hero__slide::before {
		background:
			linear-gradient(0deg,
				rgba(0, 0, 0, 0.86) 0%,
				rgba(0, 0, 0, 0.60) 32%,
				rgba(0, 0, 0, 0.18) 70%,
				rgba(0, 0, 0, 0.02) 100%);
	}

	.home .gve-hero__content {
		padding: 1.2rem 1.2rem 1.7rem;
	}

	.home .gve-hero__title {
		max-width: 10.5ch;
		font-size: clamp(2.35rem, 10vw, 3.6rem);
	}
}

/* GVE Born-Inspired Cinematic Hero Pass 3 */

.home .gve-hero__viewport,
.home .gve-hero__slides,
.home .gve-hero__slide,
.home .gve-hero__slide-grid {
	min-height: clamp(34rem, 48vw, 42rem);
}

.home .gve-hero__slide-grid {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: clamp(1rem, 1.8vw, 1.5rem);
	background: #090909;
	isolation: isolate;
}

.home .gve-hero__media-shell {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0;
}

.home .gve-hero__media,
.home .gve-hero__media-card,
.home .gve-hero__media-surface,
.home .gve-hero__video-wrap {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	overflow: hidden;
}

.home .gve-hero__video,
.home .gve-hero__image {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	object-fit: cover;
	object-position: 62% center;
	border-radius: 0;
}

.home .gve-hero__slide-grid::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		linear-gradient(90deg,
			rgba(0, 0, 0, 0.82) 0%,
			rgba(0, 0, 0, 0.62) 34%,
			rgba(0, 0, 0, 0.28) 58%,
			rgba(0, 0, 0, 0.06) 100%),
		linear-gradient(0deg,
			rgba(0, 0, 0, 0.56) 0%,
			rgba(0, 0, 0, 0.08) 48%,
			rgba(0, 0, 0, 0.02) 100%);
}

.home .gve-hero__copy {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	width: min(100%, 46rem);
	min-height: inherit;
	padding:
		clamp(2rem, 4vw, 4rem)
		clamp(1.5rem, 4.5vw, 4.75rem);
}

.home .gve-hero__eyebrow {
	width: auto;
	max-width: max-content;
	margin-bottom: 0.75rem;
	padding: 0.4rem 0.7rem;
	border: 1px solid rgba(225, 195, 106, 0.28);
	border-radius: 999px;
	background: rgba(10, 10, 10, 0.52);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	color: var(--gve-color-gold-bright);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.home .gve-hero__title {
	width: auto;
	max-width: 10.5ch;
	margin: 0;
	font-size: clamp(3rem, 4.7vw, 5.2rem);
	line-height: 0.94;
	letter-spacing: -0.04em;
	text-wrap: balance;
	text-shadow: 0 3px 24px rgba(0, 0, 0, 0.45);
}

.home .gve-hero__subheading {
	width: auto;
	max-width: 36rem;
	margin-top: 0.95rem;
	color: var(--gve-color-gold-bright);
	font-size: clamp(0.95rem, 1.2vw, 1.08rem);
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.home .gve-hero__description {
	width: auto;
	max-width: 37rem;
	margin-top: 0.65rem;
	color: rgba(255, 255, 255, 0.84);
	font-size: clamp(0.98rem, 1.15vw, 1.08rem);
	line-height: 1.5;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.44);
}

.home .gve-hero__actions {
	width: auto;
	margin-top: 1.15rem;
}

@media (min-width: 1200px) {
	.home .gve-hero__viewport,
	.home .gve-hero__slides,
	.home .gve-hero__slide,
	.home .gve-hero__slide-grid {
		min-height: clamp(36rem, 44vw, 42rem);
	}

	.home .gve-hero__copy {
		width: min(100%, 49rem);
		padding-left: clamp(3rem, 5vw, 5rem);
		padding-bottom: clamp(2.75rem, 4vw, 4rem);
	}

	.home .gve-hero__title {
		max-width: 10.5ch;
		font-size: clamp(3.6rem, 4.7vw, 5.3rem);
	}
}

@media (max-width: 899px) {
	.home .gve-hero__viewport,
	.home .gve-hero__slides,
	.home .gve-hero__slide,
	.home .gve-hero__slide-grid {
		min-height: 35rem;
	}

	.home .gve-hero__video,
	.home .gve-hero__image {
		object-position: 58% center;
	}

	.home .gve-hero__slide-grid::before {
		background:
			linear-gradient(0deg,
				rgba(0, 0, 0, 0.88) 0%,
				rgba(0, 0, 0, 0.62) 34%,
				rgba(0, 0, 0, 0.18) 72%,
				rgba(0, 0, 0, 0.02) 100%);
	}

	.home .gve-hero__copy {
		width: 100%;
		min-height: inherit;
		padding: 1.25rem 1.25rem 1.8rem;
	}

	.home .gve-hero__title {
		max-width: 10.5ch;
		font-size: clamp(2.5rem, 10.5vw, 3.8rem);
	}
}

@media (prefers-reduced-motion: reduce) {
	.home .gve-hero__video {
		display: none;
	}
}

/* GVE Born Size Match Pass 4 */

.home .gve-hero__viewport,
.home .gve-hero__slides,
.home .gve-hero__slide,
.home .gve-hero__slide-grid {
	height: clamp(280px, 38vw, 570px);
	min-height: 0;
}

.home .gve-hero__slide-grid {
	border-radius: 24px;
}

.home .gve-hero__copy {
	justify-content: flex-end;
	width: min(100%, 38rem);
	height: 100%;
	min-height: 0;
	padding: clamp(1.2rem, 2.2vw, 2.25rem);
	padding-left: clamp(1.5rem, 3.5vw, 3.5rem);
	padding-bottom: clamp(1.5rem, 3vw, 2.75rem);
}

.home .gve-hero__title {
	max-width: 13ch;
	font-size: clamp(2rem, 3.1vw, 3.25rem);
	line-height: 0.98;
	letter-spacing: -0.03em;
}

.home .gve-hero__eyebrow {
	margin-bottom: 0.6rem;
	font-size: 0.68rem;
}

.home .gve-hero__subheading {
	margin-top: 0.7rem;
	font-size: clamp(0.82rem, 1vw, 0.96rem);
}

.home .gve-hero__description {
	max-width: 33rem;
	margin-top: 0.5rem;
	font-size: clamp(0.9rem, 1vw, 1rem);
	line-height: 1.45;
}

.home .gve-hero__actions {
	margin-top: 0.85rem;
}

.home .gve-hero__actions .gve-button {
	min-height: 2.85rem;
	padding: 0.7rem 1.1rem;
}

@media (max-width: 899px) {
	.home .gve-hero__viewport,
	.home .gve-hero__slides,
	.home .gve-hero__slide,
	.home .gve-hero__slide-grid {
		height: clamp(420px, 112vw, 560px);
		min-height: 0;
	}

	.home .gve-hero__copy {
		width: 100%;
		height: 100%;
		padding: 1.15rem;
		padding-bottom: 1.4rem;
	}

	.home .gve-hero__title {
		max-width: 12ch;
		font-size: clamp(2rem, 8.7vw, 3rem);
	}
}

/* GVE Premium Hero Final Polish */

/* Header tightening */
.home .site-header {
	padding-top: 0.7rem;
	padding-bottom: 0.7rem;
}

.home .site-header__inner,
.home .site-header__branding {
	row-gap: 0.2rem;
}

.home .site-header__navigation {
	margin-top: 0.45rem;
}

/* Hero spacing and composition */
.home .gve-hero {
	padding-top: 0.35rem;
}

.home .gve-hero__viewport {
	width: min(100% - 1.25rem, 1180px);
	margin-inline: auto;
}

.home .gve-hero__copy {
	width: min(100%, 36rem);
	padding-left: clamp(1.5rem, 3vw, 3rem);
	padding-bottom: clamp(1.35rem, 2.6vw, 2.4rem);
}

.home .gve-hero__title {
	max-width: 12ch;
	font-size: clamp(1.95rem, 2.85vw, 3rem);
	line-height: 0.98;
	letter-spacing: -0.028em;
}

.home .gve-hero__subheading {
	display: none;
}

.home .gve-hero__description {
	max-width: 30rem;
	margin-top: 0.72rem;
	font-size: clamp(0.92rem, 0.95vw, 0.98rem);
	line-height: 1.42;
}

.home .gve-hero__actions {
	gap: 0.7rem;
	margin-top: 0.9rem;
}

.home .gve-hero__actions .gve-button {
	min-height: 2.75rem;
	padding: 0.68rem 1.08rem;
	font-size: 0.95rem;
}

.home .gve-hero__video,
.home .gve-hero__image {
	object-position: 68% center;
}

.home .gve-hero__slide-grid::before {
	background:
		linear-gradient(90deg,
			rgba(0, 0, 0, 0.72) 0%,
			rgba(0, 0, 0, 0.50) 32%,
			rgba(0, 0, 0, 0.20) 58%,
			rgba(0, 0, 0, 0.04) 100%),
		linear-gradient(0deg,
			rgba(0, 0, 0, 0.50) 0%,
			rgba(0, 0, 0, 0.07) 48%,
			rgba(0, 0, 0, 0.02) 100%);
}

@media (max-width: 899px) {
	.home .site-header {
		padding-top: 0.6rem;
		padding-bottom: 0.6rem;
	}

	.home .gve-hero__copy {
		padding: 1.1rem;
		padding-bottom: 1.35rem;
	}

	.home .gve-hero__title {
		max-width: 11ch;
		font-size: clamp(1.95rem, 8.2vw, 2.75rem);
	}

	.home .gve-hero__description {
		max-width: 27rem;
		font-size: 0.92rem;
	}

	.home .gve-hero__video,
	.home .gve-hero__image {
		object-position: 62% center;
	}
}

/* GVE Premium Compact Header Pass */
@media (min-width: 900px) {
    .home .site-header {
        padding: 0 !important;
    }

    .home .site-header__inner {
        display: grid !important;
        grid-template-columns: minmax(250px, auto) minmax(0, 1fr);
        align-items: center;
        column-gap: clamp(2rem, 4vw, 5rem);
        row-gap: 0;
        min-height: 88px;
        padding: 0.8rem clamp(1.5rem, 3vw, 3rem);
    }

    .home .site-header__branding {
        align-self: center;
        margin: 0;
        padding: 0;
        row-gap: 0.08rem;
    }

    .home .site-title,
    .home .site-header__title {
        margin: 0;
        font-size: clamp(1.45rem, 1.9vw, 2rem);
        line-height: 1.02;
    }

    .home .site-description,
    .home .site-header__description {
        margin: 0.18rem 0 0;
        font-size: 0.86rem;
        line-height: 1.2;
        opacity: 0.72;
    }

    .home .site-header__navigation,
    .home .site-navigation {
        align-self: center;
        justify-self: end;
        width: auto;
        margin: 0 !important;
        padding: 0;
    }

    .home .primary-menu,
    .home .primary-menu__list {
        justify-content: flex-end;
        flex-wrap: nowrap;
        gap: clamp(0.18rem, 0.5vw, 0.55rem);
    }

    .home .primary-menu a {
        padding: 0.48rem 0.55rem 0.52rem;
        font-size: clamp(0.72rem, 0.8vw, 0.82rem);
        line-height: 1;
    }
}

@media (min-width: 1200px) {
    .home .site-header__inner {
        min-height: 82px;
        padding-top: 0.72rem;
        padding-bottom: 0.72rem;
    }

    .home .site-title,
    .home .site-header__title {
        font-size: 1.75rem;
    }
}

@media (max-width: 899px) {
    .home .site-header {
        padding-top: 0.55rem;
        padding-bottom: 0.55rem;
    }

    .home .site-header__inner {
        min-height: auto;
    }
}

/* GVE Premium Compact Header Final */
@media (min-width: 900px) {
    .home .site-header {
        padding: 0 !important;
    }

    .home .site-header__inner {
        grid-template-columns: minmax(230px, auto) minmax(0, 1fr);
        align-items: center;
        min-height: 70px !important;
        padding: 0.5rem clamp(1.25rem, 2.5vw, 2.5rem) !important;
        column-gap: clamp(1.5rem, 3vw, 3.5rem);
    }

    .home .site-header__branding {
        margin: 0;
        padding: 0;
        align-self: center;
        row-gap: 0;
    }

    .home .site-title,
    .home .site-header__title {
        margin: 0;
        font-size: clamp(1.3rem, 1.55vw, 1.62rem) !important;
        line-height: 1;
    }

    .home .site-description,
    .home .site-header__description {
        margin: 0.12rem 0 0 !important;
        font-size: 0.76rem !important;
        line-height: 1.1;
        opacity: 0.66;
    }

    .home .site-header__navigation,
    .home .site-navigation {
        align-self: center;
        justify-self: end;
        margin: 0 !important;
        padding: 0 !important;
    }

    .home .primary-menu,
    .home .primary-menu__list {
        align-items: center;
        flex-wrap: nowrap;
        gap: clamp(0.08rem, 0.35vw, 0.4rem);
    }

    .home .primary-menu a {
        padding: 0.42rem 0.48rem 0.46rem !important;
        font-size: clamp(0.68rem, 0.72vw, 0.76rem) !important;
        line-height: 1;
    }

    .home .primary-menu > li > a::before,
    .home .primary-menu > li.current-menu-item > a::before,
    .home .primary-menu > li.current-menu-ancestor > a::before,
    .home .primary-menu > li.current-menu-parent > a::before {
        bottom: -0.38rem;
    }
}

@media (min-width: 1200px) {
    .home .site-header__inner {
        min-height: 68px !important;
        padding-top: 0.46rem !important;
        padding-bottom: 0.46rem !important;
    }
}

@media (max-width: 899px) {
    .home .site-header__inner {
        min-height: auto;
    }
}

/* GVE Premium Dropdown Menu Fix */
@media (min-width: 900px) {
    .home .primary-menu,
    .home .primary-menu__list {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center;
        justify-content: flex-end;
        gap: clamp(0.15rem, 0.35vw, 0.4rem);
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .home .primary-menu > li,
    .home .primary-menu__list > li {
        position: relative;
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .home .primary-menu > li > a {
        display: inline-flex;
        align-items: center;
        gap: 0.38rem;
        white-space: nowrap;
    }

    .home .primary-menu .sub-menu {
        position: absolute !important;
        top: calc(100% + 0.65rem);
        left: 50%;
        z-index: 100;
        display: none !important;
        min-width: 220px;
        max-width: 280px;
        margin: 0;
        padding: 0.55rem;
        transform: translateX(-50%);
        list-style: none;
        border: 1px solid rgba(225, 195, 106, 0.18);
        border-radius: 0.85rem;
        background: rgba(9, 9, 9, 0.98);
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.38);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
    }

    .home .primary-menu .sub-menu::before {
        content: "";
        position: absolute;
        top: -0.35rem;
        left: 50%;
        width: 0.65rem;
        height: 0.65rem;
        transform: translateX(-50%) rotate(45deg);
        border-left: 1px solid rgba(225, 195, 106, 0.18);
        border-top: 1px solid rgba(225, 195, 106, 0.18);
        background: rgba(9, 9, 9, 0.98);
    }

    .home .primary-menu .menu-item-has-children:hover > .sub-menu,
    .home .primary-menu .menu-item-has-children:focus-within > .sub-menu {
        display: block !important;
    }

    .home .primary-menu .sub-menu li {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .home .primary-menu .sub-menu li::marker {
        content: "";
    }

    .home .primary-menu .sub-menu a {
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 40px;
        padding: 0.6rem 0.72rem !important;
        border-radius: 0.58rem;
        color: rgba(244, 239, 230, 0.92);
        font-size: 0.78rem !important;
        font-weight: 650;
        line-height: 1.2;
        text-transform: none;
        letter-spacing: 0.01em;
        white-space: nowrap;
        text-decoration: none;
    }

    .home .primary-menu .sub-menu a:hover,
    .home .primary-menu .sub-menu a:focus-visible {
        background: rgba(199, 162, 74, 0.14);
        color: #f5d977;
        outline: none;
    }

    .home .primary-menu .menu-item-has-children > a::after {
        content: "";
        width: 0.42rem;
        height: 0.42rem;
        border-right: 1.5px solid currentColor;
        border-bottom: 1.5px solid currentColor;
        transform: translateY(-0.1rem) rotate(45deg);
        opacity: 0.72;
    }

    .home .primary-menu .menu-item-has-children:hover > a::after,
    .home .primary-menu .menu-item-has-children:focus-within > a::after {
        transform: translateY(0.08rem) rotate(225deg);
    }
}

@media (max-width: 899px) {
    .home .primary-menu .sub-menu {
        position: static;
        transform: none;
    }
}

/* GVE Real DOM Premium Dropdowns */
@media (min-width: 900px) {
    .home .site-header__navigation {
        height: 0 !important;
        min-height: 0 !important;
        overflow: visible !important;
        margin: 0 !important;
        padding: 0 !important;
        position: relative;
        z-index: 50;
    }

    .home .site-header__navigation .gve-nav {
        position: absolute;
        top: -54px;
        right: 0;
        width: auto;
        height: 40px;
        overflow: visible;
    }

    .home .gve-nav__list {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center;
        justify-content: flex-end;
        gap: clamp(0.15rem, 0.45vw, 0.55rem);
        width: auto !important;
        height: 40px !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
        overflow: visible !important;
    }

    .home .gve-nav__list > li {
        position: relative !important;
        display: block !important;
        width: auto !important;
        height: 40px !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }

    .home .gve-nav__list > li > a {
        display: inline-flex !important;
        align-items: center;
        gap: 0.38rem;
        height: 40px;
        padding: 0.45rem 0.55rem !important;
        white-space: nowrap;
        font-size: clamp(0.72rem, 0.78vw, 0.82rem) !important;
        line-height: 1 !important;
    }

    .home .gve-nav__list .sub-menu {
        position: absolute !important;
        top: calc(100% + 0.55rem) !important;
        left: 50% !important;
        z-index: 200 !important;
        display: none !important;
        width: max-content !important;
        min-width: 220px !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0.5rem !important;
        transform: translateX(-50%);
        list-style: none !important;
        border: 1px solid rgba(225, 195, 106, 0.18);
        border-radius: 0.85rem;
        background: rgba(8, 8, 8, 0.98);
        box-shadow: 0 18px 42px rgba(0, 0, 0, 0.42);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        overflow: visible !important;
    }

    .home .gve-nav__list > .menu-item-has-children:hover > .sub-menu,
    .home .gve-nav__list > .menu-item-has-children:focus-within > .sub-menu {
        display: block !important;
    }

    .home .gve-nav__list .sub-menu li {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }

    .home .gve-nav__list .sub-menu li::marker {
        content: "";
    }

    .home .gve-nav__list .sub-menu a {
        display: flex !important;
        align-items: center;
        width: 100% !important;
        min-height: 40px;
        height: auto !important;
        padding: 0.62rem 0.72rem !important;
        border-radius: 0.58rem;
        color: rgba(244, 239, 230, 0.94);
        font-size: 0.8rem !important;
        font-weight: 650;
        line-height: 1.2 !important;
        letter-spacing: 0.01em;
        text-transform: none;
        white-space: nowrap;
        text-decoration: none;
    }

    .home .gve-nav__list .sub-menu a:hover,
    .home .gve-nav__list .sub-menu a:focus-visible {
        background: rgba(199, 162, 74, 0.15);
        color: #f5d977;
        outline: none;
    }

    .home .gve-nav__list > .menu-item-has-children > a::after {
        content: "";
        display: inline-block;
        width: 0.38rem;
        height: 0.38rem;
        margin-left: 0.08rem;
        border-right: 1.5px solid currentColor;
        border-bottom: 1.5px solid currentColor;
        transform: translateY(-0.12rem) rotate(45deg);
        opacity: 0.7;
        transition: transform 160ms ease;
    }

    .home .gve-nav__list > .menu-item-has-children:hover > a::after,
    .home .gve-nav__list > .menu-item-has-children:focus-within > a::after {
        transform: translateY(0.08rem) rotate(225deg);
    }
}

/* GVE Premium Homepage Canvas Final */
@media (min-width: 768px) {
	.home {
		--gve-home-canvas-width: min(calc(100vw - clamp(2rem, 3vw, 3.75rem)), 1860px);
	}

	.home .gve-home {
		gap: clamp(1.45rem, 2vw, 2.25rem);
	}

	.home .gve-container,
	.home main .gve-container,
	.home .home-section .gve-container,
	.home .gve-section .gve-container,
	.home .gve-home-section .gve-container,
	.home .gve-live-tv .gve-container {
		width: var(--gve-home-canvas-width) !important;
		max-width: 1860px !important;
	}

	.home .gve-home-section--hero {
		padding-top: clamp(0.35rem, 0.55vw, 0.85rem);
	}

	.home .gve-hero__inner {
		gap: clamp(0.65rem, 1vw, 1.05rem);
		padding-block: clamp(0.5rem, 0.9vw, 1rem) clamp(0.15rem, 0.3vw, 0.45rem);
		padding-inline: clamp(0.45rem, 0.8vw, 0.95rem);
	}

	.home .gve-hero__slide-grid {
		grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
		gap: clamp(0.65rem, 1vw, 1.05rem);
		padding-block: clamp(0.45rem, 0.8vw, 0.9rem) clamp(0.1rem, 0.25vw, 0.35rem);
		padding-inline: clamp(0.45rem, 0.8vw, 0.95rem);
	}

	.home .gve-hero__viewport,
	.home .gve-hero__slides,
	.home .gve-hero__slide {
		width: 100% !important;
		max-width: none !important;
	}

	.home .gve-hero__copy {
		width: min(36rem, 38%) !important;
		max-width: 36rem !important;
		padding-left: clamp(0.45rem, 0.8vw, 1.1rem) !important;
	}

	.home .gve-hero__title {
		max-width: 11.5ch !important;
		font-size: clamp(2.35rem, 2.8vw, 3.55rem) !important;
	}

	.home .gve-hero__description {
		max-width: 34rem !important;
		font-size: clamp(0.94rem, 0.98vw, 1.05rem) !important;
		line-height: 1.55;
	}

	.home .gve-hero__media-shell,
	.home .gve-hero__media,
	.home .gve-hero__media-card,
	.home .gve-hero__media-surface,
	.home .gve-hero__video-wrap {
		width: 100% !important;
		max-width: none !important;
	}

	.home .gve-home-section--featured-events {
		padding-top: clamp(0.15rem, 0.35vw, 0.5rem);
	}

	.home .gve-home-section--featured-events .gve-section-header,
	.home .gve-home-section--sponsors .gve-section-header {
		max-width: 56rem;
	}

	.home .gve-home-section--featured-events .gve-section-header__title {
		font-size: clamp(2.25rem, 3.4vw, 3.7rem);
	}

	.home .gve-home-section--featured-events .gve-section-header__description {
		max-width: 48rem;
		line-height: 1.58;
	}

	.home .gve-home-stories {
		padding: clamp(2.4rem, 3.5vw, 4.5rem) 0 clamp(1.1rem, 1.8vw, 1.9rem);
	}

	.home .gve-home-stories__header {
		grid-template-columns: minmax(0, 1.12fr) minmax(18rem, 30rem);
		gap: clamp(1.1rem, 2vw, 2rem);
		margin-bottom: clamp(1.15rem, 1.8vw, 2rem);
	}

	.home .gve-home-stories__intro {
		max-width: 34rem;
	}

	.home .gve-home-stories__layout {
		grid-template-columns: minmax(0, 1.66fr) minmax(20rem, 0.94fr);
		gap: clamp(0.9rem, 1.5vw, 1.7rem);
	}

	.home .gve-home-story--lead {
		min-height: 0;
	}

	.home .gve-home-story--lead .gve-home-story__media {
		min-height: 28rem;
	}

	.home .gve-home-story--support {
		grid-template-columns: minmax(10rem, 0.92fr) minmax(0, 1.08fr);
		min-height: 12rem;
	}

	.home .gve-home-story--support .gve-home-story__media {
		min-height: 12rem;
	}

	.home .gve-home-story--support .gve-home-story__content {
		padding: 1.1rem 1.15rem;
	}

	.home .gve-home-story--support .gve-home-story__title {
		font-size: clamp(1.18rem, 1.5vw, 1.6rem);
	}

	.home .gve-home-section--talent-empowerment {
		padding-block: clamp(1.35rem, 2.2vw, 3rem) clamp(2.5rem, 4.2vw, 5rem);
	}

	.home .gve-empowerment-panel {
		gap: clamp(1.35rem, 2.5vw, 2.6rem);
		padding: clamp(1.35rem, 2.6vw, 3rem);
	}

	.home .gve-empowerment-panel__title {
		max-width: 13ch;
	}

	.home .gve-empowerment-panel__description {
		max-width: 58ch;
		margin-top: 1rem;
	}

	.home .gve-empowerment-panel__actions {
		margin-top: 1.35rem;
	}

	.home .gve-home-section--footer-cta {
		padding-top: clamp(0.2rem, 0.5vw, 0.7rem);
	}

	.home .gve-footer-cta {
		padding: clamp(1.65rem, 2.6vw, 2.8rem);
	}

	.home .gve-live-tv {
		padding: clamp(0.85rem, 1.4vw, 1.7rem) 0 clamp(1.8rem, 3vw, 3.4rem);
	}

	.home .gve-live-tv__shell {
		border-radius: clamp(1.1rem, 1.8vw, 1.8rem);
	}
}

@media (min-width: 1200px) {
	body.home .site-header .gve-nav__list > li > a {
		font-size: 13px !important;
		line-height: 1.2 !important;
	}
}

@media (min-width: 1600px) {
	.home .gve-home {
		gap: clamp(1.35rem, 1.9vw, 2.15rem);
	}

	.home .gve-hero__inner {
		padding-bottom: 0;
	}

	.home .gve-hero__slide-grid {
		padding-bottom: 0;
	}
}

/* GVE Audit Mobile Type Polish */
@media (max-width: 899px) {
	.home .gve-hero__eyebrow {
		font-size: 0.76rem !important;
		line-height: 1.2 !important;
		letter-spacing: 0.085em !important;
	}

	.gve-event-badge,
	.gve-event-badge--coming-soon,
	.gve-event-badge--coming_soon {
		font-size: 0.78rem !important;
		line-height: 1.15 !important;
	}
}

/* GVE Final Release QA Hero Type Polish */
.home .gve-hero__eyebrow {
	font-size: max(0.75rem, 12px) !important;
	line-height: 1.2 !important;
}

/* GVE Final Homepage Nav Cascade Lock */
@media (min-width: 900px) {
	body.home .site-header .gve-nav__list > li > a {
		font-size: 13px !important;
		line-height: 1.2 !important;
	}
}

/* GVE Premium Featured Stories Section */
.gve-home-stories {
	padding: clamp(2.8rem, 4vw, 5rem) 0 clamp(1.4rem, 2vw, 2.2rem);
}

.gve-home-stories__header {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(18rem, 30rem);
	gap: clamp(1.1rem, 2vw, 2rem);
	align-items: end;
	margin-bottom: clamp(1.5rem, 2.4vw, 2.6rem);
}

.gve-home-stories__intro {
	margin: 0;
	color: rgba(245, 239, 225, 0.72);
	font-size: clamp(1rem, 1.2vw, 1.12rem);
	line-height: 1.7;
}

.gve-home-stories__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.66fr) minmax(20rem, 0.94fr);
	gap: clamp(1rem, 1.8vw, 2rem);
}

.gve-home-story {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(214, 175, 75, 0.24);
	border-radius: 1.6rem;
	background: linear-gradient(145deg, rgba(29, 25, 17, 0.96), rgba(8, 8, 8, 0.98));
	box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.22);
}

.gve-home-story__media {
	position: relative;
	display: block;
	overflow: hidden;
	background: #111;
}

.gve-home-story__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 420ms ease;
}

.gve-home-story:hover .gve-home-story__image {
	transform: scale(1.025);
}

.gve-home-story__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 35%, rgba(0, 0, 0, 0.52) 100%);
	pointer-events: none;
}

.gve-home-story__content {
	padding: clamp(1.25rem, 2vw, 1.9rem);
}

.gve-home-story__kickers {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.6rem;
	margin-bottom: 0.85rem;
}

.gve-home-story__badge,
.gve-home-story__category {
	display: inline-flex;
	align-items: center;
	min-height: 1.75rem;
	padding: 0.28rem 0.65rem;
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.gve-home-story__badge {
	background: #d6af4b;
	color: #0d0b07;
}

.gve-home-story__category {
	border: 1px solid rgba(214, 175, 75, 0.32);
	color: #e5c96d;
	background: rgba(214, 175, 75, 0.07);
}

.gve-home-story__title {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1.06;
}

.gve-home-story__title a {
	color: #f7f0df;
	text-decoration: none;
}

.gve-home-story__excerpt {
	margin: 1rem 0 0;
	max-width: 46rem;
	color: rgba(245, 239, 225, 0.76);
	line-height: 1.7;
}

.gve-home-story__link {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	margin-top: 1.1rem;
	color: #e8ca6b;
	font-weight: 800;
	text-decoration: none;
}

.gve-home-story--lead {
	display: grid;
	grid-template-rows: minmax(24rem, 1fr) auto;
	min-height: 0;
}

.gve-home-story--lead .gve-home-story__media {
	min-height: 24rem;
}

.gve-home-story--lead .gve-home-story__title {
	font-size: clamp(2rem, 3vw, 3.35rem);
}

.gve-home-stories__supporting {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(0.9rem, 1.6vw, 1.35rem);
}

.gve-home-story--support {
	display: grid;
	grid-template-columns: minmax(10rem, 0.92fr) minmax(0, 1.08fr);
	min-height: 12rem;
}

.gve-home-story--support .gve-home-story__media {
	min-height: 12rem;
}

.gve-home-story--support .gve-home-story__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.gve-home-story--support .gve-home-story__title {
	font-size: clamp(1.18rem, 1.5vw, 1.6rem);
}

.gve-home-story--support .gve-home-story__link {
	margin-top: 0.9rem;
}

@media (max-width: 1050px) {
	.gve-home-stories__header,
	.gve-home-stories__layout {
		grid-template-columns: 1fr;
	}

	.gve-home-stories__supporting {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gve-home-story--support {
		grid-template-columns: 1fr;
	}

	.gve-home-story--support .gve-home-story__media {
		aspect-ratio: 16 / 10;
		min-height: 0;
	}
}

@media (max-width: 700px) {
	.gve-home-stories {
		padding: 3.25rem 0 1.5rem;
	}

	.gve-home-stories__supporting {
		grid-template-columns: 1fr;
	}

	.gve-home-story--lead {
		grid-template-rows: auto auto;
		min-height: 0;
	}

	.gve-home-story--lead .gve-home-story__media {
		aspect-ratio: 4 / 5;
		min-height: 0;
	}

	.gve-home-story--lead .gve-home-story__title {
		font-size: clamp(1.85rem, 9vw, 2.65rem);
	}

	.gve-home-story__content {
		padding: 1.25rem;
	}
}
