/**
 * Chesaalula discovery hero — homepage is the visual reference.
 * Detail heroes inherit the same image proportion stack (full-bleed cover, scrim, rhythm).
 * Loads after page CSS via functions.php priority 26.
 */

/* Detail hero gallery timing (N slides → cycle ≈ N × slide duration; see keyframes for 2- and 3-slide math). */
:root {
	--vk-hero-slide-duration: 5s;
	--vk-hero-fade-duration: 1.4s;
}

body.vk-home-page,
body.vk-events-calendar-page,
body.vk-subregion-detail-page,
body.vk-event-detail-page {
	/* Shared cinematic hero tokens — Home, Events calendar, Subregion detail */
	--vk-hero-h-home-desktop: 680px;
	--vk-hero-h-tablet: 480px;
	--vk-hero-h-mobile: 520px;
	--vk-hero-h-mobile-sm: 480px;
	--vk-hero-panel-max: 54rem;
	--vk-hero-panel-padding: clamp(1.75rem, 3vw, 2.75rem);
	--vk-hero-panel-padding-mobile: 1.25rem;
	--vk-hero-panel-radius: 1.5rem;
	--vk-hero-panel-radius-mobile: 1.25rem;
	--vk-hero-inner-padding: clamp(4.5rem, 11vw, 6.25rem);
	--vk-hero-inner-padding-mobile: clamp(5rem, 14vw, 6.25rem) clamp(2rem, 6vw, 2.75rem);
	--vk-hero-title-size: clamp(2.75rem, 4.4vw, 5rem);
	--vk-hero-title-size-mobile: clamp(2.2rem, 8vw, 3.1rem);
	--vk-hero-lead-size: clamp(1.125rem, 1.45vw, 1.4375rem);
	--vk-hero-lead-max: 34rem;
	--vk-hero-meta-size: clamp(0.88rem, 1vw, 0.98rem);
	--vk-hero-badge-size: 0.82rem;
	--vk-hero-cta-size: 1.15rem;
	--vk-hero-cta-size-mobile: 1.05rem;
	--vk-hero-cta-min-h: 58px;
	--vk-hero-actions-gap: 1rem;
	--vk-hero-actions-gap-mobile: 0.75rem;
	--vk-hero-teal: #006d77;
	--vk-hero-coral: #ff6f61;
	--vk-hero-content-max: min(40rem, 100%);
	--vk-hero-title-max: min(34rem, 100%);
	--vk-hero-lead-max-legacy: min(28rem, 100%);
	--vk-hero-focal: center center;
	--vk-hero-scrim-h: linear-gradient(
		90deg,
		rgba(15, 23, 42, 0.32) 0%,
		rgba(15, 23, 42, 0.14) 28%,
		rgba(15, 23, 42, 0.04) 52%,
		transparent 100%
	);
	--vk-hero-scrim-v: linear-gradient(
		180deg,
		transparent 0%,
		transparent 72%,
		rgba(15, 23, 42, 0.1) 100%
	);
	--vk-hero-scrim-mobile-v: linear-gradient(
		180deg,
		transparent 0%,
		transparent 100%
	);
	--vk-hero-scrim-mobile-h: linear-gradient(
		90deg,
		rgba(15, 23, 42, 0.28) 0%,
		rgba(15, 23, 42, 0.1) 40%,
		transparent 100%
	);
	--vk-hero-padding-block: clamp(4.5rem, 11vw, 6.25rem);
	--vk-hero-padding-block-mobile: clamp(5rem, 14vw, 6.25rem) clamp(2rem, 6vw, 2.75rem);
}

body.vk-subregion-detail-page,
body.vk-event-detail-page {
	--vk-hero-h-detail-desktop: var(--vk-hero-h-home-desktop);
	--vk-hero-h-mobile-min: var(--vk-hero-h-mobile);
	--vk-hero-detail-content-max: var(--vk-hero-panel-max);
	--vk-hero-detail-title-max: var(--vk-hero-panel-max);
	--vk-hero-detail-padding-block: var(--vk-hero-inner-padding);
	--vk-hero-detail-padding-top-mobile: clamp(5rem, 14vw, 6.25rem);
	--vk-hero-detail-padding-bottom-mobile: clamp(2.75rem, 10vw, 3.5rem);
	--vk-hero-detail-scrim-h: var(--vk-hero-scrim-h);
	--vk-hero-detail-scrim-v: var(--vk-hero-scrim-v);
	--vk-hero-detail-scrim-mobile-v: var(--vk-hero-scrim-mobile-v);
	--vk-hero-detail-scrim-mobile-h: var(--vk-hero-scrim-mobile-h);
}

/* -------------------------------------------------------------------------
   Shared backdrop + image stack (matches homepage .vk-home-hero-bg-img)
   ------------------------------------------------------------------------- */
