.cr_steps {
	background: var(--pearl, #f4eee5);
}
.cr_steps_inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
}

/* Left column */
.cr_steps_left_inner {
	padding: 30px 0;
}
.cr_steps_breadcrumbs {
	font-size: 13px;
	font-style: italic;
	text-transform: lowercase;
	margin-bottom: 30px;
	color: var(--onyx, #202020);
}
.cr_steps_breadcrumbs a {
	text-decoration: none;
	color: inherit;
}
.cr_steps_breadcrumbs span {
	text-decoration: underline;
}
.cr_steps_heading {
	font-family: 'Canela', serif;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 56px;
	line-height: 1;
	margin: 0 0 20px;
}
.cr_steps_subheading {
	font-family: 'FoundersGrotesk', sans-serif;
	font-size: 18px;
	max-width: 330px;
	margin-bottom: 24px;
	color: var(--onyx, #202020);
}
.cr_steps_cta {
	display: inline-block;
	background: var(--onyx, #202020);
	color: var(--pearl, #f4eee5);
	padding: 14px 43px;
	text-transform: uppercase;
	font-family: 'FoundersGrotesk', sans-serif;
	letter-spacing: 0.5px;
	text-decoration: none;
	border-radius: 0;
	font-size: 16px;
	clip-path: polygon(
		8px 0,
		calc(100% - 8px) 0,
		100% 8px,
		100% calc(100% - 8px),
		calc(100% - 8px) 100%,
		8px 100%,
		0 calc(100% - 8px),
		0 8px
	);
}
.cr_steps_cta:hover {
	color: var(--pearl, #f4eee5);
	opacity: 0.9;
	text-decoration: none;
}

/* Right column list */
.cr_steps_list {
	list-style: none;
	margin: 0;
	padding: 0;
	border-left: 1px solid var(--onyx);
}
.cr_step {
	padding: 30px 0 60px 30px;
	position: relative;
}
.cr_step_head {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 4px;
}
.cr_step_num {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 0;
	border: 0;
	font-family: 'Canela';
	font-size: 26px;
	flex-shrink: 0;
	margin-left: -48px;
	background: transparent;
	background-image: url('../../../assets/media/step-number-frame.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.cr_step_title {
	font-family: 'Canela', serif;
	font-weight: 300;
	font-size: 26px;
	margin: 0;
	letter-spacing: 0.3px;
	text-transform: none;
}
.cr_step_desc {
	font-family: 'FoundersGrotesk', sans-serif;
	font-size: 18px;
	line-height: 1.2;
	margin: 0 0 20px;
	color: var(--onyx, #202020);
}
.cr_step_images {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-bottom: 20px;
}
.cr_step_images img {
	width: 100%;
	aspect-ratio: 578 / 300;
	height: auto;
	object-fit: cover;
	object-position: center;
	display: block;
	border-radius: 4px;
}
.cr_step_quote {
	background: var(--pearl-dark, #e8dfd1);
	padding: 18px 22px;
	border-radius: 2px;
	color: var(--cognac);
	border-left: 3px solid var(--cognac);
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.cr_step_quote_attr {
	display: block;
	font-family: 'FoundersGrotesk', sans-serif;
	font-size: 16px;
	margin-bottom: 6px;
}
.cr_step_quote_text {
	font-family: 'English1766';
	font-size: 16px;
	margin: 0;
	line-height: 1.2;
}

/* Desktop — sticky left, scrolling right */
@media (min-width: 992px) {
	.cr_steps_inner {
		display: grid;
		grid-template-columns: minmax(260px, 360px) 1fr;
		gap: 60px;
		padding: 0 40px;
	}
	.cr_steps_left {
		position: sticky;
		top: 110px;
		align-self: start;
		height: max-content;
	}
	.cr_steps_left_inner {
		text-align: center;
	}
	.cr_steps_breadcrumbs {
		text-align: left;
		margin-bottom: 70px;
	}
	.cr_steps_subheading {
		margin-left: auto;
		margin-right: auto;
	}
	.cr_steps_heading {
		font-size: 72px;
	}
	.cr_step {
		padding: 40px 0 15px 40px;
	}
	.cr_step_num {
        margin-left: -64px;
        width: 46px;
        height: 46px;
	}
	.cr_step_title {
		font-size: 32px;
	}
}

/* Stack on mobile — drop sticky, left on top */
@media (max-width: 991px) {
	aside.cr_steps_left {
	    border-bottom: 1px solid var(--onyx);
	}
	.cr_steps_left_inner {
		text-align: center;
		padding-bottom: 35px;
	}
	.cr_steps_breadcrumbs {
		text-align: left;
		padding-left: 20px;
	}
	.cr_steps_heading {
		font-size: 44px;
		margin-bottom: 20px;
	}
	.cr_steps_subheading {
		max-width: 100%;
		font-size: 16px;
        padding: 0px 20px;
	}
	.cr_step {
		padding: 24px 0 30px;
	}
	li.cr_step:nth-of-type(3) {
	    padding-bottom: 5px;
	}
	.cr_step_num {
		margin-left: 0;
	}

	.cr_step_images img{
		aspect-ratio: 440 / 300;
	}
	.cr_step_desc{
		padding-left: 12px;
		font-size: 16px;
	}

	.cr_steps_list{
	    margin-left: 30px;
	    margin-right: 20px;
	}
	.cr_steps_inner{
		padding-left: 0px;
		padding-right: 0px;
	}
	.cr_step_head {
	    margin-left: -39px;
	}
	.cr_steps_list{
		padding-left: 20px;
	}
}