/* Independent virtualization migration frontend. Scoped to .vhm-page. */

.vhm-page {
	--vhm-bg: #071116;
	--vhm-bg-soft: #0b1a20;
	--vhm-panel: #10242b;
	--vhm-panel-deep: #0b1b21;
	--vhm-line: rgba(190, 224, 215, .18);
	--vhm-line-strong: rgba(190, 224, 215, .34);
	--vhm-text: #edf6f1;
	--vhm-muted: #a8c0b8;
	--vhm-dim: #718a82;
	--vhm-accent: #c8f86b;
	--vhm-accent-deep: #83b944;
	--vhm-cyan: #7ce4d1;
	--vhm-serif: Georgia, 'Times New Roman', 'Noto Serif SC', serif;
	background: var(--vhm-bg);
	color: var(--vhm-text);
	font-family: Inter, 'SF Pro Display', 'PingFang SC', 'Microsoft YaHei', sans-serif;
	line-height: 1.65;
	position: relative;
	overflow: clip;
}

.vhm-page *,
.vhm-page *::before,
.vhm-page *::after {
	box-sizing: border-box;
}

.vhm-page a {
	color: inherit;
	text-decoration: none;
}

.vhm-page button {
	font: inherit;
}

.vhm-page img {
	display: block;
	max-width: 100%;
}

.vhm-noise {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E");
	inset: 0;
	opacity: .08;
	pointer-events: none;
	position: absolute;
	z-index: 5;
}

.vhm-shell {
	margin: 0 auto;
	max-width: 1260px;
	width: min(1260px, calc(100% - 72px));
}

.vhm-hero {
	background: #071116;
	border-bottom: 1px solid var(--vhm-line);
	min-height: 760px;
	position: relative;
}

.vhm-hero::before {
	background: linear-gradient(90deg, rgba(200, 248, 107, .08), transparent 36%, rgba(124, 228, 209, .07));
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.vhm-topbar {
	align-items: center;
	display: flex;
	justify-content: space-between;
	min-height: 82px;
}

.vhm-brand {
	align-items: baseline;
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	gap: 10px;
	letter-spacing: .08em;
}

.vhm-brand span {
	color: var(--vhm-accent);
	font-size: 17px;
	letter-spacing: .18em;
}

.vhm-brand i {
	color: var(--vhm-dim);
	font-style: normal;
}

.vhm-brand b {
	color: var(--vhm-muted);
	font-size: 10px;
	font-weight: 500;
	letter-spacing: .18em;
}

.vhm-topbar-right {
	align-items: center;
	display: flex;
	font-size: 11px;
	gap: 28px;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.vhm-topbar-right > a {
	align-items: center;
	border-bottom: 1px solid var(--vhm-line-strong);
	display: inline-flex;
	gap: 12px;
	padding: 8px 0;
	transition: border-color .2s ease, color .2s ease;
}

.vhm-topbar-right > a:hover,
.vhm-topbar-right > a:focus-visible {
	border-color: var(--vhm-accent);
	color: var(--vhm-accent);
}

.vhm-topbar-right > a b {
	font-size: 17px;
	font-weight: 400;
}

.vhm-status {
	align-items: center;
	color: var(--vhm-muted);
	display: inline-flex;
	gap: 8px;
}

.vhm-status i,
.vhm-board-meta b i {
	background: var(--vhm-accent);
	border-radius: 50%;
	box-shadow: 0 0 0 5px rgba(200, 248, 107, .08);
	display: inline-block;
	height: 6px;
	width: 6px;
}

.vhm-hero-grid {
	align-items: center;
	display: grid;
	gap: clamp(32px, 6vw, 100px);
	grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr);
	min-height: 610px;
	padding: 64px 0 48px;
}

.vhm-hero-copy {
	max-width: 600px;
}

.vhm-overline,
.vhm-kicker,
.vhm-mini-label {
	align-items: center;
	color: var(--vhm-cyan);
	display: flex;
	font-size: 11px;
	font-weight: 700;
	gap: 13px;
	letter-spacing: .15em;
	margin: 0;
	text-transform: uppercase;
}

.vhm-overline span,
.vhm-kicker span,
.vhm-mini-label span {
	color: var(--vhm-accent);
	font-variant-numeric: tabular-nums;
}

.vhm-hero h1 {
	color: var(--vhm-text);
	font-size: clamp(3.6rem, 7.2vw, 7.6rem);
	font-weight: 650;
	letter-spacing: -.1em;
	line-height: .96;
	margin: 28px 0 30px;
	max-width: 8.5ch;
	word-break: keep-all;
}

.vhm-hero-summary {
	color: var(--vhm-muted);
	font-size: clamp(16px, 1.35vw, 20px);
	line-height: 1.9;
	margin: 0;
	max-width: 560px;
}

.vhm-hero-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin-top: 36px;
}

