.page-lac {
	--lac-navy: #001548;
	--lac-navy-soft: #2d3d73;
	--lac-blue: #33477d;
	--lac-blue-map: #3f5185;
	--lac-sky: #018ed2;
	--lac-teal: #12b5c9;
	--lac-orange: #f88406;
	--lac-red: #f41d34;
	--lac-periwinkle: #6b65bd;
	--lac-edge: calc((100vw - min(100vw, 1400px)) / 2 + 4vw);
	--lac-green: #8dc63f;
	--lac-yellow: #f6d84c;
	--lac-gray-band: #ededed;
	--lac-gray-soft: #f3f3f3;
	--lac-white: #ffffff;
	--lac-purple: #4f378b;
	--lac-radius: 28px;
	--lac-shadow: 0 12px 26px rgba(0, 21, 72, 0.16);
}

.page-lac .lac-page {
	background: var(--lac-white);
	color: var(--lac-navy-soft);
	font-family: Montserrat, sans-serif;
	overflow-x: hidden;
}

.page-lac .lac-page h1,
.page-lac .lac-page h2,
.page-lac .lac-page h3 {
	padding-top: 0;
	line-height: 1.25;
	color: var(--lac-navy);
	font-family: Montserrat, sans-serif;
}

.page-lac .lac-page p {
	line-height: 1.6;
}

.page-lac .section {
	padding: 96px 0;
}

.page-lac .section .container {
	display: block;
}

/* ---------- Pills & buttons ---------- */

.lac-pill-title {
	display: inline-block;
	background: var(--lac-navy);
	color: var(--lac-white);
	font-size: 27px;
	font-weight: 600;
	line-height: 1.2;
	padding: 20px 40px;
	border-radius: 26px;
	border: 5px solid var(--lac-orange);
	box-shadow: 0 0 0 6px var(--lac-sky);
	margin-bottom: 28px;
}

.lac-pill-red {
	border-color: var(--lac-red);
	box-shadow: 0 0 0 6px var(--lac-periwinkle);
}

/* Bars run off the viewport edge like in the design; the extra 40px pushes
   the rounded end past the edge so the cut is straight (page clips overflow) */
.lac-pill-bleed-right {
	display: block;
	text-align: left;
	margin-right: calc(-1 * var(--lac-edge) - 40px);
}

.lac-pill-bleed-left {
	display: block;
	width: fit-content;
	margin-left: calc(-1 * var(--lac-edge) - 40px);
	padding-left: calc(var(--lac-edge) + 40px + 44px);
}

.lac-pill-wide {
	display: block;
	text-align: center;
	font-size: 36px;
	padding: 24px 60px;
	margin-left: 19%;
	margin-right: calc(-1 * var(--lac-edge) - 40px);
}

.lac-button {
	display: inline-block;
	background: var(--lac-navy);
	color: var(--lac-white);
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	padding: 20px 42px;
	border-radius: 999px;
	transition: transform 0.2s, box-shadow 0.2s;
}

.lac-button:hover {
	color: var(--lac-white);
	transform: translateY(-2px);
	box-shadow: var(--lac-shadow);
}

/* ---------- Hero ---------- */

.lac-hero {
	position: relative;
	min-height: 600px;
	display: flex;
	/* title sits low-left over torsos so faces stay clear */
	align-items: flex-end;
	background-size: cover;
	/* keep faces in frame: favor the top of the photo */
	background-position: center 18%;
	background-color: var(--lac-navy);
}

.lac-hero::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.05) 45%, rgba(0, 0, 0, 0.45) 100%);
}

.lac-hero .container {
	position: relative;
	z-index: 2;
	/* hug the viewport left (client request) so the title clears the faces */
	max-width: none;
	padding-top: 40px;
	padding-bottom: 48px;
}

.page-lac .lac-page .lac-hero-title {
	color: var(--lac-white);
	font-size: 54px;
	font-weight: 600;
	line-height: 1.15;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
	margin: 0;
}

/* ---------- Intro ---------- */

.lac-intro {
	background: var(--lac-white);
	padding-top: 70px;
	padding-bottom: 70px;
}

.lac-intro-text {
	max-width: 1245px;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	color: rgba(0, 0, 0, 0.75);
}

/* ---------- Newsletter / Events splits ---------- */

.lac-newsletter {
	background: var(--lac-gray-band);
}

.lac-events {
	background: var(--lac-white);
}

.lac-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
}

.lac-split-copy p {
	font-size: 20px;
	color: rgba(0, 0, 0, 0.75);
	margin-bottom: 28px;
}