body.vk-home-page #primary.vk-home .vk-home-hero-bg,
body.vk-home-page #primary.vk-home .vk-home-hero__backdrop,
body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__backdrop,
body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__backdrop {
	background: #0f172a;
}

body.vk-home-page #primary.vk-home .vk-home-hero-bg-img,
body.vk-home-page #primary.vk-home .vk-home-hero-bg .vk-home-hero-bg-img,
body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__bg-img,
body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__bg-img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100% !important;
	height: 100% !important;
	min-height: 100% !important;
	margin: 0 !important;
	object-fit: cover;
	object-position: var(--vk-hero-focal);
}

body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__bg-placeholder,
body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__bg-placeholder {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

body.vk-home-page #primary.vk-home .vk-home-hero__scrim {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: var(--vk-hero-scrim-h);
}

body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__scrim {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: var(--vk-hero-detail-scrim-h), var(--vk-hero-detail-scrim-v);
}

body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__scrim {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: var(--vk-hero-detail-scrim-h), var(--vk-hero-detail-scrim-v);
}

/* -------------------------------------------------------------------------
   Homepage hero (reference dimensions — unchanged rhythm)
   ------------------------------------------------------------------------- */
body.vk-home-page #primary.vk-home .vk-home-hero--cinematic {
	min-height: var(--vk-hero-h-home-desktop);
}

body.vk-home-page #primary.vk-home .vk-home-hero--cinematic .vk-home-container {
	min-height: inherit;
	padding-block: var(--vk-hero-padding-block);
}

body.vk-home-page #primary.vk-home .vk-home-hero__content {
	max-width: var(--vk-hero-content-max);
}

/* Homepage hero typography — vk-chesaalula-home.css (TASK 01.2 single source) */

/* -------------------------------------------------------------------------
   Detail discovery hero — premium left-center stack (subregion + event)
   ------------------------------------------------------------------------- */
body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero--discovery,
body.vk-event-detail-page #primary.vk-detail .vk-detail-hero--discovery {
	min-height: var(--vk-hero-h-detail-desktop);
	height: auto;
	padding: 0;
	max-width: 100%;
	overflow-x: clip;
}

body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero--territory {
	display: flex;
	align-items: center;
}

body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__inner,
body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__inner {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	min-height: inherit;
	padding-block: var(--vk-hero-detail-padding-block);
	padding-bottom: max(var(--vk-hero-detail-padding-block), 2.5rem);
	box-sizing: border-box;
}

body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero--territory .vk-detail-hero__inner {
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
	justify-items: start;
}

body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__content,
body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: clamp(0.45rem, 1.15vw, 0.7rem);
	max-width: var(--vk-hero-detail-content-max);
	width: 100%;
}

body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__content .vk-detail-eyebrow,
body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__content .vk-detail-eyebrow {
	margin: 0;
	padding: 0;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.35;
	color: rgba(255, 252, 247, 0.96);
	background: transparent;
	border: none;
	border-radius: 0;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	box-shadow: none;
	text-shadow: 0 1px 14px rgba(15, 23, 42, 0.45);
}

body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__content .vk-detail-eyebrow__link,
body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__content .vk-detail-eyebrow__link {
	color: #d4f7fa;
	text-shadow: 0 1px 8px rgba(15, 23, 42, 0.35);
}

body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__content .vk-detail-eyebrow__region,
body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__content .vk-detail-eyebrow__region {
	color: #fff;
}

body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__content .vk-detail-eyebrow__sep,
body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__content .vk-detail-eyebrow__sep {
	opacity: 0.65;
	color: rgba(255, 252, 247, 0.75);
}

body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__title,
body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__title {
	margin: 0;
	max-width: var(--vk-hero-detail-title-max);
	font-size: clamp(2rem, 4.6vw, 3.55rem);
	line-height: 1.07;
	letter-spacing: -0.02em;
	overflow-wrap: anywhere;
	word-wrap: break-word;
	hyphens: auto;
}

body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__title::after,
body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__title::after {
	margin-top: clamp(0.55rem, 1.4vw, 0.75rem);
}

body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__content .vk-detail-focus,
body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__content .vk-detail-focus {
	margin: 0;
	max-width: var(--vk-hero-detail-content-max);
	font-size: clamp(1.02rem, 1.85vw, 1.22rem);
	line-height: 1.38;
}

body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__content .vk-detail-summary,
body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__content .vk-detail-summary {
	margin: 0;
	max-width: var(--vk-hero-detail-content-max);
	font-size: clamp(0.98rem, 1.55vw, 1.12rem);
	line-height: 1.62;
	color: rgba(255, 252, 247, 0.94);
	text-shadow: 0 1px 14px rgba(15, 23, 42, 0.42);
}