.vhm-button {
	align-items: center;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	gap: 18px;
	letter-spacing: .08em;
	padding: 16px 20px;
	transition: background .2s ease, color .2s ease, transform .2s ease;
}

.vhm-button:hover,
.vhm-button:focus-visible {
	transform: translateY(-2px);
}

.vhm-button-primary {
	background: var(--vhm-accent);
	color: #08130f !important;
}

.vhm-button-primary:hover,
.vhm-button-primary:focus-visible {
	background: #e0ff9c;
}

.vhm-button span {
	font-size: 20px;
	font-weight: 400;
}

.vhm-text-link {
	align-items: center;
	color: var(--vhm-muted);
	display: inline-flex;
	font-size: 12px;
	gap: 12px;
	letter-spacing: .08em;
	transition: color .2s ease;
}

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

.vhm-text-link span {
	color: var(--vhm-accent);
	font-size: 20px;
}

.vhm-hero-visual {
	margin: 0;
	min-width: 0;
}

.vhm-hero-frame {
	background: #12292f;
	min-height: 490px;
	overflow: hidden;
	position: relative;
}

.vhm-hero-image {
	height: 100%;
	min-height: 490px;
	object-fit: cover;
	width: 100%;
}

.vhm-image-wash {
	background: linear-gradient(135deg, rgba(7, 17, 22, .15), rgba(7, 17, 22, .72));
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.vhm-image-scan {
	background: linear-gradient(90deg, transparent, rgba(200, 248, 107, .7), transparent);
	height: 1px;
	left: 12%;
	pointer-events: none;
	top: 32%;
	position: absolute;
	width: 76%;
}

.vhm-route-overlay {
	align-items: center;
	display: flex;
	left: 9%;
	position: absolute;
	right: 9%;
	top: 48%;
}

.vhm-route-node {
	backdrop-filter: blur(8px);
	background: rgba(7, 17, 22, .76);
	border: 1px solid rgba(237, 246, 241, .45);
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 128px;
	padding: 13px 14px;
	position: relative;
	z-index: 1;
}

.vhm-route-node b {
	color: var(--vhm-accent);
	font-size: 10px;
	letter-spacing: .16em;
}

.vhm-route-node strong {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .04em;
}

.vhm-route-line {
	background: var(--vhm-accent);
	height: 1px;
	position: relative;
	width: min(170px, 18vw);
}

.vhm-route-line::after {
	background: var(--vhm-accent);
	border-radius: 50%;
	box-shadow: 0 0 0 5px rgba(200, 248, 107, .12);
	content: '';
	height: 6px;
	left: 50%;
	position: absolute;
	top: -3px;
	width: 6px;
}

.vhm-hero-badge {
	backdrop-filter: blur(8px);
	background: rgba(7, 17, 22, .72);
	border-left: 2px solid var(--vhm-accent);
	color: var(--vhm-muted);
	font-size: 10px;
	letter-spacing: .15em;
	padding: 8px 10px;
	position: absolute;
}

.vhm-hero-badge b {
	color: var(--vhm-accent);
	font-weight: 700;
	margin-left: 4px;
}

.vhm-hero-badge--top {
	right: 24px;
	top: 24px;
}

.vhm-hero-badge--bottom {
	bottom: 24px;
	left: 24px;
}

.vhm-hero-visual figcaption {
	align-items: baseline;
	border-bottom: 1px solid var(--vhm-line);
	display: flex;
	font-size: 11px;
	gap: 20px;
	justify-content: space-between;
	padding: 16px 0 14px;
}

.vhm-hero-visual figcaption span {
	color: var(--vhm-accent);
	letter-spacing: .15em;
}

.vhm-hero-visual figcaption strong {
	color: var(--vhm-muted);
	font-weight: 400;
	text-align: right;
}

.vhm-hero-foot {
	align-items: center;
	border-top: 1px solid var(--vhm-line);
	color: var(--vhm-dim);
	display: flex;
	font-size: 12px;
	justify-content: space-between;
	padding: 20px 0 28px;
}

.vhm-hero-foot a {
	align-items: center;
	color: var(--vhm-muted);
	display: inline-flex;
	font-size: 9px;
	gap: 10px;
	letter-spacing: .16em;
}

.vhm-hero-foot a i {
	border: 1px solid var(--vhm-accent);
	border-radius: 50%;
	height: 5px;
	width: 5px;
}

.vhm-hero-foot a i:nth-child(2) { opacity: .6; }
.vhm-hero-foot a i:nth-child(3) { opacity: .25; }

.vhm-nav {
	background: rgba(7, 17, 22, .94);
	border-bottom: 1px solid var(--vhm-line);
	position: sticky;
	top: 0;
	z-index: 20;
}

.vhm-nav .vhm-shell {
	align-items: stretch;
	display: flex;
	justify-content: space-between;
}

.vhm-nav-links {
	display: flex;
	min-width: 0;
	overflow-x: auto;
}

.vhm-nav a {
	align-items: center;
	border-right: 1px solid var(--vhm-line);
	color: var(--vhm-dim);
	display: inline-flex;
	font-size: 11px;
	gap: 11px;
	letter-spacing: .05em;
	padding: 18px 20px;
	position: relative;
	white-space: nowrap;
}

.vhm-nav a:first-child {
	border-left: 1px solid var(--vhm-line);
}

.vhm-nav a span {
	color: var(--vhm-accent);
	font-variant-numeric: tabular-nums;
}

.vhm-nav a::after {
	background: var(--vhm-accent);
	bottom: 0;
	content: '';
	height: 2px;
	left: 20px;
	opacity: 0;
	position: absolute;
	right: 20px;
	transform: scaleX(0);
	transition: opacity .2s ease, transform .2s ease;
}

.vhm-nav a:hover,
.vhm-nav a:focus-visible,
.vhm-nav a.is-active {
	color: var(--vhm-text);
}

.vhm-nav a.is-active::after,
.vhm-nav a:hover::after,
.vhm-nav a:focus-visible::after {
	opacity: 1;
	transform: scaleX(1);
}

.vhm-nav-contact {
	background: var(--vhm-accent);
	color: #08130f !important;
	font-weight: 800;
	gap: 12px !important;
}

.vhm-nav-contact b {
	font-size: 17px;
	font-weight: 400;
}

.vhm-section {
	padding: 132px 0;
}

.vhm-brief {
	background: #edf4ef;
	color: #10201d;
}

.vhm-brief .vhm-kicker,
.vhm-brief .vhm-kicker span {
	color: #4a7564;
}

.vhm-brief .vhm-kicker span {
	color: #5b9d4d;
}

.vhm-brief-grid {
	display: grid;
	gap: clamp(48px, 8vw, 130px);
	grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr);
}