.lac-rounded-image,
.lac-embed-frame {
	width: 100%;
	border-radius: 40px;
	overflow: hidden;
	box-shadow: var(--lac-shadow);
	display: block;
}

.lac-embed-frame {
	background: var(--lac-white);
	aspect-ratio: 6 / 5;
}

.lac-embed-frame iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

/* ---------- Map ---------- */

.lac-map-section {
	background: var(--lac-gray-band);
	text-align: center;
}

.lac-map-intro {
	max-width: 950px;
	margin: 0 auto 10px;
	font-size: 20px;
}

.lac-map-intro-bold {
	max-width: 1050px;
	margin: 0 auto 44px;
	font-size: 20px;
	font-weight: 600;
	color: var(--lac-navy);
}

.lac-map-panel {
	position: relative;
	max-width: 1175px;
	margin: 0 auto;
	border-radius: 40px;
	overflow: hidden;
	box-shadow: var(--lac-shadow);
	line-height: 0;
}

.lac-map-base {
	width: 100%;
	height: auto;
}

.lac-map-pin {
	position: absolute;
	transform: translate(-50%, -100%);
	line-height: 1;
	z-index: 2;
}

.lac-map-pin-bubble {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 68px;
	height: 68px;
	background: var(--lac-white);
	border-radius: 18px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	transition: transform 0.15s;
	position: relative;
}

.lac-map-pin-bubble::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -9px;
	transform: translateX(-50%);
	border: 10px solid transparent;
	border-top-color: var(--lac-white);
	border-bottom: 0;
}

.lac-map-pin-bubble img {
	width: 50px;
	height: 50px;
	object-fit: contain;
}

.lac-map-pin:hover .lac-map-pin-bubble,
.lac-map-pin:focus .lac-map-pin-bubble {
	transform: scale(1.15);
}

.lac-map-pin-label {
	position: absolute;
	top: calc(100% + 10px);
	left: 50%;
	transform: translateX(-50%);
	background: var(--lac-navy);
	color: var(--lac-white);
	font-size: 14px;
	font-weight: 600;
	padding: 6px 12px;
	border-radius: 8px;
	white-space: nowrap;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.15s;
	z-index: 3;
}

.lac-map-pin:hover .lac-map-pin-label,
.lac-map-pin:focus .lac-map-pin-label {
	opacity: 1;
}

.lac-map-cta {
	max-width: 1050px;
	margin: 48px auto 30px;
	font-size: 20px;
}

.lac-map-cta p {
	margin: 0 0 6px;
}

.lac-map-cta p:first-child {
	font-weight: 600;
	color: var(--lac-navy);
}

/* ---------- Reports carousel ---------- */

.lac-reports {
	background: var(--lac-white);
	text-align: center;
}

.lac-section-title {
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 14px;
}

.lac-section-text {
	text-align: center;
	max-width: 950px;
	margin: 0 auto 48px;
	font-size: 20px;
}

.lac-section-text-light {
	color: var(--lac-white);
}

.lac-carousel {
	position: relative;
	padding: 0 70px;
}

.lac-carousel-track {
	display: flex;
	gap: 40px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	padding-bottom: 8px;
}

.lac-carousel-track::-webkit-scrollbar {
	display: none;
}

.lac-report-card {
	flex: 0 0 calc((100% - 80px) / 3);
	scroll-snap-align: start;
	text-align: left;
}

.lac-report-cover {
	aspect-ratio: 705 / 1000;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: var(--lac-shadow);
	background: var(--lac-white);
}

.lac-report-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	display: block;
}

.page-lac .lac-page .lac-report-card h3 {
	color: var(--lac-purple);
	font-size: 21px;
	font-weight: 600;
	margin: 20px 0 8px;
}

.lac-report-download {
	font-size: 20px;
	color: var(--lac-purple);
	margin-bottom: 10px;
}

.lac-report-langs {
	list-style: none;
	margin: 0;
	padding: 0;
}

.lac-report-langs li {
	margin-bottom: 6px;
	padding-left: 0;
	list-style: none;
	background-image: none;
}

.lac-report-langs li::before,
.lac-report-langs li::marker {
	content: none;
	display: none;
}

.lac-report-langs a {
	color: var(--lac-purple);
	font-size: 20px;
	font-style: italic;
	text-decoration: underline;
}

.lac-report-langs a:hover {
	color: var(--lac-navy);
}

.lac-carousel-arrow {
	position: absolute;
	top: 33%;
	width: 60px;
	height: 60px;
	border: 0;
	border-radius: 50%;
	background: var(--lac-orange);
	cursor: pointer;
	transition: transform 0.15s, opacity 0.15s;
	z-index: 2;
}

