/*
Theme Name: PCRD - ADA 2026
Description: Purdue Center for Regional Development - WCAG 2.1 AA compliant theme.
Version: 2.0
*/

/* Accessibility - Skip Link */
.skip-link {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	z-index: 100000;
	padding: 15px 23px;
	background: #fff;
	color: #1898b2;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	border: 2px solid #1898b2;
}
.skip-link:focus {
	position: fixed;
	left: 10px;
	top: 10px;
	width: auto;
	height: auto;
	overflow: visible;
	z-index: 100000;
}

/* Accessibility - Screen Reader Only */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* Accessibility - Focus Visible */
*:focus-visible {
	outline: 2px solid #2ba8c2;
	outline-offset: 2px;
}

/* Accessibility - Reduced Motion */
@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}
/* END - No legacy styles below this line */
