/**
 * Annual Reports page — mockup-aligned (split featured + archive gallery).
 */

.mtq-ar-page.mtq-standalone-section,
.mtq-ar-page-composite.mtq-standalone-section {
	background: transparent;
	border: none;
	padding: 0;
	margin-bottom: 0;
	box-shadow: none;
}

/* ── Page header ─────────────────────────────────────────────── */
.mtq-ar-page-head {
	margin-bottom: 1.5rem;
}

.mtq-ar-page-eyebrow {
	margin: 0 0 0.4rem;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #018762;
}

.mtq-ar-page-title,
.mtq-ar-page .mtq-section-title {
	margin: 0;
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #01247f;
	line-height: 1.15;
}

.mtq-ar-page-subtitle {
	margin: 0.5rem 0 0;
	max-width: 42rem;
	font-size: 0.875rem;
	line-height: 1.55;
	color: #64748b;
}

/* ── Featured: split card ────────────────────────────────────── */
.mtq-ar-featured-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 2rem;
	border: 1px solid #e2e8f0;
	box-shadow: 0 10px 36px rgba(1, 36, 127, 0.1);
	min-height: 280px;
}

.mtq-ar-featured-visual {
	position: relative;
	background-color: #01247f;
	background-size: cover;
	background-position: center;
	color: #fff;
}

.mtq-ar-featured-visual::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(145deg, rgba(1, 36, 127, 0.92) 0%, rgba(1, 36, 127, 0.55) 55%, rgba(1, 90, 122, 0.45) 100%);
}

.mtq-ar-featured-visual-inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 100%;
	padding: clamp(1.25rem, 3vw, 2rem);
}

.mtq-ar-featured-badge {
	display: inline-block;
	align-self: flex-start;
	margin-bottom: 0.75rem;
	padding: 0.3rem 0.65rem;
	font-size: 0.5625rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #01247f;
	background: #7ee8c8;
	border-radius: 3px;
}

.mtq-ar-featured-title {
	margin: 0 0 0.5rem;
	font-size: clamp(1.35rem, 2.5vw, 1.75rem);
	font-weight: 800;
	line-height: 1.15;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.mtq-ar-featured-subtitle {
	margin: 0;
	max-width: 22rem;
	font-size: 0.8125rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.9);
}

.mtq-ar-featured-panel {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(1.25rem, 3vw, 2rem) clamp(1.25rem, 3vw, 2.25rem);
	background: #fff;
}

.mtq-ar-featured-panel-title {
	margin: 0 0 1rem;
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #01247f;
}

.mtq-ar-featured-highlights {
	margin: 0 0 1.35rem;
	padding: 0;
	list-style: none;
}

.mtq-ar-featured-highlights li {
	position: relative;
	padding-left: 1.5rem;
	margin-bottom: 0.55rem;
	font-size: 0.8125rem;
	line-height: 1.45;
	color: #475569;
}

.mtq-ar-featured-highlights li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.15em;
	width: 1rem;
	height: 1rem;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23018762' d='M6.5 11.5 3 8l1-1 2.5 2.5L12 4l1 1z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.mtq-ar-featured-actions {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	align-items: flex-start;
}

.mtq-ar-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.65rem 1.15rem;
	border-radius: 6px;
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid transparent;
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.mtq-ar-btn-icon {
	width: 1rem;
	height: 1rem;
	flex-shrink: 0;
}

.mtq-ar-btn--primary {
	background: #01247f;
	color: #fff;
	border-color: #01247f;
}

.mtq-ar-btn--primary:hover {
	background: #013a9e;
	color: #fff;
}

.mtq-ar-btn--secondary {
	background: #fff;
	color: #01247f;
	border-color: #01247f;
}

.mtq-ar-btn--secondary:hover {
	background: #f8fafc;
	color: #01247f;
}

/* ── Archive toolbar ─────────────────────────────────────────── */
.mtq-ar-archive-toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem 1.5rem;
	margin-bottom: 1.25rem;
}

.mtq-ar-archive-eyebrow {
	margin: 0 0 0.25rem;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #94a3b8;
}

