/*
Theme Name: Rumiancev Drive
Author: Rumiancev
Description: A premium WordPress theme for Rumiancev Drive, a London chauffeur service for airport transfers, executive travel, cruise port transfers, hourly hire, and long-distance journeys.
Version: 2.4.6
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vip-london-transfer
Tags: custom-logo, custom-menu, featured-images, footer-widgets, threaded-comments, translation-ready, blog, one-column, two-columns
*/

:root {
	--vlt-bg: #f6f6f3;
	--vlt-surface: #ffffff;
	--vlt-ink: #090909;
	--vlt-muted: #626663;
	--vlt-line: #deded9;
	--vlt-charcoal: #080808;
	--vlt-brass: #b7a071;
	--vlt-brass-dark: #857653;
	--vlt-oxblood: #090909;
	--vlt-teal: #2f5652;
	--vlt-radius: 4px;
	--vlt-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
	--vlt-max: 1240px;
	--vlt-font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--vlt-bg);
	color: var(--vlt-ink);
	font-family: var(--vlt-font);
	font-size: 16px;
	line-height: 1.65;
}

body.admin-bar .site-header {
	top: 32px;
}

a {
	color: var(--vlt-oxblood);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

a:hover,
a:focus {
	color: var(--vlt-brass-dark);
}

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

button,
input,
select,
textarea {
	font: inherit;
}

input,
select,
textarea {
	background: #fff;
	border: 1px solid var(--vlt-line);
	border-radius: var(--vlt-radius);
	color: var(--vlt-ink);
	padding: 0.85rem 0.95rem;
	width: 100%;
}

textarea {
	min-height: 130px;
	resize: vertical;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.skip-link:focus {
	background: #fff;
	color: var(--vlt-ink);
	clip: auto;
	height: auto;
	left: 1rem;
	padding: 0.75rem 1rem;
	top: 1rem;
	width: auto;
	z-index: 100000;
}

.site-header {
	background: rgba(247, 244, 239, 0.96);
	border-bottom: 1px solid rgba(222, 215, 205, 0.75);
	position: sticky;
	top: 0;
	z-index: 50;
	backdrop-filter: blur(14px);
}

.site-header__inner,
.container {
	margin: 0 auto;
	max-width: var(--vlt-max);
	padding: 0 24px;
}

.site-header__inner {
	align-items: center;
	display: flex;
	gap: 24px;
	min-height: 78px;
	justify-content: space-between;
}

.site-branding {
	align-items: center;
	display: flex;
	gap: 12px;
	min-width: 180px;
}

.custom-logo-link img {
	display: block;
	max-height: 46px;
	width: auto;
}

.site-title {
	color: var(--vlt-ink);
	font-size: 1.05rem;
	font-weight: 750;
	letter-spacing: 0;
	text-decoration: none;
}

.site-description {
	color: var(--vlt-muted);
	font-size: 0.82rem;
	margin: 0;
}

.primary-menu {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-menu a {
	border-radius: var(--vlt-radius);
	color: var(--vlt-ink);
	display: block;
	font-size: 0.94rem;
	font-weight: 650;
	padding: 0.65rem 0.75rem;
	text-decoration: none;
}

.primary-menu a:hover,
.primary-menu a:focus,
.primary-menu .current-menu-item > a {
	background: rgba(181, 138, 74, 0.14);
	color: var(--vlt-oxblood);
}

.menu-toggle {
	background: var(--vlt-charcoal);
	border: 0;
	border-radius: var(--vlt-radius);
	color: #fff;
	cursor: pointer;
	display: none;
	font-weight: 700;
	padding: 0.72rem 0.9rem;
}

.header-cta {
	align-items: center;
	display: flex;
	gap: 10px;
	white-space: nowrap;
}

.button,
.wp-block-button__link,
button[type="submit"],
input[type="submit"] {
	align-items: center;
	background: var(--vlt-oxblood);
	border: 0;
	border-radius: var(--vlt-radius);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-weight: 750;
	justify-content: center;
	min-height: 46px;
	padding: 0.78rem 1.05rem;
	text-decoration: none;
	transition: transform 160ms ease, background-color 160ms ease;
	width: auto;
}

.button:hover,
.button:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
button[type="submit"]:hover,
input[type="submit"]:hover {
	background: var(--vlt-brass-dark);
	color: #fff;
	transform: translateY(-1px);
}

.button--secondary {
	background: #fff;
	border: 1px solid rgba(255, 255, 255, 0.55);
	color: var(--vlt-ink);
}

.button--ghost {
	background: transparent;
	border: 1px solid var(--vlt-line);
	color: var(--vlt-ink);
}

.hero {
	background-color: var(--vlt-charcoal);
	background-position: center;
	background-size: cover;
	color: #fff;
	min-height: calc(100vh - 78px);
	position: relative;
}

.hero::before {
	background: linear-gradient(90deg, rgba(13, 17, 20, 0.84) 0%, rgba(13, 17, 20, 0.54) 42%, rgba(13, 17, 20, 0.18) 100%);
	content: "";
	inset: 0;
	position: absolute;
}

.hero__inner {
	align-items: center;
	display: grid;
	gap: 36px;
	grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.55fr);
	margin: 0 auto;
	max-width: var(--vlt-max);
	min-height: calc(100vh - 78px);
	padding: 92px 24px 72px;
	position: relative;
}

.hero__content {
	max-width: 690px;
}

.eyebrow {
	color: #d8bd8a;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.hero h1,
.page-hero h1 {
	font-size: clamp(2.35rem, 6vw, 5.65rem);
	letter-spacing: 0;
	line-height: 0.98;
	margin: 0 0 1.1rem;
	max-width: 860px;
}

.hero p {
	color: rgba(255, 255, 255, 0.86);
	font-size: clamp(1.05rem, 2vw, 1.28rem);
	margin: 0 0 1.6rem;
	max-width: 620px;
}

.hero__actions,
.section-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.quick-booking {
	background: rgba(247, 244, 239, 0.97);
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: var(--vlt-radius);
	box-shadow: var(--vlt-shadow);
	color: var(--vlt-ink);
	padding: 22px;
}

.quick-booking h2 {
	font-size: 1.25rem;
	margin: 0 0 14px;
}

.booking-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: 1fr;
}

.field label {
	color: var(--vlt-muted);
	display: block;
	font-size: 0.82rem;
	font-weight: 750;
	margin: 0 0 0.25rem;
}

.trust-strip {
	background: var(--vlt-charcoal);
	color: #fff;
}

.trust-strip__inner {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, 1fr);
	padding-bottom: 22px;
	padding-top: 22px;
}

.metric {
	border-left: 1px solid rgba(255, 255, 255, 0.18);
	padding-left: 18px;
}

.metric strong {
	display: block;
	font-size: 1.35rem;
}

.metric span {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.9rem;
}

.section {
	padding: 74px 0;
}

.section--white {
	background: var(--vlt-surface);
}

.section--dark {
	background: var(--vlt-charcoal);
	color: #fff;
}

.section--dark .section-lead,
.section--dark p,
.section--dark .card p {
	color: rgba(255, 255, 255, 0.75);
}

.section-heading {
	align-items: end;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-bottom: 30px;
}

.section-heading h2,
.entry-title,
.page-title {
	font-size: clamp(1.85rem, 3.5vw, 3.2rem);
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0;
}

.section-lead {
	color: var(--vlt-muted);
	margin: 0;
	max-width: 620px;
}

.grid {
	display: grid;
	gap: 20px;
}

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

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

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

.card,
.post-card {
	background: var(--vlt-surface);
	border: 1px solid var(--vlt-line);
	border-radius: var(--vlt-radius);
	padding: 24px;
}

.section--dark .card {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.14);
}

.card h3,
.post-card h2,
.post-card h3 {
	font-size: 1.22rem;
	line-height: 1.25;
	margin: 0 0 0.6rem;
}

.card p,
.post-card p {
	color: var(--vlt-muted);
	margin: 0;
}

.card__meta {
	color: var(--vlt-brass-dark);
	display: block;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	margin-bottom: 0.75rem;
	text-transform: uppercase;
}

.fleet-card {
	background: #fff;
	border: 1px solid var(--vlt-line);
	border-radius: var(--vlt-radius);
	overflow: hidden;
}

