/*
 * VCC Client Experience — scoped full redesign for pages 18 and 19.
 * All rules sit behind the body class added by the plugin.
 */

.vcc-research-desk-enabled {
	--vcc-ink: #102a43;
	--vcc-ink-2: #173f5f;
	--vcc-paper: #f6f2ea;
	--vcc-paper-2: #fbf9f5;
	--vcc-white: #ffffff;
	--vcc-jade: #0f766e;
	--vcc-jade-dark: #0b5d57;
	--vcc-alert: #b5474a;
	--vcc-body: #202a33;
	--vcc-muted: #5f6b74;
	--vcc-line: #d7d4cd;
	--vcc-line-dark: #b9b5ac;
	--vcc-focus: #f2b84b;
	--vcc-shadow: 0 18px 42px rgba(16, 42, 67, 0.09);
	background: var(--vcc-white);
	color: var(--vcc-body);
	font-family: "Public Sans", Inter, Arial, sans-serif;
	font-size: 17px;
	line-height: 1.66;
}

.vcc-research-desk-enabled *,
.vcc-research-desk-enabled *::before,
.vcc-research-desk-enabled *::after {
	box-sizing: border-box;
}

.vcc-research-desk-enabled #page-container {
	overflow-x: clip;
}

.vcc-research-desk-enabled a {
	color: var(--vcc-jade-dark);
	text-decoration-color: rgba(15, 118, 110, 0.45);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.vcc-research-desk-enabled a:hover {
	color: var(--vcc-ink);
	text-decoration-color: currentColor;
}

.vcc-research-desk-enabled :where(a, button, input, select):focus-visible {
	outline: 3px solid var(--vcc-focus);
	outline-offset: 3px;
}

.vcc-skip-link {
	background: var(--vcc-ink);
	color: var(--vcc-white) !important;
	font-weight: 700;
	left: 16px;
	padding: 11px 16px;
	position: fixed;
	top: -100px;
	z-index: 100000;
}

.vcc-skip-link:focus {
	top: 12px;
}

/* Divi shell: only active on the two redesigned pages. */
.vcc-research-desk-enabled #main-header {
	background: rgba(255, 255, 255, 0.98);
	border-bottom: 1px solid var(--vcc-line);
	box-shadow: none;
}

.vcc-research-desk-enabled #main-header .container,
.vcc-research-desk-enabled #top-header .container {
	max-width: 1180px;
	width: min(92%, 1180px);
}

.vcc-research-desk-enabled #logo {
	content: url("../images/vcc-act-wordmark-2026.svg") !important;
	height: auto !important;
	max-height: 30px !important;
	object-fit: contain;
	width: 184px !important;
}

.vcc-research-desk-enabled .et-fixed-header #logo {
	max-height: 27px !important;
	width: 166px !important;
}

.vcc-research-desk-enabled #top-menu > li > a {
	color: var(--vcc-body) !important;
	font-family: "Public Sans", Inter, sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	min-height: 44px;
	opacity: 1;
	text-decoration: none;
}

.vcc-research-desk-enabled #top-menu > li > a:hover,
.vcc-research-desk-enabled #top-menu > li.current-menu-item > a {
	color: var(--vcc-jade-dark) !important;
}

.vcc-research-desk-enabled #et_top_search {
	margin-top: 2px;
}

.vcc-research-desk-enabled #main-content {
	background: var(--vcc-white);
}

.vcc-research-desk-enabled #main-content > .container {
	max-width: 1180px;
	padding-top: 52px;
	width: min(92%, 1180px);
}

.vcc-research-desk-enabled #main-content .container::before,
.vcc-research-desk-enabled .et_right_sidebar #main-content .container::before {
	display: none !important;
}

.vcc-research-desk-enabled #left-area {
	float: none;
	padding: 0 !important;
	width: 100% !important;
}

.vcc-research-desk-enabled #sidebar,
.vcc-research-desk-enabled .main_title,
.vcc-research-desk-enabled #main-footer,
.vcc-research-desk-enabled .vcc-custom-footer {
	display: none !important;
}

.vcc-research-desk-enabled .page .post,
.vcc-research-desk-enabled .entry-content {
	margin: 0;
	padding: 0;
}

.vcc-research-desk-enabled h1,
.vcc-research-desk-enabled h2,
.vcc-research-desk-enabled h3 {
	color: var(--vcc-ink);
	font-family: "Source Serif 4", Georgia, serif;
	font-weight: 650;
	letter-spacing: -0.015em;
}

.vcc-site,
.vcc-library,
.vcc-authority-boundary {
	margin-inline: auto;
	max-width: 1180px;
}

