.page-template-template-reports-hub {
	background-color: #f5f1ea;
	background-image:
		radial-gradient(circle at 12% 18%, rgba(138, 61, 34, 0.08) 0, rgba(138, 61, 34, 0) 22%),
		radial-gradient(circle at 88% 6%, rgba(24, 33, 43, 0.06) 0, rgba(24, 33, 43, 0) 18%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0) 25%),
		linear-gradient(225deg, rgba(255, 255, 255, 0.35) 25%, rgba(255, 255, 255, 0) 25%);
	background-size: auto, auto, 28px 28px, 28px 28px;
	background-position: 0 0, 0 0, 0 0, 14px 14px;
}

.page-template-template-reports-hub #content-wrap {
	width: 100%;
	max-width: 1200px;
}

.page-template-template-reports-hub #primary.content-area,
.page-template-template-reports-hub #content.site-content {
	width: 100%;
	max-width: none;
	margin: 0;
}

.ro-reports-page {
	padding: 28px 0 64px;
}

.ro-reports-hero {
	position: relative;
	overflow: hidden;
	padding: 28px;
	margin-bottom: 24px;
	border: 1px solid #d9e0e5;
	border-radius: 20px;
	background: linear-gradient(180deg, rgba(251, 247, 241, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
	box-shadow: none;
}

.ro-reports-hero::after {
	content: "";
	position: absolute;
	inset: auto -50px -40px auto;
	width: 180px;
	height: 180px;
	border-radius: 28px;
	background-image:
		linear-gradient(45deg, rgba(138, 61, 34, 0.08) 25%, transparent 25%, transparent 75%, rgba(138, 61, 34, 0.08) 75%),
		linear-gradient(-45deg, rgba(138, 61, 34, 0.08) 25%, transparent 25%, transparent 75%, rgba(138, 61, 34, 0.08) 75%);
	background-size: 22px 22px;
	transform: rotate(8deg);
	pointer-events: none;
}

.ro-reports-eyebrow {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #8a3d22;
}

.ro-reports-title {
	margin: 0 0 16px;
	font-size: clamp(32px, 5vw, 48px);
	line-height: 1.05;
	color: #18212b;
}

.ro-reports-intro {
	max-width: 840px;
	font-size: 17px;
	line-height: 1.65;
	color: #415161;
}

.ro-reports-intro p:last-child {
	margin-bottom: 0;
}

.ro-reports-toolbar {
	display: grid;
	gap: 18px;
	margin: 24px 0 32px;
	padding: 20px;
	border: 1px solid #d9e0e5;
	border-radius: 20px;
	background: #fff;
}

.ro-reports-layout {
	display: grid;
	gap: 32px;
	align-items: start;
}

.ro-filter-group {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.ro-filter-label {
	margin-right: 6px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #5d6c79;
}

.ro-filter {
	padding: 10px 24px;
	border: 1px solid #d0d7df;
	border-radius: 999px;
	background: #fff;
	color: #22313f;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: 0.2s ease;
}

.ro-filter:hover,
.ro-filter.is-active {
	border-color: #8a3d22;
	background: #8a3d22;
	color: #fff;
}

.ro-reports-list {
	display: grid;
	gap: 42px;
	min-width: 0;
}

.ro-reports-year-head {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: baseline;
	gap: 10px;
	margin-bottom: 18px;
}

.ro-reports-year-title {
	margin: 0;
	font-size: 28px;
	color: #18212b;
}

.ro-reports-year-count {
	font-size: 14px;
	color: #5d6c79;
}

.ro-report-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 18px;
}

.ro-report-card {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 20px;
	border: 1px solid #d9e0e5;
	border-radius: 18px;
	background: #fff;
	box-shadow: none;
}

.ro-report-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ro-report-type,
.ro-report-year-badge,
.ro-report-status {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}

.ro-report-type {
	background: #eef3f7;
	color: #314353;
}

.ro-report-year-badge {
	background: #f8e8dd;
	color: #8a3d22;
}

.ro-report-status-outdated {
	background: #fce8e6;
	color: #b2372a;
}

.ro-report-title {
	margin: 0;
	font-size: 22px;
	line-height: 1.2;
	color: #18212b;
}

.ro-report-description {
	margin: 0;
	color: #4d5f70;
	line-height: 1.6;
}

.ro-report-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: auto;
}

.ro-report-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 16px;
	border: 1px solid #cfd7df;
	border-radius: 999px;
	color: #22313f;
	font-weight: 700;
	text-decoration: none;
	transition: 0.2s ease;
}

.ro-report-link:hover {
	border-color: #22313f;
	color: #22313f;
}

.ro-report-link-primary {
	border-color: #8a3d22;
	background: #8a3d22;
	color: #fff;
}

.ro-report-link-primary:hover {
	border-color: #6c2d16;
	background: #6c2d16;
	color: #fff;
}

.ro-report-card.is-hidden,
.ro-reports-year.is-hidden {
	display: none;
}

@media (min-width: 1024px) {
	.ro-reports-layout {
		grid-template-columns: 320px minmax(0, 1fr);
	}

	.ro-reports-toolbar {
		position: sticky;
		top: 24px;
		margin: 0;
	}

	.ro-filter-group {
		flex-direction: column;
		align-items: stretch;
	}

	.ro-filter-label {
		margin-right: 0;
		margin-bottom: 4px;
	}

	.ro-filter {
		justify-content: flex-start;
		text-align: left;
	}
}

@media (max-width: 767px) {
	.ro-reports-page {
		padding: 20px 0 48px;
	}

	.ro-reports-hero,
	.ro-reports-toolbar,
	.ro-report-card {
		padding: 20px;
	}
}