.fleet-card__media {
	align-items: center;
	aspect-ratio: 16 / 9;
	background: linear-gradient(135deg, #080808 0%, #252622 58%, #7b735e 100%);
	display: flex;
	justify-content: center;
}

.fleet-card__shape {
	background: rgba(255, 255, 255, 0.94);
	border-radius: 999px 999px 24px 24px;
	height: 42%;
	position: relative;
	width: 76%;
}

.fleet-card__shape::before,
.fleet-card__shape::after {
	background: #090909;
	border-radius: 50%;
	bottom: -16px;
	content: "";
	height: 34px;
	position: absolute;
	width: 34px;
}

.fleet-card__shape::before {
	left: 18%;
}

.fleet-card__shape::after {
	right: 18%;
}

.fleet-card__body {
	padding: 22px;
}

.feature-list,
.check-list {
	list-style: none;
	margin: 18px 0 0;
	padding: 0;
}

.feature-list li,
.check-list li {
	border-top: 1px solid var(--vlt-line);
	padding: 0.75rem 0;
}

.feature-list li::before,
.check-list li::before {
	color: var(--vlt-brass-dark);
	content: "✓";
	font-weight: 900;
	margin-right: 0.55rem;
}

.split {
	align-items: center;
	display: grid;
	gap: 38px;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.media-panel {
	background: var(--vlt-charcoal);
	border-radius: var(--vlt-radius);
	color: #fff;
	min-height: 360px;
	overflow: hidden;
	padding: 28px;
	position: relative;
}

.media-panel::after {
	background: linear-gradient(135deg, rgba(181, 138, 74, 0.9), rgba(36, 92, 99, 0.65));
	content: "";
	height: 240px;
	position: absolute;
	right: -54px;
	top: -70px;
	transform: rotate(18deg);
	width: 340px;
}

.media-panel > * {
	position: relative;
	z-index: 1;
}

.route-list {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 22px 0 0;
	padding: 0;
}

.route-list li {
	background: rgba(255, 255, 255, 0.1);
	border-radius: var(--vlt-radius);
	padding: 0.85rem 0.95rem;
}

.page-hero {
	background: var(--vlt-charcoal);
	color: #fff;
	padding: 76px 0 58px;
}

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

.content-area {
	padding: 58px 0;
}

.layout-sidebar {
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 1fr) 330px;
}

.entry-content > *:first-child {
	margin-top: 0;
}

.entry-content h2,
.entry-content h3 {
	line-height: 1.18;
	margin-top: 2rem;
}

.entry-meta,
.entry-footer {
	color: var(--vlt-muted);
	font-size: 0.9rem;
}

.post-thumbnail {
	margin-bottom: 1.2rem;
}

.post-thumbnail img {
	border-radius: var(--vlt-radius);
	display: block;
	width: 100%;
}

.pagination,
.posts-navigation,
.post-navigation {
	margin-top: 32px;
}

.widget-area {
	display: grid;
	gap: 18px;
}

.widget {
	background: #fff;
	border: 1px solid var(--vlt-line);
	border-radius: var(--vlt-radius);
	padding: 22px;
}

.widget-title {
	font-size: 1.05rem;
	margin-top: 0;
}

.site-footer {
	background: #101417;
	color: rgba(255, 255, 255, 0.78);
}

.site-footer a {
	color: #fff;
}

.site-footer__widgets {
	display: grid;
	gap: 24px;
	grid-template-columns: 1.2fr repeat(3, 1fr);
	padding: 54px 24px;
}

.site-footer__cta {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	padding: 58px 0 20px;
}

.site-footer__cta .container {
	align-items: center;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) auto;
	justify-content: space-between;
}

.vlt-footer-cta-button {
	background: var(--vlt-blue);
	border-radius: 999px;
	box-shadow: 0 12px 30px rgba(16, 119, 242, 0.18);
	color: #fff;
	min-height: 54px;
	min-width: 156px;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.vlt-footer-cta-button:hover,
.vlt-footer-cta-button:focus {
	background: #0b61c7;
	color: #fff;
}

.site-footer__cta h2 {
	font-size: clamp(2rem, 4vw, 4.1rem);
	letter-spacing: -0.06em;
	line-height: 1;
	margin: 0;
	max-width: 760px;
}

.site-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: space-between;
	padding-bottom: 24px;
	padding-top: 24px;
}

.footer-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list {
	list-style: none;
	padding: 0;
}

.comment-body {
	background: #fff;
	border: 1px solid var(--vlt-line);
	border-radius: var(--vlt-radius);
	margin-bottom: 16px;
	padding: 18px;
}

.comment-form {
	display: grid;
	gap: 14px;
}

.not-found,
.no-results {
	background: #fff;
	border: 1px solid var(--vlt-line);
	border-radius: var(--vlt-radius);
	padding: 28px;
}

.alignwide {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--vlt-max);
}

.alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}

@media (max-width: 980px) {
	.site-header__inner {
		flex-wrap: wrap;
	}

	.menu-toggle {
		display: inline-flex;
	}

	.main-navigation {
		display: none;
		flex-basis: 100%;
		order: 3;
	}

	.main-navigation.is-open {
		display: block;
	}

	.primary-menu {
		align-items: stretch;
		display: grid;
		gap: 6px;
		padding-bottom: 18px;
	}

	.header-cta {
		margin-left: auto;
	}

	.hero__inner,
	.split,
	.layout-sidebar {
		grid-template-columns: 1fr;
	}

	.hero__inner {
		padding-top: 72px;
	}

	.quick-booking {
		max-width: 560px;
	}

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

	.site-footer__widgets {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 700px) {
	body.admin-bar .site-header {
		top: 0;
	}

	.site-header__inner,
	.container {
		padding-left: 18px;
		padding-right: 18px;
	}

	.header-cta .button {
		display: none;
	}

	.hero {
		min-height: auto;
	}

	.hero__inner {
		min-height: auto;
		padding-bottom: 42px;
		padding-top: 54px;
	}

	.hero::before {
		background: rgba(13, 17, 20, 0.72);
	}

	.trust-strip__inner,
	.grid--4,
	.grid--3,
	.grid--2,
	.route-list,
	.site-footer__widgets {
		grid-template-columns: 1fr;
	}

	.section {
		padding: 52px 0;
	}

	.section-heading {
		align-items: start;
		display: grid;
	}
}

/*
 * Modern VIP visual refresh.
 */
:root {
	--vlt-bg: #f6f6f3;
	--vlt-surface: #ffffff;
	--vlt-ink: #090909;
	--vlt-muted: #626663;
	--vlt-line: #deded9;
	--vlt-charcoal: #080808;
	--vlt-brass: #b7a071;
	--vlt-brass-dark: #857653;
	--vlt-oxblood: #090909;
	--vlt-teal: #2f5652;
	--vlt-stone: #ebe9e2;
	--vlt-radius: 4px;
	--vlt-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
	--vlt-max: 1240px;
}

body {
	background: var(--vlt-bg);
	color: var(--vlt-ink);
	line-height: 1.62;
}

a {
	color: var(--vlt-ink);
}

a:hover,
a:focus {
	color: var(--vlt-muted);
}

input,
select,
textarea {
	border-color: #d8d8d2;
	padding: 1rem 1.05rem;
}

.site-header {
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid rgba(9, 9, 9, 0.08);
}

.site-header__inner {
	gap: 28px;
	min-height: 76px;
}

.site-branding {
	flex: 0 1 390px;
	min-width: 220px;
}

.site-title {
	display: block;
	font-size: 0.98rem;
	font-weight: 720;
	line-height: 1.35;
	max-width: 390px;
}

.site-description {
	color: var(--vlt-muted);
	font-size: 0.78rem;
}

.primary-menu {
	gap: 2px 14px;
}

.primary-menu a {
	background: transparent;
	color: var(--vlt-ink);
	font-size: 0.91rem;
	font-weight: 690;
	padding: 0.62rem 0.25rem;
}

.primary-menu a:hover,
.primary-menu a:focus,
.primary-menu .current-menu-item > a {
	background: transparent;
	color: var(--vlt-muted);
}

.header-cta a:not(.button) {
	color: #30302d;
	font-size: 0.92rem;
}

.button,
.wp-block-button__link,
button[type="submit"],
input[type="submit"] {
	background: #090909;
	border-radius: var(--vlt-radius);
	min-height: 48px;
	padding: 0.82rem 1.15rem;
}

.button:hover,
.button:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
button[type="submit"]:hover,
input[type="submit"]:hover {
	background: #2b2b28;
	transform: translateY(-1px);
}

.button--secondary {
	background: #fff;
	border: 1px solid rgba(9, 9, 9, 0.16);
	color: var(--vlt-ink);
}

.button--secondary:hover,
.button--secondary:focus,
.button--ghost:hover,
.button--ghost:focus {
	background: var(--vlt-stone);
	color: var(--vlt-ink);
}

.hero {
	background-color: #080808;
	min-height: min(760px, calc(100vh - 76px));
}

.hero::before {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.66) 46%, rgba(0, 0, 0, 0.22) 100%);
}

.hero__inner {
	gap: 52px;
	grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.58fr);
	min-height: min(760px, calc(100vh - 76px));
	padding-bottom: 70px;
	padding-top: 86px;
}

.hero__content {
	max-width: 660px;
}

.eyebrow {
	color: var(--vlt-brass);
	font-size: 0.73rem;
	letter-spacing: 0.14em;
}

.hero h1,
.page-hero h1 {
	font-size: clamp(2.45rem, 5.4vw, 5rem);
	line-height: 1.02;
}

.hero p {
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(1rem, 1.7vw, 1.18rem);
	max-width: 560px;
}

.quick-booking {
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid rgba(255, 255, 255, 0.55);
	box-shadow: var(--vlt-shadow);
	padding: 26px;
}

.quick-booking h2 {
	font-size: 1.35rem;
	letter-spacing: 0;
	line-height: 1.15;
	margin-bottom: 18px;
}

.booking-grid {
	gap: 14px;
}

.field label {
	color: var(--vlt-muted);
	font-size: 0.78rem;
}

.booking-tabs {
	background: #f1f1ed;
	border: 1px solid var(--vlt-line);
	border-radius: var(--vlt-radius);
	display: grid;
	gap: 4px;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 18px;
	padding: 4px;
}

.booking-tab {
	align-items: center;
	border-radius: 3px;
	color: var(--vlt-muted);
	display: inline-flex;
	font-size: 0.88rem;
	font-weight: 760;
	justify-content: center;
	min-height: 40px;
	text-decoration: none;
}

.booking-tab.is-active {
	background: #fff;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.07);
	color: var(--vlt-ink);
}

.trust-strip,
.section--dark,
.media-panel,
.page-hero,
.site-footer {
	background: #090909;
}