.vhm-section-heading h2 {
	font-size: clamp(2.3rem, 4.8vw, 5.4rem);
	font-weight: 600;
	letter-spacing: -.08em;
	line-height: 1.06;
	margin: 22px 0 26px;
	word-break: keep-all;
}

.vhm-section-heading > p:last-child {
	color: var(--vhm-muted);
	font-size: 16px;
	line-height: 1.9;
	margin: 0;
	max-width: 560px;
}

.vhm-brief .vhm-section-heading > p:last-child {
	color: #587068;
}

.vhm-advantage-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vhm-advantage {
	align-items: start;
	border-bottom: 1px solid rgba(16, 32, 29, .18);
	display: grid;
	gap: 16px;
	grid-template-columns: 38px minmax(0, 1fr) 20px;
	padding: 26px 0;
}

.vhm-advantage:nth-child(odd) {
	border-right: 1px solid rgba(16, 32, 29, .18);
	padding-right: 28px;
}

.vhm-advantage:nth-child(even) {
	padding-left: 28px;
}

.vhm-advantage > span {
	color: #5b9d4d;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .12em;
}

.vhm-advantage h3 {
	font-size: 21px;
	font-weight: 650;
	letter-spacing: -.04em;
	margin: 0 0 9px;
}

.vhm-advantage p {
	color: #60776f;
	font-size: 14px;
	line-height: 1.8;
	margin: 0;
}

.vhm-advantage > b {
	color: #5b9d4d;
	font-size: 20px;
	font-weight: 400;
	transition: transform .2s ease;
}

.vhm-advantage:hover > b {
	transform: translate(3px, -3px);
}

.vhm-control,
.vhm-faq {
	background: var(--vhm-bg);
}

.vhm-section-heading--wide {
	max-width: 850px;
}

.vhm-section-heading--wide > p:last-child {
	max-width: 710px;
}

.vhm-control-board {
	background: var(--vhm-panel-deep);
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr);
	margin-top: 56px;
	min-height: 570px;
}

.vhm-path-board {
	border: 1px solid var(--vhm-line);
	min-height: 570px;
	padding: 24px;
}

