/* =====================================================================
   helper.css — utility classes only.
   ===================================================================== */

/* Screen-reader-only text that stays focusable (skip links, labels). */
.u-visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* Honeypot wrapper — must stay in the DOM and submit with the form. */
.u-offscreen {
	position: absolute !important;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* Full-bleed cover media inside a positioned parent. */
.u-cover {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Text colours drawn from the token set. */
.u-text-accent {
	color: var(--accent-color) !important;
}

.u-text-gold {
	color: var(--accent-gold) !important;
}

.u-text-primary {
	color: var(--primary-color) !important;
}

.u-text-white {
	color: #fff !important;
}
