/*
Theme Name: Pista Pop Editorial
Theme URI: https://pistapop.com.br/
Author: Pista Pop
Author URI: https://pistapop.com.br/
Description: Tema editorial responsivo para notícias de música, cinema, televisão, cultura e entretenimento.
Version: 1.1.2
Requires at least: 6.2
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pista-pop
Tags: news, blog, custom-logo, custom-menu, featured-images, responsive-layout
*/

:root {
	--pp-accent: #b8652a;
	--pp-red: #b8652a;
	--pp-red-dark: #8f481c;
	--pp-ink: #090909;
	--pp-muted: #626262;
	--pp-soft: #f2f2f2;
	--pp-line: #d9d9d9;
	--pp-paper: #fff;
	--pp-serif: "Source Serif 4", Georgia, "Times New Roman", serif;
	--pp-display: "DM Serif Display", Georgia, "Times New Roman", serif;
	--pp-sans: "Inter", Arial, Helvetica, sans-serif;
	--pp-container: 1120px;
	--pp-content: 720px;
}

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

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
}

body {
	min-width: 320px;
	margin: 0;
	overflow-x: hidden;
	background: var(--pp-paper);
	color: var(--pp-ink);
	font-family: var(--pp-serif);
	font-size: 16px;
	line-height: 1.45;
}

