.page-annual-reports {
	font-size: 16px;
	line-height: normal;
}

.page-annual-reports .macom-hero.is-internal {
	min-height: 520px;
	display: flex;
	align-items: flex-end;
	background-position: center 52%;
	background-size: cover;
}

.page-annual-reports .macom-hero.is-internal .macom-hero-overlay {
	background: linear-gradient(90deg, rgba(12, 35, 68, 0.95) 0%, rgba(12, 35, 68, 0.72) 48%, rgba(12, 35, 68, 0.18) 82%), linear-gradient(0deg, rgba(10, 28, 54, 0.55), transparent 48%);
}

.page-annual-reports .macom-hero.is-internal .macom-hero-content {
	width: min(1180px, 90vw);
	padding: 70px 0 60px;
}

.page-annual-reports .macom-hero.is-internal .breadcrumb {
	margin: 0 0 25px;
	gap: 10px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.page-annual-reports .macom-hero.is-internal h1 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(2.8rem, 4.3vw, 4rem);
	font-weight: 400;
	letter-spacing: -0.04em;
	line-height: 1.04;
}

.page-annual-reports .macom-hero.is-internal h1 em {
	color: #bceced;
	font-weight: 400;
}

.page-annual-reports .macom-hero-intro {
	max-width: 610px;
	margin-top: 24px;
}

.page-annual-reports .macom-hero-intro p {
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: clamp(1rem, 1.25vw, 1.18rem);
	line-height: 1.68;
}

.page-annual-reports .section {
	padding: 104px 5vw 112px;
	background: linear-gradient(180deg, #e9f4f4 0%, #f8fbfb 100%);
}

.page-annual-reports .section-inner {
	width: min(1180px, 100%);
	margin: 0 auto;
}

.page-annual-reports .section .section-heading {
	max-width: 760px;
	margin-bottom: 54px;
}

.page-annual-reports .section .eyebrow {
	margin: 0 0 16px;
	color: #167f82;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.17em;
	text-transform: uppercase;
}

.page-annual-reports .section .section-heading h2 {
	margin: 0;
	color: #173461;
	font-family: "Lora", serif;
	font-size: clamp(2.65rem, 4.8vw, 4.7rem);
	font-weight: 400;
	letter-spacing: -0.045em;
	line-height: 1.04;
}

.page-annual-reports .section .section-heading > p:last-child {
	max-width: 650px;
	margin: 22px 0 0;
	color: #5e6f82;
	font-size: 1rem;
	line-height: 1.75;
}

.page-annual-reports .reports-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(28px, 4vw, 52px);
}

.page-annual-reports .report-card {
	min-height: 483px;
	display: grid;
	grid-template-rows: 185px 1fr;
	overflow: hidden;
	border: 1px solid rgba(23, 52, 97, 0.11);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 18px 48px rgba(23, 52, 97, 0.1);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.page-annual-reports .report-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 58px rgba(23, 52, 97, 0.15);
}

.page-annual-reports .report-year {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	padding: 30px 38px;
	background: linear-gradient(135deg, #173461 0%, #215b7b 58%, #2b898e 100%);
	color: #ffffff;
	font-family: "Lora", serif;
	font-size: clamp(4.5rem, 7vw, 7rem);
	font-weight: 400;
	letter-spacing: -0.06em;
	line-height: 1;
}

.page-annual-reports .report-year::after {
	content: "";
	position: absolute;
	width: 210px;
	height: 210px;
	right: -82px;
	bottom: -138px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	box-shadow: 0 0 0 34px rgba(255, 255, 255, 0.04), 0 0 0 68px rgba(255, 255, 255, 0.025);
}

.page-annual-reports .report-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 34px 38px 38px;
}

.page-annual-reports .report-label {
	margin: 0 0 12px;
	color: #5e6f82;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	line-height: 1.7;
	text-transform: uppercase;
}

.page-annual-reports .report-content h3 {
	margin: 0;
	color: #173461;
	font-size: clamp(1.7rem, 2.4vw, 2.25rem);
	font-weight: 500;
	line-height: 1.14;
}

.page-annual-reports .report-content p:not(.report-label) {
	margin: 16px 0 28px;
	color: #5e6f82;
	line-height: 1.7;
}

.page-annual-reports .report-content .button {
	min-height: 54px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	margin-top: auto;
	padding: 0 26px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.065em;
	text-transform: uppercase;
}

.page-annual-reports .report-content .button-teal {
	background: linear-gradient(135deg, #43bdb8 0%, #2e9fa8 52%, #327da5 100%);
	border-color: transparent;
	color: #ffffff;
	box-shadow: 0 7px 20px rgba(46, 159, 168, 0.2);
}

.page-annual-reports .report-content .button-teal:hover,
.page-annual-reports .report-content .button-teal:focus-visible {
	background: linear-gradient(135deg, #59c9c3 0%, #36aeb3 52%, #3d8db3 100%);
}

.page-annual-reports .reports-note {
	margin: 30px 0 0;
	color: #718092;
	font-size: 0.82rem;
}

.page-annual-reports .support-banner {
	min-height: 470px;
	padding: 90px 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-position: center 52%;
	background-size: cover;
	color: #ffffff;
	text-align: center;
}

.page-annual-reports .support-banner .eyebrow {
	color: #ffffff;
	text-shadow: 0 2px 14px rgba(5, 26, 53, 0.35);
}

.page-annual-reports .support-banner h2 {
	max-width: 850px;
	margin: 0 0 34px;
	color: #ffffff;
	font-size: clamp(3.125rem, 5vw, 5.125rem);
	font-weight: 400;
	letter-spacing: -0.04em;
	line-height: 1.04;
	text-shadow: 0 3px 24px rgba(5, 26, 53, 0.28);
}

@media (max-width: 760px) {
	.page-annual-reports .macom-hero.is-internal {
		min-height: 500px;
	}

	.page-annual-reports .macom-hero.is-internal .macom-hero-content {
		padding: 68px 0 56px;
	}

	.page-annual-reports .reports-grid {
		grid-template-columns: 1fr;
	}

	.page-annual-reports .report-card {
		min-height: 459px;
	}
}

@media (max-width: 500px) {
	.page-annual-reports .macom-hero.is-internal {
		min-height: 460px;
	}

	.page-annual-reports .macom-hero.is-internal .breadcrumb {
		font-size: 0.65rem;
	}

	.page-annual-reports .section {
		padding: 78px 6vw 84px;
	}

	.page-annual-reports .report-card {
		grid-template-rows: 150px 1fr;
	}

	.page-annual-reports .report-year {
		padding: 26px;
		font-size: 4.25rem;
	}

	.page-annual-reports .report-content {
		padding: 28px 26px 32px;
	}

	.page-annual-reports .report-content .button {
		width: 100%;
	}

	.page-annual-reports .support-banner {
		min-height: 420px;
		padding: 72px 24px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.page-annual-reports .report-card {
		transition-duration: 0.01ms;
	}
}
