/*
 * TPF — Our Process
 * Full-bleed navy "process behind the build" section: heading + lead + 3 columns.
 */

.tpf-op {
	background-color: #293c7b;
	color: #ffffff;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-bottom: 0;
	padding: 4rem 0;
	font-family: proxima-nova, "Proxima Nova", -apple-system, BlinkMacSystemFont, sans-serif;
}

.tpf-op__inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 1.5rem;
}

.tpf-op__heading {
	font-size: 40px;
	line-height: 1.2;
	font-weight: 700;
	color: #00b3f1;
	margin: 0 0 24px;
	padding: 0;
}

.tpf-op__lead,
.tpf-op__lead p {
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
	color: #ffffff;
	margin: 0;
	padding: 0;
}

.tpf-op__lead {
	max-width: 921px;
	margin-bottom: 40px;
}

.tpf-op__lead p + p { margin-top: 1rem; }

.tpf-op__columns {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.tpf-op__col {
	display: block;
}

.tpf-op__col-media {
	width: 100%;
	aspect-ratio: 387 / 509;
	overflow: hidden;
	margin: 0 0 26px;
	background-color: #1a2750;
}

.tpf-op__col-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.tpf-op__col-title {
	font-size: 32px;
	line-height: 1.2;
	font-weight: 700;
	color: #00b3f1;
	margin: 0 0 15px;
	padding: 0;
}

.tpf-op__col-body,
.tpf-op__col-body p {
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
	color: #ffffff;
	margin: 0;
	padding: 0;
}

.tpf-op__col-body p + p { margin-top: 1rem; }

@media (max-width: 1024px) {
	.tpf-op { padding: 3rem 0; }
	.tpf-op__heading { font-size: 32px; }
	.tpf-op__lead,
	.tpf-op__lead p { font-size: 20px; line-height: 30px; }
	.tpf-op__col-title { font-size: 26px; }
	.tpf-op__columns { gap: 20px; }
}

@media (max-width: 767px) {
	.tpf-op { padding: 2.5rem 0; }
	.tpf-op__heading { font-size: 28px; margin-bottom: 16px; }
	.tpf-op__lead { margin-bottom: 28px; }
	.tpf-op__lead,
	.tpf-op__lead p { font-size: 18px; line-height: 26px; }
	.tpf-op__col-body,
	.tpf-op__col-body p { font-size: 16px; line-height: 24px; }
	.tpf-op__columns {
		grid-template-columns: 1fr;
		gap: 32px;
	}
	.tpf-op__col-title { font-size: 22px; }
}
