:root {
	--vcs-navy: #0f2648;
	--vcs-red: #e22828;
	--vcs-white: #ffffff;
	--vcs-gray-100: #f6f7f8;
	--vcs-gray-200: #e9ecef;
	--vcs-gray-500: #adb5bd;
	--vcs-gray-800: #343a40;
	--vcs-black: #050608;
	--vcs-ink: #10151d;
	--vcs-muted: #5d6875;
	--site-width: 1180px;
	--space-section: clamp(4rem, 8vw, 7rem);
	--radius: 8px;
	--shadow: 0 24px 70px rgba(5, 6, 8, 0.22);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--vcs-white);
	color: var(--vcs-ink);
	font-family: Avenir, "Avenir Next", "Segoe UI", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

body.nav-open {
	overflow: hidden;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: var(--vcs-red);
}

img {
	display: block;
	height: auto;
	max-width: 100%;
}

h1,
h2,
h3,
p {
	margin-top: 0;
}

h1,
h2,
h3 {
	line-height: 1.03;
}

h1 {
	font-size: clamp(3rem, 7vw, 6.8rem);
	letter-spacing: 0;
	margin-bottom: 1.4rem;
}

h2 {
	font-size: clamp(1.9rem, 4vw, 3.8rem);
	letter-spacing: 0;
	margin-bottom: 1rem;
}

h3 {
	font-size: clamp(1.3rem, 2.2vw, 1.85rem);
	margin-bottom: 0.75rem;
}

.site-shell {
	margin: 0 auto;
	max-width: var(--site-width);
	padding: 0 clamp(1rem, 4vw, 2rem);
	width: 100%;
}

.skip-link {
	background: var(--vcs-red);
	color: var(--vcs-white);
	left: 1rem;
	padding: 0.7rem 1rem;
	position: fixed;
	top: -100px;
	z-index: 100;
}

.skip-link:focus {
	top: 1rem;
}

.site-header {
	background: rgba(5, 6, 8, 0.88);
	backdrop-filter: blur(18px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	color: var(--vcs-white);
	left: 0;
	position: sticky;
	right: 0;
	top: 0;
	z-index: 20;
}

.site-header-inner {
	align-items: center;
	display: grid;
	gap: 0.75rem;
	grid-template-columns: auto 1fr auto;
	min-height: 76px;
}

.brand {
	align-items: center;
	display: inline-flex;
	gap: 0.75rem;
	font-weight: 800;
	letter-spacing: 0;
	min-width: 0;
	position: relative;
	z-index: 1;
}

.brand-mark {
	align-items: center;
	background: var(--vcs-red);
	clip-path: polygon(10% 0, 50% 12%, 90% 0, 90% 64%, 50% 100%, 10% 64%);
	color: var(--vcs-navy);
	display: inline-flex;
	font-size: 1.35rem;
	font-weight: 900;
	height: 42px;
	justify-content: center;
	width: 38px;
}

.brand-mark-image {
	display: block;
	filter: drop-shadow(0 4px 14px rgba(226, 40, 40, 0.16));
	height: 46px;
	object-fit: contain;
	width: auto;
}

.brand-text {
	color: var(--vcs-white);
	font-size: 1rem;
	font-weight: 900;
	white-space: nowrap;
}

.primary-nav {
	justify-self: end;
}

.primary-menu {
	align-items: center;
	display: flex;
	gap: clamp(0.7rem, 1.35vw, 1.25rem);
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-menu a {
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(0.78rem, 0.95vw, 0.86rem);
	font-weight: 700;
	white-space: nowrap;
}

.primary-menu a:hover {
	color: var(--vcs-white);
}

.header-cta,
.button {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 8px;
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 800;
	justify-content: center;
	min-height: 46px;
	padding: 0.85rem 1rem;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
	white-space: nowrap;
}

.button-primary {
	background: var(--vcs-red);
	color: var(--vcs-white);
}

.header-cta {
	background: rgba(226, 40, 40, 0.14);
	border-color: rgba(226, 40, 40, 0.45);
	color: var(--vcs-white);
	font-size: 0.86rem;
	padding: 0.78rem 0.95rem;
}

.button-secondary {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.28);
	color: var(--vcs-white);
}

.header-cta:hover,
.button:hover {
	color: var(--vcs-white);
	transform: translateY(-1px);
}

.header-cta:hover {
	background: rgba(226, 40, 40, 0.22);
	border-color: rgba(226, 40, 40, 0.62);
}

.button-primary:hover {
	background: #c91d1d;
}

.button-secondary:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.55);
}

.button.is-disabled {
	cursor: not-allowed;
	opacity: 0.5;
	pointer-events: none;
}

.button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
}

.nav-toggle {
	background: transparent;
	border: 0;
	display: none;
	height: 44px;
	justify-self: end;
	padding: 0;
	width: 44px;
}

.nav-toggle span {
	background: var(--vcs-white);
	display: block;
	height: 2px;
	margin: 6px auto;
	width: 24px;
}

.hero {
	background:
		linear-gradient(120deg, rgba(5, 6, 8, 0.95), rgba(15, 38, 72, 0.92)),
		radial-gradient(circle at 75% 25%, rgba(226, 40, 40, 0.35), transparent 26%),
		var(--vcs-black);
	color: var(--vcs-white);
	overflow: hidden;
	padding: clamp(2.6rem, 4.8vw, 4.2rem) 0 clamp(7rem, 10vw, 8.75rem);
	position: relative;
}