.vcc-eyebrow {
	color: var(--vcc-jade-dark);
	font-family: "Public Sans", Inter, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.13em;
	line-height: 1.3;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.vcc-authority-bar {
	align-items: center;
	background: var(--vcc-paper-2);
	border: 1px solid var(--vcc-line);
	color: var(--vcc-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	gap: 8px 0;
	justify-content: flex-start;
	margin: 0 0 26px;
	padding: 11px 16px;
}

.vcc-authority-bar__label {
	background: var(--vcc-ink);
	color: var(--vcc-white);
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-right: 14px;
	padding: 5px 8px;
	text-transform: uppercase;
}

.vcc-authority-bar__item {
	align-items: center;
	display: inline-flex;
}

.vcc-authority-bar__item + .vcc-authority-bar__item::before {
	color: var(--vcc-line-dark);
	content: "•";
	margin: 0 10px;
}

.vcc-authority-bar a {
	font-weight: 700;
}

/* Homepage */
.vcc-home-hero {
	align-items: stretch;
	background: var(--vcc-paper);
	border: 1px solid var(--vcc-line);
	display: grid;
	grid-template-columns: minmax(0, 1.65fr) minmax(260px, 0.75fr);
	margin-bottom: 78px;
}

.vcc-home-hero__copy {
	padding: clamp(44px, 6vw, 78px);
}

.vcc-home-hero h1 {
	font-size: clamp(48px, 6.1vw, 76px);
	line-height: 1.02;
	margin: 0 0 22px;
	max-width: 840px;
}

.vcc-home-hero__deck {
	color: var(--vcc-body);
	font-size: clamp(18px, 2vw, 21px);
	line-height: 1.55;
	margin: 0;
	max-width: 720px;
}

.vcc-home-hero__brief {
	background: var(--vcc-ink);
	color: rgba(255, 255, 255, 0.82);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 42px 34px;
}

.vcc-home-hero__brief-label {
	color: var(--vcc-white);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.vcc-home-hero__brief ul {
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
}

.vcc-home-hero__brief li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 11px 0;
}

.vcc-home-hero__brief li:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.vcc-home-hero__brief p:last-child {
	font-size: 13px;
	line-height: 1.55;
	margin: 0;
}

.vcc-home-search {
	margin-top: 30px;
	max-width: 700px;
}

.vcc-home-search > label,
.vcc-library-filter label {
	color: var(--vcc-body);
	display: block;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 7px;
}

.vcc-home-search__row {
	display: grid;
	grid-template-columns: 1fr auto;
}

.vcc-home-search input,
.vcc-library-filter input,
.vcc-library-filter select {
	appearance: none;
	background: var(--vcc-white);
	border: 1px solid var(--vcc-line-dark);
	border-radius: 0;
	color: var(--vcc-body);
	font-family: inherit;
	font-size: 16px;
	height: 52px;
	line-height: 1.2;
	padding: 0 15px;
	width: 100%;
}

.vcc-home-search button {
	background: var(--vcc-jade);
	border: 1px solid var(--vcc-jade);
	color: var(--vcc-white);
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	min-width: 112px;
	padding: 0 20px;
}

.vcc-home-search button:hover {
	background: var(--vcc-jade-dark);
}

.vcc-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.vcc-button {
	align-items: center;
	background: var(--vcc-ink);
	border: 1px solid var(--vcc-ink);
	color: var(--vcc-white) !important;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	min-height: 48px;
	padding: 12px 18px;
	text-decoration: none !important;
}

.vcc-button:hover {
	background: var(--vcc-jade-dark);
	border-color: var(--vcc-jade-dark);
	color: var(--vcc-white) !important;
}

.vcc-button--secondary {
	background: transparent;
	color: var(--vcc-ink) !important;
}

.vcc-button--light {
	background: var(--vcc-white);
	border-color: var(--vcc-white);
	color: var(--vcc-ink) !important;
}

.vcc-home-section {
	margin: 0 0 84px;
}

.vcc-home-section--paper {
	background: var(--vcc-paper-2);
	border-block: 1px solid var(--vcc-line);
	margin-inline: calc(50% - 50vw);
	padding: 76px max(calc((100vw - 1180px) / 2), 4vw);
}

.vcc-section-heading {
	align-items: end;
	border-bottom: 1px solid var(--vcc-line);
	display: flex;
	gap: 32px;
	justify-content: space-between;
	margin-bottom: 25px;
	padding-bottom: 18px;
}

.vcc-section-heading h2 {
	font-size: clamp(32px, 4vw, 46px);
	line-height: 1.08;
	margin: 0;
}

.vcc-section-heading > p {
	color: var(--vcc-muted);
	margin: 0;
	max-width: 510px;
}

.vcc-path-grid,
.vcc-tool-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vcc-path-card {
	background: var(--vcc-white);
	border: 1px solid var(--vcc-line);
	color: var(--vcc-muted) !important;
	display: flex;
	flex-direction: column;
	min-height: 295px;
	padding: 29px;
	text-decoration: none !important;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.vcc-path-card:hover {
	border-color: var(--vcc-jade);
	box-shadow: var(--vcc-shadow);
	transform: translateY(-3px);
}

.vcc-path-card__number {
	color: var(--vcc-jade-dark);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	margin-bottom: 36px;
}

.vcc-path-card__title {
	color: var(--vcc-ink);
	font-family: "Source Serif 4", Georgia, serif;
	font-size: 28px;
	font-weight: 650;
	line-height: 1.15;
	margin-bottom: 13px;
}

.vcc-path-card__link {
	color: var(--vcc-jade-dark);
	font-size: 14px;
	font-weight: 700;
	margin-top: auto;
	padding-top: 24px;
}

.vcc-tool-card {
	background: var(--vcc-white);
	border: 1px solid var(--vcc-line);
	padding: 27px;
}

.vcc-tool-card h3 {
	font-size: 26px;
	line-height: 1.2;
	margin: 0 0 12px;
}

.vcc-tool-card h3 a {
	color: var(--vcc-ink);
	text-decoration: none;
}

.vcc-tool-card p:last-child {
	color: var(--vcc-muted);
	margin-bottom: 0;
}

.vcc-meta {
	color: var(--vcc-jade-dark);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.11em;
	margin: 0 0 11px;
	text-transform: uppercase;
}

.vcc-update-list {
	border-top: 1px solid var(--vcc-line);
}

.vcc-update-item {
	align-items: start;
	border-bottom: 1px solid var(--vcc-line);
	display: grid;
	gap: 28px;
	grid-template-columns: 130px 1fr;
	padding: 24px 0;
}

.vcc-update-item time {
	color: var(--vcc-muted);
	font-size: 13px;
	font-weight: 600;
}

.vcc-update-item h3 {
	font-size: 25px;
	line-height: 1.18;
	margin: 0 0 7px;
}

.vcc-update-item h3 a {
	color: var(--vcc-ink);
	text-decoration: none;
}

.vcc-update-item p {
	color: var(--vcc-muted);
	margin: 0;
}

.vcc-trust-section {
	background: var(--vcc-ink);
	color: rgba(255, 255, 255, 0.82);
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.9fr);
	margin-bottom: 84px;
	padding: clamp(38px, 6vw, 66px);
}

.vcc-trust-section .vcc-eyebrow {
	color: #76c7be;
}

.vcc-trust-section h2 {
	color: var(--vcc-white);
	font-size: clamp(32px, 4vw, 45px);
	line-height: 1.08;
	margin: 0 0 17px;
}

.vcc-trust-section p {
	margin: 0;
}

.vcc-source-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.vcc-source-list li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.vcc-source-list li:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.vcc-source-list a {
	align-items: baseline;
	color: var(--vcc-white) !important;
	display: grid;
	gap: 16px;
	grid-template-columns: 58px 1fr;
	padding: 14px 0;
	text-decoration: none;
}

.vcc-source-list span {
	color: rgba(255, 255, 255, 0.68);
	font-size: 13px;
}

.vcc-home-cta {
	align-items: center;
	background: var(--vcc-jade-dark);
	color: rgba(255, 255, 255, 0.82);
	display: flex;
	gap: 32px;
	justify-content: space-between;
	margin-bottom: 76px;
	padding: 38px 42px;
}

.vcc-home-cta .vcc-eyebrow {
	color: rgba(255, 255, 255, 0.75);
}

.vcc-home-cta h2 {
	color: var(--vcc-white);
	font-size: clamp(29px, 4vw, 40px);
	line-height: 1.1;
	margin: 0 0 8px;
}

.vcc-home-cta p:last-child {
	margin: 0;
}

/* Insights library */
.vcc-library__header {
	background: var(--vcc-paper);
	border: 1px solid var(--vcc-line);
	margin-bottom: 28px;
	padding: clamp(42px, 6vw, 72px);
}

.vcc-library__header h1 {
	font-size: clamp(48px, 6vw, 72px);
	line-height: 1.02;
	margin: 0 0 18px;
}

.vcc-library__header > p:last-child {
	font-size: 19px;
	margin: 0;
	max-width: 750px;
}

.vcc-library-filter {
	align-items: end;
	background: var(--vcc-ink);
	display: grid;
	gap: 15px;
	grid-template-columns: minmax(260px, 1.5fr) minmax(190px, 0.75fr) minmax(190px, 0.75fr) auto;
	margin-bottom: 20px;
	padding: 25px;
}

.vcc-library-filter label {
	color: rgba(255, 255, 255, 0.9);
}

.vcc-library-filter__actions {
	align-items: center;
	display: flex;
	gap: 12px;
}

.vcc-library-filter__actions .vcc-button {
	background: var(--vcc-jade);
	border-color: var(--vcc-jade);
	white-space: nowrap;
}

.vcc-library-filter__actions .vcc-text-link {
	color: var(--vcc-white);
	font-size: 13px;
	white-space: nowrap;
}

.vcc-library__summary {
	color: var(--vcc-muted);
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 16px;
}

.vcc-library-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vcc-library-card {
	background: var(--vcc-white);
	border: 1px solid var(--vcc-line);
	display: flex;
	flex-direction: column;
	min-height: 330px;
	padding: 25px;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.vcc-library-card:hover {
	border-color: var(--vcc-jade);
	box-shadow: var(--vcc-shadow);
	transform: translateY(-2px);
}

.vcc-library-card__meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	margin-bottom: 20px;
}

.vcc-library-card__meta .vcc-meta {
	background: var(--vcc-paper);
	border: 1px solid var(--vcc-line);
	margin: 0;
	padding: 5px 7px;
}

.vcc-library-card__meta > span:last-child {
	color: var(--vcc-muted);
	font-size: 12px;
}

.vcc-library-card h2 {
	font-size: 26px;
	line-height: 1.18;
	margin: 0 0 13px;
}

.vcc-library-card h2 a {
	color: var(--vcc-ink);
	text-decoration: none;
}

.vcc-library-card > p {
	color: var(--vcc-muted);
	font-size: 15px;
	margin: 0 0 20px;
}

.vcc-library-card__footer {
	align-items: center;
	border-top: 1px solid var(--vcc-line);
	display: flex;
	font-size: 12px;
	gap: 12px;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 15px;
}

.vcc-library-card__footer time {
	color: var(--vcc-muted);
}

.vcc-library-card__footer a {
	font-weight: 700;
	text-decoration: none;
}

.vcc-library-empty {
	background: var(--vcc-paper-2);
	border: 1px solid var(--vcc-line);
	padding: 42px;
	text-align: center;
}

.vcc-library-empty h2 {
	font-size: 34px;
	margin: 0 0 8px;
}

.vcc-pagination {
	margin: 36px 0 74px;
}

.vcc-pagination .page-numbers {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.vcc-pagination a,
.vcc-pagination span {
	align-items: center;
	border: 1px solid var(--vcc-line);
	color: var(--vcc-ink);
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	min-height: 44px;
	min-width: 44px;
	padding: 8px 12px;
	text-decoration: none;
}

.vcc-pagination .current {
	background: var(--vcc-ink);
	border-color: var(--vcc-ink);
	color: var(--vcc-white);
}

/* Global footer for redesigned pages. */
.vcc-global-footer {
	background: #0b2236;
	color: rgba(255, 255, 255, 0.73);
	font-family: "Public Sans", Inter, sans-serif;
	margin-top: 16px;
}

.vcc-global-footer__inner {
	display: grid;
	gap: 36px;
	grid-template-columns: 1.45fr 0.8fr 0.8fr;
	margin: 0 auto;
	max-width: 1180px;
	padding: 52px 4vw 38px;
}

.vcc-global-footer a {
	color: var(--vcc-white) !important;
}

.vcc-global-footer__name {
	display: inline-block;
	font-family: "Source Serif 4", Georgia, serif;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 8px;
	text-decoration: none;
}

.vcc-global-footer__brand p {
	font-size: 14px;
	margin: 0;
	max-width: 470px;
}

.vcc-global-footer__nav,
.vcc-global-footer__sources {
	display: flex;
	flex-direction: column;
	font-size: 14px;
	gap: 8px;
}

.vcc-global-footer__sources > span {
	color: rgba(255, 255, 255, 0.55);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.vcc-global-footer__legal {
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	display: flex;
	font-size: 11px;
	gap: 24px;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1180px;
	padding: 18px 4vw 24px;
}

.vcc-global-footer__legal p {
	margin: 0;
}

.vcc-chat-launcher {
	align-items: center;
	background: var(--vcc-ink);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	bottom: 20px;
	box-shadow: 0 10px 28px rgba(8, 25, 39, 0.23);
	color: var(--vcc-white);
	cursor: pointer;
	display: inline-flex;
	font-family: "Public Sans", Inter, sans-serif;
	font-size: 13px;
	font-weight: 700;
	gap: 9px;
	min-height: 46px;
	padding: 10px 16px;
	position: fixed;
	right: 20px;
	z-index: 99998;
}

.vcc-chat-launcher::before {
	background: #54c8ba;
	border-radius: 50%;
	content: "";
	height: 9px;
	width: 9px;
}

.vcc-chat-launcher[hidden] {
	display: none;
}

@media (max-width: 980px) {
	.vcc-research-desk-enabled #main-content > .container {
		padding-top: 34px;
	}

	.vcc-research-desk-enabled #logo {
		max-height: 27px !important;
		width: 162px !important;
	}

	.vcc-research-desk-enabled .mobile_menu_bar {
		align-items: center;
		display: inline-flex;
		justify-content: center;
		min-height: 44px;
		min-width: 44px;
	}

	.vcc-research-desk-enabled .et_mobile_menu {
		border-top-color: var(--vcc-jade);
		box-shadow: var(--vcc-shadow);
	}

	.vcc-research-desk-enabled .et_mobile_menu a {
		color: var(--vcc-body) !important;
		font-size: 15px;
		font-weight: 600;
		min-height: 44px;
	}

	.vcc-home-hero {
		grid-template-columns: 1fr;
	}

	.vcc-home-hero__brief {
		padding: 34px;
	}

	.vcc-path-grid,
	.vcc-tool-grid,
	.vcc-library-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vcc-library-filter {
		grid-template-columns: 1fr 1fr;
	}

	.vcc-library-filter__field--search,
	.vcc-library-filter__actions {
		grid-column: 1 / -1;
	}

	.vcc-trust-section {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 700px) {
	.vcc-research-desk-enabled {
		font-size: 16px;
	}

	.vcc-authority-bar {
		align-items: flex-start;
		flex-direction: column;
	}

	.vcc-authority-bar__item + .vcc-authority-bar__item::before {
		display: none;
	}

	.vcc-home-hero,
	.vcc-library__header {
		margin-inline: -2vw;
	}

	.vcc-home-hero__copy,
	.vcc-library__header {
		padding: 34px 24px;
	}

	.vcc-home-hero h1,
	.vcc-library__header h1 {
		font-size: clamp(40px, 12vw, 55px);
	}

	.vcc-home-search__row {
		grid-template-columns: 1fr;
	}

	.vcc-home-search button {
		min-height: 48px;
	}

	.vcc-actions,
	.vcc-actions .vcc-button {
		width: 100%;
	}

	.vcc-section-heading {
		align-items: start;
		flex-direction: column;
	}

	.vcc-path-grid,
	.vcc-tool-grid,
	.vcc-library-grid,
	.vcc-library-filter {
		grid-template-columns: 1fr;
	}

	.vcc-library-filter__field--search,
	.vcc-library-filter__actions {
		grid-column: auto;
	}

	.vcc-library-filter__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.vcc-path-card {
		min-height: 260px;
	}

	.vcc-update-item {
		gap: 8px;
		grid-template-columns: 1fr;
	}

	.vcc-home-cta {
		align-items: flex-start;
		flex-direction: column;
		padding: 31px 25px;
	}

	.vcc-global-footer__inner {
		grid-template-columns: 1fr;
		padding-inline: 6vw;
	}

	.vcc-global-footer__legal {
		flex-direction: column;
		padding-inline: 6vw;
	}

	.vcc-chat-launcher {
		bottom: 14px;
		font-size: 0;
		gap: 0;
		height: 48px;
		justify-content: center;
		min-height: 48px;
		padding: 0;
		right: 14px;
		width: 48px;
	}

	.vcc-chat-launcher::before {
		height: 11px;
		width: 11px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vcc-path-card,
	.vcc-library-card {
		transition: none;
	}
}

/* Version 1.1 — client-facing institutional system inspired by ACRA's clarity. */
.vcc-research-desk-enabled {
	--vcc-brand-900: #173f39;
	--vcc-brand-700: #275e55;
	--vcc-brand-100: #dde8e4;
	--vcc-stone-100: #eeeae4;
	--vcc-stone-300: #d3cbc0;
	--vcc-bronze: #a66b2e;
	--vcc-ink: #111827;
	--vcc-body: #374151;
	--vcc-muted: #5b6470;
	--vcc-link: #165d8b;
	--vcc-info: #eaf2ff;
	--vcc-line: #e2e8f0;
	--vcc-soft: #f7f8fa;
	--vcc-footer: #18181b;
	--vcc-focus: #fbbf24;
	background: #fff;
	color: var(--vcc-body);
	font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

.vcc-research-desk-enabled a {
	color: var(--vcc-link);
	text-decoration-color: rgba(22, 93, 139, 0.4);
}

.vcc-research-desk-enabled a:hover {
	color: var(--vcc-brand-900);
}

.vcc-research-desk-enabled h1,
.vcc-research-desk-enabled h2,
.vcc-research-desk-enabled h3 {
	color: var(--vcc-ink);
	font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
	font-weight: 600;
	letter-spacing: -0.02em;
}

.vcc-research-desk-enabled #main-content > .container {
	max-width: 1240px;
	padding-top: 24px;
	width: min(92%, 1240px);
}

.vcc-site,
.vcc-library,
.vcc-client-strip-boundary {
	margin-inline: auto;
	max-width: 1240px;
}

.vcc-eyebrow {
	color: var(--vcc-brand-700);
	font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.4;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.vcc-client-strip {
	align-items: center;
	background: var(--vcc-stone-100);
	border: 1px solid var(--vcc-stone-300);
	color: var(--vcc-body);
	display: flex;
	font-size: 13px;
	gap: 20px;
	margin: 0 0 24px;
	min-height: 48px;
	padding: 8px 14px;
}

.vcc-client-strip__label {
	background: var(--vcc-brand-900);
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	padding: 7px 10px;
	text-transform: uppercase;
}

.vcc-client-strip a {
	color: var(--vcc-ink);
	font-weight: 600;
	text-decoration: none;
}

.vcc-client-strip__cta {
	color: var(--vcc-brand-900) !important;
	margin-left: auto;
}

.vcc-button,
.vcc-home-search button {
	align-items: center;
	background: var(--vcc-brand-900);
	border: 1px solid var(--vcc-brand-900);
	border-radius: 4px;
	color: #fff !important;
	cursor: pointer;
	display: inline-flex;
	font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	justify-content: center;
	line-height: 1.25;
	min-height: 52px;
	padding: 13px 24px;
	text-decoration: none !important;
	transition: background-color 160ms ease, border-color 160ms ease;
}

.vcc-button:hover,
.vcc-home-search button:hover {
	background: var(--vcc-brand-700);
	border-color: var(--vcc-brand-700);
	color: #fff !important;
}

.vcc-button--secondary {
	background: #fff;
	color: var(--vcc-brand-900) !important;
}

.vcc-button--light {
	background: #fff;
	border-color: #fff;
	color: var(--vcc-brand-900) !important;
}

.vcc-button--light:hover {
	background: var(--vcc-stone-100);
	border-color: var(--vcc-stone-100);
	color: var(--vcc-brand-900) !important;
}

.vcc-button--outline-light {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.75);
	color: #fff !important;
}

.vcc-button--outline-light:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: #fff;
}

.vcc-text-link,
.vcc-card-link {
	color: var(--vcc-brand-700) !important;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none !important;
}

/* ACRA-style split hero with a distinctive private-client palette. */
.vcc-home-hero {
	background:
		linear-gradient(90deg, rgba(23, 63, 57, 0.99) 0%, rgba(23, 63, 57, 0.96) 48%, rgba(17, 24, 39, 0.88) 100%),
		url("../images/vcc-structure-pattern.svg") center / cover no-repeat;
	border: 0;
	display: block;
	margin: 0 0 0 calc(50% - 50vw);
	min-height: 510px;
	width: 100vw;
}

.vcc-home-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
	margin: 0 auto;
	max-width: 1280px;
	min-height: 510px;
	padding: 0 20px;
}

.vcc-home-hero__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 70px 64px 70px 20px;
}

.vcc-home-hero .vcc-eyebrow {
	color: #d7b27a;
}

.vcc-home-hero h1 {
	color: #fff !important;
	font-size: clamp(52px, 5.3vw, 68px);
	font-weight: 600;
	letter-spacing: -0.035em;
	line-height: 1.09;
	margin: 0 0 24px;
	max-width: 820px;
}

.vcc-home-hero__deck {
	color: rgba(255, 255, 255, 0.88);
	font-size: clamp(19px, 2vw, 23px);
	line-height: 1.45;
	margin: 0;
	max-width: 760px;
}

.vcc-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 32px;
}

