/* Mer nøktern typografiskala */
body {
	font-size: 16px;
}

.hero h1 {
	max-width: 680px;
	font-size: clamp(2.8rem, 6vw, 5.35rem);
	letter-spacing: -0.055em;
	line-height: 0.96;
}

.hero-lead {
	max-width: 610px;
	font-size: clamp(1rem, 1.5vw, 1.18rem);
}

.intro-copy {
	font-size: clamp(1.35rem, 2.5vw, 2.2rem);
	line-height: 1.25;
}

.section-heading h2,
.about h2,
.contact h2 {
	font-size: clamp(2.15rem, 4vw, 3.9rem);
	letter-spacing: -0.05em;
	line-height: 1.02;
}

.service-card h3 {
	font-size: clamp(1.35rem, 2.2vw, 1.85rem);
}

.experience-statement strong {
	font-size: clamp(3.9rem, 7vw, 6rem);
}

.experience-statement span {
	font-size: 1.02rem;
}

.experience-item h3 {
	font-size: 1.2rem;
}

.text-page h1 {
	font-size: clamp(2.6rem, 5.5vw, 4.6rem);
}

@media (max-width: 620px) {
	.hero h1 {
		font-size: clamp(2.65rem, 13vw, 4rem);
	}

	.intro-copy {
		font-size: 1.3rem;
	}

	.section-heading h2,
	.about h2,
	.contact h2 {
		font-size: clamp(2rem, 10vw, 3.1rem);
	}
}
