.vtxvn-brand-header {
	display: grid;
	gap: 18px;
	margin-bottom: 22px !important;
}

.vtxvn-brand-hero {
	position: relative;
	display: grid;
	min-height: 390px;
	grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
	overflow: hidden;
	border: 1px solid rgba(116, 197, 238, 0.28);
	border-radius: 22px;
	background: #032b4d;
	box-shadow: 0 18px 46px rgba(4, 46, 79, 0.14);
	isolation: isolate;
}

.vtxvn-brand-hero::before {
	position: absolute;
	z-index: -1;
	top: -180px;
	left: -120px;
	width: 520px;
	height: 520px;
	border: 1px solid rgba(90, 213, 255, 0.14);
	border-radius: 50%;
	box-shadow: 0 0 0 72px rgba(20, 138, 196, 0.05), 0 0 0 144px rgba(20, 138, 196, 0.035);
	content: '';
}

.vtxvn-brand-hero__copy {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding: clamp(30px, 4vw, 52px);
	color: #d8effd;
}

.vtxvn-brand-hero__eyebrow {
	display: inline-flex;
	min-height: 32px;
	align-items: center;
	gap: 7px;
	margin: 0 0 16px;
	padding: 6px 12px;
	border: 1px solid rgba(115, 223, 255, 0.27);
	border-radius: 99px;
	background: rgba(11, 93, 139, 0.48);
	color: #a9e8ff;
	font-size: 0.7rem;
	font-weight: 650;
	letter-spacing: 0.045em;
	line-height: 1.2;
	text-transform: uppercase;
}

.vtxvn-brand-hero__eyebrow .dashicons {
	width: 17px;
	height: 17px;
	font-size: 17px;
}

.woocommerce .vtxvn-brand-hero .woocommerce-products-header__title {
	margin: 0;
	color: #fff;
	font-size: clamp(2.35rem, 4.2vw, 4.15rem);
	line-height: 0.98;
	letter-spacing: -0.052em;
}

.vtxvn-brand-hero__summary {
	max-width: 630px;
	margin: 20px 0 0;
	color: #c3ddeb;
	font-size: 0.96rem;
	line-height: 1.68;
}

.vtxvn-brand-hero__actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.vtxvn-brand-hero__actions a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	gap: 7px;
	padding: 8px 17px;
	border-radius: 10px;
	font-size: 0.8rem;
	font-weight: 650;
	text-decoration: none;
	transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.vtxvn-brand-hero__actions a:hover,
.vtxvn-brand-hero__actions a:focus-visible {
	transform: translateY(-1px);
}

.vtxvn-brand-hero__primary {
	border: 1px solid #20aee8;
	background: linear-gradient(135deg, #16a9e8, #087fc5);
	box-shadow: 0 8px 22px rgba(1, 140, 207, 0.28);
	color: #fff;
}

.vtxvn-brand-hero__secondary {
	border: 1px solid rgba(179, 223, 246, 0.3);
	background: rgba(255, 255, 255, 0.06);
	color: #d9f0fb;
}

.vtxvn-brand-hero__facts {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px 18px;
	margin: 25px 0 0;
	padding: 0;
	color: #9ec8dc;
	font-size: 0.7rem;
	list-style: none;
}

.vtxvn-brand-hero__facts li {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	margin: 0;
}

.vtxvn-brand-hero__facts strong {
	color: #fff;
	font-size: 0.88rem;
}

.vtxvn-brand-hero__facts .dashicons {
	width: 16px;
	height: 16px;
	color: #46dfca;
	font-size: 16px;
}

.vtxvn-brand-hero__visual {
	position: relative;
	min-width: 0;
	background: linear-gradient(145deg, #051d36, #0a4d78);
}

.vtxvn-brand-hero__visual::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, #032b4d 0%, rgba(3, 43, 77, 0.62) 9%, rgba(3, 43, 77, 0.08) 31%, transparent 58%);
	content: '';
	pointer-events: none;
}

.vtxvn-brand-hero__visual img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 390px;
	object-fit: cover;
	object-position: center;
}

