/**
 * NMO About split — scoped; mirrors html/about.html (same grid, sticky image, LinkedIn, prose).
 * Last updated: 2026-04-07
 */

.elementor-widget-nmo-about-split .nmo-about-split.about-section {
	background: var(--white, #fff);
	padding: clamp(4rem, 8vw, 7rem) 0;
}

.elementor-widget-nmo-about-split .nmo-about-split__container.container {
	width: 100%;
	max-width: var(--max-w, 1200px);
	margin: 0 auto;
	padding: 0 var(--pad-x, clamp(1.25rem, 5vw, 3rem));
}

.elementor-widget-nmo-about-split .about-grid,
.elementor-widget-nmo-about-split .nmo-about-split__grid {
	display: grid;
	grid-template-columns: 380px 1fr;
	gap: 5rem;
	align-items: start;
}

.elementor-widget-nmo-about-split .about-image-col,
.elementor-widget-nmo-about-split .nmo-about-split__image-col {
	position: sticky;
	top: 100px;
}

.elementor-widget-nmo-about-split .about-image-col img,
.elementor-widget-nmo-about-split .nmo-about-split__img {
	width: 100%;
	border-radius: 6px;
	box-shadow: 0 30px 70px rgba(0, 0, 0, 0.15);
}

.elementor-widget-nmo-about-split .about-image-col .linkedin-btn,
.elementor-widget-nmo-about-split .nmo-about-split__linkedin {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	margin-top: 1.5rem;
	justify-content: center;
	font-family: var(--font-sans, Inter, system-ui, sans-serif);
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--navy, #0b1d3a);
	border: 1.5px solid var(--border, #e8e4df);
	padding: 0.7rem 1.25rem;
	border-radius: 4px;
	transition: border-color 0.35s ease, color 0.35s ease;
	text-decoration: none;
}

.elementor-widget-nmo-about-split .about-image-col .linkedin-btn:hover,
.elementor-widget-nmo-about-split .nmo-about-split__linkedin:hover {
	border-color: var(--gold, #c8922a);
	color: var(--gold, #c8922a);
}

.elementor-widget-nmo-about-split .about-content h2,
.elementor-widget-nmo-about-split .nmo-about-split__content h2 {
	margin-bottom: 0.5rem;
}

.elementor-widget-nmo-about-split .about-content .section-divider,
.elementor-widget-nmo-about-split .nmo-about-split__divider {
	margin-bottom: 1.75rem;
}

.elementor-widget-nmo-about-split .about-content p,
.elementor-widget-nmo-about-split .nmo-about-split__body p {
	margin-bottom: 1.35rem;
}

.elementor-widget-nmo-about-split .about-content p:last-child,
.elementor-widget-nmo-about-split .nmo-about-split__body p:last-child {
	margin-bottom: 0;
}

@media (max-width: 900px) {
	.elementor-widget-nmo-about-split .about-grid,
	.elementor-widget-nmo-about-split .nmo-about-split__grid {
		grid-template-columns: 1fr;
	}

	.elementor-widget-nmo-about-split .about-image-col,
	.elementor-widget-nmo-about-split .nmo-about-split__image-col {
		position: relative;
		top: 0;
		max-width: 360px;
		margin: 0 auto;
	}
}
