/* =========================================================
   TOTAL VACUUM
   Issa Web Studio
   ========================================================= */

:root {
	--tv-green: #01a046;
	--tv-green-dark: #007a36;

	--tv-ink: #123127;
	--tv-black: #0b1612;

	--tv-gray-900: #24342d;
	--tv-gray-700: #56685f;
	--tv-gray-500: #7d8b84;
	--tv-gray-300: #cbd5d0;
	--tv-gray-200: #e5ebe8;
	--tv-gray-100: #f3f6f4;

	--tv-white: #ffffff;

	--tv-container: 1380px;

	--tv-radius-sm: 8px;
	--tv-radius-md: 14px;
	--tv-radius-lg: 24px;

	--tv-transition: 180ms cubic-bezier(.2, .7, .2, 1);
}


/* =========================================================
   RESET
   ========================================================= */

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--tv-white);
	color: var(--tv-ink);
	font-family:
		Inter,
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.tv-menu-open {
	overflow: hidden;
}

img,
video {
	display: block;
	max-width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
}

button,
input,
textarea,
select {
	font: inherit;
}


/* =========================================================
   LAYOUT
   ========================================================= */

.tv-container {
	width: min(
		calc(100% - 48px),
		var(--tv-container)
	);
	margin-inline: auto;
}


/* =========================================================
   TYPOGRAPHY
   ========================================================= */

h1,
h2,
h3,
h4,
p {
	margin-top: 0;
}

h1,
h2,
h3,
h4 {
	color: var(--tv-ink);
}

p {
	color: var(--tv-gray-700);
}


/* =========================================================
   ACCESSIBILITY
   ========================================================= */

:focus-visible {
	outline: 2px solid var(--tv-green);
	outline-offset: 4px;
}

.tv-services-showcase :focus-visible,
.tv-environment :focus-visible,
.tv-final-cta :focus-visible,
.tv-footer :focus-visible {
	outline-color: #ffffff;
}


/* =========================================================
   BUTTONS
   ========================================================= */

.tv-button {
	min-height: 46px;
	padding: 0 19px;

	display: inline-flex;
	align-items: center;
	justify-content: center;

	border: 0;
	border-radius: var(--tv-radius-sm);

	font-size: 13px;
	font-weight: 750;
	line-height: 1;

	cursor: pointer;

	transition:
		transform var(--tv-transition),
		background var(--tv-transition),
		border-color var(--tv-transition),
		color var(--tv-transition);
}

.tv-button:hover {
	transform: translateY(-1px);
}

.tv-button-primary {
	background: var(--tv-green);
	color: var(--tv-white);
}

.tv-button-primary:hover {
	background: var(--tv-green-dark);
}


/* =========================================================
   HEADER
   ========================================================= */

.tv-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;

	background: rgba(255, 255, 255, .88);
	border-bottom: 1px solid rgba(18, 49, 39, .08);

	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);

	transition:
		background 220ms ease,
		box-shadow 220ms ease,
		border-color 220ms ease;
}

.tv-header.is-scrolled {
	background: rgba(255, 255, 255, .96);
	border-color: rgba(18, 49, 39, .10);
	box-shadow: 0 10px 35px rgba(12, 37, 28, .07);
}

.tv-header-inner {
	min-height: 82px;

	display: flex;
	align-items: center;
	justify-content: space-between;

	gap: 28px;
}


/* =========================================================
   LOGO
   ========================================================= */

.tv-logo-link {
	flex: 0 0 auto;

	display: flex;
	align-items: center;
}

.tv-logo {
	display: block;

	width: 178px;
	height: 54px;

	flex: 0 0 auto;
}


.tv-logo-solid {
	background:
		#01a046;

	-webkit-mask:
		url("https://www.totalvacuum.com.ec/wp-content/uploads/2026/08/ChatGPT-Image-Aug-28-2026-07_59_44-PM.png")
		left center / contain
		no-repeat;

	mask:
		url("https://www.totalvacuum.com.ec/wp-content/uploads/2026/08/ChatGPT-Image-Aug-28-2026-07_59_44-PM.png")
		left center / contain
		no-repeat;
}


/* =========================================================
   DESKTOP NAV
   ========================================================= */

.tv-nav {
	margin-left: auto;

	display: flex;
	align-items: center;

	gap: 28px;
}

.tv-nav a {
	position: relative;
	padding: 31px 0;

	font-size: 13px;
	font-weight: 650;
	line-height: 1;

	color: var(--tv-gray-700);

	transition: color var(--tv-transition);
}

.tv-nav a::after {
	content: '';

	position: absolute;
	left: 0;
	right: 100%;
	bottom: 22px;

	height: 2px;
	border-radius: 10px;

	background: var(--tv-green);

	transition: right 220ms cubic-bezier(.2, .7, .2, 1);
}

.tv-nav a:hover {
	color: var(--tv-ink);
}

.tv-nav a:hover::after {
	right: 0;
}


/* =========================================================
   HEADER ACTIONS
   ========================================================= */

.tv-header-actions {
	display: flex;
	align-items: center;

	gap: 18px;
}

.tv-portal-link {
	min-height: 44px;
	display: inline-flex;
	align-items: center;

	font-size: 13px;
	font-weight: 750;

	color: var(--tv-ink);
	white-space: nowrap;

	transition: color var(--tv-transition);
}

.tv-portal-link:hover {
	color: var(--tv-green);
}

.tv-header-quote {
	white-space: nowrap;
	color: var(--tv-black);
}

.tv-header-quote:hover {
	color: var(--tv-white);
}

/* Enlace de salto emitido únicamente por el header de las internas. */
.tv-skip-link {
	position: fixed;
	top: 12px;
	left: 16px;
	z-index: 1100;
	max-width: calc(100% - 32px);
	min-height: 48px;
	padding: 12px 18px;
	border: 2px solid var(--tv-green-dark);
	border-radius: var(--tv-radius-sm);
	background: var(--tv-white);
	color: var(--tv-ink);
	font-weight: 750;
	line-height: 1.5;
	overflow-wrap: anywhere;
	transform: translateY(-200%);
}

.tv-skip-link:focus {
	transform: none;
	outline: 2px solid var(--tv-green-dark);
	outline-offset: 3px;
}


/* =========================================================
   MOBILE MENU TOGGLE
   ========================================================= */

.tv-menu-toggle {
	display: none;

	position: relative;

	width: 44px;
	height: 44px;
	padding: 0;

	border: 1px solid var(--tv-gray-200);
	border-radius: 10px;

	background: var(--tv-white);
	cursor: pointer;
}

.tv-menu-toggle span {
	position: absolute;
	left: 12px;

	width: 18px;
	height: 2px;
	border-radius: 10px;

	background: var(--tv-ink);

	transition:
		transform 220ms ease,
		top 220ms ease;
}

.tv-menu-toggle span:first-child {
	top: 17px;
}

.tv-menu-toggle span:last-child {
	top: 24px;
}

.tv-menu-toggle.is-active span:first-child {
	top: 21px;
	transform: rotate(45deg);
}

.tv-menu-toggle.is-active span:last-child {
	top: 21px;
	transform: rotate(-45deg);
}


/* =========================================================
   MOBILE MENU
   ========================================================= */

.tv-mobile-menu {
	--tv-menu-viewport-height: 100vh;
	--tv-menu-header-bottom: 83px;

	position: absolute;
	top: 100%;
	left: 0;
	right: 0;

	max-height: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	overscroll-behavior-y: contain;
	-webkit-overflow-scrolling: touch;

	background: rgba(255, 255, 255, .98);
	border-top: 1px solid var(--tv-gray-200);

	box-shadow: 0 25px 40px rgba(18, 49, 39, .08);

	transition:
		max-height 350ms ease,
		opacity 220ms ease,
		visibility 0s linear 350ms;
}

.tv-mobile-menu.is-open {
	max-height: 520px;
	max-height: min(520px, max(0px, calc(var(--tv-menu-viewport-height) - var(--tv-menu-header-bottom) - env(safe-area-inset-bottom, 0px))));
	overflow-x: hidden;
	overflow-y: auto;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transition-delay: 0s;
}

@supports (height: 100svh) {
	.tv-mobile-menu { --tv-menu-viewport-height: 100svh; }
}

@supports (height: 100dvh) {
	.tv-mobile-menu { --tv-menu-viewport-height: 100dvh; }
}

@media (max-width: 680px) {
	.tv-mobile-menu { --tv-menu-header-bottom: 71px; }
}

@media (prefers-reduced-motion: reduce) {
	.tv-mobile-menu { transition-delay: 0s; }
}

.tv-mobile-menu-inner {
	padding-top: 20px;
	padding-bottom: 28px;
}

.tv-mobile-menu nav {
	display: flex;
	flex-direction: column;
}

.tv-mobile-menu a {
	padding: 15px 0;
	border-bottom: 1px solid var(--tv-gray-200);

	font-size: 17px;
	font-weight: 650;

	color: var(--tv-ink);
}

.tv-mobile-menu .tv-mobile-portal {
	margin-top: 14px;
	padding: 15px 17px;

	border: 0;
	border-radius: 9px;

	background: var(--tv-gray-100);
	color: var(--tv-green-dark);
}


/* =========================================================
   MAIN
   ========================================================= */

.tv-main {
	min-height: 100vh;
}


/* =========================================================
   HERO
   ========================================================= */