.metric {
	border-left-color: rgba(255, 255, 255, 0.16);
}

.section {
	padding-bottom: 86px;
	padding-top: 86px;
}

.section-heading {
	gap: 32px;
	margin-bottom: 34px;
}

.section-heading h2,
.entry-title,
.page-title {
	font-size: clamp(1.9rem, 3.4vw, 3.35rem);
	line-height: 1.06;
}

.card,
.post-card {
	border-color: var(--vlt-line);
	padding: 28px;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.card:hover,
.post-card:hover {
	border-color: rgba(9, 9, 9, 0.22);
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.07);
	transform: translateY(-2px);
}

.section--dark .card:hover {
	border-color: rgba(255, 255, 255, 0.28);
}

.card__meta {
	color: #726449;
	font-size: 0.76rem;
	letter-spacing: 0.13em;
}

.fleet-card__media {
	background: linear-gradient(135deg, #080808 0%, #252622 58%, #7b735e 100%);
}

.feature-list li::before,
.check-list li::before {
	border-bottom: 2px solid currentColor;
	border-right: 2px solid currentColor;
	color: currentColor;
	content: "";
	display: inline-block;
	height: 10px;
	margin-right: 0.65rem;
	transform: rotate(45deg) translateY(-1px);
	width: 5px;
}

.media-panel::after {
	background: linear-gradient(135deg, rgba(183, 160, 113, 0.72), rgba(47, 86, 82, 0.52));
}

@media (max-width: 980px) {
	.site-branding {
		flex-basis: auto;
	}

	.hero__inner {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 700px) {
	.hero__inner {
		padding-bottom: 46px;
		padding-top: 56px;
	}

	.hero::before {
		background: rgba(0, 0, 0, 0.72);
	}

	.section {
		padding-bottom: 58px;
		padding-top: 58px;
	}
}

/*
 * Version 2.0: editorial ride-service homepage.
 */
:root {
	--vlt-blue: #0b6edc;
	--vlt-blue-dark: #075fbd;
	--vlt-sky: #add2f5;
	--vlt-cream: #f8f6f1;
	--vlt-footer: #f5f1ea;
	--vlt-display: Georgia, "Times New Roman", serif;
}

.home .site-header {
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 10px 34px rgba(0, 0, 0, 0.06);
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: background-color 180ms ease, box-shadow 180ms ease;
}

.admin-bar.home .site-header {
	top: 32px;
}

.home .site-header:not(.is-scrolled) {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	border-bottom-color: transparent;
	box-shadow: none;
}

.home .site-header:not(.is-scrolled) .site-title,
.home .site-header:not(.is-scrolled) .site-title a,
.home .site-header:not(.is-scrolled) .primary-menu a,
.home .site-header:not(.is-scrolled) .header-cta a:not(.button),
.home .site-header:not(.is-scrolled) .site-description {
	color: #fff;
}

.home .site-header:not(.is-scrolled) .button {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.42);
	color: #fff;
}

.site-header__inner {
	max-width: none;
	padding-left: 48px;
	padding-right: 48px;
}

.site-title {
	font-size: clamp(1.45rem, 2.2vw, 2rem);
	font-weight: 520;
	letter-spacing: -0.06em;
}

.site-description {
	display: none;
}

.header-cta a:not(.button) {
	display: none;
}

.header-cta .button {
	background: var(--vlt-blue);
	border-radius: 999px;
	min-height: 44px;
	padding: 0.72rem 1.15rem;
}

.header-cta .button:hover,
.header-cta .button:focus {
	background: var(--vlt-blue-dark);
}

.primary-menu {
	gap: 28px;
}

.primary-menu a {
	color: #5b5e62;
	font-weight: 700;
	position: relative;
	transition: color 160ms ease;
}

.primary-menu a::after {
	background: currentColor;
	bottom: 0.28rem;
	content: "";
	height: 2px;
	left: 0.25rem;
	opacity: 0;
	position: absolute;
	transform: scaleX(0.65);
	transform-origin: left center;
	transition: opacity 160ms ease, transform 160ms ease;
	width: calc(100% - 0.5rem);
}

.primary-menu a:hover,
.primary-menu a:focus,
.primary-menu .current-menu-item > a {
	color: var(--vlt-blue);
	outline: 0;
}

.primary-menu a:hover::after,
.primary-menu a:focus::after,
.primary-menu .current-menu-item > a::after {
	opacity: 1;
	transform: scaleX(1);
}

.home .site-header:not(.is-scrolled) .primary-menu a:hover,
.home .site-header:not(.is-scrolled) .primary-menu a:focus,
.home .site-header:not(.is-scrolled) .primary-menu .current-menu-item > a {
	color: #fff;
}

.home .site-header:not(.is-scrolled) .primary-menu a::after {
	background: #fff;
}

.vlt-wide {
	margin-left: auto;
	margin-right: auto;
	max-width: 1430px;
	padding-left: 48px;
	padding-right: 48px;
}

.vlt-hero {
	align-items: end;
	background-color: #111;
	background-position: center;
	background-size: cover;
	color: #fff;
	display: flex;
	min-height: 100vh;
	position: relative;
}

.vlt-hero__shade {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.2) 44%, rgba(0, 0, 0, 0.62) 100%);
	inset: 0;
	position: absolute;
}

.vlt-hero__inner {
	margin: 0 auto;
	max-width: 1260px;
	padding: 160px 40px 62px;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
}

.vlt-hero h1 {
	color: rgba(255, 255, 255, 0.88);
	font-family: var(--vlt-display);
	font-size: clamp(3.6rem, 7.6vw, 6.8rem);
	font-weight: 400;
	letter-spacing: -0.05em;
	line-height: 0.94;
	margin: 0 0 36px;
	text-shadow: 0 2px 34px rgba(0, 0, 0, 0.25);
}

.vlt-hero__subtitle {
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(1.02rem, 1.45vw, 1.28rem);
	font-weight: 650;
	letter-spacing: -0.01em;
	line-height: 1.3;
	margin: -18px auto 30px;
	max-width: 1040px;
}

.vlt-ride-form {
	margin: 0 auto;
	max-width: 1180px;
}

.vlt-ride-form__tabs {
	background: rgba(18, 19, 28, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 999px;
	display: inline-grid;
	gap: 4px;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 24px;
	padding: 5px;
}

.vlt-ride-form__tabs a {
	border-radius: 999px;
	color: #fff;
	font-weight: 800;
	min-width: 124px;
	padding: 0.55rem 1rem;
	text-decoration: none;
}

.vlt-ride-form__tabs a.is-active {
	background: var(--vlt-blue);
}

.vlt-ride-form__fields {
	align-items: end;
	background: rgba(19, 20, 25, 0.62);
	border: 1px solid rgba(255, 255, 255, 0.52);
	border-radius: 8px;
	box-shadow: 0 20px 80px rgba(0, 0, 0, 0.22);
	display: grid;
	gap: 16px;
	grid-template-columns: 1.25fr 1.25fr 1fr 1fr auto;
	padding: 22px 24px;
	text-align: left;
	backdrop-filter: blur(16px);
}

.vlt-ride-form label {
	border-right: 1px solid rgba(255, 255, 255, 0.42);
	display: grid;
	gap: 4px;
	margin: 0;
	padding-right: 16px;
}

.vlt-ride-form label:nth-of-type(4) {
	border-right: 0;
}

.vlt-ride-form span {
	color: #fff;
	font-size: 0.83rem;
	font-weight: 800;
}

.vlt-ride-form input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 0;
	color: #fff;
	padding: 0.25rem 0 0.65rem;
}

.vlt-ride-form input::placeholder {
	color: rgba(255, 255, 255, 0.66);
}

.vlt-ride-form button {
	background: var(--vlt-blue);
	border-radius: 999px;
	min-height: 52px;
	padding-left: 1.3rem;
	padding-right: 1.3rem;
	white-space: nowrap;
}

.vlt-services-showcase {
	background: var(--vlt-cream);
	padding: 112px 0 92px;
}

.vlt-services-showcase .vlt-wide {
	max-width: 1510px;
}

.vlt-section-intro {
	margin: 0 auto 46px;
	max-width: 970px;
	text-align: center;
}

.vlt-section-intro h2 {
	font-size: clamp(2.3rem, 4.2vw, 4.3rem);
	letter-spacing: -0.06em;
	line-height: 1.02;
	margin: 0 0 1rem;
}

.vlt-section-intro p {
	color: #25272a;
	font-size: clamp(1.15rem, 1.7vw, 1.45rem);
	font-weight: 650;
	line-height: 1.35;
	margin: 0 auto;
	max-width: 780px;
}

.vlt-services-grid {
	display: grid;
	gap: 36px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vlt-service-card img {
	aspect-ratio: 2.2 / 1;
	border-radius: 8px;
	display: block;
	object-fit: cover;
	width: 100%;
}

.vlt-service-card div {
	padding: 26px 12px 0;
}

.vlt-service-card span {
	color: #6d7175;
	display: block;
	font-weight: 780;
	margin-bottom: 4px;
}

.vlt-service-card h2 {
	font-size: clamp(1.75rem, 2.4vw, 2.15rem);
	letter-spacing: -0.04em;
	line-height: 1.08;
	margin: 0 0 0.45rem;
}

.vlt-service-card p {
	color: #1c1d1f;
	font-size: 1.08rem;
	line-height: 1.45;
	margin: 0 0 1.55rem;
	max-width: 650px;
}

.vlt-link-button {
	align-items: center;
	border: 1.5px solid var(--vlt-blue);
	border-radius: 999px;
	color: var(--vlt-blue);
	display: inline-flex;
	font-weight: 760;
	min-height: 44px;
	padding: 0.55rem 1.05rem;
	text-decoration: none;
}

.vlt-link-button:hover,
.vlt-link-button:focus {
	background: var(--vlt-blue);
	color: #fff;
}

.vlt-app-band {
	background: var(--vlt-sky);
	overflow: hidden;
	padding: 92px 0;
}

.vlt-app-band__inner {
	align-items: center;
	display: grid;
	gap: 72px;
	grid-template-columns: 0.72fr 1fr;
	position: relative;
}

.vlt-app-band__inner::after {
	background: radial-gradient(circle at center, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0));
	content: "";
	height: 520px;
	pointer-events: none;
	position: absolute;
	right: -80px;
	top: 50%;
	transform: translateY(-50%);
	width: 520px;
}