.lac-carousel-arrow::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 55%;
	width: 17px;
	height: 17px;
	border-left: 7px solid var(--lac-navy);
	border-bottom: 7px solid var(--lac-navy);
	border-radius: 3px;
	transform: translate(-50%, -50%) rotate(45deg);
}

.lac-carousel-prev {
	left: 0;
}

.lac-carousel-next {
	right: 0;
	transform: rotate(180deg);
}

.lac-carousel-arrow:hover {
	transform: scale(1.1);
}

.lac-carousel-next:hover {
	transform: rotate(180deg) scale(1.1);
}

.lac-carousel-arrow[disabled] {
	opacity: 0.35;
	cursor: default;
}

/* ---------- Resources flip cards ---------- */

.lac-resources {
	background: var(--lac-blue);
	text-align: center;
}

.lac-flip-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 352px));
	justify-content: center;
	gap: 64px;
	margin-top: 52px;
}

.lac-flip-card {
	perspective: 1200px;
	cursor: pointer;
	outline-offset: 4px;
}

.lac-flip-inner {
	position: relative;
	width: 100%;
	aspect-ratio: 522 / 823;
	transition: transform 0.6s;
	transform-style: preserve-3d;
}

.lac-flip-card.is-flipped .lac-flip-inner,
.lac-flip-card:hover .lac-flip-inner {
	transform: rotateY(180deg);
}

.lac-flip-front,
.lac-flip-back {
	position: absolute;
	inset: 0;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	border-radius: 40px;
}

.lac-flip-front {
	overflow: hidden;
}

.lac-flip-art {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.lac-flip-title {
	position: absolute;
	left: 50%;
	bottom: 16%;
	transform: translateX(-50%);
	width: 84%;
	color: var(--lac-white);
	font-size: 32px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
}

.lac-flip-back {
	transform: rotateY(180deg);
	background: linear-gradient(180deg, #0d1b4a 0%, #3d4d80 100%);
	border: 8px solid var(--lac-red);
	border-bottom-width: 17px;
	box-shadow: inset 0 0 0 9px var(--lac-green), inset 0 -19px 0 var(--lac-green);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 18px;
	padding: 36px 30px;
}

.lac-colorway-teal-orange.lac-flip-back {
	border-color: var(--lac-teal);
	box-shadow: inset 0 0 0 9px var(--lac-orange), inset 0 -19px 0 var(--lac-orange);
}

.lac-colorway-yellow-blue.lac-flip-back {
	border-color: var(--lac-yellow);
	box-shadow: inset 0 0 0 9px var(--lac-sky), inset 0 -19px 0 var(--lac-sky);
}

.lac-flip-back-title {
	color: var(--lac-white);
	font-size: 26px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 6px;
}

.lac-flip-links {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
}

.lac-flip-link {
	display: block;
	background: var(--lac-red);
	color: var(--lac-white);
	font-size: 17px;
	font-weight: 600;
	padding: 15px 18px;
	border-radius: 999px;
	transition: transform 0.15s;
}

.lac-flip-link:hover {
	color: var(--lac-white);
	transform: scale(1.04);
}

/* ---------- Team ---------- */

.lac-team {
	background: var(--lac-gray-soft);
}

.lac-team-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 336px));
	justify-content: center;
	gap: 64px;
	margin-top: 52px;
}