.hero::after {
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
	background-size: 48px 48px;
	content: "";
	inset: 0;
	mask-image: linear-gradient(to bottom, black, transparent 78%);
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.hero-grid {
	align-items: center;
	display: flex;
	gap: clamp(2rem, 5.5vw, 4.5rem);
	min-height: clamp(500px, 54vw, 680px);
	position: relative;
	z-index: 3;
}

.hero-copy {
	max-width: 680px;
	width: 100%;
	position: relative;
	z-index: 4;
}

.hero .eyebrow {
	color: var(--vcs-red);
	font-size: clamp(1.7rem, 3.35vw, 3.6rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 1.25rem;
	text-transform: none;
	white-space: nowrap;
	max-width: 100%;
}

.hero h1 {
	color: rgba(255, 255, 255, 0.86);
	font-size: clamp(1.75rem, 3.8vw, 3.4rem);
	line-height: 1.08;
	max-width: 720px;
}

.eyebrow {
	color: #d63a3a;
	font-size: 0.84rem;
	font-weight: 800;
	letter-spacing: 0.135em;
	line-height: 1.1;
	margin-bottom: 0.95rem;
	text-transform: uppercase;
}

.hero-intro {
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(1.1rem, 2vw, 1.28rem);
	margin-bottom: 2rem;
	max-width: 650px;
}

.hero-panel {
	aspect-ratio: auto;
	background: none;
	border: 0;
	box-shadow: none;
	inset: 0;
	min-height: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.hero-canvas {
	height: 100%;
	inset: 0;
	opacity: 0.88;
	pointer-events: none;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.hero-panel::before,
.hero-panel::after {
	content: "";
	pointer-events: none;
	position: absolute;
	z-index: 2;
}

.hero-panel::before {
	background: linear-gradient(90deg, rgba(5, 6, 8, 0.98) 0%, rgba(5, 6, 8, 0.92) 26%, rgba(5, 6, 8, 0.76) 44%, rgba(5, 6, 8, 0.3) 62%, rgba(5, 6, 8, 0) 80%);
	inset: 0 44% 0 0;
}

.hero-panel::after {
	background:
		radial-gradient(circle at 86% 30%, rgba(226, 40, 40, 0.22), transparent 12%),
		linear-gradient(90deg, rgba(32, 58, 109, 0) 0%, rgba(26, 45, 88, 0.12) 28%, rgba(90, 49, 96, 0.18) 62%, rgba(122, 48, 74, 0.26) 100%);
	inset: 0 0 0 52%;
}

.shield-ghost {
	bottom: -2rem;
	color: rgba(255, 255, 255, 0.07);
	font-size: clamp(12rem, 24vw, 22rem);
	font-weight: 900;
	left: 74%;
	line-height: 0.8;
	pointer-events: none;
	position: absolute;
	transform: translateX(-50%);
	z-index: 2;
}

.hero-stage {
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 3;
}

.hero-stage-state {
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: translate3d(0, 16px, 0);
	transition: opacity 420ms ease, transform 420ms ease;
}

.hero-stage-state.is-active {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.hero-stage-kicker {
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	position: absolute;
	right: 10.5%;
	text-transform: uppercase;
	top: 17.5%;
	z-index: 5;
}

.hero-stage-shell {
	height: 100%;
	position: relative;
	width: 100%;
}

.hero-stage-shot {
	background: rgba(7, 9, 15, 0.24);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 16px;
	box-shadow: 0 24px 56px rgba(0, 0, 0, 0.12);
	margin: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	z-index: 4;
}

.hero-stage-shot img {
	display: block;
	height: 100%;
	object-fit: cover;
	opacity: 0.88;
	width: 100%;
}

.hero-stage-shot-main {
	height: 41%;
	right: 6%;
	top: 24%;
	width: min(31vw, 500px);
}

.hero-stage-shot-secondary {
	bottom: 25%;
	border: 1px solid rgba(226, 40, 40, 0.42);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(226, 40, 40, 0.08);
	height: 22%;
	right: 22%;
	width: min(18vw, 285px);
	z-index: 6;
}

.hero-stage-shot-light {
	background: rgba(255, 255, 255, 0.96);
}

.hero-stage-shot-photo img {
	object-position: center 35%;
}

.hero-stage-shot-consulting img {
	filter: grayscale(1);
}

.hero-stage-state[data-hero-state="amrass"] .hero-stage-shot-main,
.hero-stage-state[data-hero-state="iats"] .hero-stage-shot-main,
.hero-stage-state[data-hero-state="avtg"] .hero-stage-shot-main {
	background: transparent;
	border: 0;
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.0);
}

.hero-stage-state[data-hero-state="amrass"] .hero-stage-shot-main img,
.hero-stage-state[data-hero-state="iats"] .hero-stage-shot-main img,
.hero-stage-state[data-hero-state="avtg"] .hero-stage-shot-main img {
	object-fit: contain;
	object-position: center center;
	opacity: 0.96;
}

.hero-stage-chip {
	background: rgba(5, 6, 8, 0.85);
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
	padding: 0.8rem 0.9rem;
	pointer-events: none;
	position: absolute;
	width: min(235px, 40%);
	z-index: 7;
}

.hero-stage-chip span {
	color: var(--vcs-gray-500);
	display: block;
	font-size: 0.75rem;
	font-weight: 800;
	margin-bottom: 0.45rem;
	text-transform: uppercase;
}

.hero-stage-chip strong {
	display: block;
	line-height: 1.25;
}

.hero-stage-chip-one {
	left: 58.5%;
	top: 20.5%;
}

.hero-stage-chip-two {
	display: none;
}

.hero-stage-nav {
	bottom: 14.5rem;
	display: flex;
	gap: 0.55rem;
	left: 71%;
	pointer-events: auto;
	position: absolute;
	right: auto;
	transform: translateX(-50%);
	z-index: 9;
}

.hero-stage-tab {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.78);
	cursor: pointer;
	font-size: 0.84rem;
	font-weight: 800;
	padding: 0.55rem 0.9rem;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.hero-stage-tab:hover,
.hero-stage-tab:focus-visible,
.hero-stage-tab.is-active {
	background: rgba(226, 40, 40, 0.18);
	border-color: rgba(226, 40, 40, 0.4);
	color: var(--vcs-white);
	outline: none;
	transform: translateY(-1px);
}

@media (min-width: 1181px) {
	.hero-stage-shot-main {
		left: calc(50% + 275px);
		right: auto;
		width: min(25vw, 420px);
	}

	.hero-stage-chip-one {
		left: calc(50% + 215px);
	}

	.hero-stage-nav {
		left: calc(50% + 485px);
	}
}

.stats-band {
	background:
		linear-gradient(180deg, transparent 0%, transparent 58%, var(--vcs-white) 58%, var(--vcs-white) 100%);
	border-bottom: 1px solid var(--vcs-gray-200);
	margin-top: clamp(-8.5rem, -9vw, -5rem);
	padding-top: clamp(2.2rem, 3vw, 3rem);
	position: relative;
	z-index: 2;
}

.stats-stack {
	filter: drop-shadow(0 22px 40px rgba(7, 9, 15, 0.08));
}

.stats-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.stat-card {
	background: var(--vcs-white);
	border-left: 1px solid var(--vcs-gray-200);
	border-top: 1px solid var(--vcs-gray-200);
	min-height: 170px;
	padding: 2rem 1.4rem;
}

.stat-card:last-child {
	border-right: 1px solid var(--vcs-gray-200);
}

.stat-card strong {
	color: var(--vcs-navy);
	display: block;
	font-size: clamp(2.5rem, 5vw, 4rem);
	line-height: 1;
	margin-bottom: 0.8rem;
}

.stat-card span {
	color: var(--vcs-muted);
	display: block;
	font-weight: 800;
	line-height: 1.25;
}

.stats-support-strip {
	align-items: start;
	background: var(--vcs-white);
	border: 1px solid var(--vcs-gray-200);
	border-top: 0;
	display: grid;
	gap: 0.15rem 1rem;
	grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
	padding: 0.95rem 1.4rem 1.05rem;
}

.stats-support-strip strong {
	color: var(--vcs-navy);
	font-size: clamp(1.2rem, 2vw, 1.65rem);
	line-height: 1.1;
	margin: 0;
}

.stats-support-strip p {
	color: var(--vcs-muted);
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.28;
	margin: 0;
}

.section {
	padding: var(--space-section) 0;
}

.section-muted {
	background: var(--vcs-gray-100);
}

.section-dark {
	background: var(--vcs-black);
	color: var(--vcs-white);
}

.testing-hero {
	background:
		linear-gradient(120deg, rgba(5, 6, 8, 0.96), rgba(15, 38, 72, 0.94)),
		var(--vcs-black);
	color: var(--vcs-white);
	overflow: hidden;
	padding: clamp(1.15rem, 2.6vw, 2.25rem) 0;
	position: relative;
}

.testing-hero-grid,
.testing-home-grid,
.testing-context-grid {
	align-items: center;
	display: grid;
	gap: clamp(2rem, 5vw, 4rem);
	grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
}

.testing-hero-grid {
	align-items: center;
	grid-template-columns: 1fr;
	min-height: clamp(330px, 38vw, 500px);
	position: relative;
	z-index: 3;
}

.testing-home-grid {
	gap: 2rem;
	grid-template-columns: 1fr;
}

.testing-home-top {
	align-items: center;
	display: grid;
	gap: clamp(2rem, 5vw, 4rem);
	grid-template-columns: minmax(0, 0.8fr) minmax(560px, 1.2fr);
}

.testing-home-bottom {
	display: grid;
	gap: 1rem;
}

.testing-hero-copy {
	max-width: min(54vw, 760px);
	padding-right: clamp(1rem, 4vw, 3rem);
	padding-top: 0;
	position: relative;
	z-index: 3;
}

.testing-home-copy {
	max-width: 760px;
}

.page-hero h1,
.testing-hero-copy h1 {
	color: rgba(255, 255, 255, 0.96);
	font-size: clamp(1.95rem, 3vw, 3.4rem);
	line-height: 1.04;
	margin-bottom: 1rem;
}

.testing-hero-copy h1 {
	font-size: clamp(2.05rem, 2.65vw, 3.1rem);
	max-width: 26ch;
	text-wrap: balance;
}

.testing-home-copy h2 {
	color: rgba(255, 255, 255, 0.96);
	font-size: clamp(1.8rem, 2.5vw, 2.8rem);
	line-height: 1.08;
	margin-bottom: 1rem;
	max-width: 19ch;
}

.testing-hero-intro {
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(0.92rem, 1.08vw, 1rem);
	line-height: 1.5;
	max-width: 42rem;
}

.page-hero .eyebrow,
.testing-hero-copy .eyebrow,
.testing-home-copy .eyebrow {
	margin-bottom: 1rem;
}

.testing-hero-media,
.testing-home-media {
	margin: 0;
}

.testing-hero-media {
	height: 100%;
	inset: 0;
	margin-top: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.testing-hero-telemetry {
	display: block;
	height: 100%;
	inset: 0;
	max-width: none;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.testing-hero-telemetry::before {
	background:
		linear-gradient(90deg, rgba(15, 38, 72, 0) 0%, rgba(15, 38, 72, 0.08) 36%, rgba(24, 42, 78, 0.18) 52%, rgba(56, 46, 86, 0.3) 68%, rgba(112, 45, 77, 0.38) 84%, rgba(186, 53, 67, 0.28) 100%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.testing-hero-telemetry::after {
	background: linear-gradient(90deg, rgba(5, 6, 8, 0.98) 0%, rgba(5, 6, 8, 0.92) 14%, rgba(5, 6, 8, 0.76) 28%, rgba(5, 6, 8, 0.48) 44%, rgba(5, 6, 8, 0.18) 60%, rgba(5, 6, 8, 0.04) 74%, rgba(5, 6, 8, 0) 88%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 2;
}

.testing-hero-panel {
	aspect-ratio: auto;
	background: transparent;
	border: 0;
	box-shadow: none;
	height: 100%;
	inset: 0;
	min-height: 0;
	position: absolute;
	transform: none;
	width: 100%;
	z-index: 1;
}

.testing-hero-panel .hero-canvas {
	opacity: 1;
}

.testing-hero-panel .signal-card {
	background: rgba(8, 12, 20, 0.64);
	border-color: rgba(255, 255, 255, 0.08);
	box-shadow: none;
	z-index: 3;
}

.testing-hero-panel .shield-ghost {
	bottom: auto;
	color: rgba(226, 40, 40, 0.32);
	font-size: clamp(13rem, 25vw, 23rem);
	left: 71%;
	opacity: 0.72;
	text-shadow: 0 0 42px rgba(226, 40, 40, 0.1);
	top: 57%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.testing-hero-panel::before,
.testing-hero-panel::after {
	content: none;
	display: none;
}

.testing-hero-panel .signal-card {
	width: min(235px, 24%);
}

.testing-hero-panel .signal-card-one {
	left: 61%;
	top: 14%;
}

.testing-hero-panel .signal-card-two {
	bottom: 13%;
	right: 8%;
}

.testing-hero-panel .signal-card span {
	color: rgba(255, 255, 255, 0.58);
}

.testing-hero-panel .signal-card strong {
	color: rgba(255, 255, 255, 0.9);
}

.testing-hero-image-frame {
	aspect-ratio: 1.34;
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 22px 50px rgba(0, 0, 0, 0.28);
	overflow: hidden;
	position: relative;
	transform: translate3d(0, 28px, 0);
	transition: transform 120ms linear;
}

.testing-home-image-frame {
	aspect-ratio: 1.42;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	box-shadow: 0 28px 60px rgba(0, 0, 0, 0.34);
	max-width: 900px;
	overflow: hidden;
	position: relative;
	transform: translate3d(0, 28px, 0);
	transition: transform 120ms linear;
}

.testing-home-video-frame {
	aspect-ratio: 1.72;
	border-radius: 12px;
	cursor: default;
	max-width: 980px;
}

.testing-home-video-frame::after {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(15, 38, 72, 0.18)),
		linear-gradient(90deg, rgba(5, 6, 8, 0.14), rgba(5, 6, 8, 0));
}

.testing-home-media video {
	background: rgba(5, 6, 8, 0.25);
	object-position: center center;
}

.testing-home-media img {
	background: rgba(5, 6, 8, 0.38);
	object-fit: contain;
	object-position: center center;
}

.image-expand-trigger {
	appearance: none;
	background: transparent;
	border: 0;
	padding: 0;
	text-align: inherit;
	width: 100%;
}

.image-expand-trigger:focus-visible {
	outline: 2px solid var(--vcs-red);
	outline-offset: 4px;
}

.testing-hero-image-frame::after {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(15, 38, 72, 0.12));
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.testing-home-image-frame::after {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(15, 38, 72, 0.12));
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.testing-hero-media img,
.testing-hero-media video,
.testing-home-media img,
.testing-home-media video {
	display: block;
	height: 100%;
	object-fit: cover;
	transform: none;
	transform-origin: center center;
	transition: transform 120ms linear;
	width: 100%;
}

.testing-hero-media video {
	background: rgba(5, 6, 8, 0.25);
}

.testing-home-media video {
	background: rgba(5, 6, 8, 0.25);
}

.testing-hero-media figcaption,
.testing-home-media figcaption {
	color: rgba(255, 255, 255, 0.66);
	font-size: 0.78rem;
	margin-top: 0.75rem;
	max-width: 38rem;
}

.image-lightbox-open {
	overflow: hidden;
}

.image-lightbox {
	inset: 0;
	position: fixed;
	z-index: 1200;
}

.image-lightbox-backdrop {
	background: rgba(4, 8, 14, 0.82);
	inset: 0;
	position: absolute;
}

.image-lightbox-dialog {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	padding: clamp(1.25rem, 4vw, 2.5rem);
	position: relative;
}

.image-lightbox-figure {
	margin: 0;
	max-width: min(1100px, 100%);
	position: relative;
}

.image-lightbox-image {
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
	display: block;
	height: auto;
	max-height: 82vh;
	max-width: 100%;
	width: auto;
}

.image-lightbox-caption {
	color: rgba(255, 255, 255, 0.76);
	font-size: 0.86rem;
	margin-top: 0.9rem;
}

.image-lightbox-close {
	align-items: center;
	appearance: none;
	background: rgba(15, 38, 72, 0.78);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	color: var(--vcs-white);
	cursor: pointer;
	display: inline-flex;
	font-size: 1.65rem;
	height: 2.9rem;
	justify-content: center;
	position: absolute;
	right: clamp(1rem, 3vw, 2rem);
	top: clamp(1rem, 3vw, 2rem);
	width: 2.9rem;
}

.image-lightbox-close:hover,
.image-lightbox-close:focus-visible {
	background: rgba(226, 40, 40, 0.9);
	border-color: rgba(226, 40, 40, 0.9);
}

.section-heading {
	margin-bottom: clamp(2rem, 5vw, 3.5rem);
	max-width: 790px;
}

#capabilities .section-heading {
	max-width: 980px;
}

.testing-hero .section-heading,
.page-template-page-testing .section-heading {
	max-width: none;
}

.testing-page .section-heading {
	max-width: 1080px;
}

.software-page .section-heading {
	max-width: 1080px;
}

.testing-page .section-heading h2 {
	font-size: clamp(1.95rem, 3vw, 3.05rem);
	line-height: 1.08;
	text-wrap: pretty;
}

.software-page .section-heading h2 {
	font-size: clamp(1.95rem, 3vw, 3.05rem);
	line-height: 1.08;
	text-wrap: pretty;
}

.testing-page .section-heading p:not(.eyebrow) {
	font-size: 1.02rem;
	max-width: 58rem;
}

.section-heading p:not(.eyebrow),
.evidence-grid p:not(.eyebrow),
.split-cta p:not(.eyebrow) {
	color: var(--vcs-muted);
	font-size: 1.08rem;
}

.section-dark .section-heading p:not(.eyebrow),
.section-dark .evidence-grid p:not(.eyebrow),
.section-dark .split-cta p:not(.eyebrow) {
	color: rgba(255, 255, 255, 0.7);
}

.section-heading-row {
	display: block;
	max-width: none;
}

#capabilities .section-heading h2,
.testing-home-copy h2,
.consulting-home-copy h2,
.software-projects-band .section-heading h2,
#news .section-heading h2,
#contact h2 {
	font-size: clamp(2.15rem, 3.35vw, 3.45rem);
	line-height: 1.06;
	text-wrap: balance;
}

#capabilities .section-heading h2,
.consulting-home-copy h2,
#news .section-heading h2 {
	color: var(--vcs-ink);
}

.testing-home-copy h2,
.software-projects-band .section-heading h2,
#contact h2 {
	color: rgba(255, 255, 255, 0.94);
}

#capabilities .eyebrow,
#consulting-home .eyebrow,
#news .eyebrow,
#evidence .eyebrow,
#projects .eyebrow,
#contact .eyebrow {
	color: var(--vcs-red);
}

.text-link {
	align-items: center;
	color: var(--vcs-ink);
	display: inline-flex;
	gap: 0.55rem;
	font-weight: 900;
	margin-top: 0.25rem;
	transition: color 180ms ease;
}

.text-link::after {
	color: var(--vcs-red);
	content: ">";
	font-size: 1rem;
	font-weight: 900;
	line-height: 1;
	transition: transform 180ms ease;
}

.text-link-back::before {
	color: var(--vcs-red);
	content: "<";
	font-size: 1rem;
	font-weight: 900;
	line-height: 1;
	transition: transform 180ms ease;
}

.text-link-back::after {
	content: none;
}

.text-link:hover,
.text-link:focus-visible {
	color: var(--vcs-red);
}

.text-link:hover::after,
.text-link:focus-visible::after {
	transform: translateX(3px);
}

.text-link-back:hover::before,
.text-link-back:focus-visible::before {
	transform: translateX(-3px);
}

.section-dark .text-link {
	color: var(--vcs-white);
}

.section-dark .text-link:hover,
.section-dark .text-link:focus-visible {
	color: var(--vcs-red);
}

.testing-home-copy .text-link {
	margin-top: 0.35rem;
}

.testing-home-copy > p:not(.eyebrow) {
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(0.92rem, 1.02vw, 0.98rem);
	line-height: 1.5;
	max-width: 33rem;
}

.testing-home-facts {
	display: grid;
	gap: 0.85rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0;
}

.testing-home-facts span {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.9);
	display: block;
	font-weight: 800;
	padding: 1rem 1.1rem;
}

.testing-home-bottom .systems-list {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.testing-home-bottom .text-link {
	color: var(--vcs-white);
	margin-top: 0.5rem;
}

.testing-home-bottom .text-link:hover,
.testing-home-bottom .text-link:focus-visible {
	color: var(--vcs-red);
}

.testing-home-bottom .text-link:hover::after,
.testing-home-bottom .text-link:focus-visible::after {
	transform: translateX(3px);
}

.capability-grid,
.news-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, 1fr);
}

.news-empty {
	color: var(--vcs-muted);
	font-size: clamp(1rem, 1.4vw, 1.15rem);
	line-height: 1.65;
	margin: 0;
	max-width: 42rem;
}

.software-projects-band {
	background:
		radial-gradient(circle at 12% 18%, rgba(226, 40, 40, 0.18), transparent 28%),
		radial-gradient(circle at 82% 16%, rgba(255, 255, 255, 0.07), transparent 22%),
		linear-gradient(180deg, #07090f 0%, #101b2b 22%, #122033 100%);
	overflow: hidden;
	position: relative;
}

.software-projects-shell {
	position: relative;
	z-index: 1;
}

.software-projects-background {
	inset: 0;
	overflow: hidden;
	position: absolute;
}

.software-projects-background::before,
.software-projects-background::after {
	content: "";
	inset: 0;
	position: absolute;
}

.software-projects-background::before {
	background:
		repeating-linear-gradient(
			90deg,
			rgba(255, 255, 255, 0.05) 0,
			rgba(255, 255, 255, 0.05) 1px,
			transparent 1px,
			transparent 56px
		),
		repeating-linear-gradient(
			180deg,
			rgba(255, 255, 255, 0.045) 0,
			rgba(255, 255, 255, 0.045) 1px,
			transparent 1px,
			transparent 56px
		);
	opacity: 0.52;
}

.software-projects-background::after {
	background:
		linear-gradient(90deg, rgba(12, 16, 25, 0.84) 0%, rgba(12, 16, 25, 0.56) 18%, rgba(12, 16, 25, 0.32) 52%, rgba(12, 16, 25, 0.58) 100%),
		linear-gradient(180deg, rgba(6, 8, 12, 0.26) 0%, rgba(15, 22, 35, 0.08) 18%, rgba(15, 22, 35, 0.18) 100%);
}

.software-projects-canvas {
	height: 100%;
	inset: 0;
	opacity: 1;
	position: absolute;
	width: 100%;
}

.software-projects-band .section-heading-row {
	display: block;
	max-width: none;
}

.software-projects-band .section-heading h2,
.software-projects-band .section-heading p:not(.eyebrow) {
	color: rgba(255, 255, 255, 0.92);
}

.software-projects-band .section-heading p:not(.eyebrow) {
	max-width: 58rem;
}

.project-meta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.25rem;
}

.project-meta-row span {
	background: rgba(26, 34, 48, 0.88);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	color: rgba(255, 255, 255, 0.92);
	font-size: 0.84rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	padding: 0.65rem 0.95rem;
}

.software-projects-band .text-link {
	margin-top: 1.15rem;
}

.project-preview-grid {
	display: grid;
	gap: 1rem;
	grid-auto-columns: minmax(360px, 34%);
	grid-auto-flow: column;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	padding-bottom: 1.6rem;
	scroll-snap-type: inline mandatory;
	scrollbar-color: var(--vcs-red) var(--vcs-gray-200);
	scrollbar-width: auto;
}

.project-rail-wrap {
	position: relative;
}

.software-projects-band .project-rail-wrap::after {
	background: linear-gradient(90deg, rgba(9, 22, 39, 0), rgba(9, 22, 39, 0.96));
	bottom: 1.6rem;
	content: "";
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	width: min(14vw, 140px);
}

.project-preview-grid .project-card {
	scroll-snap-align: start;
}

.project-preview-grid::-webkit-scrollbar {
	display: block;
	height: 14px;
}

.project-preview-grid::-webkit-scrollbar-track {
	background: var(--vcs-gray-200);
	border-radius: 999px;
}

.project-preview-grid::-webkit-scrollbar-thumb {
	background: var(--vcs-red);
	border: 3px solid var(--vcs-gray-200);
	border-radius: 999px;
}

.software-projects-band .project-preview-grid {
	scrollbar-color: var(--vcs-red) rgba(255, 255, 255, 0.12);
}

.software-projects-band .project-preview-grid::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.12);
}

.software-projects-band .project-preview-grid::-webkit-scrollbar-thumb {
	border-color: rgba(255, 255, 255, 0.12);
}

.software-page .project-preview-grid {
	grid-auto-columns: auto;
	grid-auto-flow: row;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	overflow: visible;
	overscroll-behavior-inline: auto;
	padding-bottom: 0;
	scroll-snap-type: none;
	scrollbar-width: none;
}

.software-page .project-preview-grid::-webkit-scrollbar {
	display: none;
}

.software-page .project-preview-grid .project-card {
	scroll-snap-align: unset;
}

.capability-card,
.project-card,
.news-card,
.listing-card {
	background: var(--vcs-white);
	border: 1px solid var(--vcs-gray-200);
	min-height: 300px;
	padding: clamp(1.25rem, 2.3vw, 2rem);
}

.fact-card {
	background: var(--vcs-white);
	border: 1px solid var(--vcs-gray-200);
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
	min-height: 0;
	padding: clamp(1.25rem, 2.3vw, 1.8rem);
}