.vtxvn-brand-hero__fallback {
	display: flex;
	height: 100%;
	min-height: 390px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 12px;
	background-image: linear-gradient(rgba(24, 147, 204, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(24, 147, 204, 0.08) 1px, transparent 1px);
	background-size: 34px 34px;
	color: #fff;
}

.vtxvn-brand-hero__fallback .dashicons {
	width: 72px;
	height: 72px;
	color: #51c8f3;
	font-size: 72px;
}

.vtxvn-brand-story.vtxvn-category-description {
	margin-top: 0;
	padding: clamp(20px, 2.7vw, 32px);
	border-color: #d7e6ef;
	border-radius: 18px;
	box-shadow: 0 10px 30px rgba(19, 66, 99, 0.055);
}

.vtxvn-brand-story__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 18px;
	padding-bottom: 16px;
	border-bottom: 1px solid #e5edf3;
}

.vtxvn-brand-story__header small,
.vtxvn-brand-products-intro header small {
	display: block;
	margin-bottom: 5px;
	color: #168ec6;
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	text-transform: uppercase;
}

.vtxvn-brand-story__title,
.vtxvn-brand-products-intro header h2 {
	margin: 0;
	color: #082f52;
	font-size: clamp(1.4rem, 2.2vw, 1.85rem);
	line-height: 1.18;
}

.vtxvn-brand-story__status {
	display: inline-flex;
	min-height: 32px;
	align-items: center;
	gap: 6px;
	flex: 0 0 auto;
	padding: 5px 10px;
	border-radius: 99px;
	background: #eef8fd;
	color: #247da9;
	font-size: 0.69rem;
	font-weight: 600;
}

.vtxvn-brand-story__status .dashicons {
	width: 16px;
	height: 16px;
	font-size: 16px;
}

.woocommerce .vtxvn-brand-story .term-description {
	width: 100%;
	max-width: none;
	color: #536d82;
	font-size: 0.94rem;
	line-height: 1.75;
	text-align: left;
}

.woocommerce .vtxvn-brand-story .term-description > * {
	width: 100%;
	max-width: none;
}

.woocommerce .vtxvn-brand-story .term-description h2,
.woocommerce .vtxvn-brand-story .term-description h3 {
	color: #0b426e;
	line-height: 1.3;
}

.woocommerce .vtxvn-brand-story .term-description img {
	max-width: 100%;
	height: auto;
	border-radius: 13px;
}

.vtxvn-brand-story.is-collapsed .vtxvn-category-description__content {
	max-height: var(--vtxvn-category-description-collapsed-height, 240px);
}

.vtxvn-brand-products-intro {
	scroll-margin-top: calc(var(--vtxvn-category-filter-top, 84px) + 12px);
	margin: 0 0 18px;
	padding: 20px;
	border: 1px solid #d8e5ee;
	border-radius: 17px;
	background: #fff;
	box-shadow: 0 9px 26px rgba(16, 62, 95, 0.055);
}

.vtxvn-brand-products-intro > header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 16px;
}

.vtxvn-brand-products-intro > header > span {
	flex: 0 0 auto;
	padding: 6px 10px;
	border-radius: 99px;
	background: #eef7fc;
	color: #33789e;
	font-size: 0.72rem;
	font-weight: 650;
}

.vtxvn-brand-categories {
	display: grid;
	grid-template-columns: 132px minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	padding-top: 15px;
	border-top: 1px solid #e8eef3;
}

.vtxvn-brand-categories > strong {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #405a70;
	font-size: 0.75rem;
	font-weight: 650;
}

.vtxvn-brand-categories > strong .dashicons {
	width: 17px;
	height: 17px;
	color: #159dd3;
	font-size: 17px;
}

.vtxvn-brand-categories__list {
	display: flex;
	min-width: 0;
	gap: 8px;
	overflow-x: auto;
	padding: 2px 2px 7px;
	scrollbar-color: #bfd2df transparent;
	scrollbar-width: thin;
}

.vtxvn-brand-categories__list::-webkit-scrollbar {
	height: 4px;
}

.vtxvn-brand-categories__list::-webkit-scrollbar-thumb {
	border-radius: 99px;
	background: #bfd2df;
}

