/* =========================================================
   DISTINCTION LANDING
   ========================================================= */

.distinction-main {
	padding-top: var(--header-height, 96px);
}

/* =========================================================
		 HERO (60vh)
		 ========================================================= */

.distinction-hero {
	position: relative;
	width: 100%;
	height: 60vh;
	min-height: 420px;
	background: #0b0b0b;
	overflow: hidden;
	padding: 0;
}

@media (max-width: 991.98px) {
	.distinction-hero {
		min-height: 520px;
	}
}

.distinction-hero-inner {
	position: relative;
	width: 100%;
	height: 100%;
}

.distinction-hero-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* =========================================================
		 OVERLAY: title centered, CTA bottom-right
		 ========================================================= */

.distinction-hero-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	z-index: 14;
	mix-blend-mode: difference;
}

.distinction-hero-cta {
	position: absolute;
	right: 18px;
	bottom: 12px;

	pointer-events: auto;

	background: transparent;
	border: none;
	padding: 0;

	font-family: "Inter";
	text-transform: uppercase;

	cursor: pointer;

	color: var(--Crema, #fffffc);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
	mix-blend-mode: difference;
}

.distinction-hero-cta:hover {
	opacity: 1;
	text-decoration: underline;
}

.distinction-hero-cta:focus-visible {
	outline: 2px solid #ffffff;
	outline-offset: 3px;
}

/* =========================================================
		 VIDEO MODAL
		 ========================================================= */

.distinction-video-modal {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.95);
	z-index: 99999;

	display: none;
	align-items: center;
	justify-content: center;
}

.distinction-video-modal.is-open {
	display: flex;
}

.distinction-video-modal-inner {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.distinction-video-modal video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: #000000;
	pointer-events: auto;
}

/* CLOSE */

.distinction-video-modal-close {
	position: absolute;
	top: 2rem;
	right: 2rem;
	z-index: 10;

	font-size: 3rem;
	background: none;
	border: none;
	color: #ffffff;
	mix-blend-mode: difference;
	cursor: pointer;
	line-height: 1;

	pointer-events: auto;
}

.distinction-video-modal-close:focus-visible {
	outline: 2px solid #ffffff;
	outline-offset: 3px;
}

/* =========================================================
   DISTINCTION – STAGES SECTION
   ========================================================= */

.distinction-stages {
	padding: 8rem 0 10rem;
	background: #fffffc;
}

/* TOP LEFT TEXT */