.vhm-board-meta,
.vhm-inspector-head {
	align-items: center;
	color: var(--vhm-dim);
	display: flex;
	font-size: 10px;
	justify-content: space-between;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.vhm-board-meta b {
	align-items: center;
	color: var(--vhm-accent);
	display: inline-flex;
	font-size: 9px;
	font-weight: 600;
	gap: 8px;
}

.vhm-path-graphic {
	min-height: 450px;
	overflow: hidden;
	position: relative;
}

.vhm-path-grid {
	background-image: linear-gradient(rgba(190, 224, 215, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(190, 224, 215, .08) 1px, transparent 1px);
	background-size: 56px 56px;
	inset: 30px 0 0;
	mask-image: linear-gradient(to bottom, black, transparent 95%);
	position: absolute;
}

.vhm-path-graphic svg {
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}

.vhm-path-graphic path {
	fill: none;
	stroke: rgba(190, 224, 215, .18);
	stroke-width: 1;
	vector-effect: non-scaling-stroke;
}

.vhm-path-graphic path.is-active {
	stroke: var(--vhm-accent);
	stroke-dasharray: 8 10;
	stroke-width: 2;
}

.vhm-path-node {
	background: rgba(16, 36, 43, .92);
	border: 1px solid var(--vhm-line-strong);
	color: var(--vhm-text);
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 15px 16px;
	position: absolute;
	text-align: left;
	transition: background .25s ease, border-color .25s ease, transform .25s ease;
	width: min(190px, 28%);
	z-index: 2;
}

.vhm-path-node:hover,
.vhm-path-node:focus-visible,
.vhm-path-node.is-active {
	background: #18343a;
	border-color: var(--vhm-accent);
	transform: translateY(-4px);
}

.vhm-path-node span {
	color: var(--vhm-accent);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .14em;
}

.vhm-path-node strong {
	font-size: 14px;
	font-weight: 700;
}

.vhm-path-node small {
	color: var(--vhm-dim);
	font-size: 8px;
	letter-spacing: .1em;
	line-height: 1.4;
}

.vhm-path-node--source { left: 2%; top: 16%; }
.vhm-path-node--route { right: 2%; top: 16%; }
.vhm-path-node--cutover { left: 2%; bottom: 14%; }
.vhm-path-node--handover { right: 2%; bottom: 14%; }

.vhm-path-core {
	align-items: center;
	background: #172e32;
	border: 1px solid var(--vhm-accent);
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	height: 142px;
	justify-content: center;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 142px;
	z-index: 3;
}

.vhm-path-core i {
	background: var(--vhm-accent);
	border-radius: 50%;
	box-shadow: 0 0 0 8px rgba(200, 248, 107, .08);
	height: 7px;
	margin-bottom: 11px;
	width: 7px;
}

.vhm-path-core strong {
	font-size: 13px;
	letter-spacing: .04em;
	line-height: 1.35;
}

.vhm-path-core small {
	color: var(--vhm-accent);
	font-size: 8px;
	letter-spacing: .15em;
	margin-top: 8px;
}

.vhm-path-legend {
	border-top: 1px solid var(--vhm-line);
	display: flex;
	gap: 22px;
	padding-top: 15px;
}

.vhm-path-legend span {
	align-items: center;
	color: var(--vhm-dim);
	display: inline-flex;
	font-size: 10px;
	gap: 8px;
}

.vhm-path-legend i {
	background: var(--vhm-accent);
	display: inline-block;
	height: 2px;
	width: 22px;
}

.vhm-path-legend span:last-child i {
	background: var(--vhm-cyan);
	border-radius: 50%;
	height: 6px;
	width: 6px;
}

.vhm-inspector {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 30px;
}

.vhm-inspector-head {
	border-bottom: 1px solid var(--vhm-line);
	padding-bottom: 18px;
}

.vhm-inspector-head b {
	color: var(--vhm-accent);
	font-size: 12px;
	font-variant-numeric: tabular-nums;
}

.vhm-inspector-copy {
	flex: 1;
	padding: 42px 0 28px;
}

.vhm-mini-label {
	color: var(--vhm-accent);
	font-size: 10px;
	letter-spacing: .12em;
}

.vhm-inspector-copy h3,
.vhm-stage-copy h3 {
	font-size: clamp(1.55rem, 2.3vw, 2.35rem);
	font-weight: 600;
	letter-spacing: -.06em;
	line-height: 1.18;
	margin: 15px 0 16px;
}

.vhm-inspector-copy > p:not(.vhm-mini-label),
.vhm-stage-copy > p:not(.vhm-mini-label) {
	color: var(--vhm-muted);
	font-size: 14px;
	line-height: 1.85;
	margin: 0;
}

.vhm-inspector-lead {
	border-left: 2px solid var(--vhm-accent);
	color: var(--vhm-text);
	font-size: 13px;
	line-height: 1.7;
	margin: 25px 0;
	padding-left: 14px;
}

.vhm-inspector-copy ul,
.vhm-stage-copy ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.vhm-inspector-copy li,
.vhm-stage-copy li {
	border-top: 1px solid var(--vhm-line);
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(110px, .65fr) minmax(0, 1fr);
	padding: 12px 0;
}

.vhm-inspector-copy li b,
.vhm-stage-copy li b {
	font-size: 12px;
	font-weight: 700;
}

.vhm-inspector-copy li span,
.vhm-stage-copy li span {
	color: var(--vhm-dim);
	font-size: 12px;
	line-height: 1.6;
}

.vhm-control-tabs {
	border-top: 1px solid var(--vhm-line);
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: auto;
}

.vhm-control-tabs button {
	align-items: center;
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--vhm-line);
	color: var(--vhm-dim);
	cursor: pointer;
	display: grid;
	gap: 9px;
	grid-template-columns: 25px minmax(0, 1fr) 15px;
	padding: 14px 8px;
	text-align: left;
	transition: background .2s ease, color .2s ease;
}

.vhm-control-tabs button:nth-child(odd) {
	border-right: 1px solid var(--vhm-line);
	padding-left: 0;
	}

.vhm-control-tabs button:nth-child(even) {
	padding-right: 0;
}

.vhm-control-tabs button:hover,
.vhm-control-tabs button:focus-visible,
.vhm-control-tabs button.is-active {
	background: rgba(200, 248, 107, .06);
	color: var(--vhm-text);
}

.vhm-control-tabs button span {
	color: var(--vhm-accent);
	font-size: 10px;
	font-weight: 800;
}

.vhm-control-tabs button strong {
	font-size: 11px;
	font-weight: 600;
	line-height: 1.35;
}

.vhm-control-tabs button i {
	color: var(--vhm-accent);
	font-size: 16px;
	font-style: normal;
}

.vhm-sequence {
	background: #edf4ef;
	color: #10201d;
}

.vhm-section-heading--row {
	align-items: end;
	display: grid;
	gap: 50px;
	grid-template-columns: minmax(0, 1fr) minmax(250px, .55fr);
}

.vhm-section-heading--row > p:last-child {
	color: #587068;
	justify-self: end;
	max-width: 370px;
}

.vhm-sequence .vhm-kicker,
.vhm-sequence .vhm-kicker span {
	color: #4a7564;
}

.vhm-sequence .vhm-kicker span {
	color: #5b9d4d;
}

.vhm-stage-board {
	background: #10241f;
	color: var(--vhm-text);
	display: grid;
	grid-template-columns: minmax(240px, .46fr) minmax(0, 1.1fr);
	margin-top: 55px;
	min-height: 520px;
	overflow: hidden;
}

.vhm-stage-list {
	border-right: 1px solid rgba(190, 224, 215, .18);
	display: flex;
	flex-direction: column;
}

.vhm-stage-list button {
	align-items: center;
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(190, 224, 215, .18);
	color: var(--vhm-dim);
	cursor: pointer;
	display: grid;
	gap: 15px;
	grid-template-columns: 32px minmax(0, 1fr) 18px;
	min-height: 117px;
	padding: 22px 24px;
	text-align: left;
	transition: background .2s ease, color .2s ease, padding .2s ease;
}

.vhm-stage-list button:hover,
.vhm-stage-list button:focus-visible,
.vhm-stage-list button.is-active {
	background: #18352c;
	color: var(--vhm-text);
	padding-left: 30px;
}

.vhm-stage-list button span {
	color: var(--vhm-accent);
	font-size: 11px;
	font-weight: 800;
}

.vhm-stage-list button strong {
	font-size: 14px;
	font-weight: 650;
	line-height: 1.4;
}

.vhm-stage-list button i {
	color: var(--vhm-accent);
	font-size: 17px;
	font-style: normal;
}

.vhm-stage-detail {
	display: grid;
	gap: 44px;
	grid-template-columns: minmax(250px, .85fr) minmax(0, 1fr);
	padding: 38px;
}

.vhm-stage-media {
	margin: 0;
}

.vhm-stage-media > div {
	background: #19362f;
	min-height: 300px;
	overflow: hidden;
	position: relative;
}

.vhm-stage-media img {
	height: 100%;
	min-height: 300px;
	object-fit: cover;
	width: 100%;
}

.vhm-stage-media > div > span {
	border: 1px solid var(--vhm-accent);
	inset: 16px;
	position: absolute;
}

.vhm-stage-media figcaption,
.vhm-stage-media > figcaption {
	border-bottom: 1px solid rgba(190, 224, 215, .18);
	color: var(--vhm-dim);
	font-size: 11px;
	line-height: 1.65;
	padding: 13px 0;
}

.vhm-stage-copy {
	align-self: center;
}

.vhm-stage-copy > p:not(.vhm-mini-label) {
	margin-bottom: 24px;
}

.vhm-stage-copy li {
	border-color: rgba(190, 224, 215, .18);
}

.vhm-evidence {
	background: var(--vhm-bg-soft);
}

.vhm-evidence-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 56px;
}

