/* Hero e sezioni condivise con le pagine interne (intro-quote in main.css). */
.hero.hero-short {
	height: 80vh;
}

.intro-quote {
	padding: 8rem 0 5rem;
	text-align: center;
}

.intro-quote h2 {
	font-family: var(--font-serif);
	font-size: clamp(1.8rem, 3vw, 3rem);
	font-style: italic;
	font-weight: 300;
	color: var(--primary);
	max-width: 860px;
	margin: 0 auto;
	line-height: 1.4;
}

.section-rule {
	border: none;
	border-top: 1px solid var(--line);
	margin: 0;
}

.quote-block {
	height: 4rem;
}

@media (max-width: 768px) {
	.intro-quote {
		padding: 5rem 0 3rem;
	}
}