.distinction-stages-intro {
	color: var(--Negro-texto, #27282b);

	font-family: "Optima Nova Light";
	font-size: 36px;
	font-weight: 400;
	line-height: 46px;
	margin: 0;
}

/* TOP RIGHT TEXT */

.distinction-stages-goal {
	color: var(--Negro-texto, #27282b);

	font-family: "Inter";
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
	margin: 0;
	text-transform: uppercase;
}

/* =========================================================
   STAGE TITLES
   ========================================================= */

.distinction-stage-title {
	color: var(--Negro-Pizarra-Claro, #819399);
	text-align: center;

	font-family: "Optima Nova Light";
	font-size: 64px;
	font-weight: 400;
	line-height: normal;

	margin-bottom: 0.5rem;
}

/* STAGE COPY */

.distinction-stage-copy {
	color: var(--Negro-Pizarra-Claro, #819399);
	text-align: center;

	font-family: "Inter";
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;

	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 991.98px) {
	.distinction-stages {
		padding: 5rem 0 6rem;
	}

	.distinction-stages-intro {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 1.5rem;
	}

	.distinction-stage-title {
		font-size: 2.5rem;
	}

	.distinction-stage-copy {
		padding: 0 1rem;
	}
}

/* =========================================================
   DISTINCTION – CAPABILITIES
   ========================================================= */

.distinction-capabilities {
	padding: 4rem 0;
}

/* TOP TEXT */

.distinction-capabilities-intro {
	color: var(--Negro-texto, #27282b);

	font-family: "Inter";
	font-size: 16px;
	font-weight: 300;
	line-height: normal;
	text-transform: uppercase;

	margin: 0;
}

/* LEFT LABEL */

.distinction-capability-label {
	color: var(--Negro-texto, #27282b);

	font-family: "Inter";
	font-size: 1rem;
	font-weight: 300;
	line-height: normal;

	margin: 0;
}
@media (max-width: 991.98px) {
	.distinction-capability-label {
		font-size: 1.5rem;
		text-align: left;
	}
}

/* RIGHT COPY */

.distinction-capability-copy {
	color: var(--Negro-texto, #27282b);
	text-align: justify;

	font-family: "Inter";
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;

	margin: 0;
}

/* =========================================================
   DISTINCTION – VALUES
   ========================================================= */

.distinction-values {
	padding: 4rem 0 10rem;
}

/* =========================================================
		 TOP HEADER
		 ========================================================= */

.distinction-values-label {
	color: var(--Negro-texto, #27282b);
	font-family: "Inter";
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0;
}

.distinction-values-intro {
	margin: 0;
	color: var(--Negro-Pizarra, #191615);
	text-align: center;

	/* H2 */
	font-family: "Optima Nova Light";
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%; /* 52.8px */
}

.distinction-values-intro .is-muted {
	color: var(--Negro-Pizarra-Claro, #819399);
}

/* =========================================================
		 VALUE LINE (DESKTOP)
		 ========================================================= */

.distinction-value-line {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
}

/* TITLE */

.distinction-value-title {
	color: var(--Negro-texto, #27282b);
	font-family: "Inter";
	font-size: 16px;
	font-weight: 400;
	white-space: nowrap;
	margin: 0;
}

/* PARAGRAPH */

.distinction-value-copy {
	color: var(--Negro-texto, #27282b);
	font-family: "Inter";
	font-size: 16px;
	font-weight: 400;
	line-height: 1.35;
	margin: 0;
	max-width: 420px;
}

@media (max-width: 991px) {
	.distinction-value-line {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 0.75rem;
	}

	/* TITLE */

	.distinction-value-title {
		font-size: 1.5rem;
		white-space: normal;
	}

	/* PARAGRAPH */

	.distinction-value-copy {
		font-size: 1rem;
		line-height: 1.4;
		max-width: 100%;
	}
}

/* =========================================================
		 ASTERISKS
		 ========================================================= */

/* small inline asterisk (desktop) */
.asterisk-inline {
	flex: 0 0 auto;
	width: 11px;
	height: 14px;
	margin-top: 0.15rem;
}

.asterisk-inline img {
	width: 100%;
	height: 100%;
	display: block;
}

/* big asterisk (desktop only) */
.asterisk-large {
	display: inline-block;
	width: 200px;
	height: 200px;
}

.asterisk-large img {
	width: 100%;
	height: 100%;
	display: block;
}

/* =========================================================
		 SPACING HELPERS
		 ========================================================= */

.mb-6 {
	margin-bottom: 6rem;
}

/* =========================================================
		 MOBILE REFLOW
		 ========================================================= */

@media (max-width: 991.98px) {
	.distinction-values {
		padding: 5rem 0 6rem;
	}

	.mb-6 {
		margin-bottom: 4rem;
	}

	/* hide big asterisks completely */
	.asterisk-large {
		display: none !important;
	}

	/* stack title and paragraph */
	.distinction-value-line {
		flex-direction: column;
		gap: 0.25rem;
	}

	/* hide inline asterisk in title line */
	.asterisk-inline {
		display: none;
	}

	/* paragraph gets leading asterisk */
	.distinction-value-copy {
		position: relative;
		padding-left: 1.75rem;
		max-width: none;
	}

	.distinction-value-copy::before {
		content: "";
		position: absolute;
		left: 0;
		top: 0.15rem;

		width: 1rem;
		height: 1rem;

		background-image: url("../images/asterisk.svg");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	}
}

/* DISTINCTION STAGES – ACTIVE STATE */

.distinction-stage.is-active .distinction-stage-title {
	color: var(--Negro-Pizarra, #191615);
	text-align: center;

	font-family: "Optima Nova Light";
	font-size: 8rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.distinction-stage.is-active .distinction-stage-copy {
	color: var(--Negro-Pizarra, #191615);
	text-align: center;

	font-family: "Inter";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

/* SLOW, DELIBERATE TRANSITIONS */

.distinction-stage-title {
	transition:
		color 0.8s ease,
		font-size 0.9s ease;
}

.distinction-stage-copy {
	transition:
		color 0.8s ease,
		font-weight 0.6s ease;
}

/* MOBILE SAFETY */

@media (max-width: 991.98px) {
	.distinction-stage.is-active .distinction-stage-title {
		font-size: 3rem;
	}
}

/* CAPABILITIES VIDEO BACKGROUND – CORRECT, CONTAINER-BOUND */

/* overlay sits exactly over the video */
.distinction-capabilities-overlay {
	position: relative;
	z-index: 2;
}

/* mobile spacing */

.asterisk-video {
	width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
}

/* POSTER CONTAINER */

.distinction-video-container {
	position: absolute;
	inset: 0;
}

/* VIDEO */

.distinction-hero-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 2;
}

/* POSTER */

.distinction-video-poster {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	background: black;
	z-index: 1;
	transition: opacity .5s ease;
	pointer-events: none;
}

/* poster hidden */

.distinction-video-container.is-ready .distinction-video-poster {
	opacity: 0;
}