.vhm-evidence-card {
	margin: 0;
}

.vhm-evidence-image {
	background: #10252a;
	overflow: hidden;
}

.vhm-evidence-image a {
	display: block;
	position: relative;
}

.vhm-evidence-img {
	height: 190px;
	object-fit: cover;
	opacity: .84;
	transition: opacity .25s ease, transform .45s ease;
	width: 100%;
}

.vhm-evidence-card:hover .vhm-evidence-img {
	opacity: 1;
	transform: scale(1.04);
}

.vhm-evidence-image span {
	background: rgba(7, 17, 22, .82);
	bottom: 10px;
	color: var(--vhm-accent);
	font-size: 9px;
	left: 10px;
	letter-spacing: .15em;
	padding: 6px 8px;
	position: absolute;
}

.vhm-evidence-card figcaption {
	padding-top: 17px;
}

.vhm-evidence-card figcaption small {
	color: var(--vhm-accent);
	display: block;
	font-size: 9px;
	letter-spacing: .15em;
	margin-bottom: 9px;
}

.vhm-evidence-card figcaption strong {
	display: block;
	font-size: 16px;
	font-weight: 650;
	line-height: 1.45;
}

.vhm-evidence-card figcaption p {
	color: var(--vhm-dim);
	font-size: 12px;
	line-height: 1.7;
	margin: 10px 0 0;
}