.fact-card strong {
	color: var(--vcs-ink);
	font-size: clamp(1.05rem, 2vw, 1.35rem);
	font-weight: 900;
}

.fact-card span {
	color: var(--vcs-muted);
}

.project-card {
	display: flex;
	padding: 0;
}

.software-projects-band .project-card {
	background: linear-gradient(180deg, rgba(12, 27, 48, 0.9), rgba(8, 18, 33, 0.96));
	border-color: rgba(255, 255, 255, 0.12);
	box-shadow: 0 22px 44px rgba(0, 0, 0, 0.2);
	min-height: 0;
	position: relative;
}

.home .software-projects-band .project-card {
	min-height: 18.5rem;
}

.software-projects-band .project-card::before {
	background: linear-gradient(90deg, rgba(226, 40, 40, 0), rgba(226, 40, 40, 0.95), rgba(226, 40, 40, 0));
	content: "";
	height: 3px;
	left: 1.25rem;
	opacity: 0.9;
	position: absolute;
	right: 1.25rem;
	top: 0;
}

.capability-card {
	background: linear-gradient(180deg, #ffffff, #f8f9fa);
	color: inherit;
	display: flex;
	flex-direction: column;
	text-decoration: none;
	transform: translateY(0);
	transition:
		transform 180ms ease,
		box-shadow 180ms ease;
}

.capability-icon {
	align-items: center;
	display: inline-flex;
	height: 72px;
	justify-content: center;
	flex: 0 0 auto;
	width: 72px;
}

.capability-icon img {
	display: block;
	height: 72px;
	width: 72px;
}

#consulting .capability-icon img {
	transform: scale(1.16);
	transform-origin: center;
}

.capability-heading {
	align-items: center;
	display: flex;
	gap: 1rem;
	margin-bottom: 1.35rem;
}

.capability-heading h3 {
	margin: 0;
}

.capability-card:hover,
.capability-card:focus-within {
	box-shadow: 0 20px 40px rgba(15, 38, 72, 0.08);
	transform: translateY(-4px);
}

.capability-card p,
.project-card p,
.news-card p,
.listing-card p {
	color: var(--vcs-muted);
}

.capability-card-action,
.project-card a,
.news-card a,
.listing-card a {
	font-weight: 900;
}

.capability-card-action {
	align-items: center;
	display: inline-flex;
	gap: 0.55rem;
	margin-top: auto;
	padding-top: 1.6rem;
	transition: color 180ms ease;
}

.capability-card-action::after {
	color: var(--vcs-red);
	content: ">";
	font-size: 1rem;
	font-weight: 900;
	line-height: 1;
	transition: transform 180ms ease;
}

.capability-card:hover a,
.capability-card:focus-within a,
.capability-card a:hover,
.capability-card a:focus-visible,
.capability-card:hover .capability-card-action,
.capability-card:focus-within .capability-card-action,
.capability-card:focus-visible .capability-card-action {
	color: var(--vcs-red);
}

.capability-card:hover a::after,
.capability-card:focus-within a::after,
.capability-card a:hover::after,
.capability-card a:focus-visible::after,
.capability-card:hover .capability-card-action::after,
.capability-card:focus-within .capability-card-action::after,
.capability-card:focus-visible .capability-card-action::after {
	transform: translateX(3px);
}

.project-card-link {
	color: inherit;
	display: flex;
	flex: 1;
	flex-direction: column;
	height: 100%;
	padding: 0;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease;
	width: 100%;
}

.project-card-link:hover,
.project-card-link:focus-visible {
	box-shadow: 0 20px 40px rgba(15, 38, 72, 0.08);
	transform: translateY(-4px);
}

.project-card-link:focus-visible {
	outline: 2px solid var(--vcs-red);
	outline-offset: -2px;
}

.project-card-link h2,
.project-card-link h3 {
	color: var(--vcs-ink);
	font-size: clamp(1.9rem, 3vw, 3.15rem);
	line-height: 0.98;
	margin: 0;
	overflow-wrap: anywhere;
	text-wrap: balance;
}

.project-card-link p:last-child {
	margin-bottom: 0;
}

.software-projects-band .project-card-link {
	box-shadow: none;
}

.home .software-projects-band .project-card-link {
	justify-content: flex-start;
	gap: 1rem;
	padding: 1.45rem 1.55rem 1.6rem;
}

.software-projects-band .project-card-link:hover,
.software-projects-band .project-card-link:focus-visible {
	box-shadow: 0 26px 52px rgba(0, 0, 0, 0.22);
	transform: translateY(-6px);
}

.software-projects-band .project-card-link h3 {
	color: rgba(255, 255, 255, 0.98);
	font-size: clamp(1.8rem, 2.8vw, 3rem);
}

.software-projects-band .project-card-link p {
	color: rgba(255, 255, 255, 0.74);
	font-size: 0.96rem;
	line-height: 1.6;
}

.project-card-media {
	aspect-ratio: 1.5;
	background: linear-gradient(180deg, rgba(22, 38, 63, 0.9), rgba(12, 22, 37, 0.94));
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

.project-card-media::after {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(15, 38, 72, 0.12));
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.project-card-media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.project-card-media.is-fallback {
	background:
		radial-gradient(circle at 78% 24%, rgba(226, 40, 40, 0.16), transparent 22%),
		linear-gradient(180deg, rgba(22, 38, 63, 0.92), rgba(10, 18, 30, 0.98));
}

.project-card-fallback-mark {
	color: rgba(255, 255, 255, 0.16);
	font-size: clamp(4rem, 8vw, 6rem);
	font-weight: 900;
	line-height: 1;
	position: relative;
	z-index: 1;
}

.project-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 0.9rem;
	padding: clamp(1.1rem, 2vw, 1.5rem);
}

.software-projects-band .project-card-body h2 {
	color: rgba(255, 255, 255, 0.98);
	font-size: clamp(1.2rem, 1.8vw, 1.55rem);
	line-height: 1.1;
	margin: 0;
	overflow-wrap: anywhere;
	text-wrap: balance;
}

.software-projects-band .project-card-body p {
	color: rgba(255, 255, 255, 0.74);
	font-size: 0.96rem;
	line-height: 1.6;
	margin: 0;
}

.evidence-grid {
	align-items: center;
	display: grid;
	gap: clamp(2rem, 6vw, 5rem);
	grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
}

