.vista-showreel {
	height: 100vh;
	min-height: 100vh;
	margin-block-start: 0 !important;
	padding: 0;
	background: var(--wp--preset--color--white);
}

@supports (height: 100dvh) {
	.vista-showreel {
		height: 100dvh;
		min-height: 100dvh;
	}
}

.vista-showreel .wp-block-cover__video-background {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.vista-works-section {
	margin-block-start: 0 !important;
}

.vista-works-heading-row {
	width: 100%;
	margin-block-start: 0 !important;
	gap: 2rem;
}

.vista-works-title {
	flex: 1 1 auto;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: clamp(2.5rem, 6vw, 6rem);
	padding-bottom: clamp(1.5rem, 3vw, 3rem);
	font-size: clamp(3rem, 7.5vw, 7.5rem);
	font-weight: 700;
	letter-spacing: -0.07em;
	line-height: 0.82;
}

.vista-works-filter {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	align-self: flex-end;
	gap: 0.55em;
	margin: 0 0 0 auto;
	padding-bottom: clamp(1.5rem, 3vw, 3rem);
	font-size: clamp(0.875rem, 1vw, 1rem);
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}

.vista-works-filter__link {
	color: inherit;
	text-decoration: none;
	transition: background-color 180ms ease;
}

.vista-works-filter__link.is-active {
	background: #5cbc9e;
	color: #000;
}

.vista-works-filter__link:hover,
.vista-works-filter__link:focus-visible {
	text-decoration: underline;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.12em;
	text-decoration-skip-ink: none;
}

.vista-works-filter__link.is-active:hover,
.vista-works-filter__link.is-active:focus-visible {
	text-decoration: none;
}

.vista-works-filter__separator {
	font-weight: 400;
}

.vista-works-section > .wp-block-query {
	margin-block-start: 0 !important;
}

.vista-about-content {
	margin-block-start: 0 !important;
	padding-bottom: clamp(3rem, 7vw, 7rem);
}

.vista-about-content > .wp-block-group {
	width: 100%;
	max-width: 100%;
}

.vista-about-content .has-x-large-font-size {
	font-weight: 700;
	letter-spacing: -0.045em;
	line-height: 1.04;
}

.vista-about-content p {
	max-width: 70rem;
}

.vista-services-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: clamp(3rem, 8vw, 10rem);
	margin-top: clamp(3rem, 6vw, 6rem);
}

.vista-services-grid > .vista-service-item {
	min-width: 0;
	margin: 0;
	padding: clamp(2.75rem, 4.5vw, 4.75rem) 0;
}

.vista-service-index {
	margin: 0 0 clamp(1.25rem, 2vw, 2rem);
	color: #c3c3c3;
	font-size: clamp(0.75rem, 0.7rem + 0.2vw, 0.95rem);
	line-height: 1;
}

.vista-services-grid .vista-service-title {
	margin: 0;
	font-size: clamp(1.35rem, 1.5vw, 2rem);
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1.08;
}

.vista-services-grid .vista-service-subtitle {
	margin: clamp(0.55rem, 1vw, 0.85rem) 0 0;
	color: #929292;
	font-size: clamp(0.9rem, 0.85rem + 0.15vw, 1.05rem);
	line-height: 1.4;
}

.vista-services-grid .vista-service-description {
	max-width: 28rem;
	margin: clamp(2rem, 3vw, 3.5rem) 0 0;
	color: #4e4e4e;
	font-size: clamp(0.9rem, 0.84rem + 0.15vw, 1rem);
	line-height: 1.8;
	word-break: keep-all;
}

.vista-about-content .vista-services-grid > .vista-services-divider {
	grid-column: 1 / -1;
	width: 100%;
	max-width: none;
	margin: 0;
	border-top: 1px dashed #cfcfcf;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	opacity: 1;
}

.vista-scope-heading,
.vista-process-heading {
	margin: clamp(6rem, 12vw, 12rem) 0 0;
	font-size: clamp(2rem, 4vw, 4rem);
	font-weight: 700;
	letter-spacing: -0.05em;
	line-height: 0.95;
	text-transform: uppercase;
}

.vista-process-list {
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	column-gap: clamp(1.25rem, 3vw, 4rem);
	margin-top: clamp(3rem, 6vw, 6rem);
}

