:root {
	--vmt-transition: 180ms ease;
	--vmt-design-width: 1200px;
}

html {
	scroll-behavior: smooth;
}

body {
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	overflow-x: clip; /* clip does not create a scroll container, so position:sticky keeps working */
	text-rendering: optimizeLegibility;
}

a,
button,
input,
select,
textarea {
	transition: color var(--vmt-transition), background-color var(--vmt-transition), border-color var(--vmt-transition), box-shadow var(--vmt-transition), transform var(--vmt-transition);
}

a:hover {
	color: var(--wp--preset--color--teal-dark);
}

:where(a,
button,
input,
select,
textarea,
summary):focus-visible {
	outline: 3px solid var(--wp--preset--color--sand);
	outline-offset: 3px;
}

.wp-block-button__link:hover {
	background: var(--wp--preset--color--teal-dark);
	color: var(--wp--preset--color--white);
	transform: translateY(-1px);
}

.is-style-outline > .wp-block-button__link:hover {
	background: var(--wp--preset--color--teal);
	color: var(--wp--preset--color--white);
}

.vmt-eyebrow {
	color: var(--wp--preset--color--teal);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.wp-block-cover.vmt-hero {
	align-items: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;
	min-height: clamp(680px, 56.25vw, 820px);
	position: relative;
}

.vmt-home-main,
.vmt-home-main > *,
.vmt-home-main > .entry-content,
.vmt-home-main > .entry-content > * {
	margin-block-start: 0 !important;
}

.vmt-hero__content {
	box-sizing: border-box;
	margin-inline: auto;
	padding-block: clamp(5rem, 10vw, 8rem);
	width: 100%;
}

.vmt-hero__title {
	font-size: clamp(3.15rem, 4vw, 3.625rem);
	letter-spacing: 0.01em;
	line-height: 1.2;
	margin-bottom: 1.4rem;
	max-width: 650px;
	text-wrap: balance;
}

.vmt-hero__title em {
	color: var(--wp--preset--color--sand);
	font-weight: 400;
}

.vmt-hero__copy {
	font-size: 0.96875rem !important;
	line-height: 1.8;
	max-width: 500px;
	text-shadow: 0 1px 20px rgba(0, 0, 0, 0.24);
}

.wp-block-cover.vmt-hero .wp-block-button__link {
	min-width: 204px;
	padding-block: 1rem;
	text-align: center;
}

.vmt-trust-strip {
	display: flex;
	min-height: 186px;
	padding-block: 0;
}

.vmt-trust-grid {
	align-items: center;
	gap: 0;
	width: 100%;
}

.vmt-trust-item {
	align-items: center;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	display: flex;
	gap: 1rem;
	padding: 0.4rem 1.5rem;
}

.vmt-trust-item:first-child {
	padding-left: 0;
}

.vmt-trust-item:last-child {
	border-right: 0;
	padding-right: 0;
}

.vmt-trust-item :where(h2,
h3,
p) {
	margin-block: 0.15rem;
}

.vmt-trust-item p {
	opacity: 0.76;
}

.vmt-trust-icon {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	flex: 0 0 56px;
	font-size: 0;
	height: 56px;
	margin: 0;
	opacity: 1 !important;
	width: 56px;
}

.vmt-trust-icon--guidance {
	background-image: url("../icons/trust-guidance.svg");
}

.vmt-trust-icon--information {
	background-image: url("../icons/trust-information.svg");
}

.vmt-trust-icon--planning {
	background-image: url("../icons/trust-planning.svg");
}

.vmt-trust-icon--vietnam {
	background-image: url("../icons/trust-vietnam.svg");
}

.vmt-value-card {
	border-top: 1px solid var(--wp--preset--color--line);
	padding-top: var(--wp--preset--spacing--30);
}

.vmt-service-card {
	background: var(--wp--preset--color--white);
	border: 1px solid var(--wp--preset--color--line);
	box-sizing: border-box;
	height: 100%;
	padding: clamp(1.5rem, 3vw, 2.5rem);
}

.vmt-service-card--featured {
	background: var(--wp--preset--color--teal-dark);
	border-color: var(--wp--preset--color--teal-dark);
}

.vmt-service-card--featured :where(h3,
p,
a) {
	color: var(--wp--preset--color--white);
}

.vmt-intro,
.vmt-human-story {
	padding-block: clamp(5rem, 7.4vw, 6.625rem) clamp(4.5rem, 6.2vw, 5.5rem);
}

.vmt-services {
	padding-block: clamp(3.5rem, 4vw, 4rem) 2.75rem;
}

.vmt-services h2 {
	font-size: clamp(2.25rem, 3.05vw, 2.75rem) !important;
	line-height: 1.18;
}

.vmt-editorial-image img {
	aspect-ratio: 608 / 418;
	display: block;
	object-fit: cover;
	width: 100%;
}

.vmt-services-grid {
	display: grid;
	grid-auto-rows: 1fr;
	grid-template-columns: repeat(3, 1fr);
	margin-inline: auto;
	margin-block: var(--wp--preset--spacing--50) var(--wp--preset--spacing--40);
	max-width: var(--vmt-design-width) !important;
	width: 100%;
}

.vmt-service-tile {
	align-content: center;
	border-bottom: 1px solid var(--wp--preset--color--line);
	border-right: 1px solid var(--wp--preset--color--line);
	border-top: 1px solid var(--wp--preset--color--line);
	box-sizing: border-box;
	height: 100%;
	margin-block-start: 0 !important;
	min-height: 247px;
	padding: 2rem clamp(1.5rem, 3.2vw, 2.875rem);
	text-align: center;
}

.vmt-service-tile:nth-child(3n + 1) {
	border-left: 1px solid var(--wp--preset--color--line);
}

.vmt-service-tile:nth-child(n + 4) {
	border-top: 0;
}

.vmt-service-tile h3 {
	font-size: clamp(1.35rem, 1.75vw, 1.5625rem) !important;
	line-height: 1.15;
	margin-block: 1.15rem 0;
}

.vmt-service-tile p:not(.vmt-service-symbol) {
	font-size: 0.8125rem !important;
	line-height: 1.75;
	margin-block: 0.8rem 0;
}

.vmt-service-symbol {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	font-size: 0;
	height: 46px;
	margin-inline: auto;
	width: 46px;
}

.vmt-service-symbol--health {
	background-image: url("../icons/service-health.svg");
}

.vmt-service-symbol--enquiry {
	background-image: url("../icons/service-enquiry.svg");
}

.vmt-service-symbol--communication {
	background-image: url("../icons/service-communication.svg");
}

.vmt-service-symbol--journey {
	background-image: url("../icons/service-journey.svg");
}

.vmt-service-symbol--recovery {
	background-image: url("../icons/service-recovery.svg");
}

.vmt-service-symbol--vietnam {
	background-image: url("../icons/service-vietnam.svg");
}

.vmt-portrait-placeholder {
	align-items: flex-end;
	background:
		linear-gradient(160deg, rgba(19, 92, 85, 0.14), rgba(201, 154, 98, 0.22)),
		var(--wp--preset--color--ivory);
	box-sizing: border-box;
	display: flex;
	min-height: 520px;
	padding: var(--wp--preset--spacing--30);
}

.vmt-portrait-placeholder p {
	background: rgba(255, 253, 248, 0.88);
	color: var(--wp--preset--color--ink);
	font-size: 0.75rem;
	letter-spacing: 0.08em;
	margin: 0;
	padding: 0.65rem 0.8rem;
	text-transform: uppercase;
}

.vmt-destination-panel {
	background:
		linear-gradient(125deg, rgba(11, 57, 53, 0.94), rgba(19, 92, 85, 0.82)),
		var(--wp--preset--color--teal-dark);
	min-height: 500px;
}

.vmt-experience > .wp-block-columns {
	margin-bottom: 0;
}

.vmt-experience {
	padding-block: 0 !important;
}

.vmt-experience__image,
.vmt-experience__image img {
	height: 100%;
	margin: 0;
	min-height: 406px;
	width: 100%;
}

.vmt-experience__image img {
	display: block;
	object-fit: cover;
}

.vmt-experience__copy {
	box-sizing: border-box;
	max-width: 620px;
	padding: clamp(3rem, 6.8vw, 6.25rem);
}

.vmt-experience__copy h2 {
	font-size: clamp(2.25rem, 2.8vw, 2.5rem) !important;
	line-height: 1.22;
}

.vmt-experience .wp-block-column:last-child {
	background: var(--wp--preset--color--line);
}

.vmt-inline-cta {
	align-items: center;
	display: flex;
	min-height: 185px;
	padding-block: 0;
}

.vmt-inline-cta > .wp-block-columns {
	margin-inline: auto;
	max-width: 1000px !important;
	width: 100%;
}

.vmt-inline-cta :where(h2,
p) {
	margin-block: 0.3rem;
}

.vmt-call-mark {
	align-items: center;
	background: url("../icons/phone.svg") center / 34px 34px no-repeat;
	border: 1px solid var(--wp--preset--color--sand);
	border-radius: 50%;
	display: flex;
	font-size: 0;
	height: 102px;
	justify-content: center;
	width: 102px;
}

.vmt-site-footer {
	margin-block-start: 0 !important;
	padding-block: 3.5rem 1.4rem;
}

footer.wp-block-template-part {
	margin-block-start: 0 !important;
}

.vmt-footer-grid {
	margin-bottom: 0;
}

.vmt-footer-brand {
	align-items: center;
	display: flex;
	line-height: 1.15;
	margin-bottom: var(--wp--preset--spacing--30);
	position: relative;
}

.vmt-footer-brand::before {
	background: url("../icons/lotus-light.svg") center / contain no-repeat;
	content: "";
	flex: 0 0 40px;
	height: 34px;
	margin-right: 0.8rem;
	width: 40px;
}

.vmt-footer-brand::after {
	bottom: 0.05rem;
	color: rgba(255, 255, 255, 0.62);
	content: "CARE. CONCIERGE. VIETNAM.";
	font-size: 0.46rem;
	font-weight: 500;
	left: 52px;
	letter-spacing: 0.08em;
	position: absolute;
}

.vmt-footer-brand a,
.vmt-site-footer a {
	color: var(--wp--preset--color--white);
}

.vmt-footer-copy {
	max-width: 340px;
	opacity: 0.78;
}

.vmt-footer-heading {
	font-family: var(--wp--preset--font-family--sans);
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: var(--wp--preset--spacing--30);
	text-transform: uppercase;
}

.vmt-site-footer .is-style-outline .wp-block-button__link {
	border-color: rgba(255, 255, 255, 0.7);
	color: var(--wp--preset--color--white);
}

.vmt-footer-rule {
	border-color: rgba(255, 255, 255, 0.22);
	margin-block: var(--wp--preset--spacing--50) var(--wp--preset--spacing--30);
	max-width: var(--vmt-design-width) !important;
	width: calc(100% - 2rem) !important;
}

.vmt-footer-bottom {
	opacity: 0.72;
}

.vmt-footer-bottom p {
	margin-block: 0;
}

.vmt-list-clean {
	list-style: none;
	padding-left: 0;
}

.vmt-list-clean li {
	border-top: 1px solid rgba(19, 40, 36, 0.14);
	padding: 0.9rem 0;
}

.vmt-number {
	color: var(--wp--preset--color--sand);
	font-family: var(--wp--preset--font-family--serif);
	font-size: 2.5rem;
	line-height: 1;
}

.vmt-site-header {
	background: transparent;
	border-bottom: 0;
	left: 0;
	margin-block-start: 0 !important;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 20;
}

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

.vmt-site-header > .wp-block-group {
	min-height: 96px;
}

.vmt-site-header .wp-block-site-title {
	align-items: center;
	display: flex;
	line-height: 1.15;
	min-width: 315px;
	position: relative;
	font-size: 1.05rem !important;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.96), 0 0 12px rgba(255, 255, 255, 0.9);
}

