/*
Theme Name: Hello Elementor Child - Jose Rosa
Theme URI: https://joserosa.eu/
Description: Tema hijo de Hello Elementor para joserosa.eu.
Author: Jose Rosa
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Proyecto de diseño: base editorial reutilizable. */
.jr-project {
	--jr-project-gutter: clamp(20px, 4vw, 72px);
	--jr-project-space: clamp(72px, 11vw, 180px);
	background: #fff;
	color: #111;
}

.jr-project .elementor-widget-heading .elementor-heading-title,
.jr-project .elementor-widget-text-editor {
	text-wrap: pretty;
}

.jr-project .jr-project-title .elementor-heading-title {
	font-size: clamp(64px, 13vw, 220px);
	font-weight: 500;
	letter-spacing: -.07em;
	line-height: .82;
}

.jr-project .jr-project-kicker,
.jr-project .jr-project-meta {
	font-size: 12px;
	letter-spacing: .08em;
	line-height: 1.45;
	text-transform: uppercase;
}

.jr-project .jr-project-intro {
	font-size: clamp(24px, 3.2vw, 52px);
	font-weight: 400;
	letter-spacing: -.035em;
	line-height: 1.08;
}

.jr-project .elementor-widget-image img {
	display: block;
	width: 100%;
}

.jr-project .jr-project-caption {
	font-size: 11px;
	letter-spacing: .04em;
	line-height: 1.45;
}

@media (max-width: 767px) {
	.jr-project .jr-project-title .elementor-heading-title {
		font-size: clamp(58px, 22vw, 104px);
	}
}