.vcc-home-hero__signals {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 24px;
	list-style: none;
	margin: 28px 0 0;
	padding: 0;
}

.vcc-home-hero__signals li {
	color: rgba(255, 255, 255, 0.76);
	font-size: 13px;
	margin: 0;
	padding-left: 15px;
	position: relative;
}

.vcc-home-hero__signals li::before {
	background: #d7b27a;
	border-radius: 50%;
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	top: 7px;
	width: 6px;
}

.vcc-home-hero__brief {
	align-self: center;
	background: rgba(255, 255, 255, 0.96);
	color: var(--vcc-body);
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 44px 20px 44px 0;
	padding: 34px;
}

.vcc-home-hero__brief-label {
	color: var(--vcc-brand-700);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.vcc-home-hero__brief a {
	border-top: 1px solid var(--vcc-line);
	color: var(--vcc-ink);
	display: block;
	padding: 18px 0;
	text-decoration: none;
}

.vcc-home-hero__brief a:last-child {
	padding-bottom: 0;
}

.vcc-home-hero__brief strong,
.vcc-home-hero__brief span {
	display: block;
}

.vcc-home-hero__brief strong {
	font-size: 17px;
	margin-bottom: 5px;
}

.vcc-home-hero__brief span {
	color: var(--vcc-muted);
	font-size: 14px;
	line-height: 1.45;
}

.vcc-home-section {
	margin: 0;
	padding: 80px 0;
}

.vcc-home-section + .vcc-home-section {
	border-top: 1px solid var(--vcc-line);
}

.vcc-section-heading {
	align-items: end;
	border-bottom: 0;
	display: grid;
	gap: 40px;
	grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
	margin-bottom: 38px;
	padding-bottom: 0;
}

.vcc-section-heading h2,
.vcc-insights-search h2,
.vcc-trust-section h2,
.vcc-home-cta h2 {
	font-size: clamp(34px, 3.5vw, 46px);
	line-height: 1.15;
	margin: 0;
}

.vcc-section-heading > p,
.vcc-insights-search > div > p,
.vcc-trust-section > div > p,
.vcc-home-cta > div > p {
	color: var(--vcc-muted);
	font-size: 17px;
	line-height: 1.6;
	margin: 0;
}

.vcc-benefit-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0 0 28px;
}