.vista-process-list::before {
	position: absolute;
	top: 0.75rem;
	left: 10%;
	right: 10%;
	border-top: 1px solid #dedede;
	content: "";
}

.vista-process-list > .vista-process-step {
	position: relative;
	min-width: 0;
	margin: 0;
	padding-top: clamp(4.5rem, 6vw, 6rem);
	text-align: center;
}

.vista-process-list > .vista-process-step::before {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	background: #000;
	content: "";
	transform: translateX(-50%);
}

.vista-process-index {
	margin: 0 0 clamp(1.5rem, 2.5vw, 2.25rem);
	color: #c3c3c3;
	font-size: clamp(0.75rem, 0.7rem + 0.2vw, 0.95rem);
	line-height: 1;
}

.vista-process-list .vista-process-title {
	margin: 0;
	font-size: clamp(1.2rem, 1.35vw, 1.75rem);
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1.1;
}

.vista-process-list .vista-process-subtitle {
	margin: clamp(0.55rem, 1vw, 0.85rem) 0 0;
	color: #929292;
	font-size: clamp(0.9rem, 0.85rem + 0.15vw, 1.05rem);
	line-height: 1.4;
}

.vista-process-list .vista-process-description {
	max-width: 18rem;
	margin: clamp(1.75rem, 2.5vw, 2.75rem) auto 0;
	color: #4e4e4e;
	font-size: clamp(0.88rem, 0.82rem + 0.14vw, 1rem);
	line-height: 1.5;
	word-break: keep-all;
}

.vista-about-content .wp-block-separator {
	width: 100%;
	max-width: none;
	margin-top: clamp(2.5rem, 5vw, 5rem);
	margin-bottom: clamp(1.5rem, 3vw, 3rem);
	border-top: 1px solid currentColor;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	opacity: 0.45;
}

.vista-project-grid {
	display: block;
	margin: 0;
	padding: 0;
}

.vista-project-grid > li,
.vista-project-grid > li:nth-child(4n + 1),
.vista-project-grid > li:nth-child(4n + 2),
.vista-project-grid > li:nth-child(4n + 3),
.vista-project-grid > li:nth-child(4n + 4) {
	width: 100%;
	margin: 0;
	border-right: 0;
	border-bottom: 0;
	list-style: none;
}

.vista-project-card {
	position: relative;
	height: 256px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	isolation: isolate;
}

.vista-project-card > .wp-block-post-featured-image {
	position: absolute;
	inset: 0;
	z-index: 0;
	height: 256px;
	margin: 0 !important;
	overflow: hidden;
}

.vista-featured-media,
.vista-featured-media > a {
	display: block;
	width: 100%;
	height: 100%;
}

.vista-featured-media video,
.vista-featured-media img {
	display: block;
	width: 100%;
	height: calc(100% + 96px);
	max-width: none;
	object-fit: cover;
	object-position: center;
	background: var(--wp--preset--color--mist);
	filter: grayscale(1);
	transform: translate3d(0, var(--vista-parallax-y, -48px), 0);
	transition: filter 520ms ease;
	will-change: transform, filter;
	backface-visibility: hidden;
}

.vista-project-card:hover .vista-featured-media video,
.vista-project-card:hover .vista-featured-media img,
.vista-project-card:focus-within .vista-featured-media video,
.vista-project-card:focus-within .vista-featured-media img {
	filter: grayscale(0);
}

.vista-project-card > .wp-block-post-title {
	position: absolute;
	top: 50%;
	right: clamp(1rem, 4vw, 4rem);
	z-index: 2;
	width: min(64vw, 20ch);
	margin: 0;
	color: var(--wp--preset--color--white);
	text-align: right;
	text-shadow: 0 1px 18px rgba(0, 0, 0, 0.48);
	transform: translateY(-50%);
}

.vista-project-card > .wp-block-post-title a,
.vista-project-card > .wp-block-post-title a:hover,
.vista-project-card > .wp-block-post-title a:focus-visible {
	color: inherit;
	opacity: 1;
	text-decoration: none;
}

.vista-more-card {
	background: var(--wp--preset--color--ink);
}

.vista-more-card > .vista-more-link {
	width: 100%;
	height: 100%;
	margin: 0;
}

.vista-more-card > .vista-more-link a {
	display: flex;
	box-sizing: border-box;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	height: 100%;
	padding-inline: clamp(1rem, 4vw, 4rem);
	color: var(--wp--preset--color--white);
	text-align: right;
	text-decoration: none;
	transition: opacity 220ms ease;
}

