/* WR1-14: final stability, keyboard and mobile accessibility hardening. */

.skip-link {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 100000;
	padding: 12px 16px;
	color: #050503;
	background: #fff600;
	font-weight: 700;
	text-decoration: none;
	transform: translateY(-160%);
	transition: transform 0.15s ease;
}

.skip-link:focus {
	transform: translateY(0);
}

:where(a, button, input, select, textarea, [tabindex]):focus-visible {
	outline: 3px solid #0aa9f4;
	outline-offset: 3px;
}

/* Owl hides an uninitialized carousel. Reserve the first square slide before JS runs. */
body.home .owl-first-banner:not(.owl-loaded) {
	display: block;
	position: relative;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

body.home .owl-first-banner:not(.owl-loaded) > .item:not(:first-child) {
	display: none;
}

body.home .owl-first-banner:not(.owl-loaded) > .item:first-child,
body.home .owl-first-banner:not(.owl-loaded) > .item:first-child picture,
body.home .owl-first-banner:not(.owl-loaded) > .item:first-child img {
	display: block;
	width: 100%;
	height: 100%;
}

body.home .owl-first-banner:not(.owl-loaded) > .item:first-child img {
	object-fit: cover;
}
