/* Project detail page — reuses the site's own CSS variables so it stays on-brand. */
.rrproj-single { background: #fff; }
.rrproj-back {
	display: inline-block;
	font-family: var(--rr-ff-body, 'DM Sans', sans-serif);
	font-size: 14px;
	color: var(--rr-theme-primary, #906E50);
	text-decoration: none;
	margin-bottom: 28px;
}
.rrproj-back:hover { text-decoration: underline; }

.rrproj-single__header { margin-bottom: 30px; }
.rrproj-single__title {
	font-family: var(--rr-ff-heading, 'Outfit', sans-serif);
	font-weight: 700;
	font-size: 42px;
	line-height: 1.1;
	color: var(--rr-heading-primary, #080A0B);
	margin: 0 0 10px;
}
.rrproj-single__meta {
	font-family: var(--rr-ff-body, 'DM Sans', sans-serif);
	color: var(--rr-text-body, #767676);
	font-size: 15px;
	margin: 0;
}

.rrproj-single__hero {
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 36px;
}
.rrproj-single__hero img { width: 100%; height: auto; display: block; }

.rrproj-single__content {
	font-family: var(--rr-ff-body, 'DM Sans', sans-serif);
	font-size: 16px;
	line-height: 1.7;
	color: var(--rr-text-body, #767676);
	max-width: 820px;
	margin-bottom: 48px;
}

.rrproj-single__nav {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #e4e0da;
	padding-top: 24px;
}
.rrproj-single__nav-link {
	font-family: var(--rr-ff-body, 'DM Sans', sans-serif);
	font-size: 14px;
	font-weight: 600;
	color: var(--rr-heading-primary, #080A0B);
	text-decoration: none;
}
.rrproj-single__nav-link:hover { color: var(--rr-theme-primary, #906E50); }
