/* A calmer, editorial process section that mirrors the reference layout. */
.process-new {
	position: relative;
	display: grid;
	grid-template-columns: minmax(270px, .72fr) minmax(560px, 1.28fr);
	gap: clamp(48px, 8vw, 120px);
	overflow: hidden;
	background: #061321;
}

.project-showcase .case-screen {
	display: none !important;
}

.process-new::before {
	content: '';
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image: linear-gradient(rgba(83, 202, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(83, 202, 255, .035) 1px, transparent 1px);
	background-size: 44px 44px;
}

.process-new .system-intro,
.process-new .approach-story { position: relative; z-index: 1; }

.process-new .system-intro {
	align-self: center;
	padding-right: 18px;
}

.process-new .system-intro h2 {
	max-width: 390px;
	margin: 22px 0 0;
	color: #f4fbff;
	font: 600 clamp(42px, 4.3vw, 68px)/.95 'Space Grotesk', sans-serif;
	letter-spacing: -3px;
}

.process-new .system-intro h2 em { color: #24b8ff; font-style: normal; }

.process-new .system-intro > p:not(.kicker) {
	max-width: 360px;
	margin: 26px 0 30px;
	color: #91aabd;
	font-size: 14px;
	line-height: 1.7;
}

.process-new .approach-story { padding-top: 9px; }

.process-new .approach-label {
	margin: 0 0 26px;
	color: #5de1ee;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 2px;
}

.process-new .approach-steps {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
	border-top: 0;
}

.process-new .approach-steps::before {
	content: '';
	position: absolute;
	top: 25px;
	right: 9%;
	left: 9%;
	height: 1px;
	background: linear-gradient(90deg, #159eff, #5de1ee, #4be2b1);
	opacity: .65;
}

.process-new .approach-steps article {
	position: relative;
	min-height: 278px;
	padding: 18px 18px 20px;
	border: 1px solid rgba(93, 225, 238, .14);
	border-radius: 6px;
	background: linear-gradient(145deg, rgba(8, 29, 48, .88), rgba(4, 17, 29, .72));
	transition: transform .3s ease, border-color .3s ease, background .3s ease;
}

.process-new .approach-steps article:not(:first-child) {
	padding-left: 18px;
	border-left: 1px solid rgba(93, 225, 238, .14);
}

.process-new .approach-steps article:hover {
	border-color: rgba(93, 225, 238, .46);
	background: linear-gradient(145deg, rgba(11, 47, 72, .94), rgba(5, 22, 38, .84));
	transform: translateY(-5px);
}

.process-new .system-icon {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	margin-bottom: 30px;
	border: 1px solid #159eff;
	border-radius: 2px;
	background: #081b2d;
	color: #5de1ee;
	box-shadow: 0 0 24px rgba(21, 158, 255, .18);
}

.process-new .system-icon svg { width: 20px; height: 20px; stroke-width: 1.5; }

.process-new .approach-steps small {
	color: #5de1ee;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 1.3px;
}

.process-new .approach-steps h3 {
	min-height: 42px;
	margin: 9px 0 12px;
	color: #f4fbff;
	font: 600 18px/1.05 'Space Grotesk', sans-serif;
	letter-spacing: -.5px;
}

.process-new .approach-steps p {
	max-width: 205px;
	margin: 0;
	color: #8fa9bd;
	font-size: 11px;
	line-height: 1.55;
}

.process-new .approach-signature {
	margin-top: 25px;
	color: #7897ab;
}

.process-new .approach-signature strong { color: #ecf9ff; }
.process-new .approach-signature i { background: #2c6689; }

@media (max-width: 1000px) {
	.process-new { grid-template-columns: 1fr; gap: 42px; }
	.process-new .system-intro { padding-right: 0; }
}

@media (max-width: 700px) {
	.process-new .approach-steps { display: block; }
	.process-new .approach-steps::before { display: none; }
	.process-new .approach-steps article,
	.process-new .approach-steps article:not(:first-child) {
		min-height: 0;
		padding: 18px 0 20px 64px;
		border-left: 0;
		border-top: 0;
	}
	.process-new .system-icon { position: absolute; top: 18px; left: 0; }
	.process-new .approach-steps h3 { font-size: 20px; }
}
