.kolba-home {
	box-sizing: border-box;
	max-width: 1180px;
	margin: 0 auto;
	padding: 82px 24px 90px;
	color: #30343a;
}

.kolba-home section + section {
	margin-top: 96px;
}

.kolba-home-intro {
	max-width: 820px;
}

.kolba-eyebrow {
	margin: 0 0 12px;
	color: #a72250;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.kolba-home h2 {
	margin: 0;
	color: #24282e;
	font-size: clamp(32px, 4vw, 52px);
	font-weight: 300;
	line-height: 1.2;
}

.kolba-home-intro > p:last-child {
	max-width: 700px;
	margin: 24px 0 0;
	color: #676e78;
	font-size: 18px;
	line-height: 1.75;
}

.kolba-section-heading {
	margin-bottom: 34px;
}

.kolba-section-heading h2,
.kolba-about-strip h2 {
	font-size: clamp(28px, 3vw, 40px);
}

.kolba-path-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.kolba-path-card {
	display: flex;
	box-sizing: border-box;
	min-height: 300px;
	padding: 30px;
	flex-direction: column;
	background: #fff;
	border: 1px solid #e5e7eb;
	color: #30343a;
	text-decoration: none;
	transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.kolba-path-card:hover,
.kolba-path-card:focus {
	border-color: #a72250;
	box-shadow: 0 14px 34px rgba(48, 52, 58, .08);
	color: #30343a;
	transform: translateY(-3px);
}

.kolba-card-number {
	color: #a72250;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .1em;
}

.kolba-path-card h3 {
	margin: 46px 0 14px;
	color: #24282e;
	font-size: 24px;
	font-weight: 600;
}

.kolba-path-card p {
	margin: 0 0 28px;
	color: #676e78;
	line-height: 1.7;
}

.kolba-card-link,
.kolba-text-link {
	margin-top: auto;
	color: #a72250;
	font-weight: 700;
	text-decoration: none;
}

.kolba-latest {
	padding: 58px 0 0;
	border-top: 1px solid #e5e7eb;
}

.kolba-latest-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 34px;
}

.kolba-post-card {
	padding-top: 18px;
	border-top: 2px solid #dfe5eb;
}

.kolba-post-card time {
	color: #818892;
	font-size: 12px;
	letter-spacing: .06em;
}

.kolba-post-card h3 {
	margin: 16px 0 12px;
	font-size: 22px;
	line-height: 1.35;
}

.kolba-post-card h3 a {
	color: #30343a;
	text-decoration: none;
}

.kolba-post-card h3 a:hover {
	color: #a72250;
}

.kolba-post-card p {
	margin: 0 0 20px;
	color: #676e78;
	line-height: 1.65;
}

.kolba-about-strip {
	display: grid;
	grid-template-columns: .8fr 1.2fr;
	gap: 70px;
	padding: 54px;
	background: #f7f8fa;
	border-top: 2px solid #a72250;
}

.kolba-about-strip p {
	margin: 0 0 22px;
	color: #5f6670;
	font-size: 17px;
	line-height: 1.7;
}

@media (max-width: 850px) {
	.kolba-home {
		padding-top: 60px;
	}

	.kolba-home section + section {
		margin-top: 70px;
	}

	.kolba-path-grid,
	.kolba-latest-grid {
		grid-template-columns: 1fr;
	}

	.kolba-path-card {
		min-height: 0;
	}

	.kolba-path-card h3 {
		margin-top: 28px;
	}

	.kolba-about-strip {
		grid-template-columns: 1fr;
		gap: 24px;
		padding: 34px 28px;
	}
}
