.vd-home-centre__carousel {
	position: relative;
	min-width: 0;
	min-height: 510px;
	overflow: hidden;
	background: #061b31;
}

.vd-home-centre__track {
	display: flex;
	width: 100%;
	height: 100%;
	min-height: 510px;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	overscroll-behavior-x: contain;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	cursor: grab;
}

.vd-home-centre__track::-webkit-scrollbar {
	display: none;
}

.vd-home-centre__track:active,
.vd-home-centre__track.is-dragging {
	cursor: grabbing;
	scroll-behavior: auto;
}

.vd-home-centre__track:focus-visible {
	outline: 3px solid #ff6b2c;
	outline-offset: -3px;
}

.vd-home-centre__slide {
	position: relative;
	display: block;
	flex: 0 0 100%;
	width: 100%;
	min-width: 100%;
	min-height: 510px;
	margin: 0;
	scroll-snap-align: start;
	scroll-snap-stop: always;
	user-select: none;
}

.vd-home-centre__slide picture {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 510px;
}

.vd-home-centre__slide img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 510px;
	object-fit: cover;
	object-position: center;
	pointer-events: none;
}

.vd-home-centre__arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .58);
	border-radius: 50%;
	background: rgba(5, 25, 45, .82);
	color: #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .22);
	transform: translateY(-50%);
	transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.vd-home-centre__arrow:hover,
.vd-home-centre__arrow:focus-visible {
	border-color: #ff6b2c;
	background: #f5662a;
	color: #fff;
	transform: translateY(-50%) scale(1.04);
}

.vd-home-centre__arrow:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 2px;
}

.vd-home-centre__arrow--previous {
	left: 20px;
}

.vd-home-centre__arrow--next {
	right: 20px;
}

.vd-home-centre__navigation {
	position: absolute;
	right: 20px;
	bottom: 18px;
	left: 20px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	pointer-events: none;
}

.vd-home-centre__dots,
.vd-home-centre__count {
	pointer-events: auto;
}

.vd-home-centre__dots {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 9px 12px;
	border: 1px solid rgba(255, 255, 255, .35);
	border-radius: 999px;
	background: rgba(5, 25, 45, .8);
	box-shadow: 0 6px 20px rgba(0, 0, 0, .18);
}

.vd-home-centre__dots button {
	width: 9px;
	height: 9px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, .55);
	transition: width .2s ease, background-color .2s ease;
}

.vd-home-centre__dots button[aria-current="true"] {
	width: 24px;
	border-radius: 999px;
	background: #ff6b2c;
}

.vd-home-centre__dots button:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
}

.vd-home-centre__count {
	min-width: 50px;
	padding: 7px 10px;
	border-radius: 999px;
	background: rgba(5, 25, 45, .8);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .04em;
	text-align: center;
}

@media (max-width: 767px) {
	.vd-home-centre__carousel,
	.vd-home-centre__track,
	.vd-home-centre__slide,
	.vd-home-centre__slide picture,
	.vd-home-centre__slide img {
		min-height: 330px;
	}

	.vd-home-centre__arrow {
		width: 44px;
		height: 44px;
	}

	.vd-home-centre__arrow--previous {
		left: 12px;
	}

	.vd-home-centre__arrow--next {
		right: 12px;
	}

	.vd-home-centre__navigation {
		right: 12px;
		bottom: 12px;
		left: 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vd-home-centre__track {
		scroll-behavior: auto;
	}

	.vd-home-centre__arrow,
	.vd-home-centre__dots button {
		transition: none;
	}
}
