/**
 * Chi sono – vanilla replacement for Revolution Slider #5
 */

.liberart-chi-hero {
	--liberart-chi-h: 800px;
	--liberart-ink: #2c2a28;
	--liberart-display: "Six Caps", "Arial Narrow", sans-serif;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: var(--liberart-chi-h);
	margin: 0;
	padding: 2rem 1.5rem;
	box-sizing: border-box;
	overflow: hidden;
	background: transparent;
	text-align: center;
}

.liberart-chi-hero__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.05em;
	max-width: 56rem;
}

.liberart-chi-hero__line {
	margin: 0;
	padding: 0;
	color: var(--liberart-ink);
	font-family: var(--liberart-display);
	font-weight: 400;
	font-style: normal;
	font-size: clamp(6rem, 16vw, 10.5rem);
	line-height: 0.86;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-wrap: balance;
}

.liberart-chi-hero__line--secondary {
	color: rgba(44, 42, 40, 0.78);
	font-size: clamp(5.25rem, 14.5vw, 9.25rem);
	letter-spacing: 0.02em;
}

/* Keep Elementor BG slideshow under chrome (logo / hamburger / mobile bar) */
.elementor-section:has(.liberart-chi-hero),
.elementor-element:has(.liberart-chi-hero) {
	isolation: isolate;
	z-index: 0 !important;
}

.elementor-section:has(.liberart-chi-hero) .elementor-background-slideshow,
.elementor-element:has(.liberart-chi-hero) .elementor-background-slideshow,
.elementor-section:has(.liberart-chi-hero) .elementor-background-overlay,
.elementor-element:has(.liberart-chi-hero) .elementor-background-overlay {
	z-index: 0 !important;
	pointer-events: none;
}

.elementor-section:has(.liberart-chi-hero) > .elementor-container,
.elementor-element:has(.liberart-chi-hero) > .elementor-widget-container {
	position: relative;
	z-index: 1;
}

@media (max-width: 1024px) {
	.liberart-chi-hero {
		--liberart-chi-h: 500px;
	}

	.liberart-chi-hero__line {
		font-size: clamp(5.5rem, 15vw, 9rem);
	}

	.liberart-chi-hero__line--secondary {
		font-size: clamp(4.75rem, 13.5vw, 8rem);
	}
}

@media (max-width: 778px) {
	.liberart-chi-hero {
		--liberart-chi-h: 500px;
		padding-inline: 1rem;
	}

	.liberart-chi-hero__line {
		font-size: clamp(4.75rem, 18vw, 7.5rem);
		letter-spacing: 0.02em;
	}

	.liberart-chi-hero__line--secondary {
		font-size: clamp(4rem, 16vw, 6.5rem);
	}
}

@media (max-width: 480px) {
	.liberart-chi-hero {
		--liberart-chi-h: 400px;
	}

	.liberart-chi-hero__line {
		font-size: clamp(3.75rem, 20vw, 5.5rem);
		letter-spacing: 0.01em;
	}

	.liberart-chi-hero__line--secondary {
		font-size: clamp(3.25rem, 17vw, 4.75rem);
	}
}
