.va-brands-page {
	background: #f6f2ea;
	color: var(--va-color-heading, #171914);
}

.va-brands-hero {
	position: relative;
	overflow: hidden;
padding-block: clamp(46px, 4.3vw, 74px);
	background: linear-gradient(135deg, #f8f5ef, #eee9df);
}

.va-brands-hero::after {
	position: absolute;
	right: -5%;
	bottom: 4%;
	width: min(66vw, 1120px);
	height: 62%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900 320' preserveAspectRatio='none'%3E%3Cg fill='none' stroke='%23b79260' stroke-width='1'%3E%3Cpath d='M0 178 C105 178 112 122 220 122 S345 225 460 225 S585 88 700 104 S815 178 900 152'/%3E%3Cpath d='M0 166 C105 166 114 111 222 111 S347 213 462 213 S587 78 702 95 S817 166 900 141'/%3E%3Cpath d='M0 190 C105 190 110 133 218 133 S343 237 458 237 S583 98 698 113 S813 190 900 163'/%3E%3Cpath d='M0 154 C105 154 116 100 224 100 S349 201 464 201 S589 69 704 86 S819 154 900 130'/%3E%3Cpath d='M0 202 C105 202 108 144 216 144 S341 249 456 249 S581 108 696 122 S811 202 900 174'/%3E%3Cpath d='M0 142 C105 142 118 89 226 89 S351 189 466 189 S591 60 706 77 S821 142 900 119'/%3E%3Cpath d='M0 214 C105 214 106 155 214 155 S339 261 454 261 S579 118 694 131 S809 214 900 185'/%3E%3Cpath d='M0 130 C105 130 120 78 228 78 S353 177 468 177 S593 51 708 68 S823 130 900 108'/%3E%3Cpath d='M0 226 C105 226 104 166 212 166 S337 273 452 273 S577 128 692 140 S807 226 900 196'/%3E%3C/g%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	opacity: 0.2;
	content: "";
	pointer-events: none;
}

.va-brands-hero__inner {
	position: relative;
	z-index: 1;
}

.va-brands-hero__eyebrow {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 0 0 24px;
	color: #a9814c;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.17em;
	text-transform: uppercase;
}

.va-brands-hero__eyebrow span {
	width: 42px;
	height: 1px;
	background: currentColor;
}

.va-brands-hero__title {
	max-width: 1050px;
	margin: 0;
	font-family: var(--va-font-display, Georgia, "Times New Roman", serif);
	font-size: clamp(3.2rem, 6.5vw, 7.4rem);
	font-weight: 400;
	line-height: 0.94;
	letter-spacing: -0.055em;
	text-wrap: balance;
}

.va-brands-hero__lead {
	max-width: 670px;
	margin: clamp(30px, 4vw, 52px) 0 0;
	color: var(--va-color-text-muted, #62675f);
	font-size: clamp(1.05rem, 1.3vw, 1.25rem);
	line-height: 1.75;
}

.va-brands-catalog {
	padding-block: clamp(76px, 9vw, 136px);
	background: #11161c;
	color: #f7f3eb;
}

.va-brands-catalog__topline {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 30px;
	color: #8f999c;
	font-size: 0.7rem;
	font-weight: 650;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.va-brands-catalog__topline p {
	margin: 0;
}

.va-brands-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	border-top: 1px solid rgba(231, 218, 195, 0.18);
	list-style: none;
}

.va-brands-list__item {
	display: grid;
	border-bottom: 1px solid rgba(231, 218, 195, 0.18);
}

.va-brands-list__item:nth-child(odd) {
	border-right: 1px solid rgba(231, 218, 195, 0.18);
}

.va-brands-card {
	position: relative;
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr) 48px;
	align-items: center;
	gap: clamp(18px, 2.5vw, 38px);
	width: 100%;
	height: 100%;
	min-height: 220px;
	padding: clamp(30px, 4vw, 52px);
	background-color: transparent;
	color: #f7f3eb;
	text-decoration: none;
	transition: background-color 280ms ease;
}

.va-brands-list__item:hover > .va-brands-card,
.va-brands-card:focus-visible {
	background-color: rgba(199, 155, 85, 0.14);
}

.va-brands-card:focus-visible {
	outline: 2px solid #c8a36a;
	outline-offset: -2px;
}

.va-brands-card__index {
	align-self: start;
	padding-top: 3px;
	color: #879194;
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.14em;
}

.va-brands-card__content {
	display: grid;
	gap: 10px;
}

.va-brands-card__country {
	color: #c8a36a;
	font-size: 0.64rem;
	font-weight: 650;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.va-brands-card__name {
	font-family: var(--va-font-display, Georgia, "Times New Roman", serif);
	font-size: clamp(2rem, 3.2vw, 3.6rem);
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.04em;
}

.va-brands-card__description {
	max-width: 400px;
	color: #9da6a8;
	font-size: 0.86rem;
	line-height: 1.55;
}

.va-brands-card__arrow {
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border: 1px solid rgba(231, 218, 195, 0.22);
	border-radius: 50%;
	color: #c8a36a;
	transition: background-color 260ms ease, border-color 260ms ease, color 260ms ease, transform 260ms ease;
}

.va-brands-card:hover .va-brands-card__arrow,
.va-brands-card:focus-visible .va-brands-card__arrow {
	border-color: #c8a36a;
	background: #c8a36a;
	color: #11161c;
	transform: translateX(4px);
}

.va-brands-contact {
	padding-block: clamp(82px, 9vw, 138px);
	background: #e9e3d9;
}

.va-brands-contact__inner {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 48px;
}

.va-brands-contact__eyebrow {
	margin: 0 0 18px;
	color: #9f7d4f;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.va-brands-contact h2 {
	max-width: 850px;
	margin: 0;
	font-family: var(--va-font-display, Georgia, "Times New Roman", serif);
	font-size: clamp(2.35rem, 4.3vw, 5rem);
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.045em;
}

.va-brands-contact__cta {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-height: 58px;
	padding-inline: 28px;
	border-radius: 999px;
	background: linear-gradient(180deg, #c79b55, #b8873f);
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	transition: box-shadow 260ms ease, transform 260ms ease;
}

.va-brands-contact__cta:hover,
.va-brands-contact__cta:focus-visible {
	box-shadow: 0 14px 30px rgba(176, 132, 61, 0.27);
	transform: translateY(-2px);
}

@media (max-width: 920px) {
	.va-brands-list {
		grid-template-columns: 1fr;
	}

	.va-brands-list__item:nth-child(odd) {
		border-right: 0;
	}

	.va-brands-contact__inner {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 640px) {
	.va-brands-hero {
		padding-block: 32px 38px;
	}

	.va-brands-hero::after {
		right: -28%;
		bottom: 5%;
		width: 112%;
		height: 34%;
		opacity: 0.15;
	}

	.va-brands-hero__eyebrow span {
		width: 30px;
	}

	.va-brands-catalog__topline {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.va-brands-card {
		grid-template-columns: 28px minmax(0, 1fr) 40px;
		gap: 12px;
		min-height: 170px;
		padding: 28px 4px;
	}

	.va-brands-card__arrow {
		width: 40px;
		height: 40px;
	}

	.va-brands-contact__cta {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.va-brands-card,
	.va-brands-card__arrow,
	.va-brands-contact__cta {
		transition: none;
	}
}