body.vk-event-detail-page #primary.vk-detail .vk-detail-event-descriptor {
	margin: 0;
	max-width: var(--vk-hero-detail-content-max);
	font-size: clamp(0.98rem, 1.5vw, 1.08rem);
	line-height: 1.45;
	font-weight: 600;
	letter-spacing: 0.01em;
	color: rgba(255, 252, 247, 0.92);
	text-shadow: 0 1px 12px rgba(15, 23, 42, 0.4);
}

body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__content .vk-detail-event-status,
body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__content .vk-detail-event-status {
	margin: 0;
	gap: 0.45rem 0.65rem;
}

body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__content .vk-detail-event-status__season,
body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__content .vk-detail-event-status__season {
	color: rgba(255, 252, 247, 0.95);
	text-shadow: 0 1px 12px rgba(15, 23, 42, 0.4);
}

body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__content .vk-detail-event-status__badge,
body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__content .vk-detail-event-status__badge {
	background: rgba(255, 183, 3, 0.92);
	color: var(--vk-d-midnight, #0f172a);
	box-shadow: 0 2px 10px rgba(15, 23, 42, 0.2);
}

body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__content .vk-detail-event-dates,
body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__content .vk-detail-event-dates {
	margin: 0;
	font-size: clamp(0.92rem, 1.4vw, 1.02rem);
	font-weight: 600;
	color: rgba(255, 252, 247, 0.9);
	text-shadow: 0 1px 12px rgba(15, 23, 42, 0.4);
}

body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__chips,
body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__chips {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: clamp(0.25rem, 0.8vw, 0.45rem) 0 0;
	gap: 0.45rem;
	padding: 0;
	list-style: none;
	max-width: var(--vk-hero-detail-content-max);
}

body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__chips .vk-detail-chip,
body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__chips .vk-detail-chip {
	padding: 0.42rem 0.9rem;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	color: #fff;
	background: rgba(255, 255, 255, 0.22);
	border: 1px solid rgba(255, 255, 255, 0.42);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: 0 2px 14px rgba(15, 23, 42, 0.28);
	text-shadow: 0 1px 8px rgba(15, 23, 42, 0.35);
}

body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__chips .vk-detail-chip--accent,
body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__chips .vk-detail-chip--accent {
	background: rgba(0, 109, 119, 0.88);
	border-color: rgba(184, 240, 244, 0.5);
}

body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__cta-wrap,
body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__cta-wrap {
	flex-shrink: 0;
	margin: clamp(0.85rem, 2.2vw, 1.25rem) 0 0;
	padding: 0;
}

body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__cta-wrap .vk-detail-btn--hero,
body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__cta-wrap .vk-detail-btn--hero {
	min-height: 48px;
	padding: 0.62rem 1.45rem;
	font-size: 0.76rem;
	letter-spacing: 0.06em;
	box-shadow: 0 8px 28px rgba(15, 23, 42, 0.32);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

body.vk-subregion-detail-page #primary.vk-detail .vk-detail-cta-arrow,
body.vk-event-detail-page #primary.vk-detail .vk-detail-cta-arrow {
	margin-left: 0.55rem;
	display: inline-block;
	transform: translateY(-0.5px);
}

body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__cta-wrap .vk-detail-btn--hero:hover,
body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__cta-wrap .vk-detail-btn--hero:focus-visible,
body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__cta-wrap .vk-detail-btn--hero:hover,
body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__cta-wrap .vk-detail-btn--hero:focus-visible {
	box-shadow: 0 10px 32px rgba(15, 23, 42, 0.38);
	transform: translateY(-1px);
}

/* -------------------------------------------------------------------------
   Tablet (768–991px)
   ------------------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 991px) {
	body.vk-home-page #primary.vk-home .vk-home-hero--cinematic,
	body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero--discovery,
	body.vk-event-detail-page #primary.vk-detail .vk-detail-hero--discovery {
		min-height: var(--vk-hero-h-tablet);
	}

	body.vk-home-page #primary.vk-home .vk-home-hero--cinematic .vk-home-container,
	body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__inner,
	body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__inner {
		padding-block: clamp(4.5rem, 11vh, 5.75rem);
		padding-bottom: max(clamp(4.5rem, 11vh, 5.75rem), 2.25rem);
	}
}

/* -------------------------------------------------------------------------
   Mobile (≤767px)
   ------------------------------------------------------------------------- */
@media (max-width: 767px) {
	body.vk-home-page #primary.vk-home .vk-home-hero__scrim {
		background: var(--vk-hero-scrim-mobile-h);
	}

	body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__scrim {
		background: var(--vk-hero-detail-scrim-mobile-v), var(--vk-hero-detail-scrim-mobile-h);
	}

	body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__scrim {
		background: var(--vk-hero-detail-scrim-mobile-v), var(--vk-hero-detail-scrim-mobile-h);
	}

	body.vk-home-page #primary.vk-home .vk-home-hero--cinematic {
		min-height: var(--vk-hero-h-mobile);
	}

	body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero--discovery,
	body.vk-event-detail-page #primary.vk-detail .vk-detail-hero--discovery {
		min-height: var(--vk-hero-h-mobile-min);
		height: auto;
	}

	body.vk-home-page #primary.vk-home .vk-home-hero--cinematic .vk-home-container {
		min-height: inherit;
		padding-block: var(--vk-hero-padding-block-mobile);
	}

	body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__inner,
	body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__inner {
		min-height: inherit;
		align-items: center;
		padding-top: var(--vk-hero-detail-padding-top-mobile);
		padding-bottom: var(--vk-hero-detail-padding-bottom-mobile);
	}

	body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__title,
	body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__title {
		max-width: 100%;
		font-size: clamp(1.85rem, 7.5vw, 2.65rem);
		line-height: 1.1;
	}

	body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__cta-wrap .vk-detail-btn--hero,
	body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__cta-wrap .vk-detail-btn--hero {
		width: auto;
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__title,
	body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__title {
		font-size: clamp(2.15rem, 3.4vw, 3.65rem);
		line-height: 1.06;
	}
}

