:root {
	--amec-hs-dark: #151719;
	--amec-hs-ink: #25292d;
	--amec-hs-muted: #626a73;
	--amec-hs-soft: #f5f3ef;
	--amec-hs-line: rgba(21, 23, 25, .14);
	--amec-hs-accent: #c83c00;
	--amec-hs-accent-on-dark: #ff7a3d;
	--amec-hs-font: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.amec-hs,
.amec-hs *,
.amec-hs *::before,
.amec-hs *::after {
	box-sizing: border-box;
}

.amec-hs {
	position: relative;
	width: 100%;
	font-family: var(--amec-hs-font);
	color: var(--amec-hs-ink);
}

.amec-hs__shell {
	width: min(1160px, calc(100% - 48px));
	margin-inline: auto;
}

.amec-hs h1,
.amec-hs h2,
.amec-hs h3,
.amec-hs p {
	margin-top: 0;
}

.amec-hs h1,
.amec-hs h2,
.amec-hs h3 {
	font-family: var(--amec-hs-font) !important;
	font-weight: 700;
	letter-spacing: -.035em !important;
}

.amec-hs h2 {
	max-width: 22ch;
	margin-bottom: 0;
	font-size: clamp(1.65rem, 2.2vw, 1.98rem);
	line-height: .98;
}

.amec-hs h3 {
	font-size: clamp(1.2rem, 1.6vw, 1.55rem);
	line-height: 1.12;
}

.amec-hs p {
	font-size: clamp(.98rem, 1.15vw, 1.08rem);
	line-height: 1.75;
}

.amec-hs__eyebrow {
	margin-bottom: 18px !important;
	color: var(--amec-hs-accent);
	font-size: .72rem !important;
	font-weight: 800 !important;
	letter-spacing: .13em;
	line-height: 1.2 !important;
	text-transform: uppercase;
}

.amec-hs-hero .amec-hs__eyebrow,
.amec-hs-services .amec-hs__eyebrow,
.amec-hs-services .amec-hs-service > span,
.amec-hs-faq .amec-hs__eyebrow,
.amec-hs-faq .amec-hs-faq__item summary span,
.amec-hs-cta .amec-hs__eyebrow {
	color: var(--amec-hs-accent-on-dark) !important;
}

.amec-hs__section-head {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
	gap: clamp(48px, 8vw, 110px);
	align-items: start;
	margin-bottom: clamp(56px, 7vw, 90px);
}

.amec-hs__section-head > p,
.amec-hs__section-head > div > p:not(.amec-hs__eyebrow) {
	margin-bottom: 0;
	color: var(--amec-hs-muted);
}

.amec-hs__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
	align-items: center;
}

.amec-hs__button,
.amec-hs__text-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-height: 48px;
	color: var(--amec-hs-dark) !important;
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .04em;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.amec-hs__button {
	padding: 0 22px;
	border: 1px solid var(--amec-hs-dark);
	border-radius: 999px;
	background: var(--amec-hs-dark);
	color: #fff !important;
}

.amec-hs__button--light {
	border-color: #fff;
	background: #fff;
	color: var(--amec-hs-dark) !important;
}

.amec-hs__text-link {
	justify-content: flex-start;
	border-bottom: 1px solid currentColor;
}

.amec-hs__text-link--light {
	color: #fff !important;
}

.amec-hs__button svg,
.amec-hs__text-link svg,
.amec-hs-service > svg {
	width: 20px;
	height: 20px;
	flex: 0 0 auto;
}

.amec-hs__button:hover,
.amec-hs__button:focus-visible,
.amec-hs__text-link:hover,
.amec-hs__text-link:focus-visible {
	transform: translateY(-2px);
	outline: none;
}

.amec-hs__button:focus-visible,
.amec-hs__text-link:focus-visible,
.amec-hs-service:focus-visible,
.amec-hs-project-card a:focus-visible,
.amec-hs-faq summary:focus-visible {
	outline: 3px solid rgba(255, 94, 20, .55);
	outline-offset: 4px;
}

.amec-hs-hero {
	display: grid;
	min-height: min(860px, 100svh);
	align-items: end;
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(12, 15, 17, .88) 0%, rgba(12, 15, 17, .48) 58%, rgba(12, 15, 17, .25) 100%),
		var(--amec-hs-hero-image) center / cover no-repeat,
		var(--amec-hs-dark);
	color: #fff;
}

.amec-hs-hero__inner {
	padding-block: clamp(180px, 22vh, 250px) clamp(76px, 10vh, 110px);
}

.amec-hs-hero__copy {
	max-width: 790px;
}

.amec-hs-hero h1 {
	max-width: 12ch;
	margin-bottom: 28px;
	color: #fff !important;
	font-size: clamp(2rem, 3.36vw, 3.6rem);
	line-height: .92;
}

.amec-hs-hero__copy > p:not(.amec-hs__eyebrow) {
	max-width: 650px;
	margin-bottom: 36px;
	color: rgba(255, 255, 255, .78);
}

.amec-hs-intro,
.amec-hs-services,
.amec-hs-process,
.amec-hs-projects,
.amec-hs-faq {
	padding-block: clamp(88px, 11vw, 150px);
}

