/* Press Feature Publisher — newspaper article styling */

.pfp-page {
	margin: 0;
	background: #faf8f4;
	color: #1a1a1a;
	font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
	-webkit-font-smoothing: antialiased;
}

.pfp-page a {
	color: inherit;
}

/* ---------- Masthead ---------- */

.pfp-masthead {
	background: #fffdf9;
	border-bottom: 3px double #1a1a1a;
}

.pfp-masthead-inner {
	max-width: 1080px;
	margin: 0 auto;
	padding: 28px 20px 18px;
	text-align: center;
}

.pfp-masthead-date {
	font-family: Inter, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #8a8378;
	margin-bottom: 10px;
}

.pfp-masthead-title {
	font-family: "Playfair Display", Georgia, serif;
	font-weight: 800;
	font-size: clamp(34px, 6vw, 58px);
	line-height: 1.05;
	letter-spacing: 0.01em;
	text-decoration: none;
	color: #14120e;
	display: inline-block;
}

.pfp-masthead-tag {
	font-family: Inter, Arial, sans-serif;
	font-size: 12.5px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #a09786;
	margin-top: 8px;
}

.pfp-masthead-nav {
	border-top: 1px solid #e5dfd3;
	text-align: center;
	padding: 11px 12px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6px 26px;
}

.pfp-masthead-nav a {
	font-family: Inter, Arial, sans-serif;
	font-size: 12.5px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: none;
	color: #3d382f;
}

.pfp-masthead-nav a:hover {
	color: #b02a26;
}

/* ---------- Article head ---------- */

.pfp-article {
	max-width: 780px;
	margin: 0 auto;
	padding: 48px 20px 70px;
}

.pfp-kicker {
	display: inline-block;
	font-family: Inter, Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #fff;
	background: #b02a26;
	padding: 6px 14px;
	text-decoration: none;
	margin-bottom: 20px;
}

.pfp-headline {
	font-family: "Playfair Display", Georgia, serif;
	font-weight: 700;
	font-size: clamp(30px, 5vw, 46px);
	line-height: 1.14;
	margin: 0 0 16px;
	color: #14120e;
}

.pfp-dek {
	font-size: 20px;
	line-height: 1.55;
	color: #55503f;
	font-style: italic;
	margin: 0 0 22px;
}

.pfp-byline {
	font-family: Inter, Arial, sans-serif;
	font-size: 13px;
	color: #6f695c;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	padding: 14px 0;
	border-top: 1px solid #e5dfd3;
	border-bottom: 1px solid #e5dfd3;
}

.pfp-byline-author {
	font-weight: 700;
	color: #14120e;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-size: 12px;
}

.pfp-dot {
	color: #c9c1b1;
}

.pfp-share {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-top: 14px;
}

.pfp-share-label {
	font-family: Inter, Arial, sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #8a8378;
	margin-right: 4px;
}

.pfp-share a {
	font-family: Inter, Arial, sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	color: #3d382f;
	border: 1px solid #d8d1c2;
	background: #fffdf9;
	border-radius: 999px;
	padding: 6px 14px;
	transition: all 0.15s ease;
}

.pfp-share a:hover {
	background: #14120e;
	border-color: #14120e;
	color: #fff;
}

/* ---------- Hero & body ---------- */

.pfp-hero {
	margin: 30px 0 8px;
}

.pfp-hero img {
	width: 100%;
	height: auto;
	display: block;
	border: 1px solid #e5dfd3;
}

.pfp-body {
	font-size: 19px;
	line-height: 1.85;
	color: #26231c;
	margin-top: 26px;
}

.pfp-body p {
	margin: 0 0 1.4em;
}

.pfp-body > p:first-of-type::first-letter {
	font-family: "Playfair Display", Georgia, serif;
	font-weight: 700;
	font-size: 3.4em;
	line-height: 0.85;
	float: left;
	padding: 6px 10px 0 0;
	color: #b02a26;
}

.pfp-body h2,
.pfp-body h3 {
	font-family: "Playfair Display", Georgia, serif;
	line-height: 1.25;
	margin: 1.6em 0 0.6em;
	color: #14120e;
}

.pfp-body img {
	max-width: 100%;
	height: auto;
}

.pfp-body blockquote {
	border-left: 3px solid #b02a26;
	margin: 1.6em 0;
	padding: 4px 0 4px 22px;
	font-style: italic;
	font-size: 21px;
	color: #55503f;
}

/* ---------- Client box ---------- */

.pfp-client-box {
	margin: 40px 0 0;
	background: #fffdf9;
	border: 1px solid #e5dfd3;
	border-top: 3px solid #b02a26;
	padding: 22px 26px;
}

