.bp-archive-page,
.bp-sermon-page {
	overflow-x: clip;
	background: #f8f4eb;
}

.bp-hub-page .wp-site-blocks > header,
.bp-hub-page .wp-site-blocks > footer,
.bp-hub-page .wp-site-blocks > .wp-block-group:has(.wp-block-post-title),
.bp-hub-page .wp-site-blocks > main + .wp-block-group {
	display: none;
}

.bp-sermon-page .wp-site-blocks > header,
.bp-sermon-page .wp-site-blocks > footer,
.bp-sermon-page .wp-site-blocks > .wp-block-group:has(.wp-block-post-title),
.bp-sermon-page .wp-site-blocks > main + .wp-block-group {
	display: none;
}

.bp-hub-page .wp-site-blocks,
.bp-hub-page .wp-site-blocks > main,
.bp-hub-page .wp-site-blocks .entry-content,
.bp-sermon-page .wp-site-blocks,
.bp-sermon-page .wp-site-blocks > main,
.bp-sermon-page .wp-site-blocks .entry-content {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.bp-archive-app {
	--bp-ink: #19352f;
	--bp-ink-soft: #4e625d;
	--bp-cream: #f8f4eb;
	--bp-paper: #fffdf8;
	--bp-sand: #e9ddc9;
	--bp-gold: #c98945;
	--bp-gold-deep: #9b6530;
	--bp-sage: #98aa91;
	--bp-sage-pale: #dce4d7;
	--bp-line: rgba(25, 53, 47, 0.14);
	--bp-shadow: 0 18px 45px rgba(35, 44, 37, 0.1);
	--bp-sans: var(--wp--preset--font-family--dm-sans, "DM Sans"), -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--bp-serif: var(--wp--preset--font-family--eb-garamond, "EB Garamond"), Georgia, serif;
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: none !important;
	margin: 0 0 0 -50vw !important;
	color: var(--bp-ink);
	background: var(--bp-cream);
	font-family: var(--bp-sans);
	font-size: 16px;
	line-height: 1.5;
}

.bp-hub-app {
	left: auto;
	width: 100%;
	margin: 0 !important;
}

.bp-sermon-app {
	left: auto;
	width: 100%;
	margin: 0 !important;
}

.bp-sermon-main {
	width: min(820px, calc(100vw - 40px));
	margin: 0 auto;
	padding: 54px 0 76px;
}

.bp-sermon-heading {
	margin-bottom: 46px;
	padding-bottom: 34px;
	border-bottom: 1px solid var(--bp-line);
}

.bp-sermon-heading > p {
	margin: 0 0 12px !important;
	color: var(--bp-gold-deep);
	font-size: 0.74rem;
	font-weight: 750;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.bp-sermon-heading h1 {
	margin: 0 !important;
	font-family: var(--bp-serif);
	font-size: clamp(3rem, 7vw, 5.2rem);
	font-weight: 600;
	letter-spacing: -0.045em;
	line-height: 1;
}

.bp-sermon-heading > div {
	max-width: 700px;
	margin-top: 20px;
	color: var(--bp-ink-soft);
	font-family: var(--bp-serif);
	font-size: 1.2rem;
	line-height: 1.55;
}

.bp-sermon-copy {
	color: #273d38;
	font-family: var(--bp-serif);
	font-size: clamp(1.12rem, 1.35vw, 1.28rem);
	line-height: 1.82;
}

.bp-sermon-copy p { margin: 0 0 1.35em !important; }
.bp-sermon-copy strong,
.bp-sermon-copy b,
.bp-sermon-body strong,
.bp-sermon-body b {
	font-weight: 700 !important;
}

.bp-sermon-copy em,
.bp-sermon-copy i,
.bp-sermon-body em,
.bp-sermon-body i {
	font-style: italic !important;
}

.bp-sermon-copy u,
.bp-sermon-body u {
	text-decoration-line: underline !important;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.12em;
}

.bp-sermon-copy h2,
.bp-sermon-copy h3 {
	margin: 1.8em 0 0.65em !important;
	color: var(--bp-ink);
	font-family: var(--bp-serif);
	line-height: 1.2;
}

.bp-sermon-copy img,
.bp-sermon-copy iframe { max-width: 100%; }

.bp-archive-app,
.bp-archive-app * {
	box-sizing: border-box;
}

.bp-archive-app [hidden] {
	display: none !important;
}

.bp-archive-app button,
.bp-archive-app input,
.bp-archive-app select {
	font: inherit;
}

.bp-archive-app button,
.bp-archive-app a {
	-webkit-tap-highlight-color: transparent;
}

.bp-archive-app a {
	color: inherit;
}

.bp-archive-app button {
	color: inherit;
}

.bp-skip-link {
	position: fixed;
	top: -80px;
	left: 16px;
	z-index: 100003;
	padding: 12px 16px;
	border-radius: 8px;
	color: #fff !important;
	background: var(--bp-ink);
}

.bp-skip-link:focus {
	top: 12px;
}

.bp-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.bp-site-header {
	display: flex;
	align-items: center;
	gap: 40px;
	width: min(100%, 1288px);
	height: 92px;
	margin: 0 auto;
	padding: 0 24px;
}

.bp-brand {
	display: flex;
	align-items: center;
	gap: 12px;
	text-decoration: none !important;
}

.bp-brand-mark {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	color: var(--bp-gold-deep);
}

.bp-brand-mark svg {
	width: 40px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.6;
	stroke-linejoin: round;
}

.bp-brand strong {
	display: block;
	font-family: var(--bp-serif);
	font-size: 1.22rem;
	line-height: 1.1;
}

.bp-brand small {
	display: block;
	margin-top: 3px;
	color: var(--bp-ink-soft);
	font-size: 0.68rem;
	letter-spacing: 0.05em;
}

.bp-site-header nav {
	display: flex;
	gap: 30px;
	margin-left: auto;
}

.bp-site-header nav a {
	position: relative;
	padding: 12px 2px;
	color: var(--bp-ink-soft);
	font-size: 0.9rem;
	font-weight: 600;
	text-decoration: none;
}

.bp-site-header nav a.is-active {
	color: var(--bp-ink);
}

.bp-site-header nav a.is-active::after {
	position: absolute;
	right: 0;
	bottom: 5px;
	left: 0;
	height: 2px;
	background: var(--bp-gold);
	content: "";
}

.bp-saved-button {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 13px;
	border: 1px solid var(--bp-line);
	border-radius: 10px;
	background: transparent;
	cursor: pointer;
	font-size: 0.82rem;
	font-weight: 600;
}

.bp-saved-button[aria-pressed="true"] {
	background: var(--bp-sage-pale);
}

.bp-saved-button svg {
	width: 17px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
}

.bp-saved-button > span {
	display: grid;
	place-items: center;
	min-width: 20px;
	height: 20px;
	padding: 0 5px;
	border-radius: 99px;
	color: #fff;
	background: var(--bp-gold-deep);
	font-size: 0.68rem;
}

.bp-eyebrow {
	margin: 0 0 13px !important;
	color: var(--bp-gold-deep);
	font-family: var(--bp-sans);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.4;
	text-transform: uppercase;
}

.bp-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
	align-items: stretch;
	min-height: 510px;
	overflow: hidden;
	border-block: 1px solid var(--bp-line);
	background: var(--bp-paper);
}

.bp-hero-content {
	width: 100%;
	min-width: 0;
	padding: 75px clamp(32px, 4vw, 72px) 66px max(24px, calc((100vw - 1192px) / 2));
}

.bp-hero-content > * {
	width: 100%;
	word-break: normal;
	overflow-wrap: normal;
}

.bp-hero h1 {
	max-width: 670px;
	margin: 0 !important;
	color: var(--bp-ink);
	font-family: var(--bp-serif);
	font-size: clamp(2.9rem, 5vw, 5.25rem);
	font-weight: 600;
	letter-spacing: -0.048em;
	line-height: 0.99;
	white-space: normal;
}

.bp-hero h1 em {
	color: var(--bp-gold-deep);
	font-weight: 500;
}

.bp-hero-content > p:not(.bp-eyebrow) {
	max-width: 560px;
	margin: 25px 0 0;
	color: var(--bp-ink-soft);
	font-size: 1.05rem;
	line-height: 1.7;
}

.bp-hero-search {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	max-width: 680px;
	height: 62px;
	margin-top: 32px;
	padding: 7px 7px 7px 18px;
	border: 1px solid rgba(25, 53, 47, 0.18);
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 8px 25px rgba(32, 48, 42, 0.08);
}

.bp-hero-search:focus-within {
	border-color: var(--bp-gold);
	outline: 3px solid rgba(201, 137, 69, 0.18);
}

.bp-hero-search svg {
	flex: 0 0 auto;
	width: 21px;
	fill: none;
	stroke: var(--bp-ink-soft);
	stroke-width: 1.8;
}

.bp-hero-search input {
	flex: 1;
	width: auto;
	min-width: 0;
	height: 100%;
	padding: 0;
	border: 0;
	border-radius: 0;
	outline: 0;
	color: var(--bp-ink);
	background: transparent;
	box-shadow: none;
}

.bp-hero-search input::placeholder {
	color: #89928e;
}

.bp-hero-search kbd {
	padding: 3px 7px;
	border: 1px solid #e4ded3;
	border-radius: 5px;
	color: #7d8984;
	background: #f1eee7;
	box-shadow: 0 1px 0 #d8d1c6;
	font-size: 0.73rem;
}

.bp-hero-search button {
	height: 46px;
	padding: 0 22px;
	border: 0;
	border-radius: 9px;
	color: #fff;
	background: var(--bp-ink);
	cursor: pointer;
	font-weight: 700;
}

.bp-popular {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 9px;
	margin-top: 16px;
	color: #73807c;
	font-size: 0.76rem;
}

.bp-popular button {
	padding: 0;
	border: 0;
	border-bottom: 1px solid #aab4af;
	border-radius: 0;
	color: var(--bp-ink-soft);
	background: transparent;
	cursor: pointer;
}

.bp-hero-art {
	position: relative;
	min-height: 100%;
	overflow: hidden;
	background: #d6dfcf;
}

.bp-hero-art::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(255, 253, 248, 0.18), transparent 35%), linear-gradient(0deg, rgba(20, 54, 46, 0.12), transparent 50%);
	content: "";
}