.vista-more-card > .vista-more-link a:hover,
.vista-more-card > .vista-more-link a:focus-visible {
	opacity: 0.58;
}

body.single-post {
	overflow: hidden;
}

body.single-post > .wp-site-blocks {
	display: grid;
	grid-template-rows: auto minmax(0, 1fr);
	height: 100vh;
	min-height: 0;
}

body.admin-bar.single-post > .wp-site-blocks {
	height: calc(100vh - 32px);
}

@supports (height: 100dvh) {
	body.single-post > .wp-site-blocks {
		height: 100dvh;
	}

	body.admin-bar.single-post > .wp-site-blocks {
		height: calc(100dvh - 32px);
	}
}

.vista-single-layout {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
	height: 100%;
	min-height: 0;
	margin-block-start: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	background: #000;
}

body.single-post .vista-single-layout {
	-webkit-user-select: none;
	user-select: none;
}

body.single-post .vista-single-layout :where(input, textarea, [contenteditable="true"]) {
	-webkit-user-select: text;
	user-select: text;
}

.vista-single-media-pane,
.vista-single-copy-pane {
	min-width: 0;
	min-height: 0;
	height: 100%;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.vista-single-media-pane::-webkit-scrollbar,
.vista-single-copy-pane::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
}

.vista-single-media-pane {
	overflow-anchor: none;
}

.vista-single-media-flow {
	--vista-media-start-space: 25vh;
	--vista-media-end-space: 50vh;
	width: 100%;
	min-height: 100%;
	margin: 0;
	padding-top: var(--vista-media-start-space);
	padding-bottom: var(--vista-media-end-space);
}

.vista-single-media-content {
	width: 100%;
	margin: 0;
}

.vista-single-media-flow > * + * {
	margin-block-start: 0 !important;
}

.vista-single-media-first:not(:empty) + .vista-single-media-rest:not(:empty) {
	margin-top: 4rem !important;
}

@supports (height: 100dvh) {
	.vista-single-media-flow {
		--vista-media-start-space: 25dvh;
		--vista-media-end-space: 50dvh;
	}
}

