.vtx-page-banner {
	position: relative;
	display: flex;
	height: 320px;
	align-items: center;
	overflow: hidden;
	background: linear-gradient(135deg, #870303 0%, #e82604 26%, #ff6d05 51%, #ffb405 77%, #ffea05 100%);
	color: #fff;
	font-family: "Be Vietnam Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.vtx-page-banner__shade {
	position: absolute;
	inset: 0;
	background: #000;
	opacity: 0.2;
	mix-blend-mode: multiply;
	pointer-events: none;
}

.vtx-page-banner__pattern {
	position: absolute;
	right: 0;
	bottom: -64px;
	display: block;
	width: auto;
	height: 440px;
	aspect-ratio: 4167 / 5867;
	background: #fff;
	opacity: 0.3;
	mix-blend-mode: screen;
	pointer-events: none;
	-webkit-mask-image: url("../../vantixb-assets/brand/pattern-02.svg"), linear-gradient(to bottom, #000 55%, transparent 100%);
	mask-image: url("../../vantixb-assets/brand/pattern-02.svg"), linear-gradient(to bottom, #000 55%, transparent 100%);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain, 100% 100%;
	mask-size: contain, 100% 100%;
	-webkit-mask-position: right bottom, center;
	mask-position: right bottom, center;
	-webkit-mask-composite: source-in;
	mask-composite: intersect;
}

.vtx-page-banner__inner {
	position: relative;
	z-index: 1;
	width: min(100%, 1280px);
	margin: 0 auto;
	padding: 0 24px;
}

.vtx-page-banner__breadcrumb {
	max-width: 100%;
	margin: 0 -4px;
	overflow-x: auto;
	padding: 0 4px;
	scrollbar-width: none;
}

.vtx-page-banner__breadcrumb::-webkit-scrollbar {
	display: none;
}

.vtx-page-banner__breadcrumb-list {
	display: flex;
	width: max-content;
	min-height: 34px;
	flex-wrap: nowrap;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 8px 16px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 9999px;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	list-style: none;
	white-space: nowrap;
	backdrop-filter: blur(4px);
}

.vtx-page-banner__breadcrumb-item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 0;
}

.vtx-page-banner__breadcrumb-icon {
	width: 12px;
	height: 12px;
	color: rgba(255, 255, 255, 0.5);
	flex: 0 0 auto;
}

.vtx-page-banner__breadcrumb-link,
.vtx-page-banner__breadcrumb-current {
	color: inherit;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
}

.vtx-page-banner__breadcrumb-link {
	font-weight: 500;
	transition: color 180ms ease;
}

.vtx-page-banner__breadcrumb-link:hover,
.vtx-page-banner__breadcrumb-link:focus-visible {
	color: rgba(255, 255, 255, 0.7);
	text-decoration: underline;
}

.vtx-page-banner__breadcrumb-current {
	color: rgba(255, 255, 255, 0.82);
}

.vtx-page-banner__title {
	max-width: 768px;
	margin: 32px 0 0;
	color: #fff;
	font-size: var(--text-h1, 52px);
	line-height: var(--text-h1--line-height, 1.15);
	font-weight: 700;
	letter-spacing: var(--text-h1--letter-spacing, -0.025em);
	white-space: pre-line;
}

@media (min-width: 1024px) {
	.vtx-page-banner__inner {
		padding-right: 40px;
		padding-left: 40px;
	}
}

@media (max-width: 640px) {
	.vtx-page-banner {
		align-items: flex-start;
		height: auto;
		min-height: 320px;
	}

	.vtx-page-banner__inner {
		display: flex;
		flex-direction: column;
		justify-content: center;
		min-height: 320px;
		padding-top: 32px;
		padding-bottom: 40px;
	}

	.vtx-page-banner__breadcrumb-list {
		flex-wrap: nowrap;
		white-space: nowrap;
	}

	.vtx-page-banner__title {
		margin-top: 28px;
		font-size: var(--text-h1, 52px);
		line-height: var(--text-h1--line-height, 1.15);
	}
}