.amec-hs-intro__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr);
	gap: clamp(54px, 9vw, 130px);
	align-items: center;
}

.amec-hs-intro__media {
	position: relative;
	min-height: 600px;
	overflow: hidden;
	background: #d8d9d7;
}

.amec-hs-intro__media img {
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	object-fit: cover;
}

.amec-hs-intro__media span {
	position: absolute;
	right: 22px;
	bottom: 22px;
	padding: 8px 12px;
	background: #fff;
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.amec-hs-intro__copy h2 {
	margin-bottom: 30px;
}

.amec-hs-intro__copy > p:not(.amec-hs__eyebrow) {
	margin-bottom: 28px;
	color: var(--amec-hs-muted);
}

.amec-hs-services {
	background: var(--amec-hs-dark);
	color: #fff;
}

.amec-hs-services h2,
.amec-hs-services h3,
.amec-hs-faq h2,
.amec-hs-cta h2 {
	color: #fff !important;
}

.amec-hs-services .amec-hs__section-head p,
.amec-hs-services .amec-hs-service p {
	color: rgba(255, 255, 255, .64);
}

.amec-hs-services__list {
	border-top: 1px solid rgba(255, 255, 255, .18);
}

.amec-hs-service {
	display: grid;
	grid-template-columns: 56px minmax(220px, .75fr) minmax(300px, 1.25fr) 26px;
	gap: 28px;
	align-items: center;
	padding-block: 28px;
	border-bottom: 1px solid rgba(255, 255, 255, .18);
	color: #fff !important;
	text-decoration: none !important;
	transition: background-color 220ms ease, transform 220ms ease;
}

.amec-hs-service > span {
	color: var(--amec-hs-accent);
	font-size: .78rem;
	font-weight: 800;
}

.amec-hs-service h3,
.amec-hs-service p {
	margin-bottom: 0;
}

.amec-hs-service > svg {
	transition: transform 180ms ease;
}

.amec-hs-service:hover > svg,
.amec-hs-service:focus-visible > svg {
	transform: translateX(5px);
}

.amec-hs-process {
	background: var(--amec-hs-soft);
}

.amec-hs__section-head--process h2 {
	max-width: 22ch;
}

.amec-hs-process__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
	gap: clamp(60px, 9vw, 130px);
	align-items: center;
}

.amec-hs-process__media {
	position: relative;
	min-height: 620px;
}

.amec-hs-process__image {
	position: absolute;
	overflow: hidden;
	background: #d8d9d7;
}

.amec-hs-process__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.amec-hs-process__image--main {
	width: 82%;
	height: 88%;
	top: 0;
	left: 0;
}

.amec-hs-process__image--detail {
	width: 42%;
	height: 46%;
	right: 0;
	bottom: 0;
	border: 10px solid var(--amec-hs-soft);
}

.amec-hs-process__caption {
	position: absolute;
	left: 18px;
	bottom: 16px;
	padding: 8px 10px;
	background: #fff;
	font-size: .65rem;
	font-weight: 800;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.amec-hs-process__steps {
	display: grid;
}

.amec-hs-process__step {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr);
	gap: 22px;
	padding: 28px 0;
	border-top: 1px solid var(--amec-hs-line);
	transition: background-color 220ms ease, transform 220ms ease;
}

.amec-hs-process__step > span {
	color: var(--amec-hs-accent);
	font-size: .78rem;
	font-weight: 800;
}

.amec-hs-process__step h3 {
	margin-bottom: 10px;
}

.amec-hs-process__step p {
	margin-bottom: 0;
	color: var(--amec-hs-muted);
}

.amec-hs-process__steps .amec-hs__text-link {
	width: fit-content;
	margin-top: 18px;
}

.amec-hs-projects__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.amec-hs-project-card {
	min-width: 0;
	transition: transform 260ms ease;
}

.amec-hs-project-card__media {
	display: block;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	background: #d8d9d7;
}

.amec-hs-project-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 400ms ease;
}

.amec-hs-project-card:hover img,
.amec-hs-project-card:focus-within img {
	transform: scale(1.035);
}

.amec-hs-project-card > div {
	padding-top: 18px;
}

.amec-hs-project-card span {
	color: var(--amec-hs-accent);
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.amec-hs-project-card h3 {
	margin: 8px 0 0;
}

.amec-hs-project-card h3 a {
	color: var(--amec-hs-dark) !important;
	text-decoration: none !important;
}

.amec-hs-faq {
	background: var(--amec-hs-dark);
	color: #fff;
}

.amec-hs-faq__grid {
	display: grid;
	grid-template-columns: minmax(300px, .7fr) minmax(0, 1.3fr);
	gap: clamp(60px, 10vw, 150px);
}

.amec-hs-faq__intro {
	position: sticky;
	top: 130px;
	align-self: start;
}

.amec-hs-faq__intro h2 {
	margin-bottom: 28px;
}

.amec-hs-faq__intro > p:not(.amec-hs__eyebrow) {
	color: rgba(255, 255, 255, .64);
}

.amec-hs-faq__items {
	border-top: 1px solid rgba(255, 255, 255, .2);
}

.amec-hs-faq__item {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	transition: background-color 220ms ease;
}

.amec-hs-faq__item summary {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr) 24px;
	gap: 18px;
	align-items: center;
	padding: 24px 0;
	cursor: pointer;
	list-style: none;
}