.vlt-app-band h2,
.vlt-editorial h2,
.vlt-excellence h2 {
	font-family: var(--vlt-display);
	font-size: clamp(4rem, 6.5vw, 6.9rem);
	font-weight: 400;
	letter-spacing: -0.06em;
	line-height: 0.98;
	margin: 0 0 2rem;
}

.vlt-app-band h2 {
	max-width: 760px;
}

.vlt-app-band p {
	font-size: clamp(1.35rem, 2.2vw, 1.75rem);
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 2rem;
	max-width: 520px;
}

.vlt-store-row {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.vlt-store-row span {
	background: #080808;
	border-radius: 5px;
	color: #fff;
	display: inline-flex;
	font-weight: 800;
	min-width: 132px;
	padding: 0.55rem 0.8rem;
}

.vlt-device-mockup {
	min-height: 420px;
	position: relative;
}

.vlt-device-mockup::before {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
	border-radius: 32px;
	content: "";
	inset: 12px 8% 18px 14%;
	position: absolute;
}

.vlt-browser {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(245, 250, 255, 0.72));
	border: 2px solid rgba(255, 255, 255, 0.78);
	border-radius: 18px;
	box-shadow: 0 24px 50px rgba(24, 53, 87, 0.12), inset 0 0 0 1px rgba(0, 91, 180, 0.12);
	height: 420px;
	margin-left: auto;
	padding: 30px;
	position: relative;
	width: min(100%, 680px);
	z-index: 1;
}

.vlt-browser__bar {
	background: rgba(255, 255, 255, 0.82);
	border-radius: 999px;
	height: 18px;
	margin: 0 auto 22px;
	width: 34%;
}

.vlt-browser__stats {
	display: flex;
	gap: 12px;
	margin-bottom: 18px;
}

.vlt-browser__stats span {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 999px;
	display: block;
	height: 12px;
}

.vlt-browser__stats span:nth-child(1) {
	width: 88px;
}

.vlt-browser__stats span:nth-child(2) {
	width: 56px;
}

.vlt-browser__stats span:nth-child(3) {
	margin-left: auto;
	width: 122px;
}

.vlt-browser__grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, 1fr);
}