.consulting-home-band {
	background: linear-gradient(180deg, #f8fafc 0%, #f3f6fb 100%);
	border-top: 1px solid rgba(15, 38, 72, 0.06);
	border-bottom: 1px solid rgba(15, 38, 72, 0.06);
	overflow: hidden;
	position: relative;
}

.consulting-home-band::before {
	background:
		radial-gradient(circle at 78% 18%, rgba(226, 40, 40, 0.08), transparent 18%),
		url("../images/CONSULTING/consulting-mesh.svg") no-repeat top right / min(44vw, 700px);
	content: "";
	inset: 2.5rem 0 5rem 41%;
	opacity: 0.2;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.consulting-home-band .site-shell {
	position: relative;
	z-index: 1;
}

.consulting-home-top {
	align-items: center;
	display: grid;
	gap: clamp(1.5rem, 4vw, 3.5rem);
	grid-template-columns: minmax(500px, 1.05fr) minmax(380px, 0.95fr);
	margin-bottom: clamp(1.25rem, 3vw, 2rem);
}

.consulting-home-media {
	aspect-ratio: 1.55;
	margin: 0;
	min-height: 0;
	overflow: hidden;
	position: relative;
}

.consulting-home-media::before {
	content: none;
}

.consulting-home-media img {
	display: block;
	filter: grayscale(1) contrast(1.05);
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: relative;
	width: 100%;
	z-index: 1;
}

.consulting-home-copy {
	align-self: center;
	position: relative;
	z-index: 1;
}

.consulting-home-copy-inner {
	max-width: none;
	padding-right: 0;
	padding-top: 0;
}

.consulting-home-copy h2 {
	max-width: 16.5ch;
}

.consulting-home-copy .eyebrow {
	margin-bottom: 0.9rem;
}

.consulting-home-summary {
	display: grid;
	gap: 1rem;
	margin-top: clamp(1.5rem, 3vw, 2.4rem);
	max-width: 44rem;
}

.consulting-home-summary p {
	color: var(--vcs-ink);
	font-size: 1.04rem;
	line-height: 1.68;
	margin: 0;
}

.consulting-home-cards {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: 1.25rem;
}

.consulting-home-card {
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(15, 38, 72, 0.1);
	display: flex;
	flex-direction: column;
	min-height: 220px;
	padding: 1.4rem 1.35rem;
	position: relative;
	z-index: 1;
}

.consulting-home-card h3 {
	font-size: 1.15rem;
	line-height: 1.15;
	margin-bottom: 0.85rem;
}

.consulting-home-card p {
	color: var(--vcs-muted);
	font-size: 0.96rem;
	line-height: 1.65;
	margin: 0;
}

.consulting-proof-strip {
	display: grid;
	gap: 0.9rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	position: relative;
	z-index: 1;
}

.consulting-proof-strip span {
	background: rgba(248, 250, 252, 0.96);
	border: 1px solid rgba(15, 38, 72, 0.1);
	color: var(--vcs-ink);
	display: block;
	font-size: 0.86rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	padding: 1rem 1.1rem;
	text-align: center;
	text-transform: uppercase;
}

.testing-facts-grid,
.testing-category-grid,
.partner-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(4, 1fr);
}

.testing-category-grid,
.partner-grid {
	grid-template-columns: repeat(3, 1fr);
}

.testing-services-grid {
	align-items: start;
	display: grid;
	gap: clamp(2rem, 5vw, 4rem);
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.testing-hero-alt {
	background:
		linear-gradient(120deg, rgba(5, 6, 8, 0.95), rgba(15, 38, 72, 0.94)),
		radial-gradient(circle at 78% 28%, rgba(226, 40, 40, 0.2), transparent 24%),
		var(--vcs-black);
}

.software-hero {
	background:
		linear-gradient(120deg, rgba(5, 6, 8, 0.95), rgba(15, 38, 72, 0.94)),
		radial-gradient(circle at 76% 26%, rgba(226, 40, 40, 0.16), transparent 22%),
		var(--vcs-black);
}

.software-hero-copy h1 {
	max-width: 20ch;
}

.software-hero .testing-hero-telemetry::before {
	background:
		linear-gradient(90deg, rgba(15, 38, 72, 0) 0%, rgba(15, 38, 72, 0.08) 32%, rgba(24, 42, 78, 0.2) 50%, rgba(56, 46, 86, 0.26) 68%, rgba(112, 45, 77, 0.22) 84%, rgba(186, 53, 67, 0.16) 100%);
}

.software-hero .testing-hero-panel .shield-ghost {
	color: rgba(226, 40, 40, 0.22);
	left: 69%;
	opacity: 0.76;
}

.testing-timeline-section {
	background: linear-gradient(180deg, #f3f6fa 0%, #ffffff 30%);
}

.testing-proof-band {
	background: linear-gradient(180deg, #09111d 0%, #10223b 100%);
}

.testing-proof-band .section-heading h2 {
	color: rgba(255, 255, 255, 0.96);
}

.testing-proof-band .section-heading p:not(.eyebrow) {
	color: rgba(255, 255, 255, 0.72);
	max-width: 60rem;
}

.testing-proof-band .fact-card {
	background: rgba(255, 255, 255, 0.96);
	border-color: rgba(255, 255, 255, 0.1);
	box-shadow: 0 16px 32px rgba(4, 8, 16, 0.18);
}

.testing-proof-band .fact-card strong {
	color: var(--vcs-navy);
}

.testing-proof-band .fact-card span {
	color: var(--vcs-muted);
}

.testing-proof-band .testing-facts-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.testing-timeline-block {
	margin-top: 0;
}

.testing-timeline-block .section-heading {
	margin-bottom: 2.25rem;
}

.testing-timeline-block .section-heading p:not(.eyebrow) {
	max-width: 56rem;
}

.testing-capabilities-layout,
.testing-nonip-grid,
.testing-footprint-grid {
	align-items: start;
	display: grid;
	gap: clamp(2rem, 5vw, 4rem);
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.testing-capabilities-layout {
	column-gap: clamp(2rem, 4vw, 3rem);
	grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
	grid-template-rows: auto auto;
	row-gap: 1.4rem;
}

.testing-capabilities-section {
	background: linear-gradient(180deg, #ffffff, #fbfcfe);
	padding-top: clamp(3rem, 5vw, 4.25rem);
}

.testing-capabilities-intro {
	margin-bottom: 1.75rem;
	max-width: 68rem;
}

.testing-domain-panel {
	grid-column: 1;
	grid-row: 1;
}

.testing-domain-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.testing-domain-card {
	background: linear-gradient(180deg, #ffffff, #f8f9fa);
	border: 1px solid var(--vcs-gray-200);
	box-shadow: 0 12px 28px rgba(8, 18, 33, 0.04);
	min-height: 0;
	overflow: hidden;
	transition:
		box-shadow 180ms ease,
		transform 180ms ease,
		border-color 180ms ease;
}

.testing-domain-card:hover,
.testing-domain-card:focus-within {
	border-color: rgba(226, 40, 40, 0.28);
	box-shadow: 0 18px 38px rgba(8, 18, 33, 0.12);
	transform: translateY(-3px);
}

.testing-domain-card img {
	aspect-ratio: 1.45;
	display: block;
	filter: grayscale(1) contrast(1.04);
	height: auto;
	object-fit: cover;
	width: 100%;
}

.testing-domain-copy {
	padding: 1.1rem 1.15rem 1.2rem;
}

.testing-domain-copy h3 {
	font-size: 1.15rem;
	margin-bottom: 0.7rem;
}

.testing-domain-copy p {
	color: var(--vcs-muted);
	margin: 0;
}

.testing-domain-card-texture img {
	filter: grayscale(1) contrast(1.08) brightness(0.82);
}

.testing-services-panel {
	grid-column: 2;
	grid-row: 1;
	padding: 0;
}

.testing-capabilities-footprint {
	grid-column: 1 / -1;
	grid-row: 2;
	margin-top: 0.35rem;
}

.testing-subsection-head {
	margin-bottom: 1rem;
}

.testing-subsection-head p {
	color: var(--vcs-muted);
	font-size: 1rem;
	margin: 0;
	max-width: 34rem;
}

.testing-footprint-summary {
	margin-bottom: 1.25rem;
	max-width: 58rem;
}

.testing-footprint-summary p {
	color: var(--vcs-muted);
	margin: 0;
}

.testing-service-stack {
	display: grid;
	gap: 0.65rem;
	grid-template-columns: 1fr;
	height: 100%;
}

@media (max-width: 1280px) {
	.testing-hero-grid {
		min-height: 520px;
	}

	.testing-capabilities-layout {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		row-gap: 1.25rem;
	}

	.testing-domain-panel,
	.testing-domain-grid,
	.testing-services-panel,
	.testing-capabilities-footprint {
		grid-column: auto;
		grid-row: auto;
	}

	.testing-services-panel {
		padding-top: 0.35rem;
	}

	.testing-nonip-grid {
		grid-template-columns: minmax(0, 1.22fr) minmax(0, 0.78fr);
		column-gap: 1.6rem;
	}

	.testing-nonip-copy .section-heading p:not(.eyebrow) {
		max-width: 52rem;
	}

	.testing-ai-grid {
		grid-template-columns: 1fr;
	}

	.testing-ai-placeholder {
		max-width: 42rem;
	}

}

.testing-service-card {
	background: rgba(15, 38, 72, 0.03);
	border: 1px solid rgba(15, 38, 72, 0.08);
	border-left: 3px solid transparent;
	padding: 0.88rem 0.95rem 0.92rem;
	transition:
		background-color 180ms ease,
		border-color 180ms ease,
		box-shadow 180ms ease,
		transform 180ms ease;
}

.testing-service-card:hover,
.testing-service-card:focus-within {
	background: rgba(15, 38, 72, 0.055);
	border-color: rgba(15, 38, 72, 0.12);
	border-left-color: var(--vcs-red);
	box-shadow: 0 14px 28px rgba(8, 18, 33, 0.08);
	transform: translateY(-2px);
}

.testing-service-card h3 {
	color: var(--vcs-red);
	font-size: 0.88rem;
	letter-spacing: 0.1em;
	margin-bottom: 0.45rem;
	text-transform: uppercase;
}

.testing-service-card p {
	color: var(--vcs-muted);
	font-size: 0.96rem;
	line-height: 1.5;
	margin: 0;
}

.testing-service-card strong {
	color: var(--vcs-ink);
}

.testing-nonip-section {
	background:
		linear-gradient(120deg, rgba(5, 6, 8, 0.97), rgba(15, 38, 72, 0.95)),
		var(--vcs-black);
	overflow: hidden;
	position: relative;
}

.testing-nonip-section::before {
	background:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
	background-size: 40px 40px;
	content: "";
	inset: 0;
	mask-image: linear-gradient(to bottom, black, transparent 88%);
	position: absolute;
}

.testing-nonip-section .site-shell {
	position: relative;
	z-index: 1;
}

.testing-nonip-copy .section-heading p:not(.eyebrow),
.testing-nonip-copy .section-heading h2 {
	color: rgba(255, 255, 255, 0.95);
}

.testing-nonip-copy .section-heading p:not(.eyebrow) {
	color: rgba(255, 255, 255, 0.74);
	max-width: 46rem;
}

.testing-nonip-grid {
	align-items: start;
	column-gap: clamp(2rem, 4vw, 3rem);
	grid-template-columns: 1fr;
	margin-top: 1.1rem;
}

.testing-protocols-head {
	margin-bottom: 0.9rem;
}

.testing-protocols-head p {
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.92rem;
	max-width: none;
}

.testing-platforms-protocols-row {
	align-items: start;
	column-gap: clamp(2.75rem, 4vw, 4rem);
	display: grid;
	grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
	margin-top: 1.45rem;
}

.testing-protocols-block {
	max-width: 28rem;
}

.testing-carousel-block {
	align-self: start;
	display: flex;
	justify-content: center;
	min-width: 0;
}

.testing-nonip-section .testing-capabilities-footprint {
	margin-top: 1.35rem;
}

.testing-nonip-evidence .systems-list {
	margin-bottom: 1.35rem;
}

.testing-inline-media {
	margin: 0;
}

.testing-inline-media img {
	aspect-ratio: 1.34;
	border: 1px solid rgba(255, 255, 255, 0.12);
	display: block;
	filter: grayscale(1) contrast(1.04);
	object-fit: cover;
	width: 100%;
}

.testing-inline-media figcaption {
	color: rgba(255, 255, 255, 0.66);
	font-size: 0.78rem;
	margin-top: 0.7rem;
}

.testing-nonip-section .testing-footprint-summary p,
.testing-nonip-section .testing-subhead {
	color: rgba(255, 255, 255, 0.95);
}

.testing-nonip-section .testing-footprint-summary p {
	color: rgba(255, 255, 255, 0.74);
	max-width: 52rem;
}

.testing-footprint-section .section-heading p:not(.eyebrow) {
	max-width: 54rem;
}

.testing-footprint-section .section-heading {
	max-width: 70rem;
}

.testing-footprint-grid {
	grid-template-columns: 1fr;
}

.testing-footprint-media {
	display: grid;
	gap: 1rem;
	grid-auto-rows: minmax(160px, auto);
	grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.7fr);
	margin-bottom: 1.5rem;
}

.testing-footprint-media img {
	aspect-ratio: 1.5;
	border: 1px solid rgba(15, 38, 72, 0.12);
	box-shadow: 0 14px 30px rgba(8, 18, 33, 0.06);
	display: block;
	filter: grayscale(1) contrast(1.04);
	object-fit: cover;
	width: 100%;
}

.testing-nonip-section .testing-footprint-media img {
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 16px 34px rgba(3, 8, 18, 0.24);
}

.testing-footprint-media img:first-child {
	aspect-ratio: auto;
	grid-column: 1;
	grid-row: 1 / span 2;
	height: 100%;
}

.testing-footprint-media img:nth-child(1) {
	filter: grayscale(1) contrast(1.02) brightness(0.98);
}

.testing-footprint-media img:nth-child(2) {
	grid-column: 2;
	grid-row: 1;
}

.testing-footprint-media img:nth-child(3) {
	grid-column: 2;
	grid-row: 2;
}

.testing-footprint-media img:nth-child(4) {
	aspect-ratio: 2.2;
	grid-column: 1 / -1;
	grid-row: 3;
}

.testing-platform-carousel {
	display: block;
	margin-bottom: 0.7rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 36rem;
	padding-bottom: 2rem;
	position: relative;
	width: 100%;
}

.testing-platform-carousel-viewport {
	min-width: 0;
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: none;
}

.testing-platform-carousel-viewport::-webkit-scrollbar {
	display: none;
}

.testing-platform-carousel-track {
	display: flex;
	gap: 0;
	scroll-behavior: smooth;
}

.testing-platform-slide {
	flex: 0 0 100%;
	margin: 0;
}

.testing-platform-slide img {
	aspect-ratio: 1.78;
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 16px 34px rgba(3, 8, 18, 0.24);
	display: block;
	filter: grayscale(1) contrast(1.04);
	object-fit: cover;
	width: 100%;
}

.testing-platform-slide figcaption {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.92rem;
	line-height: 1.5;
	margin-bottom: 0;
	margin-top: 0.85rem;
	max-width: none;
}

.testing-platform-carousel-arrow {
	align-items: center;
	appearance: none;
	background: var(--vcs-white);
	border: 1px solid var(--vcs-gray-300);
	border-radius: 999px;
	color: var(--vcs-gray-500);
	cursor: pointer;
	display: inline-flex;
	font-size: 2rem;
	height: 56px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	position: absolute;
	top: calc((100% - 2rem) * 0.43);
	transform: translateY(-50%);
	transition:
		border-color 160ms ease,
		color 160ms ease,
		transform 180ms ease,
		opacity 180ms ease;
	width: 56px;
	z-index: 2;
}

.testing-platform-carousel-arrow-prev {
	left: -4.3rem;
}

.testing-platform-carousel-arrow-next {
	right: -4.3rem;
}

.testing-platform-carousel-arrow:hover,
.testing-platform-carousel-arrow:focus-visible {
	border-color: rgba(226, 40, 40, 0.4);
	color: var(--vcs-red);
	outline: none;
	transform: translateY(calc(-50% - 1px));
}

.testing-platform-carousel-arrow:disabled {
	background: transparent;
	border-color: transparent;
	color: rgba(255, 255, 255, 0.24);
	cursor: default;
	transform: translateY(-50%);
}

.testing-platform-grid-head {
	margin-bottom: 0.35rem;
}

.testing-platform-grid-head p {
	color: rgba(255, 255, 255, 0.72);
	margin: 0;
	max-width: 42rem;
}

.testing-footprint-grid {
	row-gap: 0.45rem;
}

.testing-subhead {
	color: var(--vcs-ink);
	font-size: 1.2rem;
	margin-bottom: 1rem;
}

.testing-footprint-grid .partner-grid {
	grid-template-columns: 1fr;
}

.testing-footprint-grid .capability-card {
	min-height: 0;
}

.testing-ai-section {
	background:
		radial-gradient(circle at 82% 18%, rgba(226, 40, 40, 0.08), transparent 24%),
		radial-gradient(circle at 68% 72%, rgba(15, 38, 72, 0.08), transparent 26%),
		linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
	padding-top: clamp(2.75rem, 4vw, 3.75rem);
	position: relative;
}

.testing-ai-section::before {
	background:
		linear-gradient(90deg, rgba(15, 38, 72, 0.08), rgba(15, 38, 72, 0) 48%),
		repeating-linear-gradient(90deg, rgba(15, 38, 72, 0.035) 0 1px, transparent 1px 72px),
		repeating-linear-gradient(0deg, rgba(15, 38, 72, 0.035) 0 1px, transparent 1px 72px);
	content: "";
	inset: 0;
	opacity: 0.6;
	pointer-events: none;
	position: absolute;
}

.testing-ai-grid {
	align-items: start;
	display: grid;
	gap: clamp(1.75rem, 4vw, 3rem);
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
	position: relative;
	z-index: 1;
}

.testing-ai-section .section-heading {
	margin-bottom: 0;
	max-width: 60rem;
}

.testing-ai-section .section-heading p:not(.eyebrow) {
	max-width: 52rem;
}

.testing-ai-placeholder {
	max-width: 32rem;
}

.testing-ai-placeholder .capability-card {
	background: rgba(255, 255, 255, 0.92);
	border-color: rgba(15, 38, 72, 0.12);
	box-shadow: 0 18px 38px rgba(7, 9, 15, 0.08);
	min-height: 0;
}

.testing-ai-points {
	display: grid;
	gap: 0.75rem;
	list-style: none;
	margin: 1.25rem 0 0;
	padding: 0;
}

.testing-ai-points li {
	background: rgba(15, 38, 72, 0.04);
	border: 1px solid rgba(15, 38, 72, 0.08);
	color: var(--vcs-ink);
	font-size: 0.98rem;
	font-weight: 700;
	padding: 0.9rem 1rem;
}

.testing-list-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, 1fr);
}

.testing-list {
	display: grid;
	gap: 0.85rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.testing-list li {
	background: var(--vcs-white);
	border: 1px solid var(--vcs-gray-200);
	color: var(--vcs-ink);
	font-weight: 700;
	padding: 1rem 1.1rem;
}

.timeline-graph {
	align-items: stretch;
	display: grid;
	gap: 0 1rem;
	grid-template-columns: repeat(var(--timeline-count, 6), minmax(0, 1fr));
	grid-template-rows: auto 34px auto;
	position: relative;
}

.timeline-graph-dense {
	gap: 0 0.7rem;
}

.timeline-graph-dense .timeline-entry-top {
	padding-bottom: 1.1rem;
}

.timeline-graph-dense .timeline-entry-bottom {
	padding-top: 1.1rem;
}

.timeline-graph-dense .timeline-node {
	border-width: 5px;
	height: 48px;
	margin-bottom: 0.45rem;
	width: 48px;
}

.timeline-graph-dense .timeline-year {
	font-size: 0.68rem;
}

.timeline-graph-dense .timeline-entry h3 {
	font-size: clamp(0.68rem, 0.72vw, 0.78rem);
}

.timeline-graph-dense .timeline-entry p {
	font-size: 0.56rem;
	line-height: 1.12;
	max-width: 112px;
}

.timeline-graph-compact {
	gap: 0 0.5rem;
}

.timeline-graph-compact .timeline-entry-top {
	padding-bottom: 1.6rem;
}

.timeline-graph-compact .timeline-entry-bottom {
	padding-top: 0.95rem;
}

.timeline-graph-compact .timeline-node {
	border-width: 5px;
	height: 48px;
	margin-bottom: 0.38rem;
	width: 48px;
}

.timeline-graph-compact .timeline-year {
	font-size: 0.68rem;
}

.timeline-graph-compact .timeline-entry h3 {
	font-size: clamp(0.76rem, 0.8vw, 0.86rem);
	line-height: 1.17;
	margin-bottom: 0.2rem;
}

.timeline-graph-compact .timeline-entry p {
	font-size: 0.62rem;
	line-height: 1.16;
	max-width: 112px;
}

.timeline-graph::before {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	content: "";
	grid-column: 1 / -1;
	grid-row: 2;
	height: 6px;
	justify-self: stretch;
}

.timeline-entry {
	align-items: center;
	display: flex;
	flex-direction: column;
	grid-column: var(--timeline-column);
	position: relative;
	text-align: center;
}

.timeline-entry-top {
	justify-content: flex-end;
	grid-row: 1;
	padding-bottom: 1.35rem;
}

.timeline-entry-bottom {
	justify-content: flex-start;
	grid-row: 3;
	padding-top: 1.35rem;
}

.timeline-entry::before {
	background: var(--vcs-red);
	border-radius: 999px;
	content: "";
	height: 10px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 10px;
}

.timeline-entry::after {
	background: var(--vcs-red);
	border-radius: 999px;
	content: "";
	height: 6px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 28px;
}

.timeline-entry-top::before {
	bottom: 6px;
}

.timeline-entry-top::after {
	bottom: -6px;
}

.timeline-entry-bottom::before {
	top: -21px;
}

.timeline-entry-bottom::after {
	top: -33px;
}

.timeline-node {
	align-items: center;
	background: linear-gradient(180deg, #ffffff, #e6e8eb);
	border: 5px solid var(--vcs-red);
	border-radius: 999px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
	display: inline-flex;
	height: 54px;
	justify-content: center;
	margin-bottom: 0.55rem;
	width: 54px;
}

.timeline-year {
	color: var(--vcs-navy);
	display: inline-block;
	font-size: 0.74rem;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.timeline-entry h3 {
	color: var(--vcs-white);
	font-size: clamp(0.74rem, 0.88vw, 0.86rem);
	line-height: 1.2;
	margin-bottom: 0.22rem;
	text-wrap: balance;
}

.timeline-entry p {
	color: rgba(255, 255, 255, 0.74);
	font-size: 0.61rem;
	line-height: 1.16;
	margin: 0 auto;
	max-width: 138px;
}

.timeline-carousel-block {
	background: var(--vcs-white);
	border: 1px solid var(--vcs-gray-200);
	border-radius: 8px;
	box-shadow: 0 18px 40px rgba(7, 9, 15, 0.08);
	margin-top: 2rem;
	padding: 1.6rem 1.6rem 2rem;
}

.timeline-carousel-head {
	display: flex;
	gap: 1rem;
	margin-bottom: 1.6rem;
}

.timeline-carousel-head .eyebrow {
	margin-bottom: 0.55rem;
}

.timeline-carousel-head h3 {
	color: var(--vcs-navy);
	font-size: clamp(1.55rem, 2.2vw, 2.15rem);
	line-height: 1.08;
	margin: 0;
	max-width: 18ch;
}

.timeline-carousel-controls {
	display: flex;
	justify-content: space-between;
	left: -0.35rem;
	pointer-events: none;
	position: absolute;
	right: -0.35rem;
	top: 126px;
	z-index: 3;
}

.timeline-carousel-button {
	align-items: center;
	appearance: none;
	background: var(--vcs-white);
	border: 1px solid var(--vcs-gray-300);
	border-radius: 999px;
	color: var(--vcs-gray-500);
	cursor: pointer;
	display: inline-flex;
	height: 56px;
	justify-content: center;
	pointer-events: auto;
	padding: 0;
	transition: border-color 160ms ease, color 160ms ease, transform 160ms ease, opacity 160ms ease;
	width: 56px;
}

.timeline-carousel-button:hover,
.timeline-carousel-button:focus-visible {
	border-color: rgba(226, 40, 40, 0.4);
	color: var(--vcs-red);
	transform: translateY(-1px);
}

/*.timeline-carousel-button:disabled {*/
/*	!*background: transparent;*!*/
/*    background: var(--vcs-white);*/
/*    !*border: 1px solid var(--vcs-gray-300);*!*/
/*	!*border-color: transparent;*!*/
/*	cursor: default;*/
/*	!*opacity: 0.28;*!*/
/*	transform: none;*/
/*}*/

.timeline-carousel-button span {
	font-size: 5rem;
	line-height: 1;
	transform: translateY(-8px);
}

.timeline-carousel {
	position: relative;
}

.timeline-carousel-viewport {
	overflow-x: hidden;
	overflow-y: visible;
	position: relative;
}

.timeline-carousel-track {
	align-items: start;
	display: flex;
	gap: 1.15rem;
	overflow-x: auto;
	padding: 0 0 0.35rem;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.timeline-carousel-track::-webkit-scrollbar {
	display: none;
}

.timeline-carousel-track::before {
	background: rgba(24, 49, 86, 0.68);
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	top: 145px;
}

.timeline-milestone {
	flex: 0 0 calc((100% - 4.6rem) / 5);
	min-width: 0;
	padding-top: 0.25rem;
	position: relative;
	scroll-snap-align: start;
	text-align: left;
	transition: opacity 180ms ease, transform 180ms ease;
}

@media (min-width: 1181px) {
	.timeline-milestone {
		flex-basis: calc((100% - 5.75rem) / 6);
	}
}

.timeline-carousel-track:hover .timeline-milestone:hover,
.timeline-carousel-track:focus-within .timeline-milestone:focus-within,
.timeline-carousel-track:focus-within .timeline-milestone:focus {
	transform: translateY(-2px);
}

.timeline-milestone:focus {
	outline: none;
}

.timeline-milestone-visual {
	align-items: center;
	background: linear-gradient(180deg, #f4f6f9, #e7ebf0);
	border: 2px solid var(--vcs-red);
	border-radius: 999px;
	box-shadow: 0 12px 28px rgba(7, 9, 15, 0.08);
	display: flex;
	height: 112px;
	justify-content: center;
	margin: 10px auto calc(1.1rem - 10px);
	overflow: hidden;
	position: relative;
	transform: scale(1);
	transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
	width: 112px;
}

.timeline-carousel-track:hover .timeline-milestone:hover .timeline-milestone-visual,
.timeline-carousel-track:focus-within .timeline-milestone:focus-within .timeline-milestone-visual,
.timeline-carousel-track:focus-within .timeline-milestone:focus .timeline-milestone-visual {
	box-shadow: 0 20px 40px rgba(7, 9, 15, 0.16);
	opacity: 1;
	transform: scale(1.08);
}

.timeline-milestone-visual.has-image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.timeline-milestone-visual.is-fallback::before {
	background: radial-gradient(circle at 50% 50%, rgba(226, 40, 40, 0.18), rgba(226, 40, 40, 0) 62%);
	content: "";
	inset: 0;
	position: absolute;
}

.timeline-milestone-fallback-year {
	color: rgba(24, 49, 86, 0.88);
	font-size: 1.3rem;
	font-weight: 900;
	letter-spacing: 0;
	position: relative;
	z-index: 1;
}

.timeline-milestone-axis {
	align-items: center;
	display: flex;
	height: 24px;
	justify-content: center;
	margin-bottom: 0.6rem;
	position: relative;
}

.timeline-milestone-dot {
	background: var(--vcs-red);
	border-radius: 999px;
	display: inline-block;
	height: 10px;
	width: 10px;
}

.timeline-milestone p.timeline-milestone-year {
	color: var(--vcs-red);
	font-size: clamp(1.45rem, 1.75vw, 1.85rem);
	font-weight: 700;
	line-height: 1;
	margin: 0 0 0.65rem;
	text-align: center;
}

.timeline-milestone h4 {
	color: var(--vcs-ink);
	font-size: 0.9rem;
	line-height: 1.2;
	margin: 0 0 0.4rem;
	text-wrap: balance;
    text-align: center;
	transition: color 180ms ease, transform 180ms ease;
}

.timeline-milestone p {
	color: var(--vcs-muted);
	font-size: 0.86rem;
	line-height: 1.42;
    text-align: center;
	margin: 0;
	transition: color 180ms ease;
}

.timeline-milestone p.timeline-milestone-year {
	color: var(--vcs-red);
	font-size: clamp(1.45rem, 1.75vw, 1.85rem);
	font-weight: 900;
	line-height: 1;
	margin: 0 0 0.65rem;
	text-align: center;
}

.timeline-carousel-track:hover .timeline-milestone:hover h4,
.timeline-carousel-track:focus-within .timeline-milestone:focus-within h4,
.timeline-carousel-track:focus-within .timeline-milestone:focus h4 {
	color: var(--vcs-navy);
	transform: translateY(-1px);
}

.timeline-carousel-track:hover .timeline-milestone:hover p,
.timeline-carousel-track:focus-within .timeline-milestone:focus-within p,
.timeline-carousel-track:focus-within .timeline-milestone:focus p {
	color: var(--vcs-ink);
}

.systems-list {
	display: grid;
	gap: 0.75rem;
	grid-template-columns: repeat(2, 1fr);
}

.systems-list span {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.86);
	font-weight: 900;
	padding: 1rem;
}

.platform-grid {
	display: grid;
	gap: 0.85rem;
	grid-template-columns: repeat(6, 1fr);
}

.platform-grid span {
	background: var(--vcs-white);
	border: 1px solid var(--vcs-gray-200);
	color: var(--vcs-ink);
	display: block;
	font-weight: 800;
	padding: 1rem 1.1rem;
}

.testing-nonip-section .platform-grid span {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.news-card time,
.listing-card time {
	color: var(--vcs-red);
	display: block;
	font-size: 0.82rem;
	font-weight: 900;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.careers-cta {
	background: var(--vcs-navy);
	color: var(--vcs-white);
}

.contact-cta {
	background: var(--vcs-black);
	color: var(--vcs-white);
}

.split-cta {
	align-items: center;
	display: grid;
	gap: 2rem;
	grid-template-columns: minmax(0, 1fr) auto;
}

.split-cta h2 {
	max-width: 820px;
}

.split-cta p {
	max-width: 680px;
}

.site-footer {
	background: #020306;
	color: rgba(255, 255, 255, 0.68);
	padding: clamp(2.75rem, 6vw, 4rem) 0;
	text-align: center;
}

.footer-simple {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	justify-content: center;
	text-align: center;
}

.footer-shield {
	aspect-ratio: 1;
	display: block;
	flex: 0 0 auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 64px;
	object-fit: contain;
	width: clamp(44px, 6vw, 64px);
}

.footer-meta {
	font-size: 0.85rem;
	margin: 0;
	text-align: center;
	width: 100%;
}

.page-hero {
	background: linear-gradient(120deg, var(--vcs-black), var(--vcs-navy));
	color: var(--vcs-white);
	padding: clamp(4rem, 8vw, 7rem) 0;
}

.page-hero p {
	color: rgba(255, 255, 255, 0.72);
	font-size: 1.1rem;
	max-width: 760px;
}

.project-hero-intro {
	font-size: clamp(1.1rem, 2vw, 1.3rem);
	margin-bottom: 1rem;
}

.project-back-link {
	display: inline-flex;
	margin-top: 0.5rem;
}

.prose,
.content-list {
	max-width: 860px;
}

.project-prose h2 {
	margin-top: 2.5rem;
}

.project-prose h2:first-child {
	margin-top: 0;
}

.project-detail {
	--project-accent: #65d9ff;
	--project-accent-faint: rgba(101, 217, 255, 0.08);
	--project-accent-soft: rgba(101, 217, 255, 0.18);
	background: #070b12;
	color: var(--vcs-white);
	overflow: hidden;
}

.project-accent-readiness {
	--project-accent: #59d39f;
	--project-accent-faint: rgba(89, 211, 159, 0.08);
	--project-accent-soft: rgba(89, 211, 159, 0.18);
}

.project-accent-electromagnetic {
	--project-accent: #8fd7ff;
	--project-accent-faint: rgba(143, 215, 255, 0.08);
	--project-accent-soft: rgba(143, 215, 255, 0.18);
}

.project-accent-testing {
	--project-accent: #ffc857;
	--project-accent-faint: rgba(255, 200, 87, 0.08);
	--project-accent-soft: rgba(255, 200, 87, 0.18);
}

.project-accent-decision {
	--project-accent: #ff6f61;
	--project-accent-faint: rgba(255, 111, 97, 0.08);
	--project-accent-soft: rgba(255, 111, 97, 0.18);
}

.project-accent-avionics {
	--project-accent: #a7b8ff;
	--project-accent-faint: rgba(167, 184, 255, 0.08);
	--project-accent-soft: rgba(167, 184, 255, 0.18);
}

.project-accent-data {
	--project-accent: #7fffd4;
	--project-accent-faint: rgba(127, 255, 212, 0.07);
	--project-accent-soft: rgba(127, 255, 212, 0.16);
}

.project-brief-hero {
	background:
		linear-gradient(135deg, rgba(5, 6, 8, 0.94), rgba(15, 38, 72, 0.78)),
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
	background-size: auto, 48px 48px, 48px 48px;
	min-height: min(760px, calc(100vh - 86px));
	padding: clamp(5rem, 9vw, 8rem) 0 clamp(4rem, 7vw, 7rem);
	position: relative;
}

.project-brief-hero::before {
	background:
		radial-gradient(circle at 18% 30%, var(--project-accent-soft), transparent 26%),
		linear-gradient(120deg, transparent 0 55%, rgba(226, 40, 40, 0.2) 55.2%, transparent 56%);
	content: "";
	inset: 0;
	opacity: 0.9;
	pointer-events: none;
	position: absolute;
}

.project-brief-hero-grid {
	align-items: center;
	display: grid;
	gap: clamp(2rem, 5vw, 4rem);
	grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
	position: relative;
	z-index: 1;
}

.project-brief-copy h1 {
	font-size: clamp(3rem, 5.8vw, 5.9rem);
	line-height: 0.98;
	margin-bottom: 1rem;
	max-width: 760px;
}

.project-brief-copy .eyebrow,
.project-story-copy .eyebrow,
.project-metadata-panel .eyebrow,
.project-timeline-panel .eyebrow,
.project-export-footer .eyebrow {
	color: var(--project-accent);
}

.project-brief-copy .project-hero-intro {
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(1.1rem, 1.8vw, 1.35rem);
	max-width: 740px;
}

.project-cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-top: 1.6rem;
}

.project-hero-back-row {
	margin-top: clamp(2rem, 4vw, 3.5rem);
	position: relative;
	z-index: 2;
}

.project-detail .project-back-link {
	color: var(--vcs-white);
	font-weight: 900;
}

.project-detail .project-back-link:hover,
.project-detail .project-back-link:focus-visible {
	color: var(--vcs-red);
}

.project-brief-visual {
	min-height: 460px;
	position: relative;
}

.project-visual-frame {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.14);
	box-shadow: 0 34px 100px rgba(0, 0, 0, 0.45);
	display: grid;
	inset: 3rem 0 auto auto;
	min-height: 380px;
	overflow: hidden;
	place-items: center;
	position: absolute;
	transform: perspective(900px) rotateY(-8deg) rotateX(2deg);
	width: min(100%, 620px);
}

.project-visual-frame::after {
	background: linear-gradient(135deg, transparent 30%, rgba(255, 255, 255, 0.22), transparent 55%);
	content: "";
	inset: 0;
	opacity: 0.45;
	pointer-events: none;
	position: absolute;
}

.project-visual-frame img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.project-visual-frame span {
	color: rgba(255, 255, 255, 0.2);
	font-size: 10rem;
	font-weight: 900;
}

.project-signal-card {
	background: rgba(5, 6, 8, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.16);
	bottom: 0;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
	display: grid;
	gap: 0.35rem;
	left: 0;
	max-width: 360px;
	padding: 1.2rem;
	position: absolute;
}

.project-signal-card span {
	color: var(--project-accent);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.project-signal-card strong {
	color: var(--vcs-white);
	font-size: clamp(1.1rem, 2vw, 1.8rem);
	line-height: 1;
}

.project-title-subheader {
	color: rgba(255, 255, 255, 0.68);
	font-size: clamp(0.95rem, 1.25vw, 1.08rem);
	font-weight: 200;
	line-height: 1.35;
	margin: -0.2rem 0 1rem;
	max-width: 620px;
}

.project-capability-strip,
.project-gallery-section,
.project-problem-section,
.project-benefits-section,
.project-demo-section,
.project-workflow-section {
	background: #070b12;
	color: var(--vcs-white);
	padding: clamp(3rem, 6vw, 5rem) 0;
	position: relative;
}

.project-capability-strip {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.project-capability-strip::before,
.project-gallery-section::before,
.project-problem-section::before,
.project-benefits-section::before,
.project-demo-section::before,
.project-workflow-section::before {
	background:
		linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
	background-size: 44px 44px;
	content: "";
	inset: 0;
	opacity: 0.6;
	pointer-events: none;
	position: absolute;
}

.project-capability-grid,
.project-gallery-section .site-shell,
.project-problem-section .site-shell,
.project-benefits-section .site-shell,
.project-demo-section .site-shell,
.project-workflow-section .site-shell {
	position: relative;
	z-index: 1;
}

.project-capability-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.project-capability-item {
	background: rgba(255, 255, 255, 0.055);
	border: 1px solid rgba(255, 255, 255, 0.12);
	display: grid;
	gap: 1rem;
	grid-template-columns: auto minmax(0, 1fr);
	min-height: 168px;
	padding: 1.2rem;
	position: relative;
}

.project-capability-item::after {
	background: var(--project-accent);
	content: "";
	height: 3px;
	inset: auto 1.2rem 1.2rem;
	opacity: 0.75;
	position: absolute;
}

.project-capability-icon {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.18);
	display: inline-flex;
	height: 44px;
	justify-content: center;
	position: relative;
	width: 44px;
}

.project-capability-icon::before {
	border: 2px solid var(--project-accent);
	content: "";
	height: 18px;
	position: absolute;
	width: 18px;
}

.project-capability-icon span {
	color: var(--project-accent);
	font-size: 0.68rem;
	font-weight: 900;
	position: relative;
}

.project-capability-item h2 {
	font-size: 1.05rem;
	margin-bottom: 0.45rem;
}

.project-capability-item p {
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.94rem;
	margin: 0;
}

.project-section-heading {
	margin-bottom: 1.5rem;
	max-width: min(100%, 1180px);
}

.project-section-heading h2 {
	font-size: clamp(2rem, 3.55vw, 3.5rem);
}

.project-section-heading p:not(.eyebrow) {
	color: rgba(255, 255, 255, 0.72);
}

.project-gallery-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.project-gallery-card {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	overflow: hidden;
}

.project-gallery-media {
	appearance: none;
	aspect-ratio: 16 / 10;
	background: rgba(255, 255, 255, 0.04);
	border: 0;
	cursor: zoom-in;
	display: block;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}

.project-gallery-media::after {
	align-items: center;
	background: rgba(5, 6, 8, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.18);
	color: var(--vcs-white);
	content: "Expand";
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	opacity: 0;
	padding: 0.42rem 0.55rem;
	position: absolute;
	right: 0.75rem;
	text-transform: uppercase;
	top: 0.75rem;
	transform: translateY(-4px);
	transition: opacity 160ms ease, transform 160ms ease;
}

.project-gallery-media img {
	height: 100%;
	object-fit: cover;
	transition: transform 220ms ease, filter 220ms ease;
	width: 100%;
}

.project-gallery-media:hover img,
.project-gallery-media:focus-visible img {
	filter: brightness(1.08);
	transform: scale(1.03);
}

.project-gallery-media:hover::after,
.project-gallery-media:focus-visible::after {
	opacity: 1;
	transform: translateY(0);
}

.project-gallery-media:focus-visible {
	outline: 3px solid var(--project-accent);
	outline-offset: 3px;
}

.project-gallery-caption {
	padding: 1rem;
}

.project-gallery-caption h3 {
	font-size: 1.05rem;
	margin-bottom: 0.35rem;
}

.project-gallery-caption p {
	color: rgba(255, 255, 255, 0.68);
	margin: 0;
}

.project-problem-section {
	background: #0b111d;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.project-problem-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.project-problem-card {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.045)),
		rgba(255, 255, 255, 0.035);
	border: 1px solid rgba(255, 255, 255, 0.14);
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 1rem 1.15rem;
	min-height: 250px;
	padding: 1.35rem;
	position: relative;
}

.project-problem-card::after {
	background: linear-gradient(90deg, var(--project-accent), transparent);
	content: "";
	height: 3px;
	inset: auto 1.2rem 1.2rem;
	position: absolute;
}

.project-problem-icon {
	align-items: center;
	background: transparent;
	border: 0;
	display: inline-flex;
	height: 92px;
	justify-content: center;
	width: 92px;
}

.project-problem-icon img {
	border-radius: 10px;
	filter: none;
	height: 72px;
	object-fit: contain;
	width: 72px;
}

.project-problem-icon span {
	color: var(--project-accent);
	font-size: 1.1rem;
	font-weight: 900;
}

.project-problem-card h3 {
	align-self: center;
	font-size: 1.15rem;
	margin: 0;
}

.project-problem-card p {
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.96rem;
	grid-column: 1 / -1;
	margin: 0;
}

.project-story {
	background: #070b12;
}

.project-story-panel {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.03), transparent 42%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 36%);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	min-height: 64vh;
	padding: clamp(4rem, 8vw, 7rem) 0;
	position: relative;
}

.project-story-panel:nth-child(even) {
	background:
		linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.035) 58%, transparent),
		#0b111d;
}

.project-story-panel::before {
	background: linear-gradient(180deg, var(--project-accent), rgba(226, 40, 40, 0.12));
	content: "";
	height: 100%;
	left: clamp(1rem, 4vw, 2rem);
	position: absolute;
	top: 0;
	width: 2px;
}

.project-story-grid {
	align-items: center;
	display: grid;
	gap: clamp(1.5rem, 4vw, 4rem);
	grid-template-columns: 140px minmax(0, 780px) minmax(220px, 0.45fr);
}

.project-story-marker {
	align-self: stretch;
	display: grid;
	place-items: center;
}

.project-story-marker span {
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: var(--project-accent);
	display: grid;
	font-size: clamp(3rem, 7vw, 6rem);
	font-weight: 900;
	height: clamp(6rem, 11vw, 10rem);
	place-items: center;
	width: clamp(6rem, 11vw, 10rem);
}

.project-story-copy h2 {
	font-size: clamp(2.15rem, 3.8vw, 4.35rem);
	max-width: 950px;
}

.project-story-copy p:not(.eyebrow) {
	color: rgba(255, 255, 255, 0.76);
	font-size: clamp(1.05rem, 1.8vw, 1.3rem);
	max-width: 820px;
}

.project-story-visual {
	aspect-ratio: 1;
	background:
		radial-gradient(circle, var(--project-accent-soft) 0 16%, transparent 17%),
		linear-gradient(90deg, transparent 47%, rgba(255, 255, 255, 0.16) 48% 52%, transparent 53%),
		linear-gradient(transparent 47%, rgba(255, 255, 255, 0.16) 48% 52%, transparent 53%);
	border: 1px solid rgba(255, 255, 255, 0.14);
	display: grid;
	max-width: 280px;
	place-items: center;
	position: relative;
}

.project-story-visual::before,
.project-story-visual::after,
.project-story-visual span {
	border: 2px solid var(--project-accent);
	content: "";
	position: absolute;
}

.project-story-visual::before {
	border-radius: 999px;
	height: 44%;
	width: 44%;
}

.project-story-visual::after {
	height: 22%;
	transform: rotate(45deg);
	width: 22%;
}

.project-story-visual span {
	border-radius: 999px;
	height: 12px;
	width: 12px;
}

.project-theme-electromagnetic .project-story-visual {
	background:
		repeating-radial-gradient(circle, transparent 0 18px, var(--project-accent-soft) 19px 21px, transparent 22px 38px),
		rgba(255, 255, 255, 0.03);
}

.project-theme-testing .project-story-visual {
	background:
		linear-gradient(135deg, transparent 0 42%, var(--project-accent-soft) 42% 58%, transparent 58%),
		linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
		rgba(255, 255, 255, 0.03);
	background-size: auto, 28px 28px, auto;
}

.project-theme-decision .project-story-visual {
	background:
		linear-gradient(35deg, transparent 0 48%, var(--project-accent-soft) 49% 52%, transparent 53%),
		linear-gradient(-35deg, transparent 0 48%, var(--project-accent-soft) 49% 52%, transparent 53%),
		rgba(255, 255, 255, 0.03);
}

.project-theme-avionics .project-story-visual {
	background:
		repeating-linear-gradient(90deg, transparent 0 24px, var(--project-accent-soft) 25px 27px),
		rgba(255, 255, 255, 0.03);
}

.project-theme-data .project-story-visual {
	background:
		linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
		radial-gradient(circle at 70% 35%, var(--project-accent-soft), transparent 24%);
	background-size: 24px 24px, 24px 24px, auto;
}

.project-benefits-section {
	background: #070b12;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.project-benefits-list {
	display: grid;
	gap: 1.2rem;
}

.project-benefit-panel {
	align-items: stretch;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
		rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.15);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
	display: grid;
	grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1fr);
	overflow: hidden;
	position: relative;
}

.project-benefit-panel::before {
	background: linear-gradient(180deg, var(--project-accent), rgba(255, 255, 255, 0.12), transparent);
	content: "";
	inset: 0 auto 0 0;
	position: absolute;
	width: 4px;
	z-index: 2;
}

.project-benefit-panel:nth-child(even) {
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr);
}

.project-benefit-panel:nth-child(even) .project-benefit-media {
	order: 2;
}

.project-benefit-media {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent),
		rgba(255, 255, 255, 0.035);
	border-right: 1px solid rgba(255, 255, 255, 0.12);
	min-height: 280px;
	position: relative;
}

.project-benefit-panel:nth-child(even) .project-benefit-media {
	border-left: 1px solid rgba(255, 255, 255, 0.12);
	border-right: 0;
}

.project-benefit-media::after {
	background: linear-gradient(90deg, var(--project-accent), transparent);
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 1;
}

.project-benefit-image {
	appearance: none;
	background: transparent;
	border: 0;
	cursor: zoom-in;
	display: block;
	height: 100%;
	padding: 0;
	width: 100%;
}

.project-benefit-image:focus-visible {
	outline: 3px solid var(--project-accent);
	outline-offset: -3px;
}

.project-benefit-image img {
	height: 100%;
	object-fit: cover;
	transition: transform 220ms ease, filter 220ms ease;
	width: 100%;
}

.project-benefit-image:hover img,
.project-benefit-image:focus-visible img {
	filter: brightness(1.08);
	transform: scale(1.025);
}

.project-benefit-placeholder {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	min-height: 280px;
}

.project-benefit-placeholder span {
	border: 1px solid rgba(255, 255, 255, 0.18);
	color: var(--project-accent);
	display: grid;
	font-size: clamp(3rem, 8vw, 7rem);
	font-weight: 900;
	height: clamp(7rem, 16vw, 12rem);
	place-items: center;
	width: clamp(7rem, 16vw, 12rem);
}

.project-benefit-copy {
	align-self: stretch;
	background:
		linear-gradient(90deg, var(--project-accent-faint), transparent 42%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.035), transparent 56%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(1.4rem, 4vw, 3rem);
	position: relative;
}

.project-benefit-copy h3 {
	font-size: clamp(1.75rem, 3vw, 3rem);
	line-height: 1.05;
	margin-bottom: 0.8rem;
	max-width: 680px;
}

.project-benefit-copy p {
	color: rgba(255, 255, 255, 0.74);
	font-size: clamp(1rem, 1.5vw, 1.18rem);
	margin: 0;
	max-width: 640px;
}

.project-demo-section {
	background:
		linear-gradient(180deg, #070b12, #0b111d);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.project-demo-frame {
	aspect-ratio: 16 / 9;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.07), transparent 44%),
		radial-gradient(circle at 78% 22%, var(--project-accent-soft), transparent 28%),
		rgba(255, 255, 255, 0.045);
	border: 1px solid rgba(255, 255, 255, 0.14);
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
	display: grid;
	overflow: hidden;
	place-items: center;
}