/* -------------------------------------------------------------------------
   Hero gallery — CSS-only slow crossfade + subtle zoom (no controls)
   ------------------------------------------------------------------------- */
body.vk-subregion-detail-page #primary.vk-detail .vk-discovery-hero__media,
body.vk-event-detail-page #primary.vk-detail .vk-discovery-hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	pointer-events: none;
	background-color: #05070b;
}

body.vk-subregion-detail-page #primary.vk-detail .vk-discovery-hero__slide,
body.vk-event-detail-page #primary.vk-detail .vk-discovery-hero__slide {
	position: absolute;
	inset: 0;
	background-color: #0f172a;
	background-size: cover;
	background-position: var(--vk-hero-focal, center center);
	background-repeat: no-repeat;
	opacity: 0;
	transform: scale(1.02);
	transform-origin: center center;
	will-change: opacity, transform;
}

/* One slide (gallery or single resolved URL): static, no motion */
body.vk-subregion-detail-page #primary.vk-detail .vk-discovery-hero__media--count-1 .vk-discovery-hero__slide,
body.vk-event-detail-page #primary.vk-detail .vk-discovery-hero__media--count-1 .vk-discovery-hero__slide {
	opacity: 1;
}

/* Ensure the first image is visible immediately (pre-animation paint). */
body.vk-subregion-detail-page #primary.vk-detail .vk-discovery-hero__slide:first-child,
body.vk-event-detail-page #primary.vk-detail .vk-discovery-hero__slide:first-child {
	opacity: 1;
}

/* Shared crossfade keyframe (use staggered delays per slide). */
@keyframes vkHeroCrossfade {
	0% {
		opacity: 0;
		transform: scale(1.02);
	}

	8% {
		opacity: 1;
	}

	33% {
		opacity: 1;
		transform: scale(1.055);
	}

	45% {
		opacity: 0;
		transform: scale(1.075);
	}

	100% {
		opacity: 0;
		transform: scale(1.08);
	}
}

body.vk-subregion-detail-page #primary.vk-detail .vk-discovery-hero__media--count-3 .vk-discovery-hero__slide,
body.vk-event-detail-page #primary.vk-detail .vk-discovery-hero__media--count-3 .vk-discovery-hero__slide {
	animation-name: vkHeroCrossfade;
	animation-duration: calc(3 * var(--vk-hero-slide-duration));
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-fill-mode: both;
}

body.vk-subregion-detail-page #primary.vk-detail .vk-discovery-hero__media--count-3 .vk-discovery-hero__slide:nth-child(1),
body.vk-event-detail-page #primary.vk-detail .vk-discovery-hero__media--count-3 .vk-discovery-hero__slide:nth-child(1) {
	animation-delay: 0s;
}

body.vk-subregion-detail-page #primary.vk-detail .vk-discovery-hero__media--count-3 .vk-discovery-hero__slide:nth-child(2),
body.vk-event-detail-page #primary.vk-detail .vk-discovery-hero__media--count-3 .vk-discovery-hero__slide:nth-child(2) {
	animation-delay: var(--vk-hero-slide-duration);
}

body.vk-subregion-detail-page #primary.vk-detail .vk-discovery-hero__media--count-3 .vk-discovery-hero__slide:nth-child(3),
body.vk-event-detail-page #primary.vk-detail .vk-discovery-hero__media--count-3 .vk-discovery-hero__slide:nth-child(3) {
	animation-delay: calc(2 * var(--vk-hero-slide-duration));
}