.bp-sun {
	position: absolute;
	top: 82px;
	right: 25%;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background: #ebc786;
	box-shadow: 0 0 70px rgba(247, 212, 145, 0.7);
}

.bp-path-art {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.bp-hill {
	stroke: rgba(25, 53, 47, 0.15);
	stroke-width: 1;
}

.bp-hill-back { fill: #a9b99f; }
.bp-hill-front { fill: #6f897c; }

.bp-road {
	fill: none;
	stroke: #e8dcc6;
	stroke-width: 32;
	stroke-linecap: round;
	opacity: 0.86;
}

.bp-reeds {
	fill: #314f47;
	stroke: #314f47;
	stroke-width: 3;
	opacity: 0.6;
}

.bp-hero-art > p {
	position: absolute;
	right: 38px;
	bottom: 32px;
	z-index: 2;
	margin: 0;
	color: #fff;
	font-family: var(--bp-serif);
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.55;
	text-align: right;
	text-shadow: 0 1px 12px rgba(0, 0, 0, 0.25);
}

.bp-hero-art > p span {
	font-family: var(--bp-sans);
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.04em;
}

.bp-archive {
	width: min(100%, 1288px);
	margin: 0 auto;
	padding: 78px 24px 96px;
}

.bp-section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 28px;
}

.bp-section-heading h2,
.bp-about h2 {
	margin: 0 !important;
	font-family: var(--bp-serif);
	font-size: clamp(2rem, 4vw, 3.5rem);
	font-weight: 600;
	letter-spacing: -0.035em;
	line-height: 1.05;
}

.bp-section-heading > p {
	margin: 0 0 5px;
	color: var(--bp-ink-soft);
	font-size: 0.82rem;
}

.bp-archive-tools {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding-block: 17px;
	border-block: 1px solid var(--bp-line);
}

.bp-testament-tabs {
	display: flex;
	align-items: center;
	gap: 7px;
}

.bp-testament-tabs button {
	padding: 9px 15px;
	border: 0;
	border-radius: 99px;
	color: var(--bp-ink-soft);
	background: transparent;
	cursor: pointer;
	font-size: 0.82rem;
	font-weight: 600;
}

.bp-testament-tabs button.is-active {
	color: #fff;
	background: var(--bp-ink);
}

.bp-selects {
	display: flex;
	gap: 10px;
}

.bp-selects select {
	width: auto;
	min-width: 175px;
	padding: 10px 35px 10px 13px;
	border: 1px solid var(--bp-line);
	border-radius: 9px;
	color: var(--bp-ink);
	background-color: var(--bp-paper);
	cursor: pointer;
	font-size: 0.8rem;
}

.bp-active-filters {
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	gap: 8px;
	min-height: 43px;
}

.bp-filter-chip {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 6px 8px 6px 10px;
	border: 1px solid var(--bp-line);
	border-radius: 99px;
	background: var(--bp-sage-pale);
	font-size: 0.74rem;
}

.bp-filter-chip button {
	display: grid;
	place-items: center;
	width: 17px;
	height: 17px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	color: #fff;
	background: var(--bp-ink);
	cursor: pointer;
	line-height: 1;
}

.bp-search-status {
	min-height: 22px;
	margin: -2px 0 12px;
	color: var(--bp-ink-soft);
	font-size: 0.78rem;
}

.bp-search-status.is-error {
	color: #8d3d2d;
}

.bp-sermon-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 17px;
}

.bp-sermon-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 244px;
	padding: 24px;
	border: 1px solid var(--bp-line);
	border-radius: 13px;
	background: var(--bp-paper);
	transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.bp-sermon-card:hover {
	transform: translateY(-3px);
	border-color: rgba(155, 101, 48, 0.38);
	box-shadow: var(--bp-shadow);
}

.bp-card-top {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 12px;
}

.bp-reference {
	color: var(--bp-gold-deep);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.bp-bookmark {
	width: 34px;
	height: 34px;
	margin: -9px -10px 0 0;
	padding: 8px;
	border: 0;
	border-radius: 50%;
	background: transparent;
	cursor: pointer;
}

.bp-bookmark:hover { background: var(--bp-cream); }

.bp-bookmark svg {
	width: 18px;
	fill: none;
	stroke: var(--bp-ink-soft);
	stroke-width: 1.6;
}

.bp-bookmark.is-saved svg {
	fill: var(--bp-gold);
	stroke: var(--bp-gold-deep);
}

.bp-sermon-card h3 {
	margin: 14px 0 10px !important;
	font-family: var(--bp-serif);
	font-size: 1.3rem;
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.23;
}

.bp-sermon-card h3 a {
	text-decoration: none;
}

.bp-sermon-card h3 a:hover {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.bp-excerpt {
	display: -webkit-box;
	margin: 0 0 20px !important;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: var(--bp-ink-soft);
	font-family: var(--bp-serif);
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 1.55;
}

.bp-card-bottom {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: auto;
}

.bp-tag {
	padding: 5px 8px;
	border-radius: 5px;
	color: #476158;
	background: #e5ece0;
	font-size: 0.67rem;
	font-weight: 600;
}

.bp-ai-label {
	color: #6d6253;
	background: #eee5d7;
}

.bp-read-button {
	margin-left: auto;
	padding: 6px 0 6px 8px;
	border: 0;
	background: transparent;
	cursor: pointer;
	font-size: 0.75rem;
	font-weight: 700;
}

.bp-read-button span {
	display: inline-block;
	transition: transform 0.2s;
}

.bp-sermon-card:hover .bp-read-button span { transform: translateX(3px); }

.bp-empty-state {
	padding: 60px 20px;
	border: 1px dashed var(--bp-line);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.35);
	text-align: center;
}

.bp-empty-state > span { font-size: 3rem; }

.bp-empty-state h3 {
	margin: 12px 0 5px !important;
	font-family: var(--bp-serif);
	font-size: 1.35rem;
	font-weight: 600;
}

.bp-empty-state p {
	margin: 0 0 18px;
	color: var(--bp-ink-soft);
}

.bp-empty-state button {
	padding: 10px 15px;
	border: 0;
	border-radius: 8px;
	color: #fff;
	background: var(--bp-ink);
	cursor: pointer;
}

.bp-about {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: 60px 90px;
	padding: 80px max(24px, calc((100vw - 1192px) / 2));
	color: #eef2ed;
	background: var(--bp-ink);
}

.bp-about .bp-eyebrow { color: #dca86e; }

.bp-about-copy {
	color: #d3ded9;
	font-family: var(--bp-serif);
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.75;
}

.bp-about-copy p { margin-top: 0; }

.bp-blessing {
	margin-top: 26px !important;
	color: #fff;
}

.bp-transparency {
	display: flex;
	grid-column: 1 / -1;
	align-items: start;
	gap: 15px;
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 12px;
	color: #c8d6d1;
	background: rgba(255, 255, 255, 0.05);
}

.bp-transparency p {
	margin: 0;
	font-size: 0.82rem;
	line-height: 1.6;
}

.bp-info-icon {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: 28px;
	height: 28px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 50%;
	font-family: var(--bp-serif);
}

.bp-footer {
	display: flex;
	align-items: center;
	gap: 24px;
	min-height: 108px;
	padding: 24px max(24px, calc((100vw - 1192px) / 2));
	color: #aebeb8;
	background: #112a26;
	font-size: 0.75rem;
}

.bp-footer-brand {
	color: #fff;
	font-family: var(--bp-serif);
	font-size: 1rem;
	font-weight: 600;
}

.bp-footer p { margin: 0; }
.bp-footer a { margin-left: auto; color: #d6e0dc; }

.bp-reader-open { overflow: hidden; }

.bp-reader {
	position: fixed;
	inset: 0;
	z-index: 100001;
}

.bp-reader-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(10, 28, 24, 0.72);
	backdrop-filter: blur(6px);
}

.bp-reader-panel {
	position: absolute;
	inset: 24px;
	display: grid;
	grid-template-rows: auto 3px minmax(0, 1fr);
	max-width: 1040px;
	margin: auto;
	overflow: hidden;
	border-radius: 18px;
	background: var(--bp-paper);
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.25);
}

.bp-reader-panel.is-focus { max-width: 790px; }

.bp-reader-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	height: 64px;
	padding: 0 20px;
	border-bottom: 1px solid var(--bp-line);
	background: #fff;
}

.bp-reader-close {
	padding: 8px 10px;
	border: 0;
	background: transparent;
	cursor: pointer;
	font-size: 0.82rem;
	font-weight: 700;
}

.bp-reading-controls {
	display: flex;
	align-items: center;
	gap: 6px;
	color: var(--bp-ink-soft);
	font-size: 0.72rem;
}

.bp-reading-controls button {
	min-width: 36px;
	height: 34px;
	padding: 0 9px;
	border: 1px solid var(--bp-line);
	border-radius: 7px;
	background: var(--bp-cream);
	cursor: pointer;
	font-weight: 700;
}

.bp-reading-controls button[aria-pressed="true"] {
	color: #fff;
	background: var(--bp-ink);
}

.bp-reading-progress { background: #ece9e1; }

.bp-reading-progress span {
	display: block;
	width: 0;
	height: 3px;
	background: var(--bp-gold);
}

.bp-reader-content {
	--bp-reader-size: 18px;
	width: 100%;
	overflow-y: auto;
	padding: 62px max(32px, calc((100% - 700px) / 2)) 90px;
	outline: 0;
	scrollbar-gutter: stable;
}

.bp-reader-content h1 {
	margin: 0 0 18px !important;
	color: var(--bp-ink);
	font-family: var(--bp-serif);
	font-size: clamp(2.4rem, 6vw, 4.4rem);
	font-weight: 600;
	letter-spacing: -0.045em;
	line-height: 1.04;
}

.bp-reader-lead {
	margin: 0 0 35px !important;
	padding-bottom: 30px;
	border-bottom: 1px solid var(--bp-line);
	color: var(--bp-ink-soft);
	font-family: var(--bp-serif);
	font-size: 1.18rem;
	line-height: 1.65;
}

.bp-sermon-body {
	color: #263f39;
	font-family: var(--bp-serif);
	font-size: var(--bp-reader-size);
	line-height: 1.82;
}

.bp-sermon-body p,
.bp-sermon-body ul,
.bp-sermon-body ol,
.bp-sermon-body blockquote,
.bp-sermon-body figure {
	margin-top: 0;
	margin-bottom: 1.45em;
}

.bp-sermon-body h2,
.bp-sermon-body h3 {
	margin: 1.8em 0 0.65em !important;
	color: var(--bp-ink);
	font-family: var(--bp-serif);
	line-height: 1.2;
}

.bp-sermon-body blockquote {
	margin-inline: 0;
	padding: 16px 20px;
	border-left: 3px solid var(--bp-gold);
	color: var(--bp-ink);
	background: #f4eee3;
}

.bp-sermon-body img,
.bp-sermon-body iframe {
	max-width: 100%;
}

.bp-original-link {
	margin-top: 48px !important;
	padding-top: 22px;
	border-top: 1px solid var(--bp-line);
	font-size: 0.84rem;
	font-weight: 700;
}

.bp-reader-loading,
.bp-reader-error {
	padding: 50px 0;
	color: var(--bp-ink-soft);
	text-align: center;
}

.bp-toast {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 100002;
	padding: 12px 16px;
	transform: translateY(20px);
	border-radius: 9px;
	opacity: 0;
	color: #fff;
	background: var(--bp-ink);
	box-shadow: var(--bp-shadow);
	pointer-events: none;
	transition: opacity 0.2s, transform 0.2s;
	font-size: 0.8rem;
}

.bp-toast.is-visible {
	transform: translateY(0);
	opacity: 1;
}

.bp-archive-app :where(button, a, input, select):focus-visible {
	outline: 3px solid rgba(201, 137, 69, 0.55);
	outline-offset: 3px;
}

.bp-book-index-prompt {
	margin: 16px 0 0 !important;
	color: var(--bp-ink-soft);
	font-size: 0.9rem;
}

.bp-book-index-prompt a {
	color: var(--bp-gold-deep);
	font-weight: 700;
	text-underline-offset: 3px;
}

.bp-hub,
.bp-sermon-navigation {
	--bp-ink: #19352f;
	--bp-ink-soft: #4e625d;
	--bp-cream: #f8f4eb;
	--bp-paper: #fffdf8;
	--bp-sand: #e9ddc9;
	--bp-gold: #c98945;
	--bp-gold-deep: #9b6530;
	--bp-sage-pale: #dce4d7;
	--bp-line: rgba(25, 53, 47, 0.14);
	--bp-shadow: 0 18px 45px rgba(35, 44, 37, 0.1);
	--bp-sans: var(--wp--preset--font-family--dm-sans, "DM Sans"), -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--bp-serif: var(--wp--preset--font-family--eb-garamond, "EB Garamond"), Georgia, serif;
	box-sizing: border-box;
	color: var(--bp-ink);
	font-family: var(--bp-sans);
}

.bp-hub *,
.bp-sermon-navigation * {
	box-sizing: border-box;
}

.bp-hub {
	width: min(1160px, calc(100vw - 40px));
	max-width: none !important;
	margin: 0 auto !important;
}

.bp-hub-main {
	padding: 58px 0 72px;
}

.bp-hub-title {
	width: min(1160px, calc(100vw - 40px));
	margin: 0 auto 24px !important;
	font-family: var(--bp-serif);
	font-size: clamp(2.6rem, 5vw, 4.6rem);
	font-weight: 600;
	letter-spacing: -0.045em;
	line-height: 1;
}

.bp-hub-lead {
	max-width: 850px;
	margin: 0 0 42px !important;
	color: var(--bp-ink-soft);
	font-family: var(--bp-serif);
	font-size: clamp(1.12rem, 1.8vw, 1.35rem);
	line-height: 1.65;
}

.bp-book-testament + .bp-book-testament {
	margin-top: 64px;
}

.bp-hub-section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 22px;
	padding-bottom: 14px;
	border-bottom: 1px solid var(--bp-line);
}

.bp-hub-section-heading p,
.bp-hub-kicker,
.bp-book-card > p,
.bp-hub-sermon > div > p,
.bp-related-sermons article > p {
	margin: 0 !important;
	color: var(--bp-gold-deep);
	font-size: 0.72rem;
	font-weight: 750;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.bp-hub-section-heading h2 {
	order: -1;
	margin: 0 !important;
	font-family: var(--bp-serif);
	font-size: clamp(2rem, 4vw, 3.2rem);
	font-weight: 600;
	letter-spacing: -0.035em;
}

.bp-book-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.bp-book-card {
	min-height: 170px;
	padding: 22px;
	border: 1px solid var(--bp-line);
	border-radius: 13px;
	background: var(--bp-paper);
	box-shadow: 0 8px 22px rgba(35, 44, 37, 0.04);
}

.bp-book-card h3 {
	margin: 10px 0 8px !important;
	font-family: var(--bp-serif);
	font-size: 1.65rem;
	line-height: 1.1;
}

.bp-book-card h3 a,
.bp-hub-sermon h2 a,
.bp-related-sermons h3 a {
	color: var(--bp-ink);
	text-decoration-color: rgba(155, 101, 48, 0.45);
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.bp-book-card h3 a:hover,
.bp-hub-sermon h2 a:hover,
.bp-related-sermons h3 a:hover {
	color: var(--bp-gold-deep);
}

.bp-book-card > span {
	display: block;
	color: var(--bp-ink-soft);
	font-size: 0.82rem;
	line-height: 1.5;
}

.bp-hub-breadcrumb,
.bp-sermon-trail {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-bottom: 28px;
	color: var(--bp-ink-soft);
	font-size: 0.82rem;
}

.bp-hub-breadcrumb a,
.bp-sermon-trail a {
	color: var(--bp-gold-deep);
	font-weight: 700;
	text-underline-offset: 3px;
}

.bp-hub-kicker {
	margin-bottom: 12px !important;
}

.bp-hub-sermon-list {
	display: grid;
	gap: 14px;
}

.bp-hub-sermon {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(180px, 0.35fr);
	gap: 28px;
	padding: 26px 28px;
	border: 1px solid var(--bp-line);
	border-radius: 14px;
	background: var(--bp-paper);
}

.bp-hub-sermon h2 {
	margin: 7px 0 9px !important;
	font-family: var(--bp-serif);
	font-size: clamp(1.6rem, 3vw, 2.15rem);
	line-height: 1.15;
}

.bp-hub-sermon > div > span {
	display: block;
	color: var(--bp-ink-soft);
	line-height: 1.55;
}

.bp-hub-sermon ul {
	display: flex;
	align-content: start;
	align-items: flex-start;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 7px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

.bp-hub-sermon li {
	padding: 5px 9px;
	border-radius: 99px;
	color: var(--bp-ink);
	background: var(--bp-sage-pale);
	font-size: 0.72rem;
}

.bp-hub-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 34px;
	padding-top: 24px;
	border-top: 1px solid var(--bp-line);
}

.bp-hub-actions a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 9px 14px;
	border: 1px solid var(--bp-line);
	border-radius: 9px;
	color: var(--bp-ink);
	background: var(--bp-paper);
	font-size: 0.82rem;
	font-weight: 700;
	text-decoration: none;
}

.bp-sermon-navigation {
	margin-top: 62px;
	padding: 30px 0 4px;
	border-top: 2px solid var(--bp-sand);
}

.bp-sermon-navigation > h2 {
	margin: 0 0 20px !important;
	font-family: var(--bp-serif);
	font-size: clamp(1.75rem, 4vw, 2.35rem);
	font-weight: 600;
}

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

.bp-related-sermons article {
	padding: 18px;
	border: 1px solid var(--bp-line);
	border-radius: 12px;
	background: var(--bp-paper);
}

.bp-related-sermons h3 {
	margin: 7px 0 9px !important;
	font-family: var(--bp-serif);
	font-size: 1.25rem;
	line-height: 1.18;
}

.bp-related-sermons article > span {
	display: block;
	color: var(--bp-ink-soft);
	font-size: 0.8rem;
	line-height: 1.45;
}

.bp-hub :where(a):focus-visible,
.bp-sermon-navigation :where(a):focus-visible {
	outline: 3px solid rgba(201, 137, 69, 0.55);
	outline-offset: 3px;
}

@media (max-width: 1040px) {
	.bp-sermon-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.bp-site-header { gap: 22px; }
	.bp-site-header nav { gap: 18px; }
	.bp-book-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 920px) {
	.bp-site-header {
		height: 82px;
	}

	.bp-hero {
		grid-template-columns: 1fr;
	}

	.bp-hero-content {
		padding: 64px 24px 58px;
	}

	.bp-hero h1 { max-width: 720px; }

	.bp-hero-art {
		min-height: 300px;
	}

	.bp-archive-tools {
		align-items: stretch;
		flex-direction: column;
	}

	.bp-selects { width: 100%; }
	.bp-selects label { flex: 1; }
	.bp-selects select { width: 100%; }

	.bp-about {
		grid-template-columns: 1fr;
		gap: 34px;
		padding: 70px 24px;
	}

	.bp-transparency { grid-column: auto; }
}

@media (max-width: 700px) {
	.bp-site-header {
		flex-wrap: wrap;
		height: auto;
		min-height: 82px;
		padding-block: 13px;
	}

	.bp-site-header nav {
		order: 3;
		width: 100%;
		margin: -2px 0 0;
		padding-top: 4px;
		border-top: 1px solid var(--bp-line);
	}

	.bp-saved-button { margin-left: auto; }
	.bp-sermon-grid { grid-template-columns: 1fr; }

	.bp-section-heading {
		align-items: start;
		gap: 16px;
		flex-direction: column;
	}

	.bp-footer {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.bp-footer a { margin-left: 0; }
	.bp-book-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.bp-related-sermons { grid-template-columns: 1fr; }
	.bp-hub-sermon { grid-template-columns: 1fr; gap: 18px; }
	.bp-hub-sermon ul { justify-content: flex-start; }
}

@media (max-width: 620px) {
	.bp-brand small { display: none; }
	.bp-brand-mark { width: 36px; }
	.bp-brand-mark svg { width: 34px; }
	.bp-brand strong { font-size: 1.05rem; }
	.bp-saved-button { padding: 9px 10px; }

	.bp-hero-content {
		padding: 50px 20px;
	}

	.bp-hero h1 {
		font-size: clamp(2.55rem, 13vw, 3.8rem);
	}

	.bp-hero-search {
		height: auto;
		min-height: 58px;
		padding-left: 14px;
	}

	.bp-hero-search kbd { display: none; }
	.bp-hero-search button { padding: 0 15px; }

	.bp-hero-art {
		min-height: 250px;
	}

	.bp-hero-art > p {
		right: 20px;
		bottom: 22px;
		left: 20px;
		font-size: 0.9rem;
	}

	.bp-archive {
		padding: 60px 16px 72px;
	}

	.bp-testament-tabs {
		display: grid;
		grid-template-columns: 0.65fr 1fr 1fr;
	}

	.bp-testament-tabs button {
		padding-inline: 8px;
		font-size: 0.73rem;
	}

	.bp-selects { flex-direction: column; }

	.bp-sermon-card {
		min-height: 220px;
		padding: 21px;
	}

	.bp-reader-panel {
		inset: 0;
		border-radius: 0;
	}

	.bp-reader-toolbar {
		height: 58px;
		padding: 0 10px;
	}

	.bp-reader-close span,
	.bp-reading-controls > span,
	.bp-reading-controls [data-bp-focus] {
		display: none;
	}

	.bp-reader-content {
		padding: 42px 22px 70px;
	}

	.bp-reader-content h1 {
		font-size: 2.35rem;
	}

	.bp-hub {
		width: calc(100vw - 24px);
	}

	.bp-hub-main { padding: 38px 0 54px; }
	.bp-hub-title { width: calc(100vw - 24px); }
	.bp-sermon-main { width: calc(100vw - 32px); padding: 34px 0 54px; }
	.bp-sermon-heading { margin-bottom: 32px; padding-bottom: 26px; }
	.bp-sermon-copy { font-size: 1.08rem; line-height: 1.72; }

	.bp-hub-lead { margin-bottom: 30px !important; }
	.bp-hub-section-heading { align-items: flex-start; flex-direction: column; gap: 6px; }
	.bp-book-grid { grid-template-columns: 1fr; }
	.bp-book-card { min-height: 0; }
	.bp-hub-sermon { padding: 21px; }
}

@media (prefers-reduced-motion: reduce) {
	.bp-archive-app *,
	.bp-archive-app *::before,
	.bp-archive-app *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.001ms !important;
	}
}