.vcc-benefit-card {
	border: 1px solid var(--vcc-line);
	border-right: 0;
	min-height: 240px;
	padding: 28px 24px;
}

.vcc-benefit-card:last-child {
	border-right: 1px solid var(--vcc-line);
}

.vcc-benefit-card > span,
.vcc-process-grid > li > span {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.vcc-benefit-card > span {
	color: #7c4b20;
}

.vcc-process-grid > li > span {
	color: #d7b27a;
}

.vcc-benefit-card h3,
.vcc-audience-card h3,
.vcc-process-grid h3,
.vcc-tool-card h3 {
	font-size: 21px;
	line-height: 1.25;
	margin: 22px 0 12px;
}

.vcc-benefit-card p,
.vcc-audience-card p,
.vcc-process-grid p,
.vcc-tool-card p {
	color: var(--vcc-muted);
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
}

.vcc-section-link {
	display: inline-flex;
	margin-top: 4px;
}

.vcc-home-section--stone {
	background: var(--vcc-stone-100);
	border: 0 !important;
	margin-inline: -40px;
	padding-inline: 40px;
}

.vcc-audience-grid,
.vcc-tool-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vcc-audience-card,
.vcc-tool-card {
	background: #fff;
	border: 1px solid var(--vcc-stone-300);
	border-radius: 4px;
	color: var(--vcc-body) !important;
	display: flex;
	flex-direction: column;
	min-height: 320px;
	padding: 30px;
	text-decoration: none !important;
	transition: box-shadow 160ms ease, transform 160ms ease;
}

.vcc-audience-card:hover,
.vcc-tool-card:hover,
.vcc-library-card:hover {
	box-shadow: 0 14px 32px rgba(17, 24, 39, 0.09);
	transform: translateY(-2px);
}

.vcc-audience-card .vcc-meta,
.vcc-tool-card .vcc-meta {
	background: transparent;
	color: var(--vcc-brand-700) !important;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.vcc-audience-card h3,
.vcc-tool-card h3 {
	color: var(--vcc-ink);
}

.vcc-audience-card .vcc-card-link,
.vcc-tool-card .vcc-card-link {
	margin-top: auto;
	padding-top: 22px;
}

.vcc-process-section {
	background: var(--vcc-brand-900);
	border: 0 !important;
	margin-inline: -40px;
	padding-inline: 40px;
}

.vcc-process-section .vcc-eyebrow {
	color: #d7b27a;
}

.vcc-process-section h2,
.vcc-process-section h3 {
	color: #fff;
}

.vcc-process-section .vcc-section-heading > p,
.vcc-process-grid p {
	color: rgba(255, 255, 255, 0.73);
}

.vcc-process-grid {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	list-style: none;
	margin: 0 0 34px;
	padding: 0;
}

.vcc-process-grid > li {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	margin: 0;
	min-height: 235px;
	padding: 24px;
}

.vcc-process-grid > li:last-child {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.vcc-process-section > .vcc-button {
	background: #fff;
	border-color: #fff;
	color: var(--vcc-brand-900) !important;
}

.vcc-tool-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vcc-tool-card {
	border-color: var(--vcc-line);
	min-height: 300px;
	padding: 26px;
}

.vcc-insights-search {
	align-items: center;
	background: var(--vcc-info);
	border: 1px solid #c8dcfb;
	display: grid;
	gap: 52px;
	grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
	margin: 24px 0;
	padding: 48px;
}

.vcc-home-search {
	margin: 0;
}

.vcc-home-search label,
.vcc-library-filter label {
	color: var(--vcc-ink);
	display: block;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 8px;
}

.vcc-home-search__row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	margin-bottom: 14px;
}

.vcc-home-search input,
.vcc-library-filter input,
.vcc-library-filter select {
	background: #fff;
	border: 1px solid #aab4c1;
	border-radius: 4px;
	color: var(--vcc-ink);
	font-family: inherit;
	font-size: 16px;
	min-height: 52px;
	padding: 12px 14px;
	width: 100%;
}

.vcc-home-search__row input {
	border-radius: 4px 0 0 4px;
}

.vcc-home-search__row button {
	border-radius: 0 4px 4px 0;
}

.vcc-update-list {
	border-top: 1px solid var(--vcc-line);
}

.vcc-update-item {
	align-items: start;
	border-bottom: 1px solid var(--vcc-line);
	display: grid;
	gap: 28px;
	grid-template-columns: 150px minmax(0, 1fr);
	padding: 28px 0;
}

.vcc-update-item time {
	color: var(--vcc-muted);
	font-size: 14px;
}

.vcc-update-item h3 {
	font-size: 21px;
	line-height: 1.3;
	margin: 0 0 8px;
}

.vcc-update-item h3 a {
	color: var(--vcc-ink);
	text-decoration: none;
}

.vcc-update-item p {
	color: var(--vcc-muted);
	margin: 0;
}

.vcc-trust-section {
	align-items: stretch;
	background: #fff;
	border: 1px solid var(--vcc-line);
	display: grid;
	gap: 0;
	grid-template-columns: 1.1fr 0.9fr;
	margin: 24px 0 0;
}

.vcc-trust-section > div:first-child {
	padding: 48px;
}

.vcc-trust-section h2 {
	color: var(--vcc-ink) !important;
}

.vcc-trust-section .vcc-eyebrow {
	color: var(--vcc-brand-700) !important;
}

.vcc-coordinate-panel {
	background: var(--vcc-stone-100);
	padding: 44px;
}

.vcc-coordinate-panel h3 {
	font-size: 21px;
	margin: 0 0 18px;
}

.vcc-coordinate-panel ul {
	list-style: none;
	margin: 0 0 22px;
	padding: 0;
}

.vcc-coordinate-panel li {
	border-bottom: 1px solid var(--vcc-stone-300);
	color: var(--vcc-ink);
	font-weight: 600;
	padding: 11px 0 11px 22px;
	position: relative;
}

.vcc-coordinate-panel li::before {
	color: var(--vcc-bronze);
	content: "•";
	left: 3px;
	position: absolute;
}

.vcc-coordinate-panel p {
	color: var(--vcc-muted);
	font-size: 13px;
	line-height: 1.5;
	margin: 0;
}

.vcc-framework-links {
	align-items: center;
	border-bottom: 1px solid var(--vcc-line);
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	gap: 14px 24px;
	padding: 22px 4px;
}

.vcc-framework-links > span {
	color: var(--vcc-muted);
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.vcc-home-cta {
	align-items: center;
	background: var(--vcc-brand-900);
	border: 0;
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin: 80px 0;
	padding: 48px;
}

.vcc-home-cta .vcc-eyebrow {
	color: #d7b27a;
}

.vcc-home-cta h2 {
	color: #fff;
}

.vcc-home-cta > div > p {
	color: rgba(255, 255, 255, 0.76);
	margin-top: 16px;
	max-width: 800px;
}

/* Insights library */
.vcc-library__header {
	background:
		linear-gradient(90deg, rgba(23, 63, 57, 0.98), rgba(17, 24, 39, 0.9)),
		url("../images/vcc-structure-pattern.svg") right center / cover no-repeat;
	border: 0;
	color: #fff;
	margin: 0;
	padding: 58px 64px;
}

.vcc-library__header .vcc-eyebrow {
	color: #d7b27a;
}

.vcc-library__header h1 {
	color: #fff !important;
	font-size: clamp(44px, 5vw, 60px);
	line-height: 1.1;
	margin: 0 0 16px;
}

.vcc-library__header > p:last-child {
	color: rgba(255, 255, 255, 0.82);
	font-size: 19px;
	line-height: 1.5;
	margin: 0;
	max-width: 820px;
}

.vcc-library-hubs {
	background: #fff;
	border: 1px solid var(--vcc-stone-300);
	border-top: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 0 24px;
}

.vcc-library-hubs a {
	align-items: center;
	border-bottom: 1px solid var(--vcc-line);
	border-right: 1px solid var(--vcc-line);
	color: var(--vcc-ink) !important;
	display: flex;
	font-size: 15px;
	font-weight: 650;
	justify-content: space-between;
	min-height: 64px;
	padding: 16px 20px;
	text-decoration: none !important;
}

.vcc-library-hubs a:nth-child(3n) {
	border-right: 0;
}

.vcc-library-hubs a:nth-last-child(-n + 3) {
	border-bottom: 0;
}

.vcc-library-hubs a:hover,
.vcc-library-hubs a:focus-visible {
	background: var(--vcc-brand-100);
	color: var(--vcc-brand-900) !important;
}

.vcc-library-hubs a span {
	color: var(--vcc-bronze);
	font-size: 18px;
	margin-left: 16px;
}

.vcc-library-filter {
	align-items: end;
	background: var(--vcc-stone-100);
	border: 1px solid var(--vcc-stone-300);
	border-top: 0;
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(240px, 1.3fr) minmax(170px, 0.75fr) minmax(170px, 0.75fr) auto;
	margin: 0 0 22px;
	padding: 24px;
}

.vcc-library-filter__actions {
	align-items: center;
	display: flex;
	gap: 14px;
}

.vcc-library-filter__actions .vcc-button {
	white-space: nowrap;
}

.vcc-library__summary {
	color: var(--vcc-muted);
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 18px;
}

.vcc-library-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vcc-library-card {
	background: #fff;
	border: 1px solid var(--vcc-line);
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	min-height: 340px;
	padding: 26px;
	transition: box-shadow 160ms ease, transform 160ms ease;
}

.vcc-library-card__meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	gap: 8px 12px;
	margin: 0 0 18px;
}

.vcc-library-card .vcc-meta {
	background: var(--vcc-brand-100);
	border-radius: 2px;
	color: var(--vcc-brand-900) !important;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	margin: 0;
	padding: 6px 8px;
	text-transform: uppercase;
}

.vcc-library-card h2 {
	font-size: 20px;
	line-height: 1.34;
	margin: 0 0 14px;
}

.vcc-library-card h2 a {
	color: var(--vcc-ink);
	text-decoration: none;
}

.vcc-library-card > p {
	color: var(--vcc-muted);
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
}

.vcc-library-card__footer {
	align-items: end;
	border-top: 1px solid var(--vcc-line);
	display: flex;
	font-size: 12px;
	gap: 12px;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 18px;
}

.vcc-library-card__footer a {
	font-weight: 700;
	text-decoration: none;
}

.vcc-pagination {
	margin: 44px 0 76px;
}

.vcc-pagination .page-numbers {
	align-items: center;
	border: 1px solid var(--vcc-line);
	border-radius: 3px;
	display: inline-flex;
	justify-content: center;
	min-height: 44px;
	min-width: 44px;
}

.vcc-pagination .current {
	background: var(--vcc-brand-900);
	border-color: var(--vcc-brand-900);
	color: #fff;
}

/* Dark structured footer, echoing ACRA's information architecture. */
.vcc-global-footer {
	background: var(--vcc-footer);
	color: rgba(255, 255, 255, 0.76);
	font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
}

.vcc-global-footer__inner {
	display: grid;
	gap: 56px;
	grid-template-columns: 1.3fr 0.75fr 0.95fr;
	margin: 0 auto;
	max-width: 1240px;
	padding: 56px 20px 42px;
}

.vcc-global-footer__name {
	color: #fff !important;
	display: inline-flex;
	flex-direction: column;
	text-decoration: none !important;
}

.vcc-global-footer__name strong {
	font-size: 24px;
	letter-spacing: 0.06em;
}

.vcc-global-footer__name span {
	color: #d7b27a;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.16em;
	margin-top: 4px;
	text-transform: uppercase;
}

.vcc-global-footer__brand p {
	line-height: 1.6;
	max-width: 430px;
}

.vcc-global-footer__nav,
.vcc-global-footer__sources {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.vcc-global-footer__nav > span,
.vcc-global-footer__sources > span {
	color: rgba(255, 255, 255, 0.55);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.vcc-global-footer a {
	color: #fff;
	text-decoration-color: rgba(255, 255, 255, 0.34);
}

.vcc-global-footer__sources strong {
	color: #fff;
	font-size: 14px;
}

.vcc-global-footer__sources p {
	font-size: 13px;
	margin: 0 0 4px;
}

.vcc-global-footer__legal {
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	display: flex;
	font-size: 11px;
	gap: 24px;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1240px;
	padding: 20px;
}

@media (max-width: 1100px) {
	.vcc-home-section--stone,
	.vcc-process-section {
		margin-inline: -24px;
		padding-inline: 40px;
	}

	.vcc-benefit-grid,
	.vcc-tool-grid,
	.vcc-process-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vcc-benefit-card:nth-child(2) {
		border-right: 1px solid var(--vcc-line);
	}

	.vcc-benefit-card:nth-child(n + 3) {
		border-top: 0;
	}

	.vcc-process-grid > li:nth-child(2) {
		border-right: 1px solid rgba(255, 255, 255, 0.2);
	}

	.vcc-process-grid > li:nth-child(n + 3) {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}

	.vcc-library-filter {
		grid-template-columns: 1fr 1fr;
	}

	.vcc-library-filter__field--search,
	.vcc-library-filter__actions {
		grid-column: 1 / -1;
	}
}

@media (max-width: 980px) {
	.vcc-home-hero__inner {
		grid-template-columns: 1fr;
		padding: 0 24px;
	}

	.vcc-home-hero__copy {
		padding: 62px 0 42px;
	}

	.vcc-home-hero__brief {
		margin: 0 0 48px;
		padding: 28px;
	}

	.vcc-audience-grid,
	.vcc-library-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vcc-library-hubs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vcc-library-hubs a,
	.vcc-library-hubs a:nth-child(3n) {
		border-bottom: 1px solid var(--vcc-line);
		border-right: 1px solid var(--vcc-line);
	}

	.vcc-library-hubs a:nth-child(2n) {
		border-right: 0;
	}

	.vcc-library-hubs a:nth-last-child(-n + 2) {
		border-bottom: 0;
	}

	.vcc-insights-search,
	.vcc-trust-section {
		grid-template-columns: 1fr;
	}

	.vcc-insights-search {
		gap: 30px;
	}

	.vcc-global-footer__inner {
		grid-template-columns: 1.2fr 0.8fr;
	}

	.vcc-global-footer__sources {
		grid-column: 1 / -1;
	}
}

@media (max-width: 700px) {
	.vcc-research-desk-enabled #main-content > .container {
		padding-top: 16px;
		width: calc(100% - 32px);
	}

	.vcc-client-strip {
		align-items: flex-start;
		gap: 8px 14px;
		padding: 12px;
	}

	.vcc-client-strip > span:not(.vcc-client-strip__label),
	.vcc-client-strip > a:not(.vcc-client-strip__cta) {
		display: none;
	}

	.vcc-client-strip__cta {
		margin-left: auto;
		padding-top: 6px;
	}

	.vcc-home-hero {
		margin-left: calc(50% - 50vw);
	}

	.vcc-home-hero h1 {
		font-size: clamp(44px, 12.5vw, 52px);
		line-height: 1.1;
	}

	.vcc-home-hero__deck {
		font-size: 18px;
	}

	.vcc-actions,
	.vcc-actions .vcc-button {
		width: 100%;
	}

	.vcc-home-section {
		padding: 56px 0;
	}

	.vcc-home-section--stone,
	.vcc-process-section {
		margin-inline: -16px;
		padding-inline: 16px;
	}

	.vcc-section-heading {
		align-items: start;
		gap: 18px;
		grid-template-columns: 1fr;
		margin-bottom: 28px;
	}

	.vcc-section-heading h2,
	.vcc-insights-search h2,
	.vcc-trust-section h2,
	.vcc-home-cta h2 {
		font-size: 34px;
	}

	.vcc-benefit-grid,
	.vcc-audience-grid,
	.vcc-tool-grid,
	.vcc-process-grid,
	.vcc-library-grid,
	.vcc-library-filter {
		grid-template-columns: 1fr;
	}

	.vcc-benefit-card,
	.vcc-benefit-card:nth-child(2),
	.vcc-benefit-card:last-child {
		border: 1px solid var(--vcc-line);
		border-bottom: 0;
		min-height: 0;
	}

	.vcc-benefit-card:last-child {
		border-bottom: 1px solid var(--vcc-line);
	}

	.vcc-audience-card,
	.vcc-tool-card {
		min-height: 280px;
	}

	.vcc-process-grid > li,
	.vcc-process-grid > li:nth-child(2),
	.vcc-process-grid > li:nth-child(n + 3),
	.vcc-process-grid > li:last-child {
		border: 1px solid rgba(255, 255, 255, 0.2);
		border-bottom: 0;
		min-height: 0;
	}

	.vcc-process-grid > li:last-child {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}

	.vcc-insights-search {
		margin-inline: -16px;
		padding: 36px 20px;
	}

	.vcc-home-search__row {
		grid-template-columns: 1fr;
	}

	.vcc-home-search__row input,
	.vcc-home-search__row button {
		border-radius: 4px;
	}

	.vcc-home-search__row button {
		margin-top: 8px;
	}

	.vcc-update-item {
		gap: 8px;
		grid-template-columns: 1fr;
	}

	.vcc-trust-section > div:first-child,
	.vcc-coordinate-panel {
		padding: 32px 24px;
	}

	.vcc-framework-links {
		align-items: flex-start;
		flex-direction: column;
	}

	.vcc-home-cta {
		align-items: flex-start;
		gap: 28px;
		grid-template-columns: 1fr;
		margin: 56px 0;
		padding: 34px 24px;
	}

	.vcc-library__header {
		margin-inline: -2vw;
		padding: 42px 24px;
	}

	.vcc-library__header h1 {
		font-size: 43px;
	}

	.vcc-library-hubs {
		grid-template-columns: 1fr;
	}

	.vcc-library-hubs a,
	.vcc-library-hubs a:nth-child(2n),
	.vcc-library-hubs a:nth-child(3n),
	.vcc-library-hubs a:nth-last-child(-n + 2) {
		border-bottom: 1px solid var(--vcc-line);
		border-right: 0;
	}

	.vcc-library-hubs a:last-child {
		border-bottom: 0;
	}

	.vcc-library-filter {
		padding: 20px;
	}

	.vcc-library-filter__field--search,
	.vcc-library-filter__actions {
		grid-column: auto;
	}

	.vcc-library-filter__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.vcc-library-card {
		min-height: 0;
	}

	.vcc-global-footer__inner {
		gap: 34px;
		grid-template-columns: 1fr;
		padding: 44px 24px 34px;
	}

	.vcc-global-footer__sources {
		grid-column: auto;
	}

	.vcc-global-footer__legal {
		flex-direction: column;
		padding: 20px 24px 28px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vcc-audience-card,
	.vcc-tool-card,
	.vcc-library-card {
		transition: none;
	}
}