.vmt-site-header .wp-block-site-title::before {
	background: url("../icons/lotus.svg") center / contain no-repeat;
	content: "";
	filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.96)) drop-shadow(0 0 7px rgba(255, 255, 255, 0.9));
	flex: 0 0 46px;
	height: 46px;
	margin-right: 0.75rem;
	width: 46px;
}

.vmt-site-header .wp-block-site-title a {
	color: #1f2d24;
	font-weight: 800;
	white-space: nowrap;
}

.vmt-site-header .wp-block-site-title::after {
	bottom: 0.1rem;
	color: #3d4a43;
	content: "CARE. CONCIERGE. VIETNAM.";
	font-size: 0.5rem;
	font-weight: 700;
	left: 58px;
	letter-spacing: 0.08em;
	position: absolute;
}

.vmt-site-header .wp-block-navigation-item__content {
	color: var(--wp--preset--color--ink);
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

input:not([type="submit"]),
select,
textarea {
	background: var(--wp--preset--color--white);
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 2px;
	box-sizing: border-box;
	color: var(--wp--preset--color--ink);
	font: inherit;
	padding: 0.85rem 1rem;
	width: 100%;
}

/* Inner-page system,
derived from the approved page mockups. */
body:not(.home) .vmt-site-header {
	background: var(--wp--preset--color--paper);
	position: relative;
	top: auto;
}

body.admin-bar:not(.home) .vmt-site-header {
	top: auto;
}

body:not(.home) .vmt-site-header .wp-block-site-title,
body:not(.home) .vmt-site-header .wp-block-site-title::before {
	text-shadow: none;
}

body:not(.home) .vmt-site-header .wp-block-site-title::before {
	filter: none;
}

.vmt-site-header .wp-block-navigation-item__content[aria-current="page"] {
	position: relative;
}

.vmt-site-header .wp-block-navigation-item__content[aria-current="page"]::after {
	background: var(--wp--preset--color--sand);
	bottom: -0.65rem;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}

.vmt-inner-main,
.vmt-inner-main > *,
.vmt-inner-main > .entry-content,
.vmt-inner-main > .entry-content > *,
.vmt-page-shell > * {
	margin-block-start: 0 !important;
}

.vmt-page-shell {
	overflow: hidden;
}

.wp-block-cover.vmt-page-hero {
	align-items: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	min-height: clamp(440px, 43vw, 560px);
}

.wp-block-cover.vmt-page-hero--services {
	background-repeat: no-repeat;
	background-position: center 48%;
	background-size: cover;
	min-height: 598px;
}

.wp-block-cover.vmt-page-hero--why {
	background-repeat: no-repeat;
	background-position: center 46%;
	background-size: cover;
	min-height: 513px;
}

.wp-block-cover.vmt-page-hero--experience,
.wp-block-cover.vmt-page-hero--about,
.wp-block-cover.vmt-page-hero--inquire {
	background-repeat: no-repeat;
	background-position: 64% center;
	background-size: cover;
}

.wp-block-cover.vmt-page-hero--experience {
	min-height: 467px;
}

.wp-block-cover.vmt-page-hero--experience .vmt-page-hero__content {
	padding-block: 2.375rem;
}

.wp-block-cover.vmt-page-hero--about {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 492px;
}

.wp-block-cover.vmt-page-hero--about .vmt-page-hero__content {
	padding-block: 4rem;
}

.wp-block-cover.vmt-page-hero--inquire {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 688px;
}

.vmt-page-hero__content {
	box-sizing: border-box;
	margin-inline: auto;
	padding-block: clamp(4rem, 7vw, 6.5rem);
	width: 100%;
}

.vmt-page-eyebrow {
	color: var(--wp--preset--color--sand);
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.vmt-page-hero__title {
	font-size: clamp(3rem, 4.5vw, 4rem);
	letter-spacing: 0;
	line-height: 1.1;
	margin-block: 0.8rem 1.4rem;
	max-width: 650px;
}

.vmt-page-hero__title em {
	color: var(--wp--preset--color--sand);
	font-weight: 400;
}

.vmt-page-hero__copy {
	line-height: 1.75;
	max-width: 500px;
}

.vmt-page-section {
	padding-block: clamp(4rem, 6vw, 6rem);
}

.vmt-section-heading {
	margin-bottom: clamp(2.5rem, 4vw, 4rem);
}

.vmt-section-heading :where(h2,
p) {
	margin-block: 0.55rem;
}

.vmt-section-heading > p:last-child {
	line-height: 1.8;
}

.vmt-media-card-grid {
	display: grid;
	gap: 1.25rem;
	grid-auto-rows: 1fr;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vmt-media-card-grid > .vmt-media-card {
	margin-block-start: 0;
}

.vmt-media-card {
	background: var(--wp--preset--color--paper);
	border: 1px solid var(--wp--preset--color--line);
	box-sizing: border-box;
	display: grid;
	grid-template-rows: 212px 1fr;
	height: 100%;
	min-height: 470px;
}

.wp-block-cover.vmt-media-card__image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 212px;
}







.vmt-media-card__body {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	padding: 1.25rem 1.5rem 1.5rem;
	position: relative;
}

.vmt-card-icon {
	background: var(--wp--preset--color--paper) center / 30px 30px no-repeat;
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 50%;
	font-size: 0;
	height: 58px;
	margin: -3.15rem 0 1rem;
	position: relative;
	width: 58px;
}

.vmt-card-icon--health { background-image: url("../icons/service-health.svg"); }
.vmt-card-icon--enquiry { background-image: url("../icons/service-enquiry.svg"); }
.vmt-card-icon--communication { background-image: url("../icons/service-communication.svg"); }
.vmt-card-icon--journey { background-image: url("../icons/service-journey.svg"); }
.vmt-card-icon--recovery { background-image: url("../icons/service-recovery.svg"); }
.vmt-card-icon--vietnam { background-image: url("../icons/service-vietnam.svg"); }

.vmt-media-card__body h3 {
	font-size: 1.65rem !important;
	margin-block: 0.65rem;
}

.vmt-media-card__body > p:not(.vmt-card-icon,
.vmt-card-link) {
	font-size: 0.8125rem;
	line-height: 1.75;
}

.vmt-card-link {
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-top: auto;
	text-transform: uppercase;
}

.vmt-card-link a {
	color: var(--wp--preset--color--ink);
}

.vmt-choice-band,
.vmt-inquiry-benefits {
	padding-block: 2.75rem;
}

.vmt-choice-grid {
	align-items: stretch !important;
	gap: 0 !important;
}

.vmt-choice-item {
	border-left: 1px solid rgba(31, 45, 36, 0.13);
	box-sizing: border-box;
	padding-inline: 1.5rem;
	text-align: center;
}

.vmt-choice-item :where(h3,
p) {
	margin-block: 0.4rem;
}

.vmt-choice-icon,
.vmt-six-icon,
.vmt-process-icon,
.vmt-value-icon {
	background: url("../icons/lotus.svg") center / contain no-repeat;
	font-size: 0;
	height: 42px;
	margin-inline: auto;
	width: 42px;
}

.wp-block-cover.vmt-photo-cta {
	min-height: auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-block: 2.75rem;
}

.wp-block-cover.vmt-about-cta {
	min-height: auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.vmt-photo-cta__inner {
	gap: 2rem;
}

.wp-block-cover.vmt-photo-cta :where(h2,
p),
.wp-block-cover.vmt-about-cta h2 {
	margin-block: 0.25rem;
}

.vmt-six-grid {
	align-items: stretch !important;
	gap: 0 !important;
	margin-top: 3rem;
}

.vmt-six-item {
	border-left: 1px solid var(--wp--preset--color--line);
	box-sizing: border-box;
	padding: 0.5rem 1.25rem;
	text-align: center;
}

.vmt-six-item:first-child {
	border-left: 0;
}

.vmt-six-item :where(h3,
p) {
	margin-block: 0.6rem;
}

.vmt-six-item h3 {
	font-size: 1.15rem !important;
}

.vmt-six-item p:last-child {
	font-size: 0.75rem !important;
	line-height: 1.65;
}

.vmt-editorial-split > .wp-block-columns {
	margin-bottom: 0;
}

.vmt-editorial-split__copy {
	box-sizing: border-box;
	max-width: 590px;
	padding: clamp(3.5rem, 7vw, 6.5rem);
}

.wp-block-cover.vmt-editorial-split__media {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 410px;
}


.vmt-destination-grid {
	gap: 1.25rem !important;
}

.vmt-destination-card {
	text-align: center;
}

.wp-block-cover.vmt-destination-card__image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 155px;
}





.vmt-destination-card :where(h3,
p) {
	margin-block: 0.55rem;
}

.vmt-process-grid {
	align-items: stretch !important;
	gap: 0 !important;
	margin-top: 3.5rem;
}

.vmt-process-step {
	border-left: 1px solid var(--wp--preset--color--line);
	box-sizing: border-box;
	padding: 0 1.25rem;
	text-align: center;
}

.vmt-process-step:first-child {
	border-left: 0;
}

.vmt-process-icon {
	background-color: var(--wp--preset--color--ivory);
	background-image: url("../icons/service-communication.svg");
	background-size: 34px;
	border-radius: 50%;
	height: 70px;
	width: 70px;
}

.vmt-process-icon--communication { background-image: url("../icons/service-communication.svg"); }

.vmt-process-icon--enquiry { background-image: url("../icons/service-enquiry.svg"); }
.vmt-process-icon--journey { background-image: url("../icons/service-journey.svg"); }
.vmt-process-icon--recovery { background-image: url("../icons/service-recovery.svg"); }
.vmt-process-icon--vietnam { background-image: url("../icons/service-vietnam.svg"); }

.vmt-process-step :where(h3,
p) {
	margin-block: 0.7rem;
}

.vmt-feature-list h3 {
	margin-bottom: 0;
	padding-left: 2rem;
	position: relative;
}

.vmt-feature-list h3::before {
	background: url("../icons/lotus.svg") center / contain no-repeat;
	content: "";
	height: 24px;
	left: 0;
	position: absolute;
	top: 0;
	width: 24px;
}

.vmt-feature-list p {
	margin: 0.35rem 0 1.25rem 2rem;
}

.vmt-experience-collage {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	min-height: 360px;
}

.wp-block-cover.vmt-experience-panel {
	align-items: flex-end;
	min-height: auto;
	background-position: center;
	background-size: cover;
	display: flex;
	padding: 1.25rem;
}

.wp-block-cover.vmt-experience-panel--two {  }

.wp-block-cover.vmt-experience-panel p {
	color: var(--wp--preset--color--white);
	font-weight: 600;
	margin: 0;
}

.vmt-includes-band {
	padding-block: 2rem;
}

.vmt-includes-grid {
	gap: 0 !important;
}

.vmt-includes-grid > .wp-block-column {
	border-left: 1px solid rgba(31, 45, 36, 0.13);
	font-size: 0.75rem;
	padding-inline: 1.25rem;
	text-align: center;
}

.vmt-includes-grid > .wp-block-column:first-child {
	border-left: 0;
}

.vmt-founder-placeholder {
	align-items: center;
	background:
		linear-gradient(145deg, rgba(46, 87, 71, 0.2), rgba(182, 155, 122, 0.28)),
		var(--wp--preset--color--ivory);
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	min-height: 220px;
	padding: 1.5rem;
	text-align: center;
}

.vmt-founder-placeholder--large {
	min-height: 410px;
}

.vmt-founder-placeholder p {
	background: rgba(252, 251, 249, 0.9);
	font-size: 0.7rem;
	font-weight: 650;
	letter-spacing: 0.07em;
	padding: 0.7rem;
	text-transform: uppercase;
}

.vmt-pending-note,
.vmt-form-status {
	border-left: 2px solid var(--wp--preset--color--sand);
	font-size: 0.75rem;
	padding-left: 0.85rem;
}

.vmt-values-grid {
	gap: 0 !important;
}

.vmt-value-item {
	border-left: 1px solid rgba(31, 45, 36, 0.13);
	box-sizing: border-box;
	padding: 0 1.5rem;
	text-align: center;
}

.vmt-value-item:first-child {
	border-left: 0;
}

.vmt-value-item :where(h3,
p) {
	margin-block: 0.55rem;
}

.vmt-value-item h3 {
	font-family: var(--wp--preset--font-family--serif);
	font-size: 1.35rem;
	font-weight: 500;
}

.vmt-value-item p:last-child {
	font-size: 0.75rem;
	line-height: 1.65;
}

.vmt-founder-grid {
	gap: 4rem !important;
	max-width: 960px !important;
}

.vmt-founder-card {
	align-items: center;
	display: grid;
	gap: 1.75rem;
	grid-template-columns: 42% 1fr;
}

.vmt-founder-card h3 {
	font-size: 1.75rem;
	margin-bottom: 0;
}

.vmt-founder-card p {
	font-size: 0.78rem;
}

.vmt-partner-band,
.vmt-direct-band {
	padding-block: 2.25rem;
}

.wp-block-cover.vmt-about-cta {
	padding-block: 3.5rem;
}

.vmt-contact-hero > .wp-block-columns {
	margin-bottom: 0;
	min-height: 564px;
}

.vmt-contact-hero {
	padding: 0 !important;
}

.vmt-contact-hero__copy {
	box-sizing: border-box;
	max-width: 570px;
	padding-block: 2.6875rem;
	padding-inline: clamp(4rem, 8vw, 7rem);
}

.wp-block-cover.vmt-contact-hero__media {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 564px;
}

.vmt-short-rule {
	border-color: var(--wp--preset--color--sand);
	margin: 1rem 0 1.5rem;
	width: 42px;
}

.vmt-contact-list__item {
	border-bottom: 1px solid var(--wp--preset--color--line);
	padding: 1rem 0 1rem 4rem;
	position: relative;
}

.vmt-contact-list__item::before {
	background: var(--wp--preset--color--teal-dark) url("../icons/lotus-light.svg") center / 25px no-repeat;
	border-radius: 50%;
	content: "";
	height: 44px;
	left: 0;
	position: absolute;
	top: 1rem;
	width: 44px;
}

.vmt-contact-list__item :where(h3,
p) {
	margin-block: 0.2rem;
}

.vmt-contact-list__item p {
	font-size: 0.75rem;
}

.vmt-form {
	display: grid;
	gap: 1rem;
	margin-top: 1.5rem;
}

.vmt-form-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr 1fr;
}

.vmt-form label {
	color: var(--wp--preset--color--ink);
	display: grid;
	font-size: 0.75rem;
	font-weight: 600;
	gap: 0.45rem;
}

.vmt-form input,
.vmt-form select,
.vmt-form textarea {
	background: var(--wp--preset--color--white);
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 0;
	font-size: 0.85rem;
	padding: 0.85rem;
}

.vmt-field-optional {
	color: var(--wp--preset--color--muted);
	font-size: 0.65rem;
	font-weight: 400;
}

.vmt-form .vmt-checkbox {
	align-items: flex-start;
	display: flex;
	font-weight: 400;
	line-height: 1.6;
}

.vmt-form .vmt-checkbox input {
	margin-top: 0.2rem;
	width: auto;
}

.vmt-form-submit {
	background: var(--wp--preset--color--teal-dark);
	border: 0;
	color: var(--wp--preset--color--white);
	cursor: not-allowed;
	font: inherit;
	font-size: 0.75rem;
	font-weight: 700;
	justify-self: start;
	letter-spacing: 0.04em;
	padding: 1rem 1.4rem;
	text-transform: uppercase;
}

.vmt-contact-support {
	padding-block: 3.5rem;
}

.vmt-faq-card,
.vmt-contact-aside__panel {
	background: var(--wp--preset--color--paper);
	border: 1px solid var(--wp--preset--color--line);
	box-sizing: border-box;
	padding: 1.75rem;
}

.vmt-faq-list details {
	border-top: 1px solid var(--wp--preset--color--line);
	padding: 0.8rem 0;
}

.vmt-faq-list summary {
	color: var(--wp--preset--color--ink);
	cursor: pointer;
	font-weight: 600;
	list-style-position: outside;
}

.vmt-faq-list details p {
	font-size: 0.8rem;
	line-height: 1.7;
}

.vmt-contact-aside {
	display: grid;
	gap: 1.25rem;
}

.vmt-hero-points {
	gap: 1rem !important;
	margin-top: 2rem;
}

.vmt-hero-points p {
	font-size: 0.72rem;
	font-weight: 600;
	padding-top: 3rem;
	position: relative;
}

.vmt-hero-points p::before {
	background: url("../icons/lotus.svg") center / contain no-repeat;
	content: "";
	height: 34px;
	left: 0;
	position: absolute;
	top: 0;
	width: 34px;
}

.vmt-stepper {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	margin: 2.5rem auto 2rem;
	max-width: 980px !important;
}

.vmt-stepper__item > p {
	margin: 0;
}

.vmt-stepper__item {
	align-items: center;
	display: grid;
	font-family: var(--wp--preset--font-family--serif);
	font-size: 0.9rem;
	gap: 0.7rem;
	justify-items: center;
	position: relative;
	text-align: center;
}

.vmt-stepper__item::before {
	background: var(--wp--preset--color--line);
	content: "";
	height: 1px;
	left: -50%;
	position: absolute;
	top: 18px;
	width: 100%;
	z-index: 0;
}

.vmt-stepper__item:first-child::before {
	display: none;
}

.vmt-stepper__num {
	align-items: center;
	background: var(--wp--preset--color--line);
	border-radius: 50%;
	display: flex;
	font-family: var(--wp--preset--font-family--sans);
	height: 36px;
	justify-content: center;
	position: relative;
	width: 36px;
	z-index: 1;
}

.vmt-stepper__item.is-current .vmt-stepper__num {
	background: var(--wp--preset--color--sand);
	color: var(--wp--preset--color--white);
}

.vmt-inquiry-card {
	border: 1px solid var(--wp--preset--color--line);
	box-sizing: border-box;
	padding: clamp(1.5rem, 4vw, 3rem);
}

.vmt-inquiry-aside {
	background: var(--wp--preset--color--ivory);
	box-sizing: border-box;
	min-height: 100%;
	padding: 2.5rem;
}

.vmt-inquiry-aside::before {
	background: url("../icons/trust-information.svg") center / contain no-repeat;
	content: "";
	display: block;
	height: 58px;
	margin-bottom: 2rem;
	width: 58px;
}

@media (max-width: 781px) {
.wp-block-cover.vmt-hero {
			background-repeat: no-repeat;
	background-position: 67% center;
	background-size: cover;
		min-height: 700px;
	}

.vmt-hero__content {
		padding-block: 5.5rem 4.5rem;
	}

.vmt-hero__title {
		font-size: clamp(2.65rem, 12vw, 3.25rem);
		line-height: 1.16;
		max-width: min(330px, calc(100vw - 2.5rem));
		text-wrap: wrap;
	}

.vmt-hero__copy {
		font-size: 0.875rem !important;
		max-width: min(335px, calc(100vw - 2.5rem));
		overflow-wrap: anywhere;
	}

.vmt-trust-grid {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
	}

.vmt-trust-strip {
		min-height: 0;
	}

.vmt-trust-item,
.vmt-trust-item:first-child,
.vmt-trust-item:last-child {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		border-right: 0;
		gap: 0.65rem;
		min-width: 0;
		padding: 1rem 0.55rem;
	}

.vmt-trust-item > .wp-block-group {
		min-width: 0;
	}

.vmt-trust-icon {
		flex-basis: 42px;
		height: 42px;
		width: 42px;
	}

.vmt-trust-item h2 {
		font-size: 0.8125rem !important;
	}

.vmt-trust-item p:not(.vmt-trust-icon) {
		font-size: 0.6875rem !important;
		line-height: 1.55;
		overflow-wrap: anywhere;
	}

.vmt-trust-item:last-child {
		border-bottom: 0;
	}

.vmt-portrait-placeholder,
.vmt-destination-panel {
		min-height: 340px;
	}

.vmt-services-grid {
		grid-auto-rows: auto;
		grid-template-columns: 1fr;
	}

.vmt-service-tile,
.vmt-service-tile:nth-child(3n + 1),
.vmt-service-tile:nth-child(n + 4) {
		border-bottom: 1px solid var(--wp--preset--color--line);
		border-left: 1px solid var(--wp--preset--color--line);
		border-right: 1px solid var(--wp--preset--color--line);
		border-top: 0;
		min-height: 185px;
	}

.vmt-service-tile:first-child {
		border-top: 1px solid var(--wp--preset--color--line);
	}

.vmt-experience__image,
.vmt-experience__image img {
		min-height: 360px;
	}

.vmt-experience__copy {
		padding: 3.5rem 1rem;
	}

.vmt-inline-cta {
		min-height: 0;
		padding-block: 3rem;
	}

.vmt-call-mark {
		height: 72px;
		width: 72px;
	}

.vmt-inline-cta .wp-block-buttons {
		justify-content: flex-start;
	}

.vmt-footer-grid {
		gap: var(--wp--preset--spacing--50);
	}

.vmt-footer-brand::after {
		display: none;
	}

.vmt-site-header .vmt-header-cta {
		display: none;
	}

.vmt-site-header .wp-block-site-title {
		min-width: 0;
	}

.vmt-site-header .wp-block-site-title::after {
		display: none;
	}

.vmt-site-header .wp-block-site-title a {
		font-size: 0.75rem;
		white-space: normal;
	}
}

@media (max-width: 782px) {
body.admin-bar .vmt-site-header {
		top: 46px;
	}

body.admin-bar:not(.home) .vmt-site-header {
		top: auto;
	}
}

@media (max-width: 781px) {
.wp-block-cover.vmt-page-hero {
		min-height: 590px;
	}

.wp-block-cover.vmt-page-hero--services,
.wp-block-cover.vmt-page-hero--why {
		background-position: 62% center;
	}

.wp-block-cover.vmt-page-hero--experience,
.wp-block-cover.vmt-page-hero--about,
.wp-block-cover.vmt-page-hero--inquire {
			background-repeat: no-repeat;
	background-position: 62% center;
	background-size: cover;
	}

.vmt-page-hero__content {
		padding-block: 4rem;
	}

.vmt-page-hero__title {
		font-size: clamp(2.7rem, 12vw, 3.25rem);
		line-height: 1.1;
		max-width: min(340px, calc(100vw - 2.5rem));
	}

.vmt-page-hero__copy {
		max-width: min(335px, calc(100vw - 2.5rem));
	}

.vmt-page-section {
		padding-block: 3.75rem;
	}

.vmt-media-card-grid {
		grid-template-columns: 1fr;
	}

.vmt-media-card {
		grid-template-rows: 180px 1fr;
		min-height: 440px;
	}

.vmt-choice-grid,
.vmt-six-grid,
.vmt-process-grid,
.vmt-values-grid,
.vmt-includes-grid {
		display: grid !important;
		grid-template-columns: 1fr;
	}

.vmt-choice-item,
.vmt-six-item,
.vmt-process-step,
.vmt-value-item,
.vmt-includes-grid > .wp-block-column,
.vmt-six-item:first-child,
.vmt-process-step:first-child,
.vmt-value-item:first-child,
.vmt-includes-grid > .wp-block-column:first-child {
		border-bottom: 1px solid rgba(31, 45, 36, 0.13);
		border-left: 0;
		padding-block: 1.5rem;
	}

.vmt-choice-item:last-child,
.vmt-six-item:last-child,
.vmt-process-step:last-child,
.vmt-value-item:last-child,
.vmt-includes-grid > .wp-block-column:last-child {
		border-bottom: 0;
	}

.vmt-editorial-split__copy {
		padding: 3.5rem 1rem;
	}

.wp-block-cover.vmt-editorial-split__media,
.wp-block-cover.vmt-contact-hero__media {
		min-height: 320px;
	}

.vmt-destination-grid {
		display: grid !important;
		grid-template-columns: 1fr;
	}

.wp-block-cover.vmt-destination-card__image {
		min-height: 220px;
	}

.vmt-experience-collage {
		grid-template-columns: 1fr;
	}

.wp-block-cover.vmt-experience-panel {
		min-height: 260px;
	}

.vmt-founder-placeholder--large {
		min-height: 340px;
	}

.vmt-founder-grid {
		gap: 2rem !important;
	}

.vmt-founder-card {
		grid-template-columns: 1fr;
	}

.vmt-contact-hero__copy {
		padding: 4rem 1rem;
	}

.vmt-form-grid {
		grid-template-columns: 1fr;
	}

.vmt-contact-list__item {
		padding-right: 0.25rem;
	}

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

.vmt-stepper__item {
		font-size: 0.65rem;
	}

.vmt-stepper__item .vmt-stepper__label {
		font-weight: 500;
	}

.vmt-inquiry-card {
		padding: 1.25rem;
	}

.vmt-inquiry-aside {
		margin-top: 1.5rem;
		padding: 2rem;
	}

.vmt-hero-points {
		display: grid !important;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

.vmt-hero-points p {
		font-size: 0.62rem;
	}
}

@media (prefers-reduced-motion: reduce) {
html {
		scroll-behavior: auto;
	}

*,
*::before,
*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

/* ---------------------------------------------------------------
   Fluent Forms — inherit the VMT form styling
   --------------------------------------------------------------- */

.vmt-form-wrap {
	margin-top: 1.5rem;
}

/* Drive Fluent Forms' own accent token from the theme palette,
so the client
   recolouring "Deep Teal" in Styles also recolours the forms. */
.vmt-form-wrap,
.vmt-form-wrap .fluentform {
	--fluentform-primary: var(--wp--preset--color--teal-dark);
}

.vmt-form-wrap .ff-el-group {
	margin-bottom: 1rem;
}

.vmt-form-wrap .ff-el-input--label label,
.vmt-form-wrap .ff-el-input--label {
	color: var(--wp--preset--color--ink);
	font-size: 0.75rem;
	font-weight: 600;
	margin-bottom: 0.45rem;
}

.vmt-form-wrap .ff-el-form-control {
	background: var(--wp--preset--color--white);
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 0;
	box-shadow: none;
	font-family: inherit;
	font-size: 0.85rem;
	padding: 0.85rem;
	width: 100%;
}

.vmt-form-wrap .ff-el-form-control:focus {
	border-color: var(--wp--preset--color--teal);
	outline: none;
}

.vmt-form-wrap .ff-el-form-check-label,
.vmt-form-wrap .ff-el-tc {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.6;
}

.vmt-form-wrap .ff-el-tc p {
	font-size: 0.75rem;
	margin: 0;
}

.vmt-form-wrap .ff-el-is-error .ff-el-form-control {
	border-color: #b3261e;
}

.vmt-form-wrap .error.text-danger {
	font-size: 0.7rem;
}

.vmt-form-wrap .ff-btn-submit,
.vmt-form-wrap .ff-btn.ff-btn-submit {
	background: var(--wp--preset--color--teal-dark);
	border: 0;
	border-radius: 0;
	color: var(--wp--preset--color--white);
	cursor: pointer;
	font-family: inherit;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 1rem 1.4rem;
	text-transform: uppercase;
	transition: background var(--vmt-transition);
}

.vmt-form-wrap .ff-btn.ff-btn-submit:hover {
	background-color: var(--wp--preset--color--teal);
}

.vmt-form-wrap .ff-message-success {
	border-left: 2px solid var(--wp--preset--color--sand);
	font-size: 0.8rem;
	padding: 0.85rem 0 0.85rem 0.85rem;
}

@media (min-width: 782px) {
.vmt-form-wrap .ff-t-cell {
		padding-right: 1rem;
	}
}


/* ---------------------------------------------------------------
   Photo sections: the image now lives on the block (editable in
   WordPress); these rules only supply the scrim + stacking.
   --------------------------------------------------------------- */

.vmt-hero,
.wp-block-cover.vmt-page-hero,
.wp-block-cover.vmt-photo-cta,
.wp-block-cover.vmt-about-cta,
.wp-block-cover.vmt-experience-panel {
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

/*
 * Cover renders <span class="wp-block-cover__background"> immediately before
 * its inner container, which makes core's own
 * :has(.wp-block-cover__background + .wp-block-cover__inner-container)
 * guard match and switch OFF the z-index rules it would otherwise apply.
 * That left the scrim (z-index 1) painting over the headline. Put the
 * content back on top explicitly.
 */
.wp-block-cover.vmt-hero > .wp-block-cover__inner-container,
.wp-block-cover.vmt-page-hero > .wp-block-cover__inner-container,
.wp-block-cover.vmt-photo-cta > .wp-block-cover__inner-container,
.wp-block-cover.vmt-about-cta > .wp-block-cover__inner-container,
.wp-block-cover.vmt-experience-panel > .wp-block-cover__inner-container {
	position: relative;
	z-index: 2;
}

.wp-block-cover.vmt-hero::before,
.wp-block-cover.vmt-page-hero::before,
.wp-block-cover.vmt-photo-cta::before,
.wp-block-cover.vmt-about-cta::before,
.wp-block-cover.vmt-experience-panel::before {
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}


.wp-block-cover.vmt-hero::before {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.84) 0%, rgba(255, 255, 255, 0.34) 12%, rgba(255, 255, 255, 0) 25%), linear-gradient(90deg, rgba(7, 36, 31, 0.74) 0%, rgba(7, 36, 31, 0.38) 46%, rgba(7, 36, 31, 0.05) 72%);
}

.wp-block-cover.vmt-page-hero--services::before {
	background: linear-gradient(90deg, rgba(18, 42, 35, 0.78), rgba(18, 42, 35, 0.32) 48%, rgba(18, 42, 35, 0.04) 72%);
}

.wp-block-cover.vmt-page-hero--why::before {
	background: linear-gradient(90deg, rgba(15, 40, 34, 0.84), rgba(15, 40, 34, 0.3) 55%, rgba(15, 40, 34, 0.04));
}

.wp-block-cover.vmt-page-hero--experience::before,
.wp-block-cover.vmt-page-hero--about::before,
.wp-block-cover.vmt-page-hero--inquire::before {
	background: linear-gradient(90deg, var(--wp--preset--color--paper) 0%, rgba(252, 251, 249, 0.97) 28%, rgba(252, 251, 249, 0.63) 44%, rgba(252, 251, 249, 0.03) 64%);
}

.wp-block-cover.vmt-page-hero--about::before {
	background: linear-gradient(90deg, var(--wp--preset--color--paper) 0%, rgba(252, 251, 249, 0.97) 30%, rgba(252, 251, 249, 0.54) 48%, rgba(252, 251, 249, 0.04) 66%);
}

.wp-block-cover.vmt-page-hero--inquire::before {
	background: linear-gradient(90deg, var(--wp--preset--color--paper) 0%, rgba(252, 251, 249, 0.95) 33%, rgba(252, 251, 249, 0.48) 50%, rgba(252, 251, 249, 0.02) 68%);
}

.wp-block-cover.vmt-photo-cta::before {
	background: linear-gradient(90deg, rgba(19, 45, 36, 0.9), rgba(19, 45, 36, 0.58));
}

.wp-block-cover.vmt-about-cta::before {
	background: linear-gradient(90deg, rgba(19, 45, 36, 0.9), rgba(19, 45, 36, 0.58));
}

.wp-block-cover.vmt-experience-panel--one::before {
	background: linear-gradient(0deg, rgba(15, 40, 34, 0.72), transparent);
}

.wp-block-cover.vmt-experience-panel--two::before {
	background: linear-gradient(0deg, rgba(15, 40, 34, 0.72), transparent);
}

.wp-block-cover.vmt-experience-panel--three::before {
	background: linear-gradient(0deg, rgba(15, 40, 34, 0.72), transparent);
}

@media (max-width: 781px) {
.wp-block-cover.vmt-hero::before {
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0.24) 16%, rgba(255, 255, 255, 0) 29%), linear-gradient(90deg, rgba(7, 36, 31, 0.8) 0%, rgba(7, 36, 31, 0.48) 68%, rgba(7, 36, 31, 0.2) 100%);
	}
.wp-block-cover.vmt-page-hero--experience::before,
.wp-block-cover.vmt-page-hero--about::before,
.wp-block-cover.vmt-page-hero--inquire::before {
		background: linear-gradient(90deg, rgba(252, 251, 249, 0.98), rgba(252, 251, 249, 0.79) 72%, rgba(252, 251, 249, 0.42));
	}
}