body.vk-subregion-detail-page #primary.vk-detail .vk-discovery-hero__media--count-2 .vk-discovery-hero__slide:nth-child(1),
body.vk-event-detail-page #primary.vk-detail .vk-discovery-hero__media--count-2 .vk-discovery-hero__slide:nth-child(1) {
	animation: vkHeroCrossfade calc(2 * var(--vk-hero-slide-duration)) ease-in-out infinite;
	animation-delay: 0s;
	animation-fill-mode: both;
}

body.vk-subregion-detail-page #primary.vk-detail .vk-discovery-hero__media--count-2 .vk-discovery-hero__slide:nth-child(2),
body.vk-event-detail-page #primary.vk-detail .vk-discovery-hero__media--count-2 .vk-discovery-hero__slide:nth-child(2) {
	animation: vkHeroCrossfade calc(2 * var(--vk-hero-slide-duration)) ease-in-out infinite;
	animation-delay: calc(-1 * var(--vk-hero-slide-duration));
	animation-fill-mode: both;
}

@media (prefers-reduced-motion: reduce) {
	body.vk-subregion-detail-page #primary.vk-detail .vk-discovery-hero__slide,
	body.vk-event-detail-page #primary.vk-detail .vk-discovery-hero__slide {
		animation: none !important;
		opacity: 0;
		transform: none !important;
		will-change: auto;
	}

	body.vk-subregion-detail-page #primary.vk-detail .vk-discovery-hero__slide:first-child,
	body.vk-event-detail-page #primary.vk-detail .vk-discovery-hero__slide:first-child {
		opacity: 1;
	}
}

/*
 * Mobile / low-end Android: disable crossfade (keyframes start at opacity:0; broken animation = blank hero).
 */
@media (max-width: 991px) {
	body.vk-subregion-detail-page #primary.vk-detail .vk-discovery-hero__media--count-2 .vk-discovery-hero__slide,
	body.vk-event-detail-page #primary.vk-detail .vk-discovery-hero__media--count-2 .vk-discovery-hero__slide,
	body.vk-subregion-detail-page #primary.vk-detail .vk-discovery-hero__media--count-3 .vk-discovery-hero__slide,
	body.vk-event-detail-page #primary.vk-detail .vk-discovery-hero__media--count-3 .vk-discovery-hero__slide {
		animation: none !important;
		opacity: 0 !important;
		transform: none !important;
		will-change: auto;
	}

	body.vk-subregion-detail-page #primary.vk-detail .vk-discovery-hero__media--count-2 .vk-discovery-hero__slide:first-child,
	body.vk-event-detail-page #primary.vk-detail .vk-discovery-hero__media--count-2 .vk-discovery-hero__slide:first-child,
	body.vk-subregion-detail-page #primary.vk-detail .vk-discovery-hero__media--count-3 .vk-discovery-hero__slide:first-child,
	body.vk-event-detail-page #primary.vk-detail .vk-discovery-hero__media--count-3 .vk-discovery-hero__slide:first-child {
		opacity: 1 !important;
	}
}

/* -------------------------------------------------------------------------
   Unified discovery hero panel — Home + Events calendar + Subregion + Event detail
   Single source for panel size, typography, CTAs, and inner layout.
   ------------------------------------------------------------------------- */

/* Section shell — equal height and vertical centering */
body.vk-home-page #primary.vk-home .vk-home-hero--cinematic,
body.vk-events-calendar-page #primary.vk-detail .vk-events-calendar-hero--cinematic,
body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero--territory,
body.vk-event-detail-page #primary.vk-detail .vk-detail-hero--territory {
	min-height: var(--vk-hero-h-home-desktop);
	display: flex;
	align-items: center;
}

/* Inner wrapper — left-aligned panel position */
body.vk-home-page #primary.vk-home .vk-home-hero--cinematic .vk-home-container,
body.vk-events-calendar-page #primary.vk-detail .vk-events-calendar-hero__inner,
body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero--territory .vk-detail-hero__inner,
body.vk-event-detail-page #primary.vk-detail .vk-detail-hero--territory .vk-detail-hero__inner {
	position: relative;
	z-index: 2;
	width: 100%;
	min-height: inherit;
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
	justify-items: start;
	padding-block: var(--vk-hero-inner-padding);
	box-sizing: border-box;
}

body.vk-home-page #primary.vk-home .vk-home-hero--cinematic .vk-home-container {
	grid-template-columns: 1fr;
}

/* Glass panel — identical dimensions on all discovery heroes */
body.vk-home-page #primary.vk-home .vk-home-hero--cinematic .vk-home-hero__content,
body.vk-events-calendar-page #primary.vk-detail .vk-events-calendar-hero__panel,
body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero--territory .vk-detail-hero__panel,
body.vk-event-detail-page #primary.vk-detail .vk-detail-hero--territory .vk-detail-hero__panel {
	width: min(100%, var(--vk-hero-panel-max));
	max-width: var(--vk-hero-panel-max);
	padding: var(--vk-hero-panel-padding);
	border-radius: var(--vk-hero-panel-radius);
	background: linear-gradient(
		135deg,
		rgba(15, 23, 42, 0.82) 0%,
		rgba(15, 23, 42, 0.7) 62%,
		rgba(15, 23, 42, 0.58) 100%
	);
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 28px 70px rgba(15, 23, 42, 0.34);
	color: #fff;
}