body.pp-lock-scroll {
	overflow: hidden;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

figure {
	margin: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:focus-visible {
	color: var(--pp-red);
}

button,
input,
textarea,
select {
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

button {
	cursor: pointer;
}

.pp-container {
	width: min(calc(100% - 40px), var(--pp-container));
	margin-inline: auto;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	z-index: 100000;
	top: 8px;
	left: 8px;
	width: auto;
	height: auto;
	padding: 12px 18px;
	clip: auto;
	background: #fff;
	color: #000;
	font-family: var(--pp-sans);
	font-weight: 700;
}

.pp-logo {
	width: auto;
	height: auto;
}

.pp-media-link {
	display: block;
	overflow: hidden;
	background: var(--pp-soft);
}

.pp-media-link img {
	width: 100%;
	height: 100%;
	transition: transform 260ms ease;
}

.pp-media-link:hover img {
	transform: scale(1.018);
}

.pp-no-thumb {
	display: grid;
	width: 100%;
	min-height: 160px;
	place-items: center;
	background:
		linear-gradient(135deg, rgba(208, 9, 22, 0.96), rgba(75, 0, 5, 0.98));
	color: #fff;
	font-family: var(--pp-serif);
	font-size: clamp(22px, 4vw, 42px);
	font-weight: 700;
	letter-spacing: -0.05em;
}

.pp-kicker {
	display: inline-block;
	color: var(--pp-red);
	font-family: var(--pp-sans);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.pp-card-meta {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 7px;
}

.pp-card-meta time {
	color: var(--pp-muted);
	font-family: var(--pp-sans);
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.pp-section-title {
	margin: 0 0 22px;
	padding-bottom: 8px;
	border-bottom: 3px solid var(--pp-ink);
	font-family: var(--pp-sans);
	font-size: 21px;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1;
	text-transform: uppercase;
}

.pp-button {
	display: inline-flex;
	min-height: 40px;
	align-items: center;
	justify-content: center;
	padding: 0 28px;
	border: 1px solid var(--pp-ink);
	background: transparent;
	color: var(--pp-ink);
	font-family: var(--pp-sans);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pp-button:hover,
.pp-button:focus-visible {
	background: var(--pp-ink);
	color: #fff;
}

/* Header */
.pp-site-header {
	position: relative;
	z-index: 700;
	background: #fff;
}

.pp-masthead {
	padding: 25px 0 19px;
}

.pp-masthead__inner {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
}

.pp-brand {
	display: block;
}

.pp-brand__image {
	width: clamp(260px, 24vw, 340px);
	max-height: 68px;
	object-fit: contain;
}

.pp-masthead__spacer {
	min-width: 1px;
}

.pp-social {
	display: flex;
	align-items: center;
	gap: 14px;
}

.pp-social a {
	display: grid;
	width: 23px;
	height: 23px;
	place-items: center;
	color: currentColor;
}

.pp-social svg {
	width: 18px;
	height: 18px;
}

.pp-icon-fill {
	fill: currentColor;
	stroke: none;
}

.pp-masthead__social {
	justify-self: end;
	color: var(--pp-ink);
}

.pp-rule--double {
	width: 100%;
	height: 7px;
	border-top: 3px solid var(--pp-ink);
	border-bottom: 1px solid var(--pp-ink);
}

.pp-navigation {
	position: relative;
	z-index: 710;
	height: 54px;
	border-bottom: 1px solid var(--pp-ink);
	background: #fff;
}

.pp-navigation.is-sticky {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.13);
}

.admin-bar .pp-navigation.is-sticky {
	top: 32px;
}

.pp-navigation__inner {
	display: grid;
	height: 100%;
	grid-template-columns: 42px minmax(0, 1fr) 42px;
	align-items: center;
	gap: 14px;
}

.pp-icon-button {
	display: grid;
	width: 36px;
	height: 36px;
	padding: 0;
	place-items: center;
	border: 1px solid var(--pp-ink);
	border-radius: 50%;
	background: #fff;
	color: var(--pp-ink);
}

.pp-menu-toggle {
	align-content: center;
	gap: 4px;
}

.pp-menu-toggle span:not(.screen-reader-text) {
	display: block;
	width: 16px;
	height: 1.5px;
	background: currentColor;
}

.pp-search-toggle {
	justify-self: end;
	border: 0;
}

.pp-search-toggle svg {
	width: 25px;
	height: 25px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-width: 1.3;
}

.pp-primary-nav {
	min-width: 0;
}

.pp-nav-menu,
.pp-drawer-menu,
.pp-footer-menu {
	padding: 0;
	margin: 0;
	list-style: none;
}

.pp-nav-menu {
	display: flex;
	min-width: 0;
	align-items: center;
	justify-content: center;
	gap: clamp(16px, 2.1vw, 31px);
	overflow: hidden;
}

.pp-nav-menu > li {
	flex: 0 0 auto;
}

.pp-nav-menu a {
	display: block;
	padding: 18px 0 16px;
	font-family: var(--pp-sans);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1;
	white-space: nowrap;
}

.pp-nav-menu .sub-menu {
	position: absolute;
	z-index: 10;
	min-width: 190px;
	padding: 10px 15px;
	margin: 0;
	border: 1px solid var(--pp-ink);
	background: #fff;
	list-style: none;
	opacity: 0;
	pointer-events: none;
	transform: translateY(5px);
	transition: 150ms ease;
}

.pp-nav-menu li:hover > .sub-menu,
.pp-nav-menu li:focus-within > .sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: none;
}

.pp-nav-menu .sub-menu a {
	padding: 9px 0;
}

.pp-sticky-brand {
	display: none;
}

.pp-navigation.is-sticky .pp-navigation__inner {
	grid-template-columns: 42px 130px minmax(0, 1fr) 42px;
}

.pp-navigation.is-sticky .pp-sticky-brand {
	display: block;
}

.pp-sticky-brand__image {
	width: 124px;
	max-height: 30px;
	object-fit: contain;
}

.pp-search-panel {
	position: absolute;
	z-index: 705;
	right: 0;
	left: 0;
	padding: 18px 0;
	border-bottom: 1px solid var(--pp-ink);
	background: #fff;
	box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08);
}

.pp-search-panel[hidden] {
	display: none;
}

.pp-search-panel__inner {
	display: flex;
	align-items: center;
	gap: 15px;
}

.pp-search-form {
	display: flex;
	width: 100%;
	align-items: stretch;
	border-bottom: 1px solid var(--pp-ink);
}

.pp-search-form label {
	flex: 1;
}

.pp-search-form input {
	width: 100%;
	height: 48px;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	color: var(--pp-ink);
	font-family: var(--pp-sans);
	font-size: 15px;
}

.pp-search-form button {
	padding: 0 18px;
	border: 0;
	background: var(--pp-ink);
	color: #fff;
	font-family: var(--pp-sans);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.pp-search-close {
	padding: 0;
	border: 0;
	background: transparent;
	font-family: var(--pp-sans);
	font-size: 34px;
	font-weight: 300;
	line-height: 1;
}

.pp-overlay {
	position: fixed;
	z-index: 890;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
}

.pp-overlay[hidden] {
	display: none;
}

.pp-drawer {
	position: fixed;
	z-index: 900;
	top: 0;
	bottom: 0;
	left: 0;
	width: min(420px, 88vw);
	padding: 26px 30px 36px;
	overflow-y: auto;
	background: #fff;
	box-shadow: 6px 0 22px rgba(0, 0, 0, 0.2);
	transform: translateX(-105%);
	transition: transform 220ms ease;
}

.pp-drawer.is-open {
	transform: none;
}

.pp-drawer__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 23px;
	border-bottom: 4px double var(--pp-ink);
}

.pp-drawer__logo {
	width: 210px;
}

.pp-drawer__close {
	width: 38px;
	height: 38px;
	padding: 0;
	border: 0;
	background: transparent;
	font-family: var(--pp-sans);
	font-size: 38px;
	font-weight: 300;
	line-height: 1;
}

.pp-drawer-menu {
	padding: 22px 0 26px;
}

.pp-drawer-menu li {
	border-bottom: 1px solid var(--pp-line);
}

.pp-drawer-menu a {
	display: block;
	padding: 14px 2px;
	font-family: var(--pp-sans);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.pp-drawer-menu .sub-menu {
	padding: 0 0 8px 18px;
	list-style: none;
}

.pp-drawer-menu .sub-menu a {
	padding: 8px 2px;
	font-size: 12px;
	font-weight: 500;
}

.pp-drawer__social {
	padding-top: 22px;
	border-top: 1px solid var(--pp-ink);
}

/* Front page */
.pp-home-hero {
	padding-top: 40px;
	padding-bottom: 35px;
}

.pp-home-hero__top {
	display: grid;
	grid-template-columns: 215px minmax(0, 1fr) 255px;
	gap: 28px;
	align-items: start;
}

.pp-hero-rail {
	border-top: 1px solid var(--pp-ink);
}

.pp-rail-story {
	padding: 15px 0 17px;
	border-bottom: 1px solid var(--pp-line);
}

.pp-rail-story h2 {
	margin: 5px 0 0;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: -0.018em;
	line-height: 1.16;
}

.pp-lead-story__media {
	aspect-ratio: 16 / 9;
}

.pp-lead-story__image {
	object-fit: cover;
}

.pp-lead-story__body {
	padding-top: 13px;
}

.pp-lead-story h1 {
	max-width: 760px;
	margin: 4px 0 6px;
	font-size: 35px;
	font-weight: 500;
	letter-spacing: -0.036em;
	line-height: 1.08;
}

.pp-lead-story p,
.pp-side-feature p,
.pp-category-lead p,
.pp-editorial-card p {
	margin: 0;
	color: #373737;
	font-size: 14px;
	line-height: 1.32;
}

.pp-side-feature {
	padding-bottom: 20px;
	border-bottom: 1px solid var(--pp-line);
}

.pp-side-feature .pp-media-link {
	margin-bottom: 12px;
	aspect-ratio: 16 / 10;
}

.pp-side-feature__image {
	object-fit: cover;
}

.pp-side-feature h2 {
	margin: 5px 0 7px;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: -0.028em;
	line-height: 1.1;
}

.pp-hero-strip {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
	padding-top: 27px;
	margin-top: 28px;
	border-top: 1px solid var(--pp-ink);
}

.pp-horizontal-card {
	display: grid;
	grid-template-columns: 116px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
}

.pp-horizontal-card__media {
	aspect-ratio: 4 / 3;
}

.pp-horizontal-card__image {
	object-fit: cover;
}

.pp-horizontal-card h2 {
	margin: 5px 0 0;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 1.16;
}

.pp-most-read {
	padding: 17px 21px 20px;
	margin-bottom: 52px;
	border-top: 5px double var(--pp-ink);
	border-bottom: 5px double var(--pp-ink);
}

.pp-most-read > h2 {
	margin: 0 0 14px;
	font-family: var(--pp-sans);
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-align: center;
}

.pp-most-read__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.pp-most-read__item {
	display: grid;
	min-width: 0;
	grid-template-columns: 29px minmax(0, 1fr);
	gap: 7px;
	padding: 0 15px;
	border-left: 1px solid var(--pp-line);
}

.pp-most-read__item:first-child {
	border-left: 0;
}

.pp-most-read__item > span {
	font-size: 27px;
	font-weight: 400;
	line-height: 1;
}

.pp-most-read__item h3 {
	margin: 4px 0 0;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.01em;
	line-height: 1.14;
}

.pp-latest-layout {
	display: grid;
	grid-template-columns: 330px minmax(0, 1fr);
	gap: 56px;
	padding-bottom: 56px;
}

.pp-news-list {
	border-top: 1px solid var(--pp-line);
}

.pp-news-card {
	display: grid;
	grid-template-columns: 108px minmax(0, 1fr);
	gap: 13px;
	padding: 16px 0;
	border-bottom: 1px solid var(--pp-line);
}

.pp-news-card__media {
	aspect-ratio: 4 / 3;
}

.pp-news-card__image {
	object-fit: cover;
}

.pp-news-card h3 {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.014em;
	line-height: 1.15;
}

.pp-news-card p {
	display: none;
}

.pp-load-more-wrap {
	padding-top: 20px;
	text-align: center;
}

.pp-load-more {
	min-width: 110px;
}

.pp-load-more:disabled {
	opacity: 0.55;
}

.pp-section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	padding-bottom: 7px;
	margin-bottom: 20px;
	border-bottom: 3px solid var(--pp-ink);
}

.pp-section-heading h2 {
	margin: 0;
	font-family: var(--pp-sans);
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1;
}

.pp-section-heading > a {
	font-family: var(--pp-sans);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.06em;
}

.pp-category-lead {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.8fr);
	column-gap: 25px;
}

.pp-category-lead .pp-media-link {
	grid-row: 1 / span 3;
	aspect-ratio: 16 / 10;
}

.pp-category-lead__image {
	object-fit: cover;
}

.pp-category-lead h3 {
	align-self: end;
	margin: 0 0 10px;
	font-size: 29px;
	font-weight: 500;
	letter-spacing: -0.032em;
	line-height: 1.08;
}

.pp-category-feature__more {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 19px;
	padding-top: 24px;
	margin-top: 25px;
	border-top: 1px solid var(--pp-line);
}

.pp-category-feature__more .pp-media-link {
	margin-bottom: 9px;
	aspect-ratio: 16 / 10;
}

.pp-category-feature__more img {
	object-fit: cover;
}

.pp-category-feature__more h3 {
	margin: 0;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: -0.012em;
	line-height: 1.15;
}

.pp-editorial-section {
	padding: 50px 0 56px;
	border-top: 1px solid var(--pp-ink);
}

.pp-editorial-section--dark {
	background: var(--pp-ink);
	color: #fff;
}

.pp-editorial-section--dark .pp-section-heading {
	border-color: #fff;
}

.pp-editorial-section--dark .pp-editorial-card p {
	color: #d5d5d5;
}

.pp-editorial-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.pp-editorial-card--lead {
	grid-column: span 2;
	grid-row: span 2;
}

.pp-editorial-card .pp-media-link {
	margin-bottom: 10px;
	aspect-ratio: 16 / 10;
}

.pp-editorial-card img {
	object-fit: cover;
}

.pp-editorial-card h3 {
	margin: 5px 0 0;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: -0.018em;
	line-height: 1.14;
}

.pp-editorial-card--lead h3 {
	margin-bottom: 7px;
	font-size: 29px;
	line-height: 1.08;
}

.pp-empty {
	padding: 60px 20px;
	text-align: center;
}

.pp-empty h1,
.pp-empty h2 {
	font-weight: 500;
}

/* Breadcrumbs and archive */
.pp-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px;
	color: var(--pp-muted);
	font-family: var(--pp-sans);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.pp-archive,
.pp-listing {
	padding-top: 42px;
	padding-bottom: 70px;
}

.pp-archive-header,
.pp-listing__header {
	padding-bottom: 25px;
	margin-bottom: 30px;
	border-bottom: 4px double var(--pp-ink);
}

.pp-archive-header h1,
.pp-listing__header h1 {
	margin: 17px 0 0;
	font-size: 42px;
	font-weight: 500;
	letter-spacing: -0.045em;
	line-height: 1;
	text-transform: uppercase;
}

.pp-archive-description {
	max-width: 720px;
	margin-top: 12px;
	color: var(--pp-muted);
	font-size: 15px;
}

.pp-archive-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 290px;
	gap: 60px;
	align-items: start;
}

.pp-archive-feed,
.pp-listing__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 35px 24px;
}

