/* ==========================================================================
   PAGES (SPECIFIC)
   ========================================================================== */
.post-header {
	margin-bottom: 40px;
}

.post-header span {
	color: var(--accent);
	text-transform: uppercase;
	font-size: 0.8rem;
	letter-spacing: 2px;
	font-weight: 600;
}

.post-header h1 {
	font-family: "Playfair Display", serif;
	font-size: clamp(2rem, 5vw, 3.5rem);
	margin: 20px 0;
	line-height: 1.2;
}

.post-featured-image {
	max-width: 900px;
	margin: 0 auto 50px;
	border: 1px solid rgba(212, 175, 55, 0.2);
	position: relative;
}

.post-featured-image img {
	width: 100%;
	height: auto;
	max-height: 450px;
	object-fit: cover;
	display: block;
	opacity: 0.9;
}

.post-badge {
	position: absolute;
	top: 20px;
	right: 20px;
	background: var(--accent);
	color: #000;
	padding: 5px 15px;
	font-size: 0.7rem;
	font-weight: 700;
	text-transform: uppercase;
}

.post-content {
	max-width: 900px;
	margin: 0 auto;
}

.post-content-text {
	font-size: 1.1rem;
	color: var(--text-dim);
	line-height: 1.8;
	text-align: justify;
}

.post-cta-box {
	margin-top: 60px;
	padding: 40px;
	background: var(--bg-card);
	border-left: 4px solid var(--accent);
}

.post-cta-box h3 {
	font-family: "Playfair Display", serif;
	color: var(--accent);
	margin-bottom: 15px;
}

.post-cta-box p {
	color: var(--text-dim);
	margin-bottom: 25px;
}