.mtq-ar-archive-title {
	margin: 0;
	font-size: clamp(1rem, 2vw, 1.25rem);
	font-weight: 800;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #01247f;
}

.mtq-ar-year-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	justify-content: flex-end;
}

.mtq-ar-year-pill {
	min-width: 2.5rem;
	padding: 0.4rem 0.75rem;
	border: 1px solid #e2e8f0;
	background: #f4f6f8;
	color: #64748b;
	border-radius: 4px;
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	cursor: pointer;
}

.mtq-ar-year-pill.is-active,
.mtq-ar-year-pill:hover {
	background: #01247f;
	border-color: #01247f;
	color: #fff;
}

/* ── Archive grid cards ──────────────────────────────────────── */
.mtq-ar-archive-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.mtq-ar-archive-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 11.5rem;
	background: #f4f6f8;
	border: 1px solid #e8edf3;
	border-radius: 8px;
	overflow: hidden;
}

.mtq-ar-archive-card.is-hidden,
.mtq-ar-archive-card.is-hidden-by-limit {
	display: none;
}

.mtq-ar-archive-watermark {
	position: absolute;
	right: 0.35rem;
	top: 0.15rem;
	font-size: clamp(3.5rem, 8vw, 5rem);
	font-weight: 800;
	line-height: 1;
	color: rgba(1, 36, 127, 0.06);
	pointer-events: none;
	user-select: none;
}

.mtq-ar-archive-card-body {
	position: relative;
	flex: 1;
	padding: 1.1rem 1rem 0.5rem;
	z-index: 1;
}

.mtq-ar-archive-card-label {
	margin: 0 0 0.35rem;
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	color: #01247f;
	line-height: 1.35;
	max-width: 70%;
}

.mtq-ar-archive-size {
	margin: 0;
	font-size: 0.625rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #94a3b8;
}

.mtq-ar-archive-doc-icon {
	position: absolute;
	right: 0.75rem;
	bottom: 0.5rem;
	width: 2.25rem;
	height: 2.25rem;
	color: rgba(1, 36, 127, 0.12);
}

.mtq-ar-archive-doc-icon svg {
	width: 100%;
	height: 100%;
}

.mtq-ar-btn--card {
	margin-top: auto;
	width: 100%;
	border-radius: 0;
	border: none;
	border-top: 1px solid #e2e8f0;
	padding: 0.75rem 1rem;
	background: #01247f;
	color: #fff;
}

.mtq-ar-btn--card:hover {
	background: #013a9e;
	color: #fff;
}

.mtq-ar-show-more-wrap {
	margin-top: 1.25rem;
	text-align: right;
}

.mtq-ar-show-more {
	padding: 0.55rem 1.25rem;
	border: 2px solid #01247f;
	background: transparent;
	color: #01247f;
	border-radius: 6px;
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	cursor: pointer;
}

.mtq-ar-show-more:hover {
	background: #f8fafc;
}

.mtq-ar-notice {
	margin: 0 0 1rem;
	padding: 0.65rem 0.85rem;
	background: #fffbeb;
	border: 1px solid #fde68a;
	border-radius: 8px;
	font-size: 0.8125rem;
	color: #92400e;
}

.mtq-ar-empty {
	font-size: 0.875rem;
	color: #64748b;
}

@media (max-width: 960px) {
	.mtq-ar-archive-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.mtq-ar-featured-card {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.mtq-ar-featured-visual {
		min-height: 220px;
	}

	.mtq-ar-archive-toolbar {
		flex-direction: column;
		align-items: stretch;
	}

	.mtq-ar-year-pills {
		justify-content: flex-start;
	}

	.mtq-ar-archive-grid {
		grid-template-columns: 1fr;
	}

	.mtq-ar-show-more-wrap {
		text-align: center;
	}
}

@media print {
	.mtq-ar-year-pills,
	.mtq-ar-show-more-wrap {
		display: none !important;
	}

	.mtq-ar-archive-card.is-hidden,
	.mtq-ar-archive-card.is-hidden-by-limit {
		display: flex !important;
	}
}
