:root {
	--pp-bg: #09090a;
	--pp-bg-soft: #101114;
	--pp-panel: rgba(255, 255, 255, 0.045);
	--pp-panel-strong: rgba(255, 255, 255, 0.075);
	--pp-line: rgba(214, 176, 111, 0.16);
	--pp-line-soft: rgba(255, 255, 255, 0.08);
	--pp-text: #f3ede4;
	--pp-muted: #b2a99d;
	--pp-accent: #d6b06f;
	--pp-accent-2: #8f744f;
	--pp-shadow: 0 22px 48px rgba(0, 0, 0, 0.34);
}

.pp-page {
	position: relative;
	padding: 0 0 42px;
	background:
		radial-gradient(circle at top left, rgba(214, 176, 111, 0.14), transparent 30%),
		radial-gradient(circle at top right, rgba(255, 255, 255, 0.06), transparent 24%),
		linear-gradient(180deg, #09090a 0%, #0f1012 58%, #09090a 100%);
	color: var(--pp-text);
	overflow: hidden;
}

.pp-page::before,
.pp-page::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.pp-page::before {
	background-image:
		linear-gradient(0deg, rgba(255, 255, 255, 0.018) 0, rgba(255, 255, 255, 0.018) 1px, transparent 1px, transparent 100%);
	background-size: 100% 8px;
	opacity: 0.22;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 1) 22%, rgba(0, 0, 0, 1) 82%, rgba(0, 0, 0, 0.12));
}

.pp-page::after {
	background:
		radial-gradient(circle at center top, rgba(214, 176, 111, 0.08), transparent 44%),
		linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.12) 100%);
}

.pp-page > * {
	position: relative;
	z-index: 1;
}

.pp-container {
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
}

.pp-hero {
	padding: 18px 0 10px;
}

.pp-hero-grid {
	display: grid;
	grid-template-columns: minmax(330px, 0.92fr) minmax(0, 1.08fr);
	gap: 28px;
	align-items: stretch;
}

.pp-top-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	padding-top: 26px;
	justify-content: center;
	margin-bottom: 8px;
}

.pp-top-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 16px;
	border-radius: 999px;
	border: 1px solid rgba(214, 176, 111, 0.2);
	background: rgba(255, 255, 255, 0.03);
	color: var(--pp-text);
	font-size: 0.85rem;
	font-weight: 800;
	line-height: 1;
	text-decoration: none !important;
	white-space: nowrap;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
	transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.pp-top-link:hover,
.pp-top-link:focus-visible {
	transform: translateY(-1px);
	border-color: rgba(214, 176, 111, 0.45);
	background: rgba(214, 176, 111, 0.08);
}

.pp-top-link--back {
	background: linear-gradient(135deg, rgba(214, 176, 111, 0.2), rgba(143, 116, 79, 0.18));
}

.pp-hero-copy,
.pp-hero-panel,
.pp-card,
.pp-video-fallback,
.pp-large-quote,
.pp-not-found-card,
.pp-footer-cta {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.03));
	border: 1px solid var(--pp-line-soft);
	border-radius: 28px;
	box-shadow: var(--pp-shadow);
}

.pp-hero-copy {
	padding: 30px 30px 28px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.pp-kicker {
	margin: 0;
	color: var(--pp-accent);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.24em;
	text-transform: uppercase;
}

.pp-hero-copy h1,
.pp-section-head h2,
.pp-card h3,
.pp-footer-cta h2,
.pp-not-found-card h1 {
	font-family: Georgia, "Times New Roman", serif;
	letter-spacing: -0.02em;
}

.pp-hero-copy h1 {
	margin: 0;
	font-size: clamp(2.5rem, 5vw, 4.5rem);
	line-height: 1.02;
	font-weight: 700;
	text-wrap: balance;
}

.pp-subtitle {
	margin: 0;
	max-width: 760px;
	font-size: clamp(1.02rem, 1.35vw, 1.18rem);
	line-height: 1.65;
	color: var(--pp-muted);
}

.pp-chip-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.pp-chip {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 6px 14px;
	border-radius: 999px;
	border: 1px solid rgba(214, 176, 111, 0.24);
	background: rgba(214, 176, 111, 0.08);
	color: #f3dcc0;
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1;
}

.pp-hero-lede {
	margin: 0;
	max-width: 760px;
	font-size: 1.03rem;
	line-height: 1.82;
	color: var(--pp-text);
}

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

.pp-action-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 4px;
}

