/* Projects page — extends /products marketing layout (products-shell, hero, tiles, CTA) */

.projects-page.products-shell {
	padding-bottom: 0;
}

.projects-body .products-section.projects-showcase {
	margin-bottom: 48px;
}

/* Project tile images: respect uploaded aspect while staying in tile frame */
.projects-body .product-tile__media img {
	object-fit: cover;
	object-position: center;
}

.projects-mid-cta {
	margin-top: 0;
}