/* media panels are now real blocks inside their column */
.vmt-editorial-split__media,
.wp-block-cover.vmt-contact-hero__media {
	height: 100%;
}

/* core/cover ships padding:1em and min-height:430px; the section rules above
   supply the real values, this clears what they do not set. */
.wp-block-cover.vmt-hero,
.wp-block-cover.vmt-page-hero,
.wp-block-cover.vmt-media-card__image,
.wp-block-cover.vmt-destination-card__image,
.wp-block-cover.vmt-editorial-split__media,
.wp-block-cover.vmt-contact-hero__media {
	padding: 0;
}

/* ---------------------------------------------------------------
   Tablet header: the inline nav and CTA wrap onto two rows between
   roughly 600px and 1100px. Collapse to the overlay menu earlier,
   mirroring what core does below 600px.
   --------------------------------------------------------------- */

@media (max-width: 1039px) {
	.vmt-site-header .wp-block-navigation__responsive-container-open:not(.always-shown) {
		display: flex;
	}

	.vmt-site-header .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
		display: none;
	}
}

.vmt-header-cta .wp-block-button__link {
	white-space: nowrap;
}

/* ---------------------------------------------------------------
   Scroll reveals

   The hidden start state is scoped to html.vmt-animate, which only
   scroll-reveal.js adds. Without JS — and inside the block editor —
   every section renders normally.
   --------------------------------------------------------------- */