.pp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 11px 18px;
	border-radius: 999px;
	border: 1px solid transparent;
	text-decoration: none !important;
	font-size: 0.93rem;
	font-weight: 800;
	line-height: 1;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.pp-btn:hover,
.pp-btn:focus-visible {
	transform: translateY(-1px);
}

.pp-btn--primary {
	background: linear-gradient(135deg, var(--pp-accent) 0%, var(--pp-accent-2) 100%);
	color: #fff !important;
	box-shadow: 0 12px 26px rgba(214, 176, 111, 0.24);
}

.pp-btn--ghost {
	background: rgba(255, 255, 255, 0.03);
	border-color: rgba(255, 255, 255, 0.12);
	color: var(--pp-text) !important;
}

.pp-hero-panel {
	padding: 18px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.pp-portrait-frame {
	margin: 0;
	position: relative;
	border-radius: 22px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.28));
	min-height: 520px;
}

.pp-portrait-frame img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	background: rgba(0, 0, 0, 0.2);
	filter: grayscale(14%) contrast(1.06);
}

.pp-image-trigger,
.pp-gallery-trigger {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: zoom-in;
}

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

.pp-fact {
	padding: 16px 16px 15px;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	background: rgba(255, 255, 255, 0.03);
}

.pp-fact span {
	display: block;
	margin-bottom: 5px;
	color: var(--pp-muted);
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.pp-fact strong {
	display: block;
	font-size: 1rem;
	line-height: 1.45;
	color: var(--pp-text);
}

.pp-quote {
	margin: 0;
	padding: 18px 18px 16px;
	border-radius: 20px;
	border: 1px solid rgba(214, 176, 111, 0.16);
	background: linear-gradient(180deg, rgba(214, 176, 111, 0.08), rgba(255, 255, 255, 0.03));
}

.pp-quote span {
	display: inline-block;
	margin-bottom: 8px;
	color: var(--pp-accent);
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.pp-quote p {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.05rem;
	line-height: 1.7;
	font-style: italic;
	color: var(--pp-text);
}

.pp-section {
	padding: 18px 0 0;
}

.pp-section-grid {
	display: grid;
	grid-template-columns: minmax(250px, 0.42fr) minmax(0, 1fr);
	gap: 24px;
	align-items: start;
}

.pp-section-head {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 14px;
	align-items: center;
	text-align: center;
}

.pp-section-head span,
.pp-eyebrow {
	color: var(--pp-accent);
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.24em;
	text-transform: uppercase;
}

.pp-section-head h2 {
	margin: 0;
	max-width: none;
	font-size: clamp(1.45rem, 2.2vw, 2rem);
	line-height: 1.18;
	color: var(--pp-text);
	white-space: nowrap;
}

.pp-prose {
	padding: 24px 26px;
	border-radius: 28px;
	background: var(--pp-panel);
	border: 1px solid var(--pp-line-soft);
	box-shadow: var(--pp-shadow);
}

.pp-bio-stack {
	display: grid;
	gap: 16px;
}

.pp-prose p {
	margin: 0;
	color: #f0e7d9;
	font-size: 1rem;
	line-height: 1.85;
}

.pp-prose p + p {
	margin-top: 14px;
}

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

.pp-card {
	padding: 24px 24px 22px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	overflow: hidden;
}

.pp-work-image-wrap {
	display: block;
	width: calc(100% + 48px);
	margin: -24px -24px 8px;
	padding: 0;
	border: none;
	border-radius: 0;
	overflow: hidden;
	background: #111;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

.pp-work-image {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	height: auto;
	object-fit: cover;
	object-position: center top;
}

.pp-card h3 {
	margin: 0;
	font-size: clamp(1.35rem, 2vw, 1.9rem);
	line-height: 1.12;
}

.pp-card-meta {
	margin: 0;
	color: var(--pp-muted);
	font-size: 0.9rem;
	letter-spacing: 0.04em;
}

.pp-card-copy {
	margin: 0;
	color: #efe6d7;
	line-height: 1.75;
}

.pp-link-list {
	list-style: none;
	margin: 2px 0 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

.pp-link-list a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #8fc9ff;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
}

.pp-video-frame {
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 28px;
	border: 1px solid var(--pp-line-soft);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.15));
	box-shadow: var(--pp-shadow);
}

.pp-video-frame iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.pp-video-fallback {
	padding: 26px;
	display: grid;
	gap: 18px;
	justify-items: start;
}

.pp-video-fallback p {
	margin: 0;
	font-size: 1rem;
	line-height: 1.8;
	color: #efe6d7;
}

.pp-large-quote {
	padding: 28px 30px 28px 34px;
	border-color: rgba(214, 176, 111, 0.18);
	border-left: 3px solid var(--pp-accent);
	border-radius: 4px 28px 28px 4px;
}

.pp-large-quote p {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.26rem;
	line-height: 1.65;
	font-style: italic;
	color: #f5ede0;
	letter-spacing: 0.01em;
}

.pp-large-quote-lines {
	display: grid;
	gap: 0;
}

.pp-large-quote-lines p + p {
	margin-top: 0;
	padding-top: 18px;
	border-top: 1px solid rgba(214, 176, 111, 0.15);
}

.pp-large-quote-lines p::before {
	content: '\201C';
	display: block;
	font-family: Georgia, serif;
	font-size: 2.2rem;
	line-height: 1;
	color: var(--pp-accent);
	opacity: 0.6;
	margin-bottom: 4px;
	font-style: normal;
}

.pp-large-quote-lines p {
	padding-bottom: 18px;
}

.pp-large-quote-lines p:last-child {
	padding-bottom: 0;
}

.pp-large-quote-label {
	display: inline-block;
	color: var(--pp-accent);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.pp-large-quote-head {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 10px;
}

.pp-large-quote-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 3.4rem;
	line-height: 1;
}

.pp-footer-cta {
	padding: 24px 24px 22px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 18px;
}

.pp-footer-cta h2 {
	margin: 0;
	font-size: clamp(1.4rem, 2.6vw, 2rem);
	line-height: 1.1;
}

.pp-not-found-card {
	padding: 40px 32px;
	margin: 30px auto 0;
	max-width: 760px;
	display: grid;
	gap: 16px;
}

.pp-not-found-card h1 {
	margin: 0;
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1.02;
}

.pp-not-found-card p {
	margin: 0;
	font-size: 1.02rem;
	line-height: 1.8;
	color: var(--pp-muted);
}

.pp-reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.pp-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.pp-detail-list {
	display: grid;
	gap: 10px;
}

.pp-detail-item {
	padding: 14px 16px;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	background: rgba(255, 255, 255, 0.03);
}

.pp-detail-item span {
	display: block;
	margin-bottom: 5px;
	color: var(--pp-muted);
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.pp-detail-item strong,
.pp-fact strong {
	display: block;
	line-height: 1.55;
}

.pp-callout {
	padding: 18px 26px;
	border-radius: 20px;
	border: 1px solid rgba(214, 176, 111, 0.16);
	background: rgba(214, 176, 111, 0.06);
	margin-top: 8px;
}

.pp-callout--soft {
	background: rgba(255, 255, 255, 0.035);
	border-color: rgba(255, 255, 255, 0.08);
}

.pp-callout h3 {
	margin: 0 0 10px;
	padding-left: 0;
}

.pp-callout p {
	margin: 0;
	font-size: 1rem;
	line-height: 1.85;
}

.pp-bullet-list {
	margin: 0;
	padding-left: 0;
	list-style: none;
	display: grid;
	gap: 0;
	color: #efe6d7;
}

.pp-bullet-list li {
	font-size: 0.95rem;
	line-height: 1.65;
	padding: 9px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.pp-bullet-list li:first-child {
	padding-top: 0;
}

.pp-bullet-list li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.pp-card-grid,
.pp-gallery,
.pp-video-grid,
.pp-card-stack {
	display: grid;
	gap: 20px;
}

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

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

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

.pp-card--compact {
	gap: 10px;
}

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

.pp-book-card {
	min-height: 100%;
}

.pp-book-image-wrap {
	margin: -24px -24px 8px;
	border-radius: 28px 28px 0 0;
	overflow: hidden;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.03);
}

.pp-book-image {
	display: block;
	width: 100%;
	height: 240px;
	object-fit: contain;
	background: rgba(10, 10, 10, 0.75);
}

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

.pp-gallery-image {
	display: block;
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 22px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(0, 0, 0, 0.2);
	box-shadow: var(--pp-shadow);
}

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

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

.pp-video-card {
	display: grid;
	gap: 10px;
}

.pp-video-title {
	margin: 4px 0 0;
	color: var(--pp-muted);
	font-size: 0.85rem;
	line-height: 1.5;
	text-align: center;
	font-style: italic;
}

.pp-inline-link {
	color: #f4dfbc;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.pp-related-more {
	align-self: flex-start;
	margin-top: 6px;
}

.pp-section--quote {
	padding-top: 10px;
}

.pp-footer-cta--grid {
	min-height: 100%;
}

.pp-lightbox-open,
.pp-lightbox-open body {
	overflow: hidden;
}

.pp-lightbox {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(0, 0, 0, 0.92);
}

.pp-lightbox.is-open {
	display: flex;
}

.pp-lightbox-inner {
	position: relative;
	display: inline-flex;
	max-width: min(96vw, 1600px);
	max-height: min(92vh, 1200px);
	cursor: default;
}

.pp-lightbox-image {
	display: block;
	max-width: min(96vw, 1600px);
	max-height: min(92vh, 1200px);
	width: auto;
	height: auto;
	object-fit: contain;
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.45);
}

.pp-lightbox-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.55);
	color: #fff;
	font-size: 1.4rem;
	line-height: 1;
	cursor: pointer;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