.vhm-related {
	background: #091920;
	border-top: 1px solid var(--vhm-line);
}

.vhm-related-grid {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 56px;
}

.vhm-related-card {
	background: var(--vhm-panel-deep);
	display: flex;
	flex-direction: column;
	min-height: 270px;
	padding: 28px;
	transition: background .25s ease, border-color .25s ease, transform .25s ease;
}

.vhm-related-card:hover,
.vhm-related-card:focus-visible {
	background: #143036;
	transform: translateY(-4px);
}

.vhm-related-card:focus-visible {
	box-shadow: inset 0 0 0 2px var(--vhm-accent);
	outline: none;
}

.vhm-related-card__meta {
	align-items: center;
	color: var(--vhm-accent);
	display: flex;
	font-size: 10px;
	font-weight: 700;
	justify-content: space-between;
	letter-spacing: .15em;
}

.vhm-related-card__meta b {
	font-size: 19px;
	font-weight: 400;
}

.vhm-related-card h3 {
	font-size: clamp(1.35rem, 2vw, 2rem);
	font-weight: 600;
	letter-spacing: -.04em;
	line-height: 1.2;
	margin: 52px 0 14px;
}

.vhm-related-card p {
	color: var(--vhm-muted);
	font-size: 14px;
	line-height: 1.8;
	margin: 0;
	max-width: 320px;
}

.vhm-related-card > strong {
	color: var(--vhm-cyan);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	margin-top: auto;
	padding-top: 28px;
}

.vhm-faq-grid {
	display: grid;
	gap: clamp(50px, 9vw, 140px);
	grid-template-columns: minmax(250px, .7fr) minmax(0, 1.3fr);
}

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

.vhm-faq-list details {
	border-bottom: 1px solid var(--vhm-line);
}

.vhm-faq-list summary {
	align-items: center;
	cursor: pointer;
	display: grid;
	gap: 16px;
	grid-template-columns: 32px minmax(0, 1fr) 25px;
	list-style: none;
	padding: 22px 0;
}

.vhm-faq-list summary::-webkit-details-marker {
	display: none;
}

.vhm-faq-list summary span {
	color: var(--vhm-accent);
	font-size: 11px;
	font-weight: 800;
}

.vhm-faq-list summary strong {
	font-size: 17px;
	font-weight: 600;
}

.vhm-faq-list summary b {
	color: var(--vhm-accent);
	font-size: 24px;
	font-weight: 300;
	text-align: right;
	transition: transform .2s ease;
}

.vhm-faq-list details[open] summary b {
	transform: rotate(45deg);
}

.vhm-faq-list details p {
	color: var(--vhm-muted);
	font-size: 14px;
	line-height: 1.9;
	margin: -4px 45px 23px 48px;
}

.vhm-contact {
	background: var(--vhm-accent);
	color: #0a1b13;
	padding: 112px 0;
}

.vhm-contact-grid {
	align-items: end;
	display: grid;
	gap: 70px;
	grid-template-columns: minmax(0, 1fr) minmax(260px, .55fr);
}

.vhm-contact .vhm-kicker,
.vhm-contact .vhm-kicker span {
	color: #47703e;
}

.vhm-contact .vhm-kicker span {
	color: #274e30;
}

.vhm-contact h2 {
	font-size: clamp(2.8rem, 6vw, 7rem);
	font-weight: 600;
	letter-spacing: -.1em;
	line-height: .98;
	margin: 23px 0 26px;
	word-break: keep-all;
}

.vhm-contact-copy > p:last-child {
	color: #385e4d;
	font-size: 16px;
	line-height: 1.9;
	margin: 0;
	max-width: 650px;
}

