/* About page — layout aligned with /products (products-shell, hero, body, section heads) */

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

.about-inner {
	max-width: 1200px;
	margin: 0 auto;
}

/* Hero stats: four columns like the About story (overrides default 3-col .products-stats) */
.about-hero-stats {
	grid-template-columns: repeat(4, 1fr) !important;
	max-width: 960px;
}

.about-body .products-section {
	margin-bottom: clamp(40px, 5vw, 56px);
}

/* Keep space before mid-CTA (global products-page zeros last .products-section margin) */
.about-body .products-section.operating-divisions {
	margin-bottom: clamp(40px, 5vw, 56px) !important;
}

/* Prose under marketing-style section heads */
.about-prose {
	max-width: 720px;
}

.about-prose p {
	font-size: 16px;
	line-height: 1.75;
	color: #475569;
	margin: 0 0 16px 0;
}

.about-prose p:last-child {
	margin-bottom: 0;
}

.about-prose a {
	color: #4f46e5;
	font-weight: 600;
	text-decoration: none;
}

.about-prose a:hover {
	text-decoration: underline;
}

.about-prose strong {
	color: #0f172a;
	font-weight: 600;
}

/* Pillars as a soft card inside the flow */
.about-pillars--card {
	margin: 24px 0 0 0 !important;
	padding: 20px 22px 20px 28px !important;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05);
	list-style-type: disc;
}

.about-pillars--card li {
	margin-bottom: 10px;
}

.about-pillars--card li:last-child {
	margin-bottom: 0;
}

/* Editorial imagery */
.about-visual {
	margin: 8px 0 48px 0;
	padding: 0;
}

.about-visual__frame {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	box-shadow:
		0 16px 48px rgba(15, 23, 42, 0.1),
		0 2px 8px rgba(15, 23, 42, 0.06);
	border: 1px solid rgba(226, 232, 240, 0.95);
	aspect-ratio: 21 / 9;
	background: linear-gradient(145deg, #f8fafc 0%, #e2e8f0 55%, #cbd5e1 100%);
}

.about-visual__frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.about-visual__frame--tall {
	aspect-ratio: 4 / 3;
}

.about-visual__caption {
	margin: 14px 0 0 0;
	padding: 0 8px;
	font-size: 14px;
	line-height: 1.55;
	color: #64748b;
	text-align: center;
	font-weight: 500;
}

.about-visual-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(16px, 3vw, 28px);
	margin: 8px 0 48px 0;
	align-items: start;
}

.about-visual--tile {
	margin: 0;
}

.about-visual--tile .about-visual__caption {
	text-align: left;
}

/* Division cards — product-tile–adjacent rhythm */
.about-division-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	margin-top: 8px;
}

.about-division-card {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	padding: 22px 22px 24px;
	box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
	transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.about-division-card:hover {
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.1);
	border-color: rgba(251, 191, 36, 0.45);
}

.about-division-card h3 {
	font-family: "Montserrat", "Poppins", system-ui, sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #0f172a;
	margin: 0 0 10px 0;
	line-height: 1.25;
}

.about-division-card p {
	margin: 0;
	font-size: 15px;
	line-height: 1.65;
	color: #475569;
}

.about-mid-cta {
	margin-top: 8px;
	margin-bottom: 0;
}

@media (max-width: 900px) {
	.about-hero-stats {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}

@media (max-width: 768px) {
	.about-visual-split {
		grid-template-columns: 1fr;
	}

	.about-visual--tile .about-visual__caption {
		text-align: center;
	}

	.about-visual__frame {
		aspect-ratio: 16 / 10;
	}

	.about-visual__frame--tall {
		aspect-ratio: 16 / 11;
	}

	.about-division-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 720px) {
	.about-hero-stats {
		grid-template-columns: 1fr !important;
	}
}

@media (max-width: 600px) {
	.about-prose p {
		font-size: 15px;
	}

	.about-pillars--card li {
		font-size: 15px;
	}
}