@media (prefers-reduced-motion: no-preference) {
	.vmt-animate .vmt-reveal {
		opacity: 0;
		transform: translate3d(0, 22px, 0);
		transition:
			opacity 800ms cubic-bezier(0.16, 1, 0.3, 1) var(--vmt-reveal-delay, 0ms),
			transform 800ms cubic-bezier(0.16, 1, 0.3, 1) var(--vmt-reveal-delay, 0ms);
		will-change: opacity, transform;
	}

	.vmt-animate .vmt-reveal.is-revealed {
		opacity: 1;
		transform: none;
		will-change: auto;
	}

	/* Media panels settle in with a touch of scale for depth. */
	.vmt-animate .vmt-editorial-split__media.vmt-reveal,
	.vmt-animate .vmt-experience__image.vmt-reveal,
	.vmt-animate .vmt-photo-cta.vmt-reveal,
	.vmt-animate .vmt-about-cta.vmt-reveal {
		transform: translate3d(0, 26px, 0) scale(0.985);
	}

	.vmt-animate .vmt-editorial-split__media.vmt-reveal.is-revealed,
	.vmt-animate .vmt-experience__image.vmt-reveal.is-revealed,
	.vmt-animate .vmt-photo-cta.vmt-reveal.is-revealed,
	.vmt-animate .vmt-about-cta.vmt-reveal.is-revealed {
		transform: none;
	}

	/* Above-the-fold hero rises on load instead of on scroll. */
	.vmt-animate .vmt-hero-rise {
		opacity: 0;
		transform: translate3d(0, 18px, 0);
		transition:
			opacity 1000ms cubic-bezier(0.16, 1, 0.3, 1) 120ms,
			transform 1000ms cubic-bezier(0.16, 1, 0.3, 1) 120ms;
	}

	.vmt-animate .vmt-hero-rise.is-revealed {
		opacity: 1;
		transform: none;
	}
}