.tv-hero {
	--tv-hero-header-height: 82px;

	position: relative;
	z-index: 0;
	isolation: isolate;

	min-height: 100vh;
	min-height: 100svh;

	overflow: hidden;

	background: #10231c;
	color: #ffffff;
}

/*
 * La altura fija solo se activa cuando JavaScript comprueba
 * que todo el contenido cabe dentro del viewport.
 */
.tv-hero.is-enhanced {
	height: 100vh;
	min-height: 0;
}

.tv-hero-media {
	position: absolute;
	inset: 0;
	z-index: 0;

	overflow: hidden;
	pointer-events: none;
}

.tv-hero-image {
	position: absolute;
	inset: 0;

	width: 100%;
	height: 100%;
	max-width: none;

	object-fit: cover;
	object-position: 62% center;

	transform: scale(1.02);
	transform-origin: 74% 50%;
}

.tv-hero.is-enhanced .tv-hero-image {
	will-change: transform;
}

.tv-hero-overlay {
	position: absolute;
	inset: 0;

	background: linear-gradient(
		90deg,
		rgba(6, 21, 16, .88) 0%,
		rgba(6, 21, 16, .76) 28%,
		rgba(6, 21, 16, .48) 46%,
		rgba(6, 21, 16, .12) 68%,
		rgba(6, 21, 16, .06) 100%
	);
}

.tv-hero-layout {
	position: relative;
	z-index: 1;

	min-height: 100vh;
	min-height: 100svh;

	display: grid;
	grid-template-columns: minmax(0, 1fr) 168px;
	align-items: center;

	gap: clamp(24px, 4vw, 60px);

	padding-top: calc(var(--tv-hero-header-height) + 40px);
	padding-bottom: 64px;
}

.tv-hero.is-enhanced .tv-hero-layout {
	height: 100%;
	min-height: 0;
}


/* =========================================================
   HERO COPY
   ========================================================= */

.tv-hero-copy {
	width: 100%;
	max-width: 720px;
	min-width: 0;
}

.tv-hero-kicker {
	margin-bottom: 18px;

	font-size: 12px;
	font-weight: 800;
	line-height: 1.4;

	letter-spacing: .12em;
	text-transform: uppercase;

	color: rgba(255, 255, 255, .82);
}

.tv-hero-panels {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
}

/*
 * Todos los paneles comparten una celda durante la animación.
 * El más alto reserva el espacio y evita saltos entre mensajes.
 */
.tv-hero-panel {
	grid-area: 1 / 1;
	align-self: start;

	min-width: 0;

	opacity: 1;
	visibility: visible;
}

.tv-hero-panel:not(:first-child) {
	display: none;
	opacity: 0;
	visibility: hidden;
}

.tv-hero.is-enhanced .tv-hero-panel,
.tv-hero.is-measuring .tv-hero-panel {
	display: block;
}

.tv-hero.is-enhanced .tv-hero-panel {
	pointer-events: none;
}

.tv-hero.is-enhanced .tv-hero-panel.is-active {
	pointer-events: auto;
}

.tv-hero .tv-hero-title {
	max-width: 720px;
	margin: 0 0 22px;

	font-size: clamp(44px, 5vw, 76px);
	font-weight: 700;
	line-height: 1.02;

	letter-spacing: -.05em;
	text-wrap: balance;
	overflow-wrap: break-word;

	color: #ffffff;
}

.tv-hero p {
	max-width: 600px;
	margin: 0 0 28px;

	font-size: 18px;
	line-height: 1.6;

	overflow-wrap: break-word;

	color: rgba(255, 255, 255, .82);
}


/* =========================================================
   HERO ACTIONS
   ========================================================= */

.tv-hero-actions {
	display: flex;
	flex-wrap: wrap;

	gap: 12px;
}

