.studio-kiwi-section-header {
	width: 100%;
}

.studio-kiwi-section-header__inner {
	margin-left: 0;
	margin-right: auto;
	text-align: left;
	width: 100%;
}

.studio-kiwi-section-header__eyebrow {
	color: var(--studio-kiwi-color-accent, #59b547);
	font-family: "Outfit", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.studio-kiwi-section-header__title {
	color: var(--studio-kiwi-color-ink, #1f1f1f);
	font-family: "Work Sans", sans-serif;
	font-size: clamp(36px, 3.333vw, 48px);
	font-weight: 700;
	letter-spacing: -0.015em;
	line-height: 1.21;
	margin: 0;
	text-transform: none;
}

.studio-kiwi-section-header__highlight {
	color: var(--studio-kiwi-color-accent, #59b547);
}

.studio-kiwi-section-header--display .studio-kiwi-section-header__title {
	font-family: "PP Neue Machina", "Work Sans", sans-serif;
	font-size: clamp(42px, 3.75vw, 54px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.37;
	text-transform: capitalize;
}

.studio-kiwi-section-header--compact .studio-kiwi-section-header__title {
	font-size: clamp(30px, 2.917vw, 42px);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.25;
}

@media (max-width: 767px) {
	.studio-kiwi-section-header__title { font-size: 34px; line-height: 1.18; }
	.studio-kiwi-section-header--display .studio-kiwi-section-header__title { font-size: 40px; line-height: 1.2; }
	.studio-kiwi-section-header--compact .studio-kiwi-section-header__title { font-size: 30px; }
}