.lac-team-card {
	background: linear-gradient(180deg, #0d1b4a 0%, #3d4d80 100%);
	border-radius: 36px;
	border: 8px solid var(--lac-yellow);
	border-bottom-width: 17px;
	box-shadow: inset 0 0 0 9px var(--lac-sky), inset 0 -19px 0 var(--lac-sky);
	padding: 52px 36px 56px;
	text-align: center;
}

.lac-colorway-red-green.lac-team-card {
	border-color: var(--lac-red);
	box-shadow: inset 0 0 0 9px var(--lac-green), inset 0 -19px 0 var(--lac-green);
}

.lac-colorway-teal-orange.lac-team-card {
	border-color: var(--lac-teal);
	box-shadow: inset 0 0 0 9px var(--lac-orange), inset 0 -19px 0 var(--lac-orange);
}

.lac-team-photo {
	width: 200px;
	height: 200px;
	margin: 0 auto 30px;
	border-radius: 50%;
	overflow: hidden;
	background: var(--lac-white);
}

.lac-team-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-lac .lac-page .lac-team-card h3 {
	color: var(--lac-white);
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}

.lac-team-card p {
	color: var(--lac-white);
	font-size: 17px;
	margin: 0;
}

/* flip behavior reuses the theme card-flip interaction; both faces are
   absolutely positioned (.flip-side), so the wrapper carries the height */
.lac-team-flip {
	position: relative;
	perspective: 1000px;
	height: 460px;
}

.lac-team-card-back {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 22px;
	text-align: center;
}

.lac-team-bio {
	margin: 0;
}

.page-lac .lac-page .lac-team-card-back .lac-team-bio {
	color: var(--lac-white);
	font-size: 16px;
	line-height: 1.6;
}

.page-lac .lac-page .lac-team-more {
	display: inline-block;
	color: var(--lac-white);
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.page-lac .lac-page .lac-team-more:hover {
	color: var(--lac-white);
	text-decoration: none;
}

/* ---------- Social ---------- */


.lac-social {
	background: var(--lac-gray-soft);
	text-align: center;
	padding-top: 0;
	padding-bottom: 100px;
}

.lac-social-text {
	font-size: 20px;
	font-weight: 400;
	color: #000000;
	margin-bottom: 32px;
}

.lac-social-icons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 32px;
}

.lac-social-icon img {
	width: 64px;
	height: 64px;
	object-fit: contain;
	transition: transform 0.15s;
}

.lac-social-icon:hover img {
	transform: scale(1.12);
}

/* ---------- Responsive ---------- */

@media screen and (max-width: 991px) {
	.page-lac .section {
		padding: 60px 0;
	}

	.page-lac .lac-page .lac-hero-title {
		font-size: 42px;
	}

	.lac-split {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.lac-split-reverse .lac-split-copy {
		order: 2;
	}

	.lac-pill-wide {
		font-size: 28px;
		padding: 16px 40px;
		margin-left: 8%;
	}

	.lac-section-title {
		font-size: 30px;
	}

	.lac-carousel {
		padding: 0 54px;
	}

	.lac-report-card {
		flex-basis: calc((100% - 40px) / 2);
	}

	.lac-flip-grid,
	.lac-team-grid {
		grid-template-columns: repeat(2, minmax(0, 340px));
		gap: 48px;
	}

	.lac-map-panel {
		border-radius: 32px;
	}

	.lac-map-pin-bubble {
		width: 48px;
		height: 48px;
		border-radius: 13px;
	}

	.lac-map-pin-bubble img {
		width: 35px;
		height: 35px;
	}

	.lac-rounded-image,
	.lac-embed-frame {
		border-radius: 32px;
	}

	.lac-social-icon img {
		width: 58px;
		height: 58px;
	}
}

@media screen and (max-width: 767px) {
	.page-lac .section {
		padding: 48px 0;
	}

	.lac-hero {
		min-height: 380px;
	}

	.page-lac .lac-page .lac-hero-title {
		font-size: 34px;
	}

	.lac-intro-text,
	.lac-split-copy p,
	.lac-map-intro,
	.lac-map-cta {
		font-size: 18px;
	}

	.lac-map-intro-bold {
		font-size: 17px;
	}

	.lac-pill-title {
		font-size: 22px;
		padding: 14px 28px;
	}

	.lac-pill-wide {
		font-size: 22px;
		padding: 14px 28px;
		margin-left: 0;
	}

	.lac-pill-bleed-left {
		padding-left: calc(var(--lac-edge) + 28px);
	}

	.lac-button {
		font-size: 18px;
		padding: 16px 32px;
	}

	.lac-section-title {
		font-size: 28px;
	}

	.lac-section-text {
		font-size: 18px;
	}

	.lac-report-download,
	.lac-report-langs a {
		font-size: 19px;
	}

	.lac-carousel {
		padding: 0;
	}

	.lac-carousel-arrow {
		display: none;
	}

	.lac-report-card {
		flex-basis: 82%;
	}

	.lac-flip-grid,
	.lac-team-grid {
		grid-template-columns: minmax(0, 340px);
	}

	.lac-flip-title {
		font-size: 30px;
	}

	.lac-rounded-image,
	.lac-embed-frame {
		border-radius: 24px;
	}

	.lac-map-panel {
		border-radius: 24px;
	}

	.lac-map-pin-bubble {
		width: 32px;
		height: 32px;
		border-radius: 9px;
	}

	.lac-map-pin-bubble img {
		width: 24px;
		height: 24px;
	}

	.lac-map-pin-bubble::after {
		border-width: 6px;
		bottom: -5px;
	}

	.lac-team-photo {
		width: 170px;
		height: 170px;
	}

	.lac-social-icons {
		gap: 20px;
	}

	.lac-social-icon img {
		width: 48px;
		height: 48px;
	}
}