.tv-button-ghost {
	border: 1px solid rgba(255, 255, 255, .34);

	background: rgba(255, 255, 255, .08);
	color: #ffffff;

	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.tv-button-ghost:hover {
	background: rgba(255, 255, 255, .15);
	border-color: rgba(255, 255, 255, .52);
}

/* Ajustes locales: no cambian los botones de otras secciones. */
.tv-hero-actions .tv-button {
	max-width: 100%;
	padding-block: 12px;

	line-height: 1.3;
	text-align: center;
	white-space: normal;
	overflow-wrap: anywhere;
}

.tv-hero .tv-button-ghost {
	background: rgba(255, 255, 255, .035);

	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}

.tv-hero .tv-button-ghost:hover {
	background: rgba(255, 255, 255, .10);
}

.tv-hero .tv-button:focus-visible {
	outline-color: #ffffff;
}


/* =========================================================
   HERO META
   ========================================================= */

.tv-hero-meta {
	margin-top: 28px;

	display: flex;
	align-items: center;

	gap: 11px;

	font-size: 13px;
	line-height: 1.4;

	color: rgba(255, 255, 255, .78);
}

.tv-hero-meta strong {
	margin-left: 4px;
	color: #ffffff;
}

.tv-hero-meta-dot {
	flex: 0 0 8px;

	width: 8px;
	height: 8px;
	border-radius: 50%;

	background: var(--tv-green);
	box-shadow: 0 0 0 5px rgba(1, 160, 70, .16);
}


/* =========================================================
   HERO PROGRESS
   ========================================================= */

.tv-hero-progress {
	position: relative;

	display: none;
	flex-direction: column;

	width: 168px;
	margin: 0;
	padding: 0;

	gap: 14px;
	list-style: none;
}

.tv-hero.is-enhanced .tv-hero-progress {
	display: flex;
}

.tv-hero-progress::before {
	content: '';

	position: absolute;
	left: 5px;
	top: 23px;
	bottom: 23px;

	width: 1px;

	background: rgba(255, 255, 255, .20);
}

.tv-hero-progress-item {
	position: relative;

	display: grid;
	grid-template-columns: 25px minmax(0, 1fr);
	align-items: center;

	min-height: 46px;
	padding: 10px 0 10px 25px;

	gap: 9px;

	color: rgba(255, 255, 255, .68);
	text-align: left;

	transition: color 180ms ease;
}

.tv-hero-progress-item::before {
	content: '';

	position: absolute;
	left: 1px;
	top: 50%;

	width: 9px;
	height: 9px;
	border-radius: 50%;

	background: #86978f;

	transform: translateY(-50%);

	transition:
		background 180ms ease,
		box-shadow 180ms ease;
}

.tv-hero-progress-item.is-active {
	color: var(--tv-green);
}

.tv-hero-progress-item.is-active::before {
	background: var(--tv-green);
	box-shadow: 0 0 0 5px rgba(1, 160, 70, .18);
}

.tv-hero-progress-number {
	font-size: 10px;
	font-weight: 800;
	line-height: 1.4;

	letter-spacing: .08em;
	font-variant-numeric: tabular-nums;
}

.tv-hero-progress-label {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
}


/* =========================================================
   HERO SCROLL INDICATOR
   ========================================================= */

.tv-hero-scroll {
	position: absolute;
	z-index: 2;

	left: 50%;
	bottom: 22px;

	display: none;
	flex-direction: column;
	align-items: center;

	gap: 8px;

	transform: translateX(-50%);
	pointer-events: none;

	font-size: 9px;
	font-weight: 800;
	line-height: 1.3;

	letter-spacing: .13em;
	text-transform: uppercase;

	color: rgba(255, 255, 255, .58);
}

.tv-hero.is-enhanced .tv-hero-scroll {
	display: flex;
}

.tv-hero-scroll-line {
	width: 1px;
	height: 25px;

	background: linear-gradient(
		to bottom,
		rgba(255, 255, 255, .75),
		rgba(255, 255, 255, 0)
	);
}


/* =========================================================
   AFTER HERO
   ========================================================= */

.tv-after-hero {
	padding: 110px 0;
	background: #ffffff;
}

.tv-after-hero-placeholder {
	max-width: 900px;
}

.tv-after-hero-placeholder span {
	display: block;
	margin-bottom: 14px;

	font-size: 11px;
	font-weight: 800;

	text-transform: uppercase;
	letter-spacing: .10em;

	color: var(--tv-green);
}

.tv-after-hero-placeholder h2 {
	margin: 0;

	font-size: clamp(42px, 6vw, 78px);
	line-height: 1;

	letter-spacing: -.045em;
}


/* =========================================================
   CAPABILITIES
   ========================================================= */

.tv-capabilities {
	position: relative;

	padding:
		clamp(70px, 7vw, 110px) 0
		clamp(100px, 10vw, 150px);

	overflow: hidden;

	background:
		#ffffff;

	color:
		var(--tv-ink);
}


.tv-capabilities-head {
	display: grid;

	grid-template-columns:
		180px minmax(0, 1fr);

	gap:
		clamp(40px, 7vw, 110px);

	align-items:
		start;

	margin-bottom:
		clamp(70px, 8vw, 120px);
}


.tv-capabilities-label {
	padding-top:
		12px;

	font-size:
		11px;

	font-weight:
		800;

	line-height:
		1.4;

	letter-spacing:
		.13em;

	text-transform:
		uppercase;

	color:
		var(--tv-green);
}


.tv-capabilities-intro {
	max-width:
		1050px;
}


.tv-capabilities-intro h2 {
	margin:
		0;

	max-width:
		1000px;

	font-size:
		clamp(50px, 6.1vw, 96px);

	font-weight:
		680;

	line-height:
		.98;

	letter-spacing:
		-.055em;

	color:
		var(--tv-ink);
}


.tv-capabilities-intro h2 span {
	display:
		block;

	color:
		var(--tv-gray-500);
}


.tv-capabilities-intro p {
	max-width:
		650px;

	margin:
		38px 0 0 auto;

	font-size:
		18px;

	line-height:
		1.65;

	color:
		var(--tv-gray-700);
}


/* =========================================================
   CAPABILITY LIST
   ========================================================= */

.tv-capabilities-grid {
	border-top:
		1px solid var(--tv-gray-300);
}


.tv-capability {
	position:
		relative;

	display:
		grid;

	grid-template-columns:
		110px
		minmax(0, 1fr)
		60px;

	gap:
		30px;

	align-items:
		center;

	min-height:
		180px;

	padding:
		32px 10px;

	border-bottom:
		1px solid var(--tv-gray-300);

	transition:
		padding 280ms
		cubic-bezier(.2,.7,.2,1),
		background 280ms ease;
}


.tv-capability::before {
	content:
		'';

	position:
		absolute;

	left:
		0;

	top:
		0;

	bottom:
		0;

	width:
		3px;

	background:
		var(--tv-green);

	transform:
		scaleY(0);

	transform-origin:
		bottom;

	transition:
		transform 280ms
		cubic-bezier(.2,.7,.2,1);
}


.tv-capability:hover {
	padding-left:
		24px;

	background:
		var(--tv-gray-100);
}


.tv-capability:hover::before {
	transform:
		scaleY(1);
}


.tv-capability-number {
	align-self:
		start;

	padding-top:
		5px;

	font-size:
		11px;

	font-weight:
		800;

	letter-spacing:
		.08em;

	color:
		var(--tv-green);
}


.tv-capability-content {
	display:
		grid;

	grid-template-columns:
		minmax(300px, .9fr)
		minmax(280px, .65fr);

	gap:
		clamp(35px, 6vw, 100px);

	align-items:
		start;
}


.tv-capability-content h3 {
	margin:
		0;

	max-width:
		620px;

	font-size:
		clamp(31px, 3vw, 48px);

	font-weight:
		650;

	line-height:
		1.05;

	letter-spacing:
		-.035em;

	color:
		var(--tv-ink);

	transition:
		color 220ms ease;
}


.tv-capability-content p {
	margin:
		4px 0 0;

	max-width:
		440px;

	font-size:
		15px;

	line-height:
		1.65;

	color:
		var(--tv-gray-700);
}


.tv-capability:hover
.tv-capability-content h3 {
	color:
		var(--tv-green-dark);
}


.tv-capability-arrow {
	justify-self:
		end;

	display:
		flex;

	align-items:
		center;

	justify-content:
		center;

	width:
		46px;

	height:
		46px;

	border:
		1px solid var(--tv-gray-300);

	border-radius:
		50%;

	font-size:
		20px;

	color:
		var(--tv-ink);

	transition:
		transform 250ms ease,
		background 250ms ease,
		color 250ms ease,
		border-color 250ms ease;
}


.tv-capability:hover
.tv-capability-arrow {
	transform:
		translate(3px, -3px);

	border-color:
		var(--tv-green);

	background:
		var(--tv-green);

	color:
		#ffffff;
}


/* =========================================================
   CAPABILITIES FOOTER
   ========================================================= */

.tv-capabilities-footer {
	display:
		flex;

	align-items:
		center;

	justify-content:
		space-between;

	gap:
		30px;

	margin-top:
		38px;
}


.tv-capabilities-footer p {
	margin:
		0;

	font-size:
		13px;

	color:
		var(--tv-gray-500);
}


.tv-capabilities-link {
	display:
		inline-flex;

	align-items:
		center;

	gap:
		12px;

	font-size:
		14px;

	font-weight:
		750;

	color:
		var(--tv-ink);
}


.tv-capabilities-link span {
	font-size:
		19px;

	color:
		var(--tv-green);

	transition:
		transform 200ms ease;
}


.tv-capabilities-link:hover span {
	transform:
		translateX(5px);
}


/* =========================================================
   CAPABILITIES RESPONSIVE
   ========================================================= */

@media (max-width: 1040px) {

	.tv-capabilities-head {
		grid-template-columns:
			1fr;

		gap:
			26px;
	}


	.tv-capabilities-intro p {
		margin-left:
			0;
	}


	.tv-capability {
		grid-template-columns:
			70px
			minmax(0, 1fr)
			50px;
	}


	.tv-capability-content {
		grid-template-columns:
			1fr;

		gap:
			15px;
	}

}


@media (max-width: 680px) {

	.tv-capabilities {
		padding:
			85px 0 75px;
	}


	.tv-capabilities-head {
		margin-bottom:
			55px;
	}


	.tv-capabilities-intro h2 {
		font-size:
			clamp(42px, 12vw, 60px);
	}


	.tv-capabilities-intro p {
		margin-top:
			28px;

		font-size:
			16px;
	}


	.tv-capability {
		grid-template-columns:
			38px
			minmax(0, 1fr);

		gap:
			12px;

		min-height:
			0;

		padding:
			28px 0;
	}


	.tv-capability:hover {
		padding-left:
			0;

		background:
			transparent;
	}


	.tv-capability::before {
		display:
			none;
	}


	.tv-capability-content {
		gap:
			12px;
	}


	.tv-capability-content h3 {
		font-size:
			clamp(28px, 8vw, 38px);
	}


	.tv-capability-content p {
		font-size:
			14px;
	}


	.tv-capability-arrow {
		display:
			none;
	}


	.tv-capabilities-footer {
		align-items:
			flex-start;

		flex-direction:
			column;

		margin-top:
			30px;
	}

}

/* =========================================================
   SERVICES SHOWCASE
   ========================================================= */

.tv-services-showcase {
	position: relative;

	padding:
		clamp(100px, 10vw, 160px) 0;

	overflow: clip;

	background:
		#081510;

	color:
		#ffffff;
}


.tv-services-showcase::before {
	content: "SERVICIOS";

	position: absolute;

	left:
		50%;

	top:
		18px;

	transform:
		translateX(-50%);

	font-size:
		clamp(120px, 20vw, 330px);

	font-weight:
		800;

	line-height:
		1;

	letter-spacing:
		-.07em;

	color:
		rgba(255,255,255,.018);

	pointer-events:
		none;

	white-space:
		nowrap;
}


.tv-services-showcase-inner {
	position: relative;

	z-index: 2;

	display: grid;

	grid-template-columns:
		minmax(320px, .75fr)
		minmax(520px, 1.25fr);

	gap:
		clamp(70px, 9vw, 150px);

	align-items:
		start;
}


/* =========================================================
   SERVICES INTRO
   ========================================================= */

.tv-services-intro {
	position:
		sticky;

	top:
		140px;

	max-width:
		520px;
}


.tv-services-eyebrow {
	margin-bottom:
		24px;

	font-size:
		11px;

	font-weight:
		800;

	line-height:
		1.4;

	letter-spacing:
		.14em;

	text-transform:
		uppercase;

	color:
		var(--tv-green);
}


.tv-services-intro h2 {
	margin:
		0;

	font-size:
		clamp(54px, 6vw, 94px);

	font-weight:
		680;

	line-height:
		.96;

	letter-spacing:
		-.055em;

	color:
		#ffffff;
}


.tv-services-intro h2 span {
	display:
		block;

	color:
		rgba(255,255,255,.34);
}


.tv-services-intro p {
	max-width:
		470px;

	margin:
		32px 0 0;

	font-size:
		17px;

	line-height:
		1.7;

	color:
		rgba(255,255,255,.62);
}


.tv-services-main-link {
	display:
		inline-flex;

	align-items:
		center;

	gap:
		12px;

	margin-top:
		35px;

	padding-bottom:
		5px;

	border-bottom:
		1px solid rgba(255,255,255,.32);

	font-size:
		14px;

	font-weight:
		750;

	color:
		#ffffff;
}


.tv-services-main-link span {
	color:
		var(--tv-green);

	transition:
		transform 200ms ease;
}


.tv-services-main-link:hover span {
	transform:
		translateX(5px);
}


/* =========================================================
   SERVICE ITEMS
   ========================================================= */

.tv-services-list {
	border-top:
		1px solid rgba(255,255,255,.16);
}


.tv-service-item {
	position:
		relative;

	border-bottom:
		1px solid rgba(255,255,255,.16);

	transition:
		background 250ms ease;
}


.tv-service-trigger {
	width: 100%;

	min-height: 128px;

	padding:
		18px 0;

	display: grid;

	grid-template-columns:
		56px minmax(0,1fr) 44px;

	align-items: center;

	gap: 18px;

	border: 0;

	background: transparent;

	color: #ffffff;

	text-align: left;

	cursor: pointer;
}


.tv-service-number {
	font-size:
		10px;

	font-weight:
		800;

	letter-spacing:
		.09em;

	color:
		var(--tv-green);
}


.tv-service-name {
	max-width: 700px;

	font-size:
		clamp(28px, 2.8vw, 44px);

	font-weight: 620;

	line-height: 1.12;

	letter-spacing: -.035em;

	color:
		rgba(255,255,255,.78);

	transition:
		color 220ms ease,
		transform 220ms ease;
}


.tv-service-plus {
	justify-self:
		end;

	display:
		flex;

	align-items:
		center;

	justify-content:
		center;

	width:
		40px;

	height:
		40px;

	border:
		1px solid rgba(255,255,255,.22);

	border-radius:
		50%;

	font-size:
		20px;

	font-weight:
		300;

	color:
		rgba(255,255,255,.7);

	transition:
		transform 280ms ease,
		background 280ms ease,
		border-color 280ms ease,
		color 280ms ease;
}


.tv-service-item:hover
.tv-service-name,
.tv-service-item.is-active
.tv-service-name {
	color:
		#ffffff;
}


.tv-service-item:hover
.tv-service-name {
	transform:
		translateX(5px);
}


.tv-service-item.is-active
.tv-service-plus {
	transform:
		rotate(45deg);

	background:
		var(--tv-green);

	border-color:
		var(--tv-green);

	color:
		#ffffff;
}


/* =========================================================
   SERVICE DETAIL
   ========================================================= */

.tv-service-detail {
	display:
		grid;

	grid-template-rows:
		0fr;

	opacity:
		0;

	transition:
		grid-template-rows 360ms
		cubic-bezier(.2,.7,.2,1),
		opacity 260ms ease;
}


.tv-service-item.is-active
.tv-service-detail {
	grid-template-rows:
		1fr;

	opacity:
		1;
}


.tv-service-detail-inner {
	min-height:
		0;

	overflow:
		hidden;

	padding-left:
		74px;

	padding-right:
		55px;
}


.tv-service-item.is-active
.tv-service-detail-inner {
	padding-bottom:
		34px;
}


.tv-service-detail p {
	max-width:
		570px;

	margin:
		0 0 18px;

	font-size:
		15px;

	line-height:
		1.7;

	color:
		rgba(255,255,255,.60);
}


.tv-service-detail a {
	display:
		inline-flex;

	align-items:
		center;

	gap:
		9px;

	font-size:
		13px;

	font-weight:
		750;

	color:
		#ffffff;
}


.tv-service-detail a span {
	color:
		var(--tv-green);
}


/* =========================================================
   SERVICES RESPONSIVE
   ========================================================= */

@media (max-width: 1040px) {

	.tv-services-showcase-inner {
		grid-template-columns:
			1fr;

		gap:
			65px;
	}


	.tv-services-intro {
		position:
			relative;

		top:
			auto;

		max-width:
			760px;
	}


	.tv-services-intro p {
		max-width:
			620px;
	}

}


@media (max-width: 680px) {

	.tv-services-showcase {
		padding:
			85px 0;
	}


	.tv-services-showcase::before {
		font-size:
			34vw;
	}


	.tv-services-showcase-inner {
		gap:
			55px;
	}


	.tv-services-intro h2 {
		font-size:
			clamp(44px, 13vw, 64px);
	}


	.tv-services-intro p {
		margin-top:
			25px;

		font-size:
			16px;
	}


	.tv-service-trigger {
		min-height:
			94px;

		grid-template-columns:
			34px minmax(0,1fr) 36px;

		gap:
			10px;
	}


	.tv-service-name {
		font-size:
			clamp(25px, 7.5vw, 34px);
	}


	.tv-service-plus {
		width:
			34px;

		height:
			34px;
	}


	.tv-service-detail-inner {
		padding-left:
			44px;

		padding-right:
			10px;
	}


	.tv-service-item.is-active
	.tv-service-detail-inner {
		padding-bottom:
			28px;
	}

}

/* =========================================================
   PROCESS
   ========================================================= */

.tv-process {
	position: relative;

	padding:
		clamp(110px, 11vw, 170px) 0;

	background:
		#f4f6f4;

	color:
		var(--tv-ink);
}


.tv-process-layout {
	display: grid;

	grid-template-columns:
		minmax(330px, .82fr)
		minmax(500px, 1.18fr);

	gap:
		clamp(80px, 10vw, 160px);

	align-items:
		start;
}


/* =========================================================
   PROCESS INTRO
   ========================================================= */

.tv-process-intro {
	position:
		sticky;

	top:
		140px;

	max-width:
		580px;
}


.tv-process-eyebrow {
	margin-bottom:
		22px;

	font-size:
		11px;

	font-weight:
		800;

	line-height:
		1.4;

	letter-spacing:
		.14em;

	text-transform:
		uppercase;

	color:
		var(--tv-green);
}


.tv-process-intro h2 {
	margin:
		0;

	font-size:
		clamp(54px, 6vw, 92px);

	font-weight:
		680;

	line-height:
		.96;

	letter-spacing:
		-.055em;

	color:
		var(--tv-ink);
}


.tv-process-intro h2 span {
	display:
		block;

	color:
		var(--tv-gray-500);
}


.tv-process-intro p {
	max-width:
		480px;

	margin:
		32px 0 0;

	font-size:
		17px;

	line-height:
		1.7;

	color:
		var(--tv-gray-700);
}


.tv-process-link {
	display:
		inline-flex;

	align-items:
		center;

	gap:
		12px;

	margin-top:
		35px;

	padding-bottom:
		5px;

	border-bottom:
		1px solid var(--tv-gray-300);

	font-size:
		14px;

	font-weight:
		750;

	color:
		var(--tv-ink);
}


.tv-process-link span {
	font-size:
		18px;

	color:
		var(--tv-green);

	transition:
		transform 200ms ease;
}


.tv-process-link:hover span {
	transform:
		translateX(5px);
}


/* =========================================================
   PROCESS FLOW
   ========================================================= */

.tv-process-flow {
	position:
		relative;
}


.tv-process-line {
	position:
		absolute;

	left:
		14px;

	top:
		36px;

	bottom:
		36px;

	width:
		2px;

	overflow:
		hidden;

	background:
		var(--tv-gray-300);
}


.tv-process-line-progress {
	position:
		absolute;

	top:
		0;

	left:
		0;

	width:
		100%;

	height:
		100%;

	background:
		var(--tv-green);

	transform:
		scaleY(0);

	transform-origin:
		top center;

	will-change:
		transform;
}


.tv-process-steps {
	margin:
		0;

	padding:
		0;

	list-style:
		none;
}


/* =========================================================
   PROCESS STEP
   ========================================================= */

.tv-process-step {
	position:
		relative;

	display:
		grid;

	grid-template-columns:
		60px minmax(0, 1fr);

	gap:
		26px;

	min-height:
		310px;

	padding:
		25px 0 70px;

	opacity:
		.36;

	transition:
		opacity 300ms ease;
}


.tv-process-step::before {
	content:
		'';

	position:
		absolute;

	left:
		9px;

	top:
		31px;

	z-index:
		2;

	width:
		12px;

	height:
		12px;

	border:
		2px solid var(--tv-gray-500);

	border-radius:
		50%;

	background:
		#f4f6f4;

	transition:
		background 250ms ease,
		border-color 250ms ease,
		box-shadow 250ms ease,
		transform 250ms ease;
}


.tv-process-step.is-active {
	opacity:
		1;
}


.tv-process-step.is-active::before {
	border-color:
		var(--tv-green);

	background:
		var(--tv-green);

	box-shadow:
		0 0 0 6px rgba(1,160,70,.12);

	transform:
		scale(1.05);
}


.tv-process-number {
	padding-top:
		3px;

	padding-left:
		32px;

	font-size:
		10px;

	font-weight:
		800;

	letter-spacing:
		.09em;

	color:
		var(--tv-green);
}


.tv-process-content {
	max-width:
		650px;
}


.tv-process-small {
	margin-bottom:
		14px;

	font-size:
		11px;

	font-weight:
		800;

	letter-spacing:
		.10em;

	text-transform:
		uppercase;

	color:
		var(--tv-gray-500);
}


.tv-process-content h3 {
	margin:
		0;

	max-width:
		640px;

	font-size:
		clamp(34px, 3.5vw, 55px);

	font-weight:
		650;

	line-height:
		1.02;

	letter-spacing:
		-.04em;

	color:
		var(--tv-ink);
}


.tv-process-content p {
	max-width:
		520px;

	margin:
		22px 0 0;

	font-size:
		15px;

	line-height:
		1.7;

	color:
		var(--tv-gray-700);
}


/* =========================================================
   PROCESS RESPONSIVE
   ========================================================= */

@media (max-width: 1040px) {

	.tv-process-layout {
		grid-template-columns:
			1fr;

		gap:
			70px;
	}


	.tv-process-intro {
		position:
			relative;

		top:
			auto;

		max-width:
			760px;
	}


	.tv-process-step {
		min-height:
			260px;
	}

}


@media (max-width: 680px) {

	.tv-process {
		padding:
			85px 0;
	}


	.tv-process-layout {
		gap:
			55px;
	}


	.tv-process-intro h2 {
		font-size:
			clamp(44px, 13vw, 62px);
	}


	.tv-process-intro p {
		margin-top:
			26px;

		font-size:
			16px;
	}


	.tv-process-line {
		left:
			8px;
	}


	.tv-process-step {
		grid-template-columns:
			38px minmax(0, 1fr);

		gap:
			12px;

		min-height:
			0;

		padding:
			20px 0 55px;

		opacity:
			1;
	}


	.tv-process-step::before {
		left:
			3px;

		top:
			27px;
	}


	.tv-process-number {
		padding-left:
			20px;
	}


	.tv-process-content h3 {
		font-size:
			clamp(30px, 9vw, 42px);
	}


	.tv-process-content p {
		margin-top:
			17px;

		font-size:
			14px;
	}

}

/* =========================================================
   CLIENT PORTAL SHOWCASE
   ========================================================= */

.tv-portal-showcase {
	position: relative;

	padding:
		clamp(110px, 11vw, 175px) 0;

	overflow: hidden;

	background:
		#edf3ef;
}


.tv-portal-showcase-layout {
	display: grid;

	grid-template-columns:
		minmax(310px, .72fr)
		minmax(600px, 1.28fr);

	align-items:
		center;

	gap:
		clamp(65px, 8vw, 130px);
}


/* =========================================================
   PORTAL COPY
   ========================================================= */

.tv-portal-copy {
	max-width:
		570px;
}


.tv-portal-eyebrow {
	margin-bottom:
		22px;

	font-size:
		11px;

	font-weight:
		800;

	letter-spacing:
		.14em;

	text-transform:
		uppercase;

	color:
		var(--tv-green);
}


.tv-portal-copy h2 {
	margin:
		0;

	font-size:
		clamp(54px, 5.7vw, 88px);

	font-weight:
		680;

	line-height:
		.96;

	letter-spacing:
		-.055em;

	color:
		var(--tv-ink);
}


.tv-portal-copy h2 span {
	display:
		block;

	color:
		var(--tv-gray-500);
}


.tv-portal-lead {
	max-width:
		520px;

	margin:
		32px 0 0;

	font-size:
		17px;

	line-height:
		1.7;

	color:
		var(--tv-gray-700);
}


/* =========================================================
   PORTAL FEATURES
   ========================================================= */

.tv-portal-features {
	margin-top:
		42px;

	border-top:
		1px solid rgba(18,49,39,.14);
}


.tv-portal-feature {
	display:
		grid;

	grid-template-columns:
		42px minmax(0,1fr);

	gap:
		16px;

	padding:
		17px 0;

	border-bottom:
		1px solid rgba(18,49,39,.14);
}


.tv-portal-feature > span {
	padding-top:
		3px;

	font-size:
		10px;

	font-weight:
		800;

	letter-spacing:
		.08em;

	color:
		var(--tv-green);
}


.tv-portal-feature strong {
	display:
		block;

	margin-bottom:
		4px;

	font-size:
		14px;

	color:
		var(--tv-ink);
}


.tv-portal-feature p {
	margin:
		0;

	font-size:
		13px;

	line-height:
		1.55;

	color:
		var(--tv-gray-700);
}


/* =========================================================
   PORTAL ACTIONS
   ========================================================= */

.tv-portal-actions {
	display:
		flex;

	flex-wrap:
		wrap;

	align-items:
		center;

	gap:
		22px;

	margin-top:
		34px;
}


.tv-portal-text-link {
	display:
		inline-flex;

	align-items:
		center;

	gap:
		10px;

	font-size:
		13px;

	font-weight:
		750;

	color:
		var(--tv-ink);
}


.tv-portal-text-link span {
	font-size:
		18px;

	color:
		var(--tv-green);

	transition:
		transform 180ms ease;
}


.tv-portal-text-link:hover span {
	transform:
		translateX(4px);
}


/* =========================================================
   PORTAL SCREENSHOT
   ========================================================= */

.tv-portal-visual {
	position:
		relative;

	min-width:
		0;

	padding:
		30px 0;
}


.tv-portal-browser {
	position:
		relative;

	overflow:
		hidden;

	border:
		1px solid rgba(18,49,39,.12);

	border-radius:
		18px;

	background:
		#ffffff;

	box-shadow:
		0 35px 90px
		rgba(14,45,34,.16);

	transition:
		transform 400ms
		cubic-bezier(.2,.7,.2,1),
		box-shadow 400ms ease;
}


.tv-portal-visual:hover
.tv-portal-browser {
	transform:
		translateY(-7px);

	box-shadow:
		0 45px 110px
		rgba(14,45,34,.21);
}


/* =========================================================
   BROWSER FRAME
   ========================================================= */

.tv-portal-browser-top {
	height:
		46px;

	padding:
		0 16px;

	display:
		flex;

	align-items:
		center;

	gap:
		18px;

	border-bottom:
		1px solid rgba(18,49,39,.08);

	background:
		#ffffff;
}


.tv-portal-browser-dots {
	display:
		flex;

	gap:
		6px;
}


.tv-portal-browser-dots span {
	width:
		8px;

	height:
		8px;

	border-radius:
		50%;

	background:
		#d7dfdb;
}


.tv-portal-browser-address {
	min-width:
		0;

	padding:
		7px 14px;

	border-radius:
		20px;

	background:
		var(--tv-gray-100);

	font-size:
		9px;

	color:
		var(--tv-gray-500);
}


/* =========================================================
   SCREENSHOT
   ========================================================= */

.tv-portal-screenshot-wrap {
	position:
		relative;

	overflow:
		hidden;

	aspect-ratio:
		16 / 9;

	background:
		#f4f7f5;
}


.tv-portal-screenshot {
	width:
		100%;

	height:
		100%;

	max-width:
		none;

	object-fit:
		cover;

	object-position:
		top center;

	transition:
		transform 700ms
		cubic-bezier(.2,.7,.2,1);
}


.tv-portal-visual:hover
.tv-portal-screenshot {
	transform:
		scale(1.025);
}


/* =========================================================
   PORTAL CALLOUTS
   ========================================================= */

.tv-portal-note {
	position:
		absolute;

	z-index:
		3;

	display:
		flex;

	align-items:
		center;

	gap:
		9px;

	padding:
		10px 13px;

	border:
		1px solid rgba(18,49,39,.10);

	border-radius:
		50px;

	background:
		rgba(255,255,255,.94);

	box-shadow:
		0 10px 30px
		rgba(18,49,39,.10);

	backdrop-filter:
		blur(10px);

	font-size:
		10px;

	font-weight:
		750;

	color:
		var(--tv-ink);

	pointer-events:
		none;
}


.tv-portal-note span {
	width:
		7px;

	height:
		7px;

	border-radius:
		50%;

	background:
		var(--tv-green);
}


.tv-portal-note-projects {
	left:
		-30px;

	top:
		28%;
}


.tv-portal-note-documents {
	right:
		-25px;

	bottom:
		19%;
}


/* =========================================================
   PORTAL RESPONSIVE
   ========================================================= */

@media (max-width: 1180px) {

	.tv-portal-showcase-layout {
		grid-template-columns:
			minmax(280px, .7fr)
			minmax(500px, 1.3fr);

		gap:
			55px;
	}

}


@media (max-width: 1040px) {

	.tv-portal-showcase-layout {
		grid-template-columns:
			1fr;

		gap:
			65px;
	}


	.tv-portal-copy {
		max-width:
			760px;
	}


	.tv-portal-lead {
		max-width:
			620px;
	}


	.tv-portal-visual {
		max-width:
			900px;
	}

}


@media (max-width: 680px) {

	.tv-portal-showcase {
		padding:
			85px 0;
	}


	.tv-portal-copy h2 {
		font-size:
			clamp(44px, 13vw, 62px);
	}


	.tv-portal-lead {
		margin-top:
			26px;

		font-size:
			16px;
	}


	.tv-portal-actions {
		align-items:
			stretch;

		flex-direction:
			column;
	}


	.tv-portal-actions
	.tv-button {
		width:
			100%;
	}


	.tv-portal-browser {
		border-radius:
			12px;
	}


	.tv-portal-browser-top {
		height:
			39px;
	}


	.tv-portal-browser-address {
		font-size:
			8px;
	}


	.tv-portal-note {
		display:
			none;
	}

}

/* =========================================================
   INDUSTRIES
   ========================================================= */

.tv-industries {
	position: relative;

	padding:
		clamp(110px, 11vw, 170px) 0;

	background:
		#ffffff;

	color:
		var(--tv-ink);
}


.tv-industries-head {
	display: grid;

	grid-template-columns:
		180px minmax(0, 1fr);

	gap:
		clamp(45px, 7vw, 110px);

	align-items:
		start;

	margin-bottom:
		clamp(70px, 8vw, 110px);
}


.tv-industries-eyebrow {
	padding-top:
		11px;

	font-size:
		11px;

	font-weight:
		800;

	letter-spacing:
		.14em;

	text-transform:
		uppercase;

	color:
		var(--tv-green);
}


.tv-industries-heading {
	max-width:
		1050px;
}


.tv-industries-heading h2 {
	margin:
		0;

	font-size:
		clamp(52px, 6vw, 92px);

	font-weight:
		680;

	line-height:
		.97;

	letter-spacing:
		-.055em;

	color:
		var(--tv-ink);
}


.tv-industries-heading h2 span {
	display:
		block;

	color:
		var(--tv-gray-500);
}


.tv-industries-heading p {
	max-width:
		620px;

	margin:
		34px 0 0 auto;

	font-size:
		17px;

	line-height:
		1.7;

	color:
		var(--tv-gray-700);
}


/* =========================================================
   INDUSTRY ROWS
   ========================================================= */

.tv-industries-list {
	border-top:
		1px solid var(--tv-gray-300);
}


.tv-industry-item {
	position:
		relative;

	display:
		grid;

	grid-template-columns:
		80px
		minmax(280px, .95fr)
		minmax(320px, .75fr);

	gap:
		clamp(25px, 5vw, 80px);

	align-items:
		center;

	min-height:
		145px;

	padding:
		28px 8px;

	border-bottom:
		1px solid var(--tv-gray-300);

	overflow:
		hidden;

	transition:
		padding 260ms cubic-bezier(.2,.7,.2,1),
		background 260ms ease;
}


.tv-industry-item::before {
	content:
		'';

	position:
		absolute;

	left:
		0;

	top:
		0;

	bottom:
		0;

	width:
		3px;

	background:
		var(--tv-green);

	transform:
		scaleY(0);

	transform-origin:
		bottom;

	transition:
		transform 260ms cubic-bezier(.2,.7,.2,1);
}


.tv-industry-item:hover {
	padding-left:
		22px;

	background:
		#f6f8f7;
}


.tv-industry-item:hover::before {
	transform:
		scaleY(1);
}


.tv-industry-number {
	font-size:
		10px;

	font-weight:
		800;

	letter-spacing:
		.08em;

	color:
		var(--tv-green);
}


.tv-industry-name {
	font-size:
		clamp(29px, 3vw, 46px);

	font-weight:
		650;

	line-height:
		1.06;

	letter-spacing:
		-.035em;

	color:
		var(--tv-ink);

	transition:
		color 220ms ease,
		transform 220ms ease;
}


.tv-industry-item:hover
.tv-industry-name {
	color:
		var(--tv-green-dark);

	transform:
		translateX(5px);
}


.tv-industry-detail {
	max-width:
		470px;

	font-size:
		14px;

	line-height:
		1.65;

	color:
		var(--tv-gray-700);
}


/* =========================================================
   INDUSTRIES FOOTER
   ========================================================= */

.tv-industries-footer {
	display:
		flex;

	align-items:
		center;

	justify-content:
		space-between;

	gap:
		30px;

	margin-top:
		36px;
}


.tv-industries-footer p {
	margin:
		0;

	font-size:
		13px;

	color:
		var(--tv-gray-500);
}


.tv-industries-footer a {
	display:
		inline-flex;

	align-items:
		center;

	gap:
		10px;

	font-size:
		14px;

	font-weight:
		750;

	color:
		var(--tv-ink);
}


.tv-industries-footer a span {
	font-size:
		18px;

	color:
		var(--tv-green);

	transition:
		transform 180ms ease;
}


.tv-industries-footer a:hover span {
	transform:
		translateX(5px);
}


/* =========================================================
   INDUSTRIES RESPONSIVE
   ========================================================= */

@media (max-width: 1040px) {

	.tv-industries-head {
		grid-template-columns:
			1fr;

		gap:
			26px;
	}


	.tv-industries-heading p {
		margin-left:
			0;
	}


	.tv-industry-item {
		grid-template-columns:
			55px
			minmax(0, 1fr);

		gap:
			18px;
	}


	.tv-industry-detail {
		grid-column:
			2;

		margin-top:
			-5px;
	}

}


@media (max-width: 680px) {

	.tv-industries {
		padding:
			85px 0;
	}


	.tv-industries-head {
		margin-bottom:
			55px;
	}


	.tv-industries-heading h2 {
		font-size:
			clamp(44px, 13vw, 62px);
	}


	.tv-industries-heading p {
		margin-top:
			26px;

		font-size:
			16px;
	}


	.tv-industry-item {
		grid-template-columns:
			34px minmax(0, 1fr);

		gap:
			10px;

		min-height:
			0;

		padding:
			25px 0;
	}


	.tv-industry-item:hover {
		padding-left:
			0;

		background:
			transparent;
	}


	.tv-industry-item::before {
		display:
			none;
	}


	.tv-industry-name {
		font-size:
			clamp(27px, 8vw, 36px);
	}


	.tv-industry-detail {
		grid-column:
			2;

		font-size:
			13px;
	}


	.tv-industries-footer {
		align-items:
			flex-start;

		flex-direction:
			column;

		margin-top:
			28px;
	}

}

/* =========================================================
   ENVIRONMENTAL COMMITMENT
   ========================================================= */

.tv-environment {
	position: relative;

	padding:
		clamp(115px, 12vw, 190px) 0;

	overflow: hidden;

	background:
		#0b1c16;

	color:
		#ffffff;
}


/* =========================================================
   ENVIRONMENT TOP
   ========================================================= */

.tv-environment-top {
	display: grid;

	grid-template-columns:
		180px minmax(0, 1fr);

	gap:
		clamp(45px, 7vw, 110px);

	align-items:
		start;

	padding-bottom:
		clamp(80px, 9vw, 135px);

	border-bottom:
		1px solid rgba(255,255,255,.15);
}


.tv-environment-eyebrow {
	padding-top:
		14px;

	font-size:
		11px;

	font-weight:
		800;

	letter-spacing:
		.14em;

	text-transform:
		uppercase;

	color:
		var(--tv-green);
}


.tv-environment-statement {
	max-width:
		1120px;
}


.tv-environment-quote {
	margin:
		0;

	font-size:
		clamp(58px, 7.4vw, 116px);

	font-weight:
		650;

	line-height:
		.92;

	letter-spacing:
		-.06em;

	color:
		#ffffff;
}


.tv-environment-quote span {
	display:
		block;

	color:
		rgba(255,255,255,.34);
}


/* =========================================================
   ENVIRONMENT BOTTOM
   ========================================================= */

.tv-environment-bottom {
	display: grid;

	grid-template-columns:
		minmax(320px, .78fr)
		minmax(500px, 1.22fr);

	gap:
		clamp(70px, 10vw, 160px);

	align-items:
		start;

	padding-top:
		clamp(70px, 8vw, 115px);
}


/* =========================================================
   ENVIRONMENT COPY
   ========================================================= */

.tv-environment-copy {
	max-width:
		560px;
}


.tv-environment-copy h2 {
	margin:
		0;

	font-size:
		clamp(42px, 4.8vw, 72px);

	font-weight:
		650;

	line-height:
		.98;

	letter-spacing:
		-.05em;

	color:
		#ffffff;
}


.tv-environment-copy h2 span {
	display:
		block;

	color:
		rgba(255,255,255,.34);
}


.tv-environment-copy p {
	max-width:
		500px;

	margin:
		30px 0 0;

	font-size:
		16px;

	line-height:
		1.7;

	color:
		rgba(255,255,255,.62);
}


.tv-environment-link {
	display:
		inline-flex;

	align-items:
		center;

	gap:
		12px;

	margin-top:
		34px;

	padding-bottom:
		5px;

	border-bottom:
		1px solid rgba(255,255,255,.28);

	font-size:
		14px;

	font-weight:
		750;

	color:
		#ffffff;
}


.tv-environment-link span {
	font-size:
		18px;

	color:
		var(--tv-green);

	transition:
		transform 180ms ease;
}


.tv-environment-link:hover span {
	transform:
		translateX(5px);
}


/* =========================================================
   ENVIRONMENT POINTS
   ========================================================= */

.tv-environment-points {
	border-top:
		1px solid rgba(255,255,255,.15);
}


.tv-environment-point {
	display:
		grid;

	grid-template-columns:
		55px minmax(0, 1fr);

	gap:
		22px;

	padding:
		30px 0;

	border-bottom:
		1px solid rgba(255,255,255,.15);
}


.tv-environment-number {
	padding-top:
		4px;

	font-size:
		10px;

	font-weight:
		800;

	letter-spacing:
		.08em;

	color:
		var(--tv-green);
}


.tv-environment-point h3 {
	margin:
		0;

	font-size:
		clamp(27px, 2.5vw, 40px);

	font-weight:
		620;

	line-height:
		1.05;

	letter-spacing:
		-.035em;

	color:
		#ffffff;
}


.tv-environment-point p {
	max-width:
		520px;

	margin:
		13px 0 0;

	font-size:
		14px;

	line-height:
		1.65;

	color:
		rgba(255,255,255,.58);
}


/* =========================================================
   ENVIRONMENT RESPONSIVE
   ========================================================= */

@media (max-width: 1040px) {

	.tv-environment-top {
		grid-template-columns:
			1fr;

		gap:
			28px;
	}


	.tv-environment-bottom {
		grid-template-columns:
			1fr;

		gap:
			65px;
	}


	.tv-environment-copy {
		max-width:
			760px;
	}

}


@media (max-width: 680px) {

	.tv-environment {
		padding:
			90px 0;
	}


	.tv-environment-top {
		padding-bottom:
			65px;
	}


	.tv-environment-quote {
		font-size:
			clamp(48px, 14vw, 68px);
	}


	.tv-environment-bottom {
		padding-top:
			65px;

		gap:
			55px;
	}


	.tv-environment-copy h2 {
		font-size:
			clamp(38px, 11vw, 54px);
	}


	.tv-environment-point {
		grid-template-columns:
			38px minmax(0, 1fr);

		gap:
			12px;

		padding:
			25px 0;
	}


	.tv-environment-point h3 {
		font-size:
			clamp(25px, 8vw, 34px);
	}

}

/* =========================================================
   FINAL CTA
   ========================================================= */

.tv-final-cta {
	position: relative;

	padding:
		clamp(110px, 11vw, 175px) 0
		clamp(70px, 7vw, 110px);

	overflow: hidden;

	background:
		var(--tv-green);

	color:
		#ffffff;
}


.tv-final-cta::before {
	content: '';

	position: absolute;

	right: -12vw;
	top: -18vw;

	width: 42vw;
	height: 42vw;

	border:
		1px solid rgba(255,255,255,.10);

	border-radius: 50%;

	pointer-events: none;
}


.tv-final-cta::after {
	content: '';

	position: absolute;

	right: -6vw;
	top: -12vw;

	width: 30vw;
	height: 30vw;

	border:
		1px solid rgba(255,255,255,.08);

	border-radius: 50%;

	pointer-events: none;
}


/* =========================================================
   FINAL CTA HEADING
   ========================================================= */

.tv-final-cta-top {
	position: relative;

	z-index: 2;

	display: grid;

	grid-template-columns:
		180px minmax(0, 1fr);

	gap:
		clamp(45px, 7vw, 110px);

	align-items:
		start;

	margin-bottom:
		clamp(70px, 8vw, 115px);
}


.tv-final-cta-eyebrow {
	padding-top:
		12px;

	font-size:
		11px;

	font-weight:
		800;

	letter-spacing:
		.14em;

	text-transform:
		uppercase;

	color:
		rgba(255,255,255,.70);
}


.tv-final-cta-heading {
	max-width:
		1050px;
}


.tv-final-cta-heading h2 {
	margin:
		0;

	font-size:
		clamp(58px, 7vw, 108px);

	font-weight:
		680;

	line-height:
		.92;

	letter-spacing:
		-.06em;

	color:
		#ffffff;
}


.tv-final-cta-heading h2 span {
	display:
		block;

	color:
		rgba(255,255,255,.48);
}


.tv-final-cta-heading p {
	max-width:
		620px;

	margin:
		34px 0 0 auto;

	font-size:
		17px;

	line-height:
		1.7;

	color:
		rgba(255,255,255,.72);
}


/* =========================================================
   FINAL OPTIONS
   ========================================================= */

.tv-final-cta-options {
	position: relative;

	z-index: 2;

	display: grid;

	grid-template-columns:
		repeat(3, 1fr);

	border-top:
		1px solid rgba(255,255,255,.25);

	border-bottom:
		1px solid rgba(255,255,255,.25);
}


.tv-final-option {
	position: relative;

	min-height:
		330px;

	padding:
		34px 30px 30px;

	display:
		flex;

	flex-direction:
		column;

	border-right:
		1px solid rgba(255,255,255,.25);

	color:
		#ffffff;

	transition:
		background 280ms ease,
		color 280ms ease;
}


.tv-final-option:last-child {
	border-right:
		0;
}


.tv-final-option:hover {
	background:
		#ffffff;

	color:
		var(--tv-ink);
}


.tv-final-option-number {
	margin-bottom:
		auto;

	font-size:
		10px;

	font-weight:
		800;

	letter-spacing:
		.09em;

	color:
		rgba(255,255,255,.62);

	transition:
		color 280ms ease;
}


.tv-final-option:hover
.tv-final-option-number {
	color:
		var(--tv-green);
}


.tv-final-option-content > span {
	display:
		block;

	margin-bottom:
		12px;

	font-size:
		10px;

	font-weight:
		800;

	letter-spacing:
		.10em;

	text-transform:
		uppercase;

	color:
		rgba(255,255,255,.62);

	transition:
		color 280ms ease;
}


.tv-final-option:hover
.tv-final-option-content > span {
	color:
		var(--tv-green-dark);
}


.tv-final-option-content h3 {
	margin:
		0;

	max-width:
		350px;

	font-size:
		clamp(30px, 3vw, 46px);

	font-weight:
		650;

	line-height:
		1;

	letter-spacing:
		-.04em;

	color:
		#ffffff;

	transition:
		color 280ms ease;
}


.tv-final-option:hover
.tv-final-option-content h3 {
	color:
		var(--tv-ink);
}


.tv-final-option-content p {
	max-width:
		350px;

	margin:
		18px 0 0;

	font-size:
		14px;

	line-height:
		1.6;

	color:
		rgba(255,255,255,.66);

	transition:
		color 280ms ease;
}


.tv-final-option:hover
.tv-final-option-content p {
	color:
		var(--tv-gray-700);
}


.tv-final-option-arrow {
	position: absolute;

	right:
		28px;

	top:
		30px;

	display:
		flex;

	align-items:
		center;

	justify-content:
		center;

	width:
		44px;

	height:
		44px;

	border:
		1px solid rgba(255,255,255,.30);

	border-radius:
		50%;

	font-size:
		20px;

	color:
		#ffffff;

	transition:
		transform 250ms ease,
		background 250ms ease,
		border-color 250ms ease,
		color 250ms ease;
}


.tv-final-option:hover
.tv-final-option-arrow {
	transform:
		translate(3px, -3px);

	border-color:
		var(--tv-green);

	background:
		var(--tv-green);

	color:
		#ffffff;
}


/* =========================================================
   FINAL CTA BOTTOM
   ========================================================= */

.tv-final-cta-bottom {
	position: relative;

	z-index: 2;

	display:
		flex;

	align-items:
		center;

	justify-content:
		space-between;

	gap:
		35px;

	padding-top:
		30px;
}


.tv-final-cta-bottom p {
	margin:
		0;

	font-size:
		12px;

	color:
		rgba(255,255,255,.62);
}


.tv-final-cta-direct {
	display:
		flex;

	align-items:
		center;

	gap:
		17px;
}


.tv-final-cta-direct a {
	font-size:
		13px;

	font-weight:
		700;

	color:
		#ffffff;
}


.tv-final-cta-direct span {
	width:
		4px;

	height:
		4px;

	border-radius:
		50%;

	background:
		rgba(255,255,255,.45);
}


/* =========================================================
   FINAL CTA RESPONSIVE
   ========================================================= */

@media (max-width: 1040px) {

	.tv-final-cta-top {
		grid-template-columns:
			1fr;

		gap:
			28px;
	}


	.tv-final-cta-heading p {
		margin-left:
			0;
	}


	.tv-final-cta-options {
		grid-template-columns:
			1fr;
	}


	.tv-final-option {
		min-height:
			250px;

		border-right:
			0;

		border-bottom:
			1px solid rgba(255,255,255,.25);
	}


	.tv-final-option:last-child {
		border-bottom:
			0;
	}

}


@media (max-width: 680px) {

	.tv-final-cta {
		padding:
			90px 0 60px;
	}


	.tv-final-cta-heading h2 {
		font-size:
			clamp(48px, 14vw, 70px);
	}


	.tv-final-cta-heading p {
		margin-top:
			28px;

		font-size:
			16px;
	}


	.tv-final-option {
		min-height:
			225px;

		padding:
			28px 20px;
	}


	.tv-final-option-arrow {
		right:
			20px;

		top:
			24px;

		width:
			40px;

		height:
			40px;
	}


	.tv-final-option-content h3 {
		font-size:
			clamp(30px, 9vw, 40px);
	}


	.tv-final-cta-bottom {
		align-items:
			flex-start;

		flex-direction:
			column;

		padding-top:
			25px;
	}


	.tv-final-cta-direct {
		align-items:
			flex-start;

		flex-direction:
			column;

		gap:
			9px;
	}


	.tv-final-cta-direct span {
		display:
			none;
	}

}


/* =========================================================
   FOOTER
   ========================================================= */

.tv-footer {
	position: relative;

	padding:
		82px 0 28px;

	background:
		var(--tv-black);

	color:
		#ffffff;
}


.tv-footer-main {
	display: grid;

	grid-template-columns:
		minmax(300px, 1.35fr)
		minmax(140px, .55fr)
		minmax(230px, .8fr)
		minmax(220px, .75fr);

	gap:
		clamp(45px, 6vw, 95px);

	align-items:
		start;
}


/* =========================================================
   FOOTER BRAND
   ========================================================= */

.tv-footer-brand {
	max-width:
		420px;
}


.tv-footer-logo-link {
	display:
		inline-block;

	max-width:
		100%;
}


.tv-footer-logo {
	width:
		min(390px, 100%);

	height:
		auto;

	filter:
		brightness(0)
		invert(1);

	opacity:
		.96;
}


.tv-footer-description {
	max-width:
		390px;

	margin:
		28px 0 0;

	font-size:
		14px;

	line-height:
		1.65;

	color:
		rgba(255,255,255,.56);
}


.tv-footer-status {
	margin-top:
		25px;

	display:
		inline-flex;

	align-items:
		center;

	gap:
		10px;

	font-size:
		12px;

	font-weight:
		700;

	color:
		rgba(255,255,255,.82);
}


.tv-footer-status-dot {
	width:
		8px;

	height:
		8px;

	border-radius:
		50%;

	background:
		var(--tv-green);

	box-shadow:
		0 0 0 5px
		rgba(1,160,70,.13);
}


/* =========================================================
   FOOTER COLUMNS
   ========================================================= */

.tv-footer-title {
	margin-bottom:
		23px;

	font-size:
		10px;

	font-weight:
		800;

	line-height:
		1.4;

	letter-spacing:
		.12em;

	text-transform:
		uppercase;

	color:
		rgba(255,255,255,.38);
}


.tv-footer-nav {
	display:
		flex;

	flex-direction:
		column;

	align-items:
		flex-start;

	gap:
		13px;
}


.tv-footer-nav a {
	position:
		relative;

	font-size:
		14px;

	font-weight:
		650;

	color:
		rgba(255,255,255,.78);

	transition:
		color 180ms ease,
		transform 180ms ease;
}


.tv-footer-nav a:hover {
	color:
		#ffffff;

	transform:
		translateX(3px);
}


/* =========================================================
   FOOTER CONTACT
   ========================================================= */

.tv-footer-contact {
	display:
		flex;

	flex-direction:
		column;

	gap:
		22px;
}


.tv-footer-contact a,
.tv-footer-contact-static {
	display:
		flex;

	flex-direction:
		column;

	gap:
		6px;
}


.tv-footer-contact span {
	font-size:
		10px;

	line-height:
		1.4;

	color:
		rgba(255,255,255,.36);
}


.tv-footer-contact strong {
	font-size:
		13px;

	font-weight:
		650;

	line-height:
		1.55;

	color:
		rgba(255,255,255,.78);

	overflow-wrap:
		anywhere;
}


.tv-footer-contact a:hover strong {
	color:
		#ffffff;
}


/* =========================================================
   FOOTER PORTAL
   ========================================================= */

.tv-footer-portal p {
	max-width:
		250px;

	margin:
		0;

	font-size:
		13px;

	line-height:
		1.65;

	color:
		rgba(255,255,255,.50);
}


.tv-footer-portal-link {
	display:
		inline-flex;

	align-items:
		center;

	gap:
		10px;

	margin-top:
		24px;

	padding-bottom:
		5px;

	border-bottom:
		1px solid rgba(255,255,255,.28);

	font-size:
		13px;

	font-weight:
		750;

	color:
		#ffffff;
}


.tv-footer-portal-link span {
	font-size:
		17px;

	color:
		var(--tv-green);

	transition:
		transform 180ms ease;
}


.tv-footer-portal-link:hover span {
	transform:
		translate(3px, -3px);
}


/* =========================================================
   FOOTER BOTTOM
   ========================================================= */

.tv-footer-bottom {
	margin-top:
		72px;

	padding-top:
		25px;

	display:
		flex;

	align-items:
		center;

	justify-content:
		space-between;

	gap:
		30px;

	border-top:
		1px solid rgba(255,255,255,.11);

	font-size:
		10px;

	line-height:
		1.5;

	color:
		rgba(255,255,255,.36);
}


.tv-footer-bottom-links {
	display:
		flex;

	align-items:
		center;

	gap:
		14px;
}


.tv-footer-bottom-links a {
	color:
		rgba(255,255,255,.48);

	transition:
		color 180ms ease;
}


.tv-footer-bottom-links a:hover {
	color:
		#ffffff;
}


.tv-footer-separator {
	width:
		3px;

	height:
		3px;

	border-radius:
		50%;

	background:
		rgba(255,255,255,.25);
}


/* =========================================================
   FOOTER RESPONSIVE
   ========================================================= */

@media (max-width: 1100px) {

	.tv-footer-main {
		grid-template-columns:
			1.2fr .6fr 1fr;

	}


	.tv-footer-portal {
		grid-column:
			2 / 4;
	}

}


@media (max-width: 760px) {

	.tv-footer {
		padding:
			70px 0 25px;
	}


	.tv-footer-main {
		grid-template-columns:
			1fr 1fr;

		gap:
			50px 35px;
	}


	.tv-footer-brand {
		grid-column:
			1 / -1;
	}


	.tv-footer-logo {
		width:
			min(330px, 90%);
	}


	.tv-footer-portal {
		grid-column:
			1 / -1;
	}


	.tv-footer-bottom {
		margin-top:
			55px;

		align-items:
			flex-start;

		flex-direction:
			column;

		gap:
			14px;
	}


	.tv-footer-bottom-links {
		align-items:
			flex-start;

		flex-direction:
			column;

		gap:
			8px;
	}


	.tv-footer-separator {
		display:
			none;
	}
	
	
	.tv-footer-nav a {
	min-height: 44px;

	display: inline-flex;
	align-items: center;
}


.tv-footer-contact a {
	min-height: 44px;

	justify-content: center;
}


.tv-footer-portal-link {
	min-height: 44px;
}

}


@media (max-width: 480px) {

	.tv-footer-main {
		grid-template-columns:
			1fr;

		gap:
			45px;
	}


	.tv-footer-brand,
	.tv-footer-portal {
		grid-column:
			auto;
	}

}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (min-width: 1041px) {
	.tv-hero,
	.tv-hero-layout {
		min-height: 100vh;
	}

	.tv-hero.is-enhanced,
	.tv-hero.is-enhanced .tv-hero-layout {
		min-height: 0;
	}
}

/* Más espacio útil en portátiles, sin reducir globalmente la fuente. */
@media (min-width: 1041px) and (max-height: 820px) {
	.tv-hero-layout {
		padding-top: calc(var(--tv-hero-header-height) + 24px);
		padding-bottom: 48px;
	}

	.tv-hero-kicker {
		margin-bottom: 14px;
	}

	.tv-hero .tv-hero-title {
		margin-bottom: 18px;
	}

	.tv-hero p {
		margin-bottom: 22px;
		font-size: 17px;
		line-height: 1.55;
	}

	.tv-hero-meta {
		margin-top: 22px;
	}

	.tv-hero-scroll {
		bottom: 12px;
	}

	.tv-hero-scroll-line {
		height: 18px;
	}
}

@media (max-width: 1180px) {
	.tv-nav {
		gap: 20px;
	}

	.tv-header-actions {
		gap: 13px;
	}
}

@media (max-width: 1040px) {
	.tv-nav,
	.tv-portal-link {
		display: none;
	}

	.tv-menu-toggle {
		display: block;
	}

	.tv-hero-layout {
		grid-template-columns: minmax(0, 1fr);
		align-items: end;

		gap: 0;

		padding-top: calc(var(--tv-hero-header-height) + 38px);
		padding-bottom: calc(48px + env(safe-area-inset-bottom, 0px));
	}

	.tv-hero-progress,
	.tv-hero.is-enhanced .tv-hero-progress,
	.tv-hero-scroll,
	.tv-hero.is-enhanced .tv-hero-scroll {
		display: none;
	}

	.tv-hero-copy {
		max-width: 680px;
	}

	.tv-hero .tv-hero-title {
		font-size: clamp(42px, 6.8vw, 64px);
		line-height: 1.04;
	}

	.tv-hero p {
		max-width: 590px;
		font-size: 17px;
	}

	.tv-hero-image {
		object-position: 68% center;
	}

	.tv-hero-overlay {
		background:
			linear-gradient(
				90deg,
				rgba(6, 21, 16, .56) 0%,
				rgba(6, 21, 16, .20) 70%,
				rgba(6, 21, 16, .08) 100%
			),
			linear-gradient(
				180deg,
				rgba(6, 21, 16, .16) 0%,
				rgba(6, 21, 16, .35) 35%,
				rgba(6, 21, 16, .83) 76%,
				rgba(6, 21, 16, .95) 100%
			);
	}
}

@media (max-width: 768px) {
	.tv-container {
		width: min(
			calc(100% - 32px),
			var(--tv-container)
		);
	}
}

@media (max-width: 680px) {
	.tv-header-inner {
		min-height: 70px;
	}

	.tv-logo {
		width: 142px;
		max-height: 44px;
	}

	.tv-header-quote {
		display: none;
	}

	.tv-menu-toggle {
		width: 42px;
		height: 42px;
	}

	.tv-hero {
		--tv-hero-header-height: 70px;
	}

	.tv-hero-layout {
		padding-top: calc(
			var(--tv-hero-header-height) +
			28px +
			env(safe-area-inset-top, 0px)
		);
		padding-bottom: calc(36px + env(safe-area-inset-bottom, 0px));
	}

	.tv-hero-kicker {
		margin-bottom: 14px;
		font-size: 11px;
	}

	.tv-hero .tv-hero-title {
		max-width: 100%;
		margin-bottom: 20px;

		font-size: clamp(34px, 9.2vw, 50px);
		line-height: 1.06;
		letter-spacing: -.045em;
	}

	.tv-hero p {
		margin-bottom: 24px;

		font-size: 16px;
		line-height: 1.55;
	}

	.tv-hero-actions {
		flex-direction: column;
		gap: 10px;
	}

	.tv-hero-actions .tv-button {
		width: 100%;
		min-height: 46px;
	}

	.tv-hero-meta {
		margin-top: 22px;
		font-size: 12px;
	}

	.tv-hero-image {
		object-position: 72% center;
	}

	.tv-hero-overlay {
		background:
			linear-gradient(
				90deg,
				rgba(6, 21, 16, .24),
				rgba(6, 21, 16, .08)
			),
			linear-gradient(
				180deg,
				rgba(6, 21, 16, .30) 0%,
				rgba(6, 21, 16, .56) 32%,
				rgba(6, 21, 16, .88) 68%,
				rgba(6, 21, 16, .97) 100%
			);
	}

	.tv-after-hero {
		padding: 78px 0;
	}

	.tv-after-hero-placeholder h2 {
		font-size: clamp(38px, 11vw, 58px);
	}

	.tv-footer-inner,
	.tv-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
		scroll-behavior: auto !important;
	}

	.tv-hero-image {
		transform: none;
		will-change: auto;
	}

	.tv-hero-progress,
	.tv-hero.is-enhanced .tv-hero-progress,
	.tv-hero-scroll,
	.tv-hero.is-enhanced .tv-hero-scroll {
		display: none;
	}
}