.pp-archive-card {
	min-width: 0;
	padding-bottom: 24px;
	border-bottom: 1px solid var(--pp-line);
}

.pp-archive-card--lead {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: minmax(0, 1.28fr) minmax(250px, 0.72fr);
	gap: 27px;
}

.pp-archive-card__media {
	margin-bottom: 13px;
	aspect-ratio: 16 / 10;
}

.pp-archive-card--lead .pp-archive-card__media {
	margin: 0;
}

.pp-archive-card__image {
	object-fit: cover;
}

.pp-archive-card h2 {
	margin: 6px 0 7px;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: -0.025em;
	line-height: 1.12;
}

.pp-archive-card--lead h2 {
	font-size: 31px;
	line-height: 1.08;
}

.pp-archive-card p {
	margin: 0;
	color: #3f3f3f;
	font-size: 14px;
	line-height: 1.35;
}

.pp-archive-sidebar,
.pp-article-sidebar {
	position: sticky;
	top: 80px;
}

.pp-archive-sidebar ol,
.pp-article-sidebar ol {
	padding: 0;
	margin: 0;
	list-style: none;
	counter-reset: pp-sidebar;
}

.pp-archive-sidebar li,
.pp-article-sidebar li {
	position: relative;
	padding: 15px 0 17px 34px;
	border-bottom: 1px solid var(--pp-line);
	counter-increment: pp-sidebar;
}

.pp-archive-sidebar li::before,
.pp-article-sidebar li::before {
	position: absolute;
	top: 16px;
	left: 0;
	content: counter(pp-sidebar);
	font-size: 24px;
	line-height: 1;
}

.pp-archive-sidebar h3,
.pp-article-sidebar h3 {
	margin: 5px 0 0;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: -0.012em;
	line-height: 1.14;
}

.navigation.pagination {
	grid-column: 1 / -1;
	padding-top: 15px;
}

.nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.page-numbers {
	display: grid;
	min-width: 34px;
	height: 34px;
	padding: 0 8px;
	place-items: center;
	border: 1px solid var(--pp-line);
	font-family: var(--pp-sans);
	font-size: 12px;
}

.page-numbers.current,
.page-numbers:hover {
	border-color: var(--pp-ink);
	background: var(--pp-ink);
	color: #fff;
}

/* Article */
.pp-article {
	padding-top: 38px;
	padding-bottom: 75px;
}

.pp-article-header {
	max-width: 1000px;
	padding-bottom: 30px;
	text-align: left;
}

.pp-article-header__kicker {
	margin-top: 23px;
}

.pp-article-header h1 {
	max-width: 930px;
	margin: 8px 0 10px;
	font-size: 40px;
	font-weight: 500;
	letter-spacing: -0.04em;
	line-height: 1.08;
}

.pp-article-deck {
	max-width: 840px;
	margin: 0 0 20px;
	color: #383838;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.28;
}

.pp-article-byline {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 20px;
	padding-top: 13px;
	border-top: 1px solid var(--pp-line);
	color: var(--pp-muted);
	font-family: var(--pp-sans);
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.035em;
}

.pp-article-byline a {
	color: var(--pp-ink);
	font-weight: 700;
}

.pp-share {
	display: flex;
	align-items: center;
	gap: 8px;
	padding-top: 15px;
	font-family: var(--pp-sans);
}

