.mam-service-page {
	font-family: "Manrope", sans-serif;
	color: #2b3032;
	background: #ffffff;
}

.mam-service-shell {
	width: min(1120px, calc(100% - 32px));
	margin: 0 auto;
}

.mam-service-hero {
	position: relative;
	display: flex;
	align-items: end;
	min-height: 350px;
	padding: 44px 0 56px;
	background:
		linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),
		var(--mam-service-hero) center / cover no-repeat;
}

.mam-service-back {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 20px;
	color: #ffffff;
	font-size: 0.95rem;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.mam-service-kicker {
	margin: 0 0 12px;
	color: #f0d5c0;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.mam-service-hero__title {
	margin: 0;
	color: #ffffff;
	font-size: clamp(2rem, 5vw, 3.75rem);
	font-weight: 800;
	line-height: 1.05;
	text-transform: uppercase;
}

.mam-service-hero__summary {
	margin: 18px 0 0;
	max-width: 720px;
	color: #ffffff;
	font-size: clamp(1.05rem, 2vw, 1.4rem);
	font-weight: 500;
	line-height: 1.5;
}

.mam-service-body {
	padding: 40px 0 72px;
}

.mam-service-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 24px;
}

.mam-service-main,
.mam-service-panel {
	border: 1px solid #d6d6d6;
	background: #f7f7f7;
}

.mam-service-main {
	padding: 28px 24px;
}

.mam-service-copy {
	color: #333333;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.7;
}

.mam-service-copy > *:first-child {
	margin-top: 0;
}

.mam-service-copy > *:last-child {
	margin-bottom: 0;
}

.mam-service-panel {
	padding: 28px 24px;
}

.mam-service-panel__title {
	margin: 0 0 16px;
	color: #111111;
	font-size: 1.35rem;
	font-weight: 800;
	line-height: 1.1;
	text-transform: uppercase;
}

.mam-service-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mam-service-list li {
	position: relative;
	padding-left: 18px;
	color: #333333;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.55;
}

.mam-service-list li + li {
	margin-top: 10px;
}

.mam-service-list li::before {
	content: "–";
	position: absolute;
	left: 0;
	top: 0;
}

.mam-service-price {
	margin: 24px 0 0;
	color: #c95b00;
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1.3;
}

.mam-service-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	margin-top: 20px;
	padding: 12px 18px;
	border: 1px solid #c95b00;
	background: #c95b00;
	color: #ffffff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.mam-service-cta:hover,
.mam-service-cta:focus {
	opacity: 0.92;
	transform: translateY(-1px);
}

@media (min-width: 1024px) {
	.mam-service-layout {
		grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.8fr);
		align-items: start;
	}

	.mam-service-panel {
		position: sticky;
		top: 32px;
	}
}
