/*
 * Page-title system shared by all current and future content.
 * The small uppercase kicker/eyebrow style is intentionally retired.
 */
.pbl-kicker {
	display: none !important;
}

body.page:not(.home) .site-content {
	padding-top: 0;
}

body.page:not(.home) .pbl-breadcrumbs {
	align-items: center;
	margin-bottom: 0;
	min-height: 54px;
	padding-block: 0.75rem;
	width: min(calc(100% - (var(--pbl-gutter-desktop) * 2)), var(--pbl-container-standard));
}

body.page:not(.home) .entry-content > .pbl-section:first-child {
	padding-top: 0;
}

body.page:not(.home) .entry-content > .pbl-section:first-child > .pbl-section-heading {
	background:
		radial-gradient(circle at 84% 20%, rgba(255, 184, 77, 0.16), transparent 24rem),
		linear-gradient(135deg, var(--pbl-bg-warm), var(--pbl-bg-soft));
	border-bottom: 1px solid var(--pbl-border);
	border-top: 1px solid var(--pbl-border);
	margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
	margin-left: calc((100% - 100vw) / 2);
	max-width: none;
	padding:
		clamp(3.25rem, 7vw, 6.5rem)
		max(var(--pbl-gutter-desktop), calc((100vw - var(--pbl-container-content)) / 2));
	position: relative;
	width: 100vw;
}

body.page:not(.home) .entry-content > .pbl-section:first-child > .pbl-section-heading::before {
	background: var(--pbl-coral);
	border-radius: 999px;
	content: "";
	display: block;
	height: 5px;
	margin-bottom: 1.2rem;
	width: 64px;
}

body.page:not(.home) .pbl-section-heading h1 {
	font-size: clamp(2.7rem, 5.6vw, 5.5rem);
	letter-spacing: -0.045em;
	margin-bottom: 0.65rem;
	max-width: 1050px;
}

body.page:not(.home) .pbl-section-heading .pbl-lede,
body.page:not(.home) .pbl-section-heading > p:not(.pbl-kicker) {
	color: var(--pbl-text-secondary);
	font-size: clamp(1.08rem, 1.6vw, 1.3rem);
	line-height: 1.65;
	margin-bottom: 0;
	max-width: 780px;
}

.search .page-header,
.archive .page-header {
	background:
		radial-gradient(circle at 84% 20%, rgba(255, 184, 77, 0.13), transparent 22rem),
		linear-gradient(135deg, var(--pbl-bg-warm), var(--pbl-bg-soft));
	border: 1px solid var(--pbl-border);
	border-radius: var(--pbl-radius-lg);
	box-shadow: none;
	margin-bottom: 2rem;
	padding: clamp(2rem, 5vw, 4rem);
}

.search .page-header::before,
.archive .page-header::before {
	background: var(--pbl-coral);
	border-radius: 999px;
	content: "";
	display: block;
	height: 5px;
	margin-bottom: 1.1rem;
	width: 64px;
}

@media (max-width: 1024px) {
	body.page:not(.home) .pbl-breadcrumbs {
		width: calc(100% - (var(--pbl-gutter-tablet) * 2));
	}

	body.page:not(.home) .entry-content > .pbl-section:first-child > .pbl-section-heading {
		padding-inline: max(var(--pbl-gutter-tablet), calc((100vw - var(--pbl-container-content)) / 2));
	}
}

@media (max-width: 600px) {
	body.page:not(.home) .pbl-breadcrumbs {
		font-size: 0.82rem;
		min-height: 48px;
		width: calc(100% - (var(--pbl-gutter-mobile) * 2));
	}

	body.page:not(.home) .entry-content > .pbl-section:first-child > .pbl-section-heading {
		margin-bottom: 2rem;
		padding: 2.6rem var(--pbl-gutter-mobile);
	}

	body.page:not(.home) .pbl-section-heading h1 {
		font-size: clamp(2.35rem, 12vw, 3.6rem);
	}
}