.pp-share > span:first-child {
	margin-right: 4px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.pp-share a,
.pp-share button {
	display: grid;
	width: 31px;
	height: 31px;
	padding: 0;
	place-items: center;
	border: 1px solid var(--pp-ink);
	border-radius: 50%;
	background: #fff;
	color: var(--pp-ink);
	font-family: var(--pp-sans);
	font-size: 11px;
	font-weight: 700;
}

.pp-share svg {
	width: 15px;
	height: 15px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
}

.pp-copy-status {
	color: var(--pp-muted);
	font-size: 10px;
}

.pp-article-layout {
	display: grid;
	grid-template-columns: minmax(0, var(--pp-content)) 290px;
	gap: 60px;
	align-items: start;
}

.pp-article-main {
	min-width: 0;
}

.pp-article-featured {
	margin-bottom: 32px;
}

.pp-article-featured__image {
	width: 100%;
	height: auto;
	object-fit: contain;
	background: var(--pp-soft);
}

.pp-article-featured figcaption,
.wp-caption-text,
.blocks-gallery-caption {
	padding-top: 7px;
	color: var(--pp-muted);
	font-family: var(--pp-sans);
	font-size: 10px;
	line-height: 1.35;
}

.pp-article-content {
	font-size: 19px;
	line-height: 1.62;
}

.pp-article-content > *:first-child {
	margin-top: 0;
}

.pp-article-content p {
	margin: 0 0 1.25em;
}

.pp-article-content h2,
.pp-article-content h3,
.pp-article-content h4 {
	margin: 1.45em 0 0.5em;
	font-weight: 500;
	letter-spacing: -0.03em;
	line-height: 1.12;
}

.pp-article-content h2 {
	font-size: 30px;
}

.pp-article-content h3 {
	font-size: 25px;
}

.pp-article-content h4 {
	font-size: 21px;
}

.pp-article-content a {
	color: var(--pp-red);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.pp-article-content img,
.pp-article-content video,
.pp-article-content iframe {
	max-width: 100%;
}

.pp-article-content figure {
	max-width: 100%;
	margin: 1.7em 0;
}

.pp-article-content blockquote {
	padding: 3px 0 3px 24px;
	margin: 1.6em 0;
	border-left: 4px solid var(--pp-red);
	font-size: 25px;
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 1.25;
}

.pp-article-content ul,
.pp-article-content ol {
	padding-left: 1.25em;
}

.pp-article-content table {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	border-collapse: collapse;
}

.pp-article-content th,
.pp-article-content td {
	padding: 9px;
	border: 1px solid var(--pp-line);
}

.pp-author-box {
	display: grid;
	grid-template-columns: 115px minmax(0, 1fr);
	gap: 22px;
	align-items: center;
	padding: 25px 0;
	margin-top: 42px;
	border-top: 4px double var(--pp-ink);
	border-bottom: 1px solid var(--pp-line);
}

.pp-author-box__avatar img {
	width: 115px;
	height: 115px;
	border-radius: 50%;
	object-fit: cover;
}

.pp-author-box span {
	font-family: var(--pp-sans);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.07em;
}

.pp-author-box h2 {
	margin: 3px 0 5px;
	font-size: 23px;
	font-weight: 500;
	line-height: 1.1;
}

.pp-author-box p {
	margin: 0;
	color: #393939;
	font-size: 15px;
	line-height: 1.4;
}

.pp-tags {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px;
	padding: 18px 0;
	font-family: var(--pp-sans);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.pp-tags > span {
	margin-right: 5px;
}

.pp-tags a {
	padding: 5px 8px;
	border: 1px solid var(--pp-line);
}

.pp-related {
	padding-top: 30px;
}

.pp-related__list {
	border-top: 1px solid var(--pp-line);
}

.pp-related-card {
	display: grid;
	grid-template-columns: 185px minmax(0, 1fr);
	gap: 20px;
	padding: 20px 0;
	border-bottom: 1px solid var(--pp-line);
}

.pp-related-card__media {
	aspect-ratio: 3 / 2;
}

.pp-related-card img {
	object-fit: cover;
}

.pp-related-card h3 {
	margin: 5px 0 6px;
	font-size: 21px;
	font-weight: 500;
	letter-spacing: -0.023em;
	line-height: 1.12;
}

.pp-related-card p {
	margin: 0;
	color: #444;
	font-size: 13px;
	line-height: 1.35;
}

.pp-page-links {
	margin: 25px 0;
	font-family: var(--pp-sans);
	font-size: 12px;
}

/* Pages, search and comments */
.pp-standard-page {
	max-width: 820px;
	padding-top: 45px;
	padding-bottom: 75px;
}

.pp-standard-page header {
	padding-bottom: 22px;
	margin-bottom: 27px;
	border-bottom: 4px double var(--pp-ink);
}

.pp-standard-page h1,
.pp-not-found h1 {
	margin: 18px 0 0;
	font-size: 42px;
	font-weight: 500;
	letter-spacing: -0.04em;
	line-height: 1.06;
}

.pp-listing__header > span {
	font-family: var(--pp-sans);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.pp-not-found {
	max-width: 750px;
	padding-top: 80px;
	padding-bottom: 100px;
	text-align: center;
}

.pp-not-found > span {
	color: var(--pp-red);
	font-family: var(--pp-sans);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.pp-not-found p {
	margin: 15px auto 25px;
	color: var(--pp-muted);
	font-size: 17px;
}

.pp-not-found .pp-search-form {
	margin-bottom: 25px;
}

.pp-comments {
	padding-top: 35px;
}

.pp-comments > h2,
.comment-reply-title {
	font-size: 24px;
	font-weight: 500;
}

.pp-comment-list {
	padding: 0;
	list-style: none;
}

.pp-comment-list li {
	padding: 15px 0;
	border-bottom: 1px solid var(--pp-line);
}

.comment-form input:not([type="submit"]),
.comment-form textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid var(--pp-line);
}

.comment-form .submit {
	padding: 11px 24px;
	border: 0;
	background: var(--pp-ink);
	color: #fff;
	font-family: var(--pp-sans);
	font-size: 11px;
	font-weight: 700;
}

/* Footer */
.pp-site-footer {
	background: var(--pp-ink);
	color: #fff;
}

.pp-footer__top {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	gap: 80px;
	padding-top: 55px;
	padding-bottom: 50px;
}

.pp-footer__brand {
	align-self: start;
}

.pp-footer__logo {
	width: 250px;
	filter: brightness(0) invert(1);
}

.pp-footer__columns {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 40px;
}

.pp-footer__column h2 {
	padding-bottom: 8px;
	margin: 0 0 12px;
	border-bottom: 1px solid #555;
	font-family: var(--pp-sans);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.pp-footer__column ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.pp-footer__column li {
	margin-bottom: 8px;
}

.pp-footer__column a {
	color: #fff;
	font-family: var(--pp-sans);
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.035em;
}

.pp-footer__column a:hover {
	color: #ff4a56;
}

.pp-footer__social {
	gap: 8px;
}

.pp-footer__social a {
	border: 1px solid #666;
	border-radius: 50%;
}

.pp-footer__bottom {
	padding: 15px 0;
	border-top: 1px solid #404040;
}

.pp-footer__bottom p {
	margin: 0;
	color: #aaa;
	font-family: var(--pp-sans);
	font-size: 9px;
	letter-spacing: 0.03em;
	text-align: center;
}

@media (max-width: 1100px) {
	.pp-home-hero__top {
		grid-template-columns: 190px minmax(0, 1fr) 220px;
		gap: 22px;
	}

	.pp-lead-story h1 {
		font-size: 31px;
	}

	.pp-nav-menu {
		justify-content: flex-start;
		overflow-x: auto;
		scrollbar-width: none;
	}

	.pp-nav-menu::-webkit-scrollbar {
		display: none;
	}

	.pp-article-layout {
		grid-template-columns: minmax(0, 1fr) 260px;
		gap: 42px;
	}

	.pp-footer__top {
		gap: 45px;
	}
}

@media (max-width: 900px) {
	.pp-masthead {
		padding: 20px 0 15px;
	}

	.pp-masthead__social {
		display: none;
	}

	.pp-masthead__inner {
		grid-template-columns: 1fr;
		justify-items: center;
	}

	.pp-masthead__spacer {
		display: none;
	}

	.pp-home-hero__top {
		grid-template-columns: minmax(0, 1fr) 260px;
		grid-template-areas:
			"lead side"
			"rail rail";
	}

	.pp-lead-story {
		grid-area: lead;
	}

	.pp-hero-side {
		grid-area: side;
	}

	.pp-hero-rail {
		display: grid;
		grid-area: rail;
		grid-template-columns: repeat(4, 1fr);
	}

	.pp-rail-story {
		padding-right: 15px;
		border-right: 1px solid var(--pp-line);
	}

	.pp-most-read {
		overflow-x: auto;
	}

	.pp-most-read__grid {
		min-width: 900px;
	}

	.pp-latest-layout {
		grid-template-columns: 285px minmax(0, 1fr);
		gap: 34px;
	}

	.pp-category-lead {
		display: block;
	}

	.pp-category-lead .pp-media-link {
		margin-bottom: 13px;
	}

	.pp-category-lead h3 {
		font-size: 26px;
	}

	.pp-archive-layout,
	.pp-article-layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.pp-archive-sidebar,
	.pp-article-sidebar {
		position: static;
		padding-top: 30px;
		border-top: 4px double var(--pp-ink);
	}

	.pp-article-header {
		max-width: var(--pp-content);
	}

	.pp-editorial-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pp-footer__top {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 700px) {
	.pp-container {
		width: min(calc(100% - 28px), var(--pp-container));
	}

	.pp-masthead {
		padding: 13px 0 11px;
	}

	.pp-brand__image {
		width: 205px;
		max-height: 48px;
	}

	.pp-rule--double {
		height: 5px;
		border-top-width: 2px;
	}

	.pp-navigation {
		height: 48px;
	}

	.pp-navigation__inner {
		grid-template-columns: 34px minmax(0, 1fr) 34px;
		gap: 9px;
	}

	.pp-icon-button {
		width: 31px;
		height: 31px;
	}

	.pp-primary-nav {
		overflow: hidden;
	}

	.pp-nav-menu {
		gap: 19px;
		justify-content: flex-start;
		overflow-x: auto;
		scroll-snap-type: x proximity;
	}

	.pp-nav-menu > li {
		scroll-snap-align: start;
	}

	.pp-nav-menu a {
		padding: 17px 0;
		font-size: 10px;
		font-weight: 500;
	}

	.pp-nav-menu .sub-menu {
		display: none;
	}

	.pp-navigation.is-sticky .pp-navigation__inner {
		grid-template-columns: 31px 90px minmax(0, 1fr) 31px;
	}

	.pp-sticky-brand__image {
		width: 88px;
		max-height: 23px;
	}

	.admin-bar .pp-navigation.is-sticky {
		top: 46px;
	}

	.pp-drawer {
		padding: 20px 23px 30px;
	}

	.pp-drawer__logo {
		width: 180px;
	}

	.pp-home-hero {
		padding-top: 22px;
		padding-bottom: 24px;
	}

	.pp-home-hero__top {
		display: flex;
		flex-direction: column;
		gap: 25px;
	}

	.pp-lead-story {
		order: 1;
	}

	.pp-hero-side {
		order: 2;
	}

	.pp-hero-rail {
		order: 3;
	}

	.pp-lead-story h1 {
		margin-top: 4px;
		font-size: clamp(27px, 7.4vw, 31px);
		font-weight: 500;
		letter-spacing: -0.038em;
		line-height: 1.06;
	}

	.pp-lead-story p {
		font-size: 13px;
		line-height: 1.3;
	}

	.pp-side-feature {
		display: grid;
		grid-template-columns: 130px minmax(0, 1fr);
		column-gap: 14px;
	}

	.pp-side-feature .pp-media-link {
		grid-row: 1 / span 4;
		margin: 0;
	}

	.pp-side-feature h2 {
		margin: 3px 0 5px;
		font-size: 20px;
		font-weight: 500;
		line-height: 1.08;
	}

	.pp-side-feature p {
		display: none;
	}

	.pp-hero-rail {
		display: grid;
		width: 100%;
		grid-template-columns: 1fr;
		border-top: 3px double var(--pp-ink);
	}

	.pp-rail-story {
		padding: 12px 0 13px;
		border-right: 0;
	}

	.pp-rail-story h2 {
		font-size: 17px;
	}

	.pp-hero-strip {
		display: block;
		padding-top: 12px;
		margin-top: 17px;
	}

	.pp-horizontal-card {
		grid-template-columns: 106px minmax(0, 1fr);
		padding: 12px 0;
		border-bottom: 1px solid var(--pp-line);
	}

	.pp-horizontal-card h2 {
		font-size: 17px;
	}

	.pp-most-read {
		width: 100%;
		padding: 13px 14px 16px;
		margin-bottom: 35px;
		scrollbar-width: none;
	}

	.pp-most-read::-webkit-scrollbar {
		display: none;
	}

	.pp-most-read > h2 {
		font-size: 16px;
	}

	.pp-most-read__grid {
		min-width: 790px;
	}

	.pp-most-read__item {
		padding: 0 12px;
	}

	.pp-latest-layout {
		display: flex;
		flex-direction: column-reverse;
		gap: 42px;
		padding-bottom: 42px;
	}

	.pp-section-title {
		font-size: 19px;
	}

	.pp-category-lead h3 {
		font-size: 27px;
	}

	.pp-category-feature__more {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.pp-category-feature__more article {
		display: grid;
		grid-template-columns: 112px minmax(0, 1fr);
		gap: 14px;
		padding: 13px 0;
		border-bottom: 1px solid var(--pp-line);
	}

	.pp-category-feature__more .pp-media-link {
		margin: 0;
	}

	.pp-category-feature__more h3 {
		font-size: 17px;
	}

	.pp-news-card {
		grid-template-columns: 112px minmax(0, 1fr);
	}

	.pp-news-card h3 {
		font-size: 17px;
	}

	.pp-news-card p {
		display: block;
		margin: 5px 0 0;
		color: var(--pp-muted);
		font-size: 12px;
		line-height: 1.3;
	}

	.pp-editorial-section {
		padding: 37px 0 40px;
	}

	.pp-editorial-grid {
		display: block;
	}

	.pp-editorial-card {
		display: grid;
		grid-template-columns: 122px minmax(0, 1fr);
		column-gap: 14px;
		padding: 15px 0;
		border-bottom: 1px solid var(--pp-line);
	}

	.pp-editorial-section--dark .pp-editorial-card {
		border-color: #3b3b3b;
	}

	.pp-editorial-card .pp-media-link {
		grid-row: 1 / span 4;
		margin: 0;
	}

	.pp-editorial-card h3,
	.pp-editorial-card--lead h3 {
		margin: 4px 0 0;
		font-size: 18px;
		line-height: 1.1;
	}

	.pp-editorial-card p {
		display: none;
	}

	.pp-archive,
	.pp-listing {
		padding-top: 27px;
		padding-bottom: 50px;
	}

	.pp-archive-header h1,
	.pp-listing__header h1 {
		font-size: 32px;
	}

	.pp-archive-feed,
	.pp-listing__grid {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.pp-archive-card--lead {
		display: block;
	}

	.pp-archive-card--lead .pp-archive-card__media {
		margin-bottom: 13px;
	}

	.pp-archive-card h2,
	.pp-archive-card--lead h2 {
		font-size: 24px;
		font-weight: 500;
		line-height: 1.08;
	}

	.pp-archive-card p {
		font-size: 14px;
	}

	.pp-article {
		padding-top: 25px;
		padding-bottom: 55px;
	}

	.pp-article-header {
		padding-bottom: 24px;
	}

	.pp-article-header__kicker {
		margin-top: 18px;
	}

	.pp-article-header h1 {
		font-size: clamp(28px, 8vw, 34px);
		font-weight: 500;
		letter-spacing: -0.042em;
		line-height: 1.05;
	}

	.pp-article-deck {
		font-size: 15px;
		line-height: 1.28;
	}

	.pp-article-byline {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}

	.pp-share {
		flex-wrap: wrap;
	}

	.pp-article-featured {
		margin: 0 calc(50% - 50vw) 27px;
	}

	.pp-article-featured__image {
		width: 100vw;
	}

	.pp-article-featured figcaption {
		padding-right: 14px;
		padding-left: 14px;
	}

	.pp-article-content {
		font-size: 18px;
		line-height: 1.58;
	}

	.pp-article-content h2 {
		font-size: 25px;
	}

	.pp-article-content h3 {
		font-size: 22px;
	}

	.pp-article-content blockquote {
		font-size: 21px;
	}

	.pp-author-box {
		grid-template-columns: 82px minmax(0, 1fr);
		gap: 15px;
	}

	.pp-author-box__avatar img {
		width: 82px;
		height: 82px;
	}

	.pp-author-box h2 {
		font-size: 20px;
	}

	.pp-author-box p {
		font-size: 13px;
	}

	.pp-related-card {
		grid-template-columns: 118px minmax(0, 1fr);
		gap: 14px;
	}

	.pp-related-card h3 {
		font-size: 17px;
		font-weight: 500;
		line-height: 1.1;
	}

	.pp-related-card p {
		display: none;
	}

	.pp-standard-page h1,
	.pp-not-found h1 {
		font-size: 32px;
	}

	.pp-footer__top {
		gap: 36px;
		padding-top: 40px;
		padding-bottom: 38px;
	}

	.pp-footer__brand {
		justify-self: center;
	}

	.pp-footer__logo {
		width: 215px;
	}

	.pp-footer__columns {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 30px;
	}
}

@media (max-width: 480px) {
	.pp-nav-menu {
		gap: 17px;
	}

	.pp-side-feature {
		grid-template-columns: 112px minmax(0, 1fr);
	}

	.pp-side-feature h2 {
		font-size: 18px;
	}

	.pp-lead-story h1 {
		font-size: 27px;
	}

	.pp-horizontal-card {
		grid-template-columns: 96px minmax(0, 1fr);
	}

	.pp-news-card {
		grid-template-columns: 102px minmax(0, 1fr);
	}

	.pp-news-card p {
		display: none;
	}

	.pp-editorial-card {
		grid-template-columns: 105px minmax(0, 1fr);
	}

	.pp-article-header h1 {
		font-size: 29px;
	}

	.pp-author-box {
		align-items: start;
	}

	.pp-footer__columns {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

/*
 * Editorial refinement — v1.1
 * A black-and-white magazine system with the same compact hierarchy,
 * rules, grids and restrained typography used by the visual reference.
 */
a:hover,
a:focus-visible {
	color: var(--pp-accent);
}

.pp-kicker {
	padding-bottom: 2px;
	border-bottom: 1px solid currentColor;
	color: var(--pp-ink);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.055em;
}

.pp-section-title {
	padding: 0 0 10px;
	margin-bottom: 19px;
	border-top: 0;
	border-bottom: 4px double var(--pp-ink);
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 0.015em;
}

.pp-media-link {
	background: #f5f5f5;
}

.pp-media-link img {
	object-fit: contain;
}

.pp-no-thumb {
	background: linear-gradient(135deg, #111, #6b361b);
	font-family: var(--pp-display);
	font-weight: 400;
}

/* Reference-style masthead and navigation. */
.pp-masthead {
	padding: 20px 0 15px;
}

.pp-brand__image {
	width: clamp(300px, 29vw, 390px);
	max-height: 66px;
	object-fit: contain;
}

.pp-rule--double {
	height: 8px;
	border-top: 4px solid var(--pp-ink);
	border-bottom: 1px solid var(--pp-ink);
}

.pp-navigation {
	height: 50px;
	border-bottom: 1px solid var(--pp-ink);
}

.pp-navigation__inner {
	grid-template-columns: 40px minmax(0, 1fr) 40px;
	gap: 18px;
}

.pp-icon-button {
	width: 34px;
	height: 34px;
	border-width: 1px;
}

.pp-nav-menu {
	gap: clamp(18px, 2.4vw, 34px);
}

.pp-nav-menu a {
	padding: 17px 0 16px;
	color: var(--pp-ink);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0;
}

.pp-nav-menu a:hover,
.pp-nav-menu a:focus-visible,
.pp-nav-menu .current-menu-item > a,
.pp-nav-menu .current-category-ancestor > a {
	color: var(--pp-ink);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.pp-sticky-brand__image {
	width: 126px;
	max-height: 23px;
}

.pp-drawer__top {
	border-bottom: 4px double var(--pp-ink);
}

.pp-drawer__logo {
	width: 235px;
}

.pp-drawer-menu a {
	color: var(--pp-ink);
	font-size: 13px;
	font-weight: 500;
}

/* Home: three-column editorial lead and ruled story strip. */
.pp-home-hero {
	padding-top: 34px;
	padding-bottom: 30px;
}

.pp-home-hero__top {
	grid-template-columns: 238px minmax(0, 526px) 238px;
	justify-content: center;
	gap: 30px;
}

.pp-hero-rail {
	border-top: 0;
	border-right: 1px solid var(--pp-line);
}

.pp-rail-story {
	padding: 0 20px 16px 0;
	margin-bottom: 15px;
	border-bottom: 1px solid var(--pp-line);
}

.pp-rail-story:last-child {
	margin-bottom: 0;
}

.pp-rail-story h2 {
	margin: 7px 0 0;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 1.13;
}

.pp-lead-story__media {
	aspect-ratio: 16 / 9.5;
}

.pp-lead-story__image {
	object-fit: contain;
}

.pp-lead-story__body {
	padding-top: 0;
	text-align: center;
}

.pp-lead-story__body .pp-kicker {
	position: relative;
	z-index: 2;
	padding: 5px 9px 3px;
	margin-top: -11px;
	border: 1px solid var(--pp-ink);
	background: #fff;
}

.pp-lead-story h1 {
	max-width: 520px;
	margin: 11px auto 8px;
	font-family: var(--pp-display);
	font-size: clamp(34px, 3.25vw, 43px);
	font-weight: 400;
	letter-spacing: -0.028em;
	line-height: 0.99;
}

.pp-lead-story p {
	max-width: 475px;
	margin: 0 auto;
	color: #303030;
	font-family: var(--pp-sans);
	font-size: 13px;
	line-height: 1.36;
}

.pp-hero-side {
	padding-left: 0;
}

.pp-side-feature {
	padding-bottom: 17px;
}

.pp-side-feature .pp-media-link {
	margin-bottom: 13px;
	aspect-ratio: 16 / 10;
}

.pp-side-feature__image {
	object-fit: contain;
}

.pp-side-feature h2 {
	margin: 7px 0 8px;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: -0.025em;
	line-height: 1.08;
}

.pp-side-feature p {
	color: #343434;
	font-family: var(--pp-sans);
	font-size: 12px;
	line-height: 1.35;
}

.pp-hero-strip {
	gap: 30px;
	padding: 20px 0;
	margin-top: 28px;
	border-top: 4px double var(--pp-ink);
	border-bottom: 1px solid var(--pp-ink);
}

.pp-horizontal-card {
	grid-template-columns: 105px minmax(0, 1fr);
	gap: 14px;
	padding-right: 18px;
	border-right: 1px solid var(--pp-line);
}

.pp-horizontal-card:last-child {
	padding-right: 0;
	border-right: 0;
}

.pp-horizontal-card__media {
	aspect-ratio: 4 / 3;
}

.pp-horizontal-card__image {
	object-fit: contain;
}

.pp-horizontal-card h2 {
	margin-top: 7px;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.12;
}

/* Dense ranking and story grids. */
.pp-most-read {
	padding: 16px 0 19px;
	margin-bottom: 46px;
	border-top: 4px double var(--pp-ink);
	border-bottom: 4px double var(--pp-ink);
}

.pp-most-read > h2 {
	margin-bottom: 16px;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.07em;
}

.pp-most-read__item {
	grid-template-columns: 30px minmax(0, 1fr);
	padding: 0 17px;
}

.pp-most-read__item > span {
	font-family: var(--pp-display);
	font-size: 30px;
}

.pp-most-read__item h3 {
	margin-top: 6px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.15;
}

.pp-latest-layout {
	grid-template-columns: 330px minmax(0, 1fr);
	gap: 50px;
	align-items: start;
}

.pp-news-card {
	grid-template-columns: 112px minmax(0, 1fr);
	gap: 14px;
	padding: 15px 0;
}

.pp-news-card__media {
	aspect-ratio: 4 / 3;
}

.pp-news-card__image {
	object-fit: contain;
}

.pp-card-meta time {
	font-size: 9px;
	font-weight: 400;
}

.pp-news-card h3 {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.13;
}

.pp-section-heading {
	padding-bottom: 9px;
	margin-bottom: 22px;
	border-bottom: 4px double var(--pp-ink);
}

.pp-section-heading h2 {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.01em;
}

.pp-category-lead {
	grid-template-columns: minmax(0, 1.28fr) minmax(220px, 0.72fr);
	gap: 24px;
}

.pp-category-lead .pp-media-link {
	aspect-ratio: 16 / 9;
}

.pp-category-lead__image,
.pp-category-feature__more img,
.pp-editorial-card img {
	object-fit: contain;
}

.pp-category-lead h3 {
	font-family: var(--pp-display);
	font-size: 31px;
	font-weight: 400;
	line-height: 1.03;
}

.pp-category-lead p,
.pp-editorial-card p {
	font-family: var(--pp-sans);
	font-size: 13px;
	line-height: 1.37;
}

.pp-category-feature__more h3,
.pp-editorial-card h3 {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.14;
}

.pp-editorial-card--lead h3 {
	font-family: var(--pp-display);
	font-size: 30px;
	font-weight: 400;
	line-height: 1.03;
}

.pp-editorial-section--dark .pp-kicker {
	color: #fff;
}

/* Archive and article hierarchy. */
.pp-archive-header h1,
.pp-listing__header h1,
.pp-standard-page h1,
.pp-not-found h1 {
	font-family: var(--pp-display);
	font-weight: 400;
}

.pp-archive-card h2,
.pp-archive-card--lead h2 {
	font-weight: 500;
}

.pp-archive-card__image {
	object-fit: contain;
}

.pp-article-header {
	max-width: 940px;
}

.pp-article-header h1 {
	max-width: 900px;
	margin: 10px 0 11px;
	font-family: var(--pp-display);
	font-size: clamp(38px, 4.2vw, 52px);
	font-weight: 400;
	letter-spacing: -0.028em;
	line-height: 0.99;
}

.pp-article-deck {
	max-width: 830px;
	font-family: var(--pp-sans);
	font-size: 16px;
	line-height: 1.36;
}

.pp-article-content {
	font-size: 18px;
	line-height: 1.62;
}

.pp-article-content h2,
.pp-article-content h3,
.pp-article-content h4 {
	font-family: var(--pp-display);
	font-weight: 400;
}

.pp-article-content a {
	color: var(--pp-ink);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.pp-article-content a:hover,
.pp-article-content a:focus-visible {
	color: var(--pp-accent);
}

.pp-article-content blockquote {
	border-left-color: var(--pp-accent);
	font-family: var(--pp-display);
	font-weight: 400;
}

.pp-article-featured__image {
	object-fit: contain;
}

.pp-author-box h2,
.pp-related-card h3 {
	font-weight: 500;
}

.pp-related-card img {
	object-fit: contain;
}

.pp-not-found > span {
	color: var(--pp-ink);
}

/* Footer intentionally contains only brand and copyright. */
.pp-site-footer {
	border-top: 5px double #fff;
	background: var(--pp-ink);
}

.pp-footer__inner {
	display: flex;
	min-height: 178px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 24px;
	padding-top: 38px;
	padding-bottom: 27px;
	text-align: center;
}

.pp-footer__brand {
	display: block;
}

.pp-footer__logo {
	width: min(310px, 70vw);
	filter: grayscale(1) brightness(0) invert(1);
}

.pp-footer__inner p {
	margin: 0;
	color: #bdbdbd;
	font-family: var(--pp-sans);
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.025em;
}

@media (max-width: 1100px) {
	.pp-home-hero__top {
		grid-template-columns: 205px minmax(0, 1fr) 215px;
		gap: 24px;
	}

	.pp-lead-story h1 {
		font-size: 35px;
	}
}

@media (max-width: 900px) {
	.pp-home-hero__top {
		grid-template-columns: minmax(0, 1fr) 245px;
		grid-template-areas:
			"lead side"
			"rail rail";
	}

	.pp-hero-rail {
		border-right: 0;
		border-top: 4px double var(--pp-ink);
	}

	.pp-rail-story {
		padding: 14px 15px 15px 0;
		margin: 0;
	}
}

@media (max-width: 700px) {
	.pp-container {
		width: min(calc(100% - 30px), var(--pp-container));
	}

	.pp-masthead {
		padding: 14px 0 12px;
	}

	.pp-brand__image {
		width: min(245px, 73vw);
		max-height: 43px;
	}

	.pp-rule--double {
		height: 6px;
		border-top-width: 3px;
	}

	.pp-navigation {
		height: 48px;
	}

	.pp-nav-menu {
		gap: 21px;
		scrollbar-width: none;
	}

	.pp-nav-menu::-webkit-scrollbar {
		display: none;
	}

	.pp-nav-menu a {
		font-size: 10px;
		font-weight: 500;
	}

	.pp-home-hero {
		padding-top: 21px;
	}

	.pp-home-hero__top {
		gap: 25px;
	}

	.pp-lead-story__body .pp-kicker {
		margin-top: -10px;
	}

	.pp-lead-story h1 {
		max-width: 580px;
		margin-top: 10px;
		font-size: clamp(28px, 8.5vw, 35px);
		line-height: 1;
	}

	.pp-lead-story p {
		font-size: 12px;
		line-height: 1.4;
	}

	.pp-side-feature {
		grid-template-columns: 126px minmax(0, 1fr);
	}

	.pp-side-feature h2 {
		font-size: 18px;
	}

	.pp-hero-rail {
		border-top: 4px double var(--pp-ink);
	}

	.pp-rail-story h2 {
		font-size: 16px;
	}

	.pp-hero-strip {
		padding: 9px 0;
		border-top: 4px double var(--pp-ink);
	}

	.pp-horizontal-card {
		grid-template-columns: 102px minmax(0, 1fr);
		padding: 13px 0;
		border-right: 0;
	}

	.pp-horizontal-card h2 {
		font-size: 16px;
	}

	.pp-most-read {
		margin-bottom: 34px;
	}

	.pp-most-read__grid {
		min-width: 760px;
	}

	.pp-latest-layout {
		gap: 38px;
	}

	.pp-section-heading h2 {
		font-size: 18px;
	}

	.pp-category-lead h3 {
		font-size: 27px;
	}

	.pp-news-card h3,
	.pp-category-feature__more h3 {
		font-size: 16px;
	}

	.pp-editorial-card h3,
	.pp-editorial-card--lead h3 {
		font-family: var(--pp-serif);
		font-size: 17px;
		font-weight: 500;
		line-height: 1.1;
	}

	.pp-article-header h1 {
		font-size: clamp(30px, 8.8vw, 38px);
		line-height: 1;
	}

	.pp-article-deck {
		font-size: 14px;
	}

	.pp-article-content {
		font-size: 17px;
	}

	.pp-footer__inner {
		min-height: 152px;
		padding-top: 32px;
		padding-bottom: 24px;
	}

	.pp-footer__logo {
		width: min(255px, 72vw);
	}
}

@media (max-width: 480px) {
	.pp-lead-story h1 {
		font-size: 29px;
	}

	.pp-article-header h1 {
		font-size: 31px;
	}

	.pp-news-card,
	.pp-horizontal-card {
		grid-template-columns: 98px minmax(0, 1fr);
	}
}

/* Keep the desktop news band fully occupied even with sparse category data. */
.pp-home-sections {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 46px;
}

.pp-home-sections .pp-category-feature + .pp-category-feature {
	padding-top: 7px;
	border-top: 1px solid var(--pp-line);
}

.pp-home-recommended__list {
	border-top: 1px solid var(--pp-line);
}

.pp-home-recommended__card {
	display: grid;
	grid-template-columns: 128px minmax(0, 1fr);
	gap: 15px;
	align-items: start;
	padding: 16px 0;
	border-bottom: 1px solid var(--pp-line);
}

.pp-home-recommended__media {
	aspect-ratio: 4 / 3;
}

.pp-home-recommended__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.pp-home-recommended__card h3 {
	margin: 7px 0 0;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: -0.018em;
	line-height: 1.13;
}

.pp-latest-layout--single {
	grid-template-columns: minmax(0, 1fr);
}

.pp-latest-layout--single .pp-news-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0 28px;
}

.pp-latest-layout--single .pp-news-card {
	grid-template-columns: 118px minmax(0, 1fr);
}

/* Category rows adapt to the actual number of recent stories. */
.pp-category-feature__more--count-1 {
	grid-template-columns: minmax(0, 1fr);
}

.pp-category-feature__more--count-1 article {
	display: grid;
	grid-template-columns: 210px minmax(0, 1fr);
	gap: 20px;
	align-items: center;
}

.pp-category-feature__more--count-1 .pp-media-link {
	margin-bottom: 0;
}

.pp-category-feature__more--count-1 h3 {
	font-size: 20px;
	line-height: 1.12;
}

.pp-category-feature__more--count-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

/*
 * The original five-card composition uses a two-row lead. With fewer stories,
 * switch to a complete single row so no phantom grid cell becomes whitespace.
 */
.pp-editorial-grid--count-1 {
	grid-template-columns: minmax(0, 1fr);
}

.pp-editorial-grid--count-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pp-editorial-grid--count-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pp-editorial-grid--count-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pp-editorial-grid--count-1 .pp-editorial-card--lead,
.pp-editorial-grid--count-2 .pp-editorial-card--lead,
.pp-editorial-grid--count-3 .pp-editorial-card--lead,
.pp-editorial-grid--count-4 .pp-editorial-card--lead {
	grid-column: auto;
	grid-row: auto;
}

.pp-editorial-grid--count-2 .pp-editorial-card--lead h3,
.pp-editorial-grid--count-3 .pp-editorial-card--lead h3,
.pp-editorial-grid--count-4 .pp-editorial-card--lead h3 {
	font-family: var(--pp-serif);
	font-size: 21px;
	font-weight: 500;
	line-height: 1.1;
}

.pp-editorial-grid--count-1 .pp-editorial-card--lead {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
	column-gap: 28px;
}

.pp-editorial-grid--count-1 .pp-editorial-card--lead .pp-media-link {
	grid-row: 1 / span 4;
	margin-bottom: 0;
}

@media (max-width: 900px) {
	.pp-latest-layout--single .pp-news-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pp-editorial-grid--count-4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	.pp-home-sections {
		gap: 38px;
	}

	.pp-home-recommended__card {
		grid-template-columns: 112px minmax(0, 1fr);
		padding: 14px 0;
	}

	.pp-home-recommended__card h3 {
		font-size: 16px;
	}

	.pp-latest-layout--single .pp-news-list {
		display: block;
	}

	.pp-latest-layout--single .pp-news-card {
		grid-template-columns: 112px minmax(0, 1fr);
	}

	.pp-category-feature__more--count-1,
	.pp-category-feature__more--count-2,
	.pp-category-feature__more--count-3 {
		grid-template-columns: minmax(0, 1fr);
	}

	.pp-category-feature__more--count-1 article {
		grid-template-columns: 112px minmax(0, 1fr);
		gap: 14px;
		align-items: start;
	}

	.pp-category-feature__more--count-1 h3 {
		font-size: 17px;
	}

	.pp-editorial-grid--count-1,
	.pp-editorial-grid--count-2,
	.pp-editorial-grid--count-3,
	.pp-editorial-grid--count-4 {
		display: block;
	}

	.pp-editorial-grid--count-1 .pp-editorial-card--lead {
		display: grid;
		grid-template-columns: 122px minmax(0, 1fr);
		column-gap: 14px;
	}

	.pp-editorial-grid--count-1 .pp-editorial-card--lead .pp-media-link {
		grid-row: 1 / span 4;
		margin: 0;
	}

	.pp-editorial-grid--count-1 .pp-editorial-card--lead h3,
	.pp-editorial-grid--count-2 .pp-editorial-card--lead h3,
	.pp-editorial-grid--count-3 .pp-editorial-card--lead h3,
	.pp-editorial-grid--count-4 .pp-editorial-card--lead h3 {
		font-family: var(--pp-serif);
		font-size: 17px;
		font-weight: 500;
		line-height: 1.1;
	}
}