.vista-single-media-content :where(.alignwide, .alignfull),
.vista-single-text-content :where(.alignwide, .alignfull) {
	width: 100%;
	max-width: 100%;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.vista-single-media-content .wp-block-image,
.vista-single-media-content .wp-block-video,
.vista-single-media-content .wp-block-gallery,
.vista-single-media-content .wp-block-cover,
.vista-single-media-content .wp-block-embed,
.vista-single-media-content .wp-block-audio,
.vista-single-featured-fallback {
	width: 100%;
	max-width: none;
	margin-block: 0 !important;
}

body.single-post .vista-single-media-content > * + * {
	margin-top: 4rem !important;
}

.vista-single-media-content img,
.vista-single-media-content video,
.vista-single-media-content iframe,
.vista-single-featured-fallback img {
	display: block;
	width: 100%;
	max-width: none;
	height: auto;
}

body.single-post .vista-single-media-content :where(img, picture, video) {
	-webkit-user-drag: none;
	-webkit-touch-callout: none;
}

.vista-single-copy-pane {
	background: var(--wp--preset--color--paper);
}

.vista-single-copy-inner {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	margin: 0;
	padding: clamp(6rem, 10vh, 8rem) clamp(1.5rem, 3vw, 4rem) clamp(1.5rem, 3vw, 4rem);
}

.vista-single-title {
	max-width: none;
	margin: 0;
	font-size: clamp(2.3rem, 4vw, 5.5rem);
	font-weight: 700;
	line-height: 0.92;
	text-transform: uppercase;
}

.vista-single-text-content {
	margin-top: clamp(2rem, 4vw, 4.5rem);
}

.vista-single-text-content :where(p, li) {
	font-size: clamp(0.875rem, 0.84rem + 0.15vw, 0.94rem);
}

.vista-single-text-content > :nth-child(-n + 3) {
	color: #3f3f3f;
	font-size: clamp(0.72rem, 0.7rem + 0.1vw, 0.8rem);
	line-height: 1.45;
}

.vista-single-text-content > :nth-child(3) {
	margin-bottom: clamp(1.5rem, 2.5vw, 2.5rem);
	padding-bottom: clamp(1.5rem, 2.5vw, 2.5rem);
	border-bottom: 1px solid #d8d8d8;
}

.vista-single-text-content > :first-child {
	margin-top: 0;
}

.vista-single-text-content > :last-child {
	margin-bottom: 0;
}

.vista-single-text-content hr,
.vista-single-text-content .wp-block-separator {
	display: none;
}

.vista-single-navigation {
	width: 100%;
	margin-block-start: auto !important;
	padding-top: clamp(3rem, 7vw, 7rem);
	border: 0;
	gap: 1.5rem;
	align-items: flex-end;
}

.vista-single-navigation > * {
	flex: 1 1 50%;
	min-width: 0;
}

.vista-single-navigation > :last-child {
	text-align: right;
}

.vista-single-navigation a {
	text-decoration: none;
}

@media (max-width: 900px) {
	body.single-post {
		overflow: auto;
	}

	body.single-post > .wp-site-blocks,
	body.admin-bar.single-post > .wp-site-blocks {
		display: block;
		height: auto;
		min-height: 100%;
	}

	.vista-single-layout {
		display: flex;
		flex-direction: column;
		height: auto;
		overflow: visible;
	}

	.vista-single-media-pane {
		display: contents;
	}

	.vista-single-media-flow {
		display: contents;
		min-height: 0;
		padding: 0 !important;
	}

	.vista-single-media-first {
		order: 1;
	}

	.vista-single-copy-pane {
		order: 2;
	}

	.vista-single-media-rest {
		order: 3;
	}

	.vista-single-copy-pane {
		height: auto;
		overflow: visible;
		overscroll-behavior: auto;
	}

	.vista-single-copy-inner {
		min-height: 0;
		padding: clamp(2.5rem, 8vw, 4rem) 1rem;
	}
}

@media (max-width: 780px) {
	.vista-works-heading-row {
		flex-wrap: wrap !important;
		gap: 0;
	}

	.vista-works-heading-row .vista-works-title {
		flex-basis: 100%;
	}

	.vista-works-title {
		font-size: clamp(2.625rem, 14.25vw, 5.25rem);
	}

	.vista-works-filter {
		padding-bottom: clamp(1.5rem, 6vw, 2.5rem);
		font-size: 0.95rem;
	}

	.vista-services-grid {
		grid-template-columns: 1fr;
		margin-top: clamp(2.5rem, 10vw, 4rem);
	}

	.vista-services-grid > .vista-service-item {
		padding: 2.5rem 0;
		border-bottom: 1px dashed #d3d3d3;
	}

	.vista-services-grid > .vista-service-item:last-child {
		border-bottom: 0;
	}

	.vista-about-content .vista-services-grid > .vista-services-divider {
		display: none;
	}

	.vista-services-grid .vista-service-description {
		margin-top: 1.5rem;
	}

	.vista-process-list {
		grid-template-columns: 1fr;
		margin-top: clamp(2.5rem, 10vw, 4rem);
	}

	.vista-scope-heading,
	.vista-process-heading {
		margin-top: clamp(4rem, 16vw, 6rem);
		font-size: clamp(2rem, 10vw, 3rem);
	}

	.vista-process-list::before {
		display: none;
	}

	.vista-process-list > .vista-process-step {
		padding: 0 0 3.5rem 3.25rem;
		text-align: left;
	}

	.vista-process-list > .vista-process-step::before {
		left: 0;
		transform: none;
	}

	.vista-process-list > .vista-process-step::after {
		position: absolute;
		top: 1.5rem;
		bottom: 0;
		left: 0.75rem;
		border-left: 1px solid #dedede;
		content: "";
	}

	.vista-process-list > .vista-process-step:last-child {
		padding-bottom: 0;
	}

	.vista-process-list > .vista-process-step:last-child::after {
		display: none;
	}

	.vista-process-list .vista-process-description {
		max-width: 30rem;
		margin: 1.5rem 0 0;
	}

	.vista-project-card > .wp-block-post-title {
		right: 1rem;
		width: min(78vw, 18ch);
	}
}

@media (prefers-reduced-motion: reduce) {
	.vista-featured-media video,
	.vista-featured-media img {
		transform: translate3d(0, -48px, 0);
		transition: none;
		will-change: auto;
	}
}



