/* =========================================================
   VERANDA SPECIAL — HOMEPAGE
   ========================================================= */

:root {
	--vs-dark: #0d141a;
	--vs-dark-soft: #151e25;
	--vs-accent: var(--wp--preset--color--color-3, #d13f56);
	--vs-accent-dark: #a92d42;
	--vs-light: #f6f6f7;
	--vs-white: #ffffff;
	--vs-text: #20272d;
	--vs-muted: #66717a;
	--vs-border: rgba(13, 20, 26, 0.12);
	--vs-radius: 18px;
	--vs-shadow: 0 22px 60px rgba(13, 20, 26, 0.12);
}

.vs-section {
	padding-top: clamp(72px, 9vw, 128px);
	padding-bottom: clamp(72px, 9vw, 128px);
}

.vs-section > .alignwide,
.vs-trust-strip > .alignwide,
.vs-cta-section > .alignwide,
.vs-hero .alignwide {
	width: min(1180px, calc(100% - 40px));
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
}

.vs-eyebrow {
	margin: 0 0 18px;
	color: #ffffff;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	line-height: 1.4;
	text-transform: uppercase;
}

.vs-eyebrow-dark {
	color: var(--vs-accent);
}

.vs-section-title {
	max-width: 820px;
	margin-top: 0;
	margin-bottom: 20px;
	color: var(--vs-dark);
	font-size: clamp(2.1rem, 4.3vw, 4.2rem) !important;
	font-weight: 750;
	letter-spacing: -0.045em;
	line-height: 1.03;
}

.vs-section-title-light {
	color: #ffffff;
}

.vs-section-intro {
	max-width: 730px;
	margin: 0;
	color: var(--vs-muted);
	line-height: 1.75;
}

.vs-section-heading {
	margin-bottom: clamp(38px, 5vw, 64px);
}

.vs-section-heading-centered {
	text-align: center;
}

.vs-section-heading-centered .vs-section-title {
	margin-left: auto;
	margin-right: auto;
}


/* HERO */
.vs-hero {
	position: relative;
	isolation: isolate;
}

.vs-hero .wp-block-cover__background {
	background:
		linear-gradient(
			90deg,
			rgba(5, 8, 11, 0.94) 0%,
			rgba(5, 8, 11, 0.77) 50%,
			rgba(5, 8, 11, 0.48) 100%
		) !important;
	opacity: 1 !important;
}

.vs-hero .wp-block-cover__image-background {
	filter: saturate(0.9) contrast(1.08);
}

.vs-hero-inner {
	padding-top: 110px;
	padding-bottom: 110px;
}

.vs-hero-title {
	max-width: 900px;
	margin: 0 0 28px;
	color: #ffffff;
	font-size: clamp(3rem, 7vw, 6.6rem) !important;
	font-weight: 800;
	letter-spacing: -0.06em;
	line-height: 0.94;
	text-wrap: balance;
}

.vs-hero-copy {
	max-width: 720px;
	margin: 0 0 36px;
	color: rgba(255, 255, 255, 0.84);
	line-height: 1.7;
}

.vs-hero-buttons,
.vs-cta-buttons {
	gap: 14px;
}

.vs-button .wp-block-button__link {
	min-height: 52px;
	padding: 15px 28px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-weight: 750;
	transition:
		background-color 0.25s ease,
		border-color 0.25s ease,
		color 0.25s ease,
		transform 0.25s ease;
}

.vs-button .wp-block-button__link:hover {
	transform: translateY(-2px);
}

.vs-button-primary .wp-block-button__link {
	background: var(--vs-accent);
	color: #ffffff;
}

.vs-button-primary .wp-block-button__link:hover {
	background: var(--vs-accent-dark);
}

.vs-button-secondary .wp-block-button__link {
	border-color: rgba(255, 255, 255, 0.72) !important;
	background: transparent !important;
	color: #ffffff !important;
}

.vs-button-secondary .wp-block-button__link:hover {
	border-color: #ffffff !important;
	background: #ffffff !important;
	color: var(--vs-dark) !important;
}

.vs-hero-contact {
	margin-top: 26px;
	margin-bottom: 0;
}

.vs-hero-contact a {
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.94rem;
	font-weight: 650;
	text-decoration: none;
}

.vs-hero-contact a:hover {
	color: #ffffff;
	text-decoration: underline;
	text-underline-offset: 4px;
}


/* TRUST STRIP */
.vs-trust-strip {
	position: relative;
	z-index: 3;
	background: var(--vs-dark);
	color: #ffffff;
}

.vs-trust-grid {
	gap: 0 !important;
}

.vs-trust-item {
	position: relative;
	padding: 32px 34px;
	border-right: 1px solid rgba(255, 255, 255, 0.13);
}

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

.vs-trust-item h3 {
	margin: 0 0 8px;
	color: #ffffff;
	font-size: 1.02rem;
}

.vs-trust-item p {
	margin: 0;
	color: rgba(255, 255, 255, 0.63);
	font-size: 0.92rem;
	line-height: 1.6;
}


/* SERVICES */
.vs-services-section {
	background: var(--vs-light);
}

.vs-service-grid {
	gap: 24px;
}

.vs-service-card {
	overflow: hidden;
	height: 100%;
	padding: 0;
	background: var(--vs-white);
	border: 1px solid var(--vs-border);
	border-radius: var(--vs-radius);
	box-shadow: 0 10px 36px rgba(13, 20, 26, 0.06);
	transition:
		box-shadow 0.3s ease,
		transform 0.3s ease;
}

.vs-service-card:hover {
	box-shadow: var(--vs-shadow);
	transform: translateY(-6px);
}

.vs-service-image {
	overflow: hidden;
	margin: 0;
	aspect-ratio: 4 / 3;
}

.vs-service-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.vs-service-card:hover .vs-service-image img {
	transform: scale(1.045);
}

.vs-service-content {
	padding: 28px 28px 30px;
}

.vs-service-number {
	margin: 0 0 18px;
	color: var(--vs-accent);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.16em;
}

.vs-service-content h3 {
	margin: 0 0 14px;
	color: var(--vs-dark);
	font-size: 1.45rem;
	line-height: 1.2;
}

.vs-service-content > p:not(.vs-service-number):not(.vs-text-link) {
	min-height: 5.2em;
	margin: 0;
	color: var(--vs-muted);
	line-height: 1.7;
}

.vs-text-link {
	margin: 24px 0 0;
}

.vs-text-link a,
.vs-all-projects-link a {
	color: var(--vs-accent);
	font-weight: 750;
	text-decoration: none;
}

.vs-text-link a:hover,
.vs-all-projects-link a:hover {
	text-decoration: underline;
	text-underline-offset: 5px;
}


/* PROJECT CAROUSEL */
.vs-projects-section {
	overflow: hidden;
	background:
		radial-gradient(circle at 85% 0%, rgba(209, 63, 86, 0.18), transparent 34%),
		var(--vs-dark);
	color: #ffffff;
}

/*
 * Featured Work uses a slightly wider container than the other sections.
 * This prevents the project card from being constrained to the theme's
 * normal content width.
 */
.vs-projects-section > .vs-projects-header {
	width: min(1320px, calc(100% - 40px)) !important;
	max-width: 1320px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

/*
 * Break the carousel out of every constrained WordPress wrapper so the
 * project card spans nearly the full browser width.
 */
.vs-projects-section > .vs-project-carousel {
	position: relative;
	left: 50%;
	width: calc(100vw - 32px) !important;
	max-width: 1680px !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	transform: translateX(-50%);
}

.vs-projects-header {
	gap: 30px;
	margin-bottom: 42px;
}

.vs-projects-heading-copy {
	margin-left: 0 !important;
}

.vs-projects-intro {
	max-width: 660px;
	margin: 0;
	color: rgba(255, 255, 255, 0.66);
	line-height: 1.7;
}

.vs-all-projects-link {
	margin: 0 0 8px;
	white-space: nowrap;
}

.vs-all-projects-link a {
	color: #ffffff;
}

.vs-project-carousel {
	position: relative;
}

/*
 * A constrained WordPress Group can otherwise make the Query block narrow.
 * These rules force the project card to fill the entire carousel width.
 */
.vs-project-carousel > .vs-project-slider-query,
.vs-project-slider-query {
	position: relative;
	overflow: hidden;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 24px;
	background: var(--vs-dark-soft);
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
}

.vs-project-slider-query > .wp-block-post-template {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
}

.vs-project-slider-query > .wp-block-query-no-results {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
}

.vs-project-slider-track {
	position: relative;
	display: grid !important;
	grid-template-columns: minmax(0, 1fr);
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

/*
 * Every project occupies the same fixed card. The card and text panel do not
 * move. Only the image panel slides horizontally.
 */
.vs-project-slider-track > li {
	position: relative;
	z-index: 0;
	grid-area: 1 / 1;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	pointer-events: none;
}

.vs-project-carousel:not(.is-carousel-ready) .vs-project-slider-track > li:first-child,
.vs-project-slider-track > li.is-active {
	z-index: 3;
	pointer-events: auto;
}

.vs-project-slider-track > li.is-leaving {
	z-index: 2;
}

/*
 * Project text changes immediately. There is deliberately no text animation.
 */
.vs-project-slider-track > li .vs-project-copy {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.vs-project-slider-track > li.is-active .vs-project-copy,
.vs-project-carousel:not(.is-carousel-ready)
	.vs-project-slider-track > li:first-child
	.vs-project-copy {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

/*
 * Image transition states. JavaScript assigns the direction based on the
 * arrow, keyboard key, autoplay direction, dot selection, or swipe.
 */
.vs-project-slider-track > li .vs-project-media {
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0, 0, 0);
	transition:
		transform 0.62s cubic-bezier(0.22, 1, 0.36, 1),
		opacity 0.62s ease,
		visibility 0s linear 0.62s;
	will-change: transform;
}

.vs-project-carousel:not(.is-carousel-ready)
	.vs-project-slider-track > li:first-child
	.vs-project-media,
.vs-project-slider-track > li.is-active .vs-project-media,
.vs-project-slider-track > li.is-leaving .vs-project-media,
.vs-project-slider-track > li.is-entering .vs-project-media {
	opacity: 1;
	visibility: visible;
	transition-delay: 0s;
}

.vs-project-slider-track > li.is-entering-from-right .vs-project-media {
	transform: translate3d(100%, 0, 0);
}

.vs-project-slider-track > li.is-entering-from-left .vs-project-media {
	transform: translate3d(-100%, 0, 0);
}

.vs-project-slider-track > li.is-leaving-left .vs-project-media {
	transform: translate3d(-100%, 0, 0);
}

.vs-project-slider-track > li.is-leaving-right .vs-project-media {
	transform: translate3d(100%, 0, 0);
}

.vs-project-slide {
	width: 100% !important;
	height: 100%;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

/*
 * WordPress adds "has-global-padding" and "is-layout-constrained" to the
 * slide Group. Without these overrides, the Columns block is restricted to
 * the theme's normal content width and leaves a large empty area in the card.
 */
.vs-project-slide.has-global-padding {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.vs-project-slide.is-layout-constrained > .vs-project-columns,
.vs-project-slide > .vs-project-columns {
	width: 100% !important;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.vs-project-columns {
	display: flex !important;
	width: 100% !important;
	max-width: none !important;
	min-height: 640px;
	margin: 0 !important;
	padding: 0 !important;
	gap: 0 !important;
}

.vs-project-media,
.vs-project-copy {
	margin: 0 !important;
}

.vs-project-media {
	position: relative;
	flex-basis: 72% !important;
	overflow: hidden;
	min-width: 0;
	background: #090d10;
	isolation: isolate;
}

/*
 * A blurred copy of the featured image fills any unused space while the
 * sharp foreground image remains fully visible and uncropped.
 */
.vs-project-media::before {
	position: absolute;
	inset: -36px;
	z-index: 0;
	background-image: var(--vs-project-bg, none);
	background-position: center;
	background-size: cover;
	content: "";
	filter: blur(28px) saturate(0.85);
	opacity: 0.42;
	transform: scale(1.12);
	pointer-events: none;
}

.vs-project-media::after {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(to top, rgba(0, 0, 0, 0.62), transparent 38%),
		linear-gradient(90deg, rgba(0, 0, 0, 0.16), transparent 20%, transparent 80%, rgba(0, 0, 0, 0.16));
	content: "";
	pointer-events: none;
}

.vs-project-image {
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 640px;
	margin: 0;
}

.vs-project-image a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.vs-project-image img {
	display: block;
	width: 100%;
	height: 100% !important;
	max-height: none !important;
	object-fit: contain !important;
	object-position: center;
	transition:
		opacity 0.3s ease,
		transform 0.45s ease;
}

.vs-project-slide:hover .vs-project-image img {
	opacity: 0.97;
	transform: scale(1.008);
}

.vs-project-copy {
	display: flex;
	flex-basis: 28% !important;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	min-height: 640px;
	padding: clamp(34px, 4vw, 58px);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.06), transparent 60%);
}

.vs-project-label {
	margin: 0 0 22px;
	color: var(--vs-accent);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.16em;
}

.vs-project-title {
	max-width: 100%;
	margin: 0 0 22px;
	font-size: clamp(2rem, 2.4vw, 3.2rem);
	line-height: 1.02;
	letter-spacing: -0.045em;
	overflow-wrap: normal;
	word-break: normal;
	hyphens: none;
}

.vs-project-title a {
	color: #ffffff;
	text-decoration: none;
}

.vs-project-title a:hover {
	color: rgba(255, 255, 255, 0.78);
}

.vs-project-excerpt {
	margin: 0 0 30px;
	color: rgba(255, 255, 255, 0.67);
	line-height: 1.75;
}

.vs-project-excerpt p {
	margin: 0;
}

.vs-project-link {
	display: inline-block;
	width: fit-content;
	color: #ffffff;
	font-weight: 750;
	text-decoration: none;
}

.vs-project-link:hover {
	color: var(--vs-accent);
}

.vs-project-empty {
	padding: 45px;
	color: rgba(255, 255, 255, 0.72);
	text-align: center;
}

/*
 * JavaScript places this layer inside the Query/card itself. It stays fixed
 * while project images slide underneath it.
 */
.vs-carousel-controls {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 30;
	width: 72%;
	height: 640px;
	margin: 0;
	pointer-events: none;
}

.vs-carousel-arrows {
	display: contents;
}

.vs-carousel-arrow {
	position: absolute;
	top: 50%;
	z-index: 4;
	display: inline-grid;
	place-items: center;
	width: 54px;
	height: 54px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.46);
	border-radius: 50%;
	background: rgba(5, 8, 11, 0.62);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	color: #ffffff;
	font: inherit;
	font-size: 1.3rem;
	line-height: 1;
	cursor: pointer;
	pointer-events: auto;
	transform: translateY(-50%);
	transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		transform 0.2s ease;
}

.vs-carousel-prev {
	left: 30px;
}

.vs-carousel-next {
	right: 30px;
}

.vs-carousel-arrow:hover,
.vs-carousel-arrow:focus-visible {
	border-color: var(--vs-accent);
	background: var(--vs-accent);
	transform: translateY(-50%) scale(1.05);
}

/*
 * Dots and slide count share one fixed bar at the bottom center of the image.
 */
.vs-carousel-progress {
	position: absolute;
	bottom: 22px;
	left: 50%;
	z-index: 4;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 10px 14px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 999px;
	background: rgba(5, 8, 11, 0.64);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
	pointer-events: auto;
	transform: translateX(-50%);
}

.vs-carousel-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0;
	padding: 0;
}

.vs-carousel-dot {
	width: 8px;
	height: 8px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.46);
	cursor: pointer;
	transition:
		background-color 0.25s ease,
		width 0.25s ease;
}

.vs-carousel-dot.is-active {
	width: 26px;
	background: var(--vs-accent);
}

.vs-carousel-status {
	min-width: 54px;
	margin: 0;
	padding-left: 12px;
	border-left: 1px solid rgba(255, 255, 255, 0.24);
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.78rem;
	font-variant-numeric: tabular-nums;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	pointer-events: none;
}

.vs-project-carousel.has-one-slide .vs-carousel-controls {
	display: none;
}


/* ABOUT */
.vs-about-section {
	background: #ffffff;
}

.vs-about-columns {
	gap: clamp(38px, 8vw, 110px);
}

.vs-about-heading {
	position: relative;
	padding-right: clamp(0px, 4vw, 48px);
}

.vs-about-copy {
	padding-left: clamp(0px, 4vw, 48px);
	border-left: 1px solid var(--vs-border);
}

.vs-about-copy p {
	color: var(--vs-muted);
	line-height: 1.8;
}

.vs-about-copy .has-large-font-size {
	margin-top: 0;
	color: var(--vs-text);
	font-weight: 500;
	line-height: 1.55;
}

.vs-dark-outline-button .wp-block-button__link {
	padding: 13px 25px;
	border: 1px solid var(--vs-dark) !important;
	border-radius: 999px;
	background: transparent !important;
	color: var(--vs-dark) !important;
	font-weight: 750;
}

.vs-dark-outline-button .wp-block-button__link:hover {
	background: var(--vs-dark) !important;
	color: #ffffff !important;
}


/* WHY CHOOSE US */
.vs-why-section {
	background: var(--vs-light);
}

.vs-why-grid {
	gap: 18px;
}

.vs-why-card {
	height: 100%;
	padding: 30px;
	border: 1px solid var(--vs-border);
	border-radius: 15px;
	background: #ffffff;
	transition:
		border-color 0.25s ease,
		box-shadow 0.25s ease,
		transform 0.25s ease;
}

.vs-why-card:hover {
	border-color: rgba(209, 63, 86, 0.35);
	box-shadow: 0 16px 45px rgba(13, 20, 26, 0.08);
	transform: translateY(-4px);
}

.vs-why-icon {
	margin: 0 0 42px;
	color: var(--vs-accent);
	font-size: 0.8rem;
	font-weight: 850;
	letter-spacing: 0.15em;
}

.vs-why-card h3 {
	margin: 0 0 12px;
	color: var(--vs-dark);
	font-size: 1.2rem;
}

.vs-why-card p:last-child {
	margin: 0;
	color: var(--vs-muted);
	line-height: 1.65;
}


/* FINAL CTA */
.vs-cta-section {
	overflow: hidden;
	padding-top: clamp(78px, 10vw, 140px);
	padding-bottom: clamp(78px, 10vw, 140px);
	background:
		radial-gradient(circle at 15% 20%, rgba(209, 63, 86, 0.24), transparent 34%),
		linear-gradient(135deg, #0d141a, #18232c);
	color: #ffffff;
}

.vs-cta-inner {
	text-align: center;
}

.vs-cta-inner .vs-eyebrow {
	color: var(--vs-accent);
}

.vs-cta-title {
	max-width: 900px;
	margin: 0 auto 22px;
	color: #ffffff;
	font-size: clamp(2.5rem, 5.2vw, 5rem) !important;
	font-weight: 800;
	letter-spacing: -0.055em;
	line-height: 1;
	text-wrap: balance;
}

.vs-cta-copy {
	max-width: 700px;
	margin: 0 auto 34px;
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.7;
}

.vs-cta-buttons {
	justify-content: center;
}

.vs-cta-details {
	margin: 28px 0 0;
	color: rgba(255, 255, 255, 0.52);
	font-size: 0.9rem;
}


/* KEYBOARD ACCESSIBILITY */
.vs-projects-section a:focus-visible,
.vs-services-section a:focus-visible,
.vs-about-section a:focus-visible,
.vs-cta-section a:focus-visible,
.vs-hero a:focus-visible,
.vs-carousel-arrow:focus-visible,
.vs-carousel-dot:focus-visible {
	outline: 3px solid #ffffff;
	outline-offset: 4px;
}


/* TABLET */
@media (max-width: 980px) {
	.vs-hero {
		min-height: 650px !important;
	}

	.vs-projects-section > .vs-projects-header {
		width: min(100% - 32px, 1320px) !important;
	}

	.vs-projects-section > .vs-project-carousel {
		width: calc(100vw - 24px) !important;
	}

	.vs-project-columns {
		min-height: 540px;
	}

	.vs-project-media {
		flex-basis: 66% !important;
	}

	.vs-project-copy {
		flex-basis: 34% !important;
		min-height: 540px;
		padding: 34px;
	}

	.vs-project-image {
		height: 540px;
	}

	.vs-carousel-controls {
		width: 66%;
		height: 540px;
	}

	.vs-project-title {
		font-size: clamp(1.85rem, 3.3vw, 2.8rem);
	}

	.vs-about-copy {
		padding-left: 32px;
	}
}


/* MOBILE */
@media (max-width: 781px) {
	.vs-section > .alignwide,
	.vs-trust-strip > .alignwide,
	.vs-cta-section > .alignwide,
	.vs-hero .alignwide {
		width: min(100% - 28px, 1180px);
	}

	.vs-section {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.vs-hero {
		min-height: 620px !important;
	}

	.vs-hero .wp-block-cover__background {
		background:
			linear-gradient(
				180deg,
				rgba(5, 8, 11, 0.79) 0%,
				rgba(5, 8, 11, 0.92) 100%
			) !important;
	}

	.vs-hero-inner {
		padding-top: 88px;
		padding-bottom: 76px;
	}

	.vs-hero-title {
		font-size: clamp(2.7rem, 13vw, 4.4rem) !important;
		line-height: 0.98;
	}

	.vs-hero-copy {
		font-size: 1.08rem !important;
	}

	.vs-hero-buttons,
	.vs-cta-buttons {
		align-items: stretch;
		flex-direction: column;
		width: 100%;
	}

	.vs-hero-buttons .wp-block-button,
	.vs-cta-buttons .wp-block-button {
		width: 100%;
	}

	.vs-hero-buttons .wp-block-button__link,
	.vs-cta-buttons .wp-block-button__link {
		width: 100%;
		text-align: center;
	}

	.vs-trust-grid {
		display: block !important;
	}

	.vs-trust-item {
		padding: 25px 4px;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.13);
	}

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

	.vs-service-content > p:not(.vs-service-number):not(.vs-text-link) {
		min-height: 0;
	}

	.vs-projects-header {
		align-items: flex-start !important;
		flex-direction: column;
	}

	.vs-projects-section > .vs-projects-header {
		width: min(100% - 28px, 1320px) !important;
	}

	.vs-projects-section > .vs-project-carousel {
		width: calc(100vw - 16px) !important;
	}

	.vs-project-columns {
		display: block !important;
		min-height: 0;
	}

	.vs-project-media,
	.vs-project-copy {
		width: 100%;
		flex-basis: 100% !important;
	}

	.vs-project-image {
		width: 100%;
		height: clamp(320px, 84vw, 460px);
		min-height: 0;
	}

	.vs-carousel-controls {
		width: 100%;
		height: clamp(320px, 84vw, 460px);
	}

	.vs-project-copy {
		min-height: 0;
		padding: 32px 24px 38px;
	}

	.vs-project-title {
		font-size: clamp(2rem, 9.5vw, 2.9rem);
	}

	.vs-carousel-prev {
		left: 16px;
	}

	.vs-carousel-next {
		right: 16px;
	}

	.vs-carousel-arrow {
		width: 46px;
		height: 46px;
	}

	.vs-carousel-progress {
		bottom: 14px;
		gap: 9px;
		padding: 8px 11px;
	}

	.vs-carousel-dots {
		gap: 7px;
	}

	.vs-carousel-status {
		min-width: 48px;
		padding-left: 9px;
		font-size: 0.72rem;
	}

	.vs-about-columns {
		gap: 28px;
	}

	.vs-about-copy {
		padding-left: 0;
		border-left: 0;
	}

	.vs-why-icon {
		margin-bottom: 28px;
	}

	.vs-cta-details {
		line-height: 1.7;
	}
}


/* REDUCED MOTION */
@media (prefers-reduced-motion: reduce) {
	html:focus-within {
		scroll-behavior: auto;
	}

	.vs-project-slider-track > li .vs-project-media,
	.vs-service-card,
	.vs-service-image img,
	.vs-project-image img,
	.vs-button .wp-block-button__link,
	.vs-carousel-arrow,
	.vs-carousel-dot,
	.vs-why-card {
		transition: none !important;
	}
}

/* =========================================================
   VERANDA SPECIAL — FEATURED PROJECTS REPLACEMENT
   Uses unique vs2 class names to avoid conflicts with the
   older carousel CSS and JavaScript on the page.
   ========================================================= */

.vs2-projects-section {
	overflow: hidden;
	padding-top: clamp(72px, 9vw, 128px);
	padding-bottom: clamp(72px, 9vw, 128px);
	background:
		radial-gradient(circle at 85% 0%, rgba(209, 63, 86, 0.18), transparent 34%),
		#0d141a;
	color: #ffffff;
}

.vs2-projects-section > .vs2-projects-header,
.vs2-projects-section > .vs2-project-carousel {
	width: min(1320px, calc(100% - 40px)) !important;
	max-width: 1320px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

.vs2-projects-header {
	display: flex !important;
	align-items: flex-end !important;
	justify-content: space-between !important;
	gap: 30px;
	margin-bottom: 42px;
}

.vs2-projects-heading-copy {
	margin-left: 0 !important;
}

.vs2-eyebrow {
	margin: 0 0 18px;
	color: #ffffff;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	line-height: 1.4;
	text-transform: uppercase;
}

.vs2-projects-title {
	max-width: 820px;
	margin-top: 0;
	margin-bottom: 20px;
	color: #ffffff;
	font-size: clamp(2.1rem, 4.3vw, 4.2rem) !important;
	font-weight: 750;
	letter-spacing: -0.045em;
	line-height: 1.03;
}

.vs2-projects-intro {
	max-width: 660px;
	margin: 0;
	color: rgba(255, 255, 255, 0.66);
	line-height: 1.7;
}

.vs2-all-projects-link {
	margin: 0 0 8px;
	white-space: nowrap;
}

.vs2-all-projects-link a {
	color: #ffffff;
	font-weight: 750;
	text-decoration: none;
}

.vs2-all-projects-link a:hover {
	text-decoration: underline;
	text-underline-offset: 5px;
}

.vs2-project-carousel {
	position: relative;
}

.vs2-project-query {
	position: relative;
	overflow: hidden;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 24px;
	background: #151e25;
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
}

.vs2-project-query > .wp-block-post-template,
.vs2-project-track {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.vs2-project-track {
	position: relative;
	display: grid !important;
	grid-template-columns: minmax(0, 1fr);
}

.vs2-project-track > li {
	position: relative;
	z-index: 0;
	grid-area: 1 / 1;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	pointer-events: none;
}

.vs2-project-carousel:not(.is-ready) .vs2-project-track > li:first-child,
.vs2-project-track > li.is-active {
	z-index: 3;
	pointer-events: auto;
}

.vs2-project-track > li.is-leaving {
	z-index: 2;
}

.vs2-project-slide,
.vs2-project-slide.has-global-padding {
	width: 100% !important;
	max-width: none !important;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

.vs2-project-slide > .vs2-project-columns,
.vs2-project-slide.is-layout-constrained > .vs2-project-columns {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
}

.vs2-project-columns {
	display: grid !important;
	grid-template-columns: minmax(0, 68%) minmax(0, 32%);
	width: 100% !important;
	max-width: none !important;
	min-height: 640px;
	margin: 0 !important;
	padding: 0 !important;
	gap: 0 !important;
}

.vs2-project-media,
.vs2-project-copy {
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	box-sizing: border-box;
}

.vs2-project-media {
	position: relative;
	grid-column: 1;
	height: 640px;
	min-width: 0;
	overflow: hidden;
	background: #090d10;
}

.vs2-project-image {
	position: relative;
	display: block;
	width: 100% !important;
	max-width: none !important;
	height: 640px !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
}

.vs2-project-image a {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vs2-project-image img {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	height: 100% !important;
	max-height: none !important;
	margin: 0 !important;
	object-fit: cover !important;
	object-position: center center !important;
	transition: opacity 0.3s ease, transform 0.45s ease;
}

.vs2-project-media::after {
	position: absolute;
	inset: 0;
	z-index: 2;
	background:
		linear-gradient(to top, rgba(0, 0, 0, 0.58), transparent 38%),
		linear-gradient(90deg, rgba(0, 0, 0, 0.12), transparent 24%, transparent 76%, rgba(0, 0, 0, 0.12));
	content: "";
	pointer-events: none;
}

.vs2-project-slide:hover .vs2-project-image img {
	opacity: 0.97;
	transform: scale(1.01);
}

.vs2-project-copy {
	display: flex !important;
	grid-column: 2;
	min-width: 0;
	min-height: 640px;
	padding: clamp(34px, 4vw, 58px) !important;
	flex-direction: column;
	justify-content: center;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), transparent 60%);
}

.vs2-project-label {
	margin: 0 0 22px;
	color: #d13f56;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.16em;
}

.vs2-project-title {
	max-width: 100%;
	margin: 0 0 22px;
	font-size: clamp(2rem, 2.4vw, 3.2rem);
	line-height: 1.02;
	letter-spacing: -0.045em;
	overflow-wrap: normal;
	word-break: normal;
	hyphens: none;
}

.vs2-project-title a {
	color: #ffffff;
	text-decoration: none;
}

.vs2-project-title a:hover {
	color: rgba(255, 255, 255, 0.78);
}

.vs2-project-excerpt {
	margin: 0 0 30px;
	color: rgba(255, 255, 255, 0.67);
	line-height: 1.75;
}

.vs2-project-excerpt p {
	margin: 0;
}

.vs2-project-link {
	display: inline-block;
	width: fit-content;
	color: #ffffff;
	font-weight: 750;
	text-decoration: none;
}

.vs2-project-link:hover {
	color: #d13f56;
}

.vs2-project-empty {
	padding: 45px;
	color: rgba(255, 255, 255, 0.72);
	text-align: center;
}

/* Text changes immediately and does not slide. */
.vs2-project-track > li .vs2-project-copy {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.vs2-project-track > li.is-active .vs2-project-copy,
.vs2-project-carousel:not(.is-ready) .vs2-project-track > li:first-child .vs2-project-copy {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

/* Only the image panel slides. */
.vs2-project-track > li .vs2-project-media {
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0, 0, 0);
	transition:
		transform 0.62s cubic-bezier(0.22, 1, 0.36, 1),
		opacity 0.62s ease,
		visibility 0s linear 0.62s;
	will-change: transform;
}

.vs2-project-carousel:not(.is-ready) .vs2-project-track > li:first-child .vs2-project-media,
.vs2-project-track > li.is-active .vs2-project-media,
.vs2-project-track > li.is-leaving .vs2-project-media,
.vs2-project-track > li.is-entering .vs2-project-media {
	opacity: 1;
	visibility: visible;
	transition-delay: 0s;
}

.vs2-project-track > li.is-entering-from-right .vs2-project-media {
	transform: translate3d(100%, 0, 0);
}

.vs2-project-track > li.is-entering-from-left .vs2-project-media {
	transform: translate3d(-100%, 0, 0);
}

.vs2-project-track > li.is-leaving-left .vs2-project-media {
	transform: translate3d(-100%, 0, 0);
}

.vs2-project-track > li.is-leaving-right .vs2-project-media {
	transform: translate3d(100%, 0, 0);
}

/* JavaScript measures the actual image panel and applies its size here. */
.vs2-carousel-controls {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	width: 68%;
	height: 640px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	pointer-events: none;
}

.vs2-carousel-arrow {
	position: absolute;
	top: 50%;
	z-index: 10;
	display: inline-grid;
	place-items: center;
	width: 54px;
	height: 54px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.46);
	border-radius: 50%;
	background: rgba(5, 8, 11, 0.68);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	color: #ffffff;
	font: inherit;
	font-size: 1.3rem;
	line-height: 1;
	cursor: pointer;
	pointer-events: auto;
	transform: translateY(-50%);
	transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.vs2-carousel-prev {
	left: 30px;
}

.vs2-carousel-next {
	right: 30px;
}

.vs2-carousel-arrow:hover,
.vs2-carousel-arrow:focus-visible {
	border-color: #d13f56;
	background: #d13f56;
	transform: translateY(-50%) scale(1.05);
}

.vs2-carousel-progress {
	position: absolute;
	bottom: 22px;
	left: 50%;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 10px 14px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 999px;
	background: rgba(5, 8, 11, 0.68);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
	pointer-events: auto;
	transform: translateX(-50%);
}

.vs2-carousel-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0;
	padding: 0;
}

.vs2-carousel-dot {
	width: 8px;
	height: 8px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.46);
	cursor: pointer;
	transition: background-color 0.25s ease, width 0.25s ease;
}

.vs2-carousel-dot.is-active {
	width: 26px;
	background: #d13f56;
}

.vs2-carousel-status {
	min-width: 54px;
	margin: 0;
	padding-left: 12px;
	border-left: 1px solid rgba(255, 255, 255, 0.24);
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.78rem;
	font-variant-numeric: tabular-nums;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	pointer-events: none;
}

.vs2-project-carousel.has-one-slide .vs2-carousel-controls {
	display: none;
}

.vs2-projects-section a:focus-visible,
.vs2-carousel-arrow:focus-visible,
.vs2-carousel-dot:focus-visible {
	outline: 3px solid #ffffff;
	outline-offset: 4px;
}

@media (max-width: 980px) {
	.vs2-projects-section > .vs2-projects-header,
	.vs2-projects-section > .vs2-project-carousel {
		width: min(100% - 32px, 1320px) !important;
	}

	.vs2-project-columns {
		grid-template-columns: minmax(0, 66%) minmax(0, 34%);
		min-height: 540px;
	}

	.vs2-project-media,
	.vs2-project-image,
	.vs2-carousel-controls {
		height: 540px !important;
	}

	.vs2-project-copy {
		min-height: 540px;
		padding: 34px !important;
	}

	.vs2-carousel-controls {
		width: 66%;
	}

	.vs2-project-title {
		font-size: clamp(1.85rem, 3.3vw, 2.8rem);
	}
}

@media (max-width: 781px) {
	.vs2-projects-section {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.vs2-projects-section > .vs2-projects-header,
	.vs2-projects-section > .vs2-project-carousel {
		width: min(100% - 28px, 1320px) !important;
	}

	.vs2-projects-header {
		align-items: flex-start !important;
		flex-direction: column;
	}

	.vs2-project-columns {
		grid-template-columns: minmax(0, 1fr);
		grid-template-rows: auto auto;
		min-height: 0;
	}

	.vs2-project-media {
		grid-column: 1;
		grid-row: 1;
		width: 100% !important;
		height: clamp(320px, 84vw, 460px) !important;
	}

	.vs2-project-image {
		width: 100% !important;
		height: clamp(320px, 84vw, 460px) !important;
	}

	.vs2-project-copy {
		grid-column: 1;
		grid-row: 2;
		width: 100% !important;
		min-height: 0;
		padding: 32px 24px 38px !important;
	}

	.vs2-carousel-controls {
		width: 100%;
		height: clamp(320px, 84vw, 460px) !important;
	}

	.vs2-project-title {
		font-size: clamp(2rem, 9.5vw, 2.9rem);
	}

	.vs2-carousel-prev {
		left: 16px;
	}

	.vs2-carousel-next {
		right: 16px;
	}

	.vs2-carousel-arrow {
		width: 46px;
		height: 46px;
	}

	.vs2-carousel-progress {
		bottom: 14px;
		gap: 9px;
		padding: 8px 11px;
	}

	.vs2-carousel-status {
		min-width: 48px;
		padding-left: 9px;
		font-size: 0.72rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vs2-project-track > li .vs2-project-media,
	.vs2-project-image img,
	.vs2-carousel-arrow,
	.vs2-carousel-dot {
		transition: none !important;
	}
}

/* =========================================================
   MOBILE HERO IMAGE POSITION FIX
   Shows the person working instead of only the table/tools.
   Desktop remains unchanged.
   ========================================================= */

@media (max-width: 781px) {

	.vs-hero .wp-block-cover__image-background {
		width: 100% !important;
		height: 100% !important;
		object-fit: cover !important;

		/*
		 * Move the visible crop toward the left side
		 * where the person is located.
		 */
		object-position: 22% center !important;
	}

	/*
	 * Keep the writing readable while showing the person.
	 */
	.vs-hero .wp-block-cover__background {
		background:
			linear-gradient(
				180deg,
				rgba(5, 8, 11, 0.56) 0%,
				rgba(5, 8, 11, 0.76) 38%,
				rgba(5, 8, 11, 0.94) 100%
			) !important;
		opacity: 1 !important;
	}
}

/* =========================================================
   VERANDA SPECIAL 1.1 — HOMEPAGE FINISHING PASS
   ========================================================= */

body.home .wp-block-post-content {
	margin-top: 0;
}

body.home .vs-hero {
	min-height: min(780px, calc(100svh - 82px)) !important;
}

body.home .vs-hero .wp-block-cover__image-background {
	object-position: center 52%;
	filter: saturate(.82) contrast(1.12) brightness(.92);
}

body.home .vs-hero-inner {
	max-width: 1280px !important;
}

body.home .vs-hero-title {
	max-width: 1000px;
	text-shadow: 0 8px 30px rgba(0, 0, 0, .24);
}

body.home .vs-hero-copy {
	font-size: clamp(1.05rem, 1.45vw, 1.3rem) !important;
}

body.home .vs-hero-contact a::before {
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-right: 10px;
	border-radius: 50%;
	background: #34c759;
	box-shadow: 0 0 0 5px rgba(52, 199, 89, .13);
	content: "";
	vertical-align: 1px;
}

body.home .vs-trust-strip {
	box-shadow: 0 18px 50px rgba(0, 0, 0, .18);
}

body.home .vs-trust-item {
	min-height: 132px;
}

body.home .vs-service-card {
	position: relative;
}

body.home .vs-service-card::after {
	position: absolute;
	inset: auto 0 0;
	height: 4px;
	background: var(--vs-accent);
	content: "";
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .3s ease;
}

body.home .vs-service-card:hover::after {
	transform: scaleX(1);
}

body.home .vs-service-content h3 {
	min-height: 2.4em;
}

body.home .vs2-project-query {
	box-shadow: 0 32px 95px rgba(0, 0, 0, .38);
}

body.home .vs2-project-image img {
	background: #080b0e;
}

body.home .vs-about-columns {
	align-items: center;
}

body.home .vs-about-heading::after {
	display: block;
	width: 70px;
	height: 4px;
	margin-top: 30px;
	border-radius: 999px;
	background: var(--vs-accent);
	content: "";
}

body.home .vs-why-card {
	box-shadow: 0 8px 28px rgba(11, 15, 20, .05);
}

body.home .vs-cta-section {
	border-top: 1px solid rgba(255, 255, 255, .08);
}

@media (max-width: 781px) {
	body.home .vs-hero {
		min-height: 660px !important;
	}

	body.home .vs-hero .wp-block-cover__image-background {
		object-position: 58% center;
	}

	body.home .vs-service-content h3 {
		min-height: 0;
	}

	body.home .vs-about-heading::after {
		margin-top: 22px;
	}
}

/* =========================================================
   VERANDA SPECIAL 1.1.1 — HOMEPAGE LAYOUT HOTFIX
   - Restores the featured-project text panel
   - Removes WordPress top-level block gaps
   - Normalizes full-width section alignment and padding
   ========================================================= */

/* WordPress flow layout can add a block gap between every top-level block. */
body.home > .wp-site-blocks > main,
body.home > .wp-site-blocks > header + main,
body.home > .wp-site-blocks > main + footer {
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
}

body.home .wp-block-post-content {
	--wp--style--block-gap: 0px;
	width: 100%;
	max-width: none;
	margin: 0 !important;
	padding: 0 !important;
}

body.home .wp-block-post-content > * {
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
}

body.home .wp-block-post-content > .alignfull {
	width: 100% !important;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

/* Full-width section wrappers should not add a second horizontal gutter. */
body.home .wp-block-post-content > .wp-block-group.alignfull.has-global-padding {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

/* Remove the visible seams around the hero, trust strip and final CTA. */
body.home :where(.vs-hero, .vs-trust-strip, .vs-cta-section) {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

body.home .vs-hero + .vs-trust-strip,
body.home .vs-why-section + .vs-cta-section {
	margin-top: 0 !important;
}

/* Keep all main inner wrappers centered on the same box model. */
body.home :where(
	.vs-hero-inner,
	.vs-trust-grid,
	.vs-section-heading,
	.vs-service-grid,
	.vs2-projects-header,
	.vs2-project-carousel,
	.vs-about-columns,
	.vs-why-grid,
	.vs-cta-inner
) {
	box-sizing: border-box;
	margin-right: auto !important;
	margin-left: auto !important;
}

body.home :where(
	.vs-hero-inner,
	.vs-trust-grid,
	.vs-section-heading,
	.vs-service-grid,
	.vs2-projects-header,
	.vs2-project-carousel,
	.vs-about-columns,
	.vs-why-grid,
	.vs-cta-inner
).has-global-padding {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

/*
 * The global theme styles normal query results as white cards. The featured
 * carousel is also a Query block, so that rule made its white text disappear
 * against a white slide background. Keep carousel slides transparent and let
 * the dark media/copy panels provide the surface.
 */
body.home.veranda-special-theme .vs2-project-query .vs2-project-track > li,
body.home.veranda-special-theme .vs2-project-query .vs2-project-track > li:hover {
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	transform: none !important;
}

body.home .vs2-project-copy {
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.065), transparent 62%),
		#151e25 !important;
	color: #ffffff !important;
}

body.home .vs2-project-copy :where(
	.vs2-project-title,
	.vs2-project-title a,
	.vs2-project-excerpt,
	.vs2-project-excerpt p,
	.vs2-project-link
) {
	color: #ffffff !important;
}

body.home .vs2-project-copy .vs2-project-excerpt,
body.home .vs2-project-copy .vs2-project-excerpt p {
	color: rgba(255, 255, 255, 0.7) !important;
}

/* Prevent constrained-layout auto margins from nudging project copy inward. */
body.home .vs2-project-copy > * {
	width: 100%;
	max-width: none;
	margin-right: 0;
	margin-left: 0;
}

body.home .vs2-project-copy .vs2-project-link {
	width: fit-content;
}

@media (max-width: 781px) {
	body.home .wp-block-post-content > .wp-block-group.alignfull.has-global-padding {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
}



/* =========================================================
   VERANDA SPECIAL 1.1.2 — CAROUSEL INDICATOR RESET
   Hostinger/global button dimensions can stretch dot buttons.
   Lock every indicator to a true circle and use a ring for the
   active project instead of changing its width into a pill.
   ========================================================= */

body.home .vs2-carousel-dots {
	gap: 10px;
}

body.home .vs2-carousel-dots .vs2-carousel-dot {
	--h-border-ai-angle: 50%;
	-webkit-appearance: none;
	appearance: none;
	display: block;
	flex: 0 0 10px !important;
	width: 10px !important;
	min-width: 10px !important;
	max-width: 10px !important;
	height: 10px !important;
	min-height: 10px !important;
	max-height: 10px !important;
	aspect-ratio: 1 / 1;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 50% !important;
	background: rgba(255, 255, 255, .48) !important;
	box-shadow: none;
	font-size: 0;
	line-height: 0;
	transform: none;
	transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

body.home .vs2-carousel-dots .vs2-carousel-dot.is-active {
	width: 10px !important;
	background: var(--vs-accent, #d13f56) !important;
	box-shadow: 0 0 0 4px rgba(209, 63, 86, .24);
	transform: scale(1.08);
}

body.home .vs2-carousel-dots .vs2-carousel-dot:hover {
	background: #ffffff !important;
}

body.home .vs2-carousel-dots .vs2-carousel-dot:focus-visible {
	outline: 2px solid #ffffff;
	outline-offset: 4px;
}

@media (max-width: 781px) {
	body.home .vs2-carousel-progress {
		gap: 11px;
		padding: 10px 13px;
	}

	body.home .vs2-carousel-status {
		min-width: 46px;
		padding-left: 11px;
	}
}

/* =========================================================
   VERANDA SPECIAL 1.1.3 — CENTERED HOMEPAGE CARD GRIDS
   WordPress's minimum-column grid can create an unused final
   column, making the cards look shifted. Use intentional
   column counts and center the section introduction.
   ========================================================= */

body.home .vs-services-section .vs-section-heading {
	text-align: center;
}

body.home .vs-services-section .vs-section-title,
body.home .vs-services-section .vs-section-intro {
	margin-right: auto !important;
	margin-left: auto !important;
}

body.home .vs-service-grid,
body.home .vs-why-grid {
	display: grid !important;
	align-items: stretch !important;
	justify-content: center !important;
}

/* Three service cards and four benefit cards fill the desktop row exactly. */
@media (min-width: 981px) {
	body.home .vs-service-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	body.home .vs-why-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}
}

/* Two-column tablet layout; center the third service card on its own row. */
@media (min-width: 782px) and (max-width: 980px) {
	body.home .vs-service-grid,
	body.home .vs-why-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	body.home .vs-service-grid > .vs-service-card:last-child:nth-child(odd) {
		grid-column: 1 / -1;
		width: calc((100% - 24px) / 2) !important;
		justify-self: center;
	}
}

/* One centered card per row on phones, including wider mobile screens. */
@media (max-width: 781px) {
	body.home .vs-services-section .vs-section-heading,
	body.home .vs-why-section .vs-section-heading {
		width: min(calc(100% - 28px), 520px) !important;
		max-width: 520px !important;
		margin-right: auto !important;
		margin-left: auto !important;
		text-align: center;
	}

	body.home .vs-service-grid,
	body.home .vs-why-grid {
		grid-template-columns: minmax(0, 1fr) !important;
		width: min(calc(100% - 28px), 440px) !important;
		max-width: 440px !important;
		margin-right: auto !important;
		margin-left: auto !important;
		justify-items: stretch !important;
		gap: 18px !important;
	}

	body.home .vs-service-grid > .vs-service-card,
	body.home .vs-why-grid > .vs-why-card {
		width: 100% !important;
		max-width: 440px !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}
}