body.vk-home-page #primary.vk-home .vk-home-hero--cinematic .vk-home-hero__content {
	grid-column: 1;
	align-self: center;
	justify-self: start;
}

/* Breadcrumb — Events calendar + detail pages */
body.vk-events-calendar-page .vk-events-calendar-breadcrumb__list,
body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__breadcrumb-list,
body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__breadcrumb-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem 0.45rem;
	list-style: none;
	margin: 0 0 0.65rem;
	padding: 0;
	font-size: 0.72rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.52);
}

body.vk-events-calendar-page .vk-events-calendar-breadcrumb__item:not(:last-child)::after,
body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__breadcrumb-item:not(:last-child)::after,
body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__breadcrumb-item:not(:last-child)::after {
	content: "›";
	margin-left: 0.4rem;
	opacity: 0.5;
}

body.vk-events-calendar-page .vk-events-calendar-breadcrumb__item a,
body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__breadcrumb-item a,
body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__breadcrumb-item a {
	color: inherit;
	text-decoration: none;
}

body.vk-events-calendar-page .vk-events-calendar-breadcrumb__item a:hover,
body.vk-events-calendar-page .vk-events-calendar-breadcrumb__item a:focus-visible,
body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__breadcrumb-item a:hover,
body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__breadcrumb-item a:focus-visible,
body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__breadcrumb-item a:hover,
body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__breadcrumb-item a:focus-visible {
	color: rgba(255, 255, 255, 0.78);
	text-decoration: underline;
}

body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__breadcrumb-item[aria-current="page"],
body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__breadcrumb-item[aria-current="page"] {
	color: rgba(255, 255, 255, 0.72);
}

/* Territorial badge / eyebrow */
body.vk-home-page #primary.vk-home .vk-home-hero--cinematic .vk-home-eyebrow,
body.vk-events-calendar-page .vk-events-calendar-hero__eyebrow,
body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__badge,
body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin: 0 0 0.75rem;
	padding: 0.62rem 1.05rem;
	font-size: var(--vk-hero-badge-size);
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
}

body.vk-home-page #primary.vk-home .vk-home-hero--cinematic .vk-home-eyebrow::before,
body.vk-events-calendar-page .vk-events-calendar-hero__eyebrow::before,
body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__badge::before,
body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__badge::before {
	content: "";
	width: 0.48rem;
	height: 0.48rem;
	border-radius: 50%;
	background: var(--vk-hero-coral);
	flex-shrink: 0;
}

body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__badge-link,
body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__badge-text,
body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__badge-link,
body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__badge-text {
	color: inherit;
	text-decoration: none;
}

body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__badge-link:hover,
body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__badge-link:focus-visible,
body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__badge-link:hover,
body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__badge-link:focus-visible {
	text-decoration: underline;
}

/* Title */
body.vk-home-page #primary.vk-home .vk-home-hero--cinematic .vk-home-headline,
body.vk-events-calendar-page .vk-events-calendar-hero__title,
body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero--territory .vk-detail-hero__title,
body.vk-event-detail-page #primary.vk-detail .vk-detail-hero--territory .vk-detail-hero__title {
	margin: 0 0 1.25rem;
	max-width: 100%;
	font-size: var(--vk-hero-title-size);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -0.025em;
	color: #fffdf7;
	text-shadow: 0 1px 18px rgba(15, 23, 42, 0.22);
}

body.vk-home-page #primary.vk-home .vk-home-hero--cinematic .vk-home-headline__line {
	display: block;
}

body.vk-home-page #primary.vk-home .vk-home-hero--cinematic .vk-home-headline::after,
body.vk-events-calendar-page .vk-events-calendar-hero__title::after,
body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero--territory .vk-detail-hero__title::after {
	content: "";
	display: block;
	width: 2.25rem;
	height: 2px;
	margin-top: 1rem;
	opacity: 0.85;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--vk-hero-teal), var(--vk-hero-coral));
}

/* Promise / subhead — emotional line */
body.vk-home-page #primary.vk-home .vk-home-hero--cinematic .vk-home-subhead,
body.vk-events-calendar-page .vk-events-calendar-hero__subhead,
body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__subhead,
body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__promise,
body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__promise {
	margin: 0 0 1.25rem;
	max-width: var(--vk-hero-lead-max);
	font-size: var(--vk-hero-lead-size);
	line-height: 1.5;
	font-weight: 400;
	color: rgba(255, 252, 247, 0.92);
	text-shadow: 0 1px 10px rgba(15, 23, 42, 0.18);
}