.pfp-client-label {
	font-family: Inter, Arial, sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #b02a26;
	margin-bottom: 6px;
}

.pfp-client-name {
	font-family: "Playfair Display", Georgia, serif;
	font-size: 24px;
	font-weight: 700;
	color: #14120e;
}

.pfp-client-link {
	font-family: Inter, Arial, sans-serif;
	font-size: 13px;
	color: #6f695c;
	text-decoration: none;
	border-bottom: 1px solid #d8d1c2;
}

/* ---------- Clippings gallery ---------- */

.pfp-section-title {
	font-family: Inter, Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #14120e;
	text-align: center;
	margin: 60px 0 28px;
	display: flex;
	align-items: center;
	gap: 18px;
}

.pfp-section-title::before,
.pfp-section-title::after {
	content: "";
	flex: 1;
	border-top: 1px solid #d8d1c2;
}

.pfp-clippings-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
	gap: 26px;
}

.pfp-clipping {
	display: block;
	background: #fff;
	padding: 10px 10px 16px;
	border: 1px solid #e0dacc;
	box-shadow: 0 10px 24px rgba(20, 18, 14, 0.14);
	transform: rotate(-1.3deg);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pfp-clipping:nth-child(even) {
	transform: rotate(1.2deg);
}

.pfp-clipping:nth-child(3n) {
	transform: rotate(-0.6deg);
}

.pfp-clipping:hover {
	transform: rotate(0deg) scale(1.03);
	box-shadow: 0 16px 34px rgba(20, 18, 14, 0.2);
	z-index: 2;
	position: relative;
}

.pfp-clipping img {
	width: 100%;
	height: auto;
	display: block;
}

/* ---------- Related ---------- */

.pfp-related-grid,
.pfp-archive-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 26px;
}

.pfp-related-card {
	text-decoration: none;
	background: #fffdf9;
	border: 1px solid #e5dfd3;
	display: block;
	transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.pfp-related-card:hover {
	box-shadow: 0 10px 26px rgba(20, 18, 14, 0.12);
	transform: translateY(-2px);
}

.pfp-related-thumb img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	display: block;
}

.pfp-related-card h3 {
	font-family: "Playfair Display", Georgia, serif;
	font-size: 17px;
	line-height: 1.35;
	margin: 14px 16px 8px;
	color: #14120e;
}

.pfp-related-date {
	font-family: Inter, Arial, sans-serif;
	font-size: 11.5px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #8a8378;
	display: block;
	margin: 0 16px 16px;
}

/* ---------- Archive ---------- */

.pfp-archive {
	max-width: 1080px;
	margin: 0 auto;
	padding: 48px 20px 70px;
}

.pfp-archive-title {
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(28px, 4vw, 40px);
	text-align: center;
	margin: 0 0 36px;
}

.pfp-pagination {
	margin-top: 40px;
	text-align: center;
	font-family: Inter, Arial, sans-serif;
}

.pfp-empty {
	text-align: center;
	color: #8a8378;
}

/* ---------- Footer ---------- */

.pfp-footer {
	background: #14120e;
	color: #cfc8b8;
	margin-top: 40px;
}

.pfp-footer-inner {
	max-width: 1080px;
	margin: 0 auto;
	padding: 40px 20px;
	text-align: center;
}

.pfp-footer-title {
	font-family: "Playfair Display", Georgia, serif;
	font-size: 26px;
	font-weight: 700;
	color: #fffdf9;
	margin-bottom: 8px;
}

.pfp-footer p {
	font-family: Inter, Arial, sans-serif;
	font-size: 12.5px;
	margin: 0;
	color: #8a8378;
}

/* ---------- Small screens ---------- */

@media (max-width: 560px) {
	.pfp-article {
		padding-top: 32px;
	}

	.pfp-body {
		font-size: 17.5px;
	}

	.pfp-clippings-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}
}

/* ---------- Client social icons ---------- */

.pfp-social-icons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
}

.pfp-social-icons a {
	width: 40px;
	height: 40px;
	border-radius: 999px;
	background: #14120e;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: background 0.15s ease, transform 0.15s ease;
}

.pfp-social-icons a svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
	display: block;
}

.pfp-social-icons a:hover {
	background: #b02a26;
	transform: translateY(-2px);
}

.pfp-social-icons a.pfp-social-pill {
	width: auto;
	padding: 0 16px;
	gap: 8px;
	font-family: Inter, Arial, sans-serif;
	font-size: 13px;
	font-weight: 600;
}