.vhm-contact-actions {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.vhm-contact-actions .vhm-button-primary {
	background: #0a1b13;
	color: var(--vhm-accent) !important;
	margin-bottom: 16px;
}

.vhm-contact-actions .vhm-button-primary:hover,
.vhm-contact-actions .vhm-button-primary:focus-visible {
	background: #173429;
}

.vhm-contact-actions > a:not(.vhm-button) {
	border-bottom: 1px solid rgba(10, 27, 19, .35);
	color: #274e30;
	font-size: 12px;
	letter-spacing: .08em;
	padding-bottom: 6px;
	transition: border-color .2s ease, color .2s ease;
}

.vhm-contact-actions > a:not(.vhm-button):hover,
.vhm-contact-actions > a:not(.vhm-button):focus-visible {
	border-color: #0a1b13;
	color: #0a1b13;
}

.vhm-services-link {
	margin-top: 20px;
}

.vhm-reveal {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity .65s ease, transform .65s ease;
}

.vhm-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.vhm-page [data-vhm-delay="80"] { transition-delay: 80ms; }
.vhm-page [data-vhm-delay="100"] { transition-delay: 100ms; }
.vhm-page [data-vhm-delay="120"] { transition-delay: 120ms; }
.vhm-page [data-vhm-delay="160"] { transition-delay: 160ms; }
.vhm-page [data-vhm-delay="240"] { transition-delay: 240ms; }

.vhm-page[data-vhm-motion="reduced"] .vhm-reveal {
	opacity: 1;
	transform: none;
	transition: none;
}

@media (max-width: 1050px) {
	.vhm-hero-grid {
		gap: 42px;
		grid-template-columns: minmax(0, .9fr) minmax(370px, 1.1fr);
	}

	.vhm-hero h1 {
		font-size: clamp(3.2rem, 7vw, 5.6rem);
	}

	.vhm-control-board,
	.vhm-stage-board {
		grid-template-columns: minmax(0, 1fr);
	}

	.vhm-path-board {
		min-height: 520px;
	}

	.vhm-inspector {
		min-height: 560px;
	}

	.vhm-stage-list {
		border-bottom: 1px solid rgba(190, 224, 215, .18);
		border-right: 0;
		flex-direction: row;
		overflow-x: auto;
	}

	.vhm-stage-list button {
		border-bottom: 0;
		border-right: 1px solid rgba(190, 224, 215, .18);
		min-width: 210px;
	}

	.vhm-stage-list button:hover,
	.vhm-stage-list button:focus-visible,
	.vhm-stage-list button.is-active {
		padding-left: 24px;
	}

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

	.vhm-related-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.vhm-shell {
		width: min(100% - 36px, 560px);
	}

	.vhm-hero {
		min-height: auto;
	}

	.vhm-topbar {
		align-items: flex-start;
		flex-direction: column;
		gap: 15px;
		padding: 20px 0;
	}

	.vhm-topbar-right {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.vhm-topbar-right > a {
		font-size: 10px;
	}

	.vhm-hero-grid {
		display: flex;
		flex-direction: column;
		gap: 38px;
		padding: 48px 0 34px;
	}

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

	.vhm-hero h1 {
		font-size: clamp(3rem, 14vw, 4.8rem);
		margin: 22px 0 22px;
		max-width: 100%;
		overflow-wrap: anywhere;
		word-break: normal;
	}

	.vhm-hero-summary {
		font-size: 15px;
		line-height: 1.8;
	}

	.vhm-hero-actions {
		align-items: flex-start;
		flex-direction: column;
		gap: 18px;
		margin-top: 28px;
	}

	.vhm-hero-frame,
	.vhm-hero-image {
		min-height: 370px;
	}

	.vhm-route-overlay {
		left: 5%;
		right: 5%;
		top: 47%;
	}

	.vhm-route-node {
		min-width: 0;
		padding: 10px;
		width: 112px;
	}

	.vhm-route-node strong {
		font-size: 11px;
	}

	.vhm-route-line {
		width: 44px;
	}

	.vhm-hero-badge {
		font-size: 8px;
	}

	.vhm-hero-badge--top {
		right: 12px;
		top: 12px;
	}

	.vhm-hero-badge--bottom {
		bottom: 12px;
		left: 12px;
	}

	.vhm-hero-visual figcaption {
		align-items: flex-start;
		flex-direction: column;
		gap: 5px;
	}

	.vhm-hero-visual figcaption strong {
		text-align: left;
	}

	.vhm-hero-foot {
		align-items: flex-start;
		flex-direction: column;
		gap: 18px;
		line-height: 1.7;
	}

	.vhm-nav .vhm-shell {
		width: 100%;
	}

	.vhm-nav-links {
		padding-left: 18px;
	}

	.vhm-nav a {
		border-left: 0 !important;
		padding: 15px 16px;
	}

	.vhm-nav-contact {
		display: none !important;
	}

	.vhm-section {
		padding: 82px 0;
	}

	.vhm-brief-grid,
	.vhm-faq-grid,
	.vhm-contact-grid {
		display: block;
	}

	.vhm-section-heading h2 {
		font-size: clamp(2.45rem, 12vw, 4.4rem);
		margin-top: 17px;
		overflow-wrap: anywhere;
		word-break: normal;
	}

	.vhm-section-heading > p:last-child {
		font-size: 14px;
	}

	.vhm-advantage-grid {
		display: block;
		margin-top: 40px;
	}

	.vhm-advantage,
	.vhm-advantage:nth-child(odd),
	.vhm-advantage:nth-child(even) {
		border-right: 0;
		padding: 21px 0;
	}

	.vhm-control-board {
		margin-top: 36px;
	}

	.vhm-path-board {
		min-height: 430px;
		padding: 17px;
	}

	.vhm-path-graphic {
		min-height: 350px;
	}

	.vhm-path-node {
		padding: 10px;
		width: 42%;
	}

	.vhm-path-node strong {
		font-size: 11px;
	}

	.vhm-path-node small {
		font-size: 7px;
	}

	.vhm-path-node--source { top: 13%; }
	.vhm-path-node--route { top: 13%; }
	.vhm-path-node--cutover { bottom: 12%; }
	.vhm-path-node--handover { bottom: 12%; }

	.vhm-path-core {
		height: 104px;
		width: 104px;
	}

	.vhm-path-core strong {
		font-size: 11px;
	}

	.vhm-path-core small {
		font-size: 7px;
	}

	.vhm-path-legend {
		gap: 12px;
		flex-wrap: wrap;
	}

	.vhm-inspector {
		min-height: 0;
		padding: 22px 17px 17px;
	}

	.vhm-inspector-copy {
		padding: 34px 0 25px;
	}

	.vhm-inspector-copy h3,
	.vhm-stage-copy h3 {
		font-size: 1.8rem;
	}

	.vhm-inspector-copy li,
	.vhm-stage-copy li {
		display: block;
	}

	.vhm-inspector-copy li b,
	.vhm-stage-copy li b {
		display: block;
		margin-bottom: 3px;
	}

	.vhm-control-tabs button {
		grid-template-columns: 22px minmax(0, 1fr);
	}

	.vhm-control-tabs button i {
		display: none;
	}

	.vhm-section-heading--row {
		display: block;
	}

	.vhm-section-heading--row > p:last-child {
		margin-top: 24px;
}

	.vhm-stage-board {
		margin-top: 36px;
	}

	.vhm-stage-list button {
		min-width: 180px;
		padding: 17px;
	}

	.vhm-stage-list button strong {
		font-size: 12px;
	}

	.vhm-stage-detail {
		display: block;
		padding: 20px 17px 28px;
	}

	.vhm-stage-media > div,
	.vhm-stage-media img {
		min-height: 220px;
	}

	.vhm-stage-copy {
		margin-top: 30px;
	}

	.vhm-evidence-grid {
		display: block;
		margin-top: 36px;
	}

	.vhm-related-grid {
		display: block;
		margin-top: 36px;
	}

	.vhm-related-card {
		min-height: 0;
		padding: 23px 20px;
	}

	.vhm-related-card + .vhm-related-card {
		margin-top: 1px;
	}

	.vhm-related-card h3 {
		font-size: 1.55rem;
		margin-top: 39px;
	}

	.vhm-evidence-card + .vhm-evidence-card {
		margin-top: 32px;
	}

	.vhm-evidence-img {
		height: 230px;
	}

	.vhm-faq-grid .vhm-faq-list {
		margin-top: 38px;
	}

	.vhm-faq-list summary {
		gap: 10px;
		grid-template-columns: 25px minmax(0, 1fr) 20px;
		padding: 19px 0;
	}

	.vhm-faq-list summary strong {
		font-size: 15px;
	}

	.vhm-faq-list details p {
		font-size: 13px;
		margin: -2px 30px 20px 35px;
	}

	.vhm-contact {
		padding: 82px 0;
	}

	.vhm-contact h2 {
		font-size: clamp(2.9rem, 14vw, 5rem);
		overflow-wrap: anywhere;
		word-break: normal;
	}

	.vhm-contact-actions {
		margin-top: 44px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vhm-page .vhm-reveal,
	.vhm-page .vhm-reveal.is-visible,
	.vhm-page .vhm-button,
	.vhm-page .vhm-path-node,
	.vhm-page .vhm-stage-list button,
	.vhm-page .vhm-evidence-img,
	.vhm-page .vhm-related-card {
		transition: none;
	}

	.vhm-page .vhm-reveal {
		opacity: 1;
		transform: none;
	}

	.vhm-page .vhm-path-graphic path.is-active {
		stroke-dasharray: none;
	}
}