.project-demo-frame video {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.project-demo-placeholder {
	align-items: center;
	color: rgba(255, 255, 255, 0.74);
	display: flex;
	font-size: clamp(1.1rem, 2vw, 1.65rem);
	font-weight: 900;
	height: 100%;
	justify-content: center;
	letter-spacing: 0.08em;
	padding: 2rem;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.project-workflow-section {
	background: #0b111d;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.project-conops-figure {
	margin: 1.8rem 0 0;
}

.project-conops-media {
	appearance: none;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
	cursor: zoom-in;
	display: block;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.project-conops-media:focus-visible {
	outline: 3px solid var(--project-accent);
	outline-offset: 3px;
}

.project-conops-media img {
	display: block;
	height: auto;
	transition: transform 220ms ease, filter 220ms ease;
	width: 100%;
}

.project-conops-media:hover img,
.project-conops-media:focus-visible img {
	filter: brightness(1.06);
	transform: scale(1.01);
}

.project-conops-figure figcaption {
	color: rgba(255, 255, 255, 0.64);
	font-size: 0.92rem;
	margin-top: 0.7rem;
}

.project-workflow-list {
	counter-reset: workflow;
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 2rem 0 0;
	padding: 0;
	position: relative;
}

.project-workflow-list::before {
	background: linear-gradient(90deg, var(--project-accent), rgba(255, 255, 255, 0.14));
	content: "";
	height: 4px;
	left: calc(1.2rem + 18px);
	position: absolute;
	right: calc(((100% - 2rem) / 3) - 1.2rem - 18px);
	top: 28px;
}

.project-workflow-list li {
	background: rgba(255, 255, 255, 0.055);
	border: 1px solid rgba(255, 255, 255, 0.12);
	display: grid;
	gap: 0.8rem;
	min-height: 160px;
	padding: 1.2rem;
	position: relative;
	z-index: 1;
}

.project-workflow-list span {
	align-items: center;
	background: var(--project-accent);
	color: var(--vcs-black);
	display: inline-flex;
	font-size: 0.75rem;
	font-weight: 900;
	height: 36px;
	justify-content: center;
	width: 36px;
}

.project-workflow-list strong {
	font-size: clamp(1.35rem, 2.3vw, 2.2rem);
	line-height: 1.05;
}

.project-workflow-list p {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.96rem;
	line-height: 1.45;
	margin: 0;
}

.project-reference-section {
	background: linear-gradient(180deg, #0b111d, #f4f7fa);
	color: var(--vcs-ink);
	padding: clamp(4rem, 8vw, 7rem) 0;
}

.project-reference-grid {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 1fr;
}

.project-metadata-panel,
.project-timeline-panel {
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(15, 38, 72, 0.12);
	box-shadow: 0 30px 80px rgba(5, 6, 8, 0.18);
	padding: clamp(1.4rem, 3vw, 2.2rem);
}

.project-metadata-panel h2,
.project-timeline-panel h2 {
	color: var(--vcs-ink);
	font-size: clamp(1.8rem, 3vw, 3rem);
}

.project-contract-list {
	border-top: 4px solid var(--project-accent);
	margin: 1.5rem 0;
	padding-top: 1.2rem;
}

.project-metadata-panel {
	display: grid;
	gap: 0 2rem;
	grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
}

.project-metadata-panel > .eyebrow,
.project-metadata-panel > h2 {
	grid-column: 1 / -1;
}

.project-contract-list h3 {
	font-size: 1rem;
	margin-bottom: 0.75rem;
}

.project-contract-list p {
	align-items: center;
	background: #eef3f8;
	display: flex;
	gap: 0.75rem;
	justify-content: space-between;
	margin: 0 0 0.6rem;
	padding: 0.75rem;
}

.project-contract-list strong {
	color: var(--vcs-navy);
	font-size: 0.94rem;
}

.project-contract-list span {
	background: var(--vcs-navy);
	color: var(--vcs-white);
	font-size: 0.74rem;
	font-weight: 900;
	padding: 0.32rem 0.5rem;
	text-transform: uppercase;
	white-space: nowrap;
}

.project-metadata-list {
	align-self: start;
	display: grid;
	gap: 0.75rem;
	margin: 1.5rem 0 0;
}

.project-metadata-list div {
	display: grid;
	gap: 0.15rem;
	grid-template-columns: 150px minmax(0, 1fr);
}

.project-metadata-list dt {
	color: var(--vcs-muted);
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
}

.project-metadata-list dd {
	font-weight: 900;
	margin: 0;
}

.project-award-timeline {
	display: grid;
	column-gap: 1.25rem;
	grid-auto-columns: minmax(170px, 1fr);
	grid-auto-flow: column;
	grid-template-columns: none;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	padding: 0 0 0.5rem;
	row-gap: 2.25rem;
	list-style: none;
	margin: 2rem 0 0;
	position: relative;
	scroll-snap-type: inline proximity;
}

.project-award-timeline::before {
	display: none;
}

.project-award-timeline li {
	display: grid;
	gap: 0.25rem;
	padding-top: 2.7rem;
	position: relative;
	scroll-snap-align: start;
}

.project-award-timeline li::after {
	background: var(--vcs-navy);
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	right: -1.25rem;
	top: 0.75rem;
	z-index: 0;
}

.project-award-timeline li:last-child::after {
	display: none;
}

.project-award-timeline li::before {
	background: var(--project-accent);
	border: 6px solid var(--vcs-navy);
	content: "";
	height: 1.1rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 1.1rem;
	z-index: 1;
}

.project-award-year {
	color: var(--vcs-red);
	font-size: 0.88rem;
	font-weight: 900;
}

.project-award-timeline h3 {
	font-size: 1.12rem;
	margin-bottom: 0;
}

.project-award-timeline p {
	margin: 0;
}

.project-award-meta {
	color: var(--vcs-navy);
	font-weight: 900;
}

.project-award-meta span {
	color: var(--vcs-muted);
	margin-left: 0.5rem;
}

.project-access-cta {
	background: #f4f7fa;
	color: var(--vcs-ink);
	padding: 0 0 clamp(2rem, 4vw, 3rem);
}

.project-access-cta-inner {
	align-items: center;
	border-top: 1px solid rgba(18, 45, 83, 0.16);
	display: grid;
	gap: clamp(1.5rem, 4vw, 3rem);
	grid-template-columns: minmax(0, 1fr) auto;
	padding-top: clamp(2rem, 4vw, 3rem);
}

.project-access-copy {
	max-width: 820px;
}

.project-access-copy h2 {
	font-size: clamp(2rem, 3.6vw, 3.5rem);
	margin-bottom: 0.75rem;
}

.project-access-copy p:not(.eyebrow) {
	color: var(--vcs-muted);
	font-size: clamp(1rem, 1.4vw, 1.15rem);
	margin: 0;
}

.project-access-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: flex-end;
}

.project-export-footer {
	background: #f4f7fa;
	color: var(--vcs-ink);
	padding: 0 0 clamp(4rem, 8vw, 7rem);
}

.project-export-footer-inner {
	align-items: center;
	background: var(--vcs-navy);
	color: var(--vcs-white);
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	padding-bottom: clamp(1.4rem, 3vw, 2rem);
	padding-top: clamp(1.4rem, 3vw, 2rem);
}

.project-export-footer h2 {
	font-size: clamp(1.8rem, 3vw, 2.8rem);
	margin: 0;
}

.project-summary-export-body {
	background: #dce3ea;
	color: var(--vcs-ink);
}

.project-summary-export-actions {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: flex-end;
	margin: 1.5rem auto 1rem;
	max-width: 980px;
	padding: 0 1rem;
}

.project-summary-export {
	background: #fff;
	box-shadow: 0 18px 60px rgba(11, 18, 32, 0.18);
	margin: 0 auto 3rem;
	max-width: 980px;
	padding: clamp(1.5rem, 4vw, 3rem);
}

.project-summary-export-header {
	align-items: stretch;
	border-bottom: 4px solid var(--vcs-red);
	display: grid;
	gap: 1.5rem;
	grid-template-columns: minmax(0, 1.1fr) minmax(240px, 0.9fr);
	padding-bottom: 1.4rem;
}

.project-summary-export-header h1 {
	color: var(--vcs-navy);
	font-size: clamp(2.1rem, 5vw, 4rem);
	letter-spacing: 0;
	line-height: 0.95;
	margin-bottom: 0.8rem;
}

.project-summary-export-header p:not(.eyebrow) {
	color: #334155;
	font-size: 1.05rem;
	line-height: 1.55;
	margin: 0;
}

.project-summary-export-header img {
	height: 100%;
	max-height: 260px;
	object-fit: cover;
	width: 100%;
}

.project-summary-export-section {
	border-bottom: 1px solid #d8e1ea;
	padding: 1.35rem 0;
}

.project-summary-export-section:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.project-summary-export-section h2 {
	color: var(--vcs-navy);
	font-size: 1.35rem;
	margin-bottom: 0.8rem;
}

.project-summary-export-grid {
	display: grid;
	gap: 0.75rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.project-summary-export-grid article,
.project-summary-export-block,
.project-summary-export-contracts p {
	background: #f4f7fa;
	border-left: 4px solid var(--vcs-red);
	padding: 0.85rem;
}

.project-summary-export h3 {
	color: var(--vcs-ink);
	font-size: 1.02rem;
	margin-bottom: 0.3rem;
}

.project-summary-export p {
	color: #334155;
	font-size: 0.95rem;
	line-height: 1.45;
	margin: 0;
}

.project-summary-export-block + .project-summary-export-block {
	margin-top: 0.75rem;
}

.project-summary-export-steps,
.project-summary-export-timeline {
	list-style: none;
	margin: 0;
	padding: 0;
}

.project-summary-export-steps {
	counter-reset: summary-step;
	display: grid;
	gap: 0.75rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.project-summary-export-steps li {
	background: #f4f7fa;
	color: var(--vcs-navy);
	counter-increment: summary-step;
	padding: 0.85rem;
}

.project-summary-export-steps li::before {
	color: var(--vcs-red);
	content: counter(summary-step, decimal-leading-zero) " / ";
	font-weight: 900;
}

.project-summary-export-steps strong {
	font-weight: 900;
}

.project-summary-export-steps p {
	font-size: 0.88rem;
	margin-top: 0.35rem;
}

.project-summary-export-reference {
	display: grid;
	gap: 1.4rem;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.project-summary-export-contracts {
	display: grid;
	gap: 0.5rem;
	margin-bottom: 0.9rem;
}

.project-summary-export-contracts p {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	justify-content: space-between;
}

.project-summary-export-contracts span {
	color: var(--vcs-muted);
	font-size: 0.8rem;
	font-weight: 900;
	text-transform: uppercase;
}

.project-summary-export-metadata {
	display: grid;
	gap: 0.55rem;
	margin: 0;
}

.project-summary-export-metadata div {
	display: grid;
	gap: 0.35rem;
	grid-template-columns: minmax(120px, 0.45fr) minmax(0, 1fr);
}

.project-summary-export-metadata dt {
	color: var(--vcs-muted);
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
}

.project-summary-export-metadata dd {
	font-weight: 900;
	margin: 0;
}

.project-summary-export-timeline {
	display: grid;
	gap: 0.65rem;
}

.project-summary-export-timeline li {
	border-left: 3px solid var(--vcs-red);
	padding-left: 0.8rem;
}

.project-summary-export-timeline strong,
.project-summary-export-timeline span {
	display: block;
}

.project-summary-export-timeline span {
	color: var(--vcs-muted);
	font-weight: 900;
	margin: 0.2rem 0;
}

.prose a {
	color: var(--vcs-red);
	font-weight: 800;
}

.listing-card {
	margin-bottom: 1rem;
	min-height: 0;
}

@media (max-width: 1020px) {
	.site-header-inner {
		grid-template-columns: auto auto;
	}

	.nav-toggle {
		display: block;
	}

	.header-cta,
	.primary-nav {
		display: none;
	}

	.nav-open .primary-nav {
		background: rgba(5, 6, 8, 0.96);
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		box-shadow: 0 20px 45px rgba(0, 0, 0, 0.38);
		display: block;
		inset: 76px 0 auto;
		padding: 0.35rem clamp(1rem, 5vw, 2rem);
		position: fixed;
		width: 100vw;
		z-index: 40;
	}

	.nav-open .primary-menu {
		align-items: stretch;
		display: grid;
		gap: 0;
		margin: 0 auto;
		max-width: 620px;
		width: 100%;
	}

	.nav-open .primary-menu a {
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
		display: block;
		color: var(--vcs-white);
		font-size: 1rem;
		padding: 0.72rem 0;
	}

	.hero-grid,
	.evidence-grid,
	.consulting-home-top,
	.testing-hero-grid,
	.testing-home-grid,
	.testing-home-top,
	.testing-context-grid,
	.testing-services-grid,
	.testing-capabilities-layout,
	.testing-platforms-protocols-row,
	.testing-nonip-grid,
	.testing-footprint-grid,
	.testing-ai-grid {
		grid-template-columns: 1fr;
	}

	.project-brief-hero-grid,
	.project-story-grid,
	.project-reference-grid {
		grid-template-columns: 1fr;
	}

	.project-story-grid {
		padding-left: clamp(1.5rem, 4vw, 2.75rem);
	}

	.project-capability-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.project-problem-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.project-benefit-panel,
	.project-benefit-panel:nth-child(even) {
		grid-template-columns: 1fr;
	}

	.project-benefit-panel:nth-child(even) .project-benefit-media {
		border-left: 0;
		border-right: 0;
		order: 0;
	}

	.project-benefit-media,
	.project-benefit-panel:nth-child(even) .project-benefit-media {
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
		border-left: 0;
		border-right: 0;
	}

	.project-workflow-list {
		grid-template-columns: 1fr;
	}

	.project-workflow-list li {
		padding-left: 3.35rem;
	}

	.project-workflow-list::before {
		bottom: calc(1.2rem + 18px);
		height: auto;
		left: 18px;
		right: auto;
		top: calc(1.2rem + 18px);
		width: 3px;
	}

	.project-metadata-panel {
		grid-template-columns: 1fr;
	}

	.project-brief-hero {
		min-height: 0;
	}

	.project-brief-visual {
		min-height: 360px;
	}

	.project-visual-frame {
		inset: 0;
		min-height: 320px;
		position: relative;
		transform: none;
		width: 100%;
	}

	.project-signal-card {
		bottom: -1rem;
		left: 1rem;
	}

	.project-story-marker {
		display: none;
	}

	.project-story-visual {
		display: none;
	}

	.project-story-panel {
		min-height: 0;
	}

	.project-export-footer-inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.testing-protocols-block {
		max-width: none;
	}

	.testing-carousel-block {
		justify-content: stretch;
	}

	.testing-hero-panel {
		aspect-ratio: auto;
		background: transparent;
		border: 0;
		box-shadow: none;
		height: 100%;
		inset: 0;
		mask-image: none;
		min-height: 0;
		position: absolute;
		transform: none;
		width: 100%;
	}

	.testing-hero-grid {
		gap: 1.5rem;
		min-height: clamp(430px, 66vw, 580px);
	}

	.testing-hero-copy {
		max-width: min(72vw, 760px);
	}

	.testing-hero-copy h1 {
		font-size: clamp(1.85rem, 4.3vw, 2.65rem);
		max-width: 24ch;
	}

	.testing-hero-intro {
		max-width: 40rem;
	}

	.testing-hero-media {
		height: 100%;
		inset: 0;
		margin-top: 0;
		max-width: none;
		position: absolute;
		width: 100%;
	}

	.testing-hero-telemetry {
		grid-column: auto;
		grid-row: auto;
		height: 100%;
		inset: 0;
		max-width: none;
		pointer-events: none;
		position: absolute;
		width: 100%;
	}

	.testing-hero-panel::before,
	.testing-hero-panel::after {
		opacity: 0.48;
	}

	.testing-hero-panel::before {
		left: 50%;
		top: 18%;
	}

	.testing-hero-panel::after {
		bottom: 11%;
		right: 7%;
	}

	.testing-hero-panel .signal-card {
		width: min(220px, 32%);
	}

	.testing-hero-panel .signal-card-one {
		left: 56%;
		top: 16%;
	}

	.testing-hero-panel .signal-card-two {
		bottom: 14%;
		right: 8%;
	}

	.testing-hero-panel .shield-ghost {
		left: 73%;
		transform: translateX(-50%);
	}

	.testing-inline-media {
		max-width: 420px;
	}

	.hero-panel {
		inset: auto;
		margin-top: 1.5rem;
		min-height: 460px;
		pointer-events: auto;
		position: relative;
		width: 100%;
	}

	.hero-grid {
		display: grid;
		gap: 1.5rem;
		min-height: 0;
	}

	.hero-copy {
		max-width: none;
	}

	.hero h1 {
		font-size: clamp(2.4rem, 6vw, 4rem);
		max-width: 14ch;
	}

	.hero-intro {
		max-width: 42rem;
	}

	.hero-panel::before {
		background: linear-gradient(180deg, rgba(5, 6, 8, 0.74) 0%, rgba(5, 6, 8, 0.36) 22%, rgba(5, 6, 8, 0.08) 48%, rgba(5, 6, 8, 0) 72%);
		inset: 0 0 46% 0;
	}

	.hero-panel::after {
		inset: 0 0 0 38%;
	}

	.hero-stage-kicker {
		right: 10%;
		top: 10%;
	}

	.hero-stage-shot-main {
		height: 62%;
		right: 4%;
		top: 14%;
		width: 70%;
	}

	.hero-stage-shot-secondary {
		bottom: 8%;
		height: 30%;
		left: 9%;
		width: 34%;
	}

	.hero-stage-chip {
		width: min(230px, 36%);
	}

	.hero-stage-chip-one {
		left: 10%;
		top: 12%;
	}

	.hero-stage-nav {
		bottom: 9rem;
		left: 60%;
		right: auto;
	}

	.stats-grid,
	.capability-grid,
	.news-grid,
	.testing-facts-grid,
	.testing-category-grid,
	.partner-grid,
	.consulting-home-cards,
	.platform-grid,
	.testing-domain-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.testing-platform-carousel {
		max-width: 100%;
	}

	.testing-platform-carousel-arrow-prev {
		left: -2.25rem;
	}

	.testing-platform-carousel-arrow-next {
		right: -2.25rem;
	}

	.stats-support-strip {
		grid-template-columns: 1fr;
	}

	.testing-list-grid {
		grid-template-columns: 1fr;
	}

	.testing-home-facts {
		grid-template-columns: repeat(2, 1fr);
	}

	.testing-home-bottom .systems-list {
		grid-template-columns: 1fr;
	}

	.consulting-proof-strip {
		grid-template-columns: repeat(2, 1fr);
	}

	.testing-home-copy,
	.consulting-home-copy {
		max-width: none;
	}

	.testing-home-copy h2,
	.consulting-home-copy h2 {
		max-width: none;
	}

	.consulting-home-copy-inner {
		padding-right: 0;
	}

	.consulting-home-media {
		min-height: clamp(320px, 52vw, 430px);
	}

	.consulting-home-summary {
		grid-column: auto;
		margin-bottom: 0;
		max-width: none;
	}

	.consulting-home-band::before {
		background-size: min(60vw, 520px);
		inset: 3rem -2rem 4rem 29%;
		opacity: 0.18;
	}

	.project-preview-grid {
		grid-auto-columns: minmax(300px, 46%);
	}

	.software-page .project-preview-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.split-cta {
		grid-template-columns: 1fr;
	}

	.testing-services-panel {
		padding: 1.25rem;
	}

	.timeline-carousel-head {
		align-items: flex-start;
		flex-direction: column;
	}

	.timeline-carousel-controls {
		left: -0.2rem;
		right: -0.2rem;
		top: 153px;
	}

	.timeline-milestone {
		flex-basis: min(42%, 280px);
		min-width: 240px;
	}
}

@media (min-width: 701px) and (max-width: 1020px) {
	.hero {
		display: flex;
		flex-direction: column;
	}

	.hero > .site-shell.hero-grid {
		order: 1;
		width: 100%;
	}

	.hero > .hero-panel {
		order: 2;
		width: 100%;
	}

	.hero-grid {
		display: block;
		min-height: 0;
	}

	.hero-copy {
		max-width: none;
	}

	.hero h1 {
		font-size: clamp(2.35rem, 6vw, 3.85rem);
		max-width: none;
	}

	.hero-intro {
		max-width: 42rem;
	}

	.hero-panel {
		margin-top: 1.5rem;
		min-height: 460px;
	}

	.hero-panel::before {
		background: linear-gradient(180deg, rgba(5, 6, 8, 0.74) 0%, rgba(5, 6, 8, 0.36) 22%, rgba(5, 6, 8, 0.08) 48%, rgba(5, 6, 8, 0) 72%);
		inset: 0 0 46% 0;
	}

	.hero-panel::after {
		inset: 0 0 0 38%;
	}
}

@media (max-width: 700px) {
	h1 {
		font-size: clamp(2.6rem, 14vw, 4rem);
	}

	h2 {
		font-size: clamp(2rem, 10vw, 3.1rem);
	}

	.brand-text {
		font-size: 0.88rem;
		white-space: nowrap;
	}

	.hero,
	.section,
	.page-hero {
		padding-left: 0;
		padding-right: 0;
	}

	.hero {
		display: flex;
		flex-direction: column;
	}

	.hero > .site-shell.hero-grid {
		order: 1;
		width: 100%;
	}

	.hero > .hero-panel {
		order: 2;
		width: 100%;
	}

	.hero {
		padding: clamp(4rem, 10vw, 5rem) 0 clamp(5rem, 12vw, 6rem);
	}

	.hero .eyebrow {
		font-size: clamp(1.75rem, 8vw, 2.5rem);
		white-space: normal;
	}

	.hero h1 {
		font-size: clamp(2rem, 10vw, 3rem);
		max-width: 14ch;
	}

	.hero-intro {
		font-size: 1rem;
		max-width: 34ch;
	}

	.project-brief-hero {
		padding: clamp(4rem, 13vw, 5rem) 0 clamp(3rem, 10vw, 4rem);
	}

	.project-brief-copy h1 {
		font-size: clamp(2.35rem, 11vw, 3.4rem);
	}

	.project-brief-copy .project-hero-intro,
	.project-story-copy p:not(.eyebrow) {
		font-size: 1rem;
	}

	.project-capability-grid,
	.project-gallery-grid,
	.project-problem-grid {
		grid-template-columns: 1fr;
	}

	.project-capability-item,
	.project-problem-card,
	.project-workflow-list li {
		min-height: 0;
	}

	.project-benefit-media,
	.project-benefit-placeholder {
		min-height: 220px;
	}

	.project-story-grid {
		padding-left: 1.45rem;
	}

	.project-workflow-list li {
		padding-left: 3rem;
	}

	.project-cta-row,
	.project-cta-row .button {
		width: 100%;
	}

	.project-access-cta-inner {
		align-items: flex-start;
		grid-template-columns: 1fr;
	}

	.project-access-actions {
		justify-content: flex-start;
		width: 100%;
	}

	.project-access-actions .button {
		width: 100%;
	}

	.project-brief-visual {
		min-height: 260px;
	}

	.project-visual-frame {
		min-height: 240px;
	}

	.project-signal-card {
		max-width: calc(100% - 2rem);
	}

	.project-story-panel::before {
		left: 0;
	}

	.project-story-copy h2 {
		font-size: clamp(2rem, 11vw, 3.2rem);
	}

	.project-reference-section {
		padding-top: clamp(3rem, 10vw, 4rem);
	}

	.project-contract-list p,
	.project-metadata-list div {
		align-items: flex-start;
		grid-template-columns: 1fr;
	}

	.project-summary-export-actions,
	.project-summary-export-header,
	.project-summary-export-grid,
	.project-summary-export-steps,
	.project-summary-export-reference {
		grid-template-columns: 1fr;
	}

	.project-summary-export-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.project-summary-export-metadata div {
		grid-template-columns: 1fr;
	}

	.project-contract-list p {
		flex-direction: column;
	}

	.project-award-timeline {
		grid-auto-flow: row;
		grid-template-columns: 1fr;
		overflow: visible;
		padding: 0;
	}

	.project-award-timeline::before {
		bottom: 1rem;
		display: block;
		height: auto;
		left: 1rem;
		right: auto;
		top: 1rem;
		width: 3px;
	}

	.project-award-timeline li {
		padding-left: 3rem;
		padding-top: 0;
	}

	.project-award-timeline li::after {
		display: none;
	}

	.project-award-timeline li::before {
		left: 0.25rem;
		top: 0.25rem;
	}

	.project-award-meta span {
		display: block;
		margin-left: 0;
	}

	.hero-panel {
		aspect-ratio: auto;
		min-height: 420px;
	}

	.hero-stage-kicker {
		right: 6%;
		top: 1rem;
	}

	.hero-stage-shot-main {
		height: 52%;
		left: 12%;
		right: 5%;
		top: 16%;
		width: auto;
	}

	.hero-stage-shot-secondary {
		bottom: 12%;
		height: 22%;
		left: 8%;
		width: 42%;
	}

	.hero-stage-chip {
		padding: 0.8rem 0.85rem;
		width: min(200px, 52%);
	}

	.hero-stage-chip-one {
		left: 7%;
		top: 11%;
	}

	.hero-stage-chip-two {
		bottom: 10%;
		right: 6%;
	}

	.hero-stage-nav {
		bottom: 9rem;
		flex-wrap: nowrap;
		gap: 0.28rem;
		justify-content: center;
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		width: min(94vw, 430px);
	}

	.hero-stage-tab {
		font-size: clamp(0.64rem, 2.8vw, 0.78rem);
		padding: 0.44rem clamp(0.46rem, 2.1vw, 0.75rem);
	}

	.stats-grid,
	.capability-grid,
	.news-grid,
	.systems-list,
	.testing-category-grid,
	.partner-grid,
	.consulting-home-cards,
	.consulting-proof-strip,
	.testing-domain-grid {
		grid-template-columns: 1fr;
	}

	.testing-platform-carousel {
		max-width: 100%;
        padding-top: 0.85rem;
		padding-bottom: 0.85rem;
		padding-left: 0.85rem;
		padding-right: 0.85rem;
	}

	.testing-platform-carousel-arrow {
		height: 38px;
		font-size: 2rem;
		width: 38px;
	}

	.testing-platform-carousel-arrow-prev {
		left: 0;
	}

	.testing-platform-carousel-arrow-next {
		right: 0;
	}

	.testing-hero-grid {
		min-height: clamp(460px, 124vw, 680px);
	}

	.testing-hero-copy {
		max-width: min(88vw, 30rem);
	}

	.testing-hero-copy h1 {
		font-size: clamp(1.5rem, 7.2vw, 2rem);
		max-width: 13ch;
	}

	.testing-hero-intro {
		max-width: min(86vw, 28rem);
	}

	.testing-hero-media,
	.testing-hero-telemetry {
		height: 100%;
		inset: 0;
		margin-top: 0;
		max-width: none;
		position: absolute;
		width: 100%;
	}

	.testing-hero-panel {
		background: transparent;
		border: 0;
		box-shadow: none;
		height: 100%;
		inset: 0;
		mask-image: none;
		min-height: 0;
		position: absolute;
		width: 100%;
	}

	.testing-hero-panel::before,
	.testing-hero-panel::after {
		opacity: 0.36;
	}

	.testing-hero-panel::before {
		left: 64%;
		top: 18%;
	}

	.testing-hero-panel::after {
		bottom: 12%;
		right: 2%;
	}

	.testing-hero-panel .signal-card {
		width: min(180px, 42%);
	}

	.testing-hero-panel .signal-card-one {
		left: 10%;
		top: 63%;
	}

	.testing-hero-panel .signal-card-two {
		display: none;
	}

	.testing-hero-panel .shield-ghost {
		left: 74%;
		opacity: 0.38;
		top: 60%;
		transform: translate(-50%, -50%);
	}

	.testing-hero-telemetry::before {
		background: linear-gradient(90deg, rgba(5, 9, 16, 0.97) 0%, rgba(5, 9, 16, 0.9) 34%, rgba(5, 9, 16, 0.45) 58%, rgba(5, 9, 16, 0) 82%);
		content: "";
		inset: 0;
		pointer-events: none;
		position: absolute;
		z-index: 1;
	}

	.testing-hero-copy {
		max-width: none;
		padding-right: 0;
		position: relative;
		z-index: 2;
	}

	.testing-proof-band .testing-facts-grid {
		display: grid;
		gap: 0.75rem;
		grid-auto-columns: minmax(170px, 78%);
		grid-auto-flow: column;
		grid-template-columns: none;
		overflow-x: auto;
		padding-bottom: 0.35rem;
		scrollbar-color: var(--vcs-red) rgba(255, 255, 255, 0.12);
		scrollbar-width: auto;
	}

	.testing-proof-band .testing-facts-grid::-webkit-scrollbar {
		height: 10px;
	}

	.testing-proof-band .testing-facts-grid::-webkit-scrollbar-track {
		background: rgba(255, 255, 255, 0.12);
		border-radius: 999px;
	}

	.testing-proof-band .testing-facts-grid::-webkit-scrollbar-thumb {
		background: var(--vcs-red);
		border: 2px solid rgba(255, 255, 255, 0.12);
		border-radius: 999px;
	}

	.testing-proof-band .fact-card {
		min-height: 100%;
	}

	.platform-grid {
		display: grid;
		gap: 0.75rem;
		grid-auto-columns: minmax(138px, 52%);
		grid-auto-flow: column;
		grid-template-columns: none;
		overflow-x: auto;
		padding-bottom: 0.35rem;
		scrollbar-color: var(--vcs-red) rgba(255, 255, 255, 0.12);
		scrollbar-width: auto;
	}

	.platform-grid::-webkit-scrollbar {
		height: 10px;
	}

	.platform-grid::-webkit-scrollbar-track {
		background: rgba(255, 255, 255, 0.12);
		border-radius: 999px;
	}

	.platform-grid::-webkit-scrollbar-thumb {
		background: var(--vcs-red);
		border: 2px solid rgba(255, 255, 255, 0.12);
		border-radius: 999px;
	}

	.testing-ai-grid {
		gap: 1.25rem;
	}

	.testing-ai-section .section-heading h2 {
		font-size: clamp(1.85rem, 8.4vw, 2.45rem);
		max-width: none;
	}

	.testing-ai-section .section-heading p:not(.eyebrow) {
		max-width: none;
	}

	.testing-ai-placeholder {
		max-width: none;
	}

	.testing-ai-placeholder .capability-card {
		padding: 1rem;
	}

	.testing-ai-points {
		gap: 0.6rem;
	}

	.testing-ai-points li {
		font-size: 0.92rem;
		padding: 0.8rem 0.9rem;
	}

	.testing-hero-copy .button-row {
		display: block;
	}

	.testing-hero-copy .button-row .button {
		display: flex;
		justify-content: center;
		width: 100%;
	}

	.testing-platform-slide img {
		aspect-ratio: 1.55;
	}

	.stats-band {
		margin-top: 0;
		padding-top: 0;
	}

	.consulting-home-media {
		grid-row: auto;
		min-height: clamp(260px, 68vw, 340px);
	}

	.testing-hero-panel {
		aspect-ratio: auto;
		background: transparent;
		border: 0;
		box-shadow: none;
		height: 100%;
		inset: 0;
		min-height: 0;
		position: absolute;
		width: 100%;
	}

	.testing-hero-grid {
		min-height: clamp(460px, 124vw, 680px);
	}

	.testing-hero-copy h1 {
		font-size: clamp(1.5rem, 7.2vw, 2rem);
		max-width: 13ch;
	}

	.testing-hero-intro {
		max-width: min(86vw, 28rem);
	}

	.testing-hero-media {
		height: 100%;
		inset: 0;
		justify-self: auto;
		margin-top: 0;
		max-width: none;
		position: absolute;
		width: 100%;
		z-index: 0;
	}

	.testing-hero-telemetry {
		grid-column: 1 / -1;
		grid-row: 1;
		height: 100%;
		inset: 0;
		max-width: none;
		pointer-events: none;
		position: absolute;
		width: 100%;
	}

	.testing-hero-panel::before,
	.testing-hero-panel::after {
		opacity: 0.44;
	}

	.testing-hero-panel::before {
		left: 58%;
		top: 16%;
	}

	.testing-hero-panel::after {
		bottom: 12%;
		right: 4%;
	}

	.testing-hero-panel .signal-card {
		width: min(180px, 42%);
	}

	.testing-hero-panel .signal-card-one {
		left: 8%;
		top: 58%;
	}

	.testing-hero-panel .signal-card-two {
		bottom: 12%;
		right: 8%;
	}

	.testing-hero-panel .shield-ghost {
		left: 72%;
		opacity: 0.46;
		top: 58%;
		transform: translate(-50%, -50%);
	}

	.consulting-home-summary {
		margin-bottom: 1.25rem;
	}

	.consulting-home-band::before {
		background-size: 96vw;
		inset: 7rem -3rem 8rem 13%;
		opacity: 0.12;
	}

	.project-preview-grid {
		grid-auto-columns: minmax(280px, 86%);
	}

	.software-page .project-preview-grid {
		grid-template-columns: 1fr;
	}

	.button-row {
		flex-wrap: nowrap;
	}

	.button-row .button {
		flex: 1 1 0;
		font-size: 0.84rem;
		min-width: 0;
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}

	.hero-canvas {
		opacity: 0.78;
	}

	.timeline-carousel-block {
		padding-top: 0.2rem;
	}

	.timeline-carousel-head h3 {
		font-size: clamp(1.55rem, 7.2vw, 2.1rem);
	}

	.timeline-carousel-controls {
		left: -0.1rem;
		right: -0.1rem;
		top: 112px;
	}

	.timeline-carousel-button {
		height: 42px;
		width: 42px;
	}

	.timeline-carousel-button span {
		font-size: 3.4rem;
		transform: translateY(-5px);
	}

	.timeline-carousel-track::before {
		top: 130px;
	}

	.timeline-milestone {
		flex-basis: min(68%, 210px);
		min-width: 190px;
		padding-top: 0.1rem;
	}

	.timeline-milestone-visual {
		height: 96px;
		margin: 10px auto calc(0.9rem - 10px);
		width: 96px;
	}

	.timeline-milestone p.timeline-milestone-year {
		font-size: 1rem;
		margin-left: 0;
		margin-right: 0;
		max-width: none;
	}

	.timeline-milestone h4 {
		font-size: 0.94rem;
		max-width: 16ch;
		margin-left: auto;
		margin-right: auto;
	}

	.timeline-milestone p {
		font-size: 0.88rem;
		margin-left: 0;
		margin-right: 0;
		max-width: none;
	}

	.timeline-milestone p:not(.timeline-milestone-year) {
		max-width: 20ch;
		margin-left: auto;
		margin-right: auto;
	}

	.timeline-graph {
		display: grid;
		gap: 1rem;
		grid-template-columns: 1fr;
		grid-template-rows: none;
	}

	.timeline-graph::before {
		display: none;
	}

	.timeline-entry,
	.timeline-entry-top,
	.timeline-entry-bottom {
		background: rgba(255, 255, 255, 0.06);
		border: 1px solid rgba(255, 255, 255, 0.12);
		grid-column: auto;
		padding: 1.25rem;
		text-align: left;
	}

	.timeline-entry::before,
	.timeline-entry::after {
		display: none;
	}

	.timeline-node {
		height: 68px;
		margin-bottom: 0.85rem;
		width: 68px;
	}

	.timeline-carousel-block {
		padding: 1rem 0.95rem 1.25rem;
	}

	.timeline-carousel-head h3 {
		max-width: none;
	}

	.timeline-carousel-controls {
		left: -0.1rem;
		right: -0.1rem;
		top: 112px;
	}

	.timeline-carousel-track::before {
		top: 130px;
	}

	.timeline-milestone {
		flex-basis: 100%;
		min-width: 0;
	}

	.timeline-milestone-visual {
		height: 96px;
		margin: 10px auto calc(0.9rem - 10px);
		width: 96px;
	}

	.timeline-milestone-axis {
		margin-top: 12px;
	}

	.timeline-milestone p.timeline-milestone-year {
		font-size: 1.1rem;
		margin-bottom: 0.55rem;
		max-width: none;
	}

	.timeline-milestone p {
		font-size: 0.88rem;
	}

	.timeline-entry p {
		margin: 0;
		max-width: none;
	}

	.stat-card,
	.stat-card:last-child {
		background: var(--vcs-white);
		border-left: 0;
		border-right: 0;
		border-top: 1px solid var(--vcs-gray-200);
		min-height: auto;
	}

	.stats-support-strip {
		border-left: 0;
		border-right: 0;
		border-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.capability-card,
	.project-card,
	.news-card {
		min-height: auto;
	}

	.testing-services-panel {
		padding: 1rem;
	}

}

@media print {
	@page {
		margin: 0.45in;
	}

	html,
	body.project-summary-export-body {
		background: #fff;
	}

	.project-summary-export-actions,
	.image-lightbox {
		display: none !important;
	}

	.project-summary-export {
		box-shadow: none;
		margin: 0;
		max-width: none;
		padding: 0;
	}

	.project-summary-export-header {
		grid-template-columns: minmax(0, 1.15fr) minmax(210px, 0.85fr);
	}

	.project-summary-export-header h1 {
		font-size: 34pt;
	}

	.project-summary-export-header p:not(.eyebrow),
	.project-summary-export p {
		font-size: 9.5pt;
	}

	.project-summary-export-section {
		break-inside: avoid;
		padding: 0.16in 0;
	}

	.project-summary-export-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.project-summary-export-steps {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.project-summary-export-reference {
		grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.hero-canvas {
		display: none;
	}

	.software-projects-canvas {
		display: none;
	}

	.testing-hero-media img {
		transform: none;
		transition: none;
	}

	.testing-home-media img,
	.testing-home-media video,
	.testing-hero-image-frame,
	.testing-home-image-frame {
		transform: none;
		transition: none;
	}
}