body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__promise,
body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__promise {
	font-weight: 600;
}

/* Supporting line / meta / discovery tags */
body.vk-events-calendar-page .vk-events-calendar-hero__discovery,
body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__discovery,
body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__lead,
body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__lead {
	margin: 0 0 1.25rem;
	max-width: var(--vk-hero-lead-max);
	font-size: var(--vk-hero-lead-size);
	line-height: 1.5;
	font-weight: 400;
	color: rgba(255, 252, 247, 0.88);
	text-shadow: 0 1px 10px rgba(15, 23, 42, 0.16);
}

body.vk-events-calendar-page .vk-events-calendar-hero__discovery,
body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__discovery {
	font-size: var(--vk-hero-meta-size);
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(255, 252, 247, 0.72);
}

body.vk-events-calendar-page .vk-events-calendar-hero__discovery-sep,
body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__discovery-sep {
	margin-inline: 0.5rem;
	opacity: 0.55;
}

/* Experience chips — detail pages */
body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero--territory .vk-detail-hero__chips,
body.vk-event-detail-page #primary.vk-detail .vk-detail-hero--territory .vk-detail-hero__chips {
	margin: 0 0 1.25rem;
}

/* CTA row — two-column grid; single CTA matches one column width */
body.vk-home-page #primary.vk-home .vk-home-hero__actions,
body.vk-events-calendar-page .vk-events-calendar-hero__actions,
body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__actions,
body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--vk-hero-actions-gap);
	width: 100%;
	max-width: 100%;
	margin: 0;
}

body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__actions--single,
body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__actions--single {
	grid-template-columns: 1fr;
	max-width: calc(50% - (var(--vk-hero-actions-gap) / 2));
}

body.vk-home-page #primary.vk-home .vk-home-hero__cta,
body.vk-events-calendar-page .vk-events-calendar-hero__cta,
body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__cta,
body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__cta {
	width: 100%;
	min-width: 0;
	max-width: none;
	min-height: var(--vk-hero-cta-min-h);
	padding: 1rem 1.25rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.9rem;
	font-size: var(--vk-hero-cta-size);
	font-weight: 850;
	line-height: 1.1;
	letter-spacing: -0.01em;
	text-decoration: none;
	text-align: center;
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease,
		background-color 0.2s ease,
		border-color 0.2s ease,
		color 0.2s ease;
}

body.vk-home-page #primary.vk-home .vk-home-hero__cta--primary,
body.vk-events-calendar-page .vk-events-calendar-hero__cta--primary,
body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__cta--primary,
body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__cta--primary {
	color: #fff;
	text-shadow: 0 1px 8px rgba(15, 23, 42, 0.35);
	background: linear-gradient(135deg, #ff7a59 0%, #ffb347 100%);
	border: 1px solid rgba(255, 255, 255, 0.22);
	box-shadow: 0 8px 20px rgba(255, 111, 97, 0.22);
}

body.vk-home-page #primary.vk-home .vk-home-hero__cta--secondary,
body.vk-events-calendar-page .vk-events-calendar-hero__cta--secondary,
body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__cta--secondary,
body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__cta--secondary {
	color: #fff;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.24);
	box-shadow: none;
}

@media (hover: hover) {
	body.vk-home-page #primary.vk-home .vk-home-hero__cta--primary:hover,
	body.vk-home-page #primary.vk-home .vk-home-hero__cta--primary:focus-visible,
	body.vk-events-calendar-page .vk-events-calendar-hero__cta--primary:hover,
	body.vk-events-calendar-page .vk-events-calendar-hero__cta--primary:focus-visible,
	body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__cta--primary:hover,
	body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__cta--primary:focus-visible,
	body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__cta--primary:hover,
	body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__cta--primary:focus-visible {
		color: #fff;
		transform: translateY(-1px);
		box-shadow: 0 10px 24px rgba(255, 111, 97, 0.3);
	}

	body.vk-home-page #primary.vk-home .vk-home-hero__cta--secondary:hover,
	body.vk-home-page #primary.vk-home .vk-home-hero__cta--secondary:focus-visible,
	body.vk-events-calendar-page .vk-events-calendar-hero__cta--secondary:hover,
	body.vk-events-calendar-page .vk-events-calendar-hero__cta--secondary:focus-visible,
	body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__cta--secondary:hover,
	body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__cta--secondary:focus-visible,
	body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__cta--secondary:hover,
	body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__cta--secondary:focus-visible {
		background: rgba(255, 255, 255, 0.16);
		border-color: rgba(255, 255, 255, 0.36);
		color: #fff;
	}
}

body.vk-home-page #primary.vk-home .vk-home-hero__cta:focus-visible,
body.vk-events-calendar-page .vk-events-calendar-hero__cta:focus-visible,
body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__cta:focus-visible,
body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__cta:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
}