.vtxvn-brand-category-chip {
	display: inline-flex;
	min-height: 38px;
	align-items: center;
	gap: 6px;
	flex: 0 0 auto;
	padding: 7px 11px;
	border: 1px solid #dbe6ed;
	border-radius: 99px;
	background: #f9fbfc;
	color: #344f66;
	font-size: 0.73rem;
	font-weight: 560;
	text-decoration: none;
	white-space: nowrap;
	transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.vtxvn-brand-category-chip:hover,
.vtxvn-brand-category-chip:focus-visible {
	border-color: #8bc7e3;
	background: #eff9fe;
	color: #086d9f;
	transform: translateY(-1px);
}

.vtxvn-brand-category-chip.is-active {
	border-color: #159dd3;
	background: #e8f7fd;
	color: #087aaf;
}

.vtxvn-brand-category-chip > .dashicons {
	width: 15px;
	height: 15px;
	color: #159dd3;
	font-size: 15px;
}

.vtxvn-brand-category-chip > span:last-child {
	display: inline-flex;
	min-width: 21px;
	height: 21px;
	align-items: center;
	justify-content: center;
	padding: 0 5px;
	border-radius: 99px;
	background: #e7eef3;
	color: #607789;
	font-size: 0.62rem;
}

.vtxvn-brand-category-chip.is-active > span:last-child {
	background: #fff;
	color: #087aaf;
}

@media (max-width: 980px) {
	.vtxvn-brand-hero {
		grid-template-columns: minmax(0, 1fr) minmax(340px, 0.85fr);
	}

	.vtxvn-brand-hero__copy {
		padding: 30px;
	}

	.vtxvn-brand-hero__facts li:last-child {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.vtxvn-brand-header {
		gap: 12px;
		margin-bottom: 16px !important;
	}

	.vtxvn-brand-hero {
		min-height: 0;
		grid-template-columns: 1fr;
		border-radius: 17px;
	}

	.vtxvn-brand-hero__copy {
		padding: 23px 20px 20px;
	}

	.vtxvn-brand-hero__eyebrow {
		margin-bottom: 13px;
		font-size: 0.6rem;
	}

	.woocommerce .vtxvn-brand-hero .woocommerce-products-header__title {
		font-size: clamp(2rem, 10vw, 2.75rem);
		line-height: 1;
	}

	.vtxvn-brand-hero__summary {
		display: -webkit-box;
		overflow: hidden;
		margin-top: 14px;
		font-size: 0.86rem;
		line-height: 1.56;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
	}

	.vtxvn-brand-hero__actions {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
		margin-top: 18px;
	}

	.vtxvn-brand-hero__actions a {
		width: 100%;
	}

	.vtxvn-brand-hero__facts {
		gap: 7px 14px;
		margin-top: 18px;
	}

	.vtxvn-brand-hero__visual {
		height: clamp(190px, 57vw, 245px);
	}

	.vtxvn-brand-hero__visual::after {
		background: linear-gradient(180deg, #032b4d 0%, rgba(3, 43, 77, 0.15) 25%, transparent 55%);
	}

	.vtxvn-brand-hero__visual img,
	.vtxvn-brand-hero__fallback {
		min-height: 0;
		height: 100%;
	}

	.vtxvn-brand-story.vtxvn-category-description,
	.vtxvn-brand-products-intro {
		padding: 17px;
		border-radius: 14px;
	}

	.vtxvn-brand-story__header {
		margin-bottom: 14px;
		padding-bottom: 13px;
	}

	.vtxvn-brand-story__status {
		display: none;
	}

	.woocommerce .vtxvn-brand-story .term-description {
		font-size: 0.88rem;
		line-height: 1.68;
	}

	.vtxvn-brand-products-intro > header {
		align-items: flex-start;
	}

	.vtxvn-brand-products-intro > header > span {
		font-size: 0.66rem;
	}

	.vtxvn-brand-categories {
		grid-template-columns: 1fr;
		gap: 9px;
	}

	.vtxvn-brand-categories__list {
		margin-right: -17px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vtxvn-brand-hero__actions a,
	.vtxvn-brand-category-chip {
		transition: none;
	}
}