.vlt-browser__grid div {
	background: linear-gradient(135deg, #eaf7ff, #90bee8);
	border: 3px solid rgba(11, 110, 220, 0.52);
	border-radius: 8px;
	height: 172px;
}

.vlt-browser__grid div:nth-child(1) {
	background: linear-gradient(135deg, #161616, #68645a);
}

.vlt-browser__grid div:nth-child(3) {
	background: linear-gradient(135deg, #111, #333);
}

.vlt-browser__map {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(243, 247, 250, 0.92));
	border-radius: 12px;
	bottom: 30px;
	box-shadow: 0 10px 24px rgba(30, 51, 70, 0.08);
	height: 96px;
	position: absolute;
	right: 30px;
	width: 260px;
}

.vlt-browser__note {
	background: rgba(255, 255, 255, 0.76);
	border-radius: 12px;
	height: 76px;
	left: 30px;
	position: absolute;
	top: 152px;
	width: 122px;
	box-shadow: 0 10px 24px rgba(30, 51, 70, 0.08);
}

.vlt-phone {
	background: rgba(255, 255, 255, 0.8);
	border: 3px solid rgba(255, 255, 255, 0.9);
	border-radius: 26px;
	bottom: -18px;
	box-shadow: 0 18px 40px rgba(0, 85, 170, 0.16);
	height: 308px;
	left: 6%;
	padding: 16px 14px 14px;
	position: absolute;
	width: 166px;
	z-index: 2;
}

.vlt-phone__notch {
	background: #101010;
	border-radius: 999px;
	height: 10px;
	margin: 0 auto 12px;
	width: 52px;
}

.vlt-phone__screen {
	background: #fff;
	border-radius: 18px;
	height: 248px;
	padding: 14px;
}

.vlt-phone__line {
	background: #dfe9f3;
	border-radius: 999px;
	height: 10px;
	margin-bottom: 10px;
	width: 60%;
}

.vlt-phone__line--strong {
	background: #b7d0ee;
	width: 76%;
}

.vlt-phone__card {
	background: linear-gradient(135deg, #0f1720, #4f5b6e);
	border-radius: 14px;
	height: 124px;
	margin-top: 14px;
}

.vlt-phone__button {
	background: var(--vlt-blue);
	border-radius: 999px;
	display: block;
	height: 18px;
	margin-top: 18px;
	width: 86%;
}

.vlt-editorial {
	background: #fff;
	padding: 112px 0 0;
	text-align: center;
}

.vlt-editorial h2 {
	margin-left: auto;
	margin-right: auto;
	max-width: 1180px;
}

.vlt-editorial p {
	font-size: clamp(1.35rem, 2.1vw, 1.9rem);
	font-weight: 760;
	line-height: 1.18;
	margin: 0 auto 72px;
	max-width: 980px;
}

.vlt-editorial img {
	aspect-ratio: 2.1 / 1;
	border-radius: 8px 8px 0 0;
	display: block;
	object-fit: cover;
	width: 100%;
}

.vlt-excellence {
	background: var(--vlt-cream);
	padding: 112px 0;
	text-align: center;
}

.vlt-excellence h2 {
	margin-bottom: 1rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 1180px;
}

.vlt-excellence > .vlt-wide > p {
	font-size: 1.7rem;
	font-weight: 700;
	margin: 0 auto 64px;
}

.vlt-excellence__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 1380px;
}

.vlt-excellence article {
	align-items: center;
	background: var(--vlt-sky);
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	min-height: 330px;
	padding: 34px 32px;
	text-align: center;
}

.vlt-excellence h3 {
	font-size: 1.75rem;
	letter-spacing: -0.04em;
	line-height: 1.1;
	margin: 0 0 1.6rem;
}

.vlt-excellence article p {
	font-size: 1.04rem;
	line-height: 1.42;
	margin: 0 auto;
	max-width: 270px;
}

.vlt-icon {
	flex: 0 0 auto;
	height: 96px;
	margin: 16px auto 28px;
	position: relative;
	width: 118px;
}

.vlt-icon::before,
.vlt-icon::after {
	background: var(--vlt-blue);
	content: "";
	position: absolute;
}

.vlt-icon--network::before {
	border-radius: 50%;
	height: 60px;
	left: 42px;
	top: 0;
	width: 60px;
}

.vlt-icon--network::after {
	border-radius: 26px 26px 8px 8px;
	height: 54px;
	left: 8px;
	top: 42px;
	width: 92px;
}

.vlt-icon--car::before {
	border-radius: 60px 60px 14px 14px;
	height: 54px;
	left: 14px;
	top: 24px;
	width: 92px;
}

.vlt-icon--car::after {
	border-radius: 50%;
	box-shadow: 70px 0 0 var(--vlt-blue);
	height: 22px;
	left: 24px;
	top: 66px;
	width: 22px;
}

.vlt-icon--lock::before {
	background: transparent;
	border: 12px solid var(--vlt-blue);
	border-bottom: 0;
	border-radius: 42px 42px 0 0;
	height: 58px;
	left: 29px;
	top: 0;
	width: 60px;
}

.vlt-icon--lock::after {
	border-radius: 16px;
	height: 70px;
	left: 20px;
	top: 44px;
	width: 78px;
}

.vlt-icon--route::before {
	background: transparent;
	border: 8px solid var(--vlt-blue);
	border-radius: 50%;
	height: 34px;
	left: 12px;
	top: 14px;
	width: 34px;
}

.vlt-icon--route::after {
	background: transparent;
	border-bottom: 8px solid var(--vlt-blue);
	border-left: 8px solid var(--vlt-blue);
	border-radius: 0 0 0 34px;
	height: 54px;
	left: 42px;
	top: 28px;
	width: 64px;
}

.vlt-posts {
	background: #fff;
	padding: 96px 0;
}

.vlt-posts__heading {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 32px;
}

.vlt-posts h2 {
	font-size: clamp(2rem, 3.4vw, 3.2rem);
	letter-spacing: -0.05em;
	margin: 0;
}

.site-footer {
	background: var(--vlt-footer);
	color: #111;
}

.site-footer a {
	color: #5f656d;
	text-decoration: none;
}

.site-footer h2,
.site-footer .widget-title {
	color: #090909;
}

.site-footer__bottom {
	border-top-color: rgba(0, 0, 0, 0.08);
}

@media (min-width: 1280px) {
	.vlt-hero__subtitle {
		white-space: nowrap;
	}
}

@media (max-width: 1100px) {
	.site-footer__cta .container {
		grid-template-columns: 1fr;
	}

	.site-footer__cta .button {
		justify-self: start;
	}

	.site-header__inner {
		padding-left: 24px;
		padding-right: 24px;
	}

	.primary-menu {
		gap: 12px;
	}

	.vlt-ride-form__fields {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vlt-ride-form label {
		border-right: 0;
		padding-right: 0;
	}

	.vlt-ride-form button {
		grid-column: 1 / -1;
	}

	.vlt-app-band__inner {
		grid-template-columns: 1fr;
	}

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

@media (max-width: 760px) {
	.admin-bar.home .site-header,
	.home .site-header {
		top: 0;
	}

	.home .site-header:not(.is-scrolled) {
		background: rgba(255, 255, 255, 0.96);
	}

	.home .site-header:not(.is-scrolled) .site-title,
	.home .site-header:not(.is-scrolled) .site-title a,
	.home .site-header:not(.is-scrolled) .primary-menu a,
	.home .site-header:not(.is-scrolled) .header-cta a:not(.button),
	.home .site-header:not(.is-scrolled) .site-description {
		color: #090909;
	}

	.home .site-header:not(.is-scrolled) .button {
		background: var(--vlt-blue);
		border-color: var(--vlt-blue);
	}

	.vlt-wide {
		padding-left: 22px;
		padding-right: 22px;
	}

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

	.vlt-hero__inner {
		padding: 150px 18px 36px;
	}

	.vlt-hero h1 {
		font-size: clamp(3rem, 15vw, 4.8rem);
		margin-bottom: 24px;
	}

	.vlt-hero__subtitle {
		margin-top: -8px;
	}

	.vlt-ride-form__tabs {
		margin-bottom: 14px;
	}

	.vlt-ride-form__fields {
		background: rgba(16, 17, 20, 0.82);
		grid-template-columns: 1fr;
		padding: 18px;
	}

	.vlt-services-showcase,
	.vlt-app-band,
	.vlt-editorial,
	.vlt-excellence,
	.vlt-posts {
		padding-bottom: 64px;
		padding-top: 64px;
	}

	.vlt-services-grid,
	.vlt-excellence__grid {
		grid-template-columns: 1fr;
	}

	.vlt-app-band h2,
	.vlt-editorial h2,
	.vlt-excellence h2 {
		font-size: clamp(3.2rem, 15vw, 4.6rem);
	}

	.vlt-device-mockup {
		min-height: 320px;
	}

	.vlt-browser {
		height: 300px;
		padding: 18px;
	}

	.vlt-browser__grid {
		gap: 10px;
	}

	.vlt-browser__grid div {
		height: 112px;
	}

	.vlt-browser__map {
		display: none;
	}

	.vlt-phone {
		height: 220px;
		width: 124px;
	}

	.vlt-editorial p,
	.vlt-excellence > .vlt-wide > p {
		font-size: 1.22rem;
	}

	.vlt-editorial img {
		aspect-ratio: 1.2 / 1;
	}

	.vlt-posts__heading {
		align-items: start;
		display: grid;
		gap: 16px;
	}
}

/*
 * Version 2.0.1: compact header brand lockup.
 */
.site-branding {
	flex: 0 0 230px;
	min-width: 180px;
}

.site-branding__text {
	display: grid;
	gap: 4px;
	min-width: 0;
}

h1.site-title {
	margin: 0;
}

.site-title {
	display: block;
	font-size: clamp(1.45rem, 2vw, 1.8rem);
	font-weight: 540;
	letter-spacing: -0.075em;
	line-height: 0.98;
	max-width: 230px;
	white-space: nowrap;
}

.site-kicker {
	color: var(--vlt-muted);
	display: block;
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}

.home .site-header:not(.is-scrolled) .site-kicker {
	color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 760px) {
	.site-branding {
		flex: 1 1 auto;
		min-width: 0;
	}

	.site-title {
		font-size: 1.35rem;
		max-width: 180px;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.site-kicker {
		font-size: 0.58rem;
	}
}


/*
 * Version 2.2.3: mobile and tablet polish for Rumiancev Drive homepage.
 */
@media (max-width: 1180px) {
	.vlt-hero__inner {
		max-width: 1040px;
	}

	.vlt-hero__subtitle {
		max-width: 880px;
		white-space: normal;
	}

	.vlt-services-showcase .vlt-wide {
		max-width: 1120px;
	}
}

@media (max-width: 980px) {
	.home .site-header {
		position: sticky;
	}

	.home .site-header:not(.is-scrolled) {
		background: rgba(255, 255, 255, 0.97);
		box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
	}

	.home .site-header:not(.is-scrolled) .site-title,
	.home .site-header:not(.is-scrolled) .site-title a,
	.home .site-header:not(.is-scrolled) .primary-menu a,
	.home .site-header:not(.is-scrolled) .header-cta a:not(.button),
	.home .site-header:not(.is-scrolled) .site-description,
	.home .site-header:not(.is-scrolled) .site-kicker {
		color: #090909;
	}

	.home .site-header:not(.is-scrolled) .button {
		background: var(--vlt-blue);
		border-color: var(--vlt-blue);
		color: #fff;
	}

	.vlt-hero {
		align-items: center;
		min-height: auto;
	}

	.vlt-hero__inner {
		padding: 150px 28px 48px;
	}

	.vlt-hero h1 {
		font-size: clamp(3.4rem, 10vw, 5.9rem);
		line-height: 0.98;
		margin-bottom: 26px;
	}

	.vlt-hero__subtitle {
		font-size: clamp(1rem, 2.3vw, 1.22rem);
		margin-top: -10px;
		max-width: 760px;
	}

	.vlt-ride-form {
		max-width: 760px;
	}

	.vlt-ride-form__fields {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vlt-services-showcase {
		padding-top: 78px;
	}

	.vlt-section-intro {
		margin-bottom: 34px;
		max-width: 760px;
	}

	.vlt-section-intro h2 {
		font-size: clamp(2.25rem, 7vw, 3.6rem);
	}

	.vlt-services-grid {
		gap: 42px;
		grid-template-columns: 1fr;
	}

	.vlt-service-card {
		display: grid;
		gap: 24px;
		grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
	}

	.vlt-service-card img {
		aspect-ratio: 1.35 / 1;
		height: 100%;
	}

	.vlt-service-card div {
		align-self: center;
		padding: 0;
	}

	.vlt-app-band__inner {
		gap: 42px;
		grid-template-columns: 1fr;
	}

	.vlt-app-band h2,
	.vlt-editorial h2,
	.vlt-excellence h2 {
		font-size: clamp(3.2rem, 10vw, 5.3rem);
	}

	.vlt-app-band p {
		font-size: clamp(1.08rem, 3.2vw, 1.35rem);
		max-width: 620px;
	}

	.vlt-device-mockup {
		margin: 0 auto;
		max-width: 720px;
		width: 100%;
	}

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

	.site-footer__cta {
		padding-top: 46px;
	}

	.site-footer__cta .container {
		align-items: start;
		grid-template-columns: 1fr;
	}

	.vlt-footer-cta-button {
		justify-self: start;
	}
}

@media (max-width: 760px) {
	body {
		overflow-x: hidden;
	}

	.site-header__inner {
		min-height: 74px;
		padding-left: 18px;
		padding-right: 18px;
	}

	.site-branding {
		flex: 1 1 auto;
		min-width: 0;
	}

	.site-title {
		font-size: 1.34rem;
		max-width: 188px;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.site-kicker {
		font-size: 0.58rem;
		letter-spacing: 0.13em;
	}

	.menu-toggle {
		border-radius: 999px;
		min-height: 42px;
		padding: 0.6rem 0.85rem;
	}

	.main-navigation.is-open {
		background: rgba(255, 255, 255, 0.98);
		border-top: 1px solid rgba(0, 0, 0, 0.08);
		margin-top: 12px;
		padding-top: 10px;
	}

	.primary-menu {
		gap: 0;
		padding-bottom: 12px;
	}

	.primary-menu a {
		border-radius: 8px;
		padding: 0.86rem 0.25rem;
	}

	.header-cta {
		display: none;
	}

	.vlt-wide {
		padding-left: 20px;
		padding-right: 20px;
	}

	.vlt-hero {
		background-position: center top;
	}

	.vlt-hero__shade {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0.42) 44%, rgba(0, 0, 0, 0.76) 100%);
	}

	.vlt-hero__inner {
		padding: 74px 18px 30px;
	}

	.vlt-hero h1 {
		font-size: clamp(2.65rem, 13vw, 4.1rem);
		letter-spacing: -0.045em;
		line-height: 1;
		margin-bottom: 18px;
	}

	.vlt-hero__subtitle {
		font-size: 1rem;
		line-height: 1.42;
		margin: 0 auto 22px;
		max-width: 340px;
	}

	.vlt-ride-form__tabs {
		display: grid;
		margin-bottom: 12px;
		width: min(100%, 340px);
	}

	.vlt-ride-form__tabs a {
		font-size: 0.86rem;
		min-width: 0;
		padding: 0.54rem 0.75rem;
	}

	.vlt-ride-form__fields {
		background: rgba(16, 17, 20, 0.86);
		border-radius: 12px;
		gap: 14px;
		grid-template-columns: 1fr;
		padding: 18px;
	}

	.vlt-ride-form label {
		border-right: 0;
		padding-right: 0;
	}

	.vlt-ride-form button {
		grid-column: auto;
		margin-top: 2px;
		width: 100%;
	}

	.vlt-services-showcase,
	.vlt-app-band,
	.vlt-editorial,
	.vlt-excellence,
	.vlt-posts {
		padding-bottom: 58px;
		padding-top: 58px;
	}

	.vlt-section-intro {
		margin-bottom: 30px;
		text-align: left;
	}

	.vlt-section-intro h2 {
		font-size: clamp(2.15rem, 11vw, 3.3rem);
		letter-spacing: -0.055em;
		line-height: 1.04;
	}

	.vlt-section-intro p {
		font-size: 1.05rem;
		line-height: 1.45;
	}

	.vlt-services-grid {
		gap: 36px;
	}

	.vlt-service-card {
		display: block;
	}

	.vlt-service-card img {
		aspect-ratio: 1.35 / 1;
		height: auto;
	}

	.vlt-service-card div {
		padding: 18px 0 0;
	}

	.vlt-service-card h2 {
		font-size: clamp(1.55rem, 7vw, 2rem);
		line-height: 1.12;
	}

	.vlt-service-card p {
		font-size: 1rem;
		line-height: 1.48;
	}

	.vlt-link-button {
		min-height: 42px;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.vlt-app-band__inner {
		gap: 34px;
	}

	.vlt-app-band h2,
	.vlt-editorial h2,
	.vlt-excellence h2 {
		font-size: clamp(2.65rem, 12vw, 4.1rem);
		letter-spacing: -0.055em;
		line-height: 1.02;
		margin-bottom: 1.25rem;
	}

	.vlt-app-band p,
	.vlt-editorial p,
	.vlt-excellence > .vlt-wide > p {
		font-size: 1.08rem;
		line-height: 1.45;
	}

	.vlt-store-row span {
		min-width: 118px;
	}

	.vlt-device-mockup {
		min-height: 300px;
		transform: scale(0.92);
		transform-origin: top center;
	}

	.vlt-device-mockup::before {
		inset: 18px 0 24px 0;
	}

	.vlt-browser {
		height: 276px;
		padding: 16px;
		width: 100%;
	}

	.vlt-browser__bar {
		height: 12px;
		margin-bottom: 14px;
	}

	.vlt-browser__stats {
		display: none;
	}

	.vlt-browser__grid {
		gap: 8px;
	}

	.vlt-browser__grid div {
		height: 92px;
	}

	.vlt-browser__map {
		display: block;
		bottom: 16px;
		height: 58px;
		right: 16px;
		width: 150px;
	}

	.vlt-browser__note {
		display: none;
	}

	.vlt-phone {
		bottom: -12px;
		height: 218px;
		left: 0;
		width: 122px;
	}

	.vlt-phone__screen {
		height: 166px;
		padding: 10px;
	}

	.vlt-phone__card {
		height: 72px;
	}

	.vlt-editorial {
		text-align: left;
	}

	.vlt-editorial p {
		margin-bottom: 34px;
	}

	.vlt-editorial img {
		aspect-ratio: 1.2 / 1;
	}

	.vlt-excellence {
		text-align: left;
	}

	.vlt-excellence h2 {
		margin-left: 0;
		margin-right: 0;
	}

	.vlt-excellence > .vlt-wide > p {
		margin-bottom: 32px;
	}

	.vlt-excellence__grid {
		grid-template-columns: 1fr;
	}

	.vlt-excellence article {
		align-items: flex-start;
		min-height: auto;
		padding: 26px 24px;
		text-align: left;
	}

	.vlt-excellence article p {
		margin-left: 0;
		margin-right: 0;
		max-width: none;
	}

	.vlt-icon {
		margin: 0 0 20px;
		transform: scale(0.76);
		transform-origin: left top;
	}

	.site-footer__cta {
		padding: 44px 0 18px;
	}

	.site-footer__cta h2 {
		font-size: clamp(2.1rem, 10vw, 3.2rem);
		line-height: 1.04;
	}

	.vlt-footer-cta-button {
		min-width: 148px;
	}

	.site-footer__widgets {
		gap: 30px;
		grid-template-columns: 1fr;
		padding-top: 42px;
	}

	.site-footer__bottom {
		display: grid;
	}
}

@media (max-width: 420px) {
	.vlt-hero h1 {
		font-size: clamp(2.35rem, 12.5vw, 3.3rem);
	}

	.vlt-hero__subtitle {
		max-width: 300px;
	}

	.vlt-device-mockup {
		margin-left: -8px;
		margin-right: -8px;
		transform: scale(0.86);
	}

	.vlt-browser__grid div:nth-child(3) {
		display: none;
	}

	.vlt-browser__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.vlt-phone {
		left: -6px;
	}
}


/*
 * Version 2.2.4: shorter premium hero copy and safer hero typography.
 */
.vlt-hero h1 {
	font-size: clamp(4.2rem, 7vw, 7.2rem);
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
}

.vlt-hero__subtitle {
	font-size: clamp(1rem, 1.35vw, 1.28rem);
	max-width: 760px;
	white-space: normal;
}

@media (min-width: 1200px) {
	.vlt-hero h1 {
		white-space: nowrap;
	}

	.vlt-hero__subtitle {
		white-space: nowrap;
	}
}

@media (max-width: 980px) {
	.vlt-hero h1 {
		font-size: clamp(3.4rem, 9vw, 5.6rem);
		max-width: 820px;
		white-space: normal;
	}

	.vlt-hero__subtitle {
		max-width: 620px;
	}
}

@media (max-width: 760px) {
	.vlt-hero h1 {
		font-size: clamp(2.8rem, 12vw, 4.2rem);
		line-height: 1.02;
		max-width: 360px;
	}

	.vlt-hero__subtitle {
		font-size: 0.98rem;
		max-width: 320px;
	}
}


/*
 * Version 2.2.6: typography polish with Cyrillic-friendly luxury fonts.
 */
:root {
	--vlt-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	--vlt-body: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body,
button,
input,
select,
textarea {
	font-family: var(--vlt-body);
}

.site-title,
.primary-menu a,
.header-cta,
.vlt-ride-form,
.vlt-section-intro p,
.vlt-service-card span,
.vlt-service-card p,
.vlt-app-band p,
.vlt-editorial p,
.vlt-excellence article p,
.site-footer {
	font-family: var(--vlt-body);
}

.vlt-hero h1,
.vlt-section-intro h2,
.vlt-app-band h2,
.vlt-editorial h2,
.vlt-excellence h2,
.site-footer__cta h2 {
	font-family: var(--vlt-display);
	font-weight: 600;
	letter-spacing: -0.035em;
}

.vlt-hero h1 {
	font-size: clamp(4.4rem, 7.2vw, 7.6rem);
	line-height: 0.92;
}

.vlt-section-intro h2 {
	font-weight: 700;
	line-height: 0.98;
}

.vlt-service-card h2,
.vlt-excellence h3 {
	font-family: var(--vlt-body);
	font-weight: 800;
	letter-spacing: -0.055em;
}

.site-title {
	font-weight: 800;
	letter-spacing: -0.07em;
}

.site-kicker {
	font-family: var(--vlt-body);
	letter-spacing: 0.18em;
}

@media (max-width: 980px) {
	.vlt-hero h1 {
		font-size: clamp(3.5rem, 9.6vw, 5.8rem);
		line-height: 0.96;
	}
}

@media (max-width: 760px) {
	.vlt-hero h1 {
		font-size: clamp(2.9rem, 12.5vw, 4.35rem);
		line-height: 0.98;
	}

	.vlt-app-band h2,
	.vlt-editorial h2,
	.vlt-excellence h2 {
		font-size: clamp(2.7rem, 12vw, 4.05rem);
	}
}


/*
 * Version 2.2.7: smaller header logo lockup.
 */
.site-branding {
	flex-basis: 205px;
	min-width: 170px;
}

.site-title {
	font-size: clamp(1.18rem, 1.55vw, 1.45rem);
	max-width: 205px;
}

.site-kicker {
	font-size: 0.56rem;
	letter-spacing: 0.15em;
}

@media (max-width: 760px) {
	.site-title {
		font-size: 1.18rem;
		max-width: 166px;
	}

	.site-kicker {
		font-size: 0.52rem;
		letter-spacing: 0.12em;
	}
}



/*
 * Version 2.2.9: softer body font, logo font preserved.
 */
:root {
	--vlt-body: "Onest", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--vlt-logo: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body,
button,
input,
select,
textarea,
.primary-menu a,
.header-cta,
.vlt-ride-form,
.vlt-section-intro p,
.vlt-service-card span,
.vlt-service-card p,
.vlt-app-band p,
.vlt-editorial p,
.vlt-excellence article p,
.site-footer {
	font-family: var(--vlt-body);
}

/* Keep the header logo lockup on the previous logo font. */
.site-title,
.site-title a,
.site-kicker {
	font-family: var(--vlt-logo);
}

body {
	letter-spacing: -0.006em;
}

.primary-menu a,
.vlt-ride-form span,
.vlt-link-button,
.button,
button[type="submit"],
input[type="submit"] {
	letter-spacing: -0.01em;
}

.vlt-service-card p,
.vlt-app-band p,
.vlt-editorial p,
.vlt-excellence article p,
.site-footer p {
	line-height: 1.5;
}

.site-title {
	font-weight: 760;
	letter-spacing: -0.055em;
}

.site-kicker {
	letter-spacing: 0.15em;
}


/*
 * Version 2.3.3: replace benefit icons with clean unified SVG line icons.
 */
.vlt-icon {
	align-items: center;
	display: inline-flex;
	height: 82px;
	justify-content: center;
	margin: 10px auto 24px;
	position: relative;
	width: 96px;
}

.vlt-icon::before,
.vlt-icon::after {
	content: none !important;
	display: none !important;
}

.vlt-icon svg {
	display: block;
	height: 76px;
	overflow: visible;
	width: 76px;
}

.vlt-icon svg path,
.vlt-icon svg circle {
	fill: none;
	stroke: var(--vlt-blue);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 4.4;
	vector-effect: non-scaling-stroke;
}

@media (max-width: 760px) {
	.vlt-icon {
		height: 70px;
		margin: 0 0 18px;
		transform: none;
		width: 82px;
	}

	.vlt-icon svg {
		height: 66px;
		width: 66px;
	}
}


/*
 * Version 2.3.4: footer CTA button matches site button style.
 */
.site-footer__cta .button,
.site-footer__cta .vlt-footer-cta-button {
	align-items: center;
	background: #090909;
	border: 1px solid #090909;
	border-radius: 999px;
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
	color: #ffffff !important;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	min-height: 54px;
	min-width: 156px;
	padding: 0.9rem 1.65rem;
	text-decoration: none;
}

.site-footer__cta .button:hover,
.site-footer__cta .button:focus,
.site-footer__cta .vlt-footer-cta-button:hover,
.site-footer__cta .vlt-footer-cta-button:focus {
	background: #1f1f1f;
	border-color: #1f1f1f;
	color: #ffffff !important;
	transform: translateY(-1px);
}

@media (max-width: 760px) {
	.site-footer__cta .button,
	.site-footer__cta .vlt-footer-cta-button {
		min-height: 52px;
		min-width: 148px;
	}
}


/*
 * Version 2.3.5: replace app mockup with real journey coordination block.
 */
.vlt-journey-band .vlt-app-band__inner {
	align-items: center;
}

.vlt-journey-points {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
}

.vlt-journey-points span {
	align-items: center;
	background: #090909;
	border-radius: 999px;
	color: #ffffff;
	display: inline-flex;
	font-size: 0.88rem;
	font-weight: 800;
	min-height: 42px;
	padding: 0.7rem 1rem;
}

.vlt-journey-board {
	min-height: 430px;
	position: relative;
}

.vlt-journey-board::before {
	background: rgba(255, 255, 255, 0.42);
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 34px;
	box-shadow: 0 30px 90px rgba(35, 78, 117, 0.2);
	content: "";
	inset: 44px 0 22px 46px;
	position: absolute;
}

.vlt-journey-card {
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(255, 255, 255, 0.82);
	border-radius: 22px;
	box-shadow: 0 26px 70px rgba(18, 45, 72, 0.16);
	color: #090909;
	padding: 24px;
	position: absolute;
}

.vlt-journey-card span {
	color: rgba(9, 9, 9, 0.58);
	display: block;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.vlt-journey-card strong {
	display: block;
	font-size: clamp(1.25rem, 2.2vw, 1.85rem);
	letter-spacing: -0.05em;
	line-height: 1.05;
}

.vlt-journey-card p,
.vlt-journey-card li {
	font-size: 0.95rem;
	line-height: 1.45;
}

.vlt-journey-card--main {
	left: 86px;
	top: 0;
	width: min(440px, 72%);
}

.vlt-journey-card--driver {
	bottom: 26px;
	right: 0;
	width: min(340px, 52%);
}

.vlt-journey-card--note {
	left: 0;
	bottom: 78px;
	width: min(300px, 46%);
}

.vlt-journey-route {
	align-items: center;
	display: flex;
	gap: 10px;
	margin: 22px 0;
}

.vlt-journey-route i {
	background: var(--vlt-blue);
	border-radius: 999px;
	display: block;
	height: 10px;
	width: 10px;
}

.vlt-journey-route i:nth-child(2) {
	flex: 1;
	height: 3px;
	opacity: 0.72;
}

.vlt-journey-card ul {
	display: grid;
	gap: 9px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.vlt-journey-card li {
	align-items: center;
	display: flex;
	gap: 9px;
	margin: 0;
}

.vlt-journey-card li::before {
	background: var(--vlt-blue);
	border-radius: 50%;
	content: "";
	flex: 0 0 7px;
	height: 7px;
	width: 7px;
}

@media (max-width: 980px) {
	.vlt-journey-board {
		max-width: 720px;
		width: 100%;
	}
}

@media (max-width: 760px) {
	.vlt-journey-points {
		gap: 8px;
		margin-top: 22px;
	}

	.vlt-journey-points span {
		font-size: 0.78rem;
		min-height: 38px;
		padding: 0.58rem 0.78rem;
	}

	.vlt-journey-board {
		min-height: auto;
		padding-top: 8px;
	}

	.vlt-journey-board::before {
		display: none;
	}

	.vlt-journey-card {
		margin-bottom: 14px;
		padding: 20px;
		position: relative;
		width: 100%;
	}

	.vlt-journey-card--main,
	.vlt-journey-card--driver,
	.vlt-journey-card--note {
		bottom: auto;
		left: auto;
		right: auto;
		top: auto;
		width: 100%;
	}
}


/*
 * Version 2.3.7: balanced service card text lengths.
 */
.vlt-service-card p {
	max-width: 620px;
}

.vlt-service-card div {
	display: flex;
	flex-direction: column;
}

.vlt-service-card .vlt-link-button {
	margin-top: auto;
	width: fit-content;
}

@media (max-width: 760px) {
	.vlt-service-card .vlt-link-button {
		margin-top: 18px;
	}
}


/*
 * Version 2.3.9: polished desktop dropdowns and mobile overlay menu.
 */
.mobile-menu-head {
	display: none;
}

.primary-menu,
.primary-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-menu > li {
	position: relative;
}

.primary-menu .sub-menu {
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 18px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.14);
	display: grid;
	gap: 4px;
	left: 0;
	min-width: 240px;
	opacity: 0;
	padding: 10px;
	pointer-events: none;
	position: absolute;
	top: calc(100% + 12px);
	transform: translateY(8px);
	transition: opacity 160ms ease, transform 160ms ease;
	z-index: 1000;
}

.primary-menu .sub-menu::before {
	content: "";
	height: 14px;
	left: 0;
	position: absolute;
	right: 0;
	top: -14px;
}

.primary-menu li:hover > .sub-menu,
.primary-menu li:focus-within > .sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.primary-menu .sub-menu a {
	border-radius: 12px;
	color: #090909;
	font-size: 0.9rem;
	line-height: 1.2;
	padding: 0.82rem 0.95rem;
	white-space: nowrap;
}

.primary-menu .sub-menu a:hover,
.primary-menu .sub-menu a:focus,
.primary-menu .sub-menu .current-menu-item > a {
	background: rgba(11, 110, 220, 0.1);
	color: var(--vlt-blue);
}

.primary-menu .menu-item-has-children > a {
	align-items: center;
	display: inline-flex;
	gap: 7px;
}

.primary-menu .menu-item-has-children > a::after {
	border-bottom: 1.8px solid currentColor;
	border-right: 1.8px solid currentColor;
	content: "";
	display: inline-block;
	height: 6px;
	margin-top: -3px;
	transform: rotate(45deg);
	width: 6px;
}

.menu-toggle,
.menu-close {
	border-radius: 999px;
}

@media (min-width: 981px) {
	.main-navigation {
		display: block;
	}

	.primary-menu {
		align-items: center;
		display: flex;
		flex-wrap: wrap;
		gap: 4px;
	}
}

@media (max-width: 980px) {
	body.mobile-menu-open {
		overflow: hidden;
	}

	.site-header__inner {
		flex-wrap: nowrap;
	}

	.menu-toggle {
		align-items: center;
		display: inline-flex;
		justify-content: center;
		margin-left: auto;
	}

	.main-navigation {
		background: rgba(255, 255, 255, 0.98);
		border-left: 1px solid rgba(0, 0, 0, 0.08);
		box-shadow: -24px 0 80px rgba(0, 0, 0, 0.18);
		display: block;
		height: 100vh;
		max-width: 420px;
		opacity: 0;
		overflow-y: auto;
		padding: 20px;
		pointer-events: none;
		position: fixed;
		right: 0;
		top: 0;
		transform: translateX(100%);
		transition: opacity 180ms ease, transform 180ms ease;
		width: min(88vw, 420px);
		z-index: 9999;
	}

	.main-navigation.is-open {
		opacity: 1;
		pointer-events: auto;
		transform: translateX(0);
	}

	.mobile-menu-head {
		align-items: center;
		border-bottom: 1px solid rgba(0, 0, 0, 0.08);
		display: flex;
		font-weight: 800;
		justify-content: space-between;
		margin-bottom: 14px;
		padding-bottom: 14px;
	}

	.menu-close {
		background: #090909;
		border: 0;
		color: #fff;
		cursor: pointer;
		font-weight: 800;
		min-height: 40px;
		padding: 0.6rem 0.9rem;
	}

	.primary-menu {
		align-items: stretch;
		display: grid;
		gap: 4px;
		padding-bottom: 24px;
	}

	.primary-menu a {
		border-radius: 12px;
		color: #090909;
		font-size: 1rem;
		padding: 0.95rem 0.85rem;
	}

	.primary-menu .menu-item-has-children > a {
		display: flex;
		justify-content: space-between;
	}

	.primary-menu .sub-menu {
		background: rgba(0, 0, 0, 0.035);
		border: 0;
		border-radius: 14px;
		box-shadow: none;
		display: grid;
		gap: 2px;
		left: auto;
		margin: 2px 0 8px;
		min-width: 0;
		opacity: 1;
		padding: 8px;
		pointer-events: auto;
		position: static;
		top: auto;
		transform: none;
		transition: none;
	}

	.primary-menu .sub-menu::before {
		display: none;
	}

	.primary-menu .sub-menu a {
		font-size: 0.95rem;
		padding: 0.78rem 0.82rem;
		white-space: normal;
	}

	.header-cta {
		display: none;
	}
}


/*
 * Version 2.4.0: cleaner primary menu grouping and refined dropdown.
 */
.site-header {
	z-index: 10000;
}

.primary-menu > li > a {
	border-radius: 999px;
	padding: 0.58rem 0.72rem;
}

.primary-menu > li > a:hover,
.primary-menu > li > a:focus,
.primary-menu > li:hover > a,
.primary-menu .current-menu-item > a,
.primary-menu .current-menu-ancestor > a {
	background: rgba(255, 255, 255, 0.12);
	color: inherit;
}

.home .site-header:not(.is-scrolled) .primary-menu > li > a:hover,
.home .site-header:not(.is-scrolled) .primary-menu > li > a:focus,
.home .site-header:not(.is-scrolled) .primary-menu > li:hover > a {
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
}

.primary-menu .sub-menu {
	background: rgba(13, 15, 18, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 18px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
	min-width: 255px;
	padding: 10px;
	top: calc(100% + 10px);
}

.primary-menu .sub-menu a {
	color: rgba(255, 255, 255, 0.92);
	font-weight: 760;
	letter-spacing: -0.018em;
}

.primary-menu .sub-menu a:hover,
.primary-menu .sub-menu a:focus,
.primary-menu .sub-menu .current-menu-item > a {
	background: rgba(255, 255, 255, 0.11);
	color: #fff;
}

.primary-menu .sub-menu a::after {
	display: none;
}

@media (max-width: 980px) {
	.main-navigation {
		background: #ffffff;
		box-shadow: -24px 0 80px rgba(0, 0, 0, 0.22);
		padding: 22px;
	}

	.mobile-menu-head {
		color: #090909;
		font-size: 1.08rem;
	}

	.primary-menu > li > a {
		background: transparent;
		color: #090909 !important;
		font-size: 1.02rem;
		padding: 0.92rem 0.9rem;
	}

	.primary-menu > li > a:hover,
	.primary-menu > li > a:focus,
	.primary-menu > li:hover > a,
	.primary-menu .current-menu-item > a,
	.primary-menu .current-menu-ancestor > a {
		background: rgba(11, 110, 220, 0.08);
		color: #090909 !important;
	}

	.primary-menu .sub-menu {
		background: rgba(11, 110, 220, 0.06);
		border: 0;
		border-radius: 16px;
		box-shadow: none;
		margin: 0 0 8px;
		padding: 8px;
	}

	.primary-menu .sub-menu a {
		color: #090909 !important;
		font-size: 0.95rem;
		font-weight: 720;
		padding: 0.72rem 0.82rem;
	}

	.primary-menu .sub-menu a:hover,
	.primary-menu .sub-menu a:focus {
		background: rgba(11, 110, 220, 0.1);
		color: #090909 !important;
	}
}


/*
 * Version 2.4.1: support third-level dropdown menu items.
 */
.primary-menu .sub-menu .menu-item-has-children > a {
	display: flex;
	justify-content: space-between;
}

.primary-menu .sub-menu .menu-item-has-children > a::after {
	border-bottom: 1.8px solid currentColor;
	border-right: 1.8px solid currentColor;
	content: "";
	display: inline-block;
	height: 6px;
	margin-left: 14px;
	margin-top: 0;
	transform: rotate(-45deg);
	width: 6px;
}

.primary-menu .sub-menu .sub-menu {
	left: calc(100% + 10px);
	top: -10px;
}

.primary-menu .sub-menu .sub-menu::before {
	bottom: 0;
	height: auto;
	left: -12px;
	right: auto;
	top: 0;
	width: 12px;
}

.primary-menu .sub-menu li {
	position: relative;
}

@media (max-width: 980px) {
	.primary-menu .sub-menu .menu-item-has-children > a::after {
		transform: rotate(45deg);
	}

	.primary-menu .sub-menu .sub-menu {
		background: rgba(11, 110, 220, 0.07);
		border-radius: 12px;
		display: grid;
		left: auto;
		margin: 4px 0 8px 12px;
		opacity: 1;
		padding: 6px;
		pointer-events: auto;
		position: static;
		top: auto;
		transform: none;
	}

	.primary-menu .sub-menu .sub-menu a {
		font-size: 0.9rem;
		padding-left: 1rem;
	}
}


/*
 * Version 2.4.2: WordPress-managed footer menu columns.
 */
.site-footer__widgets {
	align-items: start;
	grid-template-columns: minmax(260px, 1.1fr) minmax(0, 2.7fr);
}

.site-footer__brand {
	max-width: 340px;
}

.site-footer__nav {
	width: 100%;
}

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

.footer-menu--columns > li {
	margin: 0;
}

.footer-menu--columns > li > a,
.site-footer__column h2 {
	color: #090909;
	display: block;
	font-size: 1.08rem;
	font-weight: 850;
	letter-spacing: -0.04em;
	margin: 0 0 18px;
	text-decoration: none;
}

.footer-menu--columns .sub-menu,
.site-footer__column ul {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-menu--columns .sub-menu a,
.site-footer__column a {
	color: rgba(9, 9, 9, 0.78);
	font-size: 0.98rem;
	text-decoration: none;
}

.footer-menu--columns .sub-menu a:hover,
.footer-menu--columns .sub-menu a:focus,
.site-footer__column a:hover,
.site-footer__column a:focus {
	color: var(--vlt-blue);
}

.site-footer__bottom {
	justify-content: flex-start;
}

@media (max-width: 980px) {
	.site-footer__widgets {
		grid-template-columns: 1fr;
	}

	.site-footer__brand {
		max-width: none;
	}

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

@media (max-width: 640px) {
	.footer-menu--columns {
		grid-template-columns: 1fr;
	}
}


/*
 * Version 2.4.3: fix footer fallback column layout.
 */
.site-footer__widgets {
	align-items: start;
	column-gap: clamp(48px, 7vw, 110px);
	display: grid;
	grid-template-columns: minmax(260px, 0.85fr) minmax(0, 2.15fr);
	row-gap: 36px;
}

.site-footer__brand {
	max-width: 360px;
}

.site-footer__nav,
.site-footer__nav--fallback {
	width: 100%;
}

.footer-menu--columns,
.footer-menu--fallback {
	display: grid;
	gap: clamp(28px, 4vw, 56px);
	grid-template-columns: repeat(3, minmax(150px, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-menu--fallback .site-footer__column {
	margin: 0;
}

.footer-menu--columns > li > a,
.footer-menu--fallback .site-footer__column h2 {
	color: #090909;
	display: block;
	font-size: 1.02rem;
	font-weight: 850;
	letter-spacing: -0.035em;
	margin: 0 0 18px;
	text-decoration: none;
}

.footer-menu--columns .sub-menu,
.footer-menu--fallback .site-footer__column ul {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-menu--columns .sub-menu a,
.footer-menu--fallback .site-footer__column a {
	color: rgba(9, 9, 9, 0.76);
	font-size: 0.96rem;
	line-height: 1.35;
	text-decoration: none;
}

.footer-menu--columns .sub-menu a:hover,
.footer-menu--columns .sub-menu a:focus,
.footer-menu--fallback .site-footer__column a:hover,
.footer-menu--fallback .site-footer__column a:focus {
	color: var(--vlt-blue);
}

.site-footer__bottom {
	justify-content: flex-start;
}

@media (max-width: 980px) {
	.site-footer__widgets {
		grid-template-columns: 1fr;
	}

	.site-footer__brand {
		max-width: none;
	}

	.footer-menu--columns,
	.footer-menu--fallback {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.footer-menu--columns,
	.footer-menu--fallback {
		grid-template-columns: 1fr;
	}
}


/*
 * Version 2.4.5: remove dropdown diamonds/arrows from menu.
 */
.primary-menu .menu-item-has-children > a::after,
.primary-menu .sub-menu .menu-item-has-children > a::after {
	content: none !important;
	display: none !important;
}

.primary-menu .menu-item-has-children > a,
.primary-menu .sub-menu .menu-item-has-children > a {
	gap: 0;
}

@media (max-width: 980px) {
	.primary-menu .menu-item-has-children > a,
	.primary-menu .sub-menu .menu-item-has-children > a {
		justify-content: flex-start;
	}
}


/*
 * Version 2.4.6: lighten homepage subtitle typography.
 * Keeps the large display titles strong, but makes the supporting lines calmer and less heavy.
 */
.vlt-hero__subtitle,
.vlt-section-intro p,
.vlt-editorial p,
.vlt-excellence > .vlt-wide > p {
	font-weight: 500;
	letter-spacing: -0.008em;
}

.vlt-section-intro p {
	font-size: clamp(1.05rem, 1.35vw, 1.24rem);
	line-height: 1.48;
	max-width: 900px;
}

.vlt-editorial p {
	font-size: clamp(1.12rem, 1.45vw, 1.36rem);
	line-height: 1.48;
	max-width: 930px;
}

.vlt-excellence > .vlt-wide > p {
	font-size: clamp(1.08rem, 1.4vw, 1.3rem);
	line-height: 1.48;
	max-width: 940px;
}

@media (max-width: 760px) {
	.vlt-section-intro p,
	.vlt-editorial p,
	.vlt-excellence > .vlt-wide > p {
		font-size: 1rem;
		line-height: 1.5;
	}
}