@media (max-width: 960px) {
	.pp-hero-grid,
	.pp-section-grid,
	.pp-content-grid,
	.pp-card-grid,
	.pp-dual-grid,
	.pp-book-grid,
	.pp-gallery,
	.pp-video-grid {
		grid-template-columns: 1fr;
	}

	.pp-hero-copy,
	.pp-hero-panel,
	.pp-prose,
	.pp-card,
	.pp-video-fallback,
	.pp-large-quote,
	.pp-footer-cta,
	.pp-not-found-card {
		border-radius: 24px;
	}

	.pp-portrait-frame {
		min-height: 420px;
	}

	.pp-detail-list--hero {
		grid-template-columns: 1fr;
	}
}

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

	.pp-top-links {
		padding-top: 18px;
	}

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

	.pp-hero-copy,
	.pp-hero-panel,
	.pp-prose,
	.pp-card,
	.pp-video-fallback,
	.pp-large-quote,
	.pp-footer-cta,
	.pp-not-found-card {
		padding: 20px;
	}

	.pp-portrait-frame {
		min-height: 360px;
	}

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

	.pp-action-row,
	.pp-footer-cta,
	.pp-top-links {
		flex-direction: column;
		align-items: stretch;
	}

	.pp-gallery-image {
		height: 240px;
	}

	.pp-work-image {
		aspect-ratio: 1 / 1;
		height: auto;
	}

	.pp-book-image {
		height: 220px;
	}

	.pp-btn,
	.pp-top-link {
		width: 100%;
	}

	.pp-section-head h2 {
		max-width: none;
		white-space: normal;
	}

	.pp-large-quote-head {
		gap: 10px;
	}

	.pp-lightbox {
		padding: 14px;
	}

	/* Prose line-height */
	.pp-prose p {
		line-height: 1.72;
		font-size: 0.97rem;
	}

	/* Detail list hero — compact inline */
	.pp-detail-list--hero .pp-detail-item {
		display: flex;
		align-items: baseline;
		gap: 10px;
		padding: 9px 14px;
		border-radius: 12px;
	}

	.pp-detail-list--hero .pp-detail-item span {
		margin-bottom: 0;
		flex-shrink: 0;
	}

	/* Large quote */
	.pp-large-quote {
		padding: 20px 20px 20px 24px;
	}

	.pp-large-quote p {
		font-size: 1.1rem;
	}

	/* Callout */
	.pp-callout {
		padding: 16px 18px;
	}

	/* Section spacing */
	.pp-section {
		padding-top: 32px;
		padding-bottom: 32px;
	}

	/* Footer CTA centered on mobile */
	.pp-footer-cta {
		text-align: center;
		align-items: center;
	}
}