/* Never let a reveal clip a focused control for keyboard users. */
.vmt-reveal:focus-within {
	opacity: 1 !important;
	transform: none !important;
}

/* ---------------------------------------------------------------
   Premium polish
   --------------------------------------------------------------- */

/* --- Brand selection + typographic refinement --- */

::selection {
	background: var(--wp--preset--color--sand);
	color: var(--wp--preset--color--ink);
}

h1, h2, h3,
.vmt-hero__title,
.vmt-page-hero__title {
	text-wrap: balance;
}

p {
	text-wrap: pretty;
}

/* --- Sticky header that settles on scroll --- */

/*
 * The home page overlays a transparent header on the hero, so it is fixed —
 * sticky would put it back in flow and push the hero down. Inner pages
 * already have the header in flow, where sticky is the right tool.
 */
body.home .vmt-site-header {
	position: fixed;
}

/*
 * Sticky goes on the template-part wrapper, not the inner group: a sticky
 * element can only travel inside its parent's box, and the wrapper is exactly
 * the height of the header, so sticking the inner div just scrolls it away.
 */
.wp-site-blocks > header.wp-block-template-part {
	position: sticky;
	top: 0;
	z-index: 100;
}

body.admin-bar .wp-site-blocks > header.wp-block-template-part {
	top: 32px;
}

