.mp-service {
	--mp-color-black: #101213;
	--mp-color-deep: #141618;
	--mp-color-ink: #303133;
	--mp-color-muted: #777;
	--mp-color-line: rgba(48, 49, 51, 0.16);
	--mp-color-paper: #fff;
	--mp-color-soft: #f7f7f7;
	--mp-color-accent: #fff;
	--mp-shadow-soft: none;
	color: var(--mp-color-ink);
	background: #fff;
	font-family: Inter, inherit;
}

.mp-service * {
	box-sizing: border-box;
}

.mp-service__wrap {
	width: min(1120px, calc(100% - 40px));
	margin: 0 auto;
}

.mp-service__eyebrow {
	margin: 0 0 18px;
	color: currentColor;
	font-family: Inter, inherit;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.2;
	text-transform: uppercase;
	opacity: 0.58;
}

.mp-service-hero {
	position: relative;
	min-height: clamp(640px, 78vh, 860px);
	padding: clamp(104px, 12vw, 176px) 0 clamp(72px, 9vw, 116px);
	color: #fff;
	background: var(--mp-color-black);
	overflow: hidden;
}

.mp-service-hero::before {
	content: "Trentesimo Trentesimo Trentesimo";
	position: absolute;
	left: 0;
	top: 52%;
	z-index: 0;
	color: transparent;
	font-family: Syne, Inter, sans-serif;
	font-size: clamp(108px, 19vw, 290px);
	font-weight: 600;
	line-height: 0.8;
	opacity: 0.18;
	pointer-events: none;
	text-transform: uppercase;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.12);
	text-stroke: 1px rgba(255, 255, 255, 0.12);
	transform: translate3d(0, -50%, 0);
	white-space: nowrap;
	animation: mp-service-hero-marquee 28s linear infinite;
}

@keyframes mp-service-hero-marquee {
	from {
		transform: translate3d(0, -50%, 0);
	}

	to {
		transform: translate3d(-33.333%, -50%, 0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.mp-service-hero::before {
		animation: none;
	}
}

.mp-service-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.78fr);
	gap: clamp(32px, 6vw, 80px);
	align-items: center;
}

.mp-service-hero__title {
	max-width: 720px;
	margin: 0;
	color: #fff;
	font-family: Syne, Inter, sans-serif;
	font-size: clamp(58px, 7.8vw, 118px);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 0.98;
}

.mp-service-hero__intro {
	max-width: 680px;
	margin-top: 28px;
	color: rgba(255, 255, 255, 0.72);
	font-size: clamp(18px, 1.55vw, 24px);
	font-weight: 400;
	line-height: 1.55;
}

.mp-service-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 0 28px;
	border: 1px solid currentColor;
	border-radius: 50px;
	color: inherit;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.mp-service-button:hover,
.mp-service-button:focus {
	background: #fff;
	border-color: #fff;
	color: var(--mp-color-black);
}

.mp-service-hero__button-wrap {
	display: inline-block;
	margin-top: 34px;
}

.mp-service-hero__button {
	color: #fff;
}

.mp-service-hero__intro > *:first-child,
.mp-service-definition__body > *:first-child,
.mp-service-section__heading > *:first-child,
.mp-service-use-case > *:first-child {
	margin-top: 0;
}

.mp-service-hero__intro > *:last-child,
.mp-service-definition__body > *:last-child,
.mp-service-section__heading > *:last-child,
.mp-service-use-case > *:last-child {
	margin-bottom: 0;
}

.mp-service-hero__media {
	position: relative;
	aspect-ratio: 1 / 1;
	min-height: 440px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 0;
	background: #16191b;
	box-shadow: var(--mp-shadow-soft);
	overflow: hidden;
}

.mp-service-hero__image,
.mp-service-hero__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0;
	object-fit: cover;
}

.mp-service-hero__placeholder {
	display: grid;
	place-items: center;
	color: rgba(255, 255, 255, 0.42);
	font-family: Syne, Inter, sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.mp-service-section {
	padding: clamp(58px, 8vw, 104px) 0;
	background: #fff;
}

.mp-service-section--definition {
	background: #fff;
}

.mp-service-section--faq {
	background: var(--mp-color-soft);
}

.mp-service-section--use-cases {
	color: #fff;
	background: #000;
}

.mp-service-section__heading {
	max-width: 560px;
}

.mp-service-section__heading--wide {
	max-width: 760px;
	margin-bottom: 34px;
}

.mp-service-section__heading h2 {
	margin: 0;
	color: var(--mp-color-ink);
	font-family: Syne, Inter, sans-serif;
	font-size: clamp(35px, 4vw, 64px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.05;
	text-transform: uppercase;
}

.mp-service-section__heading p:not(.mp-service__eyebrow) {
	margin: 18px 0 0;
	color: var(--mp-color-muted);
	font-size: clamp(18px, 1.8vw, 24px);
	font-weight: 300;
	line-height: 1.55;
}

.mp-service-section--use-cases .mp-service-section__heading h2 {
	color: #fff;
}

.mp-service-section--use-cases .mp-service-section__heading p,
.mp-service-section--use-cases .mp-service__eyebrow {
	color: rgba(255, 255, 255, 0.68);
}

.mp-service-definition {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(34px, 6vw, 88px);
	align-items: start;
}

.mp-service-definition__panel {
	display: grid;
	gap: clamp(28px, 4vw, 42px);
	align-content: start;
}

.mp-service-definition__panel .mp-service-section__heading {
	max-width: 620px;
}

.mp-service-definition__body {
	padding: clamp(28px, 4vw, 48px) 0;
	border: 1px solid var(--mp-color-line);
	border-right: 0;
	border-left: 0;
	border-radius: 0;
	background: #fff;
	color: var(--mp-color-muted);
	font-size: clamp(20px, 2vw, 30px);
	font-weight: 300;
	line-height: 1.45;
}

.mp-service-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	margin-top: 18px;
	color: var(--mp-color-ink);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
}

.mp-service-link::after {
	content: "";
	display: inline-block;
	width: 38px;
	height: 1px;
	margin-left: 14px;
	background: currentColor;
	transition: width 180ms ease;
}

.mp-service-link:hover::after,
.mp-service-link:focus::after {
	width: 54px;
}

.mp-service-faq {
	display: grid;
	gap: 14px;
	margin-top: 34px;
}

.mp-service-faq__item {
	border: 1px solid var(--mp-color-line);
	border-radius: 0;
	background: #fff;
	overflow: hidden;
}

.mp-service-faq__item summary {
	position: relative;
	display: block;
	padding: 22px 58px 22px 24px;
	color: var(--mp-color-ink);
	font-size: clamp(20px, 2vw, 30px);
	font-weight: 600;
	line-height: 1.35;
	cursor: pointer;
}

.mp-service-faq__item summary::-webkit-details-marker {
	display: none;
}

.mp-service-faq__item summary::after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 24px;
	width: 24px;
	height: 24px;
	color: var(--mp-color-ink);
	font-size: 24px;
	font-weight: 400;
	line-height: 22px;
	text-align: center;
	transform: translateY(-50%);
}

