/* ==========================================================================
   np-price-card — karta "Cena i dane techniczne" na podstronach modeli.
   Wspólna dla wszystkich marek; neutralna stylistycznie, dopasowana do
   tokenów już używanych w serwisie (złoty akcent #ffb403/#9a7300/#846300,
   Cormorant Garamond, promienie zaokrągleń i cienie jak w np-model-card).
   ========================================================================== */

.np-price-card {
	margin: 40px 0;
	padding: clamp(28px, 4vw, 44px);
	border-radius: 26px;
	background: #f4f2ee;
	box-shadow: 0 14px 38px rgba(0,0,0,.06);
}
.np-price-card__eyebrow {
	display: block;
	margin-bottom: 10px;
	color: #9a7300;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
}
.np-price-card__badge {
	display: inline-block;
	margin-bottom: 14px;
	padding: 5px 14px;
	border-radius: 999px;
	background: rgba(255,180,3,.14);
	color: #846300;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.np-price-card__top {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 22px;
	padding-bottom: 22px;
	border-bottom: 1px solid rgba(0,0,0,.08);
}
.np-price-card__name {
	margin: 0;
	color: #181818;
	font-family: "Cormorant Garamond", serif;
	font-size: clamp(24px, 2.6vw, 32px);
	font-weight: 500;
}
.np-price-card__price-wrap { text-align: right; }
.np-price-card__price {
	display: block;
	color: #181818;
	font-family: "Cormorant Garamond", serif;
	font-size: clamp(28px, 3.2vw, 40px);
	font-weight: 600;
	line-height: 1;
}
.np-price-card__price-note {
	display: block;
	margin-top: 6px;
	color: #6b6b6b;
	font-size: 13px;
}
.np-price-card__specs {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px 32px;
}
.np-price-card__specs dt {
	margin: 0 0 3px;
	color: #846300;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .02em;
	text-transform: uppercase;
}
.np-price-card__specs dd {
	margin: 0;
	color: #2b2b2b;
	font-size: 15px;
	line-height: 1.5;
}
.np-price-card__colors {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-top: 22px;
	padding-top: 22px;
	border-top: 1px solid rgba(0,0,0,.08);
}
.np-price-card__colors span:first-child {
	margin-right: 4px;
	color: #6b6b6b;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}
.np-price-card__color-pill {
	padding: 5px 13px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid rgba(0,0,0,.1);
	color: #2b2b2b;
	font-size: 13px;
}
.np-price-card__disclaimer {
	margin: 20px 0 0;
	color: #a3a3a3;
	font-size: 11px;
	line-height: 1.6;
}

@media (max-width: 699px) {
	.np-price-card { padding: 24px; }
	.np-price-card__top { flex-direction: column; align-items: flex-start; }
	.np-price-card__price-wrap { text-align: left; }
	.np-price-card__specs { grid-template-columns: 1fr; }
}