@media (max-width: 782px) {
	body.admin-bar .wp-site-blocks > header.wp-block-template-part {
		top: 46px;
	}
}

/* the home page overlays its header instead, so the wrapper must not reserve space */
body.home .wp-site-blocks > header.wp-block-template-part {
	position: static;
}

.vmt-site-header {
	border-bottom: 1px solid transparent;
	transition:
		background-color 300ms ease,
		border-color 300ms ease,
		box-shadow 300ms ease;
	z-index: 100;
}

.vmt-site-header.is-scrolled {
	background-color: color-mix(in srgb, var(--wp--preset--color--paper) 94%, transparent);
	border-bottom-color: var(--wp--preset--color--line);
	box-shadow: 0 10px 30px rgba(31, 45, 36, 0.06);
}

/*
 * No backdrop-filter here on purpose. It makes the header a containing block
 * for position:fixed descendants, which clipped the mobile menu overlay to the
 * header's box as soon as .is-scrolled applied. The bar is 94% opaque anyway,
 * so the blur was doing almost nothing.
 */

/*
 * Over the hero the wordmark carries a white glow to stay legible. Once the
 * bar is solid that glow reads as a halo, so it is dropped.
 */
.vmt-site-header.is-scrolled .wp-block-site-title {
	text-shadow: none;
}