body.vk-home-page #primary.vk-home .vk-home-hero__cta--primary:focus-visible,
body.vk-events-calendar-page .vk-events-calendar-hero__cta--primary:focus-visible,
body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__cta--primary:focus-visible,
body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__cta--primary:focus-visible {
	outline-color: var(--vk-hero-teal);
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
	body.vk-home-page #primary.vk-home .vk-home-hero--cinematic,
	body.vk-events-calendar-page #primary.vk-detail .vk-events-calendar-hero--cinematic,
	body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero--territory,
	body.vk-event-detail-page #primary.vk-detail .vk-detail-hero--territory {
		min-height: var(--vk-hero-h-tablet);
	}
}

@media (max-width: 991px) {
	body.vk-home-page #primary.vk-home .vk-home-hero--cinematic,
	body.vk-events-calendar-page #primary.vk-detail .vk-events-calendar-hero--cinematic,
	body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero--territory,
	body.vk-event-detail-page #primary.vk-detail .vk-detail-hero--territory {
		min-height: var(--vk-hero-h-mobile);
	}
}

/* Mobile */
@media (max-width: 767px) {
	body.vk-home-page #primary.vk-home .vk-home-hero--cinematic,
	body.vk-events-calendar-page #primary.vk-detail .vk-events-calendar-hero--cinematic,
	body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero--territory,
	body.vk-event-detail-page #primary.vk-detail .vk-detail-hero--territory {
		min-height: var(--vk-hero-h-mobile-sm);
	}

	body.vk-home-page #primary.vk-home .vk-home-hero--cinematic .vk-home-container,
	body.vk-events-calendar-page #primary.vk-detail .vk-events-calendar-hero__inner,
	body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero--territory .vk-detail-hero__inner,
	body.vk-event-detail-page #primary.vk-detail .vk-detail-hero--territory .vk-detail-hero__inner {
		padding-block: var(--vk-hero-inner-padding-mobile);
	}

	body.vk-home-page #primary.vk-home .vk-home-hero--cinematic .vk-home-hero__content,
	body.vk-events-calendar-page #primary.vk-detail .vk-events-calendar-hero__panel,
	body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero--territory .vk-detail-hero__panel,
	body.vk-event-detail-page #primary.vk-detail .vk-detail-hero--territory .vk-detail-hero__panel {
		width: 100%;
		max-width: 100%;
		padding: var(--vk-hero-panel-padding-mobile);
		border-radius: var(--vk-hero-panel-radius-mobile);
	}

	body.vk-home-page #primary.vk-home .vk-home-hero--cinematic .vk-home-headline,
	body.vk-events-calendar-page .vk-events-calendar-hero__title,
	body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero--territory .vk-detail-hero__title,
	body.vk-event-detail-page #primary.vk-detail .vk-detail-hero--territory .vk-detail-hero__title {
		max-width: 26rem;
		font-size: var(--vk-hero-title-size-mobile);
		line-height: 1.1;
	}

	body.vk-home-page #primary.vk-home .vk-home-hero--cinematic .vk-home-headline__line {
		white-space: normal;
	}

	body.vk-home-page #primary.vk-home .vk-home-hero__actions,
	body.vk-events-calendar-page .vk-events-calendar-hero__actions,
	body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__actions,
	body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__actions--single,
	body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__actions,
	body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__actions--single {
		grid-template-columns: 1fr;
		max-width: 100%;
		gap: var(--vk-hero-actions-gap-mobile);
	}

	body.vk-home-page #primary.vk-home .vk-home-hero__cta,
	body.vk-events-calendar-page .vk-events-calendar-hero__cta,
	body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__cta,
	body.vk-event-detail-page #primary.vk-detail .vk-detail-hero__cta {
		font-size: var(--vk-hero-cta-size-mobile);
	}

	body.vk-events-calendar-page .vk-events-calendar-hero__discovery,
	body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__discovery {
		line-height: 1.6;
	}
}

/* -------------------------------------------------------------------------
   Subregion hero — breadcrumb readability (matches events hierarchy)
   ------------------------------------------------------------------------- */
body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__breadcrumb-list {
	margin: 0 0 0.85rem;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: rgba(255, 255, 255, 0.78);
}

body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__breadcrumb-item a {
	color: rgba(255, 255, 255, 0.82);
}

body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__breadcrumb-item a:hover,
body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__breadcrumb-item a:focus-visible {
	color: #fff;
}

body.vk-subregion-detail-page #primary.vk-detail .vk-detail-hero__breadcrumb-item[aria-current="page"] {
	color: rgba(255, 252, 247, 0.92);
	font-weight: 700;
}
