/* Portfolio Item Info — ported from "Portfolio Item.html" .detail column (task §4). */
.pre-detail {
	font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
	color: #111111;
}

.pre-detail *,
.pre-detail *::before,
.pre-detail *::after {
	box-sizing: border-box;
}

.pre-detail-cat {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #a8862f;
	margin: 0 0 10px;
}

.pre-detail-title {
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 1.05;
	text-transform: uppercase;
	letter-spacing: 0.01em;
	margin: 0 0 16px;
	color: #111111;
}

.pre-detail-summary {
	font-size: 17px;
	line-height: 1.65;
	color: #555555;
	margin: 0 0 26px;
}

.pre-specs-card {
	border: 1px solid #E0E0E0;
	border-radius: 6px;
	overflow: hidden;
}

.pre-specs-hd {
	background: #F5F5F5;
	border-bottom: 1px solid #E0E0E0;
	padding: 13px 20px;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #111111;
}

.pre-specs {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pre-specs li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	padding: 13px 20px;
	border-bottom: 1px solid #E0E0E0;
	font-size: 14.5px;
}

.pre-specs li:last-child {
	border-bottom: none;
}

.pre-k {
	color: #555555;
	flex: 1;
}

.pre-v {
	font-weight: 600;
	color: #111111;
	text-align: right;
}

@media (max-width: 768px) {
	.pre-detail-title {
		font-size: 30px;
	}
}
