.vtech,
.vtech * {
	box-sizing: border-box;
}

.vtech [id] { scroll-margin-top: calc(var(--velta-header-height, 74px) + 16px); }

.vtech-hero {
	background: #e8ece9;
}

.vtech-hero > .vwp-in {
	display: grid;
	grid-template-columns: 1fr;
}

.vtech-hero-copy {
	padding: 76px 0;
}

.vtech-hero h1 {
	margin: 26px 0 0;
	font-size: clamp(3.4rem, 8vw, 7.4rem);
	font-weight: 700;
	line-height: 0.88;
	letter-spacing: -0.06em;
}

.vtech-hero-copy > p:not(.vwp-eye) {
	max-width: 680px;
	margin: 30px 0 0;
	color: var(--vwp-muted);
	font-size: 17px;
	line-height: 1.75;
}

.vtech-hero figure {
	min-height: 430px;
	margin: 0 -20px;
	background: #d4dedb;
}

.vtech-hero figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vtech-back {
	display: inline-block;
	margin-bottom: 34px;
	color: #4f5752;
	font-size: 10px;
	letter-spacing: 0.18em;
	text-decoration: none;
	text-transform: uppercase;
}

.vtech-hub .vtech-hero figure img,
.vtech-hero-hydrogen figure img {
	object-fit: contain;
	padding: clamp(28px, 5vw, 76px);
}

.vtech-hero-air figure img { object-position: center; }

.vtech-domains {
	padding: 100px 0 112px;
	background: #f6f4ee;
}

.vtech-domain-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 62px;
}

