.service-work-scope {
	padding: clamp(4.5rem, 5.84vw, 7rem) 0;
	background: #ffffff;
	--service-work-container-width: min(100% - clamp(2rem, 3vw, 2.5rem), 77rem);
	--service-work-color-ink: #1c2b1a;
	--service-work-color-muted: #6a7282;
	--service-work-color-card-text: #4a5565;
	--service-work-color-muted-light: #99a1af;
	--service-work-color-accent: #c8851a;
	--service-work-color-icon-bg: #ffedd4;
	--service-work-color-border: #fee685;
	--service-work-card-radius: 1rem;
	--service-work-button-radius: 0.875rem;
	--service-work-title-size: clamp(2rem, 1.58rem + 1.15vw, 2.375rem);
	--service-work-card-title-size: clamp(1.05rem, 1rem + 0.12vw, 1.1rem);
	--service-work-card-height: 15.04rem;
	--service-work-card-tall-height: 18.943125rem;
}

.service-work-scope__container {
	width: var(--service-work-container-width);
}

.service-work-scope__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: min(100%, 42rem);
	margin: 0 auto;
	text-align: center;
}

.service-work-scope__eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.375rem;
	margin: 0 0 1.19rem;
	padding: 0.5625rem 1.0625rem;
	border: 1px solid rgba(28, 43, 26, 0.1);
	border-radius: 999px;
	background: rgba(28, 43, 26, 0.05);
	font-size: var(--site-font-size-14);
	font-weight: 500;
	line-height: 1.4286;
	color: var(--service-work-color-ink);
}

.service-work-scope__title {
	max-width: 42rem;
	margin: 0;
	font-family: var(--site-font-heading);
	font-size: var(--service-work-title-size);
	font-weight: 800;
	line-height: 1.22;
	letter-spacing: 0;
	color: var(--service-work-color-ink);
}

.service-work-scope__description {
	max-width: 42rem;
	margin: 1.02rem 0 0;
	font-size: var(--site-font-size-18);
	line-height: 1.5556;
	color: var(--service-work-color-muted);
}

.service-work-scope__grid {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 1.5rem;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
	margin-top: 4rem;
	margin-right: 0;
	margin-left: 0;
}

.service-work-scope__col {
	display: flex;
	width: auto;
	max-width: none;
	padding: 0;
}

.service-work-scope__card,
.service-work-scope__cta {
	width: 100%;
	border-radius: var(--service-work-card-radius);
}

.service-work-scope__card {
	position: relative;
	min-height: var(--service-work-card-height);
	padding: 1.75rem;
	border: 1px solid var(--service-work-color-border);
	background: linear-gradient(148.63deg, #f3f4f6 0%, rgba(254, 243, 198, 0.5) 100%);
	color: var(--service-work-color-ink);
}

.service-work-scope__card--tall {
	min-height: var(--service-work-card-tall-height);
}

.service-work-scope__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.5rem;
	height: 3.5rem;
	border-radius: var(--service-work-card-radius);
	background: var(--service-work-color-icon-bg);
}

.service-work-scope__icon svg,
.service-work-scope__cta-icon svg {
	display: block;
	width: 2rem;
	height: 2rem;
}

.service-work-scope__card-title {
	margin: 1.1875rem 0 0;
	font-family: var(--site-font-heading);
	font-size: var(--service-work-card-title-size);
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0;
	color: var(--service-work-color-ink);
}

.service-work-scope__card-text {
	max-width: 20.7rem;
	margin: 0.6875rem 0 0;
	font-size: var(--site-font-size-14);
	line-height: 1.625;
	color: var(--service-work-color-card-text);
}

.service-work-scope__number {
	position: absolute;
	top: 1.25rem;
	right: 1.25rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.7);
	font-size: var(--site-font-size-14);
	font-weight: 600;
	line-height: 1.4286;
	color: var(--service-work-color-muted-light);
}

.service-work-scope__cta {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-height: var(--service-work-card-tall-height);
	padding: 1.75rem;
	background: var(--service-work-color-ink);
	color: #ffffff;
}

.service-work-scope__cta-icon {
	display: inline-flex;
	width: 2rem;
	height: 2rem;
}

.service-work-scope__cta-title {
	max-width: 19.35rem;
	margin: 1.4625rem 0 0;
	font-family: var(--site-font-heading);
	font-size: clamp(1.125rem, 1.05rem + 0.2vw, 1.2rem);
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0;
	color: #ffffff;
}

.service-work-scope__cta-text {
	max-width: 20.75rem;
	margin: 0.6875rem 0 0;
	font-size: var(--site-font-size-14);
	line-height: 1.625;
	color: rgba(255, 255, 255, 0.7);
}

.service-work-scope__cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 3.25rem;
	margin-top: auto;
	padding: 0.875rem 1.5rem;
	border: 0;
	border-radius: var(--service-work-button-radius);
	background: var(--service-work-color-accent);
	font-family: var(--site-font-base);
	font-size: var(--site-font-size-16);
	font-weight: 700;
	line-height: 1.48;
	letter-spacing: 0.04em;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.service-work-scope__cta-button:hover {
	background: #d49224;
	transform: translateY(-1px);
}

@media (max-width: 991.98px) {
	.service-work-scope {
		--service-work-card-height: auto;
		--service-work-card-tall-height: auto;
	}

	.service-work-scope__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.service-work-scope__card,
	.service-work-scope__cta {
		min-height: 16rem;
	}
}

@media (max-width: 767.98px) {
	.service-work-scope {
		padding: clamp(3rem, 12vw, 4.5rem) 0;
	}

	.service-work-scope__grid {
		grid-template-columns: 1fr;
		margin-top: 2.5rem;
	}

	.service-work-scope__description {
		line-height: 1.55;
	}

	.service-work-scope__card,
	.service-work-scope__cta {
		min-height: auto;
		padding: 1.5rem;
	}

	.service-work-scope__number {
		top: 1rem;
		right: 1rem;
	}

	.service-work-scope__card-text,
	.service-work-scope__cta-text {
		max-width: none;
	}

	.service-work-scope__cta-button {
		margin-top: 1.5rem;
	}
}

@media (max-width: 479.98px) {
	.service-work-scope__card,
	.service-work-scope__cta {
		padding: 1.25rem;
	}

	.service-work-scope__eyebrow {
		margin-bottom: 1rem;
	}
}
