.pfd-site-main {
	width: min(100% - 32px, 1180px);
	margin: 48px auto 80px;
}

.pfd-feature-article {
	margin: 0 auto;
}

.pfd-feature-header,
.pfd-hero-figure,
.pfd-feature-content,
.pfd-related {
	width: min(100%, 920px);
	margin-left: auto;
	margin-right: auto;
}

.pfd-feature-header {
	margin-bottom: 30px;
}

.pfd-kicker {
	margin: 0 0 14px;
	font-size: 0.79rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	opacity: 0.72;
}

.pfd-feature-title {
	margin: 0;
	font-size: clamp(2.15rem, 5vw, 4.8rem);
	line-height: 1.03;
	letter-spacing: -0.035em;
	text-wrap: balance;
}

.pfd-deck {
	max-width: 830px;
	margin: 22px 0 0;
	font-size: clamp(1.12rem, 2vw, 1.42rem);
	line-height: 1.55;
	opacity: 0.82;
}

.pfd-byline {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 20px;
	font-size: 0.92rem;
	opacity: 0.68;
}

.pfd-hero-figure {
	margin-top: 0;
	margin-bottom: 44px;
}

.pfd-hero-image {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 4px;
	box-shadow: 0 18px 55px rgba(0, 0, 0, 0.18);
}

.pfd-hero-figure figcaption {
	margin-top: 12px;
	font-size: 0.9rem;
	line-height: 1.5;
	opacity: 0.72;
}

.pfd-credit {
	white-space: normal;
}

.pfd-image-description {
	margin: 7px 0 0;
	font-size: 0.84rem;
	line-height: 1.45;
	opacity: 0.58;
}

.pfd-feature-content {
	font-size: clamp(1.05rem, 1.4vw, 1.17rem);
	line-height: 1.82;
}

.pfd-feature-content > p:first-child {
	font-size: 1.16em;
}

.pfd-feature-content h2 {
	margin: 2.2em 0 0.65em;
	font-size: clamp(1.55rem, 3vw, 2.15rem);
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.pfd-feature-content ul,
.pfd-feature-content ol {
	padding-left: 1.3em;
}

.pfd-feature-content li + li {
	margin-top: 0.55em;
}

.pfd-feature-content a {
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

.pfd-note {
	margin: 42px 0 0;
	padding: 24px 26px;
	border: 1px solid rgba(127, 127, 127, 0.28);
	border-radius: 4px;
	background: rgba(127, 127, 127, 0.07);
}

.pfd-note h2 {
	margin: 0 0 8px;
	font-size: 1.2rem;
}

.pfd-note p {
	margin: 0;
	font-size: 0.94rem;
	line-height: 1.65;
}

.pfd-faq {
	margin-top: 48px;
}

.pfd-faq details {
	border-top: 1px solid rgba(127, 127, 127, 0.28);
	padding: 18px 0;
}

.pfd-faq details:last-child {
	border-bottom: 1px solid rgba(127, 127, 127, 0.28);
}

.pfd-faq summary {
	cursor: pointer;
	font-weight: 750;
	line-height: 1.4;
}

.pfd-faq details p {
	margin: 12px 0 0;
}

.pfd-related {
	margin-top: 60px;
	padding-top: 34px;
	border-top: 1px solid rgba(127, 127, 127, 0.3);
}

.pfd-related h2 {
	margin: 0 0 22px;
	font-size: 1.45rem;
}

.pfd-related-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.pfd-related-card {
	display: block;
	color: inherit;
	text-decoration: none;
	font-weight: 750;
	line-height: 1.35;
}

.pfd-related-card img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	margin-bottom: 11px;
	border-radius: 3px;
}

.pfd-related-card:hover span,
.pfd-related-card:focus span {
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

@media (max-width: 760px) {
	.pfd-site-main {
		width: min(100% - 22px, 1180px);
		margin-top: 28px;
	}

	.pfd-related-grid {
		grid-template-columns: 1fr;
	}

	.pfd-feature-content {
		line-height: 1.72;
	}
}