.vmt-site-header.is-scrolled .wp-block-site-title::before {
	filter: none;
}

/* the bar condenses a little once the page has moved */
.vmt-site-header > .wp-block-group {
	transition: min-height 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

.vmt-site-header.is-scrolled > .wp-block-group {
	min-height: 74px;
}

/* --- Card interactions --- */

.vmt-media-card,
.vmt-destination-card,
.vmt-service-tile {
	transition:
		transform 420ms cubic-bezier(0.16, 1, 0.3, 1),
		box-shadow 420ms cubic-bezier(0.16, 1, 0.3, 1),
		border-color 420ms ease;
}

.vmt-media-card:hover,
.vmt-destination-card:hover {
	box-shadow: 0 22px 50px rgba(31, 45, 36, 0.13);
	transform: translateY(-5px);
}

.vmt-service-tile:hover {
	background: var(--wp--preset--color--white);
	box-shadow: 0 18px 44px rgba(31, 45, 36, 0.09);
}

/* the photo inside a card eases in slightly on hover */
.vmt-media-card .wp-block-cover__image-background,
.vmt-destination-card .wp-block-cover__image-background,
.vmt-editorial-split__media .wp-block-cover__image-background {
	transition: transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

.vmt-media-card:hover .wp-block-cover__image-background,
.vmt-destination-card:hover .wp-block-cover__image-background,
.vmt-editorial-split__media:hover .wp-block-cover__image-background {
	transform: scale(1.045);
}

.vmt-service-symbol,
.vmt-card-icon {
	transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.vmt-service-tile:hover .vmt-service-symbol,
.vmt-media-card:hover .vmt-card-icon {
	transform: translateY(-2px) scale(1.06);
}

/* --- Link affordance --- */

.vmt-card-link a {
	background-image: linear-gradient(currentColor, currentColor);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 0% 1px;
	padding-bottom: 2px;
	transition: background-size 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.vmt-card-link a:hover,
.vmt-card-link a:focus-visible {
	background-size: 100% 1px;
}

.vmt-site-footer a:not(.wp-block-button__link) {
	opacity: 0.82;
	transition: opacity 240ms ease;
}

.vmt-site-footer a:not(.wp-block-button__link):hover {
	opacity: 1;
}

/* --- Buttons --- */

.wp-block-button__link {
	transition:
		background-color 260ms ease,
		color 260ms ease,
		box-shadow 320ms cubic-bezier(0.16, 1, 0.3, 1),
		transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

.wp-block-button__link:hover {
	box-shadow: 0 12px 26px rgba(31, 45, 36, 0.18);
}

/* --- Scrollbar (pointer devices only) --- */

@media (pointer: fine) {
	* {
		scrollbar-color: var(--wp--preset--color--sand) transparent;
		scrollbar-width: thin;
	}

	::-webkit-scrollbar {
		height: 10px;
		width: 10px;
	}

	::-webkit-scrollbar-track {
		background: var(--wp--preset--color--ivory);
	}

	::-webkit-scrollbar-thumb {
		background: var(--wp--preset--color--sand);
		border: 2px solid var(--wp--preset--color--ivory);
		border-radius: 999px;
	}

	::-webkit-scrollbar-thumb:hover {
		background: var(--wp--preset--color--teal);
	}
}

@media (prefers-reduced-motion: reduce) {
	.vmt-media-card,
	.vmt-destination-card,
	.vmt-service-tile,
	.wp-block-button__link,
	.wp-block-cover__image-background,
	.vmt-site-header,
	.vmt-site-header > .wp-block-group {
		transition: none !important;
	}

	.vmt-media-card:hover,
	.vmt-destination-card:hover {
		transform: none;
	}

	.vmt-media-card:hover .wp-block-cover__image-background,
	.vmt-destination-card:hover .wp-block-cover__image-background,
	.vmt-editorial-split__media:hover .wp-block-cover__image-background {
		transform: none;
	}
}

/* With a single founder the grid would stretch one card across the full
   960px; centre and cap it instead. Reverts automatically if another is added. */
.vmt-founder-grid > .wp-block-column:only-child {
	margin-inline: auto;
	max-width: 460px;
}

/* Founder portrait is a real photograph now, so core/cover's own
   min-height and padding need overriding at matching specificity. */
.wp-block-cover.vmt-founder-placeholder {
	min-height: 275px;
	padding: 0;
}

/* ---------------------------------------------------------------
   Mobile navigation overlay

   Core renders the desktop nav into a plain white panel: 11px links,
   19px tall, no call to action. Rebuilt here as a proper mobile menu.
   --------------------------------------------------------------- */

/* the CTA link only exists for the overlay; desktop has its own button */
.vmt-site-header .vmt-nav-cta {
	display: none;
}

/* comfortable hit area for the toggle, without moving it visually */
.vmt-site-header .wp-block-navigation__responsive-container-open,
.vmt-site-header .wp-block-navigation__responsive-container-close {
	align-items: center;
	display: flex;
	height: 44px;
	justify-content: center;
	width: 44px;
}

.vmt-site-header .wp-block-navigation__responsive-container-open svg,
.vmt-site-header .wp-block-navigation__responsive-container-close svg {
	height: 26px;
	width: 26px;
}

@media (max-width: 1039px) {
	/*
	 * Core paints the overlay white with
	 * .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open:not(.disable-default-overlay)
	 * which is specificity (0,5,0). Match its shape and add the header scope to
	 * land at (0,6,0) rather than reaching for !important.
	 */
	.vmt-site-header .wp-block-navigation:not(.has-background)
		.wp-block-navigation__responsive-container.is-menu-open:not(.disable-default-overlay) {
		background-color: var(--wp--preset--color--paper);
		padding: clamp(1rem, 4vw, 2rem);
	}

	.vmt-site-header .wp-block-navigation__responsive-container.is-menu-open
		.wp-block-navigation__responsive-container-content {
		align-items: stretch;
		display: flex;
		flex-direction: column;
		gap: 0;
		margin-top: 2.5rem;
		width: 100%;
	}

	.vmt-site-header .wp-block-navigation__responsive-container.is-menu-open
		.wp-block-navigation__container {
		gap: 0;
		width: 100%;
	}

	.vmt-site-header .wp-block-navigation__responsive-container.is-menu-open
		.wp-block-navigation-item {
		border-bottom: 1px solid var(--wp--preset--color--line);
		width: 100%;
	}

	/* full-width rows, generous tap target, serif to match the brand */
	.vmt-site-header .wp-block-navigation__responsive-container.is-menu-open
		.wp-block-navigation-item__content {
		align-items: center;
		color: var(--wp--preset--color--ink);
		display: flex;
		font-family: var(--wp--preset--font-family--serif);
		font-size: 1.55rem;
		font-weight: 400;
		letter-spacing: 0;
		min-height: 56px;
		padding-block: 0.35rem;
		text-transform: none;
		width: 100%;
	}

	/* the in-overlay call to action, styled as a button */
	.vmt-site-header .wp-block-navigation__responsive-container.is-menu-open
		.vmt-nav-cta {
		border-bottom: 0;
		display: block;
		margin-top: 2rem;
	}

	.vmt-site-header .wp-block-navigation__responsive-container.is-menu-open
		.vmt-nav-cta .wp-block-navigation-item__content {
		background: var(--wp--preset--color--teal);
		color: var(--wp--preset--color--white);
		font-family: var(--wp--preset--font-family--sans);
		font-size: 0.85rem;
		font-weight: 650;
		justify-content: center;
		letter-spacing: 0.05em;
		min-height: 54px;
		text-transform: uppercase;
	}

	/* the header CTA button is redundant once the menu carries one */
	.vmt-site-header .vmt-header-cta {
		display: none;
	}

	.vmt-site-header .wp-block-navigation__responsive-container-close {
		right: clamp(0.5rem, 2vw, 1rem);
		top: clamp(0.5rem, 2vw, 1rem);
	}
}

@media (prefers-reduced-motion: no-preference) {
	.vmt-site-header .wp-block-navigation__responsive-container.is-menu-open
		.wp-block-navigation-item {
		animation: vmt-nav-in 420ms cubic-bezier(0.16, 1, 0.3, 1) backwards;
	}

	.vmt-site-header .is-menu-open .wp-block-navigation-item:nth-child(1) { animation-delay: 40ms; }
	.vmt-site-header .is-menu-open .wp-block-navigation-item:nth-child(2) { animation-delay: 80ms; }
	.vmt-site-header .is-menu-open .wp-block-navigation-item:nth-child(3) { animation-delay: 120ms; }
	.vmt-site-header .is-menu-open .wp-block-navigation-item:nth-child(4) { animation-delay: 160ms; }
	.vmt-site-header .is-menu-open .wp-block-navigation-item:nth-child(5) { animation-delay: 200ms; }
	.vmt-site-header .is-menu-open .wp-block-navigation-item:nth-child(6) { animation-delay: 240ms; }

	@keyframes vmt-nav-in {
		from { opacity: 0; transform: translateY(10px); }
		to   { opacity: 1; transform: none; }
	}
}
