.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus,
.skip-link:focus {
	position: fixed;
	z-index: 100000;
	top: var(--wp--preset--spacing--small);
	left: var(--wp--preset--spacing--small);
	width: auto;
	height: auto;
	padding: var(--wp--preset--spacing--small) var(--wp--preset--spacing--medium);
	clip: auto;
	background: var(--wp--preset--color--paper);
	color: var(--wp--preset--color--ink);
	box-shadow: 0 0 0 6px var(--wp--preset--color--ink), var(--wp--custom--shadow--soft);
}

.skip-link {
	position: absolute;
	left: -10000px;
}

.flow > * + * {
	margin-block-start: clamp(1rem, 3vw, 2rem);
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
/* Task 3: Controlled visual surface utilities. */
.hhr-section {
	padding: clamp(var(--hhr-space-5), 4vw, var(--hhr-space-7));
	border-radius: var(--hhr-radius-large);
}

.hhr-surface--white {
	background: var(--hhr-color-white);
	color: var(--hhr-color-text);
}

.hhr-surface--powder {
	background: var(--hhr-color-powder-strong);
	color: var(--hhr-color-text);
}