.amec-hs-faq__item summary::-webkit-details-marker {
	display: none;
}

.amec-hs-faq__item summary span {
	color: var(--amec-hs-accent);
	font-size: .7rem;
	font-weight: 800;
}

.amec-hs-faq__item summary strong {
	font-size: 1.05rem;
}

.amec-hs-faq__item summary i {
	position: relative;
	width: 18px;
	height: 18px;
}

.amec-hs-faq__item summary i::before,
.amec-hs-faq__item summary i::after {
	content: "";
	position: absolute;
	top: 8px;
	left: 2px;
	width: 14px;
	height: 1px;
	background: currentColor;
}

.amec-hs-faq__item summary i::after {
	transform: rotate(90deg);
	transition: transform 180ms ease;
}

.amec-hs-faq__item[open] summary i::after {
	transform: rotate(0);
}

.amec-hs-faq__item > p {
	max-width: 680px;
	margin: 0 42px 26px 62px;
	color: rgba(255, 255, 255, .65);
}

.amec-hs-cta {
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(9, 12, 14, .92), rgba(9, 12, 14, .5)),
		var(--amec-hs-cta-image) center / cover no-repeat,
		var(--amec-hs-dark);
	color: #fff;
}

.amec-hs-cta__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
	gap: clamp(54px, 9vw, 130px);
	align-items: end;
	padding-block: clamp(86px, 10vw, 130px);
}

.amec-hs-cta h2 {
	max-width: 22ch;
}

.amec-hs-cta__inner > div:last-child p {
	margin-bottom: 26px;
	color: rgba(255, 255, 255, .7);
}

.amec-hs__empty {
	padding: 30px;
	border: 1px solid var(--amec-hs-line);
	color: var(--amec-hs-muted);
}

@media (min-width: 621px) {
	.amec-hs-hero h1 {
		max-width: 16ch;
	}
}

@media (max-width: 900px) {
	.amec-hs__section-head,
	.amec-hs-intro__grid,
	.amec-hs-process__grid,
	.amec-hs-faq__grid,
	.amec-hs-cta__inner {
		grid-template-columns: 1fr;
	}

	.amec-hs__section-head {
		align-items: start;
	}

	.amec-hs-intro__media,
	.amec-hs-process__media {
		min-height: 540px;
	}

	.amec-hs-service {
		grid-template-columns: 44px minmax(180px, .8fr) minmax(0, 1.2fr) 24px;
		gap: 18px;
	}

	.amec-hs-projects__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.amec-hs-faq__intro {
		position: static;
	}
}

@media (max-width: 620px) {
	.amec-hs__shell {
		width: min(100% - 32px, 1160px);
	}

	.amec-hs-hero {
		min-height: 760px;
	}

	.amec-hs-hero__inner {
		padding-block: 180px 72px;
	}

	.amec-hs-hero h1 {
		font-size: clamp(1.8rem, 8vw, 2.4rem);
	}

	.amec-hs-intro,
	.amec-hs-services,
	.amec-hs-process,
	.amec-hs-projects,
	.amec-hs-faq {
		padding-block: 82px;
	}

	.amec-hs-intro__media,
	.amec-hs-process__media {
		min-height: 430px;
	}

	.amec-hs-process__image--main {
		width: 88%;
		height: 86%;
	}

	.amec-hs-process__image--detail {
		width: 48%;
		height: 42%;
		border-width: 7px;
	}

	.amec-hs-service {
		grid-template-columns: 40px minmax(0, 1fr) 20px;
		padding-block: 22px;
	}

	.amec-hs-service p {
		grid-column: 2 / -1;
	}

	.amec-hs-projects__grid {
		grid-template-columns: 1fr;
	}

	.amec-hs-project-card__media {
		aspect-ratio: 5 / 4;
	}

	.amec-hs-faq__item summary {
		grid-template-columns: 34px minmax(0, 1fr) 20px;
		gap: 12px;
	}

	.amec-hs-faq__item > p {
		margin-inline: 46px 0;
	}

	.amec-hs-cta__inner {
		padding-block: 76px;
	}
}

@media (hover: hover) and (pointer: fine) {
	.amec-hs-service:hover,
	.amec-hs-service:focus-visible {
		background: rgba(255, 255, 255, .055);
		transform: translateX(6px);
	}

	.amec-hs-process__step:hover {
		background: rgba(255, 255, 255, .68);
		transform: translateX(6px);
	}

	.amec-hs-project-card:hover,
	.amec-hs-project-card:focus-within {
		transform: translateY(-7px);
	}

	.amec-hs-faq__item:hover {
		background: rgba(255, 255, 255, .04);
	}
}

@media (prefers-reduced-motion: reduce) {
	.amec-hs *,
	.amec-hs *::before,
	.amec-hs *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}