.mp-service-faq__item[open] summary::after {
	content: "-";
}

.mp-service-faq__item p {
	margin: 0;
	padding: 0 24px 24px;
	color: var(--mp-color-muted);
	font-size: clamp(17px, 1.6vw, 24px);
	font-weight: 300;
	line-height: 1.55;
}

.mp-service-cta {
	position: relative;
	padding: clamp(72px, 10vw, 136px) 0;
	color: #fff;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.64)),
		var(--mp-cta-image) center / cover no-repeat,
		#000;
	overflow: hidden;
}

.mp-service-cta__content {
	max-width: 720px;
}

.mp-service-cta__content h2 {
	margin: 0;
	color: #fff;
	font-family: Syne, Inter, sans-serif;
	font-size: clamp(40px, 5.5vw, 82px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.02;
	text-transform: uppercase;
}

.mp-service-cta__content p:not(.mp-service__eyebrow) {
	margin: 22px 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(18px, 1.7vw, 24px);
	font-weight: 300;
	line-height: 1.55;
}

.mp-service-cta__button-wrap {
	display: inline-block;
	margin-top: 34px;
}

.mp-service-cta__button {
	color: #fff;
}

.mp-service-use-cases {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.mp-service-use-case {
	min-height: 250px;
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 0;
	background: transparent;
}

.mp-service-use-case--image {
	display: grid;
	place-items: center;
	grid-column: span 2;
	min-height: 360px;
	padding: 0;
	background:
		linear-gradient(rgba(16, 18, 19, 0.18), rgba(16, 18, 19, 0.18)),
		repeating-linear-gradient(
			135deg,
			rgba(255, 255, 255, 0.08) 0,
			rgba(255, 255, 255, 0.08) 1px,
			transparent 1px,
			transparent 18px
		),
		#171a1c;
}

.mp-service-use-case--image-secondary {
	grid-column: span 2;
}

.mp-service-use-case--image span {
	color: rgba(255, 255, 255, 0.42);
	font-family: Syne, Inter, sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.mp-service-use-case--image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mp-service-use-case__number {
	display: block;
	margin-bottom: 34px;
	color: rgba(255, 255, 255, 0.46);
	font-family: Syne, Inter, sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
}

.mp-service-use-case h3 {
	margin: 0 0 12px;
	color: #fff;
	font-family: Syne, Inter, sans-serif;
	font-size: 29px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	text-transform: uppercase;
}

.mp-service-use-case p {
	margin: 0;
	color: rgba(255, 255, 255, 0.62);
	font-size: 18px;
	font-weight: 300;
	line-height: 1.55;
}

@media (max-width: 959px) {
	.mp-service-hero__grid,
	.mp-service-definition {
		grid-template-columns: 1fr;
	}

	.mp-service-hero__media,
	.mp-service-hero__image,
	.mp-service-hero__placeholder {
		min-height: 0;
	}

	.mp-service-use-cases {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mp-service-use-case--image,
	.mp-service-use-case--image-secondary {
		grid-column: span 1;
	}
}

@media (max-width: 599px) {
	.mp-service__wrap {
		width: min(100% - 28px, 1120px);
	}

	.mp-service-hero {
		padding-top: 54px;
	}

	.mp-service-hero__title {
		font-size: 48px;
	}

	.mp-service-hero__intro,
	.mp-service-definition__body,
	.mp-service-section__heading p:not(.mp-service__eyebrow) {
		font-size: 16px;
	}

	.mp-service-hero__media,
	.mp-service-hero__image,
	.mp-service-hero__placeholder {
		min-height: 0;
	}

	.mp-service-faq__item summary {
		padding: 20px 52px 20px 18px;
		font-size: 17px;
	}

	.mp-service-faq__item summary::after {
		right: 18px;
	}

	.mp-service-faq__item p {
		padding: 0 18px 20px;
	}

	.mp-service-use-cases {
		grid-template-columns: 1fr;
	}

	.mp-service-use-case {
		min-height: 220px;
	}

	.mp-service-use-case--image {
		min-height: 280px;
	}

}