.vtech-domain-grid a {
	display: flex;
	min-height: 520px;
	flex-direction: column;
	padding: 34px;
	border: 1px solid rgba(17, 21, 19, 0.18);
	color: #111513;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.vtech-domain-grid a:hover,
.vtech-domain-grid a:focus-visible {
	transform: translateY(-4px);
	box-shadow: 0 20px 50px rgba(17, 21, 19, 0.1);
}

.vtech-domain-grid .is-water { background: #dce8f0; }
.vtech-domain-grid .is-air { background: #e2ebe5; }
.vtech-domain-grid .is-hydrogen { background: #ebe4ed; }

.vtech-domain-grid span,
.vtech-route-grid span {
	font-size: 10px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.vtech-domain-grid h2 {
	margin: auto 0 0;
	font-size: clamp(2.6rem, 4vw, 4.4rem);
	font-weight: 400;
	line-height: 0.96;
	letter-spacing: -0.05em;
}

.vtech-domain-grid p {
	margin: 28px 0 0;
	color: var(--vwp-muted);
	line-height: 1.7;
}

.vtech-domain-grid strong { margin-top: 34px; font-size: 12px; }

.vtech-route-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	margin-top: 60px;
	background: rgba(17, 21, 19, 0.2);
}

.vtech-route-grid article {
	padding: clamp(30px, 4vw, 56px);
	background: var(--vwp-cream);
}

.vtech-route-grid h3 {
	margin: 64px 0 0;
	font-size: clamp(2.35rem, 4vw, 4rem);
	font-weight: 400;
	line-height: 0.98;
	letter-spacing: -0.045em;
}

.vtech-route-grid p { margin: 26px 0 0; color: var(--vwp-muted); line-height: 1.75; }
.vtech-route-grid a { display: inline-block; margin-top: 32px; color: inherit; text-decoration: none; border-bottom: 1px solid currentColor; }

.vtech-intro {
	background: var(--vwp-cream);
}

.vtech-path {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1px;
	margin-top: 60px;
	background: rgba(17, 21, 19, 0.2);
}

.vtech-path div {
	display: grid;
	grid-template-columns: 46px 1fr;
	padding: 22px;
	background: var(--vwp-cream);
}

.vtech-path span {
	grid-row: span 2;
	color: #6a716d;
	font-size: 11px;
}

.vtech-path strong {
	font-family: var(--wp--preset--font-family--heading);
	font-size: 1.45rem;
	font-weight: 500;
}

.vtech-path small {
	margin-top: 7px;
	color: var(--vwp-muted);
}

.vtech-feature {
	padding: 86px 0;
	background: #f6f4ee;
}

.vtech-feature > .vwp-in {
	display: grid;
	grid-template-columns: 1fr;
	gap: 50px;
	align-items: center;
}

.vtech-feature figure {
	min-height: 450px;
	background: #e6e9e5;
}

.vtech-feature figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vtech-feature:nth-of-type(even) figure img {
	object-fit: contain;
}

.vtech-feature h2 {
	margin: 25px 0 0;
	font-size: clamp(3rem, 6vw, 5.3rem);
	font-weight: 300;
	line-height: 0.94;
	letter-spacing: -0.05em;
}

.vtech-feature p:not(.vwp-eye) {
	max-width: 650px;
	margin: 25px 0 0;
	color: var(--vwp-muted);
	font-size: 16px;
	line-height: 1.75;
}

.vtech-feature ul {
	display: grid;
	gap: 0;
	margin: 32px 0;
	padding: 0;
	list-style: none;
}

.vtech-feature li {
	border-top: 1px solid rgba(17, 21, 19, 0.18);
	padding: 15px 0;
	font-size: 14px;
	line-height: 1.55;
}

.vtech-feature-dark {
	background: #111513;
	color: #fff;
}

.vtech-feature-dark h2,
.vtech-feature-dark li {
	color: #fff;
}

.vtech-feature-dark .vwp-eye,
.vtech-feature-dark p:not(.vwp-eye) {
	color: rgba(255, 255, 255, 0.68);
}

.vtech-feature-dark li {
	border-color: rgba(255, 255, 255, 0.2);
}

.vtech-feature-mist {
	background: #e8ece9;
}

.vtech-note {
	border-left: 2px solid #1426b5;
	padding-left: 18px;
	font-size: 13px !important;
}

.vtech-nanopure {
	background: #dce8f0;
}

.vtech-nano-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1px;
	margin-top: 60px;
	background: rgba(17, 21, 19, 0.2);
}

.vtech-nano-grid figure,
.vtech-nano-grid article {
	min-width: 0;
	background: #dce8f0;
}

.vtech-nano-grid figure {
	min-height: 460px;
}

.vtech-nano-grid img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	mix-blend-mode: multiply;
}

.vtech-nano-grid article {
	padding: 32px;
}

.vtech-nano-grid span {
	font-size: 11px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.vtech-nano-grid h3 {
	max-width: 620px;
	margin: 25px 0 0;
	font-size: clamp(2.4rem, 5vw, 4.4rem);
	font-weight: 300;
	line-height: 0.98;
	letter-spacing: -0.045em;
}

.vtech-nano-grid p {
	max-width: 650px;
	margin: 28px 0 0;
	color: var(--vwp-muted);
	line-height: 1.75;
}

.vtech-nano-grid a {
	display: inline-block;
	margin-top: 34px;
	border-bottom: 1px solid currentColor;
	color: #161817;
	text-decoration: none;
}

.vtech-evidence {
	padding: 82px 0;
	background: #fff;
}

.vtech-evidence > .vwp-in {
	display: grid;
	grid-template-columns: 1fr;
	gap: 28px;
}

.vtech-evidence h2 {
	margin: 20px 0 0;
	font-size: clamp(2.7rem, 6vw, 5rem);
	font-weight: 300;
	line-height: 0.96;
	letter-spacing: -0.045em;
}

.vtech-evidence > .vwp-in > p {
	max-width: 700px;
	color: var(--vwp-muted);
	font-size: 16px;
	line-height: 1.75;
}

@media (min-width: 1024px) {
	.vtech-hero > .vwp-in {
		grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
		min-height: 760px;
	}

	.vtech-hero-copy {
		align-self: center;
		padding-right: 70px;
	}

	.vtech-hero figure {
		margin: 0 -48px 0 0;
	}

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

	.vtech-feature {
		padding: 120px 0;
	}

	.vtech-feature > .vwp-in {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: 8vw;
	}

	.vtech-feature:nth-child(even) figure {
		order: 2;
	}

	.vtech-feature figure {
		min-height: 650px;
	}

	.vtech-nano-grid {
		grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	}

	.vtech-nano-grid article {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 60px;
	}

	.vtech-evidence > .vwp-in {
		grid-template-columns: 1.1fr 0.8fr auto;
		align-items: end;
	}
}

@media (max-width: 511px) {
	.vtech-hero-copy {
		padding: 58px 0;
	}

	.vtech-feature {
		padding: 70px 0;
	}

	.vtech-feature figure {
		min-height: 360px;
	}
}

@media (max-width: 900px) {
	.vtech-domain-grid { grid-template-columns: 1fr; }
	.vtech-domain-grid a { min-height: 380px; }
}

@media (max-width: 680px) {
	.vtech-domains { padding: 72px 0 82px; }
	.vtech-route-grid { grid-template-columns: 1fr; }
	.vtech-route-grid h3 { margin-top: 48px; }
}

@media (prefers-reduced-motion: reduce) {
	.vtech * {
		scroll-behavior: auto !important;
	}
}
