.kwiat-pm__heading {
	text-transform: uppercase;
	letter-spacing: 0.02em;
	margin-bottom: 10px;
}

.kwiat-pm__intro {
	margin-bottom: 24px;
}

/* Tabs */
.kwiat-pm__tabs {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	margin-bottom: 32px;
}

.kwiat-pm__tab {
	flex: 0 0 auto;
	min-width: 200px;
	padding: 12px 32px;
	border: 0;
	border-radius: 999px;
	background: #efe9e2;
	color: inherit;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.2s ease;
}

.kwiat-pm__tab:hover {
	background: #e5ddd3;
}

.kwiat-pm__tab.is-active {
	background: #dcd2c5;
}

/* Panels */
.kwiat-pm__panel {
	display: none;
}

.kwiat-pm__panel.is-active {
	display: block;
}

.kwiat-pm__panel-title {
	text-transform: uppercase;
	padding-bottom: 12px;
	margin-bottom: 24px;
	border-bottom: 1px dashed #b9906b;
}

/* Grid */
.kwiat-pm__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px 32px;
}

@media (max-width: 1024px) {
	.kwiat-pm__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 576px) {
	.kwiat-pm__grid {
		grid-template-columns: 1fr;
	}
}

/* Card */
.kwiat-pm__thumb {
	margin-bottom: 16px;
	background: #f5f3f0;
}

.kwiat-pm__thumb img,
.kwiat-pm__thumb video {
	display: block;
	width: 100%;
	height: auto;
}

.kwiat-pm__title {
	margin: 0 0 12px;
	text-transform: uppercase;
}

.kwiat-pm__meta {
	list-style: none;
	margin: 0 0 16px;
	padding: 0;
}

.kwiat-pm__meta li {
	margin-bottom: 4px;
}

/* Download button — brown accent from the current design */
.kwiat-pm__download.button {
	display: block;
	width: 100%;
	text-align: center;
	background: #a3714a;
	border-color: #a3714a;
	color: #fff;
	border-radius: 999px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding-top: 14px;
	padding-bottom: 14px;
}

.kwiat-pm__download.button:hover {
	background: #8a5e3c;
	border-color: #8a5e3c;
	color: #fff;
}
